.sp {
  padding: 100px 0px;
}

.sp4 {
  padding: 100px 0px 70px;
}

.sp5 {
  padding: 100px 0px 0;
}

.sp2 {
  padding: 120px 0px;
}

.sp3 {
  padding: 80px 0px;
}

@media (max-width: 768px) {
  .sp {
    padding: 50px 0px;
  }
  .sp2 {
    padding: 60px 0px;
  }
  .sp3 {
    padding: 40px 0px;
  }
  .sp4 {
    padding: 50px 0px 30px;
  }
  .sp5 {
    padding: 50px 0px 0;
  }
}
@media (max-width: 768px) {
  .sp {
    padding: 50px 0px;
  }
  .sp2 {
    padding: 60px 0px;
  }
  .sp3 {
    padding: 40px 0px;
  }
  .sp5 {
    padding: 50px 0px 0;
  }
}
.space4 {
  height: 4px;
}

.space6 {
  height: 6px;
}

.space28 {
  height: 28px;
}

.space8 {
  height: 8px;
}

.space12 {
  height: 12px;
}

.space14 {
  height: 14px;
}

.space16 {
  height: 16px;
}

.space18 {
  height: 18px;
}

.space24 {
  height: 24px;
}

.space26 {
  height: 26px;
}

.space32 {
  height: 32px;
}

.space10 {
  height: 10px;
}

.space5 {
  height: 5px;
}

.space5 {
  height: 5px;
}

@media (max-width: 767px) {
  .space10 {
    height: 5px;
  }
  .sp5 {
    padding-bottom: 50px;
  }
}
.space20 {
  height: 20px;
}

@media (max-width: 767px) {
  .space20 {
    height: 10px;
  }
}
.space30 {
  height: 30px;
}

@media (max-width: 767px) {
  .space30 {
    height: 15px;
  }
}
.space40 {
  height: 40px;
}

@media (max-width: 767px) {
  .space40 {
    height: 20px;
  }
}
.space50 {
  height: 50px;
}

.space45 {
  height: 45px;
}

@media (max-width: 768px) {
  .space50 {
    height: 25px;
  }
  .space60 {
    height: 30px !important;
  }
}
.space60 {
  height: 60px;
}

.space55 {
  height: 55px;
}

.space70 {
  height: 70px;
}

.space80 {
  height: 80px;
}

.space90 {
  height: 90px;
}

.space100 {
  height: 100px;
}

.space120 {
  height: 120px;
}

/*
::::::::::::::::::::::::::
 HERO AREA CSS
::::::::::::::::::::::::::
*/

.hero1 {
  min-height: 900px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.hero1 .hero1-images {
  height: 900px;
  position: relative;
  text-align: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1 .hero1-images {
    height: 800px;
  }
}
@media (max-width: 767px) {
  .hero1 .hero1-images {
    height: 600px;
  }
}
.hero1 .hero1-images .main-images {
  height: 650px;
  position: relative;
  top: 125px;
  padding-right: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1 .hero1-images .main-images {
    top: 60px;
  }
}
@media (max-width: 767px) {
  .hero1 .hero1-images .main-images {
    top: 30px;
  }
}
.hero1 .hero1-images .main-images .image-shape1 {
  position: absolute;
  top: 110px;
  right: -63px;
}
@media (max-width: 767px) {
  .hero1 .hero1-images .main-images .image-shape1 {
    position: absolute;
    top: 110px;
    right: 30px;
    width: 90px;
  }
}
.hero1 .hero1-images .main-images .image-shape2 {
  position: absolute;
  bottom: 0;
  left: 50px;
}
@media (max-width: 767px) {
  .hero1 .hero1-images .main-images .image-shape2 {
    position: absolute;
    bottom: 200px;
    left: 50px;
    width: 90px;
  }
}
.hero1 .hero1-images .sec-element1 {
  position: absolute;
  top: 0;
  left: 40px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1 .hero1-images .sec-element1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero1 .hero1-images .sec-element1 {
    display: none;
  }
}
.hero1 .hero1-images .sec-element2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.main-heading1 {
  padding-right: 40px;
  padding-top: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-heading1 {
    padding-top: 180px;
  }
}
@media (max-width: 767px) {
  .main-heading1 {
    padding-top: 180px;
  }
}
.main-heading1 span.sub-title {
  display: inline-block;
  color: #fff;
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-18); /* 100% */
  margin-bottom: 15px;
transition: all 0.4s;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
    padding: 8px;
}
.main-heading1 span.sub-title img {
  transform: translateY(-2px);
  margin-right: 2px;
}
.main-heading1 h1 {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-64);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 74px; /* 115.625% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-heading1 h1 {
    font-size: var(--f-fs-font-40);
    line-height: var(--f-fs-font-48);
  }
}
@media (max-width: 767px) {
  .main-heading1 h1 {
    font-size: var(--f-fs-font-40);
    line-height: var(--f-fs-font-48);
  }
}
.main-heading1 p {
  color: var(--vtc-text-white80per);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-28); /* 155.556% */
  text-transform: capitalize;
}
.main-heading1 .hero1-counters {
  margin-top: 30px;
}
.main-heading1 .hero1-counters .shape-bg1 {
  height: 75px;
  width: 88px;
  position: absolute;
  top: -24px;
  left: -24px;
}
.main-heading1 .hero1-counters .shape-bg1 .stop-color2 {
  stop-color: rgba(255, 255, 255, 0.1450980392);
}
.main-heading1 .hero1-counters .shape-bg1 .stop-color1 {
  stop-color: rgba(255, 255, 255, 0.2549019608);
}
.main-heading1 .hero1-counters .single-counter {
  position: relative;
  margin-top: 30px;
  margin-left: 20px;
}
.main-heading1 .hero1-counters .single-counter h3 {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-60);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-60);
}
.main-heading1 .hero1-counters .single-counter p {
  color: var(--vtc-text-white80per);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-28); /* 155.556% */
  padding-top: 6px;
}
.main-heading1 .form-area {
  margin-top: 30px;
  position: relative;
}
.main-heading1 .form-area .single-input {
  margin-right: 120px;
}
.main-heading1 .form-area input {
  padding: 16px;
  width: 100%;
  border-radius: 111px;
  background-color: var(--vtc-bg-common-2);
  border: 1px solid var(--vtc-bg-white10per);
  color: var(--vtc-text-white);
}
.main-heading1 .form-area input::-moz-placeholder {
  color: var(--vtc-text-white80per);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
  text-transform: capitalize;
}
.main-heading1 .form-area input::placeholder {
  color: var(--vtc-text-white80per);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
  text-transform: capitalize;
}
.main-heading1 .form-area input:focus {
  outline-color: var(--vtc-bg-main1);
  outline-width: 1px;
  outline-style: solid;
}
.main-heading1 .form-area input:focus::-moz-placeholder {
  opacity: 0;
}
.main-heading1 .form-area input:focus::placeholder {
  opacity: 0;
}
.main-heading1 .form-area .button {
  position: absolute;
  top: 0;
  right: 10px;
}
.heading1 h2 {
  color: #040507;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
}

.heading1 p {
  color: #3e4c5e;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  text-transform: capitalize;
}
.about1-boxs-all {
  margin-top: -170px !important;
}
.about1-box {
  padding: 24px;
  border-radius: 9px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  transition: all 0.4s;
}
.about1-box:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.about1-box.box1 .bottom-heading {
  padding-top: 100px;
  text-align: end;
}
.about1-box.box2 .bottom-heading {
  padding-top: 200px;
  text-align: end;
}
.about1-box.box3 .bottom-heading {
  padding-top: 300px;
  text-align: end;
}
.white-heading h3 {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-52);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-52);
}
.white-heading h5 {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-32);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-38);
}
.white-heading p {
  color: var(--vtc-text-white80per);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-28);
  text-transform: capitalize;
}
.about1-box.box1::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/seo/about1-box-bg1.jpg);
  z-index: -1;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.2);
  transition: all 0.4s;
}
.about1-box.box2::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/seo/about1-box-bg2.jpg);
  z-index: -1;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.2);
  transition: all 0.4s;
}
.about1-box.box3::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/seo/about1-box-bg3.jpg);
  z-index: -1;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.2);
  transition: all 0.4s;
}
.mt-16,
.my-16 {
  margin-top: 16px !important;
}
.mt-30,
.my-30 {
  margin-top: 30px !important;
}

.sec-bg1 {
  background-color: #f5f5f5;
}
.sp {
  padding: 100px 0px;
}
.service1-box {
  padding: 20px 20px 20px 16px;
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  align-items: start;
  transition: all 0.4s;
}
.service1-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
}
.service1-box .heading1 {
  padding-left: 16px;
}
.service1-box .num {
  height: 34px;
  width: 34px;
  text-align: center;
  line-height: 34px;
  border-radius: 50%;
  background-color: #eee;
  transition: all 0.4s;
}
.service1-box:hover .num {
  background-color: var(--theme-color1);
  transition: all 0.4s;
}
.service1-box .num p {
  color: #080a0d;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0;
    line-height: 34px;
}
.heading1 h5 a:hover {
  transition: all 0.4s;
  color: var(--theme-color1);
}
.choose1-images {
  position: relative;
}
.choose1-box:hover .num {
  background-color: var(--theme-color1);
  transition: all 0.4s;
}
.choose1-images .image {
  height: 340px;
  border-radius: 8px;
  width: 100%;
}
.work1 {
  padding-bottom: 150px;
}
.work1-single-slider {
  margin-top: 60px;
  position: relative;
}
.work1-single-slider .images-all {
  position: absolute;
  height: 336px;
  width: 336px;
  left: 0;
  margin-top: 16px;
}
.work1-single-slider .images-all .shape {
  position: absolute;
  top: 0;
  left: 0;
}
.work1-single-slider .content-area {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
  padding: 50px 94px 50px 200px;
  margin-left: 160px;
  margin-right: 20px;
}
.work1-single-slider .content-area .num {
  display: inline-block;
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
  background-color: var(--vtc-bg-main1);
}
.work1-single-slider .content-area .num p {
  color: var(--vtc-text-title1);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
}
.work1-single-slider .content-area .work1-list {
  padding-top: 10px;
}
.work1-single-slider .content-area .work1-list ul li {
  display: flex;
  align-items: center;
  padding-top: 3px;
  color: #202429;
}
.work1-single-slider .content-area .work1-list ul li span.check {
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  background-color: var(--vtc-text-title1);
  font-size: 12px;
  margin-right: 6px;
  color: var(--vtc-text-white);
}
.work1-slider-btns .work1-next-arrow {
  position: absolute;
  right: -120px;
  top: 50%;
  margin-top: 0px;
}
.work1-slider-btns button {
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 26px;
  color: var(--vtc-text-title1);
  border-radius: 50%;
  background-color: var(--vtc-text-white);
  border: none;
  transition: all 0.4s;
}
.work1-slider-btns .work1-prev-arrow {
  position: absolute;
  left: -120px;
  top: 50%;
}

/*
--------------------------------------
Lead Generation
--------------------------------------
*/

.hero4 {
  min-height: 900px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.main-heading4 {
  padding-right: 40px;
  padding-top: 180px;
}
.main-heading4 h5 {
	color: var(--vtc-text-white);
	font-family: var(--f-ff-font-1);
	font-size: var(--f-fs-font-18);
	font-style: normal;
	font-weight: 600;
	line-height: 18px;
	display: inline-block;
	transition: all 0.4s;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.1);
	padding: 8px;
	margin-bottom: 10px;
}
.main-heading4 h1 {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-56);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-64);
}
.main-heading4 p {
  color: var(--vtc-text-white80per);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-28);
  text-transform: capitalize;
}
.hero4-images {
  margin-top: 80px;
}
.hero4-images .image1 {
  margin-top: 82px;
}
.hero4-images .image3 {
  margin-top: 60px;
}
.hero4-images .image4 {
  transform: scale(1.1) translateX(-5px);
}
.hero4-images .image5 {
  margin-top: 75px;
}

.about4-images {
  height: 550px;
  position: relative;
}
.about4-images .image1 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.about4-images .image2 {
  position: absolute;
  top: 0;
  right: 0;
}
.heading4 .sub-title {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-18);
  display: inline-block;
  margin-bottom: 16px;
}
.heading4 p {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-26);
  text-transform: capitalize;
  transition: all 0.4s;
}
.about4-service-list ul li {
  display: flex;
  align-items: center;
  padding-top: 20px;
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16);
}
.about4-service-list ul li .check {
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  background-color: #e8107d;
  color: var(--vtc-text-white);
  font-size: 12px;
  margin-right: 6px;
}

.sec-bg3 {
  background-color: var(--vtc-bg-common-5);
}
.service4-box {
  padding: 32px;
  border-radius: 8px;
  background-color: var(--vtc-bg-white);
  transition: all 0.4s;
}
.service4-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
  background-color: #e8107d;
}
.service4-box .icon {
  background-color: #e8107d;
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
}
.service4-box .icon img{filter: brightness(0) invert(1);height: 40px;}
.service4-box:hover .icon img {
  transition: all 0.4s;
  transform: rotateY(180deg);
  
}
.service4-box:hover .heading4 h5 {
  color: var(--vtc-bg-white);
  transition: all 0.4s;
}
.service4-box:hover .heading4 p {
  color: var(--vtc-text-white80per);
  transition: all 0.4s;
}
.image-anime {
  overflow: hidden;
  transform: translate(0%, 0%) !important;
}
.image-anime:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.image-anime:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.choose4-images {
  position: relative;
}
.choose4-images .shape {
  position: absolute;
  top: -40px;
  right: -50px;
  height: 160px;
}
.choose4-box {
  border-radius: 8px;
  border: 1px solid var(--vtc-border-5);
  padding: 24px 20px;
  transition: all 0.4s;
}
.choose4-box h4 {
  font-weight: 500;
  font-size: 22px;
}
.choose4-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
  background-color: #e8107d;
}
.choose4-box:hover h4 a {
  color: var(--vtc-bg-white);
  transition: all 0.4;
}
.choose4-box:hover p {
  transition: all 0.4s;
  color: var(--vtc-text-white80per);
}

/*
::::::::::::::::::::::::::
 CASE STUDY AREA CSS
::::::::::::::::::::::::::
*/
.testimonial2-slider-area {
  position: relative;
  z-index: 1;
}
.testimonial2-slider-area .rev_slider .slick-slider {
  margin-left: -20%;
  margin-right: -20%;
}
.testimonial2-slider-area .rev_slider .theme-btn8:hover {
  background-color: var(--vtc-text-title1);
}
.testimonial2-slider-area .rev_slider .slick-list {
  padding-top: 10% !important;
  padding-bottom: 6% !important;
  padding-left: 15% !important;
  padding-right: 15% !important;
}
.testimonial2-slider-area .rev_slider .slick-track {
  max-width: 100% !important;
  transform: translate3d(0, 0, 0) !important;
  perspective: 100px;
}
.testimonial2-slider-area .rev_slider .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100% !important;
  transform: translate3d(0, 0, 0);
  transition:
    transform 1s,
    opacity 1s;
}
.testimonial2-slider-area .rev_slider .slick-snext,
.testimonial2-slider-area .rev_slider .slick-sprev {
  display: block;
}
.testimonial2-slider-area .rev_slider .slick-current {
  opacity: 1;
  position: relative;
  display: block;
  transform: translate3d(0, 0, 10px);
  z-index: 2;
}
.testimonial2-slider-area .rev_slider .slick-snext {
  opacity: 1;
  transform: translate3d(20%, 0, 0px);
  z-index: 1;
}
.testimonial2-slider-area .rev_slider .slick-sprev {
  opacity: 1;
  transform: translate3d(-20%, 0, 0px);
}
.testimonial2-slider-area .rev_slider .rev_slide {
  margin-left: 30px;
}
.testimonial2-slider-area .rev_slider .rev_slide.slick-center .text {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.testimonial2-slider-area .rev_slider .rev_slide .test {
  display: block;
  width: 100%;
  height: 520px;
  width: 460px;
}
.testimonial2-slider-area .rev_slider .rev_slide .test img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}
.testimonial2-slider-area .rev_slider .rev_slide .text {
  text-align: center;
  margin-top: -30px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  margin-left: 21px;
  margin-right: 85px;
}
.testimonial2-slider-area .rev_slider .rev_slide .text p {
  color: var(--headings-color);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
}
.testimonial2-slider-area .rev_slider .rev_slide .text p span {
  color: rgba(9, 11, 14, 0.4);
  transition: all 0.4s;
  display: inline-block;
}
.testimonial2-slider-area .rev_slider .slick-arrow {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 66px;
  border-radius: 50%;
  transition: all 0.4s;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.055);
  color: #1da1f3;
  outline: none;
  font-size: var(--f-fs-font-28);
  background-color: var(--vtc-text-white);
  border: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial2-slider-area .rev_slider .slick-arrow {
    display: none;
  }
}
@media (max-width: 767px) {
  .testimonial2-slider-area .rev_slider .slick-arrow {
    display: none;
  }
}
.testimonial2-slider-area .rev_slider .slick-arrow:hover {
  background: #1da1f3;
  transition: all 0.4s;
  color: var(--vtc-text-white);
}
.testimonial2-slider-area .rev_slider .slick-arrow.prev-next {
  position: absolute;
  left: -90px;
  top: 50%;
  margin-top: -62px;
}
.testimonial2-slider-area .rev_slider .slick-arrow.next-prev {
  position: absolute;
  right: -90px;
  top: 50%;
  margin-top: -62px;
}

/* --------------------------------------------------
Social Media & Influencer Marketing - Page CSS Start
-------------------------------------------------- */
.body1 {
  background-color: var(--vtc-bg-white);
  overflow-x: hidden;
}
.hero24-section {
  position: relative;
  z-index: 1;
  padding: 225px 0 550px;
}
@media (max-width: 767px) {
  .hero24-section {
    padding: 180px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero24-section {
    padding: 180px 0 0;
  }
}
.hero24-section img.hero24-shape1 {
  position: absolute;
  z-index: 2;
  left: 50%;
  margin-left: -190px;
  top: 220px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero24-section img.hero24-shape1 {
    position: relative;
    top: 30px;
  }
}
@media (max-width: 767px) {
  .hero24-section img.hero24-shape1 {
    position: relative;
    top: 30px;
  }
}
.hero24-section .hero23-bottom-slider .marketing {
  font-family: var(--f-ff-font-1);
  font-size: 230px;
  font-style: normal;
  font-weight: 700;
  line-height: 230px; /* 100% */
  letter-spacing: -18.4px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 12%, #fff 92.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero24-section .hero23-bottom-slider .brand-single-box {
  display: inline-block;
  padding: 0px 20px;
}
@media (max-width: 767px) {
  .hero24-section .hero23-bottom-slider .theme-title h2 {
    font-size: 36px !important;
    line-height: 46px !important;
  }
  .hero24-section .hero23-bottom-slider .theme-title p {
    font-size: 16px;
  }
  .hero24-section .hero23-bottom-slider .page-title h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .hero24-section .hero23-bottom-slider .header-top,
  .hero24-section .hero23-bottom-slider .right-nav {
    display: none !important;
  }
  .hero24-section .hero23-bottom-slider .admin-bar .sticky-header.fixed-header {
    top: 0;
  }
  .hero24-section
    .hero23-bottom-slider
    .themeht-tab.elementor-widget-tabs
    .elementor-tabs-wrapper {
    display: none;
  }
  .hero24-section
    .hero23-bottom-slider
    .themeht-tab.elementor-widget-tabs
    .elementor-tab-title.elementor-tab-mobile-title {
    width: 100%;
  }
  .hero24-section .hero23-bottom-slider .counter span {
    font-size: 40px;
  }
  .hero24-section .hero23-bottom-slider blockquote {
    padding: 140px 20px 20px 20px !important;
  }
  .hero24-section .hero23-bottom-slider blockquote:after {
    width: 100%;
    height: 100px;
  }
  .hero24-section .hero23-bottom-slider #header-wrap .navbar-brand.logo,
  .hero24-section .hero23-bottom-slider .sticky-header .navbar-brand.logo {
    margin-top: 0;
    box-shadow: none;
    padding: 15px 0;
  }
  .hero24-section .hero23-bottom-slider .comment-navigation .nav-links,
  .hero24-section .hero23-bottom-slider .posts-navigation .nav-links,
  .hero24-section .hero23-bottom-slider .post-navigation .nav-links {
    display: block;
  }
  .hero24-section .hero23-bottom-slider .comment-navigation .nav-previous,
  .hero24-section .hero23-bottom-slider .posts-navigation .nav-previous,
  .hero24-section .hero23-bottom-slider .post-navigation .nav-previous {
    padding-right: 0;
  }
  .hero24-section .hero23-bottom-slider .comment-navigation .nav-next,
  .hero24-section .hero23-bottom-slider .posts-navigation .nav-next,
  .hero24-section .hero23-bottom-slider .post-navigation .nav-next {
    padding-left: 0;
    margin-top: 30px;
  }
  .hero24-section .hero23-bottom-slider .elementor-widget-contact-btn h2 {
    font-size: 50px;
    line-height: 110px;
  }
  .hero24-section
    .hero23-bottom-slider
    .elementor-widget-contact-btn
    .round-text {
    width: 130px;
    height: 130px;
  }
  .hero24-section .hero23-bottom-slider .testimonial.style-1 {
    display: block;
    margin: 0;
  }
  .hero24-section .hero23-bottom-slider .testimonial.style-1 .testimonial-img {
    width: 100%;
  }
  .hero24-section
    .hero23-bottom-slider
    .testimonial.style-1
    .testimonial-content {
    padding-left: 0;
    border-left: none;
    margin-left: 0;
    margin-top: 30px;
  }
  .hero24-section .hero23-bottom-slider .testimonial-content p {
    font-size: 20px;
    line-height: 32px;
  }
  .hero24-section .hero23-bottom-slider .service-list {
    padding-left: 0;
  }
  .hero24-section .hero23-bottom-slider .service-item.style-1 {
    position: relative;
  }
  .hero24-section
    .hero23-bottom-slider
    .service-list
    .service-item.style-1
    .service-image {
    left: auto;
    right: 0;
    z-index: 9;
    width: 170px;
    top: 0;
  }
  .hero24-section
    .hero23-bottom-slider
    .service-list
    .service-item.style-1.active
    .service-image {
    top: 0;
  }
  .hero24-section .hero23-bottom-slider .service-item.style-1 .rounded-button {
    position: relative;
    right: inherit;
    top: inherit;
    margin-top: 30px;
  }
  .hero24-section .hero23-bottom-slider .marquee-text {
    font-size: 60px;
    line-height: 67px;
    animation: marquee 10s linear infinite;
  }
  .hero24-section .hero23-bottom-slider .round-text {
    width: 130px;
    height: 130px;
  }
  .hero24-section .hero23-bottom-slider .text-btn-icon {
    font-size: 40px;
  }
  .hero24-section .hero23-bottom-slider .price-table {
    display: block;
  }
  .hero24-section .hero23-bottom-slider .price-value h2 {
    font-size: 60px;
  }
  .hero24-section .hero23-bottom-slider .price-list {
    margin-top: 30px;
  }
  .hero24-section .hero23-bottom-slider .portfolio-list {
    padding-left: 0;
  }
  .hero24-section .hero23-bottom-slider .portfolio-item.style-2 {
    position: relative;
  }
  .hero24-section
    .hero23-bottom-slider
    .portfolio-list
    .portfolio-item.style-2
    .portfolio-image {
    left: auto;
    right: 0;
    z-index: 9;
    width: 170px;
    top: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .hero24-section
    .hero23-bottom-slider
    .portfolio-list
    .portfolio-item.style-2.active
    .portfolio-image {
    top: 0;
  }
  .hero24-section
    .hero23-bottom-slider
    .portfolio-item.style-2.active
    .portfolio-image:after {
    height: 100px;
    width: 100px;
    right: 40px;
    bottom: -40px;
  }
  .hero24-section
    .hero23-bottom-slider
    .portfolio-list.portfolio-six
    .portfolio-desc
    h4 {
    font-size: 30px;
  }
  .hero24-section .hero23-bottom-slider .award-items {
    display: block;
  }
  .hero24-section .hero23-bottom-slider .award-title {
    width: 100%;
  }
  .hero24-section .hero23-bottom-slider .slider-img:after {
    height: 300px;
    width: 300px;
    bottom: -150px;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-100%);
  }
}
@keyframes marquee-2 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translatex(0);
  }
}
.hero24-section .hero23-bottom-slider .marquee-wrap {
  width: 100%;
  position: relative;
  margin-top: 0px;
  padding-bottom: 12px;
  padding-top: 8px;
  transform: rotate(0deg);
}
.hero24-section .hero23-bottom-slider .marquee-wrap,
.hero24-section .hero23-bottom-slider .marquee-title {
  overflow: hidden;
  display: block;
  height: auto;
  position: absolute;
  bottom: 100px;
}
.hero24-section .hero23-bottom-slider .marquee-text {
  animation: marquee 50s linear infinite;
  margin-top: -5px;
  position: relative;
  font-size: 100px;
  width: 100%;
  white-space: nowrap;
  line-height: 67px;
  font-weight: 600;
  font-family: var(--theme-typography-secondory-font-family);
  color: var(--theme-white-color);
}
.hero24-section .hero23-bottom-slider .marquee-text i {
  font-size: 40px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin: 0 30px;
  color: var(--theme-text-dark-color);
}
.hero24-section .hero23-bottom-slider .marquee-title .marquee-text {
  -webkit-text-stroke: 1px var(--theme-white-color);
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 600;
}
.hero24-section .hero23-bottom-slider .brand-single-box {
  margin-bottom: 40px;
  position: relative;
  bottom: 13px;
}
.hero24-section .hero24-cloud {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.hero24-section .hero24-main-heading h5 {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 18px;
  letter-spacing: -0.18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  padding: 8px 12px;
  display: inline-block;
}
.hero24-section .hero24-main-heading h5 img {
  filter: brightness(0) invert(1);
  margin: -4px 4px 0 0;
}
@media (max-width: 767px) {
  .hero24-section .hero24-main-heading h5 {
    font-size: var(--f-fs-font-14);
    line-height: 14px;
  }
}
.hero24-section .hero24-main-heading h2 {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-60);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 72px; /* 120% */
}
@media (max-width: 767px) {
  .hero24-section .hero24-main-heading h2 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .hero24-section .hero24-heading-form {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero24-section .hero24-heading-form {
    padding-top: 20px;
  }
}
.hero24-section .hero24-heading-form p {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 24px;
}
.hero24-section .hero24-form-area form {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.hero24-section .hero24-form-area form input {
  border-radius: 68px;
  background: var(--vtc-text-white);
  outline: none;
  border: none;
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 100% */
  padding: 29px 24px;
  width: 100%;
}
.hero24-section .hero24-form-area form input::-moz-placeholder {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 100% */
}
.hero24-section .hero24-form-area form input::placeholder {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 100% */
}
.hero24-section .hero24-form-area form button {
  border: none;
  outline: none;
  position: absolute;
  right: 12px;
  top: 12px;
}
@media (max-width: 767px) {
  .hero24-section .hero24-form-area form button {
    position: relative;
    top: 0;
    right: inherit;
    left: 0;
    margin-top: 16px;
  }
}

.about24-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.about24-images-area .img1 img {
  border-radius: 8px;
}
.about24-images-area .img2 {
  position: relative;
  margin-top: -300px;
}
@media (max-width: 767px) {
  .about24-images-area .img2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.about24-images-area .img2 img {
  border-radius: 16px;
  background: var(--vtc-bg-white);
  padding: 10px;
}
@media (max-width: 767px) {
  .about24-images-area .img2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about24-header {
    margin-top: 30px;
  }
}
.about24-header .others24-counter-boxes {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about24-header .others24-counter-boxes .counter24-box {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
.about24-header .others24-counter-boxes .counter24-box img {
  position: absolute;
  top: -15px;
  left: -15px;
  z-index: -1;
}
.about24-header .others24-counter-boxes .counter24-box h2 {
  color: #e8107d;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-60);
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
}
.about24-header .others24-counter-boxes .counter24-box p {
  color: var(--vtc-text-title11);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.heading29 h5 {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  line-height: var(--f-fs-font-16);
  font-weight: var(--f-fw-medium);
  color: var(--theme-color1);
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
.heading29 h5 img {
  margin: -4px 4px 0 0;
}
.heading29 h2 {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-44);
  line-height: 52px;
  font-weight: var(--f-fw-semibold);
  color: var(--vtc-text-title11);
}
@media (max-width: 767px) {
  .heading29 h2 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}
.heading29 p {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  line-height: 28px;
  font-weight: var(--f-fw-normal);
  color: var(--vtc-text-pera10);
}

.slider24-bottom-slider .marketing {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-60);
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  color: var(--vtc-text-white);
  text-transform: uppercase;
  margin-bottom: 0;
}
.slider24-bottom-slider .brand-single-box {
  display: inline-block;
  padding: 0px 20px;
}
@media (max-width: 767px) {
  .slider24-bottom-slider .slider-img:after {
    height: 300px;
    width: 300px;
    bottom: -150px;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-100%);
  }
}
@keyframes marquee-2 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translatex(0);
  }
}
.slider24-bottom-slider .marquee-wrap {
  width: 100%;
  position: relative;
  margin-top: 0px;
  padding-bottom: 40px;
  padding-top: 24px;
  transform: rotate(0deg);
}
.slider24-bottom-slider .marquee-wrap,
.slider24-bottom-slider .marquee-title {
  overflow: hidden;
  display: block;
  height: auto;
  position: relative;
  bottom: 0;
}
.slider24-bottom-slider .marquee-text {
  animation: marquee 50s linear infinite;
  margin-top: -5px;
  position: relative;
  font-size: 100px;
  width: 100%;
  white-space: nowrap;
  line-height: 67px;
  font-weight: 600;
  font-family: var(--theme-typography-secondory-font-family);
  color: var(--theme-white-color);
}
.slider24-bottom-slider .marquee-text i {
  font-size: 40px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin: 0 30px;
  color: var(--theme-text-dark-color);
}
.slider24-bottom-slider .marquee-title .marquee-text {
  -webkit-text-stroke: 1px var(--theme-white-color);
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 600;
}
.slider24-bottom-slider .brand-single-box {
  position: relative;
}
.slider24-bottom-slider .brand-single-box svg {
  position: relative;
  margin-top: -15px;
}

.service24-section-area {
  position: relative;
  z-index: 1;
  background: #f7f5fe;
}
.service24-section-area .service24-cloud1 {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.service24-section-area .service-widgets-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.service24-section-area .service-widgets-section .tab-content .tab-pane {
  border-radius: 40px;
  border: 1px solid var(--vtc-bg-white);
  background: var(--vtc-bg-white);
  padding: 40px 50px;
  transform: rotateX(45deg) translateY(50px);
  transition: all 0.4s;
  opacity: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .service24-section-area .service-widgets-section .tab-content .tab-pane {
    padding: 24px;
  }
}
.service24-section-area
  .service-widgets-section
  .tab-content
  .tab-pane.fade.show.active {
  transform: rotateX(0deg) translateY(0);
  opacity: 1;
}
.service24-section-area
  .service-widgets-section
  .tab-content
  .tab-pane
  .service-boxarea
  .icons {
  background: linear-gradient(
    115deg,
    var(--themeht-primary2-color),
    var(--themeht-secondary2-color)
  );
  border-width: 1.5px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  height: 90px;
  width: 90px;
  text-align: center;
  line-height: 90px;
}
.service24-section-area
  .service-widgets-section
  .tab-content
  .tab-pane
  .service-boxarea
  .icons
  img {
  height: 50px;
  width: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}
.service24-section-area
  .service-widgets-section
  .tab-content
  .tab-pane
  .service-boxarea
  .content-area
  h3 {
  color: var(--vtc-text-title11);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-28);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 28px;
  display: inline-block;
}
.service24-section-area
  .service-widgets-section
  .tab-content
  .tab-pane
  .service-boxarea
  .content-area
  p {
  color: var(--vtc-text-pera10);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 26px;
}
.service24-section-area
  .service-widgets-section
  .tab-content
  .tab-pane
  .images-area {
  position: relative;
}
@media (max-width: 767px) {
  .service24-section-area
    .service-widgets-section
    .tab-content
    .tab-pane
    .images-area {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service24-section-area
    .service-widgets-section
    .tab-content
    .tab-pane
    .images-area {
    margin-top: 30px;
  }
}
.service24-section-area
  .service-widgets-section
  .tab-content
  .tab-pane
  .images-area
  .img1
  img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 200px 200px 0 0;
}
.service24-section-area .service-widgets-section .tabs-btn-area {
  position: relative;
  z-index: 1;
}
.service24-section-area .service-widgets-section .tabs-btn-area::after {
  position: absolute;
  content: "";
  height: 10px;
  width: 100%;
  background: var(--vtc-bg-white);
  top: -32px;
  left: 0;
  right: 0;
  transition: all 0.4s;
  border-radius: 16px;
}
.service24-section-area .service-widgets-section .tabs-btn-area ul {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .service24-section-area .service-widgets-section .tabs-btn-area ul {
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service24-section-area
    .service-widgets-section
    .tabs-btn-area
    ul
    li:nth-child(4) {
    margin-top: 20px;
  }
}
.service24-section-area .service-widgets-section .tabs-btn-area ul li button {
  border-radius: 16px;
  background: var(--vtc-bg-white);
  padding: 8px 16px 8px 8px;
  position: relative;
  z-index: 1;
  color: var(--vtc-text-title11);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 18px;
}
@media (max-width: 767px) {
  .service24-section-area .service-widgets-section .tabs-btn-area ul li button {
    display: block !important;
    margin-bottom: 16px;
  }
}
.service24-section-area
  .service-widgets-section
  .tabs-btn-area
  ul
  li
  button::after {
  position: absolute;
  z-index: 1;
  content: "";
  height: 10px;
  left: 0;
  top: -32px;
  transition: all 0.4s;
  width: 100%;
  background: linear-gradient(
    115deg,
    var(--themeht-primary2-color),
    var(--themeht-secondary2-color)
  );
  border-radius: 16px;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 767px) {
  .service24-section-area
    .service-widgets-section
    .tabs-btn-area
    ul
    li
    button::after {
    display: none;
  }
}
.service24-section-area
  .service-widgets-section
  .tabs-btn-area
  ul
  li
  button.active {
  background: linear-gradient(
    115deg,
    var(--themeht-primary2-color),
    var(--themeht-secondary2-color)
  );
  color: var(--vtc-text-white);
}
.service24-section-area
  .service-widgets-section
  .tabs-btn-area
  ul
  li
  button.active::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.service24-section-area
  .service-widgets-section
  .tabs-btn-area
  ul
  li
  button.active
  span {
  border-radius: 48px;
  background: rgba(255, 255, 255, 0.1);
}
.service24-section-area
  .service-widgets-section
  .tabs-btn-area
  ul
  li
  button.active
  span
  img {
  transition: all 0.4s;
}
.service24-section-area
  .service-widgets-section
  .tabs-btn-area
  ul
  li
  button
  span {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  background: linear-gradient(
    115deg,
    var(--themeht-primary2-color),
    var(--themeht-secondary2-color)
  );
  border-width: 1px;
  margin: 0 8px 0 0;
}
.service24-section-area
  .service-widgets-section
  .tabs-btn-area
  ul
  li
  button
  span
  img {
  height: 28px;
  width: 28px;
  -o-object-fit: contain;
  object-fit: contain;
  transition: all 0.4s;
}

/* --------------------------------------------------
Social Media & Influencer Marketing - Page CSS End
-------------------------------------------------- */

@media (max-width: 767px) {
  .heading1 h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .sm\:text-start {
    text-align: start !important;
  }
  .about1-box.box1 {
    margin-top: 200px !important;
  }
  .about1-box.box1 .bottom-heading,
  .about1-box.box2 .bottom-heading,
  .about1-box.box3 .bottom-heading {
    padding-top: 100px;
    text-align: end;
  }
  .sp {
    padding: 50px 0px;
  }
  .heading1 h5 {
    line-height: 24px;
  }
  .heading1 p {
    line-height: 22px;
    margin-bottom: 0;
  }

  .work1 {
    padding-bottom: 150px;
  }
  .work1-single-slider .images-all {
    width: 250px;
    left: 40px;
  }
  .work1-single-slider .content-area {
    padding: 290px 30px 30px 30px;
    margin-left: 0;
    margin-right: 0px;
  }
  .work1-slider-btns .work1-prev-arrow {
    top: auto;
    bottom: -100px;
    left: 50%;
    margin-left: -80px;
  }
  .heading1 h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
  }
  .work1-slider-btns .work1-prev-arrow {
    top: auto;
    bottom: -100px;
    left: 50%;
    margin-left: -80px;
  }
  .work1-slider-btns .work1-next-arrow {
    top: auto;
    bottom: -100px;
    right: 50%;
    margin-right: -80px;
  }
  .page-title .title {
    font-size: 38px;
  }
}

.cta-24-section {
  position: relative;
  z-index: 2;
  padding: 70px 0 228px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cta-24-section {
    padding: 70px 0 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-24-section {
    padding: 70px 0 100px;
  }
}
.cta-24-section .hero11-shape1 {
  position: absolute;
  top: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .cta-24-section .hero11-shape1 {
    position: relative;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-24-section .hero11-shape1 {
    position: relative;
    margin-top: 30px;
  }
}
.cta-24-section .cta24-bottom-slider .marketing {
  font-family: var(--f-ff-font-1);
  font-size: 230px;
  font-style: normal;
  font-weight: 700;
  line-height: 230px; /* 100% */
  letter-spacing: -18.4px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 12%, #FFF 92.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cta-24-section .cta24-bottom-slider .brand-single-box {
  display: inline-block;
  padding: 0px 20px;
}
@media (max-width: 767px) {
  .cta-24-section .cta24-bottom-slider .theme-title h2 {
    font-size: 36px !important;
    line-height: 46px !important;
  }
  .cta-24-section .cta24-bottom-slider .theme-title p {
    font-size: 16px;
  }
  .cta-24-section .cta24-bottom-slider .page-title h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .cta-24-section .cta24-bottom-slider .header-top, .cta-24-section .cta24-bottom-slider .right-nav {
    display: none !important;
  }
  .cta-24-section .cta24-bottom-slider .admin-bar .sticky-header.fixed-header {
    top: 0;
  }
  .cta-24-section .cta24-bottom-slider .themeht-tab.elementor-widget-tabs .elementor-tabs-wrapper {
    display: none;
  }
  .cta-24-section .cta24-bottom-slider .themeht-tab.elementor-widget-tabs .elementor-tab-title.elementor-tab-mobile-title {
    width: 100%;
  }
  .cta-24-section .cta24-bottom-slider .counter span {
    font-size: 40px;
  }
  .cta-24-section .cta24-bottom-slider blockquote {
    padding: 140px 20px 20px 20px !important;
  }
  .cta-24-section .cta24-bottom-slider blockquote:after {
    width: 100%;
    height: 100px;
  }
  .cta-24-section .cta24-bottom-slider #header-wrap .navbar-brand.logo, .cta-24-section .cta24-bottom-slider .sticky-header .navbar-brand.logo {
    margin-top: 0;
    box-shadow: none;
    padding: 15px 0;
  }
  .cta-24-section .cta24-bottom-slider .comment-navigation .nav-links, .cta-24-section .cta24-bottom-slider .posts-navigation .nav-links, .cta-24-section .cta24-bottom-slider .post-navigation .nav-links {
    display: block;
  }
  .cta-24-section .cta24-bottom-slider .comment-navigation .nav-previous, .cta-24-section .cta24-bottom-slider .posts-navigation .nav-previous, .cta-24-section .cta24-bottom-slider .post-navigation .nav-previous {
    padding-right: 0;
  }
  .cta-24-section .cta24-bottom-slider .comment-navigation .nav-next, .cta-24-section .cta24-bottom-slider .posts-navigation .nav-next, .cta-24-section .cta24-bottom-slider .post-navigation .nav-next {
    padding-left: 0;
    margin-top: 30px;
  }
  .cta-24-section .cta24-bottom-slider .elementor-widget-contact-btn h2 {
    font-size: 50px;
    line-height: 110px;
  }
  .cta-24-section .cta24-bottom-slider .elementor-widget-contact-btn .round-text {
    width: 130px;
    height: 130px;
  }
  .cta-24-section .cta24-bottom-slider .testimonial.style-1 {
    display: block;
    margin: 0;
  }
  .cta-24-section .cta24-bottom-slider .testimonial.style-1 .testimonial-img {
    width: 100%;
  }
  .cta-24-section .cta24-bottom-slider .testimonial.style-1 .testimonial-content {
    padding-left: 0;
    border-left: none;
    margin-left: 0;
    margin-top: 30px;
  }
  .cta-24-section .cta24-bottom-slider .testimonial-content p {
    font-size: 20px;
    line-height: 32px;
  }
  .cta-24-section .cta24-bottom-slider .service-list {
    padding-left: 0;
  }
  .cta-24-section .cta24-bottom-slider .service-item.style-1 {
    position: relative;
  }
  .cta-24-section .cta24-bottom-slider .service-list .service-item.style-1 .service-image {
    left: auto;
    right: 0;
    z-index: 9;
    width: 170px;
    top: 0;
  }
  .cta-24-section .cta24-bottom-slider .service-list .service-item.style-1.active .service-image {
    top: 0;
  }
  .cta-24-section .cta24-bottom-slider .service-item.style-1 .rounded-button {
    position: relative;
    right: inherit;
    top: inherit;
    margin-top: 30px;
  }
  .cta-24-section .cta24-bottom-slider .marquee-text {
    font-size: 60px;
    line-height: 67px;
    animation: marquee 10s linear infinite;
  }
  .cta-24-section .cta24-bottom-slider .round-text {
    width: 130px;
    height: 130px;
  }
  .cta-24-section .cta24-bottom-slider .text-btn-icon {
    font-size: 40px;
  }
  .cta-24-section .cta24-bottom-slider .price-table {
    display: block;
  }
  .cta-24-section .cta24-bottom-slider .price-value h2 {
    font-size: 60px;
  }
  .cta-24-section .cta24-bottom-slider .price-list {
    margin-top: 30px;
  }
  .cta-24-section .cta24-bottom-slider .portfolio-list {
    padding-left: 0;
  }
  .cta-24-section .cta24-bottom-slider .portfolio-item.style-2 {
    position: relative;
  }
  .cta-24-section .cta24-bottom-slider .portfolio-list .portfolio-item.style-2 .portfolio-image {
    left: auto;
    right: 0;
    z-index: 9;
    width: 170px;
    top: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .cta-24-section .cta24-bottom-slider .portfolio-list .portfolio-item.style-2.active .portfolio-image {
    top: 0;
  }
  .cta-24-section .cta24-bottom-slider .portfolio-item.style-2.active .portfolio-image:after {
    height: 100px;
    width: 100px;
    right: 40px;
    bottom: -40px;
  }
  .cta-24-section .cta24-bottom-slider .portfolio-list.portfolio-six .portfolio-desc h4 {
    font-size: 30px;
  }
  .cta-24-section .cta24-bottom-slider .award-items {
    display: block;
  }
  .cta-24-section .cta24-bottom-slider .award-title {
    width: 100%;
  }
  .cta-24-section .cta24-bottom-slider .slider-img:after {
    height: 300px;
    width: 300px;
    bottom: -150px;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-100%);
  }
}
@keyframes marquee-2 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translatex(0);
  }
}
.cta-24-section .cta24-bottom-slider .marquee-wrap {
  width: 100%;
  position: relative;
  margin-top: 0px;
  padding-bottom: 12px;
  padding-top: 8px;
  transform: rotate(0deg);
}
.cta-24-section .cta24-bottom-slider .marquee-wrap, .cta-24-section .cta24-bottom-slider .marquee-title {
  overflow: hidden;
  display: block;
  height: auto;
  position: absolute;
  bottom: -50px;
}
.cta-24-section .cta24-bottom-slider .marquee-text {
  animation: marquee 50s linear infinite;
  margin-top: -5px;
  position: relative;
  font-size: 100px;
  width: 100%;
  white-space: nowrap;
  line-height: 67px;
  font-weight: 600;
  font-family: var(--theme-typography-secondory-font-family);
  color: var(--theme-white-color);
}
.cta-24-section .cta24-bottom-slider .marquee-text i {
  font-size: 40px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin: 0 30px;
  color: var(--theme-text-dark-color);
}
.cta-24-section .cta24-bottom-slider .marquee-title .marquee-text {
  -webkit-text-stroke: 1px var(--theme-white-color);
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 600;
}
.cta-24-section .cta24-bottom-slider .brand-single-box {
  margin-bottom: 40px;
  position: relative;
  bottom: 13px;
}

.cta-24-heading h2 {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-44);
  font-style: normal;
  font-weight: 600;
  line-height: 54px;
  letter-spacing: -0.88px;
}
@media (max-width: 767px) {
  .cta-24-heading h2 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}
.cta-24-heading p {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.36px;
}
.cta-24-heading .cta24-form-area form {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.cta-24-heading .cta24-form-area form input {
  border-radius: 68px;
  background: var(--vtc-text-white);
  outline: none;
  border: none;
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 100% */
  padding: 29px 24px;
  width: 100%;
}
.cta-24-heading .cta24-form-area form input::-moz-placeholder {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 100% */
}
.cta-24-heading .cta24-form-area form input::placeholder {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 100% */
}
.cta-24-heading .cta24-form-area form button {
  border: none;
  outline: none;
  position: absolute;
  right: 12px;
  top: 12px;
}
@media (max-width: 767px) {
  .cta-24-heading .cta24-form-area form button {
    position: relative;
    top: 0;
    right: inherit;
    left: 0;
    margin-top: 16px;
  }
}

/*
 ::::::::::::::::::::::::::
  CTA AREA CSS
 ::::::::::::::::::::::::::
 */

.skill24-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.skill24-section .skills-header .progress-container {
  display: flex;
  gap: 40px;
}
.skill24-section .skills-header .progress-circle {
  position: relative;
  width: 100px;
  height: 100px;
  background: conic-gradient(#FB3F52 0% 96%, #e6e6e6 96% 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  margin-top: 28px;
}
.skill24-section .skills-header .progress-circle::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background: white;
  border-radius: 50%;
}
.skill24-section .skills-header .progress-value {
  position: absolute;
  font-weight: bold;
  font-size: var(--f-fs-font-24);
  color: var(--vtc-text-title11);
  line-height: 24px;
}
.skill24-section .skills-header .progress-label {
  font-weight: bold;
  color: var(--vtc-text-title11);
  font-size: var(--f-fs-font-18);
  line-height: 18px;
  display: inline-block;
}

@media (max-width: 767px) {
  .skill24-images-area {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .skill24-images-area {
    margin-top: 30px;
  }
}
.skill24-images-area .img1 img {
  border-radius: 8px;
}
.skill24-images-area .img2 {
  position: relative;
  margin-top: -310px;
}
@media (max-width: 767px) {
  .skill24-images-area .img2 {
    margin-top: 30px;
  }
}
.skill24-images-area .img2 img {
  border-radius: 50%;
  padding: 10px;
  background: var(--vtc-text-white);
}


.process24-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.process24-boxarea {
  border-radius: 20px;
  background: var(--vtc-bg-white);
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1;
  padding: 32px 20px;
  transition: all 0.4s;
  text-align: center;
  border: 1px solid var(--vtc-bg-white);
  margin-top: 30px;
}
.process24-boxarea:hover {
  border: 1px solid var(--theme-color1);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.process24-boxarea:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}
.process24-boxarea .icons {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  background: linear-gradient( 115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color) );
  display: inline-block;
  transition: all 0.4s;
}
.process24-boxarea .content24-area {
  color: var(--vtc-text-title11);
  text-align: center;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 20px;
  letter-spacing: -0.4px;
}
.process24-boxarea .content24-area p {
  color: var(--vtc-text-pera10);
  text-align: center;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.32px;
}
/*
-----------------------------------------------------
Real Estate Marketing
-----------------------------------------------------
*/
.hero14-section {
  padding: 170px 0 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hero14-section {
    padding: 170px 0 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero14-section {
    padding: 170px 0 60px;
  }
}

.hero14-heading h5 {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  padding: 8px;
    margin-bottom: 0;
}
.hero14-heading h5 svg {
  margin: -3px 4px 0 0;
}
.hero14-heading h2 {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-60);
  font-style: normal;
  font-weight: 600;
  line-height: 72px;
  display: inline-block;
}
@media (max-width: 767px) {
  .hero14-heading h2 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}
.hero14-heading h3 {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-44);
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  display: inline-block;
    margin-bottom: 0;
}
@media (max-width: 767px) {
  .hero14-heading h3 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}
.hero14-heading p {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
    margin-bottom: 0;
}

.hero14-img1 {
  position: relative;
  z-index: 1;
}
.hero14-img1 .hero14-shape1 {
  position: absolute;
  left: -100px;
  bottom: 0;
}
.hero14-img1 .hero14-shape2 {
  position: absolute;
  top: 0;
  left: -100px;
}
.hero14-img1 .hero14-shape3 {
  position: absolute;
  top: 0;
  right: 0px;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-100%);
  }
}
@keyframes marquee-2 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translatex(0);
  }
}
.hero14-bottom-slider .marquee-wrap {
  background: #e8107d;
  width: 100%;
  position: relative;
  margin-top: 0px;
  padding-bottom: 12px;
  padding-top: 8px;
  transform: rotate(0deg);
}
.hero14-bottom-slider .marquee-wrap, .hero14-bottom-slider .marquee-title {
  overflow: hidden;
  display: block;
  height: 70px;
}
.hero14-bottom-slider .marquee-text {
  animation: marquee 50s linear infinite;
  margin-top: -5px;
  position: relative;
  font-size: 100px;
  width: 100%;
  white-space: nowrap;
  line-height: 40px;
  font-weight: 600;
  font-family: var(--theme-typography-secondory-font-family);
  color: var(--theme-white-color);
}
.hero14-bottom-slider .marquee-text i {
  font-size: 40px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin: 0 30px;
  color: var(--theme-text-dark-color);
}
.hero14-bottom-slider .marquee-title .marquee-text {
  -webkit-text-stroke: 1px var(--theme-white-color);
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 600;
}
.hero14-bottom-slider .brand-single-box {
  margin-bottom: 40px;
  position: relative;
  bottom: 13px;
}

.hero14-bottom-slider .brand-single-box {
  display: inline-flex;
  padding: 0px 20px;
    gap:10px;
}
.hero14-bottom-slider .brand-single-box h4{color: #fff;}
.hero14-bottom-slider .brand-single-box img{height: 28px; width: 28px;max-width: 28px; max-height: 28px;}
@media (max-width: 767px) {
  .hero14-bottom-slider .theme-title h2 {
    font-size: 36px !important;
    line-height: 46px !important;
  }
  .hero14-bottom-slider .theme-title p {
    font-size: 16px;
  }
  .hero14-bottom-slider .page-title h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .hero14-bottom-slider .header-top, .hero14-bottom-slider .right-nav {
    display: none !important;
  }
  .hero14-bottom-slider .admin-bar .sticky-header.fixed-header {
    top: 0;
  }
  .hero14-bottom-slider .themeht-tab.elementor-widget-tabs .elementor-tabs-wrapper {
    display: none;
  }
  .hero14-bottom-slider .themeht-tab.elementor-widget-tabs .elementor-tab-title.elementor-tab-mobile-title {
    width: 100%;
  }
  .hero14-bottom-slider .counter span {
    font-size: 40px;
  }
  .hero14-bottom-slider blockquote {
    padding: 140px 20px 20px 20px !important;
  }
  .hero14-bottom-slider blockquote:after {
    width: 100%;
    height: 100px;
  }
  .hero14-bottom-slider #header-wrap .navbar-brand.logo, .hero14-bottom-slider .sticky-header .navbar-brand.logo {
    margin-top: 0;
    box-shadow: none;
    padding: 15px 0;
  }
  .hero14-bottom-slider .comment-navigation .nav-links, .hero14-bottom-slider .posts-navigation .nav-links, .hero14-bottom-slider .post-navigation .nav-links {
    display: block;
  }
  .hero14-bottom-slider .comment-navigation .nav-previous, .hero14-bottom-slider .posts-navigation .nav-previous, .hero14-bottom-slider .post-navigation .nav-previous {
    padding-right: 0;
  }
  .hero14-bottom-slider .comment-navigation .nav-next, .hero14-bottom-slider .posts-navigation .nav-next, .hero14-bottom-slider .post-navigation .nav-next {
    padding-left: 0;
    margin-top: 30px;
  }
  .hero14-bottom-slider .elementor-widget-contact-btn h2 {
    font-size: 50px;
    line-height: 110px;
  }
  .hero14-bottom-slider .elementor-widget-contact-btn .round-text {
    width: 130px;
    height: 130px;
  }
  .hero14-bottom-slider .testimonial.style-1 {
    display: block;
    margin: 0;
  }
  .hero14-bottom-slider .testimonial.style-1 .testimonial-img {
    width: 100%;
  }
  .hero14-bottom-slider .testimonial.style-1 .testimonial-content {
    padding-left: 0;
    border-left: none;
    margin-left: 0;
    margin-top: 30px;
  }
  .hero14-bottom-slider .testimonial-content p {
    font-size: 20px;
    line-height: 32px;
  }
  .hero14-bottom-slider .service-list {
    padding-left: 0;
  }
  .hero14-bottom-slider .service-item.style-1 {
    position: relative;
  }
  .hero14-bottom-slider .service-list .service-item.style-1 .service-image {
    left: auto;
    right: 0;
    z-index: 9;
    width: 170px;
    top: 0;
  }
  .hero14-bottom-slider .service-list .service-item.style-1.active .service-image {
    top: 0;
  }
  .hero14-bottom-slider .service-item.style-1 .rounded-button {
    position: relative;
    right: inherit;
    top: inherit;
    margin-top: 30px;
  }
  .hero14-bottom-slider .marquee-text {
    font-size: 60px;
    line-height: 67px;
    animation: marquee 10s linear infinite;
  }
  .hero14-bottom-slider .round-text {
    width: 130px;
    height: 130px;
  }
  .hero14-bottom-slider .text-btn-icon {
    font-size: 40px;
  }
  .hero14-bottom-slider .price-table {
    display: block;
  }
  .hero14-bottom-slider .price-value h2 {
    font-size: 60px;
  }
  .hero14-bottom-slider .price-list {
    margin-top: 30px;
  }
  .hero14-bottom-slider .portfolio-list {
    padding-left: 0;
  }
  .hero14-bottom-slider .portfolio-item.style-2 {
    position: relative;
  }
  .hero14-bottom-slider .portfolio-list .portfolio-item.style-2 .portfolio-image {
    left: auto;
    right: 0;
    z-index: 9;
    width: 170px;
    top: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .hero14-bottom-slider .portfolio-list .portfolio-item.style-2.active .portfolio-image {
    top: 0;
  }
  .hero14-bottom-slider .portfolio-item.style-2.active .portfolio-image:after {
    height: 100px;
    width: 100px;
    right: 40px;
    bottom: -40px;
  }
  .hero14-bottom-slider .portfolio-list.portfolio-six .portfolio-desc h4 {
    font-size: 30px;
  }
  .hero14-bottom-slider .award-items {
    display: block;
  }
  .hero14-bottom-slider .award-title {
    width: 100%;
  }
  .hero14-bottom-slider .slider-img:after {
    height: 300px;
    width: 300px;
    bottom: -150px;
  }
}


.about14-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.about14-heading {
  padding: 0 70px 0 0;
}
@media (max-width: 767px) {
  .about14-heading {
    padding: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about14-heading {
    padding: 0;
    margin-bottom: 30px;
  }
}
.about14-heading .abotu14-boxarea {
  border-radius: 8px;
  background: var(--Home-Page-6-Color-Gray-Color, #F0F0FA);
  padding: 24px;
  position: relative;
  z-index: 1;
}
.about14-heading .abotu14-boxarea .icons {
  position: absolute;
}
.about14-heading .abotu14-boxarea .textarea14 {
  padding-left: 50px;
}
.about14-heading .abotu14-boxarea .textarea14 a {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
  text-transform: capitalize;
}

.about14-images-area {
  position: relative;
  z-index: 1;
}
.about14-images-area .img1 {
  text-align: end;
}
.about14-images-area .img2 {
  position: absolute;
  top: 100px;
}
@media (max-width: 767px) {
  .about14-images-area .img2 {
    position: relative;
    margin-top: 30px;
    top: 0;
  }
}
.about14-images-area .img2 img {
  width: 250px;
  height: 350px;
  border-radius: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.heading14 h5 {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 18px;
  letter-spacing: -0.18px;
  color: var(--theme-color1);
  display: inline-block;
  text-transform: uppercase;
    margin-bottom: 0;
}
.heading14 h5 svg {
  margin: -3px 4px 0 0;
}
.heading14 h2 {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-44);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 54px;
}
@media (max-width: 767px) {
  .heading14 h2 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}
.heading14 p {
  color: #47485E;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 26px;
  letter-spacing: -0.36px;
    margin-bottom: 0;
}

.service14-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #F0F0FA;
}

.service14-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  background: var(--vtc-bg-white);
  border-radius: 8px;
  padding: 32px;
  margin-top: 30px;
  border: 1px solid var(--vtc-bg-white);
  transition: all 0.4s;
}
.service14-boxarea:hover {
  border: 1px solid #27cce0;
  transition: all 0.4s;
  transform: translateY(-10px);
  border-radius: 222px 222px 8px 8px;
}
.service14-boxarea .icons {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  background: linear-gradient( 115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color) );
  line-height: 70px;
}
.service14-boxarea .icons img {
  filter: brightness(0) invert(1);
}
.service14-boxarea .content14-area .title {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
  text-transform: capitalize;
}
.service14-boxarea .content14-area p {
  color: var(--Home-Page-6-Color-Paragraph-Color, #4E4E55);
  text-align: center;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  display: inline-block;
  padding-bottom: 28px;
}

.theme-btn27 {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 18px;
  letter-spacing: -0.36px;
  display: inline-block;
  transition: all 0.4s;
  background: linear-gradient( 115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color) );
  border-radius: 30px;
  padding: 16px 20px;
}
.theme-btn27:hover {
  color: var(--vtc-text-white);
  transition: all 0.4s;
  background: var(--vtc-text-title3);
}

.choose14-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.choose14-imges {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.choose14-imges .img1 {
  text-align: end;
}
.choose14-imges .img2 {
  position: absolute;
  top: 150px;
}
@media (max-width: 767px) {
  .choose14-imges .img2 {
    position: relative;
    top: 30px;
  }
}
.choose14-imges .img2 img {
  width: 250px;
  height: 350px;
  border-radius: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.choose14-hading-area {
  padding: 0 0 0 50px;
}
@media (max-width: 767px) {
  .choose14-hading-area {
    margin-top: 30px;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose14-hading-area {
    margin-top: 30px;
    padding: 0;
  }
}
.choose14-hading-area .choose-flex-area {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .choose14-hading-area .choose-flex-area {
    display: inline-block;
  }
}
.choose14-hading-area .choose-flex-area img {
  height: 76px;
  width: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}
.choose14-hading-area .choose-flex-area .text14 {
  padding-left: 32px;
}
@media (max-width: 767px) {
  .choose14-hading-area .choose-flex-area .text14 {
    padding-left: 0;
    margin-top: 16px;
  }
}
.choose14-hading-area .choose-flex-area .text14 h4 {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-32);
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  display: inline-block;
margin-bottom: 0;
}
.choose14-hading-area .choose-flex-area .text14 ul li {
  display: inline-block;
  color: #FFB421;
}
.choose14-hading-area .choose-flex-area .text14 ul li:nth-last-child(1) {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  padding-left: 8px;
}
.choose14-hading-area .choose14-boxarea {
  border-radius: 8px;
  background: var(--vtc-bg-white);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.09);
  border-radius: 8px;
  padding: 30px 20px;
  margin-top: 30px;
}
.choose14-hading-area .choose14-boxarea h4 {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

.heading15 h5 {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 18px;
  letter-spacing: -0.18px;
  color: var(--theme-color1);
  display: inline-block;
  text-transform: uppercase;
}

.heading15 h2 {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-44);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 54px;
}
@media (max-width: 767px) {
  .heading15 h2 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}
.heading15 p {
  color: #47485E;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 26px;
  letter-spacing: -0.36px;
}

.process14-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--vtc-text-title3);
}

.perocess14-images {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .perocess14-images {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .perocess14-images {
    margin-top: 30px;
  }
}
.perocess14-images .process14-shape1 {
  position: absolute;
  right: -175px;
  top: 30px;
}
.perocess14-images .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.process14-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  padding: 24px;
  transition: all 0.4s;
  margin-top: 30px;
}
.process14-boxarea:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.process14-boxarea:hover .icons {
  background: var(--theme-color1);
  transition: all 0.4s;
  transform: rotateY(-180deg);
}
.process14-boxarea .icons {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  background: #34344C;
}
.process14-boxarea .process14-content {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 20px; /* 100% */
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
}
.process14-boxarea .process14-content:hover {
  color: var(--theme-color1);
  transition: all 0.4s;
}
.process14-boxarea .process14-content p {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.36px;
}
.heading14-w h5 {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 18px;
  color: var(--theme-color1);
  display: inline-block;
  text-transform: uppercase;
margin-bottom: 0;
}
.heading14-w h5 svg {
  margin: -3px 4px 0 0;
}
.heading14-w h2 {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-44);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 54px;
}
@media (max-width: 767px) {
  .heading14-w h2 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}
.heading14-w p {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 26px;
  letter-spacing: -0.36px;
}

.cta14-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.cta14-heading h2 {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-44);
  font-style: normal;
  font-weight: 600;
  line-height: 54px;
  letter-spacing: -0.88px;
}
@media (max-width: 767px) {
  .cta14-heading h2 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}
.cta14-heading p {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.36px;
}

.cta14-img img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 45%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .cta14-img img {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta14-img img {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
  }
}


/*
-----------------------------------------------------
Web Design & Development - Services
-----------------------------------------------------
*/

.her012-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 200px 0 60px;
}

.hero12-shape1 {
  position: absolute;
  top: 200px;
}
@media (max-width: 767px) {
  .hero12-shape1 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero12-shape1 {
    display: none;
  }
}

.hero12-shape2 {
  position: absolute;
  top: 100px;
  right: 0;
}
@media (max-width: 767px) {
  .hero12-shape2 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero12-shape2 {
    display: none;
  }
}

.hero12-heading h5 {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 18px; /* 100% */
  display: inline-block;
  padding: 8px;
}
.hero12-heading h5 svg {
  margin: -3px 4px 0 0;
}
.hero12-heading h2 {
  color: var(--vtc-text-white);
  text-align: center;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-60);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 72px;
}
@media (max-width: 767px) {
  .hero12-heading h2 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}
.hero12-heading p {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.4px;
}
.hero12-heading .btn-area1 .theme-btn25 {
  margin-left: 16px;
}
@media (max-width: 767px) {
  .hero12-heading .btn-area1 .theme-btn25 {
    margin-left: 0;
    margin-top: 20px;
  }
}

.hero12-images-slider {
  position: relative;
  z-index: 1;
}
.hero12-images-slider .slick-list {
  overflow: inherit;
}

.hero12-img {
  margin: 0 10px;
}
.hero12-img img {
  height: 380px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.hero12-brand-slider {
  position: relative;
  z-index: 1;
}
.hero12-brand-slider .slick-list {
  overflow: inherit;
}

.heading12 p {
  color: #47485E;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 26px;
  letter-spacing: -0.36px;
}

.heading12-w h5 {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 18px;
  letter-spacing: -0.18px;
  color: var(--vtc-text-white);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 8px;
  display: inline-block;
}
.heading12-w h5 svg {
  margin: -3px 4px 0 0;
}
.heading12-w h2 {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-44);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 54px;
}
@media (max-width: 767px) {
  .heading12-w h2 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}
.heading12-w p {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 26px;
  letter-spacing: -0.36px;
}


.about12-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.about12-images-area {
  position: relative;
  z-index: 1;
}
.about12-images-area .about12-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.about12-images-area .abotu12-author {
  border-radius: 16px;
  background: var(--Home-Page-4-Color-Gray-Color, #F5F5F5);
  padding: 24px;
}
.about12-images-area .abotu12-author img{height: 40px;}
@media (max-width: 767px) {
  .about12-images-area .img2 {
    margin-top: 30px;
  }
}
.about12-images-area .img2 img {
  height: 625px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}

.about12-heading {
  padding: 0 0 0 50px;
}
@media (max-width: 767px) {
  .about12-heading {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about12-heading {
    padding: 0;
    margin-top: 30px;
  }
}

.about12-heading .pera {
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(18, 7, 52, 0.1);
}
.about12-heading .about12-boxarea {
  position: relative;
  z-index: 1;
}
.about12-heading .about12-boxarea .icons {
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 8px;
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
}
.about12-heading .about12-boxarea .content12-area {
  padding-left: 80px;
}
.about12-heading .about12-boxarea .content12-area .title {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 20px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
    margin-bottom: 0;
}


.service12-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--Home-Page-4-Color-Gray-Color, #F5F5F5);
}

.service12-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--vtc-bg-white);
  padding: 30px 24px;
  border-radius: 16px;
  text-align: center;
  transition: all 0.4s;
  margin-top: 30px;
}
.service12-boxarea:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.service12-boxarea .title {
  color: var(--vtc-text-title3);
  text-align: center;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 20px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
}
.service12-boxarea .icons {
  width: 105px;
  height: 100px;
  display: inline-block;
  line-height: 100px;
  border-radius: 8px;
  transition: all 0.4s;
}
.service12-boxarea p {
  color: var(--Home-Page-4-Color-Paragraph-Color, #4E4B59);
  text-align: center;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-regular);
  line-height: 26px;
  letter-spacing: -0.36px;
  transition: all 0.4s;
    margin-bottom: 0;
}


.case12-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.case12-slider-area {
  position: relative;
  z-index: 1;
}
.case12-slider-area .slick-dots {
  list-style-type: none;
  display: flex;
  align-items: center;
  margin-top: 48px;
  justify-content: center;
}
.case12-slider-area .slick-dots li {
  margin: 0 0.25rem;
}
.case12-slider-area .slick-dots button {
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 0px 5px;
  border: none;
  border-radius: 100%;
  background-color: var(--vtc-bg-common-16);
  text-indent: -9999px;
  position: relative;
}
.case12-slider-area .slick-dots button::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  height: 18px;
  width: 18px;
  border: 5px solid var(--vtc-bg-common-16);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.4s;
}
.case12-slider-area .slick-dots li.slick-active button {
  background-color: var(--vtc-text-title1);
}
.case12-slider-area .slick-dots li.slick-active button::after {
  opacity: 1;
  transition: all 0.4s;
}

.case12-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
  margin: 0 10px;
}
.case12-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.case12-boxarea .img1 {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}
.case12-boxarea .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.case12-boxarea .case12-content-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--vtc-text-white);
  border-radius: 8px;
  padding: 24px;
  margin: -60px 24px 0 24px;
  position: relative;
  z-index: 2;
}
.case12-boxarea .case12-content-area .case12-content a {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 20px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
}
.case12-boxarea .case12-content-area .case12-content p {
  color: var(--Home-Page-4-Color-Paragraph-Color, #4E4B59);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.36px;
}
.case12-boxarea .case12-content-area .arrow-case12 a {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  background: var(--vtc-text-title3);
  color: var(--vtc-text-white);
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  transform: rotate(-45deg);
  font-size: var(--f-fs-font-20);
}

.case12-heading .progress-item {
  margin-bottom: 10px;
}
.case12-heading .progress-title {
  display: flex;
  justify-content: flex-start;
gap:10px;
  margin-bottom: 10px;
  font-weight: bold;
  color: var(--vtc-text-title3);
  font-size: var(--f-fs-font-18);
  font-family: var(--f-ff-font-1);
  font-weight: var(--f-fw-medium);
}
.case12-heading .progress-bar {
  background: #DEDDE2;
  border-radius: 50px;
  height: 10px;
  width: 100%;
  overflow: hidden;
}
.case12-heading .progress-fill {
  height: 100%;
  border-radius: 50px;
  background: var(--vtc-bg-main15);
}

.choose12-images {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .choose12-images {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose12-images {
    margin-top: 30px;
  }
}
.choose12-images .img1 img {
  border-radius: 8px;
}
.choose12-images .img2 {
  position: relative;
  z-index: 2;
  margin-top: -150px;
  left: 120px;
}
@media (max-width: 767px) {
  .choose12-images .img2 {
    margin-top: 30px;
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose12-images .img2 {
    left: 0;
  }
}

@media (max-width: 767px) {
  .heading12 h2 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
.sp {
	padding: 50px 0px !important;
}
}


.others18-section-area {
	position: relative;
	z-index: 1;
    padding: 70px 0;
}
.others18-section-area .others-boxarea {
	position: relative;
	border-radius: 8px;
	background: rgba(64, 139, 255, 0.1);
	padding: 28px;
	text-align: center;
	margin-bottom: 30px;
}
.others18-section-area .others-boxarea h3 {
	color: var(--vtc-text-title5);
	text-align: center;
	font-family: var(--f-ff-font-1);
	font-size: var(--f-fs-font-24);
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
	text-transform: capitalize;
	transition: all 0.4s;
}
.others18-section-area .others-boxarea a {
	color: var(--vtc-text-pera4);
	text-align: center;
	font-family: var(--f-ff-font-1);
	font-size: var(--f-fs-font-18);
	font-style: normal;
	font-weight: 600;
	line-height: 18px;
	display: inline-block;
	transition: all 0.4s;
}
.others18-section-area .others-boxarea:hover::after {
	width: 100%;
	transition: all 0.4s;
}
.others18-section-area .others-boxarea::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 0;
	transition: all 0.4s;
	left: 0;
	top: 0;
	border-radius: 8px;
	background: var(--Linner-Color, linear-gradient(268deg, #408BFF 0.24%, #0A18A1 98.24%));
	z-index: -1;
}
.others18-section-area .others-boxarea:hover h3 {
	color: var(--vtc-text-white);
	transition: all 0.4s;
}
.others18-section-area .others-boxarea:hover a {
	color: var(--vtc-text-white);
	transition: all 0.4s;
}


.bg-cover {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.cta8-image.left-image {
	margin-left: -60px;
}
.cta8-main {
	padding: 80px 0px;
}
.white-heading h2 {
	color: var(--vtc-text-white);
	font-size: var(--f-fs-font-44);
	font-style: normal;
	font-weight: var(--f-fw-semibold);
	line-height: var(--f-fs-font-44);
}
.white-heading p {
	color: var(--vtc-text-white80per);
	font-size: var(--f-fs-font-18);
	font-style: normal;
	font-weight: var(--f-fw-medium);
	line-height: var(--f-fs-font-28);
	text-transform: capitalize;
}

.work-prosses8-box {
	text-align: center;
	margin-top: 40px;
	transition: all 0.4s;
	position: relative;
}
.work-prosses8-box .num {
	color: #0C0723;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 44px;
	height: 44px;
	width: 44px;
	border-radius: 50%;
	background-color: var(--vtc-bg-common-18);
	margin: auto;
	transition: all 0.4s;
	position: relative;
}
.work-prosses8-box .num::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border: 1px solid var(--vtc-bg-common-18);
	transform: scale(1.3);
	border-radius: 50%;
}
.work-prosses8-box .content {
	background-color: var(--vtc-bg-common-18);
	padding: 40px 36px 36px 36px;
	text-align: center;
	border-radius: 8px;
	position: relative;
	z-index: 3;
	margin-top: 80px;
	transition: all 0.4s;
}
.work-prosses8-box:hover .content {
	background-color: var(--theme-color1);
	transition: all 0.4s;
}
.work-prosses8-box .content::after {
	content: "";
	position: absolute;
	top: -33px;
	left: 50%;
	height: 70px;
	width: 70px;
	background-color: var(--vtc-bg-common-18);
	transition: all 0.4s;
	border-radius: 8px;
	transform: rotate(-45deg);
	margin-left: -36px;
	z-index: -1;
	transition: all 0.4s;
}
.work-prosses8-box:hover .content::after {
	transition: all 0.4s;
	background-color: var(--theme-color1);
}
.work-prosses8-box.add-after::after {
	content: "";
	position: absolute;
	top: 20px;
	left: 210px;
	height: 2px;
	width: 100%;
	background-image: url(../images/lead-generation/work8-line.png);
	z-index: -1;
}