body {
	padding-top: 80px;
	font-family: KumbhSans-SemiBold;
	font-size: 16px;
}


/* Scrollbar size */
::-webkit-scrollbar {
  width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #000;
}

/* Thumb */
::-webkit-scrollbar-thumb {
  background-color: rgb(0, 255, 0);
  border-radius: 10px;
  border: 3px solid #000; /* creates spacing so radius is visible */
  background-clip: padding-box;
}

/* 
body {
  opacity: 0;
  animation: fadeSmooth 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}


@keyframes fadeSmooth {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
} */



* {
	box-sizing: border-box;
	margin: 0;
	padding: 0px;
}

.container {
	max-width: 100%;
	box-sizing: border-box;
}

img {
	max-width: 100%;
}

/* html {
	overflow:hidden;
} */
.wierhftgiuerwh{
	display: flex;
	/* justify-content: center; */
	flex-direction: column;
	align-items: end;
}

@font-face {
	font-family: "KumbhSans-Regular";
	src: url(fonts/KumbhSans-VariableFont_YOPQwght.ttf);
}

@font-face {
	font-family: KumbhSans;
	src: url(fonts/KumbhSans-Black.ttf);
}

@font-face {
	font-family: KumbhSans-bold;

	src: url(fonts/KumbhSans-Bold.ttf);
}

@font-face {
	font-family: KumbhSans-ExtraBold;

	src: url(fonts/KumbhSans-ExtraBold.ttf);
}

@font-face {
	font-family: KumbhSans-ExtraLight;

	src: url(fonts/KumbhSans-ExtraLight.ttf);
}

@font-face {
	font-family: KumbhSans-Light;

	src: url(fonts/KumbhSans-Light.ttf);
}

@font-face {
	font-family: KumbhSans-Medium;

	src: url(fonts/KumbhSans-Medium.ttf);
}

@font-face {
	font-family: KumbhSans-Regular;

	src: url(fonts/KumbhSans-Regular.ttf);
}

@font-face {
	font-family: KumbhSans-SemiBold;

	src: url(fonts/KumbhSans-SemiBold.ttf);
}

@font-face {
	font-family: KumbhSans-Thin;

	src: url(fonts/KumbhSans-Thin.ttf);
}

@font-face {
	font-family: Khebrat-Musamim-Regular;
	src: url(fonts/18-Khebrat-Musamim-Regular.ttf);
}

.arrow-mobile-rotate {
	font-weight: 1000;
	font-size: 6rem;
}

body {
	font-family: "KumbhSans-Regular";
}





/* Used under services explore button like Under print media Logo */

.ctaexplore {
	display: inline-flex;
	padding: 15px 30px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 30px;
	border: 2px solid var(--Black, #000);
	height: 46px;
	transition: border 0.1s ease-in;
	cursor: default !important;

}

.ctaexplore span {
	color: var(--Black, #000);
	font-family: "KumbhSans-Regular";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
	/* 162.5% */
	text-transform: capitalize;
	transition: color 0.1s ease-in;
}

/* .ctaexplore:hover {
  border: 2px solid var(--Primary-Blue-blue-500, #0e2296);
}

.ctaexplore:hover span {
  color: var(--Primary-Blue-blue-500, #0e2296);
} */

.ctaexplore {
	transition: all 0.3s ease;
}

.ctaexplore.active {
	background: var(--Primary-Blue-blue-500, #0e2296);
	border-color: var(--Primary-Blue-blue-500, #0e2296);
}

.ctaexplore.active span {
	color: #fff;
}



@media(min-width:1020px) and (max-width:1200px) {

	.getQuotebtn span,
	.number-font {
		font-size: 18px !important;
	}

	nav a.nav-link.nav-link {
		font-size: 18px !important;
	}

	.main-banner-heading .moving-text {
		bottom: 100px !important;
		top: unset !important;
	}

	.dynamic-width {
		max-width: 400px !important;
	}

	.column-gap-12.column-gap-12 {
		column-gap: 0rem !important;
		row-gap: 4em !important;
	}
  
}




.wefuyhuewi {
	gap: 156px;
}


.banner-height {
	height: 618px;
}



@media (max-width: 768px) {

		.mobile_center_text{
		text-align: center !important;
	}
  
.ctaexplore {
    padding: 2px 10px;
    height: 32px;
}

  

.ctaexplore span {
	font-size: 12px;
}

	.banner-height {
		height: 500px;
	}


	.wefuyhuewi {
		gap: 40px;
	}

	.mob-py-16 {
		padding-top: 2.75rem;
		padding-bottom: 2.75rem;
	}

	.h-\[618px\],
	.banner-section {
		height: 500px !important;
	}

	.ctaexplore span {
		font-size:  12px !important;
		line-height: 20px !important;
	}

	.ctaexplore {
		text-align: left;
		cursor: default !important;
		padding: 2px 10px;
		justify-content: center;
		align-items: center;
		gap: 10px;
		border-radius: 30px;
		border: 2px solid var(--Black, #000);
		height: 32px;
		transition: border 0.1s ease-in;
		cursor: default !important;
	}
  
	.parentmenu2submenu1,
	.parentmenu2submenu2,
	.parentmenu3submenu1,
	.parentmenu2submenu3 {
		gap: 5px !important;
	}

	.mm-0 {
		margin: 0px !important;
	}

	.dynamic-width {
		max-width: 100% !important;
	}

	.column-gap-12.column-gap-12 {
		row-gap: 100px !important;
	}

	.startprojectbtn span {
		font-size: 15px !important;
	}

	.banner {
		padding: 35px 0px !important;
	}

	.mobile-color.mobile-color {
		background: #00ff04 !important;
	}

	.mobile-nav-link.active::after {
		display: none;
	}

	.mobile-icon-w svg.h-10.w-10 {
		width: 1.5rem !important;
		height: 1.5rem !important;
		;
	}

	.parentmenu1submenu1 {
		gap: 10px !important;
		;
		margin: 7px 0px !important;
	}

	.ctaexplore {
		padding: 10px 20px;
	}

	span.minus-plus {
		font-size: 24px !important;
	}

	.heading4-1 {
		font-size: 18px !important;
		line-height: 1.5 !important;
	}

	.banner-content {
		padding-top: 0px !important;
	}

	.bannersub {
		width: 100% !important;
	}

	.space-y-6,
	.banner-content {
		width: 100% !important;
	}

	.form-button.form-button {
		width: 100%;
	}

	.countries .select2-selection.select2-selection--single {
		width: 100% !important;
		padding-right: 20px !important;
	}

	#country.forminput1~.select2-container {
		width: 100% !important;
	}

	#country.forminput1 {
		width: 80% !important;
	}

	select#isdCode {
		width: 20% !important;
	}

	select#isdCode~.select2-container {
		width: auto !important;
	}

	/* #mobileNumber.forminput1 {
		width: 70% !important;
	} */

	.forminput1.forminput1 {
		width: 100%;
	}

	.w-460 {
		width: 100% !important;
	}

	.project-card {
		width: 100% !important;
		height: 100% !important;
	}

	.heading4-0 {
		font-size: 18px !important;

		line-height: 1.5 !important;
	}

	.my-10 {
		margin: 10px 0px !important;
	}

	.paragraph3 {
		font-size: 18px !important;
		line-height: 1.5 !important;
	}

	.w-\[595px\] {
		width: 100% !important;
	}

	.mobile-flow-column {
		flex-flow: column;
	}

	.h-\[376px\] {
		height: 100% !important;
	}

	.left-\[700px\] {
		left: 14px !important;
		top: 25px !important;
	}

	.mt-\[140px\] {
		margin-top: 0 !important;
	}

	.container>.mobilegap-25 {
		gap: 25px !important;
	}

	.mobilegap-25 {
		gap: 25px !important;
	}

	.blackbox {
		width: 100% !important;
	}

	.my-16 {
		margin: 1.5em 0em !important;
	}

	.mobile-font {
		font-size: 24px !important;
		line-height: 1.5 !important;
		max-width: 100% !important;
	}

	.mobile-margin {
		margin: 30px 0px !important;
	}

	.mf-15 {
		font-size: 18px !important;
		line-height: 1.5 !important;
	}

	.mobile-padding {
		padding: 44px 0px !important;
	}


	
    .pbm-0{
      padding-bottom: 0 !important;
    }
	
	
    .mtm-0{
      margin-top: 0 !important;
    }
	
	.logo-left-side {
		width: 100% !important;
	}

	.logo-left-side img {
		margin: auto;
	}

	.mobile-column-dirction {
		display: flex !important;
		flex-direction: column-reverse;
	}

	.gap-20 {
		gap: 44px !important;
	}

	/* .banner .service-icon {
		height: auto !important;
	} */

	.mobile-sub-page-heading-1 {
		font-size: 32px !important;
		line-height: 38px !important;
	}

	.mobile-sub-page-heading-2 {
		font-size: 38px !important;
		line-height: 38px !important;
	}

	.privacy-icon,
	.design-icon {
		width: 110px !important;
	}

	.m-gap-15 {
		gap: 15px !important;
	}

	.main-banner-heading.main-banner-heading {
		max-width: 100% !important;
		font-size: 23px !important;
		line-height: 1.8 !important;
		padding-bottom: 28px !important;
	}

	.main-banner-heading .moving-text {
		text-align: left;
		left: 93px !important;
		top: unset !important;
		bottom: 28px;
		height: 38px;
		width: auto;

	}

	.getQuotebtn {
		padding: 10px 10px !important;
	}

	.getQuotebtn span {
		font-size: 18px !important;
	}

	.mobile-gap-15 {
		gap: 15px !important;
	}

	.mobile-img {
		width: 100% !important;
		height: auto !important;
	}

	.startprojectbtn {
		padding: 10px 15px !important;
	}

	.main-banner-heading .moving-text .slider-icon {
		font-size: 21px !important;
		width: 100% !important;
		line-height: 1.6;
		;


	}

	.mobile-padding-25 {
		padding: 25px !important;
	}

	.mobile-padding-70-20 {
		padding: 70px 20px !important;
	}

	.mmw-100 {
		max-width: 100% !important;
	}

	h2.mmw-100 {
		font-size: 30px !important;
		line-height: 1.5 !important;
	}

	.mobile-button {
		font-size: 18px !important;
		padding: 20px 0px !important;
		height: auto !important;
		display: block !important;
	}

	.mobile-left-margin.mobile-left-margin {
		margin-left: 0px !important;
	}

	.mobile-between.mobile-between {
		justify-content: center;
	}

	header.fixed.shadow-md {
		padding-bottom: 2px !important;
		padding-top: 5px !important;
	}

	.container.container {
		width: 100%;
		padding: 0px 15px !important;
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}

	.footer-center-text.footer-center-text {
		align-self: center !important;
	}

	.footer-center-text p {
		margin-right: 0px;
		margin-bottom: 10px;
	}

	/* .footer-padding.footer-padding {
		padding: 25px;
	} */

	.heading5.heading5 {
		font-size: 22px;
	}

	.heading-banner.mobile-heading.mobile-heading {
		font-size: 30px;
	}

	h1 .flip.flip span {
		font-size: 30px;
	}

	h1 .flip.flip {
		width: 96vw;
		top: unset;
	}

	.heading2-banner.heading2-banner {
		font-size: 30px;
		line-height: 1.5;
	}

	.sub-heading.sub-heading {
		font-size: 19px;
		line-height: 1.5;
		margin-bottom: 50px;
	}

	.w-90p.w-90p {
		width: 100%;
	}

	.py-100.py-100 {
		padding: 50px 10px;
	}

	.heading4.heading4 {
		font-size: 21px;
		line-height: 1.5;
	}

	.mobile-zero.p-4 {
		padding: 0px !important;
	}

	.arrow-mobile-rotate {
		transform: rotate(90deg);
	}

	.mobile-justify-center {
		justify-content: center;
		flex-flow: column;
	}

	.text-section.text-section {
		width: 100%;
	}

	.text-section .pl-8 {
		padding-left: 0px;
	}

	.heading2.heading2 {
		font-size: 26px;

		line-height: 1.5;
		margin-bottom: 10px;
	}

	.mmb-0 {
		margin-bottom: 0px !important;
	}

	.py-16.py-16 {
		padding-top: 2.75rem;
		padding-bottom: 2.75rem;
	}

	.py-20 {
		padding: 2.5em 0px !important;
	}

	.py-14 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}

	.pt-14 {
		padding-top: 1.5rem !important;
	}

	.button-style-black.button-style-black {
		font-size: 20px;
		line-height: 1.5;
		display: inline-block;
		height: auto !important;
	}

	.blackblock {
		height: auto;
	}

	.heading-banner.heading-banner {
		font-size: 29px !important;
		line-height: 1.5 !important;
		margin-bottom: 20px !important;
	}

	.paragraph2.paragraph2 {
		font-size: 18px !important;
		line-height: 1.5 !important;
	}

	.px-16.px-16 {
		padding-left: 2rem !important;
		padding-right: 2rem !important;
	}

	.py-3.py-3 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}

	.p-16.p-16 {
		padding: 20px 15px !important;
	}
}

@media (min-width: 768px) {



	.desktop-block {
		display: inline-block;
	}

	.blackblock {
		height: 310px;
	}

	.grid-cols-44 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.grid-cols-footer-2 {
		grid-template-columns: 1fr 65%;
	}

	.grid-cols-22.grid-cols-22 {
		grid-template-columns: 1fr 40%;
	}

	.grid-cols-2-content {
		grid-template-columns: 43% 1fr;
	}

	.grid-cols-2-content2 {
		grid-template-columns: 1fr 43%;
	}
}

.grid-equal-column2 {
	grid-template-columns: 35% 35%;
}

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

/* //logo slider css */
:root {
	--color-text: navy;
	--color-bg: papayawhip;
	--color-bg-accent: #ecdcc0;
	--size: clamp(10rem, 1rem + 40vmin, 30rem);
	--gap: calc(var(--size) / 14);
	--duration: 60s;
	--scroll-start: 0;
	--scroll-end: calc(-100% - var(--gap));
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
}

/* Uncommet if RTL Slider not Work in Ar*/
/* It will run Slider in Left to Right in Ar*/
html[dir="rtl"] {
	--scroll-start: 0;
	--scroll-end: 100%;
}

@media (prefers-color-scheme: dark) {
	:root {
		--color-text: papayawhip;
		--color-bg: navy;
		--color-bg-accent: #2626a0;
	}
}

.marquee {
	display: flex;
	overflow: hidden;
	user-select: none;
	gap: var(--gap);
}

.marquee__group {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: space-around;
	gap: var(--gap);
	min-width: 100%;
	animation: scroll-x 20s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
	.marquee__group {
		animation-play-state: paused;
	}
}

.marquee--reverse .marquee__group {
	animation-direction: reverse;
	animation-delay: -3s;
}

@keyframes scroll-x {
	from {
		transform: translateX(var(--scroll-start));
	}

	to {
		transform: translateX(var(--scroll-end));
	}
}

@keyframes scroll-y {
	from {
		transform: translateY(var(--scroll-start));
	}

	to {
		transform: translateY(var(--scroll-end));
	}
}

.client_logo {
	height: 68.52px;
	width: auto;
}

/* Element styles */
.marquee img {
	display: grid;
	place-items: center;
	border-radius: 0.5rem;
	object-fit: scale-down;
}

.marquee--vertical img {
	aspect-ratio: 1;
	width: calc(var(--size) / 1.5);
	padding: calc(var(--size) / 6);
}

/* Parent wrapper */
.wrapper {
	display: flex;
	flex-direction: column;
	gap: var(--gap);
	margin: auto;
	max-width: 100vw;
}

.toggle img {
	--size: 1.5rem;
	position: absolute;
	top: 50%;
	left: 50%;
	width: var(--size);
	height: var(--size);
	fill: currentcolor;
	transform: translate(-50%, -50%);
	transition: transform 300ms cubic-bezier(0.25, 1, 0.5, 1);
}

.toggle--vertical img {
	transform: translate(-50%, -50%) rotate(-90deg);
}

@keyframes fade {
	to {
		opacity: 0;
		visibility: hidden;
	}
}

/* logo slider css */
.bg-gray-dark {
	background: #b5b5b5;
}

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

.w-100 {
	width: 100%;
}

.color-violet {
	color: #331093;
}

.bg-violet.bg-violet {
	background: #331093;
}

.py-100 {
	padding: 100px 10px;
}

.equal-col {
	flex: 1 1 auto;
}

.gray-bar{
	width:2px; height:40px; background: #424242;
}
.heading7 {
	font-family: "KumbhSans-Regular";
	font-size: 25px;
	mm-0 font-style: normal;
	font-weight: 400;
	line-height: 40px;
	/* 160% */
	text-transform: capitalize;
}

.heading5 {
	font-family: "KumbhSans-Regular";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
	/* 162.5% */
	text-transform: capitalize;
}

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

.w-60p {
	width: 60%;
}

.justify-content-end {
	justify-content: end;
}

.heading3 {
	font-size: 40px;
	/* font-family: KumbhSans-SemiBold; */
	font-family: "KumbhSans-Regular";
	font-weight: 700;
	line-height: 40px;
}

.justify-between {
	justify-content: space-between;
}

.heading2 {
	font-size: 40px;
	font-family: "KumbhSans-Bold";
	font-weight: 500;
	line-height: 64px;
}

.heading2-1 {
	font-size: 40px;
	font-family: "KumbhSans-Bold";
	font-weight: 400;
	line-height: 64px;
}

.heading2-2 {
	font-size: 40px;
	font-family: "KumbhSans-Bold";
	font-weight: 500;
	line-height: 64px;
}

.form-label {
	font-family: "KumbhSans-Regular";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	color: #0e2296;
}

.gap-50 {
	gap: 50px;
}

.relative {
	position: relative;
}

.calender-hidden {
	position: absolute;
	width: 61px;
	height: 62px !important;
	top: 0;
	opacity: 0;
	font-size: 49px !important;
}

::placeholder {
	color: #b5b5b5;
}

.border-0 {
	border: 0px;
}

.radius-30 {
	border-radius: 30px;
}

.filter-white img {
	filter: invert(1);
}

.py-150 {
	padding: 150px 0px;
}

.new-page-banner {
	background: #0e2296;
}

.heading5 {
	font-size: 25px;
	font-family: "KumbhSans-Regular";
	font-weight: 700;
	line-height: 40px;
	text-transform: capitalize;
}

.heading4 {
	font-size: 25px;
	font-family: "KumbhSans-Regular";
	font-weight: 500;
	line-height: 40px;
	color: #000;
}

.heading4-1 {
	font-size: 25px;
	font-family: "KumbhSans-Regular";
	font-weight: 600;
	line-height: 40px;
}

.heading4-0 {
	font-size: 25px;
	font-family: "KumbhSans-Regular";
	font-weight: 400;
	line-height: 40px;
}

.small-heading {
	font-family: "KumbhSans-Regular";
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
}

.hover-text-black:hover {
	color: #000;
}

.h-228 {
	width: 100%;
	height: 280px;
}

.footer-padding {
	padding: 100px;
}

.text-section {
	width: 66%;
}

.logo-left-side {
	width: 30%;
}

.paragraph1 {
	font-family: "KumbhSans-Regular";
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}

.bg-new-gray {
	background: #e8e8e8;
}

.p-35 {
	padding: 35px;
}

.radius-20 {
	border-radius: 20px;
}

.contact-icon {
	height: 90px;
	width: 90px;
	border-radius: 10px;
	background: #331093;
}

.contact-icon img {
	width: 100%;
	height: 100%;
	filter: invert(1);
}

.paragraph1-1 {
	font-family: "KumbhSans-Regular";
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
}

.text-top span {
	border-bottom: 2px solid #00ff04;
}

.text-top {
	transform: translatey(-155px);
	transition: all 0.3s linear;
}

.text-bottom {
	transform: translatey(145px);
	transition: all 0.3s linear;
}

span.minus-plus.plus-icon {
	transform: rotate(90deg);
}

span.minus-plus {
	font-size: 40px;
	position: absolute;
	color: #00ff04;
}

.color-dark-gray {
	color: #424242;
}

.w-460 {
	width: 460px;
}

.flex {
	display: flex;
}

.flex-column {
	flex-flow: column;
}

.justify-content-between {
	justify-content: space-between;
}

.form-button {
	font-family: "KumbhSans-Regular";
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	padding: 10px 25px;
	background: #0e2296;
	color: #00ff04;
	border-radius: 25px;
	width: 346px;
}

.form-button:hover {
	background: #331093;
	color: #fff;
}

.paragraph2 {
	font-family: "KumbhSans-Regular";
	font-size: 25px;
	font-style: normal;
	font-weight: 500;
	line-height: 40px;
	/* text-transform: lowercase; */
}

.paragraph3 {
	font-family: "KumbhSans-Regular";
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px;
}

.border-top {
	border-top: 1px solid #ddd;
}

.button-style-green {
	font-family: "KumbhSans-Regular";
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px;
	/* 160% */
	padding: 5px 50px;
	text-transform: capitalize;
	border: 3px solid #00ff04;
	color: #00ff04;
	border-radius: 25px;
	height: 47px;
}

.button-style-green:hover {
	background: #00ff04;
	color: #0e2296;
}

.button-style-black {
	font-size: 25px;
	line-height: 40px;
	/* font-family: "KumbhSans-Regular"; */
	font-family: "KumbhSans-Bold";
	font-weight: 700;
	color: #fff;
	background: #000;
	text-transform: capitalize;
	padding: 15px 50px;
}

.width-70 {
	width: 70%;
}

.width-20 {
	width: 20%;
}

.contact-heading {
	font-family: "KumbhSans-Regular";
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px;
	/* 160% */
	text-transform: capitalize;
	color: #0e2296;
	margin-bottom: 40px;
}

.contact-sub-heading {
	font-family: "KumbhSans-Regular";
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}

.button-style-black:hover {
	background: #00ff04;
	color: #0e2296;
}

.icon-size {
	width: 100px;
	height: 100px;
}

.sub-heading {
	font-size: 25px;
	font-family: "KumbhSans-Regular";
	font-weight: 500;
	line-height: 40px;
	text-transform: capitalize;
}

nav a.nav-link.nav-link {
	font-family: "KumbhSans-Regular";
	font-size: 22px;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
}

nav a.nav-link.nav-link:hover {
	color: #0e2296;
}

.bg-indigo-900 {
	background-color: rgb(51 16 147);
}

.shaking-img {
	width: 49px;
	height: 40px;
}

.lang-text {
	font-family: "KumbhSans-Regular";
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px;
	/* 150% */
	text-transform: capitalize;
}

.number-font {
	font-family: "KumbhSans-Regular";
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
}

.quots-button {
	font-family: "KumbhSans-Regular";
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	padding: 10px 25px;
}

.heading-banner {
	/* font-family: KumbhSans-SemiBold; */

	font-family: "KumbhSans-Regular";
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: 104px;
	/* 162.5% */
	text-transform: capitalize;
}

.heading2-banner {
	/* font-family: KumbhSans-Regular; */
	font-family: "KumbhSans-Regular";
	font-weight: 500;
	font-size: 64px;
	line-height: 104px;
}

.color-blue {
	color: #0e2296;
}

.h-100 {
	height: 100%;
}

.banner-section {
	height: 553px;
	height: calc(100vh - 30vh);
	display: block;
}

.banner-box {
	display: flex;
	justify-content: space-between;
}

.banner-small-heading {
	font-family: "KumbhSans-Regular";
	font-size: 42px;
	font-style: normal;
	font-weight: 500;
	line-height: 80px;
	/* 190.476% */
	text-transform: capitalize;
}

.banner-big-heading {
	font-family: "KumbhSans-Regular";
	font-size: 84px;
	font-style: normal;
	font-weight: 700;
	line-height: 80px;
	text-transform: capitalize;
}

/* a.nav-link.text-brand-blue {
    font-family: 'KumbhSans-SemiBold';
} */
.nav-link,
.mobile-nav-link {
	position: relative;
	transition: all 0.3s ease;
}

.nav-link.active::after,
.mobile-nav-link.active::after {
	content: "";
	position: absolute;
	top: -33px;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #0a1e8f;
	border-radius: 0px 0px 5px 5px;
}

.mobile-nav-link.active {
	font-weight: bold;
}

/* .mobile-menu {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease-in-out;
	display: none;
}

.mobile-menu.open {
	max-height: 300px;
	display: block !important;
	width: 100vw;
    transform: translate(-45px,2px);
} */


.mobile-menu {
    position: fixed;
    top: 84px;
    left: 0; 
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    transform: translateX(-100%); 
    transition: transform 0.3s ease;
}

.mobile-menu.open {
		max-height: 300px;
	display: block !important;
    transform: translateX(0); /* fully visible */
}

 

.color-green {
	color: #00ff04;
}

.blackbox {
	width: 100% !important;
	height: 277px;
}

.mobile-mw-100 {
	max-width: 100% !important;
	width: 100% !important;
}

.blackbox-icon {
	font-size: 25px;
	padding: 10px;
}

#langSelect {
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0.5rem center;
	background-size: 1em;
	padding-right: 2rem;
}

/* Google Translate Hide */
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf,
#google_translate_element,
.goog-te-banner-frame,
.goog-logo-link,
.goog-te-gadget-icon,
.goog-te-menu-frame,
.goog-te-balloon-frame,
.goog-te-menu-value,
.skiptranslate,
.goog-te-gadget,
body>.skiptranslate,
iframe.goog-te-banner-frame,
iframe#\:1\.container,
iframe#\:2\.container {
	display: none !important;
	visibility: hidden !important;
	height: 0 !important;
	width: 0 !important;
	border: 0 !important;
}

/* body { top: 0 !important; } */

.font-arabic {
	font-family: "Arial", sans-serif;
}

.logo-scroll {
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	width: 100%;
}

.logo-scroll-inner,
.logo-scroll-inner-2 {
	display: inline-block;
	animation: scroll 30s linear infinite;
	padding-right: 2rem;
}

.logo-scroll-inner-2 {
	animation-delay: -15s;
}

.logo-scroll-inner:hover,
.logo-scroll-inner-2:hover {
	animation-play-state: paused;
}

@keyframes scroll {
	0% {
		transform: translateX(-100%);
	}

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

/* Ashish Css */

.getQuotebtn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 10px 25px;
	height: 45px;
	border-radius: 25px;
	background: var(--Primary-Blue-blue-500, #0e2296) !important;
	cursor: pointer !important;
	border: none !important;
	/* transition: background 0.3s ease; */
}

.getQuotebtn:hover {
	background: var(--Seccondary-Violet-violet-500, #331093) !important;
}

.getQuotebtn span {
	color: var(--Seccondary-Green-green-500, #00ff04);
	font-family: "Kumbh Sans", sans-serif;
	font-size: 22px;
	font-weight: 700;
	text-transform: capitalize;
	/* transition: color 0.3s ease; */
}

.getQuotebtn:hover span {
	color: var(--Seccondary-White-white-500, #fff);
}

.ctabtntype2 {
	display: inline-flex;
	height: 48px;
	padding: 15px 50px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	border-radius: 25px;
	border: 3px solid var(--Seccondary-Green-green-500, #00ff04);
	transition: background 0.3s ease;
}

.ctabtntype2:hover {
	background: var(--Seccondary-Green-green-500, #00ff04);
}

.ctabtntype2 span {
	color: var(--Seccondary-Green-green-500, #00ff04);
	font-family: "KumbhSans-Regular";
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px;
	/* 160% */
	text-transform: capitalize;
	transition: color 0.3s ease;
}

.ctabtntype2:hover span {
	color: var(--Primary-Blue-blue-500, #0e2296);
}

.ctabtntype3 {
	display: flex;
	height: 57px;
	padding: 15px 50px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	align-self: stretch;
	border-radius: 35px;
	background: var(--Black, #000);
	transition: background 0.3s ease;
}

.ctabtntype3:hover {
	background: var(--Seccondary-Green-green-500, #00ff04);
}

.ctabtntype3 span {
	color: var(--Seccondary-White-white-500, #fff);
	font-family: "KumbhSans-Regular";
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px;
	/* 160% */
	text-transform: capitalize;
}

.ctabtntype3:hover span {
	color: var(--Primary-Blue-blue-500, #0e2296);
}

/* Contact Form */

.forminput1 {
	display: flex;
	/* width: 589px; */
	width: 100%; /* fallback */
width: -webkit-fill-available;
width: -moz-available;
width: fill-available;

	height: 50px;
	padding: 10px;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	border-radius: 10px;
	border: 2px solid var(--Seccondary-White-white-800, #8c8c8c);
	background: var(--Seccondary-White-white-500, #fff);
	font-family: "KumbhSans-Regular";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
	/* 162.5% */
	/* text-transform: capitalize; */
	color: var(--Seccondary-White-white-900, #424242);
}

.forminput1::placeholder {
	color: var(--Seccondary-White-white-700, #b5b5b5);
	font-family: "KumbhSans-Regular";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
	/* 162.5% */
	/* text-transform: capitalize; */
}


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

/* input[type="text"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="tel"],
select {
  font-family: "KumbhSans-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 50px !important;
  height: 78px;
  color: #424242;
  border: 2px solid #8c8c8c;
  border-radius: 10px;
} */


.font-medium {
	font-family: "KumbhSans-Medium";
}

.pb-150 {
	padding-bottom: 150px !important;
}

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


@media(max-width:1536px)and (min-width:1180px) {
	.column-gap-12.column-gap-12.column-gap-12 {
		column-gap: 6rem;
		row-gap: 5em;
	}
}


@media(max-width:369px) and (min-width:320px) {
	.getQuotebtn span {
		font-size: 15px !important;
	}

	.mobile-logo {
		width: 110px !important;
	}

	.startprojectbtn span {
		font-size: 15px !important;
	}

	.bg-violet.p-100 {
		width: 100% !important;
		padding: 25px !important;
	}

	.banner {
		padding: 35px 0px !important;
	}

	.main-banner-heading .moving-text {
		bottom: 28px !important;


	}

	.mobile-font {
		font-size: 24px;
		line-height: 1.5;
		max-width: 100%;
	}

	.button-style-black.button-style-black {
		font-size: 18px !important;
	}

	.banner-section,
	.h-\[618px\] {
		height: 488px !important;
	}

	.logo-left-side {
		width: 100%;
	}

	.heading2.heading2 {
		font-size: 25px !important;
	}

	img.w-full {
		width: 100% !important;
		height: auto !important;
	}

	.mobile-sub-page-heading-1 {
		font-size: 20px !important;
		line-height: 1.5 !important;
	}

	.mobile-sub-page-heading-2 {
		font-size: 30px !important;
		width: 100% !important;
	}

	#mobileNumber.forminput1 {
		width: 65% !important;
	}

}
.djkwfnjk_mt-70{
	margin-bottom: 70px;
}

.Strategic_Vision_Illustration{
	width: 600px;height: 405.234px;flex-shrink: 0;
}

@media (max-width: 360px){
    #mobileNumber.forminput1 {
        width: 63% !important;
    }
}
@media (max-width: 320px){
    #mobileNumber.forminput1 {
        width: 57.5% !important;
    }
}


@media (max-width: 700px) {
    .md\:max-h-\[500px\] {
        max-height: 300px !important;
    }
}

@media(max-width:440px) {
	.mobile_mb_32{
		margin-bottom: 32px;
	}
	.djkwfnjk_mt-70{
	margin-bottom: 32px;
}
	.mobile_center_text{
		text-align: center !important;
	}

	.Strategic_Vision_Illustration{
		height: auto;
	}

	.heading-banner.heading-banner{
		margin-bottom: 0 !important;
	}


}


/* footer & Header responsive styling */


  .nvbar-container{
	justify-content: space-between;
  }


  .nvbar_phone_num{
	font-family: "KumbhSans-Regular";font-size: 22px;font-style: normal;font-weight: 600;line-height: normal;text-transform: capitalize;leading-trim: both;text-edge: cap;gap: 10px;
  }
  
  @media(max-width:780px) {
	
	
	
	.nvbar_phone_num{
		font-size: 14px;
	}
	.rkgfjwerk{
		display: flex !important;

	}


	
	header .getQuotebtn {
		    height: 40px;
			margin-top: 5px;
	}
	.mobile_font_size_nav{
		font-size: 16px !important;
	}

	.mobile-menu .flex-row{
		flex-direction: column !important;
		height: 100vh !important;
		font-size: 2rem !important;
	}

	.nvbar-container{
		justify-content: flex-start;
	}
	.nvbar-container-item_3{
		margin-left: auto;
	}
	.nvbar-container-item_4{
		margin-left: 16px;
	}

	footer.footer-padding{
		/* padding: 100px; */
		padding: 100px 30px;
	}
	footer .footer-center-text.item-center{
		align-self: baseline !important;	
		align-items: baseline !important;
	}

	footer .footer-center-text.footer-center-text{
		align-self: baseline !important;
		align-items: baseline !important;
	}
	

	footer .footer-center-text.footer-center-text img{
		margin-bottom: 30px;

	}
	

	footer .grid.grid-cols-footer-2.gap-8.mb-0.py-16.pb-0 {
		display: flex;
		flex-direction: column-reverse;
	}

	footer .grid.grid-cols-footer-2.gap-8.mb-0.py-16.pb-0 .flex.flex-wrap{
		    gap: 80px 150px;
	}
	.gray-bar{
		display: none;
	}
	
  }




  @media(max-width:440px) {

	.nvbar_phone_num{
		font-size: 12px;
	}
	header .getQuotebtn {
		    height: 35px;
			margin-top: 5px;
	}
	.mobile-logo{
		width: 90px !important;
	}
	.mobile_font_size_nav{
		font-size: 14px !important;
	}
	
	footer .paragraph1{
		font-size: 14px !important;
	}
	footer .heading4 {
		font-size: 19px !important;
	}
	.footerheading{
		font-size: 23px;
	}
	footer .grid.grid-cols-footer-2.gap-8.mb-0.py-16.pb-0 .flex.flex-wrap{
		gap: 10px 60px;
	}
  }

@media(max-width:380px) {
	.mobile-menu .flex-row{
		flex-direction: column !important;
	}
	.mobile-sub-page-heading-1 {
		font-size: 28px !important;
	}
}

@media(max-width:380px) {
	.mobile-sub-page-heading-1 {
		font-size: 18px !important;
	}
	.ewyhufgdhjk{
		font-size: 12px;
		line-height: 19px !important;
	}
	.contact-sub-heading{

	font-size: 16px;
	}
}
@media(max-width:320px) {

	.ewyhufgdhjk{
		font-size: 10px;
		line-height: 19px !important;
	}
	.contact-sub-heading{
		font-size: 13px;
	}
}

/* @media(max-width:1024px) { */
@media (max-width: 1024px) and (min-width: 767px) {

	.wehfvbhrghu{
		max-height: 336px !important;
	}

	.mobile-sub-page-heading-2{
		    font-size: 64px !important;
	}
	
}

.modal-body .submenu .paragraph1-1 {
    margin: 30px 0 30px 0 !important;
}