body{
    font-family: 'Roboto', sans-serif;
}

/* Back To Top Button */

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 999;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #e7d941;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #d0a82f;
}





/* Navbar Design */ 
.navbar{
    border-bottom:#e7d941 2px solid; 
}

.bg-dark{
    background-color: rgba(0,0,0, .9)!important;
}

.nav-link
{
    color: white !important;
    text-transform: uppercase;
     transition: color .5s ease;
}

.nav-link:hover
{
    color: #d0a82f !important;    
}

.navbar a{
    font-family: 'Poppins', sans-serif;
}

/* ---- Navbar End -----  */


/* Header */

#headerSection {
    
    background: url('../img/Construction-Wallpaper.jpg') no-repeat center center;   
   background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 600px) {
    #headerSection {
    
    background: url('../img/Construction-Wallpaper.jpg') no-repeat center center fixed;   
   background-size: 100% 100%;
    -webkit-background-size:100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size:100% 100%;
    width: 100%;
    height: 100%;
}
    
    
    
}

#headerSection .overlay{
    background-color: rgba(0,0,0, .7)
    
}

#headerSection .row{
    height: 100vh;
}

#headerSection span{
    color: #d0a82f !important;
}

.btn-outline-info{
    padding-left: 30px;
    padding-right: 30px;
    border-color: #d0a82f !important;
    color: white;
    margin-top: 20px;
}

.btn-outline-info:hover{
    background-color: #d0a82f !important;
}

#headerSection h1{
    font-family: 'Poppins', sans-serif;
}

#headerSection p{
    padding-top: 20px;
    color: white;
}


/* --- Header End --- */

/* --- Fauters --- */

#features .fas , .far{
    font-size: 40px;
    color: #d0a82f;
}

#features h3{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
    color: #d0a82f;
}

#features p{
    font-size: 14px;
}

/* --- Fauters End --- */


/* --- aboutUs --- */

#aboutUs{
    background-color: #ebebe0;
    padding-bottom: 50px;
}

#aboutUs h2{
    font-weight: 600;
}


#aboutUs span{
    background: #e7d941;
    height: 5px;
    width: 120px;
    display: block;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 20px;
}



#aboutUs .col-md-6{
    display: inline;
}

#aboutUs .btn-outline-info{
    bottom: 0;
}

#aboutUs .btn-outline-info:hover{
   color: white!important;
}

#aboutUs p{
    line-height: 32px;
}


/* --- aboutUs End --- */


/* --- ourMission --- */

#ourMission {
   background-color: #dee1ed;
    line-height: 28px;
}

.missionArea{
    background-color: #fff;
    margin-top: 40px;
    padding-right: -40px;
    z-index: 100;
    position: relative;
    padding: 20px;
    min-height: 420px;
    
}
.caseImage{
    margin-left: -60px;
}
@media only screen and (max-width: 600px) {
    .caseImage{
    margin-left: 0px;
}
    
}

#ourMission h3{
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 30px;
    
}

#ourMission .fa {
    
    font-size: 40px;
    color: #e7d941;
    
}

#ourMission .btn-outline-info:hover{
   color: white!important;
}

/* --- ourMission End --- */


/* --- Portfolio --- */

#portfolio .col-md-3{
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}

#portfolio h4{
    font-size:18px;
    font-weight: 500;
}

#portfolio .fa {
    font-size:28px;
    margin-bottom: 20px;
}

#portfolio  p{
    font-size:14px;
    font-weight: 300;
}

.imgContainer{
    position: relative;
    cursor: pointer;
}

.imgoverlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #e7d941;
    opacity: 0;
    transition: 0.7s ease;
}

.imgContainer:hover .imgoverlay{
    opacity: .8;
}

.imageText{
    color: #0040ff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#portfolio span{
    background: #e7d941;
    height: 5px;
    width: 120px;
    display: block;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 20px;
}



/* --- ContatUs --- */

#ContactUs {
    background-color: #f4f5f9;
}


#ContactUs span{
    background: #e7d941;
    height: 5px;
    width: 160px;
    display: block;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 20px;
}

#ContactUs h4{
    margin-top: 40px;
    margin-bottom: 0px !important;
    padding: 10px;
    

}


.inputBox{
    position: relative;
    box-sizing: border-box; 
    padding-bottom: 10px;   
}

.input{
    position: relative;
    width: 100%;
    height: 40px;
    background: transparent;
    border: none;
    outline: none;
    font-size: 18px;border-style:inset;
    border: 3px;
    border-color: #e7d941;
    border-bottom: 2px solid rgba(0,0,0,.5); 
}

.inputText{
    position: absolute;
    line-height: 40px;
    font-size: 18px;
    transition: .20s;
    opacity: .5;
    
}

.focus .inputText
{
    transform: translateY(-20px);
    font-size: 14px;
    opacity: 1;
    color: #e7d941;
   transition: .20s;
}


textarea{
    height: 100px !important;
}

.button{
    margin-top: 10px;
    width: 100%;
    background: #00bcd4;
    color: #fff;
    border-radius: 10px;
    border: none;
    outline: none;
    height: 50px;
    font-size: 24px;
}

.formBox{
    outline-color: aliceblue;
    padding-left: 5px;
}

#ContactUs .btn-outline-info:hover{
   color: white!important;
}

.map{
    margin-top: 40px;
    width: 50px;
    height: 50px;
    padding: 10px;
    margin-left:10px;
    background-color:#173b68;
    color: #e7d941;
    border-radius: 25px;
}
.iconduzelt{
    margin-left: 4px;
}
.map-icerik{
    margin-top: 20px;
}



/* --- ContatUs End--- */

/* --- Footer --- */ 

footer{
    
    background-color: black;
    color: white;
    
}



