/*@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Manrope:wght@200..800&display=swap");*/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Manrope:wght@200..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

* {
	box-sizing: border-box;
	scroll-behavior: smooth;
}

body {
	background: #fff;
	margin: 0 !important;
	padding: 0px !important;
	/*font-family: "DM Sans", sans-serif;*/
	font-family: "Open Sans", sans-serif;
	overflow-x: hidden;
	color: #fff;
}

body,
html {
	height: 100%;
	scroll-behavior: smooth;
	background: #fff;
}

section {
	overflow: hidden;
}

html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
img,
form,
input,
select,
textarea,
ul,
li {
	margin: 0;
	padding: 0;
}

:root {
	--blue: #0e65bf;
	--white: #ffffff;
}

ul li {
	list-style: none;
}

:focus {
	outline: none;
}

img {
	border: none;
	width: 100%;
}

a {
	transition: all ease 0.5s;
	text-decoration: none !important;
}

a:hover {
	text-decoration: none;
}

a,
a:link,
a:visited,
input {
	outline: none;
}

.flexWrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

img.brand-icon {
	width: 300px;
}

h2.brand-label {
	color: #fff;
	text-align: center;
	font-size: 32px;
	font-weight: 300;
}

.contact_menu a {
	display: flex;
	padding: 12px 30px;
	justify-content: center;
	align-items: center;
	gap: 4px;
	border-radius: 100px;
	border: 0.5px solid #FFF;
	background: #FFF;
	color: #031523;
	font-size: 18px;
	font-weight: 700;

}

.contact_menu a img {
	width: 25px;
	height: 25px;
}

.contact_menu button i {
	font-size: 28px;
}

.contact_menu button {
	padding: 0;
	background: none;
	color: #fff;
}

.menu-btn {
	border: 0;
}

.contact_menu {
	display: flex;
	align-items: center;

}

.menu-btn:hover {
	background: none;
}

.navigation {
	padding: 25px 0px;
}

.banner-content h1 {
	font-size: 62px;
	font-style: normal;
	font-weight: 600;
	color: #fff;
	text-align: center;
	background: linear-gradient(180deg, #fff 0%, #0e65bf 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.banner-content .description {
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	color: #fff;
	text-align: start;
	line-height: 38px;
}

.banner-content {
	padding: 0% 10%;
}

.ach-list {
	display: flex;
	justify-content: center;
	gap: 15px;
}

.ach-list img {
	width: 150px;
}

.banner_certificates h4 {
	text-align: center;
	color: #fff;
}

.banner_certificates h4 {
	display: flex;
	flex-direction: column;
	gap: 20px;
	font-size: 26px;
	font-weight: 100;
	letter-spacing: 1px;
	text-align: start;
}

.banner-content {
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 34px;
	align-items: start;
}

.hero-section {
	min-height: 100vh;
}

section.banner-section {
	margin-top: 6%;
	margin-bottom: 70px;
}

.banner_certificates {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-top: 15px;
}

img.video-thumbnail {
	width: 78%;
	border-radius: 20px;
	border: 2px solid #fff;
}

button.video-play {
	position: absolute;
	transition: all ease 0.5s;
}

section.video-section.common-padding {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

button.video-play {
	width: 74px;
	height: 74px;
	font-size: 34px;
	border: 0;
	border-radius: 100px;
}

.banner-content h1 b {
	font-weight: 600;
	color: var(--blue);
}

.list-style {
	width: 20px;
	margin-top: 5px;
}

ul.laurals-wrapper li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

ul.laurals-wrapper li p {
	color: #1E1E1E;
}

ul.laurals-wrapper {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.laurals-content {
	display: flex;
	flex-direction: column;
	gap: 34px;
}

h2.web-heading {
	font-size: 82px;
	font-style: normal;
	font-weight: 600;
	color: #1E1E1E;
}

section.hero-section {
	position: relative;
	background: url(../images/hero.webp);
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
}

img.bg-banner-foggy {
	position: absolute;
	width: 100%;
	top: -19%;
	transform: scale(2);
	opacity: 0.9;
	pointer-events: none;
}

.brand_name,
contact_menu button {
	z-index: 9;
}

img.bg-banner-foggy.section2 {
	top: 65%;
	transform: scale(0.8);
	z-index: -1;
}

img.bg-banner-foggy.section3 {
	top: 154%;
	transform: scale(0.7);
	z-index: -1;
	left: 18%;
}

section {
	z-index: 9999;
}

.offcanvas {
	z-index: 9999999;
}

section.abt-section-wrapper.common-padding {
	height: 100vh;
	background: url(../images/abt-img.webp);
	display: flex;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	position: relative;
}

.abt-container {
	border-radius: 30px;
	border: 1px solid #fff;
	background: linear-gradient(283deg, rgba(0, 0, 0, 0.4) 5.06%, rgba(14, 101, 191, 0.4) 93.76%), rgba(0, 0, 0, 0.47);
	padding: 40px 60px;
	margin: 0% 10%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.Features ul {
	display: flex;
	align-items: center;
	gap: 20px;
	font-size: 16px;
}

p.description {
	font-size: 22px;
	color: #1E1E1E;
}

a.abt-company-btn {
	color: #fff;
	font-size: 20px;
	border-bottom: 1px solid #fff;
	margin-top: 20px;
	padding: 10px 0px;
}

span.abt-count {
	border-radius: 20px;
	border: 1px solid #fff;
	background: #0e65bf;
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.Features ul li {
	border-radius: 40px;
	border: 1px solid rgba(255, 255, 255, 0.32);
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(15.600000381469727px);
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 6px 25px 6px 6px;
}

.section-margine {
	height: 7.5vh;
}

.section-margine-md {
	height: 15vh;
}

h2.web-heading-md {
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	color: #1E1E1E;
}

.companitms h4 {
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	color: #1E1E1E;
}

.companitms h6 {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	color: #1E1E1E;
}

.wrapper-list {
	display: flex;
	justify-content: center;
	gap: 22px;
}

.companitms .d-flex.hd {
	align-items: center;
	justify-content: space-between;
	border-bottom: 0.5px solid #0E65BF;
	padding-bottom: 10px;
}

.companitms {
	border-radius: 10px;
	border-radius: 10px;
	border: 0.5px solid #0e65bf6e;
	padding: 15px 25px;
	display: flex;
	flex-direction: column;
	gap: 15px;
	width: calc(100% / 6);
}

span.service-thumb {
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.7);
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(17.100000381469727px);
	/*padding: 10px;*/
	width: 50px;
	height: 50px;
	min-width: 50px;
	min-height: 50px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

span.service-thumb i {
	font-size: 20px;
}

.servicce-grid-tittle {
	display: flex;
	align-items: center;
	gap: 22px;
}

a.service-itm p {
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 30px;
	transition: 3s;
}


a.service-itm h5 {
	color: #fff;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
}

a.service-itm {
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.7);
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(17.100000381469727px);
	display: flex;
	flex-direction: column;
	padding: 30px;
	gap: 22px;
	height: 100%;
	transition: all ease 0.5s !important;
}

.service-grid .col-lg-4 {
	margin-bottom: 18px;
}

span.industries-count {
	border-radius: 33px;
	border: 1px solid #dfdbf9;
	/*padding: 6px 16px;*/
	font-size: 13.875px;
	font-style: normal;
	font-weight: 600;
	height: 32px;
	width: 47px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #1E1E1E;
}

.industries-itm .w-50 {
	display: flex;
	gap: 40px;
	align-items: center;
}

.industries-itm {
	display: flex;
	align-items: center;
}

.industries-wrapper {
	width: 85%;
	margin: auto;
	display: flex;
	flex-direction: column;
	/*gap: 22px;*/
}

.industries-itm {
	padding: 30px;
	border-radius: 0px;
	border-bottom: 1px solid #DFDBF9;

	transition: all ease 0.5s;
}

.industries-itm:hover {
	border: 1px solid #DFDBF9;
	background: rgba(255, 255, 255, 0.08);
	border-radius: 20px;
}

.w-50.description-grd p {
	margin-bottom: 30px;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	color: #1E1E1E;
}

span.design-itms {
	border-radius: 33px;
	padding: 5px 12.8px 5px 13px;
	font-size: 14.625px;
	color: #555050;
	background: #a1a1a138;
}

.tags-ind {
	display: flex;
	gap: 10px;
}

.w-50.description-grd button {
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	background: none;
	border: 1px solid #1E1E1E;
}

.w-50.description-grd button a {
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.w-50.description-grd button a img {
	width: 14px;
	height: 14px;
	filter: brightness(0%);
}

button.accordion-button {
	font-size: 21.938px;
	font-style: normal;
	font-weight: 500;
	background: none !important;
	color: #fff !important;
	border-bottom: 0 !important;
	box-shadow: none !important;
	border-radius: 0px !important;
}

.accordion-item {
	background: none;
	border: 0;
}

.accordion-body {
	color: #fff;
	font-size: 16px;
}

.accordion-button::after {
	filter: brightness(0) invert(1);
}

.accordion-item {
	border-bottom: 1px solid rgba(223, 219, 249, 0.29);
	border-radius: 0px !important;
}

a.portfolio-list-itm {
	display: flex;
	flex-direction: column;
	padding: 15px;
	overflow: hidden;
	transition: transform 0.3s ease;
}

a.portfolio-list-itm img {
	height: 220px;
	object-fit: cover;
	transition: 2s;
}

a.portfolio-list-itm h5 {
	font-size: 20px;
	font-style: normal;

	font-weight: 600;
	color: #1E1E1E;
	padding: 20px 0px;
	border-bottom: 1px solid #CCC;
}


a.portfolio-list-itm img:hover {
	transform: scale(1.05) !important;
}

.process-list-itm span {
	margin-bottom: 30px;
}

.process-list-itm h2 {
	margin-bottom: 15px;
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
}

.process-list-itm p {
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 30px;
}

header.sticky {
	position: fixed;
	background: #000000c2;
	width: 100%;
	z-index: 9;
	padding: 0px !important;
	top: 0;
	/*height: 100px;*/
}

header.sticky .navigation {
	padding: 15px 0px;
}


.dark-text {
	color: #050d20 !important;
}

.owl-nav button {
	width: 100px !important;
	height: 30px !important;
	background: #000;
	position: absolute;
	right: 0;
}

.owl-nav {
	position: absolute;
	right: 0;
}

section.laurals-section.video-section.common-padding.slide {
	background-image: url();
}

img.bg-banner-foggy.section4 {
	position: absolute;
	width: 100%;
	transform: scale(0.7);
	opacity: 0.9;
	pointer-events: none;
	z-index: -1;
	left: 20%;
	top: inherit;
}

img.bg-banner-foggy.section6 {
	top: -12%;
	transform: scale(1.1);
	right: 0%;
	opacity: 0.8;
	z-index: -1;
}

.row.mt-5.service-grid {
	position: relative;
}

.ind-testimonial {
	border-radius: 20px;
	border-bottom: 6px solid #d9d9d9;
	background: rgba(197, 197, 197, 0.17);
	backdrop-filter: blur(17.100000381469727px);
	display: flex;
	padding: 30px;
	flex-direction: column;
	align-items: flex-start;
	gap: 52px;
	color: #fff;
	min-height: 288px;
	justify-content: space-between;
}

img.testimonial-img {
	border-radius: 10px;
	border: 1px solid #fff;
	background: url(<path-to-image>) lightgray 50% / cover no-repeat;
	width: 50px !important;
	height: 50px;
	object-fit: cover;
}

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

.ind-testimonial p {
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 29px;
	height: 10vh;
}

span.client_name {
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
}

span.designation {
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
}

.client-details>div {
	display: flex;
	flex-direction: column;
}

.custom-nav {
	position: absolute;
	top: 100px;
	right: 20px;
	display: flex;
	gap: 20px;
}

.custom-nav button {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	padding: 10px 30px;
	min-width: 160px;
	border-radius: 40px;
	color: #fff;
	border: 0.5px solid #fff;
	background: linear-gradient(90deg, rgba(179, 9, 162, 0) 0%, rgba(45, 210, 255, 0) 100%);
}

img.pratheksha-img {
	height: 230px;
	object-fit: cover;
	border-radius: 20px;
}
#projects .owl-item{
    position: relative;   
}
#projects .owl-item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px; /* Adjust height */
    background: linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0));
    border-radius: 20px;
    z-index: 99999;
}
h2.web-heading.mb-4.grey-text.xl.text-center {
	font-size: 12vw;
	font-style: normal;
	font-weight: 600;
	color: #cdcfd2;
	background: linear-gradient(180deg, #a3a6a9 0%, #ffffff 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.custom-nav-csr {
	position: absolute;
	/* top: 50%; */
	top: 54%;
	transform: translateY(-50%);
	z-index: 9;
	width: 96%;
	display: flex;
	justify-content: space-between;
	left: 0 30px;
	right: 30px;
}

p.it-description.text-center.text-dark {
	color: #1e1e1e;
	font-size: 25px;
	font-style: italic;
	font-weight: 400;
	margin-bottom: 10px;
	margin-top: 20px;
}

p.text-dark.decription.text-center {
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 30px;
}

.csr-activities {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 80%;
	margin: auto;
}

a.csr-activities-btn {
	border-radius: 40px;
	border: 0.5px solid #fff;
	background: #007dfc;
	color: #fff;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	padding: 13px 30px;
}

a.csr-activities-btn img,
a.cta-btn-itm img {
	width: 20px;
}

a.csr-activities-btn:hover {
	background: #000;
}

.cta-wrapper {
	display: flex;
	flex-direction: column;
	background: #000;
	justify-content: center;
	align-items: center;
	gap: 30px;
	padding: 20px;
	border-radius: 40px;
	background: url(../images/cta-btn.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.contact-badge {
	border-radius: 40px;
	border: 0.25px solid rgba(255, 255, 255, 0.39);
	background: rgba(255, 255, 255, 0.12);
	display: flex;
	align-items: center;
	word-break: keep-all;
	min-width: 160px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 10px 30px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}

img.sparkle-icon {
	width: 15px;
}

.cta-wrapper h3 {
	font-size: 48px !important;
	font-style: normal;
	font-weight: 400;
	line-height: 60px;
}

.cta-btn-itm {
	padding: 12px 30px;
	border-radius: 40px;
	border: 0.5px solid #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	color: #fff;
	display: flex;
	align-items: center
}


.f-cta-btn {
	display: flex;
	gap: 20px;
}

a.cta2.cta-btn-itm {
	background: #007dfc;
}

footer {
	color: #000;
	background: #fff;
}

.prefooter {
	display: flex;
	align-items: flex-start;
	margin-bottom: 40px;
	gap: 30px;
}

.usefull-links {
	width: calc(100% / 4);
}

.work-together {
	width: calc(100% / 3);
}

h4.footer-heading {
	margin-bottom: 15px;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	color: #1e1e1e;
}

.usefull-links span {
	margin-bottom: 10px;
	display: block;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
}

.usefull-links ul li,
.usefull-links ul li a {
	color: #666;
	font-family: "DM Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 25px;
}

.usefull-links ul {
	margin-bottom: 10px;
}

ul.links-main {
	margin-left: 20px;
}

ul.links-main li {
	list-style: disc !important;

	margin-bottom: 5px;
}

.work-together h1 {
	color: #1e1e1e;
	font-family: "DM Sans";
	font-size: 62px;
	font-style: normal;
	font-weight: 400;
	line-height: 103px;
	/* 166.129% */
}

.work-together h2 {
	color: #1e1e1e;
	font-family: "DM Sans";
	font-size: 83px;
	font-style: normal;
	font-weight: 600;
	line-height: 103px;
	text-transform: uppercase;
}

input.subscribe-field {
	width: 90%;
	border-radius: 10px;
	border: 1px solid rgba(204, 204, 204, 0.7);
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(17.100000381469727px);
	color: #666;
	font-family: "DM Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	padding: 10px 30px;
}

.work-together {
	width: calc(100% / 3);
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.subscribe button {
	position: absolute;
	top: 9px;
	right: 13%;
	border: 0;
	background: none;
	font-size: 19px;
}

.subscribe {
	position: relative;
}

.copyright-section.d-flex.align-items-center.justify-content-between {
	padding: 13px 0px;
	border-top: 0.5px solid #ccc;
	font-size: 14px;
}

.terms li a {
	color: #1e1e1e;
	font-family: "DM Sans";
	font-size: 14px;
	font-style: normal;
	text-decoration: underline !important;
}

.terms {
	display: flex;
	gap: 0px;
}

.terms li:first-child {
	border-right: 1px solid #000;
}

.terms li {
	padding: 0px 20px;
}

ul.social-links li a {
	display: flex;
	background: #0d3656;
	width: 43px;
	height: 43px;
	border-radius: 30px;
	align-items: center;
	justify-content: center;
}

ul.social-links li a img {
	width: 18px;
}

ul.social-links {
	display: flex;
	gap: 10px;
}

.custom-nav-csr button {
	width: 50px;
	justify-content: center;
	align-items: center;
	border-radius: 40px;
	background: #fff;
	box-shadow: -2px 2px 64px 50px rgba(0, 0, 0, 0.25);
	height: 50px;
	border: 0;
}

div#projects::after {
	content: "";
	position: absolute;
	width: 300px;
	height: 300px;
	background: url(../images/rightshdow.png);
	top: 0;
	left: 0;
	z-index: 9999;
	background-position: right;
}

div#projects::before {
	content: "";
	position: absolute;
	width: 300px;
	height: 300px;
	background: url(../images/rightshdow.png);
	top: -40px;
	right: 0;
	z-index: 9999;
	background-position: right;
	transform: rotateZ(179deg);
}

img.bg-banner-foggy.section7 {
	position: absolute;
	width: 100%;
	top: -20%;
	transform: scale(0.9);
	opacity: 0.7;
	pointer-events: none;
	z-index: -1;
}

section.industries-section-wrapper.common-padding,
.faq-section-wrapper,
section.process-section-wrapper.common-padding {
	position: relative;
}

img.bg-banner-foggy.section8 {
	position: absolute;
	width: 100%;
	top: -57%;
	transform: scale(0.7);
	opacity: 0.4;
	pointer-events: none;
	z-index: -1;
	right: -29%;
}

img.bg-banner-foggy.section9 {
	position: absolute;
	width: 100%;
	top: -40%;
	transform: scale(1);
	opacity: 0.9;
	pointer-events: none;
	z-index: 0;
}

.banner-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -2;
	opacity: 0.1;
}

/* Gradient overlay */
.video-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40%;
	/* adjust gradient height */
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
	z-index: -1;
}

h5#staticBackdropLabel {
	color: #0e65bf;
	font-family: "DM Sans";
	font-size: 25px;
	font-style: normal;
	font-weight: 600;
}

.menu-grid h3 {
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	margin-bottom: 15px;
	border-bottom: 1px solid #ebebeb;
	padding: 5px 0px;
}

.menu-grid p,
.menu-grid li a {
	font-size: 14.375px;
	font-style: normal;
	font-weight: 400;
	color: #1e1e1e;
}

.offcanvas-body {
	gap: 20px;
	display: flex;
	flex-direction: column;
}

.menu-grid ul li a {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.menu-grid ul li {
	margin-bottom: 10px;
}

.menu-grid ul li a i {
	color: #0e65bf;
}

h2.web-heading b {
	font-weight: 600;
	color: #1E1E1E !important;

}

.d-flex.hd i {
	font-size: 25px;
	color: #1E1E1E;
}

a.abt-company-btn img {
	width: 26px;
}

a.service-itm:hover {
	background: linear-gradient(125deg, rgba(14, 101, 191, 0.25) 17.03%, rgba(0, 0, 0, 0.25) 51.13%, rgba(10, 82, 143, 0.25) 94.07%);
	box-shadow: 10px 7px 30px 0 rgba(14, 101, 191, 0.25);
}

button.video-play:hover {
	transform: scale(1.05);
	box-shadow: 0px 2px 10px #00000099;
}

button.accordion-button:hover {
	opacity: 0.6;
}

button.accordion-button,
ul.social-links li a {
	transition: all ease 0.5s;
}

.custom-nav button:hover {
	background: #010d16;
	box-shadow: 10px 7px 30px 0 rgba(14, 101, 191, 0.25);
	color: #fff;
}

.ind-testimonial:hover {
	background: linear-gradient(125deg, rgb(14 101 191) 17.03%, rgb(0 0 0) 51.13%, rgb(10 82 143) 94.07%);
	color: #fff;
}

button,
.ind-testimonial,
.custom-nav-csr button {
	transition: all ease 0.5s;
}

.custom-nav-csr button:hover {
	box-shadow: 9px -2px 64px 80px rgb(0 0 0 / 55%);
}

.cta-btn-itm:hover {
	background: #000 !important;
}

.menu-grid a:hover {
	color: #0e65bf;
	text-decoration: underline !important;
}

.usefull-links ul li a:hover {
	color: #0e65bf;
	text-decoration: underline !important;
}

a.abt-company-btn:hover {
	background: #0e65bf;
	padding: 10px 20px;
	border-radius: 30px;
}

ul.social-links li a:hover {
	background: #0e65bf;
}

video#myVideo {
	width: 78%;
	height: 70vh;
	border-radius: 20px;
	border: 2px solid #fff;
}

.company-video video {
	display: none;
	border-radius: 12px;
}

.offcanvas {
	padding: 18px;
}

ul.menu-list.mobile.tablet li a {
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	color: #fff;
}

ul.menu-list.mobile.tablet {
	display: flex;
	gap: 30px;
	color: #fff;
	border-radius: 30px;
	border: 1px solid #FFF;
	background: rgba(255, 255, 255, 0.10);
	backdrop-filter: blur(6.300000190734863px);
	padding: 10px 40px;
}

button.menu-btn {
	display: none;
}

.contact_menu a {
	background: #fff;
	color: #000;
}

header#mainHeader {
	padding: 20px 0px;
}

img.laurels-img.section-right {
	width: 80%;
}

.abt-container h2.web-heading.text-center.section-title,
.abt-container p.description,
.Services-section-wrapper h2.web-heading,
.Services-section-wrapper .description,
section.process-section-wrapper h2.web-heading,
section.process-section-wrapper .description {
	color: #fff;
}

a.abt-company-btn img,
img.button-icon {
	filter: brightness(0) invert(1);
}

.abt-container h2 {
	margin-bottom: 20px;
}

.Services-section-wrapper {
	position: relative;
	background: url(../images/service-bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	    background-attachment: fixed;
}

.industries-itm h2 {
	color: #1E1E1E;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
}

section.faq-section-wrapper {
	background: #000;
	padding: 50px 0px;
}

section.faq-section-wrapper h2.web-heading {
	color: #fff;
}

section.process-section-wrapper {
	background: #000;
}

section.process-section-wrapper .industries-count {
	color: #fff;
}

.contact_menu img.button-icon {
	filter: inherit;
}

/*loader css start*/
.loader-wrapper {
	position: fixed;
	z-index: 99999;
	width: 100%;
	height: 100%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.loader {
	display: inline-block;
	font-size: 7vw;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 200;
	color: #ccc;
	position: relative;
	letter-spacing: 3px;
}

.loader::before
 {
    content: '';
    position: absolute;
    left: 15%;
    bottom: 26%;
    width: 4vw;
    height: 4vw;
    border-radius: 50%;
    border: 10px solid #ccc;
    border-bottom-color: #3964ae;
    box-sizing: border-box;
    animation: rotation 0.6s linear infinite;
}

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

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

/*loader css end*/


.contact_menu a:hover {
	box-shadow: -1px 0px 20px 3px #0d6efdc4;
}

ul.menu-list.mobile.tablet li a:hover {
	color: #939393;
}

section.process-section-wrapper.common-padding.scroll-sec.TabletWrap {
	padding-bottom: 50px;
}

h2.web-heading-md.text-center.mb-4.section-title span {
	color: #007DFC;
}

button.seemore:hover {
	background: #e7e7e7;
	border: 0;
}

ul.terms.d-flex.align-items-center.justify-content-between {
	display: none !important;
}

a.csr-activities-btn img,
.cta-btn-itm img,
.abt-company-btn img,
.contact_menu button img,
.contact_menu a .button-icon {
	transition: all ease 1s;
}

a.csr-activities-btn:hover img,
.cta-btn-itm:hover img,
.abt-company-btn:hover img,
.contact_menu button:hover img,
.contact_menu a:hover .button-icon {
	transform: translateX(5px);
}

img.si-logo
 {
    width: 50px;
    margin-right: 30px;
}
.cta-wrapper p.description.text-centertext-light {
    COLOR: #FFF;
}
canvas {
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  opacity: .1;
}
section.testimonial-section-wrapper {
    background: #000;
	position: relative;
}
.container.position-relative.top-line {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}



.row.mt-5.service-grid.scroll-sec.pb-5 b {
	color: #fff !important;
}
.subscribe button {
    color: #000000;
	background: #f8f9fa;
}
.alert.alert-success {
    width: 90%;
	margin-top: 5px;
}
label.error {
    color: red;
    font-style: italic;
}
section.faq-section-wrapper h2.web-heading b{
	color: #0E65BF !important;
}
section {
    z-index: inherit;
}
.row.mt-5.service-grid.scroll-sec.pb-5 {
    margin-top: 80px !important;
}
canvas#about {
    opacity: .2;
}


