:root {
    --theme-color: #B3002D;
    --theme-color2: #B3002D;
    --title-color: #141D38;
    --body-color: #737887;
    --smoke-color: #F5F5F5;
    --smoke-color2: #E2E8FA;
    --smoke-color3: #EFF1F9;
    --black-color: #000000;
    --black-color2: #080E1C;
    --gray-color: #bdbdbd;
    --white-color: #ffffff;
    --light-color: #72849B;
    --yellow-color: #FFB539;
    --success-color: #28a745;
    --error-color: #dc3545;
    --th-border-color: #E0E0E0;
    --title-font: 'Barlow', sans-serif;
    --body-font: 'Roboto', sans-serif;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1220px;
    --container-gutters: 24px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s;
}
.page-template-page-template-acf{
	padding-top: 80px;
}
.shape-mockup-wrap {
  z-index: 2;
  position: relative;
}

.shape-mockup {
  position: absolute;
  z-index: -1;
}

.shape-mockup.z-index-3 {
  z-index: 3;
}
.shepe-text.style3 {
	color: #EFF1F9;
}
.shepe-text {
	font-weight: 700;
	font-size: 84px;
	line-height: 101px;
	color: rgba(239, 241, 249, 0.15);
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.feature-content-title{
	color: var(--title-color);
	font-weight: normal;
	line-height: 1.2;
	font-family: var(--title-font);
	letter-spacing: 0;
	margin: 0;
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 36px;
}
@media (max-width: 1699px) {
    .body-shape-content {
      display: none;
    }
  }

.our-features .sub-title {
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: var(--theme-color);
	margin-bottom: 30px;
	text-transform: uppercase;
	line-height: 24px;
	margin-top: -0.34em;
}
.our-features .title-area .sec-title {
	margin-bottom: 15px;
	color: var(--color-heading);
	font-weight: 700;
	line-height: 1.2;
	font-family: var(--font-heading);
	letter-spacing: 0;
	margin: 0;
	margin-bottom: 15px;
	font-size: 36px;
	text-transform: none;
}
.choose-area .sec-title, .contact-area8 .sec-title {
	color: var(--color-heading);
	font-weight: normal;
	line-height: 1.2;
	font-family: var(--font-heading);
	letter-spacing: 0;
	margin: 0;
	margin-bottom: 15px;
	font-size: 36px;
}
.feature-thumb12_wrapp {
	position: relative;
}
.feature-thumb12_wrapp .feature-thumb12-2 {
	position: absolute;
	left: -40px;
	bottom: 40px;
}
.feature-thumb12_wrapp .feature-thumb12-4 {
	position: absolute;
	left: -80px;
	bottom: 40px;
}
.movingX {
	-webkit-animation: movingX 8s linear infinite;
	animation: movingX 8s linear infinite;
}
@-webkit-keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.our-features .feature-thumb12_wrapp .feature-thumb12-2 img {
	box-shadow: 10px 10px 50px 10px rgba(0, 31, 96, 0.2);
	border-radius: 20px;
}
.feature-thumb12_wrapp .feature-thumb12-4 img {
	box-shadow: 10px 10px 50px 10px rgba(0, 31, 96, 0.2);
	border-radius: 20px;
}
.th-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 20.5px 20px;
  min-width: 144px;
  border-radius: 99px;
}

.th-btn:before, .th-btn:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--title-color);
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  border-radius: 99px;
  -webkit-transform: scaleY(1.1);
      -ms-transform: scaleY(1.1);
          transform: scaleY(1.1);
}

.th-btn:before {
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
}

.th-btn:after {
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
}

.th-btn:hover, .th-btn.active {
  color: var(--white-color);
  box-shadow: none;
}

.th-btn:hover::before, .th-btn:hover:after, .th-btn.active::before, .th-btn.active:after {
  border-radius: 0;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.th-btn.style2 {
  background-color: transparent;
  color: var(--white-color);
  border: 1px solid var(--white-color);
  padding: 20px 40px;
  box-shadow: none;
}

.th-btn.style2:hover {
  color: var(--title-color);
  border-color: var(--white-color);
}

.th-btn.style2:hover:before, .th-btn.style2:hover:after {
  background-color: var(--white-color);
}

.hero-14 {
	position: relative;
	padding: 245px 0;
}
.th-hero-wrapper {
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.hero-14 .th-hero-bg {
	background-position: center;
	z-index: -1;
	inset: 0;
	background-repeat: no-repeat;
	background-size: cover;
}
.th-hero-bg {
	position: absolute;
	inset: 0;
}
.background-image, [data-bg-src] {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.sec-title {
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: var(--theme-color);
	margin-bottom: 30px;
	text-transform: uppercase;
	line-height: 24px;
	margin-top: -0.34em;
}
.hero-style14 .sub-title {
	margin-bottom: 15px;
}
.hero-style14 .hero-title {
	font-size: 72px;
	margin-bottom: 20px;
}
body .hero-title {
	font-size: 74px;
	font-weight: bold;
	line-height: 1.135;
	margin-bottom: 0;
}
.text-theme {
	color: var(--theme-color) !important;
}
.hero-style14 .hero-text {
	max-width: 782px;
	margin-bottom: 35px;
}
.hero-text li, .feature9-content li, .faq-content li, .entry-content ul li {
	list-style:disc;
}
.entry-content ol li{
	list-style: decimal;
}
.hero-text ul, .feature9-content ul, .faq-content ul, .entry-content ul, .entry-content ol{
	margin: 20px 0px 20px 30px;
}
.play-btn {
	display: inline-block;
	position: relative;
	z-index: 1;
}
.call-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}
.call-btn .play-btn::before, .call-btn .play-btn::after {
	background-color: var(--theme-color);
}

.play-btn::after {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.play-btn::after, .play-btn::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: var(--white-color);
	z-index: -1;
	border-radius: 50%;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}
.ripple-animation, .play-btn::after, .play-btn::before, .testi-box_quote::after, .testi-box_quote::before, .testi-grid_quote::after, .testi-grid_quote::before, .faq-img4 .faq-shape::after, .faq-img4 .faq-shape::before, .service-grid_icon::after, .service-grid_icon::before, .process-card_number::after, .process-card_number::before, .process-card .pulse::after, .process-card .pulse::before {
	-webkit-animation-duration: var(--ripple-ani-duration);
	animation-duration: var(--ripple-ani-duration);
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: ripple;
	animation-name: ripple;
}
.play-btn > i {
	display: inline-block;
	width: var(--icon-size, 60px);
	height: var(--icon-size, 60px);
	line-height: var(--icon-size, 60px);
	text-align: center;
	background-color: var(--white-color);
	color: var(--theme-color);
	font-size: var(--icon-font-size, 1.1em);
	border-radius: 50%;
	z-index: 1;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}
.call-btn .play-btn > i {
	--icon-size: 56px;
	background-color: var(--theme-color);
	color: var(--white-color);
}
.call-btn i {
	width: 51px;
	height: 51px;
	line-height: 51px;
	text-align: center;
	border-radius: 50%;
	background: #CCD6FF;
	color: var(--theme-color);
	font-size: 24px;
}
.media-body {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.hero-style14 .btn-group .btn-title {
	font-size: 16px;
	font-weight: 500;
}
.call-btn .btn-title {
	font-size: 20px;
	color: var(--title-color);
	font-weight: 600;
}
/* .hero-14 .th-hero-thumb::before {
	content: "";
	position: absolute;
	inset: 0;
	top: -19px;
	right: -19px;
	background: var(--theme-color);
	border-radius: 20px;
	z-index: -1;
} */
.hero-14 .th-hero-thumb img {
	width: 100%;
	border-radius: 20px;
}
.hero-14 .th-hero-thumb2 {
	position: absolute;
	left: -10px;
	bottom: -60px;
	box-shadow: 10px 10px 50px 10px rgba(0, 31, 96, 0.2);
	border-radius: 6px;
	z-index: 3;
}
.jump {
	-webkit-animation: jumpAni 7s linear infinite;
	animation: jumpAni 7s linear infinite;
}

.spin {
  -webkit-animation: spin 15s linear infinite;
          animation: spin 15s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.hero-14 .hero-shape {
	position: absolute;
	top: -22%;
	left: 0;
	z-index: -1;
}
.hero-14 .th-hero-thumb2 {
	position: absolute;
	left: -10px;
	bottom: -60px;
	box-shadow: 10px 10px 50px 10px rgba(0, 31, 96, 0.2);
	border-radius: 6px;
	z-index: 3;
}
.hero-20 .hero20-overlay {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.hero-style20 {
	padding: 248px 0;
}
.hero-style20 .sub-title5::before, .hero-style20 .sub-title5::after {
	background: var(--white-color);
}
.sub-title.sub-title5 {
	position: relative;
	font-family: var(--title-font);
	font-size: 18px;
	font-weight: 500;
	background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color2) 100%);
	background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	text-transform: capitalize;
	margin-bottom: 25px;
	padding-left: 20px;
}
.hero-style20 .sub-title5 {
	background: var(--white-color);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	text-fill-color: transparent;
	margin-bottom: 10px;
}
.sub-title.sub-title5::before {
	background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color2) 100%);
	background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%);
	margin-left: -1.2rem;
}
.sub-title.sub-title5::before, .sub-title.sub-title5::after {
	content: "";
	position: absolute;
	top: 25%;
	height: 13px;
	width: 13px;
	border-radius: 50%;
}
.sub-title.sub-title5::after {
	background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color2) 100%);
	background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%);
	margin-left: 5px;
}
.hero-style20 .hero-title {
	color: var(--white-color);
	font-size: 72px;
}
.hero-title:last-of-type {
	margin-bottom: 21px;
}
.hero-style20 .hero-text {
	color: var(--white-color);
	max-width: 625px;
}
.hero-style20 .hero-text p{
	color: var(--white-color);
}
@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 0;
  }
}
.btn-group:has(.call-btn) {
	gap: 50px;
}

.space,
.space-top {
  padding-top: var(--section-space);
}

.space,
.space-bottom {
  padding-bottom: var(--section-space);
}

.space-extra,
.space-extra-top {
  padding-top: calc(var(--section-space) - 30px);
}

.space-extra,
.space-extra-bottom {
  padding-bottom: calc(var(--section-space) - 30px);
}

.space-extra2,
.space-extra2-top {
  padding-top: calc(var(--section-space) - 40px);
}

.space-extra2,
.space-extra2-bottom {
  padding-bottom: calc(var(--section-space) - 40px);
}

/* Medium devices */
@media (max-width: 991px) {
  .space,
  .space-top {
    padding-top: var(--section-space-mobile);
  }
  .space,
  .space-bottom {
    padding-bottom: var(--section-space-mobile);
  }
  .space-extra,
  .space-extra-top {
    padding-top: calc(var(--section-space-mobile) - 30px);
  }
  .space-extra,
  .space-extra-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }
  .space-top-md-none {
    padding-top: 0;
  }
  .space-extra2,
  .space-extra2-top {
    padding-top: 70px;
  }
  .space-extra2,
  .space-extra2-bottom {
    padding-bottom: 70px;
  }
}

/*------------------- 3.4. Common -------------------*/
.shape-mockup-wrap {
	z-index: 2;
	position: relative;
  }

/* Hight Resoulation devices */
@media (min-width: 1922px) {
	.th-container2 {
	  margin-left: auto;
	  margin-right: auto;
	}
  }
  
  @media only screen and (min-width: 1300px) {
	.container-xxl,
	.container-xl,
	.container-lg,
	.container-md,
	.container-sm,
	.container {
	  max-width: calc(var(--main-container) + var(--container-gutters));
	  padding-left: calc(var(--container-gutters) / 2);
	  padding-right: calc(var(--container-gutters) / 2);
	}
	.container-xxl.px-0,
	.container-xl.px-0,
	.container-lg.px-0,
	.container-md.px-0,
	.container-sm.px-0,
	.container.px-0 {
	  max-width: var(--main-container);
	}
/* 	.th-container4 {
	  --main-container: 1380px;
	}
 */	.th-container5 {
	  --main-container: 1320px;
	}
  }

  .choose-image5 {
	position: relative;
	margin-right: -20px;
	z-index: 2;
	/* Large devices */
  }
  
  @media (max-width: 1199px) {
	.choose-image5 {
	  margin: 0;
	  text-align: center;
	}
  }
  
  .choose-image5:before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(62, 102, 243, 0.2);
	-webkit-filter: blur(100px);
			filter: blur(100px);
	z-index: -1;
  }
  
  .choose-image5 .choose-line {
	position: absolute;
	bottom: 20px;
	right: 0;
	z-index: -1;
  }

  .img-box1 .img1 img {
	width: 100%;
	max-width: 650px;
  }
  .img-box3 .img1 {
	display: inline-block;
	border-radius: 10px;
	overflow: hidden;
	margin-left: 15px;
  }
  .img-box6 .img1 {
	position: relative;
	text-align: right;
	z-index: 2;
	border-radius: 30px;
	/* Extra small devices */
	/* Large devices */
  }
  @media (max-width: 575px) {
	.img-box6 .img1 {
	  text-align: center;
	}
  }
  .img-box6 .img1 img {
	border-radius: 30px;
  }
  @media (max-width: 1199px) {
	.img-box6 .img1 {
	  margin-top: 50px;
	}
  }
  .img-box10 .img1 {
	position: relative;
	display: inline-block;
  }
  
  .img-box10 .img1 .img2 {
	position: absolute;
	right: 0;
	bottom: 100px;
	/* Extra small devices */
  }
  
  @media (max-width: 375px) {
	.img-box10 .img1 .img2 img {
	  max-width: 200px;
	}
  }
  .img-box13 .img1 {
	border-radius: 30px;
	margin-right: 75px;
	height: 607px;
	/* Large devices */
  }
  
  @media (max-width: 1199px) {
	.img-box13 .img1 {
	  height: 100%;
	  margin: 0;
	}
  }
  
  .img-box13 .img1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 30px;
  }
  .about-counter-wrapp .img1 {
	border-radius: 20px;
  }
  
  @media (max-width: 480px) {
	.about-counter-wrapp .img1 {
	  margin-bottom: 30px;
	}
  }
  
  .about-counter-wrapp .img1 img {
	width: 100%;
	border-radius: 20px;
  }
  .img-box9 .img1 {
	margin-left: 45px;
	/* Large devices */
  }
  
  @media (max-width: 1199px) {
	.img-box9 .img1 {
	  margin: 0;
	}
  }
  
  @media (max-width: 440px) {
	.img-box9 .img1 {
	  display: none;
	}
  }
  .img-box14 .img1 {
	display: inline-block;
	border-radius: 30px;
	overflow: hidden;
  }
  .img-box15 .img1 img {
	box-shadow: 10px 10px 50px 10px rgba(0, 31, 96, 0.2);
	border-radius: 10px;
  }
  .img-box17 .img1 {
	position: relative;
	z-index: 2;
  }
  
  .img-box17 .img1:before {
	content: "";
	position: absolute;
	inset: 0;
	background-color: var(--theme-color);
	border-radius: 20px;
	z-index: -1;
  }
  
  .img-box17 .img1 img {
	width: 100%;
	object-fit: cover;
	margin: 5px 0 0 5px;
	border-radius: 20px 13px 20px 20px;
  }
  .img-box18 .img1 {
	position: relative;
	border-radius: 30px;
  }
  
  .img-box18 .img1:before {
	content: "";
	position: absolute;
	width: 769px;
	height: 404px;
	left: -30px;
	top: -30px;
	background: #EFF1F9;
	border-radius: 30px;
	/* Extra large devices */
  }
  
  @media (max-width: 1500px) {
	.img-box18 .img1:before {
	  width: 100%;
	  height: 100%;
	}
  }
  
  .img-box18 .img1 img {
	-webkit-filter: drop-shadow(5px 10px 30px rgba(0, 31, 96, 0.05));
			filter: drop-shadow(5px 10px 30px rgba(0, 31, 96, 0.05));
	border-radius: 20px;
  }
  .img-box19 .img1 {
	position: relative;
	width: 100%;
	border-radius: 20px;
  }
  
  .img-box19 .img1 img {
	width: 100%;
	object-fit: cover;
	border-radius: 20px;
  }
  
  .img-box19 .img1:before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 20px;
	background: -webkit-linear-gradient(bottom, rgba(28, 28, 37, 0.4), rgba(28, 28, 37, 0.4));
	background: linear-gradient(0deg, rgba(28, 28, 37, 0.4), rgba(28, 28, 37, 0.4));
  }
  .img-box20 .img1 {
	border-radius: 20px;
  }
  
  .img-box20 .img1 img {
	width: 100%;
	border-radius: 20px;
  }
  .img-box22 .img1 {
	position: relative;
	border-radius: 20px;
	z-index: 2;
	margin-right: 110px;
	/* Large devices */
  }
  
  @media (max-width: 1199px) {
	.img-box22 .img1 {
	  margin: 0;
	}
  }
  
  .img-box22 .img1:before {
	content: "";
	position: absolute;
	inset: 0;
	top: 50px;
	bottom: -50px;
	left: 50px;
	right: -50px;
	border: 2px solid var(--theme-color);
	border-radius: 20px;
	z-index: -1;
  }
  
  .img-box22 .img1 img {
	width: 100%;
	border-radius: 20px;
  }
  .img-box24 .img1 {
	position: absolute;
	bottom: 15px;
	left: 15px;
  }
  
  .img-box24 .img1 img {
	border-radius: 20px;
	background: var(--white-color);
	-webkit-backdrop-filter: blur(33.4px);
			backdrop-filter: blur(33.4px);
  }
  .img-box2 .img1 img {
	-webkit-animation: morph 10s ease-in-out infinite;
			animation: morph 10s ease-in-out infinite;
	width: 100%;
	max-width: 760px;
  }
  .choose-image2 .img1 {
	min-width: 561px;
	/* Extra small devices */
  }
  
  @media (max-width: 575px) {
	.choose-image2 .img1 {
	  min-width: 100%;
	}
  }
  
  .choose-image2 .img1 img {
	width: 100%;
  }
  .faq-img4 .img1 {
	position: absolute;
	top: 0px;
	right: 0;
	width: 317px;
	height: 362.286px;
	border-radius: 1000px 1000px 0px 0px;
	/* Medium Large devices */
	/* Small devices */
	/* Extra small devices */
  }
  
  @media (max-width: 1299px) {
	.faq-img4 .img1 {
	  right: 30px;
	}
  }
  
  @media (max-width: 767px) {
	.faq-img4 .img1 {
	  right: 60px;
	}
  }
  
  @media (max-width: 575px) {
	.faq-img4 .img1 {
	  right: unset;
	  left: 0;
	}
  }
  
  .faq-img4 .img1 img {
	border-radius: 1000px 1000px 0px 0px;
  }
  .faq-img7 .img1 {
	border: 1px solid var(--theme-color);
	padding: 25px;
	padding-bottom: 70px;
	border-radius: 20px;
	/* Extra small devices */
  }
  
  @media (max-width: 375px) {
	.faq-img7 .img1 {
	  padding-bottom: 25px;
	}
  }
  .faq-img8 .img1 {
	/* Large devices */
  }
  
  @media (max-width: 1199px) {
	.faq-img8 .img1 {
	  padding: 20px 0;
	}
  }
  .download4-thumb .img1 img {
	-webkit-filter: drop-shadow(1px 14px 70px rgba(62, 102, 243, 0.15));
			filter: drop-shadow(1px 14px 70px rgba(62, 102, 243, 0.15));
  }
  .choose-image4 .img1 {
	position: relative;
	width: 100%;
	border-radius: 100px 20px 150px 20px;
	z-index: 2;
  }
  
  .choose-image4 .img1 img {
	width: 100%;
	border-radius: 100px 20px 150px 20px;
  }
  
  .choose-image4 .img1:before {
	content: "";
	position: absolute;
	inset: 0;
	right: -25px;
	background-color: #EFF1F9;
	border-radius: 100px 20px 100px 20px;
	z-index: -1;
  }
  .feature-box .img1 {
	text-align: right;
	/* Large devices */
  }
  
  @media (max-width: 1199px) {
	.feature-box .img1 {
	  text-align: center;
	}
  }
  .title-area {
	margin-bottom: calc(var(--section-title-space) - 10px);
	position: relative;
	z-index: 2;
  }
  
  .title-area.style2 {
	margin-top: -8px;
  }
  
  .title-area .sec-title {
	margin-bottom: 15px;
	font-weight: 700;
  }
  
  .title-area.mb-0 .sec-title {
	margin-bottom: -0.41em;
  }
  
  .title-area .th-btn {
	margin-top: 20px;
	margin-bottom: 10px;
  }
  /* Large devices */
@media (max-width: 1199px) {
	.sub-title {
	  margin-bottom: 20px;
	}
	.shadow-title {
	  font-size: 64px;
	}
	.title-area,
	.sec-title {
	  --section-title-space: 60px;
	}
	.title-area.mb-45,
	.sec-title.mb-45 {
	  margin-bottom: 36px;
	}
	.title-area.mb-50,
	.sec-title.mb-50 {
	  margin-bottom: 40px;
	}
	.sec-btn,
	.title-line {
	  --section-title-space: 55px;
	}
  }
  /* Medium devices */
@media (max-width: 991px) {
	.shadow-title {
	  font-size: 60px;
	}
	.title-area,
	.sec-title {
	  --section-title-space: 50px;
	}
	.title-area.mb-45,
	.sec-title.mb-45 {
	  margin-bottom: 35px;
	}
	.sec-btn,
	.title-line {
	  --section-title-space: 50px;
	}
  }
  @media (max-width: 767px) {
	.title-area-wrapper .title-area .sec-title {
	  font-size: 28px;
	}
  }
  
  @media (max-width: 375px) {
	.title-area-wrapper .title-area .sec-title {
	  font-size: 25px;
	}
  }
  .cta-area4 .title-area .sec-title {
	margin-bottom: 26px;
  }
  .cta-content .title-area {
	margin-right: 64px;
	/* Medium Large devices */
	/* Medium devices */
  }
  
  @media (max-width: 1299px) {
	.cta-content .title-area {
	  margin-right: 20px;
	}
  }
  
  @media (max-width: 991px) {
	.cta-content .title-area {
	  margin: 30px 0 30px 0 !important;
	}
  }
  .sub-title {
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: var(--theme-color);
	margin-bottom: 30px;
	text-transform: uppercase;
	line-height: 24px;
	margin-top: -0.34em;
  }
  
  .sub-title:has(img) {
	margin-top: 0;
  }
  .sub-title.sub-title5 {
	position: relative;
	font-family: var(--title-font);
	font-size: 18px;
	font-weight: 500;
	background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color2) 100%);
	background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	text-transform: capitalize;
	margin-bottom: 25px;
	padding-left: 20px;
  }
  
  .sub-title.sub-title5::before, .sub-title.sub-title5:after {
	content: "";
	position: absolute;
	top: 25%;
	height: 13px;
	width: 13px;
	border-radius: 50%;
  }
  
  @media (max-width: 450px) {
	.sub-title.sub-title5::before, .sub-title.sub-title5:after {
	  display: none;
	}
  }
  
  .sub-title.sub-title5::before {
	background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color2) 100%);
	background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%);
	margin-left: -1.2rem;
  }
  
  .sub-title.sub-title5::after {
	background: -webkit-linear-gradient(top, var(--theme-color) 0%, var(--theme-color2) 100%);
	background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%);
	margin-left: 5px;
  }
  
  .sub-title.sub-title5.style1 {
	background: var(--white-color);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
  }
  
  .sub-title.sub-title5.style1:before, .sub-title.sub-title5.style1:after {
	background: var(--white-color);
  }
  /* Large devices */
@media (max-width: 1199px) {
	.sub-title {
	  margin-bottom: 20px;
	}
	.shadow-title {
	  font-size: 64px;
	}
	.title-area,
	.sec-title {
	  --section-title-space: 60px;
	}
	.title-area.mb-45,
	.sec-title.mb-45 {
	  margin-bottom: 36px;
	}
	.title-area.mb-50,
	.sec-title.mb-50 {
	  margin-bottom: 40px;
	}
	.sec-btn,
	.title-line {
	  --section-title-space: 55px;
	}
  }
  .hero-style5 .sub-title {
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	display: block;
	letter-spacing: -0.4px;
	margin-bottom: 20px;
	/* Extra small devices */
  }
  
  @media (max-width: 575px) {
	.hero-style5 .sub-title {
	  font-size: 16px;
	}
  }
  /*-- margin Bottom --*/
.mb-5 {
	margin-bottom: 5px;
  }
  
  .mb-10 {
	margin-bottom: 10px;
  }
  
  .mb-15 {
	margin-bottom: 15px;
  }
  
  .mb-20 {
	margin-bottom: 20px !important;
  }
  
  .mb-25 {
	margin-bottom: 25px;
  }
  
  .mb-30 {
	margin-bottom: 30px;
  }
  
  .mb-35 {
	margin-bottom: 35px;
  }
  
  .mb-40 {
	margin-bottom: 40px;
  }
  
  .mb-45 {
	margin-bottom: 45px;
  }
  
  .mb-50 {
	margin-bottom: 50px;
  }
  .sec-title {
	margin-bottom: calc(var(--section-title-space) - 10px);
	margin-top: -0.32em;
	text-transform: capitalize;
  }
/*  choose-feature4 start ------------------- */
.choose-feature4 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	max-width: 510px;
  }
  
  .choose-feature4:not(:last-child) {
	margin-bottom: 25px;
  }
  
  .choose-feature4_icon {
	min-width: 56px;
	width: 56px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	background-color: #EFF1F9;
	border-radius: 10px;
  }
  .choose-feature4_icon img{
	padding: 10px;
  }
  .choose-feature4 .box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
	color: var(--color-heading);
	font-family: var(--font-heading);
	letter-spacing: 0;
  }
  
  .choose-feature4_text {
	line-height: 26px;
	margin-bottom: -0.3rem;
  }
  @media (max-width: 767px) {
	.media-body {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
			-ms-flex: 1;
				flex: 1;
	  }
  }
  .box-title {
	font-size: 24px;
	line-height: 1.417;
	font-weight: 700;
	margin-top: -0.32em;
  }
  
  .box-title a {
	color: inherit;
  }
  
  .box-title a:hover {
	color: var(--theme-color);
  }
  /* contact area start ----------------------*/
.contact-area8 {
	background-color: #EFF1F9;
	border-radius: 30px;
	max-width: 1760px;
	display: block;
	margin: 80px auto 80px auto;
	/* Extra large devices */
  }
  @media (max-width: 1500px) {
	.contact-area8 {
	  max-width: 100%;
	  border-radius: 0;
	}
  }
/* contact area start ----------------------*/
.contact-form2 {
	background-color: var(--white-color);
	border-radius: 20px;
	padding: 50px;
	/* Extra small devices */
	/* Extra small devices */
  }
  
  @media (max-width: 575px) {
	.contact-form2 {
	  padding: 40px;
	}
  }
  
  @media (max-width: 375px) {
	.contact-form2 {
	  padding: 30px;
	}
  }
.contact-form2 select,
.contact-form2 .form-control,
.contact-form2 .form-select,
.contact-form2 textarea,
.contact-form2 input[type="text"], 
.contact-form2 input[type="email"]{
  height: 56px;
  border: 1px solid #E4E6EA;
  color: var(--body-color);
  background-color: transparent;
  border-radius: 5px;
  font-size: 14px;
}

.contact-form2 textarea.form-control,
.contact-form2 textarea {
  min-height: 136px;
}

.contact-form2 .form-group:last-child {
  margin: 0;
}

.contact-form2 .form-group i {
  color: var(--theme-color);
}

.contact-form2 .form-group label {
  color: #A1A6B0;
  font-size: 14px;
  margin-top: 40px;
  margin-bottom: 0;
}

.contact-form2 .form-btn {
  margin-top: 34px;
}
.contact-form2.style2 {
	background-color: var(--white-color);
	border: 1px solid #E3E7F0;
	border-radius: 20px;
}
.contact-form2 select:focus, .contact-form2 .form-control:focus, .contact-form2 .form-select:focus, .contact-form2 textarea:focus, .contact-form2 input:focus {
	outline: 0;
	box-shadow: none;
	border-color: var(--theme-color);
	background-color: var(--smoke-color);
}
.contact-form2 .form-group {
	margin-bottom: 1.5rem;
	position: relative;
}
.contact-form2 .form-group i {
	display: inline-block;
	position: absolute;
	right: 25px;
	top: 19px;
	font-size: 16px;
	color: var(--body-color);
}
.contact-form2 input[type="checkbox"] {
/* 	visibility: hidden;
	opacity: 0; */
	display: inline-block;
	vertical-align: middle;
	/* width: 0;
	height: 0;
	display: none; */
}
.contact-form2 input[type="checkbox"] ~ label::before {
	content: "";
	font-family: var(--icon-font);
	font-weight: 700;
	position: absolute;
	left: 0px;
	top: 3.5px;
	background-color: var(--white-color);
	border: 1px solid var(--th-border-color);
	height: 18px;
	width: 18px;
	line-height: 18px;
	text-align: center;
	font-size: 12px;
}
.contact-form2 input[type="checkbox"] ~ label {
	cursor: pointer;
}
.contact-form2 .form-group:last-child {
	margin: 0;
}
.contact-form2 input[type="checkbox"]:checked ~ label::before {
	content: "\f00c";
	color: var(--white-color);
	background-color: var(--theme-color);
	border-color: var(--theme-color);
}
.contact-form2 input[type="checkbox"] ~ label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	display: block;
}
.contact-area8 .widget_cta::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 20px;
	opacity: 0.9;
	background: -webkit-linear-gradient(top, rgba(62, 102, 243, 0) -18.65%, var(--theme-color) 99.96%);
	background: linear-gradient(180deg, rgba(62, 102, 243, 0) -18.65%, var(--theme-color) 99.96%);
}
.contact-area8 .widget_cta .banner-title {
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	color: var(--white-color);
	margin-bottom: 20px;
}
/*------------------- 3.2. Buttons -------------------*/
body .th-btn {
	position: relative;
	z-index: 2;
	overflow: hidden;
	vertical-align: middle;
	display: inline-block;
	border: none;
	text-transform: uppercase;
	text-align: center;
	background-color: var(--theme-color) !important; 
	color: var(--white-color) !important;
	font-family: var(--body-font);
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	padding: 20.5px 20px;
	min-width: 144px;
	border-radius: 4px;
  }
  
  .th-btn:before, .th-btn:after {
	content: "";
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
	background-color: var(--title-color);
	z-index: -1;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	border-radius: 99px;
	-webkit-transform: scaleY(1.1);
		-ms-transform: scaleY(1.1);
			transform: scaleY(1.1);
  }
  
  .th-btn:before {
	-webkit-transform: scaleY(0);
		-ms-transform: scaleY(0);
			transform: scaleY(0);
  }
  
  .th-btn:after {
	-webkit-transform: scaleY(0);
		-ms-transform: scaleY(0);
			transform: scaleY(0);
  }
  
  .th-btn:hover, .th-btn.active {
	color: var(--white-color);
	box-shadow: none;
  }
  
  .th-btn:hover::before, .th-btn:hover:after, .th-btn.active::before, .th-btn.active:after {
	border-radius: 0;
	-webkit-transform: scale(1);
		-ms-transform: scale(1);
			transform: scale(1);
  }
  
  .th-btn.style2 {
	background-color: transparent;
	color: var(--white-color);
	border: 1px solid var(--white-color);
	padding: 20px 40px;
	box-shadow: none;
  }
  
  .th-btn.style2:hover {
	color: var(--title-color);
	border-color: var(--white-color);
  }
  
  .th-btn.style2:hover:before, .th-btn.style2:hover:after {
	background-color: var(--white-color);
  }
  .th-btn.style-radius {
	border-radius: 100px;
	padding: 18px 40px;
	/* Extra small devices */
  }
  
  @media (max-width: 375px) {
	.th-btn.style-radius {
	  padding: 18px 25px;
	}
  }
  .text-capitalize {
    text-transform: capitalize !important;
}
.w-100 {
    width: 100% !important;
}
.widget_cta {
    position: relative;
    border-radius: 20px;
    text-align: center;
    --space: 40px;
    height: 452px;
    margin-bottom: 0;
}
.sidebar .widget {
    padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
    background-color: var(--smoke-color);
    margin-bottom: 40px;
    position: relative;
    border-radius: 5px;
}
.background-image, [data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.widget_cta .cta-banner {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: var(--space);
}
.widget_cta .banner-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: var(--white-color);
    margin-bottom: 20px;
}
.widget_cta .th-btn {
    border-radius: 30px;
}
.th-btn.style9 {
    background-color: var(--white-color);
    color: var(--theme-color);
    box-shadow: none;
    border: none;
    padding: 17px 35.6px;
    font-weight: 700;
}
.contact-area8 select::placeholder, .contact-area8 .form-control::placeholder, .contact-area8 .form-select::placeholder, .contact-area8 textarea::placeholder, .contact-area8 input::placeholder {
	color: var(--body-color);
}
.shape-mockup-wrap {
	z-index: 2;
	position: relative;
}
.th-radius3 {
	border-radius: 30px;
}
.service-sec17{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.slider-area {
	position: relative;
}
.th-slider.has-shadow {
	padding-left: 12px;
	padding-right: 12px;
	margin: -25px -12px;
}
.th-slider.has-shadow .swiper-wrapper {
	padding: 25px 0;
}
.service_card6::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	background-color: var(--title-color);
	border-radius: 20px;
	z-index: -1;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.service_card6 {
	position: relative;
	background-color: var(--white-color);
	border-radius: 20px;
	padding: 30px 20px;
	text-align: center;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	z-index: 2;
}
.service_card6 .box-icon {
	background-color: #EFF1F9;
	border-radius: 50%;
	padding: 20px;
	display: inline-block;
	margin-bottom: 20px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.service_card6 {
	text-align: center;
}
.service_card6 .box-icon img {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	width:40px;
	height: 40px;
}

.box-title {
	font-size: 24px;
	line-height: 1.417;
	font-weight: 700;
	margin-top: -0.32em;
}
.service_card6 .box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 7px;
	color: var(--title-color);
	font-family: var(--title-font);
	margin:0 0 15px 0;
}
.service_card6:hover::before {
	height: 100%;
}
.service_card6::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	background-color: var(--title-color);
	border-radius: 20px;
	z-index: -1;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.service_card6:hover .box-icon {
	background-color: var(--theme-color);
  }
  
.service_card6:hover .box-icon img {
-webkit-filter: brightness(0) invert(1);
		filter: brightness(0) invert(1);
-webkit-transform: scale(-1) rotate(180deg);
	-ms-transform: scale(-1) rotate(180deg);
		transform: scale(-1) rotate(180deg);
}

.service_card6:hover .box-title {
	color: var(--white-color);
}

.service_card6:hover .line-btn {
	color: var(--theme-color);
}

.service_card6:hover .line-btn:before {
	background-color: var(--theme-color);
}

.service_card6:hover .service_card6_text {
	color: var(--white-color);
}
.box-title {
	font-size: 24px;
	line-height: 1.417;
	font-weight: 700;
	margin-top: -0.32em;
}
.service_card6_text {
	margin-bottom: 10px;
}
.line-btn::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: var(--theme-color);
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}
.service_card6 .line-btn {
	text-transform: capitalize;
}
.line-btn {
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	line-height: 0.8;
	position: relative;
	padding-bottom: 4px;
	margin-bottom: -1px;
	text-transform: uppercase;
	color: var(--theme-color);
}
.line-btn i {
	margin-left: 5px;
	font-size: 0.9rem;
}
.arrow-wrap .slider-arrow {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0.4);
	-ms-transform: scale(0.4);
	transform: scale(0.4);
}
.slider-arrow.style3 {
	background-color: var(--theme-color);
	color: var(--white-color);
	border-color: var(--theme-color);
}
.slider-arrow {
	display: inline-block;
	padding: 0;
	background-color: var(--white-color);
	border: 1px solid #EBEDF1;
	-webkit-filter: drop-shadow(0px 26px 65px rgba(232, 234, 238, 0.55));
	filter: drop-shadow(0px 26px 65px rgba(232, 234, 238, 0.55));
	color: var(--theme-color);
	position: absolute;
	top: 50%;
	left: var(--pos-x, -120px);
	width: var(--icon-size, 55px);
	height: var(--icon-size, 55px);
	line-height: var(--icon-size, 55px);
	font-size: var(--icon-font-size, 18px);
	margin-top: calc(var(--icon-size, 55px) / -2);
	z-index: 3;
	border-radius: 50%;
}
.arrow-wrap .slider-arrow {
	visibility: hidden;
}
.slider-arrow.slider-next {
	right: var(--pos-x, -120px);
	left: auto;
}
.slider-arrow.style3 {
	background-color: var(--theme-color);
	color: var(--white-color);
	border-color: var(--theme-color);
}
@media only screen and (min-width: 1400px) {
	.th-container4 {
		--main-container: 1320px;
	}
}
.service-sec17 .sec-title{
	font-size: 40px;
  	line-height: 1.25;
}

@media only screen and (max-width: 1199px) {
	.hero-14, .hero-style20 {
		padding: 50px 0;
	}
	.hero-style14 .hero-title {
		font-size: 36px;
		margin-bottom: 20px;
	}
	.hero-style20 .hero-title {
		font-size: 36px;
	}
	.section-title__title{
		font-size: 36px;
	}
	.service-three{
		padding:50px 0 90px;
	}
	.services-area .section-title .title{
		font-size: 32px;
	}
	.pt-110{
		padding-top:50px;
	}
	.services-area .section-title .subtitle{
		padding:0 !important;
	}
	.contact-form2 .form-group .wpcf7-acceptance label{
		margin-top:0px;
	}
	.service-sec17 .sec-title{
		font-size: 36px;
	}
	.faq .wrap-inner{
		padding:0 6.25% 0 6.25% !important;
	}
	.pricing .wrap-inner .grid .item .top .title {
		font-size: 36px !important;
	}
	.pricing .wrap-inner .grid .item .top .price span, .pricing .wrap-inner .grid .item .bottom .price span {
		font-size: 30px !important;
	}
	.faq .faq-list .faq-item .faq-heading{
		line-height: 32px !important;
		padding: 20px !important;
	}
	.faq .faq-list .faq-item .faq-content{
		padding: 0 30px 30px 86px !important;
	}

}
@media only screen and (max-width: 1200px) {
	.navbar .attr-right{
		display: none;
	}
}
@media only screen and (max-width: 1024px) {
	.page-template-page-template-acf{ padding-top: 0;}
	.pricing .wrap-inner .grid{ grid-template-columns: repeat(1, 1fr) !important; }
}