/* FONT RULES */
/* font-family: 'Montserrat', sans-serif;
font-family: 'Roboto Condensed', sans-serif; */


/* GENERAL */

body {
    font-family: 'Roboto Condensed', sans-serif;
  }
  
  i {
    padding-right: 0.25em;
  }
  
  .tab {
    display: inline-block;
    margin-left: 1em;
  }
  
  /* HEADINGS */
  h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin: 4rem 0;
  }
  
  h1 {
    font-size: 2rem;
    font-weight: bold;
  }
  
  a {
    color: white;
  }
  
  a:hover,
  a:focus {
    color: #DA1212;
    text-decoration: none;
  }
  
  /* SECTIONS */
  .dark-section {
    background-color: #153462;
    color: white;
  }
  
  .light-section {
    background-color: #B6E2A1;
    color: #041562;
  }
  
  .white-section {
    background-color: white;
    color: #041562;
  }
  

  /* CONTAINERS */
  .container-fluid {
    width: 85%;
    margin: 0 auto;
  }
 

  /* SECTIONS */

  /* CONTACT BAR */

#contact-bar {
  position: sticky;
  top: 0;
  z-index: 1;
}

.container-contact-bar {
  height: 7.5vh;
  font-size: 1.1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em 0;
}

.call {
  flex: 33%;
  max-width: 33%;
  text-align: left;
}

.email {
  flex: 33%;
  max-width: 33%;
  text-align: center;
}

.watsapp {
  flex: 33%;
  max-width: 33%;
  text-align: right;
}

/* HEADER */

.container-header {
  height: 22.5vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2em 0 1em;
}

.header-logo {
  flex: 40%;
  max-width: 40%;
  text-align: left;
}

.header-logo img {
  max-width: 90%;
  display: block;
}

.header-usp {
  flex: 60%;
  max-width: 60%;
  margin: 0 0 0 5em;
  text-align: center;
}

/* NAVIGATION MENU */

.container-menu {
  padding: 0.5em 0 0;
}

.navbar {
  padding-bottom: 0.25em;
}

.navbar-nav {
  width: 100%;
  justify-content: space-around;
  padding-bottom: 0.5em;
}

.nav-link {
  font-weight: 700;
  font-size: 1.1rem;
  padding: 0;
  display: inline-block;
}
.nav-link:after {
  content: "";
  width: 0px;
  height: 3px;
  display: block;
  background: white;
  margin-top: 2px;
  transition: 600ms;
}

.nav-link:hover,
.nav-link:focus {
  color: white;
}
.nav-link:hover::after,
.nav-link:focus::after {
  width: 100%;
  color: white;
}

.navbar-toggler {
  background-color: white;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(4,21,98)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.current-page {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 3px;
}

/* Main Carousel */

/* #main-carousel {
  background-color: #11468F;
} */

.container-main-carousel {
  padding: 0;
  height: 100%;
  width: 100%;
}

/* About */

.container-about {
  padding: 4em 2em;
  width: 75%;
  text-align: left;
  line-height: 2;
}


.about-heading {
  margin-bottom: 1em;
}

.about-content {
  color: #0071cc;
}

.about-details-button {
  text-align: right;
}

.about-details-button .btn {
  background-color: #153462;
  margin-top: 2.5em;
  width: 15%;
  text-align: center;
}

.about-details-button .btn:hover, 
.about-details-button .btn:focus {
  background-color: #B6E2A1;
  color:#0071cc;
}




/* Services */

.container-services {
  padding: 6em;
}
.card-services {
  width: 90%;
  height: 325px;
  margin: 3rem auto;
  border: 2px solid #a6efcf;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}

.card-services-image {
  width: 100%;
  height: 75%;
  border: none;
  border-radius: 0;
  transition: transform 1s ease;
  overflow: hidden;
}

.card-services:hover img,
.card-archives:focus img {
  transform: scale(1.05);
}

.card-services .card-body {
  width: 100%;
  height: 25%;
  text-align: center;
  padding: 2em;
  background-color:#0071cc;
  border: none;
  border-radius: 0;
  transition: background-color 1s ease;
}

.card-body p {
  color: #ffffff;
}

.card-services:hover .card-body,
.card-services:focus .card-body {
  background-color: #0071cc;
  color: white;
}

.card-services:hover p,
.card-services:focus p {
  color: white;
}

/* Logos Carousel */

.logos-carousel-heading {
  text-align: center;
  margin: 3rem 0;
}

.container-logos-carousel {
  padding: 4em 0;
}

.logo-image {
  width: 40%;
  margin: 2rem auto;
}

/* Footer */

.logo {
  margin-top: 6em;
}

.logo img {
  max-width: 80%;
  margin-bottom: 2em;
}

.services {
  /* display: none; */
  margin-top: 1.25em;
}

/* .services-list {
  list-style-type: none;
  line-height: 2;
  margin-top: 5rem;
  padding: 0;
} */
.second-sub {
  padding: 6rem 1.8rem 0;
}
.second-sub h6 {
  margin: 0;
}

.find-us {
  margin-top: 2.6rem;
}

.third-sub {
  margin: 6rem 0 2.5rem;
  padding-left: 6rem;
}

.footer-location-lg-screen, .footer-location-tab-screen {
  border-radius: 2%;
  border: 2px solid white;
}

.footer-location-tab-screen {
  display: none;
}

.footer-line {
  width: 75%;
  border: 2px solid white;
  border-bottom: none;
  margin: 0 auto 0.25rem;
  display: none;
}

.fourth-sub {
  text-align: center;
}

.fourth-sub p {
  display: inline-block;
  margin: 0 5em;
}

.social-icon {
  font-size: 1.5rem;
  margin: 25px 10px 0;
}

/* Registration */

#registration img {
  width: 80%;
  margin: 3rem 0;
  border: 0.25rem solid black;
}
.container-registration {
  text-align: center;
}
.container-recruitment,
.container-registration,
.container-services,
.container-contact {
  padding: 4em;
}

/* Contact */
.container-contact h2 {
  margin: 1em auto 0;
}
.container-contact-message {
  padding: 5em 0 0;
  color: #041562;
}

.container-contact-form {
  padding: 0 0 5em;
  margin-top: 0;
  
}


#contactForm .main-row {
  margin: 0;
  border: 4px solid #0B0C17;
  border-radius: 8px;
  
}

.main-row {
  background-image: url("images/logo-file.png");
}


.contact-form {
  background-color: #153462;
}

.contact-message {
  background-color: #153462;
}

.contact-message img {
  width: 100%;
}

.contact-message-items {
  margin-top: 4em;
}

.contact-message-item {
  font-size: 1rem;
  font-weight: bolder;
}

.contact-message a:hover,
a:focus {
  color: #DA1212;
}

.contact-form,
.contact-message {
  padding: 1.5em;
  color: white;
  margin-bottom: 0;
}

.form-control {
  border: 1px solid none;
  border-radius: 4px;
  width: 90%;
}

.form-submit-button {
  background-color: white;
  width: 90%;
}

.form-submit-button:hover,
.form-submit-button:focus {
  background-color: #B6E2A1;
  border: 2px solid #153462;
  color: #153462;
}

.contact-email,
.contact-number {
  margin-bottom: 0.5em;
}

.small-message {
  text-align: center;
}


/* MEDIA QUERIES */

@media (max-width: 1000px) {

  

  .navbar-toggler, .nav-link {
    margin-bottom: 0.75em;
  }
 
  #main-carousel {
    height: 325px;
    margin-bottom: 1em;
  }
  .container-about {
    padding: 1em;
    width: 85%;
  }

  .about-details-button .btn {
    width: 25%;
  }
  
  .third-sub {
    padding-left: 0;
    text-align: center;
  }

  .fourth-sub {
    text-align: center;
  }

  .fourth-sub p {
    display: inline-block;
    margin: 0 3em;
  }
}

/* TABLET SIZE */
@media (max-width: 800px) {
  .container-contact-bar {
    font-size: 0.9rem;
  }

  .call {
    flex: 25%;
    max-width: 25%;
  }

  .email {
    flex: 37%;
    max-width: 37%;
  }

  .watsapp {
    flex: 38%;
    max-width: 38%;
  }

  .header-logo {
    flex: 50%;
    max-width: 50%;
  }

  
  .header-usp {
    flex: 50%;
    max-width: 50%;
    margin: 0 0 0 2.5em;
  }

  h1 {
    font-size: 1.75rem;
  }

  .navbar {
    padding-left: 0;
  }

  #main-carousel {
    height: 250px;
  }
  
  .container-message {
    font-size: 0.9rem;
  }

  .container-services {
    padding: 2em;
  }


  .container-logos-carousel {
    padding: 2em 0;
  }

  .logo {
    margin-top: 2em;
  }

  .second-sub {
    padding-top: 4em;
    padding-left: 1em;
  }



  .fourth-sub p {
    margin: 0 1em;
    font-size: 0.9rem;
  }

  .container-recruitment,
.container-registration,
.container-services,
.container-contact {
  padding: 2em;
}
.container-registration img {
  width: 100%;
}

}

/* MOBILE SIZE */
@media (max-width: 575px) {

  .container-contact-bar {
    font-size: 1rem;
  }

  .call {
    flex: 40%;
    max-width: 40%;
  }

  .email {
    display: none;
  }

  .watsapp {
    flex: 60%;
    max-width: 60%;
  }

  .container-header {
    height: 25vh;
  }

  .header-logo {
    flex: 55%;
    max-width: 55%;
  }

  .header-usp {
    flex: 45%;
    max-width: 45%;
  }

  h1 {
    font-size: 1.25rem;
  }

  /* .carousel-item {
    padding: 0 1em;
  } */

  .container-message {
    font-size: 0.8rem;
    padding: 4em 0;
  }

  .about-details-button .btn {
    width: 35%;
  }
 
  #services h2 {
    margin: 1em auto;
  }
  .container-services {
    padding: 1em;
  }

  .card-services {
    width: 100%;
  }

  hr.seperating-line {
    margin-top: 4em;
  }

  .container-logos-carousel {
    padding-bottom: 2em;
  }



  .fourth-sub p {
    margin: 0 0.5em;
    font-size: 0.7rem;
  }

}
