@font-face {
  font-family: 'Brushstroke Plain Plain';
  font-style: normal;
  font-weight: normal;
  src: local("Brushstroke Plain Plain"), url("../fonts/Brushs.woff") format("woff"); }
a {
  transition: all 0.3s ease; }

h1 {
  font-size: 32px; }

h2 {
  font-size: 26px; }

.color-theme {
  color: #990500 !important; }
  .color-theme:hover {
    color: #ffdd00 !important; }

.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  z-index: 1000;
  transition: box-shadow 0.3s ease; }

.stricky-fixed.scrolled {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }

.feature-image-default {
  background: url("../img/eve3.jpg") no-repeat center center;
  background-size: cover; }

.btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: none; }
.btn-info:active {
  background-color: #28a745 !important;
  border-color: #28a745 !important;
  box-shadow: none !important; }

#bookNow {
  transform: rotate(90deg);
  right: -59px;
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.75); }
  #bookNow a {
    letter-spacing: 4px;
    text-transform: uppercase; }
  #bookNow:hover {
    box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.75); }
  @media only screen and (max-width: 1180px) {
    #bookNow {
      display: none !important; } }

.su-tabs.pt-tabs {
  padding: 20px; }
  .su-tabs.pt-tabs .su-tabs-nav span {
    position: relative;
    margin-right: 0;
    background: #d1d1d1;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s; }
    .su-tabs.pt-tabs .su-tabs-nav span:before {
      content: "";
      width: calc(100% - 0px);
      height: 2px;
      position: absolute;
      left: 0px;
      bottom: 1px;
      background: #FA812F;
      transition: 0.6s transform ease;
      transform: scale3d(1, 1, 1);
      transform-origin: 0 50%; }
    .su-tabs.pt-tabs .su-tabs-nav span:after {
      content: "";
      width: calc(100% - 0px);
      height: 2px;
      position: absolute;
      left: 0px;
      bottom: 1px;
      background: #cd3901;
      transition: 0.6s transform ease;
      transform: scale3d(0, 1, 1);
      transform-origin: 0 50%; }
    .su-tabs.pt-tabs .su-tabs-nav span:focus {
      outline: none; }
    .su-tabs.pt-tabs .su-tabs-nav span:not(:last-child) {
      margin-right: 10px; }
    .su-tabs.pt-tabs .su-tabs-nav span.su-tabs-current {
      background: #ffffff;
      background: #e74c3c;
      color: #ffffff; }
      .su-tabs.pt-tabs .su-tabs-nav span.su-tabs-current:after {
        transform: scale3d(1, 1, 1); }
    .su-tabs.pt-tabs .su-tabs-nav span:hover {
      background: #ffffff;
      background: #e74c3c;
      color: #ffffff; }
      .su-tabs.pt-tabs .su-tabs-nav span:hover:after {
        transform: scale3d(1, 1, 1); }
@media only screen and (max-width: 769px) {
  .su-tabs.pt-tabs {
    padding: 15px 10px; }
    .su-tabs.pt-tabs .su-tabs-nav {
      display: flex;
      flex-wrap: wrap; }
      .su-tabs.pt-tabs .su-tabs-nav span {
        padding: 6px 8px;
        min-height: inherit; }
        .su-tabs.pt-tabs .su-tabs-nav span:not(:last-child) {
          margin-right: 5px; } }
@media only screen and (max-width: 520px) {
  .su-tabs.pt-tabs .su-tabs-nav span {
    margin-bottom: 5px; } }

.pt-header .navbar {
  padding: 5px 10px;
  background: #ffffff;
  box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12); }
  .pt-header .navbar .container-fluid {
    padding-left: 0;
    padding-right: 0; }
  .pt-header .navbar .collapse {
    justify-content: center; }
  .pt-header .navbar .pt-menu {
    display: flex;
    align-items: center; }
    .pt-header .navbar .pt-menu > li {
      padding: 0; }
      .pt-header .navbar .pt-menu > li.current-menu-item a {
        color: #990500;
        font-weight: 600; }
      .pt-header .navbar .pt-menu > li.pt-highlight .nav-link {
        text-transform: uppercase;
        font-weight: bold;
        color: #990500; }
        .pt-header .navbar .pt-menu > li.pt-highlight .nav-link span {
          color: #28a745; }
      .pt-header .navbar .pt-menu > li:first-child {
        z-index: 1; }
        .pt-header .navbar .pt-menu > li:first-child a {
          padding-left: 0;
          padding-right: 0; }
      .pt-header .navbar .pt-menu > li:last-child a {
        padding-right: 0; }
      .pt-header .navbar .pt-menu > li:not(:last-child) {
        margin-right: 8px; }
      .pt-header .navbar .pt-menu > li.dropdown > a:after {
        display: none; }
      .pt-header .navbar .pt-menu > li.dropdown > a span {
        margin-left: 4px; }
        .pt-header .navbar .pt-menu > li.dropdown > a span i {
          font-size: 13px; }
      .pt-header .navbar .pt-menu > li.dropdown .dropdown-menu {
        background: #ffffff;
        padding-left: 0px;
        padding-right: 10px;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
        .pt-header .navbar .pt-menu > li.dropdown .dropdown-menu li a {
          color: #000000; }
        .pt-header .navbar .pt-menu > li.dropdown .dropdown-menu li:hover a {
          background-color: #ffffff;
          color: #990500;
          border-radius: .25rem; }
      .pt-header .navbar .pt-menu > li.dropdown li {
        padding: 0; }
        .pt-header .navbar .pt-menu > li.dropdown li:not(:last-child) {
          border-bottom: 1px solid #d1d1d1; }
      .pt-header .navbar .pt-menu > li.dropdown.active ul.dropdown-menu li a {
        color: #000000; }
        .pt-header .navbar .pt-menu > li.dropdown.active ul.dropdown-menu li a:hover {
          color: #990500; }
      .pt-header .navbar .pt-menu > li.dropdown.active ul.dropdown-menu li.current-menu-item > a {
        color: #990500;
        background-color: transparent; }
.pt-header .header .pt-logo-wrapper {
  position: relative; }
  .pt-header .header .pt-logo-wrapper .pt-logo {
    position: absolute;
    bottom: -48px;
    left: -5px;
    z-index: 999; }
    .pt-header .header .pt-logo-wrapper .pt-logo img {
      width: 245px; }
  .pt-header .header .pt-logo-wrapper .pt-left {
    position: relative;
    display: inline-block; }
    .pt-header .header .pt-logo-wrapper .pt-left a {
      position: absolute;
      top: 0;
      right: 0;
      width: 19%;
      height: 100%;
      display: block;
      z-index: 2;
      text-decoration: none; }
      .pt-header .header .pt-logo-wrapper .pt-left a:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: rgba(153, 5, 0, 0);
        /* no overlay by default */
        transition: background 0.3s ease; }
      .pt-header .header .pt-logo-wrapper .pt-left a:hover:after {
        background: rgba(153, 5, 0, 0.4);
        /* overlay on hover */ }
@media only screen and (max-width: 1450px) {
  .pt-header .header .pt-logo-wrapper .pt-logo {
    bottom: -42px;
    bottom: -35px;
    left: 0; }
    .pt-header .header .pt-logo-wrapper .pt-logo img {
      width: 220px;
      width: 200px; } }
@media only screen and (max-width: 1220px) {
  .pt-header .header .pt-logo-wrapper .pt-logo {
    bottom: -32px; }
    .pt-header .header .pt-logo-wrapper .pt-logo img {
      width: 170px; } }
@media only screen and (max-width: 1180px) {
  .pt-header .navbar {
    padding: 0px; }
    .pt-header .navbar .pt-menu {
      display: none; }
  .pt-header .container-fluid {
    position: relative;
    flex-wrap: wrap;
    max-width: 100%; }
    .pt-header .container-fluid .navbar-nav.pt-menu {
      display: block;
      padding-left: 10px; }
      .pt-header .container-fluid .navbar-nav.pt-menu li {
        border-bottom: 1px solid rgba(209, 209, 209, 0.6); }
        .pt-header .container-fluid .navbar-nav.pt-menu li.pt-highlight a {
          display: block; }
        .pt-header .container-fluid .navbar-nav.pt-menu li a {
          color: #ffffff;
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding-right: 0;
          padding-left: 0;
          text-wrap: auto; }
          .pt-header .container-fluid .navbar-nav.pt-menu li a:hover {
            color: #990500; }
        .pt-header .container-fluid .navbar-nav.pt-menu li.active a {
          color: #990500; }
        .pt-header .container-fluid .navbar-nav.pt-menu li.dropdown > a.dropdown-toggle.nav-link span {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 30px;
          height: 30px;
          background: #ffffff;
          line-height: 30px;
          border-radius: 2px;
          border: 1px solid rgba(209, 209, 209, 0.6);
          transition: all 0.3s; }
          .pt-header .container-fluid .navbar-nav.pt-menu li.dropdown > a.dropdown-toggle.nav-link span i {
            color: #000000;
            transition: transform 0.4s cubic-bezier(0.33, 0, 0, 1), -webkit-transform 0.4s cubic-bezier(0.33, 0, 0, 1); }
          .pt-header .container-fluid .navbar-nav.pt-menu li.dropdown > a.dropdown-toggle.nav-link span:hover {
            background: rgba(209, 209, 209, 0.6); }
            .pt-header .container-fluid .navbar-nav.pt-menu li.dropdown > a.dropdown-toggle.nav-link span:hover i {
              color: #ffffff; }
        .pt-header .container-fluid .navbar-nav.pt-menu li.dropdown > a.dropdown-toggle.nav-link.expanded span i {
          transform: rotate(180deg); }
        .pt-header .container-fluid .navbar-nav.pt-menu li.dropdown .dropdown-menu {
          padding-left: 10px;
          position: static; }
          .pt-header .container-fluid .navbar-nav.pt-menu li.dropdown .dropdown-menu li:last-child {
            border-bottom: 0px; }
        .pt-header .container-fluid .navbar-nav.pt-menu li:hover .dropdown-menu {
          display: none;
          position: inherit; } }
@media only screen and (max-width: 1024px) {
  .pt-header .header .pt-logo-wrapper .pt-logo {
    bottom: -32px; }
    .pt-header .header .pt-logo-wrapper .pt-logo img {
      width: 160px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .pt-header .container {
    max-width: 100%; } }
@media only screen and (max-width: 905px) {
  .pt-header .header .pt-logo-wrapper .pt-logo {
    bottom: -25px; }
    .pt-header .header .pt-logo-wrapper .pt-logo img {
      width: 130px; } }
@media only screen and (max-width: 769px) {
  .pt-header .header .pt-logo-wrapper .pt-logo {
    bottom: -25px;
    bottom: -18px; }
    .pt-header .header .pt-logo-wrapper .pt-logo img {
      width: 120px;
      width: 100px; }
  .pt-header .navbar {
    padding: 2px 0; }
  .pt-header .bottom-left {
    display: none; } }
@media only screen and (max-width: 675px) {
  .pt-header .header .pt-logo-wrapper .pt-logo {
    bottom: -22px; }
    .pt-header .header .pt-logo-wrapper .pt-logo img {
      width: 108px; } }
@media only screen and (max-width: 575px) {
  .pt-header .header .pt-logo-wrapper .pt-logo {
    bottom: -15px; }
    .pt-header .header .pt-logo-wrapper .pt-logo img {
      width: 80px; } }
@media only screen and (max-width: 486px) {
  .pt-header .header .pt-logo-wrapper .pt-logo {
    bottom: -17px; } }
@media only screen and (max-width: 450px) {
  .pt-header .header .pt-logo-wrapper .pt-logo {
    bottom: -12px; }
    .pt-header .header .pt-logo-wrapper .pt-logo img {
      width: 60px; } }

.pt-mobile-menu {
  display: none;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
  background-color: #000000; }
  .pt-mobile-menu .pt-mobile-menu-btn {
    padding: 0;
    border-radius: 3px;
    order: 3;
    margin-left: auto; }
    .pt-mobile-menu .pt-mobile-menu-btn .navbar-toggler-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid rgba(209, 209, 209, 0.6);
      transition: all 0.3s;
      background: #ffffff; }
      .pt-mobile-menu .pt-mobile-menu-btn .navbar-toggler-icon img {
        padding: 0 2px; }
    .pt-mobile-menu .pt-mobile-menu-btn:focus {
      outline: transparent; }
  @media only screen and (max-width: 1180px) {
    .pt-mobile-menu {
      display: flex;
      padding: 5px 8px;
      justify-content: start; }
      .pt-mobile-menu .pt-highlight-logo {
        display: block;
        order: 2;
        margin-left: 10px; }
      .pt-mobile-menu .pt-book-btn {
        order: 1; }
        .pt-mobile-menu .pt-book-btn a {
          display: inline-block;
          font-weight: 400;
          text-align: center;
          white-space: nowrap;
          vertical-align: middle;
          user-select: none;
          background: #79b044;
          background: #990500;
          color: #ffffff;
          border: none;
          padding: 5px 12px;
          font-size: 1rem;
          line-height: 1.5;
          border-radius: .25rem;
          transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; }
          .pt-mobile-menu .pt-book-btn a:hover {
            background: #990500;
            text-decoration: inherit;
            opacity: 0.8; } }
  @media only screen and (max-width: 769px) {
    .pt-mobile-menu {
      padding: 5px 8px; } }

.pt-highlight-logo .img-block a img {
  border-radius: 4px;
  width: 200px; }
@media only screen and (max-width: 1180px) {
  .pt-highlight-logo {
    display: none; } }
@media only screen and (max-width: 580px) {
  .pt-highlight-logo .img-block a img {
    width: 180px; } }

.pt-blink {
  color: red;
  animation: blinkMe 2s linear infinite; }

@keyframes blinkMe {
  0% {
    opacity: 1; }
  25% {
    opacity: 0.25; }
  50% {
    opacity: 0.5; }
  70% {
    opacity: 0.75; }
  100% {
    opacity: 0.85; } }
.home .swp-hidden-panel-wrap,
.page-template-page-video .swp-hidden-panel-wrap,
.page-template-page-gallery .swp-hidden-panel-wrap,
.page-template .swp-hidden-panel-wrap {
  display: none; }

.pt-breadcurm {
  padding: 20px 0 10px 0; }
  .pt-breadcurm h1 {
    margin-bottom: 0; }

.pt-content-block {
  padding-bottom: 40px !important; }
  .pt-content-block .crellyslider {
    margin-bottom: 10px; }

.pt-banner-top .container-fluid {
  background: #990500; }
  .pt-banner-top .container-fluid .row > div {
    padding-left: 0px;
    padding-right: 0px; }
.pt-banner-top .left {
  position: absolute;
  top: -36px;
  left: 0; }
  .pt-banner-top .left a {
    display: flex; }
    .pt-banner-top .left a img {
      max-height: 200px;
      max-height: 130px; }
      .pt-banner-top .left a img:last-child {
        max-height: 52px;
        margin-top: 52px; }
  .pt-banner-top .left.right {
    top: inherit;
    right: 0;
    text-align: right; }
    .pt-banner-top .left.right a {
      align-items: center; }
      .pt-banner-top .left.right a img {
        padding: 5px 0; }
        .pt-banner-top .left.right a img:first-child {
          max-height: 65px; }
        .pt-banner-top .left.right a img:last-child {
          max-height: 90px;
          margin-left: auto;
          margin-top: 0px; }
.pt-banner-top .middle {
  text-align: center;
  margin-left: 30px; }
  .pt-banner-top .middle .image-block a {
    position: relative;
    overflow: hidden !important; }
    .pt-banner-top .middle .image-block a:after {
      background: rgba(255, 255, 255, 0.3);
      bottom: 0;
      content: "";
      left: 50%;
      position: absolute;
      right: 51%;
      top: 0;
      opacity: 1;
      pointer-events: none;
      transition: all 400ms linear; }
    .pt-banner-top .middle .image-block a img {
      background: #ffffff;
      width: 83%;
      /* Ensures the image takes the full width of its container */
      width: 70%;
      height: 80%;
      /* Ensures the image takes the full height of its container */
      object-fit: cover;
      /* Resizes the image to cover the entire container, cropping if necessary */
      object-position: center;
      padding: 0 20px;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.65);
      transition: all 300ms ease; }
    .pt-banner-top .middle .image-block a:hover {
      opacity: 0.85; }
      .pt-banner-top .middle .image-block a:hover:after {
        left: 0;
        right: 0;
        opacity: 0; }
@media (min-width: 1300px) and (max-width: 1500px) {
  .pt-banner-top .left a img {
    max-height: 110px; }
    .pt-banner-top .left a img:last-child {
      max-height: 42px;
      margin-top: 54px; }
  .pt-banner-top .left.right {
    top: inherit; }
    .pt-banner-top .left.right a img {
      padding: 5px 0; }
      .pt-banner-top .left.right a img:first-child {
        max-height: 55px; }
      .pt-banner-top .left.right a img:last-child {
        max-height: 70px; }
  .pt-banner-top .middle {
    margin-left: 10px; } }
@media (min-width: 1181px) and (max-width: 1301px) {
  .pt-banner-top .left a img {
    max-height: 100px; }
    .pt-banner-top .left a img:last-child {
      max-height: 42px;
      margin-top: 50px; }
  .pt-banner-top .left.right {
    top: inherit; }
    .pt-banner-top .left.right a img {
      padding: 5px 0; }
      .pt-banner-top .left.right a img:first-child {
        max-height: 50px; }
      .pt-banner-top .left.right a img:last-child {
        max-height: 70px; } }
@media only screen and (max-width: 1180px) {
  .pt-banner-top .left {
    position: relative;
    top: 0px; }
    .pt-banner-top .left a {
      align-items: center; }
      .pt-banner-top .left a img {
        max-height: 75px; }
        .pt-banner-top .left a img:last-child {
          max-height: 35px;
          margin-top: 0px;
          margin-left: 20px; }
    .pt-banner-top .left.right {
      top: inherit; }
      .pt-banner-top .left.right a img:first-child {
        max-height: 45px; }
      .pt-banner-top .left.right a img:last-child {
        max-height: 75px;
        margin-left: auto;
        margin-top: 0px; }
  .pt-banner-top .middle {
    margin-left: 0; }
    .pt-banner-top .middle img {
      width: 80%; } }
@media only screen and (max-width: 1050px) {
  .pt-banner-top .left a img {
    max-height: 60px; }
    .pt-banner-top .left a img:last-child {
      max-height: 30px;
      margin-left: 10px; }
  .pt-banner-top .left.right a img:first-child {
    max-height: 40px; }
  .pt-banner-top .left.right a img:last-child {
    max-height: 60px; }
  .pt-banner-top .middle img {
    width: 80%; } }
@media only screen and (max-width: 900px) {
  .pt-banner-top .left a img {
    max-height: 50px; }
    .pt-banner-top .left a img:last-child {
      max-height: 25px;
      margin-left: 10px; }
  .pt-banner-top .left.right a img:first-child {
    max-height: 35px; }
  .pt-banner-top .left.right a img:last-child {
    max-height: 50px; } }
@media only screen and (max-width: 769px) {
  .pt-banner-top .left a img {
    max-height: 50px; }
    .pt-banner-top .left a img:last-child {
      max-height: 18px;
      margin-left: 0px; }
  .pt-banner-top .left.right a img:first-child {
    max-height: 28px; }
  .pt-banner-top .left.right a img:last-child {
    max-height: 50px; } }
@media only screen and (max-width: 760px) {
  .pt-banner-top .left a img {
    max-height: 45px; }
  .pt-banner-top .left.right a {
    justify-content: end; }
    .pt-banner-top .left.right a img:last-child {
      margin-left: inherit;
      max-height: 45px; }
  .pt-banner-top .middle .image-block a img {
    width: 100%; } }
@media only screen and (max-width: 577px) {
  .pt-banner-top .container-fluid .row .col-sm-3 {
    max-width: 100%;
    flex: 0 0 50%;
    order: 2; }
  .pt-banner-top .container-fluid .row .col-sm-6 {
    order: 1;
    max-width: 100%;
    flex: 0 0 100%; }
  .pt-banner-top .left a {
    justify-content: start; }
    .pt-banner-top .left a img {
      max-height: 60px; }
      .pt-banner-top .left a img:last-child {
        max-height: 30px; }
  .pt-banner-top .left.right a {
    justify-content: end; }
    .pt-banner-top .left.right a img:first-child {
      max-height: 40px; }
    .pt-banner-top .left.right a img:last-child {
      max-height: 60px; }
  .pt-banner-top .middle {
    padding: 0 9px 5px 9px; }
    .pt-banner-top .middle a img {
      padding: 0 10px; } }
@media only screen and (max-width: 446px) {
  .pt-banner-top .left a {
    justify-content: start; }
    .pt-banner-top .left a img {
      max-height: 50px; }
      .pt-banner-top .left a img:last-child {
        max-height: 25px; }
  .pt-banner-top .left.right a {
    justify-content: end; }
    .pt-banner-top .left.right a img:first-child {
      max-height: 35px; }
    .pt-banner-top .left.right a img:last-child {
      max-height: 50px; } }

.pt-banner-section .pt-banner-block {
  max-width: calc(100% - 24%);
  flex: calc(100% - 24%);
  background: #990500; }
.pt-banner-section .logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #990500; }
  .pt-banner-section .logo-wrapper span {
    color: #ffffff;
    margin-bottom: 8px;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.95);
    text-align: center;
    line-height: 1; }
  .pt-banner-section .logo-wrapper.pt-left-bar, .pt-banner-section .logo-wrapper.pt-right-bar {
    max-width: 12%; }
    .pt-banner-section .logo-wrapper.pt-left-bar .pt-logo-block .pt-logo, .pt-banner-section .logo-wrapper.pt-right-bar .pt-logo-block .pt-logo {
      position: relative;
      overflow: hidden !important;
      border-radius: 50%;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.65); }
      .pt-banner-section .logo-wrapper.pt-left-bar .pt-logo-block .pt-logo:after, .pt-banner-section .logo-wrapper.pt-right-bar .pt-logo-block .pt-logo:after {
        background: rgba(255, 255, 255, 0.3);
        bottom: 0;
        content: "";
        left: 50%;
        position: absolute;
        right: 51%;
        top: 0;
        opacity: 1;
        pointer-events: none;
        -webkit-transition: all 400ms linear;
        transition: all 400ms linear; }
      .pt-banner-section .logo-wrapper.pt-left-bar .pt-logo-block .pt-logo:not(:last-child), .pt-banner-section .logo-wrapper.pt-right-bar .pt-logo-block .pt-logo:not(:last-child) {
        margin-bottom: 10px; }
      .pt-banner-section .logo-wrapper.pt-left-bar .pt-logo-block .pt-logo img, .pt-banner-section .logo-wrapper.pt-right-bar .pt-logo-block .pt-logo img {
        width: 120px;
        border-radius: 50%;
        transition: all 300ms ease; }
      .pt-banner-section .logo-wrapper.pt-left-bar .pt-logo-block .pt-logo:hover:after, .pt-banner-section .logo-wrapper.pt-right-bar .pt-logo-block .pt-logo:hover:after {
        left: 0;
        right: 0;
        opacity: 0; }
      .pt-banner-section .logo-wrapper.pt-left-bar .pt-logo-block .pt-logo:hover img, .pt-banner-section .logo-wrapper.pt-right-bar .pt-logo-block .pt-logo:hover img {
        transform: scale(1.1); }
.pt-banner-section .pt-mobile-logo {
  display: none; }
@media only screen and (max-width: 1023px) {
  .pt-banner-section .row .pt-banner-block {
    max-width: calc(100% - 26%);
    flex: calc(100% - 26%); }
  .pt-banner-section .row .logo-wrapper span {
    font-size: 12px;
    margin-bottom: 5px; }
  .pt-banner-section .row .logo-wrapper.pt-left-bar, .pt-banner-section .row .logo-wrapper.pt-right-bar {
    max-width: 13%; }
    .pt-banner-section .row .logo-wrapper.pt-left-bar .pt-logo-block .pt-logo img, .pt-banner-section .row .logo-wrapper.pt-right-bar .pt-logo-block .pt-logo img {
      width: 80px; }
    .pt-banner-section .row .logo-wrapper.pt-left-bar .pt-logo-block .pt-logo:not(:last-child), .pt-banner-section .row .logo-wrapper.pt-right-bar .pt-logo-block .pt-logo:not(:last-child) {
      margin-bottom: 8px; }
  .pt-banner-section .pt-mobile-logo {
    display: block; }
    .pt-banner-section .pt-mobile-logo .pt-logo-block {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      margin: 10px 0; }
      .pt-banner-section .pt-mobile-logo .pt-logo-block .row {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: inherit; }
        .pt-banner-section .pt-mobile-logo .pt-logo-block .row .col-lg-6,
        .pt-banner-section .pt-mobile-logo .pt-logo-block .row .col-sm-12 {
          display: flex;
          align-items: center;
          justify-content: center; }
        .pt-banner-section .pt-mobile-logo .pt-logo-block .row .pt-left,
        .pt-banner-section .pt-mobile-logo .pt-logo-block .row .pt-right {
          display: flex; }
      .pt-banner-section .pt-mobile-logo .pt-logo-block .pt-logo {
        position: relative;
        overflow: hidden !important;
        border-radius: 50%;
        margin: 8px;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.65); }
        .pt-banner-section .pt-mobile-logo .pt-logo-block .pt-logo img {
          width: 100px;
          border-radius: 50%;
          transition: all 300ms ease; }
        .pt-banner-section .pt-mobile-logo .pt-logo-block .pt-logo:after {
          background: rgba(255, 255, 255, 0.3);
          bottom: 0;
          content: "";
          left: 50%;
          position: absolute;
          right: 51%;
          top: 0;
          opacity: 1;
          pointer-events: none;
          -webkit-transition: all 400ms linear;
          transition: all 400ms linear; }
        .pt-banner-section .pt-mobile-logo .pt-logo-block .pt-logo:hover:after {
          left: 0;
          right: 0;
          opacity: 0; }
        .pt-banner-section .pt-mobile-logo .pt-logo-block .pt-logo:hover img {
          transform: scale(1.1); }
    .pt-banner-section .pt-mobile-logo.pt-slider-overlap {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100%; }
      .pt-banner-section .pt-mobile-logo.pt-slider-overlap .row {
        width: 100%; }
        .pt-banner-section .pt-mobile-logo.pt-slider-overlap .row .col-sm-12:first-child {
          align-items: start;
          justify-content: start; }
        .pt-banner-section .pt-mobile-logo.pt-slider-overlap .row .col-sm-12:last-child {
          align-items: end;
          justify-content: end; }
      .pt-banner-section .pt-mobile-logo.pt-slider-overlap .pt-left {
        flex-direction: column; }
      .pt-banner-section .pt-mobile-logo.pt-slider-overlap .pt-right {
        flex-direction: column;
        align-items: end; } }
@media only screen and (max-width: 785px) {
  .pt-banner-section .row .logo-wrapper span {
    display: none; } }
@media only screen and (max-width: 735px) {
  .pt-banner-section .row .pt-banner-block {
    max-width: calc(100% - 32%);
    flex: calc(100% - 32%); }
  .pt-banner-section .row .logo-wrapper span {
    display: none; }
  .pt-banner-section .row .logo-wrapper.pt-left-bar, .pt-banner-section .row .logo-wrapper.pt-right-bar {
    max-width: 16%;
    padding: 5px 8px; }
    .pt-banner-section .row .logo-wrapper.pt-left-bar .pt-logo-block .pt-logo img, .pt-banner-section .row .logo-wrapper.pt-right-bar .pt-logo-block .pt-logo img {
      width: 90px; }
    .pt-banner-section .row .logo-wrapper.pt-left-bar .pt-logo-block .pt-logo:last-child, .pt-banner-section .row .logo-wrapper.pt-right-bar .pt-logo-block .pt-logo:last-child {
      display: none;
      display: block; } }

.pt-main-banner-text {
  display: none; }
  .pt-main-banner-text h3 {
    font-family: "Brushstroke Plain Plain";
    font-size: 30px;
    font-weight: normal;
    color: #ffdd00;
    margin: 0px;
    text-align: center; }
  @media only screen and (max-width: 735px) {
    .pt-main-banner-text {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 55px; }
      .pt-main-banner-text h3 {
        font-size: 18px; } }
  @media only screen and (max-width: 560px) {
    .pt-main-banner-text {
      height: 45px; }
      .pt-main-banner-text h3 {
        font-size: 16px; } }
  @media only screen and (max-width: 425px) {
    .pt-main-banner-text {
      height: 40px; }
      .pt-main-banner-text h3 {
        font-size: 16px;
        margin-top: 5px; } }

.pt-bottom-section .container-fluid {
  padding-right: 30px;
  padding-left: 20px; }
@media only screen and (max-width: 789px) {
  .pt-bottom-section .pt-team-block .center.pt-team a img {
    width: 150px; } }
@media only screen and (max-width: 768px) {
  .pt-bottom-section .pt-team-block .center.pt-team {
    text-align: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-grow: 1;
    justify-content: center; }
    .pt-bottom-section .pt-team-block .center.pt-team a {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      color: #ffdd00;
      margin-bottom: 30px;
      width: 200px;
      border-radius: 6px; }
      .pt-bottom-section .pt-team-block .center.pt-team a:not(:last-child) {
        margin-right: 30px; }
      .pt-bottom-section .pt-team-block .center.pt-team a img {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.65);
        border-radius: 50%;
        margin: 5px 0 0 0; }
      .pt-bottom-section .pt-team-block .center.pt-team a br,
      .pt-bottom-section .pt-team-block .center.pt-team a hr {
        display: none; }
      .pt-bottom-section .pt-team-block .center.pt-team a:nth-child(even) {
        margin-right: 0px; }
      .pt-bottom-section .pt-team-block .center.pt-team a:hover {
        text-decoration: inherit;
        color: #ffffff; }
  .pt-bottom-section .pt-carousel-block .wcp-carousel-main-wrap .slick-slider {
    padding: 20px 0; } }
@media only screen and (max-width: 575px) {
  .pt-bottom-section .pt-team-block .col {
    padding-left: 0;
    padding-right: 0; }
  .pt-bottom-section .pt-team-block .center.pt-team {
    align-items: self-start;
    padding: 0 !important; }
    .pt-bottom-section .pt-team-block .center.pt-team a {
      width: 150px;
      width: 100%;
      flex-basis: 50%;
      margin-bottom: 10px; }
      .pt-bottom-section .pt-team-block .center.pt-team a img {
        width: 120px;
        height: 120px;
        line-height: 120px; }
      .pt-bottom-section .pt-team-block .center.pt-team a:not(:last-child) {
        margin-right: 0px; }
      .pt-bottom-section .pt-team-block .center.pt-team a:last-child {
        margin-bottom: 0; }
      .pt-bottom-section .pt-team-block .center.pt-team a:nth-child(even) {
        margin-right: 0px; } }

.pt-blog-page {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0;
  /* no bottom gap */
  column-gap: 20px; }
  .pt-blog-page article {
    flex: 0 0 48%;
    margin-bottom: 30px; }
    .pt-blog-page article .entry-header {
      padding-top: 15px;
      padding-bottom: 0; }
      .pt-blog-page article .entry-header .entry-title {
        font-size: 20px;
        margin: 0 0 10px;
        border-bottom: solid 0px #ddd; }
        .pt-blog-page article .entry-header .entry-title a {
          color: #c20600;
          line-height: 1.3; }
          .pt-blog-page article .entry-header .entry-title a:hover {
            color: #d6ba00; }
      .pt-blog-page article .entry-header .post-details {
        margin-bottom: 5px; }
    .pt-blog-page article .post-image {
      position: relative; }
    .pt-blog-page article .pt-date-block {
      position: absolute;
      top: 15px;
      right: 15px;
      background: #28a745;
      color: #ffffff;
      padding: 3px 8px;
      border-radius: 6px; }
    .pt-blog-page article .post-excerpt {
      padding-top: 0;
      padding-bottom: 0; }
      .pt-blog-page article .post-excerpt .swp_social_panel {
        display: none; }
      .pt-blog-page article .post-excerpt .moretag {
        position: relative;
        display: block;
        text-transform: capitalize;
        margin-top: 5px;
        color: #990500;
        width: 150px; }
        .pt-blog-page article .post-excerpt .moretag:before {
          content: "";
          width: calc(100% - 0px);
          height: 1px;
          position: absolute;
          left: 0px;
          bottom: 0px;
          background: #990500;
          transition: 0.6s transform ease;
          transform: scale3d(0, 1, 1);
          transform-origin: 0 50%; }
        .pt-blog-page article .post-excerpt .moretag:after {
          content: "";
          width: calc(100% - 0px);
          height: 1px;
          position: absolute;
          left: 0px;
          bottom: 0px;
          background: rgba(153, 5, 0, 0.45);
          transition: 0.6s transform ease;
          transform: scale3d(1, 1, 1);
          transform-origin: 0 50%; }
        .pt-blog-page article .post-excerpt .moretag:hover:before {
          transform: scale3d(1, 1, 1); }
  @media only screen and (max-width: 500px) {
    .pt-blog-page article {
      flex: 0 0 100%; } }

.post header h3 {
  border-bottom: solid 0px #ddd; }

.pt-slider-mid {
  margin: 5px 0; }
  .pt-slider-mid .crellyslider .cs-slides li a:hover {
    background: rgba(0, 0, 0, 0.2);
    opacity: 1 !important; }

.crellyslider .cs-controls {
  transform: translateY(-50%); }
  .crellyslider .cs-controls .cs-next {
    background: #ffffff url(../img/icon-next.svg) center center no-repeat;
    right: 15px;
    transition: all 0.3s; }
    .crellyslider .cs-controls .cs-next:hover {
      background-color: rgba(255, 255, 255, 0.8); }
  .crellyslider .cs-controls .cs-previous {
    background: #ffffff url(../img/icon-prev.svg) center center no-repeat;
    left: 15px;
    transition: all 0.3s; }
    .crellyslider .cs-controls .cs-previous:hover {
      background-color: rgba(255, 255, 255, 0.8); }

.pt-events-slider .crellyslider-slider .crellyslider .cs-slides li > div span {
  background: rgba(0, 0, 0, 0.6) !important;
  font-size: 14px !important;
  line-height: 26px !important;
  color: #f7f7f7 !important;
  padding: 6px 12px !important;
  border-radius: 4px;
  position: relative;
  top: -15px !important; }
  .pt-events-slider .crellyslider-slider .crellyslider .cs-slides li > div span span {
    background: transparent !important;
    color: inherit !important;
    padding: 0px !important;
    top: 0px !important; }

.wcp-carousel-main-wrap .wcp-slick button {
  width: 28px;
  height: 28px;
  line-height: 28px;
  cursor: pointer;
  background-color: #ffffff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16), 0 3px 10px rgba(0, 0, 0, 0.23);
  background: #ffffff url(../img/icon-prev.svg) center center no-repeat;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s; }
  .wcp-carousel-main-wrap .wcp-slick button.slick-prev {
    left: -20px; }
  .wcp-carousel-main-wrap .wcp-slick button.slick-next {
    background: #ffffff url(../img/icon-next.svg) center center no-repeat; }
  .wcp-carousel-main-wrap .wcp-slick button:before {
    content: "" !important; }
  .wcp-carousel-main-wrap .wcp-slick button:hover {
    background-color: rgba(255, 255, 255, 0.8); }

.pt-affiliation-block .affiliations {
  margin: 15px 0 20px 0; }
  .pt-affiliation-block .affiliations h2.center {
    margin: 0 0 10px 0;
    text-transform: capitalize; }
  .pt-affiliation-block .affiliations .pt-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0px 20px 0;
    background: #ffffff;
    width: 150px;
    height: 150px;
    padding: 10px 15px;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.65);
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
    position: relative;
    overflow: hidden !important; }
    .pt-affiliation-block .affiliations .pt-logo a {
      padding: 0; }
    .pt-affiliation-block .affiliations .pt-logo img {
      transition: all 300ms ease; }
    .pt-affiliation-block .affiliations .pt-logo:after {
      background: rgba(255, 255, 255, 0.3);
      bottom: 0;
      content: "";
      left: 50%;
      position: absolute;
      right: 51%;
      top: 0;
      opacity: 1;
      pointer-events: none;
      -webkit-transition: all 400ms linear;
      transition: all 400ms linear; }
    .pt-affiliation-block .affiliations .pt-logo:hover img {
      transform: scale(1.1); }
    .pt-affiliation-block .affiliations .pt-logo:hover:after {
      left: 0;
      right: 0;
      opacity: 0; }

.pt-bottom-partner-section .pt-affiliation-block {
  border-top: 2px solid #ffdd00; }

.pt-video-section .pt-team-block .pt-video-block {
  margin-bottom: 30px; }
  .pt-video-section .pt-team-block .pt-video-block .title-block {
    padding: 8px 14px;
    background: rgba(0, 0, 0, 0.6); }
    .pt-video-section .pt-team-block .pt-video-block .title-block h4 {
      color: #ffffff;
      margin: 0;
      display: flex;
      align-items: center;
      min-height: 44px; }

.post-image img {
  width: 100%; }

.pt-contact-team-section {
  padding: 50px 0; }
  .pt-contact-team-section .pt-team-block .col-lg-2:not(:last-child) {
    margin-bottom: 15px; }
  .pt-contact-team-section .pt-team-block .pt-team a img {
    display: block;
    margin: 0 auto 5px auto;
    border-radius: 50%;
    border: 4px solid #FFF;
    max-width: 120px;
    height: 120px;
    width: 100%; }
  .pt-contact-team-section .pt-team-block .pt-team a h4 {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    line-height: 1;
    margin-bottom: 5px; }
  .pt-contact-team-section .pt-team-block .pt-team a span {
    font-weight: 600; }
  .pt-contact-team-section .pt-team-block .pt-team a:hover img {
    opacity: 0.65; }

.pt-contact-form-section .main-content h4 {
  margin-bottom: 10px; }
.pt-contact-form-section .main-content .pt-team-block .center {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%; }
  .pt-contact-form-section .main-content .pt-team-block .center .pt-team {
    text-align: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-grow: 1;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    background: #990500;
    margin-bottom: 15px; }
    .pt-contact-form-section .main-content .pt-team-block .center .pt-team a {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      color: #ffdd00;
      width: 200px;
      padding: 2px 15px;
      border-radius: 6px; }
      .pt-contact-form-section .main-content .pt-team-block .center .pt-team a:not(:last-child) {
        margin-right: 30px; }
      .pt-contact-form-section .main-content .pt-team-block .center .pt-team a img {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.65);
        margin: 5px 0 0 0;
        display: block;
        margin: 0 auto 5px auto;
        border-radius: 50%;
        border: 4px solid #FFF;
        max-width: 120px;
        height: 120px;
        width: 100%; }
      .pt-contact-form-section .main-content .pt-team-block .center .pt-team a:hover img {
        opacity: 0.65; }
.pt-contact-form-section form {
  margin-bottom: 30px; }
  .pt-contact-form-section form textarea {
    height: 200px; }

.pt-footer {
  padding: 80px 0 0 0; }
  .pt-footer .pt-footer-new .row > div {
    padding-bottom: 40px; }
  .pt-footer .pt-footer-new .title-block h5 {
    color: white;
    font-weight: 500; }
  .pt-footer .pt-footer-new .title-block:after {
    content: "";
    display: block;
    height: 1px;
    width: 50px;
    background: white;
    margin: 12px 0 20px 0; }
  .pt-footer .pt-footer-new .content-block p,
  .pt-footer .pt-footer-new .textwidget p {
    text-align: justify;
    color: #737373; }
  .pt-footer .pt-footer-new ul {
    padding-left: 0;
    margin-bottom: 0; }
    .pt-footer .pt-footer-new ul li {
      list-style: none;
      transition: all 0.3s ease; }
      .pt-footer .pt-footer-new ul li a {
        position: relative;
        display: inline-block;
        font-weight: 500;
        padding-left: 16px;
        line-height: 25px;
        color: #737373;
        transition: all 0.3s ease; }
        .pt-footer .pt-footer-new ul li a:before {
          position: absolute;
          left: 0;
          top: 0px;
          font-size: 12px;
          color: #737373;
          content: "\f054";
          font-weight: 700;
          font-family: "Font Awesome 5 Free"; }
        .pt-footer .pt-footer-new ul li a:after {
          content: "";
          width: calc(100% - 20px);
          height: 1px;
          position: absolute;
          left: 18px;
          bottom: 2px;
          background: #990500;
          transition: 0.6s transform ease;
          transform: scale3d(0, 1, 1);
          transform-origin: 0 50%; }
        .pt-footer .pt-footer-new ul li a:hover {
          color: #990500; }
          .pt-footer .pt-footer-new ul li a:hover:before {
            color: #990500; }
          .pt-footer .pt-footer-new ul li a:hover:after {
            transform: scale3d(1, 1, 1); }
      .pt-footer .pt-footer-new ul li:not(:last-child) a {
        margin-bottom: 5px; }
      .pt-footer .pt-footer-new ul li.pt-newsViews a {
        color: #990500; }
        .pt-footer .pt-footer-new ul li.pt-newsViews a span {
          color: #28a745; }
  .pt-footer .pt-footer-new ul.menu {
    padding-left: 0; }
    .pt-footer .pt-footer-new ul.menu li.menu-item {
      padding: 0; }
    .pt-footer .pt-footer-new ul.menu li ul {
      display: none; }
  .pt-footer .pt-footer-new .pt-social-media {
    margin-top: 20px; }
    .pt-footer .pt-footer-new .pt-social-media h6 {
      margin-bottom: 8px;
      color: #ffffff; }
    .pt-footer .pt-footer-new .pt-social-media .pt-block {
      display: flex;
      align-items: center; }
      .pt-footer .pt-footer-new .pt-social-media .pt-block a {
        margin-bottom: 0;
        width: 40px;
        height: 40px;
        background: #2a3037;
        color: #ffffff;
        color: #737373;
        line-height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: all 300ms ease; }
        .pt-footer .pt-footer-new .pt-social-media .pt-block a i {
          font-size: 18px; }
        .pt-footer .pt-footer-new .pt-social-media .pt-block a:not(:last-child) {
          margin-right: 10px; }
        .pt-footer .pt-footer-new .pt-social-media .pt-block a:hover {
          background: #404954;
          color: #ffffff; }
  .pt-footer .pt-footer-new .pt-contact-info .pt-block {
    display: flex;
    align-items: center;
    line-height: 22px; }
    .pt-footer .pt-footer-new .pt-contact-info .pt-block i {
      margin-bottom: 0;
      margin-right: 15px;
      width: 40px;
      height: 40px;
      background: #2a3037;
      font-size: 18px;
      color: #737373;
      line-height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      transition: all 300ms ease; }
    .pt-footer .pt-footer-new .pt-contact-info .pt-block .pt-label {
      display: flex;
      flex-direction: column;
      width: calc(100% - 55px); }
      .pt-footer .pt-footer-new .pt-contact-info .pt-block .pt-label span {
        font-weight: 600;
        color: #737373;
        margin-bottom: 5px; }
      .pt-footer .pt-footer-new .pt-contact-info .pt-block .pt-label .phone {
        color: #737373; }
      .pt-footer .pt-footer-new .pt-contact-info .pt-block .pt-label a {
        margin-bottom: 0;
        color: #737373;
        color: #ffffff;
        color: #a6a6a6;
        line-height: 22px;
        transition: all 0.3s ease; }
        .pt-footer .pt-footer-new .pt-contact-info .pt-block .pt-label a:hover {
          color: #990500; }
    .pt-footer .pt-footer-new .pt-contact-info .pt-block:not(:last-child) {
      margin-bottom: 10px; }
  .pt-footer hr {
    margin: 0; }
  .pt-footer .pt-bottom-block {
    padding: 8px 0; }
    .pt-footer .pt-bottom-block > div {
      text-align: center; }
      .pt-footer .pt-bottom-block > div span a {
        font-size: 15px; }
  @media only screen and (max-width: 991px) {
    .pt-footer .container {
      max-width: 100%; }
    .pt-footer .pt-footer-new .row > div {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media only screen and (max-width: 768px) {
    .pt-footer .pt-bottom-block .col-sm-6 {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      width: 100% !important; }
      .pt-footer .pt-bottom-block .col-sm-6:nth-child(2) {
        justify-content: flex-end; } }
  @media only screen and (max-width: 680px) {
    .pt-footer .pt-footer-new .row > div {
      flex: 0 0 100%;
      max-width: 100%; }
    .pt-footer .pt-bottom-block .col-sm-6 {
      flex: 0 0 100%;
      max-width: 100%;
      justify-content: center; }
      .pt-footer .pt-bottom-block .col-sm-6:nth-child(2) {
        justify-content: center; } }

.pt-404 {
  max-width: 680px;
  margin: 50px auto;
  text-align: center;
  border: 1px solid #d1d1d1; }
  .pt-404 a {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s  ease-in-out, box-shadow .15s ease-in-out;
    background: #28a745;
    color: #ffffff; }
    .pt-404 a:hover {
      color: #ffdd00; }

.navigation.post-navigation .nav-links div a {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s  ease-in-out, box-shadow .15s ease-in-out;
  background: #28a745;
  color: #ffffff; }
  .navigation.post-navigation .nav-links div a:hover {
    color: #ffdd00; }
@media only screen and (max-width: 992px) {
  .navigation.post-navigation .nav-links div {
    width: 100%;
    margin-bottom: 10px;
    text-align: center; } }

.pt-booking-page form span input {
  margin: 0 0 15px 0; }
.pt-booking-page form span .wpcf7-not-valid {
  margin: 0 0 5px 0; }
.pt-booking-page form span .wpcf7-not-valid-tip {
  margin-bottom: 5px; }

.pt-gallery-section .pt-team-block .pt-gallery-block .image-block a {
  cursor: pointer; }
.pt-gallery-section .pt-team-block .pt-gallery-block .title-block {
  padding: 0px 14px; }

.pt-stupas-patan-section {
  padding: 50px 0;
  background: #ffffff; }
  .pt-stupas-patan-section .pt-section-title {
    color: #212529; }
    .pt-stupas-patan-section .pt-section-title h1 {
      margin-bottom: 10px;
      text-align: center; }
    .pt-stupas-patan-section .pt-section-title p {
      color: #212529;
      text-align: justify; }
      .pt-stupas-patan-section .pt-section-title p:last-child {
        margin-bottom: 0; }
  .pt-stupas-patan-section hr {
    border: 1px solid #ffdd00; }
  .pt-stupas-patan-section .pt-section-stupas {
    margin: 40px auto 40px auto; }
    .pt-stupas-patan-section .pt-section-stupas .pt-stupas-block .row {
      align-items: center;
      gap: 0;
      margin: 0px; }
      .pt-stupas-patan-section .pt-section-stupas .pt-stupas-block .row .col-sm-6 {
        padding: 0; }
        .pt-stupas-patan-section .pt-section-stupas .pt-stupas-block .row .col-sm-6:nth-child(odd) .pt-content-block {
          margin-right: 40px; }
        .pt-stupas-patan-section .pt-section-stupas .pt-stupas-block .row .col-sm-6:nth-child(even) .pt-content-block {
          margin-left: 40px; }
    .pt-stupas-patan-section .pt-section-stupas .pt-stupas-block .pt-content-block {
      color: #212529;
      margin-bottom: 0;
      padding-bottom: 0 !important; }
      .pt-stupas-patan-section .pt-section-stupas .pt-stupas-block .pt-content-block h3 {
        color: #990500;
        margin: 0 0 8px 0;
        font-size: 22px;
        line-height: 26px; }
        .pt-stupas-patan-section .pt-section-stupas .pt-stupas-block .pt-content-block h3:after {
          content: "";
          display: block;
          height: 2px;
          width: 50px;
          background: #990500;
          margin: 6px 0 12px 0; }
      .pt-stupas-patan-section .pt-section-stupas .pt-stupas-block .pt-content-block p {
        text-align: justify; }
        .pt-stupas-patan-section .pt-section-stupas .pt-stupas-block .pt-content-block p:last-child {
          margin-bottom: 0; }
    .pt-stupas-patan-section .pt-section-stupas .pt-stupas-block .pt-image-block img {
      box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.45); }
  @media only screen and (max-width: 768px) {
    .pt-stupas-patan-section {
      padding: 40px 0 20px 0; }
      .pt-stupas-patan-section .pt-section-title h1 {
        font-size: 26px; }
      .pt-stupas-patan-section .pt-section-stupas {
        margin: 20px auto 20px auto; }
        .pt-stupas-patan-section .pt-section-stupas .pt-stupas-block .row .col-sm-6 {
          flex: 0 0 100%;
          max-width: 100%; }
          .pt-stupas-patan-section .pt-section-stupas .pt-stupas-block .row .col-sm-6:nth-child(odd) .pt-content-block {
            margin-right: 0px; }
          .pt-stupas-patan-section .pt-section-stupas .pt-stupas-block .row .col-sm-6:nth-child(even) .pt-content-block {
            margin-left: 0px; }
          .pt-stupas-patan-section .pt-section-stupas .pt-stupas-block .row .col-sm-6 .pt-content-block {
            margin-bottom: 30px; }
          .pt-stupas-patan-section .pt-section-stupas .pt-stupas-block .row .col-sm-6 .pt-image-block {
            margin-bottom: 30px; }
        .pt-stupas-patan-section .pt-section-stupas .pt-stupas-block .row:nth-child(even) .col-sm-6:first-child {
          order: 1; } }

.pt-whatsapp {
  position: fixed;
  right: 34px;
  bottom: 46px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  border-radius: 3px;
  transition: .3s ease-in-out;
  background-color: #28a745; }
  .pt-whatsapp a {
    color: #ffffff; }
    .pt-whatsapp a i {
      font-size: 30px; }
    .pt-whatsapp a:hover {
      opacity: 0.75; }

#totop {
  font-weight: 900;
  color: #ffffff;
  display: none;
  position: fixed;
  right: 34px;
  bottom: 90px;
  z-index: 999;
  height: 0;
  width: 0;
  font-size: 0;
  text-align: center;
  padding-top: 3px;
  line-height: 34px;
  border-radius: 3px;
  transition: .3s ease-in-out; }
  #totop.top-visible {
    background-color: #28a745;
    animation: jump 4s infinite;
    height: 40px;
    width: 40px;
    font-size: 22px;
    display: inline; }
    #totop.top-visible:hover {
      opacity: 0.95; }

@media only screen and (max-width: 1180px) {
  .pt-header .navbar-expand-md .navbar-toggler {
    display: block; }
  .pt-header .navbar-expand-md .collapse:not(.show) {
    display: none !important; }
  .pt-header .navbar-expand-md .collapse .pt-menu {
    display: block;
    margin-bottom: 2px; }
  .pt-header .navbar-expand-md .navbar-collapse {
    display: block !important; } }
@media only screen and (max-width: 769px) {
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: inherit; } }
@media only screen and (max-width: 500px) {
  .pt-blog-row {
    padding-left: 15px;
    padding-right: 15px; } }
@media only screen and (max-width: 480px) {
  .pt-midbuttons .btn-success:not(:last-child) {
    margin-bottom: 10px; } }

/*# sourceMappingURL=custom.css.map */
