:root {
	--color-1: #000;
	--color-2: #4195b3;
	--color-3: #3d3d3d;
	--color-4: #7d7d7d;
	--color-5: #221d35;
	--border-color: #e6e6e6;
	--box-shadow-1: 0 15px 10px rgb(0 0 0 / 10%);
}

@media (min-width: 992px) {
	:root {
		--slide-height: calc(100vh - 135px);
	}
}

@media (min-width: 1750px) {
	:root {
		--slide-height: calc(100vh - 135px);
	}
}

@media (max-width: 991px) {
	:root {
		--slide-height: 100vh;
	}
}

@media (min-width: 768px) {
	:root {
		--header-height: 175px;
	}
}

@media (max-width: 767px) {
	:root {
		--header-height: 80px;
	}
}

html {
	overflow-y: scroll;
	-ms-overflow-style: scrollbar;
}

html, body {
	height: 100%;
	min-height: 100%;
	-webkit-font-smoothing: subpixel-antialiased;
}

::-moz-selection {
	color: #fff;
	background: #000;
}

::-webkit-selection {
	color: #fff;
	background: #000;
}

::selection {
	color: #fff;
	background: #000;
}

iframe {
	border: none;
}

a, b, div, ul, li {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	-moz-outline-: none;
}

a:focus:not(.focus-visible),
a:active {
	-moz-outline: none;
	outline: none;
}

a:focus.focus-visible,
button:focus.focus-visible,
div:focus.focus-visible {
	-moz-outline: 2px dotted #36a367 !important;
	outline: 2px dotted #36a367 !important;
	outline-offset: 0 !important;
}

img[data-sizes="auto"] {
	display: block;
	width: 100%;
}

body {
	color: var(--color-1);
	font-size: 16px;
	font-family: 'Archivo', sans-serif;
	line-height: 1.7;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	font-weight: 300;
}

* {
	outline: 0;
}

.btn.focus, .btn:focus,
button:active, button:focus {
	box-shadow: none;
	outline: 0;
}

ul {
	list-style: none outside;
	padding: 0;
}

a {
	color: #000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none !important;
}

a:hover, a:focus {
	text-decoration: none;
	color: var(--color-1);
}

.page {
	padding: 15px 30px;
	position: relative;
	overflow: hidden;
}

.rotate {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;

}

.btn {
	font-size: 14px;
	border: 2px solid #fff;
	padding: 15px 40px;
	color: #fff;
	font-weight: 700;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.btn:hover {
	background-color: #fff;
	color: #2d297d;
}

.btn.transparent {
	border: 2px solid #ea551c;
	color: var(--color-2);
	font-weight: 400;
	padding: 0px 20px;
	font-size: 18px;
	background-color: transparent;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	line-height: 40px;
	min-width: 140px;
	text-align: left;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	margin-top: 15px;
}

.btn.transparent:hover {
	color: #fff;
	background-color: var(--color-2);
	border-color: var(--color-2);
}

.btn.transparent:hover img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.btn.white {
	background-color: #fff;
	color: #2d297d;
}

.btn.white:hover {
	border-color: #2d297d;
	background-color: #2d297d;
	color: #fff;
}

.btn.green {
	background: #00a956;
	border: 1px solid transparent;
	color: #fff !important;
	transition: 0.3s;
	display: inline-block;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
}

.btn.green:hover {
	background: #fff;
	color: #00a956 !important;
	border: 1px solid #00a956;
}


.btn.secondary {
	font-size: 15px;
	color: #fff;
	border: 0;
	font-weight: 500;
	padding: 0px 40px;
	line-height: 36px;
	background: var(--color-3);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.btn.secondary:hover {
	background: var(--color-2);
}

.btn.grey {
	background-color: #6D8CC8;
	color: #fff;
	padding: 0 20px;
	line-height: 35px;
}

.btn.grey:hover {
	background-color: var(--color-3);
	color: #fff;
}

.btn.grey:hover img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.btn.red {
	background-color: #bc2025;
	color: #fff;
	position: relative;
}

.btn.red:after {
	content: '';
	border: 1px solid #464646;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 100%;
	height: 100%;
}

.btn.red.border-white2:after {
	border-color: #fff;
}

.btn.red.border-white2:hover {
	background-color: #fff;
	color: #bc2025;
}

.btn.red:hover {
	background-color: #464646;
	color: #fff;
}

.border-white {
	border: 1px solid #fff;
}

.btn.shadow {
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.15);
}

.white-bg {
	background-color: #fff;
}

.grey-bg {
	background-color: #f5f5f5;
}

.red-bg {
	background-color: #474747;
}

section.tesislerimiz .owl-carousel .owl-item img {
	width: auto;
	align-self: center;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.owl-carousel .owl-item img {
	width: auto;
}

h2 {
	font-size: 36px;
	color: #333333;
	font-weight: 700;
}

.image-bg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.title-anim.box .title h3,
.content-page h3,
section.haberler h3,
section.kurumsal .short-content h3,
section.kurumsal .hakkimizda h3,
.heading-title {
	position: relative;
	font-size: 30px;
	font-weight: 900;
	color: var(--color-3);
	margin-bottom: 26px;
}

section.kurumsal .hakkimizda h3 {
	font-size: 48px;
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 1.2;
}

section.kurumsal .hakkimizda h2 strong,
section.kurumsal .hakkimizda h3 strong {
	color: var(--color-3);
	font-weight: 800;
	font-size: 48px;
}

section.kurumsal .hakkimizda .hakkimizda-links li a {
	display: block;
	position: relative;
}

section.kurumsal .hakkimizda .hakkimizda-links {
	gap: 50px;
	margin: 50px 0 30px 0;

}

section.kurumsal .hakkimizda .hakkimizda-links li a .type {
	position: absolute;
	bottom: -30px;
	right: -30px;
}

section.kurumsal .hakkimizda .hakkimizda-links li a .type2 {
	position: absolute;
	top: -30px;
	right: -30px;
}

section.kurumsal .hakkimizda strong {
	font-size: 21px;
	font-weight: 700;
}

section.kurumsal-tabs .kurumsal-tabs-wrapper {
	background: rgb(44, 63, 97);
	background: -moz-linear-gradient(90deg, rgba(44, 63, 97, 1) 0%, rgba(44, 63, 97, 1) 39%, rgba(77, 171, 205, 1) 77%);
	background: -webkit-linear-gradient(90deg, rgba(44, 63, 97, 1) 0%, rgba(44, 63, 97, 1) 39%, rgba(77, 171, 205, 1) 77%);
	background: linear-gradient(90deg, rgba(44, 63, 97, 1) 0%, rgba(44, 63, 97, 1) 39%, rgba(77, 171, 205, 1) 77%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2c3f61", endColorstr="#4dabcd", GradientType=1);
	padding: 30px;
	border-radius: 20px;
	margin-bottom: 30px;
	color: #fff;
}

section.kurumsal-tabs .kurumsal-tabs-wrapper .nav {
	border-right: 4px solid #fff;
	padding: 5px 0;
	margin-right: 5rem;
}

section.tesislerimiz .owl-carousel {
	border-radius: 20px;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	/* overflow: hidden; */
}

section.tesislerimiz .owl-item .tesisItem {
	padding: 40px 30px;
	border-right: 1px solid #fff;
	min-height: 600px;
	position: relative;
}

section.tesislerimiz .owl-item .tesisItem:hover:after {
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	position: absolute;
	opacity: .9;
	background: rgb(44, 63, 97);
	background: -moz-linear-gradient(30deg, rgba(44, 63, 97, 1) 0%, rgba(77, 171, 205, 1) 78%);
	background: -webkit-linear-gradient(30deg, rgba(44, 63, 97, 1) 0%, rgba(77, 171, 205, 1) 78%);
	background: linear-gradient(30deg, rgba(44, 63, 97, 1) 0%, rgba(77, 171, 205, 1) 78%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2c3f61", endColorstr="#4dabcd", GradientType=1);
}

section.tesislerimiz .owl-item .tesisItem:hover .content {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

section.tesislerimiz .owl-item .tesisItem .content {
	display: flex;
	color: #fff;
	flex-direction: column;
	gap: 20px;
	position: absolute;
	bottom: 40px;
	z-index: 9;
	-webkit-transform: translateY(300px);
	-ms-transform: translateY(300px);
	transform: translateY(300px);
	-webkit-transition: 0.9s 0.2s;
	transition: 0.9s 0.2s;
}

section.tesislerimiz .owl-item .tesisItem .content .icon img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

section.tesislerimiz .owl-item .tesisItem .content a:hover {
	color: #fff;
}

section.tesislerimiz .owl-item .tesisItem .content a.title {
	color: #fff;
	font-weight: 800;
	font-size: 21px;
	text-transform: uppercase;
}

section.tesislerimiz .owl-item .tesisItem .number {
	font-size: 100px;
	transform: rotate(-90deg);
	transform-origin: bottom left;
	white-space: nowrap;
	display: inline-block;
	color: #fff;
	opacity: .5;
	font-weight: 800;
	position: absolute;
	right: -110px;
	top: 50px;
	line-height: 1;
	z-index: 9;
}

section.info-boxes {
	position: relative;
	margin-top: -50px;
	z-index: 9;
}

section.info-boxes .default-box {
	display: flex;
	gap: 15px;
	align-items: center;
}

section.info-boxes .default-box .title {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	color: var(--color-1);
}

section.info-boxes .info-box {
	background: #fff;
	padding: 30px;
	display: flex;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 10px 0px;
	min-height: 130px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

section.info-boxes .info-box:hover {
	background: var(--color-3);
	color: #fff;
}

section.info-boxes .info-box:hover .title {
	color: #fff;
}

section.info-boxes .info-box:hover img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

section.cozumler {
	position: relative;
	z-index: 99;
}

section.cozumler .info-box {
	background: var(--color-4);
	padding: 30px;
	color: #fff;
	background: rgb(18, 50, 140);
	background: -moz-linear-gradient(0deg, rgba(18, 50, 140, 1) 0%, rgba(44, 80, 181, 1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(18, 50, 140, 1) 0%, rgba(44, 80, 181, 1) 100%);
	background: linear-gradient(0deg, rgba(18, 50, 140, 1) 0%, rgba(44, 80, 181, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#12328c", endColorstr="#2c50b5", GradientType=1);
	text-align: center;
}

section.cozumler .info-box .content {
	font-size: 16px;
	opacity: .5;
	line-height: 1.2;
	font-weight: 300;
}

section.cozumler .info-box {
	display: block;
}

section.cozumler .info-box.style-1 {

}

section.cozumler .info-box.style-3 {

}

section.cozumler .info-box.second {
	background: rgb(44, 80, 181);
	background: -moz-linear-gradient(0deg, rgba(44, 80, 181, 1) 0%, rgba(18, 50, 140, 1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(44, 80, 181, 1) 0%, rgba(18, 50, 140, 1) 100%);
	background: linear-gradient(0deg, rgba(44, 80, 181, 1) 0%, rgba(18, 50, 140, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2c50b5", endColorstr="#12328c", GradientType=1);
}

section.cozumler .info-box .image {
	margin-bottom: 30px;
	min-height: 105px;
}

section.cozumler .info-box .title {
	margin: 15px 0 0 0;
}

section.cozumler .info-box h4 {
	font-size: 18px;
	font-weight: 500;
	min-height: 44px;
}

section.cozumler .info-box h4 span {
	font-size: 15px;
	opacity: .5;
	font-weight: 500;
	display: block;
}

section.cozumler .info-box.second h4,
section.cozumler .info-box.second h4 span {
	/* color: var(--color-4); */
}


section.content-page {
	position: relative;
	z-index: 9;
}

section.kurumsal.content-page .hakkimizda img {

}


section.kurumsal .description h3 {
	color: #fff;
	font-weight: 700;
	font-size: 40px;
}

section.kurumsal .description h5 {
	opacity: .6;
}

section.kurumsal .widgetItem .photo {
	width: 230px;
	height: 230px;
	text-align: center;
	margin: 0 auto;
	border: 1px solid var(--color-2);
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-bottom: 30px;
}

section.kurumsal .widgetItem .description {
	position: relative;
	font-size: 14px;
	font-weight: 300;
}

section.kurumsal .widgetItem h4 {
	font-size: 20px;
	font-weight: 500;
	color: var(--color-2);
}

section.kurumsal .widgetItem {
	margin-top: 30px;
}


.title-anim.box .title h3,
.title-anim.box .title h3 span,
.content-page h3 span,
section.haberler h3 strong,
.heading-title span {
	display: block;
	color: var(--color-2);
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 600;
}

.heading-title span + span {
	display: inline-block;
	border-bottom: 1px solid var(--color-2);
}

.heading-title-2 {
	position: relative;
	font-size: 40px;
	font-weight: 700;
	margin-top: 0;
	color: #000;
	margin-bottom: 20px;
}

.grey-bg .heading-title span {
	background-color: #f1f1f1;
}

header .container-fluid.maxWidth {
	max-width: 100%;
}


.container-fluid.maxWidth {
	max-width: 1440px;
}

.breadcrumbWrapper {
	width: 100%;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover !important;
	background-position: 50% 50% !important;
	z-index: 0;
	background: none !important;
}
.breadcrumbInner .category-name{
	margin-right:5px;

}
.breadcrumbInner .d-flex{
	justify-content: center;
}
.breadcrumbInner.heading-big .d-flex{
	justify-content: start;
}
.breadcrumbInner .category-name,
.breadcrumbInner h1 {
	font-size: 30px;
	font-weight: 700;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0;
	line-height: 55px;
}
.heading-big.breadcrumbInner h1{
	color:#494949;
}
.breadcrumbInner h1:after {
	/*content: "";
	width: 200px;
	height: 1px;
	background-color: #fdda11;
	bottom: -10px;
	left: calc(50% - 100px);
	position: absolute;*/
}

.breadcrumbInner {
	padding-top: 14em;
	padding-bottom: 7em;
	position: relative;
	background: #f5f5f5;
	border-radius: 30px;
	text-align: center;
	color: var(--color-2);
}

.breadcrumbInner.heading-big {
	height: 600px;
}

.breadcrumbInner:before {
	content: "";
	position: absolute;
	right: 55%;
	top: 0;
	background: url("../images/slide-mask.png");
	background-position: left top;
	background-repeat: no-repeat;
	width: 927px;
	height: 519px;
	z-index: 1;
	display: none;
}

.breadcrumbInner nav {
	display: inline-block;
	position: relative;
}

.breadcrumb {
	background-color: transparent;
	padding: 0;
	margin-bottom: 0;
	border-radius: 0;
	font-size: 16px;
	font-weight: 300;
	position: relative;
	top: -15px;
	z-index: 99;
	display: none;
}

ol.breadcrumb {
	padding: 15px 0;
}

div.breadcrumb:after {
	content: "";
	background: var(--color-2);
	width: 50%;
	position: absolute;
	left: 0;
	height: 100%;
	top: -15px;
}

.breadcrumb > li,
.breadcrumb > li a,
.breadcrumb > .active,
.breadcrumb > li + li:before {
	color: #fff;
	opacity: 1;
	content: ".";
}

.breadcrumb > li + li:before {
	color: #fff !important;
	content: "." !important;
	position: relative;
	font-size: 25px;
	line-height: 8px;
}

/* ==============================
   Page loader
   ============================== */
.page-loader {
	display: flex;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #F8F8F8;
	z-index: 100000;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.loader {
	width: 50px;
	height: 50px;
	/* position: absolute; */
	/* top: 50%; */
	/* left: 50%; */
	margin: 30px 0 0 0;
	font-size: 10px;
	text-indent: -12345px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	border-left: 1px solid rgba(255, 255, 255, 0.8);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: spinner 700ms infinite linear;
	-moz-animation: spinner 700ms infinite linear;
	-ms-animation: spinner 700ms infinite linear;
	-o-animation: spinner 700ms infinite linear;
	animation: spinner 700ms infinite linear;
	z-index: 100001;
}

@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-o-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.page-wrapper {
	padding: 15px 30px;
	position: relative;
	overflow: hidden;
}

/* ==============================
   Header
   ============================== */
.top-bar {
	background-color: #4f5950;
	color: #fff;
	line-height: 40px;
	font-size: 13px;
}

.top-bar a {
	color: #fff;
}

.top-bar .social a {
	width: 24px;
	height: 24px;
	line-height: 24px;
	border: 0;
	color: #fff;
	font-size: 14px !important;
}

.top-bar .social a:hover {
	color: #4f5950;
	background-color: #fff !important;
	border-color: #fff;
}

.header-fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2000;
	transition: 0.7s;
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.05);
}

.header {
	position: absolute;
	top: 30px;
	width: 100%;
	z-index: 999;
	transition: 0.7s;
	/* background-color: #fff; */
	padding: 30px 110px;
	left: 0;
	right: 0;
}

.header.hide {
	top: -100px;
	visibility: hidden;
	transition: 0.7s;
}

.header.transparent.scroll {
	padding: 0;
	transition: 0.7s;
	z-index: 9999;
}

.header.transparent.scroll-hide.scroll .site-navbar-wrap.v1 .mobile-bar span {
	color: #fff;
}

.header.transparent.scroll .site-navbar-wrap.v1 {
	background-color: rgba(0, 0, 0, 0.7);
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
}

.header.transparent.scroll .site-navbar-wrap.v2 {
	background-color: #fff;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
}

.header.transparent.scroll .site-navbar-wrap.v1 .user-btn span {
	background: #fff;
	color: #6449e7;
}

.header.transparent.scroll .site-navbar-wrap.v1 .btn.v6 {
	background: #fff;
}

.header.transparent.scroll .site-navbar-wrap.v1 .btn.v6:hover {
	color: #888 !important;
	background: #fff;
}

.header.transparent.scroll .site-navbar-wrap.v1 .add-list .btn.v8 {
	background: #fff;
	color: #000 !important;
}

.header.transparent.scroll .site-navbar-wrap.v1 .site-navbar .site-navigation .site-menu > li > a {
	color: #fff;

}

.header.transparent.scroll .header.transparent.scroll .site-navbar-wrap.v1 .site-menu > li::before {
	background: #222222;
}

.header.transparent.scroll .site-navbar-wrap .site-navbar .site-navigation .site-menu .has-children > a::before {
	color: #222222;
}

.header.transparent.scroll .site-navbar-wrap.v1 .user-btn.v2 li a i {
	color: #fff
}

.header.transparent.scroll .btn.v6 {
	border-color: transparent;
	color: #888 !important;
}

.header.transparent.scroll .btn.v6:hover {
	background-color: #6449e7;
	color: #fff !important;
}

.headerContact {
	margin-top: 15px;
}

.headerContact li a {
	color: #8b8b8b;
	font-size: 13px;
}

header.stick-fixed .site-navbar {
	margin-top: 0;
	box-shadow: unset;
}

/*-----------------------------------------------------------
                 Header Top section
-------------------------------------------------------------*/
.header-top-section {
	background: var(--color-2);
	display: none;
	transition: 1s;
	padding: 0;
	color: #fff;
	font-size: 15px;
}

.header-top-row {
	/* justify-content: space-between; */
	line-height: 50px;
	justify-content: end;
	gap: 40px;
}

.header-top-row a,
.header-top-row {
	color: #fff;
}

.header-top-row .header-contacts {
	order: 1;
	font-size: 16px;
	font-weight: 500;
}


.header-top-section .btn {
	border: 0;
	color: #fff;
}

.header-top-left ul li {
	display: inline-block;
	padding-right: 30px;
}

.header-top-left ul li a {
	font-size: 13px;
	color: #222;
}

.header-top-left ul li i {
	color: #6449e7;
	margin-right: 7px;
	font-size: 15px;
	top: 1px;
	position: relative;
}

.menu-btn .social-buttons.style1 {
	display: inline-block;
	margin-left: 15px;
}

.menu-btn .social-buttons.style1 li {
	padding-right: 0;
	padding-left: 10px;
}

.menu-btn .social-buttons.style1 li a {
	border: none;
	width: auto;
	height: auto;

}

.menu-btn .social-buttons.style1 li a i {
	color: #888;
	font-size: 16px;
}

.header-top-section.header-top-none {
	display: none;
}


/*-----------------------------------------------------------
                    Menu
-------------------------------------------------------------*/
.site-navbar-wrap {
	z-index: 99;
	transition: 0.3s all ease;
}

.site-navbar-wrap .navbar-brand {
	padding: 0;
	max-width: 275px;
	margin-right: 0;
	line-height: 1.2;
	display: block;
	width: auto;
	top: 0;
	left: 0;
}

.site-navbar-wrap.v1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);

}

.site-navbar-wrap.scrolled {
	padding: 0px 0;
	box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.1);
}

.site-navbar-top {
	display: none;
	font-size: 0.8rem;
	background: #1e7e34;
}

.site-navbar-top a {
	color: #fff;
}

.site-navbar-top .text-with-icon {
	color: rgba(255, 255, 255, 0.5);
}

.site-navbar-top,
.site-navbar {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.site-navbar {
	margin-bottom: 0px;
	border-bottom: none;
	background-color: transparent;
	position: relative;
}


header.stick-fixed .site-navbar-wrap:before {
	height: 0;
}

.site-navbar .site-logo {
	font-weight: 200;
}

.site-navbar .site-logo a {
	font-weight: 200;
	font-size: 26px;
	color: #000;
}

.site-navbar .site-navigation .site-menu {
	margin-bottom: 0;
	font-size: 0;
}

.site-navbar .site-navigation {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.site-navbar .site-navigation a.btn {
	margin-left: auto;
}

.site-navbar .site-navigation a.btn img {
	margin-right: 10px;
	position: relative;
	align-self: center;
}

.site-navbar .site-navigation a.btn:hover img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.site-navbar .site-navigation a.btn span {
	line-height: 40px;
	display: block;
}

.site-menu > li {
	position: relative;
}

.site-menu > li > a::before {
	/*    background-color: #00a956;
		position: absolute;
		top: -44px;
		left: 0;
		width: 0%;
		height: 6px;
		content: "";
		transition: 0.5s;*/
}

.site-menu > li > a.active::before {
	/*    background-color: #00a956;
		position: absolute;
		top: -44px;
		left: 0;
		width: 100%;
		height: 6px;
		content: "";
		transition: 0.5s; */
}

.site-menu > li > a:hover:before {
	width: 100%;
}

.site-navbar-wrap.v1 .site-menu > li::before {
	background: #fff;
}

.site-navbar-wrap.v2 .site-menu > li::before {
	background: #6449e7;
}

.site-navbar .site-navigation .site-menu .active > a {
	color: #000;
}

.user-menu li a {
	padding-left: 5px !important;
	padding-right: 0 !important;
}

.user-menu li a {
	background: #6449E7;
	color: #fff !important;
	border-radius: 20px;
	transition: 0.4s;
	padding: 10px 20px !important
}

.user-menu li a:hover {
	background: #fff;
	color: #333 !important;
}

.site-navbar .site-navigation .site-menu > li {
	display: inline-block;
	padding: 0;
	position: relative;
	/* margin-right: -5px; */
}

.site-navbar-wrap.v1 .site-navbar .site-navigation .site-menu > li > a {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none !important;
}

.menu-btn {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	text-align: left;
}

.menu-btn a {
	font-size: 11px;
	color: #89898a;
	text-transform: uppercase;
}

.menu-btn a i {
	background-color: #2d297d;
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-right: 10px;
}

.menu-btn a span {
	font-weight: 700;
	display: block;
	font-size: 15px;
	color: #262425;
}

#dropdownMenuLink {
	padding: 5px;
	margin-right: 10px;
	font-weight: 700;
}

.menu-btn .btn {
	padding: 8px 13px;
	font-weight: 500 !important;
	text-transform: capitalize !important;
}

.add-list {
	text-align: right;
}

.site-navbar-wrap.v2 {
	background-color: transparent;
}

.site-navbar-wrap.v2 .site-navbar .site-navigation .container {
	padding: 0;
}

.site-navbar-wrap.v2 .site-navbar .site-navigation .site-menu > li > a {
	color: var(--color-1);
	font-size: 18px;
	font-weight: 500;
	position: relative;
	display: block;
	padding: 15px 31px;
	margin: 0;
}

.site-navbar-wrap.v2 .site-navbar .site-navigation .site-menu > li > a::before {
	background-color: var(--color-2);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	content: "";
	transition: 1.2s;
}

.site-navbar-wrap.v2 .site-navbar .site-navigation .site-menu > li.home > a::before {
	display: none !important;
}

.site-navbar-wrap.v2 .site-navbar .site-navigation .site-menu > li > a.active::before,
.site-navbar-wrap.v2 .site-navbar .site-navigation .site-menu > li > a:hover::before {
	background-color: var(--color-2);
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 0;
	height: 1px;
	content: "";
	transition: 1.2s;
}

.site-navbar .site-navigation .site-menu > li > a.active,
.site-navbar .site-navigation .site-menu > li > a:hover {
	color: var(--color-3) !important;
	background: transparent;
}

.site-navbar .site-navigation .site-menu > li:last-child {
	padding-right: 0;
}

.site-navbar .site-navigation .site-menu .has-children {
	position: relative;
}

.has-children li a i {
	position: absolute;
	left: 0;
	opacity: 0;
	-webkit-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	transform: translateX(-10px);
	visibility: hidden;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: var(--color-2);
	font-size: 21px;
	z-index: 1;
	top: 8px;
}

.has-children li:hover i,
.has-children li a:hover i {
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
	visibility: visible;
}

.site-navbar .site-navigation .site-menu .has-children > a {
	position: relative;
	font-size: 15px;
	font-weight: 500;
	display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
	visibility: hidden;
	opacity: 0;
	top: 100%;
	left: 0;
	position: absolute;
	text-align: left;
	margin-top: 0;
	margin-left: 0px;
	transition: 0.1s 0s;
	z-index: 999;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
	position: absolute;
	min-width: 17.3rem;
	z-index: 9999;
	padding: 15px 0;
	background: #fff;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border-radius: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown li {
	position: relative;
	padding: 0px 20px;
}

.dropdown.sub-menu {
	position: absolute;
	min-width: 15.5rem !important;
	z-index: 9999;
}

.dropdown li a:hover {
	color: var(--color-3);
	background-color: transparent;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown:before {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #000;
	border-width: 7px;
	margin-left: -7px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
	text-transform: none;
	letter-spacing: normal;
	transition: 0s all;
	color: #fff;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
	color: #28a745 !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
	list-style: none;
	margin: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown li:first-child {

}

.site-navbar .site-navigation .site-menu .has-children .dropdown li:last-child {

}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
	display: block;
	color: #474747;
	transition: 0.3s;
	line-height: 20px;
	font-size: 16px;
	font-weight: 400;
	padding: 9px 0;
	position: relative;
	opacity: 1;
	vertical-align: middle;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a > span {
	display: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
	color: var(--color-2);
	opacity: 1;
	padding-left: 10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
	left: 100%;
	top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown.sub-menu {
	top: 2% !important;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
	cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
	transition-delay: 0s;
	visibility: visible;
	opacity: 1;
}

.site-mobile-menu {
	width: 320px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 20000;
	padding-top: 20px;
	background: var(--color-2);
	height: calc(100vh);
	transform: translateX(110%);
	box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
	transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
	transform: translateX(0%);
}

.mobile-bar span {
	font-size: 21px;
	border-radius: 4px;
	margin-top: 5px;
}

.site-navbar-wrap.v1 .mobile-bar span {
	color: #fff;
}

.site-navbar-wrap.v2 .mobile-bar span {
	color: var(--color-2);
}

.site-mobile-menu-close.js-menu-toggle span {
	color: #fff;
	margin-right: 15px;
	font-size: 25px !important;
}

.site-mobile-menu .site-mobile-menu-header {
	width: 100%;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
	float: right;
	margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
	font-size: 30px;
	display: inline-block;
	padding-left: 10px;
	padding-right: 0px;
	line-height: 1;
	cursor: pointer;
	transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
	color: #25262a;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
	float: left;
	margin-top: 10px;
	margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
	display: inline-block;
	text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
	max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
	text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
	overflow-y: scroll !important;
	position: relative;
	padding: 20px 30px;
	height: calc(100vh - 52px);
	padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

.site-mobile-menu .site-nav-wrap a {
	padding: 15px 0;
	display: block;
	position: relative;
	color: #fff;
	font-weight: 700;
}

.site-mobile-menu .site-nav-wrap li {
	position: relative;
	display: block;
}

.site-mobile-menu .site-nav-wrap li.active > a {
	color: #28a745;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
	position: absolute;
	right: 0px;
	top: 10px;
	z-index: 20;
	width: 36px;
	height: 36px;
	text-align: center;
	cursor: pointer;
	border-radius: 50%;
	color: var(--color-2);
	background-color: #fff;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
	background: #e8e9ea;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
	z-index: 20;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f107";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-180deg);
	transition: .3s all ease;
	font-size: 20px;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
	transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap > li {
	display: block;
	position: relative;
	float: left;
	width: 100%;
}

.site-mobile-menu .site-nav-wrap > li > a {
	font-size: 14px;
}

.site-mobile-menu .site-nav-wrap > li > ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.site-mobile-menu .site-nav-wrap > li > ul > li {
	display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > a {
	font-size: 14px;
	color: #fff;
	padding: 7px 15px;
	padding-left: 30px;
	font-weight: 500;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
	padding: 0;
	margin: 0;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
	display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
	font-size: 16px;
	padding-left: 60px;
}


.rev-btn, .rev-btn:visited {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.hermes .tp-bullet {
	box-shadow: inset 0 0 0 2px rgb(255 255 255) !important;
}

.hermes .tp-bullet:after {
	background-color: transparent !important;
}

.tp-bullet.selected, .tp-bullet:hover {
	/* background-color: #fff !important; */
}

/* ==============================
   Welcome Page
   ============================== */
.nav-tabs {
	border-bottom: 0;
	display: flex;
	justify-content: center;
	text-align: center;
	border-bottom: 0;
	padding: 0;
}

.nav-tabs > li > button {
	font-size: 18px;
	color: #686868;
}

.nav-tabs > li:first-child a {
	border-top: 2px solid #d9d9d9 !important;
}

.nav-tabs > li > button.nav-link {
	border-radius: 0;
	color: #585858;
	font-size: 15px;
	font-weight: 500;
	background-color: transparent;
	cursor: pointer;
	border: 0;
	padding: 7px 15px;
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.nav-tabs > li > button:hover,
.nav-tabs > li > button.nav-link.active,
.nav-tabs > li > button.nav-link.active:focus,
.nav-tabs > li > button.nav-link.active:hover {
	color: var(--color-2);
	position: relative;
	letter-spacing: 0;
	background-color: transparent;
}

.nav-tabs > li > button:hover:after,
.nav-tabs > li > button.nav-link.active:after,
.nav-tabs > li > button.nav-link.active:focus:after,
.nav-tabs > li > button.nav-link.active:hover:after {
	content: "";
	position: absolute;
	background-color: var(--color-2);
	width: 25px;
	height: 2px;
	bottom: 0;
}

.nav-tabs > li > button.nav-link img {
	margin-bottom: 5px;
}

.nav-tabs > li > button:hover img,
.nav-tabs > li > button.nav-link.active img,
.nav-tabs > li > button.nav-link.active:focus img,
.nav-tabs > li > button.nav-link.active:hover img {
	filter: brightness(0) invert(1);
}

.istirakler .nav-tabs > li > button:hover img,
.istirakler .nav-tabs > li > button.nav-link.active img,
.istirakler .nav-tabs > li > button.nav-link.active:focus img,
.istirakler .nav-tabs > li > button.nav-link.active:hover img {
	filter: unset;
}

.istirakler .nav-tabs > li > button:hover,
.istirakler .nav-tabs > li > button.nav-link.active,
.istirakler .nav-tabs > li > button.nav-link.active:focus,
.istirakler .nav-tabs > li > button.nav-link.active:hover {
	color: #000;
	background-color: #fff;
	border: 0;
	opacity: 1;
	font-weight: 700;
}

.istirakler .nav-tabs > li > button:hover:after,
.istirakler .nav-tabs > li > button.nav-link.active:after,
.istirakler .nav-tabs > li > button.nav-link.active:focus:after,
.istirakler .nav-tabs > li > button.nav-link.active:hover:after {
	content: "";
	width: 100%;
	height: 6px;
	background: var(--color-4);
	position: absolute;
	bottom: -3px;
	left: 0;
	right: 0;

}

.istirakler .nav-tabs > li > button.nav-link {
	/* padding: 0; */
	opacity: 1;
	text-transform: unset;
	font-size: 25px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}

.istirakler .nav-tabs > li > button.nav-link .photo {
	display: block;
	border: 0;
	margin-bottom: 0;
	opacity: .4;
}

.istirakler .nav-tabs > li > button.nav-link .photo img {
	filter: url(filters.svg#grayscale);
	/* Firefox 3.5+ */
	filter: gray;
	/* IE6-9 */
	-webkit-filter: grayscale(1);
	/* Google Chrome & Safari 6+ */
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.istirakler .nav-tabs > li > button.nav-link.active .photo,
.istirakler .nav-tabs > li > button.nav-link:hover .photo {
	opacity: 1;
}

.istirakler .nav-tabs > li > button.nav-link.active .photo img,
.istirakler .nav-tabs > li > button.nav-link:hover .photo img {
	filter: none;
	-webkit-filter: grayscale(0%);
}

/**** Hizmetler ***/
section.hizmetlerimiz {
	padding: 0;
	background: #221d35;
	padding-bottom: 100px;
}

section.hizmetlerimiz .hizmetlerWrapper {
	position: relative;
	color: #fff;
	font-size: 21px;
}

section.hizmetlerimiz .heading-title {
	text-transform: uppercase;
}

section.anasayfa-bottom {
	background-color: #F1F1F1;
}

section.anasayfa-bottom .content {
	padding: 40px 0;
}

.hizmetItem {
	overflow: hidden;
	position: relative;
	display: block;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	background: #fff;
}

.hizmetItem .bg {
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: contain;
}

.hizmetItem .content {

}

.hizmetItem .content h3 {
	font-size: 28px;
	color: #2a4071;
	font-weight: 700;
	margin: 25px 0 15px 0;
}

.hizmetItem .content a.title {
	color: var(--color-2);
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	font-size: 24px;
	text-align: left;
	border-bottom: 1px solid #474747;
	margin-bottom: 15px;
}

.hizmetItem .photo {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
}

.hizmetItem .photo img {
	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-ms-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.hizmetItem:hover .photo img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.hizmetItem.second .content,
.hizmetItem.second .content h3,
.hizmetItem.second .content a {
	color: #fff;
}

.hizmetKategoriItem .title {
	color: #3d3d3d;
	font-weight: 500;
	font-size: 21px;
	display: block;
	line-height: 24px;
	margin-top: 10px;
}

.projeItem .title {
}

section.projeler .projeler-wrapper {
	background: #f5f5f5;
	padding: 60px;
	border-radius: 20px;
}

.proje-item {
	display: block;
}

.proje-item .photo {
	border-radius: 20px;
	overflow: hidden;
}

.proje-item .content {
	margin: 15px 0;
	background: #fff;
	padding: 15px 30px;
	border-radius: 20px;
	display: flex;
	gap: 15px;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	font-size: 18px;
	color: #5f5f5f;
	font-weight: 600;
	min-height: 86px;
}

.proje-item:hover .content {
	background: rgb(44, 63, 97);
	background: -moz-linear-gradient(90deg, rgba(44, 63, 97, 1) 0%, rgba(44, 63, 97, 1) 39%, rgba(77, 171, 205, 1) 77%);
	background: -webkit-linear-gradient(90deg, rgba(44, 63, 97, 1) 0%, rgba(44, 63, 97, 1) 39%, rgba(77, 171, 205, 1) 77%);
	background: linear-gradient(90deg, rgba(44, 63, 97, 1) 0%, rgba(44, 63, 97, 1) 39%, rgba(77, 171, 205, 1) 77%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2c3f61", endColorstr="#4dabcd", GradientType=1);
	color: #fff;
}

.proje-item:hover .content img {
	-webkit-filter: brightness(0) invert(1) !important;
	filter: brightness(0) invert(1) !important;
}

.proje-detay section.projects .projeItem:hover .photo > .title {
	display: block;
}

section.projects .projeItem:hover .photo > .title {
	/* display: none; */
}

section.projects .projeItem > .photo img {
	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-ms-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

section.projects .projeItem:hover .photo img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

section.projects .projeItem .content {
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	min-height: 360px;
	display: flex;
	align-items: center;
	padding: 15px 50px;
}


section.projects .projeItem .content .title {
	font-size: 35px;
	font-weight: 700;
	line-height: 40px;
}

section.projects .projeItem .content .sub-title {
	font-size: 15px;
	font-weight: 500;
	opacity: .6;
}

section.projects .projeItem .content .btn {
	font-size: 20px;
	color: #fff;
	border: 2px solid #fff;
	font-weight: 500;
	margin-top: 15px;
	text-transform: uppercase;
}

section.projects .projeItem > span.title {
	color: #000;
	line-height: 22px;
	display: block;
	margin-top: 15px;
	font-size: 18px;
	max-height: 70px;
	overflow: hidden;
	min-height: 70px;
}

section.projects .projeItem:hover .content {
	opacity: 1;
}

section.projects .description {
	padding: 15px 0;
	border-bottom: 3px solid #bc2025;
	margin-bottom: 15px;
}

section.projects .description .title {
	font-size: 20px;
	color: #bc2025;
	font-weight: 300;
}

section.projects .description .title strong {
	font-weight: 500;
	text-transform: uppercase;
}

section.projects .description .sub-title {
	font-size: 14px;
	min-height: 44px;
	overflow: hidden;
	height: 44px;
}


section.kurumsal {
	/* background: url(../images/kurumsal-bg.jpg) no-repeat top center; */
	padding: 100px 0;
	margin-top: 60px;
}

section.kurumsal .content {
	padding: 60px 0;
}

section.kurumsal.content-page {
	padding: 60px 0;
	margin-top: 0;
}

section.kurumsal.content-page .hakkimizda img {
	max-width: 100%;
	height: auto;
}

section.kurumsal .hakkimizda {
	font-size: 21px;
	font-weight: 300;
	color: var(--color-1);
}

section.kurumsal.content-page .hakkimizda {
	text-align: left;
}

section.kurumsal .hakkimizda h2 {
	color: var(--color-3);
	font-weight: 600;
	font-size: 48px;
}


section.haberler {
	padding: 80px 0;
}

.hizmetItem,
.haberItem {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 10px 0px;
	display: block;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #fff;
}

.haberItem {
	background: #ea551c;
}

.haberItem.inline {
	display: flex;
	margin-bottom: 30px;
}

.haberItem.inline .photo {
	width: 50%;
	flex: 1;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.haberItem.inline .photo img {
	opacity: 0;
}

.haberItem.inline .content {

	flex: 1;

	margin: 0;
}

.hizmetItem .content,
.haberItem .content {
	padding: 30px;
	position: relative;
	color: var(--color-4);
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 10px;
	line-height: 1.4;
}

.haberItem .content {
	color: #fff;
}

.duyuru-item .date,
.haber-detay .date,
.haberItem .content .date {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 10px;
}

.haberItem .content .title {
	margin-bottom: 20px;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.3;
}

.haberItem .content .description {
	font-size: 16px;
	color: var(--color-1);
	margin-top: 10px;
	font-weight: 300;
}

.haberItem .photo .date {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #c81e24;
	font-size: 15px;
	z-index: 9;
	text-align: center;
	font-weight: 500;
	color: #fff;
	line-height: 20px;
	padding: 10px 8px;
}

.haberItem .photo .date .day {
	font-size: 28px;
	display: block;
}


.haberItem .content .btn {
	background-color: #ff0000;
	position: absolute;
	bottom: 15px;
	left: 15px;
	padding: 2px 40px;
	border: 1px solid #fff;
	text-transform: uppercase;
}

.haberItem .content .btn:hover {
	background-color: #464646;
	color: #fff;
}

.photo-hover {
	display: block;
	position: relative;
	overflow: hidden;
}

.photo-hover .photo,
.haberItem .photo {
	position: relative;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	overflow: hidden;
	display: block;
}

.photo-hover .photo img,
.haberItem .photo img {
	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-ms-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.photo-hover:hover .photo img,
.haberItem:hover .photo img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.haberItem .content .btn {
	color: #a9a9a9;
	font-weight: 500;
	font-size: 13px;
	text-transform: uppercase;
	padding: 0;
}

.haberItem:hover .content .title,
.haberItem:hover .btn {
	color: var(--color-4);
}

.owl-carousel.clients-logos .owl-stage-outer {
	/*  height: calc(100% + 30px);
	  margin: -15px;
	  padding: 15px;
	  width: calc(100% + 30px);*/
}

.owl-theme.clients-logos .owl-nav.disabled + .owl-dots {
	margin-top: 15px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
	border: 2px solid transparent;
	border-radius: 50%;
	margin: 0 2px;
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 0px;
	background: #e0e0e0;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span,
.owl-theme.clients-logos .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	border-color: var(--color-2);
	background-color: var(--color-2);
	width: 45px;
}

.clients-logos .item .client img {
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.clients-logos .item .client img:hover {
	filter: none;
	-webkit-filter: grayscale(0%);
	opacity: 1;

}

.clients-logos .item .client {
	position: relative;
	padding: 30px 0;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}

.clients-logos .item .client:hover:after {
	width: 100%;
}

.clients-logos .item .client:hover {
}

.clients-logos .item .client:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 0%;
	height: 3px;
	background-color: var(--color-3);
	transition: 0.5s;
}

/*** Kurumsal ***/
.content-page nav ul li a {
	border-bottom: 1px solid #f17b7c;
	display: block;
	padding: 9px 15px;
	color: #fff;
	background-color: #e70002;
	position: relative;
	padding-left: 30px;
}

.content-page nav ul li a.active:before,
.content-page nav ul li a:hover:before {
	content: "";
	font-size: 35px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 7px;
	background-color: #2d2d2d;
}

.content-page nav ul li a.active,
.content-page nav ul li a:hover {
	color: #fff;
	font-weight: 500;
}

.content-page h3 {
}

.proje-detay {
	font-size: 18px;
}

.proje-detay table {
	margin-bottom: 20px;
}

.proje-detay table tr td:first-child {
	white-space: nowrap;
}

.proje-detay table tr td:nth-of-type(2) {
	width: 40px;
	text-align: center;
}

.proje-detay table td {
	vertical-align: top;
}

.proje-detay h3 {
	background-color: #e30613;
	display: inline-block;
	color: #fff;
	padding: 5px 10px;
	font-size: 16px;
	font-weight: 500;
}

.content-page .kurumsal p {
}

.kurumsal nav ul li:last-child a {
	border-bottom: 0;
}

.sertifikaItem {
	border: 1px solid #dadada;
	padding: 30px;
	background: #f2f2f2;
}

.sertifikaItem .title {
	text-align: center;
	display: block;
	margin-top: 15px;
}

.content-page.haberlerPage h1 {
}

.urun-detay .gallery a {
	display: block;
}

.urun-detay .gallery a,
.urun-detay .photo {
}

.urun-detay .content ul li {
	line-height: 18px;
	font-size: 14px;
	list-style-type: disc;
	padding-left: 5px;
	margin-left: 15px;
}

section.widgets .widget-box {
	min-height: 750px;
	padding-bottom: 40px;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-end;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

section.widgets .widget-box .default-box {
	max-width: 350px;
	margin: 0 auto;
	background: #fff;
	padding: 30px;
	position: relative;
}

section.widgets .widget-box .default-box .title {
	color: var(--color-2);
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -0.4px;
	line-height: 1.3;
	width: calc(100% - 30px);
	margin-bottom: 20px;
}

section.widgets .widget-box .default-box .image {
	position: absolute;
	right: -41px;
	top: 15px;
}

section.anasayfaVideo {
	padding: 150px 0;
	text-align: center;
	color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
}

section.anasayfaVideo a {
	display: inline-block;
	margin: 40px 0;
}

section.anasayfa-video {
	position: relative;
	padding: 80px 0 40px 0;
	text-align: center;
}

section.anasayfa-video:before {
	content: "";
	width: 100%;
	height: 610px;
	background-color: #f5f5f5;
	position: absolute;
	top: 0;
	z-index: -1;
	left: 0;
	right: 0;
}

footer {
	font-size: 16px;
	margin-top: 0;
	padding-top: 100px;
	font-weight: 400;
	overflow: hidden;
}

footer hr {
	opacity: 1;
	background: #ADADAD;
	margin-top: 0;
	margin-bottom: 40px;
}

footer .btn.transparent {
	color: #fff;
}

footer .btn.transparent img {
	-webkit-filter: brightness(0) invert(1) !important;
	filter: brightness(0) invert(1) !important;
}

footer p {
	opacity: 1;
}

footer h4 {
	font-size: 16px;
	font-weight: 800;
	margin-bottom: 20px;
	margin-top: 0;
	text-transform: uppercase;
}

footer li a i {
	text-align: center;
	color: #df1e25;
}

footer li {
	margin-bottom: 15px;
}

footer a {
	color: #474747;
	opacity: 1;
	font-weight: 600;
}

footer .footerMenu li a {
	text-transform: uppercase;
}

footer h3 {
	font-size: 30px;
	font-weight: 900;
	text-transform: uppercase;
}

footer a:focus,
footer a:hover,
.footerContact .desc label a:hover,
.footerContact a:hover {
	color: var(--color-3);
	opacity: 1;
}

footer .footer-contact {
	background: #fff;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 10px 0px;
	padding: 40px 30px;
	margin: 60px 0;
}

.footerContact .desc label a,
.footerContact .desc label {
	display: block;
	color: #b7b7b7;
	font-size: 14px;
	margin-bottom: 0;
	font-weight: 300;
	margin-top: 5px;
}

.footerContact .icon {
	text-align: center;
	margin-bottom: 15px;
}

.footerContact .icon i {
	width: 26px;
	height: 26px;
	line-height: 26px;
	background-color: #e6e6e6;
	color: #27334c;
	font-size: 14px;
	border-radius: 50%;
}

.footerContact li {
	flex-grow: 1;
	flex-basis: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 0;
}

.footerLogo {

	position: relative;
}

.footerLogo a {
	position: relative;
	z-index: 9;
	overflow: hidden;
	display: block;
	background-color: #fff;
	padding: 0 25px;
}

.footerLogo:before,
.footerLogo:after {
	content: "";
	background-color: #e2e2e2;
	width: 1000000%;
	height: 3px;
	position: absolute;
	top: calc(50% - 3px);
}

.footerLogo:before {
	left: 0;
}

.footerLogo:after {
	right: 0;
}

.copyright {
	font-size: 16px;
	font-weight: 400;
}

.copyright .copyTexts {
	border-top: 1px solid #e0e0e0;
	padding: 30px 0;
}

.copyright a {
	color: #474747;
	text-transform: uppercase;
}

.copyright a:hover {
	color: #fff;
}

.copyright strong {
	font-weight: 500;
}

.copyright p {
	margin-bottom: 0;
}

/* ==============================
   Hizmetler Page
   ============================== */
.hizmetler-owl .hizmetItem {
	position: relative;
	display: block;
}

.hizmetler-owl .hizmetItem .title {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%) !important;
	-ms-transform: translateY(-50%) !important;
	transform: translateY(-50%) !important;
	ms-transform: translateY(-50%) !important;
	background-color: #383838;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	padding: 10px 30px;
}

.hizmet-detay {
	font-size: 20px;
	line-height: 23px;
}

.hizmet-detay h1 {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	background-color: #bf2d32;
	padding: 2px 15px;
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 36px;
	padding-top: 5px;
}


/* ==============================
   Hizmetler  Page
   ============================== */
section.hizmetler {
	background-color: transparent;
	position: relative;
	z-index: 9;
}

section.hizmetler .owl-carousel .owl-stage-outer {
	box-shadow: rgb(17 17 26 / 5%) 0px 1px 0px, rgb(17 17 26 / 10%) 0px 0px 8px;
}

section.hizmetler .owl-stage {
	display: flex;
}

section.hizmetler .owl-carousel .owl-item {
	display: flex;
	flex: 1 0 auto;
}

section.hizmetler .hizmet-box .title {
	color: var(--color-1);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 20px;
}

section.hizmetler .hizmet-box {
	display: block;

}

section.hizmetler .hizmet-box .default-box {
	display: flex;
	flex-wrap: nowrap;
	height: 100%;
}

section.hizmetler .hizmet-box:hover .title {
	color: var(--color-2);
}

section.hizmetler .hizmet-box .default-box .image {
}

section.hizmetler .hizmet-box .default-box .content-inner {
	flex: 1;
	padding: 30px;
	min-width: 400px;
}

section.kurumsal.content-page.product-detail {
	margin-top: -345px;
	padding-top: 0;
}

.product-detail .heading-title {
	color: #5b5b5b;
	font-size: 30px;
	font-weight: 700;
}

section.kurumsal.content-page.product-detail .content {
	padding: 50px 0;
}

.product-detail ul.product-links {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}

.product-detail ul.product-links li a {
	min-width: 170px;
	border: 2px solid #c7c7c7;
	border-radius: 20px;
	padding-left: 20px;
	padding-right: 20px;
	height: 48px;
	font-size: 14px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-transform: uppercase;
	color: #424242;
	font-weight: 600;
}

.product-detail ul.product-links li a:hover {
	background: #e21a20;
	border-color: #e21a20;
	color: #fff;
}

.product-detail ul.product-links li a img {
	height: 33px;
}

.product-detail h3,
.sector-detail .main-content h3.heading-title {
	font-size: 25px;
	font-weight: 700;
	color: var(--color-3);
	display: inline-block;
}


.product-detail h3 span,
.sector-detail .main-content h3.heading-title span {
	color: #0f0f14;
	font-size: 40px;
	font-weight: 700;
	position: relative;
	display: inline-block;
}

.contact-page h3 span {
	padding-bottom:10px;
	display:block;
	border-bottom: 2px solid #c7c7c7;
}

.product-detail-content h3 {
	font-size: 24px;
}

.kategori-box {
	display: flex;
}

.kategori-box .content {
	flex: 1;
	font-size: 14px;
}

.kategori-box .content .title {
	font-size: 18px;
	font-weight: 700;
	color: var(--color-2);
	margin-bottom: 10px;
}

.kategori-box .content .description p {
	margin-bottom: 0;
}

.kategori-box .image {
	width: 95px;
	margin-right: 15px;
}

.kategori-box .read-more a {
	display: inline-flex;
	gap: 10px;
	border-bottom: 1px solid #efefef;
	flex-direction: row;
	font-size: 13px;
	font-weight: 700;
	color: #A1A1A1;
}

section.urunler {
	padding: 60px 0;
	position: relative;
}


section.anasayfa-bottom .heading-title span,
section.urunler .heading-title span {
	color: var(--color-2);
	display: block;
	margin-bottom: 10px;
}

section.urunler .owl-carousel .owl-stage-outer {
	overflow: visible;
}

section.urunler .owl-theme .owl-dots {
	text-align: center;
	margin-top: 30px !important;
}

section.urunler .urunItem {
	border: 2px solid transparent;
	border-radius: 20px;
	padding: 30px;
	font-size: 18px;
	background: #fafafa;
	opacity: .4
}

section.urunler .active .urunItem {
	border: 2px solid var(--color-2);
	opacity: 1;
}

.urun-item .photo img,
section.urunler .urunItem .photo img {
	border-radius: 20px;
}

.urun-item {
	padding: 20px;
	background: #fafafa;
	border: 2px solid #fff;
	border-radius: 20px;
	display: block;
	color: #474747;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
}

.urun-item .title {
	display: block;
	padding: 15px 0 0 0;
}

.urun-item:hover {
	border-color: #64aec9;
}

section.urunler .title {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 20px;
}

.urun-box .default-box {
	text-align: center;
	overflow: hidden;
}

.urun-box .default-box:hover {
	border-color: var(--color-2);
}

.urun-box .default-box .image {
	display: flex;
	justify-content: center;
	/* overflow: hidden; */
	position: relative;
	align-items: flex-start; /* add this line */
}

.urun-box .default-box .image img {
	overflow: hidden;
	align-self: center;
	position: relative;
	z-index: 2;
}


.urun-box .default-box .title {
	font-size: 17px;
	font-weight: 700;
	line-height: 1.3;
	display: block;
	position: relative;
	z-index: 9;
	color: var(--color-2);
}

.urun-box .default-box:hover .title {
}

.urun-box .default-box .content {
	/* display: flex; */
	justify-content: flex-start;
	align-items: flex-end;
	min-height: 53px;
	padding: 5px 30px;
	line-height: 1.2;
	overflow: hidden;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.urun-box:hover .content {
	opacity: 1;
}


.urun-box .default-box .content p {
	margin: 0;
}

.urun-box .default-box .read-more {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #A1A1A1;
	font-size: 13px;
	font-weight: 500;
	gap: 10px;
	margin-top: 10px;
}

.layout_main section.products.listing {
	background: #fff;
}

.layout_main section.products.listing:before {
	display: none;
}


section.haberler h5,
section.referanslar .content h5 {
	color: var(--color-2);
}

section.referanslar {
	padding: 60px;
}

section.referanslar .referans-item {
	border: 2px solid #e0e0e0;
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.referanslar .client {
	overflow: hidden;
	border: 1px solid #efefef;
}

.referanslar .client img {
	filter: url(filters.svg#grayscale);
	/* Firefox 3.5+ */
	filter: gray;
	/* IE6-9 */
	-webkit-filter: grayscale(1);
	/* Google Chrome & Safari 6+ */
	opacity: 0.5;
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);

}

.referanslar .client img:hover {
	filter: none;
	-webkit-filter: grayscale(0%);
	opacity: 1;
}

/* ==============================
   Iletisim Page
   ============================== */

.iletisimPage .tab-pane ul {
	display: block;
}

.iletisimPage .tab-pane ul li {
	display: inline-block;
	width: 33%;
	vertical-align: top;
}

.iletisimPage .tab-pane ul li i {
	text-align: center;
	float: left;
	width: 95px;
	height: 100px;
	font-size: 60px;
	color: #f3f3f3;
}

.iletisimPage .tab-pane ul li strong {
	color: var(--color-4);
	font-weight: 700;
}

.contact-span {
	font-size: 14px;
	vertical-align: middle;
}

.contact-span p {
	line-height: 28px;
}

.contact-span label {
	color: #2d297d;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 400;
}

.contact-span h5 {
	font-size: 16px;
	text-transform: none;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 24px;
	color: var(--color-2);
	display: block;
}

footer .contact-span h5 {
	font-size: 13px;
	font-weight: 300;
	color: var(--color-1);
}

footer .contact-span {
	font-size: 18px;
	font-weight: 500;
	color: var(--color-1);
}

footer .contact-span a {
	color: var(--color-1);
	opacity: 1;
}

.phone-no {
	/* border-bottom: 1px solid #f3f3f3; */
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border-bottom: 2px solid #c7c7c7;
	padding-bottom: 15px;
}

.contact-page .phone-no .d-flex {
	flex-direction: row;
	align-items: flex-start;
}

.contact-i {
	border-radius: 0;
	margin-right: 15px;
	font-size: 36px;
	line-height: 36px;
	display: block;
}

.contact-i {
	color: #107fc0;
}

.form-control {
	border: 2px solid #5ea8c1;
	height: 60px;
	font-size: 16px;
	box-shadow: unset;
	line-height: 30px;
	padding: 15px 15px;
	background: #fff !important;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.form-select {
	border: 1px solid #d9d9d9;
	height: 60px;
	font-size: 16px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: unset;
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: var(--color-2);
	outline: 0;
	box-shadow: unset;
}

.bootstrap-filestyle .btn.transparent {
	background: #f7f7f7 !important;
	border: 0 !important;
	color: #495057;
	font-size: 16px;
	line-height: 30px;
	padding: 15px 15px;
}

section.anasayfa-bottom .form-control {
	background: transparent !important;
	border-color: #BABABA;
}

section.anasayfa-bottom .form-control:focus {
	border-color: var(--color-2);
}

/* ==============================
   Social Media
   ============================== */
.social {
	overflow: hidden
}

.social a {
	color: var(--color-4);
	width: 30px;
	height: 30px;
	line-height: 28px;
	border-radius: 20px;
	background-color: transparent !important;
	border: 0;
	font-size: 29px !important;
	opacity: 1;
	font-weight: unset !important;
}

footer .social a {
	color: var(--color-1);
	border: 0;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	width: 30px;
	height: 30px;
	line-height: 28px;
	font-size: 30px !important;
}

footer .social a:hover {
	background: transparent;
	border-color: transparent;
	color: var(--color-2);
}

.social a:hover {
	color: var(--color-3);
}


.social .wa a:before {
	content: "\f232";
	font-family: FontAwesome;
}

.social .wa a {
	font-size: 16px;
	display: inline-block !important;
	text-align: center;
	padding: 0;
	background: #25d366;
}

.social .fb a:before {
	content: "\f09a";
	font-family: FontAwesome;
}

.social .fb a {
	font-size: 16px;
	display: inline-block !important;
	text-align: center;
	padding: 0;
	background: #387aff;
}

.social .tw a:before {
	content: "\f099";
	font-family: FontAwesome;
}

.social .tw a {
	font-size: 16px;
	display: inline-block !important;
	text-align: center;
	padding: 0;
	background: #1da1f2;
}

.social .googleplus a:before {
	content: "\f0d5";
	font-family: FontAwesome;
}

.social .googleplus a {
	font-size: 16px;
	display: inline-block !important;
	text-align: center;
	padding: 0;
	background: #E33729;
}

.social .rss a:before {
	content: "\f09e";
	font-family: FontAwesome;
}

.social .rss a {
	content: "\f09e";
	font-family: FontAwesome;
	font-size: 16px;
	display: inline-block !important;
	text-align: center;
	padding: 0;
	background: #FD9F13;
}

.social .pintrest a:before {
	content: "\f0d3";
	font-family: FontAwesome;
}

.social .pintrest a {
	content: "\f0d3";
	font-family: FontAwesome;
	font-size: 16px;
	display: inline-block !important;
	text-align: center;
	padding: 0;
	background: #cb2027;
}

.social .instagram a:before {
	content: "\f16d";
	font-family: FontAwesome;
}

.social .instagram a {
	content: "\f16d";
	font-family: FontAwesome;
	display: inline-block !important;
	text-align: center;
	padding: 0;
	background: #e1306c;
}

.social .linkedin a:before {
	content: "\f0e1";
	font-family: FontAwesome;
}

.social .linkedin a {
	content: "\f0e1";
	font-family: FontAwesome;
	font-size: 16px;
	display: inline-block !important;
	text-align: center;
	padding: 0;
	background: #027ba5;
}

.social .youtube a:before {
	content: "\f167";
	font-family: FontAwesome;
}

.social .youtube a {
	font-size: 16px;
	display: inline-block !important;
	text-align: center;
	padding: 0;
	background: #ff0000;
}

.social h4 {
	margin: 25px 0 0px 0px;
}

.social ul {
	margin: 0;
	list-style: none;
	padding: 0;
}

.social ul li {
	margin-right: 0px;
}

.social ul li {
	border-bottom: none;
}

.social a {
	transition: background 400ms ease-in-out;
	-webkit-transition: background 400ms ease-in-out;
	-moz-transition: background 400ms ease-in-out;
	-o-transition: background 400ms ease-in-out;
}

header .social li a {
	color: #fff;
	background: transparent !important;
	font-size: 14px !important;
	width: 28px;
	height: 28px;
	line-height: 24px;
	border: 2px solid #fff;
	border-radius: 20px;
}

header .social li a:hover {
	color: #fff;
	background: var(--color-3) !important;
	border-color: var(--color-3);
}

/* ==============================
   Alerts
   ============================== */
.alert {
	letter-spacing: .05em;
	border-color: transparent !important;
	border-radius: 0 !important;
}

.alert .icon {
	display: inline-block;
	margin-right: 18px;
	font-size: 16px;
	vertical-align: middle;
}

.alert__inner {
	padding-left: 70px;
}

.alert .close {
	position: absolute;
	top: 50%;
	right: 25px;
	margin-top: -9px;
	font-size: 18px;
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: .3;
	color: #222;
}

.alert .close:hover {
	opacity: 1;
}

.alert-default {
	color: #666;
	background-color: #f1f1f1;
}

.alert-default .alert-icon .icon {
	color: #444;
}

.alert-1 {
	background-color: #fef2df;
	border-color: #fddfc6;
	color: #8a6d3b;
}

.alert-2 {
	color: #fff;
	background-color: #9160ff;
}

.alert-3 {
	background-color: #fff5e1;
}

.alert-3 .alert-icon .icon {
	color: #ffbc3a;
}

.alert-danger {
	background-color: #ffe7e4 !important;
	background-image: none !important;
}

.alert-danger .alert-icon .icon {
	color: #ff523a;
}

.alert-success {
	background-color: #d5ffe3 !important;
	background-image: none !important;;
}

.alert-success .alert-icon .icon {
	color: #00d547;
}

.alert-block {
	margin-bottom: 21px;
	padding: 22px 50px 30px;
	text-shadow: none;
	position: relative;
}

.alert-title {
	margin-bottom: 9px;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #333;
	margin-top: 15px;
}

.alert-text {
	letter-spacing: .025em;
	color: #333;
	font-size: 15px;
}

.alert-icon {
	float: left;
	margin-top: 20px;
}

.alert-icon .icon {
	font-size: 30px;
}


/******************************Drop-down menu work on hover**********************************/

@media only screen and (min-width: 767px) {
	.mainmenu .collapse ul li {
		position: relative;
	}

	.mainmenu .collapse ul li:hover > ul {
		display: block;
		border-top: 3px solid transparent;
	}

	.mainmenu .collapse ul ul {
		position: absolute;
		top: 100%;
		left: 0;
		min-width: 190px;
		display: none;
		background-color: transparent;
		box-shadow: unset;
	}

	/*******/
	.mainmenu .collapse ul ul li {
		position: relative
	}

	.mainmenu .collapse ul ul li:hover > ul {
		display: block;
		margin: 0 0 0 2px;
		border-top: 0;
	}

	.mainmenu .collapse ul ul ul {
		position: absolute;
		top: 0;
		left: 100%;
		min-width: 250px;
		display: none
	}

	/*******/
	.mainmenu .collapse ul ul ul li {
		position: relative
	}

	.mainmenu .collapse ul ul ul li:hover ul {
		display: block
	}

	.mainmenu .collapse ul ul ul ul {
		position: absolute;
		top: 0;
		left: -100%;
		min-width: 250px;
		display: none;
		z-index: 1
	}
}

#go_up {
	width: 40px;
	height: 40px;
	line-height: 40px;
	position: fixed;
	bottom: 105%;
	right: 30px;
	font-size: 16px;
	border-radius: 4px;
	z-index: 999;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	background: var(--color-2);
	transition: 1s ease;
	border: none;
	opacity: 1;
}

#go_up.open {
	bottom: 10%;
}

.popin {
	display: none;
	background-color: rgba(32, 32, 32, .95);
	width: 450px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 20px;
	color: #c9c9c9;
	font-size: 12px;
	line-height: 17px;
	position: fixed;
	left: 15px;
	bottom: 15px;
	z-index: 999;
	border-radius: 5px;
}

.popin .closeBtn {
	width: 11px;
	height: 11px;
	cursor: pointer;
	display: block;
	position: absolute;
	right: 8px;
	top: 10px;
	z-index: 1;
	color: #fff;
}

.popin .title {
	font-size: 18px;
	line-height: 1;
	font-weight: 400;
	margin-bottom: 5px;
	color: #fff;
}

.popin a {
	color: #fff;
}

.popin .acceptAndClose {
	color: #fff;
	display: block;
	text-align: center;
	margin-top: 5px;
	cursor: pointer;
}

.sliderBottom {
	width: 100%;
	height: 35px;
	background-color: #464646;
}

.center-justified {
	text-align: justify;
	text-align-last: center;
}

.menuNavigation li {

	padding: 0;

	margin-right: 10px;
}

.menuNavigation li a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: inherit;
	text-align: center;
	line-height: 1.2;
	outline: 0;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	z-index: 1;
	border-radius: 20px;
	overflow: hidden;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	min-width: 160px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	color: #000000;
	border: 2px solid #64aec9;
	padding-left: 20px;
	padding-right: 20px;
	height: 48px;
	font-size: 14px;
}

.menuNavigation li a:hover,
.menuNavigation li.active a,
.menuNavigation li a:focus {
	background-color: #64aec9;
	color: #fff;
	border-color: #64aec9;
}

.kariyerPage h3 {
	color: #bc2025;
}

.kariyerPage h3 {
	font-weight: 700;
}

.kariyerPage .tab-content {
	background-color: #fff;
	padding: 30px;
	font-size: 14px;
}

.kariyerPage .tab-pane h3 {
	background-color: #373737;
	color: #fff;
	font-weight: 300;
	font-size: 16px;
	padding: 10px;
	display: inline-block;
	min-width: 200px;
	margin-top: 0;
}

.kariyerPage .nav.nav-pills {
	margin-bottom: 30px;
}

.kariyerPage .nav.nav-pills li {
	margin-bottom: 10px;
}

.kariyerPage .nav.nav-pills li a {
	color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-weight: 300;
	background-color: #9a0c0c;
}

.kariyerPage .nav.nav-pills li a:hover,
.kariyerPage .nav-pills > li.active > a,
.kariyerPage .nav-pills > li.active > a:focus,
.kariyerPage .nav-pills > li.active > a:hover {
	background-color: #373737;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: #fff;
}

.table td, .table th {
	vertical-align: middle;
	border-top: 0;
	box-shadow: unset;
	font-size: 14px;
}

.table thead tr {
	background-color: var(--color-4);
	color: #fff;
	text-transform: uppercase;
}

.table thead th {
	border-bottom: 1px solid #fff;

}

.nav-pills .nav-link {

	color: #fff;

	min-width: 250px;

	text-align: left;

	text-transform: uppercase;

	font-weight: 300;

	font-size: 18px;
}

.nav-pills .nav-link:hover,
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	background: transparent;
	font-weight: 700;
	border-right: 4px solid #4dabcd;
	border-radius: 0;
	margin-right: -4px;
}

.nav-justified {
	width: 100%;
	border-bottom: 0;
}

.nav-justified .nav-item {
	float: none;
	width: 100%;
	flex: auto;
}

.nav-justified .nav-link {
	text-align: center;
	margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}

@media (min-width: 544px) {
	.nav-justified .nav-item {
		display: table-cell;
		width: 1%;
	}

	.nav-justified .nav-link {
		margin-bottom: 0;
	}
}

.owlMobileSlider .owl-prev,
.owlMobileSlider .owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.owlMobileSlider .owl-prev {
	left: 0;
}

.owlMobileSlider .owl-next {
	right: 0;
}

.owlMobileSlider .owl-carousel .owl-nav button.owl-prev,
.owlMobileSlider .owl-carousel .owl-nav button.owl-next,
.owlMobileSlider .owl-carousel button.owl-dot {
	cursor: pointer;
	background: #fff;
	border: none;
	/* padding: 0 !important; */
	font: inherit;
	font-size: 36px;
	padding: 0;
	margin: 0;
	line-height: 40px;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 0;
	color: #000000;
}

.owlSingleItem .owl-prev,
.owlSingleItem .owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.owlSingleItem .owl-prev {
	left: 0;
}

.owlSingleItem .owl-next {
	right: 0;
}

.owlSingleItem.owl-carousel .owl-nav button.owl-prev,
.owlSingleItem.owl-carousel .owl-nav button.owl-next,
.owlSingleItem.owl-carousel button.owl-dot {
	cursor: pointer;
	background: #fff;
	border: none;
	/* padding: 0 !important; */
	font: inherit;
	font-size: 36px;
	padding: 0;
	margin: 0;
	line-height: 40px;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 0;
	color: #000000;
}

.form-group > label {
	top: -10px;
	left: 30px;
	position: absolute;
	background-color: white;
	padding: 0px 15px 0px 15px;
	font-size: 12px;
	color: #107fc0;
}

.btnWithIcon {
	display: block;
	float: left;
	overflow: hidden;
	width: 50%;
	padding-right: 30px;
}

.btnWithIcon .icon {
	display: block;
	float: left;
	width: 70px;
	margin-right: 10px;
}

.btnWithIcon .content {
	display: block;
	float: left;
	font-size: 15px;
	font-weight: 300;
	color: #7e7e7e;
	width: calc(100% - 80px);
	line-height: 20px;
}

.btnWithIcon .content .title {
	font-weight: 500;
	font-size: 17px;
	border-bottom: 1px solid #efefef;
	margin-bottom: 7px;
	color: #343434;
	clear: both;
	display: table;
	line-height: 17px;
	padding-bottom: 7px;
}

.btnWithIcon:hover .content .title {
	color: #2d297d;
}

.img-fluid.m-auto {
	display: block;
}

.frontGallery .embed-responsive {
	margin-top: -120px;
}

.vertical-align-all {
	display: flex;
	align-items: center;
	text-align: left;
}

.sliderRightSide {
	content: "";
	width: 100px;
	height: 100%;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
}

.sliderRightSide .inner {
	position: absolute;
	top: calc(50% + 100px);
	left: 50%;
	-webkit-transform: translate(-50%, -50%) !important;
	-ms-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important;
	ms-transform: translate(-50%, -50%) !important;
	width: 30px;
}

.sliderRightSide .inner .title {
	font-weight: 500;
	padding: 0 15px;
	color: #8c8c8c;
	text-transform: uppercase;
	line-height: 42px;
	font-size: 12px;
	letter-spacing: 0.7px;
	/* position: absolute; */
	/* left: 0; */
	min-width: 170px;
}

.sliderRightSide .list-inline-item:not(:last-child) {
	margin-right: 0;
}

.sliderRightSide .social a {
	border: 0;
}

.sliderRightSide .social a:hover {
	color: #2d297d;
	background: transparent !important;
}

.wow {
	animation-fill-mode: backwards;
}

.langMenu {
	border: 5px solid #b5b5b5;
	padding: 0;
	border-radius: 15px;
	margin-left: 50px;
}
.langMenu .dropdown-menu{
	max-width: 103px;
	min-width: 73px;
	background: #474747;
	border-radius: 10px;
	text-align: center;
}
.langMenu .btn {
	padding: 4px 10px;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	text-transform: uppercase;
	background: #474747;
	border: 0;
	border-radius: 10px;
}

.dropdown-toggle::after {
	content: "\f107";
	display: inline-block;
	font: normal normal normal 14px / 1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	border: none;
	vertical-align: middle;
	font-size: 24px;
}

.langMenu .btn i {
	display: none;
}

.langMenu li a {
	color: #fff;
	font-size: 15px;
	display: flex;
	flex-direction: row;
	line-height: 1.6;
	text-transform: uppercase;
	font-weight: 500;
	justify-content: center;
	align-items: center;
}

.langMenu li img {
	opacity: 1;
	margin-right: 0;
	align-self: center;
}

.langMenu li a:hover img,
.langMenu li.active img {
	opacity: 1;
}

.langMenu li a:hover a,
.langMenu li.active a {
	color: #4f5950;
}

.phone-no.v-align {
	display: flex;
	align-items: flex-start;
}

.flexCenter {
	display: flex;
	align-items: center;
}

.referanslarPage strong {
	font-size: 20px;
	font-weight: 700;
	color: #107fc0;
}

.contact-page h2 {
	color: #107fc0;
	font-size: 24px;
	text-transform: uppercase;
}

.top-search {
	padding: 0;
	display: none;
	margin-top: 5px;
}

.top-search .input-group {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	overflow: hidden;
}

.top-search .input-group-text {
	background-color: #fff;
	border: 0;
	border-radius: 0;
	color: #107fc0 !important;
}

.top-search .input-group-addon {
	color: #1365a4 !important;

}

.top-search input.form-control {
	color: #222;
	border: 0;
	font-size: 14px;
}

.top-search .input-group-text.close-search {
	cursor: pointer;
}

.attr-nav {
	float: right;
	display: inline-block;
	margin-left: 13px;
	margin-right: -15px;
}

.attr-nav > ul {
	padding: 0;
	margin: 0 0 -7px 0;
	list-style: none;
	display: inline-block;
}


.attr-nav > ul > li > a {
	color: #107fc0;
}


section.newsletter {
	background: url(../images/subscription-bg.jpg) no-repeat center center;
	padding: 50px 0;
	color: #fff;
	min-height: 350px;
	background-size: cover;
}

section.newsletter.iletisim {
	background: url(../images/teklif-iste-bg.jpg) no-repeat top center;
	min-height: 900px;
}

section.newsletter h4 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 30px;
}

section.newsletter .form-control {
	border: 0;
	background: transparent !important;
	padding: 0;
	border-bottom: 1px solid var(--color-3);
	color: #fff;
}

section.newsletter .form-control::placeholder {
	color: var(--color-3);
}

section.talep-formu,
section.iller {
	background: url(../images/world-map-bg.jpg) no-repeat top center;
	padding: 80px 0;
}

section.iller h2 {
	line-height: 1.5;
	margin-bottom: 40px;
}

section.iller ul {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	gap: 30px;
}

section.iller ul li {
	flex: 1;
	justify-content: center;
	background: #fff;
	padding: 30px;
	display: flex;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 10px 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	gap: 5px;
	align-content: center;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 15px;
}

.card {
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	overflow: hidden;
	border-bottom: 2px solid #efefef;
}

.card-header {
	border: 0;
}

.card-header h4 {
	font-size: 18px;
	font-weight: 500;
	color: #002a67;
	padding: 0;
}

.card-header h4 a.collapsed {
	color: #262727;
	background-color: transparent;
	padding: 20px 25px;
}

.card-header h4 a.collapsed {

}

.card-header h4 a {
	background-color: #000;
	color: #fff;
	padding: 15px 25px;
}

.card-header {
	background: #fff;
	padding: 0;
}

.card-header a:after {
	font-family: 'FontAwesome';
	content: "\f068";
	float: right;
	color: #fff;
}

.card-header a.collapsed:after {
	/* symbol for "collapsed" panels */
	content: "\f067";
	color: #585858;
}

.myaccordion {
	position: relative;
	margin-top: 30px;
}

.card-body {
	background-color: #ffffff;
}

.form-group {
	margin-bottom: 1rem;
	position: relative;
}

textarea.form-control {
	height: auto;
}

section.stats .widgetItem {
	display: flex;
	flex-direction: column;
	align-items: center;
}

section.stats .widgetItem .content {
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
	will-change: transform;
}

section.stats .widgetItem .content .statsItem {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	text-align: left;
	position: relative;
	margin-bottom: 0;
}

section.stats .widgetItem .content .statsItem:after {
	content: "";
	position: absolute;
	left: -20px;
	bottom: 0;
	width: 60px;
	height: 60px;
	background: #fdf3b2;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	z-index: -1;
}

section.stats .widgetItem:hover .content {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

section.stats .widgetItem:hover .content .plus,
section.stats .widgetItem:hover .content .number {
}

section.stats .widgetItem .plus,
section.stats .widgetItem .number {
	color: var(--color-4);
	font-weight: 700;
	font-size: 50px;
	line-height: 1;
	margin-bottom: 0;
}

section.stats .widgetItem .plus {
	color: var(--color-2);
	font-size: 30px;
}

section.stats {
	padding: 40px 0 40px 0;
}

.title-anim.box .title h3,
.title-anim.box .title h3 span,
section.stats .title span,
section.stats .title,
section.stats h3 span,
section.stats h3 {
	color: var(--color-4);
	font-size: 15px;
}

section.stats h3 span {
	font-weight: 300;
}

section.stats h3 span + span {
	font-weight: 700;
}

#map_canvas {
	height: 700px;
	width: 100%;
}

.gm-style .gm-style-iw-c {
	background-color: #3c3c3c !important;
	padding: 0;
	color: #fff !important;
	font-size: 16px;
	border-radius: 0 !important;
	max-width: 220px !important;
}

.gm-style .gm-style-iw-d {
	overflow: hidden !important;
	padding: 15px;
}

.gm-style .gm-style-iw-t::after {
	background: linear-gradient(
			45deg, rgb(237 28 36) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
	box-shadow: unset;
}

.gm-style .gm-style-iw-c p {
	margin-bottom: 0;
	font-size: 14px;
}


.vZug {
	width: 125px;
}

.header-top-row .social {
	order: 2;
}

.header-top-row .header-search {
	order: 2;
	margin-right: 50px;
	display: none;
}

.header-top-row .langMenu {
	order: 3;
	display: none;
}

.header-top-row .langMenu .btn {
	border: 0 !important;
	font-size: 16px;
	font-weight: 500;
	padding: 15px 0;
	display: flex;
	align-items: center;
	text-transform: uppercase;
}

.header-top-row .langMenu .btn i {
	font-size: 34px;
	margin-right: 10px;
	display: none;
}

.header-top-row .langMenu .btn:hover {
	background: transparent;
	color: var(--color-3);
}

.header-search button.btn,
.header-search input {
	background: transparent !important;
	border-color: #464e57 !important;
	color: #fff !important;
}

.header-search input {
	font-size: 14px;
	line-height: 30px;
	padding: 10px 15px;
	height: 50px;
}

.header-search button.btn {
	color: #fff;
}

.tp-dottedoverlay.threexthree {
	background: url(../assets/gridtile_3x3.png);
}


.header-search ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
	opacity: .6; /* Firefox */
}

.owl-theme .owl-nav {
	text-align: left;
}

.owl-theme .owl-nav [class*='owl-'] {
	border: 0;
	background: transparent;
	padding: 15px 5px;
}

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

.contact-informations {
	z-index: 9;
	position: relative;
}

.contact-informations img {
	/* -webkit-filter: brightness(0) invert(1); */
	/* filter: brightness(0) invert(1); */
}

.contact-informations .contact-span {
	color: #474747;
	font-size: 18px;
}

.contact-informations .contact-span a {
	color: #474747;
}

.contact-informations h5 {
	opacity: 1;
	color: var(--color-3);
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 0;
}

.pagination {
	justify-content: center;
	flex-wrap: wrap;
}

.page-link {
	color: var(--color-1);
}

.page-item.active .page-link {
	background-color: var(--color-2);
	border-color: var(--color-2)
}

.page-link:hover {
	color: var(--color-1);
}


.revslideLoading {
	background: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: sans-serif;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99999;
}

.accordion-item {
	border: 0;
	margin-bottom: 20px;
	overflow: hidden;
}

.accordion-button {
	background: #E4E4E4;
	color: #494645;
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	border-radius: 10px !important;
}

.accordion-button:not(.collapsed) {
	box-shadow: unset;
}

.accordion-body {
	padding: 15px 0;
}

.accordion-button {
	font-size: 18px;
	font-weight: 500;
	padding: 2rem 1.25rem;
}

.accordion-button:not(.collapsed) {
	background: #00006E;
	color: #fff;
}

.accordion-button::after {
	width: 36px;
	height: 36px;
	border: 2px solid #ddd;
	border-radius: 30px;
	display: none;
	background-position: center center;
}

.accordion-button::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23d9d9d9'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23009579'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	border-color: var(--color-2);
}

.photo-radius {
	display: flex;
	justify-content: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	/* overflow: hidden; */
	position: relative;
	align-items: flex-start;
}

.photo-radius img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	align-self: center;
	position: relative;
	z-index: 2;
	box-shadow: rgb(17 17 26 / 10%) 0px 1px 0px, rgb(17 17 26 / 10%) 0px 8px 24px, rgb(17 17 26 / 10%) 0px 16px 48px;
}

.file-item {
	border: 2px solid #d9d9d9;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 15px;
	display: flex;
	flex-direction: column;
}

.file-item img {
	align-self: start;
}

.file-item .title {
	font-size: 15px;
	line-height: 1.2;
	margin: 5px 0;
}

.img-zoom-area {
	border: 2px solid #d9d9d9;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
	margin: 0 20px !important;
}

#slider3 {
	position: relative;
	margin-top: 22px;
	width: 93px;
	height: 480px;
	margin-bottom: 40px;
	float: left;
	align-self: self-start;
}

.page-loader img {
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.8);
	animation: pulse 1s infinite;
}

.pulsate {
	-webkit-animation: pulsate 1s ease-out;
	-webkit-animation-iteration-count: infinite;
	opacity: 0.5;
}

.tab-content > .tab-pane ul {
	padding-left: 40px;
}

.duyuru-item {
	display: block;
	border-bottom: 1px solid #efefef;
	margin-bottom: 20px;
}

.duyuru-item:last-child {
	border-bottom: 0;
}

.duyuru-item .title {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 10px;
}

.duyuru-item.with-photo {
	display: flex;
}

.duyuru-item.with-photo .content {
	flex: 1;
	margin-left: 15px;
}

.duyuru-item.with-photo .photo img,
.duyuru-item.with-photo .photo {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}

.dropdown-menu {
	border: 0;
	border-radius: 0;
}

.dropdown-menu a {
	color: #fff;
}

.adres-items {
	background: #F1F1F1;
	padding: 30px
}

.hero {
	height: var(--slide-height);
	position: relative;
	z-index: 1;
	background: #f5f5f5;
	border-radius: 30px;
}

.hero::before {
	position: absolute;
	inset: 0;
	z-index: -1;
	background-image: -webkit-gradient(linear, left top, right top, from(#2d4262), to(#569a84));
	background-image: linear-gradient(to right, #2d4262, #569a84);
}

.hero::after {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #f97740;
	width: 40%;
	height: 600px;
	border-radius: 0 50px 0 0;
	z-index: -1;
}

@media (max-width: 767px) {
	.hero::after {
		display: none;
	}
}

.hero-references {
	z-index: 1;
	display: flex;
	height: 110px;
	align-items: center;
	width: 50%;
}

.hero-references > div {
	justify-content: space-around;
	width: 100%;
}

.hero-references .header-contacts {
	display: flex;
	align-items: center;
	font-size: 18px;
	gap: 30px;
}

.hero-references .header-contacts li {
	display: flex;
	gap: 15px;
	align-items: center;
}

.hero-references .header-contacts .address {
	display: none;
}

@media (max-width: 767px) {
	.hero-references {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hero-references {
		bottom: -200px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hero-references {
		bottom: 30px;
	}
}

@media (min-width: 1200px) and (max-width: 1499px) {
	.hero-references {
		margin-inline: 10px;
	}
}

.hero-references .container {
	background-color: #fff;
	border-radius: 15px;
	overflow: hidden;
	width: calc(100% - 810px);
	margin: 0;
}

.hero-references .container .references ul {
	position: relative;
}

.hero-references .container .references ul::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -50px;
	height: 2px;
	background-color: rgba(30, 30, 30, 0.1);
}

.hero-references .container .references ul li {
	position: relative;
}

.hero-references .container .references ul li.is-current::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -50px;
	height: 2px;
	background-color: #f97740;
}

.hero-references .container .references .cover {
	width: 100%;
	height: 50px;
}

.hero-references .container .references .cover img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.slide {
	position: relative;
	/* overflow: hidden; */
	z-index: 9;
}

.slide, .slide-material, .hero {
	height: var(--slide-height);
}

.slide-list:not(.ui-style-owl) {
	position: relative;
	top: 0;
	left: 50px;
	right: 50px;
}

.slide-list:not(.ui-style-owl) li {
	display: none;
}

.slide-material {
	overflow: hidden;
	position: relative;
}

.slide-material img, .slide-material video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.slide-photo > div {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 100%;
	width: 100%;
	opacity: 0.6;
}

.slide-wrapper {
	position: absolute;
	left: 50px;
	right: 50px;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.slide-container {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: left;
	position: relative;
	padding-top: calc(var(--header-height) + 100px);
}

@media (max-width: 767px) {
	.slide-container {
		text-align: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.slide-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 45%;
}

@media (max-width: 767px) {
	.slide-content {
		text-align: center;
		width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.slide-content {
		width: 60%;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.slide-content {
		width: 50%;
	}
}

.slide-content .small-title {
	color: #4195b3 !important;
	font-size: 24px !important;
	margin-bottom: 10px;
	font-weight: 600;
}

.slide-content .heading {
	color: #4f4f4f;
	font-weight: 700;
	line-height: 1.2;
	text-transform: capitalize;
	font-size: 42px;
	letter-spacing: -1px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	max-height: auto;
}

@media (max-width: 991px) {
	.slide-content .heading {
		font-size: 2em;
	}
}

@media (max-width: 767px) {
	.slide-content .heading {
		color: #fff;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.slide-content .heading {
		font-size: 42px;
	}
}

@media (min-width: 1200px) and (max-width: 1499px) {
	.slide-content .heading {
		font-size: 42px;
	}
}

.slide-content > .text {
	color: var(--color-1);
	margin-top: 20px;
	font-weight: 400;
	letter-spacing: -0.3px;
	font-size: 21px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.3;
}

@media (max-width: 767px) {
	.slide-content > .text {
		display: none;
	}
}

.slide-content .buttons-container {
	margin-top: 125px;
}

@media (max-width: 767px) {
	.slide-content .buttons-container {
		margin-top: 30px;
	}
}

.button-border.button.main,
.tesis-item .buttons-container .button-border,
section.urunler .urunItem .buttons-container .button-border,
.slide-content .buttons-container .button-border {
	min-width: 160px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	color: #000000;
	border: 2px solid #4295b4;
}

.slide-cover {
	position: absolute;
	right: 100px;
	top: calc(var(--header-height) + 0px);
	bottom: -80px;
	border-radius: 20px;
	overflow: hidden;
}

@media (max-width: 767px) {
	.slide-cover {
		top: 400px;
		width: 500px;
		height: 300px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.slide-cover {
		width: 500px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.slide-cover {
		width: 500px;
	}
}

@media (min-width: 1200px) and (max-width: 1499px) {
	.slide-cover {
		width: 700px;
	}
}

.slide-cover img {
	/* width: 100%; */
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (max-width: 767px) {
	.slide-cover img {
		-o-object-fit: contain;
		object-fit: contain;
	}
}

.slide-dots {
	position: absolute;
	top: 50%;
	left: 1vw;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 100%;
	z-index: 2;
	text-align: center;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width: 767px) {
	.slide-dots {
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(0);
		-ms-transform: translateX(-50%) translateY(0);
		transform: translateX(-50%) translateY(0);
		top: inherit;
		bottom: 20px;
		-webkit-box-orient: inherit;
		-webkit-box-direction: inherit;
		-ms-flex-direction: inherit;
		flex-direction: inherit;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
}

.slide-dots li {
	display: inline-block;
}

.slide-dots li a {
	width: 20px;
	height: 20px;
	cursor: pointer;
	display: inline-block;
	font-size: 0;
	position: relative;
	margin: 5px 0;
	border-radius: 999px;
	border: 1px solid transparent;
	background-color: transparent;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	z-index: 1;
}

@media (max-width: 767px) {
	.slide-dots li a {
		margin: 0 5px;
	}
}

.slide-dots li a::before {
	content: "";
	position: absolute;
	inset: 6px;
	background-color: #1E1E1E;
	border-radius: 999px;
	z-index: -1;
}

@media (max-width: 767px) {
	.slide-dots li a::before {
		background-color: #fff;
	}
}

.slide-dots li.is-active a {
	border: 1px solid #1E1E1E;
}

@media (max-width: 767px) {
	.slide-dots li.is-active a {
		border: 1px solid #fff;
	}
}

.slide-arrows {
	position: absolute;
	z-index: 11;
	display: none;
}

@media (min-width: 768px) {
	.slide-arrows {
		bottom: 40px;
		left: 40px;
	}
}

@media (max-width: 767px) {
	.slide-arrows {
		right: 0;
		bottom: 50%;
		left: 0;
		text-align: center;
		-webkit-transform: translateY(50%);
		-ms-transform: translateY(50%);
		transform: translateY(50%);
		margin-bottom: -25px;
	}
}

.slide-arrows button {
	z-index: 2;
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 2px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border: 1px solid #fff;
	border-radius: 999px;
}

@media (min-width: 768px) {
	.slide-arrows button {
		width: 45px;
		height: 45px;
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.slide-arrows button {
		width: 40px;
		height: 40px;
		font-size: 16px;
	}
}

.slide-arrows button:not(:last-child) {
	margin-right: 12px;
}

.slide-arrows button:hover {
	background-color: #406b74;
}

.slide-arrows button svg path {
	stroke-width: 2px !important;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.slide-arrows button.prev {
	padding-right: 2px;
}

.slide-arrows button.next {
	padding-left: 2px;
}

.slide-list li.is-effect .slide-content .heading, .slide-list li.is-effect .slide-content .text, .slide-list li.is-effect .slide-content .small-title, .slide-list li.is-effect .slide-content .buttons-container {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.slide-list .slide-content .heading, .slide-list .slide-content > .text, .slide-list .slide-content .small-title, .slide-list .slide-content .buttons-container {
	opacity: 0;
	visibility: hidden;
}

.slide-list .slide-content .small-title {
	-webkit-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	transform: translateY(-40px);
}

.slide-list .slide-content .heading {
	-webkit-transform: translateY(-60px);
	-ms-transform: translateY(-60px);
	transform: translateY(-60px);
}

.slide-list .slide-content > .text {
	-webkit-transform: translateY(-80px);
	-ms-transform: translateY(-80px);
	transform: translateY(-80px);
}

.slide-list .slide-content .buttons-container {
	-webkit-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	transform: translateY(-100px);
}

.slide-list .slide-content .small-title {
	-webkit-transition: 0.9s 0.1s;
	transition: 0.9s 0.1s;
}

.slide-list .slide-content .heading {
	-webkit-transition: 0.9s 0.2s;
	transition: 0.9s 0.2s;
}

.slide-list .slide-content > .text {
	-webkit-transition: 0.9s 0.3s;
	transition: 0.9s 0.3s;
}

.slide-list .slide-content .buttons-container {
	-webkit-transition: 0.9s 0.4s;
	transition: 0.9s 0.4s;
}

.buttons-container.ui-center {
	text-align: center;
	width: 100%;
}

.button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: inherit;
	text-align: center;
	line-height: 1.2;
	outline: 0;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	z-index: 1;
	border-radius: 11px;
	overflow: hidden;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.button .icon {
	color: #fff;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.button .icon:not(.ui-pos-left) {
	margin-left: 17px;
}

.button .icon.ui-pos-left {
	margin-right: 13px;
}

.button.ui-area-full {
	width: 100%;
}

.button:not([class*=ui-size-]) {
	padding-left: 30px;
	padding-right: 30px;
	height: 60px;
	font-size: 16px;
}

.button.ui-size-small {
	padding-left: 17px;
	padding-right: 17px;
	height: 42px;
	font-size: 13px;
}

.button:not(.ui-color-disabled):hover .icon {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.button:not([class*=ui-color-]) {
	background-color: #406b74;
}

.button:not([class*=ui-color-]):hover {
	background-color: #4295b4;
	color: #fff;
}

.button.ui-color-1 {
	background-color: #f97740;
	color: #fff;
}

.button.ui-color-1:hover {
	background-color: #406b74;
}

.button.ui-color-light {
	background-color: #fff;
	color: #406b74;
}

.button.ui-color-light .icon {
	color: currentColor;
}

.button.ui-color-wp {
	background: #25d366;
}

.button.ui-color-wp .icon {
	color: #25d366;
}

.button.ui-color-disabled {
	background-color: rgba(129, 129, 129, 0.3);
	color: #818181;
	cursor: not-allowed;
}

.button.ui-color-disabled .icon {
	color: #818181;
}

.button-border {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: inherit;
	text-align: center;
	line-height: 1.2;
	outline: 0;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	z-index: 1;
	border-radius: 20px;
	overflow: hidden;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.button-border .icon {
	color: #fff;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.button-border .icon:not(.ui-pos-left) {
	margin-left: 15px;
}

.button-border .icon.ui-pos-left {
	margin-right: 13px;
}

.button-border.ui-area-full {
	width: 100%;
}

.button.main,
.button-border:not([class*=ui-size-]) {
	padding-left: 20px;
	padding-right: 20px;
	height: 48px;
	font-size: 14px;
}

.button-border.ui-size-small {
	padding-left: 17px;
	padding-right: 17px;
	height: 42px;
	font-size: 13px;
}

.button-border:not(.ui-color-disabled):hover .icon {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.button-border:not([class*=ui-color-]) {
	border: 1px solid #fff;
	background-color: rgba(255, 255, 255, 0.15);
}

.button-border:not([class*=ui-color-]) .icon {
	width: 25px;
	height: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 999px;
	color: #000;
	font-size: 13px;
}

.button-border:not([class*=ui-color-]):hover .icon {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}

.button-border.ui-color-border-dark {
	color: #818181;
	border: 1px solid rgba(129, 129, 129, 0.08);
}

.button-border.ui-color-border-dark .icon {
	color: #818181;
}

.button-border.ui-color-wp {
	color: #25d366;
	border: 1px solid #25d366;
}

.button-border.ui-color-wp .icon {
	color: #25d366;
}

.button-border.ui-color-1 {
	color: #406b74;
	border: 1px solid #406b74;
}

.button-border.ui-color-1:hover {
	background-color: #406b74;
	color: #fff;
}

.button-border.ui-color-1 .icon {
	color: #406b74;
}

.button-line {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
}

@media (max-width: 479px) {
	.button-line {
		font-size: 13px;
	}
}

.button-line:hover .icon {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}

.button-line .icon {
	font-size: 14px;
	color: #406b74;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.button-line:not([class*=ui-color-]) {
	color: #406b74;
}

.button-line.ui-color-light {
	color: #fff;
}

.button-line.ui-color-light .icon {
	color: #fff;
}

.button-line.ui-color-1 {
	color: #406b74;
}

.img-rounded a,
.img-rounded img {
	border-radius: 20px;
	display: block;
}

.tarihce h4 {
	font-weight: 600;
	font-size: 36px;
	color: #bebebe;
}

.tesis-item {
	background: #fafafa;
	border-radius: 20px;
	padding: 30px 30px 30px 0;
}

.tesis-item .content {
	padding: 30px !important;
}

.tesis-item .content h3.heading-title {
	font-size: 36px;
	color: #4c4c4c;
}

.tesis-item .owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 0;
	margin-top: -32px;
	position: relative;
	z-index: 9;
}

.tesis-item .owl-theme .owl-dots .owl-dot:not(.active) span {
	background: #fff;
}
section.tesislerimiz .owl-theme .owl-nav.disabled + .owl-dots{
	position: absolute;
	bottom: -40px;
	margin-top: 0;
	text-align: center;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}