:root {
	--color-1: #1d1d1b;
	--color-2: #0b2240;
	--color-3: #00b2e2;
	--color-4: #f47822;
	--color-5: #00212a;
}

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

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

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

::-moz-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;
}

.dropdown-item.active,
.dropdown-item:active {
	color: var(--color-2);
	text-decoration: none;
	background-color: unset;
}

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: 18px;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	background: #fff;
}

* {
	outline: 0;
	border: 0;
}


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

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

a {
	color: #1d1d1b;
	-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: #2a2a2a;
}

h3 {
	font-weight: 700;
	font-size: 24px;
	color: var(--color-1);
}

.page {
	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 {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	font-size: 18px;
	border: 1px solid transparent;
	padding: 0px 40px;
	color: #fff;
	font-weight: 500;
	background: var(--color-3);
	line-height: 46px;
}

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

.btn.white {
	color: #2d297d;
	box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
	padding-left: 40px;
	padding-right: 40px;
}

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

.btn.transparent {
	border-color: var(--color-3);
	color: var(--color-3);
}

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

.btn.orange {
	font-size: 16px;
	color: #fff;
	padding: 0px 40px;
	line-height: 50px;
	border-color: var(--color-4);
	background-color: var(--color-4);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	display: inline-flex;
	align-items: center;
	font-weight: 700;
}

.btn.orange img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	margin-right: 20px;
}

.btn.orange:hover {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}

.btn.main {
	font-size: 14px;
	color: #fff;
	padding: 0px 40px;
	line-height: 40px;
	border-color: var(--color-3);
	background-color: var(--color-3);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	display: inline-flex;
	align-items: center;
	font-weight: 500;
}

.btn.main img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	margin-right: 20px;
}

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

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

.btn.grey:hover {
	background-color: #bf2d32;
	color: #fff;
}

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

.btn.pink {
	background-color: #ff318e;
	color: #fff;
	position: relative;
}


.btn.pink:hover {
	background-color: #fff;
	color: #ff318e;
}

.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;
}

.white-bg .inner {
	padding: 60px;
	position: relative;
}

.content-page {
}

.content-page .inner:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	right: -100%;
	background: #fff;
	z-index: 1;
}

.bg-icon {
	background-image: url(../images/icon-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
}

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

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


h2 {
	font-size: 36px;
}

.services-detail .section h3,
.heading-title {
	font-weight: 700;
	font-size: 36px;
	color: var(--color-2);
	position: relative;
	padding-bottom: 0;
	margin-bottom: 30px;
}

.hakkinda-detail .section h3,
.services-detail .section h3,
.heading-title.large {
	font-size: 52px;
	font-weight: 800;
}


.services-detail .section .medium-heading h3 {
	font-size: 42px;
	margin-bottom: 20px;
}

.heading-title span {
	display: block;
	color: var(--color-3);
	font-weight: 400;
	font-size: 30px;
	margin-bottom: 5px;
}


.heading-title strong {
	display: block;
	font-size: 18px;
	color: #b8b8b8;
	font-weight: 500;
	text-transform: uppercase;
}

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

h5.heading-title {
	font-size: 18px;
	font-weight: 400;
	padding-left: 40px;
	position: relative;
}

h5.heading-title:before {
	content: "";
	width: 30px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 50%;
}

.kategori-item h5.heading-title {
	color: var(--color-3);
	font-size: 14px;
}

.kategori-item h5.heading-title:before {
	background: var(--color-3);
}

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

.container {
	max-width: 1170px;
}

.breadcrumbWrapper {
	width: 100%;
	position: absolute;
	height: 350px;
	top: 0;
	left: 0;
	background-size: cover !important;
	background-position: 50% 50% !important;
	z-index: 0;
}

.breadcrumbInner h2,
.breadcrumbInner h1 {
	font-size: 24px;
	font-weight: 900;
	position: relative;
	color: #fff;
	margin: 0;
	padding: 15px 0;
	text-transform: uppercase;
	display: inline-block;
	background: var(--color-3);
	padding-right: 100px;
}

.breadcrumbInner h2 {
	font-weight: 900;
	margin-bottom: 10px;
	text-transform: unset;
}

.breadcrumbInner h1:after {
	content: "";
	width: 300%;
	height: 100%;
	background-color: var(--color-3);
	bottom: 0px;
	right: 100%;
	position: absolute;
}

.breadcrumbInner {
	padding-top: 292px;
	padding-bottom: 0;
	position: relative;
	min-height: 350px;
	background: var(--color-3);
}

.breadcrumbInner nav {
	display: inline-block;
}

.breadcrumb-section {
	background: var(--color-2);
}

.breadcrumb {
	background-color: transparent;
	padding: 15px 0;
	display: flex;
	border-radius: 0;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 0;
	justify-content: flex-start;
	z-index: 1;
	position: relative;
	align-items: center;
	line-height: 1;
	text-transform: uppercase;
}

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

.breadcrumb > li:first-child {
	font-weight: 700
}

.breadcrumb > li:not(:last-child) {
	margin-right: 10px;
	padding-right: 10px;
}

.breadcrumb > li:last-child {
	border-right: 0 !important;
}

.breadcrumb > li {
	margin-right: 10px;
}

.breadcrumb > li + li:before {
	content: "/";
	position: relative;
	left: -8px;
}

/* ==============================
   Page loader
   ============================== */
.page-loader {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fefefe;
	z-index: 100000;
}

.loader {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	font-size: 10px;
	text-indent: -12345px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	border-right: 1px solid rgba(0, 0, 0, 0.08);
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	border-left: 1px solid rgba(0, 0, 0, 0.5);

	-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);
	}
}

/* ==============================
   Header
   ============================== */
.top-bar {
	color: #fff;
	line-height: 60px;
	font-size: 16px;
	-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;
	/* visibility: hidden; */
	/* height: 0; */
	overflow: hidden;
}

header.transparent .top-bar {
	/*	visibility: visible;
		height: 100%;
		-webkit-animation: 500ms ease-in-out 0s normal none 1 running slideInDown;
		animation: 500ms ease-in-out 0s normal none 1 running slideInDown;
		-webkit-transition: all .5s;
		transition: all .5s;
	*/

}

.top-bar li.list-inline-item:not(:last-child) {
	margin-right: 10px;
}

.top-bar .dropdown-item {
	color: var(--color-2) !important;
}

.top-bar a {
	color: var(--color-1);
}

.top-bar ul.list-inline > li:first-child a {
}

.top-bar .social a {
	width: 24px;
	height: 24px;
	line-height: 22px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 14px !important;
	background: transparent !important;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
}

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

.langMenu button {
	background: transparent;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	margin-left: 15px;
}

.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 .btn {
}

.header {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
	transition: 0.7s;
	background: transparent;
	border-bottom: 1px solid #50576e;
}

.layout_main .header {
	/* position: relative; */
	border-bottom: 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;
	color: #8996a1;
	font-size: 14px;
	font-weight: 500;
}

.headerContact div:first-child {
	margin-right: 10px;
}

.headerContact div:last-child {
	color: #fff;
}

.headerContact a {
	color: #fff;
}

.headerContact span {
	display: block;
	color: #8996a1;
	font-weight: 500;
	font-size: 15px;
	text-transform: lowercase;
}

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

header.stick-fixed .site-navbar {
	margin-top: 0;
	border-bottom: 0;
	padding: 0;
}

/*-----------------------------------------------------------
                 Header Top section
-------------------------------------------------------------*/
.header-top-section {
	background: #fff;
	display: block;
	transition: 1s;
	padding: 5px 0;
	text-align: right;
}

.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: 300px;
	margin-right: 0;
	line-height: 1.2;
	display: block;
	width: auto;
}

.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;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 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 {
	font-size: 0;
	margin-bottom: 0;
}

header.stick-fixed .site-navbar .site-navigation .site-menu {
	margin-top: 0;
}

header.stick-fixed .btn {
}

.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;
}

.site-navbar .site-navigation .site-menu > li {
	display: inline-block;
	padding: 0;
	/* 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 {
	padding: 0;
}

.site-navbar-wrap.v2 .site-navbar .site-navigation .site-menu > li > a {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	display: block;
	padding: 30px 0px 15px 0;
	margin: 0 27px;
}

.site-navbar-wrap.v2 .site-navbar .site-navigation .site-menu > li > a.active,
.site-navbar-wrap.v2 .site-navbar .site-navigation .site-menu > li > a:hover {
	color: #fff;
}

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

.site-navbar .site-navigation .site-menu > li > a.active::before,
.site-navbar .site-navigation .site-menu > li > a:hover::before {
	background-color: transparent;
	width: 20px;
	height: 3px;
	transition: 0.5s;
}

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

.site-navbar .site-navigation .site-menu .has-children .dropdown.megamenu {
	min-width: 58rem;
	padding: 30px 0px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.megamenu .site-menu-sub > li:not(:first-child) {
	display: none;
}

.has-children a {
	font-size: 15px;
	/* font-weight: 500; */
}

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

.dropdown > .has-children > a::before {
	position: absolute !important;
	content: "\e876" !important;
	color: #222222 !important;
	font-family: "Linearicons-Free";
	top: 11px !important;
	right: 3px !important;
	font-size: 10px;
}

.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.4s 0s;
	z-index: 999;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.megamenu {
	left: -100%;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
	position: absolute;
	min-width: 18rem;
	z-index: 9999;
	padding: 30px 0;
	background-color: var(--color-2);
	overflow: hidden;
	box-shadow: rgb(0 0 0 / 40%) 0px 3px 20px 0px;
}

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

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

.dropdown li a:hover {
	opacity: 1 !important;
}

.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: uppercase; */
	transition: 0s all;
	color: var(--color-3);
	border-bottom: 1px solid #fff;
	opacity: 1;
	transition: all 0.5s;
}

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

.site-navbar .site-navigation .site-menu .has-children .dropdown.megamenu .mega-menu:after {
	content: "";
	position: absolute;
	right: -30px;
	height: 100%;
	width: 2px;
	background: #eeeeee;
	top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.megamenu .mega-menu li a:hover {
	background: var(--color-3);
	color: #fff;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.megamenu .mega-menu li a:hover img {
	filter: brightness(0) invert(1);
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.megamenu .mega-menu li a:hover:after {
	content: "";
	width: 7px;
	height: 13px;
	position: absolute;
	right: 11px;
	top: calc(50% - 6px);
	background: url("../images/menu-arrow-right.png");
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.megamenu .mega-menu li {
	margin-bottom: 10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.megamenu .mega-menu li a {
	font-size: 16px;
	font-weight: 500;
	padding: 10px 19px;
	display: flex;
	background: #f4f4f4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	align-items: center;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.megamenu .mega-menu li a span.icon {
	width: 46px;
	height: 50px;
	margin-right: 12px;
	justify-content: center;
	align-content: center;
	display: inline-flex;
	padding: 4px 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.megamenu .mega-menu li a span.title {
	flex: 1;
	line-height: 1.1;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.megamenu .mega-menu li a img {
	margin-right: 0;
	height: 100%;
	width: auto;
}

.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:last-child a {
	border-bottom: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .site-menu-sub {
	padding-left: 30px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .site-menu-sub li {
	margin-bottom: 10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .site-menu-sub li > a {
	font-size: 16px;
	font-weight: 500;
	display: block;
	padding: 7px 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .site-menu-sub li > a:hover {
	font-weight: 700;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
	display: block;
	color: #fff;
	transition: 0.3s;
	line-height: 20px;
	font-size: 18px;
	padding: 15px 20px;
	position: relative;
	font-weight: 800;
	border-bottom: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a h3 {
	font-size: 14px;
	margin: 0;
	font-weight: 500;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a::before {
	background-color: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	content: "";
	transition: 0.5s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover::before {
	background-color: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	content: "";
	transition: 0.5s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
	background: transparent;
	color: var(--color-3);
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
	content: "\f10a";
	right: 20px;
}

.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: 80%;
	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: 24px;
	border-radius: 0;
}

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

.site-navbar-wrap.v2 .mobile-bar {
	margin: 15px 0;
	display: flex;
	padding: 6px 10px;
	border-radius: 10px;
}

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

.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: 8px 0;
	display: block;
	position: relative;
	color: #fff;
	font-weight: 500;
}

.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: 5px;
	z-index: 20;
	width: 28px;
	height: 28px;
	text-align: center;
	cursor: pointer;
	border-radius: 50%;
	color: var(--color-4);
	background-color: #fff;
	padding: 8px 0 !important;
}

.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: 19px;
	font-weight: 800;
	text-transform: uppercase;
}

.site-mobile-menu .site-nav-wrap > li > a i {
	display: none;
}

.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: 18px;
	color: #ffffff;
	padding: 10px 15px;
	padding-left: 14px;
}

.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: 15px;
	padding: 6px 0 6px 15px;
}


.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;
	width: 10px !important;
	height: 10px !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;


}

.nav-tabs > li {
	margin: 5px 15px;
}

.nav-tabs > li > a {
	border: 0;
	font-size: 18px;
	color: #686868;
	border: 0 !important;
}

.nav-tabs > li > a.nav-link {
	border-radius: 0;
	border: 0;
	color: #4e4e4e;
	font-size: 50px;
	line-height: 50px;
	font-weight: 300;
	background-color: #fff;
	padding: 0 0 0 30px;
	cursor: pointer;
	position: relative;
	opacity: .4;
	margin-bottom: 30px;
}

.nav-tabs > li > a span {
	display: block;
	font-weight: 700;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a.nav-link.active,
.nav-tabs > li > a.nav-link.active:focus,
.nav-tabs > li > a.nav-link.active:hover {
	color: #4e4e4e;
	position: relative;
	opacity: 1;
}

.nav-tabs > li > a.nav-link:after {
	content: "";
	content: "\f0da";
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	top: 10px;
	font-size: 50px;
	color: #01caff;

}


.form-container {

	margin: 0 40px;
	padding-top: 80px;
}

.form-container .white-bg {
	padding: 80px 40px;
	margin-bottom: 150px;
}

.form-container h3 {
	font-size: 50px;
	font-weight: 300;
	margin-bottom: 30px;
}

.form-container h3 strong {
	font-weight: 700;
}

.form-container .form-group {
	margin-bottom: 30px;
}

section.frontpage-kurumsal {
	padding: 0 0 250px 0;
	position: relative;
	background-size: cover !important;
	background-position: 50% 50% !important;
	background-repeat: no-repeat;
	margin: 80px 0 0 0;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
}

section.widgets {
	background-image: url("../images/widgets-bg.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
	padding: 80px 0 140px 0;
}

section.widgets .owl-carousel .owl-item img {
	display: block;
	width: auto;
}

section.widgets h3 {

}

section.widgets .widget-item {
	background: #e2e2e7;
	padding: 40px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: var(--color-1);
	-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;
	min-height: 480px;
}

section.widgets .widget-item:hover {
	background: #faa31d;
}

section.widgets .widget-item .photo {
	height: 90px;
	margin-bottom: 10px;
}

section.widgets .widget-item h4 {
	color: var(--color-2);
	font-size: 26px;
	margin-bottom: 20px;
	font-weight: 800;
}

section.widgets .widget-item .description {
	font-size: 14px;
	line-height: 22px;
	min-height: 160px;
	font-weight: 400;
}

section.widgets .widget-item .description p {
	margin-bottom: 0;
}

section.widgets .widget-item .btn {
	margin-top: 15px;
}


.slider-bottom {
	background: #f3f4f5;
}

section.neden-ness {
	padding: 60px 0;
}

section.neden-ness .box-item h4 {
	font-size: 24px;
	font-weight: 700;
	color: var(--color-2);
}

section.musteriler {
	padding: 80px 0;
}

section.musteriler .left-photo {
	background-size: cover !important;
	background-position: 50% 50% !important;
	background-repeat: no-repeat;
}

section.musteriler .left-photo img {
	opacity: 0;
}

section.musteriler .yorumlar {
	height: calc(100% - 80px);
	background: var(--color-4);
	color: #fff;
	margin: 40px 0;
	padding: 80px;
}

section.musteriler .yorumlar .owl-carousel {
	max-width: 80%;
}

section.musteriler .yorum-item .yorum-content .short {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 30px;
	line-height: 35px;
}

section.musteriler .yorum-item .yorum-content .description {
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 30px;
}

section.musteriler .yorum-item .yorum-heading {
	gap: 15px;
}

section.musteriler .yorum-item .yorum-heading .photo {
	width: 80px;
	height: 80px;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

section.musteriler .yorumlar .owl-theme .owl-dots .owl-dot span {
	background: #cac9d3;
	width: 8px;
	height: 8px;
	opacity: 1;
	margin: 0px 4px;
}

section.musteriler .yorumlar .owl-theme .owl-dots .owl-dot.active span {
	background: var(--color-4);
	width: 12px;
	height: 12px;
}

section.musteriler .yorumlar .owl-theme .owl-dots {
	position: absolute;
	bottom: -110px;
	display: flex;
}

section.musteriler .yorumlar .owl-carousel .owl-nav button {
	border-radius: 0;
}

section.musteriler .yorumlar .owl-carousel .owl-nav button.owl-prev {
	border-right: 1px solid #fff;
}

section.hemen-baslayin {
	background-size: cover !important;
	background-position: 50% 50% !important;
	background-repeat: no-repeat;
	padding: 120px 0;
	color: #fff;
	font-weight: 300;
	font-size: 20px;
}

section.hemen-baslayin.style-2 {
	background-image: url("../images/iletisime-gec-bg.jpg");
	font-size: 22px;
	padding: 60px 0 40px 0;
	margin-bottom: 60px;
}

section.hemen-baslayin h4 {
	font-size: 52px;
	font-weight: 800;
	margin-bottom: 40px;
	margin-bottom: 20px;
}

section.hemen-baslayin.style-2 h4 {
	font-size: 52px;
	font-weight: 500;
}

section.anasayfa-rakamlar {
	padding: 120px 0;
	background: #f3f4f5;
	overflow: hidden;
	color: var(--color-2);
}

section.anasayfa-rakamlar .heading {
	margin-bottom: 30px;
}

section.anasayfa-rakamlar .heading h3 {
	font-size: 51px;
	font-weight: 800;
	color: var(--color-2);
	margin-bottom: 30px
}

section.anasayfa-rakamlar .btn.orange:hover {
	background-color: var(--color-2);
	border-color: var(--color-2);
}

section.anasayfa-rakamlar .box-item .content {
	font-weight: 800;
}

section.anasayfa-rakamlar .box-item .content h4 {
	font-size: 34px;
	font-weight: 800;
}

section.anasayfa-referanslar {
	padding: 120px 0;
	background: #fff;
	overflow: hidden;
	color: var(--color-2);
	font-size: 18px;
	font-weight: 300;
}

section.anasayfa-referanslar h3 {
	font-size: 52px;
	font-weight: 800;
}

section.anasayfa-referanslar .swiper-slide {
	border: 1px solid #a2a3b0;
}

section.anasayfa-referanslar .swiper-slide img:not(:hover) {
	/*filter: grayscale(100%);
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0, Chrome 18.0 - 48.0 */
	/*filter: gray; /* Firefox 30.0+ */
	/*filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* IE 6-9 */
	/*-webkit-filter: grayscale(1); /* Microsoft Edge and Safari */
	width: 100%;
	height: auto;
}

section.anasayfa-referanslar .swiper::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	height: 100%;
	width: 200px;
	background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}

section.anasayfa-referanslar .swiper::after {
	content: "";
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 2;
	height: 100%;
	width: 200px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}

section.iletisime-gec {
	padding: 120px 0 90px 0;
	background: #17202d;
	overflow: hidden;
	color: #64667c;
	font-size: 18px;
	font-weight: 300;
}

section.iletisime-gec h3 {
	color: #fff;
	font-size: 52px;
}

section.iletisime-gec a {
	color: #fff;
}

section.kurumsal .hakkimizda {
	line-height: 26px;
	font-size: 18px;
}

section.kurumsal .hakkimizda h2 {
}

section.frontpage-hizmetler {
	margin-top: -110px;
	position: relative;
	z-index: 9;
}

section.frontpage-hizmetler .row {
	position: relative;
	background: #fff;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

section.frontpage-hizmetler .row:before {
	display: none;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

section.frontpage-hizmetler .hizmet-item {
	display: flex;
	align-content: center;
	border-right: 1px solid #efefef;
	gap: 30px;
	height: 100%;
}

section.frontpage-hizmetler .hizmet-item .photo {
	min-width: 150px;
	align-items: center;
	justify-content: center;
	display: flex;
}

section.frontpage-hizmetler .hizmet-item .content {
	padding: 30px 0;
	padding-right: 60px !important;
}

section.frontpage-hizmetler .hizmet-item .content .title h3 {
	color: var(--color-2);
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 20px;
}

section.frontpage-hizmetler .hizmet-item .content .description {
	color: var(--color-2);
	font-size: 16px;
	font-weight: 300;
	min-height: 90px;
}

section.frontpage-hizmetler .hizmet-item .content a img {
	transition: .5s;
}

section.frontpage-hizmetler .hizmet-item .content a:hover > img {
	transform: translateX(10px);
}

section.frontpage-hizmetler .hizmet-item .content a:not(:hover) img {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0, Chrome 18.0 - 48.0 */
	filter: gray; /* Firefox 30.0+ */
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* IE 6-9 */
	-webkit-filter: grayscale(1); /* Microsoft Edge and Safari */
}

section.frontpage-hizmetler.referans-items {
	background: #f5f5f5;
}

section.frontpage-hizmetler.referans-items .adres-item,
section.frontpage-hizmetler.referans-items a .icon {
	background: #fff;
	font-size: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 15px;
	color: var(--color-1);
}

section.frontpage-hizmetler a {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: var(--color-1)
}

section.frontpage-hizmetler a:hover {
	color: var(--color-3);
}

section.frontpage-hizmetler.referans-items .adres-item {
	padding: 30px;
	color: var(--color-1);
	font-weight: 500;
}

section.frontpage-hizmetler.referans-items .adres-item tr td:first-child {
	width: 40px;
}

section.frontpage-hizmetler.referans-items .adres-item tr td {
	padding: 10px 0;
}

section.frontpage-hizmetler.referans-items .adres-item .title {
	font-size: 24px;
	font-weight: 800;
	margin-bottom: 10px;
	color: var(--color-3);
	display: block;
}

section.frontpage-hizmetler.referans-items .adres-item,
section.frontpage-hizmetler.referans-items a {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 20px;
}

section.frontpage-hizmetler.referans-items a:hover .icon {
	background: transparent;
}

section.frontpage-hizmetler.referans-items a.active,
section.frontpage-hizmetler.referans-items a:hover {
	background: var(--color-3);
	color: #fff;
}

section.frontpage-hizmetler.referans-items a .icon img {
	filter: unset;
	max-width: 50px;
}

section.frontpage-hizmetler.referans-items a.active .icon img,
section.frontpage-hizmetler.referans-items a:hover .icon img {
	filter: brightness(0) invert(1);
}

section.frontpage-hizmetler.referans-items a .icon {
	background: transparent;
	height: unset;
	margin-bottom: 0;
	height: 85px;
}

section.frontpage-hizmetler.referans-items .adres-item .title,
section.frontpage-hizmetler.referans-items a .title {
	min-height: 48px;
}

section.frontpage-hizmetler .heading-title {
	color: #fff;
}

.content-top-menu {
	position: relative;
	margin-top: -50px;
	z-index: 9;
}

.content-top-menu > ul {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 0;
	height: 100px;
	align-items: center;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	background: #fff;
	padding: 0px 90px;
}

.content-top-menu.hakkinda-menu > ul {
	padding: 0 30px;
}

.content-top-menu > ul.sticky {
	display: flex;
	justify-content: center;
}

.content-top-menu > ul > li a {
	font-size: 20px;
	font-weight: 700;
	color: var(--color-2);
	padding: 15px 40px;
}

.content-top-menu.hakkinda-menu > ul > li a {
	padding: 15px 10px;
}

.content-top-menu > ul > li a:hover {
	color: var(--color-3);
}

.content-top-menu > ul > li .dropdown-toggle {
	background: transparent;
	font-size: 20px;
	font-weight: 700;
	color: var(--color-2);
	padding: 15px 40px;
}

.services-detail .section {
	padding: 100px 0;
}

#section1,
.services-detail {
	background: #f3f4f5;
}

.services-detail .section {
	background: #fff;
	color: var(--color-2);
}

.services-detail .section .service-heading {
	font-size: 22px;
	margin-bottom: 40px;
}

.services-detail .section.widgets .widget-item .photo {
	height: 120px;
}

.services-detail .btn.orange {
	margin: 15px 0;
}

.services-detail .btn.orange:hover {
	background: var(--color-2);
	border-color: var(--color-2);
}

.services-detail .section.widgets .widget-item .description {
	font-size: 18px;
	line-height: 28px;
	min-height: 130px;
}

.diger-hizmetler .widget-item .photo {
	position: relative;
}

.diger-hizmetler .widget-item .photo .content {
	position: absolute;
	padding: 30px;
	top: 0;
	left: 0;
	bottom: 0;
	max-width: 80%;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.diger-hizmetler .widget-item .photo .content h4 {
	font-size: 42px;
	font-weight: 800;
}

.diger-hizmetler .widget-item .photo .content a {
	display: flex;
	align-items: center;
	font-weight: 800;
}

.diger-hizmetler .widget-item .photo .content a img {
	transition: .5s;
	width: auto;
}

.diger-hizmetler .widget-item .photo .content a:hover > img {
	transform: translateX(10px);
}

.diger-hizmetler .widget-item .photo .content a:not(:hover) img {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0, Chrome 18.0 - 48.0 */
	filter: gray; /* Firefox 30.0+ */
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* IE 6-9 */
	-webkit-filter: grayscale(1); /* Microsoft Edge and Safari */
}

.hakkinda-detail .section {
	padding: 100px 0;
	font-size: 22px;
}

.hakkinda-detail .section h3 {
	color: var(--color-2);
	margin-bottom: 30px;
}

.list-box ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.list-box ul li {
	color: var(--color-2);
	padding: 0px 0px;
	height: 220px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 1.2;
	font-size: 22px;
	font-weight: 800;
	text-align: center;
	flex: 0 0 calc(50% - 5px); /* Ä°ki sÃ¼tuna bÃ¶lmek iÃ§in */
	margin-right: 10px; /* Ä°ki sÃ¼tun arasÄ±ndaki boÅŸluk */
	margin-bottom: 10px;
}

.list-box ul li br {
	display: none;
}

.list-box ul li strong {
	font-weight: 800;
	font-size: 52px;
	display: block;
	margin-bottom: 10px;
}

.list-box ul li {
	background: #e2e2e7;
}

.list-box ul li:nth-child(n+2):nth-child(-n+3) {
	background: #f3f4f5;
}

.list-box ul li:nth-child(2),
.list-box ul li:last-child {
	margin-right: 0;
}

.list-box ul li img {
	margin-bottom: 11px;
}

.sertifika-item .photo {
	border: 1px solid #c8c7d1;
	margin-bottom: 15px;
}

.sertifika-item .title {
	text-align: center;
	padding: 0 30px;
	line-height: 1.5;
}

.widgetItem {
	border: 1px solid #cfcfcf;
	background-color: #fff;
	box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-bottom: 30px;
	overflow: hidden;
	display: flex;
	font-size: 16px;
	font-weight: 300;
}

.widgetItem .photo {
	position: relative;
	overflow: hidden;
	width: 100%;
	background-size: cover !important;
	background-position: 50% 50% !important;
	background-repeat: no-repeat;
}

.widgetItem .photo .title {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0px;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
	color: #fff;
	font-size: 20px;
	font-weight: 800;
	margin: 0;
	padding: 15px 10px;
	text-transform: uppercase;
}

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

.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: #faa31d;
	background-color: #faa31d;
	opacity: 1;
}

.bg-cover .photo {
	background-size: cover !important;
	background-position: 50% 50% !important;
	background-repeat: no-repeat;
}

.bg-cover .photo img {
	opacity: 0;
}

/*** Kurumsal ***/
section.content-page {
	position: relative;
}

.iletisim-page {
	padding: 60px 0;
}

.iletisim-page iframe {
	border-radius: 30px;
}

.content-page .style-2 {
	background: #fff;
	color: var(--color-2);
}

section.content-page .heading-title {
	font-size: 30px;
	font-weight: 700;
}


section.content-page h1,
section.content-page h2 {
	font-size: 24px;
	font-weight: 900;
	line-height: 1.6;
	color: var(--color-1);
	position: relative;
	padding-bottom: 5px;
	text-transform: uppercase;
}

section.content-page .style-2 h1,
section.content-page .style-2 h2 {
	color: var(--color-2);
}


.text-center h1:after,
.text-center h2:after {
	left: calc(50% - 50px) !important;
}

section.content-page h3 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	color: var(--color-3);
}

section.content-page h4 {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.6;
	color: var(--color-3);
}

section.content-page.iletisim-page h3 {
	margin: 0;
	display: inline-block;
	font-weight: 400;
	font-size: 14px;
	cursor: pointer;
}

section.content-page.hizmetler-page h2 {
	font-size: 21px;
	font-weight: 500;
	line-height: 1.6;
}

.content-page .kurumsal p {
	font-size: 17px;
	font-weight: 300;
	line-height: 26px;
}

footer {
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	position: relative;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 25px 0 0 0;
	color: #9090a2;
	background: #17202d;
}


footer h4 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}


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

footer li {
	margin-bottom: 10px;
}

footer li .media-body {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

footer li .media-body img {
	margin-right: 10px;
}

footer li h1 {
	font-size: 18px;
	font-weight: 400;
}

footer a {
	color: #fff;
}

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

footer a:focus,
footer a:hover,
.footerContact .desc label a:hover,
.footerContact a:hover {
	color: #fff;
}

footer ul li a {
	color: #9090a2;
}

footer ul li .fa-inverse {
	color: #e0006f;

}

.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%;
}

.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 {
	background-color: #000000;
	line-height: 24px;
	font-size: 15px;
	font-weight: 400;
	padding: 20px 60px;
	color: #64667c;
}

.copyright ul li {
	position: relative;
	padding-right: 15px;
}

.copyright ul li a {
	color: var(--color-1);
}

.copyright ul li:not(:last-child):after {
	content: "";
	width: 4px;
	height: 4px;
	background: #fff;
	position: absolute;
	right: 0;
	top: calc(50% - 2px);
	border-radius: 4px;
}

.copyright p {
	margin-bottom: 0;
}

/* ==============================
   Iletisim Page
   ============================== */
.contact-span {
	font-size: 18px;
	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: 18px;
	text-transform: none;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 24px;
	display: block;
}

.phone-no {
	/* border-bottom: 1px solid #f3f3f3; */
	display: flex;
	flex-direction: column;
}

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

.contact-i {
	color: #ff0039;
}

.form-group {
	margin-bottom: 15px;
}

.form-control {
	border: 0;
	height: 56px;
	font-size: 16px;
	line-height: 36px;
	padding: 10px 15px;
	background-color: transparent;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: 1px solid #64667c;
	color: #fff;
	box-shadow: unset;
}

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

.fileselection {
	display: flex;
}

.bootstrap-filestyle.input-group {
	display: flex;
	width: 100%;
	order: 1;
	flex-direction: column;
}

.bootstrap-filestyle.input-group > .form-control {
	display: block;
	width: 100%;
	background: transparent;
	border: 0;
	color: #000;
	order: 3;
}

/* ==============================
   Social Media
   ============================== */
.social {
	overflow: hidden;
	color: #64667c;
	font-size: 16px;
	font-weight: 700;
}

.social a {
	color: #64667c;
	width: 36px;
	height: 36px;
	line-height: 32px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: transparent !important;
	border: 1px solid #64667c;
	font-size: 16px !important;
	font-weight: 100;
}

.social a:hover {
	color: #fff;
	background-color: #f47721 !important;
	border-color: #f47721;
}


.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: #3C5B9B;
}

.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: #3C5B9B;
}

.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: #359BED;
}

.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: #027ba5;
}

.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: #F03434;
}

.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;
}

/* ==============================
   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-4);
	transition: 1s ease;
	border: none;
	opacity: 1;
}

#go_up.open {
	bottom: 10%;
}

.popin {
	display: none;
	background-color: var(--color-2);
	width: 450px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 20px;
	color: #fff;
	font-size: 12px;
	line-height: 17px;
	position: fixed;
	left: 15px;
	bottom: 15px;
	z-index: 99;
	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;
}

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

.table td, .table th {
	vertical-align: middle;
	border-top: 0;
}

.table thead tr {
	background-color: #00a956;
	color: #fff;
	text-transform: uppercase;
}

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

}

.nav-pills .nav-link {
	background-color: transparent;
	color: #272727;
	font-weight: 700;
	padding: .7rem 1rem;
	cursor: pointer;
	border: 2px solid #d3152b;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-size: 16px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff;
	background-color: #272727;
	border-color: #272727;
}

.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: #009fe3;
	font-weight: 500;
}

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

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


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

section.main-slider {
	overflow: hidden;
}

#owl-main {
	padding: 140px 0;
	color: #1f173d;
	font-size: 18px;
}

#owl-main h1 {
	font-size: 30px;
	font-weight: 700;
}

section.hizmetlerimiz .photo {
	padding-top: 30px;
	position: relative;
}

section.hizmetlerimiz .photo > img {
	position: relative;
}

section.hizmetlerimiz .swiper-slide {
	padding-top: 7.11111rem;
}

section.hizmetlerimiz a.explore {
	width: 270px;
	background-color: #614eff;
	height: 270px;
	position: absolute;
	top: -160px;
	right: 15px;
	z-index: 0;
	border-radius: 9999px;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	color: #fff;
	font-weight: 500;
}

section.hizmetlerimiz .swiper-slide .slideImg {
	display: block;
	margin-top: -70px;
}

section.isler {
	padding: 60px 0 30px 0;
}

.isler-item {
	display: block;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: 3px solid #bcbcbc;
}

.isler-item img {
	filter: grayscale(100%);
	opacity: .5;

}

.isler-item:hover {
	border-color: transparent;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.isler-item:hover img {
	opacity: 1;
	filter: unset;
}

.isler-item .text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	opacity: 0;
	transition: all 0.8s ease;
	width: 100%;
	text-align: center;
	padding: 0 30px;
}

.isler-item .text .title {
	color: #fff;
	font-size: 30px;
	margin: 0;
}

section.musteri-yorumlari {
	background-image: url("../images/yorumlar-bg.jpg");
	background-size: cover !important;
	background-position: 50% 50% !important;
	background-repeat: no-repeat;
	min-height: 300px;
	overflow: hidden;
	text-align: center;
	padding: 70px 0;
}


section.musteri-yorumlari h4 {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 30px;
}

section.musteri-yorumlari .item {
	background: #fff;
	min-height: 180px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 30px;
	font-size: 14px;
	color: var(--color-4);
}

section.musteri-yorumlari .item p {
	margin-bottom: 10px;
	line-height: 1.4;
}

section.musteri-yorumlari a {
	color: #fff;
}

section.referanslar {
	background-color: #def5ff;
	padding: 60px 0;
	overflow: hidden;
}

.referans-item {
	background-color: #fff;
	padding: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.referans-item .title {
	font-weight: 400;
	font-size: 18px;
}

.referans-item .name {
	font-weight: 500;
	font-size: 21px;
}

#sync1.owl-carousel .owl-stage-outer {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}

#sync2.owl-carousel .item {
	border: 2px solid #d6d6d6;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}

.referans-logolar .owl-carousel .owl-stage-outer {
	overflow: hidden;
}


.owl-center .owl-carousel .owl-item.active a img {
	opacity: 1
}

.owl-center .owl-carousel .owl-item .btn.transparent {
	border-color: #fff;
	color: #fff;
}

.owl-carousel .owl-item.active {
	opacity: 1;
}

.owl-carousel .owl-item.active + .owl-item {
	opacity: 1;
}

.owl-visible-left .owl-carousel .owl-item.active ~ .owl-item {
	opacity: 0 !important;
}

section.blog {
	padding: 60px 0;
}

.list-group-item {
	color: var(--color-1);
	background-color: transparent;
	font-size: 16px;
	font-weight: 500;
	margin: 0 10px;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px;
	border-radius: 0px !important;
	border: 2px solid var(--color-3) !important;
	padding: 10px 20px;
}

.list-group-item:first-child {
	margin-left: 0;
}

.list-group-item a {
	color: #fff;
}

.list-group-item:hover,
.list-group-item.active {
	background-color: var(--color-3);
}

.list-group-item:hover a h2,
.list-group-item.active a h2 {
	color: #fff;
}

section.content-page.isler-page .content h4 {
	font-size: 18px;
	font-weight: 400;
}

section.content-page.blog-page h2 {
	font-size: 24px;
	font-weight: 500;
}

section.content-page.iletisim-page h2 {
	font-size: 30px;
	font-weight: 700;
}

textarea.form-control {
	height: auto;
}

.custom-control {
	background-color: #fff;
	padding: 7px 11px;
	display: inline-block;
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 15px;
	border: 2px solid #1f173d;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	margin-right: 5px;
	position: relative;
	padding-left: 20px;
	cursor: pointer;
}

.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.custom-control-label {
	position: relative;
	cursor: pointer;
}

.custom-control-label::before {
	position: absolute;
	top: 0.25rem;
	left: -15px;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
}

.custom-control-label::after {
	position: absolute;
	top: 0.25rem;
	left: -15px;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}

.custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
	background-color: transparent;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("../images/check-icon.png");
}

.custom-checkbox.checked {
	background-color: #1f173d;
	color: #fff;
}

.custom-checkbox.checked h3 {
	color: #fff;
}

section.content-page.iletisim-page h1 {
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	display: inline-block;
}

.tab-pane.fade {
	transition: all 0.2s;
	transform: translateY(1rem);
}

.tab-pane.fade.show {
	transform: translateY(0rem);
}

.modal h4 {
	color: var(--color-3);
	font-weight: 500;
	font-size: 18px;
}

.modal-backdrop.show {
	opacity: .8;
}

.modal-body::-webkit-scrollbar {
	width: 5px;
}

.modal-body {
	/* overflow-y: scroll; */
	color: var(--color-2);
}

.modal-body::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
	background-color: #D62929;
}

.modal-body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.date-section .date {
	color: var(--color-3);
}

.owl-theme .owl-nav {
	margin: 0;
	width: 100%;
	position: absolute;
	bottom: 0;
}

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

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

}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	width: 36px;
	height: 50px;
	background: transparent;
	color: #fff;
	position: absolute;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-size: 50px;
	line-height: 50px;
	margin: 0;
}

.owl-carousel .owl-nav button.owl-prev {
	left: auto;
	right: 37px;
}

.owl-carousel .owl-nav button.owl-next {
	right: 0;
}


.tp-shape {
	position: relative;
}

.rev_slider > ul,
.rev_slider > ul > li {
	overflow: visible !important;
}

.tp-shape:after {
	content: "";
	width: 100%;
	height: 100px;
	background: #fff;
	left: 0;
	bottom: -100px;
	z-index: 999;
	position: absolute;
}

.photo.cover {
	background-size: cover !important;
	background-position: 50% 50% !important;
	background-repeat: no-repeat;
}

.photo.cover img {
	opacity: 0;
}

.photo.cover .content img {
	opacity: 1;
}

.video .photo {
	position: relative;
	display: block;
}

.video .photo .content {
	position: absolute;
	color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 30px;
	font-weight: 500;

}

.video .photo:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.video .photo .title {
	position: absolute;
	left: 50px;
	right: 50px;
	top: 50px;
	color: #fff;
	font-size: 22px;
	line-height: 28px;
}

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

.photo-hover .photo,
.haberItem .photo {
	position: relative;
	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);
}

.photo-cover .photo {
	background-size: cover !important;
	background-position: 50% 50% !important;
	background-repeat: no-repeat;
}

.photo-cover .photo img {
	opacity: 0;
}

.contactInformation {
	background: var(--color-3);
	color: #fff;
	padding: 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.contactInformation a {
	color: #fff;
}

.header-search {
	cursor: pointer;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 50px;
}

@media (max-width: 767px) {
	.header-search {
		margin: 0 25px;
	}
}

.header-search::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: -2px;
	left: 0;
	height: 3px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FF0059;
	width: 0;
	-webkit-transition: width 0.3s;
	transition: width 0.3s;
	display: none;
}

.header-search:hover::before {
	width: 100%;
}

.header-search .icon {
	font-size: 16px;
	color: #fff;
	border: 1px solid #fff;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.modal {
	position: fixed;
	inset: 0;
	background: rgb(11 34 64 / 80%);
	z-index: 9999;
}
.modal-content {
	border-radius: 1.5rem;
}
.modal-search {
	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-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: calc(var(--header-height) + 75px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

@media (max-width: 767px) {
	.modal-search {
		padding-top: calc(var(--header-height) + 35px);
	}
}

.modal-search.is-visible {
	opacity: 1;
	visibility: visible;
}

.modal-search .modal-wrapper {
	padding-inline: 10px;
	width: 800px;
	max-width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-75px);
	-ms-transform: translateY(-75px);
	transform: translateY(-75px);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.modal-search .modal-wrapper.is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.modal-search .modal-wrapper form {
	width: 100%;
	position: relative;
}

.modal-search .modal-wrapper form .input {
	height: 80px;
	width: 100%;
	color: #394857;
	font-family: inherit;
	padding-inline: 30px;
	border-radius: 11px;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -0.7px;
}

.modal-search .modal-wrapper form .input::-webkit-input-placeholder { /* Edge */
	color: #394857;
}

.modal-search .modal-wrapper form .input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #394857;
}

.modal-search .modal-wrapper form .input::-moz-placeholder {
	color: #394857;
}

.modal-search .modal-wrapper form .input::-ms-input-placeholder {
	color: #394857;
}

.modal-search .modal-wrapper form .input::placeholder {
	color: #394857;
}

@media (max-width: 479px) {
	.modal-search .modal-wrapper form .input {
		height: 60px;
		padding-inline: 20px;
		font-size: 16px;
		letter-spacing: -0.5px;
	}
}

.modal-search .modal-wrapper form .btn {
	position: absolute;
	right: 10px;
	top: 10px;
	bottom: 10px;
	background-color: #00b2e2;
	border-radius: 11px;
	padding-inline: 15px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	font-family: inherit;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

@media (max-width: 479px) {
	.modal-search .modal-wrapper form .btn {
		right: 7px;
		top: 7px;
		bottom: 7px;
	}
}

.modal-search .modal-wrapper form .btn:hover {
	background-color: #FF0059;
}

.modal-search .modal-wrapper form .btn .icon {
	font-size: 30px;
}

@media (max-width: 479px) {
	.modal-search .modal-wrapper form .btn .icon {
		font-size: 24px;
	}
}

.accordion-button {
	color: var(--color-2);
	background-color: #fff;
	font-size: 20px;
	font-weight: 700;
}

.accordion-button:not(.collapsed) {
	color: var(--color-2);
	background-color: #fff;
	box-shadow: unset;
}

.accordion-body {
	font-size: 14px;
	color: var(--color-2);
}

.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='%230b2240'%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");
	transform: rotate(-180deg);
}

.iletisim_page .iletisime-gec {
	background: #fff;
	color: var(--color-2);
}

.iletisim_page .iletisime-gec h3.heading-title {
	color: var(--color-2);
}

.iletisim_page .iletisime-gec h4 {
	color: var(--color-2);
	font-weight: 700;
	margin-bottom: 20px
}

.iletisim_page .iletisime-gec ul li a {
	color: var(--color-2);
}

.iletisim_page .iletisime-gec .form-control {
	color: var(--color-2);
}

.iletisim_page .iletisime-gec .form-control:focus {
	border-color: var(--color-4);
}

.iletisim_page .iletisime-gec .btn.orange:hover {
	background: var(--color-2);
	border-color: var(--color-2);
}

/*** Header Menu ***/
.header-overlay {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 0;
	overflow: hidden;
	background: #0b2040;
	z-index: 1005;
	-webkit-transition: height .45s;
	transition: height .45s;
}

.header {
	z-index: 1006;
}


.animated-megamenu:hover > .header-nav__dropdown {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: .4s .4s;
	transition: .4s .4s;
}

.header-nav__dropdown h4 {
	color: #c8c7d1;
	font-weight: 700;
	font-size: 26px;
	border-bottom: 1px solid #3d4b5f;
	padding: 15px 0;
	margin-bottom: 20px;
}

.header-nav__dropdown {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: .4s .4s;
	transition: .4s .4s;
}

.header-nav__dropdown {
	position: absolute;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
}

.header-nav__dropdown.is-active {
	opacity: 1 !important;
	visibility: visible !important;
	-webkit-transform: translateY(0) !important;
	transform: translateY(0) !important;
}

.header-nav__dropdown > .container-fluid {
	padding-top: 40px;
	padding-bottom: 40px;
}

.header-nav__dropdown .left-menu li a {
	color: #c8c7d1;
	font-weight: 700;
	font-size: 18px;
	display: block;
	padding: 6px 0;
}
.right-menu-item  h4,
.header-nav__dropdown .left-menu li a.active,
.header-nav__dropdown .left-menu li a:hover {
	color: var(--color-3);
}

.right-menu-item {
	padding: 0 80px;
}

header.is-active {
	border-bottom: 1px solid #3d4b5f !important;
}

.header-nav__dropdown .row > div:first-child {
	position: relative;
}

.header-nav__dropdown .row > div:first-child:after {
	content: "";
	position: absolute;
	right: 0;
	top: -100%;
	height: 200%;
	width: 1px;
	border-right: 1px solid #3d4b5f !important;
	display: none;
}

header.is-active .animated-megamenu .right-menu-item > li:not(:first-child) {
	display: none;
}

.right-menu-item > li:not(:first-child) {
	display: none;
}

.right-menu-item .d-flex {
	display: flex !important;
	flex-direction: row;
	gap: 60px;
}

.right-menu-item .d-flex .left-menu {
	width: 50%;
}