@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;600;700;900&display=swap');

/* Genel */

body {
	background: #fff;
	color: #404040;
	font-family: 'Raleway', sans-serif;
}

.container {
	max-width: 1200px
}

a {
	color: #007bff;
	transition: 0.5s;
}

a:hover,
a:active,
a:focus {
	color: #0b6bd3;
	outline: none;
	text-decoration: none;
}

p {
	padding: 0;
	margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	margin: 0 0 20px 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0
}

ul li {
	list-style-type: none
}

.rel {
	position: relative
}


/* Header */

header {
	float: left;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 0;
	z-index: 10
}

header.fixed {
	position: fixed;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	height: 100px;
	background: #ed1c24;
	z-index: 10
}

header.fixed .logo {
	margin-top: 10px
}

header.fixed .menu {
	padding: 15px 0 0 0
}


header .logo {
	float: left;
	margin-top: 20px
}

header .logo a {
	display: block
}

header .menu {
	float: right;
	padding: 21px 0 0 0;
	position: relative
}

header .menu ul {
	float: left
}

header .menu ul li {
	float: left;
	position: relative;
	margin: 0 10px;
}

header .menu ul li.active>a {
	-webkit-transition: .3s;
	transition: .3s;
	color: #ffd800
}

header .menu ul li a {
	-webkit-transition: .3s;
	transition: .3s;
	display: block;
	font-family: Raleway, sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	padding: 10px 0;
	letter-spacing: .5px;
	border: 2px solid transparent
}

header .menu ul li a:hover {
	-webkit-transition: .3s;
	transition: .3s;
	color: #f5f5f5
}

header .menu ul li .mini {
	position: absolute;
	top: 22px;
	left: 3px;
	min-width: 240px;
	display: none;
	padding: 32px 0 0 0
}

header .menu ul li .mini li {
	float: left;
	width: 100%;
	margin: 0!important;
	padding-top: 15px
}

header .menu ul li .mini li a {
	-webkit-transition: .3s;
	transition: .3s;
	display: block;
	padding: 5px 0;
	border: none!important;
	float: left;
	overflow: hidden;
	position: relative;
	border-radius: 0;
	text-transform: capitalize
}

header .menu ul li .mini li a:hover {
	-webkit-transition: .3s;
	transition: .3s;
	padding-left: 7px
}

header .menu ul li .mini li a:hover:before {
	-webkit-transition: .3s;
	transition: .3s;
	left: 0
}

header .menu ul li .mini li a:before {
	-webkit-transition: .3s;
	transition: .3s;
	content: "";
	width: 3px;
	height: 15px;
	background: #ffd800;
	display: block;
	position: absolute;
	left: -5px;
	top: 7px
}

.mobile-btn {
	display: none;
	margin: 10px 0;
	float: right
}

.mobile-btn button {
	background: #ed1c24;
	padding: 10px 10px 5px 10px;
	border: none;
	width: 45px;
	height: 36px
}

.mobile-btn button:focus {
	outline: 0
}

.mobile-btn button.open span {
	-webkit-transition: .4s;
	transition: .4s
}

.mobile-btn button.open span:first-child {
	-webkit-transform: rotate(48deg);
	transform: rotate(48deg);
	margin: -3px 0
}

.mobile-btn button.open span:nth-child(2) {
	opacity: 0
}

.mobile-btn button.open span:nth-child(3) {
	-webkit-transform: rotate(-48deg);
	transform: rotate(-48deg);
	margin: -9px 0
}

.mobile-btn .icon-bar+.icon-bar {
	margin: 4px 0
}

.mobile-btn span {
	-webkit-transition: .4s;
	transition: .4s;
	display: block;
	width: 25px;
	height: 2px;
	border-radius: 1px;
	background: #fff
}

#panel {
	position: fixed;
	display: none;
	background: #ed1c24;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 8;
	padding: 100px 30px
}

.mobile-menu .inner {
	float: left;
	width: 100%;
	height: 68vh;
	overflow: auto
}

.mobile-menu .inner li.head {
	margin: 8px 0
}

.mobile-menu .inner nav {
	margin: 15px 0
}

.mobile-menu .inner ul li a {
	font-family: Raleway, sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #fff;
	letter-spacing: .5px;
	padding: 10px 0;
	display: block;
	text-align: center
}

.mobile-menu .inner ul li ul {
	display: none
}

.mobile-menu .inner ul li ul li {
	fpnt-family: Raleway, sans-serif;
	font-size: 18px;
	color: #c3a05e
}

.mobile-menu .inner ul li ul li.head a {
	fpnt-family: Raleway, sans-serif;
	font-size: 18px;
	color: #c3a05e!important;
	margin: 0 0 5px 0
}

.mobile-menu .inner ul li ul li a {
	font-size: 14px;
	color: #575757!important;
	padding: 5px 0
}

/* Slider */

.slider {
	width: 100%;
	height: 100%;
	max-height: 950px;
	overflow: hidden
}

.slider .img img {
	height: 950px;
}

.slick-dots {
	list-style: none;
	padding: 0;
	position: absolute;
	bottom: 125px;
	left: 0;
	width: 100%;
	text-align: center
}

.slick-dots li {
	display: inline-block;
	cursor: pointer;
	width: 11px;
	height: 11px;
	border-radius: 100%;
	border: 1px solid #ffffff;
	text-indent: -999px;
	overflow: hidden;
	margin: 0 3px
}

.slick-dots li button {
	border: none;
	background: none;
	outline: none
}

.slick-dots li.slick-active {
	background: #ffffff
}

.slider .item {
	position: relative;
	float: left;
	width: 100%;
	text-align: center
}

.slider .item .container-fluid {
	position: relative;
	height: auto
}

.slider .item button {
	z-index: 999999999;
	bottom: 125px;
}

.slider .item .capBig {
	position: absolute;
	bottom: 550px;
	width: 100%;
	height: auto;
	z-index: 9999999;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.slider .item .img:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    transition: height 0.5s ease-out;
    background: linear-gradient(to top, transparent 30%, rgb(237, 28, 36, 0.5) 100%);
    z-index: 1000;
}

.slider .item .capBig .line1 {
	opacity: 0;
}

.slider .item .capBig .line1 h2 {
	font-family: Raleway, sans-serif;
	font-size: 42px;
	line-height: 42px;
	font-weight: 700;
	color: #fff;
}

.slider .item .capBig .line2 {
	opacity: 0;
}

.slider .item .capBig .line2 h3 {
	font-family: Raleway, sans-serif;
	font-size: 42px;
	line-height: 42px;
	font-weight: 700;
	color: #fff;
}

.slider div {
	height: 100%
}

.slider .img {
	position: relative;
}

.slider .u-cover {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover; object-position: center;'
}

.slider img.active[aria-hidden=false] {
	opacity: 1
}

.ref-slider .ref-item>div {
	background: #f8f8f8;
	width: 200px; 
	height: 200px; 
	margin: 15px auto; 
	position: relative
}

.ref-slider .ref-item>div>img {
	max-height: 100%;
	max-width: 100%;
	height: auto;
	width: auto;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	box-sizing: border-box;
	margin: auto;
}

.ref-slider .slick-arrow.slick-prev {
    background: url(../img/arrow-l.png) no-repeat;
    position: absolute;
    text-indent: -9999px;
    border: none;
    outline: 0;
    z-index: 7;
    position: absolute;
    top: 45%;
    width: 50px;
    height: 47px;
    left: -50px;
}

.ref-slider .slick-arrow.slick-next {
    background: url(../img/arrow-r.png) no-repeat;
    position: absolute;
    text-indent: -9999px;
    border: none;
    outline: 0;
    z-index: 7;
    position: absolute;
    top: 45%;
    width: 50px;
    height: 47px;
    right: -50px;
}

/* Services */

#services .services-top {
	background: url(../img/pattern.jpg);
	min-height: 189px
}

#services .services-top .text {
	font-weight: 900;
	font-size: 28px;
	text-align: center;
	color: #fff;
	padding: 25px 0
}

#services .services-bottom {
	margin-top: -75px
}

#services .box h1 {
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	color: #fff;
	padding: 25px 0;
}

#services .box p {
	text-align: center;
	padding: 15px 0
}

#services .box img {
	margin-top: -25px
}

#services .all {
	text-align:center
}

/* Customers */

#customers {
	margin-top: 50px
}

#customers .customers-top {
	background: url(../img/pattern.jpg);
	max-height: 100px
}

#customers .customers-top .text {
	font-weight: 900;
	font-size: 28px;
	text-align: center;
	color: #fff;
	padding: 25px 0
}

#customers .all {
	text-align:center
}


/* Footer */

footer {
	background: #404040;
	margin-top: 50px;
	text-align: center;
	padding: 50px 0
}

footer .social {
	margin: 25px 0
}

footer .social a {
	margin: 0 5px
}

footer .social a i { 
	color: #fff;
	border: 1px solid #fff;
	font-size: 18px;
	line-height: 40px;
	border-radius: 100%;
	width: 40px;
	height: 40px
}

footer .social a i:hover { 
	color: #ed1c24;
	border: 1px solid #ed1c24;
	transition: 1s all
}

footer .address p { 
	font-size: 18px;
	color: #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 15px 0
}

footer a.mail { 
	font-size: 18px;
	color: #fff;
}

footer a.mail:hover { 
	color: #ed1c24;
	transition: 1s all
}

/* Responsive */

@media (max-width: 767px) {
	header .logo img {
		max-height: 40px;
		margin-top: -10px
	}
	header {
		padding: 10px 0;
		z-index: 10
	}
	header.fixed {
		height: 70px;
	}
	.bttn {
		height: 50px!important;
		bottom: 75px!important;
		font-size: 14px!important;
		padding: 5px 15px!important
	}
	.slider {
		min-height: 325px;
		max-height: 325px
	}
	.slider .img img{
		min-height: 325px;
		max-height: 325px
	}
	.slider .item .capBig {
		bottom: 125px
	}
	.slider .item .capBig .line1 h2 {
		font-size: 24px;
		line-height: 24px
	}
	.slider .item .capBig .line2 h3 {
		font-size: 24px;
		line-height: 24px
	}
	.all {
		margin-top: 75px
	}
	#services .services-top {
		min-height: 75px
	}
	#services .services-bottom {
		margin-top: 0
	}
	#services .box h1 {
		color: #ed1c24
	}
	#customers {
		margin-top: 0
	}
	.ref-slider .ref-item>div {
		width: 150px;
		height: 150px
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	header.fixed {
		height: 70px;
	}
	header .logo {
		margin-top: 10px
	}
	.slider {
		min-height: 500px;
		max-height: 500px
	}
	.slider .img img{
		min-height: 500px;
		max-height: 500px
	}
	.slider .item .capBig {
		bottom: 250px;
	}
	#services .services-top {
		min-height: 100px
	}
	#services .services-bottom {
		margin-top: 0
	}
	#services .box h1 {
		color: #ed1c24
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	header.fixed {
		height: 70px;
	}
	header .logo {
		margin-top: 10px
	}
	.slider {
		min-height: 600px;
		max-height: 600px
	}
	.slider .img img{
		min-height: 600px;
		max-height: 600px
	}
	.slider .item .capBig {
		bottom: 350px;
	}
}

@media (max-width: 1200px) {
	#header {
		height: 80px;
		background: #333366
	}
	header .mobile-btn {
		display: block
	}
	header .menu {
		display: none
	}
	header .logo a {
		display: block;
		width: 100px
	}
	header .logo a img {
		max-width: 100%
	}
	.ref-slider .slick-arrow.slick-next, .ref-slider .slick-arrow.slick-prev {
		display: none!important
	}	
}


/* Animated */

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-webkit-keyframes pulsate-btn {
	0% {
		transform: scale(0.6, 0.6);
		opacity: 1;
	}
	100% {
		transform: scale(1, 1);
		opacity: 0;
	}
}

@keyframes pulsate-btn {
	0% {
		transform: scale(0.6, 0.6);
		opacity: 1;
	}
	100% {
		transform: scale(1, 1);
		opacity: 0;
	}
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.bttn {
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	font-size: 16px;
	padding: 16px 40px 16px 40px;
	min-width: 300px;
	line-height: 1;
	display: inline-block;
	margin-top: 15px;
	text-decoration: none;
	white-space: nowrap;
	vertical-align: middle;
	font-weight: 400;
	letter-spacing: 0;
	text-align: center;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 0;
	outline: 0;
	box-sizing: border-box;
	color: #fff;
	position: relative;
	overflow: hidden;
	height: 75px;
}

.bttn:visited {
	color: #fff;
}

.bttn:hover,
.bttn:focus {
	color: #fff;
	box-shadow: none;
	outline: none
}

.bttn:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 1;
	-webkit-transform: translate(-105%, 0);
	transform: translate(-105%, 0);
	background-color: rgba(255, 255, 255, 0.8);
}

.bttn:hover:before {
	opacity: 0;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.btn-1 {
	background: #ed1c24;
	border: transparent!important
}

section.page_background {
	width: 100%;
	height: 150px;
	background-color: #ed1c24;
}
section.page_background h1 {
	line-height: 150px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	color: white;
	font-size: 24px;
}
div.content {
	margin-top: 40px;
	color: #666666;
	line-height: 40px;
}

div.musteriler {
width: 100%;
height: 200px;
margin-top: 25px;


}

p.iletisimtext {
 color: black;
 font-weight: 700;

}

div.form-group input {
border-bottom: 1px solid #ed1c24;
border-right: none; 
border-top: none;
border-left: none;
border-radius: 0;
height: 75px;

}

div.form-group textarea {
	border-bottom: 1px solid #ed1c24;
border-right: none; 
border-top: none;
border-left: none;
border-radius: 0;
margin-top: 35px;


}

div.youtube {
margin-top: 60px;

} 

