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: #000000;
	font-size: 18px;
	font-family: 'Rubik', sans-serif;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
}

.page-wrapper {
	overflow: hidden;
}

* {
	outline: 0;
}

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

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

a {
	color: #5b5b5b;
	-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;
}

.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 {
	font-size: 18px;
	border: 0;
	padding: 0px 30px;
	color: #fff;
	font-weight: 400;
	line-height: 56px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

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

header .btn.main {
	width: auto;
	height: auto;
	padding: 0 30px;
	line-height: 42px;
	font-weight: 600;
	font-size: 16px;
}

header .btn {
	padding: 0;
	border-radius: 0;
	border: 2px solid #f08016;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	width: 46px;
	height: 46px;
}

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

.btn.transparent {
	border: 2px solid #1b306d;
	color: #1b306d;
}

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

.btn.transparent.orange {
	background-color: transparent !important;
	border: 2px solid #ff7200 !important;
	color: #ff7200;
	font-weight: 600;
}

.btn.transparent.orange:hover {
	background-color: #ff7200 !important;
	border: 2px solid #ff7200 !important;
	color: #fff;
	font-weight: 600;
}

.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.main {
	color: #fff;
	font-weight: 600;
	background-color: #f08016;
	border: 2px solid #f08016;
}

.btn.main:hover {
	background-color: #263c7b;
	color: #fff;
	border-color: #263c7b;
}

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

.btn.orange {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	padding: 12px 40px;
	background-color: #0c2242;
	border-radius: 0;
}

.btn.orange:hover {
	background-color: #ff7800;
	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.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: #f4f4f4;
}

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

.heading-title.border-bottom {
	font-size: 30px;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 0 !important;
}

.heading-title.border-bottom:before {
	content: "";
	width: 80px;
	height: 4px;
	border-radius: 10px;
	position: absolute;
	bottom: 0;
	left: 2px;
	background-color: #ff7200;
}

.sliderBottomWidgets {
	color: #133956;
	padding-bottom: 75px !important;
}

.sliderBottomWidgets .tab-content ul li {
	font-size: 18px;
	font-weight: 600;
	margin-left: 20px;
	position: relative;
	margin-bottom: 5px;
}

.sliderBottomWidgets .tab-content ul li:before {
	content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #ff7200; /* Change the color */
	font-weight: bold; /* If you want it to be bold */
	font-size: 30px;
	position: absolute;
	top: -10px;
	left: -20px;
	width: 15px;
	height: 15px;
}

.widgetWrapper {
	padding: 80px 0;
}

.widgetItem {
	display: flex;
	color: #fff;
	margin: 30px 15px;
	position: relative;
	font-size: 24px;
	font-weight: 700;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	background: rgb(27 48 109 / 45%);
	padding: 30px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-align: center;
}
.widgetItem .statsItem{
	display:flex;
	align-items: center;
	font-size: 48px;
	font-weight: 400;
	line-height: 48px;
	margin-bottom: 15px;
	gap:10px;
}
.widgetItem .number {

}

.widgetItem .title {
	line-height: 1.1;
	font-style: italic;
}

.widgetItem a {
	color: #fff;
}

.widgetItem .icon {
	min-height: 60px;
}

.widgetItem h4 {
	font-size: 24px;
	color: #ff7800;
	font-weight: 700;
	margin-bottom: 20px;
	margin-top: 20px;
}

.content-page .widgetItem {
	background: #fff;
	border: 2px solid #1b306d;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: nowrap;
	align-items: flex-start;
	text-align: left;
	gap: 15px;
	margin: 0;
	padding: 30px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	height: 100%;
}

.content-page .widgetItem:hover {
	background: #1b306d;
	color: #fff;
}

.content-page .widgetItem:hover h4,
.content-page .widgetItem:hover .content {
	color: #fff;
}

.content-page .widgetItem:hover img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.content-page .widgetItem .content {
	padding: 0;
	color: #1b306d;
	font-size: 16px;
	font-weight: 400;
	flex: 1;
}

.content-page .widgetItem h4 {
	color: #1b306d;
	font-size: 24px;
}

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

.blue-bg .heading-title {
	color: #fff;
}

.heading-title {
	color: #0c2242;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 10px;
	padding-bottom: 15px;
	position: relative;
}

section.kurumsal .content h3,
.heading-title span {
	font-weight: 700;
	font-size: 30px;
	text-transform: uppercase;
}

section.kurumsal .content ul {
	overflow: hidden;
}

section.kurumsal .content ul li {
	background: #f4f4f4;
	padding: 15px 20px;
	margin-bottom: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	padding-left: 40px;
}

section.kurumsal .content ul li:before {
	content: "\f067"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #ff7200; /* Change the color */
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-size: 18px;
	position: absolute;
	top: calc(50% - 9px);
	left: 15px;
}

section.kurumsal .content ul li:hover {
	background: #ff7200;
	color: #fff;
}

section.kurumsal .content ul li:hover:before {
	color: #fff;
}

.grey-bg .heading-title span {
}


.container-fluid.contentWidth {
	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;
}

.breadcrumbInner h2,
.breadcrumbInner h1 {
	font-size: 36px;
	color: #fff;
	display: block;
	position: relative;
	padding-bottom: 0;
	margin-bottom: 15px;
	font-style: italic;
	font-weight: 700;
}

.breadcrumbInner h2 span,
.breadcrumbInner h1 span {
	display: block;
	font-size: 24px;
	font-weight: 400;
	color: #f08016;
	font-style: normal;
}

.breadcrumbInner {
	padding-top: 13em;
	padding-bottom: 7em;
	position: relative;
	color: #fff;
}

.breadcrumb {
	background-color: transparent;
	padding: 0;
	margin-bottom: 0;
	border-radius: 0;
	font-size: 14px;
	font-weight: 300;
}

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

.breadcrumb-item + .breadcrumb-item::before {

	color: #fff;
}

.menuTitle {
	font-size: 22px;
	font-weight: 600;
	color: #1f3366;
	border-bottom: 1px solid #efefef;
	line-height: 40px;
	position: relative;
	margin-bottom: 15px;
}

.menuTitle:after {
	content: "";
	width: 50px;
	height: 3px;
	background-color: #38bad0;
	position: absolute;
	left: 0;
	bottom: -2px;
}

ul.sideMenu li a {
	font-size: 16px;
	color: #212121;
	font-weight: 500;
	display: block;
}

ul.sideMenu li a:active,
ul.sideMenu li a:focus,
ul.sideMenu li a.active,
ul.sideMenu li a:hover {
	color: #38bad0;
}

ul.sideMenu li {
	border-bottom: 1px solid #efefef;
	padding: 13px 0;
	line-height: 20px;
}

/* ==============================
   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);
	}
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
	width: 50%;
	position: fixed;
	top: 0;
	right: -50%;
	height: 100vh;
	z-index: 999;
	background: rgb(38 61 125 / 95%);
	color: #fff;
	transition: all 0.3s;
	overflow-y: scroll;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}

#sidebar.active {
	right: 0;
}

#sidebar .mCSB_container {
	height: 100%;
}

#dismiss {
	width: 46px;
	height: 46px;
	text-align: center;
	position: absolute;
	top: 54px;
	right: 95px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border: 2px solid #f08016;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

#dismiss:hover {
}

.overlay {
	display: none;
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	z-index: 998;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}

.overlay.active {
	display: block;
	opacity: 1;
}

#sidebar .sidebar-header {
	padding: 40px 0;
	display: none;
}

#sidebar .sidebar-footer {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	left: 0;
	right: 0;
}

#sidebar .sidebar-content {

	display: flex;

	flex-direction: column;

	align-items: center;

	align-content: center;

	height: 100%;

	justify-content: center;
}

#sidebar ul.components {
	padding: 20px 0;
	margin-bottom: 50px;
}

#sidebar ul p {
	color: #fff;
	padding: 10px;
}

#sidebar ul.sidebar-menu li {
	margin-bottom: 10px;
	text-align: center;
}

#sidebar ul li a {
	padding: 10px 0;
	font-size: 24px;
	display: inline-block;
	font-weight: 500;
	color: #fff;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

#sidebar ul li a i {
	display: none;
}

#sidebar ul.sidebar-menu li > a:before {
	content: "";
	height: 5px;
	background-color: #000;
	position: absolute;
	bottom: 7px;
	left: 0;
	border-radius: 10px;
	transition: 0.5s;
	width: 50px;
	display: none;
}

#sidebar ul.sidebar-menu li > a:hover:before,
#sidebar ul.sidebar-menu li > a.active:before {
	width: 100%;
}

#sidebar ul.sidebar-menu li li a:before {
	display: none;
}

#sidebar ul li a:hover {
	color: #fff;
}

#sidebar ul li.active > a,
#sidebar a[aria-expanded="true"] {
	color: #fff;
}

#sidebar a[data-toggle="collapse"] {
	position: relative;
}

#sidebar .dropdown-toggle::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

#sidebar ul ul a {
	font-size: 18px;
	font-weight: 500;
	display: block;
	padding: 5px 0;
}

#sidebar .social ul li a {
	font-weight: normal;
	border: 0;
	font-size: 16px !important;
	width: auto;
	height: auto;
	margin: 0 0px;
	width: 32px;
	border: 2px solid #fff;
	height: 32px;
	line-height: 28px;
	padding: 0;
	text-align: center;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

#sidebar .social ul li a:hover {
	color: #fff;
	background-color: #f08016 !important;
	border-color: #f08016;
}

#sidebar .social ul li i {
	font-size: 30px;
}

/* ==============================
   Header
   ============================== */
.top-bar {
	background-color: #214986;
	line-height: 64px;
	font-size: 14px;
	padding: 0;
	color: #fff;
}

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

.top-bar a i {
	color: #fff;
	font-size: 19px;
	position: relative;
	top: 4px;
	margin-right: 5px;
}

.top-bar .navbar-brand {
	padding: 0;
	position: absolute;
	z-index: 9;
}

.top-bar .dropdown-menu a {
	color: #0d416d;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	border-bottom: 1px solid #e0e0e0;
	display: block;
}

.top-bar .dropdown-menu a i {
	font-size: 16px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #44c8f5;
	color: #fff;
}

.top-bar .dropdown-menu {
	padding: 0;
	margin: 0;
	min-width: 11.3rem;
	margin-left: -21px;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.top-bar .dropdown-menu li {
	padding: 0;
	line-height: 30px;
}

.top-bar .btn {
	background-color: transparent;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-transform: uppercase;
	font-size: 12px;
	padding: 0 12px;
	line-height: 35px;
	font-weight: 600;
	background-color: #f9f8f8;
}

.top-bar .btn:hover {
	background-color: #0d416d;
	color: #fff;
}

.top-bar .social a {
	width: 28px;
	height: 28px;
	line-height: 26px;
	color: #fff;
	font-size: 14px !important;
	background-color: transparent !important;
	border: 1px solid transparent;
}

.top-bar .social a:hover {
	color: #fff;
	background-color: #0c2242 !important;
	border: 1px solid #0c2242;
}

.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: 0;
	width: 100%;
	z-index: 9;
	transition: 0.7s;
	padding: 15px 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;
}

/*-----------------------------------------------------------
                 Header Top section
-------------------------------------------------------------*/
.header-top-section {
	background: #1bb36c;
	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 {
	z-index: 99999;
	padding: 0;
	margin: 0;
	width: 74px;
}

.ataturk {
	position: absolute;
	top: -83px;
}

/*.site-navbar-wrap .navbar-brand {
    padding: 0;
    max-width: 275px;
    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;
	border-radius: 0;
	padding: 0;
	position: relative;
}


.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-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 {
	padding: 0;
	background-color: #0c2242;
}

.site-navbar-wrap.v2 .site-navbar .site-navigation .site-menu > li > a {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	position: relative;
	display: block;
	padding: 28px 25px;
	position: relative;
}

.site-navbar .site-navigation .site-menu > li > a:before,
.site-navbar .site-navigation .site-menu > li > a:before {
	content: "";
	height: 3px;
	background-color: #fff;
	position: absolute;
	bottom: 10px;
	left: calc(50% - 25px);
	border-radius: 10px;
	transition: 0.5s;
	width: 0px;
}

.site-navbar .site-navigation .site-menu > li > a:hover:before,
.site-navbar .site-navigation .site-menu > li > a.active:before {
	width: 50px;
}

.site-navbar .site-navigation .site-menu > li > a.active,
.site-navbar .site-navigation .site-menu > li > a:hover {
	color: #fff !important;
	background-color: transparent;
}

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

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

.has-children a {
	font-size: 15px;
	font-weight: 300;
}

.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: 90%;
	left: 0;
	position: absolute;
	text-align: left;
	margin-top: 0;
	margin-left: 0px;
	background: #0c2242;
	transition: 0.4s 0s;
	z-index: 999;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
	position: absolute;
	min-width: 15rem;
	z-index: 9999;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	padding: 15px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

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

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

.dropdown li a:hover {
}

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

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
	display: inline-block;
	color: #fff;
	transition: 0.3s;
	line-height: 23px;
	font-size: 18px;
	font-weight: 600;
	padding: 9px 0px;
	position: relative;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li:last-child a {
	border-bottom: 0;
}

.dropdown > .has-children > a::after {
	position: absolute !important;
	content: "\f0da";
	color: #0d416d !important;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:after {
	content: "\f0da" !important;
	right: 10px !important;
	top: calc(50% - 10px) !important;

}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:hover::after {
	color: #fff !important;
}

.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: #0c2242;
	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: 28px;
	border-radius: 4px;
}

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

.site-navbar-wrap.v2 .mobile-bar span {
	color: #214986;
}

.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: 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: 10px;
	z-index: 20;
	width: 36px;
	height: 36px;
	text-align: center;
	cursor: pointer;
	border-radius: 50%;
	color: #fff;
	background-color: #ff7800;
}

.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: 16px;
}

.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: 16px;
	color: #ffffff;
	padding: 7px 15px;
	padding-left: 30px;
}

.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:after {
	background-color: transparent !important;
}

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

/* ==============================
   Welcome Page
   ============================== */
.nav-tabs {
	border-bottom: 0;
	margin: 15px 0 40px;
	gap: 15px;
}

.nav-tabs > li > a {
	border: 0;
	font-size: 18px;
	color: #1b306d;
	background: #fff;
	-webkit-border-radius: 15px !important;
	-moz-border-radius: 15px !important;
	border-radius: 15px !important;
	line-height: 60px;
	padding: 0 30px;
	margin: 0;
	border: 0 !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
	color: #0098a7;
	background-color: #fff;
	border: 0;
	border-bottom-color: transparent;
	cursor: default;
	position: relative;
}

.nav-tabs > li > a:hover {
	background-color: #f08016;
	border: 0;
	color: #fff;
}

section.haberler {
	background-color: #f5f5f5;
	padding: 80px 0;
}
section.haberler .owl-carousel .owl-stage{display: flex;}
section.haberler .owl-item {
	display: flex;
	flex: 1 0 auto;
}
section.haberler .owl-item .item{
	display: flex;
	flex-direction: column;
	margin: 0 15px;
}
section.haberler .owl-item .aticle-box{
	position: relative;
	overflow: hidden;
	/* margin-bottom: 80px; *//*This is optional*/
	display: flex;
	flex-direction: column;
	align-items: stretch;
}
.haberItem {
	position: relative;
	overflow: hidden;
	display: block;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #fff;
	padding: 20px;
	height: 100%;
}

.haberItem:hover {
	background-color: #f08016;
}

.haberItem .content {
	padding: 30px 0;
	overflow: hidden;
	-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);
}

.haberItem .content .title {
	margin-top: 0;
	color: #263c7b;
	font-weight: 700;
	font-size: 21px;
	margin-bottom: 15px;
	line-height: 1.3;
	overflow: hidden;
	min-height: 55px;
}

.haberItem:hover .content .description,
.haberItem:hover .content .title {
	color: #fff;
}

.haberItem .content .description {
	font-size: 16px;
	min-height: 104px;
}

.haberItem:hover .content .description {

}

.haberItem .photo {
	position: relative;
	overflow: hidden;
	display: block;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

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

.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:hover .content {
	height: 100%;
}

.haberItem .content .inner {
	bottom: 0;
	position: absolute;
	width: calc(100% - 60px);
	left: 30px;
	right: 30px;
	height: 55px;
	-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);
}

.haberItem:hover .content .inner {
	height: unset;
	bottom: 30px;
}

.haberItem .content .btn {
	margin-top: 15px;
}

.haberItem .content .date {
	border-top: 1px solid #ddd;
	margin-top: 10px;
	padding-top: 10px;
	font-size: 12px;
	color: #a5a5a5;
	font-weight: 700;
}


.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-theme .owl-dots .owl-dot span {
	width: 20px;
	height: 6px;
	margin: 5px 7px;
	background: #cccccc;
	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: #fff;
	background-color: #ff7800;
	width: 40px;
}


/*** Kurumsal ***/
section.content-page.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: 600;
}

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

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

section.hizmetler,
section.kurumsal:not(.content-page) {
	position: relative;
	min-height: 100vh;
}

section.hizmetler > .container-fluid > .row,
section.hizmetler > .container-fluid,
section.kurumsal > .container-fluid > .row,
section.kurumsal > .container-fluid {
	min-height: 100vh;
}

section.kurumsal .content-bottom {
	color: #fff;
	height: 100%;
	display: flex;
	align-items: center;
}

section.kurumsal h3 {
	font-size: 48px;
	font-weight: 700 !important;
	line-height: 50px;
	color: #1b306d;
	margin-bottom: 15px;
	font-style: italic;
}

section.kurumsal h3 strong {
	color: #f08016;
	font-weight: 700;
}

section.kurumsal .content {
}

section.hizmetler {
	color: #fff;
}

section.hizmetler .heading-title {
	font-style: italic;
	color: #fff;
	text-transform: uppercase;
	font-size: 30px;
}

section.hizmetler .heading-title span {
	font-style: normal;
	color: #fff;
	font-size: 48px;
	font-weight: 400;
	text-transform: none;
	position: relative;
	display: block;
	padding-left: 80px;
}

section.hizmetler .heading-title span:before {
	content: "";
	width: 60px;
	height: 4px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 50%;
}

section.hizmetler .btn.transparent {
	border: 2px solid #fff;
	color: #fff;
}

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

section.hizmetler .btn.transparent:hover {
	background-color: #f08016;
	border-color: #f08016;
}

section.hizmetler .content-bottom {
	padding: 40px;
	height: 100vh;
}

section.hizmetler .content-bottom a.urun-box {
	background: #f5f5f5;
	display: flex;
	margin-bottom: 40px;
	min-height: 230px;
	align-items: center;
	font-size: 21px;
	font-weight: 700;
	text-transform: uppercase;
	color: #263c7b;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 15px 30px;
}

section.hizmetler .content-bottom a.urun-box:hover {
	color: #f08016;
}

section.hizmetler .content-bottom a.urun-box 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);
}

section.hizmetler .content-bottom a.urun-box:hover img {
	filter: none;
	-webkit-filter: grayscale(0%);
	opacity: 1;
}

section.hizmetler .mCSB_scrollTools .mCSB_draggerRail {
	background-color: #1b306d;

}

section.hizmetler .mCSB_dragger .mCSB_dragger_bar {
	background-color: #f08016 !important;

}

.hizmet-item {
	background: #fff;
	position: relative;
	display: block;
	overflow: hidden;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.hizmet-detay .heading-title,
.hizmet-item .heading-title {
	font-style: normal;
	font-size: 36px;
	margin-bottom: 40px;
	text-transform: none;
}

.hizmet-detay .heading-title span,
.hizmet-item .heading-title span {
	display: block;
	font-size: 21px;
	font-style: italic;
	color: #ef8016;
	text-transform: none;
}

.hizmet-detay .heading-title {
	line-height: 1.3;
	margin-bottom: 0;
}

.hizmet-detay {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	overflow: hidden;
}

.hizmet-detay .leftContent {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.hizmet-detay .rightContent h3,
.hizmet-detay .rightContent {
	color: #fff;
}

.hizmet-detay .rightContent h3 {
	font-size: 24px;
	font-style: normal;
}

.hizmet-detay .rightContent table {
	margin-top: -1em;
	border-collapse: separate !important;
	border-spacing: 1em;
	color: #263c7b;
	font-weight: 500;
}

.hizmet-detay .rightContent table tr {

}

.hizmet-detay .rightContent table strong {
	font-size: 24px;
}

.hizmet-detay .rightContent table tr td:last-child,
.hizmet-detay .rightContent table tr td:first-child {
	background: #fff;
	border-radius: 30px;
	text-align: center;
	padding: 30px 10px;
	font-size: 15px;
}

.hizmet-detay .rightContent table tr td img {
	margin-bottom: 15px;
}

footer {
	font-size: 16px;
	padding: 0 0 60px 0;
	margin-top: 0;
	background: #fff;
	line-height: 20px;
	position: relative;
	color: #343434;
}

footer hr {
	border-top: 1px solid rgb(255 255 255 / 10%);
}

.contactInfo {
	margin-bottom: 30px;
}

.contactInfo .contactTitle {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.contactInfo .contactTitle i {
	color: #38bad0;
	font-size: 24px;
	position: relative;
	top: 3px;
}

footer .footerPhone {
	font-size: 30px;
	color: #38bad0;
	font-weight: 600;
	margin-bottom: 30px;
	display: block;
}

footer h4 {
	font-size: 21px;
	font-weight: 700;
	color: #ff7800;
	margin-top: 0;
	margin-bottom: 20px;
}

footer ul {
	margin-top: 0;
}

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

footer li {
	margin-bottom: 10px;
	font-size: 16px;
}

footer a {
	color: #343434;
}

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

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

.footerContact .desc {

}

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

.copyright {
	line-height: 26px;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	padding: 15px 0;
	background-color: #263c7b;
}

.copyright a {
	color: #fff;
}

.copyright p {
	margin-bottom: 0;
}


/* ==============================
   Referanslar  Page
   ============================== */
.referanslar .client {
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
	overflow: hidden;
}

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

.referanslarPage .client img:hover {
	filter: none;
	-webkit-filter: grayscale(0%);
	opacity: 1;
	-webkit-box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.2);
}

.clients-grid, .testimonials-grid {
	list-style: none;
	overflow: hidden;
}

.clients-grid li, .testimonials-grid li {
	float: left;
	position: relative;
	width: 20%;
	padding: 0;
}

.clients-grid.grid-4 li {
	width: 25%;
	background-color: #fff;
}

.clients-grid.grid-5 li {
	width: 20%;
}

.clients-grid li:before, .testimonials-grid li:before {
	height: 100%;
	top: 0;
	left: -1px;
	border-left: 1px dashed #d6888b;
}

.clients-grid li:before, .clients-grid li:after, .testimonials-grid li:before, .testimonials-grid li:after {
	content: '';
	position: absolute;
}

.clients-grid li:after, .testimonials-grid li:after {
	width: 100%;
	height: 0;
	top: auto;
	left: 0;
	bottom: -1px;
	border-bottom: 1px dashed #d6888b;
	z-index: 1;
}

body:not(.device-touch) .clients-grid li a {
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.clients-grid li a, .clients-grid li img {
	display: block;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

.clients-grid li a {
	opacity: 1;
}

.clients-grid li a:hover {
	opacity: 1;
}

.clients-grid li a img {
	width: 100%;
}

.clients-grid li a, .clients-grid li img {
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/* ==============================
   Iletisim Page
   ============================== */
.iletisimPage .widgetItem {
	font-size: 18px;
	min-height: 250px;
}

.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: 400;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 24px;
}

.contact-span h5 strong {
	color: #0c2242;
}

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

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

.contact-i {
	color: #ff7800;
}

.form-control {
	border: 2px solid #c7c7c7;
	height: 60px;
	font-size: 16px;
	box-shadow: unset;
	line-height: 32px;
	padding: 10px 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

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

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

.social a {
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 36px;
	border-radius: 30px;
	background-color: #ff7800 !important;
	border: 0;
	font-size: 19px !important;
	border: 2px solid #ff7800;
}

.social a:hover {
	color: #ff7200;
	background-color: transparent !important;
}


.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: #ff7200;
	transition: 1s ease;
	border: none;
	opacity: .8;
}

#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: 9999999999;
	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 {

	background-color: #fafafa;

	color: #2d297d;

	line-height: 40px;

	display: block;

	padding: 6px 26px;

	font-size: 20px;

	font-weight: 500;

	border: 2px solid #2d297d;
}

.menuNavigation li a:hover,
.menuNavigation li.active a,
.menuNavigation li a:focus,
.menuNavigation li:hover {

	background-color: #2d297d;

	color: #fff;
}

.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: #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 {
	border-radius: 0;
	background-color: #00a956;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	padding: 1rem 0;
	cursor: pointer;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #00a956;
	background-color: #c7c7c9;
}

.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 {
	position: relative;
	color: #000;
	display: none;
}

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

.hizmet-descriptions,
.stats-wrapper {
	background: url(../images/stats-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.hizmet-descriptions {
	background: url(../images/hizmetler-bg.jpg) no-repeat center center;
	display: flex;
	align-items: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

section.stats {
	background: url(../images/stats-bg.jpg) no-repeat bottom center;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;
	padding: 0 0 460px 0;
}

.statItem {
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 100px;
	width: 100%;
	text-align: center;
	font-weight: 700;
	letter-spacing: -0.4px;
}

.statItem .content .number {
	font-size: 100px;
	color: #0d73fc;
	display: block;
	line-height: 100px;
}

.statItem .content .title {
	color: #1d252b;
	font-size: 22px;
	text-transform: uppercase;
}

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

.langMenu {
	border: 0;
	padding: 0 30px;
	font-weight: 700;
}

.langMenu .btn {
	border: 0;
	text-transform: uppercase;
}

.langMenu .btn i {
	display: none;

}

.langMenu li a {
	color: #9fa09f;
	font-size: 14px;
}

.langMenu li img {
	opacity: .5;
	margin-right: 0;
}

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

.duyurular {
	background-color: #0d416d;
	padding: 30px 0;
	color: #000;
}

.duyurular h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 15px;
}

.duyurular .owl-stage-outer {
	background-color: #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	position: relative;
}

.duyurular .owl-stage-outer:before {
	content: "";
	background-image: url("../images/icon-duyuru.png");
	background-position: top left;
	background-repeat: no-repeat;
	width: 30px;
	height: 20px;
	left: 15px;
	top: 15px;
}

.duyurular .content {
	padding: 15px 30px;
}

.duyurular .owlSingleItem.owl-carousel .owl-nav button.owl-prev,
.duyurular .owlSingleItem.owl-carousel .owl-nav button.owl-next,
.duyurular .owlSingleItem.owl-carousel button.owl-dot {
	background-color: transparent;
	text-align: center;
	width: unset;
	height: unset;
}

.hizmetCover {
	background-image: url("../images/hizmetler-bg.jpg");
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 60px 0;
}

.iletisime-gec {
	background-image: url("../images/iletisime-gec-bg.jpg");
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #fff;
	padding: 60px 0;
	font-size: 16px;
}

.iletisime-gec .heading {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
}

.whatsappHatti .wa {
	background-color: #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-size: 1.4rem;
	display: inline-block;
	overflow: hidden;
	line-height: 50px;
	padding-right: 30px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20);
}

.whatsappHatti .wa:hover {
	background-color: #0cc142;
}

.whatsappHatti .wa:hover span {
	color: #fff;
}

.whatsappHatti .wa span {
	display: inline-block;
	line-height: 70px;
	margin-left: 15px;
	text-transform: uppercase;
	font-weight: 700;
	color: #0cc142;
}

.whatsappHatti .wa i {
	background-color: #0cc142;
	color: #fff;
	font-size: 50px;
	padding: 10px 15px;
	float: left;
}

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

.baskanBuyukResim.sagMenu,
section.baskan .baskanBuyukResim {
	position: relative;
}

.baskanBuyukResim.sagMenu .sosyalMedya,
section.baskan .baskanBuyukResim .sosyalMedya {
	position: absolute;
	left: 15px;
	bottom: 15px;
	color: #fff;
	text-align: center;
	color: #fff;
	right: 15px;
}

.baskanBuyukResim.sagMenu .sosyalMedya .title,
section.baskan .baskanBuyukResim .sosyalMedya .title {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1.7px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.baskanBuyukResim.sagMenu .sosyalMedya ul,
section.baskan .baskanBuyukResim .sosyalMedya ul {
	margin-bottom: 0;
}

.baskanBuyukResim.sagMenu .sosyalMedya ul li a,
section.baskan .baskanBuyukResim .sosyalMedya ul li a {
	color: #44c8f5;
	background-color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 24px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
}

.baskanBuyukResim.sagMenu .sosyalMedya ul li a {
	width: 30px;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
}

section.baskan .baskanMenu > div {
	background-color: #0d416d;
	border-right: 1px solid #fff;
}

section.baskan .baskanMenu a {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 10px 0;
}

section.baskan .baskanMenu > div:first-child {
	border-left: 1px solid #0d416d;
}

section.baskan .baskanMenu > div:last-child {
	margin-right: -2px;
	border-right: 1px solid #0d416d;
}

section.baskan .baskanGaleri {
	background-color: #efefef;
}

section.haberler h3,
section.projeler h3 {
	font-size: 30px;
	font-weight: 700;
	color: #263c7b;
	text-transform: uppercase;
	font-style: italic;
	margin-bottom: 0;
	padding-bottom: 0;
}

section.projeler h2 {
	font-size: 24px;
}

.contentGallery.owl-carousel .owl-stage-outer,
section.projeler .owl-carousel .owl-stage-outer {
	overflow: visible;
}

.contentGallery .photo img {
	position: relative;
	display: block;
	overflow: hidden;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

section.projeler h2 strong {
	font-size: 48px;
	font-weight: 800;
	color: #ff8400;
}

section.projeler .projeItem > .photo,
section.projeler .projeItem {
	position: relative;
	display: block;
	overflow: hidden;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

section.projeler .projeItem > .photo:after {
	content: "";
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
	background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

section.projeler .hizmet-item .projeItem .photo:after {
	display: none;
}

section.projeler .projeItem:hover .photo > .title {
	display: none;
}

section.projeler .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.projeler .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.projeler .projeItem .content {
	opacity: 1;
	font-size: 21px;
	font-weight: 500;
	-webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	padding: 15px 30px;
	bottom: 0;
	position: absolute;
	width: 100%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	min-height: 76px;
	display: flex;
	align-items: center;
	z-index: 9;
}

section.projeler .projeItem:hover .content {
	background-color: #ff8400;
}

section.projeler .projeItem:hover .content {
	opacity: 1;
	margin: 0;
	margin-top: -70px;
}

section.projeler .projeItem .content .inner {
}

section.projeler .projeItem .content .icon {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 60px;
	height: 60px;
	background-color: #ff7200;
	text-align: center;
	line-height: 60px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
}

section.projeler .projeItem .photo .content .title {
}

section.projeler .projeItem .title {
	font-weight: 500;
	color: #fff;
	font-size: 21px;
	display: block;
	margin-top: 0;
}

section.projeler .projeItem .read-more {
	font-size: 18px;
	color: #ff7800;
	display: block;
	margin-top: 10px;
}

section.projeler .projeItem .read-more i {
	margin-left: 5px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	width: 44px;
	height: 44px;
	line-height: 40px;
	font-size: 34px;
	background-color: transparent;
	color: #ff8400;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: 2px solid #ff8400;
}

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

.anasayfaGaleri .nav-tabs .nav-link {
	border: 0;
	background-color: #f7f7f7;
	color: #000;
	font-size: 28px;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 0;
	padding: 15px 40px;
}

.anasayfaGaleri .nav-tabs .nav-link:hover,
.anasayfaGaleri .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	border: 0;
	color: #fff;
	background-color: #f08016;
}

.anasayfaGaleri .tab-content {
	background-color: #eeeeee;
	padding: 30px 0;
}

.owl-carousel .galeriItem {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	display: block;
	overflow: hidden;
	position: relative;
}

.owl-carousel .galeriItem .title {
	background-color: #fff;
	display: block;
	padding: 15px;
}

.owl-carousel .galeriItem .title h4 {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.3;
	color: #333333;
	margin-bottom: .2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 40px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 0;
	height: 40px;
}

section.mahalleler {
	background-color: #d8d8d8;
}

section.mahalleler .mahalleItem {
	padding: 4px;
	background-color: #fff;
	display: block;
	overflow: hidden;
	position: relative;
}

section.mahalleler .mahalleItem .photo {
	position: relative;
}

section.mahalleler .mahalleItem .title {
	position: absolute;
	bottom: -2px;
	left: -2px;
	background-color: #0d416d;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	padding: 7px 15px;
}

.liste {
	text-align: center;
	background: #fff;
	border-radius: 10px;
	border-bottom: 2px solid #0d416d;
	overflow: hidden;
}

.liste:hover {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.liste .liste_baslik {
	font-weight: 700;
	/* overflow: hidden; */
	border-bottom: 1px dashed #0d416d;
	border-top: 1px dashed #0d416d;
	text-align: center;
	height: 90px;
	display: flex;
	align-items: center;
}

.liste .liste_baslik a {
	padding: 0 15px;
	text-align: center;
	display: block;
	width: 100%;
}

.liste .liste_baslik a h4 {
	color: #000;
	margin-bottom: 0;
	-ms-flex-item-align: center !important;
	display: block;
	text-align: center;
}

.liste .liste_alt {
	border-top: 1px dashed #cccccc;
	padding-top: 5px;
	padding-bottom: 5px;
	/* display: flex; */
}

.liste .liste_buton {
	text-align: right;
	padding-right: 10px;
	float: right !important;
	margin-right: 5px;
	color: #000;
	font-size: 16px;
	font-weight: 500;
}

.muhtarBilgi strong {
	display: inline-block;
	min-width: 90px;
}

.planTitle {
	font-size: 20px;
	font-weight: 700;
	color: #0d416d;
	text-transform: uppercase;
	padding-left: 40px;
	margin-bottom: 10px;
}

.planList {
	margin-bottom: 30px;
}

.planList li a {
	background-color: #f7f7f7;
	padding: 15px;
	margin-bottom: 5px;
	display: block;
	color: #0d416d;
}

.planList li a i {
	margin-right: 10px;
}

.projeBilgi h3 {
	background-color: #f5f5f5;
	color: #000;
	text-align: center;
	font-size: 16px !important;
	padding: 15px 10px;
	margin-bottom: 20px !important;
}

.projeBilgi strong {
	text-transform: uppercase;
	font-weight: 500;
}

.whatsappLine {
	width: 200px;
	height: 60px;
	display: block;
	position: fixed;
	left: 15px;
	bottom: 20px;
	z-index: 100000;
}

.fileItems li i {
	font-size: 60px;
	color: #d03838;
	margin-right: 20px;
}

.fileItems li .title {
	font-weight: 600;
	color: #222;
	font-size: 16px;
}

.fileItems li span {
	color: #888;
	font-size: 14px;
}

/* for sm */

.custom-switch.custom-switch-sm .custom-control-label {
	padding-left: 1rem;
	padding-bottom: 1rem;
}

.custom-switch.custom-switch-sm .custom-control-label::before {
	height: 1rem;
	width: calc(1rem + 0.75rem);
	border-radius: 2rem;
}

.custom-switch.custom-switch-sm .custom-control-label::after {
	width: calc(1rem - 4px);
	height: calc(1rem - 4px);
	border-radius: calc(1rem - (1rem / 2));
}

.custom-switch.custom-switch-sm .custom-control-input:checked ~ .custom-control-label::after {
	transform: translateX(calc(1rem - 0.25rem));
}

/* for md */

.custom-switch.custom-switch-md .custom-control-label {
	padding-left: 2rem;
	padding-bottom: 1.5rem;
	padding-top: 5px;
}

.custom-switch.custom-switch-md .custom-control-label::before {
	height: 1.5rem;
	width: calc(2rem + 0.75rem);
	border-radius: 3rem;
}

.custom-switch.custom-switch-md .custom-control-label::after {
	width: calc(1.5rem - 4px);
	height: calc(1.5rem - 4px);
	border-radius: calc(2rem - (1.5rem / 2));
}

.custom-switch.custom-switch-md .custom-control-input:checked ~ .custom-control-label::after {
	transform: translateX(calc(1.5rem - 0.25rem));
}

/* for lg */

.custom-switch.custom-switch-lg .custom-control-label {
	padding-left: 3rem;
	padding-bottom: 2rem;
}

.custom-switch.custom-switch-lg .custom-control-label::before {
	height: 2rem;
	width: calc(3rem + 0.75rem);
	border-radius: 4rem;
}

.custom-switch.custom-switch-lg .custom-control-label::after {
	width: calc(2rem - 4px);
	height: calc(2rem - 4px);
	border-radius: calc(3rem - (2rem / 2));
}

.custom-switch.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::after {
	transform: translateX(calc(2rem - 0.25rem));
}

/* for xl */

.custom-switch.custom-switch-xl .custom-control-label {
	padding-left: 4rem;
	padding-bottom: 2.5rem;
}

.custom-switch.custom-switch-xl .custom-control-label::before {
	height: 2.5rem;
	width: calc(4rem + 0.75rem);
	border-radius: 5rem;
}

.custom-switch.custom-switch-xl .custom-control-label::after {
	width: calc(2.5rem - 4px);
	height: calc(2.5rem - 4px);
	border-radius: calc(4rem - (2.5rem / 2));
}

.custom-switch.custom-switch-xl .custom-control-input:checked ~ .custom-control-label::after {
	transform: translateX(calc(2.5rem - 0.25rem));
}

.custom-control-input:focus ~ .custom-control-label::before {
	/* when the button is toggled off
it is still in focus and a violet border will appear */
	border-color: #38bad0 !important;
	/* box shadow is blue by default
but we do not want any shadow hence we have set
all the values as 0 */
	box-shadow: 0 0 0 0rem rgba(0, 0, 0, 0) !important;
}

/*sets the background color of
switch to violet when it is checked*/
.custom-control-input:checked ~ .custom-control-label::before {
	border-color: #38bad0 !important;
	background-color: #38bad0 !important;
}

/*sets the background color of
switch to violet when it is active*/
.custom-control-input:active ~ .custom-control-label::before {
	background-color: #38bad0 !important;
	border-color: #38bad0 !important;
}

/*sets the border color of switch
to violet when it is not checked*/
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #38bad0 !important;
}

.custom-control a {
	color: #38bad0;
}

.photo-bg {
	position: relative;
}

.photo-bg img {
	position: relative;
	z-index: 2;
}

.haberler .owlSingleItem:before,
.photo-bg:before {
	content: "";
	width: 229px;
	height: 258px;
	background-image: url("../images/photo-bg.png");
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	bottom: -85px;
	left: -85px;
}

.photo-bg.right:before {
	left: unset;
	right: -85px;
}

section.haberler,
section.projeler {
	padding: 60px 0;
	position: relative;
	min-height: 100vh;
}

.blue-bg {
	background-color: #0c2242;
	color: #fff;
}

.referanslar .item .logoItem {
	-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 .item:hover .logoItem {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

footer table tr td {
	padding: 7px 0;
}

.projeKategori li a {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	background-color: #0c2242;
	display: block;
	padding: 10px 30px;
}

.projeKategori li a.active,
.projeKategori li a:hover {
	color: #fff;
	background-color: #ff7800;
}

.proje-detay h3 {
	background-color: #133956;
	color: #fff;
	font-size: 16px;
	padding: 10px 15px;
}

.proje-detay table tr td,
.proje-detay table {
	border: 0;
}

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

.proje-detay table tr td {
	padding: 10px 0;
	vertical-align: top;
	border-bottom: 1px solid #efefef;
}

.proje-detay table tr:last-child td {
	border-bottom: 0;
}

.proje-detay table td:nth-child(1) {
	width: 30% !important;
}

.proje-detay table td:nth-child(2) {
	width: 3% !important;
}

.proje-detay ul li {
	display: flex;
	align-content: center;
}

.proje-detay ul li strong {
	display: inline-block;
	min-width: 120px;
}

#teklifModal .form-control,
.iletisimPage .form-control {
	border: 0;
	background-color: #f7f7f7;
	font-size: 14px;
	font-weight: 500;
}

section.frontpageClients {
	margin-top: -250px;
	position: relative;
	z-index: 99;
}

section.frontpageClients .item img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

section.frontpageClients .item .client {
	position: relative;
	padding: 0 15px;
}

section.frontpageClients .item .client:after {
	content: "";
	position: absolute;
	height: 60px;
	width: 1px;
	background-color: #fff;
	right: 0;
	top: calc(50% - 30px);
}

.widgetWrapper .item .client {
	position: relative;
	background: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.widgetWrapper .item .client img {
	width: auto;
	filter: url(filters.svg#grayscale);
	/* Firefox 3.5+ */
	filter: gray;
	/* IE6-9 */
	-webkit-filter: grayscale(1);
	/* Google Chrome & Safari 6+ */
	opacity: .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);
}

.widgetWrapper .item .client:hover {

}

.widgetWrapper .item .client:hover img {
	filter: unset;
	opacity: 1;

}

.bg-bottom-right {
	position: relative;
}

.bg-bottom-right:after {
	content: "";
	width: 452px;
	height: 540px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../images/bg-bottom-right.png) no-repeat center center;
	z-index: -1;
}

.container.bg-bottom-right:after {
	right: -250px;
	bottom: -100px
}

.bg-bottom-left {
	position: relative;
}

.bg-bottom-left:after {
	content: "";
	width: 452px;
	height: 540px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../images/bg-bottom-right.png) no-repeat center center;
	z-index: -1;
}

.container.bg-bottom-left:after {
	left: -250px;
	bottom: -100px
}

.bg-top-left {
	position: relative;
}

.bg-top-left:after {
	content: "";
	width: 452px;
	height: 540px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/bg-bottom-right.png) no-repeat center center;
	z-index: -1;
}

.container.bg-top-left:after {
	left: -250px;
	bottom: -100px
}

.isOrtaklarimiz .client {
	border: 2px solid #ff7200;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	-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;
}

.isOrtaklarimiz .client:hover {
	background-color: #ff7200;
}

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

.adresItem {
	background: #f3f3f3;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-left: 4px solid #ed7100;
	padding: 24px;
	min-height: 220px;
	height: 100%;
}

.adresItem h4 {
	color: #ed7100;
}

.adresItem a {
	color: #242424;
}

.iletisimPage .adresItem {
	border: 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.bootstrap-filestyle .group-span-filestyle {
	position: absolute;
	right: 11px;
	top: 8px;
}

.bootstrap-filestyle .btn.main {
	margin-bottom: 0;
	line-height: 40px;
	font-size: 16px;
	font-weight: 500;
}

.bootstrap-filestyle .form-control:disabled,
.bootstrap-filestyle .form-control[readonly] {
	background: #fff;
	-webkit-border-radius: 15px !important;
	-moz-border-radius: 15px !important;
	border-radius: 15px !important;
}