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

* {
	outline: 0;
}

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

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

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

a:hover, a:focus {
	text-decoration: none;
	color: #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 {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 15px;
	border: 0;
	padding: 10px 30px;
	color: #fff;
	font-weight: 500;
}

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

.btn.transparent {
	border: 1px solid #e0ce9a;
	color: #676767;
	font-weight: 300;
	padding: 10px 30px;
	font-size: 16px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

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

.btn.dark {
	background-color: #e0ce9a;
	color: #fff;
}

.btn.dark:hover {
	border-color: #c8b680;
	background-color: #c8b680;
	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;
}

#contact-form .btn,
.btn.main {
	font-size: 16px;
	color: #fff;
	border: 2px solid #e0ce9a;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0px 40px;
	background-color: #e0ce9a;
	line-height: 46px;
}

.btn.main:hover {
	background-color: #fff;
	color: #002c3f;
}

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

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


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

section.haberler h3,
section.services h3,
.heading-title {
	font-weight: 600;
	font-size: 40px;
	color: #a29570;
}

section.haberler h3 span,
section.services h3 span,
.heading-title span {

	display: block;
	font-size: 30px;
	color: #e0ce9a;
}

section.services h3 span {
	display: inline-block;
	font-size: 40px;
}

section.haberler h3 strong,
section.services h3 strong,
.heading-title strong {
	display: block;
	font-size: 18px;
	color: #b8b8b8;
	font-weight: 600;
	text-transform: uppercase;
}

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


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


.breadcrumbWrapper {
	background: url('../images/slide-bg.jpg') no-repeat center center;
	width: 100%;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover !important;
	background-position: 50% 50% !important;
	z-index: 0;
}

.breadcrumbInner h1 {
	font-size: 45px;
	font-weight: 800;
	position: relative;
	position: relative;
}

.breadcrumbInner h1:after {
	content: "";
	width: 200px;
	height: 2px;
	background-color: #156b91;
	bottom: -10px;
	left: 0;
	position: absolute;
	display: none;
}

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

.breadcrumbInner nav {
	display: inline-block;
}

.breadcrumb {
	background-color: transparent;
	padding: 15px 11px;

	border-radius: 0;
	font-size: 14px;
	font-weight: 300;
	text-transform: lowercase;
	margin-bottom: 0;
}

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

/* ==============================
   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 {
	background-color: #4f5950;
	color: #fff;
	line-height: 40px;
	font-size: 13px;
}

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

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

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

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

header .btn {
	line-height: 72px;
	padding-right: 60px;
	padding-left: 60px;
}

.header {
	position: relative;
	top: 0;
	width: 100%;
	z-index: 999;
	transition: 0.7s;
}

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

.site-navbar-wrap.v2 .site-navbar .site-navigation .site-menu > li > a {
	color: #21252C;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	display: block;
	padding: 33px 10px;
}

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

.site-navbar .site-navigation .site-menu > li > a::before {
	background-color: #e0ce9a;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 2px;
	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: #e0ce9a;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	content: "";
	transition: 0.5s;
}

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

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

.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: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
	position: absolute;
	min-width: 17.3rem;
	z-index: 9999;
	padding: 15px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: #e0ce9a;
}

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

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

.dropdown li a:hover {
}

.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 > a {
	display: inline-block;
	color: #fff;
	transition: 0.3s;
	line-height: 20px;
	font-size: 15px;

	padding: 8px 0;
	position: relative;
}

.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: 100%;
	height: 1px;
	content: "";
	transition: 0.5s;
}

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

.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: 320px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 20000;
	padding-top: 20px;
	background: #e0ce9a;
	height: calc(100vh);
	transform: translateX(110%);
	box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
	transition: .3s all ease-in-out;
}

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

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

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

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

.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: #e0ce9a;
	background-color: #fff;
}

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

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

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

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

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

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

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

.site-mobile-menu .site-nav-wrap > li > ul > li > a {
	font-size: 14px;
	color: #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 {
	box-shadow: inset 0 0 0 2px rgb(255, 255, 255) !important;
}

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

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

/* ==============================
   Welcome Page
   ============================== */
.nav-tabs {
	border-bottom: 0;
}

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

.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: transparent;
	border: 0;
	color: #0098a7;
}

.nav-tabs > li > a:after {
	display: block;
	content: '';
	width: 100px;
	border-bottom: 2px solid #0098a7;
	position: absolute;
	bottom: 0;
	left: 15px;
	transform: scaleX(0);
	transition: transform 250ms ease-in-out;
	transform-origin: 0% 50%;
}

.nav-tabs > li.active > a:after,
.nav-tabs > li > a:hover:after {
	transform: scaleX(1);
}

/**** Hizmetler ***/

.hizmetItem {
	display: block;
	position: relative;
	overflow: hidden;
}

.hizmetItem figure.effect-lily h2 {
	color: #fff;
	text-shadow: -2px 2px 2px rgb(0 0 0 / 60%);
	font-size: 24px;
}

section.referanslar {
}

section.kurumsal {
	background-color: #fff;
	padding: 80px 0;
	position: relative;
}

.slogan {
	font-size: 28px;
	color: #333333;
	line-height: 35px;
	margin-bottom: 40px;
	letter-spacing: -0.8px;
}

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

section.kurumsal .hakkimizda h2 {
}

section.urunlerimiz .categoryItem {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
}

section.bize-ulasin {
	background: url(../images/iletisime-gec.jpg) no-repeat center center;
	font-size: 16px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 80px 0 200px 0;
	color: #fff;
	text-align: center;
}

section.bize-ulasin h2 {
	font-size: 40px;
	font-weight: 300;
	letter-spacing: -2px
}

section.bize-ulasin h2 strong {
	font-weight: 700;
}

section.bize-ulasin .btn {
	text-transform: uppercase;
}

.kurumsalWidget {
	background-color: #00a956;
	padding: 30px;
	color: #fff;
	display: block;
	position: relative;
}

.kurumsalWidget:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 60px 60px 0;
	border-color: transparent #ffffff transparent transparent;
}

.kurumsalWidget:hover {
	color: #fff;
}

.kurumsalWidget .title {
	font-size: 28px;
	font-weight: 700;
	line-height: 32px;
	min-height: 64px;
	margin-bottom: 30px;
	margin-top: 30px;
}

.kurumsalWidget .description {
	min-height: 75px;
}

.kurumsalWidget .btn {
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	border: 2px solid #fff;
	color: #fff;
	margin-top: 15px;
}

.kurumsalWidget:hover .btn {
	background-color: #fff;
	color: #00a956;
}


section.haberler {
	padding: 60px 0;
}

.haberItem {
	background: #fff;
	display: block;
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.haberItem .content {
	padding: 20px;
	position: relative;
}

.haberItem .content .date {
	display: block;
	margin-bottom: 10px;
	color: #a6a6a6;
	font-size: 13px;
	position: relative;
	font-weight: 300;
}

.haberItem .content .title {
	margin-top: 0;
	color: #000;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 24px;
	min-height: 48px;
}

.haberItem .content .description {
	font-size: 15px;
	color: #767676;
	line-height: 24px;
}

.haberItem .photo {
	display: block;
	overflow: hidden;
	position: relative;


}

.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 .content .btn {
	color: #fff;
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
}

.haberItem:hover .content .btn {
	color: #107fc0;
	background: #fff;
}

.haberItem:hover .content .title,
.haberItem:hover .btn {
	color: #107fc0;
}

.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: 15px;
	height: 15px;
	margin: 5px 7px;
	background: #e0ce9a;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px;
	opacity: .4;
	border: 1px solid #e0ce9a;
}

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

.clients-logos .item .client img {
	filter: url(filters.svg#grayscale);
	filter: gray;
	-webkit-filter: grayscale(1);
	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);
}

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

}

.clients-logos .item .client {
	position: relative;
	padding: 30px 0;
}

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

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

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

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

section.content-page strong {
	font-weight: 600;
}

.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 h3 {
	color: #e0ce9a;
}

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

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

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

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

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

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

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

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

.sertifikaItem {
	background-color: #f1f1f1;
	padding: 15px;
}

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

.content-page.haberlerPage h1 {
}

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

.urun-detay .photo {
	overflow: hidden;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #f1f1f1;
	display: block;
}

section.widgets h4 {
	font-weight: 600;
	font-size: 25px;
	margin: 20px 0;
	line-height: 27px;

	color: #494949;
}

section.widgets .widgetItem {
	align-items: flex-start;
	margin-top: 0;
	display: block;
}


section.widgets .widgetItem .icon {
	filter: brightness(0) saturate(100%) invert(92%) sepia(15%) saturate(406%) hue-rotate(349deg) brightness(91%) contrast(93%);
}

section.widgets .widgetItem .icon,
section.widgets .widgetItem .title {
	display: inline-block;
}

section.widgets .widgetItem .content {
	font-size: 16px;
	color: #676767;
	line-height: 24px;
}

footer {
	    background: #a29570;
	color: #fff;
	font-size: 14px;

	line-height: 20px;
	padding-top: 100px;
	font-weight: 400;
	position: relative;
}


footer hr {
	border-bottom: 1px solid #b09e6b;
}

footer h4 {
	font-size: 16px;
	font-weight: 700;
	color: #e0ce9a;
	text-transform: uppercase;
	margin-bottom: 20px;
}

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

footer li {
	margin-bottom: 10px;
}

footer a {
	color: #fff;
	img.img-fluid {
		max-width: 200px;
	}
}

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: #fff;
	font-size: 15px;
}

.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 {
	line-height: 20px;
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 30px;
}

.copyright p {
	margin-bottom: 0;
}

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

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

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

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

/* ==============================
   Referanslar  Page
   ============================== */
.referanslar .client {
	overflow: hidden;
	background-color: #eeeeee;
}

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

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


/* ==============================
   Iletisim Page
   ============================== */
.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: 15px;
	text-transform: none;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 24px;
	color: #676767;
	display: block;
}

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

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

.contact-i {
	color: #e0ce9a;
}

.form-control {
	border: 0;
	height: 50px;
	font-size: 16px;
	box-shadow: unset;
	line-height: 29px;
	padding: 7px 15px;
	border-radius: 0;
	border-bottom: 2px solid #dbdbdb;
	background-color: transparent;
	padding-left: 0;
}

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

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

.social a {
	color: #fff;
	width: 28px;
	height: 28px;
	line-height: 28px;
	border-radius: 0;
	background-color: transparent !important;
	border: 1px solid transparent;
	font-size: 18px !important;
}

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


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

#go_up.open {
	bottom: 10%;
}

.popin {
	display: none;
	background-color: rgba(32, 32, 32, .95);
	width: 450px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 20px;
	color: #c9c9c9;
	font-size: 12px;
	line-height: 17px;
	position: fixed;
	left: 15px;
	bottom: 15px;
	z-index: 6;
	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 {
	top: -10px;
	left: 30px;
	position: absolute;
	background-color: white;
	padding: 0px 15px 0px 15px;
	font-size: 12px;
	color: #e0ce9a;
	font-weight: 600;
}

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

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

.langMenu {
	border: 1px solid #bebebe;
	padding: 10px 10px;
	font-weight: 700;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

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

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

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

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

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

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

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

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

}

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

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

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

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


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

section.services {
	background: url(../images/services-bg.png) no-repeat left top;
	font-size: 16px;
	padding: 80px 0 80px 0;
}

section.services .owl-carousel .owl-item img {
	opacity: .8;
}

section.haberler {
	background: url(../images/haberler-bg.jpg) no-repeat left top;
	font-size: 16px;
	padding: 80px 0 80px 0;
}

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

.card-header {
	border: 0;
}

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

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

.card-header h4 a.collapsed {

}

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

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

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

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

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

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

.biziArayin {
	font-size: 18px;
	font-weight: 700;
	color: #909090;
}

.biziArayin span {
	font-size: 13px;
	display: block;
	opacity: 0.5;
	font-weight: 400;
	margin-bottom: 1px;
}

.kurumsalContact {
	margin-top: 30px;
}

.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* Individual effects */

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
	max-width: none;
	width: -webkit-calc(100% + 50px) !important;
	width: calc(100% + 50px) !important;
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px, 0, 0);
	transform: translate3d(-40px, 0, 0);
}

figure.effect-lily figcaption {
	text-align: left;
}

figure.effect-lily figcaption > div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	height: 50%;
}

figure.effect-lily h2,
figure.effect-lily p {
	-webkit-transform: translate3d(0, 40px, 0);
	transform: translate3d(0, 40px, 0);
}

figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-lily p {
	color: rgba(255, 255, 255, 0.8);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
	opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}

/*---------------*/
/***** Sadie *****/
/*---------------*/

figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(29, 38, 46, 0.8);
	content: "";
	opacity: 0;
	-webkit-transform: translate3d(0, 50%, 0);
	transform: translate3d(0, 50%, 0);
}

figure.effect-sadie h2 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #fff;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	display: none;
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 0;
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
}

figure.effect-sadie:hover h2 {
	color: #fff;
	-webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
	transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
	display: block;
}

figure.effect-sadie:hover figcaption::before,
figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Roxy *****/
/*---------------*/

figure.effect-roxy {
	background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
	background: linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
}

figure.effect-roxy img {
	max-width: none;
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50px, 0, 0);
	transform: translate3d(-50px, 0, 0);
}

figure.effect-roxy figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: "";
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-20px, 0, 0);
	transform: translate3d(-20px, 0, 0);
}

figure.effect-roxy figcaption {
	padding: 3em;
	text-align: left;
}

figure.effect-roxy h2 {
	padding: 30% 0 10px 0;
}

figure.effect-roxy p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
}

figure.effect-roxy:hover img {
	opacity: 0.7;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

figure.effect-roxy:hover figcaption::before,
figure.effect-roxy:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba {
	background: #9e5406;
}

figure.effect-bubba img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: "";
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
}

figure.effect-bubba h2 {
	padding-top: 30%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
}

figure.effect-bubba p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Romeo *****/
/*---------------*/

figure.effect-romeo {
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

figure.effect-romeo img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0, 0, 300px);
	transform: translate3d(0, 0, 300px);
}

figure.effect-romeo:hover img {
	opacity: 0.6;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

figure.effect-romeo figcaption::before,
figure.effect-romeo figcaption::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	height: 1px;
	background: #fff;
	content: "";
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

figure.effect-romeo:hover figcaption::before {
	opacity: 0.5;
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
	transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

figure.effect-romeo:hover figcaption::after {
	opacity: 0.5;
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
	transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

figure.effect-romeo h2,
figure.effect-romeo p {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-romeo h2 {
	-webkit-transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0);
	transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0);
}

figure.effect-romeo p {
	padding: 0.25em 2em;
	-webkit-transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
	transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
}

figure.effect-romeo:hover h2 {
	-webkit-transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0);
	transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0);
}

figure.effect-romeo:hover p {
	-webkit-transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
	transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
}

/*---------------*/
/***** Layla *****/
/*---------------*/

figure.effect-layla {
	background: #18a367;
}

figure.effect-layla img {
	height: 390px;
}

figure.effect-layla figcaption {
	padding: 3em;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
	position: absolute;
	content: "";
	opacity: 0;
}

figure.effect-layla figcaption::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

figure.effect-layla h2 {
	padding-top: 26%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-layla p {
	padding: 0.5em 2em;
	text-transform: none;
	opacity: 0;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}

figure.effect-layla img,
figure.effect-layla h2 {
	-webkit-transform: translate3d(0, -30px, 0);
	transform: translate3d(0, -30px, 0);
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
	opacity: 0.7;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

/*---------------*/
/***** Honey *****/
/*---------------*/

figure.effect-honey {
	background: #4a3753;
}

figure.effect-honey img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-honey:hover img {
	opacity: 0.5;
}

figure.effect-honey figcaption::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: #fff;
	content: "";
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
}

figure.effect-honey h2 {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1em 1.5em;
	width: 100%;
	text-align: left;
	-webkit-transform: translate3d(0, -30px, 0);
	transform: translate3d(0, -30px, 0);
}

figure.effect-honey h2 i {
	font-style: normal;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0, -30px, 0);
	transform: translate3d(0, -30px, 0);
}

figure.effect-honey figcaption::before,
figure.effect-honey h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Oscar *****/
/*---------------*/

figure.effect-oscar {
	background: -webkit-linear-gradient(
			45deg,
			#22682a 0%,
			#9b4a1b 40%,
			#3a342a 100%
	);
	background: linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
}

figure.effect-oscar img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-oscar figcaption {
	padding: 3em;
	background-color: rgba(58, 52, 42, 0.7);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: "";
}

figure.effect-oscar h2 {
	margin: 20% 0 10px 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

figure.effect-oscar:hover h2 {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-oscar:hover figcaption {
	background-color: rgba(58, 52, 42, 0);
}

figure.effect-oscar:hover img {
	opacity: 0.4;
}

/*---------------*/
/***** Marley *****/
/*---------------*/

figure.effect-marley figcaption {
	text-align: right;
}

figure.effect-marley h2,
figure.effect-marley p {
	position: absolute;
	right: 30px;
	left: 30px;
	padding: 10px 0;
}

figure.effect-marley p {
	bottom: 30px;
	line-height: 1.5;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

figure.effect-marley h2 {
	top: 30px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
}

figure.effect-marley:hover h2 {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

figure.effect-marley h2::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: #fff;
	content: "";
	-webkit-transform: translate3d(0, 40px, 0);
	transform: translate3d(0, 40px, 0);
}

figure.effect-marley h2::after,
figure.effect-marley p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-marley:hover h2::after,
figure.effect-marley:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Ruby *****/
/*---------------*/

figure.effect-ruby {
	background-color: #17819c;
}

figure.effect-ruby img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

figure.effect-ruby:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-ruby h2 {
	margin-top: 20%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
}

figure.effect-ruby p {
	margin: 1em 0 0;
	padding: 3em;
	border: 1px solid #fff;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0, 20px, 0) scale(1.1);
	transform: translate3d(0, 20px, 0) scale(1.1);
}

figure.effect-ruby:hover h2 {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

figure.effect-ruby:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

/*---------------*/
/***** Milo *****/
/*---------------*/

figure.effect-milo {
	background: #2e5d5a;
}

figure.effect-milo img {
	max-width: none;
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
	transform: translate3d(-30px, 0, 0) scale(1.12);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-milo:hover img {
	opacity: 0.5;
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

figure.effect-milo h2 {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 1em 1.2em;
}

figure.effect-milo p {
	padding: 0 10px 0 0;
	width: 50%;
	border-right: 1px solid #fff;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px, 0, 0);
	transform: translate3d(-40px, 0, 0);
}

figure.effect-milo:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Dexter *****/
/*---------------*/

figure.effect-dexter {
	background: -webkit-linear-gradient(
			top,
			rgba(37, 141, 200, 1) 0%,
			rgba(104, 60, 19, 1) 100%
	);
	background: linear-gradient(
			to bottom,
			rgba(37, 141, 200, 1) 0%,
			rgba(104, 60, 19, 1) 100%
	);
}

figure.effect-dexter img {
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-dexter:hover img {
	opacity: 0.4;
}

figure.effect-dexter figcaption::after {
	position: absolute;
	right: 30px;
	bottom: 30px;
	left: 30px;
	height: -webkit-calc(50% - 30px);
	height: calc(50% - 30px);
	border: 7px solid #fff;
	content: "";
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}

figure.effect-dexter:hover figcaption::after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

figure.effect-dexter figcaption {
	padding: 3em;
	text-align: left;
}

figure.effect-dexter p {
	position: absolute;
	right: 60px;
	bottom: 60px;
	left: 60px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0, -100px, 0);
	transform: translate3d(0, -100px, 0);
}

figure.effect-dexter:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Sarah *****/
/*---------------*/

figure.effect-sarah {
	background: #42b078;
}

figure.effect-sarah img {
	max-width: none;
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-sarah:hover img {
	opacity: 0.4;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

figure.effect-sarah figcaption {
	text-align: left;
}

figure.effect-sarah h2 {
	position: relative;
	overflow: hidden;
	padding: 0.5em 0;
}

figure.effect-sarah h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	content: "";
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

figure.effect-sarah:hover h2::after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

figure.effect-sarah p {
	padding: 1em 0;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

figure.effect-sarah:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Zoe *****/
/*---------------*/

figure.effect-zoe figcaption {
	top: auto;
	bottom: 0;
	padding: 1em;
	height: 3.75em;
	background: #fff;
	color: #3c4a50;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

figure.effect-zoe h2 {
	float: left;
}

figure.effect-zoe p.icon-links a {
	float: right;
	color: #3c4a50;
	font-size: 1.4em;
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
	color: #252d31;
}

figure.effect-zoe p.description {
	position: absolute;
	bottom: 8em;
	padding: 2em;
	color: #fff;
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	-webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
}

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 200%, 0);
	transform: translate3d(0, 200%, 0);
}

figure.effect-zoe p.icon-links a span::before {
	display: inline-block;
	padding: 8px 10px;
	font-family: "feathericons";
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-eye::before {
	content: "\e000";
}

.icon-paper-clip::before {
	content: "\e001";
}

.icon-heart::before {
	content: "\e024";
}

figure.effect-zoe h2 {
	display: inline-block;
}

figure.effect-zoe:hover p.description {
	opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

figure.effect-zoe:hover h2 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

/*---------------*/
/***** Chico *****/
/*---------------*/

figure.effect-chico img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}

figure.effect-chico:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-chico figcaption {
	padding: 3em;
}

figure.effect-chico figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: "";
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

figure.effect-chico figcaption::before,
figure.effect-chico p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-chico h2 {
	padding: 20% 0 20px 0;
}

figure.effect-chico p {
	margin: 0 auto;
	max-width: 200px;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.urunKategoriItem {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	flex-wrap: nowrap;
	opacity: .7;
}
.urunKategoriItem.active{
	opacity: 1;
}
.urunKategoriItem .icon {
	min-height: 90px;
}

.urunKategoriItem .title {
	display: block;
	margin: 15px 0;
	font-size: 18px;
	color: #014488;
	font-weight: 600;
	max-width: 170px;
	line-height: 21px;
}

