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

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Semibold.woff2') format('woff2'),
        url('../fonts/Graphik-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Medium.woff2') format('woff2'),
        url('../fonts/Graphik-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Bold.woff2') format('woff2'),
        url('../fonts/Graphik-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Light.woff2') format('woff2'),
        url('../fonts/Graphik-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Black.woff2') format('woff2'),
        url('../fonts/Graphik-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

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

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
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: 'Graphik';
    font-size: 16px;
    font-weight: 400;
    color: #323E48;
    text-decoration: none;
}

.main-wrpper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.container{
    max-width: 1230px;
}
/* ***** End Common Css **** */

/* **** Header **** */
header {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    background: transparent;
    padding: 20px 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}
.navbar-brand img {
    max-width: 100%;
    height:40px;
}
.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.nav-row{
    display: flex;
    align-items: center;
    width: 100%;
}
.navbar-light .navbar-nav {
    margin: 0 0 0 55px;
}
.navbar-light .navbar-nav li {
    margin-right: 40px;
}
.navbar-light .navbar-nav li:last-child {
    margin-right: 0;
}
.navbar-light .navbar-nav .nav-link {
    padding: 10px 0px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    position: relative;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar-light .navbar-nav .nav-link:after{
    position: absolute;
    content: '';
    background: #E2D8C2;
    width: 0%;
    height: 1px;
    bottom: 0;
    right: 0;
    transition:.4s linear;
    -webkit-transition:.4s linear;
}
.navbar-light .navbar-nav .nav-link:hover:after{
    left: 0;
    right: auto;
    width: 100%;
}
.navbar .navbar-nav li a:focus,
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:hover {
    color: #E2D8C2;
}
.navbar .navbar-nav .active a,
.navbar .navbar-nav .active a:focus,
.navbar .navbar-nav .active a:hover {
    color: #E2D8C2;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #E2D8C2;
}

ul.enter-nav{
    margin: 0 0 0 auto;
    display: flex;
    align-items: center;
}
ul.enter-nav li{
    margin-right: 15px;
}
ul.enter-nav li:last-child{
    margin: 0;
}
ul.enter-nav li a .lang-box img{
    width: 25.5px;
    height: 25.5px;
    border-radius: 100%;
    object-fit: cover;
}
ul.enter-nav li a.btn-cnt{
    background: #E2D8C2;
    border-radius: 30px;
    color: #323E48;
    padding: 12px 20px;
    line-height: 24px;
    font-weight: 400;
    display: table;
}
ul.enter-nav li a.btn-cnt:hover{
    background: #323E48;
    color: #fff;
}

.mobile-lng{display: none;}
/* **** End Header **** */


/* **** toggler **** */
.navbar-light .navbar-toggler {background-color: #E2D8C2;border-radius: 4px;outline: none;box-shadow: none;border: none;height: 40px;width: 40px;padding: 0;}
.navbar-light .navbar-toggler:focus {box-shadow: none;outline: none; }
.navbar-light .navbar-toggler .navbar-toggler-icon {background-image: unset;}
.navbar-toggler:active, .navbar-toggler:focus { outline: none; }
.navbar-light .navbar-toggler-icon {width: 24px;height: 18px;background-image: none;position: relative;border-bottom: 2px solid #323E48;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {width: 24px;position: absolute;height: 2px;background-color: #323E48;top: 0;left: 0;content: "";z-index: 2;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after {top: 8px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {transform: rotate(45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {transform: translateY(8px) rotate(-45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {border-color: transparent;}
/* **** End toggler **** */

/* **** Home Page **** */
.hero-banner{
    position: relative;
}
.hero-main-img img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.hero-banner:before{
    position: absolute;
    content: '';
    background: #323E48;
    opacity: 0.31;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.banner-center{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 1090px;
    padding: 0 15px;
    z-index: 5;
    margin: 0 auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.banner-center img{
    margin: 0 0 55px;
}
.banner-center h1{
    margin: 0;
    font-size: 64px;
    font-weight: 500;
    color: #fff;
    line-height: 72px;
}

.category-list-wrp{
    padding: 64px 0;
}
.category-block{
    padding: 20px;
    border: 1px solid #C4D9D6;
    display: flex;
    flex-flow: column;
    height: 100%;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.category-block:hover{
    background: #C4D9D6;
}
.category-head figure{
    margin: 0 0 16px;
    display: flex;
    align-items: flex-start;
}
.category-head img{
    width: 65px;
}
.category-head img.btnarrow{
    width: 20px;
    margin: 0 0 0 auto;
}
.category-block h3{
    font-size: 32px;
    font-weight: normal;
    color: #323E48;
    margin: 0 0 16px;
}
.category-block p{
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    color: #323E48;
    line-height: 24px;
}

.our-investment-wrp{
    position: relative;
}
.our-investment-wrp h2{
    font-size: 56px;
    font-weight: normal;
    color: #323E48;
    margin: 0 0 24px;
    line-height: 64px;
}
.our-investment-wrp p{
    font-size: 16px;
    font-weight: normal;
    color: #323E48;
    line-height: 24px;
    margin: 0 0 45px;
}
.our-investment-wrp .slick-slide {
    margin: 0 12px;
}
.our-investment-wrp .slick-list {
    margin: 0 -12px;
}
.investment-block{
    position: relative;
    overflow: hidden;
    display: block;
}
.investment-block img{
    width: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.investment-block:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.investment-block:after{
    position: absolute;
    content: '';
    background: #000000;
    opacity: 0.2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.investment-block .center-lg{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 1;
}
.investment-block .center-lg img{
    margin: 0 auto;
    width: auto;
    height: auto;
}
.investment-block a,.investment-block .arr {
    width:75px;
    height: 75px;
    background:transparent;
    line-height: 75px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.investment-block a:hover,.investment-block .arr:hover{
    background: #fff;
    color: #323E48;
}

.arrow-nav{
    display: flex;
    align-items: center;
}
.investment-row{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 50px 0 16px;
}
.investment-row .arrow-nav{
    margin-right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.arrow-nav i{
    width: 45px;
    height: 45px;
    background: #fff;
    line-height: 42px;
    text-align: center;
    color: #7A97AB;
    border-radius: 100%;
    font-size: 18px;
    border: 2px solid #7B868C;
    cursor: pointer;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.arrow-nav .hero__arrow_right {
    margin: 0 0 0 15px;
}
.arrow-nav i:hover{
    background: #7B868C;
    color: #fff;
}
.hero__arrow.slick-disabled{
    opacity: 0;
}
.our-investment-wrp .investments-data{display: none;}

.news-wrp{
    padding: 64px 0;
}
.news-block{
    padding: 32px;
    /*background: #F8F7F9;*/
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.news-block:hover{
    background: #C4D9D6;
}
.news-img img{
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.news-data h6{
    font-size: 12px;
    font-weight: normal;
    color: #323E48;
    letter-spacing: 1px;
    margin: 0 0 20px;
}
.news-data h2{
    font-size: 20px;
    font-weight: 300;
    color: #323E48;
    line-height: 28px;
    margin: 0 0 20px;
    letter-spacing: -0.5px;
}
.news-data p{
    font-size: 16px;
    font-weight: normal;
    color: #323E48;
    line-height: 24px;
    margin: 0 0 20px;
}
.btn-read{
    font-size: 16px;
    font-weight: normal;
    color: #323E48;
    line-height: 24px;
    border-bottom: 1px solid #323E48;
    max-width: 125px;
    display: flex;
    align-items: center;
}
.btn-read i{
    margin: 0 0 0 auto;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.btn-read:hover i{
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}


.faq-title h6{
    padding: 10px 20px;
    display: table;
    background: #C4D9D6;
    margin: 0 0 16px;
    font-size: 18px;
    font-weight: 400;
    color: #323E48;
    line-height: 32px;
}
.faq-title h2{
    font-size: 56px;
    font-weight: normal;
    color: #323E48;
    line-height: 64px;
    margin: 0;
    text-transform: capitalize;
}

.faq-list .accordion .accordion-item{
    margin: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 32px;
    border-bottom: 1px solid #323E48;
}
.faq-list .accordion .accordion-item .accordion-button {
    padding: 0 30px 0 0;
    font-size: 16px;
    line-height: 24px;
    border-radius: 0;
    color:#323E48;
    font-weight: 400;
    background-color: transparent;
    position: relative;
}
.faq-list .accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}
.faq-list .accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}
.faq-list .accordion .accordion-item .accordion-button::after {
    display: none;
}
.faq-list .accordion .accordion-item .accordion-button:before {
    position: absolute;
    content: "\f077";
    font-family: "Font Awesome 5 Pro";
    right: 0;
    top:0px;
    font-size: 15px;
    color: #323E48;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.faq-list .accordion .accordion-item .accordion-button.collapsed:before {
    content: "\f078";
}
.faq-list .accordion .accordion-body{
    padding: 16px 0 0;
}
.faq-list .accordion .accordion-body p{
    font-size: 16px;
    font-weight: normal;
    color: rgba(50, 62, 72, 0.50);
    line-height: 24px;
    margin: 0;
}

.join-wrp{
    padding: 124px 0;
}
.join-wrp .row{
    align-items: center;
}
.join-title h6{
    padding: 10px 20px;
    display: table;
    background: #C4D9D6;
    margin: 0 0 16px;
    font-size: 18px;
    font-weight: 400;
    color: #323E48;
    line-height: 32px;
}
.join-title h2{
    font-size: 56px;
    font-weight: normal;
    color: #323E48;
    line-height: 64px;
    margin: 0 0 20px;
}
.join-img img{
    width: 100%;
}


footer{
    padding: 64px 0;
    background: #323E48;
}
.footer-abt{
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
}
.footer-logo {
	/*display: flex;
	align-items: center;
    height: 100%;*/
}
.footer-logo img{
    width: 250px;
    margin: 0 0 40px;
}
.disclaimer {
	margin:0 0 20px;
}
.disclaimer p {
    font-size: 14px;
    font-weight: normal;
    color: #d8d8d8;
}
.social-bx{
    display: inline-block;
    align-items: center;
}
.social-bx a{
    margin-right: 16px;
}
.social-bx a:last-child{
    margin: 0;
}
.social-bx a img{
    width: 20px;
    transition:.4s linear;
    -webkit-transition:.4s linear;
}
.social-bx a img:hover{
    opacity: 0.50;
}

.quicklinks ul li{
    margin: 0 0 16px;
}
.quicklinks ul li:last-child{
    margin: 0;
}
.quicklinks ul li a{
    display: table;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #fff;
    position: relative;
}
.quicklinks ul li a:after{
    position: absolute;
    content: '';
    width: 00%;
    height: 1px;
    background: #C4D9D6;
    bottom: 0;
    right: 0;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.quicklinks ul li a:hover{
    color: #C4D9D6;
}
.quicklinks ul li a:hover:after{
    width: 100%;
    left: 0;
    right: auto;
}
.news-latter-bx h3{
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    line-height: 32px;
    margin: 0 0 16px;
}
.news-latter-bx .form-group{
    position: relative;
    margin: 0 0 16px;
}
.news-latter-bx .form-group .form-control{
    padding: 12px 35px 12px 15px;
    border-radius: 8px;
    background: #F7F7F7;
    border: none;
    height: auto;
    box-shadow: none;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    line-height: 24px;
}
.news-latter-bx .form-group .form-control::placeholder{
    color: #7B868C;
}
.news-latter-bx .form-group button{
    background: transparent;
    border: none;
    font-size: 16px;
    color: #323E48;
    position: absolute;
    top: 12px;
    right: 10px;
}
.news-latter-bx .form-group button:hover{
    color:#C4D9D6;
}
.news-latter-bx p{
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    opacity: 0.50;
    max-width: 300px;
}
.mobile-social{display: none;}
/* **** End Home Page **** */

/* **** Team Page **** */
.inner-banner .hero-main-img img{
    height: 720px;
}
.inner-banner .banner-center{
    max-width: 100%;
    bottom: 100px;
    top: auto;
    transform: translateY(0);
}
.team-wrp{
    padding: 64px 0 0;
}
.team-wrp h2{
    font-size: 56px;
    font-weight: normal;
    color: #323E48;
    line-height: 64px;
    margin: 0 0 16px;
}
.team-wrp p{
    font-size: 16px;
    font-weight: normal;
    color: #323E48;
    line-height: 24px;
    margin: 0 0 64px;
}
.team-block{
    margin: 0 0 64px;
}
.team-img{
    margin: 0 0 24px;
}
.team-data h3{
    font-size: 24px;
    font-weight: normal;
    color: #323E48;
    line-height: 34px;
    margin: 0;
}
.team-data h6{
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    color: #323E48;
    line-height: 24px;
}
/* **** End Team Page **** */

/* **** About Page **** */
.about-pg-wrp{
    padding: 32px 0;
}
.about-pg-row{
    padding: 32px 0;
}
.about-pg-row .row{
    align-items: center;
}
.abt-img {
    overflow: hidden;
}
.abt-img img{
    width: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.abt-img:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.about-data{
    padding: 0 80px 0 0;
}
.about-pg-row:nth-child(even) .about-data{
    padding: 0 0 0 80px;
}
.about-data h2{
    font-size: 56px;
    font-weight: normal;
    color: #323E48;
    line-height: 64px;
    margin: 0 0 16px;
}
.about-data p{
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: normal;
    color: #323E48;
    line-height: 24px;
}
.about-data p:last-child{
    margin: 0;
}

.about-investment{
    padding: 55px 0 40px;
}
.about-investment h2{
    margin: 0 0 50px;
}
.asset-management{
    padding: 60px 0;
    margin: 0;
}
.asset-title{
    max-width: 545px;
}
.asset-title img{
    width: 245px;
    margin: 0 0 35px;
}
.asset-title h2{
    margin: 0 0 25px;
    font-size: 56px;
    line-height: 64px;
    font-weight: 400;
    color: #323E48;
}
.asset-title p{
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: normal;
    color: #323E48;
    line-height: 24px;
}
.asset-management .category-block{
    display: block;
    height: auto;
    margin: 0 0 15px;
}
.asset-management .category-head figure img:first-child {
    width: auto;
    height: 25px;
}
.asset-management .category-block p{
    font-size: 24px;
    color: #000;
}
/* **** End About Page **** */

/* **** Contact Page **** */
header.inner-header{
    position: relative;
    background: #fff;
    border-bottom: 1px solid #000;
}
header.inner-header .navbar-light .navbar-nav .nav-link{
    color: #323E48;
    font-weight: normal;
}
header.inner-header .navbar-light .navbar-nav .nav-link:hover{
    color: #323E48;
}
header.inner-header .navbar-light .navbar-nav li.active .nav-link{
    color:rgba(50, 62, 72, 0.50);
}
header.inner-header .navbar-light .navbar-nav li .nav-link:after{
    background: #323E48;
}
.contact-map{
    padding:80px 0 45px;
}
.contact-map h1{
    font-size: 56px;
    font-weight: 500;
    color: #323E48;
    line-height: 64px;
    text-align: center;
    margin: 0 auto 40px;
    display: none;
}
.contact-map .container{
    max-width: 920px;
}
.map-block img{
    width: 100%;
}
.contact-map .btn-group{
    align-items: center;
    justify-content: center;
    padding: 16px;
    display: none;
}
.contact-map .btn-group .btn-read{
    margin-right: 35px;
    max-width: 80px;
    width: 100%;
}
.contact-map .btn-group .btn-read:last-child{
    margin: 0;
}

.company-address-wrp{
    padding: 64px 0;
}
.contact-frm .container,.company-address-wrp .container{
    max-width: 880px;
}
.company-address-wrp .row{align-items: center;}
.company-img img{
    width: 100%;
}
.company-addbx h2{
    margin: 0 0 16px;
    font-size: 56px;
    font-weight: normal;
    color: #000;
    line-height: 64px;
}
.company-addbx p{
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    color: #323E48;
    line-height: 24px;
}

.contact-frm{padding: 0 0 64px;}
.contact-frm h2{
    font-size: 48px;
    font-weight: normal;
    color: #323E48;
    line-height: 56px;
    margin: 0 0 40px;
}
.contact-frm .form-group{
    margin: 0 0 20px;
}
.contact-frm .form-group .form-control{
    padding: 12px 20px;
    border: 1px solid #E0E0E0;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    line-height: 24px;
    resize: none;
}
.contact-frm .form-group .form-control::placeholder{
    color: #828282;
}
.contact-frm .form-group .form-control:focus{
    border: 1px solid #323E48;
}
.contact-frm button{
    padding: 15px;
    background: #323E48;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border: none;
    line-height: 24px;
    outline: none !important;
}
.contact-frm button:hover{
    background: #101010;
    color: #fff;
}

.media-block{
    margin: 64px 0 0;
    padding: 45px 0;
}
.media-block h2{
    font-size: 56px;
    font-weight: normal;
    color: #323E48;
    line-height: 64px;
    margin: 0 0 16px;
}
.media-block p{
    font-size: 16px;
    font-weight: normal;
    color: #323E48;
    line-height: 24px;
    margin: 0 0 16px;
}
/* **** End Contact Page **** */

/* **** Career Page **** */
.careers-banner img{
    margin: 0 auto 50px;
    height: 120px;
}
.careers-banner p{
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    line-height: 24px;
    margin: 0 auto;
    max-width: 640px;
}
.careers-banner .banner-center{
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
}
.careers-banner .hero-main-img img{
    margin: 0;
}
.career-wrp{
    padding: 64px 0;
}

.career-row{
    padding: 75px 0;
    margin: 0 0 64px;
}
.career-title img{
    width: 145px;
    margin: 0 0 35px;
}
.career-title h2{
    margin: 0;
    font-size: 56px;
    line-height: 64px;
    font-weight: 500;
    color: #323E48;
}
.career-bx{
    margin: 0;
}
.career-bx:last-child{
    margin: 0;
}
.career-bx h3{
    font-size: 32px;
    font-weight: 500;
    color: #323E48;
    line-height: 40px;
    margin: 0 0 16px;
}
.career-bx p{
    font-size: 16px;
    font-weight: normal;
    color: #323E48;
    line-height: 24px;
    margin: 0 0 40px;
}
.career-position-wrp h2{
    font-size: 56px;
    font-weight: normal;
    color: #323E48;
    line-height: 64px;
    margin: 0 0 50px;
}
.career-position-wrp h6{
    padding: 0 0 12px;
    border-bottom: 1px solid #323E48;
    font-size: 12px;
    font-weight: normal;
    color: #323E48;
    line-height: 21px;
    text-transform: uppercase;
    margin: 0 0 32px;
    letter-spacing: 1px;
}

.career-postbox{
    padding: 0 0 32px;
    margin: 0 0 32px;
    border-bottom: 1px solid #323E48;
}
.career-postbox:last-child{
    border: none;
}
.position-box{
    margin: 0 0 16px;
}
.position-box h3{
    font-size: 20px;
    font-weight: normal;
    color: #323E48;
    line-height: 28px;
    margin: 0 0 16px;
}
.position-box p{
    font-size: 16px;
    font-weight: normal;
    color: #323E48;
    line-height: 24px;
    max-width: 90%;
    margin: 0;
}

.career-position-wrp .btn-group{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 0 0;
}
.career-position-wrp .btn-group .btn-read{
    margin: 0 auto;
    max-width: 124px;
    width: 100%;
}

.career-subscribe{
    padding: 100px 0;
    background: #F9FAFB;
}
.career-subscribe h2{
    font-size: 40px;
    font-weight: 400;
    color: #101828;
    line-height: 48px;
    text-align: center;
    margin: 0 auto 40px;
}
.subscribe-rw{
    max-width: 500px;
    margin: 0 auto;
}
.subscribe-rw .form-group{
    display: flex;
    align-items: center;
    margin: 0 0 10px;
}
.subscribe-rw .form-group .form-control{
    padding: 12px 15px;
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    background: #fff;
    height: auto;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    line-height: 24px;
}
.subscribe-rw .form-group .form-control::placeholder{
    color: #667085;
}
.subscribe-rw .form-group button{
    padding: 12px 20px;
    border-radius: 8px;
    border: none;
    background: #323E48;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    margin: 0 0 0 15px;
}
.subscribe-rw .form-group button:hover{
    background: #101010;
    color: #fff;
}
.subscribe-rw p{
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    color: #667085;
}
.subscribe-rw p a{
    text-decoration: underline;
    color: #667085;
}
.subscribe-rw p a:hover{
    color: #101010;
}
/* **** End Career Page **** */

/* **** Job Details Page **** */
.job-details-wrp{
    padding: 64px 0 32px;
}
.btn-back{
    padding: 15px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #323E48;
    font-size: 20px;
    font-weight: normal;
    color: #323E48;
    width: fit-content;
    position: relative;
    margin: 0 0 64px;
}
.btn-back i{
    margin-right: 5px;
}
.btn-back span{
    position: relative;
    z-index: 2;
}
.btn-back:hover{
    color: #101010;
}
.job-details-box{
    max-width: 860px;
    margin: 0 auto;
}
.job-details-box h1{
    font-size: 56px;
    font-weight: 500;
    color: #323E48;
    text-align: center;
    line-height: 64px;
    margin: 0 0 20px;
}
.job-details-box h6{
    font-size: 12px;
    font-weight: normal;
    color: #323E48;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    line-height: 21px;
    margin: 0 auto 64px;
}
.job-inbx{
    margin: 0 0 44px;
}
.job-details-box h2{
    font-size: 56px;
    font-weight: normal;
    color: #323E48;
    line-height: 64px;
    margin: 0 0 20px;
}
.job-details-box p{
    font-size: 16px;
    font-weight: normal;
    color: #323E48;
    line-height: 24px;
    margin: 0 0 30px;
}
.job-details-box ul{    
    margin: 0 0 30px;
}
.job-inbx ul li{
    font-size: 16px;
    font-weight: normal;
    color: #323E48;
    line-height: 24px;
    padding: 0 0 0 13px;
    position: relative;
}
.job-inbx ul li:before{
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background: #323E48;
    border-radius: 100%;
    top: 10px;
    left: 0;
}
.job-inbx .form-group{
    margin: 0 0 20px;
}
.job-inbx .form-group .form-control{
    padding: 12px 15px;
    border: 1px solid #E0E0E0;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    font-size: 14px;
    line-height: 24px;
    color: #828282;
}
.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: block;
}
.upload-btn-wrapper .btn{
    font-size: 14px;
    font-weight: normal;
    color: #000;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    width: 100%;
    border-radius: 0;
    padding: 70px 0;
    border: 1px solid #E0E0E0;
    cursor: pointer;
}
.upload-btn-wrapper .btn i{
    display: block;
    color: #7A97AB;
    margin: 0 auto 5px;
    font-size: 18px;
}
.upload-btn-wrapper input[type=file] {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.job-inbx .btn-main{
    padding: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    border: none;
    background: #323E48;
    border-radius: 0;
    width: 100%;
    text-align: center;
}
.job-inbx .btn-main:hover{
    background: #101010;
    color: #fff;
}
/* **** End Job Details Page **** */

/* **** Portfolio Page **** */
img.banner-shp{
    position: absolute;
    top: 0;
    right: 0;
}

.portfolio-wrp{
    padding: 64px 0 0;
}
.portfolio-wrp h2{
    font-size: 56px;
    font-weight: normal;
    color: #323E48;
    line-height: 64px;
    margin: 0 0 24px;
}
.portfolio-wrp p{
    font-size: 16px;
    font-weight: normal;
    color: #323E48;
    line-height: 24px;
    margin: 0 0 64px;
}

.investment-box{
    margin: 0 0 64px;
}
.investments-data{
    padding: 24px 0;
}
.investments-data p{
    font-size: 16px;
    font-weight: normal;
    color: #323E48;
    line-height: 24px;
    margin: 0 0 32px;
}
.investments-data .btn-read{
    max-width: 110px;
}


.leadership-wrp{
    background: #323E48;
    padding: 64px 0;
    border-bottom: 1px solid #fff;
}
.leadership-wrp .row{
}
.leadership-img img{
    width: 100%;
}
.leadership-data h2{
    font-size: 56px;
    font-weight: normal;
    color: #fff;
    line-height: 64px;
    margin: 0 0 16px;
}
.leadership-img h2{
    font-size: 56px;
    font-weight: normal;
    color: #fff;
    line-height: 64px;
    margin: 0 0 16px;
    display: none;
}
.leadership-data p{
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    line-height: 24px;
    margin: 0 0 20px;
}
.leadership-data p:last-child{
    margin: 0;
}

.portfolio-details-wrp{
    padding: 130px 0;
}
.portfolio-logobx img{
    height: 75px;
    margin: 0 auto 50px;
}
.portfolio-details-wrp h1{
    font-size: 64px;
    font-weight: normal;
    color: #323E48;
    line-height: 72px;
    text-align: center;
    margin: 0 auto 100px;
    max-width: 800px;
}
.cover-img{
    margin: 0 0 100px;
}
.cover-img img{
    width: 100%;
}

.portfolio-data-block{
    max-width: 750px;
    margin: 0 auto;
}
.portfolio-data-block h2{
    font-size: 40px;
    font-weight: normal;
    color: #323E48;
    line-height: 48px;
    margin: 0 auto 64px;
}
.portfolio-data-block img{
    width: 100%;
    margin: 0 0 64px;
}
.portfolio-data-block ul{
    margin: 0 0 35px;
}
.portfolio-data-block ul li{
    font-size: 24px;
    font-weight: normal;
    color: #323E48;
    line-height: 32px;
    margin: 0 0 15px;
    position: relative;
    padding: 0 0 0 20px;
}
.portfolio-data-block ul li:before{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #323E48;
    border-radius: 100%;
    top: 13px;
    left: 0;
}
.portfolio-data-block p{
    font-size: 24px;
    font-weight: normal;
    color: #323E48;
    line-height: 32px;
    margin: 0 0 35px;    
}
.portfolio-data-block .btn-read{
    font-size: 16px;
    line-height: 30px;
    max-width: 130px;
}

.other-project-wrp{
    padding: 0 0 44px;
}
/* **** End Portfolio Page **** */

/* **** News Page **** */
.news-wrp{
    padding: 64px 0;
}
.news-row{
    padding: 35px;
    background: #F9FAFB;
    margin: 0 0 64px;
}
.news-row .row{
    margin: 0 -25px;
}
.news-row .row .col-md-4{
    padding: 20px 25px;
}
.blog-img{
    margin: 0 0 24px;
}
.blog-img img{
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.blog-block h6{
    font-size: 12px;
    font-weight: normal;
    color: #323E48;
    line-height: 21px;
    letter-spacing: 1px;
    margin: 0 0 24px;
}
.blog-block h3{
    font-size: 24px;
    font-weight: normal;
    color: #323E48;
    line-height: 32px;
    margin: 0 0 24px;
	min-height: 100px;
}

.news-listing-wrp ul li{
    padding: 24px 0;
    margin: 0 0 24px;
    border-top: 1px solid #323E48;
}
.news-listing-wrp ul li:last-child{
    margin: 0;
}
.news-listing-wrp ul li h6{
    font-size: 12px;
    font-weight: normal;
    color: #7B868C;
    letter-spacing: 1px;
    line-height: 21px;
    text-transform: uppercase;
    margin: 0 0 16px;
}
.news-listing-wrp ul li h2{
    font-size: 32px;
    font-weight: normal;
    color: #323E48;
    line-height: 40px;
    margin: 0;
}
.news-listing-wrp ul li .btn-group{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.news-listing-wrp ul li .btn-group .btn-read{
    max-width: 130px;
    width: 100%;
}

.news-details-wrp{
    padding: 64px 0;
}
.news-nav-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 64px;
    width: 100%;
}
.btn-nav{
    font-size: 20px;
    font-weight: normal;
    color: #323E48;
    padding: 15px 0;
    border-bottom: 1px solid #323E48;
    max-width: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.btn-nav:hover{
    color: #777;
    border-color: #777;
}

.news-details-data h6{
    font-size: 12px;
    font-weight: normal;
    color: #323E48;
    letter-spacing: 1px;
    margin: 0 auto 5px;
    line-height: 21px;
    display: table;
    border-bottom: 1px solid #323E48;
}
.news-details-data h1{
    font-size: 64px;
    font-weight: normal;
    color: #323E48;
    line-height: 72px;
    text-align: center;
    max-width: 890px;
    margin: 0 auto 5px;
}
.news-details-data h5{
    font-size: 12px;
    font-weight: normal;
    color: #7A97AB;
    line-height: 21px;
    text-align: center;
    margin: 0 auto 64px;
}
.news-cover-img-off{
    margin: 0 auto 64px;
}
.news-cover-img img{
  max-width: 100%;
  height: auto;
  max-height: 450px; /* or any desirable max height */
  width: auto;
  display: block;
  margin: 10px auto;
}
.breif-details{
    max-width: 750px;
    margin: 0 auto;
}
.breif-details h2{
    font-size: 56px;
    font-weight: normal;
    line-height: 64px;
    margin: 0 0 16px;
    color: #323E48;
}
.breif-details p{
    color: #323E48;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 20px;
}
.breif-details p a {
    color: #323E48;
    text-decoration: underline;
}

.news-inimg{
    background: #E5E5E5;
    margin: 45px 0;
}
.news-inimg img{width: 100%;}

.similier-blogs-wrp{
    padding: 0 0 64px;
}
.similier-blogs-wrp h2{
    font-size: 56px;
    line-height: 64px;
    color: #323E48;
    margin: 0 0 50px;
    font-weight: normal;
}
.similier-blogs-rw{
    padding: 25px 55px;
    background: #F9FAFB;
}
.similier-blogs-rw .blog-block h3{
    font-size: 30px;
    line-height: 40px;
	min-height: 120px;
}
/* **** End News Page **** */

/* **** Terms Page **** */
.tearms-banner{
    padding: 180px 0 50px;
    background: #323E48;
}
.tearms-banner .banner-center{
    position: relative;
    top: 0;
    transform: translateY(0);
    max-width: 1000%;
}
.tearms-banner .banner-center h1{
    font-weight: normal;
    padding: 0 0 20px;
    border-bottom: 1px solid #fff;
    display: table;
}
.terms-wrp{padding: 64px 0;}
.terms-wrp h2{
    font-size: 56px;
    font-weight: normal;
    color: #323E48;
    line-height: 64px;
    margin: 0 0 16px;
}
.terms-wrp p{
    font-size: 16px;
    font-weight: normal;
    color: #323E48;
    line-height: 24px;
    margin: 0 0 30px;
}
.terms-wrp ul{    
    margin: 0 0 30px;
}
.terms-wrp ul li{
    font-size: 16px;
    font-weight: normal;
    color: #323E48;
    line-height: 24px;
    padding: 0 0 0 13px;
    position: relative;
}
.terms-wrp ul li:before{
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background: #323E48;
    border-radius: 100%;
    top: 10px;
    left: 0;
}
/* **** End Terms Page **** */

/***** Join Positions Boxs *****/
.join-inner{
    position: relative;
    width: 100%;
    height: 565px;
    background: #C4D9D6;
    overflow: hidden;
    padding: 62px;
    display: block;
}
.join-inner-box{
    width: 80%;
    height: 175px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    padding: 32px 28px 19px;
    position: absolute;
    bottom: 150px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 3;
}
.join-inner-box h2{
    font-weight: 300;
    font-size: 32px;
    line-height: 40px;
    margin: 0;    
}
.join-inner-box h2 a{
    color: #323E48;
}
.join-inner-box h2 a:hover{
    color: #000;
}
.join-inner-box .arrow-link{
    color: #323E48;
    font-size: 22px;
    position: absolute;
    top: 27px;
    right: 23px;
}
.join-inner-box .arrow-link i{
    margin: 0 0 0 auto;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
a.join-inner-box:hover .arrow-link i{
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
.join-inner-box .circle-link{
    width: 60px;
    height: 60px;
    display: inline-block;
    margin: 0 0 15px;
}
.join-inner-box .circle-link:hover{
    opacity: 0.8;
}
.join-inner-box .circle-link figure{
    margin: 0;
}
.join-inner-box .circle-link figure img{
    width: 100%;
}
.join-inner-box.morning-dew-white{
    background: #C4D9D6;
    z-index: 2;
    width: 75%;
    bottom: 195px;
}
.join-inner-box.serious-cloud{
    background: #7B868C;
    z-index: 1;
    width: 70%;
    bottom: 240px;
}
/***** End Join Positions Boxs *****/


.investment-block .arr { display: none; width: 124px;height: auto;border-bottom: 1px solid #fff;font-size: 16px;color:#fff !important;font-weight: 400;background: url(../images/arrow_1.svg) no-repeat right center !important;line-height: 24px;bottom: 25px;right: 25px;text-align: left;}
.investment-block:hover .arr { display: block; } 

.team-block .team-data .social-bx a i{ color: inherit; }
/*****.team-data h3{ display: inline-block; }
.page-template-hycap_me .banner-center p{ color: #FFF; }
.page-template-hycap_me .banner-center h5{ color: #FFF; padding-top: 50px; }


.mobile-lng a img{height: 28.5px;}

.post-thumbnail img { max-width: 100%; height: auto; }
