body {
	margin:0;
	padding:0;
	font-family: "Rubik", sans-serif;
	font-size:14px;
	height:100%;
	box-sizing: border-box;
	display: block;

}


html {
	height:100%;
}

a, a:hover, a:focus {
	text-decoration: none;
	color:none;
}
.mb20 {
	width: 100%;
	height: 20px;
	display: block;
}

.row:after {
	content: "";
	clear: both;
}
.flexrow {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.flexrow2 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.flexrow3 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.flexrow4 {
	display: flex;
	flex-wrap: wrap;
}
.container {width: 1430px;}


header {
	width: 100%;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	position: relative;
	z-index: 15;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1); 
}

.header_ic {
	position: relative;
	padding: 0px;
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom:0px solid  #f9f9f9;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header_ust {
	padding:9px 0px 5px 0px;
}
.header_ust:after {
	content: "";
	display: block;
	clear: both;
}
.logodiv_ {
	display: inline-block;
	position: relative;
	left: 0px;
	top: 0px;
}
.logodiv_ img{
}

.logodiv_2 {
	display: block;
	position: relative;
	text-align: center;
	margin-bottom: 40px;
}
.logodiv_2 img{
}

.logo{float:left; display:inline-block; } 
.logo a{text-decoration:none; }
.logo_text { font-size:20px; letter-spacing: -1.2px; color:#333; font-weight:400; text-decoration:none; text-align:left; line-height:35px; }
.logo_slogan { font-size:13px; letter-spacing: -0.8	px; color:#F89406; text-align:left; text-decoration:none; }
.logotextimg {
	display: inline-block;
	float: left;
	display: table-cell;
	vertical-align: middle;
}
.logotextimg img{ 
	width: 85px;
	margin-right: 10px;
}
.logotextdiv {
	display: table-cell;
	vertical-align: middle;
}
.tel_bilgi {float:right;  height:auto; padding:0px 0px; font-size:13px; color:#ddd; display:inline-block; margin-top:16px; margin-right:28px;}



.teklifiste {

}
.teklifiste a{
	display: inline-block;
	padding:11px 15px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	background: #ca9c2e;
	border-radius: 5px; 
	transition: all 250ms ease-out;

}
.teklifiste a i{
	margin-right:7px;
}
.teklifiste a:hover{
	background-color:#28323e;
}

.header_menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
	display: inline-block;
}



.header_menu li {
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style: none;

	display: inline-block;
}


.header_menu ul li{
	margin: 0px;
	padding: 0px;
	list-style: none;
	display:block;    
	float:none;
}
.header_menu ul {
	position:absolute;
	z-index:1;
	display:none;
	width:280px;
	padding:0px;
	margin:0px;
	background:#fff;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.22);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.22);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.22);
}


.header_menu li i {
}

.header_menu li a {
	position: relative;
	z-index: 1;
	display: block;
	font-size: 15px;
	font-weight: 400;
	padding: 7px 15px;
	color: #111;
	text-decoration: none;
	transition: all 150ms ease-out;
	border-radius: 20px;
	text-align: center;
}

.header_menu li:hover a {
	color: #172d42;
}
.header_menu li ul li a:hover {
	background:#E4E4E4;
}
.header_menu li:hover ul{
	display:block;
}
.header_menu li ul li a{
	font-size:13px;
	font-weight:400;
	padding:10px 10px 10px 10px;
	color:#666;
	text-align:left;
	text-decoration:none;
	border-top:0px solid #704794 !important;
	border-bottom:1px solid #dadada;
	transition: all 250ms ease-out;
	display:block;
	border-right:0px;
	text-shadow: 0px 0px 0px #333;
	background:#F6F6F6;
}


.sosyal_icon span {
	color: #fff;
	display:inline-block;
	font-size: 15px;
	margin-bottom: 7px;
}
.sosyal_icon {
	display: inline-block;
	margin-top: 40px;
}

.sosyal_icon a {
	text-decoration: none;
	color: #e9e9e9;
	font-size: 24px;
	padding: 0px 3px 0px 3px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 250ms ease-out;
	width:40px;
	height:40px;
	text-align:center;
	line-height:1.6;
	

}
.sosyal_icon a:hover {
	color: #333;
	background:#fff;

}
.rightdeader {
	display: flex;
	align-items: center;
}

.menu_btn {
	position: relative;
	z-index: 5;
	padding: 10px 13px;
	display: inline-flex;
	border-radius: 0px;
	margin-left: 10px;
	background: linear-gradient(90deg,#e33e40,#2b3d65);
	cursor: pointer;
}
.homemenubtn {
	position: relative;
	width: 100%;
	text-align: right;
}
.homemenubtn .menu_btn {
	position: relative;
	z-index: 5;
	padding: 10px 13px;
	display: inline-flex;
	border-radius: 0px;
	margin-left: 10px;
	background: linear-gradient(90deg,#e33e40,#2b3d65);
	cursor: pointer;
}


.menu_btn:hover {
	background:#e33e40; 
	
}

.menu_btn i {
	color: #fff;
	text-decoration: none;
	font-size: 17px;
}

.menu_close {
	color:#ffffff;    
	background:#;
	font-size:30px;
	right: 30px;
	top: 30px;
	padding:0px;
	position: absolute;
}
.menu_close:hover {
	color:#e62d2e;
}
.acilan_menu {
	text-align: center;
	display:none;
	width: 100%;
	left: 0px;
	top: 0px;
	position: fixed;
	z-index: 10000;
	height: 100%;
	padding-bottom: 30px;
	transition: all 350ms ease-out;
	background-color: rgba(0, 0, 0, 0.9);
	overflow-y: auto;
}
.acilan_menu .item{ 
	padding-top: 100px;
}

.acilan_menu_baslik {
	color:#fff;
	font-size:16px;
	font-weight:700;
	float:left;
	padding-top:12px;
}
.menu_cizgi {
	height:1px;
	background:#fff;
	margin-top:10px;
	margin-bottom:15px;
}
.acilan_menu_list {
	margin:0px;
	padding:0px;
	list-style:none;
}
.acilan_menu_list li{
	margin:0px;
	padding:0px;
	list-style:none;
}
.acilan_menu_list li a{
	display:inline-block;
	font-size:28px;
	color:#fff;
	text-decoration:none;
	padding:9px 0px;
	
	transition: all 250ms ease-out;
	font-weight:400;
}
.acilan_menu_list li a:hover {
	padding-left:7px;
	color:#ccc;
}
.acilan_menu_list li a.mrkt{
	padding: 5px 10px;
	font-size:24px;
	transition: all 0ms ease-out;
	background: linear-gradient(90deg,#e33e40,#2b3d65);
}
.acilan_menu_list li a.mrkt:hover{

	color: #fff;
	background:#e33e40;
}

.acilan_menu_list ul {
	position:relative;
	z-index:5;
	display:none;
	padding:0px;
	margin:0px;
	padding:7px 7px 7px 15px;
}
.acilan_menu_list ul li a{
	font-weight:400;
}



.demo_talep {
	display: inline-block;
}
.demo_talep a{
	text-align:center;
	text-decoration:none;
	padding:10px 25px;
	border-radius:0px;
	background:#fff;
	border:1px solid #e9e9e9;
	font-size:14px;
	font-weight:400;
	color:#111;
	align-items: center;


}
.demo_talep a i{
	margin-right:7px;
}
.demo_talep a:hover {
	background:#e9e9e9;
}

.ust_menu {
	margin: 0;
	padding: 0;
	float: right;
	display: inline-block;
	margin-right: 60px;
	margin-top: 10px;
}

.ust_menu li {
	margin: 0;
	padding: 0;
	display: inline-block;
	list-style: none;
	padding: 0px 0px 0px 18px;
	color: #999;
	font-size: 15px;
	text-decoration: none;
	font-weight: 600;
	transition: all 150ms ease-out;
}
.ust_menu li:first-child {
	padding: 0px;
}
.ust_menu li a {
	color: #fff;
	text-decoration: none;
}

.ust_menu li i {
	margin-right: 4px;
	font-size:15px;
	vertical-align: inherit;
	color: #F89406;
}

.slider {
	height:auto;
	width:100%;
	position:relative;

}

.page_bg {
	padding: 40px 0px 40px;
	background: #f9f9f9;
}

.page_title {    
	float: left;
	text-align: center;
	margin-bottom: 5px;

}

.page_title h2{
	padding: 0px;
	margin: 0px;
	font-size: 24px;
	color:#111;
	font-weight: 300;
	display: inline-block;
}
.page_title2 {
	display: block;
	margin-bottom: 20px;
}

.page_title2 h2 {
	position: relative;
	color: #333;
	font-weight: 400;
	font-size: 30px;
	margin: 0px;
	padding: 0px;
}

.page_title2 h2:before {
	content: "";
	width: 95px;
	display: block;
	margin-bottom: 5px;
	height: 2px;
	background: #f09a12;
}


.downbtn {
	margin-top:15px;
	margin-bottom:0px;
}
.downbtn a{
	padding:10px 20px;
	border-radius:25px;
	text-align:center;
	background:#e9e9e9;
	margin-right:5px;
	transition: all 150ms ease-out;
	border-bottom:2px solid #F89406;
	display:inline-block;
}
.downbtn a img{
	border:0px;

}
.downbtn a:hover {
	background:#f9f9f9;
	border-bottom:2px solid #eeeeee;
}

.homepr {
	padding-left: 15px;
	position: relative;
	border-left: 4px solid #f9f9f9; 
	box-sizing: border-box;
}
.homepr:before {
	position: absolute;
	content: "";
	display: inline-block;
	width: 4px;
	height: 100px;
	background: #F89406;
	top: 0px;
	left: -4px;
}
.homepr .main_title{
	margin-bottom: 18px;
	padding-top: 15px;
}
.homepr h3{
	margin:0px;
	padding: 0px;
	color: #333;
	font-size: 20px;
}


.profilimg {
	border: 1px dashed #ccc;
	padding: 5px;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
}

.hombg {
	padding:50px 0px;
	background: url(../images/homebg.jpg) top center;
	box-shadow: 0px 1px 10px rgba(0,0,0, 0.1);
}

.hizi {
	margin-bottom: 20px;
	text-align: center;
}
.hizi_ {
	position: relative;
	text-align: center;
}
.hizi_ i{
	
	margin-bottom: 12px;
	font-size: 30px;
	width: 75px;
	height: 75px;
	text-align: center;
	border-radius: 50%;
	border:1px dashed #ccc;
	line-height: 75px;
	color: #F89406;
}
.hizi_ span{
	display: block;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	color: #333;
}

.bilgi_list {list-style:none; padding:0px; margin:0 auto; }	
.bilgi_list li{list-style:none; padding:0px; margin:0px;  width:50%; float:left; padding-right:10px; border-radius:4px; margin-bottom:15px;}	
.bilgi_list h4 {padding:0px 0px 0px 0px; margin:0px 0px 5px 0px; font-size:14px; font-weight:600;}
.bilgi_list_bilgi_ {box-sizing: border-box;    -webkit-box-sizing:border-box;    -moz-box-sizing: border-box; background:#eeeeee;}
.bilgi_list_bilgi {padding:4px 10px;  color:#FFFFFF;  box-sizing: border-box;    -webkit-box-sizing:border-box;    -moz-box-sizing: border-box;}

.nlr {
	margin-bottom: 30px;
}

.nlr_ {
	position: relative;
	text-align: center;
}
.nlr_ i{
	font-size: 38px;
	margin-bottom: 10px;
	color: #F89406;
}
.nlr_ h3{
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	color: #444;
	margin-bottom: 10px;
}
.nlr_ p{
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	color: #666;
}
.nlr_:hover {
	text-decoration: underline;
	color: #444;
}

.sol_ {
	margin-bottom: 20px;
}

.sol_baslik {
	color: #333;
	font-weight: 600;
	margin-bottom: 15px;
	font-size: 24px;
	border-radius: 0px;
}

.sol_list {
	margin: 0px;
	padding: 15px;
	list-style: none;
	border: 2px solid #f39c12;
}

.sol_list li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
}

.sol_list li a {
	font-size: 15px;
	font-weight: 400;
	padding: 9px 0px;
	display: block;
	text-decoration: none;
	color: #333;
	border-radius: 0px;
	transition: all 0.3s;
	position: relative;
	margin-bottom: 0px;
}

.sol_list li a span {
	display: inline-block;
	position: relative;
	float: left;
	line-height: 34px;
	padding-top: 3px;
}

.sol_list li a span:after {
	content: "";
	width: 0px;
	height: 2px;
	background: #48aad8;
	display: block;
	bottom: 0px;
	left: 0px;
	margin-top: 5px;
	transition: all 0.3s;
}

.sol_list li a:hover span:after {
	width: 80px;
}

.sol_list li a i {
	margin-right: 7px;
	color: #f09a12;
	font-size: 14px;
	vertical-align: baseline;
}

.sol_list li a:hover {
	background: #f09a12;
	color: #fff;
}

.sol_list li a:hover i {
	transform: rotate(360deg);
}



.sayfalama {
	font-size:13px;
	color:#FFF;
	padding:4px 12px;
	margin:3px;
	border-radius:0px;
	background:#F89406;
	text-decoration:none;
	display: inline-block;

}

.sayfalama:hover {
	background: #666;
	color: #fff;
}
.sayfalama.active {

	background:#666;

}





.pkttable {
	margin-bottom:0px;
}
.pkttable thead{
}

.pkttable thead tr th{
	padding:0px 3px;
	border:0px;
	position:relative;    
	width:18.5%;
	text-align:center;
	
}
.pkttable thead tr th:first-child{
	width:26%;
}

.pkttable thead tr{
	border:0px;    

}
.pkttable tbody{
}
.pkttable tbody tr:hover td{
	background:#f9f9f9 !important;

}
.pkttable tbody tr td{
	background:#f6f6f6;
	border:1px solid #e9e9e9;
	border-right:6px solid #fff;
	font-size:14px;
	text-align:center;
	padding:0px 10px;
	height:40px;
	width:18.5%;
	vertical-align:middle;
	border-radius: 5px;

}
.pkttable tbody tr td:first-child {
	width:26%;
}

.pkttable tbody tr td .krmz {
	color:#f00;
	font-weight:500;
}
.pkttable tbody tr td b {
	font-weight:600;
}


.pkttable tbody tr td:first-child{
	background:#ecf0f1;

	border:1px solid #fff;
	border-right:6px solid #fff;
	font-size:14px;
	text-align:left;
	color: #000;
	font-weight: 600;
	position:relative;
}

.pktbox {
	background:#428bbe;
	height:100%;
	position:relative;
	border-top-right-radius: 10px; 
	border-top-left-radius: 10px; 
	overflow: hidden;
}
.pktbox.kirmizi {
	background:#f2654e;
}
.pktbox.yesil {
	background:#99ca6a;
}
.pktbox.turuncu {
	background:#e3c20d;
}
.pktbox.turuncu2 {
	background:#f1833e;
}
.pktbox.gri {
	background:#999999;
}
.pktbox.lacivert {
	background:#304f6f;
}

.pktbox_b{
	background:rgba(0,0,0, 0.1);
	font-size:18px;
	font-weight:600;
	color:#fff;
	padding:9px 5px;
	text-align:center;
	border-bottom:1px solid #fff;
}
.pktbox_f{
	font-size:25px;
	font-weight:400;
	color:#fff;
	padding:10px 5px;
	text-align:center;
}
.pktbox_f .fyt_czg {
	font-size:16px;
	font-weight:500;
	text-decoration:line-through;
}
.tblicnyesil {
	color: #99ca6a;
	font-size: 18px;
}
.tercihbox {
	position:relative;
	bottom:10px;
	left:0px;
	display:inline-block;
	background:#f1833e;
	text-align:center;
	padding:10px 10px;
	border-radius:5px;
}
.tercihbox span {
	font-size:15px;
	font-weight:600;
	color:#fff;
	line-height:1.3;
	display:block;
}
.tercihbox i{
	position:absolute;
	font-size:30px;
	color:#f1833e;
	bottom:-11px;
	left:44%;
}



.ref_pop_div {
	display: none;
}
.aspop {
	background: none repeat scroll 0 0 rgba(0,0,0,0.5);
	display: block;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	overflow: auto;

}
.aspop_ {
	max-width: 750px;
	width: 95%;
	margin: 0 auto;
	margin-top: 120px;
	position:relative;
	margin-bottom:50px;
	z-index: 2;

}
.aspop_urn {
	background:#f9f9f9;
	padding:10px;
	border-bottom:1px solid #e9e9e9;
}
.aspop_ic {
	background: #fff;
	padding: 30px;
	background: #fff;

}
.aspop_ic h2{
	margin:0px;
	padding:0px;
	margin-bottom:15px;
	font-size:22px;
	color:#111;
	font-weight:400;
}
.popclose {
	position: absolute;
	right: 0px;
	top: -40px;
	font-size: 25px;
	line-height: 40px;
	color: #F03434;
	cursor: pointer;
	display: inline-block;
	z-index: 5;
	width: 40px;
	height: 40px;
	border-radius: 0;
	text-align: center;
	background-color: #fff;

}
.popaclosediv {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}

.home_uce_profildiv {
	text-align: right;
}
.home_uce_profil {
	width: 150px;
	border-radius: 30px;
	padding: 7px;
	border:1px dashed rgba(0 0 0 / 40%);

}
.homebox {
	padding-bottom: 30px;
	padding-top: 30px;
	position: relative;
	min-height: 100%;
	width: 100%;
	display: table;
	background:url(../images/bg3860.jpg?v=1) top center no-repeat #f9f9f9;

}
.homeboxitem {
	display: table-cell;
	vertical-align: middle;
}
.homeboxitem .container{
	
}
@keyframes scroll_btni {
	0%   {bottom:0px; opacity:0;}
	25%  {bottom:0px; opacity:1;}
	50%  {bottom:-5px; opacity:1;}
	100%  {bottom:0px; opacity:0;}
}
.scroll_btn {
	width:100%;
	position:absolute;
	z-index:10;
	display:block;
	text-align:center;
	bottom:40px;
	left:0;
}
.scroll_btn a {
	cursor: pointer;
	border:1px solid rgba(0 0 0 / 50%);
	padding: 10px 5px;
	display: inline-block;
	border-radius:18px;
	transition: all 200ms ease-out;
	color: #666;
}
.scroll_btn a i{
	
	position: relative;
	text-align:center;
	bottom:0px;
	
	font-size:15px;
	animation: scroll_btni 1.0s infinite;
}	
.scroll_btn a:hover {
	background-color: rgba(255,255,255,0.8);
	color: #162e42;
}
.userimg {
	margin-bottom: 30px;
}
.userimg img {
	border: 1px solid rgba(255,255,255,0.6);
	padding: 4px;
	width: 150px;
	border-radius: 35px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.userimg div {
	display: inline-block;
	border: 1px dashed rgba(255,255,255,0.3);
	padding: 3px;
	border-radius: 35px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.homeboxtitle {
	display: block;
	margin-bottom: 15px;

}

.homeboxtitle h2 {
	position: relative;
	color: #000;
	font-weight: 300;
	font-size: 35px;
	margin: 0px;
	padding: 0px;
	display: inline-block;
}

.homeboxtitle h2:after {
	width: 0px;
	content: "";
	height: 1px;
	background: #555;
	margin-top: 6px;
	display: block;
	border-radius: 15px;

}
.homeboxtitle h2 span {

}
.homeboxtext {
	position: relative;
	color: #000;
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	display: block;
	margin-bottom: 0px;
	font-weight: 300;

}
.homeboxinfo {

	position: relative;
	margin: 0px;
	padding: 0px;
	display: block;
	margin-bottom: 0px;
	color: rgba(255,255,255,0.8);
	font-size: 14px;
	font-weight: 300;
}
.homeboxinfo a{
	color: rgba(255,255,255,0.8);
	font-size: 14px;
	display: inline-block;
	margin-bottom: 2px;
	padding: 4px 8px;
	background-color: #172d42;
	border:0px solid rgba(255,255,255,0.2); 
	font-weight: 300;
}

.homcontact {
	margin:0px 0px;
}

.buylist {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.buylist li{
	list-style: none;
	padding: 10px;
	background: #f9f9f9;
	margin: 0px;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.buylist li img{
	width: 150px;
	margin-right: 15px;
	border: 1px solid #e9e9e9;
}


.foiletb {
	margin-bottom: 10px;
	align-content: center;
	justify-content: center;
}
.foiletb_ {
	text-align: left;
	display: flex;
	align-items: center;
}
.foiletb_ i{
	display: block;
	margin-right: 18px;
	font-size: 15px;
	color: rgba(0 0 0 / 50%);
}
.foiletb_ span{
	display: block;
	font-size: 14px;
	color: #000;
	font-weight: 400;
}
.foiletb_:hover > i{
	color: #000;
}



.hizboxs_div {
	margin-bottom: 30px;
}
.hizboxs_div_ {
	position: relative;
	height: 300px;
	background-size: cover;
	background-position: top left;
	overflow: hidden;
}
.hizboxs_div_cont {
	position: relative;
	z-index: 5;
	padding: 20px;
	padding-top: 35px;
	padding-left: 30px;
}
.hizboxs_div_graident {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: linear-gradient(to right,rgba(248,148,6,0.9) 0,rgba(0,0,0,0) 100%);
}

.hizboxs_div_:after {
	content: '';
	position: absolute;
	top: 4%;
	left: 2%;
	width: 96%;
	height: 92%;
	box-sizing: border-box;
	border: solid 1px rgba(255,255,255,.4);
	transition: all 0.8s;
	z-index: 2;
}

.hizboxs_div10 .hizboxs_div_graident {
	background: linear-gradient(to right,rgba(73,103,130,0.9) 0,rgba(0,0,0,0) 100%);
}
.hizboxs_div15 .hizboxs_div_graident {
	background: linear-gradient(to right,rgba(49,126,43,1) 0,rgba(0,0,0,0) 100%);
}
.hizboxs_div20 .hizboxs_div_graident {
	background: linear-gradient(to right,#FF5722 0,rgba(0,0,0,0) 100%);
}
.hizboxs_div25 .hizboxs_div_graident {
	background: linear-gradient(to right,#00BCD4 0,rgba(0,0,0,0) 100%);
}

.hizboxs_div_text {
	color: #fff;
	font-size: 16px;
}
.hizboxs_div_title_ {
	display: block;
	margin-bottom: 30px;
}

.hizboxs_div_title_ h2 {
	position: relative;
	color: #fff;
	font-weight: 600;
	font-size: 30px;
	margin: 0px;
	padding: 0px;
	display: block;
}

.hizboxs_div_title_ h2:after {
	width: 30px;
	content: "";
	height: 1px;
	background: #fff;
	transition: all 0.9s;
	margin-top: 8px;
	display: block;
}

.hizboxs_div_title_ h2 span {
	font-weight: 600;
	color: #fff;
}


.hizboxs_div:hover .hizboxs_div_title_ h2:after{
	width: 100%;
}
.hizboxs_div:hover .hizboxs_div_:after {
	width: 0%;
	height: 0%;
	top: 45%;
	left: 45%;
	opacity: 0;
	border: solid 50px rgba(255,255,255,.8);
}





.homborder {
	width: 100%;
	margin:25px auto;
	height: 1px;
	border-bottom:1px dashed rgba(0 0 0 / 30%); 
}


.hombx_div {
	margin-bottom: 30px;
}
.hombx_div_ {
	position: relative;
	height: 250px;
	background-size: cover;
	background-position: center;
}
.hombx_div_cont {
	position: relative;
	z-index: 5;
	padding: 20px;
	padding-top: 35px;
	padding-left: 30px;
}
.hombx_div_graident {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: linear-gradient(to right,rgba(73,103,130,0.9) 0,rgba(0,0,0,0) 100%);
}
.hombx_div_graident:after {
	content: '';
	position: absolute;
	top: 4%;
	left: 2%;
	width: 96%;
	height: 92%;
	box-sizing: border-box;
	border: solid 1px rgba(255,255,255,.4);
	transition: all 0.8s;
}
.hombx_div10 .hombx_div_graident {
	background: linear-gradient(to right,rgba(248,148,6,1) 0,rgba(0,0,0,0) 100%);
}
.hombx_div15 .hombx_div_graident {
	background: linear-gradient(to right,rgba(49,126,43,1) 0,rgba(0,0,0,0) 100%);
}
.hombx_div20 .hombx_div_graident {
	background: linear-gradient(to right,rgba(55,53,93,1) 0,rgba(0,0,0,0) 100%);
}
.hombx_div25 .hombx_div_graident {
	background: linear-gradient(to right,#FF5722 0,rgba(0,0,0,0) 100%);
}
.hombx_div30 .hombx_div_graident {
	background: linear-gradient(to right,#00BCD4 0,rgba(0,0,0,0) 100%);
}

.hmslgnt {
	display: block;
	margin-bottom: 30px;
	text-align: center;
}

.hmslgnt h4 {
	position: relative;
	color: #000;
	font-weight: 300;
	font-size: 26px;
	margin: 0px;
	padding: 0px;
	display: block;

}

.hombx_title_ {
	display: block;
	margin-bottom: 30px;
}

.hombx_title_ h2 {
	position: relative;
	color: #000;
	font-weight: 300;
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	display: block;
}

.hombx_title_ h2:after {
	width: 30px;
	content: "";
	height: 1px;
	background: #ccc;
	transition: all 0.4s;
	margin-top: 8px;
	display: block;
}

.hombx_title_2 {
	display: block;
	margin-bottom: 15px;
}

.hombx_title_2 h2 {
	position: relative;
	color: #000;
	font-weight: 400;
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	display: block;
}


.hombx_title_2 h2:after {
	width: 70px;
	content: "";
	height: 1px;
	background: #ccc;
	transition: all 0.4s;
	margin-top: 8px;
	display: block;
}

.hombx_title_ h2 span {
	font-weight: 600;
}

.hombx_div:hover .hombx_title_ h2:after{
	width: 100%;
}
.hombx_div:hover .hombx_div_graident:after {
	width: 0%;
	height: 0%;
	top: 45%;
	left: 45%;
	opacity: 0;
	border: solid 50px rgba(255,255,255,.8);
}

.hmhizbb {
	padding: 25px;
	background: #f9f9f9;
	height: 100%;
}
.hmhizbb_ {
	margin-bottom: 30px;
}
.hmhizbb2 {
	padding: 25px;
	background: #fff;
	text-align: left;
	height: 100%;
	border:1px solid rgba(0 0 0 / 10%);

}
.hmhizbb2 > i{
	font-size: 35px;
	margin-bottom: 15px;
	color: #777;
}
.hmhizbb2.gri {
	background:#f9f9f9; 
	border:0px solid rgba(0 0 0 / 10%);
}
.hmhizbb2_ {
	margin-bottom: 30px;
}

.mrk {
	padding: 0px;
	background: #fff;
	height: 100%;
	border:1px dashed #35abe4;
}
.mrkpad {
	padding: 20px 20px;
}

.nlrlist {
	margin:0px;
	padding: 0px;
	list-style: none;

}
.nlrlist li{
	margin:0px;
	padding: 0px;
	list-style: none;
}
.nlrlist li a{
	display: inline-block;
	color: #333;
	font-size: 15px;
	font-weight: 400;
	padding:5px 0px; 
	transition: all 0.4s;
	
}
.nlrlist li a i{
	margin-right: 7px;
	font-size: 14px;
}
.nlrlist li a:after{
	margin:0;
	content:"";
	width:0px;
	height:1px;
	background:#ccc;
	display:block;
	transition: all 0.6s;
	margin-top:2px;
}
.nlrlist li a:hover:after{
	width:90%;
}
.nlrlist li a:hover{
	padding-left: 10px;
}

.WhatsAppbtn {
	margin-top: 4px;
	display: inline-block;
	color: #fff;
	font-size: 25px;
	font-weight: 500;
	padding: 8px 35px;
	background:#34bb47;
}
.WhatsAppbtn span { 
	font-size: 18px;
}
.WhatsAppbtn i { 
	vertical-align: text-bottom;
	margin-right: 7px;
}
.WhatsAppbtn:hover {
	color: #fff;
	opacity: 0.9;
}

.asprice {
	margin:0px;
	padding: 0px;
	list-style: none;
}
.asprice li{
	margin:0px;
	padding: 0px;
	list-style: none;
	display: flex;
	flex-direction: column;
}
.asprice h4 {
	margin:7px 0px;
	padding:0px; 
	font-weight: 500;
	font-size: 16px; 
}
.aspricediv{
	margin:0px;
	padding: 7px 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px dashed #ccc;
	transition: all 150ms ease-out;
}
.aspricediv:hover .aspricetext {

	color: red;
}
.aspricedivtext {
	display: flex;
	flex-direction: column;
	flex: 1;
}
.aspricedivtext b{
	font-weight: 400;
	
}
.aspricedivtext span{
	color: #999;
	margin-top: 3px;
	padding-right: 15px;
}
.aspricetext {
	font-weight: 500;
	font-size: 15px;
}

.icerik {
	margin: 40px auto;
	min-height: 500px;
	height: auto;
}
.icerik1 {
	margin: 40px auto;
}
.icerik2 {
	margin: 30px auto;
	min-height: 300px;
}


.main_title {
	display: block;
	margin-bottom: 30px;
	text-align: center;
}

.main_title h2 {
	position: relative;
	color: #373e47;
	font-weight: 600;
	font-size: 32px;
	margin: 0px;
	padding: 0px;
	display: inline-block;
}

.main_title h2:after {
	width: 30px;
	content: "";
	height: 2px;
	background: #F89406;
	margin:0 auto;
	margin-top: 10px;
	display: block;
}

.main_title h2 span {
	font-weight: 600;
	color: #F89406;
}
.main_title2 {
	display: block;
	margin-bottom: 30px;
	text-align: left;
}

.main_title2 h2 {
	position: relative;
	color: #000;
	font-weight: 400;
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	display: inline-block;
}

.main_title3 {
	display: block;
	margin-top: 15px;
	margin-bottom: 18px;
	text-align: left;
}

.main_title3 h2 {
	position: relative;
	color: #F89406;
	font-weight: 600;
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	display: inline-block;
}


.yazi {
	font-size: 15px;
	color: #666;
	padding: 0px;
	margin: 0px;
	
	line-height: 1.8;
}
.yazi a{
	font-weight: 600;
	color: #e4831c;
}

.krm_ {
	background: #fbfbfb;
	position: relative;
	padding:40px 0px;
	margin-bottom: 25px;
}
.krm .yazi{
	color: #666;
	font-size: 15px;
	line-height: 1.9;
}
.krm h3{
	color: #333;
	font-size: 18px;
	font-weight: 600;
	padding:0px;
	margin: 0px;
	margin-bottom: 7px; 
	line-height: 1.5;
	
}
.hk {
	display: inline-block;
	padding: 9px 30px;
	border-radius: 25px;
	margin-top: 15px;
	color: #333;
	font-weight: 600;
	text-decoration: none;
	border:1px solid #F89406;
	transition: all 250ms ease-out;

}
.hk:hover {
	background: #F89406;
}

.dvmbtn {
	display: inline-block;
	padding: 11px 30px;
	border-radius: 25px;
	background: #F89406;
	color: #fff;
	font-weight: 600;,
	text-decoration: none;
}
.btn900 {
	
	display: inline-block;
	padding: 11px 30px;
	border-radius: 25px;
	background: #F89406;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	transition: all 250ms ease-out;
}
.btn900:hover {
	background:#34495e;
	color: #fff;
}

.btn556 {
	margin-top: 15px;
	display: inline-block;
	padding: 10px 25px;
	border-radius: 0px;
	color: #333;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	transition: all 150ms ease-out;
	border:1px solid rgba(0 0 0 / 20%);
}
.btn556:hover {
	background: linear-gradient(20deg,#e33e40,#2b3d65);
	color: #fff;
	border:1px solid transparent;
}
.btn556.mrk {
	background: #F89406;
	color: #fff;
	border:0px solid rgba(0 0 0 / 20%);
}
.btn556.mrk:hover {
	background:#35abe4;
	color: #fff;
}


.btn600 {
	margin-top: 15px;
	display: inline-block;
	padding: 11px 30px;
	border-radius: 25px;
	background: #fff;
	color: #666;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	transition: all 250ms ease-out;
}
.btn600:hover {
	background:rgba(0,0,0,0.4);
	color: #fff;
}

.refrow {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.flexrow2 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.flexrow3 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.flexrow4 {
	display: flex;
	flex-wrap: wrap;
}

.refdiv_ {
	
}

.refd {
	padding-left:15px; 
	padding-right:15px; 
	margin-bottom: 30px;
	position: relative;
}
.refd .item{
	position: relative;
	width: 100%;
	margin: 0px;
	transition: all 300ms ease-out;
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	border:0px solid #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

.refd .item a{ 
	display: block;
	vertical-align: middle;
}
.refd .item img{
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
}

.refdhover {
	cursor: pointer;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0 0 0 / 70%);
	display: block;
	z-index: 2;
	opacity: 0;
	transition: all 400ms ease-out;
}
.refdhoveric {
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: left;

}
.refdhoveric h3{
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	
	text-shadow: 1px 1Px 5px rgba(0,0,0,0.0);
}
.refdhoveric h4{
	padding: 0px;
	margin: 0px;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 5px;
	text-shadow: 1px 1Px 5px rgba(0,0,0,0.0);
}
.refdhoveric h5{
	margin-bottom: 5px;
	padding: 0px;
	margin: 0px;
	color: #fff;
	font-weight: 400;
	font-size: 14px;

	text-shadow: 1px 1Px 5px rgba(0,0,0,0.0);
}
.refd:hover .refdhover{
	display: block;
	opacity: 1;
}
.refd:hover .item{
}
.refd:hover .item:before{
	height: 100%;
}

.gzlbtn {
	cursor: pointer;
	margin-top: 10px;
	padding:4px 10px;
	background: #F89406;
	color: #fff;
	font-size:20px;
	display: inline-block !important;
	border-radius: 0px;  
}

.gzlfrmbaslik {
	margin-bottom: 15px;
	text-align: center;
}
.gzlfrmbaslik h2{
	background: #333;
	color: #fff;
	padding: 4px 20px;
	font-size: 17px;
	margin:0PX;
	padding: 6px 25px; 
	display: inline-block;
	border-radius: 5px;
}

.refo {
	margin-bottom: 20px;
	float: none;

}
.refo .item{
	text-align: center;
	border: 0px solid #e9e9e9;
	padding:30px; 
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	position: relative;
	border-bottom: 1px solid #f9f9f9;
	border-top: 1px solid #f9f9f9;
	transition: all 300ms ease-out;
}
.refo .item:before{
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 2px;
	height: 50px;
	background: #e33e40;
	transition: all 200ms ease-out;
}
.refo .item:after{
	content: "";
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 2px;
	height: 50px;
	background: #e33e40;
	transition: all 200ms ease-out;
}
.refo:hover .item:after{
	height:100px;
}
.refo:hover .item:before{
	height:100px;
}
.refo:hover .item{
	border-bottom: 1px solid #2b3d65;
	border-top: 1px solid #2b3d65;
}
.hzr {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0px;
	background: #2b3d65;
	padding: 2px 8px;
	border-radius: 2px;
	color: #fff;
	font-size: 13px;
}

.refo .item a{
	border-radius: 0px;
	text-align: center;
	background: linear-gradient(90deg,#e33e40,#2b3d65);
	padding: 7px 30px;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	display: inline-block;
	transition: all 200ms ease-out;
}
.refo .item a i{
	margin-left: 7px;
	font-size: 12px;
}
.refo .item a:hover{
	background: #e33e40;
}
.refotext  {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 10px;
}
.refotext span{
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #2b3d65;
	color: #fff;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 7px;
}
.reficn  {
	margin-bottom: 15px;
}
.reficn i {
	font-size: 45px;
	color: #999;
	transform: rotate(-30deg);
}

.marka_logo {

}
.marka_logo .owl-nav {

}
.marka_logo .owl-nav .owl-prev {
	background:#666;
	margin:0px;
	padding:4px 10px;
}
.marka_logo .owl-nav .owl-next {
	background:#666;
	color:#fff;
	margin:0px;
	margin-left:4px;
	padding:4px 10px;
}
.marka_logo .owl-nav .owl-next:after {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f054";
}
.marka_logo .owl-nav .owl-prev:after {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f053";
}

.marka_logo .owl-nav .owl-next:before {
}


footer {
	background:#f9f9f9;
	position: relative;
	border-top: 1px solid #e9e9e9;
}

.footer_ust {
	text-align:center;
	background:rgba(0,0,0, 0.4);
	color:#fff;
	padding:15px 0px;
	font-size:15px;
}
.footer_ust img{
	border:0px;
	vertical-align:sub;
}

.footer_in {
	padding-top: 30px;
	padding-bottom:30px;
	position: relative;
	text-align:center;
}

.footer_copyright {
	background: #e9e9e9;
	font-size: 13px;
	color: #777;
	text-align: center;
}
.footer_copyright .container {
	padding: 15px 0px;
}



.footerdiv {
	margin-bottom: 25px;
	color: #959595;
}

.footerdiv i {
	padding: 8px 12px;
	background: rgba(0,0,0,0.5);
	
	color: #fff;
	font-size: 18px;
	display: inline-block;
	margin-bottom: 15px;
	border-radius: 1px;
}

.footerdiv span {
	font-size: 14px;
	color: #e9e9e9;
	text-decoration: none;
	transition: all 200ms ease-out;
	font-weight: 300;
	display: block;
}

.footerdiv span b {
	color: #e9e9e9;
	font-weight: 600;
}
.footer_logo {
	display:block;
	text-align:center;
	margin-bottom:0px;
}
.footer_logo img{
	max-width:50px;
}


.footerdiv h2{
	position:relative;
	color:#fff;
	font-weight:600;
	font-size:20px;
	margin:0px;
	padding:0px;
	display:block;
	margin-bottom:23px;

}

.footerdiv h2:after{
	width:40px;
	content:"";
	height:2px;
	background:#F89406;
	margin:0 auto;
	margin-top:10px;
	display:block;
}

.footerdiv h2 span{
	font-weight:600;
	color:#fff;
}
.footsol {
	text-align:right;
	border-right:1px solid #fff;
	min-height:100px;
	padding-right:35px;
}
.footsag{
	padding-left:35px;
}
.foottel {
	color:#fff;

}
.foottel i{
	font-size:23px;
	margin-right:6px;
}
.foottel span{
	display:inline-block;
	font-size:18px;
	font-weight:300;
	margin-right:7px;
}
.foottel b{
	font-size:28px;
	font-weight:700;
}
.foottel b small{
	font-size:19px;
	color:#c9d400;
}
.footer_menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display:block;
	text-align:center;
	margin-bottom:30px;
}
.footer_menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	display:inline-block;
}

.footer_menu li a {
	position:relative;
	padding: 1px 0px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	display:block;
	transition: all 140ms ease-out;
	border-bottom:1px solid transparent;
	font-weight:400;
	padding:0px 10px;
	line-height:1.2;
	border-right:1px solid #fff;
}



.footer_menu li a i{
	font-size:12px;
	margin-right:5px;
	transition: all 280ms ease-out;
}

.footer_menu li a:hover {
	color: #e9e9e9;
	border-bottom:1px solid transparent;

}
.footer_menu li a:hover i {
	transform:rotate(360deg) scale(1.4);
	color:#ffcb05;
}

.footer_social_icon {
	display:inline-block;
	margin-top:0px;
}

.footer_social_icon a {
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	width:27px;
	height:27px;
	text-align:center;
	transition: all 280ms ease-out;
	display:inline-block;

}
.footer_social_icon a i{
	line-height:1.9;
}

.footer_social_icon a:hover {
	color: #c2b808;

}


.contact_list_f {
	padding:0;
	margin:0;
	list-style:none;
	display:inline-block;
	margin-right:10px;
}
.contact_list_f li{
	padding:0;
	margin:0;
	list-style:none;
	padding:4px 0px;

}
.contact_list_f:last-child {

}
.contact_list_f li span{
	color:#e1e1e1;
	font-size:15px;
	font-weight:normal;

}
.contact_list_f li b{
	font-weight: 500;
	display:inline-block;
	margin-right: 5px;
	color: #fff;
	font-size: 15px;
	text-align: left;

}
.contact_list_f li i{
	margin-right:15px;
	vertical-align:baseline;
	color:#c2b808;
	font-size:18px;
	width:10px;
}

.ref_kategori {
	list-style:none;
	padding:0px;
	margin:0px;
	text-align:center;
	display:flex;
	position: relative;
	margin-bottom: 15px;
}
.ref_kategori li{
	list-style:none;
	padding:0px;
	margin:0px 0px 0px 0px;
	float:none;
	display:inline-block;
	position: relative;
	width: 100%;
	align-content: center;
	justify-content: center;
	
}
.ref_kategori li a{
	margin-right: 5px;
	display: block;
	color: #111;
	font-size: 14px;
	text-align: center;
	padding: 12px 7px;
	transition: all 300ms ease-out;
	text-decoration: none;
	border: 0px solid #e9e9e9;
	border-radius: 0px;
	font-weight: 400;
	background: #fff;
	position: relative;
} 
.ref_kategori li a i{ 
	font-size: 25px;
	color: #999;
	transition: all 300ms ease-out;
	z-index: 5;
	margin-bottom: 10px;
	display: block;
}
.ref_kategori li a.active{
	color: #fff;
}
.ref_kategori li a.ozlref{
	color: #fff;
	background:#333;
}
.ref_kategori li a.ozlref i{
	color: #fff;
	border-radius: 0px;
	
	
}
.ref_kategori li a:hover{
	background:#eeeeee;
}
.ref_kategori li a:hover i{
}
.ref_kategori li:nth-child(1) a {
	
}
.ref_kategori li a.ozlref:hover{
	color: #333;
}
.ref_kategori li a.ozlref:hover i{
	color: #333;
}


.ref_kategori li ul  {
	position:absolute;
	z-index:100;
	top:auto;
	width:100%;
	padding:0px;
	margin:0px;
	right:0px;
	left:0;
	background:#fff;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.22);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.22);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.22);
	border-radius: 15px;
}
.ref_kategori ul li{
	position: relative;
	padding:0px;
	margin:0px;
	list-style:none;
	display:block !important;
	border-bottom:0px solid #e9e9e9;
	z-index: 100;

}
.ref_kategori ul li a{
	padding:6px 8px;
	text-align:left;
	font-weight:400;
	transition: all 250ms ease-out;
	text-decoration:none;
	display: block;
	border:0px;
	border-radius: 10px;
	background: none;
	border-bottom: 1px solid #e9e9e9;
}

.ref_kategori ul li a i{
	font-size:14px;
	margin-right:7px;
	vertical-align:middle;
}
.ref_kategori .dropdown-backdrop {
	z-index: auto !important;
}

.hizdiv_ {
	margin-bottom: 25px;
}
.hizdiv {
	text-align:center;
	padding: 25px 15px;
	border:1px solid #e9e9e9;
	
}
.hizdiv img{
	max-width: 120px;
	border:0px;
	margin-bottom: 12px;
}
.hizdiv h2{
	padding: 0px;
	margin:0px;
	font-size: 18px;
	font-weight: 700;
	color: #333; 
	margin-bottom: 15px; 
}
.hizdiv p{
	padding: 0px;
	margin:0px;
	font-size: 14px;
	font-weight: 400;
	color: #666; 
	line-height: 1.5;
}



.sfr_form {
}
.sfr_form label{
	font-weight:600;
	color:#333;
	font-size:14px;
}
.sfr_form .radio-inline{
	font-weight:500;
	color:#333;
	font-size:14px;
	padding-top:10px;
}
.sfr_form .btn {
	background: linear-gradient(90deg,#e33e40,#2b3d65);
	font-size: 14px;
	font-weight: 300;
	color:#ffffff;
	border:0px;
	font-weight:500;
	padding:11px 40px;
	transition: all 0ms ease-out;
	margin-bottom:20px;
	border-radius:0px;
}

.sfr_form .btn:hover {
	background:#e33e40;
}

.sfr_form .form-control {
	font-size: 14px;
	color: #333;
	font-weight: 600;
	height:50px;
	padding-left: 30px;
	border: 1px solid #e9e9e9;
	border-radius:0px;
	box-shadow: inset 0 0px 0px rgba(0,0,0,0);
}
.sfr_form .dropdown {
	padding:7px 12px;
}
.sfr_form .textrea {
	height:140px;
}
.sfr_form .form-group {
	
}

.iletisim_form {
}
.iletisim_form label{
	font-weight:400;
	color:#333;
	font-size:14px;
}
.iletisim_form .radio-inline{
	font-weight:500;
	color:#333;
	font-size:14px;
	padding-top:10px;
}
.iletisim_form .btn {
	background: linear-gradient(to right,#e33e40,#2b3d65);
	color:#fff;
	border:0px;
	font-weight:400;
	padding:10px 32px;
	transition: all 150ms ease-out;
	margin-bottom:20px;
	border-radius:0px;
}

.iletisim_form .btn:hover {
	background:#2b3d65;
}

.iletisim_form .form-control {
	font-size: 13px;
	height:50px;
	border: 1px solid #e9e9e9;
	border-radius:0px;
	box-shadow: 0 0px 20px rgba(0 0 0 / 2%);
}
.iletisim_form .dropdown {
	padding:7px 12px;
}
.iletisim_form .textrea {
	height:140px;
}
.iletisim_form .form-group {
	
}





.iletisim_baslik {
	margin:0;
	padding:0;
	font-size:20px;
	font-weight:400;
	margin-bottom:25px;
}
.iletisim_list {
	padding:0;
	margin:0;
	list-style:none;
}
.iletisim_list li{
	position: relative;
	padding:0;
	margin:0;
	list-style:none;
	padding:0px 0px;
	background-color: #f9f9f9;
	margin-bottom: 5px;
	transition: all 250ms ease-out;
}
.iletisim_list li:after{
	content: "";
	display: block;
	clear: both;
	height: 1px;;
	background-color: #F89406;
	width: 0px;
	position: absolute;
	bottom: 0;
	transition: all 250ms ease-out;
}

.iletisim_list li span{
	color:#424242;
	font-size:15px;
	font-weight:400;
	padding:8px; 
	display: block;
	display: table-cell;
	vertical-align: middle;

}
.iletisim_list li i{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	margin-right:5px;
	float: left;
	color:#fff;
	font-size: 15px;
	line-height: 37px;
	width: 37px;
	height: 37px;
	background-color: #F89406;
	transition: all 250ms ease-out;
}
.iletisim_list li:hover:after{
	width: 100%;
}
.iletisim_list li:hover{
	background-color: #fff;
}
.iletisim_list li:hover i{
	background-color: #373e47;
	transform: scale(0.9);
}


.iletisim_sosyal_icon {
	display:inline-block;
}
.iletisim_sosyal_icon a{
	text-decoration: none;
	color: #373e47;
	font-size: 16px;
	padding: 0px 0px 0px 0px;
	display: inline-block;
	width: 35px;
	height: 35px;
	background: #e9e9e9;
	text-align: center;
	line-height: 35px;
	transition: all 250ms ease-out;
}
.iletisim_sosyal_icon a:hover {
	background: #111111;
	color:#fff;
}


.downbtn100 {
	margin-top:15px;
	margin-bottom:0px;
}
.downbtn100 a{
	padding:10px 20px;
	border-radius:25px;
	text-align:center;
	background:#e9e9e9;
	margin-right:5px;
	transition: all 150ms ease-out;
	border-bottom:2px solid #F89406;
	display:inline-block;
}
.downbtn100 a img{
	border:0px;

}
.downbtn100 a:hover {
	background:#f9f9f9;
	border-bottom:2px solid #eeeeee;
}
.projeinf {

}
.proje_baslik2 {font-size:20px; font-weight:700; color:#333333; border-bottom:2px solid #e9e9e9; padding-bottom:7PX; margin-bottom:12px;}
.proje_100 {font-size:14px; font-weight:600; color:#000; line-height:21px;}
.proje_200 {font-size:14px; color:#333333; line-height:21px;}
.proje_ww_100 {text-decoration:none; color:#097691;}
.proje_cizgi_100 {height:1px; border-bottom:1px solid #e9e9e9; margin:5px 0px;}
.www100 {
	font-size: 14px;
	font-weight: 400;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 0px;
	background: #333333;
	color: #FFFFFF;
	padding: 8px 20px;
	margin-top: 7px;
	display: inline-block;
	text-decoration: none;

}
.www100:hover {color:#fff; background:#666;}


.ref_img {max-width:100%; margin-bottom: 25px;}
.proje_baslik {font-size:20px; font-weight:700; color:#333333; border-bottom:2px solid #e9e9e9; padding-bottom:7PX; margin-bottom:12px;}
.proje_01 {font-size:14px; font-weight:bold; color:#F89406; line-height:21px;}
.proje_02 {font-size:14px; color:#333333; line-height:21px;}
.proje_ww {text-decoration:none; color:#097691;}
.proje_cizgi {height:1px; border-bottom:1px solid #e9e9e9; margin:5px 0px;}
.www {font-size:14px; font-weight:bold; -webkit-border-radius: 5px;
	-moz-border-radius: 5px; border-radius:25px; background:#F89406; color:#FFFFFF;  padding:8px 20px; margin-top:7px; display:inline-block; text-decoration:none; border:1px solid #F89406; }
	.www:hover {border:1px solid #e4831c;  color:#333; background:none;}
	.ref_geridon { font-size:14px; font-weight:normal; border-radius:25px; color:#333; background:none;  padding:8px 20px; margin-top:10px; display:inline-block; text-decoration:none; border:1px solid #1eb453; }
	.ref_geridon:hover {border:1px solid #333;  color:#000; background:none;}


	.filtre {
		margin-bottom: 0px;
		text-align:center;
		float: right;
	}
	.filtre a {
		float: none;
		display: inline-block;
		padding: 0px 7px 2px 7px;
		line-height: 14px;
		border-left: 1px solid #CCC;
		color: #ccc;
		line-height: 1.2;
		text-decoration: none;
		font-size: 12px;
	}


	.filtre a:first-child {
		border-left: 0px;
		padding-left: 0px;
	}




	@media (min-width: 1200px) and (max-width: 1440px) { 
		.container {width: 1140px;}
	}


	@media (min-width: 992px) and (max-width: 1200px) { 
		.container {width: 970px;}
	}

	@media (min-width: 768px) and (max-width: 992px) {
		.container {width: 750px;}
	}

	@media (max-width: 768px){
		.container {width: 100%;}
		.logo {
			float:none;
			margin-top:5px;
		}
		.logo_text { font-size:24px;}
		.logo_slogan {font-size:14px;}
		.header_g {
			display: block;
		}
		.header_menu{
			display: none;
		}
		.menu_btn {
			display: inline-flex;
		}
		.header_ust{
			padding-bottom: 10px;
		}
		.teklifiste{
			display: none;
		}
		.logodiv_ {
			width: 180px;
		}
		.page_bg {
			padding: 20px 0px 20px;

		}
		.page_title {
			float: none;
			display: block;
		}
		.filtre {
			margin-bottom: 0px;
			text-align: center;
			float: none;
			margin-top: 10px;
		}
		.refd {
			width: 50%;
			float: left;
		}
		.refd {
			width: 50%;
			float: left;
			padding-left: 5px;
			padding-right: 5px;
		}
		.refdhoveric {

		}
		.refdhoveric h3{
			font-size: 13px;
			font-weight: 600;
		}
		.refdhoveric h4{
			font-size: 12px;
			font-weight: 500;
		}
		.refdhoveric h5{
			font-size: 11px;
			font-weight: 400;
		}
		.gzlbtn {
			padding: 1px 5px;
			font-size: 14px;
		}
		.page_title h2{ 
			font-size: 19px;
		}
		.main_title h2{ 
			font-size: 22px;
		}
		.page_bg {
		}
		.ust_menu li {
			font-size: 11px;
		}
		.ust_menu li i{
			font-size: 11px;
		}


		.slider .bx-wrapper img {
			max-width: 160%;
			display: block;
			padding:0px;
			border:0px;
			margin:0px;
			margin-left:-30%;
		}

		.demo_talep {
			display: none;
		}
		.acilan_menu_list li a{
			font-size: 18px;
		}
		.ref_kategori {
			display: block;
		}
		.ref_kategori li{
			width: 49%;
			margin:0px 0px 0px 0px;

		}
		.ref_kategori li a{
			display: block;
			font-size: 13px;
			text-align: left;
			font-weight: 500;

		}
		.ref_kategori li a i{
			float: left;
			font-size: 15px;
			margin-right: 5px;				
		}

		.aspop_ic {
			padding: 10px;
		}
		.aspop_ic h2 {
			font-size: 20px;
		}
		.refpopimgcol {
			padding-right: 0px;
		}

		.hizboxs_div_ {

			height: auto;
			min-height: 300px;
		}
		.userimg img {
			width: 110px;
		}
		.home_as_profil {
			width: 150px;
			padding: 5px;
		}
		.home_as_profildiv {
			text-align: center;
			margin-top: 20px;
		}
		.homeboxitem .container {
			text-align: center;
			margin-bottom: 50px;
		}
		.homebox {
			background:url(../images/bg3860.jpg?v=1) top right no-repeat #f9f9f9;

		}
		.homeboxtitle h2 {
			font-size: 22px;
			font-weight: 500;
		}
		.hmlogo {
			width: 75px;
		}


	}

	@media (min-width: 480px) and (max-width: 768px) {
		.refd {
			width: 50%;
			float: left;
		}
	}



