
body, html {
    overflow-x: hidden;
  }
  
  img {
    max-width: 100%;
    height: auto;
  }
  
  .wrapper {
    margin: 0 auto;
  }
  
  .trigger {
    position: absolute;
  }
  .trigger--one {
    left: 0;
  }
  
  .scene {
    position: absolute;
    height: 100vh;
    top: 70px;
    left: 0;
    right: 0;
  }
  .scene--active {
    position: fixed;
    right: -14px;
  }
  /* .scene--ended {
    position: absolute;
    bottom: 0;
    top: auto;
  } */
  /* .scene--ended {
    position: fixed;
    bottom: 0;
    top: auto;
    display: block;
  } */
  .scene--ended {
    position: fixed;
    bottom: 0;
    top: 70px;
    display: block;
}
  .horizontal-scroll-section {
    position: relative;
    min-height: 100vh;
    opacity: 1;
    transition: 0.5s opacity;

  }
  .horizontal-scroll-section img {
    display: block;
    max-height: 80%;
    width: auto;
  }
  .horizontal-scroll-section--init {
    opacity: 1;
  }
  .horizontal-scroll-section__content {
    display: flex;
    align-items: center;
  }
  .horizontal-scroll-section__content-wrapper {
    display: flex;
    height: 100%;
    align-items: center;
    position: relative;
    transition: all 0.5s;
  }
  .horizontal-scroll-section__content-section {
    position: relative;
    min-width: 100%;
    text-align: center;
    padding: 0 0px;
    height: 100%;
    display: flex;
    align-items: start;
}
  .horizontal-scroll-section__image {
    display: flex;
    align-items: center;
  }
  .horizontal-scroll-section__image h2 {
    margin-left: 20px;
    width: 250px;
    text-align: left;
    flex-shrink: 0;
  }
  .horizontal-scroll-section__image--two img {
    max-width: 400px;
  }
  .horizontal-scroll-section__image--four img {
    max-width: 400px;
  }
  .horizontal-scroll-section--animation-one .horizontal-scroll-section__image--two {
    opacity: 1;
    transform: translateX(0);
  }




.video_section_inner {
    position: relative;
}
.video_caption {
    position: absolute;
    right: 1%;
    bottom: 30%;
}
.btn_door {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: uppercase;
    color: #8f8f8f;
    font-weight: 600;
    border: 2px solid #c6c6c6;
}
a.btn_door:hover {
    background-color: #8f8f8f;
    color: #fff;
    transition: all 0.3s;
}


.btn_door a{
    color: #8f8f8f;
}

#button-7 {
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }
  
  #button-7 a {
    position: relative;
    left: 0;
    transition: all .35s ease-Out;
  }
  
  #dub-arrow {
    width: 100%;
    height: 100%;
    background: #BFC0C0;
    left: -200px;
    position: absolute;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .35s ease-Out;
    bottom: 0;
  }
  
  #button-7 img {
    width: 20px;
    height: auto;
  }
  
  #button-7:hover #dub-arrow {
    left: 0;
  }
  
  #button-7:hover a {
    left: 150px;
  }
  
.welcome_sec {
    position: relative;
}
.explore_btn {
  position: absolute;
  left: 8%;
  bottom: 10%;
}

.explore_btn a.btn_explore{
  margin-left: 0px;
  background: #fec10f;
  color: #000;
  border-radius: 5px;
  padding: 10px 15px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 11px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  margin-right: 10px;
  display: none;
  transition: all .3s;
  text-align: center;
}
.explore_btn a.btn_explore:hover{
  background: #000;
  color: #fff;
  transition: all .3s;
}


.welcome_sec img{
  width: 100%;
}
.welcome_sec video{
  width: 100%;
}
.slick-slide {
  text-align: center;
  color: #419be0;
  background: white;
  margin:0px;
}

.slider-item {
  width: 100%;
}
.slick-slide video{
  width: 100%;
}


.process_slider {
  margin-top: 70px;
}
.horizontal-scroll-section__content-section video{
  width: 100%;
}
/*
.process_slider .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.process_slider .slick-dots {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
} */


.get_enquire a.enq_btn {
  color: #000;
  background-color: #fec10f;
  padding: 10px 14px;
  border: 0px solid #1e1e1e;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  border-radius: 5px;

  
}
.get_enquire a.enq_btn:hover {
  color: #fff;
  background-color: #000;
  transition: all .3s;
}
/* .get_enquire a.enq_btn:before{
  position: absolute;
  content: '';
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  background-color: #9c9a9c;
  height: 2px;

} */

.animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}





@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}


.counts .count-box b {
  font-size: 36px;
  display: inline-block;
  font-weight: 600;
  color: #000;
}

.contact .getquote {
  box-shadow: 0 0 30px rgb(214 215 216 / 40%);
  padding: 30px;
}
.contact .getquote .form-group {
  margin-bottom: 20px;
}
.contact .getquote input, .contact .getquote textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  color: #000;
}

.contact .getquote input {
  padding: 10px 15px;
}

.contact .getquote .form-select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 10px 15px;
}
.contact .getquote button[type=submit] {
  background: #fec10f;
  border: 0;
  padding: 10px 30px;
  color: #000;
  transition: 0.4s;
  border-radius: 4px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
}
.contact .getquote button[type=submit]:hover{
  background-color: #000;
  color: #fff;
}


a.enq_btn.enq_btn_1 {
  margin-left: 0px;
  background: #fec10f;
  color: #000;
  border-radius: 5px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 13px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
}
a.enq_btn.enq_btn_1:hover {
  background: #000;
  color: #fff;

}
.about_hero{
  box-shadow: 0px 1px 10px #cccccc9e;
}
.footer-top h3 img {
  width: 80%;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
}
.footer-top p {
  color: #000;
}
.footer-top p a {
  color: #fec10f;
  font-weight: 500;
}
.footer_right {
  padding-left: 50px;
}
.call-to-btn {
  position: fixed;
  right: 15px;
  bottom: 8%;
  z-index: 996;
  background: #fec10f;
  width: 45px;
  height: 45px;
  border-radius: 4px;
  transition: all 0.4s;
  color: #fff;
}
.call-to-btn i {
  font-size: 24px;
}
.call-to-btn:hover {
  background: #000;
  color: #fff;
}

.float_what {
  position: fixed;
  right: 15px;
  bottom: 8%;
  z-index: 996;
  background: #fec10f;
  width: 45px;
  height: 45px;
  border-radius: 4px;
  transition: all 0.4s;
  color: #fff;
}
.float_what i {
  font-size: 24px;
}
.float_what:hover {
  background: #000;
  color: #fff;
}

.foot_add {
  padding-left: 50px;
}
.foot_links {
  padding-left: 80px;
}

.blog_sec .card {
  box-shadow: 0px 2px 6px #d9e3f4;
  margin-bottom: 30px;
}
.blog_sec .card:hover {
  box-shadow: 0px 2px 14px #d9e3f4;
    transition: all .3s;
}
.blog_sec .card-title {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  padding: 0px 0px;
  margin: 0 0 10px;
  max-height: 34px;
  min-height: 34px;
  overflow: hidden;
  line-height: 16px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: inherit;
}
.blog_sec .card-text{
  font-size: 13px;
    color: #000;
    max-height: 66px;
    min-height: 64px;
    overflow: hidden;
    line-height: 16px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: inherit;
    font-weight: 400;
}
.blog_sec .btn-primary{
  background-color: #fec10f;
  color: #fff;
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid transparent;
}
.blog_sec .btn-primary:hover{
  background-color: #000;
  color: #fff;
  
}
.card-img, .card-img-bottom, .card-img-top {
  width: 100%;
  max-height: 180px;
  min-height: 180px;
}

.modal_form .modal-title {
  font-size: 18px !important;
  font-weight: 600;
  text-transform: uppercase;
  color: #fec10f;
}
.modal_form .btn-close {
  font-size: 12px;
  color: #000;
  font-weight: 600;
}
.contact_popup .getquote .form-group {
  margin-bottom: 20px;
}
.contact_popup .getquote input {
  padding: 10px 15px;
}
.contact_popup .getquote input, .contact_popup .getquote textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  color: #000;
}
.contact_popup .getquote button[type=submit] {
  background: #fec10f;
  border: 0;
  padding: 10px 30px;
  color: #000;
  transition: 0.4s;
  border-radius: 4px;
  font-weight: 500;
  text-transform: uppercase;
}
.contact_popup .getquote button[type=submit]:hover {
  background: #000;
  color: #fff;
}
.hide-robot {
  display: none;
}

.get_enquire.twobtn {
  position: absolute;
  left: 40%;
  bottom: -8%;
  top: auto;
  transform: translateX(-50%);
}
.get_enquire {
  position: absolute;
  left: 40%;
  bottom: -8%;
  top: auto;
  transform: translateX(-50%);
}
.get_enquire.white_btn {
  position: absolute;
  left: 40%;
  bottom: -8%;
  top: auto;
  transform: translateX(-50%);
}
.get_enquire.infogra_btn {
  position: absolute;
  left: 40%;
  bottom: -8%;
  top: auto;
  transform: translateX(-50%);
}
/* .get_enquire.motion_btn {
  position: absolute;
  right: 10%;
  top: 39%;
  left: auto;
} */
.get_enquire.motion_btn {
  position: absolute;
  left: 40%;
  bottom: -8%;
  top: auto;
  transform: translateX(-50%);
}

.serv_text {
  position: absolute;
  left: 65%;
  top: 8%;
  width: 30%;
}

.serv_text p {
  padding: 0px 25px;
  font-size: 12px;
  color: #000;
  font-weight: 500;
  margin-bottom: 0px;
  position: absolute;
  left: 50%;
  top: 53%;
  transform: translate(-50%, -50%);
  width: 73%;
  /* border: 2px solid #000;
  outline: 2px solid #b9b9b9;
  background-color: #ccc; */
}
.serv_text.smallp p {
  padding: 0px 25px;
  font-size: 12px;
  color: #000;
  font-weight: 500;
  margin-bottom: 0px;
  position: absolute;
  left: 50%;
  top: 62%;
  transform: translate(-50%, -50%);
  width: 73%;
}
.serv_text.twotext {
  position: absolute;
  left: 53%;
  top: 3%;
  width: 550px;
  background: url(../img/sky_2.png) top left;
  background-repeat: no-repeat;
  background-size: contain;
  height: 258px;
}
.serv_text.threetext {
  position: absolute;
  left: 55%;
  top: 3%;
  width: 550px;
  background: url(../img/sky_2.png) top left;
  background-repeat: no-repeat;
  background-size: contain;
  height: 258px;
}
.serv_text.whitetext {
  position: absolute;
  left: 6%;
  top: 0%;
  width: 550px;
  background: url(../img/sky_4.png) top left;
  background-repeat: no-repeat;
  height: 258px;
  background-size: 100% 300px;
}
.serv_text.infotext {
  position: absolute;
  left: auto;
  right: 0;
  top: 0%;
  width: 550px;
  background: url(../img/sky_4.png) top left;
  background-repeat: no-repeat;
  height: 261px;
  background-size: 100% 300px;
}
.serv_text.motiontext {
  position: absolute;
  left: auto;
  right: 0%;
  top: 0%;
  width: 550px;
  background: url(../img/sky_4.png) top left;
  background-repeat: no-repeat;
  height: 261px;
  background-size: 100% 300px;
}

.industries-slider{
  padding: 30px 10px;
}
.industries-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.industries-slider .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background-color: #ccc;
  opacity: 1;
}

.industries-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fec10f;
}
.industries .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  /* box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12); */
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  text-align: center;
  

}

.industries .icon-box::before {
  content: "";
  position: absolute;
  background: #cbe0fb;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}
.industries .icon-box:hover{
  transform: translateY(-10px);
  box-shadow: 0px 0 40px 0 rgba(68, 88, 144, 0.1);
  transition: all ease-in-out 0.4s;
}
/* .featured-services .icon-box:hover::before {
  background: #fec10f;
  top: 0;
  border-radius: 0px;
  
} */

.industries .icon {
  margin-bottom: 15px;
}

.industries .icon i {
  font-size: 70px;
  line-height: 1;
  color: #fec10f;
  transition: all 0.3s ease-in-out;
}

.industries .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.industries .title  {
  color: #000;
}

.industries .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.industries .icon-box:hover .title,
.industries .icon-box:hover .description {
  color: #fec10f;
}

.industries .icon-box:hover .icon i {
  color: #000;
}


.hide_mobile{
  display: none;
}
.show_desk{
  display: block;
}

.client_inner {
  box-shadow: 0px 0px 23px #cccccc85;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.client_inner:hover {
  transform: translateY(-10px);
  box-shadow: 0px 0 40px 0 rgb(68 88 144 / 10%);
  transition: all ease-in-out 0.4s;
}

.blogdetails_sec {
  margin-top: 70px;
}

.blogdetails_title h4 {
  margin-bottom: 20px;
  line-height: 20px;
}
.blogdetails_title h4 span {
  font-size: 14px;
  font-weight: 600;
  color: #fec10f;
}
.blogdetails_title h2 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 22px;
}
.blogdetail_top {
  margin-bottom: 30px;
}
.blogdetail_top img {
  width: 100%;
}
.blogdetails_text p {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  text-align: justify;
}
.blogdetails_text p a{
  color: #fec10f;
}
.blogrecent_title h2 {
  font-size: 26px;
  margin-bottom: 35px;
  color: #fec10f;
}
.blogdetails_text ul li {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  text-align: justify;
}

.recent_img {
  width: 35%;
  max-height: 80px;
  min-height: 80px;
}
.recent_img img {
  max-height: 80px;
  min-height: 80px;
  box-shadow: 0px 0px 7px #cccccc96;
}
.recent_text {
  width: 65%;
  padding-left: 15px;
}

.recent_text h2 {
  font-size: 15px;
  color: #fec10f;
  margin-bottom: 0px;
}
.recent_text h2 a {
  color: #000;
}
.blogRecentinner {
  margin-bottom: 30px;
}
.blogRecentinner span {
  font-size: 12px;
  color: #fec10f;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
.blogRecent {
  padding: 15px;
  box-shadow: 0 0 20px #ccccccb5;
}
.blogdetails_inner {
  padding: 15px;
  box-shadow: 0 0 20px #ccccccb5;
}

.blog_date {
  font-size: 12px;
  color: #fec10f;
  margin-bottom: 10px;
  display: block;
  font-weight: 500;
}
p.evol_desc {
  position: absolute;
  top: 40%;
  transform: translate(0%, -50%);
  left: 3%;
  width: 240px;
  font-size: 12px;
  color: #fff;
}

.evol_box {
  position: absolute;
  top: 22%;
  left: 2%;
  width: 300px;
}
.evol_box h2 {
  color: #fec10f;
  font-size: 40px;
  font-weight: 600;
}
.evol_box p {
  background-color: #7c7b7c;
  padding: 20px;
  font-size: 13px;
  border: 10px solid #494849;
  color: #fff;
  margin-bottom: 0px;
}



@media (min-width: 1200px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1180px;
  }
  }
@media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1300px;
}
}
@media (min-width: 1440px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1380px;
  }
  }

@media screen and (min-width: 993px) and (max-width: 1200px) {
  #header .logo img {
    max-height: 40px;
  }
  a.enq_btn.enq_btn_1 {
    margin-left: 0px;
    background: #fec10f;
    color: #000;
    border-radius: 5px;
    padding: 8px 15px;
  }
}
@media (max-width: 1200px){
.horizontal-scroll-section__content-section {
  position: relative;
  min-width: auto;
}
.horizontal-scroll-section__content-section video {
  width: auto;
  height: 100%;
}
p.evol_desc {
  position: absolute;
  top: 46%;
  transform: translate(0%, -50%);
  left: 4%;
  width: 330px;
  font-size: 16px;
  color: #fff;
}
}

@media (max-width: 992px){
  .foot_links {
    padding-left: 15px;
}
.horizontal-scroll-section__content-section {
  position: relative;
  min-width: auto;
}
.horizontal-scroll-section__content-section video {
  width: auto;
  height: 100%;
}
.serv_text.twotext {
  background: none;
}
.serv_text.threetext {
  background: none;
}
.serv_text.whitetext {
  background: none;
}
.serv_text.infotext {
  background: none;
}
.serv_text.motiontext {
  background: none;
}
.serv_text.smallp p {
  font-size: 12px;
  color: #000;
  font-weight: 500;
  margin-bottom: 0px;
  position: absolute;
  left: 50%;
  top: 58%;
  transform: translate(-50%, -50%);
  width: 73%;
  background-color: #ececec;
  padding: 30px;
  border: 2px solid #ddd
}
.serv_text p {
  font-size: 12px;
  color: #000;
  font-weight: 500;
  margin-bottom: 0px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  background-color: #ececec;
  padding: 30px;
  border: 2px solid #ddd;
}
p.evol_desc {
  position: absolute;
  top: 46%;
  transform: translate(0%, -50%);
  left: 4%;
  width: 450px;
  font-size: 20px;
  color: #fff;
}

}

@media (max-width: 768px){
.show_desk{
  display: none;
}
.hide_mobile{
  display: block;
}
.blogdetails_sec {
  margin-top: 55px;
}

.blogdetails_sec {
  padding: 30px 0;
  overflow: hidden;
}

#header .logo img {
    max-height: 35px;
}
#header {
  height: 55px;
}
#hero_section {
  margin-top: 55px;
}
.horizontal-scroll-section__content-section {
  position: relative;
  min-width: auto;
}
.scene {
  top: 55px;
}
.horizontal-scroll-section__content-section video {
  width: auto;
  height: 100%;
}
a.enq_btn.enq_btn_1 {
  margin-left: 0px;
  font-size: 12px;
  padding: 8px 10px;
}
.foot_links {
  padding-left: 15px;
}
/* 
.get_enquire {
  position: absolute;
  left: 70%;
  top: 42%;
}
.get_enquire.twobtn {
  position: absolute;
  left: 70%;
  top: 42%;
}
.get_enquire.infogra_btn {
  position: absolute;
  right: 0%;
  top: 45%;
} */

.serv_text.twotext {
  background: none;
}
.serv_text.threetext {
  background: none;
}
.serv_text.whitetext {
  background: none;
}
.serv_text.infotext {
  background: none;
}
.serv_text.motiontext {
  background: none;
}
.get_enquire.twobtn {
  position: absolute;
  left: 38%;
  bottom: 0%;
  top: auto;
}
.get_enquire {
  position: absolute;
  left: 38%;
  bottom: 2%;
  top: auto;
  transform: translateX(-50%);
}

.serv_text.smallp p {
  font-size: 12px;
  color: #000;
  font-weight: 500;
  margin-bottom: 0px;
  position: absolute;
  left: 50%;
  top: 58%;
  transform: translate(-50%, -50%);
  width: 73%;
  background-color: #ececec;
  padding: 30px;
  border: 2px solid #ddd
}
.serv_text p {
  font-size: 12px;
  color: #000;
  font-weight: 500;
  margin-bottom: 0px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  background-color: #ececec;
  padding: 30px;
  border: 2px solid #ddd;
}
.blogdetails_title h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 22px;
}
.blogdetails_text p {
  font-size: 13px;
  color: #000;
  font-weight: 500;
  text-align: justify;
}

.blogdetails_text ul li {
  font-size: 13px;
  color: #000;
  font-weight: 500;
  text-align: justify;
}
.explore_btn a.btn_explore{
  margin-bottom: 10px;
}
.explore_btn {
  position: absolute;
  left: 50%;
  bottom: 0%;
  transform: translateX(-50%);
  display: grid !important;
}
p.evol_desc {
  position: absolute;
  top: 46%;
  transform: translate(0%, -50%);
  left: 4%;
  width: 380px;
  font-size: 18px;
  color: #fff;
}

}

@media (max-width: 414px){
  #header .logo img {
    max-height: 30px;
}
section {
  padding: 40px 0;
  overflow: hidden;
}
.counts .count-box b {
    font-size: 28px;
}
.counts .count-box span {
  font-size: 28px;
}
.section-title h2 {
  font-size: 12px;
}
.section-title h3 {
  margin: 15px 0 30px 0;
  font-size: 20px;
  font-weight: 700;
}
.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 500;
  color: #000;
  font-size: 12px;
}
.counts {
  padding: 30px 0 60px;
}
.section-title {
  text-align: center;
  padding-bottom: 15px;
}
.featured-services .icon-box {
  padding: 10px;
}
.featured-services .icon i {
  font-size: 50px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #fff;
  font-size: 11px;
  line-height: 26px;
}
.testimonials {
  padding: 30px 0;
}
.contact .getquote {
  box-shadow: 0 0 30px rgb(214 215 216 / 40%);
  padding: 10px;
}
.contact .getquote input {
  padding: 10px 10px;
}

.contact .getquote input, .contact .getquote textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 11px;
  color: #000;
}
.contact .getquote .form-select {
  border-radius: 0;
  box-shadow: none;
  font-size: 11px;
  display: block;
  width: 100%;
  padding: 10px;
}
#footer .footer-top .footer-contact p {
  font-size: 12px;
}
.footer-top h3 img {
  width: 70%;
}
.foot_add {
  padding-left: 15px;
}
.foot_links {
  padding-left: 15px;
}
.footer_right {
  padding-left: 15px;
}
a.enq_btn.enq_btn_1 {
  margin-left: 0px;
  font-size: 12px;
  padding: 8px 10px;
}
/* .serv_text.twotext {
  position: absolute;
  left: 53%;
  top: 3%;
  width: 22%;
} */
/* .get_enquire.twobtn {
  position: absolute;
  left: 63%;
  top: 28%;
} */
/* .serv_text.threetext {
  position: absolute;
  left: 55%;
  top: 3%;
  width: 23%;
} */
/* .get_enquire {
  position: absolute;
  left: 66%;
  top: 30%;
} */
/* .serv_text.whitetext {
  position: absolute;
  left: 6%;
  top: 0%;
  width: 23%;
} */
/* .get_enquire.white_btn {
  position: absolute;
  left: 14%;
  top: 30%;
} */
/* .serv_text.infotext {
  position: absolute;
  left: auto;
  right: 0;
  top: 0%;
  width: 23%;
} */
/* .get_enquire.infogra_btn {
  position: absolute;
  right: 0%;
  top: 30%;
} */
/* .serv_text.motiontext {
  position: absolute;
  left: auto;
  right: 0%;
  top: 0%;
  width: 26%;
} */
/* .get_enquire.motion_btn {
  position: absolute;
  right: 10%;
  top: 30%;
  left: auto;
} */


.serv_text.smallp p {
  padding: 0px 25px;
  font-size: 12px;
  color: #000;
  font-weight: 500;
  margin-bottom: 0px;
  position: absolute;
  left: 50%;
  top: 58%;
  transform: translate(-50%, -50%);
  width: 73%;
  padding: 15px;
  border: 2px solid #ddd;
}
.serv_text p {
  padding: 0px 25px;
  font-size: 11px;
  color: #000;
  font-weight: 500;
  margin-bottom: 0px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  padding: 15px;
  border: 2px solid #ddd;
}
p.evol_desc {
  position: absolute;
  top: 47%;
  transform: translate(0%, -50%);
  left: 4%;
  width: 380px;
  font-size: 18px;
  color: #fff;
}
.evol_box {
  position: absolute;
  top: 22%;
  left: 2%;
  width: 350px;
}
.evol_box p {
  background-color: #7c7b7c;
  padding: 20px;
  font-size: 16px;
  border: 10px solid #494849;
  color: #fff;
  margin-bottom: 0px;
}


}
@media (max-width: 391px){
  .serv_text p {
    font-size: 12px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    background-color: #ececec;
    padding: 15px;
    border: 2px solid #ddd;
  }
/* .get_enquire.white_btn {
  position: absolute;
  left: 14%;
  top: 31%;
} */
p.evol_desc {
  position: absolute;
  top: 47%;
  transform: translate(0%, -50%);
  left: 3%;
  width: 380px;
  font-size: 18px;
  color: #fff;
}
}

@media (max-width: 376px){
  #header .logo img {
    max-height: 25px;
}
a.enq_btn.enq_btn_1 {
  margin-left: 0px;
  font-size: 11px;
  padding: 8px 10px;
}
.contact .info-box p {
  padding: 0;
  line-height: 20px;
  font-size: 12px;
}


.modal_form .modal{
  padding-right: 0px !important;
}
.modal_form .modal-body{
  padding: 10px;
}
.contact_popup .getquote input, .contact_popup .getquote textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 10px;
  color: #000;
}
.contact_popup .getquote input {
  padding: 10px 10px;
}
.contact .getquote .form-select {
  border-radius: 0;
  box-shadow: none;
  font-size: 10px;
  display: block;
  width: 100%;
  padding: 10px;
}
.modal_form .modal-title {
  font-size: 16px !important;
}
.contact_popup .getquote button[type=submit] {
  background: #fec10f;
  border: 0;
  padding: 10px 20px;
  color: #000;
  transition: 0.4s;
  border-radius: 4px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
}


/* .get_enquire {
  position: absolute;
  left: 70%;
  top: 42%;
}
.get_enquire.twobtn {
  position: absolute;
  left: 70%;
  top: 42%;
}
.get_enquire.infogra_btn {
  position: absolute;
  right: 0%;
  top: 39%;
}
.get_enquire.white_btn {
  position: absolute;
  left: 14%;
  top: 40%;
} */

/* .serv_text.twotext {
  position: absolute;
  left: 53%;
  top: 3%;
  width: 550px;
}
.serv_text.threetext {
  position: absolute;
  left: 55%;
  top: 3%;
  width: 550px;
}
.serv_text.whitetext {
  position: absolute;
  left: 6%;
  top: 0%;
  width: 550px;
}
.serv_text.infotext {
  position: absolute;
  left: auto;
  right: 0;
  top: 0%;
  width: 550px;
}
.serv_text.motiontext {
  position: absolute;
  left: auto;
  right: 0%;
  top: -5%;
  width: 550px;
} */
/* .get_enquire.motion_btn {
  position: absolute;
  right: 10%;
  top: 34%;
  left: auto;
} */

p.evol_desc {
  position: absolute;
  top: 47%;
  transform: translate(0%, -50%);
  left: 4%;
  width: 300px;
  font-size: 15px;
  color: #fff;
}

.serv_text.smallp p {
  padding: 0px 25px;
  font-size: 12px;
  color: #000;
  font-weight: 500;
  margin-bottom: 0px;
  position: absolute;
  left: 50%;
  top: 58%;
  transform: translate(-50%, -50%);
  width: 73%;
  padding: 15px;
  border: 2px solid #ddd;
}
.serv_text p {
  padding: 0px 25px;
  font-size: 11px;
  color: #000;
  font-weight: 500;
  margin-bottom: 0px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  padding: 15px;
  border: 2px solid #ddd;
}


}

@media (max-width: 320px){
a.enq_btn.enq_btn_1 {
    margin-left: 0px;
    font-size: 10px;
    padding: 6px 6px;
}
#header .logo img {
  max-height: 22px;
}
}