* {
	padding:0;
	margin:0;
}
body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
}
a {
	color: #f5b341;;
}
a:hover {
	color:#f5b341;
}
h1, h2, h3 {
	font-weight: 700;
}
h4, h5 {
	font-weight:600;
}
h6 {
	font-weight:500;
}
.white {
	color:#ffffff !important;
}
.black {
	color:#000000;
}
.navbar {
	position: fixed;
	right: 0;
	left: 0;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	min-height: 50px;
	line-height: 50px;
	background: transparent;
	z-index: 1030;
}
.navbar .active {
	color: #f5b341 !important;
}
.navbar .navbar-brand {
}
.navbar .nav-item {
	margin: 0 5px;
	padding: 0;
}
.navbar .nav-item a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
}
.navbar .nav-item a:hover {
	color: #f5b341;
}
.nav-cta {
	background: #f5b341 !important;
	color: #ffffff !important;
	padding: 8px 20px !important;
	border-radius: 5px !important;
	margin-left: 10px;
	font-weight: 600;
}
.nav-cta:hover {
	background: #e0a030 !important;
	color: #ffffff !important;
	transform: translateY(-1px);
}
.nav-scroll .nav-cta {
	background: #f5b341 !important;
	color: #ffffff !important;
}
.nav-scroll .nav-cta:hover {
	background: #e0a030 !important;
	color: #ffffff !important;
}
.cta-appointment {
	background: #091747 !important;
	color: #ffffff !important;
	border: 2px solid #091747 !important;
}
.cta-appointment:hover {
	background: #0a1f5a !important;
	color: #ffffff !important;
	border-color: #0a1f5a !important;
}
.navbar .nav-link {
	position: relative;
	padding: 0;
}
.navbar .navbar-toggler {
	cursor: pointer;
}
.navbar .navbar-toggler span {
	color: #fff;
}
.navbar-style2 .active:after, .navbar-style2 .nav-link:after {
	display: none;
}
.nav-scroll {
	background: #fff;
	-webkit-box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
	box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.nav-scroll .navbar-nav > li > a {
	color: #333;
}
.nav-scroll .navbar-brand img {
	-webkit-transform: scale(1.03) !important;
	transform: scale(1.03) !important;
}
.nav-scroll .navbar-toggler {
	cursor: pointer;
}
.nav-scroll .navbar-toggler span {
	color: #333;
}
.nav-scroll .nav-link:hover:after {
	background-color: #2388ed;
}
.nav-scroll .active {
	position: relative;
}
.banner {
	background: #091747;
	background: linear-gradient(to left,  #091747, #cdd8ff);
	padding:100px 0px;
	position:relative;
}
.banner::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(images/pattern.png);
}
.banner a.weblink {
	color:#ffffff;
	border-bottom:1px dotted #ffffff;
}
.banner a:hover {
	text-decoration:none;
}
.svg-wave {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.banner-text {
	padding-right:80px;
	margin:50px 0px 0px;
}
.banner-text p {
	margin:40px 0px;
}
.banner-text ul {
	list-style: none;
}
.banner-text ul li {
	display: inline-block;
	margin: 0px 10px 10px 0px;
}
.banner-text ul li a {
	display: block;
}
.banner-text ul li a img {
	width: 150px;
	border-radius: 7px;
}
.prelative {
	position:relative
}
.section-padding {
	padding:80px 0px;
}
.sectioner-header {
	width:69%;
	margin:0 auto;
}
.line {
	height: 2px;
	width: 50px;
	background: #f5b341;
	display: block;
	margin: 20px auto 20px;
}
.line::after {
	content:"";
	position: absolute;
	left: 50%;
	width: 150px;
	height: 2px;
	border-bottom: 2px dashed #f5b341;
	margin-left: -75px;
}
.sectioner-header p {
	color:#818992;
	font-size: 17px;
}
.section-content {
	margin-top: 80px;
}
.icon-box {
	margin-bottom:50px;
}
.icon-box i {
	display: block;
	position: relative;
	width: 135px;
	height: 135px;
	border-radius: 100px;
	background: #091747;
	background:  linear-gradient(to left,  #091747, #cdd8ff);
	color: #ffffff;
	font-size: 50px;
	line-height: 135px;
	margin: 0 auto;
}
.icon-box h5 {
	margin-top:30px;
}
.icon-box p {
	color: #818992;
	font-size: 14px;
	width: 80%;
	margin: 0 auto;
}
.about-btn {
	color: #f5b341;
	padding: 10px 40px;
	border: 2px solid #f5b341;
	border-radius: 7px;
	margin-top: 30px;
	display: inline-block;
	font-size: 18px;
}
.about-btn:hover {
	background:#f5b341;
	color:#ffffff;
	text-decoration:none;
}
.cta-primary {
	background:#f5b341;
	color:#ffffff !important;
	font-weight: 600;
	box-shadow: 0 4px 15px rgba(245, 179, 65, 0.3);
}
.cta-primary:hover {
	background:#e0a030;
	color:#ffffff !important;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(245, 179, 65, 0.4);
}
.cta-secondary {
	border: 2px solid #ffffff;
	color:#ffffff !important;
	background: transparent;
}
.cta-secondary:hover {
	background:#ffffff;
	color:#091747 !important;
}
.pricing .cta-secondary {
	border: 2px solid #091747;
	color:#091747 !important;
	background: transparent;
}
.pricing .cta-secondary:hover {
	background:#091747;
	color:#ffffff !important;
}
.pricing {
	background: #ffffff;
}
.pricing-box {
	background: #fafafa;
	border: 1px solid #e4e4e4;
	border-radius: 12px;
	padding: 40px 30px;
	margin-top: 40px;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.pricing-box-sale {
	border-top: 4px solid #091747;
}
.pricing-box-deposit {
	border-top: 4px solid #f5b341;
}
.pricing-icon {
	font-size: 48px;
	color: #f5b341;
	margin-bottom: 20px;
}
.pricing-header h3 {
	color: #091747;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 10px;
}
.pricing-subtitle {
	color: #818992;
	font-size: 16px;
	margin-bottom: 30px;
}
.pricing-fee {
	background: #ffffff;
	border: 2px solid #e4e4e4;
	border-radius: 8px;
	padding: 20px;
	margin: 20px 0;
	text-align: center;
}
.fee-amount {
	display: block;
	font-size: 32px;
	font-weight: 700;
	color: #091747;
	margin-bottom: 5px;
}
.fee-detail {
	display: block;
	color: #818992;
	font-size: 14px;
}
.pricing-features ul {
	list-style: none;
	text-align: left;
	padding: 0;
	margin: 30px 0 0 0;
}
.pricing-features ul li {
	padding: 12px 0;
	color: #333;
	font-size: 15px;
	border-bottom: 1px solid #e4e4e4;
}
.pricing-features ul li:last-child {
	border-bottom: none;
}
.pricing-features ul li i {
	color: #f5b341;
	margin-right: 10px;
	font-size: 18px;
}
.pricing-features ul li strong {
	color: #091747;
}
.pricing-options {
	margin: 20px 0;
}
.pricing-option {
	background: #ffffff;
	border: 2px solid #e4e4e4;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 15px;
}
.pricing-option-highlight {
	border-color: #f5b341;
	background: linear-gradient(135deg, #fff9f0 0%, #ffffff 100%);
	position: relative;
}
.option-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}
.option-label {
	font-weight: 600;
	color: #091747;
	font-size: 16px;
}
.badge-save {
	background: #f5b341;
	color: #ffffff;
	padding: 4px 12px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}
.pricing-subscription {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px dashed #e4e4e4;
}
.subscription-amount {
	display: block;
	font-size: 24px;
	font-weight: 700;
	color: #091747;
}
.subscription-detail {
	display: block;
	color: #818992;
	font-size: 13px;
	margin-top: 5px;
}
.economy-note {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px dashed #e4e4e4;
	color: #091747;
	font-size: 14px;
	line-height: 1.6;
}
.economy-note strong {
	color: #f5b341;
	font-size: 16px;
}
.pricing-common {
	margin-top: 50px;
	padding: 40px;
	background: #fafafa;
	border-radius: 12px;
	border: 1px solid #e4e4e4;
}
.pricing-common h4 {
	color: #091747;
	font-size: 24px;
	margin-bottom: 30px;
	text-align: center;
}
.common-features {
	margin: 30px 0;
}
.common-features .row > div {
	padding: 15px;
	text-align: center;
	color: #333;
	font-size: 15px;
}
.common-features i {
	color: #f5b341;
	margin-right: 8px;
	font-size: 18px;
}
.pricing-note {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #e4e4e4;
	text-align: center;
}
.pricing-note p {
	color: #818992;
	font-size: 13px;
	margin: 0;
}
.pricing-cta {
	margin-top: 30px;
	text-align: center;
}
.video-section {
	background: url(images/video-bg.jpg) no-repeat fixed center;
	background-size: cover;
	overflow: hidden;
}
.video-overlay {
	background: linear-gradient(to left, #1e1a62e6, rgba(17, 24, 115, 0.9));
}
.video-section h3 {
	font-weight: 600;
	font-size: 38px;
}
.video-section i {
	display: block;
	position: relative;
	width: 70px;
	height: 70px;
	border-radius: 100px;
	background: #ffffff;
	color: #f5b341;
	font-size: 30px;
	line-height: 70px;
	margin: 0 auto;
	cursor:pointer;
}
.video-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	align-content: center !important;
	-ms-flex-line-pack: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.video-popup .video-src {
	position: relative;
	width: 700px;
	max-width: 80%;
}
.video-popup .iframe-src {
	width: 100%;
	height: 0;
	padding-top: 56.3%;
	position: relative;
	display: none;
}
.video-popup .iframe-src iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.single-feature {
	margin-bottom: 80px;
	margin-top: 40px;
}
.single-feature h5 {
	font-size: 16px;
}
.media-right-margin {
	margin-right:25px;
}
.single-feature p {
	font-size: 13px;
}
.icon-border {
}
.icon-border span {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	color: #091747;;
	font-size: 18px;
	line-height: 50px;
	border: 1px solid #091747;
}
.team {
	background: #fafafa;
	border-top: 1px solid #e4e4e4;
}
.team-detail {
	margin-top:40px;
}
.team-detail img {
	border-radius: 50%;
	width: 70%;
}
.team-detail h4 {
	color:#091747;;
	margin-top: 20px;
	font-size: 17px;
	margin-bottom: 0px;
}
.testimonial {
	background: #091747;
	background: linear-gradient(to left, #091747, #cdd8ff);
	padding:100px 0px;
	position:relative;
}
.testimonial::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(images/pattern.png);
}
.bx-prev {
	left: -90px !important;
	background: url(images/arrow-left.png) no-repeat !important;
	background-size: auto auto !important;
	background-size: 100% 100% !important;
}
.bx-next {
	right: -90px !important;
	background: url(images/arrow-right.png) no-repeat !important;
	background-size: auto auto !important;
	background-size: 100% 100% !important;
}
.bx-wrapper {
	border: none !important;
	background: rgba(255, 255, 255, 0.81) !important;
	border-radius: 5px !important;
	box-shadow:none !important;
}
.slider-item {
	padding:20px;
}
.slider .test-img img {
	border: 12px solid #fff;
	border-radius: 50%;
	width: 100%;
	height: auto;
}
.test-img {
	float: left;
	width: 20%;
	margin-right:5%;
}
.test-text {
	float: left;
	width: 75%;
}
.slider .title {
	display: block;
	position: relative;
	margin: 0 0 20px;
	font-size: 1.125em;
	line-height: 1.25;
}
.slider .title span {
	display: block;
	font-size: 1.5em;
	font-weight: 700;
}
.faq {
	background: #fafafa;
	border-bottom: 1px solid #e4e4e4;
}
.faq-content {
	margin: 20px 0px;
}
.faq-content h4 {
	font-weight: 400;
	font-size: 20px;
}
.faq-content p {
	color: #818992;
	font-weight:300;
	margin-top:15px;
}
.faq-accordion {
	margin-top: 40px;
}
.faq-item {
	background: #ffffff;
	border: 1px solid #e4e4e4;
	border-radius: 8px;
	margin-bottom: 15px;
	overflow: hidden;
	transition: all 0.3s ease;
}
.faq-item:hover {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.faq-question {
	padding: 20px 25px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all 0.3s ease;
}
.faq-question:hover {
	background: #f8f9fa;
}
.faq-question h4 {
	margin: 0;
	font-weight: 500;
	font-size: 18px;
	color: #091747;
	flex: 1;
	padding-right: 20px;
}
.faq-icon {
	color: #f5b341;
	font-size: 14px;
	transition: transform 0.3s ease;
}
.faq-item.active .faq-icon {
	transform: rotate(180deg);
}
.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease, padding 0.3s ease;
	padding: 0 25px;
}
.faq-item.active .faq-answer {
	max-height: 1000px;
	padding: 0 25px 20px 25px;
}
.faq-answer p {
	color: #818992;
	font-weight: 300;
	margin-top: 0;
	line-height: 1.6;
}
.faq-answer ul {
	color: #818992;
	font-weight: 300;
	margin-top: 10px;
	padding-left: 20px;
}
.faq-answer ul li {
	margin-bottom: 8px;
	line-height: 1.6;
}
#contact_form .form-input {
	border: 1px solid #e4e4e4;
}
input {
	height: 42px;
	padding: 0 1rem;
	background: #fff;
	border-radius: 30px;
	margin-bottom: 1rem;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border:0;
}
#contact_form textarea {
	resize: none;
	padding: 1rem;
	height: 150px;
	background: #fff;
	border: 0;
	border-radius: 30px;
	margin-bottom: 1rem;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-grad {
 padding: .7rem 2rem;
	display: inline-block;
	color: #fff;
	border-radius: 2rem;
	border: 0;
	background: #091747;
	background: linear-gradient(to left,  #091747, #cdd8ff);
	cursor:pointer;
}
.contact-info {
	padding: 2rem 2rem 1rem;
	border-radius: 8px;
	background: #091747;
	background: linear-gradient(to left,  #091747, #cdd8ff);
}
.contact-item {
	margin:23px 0px;
}
.contact-item i {
	font-size: 20px;
}
.contact-item p {
	line-height: 20px;
	margin: 0;
}
.download {
	background: #091747;
	background: linear-gradient(to left,  #091747, #cdd8ff);
	padding:100px 0px;
	position:relative;
}
.download::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(images/pattern.png);
}
.download ul {
	list-style: none;
}
.download ul li {
	display: inline-block;
	margin: 0px 10px 10px 0px;
}
.download ul li a {
	display: block;
}
.download ul li a img {
	width: 150px;
	border-radius: 7px;
}
.footer-copy {
	background: #ffffff;
	color: #242424;
	font-size: 13px;
	text-align: center;
	padding:15px 0px;
}
.footer-copy p {
	margin-bottom:0px;
}
@media all and (max-width:991px) {
.navbar .navbar-collapse {
	overflow: auto;
	background:  rgb(213, 198, 221);
	color: #fff !important;
	text-align: center;
	padding: 10px 0;
}
.nav-scroll .navbar-collapse {
	background: #fff !important;
}
#contact_form {
	margin-bottom:20px;
}
}
@media all and (max-width:768px) {
.nav-scroll .navbar-brand img, .navbar-brand img {
	transform: scale(0.75) !important;
	-webkit-transform: scale(0.75) !important;
}
.banner-text {
	padding-right: 0px;
	margin: 10px 0px 0px;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 23px;
}
.section-padding {
	padding: 40px 0px;
}
.banner-text p {
	margin: 25px 0px;
}
.banner-text ul li a img {
	width: 140px;
	border-radius: 7px;
}
.sectioner-header {
	width: 90%;
}
.sectioner-header p {
	font-size: 14px;
}
.about-btn {
	padding: 5px 30px;
	margin-top: 0px;
	font-size: 16px;
}
.single-feature {
	margin-bottom: 20px;
	margin-top: 20px;
}
.team-detail {
	margin-top: 20px;
}
.team-detail img {
	width: 50%;
}
.bx-controls
{
	display:none;
}
.bx-wrapper {
	margin: 0px 20px !important;
}
.slider .test-img img {
	margin: 0 auto;
}
.test-img {
	float:none;
	width: 200px;
	height: 200px;
	margin: 0 auto;
}
.test-text {
	float: none;
	width: 100%;
	text-align: center;
}
.section-content {
	margin-top: 40px;
}
.faq-content {
	margin: 10px 0px;
}
.faq-content h4 {
	font-size: 16px;
}
.faq-content p {
	font-size: 13px;
}
.faq-question {
	padding: 15px 20px;
}
.faq-question h4 {
	font-size: 16px;
	padding-right: 15px;
}
.faq-answer {
	padding: 0 20px;
}
.faq-item.active .faq-answer {
	padding: 0 20px 15px 20px;
}
#contact_form {
	margin-bottom:20px;
}
.contact-item {
	font-size: 12px;
}
.download ul li a img {
	width: 120px;
}
.footer-copy p {
	font-size: 10px;
}
.pricing-box {
	padding: 30px 20px;
	margin-bottom: 20px;
}
.pricing-header h3 {
	font-size: 24px;
}
.pricing-icon {
	font-size: 36px;
}
.fee-amount {
	font-size: 28px;
}
.pricing-features ul li {
	font-size: 14px;
}
.pricing-option {
	padding: 15px;
}
.pricing-common {
	padding: 30px 20px;
	margin-top: 30px;
}
.pricing-common h4 {
	font-size: 20px;
}
.common-features .row > div {
	padding: 10px;
	font-size: 14px;
}
.pricing-cta {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.pricing-cta .about-btn {
	margin: 0;
	width: 100%;
}
.pricing-cta .about-btn[style] {
	margin-left: 0 !important;
}
}
