@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Khand:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800|Poiret+One|Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Rajdhani:300,400,500,600,700&subset=latin-ext');

:root {
	--primary: #0055a5;
	--primary-dark: #003c75;
	--primary-light: #e8f0fe;
	--secondary: #B5691A;
	--surface-color: #fff;
	--border-radius: 12px;
	--shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.06);
	--shadow-md: 0 4px 16px rgba(0, 0, 0, 0.1);
	--text-main: #1a1a2e;
	--text-muted: #666;
}

body {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-weight: 600;
}

::-moz-selection {
	background: #00468a;
	color: #fff;
}

::selection {
	background: #00468a;
	color: #fff;
}

.header {
	width: 100%;
	height: 160px;
	position: relative;
	z-index: 999;
	background: url('../images/header-bg.jpg') repeat-x center;
	-webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .4);
	box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .4);
}

.header:before {
	content: '';
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('../images/intersection.png') repeat-x;
	background-position: center 70px;
}

.navbar-toggler:focus,
.navbar-toggler:active {
	outline: 0;
}

.navbar-toggler span {
	display: block;
	background-color: #444;
	height: 3px;
	width: 25px;
	margin-top: 4px;
	margin-bottom: 4px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	position: relative;
	left: 0;
	opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(2),
.navbar-toggler span:nth-child(3) {
	-webkit-transition: transform .35s ease-in-out;
	-moz-transition: transform .35s ease-in-out;
	-o-transition: transform .35s ease-in-out;
	transition: transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
	position: absolute;
	left: 12px;
	top: 10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
	height: 12px;
	visibility: hidden;
	background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
	position: absolute;
	left: 12px;
	top: 10px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	opacity: 0.9;
}

.sticky.is-sticky {
	position: fixed;
	left: 0;
	right: 0;
	top: 0 !important;
	margin: 0;
	z-index: 1000;
	width: 100%;
	height: auto;
	text-align: center;
	background: url('../images/header-bg.jpg') repeat-x center bottom;
	-webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .4);
	box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .4);
}

.header .row,
.header .row>div {
	padding: 0;
	margin: 0;
}

.headerArama {
	height: 70px;
	position: relative;
	padding: 5px 0px 0px 30px;
}

.headerArama>form {
	margin-top: 3px;
	position: relative;
}

.headerArama>form input[type="text"] {
	font-size: .80em;
	padding: 10px;
	display: block;
	border: none;
	outline: none;
	position: relative;
}

.headerArama>form input[type=submit] {
	position: absolute;
	border: none;
	outline: none;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	top: 0;
	right: 0;
	cursor: pointer;
	background: url('../images/arama_icon.png') no-repeat center;
}

.logo-flama-wrapper {
	position: absolute;
	top: 0;
	left: 15px;
	width: 16.666%;
	z-index: 1000;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.logoBg {
	position: relative;
	width: 100%;
	background: #fff;
	padding: 10px;
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 140px !important;
}

.logoBg a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.logoBg img {
	max-height: var(--logo-height, 60px);
	max-width: var(--logo-width, 200px);
	width: auto;
	object-fit: contain;
}

.logobgFooter {
	width: 100%;
	height: 20px;
	z-index: 999;
	position: relative;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0,0 L100,0 C75,0 60,100 50,100 C40,100 25,0 0,0 Z' fill='%23ffffff'/%3E%3C/svg%3E") no-repeat top center;
	background-size: 100% 100%;
}

.desktop-logo-flama-wrapper {
	position: absolute !important;
	top: 0 !important;
	left: -30px !important;
	width: 220px !important;
	display: flex !important;
	flex-direction: column !important;
	filter: drop-shadow(0 10px 40px rgba(0, 0, 0, .4)) !important;
	transition: opacity 0.3s ease, visibility 0.3s ease !important;
	z-index: 1000 !important;
}

.header.nav-is-sticky .desktop-logo-flama-wrapper {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.headerUst {
	position: relative;
	height: 70px;
}

.diller {
	position: relative;
	margin-top: 17px;
	margin-left: 10px;
}

.diller a {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: .75em;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	letter-spacing: -0.02em;
	-webkit-mask-image: url(../images/dil_bg.svg);
	mask-image: url(../images/dil_bg.svg);
	background-color: #00315f;
}

.diller a.active,
.diller a:hover,
.diller a:active {
	background-color: #7bbde9;
}

.miniMenu ul li {
	position: relative;
	list-style: none;
	float: left;
	padding: 10px;
	background: url('../images/ust_menu_ayrac.png') no-repeat right center;
}

.miniMenu ul li:last-child {
	background: none;
}

.miniMenu ul li a {
	position: relative;
	color: #fff;
	padding: 15px 8px;
	padding-left: 0;
	display: block;
	font-size: .90em;
	text-transform: uppercase;
}

.miniMenu ul li a i {
	padding-right: 10px;
	font-size: 1.20em;
}

.miniMenu ul li a:hover {
	color: #fc0;
}

.navbar {
	background: none;
	margin-top: 15px;
	padding: 0;
}

.navbar ul li {
	background: url('../images/menu_ayrac.png') no-repeat right center;
	padding: 10px;
}

.navbar ul li:last-child {
	background: none;
}

.navbar ul>li>a {
	text-transform: uppercase;
	letter-spacing: -0.03em;
	font-weight: 600;
	color: #0E3F83;
	padding: 10px;
	display: block;
}

.navbar-light .navbar-nav .nav-link {
	color: #0E3F83;
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover {
	color: #B5691A;
}

.dropdown-menu {
	position: absolute !important;
	border: none !important;
	padding: 20px 10px !important;
	background: #0055a5 !important;
	min-width: 250px !important;
	width: auto !important;
	top: 60px !important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin: 0 !important;
}

.dropdown-menu:after {
	bottom: 100%;
	left: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 85, 165, 0);
	border-bottom-color: #0055a5;
	border-width: 10px;
	margin-left: -10px;
}

.dropdown-menu:before {
	content: '';
	width: 100%;
	height: 30px;
	position: absolute;
	display: block;
	background: url('../images/dropdown_menu_footer.png') no-repeat top center;
	bottom: -30px;
	z-index: 9999;
	left: 0;
}

.dropdown-menu a,
.dropdown-menu .dropdown-item {
	color: #fff !important;
	padding: 7px !important;
	display: block;
	font-size: .80em;
	letter-spacing: -0.01em;
	border-top: solid 1px rgba(255, 255, 255, .1);
	border-bottom: solid 1px rgba(0, 0, 0, .2);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: 500;
	transition: background 0.2s;
}

.dropdown-menu a:first-child,
.dropdown-menu .dropdown-item:first-child {
	border-top: none;
}

.dropdown-menu a:last-child,
.dropdown-menu .dropdown-item:last-child {
	border-bottom: none;
}

.dropdown-menu a:hover,
.dropdown-menu .dropdown-item:hover {
	background: rgba(0, 0, 0, .2) !important;
	color: #fff !important;
}

.dropdown-menu .dropdown-item i {
	margin-right: 8px;
	width: 16px;
	text-align: center;
	color: #fff;
}

.navbar-nav>.nav-item:hover>.dropdown-menu {
	display: block;
}

.slider_alt {
	height: 100px;
	padding: 0 30px;
	margin: 0;
	position: relative;
	overflow: hidden;


	background: rgb(20, 100, 186);
	background: -moz-linear-gradient(top, rgba(20, 100, 186, 1) 0%, rgba(14, 63, 131, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(20, 100, 186, 1) 0%, rgba(14, 63, 131, 1) 100%);
	background: linear-gradient(to bottom, rgba(20, 100, 186, 1) 0%, rgba(14, 63, 131, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1464ba', endColorstr='#0e3f83', GradientType=0);
}

.slider_alt:before {
	content: '';
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('../images/mozaic2.png');
}

.slider_alt>div {
	height: 100%;
	padding: 5px;
	text-align: center;
	color: #fff;
	font-size: .85em;
	font-weight: 300;


	background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0) 0%, rgba(14, 63, 131, 0.65) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0) 0%, rgba(14, 63, 131, 0.65) 100%);
	background: linear-gradient(135deg, rgba(0, 0, 0, 0) 0%, rgba(14, 63, 131, 0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a60e3f83', GradientType=1);
}

.slider_alt>div:last-child {
	background: none;
}

.slider_alt>div span {
	float: left;
	padding: 0;
	margin: 0;
	margin-right: 10px;
}

.slider_alt>div p {
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
	margin-top: 25px;
	font-size: 1.20em;
	line-height: 120%;
	letter-spacing: -0.02em;
}

.slider_alt>div p b {
	font-weight: 700;
}

.slider_alt>div span:before {
	font-size: 60px;
}

.slider_alt>div a {
	color: #fff;
}

.baskan_bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 0;
	margin: 0;
	right: -1px;
}

.baskan_bottom>div {
	padding: 0;
}

.home_baskan {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 0;
	min-height: 450px;
	display: block;
}

.baskan_alt>div:nth-child(1) {
	background: rgba(14, 63, 131, .1);
}

.home_baskan>div {
	padding: 0;
}

.baskan_bilgi {
	height: 350px;
	background-repeat: no-repeat;
	background-position: center right;
}

.baskan_bilgi h2 {
	color: #0E3F83;
	margin-top: 200px;
	position: absolute;
	letter-spacing: -0.04em;
	font-weight: 700;
	margin-left: 40px;
	font-size: 1.70em;
}

.baskan_bilgi h3 {
	color: #666;
	margin-top: 230px;
	position: absolute;
	letter-spacing: -0.04em;
	font-weight: 300;
	margin-left: 40px;
	font-size: 1.30em;
}

.baskan_alt {
	height: 100px;
	bottom: 0;
	position: relative;
	right: 0;
	padding: 0;
	margin: 0;


	background: rgb(251, 251, 251);
	background: -moz-linear-gradient(top, rgba(251, 251, 251, 1) 0%, rgba(204, 204, 204, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(251, 251, 251, 1) 0%, rgba(204, 204, 204, 1) 100%);
	background: linear-gradient(to bottom, rgba(251, 251, 251, 1) 0%, rgba(204, 204, 204, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#cccccc', GradientType=0);
}

.baskan_alt:before {
	content: '';
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('../images/baskan-pattern.png');
}

.baskan_alt>div {
	height: 100%;
	padding: 5px;
	text-align: center;
	color: #0E3F83;
	font-size: .85em;
	font-weight: 300;
}

.baskan_alt>div span {
	float: left;
	padding: 0;
	margin: 0;
	margin-right: 10px;
}

.baskan_alt>div p {
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
	margin-top: 25px;
	font-size: 1.20em;
	line-height: 120%;
	letter-spacing: -0.02em;
}

.baskan_alt>div p b {
	font-weight: 700;
}

.baskan_alt>div span:before {
	font-size: 60px;
}

.baskan_alt>div a {
	color: #0E3F83;
}

.slider_baskan {
	margin-top: -20px;
	position: relative;
	z-index: 1;
}

.slider_baskan>div>div {
	padding: 0;
	margin: 0;
}

.home_baskan {
	overflow: hidden;
}

.slider_baskan .custom-slider {
	height: 450px;
	min-height: 450px;
}

.slider_alt {
	height: 100px;
}

@media (max-width: 991px) {
	.slider_baskan .custom-slider {
		height: 280px;
		min-height: 280px;
	}
}

.home_hakkimizda {
	margin: 65px auto 30px auto;
	padding-bottom: 120px;
	background: url('../images/line_dot.png') no-repeat bottom center;
}

.home_hakkimizda .container {
	background: rgba(255, 255, 255, .8);
}

.home_hakkimizda .home_sag h3 {
	font-size: 1.70em;
	color: #0055a5;
	font-weight: 700;
	letter-spacing: -0.02em;
	margin-bottom: 20px;
}

.home_hakkimizda .home_sag h3:after {
	content: '';
	position: absolute;
	display: block;
	width: 60px;
	left: 15px;
	height: 4px;
	z-index: 0;
	margin-top: 7px;
	background: #0055a5;
}

.home_hakkimizda .home_sag p {
	font-size: .80em;
	line-height: 180%;
	text-align: justify;
	color: #666;
	font-weight: 400;
	letter-spacing: -0.02em;
}

.home_hakkimizda .home_sol {
	z-index: 2;
}

.home_hakkimizda_resim:before {
	content: '';
	position: absolute;
	display: block;
	width: 36px;
	height: 50px;
	z-index: 4;
	right: 9px;
	top: 10%;
	background: url('../images/home_resim_polygon.png') no-repeat center;
}

.home_hakkimizda_resim:after {
	content: '';
	position: absolute;
	display: block;
	width: 90%;
	height: 100%;
	z-index: -1;
	border: solid 4px #f5f5f5;
	top: -20px;
	left: -5px;
}

.resim_kose {
	position: absolute;
	width: 100px;
	height: 100px;
	top: 0;
	left: 0;
	z-index: 2;
}

.resim_kose2 {
	position: absolute;
	width: 100px;
	height: 100px;
	top: -20px;
	left: -5px;
	z-index: 2;
}

.home_hakkimizda_butonlar a {
	padding: 8px 20px;
	display: inline-block;
	border: dashed 1px #999;
	color: #999;
	font-size: .70rem;
	font-weight: 500;
	letter-spacing: -0.01em;
	margin-right: 2px;
	margin-bottom: 6px;
	position: relative;
	overflow: hidden;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.home_hakkimizda_butonlar a:first-child {
	border: dashed 1px #0055a5;
	background: #0055a5;
	color: #fff;
}

.home_hakkimizda_butonlar a:hover {
	color: #fff;
	border: dashed 1px #0055a5;
	background: #0055a5;
}

.home_hakkimizda_butonlar a:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	left: -110%;
	top: 0;
	z-index: 0;

	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;

	-moz-transform: skewX(-20deg);
	-webkit-transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	transform: skewX(-20deg);
}

.home_hakkimizda_butonlar a:hover:after {
	left: 110%;
}

.home_hakkimizda_ayrac {
	width: 100%;
	height: 1px;

	border-bottom: dashed 1px #ccc;
	position: relative;
	margin: 25px auto;
}

.home_hakkimizda_ayrac:after {
	content: '';
	position: absolute;
	display: block;
	min-width: 100px;
	width: 30%;
	height: 5px;
	z-index: 0;
	top: -2px;
	left: 0;
	background: #0055a5;
}

.home_hakkimizda_galeri {
	margin-top: 30px;
}

.home_hakkimizda_galeri>div {
	padding: 5px;
}

.home_hakkimizda_galeri>div span {
	position: absolute;
	left: 20px;
	z-index: 20;
	bottom: 20px;
	color: #666;
	font-weight: 300;
	letter-spacing: -0.02em;
	font-size: 14px;
}

.home_hakkimizda_galeri>div a:hover span {
	color: #0E3F83;
	text-decoration: underline;
}

.home_hakkimizda_galeri img {
	background: #fbfbfb;
	padding: 10px;
	padding-bottom: 55px;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

	-webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .2);
}

.home_hakkimizda_galeri a:hover img {
	-webkit-box-shadow: 0 20px 70px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 20px 70px 0 rgba(0, 0, 0, .3);
}

.reklamlar {
	margin-top: 20px;
	padding: 0;
}

.reklamlar>div>div {
	padding: 10px;
}

.reklamlar>div>div img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	border-radius: 12px;
	padding: 0;
	-webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 8px 30px 0 rgba(0, 0, 0, .15);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.reklamlar>div>div img:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 40px 0 rgba(0, 0, 0, .25);
}

@media (max-width: 768px) {
	.reklamlar>div>div img {
		height: 140px;
	}
}

.home_haberler {
	background: url('../images/home_habeler_bg.jpg') no-repeat bottom center;
	background-size: cover;
	position: relative;
	height: auto;
	min-height: 600px;
	overflow: hidden;
	padding: 0;
	margin: 50px 0 140px 0;
}

.home_haberler:before {
	content: '';
	position: absolute;
	display: block;
	width: 7px;
	height: 97px;
	z-index: 0;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -100px;
	background: url('../images/line_dot.png') no-repeat center;
}

.home_haberler_baslik {
	position: relative;
}

.home_haberler_baslik h3 {
	position: relative;
	color: #0055a5;
	font-size: 3em;
	font-weight: 800;
	letter-spacing: -0.02em;
	text-align: center;
	margin: auto;
	margin-top: 70px;
	z-index: 1;
	text-transform: uppercase;
}

.home_haberler_baslik span {
	color: #f5f5f5;
	font-size: 6em;
	font-weight: 800;
	letter-spacing: -0.02em;
	position: absolute;
	z-index: 0;
	text-align: center;
	max-width: 95%;
	top: -75px;
	left: 0;
	right: 0;
	margin: auto;
	overflow: hidden;
	text-transform: uppercase;
}

.home_haberler_baslik p {
	position: relative;
	color: #ccc;
	font-size: 1em;
	font-weight: 200;
	text-align: center;
	margin: auto;
}

.home_haberler_ayrac {
	width: 100%;
	height: 100px;
	position: relative;
	left: 0;
	right: 0;
	margin: auto;
	background: url('../images/ayrac.png') no-repeat center;
}

.home_haberler .item {
	padding-bottom: 95px;
}

.home_haberler .item:hover .home_haber_text {
	background: #0E3F83;
}

.home_haber_text {
	width: 100;
	height: 150px;
	padding: 25px;
	position: relative;
	background: #0055a5 url('../images/haber-pattern.png') no-repeat top center;
}

.home_haber_text:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 85, 165, 0);
	border-bottom-color: #0055a5;
	border-width: 0px;
	margin-left: 0px;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.home_haberler .item:hover .home_haber_text:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #0E3F83;
	border-width: 20px;
	margin-left: -20px;
}

.home_haber_text h4 {
	color: #fff;
	letter-spacing: -0.02em;
	font-weight: 600;
	font-size: 1.10em;

	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.home_haber_text h4 a {
	color: #fff;
}

.home_haber_text h4 a i {
	margin-right: 8px;
}

.home_haber_text p {
	color: #fff;
	font-weight: 300;
	font-size: .75em;
}

.home_haber_text span {
	position: absolute;
	width: 80px;
	height: 80px;
	text-align: center;
	background: #c2c2c2;
	color: #fff;
	font-weight: 300;
	font-size: .75em;
	display: block;
	padding-top: 15px;
	margin-left: 80px;
}

.home_haber_text span i {
	display: block;
	margin-top: 5px;
	font-size: 1.70em;
}

.home_haber_text>a {
	position: absolute;
	width: 80px;
	height: 80px;
	text-align: center;
	background: #666;
	color: #fff;
	font-weight: 300;
	font-size: .75em;
	display: block;
	padding-top: 20px;
	margin-left: 0px;
	margin-top: 15px;

	-webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.7);
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.7);
}

.home_haber_text>a:hover {
	text-decoration: none;
	background: #0E3F83;
}

.home_haber_text>a i {
	display: block;
	font-size: 1.70em;
}

.home_projeler {
	background: #0055a5 url('../images/footer-pattern.png') no-repeat center;
	position: relative;
	min-height: 400px;
	height: auto;
	padding: 0;
	padding-bottom: 50px;
	margin: 20px 0 40px 0;
}

.home_projeler:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 30px;
	bottom: 0px;
	left: 0;
	z-index: 1;
	display: block;
	background: url('../images/yukari_cukur.png') no-repeat center;
}

.home_projeler:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 30px;
	top: 0px;
	left: 0;
	z-index: 1;
	display: block;
	background: url('../images/yukari_cukur2.png') no-repeat center;
}

.home_projeler_baslik {
	margin-top: -230px;
	position: relative;
	z-index: 2;
}

.home_projeler_baslik h3 {
	position: relative;
	color: #0055a5;
	font-size: 3em;
	font-weight: 800;
	letter-spacing: -0.02em;
	text-align: center;
	margin: auto;
	margin-top: 70px;
	z-index: 1;
	text-transform: uppercase;
}

.home_projeler_baslik span {
	color: #f5f5f5;
	font-size: 6em;
	font-weight: 800;
	letter-spacing: -0.02em;
	position: absolute;
	z-index: 0;
	text-align: center;
	max-width: 95%;
	top: -75px;
	left: 0;
	right: 0;
	margin: auto;
	overflow: hidden;
	text-transform: uppercase;
}

.home_projeler_baslik p {
	position: relative;
	color: #ccc;
	font-size: 1em;
	font-weight: 200;
	text-align: center;
	margin: auto;
}

.home_projeler_listele {
	margin-top: 95px;
}

.home_projeler_listele>div {
	padding: 5px;
}

.home_projeler_listele>div span {
	position: absolute;
	left: 20px;
	z-index: 20;
	bottom: 20px;
	color: #666;
	font-weight: 300;
	letter-spacing: -0.02em;

	width: 86%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.home_projeler_listele>div a:hover span {
	color: #0E3F83;
	text-decoration: underline;
}

.home_projeler_listele img {
	background: #fbfbfb;
	padding: 10px;
	padding-bottom: 55px;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

	-webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .2);
}

.home_projeler_listele a:hover img {
	-webkit-box-shadow: 0 20px 70px 0 rgba(0, 0, 0, .5);
	box-shadow: 0 20px 70px 0 rgba(0, 0, 0, .5);
}

.breadcrumb {
	position: relative;
	width: 100%;
	height: 250px;
	padding: 0;
	margin: 0;
	background: url('../images/breadcrumb_bg.jpg') no-repeat center;
}

.breadcrumb:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.45);
	z-index: 1;
}

.breadcrumb .container {
	position: relative;
	z-index: 2;
}

.bread_text {
	position: relative;
	margin: 60px 0 0 0;
	text-align: center;
}

.bread_text h1 {
	color: #fff;
	font-weight: 700;
	letter-spacing: -0.02em;
	font-size: 1.90em;
	text-align: center;
}

.bread_text ul {
	padding: 0;
	margin: 0;
	margin-top: -10px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.bread_text ul li {
	list-style: none;
	float: left;
	padding: 10px 25px 10px 10px;
	display: block;
	color: #fff;
	position: relative;
}

.bread_text ul li:before {
	content: "\f054";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	position: absolute;
	right: 0;
	font-size: .85em;
	top: 13px;
}

.bread_text ul li:first-child {
	padding-left: 0;
}

.bread_text ul li:last-child:before {
	display: none;
}

.bread_text ul li a {
	color: #fff;
	font-weight: 300;
	font-size: .90em;
	text-align: center;
}

.sol_blok {
	width: 100%;
	min-height: 200px;
	height: auto;
	padding: 0;
	margin-top: -110px;
	position: relative;
	background: #e5f5ff;
	z-index: 3;
}

.sag_blok {
	width: 100%;
	min-height: 200px;
	height: auto;
	padding: 40px 30px;
	margin-top: -70px;
	position: relative;
	background: #fbfbfb;
	z-index: 3;
}

.detay_sayfa_footer {
	position: relative;
	width: 100%;
	height: 60px;
	margin-bottom: 50px;
	background: url('../images/detay_sayfa_footer.png') no-repeat center;
	background-size: contain;
}

aside.yan_menu {
	margin: 30px;
	margin-top: 30px;
	position: relative;
	z-index: 2;
}

aside.yan_menu h3 {
	position: relative;
	color: #0055a5;
	padding: 5px 0;
	font-weight: 600;
	margin-bottom: 20px;
	font-size: 1.40em;
	letter-spacing: -0.04em;
}

aside.yan_menu h3 span:before {
	margin: 0;
	margin-right: 10px;
}

aside.yan_menu h3:before {
	content: '';
	position: absolute;
	width: 120%;
	height: 170%;
	left: -20%;
	top: -35%;
	z-index: -1;
	border: solid 3px #fff;
	background: #fff;

	-webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .4);
	box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .4);
}

aside.yan_menu ul {
	padding: 0;
	margin: 0;
}

aside.yan_menu ul li {
	list-style: none;
	float: none;
	position: relative;
}

aside.yan_menu ul li a {
	position: relative;
	color: #7bbde9;
	padding: 5px;
	display: block;
	font-weight: 500;
	letter-spacing: -0.02em;
	font-size: .90em;
	padding-left: 35px;

	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

aside.yan_menu ul li a:before {
	position: absolute;
	content: '';
	width: 25px;
	height: 2px;
	background: #7bbde9;
	display: block;
	left: 0;
	top: 13px;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

aside.yan_menu ul li a.aktif,
aside.yan_menu ul li a:hover,
aside.yan_menu ul li a:active {
	color: #0055a5;
}

aside.yan_menu ul li a.aktif:before,
aside.yan_menu ul li a:hover:before,
aside.yan_menu ul li a:active:before {
	background: #0055a5;
}

.orta_text {
	margin: 25px 0 20px 0;
}

.orta_text h1,
.orta_text h2,
.orta_text h3,
.orta_text h4,
.orta_text h5,
.orta_text h6 {
	position: relative;
	text-align: left;
	margin-bottom: 8px;
	color: #0055a5;
	font-weight: 700;
	font-size: 1.50em;
	letter-spacing: -0.04em;
}

.orta_text p,
.orta_text li {
	color: #222 !important;
	font-weight: 400 !important;
	text-align: left !important;
}

.orta_text p {
	position: relative;
	margin-top: 8px !important;
	line-height: 200% !important;
	font-size: .95em !important;
}

.orta_text1 {
	margin: 25px 0 20px 0;
}

.orta_text1 h1,
.orta_text1 h2,
.orta_text1 h3,
.orta_text1 h4,
.orta_text1 h5,
.orta_text1 h6 {
	position: relative;
	text-align: left;
	margin-bottom: 8px;
	color: #0055a5;
	font-weight: 700;
	font-size: 1.50em;
	letter-spacing: -0.04em;
}

.orta_text1 p,
.orta_text1 li {
	color: #222 !important;
	font-weight: 400 !important;
	text-align: left !important;
}

.orta_text1 p {
	position: relative;
	margin-top: 8px !important;
	line-height: 200% !important;
	font-size: .95em !important;
}

.banner {
	width: 100%;
	z-index: 4;
	position: relative;
}

.listele {
	padding: 0;
	margin: 30px 0 30px 0;
}

.listele li {
	list-style: none;
	float: none;
	border-bottom: dashed 1px #ccc;
	padding: 8px;
	display: block;
	text-align: justify;
	padding-left: 50px;
	color: #034689;
	background: url('../images/arrow-right-siyah.png') no-repeat 10px center;
}

.listele li strong {
	font-weight: 300;
}

.listele li a {
	color: #034689;
	font-weight: 400;
}

.listele li a:hover {
	text-decoration: underline;
	color: #fff;
}

.listele li:hover {
	background: #034689 url('../images/arrow-right.png') no-repeat 10px center;
	color: #fff;
	border-bottom: dashed 1px #034689;
}

.listele li:hover a {
	color: #fff;
}

.listele li:last-child {
	border-bottom: none;
}

.iletisim_listele {
	padding: 0;
	margin: 30px 0 30px 0;
}

.iletisim_listele li {
	list-style: none;
	float: none;
	border-bottom: dashed 1px #ccc;
	padding: 8px;
	display: block;
	text-align: justify;
	padding-left: 50px;
	color: #034689;
	font-weight: 300;
	background: url('../images/arrow-right-siyah.png') no-repeat 10px center;
}

.iletisim_listele li strong {
	font-weight: 700;
}

.iletisim_listele li a {
	color: #034689;
	font-weight: 300;
}

.iletisim_listele li a:hover {
	text-decoration: underline;
	color: #fff;
}

.iletisim_listele li:hover {
	background: #034689 url('../images/arrow-right.png') no-repeat 10px center;
	color: #fff;
	border-bottom: dashed 1px #034689;
}

.iletisim_listele li:hover a {
	color: #fff;
}

.iletisim_listele li:last-child {
	border-bottom: none;
}

.uyeler>div {
	padding: 5px;
	margin: 0;
}

.uyeler>div>div {
	padding: 10px;
	margin: 0;
	text-align: center;

	-webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .2);
}

.uyeler>div>div h3 {
	text-align: center;
	font-size: 1.20em;
	padding-top: 15px;
	margin: 0;
}

.uyeler>div>div p {
	text-align: center;
	font-size: .90em;
	padding: 0;
	margin: 0;
}

.articles-list {
	padding: 5px 10px;
}

.articles-list>div {
	margin-bottom: 10px;
	position: relative;
	padding: 15px;
	background: #fff;
	-webkit-box-shadow: 0 15px 50px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 15px 50px 0 rgba(0, 5, 0, .1);

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.articles-list>div>.artices-resim {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 0;
}

.articles-list>div>.artices-resim>a>img {
	width: 100%;
	padding: 0;
	margin: 0;
	margin-bottom: -5px;
	position: relative;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.articles-list>div:hover>.artices-resim>a>img {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.articles-list>div:hover {
	padding: 15px;
	-webkit-box-shadow: 0 15px 50px 0 rgba(0, 85, 166, .4);
	box-shadow: 0 15px 150px 0 rgba(0, 85, 166, .4);
}

.articles-list>div:after {
	content: '';
	position: absolute;
	width: 0%;
	height: 5px;
	background: #7bbde8;
	bottom: 0;
	left: 0;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.articles-list>div:hover:after {
	width: 100%;
}

.articles-list article h3 {
	margin-bottom: 0;
	font-weight: 500;
	font-size: 1.20em;
	text-align: left;
}

.articles-list article h3 a {
	color: #0055a5;
	padding: 15px 0;
	display: block;
	margin: 0;
	letter-spacing: -0.03em;

	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.articles-list article h3 a:hover {
	color: #0055a5;
	text-decoration: underline;
}

.articles-list article {
	min-height: 135px;
}

.articles-list article div {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .80em;
	font-weight: 300;
	font-size: .90em;
	line-height: 170%;
	letter-spacing: -0.01em;
}

footer:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 30px;
	top: 0px;
	left: 0;
	z-index: 1;
	display: block;

}

footer {
	position: relative;
	background: #0E3F83 url('../images/footer-pattern.png') no-repeat center;
}

.footer_center {
	margin-top: 70px;
	padding-bottom: 20px;
	position: relative;
	min-height: 270px;
	height: auto;
	border-bottom: solid 1px #093468;
}

.footer_center .row {
	padding: 0;
	margin: 0;
}

.footer-logo-link {
	display: block;
	max-width: 100%;
}

.footer-logo-img {
	max-width: var(--footer-logo-width, 150px);
	max-height: var(--footer-logo-height, 80px);
	width: auto;
	object-fit: contain;
	display: block;
	margin: 0 auto 15px;
}

.footer_sosyal {
	white-space: nowrap;
}

.footer_sosyal a {
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background: rgba(255, 255, 255, .22);
	color: #fff;
	display: inline-block;
	position: relative;
	margin: 10px 4px 0 4px;
	font-size: .95em;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.footer_sosyal a:hover {
	background: rgba(255, 255, 255, 1);
	color: #0055a5;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.footer_menu h3 {
	position: relative;
	color: #fff;
	font-weight: 600;
	margin-bottom: 20px;
	letter-spacing: -0.02em;
	font-size: 1.30em;
	text-transform: uppercase;
}

.footer_menu ul {
	padding: 0;
	margin: 0;
}

.footer_menu ul li {
	position: relative;
	list-style: none;
	float: none;

	display: block;
	color: #fff;
	font-size: .80em;
	font-weight: 300;
}

.footer_menu ul li a {
	position: relative;
	padding: 5px 0;
	display: block;
	color: #fff;
	font-weight: 300;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.footer_menu ul li a:hover {
	padding-left: 0;
	color: #48C3E0;
}

.footer_menu ul li a i {
	position: absolute;
	left: -17px;
	top: 9px;
	opacity: 0;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.footer_menu ul li a:hover i {
	position: absolute;
	left: -5px;
	top: 9px;
	opacity: 1;
}

.footer_bottom {
	position: relative;
	padding: 10px 0;
	padding-top: 20px;
	border-top: solid 1px #245A9B;
}

.footer_bottom p {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .70em;
	font-weight: 400;
	line-height: 140%;
}

.designer {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .65em;
	font-weight: 700;
	padding: 2px 0;
	letter-spacing: -0.02em;
	display: inline-block;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.designer:hover {
	background: #fff;
	text-decoration: none;
	color: #0E3F83;
	padding: 2px 10px;
}

.footer_top {
	width: 100%;
	height: 289px;
	top: 30px;
	padding: 0;
	margin: 0;
	background: url('../images/footer_top.png') no-repeat center;
	background-size: contain;
}

.beniAraform {
	position: relative;
	width: 70%;
	left: 0;
	right: 0;
	margin: auto;
	margin-top: 122px;
}

.beniAraform input[type="text"] {
	width: 70%;
	background: #fff;
	border: none;
	outline: none;
	padding: 15px;
	font-weight: 300;
	letter-spacing: -0.01em;
	color: #003362;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.beniAraform input[type="submit"] {
	width: 25%;
	background: #003362;
	color: #fff;
	border: none;
	outline: none;
	padding: 15px;
	font-weight: 300;
	letter-spacing: -0.01em;
	cursor: pointer;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.beniAraform input[type="submit"]:hover {
	background: #f7d204;
	color: #003362;
}

.sag_blok_genis.sag_blok:after {
	background: url('../images/detay_sayfa_ust.png') no-repeat right center;
}

.sag_blok_genis .orta_padding {
	z-index: 2;
	position: relative;
	padding: 30px;
}

.articles-list {
	padding: 5px 10px;
}

.articles-list>div {
	margin-bottom: 10px;
	position: relative;
	padding: 15px;
	background: #fff;
	-webkit-box-shadow: 0 15px 50px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 15px 50px 0 rgba(0, 5, 0, .1);

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.articles-list>div>.artices-resim {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 0;
}

.articles-list>div>.artices-resim>a>img {
	width: 100%;
	padding: 0;
	margin: 0;
	margin-bottom: -5px;
	position: relative;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.articles-list>div:hover>.artices-resim>a>img {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.articles-list>div:hover {
	padding: 15px;
	-webkit-box-shadow: 0 15px 50px 0 rgba(0, 85, 166, .4);
	box-shadow: 0 15px 150px 0 rgba(0, 85, 166, .4);
}

.articles-list>div:after {
	content: '';
	position: absolute;
	width: 0%;
	height: 5px;
	background: #7bbde8;
	bottom: 0;
	left: 0;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.articles-list>div:hover:after {
	width: 100%;
}

.articles-list article h3 {
	margin-bottom: 0;
	font-weight: 500;
	font-size: 1.50em;
}

.articles-list article h3 a {
	color: #0055a5;
	padding: 15px 0;
	display: block;
	margin: 0;
	font-size: .75em;
	letter-spacing: -0.04em;
}

.articles-list article h3 a:hover {
	color: #0055a5;
	text-decoration: underline;
}

.articles-list article {
	min-height: 135px;
}

.articles-list article p {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .80em;
	font-weight: 400;
	line-height: 170%;
	letter-spacing: -0.01em;
}

.articles-list article div p {
	position: absolute;
}

.articles-list article div table {
	position: relative;
	width: 100%;
	height: auto;
	border: dashed 1px rgba(123, 190, 233, .4);
}

.articles-list article div table tr td {
	padding: 7px;
	border-bottom: dashed 1px rgba(123, 190, 233, .4);
	color: #7bbee9;
	position: relative;
	font-size: .80em;
	font-weight: 600;
	width: 50%;
	margin: 0;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.articles-list article div table tr:hover td {
	background: rgba(123, 190, 233, .1);
}

.articles-list article div table tr:last-child td {
	border-bottom: none;
}

.articles-list article div table tr td:first-child {
	border-right: dashed 1px rgba(123, 190, 233, .4);
}

.home_makaleler {
	z-index: 1;
}

.circles-wrapper {
	overflow: hidden;
	position: relative;
	top: 0;
	width: 100%;
	height: 500px;
	margin: 40px 0;
	background: url('../images/circle-bg.jpg') no-repeat center;
}

.circle-bez {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: url('../images/circle-bez.png') no-repeat center;
	z-index: 3;
}

.circles {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 800px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.circle {
	position: absolute;
	top: 0;
	left: 0;
	width: 800px;
	height: 800px;
	border-radius: 50%;
	border: 60px solid #812990;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-name: circle;
	animation-name: circle;
}

@-webkit-keyframes circle {
	from {
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	to {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
		opacity: 0;
	}
}

@keyframes circle {
	from {
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	to {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
		opacity: 0;
	}
}

.home_haberler .owl-prev {
	position: absolute;
	left: -80px;
	top: 20%;
	width: 60px;
	height: 60px;
	background: transparent url('../images/slider-nav.png') no-repeat bottom right !important;
}

.home_haberler .owl-prev:hover,
.home_haberler .owl-prev:active,
.home_haberler .owl-prev:focus {
	background-position: bottom left !important;
}

.home_haberler .owl-next {
	position: absolute;
	right: -80px;
	top: 20%;
	width: 60px;
	height: 60px;
	background: transparent url('../images/slider-nav.png') no-repeat top left !important;
}

.home_haberler .owl-next:hover,
.home_haberler .owl-next:active,
.home_haberler .owl-next:focus {
	background-position: top right !important;
}

.home_haberler .owl-theme .owl-dots {
	margin-top: -32px;
	z-index: 999 !important;
	position: relative;
}

.home_haberler .owl-theme .owl-dots .owl-dot span {
	margin: 5px 2px !important;
	background: #666 !important;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.home_haberler .owl-theme .owl-dots .owl-dot.active span {
	margin: 5px 2px !important;
	background: #333 !important;
	width: 30px !important;
}

.home_haberler .owl-theme .owl-nav {
	margin-top: 0 !important;
	margin-bottom: 5px;
}

.footerTop {
	background: #78828d;
	min-height: 150px;
	height: auto;
	margin-top: 100px;
	position: relative;
}

.footerTopCall {
	position: relative;
	color: #edeff1;
	font-size: 2.40em;
	display: inline-block;
	line-height: 100%;
	letter-spacing: -0.03em;
	margin-top: 22px;
}

.footerTopCall:after {
	content: '';
	position: absolute;
	left: -90px;
	top: 17px;
	width: 77px;
	height: 84px;
	background: url('../images/kulaklik.png') no-repeat center;
}

.footerTopCall b {
	font-weight: 200;
	font-size: .50em;
	display: block;
	margin-bottom: -5px;
}

.footerTopCall span {
	font-weight: 100;
	display: block;
	font-size: .80em;
}

.footerTopCall:hover {
	color: #40cee7;
	text-decoration: none;
	text-shadow: 0 0 50px #40cee7;
}

.footerTopKutucuklar i {
	font-style: normal;
	font-size: 4.7em;
	color: #fff;
	font-weight: normal;
	text-align: center;
	display: block;
}

.footerTopKutucuklar a {
	position: relative;
	display: block;
	font-size: 1.20em;
	color: #fff;
	font-weight: 200;
	text-align: center;
	line-height: 110%;
	margin-top: 10px;
	letter-spacing: -0.02em;
}

.footerTopKutucuklar a span {
	font-weight: 600;
	display: block;
}

.footerTopKutucuklar {
	margin-top: -60px;
}

.footerTopKutucuklar div div {
	padding: 20px 10px 30px 10px;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.footerTopKutucuklar div div:hover {
	margin-top: -20px;
}

.footerTopKutucuklar .row div:nth-child(1) {
	background: #40cee7;
}

.footerTopKutucuklar .row div:nth-child(2) {
	background: #127fb2;
}

.footerTopKutucuklar .row div:nth-child(3) {
	background: #1262b2;
}

.footerTopKutucuklar .row div:nth-child(4) {
	background: #0d3c7c;
}

.homePlajveHizmet {
	position: relative;
	margin-top: 100px;
	margin-bottom: 200px;
}

.homePlajlarimiz {
	position: relative;
}

.homePlajlarimiz>div {
	position: relative;
	z-index: 33;
}

.homePlajlarimiz:after {
	content: '';
	width: 945px;
	height: 222px;
	position: absolute;
	bottom: -45%;
	left: -20%;
	z-index: -1;
	background: url('../images/kumsal.jpg') no-repeat bottom center;
}

.tabBaslik {
	position: relative;
	color: #54697e;
	letter-spacing: -0.04em;
	font-weight: 500;
	margin-bottom: 40px;
}

.tabBaslik:after {
	content: '';
	display: block;
	position: absolute;
	width: 50px;
	height: 4px;
	left: 0;
	bottom: -8px;
	background: #54697e;

	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.homeTabResim {
	width: 100%;
	min-height: 400px;
	height: 100%;
	position: relative;
	background-size: cover !important;

	-webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .2);
}

.homeTabResim:after {
	content: '';
	position: absolute;
	width: 150px;
	height: 150px;
	border: 10px solid #78828d;
	z-index: -1;
	left: -30px;
	bottom: -30px;
}

.homeTabResim:before {
	content: '';
	position: absolute;
	width: 279px;
	height: 122px;
	background: url('../images/deniz-sise.png') no-repeat center;
	z-index: 0;
	left: -120px;
	bottom: -110px;
}

.homeTabLink,
.homeTabLink:active,
.homeTabLink:focus {
	position: absolute;
	width: 120px;
	height: 35px;
	line-height: 35px;
	background: #78828d;
	display: block;
	color: #fff;
	font-size: .70em;
	letter-spacing: -0.02em;
	font-weight: 300;
	padding-left: 30px;
	text-align: center;
	bottom: -45px;
	right: 15px;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.homeTabLink:hover {
	color: #fff;
}

.homeTabLink:hover:after {
	background: #1262b2 url('../images/btn-arrow-beyaz.png') no-repeat center;
}

.homeTabLink:after {
	content: '';
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #0E3F83 url('../images/btn-arrow-beyaz.png') no-repeat center;
	position: absolute;
	left: 0;
	top: 0;

	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.plajlarNavContent .tab-pane.active {
	animation: slide-down .5s ease-out;
}

@keyframes slide-down {
	0% {
		opacity: 0;
		transform: translateY(5%);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.plajlarNavTabs {
	border-bottom: none;
}

.plajlarNavTabs .nav-item {
	display: block;
	float: none;
	width: 100%;
}

.plajlarNavTabs .nav-link {
	padding: 3px;
	font-weight: 400;
	border: none;
	font-size: .90em;
	color: #78828d;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.plajlarNavTabs .nav-link.active,
.plajlarNavTabs .nav-link:hover,
.plajlarNavTabs .nav-link:focus,
.plajlarNavTabs .nav-link:active,
.plajlarNavTabs .nav-item.show .nav-link {
	color: #0E3F83;
	border: none !important;
	padding-left: 20px;
	position: relative;
	text-decoration: underline;
}

.plajlarNavTabs .nav-link.active span,
.plajlarNavTabs .nav-link:hover span,
.plajlarNavTabs .nav-link:focus span,
.plajlarNavTabs .nav-link:active span,
.plajlarNavTabs .nav-item.show .nav-link span {
	background: #fff;
	position: relative;
	z-index: 2;
	padding-right: 10px;
}

.plajlarNavTabs .nav-link.active:after,
.plajlarNavTabs .nav-link:hover:after,
.plajlarNavTabs .nav-link:focus:after,
.plajlarNavTabs .nav-link:active:after,
.plajlarNavTabs .nav-item.show .nav-link:after {
	content: '';
	position: absolute;
	width: 15px;
	height: 9px;
	left: 0;
	top: 9px;
	background: url('../images/arrow-gri-mini.png') no-repeat center;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.plajlarNavTabs .nav-link.active:before,
.plajlarNavTabs .nav-link:hover:before,
.plajlarNavTabs .nav-link:focus:before,
.plajlarNavTabs .nav-link:active:before,
.plajlarNavTabs .nav-item.show .nav-link:before {
	content: '';
	position: absolute;
	width: 50%;
	height: 4px;
	right: 0;
	top: 12px;
	background: #78828d;
	z-index: 0;
	transition-delay: 0.2s;

	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.homeTesislerimiz {
	position: relative;
	z-index: 2;
}

.homeTesislerimiz>div>div {
	position: relative;
	background: #78828d;
	padding: 0;
	margin: 0;
	min-height: 110px;
	height: auto;
	background-size: cover !important;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

	-webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .2);
}

.homeTesislerimiz>div>div:hover {
	-webkit-box-shadow: 0 30px 70px 0 rgba(0, 0, 0, .4);
	box-shadow: 0 30px 70px 0 rgba(0, 0, 0, .4);
}

.homeTesislerimiz>div>div:nth-child(1) {
	z-index: 5;
}

.homeTesislerimiz>div>div:nth-child(2) {
	z-index: 4;
}

.homeTesislerimiz>div>div:nth-child(3) {
	z-index: 3;
}

.homeTesislerimiz>div>div:nth-child(4) {
	z-index: 2;
}

.homeTesislerimiz>div>div:nth-child(5) {
	z-index: 1;
}

.homeTesislerimiz>div>div>a {
	position: absolute;
	bottom: 15px;
	left: 20px;
	font-size: 1em;
	letter-spacing: -0.02em;
	line-height: 120%;
	font-weight: 200;
	color: #fff;
}

.homeTesislerimiz>div>div>a span {
	font-weight: 600;
	display: block;
}

.contact {
	padding: 50px 0;
	position: relative;

}

.contact-top {
	position: absolute;
	top: -40px;
	left: 0;
	width: 100%
}

.contact .section-title {
	margin-bottom: 30px !important
}

.contact .section-title-catch {
	text-align: center;
	color: #546b7f;
	font-weight: 500;
	font-size: 22px
}

.contact .section-title-catch strong {
	color: #61b769;
	font-weight: 600
}

.contact .section-title-txt {
	color: #1c4360
}

.contact .btn-green {
	font-weight: 600;
	font-size: 27px;
	height: 65px;
	padding: 5px 35px;
	margin-top: 10px;
	margin-bottom: 20px;
	display: flex;
	align-items: center
}

.contact .btn-green .icon-font {
	font-size: 25px;
	position: relative;
	top: 4px;
	padding-right: 20px;
	margin-right: 10px;
	transition: unset
}

.contact .btn-green .icon-font:after {
	content: '';
	position: absolute;
	height: 33px;
	width: 1px;
	background: #fff;
	right: 5px;
	top: -2px;
	transition: all .3s ease-in-out
}

.contact .btn-green:hover .icon-font:after {
	content: '';
	position: absolute;
	height: 33px;
	width: 1px;
	background: #5cb365;
	right: 5px;
	top: -2px;
	transition: all .3s ease-in-out
}

.contact .or {
	display: table;
	margin: auto;
	font-weight: 900;
	font-size: 25px;
	color: #1c4360
}

.contact .contact-form {
	width: 100%
}

.contact .contact-form form {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	padding: 10px;
	padding-left: 30px;
	border-radius: 100px;
	max-width: 90%;
	margin: auto;
	margin-top: 20px;
	box-shadow: 0 8px 40px 0 rgba(28, 67, 96, 0.2)
}

.contact .contact-form .btn-navy {
	height: 60px
}

.contact .contact-form .btn-navy:hover {
	border-color: transparent;
	background: #1262b2;
	color: #fff
}

.contact .contact-form .form-item {
	display: flex;
	align-items: center;
	height: 45px;
	padding: 0;
	width: 70%;
	position: relative
}

.contact .contact-form .form-item input {
	background: none;
	height: 45px;
	font-weight: 600;
	width: 100%;
	padding-left: 35px;
	border: none;
	border-bottom: 1px solid #ced0d3;
	border-radius: 0;
	padding-top: 4px;
	color: #1c4360;
	padding-right: 15px
}

.contact .contact-form .form-item input::placeholder {
	color: rgba(86, 100, 110, 0.65)
}

.contact .contact-form .form-item input:focus {
	border-color: #1c4360
}

.contact .contact-form .form-item input:focus~.icon-font {
	color: #1c4360
}

.contact .contact-form .form-item .icon-font {
	color: #bbbfc3;
	font-size: 22px;
	position: absolute;
	top: 9px;
	left: 0
}

.btn-navy {
	background-color: #0d3c7c;
	height: 50px;
	color: #fff;
	font-weight: 600;
	padding: 10px 25px;
	border: none;
	border-radius: 50px;
	box-shadow: 0px 10px 35px 0px rgba(28, 67, 96, 0.42);
}

// Change component color
@mixin states($color: $default) {
	border-color: $color;
	color: rgba(255, 255, 255, 0.9);
	background: $color;

	&:hover {
		border-color: $color;
		color: rgba(255, 255, 255, 0.6);
	}

	&:active {
		color: rgba(255, 255, 255, 0.9);
		border-color: darken($color, 10%);
	}
}

// Collapse / Expand Component
details {
	@include states($default);
	border: 1px solid;
	cursor: pointer;
	transition: background 0.3s;
	border-radius: 4px;
	min-height: 48px;
	max-height: 60px;
	transform-origin: top center;
	transform: rotate(0.1deg);
	transition: all 0.3s;

	::-webkit-details-marker {
		display: none;
	}

	+details {
		margin-top: 10px;
	}

	p {
		color: #fefefe;
		line-height: 1.7;
		margin: 10px 0 0;
		padding: 0 20px 15px;
	}

	// Primary Style
	&.primary {
		@include states($primary);
	}

	// Success Style
	&.success {
		@include states($sucess);
	}

	// Square Style
	&.square {
		border-radius: 0;
	}

	&[open] {
		transition: all 0.6s;
		min-height: 100px;
		max-height: 200px;
	}
}

summary {
	outline: none;
	font-size: 16px;
	padding: 13px;

	&:selection {
		background: transparent;
	}

	.close {
		display: none;

		[open] & {
			display: inline;
		}
	}

	.open {
		display: inline;

		[open] & {
			display: none;
		}
	}

	[open] & {
		display: inline;
	}

	&:after {
		margin-top: 2px;
		content: "â•";
		float: left;
		margin-right: 11px;
		text-align: center;
		font-size: 11px;

		[open] & {
			padding: 0 0 12px 0;
			content: "â–";
		}
	}
}

.bankabilgisi_out {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 65px;
	margin-bottom: 170px;
}

.bankabilgisi_main {
	width: 90%;
	height: auto;
	overflow: hidden;
	border: 1px solid #EBEBEB;
	margin: 0px auto;
	margin-bottom: 40px;
}

.bankabilgi_td {
	width: 30%;
	height: auto;
	overflow: hidden;
	display: inline-block;
	border-right: 1px solid #EBEBEB;
	vertical-align: top;
}

.bankabilgi_td:last-child {
	border-right: 0px;
	width: 40%
}

.bankabilgi_ust {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #EBEBEB;
}

.bankabilgi_ust p {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	font-family: 'Open Sans', Arial;
	font-size: 13px;
	color: #727070;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.bankabilgi_alt {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.bankabilgi_alt p {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	font-family: 'Open Sans', Arial;
	font-size: 14px;
	color: #272727;
	font-weight: bold;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 18px;
	margin-bottom: 18px;
}

.ik_main {
	width: 1150px;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	margin-bottom: 150px;
	margin-top: 80px
}

.ik_left {
	width: 707px;
	height: auto;
	display: inline-block;
	vertical-align: top;
	margin-right: 55px;
	overflow: hidden;
	padding-bottom: 30px
}

.ik_right {
	width: 300px;
	height: auto;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	padding-top: 25px;
	padding-bottom: 25px;
	background: #F8F8F8;
	border: 1px solid #CCC;
}

.ik_right p {
	padding: 0px;
	margin: 0px auto;
	overflow: hidden;
	width: 280px;
	height: auto;
	font-family: 'Open Sans', Arial;
	font-size: 14px;
	color: #333;
	line-height: 22px
}

.ik_baslik_divi {
	width: 100%;
	height: 18px;
	border-bottom: 1px solid #000;
	margin-bottom: 45px
}

.ik_baslik_divi span {
	background: #FFF;
	height: 50px;
	padding-right: 30px;
	font-family: 'Open Sans', Arial;
	font-size: 23px;
	font-weight: bold;
	color: #000
}

.inputlar_div {
	width: 100%;
	height: auto;
}

.inputlar_div input {
	margin-right: 29px;
	margin-bottom: 30px;
	width: 337px;
	height: 42px;
	outline: none;
	border: 1px solid #CCC;
	font-family: 'Open Sans', Arial;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	padding-left: 12px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.inputlar_div select {
	margin-right: 16px;
	margin-bottom: 30px;
	width: 222px;
	height: 42px;
	outline: none;
	border: 1px solid #CCC;
	font-family: 'Open Sans', Arial;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	padding-left: 12px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.bigselect select {
	margin-right: 29px;
	margin-bottom: 30px;
	width: 337px;
	height: 42px;
	outline: none;
	border: 1px solid #CCC;
	font-family: 'Open Sans', Arial;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	padding-left: 12px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.inputlar_div textarea {
	margin-right: 16px;
	margin-bottom: 30px;
	width: 100%;
	height: 80px;
	outline: none;
	border: 1px solid #CCC;
	font-family: 'Open Sans', Arial;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	padding-left: 12px;
	padding-top: 15px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.inputlar_div input:focus {
	border: 1px solid #0000cc;
}

.inputlar_div select:focus {
	border: 1px solid #0000cc;
}

.bigselect select:focus {
	border: 1px solid #0000cc;
}

.inputlar_div textarea:focus {
	border: 1px solid #0000cc;
}

.inputlar_div input:last-child {
	margin-right: 0px
}

.inputlar_div select:last-child {
	margin-right: 0px
}

.bigselect select:last-child {
	margin-right: 0px
}

.inputlar_div input::placeholder {
	color: #000
}

.inputlar_div textarea::placeholder {
	color: #000
}

.postDiv {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.postDiv input {
	width: 100%;
	height: 40px;
	color: #FFF;
	background: #C51730;
	border: 0px;
	border-radius: 3px;
	font-family: 'Open Sans', Arial;
	font-size: 16px;
}

@media screen and (max-width:1023px) and (min-width:0px) {

	.ik_main {
		width: 95%;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
		margin-bottom: 150px;
		margin-top: 80px
	}

	.ik_left {
		width: 100%;
		height: auto;
		display: inline-block;
		vertical-align: top;
		margin-right: 55px;
		overflow: hidden;
		padding-bottom: 30px
	}

	.ik_right {
		width: 100%;
		height: auto;
		display: inline-block;
		vertical-align: top;
		overflow: hidden;
		padding-top: 25px;
		padding-bottom: 25px;
		background: #F8F8F8;
		border: 1px solid #CCC;
	}

	.ik_right p {
		padding: 0px;
		margin: 0px auto;
		overflow: hidden;
		width: 90%;
		height: auto;
		font-family: 'Open Sans', Arial;
		font-size: 14px;
		color: #333;
		line-height: 22px
	}

	.ik_baslik_divi {
		width: 100%;
		height: 18px;
		border-bottom: 1px solid #000;
		margin-bottom: 45px
	}

	.ik_baslik_divi span {
		background: #FFF;
		height: 50px;
		padding-right: 30px;
		font-family: 'Open Sans', Arial;
		font-size: 23px;
		font-weight: bold;
		color: #000
	}

	.inputlar_div {
		width: 100%;
		height: auto;
	}

	.inputlar_div input {
		margin-right: 29px;
		margin-bottom: 30px;
		width: 100%;
		height: 42px;
		outline: none;
		border: 1px solid #CCC;
		font-family: 'Open Sans', Arial;
		font-size: 14px;
		font-weight: 500;
		color: #000;
		padding-left: 12px;
		border-radius: 3px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	}

	.inputlar_div select {
		margin-right: 16px;
		margin-bottom: 30px;
		width: 100%;
		height: 42px;
		outline: none;
		border: 1px solid #CCC;
		font-family: 'Open Sans', Arial;
		font-size: 14px;
		font-weight: 500;
		color: #000;
		padding-left: 12px;
		border-radius: 3px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	}

	.bigselect select {
		margin-right: 29px;
		margin-bottom: 30px;
		width: 100%;
		height: 42px;
		outline: none;
		border: 1px solid #CCC;
		font-family: 'Open Sans', Arial;
		font-size: 14px;
		font-weight: 500;
		color: #000;
		padding-left: 12px;
		border-radius: 3px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	}

	.inputlar_div textarea {
		margin-right: 16px;
		margin-bottom: 30px;
		width: 100%;
		height: 80px;
		outline: none;
		border: 1px solid #CCC;
		font-family: 'Open Sans', Arial;
		font-size: 14px;
		font-weight: 500;
		color: #000;
		padding-left: 12px;
		padding-top: 15px;
		border-radius: 3px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	}

}

@media screen and (max-width:1100px) and (min-width:1023px) {

	.ik_main {
		width: 95%;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
		margin-bottom: 150px;
		margin-top: 80px
	}

	.ik_left {
		width: 100%;
		height: auto;
		display: inline-block;
		vertical-align: top;
		margin-right: 55px;
		overflow: hidden;
		padding-bottom: 30px
	}

	.ik_right {
		width: 100%;
		height: auto;
		display: inline-block;
		vertical-align: top;
		overflow: hidden;
		padding-top: 25px;
		padding-bottom: 25px;
		background: #F8F8F8;
		border: 1px solid #CCC;
	}

	.ik_right p {
		padding: 0px;
		margin: 0px auto;
		overflow: hidden;
		width: 90%;
		height: auto;
		font-family: 'Open Sans', Arial;
		font-size: 14px;
		color: #333;
		line-height: 22px
	}

	.ik_baslik_divi {
		width: 100%;
		height: 18px;
		border-bottom: 1px solid #000;
		margin-bottom: 45px
	}

	.ik_baslik_divi span {
		background: #FFF;
		height: 50px;
		padding-right: 30px;
		font-family: 'Open Sans', Arial;
		font-size: 23px;
		font-weight: bold;
		color: #000
	}

	.inputlar_div {
		width: 100%;
		height: auto;
	}

	.inputlar_div input {
		margin-right: 29px;
		margin-bottom: 30px;
		width: 100%;
		height: 42px;
		outline: none;
		border: 1px solid #CCC;
		font-family: 'Open Sans', Arial;
		font-size: 14px;
		font-weight: 500;
		color: #000;
		padding-left: 12px;
		border-radius: 3px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	}

	.inputlar_div select {
		margin-right: 16px;
		margin-bottom: 30px;
		width: 100%;
		height: 42px;
		outline: none;
		border: 1px solid #CCC;
		font-family: 'Open Sans', Arial;
		font-size: 14px;
		font-weight: 500;
		color: #000;
		padding-left: 12px;
		border-radius: 3px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	}

	.bigselect select {
		margin-right: 29px;
		margin-bottom: 30px;
		width: 100%;
		height: 42px;
		outline: none;
		border: 1px solid #CCC;
		font-family: 'Open Sans', Arial;
		font-size: 14px;
		font-weight: 500;
		color: #000;
		padding-left: 12px;
		border-radius: 3px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	}

	.inputlar_div textarea {
		margin-right: 16px;
		margin-bottom: 30px;
		width: 100%;
		height: 80px;
		outline: none;
		border: 1px solid #CCC;
		font-family: 'Open Sans', Arial;
		font-size: 14px;
		font-weight: 500;
		color: #000;
		padding-left: 12px;
		padding-top: 15px;
		border-radius: 3px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	}

}


.back-to-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 9999;
	width: var(--back-to-top-size, 50px);
	height: var(--back-to-top-size, 50px);
	background: #0E3F83;
	color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	cursor: pointer;
}

.back-to-top.visible {
	opacity: 1;
	visibility: visible;
}

.back-to-top:hover {
	background: #B5691A;
	color: white;
	transform: translateY(-3px);
}

.whatsapp-widget {
	position: fixed;
	bottom: 30px;
	left: 30px;
	z-index: 9998;
	width: var(--whatsapp-size, 50px);
	height: var(--whatsapp-size, 50px);
	background: #25d366;
	color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
	transition: all 0.3s ease;
	animation: whatsappPulse 2s infinite;
}

.whatsapp-widget:hover {
	transform: scale(1.1);
	color: white;
}

@keyframes whatsappPulse {

	0%,
	100% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.4);
	}

	50% {
		box-shadow: 0 0 0 12px rgba(37, 211, 102, 0);
	}
}

@media (max-width: 991px) {
	.back-to-top {
		bottom: 15px;
		right: 15px;
		width: var(--back-to-top-size-mobile, 40px);
		height: var(--back-to-top-size-mobile, 40px);
		font-size: 16px;
	}

	.whatsapp-widget {
		bottom: 15px;
		left: 15px;
		width: var(--whatsapp-size-mobile, 40px);
		height: var(--whatsapp-size-mobile, 40px);
		font-size: 18px;
	}
}

.home_haberler .item img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.home_projeler_listele img {
	width: 100%;
	height: 220px;
	object-fit: cover;
}

.home_haberler .owl-nav button.owl-prev,
.home_haberler .owl-nav button.owl-next {
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	width: 45px;
	height: 45px;
	background: #0E3F83;
	color: #fff;
	border-radius: 50%;
	border: none;
	font-size: 0;
	line-height: 45px;
	text-align: center;
	transition: all 0.3s ease;
	z-index: 10;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.home_haberler .owl-nav button.owl-prev:hover,
.home_haberler .owl-nav button.owl-next:hover {
	background: #B5691A;
	color: #fff;
}

.home_haberler .owl-nav button.owl-prev {
	left: -25px;
}

.home_haberler .owl-nav button.owl-next {
	right: -25px;
}

.home_haberler .owl-nav button.owl-prev::before {
	content: "\f053";
	font-family: "Font Awesome 5 Free", "FontAwesome";
	font-weight: 900;
	font-size: 16px;
	color: #fff;
}

.home_haberler .owl-nav button.owl-next::before {
	content: "\f054";
	font-family: "Font Awesome 5 Free", "FontAwesome";
	font-weight: 900;
	font-size: 16px;
	color: #fff;
}

.home_projeler_listele>div {
	position: relative;
}

.home_hakkimizda_galeri>div {
	position: relative;
}

.articles-list>div>.artices-resim>a>img {
	height: 250px;
	object-fit: cover;
}

.btn-tumu {
	display: inline-block;
	border: 1px solid #0055a5;
	background: #0055a5;
	color: #fff !important;
	padding: 10px 30px;
	border-radius: 4px;
	font-weight: 600;
	font-size: 0.85rem;
	letter-spacing: 0.05em;
	transition: all 0.3s ease;
	text-transform: uppercase;
	box-shadow: 0 4px 10px rgba(0, 85, 165, 0.2);
}

.btn-tumu:hover {
	background: #B5691A;
	border-color: #B5691A;
	color: #fff !important;
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 6px 15px rgba(181, 105, 26, 0.3);
}

.btn-tumu-light {
	display: inline-block;
	border: 2px solid #fff;
	background: transparent;
	color: #fff !important;
	padding: 10px 30px;
	border-radius: 4px;
	font-weight: 700;
	font-size: 0.85rem;
	letter-spacing: 0.05em;
	transition: all 0.3s ease;
	text-transform: uppercase;
}

.btn-tumu-light:hover {
	background: #fff;
	color: #0055a5 !important;
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 6px 15px rgba(255, 255, 255, 0.25);
}

.member-card {
	background: #fff;
	border-radius: 16px;
	padding: 30px 20px;
	text-align: center;
	height: 100%;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
	border: 1px solid rgba(0, 0, 0, 0.04);
}

.member-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 12px 32px rgba(0, 85, 165, 0.12);
}

.member-avatar {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 18px;
	border: 4px solid #e8f0fe;
	transition: border-color 0.3s ease;
}

.member-card:hover .member-avatar {
	border-color: #0055a5;
}

.member-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.member-avatar-placeholder {
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #e8f0fe, #d0e2f7);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.2rem;
	color: #0055a5;
}

.member-name {
	font-size: 1.1rem;
	font-weight: 700;
	color: #1a1a2e;
	margin-bottom: 6px;
}

.member-role {
	color: #d32f2f;
	font-weight: 600;
	font-size: 0.85rem;
	margin-bottom: 12px;
}

.member-contact {
	font-size: 0.82rem;
	color: #666;
	line-height: 1.8;
}

.member-contact i {
	width: 16px;
	margin-right: 6px;
	color: #0055a5;
}

.orta_text .row .col-md-4 .member-card,
.orta_text .row>div>div {
	background: #fff;
	border-radius: 16px;
	padding: 30px 20px;
	text-align: center;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
	border: 1px solid rgba(0, 0, 0, 0.04);
}

.orta_text .row .col-md-4 .member-card:hover,
.orta_text .row>div>div:hover {
	transform: translateY(-6px);
	box-shadow: 0 12px 32px rgba(0, 85, 165, 0.12);
}

.orta_text .row .col-md-4 img[style*="border-radius: 50%"],
.orta_text img[style*="border-radius:50%"] {
	border: 4px solid #e8f0fe;
	transition: border-color 0.3s ease, transform 0.3s ease;
}

.orta_text .row .col-md-4 img[style*="border-radius: 50%"]:hover,
.orta_text img[style*="border-radius:50%"]:hover {
	border-color: #0055a5;
}

.orta_text h4[style*="color: var(--primary)"] {
	color: #1a1a2e !important;
	font-size: 1.1rem !important;
	margin-top: 10px !important;
}

.orta_text span[style*="color: var(--secondary)"] {
	color: #d32f2f !important;
	font-size: 0.85rem !important;
}

.footerTopNew {
	background: transparent;
	min-height: 150px;
	height: auto;
	margin-top: 100px;
	position: relative;
}

.footerCallBox {
	background: #78828d;
	min-height: 150px;
	padding: 25px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 991px) {
	.footerCallBox {
		padding: 25px 20px;
	}
}

.footerCallLink {
	display: flex;
	align-items: center;
	text-decoration: none !important;
	color: #ffffff !important;
	gap: 15px;
	transition: opacity 0.25s ease;
}

.footerCallLink:hover {
	opacity: 0.9;
}

.footerCallLink .call-icon-box i {
	font-size: 2.6rem;
	color: #ffffff;
}

.footerCallLink .call-text-box {
	display: flex;
	flex-direction: column;
	line-height: 1.2;
}

.footerCallLink .call-prefix {
	font-size: 0.85rem;
	font-weight: 400;
	letter-spacing: 0.5px;
	opacity: 0.85;
}

.footerCallLink .call-number {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: -0.5px;
	margin: 2px 0;
}

.footerCallLink .call-title {
	font-size: 0.9rem;
	font-weight: 400;
	opacity: 0.75;
}

.footerBoxItem {
	min-height: 150px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.footerBoxItem a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 25px 15px;
	text-decoration: none !important;
	color: #ffffff !important;
	text-align: center;
}

.footerBoxItem i {
	font-size: 2.6rem;
	color: #ffffff;
	margin-bottom: 8px;
	opacity: 0.9;
	transition: transform 0.3s ease;
}

.footerBoxItem:hover i {
	transform: translateY(-5px);
}

.footerBoxItem span {
	font-size: 0.95rem;
	font-weight: 400;
	line-height: 1.3;
	display: block;
}

.footerBoxItem span strong {
	display: block;
	font-weight: 700;
	font-size: 1.1rem;
	margin-top: 2px;
}

.footerBoxItem.box1 {
	background: #003B79;
}

.footerBoxItem.box2 {
	background: #003268;
}

.footerBoxItem.box3 {
	background: #002A58;
}

.footerBoxItem.box4 {
	background: #002148;
}

.footerBoxItem.box1:hover {
	background: #00458d;
}

.footerBoxItem.box2:hover {
	background: #003b7a;
}

.footerBoxItem.box3:hover {
	background: #00326b;
}

.footerBoxItem.box4:hover {
	background: #002a5c;
}