

@import url('https://fonts.googleapis.com/css2?family=Sen:wght@400..800&display=swap');


body{
    /* margin: 0 50px  0 50px ; */
    margin: 0;
    line-height: 30px;
    /* font-family: "Roboto", sans-serif; */
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
}


*{
    box-sizing: border-box;
}
section{
  margin: 20px 50px  20px 50px ;

}
h1, h2{
  font-family: "Roboto", sans-serif;
  font-weight: lighter;
  font-style: normal;
  color:#008cde;
}
button:focus{
  border: none;
}

.navbar-nav .nav-link{
  font-size: 20px;
}
/* .navbar-nav .nav-link:hover{
 
} */

.active {
  color: #008cde;
  border-bottom: 3px solid #008cde;
 

}



/* .navbar-nav:hover > .nav-item{
  border-bottom: 3px solid #008cde;
} */

.navbar-brand img{
    width: 200px;
}
.carousel-item img{
    height: 100vh;
    object-fit: cover;
    /* margin: 0 50px  0 50px ; */

}
.hover-button {
    position: relative;
    background-color: #2a3449;
    color: #fff;
    border: none;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 1000px;
    margin-top: 50px;
    align-items: center;
    justify-content: center;
  }
  
  .hidden-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 20px;
    opacity: 0;
    /* transition: opacity ease-in 1s; */
  }

  
  .hover-button:hover .hidden-icon {
    opacity: 1;
    /* border: 1px solid #2a3449; */
    margin-right: 10px;

    
  }
  .hover-button:hover{
    background-color: transparent;
    border: 1px solid #2a3449 ;
    color: #2a3449;
  }

  .hover-button a {
    text-decoration: none;
    color: #fff;
  }
  .hover-button:hover a{
    color: #2a3449;
    transition: ease-in-out 1s;
    margin-right: 20px;


  }

  .about-us {
    /* margin-bottom: 20px; */
    /* margin: 20px 50px  20px 50px ; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    

  }

  .Mis-vis{
    /* margin-top: 100px; */
    /* margin: 100px 50px  100px 50px ; */
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
display: flex;

  }

 .Mis-vis .Mis-vis-content{
display: flex;
/* align-items: center; */
/* justify-content: center; */
/* max-width: 500px; */
}

.content{
    text-wrap: wrap;
     display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
   
}

.content p{
    /* font-size: small; */
    text-align: center;
    text-wrap: wrap;
    width: 400px;   
}

.Mis-vis-content i {
    border: 1px solid #008cde;
    padding: 20px;
    border-radius: 50%;
    color: #008cde;
    /* width: 20px; */
}

.Mis-vis-content h3{
    margin-top: 20px;
    text-align: center;
    font-size:larger;

}
  

/* About   */
.about-car img{
   height: 50vh;
   object-fit: cover;
}

.about-us-ori{
      /* margin-bottom: 20px; */
      /* margin: 20px 50px  20px 50px ; */
      display: flex;
      /* align-items: center; */
      justify-content: center;
      flex-direction: column;
  
}

.about-us-ori .mission {
    /* margin: 20px 50px  20px 50px ; */
    display: flex;
    /* align-items: center; */
    justify-content: center;
    flex-direction: column;

}


/* Service*/

.service-car img{
    height: 50vh;
    object-fit: cover;
}

.work-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    width: 100%;
   margin-bottom: 30px;
  }
  .work-content .cont{
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); */
text-wrap: wrap;
    /* width: 280px; */
    /* height: 400px; */
    margin-bottom: 30px;

    padding: 0;
  }
  
  .work-content img {
    width: 100%;
    height: 200px;
    cursor: pointer;
    object-fit: cover;  
  }


  .work-content img:hover{
    transform: scale(1.02);
  }

 
  
  .work-content p {
    /* margin-top: 10px; */
    padding: 5px;
  }
  
  .work-content i {
    padding-left: 10px;
  }
  
  .work-content a {
    padding-top: 0;
    text-decoration: none;
    color: #0067b8;
    font-weight: bold;
  }
  .work-content h3{
    font-size: 20px;
    margin-top: 0;
  }
  .oneNote ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 4px;

  }
  .work h3 {
    /* margin: 40px 0 10px 0; */
  }

  footer{
    background-color: rgb(190, 190, 190);
    padding: 10px;
    color: #fff;

}

/*Contact*/

.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.contact-form {
    width: 50%;
    padding: 20px;
    margin-right: 20px;
    margin-bottom: 50px;

    /* background-color: #f0f0f0; */
    /* border: 1px solid #ddd; */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

.form-group {
    margin-bottom: 20px;
}

label {
    display: block;
    margin-bottom: 10px;
}

input, textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
input, textarea:focus{
   outline: none;
}

button[type="submit"] {
    background-color: #008cde;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

button[type="submit"]:hover {
    background-color: #4aa3d6;
}

.map-container {
    width: 50%;
    height: 500px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

iframe {
    width: 100%;
    height: 100%;
    border: none;
}


.address {
    /* background-color:#1c2331; */
    display: flex;
    height: 200px;
    /* grid-template-columns: repeat(3, 1fr); */
    /* grid-gap: 20px; */
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
    
  }
  
  .address h2 {
    color: #008cde;
  }
  
  .address div {
    border: #ddd solid 1px;
    height: 180px;
    width: 400px;
    padding: 20px;
    /* margin: 20px; */
  }

  .address div p a{
    text-decoration: none;
    color: #1c2331;

  }
  .address div p {
    color: #1c2331;
  }
  .address div i {
    color: #1c2331;
  }

  /*======== Team Members ======*/
  .Team-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    margin-top: 100px;

}

.Team-container p{
    width: 300px;
    color: var(--dark);
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    /* font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; */
    text-align: center;
}

.Team-container h2{
    /* width: 150px; */
    color: var(--primary);
    font-size: 15px;
    font-weight: bold;
}

    .Team_members{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 10px;
align-items: center;
justify-content: center;     
    }

.Team_members .Team{
    position: relative;
    width: 250px;
    height: 300px;
    border-radius: 5px;
    box-shadow: 5px 20px 20px 1px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
}



.Team_members .Team-img1{
    background: url("img/omoja.jpg") no-repeat center
    center/cover;
    width: 100%;
    height: 100%;
    /* border-radius: 0px 0px 20px 20px; */

}
.Team_members .Team-img2{
    background: url("img/dike.jpg") no-repeat center
    center/cover;
    width: 100%;
    height: 100%;

    /* border-radius: 0px 0px 20px 20px; */


}
.Team_members .Team-img3{
    background: url("img/mel.JPG") no-repeat center
    center/cover;
    width: 100%;
    height: 100%;

    /* border-radius: 0px 0px 20px 20px; */
}
.Team_members .Team-img4{
  background: url("img/Remy.JPG") no-repeat center
  center/cover;
  width: 100%;
  height: 100%;

  /* border-radius: 0px 0px 20px 20px; */
}
.Team_members .Team-img5{
  background: url("img/Picture1.png") no-repeat center
  center/cover;
  width: 100%;
  height: 100%;

  /* border-radius: 0px 0px 20px 20px; */
}
.Team_members .Team-img6{
  background: url("img/ebere.jpg") no-repeat center
  center/cover;
  width: 100%;
  height: 100%;
  /* border-radius: 0px 0px 20px 20px; */
}

.Team h3{
    width: 80%;
    /* height: 50px; */
    margin-left: 10px;
    font-size: 15px;
    margin-top: 10px;
    text-wrap: wrap;
}
.Team span{
    color: var(--secondary);
    font-size: 13px;
    margin-left: 10px;
    /* margin-top: 5px; */
    /* margin-bottom: 5px; */

}




@media (max-width: 768px) {
    body{
        margin: 0;
    }
    .Mis-vis .Mis-vis-content{
        display: flex;
       flex-direction: column;
        }

        .about-us{
            width: 100%;
        }

        .about-us-ori{
            width: 100%;
        }
        .active {
          color: #008cde;
          border-bottom: none;
        
        }
        
    
.content{
    margin-top: 20px;
}

    .content p{
        /* font-size: small; */
        text-align: center;
        text-wrap: wrap;
        width: 80%;   
    }

    footer p{
        text-align: center;
    }

    .work-content {
        grid-template-columns: repeat(1, 1fr);
      }

      .container {
        display: flex;
        flex-direction: column;
        padding: 0;
    }

    .map-container {
        width: 100%;
        height: 300px;
       
    }
    
  
    .contact-form {
        width: 100%;
        padding: 0;
        padding-bottom: 20px;
        margin-right: 0;
     
    }

    .address {
        /* background-color:#1c2331; */
        display: flex;
        flex-direction: column;
        height: auto;
    
        
      }
      
      .address h2 {
        color: #008cde;
      }
      
      .address div {
        border: #ddd solid 1px;
        height: 180px;;
        width: 100%;
        padding: 20px;
        /* margin: 20px; */
      }
    
      .address div p a{
        text-decoration: none;
        color: #1c2331;
    
      }
      .address div p {
        color: #1c2331;
      }
      .address div i {
        color: #1c2331;
      }

      .Team_members{
        display: grid;
        grid-template-columns: repeat(1, 1fr);   
    }
}
@media (max-width: 480px) {
  .active {
    color: #008cde;
    border-bottom: none;
  
  }
  }
  
  @media (min-width: 768px) and (max-width: 1199px){

    .work-content {
        grid-template-columns: repeat(2, 1fr);
      }

      .container {
        display: flex;
        flex-direction:column;
        padding: 0;
    }
    .Mis-vis .Mis-vis-content{
      display: flex;
     flex-direction: column;
      }

    .map-container {
        width: 80%;
        height: 300px;
       
    }
    .active {
      color: #008cde;
      border-bottom: none;
    
    }
    
  
    .contact-form {
        width: 80%;
        padding: 0;
        padding-bottom: 20px;
        margin-right: 20px;
     
    }
    .Team_members{
      display: grid;
      grid-template-columns: repeat(2, 1fr);   
  }
  }