﻿.hovereffect
{
	width: 100%;
	height: auto;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	background: #42b078;
}

.hovereffect .overlay
{
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	padding: 50px 20px;
}
.logoDiv
{
	float: left;
	margin: 0px 0px 0px 35px;
}
.hovereffect img
{
	display: block;
	position: relative;
	max-width: none;
	width: calc(100% + 20px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.hovereffect:hover img
{
	opacity: 0.4;
	filter: alpha(opacity=40);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.hovereffect h2
{
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 17px;
	overflow: hidden;
	padding: 0.5em 0;
	background-color: transparent;
}

.hovereffect h2:after
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

.hovereffect:hover h2:after
{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.hovereffect a, .hovereffect p
{
	color: #FFF;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

.hovereffect:hover a, .hovereffect:hover p
{
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.card
{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: auto;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: 0.25rem;
	height: 100%;
}

.dropdown-menu
{
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 0px 0px 5px 0px; /* margin: .125rem 0 0; */
	margin: 0 auto;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: .25rem;
}

.dropdown:hover > .dropdown-menu
{
	display: block;
}
.dropdown-menu
{
	border: 0px solid rgba(0,0,0,.15);
}
.navbar-light .navbar-nav .nav-link
{
	color: rgba(0, 165, 227, 0.7098039215686275);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover
{
	color: rgb(255, 255, 255);
	background: rgba(0, 165, 227, 0.611764705882353);
	transition: all 0.7s ease;
	margin: 0 auto;
	border-radius: .25rem;
}
.dropdown-item
{
	color: rgba(0, 165, 227, 0.611764705882353);
}
.dropdown-item:focus, .dropdown-item:hover
{
	color: rgb(255, 255, 255);
	background: rgba(0, 165, 227, 0.611764705882353);
	transition: all 0.7s ease;
}

.fa-3x
{
	margin: 0 auto;
	float: none;
	display: table;
	color: #007bff;
}

.custom-carousel
{
	position: relative;
}
.overlay2
{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: #080d15;
	opacity: .3;
}
.silder-area .carousel-inner .item
{
	height: 100vh;
}
.carousel-caption
{
	padding-bottom: 13%;
	position: absolute;
	right: 15%;
	bottom: 0px;
	left: 15%;
	z-index: 10;
	padding-top: 0px;
	color: #fff;
	text-align: center;

}
.carousel-caption h2
{
	font-size: 50px;
	text-transform: uppercase;
}
.carousel-control.right
{
	background-image: none;
}
.carousel-control.left
{
	background-image: none;
}
.btn-login:hover
{
	transition: all 0.7s ease;
	color: rgba(0, 165, 227, 0.7098039215686275);
	background-color: Transparent;
	border-color: rgba(0, 165, 227, 0.7098039215686275);
	margin: 0 auto;
}
.btn-login
{
	color: white;
	background-color:  rgba(0, 165, 227, 0.7098039215686275);
}
.dropdown-item
{
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #4abfeb;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	border-radius: .25rem;
}

.card-body2
{
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem; /* height: 233px; */
	margin: 0px 0px 40px;
}

.timeline-container
{
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
}

.timeline-item
{
	padding: 3em 2em 2em;
	position: relative;
	border-left: 2px solid #4abfeb;
	margin-left: 1%;
}

.timeline-item::before
{
	content: attr(date-is);
	position: absolute;
	left: 1em;
	font-weight: bold;
	top: .1em;
	display: block;
	font-size: 25px;
	color: #4abfeb;
}

.timeline-item::after
{
	width: 15px;
	height: 15px;
	display: block;
	top: 1em;
	position: absolute;
	left: -9px;
	border-radius: 10px;
	content: '';
	border: 1px dotted #4abfeb;
	background: #4abfeb;
}
.perde
{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: #00ffb8;
	opacity: .5;
}

.btn-primary
{
	color: #fff;
	background-color: #4abfeb;
	border-color: #4abfeb;
}

.btn-primary:hover
{
	transition: all 0.7s ease;
	color: rgba(0, 165, 227, 0.7098039215686275);
	background-color: Transparent;
	border-color: rgba(0, 165, 227, 0.7098039215686275);
	margin: 0 auto;
}



@media (max-width: 480px)
{
	html
	{
		font-size: 12px;
	}
}

@media (min-width: 480px)
{
	html
	{
		font-size: 13px;
	}
}

@media (min-width: 768px)
{
	html
	{
		font-size: 14px;
	}
}

@media (min-width: 992px)
{
	html
	{
		font-size: 15px;
	}
}

@media (min-width: 1200px)
{
	html
	{
		font-size: 16px;
	}
}



@media screen and (max-width:720px)
{

	h1
	{
		font-size: 20px;
	}

	h2
	{
		font-size: 18px;
	}

	h3
	{
		font-size: 16px;
	}

	h4
	{
		font-size: 14px;
	}
	.counter
	{
		font-size: 25px;
	}
	.sembol
	{
		font-size: 25px;
	}
	.fa-2x
	{
		font-size: 25px;
	}


}
h1
{
	font-size:2rem;
}
.brand
{
	font-size: 3rem;
	font-weight: 300;
	transform: translateX(-100rem);
	animation: slideIn .5s forwards;
}

.brand span
{
	color: crimson;
}

.Linkogo
{
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
.align-middle
{
	vertical-align: middle !important;
	text-align: center !important;
}

@media (max-width:1204px)
{
	.Linkogo
	{
		color: #007bff;
		text-decoration: none;
		background-color: transparent;
		-webkit-text-decoration-skip: objects;
		margin: -10% auto auto auto;
		width: 100% !important;
		height: auto !important;
	}
	.btn:not(:disabled):not(.disabled)
	{
		cursor: pointer;
		font-size: 13px;
	}

}
@media (max-width: 768px)
{
	.hovereffect .overlay
	{
		padding: 88px 20px;
	}
	.logo
	{
		width: 205px;
		 
		
	}
	.buttonSize
	{
		width: 100%;
	}

}
@media (max-width: 402px)
{
	.hovereffect .overlay
	{
		padding: 55px 20px;
	}

}

div.well
{
	height: 250px;
}

.Absolute-Center
{
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.Absolute-Center.is-Responsive
{
	width: 50%;
	height: 50%;
	min-width: 200px;
	max-width: 400px;
	padding: 40px;
}

#logo-container
{
	margin: auto;
	margin-bottom: 10px;
	width: 200px;
	height: 30px;
}
.DigerEgitimler
{
	color:#ca6f1e;
}
.fa-star:hover {
    color: rgb(255, 255, 255);
    background: rgba(0, 165, 227, 0.611764705882353);
    transition: all 0.7s ease;
}