﻿.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;
}
.card-title
{
	margin-bottom: .75rem;
	color: #943126;
}
a
{
	color: #943126;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
a:hover
{
	color: #943126;
	text-decoration: underline;
}
.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);
}

/* Hovver 2  */

.grid
{
	position: relative;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure
{
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img
{
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption
{
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before, .grid figure figcaption::after
{
	pointer-events: none;
}

.grid figure figcaption, .grid figure figcaption > a
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a
{
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2
{
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span
{
	font-weight: 800;
}

.grid figure h2, .grid figure p
{
	margin: 0;
}

.grid figure p
{
	letter-spacing: 1px;
	font-size: 68.5%;
}
figure.effect-oscar
{
	background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
	background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);
}

figure.effect-oscar img
{
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-oscar figcaption
{
	padding: 3em;
	background-color: rgba(58,52,42,0.7);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before
{
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
}

figure.effect-oscar h2
{
	margin: 20% 0 10px 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-oscar figcaption::before, figure.effect-oscar p
{
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

figure.effect-oscar:hover h2
{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-oscar:hover figcaption::before, figure.effect-oscar:hover p
{
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-oscar:hover figcaption
{
	background-color: rgba(58,52,42,0);
}

figure.effect-oscar:hover img
{
	opacity: 0.4;
}

/*---------------*/
/***** Marley *****/
/*---------------*/

figure.effect-marley figcaption
{
	text-align: right;
}

figure.effect-marley h2, figure.effect-marley p
{
	position: absolute;
	right: 30px;
	left: 30px;
	padding: 10px 0;
}


figure.effect-marley p
{
	bottom: 30px;
	line-height: 1.5;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-marley h2
{
	top: 30px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-marley:hover h2
{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-marley h2::after
{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: #fff;
	content: '';
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-marley h2::after, figure.effect-marley p
{
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-marley:hover h2::after, figure.effect-marley:hover p
{
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.image1
{
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
	border-radius: 15px;
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.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:hover > .dropdown-menu
{
	display: block;
}
.dropdown-menu
{
	border: 0px solid rgba(0,0,0,.15);
}
.navbar-light .navbar-nav .nav-link
{
	color: #943126;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover
{
	color: rgb(255, 255, 255);
	background: #943126;
	transition: all 0.7s ease;
	margin: 0 auto;
	border-radius: .25rem;
}
.dropdown-item
{
	color: #00a5e3b5;
}
.dropdown-item:focus, .dropdown-item:hover
{
	color: rgb(255, 255, 255);
	background: #943126;
	transition: all 0.7s ease;
}

.fa-3x
{
	margin: 0 auto;
	float: none;
	display: table;
}

.custom-carousel
{
	position: relative;
}
.overlay2
{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: #080d15;
	opacity: .1;
}
.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: #943126;
	background-color: Transparent;
	border-color: #943126;
	margin: 0 auto;
}
.btn-login
{
	color: #fff;
	background-color: #943126;
}
.dropdown-item
{
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #943126;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	border-radius: .25rem;
	z-index: -1;
}

.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 #943126;
	margin-left: 1%;
}

.timeline-item::before
{
	content: attr(date-is);
	position: absolute;
	left: 1em;
	font-weight: bold;
	top: .1em;
	display: block;
	font-size: 2rem;
	color: #943126;
}

.timeline-item::after
{
	width: 15px;
	height: 15px;
	display: block;
	top: 1em;
	position: absolute;
	left: -9px;
	border-radius: 10px;
	content: '';
	border: 1px dotted #943126;
	background: #943126;
}
.perde
{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: #00ffb8;
	opacity: .5;
}

.btn-primary
{
	color: #fff;
	background-color: #943126;
	border-color: #943126;
}
.btn-primary:hover
{
	transition: all 0.7s ease;
	color: #943126;
	background-color: Transparent;
	border-color: #943126;
	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 !important;
	}
	.counter
	{
		font-size: 25px;
	}
	.sembol
	{
		font-size: 25px;
	}
	.fa-2x
	{
		font-size: 25px;
	}



}
.h2Kutu
{
	margin: 0px 0px 0px 0px;
}
figure.effect-oscar .h2Kutu
{
	margin: 0px 0px 0px 0px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}
.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;
}
h4, h4
{
	font-size: 22px;
}
@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;
	}
	.h2Kutu
	{
		margin: -65px 0px 0px 0px;
	}
	figure.effect-oscar .h2Kutu
	{
		margin: -65px 0px 0px 0px;
		-webkit-transition: -webkit-transform 0.35s;
		transition: transform 0.35s;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
	}
	figure.effect-oscar:hover .h2Kutu
	{
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		margin: 0px 0px 0px 0px;
	}

}
.logoResim
{
	width: 300px;
}
@media (max-width:119px)
{
	.h2Kutu
	{
		margin: -65px 0px 0px 0px;
	}
}
@media (max-width: 768px)
{
	.hovereffect .overlay
	{
		padding: 88px 20px;
	}
	.h2Kutu
	{
		margin: -65px 0px 0px 0px;
	}
	.logoDiv
	{
		width: 83%;
	}
	.logoResim
	{
		width: 104%;
	}
	.carousel-fullscreen .carousel-inner .carousel-item
	{
		min-height: 150px !important;
	}
		.carousel-fullscreen .carousel-caption
	{
		top: 63%!important;
		bottom: auto!important;
		transform: translateY(-50%)!important;
	}


}
@media (max-width:990px)
{
	figure.effect-oscar .h2Kutu
	{
		margin: 0px 0px 0px 0px;
		-webkit-transition: -webkit-transform 0.35s;
		transition: transform 0.35s;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
	}
}
@media (max-width: 402px)
{
	.hovereffect .overlay
	{
		padding: 55px 20px;
	}

}

div.well
{
	height: 250px;
}
.navbar
{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 5px 1rem;
}
.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;
}


.table td, .table th
{
	padding: .75rem;
	vertical-align: middle;
	border-top: 1px solid #dee2e6;
}
.fa-lg
{
	font-size: 2rem;
	line-height: 0.95em;
	vertical-align: -.0667em;
}
.nav-tabs
{
	border-bottom: 0px solid #dee2e6;
}
.tab .nav-tabs
{
	border: none;
	border-bottom: 2px solid #079fc9;
	margin: 0;
}
.tab .nav-tabs li a
{
	padding: 10px 20px;
	margin: 0 10px -1px 0;
	font-size: 17px;
	font-weight: 600;
	color: #943126;
	text-transform: uppercase;
	border: 2px solid #e6e5e1;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	z-index: 1;
	position: relative;
	transition: all 0.3s ease 0s;
}
.tab .nav-tabs li a:hover, .tab .nav-tabs li.active a
{
	background: #fff;
	color: #943126;
	border: 2px solid #943126;
	border-bottom-color: transparent;
	text-decoration: none;
}
.tab .nav-tabs li a:before
{
	content: "";
	display: block;
	height: 2px;
	background: #fff;
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	transform: scaleX(0);
	transition: all 0.3s ease-in-out 0s;
}
.tab .nav-tabs li.active a:before, .tab .nav-tabs li a:hover:before
{
	transform: scaleX(1);
}
.tab .tab-content
{
	padding: 10px;
	position: relative;
}
@media only screen and (max-width: 479px)
{
	.tab .nav-tabs
	{
		border: none;
	}
	.tab .nav-tabs li
	{
		width: 50%;
		text-align: center;
		margin-bottom: 35px;
	}
	.tab .nav-tabs li a
	{
		margin: 0;
		border-bottom: 2px solid transparent;
		font-size: 10px;
		padding: 10px 15px;
	}

	.tab .nav-tabs li a:before
	{
		content: "";
		width: 100%;
		height: 2px;
		background: #079fc9;
		position: absolute;
		bottom: -2px;
		left: 0;
	}
	.tab .nav-tabs li a:hover, .tab .nav-tabs li.active a
	{
		padding: 1rem;
	}
}
.tab .nav-tabs
{
	border: none;
	border-bottom: 0px solid #079fc9;
	margin: 0;
	padding: 1rem;
}
.carousel-fullscreen .carousel-inner .carousel-item
{
	height: 100%;
	min-height: 435px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* carousel fullscreen - vertically centered caption*/
.carousel-fullscreen .carousel-caption {
    top: 70%;
    bottom: auto;
    transform: translateY(-50%);
}

/* overlay for better readibility of the caption  */
.overlay3
{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.3;
	transition: all 0.2s ease-out;
}

@media (max-width: 767.98px)
{
	.display-1
	{
		font-size: 3.3rem;
	}
	.display-2
	{
		font-size: 2.5rem;
	}
	.display-3
	{
		font-size: 2rem;
	}
}
.fa-star:hover {
    color: rgb(255, 255, 255);
    background: rgba(0, 165, 227, 0.611764705882353);
    transition: all 0.7s ease;
}