*{
	box-sizing: border-box;
	font-family: "Oswald", sans-serif;
	text-decoration:none;
}
*,*::before,*::after{ box-sizing:border-box; margin:0; padding:0; line-height: 1.2; }
a{
	color: inherit;
	transition: all .3s;
}
h1,h2,h3,h4,h5,h6,p,ul{
	margin: 0;
	padding: 0;
}
ul{ list-style: none; }
body{ background-color: #f0f0f0; }
img{
	width: 100%;
	vertical-align: middle;
	border-style: none;
}

.header{
	overflow: hidden;
	background-image: linear-gradient(88deg, #e3101e, #a50a14);
}
.header .container{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.header .logo{
	width: 25%;
	max-width: 305px;
	display: block;
	margin-right: auto;
	padding: 0 25px;
}
.header .sag{
	width: 70%;
	text-align: right;
	padding: 0 0 15px;
}
.header .sag .ust{
	width: 100%;
	padding: 10px 15px;
	text-align: right;
	margin-bottom: 28px;
	position: relative;
	z-index: 1;
}
.header .sag .ust a{
	margin: 0 5px;
}
.header .sag .ust a i{
	margin-right: 2px;
}
.header .sag .ust:before{
	content: '';
	background-color: #ffffff;
	width: 200%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transform: skewX(41deg);
	box-shadow: 0 0 8px #3d3d3d;
	z-index: -1;
}
.header .sag .menu{
	display: inline-block;
	text-align: right;
}
.header .sag .menu li{
	margin: 0 20px;
	color: #ffffff;
	display: inline-block;
}
.header .sag .menu li a{
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 600;
}
.mob_menu_ac{
	width: 50px;
	height: 50px;
	font-size: 43px;
	background: #333333;
	text-align: center;
	line-height: 0;
	color: #fff;
	position: absolute;
	right: 15px;
	top: 60px;
	display: none;
}

.hero{
	width: 100%;
	padding: 70px 0 40px;
	background: #333;
	background-image: repeating-linear-gradient(135deg,transparent,transparent 3px,rgba(255,255,255,.05) 3px,rgba(255,255,255,.012) 4px);
	position: relative;
	overflow: hidden;
}

.hero_baslik{
	font-size: clamp(42px, 5vw, 66px);
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: 16px;
	max-width: 590px;
	color: #dfdfdf;
}

.hero_cizgi{
	width: 50px; height: 3px;
	background: red;
	border-radius: 2px;
	margin-bottom: 18px;
}

.hero_aciklama{
	font-size: 15px;
	line-height: 1.75;
	color: rgba(255,255,255,.45);
	max-width: 460px;
	margin-bottom: 30px;
}

.hero_butonlar{
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 32px;
}
.btn_ana{
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #a50f18;
	color: #fff;
	padding: 12px 24px;
	border-radius: 4px;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: .8px;
	text-transform: uppercase;
}
.btn_ikincil{
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #fff;
	padding: 12px 24px;
	border-radius: 4px;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: .8px;
	text-transform: uppercase;
	border: 1px solid rgba(192,221,155,.2);
}
.btn_ikincil:hover{ border-color: #fff; }
.guven_satirlari{
	padding-top: 24px;
	border-top: 1px solid rgba(255,255,255,.06);
}
.hero_sag{ position: relative; }
.hero_sag .col-6,
.hero_sag .col-12{ padding: 5px; }
.hero_sag .resims{
	height: 220px;
	overflow: hidden;
	border-radius: 5px;
}
.hero_sag .resims img{
	height: 100%;
	object-fit: cover;
}
.baslik{
	display: table;
	margin: 0 auto 45px;
	font-size: 34px;
	font-weight: 600;
	color: #a50f18;
	text-transform: uppercase;
	border-bottom: solid 2px #383838;
	padding: 0 15px 10px;
	text-align: center;
}
.ana_hizmet_alan{
	padding: 60px 0 75px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.ana_hizmet_alan:before{
	content: '';
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: absolute;
	z-index: -1;
	border-radius: 45px;
	border: solid 145px #e2e7e2;
	right: 210px;
	top: -80px;
	transform: rotateZ(45deg);
}
.ana_hizmet_alan .row{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.ana_hizmet_alan .row .col-6{
	padding: 0;
	background-color: #ffffff;
}
.ana_hizmet_alan .row img{
	height: 100%;
	object-fit: cover;
}
.ana_hizmet_alan .yazi_alan{
	padding: 35px;
}
.ana_hizmet_alan .yazi_alan h2{
	margin-bottom: 10px;
	color: #4f4f4f;
}
.ana_hizmet_alan .yazi_alan p{
	font-size: 13.5px;
	line-height: 1.85;
	color: #666;
}

.ana_yazi{
	padding: 60px 0;
	background: #b32f38;
	background-image: repeating-linear-gradient(135deg,rgba(0,0,0,0),rgba(0,0,0,0) 3px,rgba(255,255,255,.07) 3px,rgba(255,255,255,.012) 4px);
}
.ana_yazi .baslik{
	display: block;
	text-align: right;
	color: #ffffff;
	border-color: #ffffff;
	margin-bottom: 0px;
}
.ana_yazi .resim{
	height: 0;
	border-radius: 10px;
	overflow: hidden;
	padding-bottom: 100%;
	position: relative;
	border: solid 3px #fff;
}
.ana_yazi .resim img{
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	left: 0;
	top: 0;
}
.ana_yazi .yazi_alan p{
	font-size: 20px;
	font-weight: 200;
	color: #fff;
	line-height: 1.5;
}

.sayfa_ust{
	color: #fff;
	background: linear-gradient(56deg, #81070f, #911515);
	overflow: hidden;
}
.sayfa_ust .container{
	position: relative;
	padding: 25px 15px;
	padding-right: 50px;
}
.sayfa_ust .container:before{
	content: '';
	width: 50%;
	height: 100%;
	background: url(../images/liftli-kamyon.png);
	position: absolute;
	background-position: center right;
	background-size: contain;
	background-repeat: no-repeat;
	right: -40px;
	top: 0;
}
.sayfa_ust h1,
.sayfa_ust strong{
	margin: 0 0 10px;
	font-size: 2em;
	display: block;
}

.sayfa_ic{ padding: 50px 0; }

.hizmet_sayfa h1{
	display: block;
	margin-bottom: 25px;
}
.hizmet_sayfa .icerik_alan{
	width: 100%;
	display: block;
	padding-right: 35px;
}
.hizmet_sayfa .icerik_alan p{
	display: block;
	font-size: 19px;
	text-align: justify;
	line-height: 31px;
	font-weight: 300;
	color: #161616;
}
.hizmet_sayfa .icerik_alan h2,
.hizmet_sayfa .icerik_alan h3,
.hizmet_sayfa .icerik_alan h4{
	display: block;
	margin: 25px 0;
}
.hizmet_sayfa .icerik_alan .ana_resim{
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	border-radius: 10px;
}

.yan_menu{
	width: 100%;
	display: block;
	border: solid 1px #ddd;
	background-color: #fff;
}
.yan_menu li{ list-style-type: none; }
.yan_menu li:not(:last-child){ border-bottom: solid 1px #ddd; }
.yan_menu li a{
	display: block;
	padding: 15px 15px 15px 60px;
	position: relative;
	font-weight: 500;
	margin: 5px 0;
}
.yan_menu li a:before{
	content: '\f0d1';
	font-family: 'FontAwesome';
	width: 50px;
	height: 100%;
	color: #595959;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	line-height: 50px;
	font-size: 25px;
	border-right: dashed 1px #b50c17;
}

.iletisim_alt{
	display: block;
	margin-top: 19px;
	border: solid 1px #ddd;
	padding: 26px;
	border-radius: 5px;
	box-shadow: 0 0 14px #ddd;
	background-color: #fff;
}
.iletisim_alt div{ margin: 10px 0; }
.iletisim_alt strong{
	display: block;
	margin-bottom: 5px;
}

.iletisim_sayfa .ust_yazi{
	padding: 11px;
	border-bottom: solid 1px #b5b5b5;
	font-size: 23px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.iletisim_sayfa .ust_yazi small{
	font-size: 16px;
	position: relative;
	top: -3px;
	font-weight: 400;
}
.iletisim_sayfa .bilgi_alan{
	position: relative;
	padding: 10px 10px 10px 50px;
	margin-bottom: 10px;
}
.iletisim_sayfa .bilgi_alan i{
	position: absolute;
	left: 10px;
	background-color: #c30d18;
	width: 30px; height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
	color: #fff;
	top: 50%;
	transform: translateY(-50%);
}
.iletisim_sayfa .sosyal_alan li{
	list-style-type: none;
	float: left;
	margin-right: 25px;
}
.iletisim_sayfa .sosyal_alan li a{ font-size: 25px; }
.iletisim_sayfa .harita_alan{ margin-top: 50px; }

footer{
	width: 100%;
	padding:20px 0;
	background-color: #fff;
}
footer img{
	width: 100%;
}
footer a{
	margin-top: 25px;
	display: block;
	padding-left: 2px;
	color: #9f9898;
	font-size: 14px;
}
footer a:hover{
	color: #000
}

@media only screen and (max-width: 768px){
	.hizmet_sayfa .icerik_alan{
		padding-right: unset;
	}
	.mobilde_sol .col-6:first-child{
		order:2;
	}
	.mob_menu_ac{
		display: block;
	}
	.header .logo{
		width: 40%;
	}
	.header .sag{
		width: 60%;
		min-height: 123px;
	}
	.header .sag .ust a:last-child{
		display: none;
	}
	.header .sag .menu{
		position: absolute;
		left: -120%;
		top: 123px;
		background-color: #ffffff;
		z-index: 2;
		width: 100%;
		border-bottom: solid 5px #434343;
		text-align: center;
		padding: 10px;
		transition: 500ms left;
	}
	.header .sag .menu li{
		display: block;
		width: 100%;
		margin: 0;
	}
	.header .sag .menu li a{
		display: block;
		width: 100%;
		padding: 10px;
		color: #333333;
	}
}

@media only screen and (max-width: 505px){
	.header{
		padding-top: 35px;
	}
	.header .logo{
		width: 55%;
	}
	.header .sag{
		min-height: 90px;
		width: unset;
	}
	.header .sag .ust{
		position: absolute;
		left: 0;
		top: 0;
		text-align: center;
	}
	.header .sag .ust:before{
		left: 0;
		transform: unset;
		border-radius: 0 0 95px 100px;
		width: 100%;
	}
}