* {
	padding:0;
	margin:0;
	font-family: sans-serif;
}
.bege {
	background-color: #F2F2F2;
	z-index: 0;
}
a {
	color: inherit;
	text-decoration: none;
}
.medsos {
	padding:0px 0;
	background-color: #FFFFFF;
}
.medsos ul li {
	display: inline-block;
	color: #F2F2F2;
	margin-right: 10px;
}
.container {
	width:80%;
	margin:0 auto;
	color: #CE0000;
}
.container:after {
	content: ' ';
	display: block;
	clear: both;
}
.containa {
	width:80%;
	margin:0 auto;
	color: #F2F2F2;
}
header {
}
header h1 {
	float: left;
	padding: 15px 0;
	color: #CE0000;
}
header ul {
	float: right;
}
header ul li {
	display: inline-block;
}
header ul li a {
	padding:43px 20px;
	display: inline-block;
	background-color: ;
}
header ul li a:hover {
	background-color: #CE0000;
	color: #F2F2F2;
}
.active {
	background-color: #CE0000;
	color: #F2F2F2;
	z-index: -3;
}
.banner {
	height: 86.1vh;
	border: 1px solid;
	background-image: url('../img/pudidi.jpg');
	background-size: cover;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner:after {
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(137, 137, 0, 0.6);
}
.banner h2 {
	color: rgba(255, 255, 255, 0.6);
	z-index: 1;
	padding: 15px 20px;
	border: 4px /* solid */;
	background-color: rgba(255, 255, 255, 0.3); /* set the background color to red */
	border-radius: 25px;
}
section {
	padding: 50px;
}
section h3 {
	text-align: center;
	padding: 20px;
	color: #CE0000;
	margin-bottom: 25px;
}
.about, .service {
	padding-bottom: 100px;
}
.about p {
	color: #fff;
	word-spacing: 2px;
	line-height: 25px;
	text-align: center;
	margin-bottom: 20px;
}
.about mi {
	color: #fff;
	word-spacing: 2px;
	line-height: 25px;
	text-align: left;
	margin-bottom: 20px;
}
.service {
	background-color: #303134;
}
.box {

}
.box .col-4 {
	width: 25%;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	float: left;
}
.icon {
	width: 70px;
	height: 70px;
	border: 1px solid;
	border-radius: 50%;
	text-align: center;
	line-height: 70px;
	font-size: 30px;
	margin: 0 auto;
}
.box .col-4 h4 {
	margin: 20px 0;
}
footer {
	padding: 25px;
	text-align: center;
}
.tekskopirek {
	color: #F2F2F2;
}
.bg-loader {
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 30;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bg-loader .loader {
	width: 80px;
	height: 80px;
	border: 10px solid #fff;
	border-radius: 50%;
	border-top-color: #ff5900;
	border-right-color: #ee9b00;
	border-bottom-color: #CE0000;
	animation: putar .6s linear infinite;
}
@keyframes putar {
	100% {
		transform: rotate(360deg);
	}
}
.label {
	background-color: #CE0000;
	padding: 10px;
}
.centered {
  position: fixed; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@font-face {
	font-family: 'LOGO';
    src:url(Algerian-Mesa-Plain.ttf)  format('truetype'), /* Safari, Android, iOS */,
		url(Algerian-Mesa-Plain.woff)  format('woff'), /* Safari, Android, iOS */
}
@font-face {
	font-family: 'niwana';
    src:url(Algerian-Mesa-Plain.ttf)  format('truetype'), /* Safari, Android, iOS */,
		url(Algerian-Mesa-Plain.woff)  format('woff'), /* Safari, Android, iOS */
}
p {
	font-family: niwana
}