body {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: var(--whiteColor);
	font-family: 'Poppins', sans-serif;
	overflow-x:hidden;
}
a {
	-webkit-transition: var(--transition);
	transition: var(--transition);
	color: var(--blackColor);
	text-decoration: none;
	outline: 0 !important;
}
a:hover {
	color: #ff7e22;
	text-decoration: none;
}
:focus {
	outline: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
img {
	max-width: 100%;
	height: auto;
}
p {
	color: var(--paragraphColor);
	font-size: var(--fontSize);
	margin-bottom: 15px;
	line-height: 1.8;
	font-family: 'Poppins', sans-serif;
}
p:last-child {
	margin-bottom: 0;
}
.section-content {
	margin-top: 40px;
}
.sticky {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	background: #ffffff !important;
	z-index: 99999 !important;
	padding: 0px;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
	-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.bg-f9faff {
	background-color: #f9faff;
}
.bg-mainColor {
	background-color: var(--mainColor);
}
.bg-000000 {
	background-color: #00000d;
}
.rs {
	margin-top: -10px;
}
.nice-select {
	border: 0px;
	background-color: transparent;
	height: auto;
	width: 100%;
	line-height: unset;
	font-size: var(--fontSize);
	font-family: var(--fontFamily2);
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 15px;
}
.nice-select .selected {
	color: var(--mainColor);
}
.nice-select .list {
	width: 100%;
	z-index: 9999;
}
a.meanmenu-reveal {
	display: none;
}
.mean-container .mean-bar {
	float: left;
	width: 100%;
	position: absolute;
	background: transparent;
	padding: 20px 0 0;
	z-index: 999;
	height: 60px;
	text-transform: capitalize;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.mean-container a.meanmenu-reveal {
	width: 35px;
	height: 30px;
	padding: 12px 15px 0 0;
	position: absolute;
	right: 0;
	top: 50%;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: var(--mainColor);
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-weight: 700;
}
.mean-container a.meanmenu-reveal span {
	display: block;
	background: var(--fix-whiteColor);
	height: 4px;
	margin-top: 5px;
	border-radius: 3px;
}
.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: var(--whiteColor);
	margin-top: 64px;
}
.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	border: none;
	list-style-type: none;
}
.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}
.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 1em 5%;
	margin: 0;
	text-align: left;
	color: #677294;
	border-top: 1px solid #dbeefd;
	text-decoration: none;
	text-transform: capitalize;
}
.mean-container .mean-nav ul li a:hover {
	background: var(--whiteColor);
}
.mean-container .mean-nav ul li a.active {
	color: var(--whiteColor);
}
.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 1em 10%;
	color: #677294;
	border-top: 1px solid #dbeefd;
	opacity: 1;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
	text-transform: none;
	font-size: 14px;
	text-transform: capitalize;
}
.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}
.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 3px;
	width: 100%;
	height: 24px;
	padding: 12px !important;
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: transparent !important;
	border: none !important;
}
.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}
.mean-container .mean-nav .navbar-nav {
	overflow-y: scroll;
	height: 340px;
}
.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}
.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}
.mean-nav .dropdown-toggle::after {
	display: none;
}
.mean-remove {
	display: none !important;
}
.mobile-nav {
	display: none;
	position: relative;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
	background-color: var(--whiteColor);
	color: var(--blackColor);
}
.btn-primary, .btn-primary:active {
	background-color: var(--whiteColor) !important;
	color: var(--blackColor) !important;
	border-color: var(--blackColor) !important;
}
.mobile-nav.mean-container .mean-nav ul li a.active {
	color: var(--mainColor);
}
.main-nav {
	background-color: transparent;
	padding: 10px 0px;
}
.main-nav nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.main-nav nav .navbar-nav {
	margin-left: auto;
	margin-right: 0px;
}
.main-nav nav .navbar-nav .nav-item {
	position: relative;
	padding: 15px 0;
}
.main-nav nav .navbar-nav .nav-item a {
	padding: 0;
	-webkit-transition: .5s;
	transition: .5s;
	position: relative;
	color: var(--blackColor);
	font-size: 14px;
	font-weight: 600;
	font-family: var(--fontFamily2);
	margin-left: 10px;
	margin-right: 10px;
}
.main-nav nav .navbar-nav .nav-item a i {
	right: 0;
	top: 6px;
	font-size: 12px;
	position: absolute;
}
.main-nav nav .navbar-nav .nav-item a:hover {
	color: var(--mainColor);
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.main-nav nav .navbar-nav .nav-item a::after {
	display: none;
}
.main-nav nav .navbar-nav .nav-item a.dropdown-toggle {
	padding-right: 0px;
}
.main-nav nav .navbar-nav .nav-item a.active {
	color: var(--mainColor);
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.main-nav nav .navbar-nav .nav-item:hover a {
	color: var(--mainColor);
}
.main-nav nav .navbar-nav .nav-item:hover ul {
	opacity: 1;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	visibility: visible;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu {
	left: 0;
	top: 60px;
	opacity: 0;
	z-index: 99;
	width: 200px;
	border: none;
	display: block;
	border-radius: 0px;
	visibility: hidden;
	position: absolute;
	-webkit-transform: rotateX(-20deg);
	transform: rotateX(-20deg);
	-webkit-transform-origin: top;
	transform-origin: top;
	background: var(--whiteColor);
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
	position: relative;
	padding: 0;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
	margin: 0;
	display: block;
	padding: 7px 20px;
	color: var(--blackColor);
	border-bottom: 1px dashed transparent;
	font-size: 15px;
	font-weight: 600;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
	top: 50%;
	position: absolute;
	right: 10px !important;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
	content: '+';
	font-size: 0px;
	color: var(--mainColor);
	-webkit-transition: .2s ease;
	transition: .2s ease;
	position: absolute;
	top: 50%;
	left: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 99;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
	color: var(--mainColor);
	padding-left: 25px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active::before {
	font-size: 15px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
	position: absolute;
	left: 101%;
	top: 0;
	opacity: 0 !important;
	visibility: hidden !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
	top: 20px;
	left: 100%;
	position: absolute;
	opacity: 0 !important;
	visibility: hidden !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
	color: var(--blackColor);
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
	color: var(--mainColor);
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
	opacity: 1 !important;
	visibility: visible !important;
	top: -5px !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu li:hover .dropdown-menu {
	opacity: 1 !important;
	visibility: visible !important;
	top: -5px !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
	color: var(--mainColor);
}
.main-nav nav .navbar-nav .nav-item:last-child .dropdown-menu {
	left: auto;
	right: 0;
}
.navbar-light .navbar-brand {
	color: var(--mainColor);
	font-weight: bold;
	text-transform: uppercase;
}
.navbar-light .navbar-brand:hover {
	color: var(--mainColor);
	font-weight: bold;
	text-transform: uppercase;
}
.mean-container .mean-bar {
	position: relative;
}
.mobile-nav .menu-sidebar-small-device {
	display: none;
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	top: 15px;
	right: 47px;
}
.mobile-nav .menu-sidebar-small-device .uni-button {
	padding: 5px 10px;
}
.mobile-nav .call-button {
	top: 7px;
}
.menu-sidebar {
	margin-bottom: -7px;
}
.header-area {
	position: relative;
	z-index: 999;
	border-radius: 10px;
	margin: 0px auto;
	max-width: 1380px;
	background-color: var(--whiteColor);
}
.header-area-2 {
	max-width: 100%;
	border-radius: 0px;
	-webkit-box-shadow: 0px 5px 10px -5px #d6d6d6;
	box-shadow: 0px 5px 10px -5px #d6d6d6;
}
.menu-small-device {
	display: none;
	position: absolute;
	right: 80px;
	top: 14px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.menu-small-device li {
	list-style: none;
	display: inline-block;
}
.header-area2 .main-nav nav .navbar-nav .nav-item .dropdown-menu {
	top: 69px;
}
.menu-sidebar-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.menu-sidebar-1 ul {
	margin-bottom: -5px;
}
.menu-sidebar-1 .input-group {
	max-width: 200px;
	margin-right: 15px;
	margin-top: -5px;
	border-bottom: 1px solid #eeeeee;
	font-family: var(--fontFamily2);
}
.menu-sidebar-1 .input-group .form-control {
	padding: 10px 10px 5px 10px;
	border: 0px;
}
 .menu-sidebar-1 .input-group .form-control::-webkit-input-placeholder {
 font-size: 14px;
}
 .menu-sidebar-1 .input-group .form-control:-ms-input-placeholder {
 font-size: 14px;
}
 .menu-sidebar-1 .input-group .form-control::-ms-input-placeholder {
 font-size: 14px;
}
 .menu-sidebar-1 .input-group .form-control::placeholder {
 font-size: 14px;
}
.menu-sidebar-1 .input-group .input-group-text {
	border: 0px;
	padding: 0px 0px 0px 5px;
	color: var(--paragraphColor);
	background-color: transparent;
}
.menu-sidebar-1 .input-group .input-group-text i {
	position: relative;
	margin-bottom: -7px;
}
.menu-sidebar-1 .call-button {
	display: inline-block;
	margin-left: 20px;
	padding-left: 35px;
	position: relative;
}
.menu-sidebar-1 .call-button i {
	font-size: 25px;
	color: var(--mainColor);
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.menu-sidebar-1 .call-button p {
	margin-bottom: 0px;
	line-height: 1.4;
}
.menu-sidebar-1 .call-button p span {
	color: var(--mainColor);
}
.menu-sidebar-1 .call-button a {
	font-size: 14px;
	font-family: var(--fontFamily);
}
.menu-sidebar-1 .default-button-3 {
	margin-bottom: 8px;
}


/*================================================
Header Responsive Area CSS
=================================================*/
@media only screen and (max-width: 767px) {
.topbar-right-side {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: block;
}
.topbar-left-side {
	text-align: center;
}
.topbar-left-side ul li {
	margin-right: 7px;
	margin-left: 7px;
}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
.topbar-right-side {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.topbar-left-side {
	text-align: center;
}
}
 @media only screen and (min-width: 1200px) and (max-width: 1399px) {
.main-nav nav .navbar-nav .nav-item a {
	font-size: 14px;
	margin-left: 13px;
	margin-right: 13px;
}
}
 @media only screen and (max-width: 1199px) {
.main-responsive-nav {
	background-color: var(--whiteColor);
	height: 65px;
}
.mobile-nav {
	display: block;
	position: relative;
}
.mobile-nav .logo {
	top: 10px;
	left: 0px;
	z-index: 999;
	position: absolute;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
.mobile-nav nav .navbar-nav .nav-item a i {
	display: none;
}
.mean-container .mean-bar {
	background-color: var(--whiteColor);
	padding: 0;
}
.mean-container a.meanmenu-reveal {
	padding: 5px 2px 0 0;
}
.menu-sidebar {
	display: none;
}
.menu-small-device {
	z-index: 999;
	right: 55px;
	top: 14px;
	display: block !important;
}
.menu-small-device .default-button {
	padding: 7px 10px;
	font-size: 14px;
}
.topbar-left-area {
	text-align: center;
}
.topbar-left-area ul li {
	margin-left: 5px;
	margin-right: 5px;
}
.mobile-nav .call-button {
	top: 0;
}
}
.stars ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.stars ul li {
	display: inline-block;
}
.stars ul li i {
	cursor: pointer;
}
.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 50%;
	background-color: #ff7f23;
	color: #ffffff;
	z-index: 999;
	width: 40px;
	text-align: center;
	height: 40px;
	opacity: 0;
	visibility: hidden;
	font-size: 25px;
	-webkit-transition: var(--transition);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
.go-top.active {
	opacity: 1;
	visibility: visible;
	bottom: 25px;
	-webkit-animation: top-bottom 5s infinite linear;
	animation: top-bottom 5s infinite linear;
}
.go-top i {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.go-top:hover {
	color: #ffffff;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background-color: var(--mainColor);
	border: 1px solid var(--mainColor);
}
.banner {
	margin:75px 0px 0px 0px;
	padding: 0px;
	position: relative;
}
.banner .carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 15%;
	left: 15%;
	z-index: 10;
	padding-top: 6px;
	padding-bottom: 20px;
	color: #fff;
	text-align: left;
}
.banner .carousel-indicators {
	right: 0;
	bottom: 6%;
}
.banner .carousel-caption h3 {
	margin: 0px 0px;
	margin: 0px 0px;
	padding: 0px 0px;
	font-size: 40px;
	font-weight: 600;
	color: #9EF4FF;
	text-shadow: 3px 3px 5px rgb(62 62 62 / 62%);
}
.banner .carousel-caption p {
	margin-top: 8px;
	line-height: 21px;
	font-size: 15px;
	padding: 0px 0px;
	color: #ddd;
}
.banner .carousel-indicators li {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	border: #ffffff 2px solid;
	background: #ffffff00;
}
.banner .carousel-indicators .active {
	opacity: 1;
	background: #ffffff;
	border: #fff 2px solid;
}
.banner-inner-text {
	position: absolute;
	top: 100px;
	text-align: center;
	width: 100%;
	padding: 0px 260px;
}
.banner-inner-text h1 {
	margin: 15% 0px 0px 0px;
	padding: 0px 0px;
	color: #fff;
	font-size: 40px;
	font-weight: 600;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #FF7F23;
}
.owl-theme .owl-dots .owl-dot span {
	width: 11px;
	height: 11px;
	margin: 5px 3px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}
.stellarnav > ul > li > a {
	padding: 15px 10px;
	font-size: 15px;
	font-weight: 500;
	color: #000;
}
.stellarnav > ul > li > a:hover {
	color:#FF7F23;
}
.stellarnav > ul > li > a.active {
	color:#FF7F23;
}
.no-border {
	border-right:0px;
}
.signfooter {
	margin: 0px 0px;
	padding: 10px 0px;
	background: #FF7F23;
	font-size: 15px;
	text-align: center;
	color: #f4f4f4;
}
.signfooter a {
	font-weight: 600;
	color: #000;
}
.signfooter a:hover {
	color: #000;
	text-decoration: underline;
}
.become-member {
	margin: 0px 0px;
	padding: 14px 22px 0px 22px;
}
.become-member h5 {
	margin: 0px 0px;
	padding: 0px 0px;
	font-size: 16px;
	color: #000000;
	width: 100%;
	text-align: left;
}
.become-member ul {
	margin: 0px 0px;
	padding: 8px 20px;
	width: 100%;
}
.become-member li {
	margin: 0px 0px;
	padding: 0px 3px 4px 3px;
	width: 100%;
	font-size: 13px;
	line-height: 20px;
	color: #312f2f;
}
.become-member li::marker {
 font-size: 18px;
 color: #f67f22;
}
.testimonials-section {
	margin: 0px 0px;
	padding: 60px 0px 24px 0px;
	background: #ECECEC;
	position: relative;
}
.testimonials-section .owl-theme .owl-dots .owl-dot.active span, .testimonials-section .owl-theme .owl-dots .owl-dot:hover span {
	background: #FF7F23;
	border: 1px #FF7F23 solid;
}
.testimonials-section .readmore_btn {
	border: #151A39 1px solid;
	border-radius: 0px;
	padding: 8px 15px !important;
	background: #fff0;
	color: #151A39;
	margin-top: 16px;
	font-size: 15px;
	letter-spacing: 1px;
	border-radius: 5px;
	font-weight: 300;
}
.testimonials-section .readmore_btn:hover {
	border: #0C53A6 1px solid;
	background: #0C53A6;
	color: #ffffff;
}
.testimonials-section h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 19px 0px;
	color: #000000;
	font-size: 36px;
	font-weight: 700;
	text-align: center;
}
.item .testi-arrow {
	position: absolute;
	right: 25px;
	top: 2%;
	width: 37px;
}
.testi-text {
	margin: 0px 0px 16px 0px;
	padding: 37px;
	background: #ffffff;
	border-radius: 8px;
	width: 100%;
	box-shadow: 7px 7px 8px rgba(62, 62, 62, 0.11);
}
.testi-text p {
	margin: 0px 0px;
	padding: 0px 0px;
	font-size: 15px;
	color: #393838;
	width: 100%;
	text-align: left;
	line-height: 27px;
}
.testi-text h6 {
	margin: 24px 0px 0px 0px;
	padding: 0px 0px;
	font-size: 17px;
	color: #0E243C;
	width: 100%;
	font-weight: 600;
	;
}
.testi-text h6 span {
	font-size: 13px;
	color: #787878;
	width: 100%;
	font-weight: 300;
	margin-left: 0px;
}
.testi-text h6 .fa {
	background: #FF7F23;
	color: #fff;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	font-size: 12px;
	padding: 7px 7px;
	text-align: center;
	margin: 0px 8px 0px 0px;
	float: left;
}
.testimonials-section .owl-nav {
	display: none;
}
.testimonials-section .owl-dots {
	padding: 25px 0px;
	text-align: center;
}
.testimonials-section .owl-dot {
	background: rgba(204, 204, 204, 0);
	width: 10px;
	height: 10px;
	border: #ccc 1px solid;
	border-radius: 12px;
	margin: 0px 4px;
}
.owl-theme .owl-dots .owl-dot span {
	background: #D6D6D600;
	border: 1px #ff7f23 solid;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #434343;
	border: 1px #434343 solid;
}
.signup-section {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/signupbg.png);
	position: relative;
	padding: 98px 0px 0px 0px;
}
.signup-section .card-registration {
	width: 800px;
	margin: 0px auto;
	box-shadow: 0px 12px 24px rgba(62, 62, 62, 0.16);
}
.registration-form {
	margin: 0px 0px;
	padding: 0px 0px;
	background: #FF7F23;
}
.registration-form .form-check-label {
	margin-bottom: 0;
	color: #fff9f5;
	font-size: 14px;
}
.registration-form .form-check-label a {
	color: #fff9f5;
	text-decoration: none;
}
.registration-form .form-check-label a:hover {
	color: #ffeb9f;
	text-decoration: none;
}
.signup-icon {
	margin: 0px auto;
	padding: 24px 25px;
	width: 100px;
	background: #FFB986;
	border-radius: 50%;
	height: 100px;
}
.registration-form h3 {
	font-size: 25px;
	text-align: center;
	margin: 21px 0px 17px 0px;
	padding: 0px 0px;
	color: #fff;
	font-weight: 600;
}
.registration-form .form-control {
	display: block;
	width: 100%;
	height: auto;
	padding: 8px 57px 8px 18px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	color: #505050;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #fff;
	border-radius: 29px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.firstname {
	position: absolute;
	right: 34px;
	top: 8px;
	color: #EFC4A6;
}
.registration-form .signbtn {
	background: #000;
	color: #fff;
	font-weight: 600;
	font-size: 15px;
	border-radius: 25px;
	padding: 8px 24px;
}
.registration-form .signbtn:hover {
	background: rgb(32, 32, 32);
}
.registration-pic {
	width: 310px;
	margin: 50% auto 0% auto;
}
.plandays {
	margin: 0px 0px;
	padding: 11px 8px;
	width: 100%;
	border: #f4dada 1px solid;
	border-radius: 6px;
	background: #fff6f0;
	overflow: hidden;
	min-height: 41px;
}
.plandays p {
	margin: 0px 0px;
	padding: 0px 0px;
	font-size: 14px;
	text-align: left;
	width: auto;
	color: #f87923;
	font-weight: 700;
}
.plandays h6 {
	margin: 6px 0px;
	padding: 0px 0px;
	font-size: 14px;
	text-align: right;
	width: auto;
	color: #000000;
	font-weight: 700;
}
.signup-section .chooseplan-section {
	width: 359px;
	margin: 0px auto;
}
.signup-section .chooseplan-section2 {
	width: 100%;
	margin: 0px auto;
}
.chooseplan-section2 .membership-plan .head-title {
	font-size: 20px;
}
.membership-plan .head-title .form-check-input {
	accent-color: #000;
	border: #000;
}
.tab-content option {
	font-weight: normal !important;
	font-size: 13px;
}
.chooseplan-section2 .membership-text li {
	font-size: 12px;
	line-height: 17px;
}
.chooseplan-section2 .membership-text .form-outline label {
	font-size: 15px;
	margin-top: 7px;
}
.chooseplan-section h2 {
	font-size: 25px;
	text-align: center;
	margin: 0px 0px 21px 0px;
	padding: 0px 0px;
	color: #000000;
	font-weight: 700;
	letter-spacing: 0px;
}
.chooseplan-section .signbtn {
	background: #000;
	color: #fff;
	font-weight: 600;
	font-size: 15px;
	border-radius: 25px;
	padding: 8px 24px;
}
.chooseplan-section .signbtn:hover {
	background: rgb(32, 32, 32);
}
.chooseplan-section .signbtn.selected {
	background: #FF7F23;
	color: #ffffff;
}
.membership-plan {
	margin: 0px 0px 30px 0px;
	padding: 0px 0px;
	background: #ffffff;
	border: #FF7F2394 2px solid;
	border-radius: 12px;
	box-shadow: 0px 5px 20px rgba(62, 62, 62, 0.15);
}
.membership-plan .head-title {
	margin: 0px 0px;
	padding: 8px 0px 8px 18px;
	border-radius: 8px 8px 0px 0px;
	background: #FF7F23;
	font-size: 24px;
	text-align: center;
	color: #fff;
	font-weight: 600;
}
.membership-text {
	margin: 0px 0px;
	padding: 12px 15px;
	width: 100% !important;
}
.membership-text ul {
	margin: 0px 0px;
	padding: 8px 20px;
	width: 100%;
}
.membership-text li {
	margin: 0px 0px;
	padding: 0px 0px 8px 0px;
	width: 100%;
	font-size: 13px;
	line-height: 20px;
	color: #312f2f;
}
.membership-text li::marker {
 font-size: 18px;
 color: #f67f22;
}
.membership-text .form-outline {
	padding: 0px 7px;
}
.membership-text .form-outline label {
	font-weight: 600;
	font-size: 14px;
}
.membership-text .form-control {
	font-size: 14px;
	color: #999c9f;
	border: 1px solid #FF7F2378;
}
.select-date {
	position: absolute;
	right: 34px;
	bottom: 6px;
	color: #574E48A3;
}
.planamount {
	margin: 0px 0px;
	padding: 0px 0px;
	width: 100%;
}
.planamount hr {
	border-top: 1px solid #cccccc59;
	margin-top: 7px;
	margin-bottom: 7px;
}
.planamount p {
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	margin: 0px 0px;
	padding: 0px 0px;
}
.text-warning {
	color: #f87923 !important;
}
.planamount p span {
	text-align: right;
	float: right;
}
.dashboard .trading-left .table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-color: #888888 #C4C4C4;
	scrollbar-track-color: #888888;
	scrollbar-width: thin;
	overflow-y: scroll;
	height: 600px;
	margin-bottom: 14px;
}
.stellarnav ul li .dropdown a {
	padding: 15px;
	display: block;
	text-decoration: none;
	color: #FF7F23;
	font-size: inherit;
	font-family: 'Poppins', sans-serif;
	box-sizing: border-box;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
	font-weight: 600;
	text-align: left;
	line-height: 18px;
}
.stellarnav ul li .dropdown a span {
	color: #3c3a3a;
	font-size: 12px;
	font-weight: 400;
}
.userimg {
	margin: 14px 7px 0px 0px;
	padding: 0px 0px;
	width: 44px;
	height: 44px;
	overflow: hidden;
	border-radius: 50%;
	float: left;
}
.userimg img {
	width: 100%;
	height: 44px;
	object-fit: cover;
}
.dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
	color: #000;
	margin-bottom: 7px;
}
.stellarnav ul li .dropdown .dropdown-item {
	display: block;
	width: 100%;
	padding: 8px 12px;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: left;
	white-space: nowrap;
	border: 0;
	font-size: 14px;
}
.stellarnav ul li .dropdown .dropdown-item:focus, .stellarnav ul li .dropdown .dropdown-item:hover {
	color: #820707;
	text-decoration: none;
	background-color: #ffc67e;
}
.stellarnav ul li .dropdown .dropdown-item.active, .stellarnav ul li .dropdown .dropdown-item:active {
	color: #820707;
	text-decoration: none;
	background-color: #ffc67e;
}
/* ---- Contact Us Css----- */

.breadcumb {
	margin-top: 58px;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
}
.breadcumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	height: 262px;
	max-height: 280px;
}
#overlay {
	position: absolute;
	width: 100%;
	height: 262px;
	top: 59px;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	background: rgba(60, 27, 4, 0.71);
}
.hero-content-upper {
	padding-top: 13%;
}
.hero-content {
	position: absolute;
	color: #ffffff;
	top: 1%;
	left: 0%;
	width: 100%;
}
.hero-content p {
	color: #FFFFFF;
	text-align: center;
	font-size: 15px;
	font-weight: 300;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px;
}
.hero-content-upper h2 {
	margin: 0px 0px;
	padding: 0px 0px;
	color: #f47c26;
	font-size: 35px;
	text-align: center;
	font-weight: 600;
}
.contact-section {
	margin: 67px 0px;
	padding: 0px 0px;
	width: 100%;
}
.contact-left {
	margin: 0px 0px;
	padding: 0px 0px;
}
.contact-left h3 {
	margin: 0px 0px;
	padding: 0px 0px;
	font-size: 30px;
	font-weight: 600;
	color: #000000;
	text-transform: uppercase;
}
.contact-left p {
	margin: 0px 0px 6px 0px;
	padding: 13px 0px;
	font-size: 16px;
	font-weight: 400;
	color: #262626;
	line-height: 25px;
	width: 68%;
}
.contact-quick-links {
	padding-top: 26px;
}
.contact-quick-links p {
	color: #262626;
	font-weight: 500;
	margin-bottom: 5px;
}
.contact-quick-links p .fa {
	color: #FC7F26;
	font-weight: 400;
	font-size: 27px;
	width: 44px;
	height: 52px;
	float: left;
}
.contact-right {
	margin: 0px 0px;
	padding: 0px 0px;
}
.contact-right h3 {
	margin: 0px 0px 40px 0px;
	padding: 0px 0px;
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000000;
}
.contact-right .form-group label {
	font-size: 15px;
	color: #5D5D5D;
	padding: 0px;
	margin: 0px 0px 3px 0px;
}
.contact-right .form-control {
	display: block;
	width: 100%;
	padding: 9px 12px;
	font-size: 14px;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #dfdfdf;
	border-radius: 3px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	min-height:37px;
}
.contact-right select.form-control:not([size]):not([multiple]) {
	height: auto !important;
}
.contact-right .form-group p span {
	font-size: 12px;
	color: #5D5D5D;
	padding: 0px 0px;
	margin: 0px 0px;
}
.contact-right .checkbox label {
	font-size: 15px;
	color: #5D5D5D;
	padding: 0px;
	margin: 0px 0px 3px 0px;
}
.contact-right .btn-warning {
	border-radius: 0px;
	padding: 8px 15px !important;
	border: #FC7F26 1px solid;
	background: #FC7F26;
	color: #ffffff;
	margin-top: 16px;
	font-size: 15px;
	border-radius: 5px;
	font-weight: 500;
}
.contact-right .btn-warning:hover {
	border: #FC7F26 1px solid;
	background: #FC7F26;
	color: #ffffff;
}
.map-section {
	margin: 67px 0px 0px 0px;
	padding: 0px 0px;
	width: 100%;
}
.modal {
	top: 12%;
	z-index: 99999;
}
.forgot-password {
}
.forgot-password .modal-header {
	padding: 1rem 1rem 0rem 1rem;
	border-bottom: 0px solid #dee2e6;
}
.forgot-password .modal-body {
	padding: 0rem 3rem 3rem 3rem;
}
.forgot-password .modal-body h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
	color: #000000;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
}
.forgot-password .modal-body p {
	margin: 0px 0px 0px 0px;
	padding:0px 0px 17px 0px;
	color: #797878;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
}
.forgot-password .modal-body .form-control {
	display: block;
	width: 100%;
	height: auto;
	padding: 10px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #F3F3F3;
	background-clip: padding-box;
	border: 1px solid #CBCBCB;
 border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	margin-bottom: 14px !important;
}
.forgot-password .modal-body .btn {
	display: inline-block;
	font-weight: 500;
	color: #ffffff !important;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid #FF7F23 !important;
	padding: 11px 15px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 6px;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	background: #FF7F23 !important;
	margin: 1px auto 6px auto !important;
	width: 100% !important;
}
.news-section {
	margin: 0px 0px;
	padding: 142px 0px 35px 0px;
	position: relative;
}
.news-section h2 {
	font-size: 25px;
	text-align: left;
	margin: 0px 0px 21px 0px;
	padding: 0px 0px;
	color: #000000;
	font-weight: 700;
	letter-spacing: 0px;
}
.latestnews {
	margin: 0px 0px 12px 0px;
	padding: 35px 15px 25px 15px;
	background: #f0edea6e;
	border-bottom: #ccc 1px solid;
}
.news-section .card-header .btn-link {
	font-weight: 500;
	color: #fe7825;
	text-decoration: none;
	width: 100%;
	text-align: left;
	font-size: 20px;
	letter-spacing: 0px;
	padding: 0px 12px;
}
.news-section .card-header .btn-link .fa {
	text-align: right;
	float: right;
	margin-top: 6px;
}
.news-section .card-body p {
	font-size: 15px;
	color: #666a71;
}
.latestnews h2 {
	margin: 0px 0px;
	padding: 0px 3px 12px 0px;
	width: 100%;
	font-size: 20px;
}
.latestnews h2 span {
	font-size: 40px;
}
.latestnews p {
	margin: 0px 0px;
	padding: 0px 3px 4px 3px;
	width: 100%;
	font-size: 14px;
	line-height: 22px;
	color: #312f2f;
}
.pagination {
	margin-top: 26px;
}
.pagination .page-link {
	position: relative;
	display: block;
 padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #ed7b20;
	background-color: #fff;
	border: 1px solid #dee2e6;
}
.pagination .page-link:hover {
	z-index: 2;
	color: #ed7b20;
	text-decoration: none;
	background-color: #eed7c4;
	border-color: #eed7c4;
}
.pagination .page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #ed7b20;
	border-color: #ed7b20;
}
.latestnews .newsimg {
	margin: 0px 0px;
	padding: 0px 3px;
	width: 100%;
	height: 200px;
	border-radius: 12px;
	overflow: hidden;
}
.latestnews .newsimg img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.latestnews .newsimg2 {
	margin: 0px 0px 12px 0px;
	padding: 0px 3px;
	width: 100%;
	height: 450px;
	border-radius: 12px;
	overflow: hidden;
}
.latestnews .newsimg2 img {
	width: 100%;
	height: 450px;
	object-fit: cover;
}
.transaction .table-bordered td, .table-bordered th {
	font-size: 13px;
}
.transaction .table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-color: #888888 #C4C4C4;
	scrollbar-track-color: #888888;
	scrollbar-width: thin;
}
.transaction .table-responsive::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px #888888(189, 99, 2, 0.3);
 border-radius: 10px;
 background-color: #C4C4C4;
}
.transaction .table-responsive::-webkit-scrollbar {
 width: 8px;
 background-color: #C4C4C4;
 border-radius: 10px;
}
.transaction .table-responsive::-webkit-scrollbar-thumb {
 border-radius: 10px;
 -webkit-box-shadow: inset 0 0 6px #888888(189, 99, 2, 0.3);
 background-color: #888888;
 width: auto;
}
.profile-section {
	margin: 0px 0px;
	padding: 142px 0px 35px 0px;
	position: relative;
}
.profilebox {
	margin: 0px 0px 12px 0px;
	padding: 35px 15px 25px 15px;
	background: #f0edea52;
	border-bottom: #cccccc38 1px solid;
	position: relative;
}
.profilebox .pencil-icon {
	position: absolute;
	top: 50%;
	right: 19%;
	width: 30px;
	border-radius: 50%;
	background: #fff;
	padding: 3px 3px;
	text-align: center;
	border: #ccc 1px solid;
	font-size: 15px;
	color: #fc7e25;
}
.profileimg {
	margin: 14px auto;
	padding: 0px 0px;
	width: 160px;
	height: 160px;
	overflow: hidden;
	border-radius: 50%;
	border: #cccccc42 5px solid;
}
.profileimg img {
	width: 100%;
	height: 160px;
	object-fit: cover;
}
.profilebox h2 {
	margin: 0px 0px;
	padding: 0px 3px 12px 0px;
	width: 100%;
	text-align: center;
	font-size: 20px;
}
.profilehead {
	margin: 0px 0px 28px 0px;
	padding: 0px 0px;
	width: 100%;
	position: relative;
	border-bottom: #e3e3e3 1px solid;
}
.profilehead h4 {
	margin: 0px 0px;
	padding: 0px 0px 5px 0px;
	width: 100%;
	text-align: left;
	font-size: 18px;
}
.profilehead .editicon {
	position: absolute;
	bottom: 1px;
	right: 0%;
	width: auto;
	padding: 3px 3px;
	text-align: center;
	font-size: 15px;
	color: #fc7e25;
}
.profilebox .updatebtn {
	background: #FF7F23;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	border-radius: 7px;
	padding: 9px 34px;
}
.profilebox .updatebtn:hover {
	background: #f06603;
}
.profilebox form {
	padding: 0px 22px;
}
.footer {
	position: relative;
	padding: 40px 0px 50px 0px;
    background: rgb(237 237 237);
	background-blend-mode: overlay;
	opacity: 1;
}
.footer p {
	width: 77%;
	color: #A9A9AB;
	line-height: 23px;
	font-size: 15px;
}
.footer-social-icons {
	padding-top: 8px;
}
.footer-bgimg {
	position: absolute;
}
.footer-bg1 {
	bottom: -4%;
	left: 4%;
	position: absolute;
	width: 253px;
	z-index: -9;
	opacity: 0.3;
	height: 200px;
	overflow: hidden;
	-webkit-transform: scale(1.0) rotate(0deg);
}
.footer-bg1 img {
	width: 100%;
}
.footer-bg2 {
	top: 14%;
	right: 8%;
	position: absolute;
	width: 109px;
	z-index: -9;
	opacity: 0.3;
	-webkit-animation: move-to 5s infinite linear;
	animation: move-to 5s infinite linear;
}
.footer-bg2 img {
	width: 100%;
}
.footer-bgimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.footer-links h3 {
	padding-bottom: 0px;
	margin-bottom: 21px;
	position: relative;
	color: #4BE1F5;
	;
	font-size: 19px;
	font-weight: 500;
	letter-spacing: 1px;
}
.footer-contact-list {
	padding-left: 20px;
}
.footer-quick-links {
	padding-left: 60px;
}
.footer-content-card {
	position: relative;
	padding-left: 30px;
	margin-top: 15px;
}
.footer-content-card i {
	width: 20px;
	font-size: 18px;
	text-align: center;
	color: var(--mainColor);
	position: absolute;
	left: 0;
	top: 1px;
}
.footer-content-card h5 {
	margin-bottom: 5px;
	color: var(--blackColor);
	font-size: 15px;
	font-weight: 600;
}
.footer-logo-area p {
	font-size: 14px;
	color:#272727;
}
.footer-quick-links p {
	color: #000;
	font-weight: 300;
	font-size: 14px;
	width: 100%;
	margin-bottom: 19px;
}
.footer-quick-links p .fa {
	color: #4BE1F5;
	;
	font-weight: 400;
	font-size: 18px;
	width: auto;
	height: 25px;
	float: left;
	margin-right: 15px;
	margin-top: 3px;
}
.footer-quick-links p a {
	text-decoration: none;
	color:#000;
	font-weight: 300;
}
.footer-quick-links p a:hover {
	color:#4be0f4;
}
.footer-logo-area span {
	color: #ff7e22;
	margin-right: 12px;
	font-size: 16px;
}
.footer-content-card p a {
	color: var(--paragraphColor);
}
.footer-quick-links ul {
	margin: 0px;
	padding: 0;
	list-style: none;
}
.footer-quick-links ul li {
	width: 45%;
	float: left;
	line-height: 35px;
}
.footer-quick-links ul li a {
	display: inline-block;
	color: #000;
	font-size: 15px;
	font-weight: 300;
}
.footer-quick-links ul li a:hover {
	color:#4be0f4;
}
.footer-quick-links {
	padding-left: 38px;
	padding-top: 26px;
	float: right;
}
.footer-quick-links ul li a.active {
	color: #F9893C;
}
.footer-logo-area .footer-social-icons ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.footer-social-icons ul li {
	display: inline-block;
}
.footer-social-icons ul li a {
	width: 30px;
	height: 30px;
	font-size: 15px;
	margin-left: 3px;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--mainColor);
	background-color: var(--whiteColor);
	-webkit-box-shadow: var(--boxShadow);
	box-shadow: var(--boxShadow);
}
.footer-social-icons ul li a:hover {
	color: var(--fix-whiteColor);
	background-color: var(--mainColor);
}
.footer-quick-links ul li:first-child {
	margin-top: 0px;
}
.footer-logo-area {
	width: 206px;
	margin: 17px 0px 32px 0px;
}
.footer-logo-area img {
	width: 100%;
}
.footer-newsletter .input-group {
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 15px;
}
.footer-logo-area p {
	font-size: 14px;
	color:#6D7783;
}
.footer-logo-area span {
	color: #F9893C;
	margin-right: 12px;
	font-size: 16px;
}
.footer-logo-area p {
	font-size: 15px;
	color: #272727;
	margin-top: 16px;
	font-weight: 300;
}
.footer-logo-area span {
	color: #F9893C;
	margin-right: 12px;
	font-size: 16px;
}
.footer-logo-area .footer-social-icons {
	margin: 0px 5px;
	padding: 10px 0px;
	width: 100%;
}
.footer-social-icons p {
	color:#17171C;
	margin-right: 10px;
	font-size: 14px;
	font-weight: 600;
	width: 100%;
	float: left;
}
.footer-social-icons a .fa {
	margin: 0px 2px;
	padding: 5px 0px;
	font-size: 16px;
	color: #151A39;
	background: #fff;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	line-height: 25px;
	text-align: center;
}
.footer-social-icons a .fa:hover {
	color: #F9893C;
}
.copyright {
	padding: 11px 0px;
	color: #C2C2C2;
	font-size: 12px;
	background: #000000db;
	font-weight: 300;
}
.copyright a {
	color: #4BE1F5;
	;
	text-decoration: none;
}
.copyright p {
	color: #fff;
	font-size: 14px;
}
.copyright p a {
	color: #ffffff;
	text-decoration: none;
}
.copyright p a:hover {
	color: #F9893C;
	text-decoration: none;
}
.form-group .form-control2 {
	display: block;
	width: 100%;
	height: auto !important;
	padding: 2px 12px;
	font-size: 12px !important;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
 border-radius: .25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
 @media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: 960px !important;
}
}
/* CSS */
.button-18 {
	background: #4BE1F5 0% 0% no-repeat padding-box;
	box-shadow: 0px 12px 30px #4BE1F51F;
	align-items: center;
	border: 0;
	border-radius: 100px;
	box-sizing: border-box;
	color: #000F23;
	cursor: pointer;
	display: inline-flex;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 600;
	justify-content: center;
	line-height: 20px;
	max-width: 480px;
	min-height: 40px;
	min-width: 0px;
	overflow: hidden;
	padding: 0px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	touch-action: manipulation;
	transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
	user-select: none;
	-webkit-user-select: none;
	vertical-align: middle;
}
.button-18:hover, .button-18:focus {
	background-color: #16437E;
	color: #ffffff;
}
.button-18:active {
	background: #09223b;
	color: rgb(255, 255, 255, .7);
}
.button-18:disabled {
	cursor: not-allowed;
	background: rgba(0, 0, 0, .08);
	color: rgba(0, 0, 0, .3);
}
.bnr-img {
	float: right;
	max-width: 325px;
	position: absolute;
	right: 0%;
	bottom: 0%;
}
.abt-bg {
	background-size: cover;
	margin: 0px;
	padding:60px 0px;
}
.abt-bg h6 {
	color: #4BE1F5;
}
.abt-bg p {
	color: #FFFFFF;
}
.img-icn img {
	width: 45px;
	height: 45px;
}
.img-icn {
	place-self: center;
	background-color: #1AB1C9;
	padding: 20px;
	border-radius: 50%;
	margin-top: 30px;
	margin-bottom: 10px;
	box-shadow: 0px 8px 20px #1ab1c926;
}
.n-crd1 {
	background: #E6F4F6 0% 0% no-repeat padding-box;
	border-radius: 10px;
	margin-top: 20px;
}
.n-crd1 h5 {
	color: #000F23;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 12px;
}
.img-icn1 img {
	width: 45px;
	height: 45px;
}
.img-icn1 {
	place-self: center;
	background-color: #ffffff;
	padding: 20px;
	border-radius: 50%;
	margin-top: 30px;
	margin-bottom: 10px;
	box-shadow: 0px 8px 20px #1ab1c926;
}
.n-crd2 {
	background: #000F23 0% 0% no-repeat padding-box;
	box-shadow: 0px 10px 30px #000F231A;
	border-radius: 10px;
	text-align: center;
}
.n-crd2 h5 {
	color: #4BE1F5;
}
.n-crd2 p {
	color: #ffffff;
	font-size: 14px;
}
.hdng h6 {
	color: #000F23;
}
.hdng h3 {
	color: #1AB1C9;
}
 @media (min-width: 320px) and (max-width: 767px) {
.carousel-item .bnr-img {
	width: 110px;
	height: 105px;
	bottom: 20%;
}
.button-18 {
	width: auto;
	font-size: 8px;
	padding: 5px 6px;
	line-height: 4px;
	min-height: 20px;
	margin-top: 0px !important;
}
.abt-bg img {
	max-width: 310px !important;
}
.abt-bg .button-18 {
	width: auto;
	font-size: 11px;
	padding: 10px 15px;
	line-height: 4px;
	min-height: 20px;
	margin-top: 0px !important;
}
}
/*************************about-us*************************************************/

/*================================================ 
inner Banner Area CSS
=================================================*/
.uni-banner {
	background-size: cover;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 60px;
}
.uni-banner-text-area {
	position: absolute;
	text-align: center;
	left: 0px;
	border: 0px solid #ccc;
	top: 65px;
	right: 0px;
	display: block;
	margin: 0px auto;
	bottom: 0;
}
.uni-banner-text-area h1 {
	font-size: 42px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #9EF4FF;
	text-align: center;
	padding: 0px 0px 0px 10px;
}
.uni-banner-text-area ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}
.uni-banner-text-area ul li {
	display: inline-block;
	margin: 0px 10px;
	position: relative;
	color: #fff;
	font-size: 20px;
}
.uni-banner-text-area ul li a {
	color: var(--fix-whiteColor);
}
.uni-banner-text-area ul li::after {
	content: '/';
	font-size: 18px;
	position: absolute;
	right: -16px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.uni-banner-text-area ul li:last-child::after {
	display: none;
}
.uni-banner-text-area ul li a:hover {
	color:#266DC4;
}
/*================================================ 
Uni Banner Area CSS
=================================================*/

  
.about-section {
	padding: 180px 0px 90px;
	margin: 0px;
	background: url(../images/about-bg.png) top left no-repeat #f7f9fb;
	background-size: cover;
}
.about-section-left {
	padding: 0px 50px 0px 0px;
	margin: 0px;
}
.about-section-left h6 {
	color: #000F23;
	font-size: 20px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-weight: 600;
	line-height: 30px;
}
.about-section-left h3 {
	color:#1AB1C9;
	font-size:30px;
	padding:0px 0px 20px 0px;
	margin:0px;
	font-weight:600;
}
.about-section-left p {
	font-size: 18px;
	color: #1F2736;
	padding: 10px 0px 20px;
	margin: 0px;
	font-weight: 400;
	line-height: 28px;
}
.about-section-right {
	padding:0px;
	margin:0px;
}
.about-section-right img {
	width:100%;
	height:100%;
}
.book-keeping-services {
	background:url(../images/about.png) top left no-repeat;
	background-size:cover;
	padding:60px 0px;
	text-align:center;
}
.book-keeping-services h6 {
	color: #4BE1F5;
	font-size: 20px;
	font-weight: 500;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	width: 100%;
}
.book-keeping-services h3 {
	color:#FFFFFF;
	font-size:36px;
	font-weight:500;
	padding:10px 35px;
	margin:0px;
	width: 100%;
}
.book-keeping-services p {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 400;
	padding: 10px 0px;
	margin: 0px;
	width: 100%;
}
.book-keeping-services-box {
	width:100%;
	background:#E6F4F6;
	padding:30px 50px 50px;
	border-radius:10px;
	margin:20px 0px;
	text-align:left;
}
.book-keeping-services-box h3 {
	color: #000F23;
	font-size: 32px;
	padding: 15px 0px 8px 0px;
	margin: 0px;
	font-weight: 500;
}
.book-keeping-services-box p {
	color: #1F2736;
	font-size: 16px;
	font-weight: 400;
	padding: 10px 0px;
	margin: 0px;
	width: 100%;
}
.services-inner {
	margin:60px 0px 0px;
	padding:0px;
}
.services-inner-box {
	width: 100%;
	background: #D8ECEF;
	padding: 30px 50px 50px;
	border-radius: 10px;
	margin: 20px 0px 30px;
	text-align: left;
}
.services-inner-box ul {
	padding: 0px;
	margin: 20px 0px 0px;
}
.services-inner-box ul li {
	padding:0px 0px 10px 0px;
	margin:0px;
	list-style-type:none;
	color:#1F2736;
	font-size:16px;
	font-weight:400;
}
.services-inner-box ul li span {
	margin-right:10px;
	color:#1AB1C9;
	font-size:14px;
}
.tax-bg {
	background-size: cover;
	margin: 0px;
	padding: 80px 0px;
}
.tax-bg-left {
	padding:0px;
	margin:0px;
}
.tax-bg-left img {
	width:100%;
	height:100%;
}
.tax-bg-right {
	padding:60px 0px 60px 40px;
	margin:0px;
}
.tax-bg-right h6 {
	color:#4BE1F5;
	font-size:20px;
	font-weight:500;
	padding:0px 0px 10px 0px;
	margin:0px;
}
.tax-bg-right h3 {
	color:#FFFFFF;
	font-size:40px;
	font-weight:500;
	padding:0px 0px 10px 0px;
	margin:0px;
}
.tax-bg-right p {
	color:#FFFFFF;
	line-height:30px;
	font-size:16px;
	padding:0px;
	margin:0px;
	font-weight:400;
}
.why-choose-section {
	padding: 150px 0px 100px;
	margin: 0px;
	background: url(../images/about-bg.png) top left no-repeat #f7f9fb;
	background-size: cover;
	text-align: center;
}
.why-choose-section h5 {
	margin:0px 0px 10px 0px;
	padding:0px;
	color:#000F23;
	font-size:20px;
	font-weight:500;
}
.why-choose-section h3 {
	margin:0px 0px 30px 0px;
	padding:0px;
	color:#1AB1C9;
	font-size:36px;
	font-weight:500;
}
.card-deck-box {
	background: #000F23 0% 0% no-repeat padding-box;
	box-shadow: 0px 10px 30px #000F231A;
	border-radius: 10px;
	padding:40px;
	margin:20px 0px;
}
.card-deck-box .img-icn1 {
	background-color: #ffffff;
	padding: 20px;
	border-radius: 50%;
	margin: 0px auto;
	margin-bottom: 10px;
	box-shadow: 0px 8px 20px #1ab1c926;
	width: 100px;
	height: 100px;
}
.card-deck-box .img-icn1 img {
	width: 45px;
	height: 45px;
	text-align: center;
	margin: 0px auto;
	display: block;
}
.card-deck-box {
	background: #000F23 0% 0% no-repeat padding-box;
	box-shadow: 0px 10px 30px #000F231A;
	border-radius: 10px;
	padding: 30px 25px;
	margin: 20px 0px;
	text-align:center;
}
.card-deck-box .card-body h5 {
	color:#4BE1F5;
	font-size:24px;
	padding:0px 0px 10px 0px;
	margin:0px;
}
.card-deck-box .card-body p {
	color:#FFFFFF;
	font-size:16px;
	line-height:28px;
	padding:0px;
	margin:0px;
}
.resources-section {
	padding: 150px 0px 100px;
	margin: 0px;
	background: url(../images/about-bg.png) top left no-repeat #f7f9fb;
	background-size: cover;
	text-align: center;
}
.resources-section h5 {
	color:#000F23;
	font-size:20px;
	padding:0px;
	margin:0px 0px 40px 0px;
}
.resources-section-box {
	background: #000F23 0% 0% no-repeat padding-box;
	box-shadow: 0px 10px 30px #000F231A;
	border-radius: 10px;
	padding: 30px 25px;
	margin: 20px 0px;
	text-align: center;
	overflow:hidden;
}
.resources-section-box-left {
	margin:0px;
	padding:0px;
	width:60%;
	float:left;
}
.resources-section-box-left h3 {
	color: #4BE1F5;
	font-size: 18px;
	text-align: left;
	padding: 15px 0px 0px;
	margin: 0px;
}
.resources-section-box-right {
	margin:0px;
	padding:0px;
	width:40%;
	float:left;
}
.resources-section-box-right-box {
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 50%;
	float: left;
	text-align: center;
	margin: 0px 20px 0px 0px;
}
.resources-section-box-right-box img {
	width: 50%;
	height: auto;
	text-align: center;
	padding: 12px 0px;
}
.contact-section {
	padding: 150px 0px 100px;
	margin: 0px;
	background: url(../images/about-bg.png) top left no-repeat #f7f9fb;
	background-size: cover;
	text-align: left;
}
.contact-section-left {
	padding:0px;
	margin:0px;
}
.contact-section-left h3 {
	color:#1AB1C9;
	font-weight:600;
	font-size:30px;
	padding:0px 0px 20px 0px;
	margin:0px;
}
.contact-list {
	padding: 0px;
	margin: 25px 0px;
}
.footer-contant ul li {
	position: relative;
	line-height: 1.2;
	display: block;
	padding-bottom: 25px;
	font-size: 16px;
	text-align: left;
	color: #000F23;
	font-weight: 400;
}
.footer-contant ul li h6 {
	color:#000F23;
	font-size:20px;
	font-weight:600;
	padding:0px 0px 10px 0px;
	margin:0px;
}
.footer-contant .contact-list li:first-child {
	line-height: 1.8;
}
.footer-contant .contact-list li:first-child i {
	margin-top: 4px;
}
.footer-contant .contact-list li {
	padding-left: 45px;
}
.footer-contant .contact-list li i {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	width: 30px;
	height: 30px;
	background: #1AB1C9;
	border-radius: 4px;
	text-align: center;
	padding: 6px 0px;
}
.footer-contant ul li a {
	color: #000F23;
}
.footer-contant ul li a:hover {
	color: #1ab1c9;
}
.contact-section-right {
	padding:0px;
	margin:0px;
}
.contact-section-right h3 {
	color:#1AB1C9;
	font-weight:600;
	font-size:30px;
	padding:0px 0px 20px 0px;
	margin:0px;
}
.contact-section-right .form-control {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 10px 20px #00000008;
	border-radius: 8px;
	color: #969696;
	border: none;
	font-size: 14px;
	padding: 21px 10px;
}
.contact-section-map {
	margin: 60px 0px 0px;
	padding: 0px;
	width: 100%;
}
.home-services-bg {
	background:url(../images/about-bg.png) top left no-repeat;
	background-size:cover;
	padding: 80px 0px;
}

.services-inner-box ul li i{
    margin-right: 10px;
    color: #1AB1C9;
    font-size: 14px;
}

.stellarnav .current-menu-item  a{
    color: #1AB1C9;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #f00 !important;
}

.logo img{
  width: 65%;
}