:root {
	--primary: #015FC9;
	--secondary: #0DD3F1;
	--light: #F6F7FC;
	--dark: #15233C;
}

.back-to-top {
	position: fixed;
	display: none;
	right: 30px;
	bottom: 30px;
	z-index: 99;
}

#spinner {
	opacity: 0;
	visibility: hidden;
	transition: opacity .5s ease-out, visibility 0s linear .5s;
	z-index: 99999;
}

#spinner.show {
	transition: opacity .5s ease-out, visibility 0s linear 0s;
	visibility: visible;
	opacity: 1;
}

.btn {
	transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover,
.btn.btn-secondary,
.btn.btn-outline-secondary:hover {
	color: #FFFFFF;
}

.btn.btn-primary:hover {
	background: var(--secondary);
	border-color: var(--secondary);
}

.btn.btn-secondary:hover {
	background: var(--primary);
	border-color: var(--primary);
}

.btn-square {
	width: 38px;
	height: 38px;
}

.btn-sm-square {
	width: 32px;
	height: 32px;
}

.btn-lg-square {
	width: 48px;
	height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: normal;
}

.btn {
	transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover,
.btn.btn-secondary,
.btn.btn-outline-secondary:hover {
	color: #FFFFFF;
}

.btn.btn-primary:hover {
	background: var(--secondary);
	border-color: var(--secondary);
}

.btn.btn-secondary:hover {
	background: var(--primary);
	border-color: var(--primary);
}

.btn-square {
	width: 38px;
	height: 38px;
}

.btn-sm-square {
	width: 32px;
	height: 32px;
}

.btn-lg-square {
	width: 48px;
	height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: normal;
}

.topbar .btn.btn-square {
	background: rgba(255, 255, 255, .10);
	color: rgba(255, 255, 255, .85);
	border-radius: 8px;
}

.topbar .btn.btn-square:hover {
	background: rgba(255, 255, 255, .18);
	color: #fff;
}


.topbar .btn.youtube:hover {
	background: rgba(255, 255, 255, .18);
	color: #fff;
}

.topbar .btn.youtube i {
	font-size: 16px;
	line-height: 1;
}

.navbar.sticky-top {
	top: -100px;
	transition: .5s;
}

.navbar .navbar-brand img {
	max-height: 60px;
}

.navbar .navbar-nav .nav-link {
	margin-left: 25px;
	padding: 10px 0;
	color: #696E77;
	font-weight: 500;
	outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
	color: var(--primary);
}

.navbar .dropdown-toggle::after {
	border: none;
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	vertical-align: middle;
	margin-left: 8px;
}

@media (max-width: 991.98px) {
	.navbar .navbar-brand img {
		max-height: 45px;
	}

	.navbar .navbar-nav {
		margin-top: 20px;
		margin-bottom: 15px;
	}

	.navbar .nav-item .dropdown-menu {
		padding-left: 30px;
	}
}

@media (min-width: 992px) {
	.navbar .nav-item .dropdown-menu {
		display: block;
		border: none;
		margin-top: 0;
		top: 150%;
		right: 0;
		opacity: 0;
		visibility: hidden;
		transition: .5s;
	}

	.navbar .nav-item:hover .dropdown-menu {
		top: 100%;
		visibility: visible;
		transition: .5s;
		opacity: 1;
	}
}

.carousel-caption {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	text-align: start;
	z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
	width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	width: 3rem;
	height: 3rem;
	background-color: var(--primary);
	border: 15px solid var(--primary);
	border-radius: 50px;
}

@media (max-width: 768px) {
	#header-carousel .carousel-item {
		position: relative;
		min-height: 450px;
	}

	#header-carousel .carousel-item img {
		position: absolute;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	#header-carousel .carousel-control-prev,
	#header-carousel .carousel-control-next {
		top: auto !important;
		bottom: 5.2rem !important; 
		transform: none !important;
		z-index: 3;
	}

	#header-carousel .carousel-control-prev {
		left: 1rem !important;
	}

	#header-carousel .carousel-control-next {
		right: 1rem !important;
	}
}

.page-header {
	background: url(../img/aboutb3.webp) center center no-repeat;
	background-size: cover;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
	font-weight: 500;
}

.page-header .breadcrumb-item a,
.page-header .breadcrumb-item+.breadcrumb-item::before {
	color: #696E77;
}

.page-header .breadcrumb-item a:hover,
.page-header .breadcrumb-item.active {
	color: var(--primary);
}

@media (min-width: 992px) {
	.container.facts {
		max-width: 100% !important;
	}

	.container.facts .facts-text {
		padding-left: calc(((100% - 960px) / 2) + .75rem);
	}

	.container.facts .facts-counter {
		padding-right: calc(((100% - 960px) / 2) + .75rem);
	}
}

@media (min-width: 1200px) {
	.container.facts .facts-text {
		padding-left: calc(((100% - 1140px) / 2) + .75rem);
	}

	.container.facts .facts-counter {
		padding-right: calc(((100% - 1140px) / 2) + .75rem);
	}
}

@media (min-width: 1400px) {
	.container.facts .facts-text {
		padding-left: calc(((100% - 1320px) / 2) + .75rem);
	}

	.container.facts .facts-counter {
		padding-right: calc(((100% - 1320px) / 2) + .75rem);
	}
}

.container.facts .facts-text {
	background: linear-gradient(rgba(1, 95, 201, .9), rgba(1, 95, 201, .9)), url(../img/homeb2.webp) center right no-repeat;
	background-size: cover;
}

.container.facts .facts-counter {
	background: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), url(../img/homeb2.webp) center right no-repeat;
	background-size: cover;
}

.container.facts .facts-text .h-100,
.container.facts .facts-counter .h-100 {
	padding: 6rem 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.service-item {
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.service-item .service-icon {
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.service-item .service-icon img {
	max-width: 60px;
	max-height: 60px;
}

.service-item a.btn {
	color: var(--primary);
}

.service-item a.btn:hover {
	color: #FFFFFF;
	background: var(--primary);
	border-color: var(--primary);
}

.appointment {
	background: linear-gradient(rgba(1, 95, 201, .9), rgba(1, 95, 201, .9)), url(../img/homeb.webp) center center no-repeat;
	background-size: cover;
}


.team-item {
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.team-item img {
	transition: .5s;
}

.team-item:hover img {
	transform: scale(1.1);
}

.team-text {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -50px;
	opacity: 0;
	transition: .5s;
}

.team-item:hover .team-text {
	bottom: 0;
	opacity: 1;
}

.team-item a.btn {
	color: var(--primary);
}

.team-item a.btn:hover {
	color: #FFFFFF;
	background: var(--primary);
	border-color: var(--primary);
}

.animated.pulse {
	animation-duration: 1.5s;
}

.testimonial-section .service-item {
	border: 1px solid #e6edf7;
	border-radius: 14px;
	transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
	background: #fff;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.testimonial-section .service-item:hover {
	transform: translateY(-6px);
	box-shadow: 0 18px 46px rgba(1, 95, 201, 0.12);
	border-color: rgba(1, 95, 201, 0.35);
}

.testimonial-quote {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	display: grid;
	place-items: center;
	background: rgba(1, 95, 201, 0.08);
	color: var(--primary);
	font-size: 18px;
}

.testimonial-copy {
	color: #0f172a;
	line-height: 1.7;
	margin: 0;
}

.testimonial-meta {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: auto;
}

.testimonial-avatar {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid rgba(1, 95, 201, 0.35);
}

.testimonial-name {
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
	color: #0b2239;
}

.testimonial-role {
	margin: 2px 0 0;
	font-size: 0.95rem;
	color: #3b4c63;
}

@media (max-width: 767.98px) {
	.testimonial-section .service-item {
		padding: 1.75rem;
	}

	.testimonial-role {
		font-size: 0.93rem;
	}
}

/* --- Testimonial carousel (Owl) --- */
.testimonial-carousel {
	position: relative;
}

.testimonial-carousel .testimonial-item {
	background-color: #fff;
	border-radius: 14px;
	box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
	padding: 2.5rem 2.25rem;
	transition: box-shadow .3s ease, transform .3s ease;
}

.testimonial-carousel .testimonial-item:hover {
	transform: translateY(-4px);
	box-shadow: 0 22px 55px rgba(15, 23, 42, 0.09);
}

.testimonial-carousel .testimonial-item img {
	width: 96px;
	height: 96px;
	object-fit: cover;
	display: block;
	margin: 0 auto 1.25rem;
}

.testimonial-carousel .testimonial-item img {
	border-radius: 999px;
	border: 2px solid rgba(1, 95, 201, 0.3);
}

.testimonial-carousel .testimonial-item p.fs-5 {
	color: #0f172a;
	line-height: 1.8;
	margin-bottom: 1.3rem;
}

.testimonial-carousel .testimonial-item h5 {
	margin-bottom: .2rem;
	font-weight: 700;
	color: #0b2239;
}

.testimonial-carousel .testimonial-item span {
	font-size: .95rem;
	color: #64748b;
}

.testimonial-carousel .owl-nav {
	margin-top: 1.8rem;
	display: flex;
	justify-content: center;
	gap: 0.75rem;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	aspect-ratio: 1 / 1;
	border-radius: 999px;
	background-color: var(--primary);
	color: #fff;
	font-size: 1.1rem;
	transition: background-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
	background-color: var(--secondary);
	transform: translateY(-2px);
	box-shadow: 0 10px 26px rgba(1, 95, 201, 0.4);
}

.testimonial-carousel .owl-dots {
	margin-top: 0.75rem;
	text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot span {
	background: rgba(148, 163, 184, 0.6);
}

.testimonial-carousel .owl-dots .owl-dot.active span {
	background: var(--primary);
}

/* Floating testimonial side images */
.testimonial-left,
.testimonial-right {
	position: relative;
}

.testimonial-left img,
.testimonial-right img {
	position: absolute;
	padding: 5px;
	border: 1px dashed var(--primary);
	border-radius: 12px;
	background-color: #ffffff;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.testimonial-left img:nth-child(1),
.testimonial-right img:nth-child(3) {
	width: 72px;
	height: 72px;
	top: 8%;
	left: 50%;
	transform: translateX(-50%);
}

.testimonial-left img:nth-child(2),
.testimonial-right img:nth-child(2) {
	width: 62px;
	height: 62px;
	top: 50%;
	left: 8%;
	transform: translateY(-50%);
}

.testimonial-left img:nth-child(3),
.testimonial-right img:nth-child(1) {
	width: 54px;
	height: 54px;
	bottom: 8%;
	right: 8%;
}

@media (max-width: 991.98px) {
	.testimonial-carousel .testimonial-item {
		padding: 2rem 1.75rem;
	}
}


.footer {
	color: #A7A8B4;
}

.footer .btn.btn-link {
	display: block;
	margin-bottom: 5px;
	padding: 0;
	text-align: left;
	color: #A7A8B4;
	font-weight: normal;
	text-transform: capitalize;
	transition: .3s;
}

.footer .btn.btn-link::before {
	position: relative;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #A7A8B4;
	margin-right: 10px;
}

.footer .btn.btn-link {
	display: block;
	margin-bottom: 5px;
	padding: 0;
	text-align: left;
	color: #A7A8B4;
	font-weight: normal;
	text-transform: capitalize;
	transition: .3s;
}

.footer .btn.btn-link:hover {
	color: var(--light);
	letter-spacing: 1px;
	box-shadow: none;
}


.footer .btn.btn-link:hover {
	color: var(--light);
	letter-spacing: 1px;
	box-shadow: none;
}

.footer .btn.btn-square {
	color: #A7A8B4;
	border: 1px solid#A7A8B4;
}

.footer .btn.btn-square:hover {
	color: var(--secondary);
	border-color: var(--light);
}

.footer .copyright {
	padding: 25px 0;
	font-size: 15px;
	border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
	color: var(--secondary);
}

.footer .copyright a:hover {
	color: #FFFFFF;
}

.dev-card {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	max-width: 1100px;
	margin: 2rem auto;
	padding: 1.5rem;
	border-radius: 12px;

	overflow: hidden;
}

.dev-card__image {
	flex: 0 0 48%;
	max-width: 48%;
}

.dev-card__image img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 10px;
	object-fit: cover;
}

.dev-card__content {
	flex: 1 1 52%;
	padding: 0.2rem 0.5rem;
}

.dev-card__content h2 {
	margin: 0 0 0.5rem;
	font-size: 1.6rem;
}

.dev-card__content p {
	margin: 0 0 1rem;
	line-height: 1.5;
}

.dev-card__content ul {
	margin: 0 0 1rem;
	padding-left: 1.1rem;
}

@media (max-width: 768px) {
  /* Fix left column image visibility */
  .dev-home1 {
    position: relative !important;
    height: auto !important;
  }

  .dev-home1 img {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
    display: block;
  }

  /* Optional: Add margin under image to separate from content */
  .dev-home1 {
    margin-bottom: 2rem;
  }

  /* Make sure text column behaves well too */
  .col-lg-6 {
    width: 100%;
    max-width: 100%;
  }
}


.btn-Quote {
	display: inline-block;
	padding: 0.6rem 1rem;
	border-radius: 8px;
	text-decoration: none;
	background: #0f172a;
	color: #fff;
	font-weight: 600;
}

@media (max-width: 768px) {
	.dev-card {
		flex-direction: column;
	}

	.dev-card__image,
	.dev-card__image img {
		width: 100%;
		max-width: 100%;
	}
}

/* --- Clients scroller --- */
.clients-section {
	max-width: 1100px;
	margin: 2rem auto;
	padding: 1rem;
}

.clients-section h3 {
	margin: 0 0 0.75rem;
	font-size: 1.25rem;
}

.clients-scroller {
	display: flex;
	gap: 1rem;
	align-items: center;
	overflow-x: auto;
	scroll-behavior: smooth;
	padding: 0.75rem;
	-webkit-overflow-scrolling: touch;
	border-radius: 10px;
	background: #f8fafc;
}

.clients-scroller::-webkit-scrollbar {
	height: 8px;
}

.clients-scroller::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.12);
	border-radius: 8px;
}

.client-item {
	flex: 0 0 auto;
	width: 160px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	padding: 10px;
}

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

@media (max-width: 480px) {
	.client-item {
		width: 120px;
		height: 70px;
	}
}

.vm-cards {
	max-width: 1100px;
	margin: 2rem auto;
	padding: 0 1rem;
	display: grid;
	gap: 1.5rem;
}

.vm-card {
	display: flex;
	gap: 1.2rem;
	align-items: center;
	background: #fff;
	padding: 1rem;
	border-radius: 12px;
	box-shadow: 0 6px 20px rgba(15, 23, 42, 0.06);
	overflow: hidden;
}

.vm-card-img {
	flex: 0 0 42%;
	max-width: 42%;
}

.vm-card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.vm-card-content {
	flex: 1;
}

.vm-card-content h3 {
	font-size: 1.4rem;
	margin-bottom: 0.5rem;
	color: #0f172a;
}

.vm-card-content p {
	color: #334155;
	margin-bottom: 0.8rem;
	line-height: 1.5;
}

.vm-card-content ul {
	padding-left: 1.2rem;
	margin: 0;
	color: #475569;
}

@media (max-width: 768px) {
	.vm-card {
		flex-direction: column;
	}

	.vm-card-img,
	.vm-card-img img {
		width: 100%;
		max-width: 100%;
		height: 220px;
	}
}

.faq-section {
	max-width: 900px;
	margin: 2rem auto;
	padding: 0 1rem;
}

.faq-title {
	text-align: center;
	font-size: 2rem;
	margin-bottom: 1.5rem;
	color: #0f172a;
}

.faq-item {
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	padding: 0.8rem 1rem;
	margin-bottom: 1rem;
	background: #ffffff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
	position: relative;
}

.faq-item input {
	display: none;
}

.faq-question {
	display: block;
	font-size: 1.1rem;
	color: #1e293b;
	cursor: pointer;
	font-weight: 600;
	padding-right: 30px;
	position: relative;
}

.faq-question::after {
	content: "+";
	position: absolute;
	right: 0;
	top: 0;
	font-size: 1.4rem;
	color: #475569;
}

.faq-item input:checked+.faq-question::after {
	content: "-";
}

.faq-answer {
	max-height: 0;
	overflow: hidden;
	color: #475569;
	transition: max-height 0.3s ease;
}

.faq-item input:checked~.faq-answer {
	max-height: 200px;
	margin-top: 0.5rem;
}

.why-card {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: 40px;
	padding: 60px 40px;
	align-items: center;
	background: #fdfdfd;
}

.why-left h1 {
	font-size: 56px;
	line-height: 1.1;
	font-weight: 700;
	color: #222;
}

.why-right p {
	font-size: 17px;
	line-height: 1.7;
	color: #555;
	margin-bottom: 15px;
}

.why-right ul {
	padding-left: 20px;
	margin-bottom: 20px;
}

.why-right ul li {
	font-size: 17px;
	margin-bottom: 8px;
	color: #444;
}

.why-buttons {
	display: flex;
	gap: 15px;
	margin-top: 20px;
}

.btn-primary {
	background: #6048ff;
	padding: 14px 28px;
	color: #fff;
	border-radius: 8px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
}

.btn-call {
	border: 1px solid #ddd;
	padding: 14px 24px;
	border-radius: 8px;
	text-decoration: none;
	color: #222;
	font-size: 16px;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 8px;
	color: black !important;
}


@media (max-width: 992px) {
	.why-card {
		grid-template-columns: 1fr;
	}

	.why-left h1 {
		font-size: 40px;
	}
}

.build-manage-card {
	padding: 24px;
	border-radius: 14px;
	max-width: 1100px;
	margin: 25px auto;
	transition: 0.2s ease;
}

.build-manage-title {
	font-size: 1.6rem;
	color: #0f172a;
	margin-bottom: 8px;
	font-weight: 600;
}

.build-manage-text {
	color: #475569;
	font-size: 1rem;
	margin-bottom: 18px;
}

.build-manage-list {
	list-style: none;
	padding: 0;
	margin-bottom: 20px;
}

.build-manage-list li {
	position: relative;
	padding-left: 20px;
	color: #334155;
	margin-bottom: 8px;
}

.build-manage-list li::before {
	content: "✔";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 0.85rem;
	color: #0ea5e9;
}

.build-manage-actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.build-manage-btn {
	padding: 10px 18px;
	border-radius: 10px;
	text-decoration: none;
	font-size: 0.95rem;
	font-weight: 600;
	border: 1px solid transparent;
	transition: 0.15s ease;
}

.build-manage-btn-primary {
	background: #2563eb;
	color: #fff;
}

.build-manage-btn-outline {
	border-color: #d0d7e2;
	color: #1e293b;
	background: transparent;
	color: black !important;
}

.build-manage-btn:hover {
	transform: translateY(-2px);
}

.cbt-ui {
	--cbt-header-h: 72px;
	--cbt-hero-min: 320px;
	--cbt-hero-max: 520px;
	--cbt-hero-pad-x: 16px;
	--cbt-hero-radius: 12px;
	--cbt-title-size: clamp(28px, 3.6vw, 40px);
	--cbt-fg: #0b2239;
	--cbt-crumb: #65748b;
	--cbt-crumb-sep: #a8b2c2;
}

.cbt-ui .page-header {
	min-height: clamp(var(--cbt-hero-min), 44vh, var(--cbt-hero-max));
	padding: calc(var(--cbt-header-h) + 18px) var(--cbt-hero-pad-x) 24px;
	background-size: cover;
	background-position: center;
}

.cbt-ui .about-section .auto-container {
	width: 100%;
	max-width: 1200px;
	margin-inline: auto;
	padding-inline: 16px;
}

.cbt-ui .about-section .text.ms-4 {
	margin-left: 0 !important;
}

.cbt-ui .about-section {
	padding-top: 28px;
}

.cbt-ui .page-header .page-title {
	font-size: var(--cbt-title-size);
	padding: 10px 14px;
	background: transparent;
	border-radius: var(--cbt-hero-radius);
	margin: 0 0 10px 0;
}

.cbt-ui .page-header .breadcrumb {
	background: transparent;
	padding: 8px 12px;
	border-radius: 999px;
	margin: 0;
	display: flex;
	gap: 8px;
	white-space: nowrap;
	overflow: hidden;
}

.cbt-ui .page-header .breadcrumb a {
	transition: color 0.3s ease;
	color: #65748b;
}

.cbt-ui .page-header .breadcrumb a:hover {
	color: #007bff;
}

@media (max-width: 991.98px) {
	.cbt-ui {
		--cbt-header-h: 64px;
	}

	.cbt-ui .page-header {
		min-height: clamp(280px, 42vh, 460px);
		padding: calc(var(--cbt-header-h) + 14px) 14px 20px;
	}
}

@media (max-width: 575.98px) {
	.cbt-ui .page-header {
		min-height: clamp(260px, 40vh, 420px);
	}

	.cbt-ui .page-header .breadcrumb {
		display: flex;
		justify-content: flex-start;
		width: 100%;
		gap: 10px;
		white-space: nowrap;
		overflow: hidden;
	}
}

.cbt-ui .page-header .breadcrumb a:focus-visible {
	outline: 2px dashed currentColor;
	outline-offset: 2px;
}
.form-error-msg-red {
    color: red;
    font-size: 13px;
    display: block;
    margin-top: 5px;
}
@media (max-width: 768px) {
	.banner-1-img {
		object-position: left center !important;
	}
}
