::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: rgba(135, 150, 165, .1);
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background: #df3716 linear-gradient(45deg, #222, #222);
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  border-radius: 8px;
  background-color: rgba(135, 150, 165, .1);
}
.shashvat-logo img {
  width: 200px;
}
header.main-header {
  position: absolute;
  width: 100%;
}
.main-header .header-sticky.active-sticky-header.hide .navbar {
  background: var(--primary-color);
}
.navbar {
  background: transparent;
}
.main-header .navbar-brand {
  display: block;
}
.main-menu .nav-menu-wrapper {
  text-align: right;
}
.hero.hero-slider-layout .hero-slide {
  height: 100vh;
}
.hero.hero-slider-layout .hero-slide::before {
  background: #11111187;
}
.why-us-sec .services-list-box .service-item {
  width: 100%;
  border-right: 1px solid var(--divider-color);
}
.why-us-sec .services-list-box .service-item:after {
  right: 0;
  display: none;
}
.facility-sec {
  background: #ffffff
}
.facility-sec .process-step-item {
  background: #f5f5f5;
}
.infrastructure-sec {
  background: #f5f5f5;
}
.infrastructure-sec .our-story-content-body {
  border-bottom: 1px solid var(--divider-color);
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.ul-li ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ul-li ul li {
  position: relative;
  color: var(--primary-color);
  text-transform: capitalize;
  padding-left: 40px;
  margin-bottom: 20px;
}
.ul-li ul li:last-child {
  margin-bottom: 0;
}
.ul-li ul li:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url('../images/icon-check.svg') no-repeat center left;
  background-size: cover;
}
.our-testimonial {
  background: none;
}
.cb-logo {
  vertical-align: baseline;
  width: 90px;
}
.mega-menu {
  position: inherit !important;
}
.mega-menu .mega-dropdown {
  right: 0;
  left: 0;
  top: 100%;
  min-width: 240px;
  width: 700px !important;
  margin: 0 auto !important;
  padding: 10px 20px !important;
}
.mega-menu .mega-dropdown .menu-column h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  border-bottom: 1px solid;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-top: 5px;
}
.mega-menu .mega-dropdown .menu-column .nav-link {
  padding: 4px 20px 4px 0 !important;
}
.ban_sec {
  width: 100%;
}
.ban_img {
  width: 100%;
  position: relative;
}
.ban_img img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.ban_img::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*  background: linear-gradient(270deg, transparent 42.92%, rgba(0, 0, 0, 0.5) 100%);*/
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%), linear-gradient(270deg, transparent 42.92%, rgba(0, 0, 0, 0.5) 100%);
  width: 100%;
  height: 100%;
  z-index: 1; /* Make sure it's behind the text */
}
.ban_text {
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 6%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ban_text p {
  color: #fff;
  margin: 7px 0 25px;
}

@-webkit-keyframes spinnerRotate {
  from {
    -webkit-transform: rotate(0)
  }
  to {
    -webkit-transform: rotate(360deg)
  }
}
@-moz-keyframes spinnerRotate {
  from {
    -moz-transform: rotate(0)
  }
  to {
    -moz-transform: rotate(360deg)
  }
}
@-ms-keyframes spinnerRotate {
  from {
    -ms-transform: rotate(0)
  }
  to {
    -ms-transform: rotate(360deg)
  }
}
#form_process {
  -webkit-animation-name: spinnerRotate;
  -webkit-animation-duration: 1.1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spinnerRotate;
  -moz-animation-duration: 1.1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spinnerRotate;
  -ms-animation-duration: 1.1s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  visibility: hidden
}
#error_data {
  color: red;
  font-size: 14px;
  margin: 0px 0px 10px;
  line-height: normal;
  /*  border: 1px solid red;*/
  padding: 5px
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ban_img img {
    height: 52vh;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ban_text p {
    font-size: 21px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ban_text p {
    font-size: 17px;
  }
  .ban_text strong {
    font-size: 50px;
    line-height: 60px;
  }
  .ban_text strong span {
    font-size: 37px;
  }
  .ban_text a {
    font-size: 16px;
    line-height: 19px;
  }
}
@media only screen and (max-width: 991px) {
  .ban_text strong {
    font-size: 35px;
    line-height: 40px;
  }
  .ban_text strong span {
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 2px;
  }
  .ban_text p {
    font-size: 14px;
    line-height: 20px;
  }
  .ban_text a {
    font-size: 13.39px;
    line-height: 15px;
  }
  .hero-bg-video-row {
    height: 40vh;
  }
}
@media only screen and (max-width: 767px) {
  .ban_img img {
    min-height: 290px;
    object-fit: cover;
    height: 40vh;
  }
}
@media only screen and (max-width: 575px) {
  .ban_text strong {
    background: rgba(0, 0, 0, 0.8);
    padding: 10px;
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .ban_text strong span {
    font-size: 22px;
    line-height: 31px;
    letter-spacing: 1px;
  }
  .ban_text {
    left: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .navbar {
    background: var(--primary-color);
    opacity: 0.8;
  }
  .about-img-2 {
    position: inherit;
  }
  .ul-li ul li {
    margin-bottom: 5px;
  }
}