:root {
	--blue2: #203864;
	--blue: #85C1E9;
}

.fa {
	color: var(--blue);
}

html {
	overflow-x: hidden;
}

body {
	/*font-family: 'Helvetica Neue LT Pro', sans-serif;*/
	font-family: 'Montserrat', sans-serif;
	/*font-family: 'Raleway', sans-serif;*/
	padding: 0px !important;
	overflow-x: hidden;
}
section .container {
	padding: 50px 150px 25px !important;
	margin: auto;
	overflow-x: hidden;
}
@media (max-width: 992px) {
	section .container {
		padding: 0px !important;
		/*margin-top: -50px;*/
	}
}
hr {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 0;
	border-top: 2px solid var(--blue);
}
.btn-primary {
	background: var(--blue);
	border: none;
}
.link {
	color: inherit;
	text-decoration: none;
}

.link {
	background:
	linear-gradient(
		to right,
		rgba(32, 56, 100, 1),
		rgba(32, 56, 100, 1)
	),
	linear-gradient(
		to right,
		rgba(133, 193, 233, 1),
		rgba(133, 193, 233, 1),
		rgba(133, 193, 233, 1)
	);
	background-size: 100% 3px, 0 3px;
	background-position: 100% 100%, 0 100%;
	background-repeat: no-repeat;
	transition: background-size 400ms;
}

.link:hover {
	background-size: 0 3px, 100% 3px;
}

.header {
	max-width: 1125px;
	width: 100%;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	/*padding: 0 450px;*/
}
@media (max-width: 992px) {
	.header {
		padding: 0px;
	}
}

.header-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 0 0;
}
@media (max-width: 992px) {
	.header-top {
		display: none;
		/*background-color: var(--blue);
		padding: 20px 15px 10px;*/
	}
}
.navbar-expand-lg {
	padding: 10px 0 0 0 !important;
}
@media (max-width: 992px) {
	.navbar-expand-lg {
		padding: 10px !important;
	}
}

.navbar-toggler {
	border: none;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
	outline: none;
	box-shadow: none;
}
/*.navbar-toggler {
	display: none;
}
@media (max-width: 768px) {
	.navbar-toggler {
		display: block;
		color: #000 !important;
	}
}*/
.header-bottom {
	align-items: center;
	padding: 5px 0;
}
.header-divider {
	height: 25px;
	width: 100%;
	background-color: var(--blue);
}
footer .header-divider {
	margin-top: -20px;
	height: 25px;
	width: 100%;
	background-color: var(--blue);
}

.logo img {
	height: 42px;
}
.logo a {
	color: var(--blue);
	font-size: 18px;
	font-weight: normal;
	font-family: "Gotham", sans-serif;
	margin: 0;
}
.logo span {
	color: #E85E1F;
}
.logo a {
	text-decoration: none;
}

.nav-item {
	margin-right: 20px;
	font-family: 'Helvetica Neue LT Pro', sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.nav-item .active {
	color: #214486 !important;
	/*color: #028F33 !important;*/
	font-weight: bold;
}
.dropdown-menu {
	padding: 0;
	border-radius: 0;
}
.dropdown-item {
	font-size: 13px;
	font-weight: normal;
	border-bottom: 1px solid #f1f1f1;
	border-left: 5px solid var(--blue);
	height: 2.5rem;
	display: flex;
	align-items: center;
}
/*.dropdown-menu li:nth-child(1) a {
	border-left: 5px solid red;
}
.dropdown-menu li:nth-child(2) a {
	border-left: 5px solid blue;
}
.dropdown-menu li:nth-child(3) a {
	border-left: 5px solid green;
}
.dropdown-menu li:last-child a {
	border-bottom: none
}*/

.menu ul{
	width:550px;
	margin-bottom:20px;
	overflow:hidden;
}

.menu li{
	line-height:1.5em;
	float:left;
	display:inline;
	color: #fff;
	overflow:hidden;

}
.menu li a{
	line-height:1.5em;
	float:left;
	text-decoration: none;
	overflow:hidden;
}
.menu #double li { width:50%;}
@media (max-width: 992px) {
	.menu ul,
	.menu #double li { width:100%;}
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.dropdown-menu li{ position: relative; 	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
		margin-top: 7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{ display: block; }
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
	.dropdown-menu .dropdown-menu{
		margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
	}
}	
/* ============ small devices .end// ============ */

.languages {
	margin-left: auto;
}

.slider {
	position: relative;
	background-image: url("../img/slider/slider-bg.jpg");
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}
@media (max-width: 992px) {
	.slider {
		position: relative;
		background-image: none;
		background-color: #fff;
	}
}	
/*.slider:after {
	width: 100%;
	height: 9px;
	background: linear-gradient(180deg, #f8f8f8, transparent);
	position: absolute;
	top: 0;
	left: 0;
}*/
/*.slider::before {
	content: "";
	background-image: url("../img/slider/slider-bg.jpg");
	background-size: cover;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	opacity: 0.4;
}*/

.slider-logo img {
	height: 70px;
	width: auto;
}
@media (max-width: 1500px) {
	.slider-logo {
		left: 50%;
		transform: translate(-50%, -50%);
		bottom: 10px;
		z-index: 5;
	}
	.slider-logo img {
		height: 45px !important;
		width: auto;
	}
}

#sliderSpecLeft {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 150px;
	left: 13% !important;
	bottom: 45%;
	/*padding-left: 25px;*/
	color: var(--blue2);
	/*background-color: rgba(255, 255, 255, 0.5);*/
	background: rgb(255,255,255);
	/*background: linear-gradient(90deg, rgba(230,240,255,0) 0%, rgba(230,240,255,0.8939950980392157) 20%, rgba(230,240,255,1) 100%);*/
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8939950980392157) 20%, rgba(255,255,255,1) 25%);
	width: 40%;
	border-bottom: 7px solid transparent;
	border-image: linear-gradient(to right, transparent 0%, var(--blue2) 25%, var(--blue2) 100%) 0 0 100% 0;

	/*border-bottom: 10px solid var(--blue);*/
	/*border-color: #E85E1F;
    border-style: solid;
    border-width: 0px 0px 0px 10px;
    box-shadow:-10px 0 0 0 #203864;*/  /* iki renkli border kodu */
}
#sliderSpecLeft img {
	height: 55px;
}
@media (max-width: 1500px) {
	#sliderSpecLeft {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: left;
		left: 0px !important;
		top: 0px;
		width: 100%;
		height: 100%;
		border-left: none;
		padding-left: 0px;
		padding: 10px !important;
	}
	.slider-logo {
		position: absolute;
		left: 50%;
		transform: translate(-50%, -50%);
		bottom: 5%;
	}
}

#sliderSpecLeft h1 {
	font-size: 30px;
	font-weight: normal;
	text-transform: uppercase;
}
@media (max-width: 992px) {
	#sliderSpecLeft h1 {
		margin-top: 25px;
	}
}

.slider-img {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	padding-bottom: 20px;
	position: absolute;
	bottom: 0;
	right: 11%;
	width: auto;
	height: 100%;
}
.slider-img img {
	display: block;
	margin: auto;
}

@media (max-width: 2100px) {
	.slider-img img{
		transform: scale(0.75);
	}
}
@media (max-width: 1500px) {
	.slider-img {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		padding-bottom: 90px;
	}
}

@media (max-width: 992px) {
	.slider-img img{
		transform: scale(0.7);
	}
	#imgHigh {
		padding-bottom: 20px;
	}
}	

@media (max-width: 768px) {
	.slider-img img{
		transform: scale(0.65);
	}
	.slider-img {
		padding-bottom: 60px;
	}
}

#products .card,
#about_us .card {
	border: none;
}
#about_us h3 {
	/*color: #111C57;*/
	color: #203864;
	font-weight: normal;
	font-size: 30px;
	margin: 0 !important;
}
@media (max-width: 992px) {
	section {
		transform: scale(0.9);
	}
}

#products h4 {
	text-transform: uppercase;
	font-size: 19px;
	font-weight: normal;
	color: var(--blue2);
}
#products h5 {
	font-size: 17px;
	font-weight: normal;
}
#worldMap h4 {
	text-transform: uppercase;
	font-weight: normal;
	color: var(--blue2);
}
#worldMap img {
	height: 500px;
	width: auto;
	overflow-x: hidden;
}
@media (max-width: 992px) {
	#worldMap img {
		width: 100%;
		height: auto;
	}
}

.centered-box {
	position: relative;
	text-align: center;
}
/*.centered-box img {
	filter: grayscale(30%);
}*/

.centered {
	position: absolute;
	top: 50%;
	left: 25%;
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 100%;
	color: var(--blue);
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-weight: 500;
	font-size: 35px;
	font-weight: bold;
	text-transform: uppercase;
}
@media (max-width: 992px) {
	.centered {
		left: 50%;
		font-size: 25px;
	}
	.card-body {
		/*text-align: center;*/
	}
}

#urunler .card-title {
	text-align: center;
}
#urunler img {
	border: 1px solid rgba(0, 0, 0, 0.1);
}
#urunler .card-body {
	padding: 8px 0px !important;
}
#urunler .card {
	margin-bottom: 2.5rem;
}


/** Page Banner **/

.pageBanner {
	position: relative;
	height: 125px;
	width: 100%;
	background-color: var(--blue);
}
.pageBanner:after {
	width: 100%;
	height: 15px;
	/*background: linear-gradient(180deg, #505050, transparent);*/
	background: linear-gradient(180deg, #fff, transparent);
	position: absolute;
	top: 0;
	left: 0;
}
.pageBanner .container{
	display: flex;
	align-items: center;
	justify-content: space-start;
	padding: 50px 150px 25px !important;
	margin: auto;
}
.pageBanner .page_heading {
	color: var(--blue);
	font-weight: normal;
	font-size: 25px;
	margin: 0;
}
@media (max-width: 992px) {
	.pageBanner .container{
		padding: 0;
		justify-content: center;
	}
}

.contact-banner {
	position: relative;
	height: 150px;
	background-image: url("../img/page-banner/contact-banner.jpg");
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
	-webkit-filter: drop-shadow(0px 2px 0px rgba(0, 0, 0, 0.1));
	filter: drop-shadow(0px 2px 0px rgba(0, 0, 0, 0.1));
}

.catalog-banner {
	height: 140px;
	background-image: url("../img/page-banner/catalog-banner.jpg");
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}

.about-banner {
	height: 140px;
	background-image: url("../img/page-banner/about-banner.jpg");
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}

.fsp-banner {
	height: 140px;
	background-image: url("../img/page-banner/fsp-banner.jpg");
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}
@media (max-width: 992px) {
	.fsp-banner h1 {
		color: var(--blue2) !important;
	}
}

.product-banner {
	height: 140px;
	background-image: url("../img/page-banner/product-banner.jpg");
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}
@media (max-width: 992px) {
	.product-banner h1 {
		color: var(--blue2) !important;
	}
}

.loader {
	border: 5px solid #f3f3f3;
	border-radius: 50%;
	border-top: 5px solid #3498db;
	width: 40px;
	height: 40px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.divcenter {
	position: relative !important;
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
}


.owl-stage {
	display: flex;
	align-items: center;
	padding: 15px 0;
}
.owl-item {
	display: flex;
	flex: 1 0 auto;
}
.caption {
	display: flex;
	flex: 1 0 auto;
	flex-direction: column;
}
.flex-text {
	flex-grow: 1
}
.thumbnail {
	display: flex;
	flex-direction: column;
	margin: 0 15px;
}

/**** Catalog ****/

.accordion {
	font-weight: bold;
}
.accordion-body ul {
	list-style-type: none;
}
.accordion i {
	margin-right: 10px;
}
.accordion-header .subButton,
.accordion-button {
	font-weight: 600 !important;
}
.subButton span,
.accordion-button span {
	font-weight: 400 !important;
}
.accordion-button:focus {
	box-shadow: none;
	border-color: rgba(0,0,0,.125);
}
.subButton {
	padding-left: 60px;
}
/*.subButton:before {
	content: "- ";
}*/
.subList {
	padding-left: 50px;
}
.subList li {
	margin-bottom: 10px;
}
.subList li a {
	display: flex;
	align-items: center;
}
.subList span {
	color: #696969;
	font-weight: lighter;
}
.accordion-box {
	padding: 50px 0;
}

@media (max-width: 992px) {
	.subButton {
		padding-left: 10px;
	}
	.subList {
		padding-left: 15px;
	}
	.accordion-box {
		padding: 0;
	}
}

/**** Catalog ****/


/**** Footer ****/

footer {
	background: #295CC9;
}
.footer-distributed{
	background: #295CC9;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	max-width: 1050px;
	margin: auto;
	text-align: left;
	font: bold 14px sans-serif;
	padding: 55px 0;
	color: #fff;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 38%;
	margin: 0;
	padding: 0 40px 0 0;
	line-height: 23px;
}

/* The company logo */

.footer-distributed h3{
	color: #fff;
	/*font: normal 36px 'Open Sans', cursive;*/
	/*font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;*/
	font-family: "Gotham", sans-serif;
	margin: 0;
	font-size: 20px;
	font-weight: normal;
}

.footer-distributed h3 span{
	color:  lightseagreen;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  inherit;
	margin: 10px 0 10px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	font-weight:400;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color: inherit;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 32%;
	margin: 0;
}

.footer-distributed .footer-center i{
	background-color: var(--blue);
	color: #fff !important;
	font-size: 17px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: inherit;
	font-weight:400;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color: inherit;
	text-decoration: none;
}

.footer-distributed .footer-links a:before {
	content: "|";
	font-weight:300;
	font-size: 20px;
	left: 0;
	color: inherit;
	display: inline-block;
	padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
	content: none;
}

/* Footer Right */

.footer-distributed .footer-right{
	width: 29%;
	margin: 0;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color: inherit;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 0 10px;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  inherit;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: inherit;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}

/**** Footer ****/


/** Animasyonlar **/

/***** Slide Left *****/
.slide-left {
	animation: 1s slide-left;
}
@keyframes slide-left {
	from {
		margin-left: 100%;
	}
	to {
		margin-left: 0%;
	}
}

/***** Slide Right *****/
.slide-right {
	animation: 1s slide-right;
}
@keyframes slide-right {
	from {
		margin-right: 100%;
	}
	to {
		margin-right: 0%;
	}
}

/***** Spin *****/
.spin {
	animation-name: spin;
	animation-duration: 2000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear; 
}

@keyframes spin {
	from {
		transform:rotate(0deg);
	}
	to {
		transform:rotate(360deg);
	}
}

/***** Fade In *****/
.fade-in {
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 1s;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.carousel-indicators {
	margin-bottom: -30px !important;
}

.carousel-indicators button {
	background-color: #85C1E9 !important;
}

@media (max-width: 992px) {
	.carousel-indicators {
		margin-bottom: -23px !important;
	}
}	

.g-map {
	margin-bottom: -8px;
}


/** language **/

@media (max-width: 992px) {
	#languageLg {
		display: none !important;
	}
}

.language {
	/*position: relative;*/
	/*display: inline-block;*/
	display: flex;
	align-items: center;
	/*top: -1px;*/
	margin-left: auto;
}

.language ul li,
.language a {
	text-decoration: none;
	color: #595959;
	font-size: 12px !important;
}

.language > a .icon{
	display: none;
}

.language .dropdown-toggle {
	position: relative;
	height: auto !important;
	font-size: 14px;
	text-transform: uppercase;
	padding: 3px 10px 3px 25px;
	/*width: 60px;*/
	width: auto;
	border: 1px solid var(--blue);
	/*border-radius: 10px;*/
	display: inline-block;
	font-weight: 400;
	cursor: pointer;
}

.language .dropdown-toggle:before{
	position: absolute;
	content: "\f0dd";
	font-size: 14px;
	color: #b3afaf;
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	top: 0px;
	left: 9px;
}

.language .dropdown-toggle:after{
	display: none;
}

.language .dropdown-menu {
	top: -10% !important;
	left: -75px !important;
	transform: none !important;
	width: 70px;
	min-width: 60px;
	/*border-radius: 10px;*/
	border: none;
	background-color: var(--blue);
	padding: 0px;
}

.language .dropdown-menu > li {
	padding-right: 0px !important;
	margin: 0px !important;
	padding: 0;
	float: none;
	display: block !important;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}

.language .dropdown-menu > li:last-child{
	border-bottom: none;
}

.language .dropdown-menu > li:hover{
	background: rgba(0, 0, 0, 0.1);
}


.language .dropdown-menu > li > a {
	padding: 3px 13px !important;
	line-height: 24px;
	font-size: 15px;
	width: auto;
	height: auto;
	display: block;
	color: #fff !important;
	text-align: left;
	border-radius: 0px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}


@media (max-width: 992px) {
	.specs {
		padding: 50px 0 20px 0 !important;
	}
}

@media (max-width: 992px) {
	#asitProofKanal img {
		width: 95%;
		height: auto;
	}
}

@media (max-width: 992px) {
	#asitProofSalyangoz img {
		width: 95%;
		height: auto;
	}
}

#asitProofSalyangoz_1 img,
#asitProofSalyangoz_2 img {
	width: 95%;
	height: auto;
	margin-bottom: 50px;
}

@media (max-width: 992px) {
	#asitProofSalyangoz_1 img,
	#asitProofSalyangoz_2 img {
		width: 90%;
	}
}