* {
    font-family: "Inter", sans-serif;
}

.text-slider .owl-stage-outer {
  overflow: hidden;
}

.text-slider .owl-item {
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

.text-slider .owl-item.active {
  opacity: 1;
}

.text-slider h1 {
  font-size: 38px;
  font-weight: 700;
  text-align: left;
  margin: 0 auto;
  padding: 30px 0px;
  line-height: 1.4;
  max-width: 900px;
}

.main_content ul li>* {
    margin: 0;
}

.categorysec strong {
    display: flex;
    align-items: center;
}

.service-box {
    display: flex;
    flex-flow: column;
    height: 100%;
    background: #F4F6F5;
    border-radius: 8px;
}

.addtoany_shortcode .a2a_kit a {
    display: flex;
    flex-flow: column;
    background: #ffffff;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    border: 2px solid #373333;
    padding: 0 !important;
    margin: 0 !important;
}

.addtoany_shortcode .a2a_kit a span {
    background: none !important;
    display: flex;
    flex-flow: column;
}

.addtoany_shortcode {
    display: flex;
    width: auto;
    margin-left: 14px;
}

.addtoany_shortcode .a2a_kit {
    display: flex;
    align-items: center;
    gap: 8px;
}

.top-heading h1 {
    font-size: 130px;
    font-weight: 700;
    color: #1E6249;
    margin: 0;
    line-height: 110px;
    white-space: nowrap;
    opacity: 0.05;
}

section.singlepost_blogs.termsandconditions {
    background: #f1f1f1;
}

.termsandconditions .wrap_single_blgs {
    background: #fff;
    padding: 35px;
}

.top-heading {
    position: absolute;
    top: 0;
    left: 5px;
    right: 0;
    text-align: left;
}

.common-heading h1 {
    font-size: 40px;
    font-weight: 600;
    margin: 0;
    line-height: 42px;
    letter-spacing: 0.6px;
}

.common-heading h1 span {
    color: rgba(86, 188, 55, 1);
    font-weight: 700;
    margin-left: 0;
}

.common-heading p {
    font-size: 16px;
    font-weight: 400;
    padding: 15px 0;
    width: 80%;
}

/* header css */
section.header-section {
/*     background: #000; */
    padding: 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: 0.5s ease-in-out;
}

section.header-section .header-wrap {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}

section.header-section .header-logo img {
/*     width: 100%; */
    height: 59px;
}

section.header-section .header-nav ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

section.header-section .header-nav ul li {
    list-style: none;
    padding-left: 35px;
}

/* .home #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
} */

.wrapemnu_megaman li a:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-current-menu-item >a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {
    color: #56BC37 !important;
}

/* .home ul#mega-menu-menu-1 {
    background: #1c201e !important;
} */

section.header-section .header-nav ul li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    color: #1C201E !important;
	color:#fff;
}

/* banner */
section.home-banner {
    background: #1c201e;
    color: white;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

section.home-banner .banner-head {
    position: absolute;
    bottom: 200px;
    width: 70%;
    z-index: 1;
    height: auto;
}

section.home-banner .banner-head h1 {

    line-height: 1.4em;
    font-weight: 400;
}

/* about section */
section.about-section {
    position: relative;
    padding: 7em 0 4.5em 0;
    background: #e3e3e34d;
}

section.about-section .about-wrapper {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    padding-top: 0;
}

section.about-section .about-left {
    width: calc(100% - 512px);
    padding-right: 5em;
}

section.about-section .about-right {
    width: 512px;
    padding-top: 0;
}

section.about-section .about-right img {
    width: 100%;
    margin-top: 60px;
}

section.about-section .about-content p {
    margin-bottom: 25px;
    line-height: 1.5em;
    font-size: 16px;
    font-weight: 400;
    color: rgba(60, 63, 62, 1);
}

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

section.about-section .about-btn a {
    display: inline-block;
    text-decoration: none;
    background: rgba(20, 101, 37, 1);
    color: #fff;
    padding: 16px 48px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
}

/* service section */
section.service-section {
    padding: 5em 0 3em 0;
    position: relative;
}

.service-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    padding: 20px 0;
}

.service-box img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
    transition: 0.5s ease-in-out;
}

.service-content h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    color: #1C201E;
}

.service-content p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 10px 0;
}

.service-content a {
    font-size: 15px;
    font-weight: 600;
    color: rgba(86, 188, 55, 1);
    padding-top: 17px;
    display: inline-block;
    margin-top: auto;
}

.service-content {
    padding: 30px 30px;
    border-radius: 0 0 8px 8px;
    transition: 0.5s ease-in-out;
    height: calc(100% - 200px);
    display: flex;
    flex-flow: column;
}

.service-bottom p {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    padding: 20px 0 20px 0;
}

.service-bottom a {
    color: #57bc38;
    font-weight: 600;
}

/* company css */
section.company {
    padding: 6em 0 3em 0;
}

section.company .company-heading {
    padding-top: 0;
}

.company-heading h1 {
    font-size: 24px!important;
    text-align: center;
}

.company-wrap {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 15px;
    padding: 20px 0;
}

.company-box {
    background: #f5f6f5;
    border-radius: 5px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
	height: 100px;
}

.company-box img {
    width: 90px;
}

/* global */
section.global-section {
    position: relative;
    padding: 7em 0 0 0;
    overflow: hidden;
}

.global-top-heading {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    right: 0;
    text-align: center;
}

.global-top-heading h1 {
    font-size: 155px;
    font-weight: 700;
    color: #8080801a;
    margin: 0;
    white-space: nowrap;
}

.global-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.global-heading h1 {
    font-size: 40px;
    font-weight: 600;
    margin: 0;
}

.global-heading h1 span {
    color: rgba(86, 188, 55, 1);
    line-height: 1.5em;
}

.global-heading p {
    font-size: 16px;
    font-weight: 300;
    padding: 15px 0;
}

.global-heading {
    text-align: center;
    width: 55%;
    margin: auto;
}

/* FAQ css */
section.faq-section {
    padding: 0em 0 6em 0;
    margin-top: 5rem;
}

.faq-wrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.faq-left {
    width: 30%;
    padding-right: 4px;
}

.faq-right {
    width: 70%;
    padding: 0 0 0 60px;
}

.faq-top-content h1 {
    font-size: 40px;
    font-weight: 600;
}

.faq-top-content p {
    font-size: 16px;
    font-weight: 400;
    padding: 0px 5px 10px 0;
}

.faq-top-content h1 span {
    color: rgba(86, 188, 55, 1);
}

.faq-bottom-content {
    font-size: 16px;
    font-weight: 400;
    padding: 20px 0;
}

.faq-top-content {
    border-bottom: 1px solid #dfdfdf;
}

.faq-bottom-content a {
    color: #57bc38;
    font-weight: 600;
}

.accordion-flush .accordion-item .accordion-button {
    background: rgba(244, 246, 245, 1)!important;
    font-size: 18px;
    padding: 25px;
    font-weight: 500;
}

.accordion-item {
    border: none;
    padding: 1px;
}

.accordion-body {
    background: #f5f6f5;
    font-size: 16px;
    padding: 0px 35px 20px 20px;
    font-weight: 400;
}

.accordion-button:not(.collapsed) {
    color: rgba(86, 188, 55, 1);
    box-shadow: none !important;
}

.accordion-button:focus {
    border-color: none !important;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url();
    transform: rotate(-180deg);
}

/* footer */
section.footer-section {
    background: linear-gradient(90deg, #146525 0%, #1E6249 100%);
    padding: 50px 0 0 0;
    position: relative;
}

section.footer-section .footer-bg img {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
}

.footer-top {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff24;
}

.footer-top-left img {width: 130px;}

.footer-top-left p {
    font-size: 15px;
    font-weight: 400;
    color: white;
    padding: 20px 0;
    width: 70%;
    letter-spacing: 0.2px;
}

.footer-top-right h2 {
    font-size: 16px;
    font-weight: 500;
    color: white;
    margin-bottom: 25px;
}

.newsletter-form input[type="email"] {
    width: 250px !important;
    padding: 13px 16px !important;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
    background: rgb(255 255 255 / 8%);
    opacity: 1;
    color: #fff !important;
    font-family: 'Inter', sans-serif;
}

.footer-top-left {
    width: 50%;
}

.footer-top-right {
    width: 50%;
    display: flex;
    flex-flow: column;
    align-items: end;
}

.newsletter-form {
    position: relative;
}

.newsletter-form input.mailpoet_submit {
/*     position: absolute; */
    right: 0;
    background: white;
    color: rgba(30, 98, 73, 1);
    text-decoration: none;
    font-weight: 500;
    top: 0;
    display: flex;
    align-items: center;
    border-radius: 0 5px 5px 0;
    padding: 0 35px !important;
    width: auto !important;
    height: 50px;
}

.footer-bottom {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ffffff24;
    padding: 21px 0;
}

.copyright p {
    color: white;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
}

.terms ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.terms ul li {
    list-style: none;
    padding-left: 20px;
}

.terms ul li a {
    font-size: 13px;
    color: white;
    font-weight: 400;
}

.footer-mid-wrap {
    /* display: grid; */
    /* grid-template-columns: repeat(5, 1fr); */
}

.footer-mid-content h2 {
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}

.footer-mid-content h2::after {
    content: '';
    border-bottom: 3px solid;
    display: inline-block;
    position: absolute;
    left: 0;
    width: 50px;
    bottom: -8px;
    opacity: 0.2;
}

.footer-mid-content ul {
    margin: 0;
    padding: 0;
}

.footer-mid-content ul li {
    list-style: none;
    padding: 5px 0;
}

.footer-mid-content ul li a {
    font-size: 14px;
    text-decoration: none;
    color: white;
    font-weight: 300;
}

.footer-mid-content ul li span {
    color: white;
    font-weight: 200;
}

.footer-mid-wrap {
    display: flex;
    justify-content: space-between;
}

.footer-mid-content h2 {
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.footer-mid-content ul {
    margin: 19px 0 0 0;
    padding: 0;
}

.footer-mid-content ul li {
    list-style: none;
    padding: 4px 0 5px 0;
}

.footer-mid-content ul li a {
    font-size: 14px;
    text-decoration: none;
    color: white;
    font-weight: 400;
    letter-spacing: 0.1px;
}

.footer-mid-content ul li span {
    color: white;
    font-weight: 300;
}

.footer-mid {
    padding: 40px 0;
}

.footer-contact ul li a {
    display: flex;
    flex-flow: column;
}

/* about */
section.about-tai {
    background: #e3e3e34d;
    padding: 5em 0;
}

.about-tai-wrap {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}

.about-tai-left {
    width: 60%;
    padding-right: 4em;
}

.about-tai-left h1 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 25px;
}

.about-tai-left p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(60, 63, 62, 1);
}

.about-tai-right {
    width: 40%;
    display: flex;
    flex-flow: column;
}

.about-tai-right img {
    width: 100%;
    border-radius: 8px;
    /* height: 300px; */
    object-fit: cover;
}

.about-tai-left h1 span {
    color: #57bc3a;
}

.mv-wrap {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
    border-radius: 16px;
    border: 1px solid rgba(60, 63, 62, 0.1);
    margin-top: 4rem;
    background: white;
}

.mv-box img {
    height: 48px;
    width: 48px;
    margin: 0 0 20px 0;
}

.mv-box h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 14px 0;
}

.mv-box p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(60, 63, 62, 1);
    text-align: justify;
}

.mv-box {
    width: 50%;
    padding: 45px;
}

.mv-box.border-identify {
    border-right: 1px solid #f7f7f7
}

/* strength */
section.our-strength {
    position: relative;
    padding: 2em 0 4em 0;
    background: #e3e3e34d;
}

.strength-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 60px 0 30px 0;
}

.strength-left {
    width: 50%;
}

.strength-right {
    width: 50%;
}

.strength-right img {
    width: 100%;
    height: 300px;
    border-radius: 8px;
    object-fit: cover;
}

.strength-left h1 {
    font-size: 48px;
    font-weight: 700;
    color: rgba(86, 188, 55, 1);
    margin: 0;
}

.strength-left h3 {
    font-size: 24px;
    font-weight: 600;
    padding: 8px 0;
}

.strength-left p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
}

.strength-box.even {
    flex-direction: row-reverse;
    /* Reverse the order */
}

/* Even elements: Image on the right, text on the left */
.strength-box.odd {
    flex-direction: row;
}

.strength-box.odd .strength-left {
    padding-right: 5em;
}

.strength-box.even .strength-left {
    padding-left: 4em;
}

/* work */
section.work-section {
    position: relative;
    padding: 5em 0 7em 0;
    z-index: 3;
    background: #0f5132;
    overflow: hidden;
}

.work-heading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.work-heading h1 {
    font-size: 150px;
    font-weight: 700;
    color: #ffffff12;
    margin: 0;
    text-align: center;
}

.work-bg img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}

.work-content h1 {
    color: white;
    font-size: 40px;
    font-weight: 600;
    padding: 10px 0;
    margin-bottom: 0;
}

.work-content p {
    font-weight: 300;
    color: white;
}

.work-content {
    text-align: center;
    padding-top: 80px;
}

.work-wrap {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-auto-rows: 216px;
    gap: 20px;
}

.work-box.large {
    width: 100%;
}

.work-box.small {
}

.work-box img {
    width: 100%;
    object-fit: cover;
    border-radius: 18px;
}

.work-box.mini img {
    height: 232px;
}

.work-box {
    position: relative;
    display: flex;
    flex-flow: column;
    /* placeholder color */
    border-radius: 12px;
    overflow: hidden;
}

.work-box p {
    position: absolute;
    bottom: 10px;
    left: 20px;
    font-size: 20px;
    font-weight: 400;
}

.work-box.small {
}

.view-works a {
    background: white;
    text-decoration: none;
    padding: 15px 63px;
    display: inline-block;
    color: rgba(30, 98, 73, 1);
    border-radius: 5px;
    font-weight: 500;
}

.view-works {
    padding: 4em 0 0 0;
}

/* banner */
section.all-banner {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.banner-content {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
}

.banner-content h1 {
    font-size: 70px;
    color: white;
    font-weight: 600;
    margin: 0;
}

.banner-nav {
    color: white;
    font-size: 16px;
    font-weight: 300;
    margin-top: 10px;
}

.banner-nav a {
    color: white;
    text-decoration: none;
}

/* messsage from ceo */
section.ceo-message {
    position: relative;
    padding: 8em 0 6em 0;
    background: #e3e3e34d;
}

.ceo-box {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.ceo-image {
    width: 45%;
}

.ceo-content {
    width: 55%;
}

.ceo-image img {
    width: 500px;
    height: 350px;
    object-fit: cover;
    border-radius: 8px;
}

.ceo-content p {
    font-size: 16px;
    font-weight: 400;
    width: 76%;
}

section.about-section .container {
    position: relative;
}

.container {
    position: relative;
}

@media (min-width: 1400px) {
    .container {
        max-width:1500px;
        position: relative;
    }
}

.common-heading {
    padding-right: 3rem;
    padding-top: 5.8rem;
    position: relative;
}

section.home-banner .container {
    display: flex;
    flex-flow: column;
    width: 100%;
    height: 100%;
    padding: 0;
}

d {
}

.service-img {
    display: flex;
    flex-flow: column;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}

.service-box:hover .service-img img {
    transform: scale(1.1);
}

.service-box:hover .service-content {
    background: #216427 !important;
}

.service-box:hover .service-content h2, .service-box:hover .service-content p, .service-box:hover .service-content a {
    color: #fff;
}

section.work-section:before {
    content: '';
    display: flex;
    flex-flow: column;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background: url('../images/work/work-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    top: 0;
}

section.work-section:after {
    width: 40%;
    height: 70%;
    background: #56bc37a8;
    position: absolute;
    top: -15%;
    right: -15%;
    content: '';
    filter: blur(18rem);
    border-radius: 50%;
}

.work-section .container {
    z-index: 11;
}

.work-box a {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    padding: 50px 30px 25px 30px;
    color: #ffffff !important;
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}

.newsletter-form input::-webkit-input-placeholder {
    color: #fff !important;
    opacity: 1;
}

.footer-contact ul li a strong {
    font-weight: 500;
}

.footer-contact li {
    margin-bottom: 11px;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.gototop a img {
    animation: bounce 1.5s infinite ease-in-out;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.gototop a img {
    animation: bounce 2.5s infinite ease-in-out;
    /* width: 50px; */
    /* Adjust size as needed */
    transition: opacity 0.3s ease-in-out;
}

/* Show/hide button based on scroll */
.gototop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
	display: none;
  	transition: opacity 0.3s ease;
}

/* Optional: Hover effect */
.gototop a:hover img {
    opacity: 0.7;
}

section.header-section.stickyheader {
    position: fixed;
    top: auto;
    right: 0;
    left: 0;
    z-index: 99999;
    background: #ffffff !important;
    padding: 9px 0;
    box-shadow: 0 0 13px rgb(0 0 0 / 14%);
}

.about-nav-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 15px;
}

.about-nav-links ul li {
    display: flex;
    flex-flow: column;
}

.about-nav-links ul li a {
    padding: 16px 26px;
    text-decoration: none;
    color: #000;
    border-bottom: 4px solid #fff;
    font-size: 16px;
    font-weight: 500;
}

.about-nav-links ul li.active a, .about-nav-links ul li:hover a {
    color: #56BC37;
    border-color: #56BC37;
    transition: 0.5s ease-in-out;
}

section.about-nav.stickyheader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    border-bottom: 1px solid #cccccc80;
}

section.about-nav {
    background: #fff;
}

.leaders_list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 40px;
}

.leaders_box {
    display: flex;
    flex-flow: column;
    gap: 7px;
    margin-bottom: 10px;
}

.leaders_box h3 {
    font-size: 14px;
    font-weight: 400;
    opacity: .8;
    margin: 0;
}

.leaders_box h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
	padding:8px 0;
}

.leaders_box p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #3C3F3E;
    padding-right: 6%;
}

.leadersimg {
    margin-bottom: 20px;
}

section#ourleaders {
    padding: 6rem 0;
    position: relative;
}

.ceo-content span {
    font-size: 80px;
    line-height: 35px;
    font-weight: 500;
    color: #56BC37;
    font-style: italic;
}

.startdream {
    background: #fff;
    margin-top: 4rem;
    padding: 50px;
    border-radius: 12px;
}

.dreambox {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 60px;
}

.dreambox .imgsecdrm {
    width: 512px;
    display: flex;
    flex-flow: column;
}

.dreambox .cntsecdrm {
    width: calc(100% - 582px);
}

.dreambox:nth-child(even) {
    flex-flow: row-reverse;
}

.dreambox .cntsecdrm h2 {
    font-size: 24px;
    font-weight: 600;
    color: #1C201E;
}

.dreambox .cntsecdrm p {
    font-size: 15px;
    font-weight: 400;
}

section.timelinesec {
    background: #f7f7f7;
    position: relative;
    padding-bottom: 6rem;
}

section.timelinesec:before {
    content: '';
    background: url('../images/icontimeline.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 600px;
    height: 588px;
}

section.company_info {
    display: flex;
    flex-flow: column;
    position: relative;
    background: #f7f7f7;
    padding: 5rem 0 7rem 0;
    overflow-x: hidden;
}

section.company_info .tabcontent img {
max-height:400px;
border-radius: 10px;
}

section.company_info .top-heading {
    text-align: center;
}

.wrap_timeline {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
}

.wrap_timeline .headingstmls {
    width: 384px;
    display: flex;
    flex-flow: column;
}

.wrap_timeline .timelinelstsec {
    width: calc(100% - 384px);
    display: flex;
    flex-flow: column;
}

.timelinelstsec {
}

.block_timeline {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding-bottom: 50px;
    position: relative;
}

.icon_timeline {
    width: 50px;
    height: 50px;
    background: #fff;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.5s ease-in-out;
}

.block_timeline:hover .icon_timeline {
    background: #296329;
}

.block_timeline:hover .icon_timeline img {
    filter: brightness(9.5);
}

.block_timeline .cnt_timeline {
    width: calc(100% - 90px);
}

.block_timeline .cnt_timeline h3 {
    font-size: 17px;
    margin: 0 0 2px 0;
    font-weight: 600;
    color: #1C201E;
}

.block_timeline:after {
    content: '';
    width: 1px;
    height: 25px;
    background: #000;
    position: absolute;
    bottom: 13px;
    left: 24px;
    opacity: 0.1;
}

.cnt_timeline span {
    font-size: 14px;
    color: #3C3F3E;
}

.wrap_timeline .headingstmls .common-heading {
    padding-top: 0;
}

.loadmore_btnsec {
    display: flex;
    flex-flow: column;
    margin-top: 40px;
}

.loadmore_btnsec a {
    color: #56BC37;
    font-size: 16px;
    font-weight: 500;
}

.company_info .common-heading {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 4rem;
}

.wrap_companyinfo {
    background: #fff;
    border-radius: 14px;
    padding: 50px;
}

.listbx-infocmpy {
    display: grid;
  grid-template-columns: 150px 2fr;
    padding: 23px 0;
    border-bottom: 1px solid #00000017;
}

.listbx-infocmpy .title_cminfbx {

    display: flex;
    justify-content: space-between;
	gap:4px;
    font-size: 16px;
    font-weight: 500;
    color: #1C201E;
}

.dtlscminfbx {
    padding-left: 40px;
    font-size: 16px;
    color: #3C3F3E;
}

section.all-banner:before {
    content: '';
    width: 100%;
    height: 40%;
    position: absolute;
    bottom: 0;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6923144257703081) 39%, rgba(0,0,0,0) 100%);
}

.banner-head img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.header-section .header-logo img:first-child {
    display: none;
}

.block_approach {
    display: flex;
    flex-flow: column;
    background: #F4F6F5;
    padding: 20px;
    border-radius: 8px;
}

section#offerings {
    background: #fff;
}

.block_approach h4 {
    font-size: 20px;
    font-weight: 700;
    color: #56BC37;
}

.block_approach h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1C201E;
    margin: 0 0 8px 0;
}

.block_approach p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: #3C3F3E;
}

.wrap_approachs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 13px;
    border-bottom: 1px solid #cccccc57;
    padding-bottom: 7rem;
}

#offerings .tabsectiosn {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 30px;
}

#offerings .tabsectiosn ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: column;
    width: 388px;
}

#offerings .tabsectiosn ul li span {
    color: #3C3F3E;
    font-size: 17px;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    padding: 12px 0 13px 0;
	cursor:pointer
}

#offerings .tabsectiosn ul li span.active {
    color: #56BC37;
    border-color: #56BC37;
}

#offerings .tabsectiosn ul li {
    display: flex;
    flex-flow: column;
}

#offerings .tabsectiosn .tab-content {
    width: calc(100% - 500px);
}

.tabcontent h3 {
    margin: 0 0 15px 0;
    font-size: 24px;
    color: #1C201E;
    font-weight: 600;
}

.tabcontent p {
    font-size: 15px;
    color: #3C3F3E;
    font-weight: 400;
}

.home section.faq-section {
    margin-top: 0;
}

section.otherservlst {
    display: flex;
    position: relative;
    flex-flow: column;
    background: #F4F6F5;
    padding-top: 5rem;
    padding-bottom: 0;
}

section.otherservlst .service-box .service-content .fa-arrow-right{
	display: none;
}


section.otherservlst .top-heading, section.otherservlst .common-heading {
    text-align: center;
}

.otherservlst .service-wrap.scrollsrvs.owl-carousel {
    margin-left: 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 4rem;
    padding-top: 0;
}

.otherservlst .owl-carousel .owl-stage-outer {
    margin-left: -15%;
}

.lstscrol_othrsrc .owl-nav button {
    width: 50px;
    height: 50px;
    background: #25633a !important;
    border-radius: 50%;
    color: #fff !important;
    font-size: 18px !important;
    position: absolute;
    top: 40%;
    left: 40px;
    z-index: 3;
}

.lstscrol_othrsrc .owl-nav {
    position: static !important;
}

.lstscrol_othrsrc .owl-nav button.owl-next {
    right: 40px;
    left: inherit;
}

.realatedsecs.scrollsrvs:before, .realatedsecs.scrollsrvs:after {
    content: '';
    width: 8%;
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: rgb(244 246 245);
    background: linear-gradient(90deg, rgb(244 246 245) 0%, rgb(244 246 245 / 70%) 39%, rgba(255, 255, 255, 0) 100%);
}

.realatedsecs.scrollsrvs:after {
    right: 0;
    background: rgb(244 246 245);
    background: linear-gradient(273deg, rgb(244 246 245) 0%, rgb(244 246 245 / 81%) 39%, rgba(255, 255, 255, 0) 100%);
}

.lstscrol_othrsrc {
    margin-top: 4rem;
    margin-bottom: 0;
}

.realatedsecs .owl-item.active.center + .owl-item .service-box {
    box-shadow: 0 0 26px rgb(0 0 0 / 17%);
}

.service-wrap .owl-item .service-box {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 30px;
    margin-top: 30px;
    opacity: 1;
}

section.otherservlst .top-heading {
    top: 5rem;
}

section.casedtls {
    padding-top: 7rem;
}

.txt-dtlssec {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 431px;
}

.txt-dtlssec span {
    color: #56BC37;
}

.txt-dtlssec h3 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.descpcsdtlssec {
    width: calc(100% - 521px);
}

.wrapcsdetsls {
    display: flex;
    justify-content: space-between;
}

.descpcsdtlssec p {
    font-size: 16px;
    font-weight: 400;
    color: #3C3F3E;
}

.descpcsdtlssec p strong {
    font-size: 19px;
    font-weight: 600;
}

.descpcsdtlssec a {
    color: #56BC37;
    font-size: 16px;
    font-weight: 500;
}

.singleimagesec {
    display: flex;
    flex-flow: column;
    margin-top: 7rem;
}

.singleimagesec img {
    width: 100%;
    height: auto;
}

#ourapproach {
    margin-top: 8rem;
    background: #fff;
}

.wrapcasestudies {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}

.block_casestudies {
    display: flex;
    flex-flow: column;
}

.block_casestudies .casestudimg img {
    display: flex;
    flex-flow: column;
    width: 100%;
    transition: 0.5s ease-in-out;
}

.block_casestudies .casestudimg {
    margin-bottom: 20px;
    overflow: hidden;
}

.block_casestudies a {
    text-decoration: none;
    color: #000;
    font-size: 17px;
    font-weight: 600;
}

.paginationscst {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.paginationscst ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 7px;
}

.paginationscst ul li a {
    padding: 10px 13px;
}

.paginationscst ul li.active a, .paginationscst ul li a:hover {
    background: #56BC37;
    color: #fff;
    border-radius: 6px;
    transition: 0.5s ease-in-out;
}

.paginationscst ul li a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    color: #3C3F3E;
}

.paginationscst ul li.prev a {
    opacity: 0.5;
}

.block_casestudies .casestudimg img {
    height: 300px;
    object-fit: cover;
}

.paginationscst ul li:has(> span.current) {
    background: #56BC37;
    color: #fff;
    display: block;
    width: 36px;
    border-radius: 6px;
    transition: 0.5s ease-in-out;
    padding: 8px 11px;
    text-align: center;
}

.paginationscst ul {
    align-items: center;
}

.block_casestudies:hover img {
    transform: scale(1.1);
}

section.abtproject {
    padding: 0;
}

.wrap_abtprj {
    display: flex;
    flex-flow: row wrap;
}

/* .rightside_proj {
    width: 330px;
    display: flex;
    flex-flow: column;
    padding-left: 40px;
    border-left: 1px solid #ccc;
    padding-top: 6rem;
}
 */

.rightside_proj {
    width: 330px;
    display: flex;
    flex-flow: column;
    padding: 40px;
    border: 1px solid #ccc;
    height: fit-content;
    margin-top: 20px;
}


.leftsideproj {
    width: calc(100% - 340px);
    padding-right: 8%;
    padding-top: 6rem;
}

.abtproject h3 {
    font-size: 30px;
    font-weight: 600;
    color: #1C201E;
    margin-bottom: 20px;
}

.abtproject p {
    font-size: 16px;
    font-weight: 400;
    color: #3C3F3E;
}

.abtproject p strong {
    font-size: 18px;
    font-weight: 600;
}

.abtproject .image_result img {
	max-height: 300px;
    object-fit: cover;
}


.abtproject p span {
    color: #56BC37;
}

.project_serv h3 {
    font-size: 14px;
    color: #3C3F3E;
    opacity: .6;
    text-transform: uppercase;
}

.brandlogo {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    margin-bottom: 30px;
}

.project_serv ul {
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 8px;
    display: flex;
    flex-flow: column;
}

.project_serv ul li a {
    text-decoration: none;
    font-size: 16px;
    color: #1C201E;
}

.overviewproj {
    display: flex;
    flex-flow: column;
    margin-top: 6rem;
}

.accuracyblocks {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 13px;
    margin: 2rem 0;
}

.block_acur {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.block_acur h4 {
    font-size: 24px;
    font-weight: 700;
    color: #56BC37;
}

.block_acur p {
    font-size: 14px;
    color: #3C3F3E;
}

.block_acur:before {
    content: '';
    width: 1px;
    height: 30%;
    background: #00000029;
    position: absolute;
    right: -6px;
    display: flex;
    flex-flow: column;
    top: 20px;
}

.block_acur:last-child:before {
    display: none;
}

.challenges_sec {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 45px;
    background: #F4F6F5;
    padding: 40px;
    margin-top: 4rem;
    border-radius: 13px;
    border: 1px solid #cccccc5e;
    position: relative;
}

.block_challenges h3 {
    font-size: 20px;
    font-weight: 600;
}

.block_challenges ul {
    margin: 15px 0 50px 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: column;
    gap: 13px;
}

.block_challenges ul li {
    padding-left: 40px;
    position: relative;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    align-items: flex-start;
}

.block_challenges ul li:before {
    content: '';
    background: url('../images/icon-tais.svg');
    display: block;
    width: 40px;
    height: 36px;
    margin-right: 14px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 4px;
    position: absolute;
    left: 0;
}

/* .challenges_sec:before {
    content: '';
    width: 1px;
    height: 100%;
    background: #0000001a;
    position: absolute;
    left: 49.5%;
    display: flex;
    top: 0;
}
 */
.challenges_sec {
}

.abtproject h3 span {
    color: #56BC37;
}

.technologused h3 {
    text-align: center;
}

.technologused {
    margin: 6rem 0;
	width: calc(100% - 340px);
    padding-right: 8%;
    padding-top: 6rem;
}

.technologused ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
	flex-wrap: wrap;
}

.technologused ul li {
    background: #f1f1f1;
    display: flex;
    flex-flow: column;
    width: 100px;
	min-width: 100px;
    height: 100px;
    justify-content: center;
    padding: 6px 15px;
    border-radius: 6px;
    transition: 0.5s ease-in-out;
}

.technologused ul li:hover {
    background: #d9fedc;
}

.result_sec {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
	 width: calc(100% - 340px);
    padding-right: 8%;
    padding-top: 6rem;
}

.dtls_result {
    width: calc(100% - 500px);
}

.image_result {
    width: 440px;
    display: flex;
    flex-flow: column;
	padding-top:55px;
}

.bgwhite {
    background: #fff !important;
}

section.testimonials {
    background: #F4F6F5;
    padding: 6rem 0;
    margin: 3rem 0 1rem 0;
}

.blocks_testimonials {
    display: flex;
    flex-flow: column;
    padding-left: 100px;
    position: relative;
    padding-top: 40px;
    margin: 0 13rem 0 5rem;
}

.blocks_testimonials:before {
    content: '';
    width: 48px;
    height: 48px;
    background: url('../images/icon_testi.svg');
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
}

.blocks_testimonials p {
    font-size: 20px;
    font-style: italic;
    color: #1C201E;
    font-weight: 600;
}

.blocks_testimonials span {
    font-size: 15px;
    font-weight: 700;
    color: #56BC37;
}

.blocks_testimonials strong {
    font-size: 14px;
    font-weight: 400;
    margin-top: 3px;
}

section.blogs_secs {
    padding: 6rem 0;
}

section.blogs_secs .txtsec h3 {
    font-size: 30px;
    font-weight: 600;
    color: #1C201E;
    margin-bottom: 20px;
}

section.blogs_secs .txtsec h3 span {
    color: #56BC37;
}

.txtsec p {
    font-size: 16px;
    color: #3C3F3E;
}

.wrap_container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.blogcategories_sec {
    width: 290px;
}

.bloglist_sec {
    display: flex;
    flex-flow: column;
    width: calc(100% - 330px);
}

.wrapblogslists {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 23px;
}

.blogblocks:first-child {
    grid-column: span 3;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    background: #F4F6F5;
    padding-right: 15px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.blogblocks:first-child .imageblocks {
    width: 340px;
    display: flex;
    flex-flow: column;
    border-radius: 15px 0 0 15px;
}

.blogblocks:first-child .imageblocks img {
    border-radius: 15px 0 0 15px;
    min-height: 310px;
    object-fit: cover;
}

.blogblocks:first-child .detailsblogs {
    width: calc(100% - 370px);
    margin-top: 0;
    padding: 10px 0 10px 0;
}

.blogblocks {
    display: flex;
    flex-flow: column;
}

.blogblocks .imageblocks {
    display: flex;
    flex-flow: column;
    overflow: hidden;
    border-radius: 15px;
}

.blogblocks .imageblocks img {
    border-radius: 15px;
    transition: 0.5s ease-in-out;
    height: 180px;
    object-fit: cover;
    border: 1px solid #cccccc1a;
    border-radius: 12px;
}

.blogblocks:hover .imageblocks img {
    transform: scale(1.1);
}

.detailsblogs h3 {
    display: flex;
    flex-flow: column;
    margin-top: 7px;
    margin-bottom: 15px;
}

.detailsblogs h3 a {
    font-size: 18px;
    font-weight: 600;
    color: #1C201E;
    text-decoration: none;
}

.posteta {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #1C201E;
}

.posteta img {
    width: 18px;
    margin-right: 10px;
    margin-top: -4px;
}

.blogblocks:first-child .detailsblogs p + a {
    background: #1E6249;
    text-decoration: none;
    color: #fff;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    transition: 0.5s ease-in-out;
}

.blogblocks:first-child .detailsblogs p + a:hover {
    background: #56bc37;
}

.blogblocks .detailsblogs {
    margin-top: 23px;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}

.blogblocks .detailsblogs p, .blogblocks .detailsblogs p + a {
    display: none;
    font-size: 15px;
}

.blogblocks:first-child .detailsblogs p, .blogblocks:first-child .detailsblogs p + a {
    display: block;
}

.blogblocks:first-child h3 a {
    font-size: 20px;
}

.blogblocks:first-child .detailsblogs h3 {
    margin-top: 15px;
}

.blogcategories_sec {
    display: flex;
    flex-flow: column;
}

.blocklst_cats {
    display: flex;
    flex-flow: column;
    gap: 15px;
}

.blocks_categories {
    display: flex;
    flex-flow: column;
    background: #f1f1f1;
    padding: 24px;
    border-radius: 8px;
    border: 1px solid #E5E5E5;
}

.blocks_categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blocks_categories h4 {
    font-size: 20px;
    font-weight: 600;
    color: #1C201E;
}

.blocks_categories ul li {
    display: flex;
    flex-flow: column;
}

.blocks_categories ul li a {
    border-bottom: 1px solid #00000014;
    text-decoration: none;
    padding: 9px 0;
    font-size: 16px;
    font-weight: 400;
    color: #1C201E;
}

.blocks_categories ul li:last-child a {
    border: none;
}

.blocks_categories ul li.active a, .blocks_categories ul li:hover a {
    color: #56BC37;
    border-color: #56BC37;
    transition: 0.5s ease-in-out;
    font-weight: 600;
}

.banner-nav i {
    font-size: 12px;
    margin: 0 10px;
}

.blogscarousel .service-box .service-img {
    height: 364px;
}

.blogscarousel .service-box .service-img img {
    height: 100%;
    border-radius: 15px;
}

.blogscarousel .service-box {
    background: none;
    box-shadow: none !important;
}

.blogscarousel .service-box .service-content {
    padding: 15px 0 0 0;
}

.blogscarousel .service-box .service-content h2 a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    margin-top: 10px;
}

.otherservlst .blogscarousel .owl-carousel .owl-stage-outer {
    margin-left: 0;
}

.lstscrol_othrsrc.blogscarousel {
    margin-top: 0;
}

.otherblogs.service-wrap .owl-item .service-box:hover .service-content {
    background: none !important;
}

section.singlepost_blogs {
    padding: 4rem 0;
}

section.singlepost_blogs .banner-nav {
    color: #000;
}

section.singlepost_blogs .banner-nav a {
    color: #000;
}

section.singlepost_blogs .breadcrumbs {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.singlepost_blogs .introcontent h1 {
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    color: #1C201E;
}

.singlepost_blogs p {
    color: #3C3F3E;
    font-size: 16px;
    font-weight: 400;
}

.wrap_single_blgs {
    display: flex;
    flex-flow: column;
}

.wrap_single_blgs img {
    margin: 15px 0 5px 0;
}

.postmetashare {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #0000001a;
    margin-bottom: 35px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.postmetashare .postmeta ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    display: flex;
    gap: 20px;
}

.postmetashare .postmeta ul li {
    display: flex;
    flex-flow: column;
    border-right: 1px solid #ccc;
    padding-right: 20px;
}

.postmetashare .postmeta ul li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.postmetashare .postmeta ul li a img {
    margin: -2px 12px 0 0;
}

.postmetashare .postmeta ul li:last-child {
    border: none;
    padding: 0;
}

.sharetosocial {
    display: flex;
    align-items: center;
    background: #F4F6F5;
    border-radius: 35px;
    padding: 5px 14px;
    font-weight: 500;
    color: #1C201E;
    transition: 0.1s ease-in-out;
    border: 1px solid #cccccc5c;
}

.sharetosocial img {
    margin-right: 11px;
    margin-top: 4px;
}

.about-right .about-btn {
    display: none;
}

.sharetosocial:hover img {
    filter: brightness(11.5);
}

.sharetosocial:hover svg path{
	  fill: white !important;
}

.sharetosocial:hover {
    background: #56bc37;
    color: #fff;
    cursor: pointer;
}

.footer-bg img {
    object-fit: cover;
}

.main_content h1 strong, .main_content h2 strong, .main_content h3 strong, .main_content h4 strong, .main_content h5 strong, .main_content h6 strong, .main_content h1 span, .main_content h2 span, .main_content h3 span, .main_content h4 span, .main_content h5 span, .main_content h6 span, .main_content h1, .main_content h2, .main_content h3, .main_content h4, .main_content h5, .main_content h6 {
    font-weight: 600;
    font-size: 30px;
    margin-top: 4rem;
    margin-bottom: 1rem;
    text-align: left;
    color: #1C201E;
}

.main_content img {
    width: 49.7%;
    margin-right: 0;
}

.main_content table thead tr {
}

.main_content table thead tr th {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    border-right: 1px solid #ffffff24;
    background: #146525;
}

.main_content table {
    margin-top: 30px;
    border-bottom: 1px solid #ccc;
}

.main_content table tr td {
    padding: 10px 20px;
    border-right: 1px solid #ccc;
    font-size: 14px;
    font-weight: 400;
}

.main_content table tr:nth-child(even) {
    background: #F4F6F5;
}

.main_content blockquote {
    background: #56BC371A;
    margin: 0;
    padding: 40px 40px;
    border-left: 10px solid #56bc37;
    border-radius: 10px;
    display: flex;
    flex-flow: column;
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    color: #1C201E;
}

.main_content blockquote span {
    font-weight: 600;
    font-style: normal;
    margin-top: 10px;
    font-size: 15px;
    color: #56BC37;
}

.categorysec {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    padding: 14px 0;
    margin-top: 4rem;
}

.categorysec span {
    font-size: 16px;
    font-weight: 400;
    color: #1C201E;
}

.categorysec span a {
    font-weight: 500;
    color: #1C201E;
}

.main_content table thead tr th:first-child {
    border-top-left-radius: 10px;
    background: #146525;
}

.main_content table thead tr th:last-child {
    border-top-right-radius: 10px;
}

.main_content table tr td:first-child {
    border-left: 1px solid #ccc;
}

.introcontent {
    display: flex;
    flex-flow: column;
    padding: 0 8%;
    text-align: center;
}

.singlepost_news .introcontent {
    padding-left: 0;
    text-align: left;
    padding-right: 20%;
}

.singlepost_news .introcontent h1 {
    text-align: left;
}

.singlepost_news .breadcrumbs {
    align-items: flex-start !important;
    justify-content: flex-start;
}

.main_content h2:first-child,.main_content h3:first-child, .main_content h4:first-child, .main_content h5:first-child, .main_content h6:first-child {
    margin-top: 0;
}

.main_content ul {
    margin: 0;
    padding: 0 0 0 17px;
}

.main_content ul li::marker {
    color: #56BC37;
    font-size: 1.3rem;
}

.main_content ul li strong {
    font-size: 18px;
    font-weight: 600;
    color: #1C201E;
    margin-bottom: 8px;
    /* display: block; */
}

/* .home section.header-section {
    background: #1C201E;
} */

.home section.header-section .header-logo img:first-child {
    display: block;
}

.home section.header-section .header-logo img:last-child {
    display: none;
}

.home section.header-section .header-nav>ul>li>a {
    color: #fff;
}

.megamenu_content {
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 1;
    border-top: 1px solid #ccc;
    top: 76px;
    opacity: 0;
    visibility: hidden;
    /*transition: 0.1s ease-in;*/
    border-radius: 0 0 12px 12px;
}

section.header-section .container {
    position: static;
}

.wrap_megamenu {
    display: flex;
    flex-flow: row wrap;
}

.rightsidemenu {
    width: 364px;
    background: #F4F6F5;
    position: relative;
    z-index: 1;
    padding-left: 35px;
    padding-top: 35px;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}

.leftsidemenus {
    display: flex;
    flex-flow: column;
    width: calc(100% - 364px);
    padding: 35px 0;
}

.megamenu_content:after {
    width: 30%;
    content: '';
    height: 100%;
    background: #F4F6F5;
    position: absolute;
    right: 0;
    top: 0;
}

.wrapemnu_megaman {
    display: grid;
    grid-template-columns: repeat(2,1fr);
}

.wrapemnu_megaman .block_menulst ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: column;
    align-items: flex-start !important;
    gap: 13px;
}

.wrapemnu_megaman .block_menulst ul li {
    padding-left: 0 !important;
}

.wrapemnu_megaman .block_menulst h3 {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #3C3F3E;
    margin-bottom: 10px;
}

.wrapemnu_megaman .block_menulst ul li a span {
    opacity: 0;
    visibility: hidden;
    margin-left: 7px;
    transition: 0.5s ease-in-out;
}

.wrapemnu_megaman .block_menulst ul li.active a span {
    opacity: 1;
    visibility: visible;
}

/* .wrapemnu_megaman .block_menulst ul li.active a, .wrapemnu_megaman .block_menulst ul li:hover a {
    color: #56BC37 !important;
} */

.wrapemnu_megaman .block_menulst ul li:hover a span {
    opacity: 1;
    visibility: visible;
    margin-left: 10px;
}

.viewalldtls {
    border-top: 1px solid #3c3f3e2e;
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
}

body section.header-section .leftsidemenus .viewalldtls a {
    font-weight: 600 !important;
    text-decoration: underline !important;
    color: #56BC37 !important;
}

.rightsidemenu h2 {
    font-size: 18px;
    color: #1C201E;
    font-weight: 600;
    margin-top: 14px;
}

.rightsidemenu span {
    display: flex;
    align-items: center;
    background: #56BC371A;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 14px;
    border-radius: 35px;
    margin-bottom: 15px;
    color: #198754;
}

.rightsidemenu strong {
    font-weight: 400;
    font-size: 14px;
    color: #000000ad;
}

.rightsidemenu span img {
    margin-right: 4px;
}

section.header-section .header-nav ul li:hover .megamenu_content {
    opacity: 1;
    visibility: visible;
    top: 0;
}

section.header-section.stickyheader .header-nav ul li:hover .megamenu_content {
    top: 4px;
}

body {
    overflow-x: hidden;
}

.videotextcnt {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #1c201ec7;
}

.wrap_containercnts {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.leftsidecnts {
    width: 553px;
    display: flex;
    flex-flow: column;
}

.rightsidecnts {
    width: calc(100% - 588px);
    display: flex;
    flex-flow: column;
    /*     background: #F4F6F5; */
    border-radius: 8px;
    border: 1px solid #00000012;
    padding: 35px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1)
}

.rightsidecnts h3 {
    margin: 0 0 8px 0;
    font-size: 20px;
    color: #1C201E;
    font-weight: 600;
}

section.contactus {
    padding: 75px 0;
}

.rightsidecnts p {
    color: #3C3F3E;
    font-weight: 400;
}

.leftsidecnts>h2 {
    color: #1C201E;
    font-weight: 600;
    font-size: 40px;
}

.leftsidecnts>h2 span {
    color: #56BC37;
}

.calemalblck {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 22px;
    margin-bottom: 20px;
}

.block_callus {
    display: flex;
    flex-flow: column;
    /*     background: #F4F6F5; */
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border: 1px solid #0000001a;
    border-radius: 8px;
    padding: 20px 20px 20px 80px;
    transition: 0.5s ease-in-out;
    position: relative;
}

.block_callus .iconcnt {
    width: 40px;
    height: 40px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    /*     border: 1px solid #00000030; */
    border-radius: 8px;
    transition: 0.5s ease-in-out;
    position: absolute;
    left: 20px;
    top: 20px;
}

.block_callus h3 {
    font-size: 17px;
    font-weight: 700;
    color: #1C201E;
    margin-bottom: 2px;
}

.block_callus a {
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    color: #3C3F3E;
}

.block_callus:hover .iconcnt {
    background: #60bb3d;
}

.block_callus:hover .iconcnt img {
    filter: invert(1) brightness(5.5);
}

.mapsframe {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}

.banner-head {
    height: 100%;
}

.mapsframe iframe {
    width: 100%;
    height: 473px;
    margin-bottom: 18px;
    border-radius: 7px;
}

.mapsframe .viewalldtls a {
display: none !important;
}

div#mega-menu-wrap-menu-1, #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    position: static !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
    width: 140px;
    border-radius: 9px;
    padding: 12px 4px;
    background: #fff;
    right: 0;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li {
    background: none !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li a {
    background: none !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 5px 19px !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li a img {
    width: 24px !important;
    height: 15px !important;
    object-fit: cover;
    margin-right: 10px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-current-lang:before {
    content: '';
    width: 9px;
    height: 15px;
    display: flex;
    position: absolute;
    right: 15px;
    border-top: 2px solid #56BC37;
    border-left: 2px solid #56BC37;
    transform: rotate(226deg);
    top: 14px;
}

.videocontainer {
    display: flex;
    flex-flow: column;
    height: 100%;
}

.cntfromsec {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 20px;
}

.cntfromsec {
    grid-column: 1 / -1;
}

.fieldformsec.fullwdth {
    grid-column: 1 / -1;
}

.fieldformsec {
    display: flex;
    flex-flow: column;
}

.fieldformsec label {
    font-size: 16px;
    color: #1C201E;
    font-weight: 500;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.fieldformsec label img {
    width: 19px;
    margin-right: 10px;
}

.fieldformsec input[type="text"], .fieldformsec input[type="email"], .fieldformsec input[type="tel"], .fieldformsec input[type="number"], .fieldformsec select, .fieldformsec textarea {
    height: 48px;
    border: 1px solid #0000001c;
    border-radius: 8px;
    padding: 0 16px;
    background: none;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    width: 100%;
}

.fieldformsec textarea {
    height: 112px;
    padding: 15px;
    font-size: 15px;
}

.fieldformsec textarea::-webkit-input-placeholder, .fieldformsec input::-webkit-input-placeholder {
    color: #3C3F3E;
    font-size: 14px;
    opacity: 0.7
}

.fieldformsec button[type="submit"], .fieldformsec input[type="submit"] {
    background: #146525;
    background: linear-gradient(83deg, rgba(20, 101, 37, 1) 0%, rgba(30, 98, 73, 1) 100%);
    border: none;
    height: 54px;
    color: #fff;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    border: none;
    margin-bottom: 5px;
    border-radius: 8px;
    transition: 0.3s ease-in-out;
}

.fieldformsec button[type="submit"]:hover, .fieldformsec input[type="submit"]:hover {
    transition: 0.5s ease-in-out;
    background: #146525;
    background: linear-gradient(261deg, rgba(20, 101, 37, 1) 0%, rgba(29, 184, 71, 1) 100%);
}

.fieldformsec input[type="text"]:focus, .fieldformsec input[type="email"]:focus, .fieldformsec input[type="tel"]:focus, .fieldformsec input[type="number"]:focus, .fieldformsec select:focus, .fieldformsec textarea:focus {
    outline: 2px solid #79c95e82;
    transition: 0.5s ease-in-out;
}

.fieldformsec p {
    margin: 0;
}

.fieldformsec p {
    display: flex;
    flex-flow: column;
}

.fieldformsec p br {
    display: none;
}

.work-box.small:nth-child(3) {
    grid-column: 4 / 4;
    grid-row: 2 / 3;
}

.work-box img {
    height: 100%;
}

.work-box:nth-child(1) {
    grid-column: 1 / span 2;
    grid-row: 1 / 3;
}

.work-box:nth-child(2) {
    grid-column: 3 / 3;
    grid-row: 1 / span 2;
}

.work-box.small:nth-child(4) {
    grid-column: 4 / 4;
    grid-row: 2 / 1;
}

.work-box a:hover i {
    margin-left: 20px;
}

.work-box a i {
    transition: 0.5s ease-in-out;
}

li,a,button {
    outline: none !important;
}

.footer-mid-content ul li i {
    color: #fff;
    width: 16px;
    margin-top: 8px;
    display: inline-block;
}

.footer-mid-content ul li a:hover {
    text-decoration: underline;
}

.page {
    margin: 0 !important;
}

.common-heading ul#myTab {
    position: absolute;
    right: 0;
    bottom: 30px;
    width: 281px;
    border: 1px solid #3C3F3E4D;
    padding: 5px;
    border-radius: 25px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 7px;
}

.common-heading ul#myTab button {
    border-radius: 25px;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 11px 0;
    border: none;
    background: #fff;
    transition: 0.5s ease-in-out;
}

.common-heading ul#myTab li {
    display: flex;
    flex-flow: column;
}

.common-heading ul#myTab button.active {
    background: #56BC37;
    color: #fff;
}

#ourleaders .common-heading p {
    padding-right: 10%;
}

.block_challenges p span {
    color: #000 !important;
}

.block_challenges {
    display: flex;
    flex-flow: column;
}

.block_challenges img {
    margin-top: auto;
    border-radius: 11px;
	   height: auto;
    max-width: 100%;
    margin-bottom: 15px;
    max-height: 400px;
    object-fit: cover;
}

.realatedsecs .owl-stage {
    margin-bottom: 40px;
}

.footer-mid-content.footer-contact {
    width: 21%;
}

.blocks_categories ul.tagss {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 6px;
}

.blocks_categories ul.tagss li a {
    background: #d2c31924;
    border-radius: 6px;
    text-align: center;
    font-size: 14px;
    padding: 4px 0;
    border: 1px solid #ed9000;
    color: #ed9000;
    font-weight: 600;
}

.blocks_categories ul.tagss li:nth-child(1) a {
    background: #b51f1f1c;
    border-color: #B51F1F;
    color: #B51F1F;
}

.blocks_categories ul.tagss li:nth-child(2) a {
    color: #1FB536;
    border-color: #1FB536;
    background: #1fb53629;
}

.blocks_categories ul.tagss li:nth-child(3) a {
    color: #1F3DB5;
    border-color: #1F3DB5;
    background-color: #1f3db51c;
}

.sharetosocial .a2a_kit.a2a_kit_size_30.addtoany_list a {
    border: none;
    background: none;
    margin: 0;
}

.close_sidebarsec {
    display: none;
    cursor: pointer;
}

.sharetosocial .a2a_kit.a2a_kit_size_30.addtoany_list {
    gap: 0;
}

.blocks_categories ul.tagss li:nth-child(4) a {
    background: #a31fb51a;
    color: #A31FB5;
    border-color: #A31FB5;
}

.blocks_categories ul.tagss li a:hover {
    background: #60bb3d;
    color: #fff;
    border-color: #60bb3d;
}

.mapsframe .viewalldtls {
    display: flex;
    flex-flow: column;
    margin: 0;
    padding: 0;
    border: 0;
    align-items: flex-start;
    white-space: nowrap;
}

.mapsframe .viewalldtls a {
    display: flex;
    align-items: center;
    width: auto;
    color: #56BC37;
}

.mapsframe .viewalldtls a i {
    width: auto;
    margin-left: 10px;
}

.mapsframe p {
    margin: 0;
}

.newsletter-form form.mailpoet_form.mailpoet_form_form .mailpoet_paragraph li.parsley-required {
    color: #ffdb00;
    font-style: italic;
}

.newsletter-form form.mailpoet_form.mailpoet_form_form {
	display:flex;
    padding: 0 !important;
}

.newsletter-form form.mailpoet_form.mailpoet_form_form .mailpoet_paragraph {
    margin: 0 !important;
}
.company-wrap .owl-stage {
    transition-timing-function: linear !important;
}

.newsletter-form form.mailpoet_form.mailpoet_form_form .mailpoet_message {
    padding: 0 !important;
}

.newsletter-form form.mailpoet_form.mailpoet_form_form .mailpoet_message p {
    margin: 0;
    font-size: 15px;
    color: #fff;
    font-style: italic;
    margin-top: 5px;
    font-size: 13px;
}

/*--- added --*/
.leadersimg img {
    max-height: 364px;
    width: 100%;
    object-fit: cover;
}

  .leaders_list {
    grid-template-columns: repeat(3, 1fr);
    gap:30px;
  }

.team  .leaders_box:first-child {
    grid-column: 1 / -1;
  }
.leader-heading{
	font-size:46px;
	line-height:140%;
	font-weight:700;
	color:#56BC37;
	opacity:26%;
}

@media (min-width: 768px) {
.team .leaders_box:first-child {
  display: grid;
  grid-template-columns: 1fr 2fr; /* or any other proportion */
  align-items: center;
  gap: 50px;
}
.leader-heading{
    font-size:96px;
 }

	.result_sec{
		flex-direction:column;
		width:calc(100% - 340px);
	}
	
	
	.dtls_result{
		width:100%
	}
 
	
}


.leader-title {
    color: #56BC37;
    font-size: 96px;
    line-height: 140%;
    margin: 20px 0;
    opacity: 26%;
}

.leaders_section ,.leaders_section {
    max-width: 902px;
    margin: auto;
}
section.footer-section {
}

section.home_certified {
    background: rgba(244, 246, 245, 1);
    padding: 80px 0;
}

.wrap_certified {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 25px;
}

.block_certified {
    background: #fff;
    padding: 30px;
    display: flex;
    flex-flow: row wrap;
    border-radius: 10px;
}
.imgae_certified {
    width: 220px;
	display:flex;
	align-items:center;
	justify-content:center;
}

.txt_certified {
    width: calc(100% - 220px);
	display: flex;
	flex-direction:column;
	padding-top:20px;
}

.txt_certified h3 {
    font-size: 15px;
    font-weight: 800;
    color: rgba(28, 32, 30, 1);
}

.txt_certified p {
    font-size: 13px;
    font-weight: 500;
    color: rgba(28, 32, 30, 1);
}
.project_serv {
    margin-bottom: 50px;
}

.project_serv ul li {
    font-weight: 500;
    font-size: 16px;
    color: rgba(28, 32, 30, 1);
}

.project_serv h3 {
    margin-bottom: 10px;
}
.wrap_megamenu .rightsidemenu{
	display:none;
}
.megamenu_content:after{
	display:none
}
.wrap_megamenu .leftsidemenus .fa-solid.fa-arrow-right {
	display:none;
}
.videotextcnt .container{
		padding:0 !important;
	}
.company_info .dtlscminfbx ul{
	padding-left:0;
}
.text-slider .en-text h1{
	font-weight:700;
	padding-bottom:10px;
	font-weight:700 !important;
}
.text-slider .ja-text h1{
	padding-top:10px;
    font-size:1.2rem  ;
}
section.header-section .header-logo img {
    width: 100px !important;
  
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
	left:unset !important;
	right:0
}
.rightside_proj .project_serv:first-of-type {
  display: none;
}
.service-content p,.faq-bottom-content a .fa-arrow-right { 
	display:none;
}

.header-section {
    transition: background-color 0.3s ease;
}

.header-section.scrolled {
    background-color: #f8f9fa; /* light grey or any color you prefer */
}
.home #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	color:#fff !important ;
}
.header-section.scrolled  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	color:#000 !important
		
}
.home section.header-section {
  
	position:absolute;
	top:0;
	right:0;
	left:0;
	z-index:100;
 
}
.home section.header-section.stickyheader {
    background: #fff ;
	position:fixed !important;
 
}
.header-logo .second-logo {
    display: none;
}

.header-section.scrolled .second-logo {
    display: inline;
}

.header-section.scrolled .main-logo {
    display: none;
}
.home section.header-section.stickyheader .header-logo img:last-child {
  display: block;
}
.home section.header-section.stickyheader .header-logo img:first-child {
  display: none !important;
}
.visit-us{
	pointer-events: none;
}
.wpcf7 form.sent .wpcf7-response-output {

  background-color: #e6f4f1;         
  color: #0f5132;                   
   border:none !important;
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 14px;
  margin-top: 20px;
}
.wpcf7-response-output {
  transition: opacity 0.5s ease, transform 0.5s ease;
  opacity: 1;
  transform: translateX(0);
}

.wpcf7-response-output.hide {
  opacity: 0;
  transform: translateX(100px);
}


