@font-face {
    font-family: 'firgine';
    src: url('../fonts/firgine.eot');
    src: url('../fonts/firgine.eot?#iefix') format('embedded-opentype'),
    url('../fonts/firgine.woff2') format('woff2'),
    url('../fonts/firgine.woff') format('woff'),
    url('../fonts/firgine.ttf') format('truetype'),
    url('../fonts/firgine.svg#firgine') format('svg');
}

@font-face {
    font-family: 'Averta-Light';
    src: url('../fonts/Averta-Light.eot');
    src: url('../fonts/Averta-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Averta-Light.woff2') format('woff2'),
    url('../fonts/Averta-Light.woff') format('woff'),
    url('../fonts/Averta-Light.ttf') format('truetype'),
    url('../fonts/Averta-Light.svg#Averta-Light') format('svg');
}

@font-face {
    font-family: 'Averta-Semibold';
    src: url('../fonts/Averta-Semibold.eot');
    src: url('../fonts/Averta-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Averta-Semibold.woff2') format('woff2'),
    url('../fonts/Averta-Semibold.woff') format('woff'),
    url('../fonts/Averta-Semibold.ttf') format('truetype'),
    url('../fonts/Averta-Semibold.svg#Averta-Semibold') format('svg');
}

@font-face {
    font-family: 'Averta-Bold';
    src: url('../fonts/Averta-Bold.eot');
    src: url('../fonts/Averta-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Averta-Bold.woff2') format('woff2'),
    url('../fonts/Averta-Bold.woff') format('woff'),
    url('../fonts/Averta-Bold.ttf') format('truetype'),
    url('../fonts/Averta-Bold.svg#Averta-Bold') format('svg');
}

@font-face {
    font-family: 'Averta-Regular';
    src: url('../fonts/Averta.eot');
    src: url('../fonts/Averta.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Averta.woff2') format('woff2'),
    url('../fonts/Averta.woff') format('woff'),
    url('../fonts/Averta.ttf') format('truetype'),
    url('../fonts/Averta.svg#Averta-Regular') format('svg');
}

@font-face {
    font-family: 'Averta-Thin';
    src: url('../fonts/Averta-Thin.eot');
    src: url('../fonts/Averta-Thin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Averta-Thin.woff2') format('woff2'),
    url('../fonts/Averta-Thin.woff') format('woff'),
    url('../fonts/Averta-Thin.ttf') format('truetype'),
    url('../fonts/Averta-Thin.svg#Averta-Thin') format('svg');
}

@font-face {
    font-family: 'Averta-Black';
    src: url('../fonts/Averta-Black.eot');
    src: url('../fonts/Averta-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Averta-Black.woff2') format('woff2'),
    url('../fonts/Averta-Black.woff') format('woff'),
    url('../fonts/Averta-Black.ttf') format('truetype'),
    url('../fonts/Averta-Black.svg#Averta-Black') format('svg');
}

body {
    position: relative;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 14px;
    scroll-behavior: smooth;
}

html {
    scroll-behavior: smooth;
}

a:hover {
    text-decoration: none;
}

.bg-black {
    background-color: #000;
}

.about-text-wrapper {
    max-width: 1100px;
    margin: auto;
}

.ctitle-max {
    max-width: 992px;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    font-family: 'firgine';
    font-size: 42px;
    color: rgba(0, 0, 0, 0.5);
    position: relative;
    padding-bottom: 30px;
    background-image: url('../images/hline.png');
    background-repeat: no-repeat;
    background-position: bottom left;
    background-position-y: 55px;
}

h1 span {
    font-family: 'firgine';
    font-size: 90px;
    color: rgba(0, 0, 0, 0.04);
    position: absolute;
    bottom: 0;
    left: -10px;
}

h2 {
    font-family: 'firgine';
    font-size: 42px;
    color: #fff;
    text-align: center;
}

h4 {
    font-family: 'Averta-Bold';
    font-size: 42px;
    padding-bottom: 20px;
}

h4 span {
    background: url('../images/h4bg.png');
    background-repeat: repeat-x;
    background-position: bottom;
    color: #fff;
}

.stitle {
    font-family: 'firgine';
    color: #f5d384;
    text-align: center;
    font-size: 24px;
    letter-spacing: 1px;
}

.atitle {
    font-family: 'firgine';
    color: #f5d384;
    text-align: center;
    font-size: 42px;
    letter-spacing: 1px;
}

.itemtitle {
    font-family: 'Averta-Regular';
    color: #fff;
    font-size: 24px;
}

.itemdesc {
    font-family: 'Averta-Thin';
    color: #fff;
    font-size: 16px;
    max-width: 320px;
}

.ititle {
    font-family: 'Averta-Black';
    font-size: 48px;
    color: #fff;
}

.mySwiper2 .swiper-slide {
    padding-left: 15%;
    padding-top: 50px;
}

.m0 {
    margin: 0 auto;
}

.mt-100 {
    margin-top: -100px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt60 {
    margin-top: 60px !important;
}

.mt80 {
    margin-top: 80px;
}

.mb0 {
    margin-bottom: 0;
}

.mb2 {
    margin-bottom: 2px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb150 {
    margin-bottom: 150px;
}

.ls5 {
    letter-spacing: 5px;
}

.lh1 {
    line-height: 1px;
}

.ofh {
    overflow: hidden;
}

.colorw {
    color: #fff !important;
}

.pad0 {
    padding-left: 0px;
    padding-right: 0px;
}

.pad1 {
    padding-left: 1px;
    padding-right: 1px;
}

.pad5 {
    padding-left: 5px;
    padding-right: 5px;
}

.pad30 {
    padding-left: 30px;
    padding-right: 30px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb80 {
    padding-bottom: 80px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt50 {
    padding-top: 50px;
}

.pt90 {
    padding-top: 90px;
}

.pt150 {
    padding-top: 150px;
}

.font10 {
    font-size: 10px !important;
}

.font12 {
    font-size: 12px !important;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
    line-height: 1;
}

.font21 {
    font-size: 25px;
}

.font45 {
    font-size: 45px;
    line-height: 36px;
}

.font50 {
    font-size: 50px !important;
}

.bgo7 {
    background: rgba(0, 0, 0, 0.7);
}

.mt200 {
    margin-top: 200px;
}

p {
    font-family: 'Averta-Regular';
    font-size: 16px;
    color: rgba(0, 0, 0);
}

p.f22 {
    font-family: 'Averta-Regular';
    font-size: 22px;
    color: rgba(0, 0, 0, 0.5);
    max-width: 850px;
}

p.font22 {
    font-family: 'Averta-Light';
    font-size: 22px;
    color: #fff;
}

.pimg {
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.pimg img {
    transform: scale(1);
    transition: all 0.5s;
}

.pimg:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
}

.ptitle {
    font-size: 24px;
    font-family: 'HelveticaNeueLTCom Bd';
    color: #fff;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}

.tophead {
    color: #bebebe;
    opacity: 0.5;
    font-size: 120px;
    font-family: 'HelveticaNeueLTCom Bd';
    text-align: right;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 100px;
    z-index: 1;
    width: 1500px;
    max-width: 100%;
}

.topcont {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 1;
}

.topcont .container {
    height: 100%;
    position: relative;
}

.contact-form {
    background: #fff;
    min-height: 100%;
    border-radius: 30px;
    padding: 40px;
    margin-top: 20px;
}

.topcont .left {
    position: absolute;
    bottom: 40px;
    margin-left: -85px;
}

.topcont .right {
    position: absolute;
    right: -180px;
    bottom: 180px;
    color: #fff;
    transform: rotate(-90deg);
    font-family: 'Averta-Semibold';
    font-size: 16px;
}

.topcont .right img {
    margin-right: 15px;
}

.bottomhead {
    color: #fff;
    opacity: 0.7;
    line-height: 1;
    font-size: 120px;
    font-family: 'HelveticaNeueLTCom Bd';
    text-align: left;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -10px;
    z-index: 1;
    width: 1140px;
    max-width: 100%;
}

.video a {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    color: #fff;
    font-family: 'Gotham-Light';
    font-size: 12px;
}

.video a img {
    max-width: 80px;
    padding-bottom: 10px;
}

.tabtitle {
    font-family: 'Gotham-Bold';
    font-size: 17px;
    color: #000;
    padding-left: 40px;
    margin-bottom: 0;
}

h6 {
    font-family: 'Averta-Light';
    font-size: 32px;
    color: #fff;
    max-width: 600px;
    padding-top: 50px;
}

.bgdark {
    background: #000;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bgkurumsal {
    min-height: 300px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.bgprojeler {
    min-height: 500px;
    background-position: top center;
    background-repeat: no-repeat;
}

.header {
    position: fixed;
    width: 100%;
    z-index: 3;
    transition: all 0.2s;
}

.sc {
    position: fixed;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 3;
    padding: 0px;
    padding-top: 0px;
    min-height: auto;
    transition: all 0.2s;
}

.sc .logo {
    max-width: 175px !important;
    transition: all 0.2s;
}

.icon-bar {
    display: block;
    width: 28px;
    height: 3px;
    border-radius: 1px;
    margin: 4px 0 4px 0;
    transition: all 0.2s;
    background: #fff;
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
    transform: rotate(0);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
    transform: rotate(0);
}

.icon-bar:nth-of-type(1) {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}

.icon-bar:nth-of-type(3) {
    transform: rotate(-45deg);
    transform-origin: 15% 100%;
}

.navbar-toggler:focus {
    outline: none;
}

.navbar {
    padding: 0;
}

.nav-link {
    font-family: 'Averta-Light';
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    color: #fff;
    text-transform: unset;
    margin-right: 20px;
    border-bottom: 2px solid transparent;
    transition: all 0.5s;
}

.nav-link:hover {
    color: #fff;
    border-bottom: 2px solid #DCAE70;
    transition: all 0.5s;
}

.nav-link.active {
    font-family: 'Averta-Semibold';
    border-bottom: 2px solid #DCAE70;
    transition: all 0.5s;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0px;
    padding-left: 6px;
}

.navbar-expand-lg .navbar-nav .nav-link:last-child {
    padding-right: 5px;
    padding-left: 5px;
}

.dropdown-menu {
    background: #efeeee;
    border: 0;
    margin-top: -1px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.dropdown-item {
    background: #efeeee;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0px;
    color: #000 !important;
    font-family: "Helvetica-Light";
    font-size: 15px;
    padding-left: 20px;

}

.dropdown-item:focus, .dropdown-item:hover {
    color: #2f4c8f !important;
    text-decoration: none;
    background-color: #efeeee;
}

.dropdown-toggle::after {
    display: none;
}

nav.navbar.navbar-expand-lg {

}

nav.navbar.navbar-expand-lg a.nav-link.link {
    padding-bottom: 0px;
}

#carouselSlides .carousel-item h1 {
    color: #fff;
    font-family: "Gotham-Medium";
    font-size: 32px;
    letter-spacing: 4.44px;
}

#carouselSlides .carousel-item h2 {
    color: #fff;
    font-family: "Gotham-Medium";
    font-size: 21px;
    letter-spacing: 2.53px;
}

#carouselSlides .carousel-item .caption {
    text-align: center;
    z-index: 2;
}

.phone {
    color: #fff;
    font-family: Gotham-Bold;
    justify-content: center;
    display: inline-flex;
    font-size: 18px;
    height: 75px;
    align-items: center;
}

.form-control {
    border: 1px solid #E3E3E3;
    border-radius: 0px;
    background: transparent;
    color: #8C959F;
    margin-bottom: 30px;
    height: 48px;
}

.form-control:focus {
    color: #8C959F;
    background-color: transparent;
    border-color: #E3E3E3;
    outline: 0;
    box-shadow: unset;
}

.btn-warning {
    background: #D5B672;
    color: #fff;
    height: 48px;
    border: 0;
}

.btn-warning:hover {
    background: #f5d384;
    color: #fff;
}

.colorw {
    color: #fff;
}

.mySwiper .swiper-slide .item {
    border-bottom: 2px solid transparent;
    padding-bottom: 20px;
    padding-left: 20px;
}

.swiper-slide-thumb-active .item {
    border-bottom: 2px solid #DCAE70 !important;
    padding-bottom: 20px;
    padding-left: 20px;
}

.swiper-button-next.button-next, .swiper-button-prev.button-prev {
    height: 0;
    color: transparent;
    top: 60%;
    width: 40%;
}

.swiper-button-next.button-next:after, .swiper-button-prev.button-prev:after {
    display: none;
}

.itemnum {
    border-right: 1px solid #fff9;
    font-family: 'Averta-Semibold';
    font-size: 30px;
    padding-left: 5px;
}

.mySwiper {
    overflow: hidden;
}

.colorb {
    color: #000 !important;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
    min-height: 100vh;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}

.delay-2 {
    animation-delay: .5s;
}

.delay-3 {
    animation-delay: .8s;
}

.sbutton {
    color: #000;
    background: #fff;
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-block;
    border-radius: 60px;
    font-family: 'Gotham-Medium';
    min-width: 150px;

}

.sbutton:hover {
    color: #2f4c8f;
    -webkit-box-shadow: 0px 0px 35px -8px rgba(61, 61, 61, 1);
    -moz-box-shadow: 0px 0px 35px -8px rgba(61, 61, 61, 1);
    box-shadow: 0px 0px 35px -8px rgba(61, 61, 61, 1);
    transition: all 0.5s;
}

.hflex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
}

.last {
    margin-right: 0px;
}

.bg {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-bottom: 30px;
}

.bg1 {
    background-color: #000000;
    padding-top: 150px;
    padding-bottom: 200px;
    position: relative;
    min-height: 600px;

}

.bg1 .abg1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 80px;
    right: -35%;
    background-image: url('../images/bg1.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg2 {
    background-image: url('../images/img2.png');
    position: relative;
    min-height: 490px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.bg3 {
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    min-height: 220px;
    padding-left: 15%;
    color: #fff;
}

.bg4 {
    background-image: url('../images/bg1.png');
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: bottom right;
}

.bg5 {
    background-image: url('../images/bg1.png');
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: bottom right;
    background-position-x: 200%;
}

.tablink {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.footer {
    background: #CFA069;
    padding-top: 50px;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 10%;
    padding-right: 10%;
}

.submitbutton {
    background: #525252;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    width: 100%;
    border: 0;
    text-align: left;
    height: 50px;
    padding-left: 15px;
}

.flight {
    font-weight: 300 !important;
}

.nav-tabs {
    justify-content: center;
    border: 0;
    margin-top: 0px;
}

.nav-tabs .nav-item {
    min-width: 50%;
}

.nav-tabs .nav-link {
    background: #ada9a6;
    color: #fff;
    border-radius: 0;
    border: 0;
    margin: 0;
    font-family: 'Gotham-Light';
    font-size: 29px;
}

.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #716e6c;
}

#button {
    display: inline-block;
    text-align: center;
    position: fixed;
    bottom: 100px;
    right: 60px;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    cursor: pointer;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

.social {
    width: 180px;
    border-left: 1px solid #fff;
}

.cssmz {
    position: relative;
    z-index: 1;
    background: #fff;
    font-size: 12px;
    padding: 10px;
    text-align: center;
    width: auto;
}

.cssmz a {
    color: #10195f;
    font-family: "Gotham-Book";
    font-size: 14px;
}

.modal-header {
    background: #010e36;
}

p.heading.lead {
    color: #fff;
    font-size: 17px;
    margin-bottom: 0;
}

button.close {
    color: #fff;
    opacity: 1;
}

.modal-header .close {
    padding-top: 12px;
}


.md-form {
    position: relative;
    margin-bottom: 20px;
}

.md-form label {
    position: absolute;
    top: .65rem;
    left: 0;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
    cursor: text;
    color: #757575;
}

.md-form label.active {
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    transform: translateY(-60%);
}

.md-form input[type=date], .md-form input[type=datetime-local], .md-form input[type=email], .md-form input[type=number], .md-form input[type=password], .md-form input[type=search-md], .md-form input[type=search], .md-form input[type=tel], .md-form input[type=text], .md-form input[type=time], .md-form input[type=url], .md-form textarea.md-textarea {
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #ced4da;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-color: transparent;
}

.md-form input[type=date] + label:after, .md-form input[type=datetime-local] + label:after, .md-form input[type=email] + label:after, .md-form input[type=number] + label:after, .md-form input[type=password] + label:after, .md-form input[type=search-md] + label:after, .md-form input[type=search] + label:after, .md-form input[type=tel] + label:after, .md-form input[type=text] + label:after, .md-form input[type=time] + label:after, .md-form input[type=url] + label:after, .md-form textarea.md-textarea + label:after {
    content: "";
    position: absolute;
    top: 65px;
    display: block;
    opacity: 0;
    -webkit-transition: .2s opacity ease-out, .2s color ease-out;
    -o-transition: .2s opacity ease-out, .2s color ease-out;
    transition: .2s opacity ease-out, .2s color ease-out;
}

.modal-body span {
    position: relative;
    margin-bottom: 40px;
    display: block;
}

.balloon {
    display: inline-block;
    width: 100%;
    padding: 10px 0 10px 15px;
    font-family: 'Helvetica-Light';
    color: #000;
    background: #efefef;
    border: 0;
    border-radius: 3px;
    outline: 0;
    text-indent: 60px;
    transition: all .3s ease-in-out;
}

/*Wide Version - can be applied to more elements*/
.balloon.wide {
    text-indent: 200px;
}

.balloon::-webkit-input-placeholder {
    color: #efefef;
    text-indent: 0;
    font-weight: 300;
}

.balloon + label {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 8px;
    padding: 5px 15px;
    color: #032429;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(19, 74, 70, 0);
    transition: all .3s ease-in-out;
    border-radius: 3px;
    background: rgba(122, 184, 147, 0);
    height: 28px;
}

.balloon + label:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 100%;
    left: 50%;
    margin-left: -3px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid rgba(122, 184, 147, 0);
    transition: all .3s ease-in-out;
}


.balloon:focus,
.balloon:active {
    color: #000;
    /*Note !important*/
    text-indent: 0 !important;
    background: #fff;
}

.balloon:focus::-webkit-input-placeholder,
.balloon:active::-webkit-input-placeholder {
    color: #aaa;
}

.balloon:focus + label,
.balloon:active + label {
    color: #fff;
    text-shadow: 0 1px 0 rgba(19, 74, 70, 0.4);
    background: #010e36;
    transform: translateY(-20px);
    padding-bottom: 20px;
}

.balloon:focus + label:after,
.balloon:active + label:after {
    border-top: 4px solid #010e36;
}

.btn.btn-success.waves-effect.waves-light {
    background-color: #010e36;
    border: 0;
    width: 120px;
}

.carousel-control-next, .carousel-control-prev {
    width: 7%;
}

.slidecontent {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 2;
    color: #fff;
    font-family: 'firgine';
    font-size: 72px;
    line-height: 1;
}

.fcontent {
    position: absolute;
    top: 10%;
    width: 100%;
    left: 0;
    z-index: 2;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 25px;
}

.social a img {
    width: 24px;
    margin-left: 10px;
}

.title {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    color: #48392c;
    font-family: 'Didot';
    font-size: 82px;
    height: 100%;
}

.htitle {
    align-items: center;
    color: #48392c;
    font-family: 'Didot';
    font-size: 82px;
}

.liste {
    margin-bottom: 0;
}

.liste li {
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.list {
    padding-left: 20px;
}

.list li {
    color: #fff;
    margin-bottom: 6px;
    font-size: 20px;
    font-family: 'Gotham-Light';
}

.blok {
    text-align: center;
    background: #e5e5e5;
    padding-top: 40px;
    padding-bottom: 10px;
}

.blok img {
    height: 160px;
    padding-bottom: 40px;
}

.blok p {
    color: #48392c;
    font-size: 21px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

iframe {
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}


.usttab .nav-item {
    width: 50%;
    background: transparent;
    border: 0;
}

.usttab .nav-item .nav-link {
    background: transparent;
    border: 0;
}

.usttab .nav-item .nav-link.active img {
    border: 1px solid #646464;
}

.drb1 {
    border-right: 1px solid #bebebe;
    padding-right: 30px;
    margin-bottom: 30px;
}

.dlb1 {
    border-right: 0px solid #bebebe;
    padding-left: 30px;
    margin-bottom: 30px;
}

.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.footer {
    font-family: 'Averta-Semibold';
    font-size: 18px;
    color: #fff;
}

.footer p {
    font-family: 'Averta-Light';
    font-size: 14px;
    color: #fff;
    border-bottom: 1px solid #fff9;
    padding-bottom: 5px;
}

.mySwiper3, .mySwiper4 {
    overflow: hidden;
    padding-bottom: 80px;
    max-width: 1370px;
    margin: 0 auto;
}
.mySwiper3.p15{
    padding-bottom: 15px;
}

.mySwiper3 .swiper-wrapper {
    /*align-items: center;*/
    /*justify-content: center;*/
    /*max-width: 1370px;*/
    /*margin: 0 auto;*/
}

.mySwiper3 .swiper-slide {
    opacity: 0.3;
    font-family: 'Averta-Bold';
    font-size: 18px;
    text-align: center;
    /*width: auto !important;*/
    cursor: pointer;
}
.mySwiper3 .swiper-slide .atitle{
    font-size: 36px;
}

.mySwiper3 .swiper-slide.swiper-slide-next {
    opacity: 0.6;
    font-size: 21px;
}

.mySwiper3 .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
    font-size: 24px;
}

.mySwiper3 .swiper-slide.swiper-slide-thumb-active + .swiper-slide {
    opacity: 0.6;
    font-size: 24px;
}
.mlogo svg {
    width: 180px;
    fill: white;
    padding: 30px 0px;
}
.flogo svg {
    width: 180px;
    fill: white;
    margin-bottom: 30px;
}
.projects-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 2px solid #6f5739;
    font-size: 20px;
}
.projects-row .text{
    color: #fff;
}
.projects-row .number{
    color: #fff;
}
.projects-row .number a,.projects-row .number a:visited,.projects-row .number a:active{
    color: #fff;
}
.projects-total-row{
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    font-size: 24px;
    color: #6f5739;
    font-weight: bold;
}
@media screen and (min-width: 992px) {
    .projects-row {
        font-size: 24px;
    }
        .projects-total-row{
            font-size: 36px;
        }
    .mlogo svg {
        width: 250px;
        fill: white;
        padding: 30px 0px;
    }
    .flogo svg {
        width: 250px;
        fill: white;
        margin-bottom: 0px;

    }

    .dm-30 {
        margin-right: -30px;
        margin-left: -30px;
    }

    .modal-dialog {
        position: fixed;
        margin: auto;
        height: 100%;
        right: 0px;
    }

    .modal-content {
        height: 100%;
        overflow-y: auto;
    }

    #navbarResponsive {
        padding-left: 60px;
        padding-top: 0px;
        justify-content: flex-end;
    }

    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -4px;
    }

    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu > li:hover > .submenu {
        display: block;
    }

    .mlogo {
        text-align: center;
        padding-left: 50px;
    }


    .desk {
        display: block;
    }

    .mobile {
        display: none;
    }

    .pttop {
        padding-top: 114px;
    }

    .dropdown:hover > .dropdown-menu {
        display: block;
    }

    .dropdown > .dropdown-toggle:active {
        /*Without this, clicking will make it sticky*/
        pointer-events: none;
    }

    .caption {
        max-width: 50%;
        margin: 0 auto;
        z-index: 2;
        position: relative;
    }

    .logo {
        max-width: 280px;
        transition: all 0.5s;
    }

    .padl50 {
        padding-left: 50px;
    }

    .container.xl {
        max-width: 900px;
        left: 0;
        right: 0;
        margin-top: -350px;
        position: relative;
    }

    .slidecontent span {
        padding-left: 35%;
    }
}

@media screen and (min-width: 1100px) {
    .container.xl {
        max-width: 900px;
        left: 0;
        right: 0;
        margin-top: -450px;
        position: relative;

    }
}

@media screen and (min-width: 1200px) {
    .container.xl {
        max-width: 900px;
        left: 0;
        right: 0;
        margin-top: -550px;
        position: relative;

    }
}

@media screen and (min-width: 1400px) {
    .container.xl {
        max-width: 900px;
        left: 0;
        right: 0;
        margin-top: -750px;
        position: relative;

    }
}

@media screen and (min-width: 1550px) {
    .container.xl {
        max-width: 900px;
        left: 0;
        right: 0;
        margin-top: -850px;
        position: relative;

    }

    .container {
        max-width: 1400px;
        margin: 0 auto;
    }

}

@media screen and (min-width: 1680px) {
    .container.xl {
        max-width: 1500px;
        left: 0;
        right: 0;
        margin-top: -950px;
        position: relative;

    }
}

@media screen and (max-width: 1380px) {
    .nav-link {
        font-size: 10px;
    }

    .itemdesc {
        font-family: 'Averta-Thin';
        color: #fff;
        font-size: 12px;
    }
}

@media screen and (max-width: 992px) {
    .drb1 {
        border-right: 0px solid #bebebe;
        padding-right: 15px;
    }

    .dlb1 {
        border-right: 0px solid #bebebe;
        padding-left: 15px;
    }

    .tophead {
        color: #bebebe;
        opacity: 0.5;
        font-size: 50px;
        font-family: 'HelveticaNeueLTCom Bd';
        text-align: right;
        position: absolute;
        width: 100%;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 80px;
        z-index: 1;
        width: 1500px;
        max-width: 100%;
        padding-right: 20px;
    }

    .topcont .left {
        margin-left: 10px;
    }

    .container.xl {
        max-width: 1500px;
        left: 0;
        right: 0;
        margin-top: -190px;
        position: relative;
    }

    .nav-link {
        font-size: 14px;
    }

    .social {
        display: none;
    }

    .slidecontent {
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
        z-index: 2;
        color: #fff;
        font-family: 'firgine';
        font-size: 30px;
    }

    .slidecontent span {
        padding-left: 49%;
    }

    .cssmz {
        top: 50px;
    }

    #button {
        right: 20px;
        bottom: 130px;
    }

    #button img {
        width: 24px;
    }

    .row {
        margin: 0;
    }

    .desk {
        display: none;
    }

    .mobile {
        display: inline-b1ock;
    }

    .logo {
        max-width: 180px;
    }

    .pttop {
        padding-top: 98px;
    }

    ul.submenu.dropdown-menu {
        padding-left: 30px;
    }

    .list li {
        font-size: 14px;
    }

    .mtc {
        text-align: center !important;
    }

    .navbar-nav.ml-auto {
        padding-right: unset;
    }

    #carouselSlides .carousel-item {
        width: 100%;
    }

    #carouselSlides .carousel-item h1 {
        color: #fff;
        font-family: "Gotham-Medium";
        font-size: 21px;
        letter-spacing: 2px;
    }

    #carouselSlides .carousel-item h2 {
        color: #fff;
        font-family: "Gotham-Medium";
        font-size: 18px;
        letter-spacing: 2px;
    }

    .navbar-nav.ml-auto {
        padding-top: 35px;
    }

    .header {
        position: absolute;
        width: 100%;
        z-index: 3;
        margin-bottom: 0;
    }

    .nav-item {
        text-align: center;
    }

    .nav-link {
        text-align: center;
        display: inline-block;
    }

    .left img {
        max-width: 42px;
    }

    .fcontent {
        font-size: 14px;
    }

    .fontl18 {
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-size: 16px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 21px;
    }

    h4 {
        font-size: 32px;
    }

    .font18 {
        font-size: 16px;
    }

    .font50 {
        font-size: 30px !important;
    }

    .title {
        font-size: 32px;
    }

    .nav-tabs .nav-link {
        font-size: 16px;
    }

    .nav-tabs .nav-item {
        min-width: 50%;
    }

    .mt200 {
        margin-top: 40px !important;
    }

    .video a {
        position: absolute;
        top: 30%;
        left: 0;
        right: 0;
        color: #fff;
        font-family: 'Gotham-Light';
        font-size: 12px;
    }

    .video a img {
        max-width: 60px;
        padding-bottom: 10px;
    }

    .bottomhead {
        font-size: 68px;
    }

    .topcont .right {
        display: none;
    }

    .bg3 {
        min-height: 180px;
        padding-left: 1%;
        color: #fff;
    }

    .itemtitle {
        font-size: 21px;
    }

    .itemdesc {
        font-size: 16px;
    }

    .swiper-button-next.button-next, .swiper-button-prev.button-prev {
        height: 0;
        color: transparent;
        top: 60%;
        width: 30%;
    }

    h1 {
        font-family: 'firgine';
        font-size: 24px;
        color: rgba(0, 0, 0, 0.5);
        position: relative;
        padding-bottom: 5px;
    }

    h1 span {
        font-family: 'firgine';
        font-size: 38px;
        color: rgba(0, 0, 0, 0.04);
        position: absolute;
        bottom: 0;
        left: -10px;
    }

    .mySwiper2 .swiper-slide {
        padding-left: 5%;
        padding-top: 30px;
    }

    p.f22 {
        font-size: 16px;
    }

    .footer {
        background: #CFA069;
        padding-top: 20px;
        padding-bottom: 20px;
        display: block;
        align-items: center;
        justify-content: space-between;
        padding-left: 5%;
        padding-right: 5%;
        text-align: center;
    }

    .stitle {
        font-family: 'firgine';
        color: #f5d384;
        text-align: center;
        font-size: 21px;
        letter-spacing: 1px;
    }

    div#navbarResponsive {
        background: rgba(0, 0, 0, 0.4);
    }
}

html[dir="rtl"] .form-check {
    padding-left: 0;
    padding-right: 1.25rem;
}

html[dir="rtl"] .form-check-label {
    margin-left: 0 !important;
    margin-right: 15px !important;
}

.phonelink, .phonelink:hover, .phonelink:active, .phonelink:visited {
    color: #fff;
}

.project-types{
    width: 100%;
    text-align: center;
}
.project-types .projects{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;

}
.project-types .projects > .item:not(:last-child):after{
    content: '|';
    margin-left: 30px;

}
.project-types .projects .item{
    font-size: 25px;
    color: #fff;
    font-family: 'firgine';
}
.project-types .projects .item.active a{
    font-weight: bold;
    border-bottom: 2px solid #DCAE70;
}
.project-types .projects .item a,.project-types .projects .item a:active,.project-types .projects .item a:visited{
    color: #fff;
    text-decoration: none;
}
.project-types .projects .item:not(.active) a:hover{

    border-bottom: 2px solid #DCAE70;

}
.mySwiper3 .swiper-button-next,.mySwiper3 .swiper-button-prev{
    display: none;
}
.imageloading{
    background: transparent url('https://cdnjs.cloudflare.com/ajax/libs/galleriffic/2.0.1/css/loader.gif') center no-repeat;
}
@media screen and (max-width: 768px) {
    .project-types .projects{
        flex-direction: column;
    }
    .project-types .projects > .item:not(:last-child):after {
        content: unset;
        margin-left: 0px;
    }
    .mySwiper3 .swiper-slide .atitle{
        font-size: 24px;
    }
    .mySwiper3 .swiper-slide{
        width: 100%;
    }
    .mySwiper3 .swiper-button-next,.mySwiper3 .swiper-button-prev{
        display: flex;
        transform: translateY(-50%);
        margin-top: -40px;
    }
    .swiper-button-next:after, .swiper-button-prev:after{
        color: #fff;
    }

}
.lang-btn{
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    color: #fff;
}

.lang-btn svg{
    width: 15px;
}
.dropdown {
    position: relative;
    display: flex;
}
@media screen and (max-width: 768px) {
    .dropdown {
        justify-content: center;
        margin-top: 10px;
    }
}
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.dropdown-content li {
    border-bottom: 1px solid #ddd;
}

.dropdown-content li:last-child {
    border-bottom: none;
}

.dropdown-content li a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content li a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
.link-white,.link-white:visited,.link-white:active,.link-white:hover{
    color: #fff;
}
.sub-categories{
    width: 100%;
    margin-bottom: 30px;
}
.sub-categories ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    gap: 20px;
}
.sub-categories ul li{
    font-size: 25px;
    color: #fff;
    font-family: 'firgine';
}

.sub-categories ul li.active a{
    font-weight: bold;
    border-bottom: 2px solid #DCAE70;
}
.sub-categories ul li a,.sub-categories ul li a:active,.sub-categories ul li a:visited{
    color: #fff;
    text-decoration: none;
}
.sub-categories ul li:not(:last-child):after{
    content: '|';
    margin-left: 30px;

}
.sub-categories ul li:not(.active) a:hover{

    border-bottom: 2px solid #DCAE70;

}
.subrow{
    display: none;
}
.subrow.active{
    display: flex;
}
