* {
  margin: 0;
  padding: 0;
}
html,
body {
  overflow-x: hidden;
  position: relative;
}

/*---navbar-section-start---*/
.m-auto {
  margin: auto !important;
}
.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: rgb(255 255 255 / 90%);
  font-size: 11px;
  font-weight: 700;
  font-family: "Open Sans";
  line-height: 33px;
  margin-right: 35px;
}
 
.navbar-toggler {
  margin-top: 11px;
  margin-bottom: 11px;
   outline: none!important;
   border-color: rgba(255,255,255,.4)!important;
   border-radius: 3px;
   padding: .15rem .5rem;
  /* outline: 0;
  box-shadow: none; */
  /* border: 0;  */
}
/*---navbar-section-end---*/

/*---hero-section-start---*/
.hero-sliders {
  position: relative; 
}
.hero-sliders::after {
  position: absolute;
  height: 5px;
  left: 0;
  background: #57ca85;
  bottom: 0;
  z-index: 99;
  content: " "; 
  animation-name: scaleLeftToRight;
  animation-duration: 4500ms;
  /* animation-fill-mode: backwards; */
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes scaleLeftToRight {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.hero-section {
  /* background: url(../images/about-us-cegis.jpg)!important; */
  background-position: center!important;
  background-repeat: no-repeat;
  background-size: cover!important;
  padding: 80px 0px 80px 0px!important; 
  min-height: 100vh;
  position: relative;
  z-index: 1;
}
.hero-section::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: " ";
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.5;
  z-index: -1;
}
.hero-section .container {
  max-width: 898px;
}
.hero-left-item {
  max-width: 292px;
  margin-right: 75px;
}
.hero-left-item img {
  /* width: 418px;
    height: 215px; */
}

.hero-middle-item {
  max-width: 135px;
  background-color: #ffffffbf;
  border-radius: 6px;
  width: 100%;
  padding-bottom: 4px;
  padding-top: 4px;
}
.hero-middle-item img {
  /* width: 190px;
    height: 190px;
    */
  max-width: 94px;
}

.hero-right-item {
  max-width: 105px;
  margin-left: auto;
}
.hero-right-item img {
  /* width: 150px;
    height: 151px; */
}
/*---hero-section-end---*/
