* {
  margin: 0;
  padding: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Metrophobic&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Varela+Round&family=Zen+Dots&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@600&display=swap');


@font-face {
  font-family: 'Zen Dots';
  src: url('../fonts/ZenDots-Regular.woff2') format('woff2'),
    url('../fonts/ZenDots-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg-green: #459d46;
  --bg-orange: #dae34c;
}

body {
  overflow-x: hidden;
}

h1,
h2,
h3 {
  font-family: "Zen Dots", serif;
}


a {
  text-decoration: none !important;
  transition: ease-in-out .2s;
}

img {
  max-width: 100%;
  transition: ease-in-out .3s;
}

.img:hover img {
  transform: scale(1.1);
}

.img {
  overflow: hidden;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
}


p {
  font-size: 15px;
  line-height: 27px;
  color: #5E5E5E;
  font-weight: 400;
}

.container-fluid {
  padding: 0 4%;
}


#myHeader.sticky {
  position: fixed;
  background-color: #fff;
  width: 100%;
  top: 0;
  z-index: 999;
  animation: slideDown 1s ease-out;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.head_banner .slick-slide.slick-current.slick-active .head_line {
  animation: 2s linear 0s alternate headerline;
}

.head_banner .slick-slide.slick-current.slick-active p {
  animation: 3s linear 0s alternate headerline;
  transition-delay: .2s;
}

@keyframes headerline {

  0%,
  25% {
    transform: translateY(-10%);
    opacity: 0;
  }

  75%,
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.slick-nav.prev-arrow.slick-arrow {
  position: absolute;
  top: 45%;
  right: 0;
  z-index: 99;
  padding: 10px;
  color: #000;
  cursor: pointer;
}

.slick-nav.next-arrow.slick-arrow {
  position: absolute;
  top: 45%;
  left: 0;
  z-index: 99;
  padding: 10px;
  color: #000;
  cursor: pointer;
}

.head_item img {
  object-fit: cover;
}

.head_item {
  position: relative;
}



.nav_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 13px 8px;
}



.navigation {
  display: flex;
  margin-bottom: 0;
  gap: 9px;
}

.top_header {
  padding: 0 5%;
}

.logo img {
  width: 195px;
  position: relative;
  z-index: 99;
}

.navigation li {
  padding: 29px 15px 25px;
  position: relative;
  border-radius: 10px;
}



.hrad_btn a {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  padding: 9px 17px;
  border-radius: 25px;
  /* background: #dae34c;
  background: linear-gradient(to right, #3c9c46 0%, #dae34c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  background: linear-gradient(#212123, #212123) padding-box, linear-gradient(to right, #25d366, #dae34c) border-box;
  border-radius: 50em;
  border: 2px solid transparent;
}

.hrad_btn i {
  font-size: 17px;
  padding: 5px;
  border-radius: 4px;
}

.navigation li a {
  color: #000;
  font-weight: 600;
}

.inner_header {
  position: relative;
}
.inner_header img{
  width: 100%;
}

.inner_header::after {
  content: "";
  background: linear-gradient(60deg, rgb(0 0 0 / 74%) 32%, rgb(0 0 0 / 4%) 59%);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}


.inner_text {
  position: absolute;
  bottom: 20%;
  left: 5%;
  z-index: 9;
}

.inner_hrad {
  font-size: 40px;
  color: #fff;
  font-weight: bolder;
  font-family: sans-serif;
}

.brade_crom {
  display: flex;
}

.brade_crom a {
  color: #fff;
}

.brade_crom span {
  color: #fff;
}

.inner_header img {
  height: 400px;
  object-fit: cover;
}

.clk_btn {
  position: absolute;
  right: 0;
  top: 25px;
  color: #000;
  cursor: pointer;
}

.droupdown li {
  padding: 0;
}

.droupdown li a {
  padding: 10px 15px;
  display: block;
}

.droupdown li a:hover {
  background: var(--bg-green);
  color: #fff;
}

.droupdown {
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 100%;
  width: 250px;
  display: none;
  max-height: 300px;
  overflow: auto;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

nav {
  position: relative;
  width: 100%;
  z-index: 999;
  border-bottom: 2px solid #3ba137;
}

.head_contant {
  position: absolute;
  left: 5%;
  top: 30%;
  z-index: 9;
}

/* new header */


.head_line {
  font-size: 60px;
  font-weight: 900;
  color: #fff;
  display: block;
  margin-bottom: 30px;
  text-transform: uppercase;
  background: #dae34c;
  background: linear-gradient(to right, #3c9c46 0%, #dae34c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.head_text {
  text-align: right;
  position: relative;
  z-index: 9;
}

.head_text p {
  color: #fff;
}

.banner_img {
  text-align: center;
  position: relative;
  z-index: 99;
}

.banner_img .main_img {
  object-fit: contain;
  margin: auto;
  border: 4px solid transparent;
}

header {
  background-size: cover;
  /*padding: 10% 0 5%;*/
  position: relative;
  overflow: hidden;
  background-size: cover;
}


.head_line_1 {
  color: #fff;
  display: block;
  font-size: 23px;
  text-transform: uppercase;
}

.cercal {
  position: absolute;
  top: 50%;
  left: 70%;
  animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation-duration: 5s;
}

.dote {
  position: absolute;
  top: 78%;
  left: 0%;
  animation-name: rightToLeft;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  z-index: 1;
}

.cercal img {
  width: 190px;
}

.cercal span {
  position: absolute;
  top: 25%;
  left: 29%;
  color: #000;
  font-size: 40px;
  font-weight: 900;
}

.cercal samp {
  font-size: 25px;
  display: block;
}

.garari_1 {
  position: absolute;
  right: 40%;
  top: 85%;
  width: 150px;
  animation-name: rotate;
  animation-duration: 25s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.garari_2 {
  position: absolute;
  right: 30%;
  top: 15%;
  width: 100px;
  animation-name: rotate;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.garari_3 {
  position: absolute;
  left: 10%;
  bottom: 10%;
  width: 60px;
  animation-name: rotate;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.shatkon {
  position: absolute;
  left: 7%;
  width: 50px;
  animation-name: rotate;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.shatkon_1 {
  position: absolute;
  top: 15%;
  right: 10%;
  width: 20px;
  animation-name: rightToLeft;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.shatkon_g {
  position: absolute;
  top: 25%;
  left: 50%;
  width: 80px;
  animation-name: rightToLeft;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.shatkon_2 {
  position: absolute;
  bottom: 10%;
  right: 15%;
  width: 30px;
  animation: alltuchtopdown 1s ease-in-out 0s infinite alternate;
  animation-duration: 3s;
}

header img {
  z-index: 99;
}

.head_banner {
  position: relative;
  z-index: 99;
}

@keyframes alltuchtopdown {
  0% {
    transform: rotateX(0deg) translateY(0)
  }

  50% {
    transform: rotateX(0deg) translateY(-20px)
  }

  to {
    transform: rotateX(0deg) translateY(0)
  }
}


@keyframes rightToLeft {
  0% {
    transform: translateX(-40px)
  }

  50% {
    transform: translateX(-10px)
  }

  to {
    transform: translateX(-40px)
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg)
  }

  50% {
    transform: rotate(180deg)
  }

  to {
    transform: rotate(360deg)
  }
}

.margin {
  margin: 80px 0;
}

.ab_img {
  position: relative;
  width: 47%;
  padding-right: 10px;
  float: left;
  text-align: center;
}

.ab_img::after {
  content: "";
  width: 70%;
  height: 85%;
  position: absolute;
  left: 0;
  top: -30px;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #25d366, #dae34c) border-box;
  border: 13px solid transparent;
  z-index: -1;
  animation: alltuchtopdown 1s ease-in-out 0s infinite alternate;
  animation-duration: 3s;
}

.small_head {
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  background: #dae34c;
  background: linear-gradient(to right, #3c9c46 0%, #dae34c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.small_head::after {
  content: "";
  width: 60px;
  height: 3px;
  position: absolute;
  left: 105%;
  top: 50%;
  background-color: var(--bg-green);

}

.big_head {
  display: block;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: "Lato", sans-serif;
}

.per_bg {
  background-color: #fff;
  position: relative;
}

.pre_text {
  color: #fff;
  position: relative;
  z-index: 9;
}
.per_bg .row {
    align-items: center;
}


.we_item {
  background-color: #fff;
  padding: 20px;
  width: 32%;
  border-radius: 5px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.we_item img {
  width: 80px;
}

.we_head {
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin: 8px 0;
}

.we_box {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  position: relative;
  z-index: 9;
}

.product{
  background-color: #319f2f;
  padding: 70px 0;
  color: #fff;
}
.product .small_head{
    color:#fff;
  background: linear-gradient(to right, #ffffff 0%, #dae34c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.pro_item{
  position: relative;
  margin: 5px;
}
.pro_item::after{
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #afafaf83;
  transition: ease-in-out .5s;
}
.pro_item:hover::after{
  width: 100%;
}

.pro_text{
  position: absolute;
  bottom: 15%;
  left: 5%;
  z-index: 9;
  transition: ease-in-out .5s;
  visibility: hidden;
}
.pro_item:hover .pro_text{
  bottom: 10%;
  visibility: visible;
}
.pro_text span{
  display: block;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}
.pro_text a{
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  background-color: #000;
  padding: 8px 15px;
  font-size: 14px;
}

.why_img{
  position: relative;
}

.working{
  position: absolute;
  bottom: -10px;
  left: 2%;
  background: #459d46;
  padding: 20px;
  color: #fff;
  z-index: 1;
}
.working::after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -10px;
  left: 10px;
  border-top: 10px solid #fff;
  border-right: 10px solid #fff;
}
.working span{
  display: block;
  font-size: 23px;
  font-weight: 600;
}
.working p{
  color: #fff;
  margin-bottom: 0;
}

.why_item{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 20px;
  margin: 15px 0;
  border-radius: 5px;
}
.why_item img{
  width: 70px;
  margin-right: 10px;
}
.why_item span{
  font-size: 20px;
  font-weight: 700;
}

.indu_item img{
  width: 90px;
  height: 90px;
  object-fit: contain;
}
.indu_item span{
  display: block;
  margin: 8px 0;
  font-size: 18px;
  font-weight: 600;
}


.vender_item img, .client_item img{
  height: 200px;
  object-fit: contain;
  padding: 0 15px;
}
.client{
  margin-top: 40px;
}
.vendors{
  margin-bottom: 40px;
}



.testmonial{
  position: relative;
}

.test_text{
  background-color: #fff;
  max-width: 480px;
  padding: 30px;
  margin: auto;
  margin-top: -50px;
  position: relative;
  z-index: 9;
  margin-bottom:10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.test_item .img img{
  width: 160px;
  max-height: 130px;
  object-fit: cover;
  padding: 2px;
  background-color: #329f2f;
}
.test_item .img{
  margin-left: 10px;
  position: relative;
  z-index: 99;
}
.test_slidet{
  padding: 50px;
}
.name{
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
  display: inline;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
.degination{
  color: #9b9b9b;
  margin-bottom: 15px;
  display: block;
}

.test_contant .small_head{
  color: #fff;
}

.per_bg .big_head{
    color:#000;
}

.cl_bg{
  padding: 30px 0;
  background-size: cover;
  background-repeat: no-repeat;
}



.counter {
  background-color: #ffeee9;
  position: relative;
  border-radius: 10px;
  width: 300px;
  padding: 20px 20px;
  display: flex;
  justify-content: center;
  margin: auto;
  align-items: center;
}
.num-c {
  position: relative;
  display: inline;
  margin-right: 20px;
}
.count-text {
  text-align: left;
  font-size: 16px;
  color: #1e1e1e;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 0;
}
.count-number {
  margin-right: 11px;
  font-size: 40px;
  color: #000;
  font-weight: 900;
}
.counter:after {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: var(--bg-green);
  border-radius: 50%;
  content: '';
  right: -25px;
  top: -25px;
  z-index: 9;
}




.contact-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: self-start;
  gap: 16px;
  margin-bottom: 12px;
}

.contact-media .icon-btn {
  min-width: 43px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  font-size: 16px;
}

.media-body p {
  font-size: 18px;
}

.contact_details {
  background-color: #309f2e;
  color: #fff;
  padding: 35px 40px;
  border-radius: 10px;
}

.contact {
  padding-bottom: 60px;
}

.con_item {
    border: 1px solid #dbdbdb;
    background-color: #ffffff;
    padding: 30px 10px 30px;
    border-radius: 8px;
}

.de_head {
  font-size: 20px;
  margin-bottom: 15px;
  display: block;
}

.box-label {
  font-size: 16px;
}

.box-text a {
  color: #fff;
}
.box-text{
  color: #fff;
}
.contact_details .socal_media {
  margin-top: 40px;
}

.contact_details .socal_media a {
  border: 1px solid #fff;
  padding: 5px 10px 7px;
  color: #fff;
}

.contact input,
textarea,
select {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #e1e4e5;
  font-size: 16px;
  padding: 15px;
  margin: 8px 0;
  outline: none;
}
.contact .big_head{
  color: #fff;
}




.all_btn {
  background-color: #000;
  display: inline-block;
  border: none;
  color: #fff;
  padding: 15px 40px;
  border-radius: 50px;
  letter-spacing: 2px;
  position: relative;
  overflow: hidden;

}

.all_btn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--bg-green);
  transition: ease-in-out .5s;
  border-radius: 50px;
  transform: scale(0);

}

.all_btn span {
  position: relative;
  z-index: 9;
}
.all_btn:hover::after {
  transform: scale(1);
}


button.all_btn{
  background-color: var(--bg-green);
}



footer {
  background-color: #000;
  padding-top: 60px;
}

.foot_logo img {
  width: 220px;
  margin-bottom: 10px;
}

.foot_logo p {
  color: #fff;
}

.ul_con li {
  color: #fff;
  margin: 10px 0;
}

.ul_con li i {
  color: var(--bg-orange);
  margin-right: 8px;
}

.ul_con li a {
  color: #fff;
}

.foot_head {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 8px;
}

.foot_nav ul li a {
  color: #fff;
  padding: 10px 15px;
}

.foot_nav ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  border-top: 1px solid #243640;
  padding-top: 30px;
}

.copyright-area {
  text-align: center;
  margin-top: 30px;
}

.copyright-area p {
  margin-bottom: 0;
  background-color: #1e1e1e;
  color: #fff;
  padding: 10px;
}

.copyright-area a {
  color: #fff;
  text-decoration: underline !important;
}

















.what-app {
  position: fixed;
  z-index: 99;
}

.btn-whatsapp-pulse-border {
  bottom: 30px;
  right: 20px;
  animation-play-state: paused;
}

.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 20px;
  left: 20px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 30px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.what-app i {
  font-size: 40px;
  color: #fff;
}

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }

  75% {
    padding: 50px;
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.marcket-plase a {
  display: block;
  margin-bottom: 10px;
}

.social-share ul li button {
  border: none;
  background-color: var(--bg-green);
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
}

.social-share ul {
  display: flex;
  gap: 5px;
}

.share-btn-box {
  margin-top: 15px;
}

.in_about {
  width: 45%;
  float: left;
  padding-right: 30px;
}




@media only screen and (max-width: 991px) {
  .navigation li{
    padding: 28px 12px 25px;
  }
  .head_line{
    font-size: 45px;
  }
}

@media only screen and (max-width: 865px) {
  .hrad_btn{
    display: none;
  }
  .we_item{
    width: 49%;
  }
}



@media only screen and (max-width: 850px) {
  .toggle {
    visibility: visible;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .arrow_menu {
    display: block;
    order: 3;

  }

  .toggle>* {
    width: 80%;
    height: 3px;
    background: #fff;
    margin: 3px 0;
  }

  .toggle.active .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
  }

  .toggle.active .line2 {
    opacity: 0;
  }

  .toggle.active .line3 {
    transform: rotate(45deg) translate(-7px, -8px);
  }

  .navigation {
    position: absolute;
    flex-direction: column;
    width: 100%;
    top: 65px;
    left: 0;
    background-color: #000;
    z-index: 999;
    display: none;
  }


  .navigation li {
    padding: 12px 9px;
    font-size: 15px;
    border-bottom: 1px solid var(--bg-green);
  }

  .navigation li a {
    color: #fff;
  }

  .droupdown {
    position: revert;
    width: 100%;
  }

  .clk_btn {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    cursor: pointer;
    width: 47px;
    height: 46px;
    line-height: 37px;
    background: #000;
    text-align: center;
  }

  .droupdown li {
    padding: 0 !important;
  }

  .droupdown li a {
    color: #fff;
  }

  .nav_bar {
    align-items: center;
  }

}


@media only screen and (max-width: 767px) {
  .ab_img {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .why_text{
    margin-top: 25px;
  }
  .margin{
    margin: 30px 0;
  }
  .contact_details{
    margin-bottom: 15px;
  }
  .in_about {
    width: 100%;
    padding-right: 0px;
}
}


@media only screen and (max-width: 600px) {
  .banner_img{
    padding-top: 50px;
  }
  .cercal span{
    font-size: 30px;
    top: 25%;
    left: 30%;
  }
  .cercal samp{
    font-size: 20px;
  }
  .cercal img {
    width: 136px;
}
.cercal{
  left: 76%;
}
.garari_1{
  top: 94%;
}
.ab_home {
  margin-top: 70px;
}
.industries {
  margin-top: 80px;
}
.big_head{
  font-size: 25px;
}
.small_head{
  font-size: 20px;
}
.vender_item img, .client_item img{
  height: 105px;
}
.foot_nav ul li a{
  display: block;
}
.inner_header img{
  height: 270px;
}
.inner_hrad {
  font-size: 27px;
}
}


@media only screen and (max-width: 500px) {
  .head_line{
    font-size: 35px;
  }
  .head_line_1{
    font-size: 20px;
  }
  .head_text{
    margin-top: 20px;
  }
  .we_item {
    width: 100%;
}
.test_slidet{
  padding: 30px 0;
}
.shatkon_2{
  display: none;
}
.garari_3{
  bottom: 40%;
  left: 0;
}
.testmonial{
  padding: 30px 0;
}
.per_bg::after{
  width: 30%;
}
.head_text p{
  font-size: 14px;
}
}

@media only screen and (max-width: 450px) {
  .cercal{
    display: none;
  }
  .shatkon{
    top: 10%;
  }
  .indu_item img{
    width: 60px;
    height: 60px;
  }
  .indu_item span{
    font-size: 16px;
  }
  .count-number{
    font-size: 30px;
  }
  .counter{
    width: 280px;
  }
  .test_item .img img{
    width: 100px;
  }
  .test_text{
    padding-top: 60px;
  }
  .contact{
    padding-bottom: 30px;
  }
  .media-body p{
    font-size: 15px;
  }
  .contact_details{
    padding: 35px 16px;
  }
  .con_item{
    padding: 30px 0px 30px;
  }
  .contact input, textarea, select{
    padding: 10px;
    border-radius: 3px;
  }
  .head_line{
    font-size: 30px;
    margin-bottom: 20px;
  }
  .working span{
    font-size: 20px;
  }
  .working p{
    font-size: 13px;
    line-height: 25px;
  }
}


.js-scroll {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  will-change: transform;
}
