body{
    font-family: 'Roboto', sans-serif;
}

h3{
    font-size: 18px;
    font-weight:400;
}

p{
    font-size: 14px;
    color: #1886C7;
     
}

h2{ 
font-size: 50px;
    color: #1886C7;   
    text-transform: capitalize;
    
}
.navbar{
    border-bottom: #1886c7 2px solid;
}

.navbar .navbar-brand{
    color:#1886C9 ;
    font-size: 28px;    
}

.bg-dark{
    background-color: rgba(0,0,0,1) !importart;
}
.display-5{
    font-size: 16px;
    color: aliceblue;
    
}

.nav-link{
    color:white !important;
    text-transform: uppercase;
    transition: color .3s ease;
    
}
.nav-link:hover{
    color: #1886C9 !important;
}
#headerSection{
    background: url('../images/52.jpg') no-repeat center fixed;
    background-size: cover;
	height:100vh;
    
}

#headerSection .display-2:hover{
    color: white;
}
     
#headerSection .display-5:hover{
    color: aquamarine;
     
}

#headerSection .overlay{
    background-color: rgba(0,0,0,.2);
}

#headerSection .row {
    height: 100vh;
}

#headerSection span {
    color:#1886C7 ;
}
.btn-primary {
    padding-left: : 40px;
    padding-right: :40px;
    border-radius: :0;
    cursor: pointer;
    }
#niteliklerimiz .fa{
    font-size: 40px;
}

.niteliklerimiz-top:hover {
    color:#1886C7;   
     
}


/* hizmetler bölümü*/

#hizmetlerimiz h2{
    border-left:6px solid  #1886C7 ;
    padding-left: 30px;
   
}


#hizmetlerimiz p{
    line-height: 30px;
    font-size: 15px;
}

#hizmetlerimiz .col-md-6{
    display: inline;
}


#hizmetlerimiz .btn-outline-primary {
    position: absolute;
    bottom: 0;     
        
}

#hizmetlerimiz {
    background-color: #f4f5f9;
    line-height: 28px;
    
    }

#takim{
    margin-top: 35;
    margin-left: 180px;
}
#takim .card{
    margin-top: 25px;
    border:none;
    opacity: 0.5;
    cursor: pointer;
    transition: all 0.5s ease;
    font-size=3px;
}

#takim .card:hover   {
    opacity: 1;
    
}
#takim .card p{


 }
/* History section*/

#tanitim{
    background: linear-gradient(
    rgba(0,0,0, .7),
    rgba(0,0,0, .7)
    ),
    url(../images/51.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* vizyon bölümü*/


#vizyonArea {
    background-color: #fff;
    margin-top: 40px;
    margin-right: -40px;
    z-index: 100;
    padding: 40px;
    position: relative;
    min-height: 420px;
}

#vizyonSection h3{
    font-size: 18px;
    margin-bottom: 40px;
    margin-top: 50px;
}

#vizyonSection .fa{
    font-size: 40px;
    color: #1886C7;
    margin-top: 40px;
}

#caseImage{
    margin-left: -40px;
}

#vizyonSection p{
    line-height: 30px;
    font-size: 15px;
}

/* portfolio*/
#portfolio .col-md-3{
    padding-left: 0;
    padding-right: 0;
    text-align:center;
}

#galeri{
    margin-top: 30px;
}
#galeri h4{
    font-size: 16px;
    font-weight: 20px;
}

#galeri .fa {
    font-size: 24px;
    margin-bottom: 20px;
        
}

#galeri p{
    font-size: 14;
    font-weight: 300;
}


.imageContainer{
    position: relative;
    cursor: pointer;
    
}

.imageOverlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width:100%;
    background-color: #1886c7;
    opacity: 0;
    transition: 1s ease;
    
       
}

.imageContainer:hover .imageOverlay{
    opacity: .7;
}

.imageText {
    color:white;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#logmenu{
    left: 100;
}

/* iletişim bölümü*/
#iletisim
{
    margin-top: 20px;
    background-color: aliceblue;
    font-size: 20px;
}

.form-group{
    margin-bottom: 25px;
    
    
}
.form-group input,
.form-group textarea {
    
    padding: 7px;
}

.form-group input.form-control{
    height: auto;
    
}

.form-group textarea.form-control{
    height: 240px;
}


.jumbotron{
    background: url('../images/54.jpg') no-repeat center fixed;
    max-height: 30px;
    
}

.jumbotron .p{
    color: black;
}

#dip .fa{
    
    font-size: 20px;
    margin-bottom: 10px;
}








