* {
  margin: 0;
  padding: 0;
  font-family: "Blinker";
  overflow-x: none;
}
.navbar-container {
  z-index: 50;
  background-color: #fbfbfb;
}
.navbar {
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: #fbfbfb;
}

.navbar-nav {
  font-weight: 600;
  align-items: center;
  font-size: 17px;
  background-color: #fbfbfb;
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; */
}
.navbar-nav li {
  padding-left: 15px;
  padding-right: 15px;
}
.navbar-nav a {
  font-weight: 400;
  color: #212529;
  letter-spacing: 2px;
}
.navbar-brand {
  /* filter: drop-shadow(5px 3px 2px #acabab); */
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; */
}
/* .nav-item:hover{
      background-color: #D81015;
      transition: 1500ms;
      a { color:white};
  } */
.nav-link {
  position: relative;
}
.nav-link:after {
  content: "";
  position: absolute;
  background-color: #d81015;
  height: 5px;
  width: 0;
  left: 0;
  bottom: 0px;
  transition: 0.3s;
  border-radius: 10px;
}
.nav-link:hover:after {
  width: 50%;
}
.nav-link:before {
  content: "";
  position: absolute;
  background-color: #d81015;
  height: 5px;
  width: 0;
  right: 0;
  top: 0px;
  transition: 0.3s;
  border-radius: 10px;
}
.nav-link:hover:before {
  width: 50%;
}
.navbar-toggler {
  border: none !important;
}
.navbar-nav li a:hover {
  color: #d81015;
}
.carousel-inner .carousel-item {
  width: 100%;
  height: 100vh;
}
.carousel-inner .carousel-item img {
  object-fit: cover;
  object-position: center;
}

/* ------------------------ verticals Menu Start ------------------------  */

.about-sub ul li a {
  text-decoration: none;
  color: #868686;
}
.about-sub ul li a:hover {
  text-decoration: none;
  color: #d81015;
}
.about:hover {
  .verticals-sub {
    display: block;
  }
}

/* ------------------------ verticals Menu End ------------------------  */

.element {
  width: 25px;
  height: 15px;
  background-color: #c71515;
}

/* ------------------------ verticals Menu Start ------------------------  */

.verticals-sub {
  display: none;
  position: absolute;
  background-color: #fbfbfb;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  width: fit-content;
  color: #222222;
  padding: 10px 10px;
  z-index: 5 !important;
}

.verticals-sub ul li {
  margin: 0px 15px;
  list-style: none;
  padding: 3px 3px;
}
.verticals-sub ul li a {
  text-decoration: none;
  color: #222222;
  font-weight: 400;
}
.verticals-sub ul li a:hover {
  text-decoration: none;
  color: #d81015;
}
.verticals:hover {
  .verticals-sub {
    display: block;
  }
}
.mt-42 {
  margin-top: 42px;
}

/* ------------------------ verticals Menu End ------------------------  */

/* ------------------- Banner Start ------------------- */
.banner {
  height: 100vh;
}

/* ------------------- Banner End ------------------- */

/* ------------------- Section 3 Start ------------------- */
.verticals-section a {
  text-decoration: none;
  color: #212529;
}

/* ------------------- Section 3 End ------------------- */

/* ------------------- Footer Start ------------------- */
.footer a {
  color: #212529;
  text-decoration: none;
}
.footer a:hover {
  color: #d81015;
}
.link:hover {
  color: #d81015 !important;
}
.footer ul li {
  list-style: none;
}
.footer ul li a {
  color: #212529;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
}
.social-media li img {
  width: 30px;
}
.social-media li {
  width: 30px;
}
.social-media li:hover {
  transform: scale(1.025);
}
/* ------------------- Footer End ------------------- */

/* ------------------- Vertical Sub Responsive ------------------- */

@media only screen and (max-width: 767px) {
  .navbar-collapse ul {
    background-color: white;
  }
}
@media only screen and (min-width: 768px) {
  .verticals-sub {
    display: none;
    left: 20%;
    position: absolute;
    background-color: #fbfbfb;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
      rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    width: fit-content;
    color: #222222;
    padding: 10px 10px;
    z-index: 5 !important;
  }
}
@media only screen and (min-width: 1440px) {
  .verticals-sub {
    left: 18%;
  }
}
@media only screen and (min-width: 1700px) {
  .verticals-sub {
    left: 16%;
  }
}
@media only screen and (min-width: 1830px) {
  .verticals-sub {
    left: 15%;
  }
}
@media only screen and (min-width: 2000px) {
  .verticals-sub {
    left: 14%;
  }
}
@media only screen and (min-width: 2140px) {
  .verticals-sub {
    left: 12.5%;
  }
}
@media only screen and (min-width: 2400px) {
  .verticals-sub {
    left: 11%;
  }
}
@media only screen and (min-width: 2560px) {
  .verticals-sub {
    left: 10%;
  }
}

/* ------------------- Vertical Sub Responsive ------------------- */

