@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;400;600;700&display=swap');

html, body {
  padding: 0;
  height: 100%;
  font-family: 'Titillium Web', sans-serif !important;
  font-size: 13px;
  line-height: 1.4 !important; 
}

* {
  box-sizing: border-box;
}

*:focus {
    outline: none;
}
.topbar{
	background: #3F9BD6;
	padding: 5px 0;
	font-weight: 300;
	font-size: 12px;
	color: #fff;
}

.topbar a{ color: #fff; }

.topbar .fab{
	font-size:14px;
}

.topbar ul{ margin: 0; padding: 0;}
.topbar ul li{ display: inline; }

.MainMenu .nav-link{ 
	font-weight: 600; 
	color: #9C9B9B; 
	font-size: 15px; 
	padding: 0 !important;
}
.MainMenu .nav-item{
	margin: 0 10px;
}
.navbar-light .navbar-nav .nav-link:hover{
	border-bottom: 3px solid #3F9BD6;
	font-weight: bold;
	color: #1F2969;
}

.MainMenu .nav-item .active{
	border-bottom: 3px solid #3F9BD6;
	font-weight: bold;
	color: #1F2969;
}

.MainMenu{ margin-top: 25px; }
.MainMenu .bold{ font-weight: bold; color: #1F2969; }

.logo{ max-width: 289.98px; }

.light{
	font-weight: normal;
}

.contentside{
	 /*background: url("../images/aksbottom.jpg") no-repeat center center ; */
	 -webkit-background-size: cover;
	 -moz-background-size: cover;
	 -o-background-size: cover;
	 background-size: cover;
	 min-height: 740px;
	 border-bottom: 10px solid #3F9BD6;
}

.contentside3{
	 /*background: url("../images/aksbottom.jpg") no-repeat center center ; */
	 -webkit-background-size: cover;
	 -moz-background-size: cover;
	 -o-background-size: cover;
	 background-size: cover;
	 min-height: 740px;
	 border-bottom: 10px solid #3F9BD6;
}

.contentside4{
	 background: url("../images/aksbottom.jpg") no-repeat center center ;
	 -webkit-background-size: cover;
	 -moz-background-size: cover;
	 -o-background-size: cover;
	 background-size: cover;
	 min-height: 730px;
	 border-bottom: 10px solid #3F9BD6;
}

.contentside4 .sayfaicerik{
	text-align: center;
	padding:80px 0;
	font-size: 20px;
}

.contentside4 .sayfaicerik .head{
	color: #1F2969;
	font-weight: bold;
}

.contentside4m .sayfaicerik{
	text-align: center;
	padding:80px 0;
	font-size: 20px;
}

.contentside4m .sayfaicerik .head{
	color: #1F2969;
	font-weight: bold;
}


.contentside2{
	 /*background: url("../images/aksbottom.jpg") no-repeat center center ; */
	 -webkit-background-size: cover;
	 -moz-background-size: cover;
	 -o-background-size: cover;
	 background-size: cover;
	 border-bottom: 10px solid #3F9BD6;
}

.contentside2 .sayfaicerik{
	text-align: center;
	font-size: 25px;
	color: #000;
	margin-top: 50px;
}

.contentside3 .sayfaicerik{
	text-align: center;
	font-size: 20px;
	color: #000;
	margin-top: 50px;
}

.contentside2 .sayfaicerik{
	text-align: left;
	font-size: 20px;
	color: #000;
	margin-top: 50px;
}

.contentside2 .sayfaicerik .head{
	color: #1F2969;
	font-weight: bold;
	text-align: left;
}

.contentside3 .sayfaicerik .head{
	color: #1F2969;
	font-weight: bold;
	text-align: center;
}


.contentside2 .sayfaicerik .head2{
	transform: rotate(-90deg);
	font-size: 50px;
	color: #3F9BD6 !important;
}

.contentside2 .prod{
	text-align: center;
	margin-bottom: 30px;
}

.contentside2 .prod img{
	width: 90%;
	padding: 30px;
	margin: 20px 20px 5px 20px;
}

.contentside2 .prod .cerceve{
	border: 1px solid #878787;
	text-align: center;
}

.contentside2 .prod .cerceve .head{
	color: #3F9BD6;
	text-align: center;
	font-weight: normal;
	font-size: 28px;
}

.contentside2 .prod .cerceve:hover .head,.contentside2 .prod .cerceve:hover .head2{
	color: #1F2869 !important;
}

.contentside2 .prod a{
text-decoration: none !important;
}

.contentside .sayfaicerik .head{
	color: #1F2969;
	font-weight: bold;
}

.contentside .sayfaicerik{
	background: url("../images/aksbottom.jpg") #fff repeat-x bottom center; 
	padding: 60px 0 40px 0;
	font-size: 20px;
}

.contentside5 .sayfaicerik{
	background: url("../images/aksbottom.jpg") #fff repeat-x bottom center; 
	padding: 20px 0;
	font-size: 20px;
	text-align:center;
}

.contentside5 .sayfaicerik .head{
	color: #1F2969;
	font-weight: bold;
	text-align:center;
}



.contentside .icerik2{
	padding-top: 3rem;
	padding-bottom: 320px;
}

.contentside .icerik3{
	padding-top: 4rem;
	padding-bottom: 320px;
}

.cell{
	position: relative;
	border-right: 1px solid #878787;
	text-align: center;
	padding: 40px 10px 70px 10px;
}

.cell:last-child{
	border: 0;
}

.cell .desc{
	font-size: 15px;
	padding: 0 45px;
	margin-top: 15px;
}

.cell img{
	width: 15%;
}

.cell .line{
	position: absolute;
	bottom:0; 
    left:50%; 
    transform:translate(-50%, -50%); 
    width:90%;
	height: 0px;
	border-bottom: 1px solid #878787;
}

.noborder{
	border: 0 !important;
}

.contentside .sayfaicerik .head{
	color: #1F2969;
	font-weight: bold;
	font-size:25px;
}

.relative{
	position: relative;
}

.ortayaziresim{
	position: absolute;
	left: 15px;
	top: -20px;
}

.contacticons{
	width: 40px;
	margin-bottom: 30px;
}


.footer{
	padding: 30px 0 60px 0;
	font-size: 14px;
}

.footer .footlogo{
	
}

.forms_style{ margin: 0 auto; width: 80%; text-align: left; }

.forms_style .control-label{ font-size: 15px; } 

.rightline{
border-right: 1px solid #CCCBCB;
} 

.footer .footmenu{ margin: 0 0 0 15px; padding: 0; }

.footer .footmenu li{ list-style: none; }

.footer .footmenu li a{ 
	color: #1F2869; 
	font-size:13px;
	font-weight: 600; 
}

.footer .footmenu li .bold{
	font-weight: bold;
}

.footer .links a{
	color:#4C4A4A; 
	font-size:14px;
}

.footer .links{
	margin:0 auto;
	padding:0;
}

.footer .links li{
	list-style: none;
}
.bold{
	font-weight: bold;
}
.navy{
	color: #1F2969;
}

.oval{
    background: #3F9BD6;
    width: 25px;
    height: 25px;
    border-radius: 50%;
	text-align: center;
	margin-right: 5px;
}

.oval i{
	color:#fff;
	font-size:15px;
	line-height: 25px;
}

.socialbuttons{
	margin: 20px 0;
	padding: 0;
}

.socialbuttons li{
	list-style: none;
	display:inline;
}

.topside{
	position: relative;
}

.topside .langbutton{
	position:absolute;
	right: 30px;
	top: -20px;
	zoom: 0.85;
}

.topside .langbutton ul{
	padding: 0;
	margin: 0;
}

.topside .langbutton ul li{
	list-style: none;
	display: inline;
	padding: 0 3px;
}

.topside .langbutton ul li img{
	width: 20px;
	margin-bottom: 2px;
	margin-right: 2px;
}

.topside .langbutton ul li a{
	color: #000;
	text-decoration: none;
}


#sliderMain{
border-bottom: 5px solid #1F2969;
border-top: 5px solid #fff;
-webkit-box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.41);
-moz-box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.41);
box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.41);
}

#middleside{
	background: #1f2969;
	padding: 50px 0;
	margin-bottom: 60px;
	color: #fff;
	font-size: 27px;
	font-weight: bold;
}


#middleside2{
	position: relative;
	background: #1f2969;
	padding: 40px 0;
	margin-bottom: 165px;
	color: #fff;
	font-size: 27px;
	font-weight: bold;
	height: 450px;
}

#middleside2 .ortayaziresim2{

	bottom: 0;
	left: 0;
	width: 100%;
}

.navbar{
	padding: .5rem 1rem !important;
}

@media (max-width: 1200px) {

}

@media (max-width: 992px) {
	
#middleside{
	margin-bottom: 0px;
}

.navbar{
	padding: .5rem 10rem !important;
}

.MainMenu .nav-item{
	padding: 10px 0;
}

}


@media (max-width: 768px) {


#middleside {
font-size: 20px;
}

.ortayaziresim{
	position: relative;
    left: 0px;
    top: 0px;
}

#middleside br{display: none;}

.navbar{
	padding: .5rem 1rem !important;
}

.pos3{
	margin-top: 20px;
	text-align: center;
}

.pos4{
	margin-top: 20px;
	text-align: center;
}

.pos2{
	margin-bottom:0px;
	text-align: center;
}

.pos1{
	margin-bottom:20px;
	text-align: center;
}

.pos4 table{
	margin: 0 auto;
}

.rightline{
	border: 0;
}

.footlogo{
	width: 60%;
}

.contentside .icerik{
	font-size: 18px;
}

}



@media (max-width: 490px) {


}


@media (max-width: 430px) {


}

@media (max-width: 380px) {

}


@media (max-width: 362px) {

}