.hero-2.hero-3 .hero-content p {
    font-size: 22px;
    margin-top: 25px;
    color: #fff;
}

.feature-box-items-style-6 .icon img {
    width: 30px;
}

.about-feature-section-2 .about-feature-wrapper-2.style-2 .about-feature-icon-box .icon img {
    width: 50px;
}

.work-prosec-card-style-3 .icon img {
    width: 50px;
}

.header-logo img,
.footer-logo img {
    width: 250px;
}

.footer-logo {
    color: #fff;
}

.header-logo {
    padding: 10px 0;
}

.why-style-wrapper {
    display: flex;
    flex-shrink: 0;
}

.why-style-box {
    text-align: center;
    padding: 0 35px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
    flex: 1;
}

.why-style-icon img {
    width: 50px;
}

.why-style-icon {
    margin-bottom: 10px;
}

.why-style-box p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.2;
}

.why-style-box h3 {
    line-height: 1.2;
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff;
}

.why-style-box-wrap {
    flex-shrink: 0;
    flex: 1;
}

.why-style-box-wrap1 .why-style-box {
    background: #b0d081;
}

.why-style-box-wrap2 .why-style-box {
    background: #6b8f4c;
    margin-top: 150px;
}

.why-style-box-wrap2 .why-style-box p {
    color: #ffffff9c;
}

.why-style-box-wrap1 .why-style-box p {
    color: #000000a1;
}

.why-style-box-wrap1 .why-style-box h3 {
    color: #0e100a;
}

.why-style-box-wrap2 .why-style-box img {
    filter: brightness(9);
}

.why-style-box-wrap1 .why-style-box img {
    filter: brightness(0);
}

.why-connector {
    width: 100px;
    position: relative;
    flex-shrink: 0;
}

.why-connector-line {
    position: absolute;
    width: 200px;
    height: 170px;
    top: 50%;
    transform: translate(-50%, -50%) rotate(14deg);
    left: 50%;
    z-index: -2;
    background: #B0D081;
    background: linear-gradient(97deg, rgba(176, 208, 129, 1) 0%, rgba(176, 208, 129, 1) 22%, rgba(106, 143, 75, 1) 78%, rgba(106, 143, 75, 1) 99%);
}

.why-connector::before,
.why-connector::after {
    content: '';
    position: absolute;
    width: 207px;
    height: 207px;
    background: #ffffff;
    border-radius: 50%;
    left: -8px;
    z-index: -1;
}

.why-connector::before {
    top: 8px;
}

.why-connector::after {
    bottom: 8px;
    left: -99px;
}

.why-connector2 .why-connector-line {
    transform: translate(-50%, -50%) rotate(-14deg);
    background: linear-gradient(267deg, rgba(176, 208, 129, 1) 0%, rgba(176, 208, 129, 1) 22%, rgba(106, 143, 75, 1) 78%, rgba(106, 143, 75, 1) 99%);
}

.why-connector2::after {
    bottom: 8px;
    left: -8px;
}

.why-connector2::before {
    left: -99px;
}

.product-swiper {
    padding-bottom: 25px;
}

.product-swiper .swiper-button-next,
.product-swiper .swiper-button-prev {
    position: relative;
    display: inline-block;
    bottom: 0;
    left: 0;
    right: unset;
    margin-top: 0;
    height: auto;
    width: auto;
    margin-top: 25px;
}

.product-swiper .swiper-button-next:after,
.product-swiper .swiper-button-prev:after {
    width: 50px;
    height: 50px;
    background: var(--theme-3);
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    color: var(--white);
    font-weight: 700;
}

.swiper-buttons {
    display: flex;
    gap: 15px;
    width: 100%;
    justify-content: center;
}

.deet-table {
    margin-bottom: 0;
    border-color: #4a7425;
}

.deet-table th {
    background: var(--theme-3);
    text-align: center;
    color: #fff;
    padding: 10px 25px;
}

.deet-table td {
    background: #f7ffea;
    padding: 10px 25px;
    color: #121212;
}

.product-new-card {
    padding: 25px;
    border-radius: 24px;
    background: var(--theme-3);
    display: flex;
    justify-content: space-between;
    transition: 0.3s all;
}

.product-left {
    width: 49%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-right {
    width: 49%;
}

.product-left h3 {
    font-weight: 700;
    line-height: 1;
    font-size: 25px;
    margin-bottom: 15px;
    color: #fff;
}

.product-left h3 a {
    color: #fff;
}

.product-left p {
    line-height: 1.2;
    color: #fff;
}

.prod-btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--theme);
    display: flex;
    color: var(--theme-3);
    justify-content: center;
    align-items: center;
    transform: rotate(45deg);
}

.product-new-card:hover .prod-btn {
    transform: rotate(90deg);
    background: var(--theme-3);
    color: #fff;
}

.product-new-card:hover {
    background: var(--theme);
}

.product-new-card:hover h3 a,
.product-new-card:hover p {
    color: var(--header);
}

.prod-right-img img {
    -webkit-mask-image: url(../img/Union.svg);
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
}

.prod-right-img {
    overflow: hidden;
}

.section-bg-5 {
    background: var(--theme-3);
}

.section-bg-5 .section-title .sub-title.color-2 {
    color: var(--theme);
}

.section-bg-5 .section-title h2 {
    color: #fff;
}

.section-bg-5 .project-box-items-style-3 .content a,
.section-bg-5 .project-box-items-style-3 .content a:hover {
    color: #fff;
}

.service-image-box-items-style-3 .service-content h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}

.apply-box img {
    width: 100px;
}

.apply-box {
    text-align: center;
    margin-top: 25px;
    padding: 25px;
}

.apply-box h4 {
    font-size: 16px;
    margin-top: 15px;
    line-height: 1.2;
}

.mission-box,
.vision-box {
    transition: .7s ease-in-out;
    box-shadow: rgba(0, 0, 0, .15) 0 5px 15px 0;
    display: flex;
    width: 100%;
    gap: 25px;
    align-items: center;
    border-radius: 507px;
    color: #fff;
}

.mission-box {
    background-color: var(--theme);
    padding: 35px;
    position: relative;
    color: var(--header);
}

.mission-img-box,
.vision-img-box {
    width: 210px;
    height: 210px;
    flex-shrink: 0;
    overflow: hidden;
}

.mission-img-box {
    border-radius: 50%;
    border: 5px solid #fff;
}

.vision-img-box {
    border-radius: 50%;
    border: 5px solid #fff;
}

.vision-box {
    background-color: var(--theme-3);
    padding: 35px;
    position: relative;
    flex-direction: row-reverse;
}

.pb-70 {
    padding-bottom: 70px;
}

.main-title {
    color: #212b36;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
}

.mission-box ul,
.vision-box ul {
    padding-left: 2rem;
}

.mission-box ul li,
.vision-box ul li {
    list-style: disc;
}

.choose-us-left-items-style-3 .section-title h2 {
    color: var(--header);
    margin-bottom: 25px;
}

.choose-us-left-items-style-3 ul {
    display: flex;
    width: 100%;flex-wrap: wrap;margin-bottom: 10px;gap: 12px;
}

.choose-us-left-items-style-3 ul li {
    display: block;
    padding: 5px 25px;border: 1px solid var(--header);border-radius: 30px;margin-top: 15px;
}
.info-box .feature-box-items-style-6 .content h4 {
    font-size: 18px;
    line-height: 1.2;
}.info-box .feature-box-items-style-6 .content p{
	font-size: 14px;
    line-height: 1.2;
}.info-box .feature-box-items-style-6 .content{
	margin-top:10px
}
@media (max-width: 1400px) {
    .why-style-box h3 {
        font-size: 18px;
    }

    .why-style-icon img {
        width: 40px;
    }

    .why-style-box p {
        font-size: 11.5px;
    }

    .why-connector::before {
        top: -14px;
        left: -4px;
    }

    .why-connector::after {
        bottom: -14px;
        left: -104px;
    }

    .why-connector2::before {
        left: -104px;
    }

    .why-connector2::after {
        bottom: -14px;
        left: -4px;
    }
	.mission-box p, .mission-box ul li, .vision-box p, .vision-box ul li{
		    font-size: 14px;
    line-height: 1.5;
	}.footer-widget-wrapper-2 .single-footer-widget .widget-head h3 {
		font-size: 18px;}.footer-widget-wrapper-2.footer-style-2 .single-footer-widget .footer-content p, .footer-widget-wrapper-2 .single-footer-widget .list-area li{
			font-size:14px
	}
	.footer-widget-wrapper-2 .single-footer-widget .list-area li:not(:last-child) {
    margin-bottom: 10px;
}.footer-info-wrapper-2 .info-items .content h6 {
	font-size: 14px;}
	.footer-bottom-2{
    padding: 10px 0;
}.breadcrumb-wrapper .page-heading .breadcrumb-title {
	font-size: 65px;}
	.breadcrumb-wrapper .page-heading {
		padding: 210px 0 80px;}
}

@media(max-width:991px) {

    .mission-box,
    .vision-box {
        padding: 170px 25px 25px;
        position: relative;
        border-radius: 15px;
        transition: .7s ease-in-out;
        text-align: center;
    }

    .mission-img-box,
    .vision-img-box {
        border-radius: 50%;
        width: 210px;
        height: 210px;
        overflow: hidden;
        position: absolute;
        left: 50%;
        top: -45px;
        border: 5px solid #fff;
        transform: translateX(-50%);
    }
	.header-section-3{
		    width: 92%;
	}
	 .why-style-wrapper {
        flex-wrap: wrap;        padding: 0 125px;
    }

    .why-style-box-wrap {
        width: 100%;
    }

    .why-connector {
        width: 100%;
    }

    .why-connector-line,
    .why-connector2 .why-connector-line {
        transform: translate(-50%, -50%);
        height: 175%;
        background: linear-gradient(179deg, rgba(176, 208, 129, 1) 0%, rgba(176, 208, 129, 1) 22%, rgba(106, 143, 75, 1) 78%, rgba(106, 143, 75, 1) 99%);
    }

    .why-connector2 .why-connector-line {
        background: linear-gradient(0deg, rgba(176, 208, 129, 1) 0%, rgba(176, 208, 129, 1) 22%, rgba(106, 143, 75, 1) 78%, rgba(106, 143, 75, 1) 99%);
    }

    .why-connector {
        height: 100px;
    }

    .why-connector::before,
    .why-connector::after {
        top: 0;
        bottom: unset;    width: 202px;
    height: 202px;
    }

    .why-connector::after {
        left: unset;
           right: -25px;
        top: -50px;
    }

    .why-style-box-wrap2 .why-style-box {
        margin-top: 0;
    }

    .why-connector::before {
        top: -50px;
   left: -25px;
	}.mean-container .mean-nav ul{
		display:block!important;
	}.project-box-items-style-3 .thumb{
		height:auto
	}
.service-section-22 {
    padding-left: 36px;
    padding-right: 36px;
}
	.contact-top .icon-box-items{
		  min-height: 260px;
	}
	.contact-middle-items .contact-form-box{
		margin-bottom:25px
	}
	.mission-box ul li, .vision-box ul li {
    text-align: left;
}.apply-box img {
    width: 90px;
}
	


}

@media(max-width:600px) {
    .header-section-3 {
        width: 95%;
        top: 8px;
    }

    .header-logo img,
    .footer-logo img {
        width: 150px;
    }

    .hero-2.hero-3 .hero-height {
        padding-left: 12px;
        padding-right: 12px;
    }

    .feature-box-items-style-6 .content p {
        font-size: 14px;
        line-height: 1.2;
    }

   

    .work-prosec-card-style-3 {
        max-width: auto;
        height: auto;
    }

    .service-image-box-items-style-3 .service-content h4 a {
        font-size: 16px;
    }
	 .why-connector::before,
    .why-connector::after {
        top: 0;
        bottom: unset;
    }

    .why-connector::after {
        left: unset;
        right: -87px;
        top: -50px;
    }

    .why-style-box-wrap2 .why-style-box {
        margin-top: 0;
    }

    .why-connector::before {
        top: -50px;
        left: -87px;
    }
	    .why-style-wrapper {
        padding: 0;
    }
	    .why-connector::before, .why-connector::after {
        width: 205px;
        height: 202px;
	}.choose-us-left-items-style-3.p-5{
		padding:25px!important
	}.choose-us-left-items-style-3 ul li{

    font-size: 14px;
    width: 48%;
    text-align: center;
}.apply-box img {
    width: 80px;
}
.custom-support-list li {
	width: 100%;}
    .contact-top .icon-box-items {
        min-height: auto;
    }
.contact-section {
	margin: 0;}
}