<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wrapper{
	position: relative;
	width: 1200px;
	height: auto;
	margin: auto;
}

header{
	position: relative;
	width: 100%;
	height: auto;
	background: url(../images/banner.jpg) no-repeat center fixed;
	background-size: cover;
}
header:before{
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(0,0,0,0.4);
	z-index: 1;
}
header .top_bar{
    position:absolute;
    width:100%;
    height:100px;
    top:20px;
    z-index:9999;
    padding:0 25px;
}
header .top_bar .tel{
    position:relative;
    width:auto;
    height:100px;
    float:left;
}
header .top_bar .tel a{	
	color: #fff;
}
header .top_bar .tel a i{
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-right: 15px;
	line-height: 50px;
	text-align: center;
	background: #f44336;
	font-size: 26px;
	border-radius: 100%;
	color: #fff;
}
header .top_bar .tel a span{
	display: inline-block;
	height: 100px;
	line-height: 100px;
	font-size: 24px;
	font-family: 'Lobster';
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}
header .top_bar .menu{
    position:relative;
    width:auto;
    height:auto;
    float:right;
}
header .top_bar .menu nav ul{
	float: right;
}
header .top_bar .menu nav ul li{
	display: block;
	float: left;
}
header .top_bar .menu nav ul li a{
    position:relative;
    display:block;
    margin:0 15px;
    height:100px;
    line-height:100px;
    color:rgba(255,255,255,0.8);
    overflow:hidden;
    font-size: 14px;
}
header .top_bar .menu nav ul li a:hover, header .top_bar .menu nav ul li a.current{
    color:#fff;
}
header .top_bar .menu nav ul li a:before{
    position:absolute;
    width:0%;
    height:4px;
    background:#fff;
    content:'';
    bottom:10px;
    left:0;

    transition:all ease .3s;
    -webkit-transition:all ease .3s;
    -moz-transition:all ease .3s;
}
header .top_bar .menu nav ul li a:hover:before, header .top_bar .menu nav ul li a.current:before{
    width:100%;
}
header .bottom_bar{
	position: absolute;
	height: auto;
	left: 0;
	right: 0;
	bottom: 0;
	background: red;
	z-index: 2;
}
header .bottom_bar .welcome{
	position: absolute;
	width: 520px;
	height: auto;
	bottom: 50px;
	left: 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	color: rgba(255,255,255,0.8);
}
header .bottom_bar .welcome h1{
	font-size: 40px;
	line-height: 150%;
}
header .bottom_bar .welcome a{
	font-size: 50px;
	color: #f44336;
	line-height: 150%;
	opacity: .8;
}
header .bottom_bar .welcome a:hover{
	opacity: 1;
}
header .bottom_bar .welcome p{
	font-size: 18px;
	font-weight: lighter;
	line-height: 150%;
	padding: 25px 0;
}
header .bottom_bar .welcome a.ara{
	display: inline-block;
	background: #f44336;
	color: #fff;
	opacity: 1;
	font-size: 22px;
	padding: 10px 25px;
	border-radius: 4px;
	box-shadow: 0 0 #fff inset;
}
header .bottom_bar .welcome a.ara:hover{
	box-shadow: 170px 0 #fff inset;
	color: #f44336;
}
header .bottom_bar .arti18{
	position: absolute;
	width: 75px;
	height: 75px;
	line-height: 75px;
	right: 0;
	bottom: 50px;
	text-align: center;
	color: #fff;
	background: #c0392b;
	border-radius: 100%;
	font-size: 26px;
	cursor: default;
}
header .sticky{
    position:fixed;
    width:100%;
    height:75px;
    top:0;
    background:#fff url(../images/top_line.png) repeat-x top;
    padding-top: 5px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.06),0 2px 5px 0 rgba(0,0,0,.2);

    transition:all ease .3s;
    -webkit-transition:all ease .3s;
    -moz-transition:all ease .3s;
}
header .sticky .tel{
    height:70px;
}
header .sticky .tel a{	
	color: #f44336;
}
header .sticky .tel a span{
	height: 70px;
	line-height: 70px;
	text-shadow: none;
}
header .sticky .menu ul li a{
    color:#222 !important;
    height:70px !important;
    line-height:70px !important;
}
header .sticky .menu ul li a.current{
    color:#f44336 !important;
    height:70px !important;
    line-height:70px !important;
}
header .sticky .menu nav ul li a:before{
    background:#f44336 !important;
    bottom:0;
}

section{
    position:relative;
    width:100%;
    height:auto;
    padding:40px 0;
    color:#222;
    font-size:14px;
    z-index: 0;
}
section .title{
    position:relative;
    width:100%;
    height:50px;
    text-align:center;
    margin-bottom:40px;
}
section .title:before{
    position:absolute;
    width:100%;
    height:1px;
    background:#ddd;
    content:'';
    z-index:1;
    top:25px;
    left:0;
}
section .title h2{
    position:relative;
    display:inline;
    padding:10px 25px;
    height:50px;
    line-height:50px;
    margin:auto;
    z-index:2;
    background:#fff;
    font-family:'Lobster';
    font-size:26px;
    color:#f44336;
}
section p{
    line-height:150%;
    margin-bottom:15px;
    font-weight:lighter;
}
section p *{
    font-weight:inherit;
    line-height:inherit;
}
section b{
	font-weight: normal;
}
section .resim_sol{
	max-width: 40%;
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 25px;
    float: left;
    outline: 1px solid #f44336;
    outline-offset: -15px;
}
section .resim_sag{
	max-width: 40%;
    display: inline-block;
    margin-left: 25px;
    margin-bottom: 25px;
    float: right;
    outline: 1px solid #f44336;
    outline-offset: -15px;
}
section .resim_yatay{
	max-width: 100%;
    margin-bottom: 25px;
    outline: 1px solid #f44336;
    outline-offset: -15px;
}

footer{
    position:relative;
    width:100%;
    height:auto;
    margin:auto;
    background:#000;
    padding:20px 0;
    border-top:1px solid #f44336;
}
footer .copyright{
    position: relative;
    width: 500px;
    height: 50px;
    font-weight: lighter;
    line-height: 55px;
    color:#999;
    font-size: 14px;
    float:left;
}
footer .sosyal{
    position:relative;
    width:150px;
    height:40px;
    float:right;
}
footer .sosyal nav ul li a{
    display:block;
    float:left;
    width:40px;
    height:40px;
    line-height:37px;
    color:#f44336;
    border:2px solid #f44336;
    border-radius:50%;
    text-align:center;
    margin:0 5px;
}
footer .sosyal nav ul li a:hover{
    background:#f44336;
    color:#111;
}

#liste .item{
	position: relative;
	width: calc(25% - 25px);
	height: auto;
	float: left;
	margin-right: 25px;
	margin-bottom: 50px;
	text-align: center;
}
#liste .item:nth-child(4n+4){
	margin-right: 0;
}
#liste .item .res{
	position: relative;
	width: 200px;
	height: 200px;
	margin: auto;
	border-radius: 100%;
	overflow: hidden;
}
#liste .item .res a:before{
	position: absolute;
	width:100%;
	height: 100%;
	content: '';
	background: rgba(209,74,128,0.0);

	transition: all ease .3s;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
}
#liste .item .res a:hover:before{
	position: absolute;
	width:100%;
	height: 100%;
	content: '';
	background: rgba(209,74,128,0.6);
}
#liste .item .res a i{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 450px;
	text-align: center;
	font-size: 42px;
	color: #fff;
	top: 0;

	transition: all ease .3s;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
}
#liste .item .res a:hover i{
	line-height: 200px;
}
#liste .item .line{
	position: relative;
	width: 1px;
	height: 25px;
	margin:10px auto;
	background: #666;
}
#liste .item h3{
	color: #f44336;
	font-size: 26px;
	font-family: 'Lobster';
}
#liste .item h4{
	display: inline-block;
	margin: auto;
	padding: 10px 15px;
	color: #fff;
	font-size: 14px;
	font-weight: lighter;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-radius: 100px;
}
#liste .item h4.musait{
	background: #27ae60;
}
#liste .item h4.mesgul{
	background: #c0392b;
}

#ucret a.ara{
	display: inline-block;
	background: #f44336;
	color: #fff;
	opacity: 1;
	font-size: 18px;
	padding: 15px 25px;
	border-radius: 4px;
	box-shadow: 0 0 #fff inset;
}
#ucret a.ara:hover{
	opacity: .8;
}

#bilgi .item{
	position: relative;
	width: 575px;
	height: 200px;
	margin-bottom: 75px;
	float: left;
}
#bilgi .item:nth-child(2n+2){
	float: right;
}
#bilgi .item .ikon{
	position: relative;
	width: 100px;
	height: 100px;
	float: left;
}
#bilgi .item .ikon i{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 100px;
	text-align: center;
	border-radius: 100%;
	background: #f44336;
	color: #fff;
	font-size: 56px;
}
#bilgi .item .info{
	position: relative;
	width: 440px;
	height: 200px;
	background: #eee;
	float: right;
	padding: 25px;
}
#bilgi .item .info:before{
	position: absolute;
	top: 0;
	left: -20px;
	border-left: 20px solid transparent;
	border-top: 20px solid #eee;
	content: '';
	z-index: 1;
}
#bilgi .item .info h3{
	font-size: 18px;
	margin-bottom: 10px;
	border-left: 4px solid #f44336;
	padding-left: 10px;
}
#bilgi .item .info .text{
	position: relative;
	max-height: 120px;
	overflow: hidden;
}
#bilgi .info a.ara{
	position: absolute;
	width: 100%;
	height: 40px;
	line-height: 40px;
	left: 0;
	bottom: -40px;
	text-align: center;
	background: #ccc;
	color: #222;
	opacity: 1;
	font-size: 16px;
	box-shadow: 0 0 #fff inset;
}
#bilgi .info a.ara:hover{
	background: #f44336;
	color: #fff;
}

#iletisim .title{
	margin-bottom: 100px;
}
#iletisim .item{
	position: relative;
	width: 700px;
	height: 200px;
	margin: auto;
	margin-bottom: 50px;
	background: #eee;
	border-radius: 4px;
	text-align: center;
}
#iletisim .item i{
	position: absolute;
	width: 80px;
	height: 80px;
	line-height: 80px;
	margin: auto;
	left: 0;
	right: 0;
	top: -40px;
	background: #f44336;
	font-size: 26px;
	color: #fff;
	border-radius: 100%;
}
#iletisim .item a{
	line-height: 200px;
	color: #333;
	font-size: 32px;
	font-weight: lighter;
	font-family: 'Lobster'
}

/*mobil extras*/

.mobil_menu{
	display: none;
}</pre></body></html>