@font-face {
    font-family: 'CharpentierSansPro-Demi';
    src: url('../fonts/CharpentierSansPro-Demi.woff') format('woff'),
        url('../fonts/CharpentierSansPro-Demi.woff2') format('woff2'),
        url('../fonts/CharpentierSansPro-Demi.svg#CharpentierSansPro-Demi') format('svg'),
        url('../fonts/CharpentierSansPro-Demi.eot'),
        url('../fonts/CharpentierSansPro-Demi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CharpentierSansPro-Demi.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {

    font-family: 'PoynterOSDisplayRoman';

    src: url('../fonts/PoynterOSDisplayRoman.eot');

    src: url('../fonts/PoynterOSDisplayRoman.eot') format('embedded-opentype'),

        url('../fonts/PoynterOSDisplayRoman.woff2') format('woff2'),

        url('../fonts/PoynterOSDisplayRoman.woff') format('woff'),

        url('../fonts/PoynterOSDisplayRoman.ttf') format('truetype'),

        url('../fonts/PoynterOSDisplayRoman.svg#PoynterOSDisplayRoman') format('svg');

}

@font-face {

    font-family: 'Untitled Sans';

    src: url('../fonts/UntitledSans-Light.eot');

    src: url('../fonts/UntitledSans-Light.eot?#iefix') format('embedded-opentype'),

        url('../fonts/UntitledSans-Light.woff2') format('woff2'),

        url('../fonts/UntitledSans-Light.woff') format('woff'),

        url('../fonts/UntitledSans-Light.ttf') format('truetype'),

        url('../fonts/UntitledSans-Light.svg#UntitledSans-Light') format('svg');

    font-weight: 300;

    font-style: normal;

    font-display: swap;

}

@font-face {

    font-family: 'Untitled Sans';

    src: url('../fonts/UntitledSans-Medium.eot');

    src: url('../fonts/UntitledSans-Medium.eot?#iefix') format('embedded-opentype'),

        url('../fonts/UntitledSans-Medium.woff2') format('woff2'),

        url('../fonts/UntitledSans-Medium.woff') format('woff'),

        url('../fonts/UntitledSans-Medium.ttf') format('truetype'),

        url('../fonts/UntitledSans-Medium.svg#UntitledSans-Medium') format('svg');

    font-weight: 500;

    font-style: normal;

    font-display: swap;

}

@font-face {

    font-family: 'Untitled Sans';

    src: url('../fonts/UntitledSans-Regular.eot');

    src: url('../fonts/UntitledSans-Regular.eot?#iefix') format('embedded-opentype'),

        url('../fonts/UntitledSans-Regular.woff2') format('woff2'),

        url('../fonts/UntitledSans-Regular.woff') format('woff'),

        url('../fonts/UntitledSans-Regular.ttf') format('truetype'),

        url('../fonts/UntitledSans-Regular.svg#UntitledSans-Regular') format('svg');

    font-weight: normal;

    font-style: normal;

    font-display: swap;

}

* {

    -webkit-border-radius: 0;

    border-radius: 0;

    margin: 0;

    -moz-box-sizing: border-box;

    -ms-box-sizing: border-box;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

}

*:focus {

    -moz-transition: all ease 0.3s;

    -webkit-transition: all ease 0.3s;

    -ms-transition: all ease 0.3s;

    transition: all ease 0.3s;

}

a:hover,
button:hover,
input {

    transition: 0.3s all ease-in-out;

    -webkit-transition: 0.3s all ease-in-out;

    -moz-transition: 0.3s all ease-in-out;

    -ms-transition: 0.3s all ease-in-out;

}

button:focus {

    outline: 0;

}

select,
button,
input {
    outline: none;
}

/* For modern browsers */

.cf:before,
.cf:after {
    content: "";
    display: table
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;

}

input[type="number"] {

    -moz-appearance: textfield !important;

}

body {

    margin: 0;

    padding: 0;

    color: #F2F2F2;

    font-size: 18px;

    background: #0A142B;

    font-family: 'Untitled Sans';

    font-weight: normal;

}

ul {

    padding: 0;

    list-style: none;

    margin: 0;

}

a,
img {

    border: 0px;

}

img {

    max-width: 100%;

}

a,
ul,
li {

    text-decoration: none;

}

a {

    outline: 0;

    transition: 0.5s;

    -webkit-transition: 0.5s;

    -moz-transition: 0.5s;

    -ms-transition: 0.5s;

    color: #171717;

}

a:hover,
a:focus {

    color: #70B894;

}

a,
button {

    transition: 0.5s;

    -webkit-transition: 0.5s;

    -moz-transition: 0.5s;

    cursor: pointer;

}

p {

    padding-bottom: 15px;

    font-size: 18px;

    color: #F2F2F2;

    /* line-height: 30px; */
    line-height: 24px;

    margin: 0;

    padding-bottom: 30px;

    font-weight: 300;

}

a:hover {

    text-decoration: none;

}

a:focus {

    outline: 0;

    text-decoration: none;

}

h1,
h2,
h3,
h4,
h5,
h6 {

    margin-bottom: 20px;

    font-weight: normal;

}

h1 {

    font-size: 80px;

    line-height: 85px;

}

h2 {

    font-size: 60px;

    line-height: 70px;

}

h3 {

    font-size: 24px;

    line-height: 30px;

}

h4 {

    font-size: 23px;

}

h5 {

    font-size: 22px;

}

h6 {

    font-size: 20px;

}

select::-ms-expand {

    display: none;

}
strong,
b {

    font-weight: bold;

}

em,
i {

    font-style: italic;

}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff !important;
    opacity: 1 !important;

}

::-moz-placeholder {
    opacity: 1 !important;
}

:-ms-input-placeholder {
    /* IE 10+ */

    color: #fff;

}

:-moz-placeholder {
    /* Firefox 18- */

    color: #fff;
    opacity: 1 !important;

}

/* 
.contact-form input::placeholder,.contact-form textarea::placeholder{

    font-size: 18px;

} */

/*** reset css end ***/

/*** primary secondary button css ***/

.btn.focus,
.btn:focus {

    box-shadow: none;

}

.btn {

    display: flex;

    padding: 15px;
    font-family: 'CharpentierSansPro-Demi';
    text-transform: uppercase;

    min-width: 282px;

    border-radius: 49px;

    transition: 0.3s;

    color: #fff;

    font-size: 18px;

    height: 100px;

    background: #70B894;

    align-items: center;

    max-width: 282px;

    justify-content: center;

    border: 1px solid #70B894;

}

.btn span {

    height: 40px;

    width: 40px;

    border-radius: 100%;

    background: url(../images/btn-arrow.svg) no-repeat center;

    text-align: center;

    border: 0.5px solid #fff;

    margin-left: 20px;

    transition: 0.3s;

}

.slide:hover,

.slide:focus {

    box-shadow: inset 282px 0 0 0 #fff;

    color: #0A142B;

    border: 1px solid #fff;

}

.slide:hover span,

.slide:focus span {

    background: url(../images/btn-arrow-green.svg) no-repeat center;

    border: 0.5px solid #70B894;

}

.form-control {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
    height: 80px;
    border-radius: 49px;
    box-shadow: none;
    border: 1px solid #70B894;
    padding: 5px 15px 5px 40px;
    background: #F2F2F20F;
}

.form-group {
    margin-bottom: 30px;
    position: relative;
}

.form-control:focus {
    box-shadow: none;
    border-color: #fff;
    background: #F2F2F20F;
    color: #fff;
}

.no-padding {

    padding: 0;

}

/*** header css start ***/

header {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    z-index: 999999;

    padding: 30px 0;

    background: #0A142B;

}

header .row {

    margin: 0;

}

.logo img {

    max-width: 60px;

}

.menu-close {

    display: none;

}

.navbar {

    padding: 0;

    margin-top: 0;

}

nav .nav-item {

    margin-left: 80px;

}

nav .nav-link {

    font-size: 18px;

    letter-spacing: 0px;

    color: #F2F2F2;

    text-transform: uppercase;

    position: relative;

    padding-bottom: 0;
    font-family: 'CharpentierSansPro-Demi';

}

nav .nav-link:after {

    position: absolute;

    left: 0;

    top: 100%;

    background: #70B894;

    content: "";

    height: 3px;

    width: 0;

    transition: 0.3s;

}

nav .nav-link:hover:after,
nav .nav-item.active .nav-link:after,
nav .nav-item.current-page-item .nav-link:after {

    width: 100%;

}

/* nav .nav-link:hover,nav .nav-link:focus,nav .nav-item.active .nav-link{

    color: #70B894; 

} */

.navbar-nav .nav-link,
.navbar-expand-md .navbar-nav .nav-link {

    padding: 0;
    line-height: 24px;

}

.login-info li {

    display: inline;

    margin-left: 85px;

}

.login-info li:first-child {
    margin-left: 0px;
}

.login-info li a {

    letter-spacing: 0px;
    font-family: 'CharpentierSansPro-Demi';
    color: #70B894;

    text-transform: uppercase;

    font-size: 18px;

    position: relative;
}

.login-info li a:after {

    position: absolute;

    left: 0;

    top: 100%;

    background: #70B894;

    content: "";

    height: 3px;

    width: 0;

    transition: 0.3s;

}

.login-info li a:hover:after {

    width: 100%;

}



/*** header css end ***/

/*** page loader css start ***/

.page-loader {

    position: fixed;

    z-index: 999999999;

    top: 0;

    left: 0;

    height: 100vh;

    width: 100vw;

    background-repeat: no-repeat;

    background-size: cover;

    transition: transform .3s;

    transform: translate3d(0, -100vh, 0);

    background-blend-mode: color-burn;



    background-color: #0A142B;

    /* background-color: rgba(18, 18, 43, 0.9); */

}

.is-loading .page-loader {

    transform: none;

}

.page-loader .d-flex {

    height: 100vh;

}

/*** page loader css end ***/

/*** banner css start ***/

.banner-img-main {
    top: 120px;
    position: absolute !important;
    right: 0;
    max-height: 1100px;
    overflow: hidden;
    flex: 0 0 50.8%;
    max-width: 50.8%;
}

.banner-img>img {
    width: 100%;
    border-radius: 200px 0 0 0;
    height: auto;
}

.with-shadow {

    position: relative;

}

.with-shadow:after {

    position: absolute;

    bottom: 0;

    left: 0;

    background: transparent linear-gradient(180deg, #0A142B00 0%, #0A142B 100%) 0% 0% no-repeat padding-box;

    height: 312px;

    content: "";

    width: 100%;

    z-index: 9999;

}

.home-banner .next-sec {
    bottom: 30px;
}
.next-sec {
    position: relative;

}

a.next-sec:hover img {

    transition: ease-out 0.3s;

}

a.next-sec:hover img {

    transform: rotate(20deg);

}

.next-sec:after {
    position: absolute;
    left: 0;
    right: 0;
    margin: 30px auto 0;
    height: 150px;
    width: 1px;
    background: rgba(242, 242, 242, 0.6);
    content: "";
    top: 100%;
}

.banner h1 {

    color: #F2F2F2;

    font-size: 110px;
    line-height: 133px;
    /* float: right; */
    font-family: 'PoynterOSDisplayRoman';

}

.banner-btn {

    margin-top: 44px;

}

.home-banner.banner h1 span {

    display: block;

    padding-left: 54px;

}

.banner h1 span i {

    font-style: normal;

    color: #70B894;

}

.home-banner-content {

    /* max-width: 875px;*/

    padding-right: 15px;
    padding-top: 235px;
    flex: 0 0 735px;
    /* flex: 0 0 49.2%;
    max-width: 49.2%; */
}

.home-banner-content .banner-info p {

    color: #F2F2F2;

    font-size: 18px;

    line-height: 30px;

    font-weight: 300;

}

.home-banner-content .banner-info {

    max-width: 445px;

    float: right;

    margin-top: 45px;

}



/*** banner css end ***/

/*** about css start ***/

.powered-by-main {

    position: relative;

    padding: 150px 0 0 0;

}

.avenium-text {

    background: url(../images/avenium-logo.png) repeat-x;

    width: 100%;

    height: 150px;

    transition: 0.3s;

    z-index: 9999;
    position: relative;
    cursor: pointer;
    background-position: -140px;
}

.avenium-text:hover {

    background-position: 0px;

}

.powered-top-content {

    padding: 210px 0 0 0;

}

.main-title h2 {

    font-size: 60px;

    line-height: 70px;

    color: #F2F2F2;

    font-family: 'PoynterOSDisplayRoman';

}

.powered-top-content .main-title {
    max-width: 1070px;
    margin-bottom: -40px;
    z-index: 99999;
    position: relative;
}

.powered-main-img {

    background-repeat: no-repeat;

    background-size: cover;
    padding-bottom: 72.4%;
    /* min-height: 600px; */

    border-radius: 0 0 150px 0;

}

.powered-left-img-main {
    flex: 0 0 43.2%;
    max-width: 43.2%;
}

.powered-main-img.with-shadow:after {

    top: 0;

    bottom: unset;

    transform: rotate(180deg);

    left: 0;

    background-size: cover;

}

.powered-right-info {

    padding-left: 145px;

}

.powered-right-info p {

    max-width: 683px;

}

.powered-right-info .btn-main {

    margin-top: 45px;

}

.powered-badge {

    position: absolute;

    left: -128px;

    bottom: -131px;

}

.powered-badge>img {

    max-width: 378px;

}

.section-spacing {

    padding: 240px 0;

}

/*** success css start ***/

.success-info {

    display: flex;

    justify-content: center;

    align-items: center;

    width: 100%;

    padding: 0 15px;

}

.success-info ul {

    width: 50%;

    padding: 0 57.5px;

}

.success-info li {

    font-size: 60px;

    line-height: 70px;

    font-family: 'PoynterOSDisplayRoman';

    color: #70B894;

    border-bottom: 1px solid #70B894;

    display: flex;

    justify-content: space-between;

    align-items: flex-end;

    margin-bottom: 27px;

    transition: 0.3s;

    cursor: pointer;

}

.success-info li span {

    font-size: 18px;

    line-height: 30px;

    color: #F2F2F2;

    position: relative;

    padding-bottom: 10px;

    font-family: 'Untitled Sans';

    font-weight: 300;

}

.success-info li span:after {

    height: 3px;

    width: 0;

    background: #70B894;

    border-radius: 0 5px 0 0;

    position: absolute;

    top: 100%;

    left: 0;

    content: "";

    transition: 0.3s;

    margin-top: -3px;

}

.success-info li:hover span:after {

    width: 100%;

}

/*** insvestment css start ***/

/* .investment-strategy{

   padding-right: 250px;

} */

.investment-strategy .container {

    background: #F2F2F2;

    border-radius: 0 200px 0 0;

    padding: 200px 145px 200px 15px;

    color: #0A142B;

    position: relative;

}

.investment-strategy .container:after {

    background: #F2F2F2;

    height: 100%;

    width: 50%;

    position: absolute;

    left: -50%;

    top: 0;

    content: "";

}

.main-title h2 span {
    font-family: 'CharpentierSansPro-Demi' !important;
    font-size: 24px;

    line-height: 32px;

    color: #70B894;

    display: block;

    font-family: 'Untitled Sans';

    margin-bottom: 20px;

}

.investment-strategy .main-title h2 {

    color: #0A142B;

}

.investment-info li h3 {

    color: #70B894;

    font-size: 24px;

    margin-bottom: 20px;

    font-weight: 500;

}

.investment-info ul {

    display: flex;

    flex-direction: row;

    flex-wrap: wrap;

}

.investment-info li {

    width: 50%;
    padding-right: 82px;
    margin-bottom: 40px;

}

.investment-img {

    margin-bottom: 20px;

}

.investment-info li p {

    color: #0A142B;

    max-width: 550px;

}

.investment-info .btn-main {

    margin-top: 10px;

}

.black-hover.slide:hover,
.black-hover.slide:focus {

    box-shadow: inset 282px 0 0 0 #0A142B;

    color: #f2f2f2;

    border: 1px solid transparent;

}

.slide:hover span,
.slide:hover span {

    margin-left: 30px;

}

.investment-info {

    margin-top: 60px;

}

/*** about css start ***/

.about-home-main .small-container {
    text-align: center;

}

.about-home-info .btn-main {

    margin-top: 50px;

    display: flex;

    justify-content: center
}

section.about-home-main.section-spacing {

    padding-bottom: 150px;

}

/*** testimonials css start ***/
/* .testimonials-main {
    padding-bottom: 150px;
} */

.testimonials .item {

    position: relative;

    cursor: pointer;

    transition: 0.3s;

}

.testimonials .item:after {

    left: 0;

    content: "";

    position: absolute;

    top: 0;

    background: #70B894;

    opacity: 0.7;

    border-radius: 100%;

    transform: scale(0.1);

    transition: 0.3s;

}

.testimonials .item:hover:after {

    transform: scale(1);

    height: 100%;

    width: 100%;

}

.testimonials .item h3 {
    font-family: 'CharpentierSansPro-Demi';
    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    /* font-family: Charpentier Sans Pro e; */

    color: #70B894;

    text-transform: uppercase;

    font-size: 32px;

    text-align: center;

    padding: 30px;

    width: 100%;

}

.testimonials .item:hover h3 {

    color: #0A142B;

    z-index: 9;

}

.slider-img>img {

    opacity: 0.03;

}

.testimonials .item h3 span {

    font-size: 18px;

    color: #F2F2F2;

    text-transform: math-auto;

    display: block;

    margin-top: 15px;
    font-family: 'Untitled Sans' !important;
    font-weight: 300;
}
.owl-item.active {

    opacity: 1;

}
.owl-item {

    opacity: 0.3;

}
.owl-dot {

    background: rgba(242, 242, 242, 0.34);

    border-radius: 100%;

    height: 8px;

    width: 8px;

    display: inline-block;

    margin: 10px;

    outline: 0.5px solid transparent;

    outline-offset: 2px;

}
.owl-dot.active {

    background: #70B894;

    outline: 0.5px solid #FFFFFF;

}
.owl-dots {

    text-align: center;

    margin: 58px 0 0 0;
    position: absolute;
    left: 0;
    right: 0;
}

/*** market css start ***/
.market-main {
    overflow: hidden;
    padding-top: 224px;
}

.market-main .container {
    background: #F2F2F2;
    border-radius: 200px 0 0 0;
    padding: 200px 15px 200px 150px;
    color: #0A142B;
    position: relative;
}

.market-main .container:after {
    background: #F2F2F2;
    height: 100%;
    width: 50%;
    position: absolute;
    right: -50%;
    top: 0;
    content: "";
}

.market-main-img {
    background-repeat: no-repeat;
    background-size: cover;
    /* min-height: 611px; */
    padding-bottom: 72.4%;
    border-radius: 200px 0 0 0;
}

.market-badge {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

.market-badge>img {
    max-width: 241px;
}

.market-right-img-main {
    margin-top: -300px;
    flex: 0 0 44%;
}

.market-top-content .main-title h2 {
    color: #0A142B;
}

.market-top-content .main-title {
    max-width: 1040px;
}

.market-top-content .btn-main {
    margin-top: 70px;
}

/*** partners css strt ***/
.parnters-box-inner {
    background: #060E20;
    border-radius: 0px 200px 0px 0px;
    padding: 40px 40px 10px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 600px;
}

.partners-box-main {
    margin-top: 60px;
}

.partners-badge-name h2 {
    font-size: 24px;
    color: #70B894;
    line-height: 32px;
    text-transform: capitalize;
    font-weight: 500;
    margin: 32px 0 20px 0;
}

.parnters-box:nth-child(2) {
    margin-top: 80px;
}

.parnters-box:nth-child(3) {
    margin-top: 160px;
}

/*** portfolio css start ***/
section.porfolio-main {
    padding-top: 130px;
}

.portfolio-main-img {
    /* background-repeat: no-repeat;
    background-size: 64.4%;
    min-height: 901px;
    border-radius: 0 190px 0 0; */
    position: relative;
}

/* .porfolio-left-img-main {
    flex: 0 0 64.4%;
} */
.portfolio-main-img.with-shadow:after {
    height: 100%;
    background: transparent linear-gradient(180deg, #0A142BB3 0%, #0A142B 100%) 0% 0% no-repeat padding-box;
}

.portfolio-tabbing {
    position: static;
    z-index: 99999;
    margin-top: -71px;
    display: inline-block;
    width: 100%;
}

.portfolio-inner-content {
    padding: 120px 0 0 0;
}

.portfolio-inner-content p {
    line-height: 30px;
    max-width: 550px;
}

.portfolio-main-accordion .nav-item {
    max-width: 460px;
    font-size: 24px;
    padding: 0;
    margin-bottom: 20px;
}

.portfolio-main-accordion a.nav-link:hover,
.portfolio-main-accordion .nav-tabs .nav-link.active {
    background: #70B894;
    border-color: #70B894;
    color: #F2F2F2;
}

.accordion-arrow {
    background: #70B894 url(../images/accordion-arrow.svg) no-repeat center center;
    border: 0.5px solid #70B894;
    height: 40px;
    width: 40px;
    border-radius: 100%;
}

.portfolio-main-accordion .tab-content {
    position: absolute;
    right: 0;
    top: -273px;
    max-width: 371px;
    transition: none !important;
}

.accordion .card {
    background: transparent;
}

.portfolio-main-accordion a.nav-link {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 19px 30px 19px 50px;
    background: #F2F2F20F;
    border: 1px solid #70B894;
    border-radius: 49px !important;
    color: #F2F2F2;
    text-transform: uppercase;
    font-family: 'CharpentierSansPro-Demi';
}

.portfolio-main-accordion {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 99999;
}

.portfolio-main-accordion .nav-tabs {
    display: none;
}

ul.nav.nav-tabs.top-tabbing li.nav-item a.nav-link {
    font-size: 32px;
    color: #f2f2f2;
    border: 0;
    border-radius: 0;
    font-family: 'PoynterOSDisplayRoman';
    position: relative;
    padding: 0 0 15px 0;
}

ul.nav.nav-tabs.top-tabbing li.nav-item a.nav-link:after {
    background: url(../images/hover-arrow.svg) no-repeat;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 100%;
    width: 100px;
    height: 9px;
    background-size: 100%;
    opacity: 0;
}

ul.nav.nav-tabs.top-tabbing li.nav-item a.nav-link:hover {
    color: #70B894;
}

ul.nav.nav-tabs.top-tabbing li.nav-item a.nav-link.active:after {
    opacity: 1;
}

ul.nav.nav-tabs.top-tabbing {
    border: 0;
}

ul.nav.nav-tabs.top-tabbing li.nav-item a.nav-link.active {
    color: #70B894;
    background: transparent;
}

.porfolio-top-content {
    position: relative;
    top: -136px;
}

ul.nav.nav-tabs.top-tabbing li {
    margin-left: 50px;
}

ul.nav.nav-tabs.top-tabbing li:first-child {
    margin-left: 0px;
}

.portfolio-main-accordion .card {
    border: none;
    background: transparent;
}

.heading-icon h3 {
    font-size: 32px;
    color: #70B894;
    margin: 15px 0 0 0;
    text-transform: capitalize;
    font-family: 'PoynterOSDisplayRoman';
}

.heading-icon {
    margin-bottom: 40px;
}

.portfolio-cat-content li {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    padding-left: 32px;
    position: relative;
    margin-bottom: 20px;
}

.portfolio-cat-content li:after {
    background: url(../images/list-green-arrow.svg) no-repeat left center;
    content: "";
    left: 0;
    top: 5px;
    position: absolute;
    height: 16px;
    width: 16px;
}

.avenium-text.footer-avenium-text {
    margin: 150px 0 180px 0;
    /* width: 200%; */
}

input.custom-check,.wpcf7-list-item input[type="checkbox"] {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.custom-check label,.wpcf7-list-item-label {
    position: relative;
    cursor: pointer;
    font-size: 18px;
    font-weight: 300;
}

input.custom-check label:before,.wpcf7-list-item-label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #70B894;
    /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05); */
    display: inline-block;
    position: relative;
    vertical-align: text-bottom;
    cursor: pointer;
    margin-right: 20px;
    height: 20px;
    width: 20px;
    border-radius: 3px;
}

.custom-check:checked+label:after,.wpcf7-list-item label input[type="checkbox"]:checked+.wpcf7-list-item-label:after{
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 8px;
    width: 5px;
    height: 13px;
    border: solid #70B894;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.contact-form .btn {
    height: 80px;
    max-width: 219px;
    width: 100%;
    min-width: auto;
    float: right;
}

textarea.form-control {
    min-height: 203px;
    border-radius: 36px;
    padding-top: 30px;
}

section.contacts-main {
    padding: 0;
    background: url(../images/footer-bg.svg) no-repeat center right;
}

.custom-check label a {
    color: #70B894;
}

.custom-check label a:hover {
    color: #fff;
}

.contact-left-main {
    max-width: 93%;
}

.terms-privacy {
    margin-top: 10px;
    align-items: center;
}

.contact-form {
    margin-top: 60px;
}

.contact-info h4 {
    color: #70B894;
    font-size: 18px;
    font-family: 'CharpentierSansPro-Demi';
    font-weight: normal;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.contact-info {
    font-size: 18px;
    margin-bottom: 37px;
    font-weight: 300;
}

.contact-info a,
.contact-info p {
    color: #fff;
    font-weight: 300;
    font-size: 18px;
}

.contact-info a:hover {
    color: #70B894;
}

.contact-right {
    padding-left: 65px;
}

.footer-links {
    display: flex;
    justify-content: flex-end;
    padding: 120px 0 35px 0;
}

.footer-links li {
    display: inline;
    padding: 0 42px;
    position: relative;
}
.footer-links li:first-child {
    padding-left: 0;
}
.footer-links li a {
    font-size: 18px;
    color: #F2F2F2;
    font-family: 'CharpentierSansPro-Demi';
    position: relative;
}

.footer-links li:before {
    height: 5px;
    width: 5px;
    content: "";
    position: absolute;
    left: -6px;
    top: 9px;
    background: #70B894;
    border-radius: 100%;
}

.footer-links li:first-child:before {
    content: none;
}

.footer-links li a:after {
    position: absolute;
    left: 0;
    top: 100%;
    background: #70B894;
    content: "";
    height: 3px;
    width: 0;
    transition: 0.3s;
}

.footer-links li a:hover:after,.footer-links li.active a:after,.footer-links li.curret-pge-item a:after {
    width: 100%;
}

footer {
    background: #70B894;
}

.copyright p {
    font-size: 14px;
    color: #fff;
    padding: 0;
}

.copyright a {
    color: #0A142B;
}

.copyright a:hover {
    color: #fff;
}

.copyright {
    padding: 5px 0;
}

.owl-prev {
    transform: matrix(-1, 0, 0, -1, 0, 0);
}

.owl-prev,
.owl-next {
    background: #FFFFFF08 url(../images/prev-arrow.svg) no-repeat center center;
    height: 100px;
    width: 100px;
    border: 0.5px solid #fff;
    border-radius: 100%;
    background-size: 45px;
    position: absolute;
    left: 100px;
}
.owl-next {
    background: #FFFFFF08 url(../images/prev-arrow.svg) no-repeat center center;
    left: auto;
    right: 100px;
    background-size: 45px;
}
.owl-nav {
    display: block !important;
    top: 50%;
    position: absolute;
    transform:translateY(-50%);
    width: 100%;
    height: 100px;
}

.height-full {
    height: 100%;
}

.owl-item.active .item {
    z-index: 99999;
}

/*** contact page css start ***/
.main-title h1 {
    font-size: 110px;
    line-height: 120px;
    font-family: 'PoynterOSDisplayRoman';
    color: #F2F2F2;
}

.contacts-page-main.top-padding {
    padding-top: 240px;
    background: transparent;
}

.contacts-page-main .contact-left-main {
    max-width: 100%;
}

.contacts-page-main .contact-form {
    max-width: 870px;
    margin: 80px auto 0;
}

.contacts-page-main .contact-left-main .col-lg-6 {
    padding: 0 13px;
}

.contacts-page-main .contact-right {
    padding-left: 15px;
}

.contact-right-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 150px 0 0 0;
}
.avenium-text.footer-avenium-text.contactpage-avenium {
    margin: 90px 0 23px 0;
}
.d-none-big {
    display: none;
}
/*** about page css start ***/
.banner.height-vh {
    height: 100vh;
}
.main-title h1 span {
    color: #70B894;
}
.top-padding {
    padding-top: 120px;
}
.about-title {
    max-width: 1310px;
}
.next-section .next-sec{
    position: absolute;
    right: 15px;
    bottom: 130px;
}
.nex-sec-main {
    position: relative;
}
.home-banner .next-sec:after{
    margin: 78px auto 0;
    top: 100%;
}
.getinn-touch {
    padding: 80px 0 153px 0;
}
.gettouch-info {
    max-width: 839px;
    margin: 0 auto;
    padding-top: 190px;
    text-align: center;
}
.gettouch-info .btn-main {
    margin-top: 52px;
    display: flex;
    justify-content: center;
}
.growing-market-content .main-title {
    max-width: 990px;
    margin-bottom: 74px;
}
.growing-market-content p {
    max-width: 695px;
    line-height: 30px;
}
.growing-market-img > img {
    width: 100%;
    border-radius: 200px 200px 0 0;
}
.growing-market-img {
    /* height: 800px; */
    overflow: hidden;
}
.growing-market-content {
    margin-top: -92px;
    z-index: 9999;
    position: relative;
}
.about-founder .container {
    background: #F2F2F2;
    border-radius: 0 200px 0 0;
    padding: 200px 145px 172px 15px;
    color: #0A142B;
    position: relative;
}
.main-title.about-title h1{
    font-size: 110px;
    line-height: 120px;
}
.about-founder .container:after {
    background: #F2F2F2;
    height: 100%;
    width: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    content: "";
}
.about-founder-inner .main-title h2 {
    color: #0A142B;
}
.about-founder-inner {
    max-width: 725px;
}
.about-founder-info {
    margin-top: 74px;
}
.about-founder-info > h4 {
    font-size: 24px;
    color: #70B894;
    line-height: 36px;
    margin-bottom:13px;
    font-weight: 500;
    text-transform: capitalize;
}
.about-founder-info p {
    color: #0A142B;
    line-height: 30px;
}
.founder-img-main {
    position: absolute;
    right: -145px;
    bottom: 0;
    z-index: 9;
}
.founder-img.with-shadow:after {
    background: transparent linear-gradient(180deg, #0A142B00 0%, #0A142B 100%) 0% 0% no-repeat padding-box;
}
.founder-img {
    max-width: 420px;
    /* overflow: hidden; */
    border-radius: 200px 0 0 0;
    /* height: 600px; */
}
.founder-img > img {
    border-radius: 200px 0 0 0;
    /* max-width: 100%;
    height: 100%;
    object-fit: cover; */
}
.founder-badge {
    position: absolute;
    bottom: -114px;
    z-index: 99999;
    transform: translateX(-50%);
}
.founder-badge > img {
    max-width: 230px;
}
section.about-founder {
    padding-top: 220px;
}
.clients-word {
    padding-top: 55px;
}
.clients-words-inner .main-title span {
    color: #70B894;
    font-size: 24px;
    font-weight: 500;
    margin-top: 40px;
    display: block;
}
.clients-words-inner .main-title {
    max-width: 910px;
    margin: 0 auto;
}
.clients-words-inner {
    background: #060E20;
    border-radius: 0px 200px;
    padding: 150px 30px;
}
.quotes {
    margin-bottom: 20px;
}
.leadership-heading {
    max-width: 550px;
    margin: 0 auto 40px;
    text-align: center;
}
.leadership-heading .main-title {
    margin-bottom: 35px;
}
.banner .about-title h1 span {
    padding-left: 0 !important;
}
.mob-logo{
    display: none;
}

.portfolio-bg-main-image {
    display: none;
    background-repeat: no-repeat;
    background-size: 64.4%;
    min-height: 901px;
    border-radius: 0 190px 0 0;
    left: 0;
    position: absolute;
    top: 0;
    height: 900px;
    width: 100%;
}
.portfolio-inner-content .tab-pane.active .portfolio-bg-main-image{
    display: block;
}
.portfolio-bg-main-image.with-shadow:after {
    height: 100%;
    background: transparent linear-gradient(180deg, #0A142BB3 0%, #0A142B 100%) 0% 0% no-repeat padding-box;
}
.porfolio-inner-main-text {
    position: relative;
    z-index: 99999;
}
/*** portfolio page css start ***/
.portfolio-inner-content .portfolio-port-page .portfolio-bg-main-image {
    display: block;
}
.porfolio-page-port-section .portfolio-main-img {
    margin-top: 150px;
    min-height: 900px;
}
.porfolio-inner-main-text .main-title {
    margin-bottom: 40px;
}
.porfolio-page-port-section .portfolio-tabbing {
    margin-top: 0;
}
.portfolio-slider .item {
    max-height: 600px;
    overflow: hidden;
}
.portfolio-slider .owl-item {
    opacity: 1;
    position: relative;
    /* width: 20% !important; */
}
.portfolio-slider .owl-item:after{
    height: 100%;
    width: 100%;
    background:url(../images/shadow.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    /* transform: matrix(0, 1, -1, 0, 0, 0); */
    background-size: cover;
}
.portfolio-slider .owl-item.active.center:after {
   content: none;
}
/* .portfolio-slider .owl-item.active.center {
    width: 60% !important;
} */
.portfolio-slider .owl-nav {
    transform: translateY(-50%);
}
.right-radius {
    border-radius: 0 200px 0 0;
}
.left-radius {
    border-radius: 200px 0 0 0;
}
.acquisitions-inner-main {
    width: 50%;
    margin-top: 75px;
}
.acquisitions {
    padding-bottom:68.4%;
    background-repeat: no-repeat;
    background-size: cover;
}
.acquisitions-inner {
    display: flex;
    flex-wrap: wrap;
}
/* .recent-acquisitions-main .main-title {
    margin-bottom: 70px;
} */
.acquisitions.right-radius {
    margin-right: 14px;
}
.acquisitions.left-radius {
    margin-left: 14px;
}
.acquisitions-inner-main:nth-child(2) {
    margin-top: 191px;
}
.acquisitions-inner-main:first-child{
    margin-top: 70px !important;
}
.acquisitions-inner-main:nth-child(2n+1){
    margin-top: -53px;
}
/* .acquisitions-inner-main:nth-child(4) {
    margin-top: 141px;
} */
section.recent-acquisitions-main {
    padding: 230px 0 50px 0;
}
.acquisitions-info {
    position: absolute;
    bottom: 83px;
    left: 100px;
    z-index: 99999;
}
.acquisitions-info h3 {
    font-size: 32px;
    color: #F2F2F2;
    font-family: 'PoynterOSDisplayRoman';
    margin-bottom: 20px;
}
.acquisitions-info span {
    font-size: 18px;
    font-weight: 300;
}
section.porfolio-main.porfolio-page-port-section.top-padding {
    padding-top: 240px;
}
.porfolio-page-port-section .porfolio-top-content {
    top: 0;
    margin-bottom: 250px;
}
.portfolio-cat-content li span {
    display: block;
    color: #70B894;
    font-weight: 300;
    font-size: 14px;
}
.closed-tra-inner {
    background: #F2F2F2;
    border-radius: 200px 200px 0 0;
    padding:150px 150px 345px 150px;
}
.closed-transaction-top .main-title h2 {
    color: #0A142B;
    margin-bottom: 16px;
}
.closed-transaction-top {
    max-width: 840px;
    margin: 0 auto;
}
.closed-transaction-top p {
    color: #0A142B;
}
.closed-trans-tabbing-main .nav-link {
    font-size: 32px;
    color: #0A142B;
    border: 0;
    font-family: 'PoynterOSDisplayRoman';
    border-radius: 0;
    position: relative;
    padding-bottom: 19px;
    display: inline-block;
}
.closed-trans-tabbing-main .nav-link.active {
    color: #70B894;
    background-color: transparent;
}
.closed-trans-tabbing-main .nav-tabs {
    border-bottom: 0.5px solid rgba(10,20,43,0.02);
}
.closed-trans-tabbing-main .nav-link:after {
    background: url(../images/hover-arrow.svg) no-repeat;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 100%;
    width: 100px;
    height: 9px;
    background-size: 100%;
    opacity: 0;
    margin-top: -9px;
    transition: 0.3s;
}
.closed-trans-tabbing-main .nav-link.active:after,.closed-trans-tabbing-main .nav-link:hover:after {
    opacity: 1;
}
.closed-trans-tabbing-main .nav-link:hover{
    color: #70B894;
}
.left-tab-content > h4,.right-tab-content li label {
    color: #0A142B;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.closed-trans-tab-inner {
    display: flex;
    padding: 80px 0 0 0;
}
.left-tab-content {
    width: 48%;
}
.right-tab-content {
    width: 52%;
    padding-left: 145px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.left-tab-content p {
    color: #0A142B;
    padding-bottom: 20px;
}
.left-tab-content b{
    font-weight: 400;
    font-size: 18px;
    color: #0A142B;
}
.right-tab-content li label {
    font-weight: 500;
    display: block;
}
.right-tab-content li{
    display: block;
}
.right-tab-content ul {
    display: flex;
    margin-top: 26px;
}
.right-tab-content ul:first-child {
    margin-top: 0;
}
.right-tab-content li:first-child {
    padding-left: 0;
}
.right-tab-content li {
    width: 33.33%;
    padding-left: 55px;
}
.right-tab-content li span {
    font-size: 18px;
    color: #0A142B;
}
.disclaimer span {
    background: #BEBEBE 0% 0% no-repeat padding-box;
    opacity: 1;
    position: relative;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    float: left;
    background: transparent;
    border: 1px solid #BEBEBE;
    margin: 8px 5px 0 0;
}
.disclaimer span:after {
    width: 1px;
    height: 7px;
    transform: matrix(-1, 0, 0, -1, 0, 0);
    background: #BEBEBE 0% 0% no-repeat padding-box;
    /* opacity: 1; */
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 3px;
}
.disclaimer p {
    padding: 0;
    display: table;
    font-size: 14px;
    color: #BEBEBE;
}
.closed-trans-tabbing-main {
    padding-top: 30px;
}
section.closed-transaction.section-spacing {
    padding-bottom: 0;
}
section.portfolio-slider-main {
    margin-top: -301px;
}
.acquisitions.with-shadow:after {
    height: 100%;
}
.owl-item.active.center .item {
    position: relative;
}
.portfolio-slider .owl-item.active.center .item:after {
    content: "AFTER";
    position: absolute;
    bottom: 22px;
    left: 50px;
    color: #fff;
    z-index: 999;
    font-size: 24px;
    color: #F2F2F2;
    font-weight: 500;
}
.partners-main .main-title h2 {
    text-transform: capitalize;
}
.partners-badge-name > img {
    max-width: 80px;
}
.next-sec-d-none-middle {
    display: none;
}
.marquee{
    overflow: hidden;
    width: 100%;
}
/* .avenium-text {
    animation: marquee 20s linear infinite;
 width: 200%;
 transition: 0.3s;
 user-select: none;
  }
  @keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
} */
.contact-form .form-group p {
    padding-bottom: 0;
}
.wpcf7-not-valid-tip {
    font-size: 12px;
    position: absolute;
    left: 10px;
    top: 100%;
}
.custom-check p {
    padding: 0;
}
span.wpcf7-spinner {
    position: absolute;
    top: 28px;
}