body {
    font-size: 15px;
    /* font-family: 'Gibson'; */
    font-family: "Manrope", system-ui;
    font-weight: 500;
    font-style: normal;
    padding: 0;
    margin: 0;
    color: #000;
}

h1 {
    font-size: 62px;
    color: #000;
    font-weight: 800;
    letter-spacing: 0px;
}

h1 span {
    color: #48A145;
}


h2 {
    font-size: 40px;
    color: #000;
    font-weight: 700;
    letter-spacing: 0;
}

h3 {
    font-size: 25px;
    color: #000;
    font-weight: 700;
    letter-spacing: 0;
}


.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.home-banner {
    position: relative;
    margin-top: 91px;
    background: transparent linear-gradient(360deg, #DEE3D1 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
}

.bannerContent.row {
    align-items: center;
}

.leftContentSection h1 {
    margin-bottom: 0;
    line-height: 67px;
}

.leftContentSection p {
    margin: 20px 0;
}

header {
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999;
    background: #fff;
    height: 90px;
}

/* .navbar-brand {
    margin-left: 25px;
} */

.section-space{
    padding: 80px 0;
}

.section-title-30{
    font-size: 30px;
}


img.logo {
    max-width: 247px;
    padding: 0;
    margin: 0;
}

.btn-primary{
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    transition: 0.3s;
}

.btn-primary:hover{
    color: #fff;
    background-color: #48a145;
    border-color: #48a145;
}

.btn-secondary{
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    transition: 0.3s;
}

.btn-secondary:hover{
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

.btn {
    font-size: 16px;
    border-radius: 50px;
    padding: 13px 36.5px;
    letter-spacing: 0px;
}

.bg-light-gray{
    background: #F9F9F6 !important;
}

ul {
    padding: 0;
}

ul.column-2 {
    column-count: 2;
}


li {
    list-style: none;
}
.navbar-nav {
    align-items: center;
}

.client-section {
    padding: 25px 0;
}

.stepsSection {
    padding: 85px 0;
}
.row.StepContent {
    position: relative;
}
.StepDetails {
    margin: 0;
}

.StepDetails {
    width: auto;
    background: transparent linear-gradient(180deg, #48A14536 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    border-radius: 150px;
    margin-left: 40px;
    margin-top: 38px;
    height: 359px;
}

.stepBgImg {
    width: 100%;
    position: absolute;
}
.stepsSection .container {
    position: relative;
}

nav .navbar-nav .nav-link.active {
    background: #000000;
    border-radius: 20px;
    color: #fff;
    padding: 10px 20px;
}

.row.StepContent [class*='col-']:nth-child(2) .StepDetails, .row.StepContent [class*='col-']:nth-child(4) .StepDetails {
    top: 0;
    position: relative;
    margin-top: -16%;
}

.StepIcon-info {
    text-align: center;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 24px;
}

.StepIcon-info lottie-player {
    margin: 0 auto;
}

.StepIcon-info h3 {
    font-size: 23px;
    color: #000;
    letter-spacing: 0;
    font-weight: 700;
    margin-top: 27px;
    margin-bottom: 10px;
}

.StepIcon-info p {
    font-size: 13px;
    letter-spacing: -0.13px;
    color: #7E7E7E;
    max-width: 172px;
    margin: 0 auto;
}

/*=-=-=-=support-section=-=-=-=*/

.support-section {
    background: #48A145;
    padding: 56px 0 80px 0;
    border-radius: 0 0 147px 147px;
}

.support-inner p {
    letter-spacing: -0.15px;
    color: #FFFFFF;
    font-size: 15px;
    max-width: 87%;
}

.support-inner {
    margin-top: 30px;
}


.about-section {
    padding: 93px 0 70px 0;
}

.about-section .content {
    padding-left: 90px;
}

.about-section .content p {
    font-size: 15px;
    color: #000;
    max-width: 437px;
    font-weight: 500;
    margin: 25px 0;
}

.testimonial-single {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 10px #D9D9CC;
    border-radius: 15px;
    padding: 70px 100px 66px 90px;
}
.client-info img {
    border-radius: 50%;
}

.client-testimonial-section, .about-section {
    background: #F9F9F6 0% 0% no-repeat padding-box;
}
.client-testimonial-section .swiper-slide {
    padding: 15px;
}

.client-info {
    display: flex;
    align-items: center;
}

.client-info h3 span {
    font-size: 15px;
    display: block;
}


.client-info h3{
    margin-left: 15px;
    margin-bottom: 0;
}

.clients-testimonial p {
    font-size: 25px;
    color: #000;
    line-height: 40px;
    letter-spacing: 0;
    margin-bottom: 40px;
}

.clients-testimonial {
    margin-top: 50px;
}

.swiper-button-next:after, .swiper-button-prev:after{
    display: none;
}

.whywechoos-section {
    background: #48A145 0% 0% no-repeat padding-box;
    padding: 271px 0 50px 0;
    margin-top: -200px;
}

span.small-title {
    font-size: 11px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
}

span.small-title img {
    margin-right: 5px;
}
.whywechoos-section img {
    border-radius: 15px;
}

.whywechoos-section h2{
    max-width: 550px;
}

.whywechoos-single {
    background: #388536 0% 0% no-repeat padding-box;
    border-radius: 15px;
    padding: 40px 43px;
    margin-top: 53px;
    margin-bottom: 63px;
}

.whywechoos-single h2 {
    width: 70%;
    color: #fff;
    font-size: 35px;
}

.whywechoos-single p {
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;
    border-top: 1px solid #dbdbdb;
    margin-top: 30px;
    padding-top: 30px;
}

.f-30{
    font-size: 30px;
}

.counter-section p {
    margin: 0;
    font-size: 15px;
    letter-spacing: -0.15px;
    color: #7E7E7E;
}

.counter-section{
    background: #F9F9F6 0% 0% no-repeat padding-box;
}

.counter-section .stats {
    padding-top: 35px;
    padding-left: 50px;
    padding-bottom: 43px;
    border-right: 1px solid #e6e6de;
}

.counter-section h3 {
    font-size: 35px;
}

.counter-row{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 6px #D9D9CC;
    border-radius: 15px;
}
.cta-section {
    /* background: #fff; */
    padding: 40px 0;
    z-index: 99;
    position: relative;
}
.cta-section .container{
    background: #48A145;
    border-radius: 15px;
    padding: 31px 57px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cta-section .container h2 {
    max-width: 55%;
    color: #fff;
    font-size: 35px;
}

footer {
    padding-top: 53px;
    border-top: 1px solid #48a145;
    background: transparent linear-gradient(359deg, #DEE3D1 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
}
footer p {
    font-size: 13px;
    color: #000;
    max-width: 375px;
    font-weight: 500;
}


footer ul li a, .footer-bottom a{
    font-size: 13px;
    color: #000;
    list-style: none;
    text-decoration: none;
    font-weight: 500;
}

footer ul li a img {
    margin-right: 5px;
}


footer h3 {
    font-size: 22px;
}

img.footer-logo {
    margin-bottom: 20px;
}

.socialMediaIcon a {
    margin-right: 10px;
    text-decoration: none;
}
.socialMediaIcon a img {
    max-width: 32px;
}
.footer-bottom {
    margin-top: 42px;
    border-top: 1px solid #BFC3D2;
    padding-top: 23px;
    padding-bottom: 23px;
}

.footer-bottom p{
    margin-bottom: 0;
}
footer a:hover {
    color: #48a145;
}

.socialMediaIcon {
    margin-top: 20px;
}


nav .navbar-nav .nav-link {
    color: #13182F;
    font-size: 15px;
    font-weight: 500;
    margin: 0 20px;
    padding: 0;
}

/*-=-=--=-=-=-=titlebar-=-=--=-=-=-=*/

img.titlebarImg {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
}

.titlebar {
    position: relative;
    min-height: 452px;
    display: flex;
    align-items: end;
    padding-bottom: 104px;
}

.titlebar-content {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.titlebar .container {
    z-index: 9;
    position: relative;
}

.titlebar .leftContentSection h1 {
    font-size: 40px;
    font-weight: 700;
}

.titlebar .leftContentSection p {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

.about-section.about-page h2 {
    font-size: 30px;
}

.about-section.about-page .content p {
    max-width: 100%;
}

.our-vision-section p {
    font-size: 15px;
    color: #000;
    font-weight: 500;
}

.cust-list li {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    border-bottom: 1px solid #D2D2CC;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
}

ul.cust-list {
    padding: 42px 47px;
    background: #F9F9F6;
    border-radius: 15px;
}
.cust-list li:before {
    content: url("../images/check-list.svg");
    margin-right: 10px;
}

.cust-list li:last-child {
    border: none;
}
li.checklist-none:before {
display: none;
}
li.checklist-none{
    border: none;
    padding: 0;
}

li.checklist-none h2{
font-size: 22px;
}

.about-page .counter-row {
    box-shadow: none;
}
.about-page.counter-section .stats {
    text-align: center;
    padding-bottom: 0;
    padding-top: 0;
}

.about-page.counter-section h3 {
    margin-top: 5px;
}
.cta-section .container .left-section h2 {
    max-width: 90%;
}

.cta-section p {
    font-size: 15px;
    font-weight: 500;
    margin: 34px 0;
}

.cta-section .btn-primary:hover {
    color: #000;
    background-color: #ffffff;
    border-color: #ffffff;
}

.member-section h3 {
    font-size: 22px;
    margin-bottom: 0;
    margin-top: 20px;
}

.member-section p {
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 5px;
}

.team-section {
    background: #F9F9F6;
    padding-top: 287px;
    margin-top: -250px;
}

.accordion-button {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    letter-spacing: 0px;
    font-family: "Manrope", system-ui;
    padding-left: 0;
}

.accordion-button:not(.collapsed) {
    color: #48a145;
    background-color: transparent;
    box-shadow: none;
}
.accordion-body {
    font-size: 15px;
    color: #000;
    padding-left: 0;
    padding-top: 0;
}

.accordion-item {
    background-color: #fff;
    border: none;
}

.faq-section p {
    font-size: 15px;
    color: #000;
    font-weight: 500;
}

.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}

form {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 10px #0000000F;
    border: 1px solid #DDDDDD;
    border-radius: 15px;
    padding: 54px;
    margin-left: auto;
    max-width: 720px;
}

.form-control {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #DDDDDD;
    padding-left: 0;
    margin-bottom: 43px;
}

.contact-us a{
    text-decoration: none;
}

.contact-us h3 {
    font-size: 22px;
}

.contact-us h3 span {
    letter-spacing: -0.15px;
    color: #7E7E7E;
    font-weight: 500;
    font-size: 15px;
    display: block;
    margin-top: 3px;
    max-width: 280px;
}

.contact-us img {
    max-width: 41px;
    max-height: 41px;
    margin-right: 10px;
}

.contact-us p {
    font-size: 13px;
    font-weight: 500;
    color: #000;
    max-width: 472px;
}

.map-section iframe {
    width: 100%;
    max-height: 452px;
    border-radius: 25px;
}



.cta-bg .container{
    background: url("../images/cta-bg.png") no-repeat;
    min-height: 426px;
}

.cta-bg-01 .container{
    background: url("../images/cta-bg-01.jpg") no-repeat;
    min-height: 462px;
}

.cta-bg.cta-bg-02 .container{
    background: url("../images/cta-bg-02.png") no-repeat;
}

.cta-section.cta-bg-01 .container .left-section h2 {
    max-width: 90%;
    max-width: 535px;
    margin-bottom: 32px;
    font-size: 48px;
}

.cta-section.cta-bg .container .left-section h2 {
    max-width: 90%;
    max-width: 535px;
    margin-bottom: 32px;
}

.our-tech-slider .slider-inner {
    border: 1px solid #D2D2CC;
    border-radius: 15px;
    text-align: center;
    min-height: 114px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-section h3 {
    font-size: 22px;
    margin-top: 26px;
    margin-bottom: 13px;
}

.icon-section p {
    max-width: 230px;
    font-size: 14px;
}

.dotted-line {
    position: relative;
}

.dotted-line:after {
    content: '';
    width: calc(100% - 120px);
    height: 1px;
    border: 1px dashed #48a145;
    position: absolute;
    top: 30px;
    right: 22px;
}

.image-section .text {
    max-width: 1041px;
    background: #fff;
    border-radius: 25px;
    padding: 25px;
    margin: 0 auto;
    text-align: center;
    margin-top: -50px;
    z-index: 1;
    position: relative;
}

.image-section .text h2{
    max-width: 62%;
    margin: 0 auto;
    line-height: 55px;
}

.image-section .text h2 span{
    color: #48A145;
}

.image-section img {
    width: 100%;
}

.icon-section {
    padding-bottom: 209px;
}

section.image-section {
    margin-top: -224px;
}

.icon-section-02 h3 {
    font-size: 22px;
     max-width: 52%;
    margin: 0 auto;
    margin-top: 26px;
    margin-bottom: 13px;
}

.icon-section-02 p {
    max-width: 280px;
    font-size: 15px;
    margin: 0 auto;
    text-align: center;
}

.line-right:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 80px;
    background: #DDDDDD;
    right: 0;
    top: 50%;
}
.line-right {
    position: relative;
}
.add-export p {
    margin: 0;
}
.add-export {
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 287px;
    padding: 8px 20px;
    position: fixed;
    top: 40%;
    z-index: 999;
    right: -110px;
    transform: rotate(-90deg) !important;
    border-radius: 10px 10px 0px 0px;
}

.add-export-body .modal-dialog {
    max-width: 720px;
}

.modal-header {
    border: none;
    padding: 50px 50px 0px 50px;
}

.add-export-body button.close {
    border: none;
    background: no-repeat;
}

.add-export-body form{
    padding: 0;
    box-shadow:none;
    border: none;
}

.add-export-body .modal-body {
    padding: 30px 50px;
}
.add-export-body .modal-content {
    border: 1px solid #DDDDDD;
    border-radius: 15px;
}
/* .about-section img {
    width: 100%;
} */

.member-overlay {
    background: transparent linear-gradient(0deg, #48A14536 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 34px 34px;
}

.about-page.counter-section .stats:last-child {
    border: none;
}