/* Global Equal Section Top & Bottom Spacing */
section {
	padding-top: 80px;
	padding-bottom: 80px;
}

@media screen and (max-width: 991px) {
	section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

* {

	margin: 0;

	padding: 0;

	box-sizing: border-box;

}



:root {
	--text-body: #333333;
	--text-dark: #010101;
}

body {

	font-family: 'Poppins', sans-serif;

	/* overflow-x: hidden; */

	font-weight: 400;

	color: var(--text-body);

	p {
		font-size: 16px;
	}

	h1 {
		font-size: 28px;
	}
}



a {

	text-decoration: none;

	-moz-transition: all .3s ease-in-out;

	-webkit-transition: all .3s ease-in-out;

	transition: all .3s ease-in-out;

}



a:hover {

	text-decoration: none;

}

.btn-red {
	border-radius: 0;
	border: 1px solid #f60014;
	background: #f60014;
	color: #fff;
	padding: 15px 19px;
	margin-top: 16px;
	line-height: 1;
	text-transform: uppercase;
}

.btn-red i {
	margin-left: 15px;
	transition: 0.25s;
}

.btn-red:hover {
	border: 1px solid #f60014;
	background: #f60014;
	color: #fff;
}

.btn-red:hover i {
	transform: translateX(5px);
}

.btn-outline-white {
	border-radius: 0;
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
	padding: 15px 20px;
	line-height: 1 !important;
}

.btn-outline-white i {
	margin-left: 15px;
	transition: 0.25s;
}

.btn-outline-white:hover {
	border: 1px solid #fff;
	color: #fff;
}

.btn-outline-white:hover i {
	margin-left: 15px;
	transform: translateX(5px);
}

.btn-blue {
	border-radius: 0;
	border: 1px solid #056cb8;
	background: #056cb8;
	color: #fff;
	padding: 15px 20px;
	line-height: 1 !important;
	text-transform: uppercase;
}

.btn-blue i {
	margin-left: 15px;
	transition: 0.25s;
}

.btn-blue:hover {
	border: 1px solid #056cb8;
	background: #056cb8;
	color: #fff;
}

.btn-blue:hover i {
	margin-left: 15px;
	transform: translateX(5px);
}

.btn-black {
	border-radius: 0;
	border: 1px solid #000;
	background: #000;
	color: #fff;
	padding: 15px 20px;
	line-height: 1 !important;
	text-transform: uppercase;
}

.btn-black i {
	margin-left: 15px;
	transition: 0.25s;
}

.btn-black:hover {
	border: 1px solid #000;
	background: #000;
	color: #fff;
}

.btn-black:hover i {
	margin-left: 15px;
	transform: translateX(5px);
}

.header {
	position: sticky;
	top: 0;
	background-color: #fff;
	z-index: 1020;
}

.navbar .navbar-brand img {
	max-width: 100%;
	padding: 0;
	height: 32px;
}

.navbar .navbar-collapse {
	justify-content: space-between !important;
}

.navbar .navbar-collapse .navbar-nav {
	gap: 10px;
}

.navbar .navbar-collapse .input-group .form-control {
	font-size: 14px;
}

.navbar .navbar-collapse .input-group .input-group-text {
	font-size: 16px;
	color: #c8c8c8;
}

.navbar .navbar-collapse .input-group .form-control::placeholder {
	color: #c8c8c8;
}

.form-control:focus {
	box-shadow: none;
	outline: none;
	border-color: #dee2e6 !important;
}

.dropdown-toggle {
	padding-right: 1rem !important;
}

.navbar-toggler {
	border: none;
	color: #100024;
}

.navbar-toggler:focus {
	box-shadow: none;
}

.navbar .navbar-collapse .navbar-nav .nav-link {
	font-weight: 500;
	color: #100024;
	font-size: 16px;
}

.nav-link:focus-visible {
	outline: none;
	box-shadow: none;
}

.navbar .navbar-collapse .navbar-nav .sign-uo-btn {
	border: 1px solid #f60014;
	color: #f60014;
	padding: 5px 8px;
	white-space: nowrap;
}

.navbar .navbar-collapse .navbar-nav .sign-uo-btn:hover {
	background-color: #f60014;
	color: #fff;
}

.dropdown-divider {
	border-top: 1px solid #e7ebf0;
	margin: 4px 0;
}

.navbar .navbar-collapse .navbar-nav .dropdown>.dropdown-menu .dropdown-item {
	padding: 4px 25px 4px 25px;
}

.navbar .navbar-collapse .navbar-nav .dropdown>.dropdown-menu .dropdown-item:hover {
	background: transparent;
	color: #056cb8;
}

.navbar .navbar-nav .mega-menu .dropdown-tab-menu {
	background-color: #f8f9fb;
}

.navbar .navbar-nav .mega-menu .dropdown-tab-menu>[class*="container"] {
	display: flex;
	align-items: center;
}

.navbar .navbar-nav .mega-menu .dropdown-tab-menu .nav {
	gap: 50px;
}

.navbar .navbar-nav .mega-menu .dropdown-tab-menu .nav .nav-link {
	color: var(--text-dark);
	font-size: 14px;
	padding: 15px 0;
	font-weight: 400;
	border-bottom: 2px solid transparent;
}

.navbar .navbar-nav .mega-menu .dropdown-tab-menu .link-exp {
	border-left: 1px solid #d1d5e2;
	margin-left: 15px;
	padding-left: 15px;
	color: #056cb8;
	font-weight: 400;
}

.navbar .navbar-nav .mega-menu .dropdown-tab-menu .link-exp i {
	margin-left: 10px;
	transition: 0.25s;
}

.navbar .navbar-nav .mega-menu .dropdown-tab-menu .link-exp:hover i {
	transform: translateX(5px);
}

.navbar .navbar-nav .mega-menu .dropdown-tab-menu .nav .nav-link.active {
	color: #056cb8;
	border-color: #f60014;
	border-left: none !important;
}


.navbar .navbar-nav .mega-menu .mega-menu-tab-content .app-left-nav {
	width: 260px;
	flex-shrink: 0;
	padding-right: 20px;
	border-right: 1px solid #eaeaea;
}

.dropdown-toggle.show {
	color: #056cb8 !important;
}

.dropdown-toggle::after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: var(--fa-display, inline-block);
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	font-family: "Font Awesome 6 Free";
	font-weight: 700;
	content: "\f107";
	border: 0;
	margin: 0;
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.15s;
}

.dropdown-toggle.show::after {
	transform: translateY(-50%) rotate(-180deg);
}

.dropdown-toggle.no-icon {
	padding-right: 5px !important;
}

.dropdown-toggle.no-icon::after {
	display: none;
}

.dropdown-toggle {
	padding-right: 20px !important;
}

/* .navbar .navbar-nav .mega-menu .mega-menu-tab-content {
	padding: 20px 0;
} */

.navbar .navbar-nav .mega-menu .mega-menu-tab-content .app-left-nav .nav-link {
	position: relative;
	border-radius: 0;
	font-size: 14px;
	font-weight: 400;
	color: var(--text-dark);
}

.navbar .navbar-nav .mega-menu .mega-menu-tab-content .app-left-nav .nav-link.active {
	background-color: #f8f9fb;
	color: #056cb8;
	font-weight: 500;
}

.navbar .navbar-nav .mega-menu .mega-menu-tab-content .app-left-nav .nav-link::before {
	content: "\f105";
	font-family: "Font Awesome 6 Free";
	position: absolute;
	right: 35px;
	top: 50%;
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: var(--fa-display, inline-block);
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	opacity: 0;
	text-rendering: auto;
	transform: translateY(-50%);
	transition: 0.25s ease-out;
}

.navbar .navbar-nav .mega-menu .mega-menu-tab-content .app-left-nav .nav-link.active::before {
	right: -18px;
	opacity: 1;
}

.navbar .navbar-nav .mega-menu .mega-menu-tab-content .app-left-nav .nav {
	margin-bottom: 30px;
}

.navbar .navbar-nav .mega-menu .mega-menu-tab-content .app-left-nav .btn-blue {
	background-color: #056cb8;
	color: #fff;
	border-radius: 0;
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding: 5px 12px;
}


.navbar .navbar-nav .mega-menu .mega-menu-tab-content .app-tab-container {
	display: flex;
}

.navbar .navbar-nav .mega-menu .mega-menu-tab-content .app-tab-container .app-right-content .content-app-tab {
	display: none;
}

.navbar .navbar-nav .mega-menu .mega-menu-tab-content .app-tab-container .app-right-content .content-app-tab.show {
	display: block;
}

.app-right {
	padding: 0 20px;
	flex-grow: 1;
	height: 490px;
	overflow: auto;
}

.app-right .tab-heading {
	position: sticky;
	top: 0;
	background-color: #fff;
	padding-bottom: 10px;
	margin-bottom: 0;
}

.link-card {
	display: flex;
	gap: 10px;
	padding: 15px;
	padding-right: 25px;
	height: 100%;
}

.link-card:hover {
	background-color: #f8f9fb;
}

.link-card .link-card-img img {
	width: 44px;
	height: 44px;
	object-fit: contain;
}

.link-card .link-card-body .link-title {
	font-size: 22px;
	color: var(--text-dark);
}

.link-card .link-card-body p {
	color: var(--text-body);
	margin-bottom: 0;
	font-size: 13px;
}

.link-card[class*="link-card-bg-"] {
	padding: 25px 15px;
}

.link-card[class*="link-card-bg-"] img {
	width: 56px;
	height: 56px;
}

.link-card[class*="link-card-bg-"] .link-card-body p {
	font-size: 16px;
}

.link-card.link-card-bg-1 {
	background-color: #eef5fd;
	border: 1px solid #d3e5fa;
}

.link-card.link-card-bg-2 {
	background-color: #e8faf2;
	border: 1px solid #ceeddf;
}

.link-card.link-card-bg-3 {
	background-color: #f6f4ff;
	border: 1px solid #e1dbf7;
}

.link-card.link-card-bg-4 {
	background-color: #fff2f4;
	border: 1px solid #f8dde1;
}

.link-card.link-card-bg-5 {
	background-color: #eefcfd;
	border: 1px solid #d0e7ea;
}

.tab-pane>* {
	padding: 20px 0;
}

.mega-menu-tab-content #program-tab-pane {
	background-color: #fed600;
}

.mega-menu-tab-content #program-tab-pane .row {
	margin-top: 50px;
}

.mega-menu-tab-content #program-tab-pane .program-card {
	display: flex;
	gap: 15px;
}

.mega-menu-tab-content #program-tab-pane .program-card img {
	width: 80px;
	height: 80px;
}

.mega-menu-tab-content #program-tab-pane .program-card .program-card-title {
	font-size: 50px;
	color: #000;
}

.mega-menu-tab-content #program-tab-pane .program-card p {
	margin-bottom: 0;
	line-height: 1.7;
	font-size: 18px;
	color: var(--text-dark);
}

.mega-menu-tab-content #program-tab-pane .program-img {
	width: 100%;
}


.market-place-block h3 img {
	width: 208px;
	height: 48px;
}


.banner-section {
	background-color: #f8f9fb;
}

.banner-section .container {
	padding-top: 90px;
	position: relative;
}

.banner-section .container .col-lg-5 {
	margin-bottom: 90px;
}

.banner-section .container>.row {
	position: relative;
	z-index: 5;
}

/* .banner-section .banner-img { 
	width: 100%;
	margin: 70px auto 0;
	display: flex;
	align-items: flex-end;
	position: absolute;
	left: -200px;
	bottom: 0;
	z-index: -1;
} */
.banner-section .banner-img {
	width: 61%;
	margin: 70px auto 0;
	display: flex;
	align-items: flex-end;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.banner-section .banner-img img {
	width: 100%;
}

.banner-section .banner-right-link-block {
	padding: 15px 30px;
	border-radius: 5px;
	height: 100%;
	max-width: 435px;
	margin: 0 auto;
	background-color: #fff;
	border: 1px solid #e7ebf0;
	border-radius: 5px;
	position: relative;
}

.banner-section .banner-right-link-block .link-card {
	position: relative;
	height: auto;
	padding-left: 0;
	padding-right: 35px;
	background-color: transparent;
	border: 0;
	gap: 25px;
}

.banner-section .banner-right-link-block .link-card::before {
	content: "\f105";
	font-family: "Font Awesome 6 Free";
	position: absolute;
	right: 15px;
	top: 50%;
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	transform: translateY(-50%);
	color: var(--text-dark);
	transition: 0.25s;
}

.banner-section .banner-right-link-block .link-card:hover::before {
	right: 5px;
	top: 50%;
	color: #056cb8;
}

.banner-section .banner-right-link-block .link-card .link-card-body p {
	font-size: 16px;
}

.banner-section .banner-right-link-block .link-card .link-card-img img {
	width: 40px;
	height: 40px;
}

.banner-section .banner-content h1 {
	position: relative;
	font-size: 54px;
	color: var(--text-dark);
	font-weight: 400;
	margin-top: 10px;
	line-height: 1.3;
	letter-spacing: -1.5px;
	padding-bottom: 20px;
}

.banner-section .banner-content h1::after {
	position: absolute;
	content: "";
	top: 100%;
	left: 0;
	background-color: #f60014;
	width: 50px;
	height: 1px;
}

.banner-section .banner-content p {
	font-size: 24px;
}

.program-section {
	padding: 80px 0;
	background-color: #e05c43;
}

.program-section .row {
	margin-top: 50px;
}

.program-section .program-card {
	display: flex;
	gap: 15px;
}

.program-section .program-card img {
	width: 80px;
	height: 80px;
}

.program-section .program-card .program-card-title {
	font-size: 50px;
	color: var(--text-dark);
}

/* .program-section .program-card p {
	margin-bottom: 0;
	line-height: 1.7;
	font-size: 18px;
	color: var(--text-dark);
} */

.program-section .program-img {
	width: 100%;
}

.program-section .customer-card .quotes {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #010101;
	color: #fff;
	margin-bottom: 40px;
}

.program-section .customer-card .review-text {
	margin-bottom: 0;
	line-height: 1.7;
	font-size: 18px;
	color: var(--text-dark);
	margin-bottom: 40px;

}

.program-section .customer-card .card-user {
	display: flex;
	gap: 10px;
	align-items: center;
}

.program-section .customer-card .card-user img {
	width: 65px;
	height: 65%;
	border-radius: 50%;
}

.program-section .customer-card .card-user p {
	margin-bottom: 0;
}

.program-section .customer-card .card-user .user-name {
	font-weight: 600;
}

.program-card-body h4 {
	font-size: 26px;
	color: #FFF;
	font-weight: normal;
}

.program-card-body h3 {
	font-size: 32px;
	color: #FFF;
	font-weight: normal;
}

.program-card-body label {
	font-size: 16px;
	color: #000;
	background-color: #ffdd3d;
	padding: 2px 6px 0 6px;
	margin: 14px 0;
	font-weight: 500;
}

.program-card-body p {
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
}

.program-card-body h6 {
	font-size: 20px;
	color: #FFF;
	font-weight: normal;
}

.program-card-body h6 span {
	font-size: 16px;
	color: #FFF;
	display: block;
	font-weight: normal;
}

.customer-card .review-bottom {
	margin: 25px 0;
}

.customer-card .review-bottom img {
	max-width: 100%;
}

.customer-card span img {
	width: 100%;
}

.carousel .slide img {
	border-radius: 22px;
}

.customer-card .carousel-inner img {
	border-radius: 20px;
}

.brand-section {
	padding: 80px 0;
	background-color: #f8f9fb;
}

.brand-section .owl-carousel .owl-stage {
	display: flex;
	align-items: center;
}

.brand-section .owl-carousel .owl-item {
	display: flex;
	justify-content: center;
	align-items: center;
}

.brand-section .owl-carousel .item {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 85px;
	width: 100%;
	padding: 12px 18px;
	background: #ffffff;
	border-radius: 10px;
	border: 1px solid #e7ebf0;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
	transition: all 0.25s ease;
}

.brand-section .owl-carousel .item:hover {
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
	transform: translateY(-2px);
}

.brand-section .owl-carousel .item img {
	max-height: 50px;
	max-width: 100%;
	width: auto !important;
	height: auto;
	object-fit: contain;
	margin: 0 auto;
}

.section-heading-3 {
	padding-bottom: 30px;
	position: relative;
	text-align: center;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.section-heading-3::after {
	position: absolute;
	content: "";
	top: 100%;
	left: 50%;
	width: 80px;
	height: 1px;
	background-color: #f60014;
	transform: translateX(-50%);
}

.brand-section .brand-btn {
	color: #056cb8;
	font-weight: 400;
	text-align: center;
	margin-top: 40px;
}

.brand-section .brand-btn i {
	margin-left: 10px;
	transition: 0.25s;
}

.brand-section .brand-btn:hover i {
	transform: translateX(5px);
}

/* Contact Page Contact Information Styling */
.contact-info-card {
	background: #f8f9fb;
	border: 1px solid #e7ebf0;
	border-radius: 16px;
	padding: 40px 35px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
	height: 100%;
}

.contact-info-title {
	font-size: 28px;
	font-weight: 600;
	color: #100024;
	margin-bottom: 12px;
}

.contact-info-desc {
	color: #666;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 30px;
}

.contact-info-item {
	display: flex;
	align-items: flex-start;
	gap: 18px;
	margin-bottom: 28px;
}

.contact-icon {
	width: 46px;
	height: 46px;
	border-radius: 12px;
	background: #056cb8;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	flex-shrink: 0;
}

.contact-details {
	display: flex;
	flex-direction: column;
}

.contact-label {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	color: #818181;
	margin-bottom: 4px;
	display: block;
}

.contact-details p {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
}

.contact-details a {
	color: #100024;
	text-decoration: none;
	transition: color 0.2s ease;
}

.contact-details a:hover {
	color: #056cb8;
}

.contact-social-section {
	margin-top: 35px;
	padding-top: 25px;
	border-top: 1px solid #e7ebf0;
}

.contact-social-links {
	list-style: none;
	padding: 0;
	margin: 10px 0 0 0;
	display: flex;
	gap: 12px;
}

.contact-social-links li {
	list-style: none;
}

.contact-social-links a {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #ffffff;
	border: 1px solid #e0e6ed;
	color: #056cb8;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	text-decoration: none;
	transition: all 0.25s ease;
}

.contact-social-links a:hover {
	background: #056cb8;
	color: #ffffff;
	border-color: #056cb8;
	transform: translateY(-2px);
}


.show-md-below {
	display: none;
}

.mobile-header {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #ebebeb;
	z-index: 555;
}

.mobile-header .btn-open {
	background-color: #000;
	color: #fff;
	/* padding: 5px 12px !important; */
	height: 45px;
	width: 45px;
	border-radius: 0;
	font-size: 22px;
}

.mobile-header .btn-open i.fa-x {
	display: none;
}

.mobile-header .btn-open.show i.fa-bars {
	display: none;
}

.mobile-header .btn-open.show i.fa-x {
	display: block;
}

.mobile-header .btn-open.show {
	background-color: #fff;
	color: #757575 !important;
	border-color: #fff;
}

.mobile-header .btn-open::after {
	content: unset;
}

.mobile-header .dropdown-menu.dropdown-menu-outer .card .card-header .input-group .input-group-text {
	padding: 0;
}

.mobile-header .dropdown-menu.dropdown-menu-outer .card .card-header .input-group .input-group-text button {
	padding: 5px 8px;
	border: 0;
	background-color: #fff;
}

.mobile-header .dropdown-menu.dropdown-menu-outer {
	width: 100vw !important;
	max-width: 100vw !important;
	left: 0 !important;
	right: 0 !important;
	top: auto !important;
	bottom: 45px !important;
	transform: none !important;
	border: 0;
	padding-left: 15px !important;
	padding-right: 15px !important;
	background: transparent;
}

.mobile-header .dropdown-menu.dropdown-menu-outer .accordion .accordion-item {
	border: 0;
	margin-bottom: 10px;
}

.mobile-header .dropdown-menu.dropdown-menu-outer .accordion .accordion-item .accordion-button,
.mobile-header .dropdown-menu.dropdown-menu-outer .accordion .accordion-item .accordion-link {
	padding: 0;
	font-size: 16px;
	color: var(--text-dark);
	font-weight: 400;
	border-radius: 0;
}

.mobile-header .dropdown-menu.dropdown-menu-outer .accordion .accordion-item .accordion-button::after {
	width: 15px;
	height: 15px;
	background-size: 15px;
}

.mobile-header .dropdown-menu.dropdown-menu-outer .accordion .accordion-item .accordion-button:focus,
.mobile-header .dropdown-menu.dropdown-menu-outer .accordion .accordion-item .accordion-link:focus {
	box-shadow: none;
}

.mobile-header .dropdown-menu.dropdown-menu-outer .accordion .accordion-item .nav .nav-link.accordion-link {
	padding: 5px 0px;
}

.mobile-header .dropdown-menu.dropdown-menu-outer .nav .nav-link.accordion-link {
	padding: 5px 0px;
}

.mobile-header .dropdown-menu.dropdown-menu-outer .accordion .accordion-item .accordion-button:not(.collapsed) {
	background-color: transparent;
	border: 0;
	box-shadow: none;
}

.mobile-header .dropdown-menu.dropdown-menu-outer .accordion .accordion-item .accordion-body {
	padding: 5px 0 0 10px;
}

.mobile-header .dropdown-menu.dropdown-menu-outer .card-body {
	height: 260px;
	overflow: auto;
}

.mobile-header .dropdown-menu.dropdown-menu-outer .nav .nav-link {
	padding: 5px 0px;
	color: var(--text-dark);
}



.technology_stack {
	padding: 80px 0;
}

.technology_stack label {
	color: #056cb8;
	font-weight: 400;
	text-align: center;
}


.technology_stack h1 {
	font-size: 28px;
	margin: 12px 0 6px 0;
}

.technology_stack p {
	font-size: 16px;
}

.wd-25 {
	width: 25%;
}

.technology_stack .tab-content .tab-pane img {
	width: 60px;
	height: 60px;
	object-fit: contain;
	margin-bottom: 5px;
}




/* .technology_stack .nav .nav-item button.active::before {
	content: "";
	border-left: 4px solid #2965f1;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 0px 8px 8px 0px;
} */


.technology_stack .nav-pills .nav-item {
	display: block;
}

.technology_stack .nav-pills .nav-link {
	font-size: 16px;
	font-weight: 400 !important;
	color: #000 !important;
	width: 100%;
	border-left: 4px solid transparent;
	text-align: left;
	padding: 10px 16px;
}

.technology_stack .nav-pills .nav-link.active {
	background-color: transparent;
	color: #2965f1 !important;
	border-left: 4px solid #2965f1;
}

.technology_stack .border-primary {
	border-color: #dfdfdf !important;
}


#pills-tabContent {
	min-height: 482px;
}

.stack_left {
	background-color: #f8f8f8;
	border: 1px solid #f1f1f1 !important;
	border-radius: 15px;
}


.technology_stack .tab-content .tab-pane span {
	font-size: 14px;
	font-weight: 400 !important;
	color: #000 !important;
	display: block;
	margin: 10px 0;
}



.complex_projects {
	padding: 80px 0;
}

.complex_projects h2 {
	font-size: 40px;
	text-align: center;
	margin-bottom: 70px;
}

.complex_projects_card_row {
	margin-bottom: 120px;
}

.complex_projects_card_row:last-child {
	margin-bottom: 0;
}

.complex_projects_card_left {
	width: 100%;
}

.complex_projects_card_left img {
	width: 100%;
}

.complex_projects_card_right {
	width: 100%;
}

.complex_projects_card_right h3 {
	font-size: 35px;
	margin-top: 25px;
}

.complex_projects_card_right p {
	font-size: 16px;
	font-weight: normal;
	margin: 22px 0 30px;
}

/* .complex_projects_card_right span {
	background-color: #056cb8;
	color: #FFF;
	padding: 8px 12px;
}
.complex_projects_card_right a {
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
	margin-right: 12px;
} */
.pdl-30 {
	padding-left: 30px;
}

.pdr-30 {
	padding-right: 30px;
}

.outcomes_sec {
	padding: 80px 0;
	background-color: #f4f5f7;
}

.outcomes_sec h2 {
	font-size: 40px;
	text-align: center;
	margin-bottom: 70px;
}

.outcomes_sec .outcome-row {
	margin-top: 40px;
}

.outcomes_sec .outcome-row .outcome-card {
	background-color: #fff;
	padding: 30px 30px 35px;
	border-radius: 15px;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
	box-shadow: 0 0 4px 1px rgb(236, 236, 236);
	transition: 0.25s;
}

.outcomes_sec .outcome-row .outcome-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.outcomes_sec .outcome-row .outcome-card .outcome-card-icon {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: #e8f1fb;
	color: #056cb8;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	margin-bottom: 20px;
}

.outcomes_sec .outcome-row .outcome-card .outcome-card-subheading {
	font-size: 12px;
	color: #818181;
}

.outcomes_sec .outcome-row .outcome-card .outcome-card-heading {
	font-size: 1.15rem;
	line-height: 1.5;
	margin-bottom: 20px;
}

.outcomes_sec .outcome-row .outcome-card img {
	width: 100%;
	aspect-ratio: 3 / 4;
	object-fit: cover;
	object-position: top;
	box-shadow: 0 0 5px 3px rgb(236, 236, 236);
	border-radius: 5px;
	margin-top: auto;
}

.madeinindia_sec {
	background-color: #0060b4;
	padding: 80px 0;
	overflow: hidden;
}

/* .madeinindia_sec .madeinindia-left {
	/* padding: 100px 0; */



.madeinindia_sec h2 {
	color: #fff;
	font-size: 40px;
	margin-bottom: 50px;
}

.madeinindia_sec .counter-card {
	display: flex;
	align-items: center;
	color: #fff;
}

.madeinindia_sec .counter-card h3 {
	width: 135px;
	font-size: 35px;
	font-weight: 500;
}

.madeinindia_sec .counter-card p {
	line-height: 1.1;
	margin-bottom: 0;
	padding-bottom: 5px;
	border-bottom: 1px solid rgb(165, 165, 165);
}

.madeinindia_sec img {
	mix-blend-mode: color-burn;
	width: auto;
	height: 100%;
	position: absolute;
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
	font-family: 'Poppins', sans-serif !important;
	line-height: 1;
}

.privacy_sec {
	padding: 80px 0;
}

.privacy_sec h2 {
	font-size: 40px;
	margin-bottom: 16px;
}

.privacy_sec img {
	margin-bottom: 16px;
}

.privacy_sec p {
	max-width: 700px;
	margin: 0 auto 32px;
}

.privacy_sec .btn-play {
	border-radius: 0;
	border: 1px solid #056cb8;
	background: transparent;
	color: #056cb8;
	padding: 15px 20px;
	line-height: 1 !important;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}


.privacy_sec .btn-play i {
	margin-right: 15px;
}


.privacy_sec .btn-play i {
	margin-right: 15px;
	color: #d80e0e;
	font-size: 11px;
	border: 2px solid #d80e0e;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	transition: 0.25s;
}

.privacy_sec .btn-play:hover {
	border: 1px solid #056cb8;
	background-color: #056cb8;
	color: #fff;
}

.privacy_sec .btn-play:hover i {
	border-color: #fff;
	color: #fff;
}

.corevalue_sec {
	background-color: #f8f9fb;
}

.corevalue-inner {
	padding: 90px;
	background-color: #fff;
	box-shadow: 0 0 1px rgb(225, 225, 225);
	margin-top: -150px;
	position: relative;
}

.corevalue_sec h2 {
	font-size: 40px;
	margin-bottom: 70px;
}

.corevalue-inner .card-core img {
	margin-bottom: 20px;
	height: 66px;
	width: auto;
}

.corevalue-inner .card-core h3 {
	margin-bottom: 15px;
	font-size: 22px;
}

.industry-block {
	padding: 80px 0;
}

.industry-block .industry-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 10px;
	padding: 40px 20px;
	position: relative;
	height: 100%;
}

.industry-block .industry-card .card-img {
	width: auto;
	height: 70px;
}

.industry-block .industry-card h5 {
	margin-bottom: 0;
}

.industry-block .industry-card .card-icon {
	position: absolute;
	bottom: 5px;
	right: 15px;
	transform: rotate(45deg);
	font-size: 22px;
	color: #b3b3b3;
}


.footer {
	padding: 90px 0 0;
}

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

.footer .footer-top h2 {
	font-size: 40px;
	margin-bottom: 16px;
}

.footer .footer-top h4 {
	font-size: 28px;
	margin-bottom: 16px;
}

.footer .footer-mid {
	padding-top: 70px;
}

.footer .footer-mid .footer-nav h5 {
	margin-bottom: 16px;
	font-size: 24px;
}

.footer .footer-mid .footer-nav p {
	margin-bottom: 15px;
}

.footer .footer-mid .footer-nav a {
	color: inherit;
}

.footer .footer-mid a:hover {
	color: #056cb8 !important;
}

.footer .footer-mid a.arrow-link {
	color: #056cb8 !important;
}

.footer .footer-mid a.arrow-link i {
	margin-left: 15px;
	transition: 0.25s;
}

.footer .footer-mid a.arrow-link:hover i {
	transform: translateX(5px);
}

.footer .footer-mid .footer-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.footer .footer-mid .footer-nav ul li {
	color: #333333;
	margin-right: 20px;
}

.footer .footer-mid .footer-nav ul li a {
	color: #333333;
}

.footer .footer-social {
	text-align: center;
	padding: 40px 0;
}

.footer .footer-social .social-nav {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	margin-bottom: 30px;
}

.footer .footer-social .social-nav a img {
	width: auto;
	height: 25px;
}

.footer .footer-social .footer-bottom-nav {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
}

.footer .footer-social .footer-bottom-nav a {
	border-right: 1px solid;
	display: inline-block;
	padding-right: 10px;
	line-height: 1;
	color: #333333;
}

.footer .footer-social .footer-bottom-nav a:hover {
	color: #056cb8 !important;
}

.footer .footer-social .footer-bottom-nav li:last-child a {
	border-right: 0;
	padding-right: 0;
}

.footer .footer-bottom {
	background-color: #0b0d1f;
	color: #fff;
	text-align: center;
	padding: 50px 0;
}

.footer .footer-bottom img {
	margin-bottom: 16px;
	max-width: 100%;
}

.footer .footer-bottom p {
	margin-bottom: 0;
}

.about-banner {
	padding: 80px 0;
	background: url('../images/about-banner.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	color: #fff;
}

.about-banner h1,
.about-banner h2 {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 40px;
}

.about-banner h3 {
	font-size: 28px;
	font-weight: 300;
	line-height: 1.5;
	margin-bottom: 40px;
}

.passion-sec .passion-top h2 {
	color: var(--text-dark);
}

.passion-sec {
	padding: 120px 0 0;
}

.passion-sec .passion-top {
	text-align: center;
	margin-bottom: 90px;
}

.passion-sec .passion-top h3 {
	font-size: 28px;
	font-weight: 400;
}

.passion-sec .passion-top h2 {
	font-weight: 400;
}

.passion-sec .passion-bottom {
	background-color: #f8f8f8;
	padding-bottom: 120px;
}

.passion-sec .passion-bottom .passion-content {
	position: relative;
	padding: 40px;
	background-color: #fff;
	margin-top: -150px;
}

.passion-sec .passion-bottom .passion-content h2 {
	position: relative;
	padding-bottom: 10px;
}

.passion-sec .passion-bottom .passion-content h2::after {
	position: absolute;
	content: "";
	left: 0;
	top: 100%;
	width: 60px;
	height: 2px;
	background-color: #f60014;
}

.scroll-sec {
	background-color: #f8f8f8;
}

.scroll-sec img {
	width: 100%;
}

/* .scroll-sec .scrollspy-example {
	max-height: 900px;
	overflow-y: auto;
	overflow-x: hidden;
} */


.list-group {
	background-color: transparent;
	border-left: 1px solid #cad0db;
	border-radius: 0;
}

.list-group-item.active,
.list-group-item:hover {
	color: #4888be;
	background-color: unset;
	border-color: #4888be;
	border-left: 2px solid #4888be;
}

.list-group-item:first-child {
	border-top-left-radius: unset;
	border-top-right-radius: unset;
}

.list-group-item:last-child {
	border-bottom-right-radius: unset;
	border-bottom-left-radius: unset;
}

/* .list-group-item.active {
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
} */

.list-group-item {
	border: unset;
	border-left: 2px solid transparent;
	background-color: unset;
}

.team-banner {
	padding: 50px 0 350px;
	background-color: #0a66c2;
	color: #fff;
}

.team-banner h1 {
	font-size: 28px;
	margin-bottom: 20px;
}

.team-banner p {
	text-align: justify;
	margin-bottom: 0;
}

.team-section {
	margin-top: -300px;
}

.team-section .team-member-card {
	height: 100%;
}

.team-section .team-member-card .member-img {
	margin-bottom: 15px;
	width: 100%;
}

.team-section .team-member-card .member-name {
	margin-bottom: 10px;
}

.team-section .team-member-card .member-designation {
	margin-bottom: 0;
	color: #0a66c2;
}

.case-studies-banner {
	padding: 80px 0;
	text-align: center;
}

.case-studies-banner h1 {
	font-size: 40px;
}

.case-studies-sec .card {
	height: 100%;
}

.case-studies-sec .card .card-body {
	padding: 10px;
}

.case-studies-sec .card .card-body .card-text {
	font-size: 14px;
	margin: 10px 0 0;
}

.case-studies-sec .card .card-footer {
	background-color: transparent;
	border: 0;
}

.case-studies-sec .card .card-footer p {
	margin-bottom: 0;
}

.case-studies-sec .card .card-footer .card-auth {
	display: flex;
	justify-content: space-between;
	align-items: end;
}

.case-studies-sec .card .card-footer .card-auth h5 {
	color: #0a66c2;
	font-size: 16px;
}

.case-studies-sec .card .card-footer .card-auth a {
	font-size: 14px;
	color: inherit;
	text-decoration: underline;
	white-space: nowrap;
}

.work-banner {
	padding: 80px 0;
}

.work-banner h1 {
	font-size: 28px;
	font-weight: 300 !important;
	color: #2c2b2c;
}

.work-banner p {
	font-size: 16px;
	color: #a8a3a8;
	font-style: italic;
	font-weight: 300;
}

.work-content {
	margin-bottom: 90px;
}

.work-content p {
	font-size: 16px;
}

.work-content .work-img-lg {
	box-shadow: 0px 7px 50px 2px rgba(24, 27, 29, 0.18);
	border-radius: 18px;
	margin-top: 20px;
	width: 100%;
}


.work-content .img-row {
	margin: 120px 0;
}

.work-content .img-row img {
	width: 100%;
	box-shadow: 0 0 20px 2px rgba(24, 27, 29, 0.18);
	margin-bottom: 40px;
	border-radius: 20px;
}



/* 
.locations-section .word-map .location-pins .location-pin.delhi {
    top: 55.6%;
    left: 67.6%;
}
.locations-section .word-map .location-pins .location-pin.bangalore {
    top: 62.7%;
    left: 67.5%;
}
.locations-section .word-map .location-pins .location-pin.mumbai {
    top: 60.5%;
    left: 66.5%;
}
.locations-section .word-map .location-pins .location-pin.johannesburg {
    top: 79.7%;
    left: 54.08%;
}
.locations-section .word-map .location-pins .location-pin.sydney {
    top: 83%;
    left: 88%;
}
.locations-section .word-map .location-pins .location-pin.newyork {
    top: 51%;
    left: 24%;
}
.locations-section .word-map .location-pins .location-pin.london {
    top: 42%;
    left: 45.5%;
}
.locations-section .word-map .location-pins .location-pin.tokyo {
    top: 40%;
    left: 80%;
}
.locations-section .word-map .location-pins .location-pin.paris {
    top: 45%;
    left: 46.5%;
}
.locations-section .word-map .location-pins .location-pin.melbourne {
    top: 84%;
    left: 86%;
}
.locations-section .word-map .location-pins .location-pin.newjersey {
    top: 49.2%;
    left: 23.75%;
} */




@media screen and (min-width: 1400px) {

	.navbar .container,
	.navbar .container-fluid,
	.navbar .container-lg,
	.navbar .container-md,
	.navbar .container-sm,
	.navbar .container-xl,
	.navbar .container-xxl {
		max-width: 1380px;
	}

	.container-fix {
		max-width: 1200px;
		margin: 0 auto;
	}

	.container {
		max-width: 1230px;
		margin: 0 auto;
	}

	.passion-sec .passion-top h2 {
		font-size: 160px;
	}
}


@media screen and (min-width: 992px) {
	.work-content .img-row .col:first-child {
		padding-top: 150px;
	}

	.work-content .img-row .col:last-child {
		padding-top: 180px;
	}
}

@media screen and (min-width: 768px) {

	.navbar {
		padding: 0;
	}

	.navbar .navbar-brand {
		padding: 0;
	}

	.navbar .navbar-collapse .navbar-nav>.nav-item>.nav-link {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu {
		border: 0;
		margin-top: 0;
		box-shadow: 0 11px 90px 0 rgba(65, 67, 132, 0.13);
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu {
		border: 0;
		box-shadow: none;
	}

	.dropdown-menu.mega-menu {
		width: 100vw;
		position: fixed !important;
		left: 0;
		top: 75.5px !important;
		z-index: 9;
		background: #fff;
		padding: 0;
		height: 580px;
		margin-top: 0 !important;
	}

	.mega-menu-tab-content {
		height: 525px;
	}

	.mega-menu-tab-content .tab-pane {
		height: 100%;
	}

	.program-section .program-right {
		padding-left: 50px;
	}

	.program-section .program-left {
		padding-right: 50px;
		/* border-right: 1px dashed #bb853d; */
	}

	.program-section .program-left h3 {
		padding-right: 120px;
	}
}

@media screen and (min-width: 575px) {

	.language-dropdown {
		width: 400px;
	}

	.language-dropdown li {
		width: 50%;
		float: left;
	}
}

@media screen and (max-width: 1399px) {
	.passion-sec .passion-top h2 {
		font-size: 140px;
	}
}

@media screen and (max-width: 1199px) {
	.passion-sec .passion-top h2 {
		font-size: 120px;
	}
}

@media screen and (max-width: 991px) {
	.container-fix {
		padding: 20px 10px;
	}

	.hide-lg-below {
		display: none;
	}

	.navbar .navbar-brand img {
		/* width: 80px; */
		height: 30px;
	}

	.banner-section .banner-content {
		text-align: center;
	}

	.banner-section .banner-content h1 {
		margin-bottom: 20px;
	}

	.banner-section .banner-content h1::after {
		left: 50%;
		transform: translateX(-50%);
	}

	.banner-section .banner-img {
		position: static;
		margin: 20px 0 50px;
		width: 100%;
	}

	.banner-section .banner-right-link-block {
		max-width: 450px;
	}

	.complex_projects_card_row .row {
		justify-content: center;
	}

	.footer-mid>div {
		/* flex-wrap: wrap; */
		flex-direction: column;
	}

	.footer .footer-mid .footer-nav ul {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.corevalue-inner {
		padding: 45px;
	}

	.corevalue-inner .card-core {
		text-align: center;
	}

	.pdl-30 {
		padding-left: 0;
	}

	.complex_projects_card_row {
		margin-bottom: 50px;
	}

	.complex_projects_card_left {
		margin-bottom: 20px;
	}

	.complex_projects_card_right {
		text-align: center;
	}

	.passion-sec .passion-top h2 {
		font-size: 90px;
	}

	.case-studies-sec .card .card-footer .card-auth {
		flex-wrap: wrap;
	}
}


@media screen and (max-width: 767px) {
	.show-md-below {
		display: block;
	}

	.header .top-header .header-container {
		flex-direction: column;
	}

	.hide-md-below {
		display: none;
	}

	.navbar .navbar-collapse {
		flex-basis: auto;
		flex-grow: 0;
	}

	.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
		position: absolute;
		max-height: 75vh;
		overflow: auto;
	}

	.banner-section .banner-content h1 {
		font-size: 36px;
	}

	.banner-section .banner-content p {
		font-size: 18px;
	}

	.banner-section .container {
		padding-top: 50px;
		padding-bottom: 50px;
		position: relative;
	}

	.locations-section .word-map-img {
		display: none;
	}

	.locations-section .word-map .location-pins {
		position: static;
		display: flex;
		flex-wrap: wrap;
	}

	.locations-section .word-map .location-pins .location-pin {
		position: static;
		width: 50%;
		height: auto;
		flex-direction: row;
		align-items: center;
		justify-content: start;
		gap: 10px;
	}

	.locations-section .word-map .location-pins .location-pin .location-detail {
		display: block;
		position: static;
		padding: 0;
		background-color: transparent;
		box-shadow: none;
		transform: unset;
	}

	.locations-section .word-map .location-pins .location-pin .location-detail img {
		display: none;
	}

	.wd-25 {
		width: 100%;
		margin-bottom: 15px;
		flex-direction: row !important;
		flex-wrap: nowrap;
		white-space: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		padding: 10px 8px !important;
	}

	.wd-25::-webkit-scrollbar {
		display: none;
	}

	.technology_stack .nav-pills .nav-item {
		white-space: nowrap;
		flex-shrink: 0;
	}

	.technology_stack .nav-pills .nav-link {
		border-left: none;
		border-top: none !important;
		border-bottom: 3px solid transparent !important;
		border-radius: 6px 6px 0 0 !important;
		padding: 8px 14px !important;
		font-size: 14px !important;
		width: auto;
	}

	.technology_stack .nav-pills .nav-link.active {
		border-left: none !important;
		border-bottom: 3px solid #2965f1 !important;
		border-top: none !important;
		background-color: #f0f4ff !important;
	}

	.stack_left {
		border-radius: 10px 10px 0 0;
		border-bottom: none !important;
	}

	#pills-tabContent {
		min-height: auto;
		border-radius: 0 0 10px 10px !important;
	}

	.technology_stack .tab-content .tab-pane img {
		width: 50px;
		height: 50px;
	}

	.complex_projects {
		padding: 80px 0;
	}

	.outcomes_sec {
		padding: 80px 0;
	}

	.privacy_sec {
		padding: 80px 0;
	}

	.passion-sec .passion-top h2 {
		font-size: 65px;
	}
}

@media screen and (max-width: 574px) {
	.madeinindia_sec .counter-card h3 {
		width: 95px;
		font-size: 25px;
	}

	.passion-sec .passion-top h2 {
		font-size: 50px;
	}

	.team-banner {
		padding: 50px 0;
	}

	.team-section {
		margin-top: 0;
	}
}




.case_study_box {
	margin-top: 60px;
	padding-left: 10px;
	padding-right: 10px;
}

.case_study_main {
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 10px;
}

.case_head {
	display: flex;
	justify-content: center;
	align-items: center;

}

.case_head p {
	font-size: 44px;
	line-height: 1.2;
}

.case_image {
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 10px;
}

.case_image_main {
	display: flex;
	justify-content: center;
	padding-top: 60px;
}

.case_image_main img {
	max-width: 100%;
}

.the_company_section {
	padding-top: 80px 0;
}

.the_com_main {
	max-width: 990px;
}

.the_com_sa {
	display: flex;
	justify-content: center;
	align-items: center;
}

.the_com_head h2 {
	font-size: 2.5rem;
}

.the_com_para p {
	font-size: 16px;
	text-align: justify;
	font-weight: 500;

}

.the_challange_main {
	padding-top: 80px 0;
}

.the_challange_box {
	max-width: 990px;
	margin: 0 auto;
	padding-top: 50px;
}

.challange_nz_mn {
	width: 50%;
}

.challange_event {
	width: 50%;
}

.challange_sec {
	display: flex;
}

.challange_content {
	padding-right: 20px;
	border-right: 2px solid blue;

}

.challange_content h2 {
	font-size: 2.5rem;
	margin-bottom: 35px;
}

.challange_content p {
	font-size: 16px;
	text-align: justify;
	font-weight: 500;
	padding-bottom: 60px;

}

.challange_event {
	padding-left: 20px;
	padding-top: 85px;

}

.challange_inwt {
	padding-left: 40px;
}

.event_image img {
	max-width: 100%;
}

.challange_inwt p {
	font-size: 21px;
	text-align: justify;
	font-weight: 600;
}

.challange_inwt h2 {
	font-size: 21px;
	font-weight: 600;
}

.challange_inwt h1 {
	font-size: 16px;
	font-weight: 500;

}

.the_company_section {
	padding-top: 80px 0;
}






.indus_image_sec img {
	max-width: 100%;
}

.indus_box {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	padding: 50px 0;
}

.indus_section_box {
	display: flex;
}

.content_main_box {
	display: flex;
}

.content_main_retail {
	border: 1px solid #808080;
	width: 75%;
	margin-left: 10px;
}

.indus_section_box {
	margin: 0 50px;
}

.indus_list_section {
	width: 25%;
	border: 1px solid #808080;
	margin-right: 10px;
}

.indus_section_box {
	max-width: 100%;
}

.sidebar_list ul li {
	list-style: none;
	padding: 10px 0;
	font-weight: 500;
}

.content_main_box {
	padding: 20px;
}

.content_image {
	padding-top: 30px;
}

.retail_content {
	padding: 40px 30px;

}

.retail_content p {
	font-size: 16px;
	font-weight: 500;
	text-align: justify;
}

.retail_content button {
	background-color: #3999ec;
	padding: 10px 20px;
	color: white;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	border-radius: 3px;
	border: none;
}

.retail_content button i {
	margin-left: 20px;
}

.sidebar_list ul {
	padding-left: 1rem;
}

@media(max-width: 820px) {
	.content_main_box {
		display: block;
	}

	.content_image img {
		max-width: 100%;
	}
}

.jobdetail_head_main {
	padding: 80px 0;
}

.jobdetail_main_box {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.jobdetail_heading h2 {
	margin-bottom: 2.5rem;
}

.jobdetail_heading button,
.jobdetail_heading a {
	display: inline-block;
	text-decoration: none;
	background-color: #3999ec;
	padding: 10px 20px;
	color: white;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	border-radius: 3px;
	border: none;
}

.jobdetail_heading button i,
.jobdetail_heading a i {
	margin-left: 20px;
}

.job_dt_box {
	padding: 0 20px;
}

.job_dt_main {
	max-width: 1024px;
	margin: 0 auto;
	padding: 30px;
	background-color: #fff;
}

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

.upr_hd_left>.cln {
	font-weight: 600;
}

.upr_para_box {
	text-align: justify;
	padding-top: 50px;
	font-weight: 500;
}

.dt_box {
	font-weight: 500;
}

.dt_box p {
	margin: 0;

}

.dt_box button,
.dt_box a {
	display: inline-block;
	text-decoration: none;
	background-color: #3999ec;
	padding: 10px 20px;
	color: white;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	border-radius: 3px;
	border: none;
	margin-top: 20px;
}

.dt_box button i,
.dt_box a i {
	margin-left: 20px;
}

@media(max-width:768px) {
	.job_dt_upr {
		display: block;
	}
}

.job_bg_main {
	background-color: aliceblue;
	padding: 80px 0px;
	border-bottom: 2px solid #dcecfb;

}

.sec_job_box {
	padding: 0 20px;
}

.sec_box_rl {
	max-width: 1024px;
	margin: 10px auto;
	background-color: #fff;
	padding: 30px;
}

.sec_box_main {
	display: flex;
}

.sec_box_para {
	display: flex;
}

.sec_box_para i {
	color: rgb(118, 185, 244);
	font-size: 10px;
	padding-top: 5px;
	margin-right: 10px;
}

.sec_box_para p {
	text-align: justify;
	font-weight: 500;
}

.sec_box_rs {
	padding-right: 50px;
}

@media(max-width:768px) {
	.sec_box_main {
		display: block;
	}
}

.benifits_section {
	padding: 0 20px;
}

.benifits_main {
	max-width: 1024px;
	margin: 0 auto;
	padding: 30px;
	background-color: #fff;
}

.benifits_rg {
	display: flex;
}

.benifits_para {
	width: 70%;
	font-weight: 600;
}

.ben_rg_bt {
	width: 30%;
}

.ben_rg_bt button,
.ben_rg_bt a {
	display: inline-block;
	text-decoration: none;
	background-color: #3999ec;
	padding: 10px 20px;
	color: white;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	border-radius: 3px;
	border: none;
	float: right;
}

.ben_rg_bt i {
	margin-left: 20px;
}

@media(max-width:768px) {
	.benifits_rg {
		display: block;
	}

	.benifits_para {
		width: 100%;
	}

	.ben_rg_bt {
		width: 100%;
	}
}





.header_background_section {
	background-image: url('../images/topbg.jpg');
	background-size: cover;
	background-position: center;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-align: center;
	padding: 20px;
}

.header_background_section p {
	font-size: 30px;
}

.cards_con_box {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
}


.card_main_sec {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	border: 1px solid #dfe0e1;
	background-color: #fff;
	position: relative;
	top: -100px;
}

.card_dgn {
	width: 25%;
	margin: 0 5px;
	border: 1px solid #d5e1fa;
	background-color: #f2f5f9;
}

.cd_img_hg {
	text-align: right;
	height: 25px;
	width: 100%;
	/* background-image: url('../programmates_html/assets/images/shape_bg_green.png'); */
}

.cd_img_hg p {
	margin: 0;
	position: relative;
	top: -25px;
	color: white;
	font-size: 14px;
	padding: 2px;
}

.gn_img {
	width: 100%;
	height: 25px;
}

.gn_img img {
	max-width: 100%;
	height: -webkit-fill-available;
}

.male_head_sec {
	padding-top: 20px;
}

/* .cd_img_hg p img {
	height: 20px;
	width: 10px;
} */

.image_pt img {
	max-width: 100%;
	height: 70px;
}

.image_pt {
	margin-bottom: 20px;
}

.card_inner_box {
	padding: 0 30px;
	margin-bottom: 50px;

}

@media(max-width:768px) {
	.card_main_sec {
		display: block;
	}

	.card_dgn {
		width: 100%;
	}
}

.find_main_box {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
}

.duo_main_box {
	display: flex;
	max-width: 990px;
	margin: 0 auto;
	padding-bottom: 100px;
}

.duo_sec {
	height: auto;
	width: 50%;
}

.duo_sec_img img {
	max-width: 100%;
	padding-top: 20px;
}

.duo_had p {
	color: #46d61f;
}

@media(max-width:550px) {
	.duo_main_box {
		display: block;
	}

	.duo_sec {
		width: 100%;
	}

	.duo_sec_box_in {
		margin-top: 20px;
	}
}

.get_heading {
	margin-top: 50px;
}

.get_heading button {
	background-color: #3999ec;
	padding: 10px 20px;
	color: white;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	border-radius: 3px;
	border: none;
}

.get_heading button i {
	margin-left: 20px;
}

.duo_sec_box_in {
	border: 1px solid #dfe0e1;
	padding: 20px 20px 50px 20px;
	display: flex;

}

.duo_sec_cn {
	padding-left: 10px;
	padding-top: 5px;
}

.duo_sec_cn img {
	max-width: 100%;
}

.duo_sec_cn h1 {
	font-size: 1.3rem;
	padding-top: 5px;
}

.male_image_side img {
	max-width: 100%;
}

.male_head_sec p {
	color: #46d61f;
}

.clr p {
	color: tomato;
}

.pro_lin {
	padding-right: 50px;
}

.get_heading_btn {
	margin-top: 50px;
}

.get_heading_btn button {
	border-color: #3999ec;
	padding: 10px 20px;
	color: #3999ec;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	border-radius: 3px;
	border: 1px solid #3999ec;
	background: none;
}

.get_heading_btn button i {
	margin-left: 20px;
}








.nav-link {
	background: none;
	color: black;
	font-size: 15px;
	font-weight: 400;
	text-align: left;

}

/* 
.nav button.active::after {
	content: "";
	border-left: 4px solid var(--bs-danger);
	height: 100%;
	position: relative;
	left: -1px;
	top: 0;
	border-radius: 5px 0 0 5px;
  } */




.d-flex {
	max-width: 1280px;
	margin: 0 auto;

}

.nav {
	/* border: 1px solid #e5e5e5; */
	padding: 20px 0px;
	align-items: flex-start;
	/* width: 25%; */
	height: 100%;
}

@media(max-width:700px) {

	/* .nav{
		width: 60%;
	} */
	.ind_img img {
		width: 100%;
	}
}

.ind_content {
	display: flex;
	gap: 25px;

}

.tab-content {
	width: 75%;
	border: 1px solid #e5e5e5;
	height: 100%;
	padding: 25px;
}

.indus_para {
	text-align: justify;
}

.nav-link.active {
	background: none !important;
	color: #226499 !important;
	border-left: 5px solid #226499 !important;
	border-radius: 0 !important;
}

.indus_btn button {
	background-color: #3999ec;
	padding: 10px 20px;
	color: white;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	border-radius: 3px;
	border: none;
	margin-top: 20px;
}

@media (max-width: 768px) {
	.ind_content {
		display: block;
	}
}

.contact_card_main {
	background-color: #0060b4;
}

.contact_card_box {
	max-width: 990px;
	margin: 0 auto;
	padding-bottom: 100px;
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 20px;

}

.card_img img {
	max-width: 100%;
}

.card_cnt h2 {
	font-size: 1rem;
	margin-top: 2rem;
}

.card_cnt {
	text-align: center;
	padding: 40px 0;
	background: white;
	width: 33.33%;
	margin: 4px;
}

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

.card_cnt p {
	margin-top: 2rem;
	margin-bottom: 0;
}

.card_head {
	text-align: center;
	padding-bottom: 50px;
	color: #fff;
}

@media (max-width: 768px) {
	.card_line {
		display: block;
	}

	.card_cnt {
		width: 100%;
	}
}

.map_main_box {
	max-width: 990px;
	margin: 0 auto;
	padding-bottom: 50px;
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
}

.map_head {
	text-align: center;
}

.map_img {
	text-align: center;
}

.map_img img {
	max-width: 100%;
}







.careers_head_box {
	max-width: 1024px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 15px;
}

.care_dib {
	width: 50%;
}

.care_dib p {
	padding-left: 8rem;
}

.care_banner {
	max-width: 1300px;
	margin: 0 auto;
	text-align: center;
}

.care_banner img {
	max-width: 100%;
	padding: 0 15px;
}

.care_head_banner {
	padding: 80px 0;
}

.sec_upr {
	max-width: 1024px;
	margin: 0 auto;
	text-align: center;
}

.slider_main_sec {
	max-width: 1300px;
	margin: 0 auto;
}

/* .sec_slider_upr{
	padding-bottom: 50px;
} */
.slider_main_box {
	padding: 0 15px;
}

.tab_list_box {
	max-width: 1024px;
	margin: 0 auto;
}

.tab_list_item_main {
	margin: 100px 0;
	padding: 0 20px;
}

.tab_list_box .nav {
	width: 100%;
	justify-content: space-between;
}

.tab_list_box .nav-link.active {
	color: #fff !important;
	background-color: #0d6efd !important;
	border-left: none !important;
	width: -webkit-fill-available;

}

.tab-content {
	width: 100%;
}

.tab_list_box .nav .nav-item {
	width: 24.5%;
	background-color: gainsboro;
	text-align: -webkit-center;
}

.list_item_name {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 20px !important;
}

.tab_list_box .tab-content {
	padding: 0;
}

.lst_btn a {
	background-color: black;
	color: white;
	padding: 5px 25px;
	font-size: 15px;
}

.list_item_name:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.lst_name h2 {
	margin: 0;
	font-size: 1.5rem;
}







.recruit_main_box {
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 20px;
}



.tab_list_box .nav {
	border: none;
}

.tab_list_box .tab-content {
	border: none;
}

.recruit_main_box .d-flex {
	justify-content: space-between;
}

.recruit_main_box .d-flex .nav {
	width: 45%;
	border: none;
	padding: 0;
}

.recruit_main_box .tab-content {
	width: 50%;
}

.click>.nav-link.active {
	background: black !important;
	color: white !important;
	border-left: none !important;
	border-radius: 0 !important;
	width: 100% !important;


}

.click>.nav-link {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
	width: 100%;
	background-color: #c8c8c8;
	border-radius: 0;
	border: none;
	margin-bottom: 5px;
	padding: 25px 15px;
	font-size: 20px;
}

.step-pera {
	margin: 0;
	padding-left: 20px;
}

.nav>button>span {
	color: #a8a3a8;
}

.rigt_sec {
	height: 100%;
	padding: 0;
	border: none;
}

.rigt_sec>.tab-pane>* {
	padding: 0;
}

.teb_image_sec img {
	width: 100%;
	;
}

.teb_image_sec {
	padding-bottom: 30px !important;
}

.tab_head_sec h2 {
	margin-bottom: 1rem;
}

.tab_head_sec p {
	font-size: 17px;
	font-weight: 500;
}

.tab_list_box_head {
	display: flex;
	justify-content: center;
	align-items: center;
}

.tab_list_box_head h2 {
	font-size: 3rem;
	margin-bottom: 2.5rem;
}

.recruit_main_box_head {
	display: flex;
	justify-content: center;
	align-items: center;
}

.recruit_main_box_head h2 {
	font-size: 3rem;
	margin-bottom: 5.5rem;
}

.careers_head_main {
	padding: 80px 20px;
}

.slide_upr_curve {
	position: relative;
	top: 50px;
	z-index: 2;
	max-width: 1300px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slide_upr_curve img {
	max-width: 100%;
}

.slide_dwn_curve {
	position: relative;
	bottom: 80px;
	z-index: 2;
	max-width: 1300px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slide_dwn_curve img {
	max-width: 100%;
}




.privacy_policy_box {
	display: flex;
	max-width: 1300px;
	margin: 0 auto;
}

.privacy_policy_box .list-group {
	border: none;
}






.prvacy_policy_main .list-group-item.active,
.prvacy_policy_main .list-group-item:hover {
	color: #000;
	font-weight: bold;
}

.prvacy_policy_main .list-group .list-group-item i {
	font-size: 8px;
	color: #545659;
}

.prvacy_policy_main .list-group-item.active,
.prvacy_policy_main .list-group-item {
	display: flex;
	align-items: center;
	border: none;
	padding: 0;
	gap: 5px;
	margin-bottom: 15px;

}





.prvacy_policy_main {
	padding: 80px 30px;
}

.list_heading_sec {
	margin-bottom: 30px;
}

.prvacy_policy_main .list-group {
	position: sticky;
	top: 100px;
}

.scrollspy-example h4 {
	margin: 35px 0;
}

.ind_head h2 {
	font-size: 28px;
}

.list_heading_sec h2 {
	font-size: 28px;
}

.container-xxl .nav {
	border: 0;
	padding: 0px;
	align-items: flex-start;
	width: 60%;
	height: 100%;

}

/* .container-xxl ,.nav, */
.nav-item,
.nav-link .active {
	border-left: none !important;
}

@media (max-width: 768px) {
	.indus_main_section .nav {
		width: 60%;
	}

}

/* ===== Service Detail Pages ===== */
.service-feature-card {
	background: #fff;
	border-radius: 12px;
	padding: 30px 25px;
	height: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
	transition: 0.25s;
}

.service-feature-card:hover {
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	transform: translateY(-4px);
}

.service-feature-card .feature-icon {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: #e8f1fb;
	color: #056cb8;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	margin-bottom: 18px;
}

.service-feature-card h5 {
	font-size: 18px;
	margin-bottom: 10px;
	color: var(--text-dark);
}

.service-feature-card p {
	font-size: 14px;
	margin-bottom: 0;
	color: var(--text-body);
}

.process-step {
	position: relative;
	padding-left: 65px;
	margin-bottom: 32px;
}

.process-step .step-number {
	position: absolute;
	left: 0;
	top: 0;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #f60014;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 16px;
}

.process-step h5 {
	margin-bottom: 8px;
	color: var(--text-dark);
}

.process-step p {
	margin-bottom: 0;
}

.tech-badge-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.tech-badge {
	display: flex;
	align-items: center;
	gap: 8px;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 30px;
	padding: 9px 20px;
	font-size: 14px;
	color: var(--text-dark);
}

.tech-badge i {
	color: #056cb8;
	font-size: 16px;
}

.service-cta-box {
	background: #0b1b33;
	color: #fff;
	border-radius: 16px;
	padding: 60px 40px;
	text-align: center;
}

.service-cta-box h3 {
	color: #fff;
	margin-bottom: 15px;
	font-size: 28px;
}

.service-cta-box p {
	color: #cbd5e1;
	margin-bottom: 25px;
	font-size: 16px;
}

.service-faq .accordion-button {
	font-weight: 500;
	color: var(--text-dark);
}

.outcomes_sec .outcome-row .outcome-card .outcome-card-heading {
	color: var(--text-dark);
}

.outcomes_sec .outcome-row .outcome-card:hover .outcome-card-heading {
	color: #056cb8;
}

/* Industries mega menu */
.navbar .navbar-nav .industries-mega {
	width: 640px;
	max-width: 90vw;
	padding: 20px;
	display: none;
	grid-template-columns: repeat(3, 1fr);
	gap: 4px;
}

.navbar .navbar-nav .industries-mega.show {
	display: grid;
}

.navbar .navbar-nav .industries-mega .dropdown-item {
	display: flex;
	align-items: center;
	gap: 10px;
	border-radius: 8px;
	padding: 10px 12px;
	white-space: normal;
}

.navbar .navbar-nav .industries-mega .dropdown-item i {
	color: #056cb8;
	width: 18px;
	text-align: center;
}

.work-placeholder-img {
	width: 100%;
	aspect-ratio: 1/1;
	background: #f4f7fb;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 48px;
	color: #056cb8;
	margin-bottom: 15px;
}