/* lastik animasyon */
.bg img {
	animation: mymove 5s linear infinite;
}

@keyframes mymove{
	100%{
		transform: rotate(360deg);
	}

}
/* lastik animasyon */


/* map */
iframe {
    width:500px;
  	height:500px;
  	background-color:black;
}

.neredeyiz {
	display:inline-block;
	width:1000px;
	height:410px;
	overflow: auto;
}

.paragraf {
	text-align: center;
	margin-top: 50px;
	font-size: 22px;
}

.img-mail, .img-location, .img-telephone, .img-fax {
	margin-right: 10px;
	height: 30px;
}
/* map */


/* footer */

.footer-lastik {
	font-size: 24px;
}

footer {
	background: #101010;
	padding: 86px 0;
	margin-top: 2cm;
}
.single-content {
	text-align: center;
	padding: 115px 0;
}
.single-box p {
	color: #fff;
	line-height: 1.9;
}
.single-box h3 {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}
.single-box .card-area i {
	color: #ffffff;
	font-size: 20px;
	margin-right: 10px;
}
.single-box ul {
	list-style: none;
	padding: 0;
}
.single-box ul li a {
	text-decoration: none;
	color: #fff;
	line-height: 2.5;
	font-weight: 100;
}
.single-box h2 {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}
#basic-addon2 {
	background: #fe1e4f;
	color: #fff;
}
.socials i {
	font-size: 18px;
	margin-right: 15px;
}

.social {
	background-color: #101010;
	color: white;
}
@media (max-width: 767px) {
	.single-box {
		margin-bottom: 50px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.single-box {
		margin-bottom: 50px;
	}
}
/* footer */