/*------------------------
    ANDRE CUSTOM CSS
-------------------------*/

@font-face {
    font-family: 'averta_stdextrabold';
    src: url('../../../_fonts/averta_extraBold/avertastd-extrabold-webfont.woff2') format('woff2'),
         url('../../../_fonts/averta_extraBold/avertastd-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


.navbar-area.nav-absolute {
    top: 10px;
}

.sk-circle .sk-child::before {
    background-color: #00D4C0;
}



h1, h2, h3, h4, h5, h6 {
    font-family: "averta_stdextrabold", sans-serif;
}

a {
    color: #000;
}

a:hover {
    color: #00D4C0;
}

a.footer-bold-link {
    color: #fff;
    font-weight: bold;
}

a.footer-bold-link:hover {
    color: #00D4C0;
    font-weight: bold;
}

p {
	color: #505b6d;
}

.bold {
	font-weight: bold;
}

.responsive-mobile-menu {
    width: 18%;
}

.text-mobile{
	display: none;
}

.navbar-area.white .nav-container .navbar-collapse .navbar-nav li a:hover {
    color: #0fccce;
}

a.boxed-btn.btn-rounded {
    min-width: max-content;
    background-image: unset;
    background-color: #00D4C0;
}

.contact-btn.boxed-btn.btn-rounded {
    min-width: max-content;
    background-image: unset;
    background-color: #00D4C0;
    border: unset;
    padding: 0px 20px;
}

.btn-wrapper .boxed-btn {
	-webkit-box-shadow: 0px 3px 20px 0px rgba(13, 21, 75, 0.15);
	box-shadow: 0px 3px 20px 0px rgba(13, 21, 75, 0.15);
}

.contact-btn.boxed-btn.btn-rounded.gd-bg-2 {
    display: block;
    float: left;
    margin-left: 0px;
}

.contact-btn.boxed-btn.btn-rounded.gd-bg-2.icn-btn i {
	font-size: 30px;
	margin-left: 5px;
	float: left;
	height: 50%;
}

.language, .language-responsive {
	color: #CFDBED;
	display: block;
	float: right;
	width: 100px;
	position: absolute;
	right: 0;
}

.language-responsive {
    position: relative;
    top: 20px;
    margin-left: 20px;
    display:none;
}

.language a, .language-responsive a {
	color: #505b6d;
}

.language a:hover {
	color: #00D4C0;
}


.price-footer a.boxed-btn.btn-rounded {
    padding: 0px 20px;
}

.boxed-btn.btn-rounded.menu-cta-btn {
    padding: 0px 20px;
}

.boxed-btn {
    padding: 3px 20px;
}


.section-title .subtitle {
    color: #0fccce;
}

.btn-icn {
    padding-top: 15px;
}


.nav-right-content {
    right: unset;
    position: unset;
}

.navbar-area .nav-container .nav-right-content ul {
    margin-left: 40px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
    margin-left: 40px;
}

.navbar-area.white .nav-container .navbar-collapse .navbar-nav li a {
    color: #505b6d;
}

.navbar-area.white .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    color: #505b6d;
}

.header-area.header-bg {
    background-color: #fff;
    background-image: unset;
}

.header-area {
    padding: 250px 0 250px 0;
}

.header-area .header-right-image {
	left: 45%;
	width: 50%;
	max-width: 800px;
	bottom: 12%;
}

.boxed-btn.btn-rounded {
    border-radius: .5rem;
}

.section-title .title {
    color: #252a32;
}

.section-title p {
    color: #505b6d;
}

.btn-wrapper .boxed-btn {
    border: unset;
    text-transform: unset;
}

.btn-wrapper .boxed-btn.blank {
    border: unset;
}

.btn-wrapper .boxed-btn.blank:hover {
    background-image: unset;
    background-color: #252a32;
}

.boxed-btn.btn-rounded:hover {
    background-image: unset;
    background-color: #252a32;
    color: #fff;
}

.section-title {
    max-width: 800px;
    margin: 0px auto;
}

.section-title.white .subtitle {
    color: #B6C8E2;
}

.section-title.white .title {
    color: #000;
}

.section-title.white p {
    color: #505b6d
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
    border-radius: .5rem;
    border: 1px solid #F0F4FA;
    padding-top: 5px;
}


.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
    background-color: unset;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
    background-color: unset;
    color: #0fccce;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
    border: unset;
}

.why-choose-area.why-choose-us-bg{
    background-image: unset;
    background-color: #F0F4FA;
}

.row.why-us {
	margin-top: 60px;
}

.single-why-us-item {
    border: unset;
    background-color: #fff;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}
.single-why-us-item:hover {
    background-color: #00D4C0;
}

.single-active.single-why-us-item {
    background-color: #00D4C0;
    -webkit-box-shadow: 0px 3px 20px 0px rgba(13, 21, 75, 0.15);
	box-shadow: 0px 3px 20px 0px rgba(13, 21, 75, 0.15);
}

.single-active.single-why-us-item:hover {
    background-color: #252a32 !important;
}

.single-active.single-why-us-item .content .title {
    color: #fff;
}

.single-active.single-why-us-item:hover .content .title {
    color: #fff;
}

.single-active.single-why-us-item .content p {
    color: #fff;
}

.single-active.single-why-us-item:hover .content p {
    color: #fff;
}

.single-active.single-why-us-item:hover {
    background-color: #fff;
}

.single-why-us-item:hover .content p {
    color: #fff;
}


.single-why-us-item .content .title {
    color: #252a32;
}

.single-why-us-item:hover .content .title {
    color: #fff;
}

.single-why-us-item .content p {
    color: #505b6d;
}

.pricing-plan-area.pricing-plan-bg {
	background-image: unset;
	background-color: #F0F4FA;
}

.contact-area.pricing-plan-bg {
	background-color: #F0F4FA;
}

.single-price-plan-01 {
	background-color: #fff;
}

.single-price-plan-02 {
	background-color: #fff;
}

.single-price-plan-03 {
	background-color: #fff;
}


.single-price-plan-01, .single-price-plan-02, .single-price-plan-03 {
    border: unset;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

.single-price-plan-01 .price-header .name, .single-price-plan-02 .price-header .name, .single-price-plan-03 .price-header .name {
	color: #0fccce;
}

.single-price-plan-01 .price-header .price-wrap .price, .single-price-plan-02 .price-header .price-wrap .price, .single-price-plan-03 .price-header .price-wrap .price {
    color: #252a32;
}

.single-price-plan-01 .price-header .price-wrap .month, .single-price-plan-02 .price-header .price-wrap .month, .single-price-plan-03 .price-header .price-wrap .month,
.single-price-plan-01 .price-body ul li, .single-price-plan-02 .price-body ul li, .single-price-plan-03 .price-body ul li {
    color: #505b6d;
}

.single-price-plan-02 .price-header .price-wrap {
    margin-bottom: 10px;
}
.price-header {
    margin-bottom: 36px;
}

.price-header p {
    font-weight: bold;
    color: #252a32;
}

.single-price-plan-02::after {
	background-image: unset;
	background-color: #9749F8;
}

.fine-print {
    padding-top: 50px;
    text-align: center;
    margin: 0px auto;
}

.fine-print p {
    font-size: 0.8rem;
    color: #9babc8;
}

.fine-print-home {
    position: absolute;
    padding-top: 150px;
}

.fine-print-home p {
    font-size: 0.8rem;
    color: #505b6d;
    float: left;
}

.title.btn-title {
    color: #000;
    padding-right: 25px;
    margin: 0px;
    padding-bottom: 0px;
    line-height: 3.5rem;
}

.footer-area {
    background-color: #252a32;
    background-image: unset;
}

.footer-widget.nav_menus_widget {
    float: right;
}

.text-btn {
    background-color: unset;
    border: none;
    padding: 0px;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
}

.col-lg-3.col-md-6.widget-nav-column {
    max-width: 15%;
    flex: 0 0 15%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
}

.col-lg-3.col-md-6.widget-text-column {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 45%;
	flex: 0 0 45%;
	max-width: 45%;
}

.widget-text-column .footer-widget.about_widget {
    padding-left: 15%;
}


.back-to-top {
    background-color: #007A8A;
}



.how-it-work-tab-nav .nav-tabs .nav-item .nav-link {
	background-color: #F0F4FA;
}

.how-it-work-tab-nav .nav-tabs .nav-item .nav-link.active {
	background-image: unset;
	background-color: #00D4C0;
}

.how-it-work-tab-nav .nav-tabs {
    border-bottom: 2px solid #F0F4FA;
}

.how-it-work-tab-nav .nav-tabs .nav-item {
    border-right: unset;
    padding: 0px 2px;
}

.how-it-works-tab-content .left-content-area {
    padding-top: 150px;
}

.full-width-tab .left-content-area {
    padding-top: 175px;
}

.full-width-tab .right-content-area .img-wrapper {
    margin-left: -30%;
}

.full-width-tab .price-header p {
    width: 50%;
    margin: 0px auto;
}

.how-it-works-tab-content .left-content-area .title {
	font-size: 34px;
	color: #252a32;
}

.how-it-work-tab-nav .nav-tabs .nav-item .nav-link .number {
	background-image: -moz-linear-gradient(50deg, #5e2ced 0%, #9749f8 100%);
	background-image: -webkit-linear-gradient(50deg, #5e2ced 0%, #9749f8 100%);
	background-image: -ms-linear-gradient(50deg, #5e2ced 0%, #9749f8 100%);
}

.how-it-work-tab-nav {
    margin-bottom: 100px;
}


/*------------------------
    Light Tabs start
-------------------------*/

.nav-item {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

.how-it-work-tab-nav.light-tabs .nav.nav-tabs {
    border: unset;
}

.how-it-work-tab-nav .nav-tabs .nav-item {
    padding: unset;
}

.how-it-work-tab-nav.light-tabs .nav-tabs .nav-item .nav-link {
	color: #CFDBED;
    background-color: unset;
    border-bottom: 2px solid #CFDBED;
    padding-left: 0px;
	padding-right: 100px;
}

.how-it-work-tab-nav.light-tabs .nav-tabs .nav-item .nav-link.active {

	color: #000;
    background-color: unset;
    border-bottom: 2px solid #9749F8;
}


.how-it-work-tab-nav.light-tabs .nav-tabs .nav-item .nav-link .number {
    color: unset;
	background-image: unset;
	right: unset;
	left: 0;
	font-size: 30px;
	text-align: left;
	border: unset;
}

.how-it-work-tab-nav.light-tabs .nav-tabs .nav-item .nav-link:hover {
    color: #00D4C0;
}

.how-it-work-tab-nav.light-tabs .nav-tabs .nav-item .nav-link.active:hover {
    color: #000;
}

.how-it-work-tab-nav.light-tabs {
    margin-bottom: 60px;
}

/*------------------------
    Switch Tabs start
-------------------------*/

.how-it-work-tab-nav.switch-tabs .nav-tabs {
	margin-top: unset;
}

.how-it-work-tab-nav.switch-tabs .nav-tabs .nav-item .nav-link {
	color: #7A93B8;
    background-image: unset;
    background-color: unset;
}

.how-it-work-tab-nav.switch-tabs .nav-tabs .nav-item .nav-link.active {
    border-bottom: 2px solid #00D4C0;
    color: #000;


}

.how-it-work-tab-nav.switch-tabs .nav-tabs .nav-item .nav-link:hover {
	color: #00D4C0;
}

.how-it-work-tab-nav.switch-tabs .nav-tabs .nav-item .nav-link.active:hover {
	color: #000;
}

.price-body .fas.fa-check.btn-icn {
    color: #00D4C0;
    margin-right: 5px; 
}




/*------------------------
    Lottie start
-------------------------*/


.lottie_icon {
    width: 80px;
    height: 80px;
    top: -20%;
    position: relative;
    left: -15%;
}

#lottie_icn {
			width:100%;
            height:100%;
            display:block;
            overflow: hidden;
            transform: translate3d(0,0,0);
            text-align: center;
            opacity: 1;
}

#lottie_icn_other {
			width:100%;
            height:100%;
            display:block;
            overflow: hidden;
            transform: translate3d(0,0,0);
            text-align: center;
            opacity: 1;
}

.email-icn {
    width: 200px;
    height: 200px;
    margin: 0px auto;
	margin-top: 60px;
    margin-bottom: 40px;
}


/*------------------------
    Contact form start
-------------------------*/

#spinner_sending {
    width: 60px;
    height: 60px;
    display: inline-block;
    margin: 0px auto;
    margin-left: 20px;
    float: left;
    
}

.modal-dialog {
    width: 80%;
    max-width: 900px;
    margin: 0px auto;
    margin-top: 7%;
}

.modal-content {
    border: unset;
}

.modal-header {
    border: unset;
    padding: 40px;
    padding-bottom: 0px;
}

.modal-body {
	padding: 40px;
	padding-top: 0px;
}

.modal-body .instructions {
	text-align: center;
	width: 80%;
	margin: 0px auto;
	padding: 20px;
}

.modal-title {
    float: left;
    text-align: left;
    margin: 0px auto;
    color: #000;
    font-size: 48px;
	line-height: 58px;

}

h4.modal-title {
	width: 100%;
    text-align: center;
    padding-bottom: 20px;
}

.close {
    margin: 0px !important;
}

#btnContactUs {
    color: #fff;
    background-color: #00D4C0;
    border: unset;
    border-radius: .5rem;
    padding: 0px 20px;
    text-align: center;
    font-weight: 600;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	width: 202px;
	float: left;
}

#btnContactUs:hover {
    background-color: #000;
	color: #fff
}

.form-control {
    display: block;
    width: 100%;
    padding: 1rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #F0F4FA;
    background-clip: padding-box;
    border: unset;
    border-radius: .25rem;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 0.5;
}

.form-column-left {
    width: 50%;
    float: left;
    padding-right: 2.5%;
}
.form-column-right {
    width: 50%;
    float: left;
}

label {
    color: #000;
    font-weight: 600;
    width: 100%;
}

#success_message {
	color: #505b6d;
    padding: 20px;
    text-align: center;
}

#error_message {
    color: red;
    padding: 20px;
    text-align: center;
}

section {
	overflow: hidden;
}

#section-pricing {
    padding-bottom: unset;
}

#section-contact {
	padding-top: 60px;
    padding-bottom: 100px;
}

.hide-on-desktop{
	display:none !important;
}

.logos {
    margin-top: -30px;
    position: relative;
    padding-bottom: 110px;
}

/*------------------------
    RESPONSIVE start
-------------------------*/

@media only screen and (min-width: 0px) and (max-width: 1350px) {
.language {
	display: none;
}
.language-responsive {
	display: block;
	width: unset;
}
}


@media only screen and (min-width: 767px) and (max-width: 1199px) {
.price.monthly {
	display: block;
	width: 100%;
}
}


/*------------------------
    iPAD PORTRAIT
-------------------------*/
@media only screen and (min-width: 767px) and (max-width: 991px) {
.responsive-mobile-menu {
    width: 30%;
}
.language {
	display: none;
}
.language-responsive {
	display: none;
}

.header-area {
	padding: 80% 0 18% 0 !important;
	border-bottom: unset !important;
}
.header-area .header-right-image {
	top: 10%;
    max-width: 600px;
    bottom: 12%;
}
.how-it-works-tab-content {
    padding-left: 25px;
    padding-right: 25px;
}
.how-it-works-tab-content .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
	padding-right: 5px;
	padding-left: 5px;
}
#section-pricing .container {
	padding-right: 15px;
	padding-left: 15px;
	max-width: 100%;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
#section-pricing .container {
	padding-right: 15px;
	padding-left: 15px;
	max-width: 540px;
}
}

@media only screen and (min-width: 0px) and (max-width: 1199px) {
.col-lg-3.col-md-6.widget-nav-column {
    display: none;
}
.footer-area .col-lg-3.col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.full-width-tab .left-content-area {
    padding-top: 120px;
}
}


/*------------------------
    iPAD pro contact form
-------------------------*/
@media only screen and (min-width: 0px) and (max-width: 1366px) and (max-height: 1366px) {
.instructions{
	display: none;
}
.modal-dialog {
	width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0px auto;
}
.modal-header {
    padding: unset;
}
.modal-body {
    padding: 1rem;
    padding-top: 20px;
}

.modal-content {
	min-width: 100%;
    min-height: 100%;
    max-width: unset;
    border-radius: unset;
}
h4.modal-title {
    padding-bottom: 60px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
.header-area {
    padding: 200px 0 250px 0;
}
.header-area .header-right-image {
    bottom: 16%;
}
}

@media only screen and (min-width: 0px) and (max-width: 991px) {
.container.nav-container {
    max-width: 100%;
}
.navbar-toggler {
    background-color: #00D4C0;
}
.navbar-area .responsive-mobile-menu .navbar-toggler {
	margin: unset;
	margin-top: 20px;
}
.responsive-mobile-menu {
    width: 100%;
}
.logo-wrapper {
    width: 300px;
}
.navbar-area .nav-right-content {
    display: none;
}
.language {
	display: none;
}
.header-area {
    padding: 100% 0 25% 0;
    border-bottom: unset;
}
.header-area .header-right-image {
	display: block;
	width: 95%;
	left: 4%;
	right: 4%;
	top: 0%;
	margin: 0px auto;
}

.fine-print-home {
    padding-top: 250px;
}
.navbar-nav {
	border-radius: .5rem;
	border: 1px solid #F0F4FA;
	padding-top: 5px;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
	background-color: #fff;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li {
	display: block;
	text-align: left;
	line-height: 30px;
	padding: 12px 30px;
	white-space: nowrap;
	border-bottom: unset;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
    margin-left: unset;
}
.navbar-area .navbar-collapse {
	background: unset;
	top: 50px;
}

.navbar-area.nav-absolute {
    top: 0;
}
.collapse.in {
    display: block;
}

.how-it-works-tab-content {
	padding: unset;
}

.how-it-work-tab-nav.light-tabs {
    margin-bottom: unset;
}

.how-it-work-tab-nav.light-tabs .nav.nav-tabs {
    text-align: left;
}

.how-it-work-tab-nav.light-tabs .nav.nav-tabs .nav-item {
    width: 33.333%;
    padding: 0px;
    margin: 0px;
    text-align: left;
}
.text-desktop{
	display: none;
}
.text-mobile{
	display: block;
}
.how-it-works-tab-content .left-content-area {
    padding-top: 20px;
}
.hide-on-mobile{
	display:none !important;
}
.hide-on-desktop{
	display:block !important;
}
#section-pricing .container {
    max-width: 100%;
}
.section-title p {
    display: none;
}
.full-width-tab .right-content-area .img-wrapper {
    width: 80%;
    margin: 0px auto;
}
.full-width-tab .left-content-area {
    padding-top: 70px;
}
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
.language {
    top: 30px;
}
.fine-print-home {
    display: none;
}
.single-why-us-item.margin-top-60.wow.zoomIn {
    margin-top: 0px !important;
}
.form-column-left, .form-column-right {
    width: 100%;
    padding: unset;
}
.modal-title {
    display: none;
}
}

@media only screen and (min-width: 0px) and (max-width: 576px) {
.logo-wrapper {
    width: 150px;
}

.navbar-area {
	padding: unset;
}
.navbar-area .responsive-mobile-menu .navbar-toggler {
	margin: unset;
}
#section-pricing .container {
    max-width: 540px;
    	padding-right: 15px;
	padding-left: 15px;
}
.price.monthly {
	display: unset;
	width: unset;
}
.fine-print {
    max-width: 70%;
}
.title.btn-title {
    width: 100%;
    text-align: center;
    margin: 0px auto;
    padding: unset;
    padding-bottom: unset;
    padding-bottom: 30px;
}

.footer-area .col-lg-3.col-md-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.widget-text-column .footer-widget.about_widget{
	padding:unset;
	padding-top: 60px;
}

}


/*------------------------
    EXCEPTION for iPhone X and slimmer phones HEIGHT
-------------------------*/
@media only screen and (max-width: 576px) and (min-height: 737px) and (max-height: 812px) {
.header-area .header-right-image {
    width: 90% !important;
    left: 0 !important;
	right: 0 !important;
    top: 8% !important;
}
.header-area {
    padding: 110% 0 20% 0 !important;
}
}


@media only screen and (min-width: 0px) and (max-width: 375px) {
.header-area .header-right-image {
    width: 80%;
    top: 5%;
}
.header-area {
    padding: 90% 0 25% 0;
}
}
@media only screen and (min-width: 0px) and (max-width: 320px) {
.header-area .header-inner .btn-wrapper .boxed-btn {
    margin: 0 5px;
    width: 130px;
}