*{
    margin: 0;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
}

.header{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(4, 9, 30, 0.226),rgba(8, 16, 49, 0.63)),url(./imgs/jeshoots-com-__ZMnefoI3k-unsplash.jpg);
    background-repeat:no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}
@@media only screen and(max-width:1390pix) {
  .header{
    background-attachment: scroll;
  }
}

nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}

nav .fa{
    
    display:  none;
}

nav img{
    width: 400px;
}

.nav-links{
    flex: 1;
    text-align: right;

}

.nav-links ul li{
  list-style: none;
  display: inline-block;
  padding: 8px 12px;
  position: relative;   
}

.nav-links ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 13px;

}

.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 2px;
   background: #12095e;
    display: block;
    margin: auto;
    transition: 0.4s;
}

.nav-links ul li:hover::after{
    width: 100%;

}

.text-box{
    width: 90%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;

}
.text-box h1{
    font-size:62px ;


}

.text-box p{
    margin: 10px 0 40px;
    font-size:14px ;
}

.hero-btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 34px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
}
.row a{
    text-decoration: none;
    color: black ;
}
.hero-btn:hover{
    border: 1px solid#12095e;
    background: #12095e;
    transition: 1s;
}

nav.fa{
    display: none;

}

@media(max-width: 700px ){
    .text-box h1{
        font-size: 30px;
    }

    .nav-links ul li{
        display: block;

    }
    .nav-links{
        position: fixed;
        background: #12095e;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: center;
        z-index: 2;
        transition: 1s;

    }

    nav img{
        width: 200px;
    }

    nav .fa{
        display: block;
        color: #fff;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }

    .nav-links ul{
        padding: 30px;
    }

}





/* aboutUs */

.aboutUs{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}

.aboutUs h1{
    font-size: 36px;
    font-weight: 14px;
}

.aboutUs p{
    color: #777;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
}

.row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}

.about-col{
    flex-basis: 31%;
    background: #fff3f3;
    border-radius: 10px;
    margin-bottom: 5px;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
}
h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
}

.about-col:hover{
    box-shadow:0 0 20px 0px rgba(0,0,0,0.2) ;
}

@media(max-width: 700px){
    .row{
        flex-direction: column;
    }
}

/* aboutusPage */

.aboutusPage{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}

.aboutusPage-col{
    flex-basis: 31%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: left;
}

.aboutusPage-col img{
    width: 100%;
    border-radius: 10px;
}

.aboutusPage-col p{
    padding: 0;

}

.aboutusPage-col h3{
    margin-top: 16px;
    margin-bottom: 15px;
    text-align: left;
}

/* Services */

.services{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}

.ourServices-col{
    flex-basis: 21%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: left;
}

.ourServices-col img{
    width: 100%;
    border-radius: 10px;
}

.ourServices-col p{
    padding: 0;

}

.ourServices-col h3{
    margin-top: 16px;
    margin-bottom: 15px;
    text-align: left;
}

/* quote/ contact us    */  

.location{
    width: 80%;
    margin: auto;
    padding: 80px 0;
}

.location iframe{
    width: 100%;
}


.contactUs{
    width: 80%;
    margin: auto;
}

.contact-col{
    flex-basis: 48%;
    margin-bottom: 30px;
}

.contact-col div{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.contact-col div .fa{
    font-size: 28px;
    color: #12095e;
    margin: 10px;
    margin-right: 30px;
}

.contact-col p{
    padding: 0;

}

.contact-col h5{
    font-size: 20px;
    margin-bottom: 5px;
    color: rgb(58, 57, 57);
    font-weight: 400;
}

/* quote  form */


.contact-col input, .contact-col textarea{
    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    outline: none;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.location h3{
        text-align: center;
        padding-bottom: 5%;
        font-size: 30px;
        font-weight: 14px;
  
}
.contact-col #quote{
    color: #12095e;
    padding-bottom: 20px;
}


.contact-col p{
    color: rgb(100, 99, 99);
    padding-top: 20px;
}

.contact-col .red-btn{
    display: inline-block;
    text-decoration: none;
    border: 1px solid rgba(102, 99, 99, 0.548);
    padding: 12px 34px;
    font-size: 14px;
    background: #0f084dc2;
    color: whitesmoke;
    position: relative;
    cursor: pointer;
}

.red-btn:hover{
    font-size: 16px;
    color: whitesmoke;
    border-radius: 6px;
    border: 1px solid #12095e;
    background: #12095e;
    transition: 1s;
}


/*btn to go up */

/*.goto{*/
/*  position: fixed;*/
/*    margin: auto;*/

/*  background-color: black;*/
/*  bottom: 40px;*/
/*  left: 50px;*/
/*  box-shadow: 0 0 40px 0px rgba(233,233,233,233);*/

/*  text-decoration: none;*/
/*  text-align: right;*/
/*  line-height: 50px;*/
/*  color: white;*/
/*  font-size: 110px;*/
/*  border-radius: 10px;*/


/*}*/

/*.goto:hover{*/
/*  color: blue;*/
/*  background-color: black;*/
/*  box-shadow: 0px 0px 40px 20px rgba(233,233,233,233);*/
/*}*/




/* footer */

footer{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}

footer  h4{
    color: rgb(71, 71, 71);
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 3%;
}