:root {
    --primary: #f85c0f;
    --secondary: #5db585;
    --lite-green: #c1e1cc;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    height: 100%;
}

body {
    line-height: 1.6;
    font-size: 16px;
    font-weight: 400;
    font-family: "Chakra Petch", serif;
    color: #424243;
    position: relative;
    background-color: #fff;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1e1e1e;
    font-weight: 600;
}

p {
    font-size: 16px;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

a:hover {
    color: #111;
}

.form-control:focus {
    box-shadow: none;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.py-90 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pt-80 {
    padding-top: 80px;
}

.section-title {
    margin-bottom: 30px;
}

.section-title .sub-title {
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: inline-block;
    padding-left: 45px;
}

.section-title .sub-title::before {
    position: absolute;
    top: 8px;
    left: 0;
    content: "";
    height: 3px;
    width: 40px;
    background-color: var(--primary);
}

.section-title .main-title {
    font-size: 40px;
    font-weight: 700;
    color: #1e1e1e;
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .section-title .main-title {
        font-size: 30px;
    }
}


.btn-primary {
    display: inline-block;
    text-align: center;
    background-color: var(--primary);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 18px 30px;
    border-radius: 0.25rem;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}

.btn-primary:hover::before {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}

.btn-primary:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
    background-color: #fff;
    border-radius: inherit;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.2);
    transition: all ease .4s;
}

.btn-primary:hover {
    color: var(--primary)
}
.btn-primary.style-1 {
    background-color: #fff;
    color: var(--primary);
} 
.btn-primary.style-1:hover {
    background-color: var(--primary);
    color: var(--primary);
}
/* Custom list */
.custom-list ul li{
    position: relative;
    padding-left: 32px;
    margin-bottom: 15px;
}
.custom-list ul li::before {
    content: "\f061";
    position: absolute;
    left: 0;
    top: 3px;
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 900;
}

/*=============================================
   - MAIN HEADER      
=============================================*/

.main-header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-header.scrolled {
    background-color: #1e1e1e;
}

.main-header .navbar {
    background: rgb(0 0 0 / 24%);
    padding: 10px 0;
    border-bottom: 1px solid rgb(228 228 228 / 30%);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075) !important;
}

.main-header .navbar .navbar-nav .nav-link {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 28px 22px;
}

.main-header .navbar.fixed-top .navbar-nav .nav-link {
    color: #fff;
}

.main-header .navbar .navbar-nav .nav-link:hover,
.main-header .navbar .navbar-nav .nav-link:focus,
.main-header .navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.main-header .navbar .navbar-nav .nav-item .sub-arrow {
    color: #fff;
    position: absolute;
    top: 26px;
    right: 4px;
}

.main-header .navbar .navbar-nav .nav-item:hover .sub-arrow {
    color: var(--primary);
}

.main-header .navbar .navbar-nav .nav-link.active+.sub-arrow {
    color: var(--primary);
}

.main-header .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    display: block;
}

.main-header .navbar .navbar-nav .dropdown-menu {
    -webkit-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    border: 1px solid #ddd;
    border-radius: 0px;
    margin-top: 0;
    padding: 0;
}

.main-header .navbar .navbar-nav .dropdown-menu::after {
    content: '';
    width: 13px;
    height: 13px;
    background: #ffff;
    position: absolute;
    top: -6px;
    left: 16px;
    transform: rotate(45deg);
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.main-header .navbar .navbar-nav .dropdown-menu li {
    position: relative;
}

.main-header .navbar .navbar-nav .dropdown-menu li:hover:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 3px;
    background: var(--primary);
    left: 0px;
    top: 12px;
}

.main-header .navbar .navbar-nav .dropdown-menu li:hover .dropdown-item {
    padding-left: 24px;
}

.main-header .navbar .navbar-nav .dropdown-menu .dropdown-item {
    font-weight: 600;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}


.main-header .navbar-toggler {
    border: 0.1rem solid var(--primary);
    padding: 0.1rem 0.5rem;
    border-radius: 1px;
}

.main-header .navbar-toggler:focus {
    box-shadow: none;
}

.main-header .navbar-toggler-icon {
    filter: invert(1);
    width: 2em;
    height: 2em;
}

.main-header .offcanvas-header .btn-close {
    opacity: 1;
    width: 2em;
    height: 2em;
}

.main-header .navbar .offcanvas.show .navbar-nav .nav-link {
    padding: 0.8rem 1rem;
    display: inline-block;
    color: #000;
}

.main-header .offcanvas.show .dropdown-toggle::after {
    float: right;
}

.main-header .navbar .offcanvas.show .navbar-nav .nav-item .sub-arrow {
    top: 12px;
    width: 20px;
    height: 20px;
    line-height: 42px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    color: #000;
}

.main-header .navbar .offcanvas.show .navbar-nav .dropdown-menu {
    box-shadow: none;
}

.main-header .navbar .offcanvas.show .navbar-nav .dropdown-menu::after {
    display: none;
}

.main-header .navbar .header-btn {
    padding: 12px 12px;
}

.main-header .navbar .header-btn .btn {
    padding: 15px 15px;
}

/* =============================================
- Banner Section
================================================ */
.banner-section {
    position: relative;
    height: 100vh;
    z-index: 1;
    overflow: hidden;
}

.banner-section::before {
    position: absolute;
    background: rgb(0 23 54 / 45%);
    content: '';
    opacity: 0.6;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
}

.banner-section .custom-video {
    object-fit: cover;
    width: 100%;
    filter: brightness(60%);
    height: 100vh !important;
}

.banner-section .main-banner-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
    margin: 0 auto;
    z-index: 1;
}

.animate-banner {
    animation: fadeInDown 1.2s ease-out forwards;
    opacity: 0;
}

.banner-section .banner-content .title {
    position: relative;
    color: var(--primary);
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 5px;
    z-index: 2;
    display: inline-block;
}

.banner-section .banner-content .main-title {
    color: #fff;
    margin-top: 10px;
    font-weight: 800;
    font-size: 60px;
    margin-bottom: 20px;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



@keyframes fade-bounce-down {
    0% {
        transform: translateY(-20px);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translateY(20px);
        opacity: 0;
    }
}

.banner-section .scroll-arrows {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    z-index: 10;
    pointer-events: none;
}

.banner-section .scroll-arrows .arrow {
    font-size: 24px;
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    animation: fade-bounce-down 2s infinite;
}

.banner-section .scroll-arrows .arrow1 {
    animation-delay: 0s;
}

.banner-section .scroll-arrows .arrow2 {
    animation-delay: 0.2s;
}

@media (max-width: 575px) {
    .banner-section .main-banner-title {
        top: 29%;
    }

    .banner-section .banner-content .main-title {
        font-size: 45px;
    }
}

/*=============================================
   - ABOUT -SECTION     
=============================================*/

.about-section {
    position: relative;
    overflow: hidden;
}

.about-section .about-wrapper .about-list {
    display: flex;
}

.about-section .about-wrapper .about-list .icon {
    flex-shrink: 0;
    margin-right: 20px;
}

.about-section .about-wrapper .about-list .icon i {
    color: var(--secondary);
    font-size: 18px;
    border-radius: 50%;
    background-color: #FFFFFF;
    box-shadow: 5px 6px 18px 0px rgba(0, 0, 0, 0.15);
    transition: 0.4s;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    position: relative;
}

.about-section .about-wrapper .about-list .icon i::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #d3d3d3;
    bottom: -70px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about-section .about-wrapper .about-list:last-child .icon i::after {
    content: none;
}

.about-section .about-wrapper .about-list .content {
    margin-bottom: 10px;
}

.about-section .about-wrapper .about-list .content h5 {
    font-size: 20px;
    font-weight: 700;
}

.about-section .image-box {
    position: relative;
    text-align: center;
}

.about-section .image-box .foreground-image {
    position: relative;
    overflow: hidden;
}

.about-section .image-box .foreground-image::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

.about-section .image-box .foreground-image:hover::before {
    -webkit-animation-duration: 0.95s;
    animation-duration: 0.95s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-name: circle;
    animation-name: circle
}

.about-section .image-box .foreground-image img {
    border-radius: 100% 0 0 100% / 0% 0 50% 50%;
}

.about-section .image-box .background-image {
    position: relative;
    overflow: hidden;
    margin-top: 100px;
}

.about-section .image-box .background-image::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

.about-section .image-box .background-image:hover:before {
    -webkit-animation-duration: 0.95s;
    animation-duration: 0.95s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-name: circle;
    animation-name: circle;
}

.about-section .image-box .background-image img {
    border-radius: 0% 100% 100% 0% / 0% 50% 0% 100%;
}

.about-section .shape-images {
    position: relative;
}


@-webkit-keyframes circle {
    0% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@keyframes circle {
    0% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

/*=============================================
   - SERVICES-SECTION    
=============================================*/
.service-section {
    position: relative;
    overflow: hidden;
}

.service-section .section-title .sub-title {
    justify-content: center;
}

.service-section .services-list {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}

.service-section .services-list .service-item {
    overflow: hidden;
    height: 550px;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.6s ease-in-out;
}

.service-section .services-list .service-item::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgb(0 0 0 / 60%);
    z-index: 1;
}

.service-section .services-list .service-item .content-box {
    position: absolute;
    left: 25px;
    bottom: 25px;
    right: 25px;
    z-index: 2;
    transition: all 0.6s ease-in-out;
}

.service-section .services-list .service-item .content-box h3 a {
    position: relative;
    color: #fff;
    font-size: 24px;
    z-index: 3;
}

.service-section .services-list .service-item:hover .content-box h3 a {
    color: var(--primary);
}

.service-section .services-list .service-item .overlay-text {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    z-index: 3;
}

.service-section .services-list .service-item .overlay-text p {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}

.service-section .services-list .service-item:hover .overlay-text {
    opacity: 1;
    visibility: visible;
}

.service-section .services-list .service-item:hover .content-box {
    transform: translateY(-150px);
}

/* =============================================
- CLient Section
================================================ */
.client-section {
    position: relative;
    overflow: hidden;
}

.client-section .section-title .sub-title {
    justify-content: center;
}

.client-section .client-image {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 20px 40px;
    width: 200px;
    height: 140px;
    border-radius: 5px;
    border: 1px solid #d1d1d1;
    overflow: hidden;
}

.client-section .client-image img {
    width: 160px;
    height: 100px;
    object-fit: contain;
    transition: all 0.5s ease-in-out;
}

.client-section .client-image:hover img {
    transform: scale(1.1);
}

@media screen and (max-width: 567px) {
    .client-section .client-image {
        width: 170px;
    }
}

/*=============================================
   - CTA-SECTION   
=============================================*/

.cta-section {
    position: relative;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0;
    z-index: 1;
    overflow: hidden;
}

.cta-section::before {
    position: absolute;
    background: #000;
    content: '';
    opacity: 0.8;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
}

.cta-section .cta-wrapper h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 30px;
    z-index: 1;
}

.cta-section .cta-list li {
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px 30px 15px;
    z-index: 1;
    margin-bottom: 20px;
    color: #fff;
    font-size: 18px;
}

.cta-section .cta-list li::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-transition: all 500msease;
    transition: all 500msease;
    z-index: -1;
    border-radius: 10px;
}

.cta-section .cta-list li i {
    margin-right: 15px;
    color: var(--primary);
}

@media (max-width: 567px) {
    .cta-section .cta-list {
        padding-top: 30px;
    }

    .cta-section .cta-wrapper h2 {
        font-size: 40px;
    }
}

/* ============================================
- Product Section
=============================================== */
.product-section {
    position: relative;
    padding-bottom: 120px;
    overflow: hidden;
}

.product-section .owl-carousel {
    position: relative;
    z-index: 1;
}

.product-section .owl-nav button.owl-prev,
.product-section .owl-nav button.owl-next {
    border-radius: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    background-color: rgba(255, 255, 255, 0.2);
    color: #7f7f7f;
    border: 1px solid #7f7f7f;
}

.product-section .owl-nav button.owl-prev:hover,
.product-section .owl-nav button.owl-next:hover {
    color: var(--primary);
    background-color: #fff;
}

.product-section .owl-carousel .owl-stage {
    display: flex;
    height: 100%;
    padding: 50px 0;
    background-color: #fff;
}

.product-section .product-image-block {
    position: relative;
    border-radius: 0 10px 0 0;
}

.product-section .product-image-block .product-image {
    position: relative;
    background-color: #e8e8e8;
    padding: 10px;
    padding-bottom: 60px;
    border-radius: 0 10px 0 0;

}

.product-section .product-image-block .product-image img {
    position: relative;
/*     width: 300px; */
    object-fit: cover;
    margin: 0 auto;
    display: block;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.product-section .product-image-block .product-content {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 10px;
    z-index: 1;
    background-color: #000;
    padding: 14px 16px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    opacity: 1;
}

.product-image-block .product-content:before {
    position: absolute;
    top: -25px;
    right: 0;
    z-index: 1;
    background-color: var(--primary);
    content: "\f054";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    width: 70px;
    color: #fff;
    text-align: center;
    border-top-right-radius: 10px;
}

.product-section .product-image-block:hover .product-content {
    opacity: 0
}

.product-section .product-image-block .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

.product-section .product-image-block .overlay-box:before {
    position: absolute;
    content: '';
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    ;
    border-radius: 0 10px 0 0;
    opacity: 0.9;
    z-index: -1
}

.product-section .product-image-block:hover .overlay-box {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center
}

.product-section .product-image-block .overlay-box .icon {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 100px;
    padding: 10px;
    text-align: center;
    background-color: #000;
    border-radius: 0 10px 0 0;
}

.product-section .product-image-block .overlay-box .overlay-inner {
    padding: 50px 40px 20px
}

.product-section .product-image-block .overlay-box .overlay-inner .overlay-content h5 {
    color: var(--primary);
    font-size: 20px;
    width: 75%;
    margin-bottom: 10px
}

.product-section .product-image-block .overlay-box .overlay-inner .overlay-content .text p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5
}

.product-section .product-box-wrap .icon {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    width: 56px;
    height: 56px;
    line-height: 56px;
    margin: 0 auto;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    background: var(--primary);
    z-index: 3;
    overflow: visible;
    transition: all 0.3s ease-in-out;
}

.product-section .product-box-wrap .icon::before,
.product-section .product-box-wrap .icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: var(--secondary);
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}

.product-section .product-box-wrap:hover .icon::before {
    animation: ripple-wave 2s infinite ease-out;
    opacity: 0.5;
}

.product-section .product-box-wrap:hover .icon::after {
    animation: ripple-wave 2s infinite ease-out;
    animation-delay: 1s;
    opacity: 0.5;
}

@keyframes ripple-wave {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.4;
    }

    70% {
        opacity: 0.1;
    }

    100% {
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0;
    }
}

.product-section .product-box-wrap .icon a {
    color: #fff;
    text-align: center;
    border-top-right-radius: 10px
}

.product-section .product-image-block .product-content .title {
    color: #fff;
    margin-bottom: 0;
    font-size: 22px;
}

.product-section .product-image-block .overlay-box .overlay-inner .overlay-content .read-more {
    text-transform: capitalize;
    font-weight: 600;
    color: var(--primary);
}

/* =======================================
- Testimonial Section 
==========================================*/
.testimonial-section {
    position: relative;
    overflow: hidden;
}

.testimonial-section .owl-carousel {
    position: relative;
    z-index: 1;
}
.testimonial-section .owl-carousel .owl-stage {
    display: flex;
    height: 100%;
    padding: 50px 0;
}
.testimonial-section .owl-nav button.owl-prev,
.testimonial-section .owl-nav button.owl-next {
    position: absolute;
    top: -100px;
    border-radius: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    background-color: rgba(255, 255, 255, 0.2);
    color: #7f7f7f;
    border: 1px solid #7f7f7f;
}

.testimonial-section .owl-nav button.owl-prev:hover,
.testimonial-section .owl-nav button.owl-next:hover {
    color: var(--primary);
    background-color: #fff;
}

.testimonial-section .owl-nav button.owl-prev {
    right: 80px;
}

.testimonial-section .owl-nav button.owl-next {
    right: 20px;
}

.testimonial-section .testimonial-item {
    position: relative;
    background-color: #fff;
    line-height: 1.8;
	height:100%;
    padding: 50px 30px;
    margin-bottom: 40px;
    z-index: 1;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 5px;
}

.testimonial-section .testimonial-item img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-section .testimonial-item .content {
    padding-top: 20px;
}

.testimonial-section .testimonial-item .content p {
    position: relative;
    padding: 0 20px;
}

.testimonial-section .testimonial-item .content p::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    border-radius: 3px;
    background-color: #f3f3f3;
    margin: 30px auto 0;
}

.testimonial-section .testimonial-item .content h5 {
    font-size: 20px;
    color: var(--primary);
}

.testimonial-section .testimonial-item .content span {
    font-size: 15px;
}

@media screen and (max-width: 567px) {

    .testimonial-section .owl-nav button.owl-prev,
    .testimonial-section .owl-nav button.owl-next {
        top: auto;
    }

    .testimonial-section .owl-nav button.owl-prev {
        right: auto;
        left: 120px;
    }

    .testimonial-section .owl-nav button.owl-next {
        right: 120px;
    }

}

/*=============================================
   - CALL-SECTION   
=============================================*/
.call-action-section {
    position: relative;
    background-color: var(--primary);
    overflow: hidden;
}

.call-action-section .cover-image {
    position: absolute;
    top: -25px;
    bottom: -1px;
    left: 0;
    max-width: 384px;
    width: 100%;
}

.call-action-section .cover-image::before {
    position: absolute;
    top: 0;
    right: -16px;
    content: "";
    border-left: 9px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 25px solid #232323;
    z-index: 2;
    transform: rotate(-1deg);
}

.call-action-section .cover-image .image {
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.call-action-section .action-button .btn-primary {
    display: inline-block;
    text-transform: capitalize;
    text-align: center;
    background-color: #fff;
    color: var(--primary);
    font-weight: 700;
    line-height: 1;
    padding: 20px 40px;
    border-radius: 0.25rem;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}

.call-action-section .action-button .btn-primary:hover {
    color: #fff;
    background-color: var(--primary);
    border: 1px solid #fff;
}

.call-action-section .action-button .btn-primary:hover:before {
    color: #fff;
    background-color: var(--primary);
}

@media screen and (max-width: 1024px) {
    .call-action-section .cover-image {
        left: -35px;
    }
}

@media screen and (max-width: 768px) {
    .call-action-section .cover-image {
        display: none;
    }
}

/* =============================================
- Footer Section
================================================ */
.footer-section {
    position: relative;
    background-color: #171717;
    padding-bottom: 40px;
    overflow: hidden;
}

.footer-section .footer-content .description {
    padding-top: 20px;
    padding-right: 30px;
    text-align: justify;
    color: #d1d1d1;
}

.footer-section .footer-content .header-social .social-title {
    margin-right: 10px;
}

.footer-section .footer-content .header-social a {
    width: 50px;
    display: inline-block;
    color: #d1d1d1;
    font-size: 25px;
}

.footer-section .footer-content .header-social a:hover {
    color: var(--secondary);

}

.footer-section .footer-title h4 {
    color: #d1d1d1;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.footer-section .footer-sub-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
}

.footer-section .footer-sub-title h4 {
    color: #d1d1d1;
}

.footer-section .footer-widget-list ul li {
    position: relative;
    margin-bottom: 12px;
}

.footer-section .footer-widget-list ul li a {
    color: #d1d1d1;
}

.footer-section .footer-widget-list ul li:hover a {
    color: var(--secondary);
    padding-left: 4px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@media screen and (max-width: 768px) {
    .footer-section .footer-content .description {
        padding-right: 0;
    }

    .footer-section .contact-section .contact-item img {
        margin-bottom: 20px;
    }

    .footer-section .footer-title {
        border-bottom: 1px solid #d1d1d1;
        margin-bottom: 20px;
    }
}

/*============================================
- Copyrights Section
============================================== */
.copyrights-section {
    background-color: #171717;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 0;
    overflow: hidden;
}

.copyrights-section .branding-partner {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
    text-align: right;
}

.copyrights-section .branding-partner p span a {
    color: #961a42;
    font-weight: 600;
}

.copyrights-section .branding-partner p span a:hover {
    color: var(--primary);
}

.copyrights-section .verify-tag {
    background-color: #961a42;
    color: #fff;
    padding: 10px;
    border-radius: 20px;
    font-size: 14px;
}

.copyrights-section .branding-partner .partner-text {
    margin-bottom: 0;
}

.copyrights-section .branding-partner .verify-tag {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    margin-bottom: 0;
}

.copyrights-section .branding-partner .verify-tag img {
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
    .copyrights-section {
        text-align: center;
    }

    .copyrights-section .branding-partner {
        text-align: center;
        display: block;
    }

    .copyrights-section .branding-partner .partner-text {
        margin-bottom: 10px;
    }

}

/* Go to Top Button */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: var(--lite-green);
    color: #353535;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease-in-out;
    z-index: 9999;
}

.back-to-top:hover {
    background-color: var(--primary);
}

.back-to-top i {
    font-size: 24px;
}

/*=======================================
- Preloader
========================================= */
.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1e1e1e;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background-color: #1e1e1e;
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: var(--primary);
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}

.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: var(--primary);
    border-radius: 50%;
}

/* ======================================================= */

/*=============================================
   - BREADCRUMBS SECTION      
=============================================*/

.breadcrumbs-section .breadcrumbs {
    position: relative;
    padding-top: 200px;
    padding-bottom: 90px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
}

.breadcrumbs-section .breadcrumbs:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.8;
    z-index: -1;
}

.breadcrumbs-section .breadcrumbs .breadcrumb-content .breadcrumb-title {
    font-size: 42px;
    color: #fff;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.breadcrumbs-section .breadcrumbs .breadcrumb-content ul {
    padding-left: 0;
    margin-top: 12px;
    margin-bottom: 0;
}

.breadcrumbs-section .breadcrumbs .breadcrumb-content ul li {
    display: inline-block;
    color: #fff;
    position: relative;
}

.breadcrumbs-section .breadcrumbs .breadcrumb-content ul li a {
    color: var(--primary);
}

.breadcrumbs-section .breadcrumbs .breadcrumb-content ul li+li::before {
    float: left;
    padding: 0 0.8rem;
    color: #fff;
    content: "/";
}
/* =========================== About Page =========================== */

/* ===============================================
- About Main Section
================================================== */
/*=============================================
   - ABOUT SECTION   
=============================================*/

.about-main-section {
    position: relative;
    overflow: hidden;
}

.about-main-section .about-img-box {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}

.about-main-section .about-img-box .foreground-image-01 {
    position: relative;
    max-width: 480px;
    padding: 30px;
    border-radius: 10px;
    z-index: 1; 
}

.about-main-section .about-img-box .foreground-image-01::before {
    content: "";
    position: absolute;
    left: -30px;
    bottom: 0;
    width: 200px;
    height: 300px;
    background-image: url(../images/background-pattern.png);
    background-repeat: repeat;
    z-index: -1;
    animation: smoothMove 4s linear infinite;
}

.about-main-section .about-img-box .foreground-image-01 img {
    border-radius: 10px;
    box-shadow: 0px 20px 40px 0 rgba(0, 0, 0, 0.2);
}

.about-main-section .about-img-box .foreground-image-02 {
    position: absolute;
    width: 200px;
    right: 50px;
    bottom: 0;
    z-index: 2;
}

.about-main-section .about-img-box .foreground-image-02 img {
    border-radius: 10px;
    box-shadow: 0px 20px 40px 0 rgba(0, 0, 0, 0.2);
    border: 8px solid #fff;
}

.about-main-section .about-content {
    padding: 0px 20px;
}

.about-main-section .about-content .about-description p {
    font-size: 20px;
}

.about-main-section .about-content .call-action {
    margin-top: 40px;
}
@keyframes smoothMove {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0);
    }
}
@media screen and (max-width: 1024px) {
    .about-main-section .about-img-box .foreground-image-02{
       right: 0;
    }
    
}
@media screen and (max-width: 768px) {
    .about-main-section .about-img-box .foreground-image-01{
        margin: 0 auto;
    }
    .about-main-section .about-content p {
        text-align: justify;
    }
}
@media screen and (max-width: 568px) {
    .about-main-section .about-img-box .foreground-image-02 {
        width: 150px;
        right: auto;
        bottom: 20px;
    }
}
/* ==============================================
- Vision Mission Section
================================================= */

.vision-mission-section {
    position: relative;
    background: linear-gradient(180deg, #171717 60%, #fff 40%);
    overflow: hidden;
}
.vision-mission-section .vision-mission-wrapper {
    position: relative;
    background-color: #f3f3f3;
    padding: 40px 60px;
}

.vision-mission-section .vision-mission-wrapper .vision-mission-item {
    position: relative;
    padding: 20px 20px;
}

.vision-mission-section .vision-mission-wrapper .vision-mission-item .icon {
    position: relative;
    width: 95px;
    height: 95px;
    flex-shrink: 0;
    background-color: #e5f4ec;
    border: 2px solid #5db585;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.4s ease-in-out;
}

.vision-mission-section .vision-mission-wrapper .vision-mission-item:hover .icon {
    background-color: #171717;
    border: 2px solid #171717;
}

.vision-mission-section .vision-mission-wrapper .vision-mission-item .icon img {
    position: relative;
    width: 35px;
    transition: all 0.4s ease-in-out;
}

.vision-mission-section .vision-mission-wrapper .vision-mission-item:hover .icon img {
    filter: brightness(0) invert(1);
}

.vision-mission-section .vision-mission-wrapper .vision-mission-item .content {
    padding: 20px 0;
}

.vision-mission-section .vision-mission-wrapper .vision-mission-item .content h3 {
    color: #171717;
    font-size: 24px;
    margin-bottom: 20px;
}

.vision-mission-section .vision-mission-wrapper .vision-mission-item .content p {
    font-size: 18px;
    text-align: justify;
}

@media screen and (max-width: 568px) {
    .vision-mission-section .vision-mission-wrapper {
        padding: 40px 20px;
    }

    .vision-mission-section .vision-mission-wrapper .vision-mission-item {
        padding: 0;
        text-align: center;
    }

    .vision-mission-section .vision-mission-wrapper .vision-mission-item .icon {
        margin: 0 auto;
    }
}
 /*=============================================
  Why choose Section 
================================================*/
.why-choose-section {
    position: relative;
    overflow: hidden;
}
 .why-choose-section .section-title .sub-title::before {
    background-color: #fff;
}

.why-choose-section .content {
    position: relative;
    background-color: var(--primary);
    padding: 40px 80px;
    z-index: 1;
}

.why-choose-section .content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/pattern.png') no-repeat center center;
    background-size: cover;
    z-index: -1;
}

.why-choose-section .content .sub-title img {
    filter: brightness(0) invert(1);
}

.why-choose-section .content .sec-title {
    margin-bottom: 50px;
}

.why-choose-section .content .feature-box {
    position: relative;
    background: #fff3e6;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 10px;
    font-weight: 600;
}

.why-choose-section .content .feature-box img {
    position: absolute;
    background: #fff;
    color: var(--primary);
    border-radius: 50%;
    padding: 10px;
    top: -22px;
}
.why-choose-section .content .feature-box p{
    padding: 20px 0 10px 10px;
    margin-bottom: 0;
}
.why-choose-section .why-img {
    position: relative;
    margin-left: -300px;
    height: 100%;
    z-index: 10;
}

.why-choose-section .why-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 1024px) {
    .why-choose-section .why-img {
        margin-left: -250px;
    }
}
@media screen and (max-width: 768px) {
    .why-choose-section .content {
        padding: 40px 20px;
    }

    .why-choose-section .why-img {
        margin: 0;
    }
}

/*=============================================
   - CSR SECTION    
=============================================*/

.csr-section {
    position: relative;
    overflow: hidden;
}

.csr-section .csr-wrapper {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 50px;
    border-radius: 20px;
    z-index: 1;
}

.csr-section .csr-wrapper::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: -webkit-linear-gradient(top, rgb(3 2 2 / 0%), rgb(8 28 0 / 90%));
    z-index: -1;
}

.csr-section .csr-wrapper .description {
    color: #fff;
}

@media screen and (max-width: 568px) {
    .csr-section .csr-wrapper {
        padding: 80px 30px;
        text-align: center;
    }
    .csr-section .csr-wrapper .description p {
        text-align: justify;
    }
}

/* ======================   Service Page  ===================== */
/* ================================================
- Service Section
=================================================== */
.service-list-section{
    position: relative;
    overflow: hidden;
}
.service-list-section .service-item {
    position: relative;
    overflow: hidden;
}

.service-list-section .service-item::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: transparent;
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
    transition: height 600ms linear, background-color 600ms linear;
}

.service-list-section .service-item:hover::before {
    height: 250%;
    background-color: rgba(0, 0, 0, 0.5);
}

.service-list-section .service-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}
.service-list-section .service-item:hover img {
    transform: scale(1.1);
}

.service-list-section .service-item .content { 
    position: absolute;
    bottom: 15px;
    left: 20px;
    right: 20px;
    z-index: 1;
    color: #fff;
    padding: 17px;
    background-color: rgba(0, 0, 0, 0.8);
    transition: all 0.4s ease-in-out;
    text-align: center;
    border-radius: 15px;
}
.service-list-section .service-item .content h5 a{
    color: #fff;
}
.service-list-section .service-item:hover .content h5 a{
    color: var(--primary);
}
.service-list-section .service-item:hover .content {
    background-color: transparent;
}

.service-list-section .service-item .content p {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}

.service-list-section .service-item .action-btn {
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}

.service-list-section .service-item .action-btn a {
    background-color: #f3f3f3;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease-in-out;
}

.service-list-section .service-item .action-btn a i {
    color: #000;
    transform: rotate(-45deg);
    transition: all 0.4s ease-in-out;
}

.service-list-section .service-item .action-btn:hover a {
    background-color: transparent;
    border: 2px solid #fff;
}

.service-list-section .service-item .action-btn:hover a i {
    transform: rotate(-0deg);
    color: #fff;
}
/* ======================   Service Detail  ===================== */
/* ================================================
- Service Detail Section
=================================================== */
.service-detail-section {
    position: relative;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;;
    overflow: hidden;
}
.service-detail-section .cover-image-box {
    width: 100%;
}
.service-detail-section .cover-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 20px;
}
.service-detail-section .content-box h4 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}
/* ======================   Product Page  ===================== */
/* ================================================
- Product Detail Section
=================================================== */
.product-detail-section {
    position: relative;
    overflow: hidden;
}
.product-detail-section .cover-image-box {
    width: 100%;
}
.product-detail-section .cover-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 20px;
}
.product-detail-section .custom-tab-wrapper {
    position: relative;
    padding: 40px 20px;
    border: 2px solid #EFEFEF;
    margin: 60px 0 40px 0;
}
.product-detail-section .custom-tab-wrapper .swipe-image{
    position: absolute;
    top: -80px;
    right: 20px;
}
.product-detail-section .custom-tab-wrapper .swipe-image img {
    filter: brightness(1) invert(1);
}
.product-detail-section .custom-tab-wrapper .nav {
    border: none;
    margin-top: -75px;
}

.product-detail-section .custom-tab-wrapper .nav .nav-item .nav-link {
    border: none;
    font-size: 18px;
    border-radius: 0;
    padding: 20px 20px;
    color: #000;
    font-weight: 600;
    background-color: #EFEFEF;
}

.product-detail-section .custom-tab-wrapper .nav .nav-item .nav-link.active {
    background-color: var(--primary);
    color: #FFF;
}
.product-detail-section .custom-tab-wrapper .content h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}
.product-detail-section .custom-tab-wrapper .content table tr:nth-child(even) {
    background: #ffdecd !important;
}
.product-detail-section .custom-tab-wrapper .content table th{
    text-align: center;
}
.product-detail-section .custom-tab-wrapper .content table th,
.product-detail-section .custom-tab-wrapper .content table td {
    padding: 10px;
}


@media (max-width: 768px) {
    .product-detail-section .custom-tab-wrapper .content table {
        overflow-x: auto;
        display: block;
        white-space: nowrap;
        cursor: grab;
    }
    .product-detail-section .custom-tab-wrapper .nav {
        flex-wrap: nowrap;
        overflow-x: auto;
        display: flex;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .product-detail-section .custom-tab-wrapper .nav .nav-item {
        flex-shrink: 0;
    }

    .product-detail-section .custom-tab-wrapper .nav .nav-item .nav-link {
        padding: 15px 30px;
    }
}
@media screen and (max-width: 567px) {
    .product-detail-section .cover-image-box img {
        margin-bottom: 40px;
    }
}

/* =====================================
- Gallery Section
======================================== */
.gallery-image-section {
    position: relative;
    overflow: hidden;
}

.gallery-image-section .image-item {
    position: relative;
}

.gallery-image-section .image-item {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 20px;
}

.gallery-image-section .image-item .gallery-image {
    position: relative;
    z-index: 1;
}

.gallery-image-section .image-item .gallery-image::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 20px;
    transition: opacity 0.5s ease-in-out;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
}

.gallery-image-section .image-item .gallery-image img {
    border-radius: 10px;
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease-in-out;
}

.gallery-image-section .image-item:hover .gallery-image img {
    transform: scale(1.1);
}

.gallery-image-section .image-item:hover .gallery-image::before {
    opacity: 1;
}

.gallery-image-section .image-item .gallery-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    z-index: 3;
    text-align: center;
}

.gallery-image-section .image-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-image-section .image-item .gallery-overlay .icon {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 10px;
    transition: all 0.5s;
}

.gallery-image-section .image-item .gallery-overlay .icon img {
    width: 40px;
}

/* =====================================
- Contact Main Section
======================================== */
.contact-main-section {
    position: relative;
}
/* .contact-main-section .contact-container {
    border: 1px solid #ddd;
    border-radius: 10px;
}
.contact-main-section .contact-container .title {
    padding: 20px 10px;
    text-align: center;
    background-color: var(--primary);
    border-radius: 10px 10px 0 0;
    margin-bottom: 10px;
}
.contact-main-section .contact-container .title h4 {
    color: #fff;
} */
.contact-main-section .contact-wrap {
    position: relative;
    display: flex;
    padding: 20px 30px;
    border-bottom: 1px solid #ddd;
}
.contact-main-section .contact-wrap .icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: var(--primary);
    color: #fff;
    flex-shrink: 0;
    border-radius: 50%;
    margin-right: 30px;
    box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, .08);
}
.contact-main-section .contact-wrap .content h6 {
    font-size: 18px;
    font-weight: 600;
}
.contact-main-section .contact-wrap .content p{
    margin-bottom: 0;
}
.contact-main-section .contact-wrap .content p a {
    color: #000;
    margin-bottom: 0;
}

.contact-main-section .contact-wrap .content p a:hover {
    color: var(--primary);
}
.contact-main-section .quick-enquiry {
    padding: 40px 20px;
    border-radius: 10px;
    border: 1px solid #ddd;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.contact-main-section .quick-enquiry .form-control,
.contact-main-section .quick-enquiry .wpcf7-form-control{
    border-radius: 0;
    border: 1px solid #eee;
    /* background-color: var(--color-white); */
    padding: 10px;
    margin-bottom: 20px;
    width: 100%;
}
.contact-main-section .quick-enquiry .btn-primary {
    border: 0;
    width: fit-content;
    padding: 20px 30px;
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
}
.contact-main-section .quick-enquiry .btn-primary:hover{
    border: 1px solid  var(--primary);
    background-color: #fff;
}

@media screen and (max-width: 768px) {
    .contact-main-section .contact-wrap {
        padding: 20px 15px;
    }
    .contact-main-section .contact-wrap .icon {
        margin-right: 15px;
    }
}
@media screen and (max-width: 576px) {
	.contact-main-section .contact-wrap {
		display: block;
		text-align: center;
	}
	.contact-main-section .contact-wrap .icon{
		margin-right:0;
		margin-bottom: 20px;
	}
}
/*=============================================
   - MAP CONTAINER
=============================================*/

.map-container .full-width-map {
    position: relative;
    height: 400px;
}

.map-container .full-width-map iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}
/* WhatsApp */
 
.whatsapp-info,
.pulse { 
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #1ab744;
    position: fixed;
    bottom: 30px;
    left: 30px;
    font-size: 34px;
    text-align: center;
    z-index: 99;
    border-radius: 100%;
    height: 60px;
    width: 60px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s
}
 
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: .3
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}
 
@keyframes pulse {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: .3
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}
.pulse:nth-child(2) {
    -webkit-animation: pulse 2s infinite .3s;
    animation: pulse 2s infinite .3s
}
 
.pulse:nth-child(3) {
    -webkit-animation: pulse 2s infinite .6s;
    animation: pulse 2s infinite .6s
}

/* ===================================
- SOLAR SOLUTIONS List
====================================== */

.solar-solution-list-section {
    position: relative;
    background-color: #EEEEEE;
}

.solar-solution-list-section .product-box-wrap {
    position: relative;
}

.solar-solution-list-section .product-box-wrap::before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 80%;
    border-radius: 20px;
    display: block;
    background: -webkit-linear-gradient(top, rgb(3 2 2 / 0%), rgb(8 4 4 / 90%));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}

.solar-solution-list-section .product-box-wrap img {
    border-radius: 20px;
    width: 100%;
}

.solar-solution-list-section .product-box-wrap .content {
    position: absolute;
    text-align: center;
    color: #fff;
    left: 10px;
    right: 10px;
    bottom: 20px;
}

.solar-solution-list-section .product-box-wrap .content h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    transition: all 0.5s ease-in-out;
}

.solar-solution-list-section .product-box-wrap .content h4:hover {
    color: var(--primary);
}

.solar-solution-list-section .product-box-wrap:hover .content h4 {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: hidden;
    opacity: 0;
}

.solar-solution-list-section .product-box-wrap .content .overlay-content {
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    border-radius: 20px;
    background-color: rgb(1 1 1 / 50%);
    box-shadow: 0px 4px 15px rgba(7, 36, 95, 0.1);
    padding: 30px 20px;
    margin: 0 auto;
    z-index: 4;
}

.solar-solution-list-section .product-box-wrap:hover .content .overlay-content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.solar-solution-list-section .product-box-wrap .content .overlay-content .title {
    color: var(--primary);
    font-size: 20px;
    font-weight: 700;
    transition: all 0.5s ease-in-out;
}

.solar-solution-list-section .product-box-wrap .content .overlay-content .title:hover {
    color: var(--primary);
}

.solar-solution-list-section .product-box-wrap .content .overlay-content p {
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.solar-solution-list-section .product-box-wrap .content .overlay-content .read-more {
    font-size: 15px;
    color: #fff;
    transition: all 0.5s ease-in-out;
}
.solar-solution-list-section .product-box-wrap .content .overlay-content .read-more span {
    transform: rotate(-45deg);
    transition: all 0.5s ease-in-out;
}
.solar-solution-list-section .product-box-wrap .content .overlay-content .read-more:hover {
    color: var(--primary);
}
.solar-solution-list-section .product-box-wrap .content .overlay-content .read-more:hover span {
    color: var(--primary);
    transform: rotate(0deg);
}
/* ===================================
- SOLAR SOLUTIONS DETAIL
====================================== */
.solar-detail-section {
    position: relative;
}
.solar-detail-section .cover-image-box {
    width: 100%;
}
.solar-detail-section .cover-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 20px;
}
.solar-detail-section .highlight-point-wrap {
    position: relative;
    margin-bottom: 40px;
}
.solar-detail-section .highlight-point-wrap ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}
.solar-detail-section .highlight-point-wrap ul li::before {
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    top: 0;
    left: 0;
    color: var(--primary);
}
.solar-detail-section .types-wrap .image-box {
    position: relative;
}
.solar-detail-section .types-wrap .image-box img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.solar-detail-section .types-wrap .content-box h5 {
    font-size: 24px;
    margin-bottom: 20px;
}
.solar-detail-section .types-wrap .content-box p {
    text-align: justify;
    margin-bottom: 0;
}