body{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
.container-fluid{
    margin: 0;
    padding: 0;
}
.navbar-brand{
    margin-left: 2rem;
}
.navbar-nav{
    /* margin-left: 5rem; */
    font-size: 20px;
    font-weight: 500;
}
.nav-item{
    padding: 1.5rem 1rem 1rem 1.5rem;
}
.navbar form{
    margin-left: 5rem;
}




/* -------------------------About-------------------------  */


.about{
    width: 99vw;
    margin: 0rem 0rem 0rem -1.2rem;
}
.col-5{
    margin: 4rem 0rem 1rem 1rem;
}

.about-detail{
    text-align: justify;
    /* margin: 4rem 0 0 7rem; */
    font-size: 16px;
    line-height: 2rem;
}
.about-detail a{
    margin-top: 2rem;
}
.about-btn{
    margin: 1rem 0 0 0;
}
.about .row{
    margin: 0;
}


/* -------------------------project-------------------------  */

.margin{
    margin: 0 1px 1rem 0;
}
.project {
    width: 99vw;
    padding: 2rem 0.5rem 1rem 1rem;
    margin: 0rem 0rem 0rem -1.2rem;
    background: rgb(48, 69, 76);
}
.project h5 {
    text-align: center;
    margin: 1.5rem 0 0 0;
    font-size: 18px;
    color: white;
}

/* -------------------------project section-------------------------  */
a{
    color: white;
}
a:hover{
    text-decoration: none;
    color: red;
}
h6:hover{
    color: red;
    text-decoration: underline;
    cursor: pointer;
}


/* -------------------------services-------------------------  */


.services {
    width: 99vw;
    margin: 0rem 0rem 0rem -1.2rem;
    background: rgb(48, 69, 76);
    color: #fff;
}
.services h6 {
    font-size: 16px;
    margin: 1rem 0 1rem 1rem;
    font-weight: bold;
}
.services p {
    margin: 0 2rem 0 5.3rem;
    text-align: justify;
    font-size: 14px;
}
.services i {
    font-size: 20px;
}
.service-btn {
    margin: 1.5rem 0 0 5rem;
}


/* -------------------------services-------------------------  */


.contact .detail {
    border: 1px solid rgb(87, 114, 127);
    
}
.contact h3 {
    margin: 0 0 0 1rem;
}
.contact-btn {
    margin: 3rem 0 0 5rem;
}
.contact p {
    margin: 1rem 0 0 4rem;
    font-size: 20px;
    font-weight: 400;
}


.success{
    display: none;
    background-color: #9fd2a1 ;
    padding: 5px 10px;
    text-align: center;
    color: #326b07;
    border-radius: 3px;
    font-synthesis: 14px;
    margin-top: 10px;
}


/* -------------------------footer-------------------------  */


footer a {
    color: white;
    text-decoration: none;
}

footer {
    background: rgb(48, 69, 76);
}

footer .list-unstyled,
.links {
    padding: 1.5rem 0 0 0;
}

footer .links:hover,
.footer-a:hover {
    color: white;
    text-decoration: underline;
    padding-left: .5rem;
    transition: all .2s ease-in;
}

footer .links i {
    font-size: 1rem;
}

.location:hover {
    color: #ffffff;
    text-decoration: underline;
}

.locate .social-links {
    text-align: center;
}

.locate a:hover {
    text-decoration: none;
    color: white;
}

.locate .social-links i {
    font-size: 2.5rem;
    margin: 1rem 1.5rem 0 0;
}

.locate .social-links i:hover {
    color: grey;
}
.address{
    margin-left: 2rem;
}

footer .copyright {
    text-align: center;
}
