/* ############################## General Styles ############################## */
body {
	font-family: 'Open Sans', sans-serif;
	padding: 0 30px 34px 30px;
}
p,span,a,strong,div{
	font-family: 'Nunito', sans-serif;
}
#popup{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	margin-left: -29px;
	z-index: 9999;
	text-align: center;
}
#popup a{
	height: 100%;
	width: 100%;
	display:block;
}

#popup a img{
	margin-top: 100px;
	height: 76%;
}

.container-fluid {
	max-width: 1364px;
	max-width: 1640px;
}

hr { border-top-color: #707070; }

.min-100 { min-width: 100%; }

/* Buttons */
.btn-primary {
	background-color: #1D1D1B;
	border-color: #afafaf;
}
.btn-primary:hover{
	color: #1D1D1B;
    background-color: #afafaf;
    border-color: #afafaf;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #1D1D1B;
    background-color: #afafaf;
    border-color: #afafaf;
}
.btn-primary.focus, .btn-primary:focus {
    color: #1D1D1B;
    background-color: #afafaf;
    border-color: #afafaf;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.bg-primary { background-color: #00679C !important; }
.bg-info { background-color: #1D1D1B !important; }
.text-info { color: #1D1D1B !important; }

.iframe-wrapper { line-height: 0; }

/* ############################## Header ############################## */
header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	background-color: #FFF;
	/* margin-left: -17px;
    margin-right: -17px; */
	margin-bottom: 120px;
	margin-left: -30px;
	margin-right: -30px;
	padding-right: 10px;
	padding-left: 10px;
}

header .navigation {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header .navigation .logo {
	display: flex;
	margin: 12px 0;
	margin-right: 80px;
}
header .communication {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

/* Nav */
nav ul {
	display: flex;
	margin: 0;
	padding: 0;
}
nav ul li {
	position: relative;
	display: block;
}
/* nav ul li + li { border-left: 1px solid rgba(112, 112, 112, .3); } */
nav ul li .menu-item {
	display: flex;
	align-items: center;
	padding: 0 25px;
}
nav ul li .menu-item span {
	position: relative;
	display: block;
	font-size: 15px;
	color: #171717;
	padding: 20px 5px;
	font-family: 'Nunito', sans-serif;
    font-weight: 700;
}
nav ul li:hover .menu-item,
nav ul li.active .menu-item {
	color: #1D1D1B;
	text-decoration: none;
}
nav ul li .menu-item span:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 22px;
	transform: translate(-50%, 0);
	width: 0;
	height: 3px;
	background-color: #1D1D1B;
	transition: all .3s ease;
}
nav ul li:hover .menu-item span:before,
nav ul li.active .menu-item span:before { width: 100%; }

nav ul li > .megaMenu {
	display: none;
	justify-content: center;
    position: fixed;
    z-index: 90;
    top: 58px;
    left: 0%;
    right: 0%;
    width: 100%;
    background-color: #FFF;
    padding: 15px; 
	max-width: 1205px;
}
/* nav ul li > .megaMenu {
	display: none;
	justify-content: center;
	position: fixed;
	z-index: 90;
	top: 77px;
	left: 0;
	width: 100%;
	background-color: #FFF;
	padding: 15px;
} */
nav ul li > .megaMenu .item {
	width: calc(400px - 30px);
	margin: 15px;
}
nav ul li > .megaMenu .item img {
	width: 100%;
	height: 50vh;
	max-height: 600px;
	object-fit: cover;
}
nav ul li > .megaMenu .item strong {
	display: block;
	padding: 10px 0 0 0;
	font-size: 16px;
	font-weight: bold;
	color: #1D1D1B;
}
nav ul li:hover > .megaMenu { display: flex; }
nav ul li:hover > .megaMenu .item { text-decoration: none; }

/* Social Media */
header .social-media {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 20px;
}
header .social-media a {
	width: 29px;
	height: 29px;
	margin: 0 3px;
}
header .social-media a svg path {
	fill: #C2C2C2;
	transition: all .3s ease;
}
header .social-media a.icon-facebook:hover svg path { fill: #3b5999; }
header .social-media a.icon-twitter:hover svg path { fill: #55acee; }
header .social-media a.icon-instagram:hover svg path { fill: #e4405f; }
header .social-media a.icon-linkedin:hover svg path { fill: #0077B5; }
/* Language */
header .language {
	display: flex;
	align-items: center;
	justify-content: center;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	padding: 0 18px;
}
header .language a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 29px;
	height: 29px;
	background-color: #C2C2C2;
	font-size: 13px;
	color: #FFF;
	border-radius: 50%;
	margin: 0 3px;
	transition: all .3s ease;
}
header .language a.active,
header .language a:hover {
	background-color: #1D1D1B;
	text-decoration: none;
}
/* Contact Us */
header .contact-us {
	font-family: 'Poppins', sans-serif;
	color: #1D1D1B;
	margin-left: 20px;
	white-space: nowrap;
}
header .contact-us a {
	color: #1D1D1B;
	transition: all .3s ease;
}
header .contact-us a:hover {
	color: #00679C;
	text-decoration: none;
}
/* ############################## END: Header ############################## */
/* ############################## Footer ############################## */
footer {
	background: #1D1D1B;
	margin: 0 -15px;
	padding: 15px;
}
footer .footer-bottom {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-top: 60px;
}
footer .footer-bottom .item { padding-right: 15px; }
footer .footer-bottom .item p {
	font-size: 12px;
	font-weight: 400;
	color: #FFF;
	margin-bottom: 7px;
}
footer .footer-bottom .item > strong {
	display: block;
	font-size: 15px;
	font-weight: 900;
	color: #FFF;
	white-space: nowrap;
}
footer .footer-bottom strong a {
	color: rgba(255, 255, 255, 1);
	transition: all .3s ease;
}
footer .footer-bottom strong a:hover {
	text-decoration: none;
	color: rgba(255, 255, 255, .6);
}
footer .footer-top h4 {
	font-size: 15px;
	font-weight: 900;
	color: #FFF;
	margin-bottom: 10px;
}
footer .footer-top ul {
	display: block;
	margin: 0;
	padding: 0;
}
footer .footer-top ul li {
	display: block;
	padding: 6px 0;
}
footer .footer-top ul li a {
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: rgba(255, 255, 255, 1);
	transition: all .3s ease;
}
footer .footer-top ul li a:hover {
	text-decoration: none;
	color: rgba(255, 255, 255, .6);
}
/* ############################## END: Footer ############################## */
.header-background {
    background-image: url('../images/header-background.jpg');
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 200px;
}
.header-background-none {
    display: none;
}
.sticky-top{
	background-color: transparent;
}
.active-header{
	background-color: #FFF !important;
}
.header-mr-btm-none {
    margin-bottom: 0;
}
.header-bg-white{
	background-color: #FFF;
}

/* ############################## Homeslider ############################## */
#homeSlider {
	height: calc(100vh - 145px); 
	margin-bottom: 60px;
}
#homeSlider .slide-prev,
#homeSlider .slide-next {
	display: block;
	position: absolute;
	z-index: 60;
	left: 200px;
	bottom: 350px;
	bottom: 35vh;
	width: 32px;
	height: 57px;
	background-image: url('../images/slider-prev.svg');
	transition: all .3s ease;
	cursor: pointer;
	filter: brightness(0) invert(1);
}

#homeSlider .slide-next {
	left: 260px;
	background-image: url('../images/slider-next.svg');
}
#homeSlider .slide-prev:hover,#homeSlider .slide-next:hover { filter: brightness(1) invert(0);}
#homeSlider .slider-counter {
	position: absolute;
	left: 63px;
	bottom: 30.8vh;
	font-family: 'Poppins', sans-serif;
	font-size: 93px;
	color: #ffffff;
}

.communication-mobile{
	display: none !important;
}
	
#homeSlider .slick-list { height: 100%; }
#homeSlider .slick-list .slick-track { height: 100%; }
#homeSlider .slick-list .slick-track .slick-slide {
	position: relative;
	height: 100%;
}
#homeSlider .slick-list .slick-track .slick-slide img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	outline: none;
	border-radius: 10px;
}
#homeSlider .slick-list .slick-track .slick-slide img:focus{
	outline: none;
}
#homeSlider .slick-list .slick-track .slick-slide .content {
	position: absolute;
	left: 1px;
	top: 0;
	bottom: 0;
	width: 51%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	background-color: rgba(75, 75, 75, 0.7);
	font-family: 'Poppins', sans-serif;
	padding: 63px;
	border-radius: 10px 0 0 10px;
}
#homeSlider .slick-list .slick-track .slick-slide .content strong {
	display: inline-block;
	font-size: 59px;
	line-height: 63px;
	color: #ffffff;
	padding-top: 10vh;
}
#homeSlider .slick-list .slick-track .slick-slide .content span {
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
	margin-top: 35px;

}

.homeSlider-wrapper { position: relative; }
.homeSlider-wrapper .scroll-down {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 30px;
	border: 3px solid #1D1D1B;
	width: 39px;
	height: 67px;
	border-radius: 50px;
}
.homeSlider-wrapper .scroll-down span {
	position: absolute;
	left: 50%;
	top: 8px;
	width: 3px;
	height: 13px;
	background-color: #1D1D1B;
	transform: translate(-50%, 0);
	animation: homeSliderScrollDownButton 1s infinite;

}
@keyframes homeSliderScrollDownButton {
	from {
		top: 8px;
	}
	to {
		top: 33px;
	}
}

.homeSlider-wrapper .catalog {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 63px;
	bottom: 10vh;
	width: 200px;
	height: 75px;
	background-color: #1D1D1B;
	border-radius: 100px;
	padding: 0 43px;
}
.homeSlider-wrapper .catalog strong {
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	color: #1D1D1B;
	line-height: 20px;
}
.homeSlider-wrapper .catalog > span {
	display: block;
}
.homeSlider-wrapper .catalog img {
	height: auto;
	margin-left: -20px;
	max-height: 46px;
}
.homeSlider-wrapper .catalog > span span {
	display: block;
	font-size: 12px;
	line-height: 12px;
	color: #FFF;
}
.homeSlider-wrapper .catalog:hover { text-decoration: none; }
/* ############################## END: Homeslider ############################## */
/* ############################## Section Title ############################## */
.section-title {
	font-family: 'Poppins', sans-serif;
	color: #1D1D1B;
	padding: 50px 0;
}
.section-title .title {
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 13px;
}
.section-title .title strong {
	display: block;
	font-weight: 900;
}
.section-title .desc {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0;
}

/* .section-title.section-title-white { color: #FFF; } */
/* ############################## END: Section Title ############################## */
/* ############################## Home Services ############################## */
.home-services {
	margin: 0 -15px;
	padding: 0 15px;
}
.services {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	padding-bottom: 60px;
}
.services .block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	margin: 0 10px;
}
.services .block .image {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #1D1D1B;
	border-radius: 10px;
	height: 180px;
	margin-bottom: 23px;,
	background-color: rgba(255,255,255,0);
	transition: all .3s ease;
}
.services .block:hover .image { background-color: rgba(255,255,255,.2); }
.services .block .image img {
	width: auto;
	height: 70px;
}
.services .block .title {
	font-size: 14px;
	line-height: 18px;
	color: #1D1D1B;
}
/* ############################## END: Home Services ############################## */
/* ############################## Home Brands ############################## */
.brand-logo {
	/*display: flex;
	align-items: center;
	justify-content: space-around;*/
	margin-bottom: 60px;
}
.brand-logo a {
	display: flex;
	align-items: center;
	justify-content: center;
}
.brand-logo a img {
	max-width: 100%;
	height: auto;
}
/* ############################## END: Home Brands ############################## */
/* ############################## Hamburger Menu ############################## */
.hamburgerMenu {
	background-color: transparent;
	border: none;
}
.hamburgerMenu svg {
	width: 30px;
	height: 30px;
	fill: #FFF;
}
.hamburgerMenu svg g path { fill: #4C4C4C; }
/* ############################## END: Hamburger Menu ############################## */
/* ############################## Banner ############################## */
.banner {
	position: relative;
	min-height: 520px;
	margin: 0 -30px;
	padding: 50px 0;
}
.banner .banner-bg-image {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
}
.banner .banner-bg-image img {
	width: 100%;
	height: auto;
}
.banner .banner-content {
	position: relative;
	z-index: 2;
}
/* ############################## END: Banner ############################## */
/* ############################## Breadcrumb ############################## */
.breadcrumb {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background-color: transparent;
	padding: 25px 0;
}
.breadcrumb > * {
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	color: #707070;
	transition: all .3s ease;
	text-decoration: underline;

}
.breadcrumb > * + *:before {
	display: inline-block;
	content: '';
	height: 12px;
	border-left: 1px solid #171717;
	margin: 0 5px;
}
.breadcrumb span {
	font-weight: 600;
	color: #1D1D1B;
	text-decoration: none;

}
.breadcrumb a:hover {
	color: #1D1D1B;
	text-decoration: none;
}
/* ############################## END: Breadcrumb ############################## */
/* ############################## Link Block ############################## */
.link-block-wrapper {
	margin-left: -5px;
	margin-right: -5px;
}
.link-block-wrapper > *[class*='col-'] {
	display: flex;
	align-items: center;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.link-block-wrapper h1 {
	font-size: calc(32px + (59 - 32) * ((100vw - 300px) / (4096 - 300)));
	letter-spacing: -0.03em;
	font-weight: 900;
	color: #1D1D1B;
}
.link-block {
	display: flex;
	align-items: center;
	background-color: #1D1D1B;
	width: 100%;
	height: 100%;
	min-height: 210px;
	transition: all .3s ease;
}
.link-block span {
	display: block;
	font-size: 22px;
	font-weight: 900;
	line-height: 26px;
	letter-spacing: -0.02em;
	color: #FFF;
	padding: 7px;
}
.link-block:hover { background-color: #00679C; }
/* ############################## END: Link Block ############################## */
/* ############################## Product Detail ############################## */
.product-detail-image { margin-bottom: 10px; }
.product-detail-image .image-fit { margin: 15px 0; }

.border-link-wrapper {
	display: flex;
	margin: 25px 0;
}
.border-link-wrapper .border-link {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 3px solid #1D1D1B;
	border-radius: 10px;
	margin: 0 10px;
	padding: 16px;
	width: 160px;
	height: 160px;
	background: rgba(0,146,213,0);
	transition: all .3s ease;
}
.border-link-wrapper .border-link:hover {
	text-decoration: none;
	background: rgba(0,146,213,.06);
}
.border-link-wrapper .border-link:first-child { margin-left: 0; }
.border-link-wrapper .border-link .image img {
	width: auto;
	height: 48px;
}
.border-link-wrapper .border-link .title {
	display: block;
	padding-top: 12px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.03em;
}

.product-content { margin-bottom: 30px; }
.product-content h1,
.product-content .h1 {
	font-size: 38px;
	color: #1D1D1B;
	margin: 0 0 20px 0;
}
.product-content p {
	font-size: 14px;
	line-height: 26px;
	color: #333333;
	margin: 0;
}
.product-content table {
	width: 100% !important;
}
/* ############################## END: Product Detail ############################## */
/* ############################## Price Request Form ############################## */
.price-request-form {
	height: 100%;
	padding-left: 45px;
	border-left: 1px solid rgba(112, 112, 112, .5);
}
.price-request-form h4 {
	font-size: 24px;
	font-weight: bold;
}
.price-request-form p { margin-bottom: 10px; }
.price-request-form label {
	display: block;
	font-size: 14px;
	color: #979797;
}
.price-request-form .form-control {
	border-color: #979797;
	border-radius: 0;
}
.price-request-form .btn.btn-primary {
	background-color: #1D1D1B;
	border-radius: 5px;
}
.price-request-form .success-message {
	font-size: 11px;
	font-weight: bold;
	color: #32AB36;
	padding: 20px 0;
}

.price-request-form.price-request-form-vertical {
	border-left: none;
	padding-left: 0;
}
/* ############################## END: Price Request Form ############################## */
/* ############################## Product Detail Slide ############################## */
#productDetailSlide .slider-left,
#productDetailSlide .slider-right {
	position: absolute;
	z-index: 10;
	left: 18px;
	top: 50%;
	width: 47px;
	height: 47px;
	margin-top: -24px;
	cursor: pointer;
}
#productDetailSlide .slider-right {
	left: auto;
	right: 18px;
}
#productDetailSlide .slick-arrow:hover svg g { fill: #1D1D1B; }
#productDetailSlide .slick-arrow:hover svg g path { fill: #FFF; }
/* ############################## END: Product Detail Slide ############################## */
/* ############################## Page Title ############################## */
.page-title h1 {
	font-size: 32px;
	color: #333333;
	margin-bottom: 15px;
}
.page-title p {
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	margin-bottom: 15px;
}
/* ############################## END: Page Title ############################## */
/* ############################## Career ############################## */
.career-wrapper {
	margin-left: -8px;
	margin-right: -8px;
	margin-bottom: 60px;
}
.career-wrapper *[class*='col-'] {
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.career-wrapper .career-box { border: 1px solid rgba(112, 112, 112, .3); }
.career-wrapper .career-box > a[aria-expanded] {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 105px;
	font-size: 20px;
	color: #333;
	text-decoration: none;
	padding: 15px;
}
.career-wrapper .career-box > a[aria-expanded="true"] {
	font-weight: bold;
	color: #1D1D1B;
}
.career-wrapper .collapse-content {
	padding: 34px 24px;
	text-align: center;
}
.career-wrapper .collapse-content p {
	font-size: 15px;
	color: #848484;
}
.career-file-upload {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 52px;
	border: 1px solid #989898;
	border-radius: 5px;
	cursor: pointer;
}
.career-file-upload input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.career-file-upload > span {
	display: flex;
	align-content: center;
	justify-content: center;
}
.career-file-upload > span svg { margin-top: 2px; }
.career-file-upload > span span {
	display: block;
	margin-left: 7px;
}
/* ############################## END: Career ############################## */
/* ############################## Contact ############################## */
address { color: #FFF; }
address > div { margin-bottom: 15px; }
address h6 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
}
address a {
	display: inline-block;
	color: #FFF;
}
address p {
	font-size: 14px;
	margin-bottom: 0;
}
/* ############################## END: Contact ############################## */
/* ############################## Rounded Link ############################## */
.rounded-link {
	display: inline-flex;
	align-items: center;
	height: 55px;
	border-radius: 50px;
	background-color: #1D1D1B;
	padding: 0 30px;
	margin-bottom: 30px;
}
.rounded-link + .rounded-link { margin-left: 15px; }
.rounded-link .image { margin-right: 10px; }
.rounded-link .image img {
	width: auto;
	height: 30px;
}
.rounded-link .title {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
/* ############################## END: Rounded Link ############################## */
/* ############################## References ############################## */
.reference .reference-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -14px;
	padding: 0;
}
.reference .reference-list li {
	display: block;
	width: calc(100% / 5);
	padding: 14px;
}
.reference .reference-list li span {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #C4C4C4;
	padding: 14px 0;
}
.reference .reference-list li:hover span { border-color: #333; }
.reference .reference-list li span img {
	width: auto;
	max-height: 120px;
}
/* ############################## END: References ############################## */
/* ############################## Product Box ############################## */
.product-boxes {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px;
}
.product-boxes .product-box {
	display: block;
	position: relative;
	width: calc(100% / 5);
	padding: 0 8px;
	margin: 15px 0;
}
.product-boxes .product-box .domestic {
	position: absolute;
	z-index: 2;
	right: 16px;
	top: 8px;
}
.product-boxes .product-box .image {
	position: relative;
	display: block;
	width: 100%;
	height: 280px;
	border: 1px solid #1D1D1B;
	background-color: transparent;
	transition: all .3s ease;
	border-radius: 8px;
}
.product-boxes .product-box:hover .image {
	background-color: rgb(80 80 80 / 22%);
}
.product-box:hover{
	color: #5a5a5a;
}
.product-boxes .product-box .image img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.product-boxes .product-box .title {
	display: block;
	font-size: 14px;
	color: #1D1D1B;
	text-align: center;
	padding: 8px;
}
/* ############################## END: Product Box ############################## */
/* ############################## List Why Us ############################## */
.list-why {
	display: block;
	margin: 0;
	padding: 0;
}
.list-why li {
	display: flex;
	padding: 15px 0;
}
.list-why li .icon {
	width: 85px;
}
.list-why li .icon img {
	width: auto;
	height: 75px;
}
.list-why li .text {
	width: 100%;
	border-left: 1px solid #1D1D1B;
	padding-left: 15px;
	margin-left: 15px;
}
.list-why li .text strong {
	display: block;
	font-size: 1.5rem;
	font-weight: 600;
	color: #1D1D1B
}
.list-why li .text small {
	display: block;
	font-size: 1rem;
	font-weight: 500;
	color: #333333;
}
/* ############################## END: List Why Us ############################## */
.bilgi-toplumu-hizmetleri p, .bilgi-toplumu-hizmetleri strong{
	color:white;
}