@import 'fonts.css';

html,
body {
  height: 100%;
  width:100%;
  background: #fff;
}

*{
	margin:0;
	padding:0;
	outline:0 none;
	font-family: inherit;
	box-sizing: border-box;
}

body{
	max-width:100%;
	width:100%;
	height:100%;
    font-family:'TT Hoves', sans-serif;
	font-weight:400;
	overflow-x: hidden;
}

:root{

	--gold:#d1b693;
	--black:#000000;
	--turkuaz:#fab900;
	--dblue:#024572;

	--c-1-rgb:209,182,147;
	--c-2-rgb:0,0,0;
	--c-3-rgb:250,185,0;
	--c-4-rgb:2,69,114;
}

a{
	text-decoration:none!important;
	outline:0 none!important
}

img{
	outline:0 none!important
}

.wrap {
	width:100%;
	min-height: 100%;
	height: auto;
	margin: 0 auto 0 auto;
}

.wrap:after{
	content:"";
	display:block;
	clear:both;
	height:0;
	width:100%
}

.clear{
	clear:both
}

.wrapper{
	width:100%;
	display:flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap:wrap
}

.container{
	width:1470px;
	padding:0 15px;
	display:flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap:wrap
}

.flex-center{
	display: flex;
	align-items: center;
	justify-content: center;
}

.default-pointer{
    cursor: default!important;
}

/*--------------------
	MOBILE NAV
---------------------*/
#closeMenu {
	position:absolute;
	right:25px;
	top:25px;
	font-size:30px;
	display: inline-block;
	color:#fff;
	cursor:pointer;
	z-index:5000
}

.rMenu{
	width:100%;
	height:100vh;
	background:var(--black);
	position:fixed;
	display:flex;
	align-items:flex-start;
	justify-content:flex-start;
	z-index:999999;
	left:auto;
	right:-150%;
	top:0;
	overflow:hidden;
	overflow-y: auto;
	scrollbar-width: none;
	padding:0 0
}

.rMenu::-webkit-scrollbar {
    width: 0px;
	background: transparent;
	display: none;
}

.rMenuIn{
	width:100%;
	height:auto;
	position:relative;
	padding:30px 30px;
	display: block;
}

.rMenu ul{
	padding:50px 0 50px 0;
	margin:0;
	list-style-type:none;
	width:100%;
	height:auto;
	display:inline-block;
	position:relative;
}

.rMenu ul li {
	display:block;
	width:100%;
	height:auto;
	text-align:left;
}

.rMenu ul li a{
	display:flex;
	align-items:center;
	padding: 25px 0;
	text-align:left;
	font-size:22px;
	color:#fff;
	border-bottom:1px solid #eef1f6
}

.rMenu ul li:hover > a,.rMenu ul li.active > a{
	color:var(--gold);
}

.rMenu ul li a i{
	display: inline-block;
	font-style: normal;
	font-size:30px;
	margin-left:auto;
	transition:all 300ms ease 0s;
}

.rMenu ul li ul{
	padding:0 0 0 50px;
	margin:0;
	list-style-type:none;
	width:100%;
	height:auto;
	display:none;
	position:relative;
}

.rMenu ul li ul li {
	display:block;
	width:100%;
	height:auto;
	text-align:center;
}

.rMenu ul li ul li a{
	padding: 20px 5px 20px 0;
	text-align:left;
	font-size:14px;
	color:#fff;
	text-decoration:none!important;
}

.plr0 {
	padding-left:0;
	padding-right:0
}

.toggle {
	display:none;
	padding: 0;
	margin: 0 0 0 30px;
	top: 0;
	right: 0;
	font-size: 18px;
	position: relative;
	z-index: 3000;
}

.toggle span {
	display: block;
	width: 26px;
	height: 2px;
	background: #000;
	margin: 8px 0;
	position: relative;
	top: 0;
	transition: top .15s 0s linear,background .3s 0s linear,transform .15s .15s linear,-webkit-transform .15s .15s linear;
}

.toggle.active span:nth-child(1){
	transition:top .15s 0s linear,background .3s 0s linear,transform .15s .15s linear,-webkit-transform .15s .15s linear;
	transform: rotate(45deg);
	top:8px;
}

.toggle.active span:nth-child(2){
	transition: opacity 0s .15s linear,background .3s 0s linear;
	opacity:0
}

.toggle.active span:nth-child(3){
	transition:top .15s 0s linear,background .3s 0s linear,transform .15s .15s linear,-webkit-transform .15s .15s linear;
	transform: rotate(-45deg);
	top:-12px
}

/*--------------
	HEADER
---------------*/
.header-wrapper{
	position: fixed;
	z-index:5000;
	height:auto;
	top:0;
	align-items:center;
	transition:all 300ms ease 0s;
	padding:15px 0
}

.page-header-wrapper{
	position: relative;
	top:0;
	left:0;
	background: #fff;
	transition:all 300ms ease 0s;
}

.header-scroll{
	position: sticky;
	background: #fff;
	transition:all 300ms ease 0s
}

.header-flex{
	width:100%;
	display:flex;
	align-items:center;
	justify-content: space-between;
	position: relative;
}

.sub-menu{
	display: none;
}

.logo{
	display: flex;
	align-items:center;
	position: relative;
	overflow: hidden;
}

.header-scroll .call-you-link{
	color:#fff
}

.navigation{
	flex:auto;
	display: flex;
	align-items:center;
}

.nav-list{
	width:100%;
	display: flex;
	align-items: center;
	margin:0;
	padding:30px 0;
	justify-content: center;
	list-style-type: none;
	gap:0 30px
}

.nav-list > li{
	display: inline-block;
}

.nav-list > li > a{
	display: block;
	padding:10px 15px;
	font-size:16px;
	color:#ffffff;
	position: relative;
	z-index:4000;
	border-radius: 30px;
}

.header-scroll .nav-list > li > a{
	color:#12161c
}

.page-header-wrapper .nav-list > li > a{
	color:#12161c
}

.nav-list li:hover > a,
.nav-list li.active > a{
	background-color: var(--black);
	color:#fff
}

.call-you-link{
	display: inline-block;
	font-size:15px;
	padding:21px 39px;
	background: var(--black);
	color:#fff;
	border-radius:50px;
	margin-left:auto;
	transition: color .5s ease, background-color .5s ease, border-color .5s ease;
	position: relative;
	z-index:7000
}

.call-you-link:hover{
	background-color: var(--turkuaz);
	color:var(--black)
}

.mega-menu-wrapper{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	opacity:0;
	visibility: hidden;
	transition: all 300ms ease 0s;
}

.nav-list li.mega-li:hover .mega-menu-wrapper{
	opacity:100;
	visibility: visible;
}

.mega-items{
	display: flex;
	flex-wrap:nowrap;
	width:100%;
	margin-top:100px;
	background: #fff;
}

.mega-item-wrapper{
	display: inline-block;
	width:25%;
	padding:25px 25px;
}

.mega-item{
	display: block;
	width:100%;
	padding:0;
	margin:0
}

.mega-item-image{
	width:100%;
	display: block;
	height:390px;
	overflow: hidden;
}

.mega-item-image img{
	width:100%;
	object-fit: cover;
	object-position: center;
}

.mega-item-title{
	font-size:18px;
	line-height: 1.8;
	font-weight: 500;
	display: block;
	margin-top:10px;
	color:var(--black)
}

.mega-item-description{
	display: block;
	width:100%;
	color:#4b4e52;
	font-size:14px;
	line-height: 1.4;
}

.mega-item:hover .mega-item-image img{
	opacity:.5
}

.mega-item:hover .mega-item-title{
	color:var(--gold)
}

/*--------------
	SLIDESHOW
---------------*/

.slideshow-wrapper{
	width:100%;
	padding:0;
	display:flex;
	font-size:0;
	height:100vh;
	background:#00263e;
	position: relative;
	z-index:500
}

.slideshow{
	width:100%;
	height:100vh;
	display:flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.slide{
	width:100%;
	height:100vh;
	position: relative
}

.slide:after{
	content:"";
	display: inline-block;
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	background:linear-gradient(to right, rgba(34,37,67,.40) 20%, 
	rgba(125,185,232,.10) 100%);
}

.slide-img{
	width:100%;
	height:auto;
	object-fit: cover;
	object-position: 0 -107px;
	height:auto
}

.slide-content-wrapper{
	display:flex;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	align-items: center;
	justify-content: center;
	z-index: 200;
}

.slide-container{
	align-items:flex-start;
	justify-content: flex-start;
	flex-wrap:wrap;
}

.slide-summary{
	display: block;
	width:100%;
	text-align: left;
	font-size:60px;
	line-height: 70px;
	font-weight: 600;
	color:#fff;
	margin-top:45px
}

.slide-link-wrapper{
	display: block;
	width:100%;
	text-align: left;
	margin-top:60px
}

.slide-link{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding:5px 30px 5px 25px;
	font-size:16px;
	line-height: 40px;
	border-radius:45px;
	border:1px solid #fff;
	color:#fff;
	transition:all 400ms ease-in-out 0s;
}

.slide-link i{
	font-size:16px;
	margin-left:30px
}

.slide-link:hover{
	background: #fff;
	color:var(--gold)
}

.slideshow-navigation-wrapper{
	width:100%;
	height:121px;
	position: absolute;
	bottom:0;
	left:0;
	display: flex;
	align-items:center;
	justify-content: flex-end;
	z-index:14000;
}

.slideshow-navs{
	display:flex;
	align-items:flex-end;
	justify-content: center;
	height:121px;
	position: relative;
}

.slide-nav-link{
	display:inline-block;
	width:80px;
	height:80px;
	text-align: center;
	line-height: 80px;
	background: var(--black);
	color:var(--gold);
	font-size:15px;
	margin-right:2px;
	transition:all 200ms ease 0s;
}

.slide-nav-link:hover{
	background: #001a2b;
}

.slideshow-thumbs-wrapper{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width:60%;
	height:121px;
	background-image: url(../../../img/site/slider-bg.svg);
	background-repeat:repeat;
	background-position: center center;
}

.slideshow-thumbs{
	display:flex;
	width:100%;
	align-items: center;
	justify-content: flex-start;
	list-style-type: none;
	margin:0;
	padding:0
}

.slideshow-thumbs li{
	display: inline-block;
	margin-left:63px;
}

.slideshow-thumbs li {
	display: inline-block;
	font-size:12px;
	font-weight: 400;
	color:var(--gold);
	cursor: pointer;
	position: relative;
	padding-bottom:15px;
	transition:all 200ms ease 0s;
}

.slideshow-thumbs li:after{
	content:"";
	display: inline-block;
	width:44px;
	height:2px;
	background: var(--gold);
	position: absolute;
	bottom:0;
	left:0
}

.slideshow-thumbs li.active {
	color:#fff;
	font-weight: 700;
}

.slideshow-thumbs li.active:after{
	background-color: #fff;
}

#customDots{
	position:absolute;
	left:0;
	bottom:57px;
	z-index:9000;
	width:100%;
	text-align: center;
}

#customDots .owl-dot{
	width:15px;
	height:15px;
	display:inline-block;
	border:2px solid #fff;
	margin-right:10px;
	cursor: pointer
}

#customDots .owl-dot.active{
	background: #fff;
}


/*----------
	BOX 1
-----------*/

.box-1-wrapper{
	background: #f4f5f6;
	padding:180px 0;
}

.box-1-flex{
	width:100%;
	display: flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content: center;
	
}

.box-1-image{
	display:flex;
	align-items: flex-start;
	justify-content: center;
	width:50%;
	overflow: hidden;
}

.box-1-image img{
	max-width:100%;
	height:auto;
	display: inline-block;
}


.box-1-content{
	width:50%;
	display:flex;
	flex-wrap:wrap;
	align-items: flex-start;
	justify-content: flex-start;
	color:#12161c
}

.box-1-title{
	font-size:48px;
	display: block;
	line-height: 55px;
	font-weight: 700;
	margin-bottom:18px
}

.box-1-text{
	font-size:20px;
	line-height: 32px;
	display: block;
	width:100%
}

/*----------
	BOX 2
-----------*/

.box-2-wrapper{
	background: #fff;
	padding:250px 0 30px 0;
}

.box-2-flex{
	width:100%;
	display: flex;
	flex-wrap:nowrap;
	align-items:center;
	justify-content: center;
}

.box-2-content{
	width:50%;
	display:flex;
	flex-wrap:wrap;
	align-items: flex-start;
	justify-content: flex-start;
	color:#12161c;
	background-image: url(../../../img/site/fingerprint.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding:100px 0
}

.box-2-content-top{
	width:100%;
	display: block;
	padding-bottom:100px;
}

.box-2-title{
	font-size:48px;
	display: block;
	line-height: 55px;
	font-weight: 700;
	margin-bottom:18px
}

.box-2-text{
	font-size:20px;
	line-height: 32px;
	display: block;
	width:100%
}

.box-2-images-wrapper{
	display:flex;
	width:calc(50% + 200px);
	position: relative;
	left:180px;
	margin-right:-200px;
	top:-90px;
}

.box-2-content-images{
	display: flex;
	width:calc(100% + 200px);
	margin-right:-200px;
	margin-left:-15px
}

.box-2-col-50{
	width:50%;
	min-width:50%;
	display: block;
	padding:0 15px
}

.box-2-col-100{
	width:100%
}

.box-2-image-box{
	width:100%;
	overflow: hidden;
}

.box-2-image-box img{
	max-width:100%;
	height:auto
}

.mt-30{
	margin-top:15px
}
.pt-120{
	padding-top:120px;
}

/*----------------
	MAP
-----------------*/

.map-wrapper{
	width:100%;
	height:auto;
	float:left;
	position: relative;
	padding:0 30px
}

.eut-map{
	width:100%;
}

/*----------------
	TESTIMONIALS
-----------------*/

.testimonials-wrapper{
	padding:180px 0
}

.testimonials-flex{
	width:100%;
	padding:0 80px;
	display:block;
	position: relative;
}

.testimonial-wrapper{
	width:100%;
	display: block;
}

.testimonial{
	width:100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
}

.testimonial-content-wrapper{
	width:57%;
	display: flex;
	flex-wrap:wrap;
	position: absolute;
	left:0;
	top:0;
	z-index:1500;
	overflow: visible;
}

.testimonial-content{
	width:100%;
	min-height:350px;
	display: flex;
	flex-wrap:wrap;
	align-items: center;
	justify-content: flex-start;
	background: rgba(244, 245, 246,100);
	padding:60px 108px;
	position: relative;
	top:100px;
	left:0;
	width:100%;
	text-align: left;
	position: relative;
}

.testimonial-text{
	display: block;
	width:100%;
	font-size:22px;
	line-height: 34px;
	color:rgb(75, 78, 82)
}

.testimonial-avatar{
	width:54%;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	margin-left:auto;
	position: relative;
	z-index:20;
}

.testimonial-avatar img{
	max-width:100%;
	height:auto;
	display: inline-block;
}

.testimonial-footer{
	display: block;
	margin-top:30px
}

.testimonial-name{
	display: block;
	color:rgb(18, 22, 28);
	font-size:20px;
	line-height: 25px;
	width:100%;
	font-weight: 700;
}

.testimonial-title{
	display: block;
	color:rgb(75, 78, 82);
	font-size:18px;
	line-height: 34px;
	width:100%;
	font-weight: 400;
}

.testimonial-finger{
	position: absolute;
	right:0;
	bottom:-139px;
	right:19%;
}

.testimonial-print{
	width:136px;
	height:136px;
	display: inline-block;
	overflow: hidden;
}

#testimonials-dots{
	position: absolute;
	top:410px;
	left:188px;
	height:auto;
	z-index:1000;
	width:40%
}

#testimonials-dots .owl-dot{
	width:12px;
	height:12px;
	display: inline-block;
	background: #dddedf;
	border-radius:50%;
	margin-right:8px;
	cursor: pointer;
}

#testimonials-dots .owl-dot.active{
	background: var(--gold);
}


/*--------------
	HABERLER
---------------*/

.haberler-wrapper{
	flex-wrap:wrap;
	padding:60px 0;
	position: relative;
}

.haberler-header{
	display: block;
	width:50%;
	margin-bottom:60px
}

.haberler-title{
	display: block;
	width:100%;
	font-size:48px;
	line-height: 1.4;
	font-weight: 700;
	margin-bottom:6px
}

.haberler-description{
	display: block;
	width:100%;
	font-size:20px;
	line-height: 32px;
}

.haberler-list{
	display: block;
}

.haberler-wrapper .owl-stage-outer{
	overflow: visible;
	position: relative;
	transform: translate3d(0px, 0px, 0px);
	clip-path: inset( -100vw -100vw -100vw 0)
}

.haber-image{
	width:100%;
	display: inline-block;
}

.haber-image img{
	width:100%;
	height:100%;
	object-fit: cover;
	object-position: center;
}

.haber-title{
	display: block;
	width:100%;
	text-align: left;
}

.haber-name{
	display: inline-block;
	font-size:20px;
	line-height: 1.4;
	color:#000;
	font-weight: 500;
	margin-bottom:18px;
	margin-top:18px
}

.haber-summary{
	display: block;
	width:100%;
	font-size:16px;
	line-height: 24px;
	text-align: left;
}

.eut-separator-bottom {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 0;
	z-index: 0;
}

.eut-separator {
	position: absolute;
	bottom: -1px;
	left: 0;
}

.leaflet-popup-content {
    margin: 0;
    line-height: 0;
    width: 350px !important;
}

.eut-map-infotext{
	width:100%;
	height:auto;
	display: inline-block;
}

.eut-map-infotext a{
	width:100%;
	height:auto;
	display: inline-block;
	overflow: hidden;
}

.eut-map-infotext a img{
	max-width:350px;
	height:auto;
	display: inline-block;
}

/*---------------
	FOOTER
---------------*/

.footer-wrapper{
	padding:90px 0 30px 0;
	background:var(--black);
	flex-wrap:wrap;
	position: relative;
}


.footer-flex{
	width:100%;
	display: flex;
	flex-wrap:wrap;
	align-items: flex-start;
}

.footer-item-wrapper{
	width:25%;
	display: flex;
	flex-wrap:wrap;
	align-items: flex-start;
	justify-content: flex-start;
	padding-right:30px
}

.jc-end{
	justify-content: flex-end;
}

.jc-center{
	justify-content:center
}

.footer-contacts{
	margin-top:15px
}

.footer-contact{
	display: block;
	margin-bottom:15px;
	font-size:18px;
	line-height: 28px;
	color:#b8b9bb
}

.footer-social{
	margin:60px 0 0 0;
	padding:0;
	list-style-type: none;
	display:flex;
	flex-wrap:wrap
}

.footer-social li {
	display: inline-block;
	margin-right:10px;
}

.footer-social li a{
	width:41px;
	height:41px;
	line-height: 41px;
	font-size:15px;
	background: #0d3147;
	text-align: center;
	border-radius: 50%;
	color:#b8b9bb
}

.footer-social li a:hover{
	color:var(--gold)
}

.footer-title{
	display: block;
	font-size:18px;
	line-height: 28px;
	font-weight: 600;
	color:#fff;
	width:100%;
	margin-bottom:20px
}

.footer-list{
	display: block;
	width:100%;
	margin:0;
	padding:0;
	list-style-type: none;
}

.footer-list li{
	display: block;
	width:100%;
	margin-bottom:6px;
	line-height: 40px;
}

.footer-list li a{
	font-size:18px;
	display: inline-block;
	color:#b8b9bb;
}

.footer-list li a:hover{
	color:#ffffff
}

.footer-bottom-container{
	margin-top:90px;
	justify-content: space-between;
}

.copyright{
	font-size:12px;
	line-height: 24px;
	color:#B8B9BB
}

.footer-bottom-links{
	display:flex;
}

.footer-bottom-item{
	font-size:12px;
	line-height: 24px;
	display: inline-block;
	color:#B8B9BB;
	margin-right:15px
}

.footer-bottom-link{
	display: inline-block;
	color:#B8B9BB;
}

.footer-bottom-item:last-child:before{
	content:"|";
	font-size:12px;
	margin:0 10px 0 0;
	color:#B8B9BB
}

.footer-bottom-link{
	text-decoration: underline!important;
}

/*---------------
	FIXED FORM
---------------*/

.fixed-contact-wrapper{
	max-width:550px;
	height:100vh;
	background:var(--black);
	position: fixed;
	top:0;
	z-index:7000;
	text-align: center;
	right:-200%;
	transition:right 300ms ease 0s;
	overflow-y: auto;
}

.fixed-form-prepend{
	display: none;
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	background-color: rgba(209,182,147,.7);
	background-image: url(../../../img/site/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
	z-index:60000
}

.fixed-contact-wrapper.active{
	right:0
}

.fixed-contact{
	display: block;
	width:80%;
	margin:0 auto;
	text-align: left;
}

.fixed-contact-sub-header{
	margin:30px auto 60px auto
}

.fixed-form-close{
	display: inline-block;
	color:#808080;
	cursor:pointer
}

.fixed-contact-header{
	display: block;
	width:100%;
	margin-bottom: 3.846em;
}

.fixed-contact-title{
	display: block;
	font-size:34px;
	line-height: 44px;
	font-weight: 600;
	color:var(--gold);
	margin-bottom:15px
}

.fixed-contact-description{
	font-size:18px;
	display: block;
	color:#fff;
	line-height: 28px;
	width:100%;
}

.fixed-item{
	display: block;
	width:100%;
	margin-bottom:30px
}

.fixed-input{
	width:100%;
	display: block;
	border:none;
	color:#fff;
	border-bottom:1px solid #e9e9e9;
	height:42px;
	line-height: 42px;
	padding:10px;
	background: transparent;
	font-size:18px
}

.fixed-textarea{
	width:100%;
	display: block;
	border:none;
	color:#fff;
	border-bottom:1px solid #e9e9e9;
	height:62px;
	line-height: 24px;
	padding:10px;
	background: transparent;
	font-size:18px;
	resize:vertical
}

.fixed-input::placeholder{
	color:#fff;
	opacity:.5
}

.fixed-select{
	width:100%;
	height:48px;
	padding:10px;
	display: block;
	border:none;
	border-bottom:1px solid #e9e9e9;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color:var(--black);
	font-size:18px;
	background-image: url(../../../img/site/select-icon.png);
	background-position: center right;
	background-repeat: no-repeat;
	text-indent: 0;
	min-height: 30px;
}

.fixed-label{
	display: flex;
	width:100%;
	align-items:flex-start;
	position: relative;
	font-size:0;
	cursor: pointer;
	margin-top:30px
}

.fixed-checkbox{
	position: absolute;
	left:-99999px;
	top:0;
	opacity:0;
	visibility: hidden;
}

.fixed-label span{
	display: inline-block;
	min-width:20px;
	height:20px;
	border:1px solid #e9e9e9;
	border-radius:2px
}

.fixed-checkbox:checked + span{
	border-color:var(--gold)
}

.fixed-checkbox:checked + span:before{
	content:"\f00c";
	display: inline-block;
	font-family: fontAwesome;
	font-size:26px;
	color:var(--gold);
	position: relative;
	bottom:10px
}

.fixed-agree{
	display: inline-block;
	color:#808080;
	font-size:14px;
	line-height: 28px;
	padding-left:15px;
	margin-top:-5px;
}

.agree-link{
	display: inline-block;
	color:#fff;
	text-decoration: underline!important;
}

.fixed-button{
	border:none;
	padding: 1.250em 2.500em;
	font-size:18px;
	color:#fff;
	background: var(--gold);
	border-radius:45px;
	cursor: pointer;
	border:1px solid transparent;
	transition:all 200ms ease 0s
}

.fixed-button:hover,.fixed-button:focus{
	background: var(--black);
	border-color:#fff
}

.ikons-div{
	position: fixed;
	z-index:999999;
	right:15px;
	bottom:15px;
	display: inline-block;
}

.whatsapp{
	display: flex;
	align-items:center;
	justify-content: center;
}

.whatsapp-popup{
	display: inline-block;
	background: #fff;
	color:var(--black);
	padding:5px 10px;
	border:1px solid #e2e2e2;
	box-shadow:2px 2px 13px rgba(0,0,0,0.1);
	max-width:150px;
	font-size:14px;
	position: relative;
	border-radius:10px;
	margin-right:10px
}

.whatsapp-popup::after {
	content: '';
	position: absolute;
	background: white;
	border-bottom: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	right: -5px;
	top: 50%;
	margin-top: -4px;
	width: 8px;
	height: 8px;
	z-index: 1;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.whatsapp-ikon{
	display: inline-block;
	width:52px;
	height:52px;
	background: #25d366;
	border-radius:50%;
	text-align: center;
	line-height: 52px;
	font-size:36px;
	color:#fff;
	box-shadow:2px 2px 13px rgba(0,0,0,0.6);
}

/*-----------------
	HABERLER
------------------*/

.statik-haberler-container{
	flex-wrap:wrap;
	padding:0
}

.statik-haberler-header{
	width:50%;
	display: block;
	padding:0 15px;
	margin-top:50px;
}

.statik-haberler-title{
	display: block;
	width:100%;
	font-size:48px;
	line-height: 55px;
	font-weight: 700;
}

.statik-haberler-desc{
	width:100%;
	display: block;
	font-size:18px;
	line-height: 26px;
	margin-top:18px;
	color:#4b4e52
}

.statik-haberler-list{
	width:100%;
	display:flex;
	align-items:stretch;
	justify-content: flex-start;
	padding:90px 0;
	flex-wrap:wrap
}

.statik-haber-wrapper{
	display:block;
	width:33.33%;
	padding:0 15px;
	margin-top:30px;
	margin-bottom:80px
}

.statik-haber{
	display: block;
	width:100%;
}

.statik-haber-image{
	display: flex;
	align-items:center;
	justify-content:center;
	overflow: hidden;
	width:100%
}

.statik-haber-image img{
	max-width:100%;
	height:auto;
	display: inline-block;
}

.statik-haber-content{
	margin-top:15px;
	width:100%;
	display: block;
}

.statik-haber-title{
	display: block;
	width:100%;
	margin-bottom:18px
}

.statik-haber-title a{
	display: inline-block;
	font-size:20px;
	line-height: 1.4;
	font-weight: 500;
	color:#000
}

.statik-haber-summary{
	width:100%;
	display: block;
	font-size:16px;
	line-height: 22px;
}

.statik-haber-footer{
	margin-top:30px;
	display: block;
	width:100%;
	padding-bottom:20px;
}

.statik-haber-link{
	display: inline-block;
	color:#000;
	font-size:16px;
	line-height: 22px;
	transition:all 300ms ease 0s;
}

.statik-haber-link:hover{
	color:var(--gold)
}

.statik-haber:hover {
	border-bottom: 1px solid;
	border-image: linear-gradient(90deg, #FBD20E 0%, #E4222C 27%, #68429D 71%, #2173B9 100%) 1;
}

/*---------------------
	YASAL METİNLER
----------------------*/

.metinler-wrapper{
	padding-top:110px
}

.metinler-container{
	flex-wrap:wrap
}

.metinler-header{
	display: block;
	width:100%;
}

.metinler-title{
	font-weight: 700;
	font-size: 48px;
	line-height: 55px;
	color:#00263e;
}

.metinler-flex{
	width:100%;
	display: flex;
	align-items: flex-start;
	margin-top:60px
}

.metinler-left{
	width:25%;
	display: block;
	padding-right:15px;
}

.metinler-list{
	width:100%;
	display: block;
	margin:0;
	padding:0;
	list-style-type: none;
}

.metinler-list li{
	display: block;
	margin-bottom:15px
}

.metinler-list li a{
	display: inline-block;
	font-size:18px;
	color:var(--black);
	font-weight: 700;
}

.metinler-list li a:hover,
.metinler-list li a.active{
	color:var(--gold)
}

.metinler-text-wrapper{
	width:75%;
	display: block;
}

.metinler-text{
	display: block;
	width:100%;
	font-size:16px;
	line-height: 32px;
}

.metinler-text p{
	margin-bottom:30px
}

.page{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
}

.page-left{
	width:20%;
}

.page-right{
	width:80%
}

.page-cover-wrapper{
    width:100%;
    min-height:500px;
    padding:60px 0;
    display:flex;
    align-items:center;
    background: var(--black);
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
	background-size: cover;
}

.page-cover-wrapper:before{
    content: "";
    position: absolute;
    background: linear-gradient(146deg, rgba(var(--c-2-rgb), 0.95) 35%, rgba(28,25,89,0) 100%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.page-cover-container{
    position: relative;
    z-index:200
}

.page-cover-content{
    width:41%;
    display: block;
}

.page-cover-sub-title{
    display: block;
    width:100%;
    font-size:14px;
    color:#fff;
    padding-left:60px;
    position: relative;
    letter-spacing:1px
}

.page-cover-sub-title:before{
    content:"";
    width:50px;
    height:1px;
    position: absolute;
    top:6px;
    left:0;
    background: #fff;
}

.page-cover-title{
    display: block;
    width:100%;
    font-size:34px;
    line-height: 44px;
    color:#fff;
    margin-top:17px;
}

.page-cover-desc{
    display: block;
    width:100%;
    color:rgba(255,255,255,0.7);
    font-size:20px;
    line-height: 28px;
    margin-top:17px
}

.page-cover-buttons{
	width:100%;
	display: flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:flex-start;
	list-style: none;
	font-size:0;
	margin-top:30px
}

.page-cover-button{
	display:flex;
	font-size:16px;
	font-weight: 600;
	padding:20px 30px;
	margin-right:15px;
	margin-top:15px;
	border-radius:6px;
	color:#fff;
	border:1px solid #fff
}

.page-cover-button.active,
.page-cover-button:hover{
	background: #fff;
	color:var(--black);
}

.projeler-container{
	padding:0
}

.projeler-items{
    width:100%;
    display:flex;
	flex-wrap:wrap;
	padding-bottom:60px
}

.proje-item-wrapper{
    width:25%;
    padding:0 15px;
    display: block;
    position: relative;
    margin-top:60px
}

.proje-item{
    display: block;
    width:100%
}

.proje-item-image{
    width:100%;
    height:300px;
    overflow: hidden;
    position: relative;
}

.proje-item-image img{
    width:100%;
    height:100%;
    object-fit: cover;
    object-position: center;
    transition:all 200ms ease 0s
}

.proje-item:hover .proje-item-image img{
    transform:scale(1.05);
}

.proje-item-image-link-wrapper{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    z-index:100;
    padding:5px;
    opacity:0;
    visibility: hidden;
    transition:all 300ms ease 0s
}

.proje-item-image-link{
    width:100%;
    height:100%;
    background: linear-gradient(46deg, rgba(var(--c-2-rgb), 0.95) 35%, rgba(28,25,89,0) 100%);
    display:flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding:15px;
    overflow: hidden
}

.proje-item-summary{
    display: block;
    width:100%;
    font-size:16px;
    line-height: 26px;
    color:#fff
}

.proje-item:hover .proje-item-image-link-wrapper{
    opacity: 100;
    visibility: visible;
}

.proje-item-title{
    width:100%;
    display: block;
    margin-top:15px;
}

.proje-item-title-link{
    font-size:18px;
    font-weight: 600;
    color:#000;
    display: inline-block;
}

.proje-item-location{
	display: block;
	margin:3px 0;
	font-size:14px;
}

.proje-item-desc{
	display: block;
	font-size:12px;
	color:#707070
}

.proje-item:hover .proje-item-title-link{
	color:var(--turkuaz)
}

.no-result{
	width:100%;
	display: flex;
	padding:60px 30px;
	background: var(--black);
	flex-wrap:wrap;
	justify-content: center;
	align-items: center;
	border-radius:8px
}

.no-result img{
	width:300px
}

.no-result p{
	width:100%;
	display: block;
	text-align: center;
	margin-top:60px;
	color:#fff;
	font-size:25px
}

.no-result .page-cover-buttons{
	justify-content: center;
	text-align: center;
}