/*=============== Default CSS =====================*/

body {
	background-color: #fff;
	font-family: 'Lato', sans-serif;
	position: relative;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
}

*,
*::after,
*::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.site-wrapper {
	height: 100%;
}

::-ms-clear {
	display: none;
}

html {
	overflow-x: hidden;
}

body {
	max-width: 100%;
	overflow-x: hidden;
}

body[data-rtl="rtl"] {
	direction: rtl;
	text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222222;
	font-weight: 400;
	margin-top: 0;
	line-height: 1.2;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

p:last-child {
	margin-bottom: 0;
}

p {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: 0.56px;
	text-align: justify;
	color: rgb(0 7 39 / 0.5);
	margin: 0;
}

a,
button {
	color: inherit;
	display: inline-block;
	line-height: inherit;
	text-decoration: none;
	cursor: pointer;
}

a,
button,
img,
input,
span {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

*:focus {
	outline: none !important;
}

a:focus {
	color: inherit;
	outline: none;
	text-decoration: none;
}

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

button,
input[type="submit"] {
	cursor: pointer;
}

ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
}

.width-100 {
	width: 100%;
}

.position-absolute {
	position: absolute!important;
}

.float-right {
	float: right !important;
}

a,
a:active,
a:focus {
	text-decoration: none;
	transition-timing-function: ease-in-out;
	-ms-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-duration: .2s;
	-ms-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
}

.heading h2 {
	font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: 1.26px;
	text-align: left;
	color: #000727;
}

.heading-org h2 {
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: 1.26px;
	text-align: center;
	color: #ff8a00;
}

.heading p {
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: 1.26px;
	text-align: left;
	color: #ff8a00;
}

.sec-title .subtitle {
	position: relative;
	font-size: 35px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: 1.26px;
	color: #000727;
	margin-bottom: 0;
}

.sec-title .subtitle span {
	font-weight: 500;
}

.section {
	padding: 100px 0;
}

.section-bottom {
	padding-bottom: 100px;
}

.section-top {
	padding-top: 100px;
}

.sec-title {
	position: relative;
	margin-bottom: 50px;
}

.small-title {
	font-size: 24px!important;
	border-bottom: 1px solid #000;
	display: inline-block;
}

.btn-nav {
	height: 48px;
	border-radius: 27px;
	background-color: #ff8a00;
	width: auto;
	font-weight: 500!important;
	font-size: 15px!important;
	padding: 0px 30px!important;
	color: #fff!important;
	text-align: center;
	border: 2px solid #ff8a00;
	-webkit-transition: 0.6s all ease-in-out;
	-o-transition: 0.6s all ease-in-out;
	transition: 0.6s all ease-in-out;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.btn-nav:hover,
.btn-all:hover {
	border: 2px solid #ff8a00;
	background-color: transparent;
	color: #ff8a00!important;
}

.btn-all {
	height: 60px;
	border-radius: 36px;
	background-color: #ff8a00;
	border: solid 2px #ff8a00;
	width: auto;
	margin:auto;
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: 0.56px;
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: 0.6s all ease-in-out;
	-o-transition: 0.6s all ease-in-out;
	transition: 0.6s all ease-in-out;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.btn-border {
	height: 71px;
	border-radius: 36px;
	border: solid 2px #ff8a00;
	font-size: 20px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: 0.7px;
	text-align: left;
	color: #ff8a00;
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	padding: 0 35px;
	text-transform: uppercase;
	-webkit-transition: 0.6s all ease-in-out;
	-o-transition: 0.6s all ease-in-out;
	transition: 0.6s all ease-in-out;
}

.btn-border:hover {
	background: #ff8a00;
	color: #fff;
}

.btn-border svg #Path_2 {
	stroke: #ff8a00;
	-webkit-transition: 0.6s all ease-in-out;
	-o-transition: 0.6s all ease-in-out;
	transition: 0.6s all ease-in-out;
}

.btn-border:hover svg #Path_2 {
	stroke: #fff;
}

.btn-border-o {
	height: 71px;
	border-radius: 36px;
	border: solid 2px #ff8a00;
	background: #ff8a00;
	font-size: 20px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: 0.7px;
	text-align: left;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	padding: 0 35px;
	text-transform: uppercase;
	-webkit-transition: 0.6s all ease-in-out;
	-o-transition: 0.6s all ease-in-out;
	transition: 0.6s all ease-in-out;
}

.btn-border-o:hover {
	background: transparent;
	color: #ff8a00;
}

.btn-border-o svg #Path_2 {
	stroke: #fff;
	-webkit-transition: 0.6s all ease-in-out;
	-o-transition: 0.6s all ease-in-out;
	transition: 0.6s all ease-in-out;
}

.btn-border-o:hover svg #Path_2 {
	stroke: #ff8a00;
}

.color-o {
	color: #ff8a00!important;
}

.text-b {
	color: #000727!important;
}

.custom-container {
	padding: 0px 180px;
	width: 100%;
}

.form-control:focus {
	box-shadow: none;
}


/*=============== 03. Navbar CSS =====================*/

.navbar {
	border: none;
	-webkit-transition: 0.4s all ease;
	-o-transition: 0.4s all ease;
	transition: 0.4s all ease;
	background: #fff;
	border: none;
	margin: 0px auto;
	padding: 15px 0px;
}

.navbar * {
	-webkit-transition: 0.4s all ease;
	-o-transition: 0.4s all ease;
	transition: 0.4s all ease;
}

.navbar-brand {
	max-width: 190px;
}

.navbar-brand img {
	max-width: 100%;
}

.toggle-menu .nav-item a {
	position: relative;
}

.navbar-light .navbar-nav>.nav-item>a {
	font-size: 15px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: 0.53px;
	text-align: left;
	color: rgb(0 7 39 / 0.5);
	text-transform:uppercase;
}

.nav>li>a {
	padding-right: 0px;
	padding-left: 0px;
}

.navbar-expand-lg .navbar-nav .nav-item {
	margin-left: 60px;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-left: 0px;
	padding-right: 0px;
}

.navbar-light .navbar-nav>.nav-item>a:hover {}

.navbar-light .navbar-nav>.active>a,
.navbar-light .navbar-nav>.active>a:focus,
.navbar-light .navbar-nav>.active>a:hover {
	background-color: transparent;
	color: #000727;
}

.navbar-light .navbar-nav .nav-item:active {
	color: #000727;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
	color: #000727;
}

.navbar-light .navbar-toggler {
	border-color: #000727;
}

.navbar-light .navbar-toggler .icon-bar {
	background-color: #000727;
}

.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
	color: #000727!important;
	background-color: transparent;
}

.nav-white {
	background-color: #fff;
	-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
}

.sticky-top {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1020;
}


/*===============  Hero Section CSS =====================*/

.hero-section {
	height: 100vh;
	background: url(../../images/vip/home-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.hero-section h1 {
	font-size: 70px;
	font-weight: 900;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: 2.45px;
	text-align: left;
	color: #ffffff;
	text-transform: uppercase;
}

.hero-section p {
	font-size: 35px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: 1.33px;
	text-align: left;
	color: rgba(255, 2552, 255, .6);
	text-transform: uppercase;
}

.small-text {
	font-size: 20px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: 0.7px;
	color: rgb(255 255 255 / 0.5);
}

.appointment-inner {
	max-width: 930px;
	margin: 0px auto;
}

.appoint-form-input {
	position: relative;
	margin-bottom: 30px;
}

.appoint-form-input input {
	width: 100%;
	position: relative;
	z-index: 2;
	height: 60px;
	border-radius: 36px;
	border: solid 2px rgb(0 7 39 / 0.2);
	background-color: #ffffff;
	padding: 15px 30px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: 0.56px;
	text-align: left;
	color: rgb(0 7 39 / 0.2);
	text-transform: uppercase;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.c {
	fill: rgb(0 7 39 / 0.2);
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
	border-radius: 36px;
	background-color: #ffffff;
}

.appoint-form-input input:hover,
.appoint-form-input input:focus {
	border: solid 2px #ff8a00;
	background-color: #ffffff;
	color: #ff8a00;
}

.appoint-form-input input:hover .c,
.appoint-form-input input:focus .c {
	fill: #ff8a00!important;
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #f2f2f2;
	opacity: 1;
}

.input-group-addon {
	position: absolute;
	right: 25px;
	z-index: 2;
	top: 17px;
	cursor: pointer;
}

.bootstrap-select {
	height: 60px;
	background-color: #f5f8ff;
	border-radius: 15px;
}

.bootstrap-select .btn-light {
	color: #212529;
	background-color: transparent;
	border-color: transparent;
	padding: 15px 30px;
	font-size: 16px;
	color: #061e53;
	font-weight: 500;
	text-transform: uppercase;
}

.dropdown-toggle::after {
	content: url('../../images/d-arrow.png');
	border: none;
	margin-left: -15px;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
	color: #212529;
	background-color: transparent;
	border-color: transparent;
}

.appoint-form-input input::-webkit-input-placeholder {
	color: rgb(0 7 39 / 0.2);
}

.appoint-form-input input::-moz-placeholder {
	color: rgb(0 7 39 / 0.2);
}

.appoint-form-input input:-ms-input-placeholder {
	color: rgb(0 7 39 / 0.2);
}

.appoint-form-input input::-ms-input-placeholder {
	color: rgb(0 7 39 / 0.2);
}

.appoint-form-input input::placeholder {
	color: rgb(0 7 39 / 0.2);
}

.hero-input-full {
	width: 100%;
}

.hero-image {
	position: relative;
}

.logo-list {
	background: #fff;
	padding: 10px;
}

.logo-list li {
	margin: 10px 5px;
}


/*================== about css ===================*/

.about-section {
	background: url(../../images/vip/about-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.about-inner {
	position: relative;
	z-index: 3;
}

.about-detail b {
	color: #000727;
}


/*================ commitment css ==================*/

.service-item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding: 30px;
	cursor: pointer;
	background: transparent;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	text-align: center;
}

.service-item h4 {
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: 0.56px;
	text-align: center;
	color: #000727;
	text-transform: uppercase;
	margin-top: 50px;
}


/*===============review css ====================*/

.review-item {
	margin: 35px 20px;
}

.our-review-section {
	background: url(../../images/vip/our-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.review-box {
	position: relative;
	border: none;
	height: 293px;
	border-radius: 15px;
	box-shadow: -8px 0 33px 0 rgba(255, 255, 255, 0.22);
	background-color: #000727;
	padding: 50px;
	cursor: pointer;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	opacity: 0.5;
}

.slick-current .review-box {
	height: 353px;
	width: 690px;
	margin: 0 auto;
	border-radius: 15px;
	box-shadow: none;
	background-color: #ffffff;
	box-shadow: 0 0 42px 0 rgba(255, 255, 255, 0.44);
	opacity: 1;
}

.slick-track {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.slick-arrow-left,
.slick-arrow-right {
	padding: 0;
	background-color: transparent;
	border: none;
	z-index: 100;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.slick-arrow-left {
	float: left;
	transform: translate(100px, -210px);
	z-index: 10;
	position: relative;
}

.slick-arrow-right {
	float: right;
	transform: translate(-100px, -210px);
	z-index: 10;
	position: relative;
}

.slick-current .review-detail p {
	color: rgb(0 7 39 / 0.5);
}

.review-detail p {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.69;
	letter-spacing: 0.56px;
	text-align: left;
	color: rgb(255 255 255 / 0.6);
	margin: 0;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.review-text {
	font-size: 25px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.16;
	letter-spacing: 0.88px;
	text-align: left;
	color: #ff8a00;
	margin-bottom: 10px;
}

.slick-current .review-b {
	color: #000727;
}

.review-b {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.61;
	letter-spacing: 0.63px;
	text-align: left;
	color: rgb(255 255 255 / 0.6);
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.r-inner {
	margin-bottom: 40px;
}
.r-inner img{
	width:80px;
	border-radius:7px;
}

.quote-img {
	position: absolute;
	right: 40px;
	top: 0;
}
.h-img{
	width:250px;
}

/*-----------------------*/

.our-service-right {
	border-left: solid 1px rgb(255 138 0 / 0.3)
}

.list-first {
	background: #03153b;
	padding: 10px!important;
	border-radius: 10px 10px 0 0;
	font-size: 22px!important;
	text-align: center;
}

.city-list li {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.39;
	letter-spacing: 0.63px;
	text-align: left;
	color: #000727;
	margin-bottom: 8px;
	width: 180px;
}


/*contact css*/

.contact-section {
	background-color: rgba(0, 7, 39, 0.2);
}

.contact-main-container,
.contact-section {
	position: relative;
}

.contact-inner {
	position: relative;
	border-radius: 15px;
	background-color: #000727;
	padding: 80px;
}


/*============== contact css=====================*/

.social-area {
	position: relative;
}

.con-box {
	width: 328px;
	height: 168px;
	border-radius: 12px;
	background-color: rgb(255 138 0 / 0.9);
	margin: 0 auto;
}

.add-list {
	margin-bottom: 30px;
	position: relative;
}

.add-title {
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: 0.7px;
	text-align: left;
	color: #ffffff;
}

.add-title span {
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 2.2;
	letter-spacing: 0.7px;
	text-align: left;
	color: #ffa133;
}

.add-img {
	width: 60px;
	background: #ecf2ff;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0px auto 20px;
}

.social-list li a {
	border: 1px solid #fff;
	width: 47px;
	height: 47px;
	border-radius: 10px;
	background-color: #ffffff;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	background: #fff;
}

.social-list li svg {
	fill: #fff;
}

.social-list li a:hover {
	background: transparent;
}

.social-list li a svg path {
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.social-list li a:hover svg path {
	fill: #fff;
}


/*===============  Footer CSS =====================*/

.footer-main-container {
	background-color: #000727;
}

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

.foot-text {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: 0.7px;
	text-align: left;
	color: #ffffff;
}

.error-msg {
	font-size: 18px;
	color: #2bca81;
	text-align: center;
	padding: 10px 0;
}

.Hire-section {
	background-color: #fffaf3;
}

.apply-inner {
	background: #fff;
	padding: 50px;
}

.select-hidden {
	display: none;
	visibility: hidden;
	padding-right: 10px;
}

.floatLabel {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: 0.56px;
	text-align: left;
	color: rgb(0 7 39 / 0.5);
	text-transform: uppercase;
}

.select-styled {
	position: relative;
	display: flex;
	align-items: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 0px!important;
	width: 100%;
	z-index: 2;
	height: 60px;
	border-radius: 36px;
	border: solid 2px rgb(0 7 39 / 0.2);
	background-color: #ffffff;
	padding: 15px 30px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: 0.56px;
	text-align: left;
	color: rgb(0 7 39 / 0.2);
	text-transform: uppercase;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.select-styled.active {
	background-color: rgb(255 161 51 / 0.3);
	border: solid 2px rgb(255 161 51 / 0);
	color: rgb(0 7 39 / 1);
}

.select-styled:after {
	content: "";
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-color: rgb(0 7 39 / 0.2) transparent transparent transparent;
	position: absolute;
	right: 30px;
}

.select-styled.active:after {
	border-color: rgb(0 7 39 / 1) transparent transparent transparent;
}

.select-options {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 999;
	margin: 0;
	padding: 0;
	list-style: none;
	border-radius: 5px;
	border: solid 1px rgb(0 7 39 / 0.2);
	background-color: #ffffff;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.select-options li {
	position: relative;
	display: block;
	padding: 15px 20px;
	border-bottom: 1px rgb(0 7 39 / 0.2);
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: 0.56px;
	text-align: left;
	color: rgb(0 7 39 / 0.5);
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.select-options li:hover {
	color: #000;
}

.select-options li[rel="hide"] {
	display: none;
}