* {
  box-sizing: border-box;
  font: normal 16px / 28px "Roboto", Helvetica, Arial, Verdana, sans-serif;
}

body {
  background-color: #fff;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
}

:root {
  --main-color: #1c1c1c;
}

.navbar.sticky {
  padding: 0%;
  background: #fff;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
}
.navbar.sticky .nav-item .nav-link {
  color: #282828 !important;
}

.navbar-brand img {
  width: 60%;
}
.nav-item .nav-link {
  color: #fff !important ;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.2px;
  transition: all 0.3s;
  position: relative;
}
.nav-item .nav-link::before,
.nav-link.active::before,
.navbar.sticky .nav-link.active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 7;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out 0s;
}
.navbar.sticky .nav-link.active::before {
  background: -webkit-linear-gradient(left, #1ebbf0 30%, #39dfaa 100%);
}
.nav-link:hover::before,
.nav-link.active::before,
.navbar.sticky .nav-link:hover::before,
.navbar.sticky .nav-link.active::before {
  width: 80%;
}
.nav-link:hover {
  color: #fff;
  cursor: pointer;
}
.navbar.sticky.nav-link.active::before:hover {
  background-color: -webkit-linear-gradient(left, #1ebbf0 30%, #39dfaa 100%);
}

.map-s {
  background-image: url(../../images/services/eventsManagement/banner.jpg);
  background-size: cover;
  background-position: bottom right  ;
  height: 60vh;
  position: relative;
}

.home,
.creativeHome,
.virtualHome ,
.avHome,
.conthome,
.mainHome{
  background-size: cover;
  background-position: center center;
  height: 65vh;
  position: relative;
}
.home {
  background-image: url(../../images/services/eventsManagement/banner.jpg);
}
.creativeHome {
  background-image: url(../../images/services/design&production/designBanner.jpg);
}
.virtualHome{
  background-image: url(../../images/services/detailedVirtualEvents/banner.JPG);
  background-position: top center;
}
.avHome{
  background-image: url(../../images/services/AV/AVBanner.png);
}
.conthome{
  background-image: url(../../images/services/contentServices/Banner.jpg);
}
.mainHome{
  background-image: url(../../images/services/mainServicesPage/Banner.jpg);
}

.home-layer {
  background-color: rgba(17, 16, 16, 0.518);
  height: 100%;
  width: 100%;
}

.home-data h1 {
  font-weight: bold;
  font-size: 50px;
}

.location h3 {
  font-weight: bold;
  color: #333;
  font: normal bold 34px / 44px "Roboto", Helvetica, Arial, Verdana, sans-serif;
}

.location .location-data p {
  font: normal 16px / 28px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  word-spacing: normal;
  color: #8b8d94;
}

.location .location-data a {
  color: #1ebbf0;
  text-decoration: underline;
}

footer .footer .footer-head {
  font-weight: bold;
}

footer p,
a {
  color: #8b8d94;
}
a {
  text-decoration: none;
}
p{
  text-align: justify;
}

@media screen and (max-width: 778px) {
  .eventOrder {
    order: 1;
  }
}


.progress-moved .progress-bar2 {   width: 85%;    background-color: #EF476F;     animation: progressAnimation 6s; }  @keyframes progressAnimation {   0%   { width: 5%; background-color: #F9BCCA;}   100% { width: 85%; background-color: #EF476F; } }
