@charset "utf-8";

html{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	direction:ltr;/*Sayfamız Soldan Sağa Olacak*/
	overflow-x:hidden;/*Sayfa altında scroll oluşmasın*/
	overflow-y:scroll;/*Sayfada yukarıdan aşağıya dikey scroll oluşsun*/
}
body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	border:none;
	outline:none;
	background-color:#FFF;
	font-family:Arial, "Helvatica Neue", Helvatica, sans-serif;
	color:#646464;
	line-height:1.5;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
}
a:hover{
	cursor: pointer;
}
li{
	list-style-type:none;
}
@media only screen and (min-width:1200px){ /* XL */
	body{
		font-size:14px;
	}
}
@media only screen and (min-width:992px) and (max-width:1199px){ /* L */
	body{
		font-size:13px;
	}
}
@media only screen and (min-width:768px) and (max-width:991px){ /* M */
	body{
		font-size:12px;
	}
}
@media only screen and (min-width:576px) and (max-width:767px){ /* S */
	body{
		font-size:12px;
	}
}
@media only screen and (max-width:575px){ /* XS */
	body{
		font-size:12px;
	}
}
header.headerimg{
    background-image: url("../img/head.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
}
header.headerimg .headerYazi1{
    font-size: 1.5rem;
    line-height: 1.5rem;
	font-weight: 500;
    font-style :italic;
    font-family:"Roboto Slab", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

header.headerimg .headerYazi2{
    font-size: 3rem;
    font-weight: 700;
    line-height: 3rem;
    margin-bottom: 2rem;
    font-family:s"Montserrat", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.telefon1{
	position:absolute;
	top:130px;
	left:150px;
	font-size: 2rem;
	font-weight: 700;
	font-family:"Montserrat", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.telefon2{
	position:absolute;
	top:130px;
	right:150px;
	font-size: 2rem;
	font-weight: 700;
	font-family:"Montserrat", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#mainNavbar{
	padding-top: 1rem;
	padding-bottom: 1rem;
	background-color: #212529ab;
}
#mainNavbar .navbar-brand{
	color: #de3545;
	font-family:"RobotoSlap", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-family: 700;
	letter-spacing: 0.063em;
}
#mainNavbar .navbar-nav .nav-item .nav-link{
	font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 1rem;
	color: #fff;
	font-weight:bold;
	letter-spacing: 0.06em;
}
#mainNavbar .navbar-nav .nav-item .nav-link.active,
#mainNavbar .navbar-nav .nav-item .nav-link:hover{
	color:  #de3545;
}
#mainNavbar .navbar-nav .nav-item{
	margin-right: 1rem;
}
#mainNavbar .navbar-nav .nav-item:last-child{
	margin-right:0;
}
#mainNavbar.navbar-mobile{
		padding-top: 1rem;
		padding-bottom: 1rem;
		background-color:#212529ab;
	}
.uyeOl-img{
	width:25px;
	height:25px;
}
.uyeOl{
	width:40px;
	height:25px;
	font-size:10px;
	padding-top:4px;
	font-weight:bold;
}
.uyeOl .nav-link.active,
.uyeOl .nav-link:hover{
 color: #de3545;
}
.giris-img{
	width:25px;
	height:25px;
}
.giris{
	width:40px;
	height:25px;
	font-size:10px;
	padding-top:4px;
	font-weight:bold
}
.giris .nav-link.active,
.giris .nav-link:hover{
 color: #de3545;
}
.anaLogo{
	width: 200px;
	height: auto;
}
/* NAV ALAI CSS LERİ */
@media only screen and (min-width:1200px){ /* XL */
.anaLogo{
	width: 250px;
	height: auto;
}
#mainNavbar{
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	border:none;
	background-color: transparent;
	transition:padding-top 0.3s ease-in-out,padding-bottom 0.3s ease-in-out;
	-webkit-transition: padding-top 0.3s ease-in-out,padding-bottom 0.3s ease-in-out;
	-moz-transition: padding-top 0.3s ease-in-out,padding-bottom 0.3s ease-in-out;
	-ms-transition:padding-top 0.3s ease-in-out,padding-bottom 0.3s ease-in-out;
	-moz-transition: padding-top 0.3s ease-in-out,padding-bottom 0.3s ease-in-out;
	-o-transition: padding-top 0.3s ease-in-out,padding-bottom 0.3s ease-in-out;
}
#mainNavbar.navbar-mobile{
	padding-top: 1rem;
	padding-bottom: 1rem;
	background-color:#212529ab;
}
}
@media only screen and (min-width:992px) and (max-width:1199px){ /* L */
.anaLogo{
	width: 250px;
	height: auto;
}
#mainNavbar{
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	border:none;
	background-color: transparent;
	transition:padding-top 0.3s ease-in-out,padding-bottom 0.3s ease-in-out;
	-webkit-transition: padding-top 0.3s ease-in-out,padding-bottom 0.3s ease-in-out;
	-moz-transition: padding-top 0.3s ease-in-out,padding-bottom 0.3s ease-in-out;
	-ms-transition:padding-top 0.3s ease-in-out,padding-bottom 0.3s ease-in-out;
	-moz-transition: padding-top 0.3s ease-in-out,padding-bottom 0.3s ease-in-out;
	-o-transition: padding-top 0.3s ease-in-out,padding-bottom 0.3s ease-in-out;
}
#mainNavbar.navbar-mobile{
	padding-top: 1rem;
	padding-bottom: 1rem;
	background-color:#212529ab;
}
}
@media only screen and (min-width:768px) and (max-width:991px){ /* M */
.anaLogo{
	width: 230px;
	height: auto;
}
	
#mainNavbar .navbar-nav .nav-item .nav-link{
color:#494848;
text-align: start;
line-height:1rem;
border-color: #FFF;
}
}
@media only screen and (min-width:576px) and (max-width:767px){ /* S */
.anaLogo{
	width: 220px;
	height: auto;
}
#mainNavbar .navbar-nav .nav-item .nav-link{
color:#494848;
text-align: start;
line-height:1rem;
border-color: #FFF;
}
}
@media only screen and (max-width:575px){ /* XS */
.anaLogo{
	width: 200px;
	height: auto;
}
#mainNavbar .navbar-nav .nav-item .nav-link{
color:#494848;
text-align: start;
line-height:1rem;
border-color: #FFF;
}
}
/* NAV ALAI CSS LERİ */


/* HEADER css leri */

@media only screen and (min-width:1200px){ /* XL */
header.headerimg{
    padding-top: 9rem;
    padding-bottom:6rem;
    }
header.headerimg .headerYazi1{
    font-size: 1.4rem;
    line-height: 1.5rem;
	font-weight: 500;
    font-style :italic;
    font-family:"Roboto Slab", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
header.headerimg .headerYazi2{
    font-size: 3rem;
    font-weight: 700;
    line-height: 3rem;
    margin-bottom: 2rem;
    font-family:s"Montserrat", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.telefon1{
	position:absolute;
	top:130px;
	left:130px;
	font-size: 2rem;
	font-weight: 700;
	font-family:"Montserrat", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	}
.telefon2{
	position:absolute;
	top:130px;
	right:130px;
	font-size: 2rem;
	font-weight: 700;
	font-family:"Montserrat", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	}
}
@media only screen and (min-width:992px) and (max-width:1199px){ /* L */
header.headerimg{
    padding-top: 9rem;
    padding-bottom:6rem;
    }
header.headerimg .headerYazi1{
    font-size: 1.3rem;
    line-height: 1.5rem;
	font-weight: 500;
    font-style :italic;
    font-family:"Roboto Slab", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

header.headerimg .headerYazi2{
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 3rem;
    margin-bottom: 2rem;
    font-family:s"Montserrat", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.telefon1{
	position:absolute;
	top:130px;
	left:50px;
	font-size: 1.8rem;
	font-weight: 700;
	font-family:"Montserrat", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	}
.telefon2{
	position:absolute;
	top:130px;
	right:50px;
	font-size: 1.8rem;
	font-weight: 700;
	font-family:"Montserrat", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	}

}
@media only screen and (min-width:768px) and (max-width:991px){ /* M */
header.headerimg{
    padding-top: 9rem;
    padding-bottom:6rem;
    }
header.headerimg .headerYazi1{
    font-size: 1.2rem;
    line-height: 1.5rem;
	font-weight: 500;
    font-style :italic;
    font-family:"Roboto Slab", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

header.headerimg .headerYazi2{
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 3rem;
    margin-bottom: 2rem;
    font-family:s"Montserrat", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.telefon1{
	position:absolute;
	top:125px;
	left:5px;
	font-size: 1.6rem;
	font-weight: 700;
	font-family:"Montserrat", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	}
.telefon2{
	position:absolute;
	top:120px;
	right:5px;
	font-size: 1.6rem;
	font-weight: 700;
	font-family:"Montserrat", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	}

}
@media only screen and (min-width:576px) and (max-width:767px){ /* S */
header.headerimg{
    padding-top: 9rem;
    padding-bottom:6rem;
    }
header.headerimg .headerYazi1{
    font-size: 1.1rem;
    line-height: 1.5rem;
	font-weight: 500;
    font-style :italic;
    font-family:"Roboto Slab", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

header.headerimg .headerYazi2{
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 3rem;
    margin-bottom: 2rem;
    font-family:s"Montserrat", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.telefon1{
	position:absolute;
	top:120px;
	left:0px;
	font-size: 1.4rem;
	font-weight: 700;
	font-family:"Montserrat", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	}
.telefon2{
	position:absolute;
	top:120px;
	right:0px;
	font-size: 1.4rem;
	font-weight: 700;
	font-family:"Montserrat", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	}

}
@media only screen and (max-width:575px){ /* XS */
header.headerimg{
    padding-top: 9rem;
    padding-bottom:6rem;
    }
header.headerimg .headerYazi1{
    font-size: 1rem;
    line-height: 1.5rem;
	font-weight: 500;
    font-style :italic;
    font-family:"Roboto Slab", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

header.headerimg .headerYazi2{
    font-size: 2rem;
    font-weight: 700;
    line-height: 3rem;
    margin-bottom: 2rem;
    font-family:s"Montserrat", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.telefon1{
	position:absolute;
	top:120px;
	left:1px;
	font-size: 1.2rem;
	font-weight: 700;
	font-family:"Montserrat", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	}
.telefon2{
	position:absolute;
	top:120px;
	right:1px;
	font-size: 1.2rem;
	font-weight: 700;
	font-family:"Montserrat", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	}

}

/* HEADER css leri */


/* HEADER ALAI CSS LERİ */

@media only screen and (min-width:1200px){ /* XL */

.ab-servis-resim{
	width:150px;
	height:75px
	}
}
@media only screen and (min-width:992px) and (max-width:1199px){ /* L */
.ab-servis-resim{
	width:125px;
	height:60px
}
.whatsapp-resim-cerceve{
	margin-right: 40px;
}
}
@media only screen and (min-width:768px) and (max-width:991px){ /* M */
.ab-servis-resim{
	width:100px;
	height:50px
}
.whatsapp-resim-cerceve{
	margin-right: 70px;
}
}
@media only screen and (min-width:576px) and (max-width:767px){ /* S */
.ab-servis-resim{
	width:100px;
	height:50px
}
.whatsapp-resim-cerceve{
	margin-right: 100px;
}
}
@media only screen and (max-width:575px){ /* XS */
.ab-servis-resim{
	width:100px;
	height:50px
}
.whatsapp-resim-cerceve{
	margin-right: 120px;
}
}


/*  BAKIM CSS LERİ*/

.baslik{
	min-width:100%;
	min-width:100%;
	min-width:100%;
	height:auto;
	margin:0 auto;
	padding:0;
	padding-top:2px;
	top:0;
	border:none;
	overflow:hidden;
	outline:none;
	font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 2rem;
	color:#F90;
	bottom: 100px;
	border-bottom:1px solid #DDD;
	font-weight:bold;	
	letter-spacing: 0.06em;
}
.altbaslik{
	min-width:100%;
	min-width:100%;
	min-width:100%;
	height:auto;
	margin:0 auto;
	padding:0;
	padding-top:2px;
	top:0;
	border:none;
	overflow:hidden;
	outline:none;
	font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 2rem;
	color:#F90;
	bottom: 10px;
	border-bottom:1px solid #DDD;
	font-weight:bold;	
	letter-spacing: 0.06em;
}
.bakim{
	width:100%;
	min-width:100%;
	max-width:100%;
	height:auto;
	margin:0 auto;
	padding:0;
	border:none;
	outline:none;
	overflow:none;	
	}
/*  BAKIM CSS LERİ*/
.bakim-aciklama:hover{
box-shadow:0px 0px 10px 0px #ccc;
}
@media only screen and (min-width:1200px){ /* XL */
.baslik{
	font-size: 1.9rem;
}
.altbaslik{
	font-size: 1rem;
	padding-bottom: 5px;
	padding-top: 5px;
}
.bakim{
	width:100%;
	min-width:100%;
	max-width:100%;
	height:auto;
	margin:0 auto;
	padding:0;
	border:none;
	outline:none;
	overflow:none;
	}
.bakim-aciklama{	
	font-size: 14px;
	}
.bakim-tel-1{
	left:20px;
	bottom: 30px;
	font-size:22px;
}
.bakim-tel-2{
	right: 20px;
	bottom: 30px;
	font-size:22px;
}
}
@media only screen and (min-width:992px) and (max-width:1199px){ /* L */
.baslik{
	font-size: 1.8rem;
}
.altbaslik{
	font-size: 0.8rem;
	padding-bottom: 5px;
	padding-top: 5px;
}
.bakim-aciklama{
	
	font-size: 12px;
	}
.bakim-tel-1{
	left:10px;
	bottom: 20px;
	font-size:22px;
}
.bakim-tel-2{
	right: 10px;
	bottom: 20px;
	font-size:22px;
}
}
@media only screen and (min-width:768px) and (max-width:991px){ /* M */
.baslik{
	font-size: 1.7rem;
}
.altbaslik{
	font-size: 0.8rem;
	padding-bottom: 5px;
	padding-top: 5px;
}
.bakim-aciklama{
	padding-top: 5px;
	font-size: 13px;
	}
.bakim-tel-1{
	left:50px;
	bottom: 20px;
	font-size:22px;
}
.bakim-tel-2{
	right: 50px;
	bottom: 20px;
	font-size:22px;
}
}
@media only screen and (min-width:576px) and (max-width:767px){ /* S */
.baslik{
	font-size: 1.6rem;
}
.altbaslik{
	font-size: 0.8rem;
	padding-bottom: 5px;
	padding-top: 5px;
}
.bakim-aciklama{
	padding-top: 5px;
	font-size: 12px;
	}
.bakim-tel-1{
	left:10px;
	bottom: 20px;
	font-size:20px;
}
.bakim-tel-2{
	right: 10px;
	bottom: 20px;
	font-size:20px;
}
}
@media only screen and (max-width:575px){ /* XS */
.baslik{
	font-size:  1.6rem;
}
.altbaslik{
	font-size: 0.7rem;
	padding-bottom: 5px;
	padding-top: 5px;
}
.bakim-aciklama{
	padding-top: 5px;
	font-size: 11px;
	}
.bakim-tel-1{
	left:10px;
	bottom: 20px;
	font-size:18px;
}
.bakim-tel-2{
	right: 10px;
	bottom: 20px;
	font-size:18px;
}
.bakim-aciklama:hover{
	box-shadow:0px 1px  0px 1px #ccc;
}
}

/*  BAKIM CSS LERİ*/

/*petek bakım css*/
.petek-acıklama:hover{
	box-shadow:0px 0px 10px 0px #ccc;	
}
.petek-reklam-1{
	height:auto;
	margin:0 auto;
	padding:0;
	border:none;
	outline:none;
	overflow:none;
	left:0;
	top: 20px;
	padding:5px;
	font-size:1.2rem;
	font-weight: bold;
	font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.petek-reklam-2{
	height:auto;
	margin:0 auto;
	padding:0;
	border:none;
	outline:none;
	overflow:none;
	left:50px;
	top: 70px;
	padding:5px;
	font-weight: bold;
	font-size:1.2rem;
	font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.petek-reklam-3{
	height:auto;
	margin:0 auto;
	padding:0;
	border:none;
	outline:none;
	overflow:none;
	left:100px;
	top: 120px;
	padding:5px;
	font-weight: bold;
	font-size:1.2rem;
	font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

@media only screen and (min-width:1200px){ /* XL */
.petek-acıklama{
	font-size: 14px;
	}
.petek-reklam-1{
	height:auto;
	margin:0 auto;
	padding:0;
	border:none;
	outline:none;
	overflow:none;
	left:15px;
	top: 20px;
	padding:5px;
	font-size:1.2rem;
	font-weight: bold;
	font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.petek-reklam-2{
	height:auto;
	margin:0 auto;
	padding:0;
	border:none;
	outline:none;
	overflow:none;
	left:50px;
	top: 70px;
	padding:5px;
	font-weight: bold;
	font-size:1.2rem;
	font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.petek-reklam-3{
	height:auto;
	margin:0 auto;
	padding:0;
	border:none;
	outline:none;
	overflow:none;
	left:100px;
	top: 120px;
	padding:5px;
	font-weight: bold;
	font-size:1.2rem;
	font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

}
@media only screen and (min-width:992px) and (max-width:1199px){ /* L */
.petek-acıklama{
	font-size: 13px;
	}
.petek-acıklama{
	font-size: 14px;
	}
.petek-reklam-1{
	height:auto;
	margin:0 auto;
	padding:0;
	border:none;
	outline:none;
	overflow:none;
	left:0;
	top: 20px;
	padding:5px;
	font-size:1rem;
	font-weight: bold;
	font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.petek-reklam-2{
	height:auto;
	margin:0 auto;
	padding:0;
	border:none;
	outline:none;
	overflow:none;
	left:50px;
	top: 70px;
	padding:5px;
	font-weight: bold;
	font-size:1rem;
	font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.petek-reklam-3{
	height:auto;
	margin:0 auto;
	padding:0;
	border:none;
	outline:none;
	overflow:none;
	left:100px;
	top: 120px;
	padding:5px;
	font-weight: bold;
	font-size:1rem;
	font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
}
@media only screen and (min-width:768px) and (max-width:991px){ /* M */
.petek-acıklama{
	padding-top: 5px;
	font-size: 13px;
	}
.petek-acıklama{
	font-size: 14px;
	}
.petek-reklam-1{
	height:auto;
	margin:0 auto;
	padding:0;
	border:none;
	outline:none;
	overflow:none;
	left:40px;
	top: 20px;
	padding:5px;
	font-size:1rem;
	font-weight: bold;
	font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.petek-reklam-2{
	height:auto;
	margin:0 auto;
	padding:0;
	border:none;
	outline:none;
	overflow:none;
	left:90px;
	top: 70px;
	padding:5px;
	font-weight: bold;
	font-size:1rem;
	font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.petek-reklam-3{
	height:auto;
	margin:0 auto;
	padding:0;
	border:none;
	outline:none;
	overflow:none;
	left:130px;
	top: 120px;
	padding:5px;
	font-weight: bold;
	font-size:1rem;
	font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

}
@media only screen and (min-width:576px) and (max-width:767px){ /* S */
.petek-acıklama{
	padding-top: 5px;
	font-size: 12px;
	}
.petek-reklam-1{
	height:auto;
	margin:0 auto;
	padding:0;
	border:none;
	outline:none;
	overflow:none;
	left:0px;
	top: 20px;
	padding:5px;
	font-size:1rem;
	font-weight: bold;
	font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.petek-reklam-2{
	height:auto;
	margin:0 auto;
	padding:0;
	border:none;
	outline:none;
	overflow:none;
	left:40px;
	top: 70px;
	padding:5px;
	font-weight: bold;
	font-size:1rem;
	font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.petek-reklam-3{
	height:auto;
	margin:0 auto;
	padding:0;
	border:none;
	outline:none;
	overflow:none;
	left:90px;
	top: 120px;
	padding:5px;
	font-weight: bold;
	font-size:0.9rem;
	font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

}
@media only screen and (max-width:575px){ /* XS */
.petek-acıklama{
	padding-top: 5px;
	font-size: 11px;
	}
.petek-reklam-1{
	height:auto;
	margin:0 auto;
	padding:0;
	border:none;
	outline:none;
	overflow:none;
	left:0px;
	top: 20px;
	padding:5px;
	font-size:0.9rem;
	font-weight: bold;
	font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.petek-reklam-2{
	height:auto;
	margin:0 auto;
	padding:0;
	border:none;
	outline:none;
	overflow:none;
	left:50px;
	top: 70px;
	padding:5px;
	font-weight: bold;
	font-size:0.9rem;
	font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.petek-reklam-3{
	height:auto;
	margin:0 auto;
	padding:0;
	border:none;
	outline:none;
	overflow:none;
	left:90px;
	top: 120px;
	padding:5px;
	font-weight: bold;
	font-size:0.8rem;
	font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
}

/* TAMİR CSS LERİ */
.tamir-aciklama:hover{
	box-shadow:0px 0px 10px 0px #ccc;
}

@media only screen and (min-width:1200px){ /* XL */
.tamir-aciklama{
	font-size: 14px;
	}
.tecrube{
	right: 20px;
	bottom: -7px;
	width: 140px;
	height: 60px;
}
}
@media only screen and (min-width:992px) and (max-width:1199px){ /* L */
.tamir-aciklama{
	font-size: 13px;
	}
.tecrube{
	right:12px;
	bottom:40px;
	width: 140px;
	height: 60px;
}
}
@media only screen and (min-width:768px) and (max-width:991px){ /* M */
.tamir-aciklama{
	padding-top: 5px;
	font-size: 13px;
	}
.tecrube{
	right:50px;
	bottom:-7px;
	width: 160px;
	height: 60px;
	
}
}
@media only screen and (min-width:576px) and (max-width:767px){ /* S */
.tamir-aciklama{
	padding-top: 5px;
	font-size: 12px;
	}
.tecrube{
	right:12px;
	bottom:-7px;
	width: 140px;
	height: 60px;
}
}
@media only screen and (max-width:575px){ /* XS */
.tamir-aciklama{
	padding-top: 5px;
	font-size: 11px;
	}
.tecrube{
	right:12px;
	bottom:-6px;
	width: 120px;
	height: 50px;
}
}

/* TAMİR CSS LERİ */

/* VİDEO AÇIKLAMA */

@media only screen and (min-width:1200px){ /* XL */
.video-aciklama{
	font-size: 12px;
	}
}
@media only screen and (min-width:992px) and (max-width:1199px){ /* L */
.video-aciklama{
	font-size: 13px;
	}
}
@media only screen and (min-width:768px) and (max-width:991px){ /* M */
.video-aciklama{
	padding-top: 5px;
	font-size: 12px;
	}
}
@media only screen and (min-width:576px) and (max-width:767px){ /* S */
.video-aciklama{
	padding-top: 5px;
	font-size: 12px;
	}
}
@media only screen and (max-width:575px){ /* XS */
.video-aciklama{
	padding-top: 5px;
	font-size: 12px;
	}
}

/* VİDEO AÇIKLAMA */

/*  FOOTER CSS  */
footer{
	background-color: #080808da;
}
.footer-copyright{
	height:auto;
	margin:0 auto;
	padding:0;
	border:none;
	outline:none;
	overflow:none;
	font-size: 9px;
	color:rgb(195, 194, 194);
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;	
}
.footer-baslik{
	width: auto;
	height:auto;
	margin:0 auto;
	padding:0;
	border:none;
	outline:none;
	overflow:none;
	color: #FFF;
	border-bottom:1px dashed rgb(176, 176, 176);
}
.footer-alt-baslik{
	height:auto;
	margin:0 auto;
	padding:0;
	border:none;
	outline:none;
	overflow:none;
	font-size: 12px;
	color:rgb(99, 99, 99);
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.footer-alt-baslik:hover{
	color: #ffffff;
	cursor:pointer;
}
@media only screen and (min-width:1200px){ /* XL */
.footer-alt-baslik{
	height:auto;
	margin:0 auto;
	padding:0;
	border:none;
	outline:none;
	overflow:none;
	font-size: 12px;
	color:rgb(195, 194, 194);
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
}
@media only screen and (min-width:992px) and (max-width:1199px){ /* L */
.footer-alt-baslik{
	height:auto;
	margin:0 auto;
	padding:0;
	border:none;
	outline:none;
	overflow:none;
	font-size: 12px;
	color:rgb(195, 194, 194);
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
}
@media only screen and (min-width:768px) and (max-width:991px){ /* M */
.footer-alt-baslik{
	height:auto;
	margin:0 auto;
	padding:0;
	border:none;
	outline:none;
	overflow:none;
	font-size: 12px;
	color:rgb(195, 194, 194);
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
}
@media only screen and (min-width:576px) and (max-width:767px){ /* S */
.footer-alt-baslik{
	height:auto;
	margin:0 auto;
	padding:0;
	border:none;
	outline:none;
	overflow:none;
	font-size: 12px;
	color:rgb(195, 194, 194);
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
}
@media only screen and (max-width:575px){ /* XS */
.footer-alt-baslik{
	height:auto;
	margin:0 auto;
	padding:0;
	border:none;
	outline:none;
	overflow:none;
	font-size: 11px;
	color:rgb(195, 194, 194);
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
}
/* FOOTER CSS  */

/* İLETİŞİM CSS BAŞLAMA */

.iletisim-baslik{
	display:block;
	width:100%;
	min-width:100%;
	max-width:100%;
	height:auto;
	margin:0 auto;
    padding:0;
	overflow:hidden;
	border:none;
	outline:none;
	color:#F90;
	font-size:16px;
	font-family:Arial, "Helvatica Neue", Helvatica, sans-serif;
	font-variant:normal;
	font-weight:600;
	line-height:120%;
	text-align:left;
	text-decoration:none;
}
.iletisim-baslik-aciklama{
	display:block;
	min-width:100%;
	min-width:100%;
	min-width:100%;
	height:auto;
	margin:0 auto;
	padding:0;
	padding-bottom: 10px;
	border:none;
	border-bottom:1px solid #DDD;
	overflow:hidden;
	outline:none;
	font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-weight:normal;
	font-style:normal;
	font-variant:normal;
	color:#646464;
	text-align:left;
}
.form-eleman-baslik{
	width:100%;
	min-width:100%;
	max-width:100%;
	height:auto;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	border:none;
	outline:none;
	font-family:Arial, "Helvatica Neue", Helvatica, sans-serif;
	color:#646464;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:120%;
	text-decoration:none;
}
.iletisim-yan-baslik{
	display:block;
	width:100%;
	min-width:100%;
	max-width:100%;
	height:auto;
	margin:0 auto;
	padding:0;
	border:none;
	outline:none;
	overflow:hidden;
	background-color:#FFF;
	font-family:Arial, "Helvatica Neue", Helvatica, sans-serif;
	color:#F90;
	font-style:normal;
	font-variant:normal;
	font-weight:600;
	line-height:120%;
	text-align:left;
	text-decoration:none;
}

@media only screen and (min-width:1200px){ /* XL */
	.iletisim-baslik-aciklama{
		font-size:14px;
	}
	.form-eleman-baslik{
		font-size:14px;
	}
	.iletisim-yan-baslik{
	font-size:14px;
	}
}
@media only screen and (min-width:992px) and (max-width:1199px){ /* L */
	.iletisim-baslik-aciklama{
		font-size:13px;
	}
	.form-eleman-baslik{
		font-size:13px;
	}
	.iletisim-yan-baslik{
	font-size:13px;
	}
}
@media only screen and (max-width:991px){ /* M, S, XS */
	.iletisim-baslik-aciklama{
		font-size:12px;
	}
	.form-eleman-baslik{
		font-size:12px;
	}
	.iletisim-yan-baslik{
	font-size:12px;
	}
}

/* İLETİŞİM CSS BAŞLAMA */


/* SIK SORULANLAR */
.sorulanSoru{
	width:100%;
	min-width:100%;
	max-width:100%;
	height:auto;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	border:none;
	outline:none;
	text-align: left;
	font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color:#F90;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:120%;
	text-decoration:none;
	cursor:pointer
}
.sorulanCevap{
	width:100%;
	min-width:100%;
	max-width:100%;
	height:auto;
	margin:0 auto;
	padding:0;
	padding-left:10px;
	overflow:hidden;
	border:none;
	outline:none;
	text-align: left;
	font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color:#646464;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:120%;
	text-decoration:none;	
}

@media only screen and (min-width:1200px){ /* XL */
	.sorulanCevap{
		font-size:14px;
	}
}
@media only screen and (min-width:992px) and (max-width:1199px){ /* L */
	.sorulanCevap{
		font-size:13px;
	}
}
@media only screen and (max-width:991px){ /* M, S, XS */
	.sorulanCevapa{
		font-size:12px;
	}
}
