@charset "utf-8";
/*
	Author: Filip Todorov - www.filiptodorov.com
	Project: Impactus Partners
	All rights reserved
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

body, html {
    font-family: 'Poppins', sans-serif;
    position: relative;
}
body {
    padding-top: 114px;
}

/* HEADER */
header {
    background: #fff !important;
    box-shadow: rgba(0,0,0,0.05) 0 15px 30px;
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
    left: 0;
}
header .top-line {
    display: block;
    padding: 5px 0;
}
header .top-line .contact-item {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    color: #a1a1a1;
    margin-right: 15px;
    text-decoration: none;
    transition: 0.15s ease all;
}
header .top-line .contact-item:hover {
    color: #006989;
}
header .top-line .contact-item img {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-right: 2px;
    filter: grayscale(100%);
    opacity: 0.5;
    transition: 0.1s ease all;
}
header .top-line .contact-item:hover img {
    filter: grayscale(0);
    opacity: 1;
}
header .top-line .contact-item span {
    display: inline-block;
    vertical-align: middle;
}
header .top-line .contact-item:last-child {
    margin-right: 0;
}
header .top-line .container {
    position: relative;
}
header .top-line .container:after {
    position: absolute;
    bottom: -6px;
    left: 15px;
    width: calc(100% - 30px);
    height: 1px;
    background: #eee;
    content: ' ';
}

/* NAVIGATION */
.navbar-light {
    background: none !important;
    padding: 15px 0;
}
.navbar .navbar-brand img {
    height: 40px;
}
.navbar .nav-item > .nav-link {
    font-weight:400;
    font-size: 14px;
    text-transform: uppercase;
    color: #a1a1a1;
    padding-left: 15px;
    padding-right: 15px;
    transition: 0.15s ease all;
}
.navbar .nav-item:last-child > .nav-link {
    padding-right: 0;
}
.navbar .nav-item.active > .nav-link,
.navbar .nav-item > .nav-link.active,
.navbar .nav-item > .nav-link:hover {
    color: #006989;
}

/* MAIN */
.main {
    position: relative;
    padding: 200px 0 200px 0;
    background: url('../img/bg-2.jpg') #f2f3f4 center no-repeat;
    background-size: cover;
}
.main .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.main .container {
    position: relative;
    z-index: 2;
}
.main h1 {
    font-weight: 400;
    font-size: 36px;
    color: #1f1f1f;
    max-width: 80%;
}
.main p {
    font-size: 14px;
    color: #1f1f1f;
}
.main .flags {
    padding-bottom: 15px;
    display: none;
}
.main .flags img {
    width: 25px;
    height: 20px;
    border-radius: 5px;
    object-fit: cover;
}

/* MAIN BOXES */
.main-boxes {
    display: block;
    position: relative;
    padding: 1px 0 1px 0;
}
.main-boxes .box-wrapper {
    margin-top: -50px;
    position: relative;
    z-index: 1;
    box-shadow: rgba(0,0,0,0.1) 0 15px 35px;
}
.main-boxes .box-wrapper .box-item {
    display: block;
    height: 100%;
    background: #006989;
    padding: 50px;
    color: #fff;
}
.main-boxes .box-wrapper .box-item.v2 {
    background: #007599;
}
.main-boxes .box-wrapper .box-item.v3 {
    background: #0089b3;
}
.main-boxes .box-wrapper .box-item img {
    display: block;
    width: 64px;
    height: 64px;
    filter: brightness(0) invert(1);
}
.main-boxes .box-wrapper .box-item h4 {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    margin: 25px 0 10px 0;
}
.main-boxes .box-wrapper .box-item p {
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    margin-bottom: 0;
}

/* PLATFORM */
.platform {
    padding-top: 60px;
}
.platform .platform-steps {
    margin-bottom: -50px;
    position: relative;
    z-index: 1;
    box-shadow: rgba(0,0,0,0.1) 0 10px 25px;
    margin-top: 30px;
    background: #fff;
    padding: 15px 0 15px 25px;
}
.platform .platform-steps .platform-step {
    display: block;
    position: relative;
    padding: 15px 40px 15px 70px;
    width: 100%;
    flex: 1;
}
.platform .platform-steps .platform-step:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 50px;
    height: 50px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    content: ' ';
    margin: auto;
    transform: rotate(45deg);
}
.platform .platform-steps .col-md-3:last-child .platform-step:after {
    display: none;
}
.platform .platform-steps .platform-step img {
    display: inline-block;
    vertical-align: middle;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 15px;
}
.platform .platform-steps .platform-step h4 {
    display: block;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}
.platform h3 {
    font-weight: 400;
    font-size: 30px;
    color: #1f1f1f;
    text-align: center;
}
.platform p {
    font-size: 14px;
    color: #1f1f1f;
    text-align: center;
}

/* INVESTOR REACH */
.investor-reach {
    display: block;
    position: relative;
    padding: 60px 0 5px 0;
    background: #f2f3f4;
}
.investor-reach .img-fluid {
    pointer-events: none;
    user-select: none;
}
.investor-reach h3 {
    font-weight: 400;
    font-size: 30px;
    color: #1f1f1f;
}
.investor-reach h4 {
    font-size: 400;
    font-size: 20px;
    color: #1f1f1f;
    margin: 25px 0 15px 0;
}
.investor-reach p {
    font-size: 14px;
    color: #1f1f1f;
}
.investor-reach ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.investor-reach ul li {
    display: block;
    font-size: 14px;
    position: relative;
    padding-left: 15px;
    margin-bottom: 4px;
}
.investor-reach ul li:before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    content: ' ';
    background: #006989;
}

/* ABOUT */
.about {
    display: block;
    position: relative;
    padding: 40px 0;
}
.about h3 {
    font-weight: 400;
    font-size: 30px;
    color: #1f1f1f;
}
.about p {
    font-size: 14px;
    color: #1f1f1f;
}
.about .img-fluid {
    margin-bottom: 25px;
}

/* COMMUNITY */
.community {
    display: block;
    position: relative;
}
.community .box-wrapper {
    display: block;
    background: #fff;
    box-shadow: rgba(0,0,0,0.1) 0 15px 40px;
    padding: 30px 50px;
    position: relative;
    z-index: 1;
}
.community h3 {
    font-weight: 400;
    font-size: 30px;
    color: #1f1f1f;
}
.community p {
    font-size: 14px;
    color: #1f1f1f;
}
.community .project {
    display: block;
    padding: 25px 45px;
    background: #f9f9f9;
    text-decoration: none;
    transition: 0.15s ease all;
}
.community .project:hover {
    text-decoration: none;
    background: #f2f3f4;
}
.community .project img {
    display: block;
    height: 40px;
}
.community .project h4 {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin: 15px 0 0 0;
    color: #006989;
}
.community .project p {
    display: block;
    margin: 3px 0 0 0;
    font-size: 12px;
    line-height: normal;
}

/* TEAM */
.team {
    display: block;
    padding: 60px 0;
    background: #f9f9f9;
    position: relative;
}
.team:before {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background: #f9f9f9;
    z-index: 0;
    content: ' ';
    clip-path: polygon(0 100%, 100% 0, 100% 100%, 0% 100%);
}
.team h3 {
    font-weight: 400;
    font-size: 30px;
    color: #1f1f1f;
}
.team p {
    font-size: 14px;
    color: #1f1f1f;
}
.team .team-member {
    display: block;
    position: relative;
    margin-top: 40px;
    text-align: center;
}
.team .team-member img {
    display: block;
    width: 200px;
    height: 200px;
    margin: auto;
    border-radius: 50%;
}
.team .team-member h4 {
    display: block;
    font-weight: 600;
    font-size: 20px;
    color: #006989;
    margin: 20px 0 5px 0;
}
.team .team-member h5 {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #a1a1a1;
    margin: 0;
}
.team .team-member p {
    text-align: left;
    width: 80%;
    margin: 10px auto 0 auto;
    line-height: normal;
}
.team .team-member p.contact-email {
    text-align: center;
    color: #a1a1a1;
    font-size: 12px;
    margin: 5px 0 0 0;
    width: 100%;
}

/* CONTACT */
.contact {
    display: block;
    padding: 60px 0;
    background: #f1f2f3;
}
.contact h3 {
    font-weight: 400;
    font-size: 30px;
    color: #1f1f1f;
}
.contact p {
    font-size: 14px;
    color: #1f1f1f;
}
.contact p.small {
    font-size: 11px;
    opacity: 0.5;
}
.contact form .form-group label {
    display: block;
    margin: 0;
    font-size: 12px;
}
.contact form .form-group .form-control {
    padding: 10px;
    height: auto;
    border: 1px solid #ddd;
    font-size: 14px;
}
.contact form .form-group .form-control:focus {
    box-shadow: none;
    border-color: #006989;
}
.contact .btn-primary {
    background: #006989;
    border-color: #006989;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 0;
}
.contact .contact-item {
    display: block;
    position: relative;
}
.contact .contact-item + .contact-item {
    margin-top: 15px;
}
.contact .contact-item .icon {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    background: #fff;
}
.contact .contact-item .icon img {
    width: 32px;
    height: 32px;
}
.contact .contact-item .info {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 85px);
    padding-left: 10px;
}
.contact .contact-item .info span {
    display: block;
    font-size: 13px;
}
.contact .contact-item .info strong {
    display: block;
    font-size: 14px;
    font-weight: 600;
}

/* FOOTER */
footer {
    display: block;
    padding: 20px 0;
}
footer p {
    margin: 0;
    font-size: 14px;
}
footer p.small {
    font-size: 11px;
    opacity: 0.5;
}
footer a {
    font-size: 13px;
    font-weight: 400;
    color: #006989;
    margin-left: 15px;
}
footer a:hover,
footer a:focus {
    color: #006989;
}

/* PRIVACY */
.privacy {
    display: block;
    position: relative;
    padding: 60px 0;
    border-bottom: 1px solid #eee;
}
.privacy h3 {
    font-weight: 400;
    font-size: 30px;
    color: #1f1f1f;
}
.privacy h4 {
    font-weight: 600;
    font-size: 18px;
    color: #1f1f1f;
    margin: 25px 0 10px 0;
}
.privacy p,
.privacy ul li,
.privacy ol li {
    font-size: 14px;
}
.privacy a {
    color: #006989;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .platform .platform-steps .platform-step:after {
        width: 40px;
        height: 40px;
    }
    .platform .platform-steps .platform-step h4 {
        font-size: 12px;
    }
    .about {
        padding-top: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body {
        padding-top: 105px;
    }
    .navbar .navbar-brand img {
        height: 30px;
    }
    .navbar .nav-item > .nav-link {
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .main {
        padding: 140px 0;
    }
    .main h1 {
        max-width: 100%;
        font-size: 30px;
    }
    .main p {
        font-size: 12px;
    }
    .main-boxes .box-wrapper .box-item {
        padding: 40px 25px;
    }
    .main-boxes .box-wrapper .box-item img {
        width: 32px;
        height: 32px;
    }
    .main-boxes .box-wrapper .box-item h4 {
        font-size: 13px;
    }
    .main-boxes .box-wrapper .box-item p {
        font-size: 12px;
    }
    .platform h3,
    .investor-reach h3,
    .about h3,
    .community h3,
    .team h3,
    .contact h3 {
        font-size: 24px;
    }
    .platform p,
    .investor-reach p,
    .about p,
    .community p,
    .team p,
    .contact p,
    .contact .contact-item .info strong,
    .investor-reach ul li {
        font-size: 12px;
    }
    .investor-reach h4 {
        font-size: 16px;
    }
    .platform .platform-steps {
        padding: 15px;
    }
    .platform .platform-steps .row {
        align-items: flex-start !important;
    }
    .platform .platform-steps .platform-step {
        text-align: center;
        padding: 15px;
    }
    .platform .platform-steps .platform-step img {
        display: block;
        position: relative;
        width: 32px;
        height: 32px;
        margin: auto;
        left: 0;
        right: 0;
        top: 0;
        margin-bottom: 10px;
    }
    .platform .platform-steps .platform-step h4 {
        font-size: 12px;
    }
    .platform .platform-steps .platform-step:after {
        width: 20px;
        height: 20px;
        right: 0;
        top: 30px;
        bottom: auto;
    }
    .investor-reach {
        padding: 90px 0 30px;
    }
    .about {
        padding-top: 60px;
    }
    .about p {
        margin-bottom: 5px;
        font-size: 10px;
    }
    .community .project {
        text-align: center;
        padding: 25px 10px;
    }
    .community .project img {
        margin: auto;
        height: 25px;
    }
    .community .project h4 {
        font-size: 12px;
    }
    .community .project p {
        font-size: 11px;
    }
    .team .team-member {
        margin-top: 25px;
    }
    .team .team-member img {
        width: 150px;
        height: 150px;
    }
    .team .team-member h4 {
        font-size: 16px;
    }
    .team .team-member p {
        width: 100%;
    }
}

@media (max-width: 767px) {
    body {
        padding-top: 71px;
    }
    header .top-line {
        display: none;
    }
    .navbar-light {
        padding: 15px;
    }
    .navbar .navbar-brand img {
        height: 30px;
    }
    .navbar-light .navbar-toggler {
        border-color: transparent;
        outline: none;
        margin-right: -0.75rem;
    }
    .navbar-light .navbar-toggler:focus,
    .navbar-light .navbar-toggler:active {
        background: #f2f3f4;
    }
    .navbar-toggler-icon {
        width: 1.4rem;
        height: 1.4rem;
    }
    .navbar .nav-item > .nav-link {
        text-align: center;
    }
    .main h1 {
        font-size: 24px;
        font-weight: 600;
        max-width: 100%;
        padding-right: 15%;
    }
    .main p {
        padding-right: 15%;
    }
    .main .container {
        position: relative;
        z-index: 1;
    }
    .main:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        content: ' ';
        opacity: 0;
    }
    .main-boxes .box-wrapper .box-item {
        padding: 20px;
    }
    .main-boxes .box-wrapper .box-item img {
        width: 32px;
        height: 32px;
    }
    .main-boxes .box-wrapper .box-item h4 {
        margin: 15px 0 5px 0;
    }
    .main-boxes .box-wrapper .box-item p {
        font-size: 12px;
    }
    .platform h3,
    .investor-reach h3,
    .about h3,
    .community h3,
    .team h3,
    .contact h3 {
        font-size: 24px;
    }
    .platform p,
    .investor-reach p,
    .about p,
    .community p,
    .team p,
    .contact p,
    .contact .contact-item .info strong,
    .investor-reach ul li {
        font-size: 12px;
    }
    .platform .platform-steps {
        padding: 15px;
    }
    .platform .platform-steps .platform-step {
        padding: 10px;
    }
    .platform .platform-steps .platform-step:after {
        width: 100%;
        height: 1px;
        border-right: none;
        transform: none;
        bottom: 0;
        top: auto;
        left: 15px;
    }
    .platform .platform-steps .platform-step img {
        position: relative;
        left: 0;
    }
    .platform .platform-steps .platform-step h4 {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 56px);
        padding-left: 10px;
        font-size: 12px;
    }
    .investor-reach {
        padding-top: 90px;
    }
    .investor-reach .img-fluid {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .about {
        padding-top: 50px;
    }
    .about .img-fluid {
        margin-bottom: 0;
    }
    .community .box-wrapper {
        padding: 20px 15px;
    }
    .community h3,
    .community p {
        text-align: center;
    }
    .community .project {
        padding: 25px 15px;
        text-align: center;
        background: no-repeat;
        border-top: 1px solid #eee;
    }
    .community .project img {
        height: 30px;
        margin-left: auto;
        margin-right: auto;
    }
    .team .team-member p {
        width: 90%;
        text-align: center;
    }
    .contact .contact-item {
        margin-top: 20px;
    }
    .contact .contact-item .icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .contact .contact-item .icon img {
        width: 24px;
        height: 24px;
    }
    .contact .contact-item .info strong {
        font-size: 12px;
    }
    footer {
        text-align: center;
    }
    footer p {
        font-size: 12px;
    }
    footer p.small {
        font-size: 10px;
    }
    footer a {
        margin-left: 5px;
        margin-right: 5px;
    }
}

@media (max-width: 552px) {
    .main {
        padding: 60px 0 100% 0;
        text-align: center;
        background: url('../img/bg-3.jpg') center bottom no-repeat;
        background-size: cover;
    }
    .main h1,
    .main p {
        padding-right: 0;
    }
}