@import url('http://fonts.cdnfonts.com/css/dm-serif-display');

body {
    font-family: 'Comfortaa', sans-serif;
    color: #000;
    padding: 0;
    margin: 0;
}

.bg-light {
    background-color: #fff !important;
}

.navbar {
    box-shadow: 0 2px 4px #a7a8b8;
    padding: 0
}

.navbar-nav .nav-link {
    font-family: 'Comfortaa';
    font-size: 15px;
    color: #000 !important;
    border-bottom: 2px solid #fff;
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
    border-bottom: 2px solid #000;
}

h1, h2, h3, h4, h5 h6 {
    font-family: 'DM Serif Display', sans-serif;
}

a {
    color: #000;
}

/* carousel*/
.carousel-caption {
    padding-bottom: 50px;
}

.carousel-inner .carousel-item h1 {
    font-size: 70px;
    padding-bottom: 100px;
}

.carousel-inner .carousel-item {
    height: 100vh;
}

.collapse.navbar-collapse.flex-1 {
    flex-basis: min-content;
}


@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-item {
        padding-right: 0.85rem;
        padding-left: 0.85rem;
    }

    .navbar-expand-md .navbar-nav .nav-lenk {
        padding-right: 0rem;
        padding-left: 0rem;
    }
}

/* invest-text*/

.invest-text h2 {
    font-size: 70px;
    line-height: 70px
}

.invest-text h2:after {
    content: "";
    display: block;
    width: 120px;
    margin: 40px auto 0;
    height: 2px;
    background: #000
}

.invest-text h3 {
    font-family: 'Comfortaa';
    font-size: 35px;
    line-height: 50px
}

.invest-text p {
    font-family: 'Comfortaa';
    font-size: 18px;
    line-height: 30px
}


.icon-link {
    display: inline-flex;
    align-items: center;
}


.icon-square {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    font-size: 2.5rem;
    border-radius: .25rem;
}


.capitalbox h2 {
    font-size: 35px;
    line-height: 40px;
}

.capitalbox p {
    font-family: 'Comfortaa';
    font-size: 15px;
    line-height: 25px;
}

.contactus {
    font-family: 'Comfortaa';
    font-size: 35px;
}


/* BUSINESS MODEL*/
.gray-bg {
    background: #F5F5F5;
}

.white-bg {
    background: #fff;
}

.business-model-banner {
    position: relative;
    overflow: hidden;

    background: url(../images/business-model.jpg) no-repeat;
    background-size: cover;
    min-height: 550px;
    text-align: center;
    color: #FFF;
}

.business-model-banner .block {
    padding: 180px 0px 160px;
}

.business-model-banner .block h2 {
    font-size: 50px;
    line-height: 1.3;
    text-transform: capitalize;
    color: #FFF;
}

.business-model-banner .text-sm {
    text-transform: uppercase;
    font-family: 'Comfortaa';
    font-weight: normal;
    font-size: 30px;
}


.features {
    margin-top: -170px;
    position: relative;
}

.feature-item {
    margin: 0px 10px;
    padding: 130px 30px 40px 30px;
    background-color: #fff;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0px 0px 30px 0px rgb(0 42 106 / 10%);
    font-weight: normal;
    min-height: 387px;
}

.feature-item h3 {
    font-size: 35px;
    line-height: 25px;
}

.feature-item p {
    font-size: 15px;
    line-height: 25px;
}

/* map*/

.map-banner {
    position: relative;
    overflow: hidden;
    background-size: cover;
    text-align: center;
    color: #FFF;
}

.client-logo-box {
    background: #fff;
    border-radius: 0px;
    padding: 0px;
}

.logo-wrapper {
    height: 164px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;


}

.client-logo-box .border-right {
    border-right: solid 2px #eee;
}

.logo-wrapper img {
    max-height: 100px;
    max-width: 100%;
}

/* subscription*/

.subscription {
    padding: 80px 0;
}

.subscription h2 {
    font-size: 40px;
}

.subscription p {
    font-size: 20px;
    line-height: 30px;
}

.subscription .form-control {
    border: 1px solid #000;
    height: 50px;
    text-transform: uppercase;
    margin-right: 8px;
    border-radius: 0;
}

.btn-black {
    background: #000;
    color: #fff;
    font-family: 'Comfortaa';
    text-transform: uppercase;
    border: 1px solid #212529;
}

.btn-black:hover {
    background: #fff;
}

/* footer*/

.footer {
    background: #000;
    padding: 20px 0;
    font-size: 12px;
    color: #fff;
}

.nav-footer .nav-link {
    color: #fff;
    font-size: .875rem;
    line-height: 1.5rem;
    padding: 0.2rem 1rem;
    text-transform: uppercase;
    font-size: 12px;
}

.team-bg-cover {
    background-size: 100% !important;
    margin-top: 73px;
    padding: 200px 0 340px;
    background: url(../images/team/team-banner.jpg) no-repeat

}

.about-bg-cover {
    background-size: 100% !important;
    margin-top: 73px;
    padding: 200px 0 340px;
    background: url(../images/about/about-banner.jpg) no-repeat

}

.about-us-border .border-right {
    border-right: 2px solid #000;
}

.common h1 {
    font-size: 70px;
    line-height: 65px;
}

.common p {
    font-size: 20px;
    line-height: 30px;
}


.team-box .card {
    background: #fff;
    border: 0;
    box-shadow: none;
    text-align: left;
}


.team-box .img-hover-zoom--colorize img {
    width: 100%;
    height: 300px;
    padding: 0px;

}

.team-box .img-hover-zoom--colorize {
    width: 100%;
    height: 300px;
    padding: 0px;
    background: #D0B087;

}

.team-text h2 {
    font-family: 'Comfortaa';
    text-transform: uppercase;
    font-size: 35px;
    line-height: 45px;
}

.team-box .card h3 {
    overflow: hidden;
    font-weight: 300;
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    font-family: 'DM Serif Display', sans-serif;
}

.team-box .card p {
    font-size: 15px;
    line-height: 25px;
}

.team-box .box {
    display: flex;
    align-items: left;
    justify-content: left;
}

.team-box .fa {
    font-size: 1.5rem;
    color: #000;
    transition: transform .5s;
}

.fa:hover {
    transform: scale(1.1);
}

.companies-text h1 {
    font-size: 70px;
    line-height: 65px;
}

.companies-text p {
    font-size: 20px;
    line-height: 30px;
}

.image-section small {
    font-size: 35px;
    font-family: 'DM Serif Display', sans-serif;
}

.image-section h2 {
    font-size: 50px;
    line-height: 65px;
}

.image-section p {
    font-size: 18px;
    line-height: 30px;
}

.image-section .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid white
}

.image-section .carousel-inner .carousel-item {
    height: auto;
}

/* press*/
.press-bg-cover {
    background-size: 100% !important;
    margin-top: 73px;
    padding: 200px 0 340px;
    background: url(../images/press.jpg) no-repeat

}

.white-bg {
    background: #fff;
}

.ng-220 {
    margin-top: -220px
}


.press-box h3 {
    font-size: 20px;
    font-family: 'Comfortaa', sans-serif;
}

.press-box h3 a {
    color: #000;
    text-decoration: none;
}

.press-box .card-text {
    font-family: 'DM Serif Display', sans-serif;
}

.relative {
    position: relative;
}

.small-content {
    position: absolute;
    bottom: 0
}


/* achievements*/
.achievements-bg-cover {
    background-size: cover !important;
    margin-top: 73px;
    padding: 100px;
    background: url(../images/achivement.jpg) no-repeat;
    margin-bottom: 80px;

}

.achievements h3 {
    font-size: 20px;
    font-family: 'Comfortaa', sans-serif;
}

.achievements h2 {
    font-size: 50px;
    line-height: 60px;
}

.achievements p {
    font-size: 15px;
    line-height: 25px;
}

.achievements .border-right {
    border-right: 1px solid #000;
}

.achievements .border-bottom {
    border-bottom: 1px solid #000 !important;
}


/*contactus-box*/

.contactus-box {
    padding: 0 120px 60px;
}

.contactus-box label {
    padding-bottom: 0px;
    font-size: 12px;
}

.contactus-box .form-control {
    border-radius: 0;
    border: 1px solid #000;
}

.contactus-box textarea {
    height: 400px;
}

.btn {
    text-transform: uppercase;
}

.btn-primary {
    background: #000;
    border-radius: 0;
    border: 0;
}













