/* 
	=-=-= Defaults =-=-=
*/
body {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	color: #545454;
	/* margin-top: -20px; -- Remarketing only */ 
}
.section,
section {
	width: 100%;
	/*padding: 30px 0;*/
}
.section-title {
	margin-bottom: 40px;
}

.margin-auto {
	margin: 0 auto; 
}
ul {
	padding-left: 0;
	margin: 0;
}
ul li {
	list-style-type: none;
}
a { text-decoration: none !important }
.no-padding { padding: 0 !important }

/* Font Colors */ 
p, a, h1, h2, h3, h4, h5, h6, li, li a { color: #545454 }
a:hover, a:focus { color: #24325d }
span { color: #858482 }

/* Primary Color */
.primary-color, .nav-tabs li a:hover, .btn-primary, .lesson-calendar-buttons .lesson-calendar-month, .header,
.lesson-calendar-content .card-header, .lesson-calendar-content .card-header.active {
	background-color: #24325d !important;
}

/* Transitions */
header nav ul li a, .form-section .basvuru-form .form-gonder, a.link-btn, .placement-test-wrap .placement-test-btn, .lesson-calendar-content .card-header, 
.galeri-slider-nav .galeri-item {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

/* Link Button */ 
a.link-btn {
	padding: 7px 15px;
	color: #FFF !important;
	border-radius: 25px;
	opacity: 0.9;
	background-color: #e60000;
	font-size: 18px;
}
a.link-btn.navy {
	background-color: #24325d;
}
a.link-btn-icon {
	margin-left: 10px;
}
a.link-btn:hover {
	opacity: 1;
}
a.link-btn .svg-inline--fa {
    margin-left: 5px;
}

/* Google Map */
.gMap,
.gMap #maps {
	width: 100%;
	height: 300px;
}
.gMap {
	padding: 0;
}
.scroll-to-top {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	background: rgba(17,17,17,0.7);
	color: #FFF;
	font-size: 24px;
	text-align: center;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 999;
	cursor: pointer;
	display: none;
}
.scroll-to-top:hover {
	background:  rgba(17,17,17,1);
}
.video-wrapper,
.video-wrapper .yt-player {
	width: 100%;
}

.tanitimVideo{
	width: 100%;
}

.videoC{
	margin-top: 20px;
	margin-bottom: 20px;
}


.videoTitle1{
	color: #24325d;
}
.videoTitle2{
	color: #24325d;
	font-weight: bold;
}
.videoDesc{
	color: #24325d;
	padding-right: 30%;
}

.titleC {
	text-align: center;
}
.title_attach {
	height: 10px;
}

/* Footer Phone */
.footer-phone {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px;
    z-index: 9999;
    background: #fe8528;
    height: 40px;
    text-align: center;
    line-height: 35px;
    display: none;
}
.footer-phone a {
	color: #FFF;
	font-size: 18px; 
}

/* 
	=-=-= Header =-=-=
*/
header {
	width: 100%;
	position: relative;
}
header nav {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-self: center;
}
.header {
	width: 100%;
	height: 110px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}
.header-menu {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}
.header-menu li {
	padding: 0 10px;
}
.header-menu li a {
	display: inline-block;
	font-size: 1rem;
	color: #FFF;
}
.header-menu li a:hover {
	color: #e60000;
}
.menu-btn {
	width: 36px;
	height: 34px;
	padding: 1px;
	background-color: rgba(0,0,0,0.5);
	border-radius: 3px;
	line-height: 32px;
	text-align: center;
	color: #FFF; 
	display: none;
}
.menu-btn i {
	font-size: 32px;
	color: #FFF;
}
.d-flex-mobile {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.d-flex-center {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.sidr > img {
	padding: 20px 40px;
}
.sidr .close-sidr {
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	color: #7d7d7d;
}
.slider-wrapper {
	overflow: hidden;
}
.slide-item {
	position: relative;
	outline: none !important;
}
.slide-item img {
	outline: none;
}
.slide-content {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
}
.slide-content h1 {
	width: 100%;
	display: block;
}
.slide-content h1.font-light {
	font-weight: 300;
	visibility: hidden;
}
.slide-content h1.font-bold {
	font-weight: 800;
	visibility: hidden;
}
.slide-content .slide-btn {
	margin-top: 2em;
	padding: 10px 15px;
	color: #FFF;
	font-size: 1rem;
	background: #e40613;
	visibility: hidden;
}
.slide-content h1.font-light.animated,
.slide-content h1.font-bold.animated,
.slide-content .slide-btn.animated {
	visibility: visible;
}
.slick-prev, .slick-next {
	width: 50px;
	height: 50px;
	z-index: 11;
}
.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
}

.sticky-wrapper {
	width: 100%;
	height: auto;
	z-index: 1000;
	transition: all .3s ease-in-out
}
.sticky-wrapper.is-sticky .sticky-header {
	width: 100% !important;
	z-index: 9999 !important;
}

.sube-row {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.sube-row .logo {
	max-width: 50%;
}
.sube-row h4 {
	margin-bottom: 0;
	margin-left: 15px;
	color: #FFF;
	font-weight: bold;
}

/* 
	=-=-= Eğitimler =-=-=
*/
.lessons-wrap {
	width: 100%;
	padding: 40px 0 60px;
	position: relative;
	background: url(../images/egitimler-bg.jpg) right top no-repeat;
	background-size: cover;
}
.lessons-wrap .col-20 {
	width: 20%;
}
.lessons-wrap .lesson-content {
	margin-bottom: 30px;
}
.lessons-wrap .lesson-content h5 {
	font-weight: 600;
}
.lessons-wrap .lesson-content p,
.lessons-wrap .lesson-content .link-btn {
	font-size: 14px;
}
.fancy-modal {
	display: none; 
	padding: 50px 5vw; 
	max-width: 800px;
	text-align: center;
}

/* 
	=-=-= Seviye Tespit =-=-=
*/
.placement-test-wrap {
	width: 100%;
	padding: 70px 0;
	background: url(../images/v2/seviye-tespit.png) left center no-repeat #24325d;
	background-size: contain;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	overflow: hidden;
}
.placement-test-wrap .placement-test-content {
	width: 70%;
	text-align: center;
}
.placement-test-wrap .placement-test-content h1,
.placement-test-wrap .placement-test-content h6 {
	color: #FFF;
	text-transform: uppercase;
}
.placement-test-wrap .placement-test-btn {
	outline: none;
	border: none;
	width: 70%;
	padding: 10px 50px;
	border-radius: 40px;
	background-color: #e60000;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
	box-shadow: 0 4px 6px 0 rgba(0,0,0,0.4);
}
.placement-test-wrap .placement-test-btn:hover {
	background-color: #c70c00;
	color: #FFF;
}
.placement-test-wrap .placement-test-image {
	width: 30%;
}

.lesson-calendar-wrap {
	width: 100%;
	position: relative;
	background: url(../images/subelerimiz-bg.jpg) center top no-repeat;
	background-size: cover;
}
.lesson-calendar-wrap .lesson-calendar-title {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 20px;
}
.lesson-calendar-wrap .lesson-calendar-title h4 {
	color: #24325d;
	font-weight: 600;
}
.lesson-calendar-title .lesson-calendar-buttons,
.lesson-calendar-buttons .lesson-calendar-weeks {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.lesson-calendar-buttons .lesson-calendar-weeks {
	margin-right: 20px;
}
.lesson-calendar-weeks a,
.lesson-calendar-weeks span {
	color: #FFF;
}
.lesson-calendar-buttons .lesson-calendar-month {
	padding: 7px 25px;
	color: #FFF;
	font-weight: 600;
	border-radius: 7px;
	text-transform: uppercase;
}

.lesson-calendar-content .card,
.lesson-calendar-content .card-header {
	border-radius: 0;
	border: 0;
}
.lesson-calendar-content .card {
	margin-bottom: 10px;
}
.lesson-calendar-content .card-header {
	background-color: #ebebeb;
}
.lesson-calendar-content .card-header a,
.lesson-calendar-content .card-header.active a {
	color: #FFF
}
.lesson-calendar-content .card-body .row:first-child {
	margin-bottom: 30px;
}
.lesson-calendar-content .calendar-desc {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.lesson-calendar-content .calendar-desc p {
	margin-bottom: 0
}
.lesson-calendar-content .calendar-desc hr {
	width: 100%;
    margin-top: .8rem;
    margin-bottom: .5rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.2);
}


.will-grow {
	height: 250px;
}
.lesson-calendar-shadow {
	width: 100%;
	height: 55px;
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(232,232,232,0.9) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(232,232,232,0.9) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(232,232,232,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6e8e8e8',GradientType=0 );
	text-align: center;
	font-size: 1.5em;
	color: #21409a;
	line-height: 55px;
	cursor: pointer;
	transition: all .3s ease-in-out;
}
.lesson-calendar-shadow:hover,
.lesson-calendar-shadow.active {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(175,175,175,0.9) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(175,175,175,0.9) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(175,175,175,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6afafaf',GradientType=0 );
}
.table-responsive.show-btn .lesson-calendar-shadow {
	display: block;
}

/* 
	=-=-= Blog =-=-=
*/
.blog-wrap {
	width: 100%;
	padding: 70px 0 100px;	
	background: url(../images/blog-bg.jpg) center top no-repeat;
	background-size: cover;
}
.blog-wrap .blog-title {
	margin-bottom: 50px;
	text-align: center;
}
.blog-wrap .blog-content {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.blog-post {
	width: 100%;
	padding-left: 85px;
	padding-top: 60px;
	min-height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	background: url(../images/blog-content-bg.png) left top no-repeat;
	background-size: 100%;
}
.blog-post .post-content {
	width: 90%;
	height: 130px;
	padding-bottom: 10px;
	overflow: hidden;
	border-bottom: 1px solid #707070;
}
.blog-post .post-fullname {
	margin-top: 7px;
	color: #111;
}
.blog-post .post-title {
	font-size: 1rem;
	font-style: italic;
}


/* 
	=-=-= Galeri Slider =-=-=
*/
.galeri-slider-wrap {
	width: 100%;
	background-color: #d4d4d4;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}
.galeri-wrap {
	padding: 40px 0;
	max-width: 650px;
	margin: 0 auto;
}
.galeri-slider {
	width: 100%;
	overflow: hidden;
}
.galeri-slider-container {
	width: 100%;
	padding: 15px 0;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 9999;
}
.galeri-slider-nav .galeri-item {
	margin: 0 15px;
	opacity: 0.3;
}
.galeri-slider-container .galeri-slider-nav {
	width: 650px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}
.galeri-slider-nav .galeri-item.slick-active {
	opacity: 0.5;
}
.galeri-slider-nav .galeri-item.slick-current {
	opacity: 1;
}
.galeri-slider-nav .galeri-item img {
	max-width: 75px;
	margin: 0 10px;
	border-radius: 10px;
	border: 5px solid #FFF;
}
.galeri-wrap h2 {
	font-weight: 600;
	text-align: center;
}
.galeri-item {
	position: relative;
}
.galeri-item .galeri-title {
	width: 100%;
	padding: 5px 15px;
	background-color: rgba(0,0,0,0.5);
	color: #FFF;
	position: absolute;
	bottom: 0;
	left: 0;
}

/* 
	=-=-= Şubelerimiz =-=-=
*/
.subelerimiz-wrap {
	width: 100%;
	padding: 50px 0 60px;
	position: relative;
	background: url(../images/subelerimiz-bg.jpg) center center no-repeat;
	background-size: cover;
}
.subelerimiz-wrap h2 {
	width: 100%;
	padding: 0 15px;
	font-weight: 600;
	margin-bottom: 30px;
}
.subelerimiz-wrap .subeler {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.subeler .sube-title {
	width: 100%;
	padding: 7px 15px;
	background-color: #e60000;
	color: #FFF;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.subeler .sube-desc {
	padding-left: 30px;
}
.subeler .sube-desc p {
	font-size: 16px;
}

/* 
	=-=-= Footer =-=-=
*/
footer {
	width: 100%;
	padding: 30px;
}
footer .row:first-child {
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 2px solid #e5e5e5;
}
footer .footer-social {
	width: 100%;
}
footer .footer-social a {
	color: #21409a !important;
	margin-left: 7px;
	font-size: 28px;
}
footer .newsletter-form {
	margin-bottom: 1rem;
}
footer .form-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
footer .form-wrap p,
footer .form-wrap .newsletter-form,
footer .form-wrap .footer-social {
	width: 100%;
}
footer .form-wrap .newsletter-form .send-form {
	border: 0;
	outline: 0;
	padding: 5px 20px;
	border-radius: 7px;
	background-color: #e60000;
	cursor: pointer;
	color: #FFF;
}


/* 
	=-=-= Form =-=-=
*/

.form-section {
	/*background: url('../images/form-bg.jpg') center top no-repeat;*/
	background-size: cover;
	margin-top: 20px;
}
.form-section h4 {
	width: 100%;
	text-align: center;
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	font-weight: 800;
	color: #212121;
}
.form-section h4 span {
	color: #ffd10c
}
.form-section .form-wrapper {
	/*margin: 60px auto 40px;*/
}
.form-section .form-wrapper p {
	color: #212121;
}
.form-section.thanks {
	padding: 70px 0;
}
.form-section.thanks .form-wrapper p {
	color: #FFF !important;
	margin-left: 40px;
}
.form-section .basvuru-form .form-control {
	background-color: #e5e5e5;
	border-radius: 40px;
	min-height: 45px;
	box-shadow: none;
	border: 0;
	font-size: 14px;
}
.form-section .basvuru-form .form-control:focus,
.form-section .basvuru-form .form-control:hover {
	box-shadow: none;
}
.form-section .basvuru-form .hasError em.error {
	color: #24325d;
	font-size: 16px;
}
.form-section .basvuru-form .form-gonder {
	width: 100%;
	padding: 10px 120px;	
	color: #FFF;
	border-radius: 5px;
	font-weight: 700;
	outline: none;
	outline: 0;
	border: 0;
	cursor: pointer;
	background-color: #e60000;
}
.form-section .basvuru-form .form-gonder:hover {
	background-color: #c70c00;
}
.basvuru-form input[type=text]:placeholder,
.basvuru-form input[type=email]:placeholder{
	color: #212121;
}

.submitBtn {
	border-radius: 50px;
}

.formBgImg{
}

.formBgImgC{
	display: flex;
	align-items: flex-end;
}

.blueLine{
	background-color: #24325d;
	width: 100%;
	height: 12px;
	z-index: 10;
}

.egitimC{
	background-color: #f6f6f6;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 5px;
}

.egitimTitle{
	color: #b3271a;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}

.egitimDesc{
	font-size: 12px;
	color: #848387;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

.egitimContinue{
	font-size: 16px;
	color: #24325d;
	text-align: center;
}

#subeSlider {
	margin-top: 20px;
	margin-bottom: 20px;
}

.subeC {
	background-color: #f6f6f6;
	min-height: 260px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 5px;

	display: flex;
	flex-direction: column;
	align-items: center;

	border: 1px solid #B2B2B2;
}
.subeImgC {
	width: 250px;
	height: 250px;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;

	display: flex;
    justify-content: center;
    align-items: center;
}
.subeImg {
	width: 250px;
	align-items: center;
	border-radius: 5px;
	padding-bottom: 10px;
}
.subeTitle {
	font-size: 20px;
	color: #b3271a;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}
.subeDetail {
	font-size: 12px;
	color: #24325d;
	text-align: center;
	margin: 0;
	padding-bottom: 10px;
}

@media only screen and (max-width: 600px) {
	.videoTitle1 {
		text-align: center;
		margin-top: 10px;
	}
	.videoTitle2 {
		text-align: center;
	}
	.videoDesc {
		text-align: center;
		padding-left: 10px;
		padding-right: 10px;
	}

	.placement-test-wrap {
		background: #24325d;
		padding-left: 5px;
		padding-right: 5px;
	}
}

.bulten-wrap {
	width: 100%;
	padding: 40px 0 60px;
	position: relative;
	background: url(../images/v2/bulten-bg.jpg) right top no-repeat;
	background-size: cover;
}
.newsletter-form {
	margin-bottom: 1rem;
}
.newsletter-form {
	width: 100%;
}
.newsletter-form .send-form {
	border: 0;
	outline: 0;
	padding: 5px 20px;
	border-radius: 7px;
	background-color: #b52c23;
	cursor: pointer;
	color: #FFF;
}
.newsletter-form input{
	border-width: 1px;
	border-color: #fff;
	background-color: transparent;
}
.newsletter-form input:placeholder{
	color: #fff;
}
.newsletter-form .form-row {
	justify-content: center;
}

footer ul{
	margin-top: 5px;
}

footer ul li {
	list-style-type: disc;
	margin-bottom: 5px;
}

.yorumSlider {
	display: flex;
}

.yorumC {
	background-color: #f6f6f6;
	border-radius: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	justify-content: center;
	align-items: center;
}
.yorumDesc{
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}
.yorumPersonImgV {
	display: flex;
	justify-content: flex-start;
	align-items: center;

}
.yorumPersonImgC {
	background-color: #f6f6f6;
	width: 75px;
	border-radius: 100px;
	overflow: hidden;
	margin-top: 5px;

}
.yorumPersonImgC2 {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.yorumPersonImg {
	height: 75px;
}
.yorumPersonImgArrow {
	height: 13px;
	vertical-align: top;
}
.yorumPersonTitle {
	color: #f6f6f6;
	margin-left: 10px;
}
.yorumPersonSubTitle {
	color: #f6f6f6;
	margin-left: 10px;
	font-size: 14px;
}
.yorumPersonDesc {
	align-self: flex-end;
}

.subeDetayBtn {
	background: #A7281D;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 5px;
	color: #fff;
	font-size: 12px;
}