@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900;1000&display=swap');

body {
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-family: 'Mulish', sans-serif;
}

:root {
  --blue: #2E3494;
  --red: #D61F26;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  position: relative;

}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ fixed slider qr code start */
.fixed-slider-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  background: var(--red);
  cursor: pointer;
}

.fixed-slider-btn p {
  color: #fff;
  font-size: 22px;
  padding: 10px 20px;
  margin-bottom: 0;
}

@media screen and (max-width:600px) {
  .fixed-slider-btn p {
    font-size: 14px;
    padding: 4px 10px;
  }
}

.fixed-slider-qr {
  background: var(--blue);
  padding: 20px;
  position: fixed;
  left: 0;
  bottom: 0px;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  border: 1px solid #fff;
  display: none;
}

.fixed-slider-qr hr {
  color: #fff;
}

.fixed-slider-qr i.fa-xmark {
  margin-left: 220px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}

.fixed-slider-qr .fixed-slider-head {
  text-align: center;

}

.fixed-slider-qr .fixed-slider-head p {
  color: #fff;
  font-size: 22px;
}

.fixed-slider-qr .fixed-slider-head img {
  width: 240px;
  margin-bottom: 10px;
}

.fixed-slider-qr .fixed-slider-head h3 {
  color: #fff;
}

.fixed-slider-qr .fixed-slider-head a {
  display: block;
  color: #fff;
  text-decoration: none;
  margin-bottom: 6px;
}

.fixed-slider-qr .fixed-slider-head .qr-adrs {
  width: 120px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ fixed slider qr code end */


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++whatsapp contact start */
.body-icons-01 {
  position: fixed;
  z-index: 9999;
  right: 10px;
  animation: move-up-1 6s infinite ease;
  bottom: 170px;
}

.body-icons-02 {
  position: fixed;
  z-index: 9999;
  right: 10px;
  bottom: 100px;
  animation: move-up-2 6s infinite ease;
}

.top-icon-01 {
  position: fixed;
  bottom: 10px;
  z-index: 3;
  right: -549px;
}

.top-icon-01 img {
  width: 6%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++whatsapp contact end */





/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++navbar start */
.navbar {
  padding: 0;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-top: 8px solid var(--blue);
  background: #fff;
}

.navbar .navbar-brand img {
  width: 120px;
  margin-left: 50px;
}

.navbar .registed-logo img {
  width: 250px;
  margin-right: 50px;
}

.navbar .nav-item .nav-link {
  font-size: 16px;
  color: var(--blue);
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 12px;
  display: inline-block;
}

.navbar .nav-item .hvr-underline-from-left::before {
  display: block;
  content: '';
  background: var(--red);
  height: 3px;
  width: 0%;
  transition: .6s ease-in-out;
}

.navbar .nav-item .hvr-underline-from-left:hover::before {
  width: 100%;
  height: 3px;
}

.navbar .navbar-toggler i {
  color: var(--blue);
}

/* meaga nav bar start */
/* .dropdown-menu .mega-drop-head {
  width: 600px;

}

.mega-drop .mega-drop-head .img {
  width: 260px;
  margin-top: 80px;
  text-align: center;
}

.mega-drop .mega-drop-head .img a {
  color: #fff;
  display: block;
  margin-top: 15px;
}

.mega-drop .mega-drop-head .img img {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
} */

/* mega nav bar end */

.navbar .dropdown-menu {
  border-top: 5px solid var(--red);
  border-bottom: 5px solid var(--red);
  background: var(--blue) !important;
  padding: 0 !important;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.navbar .dropdown-menu .dropdown-item {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 10px;
  transition: .1s;
}

.navbar .dropdown-menu .dropdown-item:hover {
  color: #000;
}

/* 
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: -200px;
  margin-top: 30px;
} */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++navbar end */






/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++banner bottom start */
.banner-bottom {
  padding: 20px 0;
  background: var(--blue);
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.banner-bottom-a p {
  color: #fff;
}

.banner-bottom .banner-bottom-head,
.banner-bottomm .banner-bottom-head {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  margin-bottom: 8px;
  /* text-align: center; */
}

.banner-bottom .banner-bottom-head img,
.banner-bottomm .banner-bottom-head img {
  width: 25px;
}

.banner-bottom .banner-bottom-head a,
.banner-bottomm .banner-bottom-head a {
  color: #fff;
  font-size: 16px;
  margin-left: 14px;
  font-weight: 500;
  text-decoration: none;
}

.banner-bottom .banner-bottom-head p,
.banner-bottomm .banner-bottom-head p {
  color: #fff;
  font-size: 16px;
  margin-left: 14px;
  font-weight: 500;
  text-decoration: none;
}

.banner-bottom .linee,
.banner-bottomm .linee {
  border-right: 4px solid var(--red);
  border-left: 4px solid var(--red);
}

/* marquee */
.banner-bottomm {
  background: var(--blue);
  display: none;
}

.banner-bottomm .banner-bottom-head {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  margin-bottom: 8px;
}

.banner-bottomm .banner-bottom-head img {
  width: 40px;
}

.banner-bottomm .banner-bottom-head a {
  color: #fff;
  font-size: 20px;
  margin-left: 14px;
  font-weight: 500;
  text-decoration: none;
}

.banner-bottomm .linee {
  border-right: 4px solid var(--red);
  border-left: 4px solid var(--red);
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++banner bottom end */






/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++about us start */
.about {
  padding: 60px 0;
}

.about .abt img {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 5px;
}

.about .about-text {
  background: #fff;
  padding: 18px;
  border: 1px dotted #cec7c7;
  border-radius: 5px;

  min-height: 353px;
}

.about .about-head {
  background: var(--blue);
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 5px;

}

.about .about-head h1 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 10px;
}

/* .about .about-text h4 {
  color: #5a5757;
} */

.about .about-head h6 {
  color: #fff;
  font-size: 18px;
  /* margin-bottom: 20px; */
}

.about-text h2 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  font-family: 'Source Sans 3', sans-serif;
}

.about .about-text p {
  color: #000;
  font-size: 19px;
  font-family: 400;
  text-align: justify;
}

.about-text span {
  position: relative;
  color: var(--red);
  font-size: 13px;
  font-weight: 800;
  padding-left: 40px;
}

.about-text span::before {
  position: absolute;
  content: '';
  width: 40px;
  height: 4px;
  border-radius: 50px;
  top: 40%;
  left: -5px;
  background: #FDCC0C;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ about us end */





/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ service start */
.services {
  padding: 30px 0;
  background: linear-gradient(to left, #0e0e0eea, #0e0e0ef3), url(../images/services/car-bggg.png);
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.services .service-text {
  transition: .3s;
  background: var(--blue);
  z-index: 1;
  padding: 20px;
  border-radius: 0px 0px 5px 5px;
  min-height: 143px;
}

.services .service-text h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 7600;
}

.services .service-text h6 {
  color: #98bceb;
  font-size: 14px;
}

.services .service-text a {
  text-decoration: none !important;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.services .service-text a i {
  font-size: 10px;
}

.services .service-img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 5px 5px 0px 0px;
}

.services .service-img::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #47474777;
  top: 0;
  bottom: 0;
  opacity: 0;
}

.services .service-box:hover .service-img::before {
  opacity: 1;
}

.services .service-box:hover .service-text a i {
  transition: 1s !important;
  color: var(--yellow);
}

.services .service-box:hover .service-text a {
  transition: 1s !important;
  color: #fff;
}

.services .service-box:hover .service-text p {
  color: #fff;
}

.services .service-box:hover .service-text h4 {
  color: #fff;
}

.services .service-box:hover .service-text {
  background-color: var(--red);
  z-index: 2;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ service end */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ car service tips start */
.car-service-tips {
  padding: 50px 0;
}

.car-service-tips h2 {
  color: var(--blue);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}

.car-service-tips .a1 p {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0;
  color: #fff;
  padding-top: 40px;
}

.car-service-tips .a1 {
  border-left: 6px solid var(--red);
  min-height: 200px;
}

.car-service-tips .car-ser-boxxx {
  background: linear-gradient(to bottom, #0000009a, #000000f3), url(../images/service-tips-img/genuine-parts.jpeg) no-repeat;
  /* padding: 100px 0px; */
  width: 100%;
  background-position: center;
  background-size: cover;
  background-origin: content-box;
  text-align: center;
}

.car-service-tips .car-ser-boxxx8 {
  background: linear-gradient(to right, #0000009a, #000000f3), url(../images/gallery/19.png) no-repeat;
  /* padding: 80px 0px; */
  width: 100%;
  background-position: center;
  background-size: cover;
  background-origin: content-box;
  text-align: center;
}

.car-service-tips .car-ser-boxxx9 {
  background: linear-gradient(to right, #0000009a, #000000f3), url(../images/gallery/8.png) no-repeat;
  /* padding: 80px 0px; */
  width: 100%;
  background-position: center;
  background-size: cover;
  background-origin: content-box;
  text-align: center;
}

.car-service-tips .car-ser-boxxx1 {
  background: linear-gradient(to right, #0000009a, #000000f3), url(../images/gallery/45.png) no-repeat;
  /* padding: 80px 0px; */
  width: 100%;
  background-position: center;
  background-size: cover;
  background-origin: content-box;
  text-align: center;
}

.car-service-tips .car-ser-boxxx2 {
  background: linear-gradient(to right, #0000009a, #000000f3), url(../images/gallery/3.png) no-repeat;
  /* padding: 80px 0px; */
  width: 100%;
  background-position: center;
  background-size: cover;
  background-origin: content-box;
  text-align: center;
}

.car-service-tips .car-ser-boxxx3 {
  background: linear-gradient(to right, #0000009a, #000000f3), url(../images/gallery/61.png) no-repeat;
  /* padding: 80px 0px; */
  width: 100%;
  background-position: center;
  background-size: cover;
  background-origin: content-box;
  text-align: center;
}

.car-service-tips .car-ser-boxxx4 {
  background: linear-gradient(to right, #0000009a, #000000f3), url(../images/gallery/12.png) no-repeat;
  /* padding: 80px 0px; */
  width: 100%;
  background-position: center;
  background-size: cover;
  background-origin: content-box;
  text-align: center;
}

.car-service-tips .car-ser-boxxx5 {
  background: linear-gradient(to right, #0000009a, #000000f3), url(../images/gallery/15.png) no-repeat;
  /* padding: 80px 0px; */
  width: 100%;
  background-position: center;
  background-size: cover;
  background-origin: content-box;
  text-align: center;
}

.car-service-tips .car-ser-boxxx6 {
  background: linear-gradient(to right, #0000009a, #000000f3), url(../images/gallery/12.png) no-repeat;
  /* padding: 80px 0px; */
  width: 100%;
  background-position: center;
  background-size: cover;
  background-origin: content-box;
  text-align: center;
}

.car-service-tips .car-ser-boxxx7 {
  background: linear-gradient(to right, #0000009a, #000000f3), url(../images/gallery/45.png) no-repeat;
  /* padding: 80px 0px; */
  width: 100%;
  background-position: center;
  background-size: cover;
  background-origin: content-box;
  text-align: center;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ car service tips end */



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ client start */
.client {
  padding: 10px 0px 20px 0px;
}

.client-head h2 {
  padding-top: 10px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--blue);
  padding-bottom: 20px;
}

.client .client-img {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.client .client-img img {
  margin: 20px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ client end */


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ index form start */
.index-form {
  padding: 50px 0;
}

.index-form .col-lg-6 {
  padding: 0;
}

.index-form .index-form-content {
  background: var(--blue);
  height: 100%;
  padding: 30px;
}

.index-form .index-form-left {
  height: 100%;
}

.index-form .index-form-right h5 {
  color: #fff;
}

.index-form .index-form-right h3 {
  color: #fff;
  font-weight: bold;
  margin-top: 20px;
}

.index-form .index-form-enquiry {
  /* text-align: center; */
}

.index-form .index-form-enquiry input,
.index-form .index-form-enquiry textarea {
  border: none;
  outline: none;
  padding: 15px 10px;
  display: block;
  width: 100%;
  margin: 10px 0;
}

.index-form .index-form-enquiry button {
  background: var(--red);
  color: #fff;
  font-weight: bold;
  border: none;
  outline: none;
  padding: 10px 40px;
  font-size: 18px;
  text-transform: uppercase;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.index-form .index-form-enquiry button:hover {
  background: var(--blue);
  color: #fff;
}

.index-form .index-form-enquiry span {
  text-align: left !important;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ index form end */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ testimonial start */
.testimonial {
  padding: 50px 0;
}

.testimonial h2 {
  color: var(--blue);
  text-transform: uppercase;
  text-align: center;
}

.testimonial h2 a img {
  width: 50px;
}

.testimonial .testimonial-head {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  padding: 20px;
  margin: 30px 0;
  min-height: 250px;
}

.testimonial .testimonial-head i {
  color: #F8B805;
}

.testimonial .testimonial-head p {
  font-size: 20px;
  margin-top: 20px;
}

.testimonial .testimonial-head h3 {
  color: var(--blue);
  font-size: 18px;
  text-transform: uppercase;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ testimonial end */







/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ footer start */
footer {
  background: linear-gradient(to left, #0b3e80f3, #0b3e80ee), url(../images/footer/onestopImage.png);
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

footer .footer-text p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 7px;
  padding-top: 6px;
  color: #fff;
}

footer .footer-text h4 {
  color: #ffff;
  font-size: 24px;
  font-weight: 600;
  margin: 35px 0px;
  position: relative;
  text-transform: uppercase;
}

footer .footer-text h4::before {
  content: '';
  position: absolute;
  width: 70px;
  height: 2px;
  background-color: #008aff;
  top: 110%;
  left: -10px;
}

footer .footer-text {
  padding: 30px 0px;
}

footer .footer-text p a {
  text-decoration: none;
  color: #fff;
}

footer .footer-text ul {
  list-style: none;
  margin-top: 8px;
  margin-left: 0px !important;
  padding-left: 0px !important;
}

footer .footer-text ul li {
  margin: 10px 0;
}

footer .footer-text ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}

footer .footer-text ul li a i {
  margin-right: 10px;
  color: var(--yellow) !important;
}

footer .footer-text h6 {
  margin: 10px 0px;
  font-size: 16px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ footer end */




/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ media query start */
@media screen and (max-width:1350px) {
  .about .about-text p {
    font-size: 16px;
  }

  .about .about-text {
    min-height: 300px;
  }
}

@media screen and (max-width:650px) {

  /* mega nav bar start */
  /* .mega-drop .mega-drop-head {
    width: 0;
  } */

  /* .banner-bottomm {
    display: block;
  }

  .banner-bottom {
    display: none;
  } */

  /* .hideimgdrop {
    display: none;
  } */

  /* .mega-drop .mega-drop-head .img {
    width: 220px;
  }

  .mega-drop .mega-drop-head .img img {
    margin-bottom: 20px;
  } */

  /* mega nav bar end */

  .banner-bottom .linee {
    border-right: 0px solid var(--red) !important;
    border-left: 0px solid var(--red) !important;
  }

  .banner-bottomm .banner-bottom-head img {
    width: 20px;
  }

  .banner-bottomm .banner-bottom-head a {
    font-size: 14px;
  }

  .banner-bottom .banner-bottom-head img {
    width: 30px !important;
  }

  .about {
    padding: 30px 0 !important;
  }

  .services .service-text {
    min-height: 120px !important;
  }

  .navbar .navbar-brand img {
    width: 90px !important;
  }
}


@media screen and (max-width:1100px) {
  .navbar .navbar-brand img {
    margin-left: 0px;
  }

  .navbar .registed-logo img {
    margin-right: 0px;
  }

  .banner-bottom .banner-bottom-head a {
    font-size: 13px !important;
  }
}

@media screen and (max-width:991px) {
  .navbar .registed-logo {
    margin-bottom: 18px;
  }

  .navbar .navbar-brand img {
    margin-left: 20px !important;
  }
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ media query end */



































.why-us {
  background: url(../images/why/main-bgg.png);
  background-position: center;
  background-size: contain;
  background-attachment: fixed;
}



/* .navbar .nav-item .nav-link {
  display: block;
  font-size: 14px;
  color: #fff !important;
  font-weight: 300 !important;
  text-transform: uppercase;
  font-family: 'Mulish', sans-serif !important;
  text-decoration: none;
  transition: .5s ease-in-out;
  margin: 0 10px;
} */

/* banner start ================================== */
.banner-text h1 {
  font-size: 45px;
  font-weight: 800;
  padding: 50px 0px 0px 0px;
  color: #fff;
  font-family: 'Source Sans 3', sans-serif
}

.small-img {
  margin-top: 40px;
  margin-bottom: 150px;
}

.banner-text {
  padding: 100px 0px;
}

.banner-btn {
  border-radius: 5px;
  background: var(--red);
  padding-top: 20px;

  width: 150px;
  height: 40px;
  text-align: center;
  padding-top: 10px;

}

.banner-btn a {
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;

}

.banner-text h3 {
  font-size: 25px;
  font-weight: 500;
  padding: 0px 0px 0px 0px;
  color: #fff;
  font-family: 'Source Sans 3', sans-serif
}

.banner-text p {
  padding-top: 10px;
  color: #fff;
}

/* aboutus++++++++++++++++++++++ */


/* about rotate */
/* .abt {
  display: flex;
  align-items: center;
  justify-content: center;
} */

/* .cube-box {
  min-height: 300px;
} */

.cube {
  position: relative;
  /* width: 200px;
  height: 200px; */
  transform-style: preserve-3d;
  transform: rotateX(-30deg);
  animation: animate 10s linear infinite;
  animation-play-state: running;
}

.cube:hover {
  animation-play-state: paused;
}

@keyframes animate {
  0% {
    transform: rotateX(-10deg)rotateY(0deg);
  }

  100% {
    transform: rotateX(-10deg)rotateY(360deg);
  }
}

.cube div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}

.cube div span {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#151515, #00ec00);
  transform: rotateY(calc(90deg * var(--i))) translateZ(20px) translateX(10px);
  transform-style: preserve-3d;
  /* 300 /2 = 150; */
}

.cube div span img {
  width: 200px;
}

.cube div span strong {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  color: #444;
  font-size: 114px;
  transform: rotateX(90deg) translateZ(262px) translateY(-165px);
}

.shw {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateX(90deg) translateZ(0px) translateY(10px);
}

.shw::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: #777;
  transform: translateZ(-255px);
  filter: blur(20px);
  box-shadow: 0 0 120px 20px rgba(49, 51, 49, 0.63)
}



.bn634-hover {
  background-color: var(--blue);
  padding: 8px 20px;
  text-align: center;
  border: none;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  /* border-radius: 50px; */
}

.bn633-hover {
  width: 130px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  /* margin: 20px; */
  height: 40px;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  /* border-radius: 50px; */
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.bn633-hover:hover {
  background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.bn633-hover:focus {
  outline: none;
}

.bn633-hover.bn19 {
  background-image: linear-gradient(to right,
      #1F5295,
      #1F5295,
      #1F5295,
      #1F5295);
  box-shadow: 0 4px 4px 0 rgba(6, 72, 255, 0.767);
}

.bn632-hover {
  width: 160px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  height: 40px;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  border-radius: 50px;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.bn632-hover:hover {
  background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.bn632-hover:focus {
  outline: none;
}

.bn632-hover.bn18 {
  background-image: linear-gradient(to right,
      #25aae1,
      #40e495,
      #30dd8a,
      #2bb673);
  box-shadow: 0 4px 15px 0 rgba(49, 196, 190, 0.75);
}

.abt-img {
  margin-top: 120px !important;
  /* }
.about-img{
  overflow: hidden;
  transition: .7s;
  border: 5px solid var(--red);
  /* border-bottom: 5px solid var(--red);
  border-top: 5px solid #fff;
  border-right: 5px solid #fff; */
  border-radius: 50%;
  padding: 10px;
  /* margin: 5px; */


}

.about-img img {
  overflow: hidden;
  transition: .7s;
  background: #c0fff18f;
  padding: 5px;
  /* margin: 5px; */
  border-radius: 50%;

}

.abt-01-img img {
  width: 100%;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.abt-01-img {
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transform: translate(100px, 57px);
}

.about-img:hover img {
  transform: scale(1.1) rotate(15deg);
}


/* +++++++++++++++++++++++service start+++++++++++++++++++++++++++++++++ */


.service-box {
  box-shadow: rgba(224, 224, 224, 0.16) 0px 1px 4px;
  transition: .3s;
  /* min-height: 350px; */
  margin: 20px 0px;
  position: relative;
  border-radius: 5px;
  border: 1px solid var(--yellow);
}


.service-box span {
  text-decoration: none;
  position: absolute;
  top: 25%;
  text-align: center;
  opacity: 0;
  left: 44%;

}

.service-box:hover span {
  opacity: 1;
}

.service-box span i {
  color: #fff;
  font-size: 35px;
  text-align: center;
  font-weight: 300;


}


#conto-bg {
  padding: 30px 20px;
  background: linear-gradient(to left, #fdcd0ce4, #fdcd0cb0), url(../images/conto-form/car-bgg.png);
  background-position: center;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  background-size: cover;
  border-radius: 35px;
  margin: 20px 0px;

}

.conto-form form {
  margin-top: 30px;
  width: 40%;
}

.conto-form form input {
  margin-top: 10px;
  width: 100%;
  border-radius: 25px;
  padding: 7px 10px;
  border: none;
  border-bottom: 2px solid #ddd;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.conto-form form input::placeholder {
  color: #4b4949 !important;
  font-size: 15px;
  font-weight: 500;
  padding-left: 10px;
}

.conto-form form button {
  margin-top: 20px;
}

.conto-img img {
  width: 80%;
}

.conto-form {
  color: #fff;
  padding-top: 45px;
}

.conto-form h3 {
  font-size: 25px;
  font-weight: 700;
}

.conto-form p {
  font-size: 13px;

}

/*-------------------------------------------------------- why us----------------------------------------- */

/* 
#why {
  background: #F4F4F4;
  padding: 50px 20px;
  border-radius: 35px;
  margin: 20px 0px;
}

.why-text h1 span {
  color: var(--blue);
}

.why-text h1 {
  font-size: 15px;
  color: var(--red);
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
}

.why-text h1::before {
  position: absolute;
  content: '';
  width: 30px;
  height: 3px;
  background: var(--yellow);
  top: 93%;
}

.why-text h1::after {
  position: absolute;
  content: '';
  width: 80px;
  height: 2px;
  background: var(--blue);
  top: 110%;
  left: 0px;
}

.why-text p {
  font-size: 13px;
  font-weight: 500;
  color: #000;
  text-align: justify;

}

.why-text ul {
  padding: 0 0px 0px 20px;
}

.why-text ul li {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 0px;
  border-bottom: 1px solid #ddd
}


#cheak-bg {
  background: var(--yellow);
  color: #fff;
}

.cheak-text {
  padding: 30px 0px;
}

.cheak-text h2 {
  color: #000;
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 30px;
}

.cheak-text p {
  padding: 15px 0px 0 0;
  color: #000;

}

.cheak-text p i {
  padding-right: 10px;
}

.enq-form {
  margin-top: 0px;
}

.bton-01 {
  background-color: #0b3d80;
  color: #fff;
  padding: 12px 20px;
  font-size: 17px;
  font-weight: 700;
}

.label i {
  padding-right: 10px;

}

.cheak-img {
  padding: 30px 0px;
} */

/* .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1 !important;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-body {
  left: 52% !important;
  width: 50% !important;
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
  text-align: end;
} */

/* 
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: url(../images/inquery/cross.png) !important;
  background: #fff;
  border: 0;
  border-radius: 0.25rem;
  opacity: .5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  color: #fff;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 0px solid #dee2e6 !important;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background: url(../images/inquery/bgg-01.png);
  background-position: center;
  background-size: cover;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0.8rem;
  padding-bottom: 30px !important;
  outline: 0;
}

.modal {
  top: 0px !important;
  background: #ffffffd4;
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
} */


/* 
.form-control {
  display: block;
  width: 100%;
  padding: 8px 20px;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 25px !important;
  color: #212529;
  background-color: transparent !important;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
  appearance: none;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.read-more-btn {
  background-color: var(--yellow) !important;
  border-radius: 25px !important;
  padding: 10px 20px !important;
  text-align: left !important;

}

.modal {
  position: fixed;
  top: 0px !important;
}

.modal-cont {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.enqu {
  background: url(../images/why/bggg.png);
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 50px 0px;
}

.enqu-text h1 {
  font-size: 35px;
  font-weight: 600;
  color: #fff;
}

.enqu-no a {
  color: #fff;
  text-decoration: none;
  font-size: 25px;
}

.enqu-no a i {
  font-size: 25px;
  color: var(--yellow);
}

.enqu-no strong {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
}

.enqu-text {
  padding: 30px 0px;
}

.enqu-no {
  padding: 20px 0px 90px 0px;
}

.bn5 {
  border-radius: 25px;
  background: #000;
  color: #fff;
  font-size: 15px;
  padding: 5px 20px;
} */



/* .black-sec i {
  color: #fff;
  font-size: 40px;
}

.black-sec span {
  color: #fff;
  font-size: 30px;
}

.black-sec p {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}

.line {
  transition: .5s;
}

.card-sec:hover .line {
  background: #fff;
} */

/*** About ***/
.about-img img {
  transition: .5s;
}

.about-img img:hover {
  background: var(--primary) !important;
}

.about-bg {
  background: url(../img/about-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-bg2 .bg-light {
  background-color: #f0c930d1 !important;
}

/* .about{
  background:url(../images/why/about-bg.png);
  width: 100%;
  background-position: center;
  background-repeat:no-repeat;
  background-size: contain;
} */
.about-01 {
  padding-top: 60px;
  background: url(../images/why/about-bg.png);
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fut-icon {
  width: 100px;
  height: 100px;
  overflow: hidden;
  background: #fff;
  border-radius: 50%;
}

.fut-icon img {
  width: 100%;
  padding: 20px;
}

.fut-box {
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  background: var(--yellow);
  border-radius: 25px;
  padding: 20px 10px;
  transform: translateY(-70px);
}

.line {
  display: inline-block;
  width: 2px;
  height: 40px;
  background: #f64b3c;
  margin-bottom: -5px;
  margin-top: 10px;
}

.card-sec:hover .sec-img {
  background: transparent;
}

.sec-img {
  transition: .5s;
  width: 110px;
  height: 110px;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
}

.sec-img img {
  width: 100%;
  padding: 20px;
}

.fut-text {
  padding-left: 15px;
}

.fut-text h2 {
  color: #fff;
  font-size: 26px;
  position: relative;
}

.fut-text h2::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 3px;
  top: 100%;
  background: var(--yellow);

}

.fut-text p {
  color: #fff;
  font-size: 13px;
  padding-top: 10px;
}

.fut-text a {
  text-decoration: none;
  color: #fff;
  margin-top: 20px;
}

.add-box {
  color: #fff;
  border-radius: 15px;
  background: #ffffff15;
  padding: 20px 20px;
  box-shadow: rgba(21, 21, 21, 0.163) 0px 30px 60px -12px inset, rgba(246, 246, 246, 0.36) 0px 18px 36px -18px inset;
  min-height: 600px;
}

.contact {
  background: url(../images/conto-form/lower-bgg11111111.png);
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 0px;
}

.add-text p {
  font-size: 18px;
  font-weight: 400;
}

.add-text p span {
  padding-right: 10px;
}

.add-text p a {
  text-decoration: none;
  color: #fff;
  padding-left: 5px;
}

.add-box label {
  font-size: 30px;
}

.add-box input {
  width: 100%;
  height: 40px;
  /* border-radius: 25px; */
  background: transparent;
  margin-top: 20px;
  border: 1px solid #fff;
  color: #fff;
  padding: 25px 12px;
}

.add-box textarea {
  width: 100%;
  /* height: 40px; */
  /* border-radius: 25px; */
  background: transparent;
  margin-top: 20px;
  border: 1px solid #fff;
  color: #fff;
  padding: 15px 12px;
  margin-bottom: 10px;
}

.add-box textarea::placeholder {
  color: #fff;
  /* padding-left: 20px; */
  font-size: 14px;
}

.add-box input::placeholder {
  color: #fff;
  /* padding-left: 20px; */
  font-size: 14px;
}

.add-box button {
  padding: 5px 30px;
  color: #fff;
  /* border-radius: 25px; */
  background: var(--blue);
  /* margin-top: 10px; */
}

.contact-head h2 {
  font-size: 28px;
  font-weight: 600;
  color: #fff;



}

.contact-head p {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  padding-bottom: 20px;
}

.yyy iframe {
  /* border-radius: 25px; */
  box-shadow: rgba(21, 21, 21, 0.163) 0px 30px 60px -12px inset, rgba(246, 246, 246, 0.36) 0px 18px 36px -18px inset;

}

.iddd {
  border-bottom: 2px solid #000;
}

#pipe-line {
  border-right: 2px solid #d3cfcf;
}

.top-left {
  padding-top: 10px;
}

.icon-01 img {
  width: 30px;
  height: 30px;
}

.mission-box h2 {
  color: var(--blue);
  font-weight: bold;
  font-family: 'PT Serif', serif;
}

.mission-box p {
  font-family: 'PT Serif', serif;
  text-align: justify;
  font-size: 14px;
  line-height: 33px;
}

.mission-img {
  margin-top: 20px;
  margin-bottom: 20px;
  transition: .5s !important;
  border-radius: 50%;
  border-top: 5px solid #fff;
  border-left: 5px solid var(--red);
  border-right: 5px solid #B89715;
  border-bottom: 5px solid #fff;
  overflow: hidden;
}

.mission-img img {
  transform: scale(.9);
  border-radius: 50%;
  padding-left: 0px;
  transition: .5s;
}

.mission-img:hover {
  border-radius: 50%;
  border-left: 5px solid #fff;
  border-top: 5px solid var(--red);
  border-bottom: 5px solid #B89715;
  border-right: 5px solid #fff;

}

.mission-img:hover img {
  transform: scale(1);
}

.mission {
  background: linear-gradient(to left, var(--blue)00024, var(--blue)00012), url(../images/mission/bg.png);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px 0px;
}



.three-01 {
  margin-top: 100px;
}


.address-main {
  border-bottom: dotted 1px #999;
}

.footer-main {
  padding-top: 90px;
}

.address-box {
  padding: 10px 0;
  margin-bottom: 30px;
}

.add-icon {
  float: left;

}

.address-box .add-icon {
  background: #27303b;
  height: 75px;
  line-height: 75px;
  width: 75px;
  border-radius: 8px;
  margin-right: 20px;
  text-align: center;
}

.add-icon img {
  width: 100%;
}

.address-box .add-icon img {
  max-width: 40px;
}

.add-content h5 {
  font-size: 17px;
  color: #ffffff;
  padding: 0;
  font-weight: 700;
  margin-bottom: 10px;
}

.add-content p {
  font-size: 13px;
  color: #fff;
}

.add-content p a {
  font-size: 14px;
  color: #999999;
}

.add-content p a:hover {
  color: #ffffff;
}

/* seervice++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.service-area {
  background: url(../images/products/bgg.png) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 100%;
  padding-top: 20px;


}

.product {
  background: url(../images/service/bggg.png) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 100%;


}

.service-area a,
i,
.btn,
button,
img,
span,
.navbar-nav .nav-link:before,
.dropdown-item,
.nav-link.dropdown-toggle::after,
.owl-item,
.contact-bg,
.service-item,
.service-description,
.featured-item .featured-icon i,
.featured-item,
.featured-icon,
.featured-item.bottom-icon span,
.price-table,
.price-table:hover .price-value,
.portfolio-filter button,
.service-image:before,
.service-image a.popup,
.portfolio-hover,
.portfolio-icon,
.portfolio-title,
.post,
.post-date,
.post .post-desc,
.sidebar-links li a,
.footer-list li a:before,
.team-member:hover .team-social-icon,
.team-description {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.service-area .service-image:hover:before {
  transform: translateX(0);
}

.service-area .service-image {
  position: relative;
  overflow: hidden;
  border: 8px solid var(--extra-light-green);
}

.service-area .service-image img {
  transform: translate3d(-5px, 0px, 0px);
  width: calc(100% + 10px);
  display: block;
  height: auto;
}

.service-area .overlay {
  position: absolute;
  bottom: 10px;
  left: 8px;
  right: 10px;
  top: 10px;
  background-color: rgba(0, 0, 0, 0.712);
  overflow: hidden;
  width: 0%;
  height: 90%;
  transition: .5s ease;
}

.service-image:hover .overlay {
  width: 95%;
}

.service-area .text-01 {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.service-area .text-01 a i {
  color: var(--red);
}

.service-area .text-01 a {
  text-decoration: none;
  color: var(--red);
  font-size: 18px;
  font-weight: 600;
}

.service-area .service-image:hover img {
  transform: translate3d(0px, 0px, 0px) scale(1.2);
  position: relative;
}

.popup-gallery:hover h3 {
  opacity: 0;
}

.popup-gallery h3 {
  padding-top: 10px;
  font-weight: 600;
  font-size: 18px;
  transition: .5s;
}

.popup-gallery h3 i {
  color: red;
  font-size: 18px;
  padding-right: 10px;
  font-weight: 600;
}

.popup-gallery:hover h3 i {
  color: red;
  opacity: 1;
  transform: translateX(30px);
}

.first-contact {
  background: url(../images/contact/contact-01.png);
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 72px 0px;
}

.first-contact-box h3 {
  color: #fff;
  font-size: 30px;
}

.first-contact-box h3 span {
  color: rgb(255, 255, 0);
}

.first-contact-box a {
  color: rgb(255, 255, 0);
  font-size: 30px;
  font-weight: 700;
  text-decoration: none;
}

.first-contact-box a i {
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  color: red;
  font-size: 25px;
}


.last-text p {
  color: #fff;
  border-top: 1px solid #b3b0b0;
  margin-bottom: 50px;
  padding-top: 20px;
}

.social-icon {
  padding-top: 5px;
  padding-left: 0px;
}

.social-icon li {
  text-decoration: none;
  display: inline;
}

.icon i:hover {
  color: #088178;
}

.icon i {
  font-size: 20px;
  font-weight: 600;
  margin-left: 6px;

}

.last-text p a {
  text-decoration: none;
  color: var(--yellow);
  font-weight: 600;

}

.contact-main {
  display: flex;
  justify-content: center;
  margin-top: auto;
  align-items: center;
  min-height: 100vh;
  background: linear-gradient(rgba(5, 5, 5, 0.717), rgba(0, 0, 0, 0.831)),
    url("../images/big-event8.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* .contact-main::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
 
} */

.container-1 {
  position: relative;
  min-width: 1100px;
  min-height: 550px;
  display: flex;
}


/* .top-navbar-icon ul {
  display: flex;
  justify-self: center;
  align-items: center;
  padding: 0;
} */

/* .top-navbar-icon ul li {
  list-style: none;
  padding: 0 10px;
}

.top-navbar-icon ul li a {
  border: 1px solid var(--white);
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 22px;
  color: var(--white);
  position: relative;
  z-index: 1;
  vertical-align: middle;
  transform: translateZ(0);
  transition: 0.3s;
} */

/* .top-navbar-icon ul li a::before {
  content: "";
  position: absolute;
  background: var(--white);
  border: var(--white) solid 6px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  transform: scale(0);
} */

/* .top-navbar-icon ul li a:hover::before {
  transform: scale(1);
} */

/* .top-navbar-icon ul li a:hover {
  color: #129023;
} */



/* @media(max-width:420px){
  .container-1 .contactinfo{
    display: none;
  }
  .contact-main{
    min-height: 60vh;
  }
  .container-1 .contactform{
    margin-bottom: 41px;
    padding: 21px;
    width: 97%;
    margin-left: 9px;
  }
} */



/* ============ desktop view ============ */


/* ============ desktop view .end// ============ */


/* ============ small devices ============ */

.news-block {
  margin-top: 40px;
  position: relative;
  display: block;
  overflow: hidden;
  box-shadow: inset 3em 3em 11em rgb(0 0 0 / 10%), 0 0 0 2px rgb(255 255 255), 0.3em 0.3em 1em rgb(0 0 0 / 30%);
  margin-bottom: 35px;
  border-radius: 77px 0px;
  padding: 18px;
}

.lower-content {
  position: relative;
  display: block;
  padding: 27px 6px 15px 6px;
  transform: translateY(0px);
  transition: .5s;
}

.lower-content h4 i {
  color: var(--red);
  font-size: 17px;
  padding-right: 10px;
}

.read-more-btn {
  background-color: var(--red);
  border-radius: 5px;
  padding: 10px 0px;
}

.lower-content h4 {
  font-size: 16px;
  line-height: 36px;
  font-weight: 600;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  padding-bottom: 16px;
  margin-bottom: 14px;
  border-bottom: 1px dashed #c5cace;
}


.news-block {
  position: relative;
  background: #F8F8F8;
}

.image-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 57px 0px;
}

.image-box::before {
  position: absolute;
  content: '';
  width: 100%;
  /* height: 300px; */
  background-color: var(--blue)0006f;
  top: 0;
  bottom: 0;
  border-radius: 57px 0px;
  opacity: 0;
  transform: scale(0);
  transition: .9s;

}

.lower-content h2 {
  text-align: center;
  opacity: 0;
  position: relative;
  top: -30px;
  z-index: 1;
  transition: .9s;
  transform: scale(0) translateY(-100px);
}

.lower-content h2 a i {
  color: var(--red);
  padding-right: 10px !important;
}

.lower-content h2 a {
  position: absolute;
  /* border: 1px solid #fff; */
  background: transparent;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  left: 35%;
  z-index: 1;
}

.inner-box:hover .lower-content h2 {
  transform: scale(1) translateY(-200px);
  opacity: 1;
}

.inner-box:hover .image-box::before {
  opacity: 1;
  transform: scale(1);
}

.tytyu {
  padding: 0 !important;
}

.contact-formm {

  margin: 20px 0px;
}

.contactinfo {
  border-radius: 75px 0px;
  margin-right: -10px;
  top: 40px;
  background: var(--red);
  z-index: 1 !important;
  padding: 28px;
  justify-content: space-between;
  box-shadow: 0 20px 25px #ddddddbc;
}

.contactinfo h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  display: flex;
  justify-content: center;
}

#line {
  border-bottom: 1px dashed var(--red);
  padding-bottom: 10px;
}

.contactinfo ul.info {
  position: relative;
  margin: 20px 0;
  padding: 0;
}

.contactinfo ul.info li {
  position: relative;
  list-style: none;
  display: flex;
  margin: 20px 0;
  cursor: pointer;
  align-items: flex-start;
}

.contactinfo ul.info li span:nth-child(1) {
  width: 30px;
  min-width: 30px;
}

.contactinfo ul.info li span:nth-child(1) img {
  width: 100%;
  filter: invert(1);
  margin-top: 15px;
}

.contactinfo ul.info li span:nth-child(2) {
  color: #fff;
  ;
  margin-left: 10px;
  font-weight: 300;
  margin-top: 15px;
}

#contact {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  background: var(--red);
  border-radius: 75px 0px;
}

.conto-img {
  padding-top: 25px;
}

.conto-img h2 {
  color: var(--red);
  font-size: 25px;
  font-weight: 700;

}

.contactform {
  padding: 10px;
  width: 100%;
  height: 100%;
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; */
  background: var(--red);
  border-radius: 50px;

}

.contactform h2 {
  color: var(--blue);
  font-size: 34px;
  font-weight: 500;
}

.formbox {
  position: relative;
  justify-content: space-between;
  padding-top: 10px;
}

.inputbox {
  position: relative;
  margin-bottom: 35px;
}

.inputbox.w50 {
  width: 47%;
}

.inputbox.w100 {
  width: 100%;
}

.inputbox input,
.inputbox textarea {
  width: 100%;
  resize: none;
  padding: 5px 0;
  font-size: 18px;
  font-weight: 300px;
  color: var(--blue);
  border: none;
  outline: none;
  background: transparent;
  border-bottom: 2px solid var(--red);
}

.inputbox span {
  position: absolute;
  left: 0;
  padding: 3px 0;
  pointer-events: none;
  font-size: 14px;
  font-weight: 300;

  transition: 0.3s;
}

.inputbox input:focus~span,
.inputbox input:valid~span,
.inputbox textarea:focus~span,
.inputbox textarea:valid~span {
  transform: translateY(-20px);
  font-size: 14px;
  font-weight: 400px;
  letter-spacing: 1px;
  color: var(--blue);
  font-weight: 500;
}

.formbox .inputbox input[type="submit"] {
  color: var(--white);
  max-width: 150px;
  background-color: var(--red);
  text-decoration: none;
  padding: 10px 12px;
  border-radius: 4px;
  position: relative;
}

.formbox .inputbox input[type="submit"]:hover {
  color: var(--blue);
  border: 1px solid var(--neon);
  background-color: var(--white);
  box-shadow: #12902379 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.about-head-01 h1 span::before {
  content: '';
  position: absolute;
  width: 40px;
  height: 4px;
  background-color: var(--red);
  top: 120%;
  left: 9px !important;
}

.about-head-01 h1 span::after {
  content: '';
  position: absolute;
  width: 70px;
  height: 4px;
  background-color: var(--blue);
  top: 100%;
  left: 0px !important;
}

.email-sec span a {
  text-decoration: none;
  color: #fff;
}

/*----------- now / make it responsive ------------*/

.ser-img {
  margin: 30px 0px;
  transition: .5s;
  overflow: hidden;
  border: 1px solid var(--blue);
  border-radius: 50px 0px 50px 0px;
  border: 1px solid var(--blue);
}

.ser-img img {
  padding: 30px;
  border-radius: 150px 0px 150px 0px;
  transition: .5s;
}

.ser-img:hover img {
  transform: scale(1.1);
}

.ser-img:hover {

  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}

.ser-text h2 {
  color: var(--blue);
  font-size: 30px;
  font-weight: 700;
  position: relative;

}

.ser-text {
  margin: 30px 0px;
}

.ser-text h2::before {
  position: absolute;
  content: '';
  width: 50px;
  height: 3px;
  background: var(--red);
  top: 105%
}

.ser-text p {
  font-size: 15px;
  font-weight: 400;
  color: var(--blue);
  text-align: justify;
}

html::-webkit-scrollbar {
  width: 15px;
}

html::-webkit-scrollbar-track {
  background: #222 !important;
}

html::-webkit-scrollbar-thumb {
  /* background: #fbde03b0; */
  background: var(--blue);
}

*::selection {
  background: var(--blue);
  color: #fff;
}

/* ********************************* slider end */
.cursor {
  position: fixed;
  width: 30px;
  height: 30px;
  border: 1px solid var(--yellow);
  border-radius: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: .1s;
}

.cursor2 {
  position: fixed;
  width: 8px;
  height: 8px;
  border: 1px solid var(--yellow);
  border-radius: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.body-icons {
  position: fixed;
  z-index: 1;
  left: 10px;
  bottom: 30px;

}


/* @keyframes move-up {
  0% {
    transform: translateY(0px) scale(1, 1);
  }

  50% {
    transform: translateY(-30px) scale(1.1, 1.1);

  }

  100% {
    transform: translateY(0px) scale(1, 1);
  }

} */

/* @keyframes move-up-1 {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(15px);

  }

  100% {
    transform: translateY(0px);
  }

} */

/* @keyframes move-up-2 {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-20px);

  }

  100% {
    transform: translateY(0px);
  }

} */




.Btn-05 {
  border: none;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: .4s;
  cursor: pointer;
  position: relative;
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
  overflow: hidden;
}

.Btn-04 {
  border: none;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: .4s;
  cursor: pointer;
  position: relative;
  background: #00E676;
  background: -moz-linear-gradient(45deg, #E5FFCC 0%, #1EBEA5 25%, #00E676 50%, #D0E9EA 75%, #EDF8F5 100%);

  background: -webkit-linear-gradient(45deg, #E5FFCC 0%, #1EBEA5 25%, #00E676 50%, #D0E9EA 75%, #EDF8F5 100%, );
  background: linear-gradient(45deg, #E5FFCC 0%, #1EBEA5 25%, #00E676 50%, #D0E9EA 75%, #EDF8F5 100%, );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
  overflow: hidden;
}

.svgIcon {
  transition-duration: .3s;
}

.btn-04 img {
  transition-duration: .3s;
}

.btn-05 img {
  transition-duration: .3s;
}

.svgIcon path {
  fill: white;
}

.text {
  position: absolute;
  color: rgb(255, 255, 255);
  width: 120px;
  font-weight: 600;
  opacity: 0;
  transition-duration: .4s;
}

.Btn-03:hover {
  width: 110px;
  transition-duration: .4s;
  border-radius: 30px;
}

.Btn-03:hover .text {
  opacity: 1;
  transition-duration: .4s;
}

.Btn-04:hover {
  width: 110px;
  transition-duration: .4s;
  border-radius: 30px;
}

.Btn-04:hover .text {
  opacity: 1;
  transition-duration: .4s;
}

.Btn-05:hover {
  width: 110px;
  transition-duration: .4s;
  border-radius: 30px;
}

.Btn-05:hover .text {
  opacity: 1;
  transition-duration: .4s;
}


.Btn-03:hover .svgIcon {
  opacity: 0;
  transition-duration: .3s;
}


.Btn-04:hover img {
  opacity: 0;
  transition-duration: .3s;
}

.Btn-05:hover img {
  opacity: 0;
  transition-duration: .3s;
}

.button-05 {
  width: 45px;
  height: 45px;
  background-color: #3b5998;
  border: none;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.185),
    0px 3px 3px rgba(255, 255, 255, 0.178) inset,
    0px -3px 3px rgba(0, 0, 0, 0.281) inset;
  transition: all .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding-bottom: 3px;
}

.button-05::before {
  background-color: transparent;
  content: "f";
  font-size: 1.6em;
  font-weight: 700;
  color: white;
  z-index: 5;
  transition: all .3s;
  font-family: Whitney, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

.button-05::after {
  content: "acebook";
  background-color: transparent;
  font-size: 0;
  opacity: 0;
  font-weight: 700;
  color: white;
  z-index: 5;
  transition: all .3s;
  transform: translateX(60px);
  font-family: Whitney, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

.button-05:hover {
  width: 160px;
  border-radius: 30px;
}

.button-05:hover::after {
  opacity: 1;
  font-size: 1.6em;
  transform: translateX(0px);
}

.button-05:hover .shine {
  transform: translate(-70px, 10px);
}

.button-06 {
  width: 45px;
  height: 45px;
  background-color: #29ad17;
  border: none;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.185),
    0px 3px 3px rgba(255, 255, 255, 0.178) inset,
    0px -3px 3px rgba(0, 0, 0, 0.281) inset;
  transition: all .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding-bottom: 3px;
}

.button-06::before {
  background-color: transparent;
  content: "W";
  font-size: 1.6em;
  font-weight: 700;
  color: white;
  z-index: 5;
  transition: all .3s;
  font-family: Whitney, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

.button-06::after {
  content: "hatsapp";
  background-color: transparent;
  font-size: 0;
  opacity: 0;
  font-weight: 700;
  color: white;
  z-index: 5;
  transition: all .3s;
  transform: translateX(60px);
  font-family: Whitney, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

.button-06:hover {
  width: 160px;
  border-radius: 30px;
}

.button-06:hover::after {
  opacity: 1;
  font-size: 1.6em;
  transform: translateX(0px);
}

.button-06:hover .shine {
  transform: translate(-70px, 10px);
}

/* sidebar end */



.why-img {
  position: absolute;
  top: -53%;
  left: 34%;
  /* transform:translate(37% , -60%); */
  width: 100px;
  height: 100px;
  background: var(--yellow);
  border-radius: 50px;
}

.why-img img {
  width: 100%;
  padding: 15px;
}

.why-box {
  position: relative;
  justify-content: center !important;
  text-align: center;
  /* border: 1px solid #000; */
  padding: 60px 0px 20px 0px;
  margin-top: 50px;
}

.why-box h3 {
  font-size: 15px;
}


.title {
  font-size: 1.5rem;
}

.description {
  font-size: 0.95rem;
  color: #333;
}

.slider-container {
  margin-top: 2rem;
  margin: 2rem auto 0 auto;
  position: relative;
  overflow: hidden;
}

.slider {
  display: flex;
  flex: 0 0 1;
  width: 300%;
  /* Depends On slide-box Length * 100 */
  transition: all 0.5s linear;
}

.slide-box {
  padding: 0 80px;
}

.slide-box .comment {
  background-color: #000;
  color: #fff;
  font-size: 0.86rem;
  padding: 1rem 1.5rem;
  margin-bottom: 2rem;
  letter-spacing: 0.4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  position: relative;
  font-weight: 400;
}

.slide-box .comment::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  height: 20px;
  width: 20px;
  background-color: #000;
  transform: translateX(-50%) rotate(45deg);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}

.slide-box img {
  max-width: 60px;
  border-radius: 50%;
}

.slide-box .name {
  font-size: 1rem;
}

.slide-box .job {
  font-size: 0.7rem;
  color: #8d8e97;
  font-weight: 400;
}

.control-slider {
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
  background-color: #fff;
  line-height: 40px;
  color: #333;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}

.btn-left {
  left: 10px;
}

.btn-right {
  right: 10px;
}

.service {
  margin: 30px 0px;
}

.service-text p {
  color: #000;
  text-align: justify;
  font-size: 18px;
}

.galley a {
  text-decoration: none;
}

.galley a img {
  margin-top: 20px;

}



.star {
  text-align: end;
}

.star i {
  color: rgb(255, 225, 0);
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
}

.car-box {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 380px;
  height: 380px;
}

@media screen and (max-width:600px) {
  .car-box {
    width: 230px;
    height: 230px;
  }
}

.car-box img {
  transform: scale(1);
  animation: popup 5s infinite;
}

@keyframes popup {
  0% {
    transform: scale(1.3);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1.5);
  }

}

/* .car-box {
  position: relative;
  top: 30%;
  left: 80px;
  width: 400px;
  height: 300px;


} */

/* .car-box img {
  animation: animate-preloader 10s linear infinite;
}

.car-box::before {
  content: '';
  position: absolute;
  width: 1100px;
  height: 3px;
  bottom: 120px;
  left: 90px;
  background: #000;
} */


@keyframes animate-preloader {
  0% {
    transform: translateX(0px) scale(.9, .9);
  }

  50% {
    transform: translateX(1100px) scale(1.1, 1.1);


  }

  100% {
    transform: translateX(0px) scale(.9, .9);

  }
}


@keyframes animate-preloader-1 {
  0% {
    transform: translateX(0px) scale(.9, .9);
  }

  50% {
    transform: translateX(50px) scale(1.1, 1.1);


  }

  100% {
    transform: translateX(0px) scale(.9, .9);

  }
}

/* loaction start */
.location-sec {
  padding: 60px 0;
}

.location-sec h2 {
  color: var(--blue);
  text-align: center;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.location-sec p:nth-child(2) {
  color: var(--blue);
  font-weight: 500;
  font-size: 16px;
}

.location-sec p:nth-child(3) {
  color: var(--blue);
  font-weight: 500;
  font-size: 18px;
}

.location-sec h4 {
  color: var(--blue);
  text-align: center;
  margin-top: 20px;
  text-transform: uppercase;
}

.location-sec .loc-head {
  padding: 6px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  text-align: center;
}


/* loaction end */


/* car access start */
.car-access {
  padding: 50px 0;
  margin-top: 60px;
}

.car-access .car-acordan-box {
  background: var(--blue);
  padding: 40px 20px;
}

.car-access .car-acordan-head {
  /* margin-top: 80px; */
  padding: 70px;
  background: linear-gradient(to right, #ffffffe3, #0b3e80c9), url(../images/car-access-bg-img.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 400px;
}

.car-access .car-acordan-head h2 {
  color: var(--blue);
  font-size: 54px;
  text-shadow: #fff;
  text-shadow: 0 0 3px #fffbfb, 0 0 5px #ffffff;
  /* background: -webkit-linear-gradient(#eee, #0b3d80);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  /* background: linear-gradient(to right, #0b3d80 20% 10%, #fff 80% 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text; */
}

.car-access .car-acordan-box .accordion-item {
  margin: 10px 0 !important;
}

.car-access .car-acordan-box .accordion-item button {
  color: var(--blue) !important;
  font-weight: bold;
}

.accordion-button::after {
  background: url(../images/accordian-icon.png) !important;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-repeat: no-repeat !important;
  background-size: 1.25rem !important;
  transition: transform .2s ease-in-out !important;
}

/* car access end */


/* insuracnec start */
.insurance {
  padding: 70px 0 100px;
  background: linear-gradient(to right, #ffffffd7, #fff), url(../images/insurance-bg-img.png) no-repeat;
  background-position: center;
  background-size: cover;
}

.insurance .insur-img {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.insurance .insur-title h2 {
  color: var(--blue);
}

.insurance .insur-title a {
  text-decoration: none;
  color: var(--blue);
  font-weight: bold;
}

/* insuracnec end */

/* breadcrumb start */
.breadcrb {
  background: #f3f2f2;
  padding: 20px 0;
}

.breadcrb .breadcrumb {
  margin-bottom: 0;
}

.breadcrb .breadcrumb-item a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
}

.breadcrb .breadcrumb-item.active {
  color: var(--blue);
  text-transform: uppercase;
  font-weight: bold;
}

/* breadcrumb end */

/* service page start */
.service-page {
  padding: 40px 0;

}
.service-page .ser-head-se{
  font-size: 26px;
  color: var(--blue);
}
.service-page h5 {
  color: var(--blue);
}

.service-page h6 {
  color: var(--red);
}

.service-page .service-page-img {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.service-page .service-page-img img {
  padding: 7px;
}

.service-page h4 {
  color: var(--blue);
  font-size: 30px;
}

.service-page .multi-img-service {
  margin: 50px 0 30px;
}

.service-page .multi-img-service img {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 7px;
}

/* service page end */



.navbar .fa-sliders {
  color: #fff;
}



@media screen and (max-width: 930px) {
  .banner-bottom {
    display: none !important;
  }
}

/* media query start */
@media (min-width: 992px) {

  .top-bar {
    display: none !important;
  }

  /* .yuyu-0 {
    display: none
  } */

  /* .dropdown-menu li {
    position: relative;
  } */

  /* .dropdown-menu .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  } */

  /* .dropdown-menu .submenu-left {
    right: 100%;
    left: auto;
  }


  .dropdown-menu>li:hover {
    background-color: #f1f1f1
  }

  .dropdown-menu>li:hover>.submenu {
    display: block;
  } */
}

@media screen and (max-width: 500px) {

  .location-sec p:nth-child(3) {
    font-size: 14px;
  }

  /* 
  .services .service-text {
    min-height: 180px;
  } */

  .slide-box {
    padding: 10px 0px;
  }

  .btn-left {
    top: 37%;
    left: -10px;
  }

  /* .modal-body {
    left: 0% !important;
    width: 100% !important;
  } */

  .btn-right {
    right: -10px;
  }

  .client-head h4 {
    padding-top: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-shadow: 3px 3px 3px #fff;
    ;
    padding-bottom: 20px;
  }

  .enqu {
    padding: 0 !important;
  }

  .control-slider {
    position: absolute;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    background-color: #000;
    line-height: 40px;
    color: #fff !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  }

  .topbar {
    display: none;
  }

  .location-sec {
    padding: 30px 0;
  }

  .services {
    margin-top: 0;
  }

  .service-text h4 {
    font-size: 16px;
  }

  .car-access {
    margin-top: 0;
  }

  .car-access .car-acordan-head {
    height: auto;
  }

  .car-access .car-acordan-head h2 {
    font-size: 30px;
  }

  .car-service-tips {
    padding: 30px 0;
  }

  .client .client-img img {
    margin: 0;
  }
}

@media screen and (max-width:1400px) {
  .two-01 {
    padding-left: 10px !important;
  }

}

/* @media (min-width: 576px) {
  .modal-dialog {
    max-width: 1000px !important;
    margin: 0px auto;
  }
} */

@media screen and (max-width:750px) {
  /* .cube-box {
    display: none !important;
  } */

  .conto-img img {
    transform: rotate(90deg);
  }

  .conto-form h3 {
    font-size: 16px;
    font-weight: 700;
  }

  .conto-form form {
    margin-top: 30px;
    width: 100%;
  }

  .footer-text {
    padding: 10px 0px 0px 0px !important;
  }

  /* .body-icons-01 {
    position: fixed;
    z-index: 1;
    left: 10px;
    animation: move-up-1 6s infinite ease;
    bottom: 75px !important;
  } */

  .enqu-text h1 {
    font-size: 19px;
    font-weight: 600;
    color: #fff;
  }

  .enqu-text {
    padding: 20px 0px !important;
  }

  .enqu-no a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
  }

  .fut-icon {
    width: 50px;
    height: 50px;
    overflow: hidden;
    background: #fff;
    border-radius: 50%;
  }

  .fut-text a {
    text-decoration: none;
    color: #fff;
    margin-top: 20px;
    font-size: 13px;
  }

  .fut-icon img {
    width: 100%;
    padding: 6px;
  }

  .fut-text h2 {
    color: #fff;
    font-size: 18px;
    position: relative;
  }

  .yy h1 span::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 4px;
    background-color: var(--red);
    top: 120%;
    left: 42% !important;
  }

  .yy h1 span::after {
    content: '';
    position: absolute;
    width: 70px;
    height: 4px;
    background-color: var(--yellow);
    top: 100%;
    left: 37% !important;
  }

  .icon {
    display: none;
  }

  .last-text p {
    font-size: 13px;
    color: #fff;
  }

  .banner-text {
    display: none;
    padding: 10px 0px;
  }

  .tytyu {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
  }

  .small-img {
    margin-top: 10px;
    margin-bottom: 11px;
    margin-top: 10px;
  }

  .first-contact-box a i {
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    color: red;
    font-size: 19px;
  }

  .first-contact-box a {
    color: rgb(255, 255, 0);
    font-size: 26px;
    font-weight: 700;
    text-decoration: none;
    bottom: 20px;
  }

  .lower-content h2 {
    left: -5%;
  }

  .inner-box:hover .lower-content h2 {
    transform: scale(1) translateY(-100px);
    opacity: 1;
  }
}

@media (max-width: 1200px) {
  .container-1 {
    min-width: auto;
    margin: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  }

  .contactinfo {
    top: 0;
    position: relative;
    box-shadow: none;
  }

  .topbar .middle-top a {
    font-size: 14px;
  }


}


@media (max-width: 991px) {
  /* .top-navbar {
    display: flex;
    justify-content: center;
  } */

  .abt-01-img {
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transform: translate(0px, 0px);
  }

  .product-img-box {
    width: 100%;
  }

  .lower-content h4 {
    font-size: 12px;
  }

  .contactinfo {
    position: relative;
    width: 100%;
    top: 8px;
    padding: 15px;
  }

  .top-text {
    text-align: center;
    padding: 1px 0px 0px 0px;
  }

  .first-contact-box h3 {
    color: #fff;
    font-size: 14px;
  }

  .contactform {
    padding: 60px;
    margin-left: -1px;
  }

  /* .navbar-brand {
    width: 30%;
  } */

  /* .top-navbar-1 {
    display: flex;
  } */

  .carousel-control-next-icon {
    display: none !important;
  }

  .carousel-control-prev-icon {
    display: none !important;
  }

  /* .dropdown-menu .dropdown-menu {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    margin-bottom: .5rem;
  } */

}

@media (max-width: 454px) {
  .conto-img {
    display: none;
    padding-top: 0px;
  }

  #conto-bg {
    padding: 25px 0px;
    background: linear-gradient(to left, #fdcd0ce4, #fdcd0cb0), url(../images/conto-form/car-bgg.png);
    background-position: center;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-size: contain;
    border-radius: 35px;
    margin: 20px 0px;
  }


  .title {
    font-size: 16px !important;
  }

  .description {
    font-size: 14px !important;
  }

  .why-img {
    position: absolute;
    top: -53%;
    left: 26% !important;
  }

  .cheak-text h2 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
  }

  .why-head h1 span::after {
    display: none;
    content: '';
    position: absolute;
    width: 70px;
    height: 4px;
    background-color: var(--blue);
    top: 100%;
    left: -100px;
  }

  .why-head h1 span::before {
    display: none;
    content: '';
    position: absolute;
    width: 40px;
    height: 4px;
    background-color: var(--red);
    top: 120%;
    left: -80px !important;

  }

  .about-head-01 h1 span::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 4px;
    background-color: var(--red);
    top: 120%;
    left: 9px !important;
  }

  .about-head-01 h1 span::after {
    content: '';
    position: absolute;
    width: 70px;
    height: 4px;
    background-color: var(--blue);
    top: 100%;
    left: 0px !important;
  }

  .contactform {
    padding: 25px;
    width: 100%;
    margin-top: 10px;
  }

  .contactinfo {
    width: 100%;
    align-items: flex-start;
  }

  .contactinfo ul.info li span:nth-child(1) {
    margin-left: -6px;
    margin-top: 15px;
    font-size: 10px;
  }
}



@media (min-width: 576px) {
  /* .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  } */

  /* .modal-dialog {
    max-width: 1000px;

    margin: 0px auto;
  } */
}


@media screen and (max-width:770px) {
  .container-03 {
    display: block !important;
  }

  .right {
    display: none !important;
  }

  .left {
    width: 100% !important;
    height: 100%;
  }

  .btn2::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% - -2px);
    background-color: #fff !important;
    transition: 0.3s ease-out;
    transform: scaleY(1);
  }

  /* .yuyu-0 {
    display: block;
  } */



  .bton-01 {
    background-color: var(--darkblue);
    color: #000;
    padding: 3px 10px !important;
    align-items: center;
    text-align: center;
    font-size: 11px !important;
    justify-content: center;
    font-weight: 700;
  }

  .mid-text {

    display: none;
  }

  .enquiry {
    display: block;
  }

  /* .navbar-brand {
    max-width: 70%;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
  } */

  .iddd {
    display: none;
  }

  .yttyty {
    display: none !important;
  }

  .middle-top {
    display: none;
  }

  /* .navbar-brand img {
    width: 90%;
  } */

  .Btn-04 {
    width: 45px !important;
    height: 45px !important;
  }

  .Btn-05 {
    width: 45px !important;
    height: 45px !important;
  }
}



/* index service-available start */
.service-available {
  padding: 40px 0;
}

.service-available .service-available-head h2 {
  padding-top: 10px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--blue);
  padding-bottom: 20px;
}

.service-available a {
  text-decoration: none;
}

.service-available .service-available-detail {
  /* background: rgba(105, 90, 205, 0.055); */
  /* background: #dc27420a; */
  background: #7777770c;
  /* padding: 10px; */
  margin: 10px 0;
  text-align: center;
  min-height: 160px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: .8s;
  border-radius: 5px;
}

.service-available .service-available-detail:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.service-available .service-available-detail .ser-avai-title {
  padding: 10px 0;
}

.service-available .service-available-detail img {}

.service-available .service-available-detail p {
  margin-bottom: 0;
  font-size: 15px;
  color: #000;
  font-weight: 600;
}

/* index service-available end */

/* workshop-sec start */
.workshop-sec {
  padding: 40px 0;
}

.workshop-sec .workshop-head h2 {
  padding-top: 10px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--blue);
  padding-bottom: 20px;
}

.workshop-sec .swiper {
  width: 100%;
  padding-top: 20px;
  /* padding-bottom: 50px; */
}

.workshop-sec .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 240px;

}

.workshop-sec .swiper-slide img {
  display: block;
  width: 100%;
  /* cursor: auto; */
  border-radius: 5px;

}

.workshop-sec .workshop-guarantee {
  margin-top: 24px;
}

.workshop-sec .workshop-guarantee p {
  margin-bottom: 5px;
  background: #F4F8FF;
  font-size: 22px;
  font-weight: 600;
  padding: 20px 20px;
  transition: .6s;
}

.workshop-sec .workshop-guarantee p:hover {
  background: var(--blue);
  color: #fff;
}

/* workshop-sec end */

/* mission vission start */
.mission-vission {
  background: var(--blue);
  padding: 30px 0;
}

.mission-vission .mission-sec,
.mission-vission .vission-sec {
  padding: 20px;
}

.mission-vission .mission-sec h2,
.mission-vission .vission-sec h2 {
  color: #fff;
  font-weight: bold;
}

.mission-vission .mission-sec p,
.mission-vission .vission-sec p {
  color: #fff;
  font-size: 20px;
}

/* mission vission end */

/* popup start */
.popup-modall {
  position: relative;
}

.enq-service-form {
  position: relative;
}

.popup-modall .modal,
.enq-service-form .modal {
  background: #00000075;
}

.popup-modall h5,
.enq-service-form h5 {
  color: var(--blue);
  font-weight: bold;
  font-style: italic;
}

.popup-modall form input,
.popup-modall form textarea {
  padding: 13px 10px;
  /* margin-bottom: 10px; */
  margin-top: 10px;
  width: 100%;
}

.enq-service-form form input,
.enq-service-form form textarea {
  padding: 13px 10px;
  margin-bottom: 10px;
  width: 100%;
}

.popup-modall button,
.enq-service-form button {
  background: var(--blue);
  color: #fff;
  border: none;
  font-size: 20px;
  padding: 7px 20px;
}

.popup-modall .modal-content .clos-btn,
.enq-service-form .modal-content .clos-btn {
  text-align: end;
  position: absolute;
  top: -12px;
  right: -12px;
}

.popup-modall .modal-content .clos-btn i.fa-xmark,
.enq-service-form .modal-content .clos-btn i.fa-xmark {
  color: #fff;
  border: 1px solid #fff;
  padding: 7px 10px;
  border-radius: 50px;
  background: var(--blue);
  cursor: pointer;
}

.popup-modall .modal-body,
.enq-service-form .modal-body {
  background: linear-gradient(to right, #ffffffc5, #ffffffea), url(../images/popup-form-bg.png) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 10px 40px;
}

/* popup end */




/* captcha form start */
.captchasep {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
}

@media screen and (max-width:600px) {

  .captchasep button,
  .captchasep p {
    width: 100% !important;
    padding: 10px 20px !important
  }

  .captchasep {
    display: flex;
    flex-direction: column
  }

  .captchasep input {
    width: 100% !important
  }

  .captchasep p {
    margin: 10px 0 !important
  }
}

.captchasep input {
  margin-top: 0 !important;
  margin-bottom: 0px !important;
  /* border-radius: 3px; */
  /* border: none; */
}

.captchasep p {
  background: var(--blue);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  padding: 0 20px;
  width: 150px;
  font-weight: 700;
  font-size: 18px
}

.captchasep button {
  background: var(--blue);
  color: #fff;
  border: none;
  outline: 0;
  padding: 0 20px;
  width: 50%;
  font-weight: 700;
  font-size: 12px
}

/* captcha form end */