
body {
    margin: 0;
    padding: 0;
   font-family: 'Rubik', sans-serif;
}

.top-nav {
    font-family: 'Rubik', sans-serif;
    display: flex;
    background-color: #236477;
    color: white;
    font-size: 14px;
    padding-top: 1%;
    padding-bottom: 1%;
    font-weight: 400;
}

nav {
    box-shadow: 0 5px 5px -5px silver;
}
.logo {
    font-weight: bold;
     font-family: 'Fira Sans', sans-serif;
    padding-top: 3%;
    color: green;
    text-transform: capitalize;
}
.nav-link {
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 15px;
margin: 0 19px;
}
.navbar-light .navbar-nav .nav-link{
 color: #032e42;
 text-transform: capitalize;
}
.nav-item a:active {
    color: green;
    border-bottom: #9cc700 solid 1px;
}

.navbar-light .nav-item.active .nav-link,
.navbar-light .nav-item .nav-link:active,
.navbar-light .nav-item .nav-link:focus,
.navbar-light .nav-item:hover .nav-link {
    color: #00B159;
}
.slider {
    height: 85vh;
}

.carousel-caption {
    top: 30%;
    bottom: auto;
    text-align: left;
}

.carousel-caption h1 {
    font-size: 45px;
    font-weight: bold;
    color: white;
    text-align: left;
     font-family: 'Fira Sans', sans-serif;
}

.carousel-caption p {
    color: yellow;
    font-size: 22px;
    text-align: left;
    font-family: 'Roboto', sans-serif;
}

.black-overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to left, black, black);
    opacity: 0.8;
}

.about-us {
padding-top: 2%;
padding-bottom: 2%;


}
.about-img{
z-index: 2; padding-top: 4%; padding-bottom: 6%; margin-top: 5%;
border-radius: 10px;

}
.about-img img {
width: 100%;
margin: 2%;
border-radius: 10px;
box-shadow: rgba(0, 0, 0, 0.03) 20px 20px 20px 0px;
transition: all 0.3s ease-out 0s;
}
.about-img img:hover {
     -webkit-box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.2);
  box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.2);
  transform: translateY(-8px);
}
.about-info{
z-index: 2; padding-top: 4%; padding-bottom: 6%; margin-top: 5%;
border-radius: 10px;
}


.about-us h4 {
    font-weight: 600;

    font-family: 'Fira Sans', sans-serif;

   color: #032e42;

font-size: 45px;
line-height: 55px;
margin-bottom: 16px;
text-align: left;

}
.about-us h5 {
  color: #236477;
 font-weight: bold;
}

.about-us p {
   font-size: 18px;
line-height: 27px;
    color: #606060;
   font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-top: 2%;
}

.services {
    padding-top: 8%;
    padding-bottom: 8%;
     background-image: url('../assets/home1-bg3.png');
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f5f5f5;
}

.services h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 35px;
    color: rgb(39, 39, 39);;
}

.services p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: rgb(103, 103, 103);
    font-weight: 400;

}
.services-line {
    width: 12%;
height: 2px;
background-color: green;
margin: 15px 88% 0 auto;
}

.services .service-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    padding: 50px 20px 20px 20px;
    height: 350px;
   box-shadow: rgba(0, 0, 0, 0.03) 20px 20px 20px 0px;
    outline-color: rgb(114, 114, 114);
    transition: all 0.3s ease-out 0s;
}

.services .service-item:hover {
    -webkit-box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.2);
  box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.2);
  transform: translateY(-8px);
}

.services .service-item h1 {
    font-size: 18px;
    color: rgb(39, 39, 39);;
    font-family: "Montserrat", sans-serif;
    line-height: 23px;
margin-bottom: 16px;
font-style: normal;

}

.services .service-item p {
    font-size: 14px;
    color: rgb(114, 114, 114);;
   font-family: "Open Sans", sans-serif;
    text-align: left;
    line-height: 23px;


}

.services .service-item i {
    font-size: 50px;
    line-height: 23px;
    color: green;
    margin: 0 0 2rem;


}

.services .service-item a {
    color: #4C8C2E;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.services .service-item .readmore {
    padding: 2%;
    text-align: center;
}

.sectors {
    padding-top: 2%;
    padding-bottom: 2%;
    min-height: 100%;
    background-position: center;
    background-image: url("../assets/topsection.jpg");

}
.sectors img {
width: 100%;
height: 30vh;
}
.sectors-items {
    background: rgb(255, 255, 255);;
    display: flex;
    flex-direction: column;
    align-content: center;
    margin-top: 5%;
    color: rgb(114, 114, 114);
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.03) 20px 20px 20px 0px;
    outline-color: rgb(114, 114, 114);
    padding:3%;
    height: 400px;
    transition: all 0.3s ease-out 0s;
}

.sectors-items h4 {
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    color: rgb(16, 16, 16);
    font-weight: 400;
line-height: 30px;
margin-bottom: 18px;
margin-top: 30px;
}
.sectors-items p {
    color: rgb(114, 114, 114);
font-family: "Open Sans", sans-serif;
font-weight: 400;
line-height: 23px;
margin-bottom: 10px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
outline-color: rgb(114, 114, 114);
outline-style: none;
outline-width: 0px;
padding-top: 10px;
}
.sectors .sectors-items i {
    font-size: 50px;
    line-height: 50px;
    color: darkgray;
    margin: 0 0 1rem;
}

.sectors .sectors-items:hover{
-webkit-box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.2);
  box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.2);
  transform: translateY(-8px);
}
.gallery {
    padding-top: 4%;
    padding-bottom: 4%;

}

.gallery img {
    height: 300px;
    box-shadow: rgba(0, 0, 0, 0.03) 20px 20px 20px 0px;
    transition: all 0.3s ease-out 0s;
    border-radius: 10px;
}
.gallery img:hover{
  -webkit-box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.2);
  box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.2);
  transform: translateY(-8px);
}

.gallery h1 {
    margin: 2%;
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    color: black;
}

.contact {
    padding-top: 2%;
    padding-bottom: 2%;
    background-image: url('../assets/168.jpg');
    background-position: bottom;
    background-repeat: no-repeat;

}

.contact input {
    border-radius: 0;
    height: 55px;
}

.contact h2 {
    font-family: 'Georgia', sans-serif;
    font-size: 30px;
    color: black;
}

.contact-item {
    border: 1px solid darkgray;
    margin-top: 2%;
    padding: 20% 2% 20% 2%;
   background: green;
   box-shadow: rgba(0, 0, 0, 0.03) 20px 20px 20px 0px;
}

.contact .contact-item h3 {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    color: white;
    font-weight: 600;
}

.contact .contact-item h5 {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    color: white;
}

.contact .contact-item i {
    font-size: 50px;
    line-height: 50px;
    color: white;
    margin: 0 0 1rem;
}

footer {
    padding-top: 4%;
    padding-bottom: 4%;
   background-color: #236477;
}
footer h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: yellow;
    font-weight: bold;
}
footer ol {
list-style: none;
padding: 0;
}
footer ol li {
    font-size: 14px;
line-height: 24px;
opacity: 0.8;
color: white;
font-family: 'Rubik', sans-serif;
margin-top: 2%;
font-weight: 400;
}
.carousel-fade .carousel-item {
        opacity: 0;
        transition-duration: .6s;
        transition-property: opacity;
    }
.accordion .card-header {
background-color: green;
color: white;

}
.accordion .card-header button{
color: white;
text-decoration: none;
font-family: 'Georgia', sans-serif;
}
.accordion .card-body {
color: black;
text-decoration: none;
font-family: 'Georgia', sans-serif;
}
.aboutpage {
    padding-top: 5%;
    padding-bottom: 5%;
    text-align: center;
    background-image: url("../assets/topsection.jpg");

}
.aboutpage ul li {
	 font-size: 18px;
line-height: 27px;
    color: #606060;
   font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-top: 2%;
	
}
.aboutpage h2 {
color: white;
    font-family: "Fira Sans", sans-serif;
    font-size: 55px;
    font-weight: 700;
}
.servicespage {
    padding-top: 5%;
    padding-bottom: 5%;
    text-align: center;
    background-image: url("../assets/topsection.jpg");
    color: white;
    font-family: 'Georgia', sans-serif;
}
.servicespage h1 {
    color: white;
    font-family: "Fira Sans", sans-serif;
    font-size: 55px;
    font-weight: 700;
}
.gallerypage {
    padding-top: 5%;
    padding-bottom: 5%;
    text-align: center;
    color: white;
    font-family: 'Georgia', sans-serif;
}
.gallerypage h2 {
    color: white;
    font-family: "Fira Sans", sans-serif;
    font-size: 55px;
    font-weight: 700;
}
.scope p {
    font-family: 'Georgia', sans-serif; font-size: 18px; line-height: 32px; margin: 0 0 24px;
}

.scope span {
font-weight: bold;
}
@media only screen and (max-width: 600px) {
    .slider {
        height: 55vh;
    }

.about-info{
border: none;
}
.top-nav {
   display: none;
}


}