/* 
 Theme Name:     Blank Divi Child Theme
 Author:         Zipline Interactive
 Author URI:     http://www.ziplineinteractive.com/blank-divi-child-theme/ 
 Template:       Divi
 Version:        1.0 
*/ 


/*  Enter your custom CSS below */ 
/*Background sections*/
#main-content .section-overlay-circle-right:before {
    content: "";
    /* width: 355px; */
    /*    width: -webkit-fill-available;*/
    /*    height: -webkit-fill-available;*/
    width: 100%;
    height: 140%;
    /* padding-bottom: 728px; */
    /* width: 20%; */
    /* min-height: 1px; */
    position: absolute;
    top: -35px;
    right: 0;
    background-image: url(/wp-content/uploads/2025/09/colored-circle-ovelay-image.png);
    background-repeat: no-repeat;
    background-size: contain;
    /* background-size: auto 109%; */
    background-position: center right;
    background-blend-mode: multiply;
    background-blend-mode: multiply;
    mix-blend-mode: multiply;
    backface-visibility: hidden;
    mix-blend-mode: multiply;
    backface-visibility: hidden;
}

@media only screen and (max-width: 1200px) {
	 #main-content .section-overlay-circle-right.bg-underlay-right.et_pb_section.about-specialist {
        background-position: right 80% bottom 0px;
    }
    #main-content .section-overlay-circle-right.bg-underlay-right.et_pb_section {
        background-position: right 80% bottom 0px;
    }
}

@media only screen and (max-width: 1150px) {
	 #main-content .section-overlay-circle-right.bg-underlay-right.et_pb_section.about-specialist {
        background-position: right 75% bottom 0px;
    }
    #main-content .section-overlay-circle-right.bg-underlay-right.et_pb_section {
        background-position: right 75% bottom 0px;
    }
    #main-content .section-overlay-circle-right:before {
        height: 105%;
    }
}

/* @media only screen and (max-width: 1100px) {
	 #main-content .section-overlay-circle-right.bg-underlay-right.et_pb_section.about-specialist {
        background-position: right -165% bottom 0px;
    }
    #main-content .section-overlay-circle-right.bg-underlay-right.et_pb_section {
        background-position: right -165% bottom 0px;
    }
} */

@media only screen and (max-width: 980px) {
    #main-content .section-overlay-circle-right:before {
        height: 100%;
        top: 42%;
        background-position: center right -150px;
    }
}

@media only screen and (max-width: 767px) {

}

/*Project gallery*/
.project-gallery.slick-slider {
    margin-left: -15px;
    margin-right: -15px;
}
.gallery-img-wrap {
    padding-left: 15px;
    padding-right: 15px;
}
.gallery-img-wrap img {
    width: 100%;
    height: 440px;
    object-fit: cover;
    object-position: center;
}
.project-gallery .slick-arrow {
    color: #b3340b;
    font-size: 36px;
    line-height: 1;
    height: 36px;
    width: 36px;
}
.project-gallery .slick-arrow.slick-prev {
    left: -35px;
}
.project-gallery .slick-arrow.slick-next {
    right: -35px;
}
.project-gallery .slick-arrow.slick-prev.slick-disabled,
.project-gallery .slick-arrow.slick-next.slick-disabled {
    opacity: .25;
}

@media only screen and (max-width: 1024px) {
    .gallery-img-wrap img {
        height: 318px;
    }
}

@media only screen and (max-width: 980px) {
    .gallery-img-wrap img {
        height: 400px;
    }
}

@media only screen and (max-width: 575px) {
    .gallery-img-wrap img {
        height: 400px;
    }
}

/*Projects Grid*/
.featured-projects-grid {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-rows: 270px;
    grid-auto-flow: dense;
}

@media only screen and (min-width: 768px) {
    .featured-projects-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        grid-auto-rows: 270px;
        grid-auto-flow: dense;
    }
}

@media only screen and (max-width: 767px) {
    .featured-projects-grid {
        grid-template-columns: repeat(2,1fr);
    }
}

@media  only screen and (min-width: 576px) and (max-width: 767px) {
    .featured-projects-grid .project-item:nth-child(3) {
        grid-column: span 2;
    }
}

@media only screen and (max-width: 575px) {
    .featured-projects-grid {
        grid-template-columns: repeat(1,1fr);
    }
}

.project-item .project-item-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}
.project-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.featured-projects-grid .project-item.wide {
    grid-column: span 2;
}
.featured-projects-grid .project-item.tall {
    grid-row: span 2;
}
.featured-projects-grid .project-item.big {
    grid-column: span 2;
    grid-row: span 2;
}
.project-item-wrap .project-info {
    position: absolute;
    bottom: 15px;
    left: 0;
    background: #fff;
    max-width: 80%;
    padding: 18px 50px 18px 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 300ms ease-in, visibility 300ms ease-in;
}
.project-item:hover .project-item-wrap .project-info {
    opacity: 1;
    visibility: visible;
}
.project-info .project-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #b3340b;
    padding-bottom: 0;
    line-height: 1.1;
}
.project-info .project-address {
    font-size: 11px;
    color: #888888;
    line-height: 1.6;
}
.project-info .detail-wrap {
    position: relative;
}
.project-info .detail-wrap:after {
    content: "$";
    color: #b3340b;
    font-size: inherit !important;
    opacity: 1;
    margin-left: .3em;
    left: auto;
    font-family: ETmodules !important;
    font-weight: 400 !important;
    line-height: 19px;
    display: inline-block;
    vertical-align: text-top;
    position: absolute;
    bottom: 0;
    right: -40px;
}

@media only screen and (min-width: 768px) {
    .featured-projects-grid .project-item:nth-child(2),
    .featured-projects-grid .project-item:nth-child(5) {
        grid-row: span 2;
    }
    .featured-projects-grid .project-item:nth-child(6) {
        grid-column: span 2;
        grid-row: span 2;
    }

    .featured-projects-grid .project-item:nth-child(2) .project-info,
    .featured-projects-grid .project-item:nth-child(5) .project-info,
    .featured-projects-grid .project-item:nth-child(6) .project-info {
        bottom: unset;
        top: 50%;
        transform: translateY(-50%);
    }
}

/*Filter Projects Grid*/
.filter-projects-grid {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-rows: 440px;
    grid-auto-flow: dense; 
}

@media only screen and (min-width: 1200px) {
    .filter-projects-grid {
        grid-template-columns: repeat(3, minmax(300px, 1fr));
    }
}

.filter-projects-grid .project-item-wrap .project-info {
    bottom: unset;
    top: 12px;
}
.filter-projects-grid .project-item-wrap .project-info {
    opacity: 1;
    visibility: visible;
    background: transparent;
    transition: opacity 300ms ease-in, visibility 300ms ease-in, background 300ms ease-in;
}
.filter-projects-grid .project-info .project-title,
.filter-projects-grid .project-info .project-address {
    color: #fff;
    transition: color 300ms ease-in;
}
.filter-projects-grid .project-info .detail-wrap:after {
    opacity: 0;
    transition: opacity 300ms ease-in;
}
.filter-projects-grid .project-item:hover .project-item-wrap .project-info {
    opacity: 1;
    visibility: visible;
    background: #fff;
}
.filter-projects-grid .project-item:hover .project-info .project-title {
    color: #b3340b;
}
.filter-projects-grid .project-item:hover .project-info .project-address {
    color: #888888;
}
.filter-projects-grid .project-item:hover .project-info .detail-wrap:after {
    opacity: 1;
}
.filter-projects-grid .project-item .project-item-wrap:before {
    content: "";
    width: 100%;
    padding-bottom: 42%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(180deg, rgba(128, 128, 128, .6) 22%, rgba(128, 128, 128, 0) 100%);
}
.paginate-projects {
    text-align: center;
    margin-top: 43px;
}
.paginate-projects .btn-load {
    color: #b3340b !important;
    border-width: 1px !important;
    border-color: #555555;
    border-radius: 0px;
    font-size: 13px;
    font-weight: 600 !important;
    background-color: transparent;
    padding: 10px 22px;
    line-height: 1.7;
    display: inline-block;
    cursor: pointer;
}

.filter-projects-grid .project-item {
    display: none;
}
.filter-projects-grid .project-item.active {
    opacity: 1;
    -webkit-animation: fadeLeft 1s cubic-bezier(.77,0,.175,1) 1;
    animation: fadeLeft 1s cubic-bezier(.77,0,.175,1) 1;
}

/*#efeef0*/
.filter-nav-wrapper {
    margin-bottom: 53px;
}
ul.filter-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 36px;
    justify-content: center;
    position: relative;
}
ul.filter-nav:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #efeef0;
    position: absolute;
    bottom: -1px;
    left: 0;
}
ul.filter-nav li {
    position: relative;
}
ul.filter-nav li.active:after {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #b3340b;
    position: absolute;
    bottom: -2px;
}
ul.filter-nav a {
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    color: #222222;
    padding: 27px 6px;
    display: block;
    text-align: center;
}
ul.filter-nav a:after {
    display: block;
    content: attr(data-title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
ul.filter-nav li.active a,
ul.filter-nav li a:hover {
    color: #b3340b;
    font-weight: 700;
}
/*ul.filter-nav li a:hover {
    -webkit-text-stroke: 1px #b3340b;
}*/

@media only screen and (max-width: 767px) {
    .filter-projects-grid {
        grid-template-columns: repeat(2,1fr);
    }
}

@media only screen and (max-width: 575px) {
    .filter-projects-grid {
        grid-template-columns: repeat(1,1fr);
    }
}

/*Project Singe*/
.project-banner-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 600px;
}

@media only screen and (max-width: 767px) {
    .project-banner-inner {
        min-height: 440px;
    }
}


/*Form*/
body .gform_wrapper.gravity-theme input[type=email], 
body .gform_wrapper.gravity-theme input[type=tel], 
body .gform_wrapper.gravity-theme input[type=text], 
body .gform_wrapper.gravity-theme textarea {
    background-color: #f8f8f8;
    border: 1px solid #f8f8f8;
    padding: 14px 20px;
    line-height: 1;
    font-size: 14px;
    color: #888888;
}
body .gform_wrapper.gravity-theme .gform_footer {
    text-align: right;
}
body .gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
    background: #b3340b;
    color: #fff;
    border: 1px solid #b3340b;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    padding: 12px 20px;
}

/*Testimonials*/
body .sp-testimonial-free-section .sp-testimonial-item {
    padding-bottom: 50px;
}
body .sp-testimonial-free-section .sp-testimonial-free {
    background-color: #f8f8f8 !important;
    padding: 60px 60px 110px;
}
body .sp-testimonial-free-section .sp-testimonial-free {
    display: flex;
    flex-direction: column;
}
body .sp-testimonial-free-section .sp-testimonial-free > * {
    order: -1;
}
body .sp-testimonial-free-section .sp-testimonial-free > .sp-testimonial-client-image {
    order: 9;
    margin: 0;
}
body .sp-testimonial-free-section .sp-testimonial-client-testimonial {
    margin-bottom: 0;
}
body .sp-testimonial-free-section .sp-testimonial-client-testimonial * {
    font-size: 17px !important;
}
body .sp-testimonial-free-section .sp-testimonial-client-name {
    font-size: 18px;
    text-transform: uppercase;
}
body .sp-testimonial-free-section .sp-testimonial-client-designation {
    font-size: 11px;
    color: #888888 !important;
    line-height: 1.1;
}
body .sp-testimonial-free-section .sp-testimonial-client-image {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1;
}
body .sp-testimonial-free-section .sp-testimonial-client-image img {
    background-color: #e8e8e8 !important;
    width: 100px;
    height: 100px;
    object-fit: contain;
}
body .sp-testimonial-free-section .testimonial-nav-arrow {
    font-size: 36px;
    font-weight: 300;
}

/*end*/

.sub-heading {
	color: #b3340b;
	text-transform: uppercase;
	font-size: 18px;
   font-weight: 300;
   letter-spacing: 3px;
   margin-bottom: 10px;
}

/*Our services*/
.services-list {
    counter-reset: service-num;
}
.services-list .service-blurb .et_pb_module_header {
    position: relative;
    padding: 20px 0;
    margin-bottom: 20px;
}
.services-list .service-blurb .et_pb_module_header:before {
    counter-increment: service-num;
    content: counters(service-num, ".", decimal-leading-zero);
}
.services-list .service-blurb .et_pb_module_header:before {
    font-size: 72px;
    z-index: -1;
    opacity: .2;
    font-weight: 300;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.service-blurb .et_pb_main_blurb_image {
    margin-bottom: 45px;
}
.service-blurb .et_pb_main_blurb_image .et_pb_image_wrap {
    height: 98px;
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
}
.service-blurb .et_pb_main_blurb_image .et_pb_image_wrap img {
    max-height: 98px;
    object-fit: contain;
}

/*CTA Quote*/
@media only screen and (min-width: 981px) {
	#main-content .et_pb_section.cta-quote-bg-center {
	    padding-top: 100px;
	    padding-bottom: 40px;
	}
	#main-content .et_pb_section.cta-quote-bg-center:before {
		content: "";
		width: 95%;
		height: 100%;
		position: absolute;
		background-size: auto 100%;
		background-position: left center;
		background-blend-mode: multiply;
		background-repeat: no-repeat;
		top: 0;
		/*	background-image: url(/wp-content/uploads/2024/07/cta-quote-bg-left-img.png) !important;*/
		background-image: linear-gradient(to bottom, #ffffff 0, #ffffff 10%, #b3340b 10%, #b3340b 90%, #ffffff 90%, #ffffff 100%), 
						url(/wp-content/uploads/2024/07/cta-quote-bg-left-img.png) !important;
	}
}

@media only screen and (max-width: 980px) {
	#main-content .et_pb_section.cta-quote-bg-center {
		background-color: #b3340b;
		padding-top: 50px;
	   padding-bottom: 50px;
	}
}

/*Work with us*/
@media only screen and (min-width: 768px) {
	.work-highlights-grid {
	    display: flex;
	    flex-wrap: wrap;
	    align-items: flex-start;
	    column-gap: 30px;
	    row-gap: 20px;
	}
	.work-highlight {
	   width: calc(50% - 15px);
	   display: inline-block;
	}
}
@media only screen and (max-width: 767px) {
	.work-highlight {
	    margin-bottom: 40px !important;
	}
}

.work-highlight:before {
    content: "";
    width: 100px;
    height: 100px;
    background-color: #f8f8f8;
    position: absolute;
    z-index: -1;
}
.work-highlight .et_pb_text_inner {
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 28px 0px 22px 23px;
    font-size: 11px;
    line-height: 1.5;
}
.work-highlight .count-experience {
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    color: #b3340b;
    padding-bottom: 5px;
    letter-spacing: 0;
}

/*Community engagement*/
.blog-hide-title .entry-title {
    display: none;
}
.community-blog-posts .et_pb_post:last-child {
    margin-bottom: 0px;
}
.community-blog-posts .et_pb_post .entry-featured-image-url {
    margin-bottom: 50px;
}
.community-blog-posts .et_pb_post .more-link {
    color: #b3340b !important;
    border-style: solid;
    border-width: 1px !important;
    border-color: #555555;
    border-radius: 0px;
    font-size: 13px;
    font-weight: 700 !important;
    background-color: RGBA(255, 255, 255, 0);
    display: inline-block;
    padding: 10px 25px 10px 25px;
    line-height: 1.7em !important;
    margin-top: 50px;
    text-transform: capitalize;
}
.community-blog-posts .et_pb_post .more-link:after {
    content: "$";
    color: #555555;
    font-size: inherit !important;
    opacity: 1;
    margin-left: .3em;
    left: auto;
    font-family: ETmodules !important;
    font-weight: 400 !important;
    line-height: 19px;
    display: inline-block;
    vertical-align: text-top;
}
.engagement-feature-box .et_pb_main_blurb_image {
    margin: 0;
}
.engagement-feature-box .et_pb_module_header {
    position: absolute;
    top: 0;
    width: 90%;
    height: 100%;
    padding: 20px 35px;
    display: flex;
    align-items: center;
}

/*Custom Theme CSS*/
    #main-header .container {
        width: 90%;
        max-width: 90%;
    }
    .home-banner {
        width: 90%;
        max-width: 90%;
        margin:0 auto;
    }
    .home-banner .et_pb_slide_description {
        text-align: left;
        padding: 8% 0%;
    }
    .home-banner .et_pb_slide_description {
        text-align: left;
        padding: 16% 0%;
        width: 80%;
        margin: unset;
    }
    .home-banner  .et_pb_slider .et_pb_container {
        width: 80%;
        margin: unset;
    }
    .social-ico a:first-child {
        display: none !important;
    }
    .social-ico a {
        display: inline-block !important;
        margin-left: 10px;
    }
    .banner-para {
        color: #fff;
        font-size: 12px;
        letter-spacing: 2px;
    }
    .title-main {
        font-size: 100px;
        font-weight: 700;
    }
    .sub-para {
        font-size: 40px;
        line-height: 45px;
        font-weight: 700;
    }
    .copyright-sec .et_pb_text_inner {
        color: #fff;
        font-size: 13px;
        opacity: 0.7;
    }
    .copyright-sec .et_pb_text_inner a {
        color: #fff;
    }
    .foo-bottom {
        display: flex;
    }
    .left-s {
        width: 30%;
        margin-right: 20px;
    }
    .foo-bottom h4 {
        color: #b3340b;
        font-size: 16px;
        font-weight: 600;
    }
    .foo-bottom ul li {
        display: block;
        color: #fff;
        font-size: 14px;
        line-height: 23px;
        margin-bottom: 5px;
    }
    .foo-bottom ul li a{
        color: #fff;
        font-size: 14px;
    }
    .foo-bottom ul {
        padding-left: 0px;
    }

    /** About **/
    .page-banner {
        width: 90%;
        max-width: 90%;
        margin:0 auto;
        min-height:700px
    }

    .page-banner .et_pb_slide{
        min-height:700px;
        display:flex;
        align-items:center;
    }

    .page-banner .et_pb_slide_description {
        text-align: left;
        padding: 16% 0%;
    }
    .page-banner .et_pb_slide_description {
        text-align: left;
        padding: 16% 0%;
        width: 80%;
        margin: unset;
    }
    .page-banner  .et_pb_slider .et_pb_container {
        width: 100%;
        /*margin: unset;*/
    }

    .vmv-box .et_pb_blurb_content{
        position:relative;
        overflow:hidden;
    }

    .vmv-box .et_pb_blurb_content:before{
        content: "";
        background: #3e243a;
        position: absolute;
        width: 100%;
        height: calc(100% - 10px);
        opacity: 0;
    }

    .vmv-box:hover .et_pb_blurb_content:before{
        opacity:1;
    }

    .vmv-box:hover .et_pb_blurb_content .et_pb_blurb_container{
        top:0;
        bottom:0;
    }

    .vmv-box .et_pb_blurb_content .et_pb_blurb_container{
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: flex;
            flex-direction:column;
        align-items: center;
            justify-content:center;
        padding: 20px 30px;
        transition: .3s ease;
            text-align:center;
            color:#fff;
    }

    .vmv-box .et_pb_blurb_content .et_pb_blurb_container p{
/*         text-align:center; */
        color:#fff;
    }
.vmv-box .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header{
        text-align:center;
        color:#fff;
        text-transform:uppercase;
    }
    .vmv-box .et_pb_blurb_content .et_pb_main_blurb_image{
        margin-bottom:0;
    }

    .about-cta .et_pb_row{
        min-height:500px;
        padding:0 !important;
        display:flex;
        align-items:center;
    } 

    .overlay-img-center{
        
    } 
    .p-0{
        padding:0;
    }

    .about-cta .et_pb_row .heading{
        color:#fff;
        text-align:center;
        max-width:842px;
        font-size:58px;
        margin:auto;
    }

    .icon-blurb .et_pb_image_wrap{
        min-height:91px
    }

    .icon-blurb .et_pb_module_header {
        margin-bottom:14px;
    }
    .pb-0{
        padding-bottom:0 !important;
    }

    .about-services .services-list:not(:last-child){
        margin-bottom:30px;
    }

    .purple-cta .et_pb_row{
        position:relative;
    }

    .purple-cta .et_pb_row:before{  content:url('/wp-content/uploads/2024/08/while-icon-overlay.png'); 
      position:absolute; 
        bottom:-10px;
        right: calc(5% + 25px)
    }

    .overlay-right-circle{
        position:relative;
    }

    .overlay-right-circle:before{
        content:url('/wp-content/uploads/2024/07/colored-circle-ovelay-image.png'); 
      position:absolute; 
        top:-40px;
        right: 0;
        opacity:90%;
        z-index:3;
    }

    .about-cta{
        position:relative;
    }
    /*
    .about-cta:before{
        content:'';
        position:absolute;
        width:100%;
        height:100%;
        left:0;
        top:0;
        background-color: #000;
        opacity:20%;
    }*/

    .full-width-row{
        max-width:100% !important;
        width:100%;
    }

    .full-width-row .content-col  .et_pb_module{
        max-width:600px;
        margin-left:auto;
        margin-right:0;
    }

    .full-width-row .img-col {
        padding-left:30px;
        position:relative;
        overflow:hidden;
    }

    .full-width-row .img-col .et_pb_image{
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 100%;
    }

    .full-width-row .img-col .et_pb_image{
        position:relative;
        width:100%;
        margin-right:0;
        margin-left:auto;
    }
    body #page-container .et_pb_section .btn-red{
        background-color:#B3340B !important;
        color:#fff !important;
    }

    .with-white-logo-right{
        position:relative;
    }

    .with-white-logo-right:after {
        content: url(/wp-content/uploads/2024/08/while-icon-overlay.png);
        position: absolute;
        right: calc(5% + 25px);
            bottom:-10px;
    }

    @media only screen and (min-width: 1462px) {
        .et_pb_section.p-0 {
            padding:0;
        }
    }

    .purple-cta-img-overlay-left{
        position:relative;
        padding:0 !important;
        background-image:unset;
    }

    .purple-cta-img-overlay-left:before{
        content: url(/wp-content/uploads/2024/07/commercial-custom-bg-section-crop.png);
        position: absolute;
            z-index:1;
            top:50%;
            transform:translatey(-50%);
            left:0
    }

    .purple-cta .et_pb_row{
        min-height:320px;
        display:flex;
        align-items:center;
    }

    .service-text-image-sec.left-bg-overlay{
        position:relative;
    }

    .service-text-image-sec.left-bg-overlay:before{
        content:'';
        background: url(/wp-content/uploads/2024/08/left-bg.png);
        position: absolute;
            width: 569px;
            height:579px;
            left:0;
            bottom:0
    }
    .service-text-image-sec.left-bg-overlay:after{
        content:'';
        background: url(/wp-content/uploads/2024/08/left-bg.png);
        position: absolute;
            width: 569px;
            height:579px;
            z-index:3;
            left:0;
            bottom:0;
            opacity:0.8;
    }

    .pl-50{
        padding-left:50px;
    }
    .pr-50{
        padding-right:50px;
    }

    .full-row {
        width: 100%!important;
        max-width: 100%!important;
    }
    .side-text-left {
        max-width: 589px!important;
        padding-top: 0;
        padding-bottom: 50px;
        padding-right: 10px;
        margin-left: auto;
    }
    .side-row .et_pb_button_module_wrapper {
        margin-top: 17px;
    }

    .logo-list {
        align-items: center;
        display: flex;
        max-width: 774px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
     





    @media (min-width:981px){

    .home-banner .et_pb_slider .et_pb_container {
        width: 100%;
        max-width: 1170px !important;
        margin: auto;
    }   
    .logo-light-right:after {
        content: "";
        width: 90px;
        height: 90px;
        background: url('/wp-content/uploads/2024/08/logo-light.png') no-repeat;
        background-size: contain;
        position: absolute;
        right: 113px;
        bottom: 76px;
    }
    .cta-quote-bg-center.logo-light-right:after {
        bottom: 34px;
    }
     
    .logo-light-right {
        position: relative;
    }   
    }

    @media (min-width:1200px){
        
    .et_pb_section_0_tb_footer.et_pb_section:before {
        content: "";
        width: 384px;
        height: 316px;
        background: url('/wp-content/uploads/2025/09/footer-curve-bg.png') no-repeat;
        position: absolute;
        right: 0;
        background-position: right;
        bottom: 0;
        background-size: contain;
    }

        
    }



    @media (min-width: 1200px) and (max-width:1300px) {
        .side-text-right {
            max-width:514px!important
        }

        .side-text-left {
            max-width: 511px!important;
        }
    }

    @media (min-width: 1300px) and (max-width:1366px) {
        .side-text-right {
            max-width:514px!important
        }

        .side-text-left {
            max-width: 540px!important;
        }
    }

    @media (min-width: 1367px) and (max-width:1550px) {
        .side-text-right {
            max-width:514px!important
        }

        .side-text-left {
            max-width: 579px!important;
        }
    }



    @media (min-width:1200px) and (max-width:1700px){
     .about-services,
        .overlay-right-circle {
        background-size: 132px !important;
    }   
    }


    @media (min-width:981px) and (max-width:1366px){

    .services-list .service-blurb .et_pb_module_header * {
        font-size: 20px !important;
    }
        
        
    }

    /** serices single page ***/
    .mt-30{
        margin-top:30px;
    }

    .pr-50{
        padding-right:50px;
    }

    .overlay-circle-left-bottom{
        position:relative;
        overflow:hidden;
    }

    .overlay-circle-left-bottom:before{
        content: url('/wp-content/uploads/2024/08/background-circle-left-bottom.png');
       
       position: absolute;
        left: 0;
        background-position: top left;
        bottom: -315px;
    }

    .cta-quote-bg-center.smal-white-logo:after{
        content: url(/wp-content/uploads/2024/08/while-icon-overlay.png);
        position: absolute;
        bottom: 27px;
        right: calc(5% + 25px);
    }

    .service-inclusion{
        
        counter-reset: service-num;
    }

    .service-inclusion .service-inclusion-box{
        background-color:#f8f8f8;
        padding: 60px;
        text-align:center;
    }

    .service-inclusion .service-inclusion-box .title{
        font-size:21px;
        padding: 20px 0;
       margin-bottom: 20px;
        text-transform:uppercase;
        position:relative;
    }

    .service-inclusion .service-inclusion-box .title:before {
        counter-increment: service-num;
        content: counters(service-num, ".", decimal-leading-zero);
    }

    .service-inclusion .service-inclusion-box .title:before {
        font-size: 72px;
        opacity: .2;
        font-weight: 300;
        line-height: 1;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .pt-80{
        padding-top:80px
    } 
    .pb-80{
        padding-bottom:80px
    }

    .owl-theme .owl-nav button{
        font-size: 36px !important;
      font-weight: 300 !important;
    }

    .owl-theme .owl-nav button:not(.disabled){
        color:#b3340b;
    }

    .owl-theme .owl-nav [class*=owl-]:hover {
        background:transparent;
        color: #b3340b;
        text-decoration: none;
        
    }

    .owl-prev{
        position:absolute;
        top:50%;
        left:-40px;
        transform:translatey(-50%);
        font-size: 36px !important;
        font-weight: 300;
    }

    .owl-next{
        position:absolute;
        top:50%;
        right:-40px;
        transform:translatey(-50%);
        font-size: 36px !important;
       font-weight: 300;
    }

    .service-projects .featured-projects-grid .project-item:nth-child(5){
        grid-row: unset;
    }

    a {
        color: #b3340b;
    }

    .main-service-slider .service-blurb .et_pb_module_header, .main-service-slider .et_pb_module_header .et_pb_module_header a{
        text-transform: uppercase;
        font-size: 21px;
        text-align: center;
    }

    .main-service-slider .service-blurb .et_pb_module_header {
        position: relative;
        padding: 20px 0;
        margin-bottom: 20px;
    }

    .main-service-slider {
        counter-reset: service-num;
    }
    .main-service-slider .service-blurb .et_pb_module_header {
        position: relative;
        padding: 20px 0;
        margin-bottom: 20px;
    }
    .main-service-slider .service-blurb .et_pb_module_header:before {
        counter-increment: service-num;
        content: counters(service-num, ".", decimal-leading-zero);
    }
    .main-service-slider .service-blurb .et_pb_module_header:before {
        font-size: 72px;
        z-index: -1;
        opacity: .2;
        font-weight: 300;
        line-height: 1;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .service-blurb .btn-wrap .et_pb_button{
        color: #b3340b !important;
        border-width: 1px !important;
        border-color: #555555;
        border-radius: 0px;
        font-size: 13px;
        font-weight: 700 !important;
        background-color: RGBA(255, 255, 255, 0);
        padding-top: 10px !important;
        padding-right: 42px !important;
        padding-bottom: 10px !important;
        padding-left: 25px !important;
        position:relative;
    }

    .service-blurb .btn-wrap{
        margin-top:30px;
    }

    .service-blurb .btn-wrap .et_pb_button:after{
        position:absolute;
        top:50%;
        transform:translatey(-50%);
    }


    .main-services .service-blurb .et_pb_button{
        display:inline-block;
    }

/*end custom theme css*/

.left-bottom-logo-underlay:before {
    content: "";
    width:100%;
    height: 920px;
    position: absolute;
    bottom: -55px;
    left: 0%;
    background-size: contain;
    background-position: left 0% bottom 0%;
    background-image: url(/wp-content/uploads/2024/08/Vector-Smart-services.png) !important;
    background-repeat: no-repeat;
/* 	    z-index: 2; */
}
.left-bottom-logo-underlay.under-bottom-0:before {
    bottom: 0;
}
.left-bottom-circle-underlay:before {
    content: "";
    width: 12%;
    padding-bottom: 20%;
    position: absolute;
    bottom: -39px;
    left: 0;
    background-size: contain;
    background-position: left 0% bottom 0%;
    background-image: url(/wp-content/uploads/2024/08/background-circle-left-bottom-half.png) !important;
    background-repeat: no-repeat;
}

.et_pb_row.testimonial-row-bg:before {
    content: "";
    width: 95%;
    height: calc(100% - 200px);
    position: absolute;
    background-color: #44273a;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    mix-blend-mode: multiply;
    backface-visibility: hidden;
    mix-blend-mode: multiply;
    backface-visibility: hidden;
}
.b-logo-bottom-right:before {
    content: "";
    width: 111px;
    height: 111px;
    position: absolute;
    bottom: -1px;
    right: calc(5% + 25px);
    background-image: url(/wp-content/uploads/2025/09/white-b-logo.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.logo-cta-bg-center-overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(/wp-content/uploads/2024/08/cta-overlay-img-center.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    max-width: 1170px;
    width: 80%;
    margin: 0 auto;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-blend-mode: multiply;
    background-blend-mode: multiply;
    mix-blend-mode: multiply;
    backface-visibility: hidden;
    mix-blend-mode: multiply;
    backface-visibility: hidden;
}
.mtb-auto {
    margin-top: auto;
    margin-bottom: auto;
}
body .owl-theme .owl-nav button:not(.disabled) {
    color: #b3340b;
}

/*Responsive*/
@media only screen and (max-width: 980px) {
       body .title-main {
        font-size: 35px;
        line-height: 40px;
    }
	.home-banner .et_pb_slider .et_pb_container {
    width: 100%;
}
    .sub-para {
        font-size: 24px;
        line-height: 32px;
    }
    .banner-para {
        line-height: 1.6;
    }
    .mobile-bg-contain {

    }
    body .sp-testimonial-free-section .sp-testimonial-item {
        padding-bottom: 50px;
    }
    body .page-banner,
    body .page-banner .et_pb_slide {
        min-height: 500px;
    }
    .b-logo-bottom-right:before {
        width: 70px;
        height: 70px;
    }
    .about-cta .et_pb_row {
        min-height: 400px;
    }
    .about-cta .et_pb_row .heading {
        font-size: 48px;
    }
}


@media only screen and (max-width: 767px) {
    .home-banner .et_pb_slide_description {
        width: 100%;
    }
    .title-main {
        font-size: 36px;
    }
    .sub-para {
        font-size: 16px;
        line-height: 25px;
    }
    #main-content .section-overlay-circle-right.mobile-bg-contain:before {
        height: 100%;
        top: 0;
        background-position: center right -153px;
        background-size: 180px;
    }
    body .sp-testimonial-free-section .sp-testimonial-free {
        padding: 35px 24px 60px;
    }
    body .sp-testimonial-free-section .sp-testimonial-client-image img {
        width: 80px;
        height: 80px;
    }
    body .sp-testimonial-free-section .testimonial-nav-arrow {
        font-size: 28px;
        font-weight: 300;
    }
    body .sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-prev {
        left: 10px;
    }
    body .sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-next {
        right: 10px;
    }
    .sub-heading {
        font-size: 16px;
    }
      .left-bottom-logo-underlay:before {
        width: 12%;
        padding-bottom: 40%;
        bottom: -60px;
        left: 0%;
    }
    ul.filter-nav {
        column-gap: 20px;
    }
    body .page-banner, body .page-banner .et_pb_slide {
        min-height: 428px;
    }
    .project-banner-inner {
        min-height: 340px;
    }
    .project-gallery .slick-arrow {
        height: 30px;
        width: 30px;
        font-size: 30px;
    }
    .project-gallery .slick-arrow.slick-prev {
        left: -20px;
    }
    .project-gallery .slick-arrow.slick-next {
        right: -20px;
    }
    .b-logo-bottom-right:before {
        width: 40px;
        height: 40px;
        right: calc(5% + 12px);
    }
    .main-service-slider .owl-prev {
        left: -30px;
    }
    .main-service-slider .owl-next {
        right: -30px;
    }
    .about-cta .et_pb_row {
        min-height: 300px;
    }
    .about-cta .et_pb_row .heading {
        font-size: 32px;
    }
    .page-banner .et_pb_slide_description {
        width: 100%;
    }
    .left-bottom-logo-underlay.under-bottom-left-31:before {
        left: -31%;
    }
}
@media (min-width:1200px) and (max-width:1699px)
{
	.et_pb_section_0_tb_footer.et_pb_section:before {
    width: 150px!important;
    bottom: 0px;
    height: 150px!important;
}
}
@media (min-width:981px) and (max-width:1499px)
{
	.left-bottom-logo-underlay:before {
          width: 8%;
	}
}
/******for 90% zoom **********/
@media screen and (min-width:1500px) and (max-width:1699px)
 {
.left-bottom-logo-underlay:before {
          width: 10%;
	}
 }
/******for 80% zoom **********/
 @media (min-width:1700px) and (max-width:1799px)
 {
.left-bottom-logo-underlay:before {
        width: 13%;
    }
 }
@media (min-width:768px) and (max-width:980px)
{
	.left-bottom-logo-underlay:before {
        width: 8%;
             bottom: -60px;
        left: 0%;
    }
}
.cta-quote-bg-center.logo-light-right {
    z-index: 3;
}
.bg-underlay-right.bg-full-sun {
    background-size: cover !important;
    background-position: top center !important;
}
.cta-bg2:before {
    content: '';
    position: absolute;
    top: -130px;
    mix-blend-mode: multiply;
    content: url(https://boodjerastg.wpenginepowered.com/wp-content/uploads/2024/08/cta-bg2.png);
}
.cta-bg2:after {
    content: "";
    width: 111px;
    height: 111px;
    position: absolute;
    bottom: -1px;
    right: calc(5% + 25px);
    background-image: url(/wp-content/uploads/2024/08/white-b-logo.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.cta-bg1:before {
    content: '';
    position: absolute;
    top: -38px;
    mix-blend-mode: multiply;
    left: 0px;
    z-index: 1;
    content: '';
    background: url(/wp-content/uploads/2025/09/cta-bg1.png);
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-size: contain;
}
.cta-bg1:after {
    content: "";
    width: 111px;
    height: 111px;
    position: absolute;
    bottom: -1px;
    right: calc(5% + 25px);
    background-image: url(/wp-content/uploads/2025/09/white-b-logo.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.cta-bg1 .et_pb_text_inner {
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
}
.cta-bg2 .et_pb_text_inner {
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
}
.testimonial-row-bg .et_pb_text_inner {
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
}
.customer-text .et_pb_text_inner {
    font-weight: 400;
}
@media (min-width:980px) and (max-width:1350px)
{
	.bg-col-left {
    max-width: 37% !important;
    margin: 0 auto;
}
}
@media (min-width:1351px)
{
	.bg-col-left {
    max-width: 500px;
    margin: 0 auto;
}
}
.page-id-183 .left-bottom-logo-underlay:before {
    z-index: 2;
    width: 15% !important;
}
@media (min-width:1500px)
{
	.cta-bg1 .et_pb_row {
    max-width: 1080px;
}
		.cta-bg2 .et_pb_row {
    max-width: 1080px;
}
	.testimonial-row-bg .b-logo-bottom-right .et_pb_text {
    max-width: 1085px;
}
}
@media (min-width:981px) and (max-width:1699px)
{
	.cta-bg1:before {
    top: -20px;
    left: -60px;
    width: 100%;
    height: 301px;
}
}
.main-title {
    font-weight: 700;
    font-size: 48px;
    color: #44273a !important;
}
@media (max-width:767px)
{
.main-title {
    font-size: 30px;
}	
	.testimonial-row-bg .et_pb_text_inner {
    font-size: 25px;
    line-height: 30px;
}
	.cta-bg1 .et_pb_text_inner {
    font-size: 25px;
    line-height: 30px;
}
	.sub-para br {
    display: none;
}
	body .title-main br {
    display: none;
}
	.page-id-255 .testimonial-row-bg {
    margin-top: -40px;
}
	.work-right-row .et_pb_column:nth-child(2) {
    margin-top: 30px !important;
}
}
@media (min-width:768px) and (max-width:980px)
{
	.work-right-row .et_pb_column:nth-child(2) {
    margin-top: 80px !important;
}
.main-title {
    font-size: 35px;
}	
	.cta-bg1:before {
    top: 0px;
    height:100%;
}
}
@media (max-width:980px)
{
	.testimonial-row-bg {
    max-width: 100%;
    width: 100%;
}
	.et_pb_row.testimonial-row-bg:before {
    width: 100%;
}
	.swap-cols-rows {
    display: flex;
    flex-direction: column-reverse;
}
	.mtb-auto-s {
    margin-bottom: 0px;
}
	.cta-bg1:after {
    width: 50px;
    height: 50px;
    bottom: 0px;
}
.work-highlights-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
}
	.work-highlight:before {
    width: 100%;
           height: 140px;
}
	    .work-highlight {
        width: 100%;
        display: inline-block;
       margin-bottom: 50px !important;
    }
	.home-banner .et-pb-slider-arrows
	{
		display:none;
	}
}
@media (min-width:981px) and (max-width:1099px)
{
	.earth-country-text span {
    font-size: 60px!important;
    line-height: 65px!important;
}
	#top-menu li {
          font-size: 12px !important;
        padding-right: 14px !important;
}
	.title-main {
    font-size: 60px!important;
    line-height: 65px!important;
}
	.sub-para {
    font-size: 30px!important;
    line-height: 40px!important;
}
}
    .about-specialist.bg-underlay-right {
        z-index: -1;
    }
.main-service-slider .service-blurb .et_pb_module_header {
    font-size: 20px;
}
@media (min-width:1200px)
{
	.page-id-223 .service-blurb .et_pb_blurb_description {
    min-height: 370px;
}
}
@media (min-width:1000px) and (max-width:1099px)
{
.service-blurb .et_pb_blurb_description {
    font-size: 14px;
    line-height: 24px;
}	
	.page-id-223 .service-blurb .et_pb_blurb_description {
    min-height: 310px;
}
	body .sp-testimonial-free-section .sp-testimonial-free {
        min-height: 440px!important;
    }
}
@media (min-width:981px) and (max-width:1146px)
{
.circle-border-img {
    background-size: 40% !important;
    background-position: left center !important;
}	
	.page-id-255 .bg-underlay-right.section-overlay-circle-right.mobile-bg-contain.bg-full {
   background-position: right 59% bottom 0px !important;
}
	   .page-id-218 #main-content .section-overlay-circle-right.bg-underlay-right.et_pb_section {
        background-position: right 55% bottom 0px;
    }
	    .page-id-223 #main-content .section-overlay-circle-right.bg-underlay-right.et_pb_section {
        background-position: right 50% bottom 0px;
    }
}
.cta-bg1 {
    z-index: 2;
}

 .testimonial-row-bg {
    margin-top: -70px;
}	
	.testimonial-row-bg {
    margin-top: -70px;
}

.testimonial-row-bg {
    background-size: auto 97%!important;
}
.single-project .bg-underlay-right.section-overlay-circle-right.mobile-bg-contain.et_section_regular {
    z-index: -1;
}
.single-project #main-content .section-overlay-circle-right:before {
    height: 300px;
    z-index: 2;
}
@media (min-width:981px)
{
	.project-internal-col {
    max-width: 900px;
}
	.home-banner .et-pb-controllers {
    display: none;
}
	
}

.vmv-box:hover .et_pb_blurb_description {
    height: 200px;
    overflow-y: auto;
}
.vmv-box .et_pb_blurb_description::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #3e243a;
	border-radius: 10px;
}

.vmv-box .et_pb_blurb_description::-webkit-scrollbar
{
	width:10px;
	background-color:#3e243a;
	border-radius: 10px;
}

.vmv-box .et_pb_blurb_description::-webkit-scrollbar-thumb
{
	background-color: #b3340b;
	border: 2px solid #3e243a;
	border-radius: 10px;
}
@media (min-width:982px)
{
	.icon-blurb .et_pb_module_header {
    margin-bottom: 0px;
    min-height: 50px;
    font-size: 20px !important;
}
	.foo-bottom-cols {
    margin-top: -30px;
}
}
body #page-container a.et_pb_button:hover {
    color: #fff !important;
    border-width: 1px !important;
    border-color: #b3340b;
    background: #b3340b;
}
body #page-container a.et_pb_button:hover:after {
    color: #fff;
}
body #page-container a.btn-red.et_pb_button {
    border: 1px solid #b3340b !important;
}
body #page-container a.btn-red.et_pb_button:hover {
    background: transparent !important;
}
.paginate-projects .btn-load:hover {
    color: #fff !important;
    border: 1px solid #b3340b;
    background: #b3340b;
}
.cta-bg1 a.et_pb_button:hover {
    border: 1px solid #fff !important;
}
.home-banner .et_pb_more_button:hover {
    background: #b3340b !important;
    border-color: #b3340b !important;
}
@media (min-width:768px) and (max-width:980px)
{
	    body .sp-testimonial-free-section .sp-testimonial-free {
        min-height: 440px;
        padding: 35px 35px 110px;
    }
}


@media  only screen and (min-width: 576px) and (max-width: 980px) {
	#main-content .featured-projects-grid:has(> :last-child:nth-child(6)) {
		grid-template-columns: repeat(2, 1fr);
	}
	#main-content .featured-projects-grid:has(> :last-child:nth-child(6)) .project-item {
	    grid-row: span 1;
	    grid-column: span 1;
	}
	#main-content .featured-projects-grid:has(> :last-child:nth-child(6)) .project-item:nth-child(2),
	#main-content .featured-projects-grid:has(> :last-child:nth-child(6)) .project-item:nth-child(4) {
	    grid-row: span 2;
	    grid-column: span 1;
	}
}

@media only screen and (min-width: 981px) {
	#main-content .featured-projects-grid:has(> :last-child:nth-child(6)) .project-item {
	    grid-row: span 1;
	    grid-column: span 1;
	}
	#main-content .featured-projects-grid:has(> :last-child:nth-child(6)) .project-item:nth-child(2),
	#main-content .featured-projects-grid:has(> :last-child:nth-child(6)) .project-item:nth-child(4),
	#main-content .featured-projects-grid:has(> :last-child:nth-child(6)) .project-item:nth-child(5) {
	    grid-row: span 2;
	    grid-column: span 1;
	}
}

