@charset "utf-8";
html * {
    -webkit-transition: -webkit-transform .4s ease-in-out, opacity .4s ease-in-out, color .4s ease-in-out, background-color .4s ease-in-out, width .4s ease-in-out, height .4s ease-in-out, border .4s ease-in-out;
    -moz-transition: -moz-transform .4s ease-in-out, opacity .4s ease-in-out, color .4s ease-in-out, background-color .4s ease-in-out, width .4s ease-in-out, height .4s ease-in-out, border .4s ease-in-out;
    -o-transition: color .4s ease-in-out, background-color .4s ease-in-out, width .4s ease-in-out, height .4s ease-in-out, border .4s ease-in-out;
    transition: transform .4s ease-in-out, opacity .4s ease-in-out, color .4s ease-in-out, background-color .4s ease-in-out, width .4s ease-in-out, height .4s ease-in-out, border .4s ease-in-out;
    outline: 0
}

.acc_section, .acc_content, .acc_head {
    -webkit-transition: height .0s ease-in-out;
    -moz-transition: height .40s ease-in-out;
    -o-transition: height .0s ease-in-out;
    transition: height .0s ease-in-out;
}

html :after, html :before {
    -webkit-transition: -webkit-transform .4s ease-in-out, opacity .4s ease-in-out, color .4s ease-in-out, background-color .4s ease-in-out, width .4s ease-in-out, height .4s ease-in-out, border .4s ease-in-out;
    -moz-transition: -moz-transform .4s ease-in-out, opacity .4s ease-in-out, color .4s ease-in-out, background-color .4s ease-in-out, width .4s ease-in-out, height .4s ease-in-out, border .4s ease-in-out;
    -o-transition: color .4s ease-in-out, background-color .4s ease-in-out, width .4s ease-in-out, height .4s ease-in-out, border .4s ease-in-out;
    transition: transform .4s ease-in-out, opacity .4s ease-in-out, color .4s ease-in-out, background-color .4s ease-in-out, width .4s ease-in-out, height .4s ease-in-out, border .4s ease-in-out
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 25px;
}

section {
    position: relative;
    float: left;
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

a:hover {
    text-decoration: none;
}

p {
    margin-bottom: 30px;
}

b, strong {
    font-weight: 700;
}

.anamenu_pasif {
    color: #cddef4;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;

}

.logo {
    height: 50px;
}

/* Hacking Bootstrap Start */

.navbar-light {
    background-color: #ffffff;
    padding: 15px 0px;
}

.navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar-light:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0px;
    left: 0px;
    background: #e1e1e1;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 700;
    color: #555555;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-item.active .nav-link {
    color: #d22030;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #d22030;
}

.navbar-light .navbar-nav.languages .nav-link {
    position: relative;
    display: inline-block;

}

.navbar-light .navbar-nav.languages .nav-link:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 12px;
    left: -18px;
    top: 50%;
    margin-top: -6px;
}
.navbar-light .navbar-nav.languages .nav-link.en:before {
    background: url("../img/en.png") no-repeat;
}
.navbar-light .navbar-nav.languages .nav-link.tr:before {
    background: url("../img/tr.jpg") no-repeat;

}

/* Hacking Bootstrap End */

section#home {
    background: url("../img/section-1.jpg") no-repeat;
    background-attachment: fixed;
    color: #ffffff;
    height: 500px;

}
section#home .container{
    height: 100%;

}

section#home .d-table, section#home .d-table-cell, section#home .d-table-row {
    vertical-align: middle;
    text-align: center;
    height: 100%;
    width: 100%;
    font-size: 30px;
    line-height: 45px;
}

section#about {
    position: relative;
    background: #909e9d;
	color: #ffffff;
}

section#about .container {
    position: relative;
    padding-top: 100px;
    padding-bottom: 70px;
    margin-top: 80px;
}

section#about:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../img/web_bg.jpg");
	/*
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left center;
	*/
	background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
}

section#about * {
    color: #ffffff;
    font-size: 16px;
}

section#about .title {
    position: relative;
    padding-left: 31px;
    margin-bottom: 50px;
    line-height: 30px;
    font-size: 22px;
}

section#about .title:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 22px;
    left: 0px;
    top: 50%;
    margin-top: -11px;
    background: url("../img/icon-about.png") no-repeat;
}

section#about .abstract {
    position: relative;
    padding-left: 21px;
    border-left: 2px solid #bbc3c2;
    line-height: 30px;
    font-size: 22px;
    margin-bottom: 30px;
}

section#team-and-investors {
    position: relative;
    background: #f8f8f8;
    padding-top: 80px;
    color: #212121;
}

section#team-and-investors .jumbotron {
    background: transparent;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 0px;
    padding-top: 50px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
}

section#team-and-investors .jumbotron.part-1 {
    padding-top: 50px;
}

section#team-and-investors .jumbotron.part-2 {
    background: #ffffff;
}

section#team-and-investors .jumbotron.part-3 {
    border-bottom: none;
    padding-bottom: 30px;
}

section#team-and-investors .jumbotron p {
    margin-bottom: 15px;
}

section#team-and-investors .item {
    margin-bottom: 50px;
}

section#team-and-investors h1, section#team-and-investors h2, section#team-and-investors h3 {
    color: #212121;
}

section#team-and-investors .title {
    position: relative;
    padding-left: 40px;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 0px;

}

section#team-and-investors .title:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 20px;
    left: 0px;
    top: 50%;
    margin-top: -10px;
    background: url("../img/icon-team.png") no-repeat;
}

section#team-and-investors h3 {
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px;
}

section#team-and-investors h4 {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
}

section#team-and-investors .img {
    background: #ffffff;
    margin-bottom: 15px;
}

section#team-and-investors .img-fluid {
    display: inline-block;
}

section#team-and-investors .open-modal {
    color: #d1a639;
    font-size: 14px;
    line-height: 25px;
    position: relative;
    padding-right: 19px;
}

section#team-and-investors .open-modal:hover {
    color: #d22030;
}

section#team-and-investors .open-modal::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 14px;
    right: 0px;
    top: 50%;
    margin-top: -6px;
    background: url("../img/icon-arrow-right.png") no-repeat;
}

section#team-and-investors .open-modal:hover::after {
    background: url("../img/icon-arrow-right-red.png") no-repeat;
}

section#investments {
    padding-top: 80px;
    background: #ffffff;
    padding-bottom: 0px;
}

section#investments h2, section#investments h3 {
    color: #212121;
}

section#investments h4, section#investments span {
    color: #555555;
}

section#investments .container:first-child {
    clear: both;
}

section#investments .title {
    position: relative;
    padding-left: 40px;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 0px;
    color: #212121;
    margin-bottom: 40px;

}

section#investments .title:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 19px;
    left: 0px;
    top: 50%;
    margin-top: -10px;
    background: url("../img/icon-canta.png") no-repeat;

}

section#investments .jumbotron {
    padding: 0px;
}

section#investments .right, section#investments .left {
    float: left;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}

section#investments .left {
    background-image: url("../img/vispera.jpg");
    background-repeat: no-repeat;
    /*background-size: auto 100%;*/
    background-position: center center;
    background-size: cover;
}

section#investments .right {
    background: #f8f8f8;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 5%;
    padding-right: 5%;
    color: #555555;
}

section#investments .right h3 {
    font-size: 22px;
    line-height: 25px;
    color: #212121;
    margin-bottom: 10px;
    margin-top: 20px;
}

section#investments .right .item h4 {
    font-size: 16px;
    line-height: 25px;
    color: #555555;
}

section#investments .right .item p {
    margin-bottom: 0px;
}

section#investments .right .item p:nth-child(2) {
    font-size: 40px;
    line-height: 50px;
    color: #d22030;
    font-weight: 700;
}

section#investments .right .item p:nth-child(3) {
    font-size: 16px;
    line-height: 25px;
    color: #555555;
}

section#investments .right .detail {
    position: relative;
    background: #d1a639;
    border-radius: 3px;
    height: 40px;
    padding-left: 38px;
    margin-top: 50px;
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 700;
    padding-right: 20px;
    display: inline-block;
}

section#investments .right .detail:hover {
    background: #d22030;
}

section#investments .right .detail:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    left: 12px;
    top: 50%;
    margin-top: -7.5px;
    background: url("../img/icon-plus.png") no-repeat;

}

/**  */

section#investments{
    background: #f8f8f8;
}

section#investments .inv-content {
    /*background: #f8f8f8;*/
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 5%;
    padding-right: 5%;
    color: #555555;
}

section#investments .inv-content h3 {
    font-size: 22px;
    line-height: 25px;
    color: #212121;
    margin-bottom: 10px;
    margin-top: 20px;
}

section#investments .inv-content .item h4 {
    font-size: 16px;
    line-height: 25px;
    color: #555555;
}

section#investments .inv-content .item p {
    margin-bottom: 0px;
}

section#investments .inv-content .item p:nth-child(2) {
    font-size: 40px;
    line-height: 50px;
    color: #d22030;
    font-weight: 700;
}

section#investments .inv-content .item p:nth-child(3) {
    font-size: 16px;
    line-height: 25px;
    color: #555555;
}

section#investments .inv-content .detail {
    position: relative;
    background: #d1a639;
    border-radius: 3px;
    height: 40px;
    padding-left: 38px;
    margin-top: 50px;
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 700;
    padding-right: 20px;
    display: inline-block;
}

section#investments .inv-content .detail:hover {
    background: #d22030;
}

section#investments .inv-content .detail:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    left: 12px;
    top: 50%;
    margin-top: -7.5px;
    background: url("../img/icon-plus.png") no-repeat;

}
/***/
section#contact {
    position: relative;
    background: #909e9d;
    padding: 100px 0px;

}

section#contact::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 7px;
    left: 0px;
    bottom: 0px;
    background-position: center;
    background: url("../img/color_stripe_bg.png") repeat-x;

}

section#contact .container {
    position: relative;

}

section#contact * {
    color: #ffffff;
    font-size: 16px;
}

section#contact .title {
    position: relative;
    padding-left: 27px;
    margin-bottom: 30px;
    line-height: 30px;
    font-size: 22px;
    color: #ffffff;
}

section#contact .title:before {
    content: "";
    position: absolute;
    width: 13px;
    height: 20px;
    left: 0px;
    top: 50%;
    margin-top: -10px;
    background: url("../img/icon-marker.png") no-repeat;
}

section#contact .social a {
    color: #ffffff;
    line-height: 30px;
}

section#contact .social a {
    color: #ffffff;
}

section#contact .social a i {
    font-size: 22px;
    line-height: 25px;
    margin-right: 5px;
}

.partial h1 {
    font-size: 30px;
    color: #212121;
    margin-bottom: 20px;
    font-weight: 400;
}

.partial img {
    margin-bottom: 20px;
}

.close {
    font-size: 20px;
    color: #d22030;
    text-shadow: 0 0px 0 #fff;
    opacity: 1;
}

.modal-header {
    border-bottom: 0px solid #e9ecef;
    border-radius: 0px;
    padding-bottom: 0px;
}

.modal-content {
    border: 0px solid rgba(0, 0, 0, 0);
    border-radius: 0rem;
}
.hide-special {
    display: none;
}
@media screen and (max-width: 576px) {
    .navbar-light {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media screen and (max-width: 768px) {
    section#investments .right, section#investments .left {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    section#team-and-investors .item .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    section#investments .left {
        background: none;
    }
    .hide-special {
        display: block;
    }
    #investments .item {
        width: 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

@media screen and (max-width: 992px) {

}

@media screen and (min-width: 1201px) {

}

@media screen and (min-width: 1600px) {

    section#investments .left {
        background-size: cover;
    }
}

@media screen and (max-width: 1200px) {
    section#about:before {
        opacity: 0.3;
        background-attachment: fixed;
        background-position: left center;
        background-size: contain;
    }

}

@media screen and (max-width: 991px) {

    .navbar-collapse {
        border-top: 1px solid #e1e1e1;
        margin-top: 7px;
        text-align: right;

    }

    .dropdown-menu .dropdown-item {
        text-align: right;
    }

}

@media screen and (min-width: 1023px) and (max-width: 1441px) {

    section#about:before {
        background-position-x: -20%;
    }

}

@media screen and (max-width: 1024px) {

    .hide-max-1024 {
        display: none;
    }

    .full-max-1024 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

}

@media screen and (min-width: 992px) {

    section#home {
        min-height: 500px;
    }

}

@media screen and (min-width: 768px) {

    section#home {
        margin-top: 80px;
    }

}






section#team-and-investors .open-link {
    color: #d1a639;
    font-size: 14px;
    line-height: 25px;
    position: relative;
    padding-right: 19px;
}

section#team-and-investors .open-link:hover {
    color: #d22030;
}

section#team-and-investors .open-link::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 14px;
    right: 0px;
    top: 50%;
    margin-top: -6px;
    background: url("../img/icon-arrow-right.png") no-repeat;
}

section#team-and-investors .open-link:hover::after {
    background: url("../img/icon-arrow-right-red.png") no-repeat;
}

.partial p {font-size: 14px;line-height: 1.7em;}
.partial h1 {font-size: 21px;color: #212121;margin-bottom: 15px;font-weight: 400;}
.partial small {font-style: oblique;font-size: 70%;}
.modal-body {padding:0 1rem;}

.custom-overlay{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    border: none;
    padding: 0;
    margin: 0;
    opacity: .5;
    background: black;
}
