body {
  height: 100%;
  background: #fff;
  font-family: "Lexend", sans-serif;
  overflow-x: hidden;
  overflow-y: auto;
}
.slickdotsnone {
  display: none !important;
}
.slideshow {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 700px;
  overflow: hidden;
}
.slideshow .slider {
  width: 100vw;
  height: 100vw;
  z-index: 2;
}
.slideshow .slider * {
  outline: none;
}
.slideshow .slider .item {
  height: 100vh;
  width: 100vw;
  position: relative;
  overflow: hidden;
  border: none;
}
.slideshow .slider .item .text {
  display: none;
}
.slideshow .slider .item img {
  min-width: 101%;
  min-height: 101%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slideshow .slick-dots {
  position: fixed;
  z-index: 100;
  width: 40px;
  height: auto;
  bottom: auto;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  left: auto;
  color: #fff;
  display: block;
}
.slideshow .slick-dots li {
  display: block;
  width: 100%;
  height: auto;
}
.slideshow .slick-dots li button {
  position: relative;
  width: 20px;
  height: 15px;
  text-align: center;
}
.slideshow .slick-dots li button:before {
  content: "";
  background: #fff;
  color: #fff;
  height: 2px;
  width: 20px;
  border-radius: 0;
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  opacity: 0.6;
}
.slideshow .slick-dots li.slick-active button:before {
  width: 40px;
  opacity: 1;
}
.slideshow.slideshow-right {
  left: 0;
  z-index: 1;
  width: 50vw;
  pointer-events: none;
}
.slideshow.slideshow-right .slider {
  left: 0;
  position: absolute;
}
.slideshow-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  font-size: 80px;
  width: 100vw;
  text-align: center;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 100;
  pointer-events: none;
  text-transform: uppercase;
  letter-spacing: 20px;
  line-height: 0.8;
}
.servicescont {
  padding: 40px 0px 90px 0px;
}
#servicewrap {
  position: relative;
  margin-top: 700px;
  height: 420px;
}
#servsticky {
  position: sticky;
  position: -webkit-sticky;
  width: 380px;
  height: 250px;
  top: 100px;
  /*display: flex;*/
  color: #000;
}
#servsticky h2 {
  font-size: 38px;
  color: #000;
  padding: 0px;
  margin: 0px 0px 20px 0px;
  font-weight: 600;
  float: left;
  letter-spacing: -0.5px;
}
#servsticky h6 {
  font-size: 14px;
  line-height: 20px;
  color: #222222;
  font-weight: 400;
  padding: 0px;
  margin: 0px 0px 0px 0px;
}
.servline {
  background-color: #dddddd;
  height: 2px;
  width: 120px;
  margin-bottom: 30px;
}
.bluelink {
  color: #0848ef;
  font-size: 14px;
  font-weight: 400;
}
.bluelink a {
  color: #0848ef;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: 0.4s;
}
.bluelink a:hover {
  color: #ef7f1a;
  text-decoration: none;
}
.orangelink {
  color: #ef7f1a;
  font-size: 14px;
  font-weight: 400;
}
.orangelink a {
  color: #ef7f1a;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: 0.4s;
}
.orangelink a:hover {
  color: #0848ef;
  text-decoration: none;
}
.servcont {
  width: 60%;
  position: absolute;
  right: 0;
  top: 40px;
}
.servcont ul {
  padding: 0px;
  margin: 0px;
}
.servcont li {
  padding: 0px;
  margin: 0px;
  list-style: none;
  border-top: 1px solid #000;
  padding: 25px 0px;
  color: #616161;
  font-size: 14px;
  transition: 0.4s;
}
.servcont li h3 {
  padding: 0px;
  margin: 0px 0px 20px 0px;
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
.servcont li h3 a {
  padding: 0px;
  margin: 0px 0px 20px 0px;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  transition: 0.4s;
}
.servcont li:hover {
  border-top: 1px solid #ef7f1a;
  text-decoration: none;
  transform: scale(1.05);
}
.servcont li:hover h3 a {
  color: #ef7f1a;
}
@media (max-width: 900px) {
  #servicewrap {
    position: relative;
    margin-top: 600px;
    height: 500px;
  }
  #servsticky {
    position: relative;
    width: 100%;
    height: auto;
    top: 100px;
    /*display: flex;*/
    color: #000;
  }
  .servcont {
    width: 100%;
    position: relative;
    right: auto;
    top: 140px;
  }
}
@media (max-width: 767px) {
  .slideshow-text {
    font-size: 40px;
  }
  .topband.active {
    position: fixed;
    top: 0px;
  }
  .slideshow {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100vw;
    height: 600px;
    overflow: hidden;
  }
  .slideshow .slider .item {
    height: 90vh;
    width: 100vw;
    position: relative;
    overflow: hidden;
    border: none;
  }
  #servicewrap {
    position: relative;
    margin-top: 600px;
    height: auto;
  }
  #servsticky {
    position: relative;
    width: 100%;
    height: auto;
    top: 100px;
    /*display: flex;*/
    color: #000;
  }
  #servsticky h2 {
    font-size: 32px;
  }
  .servcont {
    width: 100%;
    position: relative;
    right: auto;
    top: 140px;
  }
  .slideshow-text {
    font-size: 30px;
    letter-spacing: 0;
  }
  .colimg1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-70%, -50%) !important;
  }
  .colimg2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-70%, -50%) !important;
  }
}
.the-most {
  position: fixed;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 50vw;
  max-width: 200px;
  padding: 10px;
}
.the-most img {
  max-width: 100%;
}