
body{

  color: #000000;
}
.masthead-homepage .slider-has-preloader:not(.slick-initialized) {
    position: relative;
}

.masthead-homepage .slider-has-preloader:not(.slick-initialized) > .fx-slide {
    opacity: 0;
}

.masthead-homepage .slider-has-preloader:not(.slick-initialized):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid;
    border-color: transparent #AF231C;
    animation: 1s sliderLoad infinite linear;
}
.homepage-refresh ul{
    list-style: none;
}
.homepage-refresh ul li {
    margin : .25em 0 0 .5em
}
.homepage-refresh ul li::before {
    content: '\f0da';
    font-family: 'FontAwesome';
    display: inline-block;
    margin-right: 10px;
    margin-left: -1.75em;
}


@keyframes sliderLoad {
    0% {
        transform: translate3d( -50%, -50%, 0 ) rotateZ( 0 );
    }

    100% {
        transform: translate3d( -50%, -50%, 0 ) rotateZ( 360deg );
    }
}



.fx-slider .fx-slide {
    display: none;
}

.fx-slider .fx-slide:first-child {
    display: block;
}

.fx-slider.slick-initialized .fx-slide {
    display: block;
}


.masthead-homepage .slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    width: 39px;
    height: 39px;
    padding: 0;
    cursor: pointer;
    border: none;
    outline: none;
    z-index: 9;
    text-align: center;
    color: #0072AB;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in 0.3s;
    background: rgba(0,114,171,0.2);
    border-radius: 5px;
    top: 50%;
    margin-top: -22px;
}

.masthead-homepage .slick-arrow:focus,
.masthead-homepage .slick-arrow:hover {
    background: #fff;
    color: #fff;
}

.masthead-homepage .slick-next {
    right: 0%;
}

.masthead-homepage .slick-prev {
    left: 0%;
}

.masthead-homepage .slick-arrow::before {
    position: absolute;
    width: 100%;
    font-size: 16px;
    line-height: 1em;
    font-family: 'icomoon';
    font-weight: normal;
}
.masthead-homepage .slick-track
{
    display: flex !important;
}

.masthead-homepage .slick-slide
{
    height: inherit !important;
}
.masthead-homepage .slick-prev::before {
    content: '\e901';
}

.masthead-homepage .slick-next::before {
    content: '\e902';
}


/* slick dots */

.masthead-homepage .slick-dots li {
    margin: 0 8px;
    padding: 0;
}

.masthead-homepage .slick-dots {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 50%;
    width: 100%;
    line-height: 1em;
}

.masthead-homepage .slick-dots li:before {
    display: none;
}

.masthead-homepage .slick-dots li button {
    width: 38px;
    height: 7px;
    padding: 0;
    background-color: transparent;
    border: none;
    font-size: 0;
    transform: skew(-40deg);
    border-radius: 0;
    border : 1px solid #fff;
}

.masthead-homepage .slick-dots li:hover button {
    background-color: #0072AB;
}

.masthead-homepage .slick-dots li.slick-active button {
    background-color: #fff;
}

@media (min-width: 768px) {
    .masthead-homepage .slick-dots li button {
        height: 7px;
        transform: skew(-50deg);
    }
}

.masthead-homepage {
    position: relative;
}



.masthead-image,
.masthead-grid {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.masthead-grid {
    z-index: 4;
    opacity: 0.3;
}

.masthead-homepage-slider-item {
    position: relative;
    z-index: 1;
    padding: 75px 0 91px;
    color: #fff;
}

.masthead-homepage-slider-item__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}


.masthead-homepage .slick-dots{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 50%;
    width: 100%;
    line-height: 1em;
}
.masthead-homepage-slider-item__bg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(270deg, #00000074 0%, #000000CC 100%) 0% 0% no-repeat padding-box;;
    z-index: 5;
}

.masthead-homepage-slider-item > .container {
    position: relative;
    z-index: 5;
}

.masthead__text h2 {
    font-size: 42px;
    color: #FFFFFF;
    line-height: 1em;
    text-transform: uppercase;
    padding: 0 0 15px;
    font-weight: 400;
    text-shadow: 4px 4px 0 rgba(0, 49, 85, 0.48);
}
 .masthead__text h5 {
    text-transform: uppercase;
    color: #fff;
}
.masthead__text h2 span,
.masthead__text h2 strong {
    font-weight: 700;
    display: block;
}

.masthead__text p {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.5em;
    margin: 0 0 22px;
    font-weight: 400;
    text-shadow: 2px 2px 2px rgba(0, 49, 85, 0.53);
}

.masthead-homepage .slick-dots {
    bottom: 50px;
    max-width: 1200px;
    width: 100%;
    padding-right: var(--bs-gutter-x,21px);
    padding-left: var(--bs-gutter-x,21px);
    margin: 0 auto;
    left: 50%;
    right: 0;
    justify-content: center;
}
.masthead-homepage .slick-dots li {
    width: auto;
    height: auto;
}

@media (min-width: 768px) {
   
    .masthead-homepage-slider-item {
        padding: 130px 0 140px;
        background: none;
    }

    .masthead__text h2 {
        font-size: 66px;
    }

    .masthead__text p {
        font-size: 18px;
        margin: 0 0 26px;
    }


}
@media(min-width:1040px) {
    .masthead-homepage .slick-dots{
        left: 100;
        justify-content: flex-end;
    }
}

@media (min-width: 1200px) {
   

    .masthead-homepage-slider-item {
        padding: 201px 0 251px;
        background: none;
    }

    .masthead__text {
        max-width: 832px;
    }

    .masthead__text h1 {
        font-size: 68px;
        padding-bottom: 30px;
        text-transform: uppercase;
    }

    .masthead__text p {
        font-size: 24px;
        margin: 0 0 40px;
        line-height: 1.25em;
    }


    .masthead-homepage .slick-dots {
        text-align: right;
        padding-right: 70px;
    }
}
.masthead__content .masthead__text h1 ,
.masthead__content .masthead__text h2,
.masthead__content .masthead__text h3,
.masthead__content .masthead__text h4,
.masthead__content .masthead__text h5,
.masthead__content .masthead__text h6,
.masthead__content .masthead__text p  {
    text-align: left;
    color: #fff;

}
  .masthead__text h1 {
    padding-bottom: 30px;
  }

.container {
    max-width: 1200px;
}
.masthead__text .home-slider__cta{
    text-transform: uppercase;
}
.overlay-pattern {
    position: absolute;
    top: 0;
    left: 0px;
    width: 28%;
    height: 100%;
    background: #F0B82D 0% 0% no-repeat padding-box;
    opacity: 0.25;
    z-index: 6;
    clip-path: polygon(0 0, 30% 0, 100% 100%, 0% 100%);
}
.object-fit,
.object-fit--contain{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.object-fit--contain{
    object-fit: contain;
}
.icon-image__inner-wrapper{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #64656A;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.icon-image__inner-wrapper img {
    width: 40px;
    height: 40px;
}
.icon-image {
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #F0B82D;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    position: relative;
}
.icon__lines ,
.icon-image--yellow-border {
    display: none;
}
.icon-image__title{
    font-weight: 700;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 29px;
    text-transform: uppercase;
}
.card-top__heading{
    padding-bottom: 50px;
}


.icon-image__wrapper{
    position: relative;
}
.card-col{
    padding: 0;
}


.icon-image__content{
    padding-left: 30px;
    padding-right: 30px;
}

h2 > span.bg-yellow{
    padding-left: 10px;
    padding-right: 10px;
    background: #F0B82D;
}
h2 ,
h4{
    margin-top: 0;
}

h2 {
    font-size: 28px;
}

.icon-image__subtext{
    font-size: 18px;
    line-height: 28px;
}
.card-col {
    margin-bottom: 30px;
}
.steps__heading {
    padding-bottom:38px ;
    text-align: center;
}
.step-count label{
    font-size: 70px;
    font-weight: 700;
    font-family: "Overpass", sans-serif;
    color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black; 
    line-height: 1;

}
.bg-image {
    position: absolute;
    top: 0;
    left: 0;
}
.call-us-bar__tap {
    color: #3e4543 !important;
}
.call-us-bar__tap.dark{
    color: #f5a81b !important;
}
.btn-back-top::after{
    content: '\f0d8' !important;
    color: #F0B82D;
}
@media(min-width:1025px) {
    .steps__heading{
        max-width: 832px;
        margin-left: auto;
        margin-right: auto;
    }
    .icon__lines ,
    .icon-image--yellow-border {
        display: block;
    }
    .icon-image__inner-wrapper{
        width: 140px;
        height: 140px;
    }

    .icon-image__inner-wrapper img {
        width: 67px;
        height: 67px;
    }
    .icon-image {
        width: 160px;
        height: 160px;
    }
    .icon-image--yellow-border{
        position: absolute;
        top: 50%;
        left: 50%;
        width: 165px;
        height: 165px;
        border: 2px solid #F0B82D;
        border-radius: 50%;
        z-index: -1;
        transform: translate(-50%, -50%);
    }

    .card-col:nth-child(2) .icon-image__inner-wrapper{
        background: #323534;
    }
    .icon-image {
        border: none;
    }
    .icon-image__title{
        padding-top: 41px;
    }

    .icon__lines,
    .icon__lines--right{
        position: absolute;
        top: 50%;
        height: 51px;
        width: 100%;
        right: 0;
        background: #64656A;
        transform: translateY(-50%);
        z-index: 2;
    }
    .card-col:nth-child(2) .icon__lines{
         left: 0;
         width: 50%;
         margin-left: -1px;
         z-index: 0;
    }
    .card-col:nth-child(2) .icon__lines--right {
         background: #323534;
         width: 50%;
         margin-right: -1px;
    }
    .card-col:nth-child(1) .icon__lines{
        width: 50%;

    }
    .icon-image--yellow-border::before{
        content: '';
        width: 30px;
        height: 80px;
        position: absolute;
        top: 50%;
        left: -10px;
        background: #fff;
        transform: translateY(-50%);
    }

    .card-col:nth-child(2) .icon-image--yellow-border::after{
         content: '';
        width: 30px;
        height: 80px;
        position: absolute;
        top: 50%;
        right: -10px;
        background: #fff;
        transform: translateY(-50%);
    }
    .card-col:nth-child(1) .icon-image--yellow-border::before{
        left: unset;
        right: -10px;
    }
    .card-col:nth-child(3) .icon__lines{
        width: 50%;
        right: unset;
        left: 0;
        background: #323534;
        z-index: 0;
        margin-left: -2px;
        
    }
    .icon-image__wrapper::before {
        content: '';
        position: absolute;
        top: 50%;
        width: 50%;
        left: 0;
        height: 60px;
        background: #fff;
        transform: translateY(-50%);
    }
    .card-col:nth-child(1) .icon-image__wrapper::before {
        left: unset;
        right: 0;

    }
    .card-top__heading h2 {
        font-size: 46px;
        line-height: 60px;
    }
    .call-us-bar__wrap {
        background: #f0b82d;
        border-color: #f0b82d ;
        height: 100%;
        padding-left: 50px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
    }
     .call-us-bar__wrap a {
        color: #3f4743 !important;
        font-size: 16px;
        font-weight: 700;
        


     }
     .call-us-bar--desktop{
        margin-top: 0;
        height: 35px;
        position: relative;

     }
     .call-us-bar--desktop::after{
            content: '';
            position: absolute;
            top: 0;
            right: -100%;
            width: 100%;
            height: 100%;
            background: #f0b82d;
            z-index: -1;
            display: block;
     }

}

.text-content > *{
    text-align: initial;
}
.half-media-half-text{
    padding-top: 0;
}

.social-media-icons li a{
    width: auto !important;
}
.imag--wrapper{
    position: relative;
}
.imag--wrapper::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
}
.imag--wrapper svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.imag--wrapper svg circle{
    transition: all 0.4s;
}
.text-content h5 ,
.text-content h2 ,
.text-content h2{
    margin-top: 0;
}
 h5 {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 26px;
    color: #64656A;
    margin-top: 0;
}
.btn {
    background: #f0b82d;
    color: #3e4743;
    text-decoration: none;
    font-weight: bold;
    padding: 1rem 1.2rem;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    text-transform: uppercase;
    display: block;
    max-width: fit-content;
    margin-top: 0;
}
.btn::after {
    content: '\f0da';
    position: relative;
    line-height: inherit;
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    padding-left: 10px;
   
}
.text-content{
    margin-top: 30px;
}
.text-content .cta-button{
    margin-bottom: 20px;
    margin-top: 20px;
    padding-top: 20px;
}
.pattern-triangle-left{
    position: absolute;
    bottom: -100px;
    z-index: -1;
    left: -13px;
     display: none;

}
.pattern-triangle-right{
    position: absolute;
    right: -50px;
    bottom: -450px;
    z-index: -1;
    display: none;
}
.half-media-half-text {
    position: relative;
}

.steps-wrapper{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.step-cta{
    margin-top: 27px;
}
.step-title{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
}

.steps .container ,
.half-media-half-text .container ,
.fullwidth-image-text .container ,
.two-column .container ,
.project-block .container ,
.vendors .container,
.halftext-half-multivideo .container,
.testimonials .container{
    max-width: 1264px;
    position: relative;
}
.steps {
    padding-top: 0;
}
.download-btn::after{
    content: unset;
}
.download-btn {
    background: #fff;
    border: 1px solid #f0b82d;
}
.col-content{
    position: relative;
    height: 100%;
}
.download-btn::before{
    content: '\f019';
    position: relative;
    line-height: inherit;
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    padding-right: 10px;

}
.step-col {
    margin-bottom: 35px;
}
.fullwidth-image-text{
    position: relative;
    

}
.fullwidth-image-text__bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.fullwidth-image-text__bg::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
}
.fullwidth-image-text__content > *:not(.btn) {
    color: #ffffff;
    text-align: left;
}

.fullwidth-image-text__image{
    position: absolute;
    right: 10px;
    top: -75px;
    width: 150px;
    z-index: 4;
}

.pattern-shape{
    position: absolute;
    top: -75px;
    width: 40%;
    right: 0;
    height: calc(100% + 152px);
    background: #000;
}
.triangle-transparent{
    background: #AEAEAE;
    width: 350px;
    top: -98px;
    right: 100px;
    height: calc(100% + 125px);
    position: absolute;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    opacity: 0.5;
    display: none;
}
.triangle-white{
    background: #fff;
    width: 350px;
    bottom: -75px;
    right: -50px;
    height: calc(100% + 152px);
    position: absolute;
    /* clip-path: polygon(50% 100%, 0 0, 100% 0); */
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
    display: none;
}
.triangle-small{
    background: #9E9E9E;
    width: 10%;
    bottom: -75px;
    right: 160px;
    height: 60%;
    position: absolute;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
    display: none;
}
.square-white{
    position: absolute;
    top: -76px;
    right: -90%;
    width: 100%;
    height: calc(100% + 152px);
    background: #fff;
    display: none;
}
.col-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
a:not(.btn) {
    color: #F0B82D;
    text-decoration: none;
}
.left-col > *,
.right-col > *,
.col-content > * ,
.col-content-left > *{
    text-align: left;
}

.col-content {
    padding: 37px;
}
.left-col {
    margin-bottom: 35px;
}
.col-content h4 {
    text-transform: uppercase;
}
.date {
    position: absolute;
    top: 0;
    right: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.date svg {
    height: 100%;
    width: auto;
}
.slider-header{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;

}
.project-block {
    position: relative;
}
.project-bg{
    position: absolute;
    top: 0;
    left: 0;
}
.slider-header h2 {
    font-size: 24px;
    color: #fff;
}
.slider-header p {
    margin-top: 0;
    color: #fff;
}
.project-block .slide-image{
    height: 326px;
}
.project-block .slide-image  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider-header::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 207px;
    width: 100%;
    background: transparent linear-gradient(180deg, #00000000 0%, #000000BE 100%) 0% 0% no-repeat padding-box;
    z-index: -1;
}
.project-block__top-heading{
    color: #fff;
    padding-bottom: 30px;
}
.project-block__top-heading h2 ,
.project-block__top-heading h5 {
    color: #fff;
}
.flexslider li:before{
    display: none !important;
}
#lcdm-plug{
    margin-top: 0;
}
.project-col{
    margin-bottom: 30px;
}
#vendors .flexslider .slides img{
    object-fit: contain;
}
.vendor-intro-content > * {
    text-align: left;
}
#vendors .flexslider{
    width: 100%;
}
/*.vendors_cta .flexslider .slides img {
   height: initial;
}*/
.vendors_cta{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 31px;
    margin-top: 31px;
}
.btn-vendor{
    border : 2px solid #f0b82d;
    background: #fff;
}

.halftext-half-multivideo{
    position: relative;
    background: #E8E8E8;
}
.halftext-half-multivideo svg.top-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
.halftext-half-multivideo .imag--wrapper{
    margin-top: 30px;
    height: 333px;
}  
.btn-more-video{
    position: absolute;
    bottom: -24px;
    right: 0;
    background: #323534;
    color: #fff;
    padding-left: 48px;
    padding-right: 45px;
    clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0% 100%);
} 
.testimonials {
/*    background: #E8E8E8;*/
background: transparent linear-gradient(180deg, #E8E8E8 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}
.testimonial-item{
    background: #fff;
    box-shadow: 0px 0px 10px #32353427;

    margin: 35px;
    padding: 35px 32px 38px 32px ;
    display: flex !important;
    flex-wrap: wrap;
    align-content: space-between;
}
.halftext-half-multivideo .text-content{
    padding-left: 0;
}
.testimonials .slick-track, .pdf-containter .slick-track {
    display: flex !important;
}

.testimonials .slick-slide, .pdf-containter .slick-slide {
    height: inherit !important;
}
.testimonials .slick-arrow, .pdf-containter .slick-arrow {
    background: transparent !important;
    opacity: 1 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}
.testimonials .slick-arrow::after, .pdf-containter .slick-arrow::after {

    content: '\f054';
    position: relative;
    line-height: inherit;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 40px;
    top: 0;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    /* transform: translate(0, 0); */
    /* padding-left: 10px; */
    color : #F0B82D;
}
.testimonials .slick-prev.slick-arrow::after, .pdf-containter .slick-prev.slick-arrow::after {
    content: '\f053';
}
.testimonials .slick-next, .pdf-containter .slick-next {
    right: 0 !important;
}
.testimonials .slick-prev, .pdf-containter .slick-prev {
    left: -8px;
}
.client-name {
    padding-top: 30px;
    color : #64656A;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;

}
.testimonial-cta{
    width: 100%;
    display: flex;
    justify-content: center;
}
.location-content{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
    padding: 15px;

}
.location_map{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 1px solid #F0B82D;
    display: flex;
    align-items: center;
    justify-content: center;
   
}
.location_map img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #F0B82D;
     background: #fff;
}
.locations{
    padding-top: 0;
}
.locations .container{
    max-width: 1264px;
}
.location_intro h2 {
    font-size: 24px;
    text-align: left;

}
.location_intro p{
    line-height: 1.5;
    margin-top: 0;
}
.location-info__wrapper {
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.location-content::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 30%);
    background: #FDF4DF;
}
.btn-location{
    padding: 0;
    background: transparent;
    font-size: 16px;
}
.btn-location::after{
    color: #F0B82D;
}
.locations-listing{
    padding-top: 20px;
}
.location-title{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}
.location-address,
.btn-location ,.location-phone{
    font-size: 14px;
    margin-bottom: 2px;
    position: relative;
}
.btn-location{
    margin-bottom: 0;
}
.location-url{
    margin-bottom: 10px;
}
.location-address-info{
    margin-bottom: 10px;
}
.address-text ,
.address-phone a {
    position: relative;
}
.location-address::before,
.location-phone::before,
.address-text::before ,
.address-phone a::before{
    content: '\f041';
    position: relative;
    line-height: inherit;
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    top: 0;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    color: #AEAEAE;
}
.location-phone::before,
.address-phone a::before{
    content: '\f095';
}
.address-text::before ,
.address-phone a::before{
    position: absolute;
    left: 0;
}
.address-text,
.address-phone a{
  padding-left: 15px;
}
.border-bottom{
    position: absolute;
    bottom: 0;
    right: 0;
    width : 65%;
    height: 22px;
    background: #F0B82D;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 2% 100%);
    opacity: 0.2;
}
.border-bottom-extend {
    position: absolute;
    bottom: 0;
    right: -100%;
    width : 100%;
    height: 22px;
    background: #F0B82D;
    opacity: 0.2;
}

.locations .container{
    padding-right: 0;
    position: relative;
}
.image {
    padding-left: 0;
}
.image svg {
    position: absolute;
    top: 0;
    left: -1px;
    height: 100%;
    width: auto;
    display: none;
}
.image svg path {
    fill: #F0B82D;
}
.halftext{
    background: #F0B82D;
    position: relative;
}
.halftext-content {
    padding-top: var(--section-margins);
    padding-bottom: var(--section-margins);
}

.halftext-content h2 {
    text-align: left;
}

h2 {
     color: #000000;
}

.image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.35;
}
.halftext a:not(.btn) {
    color: #956A00;
    border-bottom: 1px solid;
    font-weight: 700;
}
.btn-half-text{
    background: #000000;
    color: #fff;
}
.btn-half-text::after{
    color: #F0B82D;
}
#lcdm-plug {
    background: #FCF1D5;
}
#lcdm-plug p {
    font-weight: 700;
    font-size: 26px;
    color: #000000;
}
#lcdm-plug img{
    height: 67px;
    width:auto;
}

#footer {
    background: transparent linear-gradient(180deg, #323534 0%, #191A1A 100%) 0% 0% no-repeat padding-box;
}

.contact-info a:link ,
 .contact-info a:visited {
    color: #fff;
}
#copyrights{
    background: #000000;
    margin-top: 0;
}
#fine-print-navigation a:link, #fine-print-navigation a:visited, #fine-print-navigation a:active, #fine-print-navigation a:hover, #fine-print-navigation a:focus{
    border-bottom: none;
}
#lcdm-plug {
display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.logo-lcdm{
    padding-left: 40px;
}
.logo-lcdm a {
    display: flex;
    align-items: center;
    gap: 20px;
}
.footer-top{
    padding-top: var(--section-margins);
     padding-bottom: var(--section-margins);
}
footer .container{
    max-width: 1264px;
}
.footer-logo{
    display: flex;
    flex-wrap: wrap;
   margin-bottom: 27px;
   justify-content: center;
}
.footer-logo a{ 
    color: #fff;
    font-size: 16px;
}
.footer-logo a::before{
    content: '\f0e0';
    position: relative;
    line-height: inherit;
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    top: 0;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    color: #AEAEAE;
    margin-right: 10px;
}
.footer-address {
    display: flex;
    flex-wrap: wrap;
}
.footer-address .footer-address-item{
    width: 50%;
    text-align: left;
    margin-bottom: 30px;
}
.address-label {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px;

}
.address-url a{
    background: transparent;
    padding: 0;
    color: #fff;
    padding-left: 15px;
}
.address-url {
    margin-bottom: 10px;
    margin-top: 2px;
}
.address-text::before, .address-phone a::before{
    font-size: 14px;
}
.address-text, .address-phone a{
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
}
.social-icons{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding-left: 0;
    
    justify-content: center;
}
.social-icons li svg {
    height: 20px;
}
.col-social {
    width: 100%;
     width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}
.btn-back-top{
    padding : 0 ;
    background: transparent;
    color: #ffffff;
}





@media(min-width:768px) {
    .triangle-white ,
    .triangle-transparent,
    .triangle-small,
    .square-white{
        display: block;
    }
    .fullwidth-image-text{
        overflow: hidden;
    }
    .fullwidth-image-text__image {
         top: -47px;
        width: 292px;
    }
    .date {
        right: -40px;
    }
    .step-title{
        font-size: 18px;
    }
    .slider-header h2 {
        font-size: 28px;
    }
    .icon-image__title{
        font-size: 18px;
    }
    .step-count label{
        font-size: 80px;
    }
    h2 {
        font-size: 36px;
       
    }
    .location_map{

    }
    .location_map img{

    }
    .location-title{
        font-size: 18px;

    }
    .location-address,
    .btn-location{
        font-size: 15px;
    }
    .location-address,
    .location-phone{
        font-size: 16px;
     }
     .locations-listing{
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
     }

     .location_intro h2 {
        font-size: 28px;
     }
     .address-label {
        font-size: 18px;
     }
     .address-text, .address-phone a{
        font-size: 16px;
    }
    #lcdm-plug p {
        font-size: 30px;

    }
    .col-logo{
        width: 100% ;
    }
         
}

@media(min-width:1024px) {
    .location-info__wrapper{
        width: calc(100% - 200px);
        padding-left: 30px;
    }
    .location-content::after{
       clip-path: polygon(100% 0, 100% 100%, 15% 100%, 0 0);
    }
    .location-content::before {
        content: '';
        position: absolute;
        top: 0;
        right: -99%;
        background: #FDF4DF;
        width: 100%;
        height: 100%;
    }
    .location-address, .location-phone,
    .location-url{
        padding-left: 18px;
    }
    .location-address::before, .location-phone::before{
        position: absolute;
        left: 0;
    }

    .col-logo ,
    .col-address {
        width: 50%;
    }

    #footer .container {
        padding-right: var(--bs-gutter-x, 20px);
        padding-left: var(--bs-gutter-x, 20px);
    }

}

@media(min-width:1025px) {
    .pattern-triangle-left,
    .pattern-triangle-right {
        display: block;
    }
    .text-content{
        padding-left: 70px;
        margin-top: 0;
    }
     .text-content p{
        margin-bottom: 10px;
     }
        h2{
        font-size: 46px;
        margin-bottom: 10px;
    }

    a.video-url:hover svg circle{
         fill: #F0B82D;
    }
    .btn-primary:hover {
        background: #dc9d00;
    }
    .imag--wrapper{
        height: 100%;
    }
    .card-col{
        margin-bottom: 0;
    }
    .download-btn:hover{
        background: #f0b82d;
    }
    .step-col{
        margin-bottom: 0;
    }
    a:not(.btn):hover {
        text-decoration: underline;
    }
    .col-content {
        padding-left: 70px;
        padding-right: 70px;
    }
    .left-col {
        margin-bottom: 0;
    }
    .date {
        right: -28px;
    }
    .date svg {
        height: auto;
    }
    .project-col{
        margin-bottom: 0;
    }
    .slider-header h2 {
        font-size: 34px;
    }
    .step-title{
        font-size: 22px;
        line-height: 29px;
    }
    .vendors .flexslider{
        padding-right: 0 !important;
    }
    .vendors_cta{
        margin-top: 0;
    }
    .halftext-half-multivideo{
        padding-top: 120px;

    }
    .flex-center {
        align-items: center;
    }
    .halftext-half-multivideo .imag--wrapper{
        margin-top: 0;
    } 
    .btn-more-video:hover{
        background: #fff;
        color: #323534;
    }
    .image {
        position: absolute;
        padding-right: 0;
        width: 41.66666667%;
        height: 100%;
        right: 0;
    }
    
    .image svg{
        display: block;
    }
    .halftext a:not(.btn):hover{
        text-decoration: none;
        color: #fff;
    }
    .btn-half-text:hover {
        color: #000;
        background: #fff;
    }
    .address-label {
        font-size: 20px;
     }
      .address-text, .address-phone a{
        font-size: 16px;
    }
    .social-icons li svg {
        height: 27px;
    }
    #lcdm-plug p {
        font-size: 34px;

    }
    .col-logo ,
    .col-social{
        width: 25% ;
    }
    .col-address {
        width: 50%;
        display: flex;
        justify-content: center;
    }
    .col-social{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-content: space-between;
        margin-top: 0;
        flex-direction: unset;
    }

    .footer-address .footer-address-item{
        width: 146px;
        margin-left: 10px;
    }
    


}

@media(min-width:1200px) {
    .text-content{
        padding-left: 100px;

    }
    .col-content-left{
        max-width: 540px;
    }
    .col-content-left  p ,
    .col-content  p ,
    .vendor-intro-content p{ 
        font-size: 18px;
        line-height: 28px;
    }
    .date {
        right: -58px;
    }
    .flexslider:hover header.post-header.slider-header::after{
       content: '';
        position: absolute;
        width: 100%;
        height: 7px;
        background: #F0B82D;
        left: 0;
        bottom: 0;
    }
    .btn-vendor:hover{
        background: #f0b82d;
    }
    .icon-image__title{
        font-size: 22px;
    }
    .step-count label{
        font-size: 95px;
    }
    h2 {
        font-size: 46px;
    }
    .location_map{
        width: 356px;
        height: 356px;
       
    }
    .location_map img {
        width: 334px;
        height: 334px;

    }
    .location-title{
        font-size: 22px;
        text-align: center;
    }
     .location-address,
     .location-phone{
        font-size: 18px;
     }
    .btn-location{
        font-size: 16px;
    }
    .location_intro h2 {
        font-size: 34px;
    }
    .location-info__wrapper{
        width: calc(100% - 356px);
    }
    .location-content {
        align-items: center;
        justify-content: flex-start;
        padding-top: 0;
    }
    .location_intro{
        width: 250px;
    }
    .locations-listing{
        width: calc(100% - 280px);
        padding-left: 0;
        gap: 9px;
        flex-direction: row;
        justify-content: space-between;
        padding-top: 11px;
    }
    .location-info__wrapper{
        display: flex;
        padding-left: 50px;
        justify-content: space-between;
    }
    .location-address-info{
        width: 160px;
    }
    .location-address, .location-phone {
        line-height: 1.3;
        font-size: 16px;
    }

    .footer-address .footer-address-item{
        width: 160px;
        margin-left: 10px;
    }
}

@media(min-width:1367px) {
     
}

@media(max-width:1024px) {
    .halftext .container {
        padding: 0;
    }
    .halftext-content{
        padding-left: 50px;
        padding-right: 50px;
    }
}


@media(min-width:1600px){

    .footer-address .footer-address-item{
        width: 185px;
        margin-left: 10px;
    }


    .social-icons{
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        gap: 45px;
        padding-left: 0;
        
        justify-content: center;
    }


    .address-label {
        font-size: 22px;
     }
      .address-text, .address-phone a{
        font-size: 18px;
    }

}

.pdf-containter {
    
    background: transparent linear-gradient(180deg, #e8e8e800 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}

.pdf-item {
    background: #fff;
    box-shadow: 0px 0px 10px #32353427;
    margin: 35px;
    padding: 35px 32px 38px 32px;
    display: flex !important;
    flex-wrap: wrap;
    align-content: space-between;
}

.pdf-name {
    padding-top: 30px;
    color: #64656A;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}