

html{
  scroll-behavior: smooth;
}
/*h2*/
.about h2,.service h2,.clients h2,.project h2{
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 30px;
}
.about p,.service p,.consultancy p{
    font-family: 'Roboto Serif';
    font-weight:500;
    letter-spacing: 1.5px;
}


#maincarousel img{
    height:100vh;
    width: 100%;
    position: relative;
   }
   /*navbar*/
   .navbar-brand{
   height: 40px;
   width: 270px;
    
    
   }
   @media screen and (max-width: 676px) {
   
    /* .navbar-brand{
      width:100px;
      height:25px;
      
     } */
     .navbar-nav a{
      text-align: center;
     }
     #mainlogo{
      height: 450px;
     }
     #maincarousel img{
      height:400px;
     }
  
  }
  .navbar-dark{
  background-color: #262626 !important;
  }
   .bg-dark1{
    background: linear-gradient(to bottom,#1b3450,#0b2a2e )!important;
  }
   .navbar{
      
       color: aliceblue;
   }
   .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
  }
    .navbar .navbar-toggler {
       color: white !important;
    }
    .navbar .navbar-toggler .navbar-toggler-icon{
    color: white !important;
  }
     
   .navbar-nav a{
       font-weight:600;
       color: aliceblue !important;
       
   }
   .nav-item a:hover{
       color: #ffd000 !important;
   }
   .navbar .dropdown-menu a{
      color:#000000 !important;
   }


/*about*/
#about{
    padding :8% 5%;
    background-color: #004445;
    /* background-image: url(/assets/Image/bg2.jpg); */
    background-size: cover;
    background-attachment: fixed;
    background: linear-gradient(to bottom,#1b3450,#0b2a2e );
}
.about{
    
}
.about h2,.about p{
    color:aliceblue;
}
.about img{
    border-radius: 20px;
}

/*service*/
#service{
  padding :8% 5%;
 
  background-size: cover;
  background-attachment: fixed;
  
  
}
.service img{
    height: 320px;
    width: 100%;
    border-radius: 10%;
    box-shadow: 10px 10px 15px gray;
}

@media screen and (max-width: 876px) {
  .service img{
    height: 200px;
  }
}
@media screen and (max-width: 676px) {
  .service img{
    height: 250px;
  }
}
/*project*/

#project{
  padding :8% 5%;
  background-color: #004445;
  background: linear-gradient(to bottom,#1b3450,#0b2a2e );
    background-size: cover;
    background-attachment: fixed;
  
}
.project h2 {
  color: aliceblue;
}
/*consultancy*/
.consultancy{
    padding :5%;
}

/*Clients*/
#clients{
    padding: 8% 5%;
    background-image: url(/assets/Image/bg3.png);
    background-size: cover;
    background-attachment: fixed;
    
}

#clients img{
  border-radius: 25%;
}




/*footer*/
#footer{
   
  /* background: linear-gradient(to bottom,#0b2a2e, #204143, #1b3450 ); */
   
  background: linear-gradient(to bottom,#1b3450,#0b2a2e );
  
    padding: 5%;
    /* background-image: url(/assets/Image/bg2.jpg); */
    background-size: cover;
    background-attachment: fixed;
}
.footer h5{
    color: aliceblue;;
}
.footer p{
    color: aliceblue;;
}
.footer LI{
    list-style-type:none;
}
.footer a{
    color: aliceblue;
    text-transform: capitalize;
}
.footer a:hover{
    color:#FFCB05;
    text-decoration: none;
}
.footer i{
  color:aliceblue;
  font-size: 28px;
}

  .footer  img{
  width: 100%;
  
  }
.footer .email {

  font-size: 14px;
}
 
  @media screen and (max-width: 876px) {
    .footer  img{
      width:100%;
    }
  }
  @media screen and (max-width: 767px) {
    .footer  img{
       width:220px;
   align-items: center;
    }
    .footer li{
      text-align: center;
    }
    .footer h5{
      text-align: center;
    }
  }

@media screen and (max-width: 876px) {
    .navbar-brand{
  width:180px;
  height:40px;
  
 }
}
#copyrights{
  padding: 1%;
  background: linear-gradient(to bottom,#e0eafc,#cfdef3 );



}

@media screen and (max-width: 676px) {
  #footer p, #footer i{
    text-align: center;
    
}
}


