*{
    font-family: Verdana, Tahoma, sans-serif;
}
body{
 
    background-color: #a0c0cc;
    
}
.kesfet-img{
    border: solid 4px #eee !important;
    border-radius: 15px !important;
}
.footer-nav{
	padding:  16px;
	height: 305px;  
    background-color: #94b4c9;
    width: 100%;
    height: 100px;
}
.footer-nav .nav-list{
    list-style: none;
    margin-left:25px;
    display: inline-flex;
    margin: 40px 0px;
  
}
.footer-nav .nav-list li a{
    text-decoration: none;
    font-size: 18px;
    padding: 12px 18px;
    border-radius: 15px;
    background-color: #0c293b;
    color: #eee;
    transition: 250ms all;
}
.footer-nav .nav-list li{
    margin-left:25px;
   
}
.footer-nav .nav-list li a:hover{
    background-color: #ed8600;
    color: rgb(211, 211, 211);
    }
.footer{
    background-color: #0B77A8;
    height: 100px;
	padding-top: 25px;
	padding-bottom: 25px;
}

.top-nav{
    position: fixed;
    background-color: #0c293b;
    z-index: 9990;
 
}
.top-nav .nav-list{
    margin-left:25px; 
    display: inline-flex;
    margin: 40px 0px;
   
}
.top-nav .nav-list li{
  margin-left:25px; 
}
.top-nav .nav-list li a{
    text-decoration: none;
    font-size: 18px;
    color: #eee;
    transition: 250ms all;
}
.top-nav .nav-list li a:hover{
color: #ed8600;
}
.nav-elemans{
    text-align: center;
}
.logo-container{
    height: 60%;
    margin: auto 0;
}

.logo-text{
    position: absolute;
    top: 25px;
    left: 120px;
    color:#eee;
    height: 18px;
}
.kesfet-img{
    object-fit: cover;
    transition-property: opacity;
    transition-duration: .5s;
}
.kesfet-img:hover{
opacity: 0.7;
}
#carouselExampleIndicators{
    margin-top: 50px;
}
.carousel-item img{
    object-fit: cover;
}

.carousel-item{
    height: 450px;
    
}
.carousel-inner{
    height: auto;
}
.logo-oveo{
    justify-content: center;
    height: 20px;
    transition: 250ms;
}
.logo-oveo:hover{
    height: 18px;
}
.creatif{
    height: 25px;
}
.creatif-text{
    color: #eee;
}
.icerik{
    position: absolute;
    display: block;
    bottom:10px;
    padding-right:40px ;
    padding-left: 15px;
    width: 90%;
    text-align:left;
    color: #eee;
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    
}
.kesfet:hover{
    color: #94b4c9;
    text-decoration: none;
}
 .dropNav .secc{
    display: none;
    position: absolute;
}

/*
btn
*/
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans');




.nav-elemans .wrapper{
    display: inline-flex;
    margin-top:25px ;
}
.footer-nav .wrapper{
    display: inline-flex;
    margin: 25px 0;
}

.wrapper .btnn{
  margin-left:10px;
  border: 2px solid #5990b9;
  width: auto;
  max-width: 300px;
  padding: 0 10px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  position: relative;
  background: #0c293b;
  overflow: hidden;
}

.wrapper .btnn a{
  color: #5990b9;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  display: block;
  position: relative;
  z-index: 999;
  font-weight: bold;
  transition: all 0.5s ease;
  font-size: 12px;
}

.wrapper .btnn a:hover{
  color: #30333A;
}

.wrapper .btnn.btn_1:before{
  content: "";
  position: absolute;
  top: -120px;
  left: 0;
  width: 200%;
  height: 200%;
  background: #5990b9;
  transform: skewY(10deg);
  transition: all 1s ease;
}

.wrapper .btnn.btn_1:after{
  content: "";
  position: absolute;
  top: 120px;
  left: 0;
  width: 200%;
  height: 200%;
  background: #5990b9;
  transform: skewY(10deg);
  transition: all 1s ease;
}

.wrapper .btnn.btn_1:hover:before{
  top: -20px;
}
.wrapper .btnn.btn_1:hover:after{
  top: 20px;
}
.whatsapp{
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 999;
}
.whatsapp img{
    transition: .5s all;
}
.whatsapp img:hover{
    height: 55px;
}
@media screen and (min-width: 0px) and (max-width:767px) {
	.creatif-text {
font-size: 10px;
}	.creatif img
	{
		height: 15px;
}	

}

