body { color:#555555; padding:0; margin:0;  font-family: 'Open Sans', sans-serif;  background-color:#fff; height:100%;}
a { text-decoration: none; -moz-transition: all 300ms ease-in-out 0s; -ms-transition: all 300ms ease-in-out 0s; -o-transition: all 300ms ease-in-out 0s; -webkit-transition: all 300ms ease-in-out 0s; transition: all 300ms ease-in-out 0s;  outline: none; }
section { margin: 0;padding: 0; }
::selection { background: #fff; color: #0fa6e0; text-shadow: 0; }
::-moz-selection { background: #fff; color: #0fa6e0; }
.trans { -moz-transition: all 300ms ease-in-out 0s; -ms-transition: all 300ms ease-in-out 0s; -o-transition: all 300ms ease-in-out 0s; -webkit-transition: all 300ms ease-in-out 0s; transition: all 300ms ease-in-out 0s;  }
/*top*/
#Yukari {  width:40px; height:40px; border-radius:50%; bottom:35px; right:35px; line-height:35px;position:fixed; display:none; cursor:pointer; color:#2b3f47; font-size:21px; background-color:#fff; text-align:center; box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;}
/*header*/
html {
    height: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
}
header { 
   width:100%;
   min-height:80%;
   background-image: url(img/head-bg-2.png);
   background-repeat:no-repeat;
   background-position:left top;

   background-size:35%;
   border-bottom:solid 1px #f2b636f;
   box-shadow: 0px 0px 29px -19px rgba(0,0,0,0.75);
   margin-left:auto;
   margin-right:auto;

}
.headerAlt { 
   width:100%;
   margin-left:auto;
   margin-right:auto;
   height:150px;
   background-image: url(img/head-bg-2.png);
   background-repeat:no-repeat;
   background-position:left top;
   background-color:#fff;
   background-size:25%;
   border-bottom:solid 1px #efefef;
   box-shadow: 0px 0px 29px -19px rgba(0,0,0,0.75);

}
.head_banner {
	width:400px;
	height:469px;
	background-color:#2b3f47;
   position:absolute;
   left:20%;
   top:25%;
   z-index:1;
   border-radius:10px;
   box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.head_shape {
	width:316px;
	height:524px;
	background-image: url(img/head-shape.png);
   background-repeat:no-repeat;
   position:absolute;
   right:1.555%;
   top:2.333%;
   z-index:1;
}
.header_alt { 
   width:100%;
   min-height:535px;
   background-image: url(img/head-banner.png);
   background-repeat:no-repeat;
   background-position:right center;
   background-color:#fff;
   background-size:40%;

}
.head_top {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.logo {	
    padding-top:45px;
	width:245px;
	float:left;
}
.logo img:hover {
    margin-left:-10px;
}	
.tel a {
	font-family: 'Titillium Web', sans-serif;
	margin-right:20px;
	font-size:18px;
	color:#555;
	text-overflow: ellipsis;
	background-image: url(img/cizgi.png);
    background-repeat: no-repeat;
    background-position: 60% 100%;
    padding-bottom: 20px;
}
.tel a:hover {
	opacity:0.7;
}
.header_ufalt .tel a {
	background-image: url(img/cizgi-siyah.png);
}
.tel {
	font-family: 'Titillium Web', sans-serif;
	float:right;
	margin-top:60px;
	text-align:right;
}
.tel span {
padding-top:5px;
padding-bottom:6px;
	padding-left:10px;
	padding-right:5px;
	border-radius:60px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	margin-right:5px;
	background-color:#383838;
-webkit-box-shadow: 0px 0px 34px -13px rgba(0,0,0,0.58);
-moz-box-shadow: 0px 0px 34px -13px rgba(0,0,0,0.58);
box-shadow: 0px 0px 34px -13px rgba(0,0,0,0.58);
}

.overlay {
	width:95%;
	height:100%;
	position:absolute;
	background-image:url(img/canvas.png);
	z-index:-1;
}
.desktop {
	width:60px;
	height:210px;
	background-color:red;
	position:fixed;
	margin-left:-0px;
	padding-right:2px;
	margin-top:20px;
	border-radius:5px;
	z-index:2;
	text-align:center;
	background: -moz-linear-gradient(left, #5e7882 0, #16262d 100%);
background: -webkit-linear-gradient(left, #5e7882 0, #16262d 100%);
background: linear-gradient(to right, #5e7882 0, #16262d 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c545d', endColorstr='#16262d', GradientType=1);
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.deskList {
	text-align:center;
}
.deskList div {
	background-color:#e5210f;
	width:120px;
	position:absolute;
	margin-top:-33px;
	margin-left:40px;
	display:none;
	color:#fff;
	padding:5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	font-size:14px;
	text-transform:uppercase;
	font-weight:600;
	z-index:-2;
}
.deskList:hover div {
	display:block;
}
.desktop i {
	background-color:#fff;
	width:17px;
	height:17px;
	line-height:15px;
	color:#555;
	border-radius:50px;
	padding:10px;
	margin-top:12px;
	cursor:pointer;

	font-size:18px;
}
.desktop i:hover {
	background-color:#fff;
	color:#e5210f;
}
.motto {
	width:640px;
	height:360px;
	float:right;
	margin-left:20px;
	margin-top:12%;
	font-family: 'Raleway', sans-serif;
	position:relative;
	z-index:2;
}
.mottoBas {
	font-size:44px;
	font-weight:600;
	font-weight:700;
	margin-bottom:30px;
	color:#2b3f47;
	 font-family: "Nunito Sans", sans-serif;
	 line-height:1.1;
}
.mottoBas i {
	font-size:13px;
	color:#de3a1f;
}
.mottoBas strong {
	font-weight:950;

}
.mottoAlt {
	font-size:22px;
	line-height:1.4;
	color:#58707a;
}
.mottoAlt i {
	color:#e5210f;
}
.mottoInfo {
	color:#58707a;
	font-weight:500;
	font-size:24px;
	margin-bottom:10px;	
}
.banner {
	width:400px;
	height:auto;
	float:right;
	margin-left:7%;
	margin-top:4%;
	overflow:hidden;
	background-color:red;
}
#tels {
	position:absolute;
	margin-top:50px;
	margin-left:-20px;
}
.clear {
	clear:both;
}
.onemli {
    background-image: url(img/cizgi.png);
    background-repeat: no-repeat;
    background-position: 60% 100%;
    padding: 7px;
    font-weight: bold;
	padding-bottom:15px;
}
.onemli_2 {
    background-image: url(img/cizgi.png);
    background-repeat: no-repeat;
    background-position: 60% 100%;
    padding: 7px;
    font-weight: bold;
	padding-bottom:15px;
}
.onemli_3 {
    background-image: url(img/cizgi-sari.png);
    background-repeat: no-repeat;
    background-position: 60% 100%;
    padding: 7px;
    font-weight: bold;
	padding-bottom:15px;
}
.bar { width:100%; height:2px; background-color:#2b3f47; display:none;}
.telBut {
	font-family: 'Titillium Web', sans-serif;
	margin-top:50px;
	margin-left:-12px;
}
.telBut a {
	color:#383838;
	font-size:28px;
	margin-left:15px;
	 word-wrap:normal;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
	background-image: url(img/cizgi.png);
    background-repeat: no-repeat;
    background-position: 60% 100%;
    padding-bottom: 10px;
}
.telBut i {
padding-top:8px;
padding-bottom:8px;
	padding-left:10px;
	padding-right:10px;
	border-radius:60px;
	color:#383838;
	text-align:center;
	text-transform:uppercase;
	margin-right:5px;
	background-color:#fff;
-webkit-box-shadow: 0px 0px 34px -13px rgba(0,0,0,0.58);
-moz-box-shadow: 0px 0px 34px -13px rgba(0,0,0,0.58);
box-shadow: 0px 0px 34px -13px rgba(0,0,0,0.58);
}

.telBut a:hover {
	opacity:0.8;
}
.telBut span {
	border-radius:6px;
	padding:12px;
	color:#fff;
	cursor:pointer;
	padding-left:20px;
	padding-right:20px;
	width:205px;
	text-align:center;
	background-color:#e5210f;
-webkit-box-shadow: 0px 0px 34px -13px rgba(0,0,0,0.18);
-moz-box-shadow: 0px 0px 34px -13px rgba(0,0,0,0.18);
box-shadow: 0px 0px 34px -13px rgba(0,0,0,0.18);
	font-size:21px;
}

#f1 {
	font-family: 'Titillium Web', sans-serif;
}
#f2 {
	color:#555;
}
.whatsapp {
	width:60px;
	height:60px;
	line-height:56px;
	color:#ffffff;
	font-size:32px;
	text-align:center;
	position:fixed;
	left:10px;
	bottom:50px;
	z-index:999999;
	border-radius:50px;
	background: -moz-linear-gradient(left, #4dc247 0, #2ca826 100%);
background: -webkit-linear-gradient(left, #4dc247 0, #2ca826 100%);
background: linear-gradient(to right, #4dc247 0, #2ca826 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dc247', endColorstr='#2ca826', GradientType=1);
-webkit-box-shadow: 0px 0px 16px -9px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 16px -9px rgba(0,0,0,0.75);
box-shadow: 0px 0px 16px -9px rgba(0,0,0,0.75);
}
.whatsapp div {
	display:none;
}
.whatsapp a {
	color:#fff;
}
.blink {
-webkit-animation-name: blinker;
-webkit-animation-duration: 2s;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
-moz-animation-name: blinker;
-moz-animation-duration: 2s;
-moz-animation-timing-function: linear;
-moz-animation-iteration-count: infinite;
animation-name: blinker;
animation-duration: 2s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
0% {
opacity: 1.0
}

50% {
opacity: .0
}

100% {
opacity: 1.0
}
}

@-webkit-keyframes blinker {
0% {
opacity: 1.0
}

50% {
opacity: .0
}

100% {
opacity: 1.0
}
}

@keyframes blinker {
0% {
opacity: 1.0
}

50% {
opacity: .0
}

100% {
opacity: 1.0
}
}

.content {
	margin-left:auto;
	margin-right:auto;
	width:1100px;
}
.content-2 {
	margin-left:auto;
	margin-right:auto;
	width:95%;
	padding-left:95px;
	padding-right:90px;
}
.content-3, .foots {
	margin-left:auto;
	margin-right:auto;
	width:1200px;
}
.dil {
	height:30px;
	border-bottom-left-radius:12px;
	border-bottom-right-radius:12px;
	text-align:center;
	position:absolute;
	margin-left:950px;
	font-size:12px;
	text-decoration:uppercase;
    border:solid 1px #efefef;
	padding-left:5px;
	padding-right:5px;
	cursor:pointer;
}
.dil2 {
	height:30px;
	border-bottom-left-radius:12px;
	border-bottom-right-radius:12px;
	text-align:center;
	position:absolute;
	margin-left:850px;
	font-size:12px;
	text-decoration:uppercase;
    border:solid 1px #efefef;
	padding-left:5px;
	padding-right:5px;
	cursor:pointer;
}
.dil:hover, .dil2:hover {
	background-color:#f8f8f8;
	color:#fff;
}
.dil:hover .dil div, .dil2:hover .dil2 div {
	border-left:solid 1px #fff;
}
.dil a, .dil2 a {
	color:#555;
}

.dil div, .dil2 div {
	float:right;
	margin-left:5px;
	padding-left:5px;
	border-left:solid 1px #efefef;
	margin-top:5px;
}
.dil img, .dil2 img {
	width:25px;
	float:left;
	margin-top:1px;

}
.head_tab {
	width:97%;
	height:110px;
	margin-left:auto;
	margin-right:auto;
	background-color:#2b3f47;
	border-bottom-left-radius:11px;
	border-bottom-right-radius:11px;
}
.zigzag {
	width:100%;
	height:10px;
	background-image:url(img/zigzag.webp);
	background-size:75%;
}
.stBg {
	width:1120px;
	margin-left:auto;
	margin-right:auto;
}
.standortBg {
	width:402px;
	height:102px;
	background-image:url(img/standort-bg.png);
	margin-top:-75px;
	position:absolute;
	margin-left:50px;
}
.standortBg div {
	margin-top:63px;
	margin-left:55px;
	font-size:19px;
	color:#2b3f47;
}
.stList {
	padding:15px;
	background-color:#fff;
	border-radius:4px;
	height:23px;
	margin-right:50px;
	display:inline-block;
	position:relative;
	top:20px;
	color:#555;
	padding-left:20px;
	padding-right:15px;
	cursor:pointer;
	letter-spacing:0px;
}
.stList i {
	margin-left:5px;
	color:#e5210f;
}
.stList:hover {
	opacity:0.7;
}
.stList a {
	color:#373737;
}
.popSay {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background-color: #e5210f;
  color: #fff;
  font-size: 21px;
  position: absolute;
  text-align: center;
  margin-left: -40px;
  font-style: italic;
  margin-top:17px;
  font-weight:bold;
}
.inBut .popSay {
  background-color: #2b3f47;
  color: #e5210f;
  font-size: 21px;
  position: absolute;
  text-align: center;
  margin-left: -23px;
  margin-top:40px;
  border:solid 2px #efefef;
}
.inBut:hover .popSay {
  background-color: #e5210f;
  color: #fff;
  font-size: 21px;
  position: absolute;
  text-align: center;
  margin-left: -23px;
  margin-top:40px;
  border:solid 2px #efefef;
}
#ir {
	margin-right:0px;
}
.pagSol {
	width:500px;
	height:auto;
	float:left;
	font-size:16px;
}
.pagSol a {
	color:#0ca9b4;
}
.pagSol a:hover {
	color:#555;
}
.pagSag {
	width:540px;
	float:right;
	margin-top:-20px;
}
.hkTab1 {
	width:345px;
	height:471px;
	float:left;
	border-radius:6px;
	overflow:hidden;
	background-image:url(img/hk-resim2.png);
	-webkit-box-shadow: 0px 0px 34px -13px rgba(0,0,0,0.18);
-moz-box-shadow: 0px 0px 34px -13px rgba(0,0,0,0.18);
box-shadow: 0px 0px 34px -13px rgba(0,0,0,0.18);
background-repeat:no-repeat;
margin-top:-40px;
}

.hkTab2 {
	width:260px;
	height:350px;
	float:right;

	margin-top:-420px;
	border-radius:6px;
	overflow:hidden;
	background-image:url(img/hk-2.png);
	-webkit-box-shadow: 0px 0px 34px -13px rgba(0,0,0,0.18);
-moz-box-shadow: 0px 0px 34px -13px rgba(0,0,0,0.18);
box-shadow: 0px 0px 34px -13px rgba(0,0,0,0.18);
}

.tabBas {
	color:#fff;
	font-size:29px;
	padding:15px;
	line-height:1.1;
	font-weight:800;
	margin-top:0px;
	margin-bottom:-15px;
}
.hkTab2 span {
	padding:15px;
	color:#fff;
}
.pagList {

	width:300px;
	margin-left:auto;
	margin-right:auto;
	border-radius:2px;
	padding:9px;
	padding-left:7px;
	color:#555;
	position:relative;
	z-index:99999999;
	font-size:15px;
	margin-bottom:5px;
	margin-top:45px;
	margin-left:22px;
}
.pagList a {
	color:#2b3f47;
	font-size:24px;
	font-weight:600;
	letter-spacing:0px;
}
.pagList i {
	text-align:center;
	color:#e5210f;
	border-radius:4px;
	font-size:34px;
	line-height:40px;
	float:left;
	margin-right:10px;
}
.pagList a:hover {
	opacity:0.7;
}
.pagMotto {
	color:#e5210f;
	font-size:42px;
	font-weight:500;
	margin-bottom:-10px;
	z-index:-1;
	line-height:1;
}
.pagMotto i {
	opacity:0.1;
	font-size:33px;
}
.pagMotto span {
	color:#555555;
	font-size:33px;
}
.pagInfo {
	text-align:center;
	margin-top:15px;
	font-size:21px;
	margin-bottom:80px;
}
#hkDown {
	margin-top:90px;
	margin-bottom:70px;
}
.ikonBg {
  width: 207px;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(img/ikonBg.png);
}
#devam2 {
	border-radius:50px;
	margin-top:30px;
	padding:17px;
	color:#fff;
	cursor:pointer;
	padding-left:20px;
	padding-right:20px;
	width:205px;
	font-size:14px;
	text-align:center;
	background: -moz-linear-gradient(left, #5e7882 0, #16262d 100%);
background: -webkit-linear-gradient(left, #5e7882 0, #16262d 100%);
background: linear-gradient(to right, #5e7882 0, #16262d 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c545d', endColorstr='#16262d', GradientType=1);
-webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.29);
-moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.29);
box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.29);
}
#devam2:hover {
	opacity:0.8;
}
#devam3 {
	border-radius:60px;
	margin-top:-80px;
	padding:12px;
	color:#fff;
	cursor:pointer;
	padding-left:20px;
	padding-right:20px;
	width:235px;
	font-size:16px;
	text-align:center;
	z-index:10;
	position:relative;
	margin-left:auto;
	margin-right:auto;
background: -moz-linear-gradient(left, #eb2a18 0, #ca1f10 100%);
background: -webkit-linear-gradient(left, #eb2a18 0, #ca1f10 100%);
background: linear-gradient(to right, #eb2a18 0, #ca1f10 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb2a18', endColorstr='#ca1f10', GradientType=1);
-webkit-box-shadow: 0px 0px 34px -13px rgba(0,0,0,0.58);
-moz-box-shadow: 0px 0px 34px -13px rgba(0,0,0,0.58);
box-shadow: 0px 0px 34px -13px rgba(0,0,0,0.58);
}
#devam3:hover {
	opacity:0.8;
}
.devam {
	border-radius:60px;
	padding:12px;
	color:#fff;
	cursor:pointer;
	padding-left:20px;
	padding-right:20px;
	width:375px;
	margin-left:auto;
	margin-right:auto;
	font-size:18px;
	text-align:center;
	margin-top:50px;
background: -moz-linear-gradient(left, #eb2a18 0, #ca1f10 100%);
background: -webkit-linear-gradient(left, #eb2a18 0, #ca1f10 100%);
background: linear-gradient(to right, #eb2a18 0, #ca1f10 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb2a18', endColorstr='#ca1f10', GradientType=1);
-webkit-box-shadow: 0px 0px 34px -13px rgba(0,0,0,0.58);
-moz-box-shadow: 0px 0px 34px -13px rgba(0,0,0,0.58);
box-shadow: 0px 0px 34px -13px rgba(0,0,0,0.58);
}
.devam:hover {
	opacity:0.8;
}
.devam a {
	color:#fff;
}
.Bg-1 {
	background-color:#2b3f47;
	width:100%;
	height:auto;
	padding-top:40px;
	padding-bottom:70px;
   background-image: url(img/vorteile-bg.png);
   background-size:100%;
}
.pagBas-2 {
	font-size:36px;
	font-weight:bold;
  color:#fff;
  letter-spacing:-1px;
  text-align:center;
}

.pagBas-3 {
  font-size:22px;
  opacity:0.6;
  text-align:center;
  padding-top:40px;
  color:#fff;
}
.bulb {
	width:80px;
	height:80px;
	text-align:center;
	line-height:80px;
	border-radius:60px;

	color:#e5210f;
	font-size:32px;
	margin-top:-80px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
}
.pagTxt {
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:19px;
	  color:#fff;
}
.dotList {
	width:70%;
	height:180px;
	margin-left:auto;
margin-right:auto;
margin-bottom:20px;
	border-radius:6px;
	padding-bottom:23px;
}
.dotted {
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-image:url(img/dotted-arrow.png);
	background-repeat:no-repeat;
	background-position:center center;
	margin-top:70px;
	text-align:center;
}
.dotList {
	display:inline-block;
	width:200px;
	height:180px;
    vertical-align:top;
	margin-right:30px;
	margin-left:30px;
	background-color:#fff;
	padding:10px;
	border-radius:6px;
	padding-bottom:23px;
	-webkit-box-shadow: 0px 0px 34px -13px rgba(0,0,0,0.18);
-moz-box-shadow: 0px 0px 34px -13px rgba(0,0,0,0.18);
box-shadow: 0px 0px 34px -13px rgba(0,0,0,0.18);
 transform: rotate(-10deg);
}
.dotList:hover {
	margin-top:-20px;
}
.point {
	width:60px;
	height:60px;
	text-align:center;
	line-height:60px;
	color:#fff;
	font-size:24px;
	border-radius:60px;
	margin-top:-30px;
	margin-left:auto;
	margin-right:auto;
	font-family: 'Dancing Script', cursive;
background: -moz-linear-gradient(left, #eb2a18 0, #ca1f10 100%);
background: -webkit-linear-gradient(left, #eb2a18 0, #ca1f10 100%);
background: linear-gradient(to right, #eb2a18 0, #ca1f10 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb2a18', endColorstr='#ca1f10', GradientType=1);
}
.adim {
	transform: rotate(-6deg);
	-webkit-transform: rotate(-6deg);
	-moz-transform: rotate(-6deg);
	-o-transform: rotate(-6deg);
	font-size:24px;
	margin-top:5px;
	line-height:1;
	margin-bottom:30px;
}
.dotBas {
	font-size:19px;
	font-weight:600;
	margin-bottom:10px;
	line-height:1.3;
	margin-top:10px;
	letter-spacing:-1px;
	color:#000;
	height:70px;
}
.dotInfo {
	font-size:15px;
	height:70px;
}
.hizBg {
	width:100%;
	height:auto;

	margin-left:auto;
	margin-right:auto;
	padding-bottom:70px;

}
.hzList {
	margin-left:50px;
	margin-right:50px;
	margin-bottom:70px;
	height:400px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#hzL {
	padding-left:40px;
}
#hzR {
	padding-right:40px;
}
.hzBas {
	font-size:32px;
	color:#e5210f;
	font-weight:800;
	margin-top:15px;
	background-image: url(img/bas_alt.png);
    background-repeat: no-repeat;
    background-position: left bottom;
	padding-bottom:4px;
}
.hzBas a {
	color:#e5210f;
}
.hzBas a:hover {
	color:#555;
}
.hzText {
	width:400px;
	margin-top:10px;
	font-size:18px;
}
.hzBut {
	margin-top:60px;
	padding:15px;
	color:#fff;
	font-size:18px;
	background-color:#2b3f47;
	display:inline-block;
	cursor:pointer;
}
.hzBut:hover {
	opacity:0.7;
	margin-left:10px;
}
.hzL {
	float:left;
}
.hzR {
	float:right;
}
.hzImgL {
	width:500px;
	height:400px;
	background-color:#ccc;
	float:right;
	border-right:solid 5px #2b3f47;
}
.hzImgR {
	width:500px;
	height:400px;
	background-color:#ccc;
	float:left;
	border-left:solid 5px #e5210f;
}
.hzBonL {
	width:53px;
	height:36px;
	background-image:url(img/hzBon.png);
	margin-left:px;
}
.hzBonR {
	width:53px;
	height:36px;
	background-image:url(img/hzBon-hr.png);
	float:right;
	margin-right:-75px;
}
.basB {
	width:110px;
	height:45px;
	background-image:url(img/basB.png);
}
.imgCover {
	width:110px;
	height:136px;
	background-image:url(img/img-cover.png);
	position:absolute;
	z-index:5;
	margin-top:-140px;

}
#hzR .imgCover {
	width:110px;
	height:136px;
	background-image:url(img/img-covers.png);
	position:absolute;
	z-index:5;
	margin-top:-140px;

}
.ikBg {
	width:100%;
	height:320px;
	background-color:#2b3f47;
}
.ikBg .ikonBg {
	background-image:url(img/ikonBg-w.png);
}
.ikOrt {
	width:680px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:40px;
}
.ikSag {
	width:308px;
	height:388px;
	display:inline-block;
	background-color:red;

}
.ikSol {
	width:350px;
	display:inline-block;
		background-color:red;
}
.ikBas {
	color:#fff;
	font-size:28px;
	letter-spacing:-1px;
	font-weight:700;
}
.ikBas a {
	color:#fff;
}
.ikBas a:hover {
	opacity:0.7;
}
.ikInfo {
	color:#fff;
	opacity:0.7;
	font-size:21px;
}
.ikTxt {
	color:#fff;
	margin-top:20px;
	font-size:18px;
}
.ikBut {
	padding:15px;
	background-color:#e5210f;
	color:#2b3f47;
	font-size:18px;
	border-radius:30px;
	margin-top:50px;
	letter-spacing:-1px;
	cursor:pointer;
	text-align:center;
	width:270px;
	border:solid 4px #fff;
	display:inline-block;
	margin:10px;
}
.ikBut:hover {
	background-color:#2b3f47;
}
.ikBut a {
	color:#fff;
}
.dgBg {
	width:1100px;
	height:680px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(img/dg-border.png);
	background-repeat:repeat-y;
	background-position:center;
	margin-top:-38px;
	padding-top:150px;

}
.dgSol {
	float:left;
	width:450px;
	margin-left:40px;
	text-align:center;
}
.dgSag {
	float:right;
	width:500px;
	margin-left:40px;
}
.dgBas {
	font-size:28px;
	color:#e5210f;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:-5px;
	background-color:#fff;
	text-align:center;

}
.dgInfo {
	background-color:#fff;
	text-align:center;
	font-size:18px;
	padding:10px;
	margin-bottom:40px;
}
.dgList {
	min-height:30px;
	margin-bottom:20px;
}
.dgBon {
	width:53px;
	height:36px;
	background-image:url(img/hzBon.png);
	margin-left:-75px;
	float:left;
	color:#fff;
	font-size:24px;
	text-align:center;
	line-height:36px;
}
.dgList:hover .dgBon {
	background-image:url(img/hzBon-hr.png);
}
.dgListB {
	padding-top:5px;
	font-size:18px;
	font-weight:600;
	color:#e5210f;
}
.dgListB a {
	color:#000;
}
.dgListB a:hover {
	color:#e5210f;
}
.dgImg {
	border-radius:10px;
	width:350px;
	border:dashed 2px #e5210f;
	padding:5px;
	margin-top:0px;
}
.dgImg:hover {
	border:solid 2px #555;
}
footer {
	background-color:#2b3f47;
	height:auto;
	padding-top:50px;
	padding-bottom:20px;
	   background-image: url(img/av-bg-2.png);
   background-repeat:no-repeat;
   background-position:left top;
   background-size:35%;
}
.ikonBgFoot {
  width: 207px;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(img/ikonBgFoot.png);
  	margin-top:70px;
}
.footTop {
	border:solid 2px #20343c;
	margin-bottom:40px;
}
.ftList {
	float:left;
	width:150px;
	margin-right:25px;
}
.ftBas {
	text-transform:uppercase;
	font-size:15px;
	color:#fff;
	margin-bottom:15px;

	border-bottom:dashed 2px #20343c;
	padding-bottom:10px;
	font-weight:600;
}
.ftList a {
	font-size:14px;
	color:#fff;
		opacity:0.7;
}
.ftList a:hover {
	color:#fff;
	opacity:1.8;
}
.ftBg2 {
	background-color:#20343c;
	color:#efefef;
	padding:20px;
	margin-top:20px;
	border-radius:2px;
	font-size:14px;
}
.ftBg2 a {
	color:#fff;
}
.ftBg2 a:hover {
	opacity:0.6;
}
.ftBgR {
	float:right;
}
.menu {
	float:right;
	margin-top:60px;
	padding-left:25px;
	margin-left:10px;
	position: relative;
}
.menu i {
	color:#e5210f;
}
.menu a {
        display: inline-block;
        padding: 10px;
        text-decoration: none;
        color: #2b3f47;
        position: relative;
text-transform:uppercase;
		font-weight:600;
		letter-spacing:-1px;
		font-size:19px;
}
.dropdown {
        position: relative;
        display: inline-block;
}
.dropdown-content {
        display: none;
        position: absolute;
        background-color: #2b3f47;
        min-width: 220px;
        box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
        z-index: 100;
		margin-left:10px;
		padding:15px;
}
.dropdown-content a {
        display: block;
        padding-left:10px;
		padding-right:10px;
        color: #fff;
        text-decoration: none;
        background-color: #2b3f47;
		font-size:16px;
		font-weight:600;
		height:13px;
		line-height:15px;
		letter-spacing:0px;
}
.dropdown-content a:hover {
        background-color: #445a63;
}
.dropdown:hover .dropdown-content {
        display: block;
}
.menuAlt {
	width:205px;
	height:13px;
	background-image:url(img/menu-alt.png);
	position:absolute;
	margin-top:10px;
	margin-left:-20px;
}
.menuBg {
	width:389px;
	height:59px;
	background-image:url(img/menuBg.png);
}
.mLink {
	padding-top:15px;
	margin-left:30px;
	color:#fff;
	line-height:27px;
	font-size:13px;
}
.mLink a {
	color:#fff;
}
.mLink div {
	display:inline-block;
	font-size:18px;
	font-weight:600;
	border:solid 1px #50646c;
	height:25px;
	padding-left:15px;
	padding-right:15px;
	text-align:center;
	color:#fff;
	margin-left:7px;
	cursor:pointer;
}
.mLink div:hover {
		background-color:#000;
	color:#fff;
}
#mAc {
	background-color:#000;
	color:#fff;
	border:solid 1px #000;
}
.mInfo {
	text-transform:uppercase;
	font-size:16px;
	margin-top:20px;
	margin-left:0px;
}
.tMotto {
	margin-top:50px;
	font-size:34px;
	color:#e5210f;
}
.tInfo {
	font-size:24px;
}
.tmSol {
	float:left;
	width:500px;
}
.tmSag {
	width:620px;
	height:400px;
	float:right;
}
.tmSag img {
	width:619px;
}
.sayfaBg {
	background-color:#2b3f47;
	height:auto;
	padding-bottom:50px;
	padding-top:50px;
	margin-top:20px;
}
.sayfaTop {
	width:100%;
	height:106px;
	background-image:url(img/footTop.png);
}
.icSol {
    color:#fff;
	width:350px;
	height:auto;
	float:left;
	padding:50px;
	background-color:#21333a;
}
.icSag {
    color:#fff;
	width:600px;
	float:right;
	margin-top:70px;
}
.icSag .tMotto {
    color:#fff;
}
.icTxt .tMotto {
    color:#fff;
}
#yuk {
	margin-top:-90px;
}
.icBas {
	width:285px;
	height:57px;
	line-height:57px;
	background-image:url(img/mBg.png);
	color:#fff;
	text-align:center;
	font-size:20px;
	position:absolute;
	margin-top:-50px;
	margin-left:-50px;
}
.head_banner .icBas {
	width:285px;
	height:57px;
	line-height:57px;
	background-image:url(img/mBg.png);
	color:#fff;
	text-align:center;
	font-size:20px;
	position:relative;
	margin-top:20px;
	margin-left:20px;
	margin-bottom:35px;
}
.stdList {
	margin-left:25px;
	margin-right:25px;
	border-bottom:solid 1px #495c63;
	height:80px;
	margin-bottom:15px;
	cursor:pointer;
}
.stdList img {
	border-radius:50px;
	float:left;
	width:65px;
}
.stdList a {
	color:#b8b6b6;
	font-size:12px;
}
.stdList a:hover {
	color:#e5210f;
}
.stdList:hover a {
	color:#e5210f;
}
.stdInfo {
	margin-left:10px;
	color:#efefef;
	float:left;
	width:200px;
	font-size:14px;
}
.imza {
  font-family: 'Caveat', cursive;
  font-size: 32px;
  font-weight: 100;
}
.head_banner .imza {
	color:#949494;
	font-size:32px;
	margin-left:40px;
	transform: rotate(-2deg);
	margin-top:10px;
}
.pagSol .imza {
	color:#949494;
	font-size:32px;
	transform: rotate(-5deg);
	margin-top:10px;
}
.grkList {
	border-bottom:solid 1px #2b3f47;
	padding-bottom:10px;
	padding-top:10px;
}
.ded2 .grkList {
	border-bottom:solid 1px #efefef;

}
.grkList div {
	font-size:16px;
	font-weight:700;
	margin-bottom:5px;
	
}
.grkList span {
	font-size:14px;

}
.grkList:hover {
	opacity:0.8;
}
.sag .grkList:hover {
	opacity:1.8;
}
.sol .grkList:hover {
	opacity:1.8;
}
.grkList i {
	float:left;
	font-size:28px;
	height:60px;
	margin-right:20px;
	opacity:0.5;
	width:35px;
	text-align:center;
}
.parent {
  display: flex;
  align-items: stretch; /* yükseklikleri eşitler */
}

.left {
  width: 35px;
  background-color:red;
  flex-shrink: 0; /* küçülmesin */
}

.right {
	background-color:black;
  flex: 1; /* kalan alan */
}
.icTxt {
	font-size:16px;
	margin-top:10px;
}
.altBas2 {
	font-weight:700;
	font-size:21px;
}
.sol {
	width:510px;
	float:left;
	padding:20px;
}
.sag {
	width:500px;
	float:right;
	padding:20px;
}
.sag .grkList {
  display: grid;
  grid-template-columns: 35px 1fr;

  grid-template-rows: min-content min-content; 
  column-gap: 12px;
  align-items: start; 
    padding-bottom:2px;
  padding-top:10px;
}

.sag .grkList i {
  grid-row: 1 / 3; 
  align-self: start;
  margin-top: 1px; 
}

.sag .grkList div {
  grid-column: 2;
  grid-row: 1; 
  margin: 0;
  padding: 5px 0; 
  line-height: 1.2; 
}

.sag .grkList span {
  grid-column: 2;
  grid-row: 2; 
  margin: 0;
  padding-top: 0;
}

.sol .grkList {
  display: grid;
  grid-template-columns: 35px 1fr;

  grid-template-rows: min-content min-content; 
  column-gap: 12px;
  align-items: start; 
    padding-bottom:2px;
  padding-top:10px;
}

.sol .grkList i {
  grid-row: 1 / 3; 
  align-self: start;
  margin-top: 1px;
  height:1px;
}
.sol .grkList div {
  grid-column: 2;
  grid-row: 1; 
  margin: 0;
  padding: 5px 0; 
  line-height: 1.2; 
}

.sol .grkList span {
  grid-column: 2;
  grid-row: 2; 
  margin: 0;
  padding-top: 0;
}

.tabBas2 {
	background-color:#2b3f47;
	color:#fff;
	padding:20px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	text-transform:uppercase;
	font-weight:700;
	font-size:19px;
}
.ded2 {
	width:1100px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	margin-bottom:20px;
	background-image:url(img/duzCiz.png);
	background-repeat:repeat-y;
	background-position:center;
}
.dedBas {
	font-weight:600;
	font-size:21px;
	margin-bottom:30px;
	color:#e5210f;
}
.ded2 .grkList div {
	text-transform:capitalize
}
.ded2 .grkList i {

	height:40px;

}
.kCiz {
	width:100%;
	border-bottom:solid 1px #2b3f47;
}
#dwn {
	margin-top:120px;
}
.teamBg {
	margin-top:30px;
	margin-bottom:50px;
}
.teamList {
	width:24.555%;
	height:200px;
	display:inline-block;
}
.teamList img {
	width:100%;
}
.teamList:hover img {
	opacity:0.7;
}
.teamIsim {
	width:155px;
	height:45px;
	background-image:url(img/isimBg.png);
	color:#fff;
	text-align:center;
	line-height:45px;
	font-size:16px;
	font-weight:600;
	margin-left:auto;
	margin-right:auto;
	margin-top:-40px;
	z-index:15;
	position:relative;
}
.finansBg {
	width:1100px;
	margin-left:auto;
	margin-right:auto;
	background-color:#efefef;
	padding:50px;
	text-align:center;
	margin-top:50px;
}
.finansBg .tMotto {
	color:#000;
	margin-top:0px;
	font-size:36px;
}
.fTxt {
	width:350px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}
.finansBg .devam {
	width:180px;
}

/* Google Yorumlari */
.yorumMotto {
	text-align:center;
	  margin-bottom: 30px;
	font-size:18px;
}
.reviews-section {
    max-width: 1200px;
    margin: auto;
	margin-bottom:70px;
}

.reviews-section h2 {
    text-align: center;
	font-weight:500;
	margin-bottom:0px;
	font-size:26px;
	color:#2b3f47;
}

/* ANA YAPI */

.reviews-wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    max-width: 100%;
   
}
/* SOL ALAN */
.reviews-info {
    width: 300px;
}
.reviews-info button a {
	color:#555;
}
.reviews-info button a:hover {
	color:#e5210f;
}
.info-header {
    display: flex;
    gap: 12px;
    align-items: center;
}

.info-header img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
	margin-top:-15px;
}

.info-header h3 {
    margin: 0;
	color:#2b3f47;
	font-weight:500;
}
.info-header h3 span {
    color:#e5210f;
}
.info-header p {
    margin: 6px 0 0;
    font-size: 14px;
}

.stars {
    color: #fbbc05;
    font-size: 16px;
}

.reviews-info button {
    margin-top: 20px;
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
	border-radius:6px;
}
/* SLIDER */
.slider-container {
    position: relative;
    flex: 1;
    max-width: calc(100% - 330px); /* sol alan çıkarılır */
}
.slider-viewport {
    overflow: hidden;
    width: 100%;
}

.slider {
    display: flex;
    gap: 20px;
    transition: transform 0.4s ease;
}

/* KART */
.review-card {
    min-width: 244px;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 15px;
    background: #fff;
}

.card-header {
    display: flex;
    gap: 10px;
    align-items: center;
}

.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar.purple {
    background: #7b1fa2;
}

.avatar.green {
    background: #2e7d32;
}
#g1 img {
	float:right;
	margin-right:-40px;
}
.avatar.image {
    background: url("https://via.placeholder.com/40") center/cover no-repeat;
}

.review-card span {
    font-size: 12px;
    color: #777;
}

.review-card p {
    font-size: 14px;
    margin: 10px 0;
}

.review-card a {
    font-size: 13px;
    color: #1a73e8;
    text-decoration: none;
}
/* OKLAR */
.nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
    z-index: 10;
}
.prev {
    left: -18px;
}
.next {
    right: -18px;
}
.avBg {
	background-color:#efefef;
	padding-top:100px;
	padding-bottom:110px;
	text-align:center;
}
.avBg div {
	font-size:33px;
	font-weight:650;
	color:#2b3f47;
	margin-bottom:5px;
}
.avBg span {
	font-size:18px;
	font-weight:400;
}
.inButBg {
	margin-top:60px;
	margin-bottom:50px;
}
.inBut {
	background-color:#2b3f47;
	padding:15px;
	border-radius:8px;
	width:46%;
	float:left;
	height:50px;
	margin-bottom:10px;
	margin-right:10px;
	-webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.29);
-moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.29);
box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.29);
cursor:pointer;
}
.inBut:hover {
	opacity:0.9;
}
.inBut img {
	float:left;
	
	height:50px;
	color:#efefef;
	font-size:28px;
	text-align:center;
	line-height:50px;
	padding-right:12px;
	border-right:solid 1px #475b63;
}
.inButBas {
	margin-left:20px;
	float:left;
}
.inButBas div {
	font-weight:Bold;
	color:#fff;
	font-size:18px;
}
.inButBas span {
	color:#aeaeae;
	font-size:14px;
	line-height:1;
}
.vrtBg {
	margin-bottom:40px;
	padding-top:40px;
	padding-bottom:30px;
	background-color:#efefef;
		background-image:url(img/bg-arrow.png);
	background-repeat:no-repeat;
	background-position:bottom center;
}
.vrtBg-2 {
	margin-bottom:40px;
	padding-top:40px;
	padding-bottom:30px;
	background-color:#efefef;
		background-image:url(img/bg-arrow.png);
	background-repeat:no-repeat;
	background-position:bottom center;
}
.vrtBut {
	background-color:#fff;
	padding:15px;
	width:260px;
	border-radius:50px;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	text-align:center;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.hzTab {
	background-color:#2b3f47;
	padding:15px;
	border-radius:8px;
	width:21%;
	float:left;
	height:50px;
	margin-bottom:10px;
	margin-right:10px;
	-webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.29);
-moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.29);
box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.29);
cursor:pointer;
}
.hzTab:hover {
	opacity:0.9;
}
.hzTab div {
	color:#fff;
	font-size:20px;
	font-weight:600;
}
.hzTab span {
	font-size:14px;
	color:#aeaeae;
}
    /* Tabs */
.tabs_2 {
  display: flex;
  gap: 12px;
  margin-bottom: 30px;
  margin-top: 50px;
  flex-wrap: nowrap; /* masaüstünde yan yana */
}

.tab_2 {
  flex: 1 1 0; /* eşit genişlik */
  background: #2f3e46;
  padding: 15px;
  cursor: pointer;
  border-radius: 10px;
  transition: 0.3s;
  color:#fff;
  font-size: 21px;
  font-weight: 600;
}
    .tab_2.active {background:#e5210f; color:fff;}
    .tab_2 small {display:block; opacity:0.6; margin-top:6px; font-size:14px; font-weight:300; }

    /* slider_2 */
    .slider_2-wrapper {overflow:hidden; background:#fff; border-radius:16px; box-shadow:0 10px 30px rgba(0,0,0,.1); margin-bottom:80px;}
    .slider_2 {display:flex; transition:transform .6s ease}
    .slide_2 {min-width:100%; display:grid; grid-template-columns:1fr 1fr; align-items:center}
    .slide_2 img {width:100%; height:100%; object-fit:cover}
    .content_sid {padding:30px; }
    .content_sid h2 {color:#e10600; margin-bottom:15px}
    .content_sid p {line-height:1.6; color:#444; font-size:16px;}
    .btn {
	margin-top: 40px;
  padding: 15px;
  color: #fff;
  font-size: 18px;
  background-color: #2b3f47;
  display: inline-block;
  cursor: pointer;
}
.btn i {
	color:red;
}
.btn:hover {
	opacity:0.8;
}
@media(max-width:900px){
    .slides{grid-template-columns:1fr}
    .content_sid{padding:30px}
}
.content_sid .mLink {
	padding-top:0px;
	margin-left:-5px;
	margin-bottom:0px;
}
.content_sid .mInfo {
	text-transform:capitalize;
	font-size:14px;
	margin-top:20px;
	margin-left:0px;
	opacity:0.8;
	margin-bottom:20px;
}
.content_sid .mLink div {
	display:inline-block;
	font-size:16px;
	font-weight:500;
	border:solid 1px #efefef;
	padding-top:4px;
	padding-bottom:2px;
	color:#2f3e46;
	border-radius:2px;
	padding-left:10px;
	padding-right:10px;
}
.content_sid .mLink div:hover {
	background-color:#e5210f;
	color:#fff;
	border:solid 1px #e5210f;
}
.content_sid #mAc {
	background-color:#e5210f;
	color:#fff;
	border:solid 1px #e5210f;
}
.intBg {
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}
.intSol {
	float:left;
	width:600px;
	border-bottom-left-radius:8px;
	border-top-left-radius:8px;
	background-color:#efefef;

}
.intSag {
	float:right;
	width:550px;
	background-color:#fff;
	margin-bottom:50px;
	border-bottom-right-radius:8px;
	border-top-right-radius:8px;

}
.padIc {
	padding:20px;
}
.intBas {
	font-size:24px;
	color:#2b3f47;
}
.intInfo {
	color:#59717a;
}
.social-wrapper {
    display: flex;
    gap: 12px;
    align-items: center;
}
.social-btn {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    /* Hafif derinlik için gölge (resimdeki gibi) */
    box-shadow: 0 4px 6px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}
/* İç halka tasarımı */
.icon-circle {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* Görseldeki gibi ikonun etrafındaki hafif şeffaf halka efekti */
    background: rgba(255, 255, 255, 0.15);
}
.social-btn i {
    color: white;
    font-size: 24px;
}

.whatsapps { background-color: #38c14a; } 
.instagram { background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); }
.email { background-color: #2c3e50; } 
.phone { background-color: #2980b9; }
.facebook { background: linear-gradient(45deg, #0062E0 0%, #19AFFF 100%);

    box-shadow: 0 4px 8px rgba(0,0,0,0.2); }
.social-btn:hover {
    transform: translateY(-3px); /* Yukarı hafif zıplama */
    box-shadow: 0 6px 12px rgba(0,0,0,0.25);
}
.arrow-yan {
	width:150px;
	height:57px;
	background-image:url(img/arrow-yan.png);
	margin-left:auto;
	margin-right:auto;
	margin-top:-30px;
}
.refBg {
	width:100%;
	height:auto;
	padding-top:100px;
	padding-bottom:100px;
	margin-bottom:-120px;
}
.baslik1 {
	font-size:34px;
	color:#e5210f;
	margin-bottom:0px;
	text-align:center;
}
.baslik1 strong {
	font-weight:650;
}
.baslikMotto {
	margin-top:0px;
	font-size:22px;
	line-height:1.4;
	font-weight:normal;
	color:#383838;
		text-align:center;
	font-family: 'Titillium Web', sans-serif;
}
.baslik2 {
	font-family: 'Titillium Web', sans-serif;
	font-size:32px;
	color:#13a450;
	font-weight:500;
	margin-top:50px;
	line-height:1.2;
	margin-bottom:20px;
}
.baslik2 strong {
	font-weight:700;
	text-overflow: ellipsis;
	background-image: url(img/cizgi-beyaz.png);
    background-repeat: no-repeat;
    background-position: 60% 100%;
    padding-bottom: 10px;
}
.baslik3 {
	font-family: 'Titillium Web', sans-serif;
	font-size:32px;
	color:#e5210f;
	font-weight:500;
	margin-top:50px;
	line-height:1.2;
	margin-bottom:20px;
}
.baslik3 strong {
	font-weight:700;
	text-overflow: ellipsis;
	background-image: url(img/cizgi-beyaz.png);
    background-repeat: no-repeat;
    background-position: 60% 100%;
    padding-bottom: 10px;
}
.baslik3 i {
	color:#383838;
}
.span6 {
width:32%;
float:left;
font-size:22px;
cursor:pointer;
margin-right: 13px;
-webkit-box-shadow: 0px 0px 29px -19px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 29px -19px rgba(0,0,0,0.75);
box-shadow: 0px 0px 29px -19px rgba(0,0,0,0.75);
background-color:#fff;
}

.span6 img {
	width:100%;
	margin-bottom:-5px;
}
.span6:hover {
	opacity:0.7;
}
.img-hover-zoom {
  height: auto;
  overflow: hidden;
}
.img-hover-zoom img {
  transition: transform .5s ease;
}
.img-hover-zoom:hover img {
  transform: scale(1.1);
}
#an {
	background-image:url(img/arrow.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	background-image: url(img/an-bg.png);
   background-repeat:no-repeat;
   background-position: 50% 110%;
   background-position:right bottom;
}
#hz {
	background-image: url(img/hz-bg-2.png);
   background-repeat:no-repeat;
   background-position: 50% 110%;
   background-position:center top;
}

.tumButs {
color:#fff;
font-weight:300;
font-size:18px;
width:250px;
line-height:50px;
cursor:pointer;
text-transform:uppercase;
background-color:#2b3f47;
padding-left:20px;
font-family: 'Titillium Web', sans-serif;
-webkit-box-shadow: 0px 0px 29px -19px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 29px -19px rgba(0,0,0,0.75);
box-shadow: 0px 0px 29px -19px rgba(0,0,0,0.75);
}
.tumButs i {
	color:#fff;
	border-radius:50px;
	float:right;
	font-size:32px;
	margin-right:20px;
	margin-top:7px;
}
.tumButs:hover {
	opacity:0.8;
}
.tumButs a {
color:#efefef;
}
.tumButs strong {
	font-weight:600;
}
/* Ana Konteynır */
.custom-br-container {
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 1rem;
  margin-bottom:50px;
  margin-top:20px;
}

/* Kaydırma Alanı */
.custom-br-wrapper {
  display: flex;
  gap: 1rem;
  width: max-content;
}

/* Kart Yapısı */
.custom-br-card {
  flex: 0 0 auto;
  width: 282px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  transition: transform 0.3s;
  margin-bottom: 30px;
}

.custom-br-card a {
  color: #555;
  text-decoration: none; /* Link alt çizgisini kaldırmak için ekledim */
}

.custom-br-card a:hover {
  color: #e5210f;
}

.custom-br-card:hover {
  transform: scale(1.02);
}

.custom-br-card img {
  width: 100%;
  border-radius: 8px 8px 0 0;
  display: block;
}

/* İçerik Alanı */
.custom-br-content {
  padding: 1rem;
}

.custom-br-title {
  font-size: 16px;
  font-weight: 600;
  height:30px;
 
}
.custom-br-date {
  font-size: 0.9rem;
  color: #777;
}

.custom-br-description {
  font-size: 0.9rem;
  margin-top: 5px;
  color: #333;
}

/* Kaydırma Çubuğu (Scrollbar) Tasarımı */
.custom-br-container::-webkit-scrollbar {
  height: 12px;
  cursor: pointer;
}

.custom-br-container::-webkit-scrollbar-track {
  background: #fff;
}

.custom-br-container::-webkit-scrollbar-thumb {
  background: #efefef;
  border-radius: 4px;
  cursor: pointer;
}

.custom-br-container::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}

/* Mobil Uyumluluk */
@media (max-width: 768px) {
  .custom-br-card {
    width: 75vw;
  }
}
.blogTop {
	margin-top:50px;
}
.blogTopH {
	width:85%;
	padding:30px;
	background-color:#fff;
	color:#2b3f47;
	font-size:18px;
	font-weight:bold;
	text-align:center;
		border-radius:6px;
	margin-top:-150px;
	z-index:999;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	border:solid 3px #fff;
}
#imm {
	border-radius:12px;
	margin-top:20px;
}
.blogTopH h1 {
	padding:0px;
	margin:0px;
	font-size:21px;

}
.icSol-blog {
    color:#fff;
	width:350px;
	height:auto;
	float:left;
	padding:50px;
	margin-top:170px;
	background-color:#21333a;
	
	/* Sticky ekliyoruz */
    position: -webkit-sticky; /* Safari için */
    position: sticky;
    top: 20px; /* sayfanın üstünden boşluk */
}
.icSol-blog a {
	color:#e5210f;
}
.icSol-blog2 {
    color:#fff;
	width:350px;
	height:auto;
	float:left;
	padding:50px;
	margin-top:50px;
	background-color:#21333a;
	
	/* Sticky ekliyoruz */
    position: -webkit-sticky; /* Safari için */
    position: sticky;
    top: 20px; /* sayfanın üstünden boşluk */
}
.icSag-blog {
    color:#fff;
	width:700px;
	float:right;
	margin-top:180px;
}
.icSag-blog2 {
    color:#fff;
	width:700px;
	float:right;
	margin-top:50px;
}
.icSol-but {
	background-color:#2b3f47;
	color:#fff;
	padding:20px;
	text-align:Center;
}
.icSol-but:hover {
	opacity:0.8;
}
.icSol-but a {
	color:#fff;
}
.icSag-blog .icSol-but {
	background-color:#e5210f;
	color:#fff;
	padding:20px;
	text-align:Center;
	width:300px;
	margin-top:30px;
}
.blog-navigation {
	width:350px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	font-size:16px;
}
.blog-navigation a {
	color:#555;
}
.blog-navigation a:hover {
	color:#e5210f;
}
.icSol-blog .imza {
color:#949494;
	font-size:32px;
	margin-left:20px;
	transform: rotate(-2deg);
	margin-top:30px;
}
.icSol-blog2 .imza {
color:#949494;
	font-size:32px;
	margin-left:20px;
	transform: rotate(-2deg);
	margin-top:30px;
}
.dilBas {
	width:432px;
	height:55px;
	line-height:55px;
	padding-left:18px;
	border-radius:2px;
	font-weight:550;
	margin-bottom:20px;
	color:#fff;
	font-size:16px;
	background-image:url(img/dilbg.png);
	background-repeat:no-repeat;
}
.dilsBg {
	padding-bottom:30px;
	padding-right:20px;
	padding-left:10px;

	margin-top:50px;
	border-radius:12px;
	background-image:url(img/diller.png);
	background-repeat:no-repeat;
	background-position:right top;
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.dilsBg strong {
	font-weight:550;
}
.icSag-blog .dilsBg {
	padding-left:0px;
	background-image:none;
	
}
.dilBas i {
	float:right;
	color:#fff;
	font-size:21px;
}
.shpBut {
	width:62px;
padding-top:15px;
padding-bottom:15px;
	background-color:red;
	position:fixed;
	margin-left:0px;
height:220px;
	margin-top:245px;
	border-radius:5px;
	z-index:2;
	text-align:center;
background: -moz-linear-gradient(left, #e31e11 0%, #eb4126 100%);
background: -webkit-linear-gradient(left, #e31e11 0%, #eb4126 100%);
background: linear-gradient(to right, #e31e11 0%, #eb4126 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e31e11', endColorstr='#eb4126', GradientType=1);
-webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.29);
-moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.29);
box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.29);
cursor:pointer;
text-transform:uppercase;
}
.shpBut div {
		transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	color:#fff;
	width:220px;
	margin-top:100px;
	margin-left:-80px;
	font-size:17px;

}

.shpBut:hover {
	opacity:0.8;
}
.infoBg {
	padding:50px;
	margin-top:10px;
	margin-bottom:0px;
}
.infoBas {
	background-image:url(img/infoBg.png);
	width:204px;
	height:47px;
	color:#fff;
	font-size:17px;
	line-height:47px;
	margin-bottom:30px;
	padding-left:20px;
	background-repeat:no-repeat;
	font-weight:550;
}
.infoBas2 {
	background-image:url(img/infoBg.png);
	width:204px;
	margin-top:50px;
	height:47px;
	color:#fff;
	font-size:17px;
	line-height:47px;
	margin-bottom:0px;
	padding-left:20px;
	background-repeat:no-repeat;
	font-weight:550;
}
.ilb1 {
	font-size:38px;
	color:#383838;
	font-weight:650;
	margin-bottom:10px;
}
.ilb2 {
	font-size:24px;
	opacity:0.8;
	margin-bottom:20px;
}
#in1 {
background-clip: padding-box;
  background-color: #fff;
  border: 2px solid #666;
  color: #161617;
  display: block;
  margin-bottom:10px;
  font-family: "Helvetica Now Text",sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  padding: .9375rem .9375rem;
  -webkit-transition: border-color .2s ease-out;
  transition: border-color .2s ease-out;
  width: 100%;
  font-family: 'Titillium Web', sans-serif;
}
#in1:nth-of-type(2n) {
    margin-right: 0;
}
#in1:focus, #in2:focus {
	color:#383838;
	border: 2px solid #e5210f;
}
input {	outline:none;}
#in2 {
background-clip: padding-box;
  background-color: #fff;
  border: 2px solid #666;
  color: #161617;
  display: block;
  margin-bottom:10px;
  font-family: "Helvetica Now Text",sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  padding: .9375rem .9375rem;
  -webkit-transition: border-color .2s ease-out;
  transition: border-color .2s ease-out;
  width: 100%;
  font-family: 'Titillium Web', sans-serif;
}
#in1:hover, #in2:hover {
	opacity:0.9;
}
#il-form {
	float:right;
	margin-top:-35px;
	font-size:21px;
	font-family: 'Titillium Web', sans-serif;
}
#il-form i {
	color:#e5210f;
}
.stdBg {
	background-color:#2b3f47;
	padding:10px;
	border-radius:6px;
	margin-top:-3px;
	margin-bottom:20px;
	width:100%;
}
.stdBg .stdList {
	border-bottom:none;
	display:inline-block;
	margin-top:20px;
	height:65px;
	margin-left:55px;
}
.cekAl {
	margin-top:-150px;
}
.bkf-tabs-wrapper {

  margin: 0 auto;
  margin-top:20px;
}

.bkf-tabs-nav {
  display: flex;
  gap: 12px;
  border-bottom: 2px solid #eee;
  overflow-x: auto;
}

.bkf-tabs-nav::-webkit-scrollbar {
  display: none;
}

.bkf-tab-btn {
  background: none;
  border: none;
  padding: 12px 16px;
  font-size:18px;
  cursor: pointer;
  font-weight: 600;
  color: #333;
  border-bottom: 3px solid transparent;
  white-space: nowrap;
}

.bkf-tab-btn.active {
  color: #e5210f;
  border-bottom-color: #e5210f;
}

.bkf-tab-panel {
  display: none;
  padding: 20px 0;
  line-height: 1.6;
}

.bkf-tab-panel.active {
  display: block;
}
.mMenu {
  display: none;
}

.mobOnBut {
	display:none;
	width:91%;
	margin-left:auto;
	margin-right:auto;
padding-top:15px;
padding-bottom:15px;
	background-color:red;
	margin-left:auto;
	color:#fff;
	margin-top:20px;
	font-size:18px;
	border-radius:5px;
	text-align:center;
background: -moz-linear-gradient(left, #e31e11 0%, #eb4126 100%);
background: -webkit-linear-gradient(left, #e31e11 0%, #eb4126 100%);
background: linear-gradient(to right, #e31e11 0%, #eb4126 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e31e11', endColorstr='#eb4126', GradientType=1);
-webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.29);
-moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.29);
box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.29);
cursor:pointer;
text-transform:uppercase;
}
.mobOnBut a {
	color:#fff;
}
.mobNav {
	display:none;
	width:98%;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	margin-bottom:-15px;
}
.mobNav div {
	background-color:#efefef;
	margin-bottom:3px;
	border-radius:2px;
	padding:7px;
	font-size:14px;
}
.mobNav a {
	color:#383838;
}
#mobAc {
	background-color:#2b3f47;
	color:#fff;
}
/* Mobil */
@media (max-width: 600px) {
  .bkf-tab-btn {
    padding: 10px 12px;
    font-size: 16px;
  }
}

 /**mobil**/
@media only screen and (max-width: 900px) {
.desktop, .shpBut, .menu, .dil {
	display:none;
}
.mobOnBut, .mobNav {
	display:block;
}
.head_shape {
   top:40px;
   z-index:-1;
   background-size:45%;
   right:0px;
   background-position:right top;
}
.motto {
	max-width:100%;
	height:auto;
	float:none;
	margin-left:0px;
	margin-top:12%;
}
.head_banner {
	width:92%;
	height:469px;
   position:relative;
   margin-left:auto;
   margin-right:auto;
   left:0px;
   right:0px;
   top:30px;
   z-index:1;
}
.content, .content-3, .foots {
	width:95%;
	margin-left:auto;
	margin-right:auto;
}
.infoBg  {
	padding:20px;
}
.telBut  {
	line-height:2;
}
.mottoBas {
	font-size:34px;
}
.mottoInfo {
	font-size:21px;
}
.mottoAlt {
	font-size:20px;
}
.telBut {
	margin-top:30px;
}
.pagSol {
	width:95%;
	height:auto;
	float:none;
	margin-left:auto;
	margin-right:auto;
}
.pagSol a {
	color:#0ca9b4;
}
.pagSol a:hover {
	color:#555;
}
.pagSag {
	width:95%;
	float:none;
	margin-top:80px;
	margin-left:auto;
	margin-right:auto;
}
.pagMotto {
	margin-left:10px;
}
.ikonBg {
	margin-top:30px;
}
#hkDown {
	margin-top:50px;
	margin-bottom:50px;
}
.hkTab2 {
	margin-right:10px;
}
.pagList {
	margin-top:85px;
}
.dilsBg {
	font-size:16px;
	overflow:hidden;
}
.inBut {
	width:90%;
	float:none;
	margin-left:auto;
	margin-right:auto;
}
.inButBas {
	margin-left:20px;
	float:left;
	width:75%;
}
.vrtBut {
	font-size:16px;
}
/* Wrapper alt alta ve slider önce gelsin */
    .reviews-wrapper {
        flex-direction: column-reverse;
        gap: 15px; /* Mobilde biraz daha az boşluk */
    }

    /* Sol ve sağ alan tam genişlik */
    .reviews-info,
    .slider-container {
        width: 95%;
        max-width: 100%;
		margin-left:auto;
		margin-right:auto;
    }

    /* Slider viewport yatay kaydırma */
    .slider-viewport {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; /* iOS smooth scroll */
    }

    .slider {
        display: flex;
        gap: 15px;
        width: max-content; /* Kart sayısına göre genişlik */
    }

    .review-card {
        min-width: 10%; /* Mobilde daha küçük kartlar */
		width:200px;
        flex: 0 0 auto; /* Kartlar küçülmesin */
		margin:0px;
		
    }

    /* Navigasyon oklarını gizle */
    .slider-container .nav {
        display: none;
    }

    /* Sol alan üst boşluk */
    .reviews-info {
        margin-top: 20px;
    }

    /* Info header img boyutu küçült */
    .info-header img {
        width: 60px;
        height: 60px;
    }
.info-header h3 {
	font-weight:650;
}
.reviews-section {
	margin-bottom:50px;
}
.reviews-info button a {
	color:#e5210f;
}
.pagBas-2 {
	line-height:1.0;
}
.dotList {
	margin-bottom:60px;
}
.Bg-1 .devam {
	margin-top:-20px;
}
#hfs {
	margin-top:0px;
}
.tabs_2 {
    flex-wrap: wrap; /* tablet ve altı için sar */
  }
  .tab_2 {
    flex: 1 1 48%; /* tablet 2 tab yan yana */
    margin-bottom: -5px;
  }
.slider_2-wrapper {
    width: 100%;
    overflow: hidden;
  }

  .slider_2 {
    width: 100%;
  }

  .slide_2 {
    width: 100%;
    flex-direction: column;   /* alt alta */
    align-items: stretch;     /* %100 yayıl */
  }
  .content_sid {
	  width:180%;
  }

  .slide_2 img {
    display: none;
  }

  /* içerideki link kutuları */
  .mLink {
    width: 100%;
    justify-content: center;
  }
.intBg {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.intSol {
	float:none;
	width:100%;
	border-bottom-left-radius:0px;
	border-top-left-radius:0px;
}
.intSag {
	float:none;
	width:100%;
	text-align:right;
}
.arrow-yan {
	margin-left:auto;
	margin-right:75px;
	margin-top:-70px;
}
.intInfo {
	font-size:14px;
}
.ikBg {
	width:100%;
	height:auto;
	padding-bottom:50px;
}
.ikOrt {
	width:95%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:40px;
}
.ikSag {
	width:308px;
	height:388px;
	display:inline-block;
}
.ikSol {
	width:350px;
	display:inline-block;
}
.ikBut {
	margin-bottom:0px;
}
.refBg {
	padding-top:70px;
}
.whatsapp {
	bottom:20px;
}
.dotList {
	display:inline-block;
	width:75%;
	height:auto;
	margin-right:0px;
	margin-left:0px;
 transform: rotate(-5deg);
 margin-bottom:40px;
}
.dotBas {
	font-size:19px;
	font-weight:600;
	margin-bottom:10px;
	line-height:1.1;
	margin-top:12px;
	letter-spacing:-1px;
	color:#000;
	height:auto;
}
.dotInfo {
	font-size:15px;
	height:auto;
}
.basB {
	margin-top:-23px;
	display:none;
}
.ftList {
    width: 43%;        /* 2'li yan yana */
    margin-right: 4%;  /* aralık */
	margin-left: 4%;
	margin-bottom:30px;
	font-size:15px;
  }

  .ftList:nth-child(2n) {
    margin-right: 0;   /* her 2. eleman sağa yapışsın */
  }
 .ftBgR {
	 float:none;
	 margin-top:3px;
	 font-size:14px;
 }
footer {
	padding-bottom:90px;
}
.ftBg2 {
	font-size:16px;
}
.mMenu {
    display: block;
    background: #e5210f;
    color: #fff;
  }

  .mMenuHeader {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    font-size: 18px;
    cursor: pointer;
  }

  .mMenuHeader i {
    font-size: 22px;
  }

  .mMenuBody {
    display: none;
  }

  .mMenuItem {
    display: block;
    padding: 15px;
    color: #fff;font-size:16px;
    text-decoration: none;
    border-top: 1px solid rgba(255,255,255,0.2);
  }

  .mMenuGroup {
    border-top: 1px solid rgba(255,255,255,0.2);
  }

  .mMenuTitle {
    padding: 15px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
	font-size:16px;
  }

  .mMenuSub {
    display: none;
    background: rgba(0,0,0,0.1);
  }

  .mMenuSub a {
    display: block;
    padding: 12px 20px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
  }
#in1 {
  width: 95%;
}

#in2 {
  width: 95%;
}
#il-form {
	float:none;
	margin-top:20px;
	font-size:18px;
}
.pag, .pag_2 {
	font-size:15px;
}
.ilb1 {
	font-size:28px;
}
.ilb2 {
	font-size:21px;
}

#imm {
	border-radius:12px;
	margin-top:20px;
	width:100%;
}
  .blogTop,.sayfaBg {
    display: flex;
    flex-direction: column; /* dikey sıralama */
  }

  .blogTop img {
    order: 2;  /* resim ikinci sıraya gelsin */
  }

  .blogTopH {
    order: 1;  /* başlık birinci sırada */
	margin-top:1px;
	background-color:#efefef;
  }
  .icSol-blog {
	width:77%;
	float:none;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	 order: 2;
    position: static; /* normal akışa geri dönsün */
    top: auto;        /* top değerini resetle */
	font-size:16px;
}

.icSag-blog {
	order: 1; 
    color:#fff;
	width:100%;
	float:none;
	margin-top:25px;
}
.content-3 {
	display: flex;
    flex-direction: column; /* dikey sıralama */
}
h1 {
	font-size:26px;
}
.icTxt {
	margin-top:40px;
}
.blog-navigation {
	margin-bottom:20px;
	margin-top:-20px;
}
.tmSol {
	float:none;
	width:100%;
}
.tmSag {
	float:none;
	width:100%;
	height:auto;
	margin-top:20px;
}
.tmSag img {
	width:100%;
}
.tInfo {
	font-size:21px;
}
.icSol {
	width:75%;
	float:none;
	order:2;
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
}
.icSag {
	width:100%;
	float:none;
	order:1;
	margin-top:-50px;
}
.ded2 {
	width:95%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-image:none;
}
.sol {
	width:98%;
	float:none;
	padding:0px;
	margin-top:20px;
}
.sag {
	width:98%;
	float:none;
	padding:0px;
	margin-top:20px;
}

.grkList {
	overflow:hidden;
	padding-bottom:10px;
	padding-top:0px;
	margin-top:10px;
	
}
.dedBas {
	font-size:22px;
}
.teamBg {
	margin-bottom:-20px;
}
.teamList {
	width:47%;
	height:auto;
	display:inline-block;
	margin-right:5%;
	margin-bottom:20px;
}
.teamList:nth-child(2n) {
    margin-right: 0;
}
.icSag .tMotto {
	line-height:1;
}
.tmSol .tMotto {
	font-size:36px;
}
.icSag-blog2 {
	order:1;
	margin-top:-50px;
	width:100%;
	float:none;
}
.icSol-blog2 {
	order:2;
	margin-top:50px;
	width:75%;
	margin-left:auto;
	margin-right:auto;
	float:none;
}
.bkf-tabs-wrapper {
	display:none;
}
}