bayi-il@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');


body {
	background-color: #f1f2f6 ;
	font-family: 'Open Sans', sans-serif;
}

.container {
	max-width: 1050px;
}

.search-h {
	font-size: 26px;
}

#filter {
	margin-bottom: 30px;
	padding: 10px;
}

h1,h2,h3,h4,h5 {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: -2px;
}

a {
	text-decoration: none;
}

.mt-50 {
	margin-top: 50px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.bg-white {
	background: #fff;
}

.tx-right {
	text-align: right;
}

header {
	background: #fff;
	padding: 25px 0;
}

.top-nav ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	align-content: center;
	list-style: none;
	padding: 0;
	margin: 0;
	height: 100%;
}

.top-nav ul li {
	margin-left: 20px;
	font-weight: bold;
	font-size: 15px;
	color: #26282b;
}

.top-nav ul li a {
	color: #26282b;
}

#menu-bar {
	background: #9e1d21;
}

#menu-bar ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding: 19px 0 5px 0;
}

#menu-bar ul li {
	font-size: 13.5px;
	font-weight: 500;
	color: #fff;
	z-index: 1;
}

#menu-bar ul li a {
	color: #fff;
}

.last-bg {
	position: absolute;
	width: 38%;
	right: 0;
	height: 61px;
	background: #9e1d21;
	z-index: 0;
}

#menu-bar ul li:nth-child(7) {
	font-weight: bold;
}

#menu-bar ul li:nth-child(8) {
	font-weight: bold;
}

#slider {
	position: relative;
}

#slider .slide {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
}

#slider .slide h1 {
	font-weight: bold;
	font-size: 60px;
	color: #fff;
	margin-left: -3px;
}

#slider .nunberg-tr {
	background: url(../images/slider/nunberg-tr.jpg);
	height: 650px;
	background-size: contain;
	background-repeat: no-repeat;
}

#slider .nunberg-en {
	background: url(../images/slider/nunberg-en.jpg);
	height: 650px;
	background-size: contain;
	background-repeat: no-repeat;
}

#slider .russia-en {
	background: url(../images/slider/russia-en.jpg);
	height: 650px;
	background-size: contain;
	background-repeat: no-repeat;
}


#slider .russia-tr {
	background: url(../images/slider/russia-tr.jpg);
	height: 650px;
	background-size: contain;
	background-repeat: no-repeat;
}

#slider .slider-3-tr {
	background: url(../images/slider/slider-colombia-tr.jpg);
	height: 650px;
	background-size: contain;
	background-repeat: no-repeat;
}

#slider .slider-3-en {
	background: url(../images/slider/slider-colombia-en.jpg);
	height: 650px;
	background-size: contain;
	background-repeat: no-repeat;
}

#slider .slider-4-tr {
	background: url(../images/slider/slider-milltech-tr.jpg);
	height: 650px;
	background-size: contain;
	background-repeat: no-repeat;
}

#slider .slider-4-en {
	background: url(../images/slider/slider-milltech-en.jpg);
	height: 650px;
	background-size: contain;
	background-repeat: no-repeat;
}

#slider .slide-1-2-en {
	background: url(../images/slider/slide-1-2-en.jpg);
	height: 650px;
}

#slider .slide-1-3-en {
	background: url(../images/slider/slide-1-3-en.jpg);
	height: 650px;
}

#slider .slide-1 {
	background: url(../images/slider/slider-1.jpg);
	height: 600px;
	background-size: cover;
}

#slider .slide-2 {
	background: url(../images/slider/slider-2.jpg);
	height: 600px;
	background-size: cover;
}

#slider .slider-control {
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
	position: absolute;
	top: 50%;
	width: 100%;
}

#slider .slider-control a {
	background: #fff;
	padding: 10px 20px;
	text-align: center;
	color: #112649;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

#slider .slider-control a:hover {
	background: #9e1d21;
	color: #fff;
}

#slider .slider-control .arrow {
	background: #8b8b8b;
	padding: 10px 20px;
	margin-left: 10px;
	font-size: 13px;
	color: #fff;
	cursor: pointer;
	o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

#slider .slider-control .arrow:hover {
	background: #ededed;
	color: #112649;
}

#product {
	background: #0d2245;
	background-image: url(../images/product-bg.jpg);
	background-repeat: no-repeat;
}


#product h2 {
	font-weight: 300;
	line-height: 20px;
	font-size: 30px;
	color: #fff;
	padding-top: 59px;
}

#product h1 {
	font-weight: bold;
	font-size: 50px;
	color: #fff;
}


#product .product-redirect {
display: flex;
flex-direction: column;
width: 300px;
margin-top: 50px;
}

#product .product-redirect a {
	background: #fff;
	font-size: 20px;
	margin-bottom: 10px;
	text-align: center;
	padding: 20px;
	font-size: 17px;
	text-decoration: none;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

#product .product-redirect a i {
	font-size: 30px;
	margin-right: 10px;
}

#product .product-redirect a:nth-child(1) {
	background-color:  #9e1d20;
	color: #fff;
}

#product .product-redirect a:nth-child(1):hover {
	background: #2b4f8c;
  color: #fff;
}

#product .product-redirect a:nth-child(2) {
	background: #e2e2e2;
	color: #112649;
}

#product .product-redirect a:nth-child(2):hover {
	background: #2b4f8c;
  color: #fff;
}

#product .single-product{
	margin-top: -140px;
	position: relative;
	z-index: 99999;
	background: #ffffff;
	padding: 10px;
}

#product .smart-select {
	width: 100%;
	display: flex;
}

#product .product-right a {
	width: 100%;
	background: #7a7a7a;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	padding: 20px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}

#product .product-right .smart-select img {
	height: 35px;
	margin-right: 10px;
}

#product-slider {
	margin: 70px 0 0 0;
}

#product-slider .slider-bg {
	background: #e2e0e0;
	padding: 30px 45px !important;
	display: flex;
	justify-content: center;
}

#product-slider h1 {
	font-weight: 800;
	font-size: 50px;
	color: #000;
	line-height: 30px;
	padding-top: 20px;
}

#product-slider h2 {
	font-weight: 300;
	color: #4b4b4b;
}

#product-slider p {
	color: #2c2c2c;
	font-weight: 300;
	margin-top: 20px;
	font-size: 19px;
	margin-bottom: 85px;
}

#product-slider a {
	color: #9e1d20;
	font-weight: 500;
	text-decoration: none;
}

#company-details {
	margin: 35px 0 70px 0;
}

#company-details .company-profile {
	background: url(../images/company-profile.jpg);
	height: 323px;
	padding: 50px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	align-content: flex-end;
}

#company-details .company-profile a {
	text-decoration: none;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
}

#company-details .network {
	background: url(../images/network.jpg);
	height: 323px;
	padding: 50px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	align-content: flex-end;
}

#company-details .network a {
	text-decoration: none;
	color: #000;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
}

#sectors {
	background: #fff;
	padding: 50px 0;
}

#sectors h1 {
	font-weight: bold;
	color: #2e3747;
	font-size: 35px;
}

#sectors .sectors-arrows {
	display: flex;
	margin-bottom: 100px;
}

#sectors .sector-arrow {
	background: #e0e0e0;
	height: 50px;
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	border-radius: 50%;
	margin-right: 10px;
	margin-top: 20px;
	cursor: pointer;
	o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

#sectors .sector-arrow:hover {
	background: #112649;
	color: #fff;
}

#sectors a {
	color: #06265c;
	font-weight: 500;
	font-size: 15px;
	text-decoration: none;
	o-transition: .5s;
		-ms-transition: .5s;
		-moz-transition: .5s;
		-webkit-transition: .5s;
		transition: .5s;
}

#sectors a:hover {
	color: #9e1d21;
}

#sectors .sector-slider {
	display: flex;
	justify-content: space-between;
}

#sectors .sector-item {
	margin-left: 40px;
	padding: 30px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	align-content: flex-end;
	font-size: 18px;
}


#sectors .otomobil {
	background: url(../images/sectors/otomobil.jpg);
	background-repeat: no-repeat;
	height: 287px;
	width: 100%;
}


#learn-more {
	background: #ffffff;
	padding: 50px 0;
}

#learn-more h1 {
	font-weight: 300;
	color: #353535;
	font-size: 30px;
	line-height: 0;
}

#learn-more .learn-more-title {
	display: flex;
	align-items: center;
	align-content: center;
}

#learn-more .pop {
	background: #d6d6d6;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	margin-top: -4px;
}

#learn-more .box-area {
	display: flex;
	justify-content: space-around;
	flex-direction: row;
	margin-top: 40px;
}

#learn-more .box-area .box:nth-child(1) {
	background: url(../images/learn-1.jpg);
}

#learn-more .box-area .box:nth-child(2) {
	background: url(../images/learn-2.jpg);
}

#learn-more .box-area .box:nth-child(3) {
	background: url(../images/learn-3.jpg);
}

#learn-more .box-area .box:nth-child(4) {
	background: url(../images/saya-grup-rec.jpg);
}

#learn-more .box-area .box {
	width: 25%;
	height: 305px;
	padding: 50px 0 0 30px;
}

#learn-more .box-area .box h2 {
	font-weight: bold;
	font-size: 22px;
	color: #fff;
	margin-bottom: 40px;
}

#learn-more .box-area .box a {
	font-weight: 300;
	color: #b8b6b6;
	text-decoration: none;
}

#breadcrumb {
	width: 100%;
	padding: 75px 0;
	color: #fff;
}

#breadcrumb  a{
	color: #fff;
	text-decoration: none;
	margin-right: 5px;
}

#breadcrumb  span {
	margin-right: 5px;
}

#breadcrumb h1 {
	font-weight: bold;
	font-size: 60px;
}

.about-us {
	background: url(../images/breadcrumbs/about-us.jpg);
}

.franchise {
	background: url(../images/breadcrumbs/franchise.jpg);
}

.news {
	background: url(../images/breadcrumbs/news.jpg);
}

.sectors {
	background: url(../images/breadcrumbs/sectors.jpg);
}

.products {
	background: url(../images/breadcrumbs/products.jpg);
}

.contact {
	background: url(../images/breadcrumbs/contact.jpg);
}

#main-page {
	padding: 50px 0;
}

#main-page ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#main-page ul .nav-title {
	width: 100%;
	background: #cdcdcd;
	padding: 15px 10px;
	border-bottom: solid 1px #f1f2f6;
	text-align: center;
	color: #323232;
	font-weight: bold;
}

#main-page ul a {
	text-decoration: none;
	display: flex;
	justify-content: center;
	font-size: 15px;
	font-weight: 600;
	background: #e2e2e2;
	width: 100%;
	padding: 15px 10px;
	border-bottom: solid 1px #f1f2f6;
	text-align: center;
	color: #323232;
	o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

#main-page ul a:hover {
	background: #cdcdcd;
}

.select-product {
	 margin: 25px 0 0;
	 background: url(../images/select-product.jpg);
	 width: 100%;
	 padding: 25px;
	 height: 210px;
	 color: #fff;
	 font-weight: bold;
	 font-size: 20px;
	 background-size: cover;
}

.network-area {
	 margin: 25px 0;
	 background: url(../images/network-area.jpg);
	 width: 100%;
	 padding: 30px;
	 height: 210px;
	 color: #fff;
	 font-weight: bold;
	 font-size: 20px;
	 background-size: cover;
}

.tech-cat {
	 margin: 25px 0;
	 background: url(../images/tech-cat.jpg);
	 width: 100%;
	 padding: 30px;
	 height: 132px;
	 color: #112649;
	 font-weight: bold;
	 font-size: 18px;
	 background-size: cover;
}

#main-page h3 {
	font-weight: bold;
	color: #112649;
	margin-bottom: 20px;
}

#main-page p {
	font-weight: 300;
	font-size: 17px;
	color: #101010;
	line-height: 35px;
	margin-bottom: 30px;
	text-align: justify;
}

#main-page img {
	margin-bottom: 30px;
}

#career-info {

	margin: 50px 0;

}

#career-info .career-bg {
	background: #fff;
	padding: 50px;
}

#career-info .career-bg p {
	margin-bottom: 30px;
	font-size: 17px;
    color: #101010;
    line-height: 35px;
    margin-bottom: 30px;
}

#career-info h2 {
	color: #06315d;
    font-weight: bold;
    font-size: 30px;
}


#frenchise {
	margin: 50px 0;
}

#frenchise .f-left {
	padding-right: 0;
}

#frenchise .f-right {
	padding-left: 0;
}

#frenchise  .frenchise-form {
	background: #fff;
	padding: 50px;
}

#frenchise  .frenchise-form h4 {
	color: #06315d;
	font-weight: bold;
	font-size: 30px;
}

#frenchise  .frenchise-form p {
	margin-bottom: 50px;
	font-weight: 400;
}

#frenchise .frenchise-form input {
	border: none;
	background: #f3f3f3;
	padding: 10px;
	margin-bottom: 20px;
	font-size: 13px;
	width: 100%;
}

#frenchise .frenchise-form textarea {
	width: 100%;
	background: #f3f3f3;
	padding: 10px;
	border: none;
	font-size: 13px;
	height: 100px;
}

#frenchise .frenchise-form label {
	font-size: 13px;
}

#frenchise .frenchise-form label a {
	font-weight: bold;
	color: #000;
}

#frenchise .frenchise-form button {
	background: #9e1d20;
	font-weight: bold;
	border: none;
	color: #fff;
	padding: 7px 15px;
	font-size: 13px;
}

.frenchise-contact {
	background: #112649;
	padding: 50px;
}

#frenchise  .frenchise-contact h4 {
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 50px;
}

#frenchise  .frenchise-contact .frenchise-item {
	margin-bottom: 40px;
}

#frenchise  .frenchise-contact .frenchise-item h5 {
	font-weight: 300;
	color: #58a3ff;
	letter-spacing: 0.1px
}

#frenchise  .frenchise-contact .frenchise-item a {
	font-weight: 500;
	font-size: 25px;
	color: #fff;
}

#news {
	margin: 50px 0;
}

#news .news-box{
	margin-bottom: 25px;
}

#news .news-title {
	width: 100%;
	background: #cdcdcd;
	font-weight: bold;
	padding: 20px;
}

#news-redirect {
	margin-bottom: 70px;
}

#news-redirect .kit {
	background: #9e1d20;
	padding: 50px;
	color: #fff;
}

#news-redirect .kit h2 {
	font-weight: bold;
}

#news-redirect .kit p {
	font-weight: 300;
	margin: 30px 0;
}

#news-redirect .kit a {
	font-weight: 300;
	padding: 7px 14px;
	background: #dedbdb;
	color: #9e1d20;
}

#news-redirect .rediret-contact {
	background: #1c3052;
	padding: 50px;
	color: #fff;
}

#news-redirect .rediret-contact h2 {
	font-weight: bold;
}

#news-redirect .rediret-contact p {
	font-weight: 300;
	margin: 30px 0;
}

#news-redirect .rediret-contact a {
	font-weight: 300;
	padding: 7px 14px;
	background: #dedbdb;
	color: #1c3052;
}

#sectors-page {
	margin: 50px 0;
}

#sectors-page .sector-head {
	background: url(../images/sector-page/sector-head.jpg);
	width: 100%;
	height: 440px;
	padding: 50px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	align-content: flex-end;
	flex-direction: column;
	color: #fff;
	margin-bottom: 50px;
}

#sectors-page .sector-head h3 {
	font-weight: 300;
	font-size: 25px;
}

#sectors-page .sector-head h1 {
	font-weight: bold;
}

#sectors-page .sector-item {
	width: 100%;
	height: 269px;
	margin-bottom: 20px;
	padding: 30px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	align-content: flex-end;
	flex-direction: column;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}

#sectors-page .petrol {
	background: url(../images/sector-page/petrol.jpg);
}

#sectors-page .gida {
	background: url(../images/sector-page/gida.jpg);
}

#sectors-page .celik {
	background: url(../images/sector-page/celik.jpg);
}

#sectors-page .cimento {
	background: url(../images/sector-page/cimento.jpg);
}

#sectors-page .maden {
	background: url(../images/sector-page/maden.jpg);
}

#sectors-page .su-aritma {
	background: url(../images/sector-page/su-aritma.jpg);
}

#sectors-page .tarim {
	background: url(../images/sector-page/tarim.jpg);
}

#sectors-page .vinc {
	background: url(../images/sector-page/vinc.jpg);
}

#sectors-page .degirmen {
	background: url(../images/sector-page/degirmen.jpg);
}

#sectors-page .tekstil {
	background: url(../images/sector-page/tekstil.jpg);
}

#sectors-page .tasima {
	background: url(../images/sector-page/tasima.jpg);
}

#sectors-page .seramik {
	background: url(../images/sector-page/seramik.jpg);
}

#sectors-page .mermer {
	background: url(../images/sector-page/mermer.jpg);
}

#sectors-page .ambalaj {
	background: url(../images/sector-page/ambalaj.jpg);
}

#sectors .petrol {
	background: url(../images/sector-page/petrol.jpg);
	background-repeat: no-repeat;
	height: 287px;
	width: 100%;
}

#sectors .gida {
	background: url(../images/sector-page/gida.jpg);
	background-repeat: no-repeat;
        height: 287px;
}

#sectors .celik {
	background: url(../images/sector-page/celik.jpg);
	background-repeat: no-repeat;
        height: 287px;
}

#sectors .cimento {
	background: url(../images/sector-page/cimento.jpg);
	background-repeat: no-repeat;
        height: 287px;
}

#sectors .maden {
	background: url(../images/sector-page/maden.jpg);
	background-repeat: no-repeat;
        height: 287px;
}

#sectors .su-aritma {
	background: url(../images/sector-page/su-aritma.jpg);
	background-repeat: no-repeat;
        height: 287px;
}

#sectors .tarim {
	background: url(../images/sector-page/tarim.jpg);
	background-repeat: no-repeat;
        height: 287px;
}

#sectors .vinc {
	background: url(../images/sector-page/vinc.jpg);
	background-repeat: no-repeat;
        height: 287px;
}

#sectors .degirmen {
	background: url(../images/sector-page/degirmen.jpg);
	background-repeat: no-repeat;
        height: 287px;
}

#sectors .tekstil {
	background: url(../images/sector-page/tekstil.jpg);
	background-repeat: no-repeat;
        height: 287px;
}

#sectors .tasima {
	background: url(../images/sector-page/tasima.jpg);
	background-repeat: no-repeat;
        height: 287px;
}

#sectors .seramik {
	background: url(../images/sector-page/seramik.jpg);
	background-repeat: no-repeat;
        height: 287px;
}

#sectors .mermer {
	background: url(../images/sector-page/mermer.jpg);
	background-repeat: no-repeat;
        height: 287px;
}

#sectors .ambalaj {
	background: url(../images/sector-page/ambalaj.jpg);
	background-repeat: no-repeat;
        height: 287px;
}

#products {
	margin: 50px 0;
}

#products .product-image {
	background: #d8d8d8;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	padding: 100px;
}

#products .product-item {
	margin-bottom: 25px;
}

#products .product-desc {
	background: #ffffff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	padding: 30px;
}

#products .product-desc .series {
	font-weight: bold;
	font-size: 20px;
}

#products .product-desc .tags {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

#products .product-desc .tag {
	background: #e9e9e9;
	margin-left: 10px;
	padding: 5px 10px;
}

#products .selected-products {
	background: url(../images/product-page-selected.jpg);
	height: 95%;
	width: 100%;
	margin-bottom: 25px;
	padding: 0 40px;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: column;
	padding-bottom: 30px;
}

#products .selected-products .s-title {
	margin-top: 70px;
}

#products .selected-products .s-title h3 {
	font-weight: bold;
	font-size: 40px;
	margin-bottom: 10px;
}

#products .selected-products .s-title p {
	font-weight: 300;
	font-size: 20px;
}

#products .selected-products a {
	font-weight: bold;
	background: #9e1d20;
	color: #fff;
	padding: 5px 15px;
}

#products a {
	color: #000;
}

#product-detail {
	margin: 50px 0;
}

#product-detail .series-title {
	width: 100%;
	background: #020c1a;
	font-weight: bold;
	padding: 10px 30px;
	font-size: 40px;
	color: #fff;
	text-align: left;
	margin-bottom: 20px;
}

#product-detail .series-type {
	width: 100%;
	background: #3f3f3f;
	font-weight: 600;
	padding: 10px 30px;
	font-size: 33px;
	color: #fff;
	text-align: left;
}

#product-detail .dropdown {
	width: 100%;
	height: 100%;
}

#product-detail .dropdown button {
	width: 100%;
	height: 100%;
	background: #1a3664;
	border: none;
	font-size: 17px;
	font-weight: 300;
}

#product-detail .dropdown button:focus {
	outline: none;
	border: none;
	box-shadow: none;
}

#product-detail .dropdown .btn {
	height: 100%;
	border-radius: 0;
}

#product-detail .dropdown .dropdown-menu {
	width: 100%;
	border-radius: 0;
}

#product-detail  .product-detail-text {
	margin-top: 30px;
}

#product-detail  .product-detail-text h3 {
	font-weight: bold;
	color: #1a3664;
	font-size: 30px;
	margin-bottom: 15px;
}

#product-detail  .product-detail-text p {
    font-weight: 300;
    font-size: 15px;
    color: #101010;
    line-height: 30px;
    margin-bottom: 30px;
}

#product-detail .product-detail-img {
	background: #e3e3e3;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 80px;
}

#product-detail .nav-tabs {
	margin: 50px 0;
	display: flex;
	justify-content: space-between;
	flex-direction: row;

}

#product-detail .nav-tabs .nav-item {
	width: 25%;
	background: #112649;
	color: #fff;
}

#product-detail .nav-tabs .nav-link {
	width: 100%;
	padding: 50px 30px;
	border: none;
	color: #fff;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin: 0;
}

#product-detail .nav-tabs .nav-link img {
	width: 27px;
	margin-right: 10px;
}

#product-detail .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border: none;
}

#product-detail .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	border-radius: 0;
	background: #173362;
}

#product-detail table {
	color: #8b8b8b;
}

#select-tab {
	background: #9e1d20 !important;
}

#product-detail .bg-white {
	padding: 15px;
}

#product-detail .table>:not(:last-child)>:last-child>* {
	border: none;
	font-size: 15px;
	color: #9e1d21;
	background: #f9f9f9;
}

#product-detail .table>:not(caption)>*>* {
	border: none;
	color: #8b8b8b;
	padding: 15px;
}

#product-detail .table-striped>tbody>tr:nth-of-type(odd) {
	background: #ffffff;
}

#product-detail .table-area {
	background: #fff;
	display: flex;
	justify-content: space-between;
	padding: 15px 20px;
}

#product-detail .first-table {
	width: 30%;
}

#product-detail .others-table {
	width: 70%;
	display: flex;
	margin-left: 20px;
}

#product-detail .others-table .table-1, .table-2, .table-3 {
	width: 100%;
	margin-left: 4px;
}

#inner-product-slider {
	margin-bottom: 50px;
}

#inner-product-slider h5 {
	font-weight: bold;
	color: #1a3664;
	font-size: 30px;
	border-left: solid 10px #1a3664;
	padding-left: 15px;
}

#inner-product-slider a {
	color: #1a3664;
}

.inner-slider {
	margin-top: 50px;
}

.inner-slider .slider-img {
	background: #dadada;
	padding: 50px;
}

.inner-slider .slider-desc {
	background: #ffffff;
	padding: 20px;
	font-weight: bold;
	font-size: 17px;
}

.inner-slider  .slider-item {
	margin-left: 10px;
}

#contact {
	margin: 50px 0;
}

#contact .contact-box {
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: column;
	padding: 50px;
	text-align: center;
	height: 100%;
}

#contact .contact-box .contact-title {
	margin: 20px 0;
}

#contact .contact-box a {
	color: #45515b;
	font-weight: bold;
}

#contact-area {
	margin-bottom: 50px;
}

#contact-area .map {
	height: 100%;
}

#contact-area  .contact-form {
	background: #fff;
	padding: 50px;
}

#contact-area  .contact-form h4 {
	color: #5e6060;
	font-weight: bold;
	font-size: 30px;
}

#contact-area  .contact-form p {
	margin-bottom: 50px;
	font-weight: 400;
}

#contact-area .contact-form input {
	border: none;
	background: #f3f3f3;
	padding: 10px;
	margin-bottom: 20px;
	font-size: 13px;
	width: 100%;
}

#contact-area .contact-form select {
	border: none;
	background: #f3f3f3;
	padding: 10px;
	margin-bottom: 20px;
	font-size: 13px;
	width: 100%;
}


#contact-area .contact-form textarea {
	width: 100%;
	background: #f3f3f3;
	padding: 10px;
	border: none;
	font-size: 13px;
	height: 100px;
}

#contact-area .contact-form label {
	font-size: 13px;
}

#contact-area .contact-form label a {
	font-weight: bold;
	color: #000;
}

#contact-area .contact-form button {
	background: #9e1d20;
	font-weight: bold;
	border: none;
	color: #fff;
	padding: 7px 15px;
	font-size: 13px;
}

#contact-bottom {
	margin-bottom: 50px;
}

#contact-bottom h5 {
	font-weight: bold;
	color: #414141;
	border-bottom: solid 2px #414141;
	padding-bottom: 15px;
	margin-bottom: 35px;
}

#contact-bottom .contact-list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	margin-bottom: 10px;
}

#contact-bottom .contact-list .contact-icon {
	background: #fff;
	margin-right: 10px;
	height: 20px;
	width: 20px;
	font-weight: 300;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}

#contact-bottom .contact-list .contact-list-item {
	font-size: 15.5px;
	color: #707070;
}

#contact-bottom .contact-list .contact-list-item a {
	color: #707070;
}

#contact-bottom .contact-redirect-buttons {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

#contact-bottom .contact-redirect-buttons .bayilik-button {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	padding: 30px;
	height: 100%;
	background: #112649;
	color: #fff;
	font-size: 20px;
	font-weight: 300;
}

#contact-bottom .contact-redirect-buttons .kariyer-button  {
	background: #9e1d20;
}

.about-companies {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	width: 100%;
}

.about-companies .compaines-item {
	width: auto;
}

.about-companies .compaines-item img {
	width: 100%;
	max-width: 100%;
}

.bayiList {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.bayiList li {
	width: 31%;
}

form #search {
	padding: 15px 0;
	border-radius: 0;
	font-weight: 300;
	border: none;
	border-bottom: solid 1px #000;
	margin-bottom: 30px;
}

form #search:focus {
	outline: none;
	box-shadow: none;
}

/* SLIDER */

@media (max-width: 750px) {
	.bayiList li {
        	width: 100%;
        }
}

@media (min-width: 992px) {
  .slider, .slide {
    height: 80vh;
  }
}

.slide {
  position: relative;
}
.slide .slide__img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (min-width: 992px) {
  .slide .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.slide .slide__img img {
  max-width: 100%;
  height: auto;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  transition: all 1s ease;
}
.slide .slide__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slide .slide__content.slide__content__left {
  left: 15%;
  transform: translate(-15%, -50%);
}
.slide .slide__content.slide__content__right {
  right: 15%;
  left: auto;
  transform: translate(5%, -50%);
}
.slide .slide__content--headings {
  color: #FFF;
}
.slide .slide__content--headings h2 {
  font-size: 4.5rem;
  margin: 10px 0;
}
.slide .slide__content--headings .animated {
  transition: all 0.5s ease;
}
.slide .slide__content--headings .top-title {
  font-family: "Playball", cursive;
  font-size: 2.5rem;
}
.slide .slide__content--headings .title {
  font-size: 3.5rem;
}
.slide .slide__content--headings .button-custom {
  text-decoration: none;
  color: #333;
  padding: 1.2rem 2.5rem;
  font-size: 1.5rem;
}

.slider [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
}

.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button:hover, .simple-dots .slick-dots li button:focus {
  opacity: 1;
}
.simple-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}

.stick-dots .slick-dots li {
  height: 3px;
  width: 50px;
}
.stick-dots .slick-dots li button {
  position: relative;
  background-color: white;
  opacity: 0.25;
  width: 50px;
  height: 3px;
  padding: 0;
}
.stick-dots .slick-dots li button:hover, .stick-dots .slick-dots li button:focus {
  opacity: 1;
}
.stick-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}
.stick-dots .slick-dots li.slick-active button:hover, .stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}

/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
.zoomInImage {
  -webkit-animation-name: zoomInImage;
          animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
          animation-name: zoomOutImage;
}

.slick-nav {
  --active: #fff;
  --border: rgba(255, 255, 255, .12);
  width: 44px;
  height: 44px;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 44px);
}
.slick-nav.prev-arrow {
  left: 3%;
  transform: scaleX(-1);
  z-index: 999;
}
.slick-nav.next-arrow {
  left: auto;
  right: 3%;
}
.slick-nav i {
  display: block;
  position: absolute;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
}
.slick-nav i:before, .slick-nav i:after {
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--active);
  margin: -1px 0 0 -5px;
  display: block;
  transform-origin: 9px 50%;
}
.slick-nav i:before {
  transform: rotate(-40deg);
}
.slick-nav i:after {
  transform: rotate(40deg);
}
.slick-nav:before, .slick-nav:after {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 50%;
  border: 2px solid var(--border);
}
.slick-nav svg {
  width: 44px;
  height: 44px;
  display: block;
  position: relative;
  z-index: 1;
  color: var(--active);
  stroke-width: 2px;
  stroke-dashoffset: 126;
  stroke-dasharray: 126 126 0;
  transform: rotate(0deg);
}
.slick-nav.animate svg {
  -webkit-animation: stroke 1s ease forwards 0.3s;
          animation: stroke 1s ease forwards 0.3s;
}
.slick-nav.animate i {
  -webkit-animation: arrow 1.6s ease forwards;
          animation: arrow 1.6s ease forwards;
}
.slick-nav.animate i:before {
  -webkit-animation: arrowUp 1.6s ease forwards;
          animation: arrowUp 1.6s ease forwards;
}
.slick-nav.animate i:after {
  -webkit-animation: arrowDown 1.6s ease forwards;
          animation: arrowDown 1.6s ease forwards;
}

@-webkit-keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }
  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }
  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}

@keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }
  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }
  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}
@-webkit-keyframes arrow {
  0%, 100% {
    transform: translateX(0);
    opacity: 1;
  }
  23% {
    transform: translateX(17px);
    opacity: 1;
  }
  24%, 80% {
    transform: translateX(-22px);
    opacity: 0;
  }
  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}
@keyframes arrow {
  0%, 100% {
    transform: translateX(0);
    opacity: 1;
  }
  23% {
    transform: translateX(17px);
    opacity: 1;
  }
  24%, 80% {
    transform: translateX(-22px);
    opacity: 0;
  }
  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}
@-webkit-keyframes arrowUp {
  0%, 100% {
    transform: rotate(-40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@keyframes arrowUp {
  0%, 100% {
    transform: rotate(-40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@-webkit-keyframes arrowDown {
  0%, 100% {
    transform: rotate(40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@keyframes arrowDown {
  0%, 100% {
    transform: rotate(40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}


.file-upload {
	position: relative;
	display: inline-block;
	font-weight: bold;
	width: 100%;
	margin: 13px 0;
}

.file-upload__label {
  display: block;
  color: #fff;
  padding: 40.5px 21px;
  background: #112649;
  border-radius: 0;
  font-size: 17px !important;
  line-height: 18px;
  width: 100%;
  text-align: center;
}

.file-upload__label span {
	font-size: 12px;
	color: #fff;
	font-weight: 300;
}

.upload-icon {
	position: absolute;
	top: 0;
	right: -43px;
}

.file-upload__input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 1;
    width:0;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    width: 100%;
}

.file-upload__input:hover {
	background: #000;
}

#bayilerimiz {
	margin: 50px 0;
}

.bayi-item {
	background: #112649;
	color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
	flex-direction: column;
	padding: 20px;
	margin-bottom: 30px;
}

.bayi-item .bayi-title {
	font-weight: bold;
	font-size: 17px;
	text-align: center;
}

.bayi-item .bayi-il {
	font-size: 14px;
	margin-bottom: 10px;
}

.bayi-item .bayi-adres {
	font-size: 12px;
	text-align: center;
	height: 60px;
}

.bayi-item .bayi-e-posta a {
	color: #fff;
	font-weight: bold;
	font-size: 13px;
}

.bayi-item .bayi-tel a {
	color: #fff;
	font-weight: bold;
	font-size: 13px;
}

.yonetim-area {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.yonetim-box {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: column;
	margin-right: 10px;
	margin-bottom: 10px;
	border: solid 1px #bbbbbb;
	padding: 20px;
	width: 32%;
}

.yonetim-box a {
	text-align: center;
	color: #000;
}


.yonetim-box .name {
	font-weight: bold;
	font-size: 16px;
}

.yonetim-box .title {
	color: #9e1d21;
	font-size: 14px;
}

/* CHECKBOX */
.styled-checkbox {
  position: absolute;
  opacity: 0;
	width: auto !important;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 15px;
  height: 15px;
  border: solid 1px #afafaf;
}
.styled-checkbox:hover + label:before {
  background: #9e1d21;
	border-color: #9e1d21;
}

.styled-checkbox:checked + label:before {
  background: #9e1d21;
	border-color: #9e1d21;
}

/* CONSTRUCTON */
.construction {
	padding: 70px 0;
}
.construction h2 {
	font-weight: bold;
	font-size: 25px;
	color: #9e1d21;
}

.construction p {
	margin: 20px 0;
	margin-bottom: 30px;
}

.construction a {
	padding: 10px 25px;
	width: 130px;
	color: #fff !important;
	background: #112649;
}

.construction .back{
	background: #9e1d21;
}

.kvkk-page h2 {
	font-size: 19px;
	font-weight: bold;
}

.kvkk-page .top-kvkk {
	text-align: center;
}

.kvkk-page a {
	color: #000;
	font-weight: bold;
	font-size: 15px;
	text-decoration: underline;
}

.kvkk-page h1 {
	font-size: 23px;
	font-weight: bold;
}

.tech-docs {
	margin: 20px 0;
	padding: 15px;
	background: #dadce0;
	border: solid thin #9e1d214d;
}

.tech-docs h5 {
	font-weight: bold;
	color: #9e1d21;
	margin-top: 10px;
	font-size: 15px;
	letter-spacing: 0;
}

.tech-docs p {
	margin: 0;
	color: #112649;
}

.tech-docs a {
	padding: 0;
	width: auto;
	background: transparent;
}

#tech-docs {
	margin: 50px 0;
}

#tech-docs .tech-docs-box {
	border: solid 2px #000;
	padding: 30px;
	o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	margin-bottom: 20px;
}

#tech-docs .tech-docs-box a {
	color: #000;
}

#tech-docs .tech-docs-box h3 {
	font-weight: 300;
	font-size: 15px;
	color: #000;
	letter-spacing: 0.5px;
}

#tech-docs .tech-docs-box h1 {
	color: #fff;
	font-size: 55px;
	font-weight: bold;
}

#tech-docs .tech-docs-box h2 {
	color: #000;
	font-weight: 300;
	font-size: 31px;
}


#tech-docs .e-series {
	border-color: #36738a;
	background: #66bddd;
}

#tech-docs .e-series:hover {
	border-color: #66bddd;
}

#tech-docs .m-series {
	border-color: #273751;
	background: #758eb5;
}

#tech-docs .m-series:hover {
	border-color: #758eb5;
}

#tech-docs .k-series {
	border-color: #273751;
	background: #1289b4;
}

#tech-docs .k-series:hover {
	border-color: #1289b4;
}

#tech-docs .d-series {
	border-color: #273751;
	background: #899ca6;
}

#tech-docs .d-series:hover {
	border-color: #899ca6;
}

#tech-docs .v-series {
	border-color: #273751;
	background: #9fc2e7;
}

#tech-docs .v-series:hover {
	border-color: #9fc2e7;
}

#product-page {
	margin: 100px 0;
}

#product-page h3 {
	font-weight: bold;
	color: #112649;
	margin-bottom: 20px;
}


#product-page h4 {
	font-weight: bold;
	color: #9e1d21;
	margin-bottom: 20px;
}

.product-images h4 {
	text-align: right;
}

.product-images img {
	margin-bottom: 20px;
	box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.12);
}

.cats {
	margin: 40px 0;
}


.cats .cat-button {
	background: #e74c3c;
	max-width: 100%;
	width: 100%;
	text-align: center;
	padding: 40px;
}

.cats .cat-button a {
	color: #fff;
	font-size: 22px;
	font-weight: 300;
}

.guide .cat-button {
	background: #3498db;
}

.series-tab {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	margin-bottom: 15px;
}

.series-tab a {
	width: 100%;
	text-align: center;
	background: #ededed;
	border-right: 1px solid #b1b1b1;
	border-bottom: 1px solid #b1b1b1;
	border-top: 1px solid #b1b1b1;
	padding: 10px 0;
	color: #000;
	o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.series-tab a:hover {
	background: #9e1d21;
	color: #fff;
}

.series-tab .active {
	background: #9e1d21;
	color: #fff;
}

.series-tab a:first-child {
	border-left: 1px solid #b1b1b1;
}


/* Dropdown */

/* Dropdown Menu*/

.nav-item-dropdown {
  position: relative;
}
.nav-item-dropdown:hover > .dropdown-menu {
  display: block !important;
  opacity: 1;
  height: auto;
  overflow: visible;
}

.dropdown-trigger {
  position: relative;
}
.dropdown-trigger:focus + .dropdown-menu {
  display: block;
  opacity: 1;
}
.dropdown-trigger::after {
content: "›";
  position: absolute;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  transform: rotate(90deg);
  top: -8px;
  right: -19px;
}

.dropdown-menu {
  background-color: #faf7ee;
  display: inline-block !important;
  text-align: right;
  position: absolute;
  top: 40px;
  right: -60px;
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
  width: 190px;
  color: #112649;
  border: none;
  border-radius: 0;
  height: 0;
  overflow: hidden;
}
.dropdown-menu a {
  color: #112649 !important;
}

.dropdown-menu-item {
  cursor: pointer;
  padding: 5px 10px;
  border-bottom: 1px solid #f0f0f0;
  text-align: center;
  height: 43px;
}
.dropdown-menu-item:hover {
  color: #eb272d;
}
/* Dropdown Menu*/
/* Dropdown */

#sss {
	padding: 50px 0;
}

.accordion-item .accordion-button {
	background: #eaeaea;
    color: #00132b;
}

.accordion-item:first-of-type .accordion-button:focus {
	box-shadow: none;
}

.product-info-buts {
	margin-top: 30px;
}

.product-info-buts a {
	background: #2ecc71;
	border-bottom: solid 5px #27ae60;
	color: #fff;
	font-size: 19px;
	padding: 13px 15px 13px 0;
	margin-right: 20px;
}

.product-info-buts i {
	background: #27ae60;
	padding: 15px;
	margin-right: 15px;
}

.product-info-buts a:last-child {
	background: #e67e22;
	border-bottom: solid 5px #d35400;
}
.product-info-buts a:last-child i {
	background: #d35400;
}


.city {
  fill: #CCCCCC;
  fill-opacity: 1;
  stroke:white;
  stroke-opacity: 1;
  stroke-width:0.5;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  cursor: pointer;

}

.city:hover {
  fill: #0033A6;
}

.show-city-name {
  background-color: #fff;
  border-radius: 2px;
  color: #333;
  position: absolute;
  font-family: "trebuchet ms";
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  font-size: 16px;
   border: solid 1px #ccc;
   border-radius: 5px;
}

.show-city-name--active {
  opacity: 1;
  visibility: visible;
}

#TR-01, #TR-03, #TR-06, #TR-16, #TR-54, #TR-26, #TR-27, #TR-31, #TR-33, #TR-34, #TR-35, #TR-46, #TR-38, #TR-41, #TR-42, #TR-53 {
   fill: #0033A6;
}

#bayi-map {
	padding: 40px 0;
}

.networks {
	font-weight: bold;
	font-size: 32px;
	letter-spacing: -1px;
	margin-bottom: 15px;
}


.city {
  fill: #CCCCCC;
  fill-opacity: 1;
  stroke:white;
  stroke-opacity: 1;
  stroke-width:0.5;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  cursor: pointer;
}

.city:hover {

fill: #808080;
   }

.show-city-name {
  background-color: #9e1d21;
  color: #fff;
  position: absolute;
	top: 30px;
  padding: 15px 25px;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
}

.show-city-name--active {
    opacity: 1;
    visibility: visible
  }

.tech-documents {
	margin-bottom: 40px;

}

.tech-documents img {
	border:solid 2px #d4d4d4;
}

.slider-control

/* FOOTER */

footer {
	background: #232323;
	padding: 50px 0;
}


footer .footer-item {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	margin: 20px 0;
}

footer .footer-item .pol-2{
	background: #4f5a68;
	border-radius: 50%;
	width: 17px;
	height: 17px;
	margin-right: 10px;
	margin-top: 4px;
}

footer .footer-item a {
	color: #a2a9b0;
	font-weight: 300;
	text-decoration: none;
}

footer h4 {
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	letter-spacing: 0.1px;
	margin-bottom: 25px;
}

footer ul {
	padding: 0;
	margin: 0;
	color: #fff;
	list-style: none;
	font-weight: 300;
	color: #a2a9b0;
}

footer ul li {
	margin-bottom: 20px;
	font-size: 14px;
}

footer ul li a {
	color: #a2a9b0;
}

footer ul li a:hover {
	color: #ededed;
}

footer ul .selected {
	color: #9e1d20;
}

footer .socials {
	display: flex;
	justify-content: flex-end;
}

footer .socials li {
	background: #fff;
	color: #232323;
	width: 40px;
	height: 40px;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	border-radius: 50%;
	margin-left: 20px;
}

footer .socials li a {
	color: #232323;
}


/* MOBILE MENU */


#nav-toggle {
  position: absolute;
  left: 18px;
  top: 19px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 0;
  height: 3px;
  line-height: 10px;
  width: 42px;
  background: #1f2c4b;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -12px;
}
#nav-toggle span:after {
  bottom: -12px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

.dropdown-menu  a {
	margin-left: 0 }

.nav-list li {
	margin: 0;
}

.laster {
	background: #9e1d21 !important;
}


.mobilize ul {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 9999;
  position: relative;
	display: none;
}
.mobilizeul li {
  float: left;
  position: relative;
}
.mobilize ul li a,
.mobilize ul li a:visited {
  display: block;
  padding: 0 20px;
  line-height: 44px;
  background: #112649;
  border-bottom: solid 1px #3f4650c7;
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
}
.mobilizeul li a:hover,
.mobilize ul li a:visited:hover {
  background: #2581DC;
  color: #ffffff;
}
.mobilizeul li a:not(:only-child):after,
.mobilize ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: '';
}
.mobilize ul li ul li {
  min-width: 190px;
}
.mobilize ul li ul li a {
  padding: 15px;
  line-height: 20px;
}

.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

.mobilize ul li ul a {
	background: #052249 !important;
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 20px;
  right: 0;
  height: 70px;
  width: 70px;
	z-index: 1;
}

/* MOBILE MENU */

@media only screen and (max-width: 1150px) {
	.nav-mobile {
    display: block;
    right: 20px;
    top: 25px;
  }
	.last-bg {
		display: none;
	}
	.top-nav {
		display: none;
	}
	#menu-bar nav {
		display: none;
	}
}

@media only screen and (min-width: 1150px)  {
	.last-bg {
		display: block;
	}
	.top-nav {
		display: block;
	}
}

@media only screen and (max-width: 1415px) {
	.last-bg {
		width: 36%;
	}
}

@media only screen and (max-width: 1000px) {

 .slider-control {
	 display: none !important;
 }
 #product .single-product {
	 margin-top: 0;
 }
 #product .product-redirect {
	 width: 100%;
 }
 #learn-more .box-area {
	 flex-wrap: wrap;
 }
 #learn-more .box-area .box {
	 width: 50%;
 }
 #learn-more .box-area .box h2 {
	 font-size: 20px;
 }
 .tx-right {
	 text-align: left;
 }
 footer .socials {
	 justify-content: flex-start;
 }
 footer .socials li {
	 margin-left: 0;
	 margin-right: 20px;
 }
 #main-page h3 {
	 margin-top: 20px;
 }
 #slider .slide {
	 height: 140px !important;
 }
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

.svg-turkiye-haritasi {
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
}
.svg-turkiye-haritasi svg {
  width: 100%;
  height: auto;
}
.il-isimleri {
  position: absolute;
  z-index: 2;
}
.il-active path{
	fill: #9e1d21 !important;
}
.il-isimleri div {
  font-family: 'Open Sans';
  display: inline-block;
  background: #1094F6;
  color: #fff;
  padding: 8px 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#svg-turkiye-haritasi path {
  cursor: pointer;
  fill: #CCCCCC;
}
#svg-turkiye-haritasi path:hover {
  fill: #1094F6;
}
#guney-kibris {
  pointer-events: none;
}
#fuar-takvimi-row{
	background-color: #f4f4f4;;
	border-bottom: 1px solid #e6e6e6;
}
