body {
    font-family: 'Open Sans', sans-serif !important;
    background-color: #fff !important;
    color: #1e1e1e;
    font-weight: 400;
    letter-spacing: 0px;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.1);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing-: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: 'liga', 'kern';
    direction: ltr;
}

a {
    text-decoration: none !important;
}

/* NAVBAR START */
.nav-container {
    max-width: 1140px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-shadow: 0 1px 35px 0 rgba(0, 0, 0, .35);
    box-shadow: 0 1px 35px 0 rgba(0, 0, 0, .35);
}


.menu-area {
    background: #0D0D0D;

}


.navbarLogo img {
    height: 30px;
}


.navbar {
    display: flex;
    flex-direction: row;

}

@media(min-width:1020px) {
    .navbar {
        height: 56px;
    }
}

.navbar-toggler {
    border: none;
    color: #fff;
}

.dropdown-menu {
    padding: 0;
    margin: 0;
    border: 0 solid transition !important;
    border: 0 solid rgba(0, 0, 0, .15);
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;

}

@media(max-width:930px) {
    .dropdown-menu {
        padding-left: 20px;
    }
}


.mainMenu a,
.navbar-default .navbar-nav>li>a,
.mainMenu ul li a,
.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0px;
    padding: 16px 15px;
    display: block !important;
}

.nav-link li a {
    border: 1px solid grey;
}

@media(max-width:930px) {

    .mainMenu a,
    .navbar-default .navbar-nav>li>a,
    .mainMenu ul li a,
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 12px;
    }
}


.mainMenu .active a,
.mainMenu .active a:focus,
.mainMenu .active a:hover,
.mainMenu li a:hover,
.mainMenu li a:focus,
.navbar-default .navbar-nav>.show>a,
.navbar-default .navbar-nav>.show>a:focus,
.navbar-default .navbar-nav>.show>a:hover {
    color: #fff;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

/*==========Sub Menu=v==========*/
.mainMenu .collapse ul>li:hover>a {
    background: #b20d20;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.mainMenu .collapse ul ul>li:hover>a,
.navbar-default .navbar-nav .show .dropdown-menu>li>a:focus,
.navbar-default .navbar-nav .show .dropdown-menu>li>a:hover {
    background: #b20d20;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.mainMenu .collapse ul ul ul>li:hover>a {
    background: #b20d20;
}

.mainMenu .collapse ul ul,
.mainMenu .collapse ul ul.dropdown-menu {
    background: #0D0D0D;
}

.mainMenu .collapse ul ul ul,
.mainMenu .collapse ul ul ul.dropdown-menu {
    background: #0D0D0D;
}

.mainMenu .collapse ul ul ul ul,
.mainMenu .collapse ul ul ul ul.dropdown-menu {
    background: #0D0D0D;
}

/******************************Drop-down menu work on hover**********************************/

.mainMenu {
    background: none;
    border: 0 solid;
    margin: 0;
    padding: 0;
    min-height: 20px;
    width: 100%;

}

@media only screen and (min-width: 930px) {
    .mainMenu .collapse ul li:hover>ul {
        display: block;
    }

    .mainMenu .collapse ul ul {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 180px;
        display: none;
    }

    /*******/
    .mainMenu .collapse ul ul li {
        position: relative;
        border-bottom: 1px solid grey;
    }

    .mainMenu .collapse ul ul li:hover>ul {
        display: block;
        -webkit-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

    .mainMenu .collapse ul ul ul {
        position: absolute;
        top: 0;
        left: 100%;
        max-width: 150px;

    }


    /*******/
    .mainMenu .collapse ul ul ul li {
        position: relative;
        -webkit-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;

    }

    .mainMenu .collapse ul ul ul li:hover ul {
        display: block;
        -webkit-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;

    }

    .mainMenu .collapse ul ul ul ul {
        position: absolute;
        top: 0;
        left: -100%;
        min-width: 250px;
        display: none;
        z-index: 1;

    }

}

@media only screen and (max-width: 930px) {
    .navbar-nav .show .dropdown-menu .dropdown-menu>li>a {
        padding: 16px 15px 16px 35px;

    }

    .navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu>li>a {
        padding: 16px 15px 16px 45px;

    }
}

.navLang {
    font-style: oblique;
}

/* NAVBAR FIN */


/* FOOTER START */


.footerArea {
    background: #0c0c0c;
    color: white;
    padding-top: 50px;
    text-align: center;
    margin-top: 50px;

}

@media screen and (min-width:1200px) {
    .footerLogo {
        width: 180px;
        margin-bottom: 25px;
    }
}

@media screen and (max-width:1200px) {
    .footerLogo {
        width: 150px;
        margin-bottom: 25px;
    }
}

.footerLink {
    color: white;
    font-size: 13px;
    -webkit-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}

.footerLink:hover {
    color: #D13136;
}

@media(max-width:930px) {
    .footerLink {
        font-size: 12px;
    }
}

.footerReach {
    color: white;
    font-size: 13px;
    letter-spacing: .5px;
    -webkit-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}

.footerReach i {
    margin-right: 10px;
    margin-top: 2.6px;
}

@media(max-width:860px) {
    .footerReach {
        font-size: 10px;
    }
}

.footerReach:hover {
    color: #D13136;
}

.footerIndex {
    color: white;
    font-size: 13px;
    letter-spacing: .5px;
}

@media(max-width:930px) {
    .footerIndex {
        font-size: 10px;
    }
}

.footerLinkHeader {
    color: #D3313A;
    font-size: 20px;
    font-weight: 500;
}

@media(max-width:930px) {
    .footerLinkHeader {
        font-size: 15px;
    }
}

.footer-social-icons {
    display: block;
    margin-left: 0;
    margin: 0 auto;
}

.social-icon {
    color: #fff;
    padding: 0;
}

ul.social-icons {
    margin-top: 10px;
    padding: 0;
}

.social-icons li {
    vertical-align: top;
    display: inline;

}

.social-icons a {
    color: #fff;
    text-decoration: none;
}

.fa-facebook {
    padding: 10px 14px;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #0F0F0F;
}

.fa-facebook:hover {
    background-color: #3d5b99;
}

.fa-x-twitter {
    padding: 10px 12px;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #0F0F0F;
}

.fa-x-twitter:hover {
    background-color: #00aced;
}

.fa-instagram {
    padding: 10px 14px;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #0F0F0F;
}

.fa-instagram:hover {
    background-color: #EB4A5C;
}

.fa-youtube {
    padding: 10px 14px;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #0F0F0F;
}

.fa-youtube:hover {
    background-color: #e64a41;
}

.fa-linkedin {
    padding: 10px 14px;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #0F0F0F;
}

.fa-linkedin:hover {
    background-color: #0073a4;
}

.social-icons li a {
    text-decoration: none;
    color: #fff;
}


.copyRightArea {
    font-size: 10px;
    margin-top: 10px;

}


@media(max-width:930px) {
    .copyRightArea {
        font-size: 8px;
    }
}



.footerBottomSpace {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media(max-width:1020px) {
    .footerBottomSpace {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}


.kvkkArea a {
    color: #fff;
    font-size: 9px;
    -webkit-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}

.kvkkArea a:hover {
    color: #EB4A5C;
    text-decoration: underline !important;
}


@media(max-width:930px) {
    .kvkkArea {
        font-size: 8px;
    }
}


@media(max-width:930px) {
    .footerSocialLink {
        font-size: 10px;
    }
}


.fa-circle {
    font-size: 6px;
    color: #fff;
    margin-left: 5px;
    margin-right: 3px;

}

/* FOOTER END */

/* CAROUSEL START */
@media(max-width:1020px) {
    .seperatorCarousel {
        z-index: -1;
    }
}

.mainCarousel {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

@media(max-width:960px) {
    .mainCarousel {
        background-position-x: 60% !important;
    }
}

.holdingCarousel {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

@media(max-width:960px) {
    .holdingCarousel {
        background-position-x: 34% !important;
    }
}


.mainCarouselGayrimenkul {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

@media(max-width:960px) {
    .mainCarouselGayrimenkul {
        background-position-x: 95% !important;
    }
}

@media(max-width:960px) {
    .ntCarousel {
        background-position-x: 40% !important;
    }
}

@media(max-width:960px) {
    .ntCarousel {
        background-position-x: 40% !important;
    }
}


@media(max-width:960px) {
    .monumentCarousel {
        background-position-x: 50% !important;
    }
}

@media(max-width:960px) {
    .aboutCarousel {
        background-position-x: 50% !important;
    }
}


.carousel-inner {
    overflow: visible;
}

.carousel-item {
    height: 40vh;
    min-height: 250px;
    background: no-repeat center center scroll;
    background-size: cover;
    position: relative;

}




/* CAROUSEL END */



.aboutArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-top: 75px;
    margin-bottom: 35px;

}

@media screen and (max-width:700px) {
    .aboutArea {
        margin-top: 35px;
    }
}

.aboutHeader {
    color: #b20d20;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
}

@media screen and (max-width:760px) {
    .aboutHeader {
        font-size: 13px;
    }
}


.aboutIndex {
    font-size: 13px;
    font-weight: 400;
    color: #212529;
    max-width: 600px;
}

@media screen and (max-width:760px) {
    .aboutIndex {
        font-size: 11px;
    }
}



.headIndex {
    font-size: 13px;
    font-weight: 400;
    color: #212529;
    max-width: 600px;
    text-align: justify;
}

@media screen and (max-width:760px) {
    .headIndex {
        font-size: 11px;
    }
}

.aboutSection {
    background: rgba(253, 249, 247, 0.8);
    margin-top: 0px;
}



.ntImza {
    margin-top: 35px;
    text-align: right;
}

.ntImza img {
    height: 40px;
}


@media (max-width:760px) {
    .ntImza img {
        height: 25px;
    }
}



.nataSeperator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 75px;
}


.aboutNataSection {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.aboutNata {
    font-size: 13px;
    font-weight: 400;
    color: #212529;
    max-width: 600px;
    text-align: justify;
}


@media (max-width:760px) {
    .aboutNata {
        font-size: 11px;
        max-width: 370px;
    }
}

.katalogSection {
    margin-top: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px;

}

.katalogArea {
    text-align: center;
    line-height: 17px;
}


.katalogArea a {
    color: #1e1e1e;
    font-size: 13px;
    -webkit-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
    font-weight: 600;
}

.katalogArea a:hover {
    color: #B2211F;
    font-weight: 600;
}

.katalogArea a img {
    height: 100px;
    -webkit-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
    border: 1px solid transparent;
    border-radius: 200px;
    -webkit-box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.35);
}

.katalogArea a img:hover {
    -webkit-transform: scale(1.1) !important;
    -ms-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
    -webkit-box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.55);
    box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.55);
}

.sectionHeaderArea {
    padding-left: 35px;
}

.sectionHeader {
    font-size: 16px;
    text-align: left;
    padding: .8rem;
    border: 1px solid #fff;
    border-left: 4px solid #b20d20;
    box-shadow: -1px 1px 4px 0 #d1d1d1;
    display: inline-block;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .3px;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media(max-width:768px) {
    .sectionHeader {
        font-size: 13px;

    }
}


.sectionIndex {
    font-size: 14px;
    max-width: 630px;
}

.projectCard {
    margin-top: 35px;
    overflow: hidden;
    border: 1px solid transparent !important;
    -webkit-box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.55);
    box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.55);
    border-bottom-left-radius: 6%;
    border-bottom-right-radius: 6%;

}

@media(min-width:760px) {
    .projectCard {
        height: 730px;
    }
}



.projectMonumentCard {
    margin-top: 35px;
    overflow: hidden;
    border: 1px solid transparent !important;
    -webkit-box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.55);
    box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.55);
    border-bottom-left-radius: 6%;
    border-bottom-right-radius: 6%;

}

@media(min-width:760px) {
    .projectMonumentCard {
        height: 530px;
    }
}

.projectInner {
    height: 50%;
    min-height: 200px;
}

.projectInner img {
    -webkit-box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.55);
    box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.55);
    border-bottom-left-radius: 10%;
    border-bottom-right-radius: 10%;

}

.projectInner video {
    -webkit-box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.55);
    box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.55);
    border-bottom-left-radius: 10%;
    border-bottom-right-radius: 10%;

}

.projectCardIndex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
}




.projectCardIndex p {
    text-align: center;
    line-height: 13px;
    font-size: 12px;
    font-weight: 600;
    color: #6e6c6c;


}



.projectCardIndex p img {
    height: 35px;
}

.projectCardIndex i {
    color: #b20d20;
    font-size: 17px;
    margin-bottom: 5px;

}

.projectCardIndex a {
    text-decoration: none;
    color: grey;

}

.projectCardIndex span {
    font-size: 10px;
}

.projectTitle {
    font-size: 15px;
    color: #b20d20;
}

.projectFeatures {
    font-size: 14px;
    font-weight: 600;
    color: #80868A;
}

.projectIndexList p {
    font-size: 12px;
    margin-bottom: 7px;
    font-weight: 400;
    color: #1e1e1e;
}

.projectIndexList p i {
    color: #b20d20;
    padding-right: 2px;
    margin-left: -4px;

}



.projectIndexList a {
    color: #b20d20;
    font-weight: 400;
    transition: 350ms;
}

.projectIndexList a:hover {
    margin-left: 5px;
}

.projectSection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}




.storeModalArea {
    margin-top: 75px;
    margin-bottom: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

@media (max-widtth:1200px) {
    .storeModalArea {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}


.nataNewsSection {
    margin-top: 75px;
}

.nataNewsCard {
    margin-top: 25px;
    -webkit-box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.50);
    box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.50);
    border: none !important;
}

.nataNewsCard img {
    -webkit-box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.50);
    box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.50);
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.modal-footer button {
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 7px 30px;
    font-size: 15px;
    background-color: #b20d20;
    border: 1px solid transparent;
    color: #fff;
    font-weight: 400;
    border-radius: 5%;
    -webkit-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
    -webkit-box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.50);
    box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.50);

}

.modal-footer button:hover {
    color: #b20d20;
    background: #fff;

}


.modal-content {
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

@media (min-width:760px) {
    .modal-content {
        border-radius: 20px;
        border: 1px solid white;
    }
}

.nataNewsButton {
    margin-top: 5px;
    padding: 7px 30px;
    font-size: 12px;
    background-color: #b20d20;
    border: 1px solid transparent;
    color: #fff;
    font-weight: 400;
    border-radius: 5%;
    -webkit-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
    -webkit-box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.50);
    box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.50);
}

.nataNewsButton:hover {
    color: #b20d20;
    background: #fff;
}

.newsHeader {
    color: #b20d20;
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 0;

}

.newsDate {
    font-size: 12px;
    color: grey;
    margin: 0;
}

.newsDate i {
    color: #b20d20;
    padding-right: 7px;
}

.newsIndex {
    font-size: 13px;
    margin-top: 5px;
}

.newsModalIndex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

.newsModalImage {
    width: 70%;
    height:auto;
}

.newsModalImage2{
    width:100%;
    height:auto;
}

.newsVideo {
    text-align: center;
}

.newsModalHeader {
    color: #b20d20;
    margin-top: 15px;
    text-align: left;


}

.newsModalText {
    color: #0C0C0C;
    font-size: 13px;
    text-align: left;
}

.downloadSection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.downloadArea {
    margin-top: 75px;
    padding: 30px;
    border-bottom: 1px solid grey;



}

.downloadHeader {
    color: #b20d20;
    font-weight: 400;
    font-size: 14px;
}


.downloadLink a {
    background: #ffffff;
    border: solid 1px #e6e6e6;
    border-radius: 2px;
    display: inline-block;
    height: 100px;
    line-height: 100px;
    margin: 5px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 100px;
    -webkit-transition: 350ms all;
    -o-transition: 350ms all;
    transition: 350ms all;
    -webkit-box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.35);
    border: 1px solid transparent;
    border-radius: 25%;


}

.downloadLink a span {
    background: #f2594b;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    line-height: normal;
    padding: 5px 10px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    -webkit-transition: 350ms all;
    -o-transition: 350ms all;
    transition: 350ms all;

}

.downloadLink a span:last-child {
    margin-left: -20px;
}

.downloadLink a:before,
.downloadLink a:after {
    background: #ffffff;
    border: solid 3px #9fb4cc;
    border-radius: 4px;
    content: '';
    display: block;
    height: 35px;
    left: 50%;
    margin: -17px 0 0 -12px;
    position: absolute;
    top: 50%;
    /*transform:translate(-50%,-50%);*/

    width: 25px;
}

.downloadLink a:hover:before,
.downloadLink a:hover:after {
    background: #e2e8f0;

}

/*a:before{transform:translate(-30%,-60%);}*/

.downloadLink a:before {
    margin: -23px 0 0 -5px;
}

.downloadLink a:hover {
    background: #e2e8f0;
    border-color: #9fb4cc;
}

.downloadLink a:active {
    background: #dae0e8;
    -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, .25);
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, .25);
}

.downloadLink a span:first-child {
    display: none;
}

.downloadLink a:hover span:first-child {
    display: inline-block;
}

.downloadLink a:hover span:last-child {
    display: none;
}

/* custom code for the demo */

.centerArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-top: 75px;

}


.centerHeader {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #b20d20;

}

.centerIndex {
    font-size: 14px;
    max-width: 630px;
}


.partnerArea {
    text-align: center;
    margin-top: 75px;
}


.partnerPlace {
    text-align: center;
}

.partnerPlace img {
    height: 150px;
}

.partnerPlace p {
    font-size: 12px;
}

.contact-page-form {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid transparent;
    -webkit-box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.55);
    box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.55);
    border-radius: 1%;
}

.contact-info {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 50px;
}

.contact-info-icon {
    margin-bottom: 15px;
}

.contact-info-item {
    background: #0F0F0F;
    padding: 30px 0px;
    border-radius: 15px;
}

@media(max-width:960px) {
    .contact-info-item {
        height: 200px;
    }
}


.contact-page-sec .contact-page-form h2 {
    color: #071c34;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 700;

}

.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
    padding-left: 0;
}

.contact-page-form.contact-form input {
    margin-bottom: 5px;
}

.contact-page-form.contact-form textarea {
    height: 110px;
}

.contact-page-form.contact-form input[type="submit"] {
    background: #071c34;
    width: 150px;
    border-color: #071c34;
}

.contact-info-icon i {
    font-size: 48px;
    color: #fff;
    font-weight: 300;
}

.contact-info-text p {
    margin-bottom: 0px;
}

.contact-info-text h2 {
    color: #999999;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 300;
    margin-bottom: 10px;
}

.contact-info-text span {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    width: 100%;
}


.contact-page-form input {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #f9f9f9;
    margin-bottom: 20px;
    padding: 12px 16px;
    width: 100%;
    border-radius: 4px;
}

.contact-page-form .message-input {
    display: inline-block;
    width: 100%;
    padding-left: 0;
}

.single-input-field textarea {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #f9f9f9;
    width: 100%;
    height: 120px;
    padding: 12px 16px;
    border-radius: 4px;
}

.single-input-fieldsbtn input[type="submit"] {
    background: #071c34;
    color: #fff;
    display: inline-block;
    border: none;
    font-weight: 600;
    padding: 10px 0;
    width: 150px;
    font-size: 16px;
    -webkit-box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.35);

}

@media(min-width:730px) {
    .single-input-fieldsbtn input[type="submit"] {
        margin-top: 100px;
    }
}

.single-input-fieldsbtn input[type="submit"]:hover {
    background: #b20d20;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    border-color: #0c0c0c;
}

.single-input-field h4 {
    color: #464646;
    text-transform: capitalize;
    font-size: 14px;
}

.contact-page-form {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

.contact-page-map {
    margin-top: 36px;
}

.contact-page-form form {
    padding: 20px 15px 0;
}

.kvkkcheckArea {
    display: flex;
    flex-direction: row;

}

.kvkkCheck {
    color: #FDA40B;
    text-decoration: underline !important;
    -webkit-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
    font-weight: 400;
    font-size: 15px;
}

.kvkkCheck:hover {
    color: #b20d20;
}



.form-group .form-kvkk {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
}

.form-group .form-kvkk input[type=checkbox] {
    font-size: 1em;
    display: inline-block;
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 15px;
}




.socialProjectCard {
    margin-top: 35px;
    overflow: hidden;
    border: 1px solid transparent !important;
    -webkit-box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.55);
    box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.55);
    border-bottom-left-radius: 6%;
    border-bottom-right-radius: 6%;

}

@media(min-width:1020px) {
    .socialProjectCard {
        height: 600px;
    }
}


h1 {
    font-weight: 100;
    text-align: center;
    margin: 30px;
}

h1 span {
    font-size: 18px;
    font-weight: 300;
}

.sideWrap {
    min-height: 80%;
    min-height: calc(100% - 200px);
    margin: 10%;
    margin: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sideWrap:after {
    display: block;
    content: '';
    clear: both;
}

h2 {
    font-weight: 100;
}

.side {
    float: left;
    height: auto;
    width: 50%;
    padding: 50px 50px 50px 0;
    text-align: right;
    position: relative;
}

._right {
    padding: 50px 0 50px 50px;
    border-left: 1px solid rgba(0, 0, 0, .3);
    text-align: left;
}

input {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    background-color: transparent;
    padding: 7px;
    margin-top: 25px;
    width: 100%;
    font-weight: 300;
    color: inherit;
}

input[type="submit"] {
    padding: 12px;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    border-bottom: 3px solid rgba(255, 255, 255, .3);
    cursor: pointer;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: box-shadow .1s;
    -webkit-transition: -webkit-box-shadow .1s;
    transition: -webkit-box-shadow .1s;
    -o-transition: box-shadow .1s;
    transition: box-shadow .1s;
    transition: box-shadow .1s, -webkit-box-shadow .1s;
}

input[type="submit"]:hover {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

input[type="submit"]:active {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

@media screen and (max-width: 940px) {
    .sideWrap {
        margin: 0px;
        display: block;
    }

    .side {
        float: none;
        width: 70%;
        height: auto;
        margin: auto;
        padding: 50px 30px;
        text-align: left;
    }

    ._right {
        border: none;
        border-top: 1px solid rgba(0, 0, 0, .3);
    }
}

@media screen and (max-width: 550px) {
    .side {
        width: calc(100% - 40px);
        margin: 30px 20px;
        padding: 0;
    }

    ._right {
        border-top: 2px solid rgba(0, 0, 0, 1);
        padding-top: 30px;
    }
}


.projectDetail {
    margin-top: 100px;
    padding-left: 35px;

}

.projectDetailText {
    color: #b20d20;
    text-align: left;
    padding: .8rem;
    border: 1px solid #fff;
    border-bottom: 4px solid #b20d20;
    box-shadow: -1px 1px 4px 0 #d1d1d1;
    display: inline-block;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .3px;
    margin-top: -50px;
}

@media(max-width:760px) {
    .projectDetailText {
        font-size: 12px;
    }
}

.landHeader {
    color: #b20d20;
    font-size: 15px;
}


.cardLocation i {
    color: #b20d20;
    margin-right: 10px;
}

.cardLocation a {
    color: #b20d20;
    font-size: 14px;
    font-weight: 400;
    transition: 350ms;
}


.cardLocation a:hover {
    margin-left: 5px;
}


.projectDirectionArea {
    margin-top: 70px;
    margin-bottom: 30px;
    max-width: 900px;
}



.projectDirection {
    display: flex;
    justify-content: space-between;
}

@media(max-width:940px) {
    .projectDirection {
        justify-content: space-around;
    }
}


.nextProject a {
    font-size: 40px;
    color: #b20d20;
    font-weight: 400;
    transition: 350ms;
    line-height: 30px;
    text-align: center;
}

@media(max-width:940px) {
    .nextProject a {
        font-size: 30px;
    }
}

.nextProject a:hover {
    color: #c31b2e;
}

.nextProject a i {
    -webkit-box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.35);
    border: none;
    border-radius: 50%;
}

.prevProject a {
    font-size: 40px;
    color: #b20d20;
    font-weight: 400;
    transition: 350ms;
    line-height: 30px;
    text-align: center;
}

@media(max-width:940px) {
    .prevProject a {
        font-size: 30px;
    }
}

.prevProject a:hover {
    color: #c31b2e;
}


.prevProject a i {
    -webkit-box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.35);
    border: none;
    border-radius: 50%;
}

.disabled {
    color: grey !important;
}

.disabled:hover {
    color: grey !important;
}

.projectDirectionText {
    font-size: 15px;
}

.isoLink {
    display: flex;
    flex-direction: column;

}

.isoLink a {
    color: #fff;
    border: 1px solid red;
    background-color: #c31b2e;
    margin-top: 10px;
    padding: 10px 20px;
    transition: 350ms;
    font-size: 12px;
}

@media(max-width:940px) {
    .isoLink a {
        font-size: 8px;
    }
}

.isoLink a:hover {
    background-color: #1e1e1e;
    border: 1px solid #1e1e1e;
}


.prvv {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.prvText {
    text-align: center;
    color: rgb(196, 36, 36);
    font-size: 20px;
    margin-top: 50px;
    margin-bottom: 30px;
}

.prvImg {
    text-align: center;
    ;
}

@media(max-width:900px) {
    .prvImg img {
        width: 350px;
    }
}