.custom-container-position-1 {
    position: relative;
    transform: translate3d(-50%, 0, 0);
    left: 50%;
}

.section.section.section-angled + .container .owl-carousel .text-7 {
    font-size: 1.75em !important;
}

.word-rotator-words.text-color-primary[class*=bg-] b {
    color: #0169fe !important;
}


.pt-9 {
    padding-top: 5rem!important;
}

.pb-9 {
    padding-bottom: 5rem!important;
}


.featured-box-effect-6 .box-content .icon-featured img {
    height: 55px;
}

.dark-service {
    display: none;
}

.active .featured-box-effect-6 .box-content .icon-featured {
    background: #0169fe;
}

.active .featured-box-effect-6 .box-content .icon-featured img {
    display: none;
}

.active .featured-box-effect-6 .box-content .icon-featured img.dark-service {
    display: initial;
}

.featured-boxes-style-6 .featured-box .icon-featured {
    height: 90px;
    width: 90px;
    line-height: 87px;
}

.tabs.tabs-simple .nav-tabs>li .nav-link, .tabs.tabs-simple .nav-tabs>li .nav-link:hover, .tabs.tabs-simple .nav-tabs>li .nav-link:focus {
    padding: 15px 45px;
}

.feature-box-icon-img {
    width: 55px;
}

.testimonial.testimonial-light blockquote p {
    text-align: left;
    font-family: poppins,Arial,sans-serif;
    font-size: 1em;
}

.testimonial .testimonial-author img {
    max-width: 35px;
}

.testimonial.testimonial-light blockquote.blockquote-default:before, .testimonial.testimonial-light blockquote.blockquote-default:after {
    color: #0169fe !important;
}

.pricing-table .plan {
    border-radius: 10px;
}

.pricing-table .plan .plan-header {
    background: transparent;
    padding-top: 35px;
}

.pricing-table .plan .plan-header.bg-primary {
    background-color: transparent !important;
}

.pricing-table .plan.plan-featured {
    transform: scale(1);
}

.pricing-table .plan .plan-header h3 {
    color: #212529;
}

.pricing-table .plan .plan-price {
    background: transparent;
    padding-top: 1rem;
}

.pricing-table .plan .plan-price .price-label {
    padding: 10px 0 0 0;
}

.pricing-table .plan .plan-price, .pricing-table .plan .plan-features, .pricing-table .plan .plan-footer {
    border: 0;
}

.pricing-table .plan, .pricing-table .plan.plan-featured {
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.pricing-table .plan .plan-features {
    padding-top: 0;
}


.pricing-table .plan .plan-features ul {
    text-align: left;
}

.pricing-table .plan .plan-features ul li {
    position: relative;
    padding-left: 25px;
}

.pricing-table .plan .plan-features ul li:before {
    content: '\f058';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 0;
    left: 5px;
    color: #0169fe;
    font-weight: 600;
}

.pricing-table .plan.plan-featured .plan-features ul li:before {
    color: #fff;
}

.header-body .d-flex > a {
    font-size: 12px;
}

.header-body .d-flex > a svg {
    width: 16px;
    height: 16px;
}

.image-gallery-item .thumb-info-title .thumb-info-inner {
    display: none;
}

.image-gallery-item .thumb-info .thumb-info-type {
    margin: 0;
}


.get-a-qoute-popup {
    position: fixed;
    width: 100%;
    max-width: 600px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.get-a-qoute-popup .col-half-section.col-half-section-right {
    margin: 0;
    padding: 0 30px !important;
}

.get-a-qoute-popup .col-half-section.col-half-section-right .contact-form {
    padding: 0 1.5rem!important;
}

.get-a-qoute-popup.show-popup {
    opacity: 1;
    visibility: visible;
}

.black-bg-popup {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 1049;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.black-bg-popup.show-popup {
    opacity: 1;
    visibility: visible;
}

.popup-cross {
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.after-banner-div .owl-carousel.carousel-bottom-inside-shadow .owl-stage-outer:after {
    display: none;
}




/* Animated Circles */
.custom-animated-circles {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 500px;
    height: 500px;
    transform: translate3d(-55%, 50%, 0);
}

.custom-animated-circles .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 50%;
    border-radius: 100%;
    border: 1px solid #FFF;
    transform: translate3d(-50%, -50%, 0);
    -webkit-animation-name: customAnimatedCircles;
            animation-name: customAnimatedCircles;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-duration: 2.5s;
            animation-duration: 2.5s;
    -webkit-animation-delay: 500ms;
            animation-delay: 500ms;
}

.custom-animated-circles .circle:nth-child(2) {
    width: 70%;
    height: 70%;
    -webkit-animation-delay: 1000ms;
            animation-delay: 1000ms;
}

.custom-animated-circles .circle:nth-child(3) {
    width: 90%;
    height: 90%;
    -webkit-animation-delay: 1500ms;
            animation-delay: 1500ms;
}

.custom-animated-circles .circle:nth-child(4) {
    width: 110%;
    height: 110%;
    -webkit-animation-delay: 2000ms;
            animation-delay: 2000ms;
}

.custom-animated-circles.custom-animated-circles-pos-2 {
    bottom: auto;
    top: 0;
    transform: translate3d(-55%, -50%, 0);
}

.custom-animated-circles.custom-animated-circles-pos-3 {
    bottom: auto;
    left: auto;
    right: 0;
    transform: translate3d(65%, -50%, 0);
    top: 0;
}

.custom-animated-circles.custom-animated-circles-pos-4 {
    bottom: auto;
    left: auto;
    right: 0;
    transform: translate3d(55%, 50%, 0);
}

@-webkit-keyframes customAnimatedCircles {
    0% {
        opacity: 0;
        transform: translate3d(-50%, -50%, 0) scale(0.8);
    }
    50% {
        opacity: 0.5;
        transform: translate3d(-50%, -50%, 0);
    }
    100% {
        opacity: 0;
        transform: translate3d(-50%, -50%, 0) scale(1.1);
    }
}

@keyframes customAnimatedCircles {
    0% {
        opacity: 0;
        transform: translate3d(-50%, -50%, 0) scale(0.8);
    }
    50% {
        opacity: 0.5;
        transform: translate3d(-50%, -50%, 0);
    }
    100% {
        opacity: 0;
        transform: translate3d(-50%, -50%, 0) scale(1.1);
    }
}



.mob-li-show {
    display: none;
}

#header .header-nav-main nav > ul > li.mob-li-show > a {
    text-transform: lowercase;
}












@media (min-width: 576px) {
    .custom-container-style-3 {
        min-width: 540px;
    }
    
    .section.section.section-angled.vh-100 {
        height: calc(100vh + 7rem) !important;
    }
    
    .header-top .py-3-5 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important;
    }
}

@media (min-width: 768px) {
    .custom-container-style-3 {
        min-width: 720px;
    }
    
    #header.header-effect-shrink .header-container {
        height: 75px !important;
    }
}

@media (min-width: 992px) {
    .custom-container-style-3 {
        min-width: 960px;
    }
}

@media (min-width: 1200px) {
    .custom-container-style-3 {
        min-width: 1140px;
    }
}


@media (max-width: 991px) {
    #header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active {
        background: transparent;
    }
}

@media (max-width: 768px) {
    #services .tabs.tabs-simple .nav-tabs {
        width: 100%;
    }
    
    #services .tabs.tabs-simple .nav-tabs > li {
        width: 25%;
    }
    
    #services .tabs.tabs-simple .nav-tabs>li .nav-link, #services .tabs.tabs-simple .nav-tabs>li .nav-link:hover, #services .tabs.tabs-simple .nav-tabs>li .nav-link:focus {
        padding: 15px 8px;
    }
    
    #services .featured-boxes-style-6 .featured-box.featured-box-primary .icon-featured {
        margin-left: 0;
        margin-right: 0;
    }
    
    #services .featured-boxes-style-6 .featured-box .icon-featured {
        height: 60px;
        width: 60px;
        line-height: 56px;
    }
    
    #services .featured-box-effect-6 .box-content .icon-featured img {
        height: 30px;
    }
    
    #services .tabs.tabs-simple .nav-tabs>li .nav-link p {
        font-size: 13px;
        line-height: 16px;
    }
    
    .mob-li-show {
        display: block;
    }
    
    #header .header-top {
        display: none;
    }
}

