﻿#HoneySpot {
  display: none;
  visibility: hidden;
}

body {
  /*font-family: "Open Sans", sans-serif;*/
  color: #5B5B66;
}

.text-primary {
  color: #259CDC !important;
}
h1.logo {
  font-family: 'Philosopher', serif;
}
.section-title h2  {
  font-family: 'Philosopher';
}
.me-auto {
  margin-right: auto !important;
  font-size: 2.2em;
  line-height: 55px;
}

.info h4 {
  padding-left: 40px;
}

#navbar .fa-solid {
  font-size: 5px;
  font-weight: 400;
  color: #555555;
  white-space: nowrap;
}

#hero {
  /*background-color: #F2F8FE !important;*/
  background: linear-gradient(rgba(12, 13, 14, 0.2), rgba(12, 13, 14, 0.1)), url("/assets/img/4659.jpg") fixed center center;
}

  #hero .btn-get-started {
    border-radius: 3px;
    /* background-color: #2e80b7;
    border-color: #2dd9ff;*/
  }

  #hero h1 {
    margin: 0 0 10px 0;
    font-size: 44px;
    font-weight: 500;
    line-height: 52px;
    color: black;
  }

@media (max-width: 1024px) {
  #hero h1 {
    margin: 0 0 10px 0;
    font-size: 40px;
    font-weight: 400;
    line-height: 52px;
    color: black;
  }

  #hero h5 {
    font-size: 1rem;
    width: 100%!important
  }

  #HeroImg {
    display: none
  }
}




.field-message {
  color: red;
  font-size:80%;
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
    height: 46vh;
  }
}

#header {
  z-index: 997;
  transition: all 0.5s;
  padding: 0px 0;
}

@media screen and (max-width: 575px) {
  #header h1 a {
    font-size: 40px;
  }
}

@media screen and (max-width: 480px) {
  #header h1 a {
    font-size: 30px;
  }
}

@media screen and (max-width: 365px) {
  #header h1 a {
    font-size: 20px;
  }
}

@media screen and (max-width: 285px) {
  #header h1 a span {
    display: none;
  }
}

#breadcrumbs {
  /* background-color: #AED9F5;*/
  background: linear-gradient(rgba(12, 13, 14, 0.2), rgba(12, 13, 14, 0.1)), url("/assets/img/4659.jpg") fixed center center;
}

  #breadcrumbs ol li a {
    color: #fff;
  }

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(12, 13, 14, 0.8), rgba(12, 13, 14, 0.8)), url("/assets/img/wallpaper-22.jpg") fixed center center;
  background-size: cover;
  padding: 120px 0;
}

  .cta h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Philosopher', serif;
  }

  .cta p {
    color: #fff;
  }

  .cta .cta-btn {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 35px;
    border-radius: 4px;
    transition: 0.5s;
    margin-top: 20px;
    background: #428bca;
    color: #fff;
  }

    .cta .cta-btn:hover {
      background: #5697d0;
    }
/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(85, 98, 112, 0.08);
  padding: 30px;
  border-radius: 4px;
  background: white;
}

  .team .member .pic {
    overflow: hidden;
    border-radius: 4px;
  }

    .team .member .pic img {
      transition: ease-in-out 0.3s;
    }

  .team .member:hover img {
    transform: scale(1.1);
  }

  .team .member .member-info {
    padding-left: 0px;
  }

  .team .member h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
    color: #556270;
  }

  .team .member span {
    display: block;
    font-size: 15px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 500;
  }

    .team .member span::after {
      content: "";
      position: absolute;
      display: block;
      width: 50px;
      height: 1px;
      background: #dee2e6;
      bottom: 0;
      left: 0;
    }

  .team .member p {
    margin: 10px 0 0 0;
    font-size: 14px;
  }

  .team .member .social {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

    .team .member .social a {
      transition: ease-in-out 0.3s;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 4px;
      width: 32px;
      height: 32px;
      background: gray;
      color: #fff;
    }

      .team .member .social a i {
        color: #fff;
        font-size: 16px;
        margin: 0 2px;
      }

      .team .member .social a:hover {
        background: #3498DB;
      }

      .team .member .social a + a {
        margin-left: 8px;
      }


/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

  .faq .faq-list ul {
    padding: 0;
    list-style: none;
  }

  .faq .faq-list li + li {
    margin-top: 15px;
  }

  .faq .faq-list li {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    position: relative;
  }

  .faq .faq-list a {
    display: block;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 0 30px;
    outline: none;
    cursor: pointer;
  }

  .faq .faq-list .icon-help {
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 20px;
    color: #76b5ee;
  }

  .faq .faq-list .icon-show,
  .faq .faq-list .icon-close {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
  }

  .faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
  }

  .faq .faq-list .icon-show {
    display: none;
  }

  .faq .faq-list a.collapsed {
    color: #343a40;
  }

    .faq .faq-list a.collapsed:hover {
      color: #1977cc;
    }

    .faq .faq-list a.collapsed .icon-show {
      display: inline-block;
    }

    .faq .faq-list a.collapsed .icon-close {
      display: none;
    }

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/


#footer {
  background: #2e80b7;
}

  #footer .footer-top {
    background: #57aae1;
  }


.back-to-top {
  background: #193C6B;
  color: #fff;
}



.btn.btn-primary {
  background-color: #2e80b7;
  color: #FFFFFF;
}

.btn-primary:hover {
  color: #000;
  background-color: #57AAE1;
  border-color: #2e80b7;
}

#footer .footer-top .footer-newsletter .form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

  #footer .footer-top .footer-newsletter .form input[type=email] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px);
  }

  #footer .footer-top .footer-newsletter .form input[type=submit] {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px 2px 20px;
    background: #193c6b;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
  }

    #footer .footer-top .footer-newsletter .form input[type=submit]:hover {
      background: #193c6b;
      color: white;
    }

.emaillink, #footer .emaillink {
  color: #193c6b;
  text-decoration: none;
}

#footer .footer-top .social-links a:hover {
  background: #193C6B;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}

  .blog .entry {
    padding: 30px;
    margin-bottom: 60px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  }

    .blog .entry .entry-img {
      max-height: 440px;
      margin: -30px -30px 20px -30px;
      overflow: hidden;
    }

    .blog .entry .entry-title {
      font-size: 28px;
      font-weight: bold;
      padding: 0;
      margin: 0 0 20px 0;
    }

      .blog .entry .entry-title a {
        color: #556270;
        transition: 0.3s;
      }

        .blog .entry .entry-title a:hover {
          color: #259CDC;
        }

    .blog .entry .entry-meta {
      margin-bottom: 15px;
      color: #c1c8d0;
    }

      .blog .entry .entry-meta ul {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        align-items: center;
        padding: 0;
        margin: 0;
      }

        .blog .entry .entry-meta ul li + li {
          padding-left: 20px;
        }

      .blog .entry .entry-meta i {
        font-size: 16px;
        margin-right: 8px;
        line-height: 0;
      }

      .blog .entry .entry-meta a {
        color: #777777;
        font-size: 14px;
        display: inline-block;
        line-height: 1;
      }

      .blog .entry .entry-meta span {
        color: #777777;
        font-size: 14px;
        display: inline-block;
        line-height: 1;
      }

    .blog .entry .entry-content p {
      line-height: 24px;
    }

    .blog .entry .entry-content .read-more {
      -moz-text-align-last: right;
      text-align-last: right;
    }

      .blog .entry .entry-content .read-more a {
        display: inline-block;
        background: #259CDC;
        color: #fff;
        padding: 6px 20px;
        transition: 0.3s;
        font-size: 14px;
        border-radius: 4px;
      }

        .blog .entry .entry-content .read-more a:hover {
          background: #259CDC !important;
        }

    .blog .entry .entry-content h3 {
      font-size: 22px;
      margin-top: 30px;
      font-weight: bold;
    }

    .blog .entry .entry-content blockquote {
      overflow: hidden;
      background-color: #fafafa;
      padding: 60px;
      position: relative;
      text-align: center;
      margin: 20px 0;
    }

      .blog .entry .entry-content blockquote p {
        color: #444444;
        line-height: 1.6;
        margin-bottom: 0;
        font-style: italic;
        font-weight: 500;
        font-size: 22px;
      }

      .blog .entry .entry-content blockquote::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 3px;
        background-color: #556270;
        margin-top: 20px;
        margin-bottom: 20px;
      }

    .blog .entry .entry-footer {
      padding-top: 10px;
      border-top: 1px solid #e6e6e6;
    }

      .blog .entry .entry-footer i {
        color: #a4afba;
        display: inline;
      }

      .blog .entry .entry-footer a {
        color: #606f7e;
        transition: 0.3s;
      }

        .blog .entry .entry-footer a:hover {
          color: #d9232d;
        }

      .blog .entry .entry-footer .cats {
        list-style: none;
        display: inline;
        padding: 0 20px 0 0;
        font-size: 14px;
      }

        .blog .entry .entry-footer .cats li {
          display: inline-block;
        }

      .blog .entry .entry-footer .tags {
        list-style: none;
        display: inline;
        padding: 0;
        font-size: 14px;
      }

        .blog .entry .entry-footer .tags li {
          display: inline-block;
        }

          .blog .entry .entry-footer .tags li + li::before {
            padding-right: 6px;
            color: #6c757d;
            content: ",";
          }

      .blog .entry .entry-footer .share {
        font-size: 16px;
      }

        .blog .entry .entry-footer .share i {
          padding-left: 5px;
        }

  .blog .entry-single {
    margin-bottom: 30px;
  }

  .blog .blog-author {
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  }

    .blog .blog-author img {
      width: 120px;
      margin-right: 20px;
    }

    .blog .blog-author h4 {
      font-weight: 600;
      font-size: 22px;
      margin-bottom: 0px;
      padding: 0;
      color: #556270;
    }

    .blog .blog-author .social-links {
      margin: 0 10px 10px 0;
    }

      .blog .blog-author .social-links a {
        color: rgba(85, 98, 112, 0.5);
        margin-right: 5px;
      }

    .blog .blog-author p {
      font-style: italic;
      color: #b7b7b7;
    }

  .blog .blog-comments {
    margin-bottom: 30px;
  }

    .blog .blog-comments .comments-count {
      font-weight: bold;
    }

    .blog .blog-comments .comment {
      margin-top: 30px;
      position: relative;
    }

      .blog .blog-comments .comment .comment-img {
        margin-right: 14px;
      }

        .blog .blog-comments .comment .comment-img img {
          width: 60px;
        }

      .blog .blog-comments .comment h5 {
        font-size: 16px;
        margin-bottom: 2px;
      }

        .blog .blog-comments .comment h5 a {
          font-weight: bold;
          color: #444444;
          transition: 0.3s;
        }

          .blog .blog-comments .comment h5 a:hover {
            color: #26A6E9;
          }

        .blog .blog-comments .comment h5 .reply {
          padding-left: 10px;
          color: #556270;
        }

          .blog .blog-comments .comment h5 .reply i {
            font-size: 20px;
          }

      .blog .blog-comments .comment time {
        display: block;
        font-size: 14px;
        color: #6b7b8d;
        margin-bottom: 5px;
      }

      .blog .blog-comments .comment.comment-reply {
        padding-left: 40px;
      }

    .blog .blog-comments .reply-form {
      margin-top: 30px;
      padding: 30px;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

      .blog .blog-comments .reply-form h4 {
        font-weight: bold;
        font-size: 22px;
      }

      .blog .blog-comments .reply-form p {
        font-size: 14px;
      }

      .blog .blog-comments .reply-form input {
        border-radius: 4px;
        padding: 10px 10px;
        font-size: 14px;
      }

        .blog .blog-comments .reply-form input:focus {
          box-shadow: none;
          border-color: #e9797f;
        }

      .blog .blog-comments .reply-form textarea {
        border-radius: 4px;
        padding: 10px 10px;
        font-size: 14px;
      }

        .blog .blog-comments .reply-form textarea:focus {
          box-shadow: none;
          border-color: #e9797f;
        }

      .blog .blog-comments .reply-form .form-group {
        margin-bottom: 25px;
      }

      .blog .blog-comments .reply-form .btn-primary {
        border-radius: 4px;
        padding: 10px 20px;
        border: 0;
        background-color: #556270;
      }

        .blog .blog-comments .reply-form .btn-primary:hover {
          background-color: #606f7e;
        }

  .blog .blog-pagination {
    color: #8795a4;
  }

    .blog .blog-pagination ul {
      display: flex;
      padding: 0;
      margin: 0;
      list-style: none;
    }

    .blog .blog-pagination li {
      margin: 0 5px;
      transition: 0.3s;
    }

      .blog .blog-pagination li a {
        color: #556270;
        padding: 7px 16px;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .blog .blog-pagination li.active,
      .blog .blog-pagination li:hover {
        background: #259CDC;
      }

        .blog .blog-pagination li.active a,
        .blog .blog-pagination li:hover a {
          color: #fff;
        }

  .blog .sidebar {
    padding: 30px;
    margin: 0 0 60px 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  }

    .blog .sidebar .sidebar-title {
      font-size: 20px;
      font-weight: 700;
      padding: 0 0 0 0;
      margin: 0 0 15px 0;
      color: #556270;
      position: relative;
    }

    .blog .sidebar .sidebar-item {
      margin-bottom: 30px;
    }

    .blog .sidebar .search-form form {
      background: #fff;
      border: 1px solid #ddd;
      padding: 3px 10px;
      position: relative;
    }

      .blog .sidebar .search-form form input[type=text] {
        border: 0;
        padding: 4px;
        border-radius: 4px;
        width: calc(100% - 40px);
      }

      .blog .sidebar .search-form form button {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        border: 0;
        background: none;
        font-size: 16px;
        padding: 0 15px;
        margin: -1px;
        background: #26A6E9;
        color: #fff;
        transition: 0.3s;
        border-radius: 0 4px 4px 0;
        line-height: 0;
      }

        .blog .sidebar .search-form form button i {
          line-height: 0;
        }

        .blog .sidebar .search-form form button:hover {
          background: #de323c;
        }

    .blog .sidebar .categories ul {
      list-style: none;
      padding: 0;
    }

      .blog .sidebar .categories ul li + li {
        padding-top: 10px;
      }

      .blog .sidebar .categories ul a {
        color: #556270;
        transition: 0.3s;
      }

        .blog .sidebar .categories ul a:hover {
          color: #26A6E9;
        }

        .blog .sidebar .categories ul a span {
          padding-left: 5px;
          color: #aaaaaa;
          font-size: 14px;
        }

    .blog .sidebar .recent-posts .post-item + .post-item {
      margin-top: 15px;
    }

    .blog .sidebar .recent-posts img {
      width: 80px;
      float: left;
    }

    .blog .sidebar .recent-posts h4 {
      font-size: 15px;
      margin-left: 95px;
      font-weight: bold;
    }

      .blog .sidebar .recent-posts h4 a {
        color: #556270;
        transition: 0.3s;
      }

        .blog .sidebar .recent-posts h4 a:hover {
          color: #26A6E9;
        }

    .blog .sidebar .recent-posts time {
      display: block;
      margin-left: 95px;
      font-style: italic;
      font-size: 14px;
      color: #aaaaaa;
    }

    .blog .sidebar .tags {
      margin-bottom: -10px;
    }

      .blog .sidebar .tags ul {
        list-style: none;
        padding: 0;
      }

        .blog .sidebar .tags ul li {
          display: inline-block;
        }

        .blog .sidebar .tags ul a {
          color: #96a2af;
          font-size: 14px;
          padding: 6px 14px;
          margin: 0 6px 8px 0;
          border: 1px solid white;
          display: inline-block;
          transition: 0.3s;
        }

          .blog .sidebar .tags ul a:hover {
            color: #fff;
            border: 1px solid #26A6E9;
            background: #26A6E9;
          }

          .blog .sidebar .tags ul a span {
            padding-left: 5px;
            color: #fbfbfc;
            font-size: 14px;
          }

.btn-search {
  width: 100%;
}
/*--------------------------------------------------------------
# Counter
--------------------------------------------------------------*/
.counter-box {
  color: #fff;
  text-align: center;
}

@media (min-width: 577px) {
  .counter-box {
    margin-bottom: 1.8rem;
  }
}

.counter-ico {
  margin-bottom: 1rem;
}

  .counter-ico .ico-circle {
    height: 60px;
    width: 60px;
    line-height: 1.5;
    box-shadow: 0 0 0 10px #cde1f8;
  }

.counter-num .counter {
  font-size: 2rem;
  margin-bottom: 0;
}
.overlay-mf {
  background-color: #0078ff;
}

.overlay-mf {
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: 0.7;
}

.paralax-mf {
  position: relative;
  padding: 4rem 0;
}
.counter-ico .ico-circle {
  height: 60px;
  width: 60px;
  line-height: 1.5;
  box-shadow: 0 0 0 10px #cde1f8;
}

.ico-circle {
  height: 100px;
  width: 100px;
  font-size: 2rem;
  border-radius: 50%;
  line-height: 1.55;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 0 0 10px #0078ff;
  display: block;
}
#ParallaxAbout .section-title h2::before, #ParallaxAbout .section-title h2::after {
  content: "";
  width: 50px;
  height: 2px;
  background: #fff;
  display: inline-block;
}
.counts .content .count-box svg {
  display: block;
  font-size: 36px;
  color: #3498db;
  float: left;
  line-height: 0;
}

#indexAnnunciSelector {
}

  #indexAnnunciSelector .current .icon-box {
    background: #eef7fc;
  }

  #indexAnnunciSelector .icon-box {
    cursor: pointer;
  }

.btn-cookie-wrapper {
  left: 10px;
  right: auto;
  width: 150px;
}

#poilist .content ul {
  list-style: none;
  padding: 0;
}

  #poilist .content ul li {
    padding-left: 28px;
    position: relative;
  }

  #poilist .content ul i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    color: #3498db;
    line-height: 1;
  }

@media screen and (max-width: 575px) {
  #poilist .content ul i {
    left: 5px;
  }
}