::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

@font-face {
    font-family: 'El Messiri';
    src: url('../fonts/ElMessiri-Regular.eot');
    src: url('../fonts/ElMessiri-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ElMessiri-Regular.woff2') format('woff2'),
        url('../fonts/ElMessiri-Regular.woff') format('woff'),
        url('../fonts/ElMessiri-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'El Messiri';
    src: url('../fonts/ElMessiri-Medium.eot');
    src: url('../fonts/ElMessiri-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ElMessiri-Medium.woff2') format('woff2'),
        url('../fonts/ElMessiri-Medium.woff') format('woff'),
        url('../fonts/ElMessiri-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'El Messiri';
    src: url('../fonts/ElMessiri-SemiBold.eot');
    src: url('../fonts/ElMessiri-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ElMessiri-SemiBold.woff2') format('woff2'),
        url('../fonts/ElMessiri-SemiBold.woff') format('woff'),
        url('../fonts/ElMessiri-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'El Messiri';
    src: url('../fonts/ElMessiri-Bold.eot');
    src: url('../fonts/ElMessiri-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ElMessiri-Bold.woff2') format('woff2'),
        url('../fonts/ElMessiri-Bold.woff') format('woff'),
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Futura Cyrillic Book';
    src: url('../fonts/FuturaCyrillicBook.eot');
    src: url('../fonts/FuturaCyrillicBook.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaCyrillicBook.woff2') format('woff2'),
        url('../fonts/FuturaCyrillicBook.woff') format('woff'),
        url('../fonts/FuturaCyrillicBook.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


* {
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    font-family: "Poppins", sans-serif !important;
}

body {
    background: #fff;
    font-size: 100%;
    color: #444;
    line-height: 100%;
    font-style: normal;
    font-weight: 400;
    font-family: 'Poppins' !important;
    overflow: hidden !important;
    padding-top: 140px;
}

html {
    overflow-x: hidden;
    -webkit-tap-highlight-color: transparent;
}

html,
html a,
body {
    -webkit-font-smoothing: antialiased;
}

.admin-bar form#adminbarsearch {
    display: none;
}

.text-wrap,
.img-wrap,
section {
    float: left;
    width: 100%;
}

.inner-contener > .elementor-container, 
.elementor > .elementor-section.elementor-section-boxed > .elementor-container{
    max-width: 1600px !important;
    padding: 0;
}
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100% !important;
}

#elementor-add-new-section {
    width: 100%;
}

section ul {
    width: 100%;
    float: left;
}

.elementor-element-overlay ul {
    width: auto;
}

.elementor,
.elementor-section-wrap,
.elementor-location-footer,
.force-stretched-header,
.footer-width-fixer {
    width: 100%;
    float: left;
}

.default-wrapper {
    padding: 80px 0;
}
.default-wrapper header {
    width: 100%;
    float: left;
	margin-bottom: 20px;
}
.default-wrapper h2.entry-title,
.default-wrapper p{
    margin-bottom: 15px;
}
.default-wrapper h2.entry-title:last-child {
    margin-bottom: 0px;
}
article {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}
article:last-child {
    margin-bottom: 0px;
}
.entry-summary {
    width: 100%;
    float: left;
}
.entry-summary > a {
    margin-bottom: 15px;
	float: left;
}
.entry-summary > a:last-child{
	margin-bottom: 0px;
}

a {
    -webkit-transition: all .25s ease 0s;
    transition: all .25s ease 0s;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    color: #404f63;
}

a:hover,
a:focus {
    color: #2F9FF4;
    text-decoration: none;
}

ol,
ul {
    list-style: none;
    margin: 0;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

button {
    cursor: pointer;
    border: none;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

input[type=checkbox] {
    vertical-align: top;
}

input[type=radio] {
    height: auto;
    vertical-align: top;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    appearance: none;
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    color: #666;
}

:-ms-input-placeholder {
    color: #666;
}

::placeholder {
    color: #666;
}

table {
    border: 0 none;
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

img {
    border: 0 none;
    max-width: 100%;
    height: auto;
}

.relative {
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    font-weight: 400;
    line-height: 120%;
    font-family: 'El Messiri' !important;
}

.elementor-heading-title {
    line-height: 116% !important;
}

h1 {
    font-size: 65px;
    line-height: 116%;
    color: #000000 !important;
    font-weight: 700 !important;
}

h2 {
    font-size: 54px;
    color: #0E0F0D !important;
    font-weight: 600 !important;
	line-height:129% !important;
}

h3 {
    font-size: 30px;
    color: #0E0F0D !important;
    font-weight: 400 !important;
}

h4 {
    font-size: 28px;
    color: #000000 !important;
    font-weight: 400 !important;
}

h5 {
    font-size: 24px;
    color: #0E0F0D !important;
    font-weight: 500 !important;
}

h6 {
    font-size: 20px;
    color: #000000 !important;
    font-weight: 400 !important;
	font-family: "Poppins", sans-serif !important;
}

p {
    font-size: 18px;
    color: #0E0F0D !important;
    line-height: 155% !important;
    font-weight: 400 !important;
	font-family: "Poppins", sans-serif !important;
}

b,
strong {
    font-family: 'El Messiri';
    font-weight: 600 !important;
}

.btn-wrap a.elementor-button,
.gform_body input[type=submit],
.anwp-pg-wrap .btn,
.gform_footer input[type=submit]{
    height: 58px;
    line-height: 58px !important;
    min-height: initial !important;
    display: inline-block !important;
    width: auto !important;
    padding: 0 35px;
    font-family: "Poppins", sans-serif !important;
    font-weight: 400;
    font-size: 20px !important;
	text-transform:capitalize;
    background-color: #2F9FF4;
    color: #fff;
    border-radius: 36px;
    position: relative;
    overflow: hidden;
    border: none;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    outline: none !important;
}
.btn-wrap a.elementor-button:hover, 
.gform_body input[type=submit]:hover, 
.anwp-pg-wrap .btn:hover, 
.gform_footer input[type=submit]:hover{
	background-color: #2289d7 !important;
}
.gform_footer input[type=submit] {
    height: 56px;
    line-height: 56px !important;
    font-size: 18px !important;
    min-width: 180px;
    margin: 0 !important;
}

.btn-wrap a.elementor-button:hover,
.btn-wrap a.elementor-button:focus,
.gform_body input[type=submit]:hover,
.gform_body input[type=submit]:focus,
.anwp-pg-wrap .btn:hover,
.anwp-pg-wrap .btn:focus {
    background-color:#2289d7 !important;
    color: #fff !important;
    border-color: #2289d7 !important;
}

.ehf-header #masthead {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
/*     background-color: #ffffff; */
	display: block;
	z-index: 999;
}
.header-wrapper{
/*     padding: 15px 0; */
}
.header-wrapper .hfe-nav-menu {
    width: auto;
    float: right;
    align-items: center;
}
.header-wrapper .elementor-section .elementor-container{
    justify-content: space-between;
	align-items: center;
}
.header-wrapper .hfe-nav-menu ul li:first-child {
    padding-left: 0px;
}
.header-wrapper .hfe-nav-menu ul li {
    padding-left: 42px;
}
.header-wrapper .hfe-nav-menu ul li:last-child {
    padding-left: 50px;
}
.header-wrapper .header-inner-sec {
    padding: 19px 20px;
}
.header-wrapper .elementor-widget-navigation-menu .menu-item a.hfe-menu-item:hover, 
.header-wrapper .elementor-widget-navigation-menu .sub-menu a.hfe-sub-menu-item:hover, 
.header-wrapper .elementor-widget-navigation-menu .menu-item.current-menu-item a.hfe-menu-item, 
.header-wrapper .elementor-widget-navigation-menu .menu-item a.hfe-menu-item.highlighted, 
.header-wrapper .elementor-widget-navigation-menu .menu-item a.hfe-menu-item:focus{
    color: #2F9FF4 !important;
}
.header-wrapper .elementor-widget-navigation-menu li:last-child.menu-item a.hfe-menu-item:hover {
    color: #fff !important;
    background-color: #2289d7 !important;
}
.header-wrapper .hfe-nav-menu ul li a {
    padding: 10px 0 !important;
    color: #000 !important;
    font-size: 20px;
    font-weight: 400;
    font-family: "Poppins", sans-serif !important;
    opacity: 0.6;
}
.header-wrapper .elementor-widget-navigation-menu .menu-item.current-menu-item a.hfe-menu-item {
    color: #000 !important;
    opacity: 1;
}
.header-wrapper .hfe-nav-menu ul li:last-child a {
    display: inline-block !important;
    width: auto !important;
    padding: 17px 31px !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    background-color: #2F9FF4 !important;
    color: #F3F9FE !important;
    border-radius: 36px;
    position: relative;
    overflow: hidden;
    border: none;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    outline: none !important;
    opacity: 1;
}
.header-wrapper .hfe-nav-menu .hfe-nav-menu__toggle {
    margin: 0;
    float: right;
}
.header-wrapper .hfe-nav-menu .hfe-nav-menu-icon {
    padding: 2px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hfe-nav-menu-icon svg {
    width: 100%;
    height: 100%;
    line-height: initial;
    font-size: initial;
}
.header-wrapper .logo-box{
    width: auto !important;
    float: left;
}
.header-wrapper .logo-box .elementor-widget-image {
    width: 100%;
}
.header-wrapper .logo-box img {
    max-width: 146px;
    width: 100%;
}
.header-wrapper .menu-box{
    width: auto !important;
    float: right;
}

.notfound-content{
	text-align: center;
	padding: 7vw 0;
	width: 100%;
    float: left;
}
.error404 .notfound-content h1{
	color: #000000;
}
.error404 .notfound-content h3 {
    margin: 20px 0;
}


body .gform_wrapper,
.gform_confirmation_wrapper {
    width: 100%;
    float: left;
}

body .gform_wrapper {
    margin: 0px 0;
}
body .gform_wrapper form {
    width: 100%;
    float: left;
}
body .gform_wrapper form .gform_body {
    float: left;
    width: calc(100% + 30px) !important;
    margin: 0 -15px !important;
}
body .gform_wrapper .gf_progressbar_wrapper{
	display: none;
}
body .gform_wrapper form .gform_body ul {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
}
body .gform_wrapper form .gform_body ul li.gfield {
    padding: 0px;
    width: 50%;
    float: left;
    padding: 0 15px !important;
    margin: 0 0px 25px !important;
    background-color: transparent;
    border: none;
    clear: inherit;
}
body .gform_wrapper form .gform_body ul li.gfield.gfield--type-email {
    width: 100%;
}
body .gform_wrapper form .gform_body ul li.gfield label {
    width: 100%;
    float: left;
    color: #000;
    font-family: 'El Messiri' !important;
    font-size: 22px;
    font-weight: 400;
    margin-top: 0px !important;
    padding: 0 0px 10px;
    line-height: 120%;
}
body .gform_wrapper form .gform_body ul li.gfield label span.gfield_required {
    font-size: 18px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    display: none;
    vertical-align: top;
    margin-left: 0px;
    margin-top: 0px;
}

body .gform_wrapper form .gform_body ul li.gfield.full-box {
    width: 100%;
}
body .gform_wrapper form .gform_body ul li.gfield textarea {
    width: 100% !important;
    height: 100px !important;
    border-radius: 18px !important;
}
body .gform_wrapper form .gform_body ul li.description textarea {
	width: 100% !important;
}
body .gform_wrapper .validation_message {
    color: #790000;
    padding-top: 5px;
    padding-right: 0px !important;
    width: 100%;
    float: left;
    line-height: 120%;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 14px;
}
body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, 
body .gform_wrapper li.gfield_error ul.gfield_checkbox, 
body .gform_wrapper li.gfield_error ul.gfield_radio,
body .gform_wrapper .field_description_below .gfield_description {
	color: #790000;
    padding-top: 5px;
    padding-right: 0px !important;
    width: 100%;
    float: left;
    line-height: 120%;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
}

body .gform_confirmation_message {
    width: 100%;
    float: left;
    text-align: center;
    font-weight: normal;
    font-family: 'El Messiri' !important;
    background-color: #029300;
    line-height: 125%;
    border: 1px solid #E8E8E8;
    border-radius: 5px;
    padding: 16px 20px;
    color: #ffffff;
    font-size: 16px;
}
body .gform_wrapper div.validation_error {
    margin-bottom: 20px;
    border: none;
    background-color: #790000;
    color: #ffffff;
    padding: 18px 15px;
    line-height: 120%;
    font-size: 16px;
	display: flex;
}

body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0px !important;
    width: 100%;
    float: left;
}
body .gform_body input[type=text],
body .gform_body input[type=email],
body .gform_body input[type=tel],
body .gform_body input[type=number],
body select,
body textarea {
    width: 100% !important;
    border: 1px solid #B3B3B3 !important;
    border-radius: 36px !important;
    padding: 15px 20px !important;
    color: #000000 !important;
    box-shadow: none;
    font-family: 'El Messiri';
    height: auto !important;
    font-weight: 300;
    line-height: 125% !important;
    letter-spacing: 0.5px;
    font-size: 16px !important;
    margin: 0 !important;
    background-color: transparent !important;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
}

body select {
    background-image: url(../images/select-arrow.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding-right: 40px !important;
}

body .gform_wrapper textarea.small {
    height: 80px;
}
body .gform_wrapper .gform_page_footer {
    padding: 0 15px;
    margin-bottom: 0px;
    text-align: left;
    width: 100%;
    float: right;
    margin-top: 10px;
    border: none;
}

.gform_legacy_markup_wrapper .gform_footer {
    clear: both !important;
    margin: 0 !important;
    padding: 15px 0 10px !important;
    width: 100% !important;
}

/* homepage */

/* mainbanner */
.greek-oasis-section {
    padding-block: 75px 78px;
}
.subheading p.elementor-heading-title {
    text-transform: uppercase;
    color: #000 !important;
}
.subheading::after {
	content: "";
	width: 34px;
	height: 34px;
	background-image: url(../images/subheading-icon.svg);
	background-repeat: no-repeat;
	position: absolute;
	background-size: contain;
	left: -45px;
	right: auto;
	top: -10px;
}
.form-contact .subheading::after {
    width: 34px;
    height: 34px;
}
.p-content p {
    opacity: 0.7;
}
.greek-oasis-content.p-content p {
    font-size: 20px;
    color: #000000!important;
}
.subheading {
    margin-block-end: 10px !important;
    margin-inline-start: 45px;
}

.greek-oasis-counter .elementor-counter-number-prefix {
	display: none;
}
.greek-oasis-counter .elementor-counter-title {
	text-align: left !important;
}
.greek-oasis-counter .elementor-counter-number-wrapper {
	font-size: 42px !important;
	color: #000;
}
.greek-oasis-counter .elementor-counter-title {
    color: #787878 !important;
    font-size: 16px!important;
}
.greek-oasis-heading {
    margin-block-end: 15px !important;
}
.greek-oasis-section .btn-wrap.greeel-oasis-button {
	margin-block: 20px 75px;
}
/* seamless */
.seamless-facilities-section .elementor-view-framed {
	width: 33.33%;
}
.seamless-section.section {
	padding-block: 62px 110px;
}
.section {
	padding-block: 100px;
}
.container-padding{
	padding-inline:20px!important;
}
.subheading.seamless-subheading {
	margin-block-end: 23px !important;
}
.seamless-heading {
	margin-block-end: 15px !important;
}
.seamless-subheading-2 p {
	font-weight: 500 !important;
}
.seamless-subheading-2 {
	margin-block-end: 15px !important;
}
.seamless-button .elementor-button {
	padding: 0 40px !important;
	margin-block-start: 20px;
}
/* gallery */
.gallery-section .subheading p.elementor-heading-title,
.gallery-heading h2.elementor-heading-title {
	color: #ffffff !important;
}   
.gallery-subheading.subheading, .about-subheading.subheading {
	margin-block-end: 25px !important;
	margin-inline-start: 0;
}
.gallery-subheading.subheading::after, .about-subheading.subheading::after {
	margin: 0 auto;
	right: 65px;
	left: -65px;
	top: -11px;
}
.gallery-subheading.subheading::after{
	 background-image: url(../images/gallery-after.svg);
}
 
.gallery-section h4.elementor-heading-title {
	color: #fff !important;
}
.gallery-heading {
	margin-block-end: 70px !important;
}
.gallery-img-1, .gallery-img-2, .gallery-img-3, .gallery-img-4 {
	margin-block-end: 25px !important;
}
.gallery-button .elementor-button {
	border: 1.4px solid #fff !important;
	background-color: transparent !important;
	margin-block-start: 50px;
}
/* about us */
.about-heading {
	margin-block-end: 50px !important;
}
.about-img-sec-2 {
	margin-block-start: -4.2%;
}
.btn-wrap.about-content-btn {
	margin-block-start: 20px;
}
.about-us-section {
	padding-block: 110px 130px !important;
}
.about-content-sec .elementor-widget-wrap {
    padding-top: 20px !important;
    padding-inline: 65px !important;
}
/* discover */
.discover-slider-content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-block-start: 25px;
}
.discover-location::before {
	content: "";
	width: 25px;
	height: 25px;
	background-image: url(../images/location.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: -38px;
	right: auto;
	top: 0px;
}
.discover-location {
	position: relative;
}
.discpver-heading {
	margin-block-end: 55px !important;
}
.discover-subheading.subheading {
	margin-block-end: 27px !important;
}
.discover-section .elementor-swiper-button {
	top: -105px !important;
}
.discover-section .elementor-element .swiper .elementor-swiper-button svg {
	font-size: 37px !important;
}
.discover-section .elementor-element .swiper .elementor-swiper-button-prev {
	left: auto;
	right: 4%;
}
.discover-section .elementor-element .swiper .elementor-swiper-button-next {
	right: 0%;
}
.discover-section .elementor-element .swiper .elementor-swiper-button svg {
	font-size: 37px !important;
}
.discover-section .elementor-image-carousel-wrapper.swiper {
	width: calc(100% + 350px);
}

.discover-section figure.swiper-slide-inner img {
	width: 100%;
    height: 402px;
    object-fit: cover;
	border-radius: 20px;
}

/****************** contact form *******************/
.form-contact {
    padding-inline-start: 70px;
    padding-top: 20px;
}
.form-contact .elementor-widget-shortcode {
    margin-top: 15px;
}
/******************* footer****************** */
.footer-section{
	padding-block: 50px 34px;
}
.footer-menu .hfe-nav-menu {
    column-count: 2;
    grid-column-gap: 0;
}
.footer-menu .menu-item .hfe-menu-item {
    font-weight: 400;
    font-size: 20px;
    font-family: "Poppins", sans-serif !important;
    color: #000 !important;
}
.footer-menu .menu-item .hfe-menu-item:hover, 
.footer-menu .menu-item.current-menu-item .hfe-menu-item, 
.footer-section .footer-col-1 .elementor-widget-heading a:hover,
.footer-section .footer-col-3 .elementor-widget-icon-list li.elementor-icon-list-item h6:hover{
    color: #2F9FF4 !important;
}
.footer-section .footer-col-3 .elementor-widget-icon-list li.elementor-icon-list-item:first-child h6:hover {
    color: #000 !important;
}
.footer-section .footer-icon {
    padding-top: 11px;
}
.footer-section .footer-col-1 .footer-logo {
    margin-bottom: 35px;
}
.footer-section .footer-col-1 
 .footer-social {
    margin-bottom: 40px;
}
.footer-section  .footer-col-2, 
.footer-section  .footer-col-3 {
    padding-top: 30px;
}
.footer-below {
    padding-block: 36px;
}
.footer-below .copyright p {
    font-size: 20px;
}
.powerby .elementor-widget-container {
    font-family: 'Futura Cyrillic Book' !important;
    font-size: 18px;
}
/* ***********************footer end*************** */
.contact-inner {
    padding: 0 20px;
}
body .gform_legacy_markup_wrapper .gform_validation_errors>h2 {
    color: #fff !important;
}
.about-content-sec .about-content-1 p:last-child {
    margin-top: 20px;
}

.footer_brand img{
	filter: invert(1) !important;
}