@font-face {
  font-family: 'mindFont';
  src: url('font/FuturaExtraBold.otf');
  letter-spacing: -1px;
}

@font-face {
  font-family: 'footerFont';
  src: url('font/Gilroy-Regular.ttf');
  letter-spacing: -1px;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(109, 109, 109); 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #bc2e31; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #c24446; 
}

html{
  font-family: 'Manrope', sans-serif;

  scroll-behavior: smooth;
  color: #3d3d3d;
  user-select: none; 
}

a:visited {
  color: rgba(255, 192, 203, 0);
}

body{
    margin: 0;
    scroll-behavior: smooth;
}

p{
  font-family: 'Manrope', sans-serif;

}

.owl-carousel{
  z-index: 0 !important;
}

.ripple {
    background-position: center;
    transition: background 0.6s;
  }
  .ripple:hover {
    background: #ffffff6e radial-gradient(circle, transparent 1%, #ffffff88 1%) center/15000%;
  }
  .ripple:active {
    background-color: #79554866;
    background-size: 100%;
    transition: background 0s;
  }

  .header{
    height: 12vh;
    padding: 35px;
    position: fixed;
    z-index: 100;
    width: 100%;
    transition: background-image .5s;
    box-sizing: border-box;
    background-color:#CF8E49;
    /* background-image: linear-gradient( to bottom, #8f4f45 0% , #8f4f45a9 55%, #8f4f4500 100%); */
  }

  #menuBtn{
    width: 32px;
    position: absolute;
    right: 40px;
    cursor: pointer;
  }
  .menu{
    width: 100%;
    height: 90vh;
    font-family: 'Kanit', sans-serif;
    position: fixed;
    padding-top: 140px;
    background-color: #cf8e49ed;
    z-index: 1000;
    /* display: none; */
    bottom: 100%;
    transition: all 1s;
  }

  .menu a{
    font-family: 'mindFont';
    display: block;
    text-align: right;
    padding: 10px 50px;
    font-size: 40px;
    text-transform: uppercase;
    text-decoration: none;
    color: #333333;
    font-weight: 900;
    transition: all .5s;
    letter-spacing: -1px;
    word-spacing: -8px;
    cursor: pointer;
  }
  .menu a:hover{
    color: #bc2e31;
  }

  .inner{
    max-width: 1200px;
    width: 80%;
    margin: 0 auto; 
  }
  
  .float{
    width: 70px;
    position: absolute;
    z-index: 9999999;
    bottom: 100px;
    right: 50px;
    cursor: pointer;
    transition: all .3s;
    animation: twincle 2s linear infinite;
  }

  .float:hover{
    transform: scale(1.2);
  }

  .float:active{
    transform: scale(1.1);
  }


  .footer{
    position: relative;
    background-image: linear-gradient( to bottom right, #b65e00 0%, #c77f34 30%, #CF8E49 80% );
    box-sizing: border-box;
  }

  .f-sec{
    width: 33%;
    display: inline-block;
    box-sizing: border-box;
    padding: 80px 55px;
    vertical-align: top;
  }

  .f-link{
    display: block;
    padding: 10px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s;
    color: white !important;
    font-size: 25px;
    font-weight: 900;
    font-family: 'mindFont';
    letter-spacing: -1px;
    word-spacing: -1px;
    cursor: pointer;
  }

  .f-link:hover , .so-li i:hover{
    color: #bc2e31 !important;
  }

  .so-li i{
    color: white;
    font-size: 32px;
    padding: 0 15px;
    transition: all .5s;
    border-right: 1px solid white;
    margin: 20px 0;
  }

  .f-lo{
    font-size: 22px;
    color: #ffffff91;
    font-weight: 400;
    margin: 0;
  }
  .f-lo i{
    padding-right: 10px;
  }

  .f-ad-h{
    font-size: 22px;
    font-weight: 800;
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
  }
  .f-ad-h span span{
    color: white;
    font-size: 19px;
    font-weight: 500;
    background: #ffffff38;
  }
  .f-ad-h span a{
    background-color: #bc2e31;
    width: 35px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    text-decoration: line-through #bc2e31 2px;
  }

  .f-ad-h span b{
    font-size: 12px;
  }
  .f-ad i{
    font-size: 18px;
  }
  .f-ad{
    font-size: 20px;
    font-weight: 100;
    color: white;
  }

  .f-copy{
    display: block;
    text-align: center;
    color: #ffffff78;
    font-weight: 100;
    font-size: 15px;
    padding: 0 0 10px 0;
  }


  .who-heading{
    color: #333333;
    font-size: 40px;
    margin: 0;
    letter-spacing: -2px;
    font-weight: 900;
    font-family: 'mindFont';
    word-spacing: -7px;
  }

  .who-heading-light{
      color: #333333;
      font-size: 40px;
      margin: 0;
      font-weight: 900;
      font-family: 'mindFont';
      letter-spacing: -2px;
      word-spacing: -7px;
  }

  .who-line{
    width: 300px;
    margin: 10px auto;
    border: none;
    border-bottom: 2px solid #bc2e31;
  }

  .pre-pop{
    position:fixed;
    top:0;
    left:0;
    z-index:99999999;
    background-color: #212121eb;
    width: 100%;
    height: 100vh;
    display: none;
  }

  .pre-pop-in{
    width: 100%;
    height: 90vh;
    margin: 5vh auto;
    position:relative;
    /* background: white; */
    border-radius: 5px;
  }

  .pre-pop-in #pImg{
    height: 100;
    display: block;
    margin: 0 auto;
  }

  .pre-pop-in .cross{
    position: absolute;
    top: -15px;
    right: 5vh;
    width: 37px;
    padding: 10px;
    border-radius: 50%;
  }

  .f-d{
    display: inline-block;
    width: 485px;
    vertical-align: top;
    padding-right: 30px;
    box-sizing: border-box;
  }


  /* .owl-carousel .owl-theme .serv .owl-loaded .owl-drag{
    margin-left: -1px !important;
    padding: 0 !important;
  } */


  .owl-prev {
    position: absolute !important;
    left: 2% !important;
    bottom: 50% !important;
    border-radius: 50% !important;
  }
  .owl-prev:hover {
    filter: opacity(70%);
    background: none !important;
    box-shadow: none !important;
  }
  .owl-next {
    position: absolute !important;
    right: 2% !important;
    bottom: 50% !important;
  }
  .owl-next:hover {
    filter: opacity(70%);
    background: none !important;
    box-shadow: none !important;
  }

  .owl-nav button{
    display: block !important;
  }

  .owl-theme .owl-nav{
    margin-top: 0 !important;
    /* position: absolute !important; */
  }

  .ss-pop{
    width: 100%;
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    background-color: #000000d9;
    display: block;
    opacity:0;
  }

  .ss-pop-inner{
    width: 100%;
  }
  
  .ss-pop-single img{
    height: 80vh;
    margin: 10vh auto;
    margin-bottom: 10vh;
    width: auto !important;
  }

  .ss-pop .cross{
    width: 30px;
    position: fixed;
    right: 50px;
    top: 50px;
    z-index: 9999999999999;
    cursor: pointer;
  }

  .wo-img{
    position: relative;
  }

  .wo-img:hover > img{
      transform: scale(1.2);
  }

  .wo-img:hover > .overlay{
    opacity: 1;
  }

  .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0;
    background-color: #000000a6;
    transition: all .8s;
    padding: 20px;
    box-sizing: border-box;
    opacity: 0;
  }

  .overlay h1 , .overlay p{
    color: white;
    text-transform: capitalize;
  }
  .overlay h1{
    margin:0;
  }

  .overlay .over-inner{
    position:absolute;
    bottom: 0;
    width: calc(100% - 40px);
  }

  .work-menu{
    margin: 10px 80px;
  }

  .work-menu span{
    background: #bc2e31;
    padding: 5px 15px;
    border-radius: 1px;
    text-transform: uppercase;
    margin-right: 7px;
    color: white;
    transition: all .3s;
    cursor: pointer;
    font-weight: 600;
    position: relative;
  }

  .work-menu span i{
    display: none;
    position: absolute;
    left: 50%;
    color: white;
    transform: translate(-50%, 0);
    bottom: -26px;
    font-size: 45px;
  }

  .work-menu span:hover {
    background: white;
    color: #bc2e31;
  }
/* 
  .work-menu span:hover > i{
    display: inline-block !important;
  } */

  .active-me{
    background: white !important;
    color: #bc2e31 !important;
    font-weight: 600;
  }

  .active-me i{
    display: inline-block !important;
  }

  .car-pop{
    width: 100%;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #000000d9;
    display: block;
    opacity: 0;
    overflow: auto;
  }

  .car-pop .cross{
    width: 30px;
    position: fixed;
    right: 50px;
    top: 50px;
    z-index: 9999999999999;
    cursor: pointer;
  }

  .car-in{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }

  .car-left , .car-right{
    display: inline-block;
    box-sizing: border-box;
    /* height: 100%; */
    box-sizing: border-box;
    vertical-align: top;
    height: 600px;
    /* min-height: 90vh; */
  }

  .car-left{
    background-color: white;
    width: 59.6%;
    margin-right: -10px;
    padding: 10%;
    overflow: auto;
  }

  .car-left img{
    width: 175px;
  }

  .car-in span{
    font-size: 18px;
    line-height: 45px;
    font-weight: 700;
  }

  .car-in p{
    margin: 0;
  }

  .line-in{
    font-size: 18px;
    border: none;
    border-bottom: 2px solid grey;
    line-height: 35px;
    font-family: 'footerFont';
    font-weight: 600;
  }

  .solid-in{
    background-color: #333333de;
    border: none;
    padding: 10px;
    font-size: 18px;
    color: white;
  }

  .solid-in:focus{
    border: none;
    outline: none;
  }

  .car-right{
    width: 39.8%;
    position: relative;

    background: linear-gradient( to bottom right, #cf8e49 0%, #cf8e49e8 59%, #cf8e49d4  100% ), url(img/background2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }

  .car-right div{
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
  }

  .line-in:focus{
    border: none;
    outline: none;
    border-bottom: 2px solid #CF8E49;
  }

  .car-btn{
    font-size: 18px;
    font-weight: 600;
    border: none;
    float: right;
    padding: 10px 25px;
    background-color: #000000ba;
    color: white;
    margin-top: 35px;
    box-shadow: 3px 3px 7px -3px grey;
    cursor: pointer;
  }

  .car-btn:hover{
    background-color: #bc2e31;
  }

  .about-para{
    color: #ffffff;
    font-size: 35px;
    font-weight: 500;
    line-height: 55px;
  }

  .about-para-dark{
      color: #464646;
  }

  
  .about-div{
    width: 100%;
    background-image: linear-gradient( to bottom, #cf8e4900 0% , #cf8e4980 30% , #cf8e49c2 45%, #CF8E49 50% );
    margin-top: 182vh;
    z-index: 10;
    display: inline-block;
    padding-top: 770px;
    padding-bottom: 160px;
    /* box-shadow: -2px 18px 13px 7px #8f4f45; */
}


.top-div{
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: -1;
  padding-top: 12vh;
  background-color: #CF8E49;
  background-size: contain;
  box-sizing: border-box;
  
  /* animation: fadein 3s; */
}
#myVideo{
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  display: none;
}
.logo-div {
  width: 100%;
  height: 10vh;
  position: fixed;
  top: 0;
  z-index: 1;
}
#logoImg{
  height: 40vh;
  position: absolute;
  top: 30vh;
  left: 50%;
  transform: translate(-50%, -5px);
  z-index: 999;
  transition: all .2s;
  animation: fadein 2s;
}
.b-log{
  height: 90vh; 
  transition: all .2s;
  animation: fadein 2s;
  padding-top: 30px;
}
.b-frame{
  position: fixed;
  height: 14vh;
  width: 20%;
  top: 25vh;
  background-image: url(img/gifEye.gif);
  background-repeat: no-repeat;
  transition: all .2s;
  background-size: contain;
  z-index: -1;
  animation: fadein 3s;
}
/* @keyframes frameColor {
  0%{
      background-color: #373435;
  }
  20%{
      background-color: #2ddfff;
  }
  40%{
      background-color: #5dff6b;
  }
  60%{
      background-color: #39ff14;
  }
  80%{
      background-color: #ff5714;
  }
  100%{
      background-color: #373435;
  }
} */
@keyframes fadein {
  from {
      opacity: 0;
      filter: blur(50px);
  }
  to {
      opacity: 1;
      filter: blur(0px);
  }
}


.service{
  width: 100%;
  padding: 100px 0 0 0;
  background-color: #0f0f0f;
}

.service-sub-1 , .service-sub-2{
  width: 49%;
  display: inline-block;
  vertical-align: middle;
}
.service-sub-2{
  padding-left: 40px;
  box-sizing: border-box;
}
.service-sub-2 img{
  width: 100%;
}

.service-left{
  width: 70%;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  background-image: linear-gradient( to bottom, #ff3f3f00 0% , #ff3f3f00 250px, #ff3f3f00 500px ) , url(img/bg4.png);
  min-height: 700px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.service-left img{
  width: 55%;
  margin: 100px auto;
  max-width: 800px;
  display: block;
  animation: serviceImg 5s infinite;
}

@keyframes serviceImg {
  0% { 
      content:url("img/s1.png");
  }
  32%{
      content:url("img/s1.png");
  }

  33%{
      content:url("img/s2.png");
  }
  65%{
      content:url("img/s2.png");
  }

  66%{
      content:url("img/s3.png");
  }
  100%{
      content:url("img/s3.png");
  }
}


.service-right{
  width: 29%;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
}

.top-div .item img{
  display: block;
  height: 30vh;
  margin-bottom: 20vh;
  padding: 10px;
  width: auto;
  box-sizing: border-box;
}

.service-list img{
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}

.service-list p{
  width: calc(100% - 25px);
  font-weight: 500;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 10px;
  padding-left: 20px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all .5s;
}


.service-list span{
  display: block;
  padding-left: 5px;
  box-sizing: border-box;
}
.service-list span:hover{
  background: #fff0ee;
}


.work{
  background:white;
}
.work-right{
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  overflow: hidden;
  transition: height 1s;  
}

.work-right section div{
  display: inline-block;
  width: calc(16.66% - 5px);
  margin: 0px 1px;
  overflow: hidden;
  cursor: pointer;
}

.work-right section div img{
  width: 100%;
  transition: transform .4s;
}

.work-left{
  width: 40%;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 80px;
}

.gen-p{
  font-size: 35px;
  font-weight: 400;
  line-height: 55px;
  box-sizing: border-box;
}

.client{
  width: 100%;
  background-color: white;
  box-sizing: border-box;
  padding: 80px;
}
.client p{
  margin: 10px 0;
}

.big-head{
  margin: 0;
  padding: 0 80px 0 80px;
  
}

.quote-single{
  padding: 80px;
  box-sizing: border-box;
}

.quote-single h1{
  text-align: center;
  font-size: 35px;
  text-transform: capitalize;
  color: white;
}

.quote-single h1 i{
  font-size: 20px;
  vertical-align: text-top;
  color: #fe4d4d;
}

.counts{
  padding: 80px;
  box-sizing: border-box;
  background-image: linear-gradient(to right bottom, rgb(0 0 0 / 70%) 0%, rgba(0, 0, 0, 0.70) 30%, rgba(0, 0, 0, 0.70) 80%), url(img/back102.png);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.count-single{
  width: calc(33% - 2px);
  display: inline-block;
  border-right: 1px solid #ffffff57;
}

.count-single h1{
  text-align: center;
  color: #c1c1c1;
  font-size: 60px;
  margin: 15px;
  font-weight: 900;
  letter-spacing: -2px;
}

.count-single p{
  color: #bc2e31;
  text-transform: capitalize;
  font-size: 35px;
  font-weight: 500;
  text-align: center;
  margin: 0;
  font-family: 'mindFont';
  letter-spacing: -2px;
  word-spacing: -7px;
}

/* moving client animation */
.tech-slideshow-1 , .tech-slideshow-2{
  height: 105px;
  /* max-width: 1200px; */
  margin: 40px auto;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0); 
}

.tech-slideshow-1 > div {
  height: 200px;
  width: 9190px;
  /* background: url(img/c1.png); */
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transform: translate3d(0, 0, 0);
  /* filter: grayscale(1); */
  transition: filter 1s;
}

.tech-slideshow-2 > div {
  height: 200px;
  width: 6800px;
  /* background: url(img/c1.png); */
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  transform: translate3d(0, 0, 0);
  /* filter: grayscale(1); */
  transition: filter 1s;
}

/* .tech-slideshow-2 > div:hover , .tech-slideshow-1 > div:hover {
  filter: grayscale(0);
} */

.tech-slideshow-1 .mover-1 {
  animation: moveSlideshow-right 60s linear infinite;
}

.tech-slideshow-2 .mover-2 {
  animation: moveSlideshow 60s linear infinite;  
}

.tech-slideshow-1 .mover-1 img , .tech-slideshow-2 .mover-2 img{
  height:100%;
  margin-right: 50px;
  padding:10px;
  box-sizing: border-box;
  filter: grayscale(1);
}

.tech-slideshow-1 .mover-1 img:last-child {
  margin-right: 0px;
}

.tech-slideshow-1 .mover-1 img:hover , .tech-slideshow-2 .mover-2 img:hover{
  filter: grayscale(0);
}

.tech-slideshow-1 .mover-1:hover , .tech-slideshow-2 .mover-2:hover{
  -webkit-animation-play-state:paused;
  -moz-animation-play-state:paused;
  -o-animation-play-state:paused;
  animation-play-state:paused;
}

@keyframes moveSlideshow {
  100% { 
  transform: translateX(72%);  
  }
}

@keyframes moveSlideshow-right {
  100% { 
  transform: translateX(-49.76666%);  
  }
}

.tag-li{
  font-size: 20px;
  text-align: center;
}


.serv .owl-dots{
  position: absolute !important;
  bottom: 10px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.serv{
  padding: 0;
  background-color: white;
  margin-left: -1px;
}

.serv-single{
  width: 100%;
  height: 95vh;
  background-size: cover;
}

.serv-single-details{
  width: 80%;
  display: inline-block;
  padding: 10vh 80px;
  position: absolute;
  bottom: 0;
}
.serv-single-details h1 {
  display: inline-block;
  background: #bc2e31;
  padding: 0 5px;
  margin-bottom: 7px;
  color: white;
}
.serv-single-details p{
  margin: 0;
  display: inline;
  padding: 0;
  background-color: #bc2e31;
  /* box-shadow: 10px 0 0 #bc2e31, -10px 0 0 #bc2e31; */
  color: white;
  line-height: 55px;
}
.serv-single-details p span{
  display: inline-block;
  background: #bc2e31;
  padding: 0px 15px;
  margin-bottom: 7px;
  color: white;
}

.serv-de-bl , .serv-de-bl-h{
  background: #0f0f0f !important;
  background-color: #0f0f0f !important;
  /* box-shadow: 10px 0 0 #0f0f0f, -10px 0 0 #0f0f0f !important; */
}
/* .serv-single-img{
  width: 49%;
  display: inline-block;
  vertical-align: middle;
}
.serv-single-img img{
  display: block;
  height: 100%;
} */
.serv-de{
  font-size: 35px;
  font-weight: 400;
  line-height: 55px;
}


@keyframes twincle {
  0% { 
  transform: scale(1);  
  }

  50%{
      transform: scale(1.3);  
  }

  100%{
      transform: scale(1);  
  }
}

.work-down i{
  width: 55px;
  display: block;
  text-align: center;
  font-size: 50px;
  margin: 0 auto !important;
  padding: 40px;
  color: #bc2e31;
  transition: all .5s;
  animation: twincle 2s linear infinite;
  cursor: pointer;
}

.work-down i:hover{
  transform: scale(1.1);
}

.work-next{
  position: absolute;
  top: 48%;
  right: 5%;

  font-size: 40px;
  /* background: #ffffff3d; */
  padding: 0 12px 0px 16px;
  border-radius: 50%;
}

.work-pre{
  position: absolute;
  top: 48%;
  left: 5%;

  font-size: 40px;
  /* background: #ffffff3d; */
  padding: 0 12px 0px 16px;
  border-radius: 50%;
}

.work-next i, .work-pre i{
  font-size: 40px;
  color: #bc2e31;
  cursor: pointer;
}

.work-next i:hover, .work-pre i:hover{
  color: #eeeeeeb4;
}

.aWork{
 display: none;
}


.on-mobile{
  display: none;
}


.vi-back{
  width: 100%; 
  position: absolute;
}

.w-h{
  padding: 30px 80px 10px 80px;
}


.h-red{
  font-weight: 500;
  cursor: pointer;
}
.h-red:hover{
  color: #bc2e31;
}

.c-m-im{
  width: 35px; 
  position: absolute; 
  right: 35px; 
  top: 95px;
  cursor: pointer;
}


.first-pop{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #0f0f0fd4;
  z-index: 100;
  display: none;
}

.first-pop-inner{
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
}

.first-pop-inner img{
  width: 80%;
  margin: 0 auto;
  display: block;
  max-width: 600px;
  transform: translate(0, -50%);
  margin-top: 50vh;
}


.first-pop button{
  position: absolute;
  top: 50%;
  z-index: 110;
  border: none;
  border-radius: 50%;
  background: none;
}

.first-pop button span{
  color: #343434;
  font-size: 40px;
  background: #ffffff3d;
    padding: 0 10px 0px 7px;
  border-radius: 50%;
}

.first-cross{
  z-index: 110;
  position: absolute;
  top: 50px;
  right: 30px;
  width: 30px;
  padding: 5px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #8a8a8a14;
}

.email-btn:hover{
  color:#bc2e31;
}


@media only screen and (max-width: 1400px) {
  #logoImg{
    height: 35vh;
  }
}

@media only screen and (max-width: 800px) {

    .vi-back{
      height: 100%; 
      width: auto;
      position: absolute;
      transform: translateX(-20%);
    }
    
    .f-ad-h span{
        display: block;
        margin-left: 0;
        padding: 0;
        border: none;
        margin-top: 10px;
    }
    .f-ad-h{
      display: block;
    }
    .f-sec{
      width: 100% !important;
      padding: 20px;
    }

    .f-ad{
      padding: 0 !important;
    }

    .f-d{
      padding: 0;
      width: 100%;
    }

    .service-sub-2{
      padding: 0;
      width: 90%;
      margin: 0 5%;
    }

    .who-heading-light {
      font-size: 22px;
      word-spacing: -4px;
      letter-spacing: -1px;
      padding: 0 20px;
    }

    .no-s{
      padding: 0 5px !important;
    }
    .w-h{
      padding: 20px !important;
    }
    .serv-single-details h1{
      padding: 0 5px !important;
    }

    .about-para{
      font-size: 18px;
      line-height: unset;
      padding: 0 20px !important;
    }
    .about-div{
      padding-bottom: 60px;
    }

    .service{
      padding: 60px 0 0 0;
    }

    .service-sub-1{
      width:100%;
      margin-top: 50px;
    }

    .inner{
      width: 100%;
    }

    .about-para-dark{
      padding-bottom: 40px !important;
    }

    .serv-single-details{
      padding: 55px 20px;
      width: 100%;
      box-sizing: border-box;
    }

    .serv-de{
      font-size: 12px;
      line-height: unset;
    }

    .serv-single{
      height: 400px;
    }

    .gen-p{
      font-size: 18px;
      line-height: unset;
      padding: 20px !important;
    }
    .w-d{
      padding-top: 0 !important;
    }

    .work-menu{
      margin: 10px 20px;
      white-space: nowrap;
      overflow-x: auto;
      overflow-y: hidden;
    }

    .work-menu span{
      line-height: 60px;
    }

    .work-right section div{
      width: calc(33.4% - 5px);
    }
    
    .work-down i{
      font-size: 40px;
    }

    .quote-single h1{
        font-size: 18px;
    }
    .quote-single{
      padding: 100px 20px;
    }

    .client p{
      margin:0;
    }

    #myVideo{
      width:auto;
      height: 100vh;
    }

    .client{
      padding: 50px 20px;
    }
    
    .tech-slideshow-1, .tech-slideshow-2{
      /* height: 70px; */
      margin: 0px auto;
    }

    .count-single p{
      letter-spacing: 0px;
      word-spacing: 0;
      font-size: 18px;
    }
    .count-single h1{
      font-size: 30px;
    }
    .counts{
      padding: 50px 20px;
    }
    .count-single{
      border: none;
      vertical-align: top;
    }

    .f-link{
      font-size: 18px;
      letter-spacing: 0px;
      word-spacing: 0px;
    }
    .f-ad{
      font-size: 18px;
    }
    .ss-pop-single img{
      width: 100% !important;
      height: auto;
      margin: 0 auto;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
    }

    .ss-pop-single{
      height: 100vh;
      position: relative;
    }
    .ss-pop{
      bottom: 0;
    }

    .menu{
      width: 100%;
      height: 100vh;
      font-family: 'Kanit', sans-serif;
      position: fixed;
      padding-top: 180px;
      background-color: #cf8e49ed;
      z-index: 1000;
      /* display: none; */
      bottom: 100%;
      transition: all 1s;
      box-sizing: border-box;
    }
    .menu a{
      padding: 10px 30px;
      font-size: 20px;
      letter-spacing: -1px;
      word-spacing: unset;
    }

    .b-log{
      height: 50vh;
      position: absolute;
      bottom: 0;
    }

    #logoImg{
      height: 20vh;
    }

    .car-right , .car-left{
      width: 100%;
      min-height: 270px;
      height: auto;
    }

    .car-in{
      width: 90%;
      top: 55%;
    }

    .car-right div{
      position: relative;
      transform: translate(0);
      left: 0;
      top: 0;
    }

    .solid-in{
      margin: 10px 15% !important;
      width: 70%;
      box-sizing: border-box;
    }

    .on-pc{
      display: none;
    }

    .on-mobile{
      display: block;
      margin: 20px auto;
      width: 100px;
      float: none;
    }

    .pre-pop-in #pImg{
      width: 90%;
      height: auto;
      position: fixed;
      top: 50%;
      left: 5%;
      transform: translate(0, -50%);
    }

    .serv-single-details p{
      line-height: 20px;
    }

    .f-ll{
      padding: 0 20px !important;
    }

    .float{
      width: 52px;
      top: 448px;
      right: 35px;
      bottom: unset;
    }

    .so-li i{
      padding: 5px 15px;
      border-right: 1px solid white;
      margin: 5px 0;
    }

    .owl-item{
      overflow: hidden !important;
    }

    .overlay p{
      font-size: 12px;
    }
    .overlay h1{
      font-size: 14px;
    }
    .overlay{
      padding: 5px;
    }
    .overlay .over-inner{
      width: calc(100% - 10px);
    }

    .c-m-im{
      width: 35px;
      position: absolute;
      right: 35px;
      top: 140px;
    }

    .work-next i:hover, .work-pre i:hover{
      color: #bc2e31;
    }


    /* width */
    ::-webkit-scrollbar {
      width: 0px;
      height: 4px;
    }
    /* .tech-slideshow-1 .mover-1 img, .tech-slideshow-2 .mover-2 img{

    } */
}