html {
	overflow-y: scroll;
	scroll-behavior: smooth;
}

body {
	font-family:
		"Open Sans",
		"Segoe UI",
		system-ui,
		-apple-system,
		sans-serif;
	line-height: 1.6;
	color: #3a3a3a;
	font-size: 0.94rem;
}

.main-nav {
	font-size: 15px;
	border-bottom: 1px solid #607d8b85;
}

.hero-slider {
	padding-top: 75px;
}

.feature-icon {
	width: 4rem;
	height: 4rem;
	border-radius: 2rem;
}

.content-section {
	padding: 50px 0;
}

.content-section:nth-child(even) {
	background-color: #f8f9fa;
}

.btn-margin {
	padding: 0.8rem 1.5rem !important;
	transition: 0.25s;
}
.text-small-2 {
	font-size: 13px;
}
.text-small-1 {
	font-size: 12px;
}

footer {
	font-size: 0.87rem;
	color: #e7e7e7 !important;
}
footer a {
	text-decoration: none;
	color: #a1a1a1 !important;
}
footer a:hover {
	text-decoration: underline;
	color: #dadada !important;
}

@media (max-width: 1199px) {
	.cta-demoprod {
		transform: rotate(90deg);
	}
}

#to-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 9999;
	width: 45px;
	height: 45px;
	border-radius: 3px;
	background-color: rgba(0, 0, 0, 0.5);
	text-align: center;
	font-size: 20px;
	line-height: 45px;
	color: #fff;
	border: solid 1px rgba(255, 255, 255, 0.25);
}

html[dir="rtl"] body {
	text-align: right;
}

html[dir="rtl"] .navbar-brand,
html[dir="rtl"] .nav-link,
html[dir="rtl"] .breadcrumb,
html[dir="rtl"] .content-section p,
html[dir="rtl"] .content-section li,
html[dir="rtl"] .content-section h1,
html[dir="rtl"] .content-section h2,
html[dir="rtl"] .content-section h3,
html[dir="rtl"] .content-section h4,
html[dir="rtl"] .content-section h5,
html[dir="rtl"] .content-section h6,
html[dir="rtl"] .lead,
html[dir="rtl"] .small {
	text-align: right;
}

html[dir="rtl"] .navbar-nav.ms-auto {
	margin-left: 0 !important;
	margin-right: auto !important;
}

html[dir="rtl"] .dropdown-menu {
	text-align: right;
}

html[dir="rtl"] .breadcrumb {
	justify-content: flex-end;
}

html[dir="rtl"] .breadcrumb-item + .breadcrumb-item::before {
	float: right;
	padding-left: var(--bs-breadcrumb-item-padding-x);
	padding-right: 0;
}

html[dir="rtl"] #to-top {
	left: 30px;
	right: auto;
}

@media (max-width: 425px) {
	.navbar-brand {
		font-size: 15px;
	}
}