html {
	scroll-behavior: smooth;
}

.navbar-transition {
	transition: top 3s;
}

.navbar-bg {
	background: #2A3468;
}

.navbar .navbar-nav .nav-item {
	margin-right: 30px;
	width: 100px;
}

.navbar .navbar-nav .nav-item .nav-link {
	color: #fff;
	border-radius: 20px;
	text-align: center;
	transition: 0.5s;
}

.navbar .navbar-nav .nav-item .nav-link:hover,
.navbar .navbar-nav .nav-item .nav-link.active {
	color: #2A3468;
	background-color: #fff;
}


.tagline {
	overflow: hidden;
	min-height: 162px;
	flex-shrink: 0;
	background-color: #E8EBFF;
	background-image: url('../img/tagline-img.png');

	background-repeat: no-repeat;
	background-position: right;
}

.page-title-section {
	overflow: hidden;
	min-height: 80px;
	flex-shrink: 0;
	background-color: #E8EBFF;
	font-family: Inter;
}

.page-title-section-uis {
	overflow: hidden;
	min-height: 100px;
	flex-shrink: 0;
	background-color: #fff;
	/*#C6020C*/
	font-family: Inter;
	color: #2A3468;
}

.heading {
	font-family: 'Jost', sans-serif !important;
}

.navbar-brand {
	width: 80%;
}

.navbar-toggler {
	background-color: #fff !important;
}

.banner {
	overflow: hidden;
	min-height: 521px;
	background-image: url('../img/banner.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.banner .card .card-body .card-title {
	color: #2A3468;
	leading-trim: both;
	text-edge: cap;
	font-family: Inter;
	font-size: 17.531px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
}

.banner .card .card-body p {
	color: #000;
	leading-trim: both;
	text-edge: cap;
	font-family: Inter;
	font-size: 14.343px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}

.section-title {
	color: #2A3468;
	leading-trim: both;
	text-edge: cap;
	font-family: Inter;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
}

.section-sub-title {
	color: #2A3468;
	leading-trim: both;
	text-edge: cap;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
}

.section-desc {
	color: #2A3468;
	leading-trim: both;
	text-edge: cap;
	font-family: Inter;
	text-transform: capitalize;
}

.specialization .spec-item a {
	font-size: 10px;
	margin-top: 8px;
	font-family: Inter;
	text-decoration: none;
	color: #2A3468;
}

.specialized-brands {
	overflow: hidden;
	min-height: 230px;
	padding: 20px 0px 20px 0px;
	background-color: #F6F8FF;
}

.specialized-brands .circle-img {
	background-color: #fff;
	border: 1px solid #02C4EB;
	border-radius: 55%;
	overflow: hidden;
}

.expertise .expertise-card {
	border-radius: 28px;
	background: #fff;
	height: 550px;
}

.expertise .expertise-card .card-title {
	margin: 10px;
	text-align: center;
}

.expertise .expertise-card .card-body p {
	color: #000;
	text-align: center;
	font-family: Inter;
	font-style: normal;
	font-weight: 300;
	text-transform: capitalize;
}

.expertise .expertise-card .card-footer {
	background: #F2F4FF;
	border-top: none;
	border-radius: 28px;
}

.expertise .expertise-card .card-footer .btn {
	border-radius: 25px;
}

.clients {
	overflow: hidden;
	min-height: 230px;
	padding: 20px 0px 20px 0px;
	background-color: #CCD4FF;
}

.clients .circle-img {
	background-color: #fff;
	border: 1px solid #02C4EB;
	border-radius: 55%;
	overflow: hidden;
}

.btn-get-in-touch {
	background: #485AB8 !important;
	color: #fff !important;
}

.btn-primary {
	color: #fff;
	background-color: #2A3468 !important;
}

.rounded-btn {
	border-radius: 25px !important;
}

.signature-products {
	overflow: hidden;
	min-height: 230px;
	background-color: #F6F8FF;
	padding: 20px 0px 20px 0px;
}

.signature-products .second-column-desktop {
	width: 38% !important;
}

.signature-products .second-column-mobile {
	width: 87% !important;
}

.footer {
	overflow: hidden;
	min-height: 1px;
}

.footer .sitemap {
	overflow: hidden;
	background: #0A142F;
	font-family: Inter;
	min-height: 300px;
	color: #fff;
}

.footer .sitemap a {
	color: #fff;
}

.footer .sitemap ul {
	list-style: none;
	padding: 0;
}

.footer .sitemap ul li {
	margin-bottom: 15px;
}

.footer .sitemap ul li a {
	text-decoration: none;
}

.footer .sitemap ul li a:hover {
	text-decoration: underline;
}

.footer .footer-line {
	overflow: hidden;
	min-height: 100px;
	background: #10214E;
	color: #fff;
	font-family: Inter;
}

.footer .footer-line a {
	color: #fff;
}

.footer .footer-line .social-icons a {
	padding: 20px 23px 20px 23px;
	border: 1px solid #fff;
	border-radius: 40px;
	margin: 20px 20px 0 0;
	transition: 1s;
}

.footer .footer-line .social-icons a:hover {
	background-color: #0081FE;
}

#scrollToTopBtn {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 24px;
	background-color: #0081FE;
	z-index: 9999;
	color: #fff;
	border: none;
	border-radius: 55px;
	padding: 13px 23px 13px 23px;
	cursor: pointer;
	display: none;
}

#scrollToTopBtn:hover {
	background-color: #0056b3;
}

/*  About  */
.about .vison {
	overflow: hidden;
	min-height: 100px;
	font-family: Inter;
}

.about .vison .vision-card {
	border: none;
}

.about .why-us {
	overflow: hidden;
	min-height: 230px;
	padding: 20px 0px 20px 0px;
	background-color: #F6F8FF;
	font-family: Inter;
}

.about .why-us .why-us-card {
	height: 400px;
}

/* Portfolio */
.portfolio {
	overflow: hidden;
	min-height: 230px;
	padding: 20px 0px 20px 0px;
	background-color: #F6F8FF;
}

#portfolio-container {
	min-height: 100px;
	padding: 20px;
}

#portfolio-container .item {
	height: 250px;
	padding: 30px;
	text-align: center;
	font-family: Inter;
	margin: 10px;
	border-radius: 20px;
	border-left: 4px solid #000000;
	border-right: 4px solid #000000;
}

#portfolio-container .item .stars {
	padding-bottom: 25px;
	margin-top: -40px;
}

#portfolio-container .item .stars i {
	color: gold;
}

/* Contact */
.contact {
	overflow: hidden;
	min-height: 230px;
	padding: 20px 0px 20px 0px;
	font-family: Inter;
}

.contact .contact-form {
	border: none;
	background-color: #ECF0FF;
	border-radius: 15px;
}

/* Products */
.filter-section {
	overflow: hidden;
	min-height: 80px;
	flex-shrink: 0;
	background-color: #F6F8FF;
	font-family: Inter;
}

.select-component {
	padding: 5px;
	border-radius: 25px 0px 0px 25px;
	background: #E8EBFF;
	width: 25%;
	float: left;
}

.select-component .form-select {
	border: none;
	background: #E8EBFF;
}

.select-component .form-select:focus {
	border: none;
	background: #E8EBFF;
}

#category-component {
	padding: 4px 5px 5px 5px;
	border-radius: 0px 25px 25px 0px;
	background: #fff;
	/*	float: left;*/
	/*	width: 70%;*/
	height: 46px;
	overflow: hidden;
}

#category-component .sub-item {
	padding: 7px 20px 7px 20px;
	font-size: 16px;
	border-radius: 25px;
	background: #F6F8FF;
	text-align: center;
	font-weight: bold;
	margin-right: 5px;
	cursor: pointer;
}

#category-component .selected {
	background: #2A3468;
	color: #fff;
}


.brands {
	padding: 0;
	list-style: none;
}

.brands li {
	padding: 10px;
	width: 100%;
	margin-bottom: 10;
	border-bottom: 1px solid #dfdfdf;
	font-family: Inter;
}

.brands li .checkbox {
	border: 1px solid #aeaeae;
	width: 25px;
	height: 25px;
	border-radius: 3px;
	float: right;
	text-align: center;
	color: #fff;
}

.brands li .checkbox.selected {
	border: 1px solid #2A3468;
	background: #2A3468;
}

.grid .product-card {
	border: none;
	background: #F6F8FF;
	font-family: Inter;
}

.grid .product-card .card-body .brand-name {
	margin-bottom: 3px;
	color: #2A3468;
	font-size: 12px;
}

.grid .product-card .card-body .card-title a {
	text-decoration: none;
	color: inherit;
}

.grid .product-card .card-body .card-title a:hover {
	text-decoration: underline;
}

.grid .product-card .card-body {
	min-height: 100px;
}

.grid .product-card .card-footer {
	border: none;
	background: #F6F8FF;
}

/* FILTERS */

.offcanvas .offcanvas-header {
	color: #fff;
	background-color: #2A3468 !important;
}

.offcanvas .offcanvas-header .btn {
	color: #fff;
}

.offcanvas .offcanvas-body .apply-button {
	padding: 5px;
	position: relative;

}


/* PRODUCT DETAILS SCREEN */
.radius-2 {
	overflow: hidden;
	border-radius: 20px;
}

.radius-4 {
	overflow: hidden;
	border-radius: 40px;
}

.main-categories {
	padding: 0;
	list-style: none;
}

.main-categories li {
	padding: 10px;
	width: 100%;
	margin-bottom: 10;
	border-bottom: 1px solid #dfdfdf;
	font-family: Inter;
}

.main-categories li .checkbox {
	border: 1px solid #aeaeae;
	width: 25px;
	height: 25px;
	border-radius: 3px;
	float: right;
	text-align: center;
	color: #fff;
}

.main-categories li .checkbox.selected {
	border: 1px solid #2A3468;
	background: #2A3468;
}

.sub-categories {
	padding: 0;
	list-style: none;
}

.sub-categories li {
	padding: 10px;
	width: 100%;
	margin-bottom: 10;
	border-bottom: 1px solid #dfdfdf;
	font-family: Inter;
}

.sub-categories li .checkbox {
	border: 1px solid #aeaeae;
	width: 25px;
	height: 25px;
	border-radius: 3px;
	float: right;
	text-align: center;
	color: #fff;
}

.sub-categories li .checkbox.selected {
	border: 1px solid #2A3468;
	background: #2A3468;
}

.specification {
	background: #F6F8FF;
	font-family: Inter;
}

.specification .card {
	border: none;
}

.specification .card .card-body .card-title {
	color: #131F60;
	font-size: 18px;
}

pre {
	white-space: pre-wrap;
	/* Since CSS 2.1 */
	white-space: -moz-pre-wrap;
	/* Mozilla, since 1999 */
	white-space: -pre-wrap;
	/* Opera 4-6 */
	white-space: -o-pre-wrap;
	/* Opera 7 */
	word-wrap: break-word;
	/* Internet Explorer 5.5+ */
	background: none;
	font-family: inherit;
	border: none;
}