
html,
body {
  height: 100%;
}

body {
  font-family: 'Helvetica-Neue', Helvetica, sans-serif;
}

img {
  max-width: 100%;
}

.font-marion {
  font-family: 'Marion', serif;
}

.col-00abbd {
  color: #00abbd;
}
.col-72bf44 {
  color: #72bf44;
}

/************************************************** CAROUSEL **************************************************/
.carousel-control-next,
.carousel-control-prev {
  position: relative;
  opacity: 1;
  width: 10%;
  align-items: flex-start;
  margin-top: 200px;
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  opacity: 1;
}
.carousel-control-next-icon {
  background-image: url('../img/arrow-right.png');
  width: 24px;
  height: 51px;
}
.carousel-control-prev-icon {
  background-image: url('../img/arrow-left.png');
  width: 24px;
  height: 51px;
}

/************************************************** HEADER **************************************************/
#header {
  color: #6d6e71;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
.header-contacts-icon {
  width: 33px;
}
@media only screen and (max-width: 575px) {
  #header {
    flex-direction: column;
  }
}

/************************************************** NAVBAR **************************************************/
.navbar {
  background-color: #72bf44;
  color: #fff;
  padding: .125rem 3rem;
  justify-content: flex-start;
}
.navbar a {
  color: #fff;
}
.navbar a:hover {
  text-decoration: none;
}
.navbar .navbar-lang {
  padding: 0 .125rem;
  font-family: 'Helvetica-Neue', Helvetica, sans-serif;
}
.navbar .navbar-lang.active {
  font-weight: bold;
}
.navbar-nav {
  align-items: center;
}
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: #fff;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #6d6e71;
}
.nav-item {
  padding: 0 .5rem;
}
.nav-item.active {
  font-weight: bold;
}
.nav-link,
.nav-separator {
  margin-top: 5px;
  font-size: 18px;
}
.dropdown-toggle::after {
  content: "";
  display: none;
  margin-left: 0;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
}
.dropdown-menu {
  left: auto;
  top: 98%;
  right: 0;
  min-width: 1rem;
  padding: 0;
  background-color: #72bf44;
  border: none;
  border-radius: 0;
  color: #fff;
}
.dropdown-item {
  padding: .25rem .5rem;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #6d6e71
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #6d6e71;
}
.navbar-light .navbar-toggler {
  border: none;
}
.navbar-light .navbar-toggler:focus {
  outline: none;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
@media only screen and (max-width: 768px) {
  .navbar-lang,
  .nav-link,
  .nav-separator {
    font-size: 16px;
  }
  .navbar {
    padding: .125rem 1rem;
  }
}
@media only screen and (max-width: 575px) {
  .navbar-nav {
    align-items: flex-start;
  }
}

/************************************************** CONTENT **************************************************/
#content .container-fluid {
  margin-bottom: 72px;
}
#content {
  height: calc(100% - (127px + 52px + 72px)); /* header + navbar + footer */
}
.main-content {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 575px) {
  #content {
    height: calc(100% - (215px + 42px + 72px)); /* header + navbar + footer */
  }
}

/************************************************** SIDE BAR **************************************************/
.side-bar {
  font-family: 'Marion', serif;
  font-size: 20px;
  color: #00abbd;
}
.side-bar ul {
  display: flex;
  flex-direction: column;
}
.side-bar li {
  border-bottom: 1px solid #00abbd;
  padding: 10px 0;
  cursor: pointer;
}
.side-bar li:last-child {
  border-bottom: none;
}

.download {
  width: 100%;
  color: #fff;
  background: #72bf44;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
}
.download:hover {
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .side-bar {
    font-size: 18px;
  }
  .side-bar ul {
    flex-direction: row;
  }
  .side-bar li {
    border-bottom: none;
    border-right: 1px solid #00abbd;
    padding: 5px 10px;
  }
  .side-bar li:last-child {
    border-right: none;
  }

  .download {
    width: fit-content;
  }
}
@media only screen and (max-width: 575px) {
  .side-bar ul {
    display: none;
  }
}

/************************************************** FOOTER **************************************************/
#footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  color: #6d6e71;
}

/************************************************** HOME **************************************************/
#home {
  background-color: #00abbd;
  background-image: url('../img/bg-home.jpg');
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  height: 100%;
}
@media only screen and (max-height: 650px) {
  #home {
    height: auto;
  }
}

/************************************************** ABOUT US **************************************************/
#about {
  background-image: url('../img/bg-about.jpg');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  height: 100%;
}
@media only screen and (max-height: 650px) {
  #about {
    height: auto;
  }
}

/* About Us */
.about-left {
  flex-basis: 70%;
  width: 70%;
}
.about-right {
  flex-basis: 30%;
  width: 30%;
}
@media only screen and (max-width: 767px) {
  #aboutAbout {
    flex-direction: column;
  }
  .about-left {
    flex-basis: 100%;
    width: 100%;
  }
  .about-right {
    flex-basis: 80%;
    width: 80%;
  }
}

/* Vision Mission */
#aboutVisionMission p {
  font-size: 17px;
}

/* Group of Companies */
.about-companies-title {
  font-size: 18px;
}
.about-company-name {
  font-size: 14px;
}
.about-company-reg {
  font-size: 12px;
}

/* Our Directors */
#aboutDirectors img {
  -webkit-box-shadow: 0px 10px 22px -7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 22px -7px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 22px -7px rgba(0, 0, 0, 0.75);
}
.director-name {
  font-size: 23px;
}
#aboutDirectors p {
  width: 90%;
  font-size: 18px;
}

/************************************************** OUR SERVICES **************************************************/
#services {
  background-image: url('../img/bg-services.jpg');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  height: 100%;
}
@media only screen and (max-height: 650px) {
  #services {
    height: auto;
  }
}

/* Our Services */
#servicesServices p {
  font-size: 18px;
}

/* Coverage on Sectors */
#servicesSectors .sectors-subtitle {
  font-size: 18px;
}
#servicesSectors p {
  font-size: 16px;
}
.sectors {
  width: 130px;
  border: 3px solid #00abbd;
  border-radius: 3px;
}

/* Hostel Management */
#servicesHostel p {
  font-size: 18px;
}

/* Insurance Services */
#servicesInsurance p {
  font-size: 18px;
}
.insurance {
  flex-basis: 25%;
  width: 25%;
}
@media only screen and (max-width: 575px) {
  .insurance {
    flex-basis: 50%;
    width: 50%;
  }
}

/************************************************** CLIENTELE **************************************************/
#clientele {
  background-image: url('../img/bg-clientele.jpg');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  height: 100%;
}
@media only screen and (max-height: 650px) {
  #clientele {
    height: auto;
  }
}

#clientele .side-bar p {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
}

#clienteleCarousel .carousel-control-prev,
#clienteleCarousel .carousel-control-next {
  margin-top: 150px;
}

.client-img-wrapper img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/************************************************** CONTACT US **************************************************/
#contact {
  background-image: url('../img/bg-contact.jpg');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  height: 100%;
}
@media only screen and (max-height: 650px) {
  #contact {
    height: auto;
  }
}

#contact .side-bar p {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
}
#contact #map {
  height: 450px;
}