
html, body{
	overflow-x: hidden;
	font-family: PoppinsRegular;
	font-size: 16px;
	min-height: 100vh;
	background: #fff;
	color: #404040;
}

:root{
	--anarenk : #2e3092;
}

select {
  position: relative;
  background: transparent url('../img/arrow-select.png') no-repeat 98% 7px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;  
}

a{
	transition: all 0.3s;
}

[data-scroll] {
  transition: all 2s;
}
[data-scroll="in"] {
  opacity: 1;
  transform: translateY(0);
}
[data-scroll="out"] {
  opacity: 0;
  transform: translateY(50px);
}

#main-wrapper{
	margin:0 30px;
}

/* Header */
.header-social a{
	display: block;
	margin-left: 20px;
	color: #a6a6a6
}

.header-social a:hover{
	color: #777
}

.logo-wrap{
	min-width:200px;
	max-width: 260px;
	margin-top: -40px;	
}

.main-menu{
	position: relative;
}

.menu-link{	
	color:#4b4b4b;
	margin-left: 30px;
	font-family: DINProLight;
}

.menu-link.active{
	color:#2e3092;
}



/* mobil button */
.menu-button{	
	width: 50px;
	height: 60px;
	border: none;	
	overflow: hidden;
	background: var(--anarenk);
	margin-left: 15px;
	margin-top:-20px;
}

.menu-button i{
	color:#fff;
	font-size: 1.4rem
}	

.main-content{
	min-height: 100vh;
}



/* footer */
#footer{
	margin-left:30px;
	margin-right:30px;
}


.newsletter-label{
	color: #2e3092;
	font-size: 1.1rem;
	font-family: PoppinsSemiBold;
}

.newsletter-input{
	width: 350px;
	border-radius: 0;
	border:0;
	padding: 5px 10px;
	border-left: 1px solid #b9b9b9;
	border-top: 1px solid #b9b9b9;
	border-bottom: 1px solid #b9b9b9;
}

.btn-newsletter{
	border:0;
	border-radius: 0;
	display: block;
	background: #2e3092;
	color: #fff;
	width:50px;
	min-width: 50px;
	transition: all 0.3s
}

.btn-newsletter:hover{
	background: #17185b;
}

.lbl-poplicy{
	font-family: PoppinsLight;
	color: #555;
	margin-left: 6px;
}

.footer-resv{
	color: #999
}

.author-link, .author-year{
	color: #111;
	font-family: PoppinsSemiBold;
}

.author-right{
	border-top:1px solid #2e3092;	
}

.snp-footer-el-yazi{
	color: #000;
	 font-family: FairProsper;
	 font-size: 2.5rem
}

.spn-footer-follow{
	color: #777;	
}

.footer-social-link{
	color: #000;
	font-size: 1.2rem
}

.footer-social-link:hover{
	color: var(--anarenk);
}

#btnYukari{
	position: fixed;
	z-index: 100;
	right: 15px;
	bottom: 15px;
	width: 45px;
	height: 50px;
	background: var(--anarenk);	
	color: #fff;
	cursor: pointer;	
	transition: all 0.5s;
	text-align: center;
	font-size: 1.5rem;
	padding-top: 7px;
	opacity: 0.8;
}

.policy-link{
	cursor:pointer;
	transition: all 0.3s;
}

.policy-link:hover{
	color: var(--anarenk);
}

.policy-wrapper{
	position: fixed;
	z-index: 100;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	background:rgba(0,0,0,0.7);
	display: none;	
}

.policy-wrapper.show{
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.policy-content{
	width:90%;
	min-height: 100%;
	overflow-y: scroll;
	background: #fff;
	padding:30px;
}
/* ./ footer */


/* index ----*/
.manset-text-wrap{
	position: absolute;
	z-index: 3;
	left:5%;
	bottom:20%;
	color: #f8f8f8
}

.manset-text-wrap h1{
	font-family: PoppinsLight;
	color: #fff;
	display: block;
	animation: sagdan 1s linear
}

.manset-text-wrap h1 span{
	font-family: PoppinsBold;
	color: #fff
}

.manset-text-wrap p{	
	font-family: PrestigeEliteStdBd;
	font-size: 2rem;
	animation: asagidan 1s linear
}

@keyframes sagdan{
  0% {margin-left:10%; opacity: 0}
  100% {margin-left:0%; opacity: 1}
}

@keyframes asagidan{
  0% {margin-left:-10%; opacity: 0}
  100% {margin-left:0%; opacity: 1}
}


.slider-message-wrapper{
 	width: 350px;
 	min-height:250px;
 	background: #fff;
 	border-radius: 20px;
 	position: absolute;
 	z-index: 10;
 	right: 40px;
 	bottom: -55px;
 	padding: 20px;
 	border:1px solid #eee;
 	box-shadow: 0 0 30px #ccc;
 	animation: sagdan 2s linear
}

.border-red{
	border:1px solid red!important
}

.message-input-wrap{
	border:1px solid #ccc;
	padding: 5px
}

.message-input-wrap label{
	min-width: 90px;
	width: 90px
}

.message-input-wrap input{
	width: 100%;
	border:0;
	padding: 3px 10px
}

.message-input-wrap input::placeholder{
	color: #999
}

.message-input-wrap textarea{
	width: 100%;
	border:0;
	padding: 3px 10px;
	resize: none
}

.message-input-wrap textarea::placeholder{
	color: #999
}

.message-input-wrap2{
	border:none;
	background: var(--anarenk);
	color:#fff;
	padding: 10px;
	font-family: PoppinsSemiBold;
	border-radius: 10px;
}

.message-input-wrap2 select{
	display: block;
	width: 100%;
	color: #FFF;
	border:0;
	background: transparent url('../img/arrow-white2.png') no-repeat 98% 7px;
}

.message-input-wrap2 select option{
	color:#444;
	font-family: DINMedium;
}

.btn-send{
	width: 100%;
	padding: 10px 20px;
	background: #000;
	border:0;
	border-radius: 10px;
	color:#fff;
	margin-top: 20px;
	font-family: PoppinsBold;
	font-size: 1.2rem;
	transition: all 0.3s
}

.btn-send:hover{
	background: var(--anarenk);
	color: #fff
}

.section-header{
	font-size: 2rem;
	position: relative;
	font-family: DINProLight;
}

.section-header:before{
	content:'';
	position: absolute;
	width: 50px;
	height: 7px;
	background: var(--anarenk);
	bottom:-5px;
	left:50%;
	transform: translateX(-50%);
}

.our-services-header{
	font-family: DINProLight;
	margin-top: -30px;
}

.sh-spn1{
	color: #c0c0c0
}

.our-services-wrap{		
	overflow: hidden;	
	height: 20vw;
	position: relative;
}

.our-services-wrap img{	
	min-width: 100%;
	min-height:100%;
	position: absolute;
	bottom:0;
	right: 0;
	z-index: 1
}

.our-services-wrap .over{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	background: var(--anarenk);
	z-index: 1;
	opacity: 0.5;
	transition: all 0.7s
}

.our-services-wrap span{
	z-index: 2;
	color: #fff;
	position: absolute;
	top:50%;
	left:50%;
	transform: translateX(-50%);
	font-size: 1.8rem;
}

.our-services-wrap span:before{
	content:'';
	position: absolute;
	width: 40px;
	height: 4px;
	bottom: -8px;
	left:50%;
	transform: translateX(-50%);
	background: #fff
}

.our-services-wrap:hover .over{
	width: 0;
	height: 0;
	top:50%;
	left:50%
}

.our-services-wrap img{
	transition: all 0.5s
}

.our-services-wrap:hover img{
	filter: grayscale(100%);
}

.index-about-content{
	min-height: 35vh;
	background: url('../img/about-bg.png') no-repeat 0 0;
	background-size: cover;
	background-position: left
}

.index-about-content img{
	max-height: 50vh
}

.col-header{
	 font-family: DINProLight;
}

.col-header:before{
	content:'';
	position: absolute;
	width: 40px;
	height: 4px;
	bottom: -8px;
	left:50%;
	transform: translateX(-50%);
	background: var(--anarenk)
}

.yorum-title{
	color: #000;
	font-family: PoppinsSemiBold;
}

.yorum-name{
	font-family: PoppinsBold;
	font-size: 1.1rem;
	color:747474;
}

.index-galeri-wrap{
	overflow: hidden;		
	position: relative;		
}

.index-galeri-wrap img{
	width: 100%;
	min-height:100%;
	position: absolute;
	bottom:0;
	right: 0;
	z-index: 1
}

.galeri-over{
	position: absolute;
	z-index: 2;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	transition: all 0.8s
}

.index-galeri-wrap:hover .galeri-over{
	width: 0;
	height: 0;
	top: 50%;
	left:50%
}

.more-link{
	color: #000;
	font-family: DINMedium;
	font-size: 1.3rem;
	position: relative;
	display: block;
	width: 100px;
	border-bottom: 1px solid #666;	
}

.more-link:hover{
	color:var(--anarenk);
}

.info-text-wrap{
	position: relative;
	z-index: 2;
	background:#fff;
	padding: 15px;
	width: 90%;
	margin-top: -30px;
	box-shadow: 0 0 20px #ddd;
}

.info-h4{
	position: relative;
}

.info-h4:before{
	content: '';
	position: absolute;
	bottom:-10px;
	left: 0;
	width: 60px;
	height: 2px;
	background: var(--anarenk)
}

.info-h4 span{
	font-family: PoppinsBold;
	color: var(--anarenk)
}

.info-text-wrap p{
	color: #999
}

.video-over{
	position: absolute;
	z-index: 3;
	top:0;
	left:0;	
	width: 100%;
	height: 98.5%;
	background: rgba(0,0,0,0.7);
	transition: all 0.5s
}

.video-line{
	position: absolute;
	z-index: 2;
	top:48%;
	left:50%;	
	transform: translateX(-50%) translateY(-50%);
	width: 95%;
	height:85%;	
	border:5px solid #fff;
	opacity: 0.7;
	transition: all 0.5s
}

.video-player{
	width: 65px;
	height: 65px;
	position: absolute;
	z-index: 3;
	top:50%;
	left:50%;
	transform: translateX(-50%) translateY(-50%);
	transition: all 0.5s
}

.index-video-wrap:hover .video-over{
	height: 0
}

.index-video-wrap:hover .video-player{
	opacity: 0
}

.video-link-wrapper{
	position: relative;
	overflow: hidden;
}

.video-link-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	width: 100%;
	height: 100%;
}

.section-header a{
	color: #000;
}

.section-header a:hover{
	color: var(--anarenk)
}

.btn-referans-nav{
	position: absolute;
	z-index: 3;
	top:63%;
	width: 50px;
	height: 40px;
	border:0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center
}

.btn-referans-nav i{
	font-size: 1.5rem;
	color: #888
}

.btn-referans-nav.prev{		
	left:-30px;	
}

.btn-referans-nav.next{		
	right:-30px;	
}

.index-blog-ozet{
	height: 125px;
	overflow: hidden;	
}

.video-content:before{
	content: '';
	z-index:0;
	position: absolute;
	top: -60px;
	left: -200px;
	width: 400px;
	height: 400px;
	background: #f4f4f4;
	border-radius: 50%;

}
/*  ./ index */



/* about */
.about-content:before{
	content: '';
	z-index:-1;
	position: absolute;
	top: 0px;
	left: -200px;
	width: 400px;
	height: 400px;
	background: #f4f4f4;
	border-radius: 50%;
}

#page-banner{
	height: 235px;
	background: url('../img/banner-bg.jpg') no-repeat 0 0;
	background-position: center;
	background-size: cover;
}

.banner-text-wrapper{
	position: relative;
	z-index: 2;
	margin-left: 50px;
	padding-top: 90px
}

.banner-text-wrapper h1{
	color: #fff;
	font-size: 2rem;
	font-family: DINProLight;
}

.banner-text-wrapper h6{
	color: #5559f0;
	font-size: 1.1rem;
	 font-family: DINProLight;
}

.banner-line{
	width: 50px;
	height: 6px;
	background: #fff;
}

.banner-bg-text{
	position: absolute;
	z-index: 1;
	color: #33359d;
	font-size: 8vw;
	font-family: PoppinsBold;
	top:50%;
	left:50%;
	transform: translateX(-50%) translateY(-40%);
	opacity: 0.8;
	letter-spacing: 15px;
	width: 100%;
	text-align: center;
}

/* ./about */


/* contact */
.contact-h1{
	font-family: PoppinsBold;
	font-size: 1.3rem;
	height: 40px;	
	padding-left: 15px;
	padding-top: 6px;
	color: var(--anarenk)
}

.contact-header-wrap{
	padding-left: 10%;
	padding-right: 10%;
}

.contact-p{
	padding-left: 15px;
	padding-top: 20px;	
	color: #777
}

.contact-p a{	
	color: #777
}

.contact-p a:hover{
	color: var(--anarenk)
}

.cont-cent-header h4{
	color: var(--anarenk);
	font-family: PoppinsSemiBold;
}

.cont-cent-header p{
	font-size: 1.2rem;
}

.ana-renk{
	color: var(--anarenk)
}

.send-btn{
	border:0;
	border-radius: 0;
	text-align: center;
	color: #fff;
	background: var(--anarenk);
	font-family: PoppinsSemiBold;
	width: 100%;
	padding: 15px;
	transition: all 0.3s
}

.send-btn:hover{
	color: #fff;
	background: #000
}

.ilt-number-wrap{
	min-width: 80px;
}

.contact-box{
	padding-top: 10px;
	position: relative;
	border: 2px solid #eee;
	min-height: 22vh;
}

.contact-box:before{
	content: '';
	position: absolute;
	top: 10px;
	left: -4px;
	width: 6px;
	height: 40px;
	background: var(--anarenk);
}
/* contact */



/* faq  */
.faq-accordion-header{
	padding: 20px 0;
	border-bottom: 1px solid #222;
}

.faq-accordion-header.active{
	background: var(--anarenk);
	color: #fff;
	font-family: PoppinsMedium;
	padding: 20px;
	border-bottom: 0;
}

.faq-accordion-header button{
	position: absolute;
	z-index: 2;
	top: 20px;
	right: 10px;
	width: 30px;
	height: 30px;
	background: transparent;
	border:0;	
}

.faq-accordion-header.active button{	
	color: #fff
}

.faq-accordion-item{	
	margin-bottom: 5px;
	padding: 10px 0;
}

.faq-accordion-content{
	position: relative;
	overflow: hidden;
	height: 0;	
	padding: 0;
}

.faq-accordion-content.active{
	height: auto;
	padding: 15px;
}

/*  ./ faq */



/* projects */
.projetc-page-header{
	font-family: DINProLight;
	color: var(--anarenk);
	position: relative;
}

.projetc-page-header:after{
	content: '';
	position: absolute;
	width: 50px;
	height: 6px;
	background: var(--anarenk);
	left:50%;
	transform: translateX(-50%);
	bottom: -10px
}

.index-proje-ozet{
	height: 100px;
	overflow: hidden;
}

.project-header-link{
	display: flex;
	align-items: center;
	justify-content: center;
	border:1px solid #888;
	color: #777;
	text-align: center;
	width: 190px;
	height: 50px;
	margin: 10px;
}

.project-header-link:hover{
	border:1px solid var(--anarenk);
	background:var(--anarenk);
	color: #fff
}

.project-header-link.active{
	border:1px solid var(--anarenk);
	background:var(--anarenk);
	color: #fff;
}

.project-wrapper{
	display: block;	
	overflow: hidden;
	height: 20vw;
}

.project-wrapper img{
	width: 100%;
	min-height: 100%;
}

.project-wrapper .over{
	position: absolute;
	z-index: 2;
	top:0;
	left: 0;
	width: 100%;
	height:100%;
	background: rgba(0,0,0,0.4); 
	transition: all 0.8s
}

.project-wrapper i{
	position: absolute;
	z-index: 3;
	width: 30px;
	height: 30px;
	top:50%;
	left:50%;
	transform: translateX(-50%) translateY(-50%);
	color: #fff;
	font-size: 1.8rem;
	transition: all 1s
}

.project-wrapper:hover .over{
	width: 0;
	height: 0;
	left: 50%;
	top:50%
}

.project-wrapper:hover i{
	width: 0;
	height: 0;
	left: 50%;
	top:50%;
	font-size: 0;
}

.project-item-header{
	position: relative;
	font-family: DINProLight;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.project-item-header:after{
	content: '';
	position: absolute;
	left:0;
	bottom: -3px;
	width: 35px;
	height: 5px;
	background: var(--anarenk);
}

.pd-header{
	position: relative;
	font-family: PoppinsSemiBold;	
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 2px solid #dedede;
}

.pd-header:after{
	content: '';
	position: absolute;
	z-index: 1;
	width: 80px;
	height: 5px;
	background: var(--anarenk);
	left:0;
	bottom:-3px;
}

.pd-details{
	font-family: PoppinsRegular;
	color: #777;
	line-height: 28px
}

.pd-img-wrapper img{
	width: 100%;
}

.pd-other-img-wrapper{
	position: relative;
	overflow: hidden;
	height: 20vw;
	padding: 2px;	
	transition: all 0.5s;	
}

.pd-other-img-wrapper img{
	width: 100%;
	min-height: 100%;
}

.pd-other-img-wrapper:hover{
	transform: rotate(3deg);
}
/* projects */


/* services */
.services-wrapper{
	position: relative;
	background: #f3f3f3;
}

.services-wrapper:before{
	content: '';
	position: absolute;
	left: -19%;
	top: 0;
	width: 20%;
	height: 100%;
	background: #f3f3f3;
}

.services-wrapper:after{
	content: '';
	position: absolute;
	right: -19%;
	top: 0;
	width: 20%;
	height: 100%;
	background: #f3f3f3;
}


.services-img-wrapper{
	overflow: hidden;
	min-width: 100%;	
}

.services-img-wrapper img{
	min-width: 100%;	
}

.services-header{
	color: #222;
	font-family: PoppinsSemiBold;
}

.services-text{
	font-family: PoppinsRegular;
	color: #777;
	line-height: 28px
}

.services-count{
	position: absolute;
	z-index: 1;
	bottom:0;
	border: 1px solid #f3f3f3;
	width: 80px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	font-size: 1.1rem
}

.sc-left{
	left:0
}

.sc-right{
	right: 23px;
}

.services-more{
	display: block;
	width: 130px;
	height: 44px;
	background: var(--anarenk);
	color: #fff;
	font-family: DINProLight;
	display: flex;
	align-items: center;
	justify-content: center;
}

.services-more:hover{
	background: #000;
	color: #fff
}

.sd-header{
	position: relative;
	font-family: PoppinsLight;
	color: #000;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 2px solid #f0f0f0;
}

.sd-header span{
	font-family: PoppinsBold;
}

.sd-header:before{
	content: '';
	position: absolute;
	z-index: 1;
	width:100px;
	height: 2px;
	background: var(--anarenk);
	left:0;
	bottom: -2px
}

.sd-header:after{
	content: '';
	position: absolute;
	z-index: 2;
	width:50px;
	height: 7px;
	background: var(--anarenk);
	left:0;
	bottom: -4px
}

.sd-sld-img-wrap{
	position: relative;
	z-index: 1;
	height: 22vw;
	overflow: hidden;
}

.sd-sld-img-wrap .over{
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	background: rgba(0,0,0,0.7);
	transition: all 0.5s
}

.sd-sld-img-wrap i{
	position: absolute;
	z-index: 3;
	display: block;
	width: 40px;
	height: 40px;
	color: #fff;
	top:50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-size: 2rem;
	transition: all 0.5s
}

.sd-sld-img-wrap img{
	width: 100%;
	min-height: 100%;
}

.sd-sld-img-wrap:hover .over{
	left: -1000px
}

.sd-sld-img-wrap:hover i{
	opacity: 0
}

.services-inside{
	z-index: 3;
}

.left-green{
	z-index: 1;
}

.left-green:before{
	content: '';
	position: absolute;
	z-index: 0;
	height: 100%;
	width: 70%;
	left: -100px;
	top: 0;
	background: #f8f8f8;
}
/* ./ services */



/* videos page */
.video-page-wrapper{
	position: relative;
	overflow: hidden;
	width: 100%;	
}

video{
	object-fit: cover;
  width: 100%;
  height: 100%;
}

.video-page-wrapper:hover .video-over{
	opacity: 0;
	width: 0;
	height: 0;
	top:50%;
	left:50%;	
}

.video-page-wrapper:hover .video-line{
	opacity: 0;
	width: 0;
	height: 0;
	top:50%;
	left:50%;	
}

.video-page-wrapper:hover .video-player{
	opacity: 0;
	width: 0;
	height: 0;
	top:50%;
	left:50%;	
}

/* ./videos page */


/* blog */
.blog-list-ozet{
	position: relative;
	z-index: 10;
	margin-top: 60px;
	margin-left: -180px;
	background: #fff;
	min-height: 27vh;	
	 -webkit-box-shadow: 0 8px 6px -6px #eee;
  -moz-box-shadow: 0 8px 6px -6px #eee;
  box-shadow: 0 8px 6px -6px #eee;
}

.blog-list-header{
	text-transform: uppercase;
	color: var(--anarenk);
	font-family: PoppinsBold;
}

.btn-blog-more{
	display: inline-block;
	color: #fff;
	padding: 8px 40px;
	background: #000;
	transition: all 0.3s;
	font-family: PoppinsRegular;
	margin-top: 20px;
}

.btn-blog-more:hover{
	background: var(--anarenk);
	color: #fff;
}

.blog-message-wrapper{
	width: 280px;
	height: auto!important; 
	bottom:auto;	
 	background: #fff;
 	border-radius: 20px;
 	position: absolute;
 	z-index: 10;
 	right: 40px;
 	top:50px;
 	padding: 20px;
 	border:1px solid #ccc;
 	animation: sagdan 2s linear
}

.blog-message-wrapper h3{
	font-size: 1.5rem;
}

.blog-message-wrapper .message-input-wrap{
	font-size: 0.9rem;
}

.blog-message-wrapper .message-input-wrap2{
	font-size: 0.8rem;
}

.btn-blog-send{
	width: 100%;
	padding: 10px 20px;
	background: #000;
	border:0;
	border-radius: 10px;
	color:#fff;
	margin-top: 10px;
	font-family: PoppinsSemiBold;
	font-size: 1rem;
	transition: all 0.3s
}
/* ./blog */

.about-message-wrapper{
	top:-100px
}

.owl-referans{
	position: relative;
	background: #f2f2f2;
}

.owl-referans:after{
	content: '';
	position: absolute;
	top: 0;
	left:-19%;
	height: 100%;
	width: 20%;
	background: #f2f2f2;
}

.owl-referans:before{
	content: '';
	position: absolute;
	top: 0;
	right:-19%;
	height: 100%;
	width: 20%;
	background: #f2f2f2;
}

@media (min-width: 1500px){
	.video-page-wrapper{	
		height:50vh;
	}

	.our-services-wrap{	
		height: 17vw;
	}

	.index-galeri-wrap{
		height: 22vw;			
	}

	.contact-box{
		min-height: 18vh;
	}
}


@media (min-width:1300px) and (max-width: 1499px){
	.video-page-wrapper{	
		height:42vh;
	}

}

@media (min-width:1100px) and (max-width: 1299px){
	.video-page-wrapper{	
		height:38vh;
	}
}

@media (min-width:993px) and (max-width: 1099px){
	.video-page-wrapper{	
		height:33vh;
	}
}

.reference-wrap{
	height: 8vw;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border:3px solid #f0f0f0;
	transition: all 0.5s;
	padding: 20px;
}

.reference-wrap img{	
	width: 100%;
	max-height: 100%;
}

.reference-wrap:hover{
	border:3px solid var(--anarenk);
}

.acr-faq-item{
	border: 0;
	border-bottom:1px solid #000
}

.acr-faq-button.collapsed{
	background: transparent !important;
	color:#666 !important;	
	padding-left: 0;
}


.acr-faq-button:not(.collapsed){	 
	background: var(--anarenk) !important;
	color:#fff !important;
	
}

.acr-faq-body{
	color: #777;
	background: #f6f6f6;
	margin-bottom: 15px;
}

.pi-number{
	position: absolute;
	z-index: 6;
	font-size: 10rem;
	color: #f8f8f8;
	top: -40px;
	right: 10px;
	font-family: PoppinsExtraBold;
	background: #fff;
}

.image-category-name{
	display: block;
	color: #222;
}

.overlay-menu{
	position: fixed;
	top:0;
	left:-110%;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 2500;
	background: rgba(46,48,146,0.5);
	padding-top: 150px;
	transition: left 0.3s linear;
}

.overlay-menu.active{
	left:0
}

.overlay-menu li a{
	display: block;
	margin: 20px 0;
	color:#fff;
	font-size:1.5rem;	
}

.overlay-menu-close{
	position: absolute;	
	text-align: center;
	color: #fff;
	font-size: 2.5rem;
	top:80px;
	right: 30px;
	padding: 5px 15px;
	background: transparent;
}








@media (max-width:992px){

	.overlay-menu{
		display: none;
	}

	.mobil-button{			
		position: absolute;
		right: 20px;
		top:55px;		
		z-index: 1500;
		width: 50px;
		height: 50px;		
		padding: 6px;
		border: none;	
		overflow: hidden;
		background: var(--anarenk);	
		transition: all 0.8s
	}
	
	.mobil-button span{
		display: block;
		height: 2px;
		background: #fff;
		transition: all 0.5s;
	}

	.mb-spn-1{
		position: absolute;
		top:25%;
		left:50%;	
		transform: translateX(-50%);
		width: 75%;
	}	

	.mb-spn-2{
		position: absolute;
		top:47%;
		left:50%;	
		transform: translateX(-50%);
		width: 75%;
	}	

	.mb-spn-3{
		position: absolute;
		top:70%;
		right:6px;			
		width: 60%;
	}

	.mobil-button.open{
		background: transparent;
	}

	.mobil-button.open .mb-spn-1{
		width: 100%;
		top: 23px;
		left: 0;
		transform: rotate(45deg);
	}
	
	.mobil-button.open .mb-spn-2{
		transform: translateX(200px)!important;
	}
	

	.mobil-button.open .mb-spn-3{
		width: 100%;
		left: 0;
		top: 23px;
		transform: rotate(-45deg);
	}

	/* menu */
	.main-menu{
		position: fixed;
		z-index: 1000;
		top: 0;
		left:-110%;
		z-index: 1500;
		width: 100%;
		height: 100vh;
		overflow-y: auto;
		background: #222;	
		transition: all 0.5s	
	}

	.main-menu.menu-open{
		left: 0;
	}

	.mobil-logo{
		width: 110px;
		margin-left: 30px;
		margin-bottom: 15px
	}

	.menu-link{
		display: block;
		color: #999;
		font-size: 1.2rem;
		font-family: PoppinsSemiBold;
		margin-bottom: 7px;
		border-bottom:1px solid #333;
		padding-bottom: 5px
	}
	

	.menu-link.active{
		color: #fff
	}

	.slider-message-wrapper{
		position: relative;
		width: 100%;		
		left:0;
		top:0;
		margin: 20px 0
	}

	.message-input-wrap2{
		font-size: 1rem
	}
	
	.manset-text-wrap h1{
		font-size: 1.6rem
	}

	.manset-text-wrap p{
		margin-top: 15px;
		font-size: 1.3rem
	}
	
	.section-header{
		font-size: 1.5rem
	}

	.index-about-content{
		height: auto;
		background:#fff;
	}

	.index-about-content img{
		max-height: 40vh
	}

	.btn-referans-nav.prev{		
		left:-15px;	
	}

	.btn-referans-nav.next{		
		right:-15px;	
	}

	#page-banner{
		height: 150px;		
	}

	.banner-text-wrapper{
		padding-top: 30px;
		margin-left: 26px
	}
	

	.project-wrapper{		
		height:30vw;		
	}

	.pd-other-img-wrapper{		
		height: 28vw;
	}

	.video-player{
		width: 35px;
		height: 35px;
	}

	.blog-list-ozet{	
		margin-top: 10px;
		margin-left: 0;		
	}

	.left-green:before{		
		width: 130%;
	}

	.pi-number{
		display: none;
	}
	
	

}




@media (max-width:768px){
	
	.newsletter-input{
		width: 200px;
	}

	.manset-text-wrap h1{
		font-size: 1.5rem
	}

	.manset-text-wrap p{
		font-size: 1.2rem;
		line-height: 20px;
		margin-top: 10px;
	}

	.banner-bg-text{
		display: none;
	}

	.project-wrapper{		
		height:55vw;		
	}

	.pd-other-img-wrapper{		
		height: 50vw;
	}

	.sd-sld-img-wrap i{
		font-size: 1.5rem;		
	}

	.reference-wrap{
		height:15vw;
	}
}


@media (max-width:576px){
			
	#main-wrapper{
		margin:0 10px;
	}

	#footer{
		margin-left:10px;
		margin-right:10px;
	}

	.section-header{
		font-size: 1.2rem
	}

	.contact-header-wrap{
		padding-left: 0;
		padding-right: 0;
	}	

	.sd-sld-img-wrap{	
		height: 50vw;
	}

	.sd-sld-img-wrap i{
		font-size: 1.1rem;		
	}

	.our-services-wrap{	
		height: 50vw;
	}

	.index-galeri-wrap{
		height: 50vw;			
	}

	.reference-wrap{
		height:25vw;
	}

	



}


@media (max-width:400px){
	
	.message-input-wrap2{
		font-size: 0.8rem
	}

}








.k{border: 1px solid red}
.m{border: 1px solid blue}
.y{border: 1px solid green}