.footer-bottom-two {
    position: relative;
    padding: 10px 0px;
    background-color: #ffdd00;
}
.main-footer .newsletter-form .form-group button {
    position: relative;
    padding: 13px 36px;
    font-size: 18px;
    color: #212a36;
    margin-top: 10px;
    display: inline-block;
    background-color: #ffdd00;
    cursor: pointer;
    font-family: 'Oswald', sans-serif;
}
.brij-logo {
    /*width: 134px;*/
    width: 97px;
    height: auto;
}
.brij-logo-small{
    width: 60px;
    height: 52px;
}
.kedia-logo{
	margin-top: -15px;
    padding-bottom: 0px;
}
.main-header .header-upper .upper-right {
    position: relative;
    padding-top: 25px;
}
.pb-0{
	padding-bottom: 0px;
}
.main-header .header-top-four .top-right .social-nav li a:hover {
    color: #000000;
}
.main-menu .navigation > li > a {
    /*padding: 15px 15px;*/
    padding: 5px 15px;
}
.navbar-collapse .navigation li a:hover, .navbar-collapse .navigation li.current a {
	background: #222222 !important;
	color: #fff !important;
}
.navbar-collapse .navigation li.current , .navbar-collapse .navigation li:hover{
	background: #222222 !important;
	color: #fff !important;
}
.sticky-header .main-menu .navigation > li {
    padding: 0 15px;
    position: relative;
    /* margin-left: 30px; */
    margin: 0px;
}
.sticky-header .main-menu .navigation > li > a:after {
    content: none;
}
/*Slider Starts*/
.slider-block{
    /*height: 430px;*/
    /*height: 382px;*/
}
.main-slider-four .slider-block .inner-block {
    position: relative;
    margin-left: 50px;
    display: inline-block;
    padding: 55px 0px 0px;
}
.main-slider-four .slider-block .inner-block:before {
    position: absolute;
    content: '';
    left: -130px;
    top: 37px;
    width: 300px;
    height: 379px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 10px solid rgba(255,255,255,0.10);
}
.main-slider-four .slider-block .image img {
    position: relative;
    max-width: inherit;
    width: auto;
    right: 85px;
    bottom: -85px;
}
.main-slider-four .slider-outer .client-thumb-outer {
    position: absolute;
    right: 5%;
    top: 15%;
    height: 285px;
    max-width: 300px;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    z-index: 1;
    transform: rotate(90deg);
}
/*Slider Ends*/
/*Products Starts*/
.col-xs-4-mobile{
	width: 33.33%;
}
/*Products Ends*/
/*Knowledge Hub Starts*/
.services-block-five .inner-box .lower-content .read-more {
    position: absolute;
    right: -200px;
   	top: 0px;
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 20px;
    padding-left: 15px;
    display: inline-block;
    text-transform: capitalize;
    background-color: #ffdd00;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'Oswald', sans-serif;
}
.services-block-five .inner-box:hover .lower-content .read-more {
    /* bottom: 0px; */
    right: 0px;
    top: 0;
    z-index: 1;
    /* top: 207px; */
}
.services-block-five .inner-box .lower-content .read-more:before {
    border-top-color: #ffdd00;
}
.services-block-five .inner-box .lower-content .read-more:before {
    position: absolute;
    content: '';
    left: -20px;
    top: 0px;
    border-top: 33px solid #ffdd00;
    border-left: 20px solid transparent;
}
.over-hidden{
    overflow: hidden;
}
.mt-10{
	margin-top: 10px;
}
.services-block-five .inner-box .lower-content .icon {
    position: absolute;
    left: 0px;
    top: 0px;
}
/*Knowledge Hub Ends*/
/*Tools Start*/
.tools {
    /* width: 100px; */
    padding: 25px 0px 0 0;
	height: 140px;
}
.sec-title-two .title1 {
    position: relative;
    color: #222222;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 28px;
 }
 .clients-section-three .sponsors-outer .image-box:hover img {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
} 
.pb-25{
    padding-bottom: 25px;
}
.p-25{
    padding: 7px 25px 25px 25px;
}
.black{
	color: #000;
}
.quote-section {
    padding-top: 100px;
 }
/*Tools End*/
.p-5{
    padding: 5px !important;
}
.mb-30{
    margin-bottom: 30px !important;
}
.testimonial-section .clients-column .image {
    border: none;
    padding: 10px;
}
.client-column:hover .testimonial-border{
 background: #f6f6f6;
 box-shadow: 0px 10px 10px rgb(0 0 0 / 0.2);
}
.testimonial-section .clients-column .image:hover {
    box-shadow: none;
}
.testimonial-border{
    border: 1px solid #cccccc;
}
.services-section-two {
    position: relative;
    padding: 0;
}
.services-block-five .inner-box:hover .lower-content .icon-hover {
    left: 50%;
    margin-left: -30px;
    top: 0;
}
.services-block-five .inner-box .lower-content .icon-hover {
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: -30px;
    display: inline-block;
    text-transform: capitalize;
    background-color: #ffdd00;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'Oswald', sans-serif;
}
.min-height-63 {
    min-height: 63px;
 }
.mb-40{
	margin-bottom: 40px;
}
.pt-50{
	padding-top: 50px;
}
.page-title .inner-container {
    position: relative;
    z-index: 5;
    padding: 55px 0px 55px;
}
.project-detail-section {
    position: relative;
    padding: 50px 0px 50px;
}
.services-section-four.padding-50-30 {
    padding: 50px 0px 30px;
}
.side-image-adjust {
    width: 100%;
    height: auto;
}
.pb-10{
    padding-bottom: 10px;
}
.footer-bottom-two .social-nav li a {
    color: #000000;
}
.services-block-five .inner-box .lower-content {
    /*background-color: #f3f3f3;*/
    box-shadow: 0 0 15px 0 rgb(41 61 88 / 40%);
}
.services-block-five .inner-box .lower-content::before {
    opacity: 1;
    border-top: 2px solid #ffdd00;
    border-bottom: 2px solid #ffdd00;
    transform: scale(0, 1);
}
.services-block-five .inner-box .lower-content::after {
    opacity: 1;
    border-right: 2px solid #ffdd00;
    border-left: 2px solid #ffdd00;
    transform: scale(1, 0);
}
.services-block-five .inner-box .lower-content::before, .services-block-five .inner-box .lower-content::after {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    content: '';
    opacity: 0;
    transition: opacity 0.35s, transform 0.35s;
}
.services-block-five .inner-box .lower-content.border-none {
    border: none;
}
.services-block-five .inner-box:hover .lower-content {
    box-shadow: 0 0 15px 0 rgb(41 61 88 / 60%);
    border: 2px solid #ffdd00;
}
.services-block-five .inner-box .lower-content {  
  border: solid 2px #f5f5f5;
  transition: border 0.6s linear;
}
.video-box .overlay-box span {
    left: 46%
}
.pb-20{
    padding-bottom: 20px;
}
.sub-heading-brij {
    position: relative;
    color: #fda700;
    font-size: 16px;
    font-weight: 700;
    margin-top: 5px;
}
.about-section .content-column h2 {
    margin-top: 0px;
}
.min-height-120{
    min-height: 120px;
}
.services-block-three .inner-box .upper-box .icon-outer {
    position: relative;
    padding-top: 22px;
    padding-left: 70px;
}
.services-block-three .inner-box .upper-box .icon-outer .line-three {
    position: relative;
    height: 2px;
    width: 125px;
    display: block;
    background-color: #ffffff;
}
.services-block-three .inner-box .upper-box .icon-outer .line-two {
    position: relative;
    height: 2px;
    width: 90px;
    display: block;
    background-color: #ffffff;
}
.services-block-three .inner-box .content-box:before {
    position: absolute;
    content: none;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 60px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
    background: none;
}
.services-block-five .lower-content a{
    color: #222222;
}
.sub-heading-brij {
    position: relative;
    color: #ffdd00;
    font-size: 16px;
    font-weight: 700;
    margin-top: 5px;
}
.news-column .inner-column{
    box-shadow: 0px 0px 15px #d5d5d5;
}
.news-block-three .inner-box .image img {
    height: 100%;
}
.news-block-three .inner-box .lower-content{
    padding: 15px 25px 15px;
}
.about-chairman .video-column .image{
    padding: 10px;
}
.chairman-border{
    border: 10px solid #ffdd00;
}
.about-chairman .video-column .image:before, .chairman-border:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border: 10px solid #ffdd00;
    background-color: #ffffff;
}
.about-chairman .video-column .inner-column:before {
    background: none;
}
.about-chairman{
    background: #f5f5f5;
}
.about-chairman .content-column .inner-column h2{
    color: #222;
}
.about-chairman .content-column .inner-column .text{
    color: #222;
}
.team-block .inner-box .lower-content {
    padding: 5px 0px 10px;
}
.team-page-section {
    padding: 70px 0px 0px;
}
.testimonial-section {
    padding: 50px 0px 80px;
}
.newsletter-section.margin{
    margin: 0;
}
.testimonial-section.style-two {
    padding-bottom: 60px;
}
.main-header.header-style-four .main-menu .navigation > li.dropdown > a:before {
    content: '\f0d7';
}
/*Image Gallery Starts*/
.pad-bottom-50 {
    padding-bottom: 50px;
}
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}
.gall-caption {
    padding: 10px;
    color: #fff;
    background: rgba(0,0,0,.4);
    font-size: 1.3rem;
    font-weight: 400;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
}
.ptb-70{
    padding: 70px 0;
}
.mb-30{
    margin-bottom: 30px;
}
.page-single-gallery {
    margin: 0 0 30px;
    position: relative;
}
.page-single-gallery:hover::before {
    opacity: 0.7;
}
.page-single-gallery::before {
    background: #ffdd00 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 8;
}
.page-single-gallery a {
    display: block;
    position: relative;
}
.page-single-gallery:hover a i {
    opacity: 1;
    visibility: visible;
}
.page-single-gallery a i {
    background: #fff none repeat scroll 0 0;
    border-radius: 100px;
    color: #333333;
    display: block;
    font-size: 18px;
    height: 50px;
    left: 50%;
    line-height: 50px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 50px;
    z-index: 9;
}
.fa-expand:before {
    content: "\f065";
}
/*Image Gallery Ends*/
/*Video Gallery Starts*/
.video-single-gallery {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 10px #cccccc91;
    border-radius: 10px;
    overflow: hidden;
}
/*Video Gallery Ends*/
/*Dealer Locator Starts*/
.btn-brij:hover{
    background-color: #9c0b0f;
    color: #fff;
}
.jplist-btn{
    border-color: #231f20;
}
.jplist-btn:hover{
    border-color: #9c0b0f;
}
.btn-brij {
    background-color: #231f20;
    color: #fff;
}
.paging .current, .paging span:hover {
    background: #231f20;
}
#jlocator .store:hover {
    background-color: #231f20;
}
#jlocator .active {
    background-color: #231f20;
    color: #fff;
}
/*Dealer Locator Ends*/
/*News Block Starts*/
.news-block-three .inner-box .lower-content-brij {
    position: relative;
    margin-top: 0; 
}
.news-block-three .inner-box .image .post-date-brij {
    position: absolute;
    left: 0px;
    top: 0;
    bottom: auto;
}
/*News Block Ends*/
/*Product listing Starts*/
.product-brij:before {
    background-color: rgb(255 255 255 / 95%);
}
.column-brij:hover .content .overlay-box {
    left: 0%;
}
.column-brij .content .overlay-box {
    position: absolute;
    left: -100%;
    bottom: 0px;
    right: 0px;
    width: 100%;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}
.column-brij .content .overlay-box .upper-box {
    position: relative;
    padding: 18px 30px 22px;
    background-color: rgba(255,255,255,0.90);
}
.column-brij .content .overlay-box .upper-box .upper-inner {
    position: relative;
    padding-left: 60px;
    padding-top: 4px;
}
.column-brij .content .overlay-box .upper-box h3 {
    position: relative;
    color: #222222;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3em;
}
.column-brij .content .overlay-box .upper-box h3 a {
    position: relative;
    color: #222222;
    display: block;
}
.column-brij .content .overlay-box .upper-box h3 .designation {
    position: absolute;
    right: 0px;
    color: #0e0e0e;
    font-size: 14px;
    text-align: right;
}
.column-brij .content .overlay-box .lower-box {
    position: relative;
    text-align: center;
    padding: 14px 30px 12px;
    background-color: rgba(0,0,0,0.90);
}
.column-brij .content .overlay-box .lower-box .lower-inner {
    position: relative;
}
.column-brij .content {
    position: relative;
    overflow: hidden;
}
.column-brij:hover .product-brij-bg{
    background: none;
}
.column-brij .product-brij-bg {
    /*position: absolute;*/
/*    left: -100%;
    bottom: 0px;
    right: 0px; */
    width: 100%;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}
.brij-title-hover:hover{
    color: #ffffff;
}
/*Product Listing Ends*/
/*Career Starts*/
.light strong {
    color: #000;
}
.at-vacancy-table-wrap .at-vacancy-table thead th {
    border-bottom: 3px solid;
    color: #222222;
}
.at-vacancy-table-wrap .at-vacancy-table tbody td {
    border-bottom: 1px solid rgba(0,0,0,0.07);
     color: #000;
}
.at-vacancy-table-wrap .at-vacancy-table tbody td a{
    border-bottom: 0px;
    color: #000;
}
.at-vacancy-table-wrap{
    overflow-x:auto;
}
table td, table th {
    padding: 9px 12px;
}
.apply_btn_right{
    float: right;
}
.at-vacancy-table{
    width: 100%;
}
.topmargin_30{
    margin-top: 30px;
}
@media (min-width: 992px){
.flex_li {
    display: flex;
}
}
/*Career Ends*/
.news-link{
    color: #d71921;
}
.about-section .content-column .text {
    font-size: 16px;
}
.blog-detail .inner-box .lower-content {
    padding: 30px 35px 15px;
}
.cta-btn{
    border-radius: 35px;
    color: #ffffff;
    background-color: #222222;
}
.cta-btn:before{
    background-color: #ffffff;
}
.mt-0{
    margin-top: 0;
}
.fw-300{
    font-weight: 300;
}
.mtb-5{
    margin: 5px 0;
}
.career-btn{
    text-align: center;
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 30px;
    color: #222222;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}
.career-btn .txt {
    font-size: 14px;
    padding: 10px 15px 10px 15px;
    position: relative;
    display: inline-block;
    line-height: 30px;
    color: #222222;
    background-color: #ffdd00;
}
/*.parallelogram{
    width: min-content !important;
    background: #d71921;
    transform: skewX(
-15deg
);
    -o-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    -webkit-transform: skewX(
-15deg
);
}*/
/*.parallelogram h2{

padding: 6px 27px;
    left: 8px;
    skewX(15deg): ;
    -o-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    -webkit-transform: skewX(
15deg
);
    font-size: 45px !important;
    line-height: 1.1em !important;
}*/
.sidebar-page-container {
    position: relative;
    padding: 50px 0px 50px;
}
.shop-single .product-details .prod-tabs .tab-btns {
    display: inline-block;
}
.shop-single .product-details .prod-tabs {
    text-align: center;
}
/*Knowledge Hub Starts*/
.post-event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 30px;
}
.post-event .event-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 570px;
    flex: 0 0 570px;
    max-width: 570px;
    margin-bottom: 0;
}
.post-event .event-thumb a {
    display: block;
}
.post-event .event-details {
    padding-left: 30px;
    color: #5e5e5e;
}
.post-event .event-details .event-details-inner {
    background-color: #f8f8f8;
    border: 10px solid white;
    padding: 50px 40px 55px;
    margin-left: -100px;
    text-align: center;
    font-size: 16px;
    box-shadow: 5px 5px 12px rgb(0 0 0 / 3%);
    margin-top: 25px;
}
.post-event .event-details .event-details-inner .event-title {
    font-size: 36px;
    line-height: 1.3em;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    color: #c51c23;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 35px;
}
.post-event .event-details .event-details-inner .event-title:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    height: 2px;
    width: 60px;
    background-color: black;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
p:last-child {
    margin-bottom: 0px;
}
.post-event:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.post-event:nth-child(2n) .event-details {
    padding-left: 0;
    padding-right: 30px;
    text-align: right;
}
.post-event:nth-child(2n) .event-details .event-details-inner {
    margin-left: 0;
    margin-right: -100px;
}
@media only screen and (max-width: 767px){
.post-event {
    display: block;
}
}
@media only screen and (max-width: 767px){
.post-event .event-thumb {
    max-width: 100%;
}
}
@media only screen and (max-width: 991px){
.post-event .event-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 370px;
    flex: 0 0 370px;
    max-width: 370px;
}
}
@media only screen and (max-width: 1199px){
.post-event .event-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 470px;
    flex: 0 0 470px;
    max-width: 470px;
}
}
@media only screen and (max-width: 480px){
.post-event .event-details {
    padding: 0 15px;
}
}
@media only screen and (max-width: 767px){
.post-event .event-details {
    padding: 0 20px;
    position: relative;
    z-index: 3;
}
}
@media only screen and (max-width: 480px){
.post-event .event-details .event-details-inner {
    padding: 20px 15px 25px;
}
}
@media only screen and (max-width: 767px){
.post-event .event-details .event-details-inner {
    margin-left: 0;
    margin-top: -30px;
}
}
@media only screen and (max-width: 991px){
.post-event .event-details .event-details-inner {
    padding: 25px 20px 30px;
    font-size: 14px;
}
}
@media only screen and (max-width: 480px){
.post-event .event-details .event-details-inner .event-title {
    font-size: 22px;
}
}
@media only screen and (max-width: 991px){
.post-event .event-details .event-details-inner .event-title {
    font-size: 24px;
    margin-bottom: 25px;
    padding-bottom: 20px;
}
}
@media only screen and (max-width: 1199px){
.post-event .event-details .event-details-inner .event-title {
    font-size: 28px;
    margin-bottom: 30px;
    padding-bottom: 25px;
}
}
.post-event .event-details .event-details-inner .event-title  a:hover {
    color: #222222;
}
.auto-container {
    max-width: 1300px;
}
@media only screen and (min-width: 768px) and (max-width: 1030px){
.main-menu .navigation > li > a {
    padding: 5px 5px;
}
.grid-box.navSidebar-button{
    display: none;
}
}
@media only screen and (min-width: 1031px) and (max-width: 1249px){
.main-menu .navigation > li > a {
    /*padding: 15px 6px;*/
    padding: 5px 6px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1299px){
.auto-container {
    padding: 0px 0px;
}
}
@media only screen and (min-width: 1200px){
.auto-container {
    max-width: 1100px;
}
}
@media only screen and (min-width: 1300px){
.auto-container {
    max-width: 1200px;
}
}
@media only screen and (min-width: 1400px){
.auto-container {
    max-width: 1200px;
}
}
@media only screen and (min-width: 1500px){
.auto-container {
    max-width: 1300px;
}
}
@media only screen and (min-width: 1600px){
.auto-container {
    max-width: 1400px;
}
}
@media only screen and (min-width: 1700px){
.auto-container {
    max-width: 1500px;
}
}
@media only screen and (min-width: 1800px){
.auto-container {
    max-width: 1600px;
}
}
@media only screen and (min-width: 2000px){
.auto-container {
    max-width: 1800px;
}
}
@media only screen and (min-width: 2100px){
.auto-container {
    max-width: 1900px;
}
}
@media only screen and (min-width: 2200px){
.auto-container {
    max-width: 2000px;
}
}
@media only screen and (min-width: 2300px){
.auto-container {
    max-width: 2100px;
}
}
@media only screen and (min-width: 2400px){
.auto-container {
    max-width: 2200px;
}
}
@media only screen and (min-width: 2500px){
.auto-container {
    max-width: 2300px;
}
}
@media only screen and (min-width: 2600px){
.auto-container {
    max-width: 2400px;
}
}
/*Knowledge Hub Ends*/
.list-style-two li .iconify, .list-style-one li .iconify {
    position: absolute;
    left: 0px;
    top: 0px;
    font-weight: 400;
    color: #ffdd00;
    font-size: 20px;
}
@media only screen and (max-width: 767px){
    .upper-column.info-box.brij-mail{
        display: none;
    }
}
.services-block-five .inner-box .lower-content {
    margin-top: 15px;
    padding: 65px 30px 5px;
}
@media only screen and (max-width: 767px){
.testimonial-border.p-5{
    width: 100%;
    min-height: 250px;
}
}
@media only screen and (max-width: 767px){
.post-event:nth-child(2n) .event-details {
    padding-left: 20px;
    padding-right: 20px;
}
.post-event:nth-child(2n) .event-details .event-details-inner {
    margin-left: 0;
    margin-right: 0;
}
}
.footer-list-style li:first-child .icon {
    font-size: 20px;
}
.services-block-five .inner-box .lower-content h3 {
    min-height: 104px;
}
.post, .page {
    margin: 0;
}
a:hover {
    color: #9c0b0f;
}
.dropdown{
    margin: 0;
}
.four-item-carousel .owl-stage-outer .owl-stage, .four-item-carousel .owl-stage-outer .owl-stage .owl-item{
    display: flex;
}
.four-item-carousel .owl-stage-outer .owl-stage .owl-item .client-column, .four-item-carousel .owl-stage-outer .owl-stage .owl-item .client-column .testimonial-border{
    width: 100%;
}
.four-item-carousel .owl-nav{
    text-align: center;
}
.four-item-carousel .owl-nav .owl-prev, .four-item-carousel .owl-nav .owl-next,.four-item-carousel .owl-nav .owl-dot {
    padding: 0 30px;
    display: inline-flex;
}
.main-header .header-top-four {
    position: relative;
    background-color: #f6f6f6;
}
/*black Replacement*/
.sec-title-two.light h2, .sec-title-two.light .title {
    color: #222222;
}
.counter-section-four .sec-title-two .text {
    color: #222222;
}
.fact-counter.style-three .column .inner .counter-title {
    color: #fff;
}
.counter-section-four:before {
    background-color: rgb(255 255 255);
}
.default-form .form-group input[type="text"], .default-form .form-group input[type="email"], .default-form .form-group input[type="tel"], .default-form .form-group input[type="url"], .default-form .form-group textarea, .default-form .form-group select {
    background-color: #ffdd00;
    color: #222;
}
.form-group .ui-selectmenu-button.ui-button {
    background: #ffdd00;
    border: 1px solid #ffdd00;
    color: #757575;
}
.main-header .header-top-four .list li {
    color: #222222;
}
.main-header .header-top-four .top-right .phone {
    color: #222222;
}
.main-header .header-top-four .top-right .social-nav li a {
    color: #222222;
}
.sticky-header .main-menu .navigation > li:hover > a, .sticky-header .main-menu .navigation > li.current > a {
    color: #fff !important;
}
.main-menu .navigation > li:hover > a, .main-menu .navigation > li.current > a {
    opacity: 1;
    color: #fff;
    background-color: #222222 !important;
}
.team-page-section .team-block.style-two {
    padding-bottom: 0;
}
.pt-30{
    padding-top: 30px;
}
.post-event .event-thumb img{
    border: 10px solid #222222;
    background: #222222;
}
.post-event .event-details .event-details-inner {
    border: 10px solid #ffdd00;
}
/*Black Replacement Ends*/
/*Easy Tools1 Customization*/
[data-aos^="fade"][data-aos^="fade"].aos-animate {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s;
}
[data-aos][data-aos][data-aos-easing="ease"], body[data-aos-easing="ease"] [data-aos] {
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}
[data-aos^="fade"][data-aos^="fade"] {
    /*opacity: 0;*/
    -webkit-transition-property: opacity , -webkit-transform;
    transition-property: opacity , -webkit-transform;
    transition-property: opacity , transform;
    transition-property: opacity , transform , -webkit-transform;
}
@media (min-width: 1200px){
.home-building-category-container {
    /*width: 140px;*/
    /*margin: 17px;*/
    height: 250px;
}
}
.home-building-category-container {
    /*width: 140px;*/
    height: 250px;
    /*margin: 0 35px;*/
    display: inline-block;
    vertical-align: top;
    position: relative;
}
[data-aos^="zoom"][data-aos^="zoom"].aos-animate {
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
}
.home-building-category-container:hover [data-aos^="zoom"][data-aos^="zoom"].aos-animate {
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1.3);
    transform: translateZ(0) scale(1.3);
}
[data-aos][data-aos][data-aos-easing="ease"], body[data-aos-easing="ease"] [data-aos] {
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}
@media (min-width: 1400px){
.home-building-category-container .home-building-category-circle {
    /*width: 160px !important;*/
    /*height: 160px !important;*/
    /*padding: 25px 10px 10px;*/
}
}
@media (min-width: 1600px){
.home-building-category-container .home-building-category-circle {
    width: 180px !important;
    height: 180px !important;
    /*padding: 25px 10px 10px;*/
}
}
.home-building-category-container .home-building-category-circle {
    margin: auto;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    width: 140px;
    height: 140px;
    /*width: 180px;
    height: 180px;*/
    border-radius: 100%;
    vertical-align: middle;
    text-align: center;
    background: #f1f2f2;
    /*padding: 2.85rem 10px 10px;*/
    border: 1px solid #ffe72d;
}
.home-building-category-container .drop-circle {
    width: 100%;
    text-align: center;
    z-index: -1;
    position: absolute;
    margin-top: 55px;
}
.home-building-category-container .drop-circle img, .home-building-category-container .drop-circle picture {
    margin: 0 auto;
    display: block;
}
.home-building-category-container .home-building-category-detail {
    margin-top: -60px;
    text-align: center;
}
[data-aos="fade-up"] {
    -webkit-transform: translate3d(0,100px,0);
    transform: translate3d(0,100px,0);
}
.home-building-category-container h4 {
    /*min-height: 74px;*/
    font-weight: 800;
    color: #000;
    margin: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
/*    padding: 10px 6px;
    font-size: 1.07rem;*/
    padding: 10px 2px;
    font-size: 0.98rem;
}
.text-uppercase {
    text-transform: uppercase!important;
}
.mb-2, .my-2 {
    margin-bottom: .5rem!important;
}
.home-building-category-container .hb-category-subtitle {
    line-height: 1.4rem;
    color: #000;
}
.home-building-category-container .home-building-category-circle img {
    /*max-width: 100%;*/
    max-width: 85px;
}
@media (min-width: 1200px){
.home-building-category-container .home-building-category-circle img {
    max-width: 85px;
}
}
@media (min-width: 769px){
.home-building-category-container .home-building-category-circle img {
     max-width: 85px; 
}
}
@media (max-width: 1599px){
.home-building-category-container .hb-category-description {
    font-size: .8rem!important;
    margin-top: -.8rem;
    line-height: .8rem;
}
}
.home-building-category-container .hb-category-description {
    display: none;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    font-weight: 300;
    font-size: .8rem!important;
    margin-top: -.8rem;
}
.home-building-category-container:hover {
    color: inherit;
}
.home-building-category-container:hover .home-building-category-circle {
    background: #ffe72d;
    /*padding: 7px 10px 10px;*/
    -webkit-animation-name: createBox;
    animation-name: createBox;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
    overflow: hidden;
}
.home-building-category-container:hover .hb-category-description {
    padding: 16px 4px;
    display: inline-block;
    color: #000;
    font-size: 12px;
}
.home-building-category-container:hover img, .home-building-category-container:hover picture {
    max-width: 60px;
}
.home-building-category-container:hover .drop-circle {
    display: none;
}
.home-building-category-container:hover h4 {
    background: #ffe72d;
    border-radius: 100px;
}
@media (max-width: 575px){
.col-xs-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}
/*Easy Tools1 Customization Ends*/
/*Knowledge Hub Customization*/
.webp .bg-black-rain {
    background-image: url(../images/bg-black-rain.webp);
}
.bg-black-rain {
    background-image: url(../images/bg-black-rain.jpg);
    background-size: cover;
    color: #fff;
}
.flex-column {
    -webkit-box-orient: vertical!important;
    flex-direction: column!important;
}
.flex-column, .flex-row {
    -webkit-box-direction: normal!important;
}
.p-5 {
    padding: 3rem!important;
}
.mb-5, .my-5 {
    margin-bottom: 3rem!important;
}
.text-white {
    color: #fff!important;
}
.fw-300 {
    font-weight: 300!important;
}
.materials-checklist h5 {
    padding-left: 51px;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    vertical-align: middle;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center!important;
    align-items: center!important;
    max-width: 500px;
    margin: 13px auto auto;
}
[data-aos="flip-left"].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0);
}
[data-aos^="flip"][data-aos^="flip"] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform , -webkit-transform;
}
.materials-checklist h5 span {
    font-size: 22px;
    padding: 7px 14px;
    background: #ffe72d;
    border-radius: 100%;
    margin: 10px 10px 10px -51px;
    color: #000;
}
.webp .solutions-bg {
    background-image: url(../images/solution-yellow-bg.webp);
}
.solutions-bg {
    background-image: url(../images/solution-yellow-bg.jpg);
    background-size: cover;
    color: #000;
}
.pb-5, .py-5 {
    padding-bottom: 3rem!important;
}
.pt-5, .py-5 {
    padding-top: 3rem!important;
}
.pl-3, .px-3 {
    padding-left: 1rem!important;
}
.pr-3, .px-3 {
    padding-right: 1rem!important;
}
.guide-section-header .title h1, .guide-section-header .title h2 {
    margin-top: 2.85rem;
    font-family: Lato,sans-serif;
    color: #444;
    font-weight: 300;
    margin-bottom: 0;
    text-transform: uppercase;
}
.mt-0, .my-0 {
    margin-top: 0!important;
}
.guide-section-header .title h1 strong, .guide-section-header .title h2 strong {
    font-weight: 700;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}
.mt-4, .my-4 {
    margin-top: 1.5rem!important;
}
.solutions-columns {
    display: -webkit-box;
    display: flex;
}
.solution-icon-circle {
    width: 50%;
    padding-top: 50%;
    position: relative;
    margin: 0 auto;
    background: #fff;
    border-radius: 100%;
}
.solution-icon-circle .picture-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.mw-100 {
    max-width: 100%!important;
}
.fw-800 {
    font-weight: 800;
}
.mt-2, .my-2 {
    margin-top: .5rem!important;
}
.solutions-column ul {
    padding: 0;
    margin: 0;
}
@media (max-width: 1599px){
.solutions-column ul li {
    font-size: 10px;
}
}
.solutions-column ul li {
    list-style: none;
    text-align: center;
    border-top: 1px solid rgba(95,83,83,.47);
    font-size: 13px;
    color: #000;
    opacity: .8;
    line-height: 30px;
    letter-spacing: 1px;
}
.pt-15{
    padding-top: 15px;
}
.p-15-10{
    padding: 15px 10px;
}
.pb-15{
    padding-bottom: 15px;
}
/*Knowledge Hub Customization Ends*/
.clients-section-three-0 {
    position: relative;
    padding: 50px 0px 50px;
}
.counter-section-four {
    position: relative;
    padding: 50px 0px 50px;
}
.services-section-four-0 {
    position: relative;
    padding: 0;
}
.plr-15{
    padding: 0 15px;
}
.main-slider-four .slider-block {
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
}
.main-slider-four {
    background: #eeeeee;
}
.brij-gradient {
   /*background-color: #f9ff60;
background-image: linear-gradient(315deg, #f9ff60 0%, #ffef77 74%);*/
}
.bg-grey:before {
    background-color: #eeeeee;
}
.contact-page-section .form-column .sec-title .title{
    color: #222222;
}
.pb-30{
    padding-bottom: 30px;
}
.blog-section-two {
    position: relative;
    padding: 60px 0px 60px;
}
.pb-50{
    padding-bottom: 50px;
}
.upload-resume{
    width: 100%;
    font-size: 14px;
    font-style: normal;
    height: 50px;
    padding: 10px 20px 10px 20px;
    line-height: 28px;
    border-radius: 0px;
    background: #f6f6f6;
    border: 1px solid #ccc;
    color: #757575;
}
.career .form-group input[type="text"], .career .form-group input[type="email"], .career .form-group input[type="tel"], .career .form-group input[type="url"], .career .form-group textarea, .career .form-group select {
    background-color: #f6f6f6;
    color: #222;
}
.career .form-group .ui-selectmenu-button.ui-button {
    background: #f6f6f6;
    border: 1px solid #ccc;
    color: #757575;
}
.career .form-group .ui-selectmenu-button.ui-button {
    width: 100%;
    font-size: 14px;
    font-style: normal;
    height: 50px;
    padding: 10px 20px 10px 20px;
    line-height: 28px;
    border-radius: 0px;
    background: #f6f6f6;
}
.mt-25{
    margin-top: 25px;
}
/*Latest Updates*/
.sec-title-two .title {
    margin-top: 10px;
}
.sec-title-two .text {
    margin-top: 10px;
}
.social-nav li{
    padding: 0 20px;
}
.social-nav{
    display: inline-flex;
}
.parallelogram-left {
    background: #222;
    border-bottom: 5px solid #ffdd00;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 1.125em;
    height: 73px;
    padding: 13px 15px;
    position: relative;
    width: 185px;
    text-align: left;
}
.parallelogram-left:after {
    background: #222;
    border-bottom: 5px solid #ffdd00;
    content: "";
    height: 73px;
    position: absolute;
    right: -25px;
    top: 0;
    -webkit-transform: skew( 
-35deg
 );
    -moz-transform: skew(-35deg);
    transform: skew( 
-25deg
 );
    width: 42px;
}
.parallelogram-right {
    background: #222;
    border-bottom: 5px solid #ffdd00;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 1.125em;
    height: 73px;
    padding: 13px 15px;
    position: relative;
    width: 185px;
    text-align: left;
}
.parallelogram-right:after {
    background: #222;
    border-bottom: 5px solid #ffdd00;
    content: "";
    height: 73px;
    position: absolute;
    right: -25px;
    top: 0;
    -webkit-transform: skew( 
-35deg
 );
    -moz-transform: skew(-35deg);
    transform: skew( 
-25deg
 );
    width: 42px;
}
.mlr-30{
    margin: 0px 30px;
    display: flex;
}
/*.img-parallel{
    margin-left: 16px;
    width: 50px;
    height: fit-content;
}*/
.img-parallel {
    width: 120px;
    /*width: 140px;*/
    /*width: 220px;*/
    margin: 0 4px;
    height: auto;
}
.main-header .header-upper .upper-right {
    position: relative;
    /*padding: 6px 0;*/
    padding:  2px 0;
}
@media (max-width: 991px){
.topbar-align{
    float: none !important;
    justify-content: center;
    margin: auto;
}
}
.main-footer .footer-widget {
    margin-bottom: 0; 
}
/*Latest Updates End*/
@media only screen and (min-width: 1200px) and (max-width: 1299px){
.main-header.header-style-four .header-upper .logo-box {
    left: 62px;
}
}
.sticky-header {
    background: #ffdd00;
}
.main-header .info-box {
    /*min-height: 52px;*/
    min-height: 46px;
}
@media only screen and (min-width: 768px){
.main-header.header-style-four .nav-outer {
    /*padding-left: 120px;*/
    /*padding-left: 260px;*/
    padding-left: 186px;
}
}
.auto-container {
    padding: 0 10px;
}
.main-menu .navigation {
    margin: 0 0 0 15px;
}
.main-header.header-style-four .header-upper .logo-box {
    left: 0;
}
.header-upper .auto-container, .header-lower .auto-container{
    max-width: 100% !important;
    margin: 0 15px !important;
}
.clients-section-three-0 {
    position: relative;
    padding: 25px 0px 0px;
}
.fact-counter.style-three .column .inner .counter-title:before {
    top: -10px;
    bottom: 0;
}
.fact-counter.style-three .column .inner:hover .counter-title:before {
    top: -10px;
    bottom: 0;
    /*border-color: #ffdd00;
    background: #ffdd00;*/
    border-color: #d71921;
    background: #d71921;
    z-index: -1;
    transform: scale(1.1);
}
.fact-counter.style-three .column .inner .counter-title:before {
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}
.main-header .header-upper .upper-right.pull-left {
    left: 110px;
}
.main-header .header-upper .upper-right.pull-right {
    left: 2px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px){
.main-header.header-style-four .header-upper .logo-box {
    position: absolute;
    top: 0px;
    left: 0px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
}
.main-header .header-upper .logo-box {
    width: auto;
    text-align: center;
    padding: 0;
}
.main-header.header-style-four .header-upper .upper-right {
    padding: 6px 0;
}
.main-header .header-upper .upper-right {
    padding-top: 0px;
    width: auto;
    text-align: center;
}
.main-header .header-upper .upper-right {
    top: 0px;
}
.main-header .info-box {
    float: none;
    display: flex;
    margin-left: 25px;
    margin-right: 0;
}
}
@media only screen and (max-width: 767px){
.main-header .header-upper .upper-right.pull-left {
    left: 0;
}
.display-block{
    display: block !important;
}
.main-header.header-style-four .main-menu .navbar-header .navbar-toggler {
    border-color: #222222;
}
.main-menu .navbar-collapse > .navigation > li, .main-menu .navbar-collapse > .navigation > li > ul > li, .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li {
    border-top: 1px solid #222222 !important;
}
.main-menu .navbar-collapse > .navigation {
    border: 1px solid #222222;
}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    border: 1px solid #222222;
}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    color: #222222;
}
.main-header.header-style-four .header-upper .logo-box {
    text-align: center;
}
.pull-left.upper-right{
    text-align: center;
}
.ptb-6{
    padding: 6px 0;
}
.display-none{
    display: none !important;
}
.main-menu .navbar-header .navbar-toggler .icon-bar {
    background: #222222;
}
.main-header.header-style-four .header-lower {
    background-color: #ffdd00;
}
.navbar-collapse > .navigation > li > a, .main-menu .navbar-collapse > .navigation > li > ul > li > a, .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a {
    color: #222222 !important;
}
}
.footer-bottom-two .copyright {
    font-size: 13px;
}
.footer-bottom-two .copyright a {
    font-size: 13px;
}
.main-footer.style-three {
    padding-top: 25px;
}
.main-footer .widgets-section {
    padding-bottom: 20px;
}
.news-widget-block .widget-inner h3 {
    font-size: 16px;
}
.main-footer .logo-widget .logo {
     margin-bottom: 0px; 
}
.list-style-two.mb-7 li {
    margin-bottom: 7px;
}
.news-widget-block {
     margin-bottom: 0px; 
}
.m-0{
    margin: 0;
}
.p-0{
    padding: 0;
}
.sticky-header .logo {
    padding: 9px 0px 9px 15px;
}
.fixed-header .sticky-header .right-col .main-menu .navbar-header .navbar-toggler {
    right: 10px;
}
.login-box.offset-side-bar {
    position: relative;
    color: #222222;
    font-size: 14px;
    padding: 12.5px 10px;
    font-family: 'Oswald', sans-serif;
}
.login-box.offset-side-bar span {
    position: relative;
    color: #222222;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 945px){
.main-header.header-style-four .header-upper .logo-box {
    box-shadow: none;
}
}
.login-box.offset-side-bar:hover{
    background: #222222;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}
.login-box.offset-side-bar:hover span {
    color: #ffdd00;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}
.quote-section .image-column .inner-column {
    margin-top: 8px;
}
@media only screen and (min-width: 992px){
    .copyright.right{
        float: right;
    }
}
.technical-support {
    background: #000000;
    position: relative;
    color: #222222;
    font-size: 14px;
    display: block;
    width: fit-content;
    margin: 1px 4px;
    padding: 2px 10px;
    font-family: 'Oswald', sans-serif;
}
.technical-support span {
    position: relative;
    color: #222222;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 11px;
}
.technical-support span.technical-text{
    font-size: 10px;
    color: #ffdd00;
}
.technical-support span.technical-number{
    font-size: 13px;
    display: block;
    color: #fff;
}
@media only screen and (max-width: 767px){
.technical-support{
    margin: auto;
}
.technical-support span{
    line-height: 18px;
}
.technical-support span.technical-number {
    font-size: 11px;
}
.mb-7{
    margin-bottom: 7px;
}
}
.technical-phone{
    width: 38px;
    float: left;
    padding-right: 10px;
}
/*.technical-support:hover{
    background: #222222;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}
.technical-support:hover span {
    color: #ffdd00;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}*/
.fact-counter.style-three .column .inner .counter-title:before {
    margin: -4px;
    background: #d71921;
    z-index: -1;
    border: 5px solid grey;
    border-image: radial-gradient(rgb(0 0 0), rgb(216 216 216)) 1;
    box-shadow: 0px 0px 0px 4px #222222;
}
.fact-counter.style-three .column .inner .counter-title span{
    font-size: 58px;
    font-weight: 700;
    font-family: sans-serif;
}
.experts-logo {
    margin: 29px 0;
    padding: 0 7px;
    width: 103px;
    height: auto;
    border-left: 1px solid #222222;
}
.bg-yellow{
   background: #ffdd00;
}
.main-header .search-box-btn {
    width: 40px;
    height: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 828px){
    .technical-support span {
    font-size: 12px;
}
}
@media only screen and (max-width: 767px){
.center-align{
    justify-content: center;
}
.main-header.header-style-four .header-upper .upper-right {
    padding: 0px 0px 0px;
}
.technical-support {
    margin-bottom: 2px;
    padding: 4.5px 10px 0px 10px;
}
.main-menu .navbar-header {
    padding: 5px 0px;
}
}
.experts-logo-sticky {
    margin-left: 6px;
    padding: 0 7px;
    width: 103px;
    height: auto;
    border-left: 1px solid #222222;
}
.dash{
    letter-spacing: -2px;
    font-size: 24px !important;
    padding-right: 5px;
}
.main-menu .navigation > li > ul > li > a {
    text-transform: uppercase;
}
.footer-widget .footer-list-style li a{
    color: #fff;
}
.main-footer .links-widget .list-link li a {
    text-transform: uppercase;
}
.main-heading-brij{
    position: relative;
    color: #222222;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.3em;
}
.project-detail-section .inline-block, .about-section .inline-block{
    display: inline-block;
}
.project-detail-section .inline-block .img-custom{
    display: inline-block;
    position: relative;
    float: right;
    padding-left: 15px;
    margin-bottom: 10px;
}
.about-section .inline-block .chairman-border{
    display: inline-block;
    position: relative;
    float: right;
    margin-left: 15px;
    margin-bottom: 10px;
 }
.row {
     margin-right: 0px; 
     margin-left: 0px; 
}
@media only screen and (max-width: 800px){
.project-detail-section .inline-block {
    /*display: inline-flex;*/
}
.project-detail-section .inline-block .img-custom{
    margin: auto;
    padding-left: 0;
}
.main-heading-brij{
    padding-top: 20px;
}
}
.project-detail-section ul li{
    list-style: disc;
    margin-left: 20px;
}
.project-detail-section ol li{
    list-style: decimal;
    margin-left: 20px;
}
.social-nav.p-0 li{
    padding: 0 !important;
}
.news-block-three .inner-box .lower-content .text {
    margin-top: 10px;
    margin-bottom: 0;
}
.about-section.about-chairman h2{
    position: relative;
    color: #222222;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.3em;
    text-transform: capitalize;
}
.about-section.about-chairman .text{
position: relative;
    color: #0e0e0e;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9em;
    margin-top: 30px;
    margin-bottom: 15px;
}
.about-section {
    position: relative;
    padding: 60px 0px 60px;
}
@media only screen and (max-width: 900px){
.about-section .inline-block .chairman-border {
    float: none;
    margin-left: 0;
}
.about-section.about-chairman .row{
    text-align: center;
}
}
@media only screen and (min-width: 901px) and (max-width: 915px){
.about-section .inline-block .chairman-border {
    float: none;
}
.about-section.about-chairman .row{
    text-align: center;
}
}
/*Pagination*/
.styled-pagination a.prev, .styled-pagination li.prev a{
    padding-top: 2px;
    font-size: 10px;
    color: #ffffff;
    border-color: #333333;
    border-radius: 50px 0px 0px 50px;
    background-color: #333333;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.styled-pagination a.prev:hover, .styled-pagination a.next:hover, .styled-pagination li.prev a:hover, .styled-pagination li.next a:hover{
    background-color: #ffdd00;
    border-color: #ffdd00;
}
.styled-pagination a, .styled-pagination span.current {
    margin: 0px 4px 10px;
    position: relative;
    width: 40px;
    height: 40px;
    color: #0e0e0e;
    font-size: 16px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    border: 2px solid #333333;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.styled-pagination span.current, .styled-pagination a:hover {
    color: #ffffff;
    background-color: #333333;
}
.styled-pagination a.next, .styled-pagination li.next a {
    padding-top: 2px;
    font-size: 10px;
    color: #ffffff;
    border-color: #333333;
    background-color: #333333;
    border-radius: 0px 50px 50px 0px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.ptb-30{
    padding-top: 30px;
    padding-bottom: 30px;
}
/*Pagination Ends*/
.margin-0.default-form .form-group {
    margin-bottom: 0;
}
.mt-15{
    margin-top: 15px;
}
.close-btn{
    border-radius: 10px;
    padding: 4px;
    color: white;
    background: #111111;
}
.mb-10{
    margin-bottom: 10px;
}
.pb-25{
    padding-bottom: 25px;
}
.pb-15{
    padding-bottom: 15px;
}
.contact-form.border-form .form-group input[type="submit"]{
    padding: 18px 36px;
}
.contact-form.border-form form{
    display: inline-flex;
}
.contact-form.border-form .form-group {
    padding: 0 5px;
}
.ptb-50{
    padding: 50px 0px 50px;
}
.mt-30{
    margin-top: 30px;
}
@media only screen and (max-width: 991px){
.contact-form.border-form form {
    display: block;
}
}
@media only screen and (max-width: 434px){
.overflow{
    display: block;
    overflow-x: auto;
}
}
.clients-section-two {
    margin-top: 0px;
    padding: 60px 0px 60px;
}
.clients-section-two .sponsors-outer .image-box .line-one:before {
    border-left: 2px solid #ffdd00;
    border-top: 2px solid #ffdd00;
}
.clients-section-two .sponsors-outer .image-box .line-two:after {
    border-right: 2px solid #ffdd00;
    border-bottom: 2px solid #ffdd00;
}
.clients-section-two .sponsors-outer .image-box .line-one:after {
    border-right: 2px solid #222222;
    border-top: 2px solid #222222;
}
.clients-section-two .sponsors-outer .image-box .line-two:before {
    border-left: 2px solid #222222;
    border-bottom: 2px solid #222222;
}
.width-100{
    width: 100%;
}
.clients-section-two:before {
    background: none;
}
/*Knowledge Hub Page*/
.shop-single .product-details .prod-tabs .kh-btns {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}
.shop-single .product-details .prod-tabs .kh-btns .kh-btn.active-btn{
    background-color: #ffdd00;
}
.shop-single .product-details .prod-tabs .kh-btns .kh-btn a{
    color: #000000 !important;
}
.shop-single .product-details .prod-tabs .kh-btns .kh-btn {
    position: relative;
    top: 1px;
    display: block;
    float: left;
    margin-right: 10px;
    font-size: 16px;
    background: #eeeeee;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 24px;
    cursor: pointer;
    padding: 13px 43px 13px;
    transition: all 500ms ease;
}
.shop-single .product-details .prod-tabs .kh-btns .kh-btn:hover{
    background-color: #ffdd00;
}
@media only screen and (max-width: 720px){
.shop-single .product-details .prod-tabs .kh-btns .kh-btn {
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
}
}
.shop-single .product-details .prod-tabs {
    margin-bottom: 0;
}
/*Knowledge Hub Page Ends*/
.box-none{
    background: none !important;
    box-shadow: none !important;
    margin-top: 0 !important;
}
.blog-detail ul li{
    list-style: disc;
}
.blog-detail ol li{
    list-style: decimal;
}
.blog-detail li{
    margin-left: 15px;
}
.blog-detail ul li li{
    list-style: circle;
}
.blog-detail ol li li{
    list-style: upper-roman;
}
.fb_iframe_widget_lift{
    width: 100%;
}
.sidebar-page-container.blog {
    position: relative;
    padding: 90px 0px 50px;
}
@media only screen and (max-width: 767px){
.fs-18-mobile{
    font-size: 18px !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 1017px){
.fs-18-mobile{
    font-size: 13px;
}
}
.pt-20{
    padding-top: 20px;
}
ol{
    margin: 0;
}
.team-block .inner-box:before {
    content: none;
}
.team-block .inner-box .lower-content {
    text-align: center;
}
.team-block .inner-box {
    padding-right: 0;
}
.pb-40{
    padding-bottom: 40px;
}
@media only screen and (max-width: 596px){
.project-detail-section .inline-block .img-custom {
    display: block;
    float: none;
}
}
.project-detail-section table td, .project-detail-section table th {
    border: 1px solid #222222;
}
.break-word{
    word-break: break-all;
}
@media only screen and (max-width: 767px){
.page-title .inner-container {
     padding: 0; 
}
}
.testimonial-block-four .inner-box .lower-content .lower-inner .image {
    width: 150px;
    height: 150px;
}
.page-title.single-image .inner-container {
    padding: 25px 0px 25px;
}
.page-title.single-image .inner-container h3{
    color: #fff;
}
.page-title .bread-crumb li {
    font-size: 20px;
}
.page-title h1 {
    font-size: 40px;
}
.custom-cement{
    font-size: 11px;
    margin-bottom: 0;
}
.main-menu .navigation > li > ul > li > ul > li > a {
    text-transform: uppercase !important;
}
.main-menu .navigation > li > ul > li > a {
    font-size: 13px;
}
.main-menu .navigation > li > ul > li > ul > li > a {
    font-size: 13px;
}
.video-box .overlay-box span {
    font-weight: 900;
    font-size: 24px;
    background: #00000066;
}
.video-box:hover .overlay-box span {
    color: #ffdd00;
}
.video-title-custom{
    color: #222222;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 2px;
    background: #ffdd00;
}
h1, h2, h3, h4, h5, h6,a, body,p, li, ul {
    font-family: Lato,sans-serif !important;
}
@media only screen and (min-width: 1024px){
.main-menu .navigation > li.dropdown > a {
    padding-right: 30px;
}
}
.oswald{
    font-family: oswald,sans-serif !important;
}
.fs-1-1rem{
    font-size: 1.1rem;
}
.vastu-container:hover [data-aos^="zoom"][data-aos^="zoom"].aos-animate {
    opacity: 1 !important;
    -webkit-transform: translateZ(0) scale(1.1) !important;
    transform: translateZ(0) scale(1.1) !important;
}
.vastu-container .home-building-category-circle {
    background: #ffdd00 !important;
}
.vastu-container img {
-webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.vastu-container:hover img{
    -webkit-transform: translateZ(0) scale(1.1) !important;
    transform: translateZ(0) scale(1.1) !important;
    max-width: 85px;
}
.vastu-container{
    height: auto;
}

.vastu-title{
    font-weight: 700;
    margin-top: 10px;
    color: #222222;
}
.fb_iframe_widget_fluid_desktop iframe {
    width: 100% !important;
}
.d-initial{
    display: initial;
}
.vastu-container .home-building-category-circle {
    width: 120px !important;
    height: 120px !important;
}
/*Why Brij*/
.services-block-three .inner-box .content-box {
    background: #ffdd00;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
}
.services-block-three .inner-box .upper-box h3 a {
    color: #222222;
}
.services-block-three .inner-box:before{
    background-color: #222222;
}
.services-block-three .inner-box:hover .content-box {
    background: #d71921;
}
.services-block-three .inner-box:hover .upper-box h3 a {
    color: #ffdd00;
}
.services-block-three .inner-box:hover::before {
    background-color: #ffdd00;
}
@media only screen and (min-width: 1024px) and (max-width: 1299px){
.services-block-three .inner-box .upper-box h3 a {
    font-size: 23px;
}
}
@media only screen and (min-width: 700px) and (max-width: 803px){
.services-block-three .inner-box .upper-box h3 a {
    font-size: 26px;
}
}
@media only screen and (min-width: 600px) and (max-width: 699px){
.services-block-three .inner-box .upper-box h3 a {
    font-size: 23px;
}
.services-block-three .inner-box .content-box {
    min-height: 330px;
}
}
.services-block-five .inner-box .lower-content h3 {
    font-size: 20px;
}
@media only screen and (min-width: 969px) and (max-width: 1065px){
.services-block-five .inner-box .lower-content h3 {
    font-size: 18px;
}
}
@media only screen and (min-width: 768px) and (max-width: 968px){
.services-block-five .inner-box .lower-content h3 {
    min-height: 140px;
}
.services-block-five .inner-box .lower-content h3 {
    font-size: 16px;
}
}
@media only screen and (max-width: 968px){
}
/*Why Brij Ends*/
.pt-80{
    padding-top: 80px;
}
.testimonial-section-four {
    padding: 50px 0px 100px;
}
.uppercase{
    text-transform: uppercase;
}
.fs-12{
    font-size: 12px;
}
.bb-none{
    border-bottom: none !important;
}
.width-100{
    width: 100%;
}
.vastu-guide{
    display: inline-block;
    position: relative;
    float: right;
    padding-left: 15px;
    margin-bottom: 10px;
}
@media only screen and (max-width: 800px){
.vastu-guide{
    margin: auto;
    padding-left: 0;
}
}
@media only screen and (max-width: 596px){
.vastu-guide {
    display: block;
    float: none;
}
}
@media (min-width: 769px){
.modal-dialog {
    max-width: 769px;
    margin: 1.75rem auto;
}
}
.mb-20{
    margin-bottom: 20px;
}
.bg-grey{
    background: #fbfbfb;
}
.ptb-20{
    padding: 20px 0;
}
.blog-detail .inner-box .lower-content .text {
    text-align: justify;
}
.fs-34{
    font-size: 34px !important;
}
.main-footer .links-widget .list-link li {
    margin-bottom: 8px;
}
.ui-menu .ui-menu-item-wrapper {
    padding: 3px 20px;
}
.custom-content{
    line-height: 40px!important;
    color: #000!important;
    font-size: 18px!important;
}
.blog-detail .inner-box .lower-content.custom-bg {
    background: none;
    box-shadow: none;
    margin-top: 0;
}
.main-footer .links-widget .list-link li a:before {
    width: 20px;
    height: 10px;
    transform: skew(-25deg);
    background: #fd0;
    position: absolute;
    content: '';
    left: 0px;
    top: 3px;
    /*font-family: 'FontAwesome';
    position: absolute;
    content: '\f178';
    left: 0px;
    top: unset; 
    font-size: 18px;
    letter-spacing: -3px;*/
}
.fact-counter.style-three .column .inner .counter-title:before {
    clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);
    border-image: none;
    box-shadow: none;
    border: none;
}
.fact-counter.style-three .column .inner .counter-title {
    color: #fd0;
}
.page-title .bread-crumb li:before {
    font-size: 18px;
    content: '\f178';
    font-family: 'FontAwesome';
}
.p-2rem{
    padding: 2rem!important;
}
.testimonial-section .clients-column .image img {
    width: auto;
    height: 65px;
}
.project-detail-section .lower-section {
     padding-top: 0; 
}
.modal .submit-icon-plane{
    right: unset !important;
    left: 40px !important;
    top: 50% !important;
    margin-top: -10px !important;
    font-size: 35px !important;
    color: #ffffff !important;
    pointer-events: none !important;
    border-left: none !important;
}
.modal .fa-paper-plane-icon:before {
    content: "\f1d8" !important;
}
.font-color-team{
    color: #0e0e0e;
}
.team-says{
    padding: 1rem;
    /*clip-path: polygon(0 0, 100% 10%, 100% 69%, 0% 100%);*/
    background: #f5f5f5;
}
.team-says-container{
    max-width: 450px;   
    margin: 1.75rem auto;
}
.team-says-container .modal-body {
    background: #f5f5f5;
    border-radius: 5px;
    padding: 1rem;
}
.team-member-image {
    width: 85px;
    display: inline-block;
    position: relative;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
    border: 2px solid #fd0;
}
.team-quote-left{
    font-size: 20px;
    padding-right: 10px;
    color: #d71921;
}
.team-quote-right{
    font-size: 20px;
    padding-left: 10px;
    color: #d71921;
}
.team-says-text{
    color: #000;
}
.team-says-container .modal-content .modal-header{ 
    position: absolute;
    z-index: 1;
    right: 0;
    border: none;
    padding: 5px 10px;
}
.team-member-background {
    width: 250px;
    position: absolute;
    right: 50%;
    top: 50%;
    margin-top: -116px;
    margin-right: -125px;
    opacity: 0.1;
}
.footer-links-parallelogram{
    width: 20px;
    height: 10px;
    transform: skew(-20deg);
    background: #fd0;
}
.team-block .inner-box .image .social-nav {
    transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
}
.team-block .inner-box .image .social-nav:before {
    transform: skewX( -30deg);
    background-color: rgb(255 221 0);
}
.plr-10{
    padding: 0 10px;
}
/*Tootip*/
.team-tooltip {
  position: relative;
  display: inline-block;
  /*border-bottom: 1px dotted black;*/
}

.team-tooltip .team-tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: #ffdd00;
    color: #000;
    text-align: justify;
    border-radius: 20px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    padding: 15px;
    bottom: 0%;
    right: 50%;
    margin-right: -150px;
    font-weight: 600;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    opacity: 0;
}
.team-tooltip:hover .team-tooltiptext {
    opacity: 1;
    visibility: visible;
    bottom: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1210px){
.team-tooltip .team-tooltiptext {
    width: 180px;
    font-size: 9px;
    margin-right: -90px;
}
.team-member-background {
    width: 150px;
    margin-right: -75px;
}
}
/*Tooltip Ends*/
.contact-form .emi_ver .form-group input[type="number"]{
    position: relative;
    display: block;
    min-width: 200px;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #888888;
    font-weight: 400;
    padding: 14px 22px;
    z-index: 1;
    height: 60px;
    background: none;
    border: 1px solid #aaaaaa;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.career-list ul, .career-list ul li{
    list-style: disc;
}
.theme-btn.btn-style-four.ml-25:before{
    content: none;
}
.ml-25{
    margin-left: 24px;
}

.ratio-1-1{
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.ratio-3-2{
    aspect-ratio: 3 / 2;
    object-fit: cover;
}