@import url("global-vars.css");
/* Buttons */
.atw-button {
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: relative;
}
.atw-button:-webkit-any-link:focus-visible {
    outline: 0px;
}

body.woocommerce-account.not_logged_in form button[type=submit],body.woocommerce-account.woocommerce-lost-password form button[type=submit],.woocommerce button.button[name="apply_coupon"],body .woocommerce #respond input#submit.alt,body .woocommerce a.button.alt,body .woocommerce button.button.alt,body .woocommerce input.button.alt,body.theme-atworthy .elementor-widget-button .elementor-button-wrapper .elementor-button, .page-template-elementor_canvas div[data-elementor-type="wp-page"] #login-container-section .eael-lr-form-wrapper .eael-lr-footer #eael-login-submit {
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: relative;
}
.atw-cta {
	background: var( --at-cta-background );
	color: var( --at-cta-color );
	font-style: var( --at-cta-font-style );
	font-weight: var( --at-cta-font-weight );
	font-size: var( --at-cta-font-size );
	line-height: var( --at-cta-line-height );
	text-align: var( --at-cta-text-align );
	border-radius: var( --at-cta-border-radius );
	padding: 11px 25px;
	border: 0px!important;
	text-decoration: none;
}

/***
* class: .sticky-header
*/
header.sticky-header {
  --header-height: 100px;
  --shrink-header-to: 0.6;
  --transition: .45s cubic-bezier(.4, 0, .2, 1);
  background-color: #FFF;
  transition: background-color var(--transition),
  backdrop-filter var(--transition),
  box-shadow var(--transition);
}

/***
* Sticky header activated
*/
header.sticky-header.elementor-sticky--effects {
  background-color: #FFF;
  box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
header.sticky-header > .elementor-container {
  min-height: var(--header-height);
  transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
  min-height: calc( var(--header-height) * var(--shrink-header-to) );
}

/***
* Shorter header on mobile (70px instead of 100px)
*/
@media only screen and (max-width: 767px) {
  header.sticky-header {
    --header-height: 70px;
  }
}

/***
* class: .logo
*/
header.sticky-header .logo img {
  transition: transform var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
  transform: scale(.8);
}
.atw-cta:hover {
	background: var( --at-cta-hover-background );
	color: var( --at-cta-hover-color );
}
body.woocommerce-account.not_logged_in form button[type=submit],body.woocommerce-account.woocommerce-lost-password form button[type=submit],.woocommerce button.button[name="apply_coupon"],.woocommerce button.button[name="update_cart"],body .woocommerce #respond input#submit.alt,body .woocommerce a.button.alt,body .woocommerce button.button.alt,body .woocommerce input.button.alt,body.theme-atworthy .elementor-widget-button .elementor-button-wrapper .elementor-button, .page-template-elementor_canvas div[data-elementor-type="wp-page"] #login-container-section .eael-lr-form-wrapper .eael-lr-footer #eael-login-submit {
	background: var( --at-cta-background );
	color: var( --at-cta-color );
	font-style: var( --at-cta-font-style );
	font-weight: var( --at-cta-font-weight );
	font-size: var( --at-cta-font-size );
	line-height: var( --at-cta-line-height );
	text-align: var( --at-cta-text-align );
	border-radius: var( --at-cta-border-radius );
	padding: 11px 26px 11px 26px;
	border: none;
	min-width: 200px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,.woocommerce button.button[name="apply_coupon"],.woocommerce button.button[name="update_cart"] {
	padding: 6px 26px 8px 26px!important;
}

.page-template-elementor_canvas div[data-elementor-type="wp-page"] #login-container-section .eael-lr-form-wrapper .eael-lr-footer #eael-login-submit {
	min-width: auto !important;
	width: 100%;
	transition: none;
}
body.woocommerce-account.not_logged_in form button[type=submit]:hover,body.woocommerce-account.woocommerce-lost-password form button[type=submit]:hover,.woocommerce button.button[name="apply_coupon"]:hover,.woocommerce button.button[name="update_cart"]:hover,body .woocommerce #respond input#submit.alt:hover,body .woocommerce a.button.alt:hover,body .woocommerce button.button.alt:hover,body .woocommerce input.button.alt:hover,body.theme-atworthy .elementor-widget-button .elementor-button-wrapper .elementor-button:hover,body.theme-atworthy .elementor-form .elementor-button:hover, .page-template-elementor_canvas div[data-elementor-type="wp-page"] #login-container-section .eael-lr-form-wrapper .eael-lr-footer #eael-login-submit:hover {
	background: var( --at-cta-hover-background );
	color: var( --at-cta-hover-color );
	border: none;
}

.atw-cta-disabled {
	background: var( --at-cta-disabled-background );
	color: var( --at-cta-disabled-color );
}
.atw-cta-disabled:hover {
	background: var( --at-cta-disabled-background );
	color: var( --at-cta-disabled-color );
}
.atw-primary {
	background: var( --at-primary-background )!important;
	color: var( --at-primary-color )!important;
	font-style: var( --at-primary-font-style );
	font-weight: var( --at-primary-font-weight );
	font-size: var( --at-primary-font-size );
	line-height: var( --at-primary-line-height );
	text-align: var( --at-primary-text-align );
	border-radius: var( --at-primary-border-radius );
	padding: 10px 25px;
	border: none!important;
	background-image: none!important;
	text-decoration: none;
}
.atw-transparent {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.00);
  text-decoration: none;
  padding: 6px 16px;
  border: 1px solid var(--at-color-red);
}
.atw-transparent:hover {
  border-color: var(--at-color-blue);
  color:  var(--at-color-blue);
}

.atw-primary:hover {
	background: var( --at-primary-hover-background )!important;
	color: var( --at-primary-hover-color )!important;
}
.atw-primary-disabled {
	background: var( --at-primary-disabled-background )!important;
	color: var( --at-primary-disabled-color )!important;
	pointer-events:none;
}
.atw-secondary {
	background: var( --at-secondary-background );
	color: var( --at-secondary-color );
	font-style: var( --at-secondary-font-style );
	font-weight: var( --at-secondary-font-weight );
	font-size: var( --at-secondary-font-size );
	line-height: var( --at-secondary-line-height );
	text-align: var( --at-secondary-text-align );
	border-radius: var( --at-secondary-border-radius );
	padding: 10px 25px;
}
.atw-secondary:hover {
	background: var( --at-secondary-hover-background )!important;
	color: var( --at-secondary-hover-color )!important;
}
.atw-secondary-disabled {
	background: var( --at-secondary-disabled-background );
	color: var( --at-secondary-disabled-color );
	pointer-events:none;
}
.atw-tertiary {
	color: var( --at-tertiary-color )!important;
	font-style: var( --at-tertiary-font-style )!important;
	font-weight: var( --at-tertiary-font-weight )!important;
	font-size: var( --at-tertiary-font-size )!important;
	line-height: var( --at-tertiary-line-height )!important;
	text-align: var( --at-tertiary-text-align )!important;
	border-radius: var( --at-tertiary-border-radius )!important;
	border: none!important;
	background-image: none!important;
	background: var( --at-tertiary-background )!important;
	padding: 8px 20px;
	box-shadow:none!important;

}
.atw-tertiary:hover {
	background: var( --at-tertiary-hover-background )!important;
	color: var( --at-tertiary-hover-color );
}
.atw-tertiary-disabled {
	background: var( --at-tertiary-disabled-background );
	color: var( --at-tertiary-disabled-color );
	pointer-events:none;
}
.atw-button i.fa-spinner {
	margin-left: 5px;
}
.atw-button i.material-icons {
	margin-right: 5px;
	vertical-align: middle;
}
.atw-tertiary-dark {
	background: var( --at-tertiary-dark-background );
	color: var( --at-tertiary-dark-color );
	font-style: var( --at-tertiary-dark-font-style );
	font-weight: var( --at-tertiary-dark-font-weight );
	font-size: var( --at-tertiary-dark-font-size );
	line-height: var( --at-tertiary-dark-line-height );
	text-align: var( --at-tertiary-dark-text-align );
	border-radius: var( --at-tertiary-dark-border-radius );
}
.atw-tertiary-dark:hover {
	background: var( --at-tertiary-dark-hover-background );
	color: var( --at-tertiary-dark-hover-color );
}
.atw-tertiary-disabled {
	background: var( --at-tertiary-disabled-background )!important;
	color: var( --at-tertiary-disabled-color )!important;
}
/* ALERT */
.atw-alert-success {
	background: var( --at-alert-success-background );
	font-style: var( --at-alert-success-font-style );
	font-weight: var( --at-alert-success-font-weight );
	font-size: var( --at-alert-success-font-size );
	line-height: var( --at-alert-success-line-height );
	text-align: var( --at-alert-success-text-align );
	color: var( --at-alert-success-color );
	padding: 23px;
}
.atw-alert-danger {
	background: var( --at-alert-danger-background );
	font-style: var( --at-alert-danger-font-style );
	font-weight: var( --at-alert-danger-font-weight );
	font-size: var( --at-alert-danger-font-size );
	line-height: var( --at-alert-danger-line-height );
	text-align: var( --at-alert-danger-text-align );
	color: var( --at-alert-danger-color )!important;
	padding: 23px;
	margin-bottom: 10px;
}
.atw-alert-warning {
	background: var( --at-alert-warning-background );
	font-style: var( --at-alert-warning-font-style );
	font-weight: var( --at-alert-warning-font-weight );
	font-size: var( --at-alert-warning-font-size );
	line-height: var( --at-alert-warning-line-height );
	text-align: var( --at-alert-warning-text-align );
	color: var( --at-alert-warning-color );
}
.atw-alert-primary {
	background: var( --at-alert-primary-background )!important;
	font-style: var( --at-alert-primary-font-style );
	font-weight: var( --at-alert-primary-font-weight );
	font-size: var( --at-alert-primary-font-size );
	line-height: var( --at-alert-primary-line-height );
	text-align: var( --at-alert-primary-text-align );
	color: var( --at-alert-primary-color );
}
body.woocommerce-page .woocommerce .woocommerce-info::before {
	display: none;
}
.atw-alert-primary div, .atw-alert-warning div, .atw-alert-danger div, .atw-alert-success div, .atw-alert-primary li, .atw-alert-warning li, .atw-alert-danger li, .atw-alert-success li {
	margin-bottom: 10px;
	text-align: left;
	margin-left: 10px;
}
.atw-alert-primary a {
	color: var( --at-color-blue );
}
.atw-alert-primary a:hover {
	text-decoration: none;
	color: var( --at-color-blue )!important;
}
.atw-alert-primary div:last-child, .atw-alert-warning div:last-child, .atw-alert-danger div:last-child, .atw-alert-success div:last-child, .atw-alert-primary li:last-child, .atw-alert-warning li:last-child, .atw-alert-danger li:last-child, .atw-alert-success li:last-child {
	margin-bottom: 0px;
}
html.no-admin-bar {
	margin-top: 0px !important;
}

body a {
	color: var(--e-global-color-e7778c9);
}

body a:hover {
	color: var(--e-global-color-primary);
}

ul {
	list-style-image: url('../images/check-icon.png');
	padding-left: 23px;
}

ul li {
	line-height: 60px;
	font-weight: 500;
	padding-left: 5px;
}

.bg-cercle {}

.circle-bottom .circle-right {}

body .ui-button.ui-dialog-titlebar-close:focus {
	box-shadow: none;
	outline: none;
	outline-offset: inherit;
}

body .ui-state-active .ui-icon,
body .ui-button:active .ui-icon {
	background-image: url(images/ui-icons_555555_256x240.png);
}

input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
	border-color: #dddee657;
}

.elementor-button.elementor-size-xl {
	padding: 15px 33px 15px 32px !important;
}

.elementor-section-wrap>.elementor-section:not(#home-top-section)>.elementor-container>.elementor-row>.elementor-column>.elementor-element-populated {
	padding-left: 0px;
	padding-right: 0px;

}

body .elementor-location-header .elementor-row .elementor-element .elementor-menu-toggle {
	border: none;
}

body .elementor-location-header .elementor-row .elementor-element .elementor-menu-toggle .eicon-menu-bar:before {
	font-size: 36px;
	color: #7F838C;
}

.elementor-widget-heading .elementor-heading-title,
.elementor-widget-heading .elementor-heading-title {
	color: var(--e-global-color-primary);
	font-family: "Gelion", Sans-serif;
	line-height: 30px;
	font-weight: bold;
	font-style: normal;
}

body .elementor-widget-heading h1.elementor-heading-title.elementor-size-xxl,
body .elementor-text-editor h1.elementor-heading-title {
	font-size: var(--e-global-typography-ebd56d7-font-size);
	line-height: var(--e-global-typography-ebd56d7-line-height);
}

body .elementor-widget-heading h1.elementor-heading-title,
h1 {
	font-size: var(--e-global-typography-395ce7d-font-size);
	line-height: 84px;
}

H1,
H2,
H3,
H4 {
	padding-bottom: 20px;
}

body .elementor-widget-heading h2.elementor-heading-title,
body .elementor-widget-heading h2.elementor-heading-title,
body .elementor-text-editor h2.elementor-heading-title {
	font-size: var(--e-global-typography-395ce7d-font-size);
	line-height: 84px;
}

.elementor-widget-heading h3.elementor-heading-title,
.elementor-text-editor h3.elementor-heading-title {
	font-size: 35px;
}

.elementor-widget-heading h4.elementor-heading-title,
.elementor-text-editor h4.elementor-heading-title {
	font-size: 26px;
}

.elementor-location-footer .elementor-social-icon::before {
	content: "";
	position: absolute;
	width: 70px;
	height: 70px;
	background-image: url(../images/bg-social-media.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
}

.elementor-location-footer .elementor-social-icon-twitter.elementor-social-icon::before {
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
}

.elementor-location-footer .elementor-social-icon-instagram.elementor-social-icon::before {
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	-o-transform: rotate(60deg);
	transform: rotate(60deg);
}

.elementor-location-footer .elementor-social-icon-youtube.elementor-social-icon::before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.elementor-location-footer .elementor-social-icon-pinterest.elementor-social-icon::before {
	-webkit-transform: rotate(120deg);
	-moz-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	-o-transform: rotate(120deg);
	transform: rotate(120deg);
}


.elementor-location-footer .elementor-social-icon-linkedin.elementor-social-icon::before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.atwothy-wrapper {
	width: 100%;
	position: relative;
	height: 100%;
	display: inline-block;
	overflow: hidden;
}

.atwothy-wrapper .atwothy-wrapper-outer {
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
}

.atwothy-wrapper .atwothy-wrapper-inner {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	height: 900px;
}

body:not(.elementor-page,.profil-page) .site-main {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;

}

body:not(.elementor-page, .woocommerce-page,.profil-page) .site-main {
	padding-left: 45px !important;
	padding-right: 45px !important;
}

div[data-elementor-type="wp-page"],
body:not(.elementor-page) .site-main {
	min-height: 600px;
	margin-top: 150px;
}

.page-template-elementor_canvas div[data-elementor-type="wp-page"] {
	margin-top: 0px;
}

.page-template-elementor_canvas div[data-elementor-type="wp-page"] #right-login-section .elementor-element-populated {
	background-position: center center;
}

.page-template-elementor_canvas div[data-elementor-type="wp-page"] #login-container-section .eael-login-form-wrapper {
	display: inline-block;
}

.page-template-elementor_canvas div[data-elementor-type="wp-page"] #login-container-section .eael-lr-form-wrapper .eael-lr-footer {
	display: inline-block;
	width: 100%;
	justify-content: inherit;
	margin-bottom: 20px;
	flex: none;
}
.page-template-elementor_canvas div[data-elementor-type="wp-page"] #login-container-section .eael-lr-form-wrapper .start-for-free {
	text-align: center;
}
.page-template-elementor_canvas div[data-elementor-type="wp-page"] #login-container-section .eael-lr-form-wrapper .eael-recaptcha-wrapper {
	overflow: hidden;
}
.page-template-elementor_canvas div[data-elementor-type="wp-page"] #login-container-section .eael-lr-form-wrapper .subscribe-link {
	display: inline-block;
	width: 100%;
	padding: 12px 0px;
	background-color: #FFFFFF;
	line-height: 1.15em;
}

.page-template-elementor_canvas div[data-elementor-type="wp-page"] #login-container-section .eael-login-form input[type="text"],
.page-template-elementor_canvas div[data-elementor-type="wp-page"] #login-container-section .eael-login-form input[type="password"] {
	border-top: 0;
	border-left: 0;
	border-right: 0;
}

.page-template-elementor_canvas div[data-elementor-type="wp-page"] #login-container-section .eael-login-form-wrapper .wp-hide-pw {
	right: 0px;
}

.page-template-elementor_canvas div[data-elementor-type="wp-page"] #login-container-section .eael-login-form-wrapper .wp-hide-pw:hover {
	right: 0px;
}

.page-template-elementor_canvas div[data-elementor-type="wp-page"] #login-container-section .eael-login-form-wrapper .wp-hide-pw:hover::before {
	display: none;
}

.page-template-elementor_canvas div[data-elementor-type="wp-page"] #login-container-section .lr-form-wrapper {
	width: auto;
	display: block;
}

.page-template-elementor_canvas div[data-elementor-type="wp-page"]>.elementor-inner .elementor-section-wrap {
	position: relative;
}

.page-template-elementor_canvas #login-container-section {
	z-index: 2;
}

.page-template-elementor_canvas #login-container-section .forget-pass a {
	font-size: 0.75em;
	vertical-align: top;
	color: var(--e-global-color-primary);
}

.page-template-elementor_canvas #login-container-section .forget-pass a:hover {
	color: var(--e-global-color-e7778c9);
}

.page-template-elementor_canvas .atworthy-sep {
	z-index: 1;
	position: fixed;
	bottom: 0;
	width: 100%;
}

.page-template-elementor_canvas #login-container-section .elementor-container::before {}

#home-middle-section {
	position: relative;
	width: 100%;
}

#home-middle-section .elementor-widget-image-box .elementor-image-box-wrapper,
#home-after-middle1-section .elementor-widget-image-box .elementor-image-box-wrapper {
	align-items: center !important;
}

#home-top-section .elementor-text-editor .top {
	font-size: 33px;
	line-height: 33px;
	color: var(--e-global-color-secondary);
	display: block;
	position: relative;
}

#home-top-section .elementor-text-editor .top::after {
	background-image: url(../images/arrow-down.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: auto;
	content: '';
	width: 100%;
	height: 93px;
	position: absolute;
	top: 15px;
	left: 18%;
}

#home-top-section .elementor-text-editor .middle {
	font-size: 126px;
	line-height: 140px;
	font-weight: bold;
	color: var(--e-global-color-primary);
	display: block;
	margin-left: 67px;
	position: relative;
}

#home-top-section .elementor-text-editor .middle::before {
	background-image: url(../images/arrow-down1.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: auto;
	content: '';
	width: 100%;
	height: 93px;
	position: absolute;
	top: 61px;
	left: -30px;
}

#home-top-section .elementor-text-editor .footer {
	font-size: 90px;
	font-weight: bold;
	line-height: 90px;
	color: var(--e-global-color-e7778c9);
	display: block;
}

#home-top-section .video-button .elementor-text-editor a {
	color: var(--e-global-color-primary);
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	font-weight: 500;
}

#home-top-section .video-button .elementor-text-editor a img {}

#home-top-section .video-button .elementor-text-editor a span {
	padding-left: 15px;
}

#home-top-section.elementor-section .elementor-container {
	position: relative;
}

#home-top-section.elementor-section>.elementor-container::before {
	background-image: url(../images/image-top-header.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: auto;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	right: -35%;
	min-height: 625px;
	top: -58px;
}

body:not(.elementor-editor-active) #atrating-top-section.elementor-section::before {
	background-image: url(../images/illustration1.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: auto;
	content: '';
	width: 100%;
	position: absolute;
	top: -83px;
	height: 925px;
	min-height: 500px;
	right: 11%;
}

body:not(.elementor-editor-active) #atrating-top-middle-section.elementor-section::before {
	background-image: url(../images/atrating-top-middle-bg.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: auto;
	content: '';
	width: 100%;
	position: absolute;
	top: -113px;
	height: 925px;
	min-height: 500px;
	left: 28px;
}

body:not(.elementor-editor-active) #atrating-center-middle-section.elementor-section::before {
	background-image: url(../images/atrating-center-middle-bg.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: auto;
	content: '';
	width: 100%;
	position: absolute;
	top: -73px;
	height: 925px;
	min-height: 500px;
	left: 28px;
}

body:not(.elementor-editor-active) #atrating-bottom-middle-section.elementor-section::before {
	background-image: url(../images/atrating-bottom-middle-bg.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: auto;
	content: '';
	width: 100%;
	position: absolute;
	top: 48px;
	height: 925px;
	min-height: 500px;
	right: 13%;
}


body:not(.elementor-editor-active) #home-middle-section.elementor-section::before {
	background-image: url(../images/image-middle-header.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: auto;
	content: '';
	width: 100%;
	position: absolute;
	top: -116px;
	height: 925px;
	min-height: 500px;
	left: -14px;
}

.atworthy-sep .wave {
	display: block;
	margin-top: -1px;
}

#home-middle-section.elementor-section img {
	width: 155px;
}

body:not(.elementor-editor-active) #home-after-middle-section.elementor-section::before {
	background-image: url(../images/after-middle-bg.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: auto;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	height: 925px;
	min-height: 500px;
	bottom: -24px;
}

.elementor-text-editor span.sup {
	color: var(--e-global-color-secondary);
	font-size: 23px;
	line-height: 30px;
	text-transform: capitalize;
}

.advanced-heading-section .elementor-widget-text-editor.sub-heading {
	color: var(--e-global-color-secondary);
	font-size: 23px;
	line-height: 30px;
	text-transform: capitalize;
}

.advanced-heading-section .elementor-widget-text-editor,
.advanced-heading-section .elementor-widget-text-editor p {
	margin: 0px !important;
}

.advanced-heading-section .elementor-widget-text-editor.heading {}

#home-after-middle1-section.elementor-section>.elementor-container::before {
	background-image: url(../images/after-middle1-bg.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: auto;
	content: '';
	width: 150%;
	height: 996px;
	position: absolute;
	left: -50%;
	top: -250px;
}

.line-sep .elementor-row .elementor-column:not(:last-child)::after {
	background-image: url(../images/sep-column.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: auto;
	content: '';
	width: 100%;
	height: 30px;
	position: absolute;
	top: 136px;
	left: 96px;
}

.elementor-element .elementor-button:focus {
	background-color: none !important;
}

.elementor-widget-button.light-button .elementor-button-link {
	position: relative;
	display: inline-block;
	background: transparent !important;
	border: none;
}

.elementor-widget-button.light-button .elementor-button-link .elementor-button-text {
	background-color: transparent;
	background: -webkit-linear-gradient(90deg, #68D1EB 0%, #f705e8 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	border-image-slice: inherit;
	border-image-source: inherit;
}

.elementor-widget-button.light-button .elementor-button-link::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50px;
	padding: 2px;
	background: linear-gradient(45deg, #68d1eb, #f705e8);
	-webkit-mask: linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: destination-out;
	mask-composite: exclude;
}

.elementor-widget-button.light-button .elementor-button-link:hover:before {
	display: none;
}

.elementor-widget-button.light-button .elementor-button-link:hover {
	color: #FFFFFF;
	border: none;
	background-image: linear-gradient(90deg, #68D1EB 0%, #f705e8 100%) !important;
}

.elementor-widget-button.light-button .elementor-button-link:hover .elementor-button-text {
	color: #fff !important;
	background: transparent !important;
	-webkit-text-fill-color: initial;
}

/* jobs style */
ul.job_listings li.job_listing {
	margin-bottom: 30px
}

.single_job_listing .company {
	border: 1px solid var(--e-global-color-37a5594);
	box-shadow: none;
}

.single_job_listing .application .application_button,
.job-manager-application-wrapper .application .application_button {
	padding: 15px 33px 15px 32px;
	font-size: var(--e-global-typography-efa2784-font-size);
}

.rp4wp-related-job_listing>ul li.job_listing,
.rp4wp-related-job_listing>ul li.no_job_listings_found,
ul.job_listings li.job_listing,
ul.job_listings li.no_job_listings_found {
	background-color: var(--e-global-color-3cdf8b4);
	border: 1px solid var(--e-global-color-37a5594);

}

.elementor-widget-wp-widget-widget_recent_jobs h5 {
	margin-bottom: 30px;
}

.job-manager .full-time,
.job_listing .full-time,
.job-types .full-time {
	color: var(--e-global-color-secondary);
}

.rp4wp-related-job_listing>ul li.job_listing a .meta,
.rp4wp-related-job_listing>ul li.no_job_listings_found a .meta,
ul.job_listings li.job_listing a .meta,
ul.job_listings li.no_job_listings_found a .meta {
	color: var(--e-global-color-text);
}

.single_job_listing .meta .full-time {
	background-color: var(--e-global-color-secondary);
}

/* certificate checker widget style */

.certificate-checker-elementor-widget i.fa-spinner {
	display: none;
	margin-left: 10px;
}

.certificate-checker-elementor-widget {
	padding: 20px 0px;
}

.certificate-checker-elementor-widget input {
	width: 100%;
	display: block;
	margin-bottom: 15px;
	color: var(--e-global-color-text);
	height: 100px;
	padding: 0 0 0 50px;
	background-color: #fff;
	/* -webkit-box-shadow: 0 30px 60px 0 rgba(8,0,63,.14); */
	/* box-shadow: 0 7px 22px 0 rgba(8,0,63,.14); */
	border: 1px solid var(--e-global-color-37a5594);
	border-radius: 0;
	z-index: 0;
	height: 50px;
}

.certificate-checker-elementor-widget button {
	text-align: center;
}

.certificate-checker-elementor-widget .certificate-checker-result {
	display: none;
	margin-top: 15px;
}

.certificate-checker-elementor-widget button {
	margin-top: 10px;
}

.certificate-checker-elementor-widget .certificate-checker-result.error {
	text-align: center;
	width: 100%;
	padding: 15px;
	display: inline-block;
	position: relative;
	border: 1px solid #f4f4f4 !important;
}


.certificate-checker-elementor-widget .properties-item {
	border: 1px solid #f4f4f4 !important;
	margin: 15px 0px;
	display: flex;
}

.certificate-checker-elementor-widget .properties-item .logo-container {
	width: 177px;
	display: inline-block;
	margin: 0;
	padding: 0px;
	height: 177px;
}

.certificate-checker-elementor-widget .properties-item .logo-container.without_logo {
	background-color: rgba(94, 44, 237, 0.1);
	padding: 15px;
}

.certificate-checker-elementor-widget .properties-item .logo-container a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.certificate-checker-elementor-widget .properties-item .logo-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.certificate-checker-elementor-widget .properties-item .text-container {
	width: calc(100% - 177px);
	padding: 15px;
	display: inline-block;
	position: relative;
}

.certificate-checker-elementor-widget .properties-item.without_logo .text-container {
	width: 100%;
}

.certificate-checker-elementor-widget .properties-item .text-container a {
	display: inline-block;
	width: 100%;
}

.certificate-checker-elementor-widget .properties-item .text-container .name {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.certificate-checker-elementor-widget .properties-item .text-container .hat {
	display: inline-block;
	width: 100%;
	padding: 5px 0px;
}

.certificate-checker-elementor-widget .properties-item .text-container .hat img {
	width: 30px;
}

.certificate-checker-elementor-widget .properties-item .text-container .meta-container {
	position: absolute;
	bottom: 15px;
	width: 100%;
	padding-top: 5px;
	padding-right: 30px;
}

.certificate-checker-elementor-widget .properties-item.without_logo .text-container .meta-container {
	position: relative;
	bottom: inherit;
}

.certificate-checker-elementor-widget .properties-item .text-container .meta-container .date_container .valid_until_date {
	display: inline-block;
	font-style: italic;
	font-size: 13px;
}

.certificate-checker-elementor-widget .properties-item .text-container .meta-container .date_container .address {
	display: inline-block;
	width: 100%;
	font-weight: bold;
}

/* content style */
body:not(.elementor-editor-active) .atw-circle.elementor-section::before {
	background-image: url(../images/circle.png);
	background-repeat: no-repeat;
	background-size: auto;
	content: '';
	width: 100%;
	position: absolute;
	min-height: 5000px;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}

body:not(.elementor-editor-active) .atw-circle.atw-blue.elementor-section::before {
	background-image: url(../images/circle-blue.png);
}

body:not(.elementor-editor-active) .atw-circle.atw-pink.elementor-section::before {
	background-image: url(../images/pink-cercle.png);
}

body:not(.elementor-editor-active) .atw-line.elementor-section::before {
	background-image: url(../images/small-line.png);
	background-repeat: no-repeat;
	background-size: auto;
	content: '';
	width: 100%;
	min-height: 5000px;
	position: absolute;
}

body:not(.elementor-editor-active) .atw-line.atw-bigline.elementor-section::before {
	background-image: url(../images/big-line.png);
}

body:not(.elementor-editor-active) .atw-top-left.elementor-section::before {
	background-position: top left;
	top: 0px;
	left: 0px;
	bottom: inherit;
	right: inherit;
}

body:not(.elementor-editor-active) .atw-top-right.elementor-section::before {
	background-position: top right;
	top: 0px;
	left: inherit;
	bottom: inherit;
	right: 0px;
}

body:not(.elementor-editor-active) .atw-top-right.elementor-section::before {
	right: 5%;
}

body:not(.elementor-editor-active) .atw-top-left.elementor-section::before {
	left: 50px;
	top: -15px;
	min-height: 234px !important;

}

body:not(.elementor-editor-active) .atw-top-right.atworthy-sep.elementor-section::before {
	right: 5%;
	z-index: 9
}

body:not(.elementor-editor-active) .atw-top-left.atworthy-sep.elementor-section::before {
	left: -5%;
	z-index: 9
}

body:not(.elementor-editor-active) .atw-line.atworthy-sep.elementor-section::before,
body:not(.elementor-editor-active) .atw-circle.atworthy-sep.elementor-section::before {
	z-index: 9;
	min-height: 140px;
}


body:not(.elementor-editor-active) .atw-bottom-left.elementor-section::before {
	background-position: bottom left;
	top: inherit;
	left: 0px;
	bottom: 0px;
	right: inherit;
}

body:not(.elementor-editor-active) .atw-bottom-right.elementor-section::before {
	background-position: bottom right;
	top: inherit;
	left: inherit;
	bottom: 0px;
	right: 0px;
}

body:not(.elementor-editor-active) .atw-over-left.elementor-section::before {
	left: -20%;
}

body:not(.elementor-editor-active) .atw-over-right.elementor-section::before {
	right: -2%;
}

/* about style */
body:not(.elementor-editor-active) #about-top-section.elementor-section::before {
	background-image: url(../images/about-top-bg.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: auto;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	right: 6%;
	min-height: 625px;
	top: -58px;
}

body:not(.elementor-editor-active) #about-middle-bottom-section.elementor-section::before {
	background-image: url(../images/about-middle-bottom-bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto;
	content: '';
	width: 117%;
	height: 100%;
	position: absolute;
	right: -17%;
	min-height: 987px;
	top: 10px;
}

body:not(.elementor-editor-active) #about-top-middle-section::before {
	background-image: url(../images/about-top-middle-bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 103%;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	right: 5%;
	min-height: 987px;
	top: -66%;
}

#about-footrpint-section .elementor-image-box-title i {
	padding-right: 5px;
}

/* form style */
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {}

div.wpcf7 .ajax-loader {
	display: inline-block;
	width: 30px;
	height: 30px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
	background-size: 23px;
	background: inherit;
	position: relative;
	vertical-align: middle;
}

.wpcf7 span.ajax-loader::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f110";
	animation: fa-spin 2s linear infinite;
	animation: fa-spin 2s linear infinite;
	-webkit-animation: fa-spin 2s infinite linear;
	position: absolute;
	display: inline-block;
	top: 0;
	line-height: 25px;
	left: 5px;
}

body textarea,
body input[type=date],
body input[type=email],
body input[type=number],
body input[type=password],
body input[type=search],
body input[type=tel],
body input[type=text],
body input[type=url],
body select,
body textarea, body .elementor-field-group .elementor-field-textual {
	width: 100%;
	border: 1px solid var(--e-global-color-37a5594);
	border-radius: 3px;
	padding: .5rem 1rem;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	/*margin-bottom: 17px;*/
}
.elementor-form .elementor-field-label {
    line-height: 2;
}
body a.special-button:focus,
body input[type=submit]:focus,
body input[type=button]:focus,
body .livechat_button a:focus,
form button[type=submit].btn-atworthy-style:focus {
	outline: none;
}
body a.special-button,
body .livechat_button a,
body input[type=submit]:not(.pods-submit-button),
body input[type=button],
body input[type=button]:hover,
#certificate-checker button,
.properties-listing-elementor-widget button,
.checkout.woocommerce-checkout button[type=submit], form button[type=submit].btn-atworthy-style {
	border: inherit !important;
}

body a.special-button,
body .livechat_button a,
input[type=button],
#certificate-checker button,
.properties-listing-elementor-widget button, form button[type=submit].btn-atworthy-style {
	background-color: rgb(97, 206, 112);
	background-image: linear-gradient(90deg, rgb(104, 209, 235) 0%, rgb(247, 5, 232) 100%);
	border-bottom-color: rgb(255, 255, 255);
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-image-outset: 0;
	border-image-repeat: stretch;
	border-image-slice: 1;
	border-image-source: linear-gradient(90deg, rgb(104, 209, 235) 0%, rgb(247, 5, 232) 100%);
	border-image-width: 1;
	border-left-color: rgb(255, 255, 255);
	border-left-style: solid;
	border-left-width: 2px;
	border-right-color: rgb(255, 255, 255);
	border-right-style: solid;
	border-right-width: 2px;
	border-top-color: rgb(255, 255, 255);
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-top-style: solid;
	border-top-width: 2px;
	box-shadow: none;
	box-sizing: border-box;
	color: rgb(255, 255, 255) !important;
	cursor: pointer;
	display: inline-block;
	fill: rgb(255, 255, 255);
	font-family: Gelion, sans-serif !important;
	font-size: var(--e-global-typography-text-font-size) !important;
	font-style: normal !important;
	font-weight: 500 !important;
	hyphens: manual;
	line-height: var(--e-global-typography-efa2784-line-height);
	letter-spacing: var(--e-global-typography-efa2784-letter-spacing);
	padding-bottom: 13px;
	padding-left: 33px;
	padding-right: 33px;
	padding-top: 13px;
	text-align: center;
	text-decoration-color: rgb(255, 255, 255);
	text-decoration-line: none;
	text-decoration-style: solid;
	text-decoration-thickness: auto;
	text-size-adjust: 100%;
	transition-delay: 0s;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: ease;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	text-indent: inherit !important;
	color: #FFF;
	position: relative;
	min-width: 200px;
}

body button.ui-widget,
body button.ui-widget:hover {
	background: inherit !important;
	font-size: 20px !important;
	color: var(--e-global-color-primary) !important;
	margin: 0px !important;
	border: 0px !important;
	box-shadow: none !important;
	line-height: 20px !important;
	padding: 0px !important;
}

body a.special-button:hover,
body .livechat_button a:hover,
body input[type=button]:hover,
#certificate-checker button:hover,
.properties-listing-elementor-widget button:hover,
form button[type=submit].btn-atworthy-style:hover {
	color: #FFFFFF;
	background-color: #FFFFFF00;
	font-family: "Gelion", Sans-serif;
	font-size: 19px;
	font-weight: 500;
	font-style: normal;
	fill: #FFFFFF;
	background-image: linear-gradient(90deg, #68D1EB 0%, #f705e8 100%);
	background: -webkit-linear-gradient(90deg, #68D1EB 0%, #f705e8 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	border-image-slice: inherit;
	border-image-source: inherit;
	border: 2px solid;
	box-shadow: none;
	text-decoration: none;
}

body a.special-button:hover::before,
body .livechat_button a:hover::before,
body input[type=submit]:not(.qsm-submit-btn, .pods-submit-button):hover::before,
body input[type=button]:hover::before,
#certificate-checker button:hover::before,
.properties-listing-elementor-widget button:hover::before,
form button[type=submit].btn-atworthy-style:hover::before
	{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50px;
	padding: 2px;
	background: linear-gradient(45deg, #68d1eb, #f705e8);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: destination-out;
	mask-composite: exclude;
}

/* properties listing style */

.properties-listing-elementor-widget .form-filter-properties-outer {
	width: 100%;
	display: inline-block;
}

.properties-listing-elementor-widget .form-filter-properties-inner {
	background-color: var(--e-global-color-3cdf8b4);
	border: 1px solid var(--e-global-color-37a5594);
	padding: 30px;
	margin-bottom: 20px;
	border-radius: 8px;
}

.properties-listing-elementor-widget .form-filter-properties {}

.properties-listing-elementor-widget .form-filter-properties form {}

.properties-listing-elementor-widget .form-filter-properties form select {
	padding: 15px;
}

.properties-listing-elementor-widget .form-filter-properties form label,
.properties-listing-elementor-widget .form-filter-properties form select {
	width: 100%;
	display: inline-block;

}

.properties-listing-elementor-widget .form-filter-properties form label {
	margin-bottom: 15px;
}

.properties-listing-elementor-widget .form-filter-properties form .button-container {
	text-align: right;
}

.properties-listing-elementor-widget .form-filter-properties form .button-container button i {
	margin-left: 10px;
}

.properties-listing-elementor-widget .form-filter-properties .countries-container,
.properties-listing-elementor-widget .form-filter-properties .cities-container {
	position: relative;
}

.properties-listing-elementor-widget .form-filter-properties i.fa-window-close {
	position: absolute;
	right: 50px;
	margin-top: 16px;
	font-size: 19px;
	cursor: pointer;
	top: 42px;
}

/*body .select2-container--default .select2-selection--single, body .select2-dropdown {
	border: 1px solid var(--e-global-color-37a5594);
}

body .select2-container--default .select2-selection--single, body .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 45px;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
	right: 10px;
}
body .select2-container--default .select2-selection--single .select2-selection__placeholder {
	color:  var( --e-global-color-text );
	padding-left: 15px;
}
body .select2-search--dropdown {
	padding: 0px 10px;
	margin-top: 10px;
}
body .select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid var(--e-global-color-37a5594);
	margin-bottom:  10px;
	padding: 0px 20px;
}
body .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: var(--e-global-color-primary);
	color: white;
}
body .select2-container--default .select2-results__option--selectable {
	line-height: 49px;
	padding: 0px 20px;
}
body .select2-container--default .select2-results>.select2-results__options {
	margin-top: 13px;
}*/
.properties-item .text-container .hat {}

.properties-containter .load-more {
	text-align: center;
}

.properties-containter .load-more i {
	display: none;
	margin-left: 5px;
}

.properties-containter .properties-item:first-child {
	margin-top: 0px;
}

body .properties-ounter {
	margin-top: 30px;
}

body .properties-inner {
	padding: 0px;
}

.properties-containter .empty {
	text-align: center;
}

.properties-containter .properties-item {
	border: 1px solid var(--e-global-color-37a5594) !important;
	margin: 30px 0px;
	display: flex;
	background: var(--e-global-color-3cdf8b4);
}

.properties-containter .properties-item .logo-container {
	width: 177px;
	display: inline-block;
	margin: 0;
	padding: 0px;
	height: 177px;
}

.properties-containter .properties-item .logo-container.without_logo {
	background-color: rgba(94, 44, 237, 0.1);
	padding: 15px;
}

.properties-containter .properties-item .logo-container a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.properties-containter .properties-item .logo-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.properties-containter .properties-item .text-container {
	width: calc(100% - 177px);
	padding: 15px;
	display: inline-block;
	position: relative;
}

.properties-containter .properties-item .text-container a {
	display: inline-block;
	width: 100%;
}

.properties-containter .properties-item .text-container .name {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.properties-containter .properties-item .text-container .hat {
	display: inline-block;
	width: 100%;
	padding: 5px 0px;
}

.properties-containter .properties-item .text-container .hat img {
	width: 30px;
	margin: 0 3px;
}

.properties-containter .properties-item .text-container .meta-container {
	position: absolute;
	bottom: 15px;
	width: 100%;
	padding-top: 5px;
	padding-right: 30px;
}

.properties-containter .properties-item .text-container .meta-container .date_container {}

.properties-containter .properties-item .text-container .meta-container .date_container .valid_until_date {
	display: inline-block;
	font-style: italic;
	font-size: 13px;
}

.properties-containter .properties-item .text-container .meta-container .date_container .address {
	display: inline-block;
	width: 100%;
	font-weight: bold;
}

/*process page style */
.process_area .features_info {
	padding-bottom: 185px;
}

.features_info {
	position: relative;
	padding-bottom: 170px;
}

.features_info .dot_img {
	position: absolute;
	left: 0;
	top: 28px;
}

.features_info.feature_info_two {
	padding-bottom: 70px;
}


.agency_featured_area_two {
	padding-bottom: 150px;
}

.features_info {
	position: relative;
	padding-bottom: 170px;
}

.features_info .dot_img {
	position: absolute;
	left: 0;
	top: 28px;
}

.features_info.feature_info_two {
	padding-bottom: 70px;
}

.dot {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: rgba(255, 161, 39, 0.161);
	display: block;
	position: absolute;
	left: -9px;
	top: 15px;
	z-index: 1;
}

.dot .dot1 {
	position: absolute;
	left: 50%;
	margin-top: -4px;
	margin-left: -4px;
	top: 50%;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #feb85d;
}

.dot .dot2 {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(254, 184, 93, 0.8);
	-webkit-animation: pulsate 3s infinite;
	animation: pulsate 3s infinite;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	will-change: transform;
}

.dot.middle_dot {
	left: 54.8%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
	top: auto;
}

.agency_featured_item {}

.agency_featured_item .agency_featured_content {
	position: relative;
}

.agency_featured_item .agency_featured_content h3 {
	margin: 32px 0 25px;
}

.agency_banner_btn {
	font-family: "Gelion", Sans-serif;
	font-size: 19px;
	font-weight: 500;
	font-style: normal;
	fill: #FFFFFF;
	color: #FFFFFF;
	background-image: linear-gradient(90deg, #68D1EB 0%, #f705e8 100%);
	border-radius: 50px 50px 50px 50px;
	padding: 13px 26px 13px 26px;
	margin-top: 5px;
	display: inline-block;

}

.agency_banner_btn:hover {
	color: #FFFFFF;
}


.agency_featured_item .agency_featured_content .icon {
	width: 46px;
	height: 46px;
	line-height: 46px;
	border-radius: 50%;
	background: var(--e-global-color-primary);
	font-size: 20px;
	display: inline-block;
	text-align: center;
}

.agency_featured_item.agency_featured_item_two .agency_featured_content .dot {
	left: 30px;
}

.pl_20 {
	padding-left: 20px;
}

.pl-30 {
	padding-left: 30px;
}

.pl_40 {
	padding-left: 40px;
}

.pl_50 {
	padding-left: 50px;
}

.pl_100 {
	padding-left: 70px;
}

.pl_70 {
	padding-left: 30px;
}

.pl_120 {
	padding-left: 120px;
}

.pr_100 {
	padding-right: 100px;
}

.pr_120 {
	padding-right: 120px;
}

.pr_70 {
	padding-right: 70px;
}

.pr_50 {
	padding-right: 50px;
}

.pr_20 {
	padding-right: 20px;
}

/*============== agency_featured_area css =============*/
.agency_featured_area {}

.agency_featured_area_two {
	padding-bottom: 150px;
}

.features_info {
	position: relative;
	padding-bottom: 170px;
}

.features_info .dot_img {
	position: absolute;
	left: 0;
	top: 28px;
	display: none;
}

.features_info.feature_info_two {
	padding-bottom: 70px;
}

.dot {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: rgba(255, 161, 39, 0.161);
	display: block;
	position: absolute;
	left: -9px;
	top: 15px;
	z-index: 1;
}

.dot .dot1 {
	position: absolute;
	left: 50%;
	margin-top: -4px;
	margin-left: -4px;
	top: 50%;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #feb85d;
}

.dot .dot2 {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(254, 184, 93, 0.8);
	-webkit-animation: pulsate 3s infinite;
	animation: pulsate 3s infinite;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	will-change: transform;
}

.dot.middle_dot {
	left: 54.8%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
	top: auto;
}

.agency_featured_item {}

.agency_featured_item .agency_featured_content {
	position: relative;
}

.agency_featured_item .agency_featured_content h3 {
	margin: 32px 0 25px;
}

.agency_featured_item.agency_featured_item_two .agency_featured_content .dot {
	left: 30px;
}

.text-right {
	text-align: right !important;
}

@media (max-width: 1550px) {
	.s_features_item .s_features_img img {
		max-width: 100%
	}

	.service_promo_area .shape.shape_two {
		left: -40%
	}

	.s_features_item .ml_50 {
		margin-left: 0
	}

	.s_features_item .s_features_content {
		padding-right: 0;
		padding-left: 45px
	}

	.saas_home_img img,
	.software_img img {
		max-width: 100%
	}

	.container.custom_container {
		max-width: 1170px
	}

	.service_item {
		padding: 47px 15px 0
	}

	.call_action_area .action_one {
		left: -720px
	}

	.company_widget img,
	.protype_img {
		max-width: 100%
	}

	.p_feature_item .p_feture_img_one {
		margin-right: -20px
	}

	.p_feature_item .p_feture_img_two {
		margin-left: -20px
	}

	.action_img {
		margin-right: 0
	}

	.service_carousel {
		padding-left: 70px
	}

	.agency_featured_img img {
		max-width: 100%
	}

	.about_content_left {
		padding: 0 0 0 50px
	}

	.about_content {
		padding: 60px 30px 100px
	}

	.about_img .about_img_slider .about_item .about_text {
		padding: 0 20px
	}

	.agency_banner_area .banner_shap {
		width: 80%;
		top: -100px
	}

	.p_service_item.agency_service_item {
		padding-right: 0;
		padding-left: 0
	}

	.saas_featured_info .f_img_two {
		margin-right: 0
	}

	.saas_featured_info .f_img_one {
		margin-left: 0
	}

	.footer_top_six .social-widget .f_social_icon a+a {
		margin-left: 0
	}

	.app_img .mobile {
		margin-left: -100px
	}

	.menu>.nav-item:nth-last-child(-n+2).submenu .dropdown-menu {
		left: auto;
		right: 0
	}
}


/*pricing table style */

body:not(.elementor-editor-active) #pricing-middle-section.elementor-section::before {
	background-image: url(../images/pricing-middle-bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
	content: '';
	width: 100%;
	position: absolute;
	top: -58%;
	height: 925px;
	min-height: 500px;
	left: -134px;
}

body:not(.elementor-editor-active) #pricing-table-section.elementor-section::before {
	background-image: url(../images/pricing-table-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
	content: '';
	width: 100%;
	position: absolute;
	top: 28%;
	height: 925px;
	min-height: 500px;
	left: -14px;
}

/* global pricing table */


body #pricing-table-section .ptsColsWrapper .ptsCol.ptsCol-4 .ptsTableElementContent .ptsColHeader {
  background: rgb(2,0,36)!important;
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(191,110,176,1) 0%, rgba(224,73,154,1) 100%)!important;
  border-top-left-radius: 15px!important;
  border-top-right-radius: 15px!important;
}
body #pricing-table-section .ptsColsWrapper .ptsCol.ptsCol-4 .ptsTableElementContent .ptsColDesc {
  background: rgb(2,0,36)!important;
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(191,110,176,1) 0%, rgba(224,73,154,1) 100%)!important;
}
body #pricing-table-section .ptsColsWrapper .ptsCol.ptsCol-2 .ptsColHeader {
  padding-top: 36px!important;
  margin-top: 0px!important;
}
body:not(.elementor-editor-active) #pricing-table-section.elementor-section::before {
  background-image: url(../images/pricing-table-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  content: '';
  width: 100%;
  position: absolute;
  top: 28%;
  height: 925px;
  min-height: 500px;
  left: -14px;
}

body #pricing-table-section .ptsContainer {
  position: relative;
  padding-right: 35px !important;
}

body #pricing-table-section .ptsContainer::before {
  content: "";
  background-color: #edf4f7;
  border-radius: 15px;
  position: absolute;
  bottom: 47px;
  left: 0;
  width: 100%;
  height: calc(100% - 410px);
  border: 1px solid #cad1dc;
}

body #pricing-table-section .ptsColsWrapper .ptsCol:not(.ptsCol-0) {
  padding: 0px 13px;
  width: 33% !important;
}
body #pricing-table-section .ptsColsWrapper .ptsCol.ptsCol-0 {
  width: 34% !important;
  margin-top: 6px;
}

body #pricing-table-section .ptsColsWrapper .ptsCol.ptsCol-1 {
  padding-left: 0px;
}

body #pricing-table-section .ptsColsWrapper .ptsCol:last-child {
  padding-right: 0px;
}

body #pricing-table-section .ptsColsWrapper .ptsCol.ptsCol-0 .ptsRows .ptsCell {
  background-color: inherit !important;
}

body #pricing-table-section .ptsColsWrapper .ptsCol .ptsRows .ptsCell {
  background-color: #FFF !important;
  height: inherit !important;
  position: relative;
  line-height: 78px;
  height: 98px !important;
}

body #pricing-table-section .ptsColsWrapper .ptsCol .ptsTableElementContent {
  color: #FFF;
  border-radius: 15px;
  font-family: var(--e-global-typography-primary-font-family);
}

body #pricing-table-section .ptsColsWrapper .ptsCol .ptsTableElementContent .ptsRows .ptsCell.tooltipstered .tooltiptext {
  padding: 0px !important;
}

body #pricing-table-section .ptsColsWrapper .ptsCol .ptsRows .ptsCell.tooltipstered .tooltiptext .label {
  text-indent: -99999px;
}

body #pricing-table-section .ptsColsWrapper .ptsCol .ptsTableElementContent .ptsRows .ptsCell.tooltipstered span {
  display: inline-block !important;
}

body #pricing-table-section .ptsColsWrapper .ptsCol.ptsCol-0 .ptsTableElementContent .ptsRows .ptsCell.tooltipstered span {
  line-height: 71px !important;
}

body #pricing-table-section .ptsColsWrapper .ptsCol .ptsRows .ptsCell .tooltiptext::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f05a";
  font-size: 15px;
  width: 30px;
  height: 30px;
  position: absolute;
  cursor: pointer;
  z-index: 9;
  color: #000000;
  top: -16px;
  right: 1px;
}
body #pricing-table-section .ptsColsWrapper .ptsCol.ptsCol-1 .ptsTableElementContent .ptsColHeader {
  background: rgb(2, 0, 36) !important;
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
  background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(104, 209, 235, 1) 0%, rgba(134, 170, 210, 1) 100%) !important;

}

body #pricing-table-section .ptsColsWrapper .ptsCol.ptsCol-0 .ptsTableElementContent .ptsColDesc {
  border: none !important;
}

body #pricing-table-section .ptsColsWrapper .ptsCol.ptsCol-1 .ptsTableElementContent .ptsColDesc {
  background: rgb(2, 0, 36) !important;
  background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(104, 209, 235, 1) 0%, rgba(134, 170, 210, 1) 100%) !important;

}

body #pricing-table-section .ptsColsWrapper .ptsCol .ptsColDesc {
  height: 112px !important;
  padding-top: 0px !important;
  border: none !important;
}

body #pricing-table-section .ptsColsWrapper .ptsCol .ptsColHeader {
  position: relative;
  height: inherit !important;
  padding-top: 35px !important;
  border: none !important;
}

body #pricing-table-section .ptsColsWrapper .ptsCol.ptsCol-2 .ptsColHeader {
  padding-top: 55px !important;
  margin-top: -20px;
}

body #pricing-table-section .ptsColsWrapper .ptsCol:not(.ptsCol-0) .ptsColHeader::after {
  content: "";
  height: 1px;
  width: calc(100% - 220px);
  text-align: center;
  background-color: #ffffff33;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 110px;
}

body #pricing-table-section .ptsColsWrapper .ptsCol.ptsCol-2 .ptsTableElementContent {
  color: #FFF;
}

body #pricing-table-section .ptsColsWrapper .ptsCol.ptsCol-2 .ptsTableElementContent .ptsColHeader {
  background: rgb(2, 0, 36) !important;
  background: linear-gradient(90deg, rgba(128, 167, 230, 1) 0%, rgba(128, 167, 230, 1) 0%, rgba(247, 5, 232, 1) 100%) !important;
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;

}

body #pricing-table-section .ptsColsWrapper .ptsCol.ptsCol-2 .ptsTableElementContent .ptsColDesc {
  background: rgb(2, 0, 36) !important;
  background: linear-gradient(90deg, rgba(128, 167, 230, 1) 0%, rgba(128, 167, 230, 1) 0%, rgba(247, 5, 232, 1) 100%) !important;
}

body #pricing-table-section .ptsColsWrapper .ptsCol.ptsCol-3 .ptsTableElementContent {
  color: #FFF;
}

body #pricing-table-section .ptsColsWrapper .ptsCol.ptsCol-3 .ptsTableElementContent .ptsColHeader {
  background: rgb(2, 0, 36) !important;
  background: linear-gradient(90deg, rgba(247, 5, 232, 1) 0%, rgba(187, 68, 219,1) 0%, rgba(247, 5, 232, 1) 100%) !important;
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;

}

body #pricing-table-section .ptsColsWrapper .ptsCol.ptsCol-3 .ptsTableElementContent .ptsColDesc {
  background: rgb(2, 0, 36) !important;
  background: linear-gradient(90deg, rgba(247, 5, 232, 1) 0%, rgba(187, 68, 219,1) 0%, rgba(247, 5, 232, 1) 100%) !important;
}

body #pricing-table-section .ptsColsWrapper .ptsCol .ptsColHeader span {
  font-size: 22px !important;
  color: #FFF !important;
}

body #pricing-table-section .ptsColsWrapper .ptsCol .ptsColDesc span, body #pricing-table-section .ptsColsWrapper .ptsCol .ptsColDesc sub {
  color: #FFF !important;
}
body #pricing-table-section .ptsColsWrapper .ptsCol .ptsColDesc sub{
  text-decoration: line-through;
}
body #pricing-table-section .ptsColsWrapper .ptsCol:not(.ptsCol-0) .ptsRows {
  background-color: #FFF;
  padding-bottom: 16px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border: 1px solid #FFF;
  -webkit-box-shadow: -1px 1px 19px -8px rgba(0 0 0 / 8%);
  box-shadow: -1px 1px 19px -8px rgb(0 0 0 / 8%);
}

body #pricing-table-section .ptsColsWrapper .ptsCol.ptsCol-3 .ptsRows {
  padding-bottom: 35px;
}

body #pricing-table-section .ptsColsWrapper .ptsCol .ptsRows .ptsCell:not(:last-child)::after {
  content: "";
  height: 1px;
  width: calc(100% - 80px);
  text-align: center;
  background-color: #cfd6e1;
  position: absolute;
  bottom: 0;
  left: 0px;
  margin: 0 40px;
}

body #pricing-table-section .ptsColsWrapper .ptsCol .ptsRows .ptsCell span {
  font-size: 24px !important;
  line-height: 71px !important;
}

body #pricing-table-section .ptsColsWrapper .ptsCol:not(.ptsCol-0) .ptsRows .ptsCell span {
  max-width: 125px;
  display: inline-block;

}

body #pricing-table-section .ptsColsWrapper .ptsCol:not(.ptsCol-0) .ptsRows .ptsCell span.small {
  font-size: 20px !important;
  line-height: 40px !important;
}

body #pricing-table-section .ptsColsWrapper .ptsCol.ptsCol-0 .ptsRows .ptsCell .ptsEl p {
  height: 78px;
}

body #pricing-table-section .ptsColsWrapper .ptsCol.ptsCol-0 .ptsRows .ptsCell .ptsEl span {
  line-height: 32px !important;
  display: flex;
  height: 100%;
  align-items: center;
}

body #pricing-table-section .ptsColsWrapper .ptsCol.ptsCol-0 .ptsRows .ptsCell {
  text-align: left;
  padding-right: 20px !important;
}

body #pricing-table-section .ptsColsWrapper .ptsCol.ptsCol-0 .ptsRows .ptsCell span, body #pricing-table-section .ptsColsWrapper .ptsCol.ptsCol-0 .ptsRows .ptsCell .ptsEl div {
  font-size: 20px !important;
  font-weight: normal;
  line-height: 36px;
  padding-left: 40px !important;
  display: inline-block;
}
body #pricing-table-section .ptsColsWrapper .ptsCol.ptsCol-4 .ptsTableElementContent .ptsColHeader {
  background: rgb(2,0,36)!important;
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(191,110,176,1) 0%, rgba(224,73,154,1) 100%)!important;
  border-top-left-radius: 15px!important;
  border-top-right-radius: 15px!important;
}
body #pricing-table-section .ptsColsWrapper .ptsCol.ptsCol-4 .ptsTableElementContent .ptsColDesc {
  background: rgb(2,0,36)!important;
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(191,110,176,1) 0%, rgba(224,73,154,1) 100%)!important;
}
body #pricing-table-section .ptsColsWrapper .ptsCol.ptsCol-2 .ptsColHeader {
  padding-top: 36px!important;
  margin-top: 0px!important;
}

body #pricing-table-section .ptsColFooter {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;

}

body #pricing-table-section .ptsColFooter .ptsTog, body .ptsColFooter .ptsTog > div {
  height: 100%;
  width: 100%;
  border: none !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

body #pricing-table-section .ptsColFooter .ptsTog a {
  background-color: rgb(97, 206, 112);
  background-image: linear-gradient(90deg, rgb(104, 209, 235) 0%, rgb(247, 5, 232) 100%);
  border-bottom-color: rgb(255, 255, 255);
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg, rgb(104, 209, 235) 0%, rgb(247, 5, 232) 100%);
  border-image-width: 1;
  border-left-color: rgb(255, 255, 255);
  border-left-style: solid;
  border-left-width: 2px;
  border-right-color: rgb(255, 255, 255);
  border-right-style: solid;
  border-right-width: 2px;
  border-top-color: rgb(255, 255, 255);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-top-style: solid;
  border-top-width: 2px;
  box-shadow: none;
  box-sizing: border-box;
  color: rgb(255, 255, 255) !important;
  cursor: pointer;
  display: inline-block;
  fill: rgb(255, 255, 255);
  font-family: Gelion, sans-serif !important;
  font-size: var(--e-global-typography-text-font-size) !important;
  font-style: normal !important;
  font-weight: 500 !important;
  hyphens: manual;
  line-height: var(--e-global-typography-efa2784-line-height);
  letter-spacing: var(--e-global-typography-efa2784-letter-spacing);
  padding-bottom: 13px;
  padding-left: 32px;
  padding-right: 33px;
  padding-top: 13px;
  text-align: center;
  text-decoration-color: rgb(255, 255, 255);
  text-decoration-line: none;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  text-size-adjust: 100%;
  transition-delay: 0s;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: ease;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-indent: inherit !important;
  color: #FFF;
  position: relative;
}

body #pricing-table-section .ptsColFooter .ptsTog a:hover {
  color: #FFFFFF;
  background-color: #FFFFFF00;
  font-family: "Gelion", Sans-serif;
  font-size: 19px;
  font-weight: 500;
  font-style: normal;
  fill: #FFFFFF;
  background-image: linear-gradient(90deg, #68D1EB 0%, #f705e8 100%);
  background: -webkit-linear-gradient(90deg, #68D1EB 0%, #f705e8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-image-slice: inherit;
  border-image-source: inherit;
  border: 2px solid;
  box-shadow: none;
  text-decoration: none;
}

body #pricing-table-section .ptsColFooter .ptsTog a:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  padding: 2px;
  background: linear-gradient(45deg, #68d1eb, #f705e8);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

body #pricing-table-section .ptsColFooter .ptsTog .ptsActBtn {
  background: transparent !important;
  background-color: transparent !important;
  width: 100% !important;
}

.ptsBlockContent .ptsCol .ptsColDesc .month, .ptsBlockContent .ptsCol .ptsColFooter .month {
  display: none;
}
.ptsColsWrapper .toggle-button {
  z-index: 999;
  position: relative;
  display: grid;
  column-gap: 30px;
  padding: 56px 0px 90px;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  font-size: 0.8em;
  justify-items: center;
  margin: 0 auto;
  grid-template-columns: 100px 90px 100px
}
.ptsColsWrapper .toggle-button::before {
  background-image: url(../images/solde.svg);
  background-repeat: no-repeat;
  background-position: top left;
  width: 198px;
  height: 100px;
  border:none;
  position: absolute;
  content: '';
  top: -19px;
  margin-left: -500px;
}


/* The switch - the box around the slider */
.ptsBlockContent .switch {
  position: relative!important;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.ptsBlockContent .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.ptsBlockContent .slider {
  position: absolute!important;
  cursor: pointer!important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  height: 34px!important;
  width: 60px!important;
}

.ptsBlockContent .slider:before {
  position: absolute;
  content: "";
  height: 26px!important;
  width: 26px!important;
  left: 4px!important;
  bottom: 4px!important;
  border: none!important;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.ptsBlockContent input:checked + .slider {
  background-color: #1C2454;
}

.ptsBlockContent input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.ptsBlockContent input:checked + .slider:before {
  -webkit-transform: translateX(26px)!important;
  -ms-transform: translateX(26px)!important;
  transform: translateX(26px)!important;
  top: 0!important;
}

/* Rounded sliders */
.ptsBlockContent .slider.round {
  border-radius: 34px;
}

.ptsBlockContent .slider.round:before {
  border-radius: 50%;
  background: rgba(247, 5, 232, 1);
}

.ptsBlockContent .slider.round:after {
  display: none;
}

/* woocommerce */

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	background-color: #FFF;
}

.woocommerce-message {
	border-top-color: #f705e8;
	background: #1C2454;
	color: #FFF;
}
.woocommerce form.checkout_coupon .form-row {
	padding: 0px;
}
.woocommerce form.woocommerce-form-login .form-row label {
	line-height: 2.4em;
}
.woocommerce form .form-row .input-checkbox#update_all_subscriptions_payment_method {
	margin: -10px 8px 0px 17px;
}

.woocommerce-error::before {
	line-height: 2.2em;
}

.woocommerce-error li {
	line-height: 2em;
}

body form .form-row label.woocommerce-form__label [type="checkbox"]:not(:checked)+span::before {
	width: 1em;
	height: 1em;
}

body form .form-row label.woocommerce-form__label [type="checkbox"]+span {
	padding-left: 1.2em;
}

body.woocommerce-page .woocommerce .woocommerce-info {
	background: var( --at-alert-primary-background );
	font-style: var( --at-alert-primary-font-style );
	font-weight: var( --at-alert-primary-font-weight );
	font-size: var( --at-alert-primary-font-size );
	line-height: var( --at-alert-primary-line-height );
	text-align: var( --at-alert-primary-text-align );
	color: var( --at-alert-primary-color );
	border: none;
}
body.woocommerce-page .woocommerce .woocommerce-info a {
	color: var( --at-color-blue );
}
body.woocommerce-page .woocommerce .woocommerce-info a:hover {
	text-decoration: none;
	color: var( --at-color-blue )!important;
}
body.woocommerce-checkout .woocommerce table.shop_table tr th,
body.woocommerce-checkout .woocommerce table.shop_table tr td {
	border: 0px solid var(--e-global-color-37a5594);
	border-left: 1px solid var(--e-global-color-37a5594);
	border-bottom: 1px solid var(--e-global-color-37a5594);
}

body.woocommerce-page .woocommerce .woocommerce-info::before {
	color: var(--e-global-color-secondary);
}

body.woocommerce-page .woocommerce .woocommerce-info a:hover {
	color: #FFF;
}

body.woocommerce-page .woocommerce .woocommerce-info a.woocommerce-Button {
	background: #FFF !important;
	color: var(--e-global-color-primary) !important;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1.col-lg-12 {
	width: 100%;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	background: var(--e-global-color-3cdf8b4);
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
	background-color: #FFF;
}

.woocommerce-checkout #payment div.payment_box::before {
	border: 1em solid #FFF;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
}

/* caroussel */
#home-partner-section .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
	min-height: 220px;
	padding: 40px;
	background-color: var(--e-global-color-3cdf8b4);
	max-width: 208px;
}

#home-partner-section .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure img {
	object-fit: contain;
	width: auto;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

#home-partner-section .elementor-main-swiper .swiper-slide {
	background-color: var(--e-global-color-3cdf8b4);
}

body:not(.elementor-editor-active) #home-partner-section.elementor-section::before {
	background-image: url(../images/partner-bg.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: auto;
	content: '';
	width: 100%;
	height: 996px;
	position: absolute;
	right: 22px;
	top: -173px;
}


body:not(.elementor-editor-active) #home-before-footer.elementor-section::before {
	background-image: url(../images/before-footer-bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 60%;
	content: '';
	width: 105%;
	height: 996px;
	position: absolute;
	right: -27px;
	top: 48px;
}

body:not(.elementor-editor-active) #home-blog-section.elementor-section::before {
	background-image: url(../images/blog-bg.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: auto;
	content: '';
	width: 100%;
	height: 996px;
	position: absolute;
	left: 22%;
	top: -128px;
}


.elementor-post__card {
	padding-right: 60px;
}

.elementor-posts--thumbnail-top .elementor-post {
	position: relative;
}

.elementor-post__meta-data {
	position: absolute;
	top: 76px;
	right: -57px;
	transform: rotate(90deg);
	color: #f705e8;
	border: 0px !important;
}

.elementor-post__meta-data::after {
	position: absolute;
	content: "";
	height: 1px;
	width: 33px;
	border: 0px;
	background: #f705e8;
	margin-left: 11px;
	margin-top: 17px;
}

.elementor-post__read-more {
	background: -webkit-linear-gradient(90deg, #68D1EB 0%, #f705e8 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.elementor-posts--thumbnail-top .elementor-post__thumbnail__link {
	border-radius: 15px;
	overflow: hidden;
}

.elementor-post__thumbnail {
	height: 280px;
}

.elementor-post__thumbnail img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

/* pricing page style */


body .ptsColFooter {
	background: transparent !important;
	background-color: transparent !important;
	border: none !important;
	height: 100% !important;
	position: relative;
	top: inherit;
	left: inherit;
	width: 100%;
}

body .ptsColFooter .ptsTog,
body .ptsColFooter .ptsTog>div {
	height: 100%;
	width: 100%;
	border: none !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

body .ptsColFooter .ptsTog a {
	background-color: rgb(97, 206, 112);
	background-image: linear-gradient(90deg, rgb(104, 209, 235) 0%, rgb(247, 5, 232) 100%);
	border-bottom-color: rgb(255, 255, 255);
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-image-outset: 0;
	border-image-repeat: stretch;
	border-image-slice: 1;
	border-image-source: linear-gradient(90deg, rgb(104, 209, 235) 0%, rgb(247, 5, 232) 100%);
	border-image-width: 1;
	border-left-color: rgb(255, 255, 255);
	border-left-style: solid;
	border-left-width: 2px;
	border-right-color: rgb(255, 255, 255);
	border-right-style: solid;
	border-right-width: 2px;
	border-top-color: rgb(255, 255, 255);
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-top-style: solid;
	border-top-width: 2px;
	box-shadow: none;
	box-sizing: border-box;
	color: rgb(255, 255, 255) !important;
	cursor: pointer;
	display: inline-block;
	fill: rgb(255, 255, 255);
	font-family: Gelion, sans-serif !important;
	font-size: var(--e-global-typography-text-font-size) !important;
	font-style: normal !important;
	font-weight: 500 !important;
	hyphens: manual;
	line-height: var(--e-global-typography-efa2784-line-height);
	letter-spacing: var(--e-global-typography-efa2784-letter-spacing);
	padding-bottom: 13px;
	padding-left: 32px;
	padding-right: 33px;
	padding-top: 13px;
	text-align: center;
	text-decoration-color: rgb(255, 255, 255);
	text-decoration-line: none;
	text-decoration-style: solid;
	text-decoration-thickness: auto;
	text-size-adjust: 100%;
	transition-delay: 0s;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: ease;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	text-indent: inherit !important;
	color: #FFF;
	position: relative;
}

body .ptsColFooter .ptsTog a:hover {
	color: #FFFFFF;
	background-color: #FFFFFF00;
	font-family: "Gelion", Sans-serif;
	font-size: 19px;
	font-weight: 500;
	font-style: normal;
	fill: #FFFFFF;
	background-image: linear-gradient(90deg, #68D1EB 0%, #f705e8 100%);
	background: -webkit-linear-gradient(90deg, #68D1EB 0%, #f705e8 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	border-image-slice: inherit;
	border-image-source: inherit;
	border: 2px solid;
	box-shadow: none;
	text-decoration: none;
}

body .ptsColFooter .ptsTog a:hover::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50px;
	padding: 2px;
	background: linear-gradient(45deg, #68d1eb, #f705e8);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: destination-out;
	mask-composite: exclude;
}

body .ptsColFooter .ptsTog .ptsActBtn {
	background: transparent !important;
	background-color: transparent !important;
	width: 100% !important;
}

#pricing-top-section.elementor-section>.elementor-container::before {
	background-image: url(../images/pricing-top-header.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: auto;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	right: -16%;
	min-height: 625px;
	top: -89px;
}

body .elementor-nav-menu--dropdown .elementor-item.elementor-item-active,
body .elementor-nav-menu--dropdown .elementor-item.highlighted,
body .elementor-nav-menu--dropdown .elementor-item:focus,
body .elementor-nav-menu--dropdown .elementor-item:hover,
body .elementor-sub-item.elementor-item-active,
body .elementor-sub-item.highlighted,
body .elementor-sub-item:focus,
body .elementor-sub-item:hover {
	background-color: var(--e-global-color-primary);
}
/* affiliate form */
#afwc_registration_form label.error {
	font-size: 1em;
    display: block;
    margin-top: 5px;
    font-weight: normal;
    color: #f44336;
}
#afwc_registration_form  .afwc_is_half {
	vertical-align: top;
}
#afwc_registration_form .afwc_reg_message.success {
	color: green;
}
/* entreprise page */
.entreprise-page-wrapper .elementor-text-editor li, .entreprise-page-wrapper .elementor-widget-text-editor li{
    line-height: 1.8em;
}
.entreprise-page-wrapper .entreprise-form-wrapper .elementor-field-type-acceptance, .entreprise-page-wrapper .entreprise-form-wrapper .elementor-field-type-html {
    background: var(--e-global-color-3cdf8b4);
	margin-bottom: 0px!important;
	padding: 10px!important;
}
.entreprise-page-wrapper .entreprise-form-wrapper .elementor-field-type-acceptance p, .entreprise-page-wrapper .entreprise-form-wrapper .elementor-field-type-html p{
	margin: 0px;
}
.entreprise-page-wrapper .entreprise-form-wrapper .elementor-field-type-html {
	margin-top: 10px;
}
body .entreprise-page-wrapper .entreprise-form-wrapper .elementor-field-type-acceptance {
	margin-bottom: 10px!important;
}
body .entreprise-page-wrapper .entreprise-form-wrapper .required {
	color: red;
    font-weight: 700;
    border: 0!important;
    text-decoration: none;
    padding-left: 5px;
}
body .entreprise-page-wrapper .entreprise-form-wrapper .iti {
	display: block;
	width: 100%;
}
body .entreprise-page-wrapper .entreprise-form-wrapper .iti li {
	line-height: inherit;
}
body .entreprise-page-wrapper .entreprise-form-wrapper .inner-error {
	font-size: 12px;
	display: block;
	margin-top: 5px;
	font-weight: normal;
	color: #f44336
}
body .entreprise-page-wrapper .entreprise-form-wrapper .elementor-message.elementor-message-success {
	display: none;
}
body .entreprise-page-wrapper .entreprise-form-wrapper .elementor-field-type-acceptance input {
    display: none;
    margin: 0;
    text-align: center;
    vertical-align: middle;
}
body .entreprise-page-wrapper .entreprise-form-wrapper .elementor-field-type-acceptance .woocommerce-terms-and-conditions-checkbox-text {
	position: relative;
    padding-left: 2.8em;
    font-size: 0.8em;
    line-height: 2.7em;
    cursor: pointer;
}
body .entreprise-page-wrapper .entreprise-form-wrapper .elementor-field-type-acceptance label {
	position: relative;
}
body .entreprise-page-wrapper .entreprise-form-wrapper .elementor-field-type-acceptance :checked + label::before, body .entreprise-page-wrapper .entreprise-form-wrapper .elementor-field-type-acceptance [type="checkbox"]:not(:checked) + label::before {
    transition: all 0s !important;
}
body .entreprise-page-wrapper .entreprise-form-wrapper .elementor-field-type-acceptance [type="checkbox"]:checked+label::after {
    opacity: 1;
    transform: scale(1) rotate(0);
}
body .entreprise-page-wrapper .entreprise-form-wrapper .elementor-field-type-acceptance [type="checkbox"]:not(:checked)+label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.2em;
    height: 1.2em;
    border: 1px solid #aaa;
    background: #FFF;
    border-radius: 0.2em;
    box-shadow: inset 0 1px 3px rgb(0 0 0 / 10%), 0 0 0 rgb(203 34 237 / 20%);
    transition: all .275s;
}
body .entreprise-page-wrapper .entreprise-form-wrapper .elementor-field-type-acceptance :checked + label::before {
    content: '✓';
	position: absolute;
	left: 0;
    top: 0;
    padding: 0px 3px 0 3px;
    color: #3498db;
    width: 1.2em;
    height: 1.2em;
    border: 1px solid #aaa;
    background: #FFF;
    border-radius: 0.2em;
    box-shadow: inset 0 1px 3px rgb(0 0 0 / 10%), 0 0 0 rgb(203 34 237 / 20%);
}
body .entreprise-page-wrapper .entreprise-form-wrapper .elementor-field-type-acceptance [type="checkbox"]:checked+label::after {
    content: '' !important;
    speak: never;
    position: absolute;
    top: 0.525em;
    left: 0.18em;
    font-size: 1.2em;
    color: var(--e-global-color-e7778c9);
    line-height: 0;
    transition: all .2s;
}
.woocommerce.single-product div.product form.cart .single_variation_wrap div.quantity {
	display: none;
}
.woocommerce div.product form.cart .group_table td:first-child {
	width: 7em;
}
.woocommerce div.product .woocommerce-grouped-product-list-item {
	display: flex;
    width: 100%;
    flex-wrap: wrap;
    column-gap: 1em;
    align-items: center;
    margin-bottom: 1em;
	justify-content: space-between;
}
.woocommerce div.product .woocommerce-grouped-product-list-item .woocommerce-grouped-product-list-item__label label {
	vertical-align: baseline;
}

.ptsColsWrapper .ptsCol.ptsCol-4 .ptsTableElementContent .ptsColHeader {
  background: rgb(2,0,36)!important;
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(191,110,176,1) 0%, rgba(224,73,154,1) 100%)!important;
  border-top-left-radius: 15px!important;
  border-top-right-radius: 15px!important;
}
.ptsColsWrapper .ptsCol.ptsCol-4 .ptsTableElementContent .ptsColDesc {
  background: rgb(2,0,36)!important;
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(191,110,176,1) 0%, rgba(224,73,154,1) 100%)!important;
}


/**** App -Check Box Select , Checkout ****/
.woocommerce.woocommerce-page form .form-row .input-checkbox {
  display: none;
  margin: 0;
  text-align: center;
  vertical-align: middle;

}
body.woocommerce-page form .form-row label.woocommerce-form__label :checked + span::before {
  content: '✓';
  padding: 0px 3px 0 3px;
  color: #3498db;
  position: relative;
  left: -45px;
  top: 0px;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #aaa;
  background: #FFF;
  border-radius: 0.2em;
  box-shadow: inset 0 1px 3px rgb(0 0 0 / 10%), 0 0 0 rgb(203 34 237 / 20%);

}
body.woocommerce-page form .form-row label.woocommerce-form__label :checked + span::before, body.woocommerce-page form .form-row label.woocommerce-form__label [type="checkbox"]:not(:checked) + span::before {
  transition: all 0s !important;
}
body.woocommerce-page form .form-row label.woocommerce-form__label [type="checkbox"] + span {
  position: relative;
  padding-left: 2.8em;
  font-size: 0.8em;
  line-height: 2.7em;
  cursor: pointer;
}

/* 2022-10-08, B. */
@media (max-width: 991px) {
  body.woocommerce-checkout .container_payment_box {
    padding: 0px !important;
  }
  body.woocommerce-checkout .container_payment_box .col-1,
  body.woocommerce-checkout .container_payment_box .col1-set {
    display: block !important;
    width: 100% !important;
  }
  body.woocommerce-checkout .container_payment_box .create-account > .form-row {
    display: block !important;
    width: 100% !important;
  }
  body.woocommerce-checkout .container_payment_box .create-account #account_password-2_field label {
    visibility: visible !important;
  }
}

@media (max-width: 1460px) {
	body:not(.elementor-editor-active) #home-before-footer.elementor-section::before {
		background-size: 70%;
	}
}

@media (max-width: 1201px) {
  body #pricing-table-section .ptsColsWrapper .ptsCol.ptsCol-0 .ptsRows .ptsCell .ptsEl div {
    font-size: 19px !important;
    line-height: 23px;
  }

	body:not(.elementor-editor-active) #home-before-footer.elementor-section::before {
		width: 111%;
		background-size: 75%;
	}

	body:not(.elementor-editor-active) #atrating-center-middle-section.elementor-section::before {
		top: -205px;
	}

	body:not(.elementor-editor-active) #atrating-top-section.elementor-section::before {
		background-size: 43%;
	}

	.line-sep .elementor-row .elementor-column:not(:last-child)::after {
		background-size: 39%;
		height: 30px;
		top: 136px;
		left: 63px;
	}

	body:not(.elementor-editor-active) #about-top-section.elementor-section::before {
		background-size: 53%;
		right: 1%;
		min-height: 625px;
		top: -32px;
	}

	#home-top-section.elementor-section>.elementor-container::before {
		background-size: 77%;
	}

	.elementor-section-wrap>section.elementor-section:not(.atworthy-sep),
	.elementor-section-wrap>footer.elementor-section:not(.atworthy-sep),
	.elementor-section-wrap>header.elementor-section:not(.atworthy-sep) {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	#home-top-section .elementor-text-editor .top {
		font-size: 21px;
		line-height: 33px;
	}

	#home-top-section .elementor-text-editor .top::after {
		background-size: 221px;
		width: 100%;
		height: 87px;
		top: 15px;
		left: 149px;
	}

	#home-top-section .elementor-text-editor .middle {
		font-size: 77px;
		line-height: 102px;
		margin-left: 67px;
	}

	#home-top-section .elementor-text-editor .middle::before {
		background-size: 20px;
		width: 100%;
		height: 91px;
		top: 44px;
		left: -30px;
	}

	#home-top-section .elementor-text-editor .footer {
		font-size: 61px;
		line-height: 90px;
	}

	#home-middle-section .elementor-image-box-description {
		font-size: 20px;
	}

	#home-middle-section.elementor-section:not(#home-top-section)>.elementor-container>.elementor-row>.elementor-column>.elementor-element-populated {
		background-position: 94px 180px;
		background-size: 48%;
	}

	body:not(.elementor-editor-active) #home-middle-section.elementor-section::before {
		background-position: top center;
		top: -95px;
		left: -14px;
	}

	body:not(.elementor-editor-active) #home-after-middle-section.elementor-section::before {
		background-size: 14%;
		bottom: -145px;
	}

	#home-after-middle1-section.elementor-section>.elementor-container::before {
		background-size: 70%;
	}

	.atrating-categories-section .elementor-image-box-title {
		font-size: 23px !important;
		padding-left: 10px !important;
	}

	body:not(.elementor-editor-active) .atw-line.atworthy-sep.elementor-section::before {
		background-size: 16%;
		top: -23px;
		width: 123%;
	}

	body:not(.elementor-editor-active) .atw-circle.atworthy-sep.elementor-section::before {
		background-size: 8%;
	}

	body:not(.elementor-editor-active) .atw-circle.atw-top-left.elementor-section::before {
		background-size: 12%;
		top: -17%;
	}

	body:not(.elementor-editor-active) .atw-bottom-right.elementor-section::before {
		right: -2%;
		background-size: 13%;
	}

	body:not(.elementor-page) .site-main {
		padding-left: 45px !important;
		padding-right: 45px !important;
	}
}

@media (min-width: 1024px) {

  body #pricing-table-section .ptsTableElementContent .ptsColFooter {
    padding: 0px !important;
  }

  body #pricing-table-section .ptsColFooter .ptsTog .ptsActBtn {
    padding: 0px !important;
  }

  body #pricing-table-section .ptsColFooter .ptsTog a, body #pricing-table-section .ptsColFooter .ptsTog a:hover::before {
    border-radius: 0px 0px 15px 15px;
  }

  body #pricing-table-section .ptsColsWrapper .ptsCol:not(.ptsCol-0) .ptsRows {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  body #pricing-table-section .ptsColsWrapper .ptsCol.ptsCol-3 .ptsRows {
    padding-bottom: 16px;
  }
}

@media (max-width: 1024px) {
	.page-template-elementor_canvas div[data-elementor-type="wp-page"] #right-login-section .elementor-element-populated {
		background-size: 125%;
		background-position: center center;
	}

	.page-template-elementor_canvas div[data-elementor-type="wp-page"] #login-container-section .eael-login-form-wrapper {
		width: 100% !important;
	}

	.page-template-elementor_canvas #login-container-section .elementor-container::before {
		background-size: contain;
		width: 100%;
		height: 100%;
		position: absolute;
		right: -5%;
		top: -8%;
	}


	div[data-elementor-type="wp-page"],
	body:not(.elementor-page) .site-main {
		margin-top: 10px;
	}

  body #pricing-table-section .ptsColsWrapper .ptsCol:not(.ptsCol-0) {
    width: 100% !important;
    margin-bottom: 30px;
    padding: 0px;
    top: 0;
    float: none;
  }

  body #pricing-table-section .ptsColsWrapper .ptsCol:not(.ptsCol-0) .ptsRows .ptsCell span {
    max-width: 100%;
    display: inline-block;
  }

  body #pricing-table-section .ptsColsWrapper .ptsCol:not(.ptsCol-0) .ptsRows .ptsCell span.small {
    font-size: 20px !important;
    line-height: 40px !important;
  }

  body #pricing-table-section .ptsColFooter {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    height: 100% !important;
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
  }

  body #pricing-table-section .ptsColFooter .ptsTog, body .ptsColFooter .ptsTog > div {
    height: 100%;
    width: 100%;
    border: none !important;
  }

  body #pricing-table-section .ptsColFooter .ptsTog .ptsActBtn {
    background: transparent !important;
    background-color: transparent !important;
    width: 100% !important;
    margin-top: 10px;
  }

	body .form-filter-properties .select2-container {
		width: 100% !important;
	}

	.properties-listing-elementor-widget .form-filter-properties .countries-container,
	.properties-listing-elementor-widget .form-filter-properties .cities-container {
		width: 100% !important;
		margin-bottom: 15px;
	}

	body:not(.elementor-editor-active) .atw-circle.atw-top-left.elementor-section::before {
		background-size: 12%;
		top: -71px;
	}

	body:not(.elementor-editor-active) #atrating-top-section.elementor-section::before {
		background-position: center top;
		top: 66%;
		top: -16px;
		right: 0%;
		background-size: 59%;
		max-height: 500px;
	}

	body:not(.elementor-editor-active) #atrating-center-middle-section.elementor-section::before {
		background-position: top left;
		background-size: 187%;
		width: 100%;
		top: -151px;
		left: 35%;
	}

	body:not(.elementor-editor-active) #atrating-bottom-middle-section.elementor-section::before {
		top: 15px;
		right: 5%;
		background-size: 14%;
	}

	.atrating-categories-section .elementor-column {
		width: 50% !important;
	}

  body #pricing-table-section .ptsContainer {
    padding-right: 0px !important;
  }

  body #pricing-table-section .ptsColsWrapper .ptsCol .ptsRows .ptsCell {
    height: auto !important;
  }

  body #pricing-table-section .ptsColsWrapper .ptsCol.ptsCol-2 .ptsTableElementContent .ptsColHeader {
    margin: 0px !important;
  }

  body #pricing-table-section .ptsColsWrapper .ptsCol:not(.ptsCol-0) {
    width: 100% !important;
    margin-bottom: 30px;
    padding: 0px;
    top: 0;
    float: none;
  }

	body:not(.elementor-editor-active) #about-top-middle-section::before {
		background-position: top center;
		background-size: 114%;
		right: 0%;
		min-height: 987px;
		top: -445px;
		;
	}

	body:not(.elementor-editor-active) #about-top-section.elementor-section::before {
		background-size: 82%;
		right: 7%;
		min-height: 625px;
		top: 0px;
	}

	body:not(.elementor-editor-active) #about-middle-bottom-section.elementor-section::before {
		background-position: top center;
		background-size: 91%;
		width: 191%;
		right: -5%;
		top: 10px;
	}

  body #pricing-table-section .ptsColsWrapper .ptsCol:not(.ptsCol-0) .pricing-label {
    color: var(--e-global-color-text) !important;
    font-size: 1.1em !important;
    font-weight: var(--e-global-typography-text-font-weight) !important;
    line-height: 44px;
    padding-top: 10px;
  }

  body #pricing-table-section .ptsColsWrapper .ptsCol .ptsRows .ptsCell .tooltiptext::before {
    right: inherit;
  }

  body #pricing-table-section .ptsColsWrapper .ptsCol.ptsCol-0 .ptsRows .ptsCell {
    padding: 20px 0 10px !important;
  }

  body #pricing-table-section .ptsColsWrapper .ptsCol[class*="ptsCol-"]:not(.ptsCol-0) .ptsRows {
    padding-bottom: 35px;
  }

  body #pricing-table-section .ptsColsWrapper .ptsCol.ptsCol-0 .ptsRows .ptsCell span {
    font-size: 24px !important;
    line-height: 31px !important;
  }

  body #pricing-table-section .ptsBlockMobile .ptsCol.ptsCol-0 {
    width: 60% !important;
  }

  body #pricing-table-section .ptsContainer::before {
    display: none;
  }

  body #pricing-table-section .ptsBlockMobile .ptsCol.ptsCol-0::before {
    content: "";
    background-color: #edf4f7;
    border-radius: 15px;
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 170%;
    height: calc(100% - 191px);
    border: 1px solid #cad1dc;
  }
  body #pricing-table-section .ptsContainer .ptsBlockMobile .ptsCol[class*="ptsCol-"] {
    width: 40% !important;
    margin-bottom: 56px !important;
  }
	#home-middle-section .elementor-image-box-description {
		font-size: 23px;
	}

	.line-sep .elementor-row .elementor-column::after {
		background-position: top center !important;
		background-size: auto !important;
		top: -20px !important;
		left: 0px !important;
	}

	#home-process-section .elementor-column-wrap .elementor-row .elementor-column {
		position: relative;
	}

	.line-sep .elementor-row .elementor-column:last-child::after {
		background-image: none;
	}

	.line-sep .elementor-row .elementor-column::after {
		bottom: 0px !important;
		top: inherit !important;
	}



	body:not(.elementor-editor-active) #home-partner-section.elementor-section::before {
		background-size: 22%;
		top: -64px;
	}

	body:not(.elementor-editor-active) #home-blog-section.elementor-section::before {
		background-position: top center;
		left: 0%;
		top: -83px;
	}

	body:not(.elementor-editor-active) #home-before-footer.elementor-section::before {
		background-position: bottom center;
		background-size: contain;
		width: 100%;
		height: 100%;
		top: 0px;
	}

	#home-after-middle1-section.elementor-section>.elementor-container::before {
		background-size: 693px;
		left: -153px;
		top: 0px;
		background-position: top center;
	}

	#home-after-middle1-section.elementor-section>.elementor-container>.elementor-row {
		margin-top: 525px;
	}

	#home-after-middle1-section .elementor-section {
		padding-left: 0px;
		padding-right: 0px;
	}

	.elementor-section-wrap>#home-after-middle1-section.elementor-section>.elementor-container>.elementor-row>.elementor-column {
		width: 100%;
	}

	#home-after-middle-section .elementor-section {
		border: 0px;
	}

	#home-after-middle-section .elementor-section .elementor-column {
		width: 100%;
		margin-bottom: 20px
	}

	#home-after-middle-section .elementor-section .elementor-column .elementor-image-box-wrapper,
	#home-after-middle-section .elementor-section .elementor-column .elementor-widget-image {
		text-align: center;
	}

	#home-after-middle-section .elementor-section .elementor-column .elementor-element-populated {

		border-radius: 15px 15px 15px 15px;
		border-style: solid;
		border-width: 2px 2px 2px 2px;
		border-color: #DDDEE6;
	}

	.elementor-section-wrap>.elementor-section>.elementor-container>.elementor-row>.elementor-column>.elementor-element-populated {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.elementor-section-wrap>section.elementor-section:not(.atworthy-sep) {
		padding-left: 5% !important;
		padding-right: 5% !important;
	}

	#home-middle-section.elementor-section:not(#home-top-section)>.elementor-container>.elementor-row>.elementor-column>.elementor-element-populated {
		background-image: none;
	}

	.atwothy-wrapper .atwothy-wrapper-inner::before {
		background-position: top right;
		background-size: 69%;
		width: 116%;
		height: 100%;
		right: -16%;
		top: -73px;
		min-height: 925px;
	}

	#home-top-section-text-column {
		text-align: center;
	}

	#home-top-section.elementor-section>.elementor-container::before {
		background-size: 91%;
		left: 37px;
		top: -8px;
		background-position: top center;
	}

	#pricing-top-section.elementor-section>.elementor-container::before {
		background-size: 650px;
		left: 37px;
		top: 0px;
		background-position: top center;
	}

	body:not(.elementor-editor-active) #pricing-middle-section.elementor-section::before {
		top: -80px;
		left: -42px;
	}

	#home-top-section .elementor-text-editor .top {
		font-size: 33px;
		line-height: 33px;
		color: var(--e-global-color-secondary);
		display: block;
		position: relative;
		margin-left: -217px;
	}

	#home-top-section .elementor-text-editor .top::after {
		background-position: top center;
		background-size: auto;
		content: '';
		width: 100%;
		height: 93px;
		position: absolute;
		top: 15px;
		left: 260px;
	}

	#home-top-section .elementor-text-editor .middle {
		font-size: 126px;
		line-height: 140px;
		font-weight: bold;
		color: var(--e-global-color-primary);
		display: block;
		margin-left: 67px;
		position: relative;
	}

	#home-top-section .elementor-text-editor .middle::before {
		background-position: top center;
		background-size: auto;
		content: '';
		width: 100%;
		height: 93px;
		position: absolute;
		top: 61px;
		left: -196px;
	}

	#home-top-section .elementor-text-editor .footer {
		font-size: 90px;
		font-weight: bold;
		line-height: 90px;
		color: var(--e-global-color-e7778c9);
		display: block;
		margin-left: 0px;
	}

}

@media (max-width: 767px) {
	#afwc_registration_form .afwc_is_half {
		width: 100%;
	}
	.page-template-elementor_canvas div[data-elementor-type="wp-page"] #right-login-section .elementor-element-populated {
		background-size: contain;
		background-position: top center;
	}

	.page-template-elementor_canvas #login-container-section .elementor-container::before {
		background-size: contain;
		width: 100%;
		height: 100%;
		position: absolute;
		right: 0;
		background-position: top center;
		top: -14%;
		left: -25px;
	}

	.page-template-elementor_canvas .atworthy-sep {
		position: relative;
		bottom: inherit;
		height: auto;
		width: 100%;
	}

	.page-template-elementor_canvas div[data-elementor-type="wp-page"] #form-container-section>.elementor-element-populated {
		box-shadow: none;
	}

	body .elementor-location-header .elementor-row .elementor-element.elementor-widget-button a {
		font-size: 12px;
	}

	.certificate-checker-elementor-widget button {
		margin-top: 10px;
		width: 100%;
	}

	.certificate-checker-elementor-widget .certificate_container .left .property {
		font-size: 15px;
		line-height: 20px;
	}

	body:not(.elementor-page) .site-main {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	.wpcf7-submit {
		width: 100%;
		text-align: center;
	}

	#home-top-section.elementor-section>.elementor-container::before {
		background-size: 624px;
		left: -13%;
		top: -8px;
		background-position: top center;
		width: 130%;
	}

	body:not(.elementor-editor-active) #atrating-center-middle-section.elementor-section::before {
		top: -118px;
	}

	body:not(.elementor-editor-active) #atrating-top-section.elementor-section::before {
		background-position: center top;
		top: -16px;
		right: 0%;
		background-size: 59%;
		max-height: 316px;
		left: 0;
		border: 0;
		display: inline-block;
		overflow: hidden;
		min-height: auto;
	}

	.atrating-categories-section .elementor-column {
		width: 100% !important;
	}

	body h1.entry-title,
	body .elementor-widget-heading.elementor-element .elementor-widget-container h1.elementor-heading-title,
	body .elementor-widget-heading h1.elementor-heading-title {
		font-size: 60px;
		line-height: 60px;
	}

	body .elementor-widget-heading h2.elementor-heading-title,
	body .elementor-widget-heading h2.elementor-heading-title,
	body .elementor-text-editor h2.elementor-heading-title {
		font-size: 50px;
		line-height: 60px;
	}

	body .elementor-widget-heading h1.elementor-heading-title.elementor-size-xxl,
	body .elementor-text-editor h1.elementor-heading-title {
		font-size: 80px;
		line-height: 80px;
	}

	body:not(.elementor-editor-active) #about-top-middle-section::before {
		top: 0px;
		right: 0px;
	}

	body:not(.elementor-editor-active) #pricing-middle-section.elementor-section::before {
		top: -46px;
		left: -42px;
	}

	#home-after-middle1-section.elementor-section>.elementor-container::before {
		background-size: 666px;
		left: -113px;
		top: 0px;
		background-position: top center;
	}

	#home-after-middle1-section.elementor-section>.elementor-container>.elementor-row {
		margin-top: 535px;
	}

	.elementor-84 .elementor-element.elementor-element-63060f16 .elementor-button {
		padding: 10px 10px 10px 10px;
	}
}

@media (max-width: 573px) {
  body #pricing-table-section .ptsContainer .ptsColsWrapper .ptsCol .ptsRows .ptsCell span {
    font-size: 1.2em !important;
    line-height: 67px;
  }

  body #pricing-table-section .ptsContainer .ptsColsWrapper .ptsCol.ptsCol-0 .ptsRows .ptsCell span {
    font-size: 1.1em !important;
    line-height: 26px !important;
  }

  body #pricing-table-section .ptsContainer .ptsColsWrapper .ptsCol.ptsCol-0 .ptsRows .ptsCell {
    padding: 10px 0 10px !important;
  }

	#home-top-section .elementor-text-editor .top {
		font-size: 27px;
		line-height: 33px;
		color: var(--e-global-color-secondary);
		display: block;
		position: relative;
		margin-left: -217px;
	}

	#home-top-section .elementor-text-editor .top::after {
		background-position: top center;
		background-size: 30%;
		content: '';
		width: 100%;
		height: 93px;
		position: absolute;
		top: 15px;
		left: 199px;
	}

	#home-top-section .elementor-text-editor .middle {
		font-size: 97px;
		line-height: 105px;
		font-weight: bold;
		color: var(--e-global-color-primary);
		display: block;
		margin-left: -9px;
		position: relative;
	}

	#home-top-section .elementor-text-editor .middle::before {
		background-position: top center;
		background-size: 4%;
		content: '';
		width: 100%;
		height: 93px;
		position: absolute;
		top: 58px;
		left: -163px;
	}

	#home-top-section .elementor-text-editor .footer {
		font-size: 75px;
		font-weight: bold;
		line-height: 79px;
		color: var(--e-global-color-e7778c9);
		display: block;
		margin-left: -35px;
		margin-top: 8px;
	}
}

@media (max-width: 380px) {
	.elementor-location-footer .elementor-social-icon::before {
		width: 40px;
		height: 40px;
		background-size: 100%;
	}

	.elementor-location-footer .elementor-social-icon i {
		font-size: 20px;
	}
}
