/* video slider */
#hero-video {
    border-radius: 20px;
    z-index: 1;
    position: relative;
}
#mobile-hero-video {
    display: none;
    border-radius: 15px;
}
@media(max-width: 575px) {
    #hero-video, .home-hero-vid-wrapper {
        display: none;
    }
}
.clients-extras {
    display: flex;
    justify-content: center;
    margin: auto;
    width: 100%;
    z-index: 9;
    font-size: 20px;
    margin-top: 30px;
}
.card-ticker {
    background: #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
}
.review-home {
    background: #fff;
    border-radius: 50px;
}
.review-home a {
    display: flex;
    align-items: center;
}
.review-home a span {
    margin-right: 10px;
}
.video-testimonial-heading {
    text-align: center;
    width: 100%;
    display: block;
    margin: 0 0 30px;
}

.video-testimonial-heading h2 {
    font-size: 34px;
    color: var(--green);
    margin: 0 0 20px;
}

.video-testimonial-heading span {
    font-size: 20px;
    color: #4a5359;
    display: block;
    line-height: normal;
}

.video-container {
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory; 
  scroll-behavior: smooth;
  justify-content: space-between;
  margin: auto;
}

.video {
  flex-shrink: 0;
  scroll-snap-align: start;
  width: 33%;
  border-radius: 10px;
  padding: 0;
  margin: auto 10px;
}

.video video {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  margin: 0;
  box-shadow: 0 2px 10px #999;
}

.video-inner {
  position: relative;
  border-radius: 10px;
}

.dots {
  display: block;
  text-align: center;
  width: 100%;
}
.dots a {
    font-size: 30px;
}
.dots i {
  color: #aaa;
  margin: 0;
}

.dots i:hover {
  color: #219689;
}

.dots-mobile {
  display: none;
}

.dot-active {
  color: #2fdac6 !important;
}

#progress {
  display: block;
  width: calc(100% - 20px);
  margin-top: 20px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  border: none;
  height: 10px;
  margin: auto;
  overflow: hidden;
  background-color: #999;
  opacity: .75;
}

progress {
  border-radius: 20px;
}
progress::-webkit-progress-bar {
  border-radius: 20px;
  background: #fff;
}
progress::-webkit-progress-value {
  border-radius: 20px;
  background: #2fdac6;
}
progress::-moz-progress-bar {
  border-radius: 20px;
}

.overlay {
  position: absolute;
  left:0;
  top: 0;
  width: 100%;
  height: calc(100% - 5px);
  opacity: .6;
  background: linear-gradient(45deg, #20966E, #06390D);
  border-radius: 15px;
  transition: linear .15s;
}

.content {
  position: absolute;
  bottom: 40px;
  left: 15px;
  display: flex;
  align-items: center;
  width: calc(100% - 40px);
  flex-wrap: wrap;
}

.video i {
  font-size: 32px;
  color: #fff;
  border-radius: 50%;
  transition: linear .15s;
  box-shadow: 0 0 0 5px rgba(255,255,255,.5);
  z-index: 99;
  margin-right: 20px;
  width: 32.25px;
}

.video .title {
  color: #fff;
  margin: 0;
}

.video i:hover {
  box-shadow: 0 0 0 5px rgba(255,255,255,.5) !important;
}

.video:hover {
  cursor: pointer;
}

.video:hover i {
  cursor: pointer;
  box-shadow: 0 0 0 7px rgba(255,255,255,.5);
}

/* mobile */
@media(max-width:575px) {
    .hero-text span {
        font-size: 30px;
    }
    .home-left-accent-img,
    .home-right-accent-img {
        display: none;
    }
  .video-testimonial-heading {
    margin: 0 15px 30px 15px;
  }
  .video {
    width: 100%;
  }
  .video-container {
    width: 300px;
    height: 510px;
    display: flex;
    overflow: hidden;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory; 
    scroll-behavior: smooth;
    padding: 20px 0;
  }
  .video {
    width: 100%;
    flex-shrink: 0;
    height: 100%;
    scroll-snap-align: start;
    padding: 0 20px
  }
  .dots-mobile {
    display: flex;
    justify-content: center;
  }
  .dots a {
    padding: 0 3px;
  }
  .dots-mobile i {
    font-size: 24px;
  }
  .dots-desktop {
    display: none;
  }
}

/* end video slider */

.banner-v5 {
  position: relative;
  margin: 0 0 80px;
  background: #f2f1eb;
  padding-bottom: 100px;
  overflow: hidden;
}
.banner-v5 .hero-text strong {
  color: var(--green);
  display: block;
  line-height: 1;
  font-family: reg;
  background: linear-gradient(45deg, #20966E, #06390D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero-text span {
    font-size: 34px;
    font-family: reg;
}
.banner-v5 .state-drop{
    background:#06390D !important;
}
.banner-v5 .hero-text br {
  display: block;
}
.banner-v5 .hero-text h1,
.banner-v5 .hero-text h2 {
  font-size: 70px;
  color: var(--green);
  margin-bottom: 20px;
  font-family: light;
}
.banner-v5 .col-lg-4 {
  position: initial;
}
.banner-v5 .banner-media {
  position: relative;
  height: 100%;
}
.banner-v5 .banner-media figure,
.banner-v5 .banner-media figure img {
  height: 100%;
  margin-bottom: 0;
}
.banner-v5 .banner-media figure img {
  width: auto;
  max-width: 100%;
}
.banner-v5 .banner-media .mobile-img {
  display: none;
}
@media (max-width: 1198px) {
  .banner-v5 .hero-text {
    text-align: center !important;
  }
  .banner-v5 .banner-media figure .entered {
    display: none !important;
  }
  .banner-v5 .banner-media figure .mobile-img {
    display: block !important;
    max-width: 500px;
    border-radius: 15px;
    margin: 0 auto;
  }
}
.home-hero-vid-wrapper {
    position: relative;
}
.home-right-accent-img {
    position: absolute;
    right: -200px;
    top: -150px;
    width: 500px;
    z-index: 0;
}
.home-left-accent-img {
    position: absolute;
    left: -250px;
    bottom: -150px;
    width: 500px;
    z-index: 0;
}
.banner-v5:before {
  display: none;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 0;
}
.banner-v5 .container-fluid {
  padding: 0;
}
.banner-v5 .col-lg-7 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-v5 .hero-text p {
  width: 75%;
  font-size: 18px;
  color: #111;
  margin: auto auto 30px auto;
}
.banner-v5 .hero-text {
  padding: 50px 0 50px 0;
  max-width: 100%;
  margin-left: 0;
  text-align: center;
}
.banner-v5 .state-drop,
.happy-clint .text .state-drop {
  background-image: var(--leafyGradient);
  padding: 0 30px;
  border-radius: 10px;
  height: auto;
  display: inline-block;
  width: auto;
}
.state-drop:hover, .state-select:hover {
	cursor: pointer;
}
.banner-v5 .state-select,
.happy-clint .text .state-select {
  min-height: 55px;
  font-size: 20px;
  width: 200px;
  color: #fff;
  letter-spacing: 1px;
  background-image: url(../images/arrow-down.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 100% center;
  appearance: none;
  padding: 10px 25px 10px 0px;
}
/* easier card style */
.easier {
  margin: 0 0 100px;
  position: relative;
}
.easier h2 {
  font-size: 32px;
  color: var(--green);
  margin: 0 0 60px;
  text-align: center;
}
.easier-card {
  background-color: #fff;
  box-shadow: 0 1px 5px #ddd;
  padding: 30px 40px;
  border-radius: 5px;
  margin: 0 0 30px;
  min-height: 210px;
}
.easier-card .media-box img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  width: auto;
  filter: contrast(1.5) brightness(0.3) hue-rotate(340deg);
}
.easier-card .media-box h5 {
  font-size: 24px;
  color: var(--green);
  display: inline-block;
  vertical-align: middle;
}
.easier-card .media-box {
  margin: 0 0 20px;
}
.easier-card p {
  font-size: 16px;
  color: #4a5359;
  margin: 0;
}

/* happy clint style */
.happy-clint {
  padding: 0 0 100px 0;
}
.social-rating {
  background-color: #fff;
  border-radius: 8px;
}
.social-rating .social-fb {
  border-bottom: 1px solid #f2f3f3;
  padding: 60px 60px;
  text-align: center;
  margin: 0 0 40px;
}
.social-rating img {
  width: auto;
  max-width: 100%;
  margin: 0 0 18px;
}
.social-rating .star-rating span {
  color: #ffc107;
  font-size: 28px;
}
.social-rating .star-rating {
  margin: 0 0 15px;
}
.social-rating h3 {
  font-size: 22px;
  color: #222222;
}
.social-rating .social-google {
  background-color: inherit;
  border-bottom: 1px solid #f2f3f3;
  padding: 0 60px 40px;
  text-align: center;
  margin: 0 0 40px;
display:none;
}
.social-column {
	margin: auto;
}
.social-rating .social-trust {
  padding: 0 60px 50px;
  text-align: center;
}
.happy-clint .text {
  padding: 0 0 0 80px;
}
.clint-heading {
  background: url(../images/v-orange.png) no-repeat top left;
  padding: 100px 0 40px 0;
  position: relative;
  margin: 0 0 55px;
  background-size:65px;
}
.clint-heading strong {
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  line-height: normal;
}
.clint-heading h2 {
  font-size: 80px;
  color: var(--orange);
  text-transform: uppercase;
}
.clint-heading:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 252px;
  height: 6px;
  background-color: #384846;
}
.happy-clint .text p {
  font-size: 34px;
  color: #fff;
  margin: 0 0 50px;
}
.how-it-work {
  background-color: #f5f5f5;
  padding: 100px 0;
}
.how-it-work .heading {
  text-align: center;
  margin: 0 0 110px;
}
.how-it-work .heading h2 {
  font-size: 34px;
  color: var(--green);
  margin: 0 0 20px;
}
.how-it-work .heading span {
  font-size: 20px;
  color: #4a5359;
  display: block;
  line-height: normal;
}
.how-it-work .card-item {
  background-color: #f8fafa;
  position: relative;
  padding: 105px 40px 40px 40px;
  border-radius: 8px;
  min-height: 408px;
  box-shadow: 0 0 30px rgb(37 137 113 / 10%);
}
.how-it-work .card-item .step-span {
  font-size: 60px;
  color: #fff;
  display: block;
  line-height: normal;
  position: absolute;
  top: -20px; 
  left: 40px; 
  background: var(--theme); 
  padding: 15px 15px 10px 15px;
  border-radius: 8px;
  font-weight: 800; 
}
.how-it-work .card-item strong {
  font-size: 28px;
  color: var(--green);
  display: block;
  line-height: normal;
  margin: 0 0 20px;
}
.how-it-work .card-item p {
  font-size: 16px;
  color: #4a5359;
}
/* services style */

/* new versus styles */
.versus-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto auto 20px auto;
}

.versus-left {
  width: 49%;
  border-radius: 20px;
  border: 5px solid #06390D;
  padding: 20px;
  position: relative;

}

.versus-left .logo {
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
  width: 275px;
  background: #fff;
  padding: 0 15px;
}

.versus-right {
  width: 49%;
  border-radius: 20px;
  border: 5px solid #aaa;
  padding: 20px;
  position: relative
}

.versus-right h2 {
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
  background: #fff;
  padding: 0 15px;
  font-size: 32px;
  text-transform: uppercase;
  margin: 0;
  min-width: 295px;
}

.versus-left .content-box,
.versus-right .content-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  margin: 20px 0;
}

.versus-left div img,
.versus-right div img {
  width: 20%;
  margin-right: 20px;
}

.versus-left .versus-content,
.versus-right .versus-content {
  width: 68%;
}

.versus-left h4, .versus-left p {
  color: #06390D;
  width: 100%;
}

.versus-right h4, .versus-right p,
.versus-right h2 {
  color: #aaa;
}

.content-box h4 {
  font-size: 20px;
  margin: 0 0 -5px 0;
  line-height: 1.1;
}

.content-box p {
  font-size: 16px;
  margin: 0;
}

/* tablet */
@media(max-width: 980px) {
  .versus-left {
    margin-bottom: 30px;
  }
  .versus-left, .versus-right {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .versus-left .content-box, .versus-right .content-box {
    width: 48%;
    margin: 0;
  }
  .versus-left div img, .versus-right div img {
    width: 200px;
    margin: auto;
  }
  .versus-left .versus-content, .versus-right .versus-content {
    width: 100%;
    text-align: center;
  }
}

/* mobile */
@media(max-width: 641px) {
  .versus-left {
    margin-bottom: 50px;
  }
  .versus-left, .versus-right {
    width: 100%;
  }
  .versus-left div img, .versus-right div img {
    width: 50%;
    margin: auto;
  }
  .versus-left .content-box, .versus-right .content-box {
    width: 100%;
    margin: 10px auto;
  }
  .versus-left .versus-content, .versus-right .versus-content {
    width: 100%;
    text-align: center;
  }
}

/* end new versus styles */

.compare-services {
  padding: 100px 0;
}
.services-heading {
    text-align: center;
    width: 100%;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
.services-heading .vs-label {
  display: block;
  margin: 0 20px;
}
.services-heading .vs-label img {
  width: 100px;
}
.services-heading h3 {
  font-size: 34px;
  color: var(--green);
}
.services-wrap .row {
  align-items: center;
}
.services-logo img {
  width: auto;
  max-width: 100%;
  max-height:39px;
}
.services-logo {
  text-align: center;
  margin: 0 0 70px;
}
.vr-services {
  display: inline-block;
  min-width: 380px;
  vertical-align: middle;
}
.vr-services .services-box {
  border: 3px solid var(--green);
  text-align: center;
  padding: 0 30px;
  display: inline-block;
  width: 100%;
  box-shadow: 0 30px 30px rgba(37, 137, 113, 0.3);
  position: relative;
  z-index: 1;
}
.services-box img {
  width: auto;
  max-width: 100%;
  margin: 0 0 30px;
}
.services-item {
  position: relative;
}
.services-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -25px;
  width: 41px;
  height: 41px;
  background: url(../images/checkCircle.png) no-repeat;
  margin: 0 0 0 -21px;
}
.vr-services .services-item {
  padding: 60px 0 60px;
  border-bottom: 2px solid var(--green);
}
.vr-services .services-item:last-child {
  border-bottom: 0;
}
.vr-services .services-item span {
  display: block;
  line-height: normal;
  font-size: 18px;
  color: #909090;
  margin: 0 0 10px;
}
.vr-services .services-item strong {
  font-size: 28px;
  color: var(--green);
  display: block;
  line-height: normal;
}
.other-services {
  display: inline-block;
  vertical-align: middle;
  min-width: 380px;
  margin-left: -4px;
}
.other-services .services-box {
  background-color: #fff;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  border: 1px solid #dddddd;
  text-align: center;
  padding: 0 30px;
}
.other-services .services-item:before {
  background: url(../images/cross-circle.png) no-repeat;
}
.other-services h3 {
  font-size: 28px;
  color: var(--green);
  margin: 0 0 45px;
  text-align: center;
}
.other-services .services-item {
  border-bottom: 2px solid #ededed;
  padding: 60px 0 60px;
}
.other-services .services-item:last-child {
  border-bottom: 0;
}
.other-services .services-item span {
  font-size: 18px;
  color: #909090;
  display: block;
  line-height: normal;
  margin: 0 0 10px;
}
.other-services .services-item strong {
  font-size: 25px;
  color: var(--green);
  opacity: 0.8;
  display: block;
  line-height: normal;
}
.compare-services p > span {
  color: red;
}

/*about text style*/
.wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
    position: relative;
}
.about-image {
    position: absolute;
    right: 50px;
    width: 500px;
    top: -105px;
}
.about {
    background: #eee;
    border-radius: 15px;
    padding: 40px 60px 40px 40px;
    position: relative;
    overflow: hidden;
}
#about-notes {
    position: absolute;
    left: -600px;
    top: 0;
    width: 100%;
    background: #eee;
    padding: 30px 50px 30px 30px;
    transition: linear .2s;
}
#about-notes p {
    font-size: 17px;
    line-height: 1.3;
}
.notes-slide {
    left: 0 !important;
}
.about a {
    position: absolute;
    color: #254D27;
    text-decoration: none;
    bottom: 30px;
    z-index: 10;
    left: 40px;
}
.about a i {
    font-size: 12px;
}
.karma {
    background: #254D27;
    color: #fff;
    border-radius: 15px;
    padding: 40px;
    height: 50%;
    margin: 225px 0 0 -30px;
    position: relative;
}
#karma h2 {
    color: #fff;
}
#karma p {
    font-size: 24px;
    line-height: 1.4;
}
.wrapper div {
    width: 50%;
}
.about-karma {
  background-color: var(--theme);
  position: relative;
  min-height: 460px;
  text-align: center;
  padding: 100px 0 70px;
  display: none;
}
.about-karma:before {
  position: absolute;
  left: 0;
  top: -105px;
  content: "";
  width: 467px;
  height: 365px;
  background: url(../images/bg-karma.png) no-repeat;
  filter: hue-rotate(321deg);
}
.about-karma:after {
  position: absolute;
  right: 50px;
  bottom: -20px;
  content: "";
  width: 307px;
  height: 194px;
  background: url(../images/bg-karma2.png) no-repeat;
  filter: hue-rotate(329deg) brightness(1.5);
}
.about-karma h2 {
  font-size: 34px;
  color: #fff;
  margin: 0 0 30px;
}
.about-karma h2 br {
  display: block;
}
.about-karma p {
  font-size: 24px;
  color: #fff;
  margin: 0 0 30px;
}

/* industry forward style */
.industry-forward h2 {
  font-size: 34px;
  line-height:80%;
  color: var(--green);
  margin: 0 0 55px;
  text-align: center;
}
.industry-forward {
  padding: 80px 0;
}
.industry-box {
  text-align: center;
}
.industry-box img {
  width: auto;
  max-width: 100%;
  margin-top: -120px;
}
.industry-box .media {
  display: inline-block;
  margin: 0 0 50px;
}
.industry-forward .industry-box {
  text-align: center;
  background-image: url(https://www.veriheal.com/wp-content/uploads/2023/08/swirls-new.jpg);
  box-shadow: 0px 5px 15px 0 rgb(16 68 62 / 30%);
  background-size: cover;
  text-align: center;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
}
.industry-content {
  width: 100%;
  text-align: center;
  background: #06390D;
  padding: 20px;
  border-radius: 0 0 8px 8px;
  position: relative;
  z-index: 2;
}
.industry-box strong {
  font-size: 80px;
  text-align: center;
  margin: 0;
  font-weight: 700;
  color: #fff;
}
.industry-box p span {
}
.industry-box p {
  padding: 4px 0 2px 0;
  font-size: 28px;
  text-align: center;
  margin: auto;
  color: #fff;
  margin-top: -40px;
  background: #F27C11;
  border-radius: 8px;
  width: 60%;
}
.testimonials-slider .owl-item,
.vr-clints .owl-item {
  float: left;
}
.testimonials-slider .owl-stage-outer,
.vr-clints .owl-stage-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0 0 30px;
  z-index: 1;
  padding-bottom: 20px;
}
.vr-clints {
  padding: 30px 0;
}
.testimonials-slider .owl-dot span {
  height: 15px;
  width: 15px;
  background-color: #cdcdcd;
  border-radius: 100%;
  display: inline-block;
}
.testimonials-slider .owl-dot {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
}
.testimonials-slider .owl-dots {
  text-align: center;
}
.testimonials-slider .owl-dot.active span {
  background-color: var(--green);
}
.testimonials-slider .owl-nav.disabled {
  display: none;
}
.testimonials-item .qute-icon {
  margin-bottom: 15px;
  display: block;
}
.testimonials-item .qute-icon img {
  width: auto;
  max-width: 100%;
  filter: contrast(1.5) brightness(0.35) hue-rotate(330deg);
}
.testimonials-item {
  background-color: #f8fafa;
  border-radius: 8px;
  box-shadow: 0 0 20px rgb(95 95 95 / 15%);
  padding: 30px;
  min-height: 342px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.vr-testimonials {
  background-color: #f5f5f5;
  padding: 110px 0;
}
.testimonials-item p {
  font-size: 16px;
  color: #180e20;
  margin: 0 0 20px;
  align-self: flex-start;
}
.vr-testimonials .author-name strong {
  font-size: 24px;
  color: var(--green);
  display: block;
  line-height: normal;
  margin: 0 0 5px;
}
.vr-testimonials .author-name strong small {
  font-size: 16px;
}
.vr-testimonials .author-name span {
  font-size: 16px;
  color: var(--green);
  display: block;
  line-height: normal;
}
.vr-testimonials .author-info {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: auto;
}
.vr-testimonials .author-info .rates {
  margin-left: auto;
}
.vr-testimonials .author-info .rates i {
  font-size: 18px;
  color: #ffc107;
}
.vr-testimonials h2 {
  font-size: 34px;
  color: var(--green);
  text-align: center;
  margin: 0 0 30px;
}

/*video box style*/
.vidio-text {
  position: relative;
  padding: 100px 0 0;
}
.vidio-text:before {
    display: none;
  content: "";
  position: absolute;
  left: 45px;
  bottom: -20px;
  width: 307px;
  height: 194px;
  background: url(../images/bg-karma2.png) no-repeat;
  filter: hue-rotate(329deg) brightness(1.5);
}
#video-fit-holder {
    border-radius: 15px;
}
.vidio-text:after {
    display: none;
  content: "";
  position: absolute;
  right: 0;
  bottom: -50px;
  width: 257px;
  height: 320px;
  background: url(../images/video-shap.png) no-repeat;
filter: hue-rotate(311deg);
}
.vidio-text h2 {
  font-size: 34px;
  color: var(--green);
  text-align: center;
  margin: 0 0 30px;
}
.vidio-text h2 br {
  display: block;
}
.video-box {
  text-align: center;
}
.video-box .video-holder {
  width: 1000px;
  position: relative;
  display: block;
  margin: 0 auto 0;
  padding: 0;
}
.video-box iframe {
  width: 100%;
}

/*trust services style*/
.trust-services {
  padding: 60px 0 40px;
  margin: 80px 0 100px;
  background-color: #f5f5f5;
}
.trust-services img {
  max-width: 100%;
  margin: 0 0 25px;
  max-height: 180px;
  object-fit: cover;
  object-position: center;
}
.trust-heading {
  margin: 0 0 45px;
}
.trust-heading h2 {
  font-size: 34px;
  color: var(--green);
  margin: 0 0 15px;
}
.trust-heading br {
  display: block;
}
.trust-heading p {
  font-size: 24px;
  color: #4a5359;
  line-height: 30px;
}
.trust-services .text {
  padding: 0 25px 30px 20px;
  min-height: 250px;
  text-align: center;
}
.trust-services strong {
  font-size: 17px;
  color: var(--green);
  display: block;
  line-height: normal;
  margin: 0 0 8px;
  font-family:bold;
}
.trust-services .text p {
  font-size: 18px;
  color: #4a5359;
  margin: 0;
}
.services-info {
  margin: 0 0 30px;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}

/*project info style*/
.vr-project {
  padding: 0 0 100px;
}
.vr-project img {
  max-width: 100%;
  width: auto;
}
.pr-info-box {
  background-color: #fff;
  box-shadow: 0 0 20px rgb(24 14 32 / 10%);
  display: inline-block;
  border-radius: 8px;
  padding: 70px;
  vertical-align: middle;
}
.pr-media {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 150px;
}
.vr-project .heading {
  margin: 0 0 45px;
}
.vr-project h2 {
  font-size: 34px;
  color: var(--green);
  margin: 0 0 15px;
}
.vr-project .heading p {
  font-size: 24px;
  color: #4a5359;
  line-height: 30px;
}

/*clints logo style*/
.clients-extras {
    display: flex;
    justify-content: center;
    margin: auto;
    width: 100%;
    z-index: 9;
    font-size: 20px;
    margin-top: 30px;
}
.card-ticker {
    background: #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
}
.review-home {
    background: #fff;
    border-radius: 50px;
}
.review-home a {
    display: flex;
    align-items: center;
}
.review-home a span {
    margin-right: 10px;
}
#clients {
    background: #f5f5f5;
}
.clients-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.clints-heading {
  position: absolute;
    top: -45px;
    background: #fff;
    padding: 7px 25px 5px 25px;
    border-radius: 50px;
    border: 1px solid #ddd;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
}
.clints-heading strong {
  font-size: 16px;
  line-height: 1;
  color: var(--green);
  display: block;
  line-height: normal;
}
.clints-heading {
  display: inline-block;
  vertical-align: middle;
  margin: 0 65px 0 0;
}
.clints-heading strong {
  font-size: 16px;
  color: var(--green);
  display: block;
  line-height: normal;
}
.clints-slider {
  display: inline-block;
  vertical-align: middle;
  width: 870px;
  border: 2px solid #f6f6f6;
  padding: 50px 0 20px 60px;
  position: relative;
}
.clints-slider .owl-prev,
.clints-slider .owl-next {
  text-indent: -99999px;
  position: relative;
  cursor: pointer;
}
.clints-slider .owl-nav {
  position: absolute;
  top: 50%;
  margin: -17px 0 0;
  width: 100%;
  left: 0;
}
.clints-slider .owl-prev:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  width: 35px;
  height: 35px;
  background: url(../images/next-arrow.png) no-repeat;
}
.clints-slider .owl-next:after {
  content: "";
  position: absolute;
  right: -20px;
  top: -17px;
  width: 35px;
  height: 35px;
  background: url(../images/prev-arrow.png) no-repeat;
}
.clints-media img {
  width: auto;
  max-width: 100%;
  width: 100px;
  transition: linear .15s;
}
.partner-project-slider .owl-item {
  float: left;
  cursor: all-scroll;
}
.partner-project-slider {
  margin: 0 -8px;
  padding-right: 10px;
  overflow: hidden;
}
.partner-project-slider .owl-stage-outer {
  position: relative;
  width: 100%;
  z-index: 1;
  float: left;
  padding: 8px;
}
.partner-project-slider .pr-info-box {
  box-shadow: 0 0 8px rgb(24 14 32 / 10%);
  padding: 15px;
  border: 2px solid var(--green);
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  min-height: 135px;
  text-align: center;
}
.partner-project-slider .pr-info-box:hover {
  background-color: var(--theme);
    border-color: var(--theme);
}
.partner-project-slider .pr-info-box:hover span {
    color: #fff !important;
}

.partner-project-slider .pr-info-box:hover h4 {
    color: var(--lime) !important;
}
.partner-project-slider .pr-info-box span {
  font-size: 20px;
  color: rgba(142, 173, 169, 0.3);
  display: block;
  line-height: normal;
  margin-bottom: 10px;
  letter-spacing: 1px;
  text-align: left;
}
.partner-project-slider .pr-info-box h4 {
  font-size: 18px;
  color: var(--green);
  display: block;
  line-height: normal;
  margin: 0;
}
.partner-project-slider .owl-nav {
  display: none;
}
.clints-heading h2 br {
  display: initial;
}
.clints-heading h2 {
}
body .vr-project {
  padding: 0 0 30px;
}
.partner-project-slider .owl-dots {
  display: none;
}

/*responsive style*/

/* @media (min-width: 1800px) and (max-width: 1920px) {
    .banner-v5 .banner-media {
        text-align: right;
    }
    .banner-v5 .banner-media img {
        max-width: 90%;
    }
    .banner-v5 .hero-text {
        padding: 90px 55px 55px 35px;
    }
    .banner-v5:before {
        height: 700px;
    }
    .banner-v5 {
        min-height: 700px;
    }
} */

@media (min-width: 1024px) and (max-width: 1800px) {
  .banner-v5 .hero-text h1,
  .banner-v5 .hero-text h2 {
    font-size: 60px;
  }
  .easier:after {
    right: -230px;
    background-size: 80%;
  }
  .about-karma:before {
    left: -40px;
    background-size: 80%;
  }
  .about-karma:after {
    right: -20px;
    bottom: -55px;
    background-size: 80%;
  }
  .vidio-text:after {
    right: -50px;
    background-size: 80%;
  }
  .vidio-text:before {
    left: 20px;
    bottom: -90px;
    background-size: 60%;
  }
  /* .banner-v5 .hero-text {
        padding-right: 150px;
        padding-top: 120px;
    } */
  .banner-v5 .banner-media {
    text-align: right;
  }
  /* .banner-v5 .banner-media img {
        width: auto;
        max-width: 80%;
    } */
  .happy-clint {
    min-height: 670px;
    padding: 0 0 60px 0;
  }
  .social-rating img {
    max-width: 60%;
    margin: 0 0 15px;
  }
  .social-rating .social-google {
    padding: 0 60px 30px;
    margin: 0 0 30px;
  }
  .social-rating .social-fb {
    padding: 30px 60px;
    margin-bottom: 30px;
  }
  .social-rating .social-trust {
    padding: 0 60px 40px;
  }
  .happy-clint .text p {
    font-size: 28px;
    margin: 0 0 40px;
  }
  .clint-heading h2 {
    font-size: 60px;
  }
  .clint-heading strong {
    font-size: 30px;
  }
  .clint-heading {
    padding: 90px 0 30px 0;
    margin: 0 0 35px;
  }
  .social-rating .star-rating span {
    font-size: 20px;
  }
  .how-it-work {
    padding: 60px 0 70px;
  }
  .how-it-work .heading {
    margin: 0 0 70px;
  }
  .how-it-work .heading h2 {
    margin: 0 0 15px;
  }
  .vr-services .services-item {
    padding: 30px 0;
  }
  .vr-services .services-item strong {
    font-size: 18px;
  }
  .services-box img {
    margin: 0 0 15px;
  }
  .services-item:before {
    top: -17px;
    width: 30px;
    height: 30px;
    background-size: 100%;
  }
  .other-services .services-item:before {
    background-size: 100%;
  }
  .other-services .services-item {
    padding: 30px 0;
  }
  .other-services .services-item strong {
    font-size: 18px;
  }
  .services-logo {
    margin: 0 0 40px;
  }
  .other-services h3 {
    font-size: 24px;
    margin: 0 0 35px;
  }
  .vr-services .services-item span {
    font-size: 16px;
  }
  .vidio-text {
    padding: 100px 0 0;
  }
}

@media (max-width: 992px) {
  .banner-v5 .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .banner-v5 .hero-text {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .banner-v5 .hero-text {
    padding: 20px 0 40px 0;
    text-align: center;
  }
  .banner-v5 {
    padding: 60px 0 12px;
  }
  .banner-v5 .banner-media {
    position: relative;
  }
  .banner-v5:before {
    background-size: cover;
    height: 100%;
  }
  .banner-v5 .hero-text h1,
  .banner-v5 .hero-text h2 {
    font-size: 40px;
    line-height: 80%;
  }
  .banner-v5 .hero-text br {
    display: none;
  }
  .easier:after {
    bottom: -480px;
    right: -258px;
    background-size: 30%;
  }
  .happy-clint {
    padding: 60px 0 60px;
    background-size: cover;
  }
  .happy-clint .text {
    padding: 30px 0 0 0;
    text-align: center;
  }
  .clint-heading strong {
    font-size: 22px;
  }
  .clint-heading h2 {
    font-size: 40px;
  }
  .clint-heading:before {
    width: 100%;
  }
  .clint-heading {
    background-position: 50% 0;
    margin: 0 0 40px;
  }
  .happy-clint .text p {
    font-size: 24px;
    margin: 0 0 30px;
  }
  .how-it-work .heading {
    margin: 0 0 40px;
  }
  .how-it-work .card-item.active-box {
    margin: 40px 0;
  }
  .services-heading {
    margin: 0 0 75px;
  }
  .vr-services {
    min-width: auto;
    width: 100%;
    margin: 0 0 80px;
  }
  .how-it-work .card-item,
  .how-it-work .card-item.active-box {
    min-height: auto;
  }
  .how-it-work .card-item .step-span {
    font-size: 40px;
  }
  .other-services {
    min-width: auto;
    margin-left: 0;
    width: 100%;
  }
  .about-karma:before {
    top: -45px;
    background-size: 30%;
  }
  .about-karma h2 {
    font-size: 28px;
    margin: 0 0 25px;
  }
  .about-karma h2 br,
  .about-karma p br,
  .vidio-text h2 br {
    display: none;
  }
  .about-karma p {
    font-size: 18px;
    margin: 0 0 20px;
  }
  .about-karma:after {
    right: -110px;
    bottom: -130px;
    background-size: 40%;
  }
  .industry-forward .industry-box {
    margin: 40px auto 0 auto;
  }
  .industry-forward {
    padding: 70px 0 40px;
  }
  .industry-box strong {
	font-size: 38px	
  }
  .industry-box p {
	font-size: 22px;
	margin-top: -60px;
	border-radius: 8px 8px 0 0;
    width: 80%;
    padding-top: 5px;
	margin-bottom: 20px;
  }
  .vr-testimonials {
    padding: 70px 0 50px;
  }
  .vidio-text:after {
    right: -155px;
    bottom: 20px;
    background-size: 40%;
    height: 150px;
  }
  .vidio-text:before {
    left: 10px;
    bottom: 30px;
    height: 94px;
    background-size: 40%;
  }
  .trust-heading {
    text-align: center;
    margin: 0 0 50px;
  }
  .trust-heading h2,
  .industry-forward h2,
  .vr-testimonials h2,
  .how-it-work .heading h2 {
    font-size: 32px;
  }
  .vr-project h2 {
    font-size: 32px;
    text-align: center;
  }
  .pr-info-box {
    width: 100%;
    margin: 0;
  }
  .pr-media {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .clints-heading {
    margin: 0 0 30px;
    text-align: center;
    width: 90%;
  }
  .clints-heading strong {
    font-size: 20px;
    padding: 0 15px 0 15px;
  }
  .clints-heading h2 strong br,
  .industry-box p br {
    display: none;
  }
  .clints-slider {
    width: 100%;
    margin: 0 0 40px;
    padding: 50px 15px 20px 15px;
  }
  .services-info {
    text-align: center;
  }
  .clints-slider .owl-prev:before,
  .clints-slider .owl-next:after {
    display: none;
  }
  body .vr-project {
    padding: 0 0 15px;
  }
  .vidio-text h2 {
    font-size: 28px;
  }
  .vidio-text {
    padding: 50px 15px 0;
    min-height: 320px;
  }
  .compare-services {
    padding: 70px 0 100px;
  }
  .how-it-work {
    padding: 70px 0;
  }
  .easier h2 {
    margin: 0 0 40px;
  }
  .banner-v5 .hero-text p,
  .easier-card p,
  .how-it-work .card-item p,
  .testimonials-item p {
    font-size: 18px;
  }
  .easier-card {
    text-align: center;
    padding: 30px 15px;
  }
  .vr-services .services-item strong,
  .other-services .services-item strong {
    font-size: 20px;
  }
  .vr-services .services-item,
  .other-services .services-item {
    padding: 45px 0 45px;
  }
  .testimonials-item {
    padding: 30px 25px;
    text-align: center;
  }
  .vr-testimonials .author-info {
    flex-direction: column;
    justify-content: center;
  }
  .vr-testimonials .author-name {
    text-align: center;
    margin: 0 0 15px;
  }
  .vr-testimonials .author-info .rates {
    margin-left: 0;
  }
  .video-box {
    margin: -30px 0 0;
    padding: 0 15px;
  }
  .video-box .video-holder {
    width: 100%;
  }
  .social-rating img {
    max-width: 70%;
  }
  .social-rating .star-rating span {
    font-size: 20px;
  }
  .social-rating .social-google {
    padding: 0 60px 40px;
    margin: 0 0 30px;
  }
  .social-rating .social-fb {
    padding: 40px 60px;
    margin: 0 0 30px;
  }
  .social-rating .social-trust {
    padding: 0 60px 40px;
  }
  .how-it-work .card-item {
    background-color: #f8fafa;
    padding: 80px 20px 20px;
  }
  .testimonials-slider .owl-dots {
    display: none;
  }
  .trust-heading p br {
    display: none;
  }
  .banner-v5 .hero-text strong {
    font-size: 36px;
  }
  .compare-services p {
    padding: 10px 0 0px;
    font-size: 18px;
  }
  .trust-heading p,
  .vr-project .heading p {
    font-size: 18px;
    line-height: 22px;
  }
  .trust-services .text {
    min-height: auto;
  }
  .industry-box img {
    width: auto;
  }
  .banner-v5 .banner-media img {
    display: none;
  }
  .banner-v5 .banner-media img.mobile-img {
    display: block;
    border-radius: 8px;
    width: 95%;
  }
  .how-it-work .heading span {
    font-size: 18px;
  }
  .vr-testimonials .author-name strong {
    margin-bottom: 10px;
  }
  .vr-clints {
    padding-bottom: 30px;
  }
  .vh-support {
    padding: 20px 0px 60px;
  }
  .partner-project-slider .pr-info-box {
    padding: 15px 10px 10px;
    text-align: left;
  }
}
.banner-v5 .banner-media {
  height: 100%;
  top: 0;
  right: 0;
}
.banner-v5 .hero-text {
  max-width: 100%;
  margin-left: 0;
}
.banner-v5:before {
  background: rgba(255, 255, 255, 0.9666);
}
.happy-clint {
  background-size: cover !important;
}
@media (max-width: 575.98px) {
  .banner-v5 .hero-text p {
    width: 100%;
  }
  .banner-v5 .banner-media {
    position: relative;
    padding: 0 12px;
  }
  .banner-v5 .hero-text {
    padding: 20px 20px 40px 0;
  }
}
@media (min-width: 1199px) {
  .banner-v5 .banner-media {
    right: 0;
    top: 0;
    height: 100%;
    position: absolute;
    max-width: initial;
  }
}

.about-text {
  padding: 70px 0 80px;
  background-color: #fff;
}
.about-text h2, #about-notes h3 {
  font-size: 34px;
  color: var(--green);
  margin: 0 0 20px;
}
.about-text p {
  margin: 0 0 30px;
  font-size: 18px;
}
@media (max-width: 991px) {
  .banner-v5 {
    padding: 75px 0;
  }
}
.clints-slider .owl-stage {
  display: flex;
  align-items: center;
}
.clints-slider {
  padding: 0px 0 0px 60px;
}
.vr-clints .owl-stage-outer {
  margin-bottom: 0px !important;
}

@media (max-width: 575.98px) {
  .clints-slider {
    width: 100%;
    margin: 0 0 40px;
    padding: 20px 15px 20px 15px;
  }
  .clints-media {
    width: 50%;
    text-align: center;
  }
  .clints-media img {
    width: 90px;
  }
  .clients-extras {
      font-size: 16px;
      flex-wrap: wrap;
  }
  .rating-holder {
      width: 100%;
      justify-content:center;
  }
  .about-text .wrapper div, #about-notes {
    width: 100%;
    padding: 20px;
  }
  .about-image {
    display: none;
  }
  .about-text p {
      font-size: 16px;
      line-height: 1.3;
      margin-bottom: 30px;
  }
  #about-notes p {
      font-size: 15px;
      line-height: 1.2;
      margin-bottom: 30px;
  }
  .karma {
    margin: 20px 0 0 0;
  }
  .home .about-text {
    padding: 0;
  }
  .about a{
      bottom: 10px;
      left: 20px;
  } 
}
@media (max-width: 575.98px) {
  .vidio-text {
    padding: 50px 15px 0;
    min-height: 180px;
  }
  .vidio-text h2 {
    position: relative;
    z-index: 10;
  }
  .services-heading {
      display: block;
  }
}
.industry-box .media {
  position: relative;
  padding-top: 68%;
  display: flex;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 5px 15px 0 rgb(16 68 62 / 30%);
}
.industry-box .media img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .industry-forward .row > div ~ div {
    margin-top: 40px;
  }
}

.easy {
    padding: 100px 0 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.easy .typewriter-container {
    display: flex;
    align-items: center;

}
.easy .typewriter-text {
    width: 216px;
    text-align: right;
    font-family: "bold";
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    color: transparent;
    margin-left: 10px;
    position: relative;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
.easy .typewriter-text:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
}
.easy .static-text {
    font-family: "bold";
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    color: #343a40;
    margin-left: 10px;
}
.banner-v5 {
    margin-bottom: 0px !important;
}
.easy .typewriter-container h2 {
    font-size: 40px;
    display: flex;
}
@media(max-width: 575px) {
    .easier {
        margin: 0;
    }
    .easy .typewriter-text {
        width: auto;
    }
    .easy .typewriter-container h2 {
        font-size: 32px;
    }
}
.why-get-a-card {
    margin-top: 100px;
}