* {
  margin: 0;
  padding: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');



@font-face {
  font-family: 'Noto Sans';
  src: url('../font/NotoSans-Regular.woff2') format('woff2'),
    url('../font/NotoSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}




body {
  overflow-x: hidden;
  position: relative;
}


:root {
  --bs-orange: #ff7a00;
  --bs-orange-dark: #cb6b5c;
  --bs-yellow: #bf9f62;
  --white: #fff;
  --black: #000;
  --gray: #848e9f;

}

h1,
h2,
h3 {
  font-family: "Varela Round", sans-serif;
}


a {
  text-decoration: none !important;
  transition: ease-in-out .2s;
}

img {
  width: 100%;
  transition: ease-in-out .3s;
}

.img {
  overflow: hidden;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
  font-family: "Varela Round", sans-serif;
}



p {
  font-size: 15px;
  line-height: 27px;
  color: var(--gray);
  /* font-family: 'Noto Sans'; */
  letter-spacing: .2px;
}

span {
  display: block;
  font-family: "Varela Round", sans-serif;
}

.head_email img {
  width: 25px;
}

.head_email a {
  color: var(--white);
}

.head_icon img {
  width: 35px;
  margin-left: 10px;
}

.head_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top_mail a {
  color: var(--white);

}

.top_mail .socal_media {
  margin-top: 0;
}

.top_mail2 {
  text-align: right;
}

header {
  position: relative;
  overflow: hidden;
  margin-top: -30px;
}


#myHeader.sticky {
  position: fixed;
  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;
  background-color: var(--bs-orange);
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

#myHeader.sticky .logo {
  padding-top: 0;
}

#myHeader.sticky .logo img {
  width: 130px;
}

#myHeader.sticky nav::after {
  display: none;
}

#myHeader.sticky .top_center {
  align-items: center;
}

.head_banner .slick-slide.slick-current.slick-active .main_head {
  animation: 1s linear 0s alternate headerline;
}

.head_banner .slick-slide.slick-current.slick-active .main_head_2 {
  animation: 1.5s linear 0s alternate headerline;
}

.head_banner .slick-slide.slick-current.slick-active .head_main {
  animation: 2s linear 0s alternate headerline;
}

.head_banner .slick-slide.slick-current.slick-active p {
  animation: 3s linear 0s alternate headerline;
  transition-delay: .2s;
}

.head_banner .slick-slide.slick-current.slick-active .line_img img {
  animation: 4s linear 0s alternate headerline;
  transition-delay: .2s;
}

@keyframes headerline {

  0%,
  25% {
    transform: translateY(-20%);
    opacity: 0;
  }

  75%,
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

#myHeader.sticky .head_contact {
  display: none;
}

.slick-nav.prev-arrow.slick-arrow {
  position: absolute;
  top: 45%;
  right: 10px;
  z-index: 99;
  padding: 6px 12px;
  border-radius: 50%;
  color: var(--white);
  cursor: pointer;
  border: 1px solid var(--white);
  font-size: 15px;
}

nav#myHeader.sticky {
  margin-top: 0;
}

.slick-nav.next-arrow.slick-arrow {
  position: absolute;
  top: 45%;
  left: 10px;
  z-index: 99;
  padding: 6px 12px;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  border: 1px solid var(--white);
  font-size: 15px;
}

.head_item img {
  object-fit: cover;
}

.nav_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navigation {
  display: flex;
  margin-bottom: 0;
  border-radius: 5px;
}

.top_header {
  padding: 0 5%;
}

.logo img {
  width: 150px;
  position: relative;
  z-index: 999;
  padding: 5px;
  border-radius: 3px;
}

.logo {
  padding-top: 15px;
}

.main_nav {
  width: 83%;
}

.navigation li {
  padding: 26px 20px;
  position: relative;
}


.navigation li a {
  color: var(--white);
  font-size: 16px;
}

.inner_header {
  position: relative;
  margin-top: -30px;
}

.inner_header::after {
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.719) 32%, rgb(0 0 0 / 4%) 59%);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.inner_text {
  position: absolute;
  top: 40%;
  z-index: 99;
  width: 100%;
  text-align: center;
}

.inner_header .inner_text {
  position: absolute;
  top: 40%;
  z-index: 99;
  left: 5%;
  text-align: left;
  width: auto;
}

.inner_header .inner_text {
  top: 50%;
}

.inner_hrad {
  font-size: 50px;
  color: var(--white);
  font-weight: bolder;
  text-transform: uppercase;
}

.brade_crom {
  display: flex;
}

.brade_crom a {
  color: var(--white);
}

.brade_crom span {
  color: var(--white);
}

.inner_header img {
  height: 400px;
  object-fit: cover;
}


.get_quite a {
  display: block;
  color: var(--black);
  font-weight: 600;
  font-size: 15px;
  padding: 10px 0px;
}

.new_top {
  background-color: var(--black);
}

.new_top p {
  margin-bottom: 0;
  font-size: 14px;
  color: var(--white);
}


.clk_btn {
  position: absolute;
  right: 0;
  top: 22px;
  color: var(--white);
  cursor: pointer;
}

.droupdown li {
  padding: 0;
}

.droupdown li a {
  padding: 10px 15px;
  display: block;
  color: var(--black);
  font-size: 17px;
}

.droupdown li a:hover {
  background: var(--bs-orange);
  color: var(--white);
}

.droupdown {
  position: absolute;
  background-color: var(--white);
  left: 0;
  top: 60px;
  width: 290px;
  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;
  background-color: var(--bs-orange);
}

nav::after {
  content: "";
  width: 8%;
  height: 100%;
  position: absolute;
  right: 99%;
  top: 0;
  background-color: var(--bs-orange);
  clip-path: polygon(80% 0, 100% 0, 100% 100%, 0% 100%);
}

nav::before {
  content: "";
  width: 20%;
  height: 100%;
  position: absolute;
  left: 99%;
  top: 0;
  background-color: var(--bs-orange);
}


@keyframes alltuchtopdown {
  0% {
    transform: rotateX(0deg) translateY(0)
  }

  50% {
    transform: rotateX(0deg) translateY(-20px)
  }

  to {
    transform: rotateX(0deg) translateY(0)
  }
}

button.slick-next.slick-arrow {
  display: none !important;
}

button.slick-prev.slick-arrow {
  display: none !important;
}

.head_item {
  position: relative;
}

.top .row {
  align-items: center;
}

.head_contact img {
  width: 40px;
}

.head_contact a {
  color: var(--black);
  
  font-weight: 600;
  font-size: 15px;
}

.head_contact {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 20px;
  margin: 18px 0;
}

.top_center {
  display: flex;
  justify-content: space-between;
}

.phone img {
  width: 40px;
}

.phone a {
  color: var(--white);
  font-weight: 600;
  font-size: 20px;
}

.socal_media {
  display: flex;
  justify-content: right;
  gap: 15px;
}

.socal_media a {
  color: var(--white);
}

.panner_text {
  position: absolute;
  top: 25%;
  left: 5%;
  width: 50%;
}

.main_head {
  font-size: 60px;
  font-weight: 900;
  -webkit-text-stroke: 1px var(--white);
  -webkit-text-fill-color: var(--bs-orange);
  font-family: sans-serif;
  margin-bottom: 10px;
}

.main_head_2 {
  font-size: 27px;
  color: var(--white);
  font-weight: 600;
  margin-bottom: 15px;
}

.panner_text p {
  font-size: 16px;
  color: var(--white)
}

.line_img img {
  position: absolute;
  width: auto;
  top: 10%;
}

.line_img .slide-holder2 {
  top: 30%;
}

.normal_contact {
  position: relative;
  background-color: var(--bs-orange);
  padding: 30px 0 50px;
}

.shape_line {
  position: absolute;
  bottom: 99%;
  left: 0;
}

.normal_contact input,
.normal_contact select {
  padding: 15px 25px;
  padding-right: 45px;
  border: 1px solid #d8dde1;
  border-radius: 27px;
  font-size: 14px;
  background-color: var(--white);
  width: 100%;
  outline: none;
}

.estimate {
  font-size: 30px;
  color: var(--white);
  font-weight: 600;
}


.all_btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: var(--bs-orange);
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 18px 44px;
  min-width: 170px;
  border-radius: 30px;
  box-shadow: var(--bs-orange) 0px 3px 8px -2px;
  -webkit-transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96);
  transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96);
}

.all_btn:before {
  content: "";
  position: absolute;
  top: 10%;
  left: 10%;
  height: 100%;
  width: 100%;
  background-color: none;
  z-index: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -ms-transform-origin: bottom center;
  background-image: url(../image/img/star-1.svg);
  background-repeat: no-repeat;
  -webkit-transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96);
  transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96);
}

.all_btn:after {
  content: "";
  position: absolute;
  top: 15%;
  left: 62%;
  height: 100%;
  width: 100%;
  background-color: transparent;
  z-index: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -ms-transform-origin: bottom center;
  background-image: url(../image/img/star-2.svg);
  background-repeat: no-repeat;
  -webkit-transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96);
  transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96);
}

.all_btn:hover::before {
  top: 14%;
  left: 11%;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.all_btn:hover::after {
  top: 15%;
  left: 62%;
  transform: scale(1.3);
}

.all_btn:hover {
  color: var(--white);
}


.normal_input button {
  width: 100%;
  background-color: var(--black);
}

.margin {
  margin: 70px 0;
}


.main_ab_img {
  float: left;
  width: 50%;
  position: relative;
  padding-right: 100px;
}

.main_ab_img .img img {
  border-radius: 30px;
}

.main_text {
  text-align: left;
}

.small_head {
  font-size: 25px;
  color: var(--bs-orange);
  font-weight: 600;
}

.big_head {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}

.main_ab_img .img_1 img {
  position: absolute;
  top: 10%;
  right: 10px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid var(--white);
  animation: jumpAni 7s linear infinite
}



@keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

.experience {
  position: absolute;
  right: -10px;
  bottom: 0;
}

.exp_text {
  transform: rotate(-90deg);
  text-align: left;
}

.ex_num {
  font-size: 65px;
  font-weight: 600;
  margin-top: 20px;
  color: var(--bs-orange);
}

.exp_text span {
  font-size: 25px;
  font-weight: 600;
}

.exp_text p {
  margin-bottom: 0;
  color: var(--black);
  font-weight: 600;
}







.num_item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  line-height: 16px;
}

.plucs {
  font-size: 40px;
}

.count-area {
  position: relative;
  text-align: center;
  color: var(--black);
}

.count-area-content {
  margin-top: 30px;
}

.count-area i {
  font-size: 48px;
}

.count-digit {
  margin: 20px 0px;
  color: var(--bs-orange);
  font-weight: 700;
  font-size: 60px;
}

.count-title {
  font-size: 20px;
  font-weight: 600;
}

.client_item{
    padding:19px 26px;
}

.product {
  position: relative;
}

.pro_item {
  position: relative;
  text-align: left;
  margin: 10px;
  overflow: hidden;
  border-radius: 20px;
}

.pro_item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgb(0 0 0 / 62%) 0%, rgba(255, 255, 255, 0) 25%);
}

.pro_text {
  position: absolute;
  bottom: -23%;
  left: 0;
  padding: 20px;
  z-index: 9;
  transition: ease-in-out .3s;
}

.pro_item:hover .pro_text {
  bottom: 0;
}

.pro__head {
  font-size: 25px;
  color: var(--white);
  font-weight: 600;
}

.pera {
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}

.pro_item .img img {
  object-fit: cover;
}

.pro_text p {
  color: var(--white);
}

.vector {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  animation: jumpAni 7s linear infinite;
  z-index: -1;
}

.cord_item img {
  width: 50px;
  background-color: var(--bs-orange);
  padding: 8px;
  margin-right: 15px;
  position: relative;
  z-index: 3;
}

.all_card {
  padding: 60px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.cord_item {
  padding: 25px;
  position: relative;
}

.cord_item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--black);
  transition: ease-in-out .3s;
}

.cord_item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 4%;
  left: 3%;
  background-color: var(--bs-orange);
  transition: ease-in-out .3s;
}

.cord_item:hover::before {
  top: 0%;
  left: 0%;
  z-index: 2;
}

.cord_item:hover::after {
  top: 4%;
  left: 3%;
}

.cord_item span {
  position: relative;
  z-index: 3;
  font-size: 20px;
  color: var(--white);
}

.cord_item p {
  color: var(--white);
  position: relative;
  z-index: 3;
  font-size:16px;
}


/******** gallery ********/
.magnific-img img {
  width: 100%;
  height: 370px;
  object-fit: cover;
}

.magnific-img {
  display: inline-block;
  width: 24.7%;
  margin-bottom: 5px;
}

a.image-popup-vertical-fit {
  cursor: -webkit-zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-arrow-left:before {
  border-right: none !important;
}

.mfp-arrow-right:before {
  border-left: none !important;
}

button.mfp-arrow,
.mfp-counter {
  opacity: 0 !important;
  transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}

.mfp-container:hover button.mfp-arrow,
.mfp-container:hover .mfp-counter {
  opacity: 1 !important;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

  /**
* Remove all paddings around the image on small screen
*/
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}


/****** gallery ******/


.testmonial {
  padding: 70px 0;
  background-position: center;
}

.test_item {
  margin: 8px;
}

.test_img img {
  width: 50px;
  border-radius: 10px;
  margin-right: 10px;
  
}

.name {
  color: var(--black);
}

.test_item {
  background-color: var(--white);
  padding: 25px;
  border-radius: 10px;
  min-height:364px
}

.star_img {
  width: 130px;
}

.testmonial .big_head {
  color: var(--white);
}

.process_item {
  position: relative;
  padding: 30px;
  margin-bottom: 25px;
}

.process_item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--black);
  transition: ease-in-out .3s;
  z-index: -1;
}

.process_item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 6%;
  left: 2%;
  background-color: var(--bs-orange);
  transition: ease-in-out .3s;
  z-index: -2;
}

.process_item:hover::after {
  z-index: -2;
  top: 6%;
  left: 2%;
}

.process_item:hover::before {
  z-index: -1;
  top: 0%;
  left: 0%;
}

.process .img img {
  border-radius: 25px;
}

.process .img {
  padding-right: 30px;
}

.process_item p {
  color: var(--white);
}

.prc_head {
  font-size: 22px;
  color: var(--white);
  font-weight: 600;
}



.contact {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #eff2f5;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 100% 100%;
  background-size: 20%;
  box-shadow: 0 0 0 0 #ffffff;
}

.contact form input,
textarea,
select {
  background: #f8f8f8;
  color: #212529;
  font-size: 14px;
  border-color: rgba(0, 0, 0, 0);
  border-width: 0 0 0 0;
  border-radius: 4px;
  padding: 15px 20px 15px 20px;
  width: 100%;
  transition: .35s;
  margin-bottom: 10px;
  outline: none;
}

.contact form {
  background-color: var(--white);
  padding: 50px;
  border-radius: 5px;
}

.sppb-media {
  display: flex;
}

.sppb-icon-container {
  box-shadow: 0 0 0 0 var(--white);
  display: inline-block;
  text-align: center;
  padding: 10px 14px;
  color: var(--white);
  background-color: var(--bs-orange);
  border-width: 0px;
  border-radius: 400px;

}

.sppb-icon {
  margin-right: 15px;
}

.sppb-addon-text a {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.sppb-media {
  margin: 30px 0;
}

.contact_detail {
  padding-top: 30px;
  padding-left: 30px;
}

.contact_detail .socal_media {
  justify-content: left;
}

.contact_detail .socal_media a {
  color: var(--white);
  background-color: var(--bs-orange);
  border-radius: 50%;
  padding: 10px 14px;
}

footer {
  background-color: var(--black);
  padding-top: 50px;
}

.foot_logo img {
  width: 150px;
  margin-bottom: 15px;
}

.foot_head {
  color: var(--white);
  font-weight: 600;
  color: var(--bs-orange);
  font-size: 18px;
}

.foot_nav {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 25px 0;
  border-bottom: 1px solid #4b4b4b;
}

.foot_nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 0;
}

footer .container-fluid {
  padding: 0 4%;
}

.foot_nav ul li a {
  color: var(--white);
  font-size: 14px;
  padding: 0 10px;
  border-right: 1px solid var(--white);
}

.foot_nav ul li a:hover {
  color: var(--bs-orange);
}

.foot_nav ul li:last-child a {
  border-right: none;
}

.foot_nav ul {
  margin-bottom: 0;
}

.copyright {
  margin-top: 60px;
  text-align: center;
  border-top: 1px solid #383838;
}

.copyright p a {
  color: var(--white);
  text-decoration: underline !important;
}

.copyright p {
  margin-bottom: 0;
  padding: 10px;
  color: #fff;
}


















.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: 35px;
  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: 54px;
  color: #fff;
}

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }

  75% {
    padding: 50px;
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.marcket-plase .all_btn {
  display: block;
  margin: 7px 0;
}

.share-btn-box {
  margin-top: 15px;
}

.social-share ul {
  display: flex;
  gap: 5px;
}

.social-share ul li button {
  border: none;
  background-color: #ff7a00;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
}

.ab_home {
  display: flex;
}

.main_img {
  position: relative;
  width: 50%;
  float: left;
  padding-right: 30px;
}
  .banner-slider {
    display: flex;
    justify-content: space-around;
    gap: 30px;
  }





  /*USE CSS for Slider*/
  .vehicle-detail-banner .car-slider-desc {
    max-width: 180px;
    margin: 0 auto;
  }

  .banner-slider .slider.slider-for {
    max-width: 70%;
    position: relative;

  }

  .banner-slider .slider.slider-nav {
    max-width: 30%;
    border: 1px solid #cbcbcb;
    border-radius: 10px;
  }

  .banner-slider .slider.slider-for,
  .banner-slider .slider.slider-nav {
    width: 100%;
  }

  .banner-slider .slider.slider-nav {
    /* height: 610px; */
    /* overflow: hidden; */

  }

  .slider-banner-image {
    height: 610px;
    border-radius: 10px;
    overflow: hidden;
  }

  .banner-slider .slider.slider-nav {
    padding: 20px 0 0;
  }

  .thumbImg {
    max-width: 228px;
    height: 140px;
    margin: 0 auto;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
  }

  .slider-banner-image img,
  .slider-nav .slick-slide.thumbnail-image .thumbImg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .slick-vertical .slick-slide:active,
  .slick-vertical .slick-slide:focus,
  .slick-arrow:hover,
  .slick-arrow:focus {
    border: 0;
    outline: 0;
  }

  .slider-nav .slick-slide.slick-current.thumbnail-image .thumbImg {
    border: 2px solid var(--red);
  }

  .slider-nav .slick-slide.slick-current span {
    color: #196DB6;
  }

  .slider-nav .slick-slide {
    text-align: center;
  }

  .slider-nav .slick-slide span {
    font-size: 14px;
    display: block;
    padding: 5px 0 15px;
  }
.vehicle_text {
    position: absolute;
    bottom: 50px;
    left: 25px;
    z-index: 9;
}
.pro_name {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
}

.slider-banner-image::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(10deg, rgba(0, 0, 0, 0.626) 23%, rgba(255, 255, 255, 0) 100%);
}

  .slick-prev {
    top: 0;
  }

  .slick-next {
    bottom: 0;
    background-color: #fff;
  }

  /*.slick-prev.slick-arrow {*/
  /*  background-image: url(../image/img/black-up-arrow.png);*/
  /*}*/

  /*.slick-next.slick-arrow {*/
  /*  background-image: url(../image/img/black-down-arrow.png);*/
  /*}*/

  /*End USE CSS for Slider*/



@media only screen and (max-width: 1024px) {
  nav::before {
    display: none;
  }

  .navigation li {
    padding: 25px 9px;
    position: relative;
  }

  .phone a {
    font-size: 17px;
  }

  .phone img {
    width: 32px;
  }

  .logo img {
    width: 130px;
  }

  .main_nav {
    width: 84%;
  }

  .head_contact a {
    font-size: 14px;
  }

  .head_contact img {
    width: 32px;
  }

  .head_contact {
    gap: 10;
  }

  .navigation li a {
    font-size: 15px;
  }

  .panner_text {
    width: 65%;
  }

  .main_head {
    font-size: 50px;
  }
}


@media only screen and (max-width: 991px) {
  .head_item .img img {
    height: 450px;
  }

  .panner_text {
    top: 20%;
  }

  .main_head {
    font-size: 40px;
  }

}

@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;
    order: 3;
  }

  .toggle>* {
    width: 80%;
    height: 3px;
    background: var(--white);
    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: 100%;
    left: 0;
    background-color: var(--white);
    z-index: 9999;
    display: none;
  }


  .navigation li {
    padding: 12px 9px;
    font-size: 15px;
    border-bottom: 1px solid #818181;
  }

  .navigation li a {
    color: #000;
  }

  .droupdown {
    position: revert;
    width: 100%;
  }

  .clk_btn {
    position: absolute;
    right: 0;
    top: 0;
    color: var(--white);
    cursor: pointer;
    width: 47px;
    height: 46px;
    line-height: 37px;
    background: #000;
    text-align: center;
  }

  .droupdown li {
    padding: 0 !important;
  }

  .droupdown li a {
    color: #000;
  }

  nav {
    padding: 8px 0;
  }

  .main_head_2 {
    font-size: 24px;
  }

  .main_ab_img .img_1 img {
    width: 160px;
    height: 160px;
  }

  .main_ab_img {
    width: 60%;
  }
}


@media only screen and (max-width: 767px) {
  .main_ab_img {
    width: 100%;
    margin-bottom: 15px;
  }

  .margin {
    margin: 33px 0;
  }

  .big_head {
    font-size: 27px;
  }

  .small_head {
    font-size: 19px;
  }

  .head_contact {
    display: none;
  }

  nav::after {
    display: none;
  }

  .logo {
    padding-top: 0px;
  }

  header {
    margin-top: 0;
  }

  .top {
    background-color: var(--bs-orange);
  }

  .top_center {
    align-items: center;
  }

  .inner_header {
    margin-top: 0px;
  }

  .inner_header img {
    height: 300px;
  }

  .main_img {
    width: 65%;
  }
  .banner-section{
      display:none;
  }
}



@media only screen and (max-width: 600px) {
  .count-digit {
    font-size: 44px;
  }

  .count-title {
    font-size: 16px;
  }

  .magnific-img img {
    height: 240px;
  }

  .contact {
    padding: 50px 0;
  }

  .big_head {
    font-size: 24px;
  }

  .small_head {
    font-size: 17px;
  }

  .sppb-addon-text a {
    font-size: 16px;
  }

  .process .img {
    padding-right: 0px;
    margin-bottom: 20px;
  }

  .all_card {
    padding: 20px 0;
  }

  .main_img {
    width: 100%;
    padding-right: 0;
  }

  .inner_hrad {
    font-size: 30px;
  }

  .inner_header img {
    height: 230px;
  }
}



@media only screen and (max-width: 550px) {
  .foot_nav {
    flex-direction: column;
    text-align: center;
  }

  .foot_nav ul {
    justify-content: center;
  }

  .cord_item::before {
    left: 2%;
  }

  .magnific-img {
    width: 42.7%;
  }

  .contact_detail {
    padding-left: 0;
  }

  .inner_hrad {
    font-size: 25px;
  }
}

@media only screen and (max-width: 500px) {
  .panner_text {
    width: 80%;
  }

  .panner_text {
    top: 8%;
  }

  .main_head {
    font-size: 36px;
  }

  .line_img {
    display: none;
  }
}

@media only screen and (max-width: 450px) {
  .logo img {
    width: 110px;
  }

  #myHeader.sticky .logo img {
    width: 110px;
  }

  .head_item .img img {
    height: 450px;
    object-position: right;
  }

  .panner_text {
    width: 90%;
  }

  .panner_text {
    background-color: #00000097;
    padding: 10px;
  }

  .slick-nav.prev-arrow.slick-arrow {
    right: 0;
  }

  .slick-nav.next-arrow.slick-arrow {
    left: 0;
  }

  .ex_num {
    font-size: 50px;
  }

  .exp_text span {
    font-size: 20px;
  }

  .count-digit {
    font-size: 36px;
    margin: 10px 0px;
  }

  .contact form {
    padding: 35px;
  }
}