@import url("https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap&subset=cyrillic,cyrillic-ext,latin-ext,vietnamese");
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&family=Rubik:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quintessential&display=swap');
body {
     font-family: "Rubik", sans-serif;
    background: url('../images/dot_bg.png') repeat;

}

a,
a:active,
a:focus {
	color: #000;
	text-decoration: none;
}

a:hover,
a:active {
	color: #1f1f1f;
	text-decoration: none;
}

a:focus,
a:active,
button:focus,
button:active,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: none !important;
}

b,
strong {
	font-weight: 600;
}

section {
	padding: 30px 0px;
}

p {
	margin-bottom: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
}

ul li {
	list-style: none;
	padding: 0px;
}

h1,
h2,
h3,
h1,
h2,
h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}

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

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

::-webkit-input-placeholder {
	color: #6f6f6f;
	text-overflow: ellipsis;
}

::-moz-placeholder {
	color: #6f6f6f;
	text-overflow: ellipsis;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #6f6f6f;
	text-overflow: ellipsis;
	opacity: 1;
}

:focus {
	outline: 0 !important;
}

header {
	position: relative;
	/* height: 100px; */
}

header .container {
	position: relative;
}

header .logo {
	padding: 25px 0;
	position: relative;
}

header nav.menu {
	padding: 24px 0px;
	position: absolute;
	right: 0px;
}

header nav.menu ul {
	float: left;
	margin-left: 10px;
}

header nav.menu ul li a {
	font-family: "Rubik", sans-serif;
	padding: 12px 10px;
	font-weight: 600;
	display: table;
	font-size: 11px;
}

header nav.menu ul li a:hover {
	color: #bf202f;
}

header nav.menu #menuList li {
	float: left;
	padding: 0px;
}

header nav.menu #menuList .katalog a {
	background: #bf202f;
	color: #fff;
	transition: .5s;
	padding: 10px;
	border: 1px solid #bf202f;
	/* margin-top: 4px; */
	border-radius: 30px;
	font-weight: 400 !important;
}

header nav.menu #menuList .katalog a:hover {
	background: #fff;
	border: 1px solid #bf202f;
	color: #bf202f;
}

header nav.menu #menuSosyal li {
	float: left;
}

header nav.menu #menuSosyal li a {
	padding: 5px;
	position: relative;
	top: 4px;
}

header nav.menu .dropdownLang {
	position: relative;
	display: inline-block;
	margin-left: 10px;
	top: 6px;
}

header nav.menu .dropdownLang:hover .dropdown-content {
	display: block;
}

header nav.menu .dropdownLang .dropbtn {
	color: white;
	font-size: 13px;
	border: none;
	border: 1px solid #000;
	background: transparent;
	color: #000;
	line-height: 28px;
}

header nav.menu .dropdownLang .dropdown-content {
	display: none;
	width: 70px;
	position: absolute;
	background-color: #fff;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 9999;
}

header nav.menu .dropdownLang .dropdown-content a {
	color: black;
	text-decoration: none;
	display: block;
	padding: 7px;
	border-top: 1px solid #eee;
}

header nav.menu .dropdownLang .dropdown-content a:hover {
	background-color: #ddd;
}

header .dropdownList {
	position: relative;
	display: inline-block;
}

header .dropdownList:hover .dropdown-contentList {
	display: block;
}

header .dropdownList .dropbtnList {
	font-family: "Rubik", sans-serif;
	padding: 12px 8px;
	font-weight: 600;
	display: table;
	font-size: 14px;
	border: none;
	background: transparent;
	color: #000;
	text-transform: uppercase;
	transition: .5s;
}

header .dropdownList .dropdown-contentList {
	display: none;
	position: absolute;
	background-color: #fff;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 9999;
	transition: .5s;
	min-width: 195px;
}

header .dropdownList .dropdown-contentList a {
	color: #333;
	text-decoration: none;
	display: block !important;
	padding: 8px 12px;
	border-top: 1px solid #eee;
	width: 100%;
	text-transform: uppercase;
}

header .dropdownList .dropdown-contentList a:hover {
	background-color: #bf202f;
	color: #fff;
}

.slider {
	padding: 0px;
}

.slider #owl-slider .owl-nav {
	position: absolute;
	bottom: 15%;
	left: 12%;
}

.slider #owl-slider .owl-nav .owl-prev {
	right: 0;
}

.slider #owl-slider .owl-nav .owl-next {
	left: 0;
}

.slider #owl-slider .owl-nav button {
	position: absolute;
	color: #fff;
	border: 1px solid #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 30px;
}

.slider #owl-slider .owl-nav button:hover {
	background: #f9f9f9;
	color: #000;
}

.slider #owl-slider .owl-dots {
	position: absolute;
	left: 17%;
	bottom: 8%;
	
}

.slider #owl-slider .owl-dots .active span {
	border-color: #fff !important;
}

.slider #owl-slider .owl-dots button span {
	background: transparent;
	border: 3px solid rgba(255, 252, 252, 0.5);
}

.slider #owl-slider .icSlider {
	background-repeat: no-repeat;
	width: 100%;
	height: 500px;
	background-size: cover;
}

.slider #owl-slider .icSlider .container {
	position: relative;
	display: table;
	height: 100%;
}

.slider #owl-slider .icSlider .text {
	position: absolute;
	left: 0px;
	top: 50%;
	color: #fff;
	background:rgba(0,0,0,0.3);
	transform: translateY(-50%);
	padding:15px;
	border-top-left-radius:15px;
	border-bottom-right-radius:15px;
}

.slider #owl-slider .icSlider .text h2 {
	font-size: 35px;
	font-weight: 600;
}

.slider #owl-slider .icSlider .text b {
	font-style: italic;
	font-weight: 100;
	font-size: 35px;
}



.slider .item {
  height: 85vh;
  position: relative;
}
.slider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
}
.slider .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
.slider .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 5px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.slider .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
.slider .item .cover .header-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}
.slider .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
.slider .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.slider .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
header .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.slider .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}




.aboutHome {
	padding: 100px 0px;
	position: relative;
}

.aboutHome .leftText {
	transform: rotate(-90deg);
	position: absolute;
	color: #bc912d;
	text-transform: uppercase;
	z-index: 2;
	letter-spacing: 20px;
	left: 1%;
	font-weight: bold;
	font-size: 5rem;
	bottom: 40%;
}

.aboutHome:before {
	width: 33.33%;
	content: '';
	text-transform: uppercase;
	position: absolute;
	left: 0px;
	height: 100%;
	top: 0;
	background: url('images/solBg.jpg') no-repeat left center;
	background-size: cover;
	z-index: -1;
}

.aboutHome:after {
	width: 70%;
	content: '';
	position: absolute;
	right: 0px;
	height: 100%;
	top: 0;
	background-image: url(images/linner.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
	z-index: -1;
}

.aboutHome .text span {
	margin-bottom: 10px;
	display: table;
	color: #333333;
	/* font-size: 15px; */
	font-weight: 200;
}

.aboutHome .text h2 {
	color: #bf202f;
	font-weight: 400;
	font-size: 41px;
	font-family: 'Rubik', sans-serif;
	margin-bottom: 30px;
}

.aboutHome .text h2 b {
	font-weight: 900;
}

.aboutHome .text p {
	margin-bottom: 30px;
	color: #333;
}

.aboutHome .text a, .hataPage a {
	padding: 9px 20px;
	background: #bf202f;
	color: #fff;
	font-size: 14px;
	transition: .3s;
	border: 1px solid transparent;
	border-radius: 30px;
}
.hataPage {
	text-align: center;
}

.aboutHome .text a:hover, .hataPage a:hover {
	border: 1px solid #bf202f;
	color: #bf202f;
	background: transparent;
}

.videoOynat {
	position: absolute;
	top: 50%;
	left: 0;
	display: block !important;
	width: 33.33%;
	text-align: center;
	transform: translate(0, -50%);
	z-index: 2;
}

.videoOynat span {
	display: block;
	color: #fff;
	font-style: italic;
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 10px;
}

.videoOynat img {
	width: 100px
}

.homeUrunler {
	padding: 75px 0;
	position: relative;
	display: table;
	width: 100%;
	background: #f1f1f1;
}

.homeUrunler .right {
	width: 100%;
}

.homeUrunler .right ul {
	width: 100%;
	display: table;
}

.homeUrunler .right ul li {
	width: 23%;
	float: left;
	text-align: center;
	background: #f1f1f1;
	position: relative;
	overflow: hidden;
	transition: .3s;
	margin: 1%;
}

.homeUrunler .right ul li a {
	display: table;
	width: 100%;
	height: 100%;
}

.homeUrunler .right ul li a img {width: 100.5%;transition: .3s; filter: grayscale(100%);}

.homeUrunler .right ul li a h2 {
	width: 100.5%;
	background: rgba(44, 41, 49, 0.7);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	transition: .3s;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
	padding: 15px 0;
}

.homeUrunler .right ul li a:hover h2 {
	padding: 25px 0;
	background: rgba(44, 41, 49, 1);
}

.homeUrunler .right ul li a:hover img {
	filter: grayscale(0%);
}

.homeUrunler .right ul li:hover {
	/* border: 5px solid red; */
	/* -webkit-box-shadow: 0px 0px 50px -2px rgba(0, 0, 0, 0.7); */
	-moz-box-shadow: 0px 0px 50px -2px rgba(0, 0, 0, 0.7);
	/* box-shadow: 0px 0px 50px -2px rgba(0, 0, 0, 0.7); */
	z-index: 1;
}

.contdown {
	padding-top:25px;
	padding-bottom: 0;
	position: relative;
	background: #efefef;
}

.part-item {
	border: 1px solid #ddd;
	padding: 15px;
}

.part-item img {
	width: 100%;
}

.news-block {
	position: relative;
}

.news-block .inner-box {
	position: relative;
	border: 1px solid #ddd;
	padding: 10px;
}

.news-block .inner-box .image {
	position: relative;
	background-color: #0b0b0b;
	overflow: hidden;
}

.news-block .inner-box img {
	position: relative;
	width: 100%;
	display: block;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.news-block .inner-box:hover .image img {
	opacity: 0.7;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.news-block .inner-box .lower-box {
	position: relative;
	padding-top: 10px;
	text-align: center;
}

.news-block .inner-box .lower-box .post-info {
	position: relative;
	color: #6b6b6b;
	font-size: 12px;
	font-weight: 300;
	margin-bottom: 5px;
}

.news-block .inner-box .lower-box h3 {
	position: relative;
	/* color:#242424; */
	font-size: 17px;
	/* line-height:1.6em; */
	font-weight: 400;
	margin-bottom: 10px;
}

.news-block .inner-box .lower-box h3 a {
	position: relative;
	color: #bf202f;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	font-size: 14px;
	-o-transition: all 0.5s ease;
}

.news-block .inner-box .lower-box .read-more {
	padding: 5px 7px;
	background: #bf202f;
	color: #fff;
	font-size: 12px;
	transition: .3s;
	/* margin-top: 5px; */
	display: block;
	text-align: center;
	border: 1px solid transparent;
}

.news-block .inner-box:hover .lower-box .read-more{
	border: 1px solid #bf202f;
	color: #bf202f;
	background: transparent;
}

.news-block2 {position: relative; cursor: pointer; overflow: hidden;}

.news-block2 .innerBox {
	position: absolute; left:0; top:100%;
	width:100%;
	height: 100%;
	background: rgba(191,32,47,0.8);
	transition: .5s;
}
.news-block2 .image {
	position: relative;
}
.news-block2 .innerBox  h3{
	transition: .5s;
	color:#fff;
	font-size:15px;
	font-weight: 300;
	text-align: left;
	position: absolute; bottom:10px; padding:10px;
	width: 100%;
}
.news-block2 .inner-box  .imageBas {
	position: absolute; left: 0; top: 0;
	width: 100%;
	height: 100%;
background: rgb(0,0,0);
background: linear-gradient(360deg, rgba(0,0,0,0.5158438375350141) 0%, rgba(0,0,0,0.3477766106442577) 100%);
transition: .3s;
}
.news-block2 .inner-box  .imageBas h3 {
	transition: .3s;
	color:#fff;
	font-size:15px;
	font-weight: 300;
	text-align: left;
	position: absolute; bottom:10px; padding:10px;
	width: 100%;
}
.news-block2 img {transition: .3s;}
.news-block2:hover img {
	filter: grayscale(100%);
}
.news-block2:hover .inner-box .imageBas {
	opacity: 0;
}
.news-block2:hover .inner-box .imageBas h3 {
	bottom: -60px;
}
.news-block2:hover .innerBox {
	top:0;
}
a.whatsappDetay {
	padding: 5px 7px;
	background: #33bb46;
	color: #fff;
	font-size: 14;
	transition: .3s;
	 margin-top: 5px;
	display: block;
	text-align: center;
	border: 1px solid transparent;
  font-weight: 300;
}

a.whatsappDetay:hover {
	border: 1px solid #33bb46;
	color: #33bb46;
	background: transparent;
}

a.telMore {
	padding: 5px 7px;
	background: #bf202f;
	color: #fff;
	font-size: 14;
	transition: .3s;
	 margin-top: 5px;
	display: block;
	text-align: center;
	border: 1px solid transparent;
  font-weight: 300;
}

a.telMore:hover {
	border: 1px solid #bf202f;
	color: #bf202f;
	background: transparent;
}
.sec-title {
	position: relative;
	padding-bottom: 40px;
}

.sec-title h2 {
	position: relative;
	color: #242424;
	font-size: 35px;
	font-weight: 600;
	line-height: 1.2em;
	display: inline-block;
}

.sec-title h2:after {
	position: absolute;
	content: '';
	left: 100%;
	margin-left: 10px;
	width: 40px;
	height: 2px;
	bottom: 8px;
	background-color: #911314;
}

.sec-title .title {
	position: relative;
	color: #797979;
	font-size: 20px;
	font-style: italic;
	margin-top: 8px;
	line-height: 1.6em;
	font-family: 'Rubik', serif;
}

.sec-title .text {
	position: relative;
	color: #494949;
	font-size: 16px;
	margin-top: 15px !important;
	line-height: 1.8em;
}

footer {
	width: 100%;
	background: rgba(44, 41, 49, 1);
	padding-top: 25px;
}

.footerText .col-md-6 a i {
	display: inline-block;
	padding-left: 10px;
}

.footerText .col-md-4 a {
	width: 100%;
	display: block;
	text-align: center;
	color: #fff;
	background: #212121;
	font-weight: 300;
	padding: 15px 20px;
	margin-top: 25px;
	transition: .3s;
	border: 1px solid transparent;
	border-radius: 30px;
}

.footerSocial {
	text-align: right;
}

.footerSocial h4 {
	font-weight: 400;
	color: #fff;
	font-size: 18px;
}

.footerSocial a {
	height: 45px;
	line-height: 43px;
	width: 45px;
	border-radius: 30px;
	text-align: center;
	display: inline-block;
	color: #fff;
	background: #212121;
	font-weight: 300;
	margin-top: 25px;
	transition: .3s;
	border: 1px solid transparent;
}

.footerText .col-md-4 a:hover,
.footerSocial a:hover {
	background: transparent;
	border-color: #fff;
}

.footerCopy {
	padding: 15px 0 25px 0;
	border-top: 1px solid #212121;
	margin-top: 25px;
	color: #eee;
	font-weight: 300;
	font-size: 13px;
}


 .basliklar {
    /* padding: 35px 0; */
}
 .basliklar h1 {
     color: #fff;
     font-size: 42px;
     text-transform: uppercase;
     padding: 35px 0;
     /* padding-bottom: 22px; */
     position: relative;
     /* left: 15px; */
     text-align: center;
     font-weight: 100;
}
 .dlinkler .container {

 }
 .dlinkler {
     width: 100%;
     padding: 14px 0;
     background: rgba(0, 0, 0, 0.20);
     border-bottom: 1px solid #f1f1f1;
     /* margin-top: 21px; */
     text-align: left;
     /* font-size: 12px; */
     /* margin-left: 15px; */
     /* position: relative; */
     /* left: 15px; */
}
 .dlinkler a {
     display: inline-block;
     color: #ffffff;
     font-weight: normal;
     text-transform: uppercase;
     font-size: 12px !important;
     transition: .3s;
     opacity: 0.3;
}
 .dlinkler a:hover {
     text-decoration: underline;
}


.sideBar {
     border-radius: 10px;
   		border: 1px solid #888;
}
 .sideBar a {
     color: #888;
     padding: 15px;
     display: inline-block;
     font-weight: 500;
     font-size: 14px;
     transition: .3s;
     width: 100%;
     border-bottom: 1px solid #f1f1f1;
     text-transform: uppercase;
}
 .sideBar a:last-child {
     border: none;
     border-bottom-left-radius: 10px;
     border-bottom-right-radius: 10px 
}
 .sideBar a:hover {
     background: #383838;
     color: #fff;
}
 .sideBar h1 {
     color: #888;
   
     padding: 15px;
     text-align: left;
     font-size: 22px;
     font-weight: 600;
     border-top-left-radius: 10px;
     border-top-right-radius: 10px;
}
.icBractum {
     padding: 0px;
     display: table;
     width: 100%;
     overflow: hidden;
     background: url('../images/header_bg.jpg') no-repeat center right;
     background-size: cover;
}
 .icBractum .leftimg {
     width: 70%;
     float: left;
     overflow: hidden;
     height: 372px;
}
 .icBractum .rightlist {
     width: 30%;
     float: left;
     background: #ed1e24;
     min-height: 200px;
     padding: 102px;
}
 .icBractum .rightlist ul {
     display: table;
     float: right;
     text-align: right;
     position: relative;
}
 .icBractum .rightlist ul h2 {
     position: absolute;
     right: -115px;
     top: 71px;
     text-transform: uppercase;
     transform: rotate(90deg);
     letter-spacing: 20px;
     font-size: 50px;
     color: rgba(0, 0, 0, 0.1);
}
 .icBractum .rightlist ul li a {
     font-size: 25px;
     line-height: 42px;
     text-transform: uppercase;
     padding-right: 66px;
     font-weight: bold;
     color: rgba(0, 0, 0, 0.2);
     transition: .5s;
}
 .icBractum .rightlist ul li a:hover {
     color: #000;
}
 .icBractum .rightlist .urunList li {
     padding-right: 50px;
     color: #414141;
     font-size: 40px;
     line-height: 50px;
     position: relative;
}
 .icBractum .trightList {
     background: #333;
     padding: 61px 100px;
}
 .icBractum .trightList ul h2 {
     letter-spacing: 6px;
     color: #fff;
     top: 95px;
}
 .icBractum .trightList ul li {
     padding-left: 150px;
     color: #414141;
     font-size: 40px;
     line-height: 50px;
     position: relative;
     text-transform: uppercase;
}
.aboutPage {
	position: relative;
	padding: 25px 0;
}

.aboutPage:before {
	content: '';
	position: absolute;
	right: 0px;
	top: 0px;
	background-image: url(../images/linner.png);
	background-size: contain;
	background-position: top right;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.aboutPage .text h2 {
	color: #ed1e24;
	font-weight: 600;
	font-size: 41px;
	font-family: 'Rubik', sans-serif;
	margin-bottom: 30px;
}

.aboutPage .text p {
	text-align: justify;
}

.urunlerPage {
	padding: 21px 0px;
	background: #fff;
}

.urunlerPage .text {
	text-align: center;
	padding-bottom: 50px;
}

.urunlerPage .text h4 {
	text-transform: uppercase;
	font-weight: 300;
}

.urunlerPage .text p {
	font-weight: 200;
}

.urunlerPage ul {
	width: 100%;
	display: table;
}

.urunlerPage ul li {
	width: 25%;
	float: left;
	text-align: center;
	background: #f1f1f1;
	transition: 1s;
}

.urunlerPage ul li:nth-child(even) {
	background: #dedcdc;
}

.urunlerPage ul li a {
	display: table;
	width: 100%;
	height: 100%;
	padding: 30px;
}

.urunlerPage ul li a img {
	margin-bottom: 40px;
}

.urunlerPage ul li a h2 {
	height: 35px;
	transition: .3s;
	color: #333;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
	border-bottom: 1px solid #333333;
}

.urunlerPage ul li:hover h2 {
	color: #ed1e24;
	border-bottom: 1px solid #ed1e24
}

.urunlerPage ul li:hover {
	background: #fff;
}

.urunlerIc a {
	display: table;
	width: 100%;
	height: 100%;
	transition: .3s;
	z-index: 99;
}

.urunlerIc a span {
	display: block;
	position: absolute;
	left: 50%;
	top: 45%;
	transform: translate(-50%, -50%);
	color: #fff;
	background: #bf202f;
	font-weight: normal !important;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	width: 30px;
	height: 30px;
	border: none;
	transition: .3s;
	opacity: 0;
	z-index: 99;
}

.urunlerIc a:hover span {
	opacity: 1;
}

.urunlerIc a img {
	width: 100%;
	margin: 0 auto;
	display: table;
	transition: .3s;
}

.urunlerIc a h2 {
	text-align: center;
	font-size: 14px;
	padding: 20px;
	color: #333;
	background: #f1f1f1;
	text-transform: uppercase;
	transition: .3s;
}

.urunlerIc {
    border: 1px solid #f1f1f1;
}

.urunlerIc a:hover h2 {
	background: #bf202f;
	color: #fff;
}

.urunlerIc a:hover img {
	opacity: .6;
}

.urunlerPage .urundetayQP #urundetayimg {
	border: 1px solid #dedcdc;
}

.urunlerPage .urundetayQP #urundetayimg .item img {
	width: 75%;
	padding: 30px;
	margin: 0 auto;
}

.urunlerPage .urundetayQP #urundetayimg .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
}

.urunlerPage .urundetayQP #urundetayimg .owl-nav button {
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 30px;
	border: 1px solid #333;
	background: #333;
	color: #fff;
}

.urunlerPage .urundetayQP #urundetayimg .owl-nav .owl-prev {
	left: -27px;
}

.urunlerPage .urundetayQP #urundetayimg .owl-nav .owl-next {
	right: -27px;
}

.urunlerPage .urundetayQP .textDetay {
	padding-left: 40px;
}

.urunlerPage .urundetayQP .textDetay h2 {
	text-transform: uppercase;
	margin-bottom: 20px;
}

.urunlerPage .urundetayQP .textDetay ul li {
	text-align: left;
	float: inherit;
	width: 100%;
	margin-bottom: 20px;
}

.urunlerPage .urundetayQP .textDetay ul li:nth-child(even) {
	background: none;
}

.urunlerPage .urundetayQP .textDetay ul li span {
	width: 93px;
	margin-right: 20px;
	display: table;
	float: left;
}

.urunlerPage .urundetayQP .textDetay .colorUrun h4 {
	text-transform: uppercase;
	font-size: 22px;
	margin-top: 20px;
}

.headerMobil {
	height: 76px;
	background: ;
	position: relative;
	display: none;
}

.headerMobil .logo2 {
	position: absolute;
	top: 20px;
}

.headerMobil .mobile-menu {
	width: 100%;
	top: 0;
	left: -100%;
	right: 0;
	bottom: 0;
	z-index: 9998;
	min-height: 100%;
	height: 100%;
	background: #fff url('../images/dot_bg.png') repeat;
	margin: 0;
	position: fixed;
	transition: .5s;
}

@media (min-width: 1024px) {
	.headerMobil .mobile-menu {
		float: right;
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		top: auto;
		min-height: auto;
		height: auto;
		padding: 0;
		width: auto;
		background: transparent;

	}
}

.headerMobil .mobile-menu.open {
	left:0;
}

.headerMobil .mobile-menu .logoic {
	position: absolute;
	top: 18px;
	left: 15px;
}

.headerMobil .mobile-menu .langMobil {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
}

.headerMobil .mobile-menu .langMobil ul li {
	float: left;
	margin: 0px 10px;
}

.headerMobil .mobile-menu .langMobil ul li a {
	color: #000;
}

.headerMobil .mobile-menu .MobilSosyal {
	position: absolute;
	bottom: 70px;
	left: 50%;
	transform: translateX(-50%);
}

.headerMobil .mobile-menu .MobilSosyal ul li {
	float: left;
	margin: 0px 10px;
}

.headerMobil .mobile-menu .MobilSosyal ul li a {
	color: #fff;
}

.headerMobil a {
	text-decoration: none;
}

.headerMobil .main-menu {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media (min-width: 1024px) {
	.headerMobil .main-menu {
		width: 600px;
		margin: 0 auto;
	}
}

.headerMobil .main-menu__item {
	padding: 0;
	display: block;
	position: relative;
}

@media (min-width: 1024px) {
	.headerMobil .main-menu__item {
		float: left;
		display: block;
	}
}

.headerMobil .main-menu__link {
	border-bottom: 0;
	color: #000;
	display: block;
	padding: 9px;
	position: relative;
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 20px;
}

@media (min-width: 1024px) {
	.headerMobil .main-menu__link {
		float: left;
		color: black;
	}
}

.headerMobil .main-menu__link:hover,
.headerMobil .main-menu__link:focus,
.headerMobil .main-menu__link:active {
	border-bottom: 0;
	background: black;
	color: white;
}

.headerMobil .open-button {
	width: 30px;
	height: 30px;
	transform: rotate(0deg);
	transition: .5s ease-in-out;
	position: absolute;
	cursor: pointer;
	border-bottom: 0;
	top: 50px;
	right: 15px;
	z-index: 9999;
	border-bottom: 0;
	top: 30px;
}

@media (min-width: 1024px) {
	.headerMobil .open-button {
		display: none;
	}
}

.headerMobil .open-button:hover {
	border-bottom: 0;
}

.headerMobil .open-button span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #000;
	border-radius: 2px;
	opacity: 1;
	left: 0;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
}

.headerMobil .open-button span:nth-child(1) {
	top: 0px;
	transform-origin: left center;
}

.headerMobil .open-button span:nth-child(2) {
	top: 10px;
	transform-origin: left center;
}

.headerMobil .open-button span:nth-child(3) {
	top: 20px;
	transform-origin: left center;
}

.headerMobil .open-button.open span:nth-child(1) {
	transform: rotate(45deg);
	top: -3px;
	left: 8px;
}

.headerMobil .open-button.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}

.headerMobil .open-button.open span:nth-child(3) {
	transform: rotate(-45deg);
	top: 19px;
	left: 8px;
}

.homeUrunler .right ul li a img {
	height: auto !important;
	/* width: 100% !important; */
	opacity: .8;
	transition: .3s;
}

#urunSlider {
	position: relative !important;
}

#urunSlider .owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) !important;
}

#urunSlider .owl-nav .owl-prev {
	left: -60px;
}

#urunSlider .owl-nav .owl-next {
	right: -60px;
}

#urunSlider .owl-nav button {
	position: absolute;
	color: #000;
	border: 1px solid #000;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 30px;
}

#urunSlider .owl-nav button:hover {
	background: #000;
	color: #fff;
}



#hizSlider {
	position: relative !important;
}

#hizSlider .owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) !important;
}

#hizSlider .owl-nav .owl-prev {
	left: -60px;
}

#hizSlider .owl-nav .owl-next {
	right: -60px;
}

#hizSlider .owl-nav button {
	position: absolute;
	color: #000;
	border: 1px solid #000;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 30px;
}

#hizSlider .owl-nav button:hover {
	background: #000;
	color: #fff;
}



#tekUrunSlide {
	position: relative !important;
}

#tekUrunSlide .owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) !important;
}

#tekUrunSlide .owl-nav .owl-prev {
	left: 0;
}

#tekUrunSlide .owl-nav .owl-next {
	right: 0;
}

#tekUrunSlide .owl-nav button {
	position: absolute;
	color: #000;
	border: 1px solid #000;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 30px;
}

#tekUrunSlide .owl-nav button:hover {
	background: #000;
	color: #fff;
}

.urunlerDETAY ul {
	width: 100% !important;
	font-size: 14px;
	margin: 10px 0;
	padding: 0;
	margin-bottom: 15px
}

.urunlerDETAY ul li {
	background: #a5a5a5;
	color: #404040;
	padding:7px 10px;
}
.urunlerDETAY ul li::before {
	content: '-';
	display: inline-block;
	padding-right: 5px;
}
.urunlerDETAY ul li:nth-child(odd) {
	background: #cecece;
}

.ileisimPAGE {
	display: table;
	width: 100%;
	padding: 0px;
	margin-top: -7px;
}

.ileisimPAGE .left {
	background: #bf202f url(../images/telefon.png) no-repeat right bottom;
	padding: 137px 157px;
	width: 50%;
	float: left;
}

.ileisimPAGE .left ul h2 {
	font-size: 28px;
	color: #fff;
}

.ileisimPAGE .left ul li {
	margin-top: 18.8px;
	color: #fff;
	font-size: 14px;
}
.ileisimPAGE .left ul li a {
	color: #fff;
	transition: .3s;
}
.ileisimPAGE .left ul li a:hover {
	text-decoration: underline;
}
.ileisimPAGE .left ul li span {
	/* display: table; */
	/* float: left; */
	/* margin-right: 20px; */
	display: block;
	float: left;
	margin-right: 8px;
	/* margin-top: 3px; */
	font-size: 13px;
	border-radius: 50px;
	width: 25px;
	height: 25px;
	background: #fff;
	color: #bf202f;
	text-align: center;
	line-height: 25px;
}

.ileisimPAGE .right {
	background: #f1f1f1;
	padding: 75px 100px 55px 100px;
	width: 50%;
	float: left;
}

.ileisimPAGE .right h2 {
	font-size: 28px;
	color: #757575;
	margin-bottom: 20px;
}

.ileisimPAGE .right form .form-control {
	background: transparent;
	border-radius: 20px;
	border-color: #b9b9b9;
	padding: 10px;
	font-size: 13px;
	resize: none;
}

.ileisimPAGE .right form textarea.form-control {
	height: 83px;
}

.ileisimPAGE .right form .form-control:focus {
	border-color: #bf202f;
	box-shadow: 0 0 0 0.2rem rgba(19, 99, 79, 0.14);
}

.ileisimPAGE .right form .btn-primary:active,
.ileisimPAGE .right form .btn-primary.active {
	background-color: #333333;
	border-color: #bc912d;
}

.ileisimPAGE .right form button {
	transition: .3s;
	float: right;
	background: #bf202f;
	border-color: #bf202f;
	color: #fff;
	font-weight: 500;
	padding: 6px 12px;
	border-radius: 20px;
	/* border-radius: 0px; */
}

.ileisimPAGE .right form button:focus {
	box-shadow: 0 0 0 0.2rem rgba(188, 145, 45, 0.25);
}

.ileisimPAGE .right form button:hover {
	background: transparent !important;
	color: #bf202f;
	border-color: #bf202f !important;
}

@media screen and (max-width: 1500px) {
	.aboutHome .leftText {
		left: -147px;
	}
	.ileisimPAGE .left {
		padding: 137px 157px;
	}
}

@media screen and (max-width: 720px) {
	.bulten input {
		min-width: 100% !important;
	}
	header {
		display: none;
	}
	.aboutHome {
		padding: 0;
		padding-bottom: 50px;
	}
	.aboutHome:before {
		display: none
	}
	footer {
		text-align: center !important;
		margin-bottom: 30px;
	}
	.footerSocial {
		text-align: center;
		margin-top: 15px;
	}
	.videoOynat {
		position: relative !important;
		display: block !important;
		width: 100%;
		text-align: center;
		transform: translate(0, 0) !important;
		z-index: 2;
		padding: 25px 0;
		background: url('../images/solBg.jpg') no-repeat center center;
		background-size: cover;
		margin-bottom: 15px;
	}
	.aboutHome .leftText {
		display: none;
	}
	.aboutHome .text h2 {
		font-size: 24px;
	}
	.slider #owl-slider .icSlider {
		height: 200px;
		background-size: cover;
	}
	.slider #owl-slider .owl-nav {
		display: none !important;
	}
	.slider #owl-slider .icSlider .text {
		left:20px;

	}
	.slider #owl-slider .icSlider .text b {
		font-size: 15px;
	}

	.slider #owl-slider .icSlider .text h2 {
		font-size: 15px;
		font-weight: 500;

	}
	.slider #owl-slider .icSlider .text span {
		display: none;
	}
	.slider #owl-slider .owl-dots {
		display: none;
	}
	.slider #owl-slider .owl-nav {
		right: 50%;
		transform: translateX(50%;
		);
		bottom: 20%;
	}
	.slider #owl-slider .owl-nav button {
		width: 25px;
		height: 25px;
	}
	#urunSlider .owl-nav .owl-prev {
		left: 0;
	}
	#urunSlider .owl-nav .owl-next {
		right: 0;
	}
	#tekUrunSlide .owl-nav .owl-prev {
		left: 0;
	}
	#tekUrunSlide .owl-nav .owl-next {
		right: 0;
	}
	.homeUrunler .left {
		width: 100%;
		padding: 50px 0;
	}
	.homeUrunler .left h2 {
		font-size: 25px;
		text-align: center;
	}
	.homeUrunler .right {
		width: 100%;
	}
	.homeUrunler .right ul li {
		width: 100%;
	}
	.headerMobil {
		display: block;
	}
	.icBractum .leftimg {
		width: 100%;
		height: auto;
	}
	.icBractum .rightlist {
		width: 100%;
		padding: 65px;
	}
	.icBractum .rightlist ul {
		text-align: center;
		margin: 0 auto;
		float: inherit;
		width: 100%;
	}
	.icBractum .rightlist ul li a {
		text-align: center;
		padding-right: 0;
	}
	.icBractum .trightList ul li {
		padding: 0px !important;
	}
	.aboutPage {
		padding: 30px;
	}
	.aboutPage:before {
		background-repeat: repeat-y;
		opacity: .5;
	}
	.urunlerPage {
		padding-bottom: 0px;
	}
	.urunlerPage ul li {
		width: 100%;
		float: none !important;
		display: block;
		margin-bottom: 15px;
	}
	.urunlerPage ul li:nth-child(odd) {
		background: #dedcdc;
	}
	.urunlerPage ul li:nth-child(even) {
		background: none;
	}
	.urunlerPage .urundetayQP #urundetayimg .owl-nav .owl-prev {
		left: 8px;
	}
	.urunlerPage .urundetayQP #urundetayimg .owl-nav .owl-next {
		right: 8px;
	}
	.urunlerPage .urundetayQP .textDetay {
		padding-left: 0px;
		padding: 30px 0px;
	}
	.urunlerPage .urundetayQP ul li:nth-child(odd) {
		background: none;
	}
	.footerTop h4 {
		text-align: center;
		margin-bottom: 20px;
	}
	.footerTop h4 b {
		margin: 0 auto;
	}
	.footerTop ul {
		top: 0px;
		float: inherit;
		margin: 0 auto;
		display: table;
	}
	.markalarHome .imgg {
		margin-bottom: 20px;
	}
	.haberlerPAGE .textHab {
		/* padding: 0px 30px; */
	}
	.haberlerPAGE .textHab h2 {
		font-size: 23px;
	}
	.ileisimPAGE .left {
		width: 100%;
		padding: 30px;
	}
	.ileisimPAGE .left ul li {
		font-size: 14px;
	}
	.ileisimPAGE .right {
		width: 100%;
		padding: 30px;
		border-bottom: 1px solid #eee;
	}

	#back-to-top {
		bottom: 60px !important;
	}

	.katalogs {
		opacity: 1 !important;
		bottom: 60px !important;
	    display:block;
		left: 40px !important;
		background: #bf202f !important
	}


		.whatsapp2, .mobilePhone {
			position: fixed;
			bottom:0;
			display: block !important;
			width:50%;
			height:50px;
			text-align: center;
			background: #33bb46 !important;
			color:#fff !important;
			font-size: 15px;
			cursor: pointer;
			z-index: 200;
			line-height: 50px;
			font-weight: 500;
		}
		.whatsapp {
			display: none;
		}
		.mobilePhone {
			right:0px !important;
			background:#323840 !important;
		}

}


.whatsapp2, .mobilePhone {
	display: none;
}


.whatsapp, #back-to-top, .katalogs {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 9999;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #212121;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	border: 1px solid transparent;
	text-decoration: none;
	transition: opacity 0.2s ease-out;
	opacity: 0;
	transition: .3s;
	border-radius: 40px;
}
.katalogs {
	opacity: 1 !important;
	bottom: 40px;
    display:block;
	left: 85px;
	background: #bf202f !important
}
.katalogs:hover {
	color:#fff;
	border:1px solid #fff;
}
.whatsapp {
	opacity: 1 !important;
	bottom: 40px;
	left: 40px;
	background: #33bb46 !important
}
.whatsapp:hover {
	color:#fff;
	border:1px solid #fff;
}
#back-to-top:hover {
	background: rgba(44, 41, 49, 1);
	border-color: #fff;
	color: #fff;
}

#back-to-top.show {
	opacity: 1;
}

.textImg {
	width: 100%;
	margin-bottom: 15px;
	border:
}

.refImg {
	background: #f1f1f1;
	padding:5px;
}
.refImg img {width: 100%;}
.digerUrun {
	padding:25px 0;
	width: 100%;
	background: #f1f1f1;
}
.itemsUrun {
	overflow: hidden;
	height: 300px;
}

.itemsUrun img {
    height: 100%;
    width: auto !important;
    margin: 0 auto;
    /* position: relative; */
    /* top: 50%; */
    /* margin-top: -50%; */
}

/* popUp */
.popupSite {
	background:none !important;
	border:none !important;
	position:relative !important;
}
.popupSite button {
	text-shadow: none !important;
	display:block;
	position:absolute;
	right:25px;
	top:25px;
	color:#fff;
	background:#bf232f !important;
	width:35px;
	height:35px;
	opacity:1 !important;
	transition:.3s;
	font-size:20px;
}
.popupSite button:hover {
	background:#fff !important;
	color:#bf232f !important;
	border:1px solid #bf232f !important;
}
.popupSite img{
	width:100%;
}

.icerikEtiket {
	border-top:1px solid #eee;
	margin-top:15px;
	padding:5px 0;
}
.icerikEtiket a {
	display:inline-block;
	font-size:12px;
	padding:7px;
	margin-right:5px;
    margin-top:8px;
	border-radius:4px;
	background:#eee;
	transition:.3s;
}
.icerikEtiket a:hover {
	color:#fff;
	background:#aaa;
}




.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:12px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:0.3em 1em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:140px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{-ms-flex:1;flex:1}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}}.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}



.bText {
	/* padding: 15px 0; */
	padding-top: 8px;
}
.bulten {
    padding:25px 0;
    background: #be1f2e url(../images/bultenBg.jpg) no-repeat left center;
    background-size: cover;
}
.bulten h2 {
    font-size: 30px;
    width: 84%;
    color: #fff;
    /* margin-top: 20px; */
    font-size: 25px;
}
.bulten p {color: #fff;font-size: 17px;}
.bulten h2 b {font-weight: 800;}
.bForm {position: relative;}
.bulten input {
    width:100%;
    padding:25px 15px;
    font-weight: 100;
    color:#fff;
    border:none;
    outline: none;
    background: #ab1a28;
    /* margin-top:14px; */
    min-width: 450px;
    border: 1px solid #cb3e4c;
    font-size: 14px;
}
.bulten input::placeholder {color:#fff;}
.bulten button {
    position: absolute;
    /* top:14px; */
    right:15px;
    padding: 25px 25px;
    border: none;
    outline:none;
    border-left: 1px solid #cb3e4c;
    background: none;
    color: #fff;
    cursor: pointer;
    transition: .3s;
}
.bulten button:hover {
	color: #be1f2e;
	background: #fff;
}



.hizmetGorsel a {display: block;height: 122px;padding: 5px;background: #eee;overflow: hidden;}
.hizmetGorsel a img {
	display: block;
	max-width: 100%;
	height: 100%;
	margin: 0 auto;
	object-fit: contain;
}



 .hakkimizdaResim {
     position:relative;
     width:100%;
     height:450px;
     border-radius: 20px;
}
 .homeHakkimizdaResim:before {
     position: absolute;
    /* content:'';
     */
     width:200px;
     height:200px;
     z-index:1;
     right:-90px;
     top:-100px;
     border:9px solid rgba(0,0,0,.2);
}
 .homeHakkimizdaResim:after {
     position: absolute;
    /* content:'';
     */
     width:100%;
     height:300px;
     left:0;
     top:-4%;
     -webkit-border-bottom-right-radius: 20px;
     -moz-border-radius-bottomright: 20px;
     border-bottom-right-radius: 20px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#52586c+0,9ca4be+100 */
     background: rgb(82,88,108);
    /* Old browsers */
     background: -moz-linear-gradient(top, rgba(82,88,108,1) 0%, rgba(156,164,190,1) 100%);
    /* FF3.6-15 */
     background: -webkit-linear-gradient(top, rgba(82,88,108,1) 0%,rgba(156,164,190,1) 100%);
    /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(to bottom, rgba(82,88,108,1) 0%,rgba(156,164,190,1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52586c', endColorstr='#9ca4be',GradientType=0 );
    /* IE6-9 */
}


.owl-hakkimizdaSlider .owl-nav {
     position: absolute;
     bottom: 80px;

     width: 100%;
}
 .owl-hakkimizdaSlider .owl-nav .owl-prev {
     right: 85px;
}
 .owl-hakkimizdaSlider .owl-nav .owl-next {
     right: 20px;
}
 .owl-hakkimizdaSlider .owl-nav button {
     position: absolute;
     color: #fff !important;
     background: rgba(0, 0, 0, 0.5) !important;
     width: 50px;
     height: 50px;
     text-align: center;
     border-radius: 7px;
     font-size: 12px;
     transition: .3s;
}
 .owl-hakkimizdaSlider  .owl-nav button:hover {
     background: #115c51 !important;
     color: #fff !important;
}


 .owl-hakkimizdaSlider .owl-dots {
     display: none;
}
 .owl-hakkimizdaSlider .owl-dots .owl-dot {
    display:inline-block;
     padding:0px;
}
 .owl-hakkimizdaSlider .owl-dots .owl-dot span {
     width:13px;
     height:13px;
     background:#848a9f;
     position:relative;
     margin: 0px 3px;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 .owl-hakkimizdaSlider .owl-dots .owl-dot:hover span {
    background:#fff;
}
 .owl-hakkimizdaSlider .owl-dots .owl-dot.active span {
    background:#fff;
}
