body {margin:0; font-family:'Nunito'; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
a{text-decoration:none !important;}
.img img {width:100%}
ul {margin:0; padding:0; list-style:none}
:focus {
outline: 0;
}
input[type="button"],input[type="submit"],a,.transition,li { -webkit-transition: background-color 0.3s linear,color 0.3s linear,opacity 0.3s linear ;-moz-transition: background-color  0.3s linear,color 0.3s linear,opacity 0.3s linear ; -ms-transition: background-color  0.3s linear,color 0.3s linear,opacity 0.3s linear ;-o-transition: background-color  0.3s linear,color 0.3s linear,opacity 0.3s linear ; transition: background-color  0.3s linear,color 0.3s linear,opacity 0.3s linear ;}
.container {width:1200px}
:root {
  --renk1: #21aab0;
}

.btn1  {
  min-width: 284px;
 
  font-size: 16px;
  font-weight: 600;
  
  color: #ffffff;
  background-color:var(--renk1);
  display:inline-block;
  padding:6px 0;
  text-align:center
}
.btn1:hover  {background-color:#3c3c3c; color:#fff}

.btn2  {
  width: 100%;
 
 font-size: 22px;
  font-weight: 600;
  
  color: #ffffff;
  background-color:var(--renk1);
  display:inline-block;
  padding:10px 0;
  text-align:center;
  border:none
}
.btn2:hover  {background-color:#3c3c3c; color:#fff}

header  {padding:30px 85px}
header .logo {width:230px; display:inline-block}
header .logo img {width:100%}
header .nav  {display:inline-block; float:right; padding-top:20px}
header .nav > ul  > li {display:inline-block; margin:0 15px }
header .nav > ul  > li.active > a  { border-bottom:solid 2px var(--renk1)}
header .nav > ul  > li:hover > a  { border-bottom:solid 2px var(--renk1)}
header .nav > ul  > li > a:hover  {color: var(--renk1)}
header .nav ul  li a  {
	padding-bottom:2px;
  font-size: 22px;
  font-weight: normal;

  color: #555555;
 
}

header .nav > ul > li .sub {display:inline-block; text-align:left; position:absolute; max-width:1200px; width:auto;  right: 0; display:none; z-index:101; padding:48px 20px 0;  }
header .nav > ul > li .sub .in {background-color:#FFF; padding:17px 77px; background-image:url('../img/logo.png'); background-position:center; background-repeat:no-repeat}
header .nav > ul > li .sub2 > ul > li >  a {
  font-size: 22px;
  font-weight: bold;
  color: #3c3c3c; 
}
header .nav > ul > li .sub2 > ul > li {
  padding: 20px 0;
  display:inline-block}
header .nav > ul > li .sub2 > ul > li >  ul a {
 font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.19;
  color: #3c3c3c;
}

header .nav .item {display:inline-block; float:left; width:33.33% }
/*
header .nav .item1 { width:26% }
header .nav .item2 {width:44% }
header .nav .item3 {width:30% }
*/
header .nav .line {border-top:solid 1px #bbb; border-bottom:solid 1px #bbb; display:inline-block}

.mobil-header {display:none; width:100%}


.mobil-header .logo {float:right; display:inline-block}

.animated-arrow span:before {
	content: '';
}
.opener-arrow {
	color: #fff;
}
.animated-arrow {
    top: 19px;
	width: 30px;
}
.animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
	width: 40px;
	height: 3px;
}
.animated-arrow span:after {
    top: 18px;
}
.animated-arrow span {
    margin-top: 9px;
}

.owl-slider .item {height:800px; background-size:100%; background-position:center}
.owl-slider .caption .in {
    display: inline-block;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    color: #FFF;
}
.owl-slider .caption {
   height:800px;
   width:850px;
   float:right;
	background-image: url('../img/Path-18.png');
	background-position:left center;
	padding:0 50px 0 150px
}
.owl-slider .caption h4 {
 
  font-size: 45px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.36;
 
  color: #ffffff;
}

.owl-slider .caption p {

  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63;
 
  color: #ffffff;
}

.owl-slider .owl-nav.disabled+.owl-dots {
    margin-top: -50px;
	    position: relative;
}

.owl-slider .owl-dots .owl-dot span {
    width: 23px;
    height: 23px;
   background: #bcbcbc;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

.style1  {padding-top:100px}
.style1 h2 {font-size: 32px;
  font-weight: 600;
  font-style: normal;
  color: var(--renk1);
  display:inline-block
  
  }
  
 .style1 a {font-size: 32px;
  font-size: 12px;
  font-weight: bold;
 
  color: #3c3c3c;
  display:inline-block;
  border-left:solid 1px #3c3c3c;
  padding:3px 0 3px 10px;
  margin-left:10px;
  position: relative;
    top: -7px;
  }
  
.style1 p {font-size: 16px;
  font-weight: normal;

  color: #3c3c3c;
  line-height: 1.38;
  margin-top:10px}
  
.style2 {padding-top:20px}
.style2 .item  {position:relative; padding-left:70px}
.style2 .itemx .no {position:absolute; left:0;     top: 11px;font-size: 32px;
  font-weight: 600;color: #91dd1d;}
  
  

.style2 .itemx:nth-child(3n+2) .no
{
	color: #da251d !important;
}
.style2 .itemx:nth-child(3n) .no {
	color: #21aab0 !important;
}

.style2 h3	{font-size: 22px;
  font-weight: bold;
  font-style: normal;
 margin-top:0;
  line-height: 1.36;
	color: #3c3c3c;
	    margin-bottom: 0;
	}
	
.style2 p {
 
  font-size: 16px;
 
  color: #3c3c3c;
  padding-top:20px
}

.style3 {margin-top:100px; 
  padding:75px 0;
  background-size:100%;
  background-position:center
  }

.style3 h2 {
  width:430px;
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  margin-top: 0;
}

.style3 p {
 
  font-size: 16px;
  
  color: #ffffff;
  width:650px;
  margin-top:30px
}
.style3 .btn1 {margin-top:30px}


.style4  {margin-top:20px}
.style4 .item {float:left; display:inline-block; width:20%}
.style4 h6 {font-size: 16px;
  font-weight: 600;
  
  color: #3c3c3c;
  background-color:#e2e2e2;
  text-align:center; margin:0;
 height:50px;
  -webkit-box-shadow: inset 0px 10px 24px -19px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px 10px 24px -19px rgba(0,0,0,0.75);
box-shadow: inset 0px 10px 24px -19px rgba(0,0,0,0.75);
  }
  
.style4 h6 span { display: inline-block;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;}
  
  
.style4 .item:nth-child(even) h6  { background-color:#d5d5d5;}



footer .top {background-color:var(--renk1); padding:16px 0; margin-top:100px;font-size: 22px;
  font-weight: bold;
 
  color: #ffffff;}
footer .top .sec1 {display:inline-block; float:left;}
footer .top .sec2 {display:inline-block; float:right;     padding: 2px 0 2px 35px; background-image:url('../img/010-phone-call@2x.png'); background-size:21px; background-position:left center; background-repeat:no-repeat}
footer .top .sec1:after {content:'→'}
footer .grup {padding: 30px 0}
footer .grup h6 {border-bottom:solid 3px var(--renk1); padding-bottom:10px; font-size: 16px;
  font-weight: 600;
  
  color: #3c3c3c;}
footer .grup .sec1 {float:left; width:33.33%}
footer .grup .sec1 h6 {}
footer .grup .sec1 a:hover {color:var(--renk1)}
footer .grup .sec1 li {float:left; width:50%}
footer .grup .sec1 li a {font-size: 16px;
  
  line-height: 1.75;
  
  color: #3c3c3c;}
footer .grup .sec2 {float:left; width:33.33%}
footer .grup .sec2 p {font-size: 16px;
  
  color: #3c3c3c;}
footer .grup .sec2 a {color:var(--renk1)}
footer .grup .sec3 {float:left; width:33.33%}
footer .grup .sec3 li {display:inline-block; margin-right:5px}


.style5 {height:300px; background-position:center; background-size:100%; color:#FFF; padding-top:75px}
.style5 h1  { color:var(--renk1); font-size: 16px; margin:10px 0 0 0}
.style5 h2  {font-size: 45px;font-weight: 600;}


.style5 .bcrumb {}
.style5 .bcrumb li {display:inline-block;color:#fff;font-size: 16px;}
.style5 .bcrumb li a{color:#fff}
.style5 .bcrumb li a:after{content:'\00a0\00a0\003e\00a0'}

.style6 {margin-top:50px}
.style6 .side h3 {font-size: 22px;
  font-weight: bold;
 
  color: #ffffff;
  background-color: #3c3c3c;
  padding:25px 35px;
  margin:0
  }
.panel-heading {
padding: 0;
}
.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a {
display:block;

}
.panel-default .in {padding:0}
.panel-default>.panel-heading {

background-color: transparent;
border:none;
}
.panel-default>.panel-heading a {

position:relative;
background-color:#eaeaea;
padding:16px 35px; margin-bottom:0;
font-size: 16px;
  font-weight: 600;
  
  color: #3c3c3c;
}
.panel {border:none;box-shadow: none;     margin-bottom: 0;

}
.panel-group .panel+.panel {
    margin-top: 0;
}


.panel-default>.panel-heading+.panel-collapse>.panel-body {

}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
border: none;
background-color:#f8f8f8;
font-size:16px
}
.panel-group li a {padding:14px; display:inline-block; width:100%;
 font-size: 16px;
  font-weight: normal;
  
  color: #3c3c3c;
}
.panel-group li a:hover {color:var(--renk1)}
.panel-group li.active a {color:var(--renk1); font-weight: 600;}
.panel-heading  a:after {
content: "↵";
right: 20px;
top: 12px;
position: absolute;
background-repeat:no-repeat;
float: left;
transition: all 0.5s;
color:var(--sienna);
font-size:16px;
 -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Safari prior 9.0 */
  transform: rotate(90deg); /* Standard syntax */
  color:var(--renk1);
  font-size:20px;
  font-weight:100
}

.panel-heading.active a:after {
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
transform: rotate(270deg);
} 
.panel-default>.panel-heading.active a {color:var(--renk1)}

.style6 .content .img {border: solid 1px #ebebeb}

.style6 .txt h5 { font-size: 16px;
  font-weight: 600; color:var(--renk1); margin-bottom:26px}
  
.txt iframe { height:400px; width:100%; margin-top:26px}

.style6 .txt  { font-size: 16px;
  font-weight: 300;
 line-height: 1.56;
  color: #3c3c3c;
  margin-top:40px
  }

.style6 .content h3 {margin:0 0 25px 0; font-size: 22px;
  font-weight: bold;
 
  color: #3c3c3c;}
  
 .style7 h4 {background-color: #3c3c3c;font-size: 16px;
  width:170px;
  padding:8px 15px;
  font-weight: 600;
  color: #ffffff;margin:0}
  
 .style7 .list {border: solid 1px #3c3c3c;
  background-color: #f8f8f8; padding:18px 15px}
  
  .style7 .list .item {margin-bottom:10px}
  
  .style7 .img {border: solid 1px #ebebeb}
  .style7 a {font-size: 14px;
  font-weight: 300;
  line-height: 1.57;
  color: #3c3c3c;
  display:inline-block; width:100%;
  padding:30px 45px 30px 0
  }
  
  

.product-list h6 {font-size: 16px;
  font-weight: 600;
  
  color: #3c3c3c;
  background-color:#e2e2e2;
  text-align:center; margin:0;
 height:50px
  
  }
  
.product-list h6 span { display: inline-block;
    position: relative;
    top: 50%;
	
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	
    width: 100%;}
  
  
.product-list-2 .item   {background-color: #f8f8f8; padding:10px}
.product-list .item   {margin-bottom:50px; position:relative; }
.product-list .item .absolute  {height:100%; width:100%;top:0; left:0; position:absolute; text-align:center}
.product-list .item:nth-child(even) h6  { background-color:#d5d5d5;}
.product-list h6  {/* -webkit-box-shadow: inset 0px 10px 24px -16px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px 10px 24px -16px rgba(0,0,0,0.75);
box-shadow: inset 0px 10px 24px -16px rgba(0,0,0,0.75);*/}
.product-list-2 h6 {box-shadow:none !important; background-color:transparent}
.product-list .item.all {background-color: #f1f1f1;} 

.product-list .span { display: inline-block;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
	font-size: 16px;
  font-weight: 600;
 
  color: #3c3c3c;
	}
	
.style5-1 h1 {
  
  font-size: 45px;
  font-weight: 600;

  color: #ffffff;
  width:60%;
  margin-bottom:20px
}


.style7 p {
 
  font-size: 16px;
  font-weight: 300;
  line-height: 1.56;
  color: #3c3c3c;
  margin-top:20px
}

@media (min-width: 768px){
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1  {
    width: 33.33%;
    *width: 33.33%;
  }
}

@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}

/**
 *  The following is not really needed in this case
 *  Only to demonstrate the usage of @media for large screens
 */    
@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}

.style8 {margin-top:40px}
.style8 h2 {
  
  font-size: 22px;
  font-weight: bold;
 margin:0;
  color: #3c3c3c;
}

.style8 table {font-size:16px; width:100%; margin-top:20px}
.style8 table td {padding:12px 0}
.style8 table td:first-child {color:var(--renk1)}
.style8 table td:last-child {color: #3c3c3c;}
.style8 table td:nth-child(2) {width:60px; text-align:center; color:var(--renk1)}

.style8 .txt p {margin-bottom:15px}
.style8 .txt {font-size: 16px;
  font-weight: 300; color: #3c3c3c;  line-height: 1.56; margin-top:30px}

.style8 .photos {margin-top:30px}
.style8 .photos .img {margin-bottom:30px}
.style8 .photos h6 {font-size: 16px;
  font-weight: 600;
  
  color: #3c3c3c;
  background-color:#e2e2e2;
  text-align:center; margin:0;
 height:50px;
  -webkit-box-shadow: inset 0px 10px 24px -19px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px 10px 24px -19px rgba(0,0,0,0.75);
box-shadow: inset 0px 10px 24px -19px rgba(0,0,0,0.75);}

.style8 .photos h6 span { display: inline-block;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;}

.style1-1 {padding-top:65px}

.style9 {margin-top:40px;  font-size: 16px;

  line-height: 2.19;
  color: #3c3c3c;}
.style9 h2 {
	font-size: 32px;
  font-weight: 600;
  color: #21aab0;
  margin:0 0 30px 0}
  
.style10 {margin-top:65px; height:300px; background:fixed; background-position:center; background-size:100%}

.style11 {margin-top:65px}
.style11 h2  {
  font-size: 32px;
  font-weight: 600;
  color: #3c3c3c;
}
 
 .style11  {line-height:25px; color:#3c3c3c; font-size:16px; margin-bottom:20px}
 .style11  a {color: var(--renk1)}
  .style11 .item {margin-bottom:60px; font-size:16px}
  .style11 .item a {color:var(--renk1)}
 .style11 .tarih  {
  font-size: 14px;
  font-weight: 600;
  margin-bottom:30px;
  color: #9d9d9d;
}
   .style11 .item .img {margin-bottom:30px}
   
.style2-1 a h3 {color: #9d9d9d;}
.style2-1 a.active h3 , .style2-1 a:hover h3  {color: #3c3c3c;}



  .style12 .item {margin-bottom:60px}
.style12 {margin-top:65px}
.style12 .top {font-size: 16px;
  text-align:center;
  line-height: 1.38;
  padding: 0 10%;
  color: #3c3c3c;
  margin-bottom:50px
  }
  

.style12 .photos .img {margin-bottom:30px}
.style12 .txt2 {
 
  font-size: 16px;
 
  line-height: 2.19;

  color: #3c3c3c;
  margin-bottom:50px
}
.style13 {margin-top:50px}
.style13 h2 {background-color: #3c3c3c;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.36;
  color: #ffffff;
  padding:30px 20px;
  text-align:left;
  margin:0
}

.style13 address  {border-right:solid 1px #999}
.style13 address .txt {font-size: 16px;
   padding:10px 20px;
  line-height: 2.19;
background-color: #f8f8f8;
  color: #3c3c3c;}
.style13 address h3 {font-size: 16px;
  font-weight: 600;
  line-height: 2.19;
  color: var(--renk1);
  background-color: #eaeaea;
  padding:10px 20px;
  margin:0
  }
  
.style13 form  {}
.style13 form .in  {padding:0 15px; border-left:solid 1px #999;  margin-bottom:15px}
.style13 form .form-group {padding:10px 0; background-color: #eaeaea; margin-bottom:0}
.style13 form .form-group:nth-child(even)  { background-color: #f8f8f8;}
.style13 form .form-control  { border:none; border-radius:0; background-color:transparent; box-shadow: none;}
.style13 form .col-form-label  {color: var(--renk1); font-size: 16px; font-weight: 600;     padding-top: 8px;}
.style13 form .nokta  {color: var(--renk1);  padding-top: 8px;}


.form-control::-webkit-input-placeholder { font-size: 16px;
  font-weight: 300;
  font-style: italic;
  color: #9d9d9d;}
.form-control:-moz-placeholder { font-size: 16px;
  font-weight: 300;
  font-style: italic;
  color: #9d9d9d;}
.form-control::-moz-placeholder { font-size: 16px;
  font-weight: 300;
  font-style: italic;
  color: #9d9d9d;}
.form-control:-ms-input-placeholder { font-size: 16px;
  font-weight: 300;
  font-style: italic;
  color: #9d9d9d;}
  
.google_map {height:350px; width:100%}

.return a {background-image:url('../img/left-arrow.png'); background-repeat:no-repeat; background-position:left center; padding:20px 0 20px 40px}

.style14 {margin-top:40px}
.style14 .item .img {position:relative; cursor:pointer}
.style14 .item .overlay {position:absolute; background-color:rgba(0,0,0,0.48); width:100%; height:100%; top:0; left:0; z-index:1001; background-image:url('../img/project-load.png'); background-repeat:no-repeat; background-position: center; display:none}
.style14 .item .img:hover .overlay{ display:block}
.style14 .item h4 {
 
  font-size: 22px;
  font-weight: bold;
 
  color: #3c3c3c;
  margin:25px 0 0
}
.style14 .item p {
 
  font-size: 14px;
  font-weight: 600;
 
  line-height: 2.5;
  color: #9d9d9d;
   margin:0 0 25px 0 
}
@media (max-width: 1366px) {
	
	.owl-slider .caption  {
    height: 500px;
	width: 700px;
	}
	.owl-slider .item {
    height: 500px;
	}
	.owl-slider .caption h4 {
    font-size: 32px;
	}
}
@media (max-width: 1280px) {
	.container {width:100%}
	header .nav ul li a {
		font-size: 18px;
	}
	header {
		padding: 30px 30px;
	}
}
@media (max-width: 1024px) {

}
@media (max-width: 1023px) {
	header .nav {display:none}
	.mobil-header {display:inline-block}
	.dekstop-header {display:none}
	header {
		padding: 0px 30px 10px 30px;
	}
	.style1   {
		padding-top: 40px;
	}
	
	.style3  {
		padding: 40px 0;
	}
	.style3 {
    margin-top: 40px;
	}
	
	footer .top {margin-top:40px}
	
	.style3 h2 {
		width: 100%;
		font-size: 28px
	}
	.style3 p {
		width: 100%;
		margin-top: 20px;
	}
	
	footer .grup .sec1 {width:100%; margin-bottom:15px}
	footer .grup .sec2 {width:100%; margin-bottom:15px}
	footer .grup .sec3 {width:100%; margin-bottom:15px}
	
	header .logo {
    width: 120px
}
	 .style10 {margin-top:40px}
}

@media (max-width: 980px) {
	.style4 .item:last-child {
		width: 100%;
	}
	.style4 .item {
		width: 50%;
	}
	.style1 h2 {
		font-size: 20px;
	}
	.style1 a {
		top: -3px;
	}
	.style2 .item {
		padding-left: 55px;
	}
	.style2 .item {
		margin-bottom: 25px;
	}
	.style2 p {
		padding-top: 15px;
	}
	.style5 {
    height: 200px;
   
    padding-top: 42px;
}

.style5-1 h1 {
  
  font-size: 28px;
  width:100%;

}

.style11 h2 {
    font-size: 24px;
}
}
@media (max-width: 768px) {
	.owl-slider .caption  {
    height: 260px;
	width: 100%;
	padding: 0 10px 0 110px;
	}
	.owl-slider .item {
    height: 260px;
	}
	.owl-slider .caption h4 {
		font-size: 22px;
	}
	.owl-slider .caption p {
		display:none
	}
	.style3 {
		background-size: 250%;
	}
	.style3 h2 {
		font-size: 18px;
	}
	footer .top {text-align:center}
	footer .top .sec1 {
		width: 100%;
		text-align: center;
	}
	footer .top .sec2 {display:inline-block; margin-top:15px; float:inherit}
	.style2 h3 {
    font-size: 16px;
}
	
	.owl-slider .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
}
.style6 .content h3 {
    margin: 25px 0;
 
}

.style7 a {
    padding: 30px 0;
}

.style6 .txt iframe { height:250px}
.style5 h2 {
    font-size: 28px;
}

.style8 h2 {
    margin: 25px 0 0 0;
}

.style13 address  {border-right:none}
.style13 form .in  {border-left:none}
.style13 form {padding-bottom:20px}
.style13 h2 {
    padding: 15px 20px;
}
}
@media (max-width: 640px) {
	.style13 .nokta {display:none}
}
@media (max-width: 480px) {
	footer .top {
		font-size: 16px;
	}
}
@media (max-width: 320px) {

}

