#temizle {
	clear: both;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	margin: 0px;
	text-align: left;
	padding: 0;
	overflow-x: hidden;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: #959595;
	line-height: 25px;
}



#wrapper {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

#popup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 40px;
	background: goldenrod;
	border-radius: 5px;
	border: none;
	z-index: 1000;
}

#popup h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-align: center;
	color: white;
}

#popup p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: white;
}

#popup-close {
	position: absolute;
	top: 5px;
	right: 15px;
	cursor: pointer;
	color: white;
}

header {
	position: relative;
	width: 100%;
	height: auto;
	height: 160px;
	padding: 10px 0px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.00);
	box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.0);
	z-index: 9999999 !important;
	transition: all 0.5s ease-in;
}

header>#wrapper>.logo {
	position: relative;
	width: 30%;
	float: left;
	display: block;
	margin-top: 50px;
}

header>#wrapper>.logo img {
	width: 35%;
}

header>#wrapper>.menu>.line {
	position: absolute;
	width: 100%;
	height: 1px;
	background: rgba(229, 228, 239, 1.00);
	bottom: 50%;
	z-index: 1;
}

header>#wrapper>.menu {
	position: relative;
	width: 40%;
	height: 100px;
	float: right;
	display: block;
	text-align: center;
	margin-top: 15px;
}

header>#wrapper>.menu ul {
	list-style: none;
	margin: 25px auto;
}

header>#wrapper>.menu ul li {
	position: relative;
	display: inline-block;
	margin: 0 8px;
	z-index: 2;
}

header>#wrapper>.menu ul li a {
	position: relative;
	width: 100%;
	height: 110px;
	line-height: 120px;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 520;
	color: black;
	text-decoration: none;
	padding: 0px 5px;
	display: block;
}

header>#wrapper>.menu ul li a:hover {
	background: #D9B855;
	color: #fff;
}

header>#wrapper>.menu ul li ul {
	position: absolute;
	visibility: collapse;
	width: 350px;
	left: 0;
	top: 220px;
	background: #A6882E;
	box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
	padding: 15px;
	box-sizing: border-box;
	transition: all 0.2s ease-in;
}

header>#wrapper>.menu ul li ul li {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	margin: 0;
	text-align: left;
}

header>#wrapper>.menu ul li ul li a {
	width: 100%;
	height: auto;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	padding: 5px;
	box-sizing: border-box;
	text-align: left;
	background: none;
	display: block;
	color: #fff;
	border-radius: 5px;
}

header>#wrapper>.menu ul li ul li a:hover {
	background: rgba(255, 255, 255, 1.00);
	color: rgba(0, 0, 0, 1.00);
}

header>#wrapper>.menu li:hover>ul {
	top: 85px;
	visibility: visible;
	transition: all 0.2s ease-in;
}

header>#wrapper>.menu li:hover>a {
	background: #A6882E;
	color: fff;
}

.ust {
	position: absolute;
	width: 100%;
	float: left;
	display: block;
	background: black;
	top: 0px;
}

#ust-phone {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: auto;
	color: #FFFFFF;
	float: left;
	font-size: 16px;
	font-weight: 500;
	margin: 15px auto;
	font-weight: 600;
	border-right: 1px solid #f2f2f2;
	padding-right: 20px;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
}

#ust-phone span {
	font-size: 12px;
	font-weight: 600;
}

#ust-phone img {
	padding-right: 10px;
	max-width: 100%;
	margin-top: -5px;
}

#ust-mail {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: auto;
	color: #FFFFFF;
	float: left;
	font-size: 13px;
	font-weight: 600;
	margin: 15px auto;
	margin-left: 35px;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
}

#ust-mail img {
	padding-right: 10px;
	max-width: 100%;
	margin-top: -5px;
}

#ust-sosyal {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: auto;
	color: #FFFFFF;
	float: right;
	margin: 15px auto;
	z-index: 999;
}

#ust-sosyal a {
	width: auto;
	color: #FFFFFF;
	float: right;
	margin-left: 15px;
	font-size: 16px;
}

#ust-sosyal a:hover {
	width: auto;
	color: #c20604;
	float: right;
	margin-left: 15px;
	font-size: 16px;
}

.carousel-inner h5 {
	position: absolute;
	left: 0;
	bottom: 250px;
	font-size: 28px;
	background-color: #000;
	padding: 10px;
}

.carousel-inner p {
	position: absolute;
	left: 0;
	bottom: 180px;
	font-size: 22px;
	background-color: rgba(0, 0, 0, 0.55);
	padding: 5px;
}

.carousel-inner button {
	position: absolute;
	left: 0;
	bottom: 130px;
	padding: 10px 30px;
	border-radius: 5px;
	border: none;
	background-color: #F2C744;
}

.carousel-inner button a {
	text-decoration: none;
	color: #000;
	font-size: 18px;
	font-family: system-ui;
	font-weight: 400;
}


#ana-orta {
	position: relative;
	display: block;
	width: 100%;
	background: url(../img/point.png) center no-repeat #fafafa;
	height: 525px;
}

#ana-orta>#wrapper>#yarim1 {
	margin-top: 60px;
}

#ana-orta>#wrapper>#yarim2 {
	margin-top: 60px;
}

#title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 36px;
	color: #F2C744;
	line-height: 40px;
	padding-bottom: 20px;
}

#title span {
	color: #D99E32;
}

#ana-orta>#wrapper>#yarim2>.text {
	padding-bottom: 20px;
}

#uclu {
	position: relative;
	display: block;
	box-sizing: border-box;
	float: left;
	width: 32.3%;
	margin: 0.5%;
	color: #1b1b1b;
	font-size: 24px;
	text-align: center;
	cursor: pointer;
}

#uclu img {
	background: #fcfcfc;
	border-radius: 100%;
	padding: 20px;
	-webkit-box-shadow: 1px 0 19px rgba(0, 0, 0, 0.15);
	margin-bottom: 15px;
	transition: all 0.4s ease-in;
}

#uclu span {
	color: #F2C744;
	font-size: 18px;
	font-weight: 700;
	line-height: 25px;
	display: block;
}

#uclu font {
	color: #606062;
	font-size: 14px;
	font-weight: 600;
	line-height: 12px;
	display: block;
}

#uclu:hover img {
	transform: rotate(360deg);
}


#ana-urun {
	position: relative;
	display: block;
	width: 100%;
	background: url(../img/işbirlik.png);
	min-height: 282px;
	background-size: contain;
	background-repeat: no-repeat;
}

#urun-left {
	position: relative;
	display: block;
	width: 25%;
	text-align: center;
	float: left;
}

#urun-left p {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 20px;
}

#title2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: #fff;
	line-height: 40px;
	padding-top: 125px;
	padding-bottom: 20px;
}

#urun-right {
	position: relative;
	display: block;
	width: 60%;
	float: right;
	margin-top: 30px;
}

#buton {
	position: relative;
	display: inline-block;
	color: #FFF;
	background: #18809a;
	padding: 10px 20px;
}

#back-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 22px;
	color: #000;
	padding-bottom: 20px;
}

#pdf {
	position: relative;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 14px;
	width: 100%;
	background: #18809a;
	color: #fff;
	padding: 10px;
	transition: all 0.2s ease-in;
	margin-bottom: 10px;
}

#pdf i {
	float: right;
	font-size: 24px;
}

#pdf:hover {
	background: #000;
}

.product-item {
	position: relative;
	display: block;
	width: 30.3%;
	margin: 1.5%;
	min-height: 250px;
	box-sizing: border-box;
	text-align: center;
	padding: 20px;
	float: left;
	background: #fff;
	box-shadow: 0 21px 120px #ccc;
	transition: all 0.2s ease-in;
	padding-top: 5vh;
	border-radius: 5px;
}

.product-item>#baslik1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 550;
	font-size: 14px;
	color: #000 !important;
	line-height: 20px;
	display: block;
	position: relative;
	float: left;
	width: 100%;
	margin: 20px 0px;
}

#baslik2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #00a1e0;
	line-height: 40px;
	display: block;
	position: relative;
	float: left;
	width: 100%;
	margin: -5px 0px;
}

.product-item>img {

	transition: all 0.2s ease-in;
}

.product-item:hover>img {
	-webkit-transform: scale(0.85);
	transform: scale(0.85);
	transition: all 0.2s ease-in;
}


#banner {
	position: relative;
	width: 100%;
	padding-top: 0px;
	display: block;
}

#product {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100%;
	background-color: #000;
}

#ana-baslik {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: #000;
	line-height: 40px;
	display: block;
	position: relative;
	float: left;
	width: 100%;
	border-left: 10px solid #000;
	padding: 0px 12px;
	margin: 30px 0px;
}

#home-blog-content {
	position: relative;
	width: 33.3%;
	height: 400px;
	float: left;
	background: rgba(255, 255, 255, 1.00);
	border: 1px solid rgba(86, 170, 207, 1.00);
	border-radius: 50px;
	transform: rotate(45deg);
	z-index: 1;
}

#home-blog-content-wrapper {
	position: relative;
	width: 100%;
	height: 400px;
	padding-top: 30px;
	transform: rotate(-45deg);
	text-align: center;
}

#home-about-content {
	position: relative;
	width: 33.3%;
	height: 400px;
	float: left;
	background: url(../img/home-about.html) #4ea0c6 no-repeat center;
	border: 10px solid rgba(255, 255, 255, 1.00);
	border-radius: 50px;
	transform: rotate(45deg);
	margin-top: -50px;
	z-index: 3;
	overflow: hidden;
}

#home-about-content-wrapper {
	position: relative;
	width: 100%;
	height: 400px;
	background-size: 100% 100%;
	padding: 70px 30px 30px 30px;
	transform: rotate(-45deg);
	text-align: center;
}

#home-about-content-wrapper a {
	font-size: 18px;
	font-weight: 500;
	border: 1px solid #FFFFFF;
	border-radius: 30px;
	padding: 10px;
	display: inline-block;
	color: aliceblue;
}

#home-about-content-wrapper a:hover {
	background: #FFFFFF;
	color: #000000;
}

#home-contact-content {
	position: relative;
	width: 33.3%;
	height: 400px;
	float: right;
	background: rgba(255, 255, 255, 1.00);
	border: 1px solid rgba(86, 170, 207, 1.00);
	border-radius: 50px;
	transform: rotate(45deg);
	z-index: 2;
}

#home-contact-content-wrapper {
	position: relative;
	width: 100%;
	height: 400px;
	padding: 50px;
	transform: rotate(-45deg);
	text-align: center;
}

#home-contact-content-wrapper>form>input {
	width: 70%;
	height: 70px;
	float: left;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	background: rgba(86, 170, 207, 1.00);
	padding-left: 15px;
	box-sizing: border-box;
	color: aliceblue;
	border: 0px;
	outline: 0;
}

#home-contact-content-wrapper>form>input::placeholder {
	color: aliceblue;
}

#home-contact-content-wrapper>form>button {
	width: 30%;
	height: 70px;
	float: left;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	background: rgba(86, 170, 207, 1.00);
	box-sizing: border-box;
	color: aliceblue;
	border: 0px;
	outline: 0;
	font-size: 40px;
}

#home-contact-content-wrapper>form>button:hover {
	background: rgba(55, 50, 128, 1.00);
}

#home-contact-content-wrapper>.line {
	width: 100%;
	height: 1px;
	background: rgba(86, 170, 207, 0.20);
	margin: 10px auto;
}

#home-contact-content-wrapper>.customer {
	width: 100%;
	height: auto;
	padding: 10px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 24px;
	color: #000;
	line-height: 24px;
	display: block;
	transition: all 0.2s ease-in;
}

#home-contact-content-wrapper>.customer>span {
	font-weight: 900;
}

#home-contact-content-wrapper>.customer:hover {
	color: #4ea0c6;
	transform: rotate(360deg);
}

#home-product-box {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 120px;
	padding: 30px;
	border: 1px solid #f0f0f0;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}

#home-product-box-title {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 0px;
	padding: 30px;
	border: 1px solid #f0f0f0;
	border-top: 0px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	text-align: center;
}

#takip {
	position: relative;
	float: left;
	text-align: right;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: #b2b2b2;
	margin-top: -20px;
}

#takip a {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #727272;
	text-decoration: none;
}

#takip a:hover {
	color: #333;
}

#page-title {
	position: relative;
	width: 100%;
	height: auto;
	background: url(../img/title-bg.png) no-repeat center;
	padding: 100px 0;
}

#about-box-1 {
	position: relative;
	width: 40%;
	min-height: 360px;
	float: left;
	box-sizing: border-box;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}

#about-box-2 {
	position: relative;
	width: 60%;
	min-height: 360px;
	float: left;
	padding: 25px;
	background: #FFF;
	box-sizing: border-box;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

#about-date {
	position: absolute;
	top: 0;
	left: 0;
	padding: 30px;
	background: #ea0b1a;
	color: #FFF;
	border-bottom-right-radius: 10px;
}

#news-box {
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	padding: 0px;
	margin-bottom: 15px;
	background: #FFF;
	box-sizing: border-box;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: #000;
	text-decoration: none;
	border-left: 3px solid #ea0b1a;
	line-height: 100px;
}

#news-box img {
	height: 100px;
	width: auto;
}

#product-box {
	position: relative;
	width: 24%;
	margin: 0.5%;
	float: left;
	padding: 15px;
	background: #fff;
	transition: all 0.2s ease-in;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	border-radius: 5px;
}

#product-box img {
	width: 100%;
	max-width: 100%;
}

#product-box:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	transition: all 0.2s ease-in;
}

#product-box-2 {
	position: relative;
	width: 32.3%;
	margin: 0.5%;
	float: left;
	padding: 15px;
	background: #fff;
	transition: all 0.2s ease-in;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	border-radius: 5px;
}

#product-box-2 img {
	width: 100%;
	max-width: 100%;
}

#product-box-2:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	transition: all 0.2s ease-in;
}

#product-menu {
	position: relative;
	width: 23%;
	float: left;
	padding: 10px;
	margin: 0;
	background: #D9B855;
}

.left {
	position: absolute;
	left: -25%;
}

.clear {
	display: none;
}

#product-menu ul {
	font-family: 'Montserrat', sans-serif;
	list-style: none;
	padding: 0;
	margin: 0;
}

#product-menu ul li a {
	position: relative;
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	padding: 20px;
	font-weight: 600;
	display: block;
	text-decoration: none;
}

#product-menu ul li a>.hover-arrow {
	position: absolute;
	right: 0px;
	top: 30%;
	color: #56aacf;
	display: none;
	font-size: 28px;
}

#product-menu ul li a:hover>.hover-arrow {
	display: block;
}

#product-menu ul li {
	box-sizing: border-box;
	transition: all 0.2s ease-in;
}

#product-menu ul li:hover {
	border-left: 3px solid #fff;
	transition: all 0.2s ease-in;
}

#product-menu ul li a:hover span {
	display: block;
}

#product-menu ul li.active {
	background: #56aacf;
	transition: all 0.2s ease-in;
	border: 0px;
	border-radius: 5px;
}

#product-menu ul li.active a {
	color: #FFF;
}

#product-menu ul li.active a>.hover-arrow {
	color: #f7f7f7;
	display: block;
	right: -2px;
}

#product-menu ul li:last-child {
	border-bottom: 0px;
}

#product-menu ul li ul li {
	border: 0px solid #CCC;
}

#product-menu ul li ul li a {
	font-size: 13px;
	font-weight: 600;
	padding: 10px;
	padding-left: 50px;
	transition: all 0.2s ease-in;
}

#product-menu ul li ul li a:hover {
	background: #56aacf;
	border-radius: 3px;
	transition: all 0.2s ease-in;
}

#product-menu ul li ul li:hover {
	border: 0px;
}

#product-content {
	position: relative;
	float: right;
	top: 25px;
	width: 73%;
	min-height: 500px;
	background: #f5f5f5;
	border-radius: 5px;
	box-sizing: border-box;
}

#product-content img {
	max-width: 100%;
	height: 125px;
	border-radius: 5px;
}

.text h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 30px;
	color: #D9B855;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


#gri>.text {
	font-size: 14px;
}

#yarim1 {
	position: relative;
	width: 49%;
	float: left;
	margin-bottom: 2%;
	box-sizing: border-box;
}

#yarim1 img {
	margin: 15px;
}

#yarim2 {
	position: relative;
	width: 49%;
	float: right;
	margin-bottom: 2%;
	box-sizing: border-box;
}



#blog {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 415px;
	background: url(../img/blog-bg.jpg) no-repeat top center;
	padding: 20px;
}






#ebulten-bar {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 30px;
	background-color: #001870;
	font-family: 'Open Sans', sans-serif;
	color: #fff !important;
	padding-bottom: 50px;
}

#ebulten-bar #ebulten-icon {
	position: relative;
	display: block;
	width: 528px;
	margin: auto;
	height: auto;
}

#ebulten-bar #ebulten-icon img {
	float: left;
	max-width: 100%;
	margin-top: -80px;
}

#ebulten-bar h1 {
	display: block;
	position: relative;
	text-align: center;
	margin: 0px auto;
	font-size: 30px;
	color: #FFF;
	letter-spacing: -1px;
	padding-bottom: 25px;
	width: 50%;
	z-index: 1;
	font-weight: 800;
	padding-top: 25px;
}

#ebulten-bar p {
	display: block;
	position: relative;
	text-align: left;
	font-size: 14px;
	margin: 0;
	color: #FFF;
	width: 50%;
	z-index: 1;
	float: left;
	padding-left: 200px;
	padding-top: 5px;
	padding-right: 10px;
}

#ebulten-bar form {
	display: block;
	position: relative;
	text-align: left;
	font-size: 14px;
	color: #FFF;
	width: 50%;
	z-index: 1;
	float: right;
	padding-right: 200px;
	padding-left: 10px
}

#ebulten-bar form input {
	display: block;
	position: relative;
	text-align: left;
	font-size: 12px;
	background-color: transparent;
	border: 1px solid #fff;
	line-height: 50px;
	height: 50px;
	width: 100%;
	border-radius: 10px;
	padding-left: 15px;
	outline: 0;
}

#ebulten-bar form button {
	display: block;
	position: absolute;
	background-color: transparent;
	right: 0;
	top: 15px;
	padding-right: 210px;
	border: none;
}

#ebulten-bar form input::placeholder {
	color: #fff;
}

#ebulten-bar h3 {
	display: block;
	position: relative;
	text-align: center;
	margin: 0px auto;
	font-size: 14px;
	width: 17%;
	background-color: #001870;
	z-index: 1;
	font-weight: 800;
	margin-top: 30px;
}

#ebulten-bar #title-line-v {
	width: 100%;
	height: 1px;
	position: absolute;
	display: block;
	background-color: #fff;
	margin-top: -8px;
}

#ebulten-bar h3 a {
	display: inline-block;
	position: relative;
	padding: 0px 10px 0px 5px;
	border-right: 1px solid #b1bdce;
}

#ebulten-bar h3 a:last-child {
	border-right: 0px solid #b1bdce;
}



#footer-top-bar {
	display: block;
	position: relative;
	width: 100%;
	padding: 40px 0px;
	background-color: #F2C744;
	font-family: 'Open Sans', sans-serif;
}

#footer-top-bar #footer-top-box {
	margin-right: 100px;
	margin-left: 100px;
	float: left;
	position: relative;
	display: block;
	text-align: left;
}

#footer-top-bar #footer-top-box h1 {
	margin: 0;
	font-size: 20px;
	font-weight: 900;
	color: #fff;
	width: 100%;
	padding: 0px 0px 5px 0px;
}

#footer-top-bar #footer-top-box a {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	color: #fff !important;
	width: 100%;
	text-decoration: none;
}

#footer-top-bar #footer-top-box .footer-phone {
	transition: .3s ease all;
	display: block;
	position: relative;
	border: 1px solid #fff;
	padding: 15px 30px;
	border-radius: 5px;
	color: #fff !important;
	font-size: 16px;
	font-weight: 400;
}

#footer-top-bar #footer-top-box .footer-phone i {
	padding-right: 10px !important;
}

#footer-top-bar #footer-top-box .footer-phone:hover {
	border: 1px solid #ffd895;
	color: #fff !important;
	background-color: #ffd895;
	font-weight: 400;
}

footer {
	position: relative;
	width: 100%;
	display: block;
	padding: 30px 0px;
}

#footer-left {
	width: 50%;
	float: left;
	text-align: left;
}

#wrapper p span {
	font-size: 15px;
	font-family: 'Montserrat';
	font-weight: 500;
}

#footer-left-top {
	width: 100%;
	float: left;
	text-align: left;
}

#footer-left-top .footer-nav {
	color: #555555 !important;
	margin-right: 10px;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
}

#footer-left-bottom {
	width: 100%;
	float: left;
	text-align: left;
}

#footer-left-bottom p {
	color: #555555;
	font-size: 12px;
	margin-top: 10px;
}

#footer-right {
	width: 20%;
	float: right;
	text-align: right;
	margin-top: 10px;
}







#ebultentxt {
	width: 75%;
	height: 60px;
	background: #464646;
	line-height: 60px;
	padding-left: 10px;
	box-sizing: border-box;
	border: 0px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#ebultengonder {
	border: 0px;
	background: #464646;
	width: 25%;
	float: right;
	box-sizing: border-box;
	text-align: center;
	line-height: 58px;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#ebultengonder:hover {
	background: #f66000;
}

.vticker {
	font-family: 'Montserrat', sans-serif;
	width: 300px;
	margin: 30px auto;
}

.vticker ul {
	padding: 0;
}

.vticker li {
	list-style: none;
	width: 100%;
	display: block;
	position: relative;
	border: none !important;
	min-height: 60px !important;
	padding: 20.5px 0px !important;
}

.vticker li .vticker-date {
	width: 60px;
	height: 60px;
	float: left;
	display: block;
	position: relative;
	background-color: #353080;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
	padding-top: 6px;
	border-radius: 50px;
}

.vticker li .vticker-date span {
	font-size: 24px;
	font-weight: 500;
}

.vticker li a {
	text-decoration: none;
	color: #333 !important;
	float: right;
	text-align: left;
	font-size: 14px;
	width: 235px;
	padding-left: 15px;
	line-height: 22px;
}

.up,
.down {
	background: none;
	border: 0px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	color: #353080 !important;
	border: 1px solid #353080;
	border-radius: 50px;
}

.up:hover,
.down:hover {
	background: #353080;
	color: #fff !important;
	cursor: pointer;
}

.title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 32px;
	color: #000;
	line-height: 35px;
}

.white-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 32px;
	color: #fff;
	line-height: 35px;
}

.white-title2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	line-height: 35px;
}

.text {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
}

.white-text {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	line-height: 24px;
}

.white-text2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #fff;
	line-height: 24px;
	text-align: left;
}

.title2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 32px;
	color: #000;
	line-height: 35px;
}

.title2 span {
	font-weight: 900;
}

.title3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 36px;
	line-height: 35px;
	text-align: center;
}

.title3 span {
	font-weight: 900;
}

.title4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 36px;
	color: #fff;
	line-height: 52px;
	text-align: center;
}

.title4 span {
	font-weight: 900;
}

.style1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 15px;
	color: #000;
	background: #fff;
	width: 100%;
	height: 70px;
	line-height: 70px;
	padding-left: 15px;
	margin-bottom: 5px;
	border: 0px;
	box-sizing: border-box;
	border: 1px solid #f0f0f0;
	outline: none;
}

.style2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 15px;
	color: #000;
	background: #fff;
	width: 100%;
	height: 152px;
	line-height: 25px;
	padding-left: 15px;
	margin-bottom: 1px;
	border: 0px;
	box-sizing: border-box;
	border: 1px solid #f0f0f0;
	outline: none;
}

.buton-form {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 20px;
	color: #fff;
	background: #56aacf;
	width: auto;
	height: 50px;
	line-height: 50px;
	padding: 0px 30px;
	border: 0px;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
}

.buton-form:hover {
	background: #000;
}


#gri {
	position: relative;
	width: 100%;
	padding: 30px 0px;
	background: #f5f5f5;
}

.kapa {
	display: block;
}

.acil {
	display: none;
}

@media only screen and (max-width: 1000px) {
	#wrapper {
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}

	header {
		position: relative;
		width: 100%;
		height: auto;
		height: 100px;
		padding: 10px 0px;
	}

	header>#wrapper>.logo {
		max-width: 40%;
		margin-top: 0px;
	}

	header>#wrapper>.logo img {
		width: auto;
		height: 60px;
		margin-top: 15px;
	}

	header>#wrapper>.menu {
		display: none;
	}

	header>#wrapper>.contact {
		width: 50px;
		height: 50px;
		border-radius: 5px;
		background: rgba(86, 170, 207, 1.00);
		cursor: pointer;
		text-align: center;
		margin-left: 0px;
		transition: all 0.2s ease-in;
	}

	header>#wrapper>.contact:hover {
		transform: rotate(-360deg);
		background: rgba(0, 0, 0, 1.00);
	}

	header>#wrapper>.contact i {
		color: white;
		font-size: 20px;
	}

	header>#wrapper>.contact a {
		line-height: 50px;
	}

	header>#wrapper>.dil {
		margin: 10px auto;
		margin-left: 5px;
		float: right;
		border-radius: 5px;
		display: block;
	}

	header>#wrapper>.dil ul li a:hover {
		border-radius: 5px;
	}

	header>#wrapper>.dil ul li ul li a {
		border-radius: 5px;
	}

	header>#wrapper>.dil li:hover>a {
		border-radius: 0;
	}

	#title {
		font-family: 'Montserrat', sans-serif;
		font-weight: 700;
		font-size: 25px;
		color: #F2C744;
		line-height: 40px;
		padding-bottom: 20px;
	}

	#banner {
		padding-top: 0px;
	}

	#home-blog-content {
		width: 100%;
		height: auto;
		transform: rotate(0deg);
	}

	#home-blog-content-wrapper {
		height: auto;
		padding-bottom: 30px;
		transform: rotate(0deg);
	}

	#home-about-content {
		width: 100%;
		height: auto;
		background: #4ea0c6;
		border: 1px solid rgba(255, 255, 255, 1.00);
		transform: rotate(0deg);
		margin: 20px auto;
	}

	#home-about-content-wrapper {
		height: auto;
		padding: 20px;
		transform: rotate(0deg);
	}

	#home-contact-content {
		width: 100%;
		height: auto;
		transform: rotate(0deg);
	}

	#home-contact-content-wrapper {
		height: auto;
		padding: 20px;
		transform: rotate(0deg);
	}

	#home-product-box {
		margin-top: 20px;
		padding: 20px;
	}

	#lazer {
		position: relative;
		display: block;
		box-sizing: border-box;
		float: left;
		width: 100%;
		margin: 0.5%;
	}

	#takip {
		float: left;
	}

	#takip a:hover {
		color: #333;
	}

	#page-title {
		padding: 30px 0;
	}

	#about-box-1 {
		width: 100%;
		min-height: 200px;
	}

	#about-box-2 {
		width: 100%;
	}

	#product-box {
		width: 99%;
		margin: 0.5%;
	}

	#product-box-2 {
		width: 100%;
		margin: 0.5%;
	}

	#product-menu {
		width: 100%;
		float: left;
		border-radius: 5px;
		padding: 0;
		margin: 0;
		background: #18809a;
		display: none;
	}

	#product-content {
		width: 100%;
	}

	#yarim1 {
		width: 100%;
		float: left;
		margin-bottom: 2%;
		box-sizing: border-box;
	}

	#yarim2 {
		width: 100%;
		float: right;
		margin-bottom: 2%;
		box-sizing: border-box;
	}


	#ana-orta {
		width: 100%;
	}

	#ana-urun {
		position: relative;
		display: block;
		width: 100%;
		background: #F2C744;
		min-height: 100px;
	}

	#urun-left {
		position: relative;
		display: block;
		width: 100%;
		text-align: center;
		float: left;
	}

	#urun-left p {
		color: #fff;
		font-size: 14px;
		line-height: 20px;
		padding-bottom: 20px;
	}

	#title2 {
		font-family: 'Montserrat', sans-serif;
		font-weight: 700;
		font-size: 24px;
		color: #fff;
		line-height: 40px;
		padding-top: 30px;
		padding-bottom: 20px;
	}

	#urun-right {
		position: relative;
		display: block;
		width: 100%;
		float: right;
		margin-top: 30px;
	}

	.product-item {
		width: 100%;
	}





	#blog {
		width: 100%;
		height: auto;
		background: #efefef;
	}

	#ebulten-bar {
		position: relative;
		display: block;
		width: 100%;
		background-color: #001870;
		font-family: 'Open Sans', sans-serif;
		color: #fff !important;
		padding-bottom: 30px;
		padding-top: 30px;
	}

	#ebulten-bar #ebulten-icon {
		position: relative;
		display: block;
		width: 100%;
		margin: auto;
		height: auto;
		display: none !important;
	}

	#ebulten-bar #ebulten-icon img {
		float: left;
		width: 33.3%;
		margin-top: 0px;
	}

	#ebulten-bar h1 {
		display: block;
		position: relative;
		text-align: center;
		margin: 0px auto;
		font-size: 30px;
		color: #FFF;
		letter-spacing: -1px;
		padding-bottom: 25px;
		width: 100%;
		z-index: 1;
		font-weight: 800;
	}

	#ebulten-bar p {
		display: block;
		position: relative;
		text-align: center;
		font-size: 14px;
		margin: 0;
		color: #FFF;
		width: 100%;
		z-index: 1;
		float: left;
		padding-left: 0px;
		padding-top: 5px;
		padding-right: 0px;
		margin-bottom: 10px;
	}

	#ebulten-bar form {
		display: block;
		position: relative;
		text-align: center;
		font-size: 14px;
		color: #FFF;
		width: 100%;
		z-index: 1;
		float: right;
		padding-right: 0px;
		padding-left: 0px
	}

	#ebulten-bar form input {
		display: block;
		position: relative;
		text-align: left;
		font-size: 12px;
		background-color: transparent;
		border: 1px solid #fff;
		line-height: 50px;
		height: 50px;
		width: 100%;
		border-radius: 10px;
		padding-left: 15px;
	}

	#ebulten-bar form button {
		display: block;
		position: absolute;
		background-color: transparent;
		right: 0;
		top: 15px;
		padding-right: 10px;
		border: none;
	}

	#ebulten-bar form input::placeholder {
		color: #fff;
	}

	#ebulten-bar h3 {
		display: block;
		position: relative;
		text-align: center;
		margin: 0px auto;
		font-size: 14px;
		width: 100%;
		background-color: #001870;
		z-index: 1;
		font-weight: 800;
		margin-top: 30px;
	}

	#ebulten-bar #title-line-v {
		width: 100%;
		height: 1px;
		position: absolute;
		display: block;
		background-color: #fff;
		margin-top: -8px;
	}

	#ebulten-bar h3 a {
		display: inline-block;
		position: relative;
		padding: 0px 10px 0px 5px;
		border-right: 1px solid #b1bdce;
	}

	#ebulten-bar h3 a:last-child {
		border-right: 0px solid #b1bdce;
	}

	#footer-top-bar {
		display: block;
		position: relative;
		width: 100%;
		padding: 30px 0px;
		background-color: #F2C744;
		font-family: 'Open Sans', sans-serif;
	}

	#footer-top-bar #footer-top-box {
		margin-right: 0px;
		float: left;
		position: relative;
		left: -100px;
		display: block;
		text-align: left;
		width: 100%;
		margin-bottom: 10px;
	}

	#footer-top-bar #footer-top-box h1 {
		margin: 0;
		font-size: 20px;
		font-weight: 900;
		color: #fff;
		width: 100%;
		padding: 0px 0px 5px 0px;
	}

	#footer-top-bar #footer-top-box a {
		margin: 0;
		font-size: 14px;
		font-weight: 400;
		color: #fff !important;
		width: 100%;
	}

	#footer-top-bar #footer-top-box .footer-phone {
		transition: .3s ease all;
		display: block;
		position: relative;
		border: 1px solid #fff;
		padding: 15px 30px;
		border-radius: 5px;
		color: #fff !important;
		font-size: 16px;
		font-weight: 400;
	}

	#footer-top-bar #footer-top-box .footer-phone i {
		padding-right: 10px !important;
	}

	#footer-top-bar #footer-top-box .footer-phone:hover {
		border: 1px solid #ffd895;
		color: #fff !important;
		background-color: #ffd895;
		font-weight: 400;
	}

	footer {
		position: relative;
		width: 100%;
		display: block;
		padding: 30px 0px;
		font-family: 'Open Sans', sans-serif;
	}

	#wrapper p span {
		font-size: 13px;
		font-family: 'Montserrat';
	}

	#footer-left {
		width: 100%;
		float: left;
		text-align: left;
	}

	#footer-left-top {
		width: 100%;
		float: left;
		text-align: left;
	}

	#footer-left-top .footer-nav {
		color: #555555 !important;
		margin-right: 10px;
		font-size: 12px;
		font-weight: 500;
	}

	#footer-left-bottom {
		width: 100%;
		float: left;
		text-align: left;
	}

	#footer-left-bottom p {
		color: #555555;
		font-size: 12px;
		margin-top: 10px;
	}

	#footer-right {
		width: 20%;
		float: left;
		text-align: right;
		margin-top: 10px;
	}

	.kapa {
		display: none;
	}

	.acil {
		display: block;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {

	#ust-phone {
		position: relative;
		display: block;
		box-sizing: border-box;
		width: auto;
		color: rgb(255, 255, 255);
		float: left;
		font-size: 16px;
		margin: 15px auto;
		font-weight: 600;
		border-right: 1px solid rgb(242, 242, 242);
		padding-right: 20px;
		padding-left: 15px;
		font-family: Montserrat, sans-serif;
		text-decoration: none;
	}

	header>#wrapper>.logo {
		position: relative;
		width: 30%;
		float: left;
		display: block;
		margin-top: 50px;
		margin-left: 35px;
	}

	header>#wrapper>.menu {
		position: relative;
		width: 55%;
		height: 100px;
		float: left;
		display: block;
		text-align: center;
		margin-top: 15px;
	}

	#wrapper .white-title {
		font-family: 'Montserrat', sans-serif;
		font-weight: 700;
		font-size: 32px;
		color: #fff;
		line-height: 35px;
		padding-left: 30px;
	}


	.carousel-item .carousel-caption h5 {
		position: absolute;
		left: 0;
		bottom: 180px;
		font-size: 24px;
		background-color: #000;
		padding: 5px;
	}

	.carousel-item .carousel-caption p {
		position: absolute;
		left: 0;
		bottom: 120px;
		font-size: 17px;
		background-color: rgba(0, 0, 0, 0.55);
		padding: 5px;
	}

	.carousel-item .carousel-caption button {
		position: absolute;
		left: 0;
		bottom: 65px;
		padding: 5px 25px;
		border-radius: 5px;
		border: none;
		background-color: #F2C744;
	}

	footer {
		position: relative;
		width: 100%;
		display: block;
		padding: 30px 10px;
	}

	footer #footer-left {
		width: 45%;
		float: left;
		text-align: left;
	}

	#footer-top-bar #footer-top-box {
		margin-right: 60px;
		margin-left: 60px;
		float: left;
		position: relative;
		left: -15px;
		display: block;
		text-align: left;
	}
}

@media (min-width: 350px) and (max-width: 767px) {

	.left {
		position: absolute;
		left: 0%;
	}

	.carousel {
		position: relative;
		height: 350px;
	}

	.carousel-inner {
		position: relative;
		width: 100%;
		overflow: hidden;
		height: 350px;
	}

	.carousel-inner .carousel-item {
		position: relative;
		display: none;
		float: left;
		width: 100%;
		margin-right: -100%;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transition: transform .6s ease-in-out;
		height: 470px;
	}

	.carousel-inner .carousel-item img {
		height: 350px;
		object-fit: cover;
	}

	.carousel-inner .carousel-item h5 {
		position: absolute;
		bottom: 350px;
		left: 0;
		font-size: 15px;
		color: white;
		background-color: #000;
		padding: 14px 14px;
	}

	.carousel-inner .carousel-item p {
		position: absolute;
		left: 0;
		bottom: 255px;
		font-size: 15px;
		background-color: rgba(0, 0, 0, 0.55);
		padding: 5px;
	}

	.carousel-inner .carousel-item button {
		position: absolute;
		left: 0;
		bottom: 220px;
		padding: 5px 15px;
		border-radius: 5px;
		border: none;
		background-color: #F2C744;
	}

	#popup {
		display: none;
		position: fixed;
		top: 34%;
		left: 50%;
		transform: translate(-50%, -50%);
		padding: 40px 20px;
		background: goldenrod;
		border-radius: 5px;
		border: none;
		z-index: 1000;
	}

	#popup h2 {
		font-family: 'Montserrat', sans-serif;
		font-weight: 600;
		font-size: 20px;
		text-align: center;
		color: white;
	}

	#popup p {
		font-family: 'Montserrat', sans-serif;
		font-weight: 400;
		color: white;
		width: 17rem;
		text-align: center;
	}

	#popup-close {
		position: absolute;
		top: 5px;
		right: 15px;
		cursor: pointer;
	}
}