@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500&display=swap');

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.9em;
  color: #111;
  overflow: hidden;
  overflow-y: auto;
}

/* header */
.navbar {
  background-color: white;
  border-bottom: 1px solid rgb(198, 198, 198);
}

.head {
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index:10;
  width: 100%;
  height: 60px;
  gap: 10px;
}

.head-parts {
  align-items: center;
}

.navbar-brand {
  margin-right: 350px;
}

.logo-part {
  display: flex;
  align-items: center;
  padding: 0 90px;
}

.logo img {
  height: 35px;
}

/* services  */
.dropdown-service {
  position: static;
  cursor: pointer;
}

.dropdown-menu {
  cursor: pointer;
  margin-top: 0px;
  display: none;
  position: absolute;
  background-color: rgb(250, 250, 247);
}

.dropdown-menu a {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.dropdown-menu a:hover {
  background-color: #a4a4a4;
  color: white;
}

.dropdown-service:hover .dropdown-menu {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
  left: 0;
  right: 0;
}

.dropdown-service:hover .dropbtn-service {
  color: #1DA098;
}

.part-1 {
  margin: 10px;
  color: gray;
}

.part-2 {
  margin: 40px;
  color: rgb(7, 7, 58);
  font-weight: bold;
}

.part-3 {
  margin: 10px;
}

.img-header {
  height: 210px;
}

h4 {
  color: rgb(7, 7, 61);
}

/* .industry */
.dropdown-industry {
  position: static;
}

.dropdown-ind {
  padding-top: 60px;
  cursor: pointer;
  display: none;
  position: absolute;
  background-color: rgb(250, 250, 247);
}

.dropdown-ind a {
  margin-top: 30px;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  color: #222;
  font-weight: 500;
  text-decoration: none;
  padding-left: 10px;
}

/* .dropdown-ind a:hover {
  background-color: #a4a4a4;
  color: white;
} */
.navbar-brand {
  color: #002448;
}

.dropdown-industry:hover .dropdown-ind {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
  left: 0;
  right: 0;
  color: #1DA098;
}

.ind-1 {
  margin: 10px;
  color: gray;
}

.ind-2 {
  margin: 10px;

  color: rgb(7, 7, 58);
  font-weight: bold;
}

.ind-3 {
  margin: 10px;
}

.img-header {
  height: 210px;
}

h4 {
  color: rgb(7, 7, 61);
}

.part:hover {
  border-left: 3px solid #1DA098;
}

/* .Top Menu */

.nav-item {
  cursor: pointer;
}

a.top-menu,
a.top-menu:hover,
a.top-menu:active,
a.top-menu:focus {
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #111;
  font-size: 15px;
  cursor: pointer;
}

a.top-menu:hover {
  color: #1DA098;
}

.top-menu select {
  border: none;
  appearance: none;
}

.top-menu {
  position: relative;
  display: inline-block;
  cursor: pointer;
  z-index: -1;
}

.about-line {
  background-color: gainsboro;
}

.dropdown {
  width: 100%;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-content a {
  color: black;
  padding: 9px 19px;
  text-decoration: none;
  display: block;
}

.about:hover .dropdown-content {
  display: block;
}

.aboutus-line:hover {
  border-left: 3px solid #1DA098;
}

.location-line:hover {
  border-left: 3px solid #1DA098;
}

/* search */
.search-wrap:hover {
  color: #1DA098;
}

.searchbar:hover+.hide {
  /* margin-left: 90px; */
  display: block;
  color: red;
}

.btn-contact,
.btn-contact:hover,
.btn-contact:active,
.btn-contact:focus {
  border: none;
  color: black;
  padding: 10px 10px 10px 10px;
  background: #1DA098;
  border-radius: 5px;
  text-decoration: none;
}

.navbar .nav-item:not(:last-child) {
  margin-right: 35px;
}

/* searchbar */

/* home */
.home {
  background-image: url("../assets/light.gif");
  width: 100%;
  height: 80vh;
  background-size: cover;
  background-attachment: fixed;
  color: white;
  display: flex;
  flex-direction: column;
  vertical-align: middle;
}

.home-digital {
  color: #1DA098;
}

.home-content {
  margin-top: -156px;
  position: absolute;
  top: 50%;
  z-index:9;
}

.btn-home {
  margin-top: 40px;
  color: #1DA098;
  border: 1px solid #1DA098;
  background-color: transparent;
  width: 20%;
  height: 3rem;
}

.btn-home:hover {
  background-color: #1DA098;
  color: white;
  border: 1px solid #1DA098;
}

.home-para {
  margin-top: 30px;
}

.ind-sections {
  padding: 40px 0;
  width: 95%;
}



/* services */
.card-container {
  display: flex;
  align-items: center;
  flex-direction: wrap;
  justify-content: center;
}

.img-fluid {
  max-width: 109%;
  height: auto;
  margin-left: -15px;
}

.card {
  width: 100%;
  z-index: -1;
}

h3 {
  cursor: pointer;
}

.card-heading:hover {
  color: orange;
}

/* INDUSTRIES*/
.ind-parent {
  display: flex;
  gap: -60px;
  font-size: 20px;
  width: 105%;
  background-color: #c1e1a7;
}

.ind-head {
  display: block;
  text-align: center;
  padding-top: 50px;
}

.head-title {
  font-size: 3cqmin;
  color: #002448;
}

.head_color {
  color: #002448;
}

.btn-ind {
  margin-bottom: 10px;
  border: 1px solid #002448;
  background: none;
  color: #002448;
}

/* CASE STUDIES */
.card-title {
  font-size: 20px;
}

.case-main-heading {
  text-align: center;
  margin-top: 20px;
}

.card-container-case {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 20px;
}

.card-case {
  width: 350px;
  margin-bottom: 20px;
}

.card-body {
  padding: 19px 10px;
  height: 8rem;
  background-color: #2a2a2a;
  color: white;
}

.case-span {
  padding-top: 14px;
  cursor: pointer;
  color: orange;
}

/* LIFE AT OPTIMUM */
.lif-parent-life {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  background-color: #f1f1f1;
  width: 100%;
}

.left {
  flex: 1;
  margin-right: 20px;
  /* Adjust margin for spacing */
}

.lif-img {
  max-width: 100%;
  height: auto;
}

.lif-parent-life-awd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  background-color: #c1e1a7;
  width: 100%;
}

/* AWARDED & RECOGNISED BY */
.right-awd {
  background-image: url("../assets/aed.jpg");
  color: white;
  background-repeat: no-repeat;
  background-size: cover;
}

.awds-img {
  gap: 10px;
  margin: 40px;
  justify-content: center;
}

.lif-parent-life-awd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  background-color: #f1f1f1;
  width: 100%;
}

/* footer */
.container-footer {
  margin-top: 20px;
  padding: 30px 0;
  background-color: #0e2b3f;
  color: white;
  height: auto;
}

.footer-content {
  display: flex;
  padding: 10px;
  font-size: 13px;
  flex-wrap: wrap;
  justify-content: space-around;
}

.footer-logo,
.services,
.industry,
.quick-links,
.more-info {
  flex: 1;
  margin-bottom: 20px;
}

h5 {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

h5::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35%;
  /* Adjust this value to control the underline length */
  height: 2px;
  background-color: #219C94;
  /* Adjust this value to set the underline color */
}

.footer-hr {
  padding: 0px 50px;
  border: 1px solid rgb(255, 255, 255);
  margin: 0px 20px 10px;
  background-color: #0f2b3d;
}

.footer-laste {
  display: flex;
  font-size: 12px;
  padding: 10px;
  justify-content: space-between;
}

.social-icon-footer {
  display: flex;
  gap: 10px;
  font-size: 20px;
  padding: 0 30px;
  cursor: pointer;
}

.fa {
  transition: all ease 0.2s;
}

.fa:hover {
  transform: scale(1.2);
}

.a-server {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: white;
  margin-top: 3px;
  padding: 5px;
  text-decoration: none;
}

.a-server:hover {
  color: white;
}

.footer-laste {
  display: flex;
  justify-content: space-between;
  align-items: center !important;
  padding-top: 20px;
}

.footer-laste h5 {
  margin: 0;
  font-size: 14px;
}

.btn-footer {
  background-color: #1DA098;
  border: 1px solid #1DA098;
  width: 80%;
  align-items: center;
  text-align: center;
  color: white;
  height: 3rem;
}

/**Home**/
.home-heading {
  font-size: 40px;
}

.home-section-para {
  font-size: 18px;
  font-weight: 300px;
}

.heading-holder{
  position: relative;
  width:100%;
}

h2.title-bg {
  font-size: 114px;
  color: rgba(85, 85, 85, 0.05);
  line-height: 137px;
  text-align: left;
  font-weight: 500;
  font-style: normal
}

h6.heading {
  position: relative;
  top:-96px;
  left:50px;
  font-size: 30px;
  color: #002448;
  line-height: 36px;
  letter-spacing: 10px;
  text-align: left;
  font-weight: 500;
  font-style: normal;
}

/* media */
@media (max-width: 992px) {
  .img-fluid {
    height: 100%;
    width: 110%;
  }
}

@media (max-width: 765px) {
  .img-fluid {
    height: 100%;
    width: 105%;
  }
}

@media (max-width: 637px) {
  .navbar {
    display: flex;
  }
}

@media (max-width: 576px) {
  .head-title {
    font-size: 20px;
  }

  .head_color {
    font-size: 29px;
  }

  .card-container .card {
    width: 95%;
    margin-left: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
  }

  .img-fluid {
    width: 105%;
  }

  .logo {
    margin-left: -70px;
  }

  .logo img {
    width: 100px;
    height: auto;
  }

  .navbar-toggler {
    margin-left: -10px;
  }
}

@media (max-width: 350px) {
  .awds-img {
    margin-left: 10px;
    width: 100%;
  }

  .img-fluid {
    height: 120%;
  }

  .head-title {
    font-size: 18px;
  }

  .logo {
    margin-left: -70px;
  }

  .navbar-toggler {
    margin-left: -190px;
  }
}

@media (max-width: 330px) {
  .img-fluid {
    width: 120%;
    height: 110%;
  }

  .footer-laste-heading h6 {
    font-size: 12px;
  }

  .fa {
    font-size: 13px;
  }

  .social-icon-footer {
    display: flex;
    gap: 10px;
  }

  .btn-home {
    margin-top: 30px;
    color: #1DA098;
    border: 1px solid #1DA098;
    background-color: transparent;
    width: 40%;
    height: 2rem;
  }

  .card-body {
    padding: 19px 10px;
    height: 9rem;
    background-color: #2a2a2a;
    color: white;
  }

  .logo {
    margin-left: -70px;
  }

  .navbar-toggler {
    margin-left: -220px;
  }

  .head-parts {
    display: flex;
    gap: 25px;
    font-size: 18px;
  }

  .searchbar {
    font-size: 18px;
  }
}