@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@100;200;300;500;600;800&display=swap');
*{
	box-sizing: border-box;
	font-family: 'Kanit', sans-serif;
	text-decoration:none;
	line-height: 1.2;
}
a{
	color: #000;
	cursor: pointer;
}
h1,h2,h3,h4,h5,p{
	margin: 0;
	padding: 0;
}
body{
	padding: 0;
	margin:0;
	background: #fff;
}
img{
	width: 100%;
	vertical-align: middle;
	border-style: none;
}

.header{
	width: 100%;
	background: #fff;
	padding: 10px 0;
	border-bottom: solid 4px #0575b1;
}
.header .logo{
	width: 150px;
	display: block;
	float: left;
}

ul.menu{
	margin: 0;
	padding: 0;
	float: right;
	position: relative;
	top: -10px;
}
ul.menu li{
	list-style-type: none;
	float: left;
}
ul.menu li:first-child a{
	border-bottom-left-radius: 5px;
}
ul.menu li:last-child a{
	border-bottom-right-radius: 5px;
}
ul.menu li a{
	padding: 15px 30px;
	background: #0575b1;
	color: #fff;
	display: block;
	text-transform: uppercase;
	transition: 500ms all;
}
ul.menu li a:hover{
	background: #106593
}
li.acilan{
	position: relative;
}
li.acilan:hover ul{
	display: block;
}
li.acilan ul{
	width: 100%;
	max-height: 400px;
	overflow: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	display: none;
	z-index: 8;
}
li.acilan ul li{
	float: unset;
	width: 100%;
	display: block;
}
li.acilan ul li a{
	display: block;
	text-align: center;
}

.head_ilet_alan{
	display: inline-block;
	position: absolute;
	right: 35px;
	bottom: -28px;
	padding: 6px 20px;
	z-index: 3;
}
.head_ilet_alan:before{
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #045b8b;
	position: absolute;
	transform: skewX(335deg);
	z-index: -1;
}
.head_ilet_alan a{
	color: #fff;
	padding: 0 10px;
}

.slider{
	width: 100%;
	background: #0575b1;
}
.slider .slider_ic{
	display: flex;
	flex-wrap: wrap;
}
.slider .s_yazi_alan{
	height: 100%;
	padding: 150px 150px;
}
.slider .s_yazi_alan h1{
	color: #fff;
	font-weight: 500;
	font-size: 45px;
}
.slider .s_yazi_alan p{
	color: #fff;
	font-size: 25px;
	margin-top: 32px;
}
.slider .s_yazi_alan a{
	font-size: 21px;
	margin-top: 50px;
	display: inline-block;
	padding: 16px;
	border: solid 5px #fff;
	color: #fff;
	border-radius: 47px;
}

.yazi_alan{
	padding: 80px 0 0;
}
.yazi_alan p{
	text-align: center;
	padding: 28px;
	color: #444;
	font-weight: 300;
	border-bottom: solid 1px #ddd;
}
.ana_hizmet_alan{
	width: 100%;
	padding: 80px 0;
}
.hizmet_kutu{
	box-shadow: 0 0 14px #ededed;
}
.hizmet_kutu .h_resim_alan{
	width: 100%;
	padding-bottom: 100%;
	height: 0;
	background-color: #fff;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
.hizmet_kutu .h_resim_alan img{
	object-fit: cover;
	position: absolute;
	height: 100%;
}
.hizmet_kutu .h_baslik{
	text-align: center;
	padding: 15px;
	font-weight: 300;
	display: block;
}

.hizmet_bolge_alan{
	width: 100%;
	background: #f9f9f9;
	padding: 80px 0;
}
.hizmet_bolge_alan .bolge_kutu{
	width: 100%;
	height: 100%;
	padding: 25px 25px 75px;
	background: #fff;
}
.hizmet_bolge_alan .bolge_kutu i{
	display: table;
	margin: 0 auto;
	font-size: 40px;
	color: #005d8f;
}
.hizmet_bolge_alan .bolge_kutu strong{
	display: table;
	margin: 18px auto;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
}
.hizmet_bolge_alan .bolge_kutu p{
	display: block;
	text-align: center;
	font-weight: 300;
	color: #161616;
}
.hizmet_bolge_alan .bolge_kutu a{
	background: #0071d1;
	padding: 10px;
	border-radius: 50px;
	color: #fff;
	font-size: 13px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20px;
}

.galeri_alan{
	padding: 80px 0;
}
.urun_kutu{
	width: 100%;
	padding-bottom: 100%;
	height: 0;
	background-color: #fff;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	border: solid 10px #fff;
	box-shadow: 0 0 10px #ddd;
}
.urun_kutu img{
	object-fit: cover;
	position: absolute;
	height: 100%;
}

.sayfa_ust{
	width: 100%;
	background: linear-gradient(90deg, rgba(53,147,212,1) 9%, rgb(38 203 219) 100%);
	position: relative;
}
.sayfa_ust_ic{
	position: relative;
	padding: 70px;
	z-index: 1;
}
.sayfa_ust_ic:before{
	content: '';
	position: absolute;
	width: 250px;
	height: 250px;
	right: 70px;
	bottom: -109px;
	background-image:url('../images/mask.png');
	background-position: center center;
	background-size: cover;
	z-index: -1;
}
.sayfa_ust h1{
	display: table;
	margin:0 auto;
	font-weight: 600;
	font-size: 36px;
	color: #fff;
}

.sayfa_alan{
	padding: 90px 0;
}
.sayfa_alan p{
	font-size: 20px;
	font-weight: 300;
	line-height: 1.5;
	color: #2c2c2c;
}
.sayfa_alan p.yazi_kucuk{
	font-size: 12px;
	margin-top: 10px;
}
.sayfa_alan a{
	color: #0088bd;
}
.sayfa_alan img{
	display: block;
	border-radius: 10px;
	margin-top: 30px;
}
.bolge_alan img{
	max-width: 500px;
}

.hizmet_sayfa h3,.hizmet_sayfa h4,.hizmet_sayfa h5{
	display: block;
	margin: 11px 0;
	font-size: 24px;
	font-weight: 500;
}
.hizmet_baslik{
	margin-bottom: 17px;
}
ul.yan_menu{
	display: block;
	width: 100%;
	margin: 0;
	margin-top: 30px;
	padding: 25px;
	box-shadow: 0 0 9px #ddd;
}
ul.yan_menu li{
	display: block;
	list-style-type: none;
	border-bottom: solid 1px #ddd;
	position: relative;
}
ul.yan_menu li:before{
	content: '\f084';
	font-family: 'FontAwesome';
	position: absolute;
	top: 15px;
	left: 10px;
}
ul.yan_menu li:last-child{
	border-bottom: unset;
}
ul.yan_menu li a{
	display: block;
	padding: 15px 15px 15px 35px;
}

.iletisim_alan{
	padding: 90px 0;
}
.iletisim_alan .ilet_kutu{
	width: 100%;
	min-height: 96px;
	padding: 25px 25px 25px 85px;
	box-shadow: 0 0 9px #ddd;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 25px;
}
.iletisim_alan .ilet_kutu i{
	font-size: 50px;
	position: absolute;
	left: 25px;
	top: 24px;
}
.iletisim_alan .ilet_kutu a{
	display: block;
	padding: 2px 0;
}


.footer{
	width: 100%;
	background: #71baf9;
	padding: 30px 0;
	border-top: solid 5px #333;
}
.footer ul{
	display: block;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}
.footer ul li{
	list-style-type: none;
}
.footer ul li a{
	display: block;
	padding: 10px 10px 10px 35px;
	position: relative;
	color: #1e1e1e;
}
.footer ul li a:before{
	content: '\f28e';
	font-family: 'FontAwesome';
	position: absolute;
	left: 10px;
	top: 10px;
}
.footer a.ilet_btn{
	display: block;
	padding: 7px 11px;
}
.footer a.tab_btn{
	display: inline-block;
	background: #4fa3eb;
	padding: 5px 10px;
	color: #fff;
	font-weight: 300;
	margin: 2px;
	margin-right: -2px;
}
.footer strong{
	font-size: 13px;
	text-align: center;
	display: table;
	color: #404040;
	margin: 0 auto;
	border-top: solid 1px #ddd;
	padding: 20px 0 0;
	width: 95%;
	margin-top: 17px;
}
.footer_alt{
	padding: 7px 0;
	background-color: #5a5a5a;
}
.footer_alt a{
	text-transform: uppercase;
	font-size: 12px;
	float: left;
	color: #fff
}
.footer_alt a.bykara{
	float: right;
}

.owl-carousel .owl-stage{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
.baslik{
	display: table;
	margin: 0 auto;
	font-size: 28px;
	font-weight: 400;
}
.relative{
	position: relative;
}
.pad_0{
	padding: 0 !important;
}
.font_1{
	font-size: 33px;
	font-weight: 300;
	margin-bottom: 40px;
}
.m_b_55{
	margin-bottom: 55px;
}

.mob_menu_ac{
	width: 50px;
	height: 50px;
	margin-top: 6px;
	float: right;
	display: none;
}
.mob_menu_ac .cizgi{
	width: 98%;
	height: 10px;
	background-color: #000;
	margin: 5px auto;
}

.alt_buton{
	display: inline-block;
	width: 50px;
	position: fixed;
	right: 10px;
	bottom: 25px;
	z-index: 888
}
.alt_buton a{
	display: block;
	margin-bottom: 10px;
	width: 50px;
	height: 50px;
	background-color: #bb0000;
	line-height: 53px;
	text-align: center;
	font-size: 30px;
	color: #fff;
}

.desc_alan{
	font-size: 12px;
	margin-top: 25px;
	line-height: 1.5;
	color: #585858;
	font-weight: 300;
	border-top: solid 1px #2cb6d8;
	padding: 10px;
}