@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap&subset=latin-ext');
:root {
 --bir: #231F20;
 --iki: #57667e;
 --uc: #CCC;
}
* {
	outline: inherit;
	letter-spacing: .3px;
}
.navbar-toggler:focus, .navbar-toggler:hover {
	outline: 0;
}
html {
	scroll-behavior: smooth;
}
html, body {
	font-family: 'Montserrat', sans-serif;
	background: #FFF;
	color: var(--iki);
}
.alan {
	margin: 20px;
	background: #FFF;
}
a {
	color: var(--bir);
}
a:hover {
	color: var(--iki);
	text-decoration: none;
}
p a {
	color: var(--bir);
	border-bottom: 1px solid #FFF;
	padding-bottom: 3px;
}
p a:hover {
	color: var(--iki);
	text-decoration: none;
	border-bottom: 1px solid var(--bir);
}
p {
	font-size: 16px;
}
.urun p {
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 2.5px !important;
	font-weight: 300;
}
.bir {
	color: var(--bir);
}
.iki {
	color: var(--iki);
}
.uc {
	color: var(--uc);
}
.btn {
	background: var(--bir);
}
.btn:hover {
	background: #FFF;
	color: var(--bir);
}
.btn, nav img, .logo {
	transition: all .3s ease-in-out;
}
.bg-nav2 {
	background: var(--bir);
}
.bg1 {
	background: var(--bir);
}
.bg2 {
	background-color: #f9f9f9;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill='%23d4d2d8' fill-opacity='0.38'%3E%3Cpath fill-rule='evenodd' d='M0 0h40v40H0V0zm40 40h40v40H40V40zm0-40h2l-2 2V0zm0 4l4-4h2l-6 6V4zm0 4l8-8h2L40 10V8zm0 4L52 0h2L40 14v-2zm0 4L56 0h2L40 18v-2zm0 4L60 0h2L40 22v-2zm0 4L64 0h2L40 26v-2zm0 4L68 0h2L40 30v-2zm0 4L72 0h2L40 34v-2zm0 4L76 0h2L40 38v-2zm0 4L80 0v2L42 40h-2zm4 0L80 4v2L46 40h-2zm4 0L80 8v2L50 40h-2zm4 0l28-28v2L54 40h-2zm4 0l24-24v2L58 40h-2zm4 0l20-20v2L62 40h-2zm4 0l16-16v2L66 40h-2zm4 0l12-12v2L70 40h-2zm4 0l8-8v2l-6 6h-2zm4 0l4-4v2l-2 2h-2z'/%3E%3C/g%3E%3C/svg%3E");
}
.bg3 {
	background: var(--iki);
}
.navbar-nav .nav-item .nav-link {
	padding: 20px 0;
	margin: 0 20px;
	font-size: 20px;
	color: var(--iki);
	font-weight: 600;
}
.navbar-nav .nav-item .nav-link:hover {
	color: var(--bir);
}
.navbar-brand {
	margin-left: 20px;
	width: 122px;
}
.navbar-brand img {
	height: 80px;
	padding: 15px 50px 15px 0px;
	margin-top: 15px;
	background: #FFF;
}
.homepage .navbar-brand img {
	background: none !important;
	height: 86px;
}
.tus {
	height: 80px;
	padding: 15px 50px;
	margin-top: 15px;
	background: #FFF;
}
.homepage .tus{
	display: none !important;
}
.homepage .tus a{
	color:#fff !important;
}
.homepage .tus a.btn-close{
	color:#000 !important;
}
.navbar, .overlay {
	transition: all 1s ease-in-out !important;
}
.innerpage nav.navbar,
.innerpage .navbar.bg-nav {
	background: #fff !important;
	background-color: #fff !important;
}
.navfix {
	position: fixed;
	top: 0;
	z-index: 3;
	width: 100%;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	transition: all 1s ease-in-out;
}
.navfix .navbar-brand img {
	box-shadow: none;
}
.navfix .tus {
	box-shadow: none;
	transition: all 1s ease-in-out;
}
.logobeyaz {
	display: block;
	transition: all .3s ease-in-out;
}
.logorenkli {
	display: none;
	transition: all .3s ease-in-out;
}
.navfix .logobeyaz {
	display: none;
	transition: all .3s ease-in-out;
}
.navfix .logorenkli {
	display: block;
	transition: all .3s ease-in-out;
}
.navfix .navbar-nav .nav-item .nav-link {
	padding: 4px 0;
}
.navfix .btn {
	padding: 5px 20px;
}
/* .navfix {
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.9) 70%, rgba(255,255,255,0.75) 75%, rgba(255,255,255,0.6) 80%, rgba(255,255,255,0.45) 85%, rgba(255,255,255,0.3) 90%, rgba(255,255,255,0.15) 95%, rgba(255,255,255,0) 100%);
} */
.navfix .nav-link {
	color: var(--iki) !important;
}
.navfix .nav-link:hover {
	color: var(--bir) !important;
}
.navfix .sosyal .sosyalikon a {
	display: none;
}
.nav-sag li {
	margin: 0 5px;
}
.sosyal ul {
	padding: 0;
	list-style: none outside none;
}
.sosyal li {
	position: relative;
	display: inline-block;
}
.sosyal a {
	padding: 10px !important;
	text-align: center;
	background: #FFF;
	min-width: 40px;
	display: block;
	transition: all .3s ease-in-out;
}
.nav-sag .nav-item {
	margin: 0px;
}
.nav-sag .btn {
	background: var(--bir);
	color: #FFF !important;
	padding: 10px 20px !important;
	border-radius: 0;
	margin-top: 1px;
}
.nav-sag .btn:hover {
	color: var(--bir) !important;
	background: #FFF !important;
}
.navfix .nav-sag .btn {
	margin-top: 2px !important;
	padding: 5px 20px !important;
}
.sosyal .sosyalikon {
	margin-top: 5px !important;
	text-align: center;
}
.sosyal .sosyalikon a {
	color: var(--iki);
	background: rgba(255,255,255,0.40);
}
.sosyal .sosyalikon a:hover {
	background: var(--bir);
	color: #FFF;
}
.navfix .sosyal .sosyalikon {
	margin-top: 0px !important;
}
.bosluk {
	height: 120px;
}
.galeri .image {
	display: block;
	width: 100%;
	height: auto;
}
.galeri {
	opacity: 1 !important;
	overflow: hidden;
	position: relative;
	transition: transform .2s; /* Animation */
}
.galeri .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .3s ease;
	background-color: var(--bir);
}
.galeri:hover .overlay {
	display: block;
	opacity: .7;
	transition: all .3s ease-in-out;
}
.galeri .icon {
	color: white;
	font-size: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}
.galeri .yazi {
	color: white;
	overflow: hidden;
	position: absolute;
	bottom: 20px;
	right: 20px;
	transform: translate(0%, 0%);
	-ms-transform: translate(0%, 0%);
	text-align: center;
}
.fancybox-content {
	background: white !important;
}
.galeri img {
	transition: transform 3s; /* Animation */
}
.galeri:hover img {
	transform: scale(1.3);
}
.galeri .baslik {
	z-index: 2;
	position: absolute;
	bottom: 20px;
	background: var(--iki);
	color: #FFF;
	padding: 5px 15px 10px 30px;
	transition: all .4s ease-in-out;
}
.galeri:hover .baslik {
	background: var(--bir);
	color: #FFF;
}
.slaytgaleri .image {
	display: block;
	width: 100%;
	height: auto;
}
.slaytgaleri {
	opacity: 1 !important;
	overflow: hidden;
	position: relative;
	transition: transform .2s; /* Animation */
}
.slaytgaleri .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .3s ease;
	background-color: var(--bir);
}
.slaytgaleri:hover .overlay {
	display: block;
	opacity: .7;
	transition: all .3s ease-in-out;
}
.slaytgaleri .icon {
	color: white;
	font-size: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}
.slaytgaleri .yazi {
	color: white;
	overflow: hidden;
	position: absolute;
	bottom: 20px;
	right: 20px;
	transform: translate(0%, 0%);
	-ms-transform: translate(0%, 0%);
	text-align: center;
}
.slaytgaleri img {
	transition: transform 3s; /* Animation */
}
.slaytgaleri:hover img {
	transform: scale(1.3);
}
.slaytgaleri .baslik {
	z-index: 2;
	position: absolute;
	bottom: 20px;
	background: var(--iki);
	color: #FFF;
	padding: 5px 15px 10px 30px;
	transition: all .4s ease-in-out;
}
.slaytgaleri:hover .baslik {
	background: var(--bir);
	color: #FFF;
}
.koltuk {
	padding: 80px 120px;
}
.projeler .galeri {
	border: 5px solid #E9E9E9;
	opacity: .5;
	transition: all .4s ease-in-out;
}
.projeler .galeri:hover {
	border: 5px solid var(--bir);
}
.proje2a {
	height: 229px;
	background: #F3F3F3;
}
.proje2a:hover {
	height: 229px;
	background: var(--iki);
}
.proje2a:hover a {
	color: #FFF;
	transition: all .1s ease-in-out;
}
.projeler2 .proje2a img {
	-webkit-filter: grayscale(100%) blur(5px);
	filter: grayscale(100%) blur(5px);
	opacity: .1;
	transition: all .4s ease-in-out;
}
.projeler2 .proje2a:hover img {
	-webkit-filter: grayscale(0%) blur(0px);
	filter: grayscale(0%) blur(0px);
	opacity: 1;
}
.w20 {
	width: 28px !important;
}
#map {
	height: 460px;
}
.mailgo {
	background: var(--bir);
	color: #FFF;
	padding: 60px 20px;
	margin-top: 20px;
	text-align: center;
	font-size: 26px;
	font-weight: 500;
}
.rez {
	color: #FFF;
}
.rez:hover {
	background: #FFF;
	color: var(--bir);
}
/* TEMAYA HAS */


.k1 {
	position: absolute;
	display: block;
	z-index: 1;
	bottom: 10px;
	left: 15px;
	padding: 0;
}
.slick-prev {
	left: 5px;
	z-index: 2;
}
.slick-next {
	right: 5px;
}
.slick-dots {
	bottom: -35px;
}
.kenar {
	border: 8px solid var(--bir);
	border-radius: 14px;
}
.tek {
	background: var(--bir);
}
.golge {
	box-shadow: 0px 10px 25px 0px rgba(123,147,171,0.15);
	transition: all .2s ease-in-out;
}
.golge:hover {
	box-shadow: none;
	background: #F3F5F7;
}
.kutu .btn {
	background: #FFF;
	color: var(--bir);
}
.kutu:hover .btn {
	background: var(--bir) !important;
	color: #FFF !important;
}
.nav-tabs .active {
	background: var(--bir);
	color: #FFF;
}
.form-control {
	margin-bottom: 10px;
}
.datepicker-inline {
	width: 100% !important;
}
#rev_slider_19_1_wrapper .tp-loader.spinner2 {
	background-color: #777777 !important;
}
.persephone .tp-bullet {
	width: 12px;
	height: 12px;
	position: absolute;
	background: rgba(170,170,170,1);
	border: 1px solid rgba(229,229,229,1);
	cursor: pointer;
	box-sizing: content-box
}
.persephone .tp-bullet:hover, .persephone .tp-bullet.selected {
	background: rgba(0,0,0,1)
}
.slick-prev:before {
	content: ''
}
[dir='rtl'] .slick-prev:before {
	content: ''
}
.slick-next:before {
	content: ''
}
[dir='rtl'] .slick-next:before {
	content: ''
}
.slayt-left {
	right: 66px !important;
	margin-right: 2px;
}
.slayt-right {
	right: 20px !important;
}
.slayt-buton {
	position: absolute;
	top: -56px;
	background: #FFF;
	padding: 10px 20px;
	z-index: 1;
	cursor: pointer;
}
.slayt-fa {
	color: var(--bir);
}
.slayt-fa:hover {
	color: blue;
}
.btn2 {
	color: var(--bir) !important;
	border: 2px solid var(--bir);
	padding: 10px 25px;
}
.btn2:hover {
	background: var(--bir) !important;
	border: 2px solid var(--bir);
	color: #FFF !important;
}
.menu-galeri img {
	width: 20%;
	height: 150px;
	-webkit-filter: sepia(15%) opacity(10%);
	filter: sepia(15%) opacity(10%);
	transition: all .3s ease-in-out;
	letter-spacing: 0;
	cursor: alias;
}
.menu-galeri img:hover {
	-webkit-filter: sepia(15%) opacity(100%);
	filter: sepia(15%) opacity(100%);
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.form-control[readonly] {
	background-color: #FFF;
	opacity: 1;
}
.f70 {
	font-size: 70px;
}
.section-lg {
	margin-top: 50px;
	margin-bottom: 50px;
}
.divider {
	display: flex;
}
.divider:before, .divider:after {
	content: "";
	flex: 1;
}
.line {
	align-items: center;
}
.line:before, .line:after {
	height: 2px;
	margin: 20px 0 0;
}
.one-line:before, .one-line:after {
	background: #E9E9E9;
}
.a1 {
	color: var(--bir)
}
.a1:hover {
	color: var(--iki)
}
.a2 {
	color: var(--iki)
}
.a2:hover {
	color: var(--bir)
}
.inputBox {
	position: relative;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.inputBox .inputText {
	position: absolute;
	font-size: 16px;
	line-height: 50px;
	transition: .5s;
	opacity: .5;
}
.inputBox .input {
	position: relative;
	width: 100%;
	height: 50px;
	background: transparent;
	border: none;
	outline: none;
	font-size: 16px;
	border-bottom: 1px solid rgba(0,0,0,.5);
}
.inputBox .input:focus,
.inputBox .input:active,
.inputBox .input:focus-visible {
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
	border-bottom: 1px solid #3D4461;
	outline: none !important;
}
.inputBox .input:-webkit-autofill,
.inputBox .input:-webkit-autofill:hover,
.inputBox .input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 1000px white inset !important;
	box-shadow: 0 0 0 1000px white inset !important;
	background-color: transparent !important;
}
.focus .inputBox,
.focus {
	background: transparent !important;
}
.focus .inputText {
	transform: translateY(-25px);
	font-size: 12px;
	opacity: 1;
	color: #3D4461;
	z-index: 1;
}
.focus .inputText2 {
	transform: translateY(-35px);
	font-size: 12px;
	opacity: 1;
	color: #3D4461;
}
input[type=text], input[type=password], input[type=time], input[type=date], input[type=email], textarea {
	width: 100%;
	border: none;
	border-radius: 0;
	border-bottom: 2px solid #eaeaea !important;
}
textarea {
	height: 100px !important;
}
.border {
	border: 1px solid rgba(0,0,0,.1);
}
.gonderbutonu {
	background: #3D4461;
	color: #FFF;
}
.dropdown {
	position: relative;
	display: inline-block;
}
.dropdown-content {
	padding: 0;
	display: none;
	position: absolute;
	background-color: #FFF;
	min-width: 160px;
	z-index: 1;
	padding-top: 8px;
}
.dropdown-content a {
	color: black;
	padding: 4px 16px;
	text-decoration: none;
	display: block;
}
.dropdown-content ul, .dropdown-content li, .dropdown-content {
	list-style-type: none;
}
.dropdown-content a:hover {
	background-color: var(--iki);
	color: #FFF !important;
}
.dropdown:hover .dropdown-content {
	display: block;
}
.dropdown .nav-link {
	margin-right: 0px;
}
.nav-submenu-item:hover {
	color: #FFF !important;
}
.dropdown-content:hover span {
	color: var(--iki);
}
.yan {
	display: inline-block;
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}
.ul-yan {
	list-style: none;
	display: block;
}
.ul-yan li {
	display: inline;
	margin: 0 2px;
	position: relative;
}
.overlay {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	background-color: #3D4461;
	overflow-x: hidden;
	transition: 0.5s;
}
.overlay-content {
	position: relative;
	top: 7%;
	width: 100%;
	text-align: center;
}
.overlay a {
	text-decoration: none;
	display: block;
	transition: 0.3s;
}
.overlay a:hover, .overlay a:focus {
	color: #f1f1f1;
}
.overlay .closebtn {
	position: absolute;
	top: -26px;
	right: 8px;
	font-size: 60px;
	color: #FFF;
}

@media screen and (max-height: 450px) {
.overlay a {
	font-size: 20px
}
.overlay .closebtn {
	font-size: 40px;
	top: 15px;
	right: 35px;
}
}
.over-link {
	font-size: 15px;
	color: #FFF !important;
	padding: 5px 5px !important;
}
.overlay-content ul {
	padding-left: 0;
}
#pagination {
	clear: both;
	display: block;
	position: relative;
	padding: 15px;
	background: #F7F7F7;
}
#pagination .item {
	padding: 8px;
	border: 1px solid #DDD;
	margin: 5px;
	min-width: 40px;
	font-weight: 600;
}
#pagination .disabled, #pagination .active {
	background: #FFF;
	color: #DDD !important;
}
.bb1 {
	border-bottom: 1px solid #46ABEE;
}
.border2 {
	border-color: var(--bir) !important;
}
.breadcrumb {
	background-color: transparent;
}
.btn-2 {
	transition: all .3s ease-in-out;
	background: #FFF;
}
.btn-2:hover {
	background: #EFEFEF;
}
.hab {
	transition: all .3s ease-in-out;
}
.hab:hover {
	background: var(--bir);
	color: #FFF;
	transition: all .3s ease-in-out;
}
.hab:hover a {
	color: #FFF;
	transition: all .0s ease-in-out;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.form-control[readonly] {
	background-color: #FFF;
	opacity: 1;
}
body {
	background-color: #ffffff;/*	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='402' height='335' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='0.02'%3E%3Cpolygon fill='%23444' points='90 150 0 300 180 300'/%3E%3Cpolygon points='90 150 180 0 0 0'/%3E%3Cpolygon fill='%23AAA' points='270 150 360 0 180 0'/%3E%3Cpolygon fill='%23DDD' points='450 150 360 300 540 300'/%3E%3Cpolygon fill='%23999' points='450 150 540 0 360 0'/%3E%3Cpolygon points='630 150 540 300 720 300'/%3E%3Cpolygon fill='%23DDD' points='630 150 720 0 540 0'/%3E%3Cpolygon fill='%23444' points='810 150 720 300 900 300'/%3E%3Cpolygon fill='%23FFF' points='810 150 900 0 720 0'/%3E%3Cpolygon fill='%23DDD' points='990 150 900 300 1080 300'/%3E%3Cpolygon fill='%23444' points='990 150 1080 0 900 0'/%3E%3Cpolygon fill='%23DDD' points='90 450 0 600 180 600'/%3E%3Cpolygon points='90 450 180 300 0 300'/%3E%3Cpolygon fill='%23666' points='270 450 180 600 360 600'/%3E%3Cpolygon fill='%23AAA' points='270 450 360 300 180 300'/%3E%3Cpolygon fill='%23DDD' points='450 450 360 600 540 600'/%3E%3Cpolygon fill='%23999' points='450 450 540 300 360 300'/%3E%3Cpolygon fill='%23999' points='630 450 540 600 720 600'/%3E%3Cpolygon fill='%23FFF' points='630 450 720 300 540 300'/%3E%3Cpolygon points='810 450 720 600 900 600'/%3E%3Cpolygon fill='%23DDD' points='810 450 900 300 720 300'/%3E%3Cpolygon fill='%23AAA' points='990 450 900 600 1080 600'/%3E%3Cpolygon fill='%23444' points='990 450 1080 300 900 300'/%3E%3Cpolygon fill='%23222' points='90 750 0 900 180 900'/%3E%3Cpolygon points='270 750 180 900 360 900'/%3E%3Cpolygon fill='%23DDD' points='270 750 360 600 180 600'/%3E%3Cpolygon points='450 750 540 600 360 600'/%3E%3Cpolygon points='630 750 540 900 720 900'/%3E%3Cpolygon fill='%23444' points='630 750 720 600 540 600'/%3E%3Cpolygon fill='%23AAA' points='810 750 720 900 900 900'/%3E%3Cpolygon fill='%23666' points='810 750 900 600 720 600'/%3E%3Cpolygon fill='%23999' points='990 750 900 900 1080 900'/%3E%3Cpolygon fill='%23999' points='180 0 90 150 270 150'/%3E%3Cpolygon fill='%23444' points='360 0 270 150 450 150'/%3E%3Cpolygon fill='%23FFF' points='540 0 450 150 630 150'/%3E%3Cpolygon points='900 0 810 150 990 150'/%3E%3Cpolygon fill='%23222' points='0 300 -90 450 90 450'/%3E%3Cpolygon fill='%23FFF' points='0 300 90 150 -90 150'/%3E%3Cpolygon fill='%23FFF' points='180 300 90 450 270 450'/%3E%3Cpolygon fill='%23666' points='180 300 270 150 90 150'/%3E%3Cpolygon fill='%23222' points='360 300 270 450 450 450'/%3E%3Cpolygon fill='%23FFF' points='360 300 450 150 270 150'/%3E%3Cpolygon fill='%23444' points='540 300 450 450 630 450'/%3E%3Cpolygon fill='%23222' points='540 300 630 150 450 150'/%3E%3Cpolygon fill='%23AAA' points='720 300 630 450 810 450'/%3E%3Cpolygon fill='%23666' points='720 300 810 150 630 150'/%3E%3Cpolygon fill='%23FFF' points='900 300 810 450 990 450'/%3E%3Cpolygon fill='%23999' points='900 300 990 150 810 150'/%3E%3Cpolygon points='0 600 -90 750 90 750'/%3E%3Cpolygon fill='%23666' points='0 600 90 450 -90 450'/%3E%3Cpolygon fill='%23AAA' points='180 600 90 750 270 750'/%3E%3Cpolygon fill='%23444' points='180 600 270 450 90 450'/%3E%3Cpolygon fill='%23444' points='360 600 270 750 450 750'/%3E%3Cpolygon fill='%23999' points='360 600 450 450 270 450'/%3E%3Cpolygon fill='%23666' points='540 600 630 450 450 450'/%3E%3Cpolygon fill='%23222' points='720 600 630 750 810 750'/%3E%3Cpolygon fill='%23FFF' points='900 600 810 750 990 750'/%3E%3Cpolygon fill='%23222' points='900 600 990 450 810 450'/%3E%3Cpolygon fill='%23DDD' points='0 900 90 750 -90 750'/%3E%3Cpolygon fill='%23444' points='180 900 270 750 90 750'/%3E%3Cpolygon fill='%23FFF' points='360 900 450 750 270 750'/%3E%3Cpolygon fill='%23AAA' points='540 900 630 750 450 750'/%3E%3Cpolygon fill='%23FFF' points='720 900 810 750 630 750'/%3E%3Cpolygon fill='%23222' points='900 900 990 750 810 750'/%3E%3Cpolygon fill='%23222' points='1080 300 990 450 1170 450'/%3E%3Cpolygon fill='%23FFF' points='1080 300 1170 150 990 150'/%3E%3Cpolygon points='1080 600 990 750 1170 750'/%3E%3Cpolygon fill='%23666' points='1080 600 1170 450 990 450'/%3E%3Cpolygon fill='%23DDD' points='1080 900 1170 750 990 750'/%3E%3C/g%3E%3C/svg%3E");
*/
}
.service {
	transition: all .3s ease-in-out;
	background: #FFF;
}
.service:hover {
	background: var(--bir);
	color: rgba(255, 255, 255, 1);
}
.service:hover a {
	color: rgba(255, 255, 255, 1);
}
.service .ser-svg {
	color: var(--dort);
	border-radius: 100%;
	width: 50px;
	height: 50px;
}
.service:hover .ser-svg {
	color: #FFF;
	border-radius: 100%;
	width: 50px;
	height: 50px;
}
.kutu:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.kutu img {
	transition: all .4s ease-in-out;
	margin-top: 15px;
	margin-bottom: 15px;
}
.kutu {
	color: var(--bir) !important;
	background: #FFF !important;
	transition: all .3s ease-in-out;
}
.kutu:hover .kutu-alt {
	transition: all .3s ease-in-out;
	background: var(--bir) !important;
	color: #FFF !important;
}
.kutu .kutu-alt {
	margin-top: 10px;
}
.kutu:hover a {
	transition: all .3s ease-in-out;
	color: #FFF !important;
}
.inputBox {
	position: relative;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.inputBox .inputText {
	position: absolute;
	font-size: 16px;
	line-height: 50px;
	transition: .5s;
	opacity: .5;
}
.inputBox .input {
	position: relative;
	width: 100%;
	height: 50px;
	background: transparent;
	border: none;
	outline: none;
	font-size: 16px;
	border-bottom: 1px solid rgba(0,0,0,.5);
}
.inputBox .input:focus,
.inputBox .input:active,
.inputBox .input:focus-visible {
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
	border-bottom: 1px solid #3D4461;
	outline: none !important;
}
.inputBox .input:-webkit-autofill,
.inputBox .input:-webkit-autofill:hover,
.inputBox .input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 1000px white inset !important;
	box-shadow: 0 0 0 1000px white inset !important;
	background-color: transparent !important;
}
.focus .inputBox,
.focus {
	background: transparent !important;
}
.focus .inputText {
	transform: translateY(-25px);
	font-size: 12px;
	opacity: 1;
	color: #3D4461;
	z-index: 1;
}
.focus .inputText2 {
	transform: translateY(-35px);
	font-size: 12px;
	opacity: 1;
	color: #3D4461;
}
textarea {
	height: 100px !important;
}
.wow {
	visibility: hidden;
}
.refmer div {
	line-height: 0;
}
.refmer-left {
	right: 66px !important;
	margin-right: 2px;
}
.refmer-right {
	right: 0px !important;
}
.refmer-buton {
	position: absolute;
	bottom: 0;
	background: #FFF;
	padding: 10px 20px;
	z-index: 1;
	cursor: pointer;
}
.refmer-buton:hover {
	background: #F4F2EB;
}
.bg4 {
	background: linear-gradient(90deg, var(--bir) 0%, var(--iki) 100%) !important;
}
.bg5 {
	background: linear-gradient(90deg, var(--birr) 0%, var(--ikii) 100%) !important;
}
.fff, .fff a {
	color: #FFF;
}
.iconn {
	display: inline-block;
	width: 20px;
	margin-right: 8px;
	text-align: center;
}
#rev_slider_40_1 .uranus.tparrows {
	width: 50px;
	height: 50px;
	background: rgba(255,255,255,0)
}
#rev_slider_40_1 .uranus.tparrows:before {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 40px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s
}
#rev_slider_40_1 .uranus.tparrows:hover:before {
	opacity: 0.75
}
.img {
	filter: grayscale(0%);
	transform: scale(1);
	cursor: pointer !important;
}
.gri {
	filter: brightness(180%);
}
code[class*="language-"], pre[class*="language-"] {
	color: #f8f8f2;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	font-family: Consolas, Monaco, 'Andale Mono', monospace;
	direction: ltr;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	line-height: 1.5;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
/* Code blocks */
pre[class*="language-"] {
	padding: 1em;
	margin: .5em 0;
	overflow: auto;
	border-radius: 0.3em;
}
:not(pre) > code[class*="language-"], pre[class*="language-"] {
	background: #272822;
}
/* Inline code */
:not(pre) > code[class*="language-"] {
	padding: .1em;
	border-radius: .3em;
}
.pos-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.fancybox-is-open .fancybox-bg {
	opacity: 1;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}
.fancybox-bg {
	background: #FFF;
	opacity: 1;
	transition-property: opacity;
}
.ccc {
	color: #ACACAC;
}
.footer-link a {
	letter-spacing: 3px;
}
ul {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
}
li {
	padding: 0;
	margin: 0;
}
nav {
	text-align: center;
	width: 100%;
	position: relative;
	height: auto;
	overflow: hidden;
	background: none;
}
nav ul {
	text-align: center;
}
nav ul li {
	display: inline-block;
}
nav ul li a {
	color: #333;
	display: inline-block;
	padding: 1em 3em;
	text-decoration: none;
	border-bottom: 2px solid #fff;
	transition-property: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-webkit-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
	font-size: 16px;
}
nav ul li a:hover {
	color: #34B484;
}
/*styling open close button*/
.button {
	display: inline;
	position: absolute;
	right: 50px;
	top: 6px;
	z-index: 999;
	font-size: 30px;
}
.button a {
	text-decoration: none;
}
.btn-open:after {
	color: #333;
	transition-property: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-webkit-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
}
.btn-open:hover:after {
	color: #34B484;
}
.btn-close:after {
	color: #fff;
	transition-property: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-webkit-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
}
.btn-close:hover:after {
	color: #34B484;
}
/*overlay*/
.overlay {
	display: none;
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	background: #FFF;
	overflow: auto;
	z-index: 99;
}
.wrap {
	color: #e9e9e9;
	text-align: center;
	max-width: 90%;
	margin: 0 auto;
}
.wrap ul.wrap-nav {
	padding: 150px 0px 100px;
}
.wrap ul.wrap-nav li {
	display: inline-block;
	vertical-align: top;
	width: 24%;
	position: relative;
}
.wrap ul.wrap-nav li a {
	color: #34B484;
	display: block;
	padding: 8px 0;
	text-decoration: none;
	transition-property: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-webkit-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
}
.wrap ul.wrap-nav li a:hover {
	color: #f0f0f0;
}
.wrap ul.wrap-nav li, .wrap ul.wrap-nav li a, .wrap ul.wrap-nav ul li {
	font-size: 19px;
	letter-spacing: 3.6px;
	line-height: 36px;
	font-weight: 400;
	margin-bottom: 10px;
	color: rgb(146, 146, 146);
}
.wrap ul.wrap-nav ul {
	padding: 20px 0;
}
.wrap ul.wrap-nav ul li {
	display: block;
	width: 100%;
}
.wrap ul.wrap-nav ul li a {
	color: var(--bir);
}
.wrap ul.wrap-nav ul li a:hover {
	color: var(--bir);
}
.wrap h3 {
	background: #CCC;
	color: #FFF;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 19px;
}
.social {
	font-size: 25px;
	padding: 20px;
}
.social p {
	margin: 0;
	padding: 20px 0 5px 0;
	line-height: 30px;
	font-size: 13px;
}
.social p a {
	color: #34B484;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
.social-icon {
	width: 80px;
	height: 50px;
	background: #e9e9e9;
	color: #333;
	display: inline-block;
	margin: 0 20px;
	transition-property: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-webkit-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
}
.social-icon:hover {
	background: #34B484;
	color: #f0f0f0;
}
.social-icon i {
	margin-top: 12px;
}

@media screen and (max-width:48em) {
.wrap ul.wrap-nav>li {
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #575757;
}
.wrap ul.wrap-nav {
	padding: 30px 0px 0px;
}
nav ul {
	opacity: 0;
	visibility: hidden;
}
.social {
	color: #c1c1c1;
	font-size: 25px;
	padding: 15px 0;
}
.social-icon {
	width: 100%;
	height: 50px;
	background: #fff;
	color: #333;
	display: block;
	margin: 5px 0;
}
}
.content {
	width: 100%;
	margin-top: 200px;
	font-size: 20px;
	text-align: center;
}
.golge {
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.fancybox-container {
	z-index: 99999999;
}
#langmenu {
	float: right;
	margin-left: 40px;
	    padding-top: 15px;
    margin-top: 27px;
}
.bayrak {
	height: 30px;
	margin-top: 0px;
	margin-bottom: 6px;
}
.navfix .bayrak {
	height: 30px;
	margin-top: 0px;
}
.navfix .sosyal {
	transition: all .3s ease-in-out;
	display: none;
}
.btn-open {
	float: left;
}

@media (max-width: 992px) {
#langmenu {
	float: left;
	margin-left: 0px;
	margin-right: 0px;
}
.bayrak {
	height: 30px;
	margin-left: 5px;
	margin-top: 2px;
}
.btn-open {
	float: right;
}
}


.quality-content{
	color:#000;
	margin-bottom:125px;
}

.quality-content .body{
	margin-bottom:25px;
}
.quality-content .body p{
	margin-bottom:15px;
}
.quality-content .logos img{
	width:150px !important;
	margin-right:20px;
	border:1px solid #fff;
	padding:15px 20px;
	margin-bottom:1.5rem!important;
	filter: brightness(0) invert(1);
}
.quality-content .logos img:hover{
	filter:none;
}

.referanslarimiz img{
	border:1px solid #ccc;
	padding:15px 20px;
	filter:grayscale(100%);
	    width: 100%;
}
.referanslarimiz img:hover{
	filter:none;
}
.parallax-item{
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
}

.menu1-wrap{
	padding-top:120px;
}
.menu2-wrap{
	padding-top:70px;
}
.menu-label{
	background-color:#ccc;
	color:#333;
	padding:5px;
	margin-bottom:15px;
	    display: inline-block;
}
.menu1{
padding-top: 0px;
   margin:0 auto;
   display:inline-block;
}
.menu1 li{
	float: left;
    margin-right: 40px;
	
}
.menu1 li a{
	color: var(--bir);
	font-size: 16px;
    letter-spacing: 3.6px;
    line-height: 36px;
    font-weight: 400;
}
.homepage .overlay .menu1 li a{
	color:#fff;
	font-weight: 500;
	    text-shadow: 1px 2px 2px #000000, -1px 2px 2px #333333, 0px 0px 2px #333333;
}
.menu1 li:last-of-type{
    margin-right: 0px;
}
.menu1 li a:hover,.homepage .overlay .menu1 li a:hover{
color:#ff0000;
}
.wrap ul.wrap-nav{
padding-top:10px !important;
}

@media (max-width: 575px) {
	.quality-content{
		color:var(--iki);
	margin-bottom:0px;
}

.quality-content .logos img{
	width:33.33% !important;
	padding:5px 10px;
	filter:grayscale(100%);
}
.quality-content .logos{
	margin-bottom:20px;
}
.about-item{
padding-top:25px;
}

.menu1{
padding-top: 0px;
    margin-left:0px;
}
.menu1 li{
	float: none;
	display:block;
	margin:10px;
	text-align:center;
}
.menu1 li a:hover{
color:#ff0000;
}

.mpy-1{
	padding-top:1rem !important;
	padding-bottom:1rem !important;
}
}


.homepage .overlay{
	display:block;
	background:none !important;
}

