@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

@font-face {
    font-family: "Atlas DL 3.1 AAA";
    src:
        url("../fonts/AtlasDL31AAA-Bold.woff2") format("woff2"),
        url("../fonts/AtlasDL31AAA-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Atlas DL 3.1 AAA";
    src:
        url("../fonts/AtlasDL31AAA-Regular.woff2") format("woff2"),
        url("../fonts/AtlasDL31AAA-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Hiraling";
    src:
        url("../fonts/HiralingRegular.woff2") format("woff2"),
        url("../fonts/HiralingRegular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
figure {
    margin: 0;
}
a,
button {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: "Atlas DL 3.1 AAA";
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    background-color: #ffffff;
    color: #000;
    text-decoration: none;
}
.main-wrpper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.container {
    max-width: 1388px;
    padding: 0 15px;
    margin: 0 auto;
}
/* ***** End Common Css **** */

/* **** Header **** */
header {
    padding: 42px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    z-index: 121;
}
header .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .navbar .navbar-nav {
    display: flex;
    align-items: center;
    border: 2px solid #edf7f1;
}
header .navbar .navrow {
    display: flex;
    align-items: center;
    gap: 23px;
}
header .navbar .social-icon {
    display: flex;
    align-items: center;
    gap: 18px;
}
header .navbar .social-icon li a{
    font-size: 19px;
    font-weight: 400;
    line-height: 28px;
    color: #fff;
    font-family: "Atlas DL 3.1 AAA";
    display: block;
}
header .navbar .social-icon li a img {
    max-width: 100%;
}
header .navbar .social-icon li a:hover{
    opacity: 0.70;
}
header .navbar .navbar-nav li.nav-items {
    border-right: 2px solid #edf7f1;
}
header .navbar .navbar-nav li.nav-items:first-child {
    border-right: none;
}
header .navbar .navbar-nav li.nav-items a.nav-link {
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    letter-spacing: 0.75px;
    color: #fff;
    padding: 0 20px;
    font-family: "Atlas DL 3.1 AAA";
    display: block;
    background-color: rgb(42 80 42 / 60%);
}
header .navbar .navbar-nav .dropdown {
    position: relative;
}
header .navbar .navbar-nav .dropdown .dropdown-menu {
    border: 2px solid #edf7f1;
    position: absolute;
    left: -2px;
    right: -2px;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
header .navbar .navbar-nav .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    height: auto;
}
header .navbar .navbar-nav .dropdown .dropdown-menu li {
    border-bottom: 2px solid #edf7f1;
	border-right: none;
}
header .navbar .navbar-nav .dropdown .dropdown-menu li:last-child {
    border: none;
}
header .navbar .navbar-nav .dropdown .dropdown-menu li a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 28px;
    padding: 4px 0px;
    background-color: rgb(42 80 42 / 60%);
    display: block;
}
header .navbar .navbar-nav li.nav-items a:hover,
header .navbar .navbar-nav li.nav-items a.active {
    color: #cfdf6d;
}

header{
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
header.add-fix{
    position: fixed;
    top: 0;
    padding: 20px 0;
    background-color: #346434;
    padding: 15px 0;
}

.mobile-header.add-fix{
    position: fixed;
    top: 0;
    padding: 20px 0;
    background-color: #346434;
    padding: 15px 0;
}
body.add-fix{
    height: 100%;
    width: 100%;
    overflow: hidden;
}
/* **** End Header **** */


/* **** Mobile Header **** */
.mobile-header{
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 65px;
    z-index: 121;
     -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.mobile-header .header-block{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile-header .header-block .navbar-brand{
    width: 236px;
}
.mobile-header .header-block .navbar-brand img{
    max-width: 100%;
}
.mobile-header .header-block ul{
    display: flex;
    align-items: flex-end;
    gap: 10px;
}
.mobile-header .header-block ul li a{
    font-size: 17px;
    font-weight: 400;
    line-height: 17px;
    color: #fff;
    font-family: "Atlas DL 3.1 AAA";
    display: block;
}
.mobile-header .header-block .toogle-button{
    border: 2px solid #EDF7F1;
    height: 41px;
    width: 38.27px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-header .header-block .toogle-button span{
    height: 2px;
    width: 23px;
    display: block;
    background-color: #EDF7F1;
    position: relative;
    z-index: 121;
}
.mobile-header .header-block .toogle-button span:before,
.mobile-header .header-block .toogle-button span:after{
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    background-color: #EDF7F1;
    left: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.mobile-header .header-block .toogle-button span:before{
    top: -8px;
}
.mobile-header .header-block .toogle-button span:after{
    top: 8px;
}
.mobile-header .header-block .toogle-button.active span{
    background-color: transparent;
}
.mobile-header .header-block .toogle-button.active span:before{
    transform: rotate(45deg) translate(5.65px, 5.65px);
}
.mobile-header .header-block .toogle-button.active span:after{
    transform: rotate(-45deg) translate(5.65px, -5.65px);
}


.mobile-navbar{
    position: fixed;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    background-color: rgb(25 49 51 / 90%);
    z-index: 120;
    padding: 135px 0 0;
    right: -100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
aside.mobile-navbar.active{
    right: 0;
}
.mobile-navbar .container{
    padding: 0 30px;
}
.mobile-navbar .navbar-nav{
    border: 2px solid #FFFFFF;
    width: 241px;
    margin: 0 0 20px;
}
.mobile-navbar .navbar-nav .nav-items{
    border-bottom: 2px solid #fff;
}
.mobile-navbar .navbar-nav .nav-items:last-child{
    border: none;
}
.mobile-navbar .navbar-nav .nav-items .nav-link{
    font-size: 20px;
    font-weight: bold;
    color: #EDF7F1;
    padding: 12px 15px;
    font-family: "Atlas DL 3.1 AAA";
    display: block;
}
.mobile-navbar .navbar-nav .nav-items .dropdown-menu{
    display: none;
}
.mobile-navbar .navbar-nav .nav-items .dropdown-menu.active{
    display: block;
}
.mobile-navbar .navbar-nav .nav-items .dropdown-menu li{
    border-top: 2px solid #fff;
}
.mobile-navbar .navbar-nav .nav-items .dropdown-menu a{
    font-size: 16px;
    font-weight: 400;
    color: #EDF7F1;
    padding: 12px 15px;
    font-family: "Atlas DL 3.1 AAA";
    display: block;
}
.mobile-navbar .social-icon{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 241px;
    gap: 18px;
}
.mobile-navbar .social-icon li a{
    font-size: 17px;
    font-weight: 400;
    line-height: 17px;
    color: #fff;
    font-family: "Atlas DL 3.1 AAA";
    display: block;
}
/* **** End Mobile Header **** */



.row {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.row .col-md-5 {
    width: 44%;
}
.row .col-md-6 {
    width: 50%;
}
.row .col-md-7 {
    width: 56%;
}

/* **** About **** */
.about-space-wrp {
    background-color: #2a502a;
    padding: 194px 0 0;
    min-height: 413px;
    position: relative;
    z-index: 9;
}

/* **** About **** */
.about-wrp {
    background-color: #e7f0ea;
    padding: 0 0 60px;
}
.about-wrp .container {
    max-width: 1251px;
}
.about-wrp .about-title {
    display: flex;
    align-items: flex-start;
    gap: 160px;
    padding-right: 42px;
    margin: -218px 0 0;
    position: relative;
    padding: 0 42px 40px 0;
    z-index: 9;
}
.about-wrp .about-title .about-img {
    width: 331px;
}
.about-wrp .about-title .about-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.about-wrp .about-title h1 {
    font-size: 70px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 160px 0 0;
    line-height: 65px;
    color: #edf7f1;
    display: block;
    width: 472px;
    text-align: left;
}
.about-wrp .about-title h1 .text1 {
    display: table;
    text-align: left;
    color: #cfdf6d;
    padding-left: 70px;
    margin-left: 0;
    margin-right: auto;
}
.about-wrp .about-title h1 .text2 {
    display: block;
    color: #2a502a;
    text-align: right;
}
.about-wrp .about-detail {
    max-width: 536px;
}
.about-wrp .about-detail h3 {
    font-size: 21px;
    font-weight: 700;
    color: #edf7f1;
    background-color: #a1ac5b;
    padding: 7.50px 12px 7.50px 17px;
    margin: 0 0 13px;
    display: table;
    font-family: "Atlas DL 3.1 AAA";
}
.about-wrp .about-detail p {
    font-size: 21px;
    font-weight: 400;
    color: #193133;
    line-height: 28px;
    margin: 0;
    font-family: "Atlas DL 3.1 AAA";
}
/* **** End About **** */

.management-wrp {
    padding: 64px 0 60px;
}
.management-wrp .container {
    max-width: 1251px;
}
.management-wrp .titlebar {
    margin: 0 0 40px;
}
.management-wrp .titlebar h2 {
    font-size: 40px;
    line-height: 40px;
    color: #2a502a;
    margin:0 -30px -5px 0;
    font-family: "Hiraling";
    opacity: 40%;
    font-weight: 400;
}
.management-wrp .titlebar h3 {
    font-size: 50px;
    font-family: "Atlas DL 3.1 AAA";
    color: #2a502a;
    font-weight: 400;
    margin: 0;
}
.management-wrp .management-detail {
    max-width: 536px;
    margin: 0 0 30px;
}
.management-wrp .management-detail h3 {
    font-size: 21px;
    font-weight: bold;
    color: #edf7f1;
    background-color: #a1ac5b;
    padding: 7.5px 12px 7.5px 17px;
    margin: 0 0 13px;
    display: table;
    font-family: "Atlas DL 3.1 AAA";
}
.management-wrp .management-detail p {
    font-size: 21px;
    font-weight: 400;
    color: #193133;
    line-height: 28px;
    margin: 0;
    font-family: "Atlas DL 3.1 AAA";
}

.entrepreneurs-wrp {
    padding: 68px 0;
    background-color: #5a924b;
}
.entrepreneurs-wrp .container {
    max-width: 1251px;
}
.entrepreneurs-wrp .entrepreneurs-detail {
    max-width: 578px;
}
.entrepreneurs-wrp .entrepreneurs-detail p {
    font-size: 22px;
    font-weight: 400;
    color: #edf7f1;
    line-height: 28px;
    margin: 0;
    font-family: "Atlas DL 3.1 AAA";
}

.contact-wrp {
    background-color: #2a502a;
    padding: 60px 0 26px;
}
.contact-titlebar {
    margin: 0 0 36px;
}
.contact-titlebar h2 {
    font-size: 40px;
    line-height: 40px;
    color: #edf7f1;
    margin: 0 0 -10px 0;
    font-family: "Hiraling";
    opacity: 40%;
    padding-right: 59px;
    font-weight: 400;
}
.contact-titlebar h3 {
    font-size: 50px;
    color: #edf7f1;
	color: #FBFFFC;
    font-family: "Atlas DL 3.1 AAA";
    font-weight: 400;
    margin: 0;
}
.contact-wrp .container {
    max-width: 1274px;
}
.contact-wrp .row {
    margin: 0 -10px;
}
.contact-wrp .col-md-5 {
    padding: 0 10px;
}
.contact-wrp .col-md-7 {
    padding: 0 10px;
}
.contact-wrp .form-group {
    margin: 0 0 23px;
}
.contact-wrp .form-group .form-control {
    font-size: 18px;
    font-weight: 400;
    color: #375a5d;
    padding: 1px 15px;
    line-height: 24px;
    background: #EDF7F1;
    width: 100%;
    border: none;
    border-radius: 0;
    outline: none;
    font-family: "Atlas DL 3.1 AAA";
    resize: none;
}
.contact-wrp .form-group textarea.form-control {
    height: 173px;
}
.contact-wrp button{
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 21px;
    font-weight: 400;
    color: #cfdf6d;
    font-family: "Atlas DL 3.1 AAA";
    cursor: pointer;
    margin-left: 0;
    margin-right: auto;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.contact-wrp button:hover{
    opacity: 0.70;
}
/* **** End About Page **** */

footer {
    background-color: #2a502a;
    padding: 0 0 20px;
}
footer .container {
    max-width: 1274px;
}
footer .foot-block {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
footer .foot-block .foot-logo img {
    max-width: 100%;
}
footer .foot-block ul {
    display: flex;
    align-items: center;
}
footer .foot-block ul li span {
    font-size: 19px;
    font-weight: 400;
    color: #edf7f1;
    margin: 0 40px;
	font-family: 'Atlas DL 3.1 AAA';
}
footer .foot-block ul li a {
    font-size: 19px;
    font-weight: 400;
    color: #edf7f1;
	font-family: 'Atlas DL 3.1 AAA';
}
footer .foot-block ul li a:hover{
    color: #cfdf6d;
}

/* **** Investment Banking Page **** */
.investment-banking-banner {
    padding: 235px 0 135px;
    background-color: #2a502a;
}
.investment-banking-banner .container {
    max-width: 1200px;
}
.investment-banking-banner .banner-block {
    display: flex;
    gap: 100px;
}
.investment-banking-banner .title h1 {
    font-size: 40px;
    line-height: 40px;
    color: #edf7f1;
    margin: 5px -33px -5px 0;
    font-family: "Hiraling";
    opacity: 40%;
    font-weight: 400;
}
.investment-banking-banner .title h3 {
    font-size: 50px;
    color: #edf7f1;
    font-family: "Atlas DL 3.1 AAA";
    font-weight: 400;
    margin: 0;
}
.investment-banking-banner .detail {
    max-width: 608px;
}
.investment-banking-banner .detail p {
    font-size: 21px;
    font-weight: 400;
    color: #edf7f1;
    line-height: 28px;
    margin: 0;
    font-family: "Atlas DL 3.1 AAA";
}

.main-investment-wrp {
    padding: 80px 0 40px;
    background-color: #e7f0ea;
}
.main-investment-wrp .container {
    max-width: 1265px;
}
.main-investment-wrp .investment-block {
    display: flex;
    align-items: flex-start;
    gap: 95px;
    margin: 0 0 168px;
}
.main-investment-wrp .investment-block:last-child {
    margin: 0;
}
.investment-block .column1 {
    width: 404px;
}
.investment-block .column2 {
    width: 374px;
}
.investment-block .column3 {
    width: 291px;
}
.investment-block .investment-title h3 {
    font-size: 25px;
    font-weight: 400;
    color: #193133;
    padding: 8.5px 21px;
    background-color: #cfdf6d;
    margin: 0 0 20px;
    font-family: "Atlas DL 3.1 AAA";
	font-family: "Inter", "Atlas DL 3.1 AAA", sans-serif;
}
.investment-block .investment-title p {
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    color: #2a502a;
    font-family: "Atlas DL 3.1 AAA";
}
.investment-block .investment-body h4 {
    font-size: 22px;
    font-weight: bold;
    font-family: "Atlas DL 3.1 AAA";
    color: #2a502a;
    margin: 0 0 16px;
}
.investment-block .investment-body ul li {
    font-size: 20px;
    line-height: 26px;
    font-family: "Atlas DL 3.1 AAA";
    list-style: disc;
    color: #2a502a;
    margin: 0;
}
.investment-block .investment-body ul{margin:0 0 10px;}
.investment-block .investment-body p{
	font-size: 20px;
    line-height: 26px;
    font-family: "Atlas DL 3.1 AAA";
    list-style: disc;
    color: #2a502a;
    margin:0;
}
/*.main-investment-wrp .investment-block:last-child .investment-title h3 {
	background-color:white; 
}*/
.main-investment-wrp .investment-block.whitebgt .investment-title h3 {
	background-color:white; 
}

.investment-block strong{font-weight:bold !important;}
.investment-block .investment-body strong{font-weight:bold !important;}

/* **** Investment Banking Page **** */

.clients-banner-wrp {
    padding: 230px 0 121px;
    background-color: #2a502a;
}
.clients-banner-wrp .container {
    max-width: 1200px;
}
.clients-banner-wrp h1 {
    font-size: 40px;
    line-height: 40px;
    color: #edf7f1;
    margin: 0 165px -5px 0;
    font-family: "Hiraling";
    opacity: 40%;
    font-weight: 400;
}
.clients-banner-wrp h3 {
    font-size: 50px;
    color: #edf7f1;
    font-family: "Atlas DL 3.1 AAA";
    font-weight: 400;
    margin: 0;
}

.clients-wrp {
    padding: 60px 0 78px;
}
.clients-wrp ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 6px;
    row-gap: 48px;
}
.clients-wrp .clients-box {
    text-align: center;
}
.clients-wrp .clients-box .box-img {
    width: 171px;
    height: 58px;
    margin: 0 auto 5px;
}
.clients-wrp .clients-box .box-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}
.clients-wrp .clients-box h4 {
    font-size: 18px;
    line-height: 28px;
    padding: 8px;
    color: #193133;
    font-family: "Atlas DL 3.1 AAA";
    font-weight: 400;
    text-align: center;
    display: block;
    margin: 0 0 12px;
    background-color: #cfdf6d;
	min-height:72px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
}
.clients-wrp .clients-box p {
    font-size: 18px;
    font-weight: 400;
    color: #2a502a;
    font-family: "Atlas DL 3.1 AAA";
    line-height: 24px;
	direction: ltr;
}

.contact_sec_wrp {
    padding: 186px 0 132px;
    background-color: #2a502a;
}

.contact-map {
    position: relative;
    padding: 0 0 32px;
    background-color: #2a502a;
}
.contact-map h1 {
    font-size: 80px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 65px;
    color: #edf7f1;
    display: block;
    width: 598px;
    text-align: left;
    position: absolute;
    left: 40%;
    top: -62px;
    z-index: 121;
}
.contact-map h1 .text1 {
    margin-left: 112px;
	color:rgb(237 247 241 / 60%);
}
.contact-map h1 .text2 {
    color: #4e7943;
    margin-left: 50px;
}
.contact-map h1 .text3 {
    color: #4e7943;
    margin-left: 82px;
}
.contact-map h1 .text4 {
    color: #2a502a;
}
.contact-map .map-block {
    height: 504px;
    width: 100%;
    position: relative;    
}
.contact-map .map-block:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    opacity: 50%;
    width: 100%;
    height: 100%;
    background-color: #2a502a;
    backdrop-filter: blur(2px);
    mix-blend-mode: multiply;
    pointer-events: none;
}
.contact-map .map-block iframe {
    height: 100%;
    width: 100%;
}

/* **** End Contact **** */

/* **** Home Page ***** */
.hero-wrp {
    position: relative;
    height: 100vh;
    min-height: 810px;
    background-color: #346434;
    padding: 110px 0;
    display: flex;
    align-items: flex-end;
}
.hero-wrp .hero-image {
    height: 100%;
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.hero-wrp h1 {
    position: absolute;
    left: 55%;
    top: 52%;
    transform: translate(-50%, -50%);
    font-size: 70px;
    font-weight: 900;
    line-height: 65px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: left;
}
.hero-wrp h1 span {
    display: block;
	/*transition: transform 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s ease, margin-left 0.8s ease;*/
	transition: margin-left 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transform-origin: center;
    margin-left: 0;
}
.hero-wrp h1 .text2 {
    color: #cfdf6d;
    /*margin-left: 70px;*/
}
.hero-wrp h1 .text3 {
    color: #cfdf6d;
}
.hero-wrp h1 .text4 {
    color: #ffffff;
    /*margin-left: 87px;*/
}
.hero-wrp .hero-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.hero-wrp .hero-detail {
    width: 50%;
    margin-left: 0;
    margin-right: auto;
    padding-right: 130px;
	opacity: 0;
    transition: opacity 0.5s ease;							  
}
.hero-wrp .hero-detail p {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
    font-family: "Atlas DL 3.1 AAA";
    width: 338px;
	line-height:28px;
}

/* Hero Scatter Animations - Final positions after typing */
.hero-wrp h1 span.scatter-animation[data-scatter-index="0"] {
    /* TRUSTED - stays left-aligned */
	margin-left: 0;
}

.hero-wrp h1 span.scatter-animation[data-scatter-index="1"] {
    /* INVESTMENT - moves 70px to the right */
    margin-left: 70px;
}

.hero-wrp h1 span.scatter-animation[data-scatter-index="2"] {
    /* BANKING - stays left-aligned */
	margin-left: 0;
}

.hero-wrp h1 span.scatter-animation[data-scatter-index="3"] {
    /* PARTNERS - moves 87px to the right */
    margin-left: 87px;
}


.hero-wrp .hero-detail.hero-detail-loaded {
    opacity: 1;
    
}

.investment-wrp {
    background-color: #ffffff;
    padding: 80px 0 260px;
    position: relative;
}
.main-investment-wrp{
	padding: 80px 0 40px;
}
.investment-wrp .detail {
    max-width: 587px;
}
.investment-wrp .detail p {
    font-size: 20px;
    color: #193133;
    line-height: 28px;
    margin: 0 0 32px;
	font-family: 'Atlas DL 3.1 AAA';
}
.investment-wrp .detail a {
    display: flex;
    align-items: center;
    font-size: 22px;
    color: #193133;
    line-height: 28px;
    gap: 10px;
	font-family: 'Atlas DL 3.1 AAA';
	font-weight:400;
	transition: .4s linear;
    -webkit-transition: .4s linear;
}
.investment-wrp .detail a:hover{
	font-weight:600;
}
.investment-wrp .investment-image {
    display: table;
    margin-left: 0;
    margin-right: auto;
	overflow: hidden;
}
.investment-wrp .investment-image img {
    transform: scale(1);
    transition: transform 1.2s ease-out;
    width: 100%;
    height: auto;
}
.investment-wrp .investment-image.zoom-in img {
    transform: scale(1.15);
}
.investment-logo {
    position: absolute;
    left: 34px;
    bottom: -40px;
}
.investment-logo img{max-width: 100%;}

.services-wrp {
    padding: 117px 0 100px;
    background-color: #5a924b;
}
.services-wrp .titlebar {
    margin: 0 0 95px;
}
.services-wrp .titlebar h2 {
    font-size: 40px;
    line-height: 55px;
    color: #edf7f1;
    margin: 0 -30px -10px 0;
    font-family: "Hiraling";
    opacity: 40%;
    font-weight: 400;
}
.services-wrp .titlebar h3 {
    font-size: 50px;
    color: #FBFFFC;
    font-family: "Atlas DL 3.1 AAA";
    font-weight: 400;
    margin: 0;
}
.services-wrp .services-block{
    display: none;
}

.services-wrp .services-block .service-list{
    margin: 0 0 32px;
    max-width: 293px;
}
.services-wrp .services-block .service-list h3{
    font-size: 17px;
    font-weight: 400;
    color: #193133;
    padding: 5px 10px;
    display: table;
    background-color: #cfdf6d;
    margin: 0 0 12px;
    font-family: "Atlas DL 3.1 AAA";
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
/*.services-wrp .services-block .service-list h3{
    background-color: #fff;
}*/
.services-wrp .services-block .service-list.whitebox h3{
    background-color: #fff;
}
.services-wrp .services-block .service-list p{
    font-size: 16px;
    font-family: "Atlas DL 3.1 AAA";
    font-weight: 400;
    line-height: 22px;
    color: #fff;
    margin: 0;
}
.services-wrp .services-block a{
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    font-size: 17px;
    font-family: "Atlas DL 3.1 AAA";
    color: #CFDF6D;
}
.container-right{
    /*width: calc(1213px - 24px + (100vw - 1213px)/2);
	margin-left: 0;
    margin-right: auto;*/
	width:100%;
	margin:0;
    padding: 0;
}

.services-wrp .service-box h3 {
    font-size: 23px;
    font-weight: 400;
    color: #193133;
    padding: 10px 13px;
    display: table;
    background-color: #cfdf6d;
    margin: 0 0 33px;
    font-family: "Atlas DL 3.1 AAA",Inter;
    transition: .4s linear;
    -webkit-transition: .4s linear;
	cursor:pointer;
	position: relative;
}
.services-wrp .service-box.whitebox h3{
    background: #ffffff;
}

.services-wrp .service-box h3::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-weight: 600;
    opacity: 0;
    transition: opacity .4s linear;
    padding: 8px 10px;
    background-color: #cfdf6d;
    color: #193133;
    pointer-events: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.services-wrp .service-box.whitebox h3::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-weight: 600;
    opacity: 0;
    transition: opacity .4s linear;
    padding: 8px 10px;
    background-color: #ffffff;
    color: #193133;
    pointer-events: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.services-wrp .service-box:hover h3 {
    color: transparent;
}
.services-wrp .service-box.whitebox:hover h3{
    background: #ffffff;
}
.services-wrp .service-box:hover h3::before {
    opacity: 1;
}
.services-wrp .service-box p {
    font-size: 18px;
    font-family: "Atlas DL 3.1 AAA";
    font-weight: 400;
    line-height: 25px;
    color: #fff;
    height: 150px;
	height:110px;
	height:max-content;
    margin: 0 0 23px;
}
.services-wrp .service-box a {
    font-size: 18px;
    font-family: "Atlas DL 3.1 AAA";
    font-weight: 400;
    line-height: 25px;
    color: #fff;
    text-decoration: underline;
    display: flex;
    align-items: center;
    gap: 20px;
}
.services-wrp .service-box a:hover{
    gap: 30px;
}
.services-wrp .swiper-pagination {
    position: relative;
    height: auto;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 40px auto 0;
}
.services-wrp .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    height: 12px;
    width: 12px;
    background-color: #edf7f1;
    border-radius: 100%;
    opacity: 100%;
}
.services-wrp .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #cfdf6d;
}

.vision-wrp {
    padding: 95px 0 142px;
    background-color: #e7f0ea;
}
.vision-wrp .vision-block {
    padding: 251px 0 0;
}
.vision-wrp .vision-detail {
    margin: 0 0 75px;
}
.vision-wrp .vision-detail:last-child {
    margin: 0;
}
.vision-wrp .vision-detail p {
    font-size: 20px;
    color: #193133;
    line-height: 29px;
    max-width: 463px;
    font-family: "Atlas DL 3.1 AAA";
    margin: 0 0 10px;
}
.vision-wrp .vision-detail:last-child p{max-width:494px;}
.vision-wrp .vision-detail h6 {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    font-family: "Atlas DL 3.1 AAA";
    color: #fff;
    margin: 0;
    background-color: #a1ac5b;
    display: table;
    padding: 1px 10px;
}
.vision-wrp .vision-detail h6 b {
    font-weight: 600;
}
.vision-wrp h2 {
    display: table;
    margin-left: 0;
    margin-right: auto;
    text-align: left;
    font-size: 51px;
    color: #2a502a;
    line-height: 56px;
    font-family: "Hiraling";
    font-weight: 400;
	direction:ltr;
}
/* **** End Home Page ***** */

section.investment-wrp.main-investment-wrp{
    background-color: #E7F0EA;
}
.investment-accordion{
    display: none;
}
.investment-accordion .accordion-items{
    margin: 0 0 40px;
}
.investment-accordion .accordion-items:last-child{
    margin: 0;
}
.investment-accordion .accordion-items .accordion-title{
    display: flex;
    align-items: center;
    gap: 4px;
}
.investment-accordion .accordion-items .accordion-title h3{
        font-size: 15px;
    font-weight: 400;
    color: #193133;
    padding: 0px 10px;
    line-height: 24px;
    background-color: #cfdf6d;
    margin: 0;
    width: 100%;
    font-family: "Atlas DL 3.1 AAA";
}
.investment-accordion .accordion-items .accordion-title span{
    background-color: #cfdf6d;
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.investment-accordion .accordion-items .accordion-body{
}
.investment-accordion .accordion-items .accordion-body p{
    font-size: 16px;
    font-weight: 400;
    font-family: "Atlas DL 3.1 AAA";
    color: #193133;
    margin: 12px 0 20px;
}
.investment-accordion .accordion-items .accordion-body h4{
    font-size: 13px;
    font-weight: bold;
    color: #193133;
    line-height: 20px;
    margin: 0;
}
.investment-accordion .accordion-items .accordion-body ul{
    padding-right: 24px;
    padding-bottom: 20px;
}
.investment-accordion .accordion-items .accordion-body ul li{
    font-size: 13px;
    line-height: 20px;
    font-family: "Atlas DL 3.1 AAA";
    list-style: disc;
    color: #2a502a;
    list-style: disc;
    margin: 0;
}


.accordion-body {
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}
.accordion-items.active .accordion-body {
    max-height: 3000px;
}
.accordion-items.active .accordion-title span img {
    transform: rotate(180deg);
}