body {
  font-family: "Overpass", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  background: #fff;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 300;
  color: #555555; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #f7ca44; }
  a:hover {
    text-decoration: none;
    color: #f7ca44; }
  a.link-underline {
    text-decoration: underline; }
    a.link-underline:hover {
      text-decoration: none; }

h1, h2, h3,
.h1, .h2, .h3 {
  color: #000;
  font-weight: 300;
  font-family: "Dosis", sans-serif; }

.ftco-navbar-light {
  background: transparent !important;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  top: 10px; }
  @media (max-width: 991.98px) {
    .ftco-navbar-light {
      background: #000 !important;
      top: 0;
      position: relative; } }
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 14px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    color: #f0f0f0;
    opacity: 1 !important; }
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
      color: #fff; }
    @media (max-width: 991.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px; } }
  .ftco-navbar-light .navbar-nav > .nav-item.active > a {
    color: #fff;
    position: relative; }
    .ftco-navbar-light .navbar-nav > .nav-item.active > a:before {
      content: "";
      height: 2px;
      background: #fff;
      left: 20px;
      right: 20px;
      position: absolute;
      bottom: 20px; }
      @media (max-width: 991.98px) {
        .ftco-navbar-light .navbar-nav > .nav-item.active > a:before {
          display: none; } }
  .ftco-navbar-light .navbar-toggler {
    border: none;
    color: rgba(255, 255, 255, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em; }
  .ftco-navbar-light.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px;
    background: #fff !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
    .ftco-navbar-light.scrolled .nav-item.active > a {
      color: #f7ca44 !important; }
      .ftco-navbar-light.scrolled .nav-item.active > a:before {
        display: none; }
    @media (max-width: 991.98px) {
      .ftco-navbar-light.scrolled .navbar-nav {
        background: none;
        border-radius: 0px;
        padding-left: 0rem !important;
        padding-right: 0rem !important; } }
    @media (max-width: 767.98px) {
      .ftco-navbar-light.scrolled .navbar-nav {
        background: none;
        padding-left: 0 !important;
        padding-right: 0 !important; } }
    .ftco-navbar-light.scrolled .navbar-toggler {
      border: none;
      color: rgba(0, 0, 0, 0.5) !important;
      border-color: rgba(0, 0, 0, 0.5) !important;
      cursor: pointer;
      padding-right: 0;
      text-transform: uppercase;
      font-size: 16px;
      letter-spacing: .1em; }
    .ftco-navbar-light.scrolled .nav-link {
      padding-top: 0.9rem !important;
      padding-bottom: 0.9rem !important;
      color: #000 !important; }
      .ftco-navbar-light.scrolled .nav-link.active {
        color: #f7ca44 !important; }
    .ftco-navbar-light.scrolled.awake {
      margin-top: 0px;
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }
    .ftco-navbar-light.scrolled.sleep {
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }
    .ftco-navbar-light.scrolled .navbar-brand {
      color: #000; }

.navbar-brand {
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 30px;
  font-family: "Overpass", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

@media (max-width: 991.98px) {
  .display-4 {
    font-size: 37px; } }

.bg-light {
  background: #f1efed !important;
  background: #fafafa !important; }

.btn:hover, .btn:active, .btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.ftco-play-video span {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }

.ftco-play-video > .play-icon-wrap {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  position: relative;
  border-radius: 50%; }
  .ftco-play-video > .play-icon-wrap > span {
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 2px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.ftco-play-video:hover > .play-icon-wrap {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

.ftco-play-video:hover span {
  color: #fff; }

.block-41 .block-41-subheading {
  margin-bottom: 10px;
  color: #ccc; }
  .block-41 .block-41-subheading > div {
    display: inline-block;
    text-transform: uppercase; }

.block-41 .block-41-heading {
  line-height: 1.2; }

@media (min-width: 768px) {
  .block-41 .block-41-text {
    font-size: 20px; } }

.block-48 {
  background: #f7ca44;
  padding: 50px;
  color: #000; }
  .block-48 .block-48-text-1 {
    font-size: 30px; }
  .block-48 .block-48-counter {
    font-size: 70px;
    line-height: 1; }

.block-11 .owl-stage {
  padding-top: 50px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.block-11 .owl-nav {
  position: relative;
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .block-11 .owl-nav .owl-prev, .block-11 .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    padding: 20px;
    font-size: 30px; }
    .block-11 .owl-nav .owl-prev.disabled, .block-11 .owl-nav .owl-next.disabled {
      opacity: .2; }

.btn {
  cursor: pointer;
  border-radius: 0px;
  border: 2px solid transparent;
  font-size: 14px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #999999;
  -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.5); }
  .btn.btn-hover-white:hover {
    background: transparent;
    color: #fff !important; }
  .btn.btn-success {
    border: 2px solid #28a745;
    color: #fff; }
  .btn.btn-white {
    background: #fff;
    color: #000; }
    .btn.btn-white:hover {
      background: #000;
      color: #fff; }
  .btn.btn-primary {
    background: #f7ca44;
    border: 2px solid #f7ca44;
    color: #fff; }
    .btn.btn-primary:hover {
      border: 2px solid #f7ca44;
      background: transparent;
      color: #f7ca44; }
    .btn.btn-primary:active, .btn.btn-primary:focus {
      color: #fff !important; }
  .btn:hover, .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #000 !important;
    color: #fff !important;
    border-color: #000 !important; }

.form-control {
  background: #fff !important;
  color: #000 !important;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
  .form-control:focus, .form-control:active {
    border-color: #000; }

textarea.form-control {
  height: inherit !important; }

.post-entry {
  margin-bottom: 40px; }
  .post-entry .img-wrap {
    position: relative;
    display: block;
    overflow: hidden; }
    .post-entry .img-wrap img {
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .post-entry .img-wrap .date {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 10px 20px;
      background: #f7ca44;
      color: #fff;
      font-size: 14px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .post-entry .img-wrap:hover img {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); }
    .post-entry .img-wrap:hover .date {
      font-size: 16px;
      color: #fff;
      background: #000; }
  .post-entry h3 {
    font-size: 20px;
    line-height: 1.5; }
    .post-entry h3 a {
      color: #000; }
      .post-entry h3 a:hover {
        color: #f7ca44; }
  .post-entry p {
    color: #999999; }

.featured-donate, .featured-section {
  padding: 4em 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .featured-donate img, .featured-section img {
    -webkit-box-shadow: 0 4px 30px -5px black;
    box-shadow: 0 4px 30px -5px black;
    border-radius: 7px; }
  .featured-donate h2, .featured-section h2 {
    color: #fff; }
  .featured-donate p, .featured-section p {
    color: #fff; }
  .featured-donate .featured-text, .featured-section .featured-text {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .2em; }
  .featured-donate .donation-time, .featured-section .donation-time {
    color: rgba(255, 255, 255, 0.7);
    display: block;
    font-style: italic;
    font-size: 15px; }
  .featured-donate .fund-raised, .featured-section .fund-raised {
    font-weight: 900;
    color: #fff; }
   .featured-donate.overlay-color-2, .featured-section.overlay-color-2 {
    position: relative; }
     .featured-donate.overlay-color-2:before, .featured-section.overlay-color-2:before {
      position: absolute;
      content: "";
      background: #28a745;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      opacity: .9; }
  .featured-donate.overlay-color-2:before, .featured-section.overlay-color-2:before {
    background: #f7ca44; }

.form-volunteer h2 {
  font-size: 25px;
  margin-bottom: 20px; }

.form-volunteer label {
  color: #fff; }

.form-volunteer .form-control {
  border: 2px solid #fff;
  background: none !important;
  margin-bottom: 10px;
  color: #fff !important; }
  .form-volunteer .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
    font-style: italic; }
  .form-volunteer .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    font-style: italic; }
  .form-volunteer .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    font-style: italic; }
  .form-volunteer .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    font-style: italic; }

.person-donate em {
  font-family: serif; }

.person-donate img {
  border-radius: 7px;
  width: 180px;
  margin-bottom: 20px; }

.person-donate h2 {
  font-size: 20px;
  margin: 0;
  padding: 0; }

.person-donate p {
  line-height: 1.5; }

.person-donate .time {
  color: #b3b3b3;
  font-size: 13px; }

.fundraise-item {
  -webkit-box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.1);
  border: none;
  height: 100%; }
  .fundraise-item .custom-progress-success {
    background-color: #f2f2f2;
    height: .2rem;
    border-radius: 4px;
    margin-bottom: 20px; }
  .fundraise-item a {
    color: #000; }
    .fundraise-item a:hover {
      color: #f7ca44; }
  .fundraise-item .donation-time {
    color: #ccc;
    display: block;
    font-style: italic;
    font-size: 15px; }
  .fundraise-item .card-title {
    font-size: 24px; }

.ftco-animate {
  opacity: 0;
  visibility: hidden; }

.bg-primary {
  background: #f7ca44 !important; }

.site-section {
  padding: 4em 0; }

.border-top {
  border-top: 1px solid #f2f2f2 !important; }

.footer {
  background: #404040;
  padding: 8em 0;
  color: #fff; }
  .footer .heading-section {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 40px;
    letter-spacing: .1em;
    color: #fff !important;
    font-family: "Overpass", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
  .footer .block-21 .heading a {
    color: #fff !important; }
    .footer .block-21 .heading a:hover {
      color: #f7ca44 !important; }
  .footer .block-21 .meta a {
    color: gray !important; }
    .footer .block-21 .meta a:hover {
      color: #fff !important; }
  .footer a {
    color: #f7ca44; }
    .footer a:hover {
      color: #f7ca44 !important; }

#map {
  height: 400px;
  width: 100%; }
  @media (max-width: 991.98px) {
    #map {
      height: 300px; } }

.container-fluid {
  padding-left: 0;
  padding-right: 0; }

.image-popup {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

.block-21 figure {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px; }
  .block-21 figure img {
    border: 4px solid #fff;
    border-radius: 4px; }

.block-21 .text .heading {
  font-size: 18px;
  font-weight: 300; }
  .block-21 .text .heading a {
    color: #000; }
    .block-21 .text .heading a:hover, .block-21 .text .heading a:active, .block-21 .text .heading a:focus {
      color: #f7ca44; }

.block-21 .text .meta > div {
  display: inline-block;
  font-size: 12px;
  margin-right: 10px; }
  .block-21 .text .meta > div a {
    color: #cccccc; }

.block-6 .icon {
  margin-right: 30px;
  color: #f7ca44; }
  .block-6 .icon span:before {
    font-size: 50px; }

.block-6 .media-body .heading {
  font-size: 18px; }

.block-6 .media-body p {
  color: #a2a2a2; }
  .block-6 .media-body p:last-child {
    margin-bottom: 0; }

/* Blog*/

.tagcloud a {
  text-transform: uppercase;
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 7px;
  margin-right: 4px;
  border-radius: 4px;
  color: #000;
  border: 1px solid #ccc;
  font-size: 11px; }
  .tagcloud a:hover {
    border: 1px solid #000; }

.comment-form-wrap {
  clear: both; }

.comment-list {
  padding: 0;
  margin: 0; }
  .comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%; }
  .comment-list li {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none; }
    .comment-list li .vcard {
      width: 80px;
      float: left; }
      .comment-list li .vcard img {
        width: 50px;
        border-radius: 50%; }
    .comment-list li .comment-body {
      float: right;
      width: calc(100% - 80px); }
      .comment-list li .comment-body h3 {
        font-size: 20px; }
      .comment-list li .comment-body .meta {
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: .1em;
        color: #ccc; }
      .comment-list li .comment-body .reply {
        padding: 5px 10px;
        background: #e6e6e6;
        color: #000;
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: .1em;
        font-weight: 400;
        border-radius: 4px; }
        .comment-list li .comment-body .reply:hover {
          color: #fff;
          background: black; }

.search-form {
  background: #f7f7f7;
  padding: 10px; }
  .search-form .form-group {
    position: relative; }
    .search-form .form-group input {
      padding-right: 50px; }
  .search-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff; }
  .sidebar-box *:last-child {
    margin-bottom: 0; }
  .sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 15px; }

.categories li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #dee2e6;
  list-style: none; }
  .categories li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0; }
  .categories li a {
    display: block; }
    .categories li a span {
      position: absolute;
      right: 0;
      top: 0;
      color: #ccc; }
  .categories li.active a {
    color: #000;
    font-style: italic; }

.block-31 .owl-nav {
  position: absolute;
  right: 50px;
  bottom: 130px; }
  .block-31 .owl-nav .owl-prev, .block-31 .owl-nav .owl-next {
    color: #fff;
    font-size: 20px;
    opacity: 1;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .block-31 .owl-nav .owl-prev:hover, .block-31 .owl-nav .owl-next:hover {
      opacity: 1; }

.block-31 .owl-dots {
  position: absolute;
  bottom: 100px;
  right: 50px; }
  .block-31 .owl-dots .owl-dot {
    float: left;
    width: 40px;
    height: 2px;
    background: #fff;
    opacity: .3; }
    .block-31 .owl-dots .owl-dot.active {
      opacity: 1;
      background: #fff; }

.block-30 {
  background-size: cover;
  background-color: #ccc;
  padding: 0;
  position: relative; }
  @media (max-width: 991.98px) {
    .block-30 {
      background-position: center center !important; } }
  .block-30 .author {
    margin-top: 30px;
    font-family: "Overpass", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    display: block; }
  .block-30:before {
    background: #000;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .4;
    z-index: 0; }
  .block-30.no-overlay:before {
    display: none; }
  .block-30, .block-30 .row {
    min-height: 700px;
    height: 100vh; }
  .block-30 .heading {
    color: #fff;
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 50px;
    font-family: "Dosis", sans-serif; }
    @media (min-width: 768px) {
      .block-30 .heading {
        font-size: 80px; } }
    @media (min-width: 992px) {
      .block-30 .heading {
        font-size: 80px; } }
  .block-30 .btn {
    background: #fff;
    border-radius: 0;
    border: 2px solid transparent;
    font-size: 14px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #999999;
    -webkit-box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.2); }
    .block-30 .btn:hover {
      border-color: #fff;
      color: #fff; }
  .block-30.block-30-sm, .block-30.block-30-sm .row {
    min-height: 700px;
    height: 70vh; }
  .block-30.block-30-sm .heading {
    font-size: 70px;
    margin-bottom: 20px; }
  .block-30 .lead {
    color: #fff; }

.block-23 ul, .block-23 ul li {
  padding: 0;
  margin: 0;
  list-style: none; }

.block-23 ul li, .block-23 ul li > a {
  display: table;
  line-height: 1.5;
  margin-bottom: 15px; }

.block-23 ul li .icon, .block-23 ul li .text {
  display: table-cell;
  vertical-align: top; }

.block-23 ul li .icon {
  width: 40px;
  font-size: 18px;
  padding-top: 2px;
  color: #f7ca44; }

.img-hover {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 30px; }
  .img-hover img {
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all; }
  .img-hover:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: #f7ca44;
    opacity: 0;
    visibility: hidden;
    content: "";
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .img-hover .icon {
    position: absolute;
    z-index: 2;
    color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease; }
  .img-hover:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  .img-hover:hover:before {
    opacity: .8;
    visibility: visible; }
  .img-hover:hover .icon {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.block-38 .block-38-header .block-38-heading {
  font-size: 18px;
  color: #000;
  margin: 0;
  font-weight: 300; }

.block-38 .block-38-header .block-38-subheading {
  color: #b3b3b3;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  font-size: 15px; }

.block-38 .block-38-header img {
  width: 150px;
  border-radius: 7px;
  margin-bottom: 20px; }

#ftco-loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 1000; }

#ftco-loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

#ftco-loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1; }

#ftco-loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

#ftco-loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round; }

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } }
