ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none !important;
}

h1,h2,h3,h4,h5,h6{
    font-family: "Poppins", sans-serif;
}


#topMenu .container-fluid{
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.3);
}
#topMenu img{
    padding: 10px 0;
}

.active{
    background-color: #D8B66F;  
}
.ustMenu{
    text-align: right;
}
.ustMenu li {
    display: inline-block;   
}
.ustMenu li a{
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 500;
     line-height: 60px;
     padding: 0 15px;
    color: #000;
}
.ustMenu li:hover{
    background-color: #D8B66F;    
}


.navbar-light .navbar-nav .nav-link{
    font-family: 'Poppins', sans-serif;
    color: #000;
    padding-left: 10px;
}





.sliderItem img{
    position: relative;
}
.sliderItem{
    text-align: center;
    position: absolute;
    top: 30%;
    left: 50%; 
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);

}
.sliderItem h1{
    font-size: 40px;
    font-weight: 700;
    color: #0a0a0a;
    margin-bottom: 25px;
}
.sliderItem h4{
    font-size: 22px;
    font-weight: normal;
    color: #000;
}

.sliderItem2 img{
    position: relative;
}
.sliderItem2{
    text-align: center;
    position: absolute;
    top: 70%;
    left: 50%; 
    transform: translate(-50%, -50%);
}
.sliderItem2 h1{
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}
.sliderItem2 h4{
    font-size: 22px;
    font-weight: normal;
    color: #fff;
}




#tanitimVideo{
    background-color: #eee;
    padding: 50px 0;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}
#tanitimVideo h2{
    padding: 3px 0;
    font-weight: 700;
}
#tanitimVideo h6{
    padding: 3px 0;
    font-weight: 500;
   color: #454545;
}
#tanitimVideo .btn-success{
    margin-top: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 800;
    padding: 10px 25px;
    border-radius: 0 !important;
    border: none;
    background-color: #D8B66F;
    color: #80652f;
    cursor: pointer;
    -webkit-box-shadow: 0px 5px 17px -5px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 5px 17px -5px rgba(0,0,0,0.55);
    box-shadow: 0px 5px 17px -5px rgba(0,0,0,0.55);
}
#tanitimVideo .btn-success:hover{
    -webkit-box-shadow: 0px 5px 17px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 5px 17px 0px rgba(0,0,0,0.55);
    box-shadow: 0px 5px 17px 0px rgba(0,0,0,0.55);
}




#nedenBiz{
    padding: 3% 0;
    background-image: url(../images/background/nedenbiz.jpg);
}
.nedenBizBaslik{
    margin-bottom: 3%;
}
.nedenBizBaslik h2{
    font-weight: 700;
    color: #2a2a2a;
}


.nedenBizOrta{
    background-color: #fff;
    transition: all 0.5s ease;
    cursor: pointer;
    padding: 20px 10px 5px 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 35px -5px rgba(0,0,0,0.23);
    -moz-box-shadow: 0px 10px 35px -5px rgba(0,0,0,0.23);
    box-shadow: 0px 10px 35px -5px rgba(0,0,0,0.23);
}
.nedenBizOrta i{
    color: #c39f54;
      transition: all 0.5s ease;
}
.nedenBizOrta h4{
    display: inline-block;
    padding: 20px 0 15px 0;
    font-family: 'Roboto', sans-serif;
    font-size: 23px;
    font-weight: 700;
    transition: all 0.5s ease;
    position: relative;
}
.nedenBizOrta h4:before{
    position: absolute;
    content: " ";
    width: 0;
    height: 3px;
    margin-top: 35px;
    background-color: #fff;
    transition: all 0.5s ease;
    
}
.nedenBizOrta:hover i, .nedenBizOrta:hover h4 , .nedenBizOrta:hover p {
    color: white;
}
.nedenBizOrta:hover h4:before{
    width: 100%;
}
.nedenBizOrta:hover{
    background-color: #c39f54;
}


.nedenBizOrta p {
    font-family: 'Samsung Sans',sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #484848
}







#projeler{
    background-color: #eee;
    padding: 2% 0;
}
.projelerBaslik{
    margin-bottom: 30px;
}
.projelerBaslik h2{
    font-weight: 700;
}
.projelerHeader{
    cursor: pointer;
    border-radius: 7px 7px;  
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
    margin-bottom: 35px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.projelerHeader:hover{
    margin-top: -15px;
}
.projelerHeader img{
    border-radius: 7px 7px 0 0;
}
.projelerAltBaslik{
    background-color: #fff;
    display: block;
    text-align: center;
    height: 50px;
    border-radius: 0 0 7px 7px;
}
.projelerAltBaslik h4{
    font-size: 22px;
    font-weight: 600;
    line-height: 50px;
}
#projeler .btn-success{
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 800;
    padding: 10px 25px;
    border-radius: 0 !important;
    border: none;
    background-color: #D8B66F;
    color: #80652f;
    cursor: pointer;
    -webkit-box-shadow: 0px 5px 17px -5px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 5px 17px -5px rgba(0,0,0,0.55);
    box-shadow: 0px 5px 17px -5px rgba(0,0,0,0.55);
}
#projeler .btn-success:hover{
    -webkit-box-shadow: 0px 5px 17px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 5px 17px 0px rgba(0,0,0,0.55);
    box-shadow: 0px 5px 17px 0px rgba(0,0,0,0.55);
}







#menuBaslik{
    height: 100px;
    background: url(../images/background/baslik.jpg) no-repeat;
}
.baslikText{
    width: 100%;
    text-align: center;
}
.baslikText h4{
    line-height: 100px;
    font-size: 35px;
    font-weight: 600;
    color: #fff;
}

.buyutecback{
    position: relative;
    cursor: pointer;
}
.buyutec{
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    transition: all 0.3s;
    z-index: 3;
}
.buyutec i{
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.buyutecback:hover .buyutec{
    opacity: 1;
}



#icerik{
    background-color: #f5f5f5;
}



.icerikBody {
    margin: 2% 0;
    background-color: #fff;
    padding: 50px;
    border-radius: 2px;    
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
}
.icerikBody h4{
    font-weight: 600;
}
.icerikBody p{
    font-family: 'Samsung Sans',sans-serif;
    color: #121212;
    font-size: 15px;
}







.footerSol{
    margin: 50px 0;
}
.footerSol p{
    margin-top: 30px;
    color: #fff;
    font-family: 'Samsung Sans',sans-serif;
    font-size: 16px;
}
.footerOrta{
    margin: 50px 0;
}
.footerOrta i{
    color: #D8B66F;
}
.footerOrta h4{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #D8B66F;
    margin-bottom: 35px;
}
.footerOrtaSol{
    font-family: 'Poppins',sans-serif;
    font-weight: normal;
    font-size: 17px;
    color: #fff;
}
.footerOrtaSag{
    font-family: 'Poppins',sans-serif;
    font-weight: normal;
    font-size: 17px;
    color: #fff;
}

.footerSag{
    margin: 50px 0;
}
.footerSag i{
    font-size: 33px;
    padding: 0 5px;
    color: #ddd;  
    transition: all .8s ease;
}
.footerSag i:hover{
    color: #D8B66F;
    -webkit-transform: rotateY(360deg); /* Safari */
    transform: rotateY(360deg);
}
.footerSag h4{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #D8B66F;
    margin-bottom: 35px;
}
.footerBottom{
    padding: 15px 10px;
}
.footerBottom span{
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #ddd;
    line-height: 15px;
}
.footerBottom a{
    color: #D8B66F;
}



.galeriIcerikBack{
    margin: 50px 0;
    
}

.iletisimMail input[type="text"],
.iletisimMail input[type="email"],
.iletisimMail input[type="tel"],
.iletisimMail input[type="url"],
.iletisimMail select,
.iletisimMail textarea,
.iletisimMail button[type="submit"] {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #000;
    border: solid 2px #d3d1d1;
    border-radius: 4px;
}


.iletisimMail {
    background: transparent;
}



fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
}

.iletisimMail input[type="text"],
.iletisimMail input[type="email"],
.iletisimMail input[type="tel"],
.iletisimMail input[type="url"],
.iletisimMail select,
.iletisimMail textarea {
    width: 100%;
    margin: 0 0 5px;
    padding: 10px;
}
/*  HOVER
.footer-mail input[type="text"]:hover,
.footer-mail input[type="email"]:hover,
.footer-mail input[type="tel"]:hover,
.footer-mail input[type="url"]:hover,
.footer-mail textarea:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #fff;
}
*/
.iletisimMail textarea {
    height: 150px;
    max-width: 100%;
    resize: none;
}

.iletisimMail button[type="submit"] {
    cursor: pointer;
    border:none;
    border-radius: 0;
    background: #D8B66F;
    color: #80652f;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 10px 30px;
    font-size: 15px;
    -webkit-box-shadow: 0px 5px 17px -5px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 5px 17px -5px rgba(0,0,0,0.55);
    box-shadow: 0px 5px 17px -5px rgba(0,0,0,0.55);
    
}

.iletisimMail button[type="submit"]:hover {
   -webkit-box-shadow: 0px 5px 17px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 5px 17px 0px rgba(0,0,0,0.55);
    box-shadow: 0px 5px 17px 0px rgba(0,0,0,0.55);
}

.iletisimMail button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.iletisimMail input:focus,
.iletisimMail select:focus,
.iletisimMail textarea:focus {
    outline: 0;
    border: solid 2px #D8B66F;
    color: #000;
}



.iletisimAdres i{
    margin-right: 10px;
    font-size: 23px;
    color: #D8B66F;
}
.iletisimAdres span{
    font-family: 'Poppins' , sans-serif;
    font-size: 17px;
}








@media (min-width: 768px) and (max-width: 991px){
    .ustMenu li a {      
        font-size: 16px;
        font-weight: 400;
        line-height: 50px;
        padding: 0 10px;
        color: #000;
    }
}
@media (min-width: 768px){
    .gorunurluk{
        display: none;
    }
}
@media (max-width: 767px){
    #tanitimVideo h2{
        font-size: 25px;
    }
    .gorunurluk2{
        display: none;
    }
}
@media (min-width:645px) and (max-width:768px){
    .sliderItem h1{
        margin-top: 30px;
        font-size: 30px;
    }
    .sliderItem h4{
        font-size: 15px;
    }
}
@media (max-width: 644px){
    .sliderItem,sliderItem2{
        display: none;
    }
}
@media (max-width: 349px){
    .navbar-brand {
        width: 180px;
    }
}

