@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&display=swap');

:root {
    --green: #1e6233;
    --light-green: #3cb448;
    --brown: #976801;
    --black: #131212;
    --white: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
}

body {
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
    background: var(--white);
    line-height: 1.8;
    font-family: "El Messiri", sans-serif;
}

a {
    color: var(--white);
    text-decoration: none;
    font-family: "El Messiri", sans-serif;
}

a:hover {
    color: var(--white);
}

.head-b {
    background-color: var(--white);
    padding: 10px 0;
}

/*sticky watsup instagram css start*/
.sticky-watsup .float {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 106px;
    right: 10px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 24px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.sticky-watsup .my-float {
    height: 25px;
    width: 25px;
}

.sticky-instagram .float-1 {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 160px;
    right: 10px;
    /* background-color: #FFF; */
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 100;
}

.sticky-instagram .my-float-1 {
    height: 25px;
    width: 25px;
}

.sticky-facebook .float-2 {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 220px;
    right: 10px;
    /* background-color: #FFF; */
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 100;
}

.sticky-facebook .my-float-1 {
    height: 25px;
    width: 25px;
}

/*sticky watsup instagram css end*/
/*sticky-up css start*/
.back-to-top {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 15px;
    right: 10px;
    background-color: var(--white);
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.back-to-top .icon__arrow-up {
    height: 20px;
    width: 20px;
}

/*sticky-up css start*/
.navbar-nav .nav-item .nav-link {
    font-size: 15px;
    font-weight: 600;
    padding: 10px;
    color: var(--green);
    text-transform: uppercase;
}

.navbar-nav .nav-item .nav-link:hover {
    color: var(--brown);
}

.nav-middle {
    margin-right: 20px;
}

.navbar {
    background-color: transparent;
}

.nav-item:hover>.dropdown-menu {
    display: block !important;
}

.dropdown-item {
    font-size: 15px;
    font-weight: 500;
    color: var(--black-grey);
    text-transform: uppercase;
}

.dropdown-item:hover {
    color: var(--white);
    background: var(--green);
}
.feature{
    background-color: #3cb4484b;
    padding: 10px 30px 30px 30px;
}
.feature .dnld {
    background-color: var(--black);
    padding: 8px 15px;
    border-radius: 5px;

}

/* sticky */

.fixed-top.is-scrolling {
    background-color: var(--white);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* button */
.btn {
    outline: 0;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background: var(--green);
    min-width: 150px;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    padding: 7px 18px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    overflow: hidden;
    cursor: pointer;
    /* margin: 0px 20px; */
    margin-left: 20px;
}

.btn:hover {
    outline: 0;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background: var(--green);
    min-width: 150px;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    padding: 7px 18px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    overflow: hidden;
    cursor: pointer;
    /* margin: 0px 20px; */
    margin-left: 20px;
}

.btn .animation {
    border-radius: 100%;
    animation: ripple 0.6s linear infinite;
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
    }
}

/* button */
/* about */
.section-title {
    margin-bottom: 30px;
}

.section-title h1 {
    text-transform: capitalize;
    font-size: 30px;
    position: relative;
    padding-bottom: 14px;
    font-weight: 700;
    color: var(--green);
    font-family: 'Kanit', sans-serif;
}

.title-area {
    margin-bottom: 10px;
}

.title-area h2 {
    font-size: 28px;
    color: var(--green);
    font-weight: 700;
    text-transform: uppercase;
}

.title-area h1 {
    font-size: 28px;
    color: var(--green);
    font-weight: 700;
    text-transform: uppercase;
}
.title h2{
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
}

.animationBar {
    width: 100px;
    height: 4px;
    background: var(--green);
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.animationBar::after {
    content: '';
    width: 30px;
    height: 100%;
    background: var(--brown);
    position: absolute;
    top: 0;
    left: 0;
    animation-name: animationBar;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes animationBar {
    0% {
        transform: translateX(-25px);
    }

    60% {
        transform: translateX(82px);
    }

    100% {
        transform: translateX(-25px);
    }
}

.about {
    margin-top: 45px;
}

.about p {
    color: #000;
}


.about-sec {
    padding: 45px 0px;
    background-image: url("../image/about-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.about-content {
    background-color: var(--white);
    padding: 25px;
    margin-right: -65px;
    position: relative;
    z-index: 1;
    margin-top: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 9px;
}

.about-content p {
    font-size: 15px;
    color: var(--black);
}

.about-img img {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 9px;
}

.why-us {
    padding: 70px 0px;
    background-image: linear-gradient(rgba(31, 29, 29, 0.432), rgba(15, 15, 15, 0.562)), url("../image/why-us.jpg");
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
}

.card-why img {
    width: 70px;
    text-align: center;
}

.card-why {
    background: var(--white);
    padding: 15px;
    text-align: center;
    border-radius: 9px;
    border: 1px solid #535151;
    box-shadow: rgba(3, 1, 112, 0.685) 0px 3px 8px;
    min-height: 180px;
}

.card-why:hover {
    box-shadow: rgba(226, 16, 1, 0.685) 0px 3px 8px;
}

.card-why h3 {
    margin-top: 15px;
    font-size: 22px;
    font-weight: 700;
}

/* about */
/* products */

.services-one__single {
    position: relative;
    display: block;
    margin-bottom: 25px;
    border: 1px #b3b3b3 solid;
    width: 95%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.services-one__img-box {
    position: relative;
    display: block;
}

.services-one__img {
    position: relative;
    display: block;
    overflow: hidden;
}

.services-one__img:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(19, 34, 60, .30);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    background-position: center center;
    z-index: 1;
}

.services-one__img img {
    width: 100%;
    transform: scale(1);
    transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.services-one__arrow {
    position: absolute;
    right: 20px;
    bottom: -24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: var(--brown);
    font-size: 21px;
    color: #fff;
    transition: all 500ms ease;
    z-index: 1;
    text-decoration: none;
}

.services-one__arrow:before {
    position: absolute;
    top: 0;
    left: -20px;
    content: "";
    border-left: 20px solid transparent;
    border-bottom: 26px solid var(--brown);
    transition: all 500ms ease;
}

.services-one__content {
    position: relative;
    display: block;
    background-color: rgb(245, 231, 231);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    padding: 22px 30px 26px;
    min-height: 120px;
}

.services-one__title {
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
}

.services-one__title a {
    color: var(--black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
}

.services-one__single:hover .services-one__img:before {
    transform: scale(1, 1);
    transform-origin: left center;
}

.product-sec {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url('../img/bg-1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0px;
}

.product-name p a {
    font-size: 20px;
    font-weight: 600;
    color: var(--black);
    text-shadow: 1px 1px 1px var(--white);
}

/* products-end */
.client-sec {
    padding: 100px 0px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../img/bg-2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.client-sec img {
    margin: 10px 0px;
}

.contact-sec {
    padding: 45px 0px;
    background-image: linear-gradient(rgba(12, 1, 1, 0.658), rgba(7, 1, 1, 0.712)), url("../image/contact.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-content h4 {
    color: var(--white);
    font-size: 30px;
    font-weight: 700;
    margin-top: 10px;
}

.customer-logos .slide {
    margin: 0px 10px;
}

.slick-slide img {
    width: 100%;
    border: 1px solid #a5a19fa6;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

/*client end*/
/*certificate start*/
.certificate-sec {
    padding: 45px 0px 70px;

}

.cerificate-logos .slide {
    margin: 0px 10px;
}

/*certifiacte end*/

/*blog start*/
.blog-section {
    padding: 45px 0px 70px;
}

.blog-section .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.blog-section .card {
    overflow: hidden;
    box-shadow: 0px 2px 20px #d7dfe2;
    background: white;
    border-radius: 0.5rem;
    position: relative;
    width: 350px;
    margin: 1rem;
    transition: 250ms all ease-in-out;
    cursor: pointer;
}

.blog-section .card:hover {
    transform: scale(1.05);
    box-shadow: 0px 2px 40px #d7dfe2;
}

.banner-img {
    position: absolute;
    object-fit: cover;
    height: 14rem;
    width: 100%;
}

.blog-section .category-tag {
    font-size: 0.8rem;
    font-weight: bold;
    color: white;
    background: var(--light-green);
    padding: 0.5rem 1.3rem 0.5rem 1rem;
    text-transform: uppercase;
    position: absolute;
    z-index: 1;
    top: 1rem;
    border-radius: 0 2rem 2rem 0;
}

.blog-section .popular {
    background: var(--light-green);
}

.blog-section .technology {
    background: var(--light-green);
}

.blog-section.psychology {
    background: var(--light-green);
}

.blog-section .card-body {
    margin: 14rem 1rem 0rem 1rem;
}

.blog-section .blog-hashtag {
    font-size: 0.9rem;
    font-weight: 500;
    color: #4d97b2;
}

.blog-section .blog-title {
    font-size: 23px;
}

.blog-section .blog-description {
    color: #616b74;
    font-size: 0.9rem;
    font-size: 1.6;
}

.card-profile {
    display: flex;
    align-items: center;
}

.blog-section .profile-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}

.blog-section .card-profile-info {
    margin-left: 1rem;
}

.blog-section .profile-name {
    font-size: 1rem;
}

.blog-section .profile-followers {
    color: #616b74;
    font-size: 0.9rem;
}

/*blog end*/
/* footer */

.footer {
    color: var(--white);
    padding: 80px 0px 0px;
    background-image: linear-gradient(rgba(14, 13, 13, 0.8), rgba(8, 8, 8, 0.8)), url("../img/footer-bg.jpg");
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer .footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    background: var(--white);
    padding: 10px;
    border-radius: 11px;
}

.footer .peragraph {
    /* line-height: 2em; */
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 14px;
}

.footer .peragraph p {
    font-size: 15px;
    font-weight: 400;
}

.footer ul li span {
    font-size: 18px;
    color: var(--brown);
    margin-right: 20px;
}

.footer ul li {
    margin-bottom: 13px;
    /* line-height: 24px; */
    font-weight: 400;
    color: var(--white);
    font-size: 15px;
    /* text-transform: uppercase; */
}

.footer ul li a {
    color: var(--white);
}

.footer .useful h2 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 18px;
    color: var(--white);
    margin-bottom: 37px;
}

.footer .useful h2::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 45px;
    height: 3px;
    background-color: var(--brown);
}

.footer .list span {
    font-size: 10px;
}

.footer .list ul li {
    margin-bottom: 10px;
}

.footer .images img {
    padding: 5px 5px;
}

.footer .last-footer {
    border-top: 1px solid rgba(233, 229, 227, 0.925);
    padding: 15px 0px;
    font-size: 14px;
    color: var(--white);
    font-weight: 400;
}

.footer .last-footer li span {
    color: var(--brown);
    font-size: 16px;
}

.second-footer p {
    font-size: 16px;
    text-align: center;
}

.images ul li .fa-solid {
    color: var(--brown);
    font-size: 18px;
    margin-right: 8px;
}

.footer-icons ul li .fa-brands {
    color: var(--white);
    padding-right: 20px;
    font-size: 30px;
}

.display-p {
    display: flex;
}

.display-p img {
    height: 37px;
    width: 37px;
}

.display-prt {
    display: flex;
    align-items: center;
}

.display-prt img {
    height: 26px;
    width: 26px;
}

/* footer-end */
/*about page start*/
.manufacturing {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../img/blog-2.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 45px 0px;
}

.content p {
    color: var(--white);
    text-align: center;
}

.team-quality {
    padding: 60px 0px;
    border-radius: 0px;
}

.team-card img {
    height: 60px;
    width: 60px;
}

.crd {
    border-radius: 0px;
    padding: 25px;
    background-color: var(--green);
    height: 430px;
}

.crd-1 {
    border-radius: 0px;
    padding: 120px 20px;
    background-color: var(--brown);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.team-quality img {
    height: 70px;
    width: 70px;
}

.team-card-title {
    color: #fff;
    font-weight: 600;
}

.team-card-text {
    color: #fff;
}

/*about page end*/
/*enquiry page start*/
.enquiry-pg {
    padding: 60px 0px;
}

.contact-form {
    background-image: url('../img/bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
    border-radius: 5px;
}

/*enquiry page end*/
/*client page start*/
.clients-pg {
    padding: 45px 0px 60px;
    background-image: linear-gradient(rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.88)), url('../img/bg-3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.clients-pg img {
    border: 1px solid rgb(224, 224, 224);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin: 10px 0px;
}

.clients-pg img:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

/*client page end*/
/* button */
.btn-1 {
    outline: 0;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background: var(--black);
    min-width: 165px;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    padding: 8px 16px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    overflow: hidden;
    cursor: pointer;
}

.btn-1:hover {
    outline: 0;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background: var(--black);
    min-width: 165px;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    padding: 8px 16px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    overflow: hidden;
    cursor: pointer;
}

.btn-1 .animation {
    border-radius: 100%;
    animation: ripple 0.6s linear infinite;
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
    }
}

/* button */

/*enquiry page end*/
/*contact page start*/
.contact-pg {
    background-image: url('../img/bg-contact.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 45px 0px 130px;
    margin-top: 170px;
}

.info-detail-card {
    background-color: var(--black);
    margin-top: -140px;
    padding: 20px 0px;
    height: 220px;
    min-height: 220px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    border-radius: 1px;
}

.info-detail-card img {
    height: 70px;
    width: 70px;
}

.info-detail-card-title {
    color: var(--white);
}

.info-detail-card-text {
    color: var(--white);
}

.cntact-form {

    padding: 45px 0px;
}

.outer-frm {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    padding: 30px;
    background-image: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), url('../img/bg-5.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*contact page end*/
/*product list page start*/
.product-list {
    padding: 45px 0px;
    background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url('../img/bg-5.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.product-list .card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    margin: 15px 0px;
}

.product-list .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}


.product-list .card-content {
    padding: 20px;
    background: linear-gradient(45deg, #976801, #b8820d, #e9ad2c);
}

.card-title {
    font-size: 18px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    margin-bottom: 10px;
}

/*product list page end*/
/*product new detail start*/
.product-section .title-area{
    padding-bottom: 10px;
}
.product-section{
    padding: 60px 0px;
}
.product-section img{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: 1px solid #e4e4e4;
    margin: 10px 0px;
}
.sub-title h4{
    color: var(--brown);
    font-weight: 600;
    font-size: 20px;
    padding: 10px 0px;
}
.table-1 table tr td{
    text-align: center;
}

.title-sub h3{
    color: var(--green);
    font-size: 20px;
    font-weight: 600;
}

/*product new detail end*/
/*product detail start*/
.product-section{
    padding: 60px 0px;
}
.product-details .card-wrapper{
    max-width: 1100px;
    margin: 0 auto;
  }
  .product-details img{
    width: 100%;
    display: block;
  }
  .product-details .img-display{
    overflow: hidden;
  }
  .product-details .img-showcase{
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
  }
  .product-details .img-showcase img{
    min-width: 100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  }
  .product-details .img-select{
    display: flex;
  }
  .product-details .img-item{
    margin: 0.3rem;
  }
  .product-details .img-item:nth-child(1),
  .product-details .img-item:nth-child(2),
  .product-details .img-item:nth-child(3){
    margin-right: 0;
  }
  .product-details .img-item:hover{
    opacity: 0.8;
  }
  .product-details .product-price span{
    font-weight: 400;
  }
  .product-details .product-detail h2{
    text-transform: capitalize;
    color: #12263a;
    padding-bottom: 0.6rem;
  }
  .product-details .product-detail p{
    font-size: 16px;
    padding: 0.3rem;
    opacity: 0.8;
  }
  .product-details .product-detail ul{
    margin: 1rem 0;
    font-size: 0.9rem;
  }
  .product-details .product-detail ul li{
    margin: 0;
    list-style: none;
    background: url('../img/icon/checked.png') left center no-repeat;
    background-size: 18px;
    padding-left: 1.7rem;
    margin: 0.4rem 0;
    font-weight: 600;
    opacity: 0.9;
    font-size: 16;
  }
  .product-details .product-detail ul li span{
    font-weight: 400;
  }
  .product-details .title h2 {
    font-size: 40px;
    color: var(--af-dark-brown);
    font-weight: 400;
    font-family: "Roboto Slab", serif;
  }
  .img-showcase img{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  }
  .img-item img{
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  }
  .title-sub h4{
    font-size: 18px;
    font-weight: 600;
    color: var(--brown);
  }
  .gallery-product{
    padding: 45px 0px;
  }

  
  
  @media screen and (min-width: 992px){
    .product-details .card{
      /* padding: 45px 0px; */
        /* display: grid; */
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.5rem;
        /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
        border: 0px solid #e6e6e6;
        
    }
    .product-details .card-wrapper{
        /* height: 100vh; */
        /* padding: 60px 0px; */
        display: flex;
        justify-content: center;
        align-items: center;
        
    }
    /* .product-details .product-imgs{
        display: flex;
        flex-direction: column;
        justify-content: center;
    } */
    .product-details .product-content{
        padding-top: 0;
    }
    table{
        border: 1px solid #808080;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    }
  }
  
  /*product detail end*/

/* button */
.btn-3 {
    outline: 0;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background: var(--green);
    min-width: 150px;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    padding: 7px 18px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    overflow: hidden;
    cursor: pointer;
}

.btn-3:hover {
    outline: 0;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background: var(--green);
    min-width: 150px;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    padding: 7px 18px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    overflow: hidden;
    cursor: pointer;
}

.btn-3 .animation {
    border-radius: 100%;
    animation: ripple 0.6s linear infinite;
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
    }
}

/* button */


/* solar epc start */
.get-in-touch{
    background-color: var(--light-green);
}
.git{
  padding: 20px;
}
.git h1{
color: var(--white);
}
.space{
    padding: 45px 0px;
}
.epc-title h2{
    color: var(--green);
}
.epc-title  h2 span{
    color:#281667
}
.clr{
    background-color: var(--light-green);
}
.quality-exp{
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),url('../img/about.jpg');
}
.epc-txt p span{
    color: var(--green);
    font-weight: 700;
}

.list-epc ul li{
    color: var(--white)!important;
}
.display-quality{
    display: flex;
    margin: 10px 0px;
}
.quality-icn{
    height: 25px;
    width: 25px;
    margin-right: 15px;
}
.quality-txt p{
    color: var(--white);
}
.quality-txt ul li{
    color: var(--white);
}
.epc-exp{
    margin: 10px 0px;
    height: 350px;
}
.epc-exp .epc-exp-title{
    color: var(--black);
    text-align: center;
}
.service-epc-img{
    height: 80px;
    width: 80px;
}
.service-epc-card{
    border: 0px;
    margin: 15px 0px;
}
.epc-list ul{
    padding: 0px;
}
.service-epc-title{
    color: var(--black);
}
.project{
    background-image: url('../img/service-bg-1.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.Distributions-img{
    height: 150px;
    width: 150px;
}
.Distributions-title{
    color: var(--black);
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}
.Distributions-card{
    border: 1px solid #dfdfdf;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 530px;
}
.project-list ul li{
    margin: 15px 0px;
    color: var(--white);
    font-weight: 500;
}
.title-sub h4{
    font-weight: 700;
    font-size: 21px;
    margin: 10px 0px;
}
/* solar epc end */
/*product detail end*/


@media (max-width:600px) {

    .navbar {
        padding: 0;
    }

    .about-content {
        margin-right: 0;
        position: unset;
        margin-top: 20px;
        padding: 10px;
    }

    .text-end {
        text-align: center !important;
    }
    .title{
        margin: 15px 0px;
    }

    .contact-content h4 {
        text-align: center;
    }

    .para {
        padding: 0px 30px;
    }

    .form-bg {
        margin-top: 40px;
    }

    .detail-img img {
        margin-top: 0px;
        margin-bottom: 30px;
        box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    }

    .btn {
        margin: 0px 12px;
    }
}

@media screen and (min-width: 601px) and (max-width: 768px) {
    .para {
        padding: 0px 20px;
    }
}
marquee {
    color: #fff;
}
marquee a.footer_text {
    color: #fff;
    font-family: "Marmelad", sans-serif;
    font-weight: 500;
    font-size: 13px;
}