/* Footer Form */

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}

@keyframes enter-animation {
	0% {
		transform: translateY(100px);
		opacity: 0;
	}
	
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

@media (prefers-reduced-motion: no-preference) {
	.slide-animation {
		animation: enter-animation .8s 1;
	}
}

/* .reveal{
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
  }
  
  .reveal.active{
    transform: translateY(0);
    opacity: 1;
  } */
:root {
	--animate-duration: 1s;
	--animate-delay: 1s;
	--animate-repeat: 1;
}

.animate__animated {
	-webkit-animation-duration: 1s;
	-webkit-animation-duration: var(--animate-duration);
	animation-duration: 1s;
	animation-duration: var(--animate-duration);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

.white {
	color: #fff;
}

.para_dark {
	color: var(--text-body-main, #415c71);
}

.heading_dark {
	color: var(--text-display-heading, #12334e);
}

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

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

.mb-40 {
	margin-bottom: 40px;
}

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

.mb-24 {
	margin-bottom: 24px;
}

.mb-16 {
	margin-bottom: 16px;
}

.section_description .client_details p {
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	margin: 0px 0px 2.54px 0px;
}

.hero_section {
	background: url("https://cdn-jikbb.nitrocdn.com/SFECaxDcLWuBnoQjkoRFjtolDXxLQLeE/assets/images/optimized/rev-35e9a10/www.taazaa.com/wp-content/themes/taazaa/assets/images/home_background.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.hero_section h1 {
	color: var(--text-display-heading, #12334e);
}

.hero_section span {
	display: inline-block;
}

.primary_background, .primary-font-color {
	color: var(--Colors-Primary-Main, #008077);
}

.services_section .primary-font-color {
	color: #29e8ae !important;
}

.section_description {
	display: flex;
}

.section_description .client_details p, .section_description .rating_description p {
	color: var(--text-body-main, #415c71);
}

.section_description .client_details p {
	text-transform: uppercase;
}

.section_description .review_rating_section {
	display: flex;
	gap: 14px;
	align-items: end;
}

.section_description .rating_stars p:last-child {
	color: var(--text-display-heading, #12334e);
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}

/* .great_place_towork_section{
     background: url("../../assets/images/greatplacetowork.png");
     background-size: cover;
     background-position: center center;
     background-repeat: no-repeat;
     height: 878px;
} */
.great_place_towork_section img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vision_section {
	background: #662D91;
	padding: 100px 0px 100px 0px;
}

.vision_section .vision-container {
	display: flex;
	gap: 24px;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 100px;
}

.vision_section .section_short_description p {
	margin-bottom: 24px;
}

.btn_outlined_green {
	color:#D59EFF;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	text-transform: capitalize;
	padding: 14px 24px;
	border-radius: 100px;
	border: 1px solid #D59EFF;
	display: inline-block;
	transition: .3s;
	height: 52px;
}

.btn_outlined_green:hover {
	/*background-color: #29e8ae;*/
	color: #12334e;
}

.blue_outlined_btn:hover {
	color: #fff;
}

header nav.menus > ul > li:last-child a:hover {
	color: #FFFFFF;
}

.btn_outlined_green, .blue_outlined_btn, header nav.menus > ul > li:last-child a {
	position: relative;
	z-index: 1;
	overflow: hidden;
	display: inline-flex;
}

.btn_outlined_green::after {
	background: #0097DC;
}

.blue_outlined_btn::after {
	background: #12334e;
}

header nav.menus > ul > li:last-child a::after {
	background: #0097DC;
}

.btn_outlined_green::after, .blue_outlined_btn::after, header nav.menus > ul > li:last-child a::after {
	content: "";
	width: 50px;
	height: 50px;
	bottom: -50px;
	display: block;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	border-radius: 100%;
	transition: all 400ms ease;
}

header nav.menus > ul > li:last-child a::after {
	width: 24px;
	height: 24px;
	bottom: -24px;
}

.btn_outlined_green:hover::after, .blue_outlined_btn:hover::after, header nav.menus > ul > li:last-child a:hover::after {
	transform: translateY(0);
	z-index: -1;
	bottom: -100px;
	border-radius: 100px;
	width: 100%;
	height: 250px;
}

header nav.menus > ul > li:last-child a:hover::after {
	transform: translateY(0);
	z-index: -1;
	bottom: -40px;
	border-radius: 100px;
	width: 100%;
	height: 120px;
}

.icon_description_section {
	display: flex;
	justify-content: space-between;
	align-items: start;
	text-align: center;
	gap: 25px;
}

.icon_description_section .icon_block {
	flex: 1;
	position: relative;
}

.icon_description_section .icon_block .icn {
	display: inline-block;
	width: 60px;
	height: 60px;
}

.icon_description_section .icon_block p {
	color: var(--text-text-white, #fff);
	font-size: 20px;
	font-weight: 300;
	line-height: 32px;
	max-width: 358px;
	margin: 0 auto;
}

.icon_description_section .icon_block h4, .icon_description_section .icon_block h3 {
	color: var(--text-text-white, #fff);
	font-size: 24px;
	font-weight: 500;
	line-height: 36px;
	padding: 12px 0 12px 0px;
}

.icon_description_section .icon_block:first-child:after {
	content: none;
}

/*  .bg-enterprises {
     background: url('../../assets/images/css_sprites.png') -10px -10px;
}
 .bg-midmarket {
     background: url('../../assets/images/css_sprites.png') -90px -10px;
}
 .bg-startups {
     background: url('../../assets/images/css_sprites.png') -10px -90px;
} */
.innovation_section {
	padding: 100px 0px;
}

.innovation_section h2.section_heading, .innovation_section p.section_short_description {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.innovation_section .image_blocks {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 70px 64px;
	margin-top: 60px;
}

.innovation_section a {
	color: var(--button-hyperlink-blue, #12334e);
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	text-transform: capitalize;
	padding: 14px 24px;
	border-radius: var(--border-radius-full, 1000px);
	border: 1px solid var(--button-hyperlink-blue, #12334e);
	background: var(--surface-white, #fff);
	display: block;
	text-align: center;
	width: 200px;
	margin: 70px auto 0 auto;
}

.image_blocks > div h4, .image_blocks > div h3 {
	display: inline-block;
	position: relative;
}

.image_blocks > div h4:after, .image_blocks > div h3:after {
	content: "";
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 3px;
	bottom: -10px;
	left: 0;
	background-color: #12334e;
	transform-origin: bottom left;
	transition: transform .8s ease-out;
}

.image_blocks>div:hover h4:after, .image_blocks>div:hover h3:after {
	transform: scaleX(1);
	transform-origin: bottom left;
}

.img_wrap {
	overflow: hidden;
	border-radius: var(--border-radius-20, 20px);
	height: 425px;
	width: 100%;
}

.image_blocks > div img {
	transition: .3s;
	transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
	transform-style: preserve-3d;
	width: 100%;
}

.image_blocks>div:hover img {
	transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

/* .innovation_section .image_blocks > div{
} */
.section_heading, .section_heading h2 {
	font-size: 62px;
	font-weight: 500;
	line-height: 80px;
}

.section_short_description, .section_short_description p {
	font-size: 20px;
	font-weight: 300;
	line-height: 32px;
}

.image_blocks p {
	color: #12334e;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 24px;
}

.image_blocks h4 {
	color: var(--text-display-heading, #12334e);
	font-size: 24px;
	font-weight: 500;
	line-height: 36px;
}

.icon_block img {
	width: 60px;
	height: 60px;
	margin: 0 auto;
}

.icon_block::after {
	background: linear-gradient(270deg, rgba(7, 59, 58, 0) 0%, #0fc2be 51.87%, rgba(7, 59, 58, 0) 100%);
	width: 172px;
	height: 1px;
	display: inline-block;
	content: "";
	right: 0;
	left: -99px;
	position: absolute;
	transform: rotate(90deg);
	top: 50%;
}

.services_section {
	background: var(--surface-darkblue, #662D91);
	padding: 100px 0 120px 0;
}

.services_blocks span {
	width: 40px;
	height: 40px;
	display: inline-block;
}

/*  .bg-analytics {
     background:url('../../assets/images/services_sprites.png') -10px -10px;
}
 .bg-artificial_intelligent {
     background:url('../../assets/images/services_sprites.png') -70px -10px;
}
 .bg-design {
     background:url('../../assets/images/services_sprites.png') -10px -70px;
}
 .bg-app_development {
     background:url('../../assets/images/services_sprites.png') -70px -70px;
}
 .bg-enterprise {
     background:url('../../assets/images/services_sprites.png') -130px -10px;
}
 .bg-product_development {
     background:url('../../assets/images/services_sprites.png') -130px -70px;
}
 .bg-qa {
     background:url('../../assets/images/services_sprites.png') -10px -130px;
}
 .bg-roi {
     background:url('../../assets/images/services_sprites.png') -70px -130px;
}
 .bg-web_development {
     background:url('../../assets/images/services_sprites.png') -130px -130px;
} */
.services_blocks_container {
	gap: 24px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.services_blocks {
	border-radius: 12px;
	border: 1px solid #8F61B1;
	background: #74409C;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, .05);
	padding: 36px 28px;
}

.services_blocks h4, .services_blocks h3 {
	color: var(--text-text-white, #fff);
	font-size: 24px;
	font-weight: 500;
	line-height: 36px;
	margin: 20px 0px 8px 0px;
}

.services_blocks p {
	color: var(--text-text-white, #fff);
	font-size: 20px;
	font-weight: 300;
	line-height: 32px;
}

.services_section h2.section_heading {
	text-align: left;
}

.services_section p.section_short_description {
	text-align: left;
	margin: 16px 0px 40px 0px;
}

.primary_font_color {
	color: var(--button-hyperlink-lightgreen, #29e8ae);
}

.product_services_section {
	background: var(--surface-lightgrey, #f0f3f6);
	padding: 100px 0 100px 0;
}

.product_services_section h2.section_heading {
	text-align: left;
}

.product_services_section p.section_short_description {
	text-align: left;
	max-width: 708px;
	margin-top: 24px;
	margin-bottom: 64px;
}

.image_content_section {
	display: flex;
	justify-content: space-between;
	gap: 146px;
}

/*  .image_content_section .image_box{
     position: sticky;
     top:0;
     flex: 0 0 40%;
     height: min-content;
} */
.image_content_section .image_box {
	position: sticky;
	top: 100px;
	flex: 0 0 40%;
	height: min-content;
	overflow: hidden;
	min-height: 500px;
}

.image_content_section .image_box img {
	transition: all .8s linear;
	display: none;
}

.image_content_section .image_box img:first-child, .image_content_section .image_box img.active:first-child {
	display: block !important;
}

.image_content_section .image_box img.active {
	animation: clip_animate .8s ease forwards;
	display: block !important;
}

@keyframes clip_animate {
	0% {
		clip-path: circle(0% at 100% 100%);
	}
	
	100% {
		clip-path: circle(150% at 100% 100%);
	}
}

.scrollable_content ul li.active {
	background: #fff;
	border-radius: 16px;
}

.content_box > div {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 12px;
	margin-bottom: 24px;
}

.content_box > div img {
	width: 24px;
	height: 24px;
}

.content_box > div span {
	color: #12334e;
	font-family: Lexend;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 36px;
}

.content_box p {
	color: var(--text-body-main, #415c71);
	font-size: 20px;
	font-weight: 300;
	line-height: 32px;
}

.scrollable_content ul li {
	margin-bottom: 24px;
	padding: 28px;
}

.scrollable_content ul li:nth-child(2) .content_box, .scrollable_content ul li:nth-child(3) .content_box, .scrollable_content ul li:nth-child(4) .content_box {}

.team_section {
	background: var(--surface-darkgreen, #662D91);
	padding: 100px 0px;
}

.team_section h2.section_heading {
	max-width: 830px;
}

.team_section .icon_description_section .icon_block, .team_section .icon_description_section .icon_block p {
	text-align: left;
	margin-left: 0;
}

.team_section .icon_description_section .icon_block:after {
	content: none;
}

.team_section h4, .team_section h3 {
	color: var(--text-text-white, #fff);
	font-size: 48px;
	font-weight: 500;
	line-height: 72px;
}

.team_section h4.h42, .team_section h3.h42 {
	padding: 69px 0px 48px 0px;
}

.team_section .icon_block img {
	margin-left: 0;
}

.team_pictures {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
}

.team_pictures img {
	width: 100%;
	height: 100%;
}

.team_pictures div:first-child {
	width: calc(42% - 24px);
}

.team_pictures div:nth-child(2) {
	width: 58%;
}

.team_pictures div:nth-child(3) {
	width: 25%;
}

.team_pictures div:nth-child(4) {
	width: calc(35% - 48px);
}

.team_pictures div:last-child {
	width: 40%;
}

.team_rating {
	display: flex;
	flex-wrap: wrap;
	gap: 64px;
	justify-content: space-between;
	margin-top: 72px;
}

.team_review {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 64px;
}

.team_review > div {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: space-between;
	align-items: center;
}

.review_logo {
	display: flex;
	gap: 3px;
}

.review_logo span:last-child {
	display: flex;
	gap: 4px;
	align-items: center;
}

.team_review > div > img {
	border-radius: 50%;
}

.review_logo span:first-child {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 32px;
	padding-right: 4px;
}

.review_count {
	color: var(--text-text-white, #fff);
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	margin-top: 0;
}

.latest_finding {
	padding: 100px 0px 100px 0px;
}

.latest_finding h2.section_heading {
	margin-bottom: 48px;
}

.latest_finding ul {
	list-style: none;
	padding: 16px 0px 8px 0px;
	display: flex;
	gap: 12px;
}

.latest_finding ul li {
	color: var(--text-body-main, #415c71);
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

.latest_finding p {
	color: var(--text-heading, #12334e);
	font-size: 24px;
	font-weight: 500;
	line-height: 36px;
}

.latest_finding .owl-nav {
	position: absolute;
	top: -150px;
	right: 0;
}

.latest_finding .owl-dots {
	display: none;
}

.faq_accordian {
	/*padding: 100px 0px;*/
}

.at-tab {
	display: none;
	margin-top: 16px;
	color: var(--text-body-main, #415c71);
	font-size: 20px;
	font-weight: 300;
	line-height: 32px;
	padding-right: 48px;
}

.at-title {
	cursor: pointer;
	background-color: transparent;
	position: relative;
}

.at-item {
	padding: 28px 16px;
	border-bottom: 1px solid var(--border-light, #d7dbde);
}

.at-title:after {
	content: "+";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	transition: all .3s ease;
	font-size: 24px;
	padding: 0px 12px;
	border-radius: var(--border-radius-full, 1000px);
	background: var(--surface-lightgrey, #f0f3f6);
	display: inline-block;
	width: 48px;
	height: 32px;
	text-align: center;
	line-height: 30px;
	font-weight: 300;
	color: #12334e;
}

.at-title.active:after {
	content: "-";
	background: #12334e;
	color: #fff;
	text-align: center;
}

.at-title h2, .at-title {
	color: var(--text-heading, #12334e);
	font-size: 24px;
	font-weight: 500;
	line-height: 36px;
	padding-right: 48px;
}

.clients_testimonials {
	padding: 100px 0px;
}

.clients_testimonials .time {
	color: var(--text-body-main, #415c71);
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 300;
	line-height: 32px;
}

.client_define {}

.clients_testimonials .testimonial_carousel.owl-carousel .client_define .show_on_mobile {
	display: none;
}

.hide_on_mobile {
	display: block;
}

.brands_logo img {
	width: 170px;
	object-fit: contain;
}

.brands_logo {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
	align-items: center;
}

.client_saying {
	display: flex;
	flex-wrap: nowrap;
	gap: 80px;
	align-items: center;
}

.clients_testimonials .client_saying img {
	width: 100%;
}

.clients_testimonials  .client_saying div:first-child {
	min-width: 20% !important;
}

.client_designation img {
	display: none !important;
}

.client_designation {
	display: flex;
	align-items: center;
	gap: 20px;
}

.client_name {
	color: var(--text-display-heading, #12334e);
	font-size: 24px;
	font-weight: 500;
	line-height: 36px;
	margin-top: 28px;
}

.client_designation span {
	color: var(--text-display-heading, #12334e);
	font-size: 20px;
	font-weight: 300;
	line-height: 32px;
}

.client_comments {
	color: var(--text-display-heading, #12334e);
	font-size: 24px;
	font-weight: 300;
	line-height: 36px;
	margin-top: 28px;
}

.testimonial_carousel .client_saying .client_designation img {
	width: 105px;
	min-width: auto;
}

.testimonial_carousel {
	padding: 74px 0px 90px 0px;
}

.testimonial_carousel.owl-carousel .owl-dots {
	width: 20%;
	text-align: center;
	margin-top: -54px;
	overflow: auto;
	z-index: 9;
	position: absolute;
}

.testimonial_carousel.owl-carousel .owl-nav {
	display: flex;
	gap: 8px;
	position: absolute;
	right: 0;
	bottom: 100px;
}

.latest_fininding_carousel.owl-carousel .owl-nav {
	display: flex;
	gap: 8px;
}

.testimonial_carousel.owl-carousel button.owl-dot {
	width: 65px;
	height: 8px;
	border-radius: 8px;
	background: var(--Colors-Secondary-100, #d0d6dc);
	margin-right: 2px;
}

.testimonial_carousel.owl-carousel .owl-nav button.owl-next:focus, .testimonial_carousel.owl-carousel .owl-nav button.owl-prev:focus, .latest_fininding_carousel.owl-carousel .owl-nav button.owl-next:focus, .latest_fininding_carousel.owl-carousel .owl-nav button.owl-prev:focus {
	outline: none;
}

.testimonial_carousel.owl-carousel button.owl-dot.active, .testimonial_carousel.owl-carousel button.owl-dot:focus, .testimonial_carousel.owl-carousel button.owl-dot:hover {
	background: var(--icons-light-green, #0097DC) !important;
	outline: none;
}

main.homepage_content .section-container {
	margin: 0 auto;
}

.tz-home .innovation_section .img_wrap a {
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
}

.tz-home .innovation_section h4 > a, .tz-home .innovation_section h3 > a {
	padding: 0px;
	width: 100%;
	border: none;
	margin: auto;
	color: var(--text-display-heading, #12334e);
	font-size: 24px;
	font-weight: 500;
	line-height: 36px;
	text-align: left;
	font-family: lexend !important;
}

@media only screen and (min-width:1900px) and (max-width:4000px) {
	main.homepage_content .section-container {
		max-width: 1440px !important;
	}
	
	main.homepage_content {
		max-width: 100% !important;
	}
}

@media only screen and (min-width:1367px) and (max-width:1900px) {
	main.homepage_content .section-container {
		max-width: 1220px !important;
	}
	
	main.homepage_content {
		max-width: 100% !important;
	}
}

@media only screen and (min-width:1200px) and (max-width:1367px) {
	.section-container {
		max-width: 100%;
		margin: 0 auto;
		padding-left: 64px !important;
		padding-right: 64px !important;
	}
}

@media only screen and (min-width:576px) {
	.hero_section {
		padding: 180px 0px 180px 0px;
		margin-bottom: -72px;
	}
	
	.hero_section h1 {
		font-size: 70px;
		font-weight: 600;
		line-height: 90px;
	}
	
	.section_description {
		padding-top: 81px;
		gap: 148px;
		align-items: center;
	}
	
	.section_description .rating_description p {
		font-size: 24px;
		font-weight: 300;
		line-height: 36px;
	}
	
	.lets_talk_btn {
		display: none;
	}
	
	.great_place_towork_section {
		margin-top: -150px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 1024px) {
	.icon_block::after {
		content: none !important;
	}
	
	.rating_stars > p {
		height: 18px;
	}
	
	.tz-home .innovation_section h4 > a, .tz-home .innovation_section h3 > a {
		font-size: 16px;
		line-height: 24px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 1200px) {
	.client_saying > img {
		width: auto !important;
	}
	
	.team_section h4.h42, .team_section h3.h42 {
		padding: 56px 0px 24px 0px;
	}
	
	body:not([class*=elementor-page-]) .site-main, .site-header .header-inner {
		max-width: 100%;
	}
	
	header.main_header {
		padding: 16px 40px;
	}
	
	.section-container {
		max-width: 100%;
		margin: 0 auto;
		padding: 0px 40px;
	}
	
	.hero_section {
		padding: 53px 0px 54px 0px;
		margin: 0;
	}
	
	.hero_section h1 {
		font-size: 36px;
		font-weight: 600;
		line-height: 52px;
	}
	
	.section_description {
		padding-top: 36px;
		gap: 58px;
	}
	
	.section_description .client_details p, .section_description .rating_stars p:last-child {
		font-size: 12px;
		font-weight: 300;
		line-height: 20px;
		margin: 0 !important;
	}
	
	.section_description .rating_description p {
		font-size: 16px;
		font-weight: 300;
		line-height: 24px;
		width: 180px;
	}
	
	.client_logo {
		width: 50px;
		height: 15px;
		object-fit: contain;
	}
	
	.rating_stars p svg {
		width: 12px;
		height: 12px;
	}
	
	.section_heading, .section_heading h2 {
		font-size: 32px;
		font-weight: 500;
		line-height: 36px;
	}
	
	.vision_section h2 {
		max-width: 380px;
	}
	
	.vision_section .vision-container {
		gap: 20px;
		justify-content: flex-start;
		align-items: start;
		margin-bottom: 48px;
		flex-direction: column;
	}
	
	.vision_section {
		padding: 60px 0px 60px 0px;
	}
	
	.vision_section .section_short_description p {
		margin-bottom: 20px;
	}
	
	.section_short_description, .section_short_description p, .icon_description_section .icon_block h4, .icon_description_section .icon_block h3, .icon_description_section .icon_block p {
		font-size: 16px;
		font-weight: 300;
		line-height: 24px;
	}
	
	.btn_outlined_green {
		font-size: 12px;
		font-weight: 500;
		line-height: 16px;
		padding: 12px 12px;
		height: auto;
	}
	
	.icon_description_section .icon_block .icn {
		transform: scale(.6);
	}
	
	.icon_description_section .icon_block h4, .icon_description_section .icon_block h3 {
		padding: 12px 0px 0px 0px;
		font-weight: 500;
		line-height: 24px;
	}
	
	.icon_description_section {
		gap: 20px;
	}
	
	.innovation_section {
		padding: 60px 0px 70px 0px;
	}
	
	.innovation_section h2.section_heading {
		margin-bottom: 4px;
	}
	
	.innovation_section .image_blocks {
		gap: 32px 20px;
		margin-top: 40px;
	}
	
	.img_wrap {
		height: auto;
	}
	
	.image_blocks p {
		font-size: 12px;
		font-weight: 300;
		line-height: 20px;
		margin-top: 16px;
		margin-bottom: 0;
	}
	
	.image_blocks h4 {
		font-size: 16px;
		font-weight: 500;
		line-height: 24px;
	}
	
	.innovation_section a {
		font-family: Inter;
		font-size: 12px;
		font-weight: 500;
		line-height: 16px;
		width: 130px;
		margin: 42px auto 0 auto;
		padding: 10px 12px;
	}
	
	.services_section {
		padding: 40px 0px;
	}
	
	.services_blocks {
		border-radius: var(--border-radius-8, 8px);
		border: .444px solid #224765;
		background: #74409C;
		box-shadow: 0px 1.778px 8.889px 0px rgba(0, 0, 0, .05);
		padding: 16px 12px;
	}
	
	.services_section p.section_short_description {
		text-align: left;
		max-width: 100%;
		margin: 4px 0px 32px 0px;
	}
	
	.services_blocks h4, .services_blocks h3 {
		font-size: 16px;
		font-weight: 500;
		line-height: 24px;
		margin: 8px 0px 4px 0px;
	}
	
	.services_blocks span {
		width: 32px;
		height: 32px;
	}
	
	.services_blocks p {
		font-size: 16px;
		font-weight: 300;
		line-height: 24px;
	}
	
	.services_blocks_container {
		gap: 20px;
	}
	
	.product_services_section {
		padding: 40px 0 36px 0;
	}
	
	.product_services_section h2.section_heading {
		text-align: center;
		margin: 0 auto;
	}
	
	.product_services_section p.section_short_description {
		max-width: 523px;
		margin: 4px auto 48px auto;
		text-align: center;
	}
	
	.image_content_section {
		gap: 36px;
	}
	
	.clients_testimonials {
		padding: 40px 0px 46px 0px;
	}
	
	.clients_testimonials h2 {
		margin-bottom: 4px;
	}
	
	.clients_testimonials .time {
		font-size: 10px;
		font-weight: 300;
		line-height: 16px;
	}
	
	.testimonial_carousel {
		padding: 32px 0px 40px 0px;
	}
	
	.client_comments {
		font-size: 16px;
		font-weight: 300;
		line-height: 24px;
		margin-top: 16px;
	}
	
	.client_saying {
		gap: 20px;
	}
	
	.client_saying div:first-child {
		min-width: 20% !important;
	}
	
	.client_saying img {
		width: 100%;
	}
	
	.testimonial_carousel.owl-carousel button.owl-dot {
		width: 40px;
		height: 6px;
	}
	
	.testimonial_carousel.owl-carousel .owl-dots {
		width: 25%;
		margin-top: -54px;
		display: none;
	}
	
	.testimonial_carousel.owl-carousel .owl-nav {
		bottom: 40px;
	}
	
	.client_saying svg {
		width: 40px;
		heught: 40px;
	}
	
	.client_name {
		font-size: 16px;
		font-weight: 500;
		line-height: 24px;
		margin-top: 8px;
	}
	
	.client_designation span {
		font-size: 16px;
		font-weight: 300;
		line-height: 24px;
	}
	
	.testimonial_carousel .client_saying .client_designation img {
		width: 60px;
		min-width: auto;
	}
	
	.brands_logo {
		gap: 20px;
		justify-content: space-between;
	}
	
	.brands_logo img {
		width: 90px;
	}
	
	.team_pictures {
		gap: 10px;
	}
	
	.team_section {
		padding: 40px 0px 43px 0px;
	}
	
	.team_section h2.section_heading {
		max-width: 100%;
		margin-bottom: 8px;
	}
	
	.team_section .btn_outlined_green {
		border-radius: var(--border-radius-full, 1000px);
		border: 1px solid var(--border-lightgreen, #29e8ae);
		background: var(--Colors-Accent-Light, #29e8ae);
		color: var(--button-hyperlink-blue, #12334e);
	}
	
	.team_section .icon_description_section {
		margin-top: 32px;
	}
	
	.team_section h4, .team_section h3 {
		font-size: 22px;
		font-weight: 500;
		line-height: 32px;
	}
	
	.team_review img {
		width: 28px;
		height: 28px;
	}
	
	.review_logo span img {
		width: 10px;
		height: 10px;
	}
	
	.team_rating {
		gap: 20px;
		margin-top: 20px;
	}
	
	.team_review {
		gap: 21px;
	}
	
	.review_logo svg {
		width: 12px;
		height: 12px;
	}
	
	.review_logo span:first-child {
		font-size: 16px;
		font-weight: 500;
		line-height: 24px;
	}
	
	.review_count {
		font-size: 12px;
		font-weight: 300;
		line-height: 20px;
		margin-top: 0;
	}
	
	.team_review > div {
		align-items: center;
	}
	
	.latest_finding, .faq_accordian {
		padding: 60px 0px;
	}
	
	.latest_finding h2.section_heading {
		margin-bottom: 32px;
		width: 358px;
	}
	
	.latest_fininding_carousel.owl-carousel .owl-nav {
		display: none;
	}
	
	.latest_finding ul li {
		font-size: 12px;
		font-weight: 400;
		line-height: 16px;
	}
	
	.latest_finding ul {
		padding: 12px 0px 4px 0px;
		gap: 5px;
	}
	
	.latest_finding .item ul li:nth-child(2) svg {
		width: 4px;
		height: 8px;
	}
	
	.latest_finding p {
		font-size: 16px;
		font-weight: 500;
		line-height: 24px;
	}
	
	.faq_accordian h2 {
		margin-bottom: 12px;
	}
	
	.at-item {
		padding: 12px;
	}
	
	.at-title:after {
		right: 0;
		padding: 0;
		background: transparent;
		line-height: 28px;
		text-align: right;
	}
	
	.faq_accordian .at-title h2, .faq_accordian .at-title {
		margin-bottom: 12px;
		padding-right: 20px;
		margin: 0;
		font-size: 20px;
		font-weight: 300;
		line-height: 32px;
	}
	
	.at-tab {
		margin-top: 12px;
		font-size: 16px;
		font-weight: 300;
		line-height: 24px;
	}
}

@media only screen and (min-width: 300px) and (max-width: 576px) {
	.testimonial_carousel .client_saying img.hide_on_mobile {
		display: none !important;
	}
	
	.testimonial_carousel .client_saying img.hide_on_pc {
		display: block !important;
	}
	
	.team_section h4.h42, .team_section h3.h42 {
		padding: 0 0 8px 0;
		font-size: 22px;
		line-height: 32px;
	}
	
	.vision_section .width-100 {
		margin-top: 40px;
	}
	
	.innovation_section h2.section_heading.mb-24 {
		margin-bottom: 4px;
	}
	
	section br {
		display: none;
	}
	
	.section_description .review_rating_section {
		align-items: center;
	}
	
	.team_section .icon_block img {
		margin-left: auto;
	}
	
	.image_content_section {
		gap: 0;
		flex-direction: column;
	}
	
	.scrollable_content ul li {
		margin-bottom: 8px;
		padding: 16px;
	}
	
	.scrollable_content ul li:last-child {
		margin-bottom: 0px;
	}
	
	.image_box {
		display: none;
	}
	
	.content_box > div span, .content_box p {
		font-size: 16px;
		font-weight: 500;
		line-height: 24px;
	}
	
	.content_box p {
		font-weight: 300;
	}
	
	.content_box > div {
		margin-bottom: 12px;
	}
	
	main.homepage_content .section-container {
		max-width: 100% !important;
		padding: 0px 20px;
	}
	
	.section_description {
		flex-direction: column;
		padding-top: 18px;
		align-items: start;
		justify-content: center;
	}
	
	.hero_section h1 {
		max-width: 335px;
		font-size: 36px;
		font-weight: 600;
		line-height: 52px;
	}
	
	.hero_section {
		padding: 58px 0px 40px 0px;
		margin-bottom: -10px;
	}
	
	.rating_description {
		display: none;
	}
	
	.client_logo {
		width: 50px;
	}
	
	.section_description .client_details p, .section_description .rating_stars p:last-child {
		margin: 0 0 2px 0px;
		font-size: 16px;
		line-height: 24px;
		font-weight: 300;
	}
	
	.section_description .client_details p {
		text-transform: uppercase;
	}
	
	.rating_stars p svg {
		width: 12px;
		height: 12px;
	}
	
	.lets_talk_btn {
		display: block;
	}
	
	.lets_talk_btn a {
		border-radius: 58px;
		background: var(--Colors-Accent-Light, #29e8ae);
		padding: 8px 43px;
		color: var(--button-hyperlink-blue, #12334e);
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
		text-transform: capitalize;
		margin: 55px 0 0 0;
		display: inline-block;
	}
	
	.show_on_mobile {
		display: inline-block !important;
	}
	
	.section_heading, .section_heading h2 {
		font-size: 32px;
		line-height: 36px;
	}
	
	.vision_section .section_heading h2 {
		text-align: center;
	}
	
	.vision_section .vision-container {
		flex-direction: column;
		gap: 4px;
		margin-bottom: 40px;
	}
	
	.vision_section {
		padding: 40px 0px 40px 0px;
	}
	
	.section_short_description, .section_short_description p, .icon_description_section .icon_block p {
		font-size: 16px;
		font-weight: 300;
		line-height: 24px;
	}
	
	.vision_section .section_short_description p {
		margin-bottom: 24px;
		text-align: center;
	}
	
	.vision_section .section_short_description p:last-child {
		margin-bottom: 0px;
	}
	
	.btn_outlined_green {
		font-family: Inter !important;
		font-size: 12px;
		font-weight: 500;
		line-height: 16px;
		padding: 10px 12px;
		height: auto;
	}
	
	.vision_section .section_short_description {
		text-align: center;
	}
	
	.icon_description_section {
		gap: 40px;
		flex-direction: column;
		align-items: center;
	}
	
	.icon_description_section .icon_block h4, .icon_description_section .icon_block h3 {
		font-size: 16px;
		font-weight: 500;
		line-height: 24px;
		padding: 12px 0px 0px 0;
	}
	
	.team_section .icon_block img {
		width: 44px;
		height: 44px;
	}
	
	.width-100 {
		width: 100%;
		text-align: center;
	}
	
	.icon_description_section .icon_block:last-child {
		margin-bottom: 0px;
	}
	
	.icon_block::after {
		left: 25%;
		transform: none;
		top: -15px;
	}
	
	.innovation_section {
		padding: 40px 0px;
	}
	
	.innovation_section .image_blocks {
		grid-template-columns: 1fr;
		gap: 20px;
		margin-top: 40px;
	}
	
	.img_wrap {
		height: auto;
	}
	
	.image_blocks p {
		margin-top: 12px;
		font-size: 12px;
		line-height: 20px;
	}
	
	.image_blocks h4 > a {
		font-size: 20px !important;
		line-height: 28px !important;
		margin-top: 0 !important;
	}
	
	.innovation_section a {
		margin: 20px auto 0 auto;
		padding: 10px 12px;
		font-family: Inter !important;
		font-size: 12px;
		line-height: 16px;
		width: 123px;
		display: block;
		font-weight: 500;
	}
	
	.services_section {
		background: var(--surface-darkblue, #662D91);
		padding: 40px 0 32px 0;
		text-align: center;
	}
	
	.services_section h2.section_heading, .services_section p.section_short_description {
		text-align: center;
		max-width: 100%;
	}
	
	.services_section p.section_short_description {
		margin: 4px 0px 32px 0px;
	}
	
	.services_blocks_container {
		grid-template-columns: 1fr;
	}
	
	.services_blocks span {
		width: 32px;
		height: 32px;
	}
	
	.services_blocks h4, .services_blocks h3 {
		font-size: 16px;
		line-height: 24px;
		margin: 8px 0px 4px 0px;
	}
	
	.services_blocks p {
		font-size: 16px;
		font-weight: 300;
		line-height: 24px;
	}
	
	.services_blocks {
		border-radius: var(--border-radius-8, 8px);
		border: .444px solid #224765;
		background: #74409C;
		box-shadow: 0px 1.778px 8.889px 0px rgba(0, 0, 0, .05);
		padding: 16px 12px;
	}
	
	.product_services_section {
		padding: 40px 0 24px 0;
	}
	
	.product_services_section h2.section_heading, .product_services_section p.section_short_description {
		text-align: center;
		max-width: 100%;
	}
	
	.product_services_section p.section_short_description {
		margin-top: 4px;
		margin-bottom: 32px;
	}
	
	.content_box > div img {
		width: 19px;
		height: 19px;
	}
	
	.clients_testimonials {
		padding: 40px 0px;
	}
	
	.clients_testimonials .section_heading.mb-24 {
		margin-bottom: 4px;
	}
	
	.clients_testimonials .time {
		font-size: 10px;
		font-weight: 300;
		line-height: 16px;
	}
	
	.latest_finding {
		padding: 40px 0px 40px 0px;
	}
	
	.latest_fininding_carousel.owl-carousel .owl-nav {
		display: none;
	}
	
	.latest_finding h2.section_heading {
		max-width: 100%;
		margin-bottom: 24px;
	}
	
	.latest_finding ul li {
		font-size: 12px;
		font-weight: 400;
		line-height: 16px;
	}
	
	.latest_finding ul {
		padding: 12px 0px 4px 0px;
		gap: 4px;
		align-items: center;
	}
	
	.latest_finding ul li:nth-child(2) {
		line-height: 0;
	}
	
	.latest_finding ul li:nth-child(2) svg {
		width: 4px;
		height: 4px;
	}
	
	.latest_finding p {
		font-size: 16px;
		font-weight: 500;
		line-height: 28px;
	}
	
	.faq_accordian {
		padding: 40px 0px;
	}
	
	.faq_accordian h2.section_heading.mb-40 {
		margin-bottom: 12px;
	}
	
	.at-item {
		padding: 12px 0px;
	}
	
	.at-title h2, .at-title {
		font-size: 16px;
		font-weight: 300;
		line-height: 24px;
		padding-right: 56px;
	}
	
	.at-tab {
		margin-top: 12px;
		font-size: 14px;
		font-weight: 300;
		line-height: 20px;
		padding-right: 0;
	}
	
	.at-title:after {
		right: 0;
		top: 18px;
		padding: 0;
		text-align: center;
		line-height: 28px;
	}
	
	.team_section {
		padding: 40px 0px;
	}
	
	.team_section h2.section_heading, .team_section {
		max-width: 100%;
		text-align: center;
	}
	
	.team_section .icon_description_section .icon_block, .team_section .icon_description_section .icon_block p {
		text-align: center;
		margin-left: 0;
	}
	
	.team_section .icon_description_section .icon_block p {
		font-size: 16px;
		font-weight: 300;
		line-height: 24px;
		opacity: .7;
	}
	
	.team_btn {
		margin: 28px 0px;
	}
	
	.team_section h2.section_heading {
		margin-bottom: 16px;
	}
	
	.icon_description_section {
		gap: 32px;
		margin-top: 0;
	}
	
	.team_section .icon_description_section .icon_block h4, .team_section .icon_description_section .icon_block h3 {
		font-size: 16px;
		font-weight: 500;
		line-height: 24px;
		padding: 12px 0 0 0px;
	}
	
	.team_section .icon_description_section .icon_block .icn {
		transform: scale(.6);
	}
	
	.team_section h4.mb-32.mt-70, .team_section h3.mb-32.mt-70 {
		font-weight: 500;
		line-height: 28px;
		font-size: 20px;
		margin: 36px auto 20px auto;
	}
	
	.team_review {
		grid-template-columns: 1fr 1fr;
		gap: 14px 17px;
	}
	
	.team_rating {
		gap: 0;
		margin-top: 20px;
		position: relative;
	}
	
	.team_review > div {
		gap: 8px;
		flex-wrap: nowrap;
		align-items: center;
	}
	
	.team_review img {
		width: 28px;
		height: 28px;
	}
	
	.review_count {
		font-size: 12px;
		font-weight: 300;
		line-height: 20px;
		margin-top: 0;
		opacity: .5;
	}
	
	.review_logo span svg {
		width: 10px;
		height: 10px;
	}
	
	.review_logo span:first-child {
		font-size: 16px;
		font-weight: 500;
		line-height: 24px;
	}
	
	.review_logo {
		text-align: left;
	}
	
	.review_logo span img {
		width: 10px;
		height: 10px;
	}
	
	.review_logo span:first-child {
		padding-right: 0;
	}
	
	.team_rating .btn_outlined_green {
		margin: 24px auto 0 auto;
	}
	
	.team_pictures {
		gap: 8px;
	}
	
	.team_pictures div:nth-child(4) {
		width: calc(35% - 16px);
	}
	
	.team_pictures div:first-child {
		width: calc(42% - 8px);
	}
	
	.client_saying {
		flex-wrap: wrap;
		gap: 0;
		flex-direction: column;
	}
	
	.client_comments {
		font-size: 16px;
		font-weight: 300;
		line-height: 24px;
		margin-top: 0;
	}
	
	.testimonial_carousel {
		padding: 16px 0px 32px 0px;
	}
	
	.testimonial_carousel .client_saying img {
		width: 63px !important;
		min-width: auto;
	}
	
	.testimonial_carousel .client_saying .client_pic {
		width: 36px !important;
		height: 36px;
		border-radius: 50%;
		margin-right: 12px;
		float: left;
		margin-bottom: -11px;
	}
	
	.client_saying svg {
		width: 40px;
		height: 40px;
	}
	
	.brands_logo {
		gap: 16px;
	}
	
	.brands_logo img {
		width: 90px;
		object-fit: contain;
	}
	
	.testimonial_carousel .owl-dots, .testimonial_carousel .owl-nav {
		display: none !important;
	}
	
	.client_name {
		font-size: 16px;
		line-height: 24px;
		margin-top: 24px;
	}
	
	.client_designation {
		gap: 12px;
	}
	
	.client_designation span {
		font-size: 16px;
		font-weight: 300;
		line-height: 24px;
	}
}

.testimonial_carousel .client_saying img.hide_on_mobile {
	display: block;
}

.testimonial_carousel .client_saying img.hide_on_pc {
	display: none;
}

.show-xs {
	display: none;
}

@media only screen and (max-width:769px) {
	.brands_logo .owl-stage-outer {
		margin: 0px -20px 0px 0px;
	}
	
	.hidden-xs {
		display: none;
	}
	
	.show-xs {
		display: inline-block;
	}
}

@media only screen and (min-width:769px) and (max-width:1200px) {
	.icon_description_section .icon_block p {
		color: rgba(255, 255, 255, .7);
	}
	
	.services_section h2 {
		width: 536px;
	}
	
	.content_box > div span {
		font-size: 16px;
		line-height: 24px;
	}
	
	.content_box > div {
		margin-bottom: 12px;
	}
	
	.scrollable_content ul li {
		margin-bottom: 0px;
		padding: 16px;
	}
	
	.services_section {
		padding: 60px 0px;
	}
	
	.content_box p {
		font-size: 16px;
		line-height: 24px;
	}
	
	.brands_logo .owl-stage-outer {
		margin: 0px -40px 0px 0px;
	}
}

@media only screen and (min-width:1200px) {
	.team_section .team_review .review_logo span img {
		width: 18px;
		height: 16px;
	}
	
	.section_description .show_on_mobile {
		display: none;
	}
	
	.vision_section .section_heading  h2 {
		width: 586px;
	}
}

@media only screen and (max-width:1200px) {
	.product_services_section h2 {
		width: 516px;
	}
	
	.homepage_content br {
		display: none;
	}
}

.scrollable_content ul {
	list-style: none;
}

.testimonial_carousel .client_saying img {
	border-radius: 20px;
}

/* Footer Form */
.widget.widget_block input.sib-email-area {
	background: transparent;
	border: 1px solid #b6bdc3;
	padding: 16px 16px;
	width: 100%;
	border-radius: 8px;
	color: rgba(255, 255, 255, .5);
	font-family: Lexend;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	height: 48px;
}

.widget.widget_block input.sib-default-btn {
	padding: 8px 16px 8px 16px;
	border-radius: 8px;
	border: 1px solid transparent;
	background: #fff !important;
	position: absolute;
	right: 16px !important;
	cursor: pointer;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	color: #12334e !important;
	bottom: 5px;
}

.widget.widget_block .sib_signup_box_inside_1 {
	position: relative;
}

.widget.widget_block  form {
	position: relative;
	width: 80%;
	margin-top: 0px !important;
}

footer .sib_loader img {
	width: auto !important;
}

@media only screen and (max-width: 1200px) and (min-width: 768px) {
	.widget.widget_block input.sib-default-btn {
		bottom: 5px !important;
	}
	
	.widget.widget_block  form#sib_signup_form_1 {
		margin-top: 0px !important;
	}
}

@media only screen and (max-width: 767px) {
	.widget.widget_block  form#sib_signup_form_1 {
		margin-top: 0px !important;
	}
	
	.widget.widget_block  form {
		width: 100% !important;
	}
}



