@font-face {
    font-family: 'Aeonik Trial';
    src: url(../fonts/aeoniktrial-regular.otf);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Aeonik Trial';
    src: url(../fonts/aeoniktrial-regularitalic.otf);
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Aeonik Trial';
    src: url(../fonts/aeoniktrial-bold.otf);
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Aeonik Trial';
    src: url(../fonts/aeoniktrial-bolditalic.otf);
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Aeonik Trial';
    src: url(../fonts/aeoniktrial-light.otf);
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Aeonik Trial';
    src: url(../fonts/aeoniktrial-lightitalic.otf);
    font-weight: 300;
    font-style: italic;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    -webkit-font-smoothing: none;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
    font-family: 'Aeonik Trial';
    font-weight: 400;
}

input:focus,
input:focus-visible,
select:focus,
select:focus-visible,
textarea:focus,
textarea:focus-visible {
    outline: none;
    box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
    padding: 0;
    margin: 0;
}

ul,
ol,
li {
    list-style: none;
    position: relative;
}

a {
    text-decoration: none;
    transition: 0.3s;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
    font-family: 'Aeonik Trial';
    font-weight: 700;
}

/* sliding header starts */

.sliding-header {
    display: none;
}

.slide-right {
    right: 0 !important;
}

/* sliding header ends */


.burger {
    display: none;
}

.container {
    max-width: 1463px;
}

.header-wrap {
    display: flex;
    align-items: center;
    min-height: 56px;
}

.menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.menu li a {
    font-size: 20px;
    color: #9EA3B5;
    font-weight: 500;
}

.menu li.current-menu-item>a {
    font-weight: 700;
    color: #11643C;
}

.menu li a:hover {
    color: #11643C;
}

.menuLink ul li.menu-item-has-children::after {
    content: '';
    position: absolute;
    border-top: 2px solid #1169B2;
    border-left: 2px solid #1169B2;
    width: 10px;
    height: 10px;
    transform: rotate(-135deg);
    display: block;
    border-radius: 2px;
    cursor: pointer;
    right: -27px;
    top: 5px;
    transition-duration: 0.4s;
}

.sub-menu li a {
    display: inline-block;
    width: 100%;
}

.sub-menu li {
    margin-right: 0;
}

.btn-ctn {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 159px;
    height: 62px;
    padding: 0 10px;
    background-color: #11643C;
    border-radius: 0px;
    transition: 0.3s;
    letter-spacing: 0;
    text-transform: capitalize;
    border: 2px solid transparent;
    border-radius: 8px;
}

.btn-ctn:hover {
    background-color: transparent;
    border-color: #11643C;
    color: #11643C;
    border-width: 1px;
}

.btn-ctn.white,
.btn-ctn.white-outline:hover {
    background-color: #fff;
    color: #11643C;
}

.btn-ctn.white:hover,
.btn-ctn.white-outline {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

header .logo {
    width: 345px;
    min-width: 345px;
    max-width: 345px;
}

header {
    width: 100%;
    z-index: 99999;
    padding: 30px 0;
}

header ul li {
    margin-right: 25px;
}

header ul li:last-child {
    margin-right: 0;
}

header .right-div {
    /* min-width: 159px; */
    text-align: right;
    display: flex;
    align-items: center;
}

header .right-div .register-cta a {
    min-width: 215px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #11643C;
    color: #11643C;
    padding: 0 10px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 8px;
    margin-right: 15px;
}

header .right-div .register-cta a:hover {
    background: #11643C;
    color: #fff;
    border-color: transparent;
}

.menuLink {
    padding-left: 0;
    width: calc(100% - 345px - 159px);
    padding-right: 50px;
}

header .container {
    max-width: 1460px;
}

.banner {
    padding: 97px 0 50px;
    background-color: #11643C;
    position: relative;
}

.banner::before {
    content: "";
    background-image: url(../images/banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    bottom: -462px;
    left: 0;
    width: 100%;
    height: 487px;
    position: absolute;
}

.banner h1 {
    font-size: 85px;
    line-height: 92px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    max-width: 1170px;
    margin: 0 auto;
    margin-bottom: 36px;
}

.banner p {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    max-width: 1180px;
    margin: 0 auto;
}

.banner .btn-div {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-top: 60px;
}

.banner .btn-ctn {
    font-size: 20px;
}

.banner .btn-ctn.white {
    min-width: 337px;
}

.banner .btn-ctn.white-outline {
    min-width: 215px;
}

.b-box .box {
    background-color: #fff;
    border-radius: 29px;
    min-height: 547px;
    padding: 80px 40px 96px 40px;
    position: relative;
    box-shadow: 0 0 14px 0px rgba(0 0 0 / 25%);
}

.enter-community a {
    min-width: 584px;
    height: 104px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #11643C;
    color: #11643C;
    padding: 0 15px;
    font-size: 52px;
    font-weight: 700;
    border-radius: 8px;
    margin: 0 0 50px 0;
}

.enter-community a:hover {
    background: #11643C;
    color: #fff;
    border-color: transparent;
}

.b-box p {
    font-size: 32px;
    line-height: 40px;
    color: #294C41;
    max-width: 1120px;
    margin: 0 auto;
}

.b-box h4 {
    font-size: 24px;
    color: #294C41;
}

.b-box .count {
    font-size: 85px;
    color: #11643C;
    font-weight: 700;
}

.b-box h5 {
    font-size: 28px;
    font-weight: 400;
    color: #294C41;
}

.b-box {
    padding-top: 27px;
    text-align: center;
    padding-bottom: 135px;
}

.b-box .counters {
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 78px;
}

.b-box .col-md-6 {
    position: relative;
}

.b-box .row .col-md-6:nth-child(2n)::before {
    content: "";
    width: 2px;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: url(../images/border-line.svg) no-repeat center center/contain;
    background-repeat: repeat-y;
}

.download-magazine {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 150px 0 0 0;
    column-gap: 18px;
    flex-wrap: wrap;
}

.download-magazine a {
    background: #11643C;
    height: 161px;
    width: 100%;
    border-radius: 14px;
    border: 1px solid #11643C;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    flex: 0 0 calc(50% - 9px);
    padding: 15px 20px 15px 20px;
    row-gap: 8px;
}

.download-magazine a:hover {
    background: #137848;
}

.download-magazine a img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.download-magazine a strong {
    line-height: normal;
    font-size: 32px;
    color: #fff;
    display: block;
}

.download-magazine a p {
    margin: unset;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}

/* newsletter starts */

.newsletter {
    background: #11643C;
    padding: 54px 30px 45px 30px;
}

.newsletter .main-heading h2 {
    color: #fff;
    font-size: 64px;
    line-height: 76px;
    font-weight: 700;
    text-align: center;
}

.newsletter-form {
    max-width: 900px;
    margin: 0 auto;
    padding: 45px 0 0 0;
}

.newsletter .newsletter-form form {
    display: flex;
    align-items: center;
    /* flex-wrap: wrap; */
}

.newsletter .newsletter-form form input {
    height: 62px;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    color: #7B7E86;
    padding: 0 20px;
    margin: 0 8px;
}

.newsletter .newsletter-form form input[type="email"] {
    margin-right: 0;
}

.newsletter .newsletter-form form input[type="submit"] {
    min-width: 157px;
    height: 62px;
    background: #000;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 12px;
    border: 2px solid transparent;
    transition: 0.3s all;
    width: max-content;
    margin: 0;
}

.newsletter .newsletter-form form input[type="submit"]:hover {
    background: transparent;
    border-color: #fff;
}

/* newsletter ends */

/* consulting section starts */

.consulting-section {
    padding: 140px 30px 140px 30px;
}

.common-heading {
    text-align: center;
}

.common-heading h3 {
    color: #023F3A;
    font-size: 64px;
    line-height: 76px;
    text-align: center;
    position: relative;
    display: inline-block;
}

.common-heading h2 {
    color: #023F3A;
    font-size: 64px;
    line-height: 76px;
    text-align: center;
    position: relative;
    display: inline-block;
}

.common-heading h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -9px;
    background: #11643C;
    height: 4px;
    width: 176px;
    z-index: -1;
    border-radius: 2px;
}

.common-heading h3::before {
    content: '';
    position: absolute;
    left: 197px;
    bottom: -9px;
    background: #11643C;
    height: 4px;
    width: 10px;
    z-index: -1;
    border-radius: 2px;
}

.common-heading h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -9px;
    background: #11643C;
    height: 4px;
    width: 176px;
    z-index: -1;
    border-radius: 2px;
}

.common-heading h2::before {
    content: '';
    position: absolute;
    left: 197px;
    bottom: -9px;
    background: #11643C;
    height: 4px;
    width: 10px;
    z-index: -1;
    border-radius: 2px;
}

.consulting-section .consulting_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 65px 0 0 0;
}

.consulting-section .consulting_wrap .content {
    flex: 0 0 47%;
    padding: 0 20px 0 0;
}

.consulting-section .consulting_wrap .content .heading h4 {
    color: #11643C;
    font-size: 52px;
    line-height: 64px;
    padding: 0 0 12px 0;
    position: relative;
}

.consulting-section .consulting_wrap .content .heading h4::before {
    content: '';
    position: absolute;
    background: #11643C;
    width: 6px;
    height: 50px;
    right: 38px;
    top: 12px;
    z-index: -1;
}

.consulting-section .consulting_wrap .content .desc p {
    color: #111111;
    font-weight: 400;
    font-size: 22px;
    line-height: 36px;
    padding: 0 0 25px 0;
    max-width: 90%;
    margin-right: auto;
}

.read-more-cta {

    padding: 10px 0 0 0;
}

.read-more-cta a {
    color: #294C41;
    font-weight: 700;
    font-size: 24px;
    position: relative;
}

.read-more-cta a::before {
    content: '';
    position: absolute;
    background: url(../images/read-more-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 31px;
    height: 31px;
    right: -52px;
    top: 3px;
    z-index: 9;
}

.read-more-cta a:hover {
    color: #11643C;
}

.consulting-section .consulting_wrap .image {
    flex: 0 0 53%;
    overflow: hidden;
    border-radius: 14px;
}

.consulting-section .consulting_wrap .image img {
    border-radius: 14px;
    max-height: 478px;
    object-fit: cover;
    width: 100%;
    transition: 1s all;
}

.consulting-section .consulting_wrap .image img:hover {
    transform: scale(1.1);
}


/* consulting section ends */

/* comp service section starts */

.common-heading h4 {
    color: #023F3A;
    font-size: 64px;
    line-height: 76px;
    text-align: center;
    position: relative;
    display: inline-block;
}

.common-heading h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -9px;
    background: #11643C;
    height: 4px;
    width: 176px;
    z-index: -1;
    border-radius: 2px;
}

.common-heading h4::before {
    content: '';
    position: absolute;
    left: 197px;
    bottom: -9px;
    background: #11643C;
    height: 4px;
    width: 10px;
    z-index: -1;
    border-radius: 2px;
}

.comp-service-section .comp_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    column-gap: 16px;
    padding: 85px 0 75px 0;
}

.comp-service-section .comp_wrap .single-service {
    border: 1px solid #CFECE3;
    border-radius: 26px;
    flex: 0 0 calc(33.33% - 11px);
    filter: drop-shadow(0px 26px 40px #CFECE321);
    padding: 32px 23px 22px 28px;
    min-height: 508px;
}

.comp-service-section .comp_wrap .single-service:hover img {
    transform: translateY(-10px);
}

.comp-service-section .single-service .service-top .image {
    min-height: 68px;
}

.comp-service-section .single-service .service-top .image img {
    width: 65px;
    height: 68px;
    object-fit: contain;
    transition: 1s all;
}

.comp-service-section .single-service .service-top .service-heading {
    min-height: 118px;
}

.comp-service-section .single-service .service-top .service-heading h5 {
    color: #11643C;
    font-size: 32px;
    line-height: 40px;
    padding: 25px 0 12px 0;
    border-bottom: 1px solid #CFECE3;
    max-width: 92%;
    margin-right: auto;
}

.comp-service-section .single-service .service-list ul {
    padding: 26px 0 0 32px;
}

.comp-service-section .single-service .service-list ul li {
    color: #111111;
    font-weight: 400;
    font-size: 22px;
    line-height: 36px;
    list-style: disc;
    padding: 0 0 8px 3px;
}

.service-contact-cta {
    text-align: center;
}

.service-contact-cta a {
    min-width: 337px;
    height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #11643C;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    border-radius: 8px;
    padding: 12px 15px 12px 15px;
    border: 2px solid transparent;
}

.service-contact-cta a:hover {
    border: 2px solid #11643C;
    background: transparent;
    color: #11643C;
}

/* comp service section ends */

/* shop section starts */

.shop-section {
    padding: 150px 0 60px 0;
}

.common-heading h6 {
    color: #023F3A;
    font-size: 64px;
    line-height: 76px;
    text-align: center;
    position: relative;
    display: inline-block;
}

.common-heading h6::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -9px;
    background: #fff;
    height: 4px;
    width: 146px;
    z-index: 0;
    border-radius: 2px;
}

.common-heading h6::before {
    content: '';
    position: absolute;
    left: 162px;
    bottom: -9px;
    background: #fff;
    height: 4px;
    width: 8px;
    z-index: 0;
    border-radius: 2px;
}

.shop-section .common-heading {
    background: #11643C;
    padding: 30px 31px 31px 20px;
}

.shop-section .common-heading h6 {
    color: #fff;
    text-transform: uppercase;
}

.shop-section .shop_wrap .heading h2 {
    color: #11643C;
    font-size: 32px;
    line-height: 40px;
    text-align: left;
    padding: 0px 0 40px 0 !important;
}

.shop-section .shop_wrap .desc p {
    color: #3D3D3D;
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
    text-align: left;
    max-width: 86%;
    margin-right: auto;
}

.order-cta {
    text-align: center;
    padding: 90px 0 0 0;
}

.order-cta a {
    min-width: 281px;
    height: 64px;
    background: #11643C;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding: 12px 15px 12px 15px;
    border-radius: 8px;
    border: 2px solid transparent;
}

.order-cta a:hover {
    border: 2px solid #11643C;
    background: transparent;
    color: #11643C;
}

.shop-section .shop_wrap .book-lists {
    border: 1px solid #11643C;
    border-radius: 15px;
    padding: 0 20px 65px 20px;
    margin: 145px 0 0 0;
}

.shop-section .shop_wrap .book-lists ul {
    display: flex;
    flex-wrap: wrap;
    padding: 75px 0px 22px 15px;
    column-gap: 80px;
    border-bottom: 1px solid #11643C;
    max-width: 1226px;
    margin: 0 auto 50px auto;
}

.shop-section .shop_wrap .book-lists ul li {
    list-style: disc;
    font-weight: 400;
    font-size: 22px;
    line-height: 36px;
    flex: 0 0 calc(50% - 40px);
    padding: 0 0 32px 3px;
}

.shop-section .shop_wrap .book-lists ul li::marker {
    font-size: 20px;
}

.guide-order .guide-txt p {
    font-weight: 400;
    color: #11643C;
    font-size: 32px;
    line-height: 40px;
    max-width: 84%;
    margin: 0 auto;
    text-align: center;
}

.shop-section .shop_wrap .guide-order .order-cta {
    padding: 35px 0 0 0;
}

/* shop section ends */

/* highlights section starts */

.main-highlights {
    padding: 0 0 120px 0;
}

.main-highlights .order-cta {
    padding: 70px 0 0 0;
}

.main-highlights .order-cta a {
    background: transparent;
    border: 1px solid #11643C;
    color: #11643C;
}

.main-highlights .order-cta a:hover {
    border-color: #11643C;
    background: #11643C;
    color: #fff;
}

/* highlights section ends */

/* footer starts here */

.footer {
    background: #22242A;
    padding: 75px 20px 25px 20px;
}

.footer .footer_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    column-gap: 65px;
    border-bottom: .6px solid #fff;
    padding: 0 0 60px 0;
}

.logo-container a {
    display: inline-block;
}

.footer .footer_wrap .footer-widget {
    flex: 0 0 calc(33.33% - 44px);
}

.footer .footer-widget .logo-container img {
    width: 100%;
    height: 100%;
}

.footer .footer-widget .company-desc p {
    color: #FFFFFF;
    font-weight: 300;
    font-size: 18px;
    line-height: 32px;
    padding: 25px 0 0 0;
}

.footer .footer-widget .navigator ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 60px;
    justify-content: flex-start;
    align-items: flex-start;
}

.footer .footer-widget .navigator ul li {
    flex: 0 0 calc(50% - 60px);
}

.footer .footer-widget .navigator ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    position: relative;
}

.footer .footer-widget .navigator ul li a::after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -9px;
    background: #11643C;
    height: 4px;
    width: 53px;
    z-index: 0;
    border-radius: 2px;
}

.footer .footer-widget .navigator ul li a::before {
    content: '';
    position: absolute;
    left: 58px;
    bottom: -9px;
    background: #11643C;
    height: 4px;
    width: 5px;
    z-index: 0;
    border-radius: 2px;
}

.footer .footer-widget .navigator ul li a:hover {
    opacity: .8;
}

.footer .footer-widget .contact-txt strong {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    position: relative;
}

.footer .footer-widget .contact-txt strong::before {
    content: '';
    position: absolute;
    left: 53px;
    bottom: -9px;
    background: #11643C;
    height: 4px;
    width: 5px;
    z-index: 0;
    border-radius: 2px;
}

.footer .footer-widget .contact-txt strong::after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -9px;
    background: #11643C;
    height: 4px;
    width: 49px;
    z-index: 0;
    border-radius: 2px;
}

.footer .footer-widget .contact-blurb {
    padding: 35px 0 0 0;
}

.footer .footer-widget .contact-blurb .image img {
    width: 23px;
    height: 23px;
    object-fit: contain;
}

.footer .footer-widget .contact-blurb .blurb-desc p {
    color: #FFFFFF;
    font-weight: 300;
    font-size: 18px;
    line-height: 32px;
    padding: 0 0 0 18px;
}

.footer .footer-widget .contact-blurb .single-contact {
    display: flex;
    align-items: flex-start;
    padding: 0 0 18px 0;
}

.footer .footer-widget .contact-blurb .single-contact:first-child img {
    width: 38px;
}

.footer .footer-widget .contact-blurb .single-contact a {
    display: flex;
    align-items: flex-start;
}

.footer .footer-widget .contact-blurb .single-contact a:hover {
    opacity: .8;
}

.footer .footer-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0 0 0;
}

.footer .footer-bottom .copyright p {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}

.footer .footer-bottom .social-medias {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.footer .footer-bottom .social-medias .single-media img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    transition: 0.3s all;
}

.footer .footer-bottom .social-medias .single-media:hover img {
    transform: rotate(360deg);
    opacity: 1;
}

.footer .footer-bottom .social-medias .single-media:nth-child(3) img {
    height: 32px;
    width: 32px;
}

/* footer starts ends */

/* consulting page starts */

.consulting-banner {
    min-height: 530px;
    z-index: 999;
    display: grid;
    place-content: center;
    padding: 50px 0 50px 0;
}

.consulting-banner::before {
    bottom: -370px;
    z-index: -1;
}

.our-connections {
    position: relative;
    z-index: 555;
    padding: 55px 0 140px 0;
}

.our-connections .deep-txt p {
    color: #294C41;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    font-weight: 500;
}

.main_title h1 {
    margin: 0;
    position: relative;
}

.main_title h1::before {
    content: '';
    position: absolute;
    background-image: url(../images/banner-head-design.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 100%;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 222px;
    height: 4px;
    margin: 0 auto;
}

.our-connections .services-provided .service_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    column-gap: 16px;
    padding: 75px 0 0 0;
}

.our-connections .services-provided .single-service {
    border: 1px solid #CFECE3;
    border-radius: 26px;
    flex: 0 0 calc(33.33% - 11px);
    filter: drop-shadow(0px 26px 40px #CFECE321);
    padding: 32px 23px 28px 28px;
}

.our-connections .services-provided .single-service:hover img {
    transform: translateY(-10px);
}

.our-connections .services-provided .single-service .image {
    min-height: 70px;
}

.our-connections .services-provided .single-service .image img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    transition: 1s all;
}

.our-connections .services-provided .single-service .service-heading {
    min-height: 87px;
}

.our-connections .services-provided .single-service .service-heading h4 {
    color: #11643C;
    font-size: 32px;
    line-height: 40px;
    padding: 25px 0 22px 0;
}

.our-connections .services-provided .single-service .service-desc {
    min-height: 72px;
}

.our-connections .services-provided .single-service .service-desc p {
    font-size: 22px;
    line-height: 36px;
    color: #111111;
}

.consult-head h2 {
    color: #11643C;
    font-size: 64px;
    line-height: 76px;
    position: relative;
    display: inline;
}

.consult-head {
    text-align: center;
    background: #fff;
    padding: 0 0 65px 0;
}

.consult-head h2::before {
    content: '';
    position: absolute;
    background: url(../images/dash-design.svg);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -8px;
    left: 0;
    width: 166px;
    height: 4px;
    z-index: 0;
}

.how-we-help {
    background: #FAFAFA;
    padding: 0 0 120px 0;
}

.how-we-help .help_wrap {
    padding: 15px 0 0 0;
}

.how-we-help .help-head {
    text-align: center;
}

.how-we-help .help-head h3 {
    color: #3D3D3D;
    font-size: 52px;
    line-height: 64px;
    padding: 0px 0 45px 98px;
    position: relative;
    display: inline-block;
}

.how-we-help .help-head h3::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    background: url(../images/leaf-design.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 70px;
    height: 58px;
}

.how-we-help .help-head p {
    color: #11643C;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    max-width: 90%;
    margin: 0 auto;
    padding: 0 0 50px 0;
}

.help-three-col {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    column-gap: 15px;
    padding: 20px 0 0 0;
}

.help-three-col .single-col {
    background: #fff;
    min-height: 229px;
    border-bottom: 6px solid #11643C;
    flex: 0 0 calc(33.33% - 10px);
    filter: drop-shadow(0px 57px 80px #A2B6D429);
    border-radius: 8px 8px 0 0;
    display: flex;
    align-items: end;
    padding: 28px 15px 28px 28px;
    counter-increment: sub-section;
    position: relative;
    transition: .4s all;
}

.help-three-col .single-col:hover::before {
    transform: translateY(-10px);
}

.help-three-col .single-col:hover {
    filter: unset;
}

.help-three-col .single-col::before {
    content: counter(sub-section);
    position: absolute;
    color: #11643C;
    font-size: 45px;
    font-weight: 700;
    font-family: 'Aeonik Trial';
    top: 22px;
    left: 48px;
    transition: 1s all;
}

.help-three-col .single-col .para p {
    color: #3D3D3D;
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
}

.how-we-help .help-list .single-help {
    padding: 105px 0 0 0;
}

.how-we-help .help-list .single-help:first-child {
    padding: 54px 0 0 0;
}

.collaborate {
    padding: 135px 50px 60px 50px;
}

.consult-head h4 {
    color: #023F3A;
    font-size: 64px;
    line-height: 76px;
    position: relative;
    display: inline;
}

.consult-head h4::before {
    content: '';
    position: absolute;
    background: url(../images/work-head-design.svg);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -12px;
    left: 0;
    width: 207px;
    height: 4px;
    z-index: 0;
}

.collaborate .collaborate_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 10px 0 0 0;
}

.collaborate .collaborate_wrap .common_collab {
    flex: 0 0 50%;
}

.collaborate .collaborate_wrap .image {
    border-radius: 14px;
    overflow: hidden;
}

.collaborate .collaborate_wrap .image img {
    width: 100%;
    height: 697px;
    object-fit: cover;
    border-radius: 14px;
    transition: 1s all;
}

.collaborate .collaborate_wrap .image img:hover {
    transform: scale(1.1);
}

.collaborate .collaborate_wrap .single-collab .collab-image {
    min-height: 50px;
    min-width: 50px;
    max-width: 50px;
}

.collaborate .collaborate_wrap .single-collab .collab-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.collaborate .collaborate_wrap .single-collab .collab-heading {
    min-height: 32px;
    flex: 0 0 84%;
}

.collaborate .collaborate_wrap .single-collab .collab-heading h4 {
    color: #11643C;
    font-size: 24px;
    line-height: 32px;
}

.collaborate .collaborate_wrap .single-collab .collab-desc {
    flex: 0 0 100%;
    /* min-height: 96px; */
}

.collaborate .collaborate_wrap .single-collab .collab-desc p {
    color: #3D3D3D;
    font-size: 20px;
    line-height: 32px;
    max-width: 88%;
    margin-right: auto;
}

.collaborate .collaborate_wrap .content .single-collab {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    border-radius: 8px;
    padding: 25px 30px 24px 30px;
    column-gap: 28px;
    row-gap: 15px;
    margin: 0 0 45px 0;
}

.collaborate .collaborate_wrap .content {
    padding: 0 0 0 75px;
}

.collaborate .collaborate_wrap .content .single-collab:nth-child(odd) {
    background: #F8FDF4;
}

.collaborate .collaborate_wrap .content .single-collab:nth-child(even) {
    background: #FAFAFA;
}

.green-contact {
    padding: 80px 0 150px 0;
}

.green-contact .green_wrap {
    background: #11643C;
    border-radius: 20px;
    padding: 45px 100px 51px 90px;
    display: flex;
    align-items: flex-start;
    column-gap: 30px;
}

.green-contact .green_wrap .content .image {
    max-width: 472px;
    width: 472px;
    min-height: 96px;
}

.green-contact .green_wrap .content .txt p {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 22px;
    line-height: 36px;
    max-width: 79%;
    margin-right: auto;
    padding: 45px 0 0 0;
}

.green-contact .green_wrap .common_green {
    flex: 0 0 calc(50% - 15px);

}

.green-contact .green_wrap .green-detail {
    padding: 0 0 0 148px;
    border-left: 1px solid #fff;
}

.green-contact .green_wrap .green-detail .blurb {
    display: flex;
    align-items: center;
    /* justify-content: end; */
    padding: 0 0 35px 0px;
}

.green-contact .green_wrap .green-detail .blurb-desc a {
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    padding: 0 0 0 20px;
}

.green-contact .green_wrap .green-detail .blurb-desc a:hover {
    opacity: .8;
}

.green-contact .green_wrap .green-detail .blurb .image {
    width: 36px;
    max-width: 36px;
}

.green-contact .green_wrap .green-detail .blurb .image img {
    width: 100%;
    height: 100%;
}

.consult-head h5 {
    color: #023F3A;
    font-size: 64px;
    line-height: 76px;
    position: relative;
    display: inline;
}

.consult-head h5::before {
    content: '';
    position: absolute;
    background: url(../images/work-head-design.svg);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -12px;
    left: 0;
    width: 207px;
    height: 4px;
    z-index: 0;
}

.get-with-us .get_wrap .contact-form {
    filter: drop-shadow(0px 0px 49px #11643C26);
    background: #fff;
    border-radius: 28px;
    border: 1px solid #FAFAFA;
    padding: 40px 50px 40px 50px;
}

.get-with-us.contact_us_wrap .container {
    max-width: 1200px;
}

.get-with-us .get_wrap .contact-form iframe {
    width: 100% !important;
}

.get-with-us .get_wrap .contact-form .wf-form-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.get-with-us .get_wrap .contact-form .wf-form-wrapper .wf-row {
    flex: 0 0 calc(50% - 13px);
}

.get-with-us .get_wrap .contact-form form .wf-label {
    color: #11643C;
    font-weight: 700;
    font-size: 24px;
    line-height: normal;
    padding: 0px 0 8px 0;
}

.get-with-us .get_wrap .contact-form form input {
    border: 1px solid #9EA3B5;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    color: #A3A3A3;
    border-radius: 12px;
    padding: 17px 15px 17px 15px;
}

.wf-row.w-100 {
    flex: 0 0 100% !important;
}

.get-with-us .get_wrap .contact-form form textarea {
    border: 1px solid #9EA3B5;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    color: #A3A3A3;
    border-radius: 12px;
    padding: 17px 15px 17px 15px;
    resize: none;
    min-height: 172px;
}

.get-with-us .get_wrap .contact-form .wform-btn-wrap {
    margin-left: auto;
    position: relative;
}

.get-with-us .get_wrap .contact-form .wform-btn-wrap::before {
    content: '';
    position: absolute;
    background: url(../images/submit-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 296px;
    height: 67px;
    left: -335px;
    top: 0;
    z-index: -1;
}

.get-with-us .get_wrap .contact-form .wform-btn-wrap input {
    background: #11643C;
    border-radius: 8px;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 20px;
    min-width: 337px;
    height: 64px;
    padding: 0 15px;
    transition: 0.3s all;
    border: 2px solid transparent;
}

.get-with-us .get_wrap .contact-form .wform-btn-wrap input:hover {
    background: transparent;
    border: 2px solid #11643C;
    color: #11643C;
}



/* consulting page ends */




/**** ======  SHOP PAGE START HERE  ====== ****/
.main_title {
    margin-bottom: 300px;
    padding: 50px 0px;
    min-height: 450px;
    display: flex;
    align-items: center;
}

.main_title::before {
    background-image: url("../images/banner_curve_img.png");
    background-size: 100% 100%;
    bottom: -360px;
    height: 375px;
}

.main_title h1 {
    max-width: 100% !important;
    padding-bottom: 25px;
}

.main_title p {
    margin-top: 20px;
}

.order_book_wrap {
    position: relative;
    z-index: 555;
    padding-bottom: 100px;
}

.order_book_title {
    text-align: center;
    margin-bottom: 60px;
}

.order_book_title h2 {
    color: #023F3A;
    font-size: 64px;
    margin-bottom: 50px;
}

.order_book_title h2 strong {
    display: inline-block;
    position: relative;
}

.order_book_title h2 strong::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -9px;
    background: #11643C;
    height: 4px;
    width: 176px;
    z-index: -1;
    border-radius: 2px;
}

.order_book_title h2 strong::before {
    content: '';
    position: absolute;
    left: 197px;
    bottom: -9px;
    background: #11643C;
    height: 4px;
    width: 10px;
    z-index: -1;
    border-radius: 2px;
}

.order_book_title p {
    color: #11643C;
    font-size: 32px;
    font-weight: 400;
}

.order_box {
    display: flex;
    padding: 25px;
    margin-bottom: 50px;
    border: 1px solid #ccc;
    border-top: none;
    box-shadow: 0 5px 0 #ccccccc4;
    border-radius: 0 0 15px 15px;
}

.order_box_img {
    width: 445px;
    height: 609px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.order_box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.order_box_content {
    width: calc(100% - 445px);
    padding-left: 25px;
}

.order_box_img a {
    display: inline-block;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.order_box_img a img {
    width: 100%;
    height: 609px;
    object-fit: cover;
    object-position: center;
    transition: 0.4s;
    border-radius: 10px;
}

.order_box_img:hover img {
    transform: scale(1.05);
}

.box_content_title h3 {
    font-size: 32px;
    margin-bottom: 15px;
}

.box_content_title h3 a {
    color: #11643C;
    display: inline-block;
    transition: 0.4s;
}

.box_content_title h3 a:hover {
    color: #898888;
}

.box_content_para p {
    color: #898888;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 25px;
}

.box_content_list ul {
    padding-left: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    column-gap: 15px;
}

.box_content_list ul li {
    color: #294C41;
    font-size: 22px;
    font-weight: 400;
    list-style-type: none;
    padding-left: 18px;
    margin-bottom: 15px;
    flex: 0 0 calc(50% - 8px);
}

.box_content_list ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #294C41;
}

.order_box_content .d-flex {
    padding-top: 15px;
    justify-content: space-between;
    align-items: flex-end;
}

.box_price p {
    color: #11643C;
    font-size: 32px;
}

.content_us_wrap {
    background-color: #11643C;
    padding: 30px 0px;
    position: relative;
}

.content_us_wrap .order_book_title {
    margin-bottom: 0px;
}

.content_us_wrap .order_book_title h2 {
    margin-bottom: 0px;
}

.content_us_wrap .order_book_title h2 strong {
    color: #fff;
    padding-bottom: 10px;
}

.content_us_wrap .order_book_title h2 strong::before {
    background-color: #fff;
    z-index: 55;
    left: 157px;
    bottom: 0;
}

.content_us_wrap .order_book_title h2 strong::after {
    background-color: #fff;
    z-index: 55;
    height: 3px;
    width: 145px;
    bottom: 0;
}

.Media_group_wrap {
    position: relative;
    padding: 80px 0;
}

.box_title_media {
    margin-bottom: 50px;
}

.box_title_media h4 {
    color: #11643C;
    text-align: center;
    font-size: 32px;
}

.Media_group_wrap .row {
    margin: -8px;
    justify-content: center;
}

.Media_group_wrap .row .col-md-4 {
    padding: 8px;
    width: 33.3333%;
    margin-top: 45px;
}

.media_border {
    border: 1px solid #3D3D3D;
    height: 100%;
    border-radius: 18px;
    position: relative;
    padding: 55px 30px 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.media_icon {
    width: 85px;
    height: 85px;
    background-color: #11643C;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: absolute;
    top: -42px;
    left: 0;
    right: 0;
    padding: 15px;
}

.media_icon img {
    transition: 0.4s;
}

.media_border:hover .media_icon img {
    transform: rotate(360deg);
}

.media_para {
    max-width: 290px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100px;
}

.media_para p {
    color: #11643C;
    font-size: 22px;
}

.media_para a {
    color: #11643C;
    font-size: 22px;
    transition: 0.4s;
    margin-bottom: 10px;
}

.media_para a:last-child {
    margin-bottom: 0px;
}

.media_para a:hover {
    color: #898888;
}


/**** ======  SHOP PAGE END HERE  ====== ****/

.clander__wrap {
    padding: 50px 0 100px;
}

.clander__wrap .container {
    max-width: 900px;
}

.clander__wrap iframe {
    width: 100%;
}

.shop_banner p {
    max-width: 650px !important;
}

.banner.main_title.shop_banner h1::before {
    background-size: cover;
    width: 164px !important;
    background-position-x: 100%;
}


.shop_banner .btn-div {
    margin-top: 45px;
}

.get-with-us.contact_us_wrap {
    padding-bottom: 100px;
}

/* thank you and error page */

.thank-banner {
    min-height: 90vh !important;
    margin-bottom: 0 !important;
}

.thank-banner::before {
    display: none;
}

.thank-banner p {
    margin-top: 8px;
    max-width: 100% !important;
}

.thank-banner h1 {
    margin-bottom: 32px !important;
}

/* changes */

.shop-section .shop_wrap .download-book {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 90px 0 0 0;
}

.shop-section .shop_wrap .download-book .book-cover {
    flex: 0 0 30%;
}

.shop-section .shop_wrap .download-book .contents {
    flex: 0 0 70%;
    padding: 0 0 0 55px;
}

.shop_wrap .download-book .book-img {
    overflow: hidden;
}

.shop_wrap .download-book .book-img img {
    transition: 1s all;
    width: 100%;
    height: auto;
}

.shop_wrap .download-book .book-img img:hover {
    transform: scale(1.1);
}

.download-book .book-cover .book-link {
    text-align: center;
    line-height: normal;
    padding: 12px 0 0 0;
}

.download-book .book-cover .book-link a {
    color: #11643C;
    font-size: 23px;
    line-height: 30px;
    font-weight: 700;
    position: relative;
    display: inline-flex;
}

.download-book .book-cover .book-link a::before {
    content: '';
    position: absolute;
    background: #11643C;
    width: 78px;
    height: 3px;
    bottom: -6px;
    left: 0px;
    border-radius: 2px;
    transition: .5s all;
}

.download-book .book-cover .book-link a:hover::before {
    width: 100%;
    background: #3D3D3D;
}

.download-book .book-cover .book-link a:hover {
    color: #3D3D3D;
}

.download-book .contents .order-cta {
    text-align: left;
}

.download-heading {
    flex: 0 0 100%;
    margin: 0 0 50px 0;
}

.download-magazine.shop-magazine {
    padding: 80px 0 130px 0;
}

.meeting-links ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 35px 0;
}

.meeting-links a {
    color: #11643C;
    font-size: 22px;
    font-weight: 700;
    position: relative;
}

.meeting-links a:hover {
    color: #111;
}

.meeting-links a::before {
    content: '';
    position: absolute;
    background: #11643C;
    width: 78px;
    height: 3px;
    bottom: -6px;
    left: 0px;
    border-radius: 2px;
    transition: .5s all;
}

.meeting-links a:hover::before {
    width: 100%;
    background: #3D3D3D;
}

/* Varun css  */

.project-section .single-service
{
    flex: 0 0 calc(50% - 11px)!important;
    margin-bottom:18px;
}

.comp-service-section.project-section .comp_wrap .single-service
{
    min-height:540px!important;
}

.comp-service-section.project-section .comp_wrap .single-service:nth-child(1),.comp-service-section.project-section .comp_wrap .single-service:nth-child(2)
{
    min-height:700px!important;
}

.project-section
{
    padding-top: 90px;
}

.highlighted-project .common_collab
{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    flex:0 0 100%!important;
}

.collaborate.highlighted-project .collaborate_wrap .content .single-collab
{
    margin: 0 0 0px 0;
    width: calc(50% - 11px);
}

.highlighted-project .read-more-cta a::before
{
    width: 24px;
    height: 31px;
    right: -38px;
    top: 4px;
    z-index: 9;
}

.highlighted-project .read-more-cta a{
    font-size: 20px;
}

.highlighted-project {
    padding: 100px 50px 60px 50px;
}

.turnkey-page.our-connections .deep-txt p
{
    margin-bottom:30px;
} 

.why-hydro
{
    padding-top:0px;
}

.why-hydro ul, .why-hydro2 ul 
{
    padding: 26px 0 30px 32px;
}

.why-hydro ul li, .why-hydro2 ul li   
{
    color: #111111;
    font-weight: 400;
    font-size: 22px;
    line-height: 36px;
    list-style: disc;
    padding: 0 0 8px 3px;
}

.why-hydro2 p 
{
    color: #111111;
    font-weight: 400;
    font-size: 22px;
    line-height: 36px;
    padding: 0 0 25px 0;
    max-width: 90%;
    margin-right: auto;
}

.consulting-section.why-hydro .consulting_wrap .content .heading h4::before
{
    display:none;
}

.consulting-section.why-hydro .consulting_wrap .content, .consulting-section.why-hydro .consulting_wrap .image
{
    flex:0 0 50%;
}

.why-hydro2
{
    padding-top:50px;
}

.collaborate.why-hydro2 .collaborate_wrap .content
{
    padding: 0 0 0 55px;
}

.collaborate.why-hydro2 .collaborate_wrap .content .heading h4 
{
    color: #11643C;
    font-size: 52px;
    line-height: 64px;
    padding: 0 0 12px 0;
    position: relative;
}

.green-contact.get-started .common_green.logo
{
    display: flex;
    align-items: center;
    height: -webkit-fill-available;
}

.green-contact.get-started .green-detail.text .heading h4
{
   color: #fff;
    font-size: 42px;
    line-height: 64px;
    padding: 0 0 12px 0;
    position: relative;
}

.green-contact.get-started .green-detail.text .get-started-desc p
{
   color: #fff;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    padding: 0 0 25px 0;
    max-width: 90%;
    margin-right: auto;
}

.green-contact.get-started .green_wrap .green-detail .blurb-desc a
{
    font-size:24px;
}

.green-contact.get-started .green_wrap .green-detail .blurb-desc.mobile p a:last-child
{
    padding-left:0;
}

.green-contact.get-started .green_wrap .green-detail .blurb-desc p span
{
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    padding: 0 10px 0 10px;
}

nav .menu li.menu-item-has-children
{
    position: relative!important;
}

nav .menu li.menu-item-has-children:hover ul.sub-menu
{
    display:block;
}

.desktop-header .menuLink ul li.menu-item-has-children::after {
    content: '';
    position: absolute;
    border-top: 2px solid #11643c;
    border-left: 2px solid #11643c;
    width: 10px;
    height: 10px;
    transform: rotate(-135deg);
    display: block;
    border-radius: 2px;
    cursor: pointer;
    right: -14px;
    top: 8px;
    transition-duration: 0.4s;
}



.bottom-btn .service-contact-cta a
{
    min-width:230px;
    margin-right:30px;
}

