/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
	/* font-family: "Open Sans", sans-serif; */
	font-family: "Wix Madefor Text", sans-serif;
	color: #2d2727;
	font-size: 16px;
}

a {
	color: #fff;
	text-decoration: none;
}

.btnsubmit,
.btnsubmit:hover {
	background: #D14200;
	color: #fff;
}

a:hover {
	color: #D14200;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	/* font-family: "Jost", sans-serif; */
	font-family: "Wix Madefor Text", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 996;
	background: #D14200;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.back-to-top i {
	font-size: 24px;
	color: #fff;
	line-height: 0;
}

.back-to-top:hover {
	background: #6bc1e9;
	color: #fff;
}

.back-to-top.active {
	visibility: visible;
	opacity: 1;
}

/*# Header --------------------------------------------------------------*/
#header {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 997;
	padding: 0px 0;
	background: #fff;
	border-bottom: 1px solid #e7d7dd;
}

#header.header-scrolled,
#header.header-inner-pages {
	background: rgba(231, 231, 231, 0.9);
}

header#header .container-fluid.d-flex.align-items-center {
	padding: 0px 50px;
}

#header .logo {
	font-size: 30px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#header .logo a {
	color: #fff;
}


/*----------# Navigation Menu ----------------------------------------------------*/
/*** Desktop Navigation */
/* .navbar {
	padding: 0;
}

.navbar ul {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.navbar li {
	position: relative;
}

.navbar a,
.navbar a:focus {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px 0 10px 30px;
	font-size: 15px;
	font-weight: 500;
	color: #000;
	white-space: nowrap;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
	font-size: 12px;
	line-height: 0;
	margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
	color: #D14200;
}

.navbar .getstarted,
.navbar .getstarted:focus {
	padding: 8px 20px;
	margin-left: 30px;
	border-radius: 50px;
	color: #fff;
	font-size: 14px;
	border: 2px solid #D14200;
	font-weight: 600;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
	color: #fff;
	background: #31a9e1;
}

.navbar .dropdown ul {
	display: block;
	position: absolute;
	left: 14px;
	top: calc(100% + 30px);
	margin: 0;
	padding: 10px 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	-webkit-box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border-radius: 4px;
}

.navbar .dropdown ul li {
	min-width: 200px;
}

.navbar .dropdown ul a {
	padding: 10px 20px;
	font-size: 14px;
	text-transform: none;
	font-weight: 500;
	color: #0c3c53;
}

.navbar .dropdown ul a i {
	font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
	color: #D14200;
}

.navbar .dropdown:hover>ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}

.navbar .dropdown .dropdown ul {
	top: 0;
	left: calc(100% - 30px);
	visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
	opacity: 1;
	top: 0;
	left: 100%;
	visibility: visible;
}

@media (max-width: 1366px) {
	.navbar .dropdown .dropdown ul {
		left: -90%;
	}

	.navbar .dropdown .dropdown:hover>ul {
		left: -100%;
	}
}

/*** Mobile Navigation */
.mobile-nav-toggle {
	color: #000;
	font-size: 28px;
	cursor: pointer;
	/* display: none; */
	line-height: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.navbar-mobile {
	transition: right 0.3s ease-in-out !important;
}

h1.display-5.fw-bold.text-white {
	font-weight: 600 !important;
}

h3.mb-4,
h6.mb-4 {
	color: #2d2727;
}

h6.mb-4 {
	font-weight: 600;
}

a.btn.btn-light.mt-3 {
	padding: 9px 25px;
	border-radius: 25px;
}

.mobile-nav-toggle.bi-x {
	color: #fff;
}

/* .navbar ul {
	display: none;
} */

@media (max-width: 991px) {
	.mobile-nav-toggle {
		display: block;
	}

	/* .navbar ul {
		display: none;
	} */
}

.navbar-mobile {
	position: fixed;
	overflow: hidden;
	top: 0;
	right: 0;
	bottom: 0;
	background: #2D2727;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	z-index: 999;
	width: 20%;
}

.navbar li {
	display: flex;
	justify-content: center;
}

.navbar-mobile .mobile-nav-toggle {
	position: absolute;
	top: 15px;
	right: 15px;
}

.navbar-mobile ul {
	display: block;
	position: absolute;
	top: 55px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	padding: 10px 0;
	border-radius: 10px;
	background-color: #2D2727;
	overflow-y: auto;
	-webkit-transition: 0.9s;
	transition: 0.9s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
	padding: 10px 20px;
	font-size: 15px;
	color: #fff;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
	color: #D14200;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
	margin: 15px;
	color: #37517e;
}

.navbar-mobile .dropdown ul {
	position: static;
	display: none;
	margin: 10px 20px;
	padding: 10px 0;
	z-index: 99;
	opacity: 1;
	visibility: visible;
	background: #fff;
	-webkit-box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
	min-width: 200px;
}

.navbar-mobile .dropdown ul a {
	padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
	font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
	color: #D14200;
}

.navbar-mobile .dropdown>.dropdown-active {
	display: block;
}
 */


/*-----------# Sections General --------------------------*/
section {
	padding: 100px 0;
	overflow: hidden;
}

.section-bg {
	background-color: #efefef;
}

.section-title h2 {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 20px;
	position: relative;
	color: #000;
	font-size: 1.875rem;
	line-height: 1.35em;
}

.section-title h5 {
	font-size: 1.2rem;
	line-height: 1.2em;
	font-weight: 700;
	color: #000;
}

.uael-separator {
	line-height: 0;
}

.separator {
	border-top-style: solid;
	display: inline-block;
	border-top-color: #141A2A;
	border-top-width: 1px;
	width: 25%;
	margin: 0 0 28px;
}

.section-title p {
	margin-bottom: 0;
}

.about-hero-left h6 {
	font-weight: 700;
	letter-spacing: 1px;
}

.row.featuresdiv h6 {
	font-weight: 700;
	margin-bottom: 20px;
}

.row.featuresdiv {
	display: block;
	width: -webkit-fill-available;
}

/*--------# Footer --------------------------------------*/
#footer {
	font-size: 14px;
	background: #37517e;
}

#footer .footer-newsletter {
	padding: 50px 0;
	background: #f3f5fa;
	text-align: center;
	font-size: 15px;
	color: #2d2727;
}

#footer .footer-newsletter h4 {
	font-size: 24px;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 1;
	font-weight: 600;
	color: #37517e;
}

#footer .footer-newsletter form {
	margin-top: 30px;
	background: #fff;
	padding: 6px 10px;
	position: relative;
	border-radius: 50px;
	-webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
	text-align: left;
}

#footer .footer-newsletter form input[type=email] {
	border: 0;
	padding: 4px 8px;
	width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border: 0;
	background: none;
	font-size: 16px;
	padding: 0 20px;
	background: #D14200;
	color: #fff;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border-radius: 50px;
	-webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
	background: #209dd8;
}

#footer .footer-top {
	padding: 10px 15px;
}

#footer .footer-top .footer-contact {
	margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
	font-size: 28px;
	margin: 0 0 10px 0;
	padding: 2px 0 2px 0;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 600;
	color: #37517e;
}

#footer .footer-top .footer-contact p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	/* font-family: "Jost", sans-serif; */
	font-family: "Wix Madefor Text", sans-serif;
	color: #5e5e5e;
}

#footer .footer-top h4 {
	font-size: 16px;
	font-weight: bold;
	color: #37517e;
	position: relative;
	padding-bottom: 12px;
}

#footer .footer-top .footer-links {
	margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer .footer-top .footer-links ul i {
	padding-right: 2px;
	color: #D14200;
	font-size: 18px;
	line-height: 1;
}

#footer .footer-top .footer-links ul li {
	padding: 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
	padding-top: 0;
}

#footer .footer-top .footer-links ul a {
	color: #777777;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	display: inline-block;
	line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
	text-decoration: none;
	color: #D14200;
}

#footer .footer-top .social-links a {
	font-size: 18px;
	display: inline-block;
	background: #D14200;
	color: #fff;
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
	background: #209dd8;
	color: #fff;
	text-decoration: none;
}

#footer .footer-bottom {
	padding: 10px 0;
	color: #fff;
}

#footer .copyright {
	float: left;
}

#footer .credits {
	float: right;
	font-size: 13px;
}

#footer .credits a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

/*** slick slider common css ***/

.slick-arrow {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
}

.slick-arrow.slick-next {
	left: auto;
	right: 0;
}

/*** slick slider common css ***/
.commonBtn {
	padding: 10px 30px;
	display: inline-flex;
	justify-content: center;
	gap: 5px;
	align-items: center;
	background-color: #141A2A;
	transition: all 0.2s;
	text-transform: uppercase;
	color: #fff;
	font-size: 0.875rem;
	border: 0;
	border-radius: 4px;
}

.commonBtn:hover {
	color: #fff;
	background-color: #3a3a3a;
	border-color: #3a3a3a;
}

/*** form css ***/
label {
	font-weight: 700;
	color: #000;
	margin-bottom: 5px;
}

.form-control {
	color: #666;
	border-color: #dddddd;
	padding: 0.50rem 0.75rem;
	border-radius: 4px;
}

#footer {
	background: #fff;
	color: #000;
	border: 1px solid #e7d7dd;
}
#footer a{
	color: #000;
}


.disclaimer h3 {
	color: #ECECEC;
	font-size: 15px;
}

.disclaimer p {
	color: #ECECEC;
	font-size: 10px;
}

.fixedMbBtn {
	position: fixed;
	bottom: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000;
	color: #fff;
	z-index: 99;
}

.fixedMbBtn a {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 7px 5px;
	color: #fff;
}

.fixedMbBtn a:nth-child(1) {
	border-right: 1px solid #fff;
}



.hero {
	position: relative;
	 /* height: 80vh; */
	min-height: 400px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 100px 0;
}

.hero-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	/* height: 100vh; */
	object-fit: cover;
	z-index: 1;
}

.hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 2;
}

.hero .container-fluid {
	z-index: 3;
	position: relative;
}

.whatsapp-float {
	position: fixed;
	right: 0rem;
	bottom: 4rem;
	z-index: 4;
}

.partner .col-md-4,
.contact .col-md-4 {
	display: inline-grid;
	align-content: center;
}

.partner .col-md-9,
.contact .col-md-9 {
	padding: 0 50px;
}

div#banner-lottie {
	height: 600px !important;
}

a.back-to-top.active {
	text-align: center;
	padding-top: 8px;
}

a.whatsapp-float p {
	text-align: center;
	font-size: 11px;
	font-weight: 600;
	margin-bottom: 0;
	background: #000;
	border: 1px solid #fff;
	color: #fff;
	padding: 5px;
	line-height: 1;
}

.up-down img {
	animation: pulse 1.5s infinite;
	transition: transform 0.3s ease-in-out;
	width: 72px;
	/* animation: up-down linear 3s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: up-down linear 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: up-down linear 3s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: up-down linear 3s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: up-down linear 3s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%; */
}

section.aboutfeatures .container-fluid {
	display: flex;
	/* justify-content: space-evenly; */
	align-items: center;
}

@keyframes pulse {
	0% {
		transform: scale(1);
		opacity: 1;
	}

	50% {
		transform: scale(1.1);
		opacity: 0.7;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes up-down {
	0% {
		transform: translate(1px, 20px);
	}

	24% {
		transform: translate(1px, 30px);
	}

	50% {
		transform: translate(1px, 12px);
	}

	74% {
		transform: translate(1px, 22px);
	}

	100% {
		transform: translate(1px, 22px);
	}
}

@-moz-keyframes up-down {
	0% {
		-moz-transform: translate(1px, 20px);
	}

	24% {
		-moz-transform: translate(1px, 30px);
	}

	50% {
		-moz-transform: translate(1px, 12px);
	}

	74% {
		-moz-transform: translate(1px, 22px);
	}

	100% {
		-moz-transform: translate(1px, 22px);
	}
}

@-webkit-keyframes up-down {
	0% {
		-webkit-transform: translate(1px, 20px);
	}

	24% {
		-webkit-transform: translate(1px, 30px);
	}

	50% {
		-webkit-transform: translate(1px, 12px);
	}

	74% {
		-webkit-transform: translate(1px, 22px);
	}

	100% {
		-webkit-transform: translate(1px, 22px);
	}
}

@-o-keyframes up-down {
	0% {
		-o-transform: translate(1px, 20px);
	}

	24% {
		-o-transform: translate(1px, 30px);
	}

	50% {
		-o-transform: translate(1px, 12px);
	}

	74% {
		-o-transform: translate(1px, 22px);
	}

	100% {
		-o-transform: translate(1px, 22px);
	}
}

@-ms-keyframes up-down {
	0% {
		-ms-transform: translate(1px, 20px);
	}

	24% {
		-ms-transform: translate(1px, 30px);
	}

	50% {
		-ms-transform: translate(1px, 12px);
	}

	74% {
		-ms-transform: translate(1px, 22px);
	}

	100% {
		-ms-transform: translate(1px, 22px);
	}
}

/* Extra styles for this page */
.about-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 24px 32px 0 32px;
	border-bottom: 1px solid #eee;
}

.about-logo {
	display: flex;
	align-items: center;
	gap: 10px;
}

.about-logo img {
	height: 40px;
}

.about-menu {
	font-size: 2rem;
	cursor: pointer;
}

.about-hero {
	display: flex;
	flex-wrap: wrap;
	padding: 80px 100px 0px 100px;
	min-height: 320px;
}

.about-hero-left {
	flex: 1 1 300px;
	margin-right: 32px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-right: 1px solid #e7d7dd;
}

.about-hero-right {
	flex: 1 1 300px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding: 50px 0px;
}

.about-hero-right img {
	max-width: 100%;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.aboutrightside {
	height: 600px;
}

.about-banner {
	width: 100%;
	height: 120px;
	background: linear-gradient(90deg, #e0f7fa 0%, #fffde7 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.about-banner .discount-icon {
	position: absolute;
	font-size: 2.5rem;
	color: #ffb300;
	opacity: 0.8;
	animation: float 6s infinite linear;
}

.about-banner .discount-icon:nth-child(1) {
	left: 10%;
	top: 30%;
	animation-delay: 0s;
}

.about-banner .discount-icon:nth-child(2) {
	left: 30%;
	top: 10%;
	animation-delay: 1s;
}

.about-banner .discount-icon:nth-child(3) {
	left: 50%;
	top: 40%;
	animation-delay: 2s;
}

section.aboutfeatures,
section.discountimage {
	padding: 0px 0;
}

.about-banner .discount-icon:nth-child(4) {
	left: 70%;
	top: 20%;
	animation-delay: 3s;
}

.about-banner .discount-icon:nth-child(5) {
	left: 85%;
	top: 35%;
	animation-delay: 4s;
}

@keyframes float {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-20px);
	}

	100% {
		transform: translateY(0);
	}
}

.about-features {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 0;
	margin: 0 0 32px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.about-feature {
	padding: 40px 32px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.about-feature:nth-child(2n) {
	border-right: none;
}

.about-feature:nth-child(n+3) {
	border-bottom: none;
}

.about-feature h5 {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 8px;
	letter-spacing: 1px;
}

.about-feature p {
	font-size: 0.98rem;
	color: #444;
}

.about-feature .bi,
.about-feature .bx {
	font-size: 2rem;
	margin-bottom: 12px;
	color: #ffb300;
}

.about-why {
	grid-row: 1 / span 2;
	grid-column: 1 / 2;
	background: #fafafa;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 40px 32px;
	border-right: 1px solid #eee;
}

.about-why h4 {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 12px;
}

.about-why small {
	color: #888;
	font-weight: 600;
	letter-spacing: 1px;
}

.about-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 32px;
	font-size: 0.95rem;
	background: #fff;
	border-top: 1px solid #eee;
}

.about-footer a {
	color: #222;
	text-decoration: underline;
	margin-left: 16px;
}

.about-footer .back-to-top {
	font-weight: 700;
}

.featuresdiv {
	
	padding: 100px 100px 100px 60px;
	/* border-top: 1px solid #000; */
}

section.discountimage {
	    margin-bottom: 5px;
}
section.aboutfeatures{
	border-top: 1px solid #e7d7dd;
}

.featuresdivone,
.featuresdivtwo,
.featuresdivthree,
.featuresdivfour {
	padding: 30px 30px;
	border: 1px solid #e7d7dd;
}

section.aboutfeatures i.bi {
	font-size: 35px;
}

.whatsappdesk {
	display: block;
}

.whatsappmob {
	display: none;
}

i.bi.bi-whatsapp.me-2 {
	font-size: 30px;
}

section.hero.position-relative .container-fluid.h-100.d-flex.align-items-center {
	padding: 0px 50px;
}

section.about-hero.container-fluid h2 {
    font-size: 2rem;
}
section.aboutfeatures h3 {
    font-size: 2rem;
	line-height: 1.5;
}
section.hero h1 {
    font-size: 2.8rem;
}

.featuresdivone h5, .featuresdivtwo h5, .featuresdivthree h5, .featuresdivfour h5{
	    margin-top: 20px;
}
/* Sidebar base style */
.sidebar {
    position: fixed;
    top: 0;
    right: -300px; /* Hidden off-screen */
    width: 300px;
    height: 100%;
    background: #2D2727;
    box-shadow: -2px 0 10px rgba(0,0,0,0.1);
    transition: right 0.9s ease;
    z-index: 9999; /* high enough */
    pointer-events: auto;
    padding: 60px 20px 20px;
	color: #fff;
}

/* When active */
.sidebar.active {
    right: 0;
}

/* Close button inside sidebar */
.sidebar .close-btn {
    position: absolute;
    top: 15px;
    right: 38px;
    font-size: 28px;
    cursor: pointer;
}
nav.navbar ul {
    padding-left: 0px;
}
.navbar li {
    padding-top: 20px;
}
nav.navbar {
    display: flex;
    justify-content: center;
}
.sidebar-nav {
    display: block;
}

.sidebar-nav ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.sidebar-nav li {
    padding-top: 20px;
	text-align:center;
}

.sidebar-nav a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    display: block;
}
body.sidebar-open {
    overflow: hidden;
}

 /* .dropdown-arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 14px;
  color: #555;
}  */
 select.form-control {
  appearance: none; 
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.5rem;
  padding-right: 2.5rem; 
} 

h3.subheading {
	font-size: 2rem;
    line-height: 1.5;
	font-weight: 500;
}