@font-face {
  font-family: "gowtham";
  src: url("assets/fonts/Gotham-Bold.otf");
  font-weight: 600;
}

@font-face {
  font-family: "gowtham";
  src: url("assets/fonts/Gotham-Black.otf");
}

@font-face {
  font-family: "gowtham";
  src: url("assets/fonts/Gotham-Light.otf");
  font-weight: 400;
}

@font-face {
  font-family: "gowtham";
  src: url("assets/fonts/Gotham-Thin.otf");
  font-weight: 500;
}

@font-face {
  font-family: "gowtham";
  src: url("assets/fonts/Gotham-XLight.otf");
  font-weight: 300;
}

html.no-js {
  margin-top: 0 !important;
}
html {
  font-size: 14px;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Rubik", sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-family: "Rubik", sans-serif;
}

p {
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
}

p:last-child {
  margin-bottom: 0;
}

@media (max-width: 576px) and (min-width: 0px) {
  p:last-child {
    text-align: start;
  }
}

a {
  text-decoration: none;
}

a:visited, a:focus, a:active, a:hover {
  text-decoration: none;
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

ul li {
  list-style: none;
}

.affix {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  animation: affix_animation 0.6s ease-in-out;
  -webkit-animation: affix_animation 0.6s ease-in-out;
  -webkit-box-shadow: 0 0 0.1875rem #ddd;
          box-shadow: 0 0 0.1875rem #ddd;
  z-index: 99999999;
  background: #ffffff !important;
}

.affix#heroNavbar .navbar-nav li a {
  color: #000000 !important;
}

@-webkit-keyframes affix_animation {
  0% {
    margin-top: -7.5rem;
    opacity: 0;
  }
  50% {
    margin-top: -4rem;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}

@keyframes affix_animation {
  0% {
    margin-top: -7.5rem;
    opacity: 0;
  }
  50% {
    margin-top: -4rem;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}

@media (min-width: 0px) and (max-width: 576px) {
  .container {
    margin: 0 auto;
    padding: 0 25px;
  }
}

@media (min-width: 568px) and (max-width: 991px) {
  .container {
    max-width: 90%;
    margin: 0 auto;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 80%;
    margin: 0 auto;
  }
}

@media (min-width: 2000px) {
  .container {
    max-width: 75%;
    margin: 0 auto;
  }
}

#loading{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#loading .inner-container{
  position: fixed;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  background: #000D46;
  z-index: 9999999999999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  text-align: center;
}

#loading:hover {
  cursor: pointer;
}

#loading .animated-logo{
  margin:  0 auto;
  max-width: 400px;
  overflow: hidden;
}

#loading .animated-logo img {
  width: 400px;
  margin: 0 auto;
  display: table;
  transform: scale(1.01);
  -webkit-transform: scale(1.01);
}

#loading .title {
  text-transform: uppercase;
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  margin-top: 30px;
  letter-spacing: 8px;
}

#loading .click-action {
  color: #FF4D00;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 20px;
  display: block;
  font-family: "Rubik", sans-serif;
  font-size: 0.9em;
  letter-spacing: 1px;
}

.arrow-action .right-arrow img {
  width: 50px;
  margin-left: 20px;
  margin-top: -1px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.arrow-action:hover {
  cursor: pointer;
}

.arrow-action:hover img {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.slick-slider {
  margin: 0 -15px;
}

.slick-slide {
  margin-right: 7px;
  margin-left: 7px;
}

.slick-initialized .slick-slide:focus {
  border: none;
  outline: none;
}

@media (min-width: 0px) and (max-width: 576px) {
  .read-more-action {
    display: block;
  }
  .read-more-action .arrow-icon {
    background: url(../../assets/img/icons/arrow-line.svg) no-repeat;
    width: 60px;
    height: 25px;
    background-size: contain;
    position: absolute;
    text-align: left;
    right: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #serviceLandingInfo .right-image#csr-bannerInfo, #serviceLandingInfo .right-image#careers-bannerInfo,
  #serviceLandingInfo .right-image#privacy-policy-bannerInfo, #serviceLandingInfo .right-image#contact-us-bannerInfo,
  #serviceLandingInfo .right-image#ehs-covid-bannerInfo, #serviceLandingInfo .right-image#process-bannerInfo,
  #serviceLandingInfo .right-image#portfolio-bannerInfo, #serviceLandingInfo .right-image#services-bannerInfo,
  #serviceLandingInfo .right-image#about-bannerInfo, #serviceLandingInfo .right-image#blog-bannerInfo {
    height: 400px;
  }
  .heroBannerHeadings {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 90%;
    left: 40%;
  }
}

@media (min-width: 2000px) {
  body {
    font-size: 1.3em;
  }
}