.clr-primary{
    color:var(--primary)!important;
}
.clr-secondary{
    color:var(--secondary)!important;
}
#ec{
    margin-top: 0 !important;
}
.mfp-img{
    max-height: unset !important;
}
/* Video popup */
.position_relative{
    position: relative;
}
.navbar-nav .active>a{
    color:var(--secondary)!important;
}
.navbar-nav .active>h3>a{
    color:var(--secondary)!important;
}
.youtube_play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}  

.youtube_video_popup{
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    background: transparent;
    color: #fff;
    display: inline-block;
    background: #ff00008c;
    z-index: 999;
}

.waves {
    position: absolute;
    width: 140px;
    height: 140px;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    border-radius: 100%;
    right: -50px;
    bottom: -50px;
    z-index: -1;
    animation-name: waves;
    animation: waves 3s ease-in-out infinite;
}
.wave-1 {animation-delay: 0s;}
.wave-2 { animation-delay: 2s;}
.wave-3 {animation-delay: 3s;}

@keyframes waves {
    0% {transform: scale(0.2, 0.2);opacity: 0;}
    50% {opacity: 0.9;}
    100% {transform: scale(0.9, 0.9); opacity: 0;}

}

/*End video popup*/



/* Animated Title Border */


.animate-border:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    left: 0;
    bottom: 0;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    -webkit-animation: animborder 2s linear infinite;
    animation: animborder 2s linear infinite;
}

@-webkit-keyframes animborder {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

@keyframes animborder {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

.animate-border.border-white:after {
    border-color: #fff;
}

.animate-border.border-yellow:after {
    border-color: #F5B02E;
}

.animate-border.border-orange:after {
    border-right-color: #fa6742;
    border-left-color: #fa6742;
}

.animate-border.border-ash:after {
    border-right-color: #EEF0EF;
    border-left-color: #EEF0EF;
}

.animate-border.border-offwhite:after {
    border-right-color: #F7F9F8;
    border-left-color: #F7F9F8;
}

/* Animated heading border */
@keyframes primary-short {
    0% {
        width: 15%;
    }

    50% {
        width: 90%;
    }

    100% {
        width: 10%;
    }
}

@keyframes primary-long {
    0% {
        width: 80%;
    }

    50% {
        width: 0%;
    }

    100% {
        width: 80%;
    }
}

section#PageHeader {
    padding:0px;
}
.banner-area{
    background-color: rgb(0 0 0 / 54%);
    background-blend-mode: overlay;
}

.secondary-text{
    color: var(--secondary) !important;
}
.primary-text{
    color: var(--primary) !important;
}
section#PageHeader {
    padding:0px;
}
.social-media-wrapper{
    padding: 38px;
    border-radius: 15px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
    transition: .2s;
    min-height: 163px;
}
.social-media-wrapper:hover {
    transform: translateY(-3px);
}

/*Section CTA Start*/
.section-cta{
    align-items:center;
    border-top: 1px solid #ececec;
    padding-top: 35px;

}
.section-cta span {
    color: #757c80;
    margin-right: 15px;
    font-weight: 400;
}
.section-cta span i {
    border: 2px solid #f0f0f0;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 54px;
    color: var(--secondary);
}
.section-cta b a {
    font-size: 18px;
    color: #070707;
    font-weight: 700;
}

.section-cta-2{
    display: flex;
    align-items: center;
    border-top: 1px solid #ececec;
    padding-top: 20px;
} 

.section-cta-2 a{
    font-size: 18px;
    color: #070707;
    font-weight: 700;
} 
/*Section CTA End*/

.tw-intro-area .tw-list-style a:hover{
    text-decoration:underline;
}
.wcu .service-content{
    padding-left:90px;
}
.wcu.tw-services-item .service-content p{
    padding: 0px;
    text-align: justify;
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.icon-box-item {
    background-color: #fff;
    box-shadow: 0px 35px 100px 0px rgb(171 181 189 / 50%);
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 49px 35px 39px;
    position: relative;
}
.icon-box-style1 .icon-box-item:before {
    background-color: #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.icon-box-item .icon-box {
    margin-bottom: 26px;
    position: relative;
}

.service-title a{
    color: #101010 !important;
}

@media only screen and (min-width: 991px) {
    .icon-box-item.item-two{
        margin-top: 30px;
    }
    .icon-box-item.item-three {
        margin-top: -30px;

    }
}

.contact-location{
    padding: 100px 0;
}
.contact-wrapper{
    border-radius: 30px 30px 30px 30px;
    box-shadow: 0px 0px 30px 0px rgb(0 15 35 / 10%);
    margin: 10px 10px 10px 10px;
    padding: 50px 40px 30px 40px;
}

.contact-us-form input,select, textarea,
.service-contact-form .btn
{
    border-radius: 5px !important;
}
.quotes{
    box-shadow: 0px 16px 32px 0px rgb(0 73 118 / 6%);
    text-align:center;
}
.service-contact-form .btn-secondary{
    background: linear-gradient(45deg, #285a02, #66b032);
}
.contact-address-box{
    position: absolute;
    left: 45%;
    top: 139px;
    max-width: 320px;
}
ul.tw-list-style {
    font-size: 18px;
}
.myChartDiv {
    max-width: 600px;
    max-height: 400px;
}
.card-header h4 i {
    color: var(--secondary);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
iframe.go-digital-map{
    width: 100%;
    border:0px;
}

@media (max-width: 991px){

    .nav-item{
        position: relative;
    }
    .tw-indicator{

        position: absolute !important;
        top: 15px !important;
        right: 0;

    }
    .nav-item .nav-link{
        width: 250px;
    }
    .nav-link i{
        display: none;
    }
}

@media (min-width: 991px){
    .tw-indicator{
        display: none;
    }


}
.web-to-lead{
    background: #f8f9fa !important;
}