/* 
	=-=-= 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;
}
.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, .header-menu li a { color: #545454 }
.header-menu li a:hover, .header-menu li a.active, a:hover, a:focus { color: #21409a }
span { color: #858482 }

/* Primary Color */
.primary-color, .nav-tabs li a:hover, .btn-primary, a.link-btn, .lesson-calendar-buttons .lesson-calendar-month,
.lesson-calendar-content .card-header:hover, .lesson-calendar-content .card-header.active, .form-section .basvuru-form .form-gonder {
	background-color: #21409a !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: 5px;
	opacity: 0.9;
}
a.link-btn-icon {
	margin-left: 10px;	
}
a.link-btn:hover {
	opacity: 1;
}

/* 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%;
}


/* 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 nav ul {
	padding: 0 15px;
}
header nav ul li {
	padding: 0 15px;
	
}
header nav ul li a {
	display: inline-block;
}
.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: 900;
	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;
}
.slick-prev:before, .slick-next:before {
	font-family: 'FontAwesome';
	font-size: 50px;
}
.slick-prev:before {
	content: "\f111";
}
.slick-next:before {
	content: "\f112";
}
.header {
	width: 100%;
	height: 70px;
	position: absolute;
	top: 0;
	left: 0;
	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;
	font-weight: 700;
}
.sticky-wrapper {
	width: 100%;
	height: auto !important;
	z-index: 1000;
	transition: all .3s ease-in-out;
}
.sticky-wrapper .sticky-header {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	background-color: transparent;
}
.sticky-wrapper.is-sticky .sticky-header {
	width: 100% !important;
	z-index: 9999 !important;
	background-color: #FFF;
	box-shadow: 3px 0 15px 10px rgba(0,0,0,0.1);
}
.logo {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}


/* 
	=-=-= Eğitimler =-=-=
*/
.lessons-wrap {
	width: 100%;
	padding: 40px 0 60px;
	position: relative;
}
.lessons-wrap:before {
	width: 100%;
	height: 10px;
	background-color: #FFF;
	border-bottom: 6px solid #e60000;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.lessons-wrap .lessons-list {
	width: 100%;
}
.lessons-wrap .lessons-list li {
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #CCC;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.lessons-wrap .lessons-list li h4 { 
	margin-bottom: 0;
	font-weight: 700;
}

/* 
	=-=-= Seviye Tespit =-=-=
*/
.placement-test-wrap {
	width: 100%;
	background-color: #f32316;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	overflow: hidden;
}
.placement-test-wrap .placement-test-content {
	width: 70%;
	padding-left: 10%;
}
.placement-test-wrap .placement-test-content h1,
.placement-test-wrap .placement-test-content h3 {
	color: #FFF;
}
.placement-test-wrap .placement-test-btn {
	outline: none;
	border: none;
	padding: 10px 50px;
	border-radius: 7px;
	background-color: #FFF;
	text-transform: uppercase;
	color: #f32316;
	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%;
}

/* 
	=-=-= Eğitim Takvimi =-=-=
*/
.lesson-calendar-wrap {
	width: 100%;
	position: relative;
	background: url(../images/calendar-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: #FFF;
	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:hover a,
.lesson-calendar-content .card-header a:hover,
.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);
}

/* 
	=-=-= Blog =-=-=
*/
.blog-wrap {
	width: 100%;
	margin-bottom: 70px;
}
.blog-wrap .blog-content {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.blog-author {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.blog-wrap .blog-title {
	margin-bottom: 70px;
}
.blog-wrap .blog-title h3 {
	text-align: center;
}
.blog-wrap .blog-title span {
	display: inline-block;
	text-align: center;
}
.blog-wrap .blog-slider {
	padding-bottom: 50px;
	border-bottom: 2px solid #e5e5e5;
}
.blog-author .blog-author-image {
	margin-right: 15px;
}
.blog-author .blog-author-desc {
	width: calc(100% - 90px);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.blog-author .blog-author-desc .blog-author-fullname {
	color: #111;
}
.blog-author .blog-author-desc .blog-author-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-wrap h2 {
	font-weight: 600;
	text-align: center;
}
.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-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;
}
.galeri-slider-nav .galeri-item {
	margin: 0 15px;
	opacity: 0.3;
}
.galeri-slider-container .galeri-slider-nav {
	width: 700px;
	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 {
	margin: 0 10px;
	border-radius: 10px;
	border: 5px solid #FFF;
}

/* 
	=-=-= 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;
}
footer .footer-social a i {
	font-size: 32px;
}
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;
	border-top: 7px solid #FFF;
}
.form-section h4 {
	width: 100%;
	text-align: center;
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	font-weight: 900;
	color: #FFF;
}
.form-section h4 span {
	color: #ffd10c
}
.form-section .form-wrapper {
	margin: 60px 0 40px;
}
.form-section .form-wrapper p {
	color: #FFF;
}
.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: #FFF;
	border-radius: 5px;
	min-height: 45px;
	box-shadow: none;
	border: 0;
}
.form-section .basvuru-form .hasError em.error {
	color: #FFF;
}
.form-section .basvuru-form .form-control:focus,
.form-section .basvuru-form .form-control:hover {
	box-shadow: none;
}
.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;
	
}
.form-section .basvuru-form .form-gonder:hover {
	background-color: #0e2d86 !important;
}
.basvuru-form input[type=text]:placeholder,
.basvuru-form input[type=email]:placeholder{
	color: #212121;
}


