section {
    height: auto;
}

.hero {
    height: 400px!important;
    text-align: center;
}

.hero h1 {
    font-size: 80px;
    color: #fff;
}

.a_what_r_we {
    margin-top: 50px;
    height: auto;
}

.a_what_r_we .a_left {
    margin-left: 10px;
    width: 50%;
    float: left;
}

.a_left h3 {
    color: #8cc751;
    font-size: 30px;
}

.a_left h5 {
    color: #32de84;
    margin-top: 20px;
    margin-bottom: 20px;
}

.a_left h4 {
    color: #8cc751;
    margin-top: 20px;
    margin-bottom: 20px;
}

.a_left a {
    padding: 15px 15px 15px 15px;
    background-color: transparent;
    color: #444444;
    text-decoration: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    border: #32de84 1px solid;
}

.a_left a:hover {
    background-color: #444444;
    color: #ffffff;
}

.a_right {
    float: right;
    margin-top: 1px;
    margin-bottom: 60px;
}

.a_right h4 {
    color: #8cc751;
    margin-top: 20px;
    margin-bottom: 20px;
}

.a_right img {
    height: auto;
    width: auto;
}

.img_rotate {
    transition: 1s all ease-in-out;
    -webkit-transition: 1s all ease-in-out;
    -moz-transition: 1s all ease-in-out;
    -ms-transition: 1s all ease-in-out;
    -o-transition: 1s all ease-in-out;
}

.img_rotate:hover {
    rotate: 35deg!important;
}


/* our vision */

.mission-vision-section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 40px 20px;
    background-color: #f5f5f5;
    height: auto;
}

.card {
    position: relative;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 40px 20px 20px 20px;
    width: 300px;
    max-width: 100%;
    box-sizing: border-box;
    transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    border: none;
}

.card:hover {
    background-color: #32de84;
    color: #fff;
}

.card .icon {
    position: absolute;
    top: -20px;
    left: -20px;
    background-color: #4CAF50!important;
    /* Change color as needed */
    padding: 12px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    border: none;
}

.card h3 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 1.5em;
    color: #333;
}

.card p {
    color: #555;
    font-size: 0.95em;
    line-height: 1.6;
}

.card:hover h3,
.card:hover p {
    color: #fff;
}

.card:hover .icon {
    rotate: 360deg;
}


/* our vision ends */


/* service we provide */

.serviceWeProvide {
    height: auto;
}

.sw_top {
    width: 100%;
    background-color: #32de84;
    height: auto;
}

.sw_top h2 {
    padding-top: 50px;
    text-align: center;
    color: #ffffff;
    font-size: 40px;
}

.sw_top h5 {
    text-align: center;
    color: #ffffff;
}

.services_a {
    margin-top: 100px;
    justify-content: center;
    z-index: 8000;
}


/* new service */


/* Font Import */

@import url("https://fonts.googleapis.com/css?family=Raleway:400,300,200,500,600,700");

/* Base styles */

.sw_top h1,
.sw_top h2,
.sw_top h3 {
    font-weight: 200;
}


/* Fast spin animation */

@keyframes fa-spin-fast {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

@-webkit-keyframes fa-spin-fast {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
    }
}

.fa-spin-fast {
    animation: fa-spin-fast 0.2s infinite linear;
    -webkit-animation: fa-spin-fast 0.2s infinite linear;
}


/* Material card styles - example for Red palette */

.material-card {
    position: relative;
    height: 0;
    padding-bottom: calc(100% - 16px);
    margin-bottom: 6.6em;
    transition: all 0.3s;
}

.material-card h2 {
    position: absolute;
    top: calc(100% - 16px);
    left: 0;
    width: 100%;
    padding: 10px 16px;
    color: #fff;
    font-size: 1.4em;
    line-height: 1.6em;
    margin: 0;
    transition: all 0.3s;
}

.material-card h2 span {
    display: block;
}

.material-card h2 strong {
    font-weight: 400;
    display: block;
    font-size: 0.8em;
}

.material-card h2:before,
.material-card h2:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: -16px;
    width: 0;
    border: 8px solid;
    transition: all 0.3s;
}


/* h2 pseudo borders for Red palette */

.material-card h2:after {
    top: auto;
    bottom: 0;
    border-top-color: #32de84;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card h2:before {
    border-top-color: transparent;
    border-right-color: #fff;
    border-bottom-color: #fff;
    border-left-color: transparent;
}

.material-card.mc-active {
    padding-bottom: 0;
    height: auto;
}

@media screen and (max-width: 767px) {
    .material-card.mc-active {
        padding-bottom: 0;
    }
}

.material-card.mc-active h2 {
    top: 0;
    padding: 10px 16px 10px 90px;
}


/* Content inside card */

.material-card .mc-content {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 16px;
    left: 16px;
    transition: all 0.3s;
}

.material-card .mc-btn-action {
    position: absolute;
    right: 16px;
    top: 15px;
    border-radius: 50%;
    border: 5px solid #32de84;
    width: 54px;
    height: 54px;
    line-height: 44px;
    text-align: center;
    color: #444444;
    cursor: pointer;
    z-index: 20;
    transition: all 0.3s;
}

.material-card .mc-btn-action:hover {
    border-color: #8cc751;
    background-color: #8cc751;
}

.material-card.mc-active .mc-btn-action {
    top: 62px;
    border-color: transparent;
    background-color: transparent;
}

.material-card .mc-description {
    position: absolute;
    top: 100%;
    right: 30px;
    left: 30px;
    bottom: 54px;
    opacity: 0;
    transition: opacity 1.2s;
    overflow: visible;
}

.material-card.mc-active .mc-description {
    top: 50px;
    padding-top: 5.6em;
    opacity: 1;
    height: auto;
}

@media screen and (max-width: 767px) {
    .material-card.mc-active .mc-description {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        bottom: 0;
    }
}

.material-card .mc-footer {
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
    position: relative;
    z-index: 8888;
}

.material-card.mc-active .mc-footer {
    overflow: visible;
    position: absolute;
    top: calc(100% - 16px);
    left: 16px;
    right: 0;
    height: 89px;
    padding-top: 15px;
    padding-left: 25px;
    background-color: #fff;
}

.material-card.mc-active .mc-footer h4 {
    position: absolute;
    top: -32px;
    left: 30px;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    transition: color 0.3s;
}

.material-card.mc-footer h4 {
    position: absolute;
    top: 200px;
    left: 30px;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    transition: color 0.3s;
}

.material-card.mc-footer a {
    display: block;
    float: left;
    position: relative;
    width: 52px;
    height: 52px;
    margin-left: 5px;
    margin-bottom: 15px;
    font-size: 28px;
    color: #8cc751!important;
    line-height: 52px;
    text-decoration: none;
    top: 200px;
    text-decoration: none;
    transition: color 0.3s;
}

.material-card.mc-footer .fa {
    color: #8cc751;
}

.material-card.mc-footer a:nth-child(1) {
    transition-delay: 0.5s;
}

.material-card.mc-footer a:nth-child(2) {
    transition-delay: 0.6s;
}

.material-card.mc-footer a:nth-child(3) {
    transition-delay: 0.7s;
}

.material-card.mc-footer a:nth-child(4) {
    transition-delay: 0.8s;
}

.material-card.mc-footer a:nth-child(5) {
    transition-delay: 0.9s;
}


/* Image container */

.material-card .img-container {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    transition: all 0.3s;
}

.material-card.mc-active .img-container {
    border-radius: 50%;
    left: 0;
    top: 12px;
    width: 60px;
    height: 60px;
    z-index: 20;
}

.material-card.mc-active .mc-content {
    padding-top: 5.6em;
}

@media screen and (max-width: 767px) {
    .material-card.mc-active .mc-content {
        position: relative;
        margin-right: 16px;
        height: auto;
    }
}


/* new service ends */

.s_mans {
    z-index: 1000;
    height: auto;
}

.section-products {
    padding: 80px 0 54px;
}

.section-products .single-product {
    margin-bottom: 26px;
    border: #ffffff 15px solid;
}

.section-products .single-product .part-1 {
    position: relative;
    height: 290px;
    max-height: 290px;
    margin-bottom: 20px;
    overflow: hidden;
}

.section-products .single-product .part-1::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.section-products .single-product:hover .part-1::before {
    transform: scale(1.2, 1.2) rotate(5deg);
    -webkit-transform: scale(1.2, 1.2) rotate(5deg);
    -moz-transform: scale(1.2, 1.2) rotate(5deg);
    -ms-transform: scale(1.2, 1.2) rotate(5deg);
    -o-transform: scale(1.2, 1.2) rotate(5deg);
}

.section-products #product-1 .part-1::before {
    background: url("https://i.ibb.co.com/F4M4vXtQ/SALIM-400x400.jpg") no-repeat center;
    background-size: cover;
    transition: all 0.3s;
}

.section-products #product-2 .part-1::before {
    background: url("https://i.ibb.co/XrX87dbk/MOSTAFIZ.jpg") no-repeat center;
    background-size: cover;
}

.section-products #product-3 .part-1::before {
    background: url("https://i.ibb.co/RG1Qm06T/SHAMIM.jpg") no-repeat center;
    background-size: cover;
}

.section-products #product-4 .part-1::before {
    background: url("https://i.ibb.co/WpnVP1Dx/myimg-2.png") no-repeat center;
    background-size: cover;
}

.section-products .single-product .part-1 .discount,
.section-products .single-product .part-1 .new {
    position: absolute;
    top: 15px;
    left: 20px;
    color: #ffffff;
    background-color: #fe302f;
    padding: 2px 8px;
    text-transform: uppercase;
    font-size: 0.85rem;
}

.section-products .single-product .part-1 .new {
    left: 0;
    background-color: #444444;
}

.section-products .single-product .part-1 ul {
    position: absolute;
    bottom: -41px;
    left: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
    opacity: 0;
    transition: bottom 0.5s, opacity 0.5s;
}

.section-products .single-product:hover .part-1 ul {
    bottom: 30px;
    opacity: 1;
}

.section-products .single-product .part-1 ul li {
    display: inline-block;
    margin-right: 4px;
}

.section-products .single-product .part-1 ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #ffffff;
    color: #444444;
    text-align: center;
    box-shadow: 0 2px 20px rgb(50 50 50 / 10%);
    transition: color 0.2s;
}

.section-products .single-product .part-1 ul li a:hover {
    color: #32de84;
}

.section-products .single-product .part-2 .product-title {
    font-size: 1rem;
}

.section-products .single-product .part-2 h4 {
    display: inline-block;
    font-size: 1rem;
}

.product-title {
    color: #8cc751;
}

.product-price {
    color: #32de84;
}

.happy_client {
    background-color: #32de84;
    width: 80%;
    height: 200px;
    position: relative;
    left: 10%;
}

.happy_client h5 {
    text-align: left;
    font-size: 40px;
    margin-top: 60px;
}

.happy_client h6 {
    text-align: left;
    color: #ffffff;
    font-size: 30px;
}


/* faq */

.faq-section {
    max-width: 80%;
    margin: auto;
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: auto;
}

.faq-section h2 {
    color: #32de84;
}

.faq-item {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

.faq-question {
    font-weight: 600;
    cursor: pointer;
    position: relative;
    color: #32de84;
}

.faq-question::after {
    content: "+";
    position: absolute;
    right: 0;
    font-size: 18px;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
    content: "−";
}

.faq-answer {
    display: none;
    margin-top: 10px;
    color: #444;
}


/* faq */


/* before footer */

.before_footer {
    height: 500px;
    background-image: url('../img/backgound.jpg');
}

.before_footer h2 {
    color: #ffffff;
    margin-top: 40px;
}

.before_footer h6 {
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 30px;
}

.before_footer a {
    color: #ffffff;
    background-color: transparent;
    padding: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    text-decoration: none;
    border: #fff 1px solid;
    transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
}

.before_footer a:hover {
    background-image: url('../img/backgound.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
}

.before_footer .about_img {
    float: right;
}

.before_footer .col-lg {
    margin-top: 7%;
}


/* before footer */

@media screen and (max-width: 1566px) {}

@media (min-width: 768px) and (max-width: 1024px) {
    .a_what_r_we .a_left {
        width: 100%;
    }
    .happy_client {
        background-color: #32de84;
        width: 80%;
        height: auto;
        position: relative;
        left: 10%;
    }
}

@media screen and (max-width: 576px) {
    .a_what_r_we .a_left {
        width: 100%;
    }
    .a_right {
        width: 100%;
    }
    .a_left {
        text-align: justify;
        padding: 0 0;
    }
    .a_left p,
    .a_right p {
        text-align: justify;
    }
    .happy_client {
        height: 760px;
        text-align: center!important;
    }
    .happy_client h5,
    .happy_client h6 {
        text-align: center!important;
    }
    .before-footer {
        height: auto;
    }
}


/* counter */

.counter {
    color: #fff;
    transition: all 0.3s ease-in-out;
}