/*!
 * Based on Normalize.css v8.0.0,  HTML5 Boilerplate v6.1.0,  & Bootstrap Reboot v4.1.0 | Under MIT License
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
  white-space: pre-wrap;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: #F0483D;
}

a:active, a:hover {
  color: #336;
}

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

figcaption {
  font-size: 16px;
  color: #404042;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
}

[hidden], template {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media print {
  *, :after, :before {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after, a[href^="javascript: "]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote, pre {
    page-break-inside: avoid;
    border: 1px solid #ccc;
  }
  thead {
    display: table-header-group;
  }
  img, tr {
    page-break-inside: avoid;
  }
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

button, input, optgroup, select, textarea {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}

a.btn {
  line-height: 1.5;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], select, textarea {
  width: 100%;
  border: 1px solid #666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

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, select:focus, textarea:focus {
  border-color: #404042;
  outline: 0 none;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  width: auto;
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button::-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=button], [type=submit], button, a.btn, a.btn.elementor-button {
  display: inline-block;
  font-weight: 400;
  color: #F0483D;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  background-color: transparent;
  border: 1px solid #F0483D;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
[type=button]:focus, [type=submit]:focus, button:focus, a.btn:focus, a.btn.elementor-button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover, a.btn:focus, a.btn:hover, a.btn.elementor-button:focus, a.btn.elementor-button:hover {
  color: #fff;
  background-color: #F0483D;
  text-decoration: none;
}
[type=button]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled), a.btn:not(:disabled), a.btn.elementor-button:not(:disabled) {
  cursor: pointer;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

select {
  display: block;
}

table {
  background-color: transparent;
  width: 100%;
  margin-bottom: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse;
}

table td, table th {
  padding: 15px;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  border: 1px solid #ccc;
}

table th {
  font-weight: 700;
}

table tfoot th, table thead th {
  font-size: 1em;
}

table caption + thead tr:first-child td, table caption + thead tr:first-child th, table colgroup + thead tr:first-child td, table colgroup + thead tr:first-child th, table thead:first-child tr:first-child td, table thead:first-child tr:first-child th {
  border-top: 1px solid #ccc;
}

table tbody > tr:nth-child(odd) > td, table tbody > tr:nth-child(odd) > th {
  background-color: #eee;
}

table tbody tr:hover > td, table tbody tr:hover > th {
  background-color: #e9e9e9;
}

table tbody + tbody {
  border-top: 2px solid #ccc;
}

@media (max-width: 767px) {
  table table {
    font-size: 0.8em;
  }
  table table td, table table th {
    padding: 7px;
    line-height: 1.3;
  }
  table table th {
    font-weight: 400;
  }
}
dd, dl, dt, li, ol, ul {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

.ast-container {
  max-width: unset;
  padding: 0;
}

.ast-separate-container {
  background-color: unset;
}

#primary {
  width: 100%;
  margin: 0 !important;
}

#secondary {
  margin: 0 !important;
}

.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single {
  padding: 0;
  background-color: unset;
  border: 0;
}

body, input, textarea {
  font-family: "SemplicitaPro", "Sans serif";
  margin: 0;
  font-weight: 400;
  line-height: 1.5;
  color: #404042;
  background-color: #fff;
  font-size: 18px;
}
@media all and (min-width: 768px) {
  body, input, textarea {
    font-size: 20px;
  }
}

h1, h2, h3, h4, h5, h6, nav ul, .classico {
  font-family: "ClassicoURW-Med", "Sans serif";
}

button {
  font-family: "SemplicitaPro", "Sans serif";
}

p {
  margin-bottom: 0.9rem;
}

.page-header .entry-title {
  display: none;
}

.elementor-text-editor > blockquote {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 35px;
  font-size: 21px;
  line-height: 1.7;
  font-weight: 500;
}
@media all and (min-width: 992px) {
  .elementor-text-editor > blockquote {
    font-size: 24px;
  }
}
.elementor-text-editor > blockquote p {
  font-size: inherit;
  line-height: inherit;
}
.elementor-text-editor > ul,
.elementor-text-editor > ol {
  margin-bottom: 20px;
}
.elementor-text-editor > ul li,
.elementor-text-editor > ol li {
  margin-bottom: 10px;
}

.landing-page-intro .elementor-text-editor p a {
  color: inherit;
  text-decoration: underline;
}

.elementor-accordion .elementor-tab-content hr {
  margin: 50px 0;
}

.elementor-accordion .elementor-tab-content ul {
  list-style: inside;
}

.elementor-accordion .elementor-tab-content img {
  margin: 22px 0 18px 0;
}

.header-image.elementor-column {
  min-height: 300px;
  overflow: hidden;
  position: relative;
}
@media all and (min-width: 768px) {
  .header-image.elementor-column {
    min-height: 400px;
  }
}
@media all and (min-width: 992px) {
  .header-image.elementor-column {
    min-height: 450px;
  }
}
.header-image.elementor-column::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}

.bg-svg-yellow-2 {
  position: relative;
}

.bg-svg-yellow-2:after {
  content: "";
  display: block;
  position: absolute;
}

.red-block-text a {
  color: #fff;
  text-decoration: underline;
}

.red-block-text ul {
  list-style: inside;
}

#elementor-add-new-section {
  z-index: 100;
}

.elementor-editor-active .landing-page-intro .elementor-widget {
  z-index: 2;
}
.elementor-editor-active .header-image .elementor-widget-html {
  position: relative;
  z-index: -1;
}

.homepage-box-cta {
  cursor: pointer;
}
.homepage-box-cta .elementor-cta__button {
  opacity: 0;
  position: absolute;
}

.animated-line-link .elementor-button-link {
  position: relative;
  overflow: hidden;
}
.animated-line-link .elementor-button-link:after {
  overflow: hidden;
  content: "";
  display: block;
  width: 0%;
  height: 4px;
  background-color: #00a883;
  border-radius: 5px;
  margin-top: 10px;
  transition: all 0.4s ease-in-out;
}
.animated-line-link .elementor-button-link:hover:after {
  width: 100%;
}

@media all and (min-width: 1024px) {
  .all-stories.elementor-element.elementor-widget .elementor-posts-container.elementor-posts {
    grid-row-gap: 60px;
  }
}
@media all and (max-width: 767px) {
  .all-stories.elementor-element.elementor-widget .elementor-posts-container.elementor-posts .elementor-post.type-post {
    display: block;
  }
}
@media all and (min-width: 1024px) {
  .all-stories.elementor-element.elementor-widget .elementor-posts-container.elementor-posts .elementor-post.type-post {
    padding-bottom: 60px;
  }
}
@media all and (max-width: 767px) {
  .all-stories.elementor-element.elementor-widget .elementor-posts-container.elementor-posts .elementor-post.type-post .elementor-post__thumbnail__link {
    margin-bottom: 32px;
  }
}

.elementor-location-popup .elementor-element.elementor-nav-menu--indicator-chevron .elementor-nav-menu--dropdown a {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 55px;
  line-height: 1.2;
}

/* CSS for nav menu */
.elementor-nav-menu--indicator-chevron .elementor-nav-menu .sub-arrow {
  font-size: 32px;
}

.elementor-nav-menu--indicator-chevron .elementor-nav-menu a {
  transition: color 0.15s ease-in-out;
}

.elementor-nav-menu--indicator-chevron .elementor-nav-menu .sub-arrow i:before {
  content: "";
  display: block;
  background: url("img/menu-arrow.svg") center center/contain no-repeat;
  width: 32px;
  height: 22px;
  transition: all 0.15s ease-in-out;
}

.elementor-nav-menu--indicator-chevron .elementor-nav-menu .highlighted .sub-arrow i:before {
  transform: rotate(0);
}

body:not(.rtl) #elementor-popup-modal-77 .dialog-close-button {
  right: 35px;
}

@media all and (min-width: 768px) {
  body:not(.rtl) #elementor-popup-modal-77 .dialog-close-button {
    right: 107px;
  }
}
.dialog-message .elementor-element nav.elementor-nav-menu--dropdown.elementor-nav-menu__container ul.sub-menu a.elementor-sub-item {
  font-size: 26px;
}

/* CSS hor headers of pages */
header.elementor-top-section.elementor-section.elementor-element .elementor-widget-icon .elementor-widget-container {
  margin-right: 20px;
}
header.elementor-top-section.elementor-section.elementor-element .elementor-widget-icon .elementor-widget-container .elementor-icon {
  font-size: 44px;
}
@media (max-width: 520px) {
  header.elementor-top-section.elementor-section.elementor-element .elementor-widget-icon .elementor-widget-container {
    margin-right: 10px;
  }
  header.elementor-top-section.elementor-section.elementor-element .elementor-widget-icon .elementor-widget-container .elementor-icon {
    font-size: 30px;
  }
}

header.agape-nav.elementor-top-section.elementor-section.elementor-element {
  height: 150px;
  margin-bottom: -150px;
}
@media all and (max-width: 1024px) {
  header.agape-nav.elementor-top-section.elementor-section.elementor-element {
    height: 115px;
    margin-bottom: -115px;
    padding-top: 0;
  }
}
@media all and (max-width: 1024px) {
  header.agape-nav.elementor-top-section.elementor-section.elementor-element .elementor-image img {
    width: 180px;
  }
}
@media all and (max-width: 767px) {
  header.agape-nav.elementor-top-section.elementor-section.elementor-element .elementor-image img {
    width: 150px;
  }
}
header.agape-nav.elementor-top-section.elementor-section.elementor-element .elementor-widget-icon:last-child .elementor-widget-container {
  margin-right: 0;
}
header.agape-nav.elementor-top-section.elementor-section.elementor-element .elementor-widget-icon:last-child .elementor-widget-container .elementor-icon {
  font-size: 35px;
}
@media (max-width: 520px) {
  header.agape-nav.elementor-top-section.elementor-section.elementor-element .elementor-widget-icon:last-child .elementor-widget-container .elementor-icon {
    font-size: 30px;
  }
}

section.line-svg .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0;
}

.animated-svg {
  opacity: 0;
}
.animated-svg svg path {
  animation: dash 2s ease-out forwards;
}

.university-svg svg {
  width: 600px;
  transform: scale(2.5);
  position: absolute;
  left: -180px;
  top: 100px;
  z-index: 1;
}
@media all and (min-width: 550px) {
  .university-svg svg {
    left: 0;
  }
}
@media all and (min-width: 768px) {
  .university-svg svg {
    width: 920px;
    top: 165px;
  }
}
@media all and (min-width: 1024px) {
  .university-svg svg {
    width: 100%;
    top: 198px;
  }
}

.stories-svg, .red-line-svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.stories-svg svg, .red-line-svg svg {
  height: auto;
  float: right;
  position: relative;
  top: 0;
  width: 360px;
}
@media all and (min-width: 768px) {
  .stories-svg svg, .red-line-svg svg {
    width: 500px;
    top: -45px;
  }
}
@media all and (min-width: 1024px) {
  .stories-svg svg, .red-line-svg svg {
    width: 650px;
  }
}
@media all and (min-width: 1200px) {
  .stories-svg svg, .red-line-svg svg {
    width: 50%;
  }
}

.work-svg.elementor-element {
  position: relative;
  top: -15px;
  left: 10%;
}
@media all and (max-width: 1024px) {
  .work-svg.elementor-element {
    left: -165px;
    top: -50px;
  }
}
@media all and (max-width: 767px) {
  .work-svg.elementor-element {
    transform: scale(0.7);
    top: -75px;
    left: -220px;
  }
}
@media all and (max-width: 500px) {
  .work-svg.elementor-element {
    left: -400px;
  }
}

.abroad-svg.elementor-element.elementor-widget {
  position: relative;
  top: 200px;
  transform: scale(3.5);
  z-index: 1;
  left: -40px;
  width: 550px;
}
@media all and (min-width: 768px) {
  .abroad-svg.elementor-element.elementor-widget {
    top: 215px;
    transform: scale(2.5);
    width: 100%;
    left: 0;
  }
}
@media all and (min-width: 1024px) {
  .abroad-svg.elementor-element.elementor-widget {
    top: 155px;
    transform: scale(1.75);
  }
}

.home-svg.elementor-element {
  position: relative;
  top: 188px;
  z-index: 1;
  transform: scale(3.5);
}
@media all and (min-width: 768px) {
  .home-svg.elementor-element {
    transform: scale(2.25);
  }
}
@media all and (min-width: 1200px) {
  .home-svg.elementor-element {
    top: 155px;
    transform: scale(1.75);
  }
}

.questions-svg {
  transform: scale(2.75);
  position: relative;
  top: 155px;
  z-index: 1;
}
@media all and (min-width: 768px) {
  .questions-svg {
    transform: scale(2);
  }
}
@media all and (min-width: 1024px) {
  .questions-svg {
    transform: scale(1.7);
  }
}
@media all and (min-width: 1500px) {
  .questions-svg {
    transform: scale(1.5);
    top: 90px;
  }
}
@media all and (min-width: 2100px) {
  .questions-svg {
    transform: scale(1.3);
    top: 0;
  }
}

.landing-svg {
  transform: scale(2.75);
  position: relative;
  top: 155px;
  z-index: 1;
}
@media all and (min-width: 768px) {
  .landing-svg {
    transform: scale(2.5);
    top: 135px;
  }
}
@media all and (min-width: 1024px) {
  .landing-svg {
    transform: scale(1.7);
    top: 100px;
  }
}
@media all and (max-width: 767px) {
  .landing-svg {
    display: none;
  }
}

.questions-intro h4 {
  position: relative;
  z-index: 2;
}

.elementor-element.homepage-svg2 {
  position: absolute;
  top: 0;
  right: 30%;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .elementor-element.homepage-svg2 {
    top: 105px;
    right: 48%;
  }
}
.elementor-element.homepage-svg2 svg {
  transform: scale(1.5);
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .elementor-element.homepage-svg2 svg {
    transform: scale(1.975);
  }
}

.homepage-svg svg {
  position: absolute;
  top: -40px;
  left: -90%;
  width: 2500px;
}
@media all and (min-width: 768px) {
  .homepage-svg svg {
    left: unset;
    right: -770px;
    top: -50px;
  }
}
@media all and (min-width: 1024px) {
  .homepage-svg svg {
    top: -20px;
    left: -85%;
    right: unset;
    width: 2800px;
  }
}
@media all and (min-width: 1200px) {
  .homepage-svg svg {
    left: -80%;
  }
}
@media all and (min-width: 1024px) {
  .homepage-svg.draw svg path {
    animation: dash 3.5s ease-out forwards;
  }
}
@media all and (min-width: 1024px) {
  .homepage-svg.undraw svg path {
    animation: dashUndraw 3.5s ease-out forwards;
  }
}

@media all and (max-width: 767px) {
  .homepage-svg,
  .homepage-svg2 {
    display: none;
  }
}
@media all and (min-width: 1024px) {
  .homepage-svg svg,
  .homepage-svg2 svg {
    opacity: 0;
  }
}
@media all and (min-width: 1024px) {
  .homepage-svg.draw svg,
  .homepage-svg2.draw svg {
    opacity: 1;
  }
}
@media all and (min-width: 1024px) {
  .homepage-svg.draw svg path,
  .homepage-svg2.draw svg path {
    stroke-dasharray: 4015;
    stroke-dashoffset: 4015;
  }
}
@media all and (min-width: 1024px) {
  .homepage-svg.undraw svg,
  .homepage-svg2.undraw svg {
    opacity: 1;
  }
}
@media all and (min-width: 1024px) {
  .homepage-svg.undraw svg path,
  .homepage-svg2.undraw svg path {
    stroke-dasharray: 4015;
    stroke-dashoffset: 0;
  }
}

@media all and (min-width: 1024px) {
  .homepage-svg2.draw svg path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: dash 1.5s ease-out forwards;
  }
}
@media all and (min-width: 1024px) {
  .homepage-svg2.undraw svg path {
    animation: dashUndraw 1.5s ease-in forwards;
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dashUndraw {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -4015;
  }
}
@keyframes dashUndraw3 {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 4015;
  }
}
@keyframes dashUndraw3Back {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 2000;
  }
}
#squiggle-end-2 {
  right: 26%;
}
#squiggle-end-2 svg {
  position: relative;
  right: 120px;
}

#squiggle-end-3 svg {
  position: relative;
  right: 145px;
}
@media all and (min-width: 1024px) and (max-width: 1199px) {
  #squiggle-end-3 svg {
    top: -42px;
  }
}
@media all and (min-width: 1024px) {
  #squiggle-end-3.draw svg path {
    stroke-dasharray: 2000;
    stroke-dashoffset: -2000;
    animation-duration: 0.8s;
  }
}
#squiggle-end-3.undraw svg path {
  animation: dashUndraw3Back 0.8s ease-in forwards;
}
@media all and (min-width: 1024px) {
  #squiggle-end-3.undraw svg path {
    stroke-dasharray: 2000;
    stroke-dashoffset: 0;
  }
}

#squiggle-start-2 svg {
  left: -80%;
}
@media all and (min-width: 1024px) {
  #squiggle-start-2 svg {
    left: -79%;
  }
}
@media all and (min-width: 1100px) {
  #squiggle-start-2 svg {
    left: -73%;
  }
}
@media all and (min-width: 1200px) {
  #squiggle-start-2 svg {
    left: -70%;
  }
}

#squiggle-start-3 svg {
  left: -82%;
}
@media all and (min-width: 1200px) {
  #squiggle-start-3 svg {
    left: -72%;
  }
}
@media all and (min-width: 1024px) {
  #squiggle-start-3.draw svg path {
    stroke-dasharray: 4015;
    stroke-dashoffset: -4015;
    animation: dash 2s ease-out forwards;
  }
}
#squiggle-start-3.undraw svg path {
  stroke-dasharray: 4015;
  stroke-dashoffset: 0;
  animation: dashUndraw3 2s linear forwards;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  #squiggle-start-2,
  #squiggle-start-3,
  #squiggle-end-2,
  #squiggle-end-3 {
    display: none;
  }
}

.homepage-heading {
  position: relative;
  top: 60px;
}
@media all and (min-width: 768px) {
  .homepage-heading {
    padding-left: 10px;
  }
}
@media all and (min-width: 1024px) {
  .homepage-heading {
    top: 95px;
  }
}
@media all and (max-width: 767px) {
  .homepage-heading {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media all and (max-width: 767px) {
  .homepage-heading .elementor-widget-heading.elementor-element {
    margin-bottom: 0;
  }
}

@media all and (min-width: 768px) and (max-width: 1199px) {
  .elementor-arrows-position-outside.elementor-element .elementor-swiper-button-prev {
    left: 0;
  }
}
@media all and (max-width: 767px) {
  .elementor-arrows-position-outside.elementor-element .elementor-swiper-button-prev {
    left: -13px;
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .elementor-arrows-position-outside.elementor-element .elementor-swiper-button-next {
    right: 0;
  }
}
@media all and (max-width: 767px) {
  .elementor-arrows-position-outside.elementor-element .elementor-swiper-button-next {
    right: -13px;
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .elementor-arrows-position-outside.elementor-element .swiper-container.swiper-container-horizontal {
    width: calc(100% - 140px);
  }
}
@media all and (max-width: 767px) {
  .elementor-arrows-position-outside.elementor-element .swiper-container.swiper-container-horizontal {
    width: calc(100% - 90px);
  }
}
@media all and (max-width: 500px) {
  .elementor-arrows-position-outside.elementor-element .swiper-container.swiper-container-horizontal {
    width: calc(100% - 70px);
  }
}

.homepage-questions.elementor-element.elementor-widget {
  height: 150px;
  display: flex;
  align-items: center;
  justify-items: center;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .homepage-questions.elementor-element.elementor-widget {
    top: -15px;
  }
}
@media all and (max-width: 767px) {
  .homepage-questions.elementor-element.elementor-widget {
    height: 222px;
    position: absolute;
    bottom: -429px;
    background-color: #091941;
    margin-left: -10px;
    width: calc(100% + 20px);
    margin-right: -10px;
    background-image: url(img/Homepage-1.1.png);
    background-position: 75% 16%;
    background-repeat: no-repeat;
    background-size: 800px;
  }
  .homepage-questions.elementor-element.elementor-widget:before {
    content: "";
    display: block;
    background: rgba(9, 25, 65, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media all and (max-width: 767px) {
  .homepage-questions.elementor-element.elementor-widget .elementor-widget-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    position: relative;
  }
}
.homepage-questions.elementor-element.elementor-widget .elementor-icon-list-items {
  position: relative;
  top: -15px;
}
.homepage-questions.elementor-element.elementor-widget .elementor-icon-list-items .elementor-icon-list-item {
  display: none;
}
@media all and (max-width: 500px) {
  .homepage-questions.elementor-element.elementor-widget .elementor-icon-list-items .elementor-icon-list-item {
    font-size: 20px;
  }
}

@media all and (max-width: 767px) {
  .homepage-header-wrapper.elementor-element {
    overflow: visible;
    margin-bottom: 65px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .homepage-header-wrapper.elementor-element.elementor-top-section > .elementor-container.elementor-column-gap-default {
    height: 550px;
    min-height: 550px;
  }
}

.home-header-button {
  position: relative;
  top: -69px;
}
@media all and (max-width: 767px) {
  .home-header-button {
    top: 72px;
    z-index: 2;
  }
}
@media all and (max-width: 500px) {
  .home-header-button {
    top: 59px;
  }
}
@media all and (max-width: 767px) {
  .home-header-button .elementor-widget-container .elementor-button-wrapper .elementor-button-link.elementor-button {
    background-color: transparent;
    width: 100%;
    font-size: 22px;
    padding-bottom: 33px;
  }
  .home-header-button .elementor-widget-container .elementor-button-wrapper .elementor-button-link.elementor-button:hover, .home-header-button .elementor-widget-container .elementor-button-wrapper .elementor-button-link.elementor-button:focus {
    background-color: transparent;
  }
}

#breadcrumbs {
  margin-left: -24px;
}

.landing-a-intro {
  z-index: 1;
}

.hover-box .elementor-widget-container .elementor-cta .elementor-cta__content {
  padding-left: 15px;
  padding-right: 15px;
}
.hover-box .elementor-widget-container .elementor-cta .elementor-cta__content .elementor-cta_description {
  text-transform: initial;
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon,
.elementor-accordion .elementor-tab-title .elementor-accordion-title {
  font-size: 1.75rem;
  color: #404042;
}
.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon,
.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-title {
  color: #F0483D;
}
.elementor-accordion .elementor-tab-content {
  border: none;
}

/* Arrow (chevrons) in caroussels: with 10px, they touch the image in mobile mode */
@media all and (max-width: 400px) {
  .elementor-widget-media-carousel .elementor-swiper .elementor-swiper-button-next {
    right: 0;
  }
  .elementor-widget-media-carousel .elementor-swiper .elementor-swiper-button-prev {
    left: 0;
  }
}
.question-links {
  text-align: center;
  padding-left: 0;
}

.elementor-accordion.agape-accordion .elementor-accordion-item {
  border: none !important;
}
@media all and (min-width: 768px) {
  .elementor-accordion.agape-accordion .elementor-accordion-item:hover .elementor-accordion-icon-closed, .elementor-accordion.agape-accordion .elementor-accordion-item:focus .elementor-accordion-icon-closed {
    opacity: 1;
  }
}
@media all and (min-width: 768px) {
  .elementor-accordion.agape-accordion .elementor-accordion-item .elementor-active .elementor-accordion-icon-closed {
    opacity: 0;
  }
}
.elementor-accordion.agape-accordion .elementor-accordion-item .elementor-accordion-icon {
  position: relative;
  left: 32px;
}
@media all and (min-width: 768px) {
  .elementor-accordion.agape-accordion .elementor-accordion-item .elementor-accordion-icon-closed {
    opacity: 0;
    transition: opacity 0.15s ease-in-out;
  }
}
.elementor-accordion.agape-accordion .elementor-accordion-item .elementor-tab-title:not(.elementor-active) .elementor-accordion-icon-opened {
  opacity: 0;
}
@media all and (min-width: 768px) {
  .elementor-accordion.agape-accordion .elementor-accordion-item .elementor-tab-title.elementor-active .elementor-accordion-icon-closed {
    display: block;
  }
}
.elementor-accordion.agape-accordion .elementor-accordion-item .elementor-accordion-icon-closed,
.elementor-accordion.agape-accordion .elementor-accordion-item .elementor-accordion-icon-opened {
  display: block;
  position: absolute;
  right: 0;
}
.elementor-accordion.agape-accordion .elementor-accordion-item .elementor-tab-title {
  padding: 30px 60px 30px 25px;
  text-align: center;
  font-size: 25px;
  line-height: 1.45;
  font-family: "ClassicoURW-Med", "Serif";
  border-width: 0;
  font-weight: 500 !important;
}
@media all and (min-width: 768px) {
  .elementor-accordion.agape-accordion .elementor-accordion-item .elementor-tab-title {
    font-size: 28px;
    padding: 45px 80px 45px 45px;
  }
}
@media all and (min-width: 992px) {
  .elementor-accordion.agape-accordion .elementor-accordion-item .elementor-tab-title {
    font-size: 30px;
    padding: 55px 90px 55px 55px;
  }
}
.elementor-accordion.agape-accordion .elementor-accordion-item .elementor-accordion-icon-opened {
  opacity: 1;
}
.elementor-accordion.agape-accordion .elementor-accordion-item .elementor-tab-content {
  border: none !important;
  font-family: "semplicitapro", Sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.7em;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0;
}
@media all and (min-width: 768px) {
  .elementor-accordion.agape-accordion .elementor-accordion-item .elementor-tab-content {
    font-size: 20px;
  }
}
.elementor-accordion.agape-accordion .elementor-accordion-item .elementor-tab-content.one-col .content {
  padding: 30px 25px;
  padding-top: 0;
  text-align: center;
  margin-bottom: 25px;
  transition: 500ms 200ms;
}
@media all and (min-width: 768px) {
  .elementor-accordion.agape-accordion .elementor-accordion-item .elementor-tab-content.one-col .content {
    padding: 55px;
  }
}
.elementor-accordion.agape-accordion .elementor-accordion-item .elementor-tab-content.one-col.elementor-active .content {
  padding-top: 30px;
  transition-delay: 0ms;
}
@media all and (min-width: 768px) {
  .elementor-accordion.agape-accordion .elementor-accordion-item .elementor-tab-content.one-col.elementor-active .content {
    padding-top: 55px;
  }
}
.elementor-accordion.agape-accordion .elementor-accordion-item .elementor-tab-content.two-col .content {
  padding: 15px 20px !important;
  padding-top: 0 !important;
  transition: 500ms 200ms;
}
.elementor-accordion.agape-accordion .elementor-accordion-item .elementor-tab-content.two-col.elementor-active .content {
  padding-top: 20px !important;
  transition-delay: 0ms;
}
@media screen and (min-width: 768px) {
  .elementor-accordion.agape-accordion .elementor-accordion-item .elementor-tab-content .third {
    width: 33.33%;
    float: left;
  }
  .elementor-accordion.agape-accordion .elementor-accordion-item .elementor-tab-content .two-third {
    width: 66.66%;
    float: left;
    padding-right: 20px;
    font-size: 17px;
    white-space: pre-line;
  }
}
.elementor-accordion.agape-accordion .elementor-accordion-item .elementor-tab-content .two-third ul {
  line-height: 1;
}
.elementor-accordion.agape-accordion .elementor-accordion-item .elementor-tab-content .related-post a h3 {
  color: #404042;
}

.privacy-page .elementor-accordion.agape-accordion .elementor-accordion-item .elementor-tab-title {
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
.privacy-page .elementor-accordion.agape-accordion .elementor-accordion-item .elementor-tab-content.one-col .content {
  line-height: 1.5em;
  text-align: left;
  padding: 10px 0 0 0;
}
.privacy-page .elementor-accordion.agape-accordion .elementor-accordion-item .elementor-tab-content.one-col .content hr {
  margin: 0;
  display: none;
}

/**/
.story-cta .elementor-cta .elementor-cta__bg-wrapper .elementor-cta__bg-overlay {
  background-color: rgba(0, 0, 0, 0.3);
}
.story-cta .elementor-cta .elementor-cta__content {
  height: 450px;
  text-align: center;
  padding: 0px;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media all and (min-width: 768px) {
  .story-cta .elementor-cta .elementor-cta__content {
    height: 618px;
  }
}
.story-cta .elementor-cta .elementor-cta__content h2 {
  font-family: "semplicitapro", Sans-serif;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.5em;
  letter-spacing: 1px;
  margin-bottom: 16px;
  padding-left: 7%;
  padding-right: 7%;
}
@media all and (min-width: 768px) {
  .story-cta .elementor-cta .elementor-cta__content h2 {
    font-size: 30px;
  }
}
@media all and (min-width: 1200px) {
  .story-cta .elementor-cta .elementor-cta__content h2 {
    font-size: 36px;
  }
}
.story-cta .elementor-cta .elementor-cta__content .elementor-cta__button-wrapper .elementor-cta__button {
  font-size: 25px;
  font-weight: 500;
  border-width: 0px;
  background: transparent;
}
.story-cta.elementor-bg-transform-zoom-in:hover .elementor-bg, .story-cta.elementor-bg-transform-zoom-out .elementor-bg {
  transform: scale(1.07);
}
.story-cta .elementor-cta__bg,
.story-cta .elementor-cta__bg-overlay {
  transition: all 0.75s;
}

.story-cta-link {
  display: block;
}

.related-services .row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.49);
  padding: 45px 0;
  color: #fff;
}
@media all and (min-width: 768px) {
  .related-services .row {
    padding: 60px 0;
  }
}
@media all and (max-width: 1024px) {
  .related-services .row:first-child {
    padding-top: 8px;
  }
}
.related-services .row::after {
  content: "";
  display: block;
  clear: both;
}
.related-services .row img {
  position: relative;
  z-index: 1;
}
.related-services .row .left,
.related-services .row .right {
  position: relative;
  z-index: 1;
}
.related-services .row .right {
  margin-top: 38px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .related-services .row .right {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .related-services .row .left {
    width: 60%;
    float: left;
    padding-right: 35px;
  }
  .related-services .row .right {
    width: 40%;
    float: left;
    padding: 0 10px;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .related-services .row:nth-of-type(even) .left {
    width: 60%;
    float: right;
    padding-right: 0;
    padding-left: 35px;
  }
  .related-services .row:nth-of-type(even) .right {
    width: 40%;
    float: right;
    padding: 0 10px;
    margin-top: 0;
  }
}
.related-services .row:last-of-type {
  border-bottom: none;
}
.related-services .row .content {
  margin-bottom: 28px;
  font-size: 1.2rem;
  line-height: 1.6;
  font-family: semplicitapro, sans-serif;
}
@media all and (min-width: 768px) {
  .related-services .row .content {
    font-size: 1.25rem;
  }
}
.related-services .row .content h4 {
  font-size: 1.45rem;
  margin-bottom: 21px;
}
@media all and (min-width: 768px) {
  .related-services .row .content h4 {
    font-size: 1.7rem;
  }
}
.related-services .row .read-more a {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.6);
  font-size: 1.25rem;
  font-family: semplicitapro, sans-serif;
}

.question-row {
  margin-bottom: 20px;
}

.green-block-section {
  overflow: visible;
  position: relative;
}
.green-block-section:before, .green-block-section:after {
  content: "";
  display: block;
  position: absolute;
}
@media all and (min-width: 768px) {
  .green-block-section:before {
    top: -98px;
    right: 0;
    width: 1000px;
    height: 750px;
    background: url("img/stroke-yellow5.png") no-repeat top right;
    background-size: contain;
    background-position: 200px;
  }
}
@media all and (min-width: 1024px) {
  .green-block-section:before {
    top: -98px;
    background-position: 150px;
  }
}
@media all and (min-width: 1200px) {
  .green-block-section:before {
    width: 1000px;
    height: 750px;
    top: -90px;
    background-position: top right;
  }
}
@media all and (min-width: 1400px) {
  .green-block-section:before {
    width: 1400px;
    height: 950px;
    top: -117px;
  }
}
.green-block-section::after {
  width: 550px;
  height: 300px;
  bottom: -90px;
  right: 0;
  background: url("img/stroke-yellow4.png") no-repeat top right;
  background-size: contain;
}
@media all and (min-width: 1024px) {
  .green-block-section::after {
    width: 650px;
    height: 390px;
  }
}

.elementor-accordion .elementor-tab-content:not(.elementor-active) {
  display: none;
}

.all-stories .elementor-post {
  display: block;
}
@media all and (min-width: 768px) {
  .all-stories .elementor-post {
    display: flex;
  }
}
.all-stories .elementor-post:nth-child(even) .elementor-post__text {
  order: -1;
}

.all-stories .elementor-posts--skin-classic .elementor-grid-item.post.type-post.elementor-post:nth-child(even) .elementor-post__thumbnail__link {
  margin-right: 0;
}
@media all and (min-width: 768px) {
  .all-stories .elementor-posts--skin-classic .elementor-grid-item.post.type-post.elementor-post:nth-child(even) .elementor-post__thumbnail__link {
    margin-left: 40px;
  }
}

.all-stories .elementor-grid-item.post.type-post.elementor-post:last-child {
  border: 0;
}

.work-intro.elementor-widget-text-editor .elementor-text-editor {
  background: inherit;
}
.work-intro.elementor-widget-text-editor .elementor-text-editor h4 {
  padding-top: 38px;
  position: relative;
  z-index: 10;
  display: inline-block;
  background: inherit;
  min-width: 50%;
  margin-top: 0;
}

.type-service .elementor-widget-theme-post-content iframe {
  margin-top: 20px;
  margin-bottom: 20px;
}

.container {
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (min-width: 1160px) {
  .container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* CSS for beneficiary pages */
#main.beneficiary article.category-staff .before-beneficiary {
  background-image: url("img/staff.png");
}
#main.beneficiary article.category-projects-and-teams .before-beneficiary {
  background-image: url("img/projects-and-teams.png");
}
#main.beneficiary article.category-general-funds .before-beneficiary {
  background-image: url("img/general-funds.png");
}
#main.beneficiary article .before-beneficiary {
  background-position: top;
  background-size: cover;
  height: 200px;
}
#main.beneficiary article > .container {
  padding-top: 20px;
}

/* CSS for beneficiary category pages */
@media (max-width: 520px) {
  #main.beneficiary-category article > header {
    padding-top: 100px;
    height: 500px;
  }
}

/* CSS for pages as cart, profile... */
/* Limit height for header images for give pages */
.give-page-0 .header-image.elementor-column {
  min-height: 200px;
  height: 200px;
}
@media all and (min-width: 768px) {
  .give-page-0 .header-image.elementor-column {
    height: 250px;
  }
}
@media all and (min-width: 992px) {
  .give-page-0 .header-image.elementor-column {
    height: 300px;
  }
}

/* Icon buttons */
.btn-icon.facebook {
  background: url("img/facebook.png") no-repeat center center;
}

.btn-icon.youtube {
  background: url("img/youtube.png") no-repeat center center;
}

.btn-icon.twitter {
  background: url("img/twitter.png") no-repeat center center;
}

.btn-icon.instagram {
  background: url("img/instagram.png") no-repeat center center;
}

.btn.btn-icon.facebook,
.btn.btn-icon.youtube,
.btn.btn-icon.twitter,
.btn.btn-icon.instagram {
  background-size: 60px !important;
  border: none;
  /* Cancel plugin CSS */
}
.btn.btn-icon.facebook::before,
.btn.btn-icon.youtube::before,
.btn.btn-icon.twitter::before,
.btn.btn-icon.instagram::before {
  content: "";
}

button.mfp-close {
  width: 44px;
  font-size: 20px;
}

form.give-form p {
  font-size: initial;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  width: 100%;
}

#is-for-church_field label span.optional, .form-church label span.optional {
  display: none;
}

.woocommerce div.product form.cart .group_table td {
  padding-left: 15px;
}
.woocommerce div.product form.cart .group_table td:first-child {
  text-align: center;
}
.woocommerce div.product form.cart .group_table td:last-child {
  border-right: 1px solid #ccc;
}
.woocommerce div.product form.cart .group_table tr:last-child td {
  border-bottom: 1px solid #ccc;
}
.woocommerce div.product form.cart .group_table .woocommerce input[type=number] {
  background-color: inherit;
}

.ast-separate-container.single-product .ast-article-single tr {
  display: table-row;
}

