@font-face {
  font-family: "univers_condensedbold";
  src:
    url("../fonts/univers-condensed-bold-webfont.woff2") format("woff2"),
    url("../fonts/univers-condensed-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
:root {
  --headingFont: "univers_condensedbold";
  --bodyFont: ;
  --primaryColor: ;
  --secondaryColor: ;
  --yellowColor: #ffcc00;
}
/***************CVA NEW PAGE 10-03-2026******************/
.site-main {
  position: relative;
}
a.apply_pdf {
  color: #000;
}
a.contact_us_btn {
  background: #feba12;
  color: #000;
  padding: 9px 20px 7px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  position: fixed;
  z-index: 9;
  left: 50%;
  bottom: -21px;
  transform: translate(-50%, -50%);
}
.cva_sec {
  background-color: #000000;
  color: #fff;
  padding: 80px 0;
}
.cva_sec figure {
  margin-bottom: 100px;
}
.cva_sec h1 {
  color: #fff;
  font-size: 58px;
  margin-bottom: 25px;
  position: relative;
}

.cva_sec h1 span {
  font-family: "univers_condensedbold";
  color: var(--yellowColor);
}
.cva_sec sup {
  top: -18px;
  font-size: 58px;
}
.cva_hd h2 {
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  position: relative;
  margin-bottom: 35px;
}

.cva_hd h2:after,
.cva_hd h2:after,
.card_img h3:after,
.cvs_bg h2:after {
  position: absolute;
  content: "";
  background-color: #ffcd11;
  width: 40px;
  height: 5px;
  line-height: 1;
  bottom: -15px;
  left: 0;
}

/* .cva_sec h1:after {
  position: absolute;
  content: "";
  background-color: #ffcd11;
  width: 4px;
  height: 40px;
  line-height: 1;
  top: 15px;
  left: -12px;
} */

.cva_hd {
  margin-bottom: 60px;
}

.multimedia_slider_two .swiper-slide img {
  width: 100% !important;
  min-width: 100px;
  padding: 0;
  /* margin-right: 15px; */
  height: 95px;
  cursor: pointer;
}

.multimedia_slider .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.swiper.multimedia_slider_two {
  padding: 0;
  transform: inherit;
}

.multimedia_slider_two .swiper-slide {
  width: auto !important;
}

.multimedia_slider_two .swiper-wrapper {
  gap: 40px;
  margin-top: 80px !important;
}

.multimedia_slider .swiper-button-next.swiper-button-disabled,
.multimedia_slider .swiper-button-prev.swiper-button-disabled {
  display: none;
}

.multimedia_slider_two .swiper-slide.swiper-slide-thumb-active {
  border-bottom: 4px solid #ffcd11;
  opacity: 0.6;
}

/* .multimedia_slider_two.swiper-backface-hidden.swiper-thumbs
  .swiper-slide {
  opacity: 1 !important;
} */
.parts {
  margin-top: 30px;
}

.parts h4 {
  margin-bottom: 10px;
}
.video-box {
  position: relative;
  cursor: pointer;
}
.back_caterpilar h2 {
  margin-bottom: 25px;
  font-size: 32px;
}
.play_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cva_yellow_bg {
  padding: 35px 0;
  background: var(--yellowColor);
}
.cva_yellow_bg .d-flex {
  justify-content: space-between;
  align-items: center;
}
.cva_yellow_bg h3 {
  font-size: 26px;
  padding-bottom: 0;
  color: #212529;
}
a.cva_read_more {
  background: #000;
  color: #fff;
  padding: 8px 15px;
  border-radius: 5px;
  font-weight: 600;
}
.job_purpose {
  padding: 80px 0;
}

.job_purpose h2,
.cvs_bg h2 {
  margin-bottom: 30px;
  position: relative;
  font-size: 40px;
}

.job_purpose h2:after {
  position: absolute;
  content: "";
  background-color: #ffcd11;
  width: 40px;
  height: 5px;
  line-height: 1;
  bottom: -15px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.card_img h3 {
  font-size: 25px;
  margin-bottom: 40px;
  position: relative;
}

.job_purpose .dtl_btn,
.cvs_bg .dtl_btn {
  background: var(--yellowColor);
}

.job_purpose .dtl_btn span,
.cvs_bg .dtl_btn span {
  color: #000;
}

.job_purpose .dtl_btn img,
.cvs_bg .dtl_btn img {
  filter: invert(1);
}

.cvs_bg {
  background: url(https://pixeldevworks.in/dev/gainwell-cat/wp-content/themes/astra-child/images/cva-img/cva-bg.jpg)
    no-repeat center / cover;
  position: relative;
  z-index: 1;
  padding: 80px 0;
  color: #fff;
}

.cvs_bg span {
  display: flex;
  justify-content: flex-end;
}

.cvs_bg:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(left, #000 7%, rgba(0, 0, 0, 0) 93%);
  background: -webkit-linear-gradient(left, #000 7%, rgba(0, 0, 0, 0) 93%);
  background: linear-gradient(to right, #000 7%, rgba(0, 0, 0, 0) 93%);
  z-index: -1;
}

.cvs_bg h2,
.cvs_bg p {
  color: #fff;
}

.cvs_bg h2 {
  position: relative;
  margin-bottom: 40px;
}

.select_section h3 {
  font-weight: bold;
  font-size: 40px;
}

.cva_form h4 {
  margin-bottom: 20px;
  font-size: 24px;
}

.form-floating span {
  color: red;
}

.multimedia_video .swiper-backface-hidden .swiper-slide.swiper-slide-next {
  transform: inherit !important;
  margin-top: 0;
}

.multimedia_slider {
  padding-right: 0;
}

.video-box iframe {
  width: 100%;
  height: 641px;
  border: none;
}

.site-tag.red,
.site-tag.black {
  position: absolute;
  left: 0;
  transform: rotate(-89deg);
  top: 0;
  z-index: 9;
}
.site-tag.red img,
.site-tag.black img {
  width: auto !important;
}

.content-product {
  padding: 0 20% 70px;
}

.cat_info_cont .row.flex-row-reverse .cat_info_img .site-tag.red {
  right: 0;
  transform: rotate(0deg);
}

.service_commitment {
  padding-top: 80px;
  padding-bottom: 0;
}

.service_commitment h3 {
  background: var(--yellowColor);
  padding: 15px;
  margin-bottom: 2px;
  color: #212529;
}

.service_commitment table tr td img {
  width: 35px;
  height: 35px;
}

.service_commitment table tr td table tr th,
.service_commitment table tr td table tr td {
  border: 1px solid #000;
  padding: 8px;
  font-size: 12px;
  position: relative;
}

.service_commitment table tr td table tr td strong {
  line-height: 20px;
  display: inline-block;
}

.service_commitment table tr td table tr td img.table_icon {
  /* position: absolute;
  right: 10px;
  bottom: 19px; */
  width: 45px;
  height: 45px;
}

.service_commitment table tr td table tr td .d-flex {
  gap: 20px;
  display: flex;
}

.left {
  text-align: left;
}

.service_commitment table tr br {
  display: block;
}

sup.hash_icon {
  font-size: 34.4px;
  top: -33px;
  font-family: Arial;
}
.cva_hd p {
  color: #fff;
}

.caterpillar_list ul {
  margin-top: 20px;
}

.caterpillar_list ul li {
  padding: 0 0 10px 0;
  color: #000;
}
.multimedia_video .swiper-button-prev {
  background: url(../images/left_arrow.svg) #f1f1f1 no-repeat center center /
    8px !important;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  position: absolute;
  left: inherit;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}
.multimedia_video .swiper-button-next {
  background: url(../images/right_arrow.svg) #f1f1f1 no-repeat center center /
    8px !important;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  position: absolute;
  left: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 400;
  font-style: normal;
  font-family: "univers_condensedbold" !important;
}

.swiper {
  padding: 0px 0px 0 0 !important;
  /* transform: translateY(-89px); */
}
.cva_yellow_bg .d-flex {
  justify-content: center;
  align-items: center;
  display: flex;
}
.cva_form {
  padding: 80px 0;
  position: relative;
  color: #212529;
}
.cva_form p {
  margin-bottom: 16px;
  color: #212529;
}
#submit_btn_cva {
  display: block;
  background: var(--yellowColor);
  border-radius: 30px;
  padding: 11px 115px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  border: transparent;
  z-index: 1;
  font-size: 16px;
}
form#cva_form_new {
  padding-bottom: 30px;
}
.mb-3 {
  margin-bottom: 16px;
}
#cva_form_new .form-control {
  height: 50px;
  font-size: 16px;
}

@media (max-width: 575px) {
  .video-box iframe {
    width: 100%;
    height: 194px;
    border: none;
  }
}
@media (max-width: 767px) {
  .cva_sec h1 {
    font-size: 36px !important;
    padding: 0;
    line-height: 50px;
  }
  .cva_sec sup {
    font-size: 26px !important;
  }
  .our_achievement,
  .cva_sec {
    padding: 35px 0;
  }
  .cva_yellow_bg h3 {
    font-size: 30px !important;
    text-align: center;
  }
  .service_commitment table tr td table tr td .d-flex {
    display: block !important;
  }
  .card_img {
    margin-bottom: 50px !important;
  }
  .job_purpose {
    padding: 50px 0 10px;
  }
  .service_commitment h3 {
    font-size: 20px;
    text-align: center;
  }
  .cva_form {
    padding: 50px 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .card_img {
    margin-bottom: 50px;
  }
  .job_purpose {
    padding: 60px 0 20px;
  }
}
