body{
    margin:0;
    padding: 0;
}

/*------------------- HOME -------------------*/

/*------------------- ABOUT US -------------------*/
.about{
    width: 83vw;
    height: 74.8vh;
    background-color: #545454;
}
.about .container img{
    width: 75%;
    height: 220px;
    object-fit: cover;
    margin-left: 75px;
    margin-top: 105px;
}
.about .container h1{
    color: #a09d9d;
    font-family: 'Michroma', sans-serif;
    margin-left: 20px;
    margin-top: 30px;
}
.about .container p{
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
    margin-left: 20px;
    font-weight: 100;
}
/*------------------- Services -------------------*/
.service{
    width: 75vw;
/*    height: 46vh;*/
    background-color: #545454;
}
.service h1{
    color: #a09d9d;
    font-family: 'Michroma', sans-serif;
    margin-left: 20px;
    margin-top: 30px;
}
.service .row{
    margin-top: 10vh;
    margin-left: 8vw;
}

.services{
    display: flex;
}
.services img{
    width: 150px;
    height: 15vh;
    margin-left: -75px;
    margin-top: -20px;
    border: 1px solid #a29696;
    background-color: #767676;
    padding: 5px;
    border-radius: 5px;
}
.services p{
    font-size: 20px;
    margin-left: 2vh;
    margin-top: 5vh;
    letter-spacing: 1px;
    font-family: 'Michroma', sans-serif;
    font-weight: 600;
    color: #CECDCB;
}
.services{
    width: 400px;
    height: 15vh;
    margin-left: 2vh;
    background-color: transparent;
    border: 1px solid #7b7975;
/*    border-radius: 5px;*/
}
.service .pd{
    margin-top: 0px;
}
/*------------------- Projects -------------------*/
.projects{
   /*width: 70vw;*/
    /*  height: 45vh;*/
    background-color: #545454;
}
.projects h1{
    color: #a09d9d;
    font-family: 'Michroma', sans-serif;
    margin-left: 20px;
    margin-top: 25px;
}
.project img{
    height: 25vh;
    width: 100%;
    margin-top: 10px;
    /*border-radius: 10px;*/
    filter: brightness(.7);
    object-fit: cover;
}
.project h4{
    position: relative;
    top: -50%;
    text-align: center;
    color: #fff;
    font-weight: 100;
    font-family: 'Michroma', sans-serif;
    text-decoration: #fff underline;
    transition: 0.5s;
}
.project h4:hover{
    top: -52%;
}
.image img{
    width: 85%;
    height: 23vh;
    object-fit: cover;
    transition: 1s;
    border: 1px solid #fff;
    padding: 5px;
}
.image img:hover{
    transform: scale(1.1);
}
.title{ font-size: 1em; color: #6c757d!important; text-decoration: #6c757d underline!important;
    background-color: rgba(0,0,0,0.5);
    padding: 5px;
}
/*------------------- Contact Us -------------------*/
.contact{
    width: 83vw;
    height: 74.8vh;
    background-color: #545454;
}
.contact h1{
    color: #a09d9d;
    font-family: 'Michroma', sans-serif;
    margin-left: 20px;
    margin-top: 25px;
}
.addressPage{
    display: flex;
    margin: 20px;
    margin-top: 10px;
    margin-left: 60px;
}
.addressPage img{
    width: 40px;
    height: 40px;
    margin: 20px;
}
.addressPage h1{
    margin-left: -10px;
    margin-top: 10px;
}
.addressPage p{
    margin: 20px;
    color: #fff;
    margin-top: 22px;
}
.phone{
    display: flex;
    margin: 20px;
    margin-top: -10px;
    margin-left: 60px;
}
.phone img{
    width: 40px;
    height: 40px;
    margin: 20px;
}
.phone h1{
    margin-left: -10px;
    margin-top: 10px;
}
.phone p{
    margin: 20px;
    color: #fff;
    margin-top: 22px;
    line-height: 25px;
}

/*------------------- Navbar -------------------*/


/*-------------------  Footer -------------------*/







