@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Volkhov:wght@400;700&display=swap');
* {
    padding: 0px;
    margin: 0px;
}

body {
    overflow-x: hidden;
}

h1, h2 {
    font-family: 'Volkhov', serif;
}



.Poppins-font {
    font-family: 'Poppins', sans-serif;
}
.loader {
    height: 20px;
    width: 250px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.right-t{ text-align:right;}
.loader--dot {
    animation-name: loader;
    animation-timing-function: ease-in-out;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    background-color: black;
    position: absolute;
    border: 2px solid white;
}

    .loader--dot:first-child {
        background-color: #8cc759;
        animation-delay: 0.5s;
    }

    .loader--dot:nth-child(2) {
        background-color: #8c6daf;
        animation-delay: 0.4s;
    }

    .loader--dot:nth-child(3) {
        background-color: #ef5d74;
        animation-delay: 0.3s;
    }

    .loader--dot:nth-child(4) {
        background-color: #f9a74b;
        animation-delay: 0.2s;
    }

    .loader--dot:nth-child(5) {
        background-color: #60beeb;
        animation-delay: 0.1s;
    }

    .loader--dot:nth-child(6) {
        background-color: #fbef5a;
        animation-delay: 0s;
    }

.loader--text {
    position: absolute;
    top: 200%;
    left: 0;
    right: 0;
    width: 4rem;
    margin: auto;
}

    .loader--text:after {
        content: "Loading";
        font-weight: bold;
        animation-name: loading-text;
        animation-duration: 3s; color:#fff;
        animation-iteration-count: infinite;
    }

@keyframes loader {
    15% {
        transform: translateX(0);
    }

    45% {
        transform: translateX(230px);
    }

    65% {
        transform: translateX(230px);
    }

    95% {
        transform: translateX(0);
    }
}

@keyframes loading-text {
    0% {
        content: "Loading";
    }

    25% {
        content: "Loading.";
    }

    50% {
        content: "Loading..";
    }

    75% {
        content: "Loading...";
    }
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #097081;
}
.home-banner {
    background-image: url(../images/home-bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
}

p, li, a, span, h3, h4, h5 {
    font-family: 'Poppins', sans-serif;
}

.home-banner::before {
    content: "";
    background-image: url(../images/round.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    height: 400px;
    width: 400px;
    position: absolute;
    z-index: -1;
}

.headertop {
    position: absolute;
    width: 100%;
    z-index: 1;
}

    .headertop .navbar-nav .nav-item .nav-link {
        color: #212832;
    }

    .headertop .navbar-toggler {
        background: #181e4b;
    }



.home-headding::before {
    content: "";
    background-image: url(../images/test-border.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    height: 15px;
    width: 400px;
    position: absolute;
    z-index: -1;
    bottom: 78px;
    right: 0;
}

.headding1 {
    color: #181E4B;
    font-size: 60px;
    font-weight: bold;
    text-transform: capitalize;
}

.home-top-text {
    font-size: 18px;
}

.home-top-text {
    font-size: 20px;
    margin-bottom: 1em;
    color: #1f9cb2;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 155px;
}


.home-bottom-text {
    color: #5E6282;
}

.home-bottom-text {
    color: #5E6282;
    font-size: 20px;
}

.brand1 {
    color: #FFA90F;
    font-weight: bold;
}

.brand2 {
    color: #38276d;
    font-weight: bold;
}

.btn-getin-touch {
     
    margin-left: 20px;
}
    .btn-getin-touch a {
        background: #FFA90F;
        border: 1px solid #c7a408;
        border-radius: 3px;
    }
.headertop .nav-item {
    margin: 0px 10px;
}

.home-banner-images {
    margin-top: 130px;
}
a, button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.btn.home-banner-btn1 {
    background: #FFA90F;
    border-radius: 5px !important;
    color: #fff;
    padding: 15px 24px; font-weight:500;
}
.home-banner-btn1:hover {
    background: #12100f;
}
.home-banner-btn2 .badge {
    background: #DF6951;
    border-radius: 50px;
    height: 33px;
    width: 33px;
    padding: 11px;
    margin-right: 5px;
}

.btn.home-banner-btn2 {
    margin-left: 15px !important;
    font-weight: 500;
    color: #686D77;
}

.home-about .badge {
        padding: 14px 13px;
        border-radius: 13px;
    }

.bg-y {
    background: #38276d;
}

.bg-r {
    background: #FFA90F;
}

.bg-b {
    background: #38276d;
}

.home-about h3 {
    font-size: 20px;
    color: #333;
}

.hedding2 {
    color: #181E4B;
    font-size: 60px;
    font-weight: bold;
}

.service-box h3 {
    font-size: 20px;
    color:#38276d;
}

.service-box img {
    position: relative;
}



.service-box.active::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    right: -15px;
    bottom: -15px;
    /*background: #A21B00;*/
    border-radius: 30px 0px 10px;
    transform: rotate(-179.83deg);
    z-index: -1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.service-box:hover::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    right: -15px;
    bottom: -15px;
    /*background: #A21B00;*/
    border-radius: 30px 0px 10px;
    transform: rotate(-179.83deg);
    z-index: -1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.service-box {
    padding: 15px 40px;
    position: relative;
    background: #fff;
    border-radius: 36px;
    background: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


    .service-box.active {
        box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.02), 0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0151852), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0121481), 0px 20px 13px rgba(0, 0, 0, 0.01), 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.00785185), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.00481481);
        border-radius: 36px;
    }

    .service-box:hover {
        background: #FFFFFF;
        box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.02), 0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0151852), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0121481), 0px 20px 13px rgba(0, 0, 0, 0.01), 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.00785185), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.00481481);
        border-radius: 36px;
    }


 


.ratting-right::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 554px;
    background: #F78430;
    border: 1px solid #F78430;
    box-sizing: border-box;
    bottom: -66px;
    left: 0;
    z-index: -1;
}

.ratting-box p {
    font-size: 12px;
    margin-bottom: 0;
}

.ratting-box h4 {
    font-size: 14px;
    margin-bottom: 0;
    color: #828282;
}

.ratting-box {
    background: #fff;
    padding: 10px;
    box-shadow: 0px 30px 30px rgba(99, 122, 166, 0.1);
    border-radius: 8px;
    max-width: 330px;
}

.achievements-star i {
    color: #FFB905;
    font-size: 9px;
}

.ratting-box1 {
    position: absolute;
    top: 30px;
    left: -122px;
}

.ratting-box2 {
    position: absolute;
    top: 50%;
    right: -40px;
}

.ratting-box3 {
    position: absolute;
    bottom: -67px;
    left: -75px;
}

.achievement-text h3 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
    line-height: 100%;
    color: #313131;
}

.achievement-text span {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #828282;
}

.achievement-text {
    border-left: 5px solid #fcc32c;
    padding: 20px;
}

.achievement-text-row {
    margin-top: 210px;
}




.location-box {
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.02), 0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0151852), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0121481), 0px 20px 13px rgba(0, 0, 0, 0.01), 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.00785185), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.00481481);
    border-radius: 24px;
}

    .location-box img {
        border-radius: 24px 24px 0px 0px;
    }

    .location-box h3 {
        font-family: Poppins;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        padding: 17px 29px 2px;
    }

    .location-box h5 {
        font-family: Poppins;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        padding: 5px 24px 25px;
    }

.location-row {
    max-width: 1000px;
    margin: 0px auto;
}

    .location-row::before {
        content: "";
        display: block;
        width: 200px;
        height: 200px;
        background-image: url(../images/Spiral1.svg);
        position: absolute;
        top: 1px;
        background-repeat: no-repeat;
        left: -92px;
        z-index: -1;
        background-size: contain;
    }

  
    .location-row::after {
        content: "";
        display: block;
        width: 170px;
        height: 100%;
        background-image: url(../images/Spiral2.svg);
        position: absolute;
        top: 65px;
        background-repeat: no-repeat;
        right: -116px;
        z-index: -1;
        -webkit-animation: download-animation 3s infinite linear;
        animation: download-animation 3s infinite linear;
    }

.testimonial-box {
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 10px;
    padding: 32px;
    max-width: 100%;
}

    .testimonial-box img {
        width: 50px !important;
        height: 50px !important;
        object-fit: cover;
        border-radius: 100px;
    }

    .testimonial-box .media-body {
        margin-left: 15px;
    }

        .testimonial-box .media-body h5 {
            margin-bottom: 0;
            color: #333;
            font-size: 16px;
        }

.testimonial-home .owl-nav {
    text-align: center !important;
}


.testimonial-box .media-body p {
    font-size: 14px;
}

.testimonial-bottom h5 {
    margin-bottom: 0;
    color: #333;
    font-size: 14px;
}

.testimonial-bottom p {
    font-size: 12px;
}


.testimonial-bottom {
    padding: 30px;
    border: 1px solid #F7F7F7;
    border-radius: 5px;
}

.testimonial-home .owl-stage-outer {
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.02), 0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0151852), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0121481), 0px 20px 13px rgba(0, 0, 0, 0.01), 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.00785185), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.00481481);
}

.testimonial-home .owl-nav .owl-prev span, .testimonial-home .owl-nav .owl-next span {
    font-size: 40px;
    margin: 0px 15px;
    color: #3E2E4D;
}

.home-subscribe h3 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #4A4A4A;
    margin-bottom: 20px;
}

.footer-social span a{ color:#000}
.home-subscribe-box {
    background: #ffd5cc;
    border-radius: 0px 0px 0px 200px;
    padding: 75px 0px;
}

.home-subscribe-box {
    position: relative;
}


    .home-subscribe-box::after {
        content: "";
        display: block;
        width: 170px;
        height: 100%;
        background-image: url(../images/half-round.svg);
        position: absolute;
        top: 1px;
        background-repeat: no-repeat;
        left: 0px;
        z-index: 1;
    }

    .home-subscribe-box::before {
        content: "";
        display: block;
        width: 170px;
        height: 100%;
        background-image: url(../images/half-round2.svg);
        position: absolute;
        bottom: 1px;
        background-repeat: no-repeat;
        right: -57px;
        z-index: 1;
    }


.home-subscribe .input-group {
    max-width: 625px;
    margin: auto;
    position: relative;
    z-index: 12
}

    .home-subscribe .input-group input {
        background: #FFFFFF;
        border: 1px solid rgba(239, 239, 239, 0.6);
        box-sizing: border-box;
        box-shadow: 0px 30px 30px rgba(99, 122, 166, 0.1);
        border-radius: 40px !important;
        height: 60px;
        padding: 30px;
    }

        .home-subscribe .input-group input::placeholder {
            color: #828282;
            font-size: 14px;
        }

.btn-subscribe {
    border-radius: 50px !important;
    background: #FFA90F;
    color: #FAFAFA !important;
    z-index: 3 !important;
    position: absolute !important;
    top: 8px;
    right: 10px;
    padding: 10px 42px;
}



.footer-social span:first-child {
    margin-left: 0px;
}
    .footer-social span:first-child a {
        background: #9ec419;
        color: #fff;
    }
.footer-social span:nth-child(2) a {
    background: #eba8c5;
    color: #fff;
}
.footer-social span:nth-child(3) a {
    background: #1f9cb2;
    color: #fff;
}
.footer-menu a:hover {
    color: #fcc32c; padding-left:10px;
}

.footer-social span a {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    display: inline-block;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 22px;
    padding: 10px;
    margin: 0px 10px;
}

.footer-menu h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 14px;
}

.footer-menu a {
    display: block;
    color: #333333;
    margin-bottom: 10px;
    font-size: 15px;
}

.footer-social {
    margin-bottom: 3em;
}

.footer .row {
    max-width: 1000px;
    margin: 0px auto;
}









/* gallery css */




.home-gallery-row .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}


.home-gallery-row .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 400px;
    max-width: 1200px;
    margin-top: 8%;
}


.home-gallery-row .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

    .home-gallery-row .close:hover,
    .home-gallery-row .close:focus {
        color: #999;
        text-decoration: none;
        cursor: pointer;
    }

.home-gallery-row .gallerySlides {
    display: none;
}

.home-gallery-row .cursor {
    cursor: pointer;
}


.home-gallery-row .prev,
.home-gallery-row .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}


.home-gallery-row .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}


    .home-gallery-row .prev:hover,
    .home-gallery-row .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }


.home-gallery-row .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.home-gallery-row img {
    margin-bottom: -4px;
}

.home-gallery-row .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}


.home-gallery-row img.hover-shadow {
    transition: 0.3s;
}

.home-gallery-row .hover-shadow:hover {
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.02), 0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0151852), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0121481), 0px 20px 13px rgba(0, 0, 0, 0.01), 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.00785185), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.00481481);
}

.home-gallery-row .modal-content img {
    max-height: 600px;
    object-fit: contain;
}

.modal.home-gallery-row {
    background: #000000bd;
}

.gallery-first-img {
    height: 715px;
}


/* gallery css end */


/* about us page css */

.about-banner {
    background-image: url("../images/about-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.top-banner-inner {
    background: #ffffffb5;
    padding: 150px 0px 100px 0px;
}

    .top-banner-inner h2 {
        font-size: 70px;
        color: #181E4B;
    }


    .top-banner-inner p {
        font-size: 16px;
        color: #000;
        max-width: 500px;
    }


.about-about {
    background-image: url(../images/about-bg.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top right;
    z-index: -1;
}




    .about-about::before {
        content: "";
        display: block;
        width: 170px;
        height: 100%;
        background-image: url(../images/Spiral1.svg);
        position: absolute;
        top: 130px;
        background-repeat: no-repeat;
        right: -71px;
        z-index: 0;
    }



    .about-about::after {
        content: "";
        display: block;
        height: 100%;
        background-image: url(../images/bg-color.png);
        position: absolute;
        top: 130px;
        background-repeat: no-repeat;
        background-position: center center;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }


.accordion-button:not(.collapsed) {
    color: #000;
}


.howit img {
    box-shadow: 0px 100px 80px rgba(150, 114, 255, 0.07), 0px 64.8148px 46.8519px rgba(150, 114, 255, 0.0531481), 0px 38.5185px 25.4815px rgba(150, 114, 255, 0.0425185), 0px 20px 13px rgba(150, 114, 255, 0.035), 0px 8.14815px 6.51852px rgba(150, 114, 255, 0.0274815), 0px 1.85185px 3.14815px rgba(150, 114, 255, 0.0168519);
    border-radius: 20px;
    padding: 30px;
}


.bg-yellow {
    background: #FFA90F;
}

.about-advantage {
    
    background: #FAEAD3;
    position: relative;
}

.about-advance-img {
    margin-top: -50px;
}

.about-advantage ul {
    list-style: none;
    padding-left: 0px;
}

    .about-advantage ul li {
        width: 46%;
        display: inline-block;
        margin-bottom: 10px;
        font-size: 18px;
        font-family: Poppins;
    }


.happy-babby-sitting {
    background-image: url(../images/happy-babby-sitting.jpg);
    background-size: cover;
    background-position: center center;
     
}

.happy-babby-sitting-inner {
    background: #FFCE7CB3;
    padding: 100px 0px;
}

.happy-babby-sitting h4 {
    font-size: 16px;
}


.about-advantage::before {
    content: "";
    display: block;
    width: 170px;
    height: 100%;
    background-image: url(../images/Spiral1.svg);
    position: absolute;
    top: 130px;
    background-repeat: no-repeat;
    right: -72px;
    z-index: 0;
}


.whychoose-section .accordion-button::after {
    left: 12px;
    position: absolute;
    background-image: url(../images/down-arrow.svg);
}

.whychoose-section .accordion-button {
    padding-left: 50px;
    font-weight: 500;
    background-color: #f78430 !IMPORTANT;
    margin-bottom: 10px;
    color: #fff;
}
    .whychoose-section .accordion-button:not(.collapsed)::after {
        transform: rotate(-180deg);
        top: 12px;
    }
.howit h3 {
    font-size: 21px;
    margin-bottom: 13px;
    margin-top: 2em !IMPORTANT;
}
.howit p {
    font-size: 15px;
    line-height: 25px;
}


    .whychoose-section .accordion-button::before {
        content: "";
        display: block;
        width: 35px;
        height: 35px;
        left: 5px;
        position: absolute;
        background: #1f9cb2;
        border-radius: 50px;
        top: 7px;
    }

/* team list and details */

.section-corner-color::after {
    content: '';
    background-image: url("../images/bg-color.png");
    height: 500px;
    width: 500px;
    position: absolute;
    top: -206px;
    left: -71px;
}

.bg-light-gary {
    background: #EFF2F5;
}

.section-top-bottom-design::after {
    content: '';
    background-image: url(../images/Spiral1.svg);
    height: 220px;
    width: 220px;
    position: absolute;
    top: 22px;
    left: 5px;
    background-repeat: no-repeat;
    background-size: contain;
}

.section-top-bottom-design::before {
    content: '';
    background-image: url("../images/half-round-dark.svg");
    height: 284px;
    width: 109px;
    position: absolute;
    bottom: 10px;
    right: 0;
    background-repeat: no-repeat;
}

.top-design-color {
    position: absolute;
    right: 40px;
}

.team-img {
    border: 2px dashed #746464;
    box-sizing: border-box;
    border-radius: 50%;
}

.team-list-banner {
    background-image: url(../image/team-list-banner.png);
}

.team-box-img {
    max-width: 400px;
    margin: 0px auto;
}

.tringle-left-design {
    position: absolute;
    left: 0px;
    top: 0px;
}

.tringle-right-design {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.team-details-p p {
    line-height: 30px;
}

.bottom-design {
    background-image: url(../images/bottom-design.svg);
    height: 278px;
    background-repeat: no-repeat;
    background-size: cover;
}

/* 22feb */


/* ====================== [ Start Cursor Style ] ====================== */
body {
    cursor: none;
}

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    margin-left: 2px;
    margin-top: 2px;
    width: 6px;
    height: 6px;
    z-index: 10000001;
    background-color: #12c2e9;
    -webkit-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
    -o-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
    transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
}

    .cursor-inner.cursor-hover {
        margin-left: -40px;
        margin-top: -40px;
        width: 80px;
        height: 80px;
        background-color: #12c2e9;
        opacity: .3;
    }

.cursor-outer {
    margin-left: -15px;
    margin-top: -15px;
    width: 40px;
    height: 40px;
    border: 1px solid #12c2e9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: .5;
    -webkit-transition: all .08s ease-out;
    -o-transition: all .08s ease-out;
    transition: all .08s ease-out;
}

    .cursor-outer.cursor-hover {
        opacity: 0;
    }
/* ====================== [ End Cursor Style ] ====================== */


.top-banner-inner {
    padding: 180px 0px 150px 0px;
}

    .top-banner-inner h1 {
        font-size: 60px;
        color: #181E4B;
        margin-bottom: 20px;
        font-weight: 600;
    }

    .top-banner-inner p {
        font-size: 16px;
        color: #000;
        max-width: 500px;
        margin-bottom: 2em;
    }

.heading-s h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 27px;
    color:#1f9cb2;
}

.heading-s h2 {
    font-weight: bold;
    font-size: 50px;
    line-height: 64px;
    text-transform: capitalize;
    color: #14183E;
    margin-bottom: 20px;
}

.dot-line {
    width: auto;
    float: none;
    display: inline-block;
}

    .dot-line ul {
    }

        .dot-line ul li {
            list-style: none;
            border-radius: 50%;
            margin: 0px 3px;
        }

            .dot-line ul li.one-l {
                width: 10px;
                margin-top: 5px;
                float: left;
                height: 10px;
                background: #38276d;
            }

            .dot-line ul li.mind-l {
                width: 20px;
                float: left;
                height: 20px;
                background: #38276d;
            }

.min-s-box {
    background: #EFF2F5;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}

.img-box {
    position: relative;
}

    .img-box:before {
        content: "";
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgb(0,0,0);
        background: linear-gradient(0deg, rgb(0 0 0 / 58%) 0%, rgba(0,212,255,0) 100%);
    }

.po-icon-t {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.min-des {
    padding: 25px;
}

h3 {
    line-height: 28px;
}

.min-des a {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #343434;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}

a {
    text-decoration: none
}

.po-icon-t h4 {
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
    color: #FFFFFF;
    margin-top: 5px;
    margin-bottom: 0px;
}

.offer-s {
    overflow: hidden
}

.po-bg-color {
    position: absolute;
    left: -45px;
}

.po-Spiral1 {
    width: 21%;
    position: absolute;
    right: -7em;
}

.po-spiral2 {
    position: absolute;
    top: 48%;
    width: 15%;
    left: -98px;
}

    .po-spiral2 img {
        width: 100%;
    }

.advantage {
    background-color: #EFF2F5
}

.text-left .dot-line ul {
    float: left;
    padding-left: 0px;
}

.dot-line ul {
    padding-left: 0px;
}

.right-heading h4 {
    font-weight: 500;
    font-size: 19px;
    line-height: 30px;
    color: #FFA90F;
}

.text-left .heading-s h2 {
    line-height: 56px;
}

.min-list-s {
    background: #FFFFFF;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 20px;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.left-s-icon {
    float: left;
    margin-right: 20px;
    padding-right: 20px;
    position: relative;
}

.min-list-s h3 {
    font-size: 25px;
    vertical-align: middle;
    position: relative;
    line-height: 3em;
    margin-bottom: 0px;
    color:#FFA90F;
}
.magnific-img1 img {
    border-radius: 5px;
}
.magnific-img {
    overflow: hidden;
    border-radius: 5px;
}
.left-s-icon:before {
    content: "";
    position: absolute;
    width: 1px;
    background-color: #000;
    height: 100%;
    right: 0;
}

/*Contact Us Page Start*/
.heading-s h4 {
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 30px;
}

.contact-s {
    overflow: hidden;
}

.min-address {
    background: #FFFFFF;
    box-shadow: 0px 1px 10px -4px rgb(0 0 0 / 25%);
    border-radius: 5px;
    padding: 20px;
    position: relative;
    min-height: 162px;
}

.min-icon-add {
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}

    .min-icon-add:before {
        content: "";
        position: absolute;
        width: 82%;
        height: 1px;
        background: #cdcdcd;
        bottom: 0;
    }

.min-address p {
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 0px;
    text-align: center;
}

.min-icon-add span {
    float: left;
    margin-right: 15px;
}

    .min-icon-add span img {
        height: 50px;
    }

.min-icon-add h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 0px;
    margin-left: 40px;
}

.red-t {
    color: #38276d;
}

.black-t {
    color: #fcc32c;
}

.form-design .fill {
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    margin-bottom: 20px;
}

.form-design {
    margin-top: 30px;
}

    .form-design .message-fill {
        background: #FFFFFF;
        border: 1px solid #EDEDED;
        box-sizing: border-box;
        border-radius: 5px;
        padding: 10px;
        width: 100%;
        min-height: 150px;
        margin-bottom: 20px;
    }

.chat-agent {
    position: relative;
}

    .chat-agent:before {
        content: "";
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgb(0,0,0);
        background: linear-gradient(0deg, rgb(0 0 0 / 58%) 0%, rgba(0,212,255,0) 100%);
    }

    .chat-agent img {
    }

.po-text-agent {
    text-align: center;
    position: absolute;
    padding: 30px;
    bottom: 0;
}

    .po-text-agent h3 a {
        color: #fff;
        font-size: 19px;
    }

    .po-text-agent h4 {
        color: #fff;
        font-size: 16px;
        margin-bottom: 30px;
    }

.map {
    border-radius: 10px;
    overflow: hidden
}

.form-s {
    position: relative;
    overflow: hidden
}

nav .container-fluid {
    padding: 0px;
}

.cont-p p {
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
}

/*Contact Us Page End*/
/*Services Details Start*/
.min-img-ser {
    position: relative
}

.first-img {
    width: 80%;
    display: inline-block;
    margin-left: 20%;
}

.second-img {
    position: absolute;
    top: 52%;
    z-index: 9;
    right: 20%;
    left: -10%;
    width: 70%;
}

.services-bg-g {
    background: #EFF2F5;
}

.table-service {
    background: #FFFFFF;
    border: 2px dashed rgba(161, 27, 0, 0.65);
    box-sizing: border-box;
    box-shadow: 0px 1px 10px -4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 3em;
    text-align: center;
    margin-bottom: 20px;
}

.icon-s {
    width: 120px;
    height: 120px;
    margin: auto;
    display: block;
    margin-bottom: 2em;
}

.table-service h3 {
    font-weight: 500;
    font-size: 34px;
    line-height: 30px;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
}

.icon-s img {
    height: 120px
}

.table-service p {
    margin-bottom: 2em;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    /* or 167% */
    text-align: center;
    color: #000000;
}

.video-sec {
    position: relative;
}

.po-play {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100px;
    height: 100px;
    margin: auto;
    text-align: center;
}

    .po-play i {
        font-size: 50px;
        color: #fff;
        line-height: 100px;
    }

.video-sec:before {
    content: "";
    position: absolute;
    background: rgba(161, 27, 0, 0.51);
    width: 100%;
    height: 100%;
}

.min-about-ser h4 {
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 30px;
}

.min-about-ser h2 {
    font-weight: bold;
    font-size: 50px;
    line-height: 64px;
    text-transform: capitalize;
    color: #14183E;
    margin-bottom: 20px;
}

.min-about-ser p {
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
}

.advantage-ser {
    position: relative
}

.po-why {
    position: absolute;
    right: 0;
    background: #eff2f5;
    top: 3em;
    padding-right: 6em;
}

.min-list {
    padding-left: 0px;
}

    .min-list li {
        position: relative;
        list-style: none;
        font-size: 20px;
        font-weight: 500;
        line-height: 42px;
        padding-left: 20px
    }

        .min-list li:before {
            content: " ";
            width: 10px;
            height: 10px;
            background: #fcc32c;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            margin: auto;
        }

.po-why .min-about-ser h4 {
    margin-bottom: 10px;
}

.po-why:before {
    content: "";
    position: absolute;
    width: 320px;
    height: 300px;
    background: #f99930;
    bottom: -40px;
    left: -40px;
    z-index: -1;
}

.Service-d {
    position: relative;
}

    .Service-d .po-bg-color {
        position: absolute;
        left: -45px;
        top: -3em;
        z-index: -1;
    }

.services-bg-g {
    position: relative
}

    .services-bg-g .po-spiral2 {
        position: absolute;
        top: 21%;
        width: 15%;
        left: -98px;
    }

.advantage-ser {
    position: relative
}

    .advantage-ser .po-Spiral1 {
        top: -5em;
        z-index: 2;
    }

.magnific-img {
    position: relative;
    margin-bottom: 20px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

    .magnific-img img {
        width: 100%;
    }

    .magnific-img:before {
        content: "";
        position: absolute;
        background: rgba(161, 27, 0, 0.69);
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .magnific-img:hover.magnific-img:before {
        opacity: 1;
    }

    .magnific-img:hover.magnific-img i {
        opacity: 1;
    }

    .magnific-img i {
        opacity: 0;
        position: absolute;
        font-size: 30px;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        height: 30px;
        width: 30px;
        color: #fff;
    }
.min-con h4 {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 20px !important;
    font-weight: 600;
    color:#1f9cb2;
}
.min-con h2 {
    font-weight: bold;
    font-size: 45px;
    line-height: 64px;
    text-transform: capitalize;
    color: #14183E;
    margin-bottom: 20px;
}
/*Services Details End*/
/*Gallery Start*/
.port-filter {
    float: left;
    width: 100%;
    margin: 0px;
    text-align: center;
    padding: 0px;
}

    .port-filter li:hover, .port-filter li.selected {
        color: #fff;
        background: #fcc32c;
    }

    .port-filter li {
        display: inline-block;
        vertical-align: top;
        margin: 12px 8px;
        color: #000;
        padding: 13px 30px;
        font-family: 'Volkhov', serif;
        font-size: 16px;
        background: #c0c0c0;
        border-radius: 5px;
        cursor: pointer;
        font-weight: 600;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
/*Gallery End*/

/*Blog List Start*/
.min-list-blog {
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 20px;
}

.img-blog {
    width: 35%;
    float: left
}

    .img-blog img {
        width: 100%;
    }

.right-blog-text {
    padding: 30px;
    padding-bottom: 15px;
    display: block;
    float: left;
    width: 65%;
}


    .right-blog-text h4 {
    }

        .right-blog-text h4 a {
            font-family: Volkhov;
            font-style: normal;
            font-weight: bold;
            font-size: 19px;
            line-height: 25px;
            text-transform: capitalize;
            color: #14183E;
            display: -webkit-box !important;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            white-space: normal;
            overflow: hidden;
        }

.min-list-blog:hover .right-blog-text h4 a {
    color: #a11b00;
}

.right-blog-text span {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #828282;
    margin-bottom: 10px;
    display: block;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}

.right-blog-text p {
    font-weight: normal;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 0px;
    color: #343434;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}

.right-blog-search {
    background: #EFF2F5;
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 30px;
}

    .right-blog-search h3 {
        font-family: Volkhov !important;
        font-style: normal;
        font-weight: bold;
        font-size: 19px;
        line-height: 25px;
        text-transform: uppercase;
        color: #14183E;
    }

.fill-s {
    background: #FFFFFF;
    border: 1px solid rgba(239, 239, 239, 0.6);
    box-sizing: border-box;
    box-shadow: 0px 30px 30px rgb(99 122 166 / 10%);
    border-radius: 4px;
    width: 100%;
    padding: 15px 20px;
    margin: 15px 0;
    margin-bottom: 30px;
}

.min-list-blog-recent .img-blog {
    width: 25%;
}

.min-list-blog-recent .right-blog-text {
    width: 75%;
    padding: 0px;
    padding-left: 20px;
}

.post {
    display: inline-block;
    margin-top: 20px;
}

.min-list-blog-recent .right-blog-text h4 {
    margin-bottom: 0px;
    margin-top: 10px;
}

    .min-list-blog-recent .right-blog-text h4 a {
        font-family: Volkhov;
        font-style: normal;
        font-weight: bold;
        font-size: 15px;
        line-height: 19px;
        text-transform: capitalize;
        line-height: 25px;
        color: #14183E;
    }

.min-list-blog-recent:hover.min-list-blog-recent .right-blog-text h4 a {
    color: #a11b00;
}

.min-list-blog-recent .right-blog-text span {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    color: #828282;
    margin-bottom: 0px;
}

.min-list-blog-recent {
    width: 100%;
    display: flow-root;
    margin-bottom: 20px;
}

    .min-list-blog-recent:last-child {
        margin-bottom: 0px;
    }

    .min-list-blog-recent .img-blog img {
        border-radius: 10px;
    }
/*Blog List End*/


.img-box > img {
    width: 100%
}

.top-banner {
    background-size: cover;
    background-position: center center;
}

.magnific-img1 img {
    max-height: 736px;
}
.home-subscribe {
   position:relative
}
    .home-subscribe:after {
        content: "";
        position: absolute;
        width: 170px;
        height: 200px;
        right: 0;
        background-repeat: no-repeat;
        bottom: 0;
        z-index: -1;
        background-image: url(../images/star-bg.svg);
        -webkit-animation: download-animation 3s infinite linear;
        animation: download-animation 3s infinite linear
    }
.home-gallery:before {
    content: "";
    position: absolute;
    width: 170px;
    height: 200px;
    left: 0;
    background-repeat: no-repeat;
    top: 0;
    z-index: -1;
    background-image: url(../images/star-bg.svg);
    -webkit-animation: download-animation 3s infinite linear;
    animation: download-animation 3s infinite linear
}
.home-about:before {
    content: "";
    position: absolute;
    width: 170px;
    height: 200px;
    left: 0;
    background-repeat: no-repeat;
    top: 90px;
    z-index: -1;
    background-image: url(../images/line-vactor.svg);
    -webkit-animation: download-animation 3s infinite linear;
    animation: download-animation 3s infinite linear
}
.home-achievements:before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    left: 0;
    background-repeat: no-repeat;
    top: 0;
    background-size: contain;
    z-index: -1;
    background-image: url(../images/achiivment-bg.png);
    -webkit-animation: download-animation 3s infinite linear;
    animation: download-animation 3s infinite linear
}
.ratting-box {
    -webkit-animation: download-animation 3s infinite linear;
    animation: download-animation 3s infinite linear
}
@-webkit-keyframes download-animation {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        -webkit-transform: translate(0, -20px);
        transform: translate(0, -20px)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes download-animation {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        -webkit-transform: translate(0, -20px);
        transform: translate(0, -20px)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}
.location-row:before {
    
    -webkit-animation: rotate 30s linear infinite;
    -moz-animation: rotate 30s linear infinite;
    -ms-animation: rotate 30s linear infinite;
    -o-animation: rotate 30s linear infinite;
    animation: rotate 30s linear infinite;
}
@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}


.img-box > img{ width:100%}

.top-banner {
  background-size: cover;
  background-position: center center;
}

.magnific-img1 img {
  max-height: 736px;
}

.chat-agent img {
  width: 100%;
}
.over-h{ overflow:hidden}
.details-blog-text{}
    .details-blog-text h4 {
        font-family: Volkhov;
        font-style: normal;
        font-weight: bold;
        font-size: 27px;
        line-height: 35px;
        text-transform: capitalize;
    }
    .details-blog-text p {
        font-family: Poppins;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 29px;
         color: #343434;
    }
.about-about::before, .section-top-bottom-design::before {
    -webkit-animation: download-animation 3s infinite linear;
    animation: download-animation 3s infinite linear;
}
.about-advantage::before {
    -webkit-animation: rotate 10s linear infinite;
    -moz-animation: rotate 10s linear infinite;
    -ms-animation: rotate 10s linear infinite;
    -o-animation: rotate 10s linear infinite;
    animation: rotate 10s linear infinite;
    height: 170px;
    background-size: contain;
}
.po-Spiral1 img, .po-spiral2 img, .section-top-bottom-design::after {
    -webkit-animation: rotate 10s linear infinite;
    -moz-animation: rotate 10s linear infinite;
    -ms-animation: rotate 10s linear infinite;
    -o-animation: rotate 10s linear infinite;
    animation: rotate 10s linear infinite;
}
.map iframe {
    width: 100%;
}
/*home2*/
.home-banner-images {
    width: 100%;
}
.a-h img {
    width: 100%;
}

.ab-home-txt h6 {
    font-size: 16px;
    font-weight: 600;
    color: #1f9cb2;
    margin-bottom: 20px;
}
.ab-home-txt h2 {
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 40px;
    color:#181E4B;
}
.ab-home-txt p {
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.explore {
    padding: 10px 12px;
    background: #fcc32c;
    color: #FFF;
    border-radius: 4px;
}
.explore:hover {
    background: #000;
    color: #fff;
}
.ab-home.pt-90 {
    padding-left: 30px;
}
.cate {
    background: #f5f5f5;
}
.col-md-22 {
    float: left;
    width: 20%;
}
.cate-h h2 {
    text-align: center;
    margin-bottom: 40px;
}
.c-img img {
    width: 70px;
}
.c-img {
    text-align: center;
}
.c-txt h5 {
    font-size: 18px;
    text-align: center;
    padding-top: 20px;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
.h-service {
    text-align: center;
    margin-bottom: 40px;
}
.h-service span {
    font-size: 20px;
    font-weight: 500;
    color: #FFF;
}
.activity{
  background:url(../images/s-h.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-blend-mode: overlay;
    background-color: #000000bd;
}
.h-service h2 {
    color: #FFF;
}
.ser-home h4 {
    color: #FFF;
        margin-bottom: 8px;
        font-size: 20px;
            display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
.ser-home a{
    color: #fff;
}
.ser-home p {
    color: #FFF;
    font-weight: 400;
    font-size: 14px;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
.home-service {
    display: flex;
    margin-bottom: 20px;
}
.ser-home {
    padding-left: 10px;
}
.service-home img {
    width: 70px;
}
.all-service {
    text-align: center;
}
.see {
    padding: 10px 15px;
    background:#38276d;
    border-radius: 7px;
    color: #FFF;
}
.see:hover{
    background: #000;
    color: #FFF;
}
.b-h {
    text-align: center;
    margin-bottom: 20px;
}
.bh-list {
    display: flex;
    list-style: none;
    padding: 0;
     margin-bottom: 10px;
}
.bh-list i {
    padding: 0 10px;
}
.b-home {
    display: flex;
}
.b-home-img img {
    width: 100%;
    height: 100%;
}
.b-home-txt a {
    color: #000;
}
.bh-list li {
    font-size: 12px;
}
.b-home-txt h4 {
    font-size: 16px;
    margin-bottom: 10px 0;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}

.b-home-txt p {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 10px;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    padding-bottom: 5px;
    }
.bh-btn {
    color: #fff !important;
    padding: 6px 8px;
    background:#fcc32c;
    border-radius: 5px;
    font-size: 14px;
}
.bh-btn:hover{
    color: #fff;
    background: #000;
}
.b-home-txt {
    background: #f5f5f5f5;
    padding:15px;
        width: 70%;
}
.care {
    text-align: center;
    margin-bottom: 40px
}
.c-taker img {
    width: 100%;
}
.c-taker{
    position: relative;
    height: 100%;
}
.social-list span:first-child a {
    background: #0756cd;
    color: #fff;
}
.social-list span:nth-child(2) a {
    background: #ca07cd;
    color: #fff;
}
.social-list span:nth-child(3) a {
    background: #07a9cd;
    color: #fff;
}
.social-list {
    margin-top: 20px;
}
.social-list span a {
    box-shadow: 0px 2px 10px rgb(0 0 0 / 10%);
    display: inline-block;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 16px;
    padding: 6px;
    margin: 0px 6px;
}
.c-taker-txt {
    text-align: center;
    padding-top: 20px;
}
.expert {
    position: relative;
    background: #f5f5f5;
}
.c-taker-txt {
    
}
.c-taker-txt h5{
    
}
.c-taker-txt:hover h5{
    
}
 
/*home2-end*/
.testimonial-home button {
    margin-left: 20px;
    margin-top: 20px;
}
/* Home 3 css */
.home-about3:before {
    content: "";
    position: absolute;
    width: 170px;
    height: 200px;
    left: 0;
    background-repeat: no-repeat;
    top: 90px;
    z-index: -1;
    background-image: url(../images/bgrainbow.png);
    -webkit-animation: download-animation 3s infinite linear;
    animation: download-animation 3s infinite linear
}

.slid-trial {
  background-color: black;
  animation: shrink var(--duration) var(--delay) linear infinite;
}

.slid1 {
  position: relative;
  margin: 0 auto;
  padding: 0 1rem;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  animation: spin var(--duration) var(--delay) linear infinite;
  transform-style: preserve-3d;
  perspective: 25rem;
}

.slid1 img {
  --duration: 40s;
  --name: float-up-1;
  position: absolute;
  top: 0;
  left: 0;
  width: 33vw;
  transform: translateY(200vh);
  animation: var(--name) var(--duration) linear infinite;
  box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.slid1 img:nth-child(1) {
  animation-delay: 0s;
}
.slid1 img:nth-child(2) {
  animation-delay: -3s;
}
.slid1 img:nth-child(3) {
  animation-delay: -6s;
}
.slid1 img:nth-child(4) {
  animation-delay: -9s;
}
.slid1 img:nth-child(5) {
  animation-delay: -12s;
}
.slid1 img:nth-child(6) {
  animation-delay: -15s;
}
.slid1 img:nth-child(7) {
  animation-delay: -18s;
}
.slid1 img:nth-child(8) {
  animation-delay: -21s;
}
.slid1 img:nth-child(9) {
  animation-delay: -24s;
}
.slid1 img:nth-child(10) {
  animation-delay: -27s;
}
.slid1 img:nth-child(1) {
  --name: float-up-1;
  --duration: calc(20s * 1);
  left: 0vw;
  z-index: -1;
}
.slid1 img:nth-child(2) {
  --name: float-up-3;
  --duration: calc(20s * 3);
  left: 10vw;
  z-index: -3;
}
.slid1 img:nth-child(3) {
  --name: float-up-2;
  --duration: calc(20s * 2);
  left: 90vw;
  z-index: -2;
}
.slid1 img:nth-child(4) {
  --name: float-up-1;
  --duration: calc(20s * 1);
  left: 36vw;
  z-index: -1;
}
.slid1 img:nth-child(5) {
  --name: float-up-3;
  --duration: calc(20s * 3);
  left: 62vw;
  z-index: -3;
}
.slid1 img:nth-child(6) {
  --name: float-up-2;
  --duration: calc(20s * 2);
  left: 15vw;
  z-index: -2;
}
.slid1 img:nth-child(7) {
  --name: float-up-2;
  --duration: calc(20s * 2);
  left: 55vw;
  z-index: -2;
}
.slid1 img:nth-child(8) {
  --name: float-up-3;
  --duration: calc(20s * 3);
  left: -20vw;
  z-index: -3;
}
.slid1 img:nth-child(9) {
  --name: float-up-1;
  --duration: calc(20s * 1);
  left: 68vw;
  z-index: -1;
}
.slid1 img:nth-child(10) {
  --name: float-up-2;
  --duration: calc(20s * 2);
  left: 0vw;
  z-index: -2;
}

@keyframes float-up-3 {
  from {
    transform: translateY(200vh) translateZ(-50vh);
  }
  to {
    transform: translateY(-200vh) translateZ(-50vh);
  }
}
@keyframes float-up-2 {
  from {
    transform: translateY(150vh) translateZ(-25vh);
  }
  to {
    transform: translateY(-150vh) translateZ(-25vh);
  }
}
@keyframes float-up-1 {
  from {
    transform: translateY(100vh);
  }
  to {
    transform: translateY(-100vh);
  }
}
@keyframes spin {
  10%, 100% {
    transform: rotateY(360deg);
  }
}
@keyframes shrink {
  0% {
    transform: scale(1) translateX(0);
  }
  2.5% {
    transform: scale(0.75) translateX(5%);
  }
  7.5% {
    transform: scale(0.75) translateX(-5%);
  }
  10%, 100% {
    transform: scale(1);
  }
}

.review-demo3{
    margin-top: 60px;
}
.review-demo3, .review-slid-demo3{
  width: 100%;
  height: 100vh;
  overflow: hidden; 
  background: #22222A;
  font-family: 'Fira Mono', monospace;
  -webkit-font-smoothing: antialiased;
  font-size: .88rem;
  color: #bdbdd5;
}

.content-width {
  width: 86%;
  height: 100vh;
  margin: 0 auto;
}

.slideshow {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.slideshow-items {
  position: relative;
  width: 100%;
  height: 300px;
}

.item {
  position: absolute;
  width: 100%;
  height: auto;
}

.item-image-container {
  position: relative;
  width: 42%;
}

.item-image-container::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 101%;
  height: 101%;
  background: #22222A;
  opacity: 0;
  z-index: 1;
}

.item-image {
  position: relative;
  width: 100%;
  height: auto;
  opacity: 0;
  display: block;
  /* transition: property name | duration | timing-function | delay  */
  transition: opacity .3s ease-out .45s;
}

.item.active .item-image {
  opacity: 1;
}

.item.active .item-image-container::before {
  opacity: .8;
}

.item-description {
  position: absolute;
  top: 182px;
  right: 0;
  width: 50%;
  padding-right: 4%;
  line-height: 1.8;
}

/* Staggered Vertical Items ------------------------------------------------------*/
.item-header {
  position: absolute;
  top: 150px;
  left: -1.8%;
  z-index: 100;
}

.item-header .vertical-part {
  margin: 0 -4px;
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: auto;
  font-size: 7vw;
  color: #fff;
}

.vertical-part {
  overflow: hidden;
  display: inline-block;
}

.vertical-part b {
  display: inline-block;
  transform: translateY(100%);
}

.item-header .vertical-part b {
  transition: .5s;
}

.item-description .vertical-part b {
  transition: .21s;
}

.item.active .item-header .vertical-part b {
  transform: translateY(0);
}

.item.active .item-description .vertical-part b {
  transform: translateY(0);
}

/* Controls ----------------------------------------------------------------------*/
.controls {
  position: relative;
  text-align: right;
  z-index: 1000;
}

.controls ul {
  list-style: none;
}

.controls ul li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 3px;
  background:#bdbdd5;;
  cursor: pointer;
}

.controls ul li.active {
  background:#6a6a77;;
}
.template-component-image {
    overflow: hidden;
    margin-top: 0px;
    transition: none;
    padding-bottom: 0px;
}
.template-component-image>a {
    display: block;
    position: relative;
}
.template-component-image>a>span {
    top: 0px;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}
.template-component-image>a>span>span {
    top: 50%;
    margin-top: -50px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100%;
    position: relative;
}
.template-component-image>a>span>span, .template-component-image>a>span>span>span {
    width: 100px;
    height: 100px;
}
.template-component-image>a>span>span {
    background-color: rgba(86,80,159,0.5);
}

.template-component-image>a span {
    display: block;
}
.template-component-image>a>span, .template-component-image:hover>a>span {
    transition: opacity 0.3s ease-in-out;
}

.template-component-image>a>span>span>span {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/pic3.png);
}
.template-component-vertical-grid>div:hover{
    color: #56509F;
}
.img-f {
    max-width: 100%;
    height: auto;
}
.template-component-image h6{
    text-align: center;
    padding: 20px;
}