* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none !important;
    list-style: none;
    font-family: 'Montserrat', sans-serif;
}

@font-face {
    font-family: Satoshi;
    src: url('../fonts/Satoshi-Black.otf');
    font-weight: 800;
}

@font-face {
    font-family: Satoshi;
    src: url('../fonts/Satoshi-Bold.otf');
    font-weight: 700;
}

@font-face {
    font-family: Satoshi;
    src: url('../fonts/Satoshi-Medium.otf');
    font-weight: 500;
}

@font-face {
    font-family: Satoshi;
    src: url('../fonts/Satoshi-Regular.otf');
    font-weight: 400;
}

@font-face {
    font-family: Satoshi;
    src: url('../fonts/Satoshi-Light.otf');
    font-weight: 300;
}

html,
body {
    overflow-x: hidden;
}

/* ============================================== */
/* Header Starts */
/* ============================================== */

header {
    position: absolute;
    width: 100%;
    padding: 20px 0px;
}

header .navbar .nav-item {
    margin: 15px 0px 15px 39.5px;
}

header .navbar .nav-item .nav-link {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    transition: 0.2s all;
}

header .navbar .nav-item .nav-link:hover {
    color: #0DA98C;
}

/* ============================================== */
/* hero-wrapper Starts */
/* ============================================== */

.hero-wrapper {
    background: url('../images/hero-banner-image.png') no-repeat;
    background-size: cover;
    padding: 200px 0px 40px 0px;
    min-height: 740px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.hero-banner-content {
    padding-right: 120px;
}

.main-title {
    color: #000;
    font-size: 46.628px;
    font-weight: 400;
    line-height: 57.818px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.main-title .color-with-bold-text {
    color: #0DA98C;
    font-size: 54.954px;
    font-weight: 700;
}

.hero-banner-content p {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}


/* ============================================== */
/* counter wrapper Starts */
/* ============================================== */

.counter-wrapper {
    background: #008168;
    padding: 50px 0px;
}

.counter-wrapper .counter {
    color: #FFF;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
}

.counter-wrapper .counter-text {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 35px;
    text-align: center;
}


/* ============================================== */
/* About wrapper Starts */
/* ============================================== */

.about-wrapper {
    padding: 100px 0px;
}

.mix-title {
    color: #323232;
    text-align: center;
    font-size: 56px;
    font-weight: 400;
    line-height: 70px;
}

.mix-title .color-title {
    color: #0DA98C;
    font-weight: 700;
}

.para {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.para .color-text {
    color: #0DA98C;
    font-weight: 700;
}

.about-img {
    width: 100%;
    max-width: 50%;
    margin: 40px auto;
    display: flex;
    align-items: center;
    justify-content: center;

}

p.para.text-center.mt-4 {
    max-width: 65%;
    margin: 20px auto 0px;
}


/* ============================================== */
/* Our Vision Our Mission wrapper Starts */
/* ============================================== */

.vs-ms-wrapper {
    background: url('../images/background-banner.png') no-repeat;
    background-size: cover;
    padding: 100px 0;
}

.vs-ms-wrapper .content-wrapper {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 70px;
}

.vs-ms-wrapper .content-wrapper:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #0FAE90;
    opacity: 0.5;
    left: 0;
    top: 0;
    bottom: 0;
}

.vs-ms-wrapper .content-wrapper .mix-title {
    position: relative;
}

.vs-ms-wrapper .content-wrapper .mix-title::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    background: #323232;
    left: -41px;
    top: 0;
    bottom: 0;
}

.vs-ms-wrapper .img-wrapper {
    padding: 100px 0px;
    position: relative;
}

.vs-ms-wrapper .img-wrapper .main-img {
    border-radius: 24px;
    border: 6px solid #0DA98C;
    width: 100%;
}

.vs-ms-wrapper .img-wrapper .small-img {
    border-radius: 22px;
    border: 3px solid #0DA98C;
    position: absolute;
    left: -100px;
    bottom: 0px;
    width: 100%;
    max-width: 250px;
    height: auto;
}

.vs-ms-wrapper .mission-wrapper .img-wrapper .small-img {
    right: -100px;
    bottom: 0px;
    left: auto;
}

.vs-ms-wrapper .vision-wrapper .img-wrapper {
    display: flex;
    align-items: center;
    justify-content: end;
}

.vs-ms-wrapper .mission-wrapper .img-wrapper {
    display: flex;
    align-items: center;
    justify-content: start;
}

.vs-ms-wrapper .mission-wrapper .content-wrapper {
    padding-left: 100px;
    padding-right: 0px;
}

.vs-ms-wrapper .mission-wrapper .content-wrapper::before {
    left: 60px;
}

/* ============================================== */
/* Our Products wrapper Starts */
/* ============================================== */

.our-produts-wrapper {
    padding: 100px 0px;
    margin-bottom: 200px;
}

.our-produts-wrapper .product-title-wrapper .para {
    margin: 0px auto;
    max-width: 50%;
}

.our-product-img {
    width: 100%;
    height: auto;
    max-width: 60%;
    margin: 0 auto;
    margin-top: 50px;
}

/* ==========================Our products New-css=================================================== */

.main-box-1 {
    position: relative;
    margin-top: 135px;
}

.pro-heading {
    color: #0FAE90;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.44px;
    text-transform: capitalize;
}

.pro-sub-titles {
    color: #323232;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.36px;
    text-transform: capitalize;
}

.imges-second-1 {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.imges-second-1 img {
    position: relative;
    width: 80%;
    height: auto;
}

.imges-second-1 img::after {
    content: "";
}

.imges-perent-2 {
    width: 100%;
    height: auto;
}

.imges-perent-2 img {
    width: 250px;
    height: auto;
}

.imges-perent-3 {
    width: 100%;
    height: auto;
}

.imges-perent-3 img {
    width: 250px;
    height: auto;
    object-fit: cover;
    margin: 0 auto;
    display: flex;
}

.imges-perents-4 {
    width: 100%;
    height: auto;
}

.imges-perents-4 img {
    width: 250px;
    height: auto;
    object-fit: cover;
}

.content-second-1 {
    padding-right: 40px;
}

.our-product-1 {
    position: absolute;
    text-align: center;
    color: #0FAE90;
    font-family: Montserrat;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
}

.second-div {
    position: absolute;
    width: 100%;
    height: auto;
    top: -35%;
    left: 125px;
}

.second-insulator-1 {
    min-width: 200px;
    text-align: left;
}

.heading-2 {
    max-width: 40%;
    text-align: right;
}

.third-div {
    position: absolute;
    width: 100%;
    height: auto;
    left: -40%;
    top: 18%;
}

.fourth-div {
    width: 100%;
    height: auto;
    position: absolute;
    top: 56%;
    left: 32%;
}

.bild-content {
    color: #0FAE90;
    text-align: right;
    min-width: 41%;

}

.spacing {
    margin-top: 186px;

}

.silicon {
    max-width: 41%;
    text-align: right;
}


.imges-perent-2 {
    position: relative;
}

.imges-perent-2::after {
    content: '';
    height: 100%;
    width: 100%;
    background-image: url(../images/before.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 28px;
    left: 39px;
}

.imges-perent-3 {
    position: relative;
}

.imges-perent-3::after {
    content: '';
    height: 100%;
    width: 100%;
    background-image: url(../images/before.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 28px;
    left: 39px;
}

.imges-perents-4 {
    position: relative;
    top: -56px;
    left: -33px;
}

.imges-perents-4::after {
    content: '';
    height: 100%;
    width: 100%;
    background-image: url(../images/before.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 19px;
    left: 0;
    z-index: -1;

}

.new-content-1 {
    text-align: right;
}





/* ============================================== */
/* Our Clients wrapper Starts */
/* ============================================== */

.clients-wrapper {
    padding: 100px 0px;
    position: relative;
    margin-top: 100px;
}

.clients-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 150%;
    background: url(../images/lines.png) no-repeat;
    background-size: cover;
    top: -110px;
    left: 0;
    right: 0;
    z-index: -1;
}

.clients-wrapper .sub-title {
    color: #333333;
    opacity: 0.8;
    text-align: left;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
}

.clientSwiper {
    position: relative;
    padding: 20px 0px 0px 20px !important;
}

.clientSwiper .mix-title {
    position: relative;
    margin-bottom: 20px;
}

.clientSwiper::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #0FAE90;
    opacity: 0.5;
    left: 0;
    top: 0;
    bottom: 0;
}

.clientSwiper .mix-title::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    background: #323232;
    left: -20px;
    top: 0;
    bottom: 0;
}

.clientSwiper .swiper-wrapper {
    padding: 50px 0px 0px 0px !important;
}

.navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100px;
    position: absolute;
    width: 100%;
    right: 0;
    top: 60px;
}

.clientSwiper .swiper-slide {
    border-radius: 16px;
    border: 1px solid #E0E0E0;
    background: #FFF;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
    padding: 15px 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s all ease-in-out;
    transform: scale(0.9) !important;
}

.clientSwiper .swiper-slide.swiper-slide-active {
    transform: scale(1) !important;
}

.clientSwiper .swiper-slide img {
    width: auto;
    height: 100%;
    max-height: 100px;
    text-align: center;
}

.clientSwiper .swiper-button-next:after,
.clientSwiper .swiper-rtl .swiper-button-prev:after,
.clientSwiper .swiper-button-prev:after,
.clientSwiper .swiper-rtl .swiper-button-next:after {
    color: #0DA98C;
    font-size: 24px;
}


/* ============================================== */
/* Footer Starts */
/* ============================================== */

footer {
    border-top: 6px solid #0DA98C;
    border-bottom: 6px solid #0DA98C;
    background: linear-gradient(180deg, #323232 0%, #121212 100%);
    padding: 70px 0px 15px;
}

footer .para {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    letter-spacing: 0.32px;
    max-width: 70%;
    margin: 25px 0px 15px 0px;
}

.social-links {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    margin-top: 40px;
}

footer .social-links a {
    border-radius: 45px;
    border: 0.5px solid #606060;
    background: #141414;
    flex: 0 0 45px;
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    gap: 7px;
    transition: 0.3s all;
}

footer .social-links a:hover {
    background: #FFF;
    color: #141414;
}

.footer-link-title {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 28.8px;
}

.footer-links ul {
    margin-top: 25px;
}

.footer-links ul li a {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    margin: 15px 0px !important;
    display: block;
    transition: 0.3s all;
}

.footer-links ul li a:hover {
    color: #FFF;
    opacity: 0.6;
}

.footer-address .addr-text {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.32px;
    text-transform: capitalize;
}

.copy-right-wrapper {
    background: #FBFBFB;
    margin-top: 70px;
    padding: 20px 0px;
}

.copy-right {
    color: #323232;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 1px;
}

.link-copy-right {
    color: #323232;
    text-align: right;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.257px;
}

@media (max-width: 1400px) {
    .hero-banner-content {
        padding-right: 12px;
    }

    .vs-ms-wrapper .img-wrapper .main-img {
        width: 80%;
    }

    .vs-ms-wrapper .img-wrapper .small-img {
        max-width: 230px;
    }

    .vs-ms-wrapper .img-wrapper .small-img {
        left: 10px;
    }

    .vs-ms-wrapper .mission-wrapper .img-wrapper .small-img {
        right: 10px;
    }
}

@media (max-width: 992px) {
    .navbar-collapse {
        border-radius: 16px;
        border: 1px solid #E0E0E0;
        background: #FFF;
        box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
    }

    header .navbar .nav-item {
        margin: 6px 0px 6px 39.5px;
    }

    header ul.navbar-nav {
        padding: 20px 0px;
    }

    .navbar-toggler {
        border: 1px solid #0DA98C;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }


    .hero-wrapper {
        padding: 100px 0px 40px 0px;
    }

    .counter-wrapper .counter {
        font-size: 50px
    }

    .counter-box {
        padding: 30px 0px;
    }

    .about-img {
        max-width: 70%;
    }

    p.para.text-center.mt-4 {
        max-width: 100%;
    }

    .vs-ms-wrapper .vision-wrapper {
        margin-bottom: 50px;
    }

    .vs-ms-wrapper .content-wrapper {
        padding: 20px 20px 20px 40px !important;
    }

    .vs-ms-wrapper .mission-wrapper .content-wrapper::before {
        left: 0;
    }

    .vs-ms-wrapper .img-wrapper .main-img {
        width: 100%;
    }

    .vs-ms-wrapper .img-wrapper .small-img {
        left: -70px;
    }

    .vs-ms-wrapper .mission-wrapper .img-wrapper .small-img {
        right: -70px;
    }

    .our-produts-wrapper {
        margin-bottom: 150px;
    }

    .clients-wrapper::before {
        height: 100%;
        top: 0;
    }
}

@media (max-width: 768px) {
    .main-title {
        font-size: 40px;
        line-height: 50.818px;
    }

    .main-title .color-with-bold-text {
        font-size: 46px;
    }

    .mix-title {
        font-size: 46px;
    }

    .vs-ms-wrapper .img-wrapper .main-img {
        width: 80%;
    }

    .vs-ms-wrapper .img-wrapper .small-img {
        left: 0px;
    }

    .vs-ms-wrapper .mission-wrapper .img-wrapper .small-img {
        right: 0px;
    }

    .our-produts-wrapper {
        padding: 60px 0px 100px 0px !important;
    }

    .our-product-img {
        max-width: 100%;
        margin-top: 30px;
    }

    .our-produts-wrapper .product-title-wrapper .para {
        max-width: 100%;
    }

    .clients-wrapper .sub-title {
        font-size: 20px;
    }

    .social-links {
        margin: 40px 0px;
    }

    .footer-address {
        margin-top: 40px;
    }

    .footer-address .social-links {
        margin-top: 15px !important;
    }

    .copy-right {
        text-align: center;
        padding-bottom: 15px;
    }

    .our-produts-wrapper {
        margin-bottom: 70px;
    }
}

@media (max-width: 576px) {
    .hero-wrapper {
        min-height: 600px;
    }

    .main-title {
        font-size: 36px;
        line-height: 44.818px;
    }

    .main-title .color-with-bold-text {
        font-size: 40px;
    }

    .hero-banner-content p {
        font-size: 14px;
        line-height: 21px;
    }

    .counter-wrapper {
        padding: 30px 0px;
    }

    .about-wrapper {
        padding: 50px 0px;
    }

    .about-img {
        max-width: 90%;
    }

    .mix-title {
        font-size: 35px;
        line-height: 50px;
    }

    .para {
        font-size: 14px;
        line-height: 20px;
    }

    .counter-wrapper .counter-text {
        font-size: 16px;
    }

    .counter-wrapper .counter {
        font-size: 40px;
        line-height: 30px;
    }

    .vs-ms-wrapper {
        padding-top: 50px;
    }

    .vs-ms-wrapper .img-wrapper {
        padding: 30px 0px;
    }

    .vs-ms-wrapper .mission-wrapper {
        padding-bottom: 50px;
    }

    .vs-ms-wrapper .mission-wrapper .img-wrapper .small-img {
        bottom: -50px;
    }

    .our-produts-wrapper {
        padding: 50px 0px 130px 0px;
    }

    .clients-wrapper {
        padding: 50px 0px;
    }

    .clientSwiper .swiper-slide img {
        max-height: 60px;
    }

    .clientSwiper .mix-title {
        margin-bottom: 10px;
    }

    .navigation {
        position: relative;
        width: 100%;
        right: auto;
        top: -120px;
        left: auto;
        margin: 0 auto;
    }

    footer .para {
        max-width: 100%;
        font-size: 14px;
        line-height: 22.6px;
    }

    .footer-links ul li a {
        font-size: 14px;
        line-height: 16.6px;
    }

    .footer-address .addr-text {
        font-size: 14px;
        line-height: 22px;
    }


    .copy-right,
    .link-copy-right {
        font-size: 14px;
    }

    .our-produts-wrapper {
        margin-bottom: 0px;
    }
}

@media (min-width: 0px) and (max-width: 480px) {
    .vs-ms-wrapper .img-wrapper .small-img {
        max-width: 150px;
    }

    .main-title {
        font-size: 32px;
        line-height: 40.818px;
    }

    .main-title .color-with-bold-text {
        font-size: 36px;
    }

    .vs-ms-wrapper .content-wrapper {
        padding: 20px 20px 20px 25px !important;
    }

    .mix-title {
        font-size: 30px;
        line-height: 50px;
    }

    .vs-ms-wrapper .content-wrapper .mix-title::before {
        left: -26px;
    }

    .clientSwiper .swiper-slide {
        padding: 5px 10px;
    }

    .clientSwiper .swiper-slide img {
        max-height: 50px;
    }

    .navigation {
        top: -100px;
    }

    .vs-ms-wrapper .mission-wrapper .img-wrapper .small-img {
        bottom: -20px;
    }

    .vs-ms-wrapper {
        padding-bottom: 50px;
    }
}







/* ===Responsive== */

@media (max-width:992px) {

    .pro-heading {
        font-size: 17px;
        line-height: 20px;
    }

    .pro-sub-titles {
        font-size: 14px;
        line-height: 20px;
    }

    .spacing {
        margin-top: 222px;
    }

    .our-product-1 {
        font-size: 30px;
        line-height: 31px;

    }

    .pading-box-main {
        padding-top: 50px;
        padding-bottom: 150px;
    }

    .imges-perent-2 img {
        height: auto;
        margin: 0 auto;
        display: flex;
    }

    .subdiv-3 {
        padding-left: 20px;
    }

    .fourth-div {
        top: 47%;
    }

    .bild-content {
        min-width: 36%;
    }

    .clients-wrapper {
        margin-top: 0;
    }
}

@media (max-width:768px) {
    .new-content-1 {
        text-align: center;
        max-width: 65%;
    }

    .spacing {
        margin-top: -49px;
        max-width: 68%;
    }

    .div-flex {
        display: flex;
        flex-direction: column-reverse;
    }

    .third-div {
        top: 50%;
    }

    .heading-2 {
        max-width: 57%;
        text-align: center;
    }

    .silicon {
        max-width: 56%;
        text-align: center;
    }

    .subdiv-3 {
        padding-left: 122px;
    }

    .flex-4 {
        display: flex !important;
        align-items: center !important;
        flex-direction: column-reverse;
    }

    .imges-perent-2 img,
    .imges-perent-3 img,
    .imges-perents-4 img {
        width: 220px;
    }

    .imges-perents-4 img {
        display: flex;
        margin: 0 auto;
    }

    .bild-content {
        padding-top: 0px;
        margin: 0;
    }

    .fourth-div {
        top: 68%;
        left: 43%;
    }

    .bild-content {
        line-height: 23px;
        min-width: 33%;
        width: 65%;
        text-align: center;
    }

    .flex-two {
        display: flex !important;
        flex-direction: column-reverse;
    }

    .second-div {
        top: -50%;
        left: 0;
    }

    .content-second-1 {
        padding-right: 0px;
        margin-top: 15px;
    }

    .second-insulator-1 {
        margin: 0px;
    }

    .second-pera-1 {
        margin: 0px;
    }

    .pading-box-main {
        padding-bottom: 150px;
    }

    .second-insulator-1,
    .second-pera-1 {
        text-align: center;
    }

}


@media (max-width:576px) {

    .our-products-inner-wrapper {
        padding: 20px 0 0 0;
    }

    .pro-heading {
        font-size: 15px;
        line-height: 20px;
    }

    .pro-sub-titles {
        font-size: 12px;
        line-height: 18px;
    }

    .pading-box-main {
        padding-top: 0px;
    }

    .imges-perents-4 {
        position: relative;
        top: -16px;
        left: 0;
    }

    .spacing {
        margin-top: -13px;
        margin-left: 88px;
    }

    .imges-second-1 img {
        width: 59%;
    }

    .imges-perent-2 img,
    .imges-perent-3 img,
    .imges-perents-4 img {
        width: 33%;
    }

    .third-div {
        left: -29%;
        top: 54%;
    }

    .bild-content {
        min-width: 47%;
    }

    .fourth-div {
        top: 59%;
        left: 28%;
    }

    .our-product-1 {
        font-size: 5vw;
        line-height: 6vw;
    }

    .main-box-1 {
        margin-top: 20vw;
    }

    a.navbar-brand img {
        max-width: 150px;
    }
}

@media (min-width: 300px) and (max-width: 480px) {
    .pro-heading {
        font-size: 12px;
        line-height: 16px;
    }

    .pro-sub-titles {
        font-size: 10px;
        line-height: 15px;
    }

    .subdiv-3 {
        padding-left: 70px;
        max-width: 360px;
        margin: 0 auto;
    }

}




/* ================================== */
/* About page Starts */
/* ================================== */

.about-hero {
    background: url('../images/tower-bg-image.png') no-repeat;
    background-size: cover;
    padding: 140px 0px 40px 0px;
    min-height: 400px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.about-hero .hero-banner-content {
    padding: 0px;
}






/* ================================== */
/* contact page Starts */
/* ================================== */

.contact-hero {
    background: url('../images/tower-bg-image-2.png') no-repeat;
    background-size: cover;
    padding: 140px 0px 40px 0px;
    min-height: 400px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.contact-hero .hero-banner-content {
    padding: 0px;
}


.contact-wrapper {
    padding: 100px 0px;
}

.contact-wrapper .title {
    color: #0DA98D;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 64.8px;
}

.contact-wrapper .form-wrapper {
    margin-right: 50px;
}

.form-wrapper form {
    margin-top: 50px;
}

.form-wrapper input,
.form-wrapper textarea {
    border-radius: 7px;
    background: #F5F3F3 !important;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    padding: 10px 15px;
    border-color: transparent;
}

.form-control:focus {
    box-shadow: none;
    border-color: #0FAE90;
}

.form-wrapper input {
    height: 50px;
    width: 100%;
}

.theme-btn {
    background: #0DA98D;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 10px 25px;
    border: none;
    border-radius: 7px;
    min-width: 200px;
}

.theme-btn i.icon {
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
}

.icon-box:last-child {
    margin-bottom: 0px;
}

.icon-box .icon-wrapper {
    line-height: 46px;
}

.icon-box .icon-wrapper img {
    width: auto;
    max-width: 40px;
    height: 40px;
}

.contact-wrapper .card {
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.10);
    border: none;
    padding: 50px;
}


.contact-wrapper .card .title-text {
    color: #0DA98D;
    font-size: 22px;
    font-weight: 700;
    line-height: 35.838px;
}

.contact-wrapper .card .link {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 29.322px;
    text-decoration: none;
}

@media (max-width: 992px) {
    .contact-wrapper .card {
        margin: 50px 0 0 0;
    }

    .contact-wrapper .form-wrapper {
        margin: 0px;
    }
}

@media (max-width: 767px) {
    .contact-wrapper .title {
        font-size: 38px;
        line-height: 54px;
    }

    .form-wrapper form {
        margin-top: 20px;
    }
}


@media (max-width: 576px) {
    .contact-wrapper {
        padding: 50px 0px;
    }

    .contact-wrapper .title {
        font-size: 30px;
        line-height: 44px;
    }

    .contact-wrapper .card {
        padding: 30px;
    }

    .icon-box .icon-wrapper img {
        max-width: 35px;
        height: 35px;
    }

    .contact-wrapper .card .title-text {
        font-size: 20px;
        line-height: 25.838px;
        margin-bottom: 0px;
    }

    .icon-box .icon-wrapper {
        line-height: 30px;
    }

    .contact-wrapper .card .link {
        font-size: 16px;
        line-height: 25px;
    }

    .icon-box {
        margin-bottom: 20px;
    }
}



/* ================================== */
/* Insulation page Starts */
/* ================================== */

.insulation-hero {
    background: url('../images/insulation-bg.png') no-repeat;
    background-size: cover;
    padding: 140px 0px 40px 0px;
    min-height: 400px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.insulation-wrapper {
    padding: 100px 0px;
}

.insulation-wrapper .img-wrapper,
.prod-info-wrapper .img-wrapper {
    max-width: 100%;
}

.insulation-wrapper .img-wrapper img,
.prod-info-wrapper .img-wrapper img {
    width: 100%;
    height: auto;
    border: 7px solid #0DA98C;
    border-radius: 24px;
}

.insulation-wrapper .table-wrapper {
    box-shadow: 0px 5.02618px 50.26179px 0px rgba(0, 0, 0, 0.10);
}

.insulation-wrapper .table-wrapper table {
    border-radius: 10px;
}

.insulation-wrapper .table-wrapper table thead th {
    background: #333;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    vertical-align: middle;
    padding: 15px;
}

.insulation-wrapper .table-wrapper table thead th:first-child {
    border-radius: 10px 0px 0px 0px;
}

.insulation-wrapper .table-wrapper table thead th:last-child {
    border-radius: 0px 10px 0px 0px;
}

.insulation-wrapper .table-wrapper table tbody td {
    background: #0DA98C;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    vertical-align: middle;
    padding: 15px;
}

.insulation-wrapper .table-wrapper table tbody td:first-child {
    border-radius: 0px 0px 0px 10px;
}

.insulation-wrapper .table-wrapper table tbody td:last-child {
    border-radius: 0px 0px 10px 0px;
}

.black-title {
    color: #333;
    font-family: Satoshi;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
}


.prod-info-wrapper {
    padding: 0px 0px 100px 0px;
}

.prod-info-wrapper .right-wrapper {
    padding-left: 50px;
}

.prod-info-wrapper .right-wrapper .li-title {
    margin-top: 30px;
    color: #333;
    font-family: Satoshi;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.prod-info-wrapper .right-wrapper ul li {
    list-style: disc;
    color: #333;
    font-family: Satoshi;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

@media (max-width: 992px) {
    .prod-info-wrapper .right-wrapper {
        padding-left: 12px;
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .insulation-wrapper {
        padding: 70px 0px;
    }

    .prod-info-wrapper {
        padding-bottom: 70px;
    }
}

@media (max-width: 576px) {
    .insulation-wrapper {
        padding: 50px 0px;
    }

    .prod-info-wrapper {
        padding-bottom: 50px;
    }

    .insulation-wrapper .table-wrapper table tbody td,
    .insulation-wrapper .table-wrapper table thead th {
        font-size: 14px;
    }

    .black-title {
        font-size: 28px;
    }

    .prod-info-wrapper .right-wrapper .li-title {
        margin-top: 15px;
        font-size: 16px;
    }

    .prod-info-wrapper .right-wrapper ul li {
        font-size: 14px;
    }

    .prod-info-wrapper .right-wrapper {
        padding-top: 30px;
    }

}





/* ================================== */
/* Product page Starts */
/* ================================== */

.product-hero {
    background: url('../images/procut-bg.png') no-repeat;
    background-size: cover;
    padding: 140px 0px 40px 0px;
    min-height: 400px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.product-category-wrapper {
    padding: 100px 0px;
}

.product-category-wrapper .cate-title {
    color: #0DA78B;
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
}

.sort-wrapper {
    display: flex;
    align-items: center;
}

.sort-wrapper .icon-wrapper {
    min-width: 90px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 13px;
    padding-right: 20px;
}

.sort-wrapper .icon-wrapper .sort-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 25px;
    height: 25px;
}

.sort-wrapper .icon-wrapper a svg path {
    transition: 0.3s all;
}

.sort-wrapper .icon-wrapper a:hover svg path,
.sort-wrapper .icon-wrapper a:active svg path,
.sort-wrapper .icon-wrapper a.active svg path {
    opacity: 0.5;
}

.sort-wrapper .dropdown-toggle::after {
    display: none;
}

.sort-wrapper .dropdown-menu.show {
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 5.02618px 50.26179px 0px rgba(0, 0, 0, 0.10);
    padding: 20px;
    border: none;
    margin: 20px 0 0 0 !important;

}

.sort-wrapper .dropdown-menu .dd-title {
    color: #0DA78B;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
}

.sort-wrapper .dropdown-menu li {
    padding: 0px 0px 15px 0px;
}

.sort-wrapper .dropdown-menu li a {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 25.2px;
    padding: 0px;
    transition: 0.3s all;
}

.sort-wrapper .dropdown-menu li a:hover {
    background: unset;
    color: #0FAE90;
}

.sort-wrapper .dropdown-menu li:last-child {
    border-bottom: 1px solid #333;
}

.sort-wrapper .form-select {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    border-radius: 7px;
    border: 1px solid #33333350;
}

.sort-wrapper .form-select:focus {
    box-shadow: 0 0 0 0.25rem rgb(227 227 227 / 25%);
}

.sort-wrapper .form-select option {
    background: #FFF;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 5.02618px 50.26179px 0px rgba(0, 0, 0, 0.10);
}

.products-wrapper {
    padding: 40px 0px;
}

/* .list-view .col-6 {
    width: 100%;
}

.list-view .pro-box  {
    display: flex;
}

.list-view .pro-box .pro-title,
.list-view .pro-box .pro-subtitle {
    flex: 0 0 100%;
}

.list-view .pro-box .img-wrapper {
    margin-bottom: 0px;
} */


.pro-box {
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 5.02618px 50.26179px 0px rgba(0, 0, 0, 0.10);
    padding: 25px;
    text-align: center;
    margin: 12px 0px;
    height: calc(100% - 24px);
}

.pro-box .img-wrapper {
    max-width: 100%;
    height: 200px;
    margin-bottom: 20px;
}

.pro-box .img-wrapper img {
    max-width: 100%;
    height: 100%;
    width: auto;
    object-fit: contain;
}

.pro-box .pro-title {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    line-height: 33.6px;
}

.pro-box .pro-subtitle {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    margin-top: 15px;
}

.guard-border {
    border-radius: 10px;
    border: 3px solid #0DA98C;
    text-align: center;
}

.guard-border img {
    border: none !important;
    text-align: center;
}

@media (max-width: 992px) {
    .product-category-wrapper .cate-title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .product-category-wrapper {
        padding: 70px 0px;
    }

    .product-category-wrapper .cate-title {
        font-size: 30px;
    }

    .sort-wrapper {
        margin-top: 20px;
    }

    .pro-box {
        padding: 15px;
    }

    .pro-box .img-wrapper {
        height: 150px;
    }

    .pro-box .pro-title {
        font-size: 22px;
        line-height: normal;
    }

    .pro-box .pro-subtitle {
        font-size: 16px;
        line-height: normal;
    }
}

@media (max-width: 576px) {
    .product-category-wrapper {
        padding: 50px 0px;
    }

    .products-wrapper {
        padding: 30px 0px 0px 0px;
    }

    .pro-box .pro-title {
        font-size: 20px;
    }

    .pro-box .pro-subtitle {
        font-size: 14px;
    }

    .pro-box .img-wrapper {
        height: 140px;
    }
}

@media (max-width: 480px) {

    .pro-box .img-wrapper {
        margin-bottom: 15px;
    }

    .pro-box .pro-title {
        font-size: 18px;
    }

    .product-category-wrapper .cate-title {
        font-size: 20px;
    }
}


/* ================================== */
/* Bird Diverters & Bird Guard page Starts */
/* ================================== */


.bird-hero {
    background: url('../images/bird-page-bg.png') no-repeat;
    background-size: cover;
    padding: 140px 0px 40px 0px;
    min-height: 400px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.pro-content-section {
    padding: 100px 0px;
}

.left-bar .nav {
    border-radius: 10px;
    background: linear-gradient(180deg, #0DA98D 0%, #088D75 100%);
    padding: 20px;
    height: 100%;
}

.left-bar .nav .nav-link {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    padding: 10px 0px;
}

.left-bar .nav .nav-link.active {
    border-radius: 10px;
    background: #FFF;
    color: #0CA78B;
    font-weight: 700;
    margin: 10px 0px 10px 0px;
    padding: 10px;
}

.left-bar .nav .nav-link.active i svg path {
    fill: #0CA78B;
}

.left-bar .nav .nav-link.active i.stoke-icon svg path {
    stroke: #0CA78B;
}

.pro-selector .nav {
    border-radius: 10px;
    border: 1px solid #0DA98D;
    justify-content: space-between;
}

.pro-selector .nav .nav-link {
    color: #0DA98D;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 35px;
    width: 100%;
}

.pro-selector .nav .nav-link.active {
    background: linear-gradient(180deg, #0DA98D 0%, #088D75 100%);
    color: #FFF;
    font-weight: 700;
}

.pro-selector .nav .nav-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro-selector .nav .nav-item:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 80%;
    background: #0CA78B;
    right: 0;
}

.pro-selector .nav .nav-item.active::before,
.pro-selector .nav .nav-item:last-child::before {
    display: none;
}

.pro-selector .nav .nav-item:first-child {
    border-radius: 10px 0px 0px 10px !important;
}

.pro-selector .nav .nav-item:last-child {
    border-radius: 0px 10px 10px 0px !important;
}

.pro-selector .nav .nav-item:first-child .nav-link.active {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pro-selector .nav .nav-item:last-child .nav-link.active {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pro-selector .m-title {
    color: #0DA98D;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.pro-selector .tab-content {
    margin: 30px 0 0 0;
}

.pro-selector .img-wrapper {
    max-width: 100%;
    height: 100%;
}

.pro-selector .img-wrapper img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    border: 3px solid #0DA98C;
}

.pro-selector .content-wrapper {
    border-radius: 15px;
    border: 2px solid #0DA98D;
    height: 100%;
    padding: 10px;
}

.pro-selector .content-wrapper table thead th {
    color: #0DA98D;
    font-size: 18px;
    font-weight: 700;
}

.pro-selector .content-wrapper table tr:first-child th {
    border-radius: 12px 0 0 0;
}

.pro-selector .content-wrapper table tr:first-child td {
    border-radius: 0 12px 0 0;
}

.pro-selector .content-wrapper table tr:last-child th {
    border-radius: 0 0 0 12px;
}

.pro-selector .content-wrapper table tr:last-child td {
    border-radius: 0 0 12px 0;
}

.pro-selector .content-wrapper table th {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 10px 15px;
}

.pro-selector .content-wrapper table td {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    padding: 10px 15px;
}

.pro-selector .text-wrapper {
    margin-top: 30px;
}

.pro-selector .text-wrapper ul li,
.pro-selector .text-wrapper P {
    color: #333;
    font-family: Satoshi;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    list-style: disc;
    margin-bottom: 10px;
}

@media (max-width: 992px) {
    .left-bar {
        margin-bottom: 20px;
    }

    .pro-selector .img-wrapper img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .pro-content-section {
        padding: 70px 0px;
    }
}

@media (max-width: 576px) {
    .pro-content-section {
        padding: 50px 0px;
    }

    .pro-selector .content-wrapper table th,
    .pro-selector .content-wrapper table td {
        padding: 7px;
        font-size: 14px;
        line-height: normal;
    }

    .left-bar .nav .nav-link.active {
        margin: 5px 0px;
    }

    .left-bar .nav .nav-link {
        font-size: 16px;
        padding: 7px 0px;
    }

    .pro-selector .nav .nav-link {
        font-size: 16px;
        padding: 12px 20px;
    }

    .pro-selector .m-title {
        font-size: 20px;
    }
}