@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

:root {
    --primary-color: #1e9b97;
    --secondary-color: #c9d238;
    --black: #0D121E;
}


* {
    margin: 0;
    padding: 0;
}

html,
body {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

a {
    transition: all 0.3s ease;
    text-decoration: none !important;
    outline: none !important;
    color: var(--primary-color);
}

a:active {
    background-color: transparent;
}

ul {
    padding: 0;
    margin: 0;
}

ul,
li {
    list-style-type: none;
}

img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

p {
    color: #414651;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}

.auto-container {
    position: static;
    max-width: 1700px !important;
    padding: 0px 15px;
    margin: 0px auto;
}

.sec-title {
    text-align: center;
    margin-bottom: 20px;
}
.sec-title.left {
    text-align: left;
}
.sec-title h2 {
    font-size: 42px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 10px;
}
.sec-title .sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    font-weight: 500;
    letter-spacing: 0.16em;
    z-index: 1;
}
.sec-title .sub-title::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 8px;
    background-color: #1e9b9725;
    z-index: -1;
}
.sec-title p {
    font-size: 16px;
    color: #363636;
    font-weight: 400;
}


.main-header .header {
    /* position: absolute; */
    width: 100%;
    z-index: 9;
}

.header {
    position: relative;
    width: 100%;
    z-index: 9;
}

.theme-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none !important;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 14px 33px;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.5s linear;
    z-index: 1;
}
/* .theme-btn::before {
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: 110%;
    left: 50%;
    background-color: var(--secondary-color);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
} */
.theme-btn:hover {
    color: #000000;
}
.theme-btn:hover:before {
    top: -40%;
}

/* -----------------
Top Bar
--------------------*/

.top-bar {
    background-color: var(--primary-color);
    padding: 0px 0;
    /* border-bottom: 1px solid #ffffff33; */
}

.top-bar .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.top-bar .wrapper.right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.top-bar .wrapper ul li {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    padding: 13px 20px 11px 0;
}

.top-bar .wrapper.left ul li {
    display: inline-block;
    margin-right: 0px;
    padding: 13px 20px 11px 0;
    color: #fff;
    font-size: 14px;
}
.top-bar .wrapper.left ul li:last-child {
    border-right: none;
}
.top-bar .wrapper.left ul li i {
    margin-right: 7px;
    color: #fff;
}
.top-bar .wrapper.left ul li a {
    transition: all 0.3s ease;
    color: #fff;
}

.top-bar .wrapper.right ul {
    display: flex;
}
.top-bar .wrapper.right ul li {
    display: inline-block;
    font-size: 14px;
    margin-left: 20px;
    padding: 11px 0;
}
.top-bar .wrapper.right ul li a {
    color: #fff;
    text-transform: capitalize;
    float: right;
    font-size: 14px;
}
.top-bar .wrapper.right ul li a:hover {
    color: var(--primary-color);
}
.top-bar .wrapper.right .top-menu li a {
    color: #fff;
}


/* -----------------
Navbar
--------------------*/

.navbar {
    padding: 0;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    background: #fff;
    backdrop-filter: blur(5px);
}

.fixed-header {
    background-color: #fff !important;
    width: 100%;
    z-index: 999;
    position: fixed;
    top: -1px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 -2px 18px 0 #0000001c;
            box-shadow: 0 -2px 18px 0 #0000001c;
}

.navbar-brand {
    width: 150px;
}

.navbar-brand.dark {
    display: none;
}

.fixed-header .navbar-brand.dark {
    display: block;
}
.fixed-header .navbar-brand.light {
    display: none;
}


/* Reset Navbar */
.sm-clean {
    background: transparent !important;
}
.navbar .navbar-collapse {
    justify-content: space-between;
}

.navbar .contact-info .call-box {
    position: relative;
    display: flex;
    align-items: center;
    padding: 25px 0;
    z-index: 5;
}
.navbar .contact-info .call-box .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background-color: #F7F9FA;
    border-radius: 50%;
    font-size: 15px;
    color: var(--primary-color);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.navbar .contact-info .call-box .content {
    margin-left: 10px;
    top: 3px;
    position: relative;
}
.navbar .contact-info .call-box .content p {
    font-size: 12px;
    line-height: 12px;
    color: #000;
    margin-bottom: 4px;
}
.main-header .navbar .contact-info .call-box .content p {
    color: #fff;
}
.main-header .fixed-header .contact-info .call-box .content p {
    color: #000;
}
.navbar .contact-info .call-box .content h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
}
.navbar .contact-info .call-box .content h5 a {
    font-size: 20px;
    font-weight: 600;
}
.navbar .contact-info .btn-box {
    position: relative;
    display: block;
    margin-left: 0px;
    padding: 19px 0;
}
.navbar .contact-info .btn-box .theme-btn {
    background-color: var(--primary-color);
    color: #fff;
    border: none;
}

.navbar .contact-info .btn-box .theme-btn i {
    width: 25px;
    height: 25px;
    border-radius: 5px;
    background-color: #fff;
    color: var(--primary-color);
    text-align: center;
    line-height: 25px;
    margin-left: 5px;
}
.navbar .contact-info .btn-box .theme-btn:hover {
    background-color: #117875;
}
.theme-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none !important;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 9px 15px;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.5s linear;
    z-index: 1;
}





/* New Navbar */
#main-nav {
    margin-left: auto;
}

.navbar .contact-info {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 10px;
}

#main-nav #main-menu>li {

    padding: 0 30px 0 0;

    position: unset;

}
#main-nav #main-menu>li.dropdown {
    position: relative;
}
#main-nav #main-menu>li.dropdown>a {

    margin: 0 10px 0 0;

}

#main-nav #main-menu>li>a {

    color: #000;

    font-size: 16px;

    font-weight: 600;

    line-height: 22px;

    padding: 40px 0;

    position: relative;

}

.main-header #main-nav #main-menu>li>a {
    color: #000;
}


#main-nav #main-menu > li > a.active, 
#main-nav #main-menu > li > a:hover, 
#main-nav #main-menu > .dropdown.active > a {
    color: var(--primary-color);
}

.main-header #main-nav #main-menu > li > a.active, 
.main-header #main-nav #main-menu > li > a:hover, 
.main-header #main-nav #main-menu > .dropdown.active > a {
    color: var(--primary-color);
}

.fixed-header #main-nav #main-menu>li>a {
    color: #000;
}


.fixed-header #main-nav #main-menu > li > a.active, 
.fixed-header #main-nav #main-menu > li > a:hover, 
.fixed-header #main-nav #main-menu > .dropdown.active > a {
    color: var(--primary-color);
}
.main-header .fixed-header #main-nav #main-menu > li > a .sub-arrow {
    border-color: #000 transparent transparent transparent;
}

#main-nav #main-menu>li>a.active:after {

    transform: scale(1);

}

#main-nav #main-menu>li>a span {

    position: relative;

}

#main-nav #main-menu>li>a span::after {

    content: "";

    display: block;

    position: absolute;

    left: 0;

    width: 100%;

    bottom: 0;

    height: 1px;

    background-color: var(--secondary-color);

    transform: scaleX(0);

    transform-origin: right;

    transition: 300ms ease transform;

}

#main-nav #main-menu>li>a.active span:after,

#main-nav #main-menu>li>a span:hover:after {

    transform: scaleX(1);

    transform-origin: left;

}

#main-nav #main-menu>li:hover>a.active:after {

    transform: scale(0);

    opacity: 0;

}

#main-nav #main-menu>li>a .sub-arrow {

    border-color: #5e5e5e transparent transparent transparent;

    right: -5px;

    display: inline-block;

}


/* #main-nav #main-menu .dropdown > a::after {
    content: "";
    border-width: 4px;

    border-style: solid dashed dashed dashed;

    border-color: #5e5e5e transparent transparent transparent;

    right: -5px;

    display: inline-block;

    position: relative;

} */



#main-nav #main-menu>li>ul>li>ul {

    border-radius: 0 !important;

    border: none;

    left: 6px !important;

}

@media screen and (min-width: 768px) {

    #main-nav #main-menu>li>ul::before,

    #main-nav #main-menu>li>ul::after {

        display: none;

    }

    #main-nav #main-menu>li>ul {

        left: 0px !important;

        margin-top: 0 !important;

        width: 250px;

        opacity: 0;

        transform: translateY(50px);

        transition: all 300ms ease;

        display: block !important;

        visibility: hidden;

        padding: 0;
        background-color: #fff;
        border-top: 0px solid var(--primary-color);
        border-bottom: none;
        border-left: none;
        border-right: none;

        box-shadow: 0 3px 30px rgba(0, 0, 0, .08);

        border-radius: 0px !important;

    }



    #main-nav #main-menu>li>ul li ul {
        width: 320px;
        box-shadow: 0 3px 30px rgba(0, 0, 0, .08);

        border-radius: 5px !important;

        padding: 20px 10px;

    }

}

#main-nav #main-menu>li:hover>ul {

    opacity: 1;

    visibility: visible;

    transform: translateY(0px);

}

#main-nav #main-menu>li>ul > li > a {

    color: #000;

    transition: 300ms ease color;

    position: relative;

    margin: 0 0px;

    padding: 14px 20px;

    font-size: 16px;

    font-weight: 500;

    display: block;
    border-radius: 6px !important;

    background-color: transparent;

    -ms-transition: all .45s ease;

    -o-transition: all .45s ease;

    -moz-transition: all .45s ease;

    -webkit-transition: all .45s ease;

    transition: all .45s ease;

}

#main-nav #main-menu>li>ul li a:hover {
    color: var(--primary-color);
    padding-left: 25px;
    background-color: #1e9b9717;
}

#main-nav #main-menu > li > a .sub-arrow {
    border-color: #000 transparent transparent transparent;
    right: -5px;
    display: inline-block;
}

.main-header #main-nav #main-menu > li > a .sub-arrow {
    border-color: #000 transparent transparent transparent;
}

/* #main-nav #main-menu>li>ul li a::before {

    content: "";

    position: absolute;

    left: 0px;

    top: 50%;

    transform: translateY(-50%);

    width: 10px;

    height: 2px;

    opacity: 0;

    visibility: hidden;

    background: rgb(0, 93, 224);

    transition: 0.3s linear;

}

#main-nav #main-menu>li>ul li:hover a::before {

    opacity: 1;

    visibility: visible;

    left: 15px;

} */


#main-nav #main-menu> .megamenu-item .mega-menu {
    width: 1000px;
    left: -50% !important;
    border-radius: 10px !important;
}
#main-nav #main-menu>li .mega-menu .mega-wrap {
    width: 100%;
    max-width: 100%;
    padding: 10px 17px;
}
#main-nav #main-menu>li .mega-menu .mega-wrap .col,
#main-nav #main-menu>li .mega-menu .mega-wrap .colm {
    padding-left: 5px;
    padding-right: 5px;
}
#main-nav #main-menu>li .mega-menu .mega-wrap .item {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 0px;
}
#main-nav #main-menu>li .mega-menu .mega-wrap .item a {
    padding: 0;
    margin: 0;
    border: none;
}
#main-nav #main-menu>li .mega-menu .mega-wrap .item .img-box {
    position: relative;
    z-index: 2;
}
#main-nav #main-menu>li .mega-menu .mega-wrap .item .img-box img {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
#main-nav #main-menu>li .mega-menu .mega-wrap .item:hover .img-box img {
    transform: scale(1.1);
}
#main-nav #main-menu>li .mega-menu .mega-wrap .item .img-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #1B989566;
}
#main-nav #main-menu>li .mega-menu .mega-wrap .item .icon {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background-color: #fff;
    color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
#main-nav #main-menu>li .mega-menu .mega-wrap .item:hover .icon i {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
#main-nav #main-menu>li .mega-menu .mega-wrap .item:hover .icon i {
    transform: rotate(-45deg);
}
#main-nav #main-menu>li .mega-menu .mega-wrap .item .title {
    position: absolute;
    bottom: 5px;
    z-index: 2;
    width: 100%;
    padding: 0 10px;
}
#main-nav #main-menu>li .mega-menu .mega-wrap .item .title h3 {
    text-align: left;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}



/* hero-section */
.hero-section {
    padding: 100px 0 160px;
    background-color: #49adaa;
    margin-bottom: 120px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.hero-section .line-shape {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.hero-section .content h2 {
    color: #fff;
    text-align: center;
    font-size: 35px;
    line-height: 40px;
    font-weight: 600;
    position: relative;
    z-index: 2;
}
.hero-section .content h2 span {
    display: inline-block;
}
.hero-section .content h2 span::after {
    content: "";
    display: block;
    width: 100%;
    height: 14px;
    background-color: #ffffff24;
}
.hero-section .content h3 {
    color: #fff;
    text-align: center;
    font-size: 35px;
    line-height: 60px;
    font-weight: 600;
    margin-top: -10px;
}
.hero-section .content p {
    color: #ffffffe8;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    opacity: 0.8;
}
.hero-section .home-slider {
    overflow: hidden;
    border-radius: 20px;
}
.hero-section .home-slider .swiper-button-next, 
.hero-section .home-slider .swiper-button-prev {
    color: var(--black);
    width: 40px;
    height: 40px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.hero-section .home-slider .swiper-button-next:hover, 
.hero-section .home-slider .swiper-button-prev:hover {
    background-color: var(--primary-color);
    color: #fff;
}
.hero-section .home-slider .swiper-button-next:after, 
.hero-section .home-slider .swiper-button-prev:after {
    font-size: 20px;
}

.hero-section .img-box {
    overflow: hidden;
    border-radius: 20px;
}
.hero-section .img-box img {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.hero-section .img-box:hover img {
    transform: scale(1.1);
}


/* hero-bottom */
.hero-bottom {
    padding: 100px 0;
    position: relative;
    z-index: 2;
}
.hero-bottom .shape {
    margin-bottom: -240px;
}
.hero-bottom .img-box {
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}
.hero-bottom .img-box:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.hero-bottom .img-box:hover:after {
    height: 250%;
    transition: all 500ms linear;
    background-color: transparent;
}
.hero-bottom .img-box img {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.hero-bottom .img-box:hover img {
    transform: scale(1.1);
}

.hero-bottom .img-box .btn-box {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9;
    transform: translate(-50%, -50%);
}
.hero-bottom .img-box .video-btn {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 84px;
    background: var(--primary-color);
    text-align: center;
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.hero-bottom .img-box .video-btn:hover {
    background-color: #0f7673;
}
.hero-bottom .img-box .video-btn:before, 
.hero-bottom .img-box .video-btn:after {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.hero-bottom .img-box .video-btn:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.hero-bottom .line-shape {
    position: absolute;
    left: 30%;
    bottom: -70px;
    transform: translateX(-50%);
}







/* -----------------
Banner Area
--------------------*/

.banner-slider {
    position: relative;
}
.banner-slider .slide-item .image-wrap {
    position: relative;
}
/* .banner-slider .slide-item .image-wrap:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #d3e7e39e;
    top: 0px;
    right: 0px;
    z-index: 1;
} */
.banner-slider .no-overlay .image-wrap::before {
    background: transparent;
}
.banner-slider .slide-item .image-wrap {
    -webkit-transition: all 8000ms linear;
    -moz-transition: all 8000ms linear;
    -ms-transition: all 8000ms linear;
    -o-transition: all 8000ms linear;
    transition: all 8000ms linear;
}
.banner-slider .active .slide-item .image-wrap {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
}

.banner-slider .content-box {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(0%, -50%);
    width: 100%;
    max-width: 720px;
    z-index: 5;
    border-radius: 20px;
}
.banner-slider .content-box .sub-title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    margin-bottom: 20px;
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.banner-slider .content-box .sub-title:before {
    content: "";
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    height: 8px;
    background-color: rgba(255, 255, 255, 0.253);
    z-index: -1;
}
.banner-slider .active .content-box .sub-title {
    opacity: 1;
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.banner-slider .content-box h2 {
    position: relative;
    display: block;
    font-size: 2vw;
    line-height: 1.2;
    text-align: left;
    text-transform: capitalize;
    font-weight: 700;
    color: #222424;
    margin-bottom: 20px;
}
.banner-slider .content-box h3 {
    display: block;
    font-size: 45px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}
.banner-slider .content-box h2 span {
    position: relative;
    display: block;
    color: var(--primary-color);
}
.banner-slider .content-box .lower-box {
    position: relative;
    display: block;
}
.banner-slider .content-box .lower-box .text {
    position: relative;
    display: block;
    text-align: left;
    font-size: 1vw;
    line-height: 1.5vw;
    font-weight: 600;
    color: #222424;
    opacity: 0.8;
    margin-bottom: 0px;
}
.banner-slider .content-box .wrapper {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;
}
.banner-slider .content-box .wrapper .video-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 35px;
}
.banner-slider .content-box .wrapper .video-box a {
    color: #fff;
}
.banner-slider .content-box .wrapper .video-box .video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 15px;
    color: var(--primary-color);
    background-color: #fff;
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.banner-slider .content-box .wrapper .video-box .video-icon:before {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border: 4px solid #ffffff33;
    border-radius: 50%;
}
.banner-slider .content-box .wrapper .video-box .video-icon .ripple, 
.banner-slider .content-box .wrapper .video-box .video-icon .ripple:before, 
.banner-slider .content-box .wrapper .video-box .video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 #ffffff99;
    -o-box-shadow: 0 0 0 0 #ffffff99;
    -webkit-box-shadow: 0 0 0 0 #ffffff99;
    box-shadow: 0 0 0 0 #ffffff99;
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}
.banner-slider .content-box .wrapper .video-box .video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}
.banner-slider .content-box .wrapper .video-box .video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}
@keyframes ripple {
    70% {
        box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
    }
}



.banner-slider .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    max-width: 145px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    padding: 16px 0;
    margin: 0 auto !important;
    height: 0;
    line-height: 0;
    /* background-color: #cbcbcb4a; */
    border-radius: 16px;
}
.banner-slider .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #fff;
    margin: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-slider .owl-dots .owl-dot:hover span, 
.banner-slider .owl-dots .owl-dot.active span {
    background-color: #fff;
    border-color: #fff;
}

.banner-slider .owl-nav button {
    color: var(--primary-color) !important;
    width: 40px;
    height: 40px;
    background-color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.banner-slider .owl-nav button:hover {
    background-color: #10706d !important;
    color: #fff !important;
}

.banner-slider .owl-nav .owl-prev {
    left: 50px;
}
.banner-slider .owl-nav .owl-next {
    right: 50px;
}


/* services-section */
.services-section {
    padding: 100px 0;
    position: relative;
    z-index: 2;
}
.services-section .bg-shape {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
}
.services-section .line-shape {
    position: absolute;
    left: 75%;
    bottom: -70px;
    transform: translateX(-50%);
}

.services-section .img-box {
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}
.services-section .img-box:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.services-section .img-box:hover:after {
    height: 250%;
    transition: all 500ms linear;
    background-color: transparent;
}
.services-section .img-box img {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.services-section .img-box:hover img {
    transform: scale(1.1);
}
.services-section .content {
    padding: 50px 0;
}
.services-section .content h3 {
    color: var(--primary-color);
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-top: 20px;
}

.services-section .content p {
    color: #222424;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
    opacity: 0.8;
}




/* solutions-section */
.solutions-section {
    padding-bottom: 100px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.solutions-section .line {
    position: absolute;
    opacity: 0.5;
}
.solutions-section .right-shape {
    right: 40px;
    top: 150px;
    z-index: 0;
}
.solutions-section .left-shape {
    left: 40px;
    top: 150px;
    z-index: 0;
    transform: scaleX(-1);
}
.solutions-section .row-2 {
    margin-top: 80px;
}
.solutions-section .row-4 {
    margin-bottom: 80px;
}
.solutions-section .item h2 {
    color: var(--primary-color);
    text-align: center;
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 10px;
}
.solutions-section .item p {
    color: #222424;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    opacity: 0.8;
}

.solutions-section .center-img {
    position: relative;
}

.solutions-section .center-img .line {
    position: absolute;
    z-index: -1;
}
.solutions-section .center-img .line-top {
    top: -80px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.solutions-section .center-img .line-bottom {
    bottom: -50px;
    left: 50%;
    transform: scaleY(-1) translate(-50%, -50%);
}

.solutions-section .center-img .icon {
    position: absolute;
    z-index: 2;
    width: 60px;
    height: 60px;
    padding: 10px;
    border: 1px solid #ccc;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 50%;
}

.solutions-section .center-img .icon-1 {
    top: 0px;
    left: 50%;
}
.solutions-section .center-img .icon-2 {
    top: 110px;
    left: 90%;
}
.solutions-section .center-img .icon-3 {
    bottom: 70px;
    left: 90%;
}
.solutions-section .center-img .icon-4 {
    bottom: -60px;
    left: 50%;
}
.solutions-section .center-img .icon-5 {
    bottom: 70px;
    left: 10%;
}
.solutions-section .center-img .icon-6 {
    top: 110px;
    left: 10%;
}

/* feature-section */
.feature-section {
    padding: 0 0 100px 0;
    position: relative;
    z-index: 2;
}
.feature-section .shape {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
    width: 25%;
    transform: translateY(-50%);
}
.feature-section .item {
    position: relative;
    display: block;
    background-color: #fff;
    box-shadow: 0 0 60px 0 #00000014;
    border-radius: 20px;
    padding: 40px 30px 36px;
    margin-bottom: 30px;
    z-index: 1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.feature-section .item:hover {
    background-color: var(--primary-color);
    transform: translateY(-10px);
}
.feature-section .item .hover-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    background-position: center bottom;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: -1;
}
.feature-section .item:hover .hover-bg {
    transform: scaleY(1.0);
}
.feature-section .item .hover-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(211deg, #1e9b97e3 0%, rgb(13 28 51 / 98%) 100%, rgb(14 37 72 / 82%) 100%);
    mix-blend-mode: multiply;
    border-radius: 10px;
    z-index: -1;
}
.feature-section .item .icon {
    position: relative;
    width: 60px;
    margin: auto;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    filter: invert(46%) sepia(99%) saturate(343%) hue-rotate(129deg) brightness(90%) contrast(91%);
}
.feature-section .item:hover .icon {
    filter: invert(1) brightness(10);
}
.feature-section .item .icon span {
    position: relative;
    display: inline-block;
    font-size: 60px;
    color: var(--primary-color);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.feature-section .item h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-top: 15px;
    margin-bottom: 11px;
    text-align: center;
    color: var(--black);
    opacity: 0.8;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.feature-section .item:hover h3 {
    color: #fff;
    opacity: 1;
}




/* how-works-section */
.how-works-section {
    padding: 50px 0 100px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.how-works-section .shape {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: -1;
    width: 25%;
    transform: scaleX(-1) translate(0%, -50%);
}

.how-works-section .circle-wrap {
    position: relative;
}
.how-works-section .circle-wrap .nav-tabs {
    border-bottom: none;
}

.how-works-section .circle-wrap .nav-tabs .nav-item {
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.how-works-section .circle-wrap .nav-tabs .nav-item:nth-child(1) {
    left: 50%;
    top: 10px;
}
.how-works-section .circle-wrap .nav-tabs .nav-item:nth-child(2) {
    right: -20px;
    top: 30%;
}
.how-works-section .circle-wrap .nav-tabs .nav-item:nth-child(3) {
    bottom: 20px;
    right: 30px;
}
.how-works-section .circle-wrap .nav-tabs .nav-item:nth-child(4) {
    bottom: 20px;
    left: 70px;
}
.how-works-section .circle-wrap .nav-tabs .nav-item:nth-child(5) {
    left: 30px;
    top: 30%;
}
.how-works-section .circle-wrap .nav-tabs .nav-item button {
    background-color: #fff;
    color: var(--primary-color);
    border: none;
    width: 50px;
    height: 50px;
    font-size: 19px;
    font-weight: 600;
    border-radius: 50%;
    box-shadow: 0 0 20px 1px #00000021;
    outline-offset: -10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.how-works-section .circle-wrap .nav-tabs .nav-item button.active,
.how-works-section .circle-wrap .nav-tabs .nav-item button:hover {
    background-color: var(--primary-color);
    color: #fff;
    outline: 1px solid var(--primary-color);
    outline-offset: 5px;
}

.how-works-section .circle-wrap .tab-content {
    background-color: #fff;
    width: 100%;
    min-height: 420px;
    padding: 0px;
    border-radius: 50%;
    border: 20px solid #e8f5f4;
}
.how-works-section .circle-wrap .tab-content .tab-pane {
    text-align: center;
    position: absolute;
    width: 90%;
    min-height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.how-works-section .content-box {
    padding-left: 50px;
}
.how-works-section .content-box .tab-content .text .icon {
    width: 80px;
    height: 80px;
    padding: 12px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid #e8f5f4;
    background: var(--primary-color);

}

.how-works-section .content-box .tab-content .text .icon img {
    filter: invert(1);
}
.how-works-section .content-box .tab-content .text h3 {
    font-size: 30px;
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 10px;
}


.how-works-section .item {
    display: flex;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 20px 60px 0 #00000014;
    padding: 30px;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}
.how-works-section .item .number {
    position: absolute;
    opacity: 0.15;
}
.how-works-section .item .number.left {
    left: -20px;
    top: -40px;
}
.how-works-section .item .number.right {
    right: -20px;
    top: -40px;
}
.how-works-section .item .number h2 {
    font-size: 80px;
    color: #49ADAA;
    font-weight: 700;
    margin-bottom: 0;
}
.how-works-section .item .img-box {
    flex: 0 0 auto;
}
.how-works-section .item .content {
    margin-left: 30px;
}

.how-works-section .item .content h3 {
    color: var(--primary-color);
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}
.how-works-section .item .content p {
    color: #222424;
    font-size: 16px;
    font-weight: 400;
    opacity: 0.8;
    margin-bottom: 0;
}



/* Extra styles for the cancel button */
.cancelbtn {
    padding: 14px 20px;
    background-color: #f44336;
}

/* Float cancel and signup buttons and add an equal width */
.cancelbtn,.signupbtn {float:left;width:50%}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
    backdrop-filter: blur(8px);
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 40%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
    position: absolute;
    right: 35px;
    top: 15px;
    color: #000;
    font-size: 40px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: var(--primary-color);
    cursor: pointer;
}

/* Clear floats */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/* Change styles for cancel button and signup button on extra small screens */
@media screen and (max-width: 300px) {
    .cancelbtn, .signupbtn {
       width: 100%;
    }
}









/* .product-page-section */
.product-page-section {
    padding: 100px 0;
}
.product-page-section .sidebar {
    position: sticky;
    top: 120px;
}
.product-page-section .sidebar .products-list {
    padding: 40px;
    background-color: #dbedec;
    border-radius: 20px;
}
.product-page-section .sidebar .products-list h2 {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 10px;
}
.product-page-section .sidebar .products-list ul li {
    margin-bottom: 8px;
}
.product-page-section .sidebar .products-list ul li a {
    padding: 12px 20px;
    margin-bottom: 0;
    border-radius: 10px;
    color: #000;
    display: block;
    background-color: #fff;
    font-weight: 500;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.product-page-section .sidebar .products-list ul li a.active, 
.product-page-section .sidebar .products-list ul li a:hover {
    background-color: var(--primary-color);
    color: #fff;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.product-page-section .sidebar .products-list ul li a:hover {
    padding-left: 30px;
}

.product-page-section .sidebar .products-list ul li a::after {
    content: "\e91c";
    font-family: 'icomoon';
    font-size: 20px;
    color: #000;
    float: right;
    margin-top: -2px;
}
.product-page-section .sidebar .products-list ul li a.active::after,
.product-page-section .sidebar .products-list ul li a:hover::after {
    color: #fff;
}


.product-page-section .product-content .product-img {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

.product-page-section .product-content h2 {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 35px;
}

.product-page-section .product-content h4 {
    color: var(--primary-color);
    font-size: 26px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
}

.product-page-section .product-content .points li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}
.product-page-section .product-content .points li::before {
    content: "\f00c";
    font-family: FontAwesome;
    width: 18px;
    height: 18px;
    display: flex;
    border-radius: 50px;
    font-size: 12px;
    color: #fff;
    background-color: var(--primary-color);
    position: absolute;
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
}
.product-page-section .product-content .points li span {
    color: var(--primary-color);
    font-weight: 600;
}



.product-single-section {
    padding: 40px 0 100px 0;
}
.product-single-section .swiper-button-next, 
.product-single-section .swiper-button-prev {
    color: var(--black);
    width: 40px;
    height: 40px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.product-single-section .swiper-button-next:hover, 
.product-single-section .swiper-button-prev:hover {
    background-color: var(--primary-color);
    color: #fff;
}
.product-single-section .swiper-button-next:after, 
.product-single-section .swiper-button-prev:after {
    font-size: 20px;
}

.product-single-section .slider-thumbnail {
    margin-top: 20px;
}
.product-single-section .product-slider .swiper-slide,
.product-single-section .slider-thumbnail .swiper-slide {
    overflow: hidden;
    border-radius: 10px;
}
.product-single-section .slider-thumbnail .swiper-slide img {
    opacity: 0.3;
}
.product-single-section .slider-thumbnail .swiper-slide-thumb-active img {
    opacity: 1;
}

.product-single-section .details h2 {
    font-size: 35px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}

.product-single-section .details h4 {
    font-size: 26px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 30px;
}

.product-single-section .details .points li {
    margin-bottom: 12px;
    font-size: 16px;
    color: #414651;
    font-weight: 400;
    text-align: left;
    padding-left: 30px;
    position: relative;
}
.product-single-section .details .points li::before {
    content: "\f00c";
    font-family: FontAwesome;
    margin-right: 12px;
    color: var(--primary-color);
    position: absolute;
    left: 0;
}
.product-single-section .details .points li span {
    font-weight: 600;
}
.product-single-section .details .quote-btn {
    margin-top: 40px;
}
.product-single-section .details .quote-btn button {
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: var(--primary-color);
    text-align: center;
    border-radius: 6px;
    width: 100%;
    border: none;
}



.product-popup-form .sec-title {
    text-align: left;
}
.product-popup-form .sec-title h2 {
    position: relative;
    display: inline-block;
    text-align: left;
}
.product-popup-form .sec-title h2::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--primary-color);
}
.product-popup-form .form-box {
    padding: 60px;
}
.product-popup-form .form-box .form-group h4 {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}
.product-popup-form .form-box fieldset {
    margin-bottom: 20px;
}
.product-popup-form .form-box label {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}
.product-popup-form .form-box .checkbox-group label {
    color: #5e5e5e;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
}
.product-popup-form .form-box fieldset .checkbox {
    vertical-align: middle;
    float: right;
    margin-top: 5px;
}
.product-popup-form .form-box .checkbox-group fieldset {
    border: 1px solid #D0D5DD;
    padding: 16px 20px;
    border-radius: 10px;
}


.product-popup-form .form-box input[type="text"], 
.product-popup-form .form-box input[type="email"], 
.product-popup-form .form-box select, 
.product-popup-form .form-box textarea {
    width: 100%;
    border: none;
    padding: 16px 20px;
    border-radius: 10px;
    outline: none;
    font-size: 14px;
    color: #414651;
    display: block;
    font-weight: 400;
    background-color: transparent;
    border: 1px solid #D0D5DD;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.product-popup-form .form-box textarea {
    height: 100px;
}
.product-popup-form .form-box button {
    border: none;
    text-align: center;
    margin: auto;
    display: block;
    padding: 10px 90px;
}




/* product-details-section */
.product-details-section {
    padding: 0 0 100px 0px;
}

.product-details-section .nav-tabs {
    border-bottom: none;
}
.product-details-section .nav-tabs li {
    margin-right: 20px;
}
.product-details-section .nav-tabs li button {
    border: 1px solid var(--primary-color);
    border-radius: 6px;
    padding: 10px 25px;
    background-color: #eef1f1;
    color: #343434;
    font-size: 20px;
    font-weight: 500;
    box-shadow: 0 4px 4px 0 #00000014;
}
.product-details-section .nav-tabs li button.active,
.product-details-section .nav-tabs li button:hover {
    color: #fff;
    background-color: var(--primary-color);
    box-shadow: 0 5px 20px 0 #0000001f;
    border-color: var(--primary-color);
}

.product-details-section .tab-content {
    padding-top: 40px;
}


.product-details-section .content h4 {
    font-size: 26px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 20px;
}

.product-details-section .content .points li {
    margin-bottom: 12px;
    font-size: 16px;
    color: #414651;
    font-weight: 400;
    position: relative;
    padding-left: 30px;
}
.product-details-section .content .points li::before {
    content: "\f00c";
    font-family: FontAwesome;
    margin-right: 12px;
    color: var(--primary-color);
    position: absolute;
    left: 0;
}
.product-details-section .content .points li span {
    font-weight: 600;
}


.product-details-section .content .table>thead {
    background-color: var(--primary-color);
}
.product-details-section .content .table>thead tr th {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    vertical-align: middle;
    padding: 12px 20px;
}
.product-details-section .content .table>thead tr th,
.product-details-section .content .table>tbody tr td {
    border: 5px solid #fff;
}
.product-details-section .content .table>tbody {
    border-right: 5px solid #eee;
    border-top: none !important;
}
.product-details-section .content .table>tbody tr td {
    padding: 8px 16px;
}

.product-details-section .img-box {
    overflow: hidden;
    border-radius: 10px;
}






.products-bottom-slider {
    padding: 0px 0 100px 0;
}
.products-bottom-slider .item .img-box {
    border-radius: 10px;
    overflow: hidden;
}
.products-bottom-slider .item h4 {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 15px;
}
.products-bottom-slider .swiper-button-next, 
.products-bottom-slider .swiper-button-prev {
    color: var(--black);
    width: 40px;
    height: 40px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.products-bottom-slider .swiper-button-next:hover, 
.products-bottom-slider .swiper-button-prev:hover {
    background-color: var(--primary-color);
    color: #fff;
}
.products-bottom-slider .swiper-button-next:after, 
.products-bottom-slider .swiper-button-prev:after {
    font-size: 20px;
}











/* //////////////////////// */








/* clients-page-section */


.clients-page-section {
    padding: 100px 0px;
}

.clients-page-section .nav-tabs {
    border-bottom: none;
}
.clients-page-section .nav-tabs li {
    margin-right: 20px;
}
.clients-page-section .nav-tabs li button {
    border: 1px solid var(--primary-color);
    border-radius: 6px;
    padding: 10px 25px;
    background-color: #eef1f1;
    color: #343434;
    font-size: 20px;
    font-weight: 500;
    box-shadow: 0 4px 4px 0 #00000014;
}
.clients-page-section .nav-tabs li button.active,
.clients-page-section .nav-tabs li button:hover {
    color: #fff;
    background-color: var(--primary-color);
    box-shadow: 0 5px 20px 0 #0000001f;
    border-color: var(--primary-color);
}

.clients-page-section .tab-content {
    padding-top: 40px;
}

.clients-page-section .item {
    border: 1px solid #00000017;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px 20px;
    background-color: #fff;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.clients-page-section .item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 20px 0px #1e9b975e;
}



/* breadcrum-section */
.breadcrum-section {
    background-color: #f7f7f7;
    padding: 30px 0;
}
.breadcrum-section .breadcrum-list {
    margin-bottom: 30px;
}
.breadcrum-section .breadcrum-list li {
    display: inline-block;
    color: #767676;
}
.breadcrum-section .breadcrum-list li::after {
    content: "\f105";
    font-family: FontAwesome;
    margin: 0 10px;
    font-size: 15px;
}
.breadcrum-section .breadcrum-list li:last-child::after {
    content: "";
}
.breadcrum-section .breadcrum-list li i {
    margin-right: 10px;
    color: #767676;
}
.breadcrum-section .breadcrum-list li.active {
    color: var(--primary-color);
}

.breadcrum-section .inner h2 {
    color: var(--black);
    font-size: 35px;
    font-weight: 700;
}
#backButton {
    background-color: transparent;
    color: var(--black);
    border: none;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    opacity: 0.6;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
#backButton:hover {
    opacity: 1;
    color: var(--primary-color);
}





/* cp-section */
.cp-section {
    padding: 100px 0;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.cp-section .shape {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: -1;
    width: 25%;
    transform: scaleX(-1) translate(0%, -50%);
}
.cp-section .line-shape {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.cp-section .content {
    padding-left: 20px;
}
/* .cp-section .content p {
    color: #222424;
    text-align: left;
    font-weight: 500;
    margin-top: 20px;
    opacity: 0.8;
} */
.cp-section .img-box {
    overflow: hidden;
    border-radius: 20px;
}
.cp-section .img-box img {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.cp-section .img-box:hover img {
    transform: scale(1.1);
}

.cp-section .row-2 {
    padding: 50px;
    background-color: #e8f5f4;
    border-radius: 15px;
    margin-top: 60px;
}







/* mission-vision-section */
.mission-vision-section {
    padding: 0px 0 80px;
    position: relative;
    z-index: 2;
}
.mission-vision-section .sec-title {
    text-align: left;
    position: sticky;
    top: 120px;
}
.mission-vision-section .shape {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: -1;
    width: 25%;
    transform: scaleX(-1) translate(0%, -50%);
}
.mission-vision-section .item {
    display: flex;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 20px 60px 0 #00000014;
    padding: 30px;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    transition: all .4s ease-in-out;
    overflow: hidden;
}
.mission-vision-section .item:hover {
    transform: translateY(-10px);
}
.mission-vision-section .item:after {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    left: 0;
    top: 0;
    background: var(--primary-color);
    transition: all .4s ease-in-out;
    z-index: -1;
}
.mission-vision-section .item:hover:after {
    height: 100%;
    bottom: 0;
    top: auto;
    transition: all .4s ease-in-out;
}
.mission-vision-section .item .img-box {
    width: 80px;
    flex: 0 0 auto;
}
.mission-vision-section .item .img-box img {
    transition: all .4s ease-in-out;
}
.mission-vision-section .item:hover .img-box img {
    filter: invert(1);
}
.mission-vision-section .item .content {
    margin-left: 20px;
}

.mission-vision-section .item .content h3 {
    color: var(--primary-color);
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 5px;
    transition: all .4s ease-in-out;
}
.mission-vision-section .item .content p {
    color: #222424;
    font-weight: 400;
    opacity: 0.8;
    margin-bottom: 0;
    transition: all .4s ease-in-out;
}
.mission-vision-section .item:hover .content h3,
.mission-vision-section .item:hover .content p {
    color: #fff;
}






/* values-section */
.values-section {
    padding: 0 0 100px 0;
    position: relative;
    z-index: 2;
}
.values-section .shape {
    position: absolute;
    left: 0;
    top: 45%;
    z-index: -1;
    width: 25%;
    transform: translateY(-50%);
}
.values-section .item {
    position: relative;
    display: block;
    background-color: #fff;
    box-shadow: 0 0 60px 0 #00000014;
    border-radius: 15px;
    padding: 30px 30px 20px;
    margin-bottom: 25px;
    z-index: 1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    min-height: 340px;
}
.values-section .item:hover {
    background-color: var(--primary-color);
    transform: translateY(-10px);
}
.values-section .item .hover-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    background-position: center bottom;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: -1;
}
.values-section .item:hover .hover-bg {
    transform: scaleY(1.0);
}
.values-section .item .hover-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(211deg, #1e9b97e3 0%, rgb(13 28 51 / 98%) 100%, rgb(14 37 72 / 82%) 100%);
    mix-blend-mode: multiply;
    border-radius: 10px;
    z-index: -1;
}
.values-section .item .icon {
    position: relative;
    width: 90px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    filter: invert(46%) sepia(99%) saturate(343%) hue-rotate(129deg) brightness(90%) contrast(91%);
}
.values-section .item:hover .icon {
    filter: invert(1) brightness(10);
}
.values-section .item .icon span {
    position: relative;
    display: inline-block;
    font-size: 60px;
    color: var(--primary-color);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.values-section .item h3 {
    font-size: 25px;
    font-weight: 700;
    line-height: 22px;
    margin-top: 25px;
    margin-bottom: 15px;
    text-transform: capitalize;
    text-align: left;
    color: var(--black);
    opacity: 0.8;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.values-section .item p {
    text-align: left;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.values-section .item:hover h3,
.values-section .item:hover p {
    color: #fff;
    opacity: 1;
}





/* infra-section */
.infra-section {
    padding: 100px 0;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.infra-section .shape {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: -1;
    width: 25%;
    transform: scaleX(-1) translate(0%, -50%);
}
.infra-section .line-shape {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.infra-section .content {
    padding-left: 0px;
}
.infra-section .content .points li {
    color: #414651;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    display: flex;
}
.infra-section .content .points li::before {
    content: "\f058";
    font-family: FontAwesome;
    font-size: 16px;
    color: var(--primary-color);
    margin-right: 10px;
}
.infra-section .img-box {
    overflow: hidden;
    border-radius: 10px;
}
.infra-section .img-box img {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.infra-section .img-box:hover img {
    transform: scale(1.1);
}
.infra-section .row-2 {
    margin-top: 60px;
}

.infra-section .bottom-content {
    padding: 50px;
    background-color: #e8f5f4;
    border-radius: 15px;
    margin-top: 60px;
}












/* .product-page-section */
.product-page-section {
    padding: 40px 0 100px 0;
}
.product-page-section .content {
    margin-bottom: 30px;
}
.product-page-section .item {
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    margin-bottom: 30px;
}
.product-page-section .item .img-box {
    overflow: hidden;
    border-radius: 6px;
}
.product-page-section .item .content {
    padding: 30px;
}
.product-page-section .item .content h3 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
}
.product-page-section .item-2 .content h3 {
    font-size: 19px;
}
.product-page-section .item .content p {
    font-size: 16px;
}
.product-page-section .item .content .btn-box {
    margin-top: 30px;
    display: block;
}
.product-page-section .item .content .btn-box a {
    background-color: #eef1f1;
    padding: 10px 25px;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid var(--primary-color);
    font-weight: 500;
    box-shadow: 0 4px 4px 0 #00000014;
}
.product-page-section .item .content .btn-box a:hover {
    background-color: var(--primary-color);
    color: #fff;
}










/* faq-section */
.faq-section  {
    padding: 100px 0;
    background-color: var(--third-color);
}
.faq-section .list {
    margin-top: 50px;
}
.faq-section .list .item {
    margin-bottom: 30px;
    padding-bottom: 20px;
    /* border-bottom: 1px solid var(--third-color); */
}
.faq-section .list .item:last-child {
    border-bottom: none;
}
.faq-section .list .item h3 {
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
}
.faq-section .list .item h3::before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    font-size: 11px;
    background: #fff;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.faq-section .accordion-box .accordion-item {
    padding: 0;
    border: none;
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
}
.faq-section .accordion-box .accordion-item h2 {
    border: none;
}
.faq-section .accordion-box .accordion-item .accordion-button {
    position: relative;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    padding: 15px 20px;
    background: no-repeat;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    background-color: #fff;
    font-weight: 600;
    border: 1px solid #d0e5e4;
    box-shadow: none;
    border-radius: 5px;
}
.faq-section .accordion-box .accordion-item .accordion-button:not(.collapsed) {
    background: var(--primary-color);
    color: #000;
    /* border-bottom: 1px solid #ffffff33; */
    color: #fff;
}
.faq-section .accordion-box .accordion-item .accordion-button::after {
    content: "\f068";
    font-family: 'FontAwesome';
    color: #000;
    background: #fff;
    border-radius: 0px;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-image: none;
}
.faq-section .accordion-box .accordion-item .accordion-button.collapsed::after {
    content: "\f067";
}
.faq-section .accordion-box .accordion-item .accordion-body {
    background: #e1efee;
    padding: 20px;
    border-radius: 5px;
}
.faq-section .accordion-box .accordion-item .accordion-body p {
    /* color: #fff; */
}
.faq-section .accordion-box .accordion-item .accordion-button:not(.collapsed)::after {
    transform: none;
}




.information-section {
    padding: 60px 0;
}
.information-section .content h3 {
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 30px;
    color: var(--primary-color);
}

.information-section .content .points li {
    margin-bottom: 12px;
    font-size: 16px;
    color: #414651;
    font-weight: 400;
    position: relative;
    padding-left: 30px;
}
.information-section .content .points li::before {
    content: "\f00c";
    font-family: FontAwesome;
    margin-right: 12px;
    color: var(--primary-color);
    position: absolute;
    left: 0;
}








.contact-info-section {
    padding-bottom: 100px;
}

.contact-info-section .box h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}
.contact-info-section .box .btn-box {
    text-align: center;
}
.contact-info-section .box .btn-box .theme-btn {
    padding: 14px 40px;
    width: 350px;
    border: none;
}
.contact-info-section .box .btn-box .theme-btn:hover {
    background-color: #0b6e6b;
    color: #fff;
}
.contact-info-section .box .btn-box .theme-btn i {
    margin-left: 10px;
}


/* contact-section */
.contact-section {
    position: relative;
    display: block;
    padding: 80px 0;
}
.contact-section .sec-title {
    margin-bottom: 30px;
}
.contact-section .img-box {
    border-radius: 20px;
    overflow: hidden;
    margin-right: 40px;
}

.contact-section .form-box {
    padding: 0px;
}
.contact-section .form-box .form-group h4 {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}
.contact-section .form-box fieldset {
    margin-bottom: 20px;
}
.contact-section .form-box label {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}
.contact-section .form-box .checkbox-group label {
    color: #5e5e5e;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
}
.contact-section .form-box fieldset .checkbox {
    vertical-align: middle;
    float: right;
    margin-top: 5px;
}
.contact-section .form-box .checkbox-group fieldset {
    border: 1px solid #D0D5DD;
    padding: 16px 20px;
    border-radius: 10px;
}


.contact-section .form-box input[type="text"], 
.contact-section .form-box input[type="email"], 
.contact-section .form-box select, 
.contact-section .form-box textarea {
    width: 100%;
    border: none;
    padding: 16px 20px;
    border-radius: 10px;
    outline: none;
    font-size: 14px;
    color: #414651;
    display: block;
    font-weight: 400;
    background-color: transparent;
    border: 1px solid #D0D5DD;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.contact-section .form-box textarea {
    height: 100px;
}
.contact-section .form-box button {
    border: none;
    text-align: center;
    display: block;
    padding: 15px 90px;
}

.contact-section .item {
    padding: 40px;
    background-color: #e5f5f4;
    border-radius: 20px;
    min-height: 250px;
}
.contact-section .item .icon {
    font-size: 40px;
    color: var(--primary-color);
}
.contact-section .item .content h3 {
    font-size: 25px;
    font-weight: 500;
    color: var(--black);
    margin-bottom: 10px;
}
.contact-section .item .content p {
    margin-bottom: 0;
}
.contact-section .item .content p a {
    color: #414651;
}
.contact-section .item .content p a:hover {
    color: var(--black);
}

.contact-section .contact-info {
    padding: 60px;
    background-color: #e5f5f4;
    border-radius: 20px;
}
.contact-section .contact-info ul {
    padding: 0;
}

.contact-section .contact-info ul li {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.contact-section .contact-info ul li > h3 {
    font-size: 20px;
}
.contact-section .contact-info ul li .content {
    position: relative;
    display: flex;
    margin-left: 0px;
    gap: 10px;
}
.contact-section .contact-info ul li .content h3 {
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
    line-height: 26px;
    margin-bottom: 0;
}
.contact-section .contact-info ul li .content p {
    font-size: 16px;
    margin-bottom: 0;
}

.contact-section .contact-info ul li .icon {
    position: relative;
    display: inline-block;
}
.contact-section .contact-info ul li .icon span {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: var(--primary-color);
}


.contact-section .contact-info ul li p {
    display: -ms-grid;
    display: grid;
    text-align: left;
    font-size: 16px;
    color: var(--black);
    font-weight: 400;
}

.contact-section .contact-info ul li a {
    color: var(--black);
    font-size: 16px;
    font-weight: 400;
}

.contact-section .contact-info ul li a.email {
    margin-top: 10px;
}





/* -----------------
Footer Section
--------------------*/
footer {
    position: relative;
    display: block;
    /* background-color: #49adaa; */
    background: linear-gradient(0deg, #238f8b 0%, #197270 80%);
    overflow: hidden;
    z-index: 1;
}
footer .shape-1 {
    position: absolute;
    left: -80px;
    top: -60%;
    width: 20%;
}
footer .shape-2 {
    position: absolute;
    right: -80px;
    top: 0%;
    width: 20%;
    transform: scaleX(-1);
}

footer .footer-content {
    padding: 80px 0;
}

footer .widget h2 {
    color: #ffffff;
    font-size: 23px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 20px;
    margin-right: 15px;
    padding-bottom: 0px;
    position: relative;
}


footer .widget p {
    color: #e3e3e3;
    margin: 0;
}
footer .widget-about .logo-box {
    width: 220px;
    margin-bottom: 30px;
}
footer .widget-about p {
    text-align: justify;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}

footer .widget-links,
footer .widget-contact {
    position: relative;
    display: block;
    margin-left: 55px;
    margin-top: 40px;
}
/* footer .widget-links:before {
    content: "";
    position: absolute;
    top: -8px;
    left: -60px;
    bottom: -89px;
    width: 1px;
    background-color: #0d121e1a;
} */
/* footer .widget-contact:before {
    content: "";
    position: absolute;
    top: -8px;
    left: -60px;
    bottom: -75px;
    width: 1px;
    background-color: #0d121e1a;
} */

footer .widget-links .nav-links ul {
    padding: 0;
    list-style-type: none;
}

footer .widget-links .nav-links ul li {
    margin-bottom: 0;
}

footer .widget-links .nav-links ul li a {
    color: #fff;
    font-size: 16px;
    padding: 10px 0;
    border-bottom: 1px solid #ffffff52;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

footer .widget-links .nav-links ul li a:before {
    content: "\f105";
    font-family: "FontAwesome";
    padding-right: 10px;
    color: #fff;
    font-size: 12px;
}

/* footer .widget-links .nav-links ul li a:hover {
    color: var(--primary-color);
    background-color: transparent;
} */

footer .widget-contact .contact-info ul {
    padding: 0;
}

footer .widget-contact .contact-info ul li {
    position: relative;
    display: flex;
    margin-bottom: 15px;
}

footer .widget-contact .contact-info ul li .content h3 {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 26px;
    margin-bottom: 0;
}
footer .widget-contact .contact-info ul li .content p {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}

footer .widget-contact .contact-info ul li .icon {
    position: relative;
    display: inline-block;
}
footer .widget-contact .contact-info ul li .icon span {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    margin-top: 4px;
}

footer .widget-contact .contact-info ul li .content {
    position: relative;
    display: block;
    margin-left: 12px;
}

footer .widget-contact .contact-info ul li p {
    display: -ms-grid;
    display: grid;
    text-align: left;
    font-size: 16px;
    color: var(--black);
    font-weight: 300;
}

footer .widget-contact .contact-info ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

footer .widget-contact .contact-info ul li a.email {
    margin-top: 10px;
}

/* footer .widget-contact .contact-info h4 {
  font-size: 15px;
  color: #fff;
  margin-bottom: 20px;
} */

/* ----------------------
Footer Bottom Section
------------------------*/
.footer-bottom {
    padding: 36px 0;
    border-top: 1px solid #ffffff52;
}

.footer-bottom p,
.footer-bottom p a {
    margin: 0;
    color: #fff;
    text-align: center;
}

.footer-bottom .copyrights {

}


.social-icons {
    margin-top: 20px;
    margin-bottom: 0px;
}

.social-icons li {
    display: inline-block;
    margin: 0 5px;
}

.social-icons li a {
    width: 35px;
    height: 35px;
    display: block;
    background-color: #fff;
    border: 1px solid #fff;
    color: var(--primary-color);
    border-radius: 50px;
    text-align: center;
    line-height: 34px;
    -webkit-transition: 600ms ease all;
    -o-transition: 600ms ease all;
    transition: 600ms ease all;
}
.social-icons li a:hover {
    background-color: var(--primary-color);
    color: #fff;
    border: 1px solid #ffffff48;
}


/* ----------------------
Go To Top
------------------------*/
.scroll-top {
    width: 45px;
    height: 45px;
    line-height: 40px;
    border: none;
    position: fixed;
    bottom: 45px;
    right: 50px;
    font-size: 22px;
    border-radius: 20px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    color: var(--primary-color);
    text-align: center;
    cursor: pointer;
    background: #fff;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    box-shadow: 0 0 12px 0 #0000002b;
}


.scroll-top:hover {
    background: #16726f;
    color: #fff;
}

.scroll-top.show {
    bottom: 45px;
    opacity: 1;
    visibility: visible;
}

.scroll-top i {
    display: inline-block;
}




.whatsapp-chat-icon {
    border: none;
    position: fixed;
    bottom: 105px;
    right: 50px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.whatsapp-chat-icon.show {
    bottom: 105px;
    opacity: 1;
    visibility: visible;
}






.captcha-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.captcha-img img {
    width: 200px;
}

#captcha_reload i {
    color: #000000;
    font-size: 22px;
    line-height: 40px;
    padding-left: 10px;
}

#captcha-field {
    margin: 0;
}

#captcha-error {
    text-align: center;
}

#captcha-error p {
    margin: 0;
}

#captcha_reload i {
    color: #000;
    font-size: 20px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#captcha-field {
    margin-top: 0px;
}

#captcha_image {
    width: 80%;
    height: 100%;
    margin: 0 0px 0 0;
    text-align: center;
}

#success_message {
    text-align: center;
    background-color: #fff;
    padding: 30px;
    margin-top: 0px;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#success_message h3 {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

#success_message .icon {
    font-size: 100px;
    color: var(--primary-color);
    margin-bottom: 20px;
}
#success_message h2 {
    color: #000;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}
#success_message p {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
#success_message h3 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 20px;
}
#success_message .btn-wrap {
    display: flex;
    justify-content: center;
    gap: 20px;
} 
#success_message .btn-wrap .theme-btn {
    padding: 14px 40px;
}
#success_message .btn-wrap .theme-btn i {
    margin-left: 20px;
}
#success_message .btn-wrap .theme-btn-two {
    background-color: #fff;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}
#success_message .btn-wrap .theme-btn-two i {
    font-size: 20px;
}



.help-block.error,
#file-error p {
    color: #f00 !important;
    font-size: 14px !important;
}

#employment_type-error {
    position: absolute;
    top: 100%;
}

#error_message {
    text-align: center;
    background-color: #f2d5d5;
    padding: 5px 10px;
    border: 1px solid #9d0404;
    margin-top: 20px;
}

#error_message h3 {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

@media only screen and (min-width: 1320px) {
    .container {
        max-width: 1320px;
    }
}

@media only screen and (max-width: 1399px) {
    .banner-slider .slide-content .content .sub-heading h4 {
        font-size: 16px;
    }
    .banner-slider .slide-content .content .heading h2 {
        font-size: 45px;
        margin-bottom: 15px;
    }
    .banner-slider .slide-content .content .sub-heading-2 h5 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 1366px) {
    .hero-section {
        padding: 100px 0 160px;
    }
    .services-section .line-shape {
        left: 80%;
    }
    .solutions-section .left-shape {
        left: -230px;
        top: 200px;
    }
    .solutions-section .right-shape {
        right: -230px;
        top: 200px;
    }
    .how-works-section .circle-wrap .tab-content {
        min-height: 360px;
    }
    .how-works-section .circle-wrap .tab-content .tab-pane {
        min-height: 330px;
    }
    .values-section .item {
        min-height: 390px;
    }
}


@media only screen and (max-width: 1199px) {
    .top-bar .wrapper.right .top-menu {
        display: none;
    }
    .hero-section {
        padding: 100px 0 200px;
    }
    .hero-section .content h2 {
        font-size: 35px;
        line-height: 50px;
    }
    .hero-section .content h3 {
        font-size: 35px;
        margin-top: 0px;
        line-height: normal;
    }
    .hero-section .content p {
        font-size: 16px;
    }
    .how-works-section .circle-wrap .tab-content {
        min-height: 300px;
    }
    .how-works-section .circle-wrap .tab-content .tab-pane {
        min-height: 100%;
    }
    .how-works-section .circle-wrap .tab-content .tab-pane .sec-title {
        margin-bottom: 30px;
    }
    .how-works-section .circle-wrap .tab-content .tab-pane .sec-title h2 {
        font-size: 30px;
    }
    .how-works-section .circle-wrap .nav-tabs .nav-item:nth-child(3) {
        right: -10px;
    }
    .how-works-section .circle-wrap .nav-tabs .nav-item:nth-child(4) {
        left: 30px;
    }
    .services-section .content h3 br,
    .services-section .content p br {
        display: none;
    }

    .navbar .contact-info {
        display: none;
    }
    .banner-slider .slide-content .content .sub-heading h4 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .banner-slider .slide-content .content .heading h2 {
        font-size: 40px;
        margin-bottom: 15px;
    }
    .banner-slider .content-box .lower-box .text {
        font-size: 1.6vw;
        line-height: 2.5vw;
    }
    .banner-slider .slide-content .content .sub-heading-2 h5 {
        font-size: 25px;
    }
    .about-section .left-box {
        max-width: 600px;
        margin: 0 auto 0;
    }
    .about-section .right-box {
        margin: 120px auto 0;
    }
    .values-section .item {
        min-height: 460px;
    }
    .contact-info-section .box {
        margin-bottom: 30px;
    }
    .contact-info-section .box h3 {
        font-size: 20px;
        text-align: left;
    }
    .contact-info-section .box .btn-box {
        text-align: left;
    }
    .contact-section .item {
        min-height: 300px;
    }

    footer .widget {
        margin-bottom: 40px;
    }
    footer .widget-links:before,
    footer .widget-contact:before {
        width: 0;
    }
    footer .widget-links, 
    footer .widget-contact {
        margin-left: 0;
    }

    .banner-slider .slide-content .content .sub-heading h4 {
        font-size: 16px;
        margin-bottom: 0;
    }
    .banner-slider .slide-content .content .heading h2 {
        font-size: 30px;
        margin-bottom: 0;
    }
    .banner-slider .slide-content .content .sub-heading-2 h5 {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .product-single-section .details {
        margin-top: 40px;
    }
    .contact-info-section .box .btn-box .theme-btn {
        width: auto;
    }
    .contact-info-section .box h3 {
        text-align: center;
    }
    .contact-info-section .box .btn-box {
        text-align: center;
    }
    .product-single-section {
        padding: 40px 0 50px 0;
    }
    .modal-content {
        width: 70%;
    }
    #main-nav #main-menu> .megamenu-item .mega-menu {
        width: 900px;
        left: -36% !important;
    }
}

@media only screen and (max-width: 991px) {
    .top-bar {
        display: none;
    }
    .feature-section {
        padding: 0 0 30px 0;
    }
    .feature-section .item {
        min-height: 210px;
    }
    .navbar {
        padding: 20px 0;
    }
    .navbar-toggler i {
        color: #000;
    }
    .fixed-header .navbar-toggler i {
        color: #000;
    }
    .navbar-brand.light {
        display: none;
    }
    .navbar-brand.dark {
        display: block;
    }
    .navbar-nav {
        margin-top: 30px;
    }
    #main-nav {
        margin-top: 30px;
    }
    #main-nav #main-menu>li>a {
        padding: 10px 0;
    }
    .dropdown .dropdown-toggle::after {
        content: "\f107";
        font-family: FontAwesome;
    }
    .navbar-nav li.dropdown:hover .dropdown-toggle::after {
        content: "\f107";
        font-family: FontAwesome;
    }
    .banner-slider .slide-content {
        padding: 190px 0 120px;
    }
    .banner-slider .slide-content .content {
        top: 60%;
    }
    .hero-section {
        padding: 100px 0 160px;
    }
    .hero-bottom .shape {
        margin-bottom: -140px;
    }
    .hero-bottom .line-shape {
        left: 50%;
    }
    .services-section {
        padding: 50px 0 100px;
    }
    .services-section .img-box {
        margin-bottom: 30px;
    }
    .services-section .bg-shape {
        width: 100%;
    }
    .services-section .line-shape {
        left: 50%;
        bottom: 20px;
    }
    .solutions-section .line,
    .solutions-section .center-img .line {
        display: none;
    }
    .solutions-section .row-2 {
        margin-bottom: 60px;
        margin-top: 0;
    }
    .solutions-section .row-4 {
        margin-top: 90px;
        margin-bottom: 0;
    }
    .solutions-section .item {
        margin-bottom: 30px;
    }
    .how-works-section .item {
        flex-direction: column;
    }
    .how-works-section .item .content {
        margin-left: 0;
        margin-top: 20px;
    }
    .how-works-section .circle-wrap {
        display: flex;
        flex-direction: column-reverse;
    }
    .how-works-section .circle-wrap .tab-content {
        border-radius: 0;
        border: none;
        min-height: auto;
    }
    .how-works-section .circle-wrap .tab-content .tab-pane {
        position: relative;
        width: 100%;
    }
    .how-works-section .circle-wrap .nav-tabs .nav-item {
        position: relative;
        left: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        right: 0 !important;
        transform: none;
            width: 20%;
        border: 5px solid #fff;
    }
    .how-works-section .circle-wrap .nav-tabs {
        justify-content: space-between;
    }
    .how-works-section .circle-wrap .nav-tabs .nav-item button {
        width: 100%;
        height: 100%;
        border-radius: 10px;
        background-color: #e8f5f4;
        box-shadow: none;
        margin-bottom: 10px;
    }
    .how-works-section .circle-wrap .nav-tabs .nav-item button.active, 
    .how-works-section .circle-wrap .nav-tabs .nav-item button:hover {
        outline: none;
    }
    .how-works-section .content-box {
        padding-left: 5px;
        padding-right: 5px;
        margin-top: 30px;
    }
    .cp-section .content {
        padding-left: 0;
        margin-top: 30px;
    }
    .mission-vision-section .item {
        flex-direction: column;
    }
    .mission-vision-section .item .content {
        margin-left: 0px;
        margin-top: 20px;
    }
    .clients-page-section .nav-tabs {
        gap: 10px;
    }
    .contact-section .item {
        margin-bottom: 20px;
        min-height: auto;
    }
    
    footer .footer-newsletter .title {
        font-size: 26px;
    }
    footer .widget {
        margin-bottom: 40px;
    }
    .footer-bottom .copyrights,
    .footer-bottom .design {
        float: none;
    }
    .footer-bottom .copyrights p,
    .footer-bottom .design p {
        text-align: center;
    }
}


@media only screen and (max-width: 767px) {
    .navbar .contact-info {
        display: block;
        margin-left: 0;
    }
    #main-nav #main-menu > li > a .sub-arrow {
        top: 21px;
        right: 0;
        position: absolute;
    }
    #main-nav #main-menu>li {
        padding: 0 0px 0 0;
    }
    #main-nav #main-menu>li .mega-menu .mega-wrap .item .title {
        margin-bottom: 10px;
    }
    .fixed-header #main-nav #main-menu>li>ul li a {
        color: #000;
    }
    #main-nav #main-menu>li .mega-menu .mega-wrap {
        height: 400px;
        overflow: scroll;
    }
    #main-nav #main-menu>li .mega-menu .mega-wrap .row .col {
        width: 50%;
        max-width: 50%;
        flex: auto;
        margin-bottom: 10px;
    }
    #main-nav #main-menu>li .mega-menu .mega-wrap .item {
        margin-bottom: 10px;
    }
    .banner-slider .slide-content .image {
        display: none;
    }
    .banner-slider .slide-content {
        padding: 240px 0 350px;
    }
    .banner-slider .content-box {
        max-width: 400px;
        border-radius: 10px;
        padding: 20px 15px;
    }
    .banner-carousel .content-box .sub-title {
        font-size: 4vw;
    }
    .banner-slider .content-box h2 {
        margin-bottom: 10px;
    }
    
    .banner-slider .content-box .lower-box .text {
        font-size: 1.3vw;
        line-height: 1.9vw;
    }
    .banner-slider .owl-nav button {
        width: 30px;
        height: 30px;
    }
    .banner-slider .owl-nav .owl-next {
        right: 20px;
    }
    .banner-slider .owl-nav .owl-prev {
        left: 20px;
    }
    .sec-title h2 {
        font-size: 30px;
    }
    .about-section .bottom-text h3 {
        text-align: left;
    }
    .services-section {
        padding: 50px 0 50px;
    }
    .services-section .content {
        padding: 10px 0 50px;
    }
    .hero-bottom .shape {
        margin-bottom: -120px;
    }
    .feature-section .item {
        min-height: auto;
    }

    .solutions-section .center-img .icon {
        display: none;
    }
    .how-works-section .item .number.left {
        left: 0;
        top: 0;
    }
    .how-works-section .item .number.right {
        right: 0;
        top: 0;
    }
    .how-works-section .item .number h2 {
        font-size: 50px;
    }
    .cp-section .img-box {
        margin-top: 20px;
    }
    .values-section .item {
        min-height: auto;
    }
    
    footer .footer-newsletter .newsletter-form {
        max-width: 498px;
        margin: 0 auto 0 0;
        position: relative;
    }
    footer .footer-newsletter .title {
        font-size: 26px;
        margin-bottom: 30px;
    }
}



@media only screen and (max-width: 480px) {
    .banner-slider .slide-content .content .heading h2 {
        font-size: 21px;
    }
    .contact-info-section .box .btn-box .theme-btn {
        width: 100%;
    }
    .banner-slider .content-box {
        max-width: 300px;
    }
    .cp-section .row-2 {
        padding: 30px;
    }
}

