body{
    background: white;
}
html{
    overflow-x: hidden;
}
/* custom style start */
.header-logo{
    width: 183px;
}
.process-section-two {
    margin-bottom: 120px;
}
.service-area-2 {
    margin-bottom: 130px;
}
.pr-15{
    padding-right: 15px;
}
.w-100{
    width: 100%;
}
.thank-content img {
    width: 20%;
    margin: 0 auto;
}
.thank-content h2 {
    font-size: 50px;
    margin-top: 50px;
    color: #40985c;
    font-weight: 700;
}
.thank-content p {
    font-size: 22px;
}
/* custom style end */

.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:-3px;
    margin-top:-3px;
    width:6px;
    height:6px;
    z-index:100;
    background-color:#FE5D14;
    -webkit-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:#FE5D14;
    opacity:.3
}
.cursor-outer{
    margin-left:-15px;
    margin-top:-15px;
    width:30px;
    height:30px;
    border:2px solid #FE5D14;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    z-index:100;
    opacity:.5;
    -webkit-transition:all .08s ease-out;
    transition:all .08s ease-out;

}
.cursor-outer.cursor-hover{
    opacity:0
}
.theme-container{
    /*1290*/
    width: 1330px;
    padding: 0 20px;
}
.hero-area-2{
    background-image: url(./../img/hero-img-thumb.png);
    background-repeat: no-repeat;
    background-size: cover;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate-2 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-120deg);
    }
}
.fun-fact-area-two {
    background-image: url(./../img/fun-fact-bg-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 150px;
    padding-bottom: 120px;
}
.about-us-page-wrapper .process-section-two .item .circle-shape {
    background: #FBF7ED;
    transition: all 0.5s ease-in-out;
}
.item:hover .circle-shape {
    left: calc(0% - 0px) !important;
}
.process-section-two .item .circle-shape{
    background: #E6EDEC;
    transition: all 0.5s ease-in-out;
}
.footer-wrapper-two .discover-area{
    background-image: url(./../img/discover-bg.png);
    background-size: cover;
    background-repeat: no-repeat
}
.page-title-wrapper {
    background-image: url(./../img/inner-page-banner.png);
    background-size: cover;
    background-repeat: no-repeat
}
.breadcrumb-wrapper .breadcrumb-item:last-child .ico{
    display: none;
}
.testimonial-section-two .swiper-pagination{
    top: auto;
    bottom: -60px;
}
.testimonial-section-two .swiper-pagination .swiper-pagination-bullet{
    width: 40px;
    height: 3px;
    border-radius: 6px;
    background: #E3E3E3;
}
.testimonial-section-two .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #028835;
}

.faq-page-wrapper .faq-item .faq-body{
    display: none;
}
.faq-page-wrapper .faq-item:nth-child(1) .faq-body{
    display: block;
}
.faq-page-wrapper .faq-item:focus-within .faq-body{
    display: block;
}


/*====================*/
.navigation-wrapper.sticky {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1010;
    background: #fff;
    box-shadow: 0 15px 30px 0 rgba(0,0,0,.058823529411764705);
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-animation: sticky 1.2s;
    animation: sticky 1.2s;
}
.navigation-wrapper.navigation-wrapper-two-two.sticky {
    background: #3d9958;
}

@keyframes sticky {
    0% {
        top: -200px;
    }

    100% {
        top: 0;
    }

}
.nav-wrapper ul li{
    position: relative;
}
.nav-wrapper.mobile-nav-wrapper ul li a{
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 18px ;
    padding: 10px 0;
    border-bottom: 1px solid rgb(231 231 231)
}
.nav-wrapper.mobile-nav-wrapper ul li ul{
    margin-left: 16px;
}
.nav-wrapper ul li ul{
    position: absolute;
    left: -10px;
    min-width: 200px;
    border-radius: 10px;
    background: white;
    padding: 10px 0;
    box-shadow: 11px 10px 38px 0 rgba(46,63,99,.15);
    display: none;
    z-index: 99;

}
.nav-wrapper.mobile-nav-wrapper ul li ul{
    position: unset;
    left: -10px;
    display: none;
    z-index: 99;
    box-shadow:none;
    padding:0;
    margin-top: 10px;

}
.nav-wrapper ul li:hover ul{
    display: block;
    animation: tabFade 0.5s;
}
.nav-wrapper ul li ul li a{
    padding: 5px 20px;
    color: #004C3F;
    transition: all 0.5s ease-in-out;
}
.nav-wrapper ul li ul li:hover a{
    padding-left:30px;
    color: #004C3F;


}
.nav-wrapper ul li ul li{
    position: relative;

}
.nav-wrapper ul li ul li:before{
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #028835;
    position: absolute;
    left:0;
    top: calc(50% - 2px);transition: all 0.5s ease-in-out;


}
.nav-wrapper ul li ul li:hover:before{
    width: 20px;
}
/*====================*/

/*=====mobile=====*/
.nav-wrapper .mobile-drawer .mobile-wid{
    left: -350px;
    transition: all .5s linear;
}
.nav-wrapper .mobile-drawer.active .mobile-wid{
    left: 0;
}
.nav-wrapper .mobile-drawer .drawer-away{
    display: none;
    animation: tabFade 0.5s;
}
.nav-wrapper .mobile-drawer.active .drawer-away{
    display: block;
}
/*nav end*/

.faq-section-main-wrapper .faq-two{
    box-shadow: 0 4px 24px -6px rgba(19, 16, 34, 0.1),
    0 4px 13px -2px rgba(19, 16, 34, 0.06)
}
/*responsive*/

@media (max-width: 1024px) {
    .hero-area {
        height: 600px;
    }
    .theme-container{
        width: auto;
        padding: 0 20px;
    }
}
@media (max-width: 640px) {
    .faq-section-main-wrapper .faq-two{
        box-shadow:none
    }
    .about-shape{
        top: 50px;
        left: 100px;
    }

}
@media (max-width: 320px) {
    html{
        overflow-x: hidden;
    }
}


/*responsive end*/