@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");

:root {
  --primary-color: #273478;
  --primary-light-color: #273578a6;
  --white: #fff;
  --black: #000;
  --box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  --gray-color: #f0f1ff;
  --para-color: #6e6e6e;
  --font-family: "Plus Jakarta Sans", sans-serif;
  --para-font: "Hanken Grotesk", sans-serif;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--font-family);
}
body {
  overflow-x: hidden;
}
html {
  overflow-x: hidden;
}
html,
body {
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-family);
  font-weight: 700;
}
p {
  color: var(--para-color);
  font-size: 16px;
  font-family: var(--para-font);
  margin-bottom: 0 !important;
}
img {
  pointer-events: none;
  -webkit-user-drag: none;
}
a {
  text-decoration: none;
}
ul {
  padding-left: 0 !important;
}
ul li {
  list-style: none;
}
.pt-100 {
  padding-top: 100px;
}
.pt-50 {
  padding-top: 50px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-50 {
  padding-bottom: 50px;
}
label {
  margin-bottom: 0 !important;
}

.dropdown-item {
  padding: 10px !important;
}
.dropdown-menu-expanded {
  border: 2px solid #edeff3 !important;
  border-radius: 10px !important;
  background: var(--white);
  box-shadow: 0 10px 30px 10px rgba(66, 105, 149, 0.05);
  left: 0% !important;
  margin: 0 auto !important;
  padding: 30px !important;
  top: 50px;
  transform: translateX(-50%);
  width: max-content;
}
.nav-img {
  width: 50px;
  background: var(--primary-color);
  padding: 10px;
  border-radius: 5px;
  margin-right: 10px;
}
.dropdown-item {
  font-weight: 700 !important;
}
.dropdown-item:hover {
  background: transparent !important;
  color: var(--primary-color) !important;
}
.about-nav {
  width: 50px;
  padding: 10px;
  border-radius: 5px;
  margin-right: 20px;
  background: var(--white);
  box-shadow: var(--box-shadow);
}
.nav-one {
  padding: 30px !important;
  background: var(--white);
  box-shadow: var(--box-shadow);
  border-radius: 5px;
}
.nav-one1 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  border: 2px solid #edeff3 !important;
  border-radius: 10px !important;
}
@media (max-width: 768px) {
  .dropdown-menu-expanded {
    transform: none;
  }
  .dropdown-menu-expanded {
    max-height: 300px !important;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .nav {
    display: block !important;
  }
  .tab-content {
    margin-top: 30px;
  }
  .nav-custmor-img {
    text-align: center;
  }
  .nav-custmor-img img {
    width: 100% !important;
    padding: 15px !important;
  }
  .shape-three {
    display: none;
  }
  .navTap-heading p {
    padding: 10px !important;
  }
  .success-logo img {
    padding-left: 10px !important;
    margin: 23px;
  }
  .copy-right p {
    padding-bottom: 100px;
  }
  .border-right {
    border-left: none !important;
  }
  .mobile-pt {
    padding-top: 0 !important;
  }
  .popup-img img {
    padding-left: 0 !important;
  }
  .mobile-bg {
    background-image: none !important;
    background-color: var(--primary-color) !important;
  }
}
@media (min-width: 391px) and (max-width: 458px) {
  .sale-text {
    margin-left: 5px;
    font-size: 6px;
  }
  .new-year-text {
    font-size: 6px !important;
  }
  .sale-hammer::after {
    /* left: 7px !important; */
    bottom: -18px !important;
  }
}
@media (max-width: 360px) {
  .new-year-text {
    padding-left: 6px !important;
  }
}
/* .dropdown-menu li{
    padding: 10px 10px;
} */
/* header =================================
========================================== */
.sticky {
  position: sticky;
  top: 0;
  z-index: 999;
  background: var(--white);
  box-shadow: var(--box-shadow);
}
.navbar-brand img {
  width: 200px;
}
.navbar-nav .nav-item .nav-link {
  font-weight: 700;
  color: var(--black) !important;
}
.header-btn {
  background-color: var(--primary-color);
  border: none;
  border-radius: 5px;
  color: var(--white);
  padding: 10px 22px;
  font-weight: 600;
  /* margin-right: 20px; */
  text-transform: capitalize;
  font-size: 18px;
  margin-left: 20px;
}
.border-header {
  background: transparent;
  color: var(--black);
  border: 2px solid var(--primary-color);
}
.city-link {
  color: #3f3f3f;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease-in-out;
}

.city-link:hover {
  color: #273478;
  text-decoration: underline;
}

/* Optional: improve table appearance */
.table td {
  vertical-align: middle;
  padding: 0.75rem;
}

.table td a {
  display: inline-block;
  width: 100%;
}
/* =============================================
Home Page Start
================================================ */
.banner-bg {
  position: relative;
  /* background: url(../images/bg/hero_bg.png); */
  /* background-repeat: no-repeat;
    background-size: cover;
    background-position: top center; */
  /* height: 100vh; */
}
/* @media (min-width:1100px) and (max-width:1300px) {
    .pb-100{
        padding-bottom: 200px !important;
    }
    .banner-bg{
        margin-bottom: 100px;
    }
} */
.banner-content h1 {
  font-size: 35px;
  font-weight: 800;
  padding-bottom: 10px;
  line-height: 60px;
}
.banner-content {
  position: relative;
}
.banner-content h5 {
  font-size: 20px;
  font-weight: 900;
  padding-bottom: 10px;
  letter-spacing: 2px;
  color: var(--primary-color);
  position: relative;
}
.banner-content h5::after {
  background: #73eac0;
  bottom: 3px;
  content: "";
  height: 20px;
  left: -1px;
  position: absolute;
  right: -1px;
  z-index: -1;
  width: 200px;
}
.banner-content button {
  padding: 10px 40px;
  border: none;
  background: var(--primary-color);
  border-radius: 5px;
  color: var(--white);
  font-weight: 600;
  width: 300px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.banner-images img {
  width: 100%;
}
.banner-content ul li {
  padding-top: 10px;
  padding-bottom: 10px;
}
.banner-star-rating {
  margin-bottom: 30px;
  display: flex;
  gap: 20px;
  padding-top: 20px;
}
.banner-star {
  background: var(--white);
  padding: 20px;
  box-shadow: var(--box-shadow);
  border-radius: 5px;
}
.user-img img {
  width: 230px;
  padding-top: 20px;
}
.banner-star img {
  width: 200px;
}
.banner-content ul li i {
  padding-right: 10px;
  color: #07ac7b;
}
.banner-price {
  padding-top: 15px;
  padding-bottom: 10px;
  border-top: 1px solid var(--gray-color);
  border-bottom: 1px solid var(--gray-color);
  margin-bottom: 30px;
  letter-spacing: 2px;
  max-width: 60%;
}
.blod {
  font-size: 20px;
  font-weight: 700;
}
/* client logo section */
.global-circle img {
  width: 200px;
  /* perspective: 1000px;*/
  /* animation: rotate 10s linear infinite;  */
}
/* @keyframes rotate {
    0%{
        transform: rotate(0deg);
    }
    50%{
        transform: rotateY(260deg);
    }
 100%{
    transform: rotate(360deg);
 }
} */
.customer-logo-bg {
  position: relative;
  background: var(--white);
  padding: 30px 40px;
  box-shadow: var(--box-shadow);
}
.client-logo img {
  width: 130px;
}
/* banner about section */
.banner-about-content h6 {
  font-weight: 700;
  color: var(--primary-color);
  letter-spacing: 2px;
  background: var(--gray-color);
  padding: 10px 40px;
  border-radius: 20px;
  max-width: 350px;
  margin-bottom: 20px;
}
.banner-about-content h3 {
  font-size: 40px;
  text-transform: capitalize;
  padding-top: 10px;
  padding-bottom: 20px;
  font-weight: 600;
}
.banner-about-content button {
  border: none;
  padding: 10px 40px;
  background: var(--primary-color);
  color: var(--white);
  border-radius: 5px;
  font-weight: 500;
  margin-top: 10px;
}
.blue-wegiht {
  color: var(--primary-color);
  font-weight: 800;
}
.banner-about-list-cont {
  display: flex;
  gap: 25px;
  padding-top: 20px;
  border-bottom: 1px solid var(--gray-color);
  padding-bottom: 10px;
}
.border-none {
  border-bottom: none;
}
.banner-about-list h5 {
  font-weight: 700;
}
.banner-about-img {
  /* position: relative; */
  -webkit-mask-image: url(../images/about/about_mask.png);
  -webkit-mask-size: 100%;
  -webkit-mask-position: top center;
  -webkit-mask-repeat: no-repeat;
}
.banner-about-img img {
  width: 100%;
  max-height: 100vw;
  height: 600px;
  object-fit: cover;
  object-position: center center;
  padding-right: 20px;
}
.shape .banner-about-shape {
  position: absolute;
  bottom: 0;
  width: 100px;
}
/*  */
.counter-bg {
  position: relative;
  background: var(--primary-color);
  background-image: url(../images/shapes/pattern.png);
  padding: 40px 30px;
}
.counter-sec {
  text-align: center;
}
.counter-sec h6 {
  font-size: 40px;
  color: var(--white);
  font-weight: 700;
}
.counter-sec p {
  color: var(--white);
}
/*  */
.img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.inner-ani {
  --w: 180px;
  --h: 150px;
  --translateZ: calc((var(--w) + var(--h)) + 0px);
  --rotateX: -15deg;
  --perspective: 1000px;
  position: absolute;
  width: var(--w);
  height: var(--h);
  top: 25%;
  left: calc(50% - (var(--w) / 2) - 2.5px);
  z-index: 2;
  transform-style: preserve-3d;
  transform: perspective(var(--perspective));
  animation: rotating 20s linear infinite;
}
@keyframes rotating {
  from {
    transform: perspective(var(--perspective)) rotateX(var(--rotateX))
      rotateY(0);
  }
  to {
    transform: perspective(var(--perspective)) rotateX(var(--rotateX))
      rotateY(1turn);
  }
}

.card-ani {
  position: absolute;
  border: 2px solid rgba(var(--color-card));
  border-radius: 12px;
  overflow: hidden;
  inset: 0;
  transform: rotateY(calc((360deg / var(--quantity)) * var(--index)))
    translateZ(var(--translateZ));
}

.img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #0000
    radial-gradient(
      circle,
      rgba(var(--color-card), 0.2) 0%,
      rgba(var(--color-card), 0.6) 80%,
      rgba(var(--color-card), 0.9) 100%
    );
}
/* global sec */
.glob-content span {
  font-weight: 600;
  letter-spacing: 2px;
  color: var(--primary-color);
  text-transform: capitalize;
}
.glob-content h3 {
  font-size: 40px;
  padding-top: 15px;
  padding-bottom: 20px;
  font-weight: 600;
}
.glob-content button {
  padding: 10px 40px;
  border: none;
  background: var(--primary-color);
  color: var(--white);
  border-radius: 5px;
  font-weight: 600;
  margin-top: 10px;
}
.global-circle img {
  width: 100%;
  /*border-radius: 50%;*/
  height: 100%;
  padding: 0 30px;
}
/* =============================================
Testimonial
================================================ */
.testi-banner {
  background: url(../images/testimonial/testimonial-img1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 23;
}
.over-lay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--primary-color);
  z-index: -1;
  opacity: 0.5;
}
.testi-banner-text h1 {
  color: var(--white);
  font-size: 60px;
  font-weight: 700;
}
.home {
  color: var(--white);
  font-weight: 700;
  padding-left: 10px;
}
.testi {
  color: var(--white);
  font-weight: 700;
  padding-left: 10px;
}
.testi-slider-sec {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.testi-slider-sec h6 {
  background: var(--primary-color);
  padding: 10px 40px;
  border-radius: 20px;
  color: var(--white);
}
.tyesti-slider-sec {
  /* background-color: var(--gray-color); */
  position: relative;
  background: url(../images/shapes/ser_hvr.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10%;
}
.slider-text {
  color: var(--primary-color);
  letter-spacing: 2px;
  font-weight: 600;
}
.testi-slider-sec h3 {
  font-size: 40px;
  padding-top: 10px;
  font-weight: 600;
  padding-bottom: 30px;
}
.testi-review-section {
  padding: 40px 30px;
  /* background: var(--white); */
  border-radius: 5px;
  margin: 20px;
  text-align: center;
}
.shape-one {
  position: absolute;
  top: 20%;
  width: 120px;
}
.shape-two {
  position: absolute;
  top: 15%;
  right: 10%;
  width: 120px;
}
.shape-three {
  position: absolute;
  top: 10%;
  left: 0;
  width: 400px;
  height: 100%;
  max-height: 100vw;
}
.testi-review-section h5 {
  /* color: var(--para-color); */
  max-width: 650px;
  margin: 0px auto;
  line-height: 40px;
  font-size: 25px;
  font-weight: 400;
}
.testi-thumimg {
  display: flex;
  gap: 20px;
  padding-top: 30px;
  align-items: center;
  justify-content: center;
}
.thum-img img {
  width: 70px !important;
  /* border-radius: 50%; */
}
.thumcontent h6 {
  font-weight: 700;
  font-size: 20px;
}
.thumcontent span {
  font-size: 14px;
}

/* ====================================
Footer section start
====================================== */
.footer-bg {
  background: var(--primary-color);
  position: relative;
  z-index: 100;
}
.footer-img img {
  width: 150px;
  padding-bottom: 20px;
}
.footer-heading-link h6 {
  font-size: 22px;
  font-weight: 600;
  color: var(--white);
}
.service-section {
  padding: 40px 20px;
}
.service-title {
  font-weight: 500;
  color: #bfc9f2;
  font-size: 16px;
}
.service-list {
  margin-top: 5px;
  color: #ffffff;
  font-size: 15px;
  line-height: 2;
}
.service-list span {
  color: #ffffff;
}
.service-list a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s;
}
.service-list a:hover {
  color: #bfc9f2;
  text-decoration: underline;
}
.separator {
  color: #bfc9f2;
  margin: 0 6px;
}
.hed-off-text {
  font-size: 16px !important;
  padding-top: 20px;
  padding-bottom: 10px;
  font-weight: 700 !important;
}
.footer-heading-link p {
  color: var(--white);
}
.footer-heading-link ul li {
  padding-top: 10px;
  padding-bottom: 10px;
  color: var(--white);
}
.gallery-img img {
  width: 100px;
  padding: 10px;
  border-radius: 20%;
}
.copy-right {
  padding-top: 20px;
  border-top: 1px solid var(--gray-color);
  margin-top: 40px;
}
.copy-right p {
  color: var(--white);
}
/* ============================================
about us pagge 
=============================================== */
.about-banner {
  position: relative;
  background: url(../images/about/about1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  z-index: 23;
}
.about-content h1 {
  font-size: 50px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--white);
}
.about-content span {
  padding: 10px;
  font-weight: 600;
  color: var(--white);
}
/*  */
.about-video {
  background: var(--gray-color);
}
.img-video::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  border-radius: 0 135px 135px 133px;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.2) 100%
  );
}
.about-img-sec img {
  width: 100%;
  border-radius: 15px;
}
.about-video-content {
  position: relative;
  margin-top: 30px;
}
.img-video img {
  width: 100%;
  border-radius: 0px 50px 50px 50px;
}
.play-content {
  position: absolute;
  top: 40px;
  left: 10px;
}
.video-icon i {
  /* width: 30px !important; */
  font-size: 40px;
  position: absolute;
  top: 33%;
  right: 40px;
  color: var(--white);
}
.play-content span {
  color: var(--white);
  font-weight: 600;
}
.play-content p {
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
}
.video-icon::before {
  content: "";
  position: absolute;
  top: 10%;
  right: 10px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--primary-light-color);
}
.video-heading-sec {
  padding-top: 30px;
  position: relative;
}
.video-heading-sec h3 {
  font-size: 40px;
  padding-bottom: 10px;
}
.video-heading-sec p {
  padding-bottom: 10px;
}
.video-heading-sec button {
  border: none;
  background: var(--primary-color);
  padding: 10px 40px;
  font-weight: 600;
  color: var(--white);
  border-radius: 5px;
  margin-bottom: 20px;
}
/*  */
/* .work-shape-banner{
    background: url(../images/about/awards_pg-1.png);
    background: #111111;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 30px;
} */
.work-heading {
  padding-bottom: 40px;
}
.work-heading h1 {
  font-size: 40px;
  font-weight: 600;
  text-transform: capitalize;
}
.work-heading p {
  padding-left: 10%;
  padding-right: 10%;
}
.work-heading button {
  background: var(--primary-color);
  border: none;
  padding: 10px 60px;
  border-radius: 5px;
  color: var(--white);
  font-weight: 600;
  margin-bottom: 30px;
}
.artical-back {
  position: relative;
  background: var(--white);
  box-shadow: var(--box-shadow);
  padding: 50px 20px;
  text-align: center;
  margin-bottom: 30px;
  height: calc(100% - 30px);
  transition: 0.3s;
}
.artical-back:hover {
  background: var(--primary-color);
}
.artical-back img {
  width: 50px;
  padding-bottom: 10px;
}
.artical-back:hover img {
  background: var(--white);
  padding: 10px;
  border-radius: 10px;
}
.artical-back:hover h5 {
  color: var(--white);
}
.artical-back h5 {
  text-transform: capitalize;
  padding-top: 10px;
  font-weight: 600;
}
.artical-back p {
  padding-top: 10px;
}
.artical-back:hover p {
  color: var(--white) !important;
}
.artical-back:hover .how-number {
  background: var(--white);
  color: var(--primary-color);
}
.how-number {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--primary-color);
  color: var(--white);
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 0 0 30px;
}
/*  */
.team-bg-sec {
  position: relative;
  background: var(--primary-color);
  z-index: 12;
}
.team-heading h3 {
  text-align: center;
  font-size: 40px;
  padding-bottom: 40px;
  color: var(--white);
}
.team-img-sec {
  position: relative;
  transition: 0.2s;
}
/* .team-img-sec:hover::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background:var(--primary-color) ;
    z-index: 23;
    opacity: 0.4;
    border-radius: 10px;
} */
.team-img-sec img {
  width: 100%;
  border-radius: 10px;
  position: relative;
  z-index: -1;
  height: 322px;
  /* object-fit: cover; */
}
.team-img-sec1 img {
  width: 100%;
  border-radius: 10px;
  position: relative;
}
.team-social-icons {
  display: flex;
  gap: 20px;
}
.team-name-sec {
  background: transparent;
  padding: 10px;
  text-align: center;
  border-radius: 0 0 10px 10px;
  position: relative;
  z-index: 23;
}
/* .team-name-sec{
    position: absolute;
    top: 38%;
    left: 23%;
    text-align: center;
    z-index: 24;
    display: none;
}
.team-img-sec:hover .team-name-sec{
    display: block;
} */
/* .team-img-sec:hover .team-name-sec{
    background: #f0f1ff;
    box-shadow: var(--box-shadow);
} */
/* .team-img-sec:hover .team-name-sec h5{
    color: var(--white);
}
.team-img-sec:hover .team-name-sec p{
    color: var(--white);
} */
.team-name-sec h5 {
  color: var(--primary-color);
  font-weight: 600;
}
.team-name-sec p {
  color: var(--para-color);
  font-weight: 500;
}
.team-social-icons li a {
  background: var(--primary-color);
  padding: 6px 10px;
  border-radius: 50%;
  color: var(--white);
}
/*  */
.team-leader-sec {
  text-align: center;
  padding-bottom: 50px;
}
.team-leader-sec h3 {
  font-size: 40px;
  font-weight: 700;
  padding-top: 10px;
  text-transform: capitalize;
}

.leader-bg {
  width: 100%;
  height: auto;
  background: #111111;
  border-radius: 10px;
  padding: 30px 40px;
}
.our-team-leader-img img {
  width: 100%;
  padding-top: 38px;
}
.leader-skill {
  padding-top: 40px;
}
.leader-skill h6 {
  background: var(--primary-color);
  max-width: 200px;
  padding: 10px 30px;
  border-radius: 10px;
  color: var(--white);
  margin-top: 40px;
  margin-bottom: 20px;
}
.leader-skill h4 {
  font-size: 40px;
  padding-top: 20px;
  padding-bottom: 10px;
  font-weight: 700;
}
.leader-team-img img {
  width: 100%;
  background: #fff;
  height: calc(100% - 100px);
}
.leader-team-img {
  text-align: center;
}
.leader-team-img h6 {
  padding-top: 20px;
  font-size: 25px;
  color: var(--white);
  font-weight: 700;
}
.leader-team-img p {
  color: var(--white);
}
/* =====================================
contact us page
======================================== */
.contact-bg {
  position: relative;
  background: url(../images/banner/bread-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  z-index: 23;
}
.contact-banner-heading h1 {
  font-size: 50px;
  color: var(--white);
  font-weight: 700;
}
.contact-banner-heading span {
  padding: 10px;
  color: var(--white);
  font-weight: 500;
}
.contact-form-heading h3 {
  font-size: 40px;
  font-weight: 600;
}
.contact-form-heading p {
  padding-left: 25%;
  padding-right: 25%;
}
/*  */
.contact-form-bg {
  background: var(--gray-color);
}
.form-area {
  margin: 0 auto;
  padding: 60px 20px;
}
.form-group label {
  font-weight: 600;
}
.lable-white label {
  color: var(--white) !important;
}
.form-group input {
  width: 100%;
  padding: 10px;
  background: var(--white);
  border: 1px solid var(--white);
  outline: none;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.form-group textarea {
  width: 100%;
  padding: 10px;
  background: var(--white);
  border: 1px solid var(--white);
  outline: none;
  margin-top: 10px;
  margin-bottom: 10px;
  resize: none;
  border-radius: 5px;
}
.form-button button {
  padding: 10px 40px;
  width: 100%;
  border: none;
  background: var(--primary-color);
  color: var(--white);
  border-radius: 5px;
  font-weight: 600;
}
/*  */
.contact-video-bg {
  background: url(../images/bg/fun-facts-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 23;
}
.welcome-video-area {
  position: relative;
  z-index: 1;
}
.cool-facts-area .video-icon1 {
  position: relative;
  top: inherit;
  transform: translate(-50%);
}
.video-btn {
  background-color: #ffdb3e !important;
  width: 70px;
  height: 70px;
  color: #fff !important;
  border-radius: 50% !important;
  line-height: 70px !important;
  padding: 0 !important;
  text-align: center !important;
  min-width: 70px !important;
  font-size: 24px !important;
}
.contact-video-heading h3 {
  padding-top: 30px;
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 20px;
  color: var(--white);
}
.contact-video-heading p {
  padding-bottom: 20px;
  color: var(--white);
}
.video-contact-img {
  margin-top: -100px;
  position: relative;
  z-index: 24;
}
.video-contact-img img {
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 9px 68px 0 rgba(62, 57, 107, 0.2);
}
/* ==========================-===========
terms and conditon
======================================== */
.terms-bg {
  background: var(--gray-color);
  position: relative;
}
.terms-condition h1 {
  color: var(--primary-color);
  font-weight: 600;
  padding-bottom: 10px;
}
.terms-condition h2 {
  color: var(--primary-color);
  font-weight: 600;
  padding-bottom: 10px;
  font-size: 20px;
}
.terms-condition h3 {
  color: var(--primary-color);
  font-weight: 600;
  padding-bottom: 10px;
  font-size: 19px;
}
.terms-condition h4 {
  color: var(--primary-color);
  font-weight: 600;
  padding-bottom: 10px;
}
.terms-condition h5 {
  color: var(--primary-color);
  font-weight: 600;
  padding-bottom: 10px;
}
.terms-condition h6 {
  color: var(--primary-color);
  font-weight: 600;
  padding-bottom: 10px;
}
.terms-condition ul li {
  padding-top: 10px;
  padding-bottom: 10px;
}

/*=========================================== 
pricing page start
============================================= */
.pricing-banner-bg {
  background: url(../images/banner/bread-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 23;
}
.pricing-banner-heading h1 {
  font-size: 50px;
  color: var(--white);
  font-weight: 700;
}
.pricing-banner-heading span {
  padding: 10px;
  color: var(--white);
  font-weight: 600;
}
.pricing-heading h3 {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 30px;
}
.pricing-package-bg {
  background: url(../images/shapes/shape-01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  padding: 30px 30px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 30px;
}
.pricing-package-bg::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  transform: scale(1, 0.2);
  transition: all 500ms ease;
  background-color: var(--primary-color);
  z-index: -1;
  border-radius: 10px;
}
.pricing-package-bg:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}
.pricing-package-bg:hover {
  color: var(--white);
}
.pricing-package-bg:hover .opacity7 {
  color: var(--white);
}
.pricing-package-bg:hover span {
  color: var(--white) !important;
}
.pricing-package-bg:hover .price-list li i {
  color: var(--gray-color) !important;
}
.pricing-package-bg:hover .price-number {
  color: var(--gray-color) !important;
}
.pricing-package-bg:hover .butn {
  background: var(--gray-color) !important;
  color: var(--primary-color) !important;
}
.pricing-package-bg:hover .pricing-para {
  color: var(--white) !important;
}
.left-area {
  border-right: 1px solid #dee2e6;
  padding: 0 40px;
}
.price-number {
  position: relative;
  font-weight: 700;
  color: #2e2e2e;
  font-size: 40px;
}
.price-number sub {
  position: relative;
  font-size: 20px;
}
.price-number sup {
  position: relative;
  /* top: -55px; */
  font-size: 20px;
}
.price-number span {
  position: relative;
  font-weight: 600;
  opacity: 0.5;
  /* margin-left: -40px; */
  display: inline-block;
  font-size: 18px;
}
.butn {
  padding: 10px 40px;
  color: var(--white);
  background: var(--primary-color);
  border: none;
  border-radius: 5px;
  text-decoration: none;
  margin-top: 20px;
  font-weight: 600;
}
.pricing-para {
  padding-bottom: 20px;
  text-transform: capitalize;
  color: #000;
}
.price-list li i {
  padding-right: 10px;
  color: var(--primary-color);
}
.price-list li {
  padding-bottom: 20px;
  font-weight: 500;
}
.left-area span {
  color: var(--primary-color) !important;
  font-weight: 600;
}
.left-area h4 {
  padding-top: 10px;
  font-weight: 600;
}
.translate-white {
  display: none;
}
.pricing-package-bg:hover .translate-white {
  display: block;
  padding-left: 45px;
}
.pricing-package-bg:hover .translate-black {
  display: none;
}
/* ================================
free quote
=================================== */
.free-quote-bg {
  background: url(../images/banner/bread-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 23;
}
.free-quote-heading h1 {
  font-size: 50px;
  color: var(--white);
  font-weight: 700;
}
.free-quote-heading span {
  padding: 10px;
  color: var(--white);
  font-weight: 600;
}
/*  */
.free-quote-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.free-quote-header {
  font-size: 50px;
  font-weight: 600;
  color: var(--primary-color);
}
.free-quote-header ul {
  display: flex;
  gap: 30px;
  align-items: center;
}
.free-quote-header ul li img {
  width: 70px;
  object-fit: contain;
  height: 100px;
}
.inner {
  margin: 0 auto;
  max-width: 900px;
  padding: 70px 0 90px;
  width: 100%;
}
.quote-free-form {
  background: #fff;
  border: 2px solid #e8effd;
  /* border-bottom: 0; */
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
  /* position: relative; */
}
.h2 {
  align-items: center;
  color: var(--primary-color);
  display: flex;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  justify-content: space-between;
  line-height: normal;
  padding: 30px 40px 40px;
  position: relative;
  text-transform: capitalize;
}
.box-heading-block {
  display: flex;
  align-items: center;
  gap: 15px;
}
.box-heading-block i {
  color: #d0daed;
}
.h2 p {
  display: flex;
  align-items: center;
  gap: 10px;
}
.h2 p i {
  color: #ffdb3e;
}
.progress {
  background: #d5deef;
  border-radius: 0;
  bottom: 0;
  height: 10px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
.progress .progress-done {
  align-items: center;
  background: #0092ff;
  border-radius: 0;
  color: #fff;
  display: flex;
  height: 100%;
  justify-content: center;
  opacity: 0;
  transition: 1s ease 0.3s;
  width: 0;
}
.quote-form-inner-section {
  padding: 40px 80px;
}
.form-text-box input {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #edeff3;
  background: #f8f9fb;
  outline: none;
  border-radius: 5px;
}
.form-text-box label {
  color: var(--primary-color);
  padding-bottom: 10px;
}
.form-text-box span {
  color: #ff0000;
}
.upload-doc-quote {
  color: var(--primary-color);
  font-weight: 600;
  padding-bottom: 10px;
}
.file-upload-main {
  display: grid;
  gap: 35px;
  /* grid-template-columns: 1fr 1fr; */
}
.custom-file-upload {
  background: #fff;
  border: 2px dashed #a0b8d2;
  border-radius: 7px;
  height: 330px;
  position: relative;
}
#file-upload {
  border-radius: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50%;
}
.file-upload-content {
  align-items: center;
  display: flex;
  flex-flow: column;
  gap: 10px;
  justify-content: center;
  /* max-width: 85%; */
  text-align: center;
}
.file-upload-content h3 {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-color);
}
.file-upload-content p {
  font-size: 13px;
}
.select-language-heading {
  font-size: 30px;
  color: var(--primary-color);
}
.select-language-heading i {
  font-size: 20px;
}
.select-form label {
  padding-bottom: 10px;
  padding-top: 10px;
  color: var(--primary-color);
}
.select-form {
  padding-top: 11px;
}
.select-form label span {
  color: #ff0000;
}
.select-form select {
  width: 100%;
  padding: 10px;
  background: #f8f9fb;
  outline: none;
  border-radius: 5px;
  border: 1px solid #edeff3;
}
.additiondetail {
  color: var(--primary-color);
  padding-top: 40px;
  padding-bottom: 10px;
}
.--para-add {
  padding-bottom: 10px;
}
.addition-textarea textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #edeff3;
  background: #f8f9fb;
  resize: none;
  height: 150px;
  border-radius: 5px;
  outline: none;
}
.option {
  border: 2px solid #edeff3;
  padding: 20px 40px;
  border-radius: 5px;
  margin-bottom: 30px;
  width: 100%;
}
.option i {
  display: none;
}
.option p {
  padding-top: 20px;
}
.certified-trans-main h5 {
  text-align: end;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
.quote-form-inner-section .active {
  background: var(--primary-color);
  color: var(--white);
  border-radius: 5px;
}
.quote-form-inner-section .active p {
  color: var(--white);
}
#option1:checked ~ .option-1 {
  background: var(--primary-color) !important;
  color: var(--white);
}
#option2:checked ~ .option-2 {
  background: var(--primary-color) !important;
  color: var(--white);
}
#option3:checked ~ .option-3 {
  background: var(--primary-color) !important;
  color: var(--white);
}
#option4:checked ~ .option-4 {
  background: var(--primary-color) !important;
  color: var(--white);
}
#option5:checked ~ .option-5 {
  background: var(--primary-color) !important;
  color: var(--white);
}
#option6:checked ~ .option-6 {
  background: var(--primary-color) !important;
  color: var(--white);
}
#option6:checked ~ .option-6 p {
  color: var(--white);
}
#option1:checked ~ .option-1 p {
  color: var(--white);
}
#option2:checked ~ .option-2 p {
  color: var(--white);
}
#option3:checked ~ .option-3 p {
  color: var(--white);
}
#option4:checked ~ .option-4 p {
  color: var(--white);
}
#option5:checked ~ .option-5 p {
  color: var(--white);
}
#option6:checked ~ .option-6 p {
  color: var(--white);
}
#option6:checked ~ .option-6 p {
  color: var(--white);
}
#option1:checked ~ .option-1 i {
  display: block;
}
#option2:checked ~ .option-2 i {
  display: block;
}
#option3:checked ~ .option-3 i {
  display: block;
}
#option4:checked ~ .option-4 i {
  display: block;
}
#option5:checked ~ .option-5 i {
  display: block;
}
#option6:checked ~ .option-6 i {
  display: block;
}
.quote-form-inner-section input[type="radio"] {
  display: none;
}
.check-certified {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.check-certified {
  border-bottom: 1px solid #f8f9fb;
  padding-bottom: 10px;
  padding-top: 10px;
}
.check-certified i {
  background: var(--white);
  padding: 5px 6px;
  border-radius: 100px;
  color: #18e018;
}
/* .fil-check-check i{
    display: none;
} */
.h5 {
  padding-bottom: 20px;
  color: var(--primary-color);
  font-weight: 600;
}
.delivery-method {
  font-weight: 600;
  color: var(--primary-color);
  padding-bottom: 10px;
}
.h5-copy {
  font-weight: 400;
  padding-top: 30px;
  padding-bottom: 10px;
  color: var(--primary-color);
}
.select-language-heading-copy {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 20px;
}
.select-form-copy label {
  padding-top: 10px;
  padding-bottom: 10px;
  color: var(--primary-color);
}
.select-form-copy select {
  background: #f8f9fb;
  border: none;
  padding: 10px;
  width: 100%;
  outline: none;
}
.certified-button button {
  padding: 10px;
  width: 100%;
  border: none;
  background: var(--primary-color);
  border-radius: 5px;
  margin-top: 30px;
  margin-bottom: 20px;
  color: var(--white);
  font-weight: 600;
}
/* call to actions section */
.call-action-right h3 {
  color: var(--white);
  font-size: 40px;
}
.call-action-right p {
  color: var(--white);
  padding-top: 10px;
  padding-bottom: 10px;
}
.call-action-right button {
  padding: 10px 40px;
  border: 1px solid var(--white);
  background: transparent;
  color: var(--white);
  border-radius: 5px;
  font-weight: 600;
}
.call-to-action-bg {
  background: var(--primary-color);
  /* padding: 40px 50px; */
}

.call-img-sec {
  display: flex;
  align-items: center;
  gap: 30px;
}
.call-img img {
  width: 100px;
  border-radius: 50%;
}
.call-content h6 {
  color: var(--white);
  font-size: 20px;
}
.call-content p {
  color: var(--white);
}
.hepl-text h4 {
  font-size: 35px;
  padding-top: 20px;
  color: var(--white);
  font-weight: 600;
}

/* ==============================
service page start
================================= */
.service-bg {
  background: url(../images/banner/bread-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 23;
}
.service-heading h2 {
  font-size: 50px;
  color: var(--white);
  font-weight: 600;
}
.service-heading span {
  padding: 10px;
  color: var(--white);
  font-weight: 600;
}
.service-contetn--11-main {
  background-color: var(--primary-color);
  padding: 30px 40px;
  border-radius: 5px;
  background-image: url(../images/shapes/aboutlineshape.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 30px;
  height: calc(100% - 30px);
}
.service-contetn--11-main img {
  width: 80px;
  margin-bottom: 20px;
  border-radius: 10px;
  background: var(--white);
  padding: 10px;
}
.service-contetn--11-main:hover {
  background: var(--white);
}
.service-contetn--11-main h4 {
  color: var(--white);
  font-weight: 700;
  padding-bottom: 20px;
  font-size: 20px;
}
.service-contetn--11-main:hover h4 {
  color: var(--primary-color);
}
.service-contetn--11-main p {
  color: var(--white);
}
.service-contetn--11-main:hover p {
  color: var(--para-color);
}
.seervice-bg-hed-11 {
  text-align: center;
  padding-bottom: 60px;
}
.seervice-bg-hed-11 h3 {
  font-weight: 700;
  color: var(--primary-color);
}
/*  */
.service-second-sec {
  background: var(--white);
  position: relative;
}
.service-second-heading {
  text-align: center;
}
.service-second-heading h3 {
  font-weight: 600;
  font-size: 40px;
  padding-top: 10px;
  padding-bottom: 40px;
}
.service-second-feature {
  background: var(--white);
  box-shadow: var(--box-shadow);
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.service-second-feature img {
  width: 50px;
}
.service-second-feature h4 {
  font-size: 16px;
  padding-top: 3px;
}
/*  */
.service-soft-bg {
  position: relative;
  background: url(../images/bg/soft-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 23;
}
.moving-text {
  position: absolute;
  bottom: 20%;
  left: 0;
  /* height: 70%; */
  font-size: 110px;
  opacity: 0.1;
  font-weight: 800;
  text-transform: uppercase;
  color: #f9f9f9;
  visibility: inherit;
  animation: cloudwash 10s linear infinite;
}
.font-weight-600 {
  font-weight: 600;
}
.service-video-sec {
  position: relative;
}
.service-video-sec img {
  width: 100%;
  border-radius: 10px;
}
.service-video-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 40px;
  color: var(--white);
}
.service-video-icon::before {
  content: "";
  position: absolute;
  background: var(--primary-color);
  top: 47%;
  left: 46%;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.service-video-text h4 {
  font-size: 40px;
  padding-top: 20px;
  padding-bottom: 10px;
  font-weight: 600;
  color: var(--white);
}
.service-video-text p {
  color: var(--white);
}
.service-video-list li {
  padding-top: 10px;
  padding-bottom: 10px;
  color: var(--white);
  font-weight: 500;
}
.service-video-list li i {
  padding-right: 10px;
  color: yellow;
}
@keyframes cloudwash {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

/*Marquee stile*/
.popular-doc {
  padding-bottom: 20px;
}
.popular-doc h4 {
  font-size: 40px;
  font-weight: 600;
}
.popular-doc p {
  /* padding-left: 20%;
    padding-right: 20%; */
}
.doc-list li {
  padding-top: 15px;
  color: var(--primary-color);
  font-weight: 500;
  display: flex;
}
.doc-list li i {
  padding-right: 10px;
  padding-bottom: 10px;
  color: #07ac7b;
  padding-top: 4px;
}
/* slider text */
.slide-text {
  position: relative;
  display: block;
}
.slide-text .text-inner:before {
  position: absolute;
  content: "";
  left: -60px;
  top: 0px;
  width: calc(100% + 100px);
  height: 100%;
}
.slide-text .text-inner {
  position: relative;
  display: block;
  padding: 25px 0px;
  transform: rotate(0deg);
}
.slide-text .text-inner {
  background: var(--primary-color);
}
.slide-text .text-inner .text-list {
  position: relative;
  display: flex;
  align-items: center;
  width: max-content;
  animation: scroll-left 100s linear infinite;
}
.slide-text .text-inner .text-list li {
  position: relative;
  display: inline-block;
  font-size: 32px;
  line-height: 40px;
  font-family: var(--font-family);
  color: var(--white);
  margin-right: 280px;
  font-weight: 700;
}
.slide-text .text-inner .text-list li:before {
  position: absolute;
  content: "";
  background-image: url(../images/icons/move-text-img.webp);
  width: 37px;
  height: 37px;
  top: 2px;
  right: -145px;
  background-repeat: no-repeat;
}
@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}

/* slider text */
.flase-back {
  background: var(--primary-color);
  /* position: fixed;
    left: 0;
    right: 0; */
}
.slide-text1 {
  position: relative;
  background-color: var(--primary-color);
  background: url(../images/bg/honey-flag.png);
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: center left; */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  gap: 20px;
}
.flash-main-flex {
  display: flex;
  align-items: center;
  gap: 20px;
}
.flase-sale-banner {
  display: flex;
  align-items: center;
  gap: 20px;
}
.flse-slae-content {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .flase-sale-banner {
    display: block;
    text-align: center;
  }
  .flse-slae-content {
    display: block;
    text-align: center;
  }
  .new-year-text {
    padding-left: 0 !important;
  }
  .flase-sale-banner label {
    font-size: 7px !important;
  }
  .sale-hammer::after {
    left: -11px !important;
    top: -15px;
  }
  .flase-sale-banner img {
    width: 17px !important;
  }
}
.flase-sale-banner img {
  width: 30px;
  animation: zoom-in-zoom-out 2s ease-out infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.flase-sale-banner label {
  color: var(--white);
  padding-left: 10px;
  font-size: 13px;
  font-family: var(--font-family);
  font-weight: 700;
}
.clos-btn-sale {
  cursor: pointer;
  height: 15px;
  opacity: 1;
  position: absolute;
  right: 12px;
  top: 25px;
  transform: rotate(45deg);
  transition: 0.2s ease-in-out;
  width: 15px;
  z-index: 99;
}
.clos-btn-sale::before {
  background-color: #fff;
  content: "";
  display: block;
  height: 15px;
  left: 5px;
  position: absolute;
  top: 0;
  width: 2px;
  transform: rotate(85deg);
}
.clos-btn-sale::after {
  content: "";
  display: block;
  height: 15px;
  left: 5px;
  position: absolute;
  top: 0;
  width: 2px;
  background-color: var(--white);
}
.sale-hammer {
  position: relative;
  display: inline-block;
  width: 5px;
}
.sale-hammer::after {
  content: "";
  background: var(--white);
  position: absolute;
  left: 0;
  height: 45px;
  width: 2px;
  bottom: -17px;
}
.new-year-text {
  color: var(--white);
  font-weight: 800;
  font-size: 13px;
  padding-left: 10px;
  text-transform: uppercase;
}
.sale-text {
  background: #db2e2e;
  padding: 6px 10px;
  position: relative;
  text-align: center;
  letter-spacing: 2.5px;
  font-weight: 500;
  border-radius: 3px;
  color: var(--white);
  margin-left: 20px;
  line-height: 20px;
  text-transform: uppercase;
  font-size: 7px;
}
.flase-banner-timer {
  display: flex;
  align-items: center;
  gap: 20px;
}
.flase-sale-hour {
  background: #db2e2e;
  padding: 6px;
  border-radius: 5px;
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
}
.flase-sale-min {
  background: #db2e2e;
  padding: 6px;
  border-radius: 5px;
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
}
.flase-sale-sec {
  background: #db2e2e;
  padding: 6px;
  border-radius: 5px;
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
}
.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 19px;
}
.flase-sale-hour-text {
  color: var(--white);
  text-align: center;
  font-weight: 400;
  font-size: 10px;
  position: relative;
  top: 0px;
}
#flash {
  display: none;
}
@media (max-width: 768px) {
  .flase-sale-banner {
    gap: 0;
  }
  .flase-sale-banner label {
    font-size: 5px;
  }
  .sale-text {
    margin-left: 5px;
    font-size: 6px;
    letter-spacing: 1.5px !important;
    padding: 6px 6px !important;
  }
  .new-year-text {
    font-size: 5px;
  }
  .sale-hammer::after {
    bottom: -27px;
  }
  .flase-sale-hour {
    font-size: 6px;
  }
  .flase-sale-min {
    font-size: 6px;
  }
  .flase-sale-sec {
    font-size: 6px;
  }
  .flase-sale-hour-text {
    font-size: 6px;
  }
  .sale-hammer::after {
    /* left: 3px !important; */
    bottom: -18px;
  }
  .flase-sale-hour {
    padding: 4px;
  }
  .flase-sale-min {
    padding: 4px;
  }
  .flase-sale-sec {
    padding: 4px;
  }
  .clos-btn-sale {
    right: 0 !important;
    top: 3px;
  }
  .banner-star-rating {
    display: block;
  }
  .global-circle {
    margin-top: 30px;
  }
  .ceo-banner-heading h2 {
    font-size: 60px !important;
  }
  .ceo-about-content h2 {
    padding-bottom: 20px !important;
  }
  .about-ceo-img {
    padding-top: 30px;
  }
  .work-flow-heading h2 {
    font-size: 40px !important;
  }
  .img-video img {
    height: 130px;
    object-fit: cover;
  }
  .team-img-sec {
    margin-bottom: 30px;
  }
  .free-quote-header {
    font-size: 30px;
    padding-bottom: 20px;
  }
  .free-quote-header ul {
    display: none;
  }
  .quote-free-form h2 {
    font-size: 18px;
    gap: 30px;
  }
  .h2 p {
    font-size: 14px;
  }
  .select-language-heading {
    font-size: 20px;
  }
  .additiondetail {
    font-size: 20px;
  }
  .quote-form-inner-section {
    padding: 40px 30px;
  }
  .join-us-about-content h3 {
    font-size: 25px !important;
  }
  .how-apply-bg h3 {
    font-size: 30px !important;
  }
  .vision-mission-content h3 {
    font-size: 25px !important;
  }
  .mission-call-content h3 {
    font-size: 25px !important;
  }
  .about-ourteam-content {
    padding-top: 30px;
  }
  .about-ourteam-content h3 {
    font-size: 25px !important;
  }
  .service-hub-content h3 {
    font-size: 25px !important;
  }
  .leader-skill h4 {
    font-size: 25px;
  }
  .leader-team-img h6 {
    font-size: 20px !important;
  }
  .pricing-package-bg {
    margin-bottom: 30px;
  }
  .terms-condition h2 {
    font-size: 20px;
  }
  .terms-condition h1 {
    font-size: 23px;
  }
  .service-form {
    margin-top: 40px;
  }
  .service-hub-content h1 {
    font-size: 25px !important;
  }
  .translation-service-para h3 {
    font-size: 25px !important;
  }
  .pricing-heading h3 {
    font-size: 25px !important;
  }
  .faq-heading h2 {
    font-size: 25px !important;
  }
  .testi-slider-sec h3 {
    font-size: 30px !important;
  }
  .testi-review-section {
    padding: 0 !important;
  }
  .translation-service-list {
    padding-top: 30px;
  }
  .popular-doc h4 {
    font-size: 25px;
  }
  .online-gaming-banner-content h1 {
    font-size: 30px !important;
  }
  .localization-service-banner-list span {
    font-size: 11px;
    padding: 5px;
  }
  .localization-service-banner-list {
    display: block !important;
  }
  .online-translation-service-heading h1 {
    font-size: 30px !important;
  }
  .online-translation-service-heading h3 {
    font-size: 30px !important;
  }
  .service-second-heading h3 {
    font-size: 30px;
  }
  .testi-slider-sec1 h3 {
    font-size: 30px !important;
  }
  .contact-form-heading p {
    padding: 0 !important;
  }
  .file-upload-wrapper::after {
    font-size: 10px !important;
    padding: 10px 20px !important;
  }
  .file-upload-content h3 {
    font-size: 13px;
  }
  .file-upload-content p {
    font-size: 10px;
  }
  .testi-review-section1 {
    height: auto;
  }
  .localization-details-heading h3 {
    font-size: 36px !important;
    padding-bottom: 10px;
  }
  .about-ceo-img img {
    height: 100% !important;
  }
  .header-btn {
    margin-left: 0;
  }
  .banner-content button {
    width: 100%;
    margin-bottom: 20px;
  }
  .about-start-rating-sec {
    bottom: 10% !important;
  }
  .user-img img {
    margin-bottom: 30px;
  }
  .user-img {
    text-align: center;
  }
  .banner-star {
    text-align: center;
  }
  .slide-text1 {
    background: none;
  }
  .flex-direction-banner {
    flex-direction: column-reverse;
  }
  .h-captcha iframe {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .banner-content button {
    width: 100%;
  }
  .img-video img {
    height: 140px;
    object-fit: cover;
  }
  .team-img-sec {
    margin-bottom: 30px;
  }
  .video-icon i {
    font-size: 30px;
    right: 46px !important;
    top: 35% !important;
  }
  .leader-team-img h6 {
    font-size: 18px;
  }
  .leader-team-img p {
    font-size: 16px;
  }
  .pricing-package-bg {
    margin-bottom: 30px;
  }
  .terms-condition h2 {
    font-size: 20px;
  }
  .online-gaming-banner-content h1 {
    font-size: 30px !important;
  }
  .localization-service-banner-list span {
    font-size: 11px;
    padding: 5px;
  }
  .localization-service-banner-list {
    display: block !important;
  }
  .service-local-start-rating {
    display: block !important;
  }
  .service-start-content {
    padding-bottom: 20px;
  }
  .online-translation-service-heading h1 {
    font-size: 30px !important;
  }
  .about-ceo-img img {
    margin-top: 40px;
  }
}
@media (max-width: 361px) {
  .sale-text {
    margin-left: 5px;
    font-size: 4px;
    letter-spacing: 0.5px !important;
    padding: 6px 6px !important;
  }
  .sale-hammer::after {
    /* left: 10px !important; */
    bottom: -18px;
  }
  .localization-service-banner-list span {
    font-size: 10px;
  }
}
@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}
.slide-text2 {
  position: relative;
  display: block;
}
.slide-text2 .text-inner1:before {
  position: absolute;
  content: "";
  left: -60px;
  top: 0px;
  width: calc(100% + 100px);
  height: 100%;
}
.slide-text2 .text-inner1 {
  position: relative;
  display: flex;
  padding: 5px 0px;
  transform: rotate(0deg);
}

.slide-img-logo {
  width: 120px;
}
.slide-text2 .text-inner1 .text-list1 {
  position: relative;
  display: flex;
  align-items: center;
  width: max-content;
  animation: scroll-left1 80s linear infinite;
}
.slide-text2 .text-inner1 .text-list1 li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  font-family: var(--font-family);
  color: var(--white);
  margin-right: 80px;
  font-weight: 700;
}

@keyframes scroll-left1 {
  0% {
    -webkit-transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}

/* faq */
.faq-heading {
  padding-bottom: 30px;
}
.faq-heading h2 {
  font-weight: 600;
  font-size: 40px;
  padding-bottom: 10px;
}
.accordion-item {
  border: none !important;
}
.accordion-button:not(.collapsed) {
  background: var(--primary-color) !important;
  color: var(--white) !important;
  box-shadow: none !important;
}
.accordion-button {
  background: var(--primary-color) !important;
  box-shadow: none !important;
  margin-bottom: 30px;
  color: var(--white) !important;
  font-weight: 600;
}
.accordion-button:not(.collapsed)::after {
  content: "";
  background-image: url(../images/icons/down-chevron.png) !important;
}
.accordion-button::after {
  content: "";
  background-image: url(../images/icons/down-chevron.png) !important;
}
/* ================================================
service section translation page
=================================================== */
/*  */
.translation-service-banner-sec {
  position: relative;
  background: var(--gray-color);
}
.service-form {
  background: var(--white);
  box-shadow: var(--box-shadow);
  padding: 40px 20px;
  border-radius: 10px;
}
.service-input-group {
  padding-top: 20px;
  padding-bottom: 10px;
}
.service-input-group input {
  padding: 10px;
  width: 100%;
  background: var(--gray-color);
  border: none;
  outline: none;
  border-radius: 5px;
}
.service-input-group textarea {
  padding: 10px;
  width: 100%;
  background: var(--gray-color);
  border: none;
  outline: none;
  background: var(--gray-color) !important;
  border-radius: 5px;
  resize: none;
}
.service-input-group label {
  padding-bottom: 10px;
  font-weight: 500;
  color: var(--primary-color);
}
.service-input-group label span {
  color: #ff0000;
  padding-left: 2px;
}
.service-input-group-btn {
  padding-top: 20px;
}
.service-input-group-btn button {
  width: 100%;
  padding: 10px;
  border: none;
  background: var(--primary-color);
  color: var(--white);
  border-radius: 5px;
  font-weight: 600;
}

.service-hub-content {
  text-align: center;
  /* text-transform: capitalize; */
}
.service-hub-content--1 {
  text-align: start;
}
.service-hub-content--1 h1 {
  color: var(--primary-color);
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 20px;
}
.service-hub-content--1 p {
  display: flex;
  gap: 14px;
  padding-top: 10px;
}
.service-hub-content--1 p i {
  padding-top: 5px;
  color: #07ac7b;
}
.service-hub-content h1 {
  color: var(--primary-color);
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 10px;
}
.service-hub-content ul li {
  padding-top: 20px;
  color: var(--primary-color);
}
.service-hub-content ul li i {
  padding-right: 10px;
  color: #07ac7b;
}
.translation-service-images img {
  width: 100%;
  border-radius: 5px;
}
.translation-service-para {
  padding-bottom: 30px;
}
.translation-service-para h3 {
  padding-top: 20px;
  font-size: 40px;
  color: var(--primary-color);
  font-weight: 600;
  padding-bottom: 10px;
}
.translation-service--11 {
  color: var(--primary-color);
  font-weight: 700;
  padding-bottom: 30px;
}
.translation-service-list ul li {
  display: flex;
  padding-top: 15px;
  padding-bottom: 10px;
  gap: 10px;
}
.translation-service-list ul li i {
  padding-top: 4px;
  color: #07ac7b;
}
.translation-service-list h3 {
  color: var(--primary-color);
  font-weight: 700;
}
.service-hub-content h3 {
  font-size: 35px;
  font-weight: 600;
  color: var(--primary-color);
  padding-bottom: 20px;
}
.service-hub-content p {
  padding-bottom: 40px;
}
.translation-service-11 {
  position: relative;
  background: #f0f1ff;
}
.professional-translation-services {
  background: url(../images/shapes/aboutlineshape.png);
  background-color: var(--primary-color);
  padding: 20px 40px;
  margin-bottom: 30px;
  height: calc(100% - 30px);
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 500ms ease;
}
.professional-translation-services:hover {
  background: var(--white);
}
.professional-translation-services:hover h5 {
  color: var(--primary-color);
}
.professional-translation-services:hover p {
  color: var(--para-color);
}
.professional-translation-services h5 {
  padding-top: 10px;
  padding-bottom: 20px;
  color: var(--white);
  font-weight: 700;
}
.professional-translation-services p {
  color: var(--white);
}
/*  */
.translate-inner-service-list {
  position: relative;
  background: var(--primary-color);
  padding: 30px 40px;
  margin-top: 20px;
  border-radius: 5px;
  height: calc(100% - 30px);
  transition: 0.2s;
}
.translate-inner-service-list h4 {
  color: var(--white);
  font-weight: 600;
  text-transform: capitalize;
  padding-bottom: 10px;
  font-size: 25px;
}
.translate-inner-service-list p {
  color: var(--white);
}
.translate-inner-service-list:hover {
  background: var(--white);
  box-shadow: var(--box-shadow);
}
.translate-inner-service-list:hover h4 {
  color: var(--primary-color);
}
.translate-inner-service-list:hover p {
  color: var(--para-color);
}

/* =================================
    OUR TEAM PAGES START
   ===================================== */
.out-team-banner-bg {
  position: relative;
  background: url(../images/banner/bread-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 23;
}
.out-team-banner-bg h1 {
  font-size: 50px;
  color: var(--white);
  font-weight: 700;
}
.out-team-banner-bg span {
  padding: 10px;
  color: var(--white);
  font-weight: 500;
}
/*  */
.about-our-team-img img {
  width: 100%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
}
.about-ourteam-content h3 {
  font-size: 40px;
  color: var(--primary-color);
  font-weight: 600;
  padding-bottom: 10px;
}
.about-ourteam-content p {
  padding-bottom: 20px;
}
.about-ourteam-content button {
  border: none;
  padding: 10px 40px;
  background: var(--primary-color);
  color: var(--white);
  font-weight: 600;
  border-radius: 5px;
}
/*  */
.team-member-sec {
  text-align: center;
  position: relative;
}
.team-member-sec h6 {
  font-weight: 600;
  color: var(--primary-color);
}
.team-member-sec h3 {
  font-size: 40px;
  color: var(--primary-color);
  font-weight: 600;
  padding-bottom: 30px;
}
.team-member-sec img {
  width: 100%;
  border-radius: 10px;
}
/* ===================================
   Joins Us page 
   =================================== */
.join-banner-sec {
  position: relative;
  background: url(../images/banner/bread-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 23;
}
.joinu-us-banner-content h1 {
  font-size: 50px;
  font-weight: 700;
  color: var(--white);
}
.joinu-us-banner-content span {
  padding: 10px;
  color: var(--white);
  font-weight: 500;
}

/*  */
.join-us-about-content {
  text-align: center;
  padding-bottom: 30px;
}
.join-us-about-content h3 {
  color: var(--primary-color);
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 20px;
}
.why-work h4 {
  color: var(--primary-color);
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 30px;
}
.why-work-content {
  background: var(--white);
  padding: 40px 30px;
  border-radius: 5px;
  box-shadow: var(--box-shadow);
  margin-bottom: 30px;
  transition: 0.2s;
  height: 300px;
}
.why-work-content h5 {
  color: var(--primary-color);
  font-weight: 700;
  padding-bottom: 10px;
}
.why-work-content:hover p {
  color: var(--white);
}
.why-work-content:hover {
  background: var(--primary-color);
}
.why-work-content:hover h5 {
  color: var(--white);
}
/*  */
.how-apply-bg {
  background: var(--primary-color);
  text-align: center;
}
.how-apply-bg h3 {
  color: var(--white);
  font-size: 40px;
  padding-bottom: 20px;
}
.how-apply-bg p {
  color: var(--white);
  max-width: 600px;
  margin: 0 auto;
}
/*  */
.join-form-sec h3 {
  font-size: 35px;
  font-weight: 600;
  text-transform: capitalize;
  padding-bottom: 20px;
}
.join-form-group input {
  padding: 10px;
  outline: none;
  border: none;
  background: var(--gray-color);
  border-radius: 5px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.join-form-group textarea {
  padding: 10px;
  padding: 10px;
  outline: none;
  border: none;
  background: var(--gray-color);
  border-radius: 5px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 140px;
  resize: none;
}
.join-form-group label {
  font-weight: 500;
  padding-top: 20px;
}
.join-submit-btn button {
  border: none;
  padding: 10px 40px;
  width: 100%;
  background: var(--primary-color);
  color: var(--white);
  font-weight: 600;
  margin-top: 20px;
  border-radius: 5px;
}

/* ==================================
   Mission and Vision Section Start
   ================================= */
.mission-bg {
  position: relative;
  background: url(../images/banner/bread-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 23;
}
.vision-mission-content h1 {
  color: var(--white);
  font-size: 50px;
  font-weight: 700;
}
.vision-mission-content span {
  padding: 10px;
  color: var(--white);
  font-weight: 600;
}
/*  */
.vision-mission-content-sec {
  position: relative;
  background: var(--gray-color);
}
.vision-mission-content h3 {
  font-size: 40px;
  color: var(--primary-color);
  font-weight: 600;
  padding-bottom: 10px;
}
.vision-mission-img img {
  width: 100%;
  border-radius: 15px;
  padding: 10px;
}
.padd {
  padding-bottom: 80px;
}
/*  */
.mission-call-to-action {
  position: relative;
  background: url(../images/shapes/pattern.png), var(--primary-color);
  padding: 30px 40px;
  background-position: center;
  margin-bottom: 30px;
}
.mission-call-content {
  text-align: center;
}
.mission-call-content h3 {
  font-size: 40px;
  color: var(--white);
}
.mission-call-content button {
  padding: 10px 40px;
  border: none;
  background: var(--white);
  color: var(--primary-color);
  font-weight: 600;
  border-radius: 5px;
  margin-top: 10px;
}

/* ================================
   Support Page
   =================================== */
.support-banner {
  position: relative;
  background: url(../images/banner/bread-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 23;
}
.supported-banner-heading h1 {
  color: var(--white);
  font-size: 50px;
  font-weight: 700;
}
.supported-banner-heading span {
  color: var(--white);
  font-weight: 600;
  padding: 10px;
}

/* ==================================
   CEO banner section start
   ===================================== */
.ceo-banner {
  position: relative;
  background-image: url(../images/banner/Snow.png);
  background-color: #f1f5f8;
  background-repeat: repeat;
  background-size: 300px auto;

  z-index: 23;
}
.ceo-banner-heading h2 {
  color: #282828;
  font-size: 67px;
  font-weight: 700;
  text-align: center;
}
.ceo-banner-heading span {
  padding: 10px;
  color: var(--white);
  font-weight: 600;
}
.ceo-shape-img {
  /* position: absolute; */
  width: 100px !important;
  position: absolute;
  right: 0;
  animation: slide 4s linear infinite;
}
.ceo-shape-img-two {
  width: 300px !important;
  position: absolute;
  left: 0;
}
@keyframes slide {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(25px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*  */
.ceo-about-content h2 {
  font-size: 40px;
  color: var(--primary-color);
  padding-bottom: 10px;
}
.ceo-about-content h6 {
  padding-top: 10px;
  padding-bottom: 20px;
}
.about-ceo-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px;
}
.ceo-about-content-corr {
  background: var(--primary-color);
  padding: 30px 40px;
  border-radius: 10px;
  margin-top: 40px;
}
.ceo-about-content-corr span {
  color: var(--white);
}
.ceo-about-content-corr button {
  padding: 10px 40px;
  border: none;
  background: #07ac7b;
  color: var(--white);
  font-weight: 600;
  border-radius: 5px;
}
.text-position {
  text-align: end;
}
/*  */
.ceo-details-bg {
  background: var(--gray-color);
  padding: 50px 30px;
  border-radius: 20px;
}
.ceo-details-heading h2 {
  font-size: 50px;
  color: var(--primary-color);
  padding-bottom: 20px;
  font-weight: 600;
}
.ceo-details-para button {
  background: transparent;
  border: none;
  color: var(--primary-color);
  font-weight: 600;
}
.ceo-details-para i {
  padding-left: 10px;
}
.ceo-details-list {
  background: var(--white);
  padding: 30px 20px;
  border-radius: 5px;
  margin-top: 40px;
}
.ceo-details-list img {
  width: 40px;
  padding-bottom: 10px;
}
.ceo-details-list h4 {
  padding-top: 10px;
}
.ceo-details-list button {
  background: transparent;
  border: none;
  color: var(--primary-color);
  font-weight: 600;
}
/*award section  */
.award-bg {
  position: relative;
  background-image: url(../images/shapes/noise.png);
  background-color: #111111;
  background-repeat: no-repeat;
  background-size: cover;
}
.award-heading {
  text-align: center;
  padding-bottom: 60px;
}
.award-heading h6 {
  color: var(--white);
}
.award-heading h2 {
  font-size: 40px;
  font-weight: 600;
  text-transform: capitalize;
  padding-top: 10px;
  line-height: 60px;
  color: var(--white);
}
.award-shoecase-sec {
  border: 1px solid #2c2c2c;
  padding: 30px 40px;
  margin-bottom: 30px;
  height: calc(100% - 30px);
}
.award-shoecase-sec p {
  color: var(--white);
}
.award-show-case-img {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.award-show-case-img img {
  width: 100%;
}
.award-shoecase-sec h3 {
  color: var(--white);
  font-weight: 700;
  padding-bottom: 10px;
  padding-top: 20px;
}
/* ================================
   Localization Page start
   ==================================== */
.localization-banner {
  position: relative;
  background: url(../images//banner/bread-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 23;
}
.localization-banner-heading h1 {
  color: var(--white);
  font-size: 50px;
  font-weight: 700;
}
.localization-banner-heading span {
  padding: 10px;
  color: var(--white);
  font-weight: 600;
}
.localization-details-heading h3 {
  font-size: 49px;
  color: var(--primary-color);
  font-weight: 600;
}
.localization-details-content button {
  background: transparent;
  border: none;
  font-weight: 600;
  color: var(--primary-color);
}
.localization-details-content button i {
  padding-left: 10px;
  padding-top: 10px;
}
.localization-details-img {
  padding: 30px 20px 30px 30px;
  background: var(--white);
  /* box-shadow: var(--box-shadow); */
  border: 1px solid var(--gray-color);
  border-radius: 20px;
  margin-top: 70px;
  transition: 0.3s;
  margin-bottom: 50px;
  height: 560px;
}
.localization-details-img:hover {
  background-image: url(../images/shapes/ser_hvr.png);
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.25);
}
.localization-details-img h3 {
  color: var(--primary-color);
  padding-bottom: 20px;
}
.localization-img-detail {
  position: relative;
}
.img0 img {
  width: 100% !important;
}
.img0 {
  -webkit-mask-image: url(../images/service/ser_mask.svg);
  -webkit-mask-size: contain;
  /* -webkit-mask-position: center center; */
  -webkit-mask-repeat: no-repeat;
}
.position img {
  position: absolute;
  right: 15%;
  top: 0%;
  width: 30px !important;
}
.localization-details-img p {
  padding-top: 40px;
}
.localization-details-img button {
  border: none;
  background: transparent;
  font-weight: 600;
  padding-top: 10px;
  color: var(--primary-color);
}

/*  */
.localization-listing-banner-sec {
  background: var(--gray-color);
}
.localization-listing-heading {
  text-align: center;
  padding-bottom: 50px;
}
.localization-listing-heading h1 {
  font-size: 40px;
  font-weight: 700;
  color: var(--primary-color);
  padding-bottom: 20px;
}
.localization-listing-heading p {
  max-width: 650px;
  margin: 0 auto;
}
.localization-listing-banner {
  border-left: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding: 40px 30px;
  height: 200px;
}
.pt-right {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.localization-listing-banner img {
  width: 50px;
  background: var(--gray-color);
  padding: 10px;
  border-radius: 10px;
  background: var(--white);
  border: 1px solid #e4e4e4;
  transition: all 0.3s;
}
.boder-right {
  border-right: 1px solid #e4e4e4;
}
.localization-listing-banner:hover {
  box-shadow: 0 7px 24px 0 rgba(94, 94, 94, 0.27);
}
.boder-local {
  border-top: 1px solid #e4e4e4;
}
.localization-listing-banner h5 {
  font-size: 16px;
  padding-top: 20px;
  color: var(--primary-color);
  font-weight: 700;
}
/*==============================================
     navtab section start
     ================================================*/
.navTap-heading {
  text-align: center;
  position: relative;
  padding-bottom: 40px;
}
.navTap-heading h3 {
  font-size: 40px;
  color: var(--primary-color);
  font-weight: 600;
}
.navTap-heading p {
  padding-left: 25%;
  padding-right: 25%;
}
.nav-link1 {
  background: transparent;
  border: none;
  color: var(--primary-color);
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}
.boder-left {
  border-left: 3px solid #e7e7e7;
}
.nav-item button.active {
  background: var(--primary-color);
  color: var(--white);
  padding: 10px 0;
  border-radius: 10px;
  width: 100%;
}
.nav .nav-item button.active::before {
  content: "";
  display: inline-block;
  background-color: #273478;
  position: absolute;
  left: -4px;
  top: 50%;
  transform: translateY(-50%);
  height: 42px;
  width: 6px;
  border-radius: 3px;
}
.tab-icon {
  display: flex;
  /* justify-content: space-between; */
  border: 1px solid var(--gray-color);
  padding: 10px 20px;
  gap: 20px;
}
.tab-img img {
  width: 30px;
  padding-top: 10px;
}
.tab-content h4 {
  font-size: 30px;
  font-weight: 700;
  color: var(--primary-color);
}
.tab-pane {
  background: var(--white);
  box-shadow: var(--box-shadow);
  padding: 30px 20px;
  border-radius: 10px;
}
.nav-customer-head h4 {
  padding-top: 40px;
  color: var(--primary-color);
  padding-bottom: 20px;
  font-size: 20px;
}
.nav-custmor-img img {
  width: 130px;
  border: 1px solid var(--gray-color);
  padding: 10px 20px;
  margin-bottom: 30px;
  height: 100px;
  object-fit: contain;
}
.nav-type-cont h4 {
  color: var(--primary-color);
  padding-bottom: 30px;
  font-size: 20px;
}
.nav-type-contentpara {
  padding-bottom: 30px;
}
.nav-type-contentpara span {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 500;
}
.nav-type-contentpara span i {
  color: #07ac7b;
  padding-right: 10px;
}

/* success story section start */
.success-story-bg {
  background: var(--gray-color);
  position: relative;
}
.success-story-heading {
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 40px;
}
.success-story-heading h3 {
  font-weight: 600;
  font-size: 40px;
  padding-bottom: 10px;
  text-transform: capitalize;
}
.success-story-heading p {
  font-weight: 700;
  color: #000;
}
.success-story-heading button {
  border: none;
  padding: 10px 40px;
  border-radius: 5px;
  background: var(--primary-color);
  color: var(--white);
  font-weight: 500;
}
.blue {
  color: var(--primary-color);
  font-weight: 700;
}
.success-logo {
  padding: 40px 0 0;
  text-align: center;
}
.success-logo img {
  width: 150px;
  padding-left: 40px;
}
/* Work Flow Section start */
.wok-flow-bg {
  background: var(--gray-color);
}
.work-flow-heading {
  position: relative;
}
.work-flow-heading h2 {
  font-size: 60px;
  padding-bottom: 20px;
}
.work-flow-heading h6 {
  background: var(--white);
  padding: 10px 40px;
  border-radius: 20px;
  max-width: 300px;
  margin-bottom: 20px;
  color: var(--primary-color);
  font-weight: 700;
}
.work-flow-heading p {
  padding-bottom: 20px;
}
.star {
  padding-right: 10px;
}
.arrow {
  padding-left: 10px;
}
.line-animation {
  position: relative;
  width: 50px;
  height: 195px;
  max-width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.line {
  width: 1px;
  height: 100%;
  position: relative;
  background-color: #000;
}
.circle1 {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--white);
  border: 1px solid #111;
  bottom: 60px;
  left: 0;
  z-index: 2;
  animation: slide-bottom 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite
    alternate both;
  animation-delay: -0.5s;
}
.circle2 {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  bottom: 52px;
  left: 0;
  animation: slide-bottom 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite
    alternate both;
}
@keyframes slide-bottom {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(40px);
  }
}
.work-flow-list {
  border-left: 1px solid #e0e0e0;
  padding: 30px 20px;
  margin-top: 30px;
  background: var(--white);
  border-radius: 5px;
  height: calc(100% - 30px);
  transition: 0.3s;
}
.work-flow-list:hover {
  background: url(../images/shapes/aboutlineshape.png);
  background-color: var(--primary-color);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.work-flow-list h4 {
  color: var(--primary-color);
  padding-top: 10px;
  font-weight: 600;
  text-transform: capitalize;
}
.work-flow-list:hover h4 {
  color: var(--white);
}
.work-flow-list span {
  color: #07ac7b;
  font-weight: 600;
}
.work-flow-list p {
  padding-top: 10px;
}
.work-flow-list:hover p {
  color: var(--white);
}
.work-flow-icon i {
  padding-top: 10px;
  color: var(--primary-color);
}
.work-flow-list:hover .work-flow-icon i {
  color: var(--white);
}
.owl-prev i {
  position: absolute;
  left: 10%;
  bottom: 50%;
  background: var(--primary-color);
  padding: 10px;
  border-radius: 50%;
  color: var(--white);
}
.owl-next i {
  position: absolute;
  right: 10%;
  bottom: 50%;
  background: var(--primary-color);
  padding: 10px;
  border-radius: 50%;
  color: var(--white);
}

.form-sec {
  position: relative;
  background: #0d2a5b;
  padding: 70px 50px;
  border-radius: 5px;
}
.form-group input {
  padding: 10px;
  width: 100%;
  border: none;
  outline: none;
  border-radius: 5px;
  margin-bottom: 10px;
}
.form-group label {
  color: #fff;
  font-weight: 600;
  padding-bottom: 10px;
  padding-top: 10px;
}
.form-button button {
  padding: 10px 30px;
  width: 100%;
  border: none;
  margin-top: 30px;
  outline: none;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 600;
}
.form-img-area img {
  width: 100%;
}
.form-img-area h3 {
  font-size: 40px;
  padding-bottom: 20px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--primary-color);
}
.form-img-area p {
  font-weight: 500;
}

.form-list-point {
  padding-top: 30px;
}
.form-list-point ul li {
  padding-top: 10px;
  padding-bottom: 10px;
}
.form-list-point ul li i {
  color: #00b67a;
  padding-right: 10px;
  padding-top: 4px;
}
.red {
  color: red;
}

/* ================================
    proccessflow page
    ==================================== */
.process-flow-banner {
  position: relative;
  background: url(../images/banner/bread-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 23;
}
.process-banner-title h2 {
  color: var(--white);
  font-size: 50px;
  font-weight: 800;
  text-transform: capitalize;
}
.process-head {
  text-align: center;
  padding-bottom: 100px;
  padding-top: 50px;
  color: var(--main-color);
}
.process-head h1 {
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
}
.process-head h4 {
  font-weight: 600;
  color: var(--primary-color);
  padding-top: 30px;
  padding-bottom: 20px;
}
.img-proce {
  text-align: center;
  padding: 20px;
  padding-bottom: 30px;
}
.img-proce img {
  width: 100px;
}
.img-proce:hover {
  color: white;
}

.Process-text {
  text-align: center;
}
.Process-text h1 {
  text-align: center !important;
  font-size: 25px;
  font-weight: 600;
  text-transform: capitalize;
}
.Process-text p {
  text-align: center;
  padding-top: 20px;
  font-size: 17px;
  font-weight: 400;
}
.card1 {
  position: relative;
  display: flex;
  max-width: 500px;
  padding: 42px 32px;
  flex-direction: column;
  border-radius: 30px;
  background: #fff;
  transition: 1s all;
}
.subtitle {
  color: #7e8882;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  /* font-weight: 400; */
  line-height: 22px;
  transition: 0.4s all;
}
.icon-circle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #273478;
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid white;
}
.card1:hover {
  background: #273478;
  transition: 0.4s all;
}
.card1:hover .title,
.card1:hover .subtitle {
  color: #fff;
  transition: 0.4s all;
}
.icon-circle img {
  width: 50px;
}
.main-box {
  padding: 50px;
  margin-bottom: 50px !important;
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.1);
  height: 85% !important;
  border: none !important;
  color: black !important;
}
/* -------------------------------------------------page 2-----------------------------------------*/
.main-heading-2 h3 {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 20px;
  color: #273478;
  text-transform: capitalize;
}
.main-heading-2 h5 {
  color: #273478;
  margin-bottom: 50px;
}
.main-box-1 button {
  border: none;
  background: none;
  font-size: 16px;
  font-weight: 500;
}
.main-box-1 button:hover {
  color: #273478;
}
.arrow-btn {
  font-size: 12px;
  padding-left: 5px;
}
.main-heading-2 {
  padding-top: 20px;
}
.main-box-1 p {
  padding-top: 20px;
}
.cont-heading h3 {
  padding-bottom: 20px;
  /* padding-top: 40px; */
}
.cont-main {
  position: relative;
  /* padding:30px; */
  padding-bottom: 20px;
  border-bottom: 1px solid gray;
  height: calc(100% - 20px);
}
.cont-2 {
  border-bottom: none;
}
.padd {
  padding-bottom: 50px;
}
.cont-main h2 {
  font-size: 23px;
  font-weight: 500;
  color: #273478;
  padding-bottom: 20px;
  padding-top: 40px;
}
.cont-main p {
  padding-bottom: 20px;
}
.cont-main h2 i {
  padding-right: 10px;
}
.back-color {
  background-color: rgb(240, 241, 255);
}
.owl-dots.disabled {
  display: block !important;
}
button.owl-dot {
  background: var(--gray-color) !important;
  margin: 10px;
  width: 40px;
  height: 40px;
  color: var(--primary-color) !important;
  line-height: 10px;
  text-align: center;
  border-radius: 10px;
  font-weight: 700;
}
button.owl-dot.active {
  background: var(--primary-color) !important;
  color: var(--white) !important;
}

/*  */
.tyesti-slider-sec1 {
  position: relative;
}
.testi-slider-sec1 {
  text-align: center;
  padding-bottom: 70px;
}
.testi-slider-sec1 h3 {
  font-size: 40px;
  font-weight: 700;
}
.testi-review-section1 {
  position: relative;
  background: var(--white);
  padding: 40px 30px;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  height: 450px;
  margin-bottom: 30px;
}
.testi-thumimg1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.thum-img1 img {
  /* border-radius: 50%; */
  width: 70px !important;
}
.thum-img1 {
  margin-top: 30px;
}
.thumcontent1 h6 {
  color: var(--black);
  font-size: 12px;
  font-weight: 600;
  padding-top: 10px;
}
.thumcontent1 span {
  color: var(--para-color);
  font-weight: 500;
  font-size: 16px;
}
.thumcontent1 p {
  font-weight: 400;
}
.testi-review-section1 p {
  font-weight: 400;
  padding-top: 30px;
}
.testi-rating {
  display: flex;
  /* background: #f9fbfd; */
  align-items: center;
  justify-content: space-between;
  /* margin-top: 50px; */
  /* padding: 10px 10px; */
  border-radius: 10px;
}
.testi-rating-text h6 {
  font-size: 13px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--para-color);
}
.test-rating-img img {
  width: 100px !important;
}

/*  */
.translation-service-area {
  /* display: flex;
        align-items: start;
        justify-content: space-between;
        gap: 30px; */
  position: relative;
  padding-top: 30px;
  border-bottom: 1px solid var(--gray-color);
  padding-bottom: 20px;
}
.translate-number h6 {
  padding-top: 10px;
  font-weight: 700;
  font-size: 20px;
}
.translate-number-content h4 {
  font-weight: 700;
  padding-bottom: 10px;
}
.translate-service-area-img img {
  width: 100%;
  height: 650px;
  border-radius: 5px;
}
.img-thum {
  position: absolute;
  bottom: 0;
  right: 50px;
  width: 280px;
  height: 320px;
  display: none;
}
.img-thum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.translation-service-area::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  border-bottom: 1px solid #141414;
  transition: all 0.4s;
}
.translation-service-area.current:hover::after {
  width: 100%;
}
.translate-service-area-img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.translate-service-area-img .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scale(1.1, 1.1);
  opacity: 0;
  transition: all 0.7s;
  background-size: cover;
  background-position: center center;
}
.translate-service-area-img .bg-img.current {
  transform: scale(1);
  opacity: 1;
}

/* marqeee */
.marquee-sec-bg {
  position: relative;
  background: var(--primary-color);
}
.marque-heading h2 {
  padding-bottom: 30px;
  text-align: center;
  font-weight: 700;
  color: var(--white);
}
.main-marq {
  position: relative;
  overflow-x: clip;
  margin-bottom: 30px;
}
.slide-har {
  display: flex;
}
.marqu-box {
  display: flex;
  position: relative;
  animation: slide-har 80s linear infinite;
}
.marq-item {
  padding: 10px 40px 10px 40px;
  margin: 0px 30px 0px 0px;
  background-color: #ffffff;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
  font-weight: 500;
}
@keyframes slide-har {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* ========================================
    online gaming section start
    =========================================== */
.online-gaming-banner-content {
  position: relative;
}
.online-gaming-banner-content h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  padding-bottom: 20px;
}
.online-gamil-list {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
  /* margin: 20px auto;
        max-width: 60%; */
}
.online-gamil-list ul {
  background: #fff;
  border: 2px solid #e6edfb;
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  gap: 5px;
  list-style: none;
  margin: 0;
  padding: 15px;
  text-align: left;
}
.online-gamil-list ul li {
  color: #071c4d;
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  font-weight: 400;
  gap: 10px;
  padding: 5px 30px;
}
.online-gamil-list ul li i {
  color: #00b67a;
  padding-top: 5px;
}
@media (max-width: 968px) {
  .online-gamil-list {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
}
.online-gaming-btn button {
  padding: 10px 40px;
  background: var(--primary-color);
  color: var(--white);
  font-weight: 600;
  border-radius: 5px;
  border: none;
  margin-top: 20px;
}

/*  */
.online-translation-service-heading h1 {
  color: var(--primary-color);
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 20px;
}
.online-translation-service-heading h3 {
  color: var(--primary-color);
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 20px;
}
.online-translation-service-heading p {
  padding-bottom: 10px;
}
.online-translation-list li {
  padding-top: 10px;
  padding-bottom: 10px;
}
.online-translation-list li i {
  padding-right: 10px;
  color: #00b67a;
}
.online-service-img img {
  width: 100%;
  padding: 10px;
}
.glob-ani-img {
  animation: move 4s linear infinite;
}
@keyframes move {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0px);
  }
}
.bg-gray {
  background: var(--gray-color);
}
.local-b-radius img {
  border-radius: 10%;
}
/*  */
.order-translation-heading {
  position: relative;
  text-align: center;
}
.order-translation-heading h3 {
  color: var(--primary-color);
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 20px;
}
.order-translation-heading p {
  padding-top: 20px;
  max-width: 800px;
  margin: 0 auto;
}
.order-translation-heading button {
  padding: 10px 40px;
  background: var(--primary-color);
  color: var(--white);
  font-weight: 600;
  border: none;
  border-radius: 5px;
  margin-top: 40px;
}
/*  */
.translate-language-location {
  background: var(--white);
  padding: 35px 40px 60px 40px !important;
  border-radius: 5px;
  margin-top: 30px !important;
}
.select-form-btn button {
  padding: 10px 40px;
  margin-top: 40px;
  margin-left: 20px;
  background: var(--primary-color);
  border: none;
  color: var(--white);
  border-radius: 5px;
  font-weight: 600;
}
.transpernt {
  background: transparent !important;
  border: 1px solid var(--primary-color) !important;
  color: var(--primary-color) !important;
}

/* ===========================================
    localization page start 
    ==============================================*/
.localization-service-banner-list {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  gap: 20px;
}
.localization-service-banner-list span {
  font-weight: 600;
  color: var(--primary-color);
}
.localization-service-banner-list span i {
  color: #00b67a;
  padding-right: 10px;
}
.service-local-start-rating {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  gap: 30px;
  padding-top: 20px;
}
.service-start-content img {
  width: 180px;
}
.service-start img {
  width: 150px;
  padding-top: 10px;
  padding-bottom: 10px;
}
/*  */
.localzation-wrk-flow-heading h3 {
  font-size: 40px;
  font-weight: 700;
  color: var(--primary-color);
  padding-top: 20px;
  padding-bottom: 20px;
}
.localzation-wrk-flow-heading p {
  padding-bottom: 20px;
}
.localzation-wrk-flow-heading button {
  padding: 10px 40px;
  border: none;
  background-color: var(--primary-color);
  color: var(--white);
  border-radius: 5px;
  font-weight: 600;
}
.bg-primary-one {
  background: url(../images/shapes/aboutlineshape.png);
  background-color: var(--primary-color);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.bg-primary-one:hover {
  background: var(--white);
  box-shadow: var(--box-shadow);
}
.bg-primary-one:hover h4 {
  color: var(--primary-color);
}
.bg-primary-one:hover p {
  color: var(--primary-color);
}
.bg-primary-one:hover .text-white1 {
  color: var(--primary-color) !important;
}
.bg-primary-one h4 {
  color: var(--white);
  font-size: 20px;
}
.bg-primary-one p {
  color: var(--white);
}
.text-white1 {
  color: var(--white) !important;
}

/* ==========================================
    assamese indian language page start
    ============================================= */
.online-gaming-banner-content1 h1 {
  color: var(--primary-color);
  font-size: 40px;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 15px;
}
.online-gaming-banner-content1 h5 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 20px;
}
.online-gaming-banner-content1 span {
  color: var(--primary-color);
  font-weight: 700;
}
.online-gaming-banner-content1 h6 {
  padding-top: 20px;
  border-top: 1px solid var(--gray-color);
  border-bottom: 1px solid var(--gray-color);
  padding-bottom: 20px;
}
/*  */
.translation-benefit-hed h3 {
  padding-bottom: 20px;
  color: var(--primary-color);
  font-weight: 600;
}
.translation-benefit-hed p {
  padding-bottom: 10px;
}
.translation-benifit-choose h3 {
  padding-bottom: 20px;
  color: var(--primary-color);
  font-weight: 600;
}
.translation-benifit-choose p {
  padding-bottom: 10px;
}
.translation-benefit-img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 5px;
}
.localization-testing-hed {
  text-align: center;
}
.localization-testing-hed h3 {
  color: var(--primary-color);
  font-weight: 600;
  padding-bottom: 30px;
}
.localization-testing-hed p {
  padding-bottom: 40px;
}
.professional-translation-services-inner {
  background: var(--white);
  padding: 30px 40px;
  position: relative;
  border-radius: 5px;
  height: calc(100% - 30px);
}
.professional-translation-services-inner h5 {
  color: var(--primary-color);
}
.professional-translation-services-inner p {
  color: var(--para-color);
}
.professional-translation-services:hover
  .professional-translation-services-inner {
  background-color: var(--primary-color);
  background-image: url(../images/shapes/aboutlineshape.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.professional-translation-services:hover
  .professional-translation-services-inner
  h5 {
  color: var(--white);
}
.professional-translation-services:hover
  .professional-translation-services-inner
  p {
  color: var(--white);
}
.h4--1 {
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 10px;
}
.h6--1 {
  padding-bottom: 10px;
  font-weight: 700;
}
.h5--1 {
  color: var(--primary-color);
  padding-bottom: 40px;
  font-weight: 600;
}
.h5--2 {
  color: var(--primary-color);
  font-weight: 600;
  text-transform: capitalize;
}
.pad--top {
  padding-top: 30px;
}
.pad--top h4 {
  padding-bottom: 10px;
}
.pad--top h5 {
  padding-bottom: 10px;
}
.h4--1 {
  font-weight: 700;
  padding-bottom: 40px;
  color: var(--primary-color);
}

/*  */
.file-upload-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
.file-upload-wrapper::after {
  content: attr(data-text);
  /* position: absolute; 
        bottom: -40px;
        left: 20%; */
  text-align: center;
  padding: 10px 60px;
  display: block;
  width: 100%;
  pointer-events: none;
  z-index: 20;
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 600;
  border-radius: 3px;
}

.file-upload-wrapper input {
  font-size: 2px;
  /* display: none; */
}

.call-icon {
  padding-right: 5px;
}
.whatsapp {
  padding-right: 10px;
  font-size: 20px;
  color: #fff;
}
.whastappbtn {
  background: #25d366 !important;
}

.footer-fixed {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: var(--primary-color);
  padding: 20px;
  left: 0;
}
.flex-footer {
  position: relative;
  /* align-items: center; */
  justify-content: space-evenly;
  gap: 60px;
}
.flex-footer::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 40%;
  height: 1px;
  width: 70px;
  background-color: #fff;
  transform: rotate(90deg);
}
.whats-btn button {
  background: #25d366;
  padding: 10px 20px;
  color: #fff;
  font-weight: 700;
  border: none;
  border-radius: 5px;
}
.callus button {
  color: var(--primary-color);
  font-weight: 700;
  background: var(--white);
  border: none;
  border-radius: 5px;
  padding: 10px 30px;
}
.callus a button i {
  font-size: 20px;
  padding-right: 10px;
  animation: bellRing 0.9s linear infinite;
}
.whats-btn a button i {
  font-size: 20px;
  padding-right: 10px;
  animation: bellRing 0.9s linear infinite;
}
@media (max-width: 390px) {
  .whats-btn button {
    font-size: 10px;
  }
  .callus button {
    font-size: 10px;
  }
  .callus a button i {
    font-size: 10px;
  }
  .whats-btn a button i {
    font-size: 10px;
  }
  .flase-sale-banner label {
    padding-left: 2px;
  }
  .sale-text {
    padding: 6px 2px !important;
  }
  .new-year-text {
    padding-left: 0;
  }
}
@keyframes bellRing {
  0%,
  100% {
    transform-origin: top;
  }
  15% {
    transform: rotateZ(10deg);
  }
  30% {
    transform: rotateZ(-10deg);
  }
  45% {
    transform: rotateZ(5deg);
  }
  60% {
    transform: rotateZ(-5deg);
  }
  75% {
    transform: rotateZ(2deg);
  }
}

@media (min-width: 900px) and (max-width: 1300px) {
  .about-ceo-img img {
    height: 100%;
  }
}
@media (min-width: 769px) and (max-width: 899px) {
  .about-ceo-img img {
    padding-top: 30px;
    height: 100%;
  }
}
@media (min-width: 1301px) {
  .about-ceo-img img {
    height: 100%;
  }
}
.test-rating-img i {
  color: #f7ca06;
  font-size: 13px;
}
.slide-text2:hover .text-list1 {
  animation-play-state: paused;
}

/* captcha */
.captcha-box {
  font-size: 20px;
  font-weight: bold;
  background: #f4f4f4;
  padding: 10px;
  display: inline-block;
  margin: 10px 0;
  border-radius: 5px;
}
.error {
  color: red;
}
/*  */
.team-heading-project h3 {
  color: var(--primary-color);
  text-align: center;
  font-weight: 600;
  padding-bottom: 20px;
}

.our-team-img {
  position: relative;
}
.testi2 .our-team-img img {
  height: 322px;
  /* object-fit: cover; */
  border-radius: 5px;
}
.testi2 .owl-stage-outer {
  padding: 0 165px 0 165px;
}
.testi2 .owl-prev {
  position: absolute;
  top: 30%;
  left: -57px;
  background: var(--primary-color) !important;
  width: 50px;
  height: 50px;
  color: var(--white) !important;
}
.testi2 .owl-next {
  position: absolute;
  top: 30%;
  right: -57px;
  background: var(--primary-color) !important;
  width: 50px;
  height: 50px;
  color: var(--white) !important;
}
.video-sec video {
  width: 100%;
}
.fixed-position {
  position: relative;
}
.about-start-rating-sec {
  background: #fff;
  box-shadow: 0px 10px 27px 0px rgba(154, 161, 171, 0.18);
  position: fixed;
  padding: 20px 40px 20px 40px;
  border-radius: 5px;
  bottom: 5%;
  left: 0;
  z-index: 99;
  background: #171347;
}
.about-start-rating-sec span {
  color: #192057;
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
}
.about-start-rating-sec span i {
  padding-right: 15px;
  color: #fed136;
}
.auto-type {
  font-size: 16px !important;
  margin-bottom: 20px;
  color: #fff;
}
.text-wrapper {
  padding-top: 10px;
}
.pad-pad {
  padding-right: 10px;
  font-size: 20px;
}
/* .read-more-btn-footer{
    border: none;
    background: #fff;
    padding: 3px 0;
    color: #02298a;
    font-weight: 600;
    width: 100%;
    border-radius: 5px;
    margin-top: 20px;
  } */
.read-more-btn-footer i {
  padding-left: 10px;
}
.start span {
  font-size: 16px;
  color: #fff !important;
}
.text-wrapper span {
  color: #fff !important;
}

/* popup css */
.form .label {
  display: flex;
  flex-direction: column;
  gap: 5px;
  height: -moz-fit-content;
  height: fit-content;
}

.form .label .title {
  padding: 0 10px;
  transition: all 300ms;
  font-size: 12px;
  color: #000000;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  top: 14px;
  position: relative;
  left: 15px;
  background: #ffffff;
}
.form .input-field {
  width: auto;
  height: 40px;
  text-indent: 15px;
  border-radius: 5px;
  outline: none;
  background-color: transparent;
  border: 2px solid #838383;
  transition: all 0.3s;
  caret-color: #d17842;
  color: #000;
  margin-bottom: 4px;
}

.form .input-field:hover {
  border-color: #0076d7;
}

.form .input-field:focus {
  border-color: #0076d7;
}

.form .checkout-btn {
  margin-top: 20px;
  padding: 10px 40px;
  border-radius: 5px;
  font-weight: 700;
  transition: all 0.3s cubic-bezier(0.15, 0.83, 0.66, 1);
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  border: none;
  justify-content: center;
  fill: #fff;
  color: #fff;
  border: 2px solid transparent;
  background: #0076d7;
  transition: all 200ms;
  text-transform: uppercase;
}

.modal-header {
  border-bottom: none !important;
}

.add-card h3 {
  text-transform: capitalize;
  padding-bottom: 0px;
  line-height: 30px;
  font-size: 20px;
}
.modal.show .modal-dialog {
  margin-top: 150px !important;
}
.pop-hed-pad {
  padding-top: 20px;
}
.add-card h3 span {
  color: #0076d7;
}
.popup-list-form li {
  color: #272727;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.popup-list-form {
  padding-top: 9px;
  padding-left: 10px !important;
  /* padding-bottom: 40px; */
}
.popup-list-form li i {
  padding-right: 10px;
  font-size: 10px;
  color: #00b67a;
}
.btn-close {
  background: transparent !important;
  border: none;
  /* text-align: end; */
  font-size: 25px;
  cursor: pointer;
}
.modal-header {
  display: flex !important;
  justify-content: end !important;
}
.tamil {
  background: #fff;
  box-shadow: 0px 10px 27px 0px rgba(154, 161, 171, 0.18);
  padding: 10px;
  border-radius: 5px;
}
.tamil i {
  color: #00b67a;
  padding-right: 10px;
}
.about-sec-img {
  position: relative;
}
.fixed-position {
  position: relative;
}
.about-start-rating-sec {
  background: #fff;
  box-shadow: 0px 10px 27px 0px rgba(154, 161, 171, 0.18);
  position: fixed;
  padding: 20px 40px 20px 40px;
  border-radius: 5px;
  bottom: 5%;
  left: 0;
  z-index: 99;
  background: #171347;
}
.about-start-rating-sec span {
  color: #192057;
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
}
.about-start-rating-sec span i {
  padding-right: 15px;
  color: #fed136;
}
.loc-button {
  background-color: #fff !important;
  color: #333 !important;
  padding: 5px 20px !important;
  /* margin-right: 140px; */
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  width: 160px;
}
.nav-one2 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  border: 2px solid #edeff3 !important;
  border-radius: 10px !important;
}
.p-cl {
  padding: 0px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  font-size: 15px !important;
  font-weight: 500 !important;
}
.popup-img img {
  width: 100%;
  /* padding-left: 40px; */
}
.border-right {
  border-left: 1px solid #dedede;
  /* padding-right: 20px; */
}
.modal-body {
  position: relative !important;
}
.position-pop {
  position: absolute;
  right: 10px;
  top: 10px;
  background: #071c4d;
  background: #071c4d !important;
  opacity: 1 !important;
  color: #fff !important;
  line-height: 20px;
}
.nav-list-hed {
  font-weight: 700;
}
.logo {
  width: 250px !important;
}
@media (max-width: 768px) {
  .popup-img {
    display: none;
  }
}
.dropup .dropdown-toggle::after {
  display: none !important;
}
.font-size-16 {
  font-size: 17px !important;
  text-align: center;
}

/* ====================================================================================
     new service pages
     ======================================================================== */
