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;
}

/* ------------------------------ABOUT SECTION------------------------------ */
.about {
    justify-content: center;
}
.main-about{
    font-size: 20px;
}

.about p {
    text-align: justify;
    font-size: 20px;
}


/* ------------------------------SERVICES------------------------------ */


.service .ser-1:hover {
    text-decoration: none;
    /* cursor: pointer; */
}
.service a{
    text-decoration: none;
    color: black;
    font-size: 20px;
    font-weight: bold;
    /* padding: 1rem 0 1rem 0; */
}
.service a:hover {
    color: red;
    text-decoration: underline;
    cursor: pointer;
    
}

.service p {
    text-align: justify;
    margin: 1rem 2rem 0 0;
}

.card-img-top {
    width: 27vw;
    height: 40vh;
    margin-bottom: 1rem;
}


/* ------------------------------SERVICES SECTION------------------------------ */


.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;
}


/* ------------------------------PROJECT------------------------------ */


.project {
    padding: 2rem 0 1rem 0;
    background: rgb(48, 69, 76);
}

.project h4 {
    text-align: center;
    margin: 1.5rem 0 0 0;
    font-size: 18px;
    color: white;
}

.project a {
    text-decoration: none;
    color: white;
}

.project img {
    transition: transform .7s ease-in-out;
    /* transform: rotate(25deg); */
  }
 .project img:hover {
    transform: rotate(360deg);
  }

.project img {
   
    align-items: center;
    border-radius: 1rem;
}

.project img:hover {
    padding: 1rem 1rem 1rem 1rem;
    cursor: pointer;
    transition: all .1s ease-in-out;
}
/* -------------------------project section-------------------------  */
a{
    color: white;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
    color: red;
}
h6:hover{
    color: red;
    text-decoration: underline;
    cursor: pointer;
}

/* ------------------------------Method------------------------------ */


/* ------------------------------CONTACT------------------------------ */

.contact .detail {
    border: 1px solid rgb(87, 114, 127);
    ;
}

.contact h3 {
    margin: 0 0 0 1rem;
}

.contact p {
    margin: 1rem 0 0 4rem;
    font-size: 20px;
    font-weight: 400;
}

.contact-btn {
    margin: 3rem 0 0 5rem;
}

.form-control {
    box-shadow: none !important;
}


/* ------------------------------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;
}

footer .copyright {
    text-align: center;
}