@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
.alignleft {
	float: left;
	margin-right: 15px;
}
.alignright {
	float: right;
	margin-left: 15px;
}
.aligncenter {
	display: block;
	margin: 0 auto 15px;
}
a,
a:hover,
a:focus,
input:focus,
textarea:focus,
select:focus,
button:focus {
	outline: 0 solid !important;
	text-decoration: none;
}
a {
	transition: 0.3s;
	color: #3b4040;
}
button {
	transition: 0.3s;
}
a:hover {
	color: #20b2e5;
}
/* input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
} */
img {
	max-width: 100%;
	height: auto;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 15px;
	font-weight: 700;
}
html {
	overflow-x: hidden;
}
body {
	font-family: "Poppins", sans-serif;
	overflow-x: hidden;
	/* position: relative; */
	font-size: 15px;
	font-weight: 400;
	background: #fff;
	color: #3b4040;
}
* {
	scrollbar-width: thin;
	scrollbar-color: #20b2e5 #f1f1f1;
}
::-webkit-scrollbar {
	width: 6px;
	height: 4px;
	border-radius: 10px;
}
::-webkit-scrollbar-track {
	background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
	background: #20b2e5;
}
::-webkit-scrollbar-thumb:hover {
	background: #20b2e5;
}
.common-margin {
	margin-top: 8px;
	margin-bottom: 8px;
}
.common-padding {
	padding-top: 90px;
	padding-bottom: 90px;
}
.common-padding-top {
	padding-top: 90px;
}
.common-padding-bottom {
	padding-bottom: 90px;
}
.fancybox-active.compensate-for-scrollbar {
	margin-right: 0 !important;
}
.white-shaded-bg {
	background: #eeeeee;
}
.row.mp-2 {
	margin-left: -20px;
	margin-right: -20px;
}
.row.mp-2 > [class^="col-"] {
	padding-left: 20px;
	padding-right: 20px;
}
.row.mp-3 {
	margin-left: -30px;
	margin-right: -30px;
}
.row.mp-3 > [class^="col-"] {
	padding-left: 30px;
	padding-right: 30px;
}
.row.mp-5 {
	margin-left: -50px;
	margin-right: -50px;
}
.row.mp-5 > [class^="col-"] {
	padding-left: 50px;
	padding-right: 50px;
}
.d-mobile-flex,
.d-mobile-block {
	display: none !important;
}
/* ----------------------- */
/* HEADER AREA CSS START */
.header-area {
	padding: 15px 0;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 800;
	background: #fff;
	border-bottom: 1px solid #f5f5f5;
}
.logo a {
	display: inline-block;
}
.logo img {
	height: 60px;
}
.main-menu-area ul,
.navbar-expand-lg .navbar-collapse {
	border: none;
	justify-content: flex-end;
}
.navbar.main-menu-area {
	justify-content: flex-end;
	padding: 0;
}
.navbar.main-menu-area .navbar-toggler {
	color: #1d1d1d;
	padding: 0;
	margin: 0;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	font-size: 28px;
}
.main-menu-area ul li {
	display: inline-block;
	margin-left: 30px;
	margin-bottom: 0 !important;
}
.main-menu-area ul li:first-child {
	margin-left: 0;
}
.main-menu-area ul li a {
	font-weight: 500;
	font-size: 14px;
	display: block;
	border: none !important;
	border-radius: 0 !important;
	padding: 5px;
}
.main-menu-area ul li a.active,
.main-menu-area ul li a:hover {
	color: #20b2e5 !important;
}
/* HERO AREA CSS START */
.hero-area {
	background-color: #eee;
	background-size: cover;
	background-position: center;
	padding: 90px 0;
	/* color: #fff; */
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.hero-area-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.hero-area .container {
	position: relative;
	z-index: 2;
}
.hero-area-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hero-area-bg-image--mobile {
	display: none;
}
/* .hero-area-bg:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	content: "";
	z-index: 2;
	opacity: 0.5;
} */
.hero-area__content h2 {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 22px;
	line-height: 45px;
}
.hero-area__content p {
	margin-bottom: 35px;
	line-height: 28px;
}
.hero-area__content-checklist ul li {
	padding-left: 45px;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}
.hero-area__content-checklist ul li .icon {
	position: absolute;
	left: 0;
	top: -2px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
    overflow: hidden;
    background: #20b2e5;
}
.hero-area__content-checklist ul li .icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hero-area_form-box {
	background: rgb(255 255 255 / 60%);
	padding: 50px 40px;
}

.hero-area_form .steps {
	display: none;
}
.hero-area_form {
	text-align: center;
}
.hero-area_form.wizard > .content {
	background: none !important;
	margin: 0;
	text-align: center;
	min-height: 225px;
}
.hero-area_form.wizard > .content > .body {
	width: 100%;
	height: 100%;
	padding: 0;
}
.hero-area_form-step h3 {
	font-size: 24px;
	font-weight: 500;
	line-height: 40px;
}
.hero-area_form-step h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 15px;
    /* margin-bottom: 40px; */
    margin-bottom: 15px;
}
.hero-area_form-debt-range {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.hero-area-form-radio-button {
	width: 32%;
}
.hero-area-form-radio-button label {
	background: #73a800;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 19px;
	margin: 0 !important;
	cursor: pointer;
	transition: 0.4s;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 7px 20px;
}
.hero-area-form-radio-button input {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}
.hero-area-form-radio-button input:checked ~ label {
	background: #557d00;
	color: #fff;
}
.hero-area_form.wizard > .actions > ul,
.hero-area_form-step-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
	padding-bottom: 8px;
}
.hero-area_form.wizard > .actions > ul > li,
.hero-area_form-step-actions button {
	margin: 0;
	flex: 1;
}
.hero-area_form.wizard > .actions > ul > li:first-child,
.hero-area_form-step-actions button.previous {
	margin-right: 10px;
}
.hero-area_form.wizard > .actions > ul > li.disabled {
	display: none;
}
.hero-area_form.wizard > .actions > ul > li > a,
.hero-area_form-step-actions button {
	background: #20b2e5 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	font-size: 16px;
	font-weight: 400;
	border-radius: 0;
	color: #fff !important;
	text-align: center;
	white-space: nowrap;
	/*box-shadow: 0 5px 5px #087094;*/
	box-shadow: 0 5px 5px #7575756b;
	border: none;
	padding: 4px 15px;
}
.privacy-policy {
    color: #333;
}
.hero-area_form.wizard > .actions > ul > li > a:hover,
.hero-area_form-step-actions button:hover {
	background: #018cbd !important;
	color: #fff;
	box-shadow: 0 5px 5px #8c8c8c;
}
.hero-area_form.wizard > .actions > ul > li > a i.fas.fa-long-arrow-alt-left,
.hero-area_form-step-actions button i.fas.fa-long-arrow-alt-left {
	margin-right: 15px;
}
.hero-area_form.wizard > .actions > ul > li > a i.fas.fa-long-arrow-alt-right,
.hero-area_form-step-actions button i.fas.fa-long-arrow-alt-right {
	margin-left: 15px;
}
.hero-area_form.wizard {
	overflow: initial;
}
.hero-area_form-inputs input {
	width: 100%;
	height: 40px;
	background: #fff;
	border: 1px solid #eee;
	padding: 5px 14px;
	color: #0e0e0e;
	border-radius: 5px;
}
.hero-area_form-agreement {
	font-size: 13px;
}
.hero-area_form-agreement a {
	font-weight: 600;
	color: #20b2e5;
}
.hero-area_form.wizard > .content > .body#steps-uid-0-p-0 {
	height: 225px;
}
.hero-area_form.wizard > .content > .body#steps-uid-0-p-1 {
	height: 342px;
}
#msform {
	position: relative;
	overflow: hidden;
}
#msform fieldset:not(:first-of-type) {
	display: none;
}
/* TESTIMONIAL AREA CSS START */
.testimonial-area {
	background: #f8f8f8;
	color: #3b4040;
}
.testimonial-title-area {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 60px;
}
.testimonial-title-area h3 {
	margin-bottom: 0;
	font-weight: 500;
	font-size: 30px;
}
.testimonial-title-area h3 span {
	font-weight: 700;
	color: #20b2e5;
}
.testimonial-item__single {
	display: flex;
	background: #fffde7;
	padding: 30px 40px;
}
.testimonial-item__user {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	background: #20b2e5;
	border: 3px solid #20b2e5;
}
.testimonial-item__user img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.testimonial-item__percentage-rating {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
}
.testimonial-item__percentage-rating .percentage {
	font-family: "Oswald";
	font-size: 33px;
	color: #20b2e5;
}
.testimonial-item__percentage-rating .rating-logo img {
	height: 30px;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.testimonial-item__percentage-rating .rating-logo {
	margin-bottom: 7px;
}
.testimonial-item__percentage-rating .rating-symbol {
	font-size: 14px;
	color: #dfa737;
}
.testimonial-item__text {
	font-size: 16px;
	margin-bottom: 30px;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}
.testimonial-item__icon {
	width: 70px;
	padding-top: 140px;
	margin-right: 25px;
}
.testimonial-item__content {
	width: calc(100% - 95px);
}
.testimonial-item__plans {
	display: flex;
	align-items: center;
}
.testimonial-item__plan--before,
.testimonial-item__plan--after {
	display: flex;
	align-items: center;
	margin-right: 40px;
}
.testimonial-item__plan-text {
	font-size: 18px;
	color: #20b2e5;
}
.testimonial-item__plan-circular-bar {
	white-space: nowrap;
	font-family: "Oswald";
	text-align: center;
	margin-right: 20px;
	position: relative;
	z-index: 1;
}
.testimonial-item__plan-circular-bar .plan-content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.testimonial-item__plan-circular-bar .money {
	display: block;
	font-size: 17px;
	line-height: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.testimonial-item__plan-circular-bar .per-month {
	font-size: 9px;
	line-height: 9px;
}
.testimonial-item__person-name {
	margin: 0;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	margin-top: 30px;
	padding-top: 15px;
	border-top: 1px solid #ffee33;
	color: #20b2e5;
}
.testimonial-area .container {
	position: relative;
}
.testimonial-carousel .owl-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}
.testimonial-carousel .owl-dots button {
	width: 12px;
	height: 12px;
	background: #3b4040 !important;
	margin: 0 3px;
	cursor: pointer !important;
	border-radius: 50%;
}
.testimonial-carousel .owl-dots button.active {
	background: #20b2e5 !important;
}
/* FAQ AREA CSS START */
.faq__image {
	height: 350px;
	position: relative;
	z-index: 1;
	margin-top: 20px;
	margin-left: 20px;
}
.faq__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.faq__image:before {
	position: absolute;
	left: -20px;
	top: -20px;
	width: 95%;
	height: 98%;
	background: #20b2e5;
	content: "";
	z-index: -1;
}
.faq__images {
	position: relative;
	display: inline-flex;
}
.faq__image--large {
	width: 420px;
	height: 420px;
	border-radius: 50%;
	overflow: hidden;
	background: #eee;
}
.faq__image--small {
	position: absolute;
	right: 9%;
	bottom: -45px;
	border: 10px solid #fff;
	border-radius: 50%;
	overflow: hidden;
	width: 200px;
	height: 200px;
	background: #eee;
}
.faq__image--large img,
.faq__image--small img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.faq_contents h3 {
	font-size: 26px;
	font-weight: 400;
	color: #20b2e5;
	margin-bottom: 30px;
	margin-top: 20px;
}
.faq__list-item-title button {
	background: #f8f8f8;
	display: flex;
	text-align: left;
	width: 100%;
	border: none;
	padding: 5px 10px;
	color: #64686b;
	font-size: 16px;
}
.faq__list-item {
	margin: 8px 0;
}
.faq__list-item-title button .icon {
	color: #20b2e5;
	margin-right: 10px;
	font-size: 17px;
	transition: 0.3s;
}
.faq__list-item-title button[aria-expanded="true"] .icon {
	transform: rotate(90deg);
}
.faq__list-item-content {
	background: #f8f8f8;
	padding: 16px 25px;
	color: #4e4e4e;
	font-size: 14px;
	line-height: 25px;
}
.faq__list-item-title button[aria-expanded="true"] {
	border-bottom: 1px solid #e8e8e8;
}
/* HELP AREA CSS START */
.help-area__content ul li {
	display: flex;
	margin: 10px 0;
	font-size: 16px;
	line-height: 28px;
}
.help-area__content ul li .icon {
	width: 16px;
	margin-right: 15px;
	color: #20b2e5;
}
.help-area__content ul li .text {
	width: calc(100% - 40px);
}
/* CONTACT AREA CSS START */
.contact-area h2 {
	color: #20b2e5;
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 10px;
}
.contact-area__content h6 {
	font-weight: 600;
	color: #20b2e5;
	padding-left: 45px;
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
	font-size: 14px;
}
.contact-area__content h6:before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 2px;
	background: #20b2e5;
	content: "";
}
.contact-area__content h1 {
	font-weight: 600;
	margin-bottom: 30px;
	font-size: 34px;
}
.contact-area__content p {
	color: #3b4040;
	line-height: 26px;
	margin-bottom: 35px;
}
.contact-area__content ul li {
	color: #3b4040;
	display: flex;
	align-items: center;
	margin: 20px 0;
}
.contact-area__content ul li .icon {
	margin-right: 16px;
}
.contact-area__content ul li .icon img {
	height: 40px;
}
.contact-form-area p {
	font-size: 12px;
	margin-bottom: 30px;
}
.contact-form input {
	background: #f8f8f8;
	width: 100%;
	border: none;
	height: 50px;
	padding: 5px 15px;
	color: #0e0e0e;
	font-weight: 500;
}
.contact-form-terms {
	font-size: 10px;
	margin-bottom: 15px;
}
.btn-submit {
	width: 100%;
	height: 50px;
	background: #20b2e5;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	color: #fff;
	border: none;
}
.btn-submit:hover {
	color: #fff;
	background: #018cbd;
}
.contact-area {
	position: relative;
	z-index: 1;
}
.btn-submit .icon {
	margin-left: 15px;
}
/* FOOTER AREA CSS START */
.footer-area {
	padding: 60px 0;
	border-top: 2px solid #20b2e5;
}
.footer-logo a {
	display: inline-block;
}
.footer-logo img {
	height: 50px;
}
.footer-logo {
	margin-bottom: 30px;
}
.footer-text {
	font-size: 14px;
	line-height: 28px;
}
.footer-area__content {
	width: 80%;
}
.footer-links-area h3 {
	font-size: 17px;
	font-weight: 500;
	/* text-decoration: underline; */
	color: #20b2e5;
	margin-bottom: 30px;
}
.footer-links {
	display: flex;
}
.footer-links ul {
	width: 50%;
}
.footer-links ul li {
	margin-bottom: 15px;
}
.footer-links ul li:last-child {
	margin-bottom: 0;
}
.footer-links ul li a {
	font-size: 14px;
	font-weight: 300;
}
.footer-contact-info-box {
	margin-bottom: 25px;
}
.footer-contact-info-box:last-child {
	margin-bottom: 0;
}
.footer-contact-info-box h5 {
	font-size: 17px;
	font-weight: 400;
	color: #20b2e5;
}
.footer-contact-info-box a {
	font-size: 17px;
	text-decoration: underline;
}
.copyright-area {
	background: #20b2e5;
	color: #fff;
	padding: 35px 0;
}
.copyright-text {
	font-size: 14px;
	font-weight: 400;
	margin: 0;
}
.scroll-to-top {
	position: fixed;
	right: 40px;
	bottom: 40px;
	z-index: 800;
	width: 40px;
	height: 40px;
	background: #fff;
	border: none;
	color: #20b2e5;
	border-radius: 50%;
	box-shadow: 0 0 5px #ddd;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
}
.scroll-to-top:hover {
	box-shadow: 0 0 10px #ddd;
}
.scroll-to-top.active {
	opacity: 1;
	visibility: visible;
}
/* REDUCE DEBT AREA CSS START */
.reduce-debt__box {
	background: #fff;
	border-left: 2px solid #20b2e5;
	position: relative;
	z-index: 2;
	margin-top: -25px;
	padding: 35px 30px;
	box-shadow: 0 7px 20px #eee;
}
.reduce-debt__box-red-dot {
	position: absolute;
	left: 24px;
	top: 20px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #f6475f;
	opacity: 0.08;
}
.reduce-debt__box-green-dot {
	position: absolute;
	left: 40%;
	top: 80%;
	width: 10px;
	height: 10px;
	background: #68ef71;
	border-radius: 50%;
	opacity: 0.24;
}
.reduce-debt__box-blue-dot {
	position: absolute;
	left: 62%;
	top: 66%;
	width: 8px;
	height: 8px;
	border: 1px solid #20b2e5;
	border-radius: 50%;
	background: none;
}
.reduce-debt__box h3 {
	font-size: 26px;
	font-weight: 600;
	margin: 0;
}
.box-link {
	display: inline-flex;
	height: 50px;
	align-items: center;
	background: #20b2e5;
	color: #fff;
	font-size: 16px;
	border-radius: 7px;
	overflow: hidden;
	font-weight: 500;
}
.box-link .text {
	padding: 4px 27px;
}
.box-link .icon {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	background: #018cbd;
	border-radius: 6px;
	transition: 0.3s;
}
.box-link:hover {
	background: #018cbd;
	color: #fff;
}
.box-link:hover .icon {
	background: #00729b;
}
/* DEBT EXPERT AREA CSS START */
.debt-experts__image {
	height: 200px;
	overflow: hidden;
	position: relative;
	z-index: 3;
	background: #eee;
}
.debt-experts__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.debt-experts__images .debt-experts__image:first-child {
	margin-bottom: 15px;
}
.debt-experts__images {
	padding: 12px;
	position: relative;
	z-index: 1;
}
.debt-experts__images:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-left: 0 solid transparent;
	border-right: 130px solid transparent;
	border-top: 130px solid #20b2e5;
	content: "";
	z-index: 2;
}
.debt-experts__images:after {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-right: 0 solid transparent;
	border-left: 130px solid transparent;
	border-bottom: 130px solid #20b2e5;
	content: "";
	z-index: 2;
}
.debt-experts__contents h2 {
	font-size: 30px;
	line-height: 45px;
	margin-bottom: 45px;
}
.debt-experts__contents {
	width: 80%;
}
.debt-experts__features {
	margin-bottom: 50px;
}
.debt-experts__features ul li {
	margin-bottom: 25px;
	display: flex;
}
.debt-experts__features ul li .icon {
	width: 60px;
	margin-right: 15px;
}
.debt-experts__features ul li .text {
	width: calc(100% - 75px);
}
.debt-experts__features ul li .text .title {
	display: block;
	margin-bottom: 8px;
	font-weight: 600;
	font-size: 17px;
}
.debt-experts__features ul li .text .details {
	font-size: 14px;
}
/* SECTORS EXPERTS AREA CSS START */
.sectors-experts-area {
	background: #eeeeee;
}
.sectors-experts-title-area h5 {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 15px;
	margin-bottom: 20px;
	color: #20b2e5;
	letter-spacing: 3px;
}
.sectors-experts-title-area h1 {
	font-size: 32px;
	color: #292929;
	margin-bottom: 55px;
}
.sectors-experts-type__single {
	background: #fff;
	padding: 30px;
	padding-top: 80px;
	position: relative;
	z-index: 1;
	padding-bottom: 40px;
	box-shadow: 0 3px 6px #ddd;
}
.sectors-experts-type__icon {
	position: absolute;
	left: 50%;
	top: -50px;
	transform: translateX(-50%);
	background: #fff;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	padding: 25px;
	box-shadow: 0 0 0 12px #eee;
}
.sectors-experts-type__icon img {
	width: auto !important;
	height: auto !important;
	margin: 0 auto;
}
.sectors-experts-types-carousel.owl-carousel .owl-stage-outer {
	padding-top: 50px;
	padding-bottom: 30px;
}
.sectors-experts-type__single h4 {
	font-size: 16px;
	font-weight: 600;
}
.sectors-experts-type__single p {
	font-size: 13px;
	margin: 0;
}
.arrow-link {
	display: inline-flex;
	height: 50px;
	align-items: center;
	padding: 5px 30px;
	background: #20b2e5;
	color: #fff;
	font-weight: 500;
	white-space: nowrap;
}
.arrow-link .icon {
	margin-left: 20px;
}
.arrow-link:hover {
	background: #018cbd;
	color: #fff;
}
.sectors-experts-types-carousel {
	margin-bottom: 40px;
}
.sectors-experts-type__single a {
	display: inline-flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	background: #20b2e5;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	bottom: -30px;
	transform: translateX(-50%);
	font-size: 14px;
	visibility: hidden;
	opacity: 0;
}
.sectors-experts-type__single:hover a {
	bottom: -20px;
	opacity: 1;
	visibility: visible;
}
.sectors-experts-type__single a:hover {
	background: #018cbd;
	color: #fff;
}
.sectors-experts-types-carousel .owl-nav button {
	position: absolute;
	left: -13px;
	top: calc(50% + 8px);
	background: #fff !important;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 2px solid #eee !important;
	font-size: 10px !important;
	transform: translateY(-50%);
	line-height: 10px !important;
}
.sectors-experts-types-carousel .owl-nav button.owl-next {
	left: auto;
	right: -13px;
}
.sectors-experts-types-carousel .owl-nav button:hover {
	background: #20b2e5 !important;
	color: #fff;
}
/* TEAM AREA CSS START */
.team-member__title h5 {
	color: #20b2e5;
	font-weight: 600;
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
	display: inline-block;
}
.team-member__title h5:before {
	position: absolute;
	left: -30px;
	top: 50%;
	width: calc(100% + 60px);
	height: 2px;
	content: "";
	background: #20b2e5;
	transform: translateY(-50%);
}
.team-member__title h5 span {
	background: #fff;
	position: relative;
	z-index: 2;
	padding: 0 15px;
}
.team-member__title h2 {
	margin-bottom: 50px;
	font-size: 32px;
}
.team-member__image {
	height: 260px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.team-member__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.team-member__box {
	position: relative;
	z-index: 1;
	transition: 0.3s;
	background: #eee;
}
.team-member__info {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 100%;
	background: #06121b;
	z-index: 3;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	color: #fff;
	transition: 0.4s;
}
.team-member__info h3 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 8px;
}
.team-member__info p {
	font-weight: 600;
	font-size: 13px;
	margin-bottom: 10px;
}
.team-member__info a {
	color: #20b2e5;
	font-size: 14px;
}
.team-member__info a:hover {
	color: #509ff1;
}
.team-member__info a.phone {
	display: flex;
	align-items: center;
}
.team-member__info a.phone .icon {
	margin-right: 7px;
}
.team-member__info ul li {
	display: inline;
	margin-right: 10px;
}
.team-member__info ul {
	margin-top: 10px;
}
.team-member__info ul li:last-child {
	margin-right: 0;
}
.team-member__info ul li a {
	color: #fff;
	font-size: 15px;
}
.team-member__info ul li a:hover {
	color: #20b2e5;
}
.team-member__box:hover {
	transform: scale(0.9);
}
.team-member__box:hover .team-member__info {
	top: 0;
}
/* MESSAGE AREA CSS START */
.messages-area .col-lg-6 {
	margin-bottom: 25px;
}
.message-box {
	background: #f8f8f8;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.message-box__top {
	padding: 30px;
}
.message-box__icon img {
	height: 60px;
}
.message-box__icon {
	margin-bottom: 15px;
}
.message-box__top h3 {
	font-weight: 400;
	font-size: 23px;
}
.message-box__top p {
	font-size: 14px;
	line-height: 25px;
	margin: 0;
}
.message-box__bottom {
	background: #fffde7;
	padding: 8px 18px;
	border-left: 2px solid #20b2e5;
	font-size: 13px;
	font-weight: 600;
	color: #20b2e5;
	height: 75px;
	overflow: hidden;
	display: flex;
	align-items: center;
}
/* HELP AREA CSS START */
.help-area {
	background-color: #eee;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
}
.help-area:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	content: "";
	z-index: -1;
	opacity: 0.85;
}
.help-area__content h5 {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 13px;
	margin-bottom: 20px;
	letter-spacing: 2px;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.help-area__content h5:before {
	position: absolute;
	right: -50px;
	top: 50%;
	width: 30px;
	height: 3px;
	background: #20b2e5;
	content: "";
	transform: translateY(-50%);
}
.help-area__content h3 {
	font-size: 32px;
	margin-bottom: 35px;
}
.help-area__video-bg-image {
	width: 300px;
	height: 330px;
	overflow: hidden;
	position: relative;
	z-index: 3;
	background: #eee;
}
.help-area__video-bg-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.help-area__video-bg {
	display: inline-flex;
	position: relative;
	z-index: 1;
	padding: 15px;
}
.help-area__video-link {
	position: absolute;
	left: -5px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 4;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #20b2e5;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 0 15px rgb(255 255 255 / 0.7),
		0 0 0 30px rgb(255 255 255 / 0.6), 0 0 5px 32px rgb(224 224 224 / 0.2);
	color: #fff;
}
.help-area__video-link:hover {
	background: #018cbd;
	color: #fff;
}
.help-area__video-link img {
	height: 16px;
}
.help-area__video-bg:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-left: 0 solid #ddd;
	border-right: 100px solid transparent;
	border-top: 100px solid #fff;
	content: "";
	z-index: 2;
}
.help-area__video-bg-design {
	position: absolute;
	right: -4px;
	top: -4px;
	width: 60%;
	height: calc(100% + 8px);
	border-right: 2px solid #20b2e5;
	border-bottom: 2px solid #20b2e5;
	z-index: 2;
}
.help-area__video-bg-design:before {
	position: absolute;
	left: 40%;
	top: 50%;
	width: 2px;
	height: 108.5%;
	background: #20b2e5;
	content: "";
	z-index: 2;
	transform: translateY(-50%) rotate(23deg);
}
.help-area__video-bg-design:after {
	position: absolute;
	right: 0;
	top: 0;
	width: 20%;
	height: 2px;
	background: #20b2e5;
	content: "";
	z-index: 2;
}
.help-area__video {
	display: inline-flex;
	position: relative;
	z-index: 1;
}
/* LOGO CAROUSEL AREA CSS START */
.logo-box.vertical {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 13px;
	color: #999;
}
.logo-image img {
	height: 45px;
	width: auto !important;
}
.logo-text {
	margin-top: 4px;
}
.single-logo-text h5 {
	font-size: 13px;
	font-weight: 400;
	color: #999;
	margin-bottom: 5px;
}
.single-logo-text {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.logo-large-image img {
	height: 45px;
	width: auto !important;
}
/* THANK YOU AREA CSS START */
.thank-you-title-area h1 {
	font-size: 43px;
	font-weight: 200;
	color: #20b2e5;
	line-height: 50px;
}
.thank-you-message-area h3 {
	font-weight: 200;
	color: #20b2e5;
	font-size: 28px;
	line-height: 38px;
	margin-bottom: 30px;
}
.thank-you-message-area p {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 25px;
}
.thank-you-message-area ul li {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 300;
	display: flex;
}
.thank-you-message-area ul li .icon img {
	width: 23px;
	background: #20b2e5;
    border-radius: 50px;
}
.thank-you-message-area ul li .icon {
	width: 23px;
	margin-right: 15px;
}
.thank-you-message-area ul li .text {
	width: calc(100% - 40px);
}
.thank-you-message-area ul {
	margin-bottom: 30px;
}
.thank-you-footnote {
	margin-top: 30px;
}
.thank-you-footnote h3 {
	font-size: 20px;
	font-weight: 500;
	color: #20b2e5;
	margin-bottom: 10px;
}
.thank-you-footnote p {
	margin-bottom: 0;
}
.horizontal-separator {
	height: 150px;
	width: 1px;
	background: #20b2e5;
}
.thank-you-footnote p a {
	color: #20b2e5;
	font-weight: 500;
}
.thank-you-footnote p a:hover {
	text-decoration: underline;
}
section.messages-area {
	padding-top: 4%;
}
/* NEW CSS START */
.hero-area_form .form-group label.error {
	display: block;
	text-align: left;
	font-size: 12px;
	color: #efff00;
	margin-bottom: 0;
	margin-top: 2px;
}
.hero-area_form-inputs {
	margin-top: 12px;
}
.hero-area_form.wizard > .actions > ul > li > a:disabled,
.hero-area_form-step-actions button:disabled {
	background: #003b50 !important;
	color: #ffffff !important;
	opacity: 0.8;
}
.hero-area_form-step-actions button.submit:disabled i.fas {
	color: #fff;
}
.hero-area_form-step-actions button.submit:disabled {
	opacity: 1;
}
.response-error {
	font-size: 13px;
	margin-top: 10px;
	color: #ffa500;
	border: 2px solid #ffa500;
	padding: 3px 10px;
}
.contact-form .form-group label.error {
	display: block;
	margin-bottom: 0;
	font-size: 12px;
	color: #f00;
	margin-top: 2px;
}
/* ADVANCE FEATURES CSS */
.advance-feature-area {
	background: #f8f8f8;
}
.advance-feature__single {
	background: rgb(255 255 255 / 55%);
	border-radius: 5px;
	transition: 0.4s;
	display: block;
	padding: 25px;
	box-shadow: 0 0 60px #f4f4f4;
	height: 100%;
	cursor: pointer;
}
.advance-feature__icon img {
	transition: 0.3s;
	width: 100%;
	height: 100%;
	object-fit: contain;
	position: absolute;
	left: 0;
	top: 0;
}
.advance-feature__icon img.hover,
.advance-feature__single:hover .advance-feature__icon img.normal {
	opacity: 0;
	visibility: hidden;
}
.advance-feature__icon {
	position: relative;
	z-index: 1;
	width: 40px;
	height: 50px;
	margin-bottom: 15px;
}
.advance-feature__single:hover .advance-feature__icon img.hover {
	opacity: 1;
	visibility: visible;
	z-index: 2;
}
.advance-feature__title {
	font-size: 16px;
	margin-bottom: 10px;
	transition: 0.3s;
}
.advance-feature__single p {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 0;
	color: #777;
	transition: 0.3s;
}
.advance-feature-list [class^="col"] {
	margin: 16px 0;
}
.advance-feature__single:hover h3,
.advance-feature__single:hover p {
	color: #fff;
}
.advance-feature__single:hover {
	background: #20b2e5;
	background: -moz-linear-gradient(-45deg, #20b2e5 0%, #008be2 100%);
	background: -webkit-linear-gradient(-45deg, #20b2e5 0%, #008be2 100%);
	background: linear-gradient(135deg, #20b2e5 0%, #008be2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20b2e5', endColorstr='#008be2',GradientType=1 );
	box-shadow: 0 0 60px #ceecff;
}
.advance-feature-info {
	padding-left: 30px;
}
.advance-feature-info h2 {
	width: 80%;
	text-transform: capitalize;
	font-size: 30px;
}
.advance-feature-info p {
	color: #777;
	line-height: 28px;
	margin-bottom: 30px;
}
.advance-feature-info-list ul li {
	margin-bottom: 18px;
	font-size: 14px;
	color: #555;
	display: flex;
}
.advance-feature-info-list ul li .icon {
	width: 20px;
	margin-right: 10px;
	color: #20b2e5;
	padding-top: 2px;
}
.advance-feature-info-list ul li .text {
	width: calc(100% - 30px);
}
/* COMPANY FEATURES CSS */
.company-features__image {
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 0 20px #ddd;
}
.company-features__short-title {
	font-size: 15px;
	text-transform: capitalize;
	font-weight: 600;
	color: #20b2e5;
	margin-bottom: 10px;
}
.company-features__title {
	font-size: 30px;
	margin-bottom: 30px;
}
.company-features__title span {
	display: block;
	font-weight: 300;
	color: #777;
	font-size: 34px;
}
.company-features-info p {
	color: #777;
	line-height: 30px;
	margin-bottom: 0;
}
.company-features-chart {
	margin-top: 35px;
}
.company-features__single {
	display: flex;
	align-items: center;
}
.company-features__single-circular-bar {
	position: relative;
	font-family: "Oswald";
	font-weight: 500;
	color: #20b2e5;
	white-space: nowrap;
	margin-right: 25px;
}
.company-features__single-circular-bar .chart-content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
}
.company-features__single-circular-bar .chart-info {
	display: flex;
	align-items: center;
}
.company-features__single-text {
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
}
.company-features__image img {
    width: 100%;
}
.company-features-chart [class^='col'] {
    margin: 15px 0;
}
/* HERO CHANGE CSS */
.hero-area.full-height {
    min-height: calc(100vh - 190px);
    display: flex;
    align-items: center;
}
/* .hero-area.full-height .hero-area-bg:before {
    opacity: .2;
} */
.hero-area_form-step h6 {
    display: inline-block;
    position: relative;
    z-index: 1;
    font-weight: 400;
    text-transform: uppercase;
    opacity: .9;
    margin-top: 10px;
}
.hero-area_form-step h6:before,
.hero-area_form-step h6:after {
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
    background: #3b4040;
    width: 50px;
    height: 1px;
    content: "";
    opacity: .9;
}
.hero-area_form-step h6:after {
    left: auto;
    right: -60px;
}
.hero-area_form-link a {
    background: #73a800;
    color: aliceblue;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    text-transform: capitalize;
    font-size: 20px;
}
.hero-area_form-link {
    margin-top: 50px;
}
.hero-area_form-link.frmbtn1 {
    margin-top: 20px;
}
.hero-area_form-link a .text {
    display: flex;
    flex-direction: column;
    width: 90%;
}
.hero-area_form-link a .text .large {
    font-weight: 600;
}
.hero-area_form-link a .text .small {
    font-size: 60%;
    margin-top: 8px;
    opacity: .7;
}
.hero-area_form-link a:hover {
    background: #557d00;
}
.hero-area.full-height {
    padding: 50px 0;
}
.hero-area.full-height .hero-area_form-step h3 {
    font-size: 34px;
    line-height: 50px;
    margin-bottom: 20px;
}
.hero-area.full-height .hero-area-form-radio-button label {
    font-size: 16px;
    line-height: 24px;
}
.hero-area.full-height .hero-area_form-step h4 {
    font-size: 16px;
    line-height: 22px;
}
.hero-area.full-height .hero-area-bg img {
    object-position: top;
}

.privacy-area {
    background: #f8f8f8;
    padding: 50px 0;
}

.privacy-area h3 {
    font-size: 20px;
}

.privacy-area p {
    line-height: 28px;
}

.privacy-area h3:not(:first-child) {
    margin-top: 30px;
}

.privacy-policy ul {
    list-style: initial;
    margin-left: 20px;
    padding-left: 20px;
    margin-bottom: 30px;
}

.privacy-policy ul li {
    margin-bottom: 10px;
}

.company-features-area {
    background: #f8f8f8;
}

span.cName,
span.cPhone,
span.cEmail {
    font-weight: 600;
    /* text-decoration: underline; */
}