@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&display=swap");

/* body {
	font-family: 'DM Serif Display', serif;
} */

.innovation-logo{
 margin-right:22rem;
 }
@media (max-width: 1000px) {
.innovation-logo {
  margin-right: 0;
  width:150px !important
 }
 .text-white{
   padding-top:6rem;
  }
 .nav-part {
   flex-direction: column !important;
   gap: 6px !important;

  }
 .nav-part img {
   max-height: 25px;
  }
  .logo{
    width:100px !important;
   }
  .take-me-there-btn {
   padding: 4px 5px !important;
   }
  .take-me-there-btn a{
    font-size:0.8rem;
   }
}
.video-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 600px; /* set your size */
  cursor: pointer;
}

.video-thumbnail {
  width: 100%;
  display: block;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.play-button::after {
  content: "";
  position: absolute;
  left: 28px;
  top: 20px;
  border-style: solid;
  border-width: 15px 0 15px 25px;
  border-color: transparent transparent transparent white;
}

.video-player {
  display: none;
  width: 100%;
}

.description-text{
font-size:24px;
line-height:1.6;
color:#555;
font-weight:400;
margin:0;
}
.take-me-there-btn {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.25);
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
  padding: 12px 28px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.35s ease;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25),
              0 0 12px rgba(255, 255, 255, 0.2);
}

.take-me-there-btn:hover {
  background: rgba(255, 255, 255, 0.35);
  border-color: rgba(255, 255, 255, 0.7);
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3),
              0 0 18px rgba(255, 255, 255, 0.4);
}

/* Optional subtle gradient shimmer */
.take-me-there-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255,255,255,0.4), transparent, rgba(255,255,255,0.4));
  transition: all 0.6s ease;
}

.take-me-there-btn:hover::before {
  left: 100%;
}

 .itc-banner {
    background: orange; /* White background */
    text-align: center;

  }

  .itc-banner-text {
    font-size: 1rem;
    font-weight: 700;
    color: #111; /* Neutral dark text for "Join us at" */
    margin: 0;
  }

  .itc-banner-text span {
    background: linear-gradient(135deg, #00c853, #2962ff); /* green → blue */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
  }
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.icons,
.btn::after {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-family: bootstrap-icons !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	line-height: 0;
}

.btn {
	border-radius: 18px;
	font-size: 18px;
	font-family: 'Jost', sans-serif;
	font-weight: 600;
	padding: 20px 50px;
	margin-top: 15px;
}

.btn::after {
	content: '\F135';
	font-size: 32px;
	position: relative;
	top: 9px;
	margin-left: 5px;
}

.btn-primary {
	background-color: #211D53;
	border: none;
}

.btn-primary:hover {
	background-color: #5B75FC;
}

.title-txt {
	font-size: 48px;
	color: #292F36;
	margin: 0 0 30px 0;
	font-family: 'DM Serif Display', serif;
}

@media only screen and (max-width: 1199px) {
	.title-txt {
		font-size: 42px;
	}
}

@media only screen and (max-width: 991px) {
	.title-txt {
		font-size: 36px;
	}
}

p {
	font-size: 22px;
	color: #4D5053;
	font-family: 'Jost', sans-serif;
}

@media only screen and (max-width: 1399px) {
	p {
		font-size: 18px;
	}
}

@media only screen and (max-width: 991px) {
	p {
		font-size: 16px;
	}
}

@media (min-width : 1800px) {
	.container {
		max-width: 1720px;
	}
}

@media (min-width : 1200px) {
	.custom-container {
		max-width: 1140px;
	}
}

.inner-sec {
	height: 360px;
	background-image: url(../images/inner-banner.jpg);
	background-position: center;
	margin-top: 95px;
}

@media only screen and (max-width: 1199px) {
	.inner-sec {
		margin-top: 74px;
	}
}

.inner-sec .inner-banner-box {
	border-radius: 37px 37px 0px 0px;
	background: #FFF;
	width: 500px;
	padding: 40px 0;
}

.inner-sec .inner-banner-box .breadcrumb a,
.inner-sec .inner-banner-box .breadcrumb li {
	color: #4D5053 !important;
	font-family: 'Jost', sans-serif;
	font-weight: 400;
	font-size: 22px !important;
}

.common-view-sec {
	padding: 60px 0;
}

@media only screen and (max-width: 767px) {
	.common-view-sec {
		padding: 45px 0;
	}
}

.common-view-sec .img-box {
	border-radius: 40px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.101961);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.101961);
}

@media only screen and (max-width: 767px) {
	.inner-sec+.brand-sec {
		padding: 30px 0 0 0;
	}
}


.price-section li {
	font-family: 'Jost', sans-serif;
}

.price-section .card-header {
	background-color: #0C174F;
}

.price-section .card-header.not-active {
	background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.card-header.not-active .text-white,
.card-header.not-active .text-white-50 {
	color: #212536 !important;
}

.card-body.not-active {
	background-color: #fff !important;
}

.signup-sec {
	height: 100vh;
	position: relative;
	z-index: 0;
	background-color: #fbfbfb;
}

.signup-sec::after {
	content: '';
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #211D53;
	height: 100%;
	width: 50%;
}

.pr-2 {
	display: none;
}

@media only screen and (max-width: 767px) {
	.signup-sec::after {
		width: 100%;
		height: 700px;
	}
}

.signup-sec .contact_inner,
.signup-sec .inner-box {
	max-width: 500px;
}

@media only screen and (max-width: 991px) {
	.signup-sec .contact_inner {
		max-width: 320px;
	}

	.signup-sec .contact_inner .contact_field {
		padding: 45px 15px;
	}
}

@media only screen and (max-width: 767px) {
	.signup-sec .contact_inner {
		margin-bottom: 60px;
	}

	.signup-sec .contact_inner .contact_field {
		padding: 45px 30px;
	}
}

.signup-sec .inner-box {
	padding: 0 30px;
}

@media only screen and (max-width: 767px) {
	.signup-sec .inner-box {
		padding: 0 30px;
	}
}

.signup-sec .inner-box h2,
.signup-sec .inner-box p,
.signup-sec .inner-box li {
	color: #fff;
}

.signup-sec .inner-box li {
	font-family: 'Jost', sans-serif;
	line-height: 1.75;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
}

.signup-sec .inner-box li i {
	margin-right: 10px;
	font-size: 24px;
}

.signup-sec .inner-box .logo {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	margin-bottom: 45px;
}

.main-header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
	background-color: #fff;
	/* ONE */
}

.main-header.sticky {
	-webkit-box-shadow: 0 3px 53px rgba(239, 244, 255, 0.901961);
	box-shadow: 0 3px 53px rgba(239, 244, 255, 0.901961);
}

.main-header .btn {
	padding: 0;
	margin: 0;
	height: 55px;
	width: 145px;
	border-radius: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #211D53;
	color: #fff !important
}

.main-header .btn::after {
	display: none;
}

@media only screen and (max-width: 991px) {
	.main-header .btn {
		background-color: #5B75FC;
	}
}

.main-header ul.nav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.main-header ul.nav-list li {
	margin-right: 45px;
}

@media only screen and (max-width: 1199px) {
	.main-header ul.nav-list li {
		margin-right: 30px;
	}
}

.main-header ul.nav-list li a {
	font-family: 'Jost', sans-serif;
	font-weight: 400;
	color: #292F36;
	font-size: 20px;
}

.main-header ul.nav-list li a.active {
	font-weight: 600;
}

@media only screen and (max-width: 1199px) {
	.main-header ul.nav-list li a {
		font-size: 18px;
	}
}

.main-header .hamburger {
	cursor: pointer;
}

.main-header .hamburger .line {
	width: 40px;
	height: 4px;
	background-color: #211D53;
	display: block;
	margin: 8px auto;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.main-header .hamburger.is-active .line:nth-child(2) {
	opacity: 0;
}

.main-header .hamburger.is-active .line:nth-child(1) {
	-webkit-transform: translateY(12px) rotate(45deg);
	transform: translateY(12px) rotate(45deg);
}

.main-header .hamburger.is-active .line:nth-child(3) {
	-webkit-transform: translateY(-12px) rotate(-45deg);
	transform: translateY(-12px) rotate(-45deg);
}

@media only screen and (max-width: 991px) {
	.main-header ul.nav-list {
		display: none;
		position: absolute;
		width: 100vw;
		height: calc(100vh - 74px);
		left: 0;
		top: 74px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		background-color: #211D53;
	}

	.main-header ul.nav-list li {
		margin: 15px 0 !important;
	}

	.main-header ul.nav-list li a:not(.btn) {
		color: #fff !important;
		font-size: 22px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		padding: 0 0 5px 0;
	}

	.main-header ul.nav-list li a:not(.btn)::after {
		content: '';
		position: absolute;
		height: 2px;
		width: 0;
		left: 0;
		bottom: 0;
		background-color: #fff;
		-webkit-transition: width 0.25s ease-out;
		transition: width 0.25s ease-out;
	}

	.main-header ul.nav-list li a:not(.btn):hover::after {
		width: 100%;
	}

	.main-header ul.nav-list li a.btn {
		margin-top: 15px;
	}

	.main-header ul.nav-list.open {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.main-footer {
	border-top: 1px solid #353C46;
	color: #fff;
	font-size: 18px;
	font-family: 'Jost', sans-serif;
	font-weight: 400;
}

@media only screen and (max-width: 1399px) {
	.main-footer {
		font-size: 20px;
	}
}

@media only screen and (max-width: 991px) {
	.main-footer {
		font-size: 18px;
	}
}

@media only screen and (max-width: 767px) {
	.main-footer {
		font-size: 16px;
	}
}

.footer-logo {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.contact-area,
.main-footer {
	background-color: #0C174F;
	font-family: 'Jost', sans-serif;
}

.contact-area {
	padding: 45px 0 30px 0;
	color: #fff;
}

.contact-area h4 {
	color: #43b2e5;
	margin: 0 0 15px 0;
}

.contact-area span,
.contact-area p,
.contact-area a {
	color: #fff;
	font-size: 18px;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	line-height: 1.5;
}

@media only screen and (max-width: 1399px) {

	.contact-area span,
	.contact-area p,
	.contact-area a {
		font-size: 16px;
	}
}

@media only screen and (max-width: 1199px) {

	.contact-area span br,
	.contact-area p br,
	.contact-area a br {
		display: none;
	}
}

.contact-area .bi {
	margin-right: 15px;
}

.contact-area a:hover {
	color: #5B75FC;
}

.banner-sec {
	background-image: url(../images/home/banner-img.jpg);
	background-size: cover;
	background-position: center;
	height: 100vh;
	min-height: 800px;
	overflow: hidden;
	border-radius: 0 0 0 290px;
	z-index: 0;
	margin-top: 60px;
}

@media only screen and (max-width: 991px) {
	.banner-sec {
		border-radius: 0 0 0 180px;
		height: 640px;
		min-height: 0;
	}
}

@media only screen and (max-width: 767px) {
	.banner-sec {
		border-radius: 0 0 0 100px;
		height: 600px;
	}
}

.banner-sec::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: -webkit-gradient(linear, right top, left top, color-stop(29.77%, rgba(49, 49, 49, 0)), color-stop(61.23%, rgba(75, 75, 75, 0.59)),
			color-stop(109.44%, #1C1F35));
	background: linear-gradient(270deg, rgba(49, 49, 49, 0) 29.77%,
			rgba(75, 75, 75, 0.59) 61.23%, #1C1F35 109.44%);
	z-index: -1;
}

.banner-sec h1 {
	font-size: 85px;
}

@media only screen and (max-width: 1799px) {
	.banner-sec h1 {
		font-size: 64px;
	}
}

@media only screen and (max-width: 991px) {
	.banner-sec h1 {
		font-size: 48px;
	}
}

@media only screen and (max-width: 991px) {
	.banner-sec h1 {
		font-size: 36px;
	}
}

.banner-sec .btn {
	color: #1C1F35;
}

.brand-sec {
	padding: 90px 0;
}

@media only screen and (max-width: 767px) {
	.brand-sec {
		padding: 60px 0;
	}
}

.vision-sec {
	margin-bottom: 90px;
}

.vision-sec .img-vision {
	border-radius: 0 300px 0 100px;
}

@media only screen and (max-width: 1199px) {
	.vision-sec .img-vision {
		border-radius: 0 200px 0 80px;
	}
}

@media only screen and (max-width: 991px) {
	.vision-sec .img-vision {
		border-radius: 0 120px 0 60px;
	}
}

@media only screen and (max-width: 767px) {
	.vision-sec .img-vision {
		border-radius: 0 100px 0 40px;
	}
}

.counter-sec {
	padding: 120px 0;
	background-color: #091242;
}

@media only screen and (min-width: 1800px) {
	.counter-sec .container {
		max-width: 1300px;
	}
}

@media only screen and (max-width: 767px) {
	.counter-sec {
		padding: 60px 0;
	}
}

.counter-sec .inner-col {
	position: relative;
}

.counter-sec .inner-col:not(:last-child)::after {
	content: '';
	right: 0;
	height: 110px;
	width: 1px;
	background-color: #fff;
	top: 20px;
	position: absolute;
}

@media only screen and (max-width: 991px) {
	.counter-sec .inner-col::after {
		display: none;
	}
}

.counter-sec small {
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	font-family: 'Jost', sans-serif;
}

.counter-sec .counter-box {
	max-width: 220px;
	margin: 0 auto;
	color: #fff;
}

@media only screen and (max-width: 1199px) {
	.counter-sec .counter-box {
		max-width: 190px;
	}
}

@media only screen and (max-width: 767px) {
	.counter-sec .counter-box {
		max-width: 280px;
	}
}

.counter-sec .counter-box .content {
	font-family: 'Jost', sans-serif;
	font-size: 18px;
}

@media only screen and (max-width: 1199px) {
	.counter-sec .counter-box .content {
		font-size: 16px;
	}
}

.counter-sec .counter-box h2 {
	font-size: 85px;
	color: #43b2e5;
	text-align: center;
}

@media only screen and (max-width: 1399px) {
	.counter-sec .counter-box h2 {
		font-size: 72px;
	}
}

@media only screen and (max-width: 1199px) {
	.counter-sec .counter-box h2 {
		font-size: 64px;
	}
}

.segment-sec {
	padding: 120px 0 0 0;
}

@media only screen and (min-width: 1800px) {
	.segment-sec .container {
		max-width: 1200px;
	}
}

.segment-sec .segment-box {
	margin-top: 45px;
}

.segment-sec .segment-box .img-box {
	margin-bottom: 30px;
}

.segment-sec .segment-box .img-box img {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.101961);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.101961);
	aspect-ratio: 1/1;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.segment-sec .segment-box .content-box .btn {
	margin: 0;
	padding: 0;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	aspect-ratio: 1;
}

@media only screen and (max-width: 991px) {
	.segment-sec .segment-box .content-box .btn {
		width: 50px;
		height: 50px;
	}
}

.segment-sec .segment-box .content-box .btn::after {
	display: none;
}

.segment-sec .segment-box .content-box p {
	margin: 0;
}

@media only screen and (max-width: 991px) {
	.segment-sec .segment-box h3 {
		font-size: 22px;
	}
}

.testimonial-sec {
	padding: 90px 0;
	/* Dots */
}

.testimonial-sec .container {
	background-color: #0C174F;
	border-radius: 70px;
	padding: 0 200px;
}

@media only screen and (max-width: 1799px) {
	.testimonial-sec .container {
		padding: 0 90px;
	}
}

@media only screen and (max-width: 1399px) {
	.testimonial-sec .container {
		padding: 0 60px;
	}
}

@media only screen and (max-width: 767px) {
	.testimonial-sec .container {
		padding: 0 30px;
		border-radius: 0;
	}
}

.testimonial-sec .testimonial-slider {
	padding: 0 0 30px 0;
	/* the slides */
	/* the parent */
}

.testimonial-sec .testimonial-slider .slick-track {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.testimonial-sec .testimonial-slider .slick-slide {
	height: inherit !important;
}

.testimonial-sec .testimonial-slider .slick-slide {
	margin: 0 27px;
}

.testimonial-sec .testimonial-slider .slick-list {
	margin: 0 -27px;
}

.testimonial-sec .inner-box {
	background-color: #fff;
	border-radius: 40px;
	padding: 40px;
	height: 100%;
}

.testimonial-sec .inner-box .client-details {
	margin-bottom: 30px;
}

.testimonial-sec .inner-box .client-details .client-name h3 {
	font-size: 25px;
	margin: 0;
}

@media only screen and (max-width: 1399px) {
	.testimonial-sec .inner-box .client-details .client-name h3 {
		font-size: 20px;
	}
}

.testimonial-sec .inner-box .client-details .client-name span {
	font-size: 18px;
	font-family: 'Jost', sans-serif;
}

@media only screen and (max-width: 1399px) {
	.testimonial-sec .inner-box .client-details .client-name span {
		font-size: 16px;
	}
}

.testimonial-sec .slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.testimonial-sec .slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.testimonial-sec .slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.testimonial-sec .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.testimonial-sec .slick-dots li button:hover,
.testimonial-sec .slick-dots li button:focus {
	outline: none;
}

.testimonial-sec .slick-dots li button:hover:before,
.testimonial-sec .slick-dots li button:focus:before {
	opacity: 1;
}

.testimonial-sec .slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	height: 12px;
	background-color: #fff;
	border-radius: 50%;
	content: '•';
	text-align: center;
	opacity: .25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.testimonial-sec .slick-dots li.slick-active button:before {
	opacity: .75;
}

.about-vision-sec {
	padding: 90px 0 0 0;
}

.about-vision-sec .img-vision {
	border-radius: 0 200px 0 100px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.101961);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.101961);
}

@media only screen and (max-width: 1799px) {
	.about-vision-sec .img-vision {
		border-radius: 0 180px 0 90px;
	}
}

@media only screen and (max-width: 1399px) {
	.about-vision-sec .img-vision {
		border-radius: 0 150px 0 75px;
	}
}

@media only screen and (max-width: 1199px) {
	.about-vision-sec .img-vision {
		border-radius: 0 120px 0 60px;
	}
}

@media only screen and (max-width: 575px) {
	.about-vision-sec .img-vision {
		border-radius: 0 60px 0 40px;
	}
}

.quote-sec {
	padding: 60px 0 30px 0;
}

.quote-sec h4 {
	font-family: 'Jost', sans-serif;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 20px;
	color: #091242;
}

.quote-sec .inner-box {
	border: 1px solid #dedfe4;
	border-radius: 10px;
	height: 100%;
}

.quote-sec .inner-box .icon-img {
	max-height: 64px;
	width: auto;
	margin: 15px 0 30px 0;
}

.happy-clients {
	padding: 75px 0;
	background-color: #211D53;
}

.happy-clients h2 {
	color: #fff;
}

.happy-clients .inner-box {
	background-color: #fff;
	border-radius: 10px;
	padding: 15px;
	font-family: 'Jost', sans-serif;
}

.happy-clients .inner-box .icon-img {
	max-height: 64px;
	width: auto;
	margin: 15px 0 20px 0;
}

.our-team {
	background-color: #fbfbfb;
	padding: 60px 0 90px 0;
	font-family: 'Jost', sans-serif;
}

.our-team .cnt-block {
	background-color: #fff;
	padding: 0 30px 30px 30px;
	margin: 130px 0 0 0;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.101961);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.101961);
}

.our-team .cnt-block img {
	max-width: 180px;
	margin: -90px 0 30px 0;
	border-radius: 50%;
}

.our-team .cnt-block a {
	font-size: 24px;
}

@media only screen and (max-width: 1799px) {
	.our-team .cnt-block {
		padding: 0 20px 30px 20px;
	}

	.our-team .cnt-block p {
		font-size: 17px;
	}
}

@media only screen and (max-width: 1399px) {
	.our-team .cnt-block {
		padding: 0 30px 30px 30px;
	}

	.our-team .cnt-block p {
		font-size: 18px;
	}
}

@media only screen and (max-width: 1199px) {
	.our-team .cnt-block {
		padding: 0 30px 30px 30px;
		max-width: 300px;
		margin: 130px auto 0 auto;
	}

	.our-team .cnt-block p {
		font-size: 16px;
	}
}

@media only screen and (max-width: 767px) {
	.inner-sec+.about-vision-sec {
		padding: 60px 0 0 0;
	}

	.about-vision-sec+.quote-sec {
		padding: 30px 0 0 0;
	}
}

.video-sec .video-box {
	position: relative;
	z-index: 0;
}

@media only screen and (max-width: 991px) {
	.video-sec .video-box {
		height: 240px;
	}

	.video-sec .video-box img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
}

.video-sec .video-box img {
	border-radius: 40px;
}

.video-sec .video-box .play-btn .circle {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	background-color: #fff;
	margin: auto;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

@media only screen and (max-width: 1399px) {
	.video-sec .video-box .play-btn .circle {
		width: 80px;
		height: 80px;
	}
}

@media only screen and (max-width: 991px) {
	.video-sec .video-box .play-btn .circle {
		width: 60px;
		height: 60px;
	}
}

.video-sec .video-box .play-btn .circle.pulse {
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation: pulse 2s infinite;
	animation: pulse 2s infinite;
	background-color: rgba(255, 255, 255, 0.5);
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	25% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	50% {
		-webkit-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
	}

	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	25% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	50% {
		-webkit-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
	}

	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}


.contact_us {
	padding: 90px 0px;
}

@media only screen and (max-width: 767px) {
	.contact_us {
		padding: 60px 0px;
	}
}

.contact_inner {
	background-color: #fbfbfb;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.101961);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.101961);
	border-radius: 25px;
	overflow: hidden;
}

.contact_inner form {
	font-family: 'Jost', sans-serif;
}

.contact_inner form .text-center {
	font-family: 'DM Serif Display', serif;
}

.contact_field {
	padding: 45px;
}

.contact_field textarea {
	height: 100px;
	resize: none;
}

.contact_field .form-control {
	border-radius: 0px;
	margin: 0 0 15px 0;
	padding: 15px;
}

.contact_field .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

/*# sourceMappingURL=style.css.map */
.hidden {
	display: none;
}

.error {
	color: red;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}

.side-first-inner {
	align-items: center;
	height: 100%;
	margin: 0;
	display: flex;
	justify-content: center;
}

.sites-select {
	padding: 0.375rem 0.75rem;
	font-weight: 400;
	font-size: 12px;
}

.btn-sites {
	font-size: 12px;
	font-family: 'Jost', sans-serif;
	margin-top: auto;
	margin-bottom: auto;
	padding: 0.375rem 0.75rem;
}

.sites-categ {
	font-weight: 400;
	font-size: 18px;
	width: 100px;
}

.loader-icon {
	border: 8px solid #f3f3f3;
	border-top: 8px solid #3498db;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	margin-left: 10px;
	margin-top: -5px;
	animation: spin 2s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.mt-50 {
	margin-top: 50px;
}

.just-center {
	justify-content: center;
}

.hero {
	position: relative;
	overflow: hidden;
	min-height: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 160px;
	padding-right: 16px;
	padding-left: 16px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#08083d), to(#08083d));
	background-image: linear-gradient(180deg, #08083d, #08083d);
	color: #edf0f5;
}

.container-hr.home {
	position: relative;
}

.container-hr {
	position: relative;
	z-index: 1;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0;
	padding-left: 0;
}

.hero-text-container {
	position: relative;
	z-index: 3;
}

.hero-text-max {
	max-width: 580px;
}

.welcome-div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.white-text {
	color: #fff;
}

.neutral-400 {
	color: #99abce;
	font-size: 16px;
}

.w-form {
	width: 650px;
	position: relative;
}

.inline-social-proof {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 12px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #99abce;
}

.click-icon {
	width: 20px;
	height: 20px;
	margin-right: 8px;
}

/* .img {
	border: 0;
	max-width: 100%;
	vertical-align: middle;
	display: inline-block;
} */



.field.large {
	width: 500px;
	height: 60px;
	font-size: 18px;
}

.field {
	height: 48px;
	margin: 0;
	padding: 12px 16px;
	border: 2px solid rgba(30, 67, 255, 0);
	background-color: #fff;
	color: #7d90b8;
}

.w-input,
.w-select {
	display: block;
	width: 100%;
	height: 38px;
	padding: 8px 12px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	vertical-align: middle;
	background-color: #fff;
	/*border: 1px solid #ccc;*/
}

.button.large-button {
	padding: 18px 36px;
	font-size: 18px;
}



.button {
	padding: 12px 24px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #1e43ff;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
	color: #fff;
	text-align: center;
}

.w-button,
.w-button:hover,
.w-button:focus {
	background-color: #3898ec;
}



.w-form-done {
	display: none;
	padding: 20px;
	text-align: center;
	background-color: #ddd;
}

.w-form-fail {
	display: none;
	margin-top: 10px;
	padding: 10px;
	background-color: #ffdede;
}

.inline-social-proof-text {
	color: #fff;
	font-weight: 500;
}


.airtable-modal.shadow.hide {
	display: none;
}

.airtable-modal.shadow {
	box-shadow: 21px 21px 20px 0 rgba(0, 10, 63, .2);
}

.airtable-modal {
	position: absolute;
	left: 0;
	top: 32px;
	right: auto;
	bottom: auto;
	z-index: 3;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 172px;
	height: 60px;
	padding: 16px 22px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: url(https://uploads-ssl.webflow.com/5931879…/5df8605…_airtable%20modal.png);
	background-position: 50% 50%;
	background-size: cover;
}

.hide {
	display: none;
}


#features
{
	padding-top: 105px;
}
.features-header {
	font-size: 1.25rem;
	color: #111827;
	font-weight: 500;
	margin-top: 0;
}

.features-text {
	font-size: 1rem;
	color: #6b7280;
	margin-top: 0.5rem;
}

.features-seperator {
	border: #e5e7eb 1px solid;
}

.feature-item {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.white-angle {
	position: absolute;
	left: 0;
	top: auto;
	right: 0;
	bottom: -2px;
	z-index: 0;
	width: 100vw;
}

.testimonial-wrap {
	padding-left: 2rem;
	padding-right: 2rem;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.t-wrap-image {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.h-10 {
	height: 2.5rem;
}

.mt-10 {
	margin-top: 2.5rem;
}

.testim-image {
	object-fit: contain;
	max-width: 100%;
	vertical-align: middle;
}

.blockquote {
	margin: 0;
	display: block;	
}

.testimonial-comment {
	font-size: 1.5rem;
	text-align: center;
	font-weight: 400;
	max-width: 56rem;
	padding: 50px 5px;
}

.bg-transparent {
	background-color: transparent;
}

.mt-8 {
	margin-top: 2rem;
}

.author-wrap {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.author-img {
	flex-shrink: 0;
}

.author-img img {
	border-radius: 9999px;
	width: 2.5rem;
	height: 2.5rem;
	max-width: 100%;
	display: block;
}

.author-detail-wrap {
	display: flex;
	flex-direction: column;
	margin-left: 0;
	text-align: center;
	align-items: center;
}

.text-gray-900 {
	color: #111827;
}

.font-medium {
	font-weight: 500;
}

.text-base {
	font-size: 1rem;
}

.content-section {
	padding: 60px 0;
	background-color: #edf0f5;
}

.blog-container {
	position: relative;
	z-index: 1;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0;
	padding-left: 0;
}

.heading-container {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 800px;
	margin-right: auto;
	margin-bottom: 72px;
	margin-left: auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.subtext {
	max-width: 540px;
	margin: 16px auto 32px;
}

.blog-header {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	font-family: 'Gt walsheim pro', sans-serif;
	color: #435b8c;
	font-size: 2.5em;
	line-height: 1.25em;
	font-weight: 500;
}

.grid-container {
	display: -ms-grid;
	display: grid;
	grid-auto-columns: 1fr;
	grid-column-gap: 32px;
	grid-row-gap: 64px;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}

.content-card {
	position: relative;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background-color: #fff;
	box-shadow: 6px 6px 24px 0 rgba(0, 10, 63, .1);
}

.card-image {
	width: 100%;
	/*height: 200px;*/
	-o-object-fit: cover;
	object-fit: cover;
	border: 0;
	max-width: 100%;
	vertical-align: middle;
	display: inline-block;
}

.card-text-container {
	position: relative;
	min-height: 300px;
	padding: 32px 32px 48px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

._16px-bottom-margin {
	margin-bottom: 16px;
	margin: 0;
	color: #435b8c;
	font-size: 1.25em;
	line-height: 1.25em;
	font-weight: 500;
}

._32-bottom-margin {
	margin-bottom: 32px;
}

.wavy-link.content-card-link {
	position: relative;
	/*left: 32px;
    top: auto;;
    bottom: 32px;*/
	right: auto;
	background-color: transparent;
	color: #1e43ff;
	text-decoration: none;
}

.wavy-link {
	display: inline-block;
	color: #1e43ff;
	cursor: pointer;
}

.home-demo .item {
	padding: 30px;
}

.home-demo .item img {
	height: 100px;
	object-fit: contain;
}

.home-demo {
	color: #FFF;
	text-align: center;
	padding: 1rem 0;
	margin: 0;
	font-style: italic;
	font-weight: 300;
}

.owl-stage {
	display: flex !important;
	align-items: center !important;
}

.price-form {
	display: flex;
	/*  justify-content: center;*/
	align-items: center;
}

#switch {
	height: 0;
	width: 0;
	visibility: hidden;
}

.toggler {
	cursor: pointer;
	text-indent: -9999px;
	width: 56px;
	height: 32px;
	background: #43b2e5;
	display: block;
	border-radius: 100px;
	position: relative;
}

.toggler:after {
	content: '';
	position: absolute;
	top: 6px;
	left: 5px;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 90px;
	transition: 0.2s;
}

#switch:checked+.toggler {
	background: #211d53;
}

#switch:checked+.toggler:after {
	left: calc(100% - 5px);
	transform: translateX(-100%);
}

.toggler:active:after {
	width: 60px;
}

.pd-lr-5 {
	padding-left: 10px;
	padding-right: 10px;
}

.angent-size {
	color: #0c174f;
	font-family: "Sharp Sans", Arial, sans-serif;
	/* font-style: normal; */
	line-height: calc(1em + 8px);
	font-size: 16px;
	font-weight: 600;
	/* background: rgb(243, 240, 238); */
	border: none;
	box-shadow: none;
	display: block;
	/* margin: 0px auto; */
	min-height: 0px;
	min-width: 0px;
	padding: 4px 8px;
	text-align: center;
	width: 80px;
}

.angent-size:focus-visible {
	outline: none;
}

.header-other {
	font-size: 14px;
	margin-bottom: 0px
}

/* .owl-carousel-2 .owl-item:not(.active) {
  display: none;
}
.owl-carousel-2 .owl-item.active {
  display: block;
} */

.accordion {
	display: flex;
	flex-direction: column;
	font-family: "Sora", sans-serif;
	max-width: 991px;
	min-width: 320px;
	padding: 0 50px;
}

.accordion h1 {
	font-size: 32px;
	text-align: center;
}

.accordion-item {
	margin-top: 16px;
	border: 1px solid #fcfcfc;
	border-radius: 6px;
	background: #ffffff;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.accordion-item .accordion-item-title {
	position: relative;
	margin: 0;
	display: flex;
	width: 100%;
	cursor: pointer;
	justify-content: space-between;
	flex-direction: row-reverse;
	padding: 14px 20px;
	box-sizing: border-box;
	align-items: center;
	font-size: 22px;
	color: #4D5053;
}

.accordion-item .accordion-item-desc {
	display: none;
	font-weight: 300;
	color: #444;
	border-top: 1px dashed #ddd;
	padding: 10px 20px 20px;
	box-sizing: border-box;
	font-size: 18px;
}

.accordion-item input[type="checkbox"] {
	position: absolute;
	height: 0;
	width: 0;
	opacity: 0;
}

.accordion-item input[type="checkbox"]:checked~.accordion-item-desc {
	display: block;
}

.accordion-item input[type="checkbox"]:checked~.accordion-item-title .icon:after {
	content: "-";
	font-size: 20px;
}

.accordion-item input[type="checkbox"]~.accordion-item-title .icon:after {
	content: "+";
	font-size: 20px;
}

.accordion-item:first-child {
	margin-top: 0;
}

.accordion-item .icon {
	margin-left: 14px;
}

@media screen and (max-width: 767px) {
	.accordion {
		padding: 0 16px;
	}

	.accordion h1 {
		font-size: 22px;
	}
}

.addon-header,
.addon-body {
	padding: 45px
}

.addon-header {
	background-color: rgb(249 244 244);
	border-radius: 5px;
}

.addon-body {
	position: relative;
}

.addon-body .talk-to {
	position: absolute;
	inset: auto 0 0 0;
	margin: auto;
	width: auto;
	width: fit-content;
}

.addon-card {
	background: rgb(255, 255, 255);
	box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

.home-demo>.owl-nav,
.owl-dots {
	display: none;
}



.feature-grid-item {
	display: block;
	cursor: pointer;
	text-decoration: none;
	color: rgb(29, 32, 38);
	background-color: #eff4f7;
	width: 100%;
	border-radius: 16px;
	padding: 0.125rem;
	height: 100%;
}

.feature-grid-item:hover {
	background-image: conic-gradient(from 83.41deg at 50.24% 50.24%, rgb(37, 193, 111) -36.7deg, rgb(239, 199, 94) 13.28deg, rgb(255, 156, 35) 57.71deg, rgb(255, 73, 44) 98.29deg, rgb(189, 99, 196) 135.43deg, rgb(133, 18, 224) 172.9deg, rgb(69, 164, 236) 207.19deg, rgb(89, 241, 245) 244.06deg, rgb(37, 193, 111) 291.15deg, rgb(37, 193, 111) 323.3deg, rgb(239, 199, 94) 373.28deg);
}

.fgi-inner-wrap {
	display: flex;
	gap: 8px;
	flex-direction: column;
	border-radius: 14px;
	padding: 1.5rem;
	height: 100%;
	background-color: rgb(255, 255, 255);
}

.fgi-inner {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.fgi-sp {
	font: 15px Roboto, "Helvetica Neue", "Arial Nova", sans-serif;
	color: rgb(93, 100, 118);
}

.fgi-sp-h {
	font: 700 1.2rem / 2.375rem Roboto, "Helvetica Neue", "Arial Nova", sans-serif;
}

input#Email-11:focus-visible {
	outline: none;
}

.wf-section {
	position: relative;
	overflow: hidden;
	z-index: 0;
}

.wf-section::after {
	content: '';
	inset: auto auto 0 0;
	position: absolute;
	height: 0;
	width: 0;
	border-right: 100vw solid #fff;
	border-top: 250px solid transparent;
	z-index: -1;

}

.hero-photo {
	border-top-left-radius: 16px;
	border-bottom-right-radius: 16px;
}

.side-img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 16px;
}

.price-card {
	background: #eff4f7;
	max-width: 680px;
}

.plan-card-box>.card-header {
	min-height: 180px;
}
.accordion-button::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
	transition: all 0.5s;
  }
  .accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
  }
  .accordion-button::after {
	transition: all 0.5s;
  }
  .accordion-button
  {
	font-size: 20px;
  }
  .accordion-button:not(.collapsed)
  {
	background-color: #fff;
	color: #212529;
	box-shadow: none;
  }
  .accordion-collapse
  {
	border-top: 1px dashed #ddd;
  }
  .accordion-button:focus
  {
	box-shadow: none;
	border-color: transparent;
  }
.testimonial-new
{
	padding: 0 0 60px 0;
}
@media only screen and (max-width: 1199px) {
	.wf-section::after {
		border-top: 400px solid transparent;
	}

	.w-form {
		width: 550px;
	}
}
.addon-list
{
	position: relative;
	margin-bottom: 10px;	
	z-index: 0;
	justify-content: space-between;
}
.addon-list::after
{
	content: '';
	position: absolute;
	width: 90%;
	height: 0;
	border-bottom: 1px dashed #bbb;
	z-index: -1;
	inset: 0;
	margin: auto;
}
.addon-list .col-8 , .addon-list .col-4
{
	background-color: #fff;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.padding-left-40 {
    padding-left: 40px;
}
.padding-right-40 {
    padding-right: 40px;
}
.legal-links {
    color: #fff
}
.legal-links:hover {
    text-decoration: underline;
}
@media only screen and (max-width: 991px) {
	.hero-photo {
		width: 400px;
	}

	.wf-section::after {
		display: none;
	}

	.w-form {
		width: 100%;
	}

	.wf-section {
		padding-top: 105px;
		padding-bottom: 45px;
	}
}
@media only screen and (min-width: 768px) {
	.addon-list .col-8 , .addon-list .col-4
	{
		width: fit-content;
	}
}
@media only screen and (max-width: 767px) {
	.w-button {
		width: 100%;
	}

	.addon-body {
		padding: 45px 10px
	}

	.addon-body .talk-to {
		margin: 15px auto 0 auto;
	}

	.testimonial-comment {
		font-size: 18px;
	}
	

}
.sol-eng-sec1 .div2 p{
    font-size: 1.7rem;
    line-height: 1.2;
    font-weight: 500;
    font-family: 'DM Serif Display', serif;
}
.points li i{
    margin-right: 10px;
    font-size: 24px;
}

.m-top-20{
    margin-top : 20px;
}
