h2,
.heading-two {
  margin-bottom: 24px;
}
/* Banner */
.leap-banner {
  padding: 80px 0;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.leap-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(46 50 128 / 90%);  
}
.leap-banner-content {
  position: relative;
  z-index: 2;
}
.leap-banner h1 {
  font-size: 42px;
  line-height: 56px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #fff;
  margin-bottom: 20px;
}
.leap-banner p {
  color: #fff;
  letter-spacing: 0.02em;
  max-width: 655px;
}
.leap-banner p:last-child {
  margin-bottom: 0;
}
.leap-lead-list {
  display: flex;
  align-items: center;
  margin: 80px 0 0 0;
  gap: 12px;
  list-style: none;
}
.leap-lead-list li {
  max-width: 33.33%;
  width: 100%;
}
.leap-lead-list li a {
  border: 1px solid rgb(255 255 255 / 30%);
  border-radius: 6px;
  padding: 12px 16px;
  text-align: center;
  display: block;
}
.leap-lead-banner-contact p {
  background-color: #EE7455;
  padding: 15px 30px;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.leap-lead-contact-box {
  background-color: #fff;
  padding: 9px 30px 30px 30px;
}
.mobile-logo-hide { display: none;}
.leap-lead-contact-box .blue-btn {
  padding: 0;
}
/* Banner End */

/* Leap Client */
.leap-clients-image,
.leap-certification-image {
  border: 1px dashed rgb(216, 216, 216);
  height: 120px;
  margin: 0 10px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Leap Client End */

/* Leap Global */
.leap-global {
  background-color: #ee7455;
}
/* Leap Global End */

/* Achivement */
.achivment-sec {
  background: linear-gradient(90deg, #FAF6FD 0%, #F3E5FA 100%);
}
.achivment-sec-title h2 {
  max-width: 530px;
}
.counter-row {
  display: flex;
  justify-content: flex-end;
  padding-left: 15px;
}
.counter-row .counter-col {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.counter-box {
  padding: 0;
  margin: 0;
  padding: 40px;
  border: 0;
}
.counter-row .counter-col .counter-box {
  width: 50%;
}
.counter-col .counter-box:first-child,
.counter-col .counter-box:nth-child(3) {
  border-right: 1px dashed #d8d8d8;
}
.counter-col .counter-box:nth-child(2),
.counter-col .counter-box:first-child {
  border-bottom: 1px dashed #d8d8d8;
}
.check-list {
  list-style: none;
}
.two-col-list {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  margin: 0;
}
.two-col-list li {
  width: 50%;
  max-width: 270px;
}
.check-list li {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  margin-bottom: 12px;
  position: relative;
  padding-left: 28px;
}
.check-list li::before {
  content: "";
  background: url(../images/circle_check_orange_20.svg) no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 4px;
}
/* Achivement End */

/* Service Technologies */
.lead-services a { margin: 0;}
.service-box-row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  margin: 40px -12px 0;
}
.service-box-col {
  width: 33.33%;
  padding: 0 12px 24px;
}
.service-box {
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.service-box .service-img img {
  width: 100%;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}
.service-box .white-btn {
  width: fit-content;
}
.service-box:hover .service-img img {
  transform: scale(1.15);
  transition: all 0.4s ease-in-out;
}
.service-box:hover .white-btn::before {
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.service-box-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 32.62%,
    rgba(0, 0, 0, 0.9) 100%
  );
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.4s ease-in-out;
}
.service-box:hover .service-box-content {
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.4s ease-in-out;
}
.service-box-content span:hover:before {
  width: 36px;
}
.service-box p {
  margin-bottom: 8px;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.service-box h3 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 4px;
}
.service-box h3 a::after {
  content: url(../images/icon_arrow_next_blue.svg);
  position: absolute;
  right: 0;
  transition: all 0.4s;
}
.service-box h3 a:hover::after {
  right: -5px;
  transition: all 0.4s;
}
/* Service Technologies End */ 

/* Portfolio Section */
.portfolio-box:nth-child(odd) {
  background: #e9eeff;
}
.portfolio-box:nth-child(odd) .portfolio-img {
  left: 60px;
}
.portfolio-box .content-block {
  padding-left: 100px;
}
/* Portfolio Section End */

/* Testimonial Section */
.testimonial-sec.leap-lead-testimonial .slider-block {
  max-width: 100%;
}
.testimonial-client-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.testimonial-sec.leap-lead-testimonial .slider-block::before {
  display: none;
}
.testimonial-sec.leap-lead-testimonial .leap-lead-testimonial-content {
  position: relative;
  padding-left: 94px;
  max-width: 670px;
}
.testimonial-sec.leap-lead-testimonial .leap-lead-testimonial-content::before {
  content: url("../images/quote_clients.svg");
  position: absolute;
  left: 36px;
  top: 4px;
}
.testimonial-sec.leap-lead-testimonial .testimonial-footer {
  margin-top: 40px;
}
.testimonial-sec.leap-lead-testimonial .testimonial-footer .client-details p {
  text-transform: uppercase;
}
/* Testimonial Section End */

/* Industries */
.page-template-leap-lead .industry-tab {
  background: #fff;
}
/* Industries */

/* Contact Us Section */
.contact-title {
  padding-right: 70px;
}
.leap-lead-contact-image {
  display: flex;
  justify-content: flex-end;
}
.leap-lead-contact-image img {
  height: 100%;
}
/* Contact Us Section End */

@media (max-width: 1199px) {
  .mb-40,
  .portfolio-sec h2 {
    margin-bottom: 35px;
  }
  /* Banner */
  .leap-banner {
    padding: 70px 0;
  }
  .leap-banner h1 {
    font-size: 38px;
    line-height: 46px;
  }
  .leap-lead-list {
    margin: 60px 0 0 0;
    gap: 8px;
  }
  .leap-lead-list li a {
    padding: 10px 8px;
  }
  .leap-lead-banner-contact p {
    padding: 12px 14px;
  }
  .leap-lead-contact-box {
    padding: 8px 15px 15px 15px;
  }
  /* Banner End */
  /* Why Choose Vrinsoft */
  .counter-row {
    padding-left: 0;
  }
  /* Why Choose Vrinsoft End */
  /* Portfolio */
  .portfolio-box .content-block {
    padding-left: 80px;
  }
  /* Portfolio End */
  /* Testimonial */
  .testimonial-sec.leap-lead-testimonial .leap-lead-testimonial-content {
    padding-left: 74px;
    max-width: 100%;
  }
  .testimonial-sec.leap-lead-testimonial .leap-lead-testimonial-content::before {
    left: 22px;
  }
  .testimonial-sec.leap-lead-testimonial .testimonial-footer {
    margin-top: 30px;
  }
  /* Testimonial End */
  /* Contact Us Section */
  .contact-title {
    padding-right: 55px;
  }
  /* Contact Us Section End */
}
@media (max-width: 991px) {
  h2,
  .heading-two {
    margin-bottom: 20px;
  }
  .mb-40,
  .portfolio-sec h2 {
    margin-bottom: 30px;
  }
  /* Banner */
  .leap-banner {
    padding: 60px 0;
  }
  .leap-banner h1 {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 16px;
  }
  .leap-lead-list {
    margin: 24px 0 0 0;
  }
  .leap-lead-banner-contact {
    margin-top: 24px;
  }
  .leap-banner p ,
  .leap-lead-banner-contact p {
    max-width: 100%;
    margin: 0;
  }
  .desktop-logo-hide {
    display: none;
  }
  .mobile-logo-hide { display: flex;}
  /* Banner End */

  /* Service Technologies */ 
  .service-box-row {
    margin: 24px -12px 0;
  }
  .service-box .service-box-content {
    padding: 20px;
  }
  /* Service Technologies End */ 
  /* Portfolio */
  .portfolio-box .content-block {
    padding-left: 60px;
  }
  /* Portfolio End */
  /* Testimonial */
  .testimonial-sec.leap-lead-testimonial .leap-lead-testimonial-content::before {
    left: 0;
  }
  .testimonial-sec.leap-lead-testimonial .leap-lead-testimonial-content {
    padding-left: 54px;
  }
  .testimonial-sec.leap-lead-testimonial .testimonial-footer {
    margin-top: 20px;
  }
  .testimonial-sec.leap-lead-testimonial .testimonial-footer .client-details p {
    font-size: 16px;
    line-height: 28px;
  }
  /* Testimonial End */
  /* Contact Us Section */
  .contact-title {
    padding-right: 0;
  }
  /* Contact Us Section End */
}
@media (max-width: 767px) {
  .mb-40,
  .portfolio-sec h2 {
    margin-bottom: 25px;
  }
  h5, .heading-five, h5 > a {
    margin-bottom: 16px;
  }
  /* Banner */
  .leap-banner {
    padding: 50px 0;
  }
  .leap-banner h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .mobile-logo-hide {
    flex-wrap: wrap;
    gap: 0;
  }
  .leap-lead-list li {
    max-width: 50%;
    width: 50%;
    padding: 0 6px 12px;
  }
  /* Banner End */

  /* Achivement */
  .counter-box {
    padding: 20px;
    min-width: auto;
  }
  .counter {
    margin-top: 0;
  }
  /* Achivement End */

  /* Service Technologies */ 
  .service-box-col {
    width: 50%;
  }
  /* Service Technologies End */ 

  /* Portfolio */
  .portfolio-box .content-block {
    padding-left: 0;
  }
  .portfolio-box .img-block {
    order: 2;
  }
  .entry-content .row >* {
    padding: 0;
  }
  /* Portfolio End */
  
  /* Testimonial */
  .testimonial-sec.leap-lead-testimonial .leap-lead-testimonial-content {
    margin-top: 24px;
  }
  /* Testimonial End */
  .leap-lead-contact-image { display: none;}
}
@media (max-width: 575px) {
  h2,
  .heading-two {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  h5, .heading-five, h5 > a {
    margin-bottom: 10px;
  }
  .mb-40,
  .portfolio-sec h2 {
    margin-bottom: 20px;
  }
  /* Banner */
  .leap-banner {
    padding: 40px 0;
  }
  .leap-banner h1 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 16px;
  }
  /* Banner End */
  /* Why Choose Vrinsoft */
  .two-col-list li {
    width: 100%;
    max-width: 100%;
  }
  /* Why Choose Vrinsoft End */

  /* Achivement */
  .counter-box {
    padding: 12px;
  }
  /* Achivement End */

  /* Service Technologies */ 
  .lead-services a {
    margin-top: 20px;
  }
  .service-box .service-box-content {
    padding: 12px;
  }
  .service-box-content {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 5%,
      rgba(0, 0, 0, 0.9) 100%
    );
  }
  /* Service Technologies End */ 

  /* Industries */
  .industry-tab h2 {
    margin-bottom: 20px;
  }
  /* Industries End */
}
@media (max-width: 480px) {
  /* Banner */
  .leap-banner h1 {
    margin-bottom: 12px;
  }
  .leap-lead-list li {
    max-width: 100%;
    width: 100%;
    padding: 0 0 12px;
  }
  .leap-lead-list li:last-child {
    padding: 0;
  }
  /* Banner End */
  /* Leap Client */
  .leap-clients-image,
  .leap-certification-image {
    height: 100px;
    margin: 0 6px;
  }
  .leap-clients-image img,
  .leap-certification-image img {
    transform: scale(0.8);
  }
  /* Leap Client End */

  /* Service Technologies */ 
  .service-box-col {
    width: 100%;
  }
  .service-box-col:last-child {
    padding: 0 12px 0;
  }
  /* Service Technologies End */ 
}
