/*
 Theme Name:   Astra Child
 Template:     astra
 Version:      1.0.0
 Description:  A child theme of Astra.
 Author:      Paktolus
*/

@font-face {
	font-family: 'Calasans 04 Solid Demo';
	src: url('fonts/Calasans04SolidDemo-04Solid.eot');
	src: url('fonts/Calasans04SolidDemo-04Solid.eot?#iefix') format('embedded-opentype'),
		url('fonts/Calasans04SolidDemo-04Solid.woff2') format('woff2'),
		url('fonts/Calasans04SolidDemo-04Solid.woff') format('woff'),
		url('fonts/Calasans04SolidDemo-04Solid.ttf') format('truetype'),
		url('fonts/Calasans04SolidDemo-04Solid.svg#Calasans04SolidDemo-04Solid') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'JetBrains Mono';
	src: url('fonts/JetBrainsMono-Regular.eot');
	src: url('fonts/JetBrainsMono-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/JetBrainsMono-Regular.woff2') format('woff2'),
		url('fonts/JetBrainsMono-Regular.woff') format('woff'),
		url('fonts/JetBrainsMono-Regular.ttf') format('truetype'),
		url('fonts/JetBrainsMono-Regular.svg#JetBrainsMono-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/* Header design start */
.main-header-bar-wrap .ast-builder-menu-1 .menu-item.current-menu-item .sub-menu .menu-link,
.ast-mobile-popup-content .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item .sub-menu .menu-link {
	color: #232a32;
}

.main-header-bar-wrap .ast-builder-menu-1 .menu-item.current-menu-item .sub-menu .menu-link:hover,
.ast-mobile-popup-content .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item .sub-menu .menu-link:hover {
	color: #008deb;
}

/* Header design end */

a:focus {
	outline: none;
}

.ast-custom-button-link {
	text-align: center;
}

.big-container {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 20px;
}

h1,
.entry-content h1,
h2,
.entry-content h2,
h3,
.entry-content h3,
h4,
.entry-content h4,
h5,
.entry-content h5,
h6,
.entry-content h6 {
	font-family: 'Calasans 04 Solid Demo';
}

.ast-custom-button:focus {
	color: #fff;
}

.page-hd {
	margin: 0 0 24px;
}

.sub-hd {
	font-family: "Helvetica";
	color: #232A32;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	/* 25.2px */
	margin: 0 0 14px;

}

.square-list-style {
	margin: 0 0 20px;
	list-style-type: none;
}

.square-list-style li {
	padding-left: 32px;
	position: relative;
}

.square-list-style li::before {
	content: '';
	background: #008EED;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
}

.services-card-content-wrap {
	padding: 20px 24px 30px;
	display: flex;
	flex-flow: column;
	height: 100%;
}

.ast-site-identity {
	padding: 0;
}

.dropdown-menu-toggle .ast-icon.icon-arrow svg {
	height: 0.9em;
	width: 0.9em;
}

.sub-menu .menu-item>.menu-link {
	padding-top: 15px;
	padding-bottom: 15px;
}

.menu-item-has-children:hover>.menu-link .dropdown-menu-toggle .ast-icon.icon-arrow svg {
	transform: rotate(180deg);
}

.page-hd {
	text-transform: uppercase;
}

.dot-hd span {
	position: relative;
}

.dot-hd span::after {
	content: '';
	position: absolute;
	bottom: 13px;
	right: -7px;
	width: 8px;
	height: 8px;
	background: #008EED;
	border-radius: 100%;
}

.hm-small-txt {
	color: #EBEBEB;
	font-family: "Helvetica";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	/* 19.6px */
	margin: 0 0 16px;
}

.hm-banner-content-block .page-hd {
	color: #FFF;
}

.hm-banner-content-block p {
	color: #EBEBEB;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	/* 25.2px */
	margin: 0 0 35px;
	max-width: 488px;
}

.home-banner-sec {
	border-radius: 16px;
	background: linear-gradient(0deg, #040313 0%, #040313 100%);
	padding: 30px 40px 30px 70px;
}

.home-banner-content-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.hm-banner-content-block {
	display: flex;
	flex-flow: column;
	gap: 30px;
}

.hm-banner-content-bottom-wrap {
	margin-top: auto;
}

.logo-5star-wrap {
	display: flex;
	align-items: center;
	gap: 30px;
}

.star-txt-wrap span {
	display: block;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	/* 19.6px */
}

.hm-banner-content-top-wrap {
	margin-top: 50px;
}

.hm-banner-content-top-wrap .ast-custom-button {
	display: inline-block;
}

.banner-overlay-content-wrap {
	padding: 25px 24px;
	border-radius: 12px;
	background: rgba(11, 25, 62, 0.62);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	position: absolute;
	right: 10px;
	bottom: 15px;
	max-width: 390px;
}

.banner-overlay-content-wrap::after {
	content: '';
	position: absolute;
	right: -25px;
	top: -35px;
	background: url(images/point-circle-style-img.svg) no-repeat center;
	width: 70px;
	height: 70px;
}

.hm-banner-img-block {
	position: relative;
}

.hm-banner-img-block img {
	border-radius: 16px;
}

.banner-overlay-content-wrap h4 {
	text-transform: uppercase;
	color: #FFF;
	margin: 0 0 10px;
}

.banner-overlay-content-wrap p {
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	/* 128.571% */
	letter-spacing: 0.1px;
	margin: 0 0 30px;
}

.banner-overlay-content-wrap span {
	display: block;
}
.common-banner-sec picture img,
.service-banner-section picture img {
  border-radius: 17px;
	min-height: 532px;
  object-fit: cover;
}
.banner-overlay-content-wrap a {
	display: inline-block;
	text-transform: uppercase;
	text-decoration-line: underline;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	/* 128.571% */
	letter-spacing: 0.1px;
	pointer-events: none;
  	cursor: default;
}

.number-block-sec {
	border-radius: 16px;
	background: #FFF;
	box-shadow: 0px 0px 20px 0px #DFDFDF;
	padding: 80px 20px;
	margin: 20px 0 40px;
}

.number-block-header-wrap {
	text-align: center;
	margin-bottom: 40px;
}

.number-block-header-wrap .sec-hd {
	max-width: 970px;
	margin: 0 auto;
}

.blue-dot {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #008EED;
	margin-left: 5px;
}

.stats-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.stat-box {
	flex: 1;
	min-width: 250px;
	max-width: 250px;
	padding: 24px 30px;
	border-left: 1px solid #D0D5DD;
	text-align: center;
}

.stat-box:first-child {
	border-left: none;
}

.stat-number {
	font-size: 76px;
	line-height: 90px;
	font-weight: 700;
	color: #008DEB;
	margin-bottom: 10px;
}

.stat-title {
	color: #232A32;
	text-transform: uppercase;
	margin: 0 0 24px;
	line-height: 32px;
}

.stat-description {
	max-width: 188px;
	margin: 0 auto;
}

.hm-service-block-header-wrap {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}

.hm-service-sec {
	background: #07112E;
	padding: 80px  0 125px;
}

.hm-service-block-header-wrap .sub-hd,
.hm-service-block-header-wrap .sec-hd {
	color: #fff;
}

.hm-service-block-header-wrap p {
	color: #EBEBEB;
	margin: 28px 0 0;
}

.services-slide {
	margin: 0 10px;
	height: auto;
	overflow: hidden;
}

.services-card {
	border-radius: 16px;
	background: #FAFAFA;
	height: 100%;
	display: flex;
	flex-flow: column;
}

.services-card-image {
	padding: 10px;
	height: 230px;
}

.services-card-image img {
	border-radius: 8px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.services-card-number {
	color: #008EED;
	font-family: "JetBrains Mono";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 25.6px;
	/* 160% */
	margin: 0 0 14px;
}

.services-card-title {}

.services-card-content {
	line-height: 120%;
}

.services-card-feature-item {
	margin-bottom: 50px;
}

.services-card-feature-item li {
	text-transform: uppercase;
	margin-bottom: 12px;
}

.services-card-btn-wrap {
	margin-top: auto;
}

.services-card-btn-wrap .ast-custom-button {
	display: block;
	text-align: center;
	border-radius: 100px;
	background: #075BBB;
	font-weight: 600;
}

.services-card-btn-wrap .ast-custom-button:hover {
	background: #008EED;
}

.services-slider.slider-cut-style .slick-slide {
	max-width: 476px;
}

.services-slider.slider-cut-style.slick-slider {
	margin-top: 46px;
}

/* Slick slider custom styles */
.slider-cut-style .slick-list {
	/*	  overflow: visible !important;*/
}

.slider-cut-style .slick-track {
	display: flex !important;
}

.slider-cut-style .slick-slide {
	height: auto !important;
}
.slider-cut-style .slick-prev{
	position: absolute;
	bottom: -22px;
	left: 40%;
	top: inherit;
	z-index: 9;
}
.slider-cut-style .slick-next{
	position: absolute;
	bottom: -22px;
	right: 43%;
	top: inherit;
	z-index: 9;
}
.slider-cut-style .slick-prev::before,
.slider-cut-style .slick-next::before{
	content: '';
	width: 52px;
	height: 52px;
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	opacity: 1;
}
.slider-cut-style .slick-prev::before{
	background: url(images/slick-prev-arrow.svg) no-repeat center;
	background-size: 115%;
}
.slider-cut-style .slick-next::before{
	background: url(images/slick-next-arrow.svg) no-repeat center;
	background-size: 115%;
}
.slider-cut-style .slick-prev::before:hover,
.slider-cut-style .slick-next::before:hover{
	opacity: 0.7;
}
 .slider-cut-style.testimonial-slider .slick-dots li button::before{
	opacity: 1;
}
/* Ensure the cut-off effect */
.slider-cut-style.slick-slider {
	width: 90%;
	margin: 0;
	margin-left: auto;
}

/* Hide the next/prev arrows */
.slider-cut-style .slick-arrow {
/*	display: none !important;*/
}

/* Style dots */
.slider-cut-style .slick-dots {
	position: relative;
	bottom: -40px;
}

.slider-cut-style .slick-dots li button:before {
	color: #ddd;
	font-size: 12px;
}

.slider-cut-style .slick-dots li.slick-active button:before {
	color: #0e86d4;
}

.slick-dots li button {
	width: 15px;
	height: 15px;
}

.slick-dots li button::before {
	margin-left: auto;
	margin-right: auto;
	width: 15px;
	height: 15px;
}

/*--Testimonails--*/
.testimonial-slide {
	padding: 14px 12px;
	width: 495px !important;
}

.testimonial-card {
	display: grid;
/*	grid-template-columns: 360px 351px;*/
	overflow: hidden;
	border-radius: 16px;
	background: #FFF;
	box-shadow: 0px 0px 16px 0px #DFDFDF;
	padding: 36px;
	gap: 30px;
}
.rating-and-logo-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 55px;
}
.testimonial-image {
	position: relative;
	overflow: hidden;
}

.testimonial-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.testimonial-content {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.client-logo {
	max-height: 40px;
	margin: 15px 0 10px;
}

.client-logo img {
	height: 100%;
	max-width: 100%;
	object-fit: contain;
}

.testimonial-text {
	margin-bottom: 43px;
	min-height: 145px;
	color: #232A32;
	font-family: "Helvetica";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.testimonial-text p{
	color: #232A32;
	font-family: "Helvetica";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.client-info {
	margin: auto 0 0;
}

.client-name {
	color: #232A32;
	font-family: "Helvetica";
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	margin-bottom: 0;
}

.client-position {
	font-family: "Helvetica";
	color: #232A32;
	font-size: 14px;
	line-height: 140%;
	color: #232A32;
}

.testimonial-image img {
	border-radius: 16px;
	height: 400px;
}

.testimonials-section {
	padding: 100px 0;
	background: #FAFAFA;
}

.testimonials-header-wrap {
	text-align: center;
	margin: 0 0 60px;
}
.testimonial-rating {
	color: #008DEB;
	font-size: 30px;
	line-height: normal;
}


/*--Logos scrolling--*/
.scrolling-logos-container {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	margin-top: 120px;
}

.scrolling-logos-inner {
	display: flex;
	width: max-content;
	/* Allows the inner container to take up as much space as needed */
	animation: marquee 30s linear infinite;
}

.scrolling-logos-collection1,
.scrolling-logos-collection2 {
	display: flex;
	gap: 68px;
	align-items: center;
}

.scrolling-logos-collection2 {
	margin-left: 48px;
}

.scrolling-logos-item {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}

.scrolling-logos-item {
	cursor: default;
}

.scrolling-logos-item img {
	width: auto;
}

@keyframes marquee {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}

.scrolling-logos-inner:hover {
	animation-play-state: paused;
}

/*--End Logos scrolling--*/
.keep-section {
	margin-top: 50px;
	margin-bottom: 50px;
}

.big-hd {
	color: #FFF;
	font-size: 163.177px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 50px 0;
}

.keep-content-wrap .big-hd {
	text-align: center;
}

.blue-text {
	color: #008EED;
}

.keep-content-wrap {
	border-radius: 16px;
	background: #070F38;
	padding: 55px 80px;
}

.keep-content-wrap img {
	max-width: 452px;
	border-radius: 16px;
	width: 100%;
}

.keep-image-content {
	display: grid;
	grid-template-columns: 510px 1fr;
	gap: 20px;
	align-items: center;
}

.keep-image-content p {
	color: #EBEBEB;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	/* 28px */
	margin: 0;
}

.keep-image-bottom {
	text-align: right;
}

.hm-post-section {
	padding: 90px 0;
}

.hm-post-header-wrap {
	text-align: center;
	margin-bottom: 50px;
}

.card-grid {
	/* display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;*/
}

.card {
	overflow: hidden;
	margin: 0 15px;
}

.card img {
	width: 100%;
	height: 264px !important;
	object-fit: cover;
	border-radius: 16px;
}

.card-content {
	padding: 23px 0;
}

.tag-wrap {
	margin: 0 0 20px;
}

.tag {
	display: inline-block;
	border-radius: 300px;
	background: #E8F6FF;
	padding: 8px 16px;
	color: #5C5443;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: 12.75px;
	/* 115.909% */
	letter-spacing: 0.425px;
	text-transform: uppercase;
}

.card-title {
	margin: 0 0 24px;
	font-family: "Helvetica";
}

.card-title a {
	color: #232A32;
}

.date {
	color: #747672;
	font-family: "Helvetica";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	/* 120% */
	margin: 0;
}
.date, 
.blog-main-hero-date, 
.sidebar-article-date,
.category-technology .ast-blog-single-element .entry-meta{
  display: none;
}
/*---Footer Style--*/
.footer {
	background-color: #0a0a14;
	color: #ffffff;
	padding: 60px 0 20px;
}

.footer-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}

.footer-left {
	flex: 0 0 25%;
}

.footer-nav {
	display: flex;
	flex-wrap: wrap;
/*	justify-content: space-between;*/
	gap: 60px;
	flex-direction: column;
  justify-content: flex-end;
  align-items: self-end;
}

.footer-column {
	margin-bottom: 20px;
	max-width: 260px;
}

.footer-logo {
	margin-bottom: 65px;
}
.footer-logo img{
	max-width: 200px;
}

.logo span {
	position: relative;
}

.logo span::after {
	content: "/";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.page-links-wrap a{
	color: #fff;
}

.subscribe-text {
	margin-bottom: 16px;
	color: #FFF;
	font-family: "Helvetica";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28.6px;
	/* 158.889% */
}

.email-input {
	width: 100%;
	padding: 12px 15px;
	border-radius: 25px;
	border: none;
	background-color: #0a0a14;
	color: white;
	font-size: 14px;
	margin-bottom: 25px;
	border: 1px solid #333;
}

.social-icons {
	display: flex;
	gap: 10px;
	margin-top: 40px;
}

.social-icon {
	display: flex;
	align-items: center;
	justify-content: center;	
	text-decoration: none;
}
.social-icon img{
	width: 48px;
	height: 48px;
}
.column-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 25px;
}

.footer-links {
	list-style: none;
	margin: 0;
}

.footer-links li {
	margin-bottom: 24px;
}

.footer-links a,
.footer-column label {
	color: #FFF;
	text-align: center;
	font-family: "Helvetica";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 25.6px;
	/* 160% */
	margin: 0;
}

.footer-column label {
	margin-bottom: 24px;
	display: inline-block;
}

.footer-links a:hover {
	text-decoration: underline;
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	padding-top: 16px;
	border-top: 1px solid #333;
	color: #FFF;
	font-family: "Helvetica";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 25.6px;
	gap: 15px;
	margin-top: 50px;
}

.footer-bottom a {
	color: #fff;
}

.footer-content input {
	background: transparent;
	border-radius: 12px;
	border: 1px solid #FFF;
	height: 48px;
	box-shadow: none;
	color: #fff;
	outline: 0;
}

.footer-content input:focus,
.footer-content .wpcf7 input.wpcf7-form-control:not([type="submit"]):focus,
.footer-content .wpcf7 select.wpcf7-form-control:focus,
.footer-content .wpcf7 textarea.wpcf7-form-control:focus {
	background: transparent;
	border: 1px solid #FFF;
	color: #fff;
	outline: 0;
}
.contact-email-address-wrap {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.contact-item{
	padding-left: 30px;
	position: relative;
}
.contact-item:before{
	content: '';
	width: 16px;
	height: 16px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 6px;	
	background-repeat: no-repeat;
}
.phone-wrap:before{
	background-image: url('./images/call.svg');
}
.email-wrap:before{
	background-image: url('./images/mail.svg');
}
.address-wrap:before{
	background-image: url('./images/location_on.svg');
}
.contact-item a,
.contact-item p{
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 25.6px; /* 160% */
	margin-bottom: 0;
}
/*---End Footer Style--*/

.contact-section input[type="text"],
.contact-section input[type="number"],
.contact-section input[type="email"],
.contact-section input[type="url"],
.contact-section input[type="password"],
.contact-section input[type="search"],
.contact-section input[type=reset],
.contact-section input[type=tel],
.contact-section input[type=date],
/* .contact-section .wpcf7 .form-two-fields-row-btm .wpcf7-form-control-wrap, */
.contact-section select {
	border: 1px solid rgba(35, 42, 50, 0.20);
}

/* .contact-section select {
    border: 1.6px solid rgba(35, 42, 50, 0.20);
} */
/* 
.contact-section .lets-stay-form select{
    border: none;
} */


/* Css for let's stay in touch page starts from here  */

.lets-stay-form .form-two-fields-row {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
	/* margin-bottom: 0; */
}


.contact-section .big-container-inside {
	border-radius: 16px;
	background: linear-gradient(0deg, #040313 0%, #040313 100%);
	padding: 30px 40px 60px 70px;
}

.contact-section {
	padding-bottom: 96px;
}

.contact-section .contact-content-flex {
	display: flex;
	gap: 180px;
	flex-wrap: wrap;
	align-items: center;
}

.contact-section .contact-left {
	flex: 1;
	min-width: 300px;
	max-width: 589px;
}

.contact-section .contact-right {
	flex: 1;
	min-width: 250px;
	max-width: 400px;
}

.contact-section .contact-breadcrumbs {
	font-size: 14px;
	margin-bottom: 20px;
	color: #FFF;
	font-family: "Helvetica";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.contact-section .contact-breadcrumbs a {
	color: #fff;
	text-decoration: none;
}

.contact-section .contact-breadcrumbs a:hover {
	text-decoration: underline;
}

.contact-section .contact-pre-title {
	color: #fff;
	font-family: "Helvetica";
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	margin-bottom: 8px;
	padding-top: 70px;
}

.contact-section .contact-title {
	/* font-family: "Calasans 04 Solid Demo"; */
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 40px;
	line-height: 1.1;
	text-transform: uppercase;
	color: #fff;
}

.contact-section .contact-form {
	background-color: #ffffff;
	border-radius: 28px;
	padding: 40px 36px;
	width: 100%;
	max-width: 678px;
}

.contact-section .wpcf7-form label,
.contact-section .wpcf7-form legend {
	color: #232A32;
	/* font-family: "Calasans 04 Solid Demo"; */
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
}

.contact-section .wpcf7 .form-group .wpcf7-form-control-wrap {
	margin-top: 6px;
}

.contact-section .lets-stay-form input::placeholder,
.contact-section .lets-stay-form textarea::placeholder {
	color: #232A32;
	/* font-family: "Calasans 04 Solid Demo"; */
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	opacity: 0.36;
}

.contact-section .lets-stay-form textarea {
	border-radius: 8px;
	border: 1px solid rgba(35, 42, 50, 0.20);
	background: #FFF;
	/* max-width: 517px; */
	resize: vertical;
}

.contact-section .lets-stay-form input[type="button"],
.contact-section .lets-stay-form input[type="reset"],
.contact-section .lets-stay-form input[type="submit"] {
	border-radius: 100px;
	background: #008DEB;
	color: #FFF;
	text-align: center;
	/* font-family: "Calasans 04 Solid Demo"; */
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 25.6px;
	padding: 13px 52px;
	margin-top: 7px;
}

.contact-section .contact-info {
	margin-bottom: 40px;
}

.contact-section .contact-info-item {
	margin-bottom: 25px;
}

.contact-section .info-label {
	color: #FFF;
	/* font-family: "Calasans 04 Solid Demo"; */
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	opacity: 0.42;
	margin-bottom: 5px;
}

.contact-section .info-value {
	color: #FFF;
	/* font-family: "Calasans 04 Solid Demo"; */
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	margin-bottom: 40px;
}

.contact-section .info-value a {
	color: #fff;
	text-decoration: none;
}

.contact-section .info-value a:hover {
	text-decoration: underline;
}

.contact-section .social-label {
	color: #FFF;
	/* font-family: "Calasans 04 Solid Demo"; */
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	opacity: 0.42;
	margin-bottom: 20px;
}

.contact-section .social-icons {
	display: flex;
	gap: 15px;
	margin-top: unset;
}

.contact-section .social-icon-link {
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: background-color 0.3s ease;
	width: 72px;
	height: 72px;
}

.contact-section .social-icon-link:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

.contact-section .social-icon-link img {
	width: 72px;
	height: 72px;
	display: block;
}

/* Css for let's stay in touch page Ends here  */

/*About us page*/

.about-us-banner .banner-text-about {
	padding: 80px 40px 30px 64px;
}

.banner-text-about h2 {
	color: #FFF;
	text-align: left;
	font-family: "Helvetica";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	/* 25.2px */
	margin-bottom: 10px;
	text-transform: capitalize;
}

.banner-text-about h1 {
	color: #FFF;
	text-align: left;
	font-family: "Calasans 04 Solid Demo";
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	line-height: 70px;
	/* 109.375% */
	margin-bottom: 15px;
}

.banner-text-about p {
	color: #FFF;
	font-family: "Helvetica";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	/* 150% */
	width: 611px;
}

.about-us-banner {
	position: relative;
	color: #fff;
	margin-bottom: 45px;
}

.about-us-banner .banner-image {
	width: 100%;
	height: auto;
	display: block;
}

.about-us-banner .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	border-radius: 20px;
}

.meet-the-team {
	display: flex;
	justify-content: center;
	background-color: #DCEFFB;
	border-radius: 16px;
	padding: 55px 0;
	text-align: center;
}

.meet-the-team h2 {
	color: #232A32;
	text-align: center;
	font-family: Helvetica;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 10px;
	text-transform: unset;
}

.meet-the-team .stats-container {
	margin-top: 60px;
}

.meet-the-team .stat-title {
	padding: 16px;
}

.meet-the-team h1 {
	color: #232A32;
	text-align: center;
	font-family: "Calasans 04 Solid Demo";
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px;
	/* 111.111% */
	text-transform: uppercase;
	width: 100%;
	max-width: 682px;
	margin: 0 auto;
}

.our-team-about-wrp h2 {
	color: #232A32;
	text-align: center;
	font-family: Helvetica;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.our-team-about-wrp h1 {
	color: #232A32;
	text-align: center;
	font-family: "Calasans 04 Solid Demo";
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px;
	/* 111.111% */
	margin-bottom: 10px;
}

.our-team-about-wrp p {
	color: #000;
	text-align: center;
	font-family: Helvetica;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.team-members {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.team-member {
	margin: 0 10px;
	width: 235px;
}

.team-wrapper-sec {
	border-radius: 12px;
	background: #F3FAFF;
	display: flex;
	padding: 12px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.team-wrapper-sec h3 {
	color: #232A32;
	font-family: "Calasans 04 Solid Demo";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 42px;
	/* 210% */
}

.team-wrapper-sec p {
	color: #232A32;
	font-family: "Helvetica";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	margin-bottom: 15px;
}

.team-wrapper-sec img {
	margin-bottom: 12px;
}

.member-image {
	width: 100%;
	height: auto;
}

.our-mission {
	margin-top: 160px;
	margin-bottom: 124px;
}

.mission-wrp-sec {
	display: flex;
	width: 100%;
	max-width: 1205px;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 auto;
	gap: 50px;
}

.our-mission .mission-left,
.our-mission .mission-right {
	width: 50%;
}

.mission-left h2 {
	color: #232A32;
	font-family: "Calasans 04 Solid Demo";
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px;
	/* 111.111% */
}

.mission-right h2 {
	color: #000;
	font-family: "Helvetica";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 25px;
	text-transform: none;
}

.mission-wrp-sec p {
	color: #000;
	font-family: "Helvetica";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.join-our-team {
	background: url('./images/join-team-bkg.png');
	color: #fff;
	background-repeat: no-repeat;
	padding: 115px 118px;
	margin-bottom: 128px;
	border-radius: 16px;
}

.book-consultation {
	background: url('./images/join-consult-bkg.png');
	color: #fff;
	/* White text color */
	padding: 80px 0;
	/* Adjust padding as needed */
	margin: 95px 20px;
	/* Margin around the section */
	border-radius: 12px;
	/* Rounded corners */
	overflow: hidden;
	/* Hide overflowing image */
	background-repeat: no-repeat;
	background-size: cover;
}

.single-service .book-consultation {
	margin: 95px 20px 80px 20px;
	background-image: inherit;
	border-radius: 16px;
	background: linear-gradient(0deg, #07112E 0%, #07112E 100%), url(<path-to-image>) lightgray 50% / cover no-repeat;
}

.book-consultation .ast-custom-button {
	display: flex;
	width: 189px;
	height: 52px;
	padding: 10px 20px;
	justify-content: center;
	align-items: center;
	background: #008DEB;
}

.consultation-left p {
	width: 100%;
	max-width: 308px;
	color: #FFF;
	font-family: Helvetica;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.join-journey-sec {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 65px;
}

.join-right {
	width: 40%;
}

.join-left {
	width: 60%;
}

.join-left .heading-join {
	width: 500px;
}

.join-left p {
	color: #FFF;
	font-family: Helvetica;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 24px;
}

.join-left h2 {
	color: #FFF;
	font-family: Helvetica;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 20px;
	line-height: normal;
	text-transform: unset;
}

.join-left h1 {
	color: #FFF;
	font-family: "Calasans 04 Solid Demo";
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 8px;
	line-height: 40px;
	/* 111.111% */
}

.start-journey {
	background-color: #007bff;
	color: #fff;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

.join-image {
	width: 100%;
	height: auto;
	height: 500px;
	object-fit: contain;
}

.our-partners {
	padding: 30px 118px 165px;
	text-align: center;
}

.single-service .our-partners {
	padding: 60px 118px 70px;
}

.partner-logo-head h2 {
	color: #232A32;
	text-align: center;
	font-family: Helvetica;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 20px;
	text-transform: capitalize;
}

.partner-logo-head h1 {
	color: #232A32;
	text-align: center;
	font-family: "Calasans 04 Solid Demo";
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px;
	margin-bottom: 10px;
}

.partner-logo-head p {
	color: #232A32;
	text-align: center;
	font-family: Helvetica;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 64px;
}

.partner-logos {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 20px;
}
.single-service .partner-logos {
	margin-top: 90px;
}

.our-community .partner-logo-head {
	width: 100%;
	max-width: 700px;
}

.partner-logo-head {
	max-width: 608px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.partner-logo {
	margin: 10px;
	max-width: 100%;
	width: 212px;
}

.community-posts {
	display: flex;
	justify-content: flex-start;
	margin-top: 20px;
}

.community-post {
	border-radius: 16px;
	background: #FAFAFA;
	margin: 10px;
	padding: 10px;
}

.watch-video {
	display: inline-block;
	border-radius: 100px;
	background: #075BBB;
	color: #fff;
	padding: 10px 15px;
	text-decoration: none;
	width: 404px;
	height: 52px;
	text-align: center;
}

.community-post span {
	color: #008EED;
	font-family: "JetBrains Mono";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 25.6px;
	/* 160% */
}
#video-frame {
  width: 100%;
  height: auto;
}
.community-post h3 {
	margin-top: 12px;
	color: #232A32;
	font-family: "Calasans 04 Solid Demo";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	/* 175% */
	margin-bottom: 10px;
}

.community-post p {
	color: #000;
	font-family: Helvetica;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.community-post .post-image {
	width: 100%;
	height: auto;
}

.post-details-txt {
	padding: 12px;
	display: flex;
	flex-flow: column;
	height: 100%;
}

.consultation-left {
	width: 50%;
}

.consultation-right {
	width: 50%;
	text-align: right;
}

.book-button {
	display: inline-block;
	background-color: #007bff;
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	text-decoration: none;
	margin-top: 20px;
}

.consultation-image {
	width: 100%;
	height: auto;
}

.our-team-about-wrp {
	width: 100%;
	max-width: 765px;
	margin: 0 auto;
	text-align: center;
	margin-top: 60px;
}

.mission-left {
	position: relative;
}

.mission-left ::after {
	content: '';
	position: absolute;
	bottom: -25px;
	right: 32px;
	width: 544px;
	height: 4px;
	flex-shrink: 0;
	background: #008EED;
}

.join-journey-sec .cf7-row {
	display: flex;
	gap: 20px;
	margin-bottom: 0px !important;
}

.join-journey-sec .wpcf7 {
	margin-top: 40px;
}

.join-journey-sec .cf7-col {
	width: 50%;
	margin-bottom: 24px;
}

.join-journey-sec .wpcf7 input.wpcf7-form-control:not([type=submit]) {
	padding: 24px 16px !important;
	color: #666;
	border: unset;
}

.join-journey-sec .wpcf7 input[type=file].wpcf7-form-control {
	padding: 12px 16px !important;
}

.join-journey-sec .wpcf7-submit {
	border-radius: 100px;
	background: #008DEB;
	margin-top: 20px;
}

.book-consultation .container {
	display: flex;
	/* Use flexbox for two columns */
	align-items: center;
	/* Vertically align items */
	gap: 400px;
	/* Space between columns */
	max-width: 1200px;
	/* Limit container width */
	margin: 0 auto;
	/* Center container */
	padding: 0 20px;
	/* Add horizontal padding */
}

.consultation-left h2 {
	/* Pre-title */
	color: #FFF;
	font-family: Helvetica;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 20px;
	text-transform: unset;
}

.consultation-left h1 {
	/* Title */
	color: #FFF;
	font-family: "Calasans 04 Solid Demo";
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px;
	/* 111.111% */
	padding-bottom: 8px;
}

#video-popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

.video-wrapper {
	position: relative;
	width: 90%;
	max-width: 800px;
}

#close-video {
	position: absolute;
	top: -10px;
	right: -10px;
	background: #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	z-index: 9;
}

.service-sec-card {
	display: flex;
	flex-flow: column;
	height: 100%;
}

body.about-popup-open {
	overflow: hidden;
	/* Prevent background scroll */
}

.custom-file-label {
	display: inline-block;
	padding: 14px 18px;
	background-color: #fff;
	border-radius: 4px !important;
	cursor: pointer;
	font-weight: 500;
	position: relative;
	margin-bottom: 10px;
	min-height: 48px;
	font-family: 'Helvetica';
	font-size: 16px;
	color: #9aa3af;
	margin-bottom: 0;
	width: 100%;
}

.custom-file-label input[type="file"] {
	display: none;
}

/* Book Consultation Page Design Start */
.common-banner-sec {
	position: relative;
	padding: 20px;
}

.common-banner-content-wrap {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 20px;
}

.common-banner-content-wrap .ast-container {
	display: flex !important;
	align-items: self-start;
	justify-content: flex-end;
	flex-direction: column;
	height: 100%;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 120px;
}

.common-banner-pre-title {
	color: #fff;
	font-size: 18px;
	line-height: 140%;
	letter-spacing: 0;
	font-weight: 400;
	margin-bottom: 12px;
	display: block;
}

.common-banner-sec h1 {
	font-family: 'Calasans 04 Solid Demo';
	color: #fff;
	font-size: 64px;
	line-height: 70px;
	letter-spacing: 0;
	font-weight: 400;
	margin-bottom: 15px;
	max-width: 720px;
	width: 100%;
}

.common-banner-content-para {
	max-width: 620px;
	width: 100%;
	margin-bottom: 30px;
}

.common-banner-content-para p {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0;
	font-weight: 400;
	margin-bottom: 15px;
}

.banner-btn-wrap a {
	display: inline-block;
}

.center-content-sec {
	text-align: center;
	padding: 120px 0 150px;
}

.center-content-wrap {
	max-width: 920px;
	width: 100%;
	margin: 0 auto;
}

.center-content-top-text p {
	color: #232A32;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0;
	font-weight: 400;
	max-width: 610px;
	width: 100%;
	margin: 0 auto 15px;
}

.center-content-wrap h2 {
	font-family: 'Calasans 04 Solid Demo';
	color: #232A32;
	font-size: 36px;
	line-height: 40px;
	letter-spacing: 0;
	font-weight: 400;
	margin-bottom: 5px;
}

.center-content-text p {
	color: #232A32;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0;
	font-weight: 400;
	max-width: 725px;
	width: 100%;
	margin: 0 auto 15px;
}

.grid-box-content-sec {
	padding-left: 20px;
	padding-right: 20px;
}

.grid-box-content-wrap {
	box-shadow: 0px 0px 20px 0px #DFDFDF;
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
	border-radius: 16px;
}

.grid-box-content-wrap .ast-container {
	max-width: 1154px;
	width: 100%;
	margin: 0 auto;
}

.grid-box-content-wrap h2 {
	font-family: 'Calasans 04 Solid Demo';
	color: #232A32;
	font-size: 36px;
	line-height: 40px;
	letter-spacing: 0;
	font-weight: 400;
	margin-bottom: 20px;
}

.grid-box-content-row {
	padding-top: 40px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: center;
	gap: 0px;
}

.grid-box-content-item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-right: 1px solid #D0D5DD;
	padding-top: 30px;
	padding-bottom: 30px;
}

.grid-box-content-item-icon {
	margin-bottom: 25px;
}

.grid-box-content-item-content {
	max-width: 330px;
	width: 100%;
	margin: 0 auto;
}

.grid-box-content-item-content p {
	color: #232A32;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0;
	font-weight: 400;
}

.grid-box-content-item:last-child {
	border-right: none;
}

.grid-box-content-item h3 {
	font-family: 'Calasans 04 Solid Demo';
	color: #232A32;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0;
	font-weight: 400;
	margin-bottom: 0px;
}

.consultation-includes-sec {
	padding: 150px 0;
}

.consultation-includes-sec .ast-container {
	max-width: 1165px;
	width: 100%;
	margin: 0 auto;
}

.consultation-includes-grid {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.consultation-includes-grid h2 {
	font-family: 'Calasans 04 Solid Demo';
	color: #232A32;
	font-size: 36px;
	line-height: 40px;
	letter-spacing: 0;
	font-weight: 400;
	max-width: 500px;
	width: 100%;
	margin-bottom: 30px;
}

.consultation-includes-left,
.consultation-includes-right {
	width: 49%;
}

.consultation-includes-grid ul {
	margin-left: 0px;
	padding-left: 12px;
	margin-bottom: 0;
	padding-bottom: 30px;
	position: relative;
}

.consultation-includes-grid ul:after {
	content: '';
	width: 95%;
	height: 4px;
	background: #008DEB;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
}

.consultation-includes-grid ul li {
	color: #000000;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: 0;
	font-weight: 400;
}

.consultation-includes-right-content {
	max-width: 562px;
	width: 100%;
}

.consultation-includes-right-content p:first-child {
	color: #000000;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: 0;
	font-weight: 400;
	margin-bottom: 15px;
}

.consultation-includes-right-content p {
	color: #000000;
	font-size: 20px;
	line-height: 120%;
	letter-spacing: 0;
	font-weight: 400;
	margin-bottom: 0px;
}

.consultation-form-sec {
	padding: 20px 20px 60px;
}

.consultation-form-wrapper {
	background-color: #07112E;
	border-radius: 16px;
	padding-top: 80px;
	padding-bottom: 80px;
}

.consultation-form-content {
	text-align: center;
	max-width: 570px;
	width: 100%;
	margin: 0 auto 50px;
}

.consultation-form-content h2 {
	font-family: 'Calasans 04 Solid Demo';
	color: #fff;
	font-size: 36px;
	line-height: 40px;
	letter-spacing: 0;
	font-weight: 400;
	margin-bottom: 20px;
}

.consultation-form-description p {
	color: #fff;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: 0;
	font-weight: 400;
}

.consultation-form-shortcode-wrap {
	max-width: 1156px;
	width: 100%;
	margin: 0 auto;
}

.form-parent input[type="text"],
.form-parent input[type="number"],
.form-parent input[type="email"],
.form-parent input[type="url"],
.form-parent input[type="password"],
.form-parent input[type="search"],
.form-parent input[type="reset"],
.form-parent input[type="tel"],
.form-parent input[type="date"],
.form-parent select {
	color: #000000;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: 0;
	font-weight: 500;
	height: 60px;
	padding: 12px 15px;
	border: none;
}

.form-parent {
	display: flex;
	align-items: self-start;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
}

.form-two-fields-row {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: self-start;
	gap: 20px;
	width: 100%;
}

.center-align-text {
	text-align: center;
}

.submit-for-wrap {
	width: 100%;
	margin-top: 20px;
}

.wpcf7-spinner {
	position: absolute;
}

.consultation-form-wrapper .wpcf7 form.invalid .wpcf7-response-output,
.consultation-form-wrapper .wpcf7 form.unaccepted .wpcf7-response-output,
.consultation-form-wrapper .wpcf7 form.payment-required .wpcf7-response-output,
.consultation-form-wrapper .wpcf7 form.sent .wpcf7-response-output {
	color: #fff;
}

.consultation-form-wrapper .ast-container {
	padding-left: 0;
	padding-right: 0;
}

.grid-box-content-wrap h2>span {
	position: relative;
}

.grid-box-content-wrap h2>span:after {
	content: '';
	width: 12px;
	height: 12px;
	display: inline-block;
	background-color: #008EED;
	position: absolute;
	right: -18px;
	bottom: 7px;
}

.common-banner-content-wrap,
.common-banner-sec {
	padding-top: 0;
}

/* Book Consultation Page Design End */

/* 404 page design start */
.error-404 {
	padding: 80px 20px;
}

/* 404 page design end */



/* Css for Single service page css Starts here  */


.single-service .service-banner-section {
	position: relative;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	min-height: 700px;
	border-radius: 16px;
	background: linear-gradient(0deg, #040313 0%, #040313 100%);
	padding: 30px 40px 30px 70px;
}

.single-service .service-banner-bg-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

.single-service .service-banner-overlay {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.single-service .service-banner-static-svg {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: auto;
	z-index: 2;
	pointer-events: none;
	opacity: .2;
}

.single-service .service-banner-section .container {
	position: relative;
	z-index: 3;
	width: 100%;
	max-width: 1200px;
	padding: 0;
}

.single-service .service-banner-breadcrumb {
	font-size: 14px;
	margin-bottom: 20px;
	color: rgba(255, 255, 255, 0.8);
	text-align: left;
}

.single-service .service-banner-breadcrumb a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
}

.single-service .service-banner-breadcrumb a:hover {
	text-decoration: underline;
}

.single-service .service-banner-breadcrumb span {
	color: #FFF;
	font-family: "Helvetica";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	/* 18.2px */
}

.single-service .service-banner-content {
	max-width: 800px;
	text-align: left;
}

.single-service .service-banner-pre-title {
	color: #FFF;
	font-family: "Helvetica";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	padding-top: 200px;
	margin-bottom: 8px;
}

.single-service .service-banner-title {
	color: #FFF;
	margin-bottom: 10px;
	font-family: "Calasans 04 Solid Demo";
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	line-height: 70px;
}

.single-service .service-banner-description {
	color: #FFF;
	font-family: "Helvetica";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 35px;
	max-width: 80%;
}

.single-service .service-banner-buttons {
	display: flex;
	justify-content: flex-start;
	gap: 20px;
}

.single-service .service-banner-button {
	display: inline-block;
	padding: 13px 19px;
	border-radius: 4px;
	font-size: 16px;
	cursor: pointer;
	text-decoration: none;
	transition: background-color 0.3s ease, border-color 0.3s ease;
}

.single-service .service-banner-button.primary {
	color: #fff;
	border: 1px solid #007bff;
	border-radius: 100px;
	background: #008DEB;
}

.single-service .service-banner-button.primary:hover {
	background-color: #0056b3;
	border-color: #0056b3;
}

.single-service .service-banner-button.secondary {
	color: #fff;
	border-radius: 100px;
	border: 1px solid #008DEB;
	padding: 13px 52px;
}

.single-service .service-banner-button.secondary:hover {
	background-color: rgba(255, 255, 255, 0.1);
	border-color: #fff;
}

.single-service .it-infrastructure-section {
	padding: 130px 0px 15px 65px;
	background-color: #fff;
}

.single-service .it-infrastructure-content {
	display: flex;
	flex-wrap: wrap;
	gap: 140px;
	align-items: flex-start;
}

.single-service .it-infrastructure-left {
	flex: 1;
	min-width: 40%;
	position: relative;
}

.single-service .it-infrastructure-title {
	color: #232A32;
	font-family: "Calasans 04 Solid Demo";
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px;
	padding-bottom: 14px;
}

.single-service .it-infrastructure-title-line {
	width: 100%;
	height: 4px;
	margin-top: 0;
	background: #008DEB;
}

.single-service .it-infrastructure-right {
	flex: 2;
	min-width: 300px;
	font-size: 18px;
	color: #555;
	line-height: 1.6;
	padding-right: 60px;
}

.single-service .it-infrastructure-upper-content {
	margin-bottom: 20px;
	color: #000;
	font-family: "Helvetica";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-right: 10%;
}

.single-service .it-infrastructure-below-content {
	color: #000;
	font-family: "Helvetica";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-right: 7%;
}

.single-service .service-features-section {
	padding: 32px 100px 80px 65px;
}

.single-service .service-feature-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 95px;
	gap: 100px;
}

.single-service .service-feature-row:last-child {
	margin-bottom: 0;
}

.single-service .service-feature-content {
	flex: 1;
	min-width: 300px;
}

.single-service .service-feature-image {
	flex: 1;
	min-width: 300px;
}

.single-service .service-feature-image img {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.single-service .service-feature-title {
	margin-bottom: 15px;
	color: #232A32;
	font-family: "Calasans 04 Solid Demo";
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
}

.single-service .service-feature-number {
	display: block;
	color: #000;
	font-family: "Helvetica";
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.single-service .service-feature-description {
	color: #000;
	font-family: "Helvetica";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.single-service .service-feature-row-mirrored {
	flex-direction: row-reverse;
}

.single-service .key-benefits-header {
	text-align: center;
	margin-bottom: 65px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.single-service .key-benefits-pre-title {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 12px;
}

.single-service .key-benefits-title {
	color: #232A32;
	font-family: "Calasans 04 Solid Demo";
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px;
	margin-bottom: 8px;
}

.single-service .key-benefits-description {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	width: 85%;
	margin: 0 auto;
}

.single-service .key-benefits-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}
.single-service .three-grid-section.key-benefits-grid{
	grid-template-columns: repeat(3, 1fr);
}

.single-service .key-benefit-item {
	padding: 95px 30px 95px 64px;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	border-radius: 16px;
	background: #FAFAFA;
}
.single-service .three-grid-section .key-benefit-item{
	padding: 126px 22px 95px 22px;
}
.single-service .key-benefit-title {
	color: #232A32;
	font-family: "Calasans 04 Solid Demo";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	/* 133.333% */
	margin-bottom: 10px;
}

.single-service .key-benefit-content {
	color: #000;
	font-family: "Helvetica";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.single-service .key-benefits-section {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #fff;
}

.key-benefit-item .key-benefit-title,
.single-service .key-benefit-content {
	max-width: 430px;
	width: 100%;
}
/* Css for Single service page css Ends here  */


/* Certified Partners Section css starts from here */
.certified-partners-section {
	padding: 25px 0;
	text-align: center;
}

.certified-partners-section .certified-partners-logo-item {
	border-radius: 8px;
	background: #F3FAFF;
	width: 212px;
	height: 128px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.certified-partners-section .certified-partners-section .container {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}

.certified-partners-section .certified-partners-content {
	margin-bottom: 40px;
}

.certified-partners-section .certified-partners-pre-title {
	color: #232A32;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 10px;
}

.certified-partners-section .certified-partners-title {
	font-size: 36px;
	font-weight: bold;
	color: #333;
}

.certified-partners-section .certified-partners-description {
	color: #232A32;
	text-align: center;
	font-family: "Helvetica";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	max-width: 40%;
	margin: 0 auto;
}

.certified-partners-section .certified-partners-logos-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 24px;
	align-items: center;
	justify-items: center;
	padding: 60px 180px 85px 180px;
}

.certified-partners-section .certified-partners-logo-item img {
	display: block;
	max-width: 100%;
	height: auto;
	opacity: 0.8;
	transition: opacity 0.3s ease;
}

.certified-partners-section .certified-partners-logo-item img:hover {
	opacity: 1;
}
.grecaptcha-badge{
	z-index: 9 !important;
}
/* Certified Partners Section css ends here */


/*---Blog Main Page--*/
.blog-main-top-sec{
	border-radius: 16px;
	background: #07112E;
	padding: 85px 40px;
}
.blog-main-top-col{
    display: flex;
    justify-content: space-between;
    width: 100%;
   	gap: 50px;
}

.blog-main-hero-image {
    flex: 2;
    position: relative;
    height: 100%;
}
.blog-main-sidebar{
    flex: 1;
    height: 100%;
}

.blog-main-hero-image img {
    width: 100%;
    height: 100%;
    max-height: 482px;
    object-fit: cover;
    border-radius: 10px;
}
.blog-main-hero-title{
	color: #FFF;
	font-feature-settings: 'salt' on;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	margin: 40px 0 20px;
	max-width: 600px;
  	width: 100%;
}
.blog-main-hero-title a,.blog-main-hero-title a:hover{
	color: #fff;
}
.blog-main-hero-date{
	color: #D7D7D7;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 15.4px; /* 118.462% */
	letter-spacing: 1.65px;
	text-transform: uppercase;
	margin: 0 0 13px;
}
.blog-main-short-detail{
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 15.4px; /* 110% */
	margin: 0;
}
.blog-main-sidebar-hd{
	color: #FFF;
	font-feature-settings: 'salt' on;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 125% */
	letter-spacing: 0.2px;
	margin: 0 0 18px;
	display: block;
}
.sidebar-article-block{
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.sidebar-article-block:last-child{
    margin-bottom: 0px;
}
.sidebar-post-thumbnail{
	flex-shrink: 0;
}	
.sidebar-post-thumbnail picture {
  	height: 86px;
  	width: 119px;
  	display: block;
}
.sidebar-post-thumbnail img {
    width: 100%;
  	height: 100%;
  	border-radius: 11px;
  	object-fit: cover;
}
.sidebar-article-info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 5px;
    margin: 0 10px 0 24px;
}
.sidebar-article-info h3 {
	color: #FFF;
	font-feature-settings: 'salt' on;
    font-family: 'Calasans 04 Solid Demo';
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	margin: 0;
}
.sidebar-article-info h3 a,.sidebar-article-info h3 a:hover{
	color: #FFF;
}
.sidebar-article-date{
	color: #D7D7D7;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 15.4px; /* 118.462% */
	letter-spacing: 1.65px;
	text-transform: uppercase;
	margin: 0;
}
.sidebar-article-category{
	color: #36A8F3;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 15.4px; /* 110% */
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0;
}
.sidebar-article-number{
	color: #FFF;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 48px; /* 100% */
	width: 27px;
	flex-shrink:0;
}
.recent-blogs-grid{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.recent-blogs-grid{
	margin: 72px 0;
}
.recent-blogs-grid .card{
	margin: 0;
	display: flex;
	flex-flow: column;
	height: 100%;
}
.post-common-grid-section{
	padding-top: 80px;
}
.recent-blogs-grid .card-title{
	color: #232A32;
	font-family: "Calasans 04 Solid Demo";
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.recent-blogs-grid .card img{
	height: 250px !important;
}
.recent-blogs-grid .card-content{
	height: 100%;
	display: flex;
	flex-flow: column;
}
.recent-blogs-grid .date{
	color: #232A32;
	margin-top: auto;
}
/* Pagination Navigation Styles */
.blog  .ast-pagination{
	display: block;
	padding: 0 20px;
	max-width: 1312px;
	margin: 0 auto;
}
.navigation.pagination {
  margin: 40px 0;
  text-align: center;
}

.ast-pagination .nav-links {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #ffffff;
}

/* Common styles for all navigation elements */
.ast-pagination .nav-links a,
.ast-pagination .nav-links span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  padding: 0 12px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.2s ease;
  color: #232A32;
}

/* Previous/Next buttons */
.ast-pagination .nav-links .prev,
.ast-pagination .nav-links .next {
  background: transparent;
  color: #232A32;
  border: none;
  padding: 0 16px;
  text-indent: -9999px;
  overflow: hidden;
}
.ast-pagination .prev,
.ast-pagination .prev:visited,
.ast-pagination .prev:focus,
.ast-pagination .next,
.ast-pagination .next:visited,
.ast-pagination .next:focus{
	max-width: 32px;
}
.ast-pagination .nav-links .prev:hover,
.ast-pagination .nav-links .next:hover {
  background: #f3f4f6;
  color: #374151;
}
.ast-pagination .nav-links .prev{
	margin-right: 5px;
}
.ast-pagination .nav-links .next{
	margin-left: 5px;
}
/* Regular page numbers */
.ast-pagination .nav-links .page-numbers {
	font-size: 16px;
	line-height: normal;
  background: transparent;
  color: #232A32;
  border: none;
  min-width: 32px;
  padding: 0;
}

.ast-pagination .nav-links .page-numbers:hover {
  background: transparent;
  color: #374151;
}

/* Current page (active state) */
.ast-pagination .nav-links .page-numbers.current {
	background: transparent;
	color: #232A32;
	font-size: 16px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}

/* Arrow styles */
.ast-pagination .nav-links .page-numbers.prev,
.ast-pagination .nav-links .page-numbers.next {
  margin: 0 4px;
  position: relative;
  padding: 0;
}
.ast-pagination .nav-links .page-numbers.prev::after,
.ast-pagination .nav-links .page-numbers.next::after {
	content: '';
	position: absolute;
	right: 0;
  	top: 3px;
	background: url(images/round-arrow-icon-active.svg) no-repeat center;
	width: 32px;
	height: 32px;
  	background-size: 100%;
  	background-color: transparent;
}
.ast-pagination .nav-links .page-numbers.next::after {
	transform: rotate(180deg);
}
.ast-pagination .nav-links .page-numbers.prev:hover::after{
	background: url(images/arrow_left_alt.svg) no-repeat center;
	border: 1px solid #232A32;
	border-radius: 50%;
  background-color: transparent;
}
.ast-pagination .nav-links .page-numbers.next:hover::after{
	background: url(images/arrow_left_alt.svg) no-repeat center;
	transform: rotate(180deg);
	border: 1px solid #232A32;
	border-radius: 50%;
  		background-color: transparent;
}
.ast-pagination .nav-links .page-numbers.prev span,
.ast-pagination .nav-links .page-numbers.next span{
display: none;
}
/*---End Blog Main Page--*/
/*--Blog Single page--*/
.single-post-page{
	background: #F7F9FA;
	padding: 50px 0;
}
.single-post-main{
    display: grid;
    grid-template-columns: 1fr 330px;
    gap: 70px;
    margin-top: 30px;
}

.article-title {
    color: #1A1A1A;
	font-size: 52px;
	font-style: normal;
	font-weight: 400;
	line-height: 62px; /* 119.231% */
	margin: 20px 0 30px;
}

.single-sidebar-article {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e4e8;
}
.single-sidebar-article:last-child{
	border-bottom: none;
}

.single-sidebar-article-title {
	color: #232A32;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	margin: 16px 0 24px;
}
.single-sidebar-article-title a{
	color: #232A32;
}
.single-sidebar-article .date{
	color: #232A32;	
}
.article-image {
    width: 100%;
/*     height: 396px; */
	height: auto;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 50px;
/*     border: 1px solid #565656; */
}
.article-content a{
	color: #232a32;
	text-decoration: underline;
}
.article-content strong{
	display: inline;
}
.article-content p{
	color: #1A1A1A;
}
.article-content blockquote p{
	color: #000;
}
blockquote{
	border: 0;
	border-radius: 16px;
	background: #FFF;
	padding: 32px 24px 32px 56px;
	position: relative;
	margin: 28px 0;
}

blockquote::before{
	content: '';
	position: absolute;
	left: 18px;
  	top: 16px;
	background: url(images/quat-icon.svg) no-repeat center;
	width: 29px;
  	height: 26px;
  	background-size: 100%;
}
blockquote p{
	margin: 0;
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.article-content ul{
	list-style: none;
	margin: 0;
}
.article-content ul li{
	color: #1A1A1A;
	margin-bottom: 28px;
	padding-left: 14px;
	position: relative;
}
.article-content ul li.margin-bottom-0{
	margin-bottom: 0;
}
.article-content ul li::before{
	content: '';
	position: absolute;
	left: 0;
  	top: 9px;
  	background: #008EED;
	width: 6px;
	height: 6px;

}
.share-section {
    margin: 28px 0 40px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.share-section span {
	font-size: 14px;
	line-height: 28.8px;
	text-transform: uppercase;
}

.share-icons {
    display: flex;
    gap: 15px;
}

.share-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #f5f7fa;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s;
}
.share-icon img{
    width: 36px;
    height: 36px;
}

.share-icon:hover {
    background-color: #e1e4e8;
}

.related-posts {
    margin: 100px 0 50px;
}

.related-posts-title {
	margin: 0 0 42px;
}

.related-post-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

.related-post {
    display: flex;
    gap: 20px;
    border-bottom: 1px solid #e1e4e8;
    padding-bottom: 30px;
    align-items: center;
}
.related-post:last-child{
    border-bottom: 0;
    padding-bottom: 0px;
}

.related-post-image {
    width: 276px;
    height: 159px;
    object-fit: cover;
    border-radius: 8px;
}

.related-post-content {
    flex: 1;
}

.related-post-title {
    color: #232A32;
	font-family: "Calasans 04 Solid Demo";
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	margin: 16px 0 24px;
}
.related-post-title a{
    color: #232A32;
}
.related-post-content .date{
	color: #232A32;
}
.breadcrumbs-nav{
	color: #8E8E8E;
}
.breadcrumbs-nav a,.breadcrumbs-nav span{
	color: #8E8E8E;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 157.143% */
}
.breadcrumbs-nav .breadcrumb_last{
	color: #1A1A1A;
	text-decoration: underline;
}
.contact-breadcrumbs .breadcrumbs-nav .breadcrumb_last{
	color: #fff;
}
/*--End Blog Single page--*/

/* Search page design start */
.search-results .site-main .ast-row,
.search-results .ast-archive-description,
.archive .site-main .ast-row{
	max-width: 1310px;
  	margin: 0 auto;
}
.search-results .ast-pagination .nav-links,
.archive .ast-pagination .nav-links{
	justify-content: center;
}
/* Search page design end */

/* Privacy Policy Page Design Start */
.privacy-policy-parent{
	padding: 40px 0 90px;
}
.privacy-page-content-row{
	padding-top: 95px;
}
.privacy-page-content-row .small-container{
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}
.privacy-page-content-row h1{
	margin-bottom: 20px;
}
.privacy-page-content p,
.privacy-page-content li{
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 144.444% */
}
.privacy-page-content p{
	margin-bottom: 32px;
}
.privacy-page-content h2{
	padding-top: 13px;
	padding-bottom: 16px;
	margin-bottom: 24px;
	border-bottom: 4px solid #008EED;
	display: inline-block;
}
.privacy-page-content h3{
	line-height: 40px;
	margin-bottom: 40px;
}
.privacy-page-content ul{
	margin-left: 0;
}
.privacy-page-content li{
	padding-left: 25px;
	position: relative;
	list-style-type: none;
}
.privacy-page-content li:before{
	content: '';
	width: 4px;
	height: 4px;
	display: inline-block;
	border-radius: 50%;
	background-color: #000;
	position: absolute;
	left: 10px;
  	top: 10px;
}
.privacy-policy-parent .breadcrumbs-nav a, 
.privacy-policy-parent .breadcrumbs-nav span{
	color: #232A32;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; 
}
.divide-span {
  padding: 0 10px;
}
/* Privacy Policy Page Design End */