/* FONTLAR */
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&amp;subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto:200,300,400,500,600,700&amp;subset=latin-ext');

/*AYARLAR*/
html {
	position: relative;
	min-height: 100%;
}

body {
	margin-bottom: 200px;
	background: url('../images/bg.jpg');
	background-attachment: fixed;
	background-size: cover;
	background-position: top
}

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fff;
	background-color: #1b1b1b;
	padding: 15px 0
}


.lang {
	position: absolute;
	right: 10px;
}



.nav-item {
	position: relative;
}

.nav-item:last-child {
	border: none;
}

.nav-item a {
	color: #fff !important;
}

.nav-item a:hover {
	background: rgb(255 255 255);
    color: #017a9e !important;
}

.nav-item .nav-link {
	font-family: 'Oswald', sans-serif;
	padding: 1rem
}

.icon-m {
	margin-bottom: 10px;
	text-align: right;
}

.sub-navbar {
	position: absolute;
	width: 300px;
	background: #ddd;
	padding: 0;
	margin: 0;
	list-style: none;
	border-top: 5px solid #bb1724;
	display: none;
}

.nav-item:hover .sub-navbar {
	display: block;
}

.sub-navbar .sub-item-link {
	padding: 5px;
	color: #8f93a8;
	display: block;
	background: #425e6d;
	font-family: 'Oswald', sans-serif;

}

.sub-navbar .sub-item-link:hover {
	color: rgba(255, 255, 255, .75);
	text-decoration: none;
}

.dropdown ul {
	position: absolute;
	width: 200px;
	padding: 0;
	list-style: none;
	background: #094769;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	transition: 0.5s;
}

.dropdown ul li a {
	padding: 10px;
	display: block;
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
}

.dropdown:hover ul {
	visibility: visible;
	opacity: 1;
	display: block;
}

@media (max-width: 991.98px) {

	.dropdown ul {
		position: relative;
		display: none;
		width: 100%
	}

	.navbar {
		display: block;
		width: 100%;
	}

	.navbar-toggler {
		margin: 10px;
		font-size: 16px;
	}

	.nav-item .nav-link {
		font-family: 'Oswald', sans-serif;
		padding: 0.5rem 1rem;
	}

	.sub-navbar {
		position: relative;
		width: 100%;
		padding-left: 20px;
		background: #00062c;
	}

	.navbar .container {
		max-width: 100%;
	}

	.nav-item, .sub-item {
		text-align: left !important;
	}

	.lang {
		top: 6px;
		position: absolute;
		right: 10px;
	}

	.nav-item:hover .nav-link {
		background: rgba(255, 255, 255, 0.45);
	}

	.navbar-dark .navbar-toggler {
		background: #ff5eb9;
		color: #fff;
		border-color: rgb(255 255 255 / 0%);
		transition: 0.5s;
	}

	button:focus {
		outline: none;
	}

	.navbar-dark .navbar-toggler:hover {
		background: #005689;
		color: #ffffff;
	}
}

.bg-theme {
	background: #017a9e
}



/*HEADER*/
.header {
	position: relative;
	z-index: 10;
}

.header .sponsor {
	background: #fff;
}

.header .sponsor .lGroup {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
}

.header .sponsor .lGroup .item {
	border-left: 1px solid #ddd;
}

/*BODY*/

.body {
	margin-top: 0;
}

.box-system {
	margin-top: -2px;

}

.box-system .box {
	position: relative;
	height: 180px;
	width: 100%;

}

.box-system .box a {
	display: flex;
	width: calc(100% - 20px);
	text-align: center;
	margin-left: 36px;
	padding-top: 49px;
	align-items: center;
	justify-content: center;
}

.box-system .box a p {
	margin: 0;
	margin-top: 5px;
	font-size: 21px;
	width: 100%;
	color: #000;
	height: 75px;
	font-weight: bold;
}

.box-system .box a:hover {
	color: #000;
	text-decoration: none;
}

.box-system .box a img {
	width: 59px;
}

.box-system .box-bg-1 {
	background: url('../index.html');
	background-size: 235px;
	background-position: top center;
	background-repeat: no-repeat;
}

.box-system .box-bg-2 {
	background: url('../index.html');
	background-size: 235px;
	background-position: top center;
	background-repeat: no-repeat;
}

.box-system .box-bg-3 {
	background: url('../index.html');
	background-size: 235px;
	background-position: top center;
	background-repeat: no-repeat;
}

.box-system .box-bg-4 {
	background: url('../index.html');
	background-size: 235px;
	background-position: top center;
	background-repeat: no-repeat;
}




/*SLİDER*/
.slider-system {
	padding: 20px;
	-webkit-clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
	clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
	margin-bottom: 50px;
	background: #d80038;
}

.bslide {
	-webkit-clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
	clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
	position: relative;
}

.bslide .owl-dots {
	position: absolute;
	bottom: 0px;
	right: 45px;
	z-index: 999;
}

.bslide .owl-dots .owl-dot span {
	background: #db0033
}

.bslide .owl-dots .owl-dot.active span {
	background: #420211;
}

.slider-system:after {
	content: ' ';
}



/*Content Area*/
.content-section {
	position: relative;
	margin-top: 80px
}

.content-section .no-gutters {
	padding: 0;
}

.content-section .mini-menu {
	display: table;
	width: 100%;
	margin-top: 37px;
}

.content-section .mini-menu a {
	display: table-cell;
	clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%);
	background: #d80038;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-family: 'Oswald', sans-serif;
	height: 87px;
	padding: 0 10px;
	vertical-align: middle;
	text-decoration: none;
}

.content-section .mini-menu a:hover {
	text-decoration: none;
}

.content-section .mini-menu a:nth-child(1) {
	clip-path: polygon(17% 0%, 100% 0%, 86% 100%, 0% 100%)
}

.n-width {
	margin-bottom: 30px;

}

.n-width:after {
	content: ' ';
	clear: both;
	display: block;
}

.n-width .coll-4 {
	width: 270px;
	float: right;
}

.n-width .coll-8 {
	width: calc(100% - 280px);
	float: right;
}

.boxing {
	height: 470px;
	background: url(../index.html);
	background-size: auto;
	background-repeat: no-repeat;
	position: relative;
}

.boxing span {
	width: 100%;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 26px;
	color: #ffffff;
	height: 75px;
	display: flex;
	margin-top: -115px;
	justify-content: center;
}

.boxing1 {
	width: 293px;
	background-size: contain;
}

.boxing1 .dating {
	width: 210px !important;
}

.n-width .content-web {
	text-align: justify;
	padding: 10px 35px;
	padding-top: 29px;
	BACKGROUND: #fff;
}

.n-width .content-web p {
	margin-left: 10px;
}

.n-width .content-web h1 {
	background: #005689;
	margin: 0px;
	font-size: 26px;
	color: #ffffff;
	padding: 5px;
	margin-bottom: 10px;
	position: relative;
	font-family: 'Oswald', sans-serif;
	text-align: center;
}



.n-width .content-web h2 {
	font-size: 19px;
	color: #fff;
	margin: 0;
	font-family: 'Oswald';
	margin-bottom: 10px;
	text-align: center;
	background-color: #005689;
	padding: 8px;
}




.dating {
	width: 180px;
	text-align: center;
	position: absolute;
	top: 201px;
	left: 50px;
	;
}

.dating font {
	font-weight: bold;
	font-size: 66px;
	color: #000;
}

.dating .p1 {
	padding: 0;
	padding-bottom: 5px;
	margin: 0;
	font-size: 16px;
	margin-top: -22px;
	font-weight: bold;
	color: #000;
}

.dating .p2 {
	padding: 5px;
	margin-top: 20px;
	color: #2a667d;
	font-weight: bold;
	padding-top: 10px
}

.nbuton {
	padding: 10px;
	background: #00354b;
	color: #fff;
	display: inline-block;
	width: 150px;
	text-decoration: none;
	text-align: center;
	transition: 0.5s all;
}

.nbuton:hover {
	background: #012635;
	text-decoration: none;
	color: #fff;
}

.onlymobile {
	display: none;
}

/*TABLET*/
@media (max-width: 991.98px) {
	.n-width {
		display: grid;
	}

	.n-width .coll-4 {
		float: none;
		display: block;
		margin: auto;
	}

	.n-width .coll-8 {
		width: 100%;
	}

	.boxing {
		margin-top: 10px;
	}

	.mini-menu {
		margin-top: 0 !important;

	}

	.mini-menu a {
		width: 100%;
		display: flex !important;
		clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%) !important;
		margin-bottom: 5px;
		vertical-align: middle !important;
		align-items: center;
		justify-content: center;
		height: 50px !important;
	}

	.box-system {
		margin: 0;
	}

	.box-system .box a img {
		display: initial;
	}

	.box-system .col-6 {
		margin: auto
	}



	.box-system .owl-nav button.owl-prev {
		position: absolute;
		left: 20px;
		top: 50%;
		transform: translate(-50%, -50%);
		font-size: 40px;
	}

	.box-system .owl-nav button.owl-next {
		position: absolute;
		right: 0px;
		top: 50%;
		transform: translate(-50%, -50%);
		font-size: 40px;
	}

	.owl-theme .owl-nav [class*='owl-']:hover {
		background: transparent;
		color: #000;
	}

	.content-menu {
		display: none;
	}

	.onlymobile {
		display: block;
	}
}

.content-menu {
	position: relative;
	padding-right: 20px;
	margin-top: 15px;
	font-family: Oswald
}

.content-menu ul {
	list-style: none;
	padding: 0;
}

.content-menu ul li {
	position: relative;
}

.content-menu ul li a {
	padding: 10px;
	background: #dc002d;
	color: #fff;
	border-bottom: 1px solid #fff;
	display: block;
	text-decoration: none;
	transition: 0.5s all;
}

.content-menu ul li:last-child a {
	border: none;
}

.content-menu ul li:hover a {
	background: #b31901;
	text-decoration: none;
}

.content-menu .day-left {
	background: #dc002d;
	padding: 10px;
	color: #fff;
	border-bottom: 1px solid #fff;
}

.content-menu .day-left img {
	width: 50px;
	float: left;
	margin: 10px 0;
}

.content-menu .day-left p {
	padding-left: 65px;
	font-size: 23px;
	margin-bottom: 10px;
}

/*CONTACT*/
.contact {
	display: block;
	margin-bottom: 3px;
	text-align: center;
}



.contact .contact-title {

	width: 100%;
	font-weight: bold;
	position: relative;
	margin-right: 5px;
	margin-top: 30px;
	text-align: center;
}


.contact .contact-text {
	float: left;
	width: 100%;
	text-align: center;
}

img {
	max-width: 100%;
}

.lang a {
	display: inline-block;
	vertical-align: middle;
}

.facebook, .instagram {
	color: #fff;
	font-size: 20px;
	text-decoration: none;
}

.facebook:hover, .instagram:hover {
	color: #fff;
	text-decoration: none;
}

.sub {
	width: 1px;
	background: #fff;
	height: 35px;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

.grey-box {
	background: #fbfbfb;
	border: 1px solid #e9e9e9;
	padding: 9px;
	border-radius: 3px;
	margin-left: 5px;
	margin-right: 5px;
	max-width: calc(50% - 20px);
}


.sslider, .sslider2 {
	text-align: center;
	display: table;
	width: 100%;
}

.sslider .item {

	margin: 1px;
	display: table-cell;

}

.sslider .item img {
	overflow: hidden;
}

.sslider2 {
	width: 100%;
	margin: auto;
}

.sslider2 .item {
	margin: 1px;
	display: table-cell;
	padding: 0 10px;
}

.sslider2 .item img {
	max-width: 100px;
}



@media (max-width: 767.98px) {
	.body {
		margin-top: 20px !important;
	}

	.navbar-nav {
		background: #005689;
	}

	.nav-item a {
		color: #fff !important;
	}

	.alan2 {
		margin: 0 !important;
		z-index: -1 !important;
	}

	.alan3 {
		margin: 0 !important;
		z-index: -1 !important;
	}

	.alan4 {
		margin: 0 !important;
		z-index: -1 !important;
	}

	.mini-menuu {
		margin-bottom: 10px !important;
		padding-bottom: 15px;
		border-bottom: 1px solid #d4d4d4;
		height: 140px !important;
	}

	.mini-menuu img {
		width: 40px;
	}


	.header .sponsor .fGroup {
		margin: 0 -15px;
		background: #e6e7e9;
		margin-bottom: 10px
	}

	.header .sponsor .lGroup .item {
		display: flex;
		align-content: center;
		justify-content: center;
	}

	.header .sponsor .lGroup img {
		width: auto;
		height: 80px
	}

	.box-system {
		margin-top: 20px
	}
}

.mini-menuu {
	position: relative;
	border: 1px solid #005689;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-wrap: wrap;
	height: 170px;
	BACKGROUND: #fff;
	color: #005689;
}


.mini-menuu p {
	color: #005689;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.mini-menuu img {
	/* width: 45px !important; */
	margin-bottom: 10px;
}

/* #sabit {
	background-color: #41bdcd;
	position: relative;
	z-index: 1;
	box-shadow: -1px 4px 10px 0px #000;
} */

.alan1 {
	margin-top: 10px;
}

.alan2 {
	margin-top: 10px;
	margin-right: -21px;
	z-index: 9999;
}

.alan3 {
	margin-top: 10px;
	margin-left: -10px;
	margin-right: -10px;
	z-index: 9999;
}

.alan4 {
	margin-top: 10px;
	margin-left: -21px;
	z-index: 9999;
}

.alan4 img {
	margin-right: 10px;
}

.alan4 p {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.mini-alt-menu {
	background: #005689;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 10px;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 1rem;
	padding-left: 1rem;
}

.anasayfa-kisayol:hover {
	text-decoration: none;
}

.anasayfa-kisayol:hover p {
	color: #1d365f;
	;
}