@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap") * {
  margin: 0;
  padding: 0;
}
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;
}
.bg-light {
  background-color: #f8f9fa00 !important;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.nav-logo {
}
.nav-logo img {
  width: 115.89px;
  height: 120px;
  background-color: #ffffffcc;
  border-radius: 6px;
  position: absolute;
  top: 2px;
  left: 150px;
}
/*---navbar-section-end---*/

/*---hero-section-start---*/


.hero-section {
  background: url(../images/our-clients.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 170px 0px 70px 0px;
  position: relative;
  background-attachment: fixed;
}
.hero-left-item {
}
.hero-left-item h3 {
  font-size: 32px;
  color: #eceff3;
  font-weight: 300;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: dosis;
}

.hero-right-item {
}
.menu-item {
}
.menu-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-item ul li {
  display: inline-block;
}
.menu-item li a {
  font-size: 10px;
  color: #eceff3;
  font-weight: 500;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: open sans;
  display: block;
  text-decoration: none;
}
.menu-item li a:hover {
  color: #6cba44;
}

/*---hero-section-end---*/

.serviceh3{
    font-size: 30px;
    color: #ECEFF3;
    font-weight: 500;
    font-family: dosis;
    line-height: 1.1em;
    margin-bottom: 60px;
}

/*calender-slider-section-end*/

/*----- Footer-section-start-----*/
.footer-section {
  background-color: #0b0b0b;
  padding: 35px 0px 25px 0px;
}
.footer-left-content {
}
.footer-left-content p {
  font-size: 11px;
  color: #cccccc;
  font-weight: 500;
  line-height: 1.8em;
  font-family: Open Sans;
}

.footer-right-icon {
  text-align: right;
}
.footer-right-icon i {
  font-size: 28px;
  color: #fff;
  padding-right: 15px;
}
/*----- Footer-section-start-----*/





