@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "raleway-master";
  src: url("../fonts/contents/websubset.ttf") format("truetype"); }

@font-face {
  font-family: "notosans";
  src: url("../fonts/contents/notosans.otf") format("truetype"); }

/* =======================================================
 *
 * 	Template Style 
 *
 * ======================================================= */
body {
  font-family: "notosans", serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.7;
  color: #003dffff;
  background: linear-gradient(120deg, #00a1ff88, #003dffff), url(../images/greece-820415_1920.jpg);
  background-attachment: fixed; }

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s; }

a {
  color: #003dffff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  a:hover, a:active, a:focus {
    color: #003dffff;
    outline: none;
    text-decoration: none; }

p {
  margin-bottom: 20px;
  font-weight: 900;
  font-family: "notosans", serif; }

h1,
h2,
h3 {
  font-family: "notosans", serif;
  color: #003dffff;
  font-weight: 400;
  margin: 0 0 20px 0;
  font-weight: normal; }

::-webkit-selection {
  color: #003dffff;
  background: #ffffff; }

::-moz-selection {
  color: #003dffff;
  background: #ffffff; }

::selection {
  color: #003dffff;
  background: #ffffff; }

.shadow, .fh5co-nav #fh5co-logo, #fh5co-hero, #fh5co-bible-verse, #fh5co-footer,
#fh5co-services,
#fh5co-insidethestore, #fh5co-footer img,
#fh5co-services img,
#fh5co-insidethestore img {
  box-shadow: 2px 2px 4px #44444488; }

.container-wrap {
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 1em; }
  @media screen and (max-width: 768px) {
    .container-wrap {
      width: 100%; } }

.logo {
  font-family: "raleway-master", serif; }

.fh5co-nav {
  margin: 0; }
  @media screen and (max-width: 768px) {
    .fh5co-nav {
      margin: 0; } }
  .fh5co-nav .top-menu {
    padding: 0 0; }
    @media screen and (max-width: 768px) {
      .fh5co-nav .top-menu {
        padding: 28px 1em; } }
  .fh5co-nav #fh5co-logo {
    margin-top: 1em;
    color: #ffffffff;
    font-size: 45px;
    font-family: "raleway-master", serif;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09); }
    @media screen and (max-width: 768px) {
      .fh5co-nav #fh5co-logo {
        border-bottom: none;
        padding: 0.1em 0; } }
    .fh5co-nav #fh5co-logo a {
      color: #003dffff; }
  .fh5co-nav a {
    padding: 5px 10px;
    color: #003dffff; }
  @media screen and (max-width: 768px) {
    .fh5co-nav .menu-1 {
      display: none; } }
  .fh5co-nav ul {
    padding: 20px 0;
    margin: 0; }
    .fh5co-nav ul li {
      font-family: "notosans", serif;
      padding: 0;
      margin: 0;
      list-style: none;
      display: inline;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-weight: 600; }
      .fh5co-nav ul li a {
        position: relative;
        font-size: 13px;
        padding: 30px 20px;
        color: #003dffff;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
        .fh5co-nav ul li a:after {
          position: absolute;
          top: 6px;
          left: 0;
          right: 0;
          content: "";
          width: 50%;
          height: 2px;
          background: #ffffff;
          margin: 0 auto;
          opacity: 0;
          -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
          transition: transform 0.3s, opacity 0.3s;
          -webkit-transform: translate3d(0, 10px, 0);
          transform: translate3d(0, 10px, 0); }
        .fh5co-nav ul li a:hover {
          color: #003dffff; }
          .fh5co-nav ul li a:hover:after {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
        .fh5co-nav ul li a.donate {
          color: #003dffff; }
      .fh5co-nav ul li.has-dropdown {
        position: relative; }
        .fh5co-nav ul li.has-dropdown .dropdown {
          width: 140px;
          z-index: 1002;
          visibility: hidden;
          opacity: 0;
          position: absolute;
          top: 40px;
          left: 0;
          text-align: left;
          background: #000;
          padding: 20px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          border-radius: 4px;
          -webkit-transition: 0s;
          -o-transition: 0s;
          transition: 0s; }
          .fh5co-nav ul li.has-dropdown .dropdown:before {
            bottom: 100%;
            left: 40px;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-bottom-color: #000;
            border-width: 8px;
            margin-left: -8px; }
          .fh5co-nav ul li.has-dropdown .dropdown li {
            display: block;
            margin-bottom: 7px; }
            .fh5co-nav ul li.has-dropdown .dropdown li:last-child {
              margin-bottom: 0; }
            .fh5co-nav ul li.has-dropdown .dropdown li a {
              padding: 2px 0;
              display: block;
              color: #999999;
              line-height: 1.2;
              text-transform: none;
              font-size: 13px;
              letter-spacing: 0; }
              .fh5co-nav ul li.has-dropdown .dropdown li a:hover {
                color: #fff; }
              .fh5co-nav ul li.has-dropdown .dropdown li a:after {
                display: none !important; }
        .fh5co-nav ul li.has-dropdown:hover a, .fh5co-nav ul li.has-dropdown:focus a {
          color: #000; }
      .fh5co-nav ul li.active > a {
        color: #000 !important;
        position: relative; }
        .fh5co-nav ul li.active > a:after {
          opacity: 1;
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

#fh5co-counter {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative; }

.poem {
  width: 60%;
  margin-left: 1em; }
  .poem .p {
    text-align: left; }

#fh5co-hero {
  background: #fff url(../images/loader.gif) no-repeat center center;
  width: 100%;
  float: left;
  margin-bottom: 3em; }
  #fh5co-hero .flexslider {
    border: none;
    z-index: 1; }
    #fh5co-hero .flexslider .slides {
      position: relative;
      overflow: hidden;
      margin: 2em; }
      #fh5co-hero .flexslider .slides .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        content: "";
        background: rgba(0, 0, 0, 0.3); }
      #fh5co-hero .flexslider .slides li {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom center;
        height: 500px;
        position: relative; }
    #fh5co-hero .flexslider .flex-control-nav {
      bottom: 80px;
      z-index: 1000;
      right: 20px;
      float: right;
      width: auto; }
      #fh5co-hero .flexslider .flex-control-nav li {
        display: block;
        margin-bottom: 10px; }
        #fh5co-hero .flexslider .flex-control-nav li a {
          background: rgba(255, 255, 255, 0.8);
          width: 12px;
          height: 12px;
          cursor: pointer; }
          #fh5co-hero .flexslider .flex-control-nav li a.flex-active {
            cursor: pointer;
            background: transparent;
            border: 2px solid #ffffff; }
    #fh5co-hero .flexslider .flex-direction-nav {
      display: none; }
    #fh5co-hero .flexslider .slider-text {
      display: table;
      opacity: 0;
      height: 300px;
      z-index: 9;
      width: 100%; }
      #fh5co-hero .flexslider .slider-text > .slider-text-inner {
        display: table-cell;
        vertical-align: middle;
        padding: 2em; }
        @media screen and (max-width: 768px) {
          #fh5co-hero .flexslider .slider-text > .slider-text-inner {
            text-align: center; } }
        #fh5co-hero .flexslider .slider-text > .slider-text-inner h1,
        #fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
          margin: 0;
          padding: 0;
          color: #003dffff;
          font-family: "Libre Baskerville", serif; }
        #fh5co-hero .flexslider .slider-text > .slider-text-inner h1 {
          margin-bottom: 20px;
          font-size: 36px;
          line-height: 1.3;
          font-weight: 300; }
          @media screen and (max-width: 768px) {
            #fh5co-hero .flexslider .slider-text > .slider-text-inner h1 {
              font-size: 28px; } }
        #fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
          font-size: 18px;
          line-height: 1.5;
          margin-bottom: 30px; }
          #fh5co-hero .flexslider .slider-text > .slider-text-inner h2 a {
            color: rgba(255, 255, 255, 0.8);
            border-bottom: 1px solid rgba(255, 255, 255, 0.7); }
        #fh5co-hero .flexslider .slider-text > .slider-text-inner .heading-section {
          font-size: 50px; }
          @media screen and (max-width: 768px) {
            #fh5co-hero .flexslider .slider-text > .slider-text-inner .heading-section {
              font-size: 30px; } }
        #fh5co-hero .flexslider .slider-text > .slider-text-inner s .fh5co-lead {
          font-size: 20px;
          color: #fff; }
          #fh5co-hero .flexslider .slider-text > .slider-text-inner s .fh5co-lead .icon-heart {
            color: #d9534f; }

#fh5co-bible-verse, #fh5co-footer,
#fh5co-services,
#fh5co-insidethestore {
  margin-top: 1.5em;
  padding: 1.5em 1.5em;
  clear: both;
  background: #fff; }
  @media screen and (max-width: 768px) {
    #fh5co-bible-verse, #fh5co-footer,
    #fh5co-services,
    #fh5co-insidethestore {
      padding: 3em 1em; } }

.services {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .services h3 {
    font-size: 18px; }
    .services h3 a {
      color: #003dffff; }
  .services .img-holder {
    width: 100%;
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    z-index: 1; }
    .services .img-holder img {
      max-width: 100%;
      z-index: -1;
      position: relative;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1); }
  .services .desc .date {
    display: block;
    margin-bottom: 10px; }

#fh5co-bible-verse, #fh5co-footer,
#fh5co-services,
#fh5co-insidethestore {
  background: #fff;
  position: relative; }
  #fh5co-bible-verse .bible-verse-slide, #fh5co-footer .bible-verse-slide, #fh5co-services .bible-verse-slide, #fh5co-insidethestore .bible-verse-slide {
    text-align: center;
    position: relative;
    color: #fff !important; }
    #fh5co-bible-verse .bible-verse-slide blockquote, #fh5co-footer .bible-verse-slide blockquote, #fh5co-services .bible-verse-slide blockquote, #fh5co-insidethestore .bible-verse-slide blockquote {
      border: none;
      margin: 30px auto;
      width: 60%;
      position: relative;
      padding: 0;
      font-size: 20px;
      font-family: "Libre Baskerville", serif;
      font-style: italic; }
      @media screen and (max-width: 768px) {
        #fh5co-bible-verse .bible-verse-slide blockquote, #fh5co-footer .bible-verse-slide blockquote, #fh5co-services .bible-verse-slide blockquote, #fh5co-insidethestore .bible-verse-slide blockquote {
          width: 85%; } }
  #fh5co-bible-verse .arrow-thumb, #fh5co-footer .arrow-thumb, #fh5co-services .arrow-thumb, #fh5co-insidethestore .arrow-thumb {
    position: absolute;
    top: 40%;
    display: block;
    width: 100%; }
    #fh5co-bible-verse .arrow-thumb a, #fh5co-footer .arrow-thumb a, #fh5co-services .arrow-thumb a, #fh5co-insidethestore .arrow-thumb a {
      font-size: 32px;
      color: #dadada; }
      #fh5co-bible-verse .arrow-thumb a:hover, #fh5co-footer .arrow-thumb a:hover, #fh5co-services .arrow-thumb a:hover, #fh5co-insidethestore .arrow-thumb a:hover, #fh5co-bible-verse .arrow-thumb a:focus, #fh5co-footer .arrow-thumb a:focus, #fh5co-services .arrow-thumb a:focus, #fh5co-insidethestore .arrow-thumb a:focus, #fh5co-bible-verse .arrow-thumb a:active, #fh5co-footer .arrow-thumb a:active, #fh5co-services .arrow-thumb a:active, #fh5co-insidethestore .arrow-thumb a:active {
        text-decoration: none; }
  #fh5co-bible-verse .owl-theme .owl-dots .owl-dot span, #fh5co-footer .owl-theme .owl-dots .owl-dot span, #fh5co-services .owl-theme .owl-dots .owl-dot span, #fh5co-insidethestore .owl-theme .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.3) !important; }
  #fh5co-bible-verse .owl-theme .owl-dots .active span, #fh5co-footer .owl-theme .owl-dots .active span, #fh5co-services .owl-theme .owl-dots .active span, #fh5co-insidethestore .owl-theme .owl-dots .active span {
    background: white !important; }

.fh5co-counters {
  margin-top: 3em;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center; }
  .fh5co-counters .counter-wrap {
    border: 1px solid red !important; }
  .fh5co-counters .fh5co-counter {
    font-size: 40px;
    display: block;
    color: black;
    width: 100%;
    font-weight: 400;
    margin-bottom: 0.3em;
    font-family: "Libre Baskerville", serif; }
  .fh5co-counters .fh5co-counter-label {
    font-size: 12px;
    margin-bottom: 2em;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Segoe Script Bold", sans-serif;
    font-weight: 600;
    color: gray; }

input[type="text"] {
  height: 50px; }

.fh5co-social-icons {
  margin: 0;
  padding: 0; }
  .fh5co-social-icons li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .fh5co-social-icons li a {
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      color: #ffffff;
      padding-left: 10px;
      padding-right: 10px; }
      .fh5co-social-icons li a i {
        font-size: 20px; }

.fh5co-heading h2 {
  font-size: 30px;
  line-height: auto;
  color: #003dffff; }

.fh5co-heading span {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px; }

#fh5co-footer {
  margin-top: 20px !important;
  background: #fff;
  color: rgba(0, 61, 255, 0.7) !important; }
  #fh5co-footer a {
    color: #003dff !important; }
  #fh5co-footer .fh5co-footer-links {
    padding: 0;
    margin: 0; }
    @media screen and (max-width: 768px) {
      #fh5co-footer .fh5co-footer-links {
        margin-bottom: 30px; } }
    #fh5co-footer .fh5co-footer-links li {
      padding: 0;
      margin: 0 0 10px 0;
      list-style: none;
      display: block; }
      #fh5co-footer .fh5co-footer-links li a {
        color: rgba(255, 255, 255, 0.5);
        text-decoration: none; }
        #fh5co-footer .fh5co-footer-links li a:hover {
          text-decoration: underline; }
  #fh5co-footer h2,
  #fh5co-footer h3 {
    color: #003dff !important; }
  #fh5co-footer h3 {
    font-size: 18px;
    line-height: auto; }
  #fh5co-footer h2 {
    font-style: 28px; }
  #fh5co-footer p .fh5co-social-icons {
    border: 1px solid red;
    margin: 0 !important; }
  #fh5co-footer .copyright {
    display: block;
    margin-top: 3em; }
    #fh5co-footer .copyright .block {
      display: block; }

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .gototop.active {
    opacity: 1;
    visibility: visible; }
  .gototop a {
    width: 50px;
    height: 50px;
    display: table;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }
    .gototop a i {
      height: 50px;
      display: table-cell;
      vertical-align: middle; }
    .gototop a:hover, .gototop a:active, .gototop a:focus {
      text-decoration: none;
      outline: none; }

.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff; }

.js .animate-box {
  opacity: 0; }
