body {
    font-size: 14px;
    font-family: Poppins;
    background: #F6F7FC;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}
ul {
    margin: 0;
    padding: 0;
}
html {
    font-size: 16px
}

a { text-decoration:none; color: inherit;}

a:hover { text-decoration:none; color: inherit;}

img {max-width:100%;}

.container {max-width: 1220px!important;margin:0 auto;position:relative}

header {
    position: relative;
    background: url('../../assets/img/Vector.png');
    background-position: bottom;
    z-index: 2;
    padding: 14px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

header .nav ul {
    display: flex;
    width: 100%;
    justify-content: end;
}

header .nav ul li {
    list-style: none;
    padding: 21px 9px;
    position: relative;
}

header .nav ul li a {
    font-size: 15px;
    font-weight: 500;
    position: relative;
    padding: 6px 5px;
    display: block;
}

header .logo {
    position: absolute;
    top: 24px;
    left: 0px;
}

header  .logo img {
    width: 136px;
}

header .nav {
    display: flex;
    width: 100%;
    text-align: right;
    justify-content: end;
    align-items: center;
}

header .nav ul li.last a {
    background: #FEDF07;
    padding: 10px 19px;
    border-radius: 6px;
}

section.mainBanner {
    position: relative;
    width: 100%;
    margin-top: -12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
     height: 92vh; 
}

section.mainBanner .bannerImg {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 56%;
}

section.mainBanner .bannerText {
    width: 100%;
}

section.mainBanner .bannerText .banner-txt {
    width: 44%;
}

section.mainBanner .bannerText .banner-txt .bannerHeadline {
    color: #009846;
    font-size: 44px;
    font-weight: 600;
    line-height: 55px;
    text-transform: capitalize;
    margin-bottom: 22px;
}

.leftVector {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    width: 32%;
}

.leftVector .img {
    text-align: left;
}

section.mainBanner .bannerText .banner-txt p {
    font-size: 18px;
    color: #2B2A29;
}

section.about-us {
    position: relative;
    padding: 60px 0px 0px 0px;
}

section.about-us .aboutSec{
    background: url('../../assets/img/background1.png');
    width: 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding: 60px 0px 182px 0px;
    background-position: bottom;
    position: relative;
}
section.mission-vision {
    background: url('../../assets/img/background111.png');
    width: 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding: 60px 0px 182px 0px;
    background-position: bottom;
    position: relative;
}

section.about-us .aboutSec:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    background: url('../../assets/img/background2.png');
    width: 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    z-index: -1;
    filter: grayscale(100%);
}


.heading .heading-title {
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 700;
    color: #009846;
}

.heading {
    padding-bottom: 22px;
}

.txt p {
       font-size: 16px;
    line-height: 29px;
}

button {
    background: #FEDF07;
    border: none;
    padding:  12px 22px;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
}

section.about-us .knowMore {
    margin-top: 32px;
}

.rightVector {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    width: 32%;
}

.rightVector .img {
    text-align: right;
}

section.conterSec{
    background: url('../../assets/img/background3.png');
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
    padding: 82px 0px;
    background-size: cover;
}

section.conterSec .conterList ul {
    display: flex;
    flex-wrap: wrap;
}

section.conterSec .conterList ul li {
    width: 18%;
    margin: 1%;
    text-align: center;
    list-style: none;
}

section.conterSec .conterList ul li .countNumber {
    color: #009846;
    font-size: 42px;
    font-weight: 700;
}

section.conterSec .conterList ul li .img img {
    width: 72px;
    margin-bottom: 32px;
}

section.conterSec .conterList ul li .txt p {
    font-size: 15px;
    line-height: 24px;
    margin: 0px;
    padding: 7px 0px;
}


section.products, section.milestone{
    background: url('../../assets/img/background7.png');
    position: relative;
    width: 100%;
    padding: 80px 0px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


section.products .heading .heading-title {
    color: #61360A;
}

section.products .productList ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

section.products .productList ul li {
    list-style: none;
    width: 27.33%;
    margin: 3%;
}

section.products .productList ul li .productDet img {
    width: 300px;
    height: 300px;
    border-radius: 50%;
}

section.products .productList ul li .productDet .productName {
    font-size: 21px;
    padding-top: 15px;
}

section.products:after {
    content: "";
    position: absolute;
    width: 100%;
    background: white;
    top: 0px;
    left: 0px;
    height: 50%;
    z-index: -1;
}

section.services {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 60px 0px;
}

section.services .serviceList ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

section.services .serviceList ul li {
    width: 29.33%;
    margin: 2%;
}

section.services .serviceList ul li .serviceName {
    color: #091238;
    font-size: 21px;
    font-weight: 500;
    padding: 21px 0px;
}

section.services .txt p {
    font-size: 15px;
    line-height: 24px;
}


section.affiliations {
    background: url('../../assets/img/background1.png');
    width: 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding: 60px 0px 88px 0px;
    background-position: bottom;
    position: relative;
    text-align: center;
}

section.affiliations:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    background: url('../../assets/img/background4.png');
    width: 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    z-index: -1;
}

section.affiliations .heading .heading-title {
    color: #61360A;
}

section.affiliations .affiliationsList ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding-top: 15px;
}

section.affiliations .affiliationsList ul li {
    width: 21%;
    margin: 2%;
}

section.testimonials {
    background: #fff;
    position: relative;
    padding: 80px 0px;
    text-align: center;
}

.leftVector.top {
    top: 0px;
    z-index: 0;
}

section.testimonials .testimonialsSec {}

section.testimonials .testimonialsSec .imgSec {
    width: 58%;
}

section.testimonials .testimonialsSec .testimonialsText {
    background: #000;
    color: #fff;
    width: 57%;
    padding: 25px;
    margin-top: -88px;
}

section.testimonials .testimonialsSec .testimonialsTextSec {
    display: flex;
    justify-content: end;
}

section.testimonials .testimonialsSec .testimonialsText .peroson-details {
    /* display: flex; */
    justify-content: space-between;
    text-align: left;
    margin-bottom: 18px;
}

section.testimonials .testimonialsSec .testimonialsText .peroson-details .name{
    font-size: 19px;
    padding: 2px 0px;
}

section.testimonials .testimonialsSec .testimonialsText .peroson-details .designation {
    font-size: 13px;
}

section.testimonials .testimonialsSec .testimonialsText .txt p {
    text-align: left;
    font-size: 15px;
    line-height: 24px;
}

section.testimonials .testimonialsArea {
    padding-top: 22px;
}

section.testimonials .owl-nav {
    position: absolute;
    bottom: 24px;
    width: 43%;
    display: flex;
    justify-content: space-between;
}

section.testimonials .owl-nav button {
    background: #FEDF07 !important;
    border-radius: 0px;
    display: flex;
    align-items: center;
}

section.testimonials .owl-nav button.owl-prev:after {content: "Prev";text-transform: capitalize;padding-left: 12px;}

section.testimonials .owl-nav button.owl-next:before {
    content: "Next";
    text-transform: capitalize;
    padding-right: 12px;
}

section.testimonials .owl-nav button span {
    font-size: 40px;
    line-height: 18px;
    font-weight: 200;
}

section.testimonials .owl-dots {
    display: none;
}

section.testimonials .owl-nav button.disabled {
    background: #EBECEC !important;
}

footer{
    background: url('../../assets/img/background3.png');
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
    padding: 82px 0px;
    background-size: cover;
}

footer .footerFlex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .footerFlex .footerLinks {
    width: 33.33%;
    padding: 2% 0% 2% 3%;
}

footer .footerFlex .footerLinks:not(:last-child) {
    border-right: 1px solid #CCCCCC;
}

footer .footerFlex .footerLinks ul li {
    list-style: none;
    padding: 7px 0px;
    position: relative;
}

footer .footerFlex .footerLinks .titleLine {
    font-size: 21px;
    padding-bottom: 12px;
    font-weight: 600;
}

footer .footerFlex .footerLinks .titleLine span {
    color: #009846;
}

footer .footerFlex .footerLinks:not(:last-child) ul li {
    width: 48%;
    padding-left: 12px;
}

footer .footerFlex .footerLinks:not(:last-child) ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .footerFlex .footerLinks:not(:last-child) ul li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0px;
    color: #009a51;
    font-weight: 800;
        font-size: 12px;
    top: 10px;
}

footer .footerFlex .footerLinks:last-child ul li {
    display: flex;
    align-items: center;
}

footer .footerFlex .footerLinks:last-child ul li i {
    font-size: 20px;
    transform: rotate(12deg);
    color: #009846;
}

footer .footerFlex .footerLinks:last-child ul li a span {
    display: block;
    font-weight: 600;
}

footer .footerFlex .footerLinks:last-child ul li a {
    padding-left: 14px;
}

footer .connect {
    background: #fff;
    margin-top: 60px;
    padding: 24px 44px;
    border-radius: 42px;
}

footer .connect .connect-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .connect .connect-flex .socialLinks {
    display: flex;
    align-items: center;
}

footer .connect .connect-flex .socialLinks .socialMediaLinks {
    padding-left: 12px;
}

footer .connect .connect-flex .socialLinks .socialMediaLinks ul {
    display: flex;
    align-items: center;
}

footer .connect .connect-flex .socialLinks .socialMediaLinks ul li {
    list-style: none;
    padding: 2px 6px;
    font-size: 18px;
}

section.innerBanner {
    position: relative;
    width: 100%;
    padding: 60px 0px 60px 0px;
}

section.innerBanner .bannerImg {
    text-align: right;
}

section.innerBanner .bannerImg img {
    width: 78%;
}

.section.innerBanner leftVector {
    bottom: -100px;
}

section.ourGoal {
    position: relative;
    padding: 60px 0px;
    text-align: center;
}

section.innerBanner .leftVector {
    bottom: -100px;
}

section.projectInfo {
    position: relative;
    padding: 60px 0px;
    width: 100%;
}

section.projectInfo .projectInfo-list ul li {
    list-style: none;
}

section.projectInfo .projectInfo-list ul li .projectDetails {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.projectInfo .projectInfo-list ul li .projectDetails .projectSlider {
    width: 44%;
}

section.projectInfo .projectInfo-list ul li .details {
    width: 50%;
}

section.projectInfo .projectInfo-list ul li:nth-child(even) .projectDetails {
    flex-direction: row-reverse;
}

section.projectInfo .projectInfo-list ul li:nth-child(even) .projectDetails .projectSlider .img img {
    border-top-left-radius: 204px;
}

section.projectInfo .projectInfo-list ul li:nth-child(odd) .projectDetails .projectSlider .img img {
    border-top-right-radius: 204px;
}

section.projectInfo .heading .heading-title {
    font-size: 32px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 44px;
}

section.projectInfo .owl-dots {
    display: none;
}

section.projectInfo .owl-nav {
    position: absolute;
    right: 0px;
    display: flex;
}

section.projectInfo .owl-nav button {
    width: 36px!important;
    height: 36px!important;
    border-radius: 0px;
    border-radius: 50%;
    margin: 13px 4px;
    padding: 2px;
    border: 1px solid #61360A!important;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.projectInfo .owl-nav button span {
    color: #f6f7fc;
}

section.projectInfo .owl-nav button.owl-next span:after {
    content: "\2794";
    color: black;
    padding-right: 3px;
    font-size: 13px;
}

section.projectInfo .owl-nav button.owl-prev span:before {
    content: "\2794";
    color: black;
    transform: rotate(180deg);
    padding-left: 3px;
    font-size: 13px;
}

section.projectInfo .owl-nav button.owl-prev span {
    transform: rotate(180deg);
}

section.projectInfo .projectInfo-list ul li:not(:last-child) {
    padding-bottom: 100px;
}

section.listDetails {
    padding: 60px 0px 0px 0px;
    width: 100%;
}

section.listDetails .listDetails-List ul {
    /* column-count: 2; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 32px;
}

section.listDetails .listDetails-List ul li {
    padding: 7px 0px;
    width: 48%;
}

section.listDetails .listDetails-List ul li .tilte {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 9px;
}

.emailList .emailwithIcon {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 15px 0px;
}

.emailList .emailwithIcon .icon i {
    font-size: 28px;
    color: #009846;
    margin-top: 7px;
}

.emailList .emailwithIcon .email {
    width: calc(100% - 54px);
    color: #009846;
    font-size: 21px;
}

.emailList .emailwithIcon .email span {
    display: block;
    font-size: 15px;
    color: #000;
    padding: 5px 0px;
}

section.followus {
    text-align: center;
}

section.followus .followusImg {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

section.followus .followusImg .img {
    margin: 1%;
    width: 31%;
}

section.followus .followusImg .img img {
    border-radius: 12px;
}

section.followus .heading .heading-title {
    text-transform: capitalize;
}

section.map {
    padding: 60px 0px;
}

section.contactInfo {
    padding: 60px 0px 0px 0px;
    text-align: center;
}

section.contactInfo .heading .heading-title {
    text-transform: none;
    color: #000;
    font-weight: 500;
    font-size: 32px;
}

.emailInfo.phone .emailList .emailwithIcon  {
    width: 36%;
    justify-content: center;
}

.emailList .emailwithIcon .email {
    text-align: left;
}

.emailInfo.phone .emailList {
    display: flex;
    justify-content: center;
}

.emailList {}

.emailInfo.phone .emailList .emailwithIcon .email {
    width: auto;
    flex-wrap: nowrap;
    padding-left: 34px;
}

.emailInfo.phone {
    /* padding-bottom: 52px; */
}

section.contactInfo .contact-form {
    position: relative;
    margin: 0px auto;
    width: 86%;
    padding-top: 22px;
}

.form-group {
    margin-bottom: 12px;
}

.form-control {
    height: 58px;
}

input[type="submit"] {
    background: #FEDF07;
    padding: 10px 32px;
    border-radius: 6px;
    border: 1px solid #fedf07;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 22px;
}

section.social-media-links {
    padding: 75px 0px 30px 0px;
}

section.social-media-links .social-links ul {
    display: flex;
    justify-content: space-around;
    list-style: none;
    width: 86%;
    position: relative;
    margin: 0px auto;
}

section.social-media-links .social-links ul li i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: #fff;
    font-size: 20px;
}

section.social-media-links .social-links ul li a {
    display: flex;
    align-items: center;
    font-size: 16px;
}

section.social-media-links .social-links ul li i.fa.fa-facebook {
    background: #0a146d;
}

section.social-media-links .social-links ul li i.fa.fa-linkedin {
    background: #0A66C2;
}

section.social-media-links .social-links ul li i.fa.fa-twitter {
    background: #1D9BF0;
}

section.social-media-links .social-links ul li i.fa.fa-youtube-play {
    background: #FF0000;
}

section.social-media-links .social-links ul li i.fa.fa-instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #ef11a9 100%);
}

.menuIocn, .cross {
    display: none;
}

header .nav ul li.current-menu-item a.active:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #099c4d;
    left: 0px;
    bottom: -9px;
}

header .nav ul li.current-menu-item a.active:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 9px;
    height: 9px;
    background: transparent;
    text-indent: -9999px;
    border-top: 2px solid #009846;
    border-left: 2px solid #009846;
    transition: all 250ms ease-in-out;
    text-decoration: none;
    color: transparent;
    bottom: -12px;
    text-align: center;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    background: white;
    transform: rotate(45deg);
    z-index: 2;
}

section.mainBanner div#demo {
    width: 100%;
    height: 100%;
}

.carousel-inner{
    height: 100%;
}

.carousel-item {
    height: 100%;
}

.carousel-item .alignCenter {
    height: 100%;
    display: flex;
    align-items: center;
}
.carousel-indicators [data-bs-target] {
    background-color: #358c5f;
}

.carousel-indicators {
    bottom: 48px;
}

header .nav ul li.current-menu-item a.active {
        color: #009846;
}


header .nav ul li.last.current-menu-item a.active {
    background: #009846;
    color: #fff;
}

header .nav ul li.last a.active:after, header .nav ul li.last a.active:before {
    display: none;
}

section.affiliations .affiliationsImg .img, section.affiliations .affiliationsImg {
    background: #fff;
    width: 100%;
    height: 195px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    border-radius: 7px;
}

section.services .owl-nav {
    DISPLAY: NONE;
}

section.services .serviceImg {
    WIDTH: 66%;
    DISPLAY: FLEX;
}

section.services .item {
    DISPLAY: FLEX;
    JUSTIFY-CONTENT: CENTER;
}


section.services .owl-dots span {
    width: 10px;
    height: 10px;
    background: #cdcdcd;
    display: block;
    border-radius: 50%;
}

section.services .owl-dots button {
    padding: 10px 4px;
}

section.services .owl-dots .active span {
    background: #009846;
}

section.affiliations .affiliationsImg img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

section.affiliations .affiliationsList {
    padding-top: 22px;
}

section.innerBanner .bannerImg .img img {
    border-top-left-radius: 222px;
}

section.affiliations .owl-nav button span {
    width: 39px!important;
    height: 39px!important;
    background: #337c39 !important;
    border-radius: 50%;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #fff;
}


section.affiliations .owl-dots {
    display: none;
}

section.affiliations .owl-nav button {
    padding: 4px;
}

section.affiliations .owl-nav {
    padding-top: 25px;
}

section.affiliations .owl-nav  button.disabled span {
    opacity: 0.5;
}

section.mainBanner .iinerFlex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

section.mainBanner .iinerFlex .innerbannerImg {
    width: 50%;
}

section.mainBanner .iinerFlex .bannerText {
    width: 40%;
}

section.mainBanner .iinerFlex .bannerText .banner-txt {
    width: 100%;
}

section.mission-vision {
    padding: 60px 0px 90px 0px;
    position: relative;
}

section.mission-vision .missionFlex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.mission-vision .missionFlex .title {
    color: #2B2A29;
    font-size: 24px;
    padding: 7px 0px;
    font-weight: 500;
}

section.mission-vision .missionFlex .mission {
    width: 47%;
}

section.mission-vision .missionFlex .vision {
    width: 47%;
}

section.ourHolistic {
    padding: 80px 0px 60px 0px;
}

section.ourHolistic .heading h2.heading-title {
  /*  font-size: 35px;
    line-height: 49px;
    font-weight: 500;*/
}

section.looking-ahead {
    padding: 60px 0px 0px 0px;
    text-align: center;
}

section.milestone {}

section.milestone .milestone-wave {
    position: relative;
    margin-top: 63px;
}

section.milestone .milestone-wave .waveImg {
    position: absolute;
    left: 0px;
    top: 0px;
    /* width: 78%; */
    right: auto;
    margin: 0px auto;
}

section.milestone .milestone-wave .milestoneList ul li {
    list-style: none;
    width: 18%;
    margin: 11% 1%;
    text-align: left;
}

section.milestone .milestone-wave .milestoneList ul {
    display: flex;
    flex-wrap: wrap;
    width: 93%;
    margin-left: auto;
}

section.milestone .milestone-wave .waveImg img {
    /* width: 76%; */
}

section.milestone .milestone-wave .milestoneList ul li .img {
    width: 78px;
    height: 78px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

section.milestone .milestone-wave .milestoneList ul li .img img {
    height: 42px;
}

section.milestone .milestone-wave .milestoneList ul li .years {
    color: #46AD88;
    font-size: 21px;
    padding: 4px 0px;
}

section.milestone .milestone-wave .milestoneList ul li:nth-child(3) {
    margin-top: 6%;
}

section.milestone .milestone-wave .milestoneList ul li:nth-child(2) {
    margin-top: -3%;
}

section.milestone .milestone-wave .milestoneList ul li:nth-child(4) {
    margin-top: 9%;
}

section.milestone .milestone-wave .milestoneList ul li:nth-child(5) {
    margin-top: -1%;
}

section.milestone .milestone-wave .milestoneList ul li:nth-child(6) {
    margin-top: 13%;
}

section.milestone .milestone-wave .milestoneList ul li:nth-child(7) {
    margin-top: 8%;
}

section.milestone .milestone-wave .milestoneList ul li:nth-child(8) {
    margin-top: 15%;
}

section.milestone .milestone-wave .milestoneList ul li:nth-child(9) {
    margin-top: 14%;
}

section.milestone .milestone-wave .milestoneList ul li:nth-child(10) {
    margin-top: 4%;
}

.steps-life-cycle {
    padding-top: 60px;
}

.steps-life-cycle .cycleFlex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.steps-life-cycle .cycleFlex .cycleImg {
    width: 52%;
    position: relative;
}

.steps-life-cycle .cycleFlex .tab-content {
    width: 44%;
}

.steps-life-cycle .cycleFlex .tab-content h3 {
    font-size: 27px;
    padding-bottom: 12px;
    font-weight: 500;
}

.steps-life-cycle .cycleFlex .tab-content p {
    font-size: 16px;
    line-height: 27px;
}

.steps-life-cycle .cycleFlex .cycleImg ul.nav.nav-pills {
    position: static;
    top: 0px;
    display: block;
}

.steps-life-cycle .cycleFlex .cycleImg ul.nav.nav-pills li:nth-child(1) {
    top: 7%;
    right: 34%;
}

.steps-life-cycle .cycleFlex .cycleImg ul.nav.nav-pills li {
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 9;
    width: 165px;
    z-index: 2;
}

.steps-life-cycle .cycleFlex .cycleImg ul.nav.nav-pills li:nth-child(2) {
    right: 9%;
    top: 39%;
}

.steps-life-cycle .cycleFlex .cycleImg ul.nav.nav-pills li:nth-child(3) {
    bottom: 7%;
    right: 26%;
}

.steps-life-cycle .cycleFlex .cycleImg ul.nav.nav-pills li:nth-child(4) {
    bottom: 1%;
    right: 49%;
}

.steps-life-cycle .cycleFlex .cycleImg ul.nav.nav-pills li:nth-child(5) {
    bottom: 23%;
    left: 6%;
}

.steps-life-cycle .cycleFlex .cycleImg ul.nav.nav-pills li:nth-child(6) {
    top: 21%;
    left: 6%;
}

section.mission-vision .missionFlex .title img {
    height: 44px;
}

.steps-life-cycle .cycleFlex .tab-content {
     height: 450px; 
     overflow-x: hidden; 
     overflow-y: auto; 
}

.steps-life-cycle .cycleFlex .tab-content .navContent {
    height: 450px;
    display: flex;
    align-items: center;
}

.steps-life-cycle .cycleFlex .cycleImg ul.nav.nav-pills li:has(.active) {
    width: 100%;
    left: auto;
    right: auto;
    top: 0px;
    opacity: 1;
    background: none;
    z-index: 1;
}

.steps-life-cycle .cycleFlex .cycleImg ul.nav.nav-pills li a.ctive {
    background: none;
}

.steps-life-cycle .cycleFlex .cycleImg ul.nav.nav-pills li a.nav-link.active {
    background-color: transparent;
    padding: 0px;
}

section.about-us .knowMore button:hover {
    background: #009846;
    color: #fff;
}

section.services .serviceImg img {
    border-radius: 132px;
}

section.services .serviceList ul li .serviceDetails .img img {
    border-radius: 128px;
}

section.projectInfo .owl-nav button.disabled {
    opacity: 0.4;
}

section.productDetails {
    position: relative;
}

section.productDetails .productArea {
    height: 100%;
    overflow: hidden;
}

section.productDetails .productArea .pro-img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

section.productDetails .container {
    position: static;
}

section.productDetails h2.productName {
    color: #009846;
    font-size: 38px;
    font-weight: 600;
    line-height: 55px;
    text-transform: capitalize;
    text-align: center;
    width: 100%;
}

h2.productName {}

section.productDetails p, section.productDetails ul li, section.productDetails tr, section.productDetails ul td {
    font-size: 16px;
    line-height: 28px;
    margin: 0px;
    position: relative;
}
section.productDetails ul li{
    font-size: 16px;
    line-height: 28px;
    margin: 0px;
    position: relative;
    padding-left: 26px;
}


section.productDetails h3 {
    font-size: 21px;
    padding: 27px 0px 7px 0px;
    color: #009846;
    font-weight: 600;
}

table.table, td {
    border: 1px solid #009846;
    padding: 10px;
}

section.productDetails .rightVector {
    top: 0px;
}

section.productDetails .heading {
    text-align: center;
}

section.mainBannerProduct {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #009846; */
    padding: 60px 0px;
    /* margin-bottom: 60px; */
    /* margin-top: -14px; */
}

section.mainBannerProduct h1 {
    color: #009846;
    font-size: 44px;
    font-weight: 600;
    line-height: 55px;
    text-transform: capitalize;
}
section.productDetails .productArea .pro-img .img {
    background: #ffffff;
    width: 28%;
    /* border-radius: 50%; */
}

section.productDetails .productArea .pro-img .detila {
    width: 61%;
}

table.table tr:nth-child(odd) {
    background: #009846;
    color: #fff;
}

table.table tr:nth-child(even) {
    background: #fedf078a;
}

section.productDetails .productArea ul li {
    list-style: none;
    position:relative;
}

section.productDetails .productArea ul li:before {
    content: "\2714";
    color: green;
    padding-right: 15px;
    position: absolute;
    left: 0px;
}

section.productDetails .productArea ul li {
    margin-bottom: 4px;
}

section.ourGoal h3 {
    font-size: 24px;
    padding: 10px 0px 7px 0px;
}

section.ourGoal ul li {
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 9px;
    list-style: none;
    padding-left: 26px;
    position: relative;
}

section.ourGoal ul li:before {
    content: "\2714";
    position: absolute;
    left: 0px;
    color: green;
    font-size: 17px;
}

.testimonialsCarrer .owl-stage {
    display: flex;
}

.testimonialsCarrer .owl-stage .owl-item {
    background: #fcfcfc;
    padding: 32px;
    font-size: 15px;
    line-height: 25px;
    text-align: left;
    border-radius: 9px;
    box-shadow: 0px 0px 10px #ccc;
    margin: 8px;
}

.testimonialsCarrer .owl-stage .owl-item .user-with-name {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.testimonialsCarrer .owl-stage .owl-item .user-with-name .user img {
    width: 62px;
    height: 62px;
    border-radius: 50%;
}

.testimonialsCarrer .owl-stage .owl-item .user-with-name .user {
    width: 62px;
}

.testimonialsCarrer .owl-stage .owl-item .user-with-name .name {
    width: calc(100% - 80px);
    color: #009846;
    font-size: 17px;
}

.testimonialsCarrer .owl-stage .owl-item .user-with-name .name span {
    display: block;
    font-size: 14px;
}

.testimonialsCarrer .owl-stage .owl-item .testimoni-txt {
    height: 256px;
    overflow: hidden;
}

section.testimonials.carrer .owl-nav {
    position: relative;
    width: 100%;
    margin-top: 10px;
    justify-content: center;
}

.job-desc p, .job-desc li {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 7px;
}

.job-desc {
    text-align: left;
    width: 82%;
    margin: 0px auto;
    background: #ffffffa8;
    /* text-align: center; */
    padding: 22px;
    border-radius: 9px;
}

section.affiliations .affiliationsList .job-desc ul li {
    width: 48%;
    margin: 0px;
}

.job-title {
    font-size: 24px;
    margin-bottom: 16px;
}

section.affiliations .affiliationsList .job-desc ul {
    padding: 0px;
    margin: 0px;
}

.job-desc a {
    color: #337c39;
    font-weight: 600;
}

section.affiliations .affiliationsList .job-desc ul li {
    width: 100%;
    margin-bottom: 7px;
    position: relative;
}

section.affiliations .affiliationsList .job-desc ul {
    padding-bottom: 4px;
}

section.affiliations .affiliationsList .job-desc ul li:before {
    content: "\2714";
    color: #085e30;
    padding-right: 9px;
}

section.ourGoal .whyFlex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

section.ourGoal .whyFlex .img {
    width: 48%;
    border: 2px solid #009846;
    padding: 6px;
    border-top-right-radius: 224px;
    background: #fff;
}

section.ourGoal .whyFlex .why-txt {
    width: 48%;
        padding-top: 25px;
}

section.ourGoal .whyFlex .img img {
    border-top-right-radius: 224px;
    width: 100%;
}

section.job-listing {
    width: 100%;
    padding: 40px 0px;
    text-align: center;
}

section.job-listing .job-list {
    padding: 20px 0px;
}

section.job-listing .job-list .listing-jpb-area ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

section.job-listing .job-list .listing-jpb-area ul li {
    width: 48.5%;
    background: white;
    /* box-shadow: 0px 0px 10px #ebe8e8; */
    padding: 18px 22px;
    border-radius: 7px;
    margin-bottom: 17px;
    list-style:none;
    text-align: left;
}

section.job-listing .job-list .listing-jpb-area ul li .job-short .title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #319846;
}


section.job-listing .job-list .listing-jpb-area ul li .job-area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

section.job-listing .job-list .listing-jpb-area ul li .jpb-button a, section.job-listing .job-list .listing-jpb-area ul li .jpb-button a:last-child:hover {
    padding: 9px 21px;
    border: none;
    border-radius: 3px;
    font-size: 13px;
    background: #009846;
    text-transform: uppercase;
    color: #fff;
    display: block;
}
section.job-description {
    width: 100%;
    padding: 40px 0px;
}

section.job-description .main-heading h2 {
    font-size: 27px;
    color: #000;
}

section.job-description .jd-flex .jd-full .description-area {
    padding: 15px 0px;
}

section.job-description .jd-full .txt ul li {
    line-height: 25px;
    position: relative;
    padding-left: 28px;
    list-style: none;
    margin: 10px 0px;
}

section.job-description .jd-full .txt ul li:before {
    content: "\2713";
    color: #6ec83d;
    font-size: 20px;
    position: absolute;
    left: 0px;
    top: 5px;
}

section.job-description .jd-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

section.job-description .jd-flex .jd-full {
    width: 100%;
}

section.job-description .jd-flex .jd-short {
    width: 34%;
}

section.job-listing .job-list .listing-jpb-area ul li .job-area .jpb-button {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

section.job-listing .job-list .listing-jpb-area ul li .jpb-button a:last-child, section.job-listing .job-list .listing-jpb-area ul li .jpb-button a:hover {
    background: #fedf07;
    color: #000;
}

.job-short p {
    margin-bottom: 7px;
}

.modal-body {}

.modal-body .job-desc {
    width: 100%;
    padding: 1px 26px;
}

.modal-header {
    border: none;
    padding: 12px 26px;
}

button.btn-close, button.btn-close:hover {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #ff1d1d;
    opacity: 1;
    color: #fff;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ff1d1d;
}

button.btn-close:after {
    content: "\f00d ";
    font-family: 'FontAwesome';
}

a {}

.modal-body ul li {
    list-style: none;
    position: relative;
    padding-left: 23px;
}

.modal-body ul li:after {
    content: "\2714";
    position: absolute;
    left: 0px;
}

.modal-body ul {
    margin-bottom: 22px;
}

.modal-content {
    border: 2px solid #0c692c;
}

section.productDetails .productArea .pro-img .proac-img {
    width: 36%;
}

section.productDetails .productArea .pro-img .proac-img > .img {
    background: #fff;
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.productDetails .productArea .pro-img .proac-img > .img img {
    width: auto;
    height: auto;
    max-width: 69%;
    height: 76%;
}

section.productDetails .productArea .pro-img .proac-img .Top-Down {
    display: flex;
    justify-content: center;
}

section.productDetails .productArea .pro-img .proac-img .Top-Down > div {
    width: 66px;
    height: 66px;
    background: #fff;
    margin: 7px;
}

section.productDetails .productArea .pro-img .proac-img .Top-Down > div .img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 8px;
}

section.productDetails .productArea .pro-img .proac-img .Top-Down > div .img img {
    width: auto;
    height: auto;
    max-width: 100%;
    height: 100%;
}

li.menu-item-has-children ul.sub-menu {
    display: none;
}

button.sub-menu-toggle {
    display: none;
}


li.menu-item-has-children > a:after {
    content: "\f107";
    font-family: 'FontAwesome';
    padding-left: 7px;
}

li.menu-item-has-children {
    padding-right: 23px;
}

li.menu-item-has-children {}

li.menu-item-has-children:hover ul.sub-menu {
    display: block;
    position: absolute;
    left: -67px;
    background: #fedf07;
    width: 295px;
    text-align: left;
    top: 94%;
    z-index: 9999999999999;
    padding: 15px 0px;
}

li.menu-item-has-children:hover ul.sub-menu li ul {
    display: none;
}

li.menu-item-has-children:hover ul.sub-menu li a:after {
    display: none;
}

li.menu-item-has-children:hover ul.sub-menu li {
    padding: 0px 15px;
}

li.menu-item-has-children:hover ul.sub-menu li:hover ul {
    display: block;
    right: 0px;
    left: 100%;
    top: -15px;
    background: #fff;
    width: 414px;
}

li.menu-item-has-children:hover ul.sub-menu li.menu-item-has-children:after {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    right: 15px;
    top: 7px;
}

.zoom-container {
    overflow: hidden;
    display: inline-block;
    cursor: zoom-in;
}

.zoom-container img {
    transition: transform 0.3s ease-in-out;
    width: 100%;
    max-width: 500px; /* Adjust as needed */
}

.zoom-container:hover img {
    transform: scale(1.5); /* Adjust zoom level */
}

.dyheadline:has(.dy-content:empty) {
    display: none;
}


section.partners .service-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

section.partners .service-list ul li {
    width: 23%;
    margin: 1% 1%;
    text-align: center;
    font-size: 15px;
    list-style: none;
}

section.partners .service-list ul li .logoMain .img {
    width: 100%;
    background: #fff;
    height: 178px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
    margin-bottom: 12px;
}

section.partners .service-list ul li .logoMain .img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

section.partners .service-list ul li:hover .logoMain .img {border: 1px solid #009846;}

section.partners .service-list ul li:hover {
    /* font-size: 16px; */
    color: #009846;
}

li.menu-item-has-children:hover ul.sub-menu li a:before {
    display: none;
}

section.partners .service-list ul li .organisation-name {
    visibility: hidden;
}

section.partners .service-list ul li:hover .organisation-name {
    visibility: visible;
}

section.partners-products {}

section.partners-products .service-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

section.partners-products .service-list ul li {
    width: 23%;
    margin: 2% 1%;
    list-style: none;
}

section.partners-products .service-list ul li .logoMain .img {
    width: 100%;
    height: 387px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
}

section.partners-products .service-list ul li .logoMain .img img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

section.partners-products .service-list ul li .organisation-name {
    text-align: center;
    padding: 12px 0px;
    font-size: 16px;
}

section.partners-products .service-list ul li:hover .organisation-name {
    color: #009846;
}

.loupe {position: absolute;border: 2px solid #000;width: 58%;height: 500px;background-repeat: no-repeat;background-size: 1000px; z-index:99;/* Adjust based on zoom level */pointer-events: none;display: none;left: 38%!important;top: 0px;}

.loupe img {
  position: absolute;
  right; 0;
}


i.fa {
    font-family: 'FontAwesome';
    font-weight: 300;
}

p.sk-header-desc {
    font-size: 17px;
}

body .sk-ww-twitter-feed .sk-header-details {
    width: calc(100% - 132px);
    margin: 0px;
}

body .sk-ww-twitter-feed .sk-header-details span.sk-header-desc-content {
    display: none!important;
}


.benifits.dyheadline p::first-letter, .benifits.dyheadline li::first-letter {
  text-transform: uppercase;
}

.navbar {
    justify-content: end;
}

.gt_selected a, .gt_selected a:hover {
    border: none!important;
    padding: 10px!important;
    border-radius: 10px!important;
    background: none!important;
}

.gt_selected, .gt_selected:hover{
    background: #009846!important;
    border-radius: 5px!important;
    margin-left: 7px!important;
}

.gt_switcher.notranslate {
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* flex-direction: column-reverse; */
    position: relative!important;
    overflow: visible!important;
}
.gt_option {
    position: absolute!important;
    z-index: 99999!important;
    top: 43px;
    overflow: auto;
    max-height: 100%!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    height: auto!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    background: #fedf07 !important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    color: #000;
    border: none!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
        left: 0px !important;
    margin-left: 7px !important;
}

.gt_option a{
     color: #000!important;
     border: none;
}
.gt_option a:hover{
    background: #fedf07 !important;
}