@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
*{
	box-sizing: border-box;
	font-family: "Poppins", sans-serif;
	text-decoration:none;
	font-optical-sizing: auto;
}
*::-webkit-scrollbar{
	width: 8px;
}
*::-webkit-scrollbar-track{
	background-color: #d0d0d0; 
}
*::-webkit-scrollbar-thumb{
	background-color: #888; 
}
*::-webkit-scrollbar-thumb:hover{
	background-color: #555;
}
a{
	color: #000000;
	transition: 500ms all;
	cursor: pointer;
}
a:hover{
	color: #383838;
}
h1,h2,h3,h4,h5,h6,p,ul{
	margin: 0;
	padding: 0;
}
img{
	width: 100%;
	vertical-align: middle;
	border-style: none;
}
body{
	padding: 0;
	margin:0;
	background-color: #ffffff;
}
.loader{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 23;
}
.loader div{
	position: absolute;
	width: 50%;
	height: 100%;
	background-color: #ffffff;
}
.loader .sol{
	left: 0;
	transition: 1s left;
	z-index: 2;
}
.loader .sag{
	transition: 1s right;
	right: 0;
}
.loader .res{
	width: 200px;
	height: 104px;
	display: block;
	position: absolute;
	right: -100px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 15px;
	background-image: url(../images/logo.png);
	background-position: center;
	background-size: 95%;
	background-repeat: no-repeat;
	background-color: #ffffff;
}
.header{
	width: 100%;
}
.header .container{
	padding: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	flex-wrap: nowrap;
}
.header .logo{
	display: block;
	min-width: 150px;
	max-width: 220px;
	width: 90%;
}
.header .menu{
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: nowrap;
}
.header .menu li{
	float: left;
	list-style-type: none;
	padding: 0 20px;
}
.header .menu li a{
	font-weight: 500;
	text-transform: uppercase;
	font-size: 16px;
	display: inline-block;
	line-height: 19px;
}
.header .girisBtn{
	background: #32237b;
	color: #ffffff;
	padding: 8px 15px;
	border-radius: 5px;
	font-size: clamp(12px,1.2vw,14px);
	min-width: 96px;
	display: block;
	text-align: center;
}

.slide{
	height: auto;
	background-color: #ffebeb;
}
.slide .owl-dots{
	position: absolute;
	width: 100%;
	height: 21px;
	left: 0;
	bottom: 5%;
	text-align: center;
	z-index: 2;
}
.slide .owl-dots button.owl-dot{
	width: 12px;
	height: 12px;
	background-color: #ffffff;
	border-radius: 15px;
	margin: 0 3px;
	transition: 500ms width;
	display: inline-block;
}
.slide .owl-dots .active{
	background-color: #32237b !important;
	width: 42px !important;
}

.ana_hizmets{
	padding: 60px 0;
}
.ana_hizmets .baslik{
	margin-bottom: 25px;
}
.ana_hizmets .baslik h2{
	float: left;
	font-size: 22px;
	font-weight: 500;
}
.ana_hizmets .baslik .ustLink{
	float: right;
	font-size: 14px;
	padding: 4px 10px;
	border-bottom: solid 1px #000000;
}
.ana_hizmets .danisman-slide .owl-dots{
	text-align: center;
	margin-top: 25px;
}
.ana_hizmets .danisman-slide .owl-dots button{
	width: 12px;
	height: 12px;
	background-color: #cccccc;
	border-radius: 12px;
	display: inline-block;
	margin: 0 3px;
	transition: 500ms all;
}
.ana_hizmets .danisman-slide .owl-dots button.active{
	width: 33px;
	background-color: #32237b;
}
.ana_hizmets .danisman_kutu{
	width: 100%;
	min-height: 140px;
	border: solid 1px #ededed;
	border-right-color: #32237b;
	position: relative;
	cursor: pointer;
}
.ana_hizmets .item .danisman_kutu:not(:last-child){
	margin-bottom: 20px;
}
.ana_hizmets .danisman_kutu .res{
	width: 30%;
	position: absolute;
	height: 100%;
}
.ana_hizmets .danisman_kutu .res img{
	height: 100%;
	object-fit: cover;
}
.ana_hizmets .danisman_kutu .text{
	padding: 20px 20px 20px 33%;
}
.ana_hizmets .danisman_kutu .text h3{
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 5px;
	display: block;
}
.ana_hizmets .danisman_kutu .text p{
	font-size: 13px;
	line-height: 21px;
}

.ana_ilans{
	padding: 50px 0 65px;
	background-color: #fafafa;
}
.ana_ilans .baslik{
	margin-bottom: 25px;
}
.ana_ilans .baslik h2{
	float: left;
	font-size: 22px;
	font-weight: 500;
}
.ana_ilans .baslik .ustLink{
	float: right;
	font-size: 14px;
	padding: 4px 10px;
	border-bottom: solid 1px #000000;
}
.ana_ilans .kutus{
	border-top: solid 1px #dddddd;
	border-left: solid 1px #dddddd;
	display: flex;
	flex-wrap: wrap;
}
.ana_ilans .col-4{
	padding: 0;
}
.ana_ilans .ilan_kutu{
	background-color: #ffffff;
	padding: 20px;
	padding-right: 120px;
	border-right: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
	transition: 100ms transform,box-shadow;
	position: relative;
	cursor: pointer;
	z-index: 1;
}
.ana_ilans .ilan_kutu:hover{
	transform: scale(1.1);
	border: solid 1px #dddddd;
	box-shadow: 0 5px 11px 0px #e8e8e8;
	z-index: 3;

}
.ana_ilans .ilan_kutu p{
	font-size: 15px;
	font-weight: 400;
	display: block;
	margin-bottom: 2px;
	color: #000000;
}
.ana_ilans .ilan_kutu strong{
	display: block;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 600;
}
.ana_ilans .ilan_kutu small{
	display: inline-block;
	font-weight: 300;
	color: #c21d1d;
	font-size: 14px;
	margin-right: 10px;
}
.ana_ilans .ilan_kutu .res{
	width: 80px;
	height: 80px;
	border: solid 1px #dddddd;
	border-radius: 10px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
.ana_ilans .ilan_kutu .res img{
	object-fit: contain;
	height: 100%;
	padding: 5px;
}

.ana_text_alan{
	padding: 60px 0;
}
.ana_text_alan .container{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.ana_text_alan .flip_card{
	background-color: transparent;
	width: 100%;
	height: 300px;
	perspective: 1000px;
}
.ana_text_alan .flip_card_inner{
	position: relative;
	width: 100%;
	height: 100%;
	transition: transform 0.6s;
	transform-style: preserve-3d;
}
.ana_text_alan .flip_card:hover .flip_card_inner{
	transform: rotateY(180deg);
}
.ana_text_alan .flip_card_front,
.ana_text_alan .flip_card_back{
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 15px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	flex-direction: column;
	overflow: hidden;
	z-index: 1;
}
.ana_text_alan .flip_card_front{
	background-color: #4e9af1;
	color: white;
}
.ana_text_alan .flip_card_front:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: #190e4e;
	opacity: 0.7;
	z-index: 1;
}
.ana_text_alan .flip_card_front img{
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
	height: 100%;
}
.ana_text_alan .flip_card_back{
	background-color: #f1f1f1;
	color: #333;
	transform: rotateY(180deg);
	background-position: center;
	background-size: cover;
}
.ana_text_alan .flip_card_back:before{
	content: '';
	width: 100%;
	height: 100%;
	background: rgb(50 35 123 / 55%);
	backdrop-filter: saturate(0%) blur(5px);
	position: absolute;
	z-index: -1;
}
.ana_text_alan .flip_card .text{
	font-size: 30px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.ana_text_alan .flip_card .alt_cizik:before{
	content: '';
	position: absolute;
	width: 60%;
	height: 3px;
	background: #ffffff;
	left: 50%;
	bottom: -14px;
	transform: translateX(-50%);
	border-radius: 10px;
	opacity: 0.7;
}
.ana_text_alan .flip_card .alt_text{
	display: block;
	margin: 27px 0 0;
	font-size: 14px;
	opacity: 0.7;
	position: relative;
	z-index: 1;
}
.ana_text_alan .flip_card .alt_metin{
	font-size: 15px;
	text-align: center;
	position: relative;
	color: #ffffff;
	line-height: 23px;
	z-index: 1;
}


.ana_blogs{
	padding: 35px 0 85px;
}
.ana_blogs .baslik{
	margin-bottom: 25px;
}
.ana_blogs .baslik h2{
	float: left;
	font-size: 22px;
	font-weight: 500;
}
.ana_blogs .baslik .ustLink{
	float: right;
	font-size: 14px;
	padding: 4px 10px;
	border-bottom: solid 1px #000000;
}
.ana_blogs .blog-card{
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
	overflow: hidden;
	transition: 0.3s ease;
}
.ana_blogs .blog-card img{
	width: 100%;
	height: 245px;
	object-fit: cover;
}
.ana_blogs .card-content{
	padding: 20px;
}
.ana_blogs .category{
	display: inline-block;
	background: #007bff;
	color: #fff;
	padding: 3px 16px 2px;
	border-radius: 999px;
	font-size: 13px;
	margin-bottom: 10px;
}
.ana_blogs .card-content h2{
	font-size: 20px;
	margin: 10px 0;
	color: #333;
}
.ana_blogs .card-content p{
	font-size: 15px;
	color: #666;
	margin-bottom: 15px;
}
.ana_blogs .date{
	font-size: 13px;
	color: #aaa;
}
.ana_blogs .owl-item{
	padding: 15px !important;
}
.ana_blogs .blog-slide .owl-dots{
	text-align: center;
	margin-top: 25px;
}
.ana_blogs .blog-slide .owl-dots button{
	width: 12px;
	height: 12px;
	background-color: #cccccc;
	border-radius: 12px;
	display: inline-block;
	margin: 0 3px;
	transition: 500ms all;
}
.ana_blogs .blog-slide .owl-dots button.active{
	width: 33px;
	background-color: #32237b;
}

.sayfa_ust{
	padding: 35px 0;
	background-color: #f8f7ff;
}

.alt_menu {
	display: block;
	text-align: center;
	padding: 10px 0;
	background-color: #291b6b;
}

.alt_menu a{
	display: inline-block;
	color: #ffffff;
	padding: 0 15px;
	margin: 6px 0;
}
.alt_menu a:not(:last-child){
	border-right: solid 1px #605595;
}
.sayfa_ust h1{
	font-size: 27px;
	font-weight: 600;
	color: #25166e;
}
.sayfa_ust p{
	font-size: 13px;
	margin: 6px 0 0;
	color: #ff4545;
	display: inline-block;
}

.ic_sayfa{
	padding: 45px 0;
}

.kurumsal_sayfa .kurumsal_box{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.kurumsal_sayfa .kurumsal_box .col-7{
	padding: 35px;
}
.kurumsal_sayfa .kurumsal_box h2{
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 14px;
}
.kurumsal_sayfa .kurumsal_box p{
	font-size: 17px;
	color: #242424;
	line-height: 26px;
	font-weight: 300;
}
.kurumsal_sayfa .kurumsal_box img{
	height: 100%;
	object-fit: cover;
	border-radius: 15px;
}
.kurumsal_sayfa .krm_sayac{
	padding: 50px 0;
}
.kurumsal_sayfa .krm_sayac strong{
	font-size: 65px;
	color: #ff4545;
	text-align: center;
	display: block;
}
.kurumsal_sayfa .krm_sayac p{
	font-size: 24px;
	color: #1e1352;
	text-align: center;
	display: block;
}

.kosul_sayfa .ustt{
	font-size: 15px;
	font-weight: 400;
	padding: 0 0 10px;
	border-bottom: solid 1px #d1d1d1;
}
.kosul_sayfa p{
	margin: 18px 0;
	font-size: 17px;
	font-weight: 300;
	color: #343434;
}
.kosul_sayfa h2,
.kosul_sayfa h3,
.kosul_sayfa h4,
.kosul_sayfa h5{
	font-size: 21px;
	line-height: 26px;
	margin: 18px 0;
	color: #343434;
}
.kosul_sayfa ul{
	margin: 18px 0;
	display: block;
	padding: 0 30px 0;
}
.kosul_sayfa ul li{
	margin: 12px 0;
	font-size: 15px;
	color: #343434;
}

.hizmet_sayfa .hizmet_kutu{
	position: relative;
	border: solid 1px #ddd;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 25px;
	background-color: #f8fbff;
}
.hizmet_sayfa .hizmet_kutu .sol{
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.hizmet_sayfa .hizmet_kutu .sol img{
	color: black;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.hizmet_sayfa .hizmet_kutu .sag{
	width: 100%;
	padding-left: 40%;
}
.hizmet_sayfa .hizmet_kutu .sag .sag_ic{
	padding: 35px;
}
.hizmet_sayfa .hizmet_kutu .sag .sag_ic h2{
	font-size: 25px;
	line-height: 30px;
}
.hizmet_sayfa .hizmet_kutu .sag .sag_ic p{
	font-size: 14px;
	margin-top: 15px;
}
.hizmet_sayfa .hizmet_kutu .sag .sag_ic a{
	padding: 7px 10px;
	display: inline-block;
	font-size: 11px;
	float: right;
	position: relative;
	margin: 19px 0 0;
	max-width: 130px;
	min-width: 95px;
	max-height: 31px;
	overflow: hidden;
}

.hizmet_sayfa .hizmet_kutu .sag .sag_ic a:before {
	content: 'Devamını Gör';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #d2e5fd;
	text-align: center;
	line-height: 31px;
	color: #32237b;
	border-radius: 7px;
	font-weight: 600;
}

.ilan_sayfa .ilan_kutu{
	padding: 20px;
	background-color: #f8fbff;
	border-radius: 10px;
	overflow: hidden;
	border: solid 1px #ddd;
}
.ilan_sayfa .ilan_kutu .ic_kisim{
	position: relative;
}
.ilan_sayfa .ilan_kutu .sagdan_bos{
	padding-right: 94px;
}

.ilan_sayfa .ilan_kutu:not(:last-child) {
	margin-bottom: 15px;
}
.ilan_sayfa .ilan_kutu h2{
	font-size: 20px;
	display: block;
	margin-bottom: 5px;
	color: #2b1d72;
	font-weight: 700;
	line-height: 24px;
}
.ilan_sayfa .ilan_kutu small{
	font-size: 14px;
	display: inline-block;
	margin-bottom: 5px;
}
.ilan_sayfa .ilan_kutu p{
	font-size: 13px;
	color: #4e4e4e;
	margin-bottom: 10px;
}
.ilan_sayfa .ilan_kutu span{
	color: #ff2020;
	font-size: 14px;
}
.ilan_sayfa .ilan_kutu .res{
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 80px;
	background: #ffffff;
	height: 80px;
	border-radius: 5px;
}
.ilan_sayfa .ilan_kutu .res img{
	object-fit: contain;
	height: 100%;
	padding: 5px;
}

.hb_detay_sayfa .icerik{
	border-radius: 10px;
	overflow: hidden;
	border: solid 1px #ddd;
}
.hb_detay_sayfa .icerik .ust_resim{}
.hb_detay_sayfa .icerik .ust_resim img{
	height: 420px;
	object-fit: cover;
}
.hb_detay_sayfa .icerik .text{
	padding: 20px;
	background-color: #f8fbff;
}
.hb_detay_sayfa .icerik .text .ust{
	text-align: center;
	padding: 0 10px 16px;
	border-bottom: solid 1px #ddd;
	margin-bottom: 25px;
	font-size: 14px;
}

.hb_detay_sayfa .icerik .text .ust a{
	width: 25px;
	height: 25px;
	display: inline-block;
	position: relative;
	top: -2px;
	line-height: 25px;
	vertical-align: middle;
	border-radius: 6px;
	margin: 0 3px;
	color: #ffffff;
}
.hb_detay_sayfa .icerik .text .alt{}
.hb_detay_sayfa .icerik .text .alt p{
	margin: 18px 0;
	font-size: 15px;
	font-weight: 300;
	color: #343434;
}
.hb_detay_sayfa .icerik .text .alt img{
	float: left;
	max-width: 260px;
	margin: 15px 20px 15px 0 !important;
	border-radius: 10px;
	height: auto !important;
}
.hb_detay_sayfa .icerik .text .alt img[style*="float: left"]{
	margin: 15px 20px 15px 0 !important;
}
.hb_detay_sayfa .icerik .text .alt img[style*="float: right"]{
	margin: 15px 0 15px 20px !important;
}
.hb_detay_sayfa .icerik .text .alt h2,
.hb_detay_sayfa .icerik .text .alt h3,
.hb_detay_sayfa .icerik .text .alt h4,
.hb_detay_sayfa .icerik .text .alt h5{
	font-size: 21px;
	line-height: 26px;
	margin: 18px 0;
	color: #343434;
}
.hb_detay_sayfa .icerik .text .alt ul{
	margin: 18px 0;
	display: block;
	padding: 0 30px 0;
}
.hb_detay_sayfa .icerik .text .alt ul li{
	margin: 12px 0;
	font-size: 15px;
	color: #343434;
}

.ilan_alan{
	border: solid 1px #ddd;
	border-radius: 10px;
	overflow: hidden;
}
.ilan_alan .baslik{
	padding: 25px;
	padding-right: 150px;
	background-color: #e3f0ff;
	position: relative;
}
.ilan_alan .baslik h2{
	font-size: 27px;
	font-weight: 600;
	color: #2b1e6c;
	line-height: 32px;
}
.ilan_alan .baslik small{
	font-size: 15px;
	display: block;
	margin: 10px 0;
}
.ilan_alan .baslik .iko{
	display: inline-block;
	font-size: 15px;
	margin-right: 13px;
	color: #ff4545;
}
.ilan_alan .baslik .iko i{
	margin-right: 4px;
}
.ilan_alan .baslik .res{
	width: 110px;
	height: 110px;
	border: solid 1px #dddddd;
	background-color: #fff;
	border-radius: 10px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
.ilan_alan .baslik .res img{
	object-fit: contain;
	height: 100%;
	padding: 5px;
}
.ilan_alan .icerik{
	padding: 10px 25px;
}
.ilan_alan .icerik p{
	margin: 18px 0;
	font-size: 14.2px;
	font-weight: 400;
	color: #606060;
}
.ilan_alan .icerik img {
	float: left;
	max-width: 260px;
	margin: 5px 20px 10px 0;
	border-radius: 10px;
}
.ilan_alan .icerik h2,
.ilan_alan .icerik h3,
.ilan_alan .icerik h4,
.ilan_alan .icerik h5{
	font-size: 21px;
	line-height: 26px;
	margin: 18px 0;
	color: #343434;
}
.ilan_alan .icerik ul{
	margin: 18px 0;
	display: block;
	padding: 0 30px 0;
}
.ilan_alan .icerik ul li{
	margin: 12px 0;
	font-size: 15px;
	color: #3d3d3d;
}
.ilan_alan .alt{
	padding: 10px;
	text-align: center;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	background-color: #f8fbff;
}
.ilan_alan .alt div{
	display: inline-block;
	margin: 19px;
	text-align: left;
}
.ilan_alan .alt div p{
	font-size: 15px;
	color: #3c3c3c;
}
.ilan_alan .alt div strong{
	font-size: 14px;
	font-weight: 600;
	color: #373737;
	padding-left: 3px;
}
.ilan_alan .basvur{
	padding: 30px;
}
.ilan_alan .basvur button{
	padding: 10px 20px;
	background-color: #ff4545;
	border: unset;
	border-radius: 5px;
	color: #ffffff;
	margin: 0 auto;
	display: table;
	font-size: 19px;
}

.yan_menu{border: solid 1px #ddd;border-radius: 10px;background: #f8fbff;overflow: hidden;}

.yan_menu:first-child {
	margin-bottom: 25px;
}
.yan_menu .baslik{
	padding: 15px 19px;
	border-bottom: solid 4px #32237b;
	font-size: 16px;
	font-weight: 500;
	background-color: #ffffff;
	position: relative;
	padding-right: 50px;
}
.yan_menu .baslik i{
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	display: none;
}

.yan_menu .ic_alan {
	padding: 10px;
}
.yan_menu .mKutu{
	position: relative;
	padding: 7px 3px;
	min-height: 80px;
	cursor: pointer;
}

.yan_menu .mKutu:not(:last-child) {
	border-bottom: solid 1px #ddd;
}
.yan_menu .mKutu .sol{
	width: 75px;
	height: 75%;
	position: absolute;
	top: 10px;
	left: 10px;
	overflow: hidden;
}
.yan_menu .mKutu .sol img{
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}
.yan_menu .mKutu .sag{
	padding-left: 87px;
}
.yan_menu .mKutu .sag .sag_ic {
	padding: 5px 10px;
}
.yan_menu .mKutu .sag strong{
	font-size: 14px;
	font-weight: 600;
	display: block;
	margin-bottom: 3px;
}
.yan_menu .mKutu .sag p{
	font-size: 9px;
	background-color: #614cc9;
	display: inline-block;
	padding: 3px 15px 2px;
	border-radius: 40px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
}

.yan_menu .milanKutu{
	padding: 5px 11px;
	transition: 100ms transform,box-shadow;
	cursor: pointer;
}

.yan_menu .milanKutu:not(:last-child) {
	border-bottom: solid 1px #dddddd;
}
.yan_menu .milanKutu p{
	font-size: 15px;
	font-weight: 400;
	display: inline-block;
	margin-bottom: 2px;
	color: #000000;
}
.yan_menu .milanKutu strong{
	display: inline-block;
	font-size: 14px;
	margin-bottom: 4px;
	font-weight: 500;
}
.yan_menu .milanKutu small{
	display: inline-block;
	color: #fc6161;
	font-size: 14px;
	margin-right: 10px;
	font-weight: 500;
}

.panel_sayfa{
	background-color: #f9fafb;
	padding: 15px 0;
}
.panel_sayfa .mennu{
	background-color: #ffffff;
	border: solid 1px #d9d9d9;
	padding: 10px 25px 20px;
	border-radius: 10px;
}
.panel_sayfa .mennu .ust{
	position: relative;
	padding-left: 70px;
	min-height: 60px;
	padding: 25px 0 25px 70px;
	margin-bottom: 15px;
	border-bottom: solid 1px #dddd;
}
.panel_sayfa .mennu .ust img{
	width: 55px;
	height: 55px;
	object-fit: cover;
	border-radius: 10px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.panel_sayfa .mennu .ust strong{
	font-size: 15px;
	font-weight: 500;
	display: block;
	line-height: 110%;
	margin-bottom: 4px;
}
.panel_sayfa .mennu .ust p{
	font-size: 11px;
	display: block;
	line-height: 110%;
	color: #5b5b5b;
}
.panel_sayfa .mennu a{
	display: block;
	width: 100%;
	padding: 13px 13px 13px 35px;
	position: relative;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.2px;
	color: #4c4c4c;
	transition: 500ms color;
}
.panel_sayfa .mennu a.aktif,.panel_sayfa .mennu a:hover{
	color: #29187b;
}
.panel_sayfa .mennu a:not(:last-child){
	border-bottom: solid 1px #c8c8c8;
}
.panel_sayfa .mennu a i{
	position: absolute;
	left: 4px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 19px;
}
.panel_sayfa .iccerik{
	min-height: 400px;
	background-color: #ffffff;
	border: solid 1px #d9d9d9;
	border-radius: 10px;
	padding: 20px;
}
.panel_sayfa .iccerik .baslik{
	font-size: 18px;
	font-weight: 600;
	color: #543fb3;
	margin-bottom: 15px;
}

.panel_sayfa .iccerik .basvuru_kutu{
	border: solid 1px #ddd;
	border-radius: 10px;
	overflow: hidden;
}
.panel_sayfa .iccerik .basvuru_kutu:not(:last-child){
	margin-bottom: 20px;
}
.panel_sayfa .iccerik .basvuru_kutu .ust{
	padding: 25px 125px 25px 100px;
	border-bottom: solid 1px #ddd;
	text-align: left;
	position: relative;
}
.panel_sayfa .iccerik .isveren_kutu .ust{
	padding-left: 15px;
}
.panel_sayfa .iccerik .basvuru_kutu .ust .res{
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 70px;
	background: #ffffff;
	height: 70px;
	border: solid 1px #ddd;
	border-radius: 5px;
	overflow: hidden;
}
.panel_sayfa .iccerik .basvuru_kutu .ust .res img{
	object-fit: contain;
	height: 100%;
	padding: 5px;
}
.panel_sayfa .iccerik .basvuru_kutu .ust strong{
	font-size: 16px;
	font-weight: 500;
}
.panel_sayfa .iccerik .basvuru_kutu .ust p{
	font-size: 13px;
	color: #545454;
}
.panel_sayfa .iccerik .basvuru_kutu .ust span{
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.panel_sayfa .iccerik .durum_goster{
	border: solid 2px #f4c151;
	border-radius: 6px;
	padding: 5px 10px 5px 22px;
	font-size: 14px;
	color: #f4c151;
	position: relative;
}
.panel_sayfa .iccerik .aktif_durum{
	border: solid 2px #37dd1d;
	color: #37dd1d;
}
.panel_sayfa .iccerik .durum_goster:before {
	content: '';
	width: 10px;
	height: 10px;
	background-color: #f4c151;
	position: absolute;
	border-radius: 50%;
	left: 7px;
	top: 50%;
	transform: translateY(-50%);
}
.panel_sayfa .iccerik .aktif_durum:before {
	background-color: #37dd1d;
}
.panel_sayfa .iccerik .orta{
	padding: 15px;
	position: relative;
	border-bottom: solid 1px #ddd;
}
.panel_sayfa .iccerik .orta span{
	color: #32237b;
	font-size: 14px;
}
.panel_sayfa .iccerik .orta span i{
	margin-right: 3px;
	transform: scale(1.3);
}
.panel_sayfa .iccerik .orta p{
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 12px;
	color: #8a8a8a;
}
.panel_sayfa .iccerik .alt{
	padding: 15px;
	background-color: #fafafa;
}
.panel_sayfa .iccerik .alt button{
	float: right;
	padding: 7px 20px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	border: unset;
	background-color: #eff1fc;
	border-radius: 5px;
	cursor: pointer;
	margin-left: 5px;
}
.panel_sayfa .iccerik .alt button i{
	margin-right: 10px;
	transform: scale(1.5);
	vertical-align: middle;
	margin-top: -1px;
}

.giris_sayfa{}
.giris_sayfa .giris_kutu{
	border: solid 1px #dddddd;
	border-radius: 20px;
	overflow: hidden;
	max-width: 815px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	box-shadow: 0 0 14px #eeeeee;
	align-items: stretch;
}
.giris_sayfa .giris_kutu .sol{
	padding: 35px !important;
	width: 100%;
}
.giris_sayfa .giris_kutu .sol h2{
	display: block;
	font-size: 24px;
	font-weight: 600;
	color: #291b6b;
	text-align: center;
}
.giris_sayfa .giris_kutu .sol p{
	text-align: center;
	font-size: 14px;
	margin: 7px 0 27px;
}
.giris_sayfa .giris_kutu .sol .form_alan{
	margin-bottom: 20px;
}
.giris_sayfa .giris_kutu .sol .giris_btn{
	display: block;
	width: 100%;
	padding: 9px;
	font-size: 14px;
	text-transform: uppercase;
	border: unset;
	background-color: #291b6b;
	color: #ffffff;
	border-radius: 5px;
	cursor: pointer;
}
.giris_sayfa .giris_kutu .sol .alt{
	margin: 12px 0;
	position: relative;
}
.giris_sayfa .giris_kutu .sol .alt:before{
	content: '';
	width: 100%;
	height: 1px;
	background-color: #c2c2c2;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.giris_sayfa .giris_kutu .sol .alt span{
	font-size: 14px;
	background-color: #ffffff;
	display: table;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.giris_sayfa .giris_kutu .sol .uye_btn{
	display: block;
	width: 100%;
	padding: 9px;
	font-size: 14px;
	text-transform: uppercase;
	border: solid 2px #291b6b;
	background-color: #ffffff;
	color: #291b6b;
	border-radius: 5px;
	font-weight: 500;
	cursor: pointer;
}
.giris_sayfa .giris_kutu .col-6{
	padding: 0;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.giris_sayfa .giris_kutu .col-6 img{
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.acilir_panel .sss{
	width: 100%;
}
.acilir_panel .sss .box{
	cursor: pointer;
	margin-bottom: 15px;
}
.acilir_panel .sss .box:first-child{}
.acilir_panel .sss .box strong{
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
	display: block;
	padding: 13px 50px 16px 45px;
	line-height: 100%;
	position: relative;
	background-color: #32237b;
	border-radius: 5px;
}
.acilir_panel .sss .box strong i{
	position: absolute;
	left: 13px;
	top: 50%;
	transform: translateY(-50%) scale(1.2);
}
.acilir_panel .sss .box strong span{
	position: absolute;
	right: 9px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 39px;
	font-style: normal;
	font-weight: 100;
	display: block;
	line-height: 100%;
}
.acilir_panel .sss .box .iceBox{
	max-height: 0;
	overflow: hidden;
	transition: 500ms all;
}

.referans_sayfa .resim{
	width: 100%;
	height: 0;
	padding-bottom: 80%;
	border: solid 11px #ffffff;
	box-shadow: 0 0 14px #ededed;
	position: relative;
}
.referans_sayfa .resim img{
	position: absolute;
	height: 100%;
	object-fit: contain;
	padding: 10px;
}

.iletisim_sayfa .ust_yazi{
	padding: 11px;
	border-bottom: solid 1px #b5b5b5;
	font-size: 23px;
	font-weight: 600;
	text-transform: uppercase;
}
.iletisim_sayfa .ust_yazi{
	padding: 11px;
	border-bottom: solid 1px #b5b5b5;
	font-size: 27px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: 23px;
}
.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: #291b6b;
	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;
	color: #fd3939;
}
.iletisim_sayfa .harita_alan{
	margin-top: 25px;
}

hr{
	display: block;
	width: 100%;
}
.input_alan{
	padding: 6px;
}
.input_alan label{
	display: block;
	font-size: 14px;
	margin-bottom: 3px;
	text-indent: 3px;
}
.input_alan input,
.input_alan select,
.input_alan textarea{
	width: 100%;
	display: block;
	padding: 7px;
	font-size: 13px;
	border: solid 1px #ddd;
	border-radius: 6px;
	height: 36px;
}
.input_alan textarea{
	min-height: 55px;
	resize: vertical;
}
.input_alan button{
	display: block;
	width: 100%;
	padding: 6px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #ffffff;
	border: solid 1px #32237b;
	border-radius: 7px;
	color: #32237b;
	cursor: pointer;
}
.seccim label{
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	font-size: 14px;
}
.seccim input[type="checkbox"]{
	display: inline-block;
	width: auto;
	vertical-align: middle;
	transform: scale(1.4);
	margin: 0 3px;
}


.footer_ust{
	padding: 45px 0;
	background-color: #f5f4fd;
}
.footer_ust .container{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.footer_ust img{
	max-width: 285px;
	display: block;
	margin: 0 auto;
}
.footer_ust .destek_kart{
	text-align: left;
}
.footer_ust .sagdan{
	text-align: right;
}
.footer_ust .destek_kart .baslik{
	display: block;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}
.footer_ust .destek_kart p{
	font-size: 14px;
	color: #666;
	margin-bottom: 8px;
	max-width: 360px;
	display: inline-block;
}
.footer_ust .destek_kart .mail{
	display: block;
	font-size: 14px;
	color: #007bff;
	margin-bottom: 6px;
	text-decoration: none;
}
.footer_ust .destek_kart .tel{
	display: block;
	font-size: 22px;
	color: #ff4545;
	font-weight: 600;
	text-decoration: none;
	margin-top: 13px;
}
.footer_ust .destek_kart .tel strong{
	font-weight: 600;
}
.footer_ust .destek_kart ul{
	margin-top: 22px;
}
.footer_ust .destek_kart ul li{
	display: inline-block;
}
.footer_ust .destek_kart ul li i{
	font-size: 29px;
	margin: 0 5px;
	cursor: pointer;
	color: #ff4545;
}
.footer_referans{
	padding: 30px 0;
	box-shadow: 0 0 14px #e9e9e9;
}
.footer_referans img{
	max-height: 55px !important;
	width: auto !important;
	display: block !important;
	margin: 0 auto !important;
}

.footer{
	min-height: 200px;
	color: #808080;
	background-color: #252525;
	overflow: hidden;
}
.footer span{
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 25px;
	display: block;
}
.footer .sol{
	padding: 50px 0;
}
.footer .sol p{
	font-size: 15px;
	line-height: 22px;
	max-width: 240px;
}
.footer .sol ul li{
	list-style-type: none;
	margin-bottom: 12px;
}
.footer .sol ul li a{
	color: #777;
}
.footer .sol ul li a:hover{
	color: #fff;
}
.footer .sol .col-12{
	margin-top: 55px;
}
.footer .sag{
	background-color: #333;
	padding: 50px 35px 50px 50px;
	position: relative;
	z-index: 1;
}
.footer .sag:before{
	content: '';
	position: absolute;
	width: 365%;
	height: 100%;
	background-color: #333;
	left: 0;
	top: 0;
	z-index: -1;
}
.footer .sag ul{
	margin-bottom: 30px;
}
.footer .sag ul li{
	list-style-type: none;
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 23px;
}
.footer .sag ul li a{
	color: #808080;
	font-size: 15px;
	font-weight: 500 !important;
}
.footer .sag ul li small{
	color: #fff;
	font-size: 15px;
}
.footer .sosyal{
	margin-bottom: 15px;
}
.footer .sosyal a{
	color: #fff;
	display: inline-block;
	font-size: 18px;
	background-color: #252525;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 10px;
	margin-right: 5px;
}
.footer p strong{
	font-size: 18px;
	font-weight: 600;
}
.bykara{
	color: #b2b2b2;
	display: block;
	margin-top: 25px;
	font-size: 12px;
	position: relative;
}
.bykara:before{
	content: 'BY KARAINTERAKTIF';
	position: absolute;
	background-color: #333;
	width: 100%;
	height: 100%;
	font-size: 11px;
	color: #9a9a9a;
}

.mob_menu_ac{
	display: none;
}

@media only screen and (max-width: 1045px){
	.header .menu li a{
		font-size: 1.3vw;	
	}
}
@media only screen and (max-width: 955px){

}
@media only screen and (max-width: 845px){
	.header .logo{
		margin-right: auto;
	}
	.header .menu{
		display: none;
	}
	.header .girisBtn{
		position: relative;
		overflow: hidden;
		max-width: 40px;
		min-width: 40px;
		height: 40px;
		font-size: 15px;
	}
	.header .girisBtn:before{
		content: '\f090';
		font-family: 'FontAwesome';
		position: absolute;
		width: 100%;
		height: 100%;
		text-align: center;
		left: 0;
		top: 0;
		background-color: #32237b;
		line-height: 39px;
	}
	.mob_menu_ac{
		display: inline-block;
		min-width: 40px;
		height: 40px;
		background-color: #c21d1d;
		margin-right: 10px;
		border-radius: 5px;
		text-align: center;
		line-height: 40px;
		font-size: 24px;
		color: #ffffff;
	}

	.ana_ilans .ilan_kutu{
		padding: 20px;
		text-align: center;
	}
	.ana_ilans .ilan_kutu .res{
		position: unset;
		transform: unset;
		margin: 15px auto 0;
	}
}

@media only screen and (max-width: 768px){
	.ilan_sayfa .yan_menu .baslik{
		padding-right: 50px;
	}
	.ilan_sayfa .yan_menu .baslik i{
		display: block;
	}
	.ilan_sayfa .yan_menu .ic_alan{
		max-height: 0;
		padding: 0 10px;
		transition: 500ms all;
	}
}

@media only screen and (max-width: 620px){
	.footer_ust .destek_kart{
		text-align: center !important;
	}
	.footer_ust img{
		margin: 25px auto;
	}
}

@media only screen and (max-width: 550px){
	.hizmet_sayfa .hizmet_kutu .sol{
		position: unset;
		width: 100%;
		height: 305px;
	}
	.hizmet_sayfa .hizmet_kutu .sag{
		padding: 0;
	}
	.hb_detay_sayfa .icerik .text .alt img{
		width: 100% !important;
		max-width: unset;
		margin: 10px 0;
		float: unset;
	}
}

@media only screen and (max-width: 475px){}

@media only screen and (max-width: 430px){
	.ana_hizmets .danisman_kutu{-
		color: #32237b;
		border-right-color: #ededed;
		border-bottom-color: #32237b;
	}
	.ana_hizmets .danisman_kutu .res{
		position: unset;
		width: 100%;
		height: 250px;
	}
	.ana_hizmets .danisman_kutu .text{
		padding: 20px;
	}
	.kurumsal_sayfa .kurumsal_box .col-7{
		padding: 10px;
	}
	.ilan_sayfa .ilan_kutu{
		padding: 13px;
	}
	.ilan_sayfa .ilan_kutu .sagdan_bos{
		padding-right: 76px;
	}
	.ilan_sayfa .ilan_kutu .res{
		right: 0;
		width: 70px;
		height: 70px;
	}
	.ilan_sayfa .ilan_kutu h2{
		font-size: 15px;
	}
	.ilan_sayfa .ilan_kutu small{
		font-size: 12px;
	}
	.ilan_sayfa .ilan_kutu p{
		font-size: 11px;
	}
	.ilan_sayfa .ilan_kutu span{
		font-size: 12px;
	}

	.ilan_alan .baslik{
		padding-right: 115px;
	}
	.ilan_alan .baslik h2{
		font-size: 21px;
		line-height: 26px;
	}
	.ilan_alan .baslik small{
		font-size: 14px;
		margin: 5px 0;
	}
	.ilan_alan .baslik .iko{
		font-size: 13px;
	}
	.ilan_alan .baslik .res{
		width: 85px;
		height: 85px;
	}
	.ilan_alan .icerik{
		padding: 10px 14px;
	}
	.ilan_alan .alt div{
		margin: 10px;
		text-align: center;
	}
}
@media only screen and (max-width: 375px){}