@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,600;1,600&display=swap');

@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/proxima_Fonts/Proxima\ Nova\ Light.otf') format('opentype');
	font-weight: 300;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/proxima_Fonts/Proxima\ Nova\ Bold.otf') format('opentype');
	font-weight: 700;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/proxima_Fonts/ProximaNova-Regular.otf') format('opentype');
	font-weight: 400;
}

@font-face {
	font-family: 'Helvetica';
	src: url('../fonts/helvetica-255/Light.ttf') format('truetype');
	font-weight: 300;
}

@font-face {
	font-family: 'Helvetica';
	src: url('../fonts/helvetica-255/Helvetica.ttf') format('truetype');
	font-weight: 400;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background-color: #0B0A0F;
}

.container {
	max-width: 1440px;
}

h2 {
	font-size: 48px;
	line-height: 1.5em;
	max-width: 67%;
	margin: 0 auto;
	padding-bottom: 30px;
	text-align: center;
	color: #fff;
	font-family: 'Proxima Nova';
	font-weight: 300;
}

h3 {
	color: #fff;
	font-size: 38px;
	font-weight: 300;
	margin-bottom: 50px;
	text-align: center;
	font-family: 'Proxima Nova';
	line-height: 46px;
}

h4 {
	font-size: 24px;
	font-weight: 400;
	color: #ffffff;
	line-height: 32px;
	font-family: 'Proxima Nova';
}

p {
	font-family: 'Proxima Nova';
	font-weight: 400;
	font-size: 16px;
	color: #E6E6E6;
	margin-bottom: 0.5rem;
	line-height: 24px;
}

a {
	font-family: 'Helvetica';
	font-weight: 400;
	font-size: 14px;
}
.resources-section img{
	height: 660px!important;
	display:none;
}
.resources-section .solution-card{
	border: 1px solid white;
    border-radius: 18px;
    padding-bottom: 40px;
    padding-top: 22px;
    padding-left: 30px;
    padding-right: 30px;
}
.resources-section .solution-card-body {
    padding-top: 0;
}
.mh70{
	min-height: 70px;
}
.d-none{
	display: none!important;
}

/* Sticky header styling */
.navbar-wrapper {
	width: 100%;
	background-color: #0B0A0FCC;
	position: sticky;
	top: 0;
	z-index: 1000;
}

.navbar {
	padding: 30px 15px;
	position: sticky;
	top: 0;
	z-index: 1000;
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
	position: absolute;
	left: -60px;
	top: 50px;
}

.navbar-brand img {
	height: 30px;
}

/* Nav item */
.nav-link {
	color: #CFCFCF;
	margin-right: 1rem;
	font-weight: 400;
	font-size: 16px;
}

.nav-link:hover,
.nav-link:focus,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
	color: #fff;
}

/* General underline effect on nav links */
.navbar-nav .nav-link {
	position: relative;
	text-decoration: none;
}

.navbar-nav .nav-link::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 4px;
	background-color: #fff;
	transform: scaleX(0);
	transition: transform 0.3s ease;
}

/* Hover effect */
.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-item.active .nav-link::after {
	transform: scaleX(1);
	width: 80%;
	margin: 0 auto;
}

/* Active state for dropdown parent link */
.navbar-nav .nav-item.active>.nav-link::after {
	transform: scaleX(1);
}

.navbar-toggler-icon {
	background-image: url('../images/Vector.svg');
}

/* Dropdown menu styling */
.dropdown-menu {
	background-color: #16161a;
	;
	border: 1px solid #333333;
	padding: 10px;
	border-radius: 20px;
	line-height: 2em;
	min-width: 350px;
}

.dropdown-item {
	color: #CFCFCF;
}

.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	background-color: transparent;
}

/* Get in touch button */
.btn-get-in-touch {
	border: 1px solid #fff;
	color: #fff;
	border-radius: 50px;
	padding: 7px 16px;
	transition: background-color 0.3s;
	font-size: 14px;
}

.btn-get-in-touch i {
	margin-left: 8px;
	/* Space between text and icon */
}

.btn-get-in-touch:hover {
	background-color: #ffffff;
	/* Hover background color */
	color: #333;
	/* Hover text color */
}

.dropdown-toggle i.fas.fa-chevron-down {
	margin-left: 6px;
}

#languageDropdown::after {
	display: none;
}

.language-selector .dropdown-toggle {
	color: #ffffff;
	/* Icon color */
	font-size: 18px;
	/* Adjust icon size as needed */
	text-decoration: none;
}

.language-selector .dropdown-menu {
	min-width: 120px;
	/* Adjust width of dropdown */
	color: #ffffff;
	/* Text color */
	top: 42px;
	left: -25px;
}

i.fas.fa-chevron-down {
	font-size: 15px;
}

#sales {
	background-image: url('../images/sales-bg.png');
	background-size: cover;
	background-position: center;
}

#management {
	background-image: url('../images/management-bg.png');
	background-size: cover;
	background-position: center;
}

#consulting,
#analytics {
	background-image: url('../images/consulting-bg.png');
	background-size: cover;
	background-position: center;
}

.hero-section {
	background-image: url('../images/hero\ banner.png');
	background-size: cover;
	background-position: center;
	color: white;
	text-align: center;
	padding: 160px 20px 120px;
	position: relative;
	overflow: hidden;
	margin-top: -100px;
}


/* Content styling */
.hero-content {
	position: relative;
	z-index: 2;
}

.hero-title {
	font-size: 64px;
	font-weight: 700;
	font-family: 'Proxima Nova';
	max-width: 70%;
	margin: 0 auto;
}

.hero-subtitle {
	font-size: 20px;
	max-width: 600px;
	margin: 0px auto;
	font-weight: 400;
	color: #A0A0A0;
	padding-top: 20px;
	line-height: 32px;
}

.scroll-icon {
	margin: 50px 0;
}

.bottom-text {
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 12px;
	font-weight: 600;
	font-family: 'Montserrat';
}

.text-item {
	padding: 0 20px;
}

.divider {
	display: inline-block;
	width: 1px;
	height: 33px;
	background-color: #CCCCCC;
}

/* SERVICES STYLING */
.services-section {
	background-image: url('../images/Offerings\ \(2\).png');
	background-size: cover;
	background-position: center;
	padding: 80px 10px 0px 10px;
}

.service-card {
	border: 1px solid #333;
	height: 350px;
	padding: 20px;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	text-align: left;
	transition: transform 0.3s;
}

.row .col-md-3:first-child .service-card {
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}

.row .col-md-3:last-child .service-card {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

.title,
.icon,
.description {
	transition: transform 0.3s, opacity 0.3s;
}

.service-card .title {
	font-size: 24px;
	font-weight: 400;
	color: #ffffff;
	margin-bottom: 5px;
	min-height: 75px;
	/* Adjust based on title length */
}

.service-card .icon {
	font-size: 18px;
	color: #ffffff;
	margin-top: 10px;
	align-self: flex-start;
	display: inline-block;
	position: relative;
	/* Allows top/bottom positioning */
	top: 0;
	/* Start position for icon */
	transition: top 0.3s ease;
	/* Smooth movement */
}

.service-card .icon i.fa.fa-arrow-right {
	background-color: #3B8BDB;
	padding: 8px 9px;
	transform: rotate(-45deg);
	border-radius: 50%;
}

.service-card .icon i.fa.fa-arrow-right:hover {
	background-color: #fff;
	color: #3B8BDB;
}

.service-card .description {
	font-size: 16px;
	color: #E6E6E6;
	opacity: 0;
	transform: translateY(20px);
	/* Initially hidden below */
	position: absolute;
	top: 50%;
	left: 20px;
	/* Adjust this to align with the left padding */
	transform: translateY(-50%);
	/* Center vertically */
	text-align: left;
	width: calc(100% - 40px);
	/* Maintain padding */
}

.service-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.service-content {
	z-index: 3;
}

/* Hover Effects */
.service-card:hover .title {
	transform: translateY(-80px);
	/* Move title up */
}

.service-card:hover .icon {
	top: 60px;
	/* Move icon down */
}

.service-card:hover .description {
	opacity: 1;
	/* Fade in the description */
	transform: translateY(-50%);
	/* Keep description in the middle */
}

/* WHY US styling */
.why-us {

	padding-top: 80px;

}

.bg-why {
	background-image: url('../images/box.png');
	background-size: cover;
	background-position: center;
}

.growth-image {
	max-width: 100%;
	/* Adjust image size */
}

.why-us-item {
	padding: 10px 50px 0px 40px;
	max-width: 710px;
}

.why-us-content .why-us-item h3 {
	margin-bottom: 30px;
}

.why-us-content .why-us-item p {
	color: #E6E6E6;
	font-size: 16px;
	margin-bottom: 0.5rem;
}

.line {
	width: 100%;
	margin: 30px 0;
	border-top: 1px solid #333;
}

/* INDUSTRIES styling */

.industries-section {
	background-color: #0B0A0F;
	color: #fff;
	padding-top: 80px;
	text-align: center;
}

.industry-content h4 {
	text-align: left;
}

.industry-card1,
.industry-card2 {
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	border: 1px solid #333;
	min-height: 236px;
}

.industry-card1 {
	background-image: url('../images/Group\ 1.png');
	background-size: contain;
}

.industry-card2 {
	background-image: url('../images/Group\ 2.png');
	background-size: contain;
}

.industry-card1 .industry-content,
.industry-card2 .industry-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 10px 40px 0px 20px;
}

.industry-card1 img,
.industry-card2 img {
	width: 50%;
	object-fit: cover;
	flex: 1;
}

.industry-content h3 {
	text-align: left;
}

.industry-content p {
	font-size: 16px;
	line-height: 1.7em;
	color: #E6E6E6;
	text-align: left;
}

/* PARTNERS styling */

.trusted-section {
	color: #fff;
	padding-top: 80px;
	text-align: center;
}

.logo-card {
	background-color: #16161A;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.logo-card img {
	width: 100%;

	object-fit: cover;
	border-radius: 10px;
	background-color: #fff;
}

/* BLOGS SECTION styling */

.blogs-section {
	padding-top: 80px;
}

.expert-card {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	background-color: #333;
	height: 400px;
	/* Adjust as needed */
}

.card-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

/* Overlay styling for dark effect over the image */
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	/* Dark overlay */
	z-index: 2;
}

/* Content styling */
.content {
	position: relative;
	z-index: 3;
	/* Above image and overlay */
	color: #fff;
	padding: 0px 20px 40px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
}

.card-title a {
	font-weight: 500;
	color: #fff;
	margin-bottom: 15px;
	font-family: 'Proxima Nova';
	text-decoration: none;
	font-size: 24px;
    line-height: 30px;
}

.card-description {
	font-size: 16px;
    color: #E6E6E6;
    margin: 12px 0;
    line-height: 25px;
}

/* Arrow icon */
.card-icon {
	font-size: 18px;
	color: #ffffff;
}

.card-icon i.fa.fa-arrow-right {
	transform: rotate(-45deg);
	background-color: #3B8BDB;
	padding: 8px 9px;
	border-radius: 50%;
}

.card-icon i.fa.fa-arrow-right:hover {
	background-color: #fff;
	color: #3B8BDB;
}

/* CTA styling */

.cta-section {
	background-color: #16161A;
	padding: 60px;
	border-radius: 24px;
	margin: 80px auto;
	text-align: center;
	color: #fff;
	border: 1px solid #333333;
}

.cta-section .btn {
	background-color: #3B8BDB;
	color: #fff;
	border-radius: 50px;
	padding: 14px 20px;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
	border: 3px solid #3b8bd8;
	font-family: 'Helvetica';
}

.cta-section .btn:hover {
	background-color: #3b8bdb00;
	color: #fff;
	border: 3px solid #3b8bd8;
}

.cta-section i.fas.fa-chevron-right {
	padding-left: 10px;
}

/* Footer styles */
.footer {
	background-image: url('../images/Footer (1).png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	padding: 60px 0px;
	font-family: 'Helvetica', sans-serif;
	font-size: 14px;
	line-height: 1.2em;
}

.footer-container {
	max-width: 1440px;
	margin: 0 auto;
}

.footer h5 {
	color: #9F9F9F;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 400;
}

.footer a {
	color: #fff;
	text-decoration: none;
	line-height: 2em;
}

.opacity {
	opacity: 0.8;
}

p.opacity.address {
	font-size: 14px;
}

/* Social media icons */
.social-icons a {
	color: #fff;
	font-size: 1.2rem;
	margin: 0 10px;
}

.social-icons {
	margin-bottom: 10px;
}

.social-icons a :hover {
	color: #3b8bd8;
}

/* Footer Bottom */
.footer-bottom {
	padding-top: 20px;
	font-size: 12px;
	color: #9F9F9F;
}

.f-links a {
	color: #9F9F9F;
	display: inline-block;
	margin-left: 20px;
}

/* ABOUT US STYLES */

.hero-btn {
	background-color: #3B8BDB;
	color: #fff;
	border-radius: 50px;
	padding: 12px 20px;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
	text-decoration: none;
	border: 3px solid #3b8bd8;
}

.hero-btn:hover {
	background-color: #3b8bdb00;
	color: #fff;
	border: 3px solid #3b8bd8;
}

.hero-btn i.fas.fa-chevron-right {
	padding-left: 10px;
}

.about .hero-subtitle {
	font-size: 20px;
	max-width: 900px;
	margin: 0px auto;
	font-weight: 400;
	color: #A0A0A0;
	padding: 20px 0 50px;
}

/* COMMITMENT STYLES */
.commitment-section .row {
	border: 1px solid #333;
	border-radius: 15px;
	margin: 0 10px;
}

.commitment-section {
	background-image: url('../images/Offerings\ \(2\).png');
	background-size: cover;
	background-position: center;
	color: #fff;
	padding-top: 80px;

}

.commitment-section h2 {
	text-align: center;
	margin-bottom: 40px;
	font-weight: 400;
	color: #e0e0e0;
}

.commitment-box {
	background-color: #16161A;
	padding: 40px 40px;
	text-align: left;
	position: relative;
}

.commitment-box h4 {
	margin-top: 15px;
	font-weight: 400;
}

.commitment-box p {
	font-size: 16px;
	margin-top: 10px;
	line-height: 1.6;
	color: #E6E6E6;
	padding-top: 10px;
}

.commitment-box .icon {
	font-size: 2rem;
	color: #a0a0a0;
}

.col-md-4.commitment-box:first-child {
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	padding-left: 100px;
}

.col-md-4.commitment-box:last-child {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	padding-right: 100px;
}

/* Short Divider Styling */
.commitment-box::after {
	content: "";
	position: absolute;
	top: 25%;
	right: 0;
	width: 1px;
	height: 50%;
	background-color: #333;
}

/* Remove divider for the last column */
.commitment-box:last-child::after {
	display: none;
}

/* TEAMS STYLES */
.team-section {
	color: #fff;
	padding-top: 80px;
	text-align: center;
}

/* Team Member Styling */
.team-member {
	position: relative;
	padding: 20px;
	color: #fff;
	text-align: left;
}

/* Team Member Image Styling with Gradient */
.team-member .member-image {
	position: relative;
	overflow: hidden;
	margin: 0 auto 0px;
}

.team-member .member-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Name and Position Styling */
.team-member h5 {
	margin-top: 0px;
	font-weight: 900;
	font-size: 16px;
	padding-left: 50px;
}

.team-member p {
	font-size: 14px;
	color: #E6E6E6;
	margin: 10px 0 16px;
	padding-left: 50px;
}

/* Social Icons Styling */
.team-social-icons {
	padding-left: 47px;
}

.team-social-icons a {
	color: #fff;
	font-size: 16px;
	margin-right: 8px;
	border: 1px solid #fff;
	border-radius: 50%;
	padding: 7px 9px;
}

/* CONTACT US STYLES */

.contact-section {
	background-image: url('../images/Offerings\ \(2\).png');
	background-size: cover;
	background-position: center;
	padding-top: 80px;
}

.contact-section h2 {
	font-size: 24px;
	margin-bottom: 40px;
	text-align: center;
}

.form-control {
	background-color: #1A1A1A;
	color: #fff;
	border: 1px solid #333;
	border-radius: 10px;
	padding: 12px;
}

textarea.form-control {
	min-height: 244px;
	margin-top: 27px;
	margin-left: 20px;
}

.location-details a {
	color: #E6E6E6;
	text-decoration: none;
	font-size: 16px;
	font-family: 'Proxima Nova';
}

.form-control::placeholder {
	color: #7F7F7F;
}

.form-label {
	font-weight: 400;
	margin-bottom: 5px;
	color: #E6E6E6;
}

.form-control:focus {
	color: #efefef !important;
	background-color: #0b0a0f !important;
	border-color: #333 !important;
	box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%) !important;
}

.submit-btn {
	background-color: #3B8BDB;
	color: #fff;
	border: none;
	border-radius: 50px;
	padding: 8px 30px;
	transition: background-color 0.3s ease;
	border: 3px solid #3b8bd8;
	margin-right: -22px;
}

.submit-btn:hover {
	background-color: #3b8bdb00;
	color: #fff;
	border: 3px solid #3b8bd8;
}

.submit-btn i {
	margin-left: 8px;
}

.form-group {
	margin-bottom: 20px;
}

.location-section {
	max-width: 900px;
	margin: 0 auto;
	padding: 60px 0;
	display: flex;
	align-items: center;
	gap: 20px;
}

.map-container {
	flex: 1;
	overflow: hidden;
}

.map-container iframe {
	width: 420px;
	height: 420px;
	border: none;
	border-radius: 15px;
}

.location-details {
	flex: 1;
	text-align: center;
	font-family: 'Proxima Nova';
}

.location-details h2 {
	font-size: 24px;
	margin-bottom: 20px;
}

.location-details p {
	font-size: 16px;
	line-height: 1.6;
	color: #E6E6E6;
}

.map-divider {
	border: none;
	border-top: 1px solid #ccc;
	width: 80%;
	margin: 20px auto;
}

.location-details h3 {
	margin-bottom: 20px;
}

/*DATA MANAGEMENT STYLES*/
.package-section {
	padding-top: 80px;
	padding-bottom: 80px;
	background-image: url('../images/package.png');
	background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.package-card {
	border: 1px solid #333;
	border-radius: 15px;
	color: white;
	padding: 10px 30px;
	margin-bottom: 20px;
	min-height: 355px;
}

.consulting-package-card {
	border: 1px solid #333;
	border-radius: 15px;
	color: white;
	padding: 10px 30px;
	margin-bottom: 20px;
	min-height: 371px;
}

.package-card h5,
.consulting-package-card h5 {
	font-size: 18px;
	margin-top: 15px;
}

.package-card p,
.consulting-package-card p {
	color: #E6E6E6;
	font-family: 'Proxima Nova';
}

.package-card ul,
.consulting-package-card ul {
	list-style-type: disc;
	padding-left: 20px;

}

.package-card ul li,
.consulting-package-card ul li {
	color: #a9a9a9;
	font-size: 16px;
	color: #E6E6E6;
	font-family: 'Proxima Nova';
}

.package-icon {
	width: 48px;
	height: 48px;
	margin: 20px 0;
}

.data-section {
	padding-top: 80px;
	padding-bottom: 80px;
	background-image: url('../images/data.png');
	background-size: cover;
	background-position: center;
}

.main-text {
	color: #fff;
	line-height: 32px;
	font-family: 'Proxima Nova';
	font-size: 24px;
	font-weight: 300;
}

/* PROCESS */
.process-section {
	background-color: #16161A;
}
.process-section .container{
	padding: 80px 0;
}
.section-title {
	font-size: 2rem;
	font-weight: bold;
	color: #ffffff;
}

.process-step {
	padding: 20px;
	text-align: left;
}

.divider-column::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	background-color: #333;
	/* Adjust the divider color */
	height: 100%;
	z-index: 1;
}

/* Remove divider from the last column on desktop */
.divider-column:nth-child(3)::before {
	display: none;
}

.step-number {
	font-size: 70px;
	font-weight: bold;
	color: #3B8BDB;
	font-family: 'Helvetica';
}

.step-description {
	font-size: 16px;
	color: #E6E6E6;
	margin-top: 10px;
	line-height: 1.6;
}

.why-us-bg {
	background-image: url('../images/box.png');
	background-size: cover;
	background-position: center;
}

.management-solution {
	padding-top: 80px;
}

.solution-card {
	border: none;
	text-align: left;
}

.solution-card img {
	height: 350px;
	object-fit: cover;
	border-radius: 15px;
}

.solution-card-body {
	text-align: left;
	padding-top: 20PX;
}

.solution-card-body p {
	color: #A0A0A0;
	padding: 5px 0 9px;
}

.solution-icon {
	font-size: 18px;
	color: #ffffff;
}

.solution-icon i.fa.fa-arrow-right {
	transform: rotate(-45deg);
	background-color: #3B8BDB;
	padding: 8px 9px;
	border-radius: 50%;
}

.solution-icon i.fa.fa-arrow-right:hover {
	background-color: #fff;
	color: #3B8BDB;
}

/* ONLINE SALES AND DISTRIBUTION PAGE */
/* FEATURES STYLING */
.section-title {
	text-align: center;
	margin-bottom: 40px;
	color: #fff;
}

.feature-box {
	padding: 20px;
	text-align: center;
}

/* Divider styles */
.feature {
	background-color: #16161A;
	padding: 80px;

}

.feature-box {
	padding: 20px 40px;
	text-align: left;
	position: relative;
}

/* Divider styles */
.divider-vertical {
	border-left: 1px solid #555;
	height: 70%;
	position: absolute;
	top: 15%;
	right: 0;
}

.divider-horizontal {
	border-top: 1px solid #555;
	width: 80%;
	margin: 20px auto;
}

.d-horizontal {
	display: none;
}

.text-start a {
	display: block;
}

.policy {
	padding: 80px 15px;
	background-image: url('../images/Offerings (2).png');
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
}

.policy a {
	color: #3b8bdb;
}

.policy h4 {
	margin-top: 50px;
}

.policy h5,
.policy h6 {
	color: #fff;
	font-weight: 300;
	font-family: 'Proxima Nova';
	margin-top: 25px;
	margin-bottom: 10px;
}

.policy li {
	color: #fff;
	font-weight: 300;
	font-family: 'Proxima Nova';
	margin-bottom: 10px;
}

.blogs-section.blog-main {
	padding-bottom: 60px;
	background-image: url('../images/Offerings (2).png');
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
}

.blogs-section.blog-main .btn {
	width: auto;
	margin: 0 auto;
	margin-top: 24px;
}

.blogs-section .content {
	padding: 0px 20px 25px;
}


/* Initial state before animation */
.fade-up {
	opacity: 0;
	transform: translateY(40px);
	/* Start from a lower position */
	transition: opacity 1.5s ease, transform 1.5s ease;
	/* Slower transition */
}

/* Class to trigger the fade-up animation */
.fade-up.active {
	opacity: 1;
	transform: translateY(0);
	/* Move to original position */
}
/* Breadcrumb Styling */
.breacrumbs {
	padding-top: 20px;
	border-bottom: 1px solid #333;
	padding-bottom: 30px;
}

.custom-breadcrumb {
	background-color: #191919;
	max-width: max-content;
	padding: 7px 7px 10px 10px;
	border-radius: 5px;
	margin-bottom: 20px;
	display: flex;
	align-items: end;
}

.custom-breadcrumb .breadcrumb-item a {
	color: #A0A0A0;
	font-size: 14px;
	text-decoration: none;
	font-family: 'Proxima Nova';
}

.custom-breadcrumb .breadcrumb-item.active {
	color: #3B8BDB;
	font-size: 14px;
	font-family: 'Proxima Nova';
}

.breadcrumb-item+.breadcrumb-item::before {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #6C7880;
}

/* Image Styling */
.custom-img {
	border-radius: 24px;
	height: 366px;
	width: 100%;
	object-fit: cover;
	opacity: 80%;
	margin-bottom: 15px;
}

/* Title Styling */
.custom-title {
	color: #ffffff;
	font-weight: 500;
	font-size: 32px;
	line-height: 36px;
	text-align: left;
	margin: 15px 0;

}

/* TAG Styling */
.custom-tag {
	font-size: 18px;
	color: #3B8BDB;
	border-color: #F1ECFF;
	border-radius: 26px;
	padding: 7px 10px;
	background-color: #F1ECFF;
	line-height: 22px;
	font-family: 'Proxima Nova';
	width: max-content;
    padding-right: 14px;
}

.custom-tag i.fas.fa-circle {
	padding-right: 10px;
}

/* CHALLENGES */
.challenges {
	padding-top: 40px;
	padding-bottom: 80px;
}

.challenge-title {
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 15px;
}

.content-section p {
	color: #E6E6E6;
	margin-bottom: 15px;
}

/* Unordered Lists */
.challenge-list {
	list-style-type: disc;
	color: #E6E6E6;
	padding-left: 20px;
	font-family: 'Proxima Nova';
}

.content-section {
	max-width: 95%;
}

/* Benefit */
.benefits {
	padding-top: 80px;
}

.benefit-title {
	color: #ffffff;
	/* Adjust color as needed */
}

.benefit-description {
	color: #E6E6E6;
	/* Adjust color as needed */
	margin-bottom: 15px;
}

.benefit-list {
	list-style-type: disc;
	color: #E6E6E6;
	padding-left: 20px;
	font-family: 'Proxima Nova';
}

.result-section-title {
	text-align: left;
	padding-left: 20px;
}

.result-description {
	font-size: 24px;
	color: #E6E6E6;
	margin-top: 14px;
	line-height: 32px;
	font-weight: 400;
	font-family: 'Proxima Nova';
}
.single-blog .content-section{
	max-width:100%;
}
.language-selector{
	display:none;
}
.content-section p{
	font-size: 18px;
    line-height: 26px;
}
.content-section a{
	color: rgb(58 139 219);
	font-family: 'Proxima Nova';
    font-weight: 400;
    font-size: 18px;
	line-height: 26px;
}
.content-section h6{
	color: white;
}
.content-section strong{
	color: white;
}
.content-section ul li{
	color:white;
	font-family: 'Proxima Nova';
    font-weight: 400;
    font-size: 18px;
    color: #E6E6E6;
    margin-bottom: 0.5rem;
    line-height: 26px;
}

/* Landing Page CSS */

.landing .navbar-nav {
    visibility: hidden;
}

.landing .hero-content img {
	width: 100px;
    margin-bottom: 35px;
}
.landing p.hero-sub {
    font-size: 28px;
    /* margin: 30px 0 20px; */
    line-height: 40px;
    width: 1100px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px;
}

.landing h2.landing-head {
    padding-bottom: 10px;
    max-width: 70%;
}

.landing .landing-lead p {
    font-size: 20px;
    font-weight: 400;
    color: #A0A0A0;
    padding: 30px 0 50px;
    text-align: center;
}

.landing .landing-lead h3 {
    margin-bottom: 0;
}

.landing p.landing-head {
    font-size: 22px;
    width: 60%;
    margin: 0 auto;
    line-height: 32px;
}

.landing .contact-section.landing-lead {
    padding-bottom: 80px;
    background-position: right;
}

.landing .counter-section {
    padding: 80px 0;
    text-align: center;
    background-color: #16161A;
    background-image: url('../images/Offerings (2).png');
    background-size: cover;
    background-position: center;
}

.landing .counter-box {
    border-right: 1px solid #333;
}

.landing .counter-box:last-child {
    border-right: none;
}

.landing .number {
    font-size: 48px;
    font-weight: bold;
    color: #3B8BDB;
    font-family: 'Helvetica';
}

.landing .description {
    font-size: 22px;
    margin-top: 10px;
    color: #fff;
    font-family: 'Proxima Nova';
}

.landing .our-process {
    padding: 80px 0;
}

.landing .data-section.pain-points {
    padding-bottom: 10px;
}

.landing .pain-points .bottom-text {
    font-size: 16px;
    margin-bottom: 40px;
}

.landing .pain-points .main-text {
    line-height: 40px;
    font-size: 28px;
    margin-bottom: 40px;
}

.landing .pain-points h3 {
    margin-bottom: 10px;
    color: #3B8BDB;
    font-weight: bold;
}

.landing .story {
    border-radius: 15px;
    border: 1px solid #333;
    width: 80%;
    margin: 0 auto;

}

.landing .story h4 {
    font-weight: bold;
    color: #3B8BDB;
    margin-bottom: 25px;
    text-align: center;
}

.landing .story p {
    font-size: 22px;
    margin-bottom: 1.2em;
    line-height: 32px;
}

.landing .stories-section {
    padding: 80px 0;
    background-color: #16161A;
}

.landing .swiper {
    padding: 0 0 40px;
}

.landing .swiper-slide {
    padding: 0 15px;
    box-sizing: border-box;
}

.landing .swiper-wrapper {
    margin-left: 0;
    margin-right: 0;
}

.landing .custom-nav {
    position: absolute;
    top: 50%;
    z-index: 10;
    padding: 10px;
}

.landing .swiper-button-prev.custom-nav {
    left: 14px;
}

.landing .swiper-button-next.custom-nav {
    right: 14px;
}

.landing .edw-solution {
    padding: 20px 0;
}

.landing .edw-solution .why-us-item p {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 1.3em;
}

.landing .edw-solution .why-us-item {
    max-width: 100%;
    text-align: center;

}

.landing .edw-solution .bottom-text {
    margin-bottom: 40px;
}

.landing .icon-text img {
    display: block;
    margin: 0 auto 20px;
    width: 60px;
    height: auto;
}

.landing .pain-points .text-item {
    padding: 5px 40px;
}

/* Landing Page CSS End */

.case-studies-section{
	padding-bottom:70px;
}
.case-studies-section .col-md-4{
	margin-bottom:50px;
}
.g-recaptcha{
	float: right;
    margin-bottom: 25px;
    margin-right: -22px;
}
.modal-content{
	background: #060508;
    border: 1px solid #818181;
    padding: 18px;
    box-shadow: 2px 2px 14px #787878;
}





/* RESPONSIVE STYLES */
@media (max-width: 767px) {
	h2 {
		font-size: 22px;
		max-width: 100%;
	}

	h3 {
		font-size: 28px;
		line-height: 35px;
	}

	h4 {
		font-size: 18px;
	}

	.navbar {
		padding: 15px 20px;
	}

	.language-selector,
	.navbar-wrapper .btn-get-in-touch {
		display: none;
	}

	.navbar-nav .nav-link::after {
		display: none;
	}


	/*HOME PAGE*/
	/* HERO SECTION */
	.hero-section {
		padding: 140px 20px 80px;
	}

	.hero-title {
		font-size: 32px;
		max-width: 100%;
	}

	.hero-subtitle,
	.about .hero-subtitle {
		font-size: 15px;
		line-height: 24px;
	}

	.divider {
		display: block;
		width: 33px;
		height: 1px;
		background-color: #CCCCCC;
		margin: 10px 0;
	}

	.bottom-text {
		display: flex;
		flex-direction: column;
	}

	.scroll-icon {
		margin: 30px 0;
	}

	/* SERVICES */
	.row .col-md-3:first-child .service-card {
		border-top-left-radius: 15px;
		border-bottom-left-radius: 0px;
		border-top-right-radius: 15px;
	}

	.row .col-md-3:last-child .service-card {
		border-top-right-radius: 0px;
		border-bottom-right-radius: 15px;
		border-bottom-left-radius: 15px;
	}

	.services-section {
		padding: 80px 20px 0px 20px;
	}

	/* WHY US */
	.why-us-item {
		padding: 0;
	}

	.growth-image {
		margin-bottom: 30px;
	}

	.line {
		margin: 20px 0;
	}

	/* INDUSTRIES */
	.industry-card1,
	.industry-card2 {
		display: flex;
		flex-direction: column;
	}

	.industry-card1 img,
	.industry-card2 img {
		width: 100%;
	}

	.industry-card1 .industry-content,
	.industry-card2 .industry-content {
		padding: 20px 20px 40px 20px;
	}

	/* PARTNERS */
	.trusted-section {
		padding-top: 40px;
	}

	.logo-card {
		margin: 0 40px;
	}

	/* BLOGS */
	.expert-card {
		height: 350px;
	}

	.blogs-section {
		padding-top: 40px;
	}

	/* CTA */
	.cta-section {
		padding: 40px;
		margin: 40px auto;
	}

	/* FOOTER */
	.footer {
		padding: 30px 10px;
		text-align: left;
	}

	.footer h5 {
		font-size: 16px;
	}

	.footer-bottom {
		padding: 0px 10px;
	}

	.footer-bottom .text-center {
		text-align: left !important;
		padding: 4px 0;
	}

	.f-links a {
		margin-right: 10px;
		margin-left: 0;
	}

	.text-start,
	.text-end {
		text-align: left !important;
		padding: 10px 10px;
	}

	.col-md-3.col-sm-6.text-start {
		display: grid;
	}

	.social-icons {
		margin-bottom: 10px;
	}

	.social-icons a {
		margin: 0 10px 0 0;

	}

	/*ABOUT US PAGE*/

	/* Horizontal divider on mobile */
	.commitment-box:not(:last-child)::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: auto;
		width: 80%;
		height: 1px;
		background-color: #333;
	}

	.commitment-box::after {
		top: auto;
		right: auto;
		bottom: 0;
		left: 20%;
		width: 60%;
		height: 1px;
		background-color: #333;
	}

	.commitment-box {
		padding: 30px 30px;
	}

	.col-md-4.commitment-box:first-child {
		border-top-left-radius: 15px;
		border-bottom-left-radius: 0px;
		border-top-right-radius: 15px;
		padding-left: 30px;
	}

	.col-md-4.commitment-box:last-child {
		border-top-right-radius: 0px;
		border-bottom-right-radius: 15px;
		border-bottom-left-radius: 15px;
		padding-right: 30px;
	}

	/* CONTACT US PAGE */
	.contact-section {
		padding-top: 60px;
	}

	textarea.form-control {
		margin-left: 0px;
	}

	.location-section {
		display: flex;
		flex-direction: column-reverse;
	}

	.map-container iframe {
		padding: 0 10px;
	}


	/* DATA MANAGEMENT PAGE */
	.divider-column::before {
		width: 84%;
		height: 1px;
		top: auto;
		bottom: 0;
		left: 8%;
		right: 10%;
	}

	.package-section {
		padding-top: 60px;
		padding-bottom: 60px;
		background-size: contain;
		background-position: top;
		background-color: #16161A;
	}

	.main-text {
		font-size: 20px;
		line-height: 28px;
	}

	.data-section {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.process-section,
	.feature {
		padding: 60px 0px;
	}

	.management-solution,
	.why-us {
		padding: 60px 20px 0;
	}

	.mt-40 {
		margin-top: 40px;
	}

	.d-horizontal {
		display: block;
	}

	.feature-box {
		padding: 0px 40px;
	}

	.divider-horizontal {
		width: 87%;
	}

	.dropdown-menu.show {
		display: block !important;
		position: relative !important;
		left: -7px !important;
		top: unset !important;
	}

	.navbar-nav {
		margin-top: 25px;
	}
	.breacrumbs {
		padding: 20px 15px 40px;
	}

	.custom-breadcrumb {
		display: none;
	}

	.custom-title {
		font-size: 28px;
	}

	.benefits {
		padding: 60px 20px 0;
	}

	.mt-5 {
		margin-top: 2rem !important;
	}

	.challenges {
		padding: 30px 20px;
	}
	.custom-img,.solution-card img{
		height: auto;
	}
	
	.landing .navbar-toggler{
		display:none;
	}
	
	.landing h2.landing-head {
		max-width: 100%;
	}

	.landing .pain-points .main-text {
		line-height: 35px;
		font-size: 20px;
	}

	.landing .counter-box:nth-child(1),
	.landing .counter-box:nth-child(2) {
		border-bottom: 1px solid #333;
	}

	.landing .counter-box {
		padding: 15px 10px;
	}

	.landing .swiper-button-prev.custom-nav,
	.landing .swiper-button-next.custom-nav {
		display: none;
	}

	.landing .story {
		width: 100%;
	}

	.landing .story p,
	.landing .edw-solution .why-us-item p {
		font-size: 18px;
	}
	
	.landing .hero-content img {
		width: 60px;
		margin-bottom: 35px;
	}
	.landing p.hero-sub {
		width: auto;
		font-size: 22px;
        line-height: 32px;
	}
	.landing .pain-points .text-item {
		margin-bottom: 25px;
	}
	.landing .cta-section p.landing-head {
		font-size: 16px;
		margin-top: 14px !important;
		width: 100%;
	}
	.landing .edw-solution {
		padding: 20px 20px;
	}
	.landing .edw-solution .why-us-item {
		max-width: 100%;
		text-align: left;
	}
	.landing .why-us-content .divider{
		margin-bottom: 20px;
	}
	.landing .why-us-content .bottom-text{
		align-items: baseline;
	}
	.landing .why-us-content .text-item {
		padding: 0;
	}
	.case-studies-section{
		padding-bottom:70px;
	}
	.case-studies-section .col-md-4{
		margin-bottom:0px;
	}
	.g-recaptcha{
		float: unset;
		margin-bottom: 0;
		margin-right: 0;
	}
	.mh70 {
		min-height: auto;
	}
	.resources-section .solution-card{
		padding-bottom: 35px;
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 30px;
	}
}