body {margin:0; font-family:'Poppins'; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background-color:#FFF}
*{-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 ;}

.container2 {width:1500px}
.container3 {width:750px}

.demo-1 main {background: #000;}

.content__title {
   text-shadow: 0 3px 6px rgba(0, 0, 0, 0.41);
  font-family: K2D;
  font-size: 76px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  
}
.content__pretitle {
  font-family: Poppins;
  font-size: 22px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #ffea35;
}

.content__link {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.41);
  font-family: K2D;
  font-size: 22px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 3.95;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.frame {display:inline-block}

.content {
    width: 100%;
}
header.abs {position:absolute;}
header { z-index:101; width:100%; padding-top:70px}

header .logo {
  

  font-size: 63px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.06;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}
header .logo span{display:block}
header .logo a { color: #ffffff;}

header .film  {
 
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  color: #ffffff;
  margin-top:10px
}
header .film a {color:#FFF}
header .film img {
  width: 25.8px;
  margin-right:10px
}
  
header nav {text-align:right}
header nav ul a  {
  
  opacity: 0.5;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff !important;
}

header nav ul a.active, header nav ul a:hover {opacity:1;  color: #ffffff !important}
header nav .lng a {

  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  color: rgba(255, 234, 53, 0.2);
 
}
header nav .lng a.active { color: #ffea35;}

#video iframe {width:100%; height:500px}
#video .modal-body {
    padding: 0;
}
#video .close {
    color: #FFF;
	opacity: 1;
}
#video .modal-content {
    background-color: transparent;
}
.class1 {background-image:url('../images/bg-class1.png'); background-position:center top; background-size:100%; background-repeat:no-repeat; color: #140e10; padding:208px 0 208px}
.class1 h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.56;
  color: #f45c51;
  margin-bottom:0
}

.class1 h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  color: #140e10;
  margin:15px 0 0 0
}


.class1 h3  {
  
  font-size: 16px;
  font-weight: 600;
  line-height: 1.56;
  color: #140e10;
  margin:30px 0 0 0
}

.class1 p  {
 
  font-size: 22px;
  line-height: 1.5;
  color: #140e10;
  
  margin:30px 0 0 0
}
.class1 .bttn1 { margin:40px 0 0 0} 
.bttn1 {display:inline-block;font-size: 16px;
  font-weight: 500;
  line-height: 1.56;
  color: #140e10;}
  
 .bttn1:hover {color: #fbba18}
.bttn1 span {border-bottom:solid 8px #fbba18; display:block;margin-top: -7px;}
.class1 .img {margin-right:20px;position:relative}
.class1 .img img {border-top-left-radius:20px; border-bottom-right-radius:20px}
.class1 .img  .over {background-color:rgba(255,206,53,0.3); position:absolute; width:100%; height:100%; left:0; top:0; border-top-left-radius:20px; border-bottom-right-radius:20px}

.class2 {  background-color: #fcfcfc; padding:40px 0}
.class2 .item img { -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);}
.class2 .item:hover img  { -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);}
  
  
  
  
  
  
  
  /*
  
  .owl2{
  transform: rotate(90deg);
  width:100%;
  
} 
.owl2 .item{
  transform: rotate(-90deg);
  width:100%
}
.owl2 .item img {height:100%}
.owl2 .owl-nav{
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: calc(50% - 33px);
}
div.owl2 .owl-nav .owl-prev, div.owl2 .owl-nav .owl-next{
    font-size:36px;
    top:unset;
    bottom: 15px; 
}
*/
.owlx.owl3 , .owlx.owl4 {display:none}
.owlx .owl-nav.disabled+.owl-dots {
    left: 0;
    display: inline-block;
	 transform: rotate(90deg);
    position: absolute;
    top: 50%;
    width: 100%;
    margin-left: -47%;
}
.class3 .trig {width: 0;
height: 0;
border-style: solid;
border-width: 25px 65px 25px 0;
border-color: transparent #ffffff transparent transparent;
position:absolute;
right:0;
top:100px;
display:none
}
.class3 .sec1 .item:first-child .trig  { display:inline-block}

.class3 .sec1 {width:50%; display:inline-block; float:left; padding:50px 0 0 90px; background-repeat:no-repeat; height:1080px;background-image:url('/tema/images/hizmetler-logo.png'); background-color:#140e10; background-position:center}
.class3 .sec2 {width:50%; display:inline-block; float:left;     overflow: hidden; background-color:#FFF; height:1080px}
.class3 .sec1 .item {/*background-position:top left; background-repeat:no-repeat; */ margin-bottom:140px; position:relative; padding:0 100px 0 0; /*min-height: 120px;*/}
.class3 .sec1 .item:last-child { margin-bottom:0}
.class3 .sec1 .item .svg { -webkit-mask-repeat: no-repeat; display: inline-block; float:left;}
.class3 .sec1 .item .caption { display: inline-block; float:left;
    position: absolute;
    padding: 0 26px;}
.class3 .sec1 .item p {
 
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.56;
  color: #ffffff;
}
.class3 .sec1 .item h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  cursor:pointer;
  
    margin-top: 0;
}

.class3 .sec1 .item:nth-child(1) h3 {color: #84c8d5; }
.class3 .sec1 .item:nth-child(1) .svg { background-color:#84c8d5}

.class3 .sec1 .item:nth-child(2) h3 {color: #fbba18;}
.class3 .sec1 .item:nth-child(2) .svg { background-color:#fbba18}

.class3 .sec1 .item:nth-child(3) h3 {  color: #eeb0a3}

.class3 .sec1 .item:nth-child(3) .svg { background-color:#eeb0a3}

.class3 .sec1 .item .btnx {
  font-size: 18px;
  text-align: center;
  
 padding: 10px 0 0 0;
  width: 287px;
  height: 40px;
  box-shadow: 0 0 6px 0 #94cfdb;
  border: solid 1px #94cfdb;
  display:inline-block;
  padding-top:7px;

  color: #ffffff;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 8px;
  margin-top:20px;
  display:none
}

.class4 {background-color:#FFF; padding-top:50px}
.class4 .item {background-position:left top; background-repeat:no-repeat; width:50%; display:inline-block; float:left; height:710px; text-align:right; padding:60px 0 0 0;background-size: auto 100%; position:relative}
.class4 .item .image {position:absolute; width:75%; top:0; left:0; background-position:center; background-size:auto 100%; height:100%; display:inline-block;z-index:0}
.class4 .item:first-child {background-position-x: 160%;}

.class4 .item:last-child {background-position-x: -40%; text-align:left}
.class4 .item:last-child .image {left:inherit; right:0}
.class4 .item .zone {
  width: 546px;
  height: 314px;
  border-radius: 50px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #eeb0a3;
  background-color: rgba(255,255,255,0.83);
  padding:25px;
  display:inline-block;
  text-align:left;
  z-index:1001;
  position:relative
}
.class4 .item .zone h4 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  color: #140e10;
}

.class4 .item:first-child .zone {margin-top:300px}

.class4 h2 {
  font-size: 32px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.5;
  text-align: center;
  color: #eeb0a3;
  margin:0 0 50px 0
}
.class4 .item .zone p{
  font-size: 16px;
  line-height: 1.56;
  color: #140e10;
}


footer  {
	padding:50px 0;
  background-color:#f5f5f5;
  margin-top:100px
}

footer .item {float:left; margin-right:15px}
footer .item p {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  color: #140e10;
} 
footer h6 {

  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  color: #eeb0a3;
}

footer .item:last-child h6 {color:#84c8d5}
footer .sosyal { margin-top:20px}
footer .sosyal a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.56;
  color: #140e10;
  margin-right:15px
}


.animated-arrow {
    right: 25px !important;
	    left: inherit;
		top: 25px;
}
.animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
    height: 3px;
   /* content: 'menu';*/
    background-color: #FFF;
}
.animated-arrow span:after {
    display:none
}
.wsoffcanvasopener .animated-arrow span:after {
    display:inline-block
}
.animated-arrow span {
    width: 34px;
	margin-top: 8px;
}
.animated-arrow span:before {
    width: 34px;
}
.animated-arrow .menu {
  font-size: 7px;
  font-weight: 800;
  line-height: 4;
  letter-spacing: 0.99px;
  color: #ffffff;
     right: -9px;
    position: relative;
    top: -5px;

}

.wsoffcanvasopener .animated-arrow .menu {display:none}


	.header-mobil {display:none; z-index:101; position:absolute; width:100%; padding:20px}
	.header-mobil .logo span{display:block}
	.header-mobil .logo {
    font-size: 33px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.06;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}
.header-mobil .logo a {color:#FFF}


.content {
    height: 100vh;
    justify-content: center;
}


.class5 {height:360px; background-color: #140e10; text-align:center; position:relative; background-image:url('/tema/images/hizmetler-logo.png'); background-position:center; background-repeat:no-repeat}

.class5 .caption {position:absolute; bottom:65px; width:100% }

.class5 li  {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  color: #ffea35;
  display:inline-block
}
.class5 li a {
  color: #ffea35;}
  .class5 li a:after {content:' /'}
  
.class5 h1  {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.41);
  font-family: K2D;
  font-size: 76px;
  font-weight: 800;
  line-height: 1.14;
  color: #ffffff;
  margin:0
}

.class5 h1.blog {
    font-size: 34px;
}


.class6 {padding:40px 0 0 0}
.class6 .item {
  border-radius: 20px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  padding:10px;
  margin-bottom:30px
}

.class6 .item img { -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition: all 0.5s ease;
  }
.class6 .item:hover img  { -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  
  transition: all 0.5s ease;
  
  }

.class7  {position:relative}
.class7 .item {width:33.33%; display:inline-block; float:left; text-align:center; height:667px}
.class7 .item:nth-child(1)  {background-color: #84c8d5;}
.class7 .item:nth-child(2)  {background-color: #ffce35;}
.class7 .item:nth-child(3)  {background-color: #eeb0a3;}
.class7 .item h2  {font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  color: #140e10;
}
.class7 .item .caption  {    display: inline-block;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
z-index:101	
	}
.class7 .item .img {display:inline-block}
.class7 .circles  {position:absolute; background-image:url('../images/circles.png'); width:100%; height:100%; top:left; right:0}


.class8   {padding:117px 0  0 0}
.class8 p  {
  font-size: 22px;
  line-height: 1.5;
  color: #140e10;
  margin:0 0 30px 0
}

.class8 .txt  {
  font-size: 22px;
  line-height: 1.5;
  color: #140e10;
  margin:0 0 100px 0
}

.class8 h3 {
  font-size: 89px;
  font-weight: bold;
  line-height: 1.49;
  color: #a2459e;
  margin:0
}


.class9  {background-color:#FFF;position:relative}
.class9 .map {float:left; display:inline-block; width:40%; background-color:#555; position:absolute; height:100%}
.class9 .form {float:right; display:inline-block; width:60%; padding:100px}
.class9 .form .form-group:nth-child(1) .inputs {border-top-left-radius: 12px; border-top-right-radius: 12px}
.class9 .form .btnx1 {
  width: 100%;
  height: 60px;
  background-color: #fbba18;
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  border:none

}
.class9 .form .btnx1:hover {background-color:#333}
.class9 .form .inputs { 
  height: 60px;
  border: solid 1px #fbba18;
  background-color: #ffffff;
  width:100%;
  padding:15px 30px;
  color:#333
}
.class9 .form form {margin-top:40px}
.class9 .form textarea.inputs {height:190px;border-bottom-left-radius: 12px; border-bottom-right-radius: 12px}
.class9 h3  {
  font-size: 16px;
  font-weight: bold;
  color: #eeb0a3;
  margin:0
}
.class9 h2  {
  font-size: 32px;
  font-weight: 500;
  color: #eeb0a3;
  margin:0
}
.class9 .info {margin-top:60px}
.class9 .info h2{margin-bottom:20px}
.class9 .info tr td{height:60px}
.class9 .info tr td:nth-child(1) { width:120px; font-weight:600}
.class9 .info tr td:nth-child(2) { width:30px; font-weight:600}
.class9 .info {
  font-size: 22px;
  line-height: 1.5;
  color: #140e10;
}
.class9 .sosyal  {margin-top:30px}
.class9 .sosyal ul {margin-top:15px}
.class9 .sosyal li {display:inline-block; margin-right:15px}
.class9 .sosyal li a  {
  font-size: 16px;
  font-weight: 500;
  color: #140e10;
}

.body2 footer {margin-top:0 !important}

.class10  {padding:80px 0}
.class10 .item {position:relative}
.class10 .item:nth-child(odd) .img img {border-top-left-radius:30px;border-bottom-left-radius:30px}
.class10 .item:nth-child(even) .img img {border-top-right-radius:30px;border-bottom-right-radius:30px}
.class10 .item .img {display:inline-block; width:50%; float:left}
.class10 .item .text {display:inline-block; width:50%; float:left; padding:0 0 0 20px; position:absolute; height:100%}
.class10 .item:nth-child(even) .img {float:right}
.class10 .item:nth-child(even) .text {float:left; padding:0 20px 0 0}
.class10 .item .caption p {
  font-size: 16px;
  color: #140e10;
    line-height: 1.5;
	margin:0;
	
	margin-top:25px;
}
.class10 .item .caption h3 {
 
  font-size: 22px;
  font-weight: bold;
  color: #140e10;
    line-height: 1.5;
	
	margin:0
}
.class10 .item .caption .bttn1 {margin-top:25px}
.class10 .item .caption {
  height: 314px;
  border-radius: 50px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #eeb0a3;
  background-color: #ffffff;
  display: inline-block;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	padding:40px 50px
}


.class11 .sec1 {width:40%; float:left; display:inline-block; text-align:center}
.class11  .back  {
 
  font-size: 16px;
  font-weight: bold;
  line-height: 1.56;
  color: #eeb0a3;
  margin-top:25px;
  display: inline-block;
}
.class11 .text {width:60%; float:left; display:inline-block; padding:80px;padding-bottom: 0px;padding-top:40px;}
.class11 p  a {font-weight: 600;
  color: #ffce35;}
.class11 p  {
  font-size: 22px;
  line-height: 1.5;
  color: #140e10;
  margin-bottom:25px
}
.class11 .txt  {
  font-size: 22px;
  line-height: 1.5;
  color: #140e10;
  margin-bottom:25px
}

.class11 h1{
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  color: #140e10;
  margin:0 0 30px 0
}

.class11 .paylas  {display:inline-block; text-align:left; padding-top:20px}
.class11 .paylas.mobil  {display:none}
.class11 .paylas li {display:inline-block; margin-right:10px}
.class11 .paylas li a {
  
  font-size: 16px;
  font-weight: 500;
  line-height: 1.56;
  color: #140e10;
}
.class11.class11-1 .text {background-image:url('../images/bg-class1.png'); 
background-position: right -90px top;
}
.class11.class11-1 .dortlu  {padding-left:30%; margin-bottom:100px}

.class11.class11-2  .sec1 {background-color:#84c8d5; background-image:url('../images/circles.png'); height:665px; background-position:center left}
.class11.class11-2  .back {
  font-size: 16px;
  font-weight: bold;
  color: #5da2af;
}
.class11.class11-2  .sec1 h2 {
  font-size: 40px;
  font-weight: bold;
  color: #140e10;
}

.class11.class11-2  .sec1 .captionx {display: inline-block;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);}
	
	.class11.class11-3 .sec1 .top .img {height:667px;background-size: 281%;}
	.class11.class11-3 .sec1 .top  .img img {width:auto; margin-top:50px}
	
.class11.class11-1 .dortlu .img  {margin-top:15px; position:relative}
.class11.class11-1 .dortlu .img  .over {background-color:rgba(255,206,53,0.3); position:absolute; width:100%; height:100%; left:0; top:0; border-radius:50%}
.class11.class11-1 .dortlu .img img {border-radius:50%}
.class11 .paylas h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.56;
  color: #ffce35;
  margin:0
}
.class12 .top {text-align:center}
.class12 .top h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.56;
  color: #5da2af;
}

.tab  {margin-top:30px}
.tab .nav-tabs>li span {width: 0;
height: 0;
border-style: solid;
border-width: 29px 51.5px 0 51.5px;
border-color: #84c7d5 transparent transparent transparent; display:inline-block; opacity:0}
.tab .nav-tabs>li:nth-child(2) span {border-color: #ffce35 transparent transparent transparent}
.tab .nav-tabs>li:nth-child(3) span {border-color: #eeb0a3 transparent transparent transparent}
.tab .nav-tabs>li:hover {border:none}
.tab .nav-tabs>li a:hover {border:none}
.tab .nav-tabs>li:nth-child(1) a {background-color:#84c8d5}
.tab .nav-tabs>li:nth-child(2) a {background-color:#ffce35}
.tab .nav-tabs>li:nth-child(3) a {background-color:#eeb0a3}
.tab .nav-tabs>li a:focus {border:none; width:100%}
.tab .nav-tabs>li a {
  font-size: 28px;
  font-weight: 600;
  color: #140e10;
	border:none;
	border-radius: 0;
	width: 100% !important;
	
}
.tab .nav-tabs>li {
    width: 33.33%;
	text-align:center;
	margin-bottom: 0 !important;
}
.tab .nav-tabs {
    border-bottom: none;
}
.tab .nav-tabs>li.active span {opacity:1}
.class13   {padding:30px 0}
.class13 .item  {margin-bottom:30px;box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); border-top-left-radius:8px; border-bottom-right-radius:8px}
.class13 .item img {width:100%
  ; border-top-left-radius:8px; border-bottom-right-radius:8px
}
@media (max-width: 1650px) {
	.class3 .sec1 .item { margin-bottom:80px}
}
@media (max-width: 1500px) {
	.container2 {width:100%}
	.class3 .sec1 .item {
		padding: 0 100px 0 90px;
		margin-bottom: 80px;
	}
	.class3 .sec1 {
   padding: 80px 0 0 15px;
   height: 940px;
	}
	
	.class3 .sec2 {
     height: 940px;
}
}
@media (max-width: 1366px) {
	.class7 .item h2 {
    font-size: 34px;
}
	
}
@media (max-width: 1280px) {
	.class1 {
		background-position: center;
		background-size: 200%;
		padding: 100px 0;
	}
	.class1 p {
		font-size: 20px;
	}
	.class1 h2 {
		font-size: 28px;
	}
	.class8 h3 {
	  font-size: 60px;
	}
	.class7 .item {
		height: 500px;
	}
	.class10 .item .caption {
    height: auto;
}
}
@media (max-width: 1024px) {
	.class3 .sec2 {
		display:none
	}
	.class3 .sec1 {
		height: auto;
		width: 100%;
		 padding: 80px 40px;
	}
	.class3 .trig {opacity:0}
	.class3 .sec1 .item {
		background-size: 50px;
		padding: 0 0 0 90px;
	}
	.class3 .sec1 .item h3 {
		font-size: 22px;
	}
	.class4 {display:none}
	footer {
		margin-top: 0;
	}
	
	.class5 h1 {
    font-size: 40px;
}

.class9 .map {float:inherit;  width:100%; position:relative; height:500px}
.class9 .form {float:inherit;  width:100%; padding:30px}


.class10 .item .img {width:100%; float:inherit}
.class10 .item .text {width:100%; float:inherit; padding:0 !important; position:relative;}

.class10 .item .caption {

    top: 10%;
    -ms-transform: translateY(-10%);
    transform: translateY(-10%);
    padding: 20px;
}

.class11 .sec1 {width:100%}
.class11 .paylas {display:none}

.class11 .text {width:100%}

.class11 .paylas.mobil  {display:inline-block}
}
@media (max-width: 991px) {
	footer {
		text-align: center;
	}
	footer .item {
		float: inherit;
		margin: 0 8px;
		text-align: center;
		display: inline-block;
		width: 100%;
	}
	footer .logo img {width:204px}
		footer .sosyal a {
		font-size: 14px;
		margin-right: 0 8px;
	}
	footer h6 {
		font-size: 20px;
	}
	footer .item p {
    font-size: 20px;
	}
	
	.content__title {
		font-size: 60px;
	}
	.class11 .text {
		padding: 30px;
	}
	.class11 h1 {
		font-size: 26px;
	}
	
	.class11.class11-2  .sec1 h2 {
  font-size: 28px;
}
}
@media (max-width: 847px) {
	header {display:none}
	.header-mobil {display:block}
	.class5 {
    height: 250px;
}
}
@media (max-width: 768px) {
	.content__title {
		font-size: 40px;
	}
	.content__pretitle {
    font-size: 18px;
	}
	.content__link {
		display: none;
	}
	.class1 {
		background: none;
    padding: 0 0 100px 0;
	}
	.class1 .sec1 {background-color: #ffce35; padding:40px 20px}
	.class1 .img {
    padding-right: 0;
}
.class1 {text-align:center}
.class1 h4 {
    font-size: 14px;
}
.class1 h2 {
    font-size: 22px;
}
.class1 h3 {
    font-size: 14px;
}
.class1 p {
    font-size: 16px;
    text-align: left;
}
.class1 .bttn1 {
    float: left;
}

.class7 .item {
    width: 100%;
	height: 350px;
}
.class8 {
    padding: 50px 0 0 0;
}
.class8 h3 {
    font-size: 32px;
    margin: 0 0 20px 0;
}
.class7 .item h2 {
    font-size: 24px;
}

.class11.class11-1 .dortlu  {padding-left:0}
.class11.class11-2 .sec1 {
    height: 400px;
}
.class11 h1 {
    font-size: 20px;
}
.class11 p {
    font-size: 16px;
    margin-bottom: 15px;
}
}
@media (max-width: 640px) {
.class2 {
    padding: 0;
}
.class3 .sec1 {
    padding: 40px 15px;
}
.class3 .sec1 .item {
    padding: 0
}

.class9 .info {
    font-size: 18px;
}
.class9 h2 {
    font-size: 26px;
}

.tab .nav-tabs>li a {
    font-size: 13px;
    font-weight: 300;
}
.tab .nav-tabs>li span {
    border-width: 14px 28.5px 0 28.5px;
}

/*.class3 .sec1 .item img {width: 36px;}*/
.class3 .sec1 .item .svg {
 transform: scale(0.3);
 width: 126px;
 margin-top: -37px;
 position: absolute;
    left: -36px;
}

.class3 .sec1 .item p {
    font-size: 14px;
}
.class3 .sec1 .item .caption {
    padding: 0 0 0 0;
	position:inherit;
	float:right;
    width: 80%;
}
.class3 .sec1 .item {
	margin-bottom: 40px;
}
.class3 .sec1 .item .btnx {
    font-size: 14px;
    width: 200px;
    height: 34px;
	display:inline-block !important
}

}
@media (max-width: 480px) {
.class5 h1 {
    font-size: 22px;
}
.class5 li {
    font-size: 12px;
}
}
@media (max-width: 320px) {

}

