
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;
    text-transform: uppercase
}

.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;
}

.normal p {
    font-size: 20px;
    line-height: 30px;
}

.large-heading h2 {
    font-size: 70px;
    line-height: 70px;
}

.btn-black {
    background: #000;
    color: #fff;
    font-family: 'Comfortaa';
    text-transform: uppercase;
    border-radius: 0;

}

.btn-black:hover {
    background: #fff;
    color: #000;
    border-radius: 0;
}

/* Banner*/
.bannersec {
    background-image: url("../images/banner/hero-img.png");
    background-size: cover;
    background-position: left top;
    height: 100vh;
    padding: 130px 0 0;
    position: relative;
    margin-top: 71px;

}

/* Paragraph for Parallax Section */
.banner p {
    font-size: 20px;
    color: #fff;
    text-align: left;
    line-height: 30px;
}


.banner h1 {
    color: #fff;
    font-size: 90px;
    text-align: left;
    line-height: 100px;
}

.banner .btn-info {
    background: #000;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 0;
}

.banner .btn-info:hover {
    background: #fff;
    color: #000;
    border: 2px solid #fff;
    border-radius: 0;
}

/* Banner 2*/
.joinnow-img {
    background-image: url("../images/banner/join-now.jpg");
    background-size: cover;
    background-position: left top;
    padding: 130px 0 130PX;

}

/* Paragraph for Parallax Section */
.joinnow-banner p {
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 45px;
}

.joinnow-banner h2 {
    font-size: 40px;
    color: #fff;
    text-align: center;
    line-height: 54px;
}

.joinnow-banner .form-control {
    border: 1px solid #000;
    height: 50px;
    text-transform: uppercase;
    margin-right: 8px;
    border-radius: 0;
}

.joinnow-banner .btn-black-outline {
    background: transparent;
    color: #fff;
    font-family: 'Comfortaa';
    text-transform: uppercase;
    border: 2px solid #fff
}

.joinnow-banner .btn-black-outline:hover {
    background: #fff;
    color: #000;
    border: 2px solid #fff;
    border-radius: 0;
}

/* together 3*/
.together-img {
    background-image: url("../images/banner/join-together-now.jpg");
    background-size: cover;
    background-position: left top;
    padding: 160px 0 160px;

}

/* mentor*/
.mentor-box h2 {
    font-size: 68px;
}

.mentor-box p {
    font-size: 18px;
    text-align: left;
    line-height: 35px;
}

/*black-box*/
.black-box {
    background: #000;
    padding: 30px 0;
    color: #fff;
}

.navbar-expand-md .navbar-nav .nav-item {
    padding-right: 1rem;
    padding-left: 1rem;
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .25rem;
        padding-left: .25rem;
    }
}

/* invest-text*/
.leadership {
    padding: 80px 0;
}

.leadership h2 {
    font-size: 45px;
    line-height: 70px;
    padding: 50px 0 60px;
    font-family: 'Comfortaa'
}

/* service */

.service h2 {
    font-size: 45px;
    text-transform: uppercase;
    font-family: 'Comfortaa';
    line-height: 70px;
    margin-bottom: 50px;
}

.service .box-inner {
    border: 3px solid #D1D6DF;
    box-sizing: border-box;
    text-align: center;
    padding: 20px;
    min-height: 289px;
}

.service .box-inner h3 {
    font-size: 50px;
    line-height: 48px;
}

.service .box-inner p {
    font-size: 15px;
    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;
    color: #fff;
}


.capitalbox h2 {
    font-size: 35px;
    line-height: 40px;
}

.capitalbox p {
    font-size: 15px;
    line-height: 25px;
}

.contactus {
    font-family: 'Comfortaa';
    font-size: 35px;
}


/* full-width-box*/

.full-width-box {
    max-width: 1920px;
}

.full-width-box .cards {
    display: flex;
    flex-flow: column;
}

.full-width-box .cards .inner {
    display: flex;
    flex: 0 0 100%;
    flex-flow: row wrap;
    padding-left: 0;
    margin: 0;
    justify-content: center;
}

.business-image-container {
    flex: 1;
    display: flex;
}

.business-wrapper {
    flex: 1;
    padding: 0 120px 0 6rem;
    text-transform: uppercase;
}

.business-wrapper h2 {
    font-size: 40px;
    line-height: 54px;
}

.business-content {
    display: flex;
    background-color: #EDEAE2;
    align-items: center;
}

.business-image-container img {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
}


/* enrolling*/

.enrolling {
    padding: 110px 0;
}

.enrolling h2 {
    font-size: 40px;
    font-family: 'Comfortaa';
}

.enrolling p {
    font-size: 20px;
    line-height: 35px;
}

.enrolling p a {
    font-size: 15px;
    line-height: 30px;
    text-decoration: underline;
}

/* collaboration */
.collaboration-img {
    background-size: cover;
    background-position: left top;
    height: 100%;

}

.page-item a {
    text-decoration: none;
}

/* About us*/

.aboutus {
    padding: 110px 0;
}

.spacing {
    padding: 140px 0;
}

/* footer*/

.footer {
    background: #fff;
    padding: 20px 0;
    font-size: 12px;
    color: #000;
    text-align: center;
    padding: 1rem 1rem;
}

.footer nav {
    display: inline-flex;
    padding: 0.2rem 1rem;
}

.nav-footer .nav-link {
    color: #000;
    font-size: .875rem;
    padding: 0rem 1rem 0 15px;
    text-transform: uppercase;
    font-size: 12px;
    border-left: 1px solid #000
}

.team-bg-cover {
    background-size: 100% !important;
    margin-top: 73px;
    padding: 200px 0 340px;
    background: url(../images/team/team-banner.jpg) no-repeat

}

.press-bg-cover {
    background-size: 100% !important;
    margin-top: 73px;
    padding: 200px 0 183px;
    background: url(../images/press/press-bg.jpg) no-repeat

}

.press-bg-cover a {
    color: #fff;
}

.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 .card-body {
    background: #fff;
    min-height: 200px;

}


.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-text h3 a {
    color: #000;
    text-decoration: none;
    padding-top: 8px;
}

.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;
}

.white-bg {
    background: #fff;
}

.ng-220 {
    margin-top: -220px
}

.gray-bg {
    background: #F4F4F4;
}

.press-box h3 {
    font-size: 20px;
    font-family: 'Comfortaa', sans-serif;
}

.press-box .card-text {
    font-family: 'DM Serif Display', sans-serif;
}

.relative {
    position: relative;
}

.small-content {
    position: absolute;
    bottom: 0
}


/* achievements*/
.about-bg-cover {
    background-size: cover !important;
    margin-top: 73px;
    padding: 100px 0;
    background: #252626;
    margin-bottom: 80px;

}

.about h2 {
    font-size: 30px;
    line-height: 40px;
}

.about h1 {
    font-size: 40px;
    line-height: 45px;
}

.about p {
    font-size: 20px;
    line-height: 30px;
}

.about .text {
    font-size: 18px;
    line-height: 30px;
}

.about .text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

/*Latest post */
.latest-post h2 {
    font-size: 40px;
    line-height: 50px;
    font-family: 'DM Serif Display', sans-serif;
}

.latest-post .spacing-post {
    padding: 46px 40px
}

.latest-post a {
    text-decoration: none;
}

.blog-post .card {
    background: transparent !important;
}

.blog-post .card-body {
    background: transparent !important;
}

.blog-post a {
    text-decoration: none;
}

.blog-post h4 {
    font-size: 20px;
    line-height: 30px;
}

.blog-post-detail {
    padding: 120px 0;
}

.blog-post-detail h1 {
    font-size: 70px;
    line-height: 80px;
}

.blog-post-detail .title {
    font-size: 40px;
    line-height: 70px;
}

/*contactus-box*/

.contactus-box {
    padding: 0 120px 0px;
    text-transform: uppercase;
}

.contactus-box label {
    font-size: 12px;
}

.contactus-box .form-control {
    border-radius: 0;
    border: 1px solid #000;
}


.categories-box h3 {
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}

.categories-box h3 .accordion-button {
    border-bottom: 1px solid #000;
}

.categories-box .accordion-button::after {
    background-image: none;
}

.borderze {
    border: 0;
}

.categories-box .accordion-button:not(.collapsed)::after {
    background-image: none;
}

.categories-box .accordion-button:not(.collapsed)::before {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e") !important;
    transform: scale(.7) !important;
}

.categories-box .accordion-button::before {
    width: 12px;
    height: 12px;
    margin-right: 10px;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e") !important;

}

.categories-box .accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
    border-bottom: 1px solid #000;
    color: #000;
}

.categories-box .accordion-body a {
    text-decoration: none;
}

.categories-box .accordion-button:not(.collapsed) {
    background-color: #f2f4f7;
}

.categories-box .accordion-button:focus {
    background: #f2f4f7;
    color: #000;
    border-color: #feffff;
}

.categories-box h2 {
    font-family: 'Comfortaa', sans-serif;
}

.small-blog p {
    font-size: 15px;
    line-height: 25px;
}

.small-blog h4 {
    font-size: 20px;
    line-height: 25px;
}

.small-blog a {
    text-decoration: none;
}

.small-blog {
    background: #F4F4F4;
}

.textarea-200 {
    height: 280px;
}

.btn {
    text-transform: uppercase;
}

.btn-primary {
    background: #000;
    border-radius: 0;
    border: 0;
}

.vertical-box {
    display: table;
}

.vertical-box span {
    display: table-cell;
    vertical-align: middle;
    font-size: 40px;
}















