@font-face {
  font-family: 'Times New Roman Bold';
  src: url('../fonts/TimesNewRomanPS-BoldMT.eot');
  src: local('Times New Roman Bold'), local('TimesNewRomanPS-BoldMT'), url('../fonts/TimesNewRomanPS-BoldMT.eot?#iefix') format('embedded-opentype'), url('../fonts/TimesNewRomanPS-BoldMT.woff2') format('woff2'), url('../fonts/TimesNewRomanPS-BoldMT.woff') format('woff'), url('../fonts/TimesNewRomanPS-BoldMT.ttf') format('truetype'), url('../fonts/TimesNewRomanPS-BoldMT.svg#TimesNewRomanPS-BoldMT') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Times New Roman';
  src: url('../fonts/TimesNewRomanPSMT.eot');
  src: local('Times New Roman'), local('TimesNewRomanPSMT'), url('../fonts/TimesNewRomanPSMT.eot?#iefix') format('embedded-opentype'), url('../fonts/TimesNewRomanPSMT.woff2') format('woff2'), url('../fonts/TimesNewRomanPSMT.woff') format('woff'), url('../fonts/TimesNewRomanPSMT.ttf') format('truetype'), url('../fonts/TimesNewRomanPSMT.svg#TimesNewRomanPSMT') format('svg');
  font-weight: normal;
  font-style: normal;
}
html {
  min-height: 100%;
  position: relative;
}
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  font-family: 'Roboto', sans-serif;
}
p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.63;
  text-align: left;
  color: #333333;
  margin-bottom: 15px;
}
.flex {
  display: flex;
}
.marg {
  margin-left: 30px;
  margin-right: 30px;
}
@media (max-width: 991px) {
  .marg {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.col_adj {
  padding-left: 7px;
}
@media (max-width: 767px) {
  .col_adj {
    padding: 15px;
  }
}
.menu-opened {
  overflow-y: hidden;
  padding: 0;
  margin: 0;
}
.text-center {
  text-align: center;
}
.visible-sm {
  visibility: hidden;
}
@media (max-width: 991px) {
  .visible-sm {
    visibility: visible;
  }
}
.hidden-sm {
  visibility: visible;
}
@media (max-width: 991px) {
  .hidden-sm {
    visibility: hidden;
  }
}
/**** Header ****/
.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .navbar {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.header .navbar .navbar-header {
  margin-left: 0;
  margin-right: 0;
  position: relative;
}
.header .navbar .navbar-header .navbar-brand {
  height: auto;
  padding: 4px;
  background: rgba(255, 255, 255, 0.3);
  margin-left: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .navbar .navbar-header .navbar-brand .logo-outer {
  padding: 9px!important;
  background: #FFFFFF;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .navbar .navbar-header .navbar-brand .logo-outer .logo {
  max-width: 90px;
  height: auto;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 991px) {
  .header .navbar .navbar-header .navbar-brand .logo-outer {
    padding: 2px !important;
  }
  .header .navbar .navbar-header .navbar-brand .logo-outer .logo {
    max-width: 70px !important;
    padding: 5px;
  }
}
@media (max-width: 767px) {
  .header .navbar .navbar-header .navbar-brand .logo-outer {
    max-width: 50px !important;
  }
}
@media (max-width: 991px) {
  .header .navbar .navbar-header .navbar-brand {
    padding: 5px;
  }
}
.header .navbar .navbar-header .navbar-toggle {
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.header .navbar .navbar-header .navbar-toggle:hover,
.header .navbar .navbar-header .navbar-toggle:focus {
  background-color: transparent;
}
.header .navbar .navbar-header .navbar-toggle .icon-bar {
  width: 30px;
  border-radius: 0;
  background-color: #FFF;
}
.header .navbar .navbar-header .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}
@media (max-width: 991px) {
  .header .navbar .navbar-header .navbar-toggle {
    display: block;
  }
}
@media (max-width: 991px) {
  .header .navbar .navbar-header {
    float: none;
  }
}
.header .navbar .header-menu-cont {
  padding: 0;
  border-top: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
@media (min-width: 992px) {
  .header .navbar .header-menu-cont.desk {
    display: none!important;
  }
}
.header .navbar .header-menu-cont .navbar-nav {
  float: right;
  margin: 0;
  position: relative;
}
.header .navbar .header-menu-cont .navbar-nav:after {
  content: "";
  display: block;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
  width: 120%;
  position: absolute;
  right: 0;
  bottom: :0px;
}
@media (max-width: 991px) {
  .header .navbar .header-menu-cont .navbar-nav:after {
    position: initial;
    height: 0;
    background: transparent;
  }
}
.header .navbar .header-menu-cont .navbar-nav > li > a {
  border-bottom: 3px solid transparent;
}
.header .navbar .header-menu-cont .navbar-nav li {
  list-style: none;
  padding: 0 15px;
  position: relative;
}
.header .navbar .header-menu-cont .navbar-nav li a {
  padding: 27.5px 5px;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  letter-spacing: 0.1px;
  text-align: left;
  color: #FFF;
  text-transform: uppercase;
  word-break: break-word;
  line-height: normal;
}
@media (max-width: 1200px) {
  .header .navbar .header-menu-cont .navbar-nav li a {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .header .navbar .header-menu-cont .navbar-nav li a {
    padding: 15px;
    padding-left: 0;
    display: inline-block;
    color: #000;
  }
}
.header .navbar .header-menu-cont .navbar-nav li:first-child {
  margin-left: 0;
}
.header .navbar .header-menu-cont .navbar-nav li .sub-menu {
  margin: 0;
  position: absolute;
  top: 100%;
  z-index: 99;
  min-width: 150px;
  display: none;
  padding: 10px 0;
  background: #FFF;
}
.header .navbar .header-menu-cont .navbar-nav li .sub-menu li {
  padding: 0;
}
.header .navbar .header-menu-cont .navbar-nav li .sub-menu li a {
  display: block;
  text-align: left;
  padding: 12px 15px;
  color: #000;
}
.header .navbar .header-menu-cont .navbar-nav li .sub-menu li a:hover,
.header .navbar .header-menu-cont .navbar-nav li .sub-menu li a:focus {
  text-decoration: none;
}
@media (max-width: 991px) {
  .header .navbar .header-menu-cont .navbar-nav li .sub-menu li a {
    color: #000;
  }
}
@media (max-width: 991px) {
  .header .navbar .header-menu-cont .navbar-nav li .sub-menu {
    position: static;
    min-width: 100%;
    padding-left: 20px;
    background-color: transparent;
  }
}
.header .navbar .header-menu-cont .navbar-nav li:hover .sub-menu,
.header .navbar .header-menu-cont .navbar-nav li:focus .sub-menu {
  display: block;
}
.header .navbar .header-menu-cont .navbar-nav li.current-menu-item a {
  border-bottom-color: #47d5f1;
  font-weight: 500;
}
.header .navbar .header-menu-cont .navbar-nav li.nav-button {
  padding-top: 19px !important;
  padding-bottom: 19px !important;
  padding-right: 3px;
}
.header .navbar .header-menu-cont .navbar-nav li.nav-button a {
  padding: 9px 0;
  margin: 0;
  border-bottom: 0;
  min-width: 150px;
  font-family: Roboto;
  font-size: 14px;
  letter-spacing: 0.2px;
  text-align: center;
  color: #ffffff;
  position: relative;
  background: #16bccf;
}
.header .navbar .header-menu-cont .navbar-nav li.nav-button a:after {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #16bccf;
  left: -3px;
  right: -3px;
  top: -3px;
  bottom: -3px;
}
@media (max-width: 991px) {
  .header .navbar .header-menu-cont .navbar-nav li.nav-button {
    display: none;
  }
}
@media (max-width: 1200px) and (min-width: 991px) {
  .header .navbar .header-menu-cont .navbar-nav li {
    padding: 0 11px;
  }
}
@media (max-width: 991px) {
  .header .navbar .header-menu-cont .navbar-nav li {
    display: block;
    float: none;
  }
}
.header .navbar .header-menu-cont .navbar-nav li:hover a {
  border-bottom-color: #47d5f1;
  font-weight: 500;
}
@media (max-width: 991px) {
  .header .navbar .header-menu-cont .navbar-nav {
    float: none;
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .header .navbar .header-menu-cont {
    overflow-y: auto;
  }
  .header .navbar .header-menu-cont.navbar-collapse.collapse {
    display: none !important;
  }
  .header .navbar .header-menu-cont.navbar-collapse.collapse.in {
    display: block !important;
  }
}
@media (max-width: 767px) and (min-width: 319px) {
  .header .navbar .header-menu-cont {
    overflow-y: hidden;
  }
  .header .navbar .header-menu-cont.navbar-collapse.collapse {
    display: none !important;
  }
  .header .navbar .header-menu-cont.navbar-collapse.collapse.in {
    display: block !important;
  }
  .header .navbar .header-menu-cont .navbar-nav {
    max-height: 254px;
    overflow-y: auto;
  }
}
.header_normal {
  background: #FFF;
  -webkit-box-shadow: 0 2px 11px 0 rgba(223, 223, 223, 0.5);
  box-shadow: 0 2px 11px 0 rgba(223, 223, 223, 0.5);
}
.header_normal .navbar .navbar-header .navbar-brand {
  padding: 0;
}
.header_normal .navbar .navbar-header .navbar-brand .logo-outer {
  padding: 4px 0 1px !important;
}
.header_normal .navbar .navbar-header .navbar-brand .logo-outer .logo {
  max-width: 60px;
}
.header_normal .navbar .navbar-header .navbar-toggle span {
  background-color: #333 !important;
}
.header_normal .navbar .header-menu-cont .navbar-nav li a {
  color: #333333;
  font-weight: 400;
}
.header_normal .navbar .header-menu-cont .navbar-nav li.nav-button {
  padding-top: 18px;
  padding-bottom: 18px;
}
.header_normal .navbar .header-menu-cont .navbar-nav li .sub-menu li a {
  color: #333;
}
@media (max-width: 768px) {
  .header_normal .navbar .header-menu-cont .navbar-nav {
    padding-left: 15px;
  }
}
@media (max-width: 667px) {
  .header_normal .navbar .header-menu-cont .navbar-nav {
    padding-left: 4px;
  }
}
.admin-bar .header {
  top: 32px;
}
.site-wrapper {
  padding-top: 73px;
  padding-bottom: 55px;
}
@media (max-width: 767px) {
  .site-wrapper {
    padding-bottom: 90px;
  }
}
.home .site-wrapper {
  padding-top: 0;
}
.home header {
  background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .home header .header-menu-cont {
    padding: 0 15px !important;
    background: #fff;
    margin-top: 5px;
  }
}
/******** Footer ********/
.footer-section {
  background: #16bccf;
  padding: 9px 0;
}
.footer-section .developedby {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  text-align: left;
  color: #ffffff;
  padding: 12px 0 4px;
  display: block;
}
.footer-section .developedby a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .footer-section .developedby {
    text-align: center;
    margin-bottom: 2px;
  }
}
.footer-section .footer_social_icons {
  text-align: right;
}
.footer-section .footer_social_icons ul {
  padding: 0;
  margin: 0;
}
.footer-section .footer_social_icons ul li {
  display: inline-block;
  padding: 0 6px;
  list-style: none;
}
.footer-section .footer_social_icons ul li:last-child {
  padding-right: 0;
}
.footer-section .footer_social_icons ul li a {
  width: 16px;
  height: 18px;
  font-family: FontAwesome;
  font-size: 26px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .footer-section .footer_social_icons {
    text-align: center;
  }
}
.footer-section a:hover,
.footer-section a:focus {
  text-decoration: none;
}
.homebanner-section .homebanner {
  position: relative;
}
.homebanner-section .homebanner .banner-item {
  overflow: auto;
}
.homebanner-section .homebanner .banner-item .item {
  background-repeat: repeat-x;
  width: 100%;
  height:  calc(100vh - 55px);
  background-position: 50% 50%;
  background-size: cover;
}
.homebanner-section .homebanner .banner_content {
  pointer-events: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.homebanner-section .homebanner .banner_content .text {
  font-family: 'Times New Roman Bold';
  font-size: 90px;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: 1px;
  text-align: left;
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .homebanner-section .homebanner .banner_content .text {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .homebanner-section .homebanner .banner_content .text {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .homebanner-section .homebanner .banner_content .text {
    font-size: 34px;
  }
}
.homebanner-section .homebanner .banner_content .text:before {
  content: "";
  width: 73px;
  height: 3px;
  margin: 0;
  background: #fff;
  display: block;
  margin-bottom: 15px;
}
.homebanner-section .homebanner .banner_content .banner_btn {
  margin-top: 10px;
  height: 45px;
  border-radius: 2px;
  display: inline-block;
  line-height: 45px;
  color: #FFF;
  background-color: #1ecde1;
  font-family: 'Roboto', sans-serif !important;
  font-size: 14px;
  letter-spacing: 0.2px;
  text-align: left;
  color: #ffffff;
  padding: 0 0 0 13px;
  min-width: 220px;
  text-transform: uppercase;
  pointer-events: visible;
}
.homebanner-section .homebanner .banner_content .banner_btn:hover,
.homebanner-section .homebanner .banner_content .banner_btn:focus {
  text-decoration: none;
}
.homebanner-section .homebanner .banner_content .banner_btn i {
  float: right;
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  border-radius: 100%;
  text-align: center;
  line-height: 25px;
  font-size: 11px;
  padding: 0;
  display: inline-block;
  padding-left: 4px;
  margin: 10px;
}
@media (max-width: 767px) {
  .homebanner-section .homebanner .banner_content .banner_btn i {
    width: 22px;
    height: 22px;
    line-height: 20px;
  }
}
@media (max-width: 600px) {
  .homebanner-section .homebanner .banner_content .banner_btn i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 8px;
  }
}
@media (max-width: 767px) {
  .homebanner-section .homebanner .banner_content .banner_btn {
    min-width: 170px;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 600px) {
  .homebanner-section .homebanner .banner_content .banner_btn {
    height: 35px;
    line-height: 35px;
  }
}
.homebanner-section .scroll-downs {
  display: none;
  position: absolute;
  right: 0;
  bottom: 14px;
  left: 0;
  margin: auto;
  width: 100%;
  text-align: center;
}
.homebanner-section .scroll-downs .mousey {
  width: 30px;
  margin: 0 auto;
  margin-bottom: 3px;
  padding: 4px 12px 12px 12px;
  height: 48px;
  border: 2px solid #fff;
  border-radius: 18px;
  opacity: 0.75;
  position: relative;
  /*   -moz-animation-name: swipe-left;
        -webkit-animation-name: swipe-left;
        animation-name: swipe-left;
        -moz-animation-duration: 2700ms;
        -webkit-animation-duration: 2700ms;
        animation-duration: 2700ms;
        -moz-animation-delay: 250ms;
        -webkit-animation-delay: 250ms;
        animation-delay: 250ms;
        -moz-animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -moz-animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite; */
}
@media (max-width: 767px) {
  .homebanner-section .scroll-downs .mousey {
    width: 25px;
    height: 45px;
    padding: 8px;
    padding: 9px;
  }
}
.homebanner-section .scroll-downs .mousey:before {
  width: 20px;
  content: " ";
  background-image: url(../images/20-left.png);
  position: absolute;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz--transform: translateY(-50%);
  -moz-animation-name: swipe-left;
  -webkit-animation-name: swipe-left;
  animation-name: swipe-left;
  -moz-animation-duration: 2700ms;
  -webkit-animation-duration: 2700ms;
  animation-duration: 2700ms;
  -moz-animation-delay: 250ms;
  -webkit-animation-delay: 250ms;
  animation-delay: 250ms;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.homebanner-section .scroll-downs .mousey:after {
  width: 20px;
  content: " ";
  background-image: url(../images/20-right.png);
  position: absolute;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz--transform: translateY(-50%);
  -moz-animation-name: swipe-right;
  -webkit-animation-name: swipe-right;
  animation-name: swipe-right;
  -moz-animation-duration: 2700ms;
  -webkit-animation-duration: 2700ms;
  animation-duration: 2700ms;
  -moz-animation-delay: 250ms;
  -webkit-animation-delay: 250ms;
  animation-delay: 250ms;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.homebanner-section .scroll-downs .scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
}
.homebanner-section .scroll-downs label {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .homebanner-section .scroll-downs {
    bottom: 5vh;
  }
}
@-moz-keyframes swipe {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    -moz-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  20% {
    -moz-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  30% {
    -moz-transform: trotate(-6deg);
    transform: rotate(-6deg);
  }
  40% {
    -moz-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  50% {
    -moz-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  100% {
    -moz-transform: rotate(6deg);
    transform: rotate(6deg);
  }
}
@-webkit-keyframes swipe {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  20% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  30% {
    -webkit-transform: trotate(-6deg);
    transform: rotate(-6deg);
  }
  40% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  50% {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  100% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
}
@keyframes swipe {
  0% {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    -moz-transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  20% {
    -moz-transform: rotate(6deg);
    -webkit-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  30% {
    -moz-transform: trotate(-6deg);
    -webkit-transform: trotate(-6deg);
    -ms-transform: trotate(-6deg);
    transform: rotate(-6deg);
  }
  40% {
    -moz-transform: rotate(6deg);
    -webkit-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  50% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  100% {
    -moz-transform: rotate(6deg);
    -webkit-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    transform: rotate(6deg);
  }
}
@keyframes swipe-left {
  0% {
    right: 40px;
  }
  10% {
    right: 55px;
  }
  20% {
    right: 40px;
  }
  30% {
    right: 55px;
  }
  40% {
    right: 40px;
  }
  50% {
    right: 40px;
  }
  60% {
    right: 40px;
  }
  70% {
    right: 40px;
  }
  80% {
    right: 40px;
  }
  90% {
    right: 40px;
  }
  100% {
    right: 40px;
  }
}
@-moz-keyframes swipe-left {
  0% {
    right: 40px;
  }
  10% {
    right: 55px;
  }
  20% {
    right: 40px;
  }
  30% {
    right: 55px;
  }
  40% {
    right: 40px;
  }
  50% {
    right: 40px;
  }
  60% {
    right: 40px;
  }
  70% {
    right: 40px;
  }
  80% {
    right: 40px;
  }
  90% {
    right: 40px;
  }
  100% {
    right: 40px;
  }
}
@-webkit-keyframes swipe-left {
  0% {
    right: 40px;
  }
  10% {
    right: 55px;
  }
  20% {
    right: 40px;
  }
  30% {
    right: 55px;
  }
  40% {
    right: 40px;
  }
  50% {
    right: 40px;
  }
  60% {
    right: 40px;
  }
  70% {
    right: 40px;
  }
  80% {
    right: 40px;
  }
  90% {
    right: 40px;
  }
  100% {
    right: 40px;
  }
}
@keyframes swipe-right {
  0% {
    left: 40px;
  }
  10% {
    left: 40px;
  }
  20% {
    left: 40px;
  }
  30% {
    left: 40px;
  }
  40% {
    left: 40px;
  }
  50% {
    left: 40px;
  }
  60% {
    left: 40px;
  }
  70% {
    left: 55px;
  }
  80% {
    left: 40px;
  }
  90% {
    left: 55px;
  }
  100% {
    left: 40px;
  }
}
@-moz-keyframes swipe-right {
  0% {
    left: 40px;
  }
  10% {
    left: 40px;
  }
  20% {
    left: 40px;
  }
  30% {
    left: 40px;
  }
  40% {
    left: 40px;
  }
  50% {
    left: 40px;
  }
  60% {
    left: 40px;
  }
  70% {
    left: 55px;
  }
  80% {
    left: 40px;
  }
  90% {
    left: 55px;
  }
  100% {
    left: 40px;
  }
}
@-webkit-keyframes swipe-right {
  0% {
    left: 40px;
  }
  10% {
    left: 40px;
  }
  20% {
    left: 40px;
  }
  30% {
    left: 40px;
  }
  40% {
    left: 40px;
  }
  50% {
    left: 40px;
  }
  60% {
    left: 40px;
  }
  70% {
    left: 55px;
  }
  80% {
    left: 40px;
  }
  90% {
    left: 55px;
  }
  100% {
    left: 40px;
  }
}
.pfeo-section {
  padding: 50px 0 15px;
}
.pfeo-section .section-title .title1,
.pfeo-section .section-title .title2 {
  font-family: 'Times New Roman Bold';
  font-weight: bold;
  letter-spacing: 0.5px;
  text-align: center;
  color: #575757;
}
.pfeo-section .section-title .title1 {
  font-size: 55px;
  line-height: 0.69;
}
@media (max-width: 767px) {
  .pfeo-section .section-title .title1 {
    font-size: 32px;
  }
}
.pfeo-section .section-title .title2 {
  line-height: 1.06;
  font-size: 36px;
}
@media (max-width: 767px) {
  .pfeo-section .section-title .title2 {
    font-size: 22px;
  }
}
.pfeo-section .section-title .sub_title {
  text-align: center;
}
.pfeo-section .section-title .sub_title h4 {
  font-family: 'Parisienne', cursive;
  font-size: 24px;
  font-weight: 400;
  line-height: 2.11;
  letter-spacing: 0.2px;
  text-align: center;
  color: #888888;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: solid 3px #1ecde1;
  margin-bottom: 0;
}
.pfeo-section .description {
  padding: 25px 0;
}
.pfeo-section .description p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.63;
  letter-spacing: 0.4px;
  text-align: center;
  color: #333333;
  word-break: break-word;
  margin-bottom: 15px;
}
.pfeo-section .description blockquote {
  padding: 0;
  border: 0;
  margin: 0;
  text-align: center;
}
.pfeo-section .description blockquote p {
  display: inline-block;
  background: rgba(30, 205, 225, 0.1);
  color: #333333;
  padding: 9.5px 25px;
  font-size: 20px;
  line-height: normal;
  line-height: 1.3;
  margin-bottom: 0;
}
.pfeo-section .info_box_section {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .pfeo-section .info_box_section .row {
    display: flex;
    flex-wrap: wrap;
  }
  .pfeo-section .info_box_section .row:after,
  .pfeo-section .info_box_section .row:before {
    display: none;
  }
}
.pfeo-section .info_box_section .info_box_item .item_icon {
  margin-bottom: 50px;
  min-height: 70px;
}
.pfeo-section .info_box_section .info_box_item .item_icon img {
  max-width: 70px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .pfeo-section .info_box_section .info_box_item .item_icon {
    margin-bottom: 20px;
  }
}
.pfeo-section .info_box_section .info_box_item .item_description {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #666666;
  padding: 0 25px;
}
.pfeo-section .info_box_section .info_box_item .item_description b,
.pfeo-section .info_box_section .info_box_item .item_description strong {
  font-size: 24px;
  line-height: 1;
}
@media (max-width: 991px) {
  .pfeo-section .info_box_section .info_box_item .item_description {
    padding: 0 5px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .pfeo-section .info_box_section .info_box_item .item_description {
    width: 60%;
    margin: 0 auto;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .pfeo-section .info_box_section .info_box_item {
    margin-bottom: 25px;
  }
}
.title_type1 {
  font-family: 'Times New Roman Bold';
  font-size: 40px;
  font-weight: bold;
  line-height: 0.95;
  letter-spacing: 0.4px;
  text-align: center;
  color: #575757;
  text-transform: uppercase;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.title_type1.title_1adj {
  padding-bottom: 9px;
}
@media (max-width: 320px) {
  .title_type1.title_1adj {
    padding-bottom: 7px;
    margin-top: 6px;
  }
}
@media (max-width: 991px) {
  .title_type1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .title_type1 {
    font-size: 30px;
  }
}
.hme-whatweoffer h1.title_type1 {
  margin-bottom: 35px;
}
.hme-whatweoffer .whatweoffer_grid .grid-item {
  margin-bottom: 30px;
}
.hme-whatweoffer .whatweoffer_grid .grid-item a {
  display: block;
  position: relative;
}
.hme-whatweoffer .whatweoffer_grid .grid-item a .grid_item_img {
  overflow: hidden;
}
.hme-whatweoffer .whatweoffer_grid .grid-item a .grid_item_img .img {
  height: 380px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  -moz-transition: ease 7s transform;
  -o-transition: ease 7s transform;
  -webkit-transition: ease 7s transform;
  transition: ease 7s transform;
}
@media (max-width: 991px) {
  .hme-whatweoffer .whatweoffer_grid .grid-item a .grid_item_img .img {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .hme-whatweoffer .whatweoffer_grid .grid-item a .grid_item_img .img {
    height: 250px;
  }
}
.hme-whatweoffer .whatweoffer_grid .grid-item a:hover,
.hme-whatweoffer .whatweoffer_grid .grid-item a:focus {
  text-decoration: none;
}
.hme-whatweoffer .whatweoffer_grid .grid-item a:hover .img,
.hme-whatweoffer .whatweoffer_grid .grid-item a:focus .img {
  -ms-transform: scale(1.5);
  /* IE 9 */
  -webkit-transform: scale(1.5);
  /* Safari */
  transform: scale(1.5);
}
.hme-whatweoffer .whatweoffer_grid .grid-item .grid_content {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.hme-whatweoffer .whatweoffer_grid .grid-item .grid_content:after,
.hme-whatweoffer .whatweoffer_grid .grid-item .grid_content:before {
  display: none;
}
.hme-whatweoffer .whatweoffer_grid .grid-item .grid_content .cat_name {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
  lettexr-spacing: 0.2px;
  text-align: left;
  color: #ffffff;
  padding: 14.5px 20px 14.5px;
}
@media (max-width: 480px) {
  .hme-whatweoffer .whatweoffer_grid .grid-item .grid_content .cat_name {
    font-size: 16px;
  }
}
.hme-whatweoffer .whatweoffer_grid .grid-item .grid_content .explore_btn {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  letter-spacing: 0.2px;
  text-align: left;
  color: #ffffff;
  max-width: 165px;
  width: 100%;
  background: #1ecde1;
  padding: 16px 20px 18px;
  margin: 0 0 0 auto;
}
@media (max-width: 480px) {
  .hme-whatweoffer .whatweoffer_grid .grid-item .grid_content .explore_btn {
    padding: 12px 20px;
    font-size: 13px;
  }
}
.hme-whatweoffer .whatweoffer_grid .grid-item .grid_content .left,
.hme-whatweoffer .whatweoffer_grid .grid-item .grid_content .right {
  width: 50%;
  float: left;
}
.hme_events {
  padding: 30px 0;
}
.hme_events .section_title .title {
  margin-bottom: 11px;
}
.hme_events .section_title .title2 {
  font-family: 'Times New Roman Bold';
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0.2px;
  text-align: center;
  color: #575757;
  margin-bottom: 2px;
}
.hme_events .section_title .title_type28 {
  font-size: 28px;
  font-family: 'Times New Roman Bold';
  line-height: normal;
  letter-spacing: 0.2px;
  text-align: center;
  color: #575757;
  margin-bottom: 2px;
}
.hme_events .section_title .title_description {
  font-family: 'Times New Roman';
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.2px;
  text-align: center;
  color: #575757;
  margin-bottom: 0;
}
.hme_events .events_accordion_section {
  padding: 30px 0 0;
}
.hme_events .events_accordion_section ul.events_accordion {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  /* @media(max-width:767px){
               &:hover,&:focus{
                    li{
                        height: 80px;
                        &:hover,&:focus{
                            height: 200px;
                        }
                    }
                } 
            }*/
}
@media (min-width: 768px) {
  .hme_events .events_accordion_section ul.events_accordion {
    display: table;
    table-layout: fixed;
  }
}
.hme_events .events_accordion_section ul.events_accordion li {
  list-style: none;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-left: 3px solid #FFF;
  /*@media(max-width:767px){
                    height: 80px;
                    &:first-child{
                        height: 200px;
                    }
                }*/
}
.hme_events .events_accordion_section ul.events_accordion li a {
  display: block;
  outline: 0;
}
.hme_events .events_accordion_section ul.events_accordion li a .img-holder {
  height: 298px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media (max-width: 991px) {
  .hme_events .events_accordion_section ul.events_accordion li a .img-holder {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .hme_events .events_accordion_section ul.events_accordion li a .img-holder {
    display: none;
  }
}
.hme_events .events_accordion_section ul.events_accordion li a .desktop-hidden {
  display: none;
}
@media (max-width: 767px) {
  .hme_events .events_accordion_section ul.events_accordion li a .desktop-hidden {
    display: block;
  }
}
@media (min-width: 768px) {
  .hme_events .events_accordion_section ul.events_accordion li {
    display: table-cell;
    width: 17.6%;
  }
  .hme_events .events_accordion_section ul.events_accordion li:first-child {
    width: 70%;
  }
}
@media (min-width: 768px) {
  .hme_events .events_accordion_section ul.events_accordion:hover li,
  .hme_events .events_accordion_section ul.events_accordion:focus li {
    width: 17.6%;
  }
  .hme_events .events_accordion_section ul.events_accordion:hover li:hover,
  .hme_events .events_accordion_section ul.events_accordion:focus li:hover,
  .hme_events .events_accordion_section ul.events_accordion:hover li:focus,
  .hme_events .events_accordion_section ul.events_accordion:focus li:focus {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .hme_events .events_accordion_section ul.events_accordion {
    position: relative;
  }
  .hme_events .events_accordion_section ul.events_accordion .slick-arrows {
    position: absolute;
    z-index: 9;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 50px;
    color: #575757;
    cursor: pointer;
  }
  .hme_events .events_accordion_section ul.events_accordion .ion-ios-arrow-left {
    left: 0;
  }
  .hme_events .events_accordion_section ul.events_accordion .ion-ios-arrow-right {
    right: 0;
  }
}
.title_type2 {
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 0.4px;
  text-align: center;
  color: #333333;
  position: relative;
  text-transform: uppercase;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.title_type2:after {
  content: "";
  width: 60px;
  height: 3px;
  margin: 0 auto ;
  background: #47d5f1;
  display: block;
}
@media (max-width: 767px) {
  .title_type2 {
    font-size: 28px;
  }
}
.title_type3 {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.4px;
  text-align: center;
  color: #333333;
  position: relative;
  text-transform: uppercase;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.title_type3:after {
  content: "";
  width: 60px;
  height: 3px;
  margin: 0 auto ;
  background: #47d5f1;
  display: block;
}
@media (max-width: 767px) {
  .title_type3 {
    font-size: 24px;
  }
}
.pageheader {
  padding: 42px 0 12px;
  text-align: center;
}
.pageheader .page-sub-title {
  font-family: 'Times New Roman Bold';
  font-size: 20px;
  font-weight: bold;
  line-height: 1.9;
  letter-spacing: 0.2px;
  text-align: center;
  color: #575757;
}
.pageheader .nomarbt {
  margin-bottom: 0;
}
.page-template-template-dining .template-tabs-section .template-tabs-cont,
.page-template-template-events .template-tabs-section .template-tabs-cont {
  background-color: #f1f1f1;
  padding: 14px 0 16px;
}
.page-template-template-dining .template-tabs-section .template-tabs-cont a,
.page-template-template-events .template-tabs-section .template-tabs-cont a {
  display: block;
  height: 540px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 0;
  border: 0;
  padding: 0 30px;
  position: relative;
  opacity: 0.7;
}
.page-template-template-dining .template-tabs-section .template-tabs-cont a:after,
.page-template-template-events .template-tabs-section .template-tabs-cont a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.23);
}
.page-template-template-dining .template-tabs-section .template-tabs-cont a:hover,
.page-template-template-events .template-tabs-section .template-tabs-cont a:hover,
.page-template-template-dining .template-tabs-section .template-tabs-cont a:focus,
.page-template-template-events .template-tabs-section .template-tabs-cont a:focus {
  border: 0;
  background-color: transparent;
}
@media (max-width: 991px) {
  .page-template-template-dining .template-tabs-section .template-tabs-cont a,
  .page-template-template-events .template-tabs-section .template-tabs-cont a {
    padding: 0 15px;
    height: 480px;
  }
}
@media (max-width: 767px) {
  .page-template-template-dining .template-tabs-section .template-tabs-cont a,
  .page-template-template-events .template-tabs-section .template-tabs-cont a {
    padding: 0 15px;
    height: 200px;
  }
}
@media (max-width: 480px) {
  .page-template-template-dining .template-tabs-section .template-tabs-cont a,
  .page-template-template-events .template-tabs-section .template-tabs-cont a {
    padding: 0 15px;
    height: 120px;
  }
}
.page-template-template-dining .template-tabs-section .template-tabs-cont .tab-title,
.page-template-template-events .template-tabs-section .template-tabs-cont .tab-title {
  position: absolute;
  width: 100%;
  bottom: 60px;
  font-family: 'Times New Roman Bold';
  font-size: 40px;
  line-height: 0.95;
  letter-spacing: 0.4px;
  text-align: left;
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(12, 12, 12, 0.25);
  left: 0;
  right: 0;
  padding: 0 30px;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .page-template-template-dining .template-tabs-section .template-tabs-cont .tab-title,
  .page-template-template-events .template-tabs-section .template-tabs-cont .tab-title {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .page-template-template-dining .template-tabs-section .template-tabs-cont .tab-title,
  .page-template-template-events .template-tabs-section .template-tabs-cont .tab-title {
    font-size: 25px;
    padding: 0 15px;
  }
}
@media (max-width: 76px) {
  .page-template-template-dining .template-tabs-section .template-tabs-cont .tab-title,
  .page-template-template-events .template-tabs-section .template-tabs-cont .tab-title {
    padding: 0 15px;
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .page-template-template-dining .template-tabs-section .template-tabs-cont .tab-title,
  .page-template-template-events .template-tabs-section .template-tabs-cont .tab-title {
    padding: 0 15px;
    bottom: 20px;
  }
}
.page-template-template-dining .template-tabs-section .template-tabs-cont .nav-tabs,
.page-template-template-events .template-tabs-section .template-tabs-cont .nav-tabs {
  border-bottom: 0;
}
@media (min-width: 768px) {
  .page-template-template-dining .template-tabs-section .template-tabs-cont .nav-tabs,
  .page-template-template-events .template-tabs-section .template-tabs-cont .nav-tabs {
    padding: 0 7px;
  }
}
@media (min-width: 768px) {
  .page-template-template-dining .template-tabs-section .template-tabs-cont .nav-tabs li,
  .page-template-template-events .template-tabs-section .template-tabs-cont .nav-tabs li {
    padding: 0 7px;
  }
}
.page-template-template-dining .template-tabs-section .template-tabs-cont .nav-tabs li.active a,
.page-template-template-events .template-tabs-section .template-tabs-cont .nav-tabs li.active a {
  opacity: 1;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.15);
}
.page-template-template-dining .template-tabs-section .template-tabs-cont .nav-tabs li.active a:after,
.page-template-template-events .template-tabs-section .template-tabs-cont .nav-tabs li.active a:after {
  background-color: transparent;
}
.page-template-template-dining .template-tabs-section .dining-tab-content,
.page-template-template-events .template-tabs-section .dining-tab-content {
  padding: 36px 0 53px;
}
.page-template-template-dining .template-tabs-section .dining-tab-content .inner-content,
.page-template-template-events .template-tabs-section .dining-tab-content .inner-content {
  padding: 20px 0 10px;
}
.page-template-template-dining .template-tabs-section .dining-tab-content .inner-content p,
.page-template-template-events .template-tabs-section .dining-tab-content .inner-content p {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 1.4;
  text-align: left;
  color: #333333;
}
@media (max-width: 991px) {
  .page-template-template-dining .template-tabs-section .dining-tab-content .inner-content p,
  .page-template-template-events .template-tabs-section .dining-tab-content .inner-content p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .page-template-template-dining .template-tabs-section .dining-tab-content .inner-content p,
  .page-template-template-events .template-tabs-section .dining-tab-content .inner-content p {
    font-size: 16px;
  }
}
.page-template-template-dining .template-tabs-section .dining-tab-content .events_badge,
.page-template-template-events .template-tabs-section .dining-tab-content .events_badge {
  text-align: center;
}
.page-template-template-dining .template-tabs-section .dining-tab-content .events_badge .badge,
.page-template-template-events .template-tabs-section .dining-tab-content .events_badge .badge {
  max-width: 290px;
  min-height: 90px;
  width: 100%;
  margin: 0 9px 15px;
  border: solid 1px #dedede;
  background-color: #FFF;
  border-radius: 0;
  padding: 9px 16px 9px;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
}
.page-template-template-dining .template-tabs-section .dining-tab-content .events_badge .badge:hover,
.page-template-template-events .template-tabs-section .dining-tab-content .events_badge .badge:hover {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
}
.page-template-template-dining .template-tabs-section .dining-tab-content .events_badge .badge .music_icon,
.page-template-template-events .template-tabs-section .dining-tab-content .events_badge .badge .music_icon {
  background-image: url(../images/music_bw.png);
  width: 49px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  display: block;
  margin-left: auto;
}
.page-template-template-dining .template-tabs-section .dining-tab-content .events_badge .badge .menu_icon,
.page-template-template-events .template-tabs-section .dining-tab-content .events_badge .badge .menu_icon {
  background-image: url(../images/menu_bw.png);
  width: 54px;
  height: 72px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  display: block;
  margin-left: auto;
}
.page-template-template-dining .template-tabs-section .dining-tab-content .events_badge .badge a,
.page-template-template-events .template-tabs-section .dining-tab-content .events_badge .badge a {
  outline: 0;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  width: 100%;
}
.page-template-template-dining .template-tabs-section .dining-tab-content .events_badge .badge a:after,
.page-template-template-events .template-tabs-section .dining-tab-content .events_badge .badge a:after,
.page-template-template-dining .template-tabs-section .dining-tab-content .events_badge .badge a:before,
.page-template-template-events .template-tabs-section .dining-tab-content .events_badge .badge a:before {
  display: none;
}
.page-template-template-dining .template-tabs-section .dining-tab-content .events_badge .badge a:hover,
.page-template-template-events .template-tabs-section .dining-tab-content .events_badge .badge a:hover,
.page-template-template-dining .template-tabs-section .dining-tab-content .events_badge .badge a:focus,
.page-template-template-events .template-tabs-section .dining-tab-content .events_badge .badge a:focus {
  text-decoration: none;
}
.page-template-template-dining .template-tabs-section .dining-tab-content .events_badge .badge a:hover .music_icon,
.page-template-template-events .template-tabs-section .dining-tab-content .events_badge .badge a:hover .music_icon,
.page-template-template-dining .template-tabs-section .dining-tab-content .events_badge .badge a:focus .music_icon,
.page-template-template-events .template-tabs-section .dining-tab-content .events_badge .badge a:focus .music_icon {
  background-image: url(../images/music_hover.png);
}
.page-template-template-dining .template-tabs-section .dining-tab-content .events_badge .badge a:hover .menu_icon,
.page-template-template-events .template-tabs-section .dining-tab-content .events_badge .badge a:hover .menu_icon,
.page-template-template-dining .template-tabs-section .dining-tab-content .events_badge .badge a:focus .menu_icon,
.page-template-template-events .template-tabs-section .dining-tab-content .events_badge .badge a:focus .menu_icon {
  background-image: url(../images/menu_hover.png);
}
.page-template-template-dining .template-tabs-section .dining-tab-content .events_badge .badge .badge-text,
.page-template-template-events .template-tabs-section .dining-tab-content .events_badge .badge .badge-text {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  line-height: 1.04;
  letter-spacing: 0.3px;
  text-align: left;
  color: #333333;
  font-weight: 400;
  white-space: normal;
}
.page-template-template-dining .template-tabs-section .dining-tab-content .events_badge .badge .badge-text span,
.page-template-template-events .template-tabs-section .dining-tab-content .events_badge .badge .badge-text span {
  white-space: normal;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  letter-spacing: 0.2px;
  text-align: left;
  color: #333333;
}
.page-template-template-dining .template-tabs-section .dining-tab-content .events_badge .badge .badge-text,
.page-template-template-events .template-tabs-section .dining-tab-content .events_badge .badge .badge-text,
.page-template-template-dining .template-tabs-section .dining-tab-content .events_badge .badge .icon,
.page-template-template-events .template-tabs-section .dining-tab-content .events_badge .badge .icon {
  width: 50%;
}
@media (max-width: 339px) {
  .page-template-template-dining .template-tabs-section .dining-tab-content .events_badge .badge,
  .page-template-template-events .template-tabs-section .dining-tab-content .events_badge .badge {
    margin: 0 2px 15px;
  }
}
.page-template-template-dining .template-tabs-section .dining-tab-content .gallery-cont,
.page-template-template-events .template-tabs-section .dining-tab-content .gallery-cont {
  padding-top: 10px;
}
.page-template-template-dining .template-tabs-section .dining-tab-content .gallery-cont .tabs-gallery,
.page-template-template-events .template-tabs-section .dining-tab-content .gallery-cont .tabs-gallery {
  position: relative;
}
.page-template-template-dining .template-tabs-section .dining-tab-content .gallery-cont .tabs-gallery .gallery-item,
.page-template-template-events .template-tabs-section .dining-tab-content .gallery-cont .tabs-gallery .gallery-item {
  outline: none;
}
.page-template-template-dining .template-tabs-section .dining-tab-content .gallery-cont .tabs-gallery .item-wrap .item,
.page-template-template-events .template-tabs-section .dining-tab-content .gallery-cont .tabs-gallery .item-wrap .item {
  height: 766px;
  width: 100%;
  outline: none;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .page-template-template-dining .template-tabs-section .dining-tab-content .gallery-cont .tabs-gallery .item-wrap .item,
  .page-template-template-events .template-tabs-section .dining-tab-content .gallery-cont .tabs-gallery .item-wrap .item {
    height: 255px;
  }
}
.page-template-template-dining .template-tabs-section .dining-tab-content .gallery-cont .tabs-gallery .item-wrap .mobile-hidden,
.page-template-template-events .template-tabs-section .dining-tab-content .gallery-cont .tabs-gallery .item-wrap .mobile-hidden {
  display: block;
}
@media (max-width: 767px) {
  .page-template-template-dining .template-tabs-section .dining-tab-content .gallery-cont .tabs-gallery .item-wrap .mobile-hidden,
  .page-template-template-events .template-tabs-section .dining-tab-content .gallery-cont .tabs-gallery .item-wrap .mobile-hidden {
    display: none;
  }
}
.page-template-template-dining .template-tabs-section .dining-tab-content .gallery-cont .tabs-gallery .item-wrap .desktop-hidden,
.page-template-template-events .template-tabs-section .dining-tab-content .gallery-cont .tabs-gallery .item-wrap .desktop-hidden {
  display: none;
  outline: none;
}
@media (max-width: 767px) {
  .page-template-template-dining .template-tabs-section .dining-tab-content .gallery-cont .tabs-gallery .item-wrap .desktop-hidden,
  .page-template-template-events .template-tabs-section .dining-tab-content .gallery-cont .tabs-gallery .item-wrap .desktop-hidden {
    display: block;
  }
}
.page-template-template-dining .template-tabs-section .dining-tab-content .gallery-cont .tabs-gallery .slick-next,
.page-template-template-events .template-tabs-section .dining-tab-content .gallery-cont .tabs-gallery .slick-next,
.page-template-template-dining .template-tabs-section .dining-tab-content .gallery-cont .tabs-gallery .slick-prev,
.page-template-template-events .template-tabs-section .dining-tab-content .gallery-cont .tabs-gallery .slick-prev {
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background-color: rgba(43, 43, 43, 0.3);
  text-align: center;
  position: absolute;
  z-index: 99;
  top: 50%;
  -webklit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.page-template-template-dining .template-tabs-section .dining-tab-content .gallery-cont .tabs-gallery .slick-next:before,
.page-template-template-events .template-tabs-section .dining-tab-content .gallery-cont .tabs-gallery .slick-next:before,
.page-template-template-dining .template-tabs-section .dining-tab-content .gallery-cont .tabs-gallery .slick-prev:before,
.page-template-template-events .template-tabs-section .dining-tab-content .gallery-cont .tabs-gallery .slick-prev:before,
.page-template-template-dining .template-tabs-section .dining-tab-content .gallery-cont .tabs-gallery .slick-next:after,
.page-template-template-events .template-tabs-section .dining-tab-content .gallery-cont .tabs-gallery .slick-next:after,
.page-template-template-dining .template-tabs-section .dining-tab-content .gallery-cont .tabs-gallery .slick-prev:after,
.page-template-template-events .template-tabs-section .dining-tab-content .gallery-cont .tabs-gallery .slick-prev:after {
  display: none;
}
.page-template-template-dining .template-tabs-section .dining-tab-content .gallery-cont .tabs-gallery .slick-next i,
.page-template-template-events .template-tabs-section .dining-tab-content .gallery-cont .tabs-gallery .slick-next i,
.page-template-template-dining .template-tabs-section .dining-tab-content .gallery-cont .tabs-gallery .slick-prev i,
.page-template-template-events .template-tabs-section .dining-tab-content .gallery-cont .tabs-gallery .slick-prev i {
  line-height: 39px;
  color: #FFF;
  font-size: 22px;
}
.page-template-template-dining .template-tabs-section .dining-tab-content .gallery-cont .tabs-gallery .slick-prev,
.page-template-template-events .template-tabs-section .dining-tab-content .gallery-cont .tabs-gallery .slick-prev {
  left: 30px;
}
@media (max-width: 480px) {
  .page-template-template-dining .template-tabs-section .dining-tab-content .gallery-cont .tabs-gallery .slick-prev,
  .page-template-template-events .template-tabs-section .dining-tab-content .gallery-cont .tabs-gallery .slick-prev {
    left: 3px;
  }
}
.page-template-template-dining .template-tabs-section .dining-tab-content .gallery-cont .tabs-gallery .slick-next,
.page-template-template-events .template-tabs-section .dining-tab-content .gallery-cont .tabs-gallery .slick-next {
  right: 30px;
}
@media (max-width: 480px) {
  .page-template-template-dining .template-tabs-section .dining-tab-content .gallery-cont .tabs-gallery .slick-next,
  .page-template-template-events .template-tabs-section .dining-tab-content .gallery-cont .tabs-gallery .slick-next {
    right: 3px;
  }
}
/**** Gallery Page ****/
.gallerypageheader {
  text-align: center;
  padding: 76px 0 21px;
}
@media (max-width: 320px) {
  .gallerypageheader {
    padding: 35px 0 12px;
  }
}
@media (max-width: 667px) {
  .gallerypageheader {
    padding: 39px 0 12px;
  }
}
@media (max-width: 768px) {
  .gallerypageheader {
    padding: 41px 0 12px;
  }
}
.gallerypageheader .page-title,
.gallerypageheader .filter-container {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 480px) {
  .gallerypageheader .page-title,
  .gallerypageheader .filter-container {
    display: block;
  }
}
.gallerypageheader .filter-container {
  margin-left: 30px;
  position: relative;
}
@media (max-width: 480px) {
  .gallerypageheader .filter-container {
    margin-left: 0;
  }
}
.gallerypageheader .filter-container .filter-gallery button {
  background-color: #fafafa;
  box-shadow: 0 2px 4px 0 rgba(155, 155, 155, 0.08);
  border: .5px solid #ddd;
  padding: 1px 25px 1px 12px;
  min-width: 187px;
  border-radius: 0;
  width: 100%;
  font-family: 'Times New Roman Bold';
  font-size: 18px;
  line-height: 2.11;
  font-weight: 700;
  letter-spacing: .2px;
  text-align: left;
  color: #575757;
  text-indent: 1px;
  text-overflow: '';
  position: relative;
  outline: 0;
}
.gallerypageheader .filter-container .filter-gallery button i {
  font-size: 20px;
  color: #47d5f1;
  font-family: Ionicons;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
}
.gallerypageheader .filter-container .filter-gallery .gallery-filter {
  background-color: #fafafa;
  min-width: 100%;
  border-radius: 0;
}
.gallerypageheader .filter-container .filter-gallery .gallery-filter li {
  padding: 3px 10px;
  cursor: pointer;
}
.gallerypageheader .filter-container .filter-gallery .gallery-filter li input[type="radio"] {
  display: none;
}
.gallerypageheader .filter-container .filter-gallery .gallery-filter li label {
  font-family: 'Times New Roman';
  font-size: 18px;
  line-height: normal;
  font-weight: 400;
  margin-bottom: 0;
  cursor: pointer;
}
.gallerypageheader .page-title {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .gallerypageheader .page-title {
    margin-bottom: 15px ;
  }
}
.gallery-item-container {
  padding-top: 30px;
  padding-bottom: 58px;
}
.gallery-item-container .item {
  height: 240px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media (max-width: 991px) {
  .gallery-item-container .item {
    height: 180px;
  }
}
@media (max-width: 767px) {
  .gallery-item-container .item {
    height: 240px;
  }
}
@media (max-width: 480px) {
  .gallery-item-container .item {
    height: 200px;
  }
}
.gallery-item-container .gallerypost-item .item-col a {
  outline: 0;
}
@media (min-width: 768px) {
  .gallery-item-container .gallerypost-item .item-col {
    padding: 6px 3px 0;
  }
}
@media (max-width: 767px) {
  .gallery-item-container .gallerypost-item .item-col {
    padding-top: 6px;
  }
}
@media (min-width: 768px) {
  .gallery-item-container .gallerypost-item {
    padding: 0 11px;
  }
}
@media (max-width: 320px) {
  .gallery-item-container {
    padding-top: 0px;
  }
}
@media (max-width: 991px) {
  .gallery-item-container {
    padding-bottom: 30px;
  }
}
.custom_outlinebtn,
a.custom_outlinebtn {
  padding: 7.5px 0;
  margin: 0;
  border-bottom: 0;
  min-width: 156px;
  font-family: 'Roboto', sans-serif;
  box-shadow: 0 2px 10px 0 #16bccf;
  font-size: 14px;
  letter-spacing: 0.2px;
  text-align: center;
  color: #ffffff;
  position: relative;
  background: #16bccf;
  display: inline-block;
}
.custom_outlinebtn:after,
a.custom_outlinebtn:after {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #16bccf;
  left: -3px;
  right: -3px;
  top: -3px;
  bottom: -3px;
}
.custom_outlinebtn:hover,
a.custom_outlinebtn:hover,
.custom_outlinebtn:focus,
a.custom_outlinebtn:focus {
  text-decoration: none;
}
/**** Canbans Page ****/
.cabanas-views-cont {
  padding-top: 15px;
}
.cabanas-views-cont .view-img {
  height: 380px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}
.cabanas-views-cont .view-img .view-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
.cabanas-views-cont .view-img .view-content .view-text {
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  word-break: break-word;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.88);
  margin-bottom: 0;
  -webkit-transform: translateY(21px);
  -moz-transform: translateY(21px);
  -ms-transform: translateY(21px);
  -o-transform: translateY(21px);
  transform: translateY(21px);
  -moz-transition: all 400ms ease 200ms;
  transition: all 400ms ease 200ms;
  -webkit-transition: all 400ms ease 200ms;
}
@media (max-width: 991px) {
  .cabanas-views-cont .view-img .view-content .view-text {
    font-size: 24px;
    padding: 0 15px;
  }
}
.cabanas-views-cont .view-img .view-content .view_btn {
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -moz-transition: all 400ms ease 200ms;
  transition: all 400ms ease 200ms;
  -webkit-transition: all 400ms ease 200ms;
}
.cabanas-views-cont .view-img:hover,
.cabanas-views-cont .view-img:focus {
  -webkit-box-shadow: 2px 2px 20px 8px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 2px 2px 20px 8px rgba(0, 0, 0, 0.06);
  box-shadow: 2px 2px 20px 8px rgba(0, 0, 0, 0.06);
}
.cabanas-views-cont .view-img:hover .view-text,
.cabanas-views-cont .view-img:focus .view-text {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.cabanas-views-cont .view-img:hover .view_btn,
.cabanas-views-cont .view-img:focus .view_btn {
  margin-top: 15px;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
@media (max-width: 1200px) {
  .cabanas-views-cont .view-img {
    height: 350px;
  }
}
@media (max-width: 991px) {
  .cabanas-views-cont .view-img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cabanas-views-cont .view-img {
    height: 250px;
  }
  .cabanas-views-cont .view-img.mob_margin {
    margin-bottom: 15px;
  }
}
.cabanas-views-cont .cabanas_content-section {
  padding: 34px 0 20px;
}
.cabanas-views-cont .cabanas_content-section .featured-text {
  background-color: #f1f1f1;
  padding: 12px 60px 16px 20px;
  margin-bottom: 13px;
}
.cabanas-views-cont .cabanas_content-section .featured-text p {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
  text-align: left;
  color: #666666;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cabanas-views-cont .cabanas_content-section .featured-text p {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .cabanas-views-cont .cabanas_content-section .featured-text p {
    font-size: 24px;
  }
}
.cabanas-views-cont .cabanas-gallery-section {
  padding-bottom: 25px;
}
.cabanas-views-cont .cabanas-gallery-section .cabanas-gallery .row {
  padding: 0 11.3px;
}
.cabanas-views-cont .cabanas-gallery-section .cabanas-gallery .row .column {
  padding: 1.87px 1.87px 1.87px;
}
.cabanas-views-cont .cabanas-gallery-section .cabanas-gallery .row a {
  display: block;
}
.cabanas-views-cont .cabanas-gallery-section .cabanas-gallery .row a .cabanas_gal_item {
  height: 154px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media (max-width: 420px) {
  .cabanas-views-cont .cabanas-gallery-section .cabanas-gallery .row a .cabanas_gal_item {
    height: 120px;
  }
}
.cabanas-views-cont .booknowbtn {
  margin-bottom: 36px;
}
.cabanas-views-cont .cabanas-sidebar {
  background-color: #ffffff;
  box-shadow: 0 2px 10px 0 rgba(210, 210, 210, 0.5);
  padding: 25px 18px 4px;
}
.cabanas-views-cont .cabanas-sidebar .sidebar-heading {
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  line-height: 1.18;
  text-align: left;
  color: #666666;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cabanas-views-cont .cabanas-sidebar .sidebar-heading {
    margin-bottom: 30px;
    font-size: 20px;
  }
}
.cabanas-views-cont .cabanas-sidebar .specification-container .row {
  padding: 0 8px;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cabanas-views-cont .cabanas-sidebar .specification-container .row:after,
.cabanas-views-cont .cabanas-sidebar .specification-container .row:before {
  display: none;
}
.cabanas-views-cont .cabanas-sidebar .specification-container .row .column {
  padding: 0 7px;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .cabanas-views-cont .cabanas-sidebar .specification-container .row .column {
    width: 50%;
  }
}
.cabanas-views-cont .cabanas-sidebar .specification-container .equipment-item {
  text-align: center;
}
.cabanas-views-cont .cabanas-sidebar .specification-container .equipment-item .item-icon {
  min-height: 45px;
}
.cabanas-views-cont .cabanas-sidebar .specification-container .equipment-item .item-icon img {
  max-width: 40px;
  height: auto;
}
.cabanas-views-cont .cabanas-sidebar .specification-container .equipment-item .item-title {
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  line-height: 1.45;
  text-align: center;
  color: #666666;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
/**** Events Page *****/
.event-list-cont .inner-list-cont {
  background: #f5f5f5;
  padding: 25px 0 25px;
  min-height: 300px;
  position: relative;
  z-index: 0;
}
.event-list-cont .inner-list-cont ul.nav {
  border-bottom: 0;
  text-align: center;
}
.event-list-cont .inner-list-cont ul.nav li {
  width: 41px;
  height: 41px;
  background: #FFF;
  border-radius: 100%;
  border: 1px solid transparent;
  margin: 0 5.5px;
  float: none;
  display: inline-block;
}
.event-list-cont .inner-list-cont ul.nav li a {
  border: 0;
  border-radius: 0;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background: #FFF;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  letter-spacing: 0.1px;
  color: #333333;
  padding: 0;
  line-height: 35px;
  margin: 0 auto;
  margin-top: 2px;
  text-transform: uppercase;
}
.event-list-cont .inner-list-cont ul.nav li a:hover,
.event-list-cont .inner-list-cont ul.nav li a:focus {
  background: transparent;
  border: 0;
}
.event-list-cont .inner-list-cont ul.nav li.active {
  border-color: #47d5f1;
}
.event-list-cont .inner-list-cont ul.nav li.active a {
  background: #47d5f1;
}
.event-list-cont .tab-navigation {
  max-width: 750px;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 120px;
  z-index: 99;
}
.event-list-cont .tab-navigation a.navlink {
  color: #a7a7a7;
  position: absolute;
  display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.event-list-cont .tab-navigation a.navlink:hover,
.event-list-cont .tab-navigation a.navlink:focus {
  text-decoration: none;
}
.event-list-cont .tab-navigation a.navlink i {
  font-size: 20px;
  color: #a7a7a7;
}
.event-list-cont .tab-navigation .prev-link {
  left: -14px;
}
@media (max-width: 991px) {
  .event-list-cont .tab-navigation .prev-link {
    left: 25px;
  }
}
.event-list-cont .tab-navigation .next-link {
  right: -25px;
}
@media (max-width: 991px) {
  .event-list-cont .tab-navigation .next-link {
    right: 25px;
  }
}
.event-list-cont .event-content {
  margin-top: -212px;
  position: relative;
  z-index: 1;
  padding-bottom: 75px;
}
.event-list-cont .event-content .event-poster {
  padding: 32px;
  background-color: #FFF;
  -webkit-box-shadow: 0 2px 8px 0 rgba(223, 223, 223, 0.5);
  box-shadow: 0 2px 8px 0 rgba(223, 223, 223, 0.5);
  position: relative;
}
.event-list-cont .event-content .event-poster .poster {
  height: 226px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
@media (max-width: 480px) {
  .event-list-cont .event-content .event-poster .poster {
    height: 200px;
  }
}
.event-list-cont .event-content .event-poster .nofeatured-img {
  height: 226px;
}
@media (max-width: 480px) {
  .event-list-cont .event-content .event-poster .nofeatured-img {
    height: 200px;
  }
}
.event-list-cont .event-content .event-poster.noevent {
  margin-bottom: 90px;
}
.event-list-cont .event-content .event-poster.noevent .poster {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  padding-top: 30px;
  color: #333333;
  text-align: center;
}
@media (max-width: 991px) {
  .event-list-cont .event-content .event-poster {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .event-list-cont .event-content .event-poster {
    padding: 10px;
  }
}
.event-list-cont .event-content .event-details {
  padding: 20px 0 20px;
  background-color: #FFF;
}
.event-list-cont .event-content .event-details .event-header {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 10px;
}
.event-list-cont .event-content .event-details .event-header .event-title {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 1;
  text-align: left;
  color: #47d5f1;
  margin-bottom: 10px;
  display: block;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.event-list-cont .event-content .event-details .event-header .event-performer {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.63;
  text-align: left;
  color: #333333;
  display: block;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.event-list-cont .event-content .event-details .event-header .contact-no {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.63;
  text-align: left;
  color: #999999;
  display: block;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.event-list-cont .event-content .event-details .event-header .contact-no a {
  color: #999999;
  text-decoration: none;
}
.event-list-cont .event-content .event-details .event-header .contact-no:hover {
  color: #999999;
  text-decoration: none;
}
.event-list-cont .event-content .event-details .event-header .event-time {
  max-width: 101px;
  min-height: 80px;
  background-color: #f1f1f1;
  text-align: center;
  padding: 16px 12px;
  margin-left: auto;
}
.event-list-cont .event-content .event-details .event-header .event-time .time {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 26px;
  line-height: 1;
  letter-spacing: -1px;
  text-align: center;
  color: #666666;
}
.event-list-cont .event-content .event-details .event-header .event-time .pm {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.86;
  text-align: center;
  color: #666666;
  text-transform: uppercase;
  margin-left: 6px;
}
.event-list-cont .event-content .event-details .event-header .event-time .onwards {
  display: block;
  font-family: Roboto;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  color: #666666;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .event-list-cont .event-content .event-details .event-header .event-time {
    margin-left: 0;
    margin: 10px 0;
  }
}
.event-list-cont .event-content .event-details .events-content {
  padding: 20px 0;
}
.event-list-cont .event-content .event-details .events-content,
.event-list-cont .event-content .event-details .events-content p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.63;
  text-align: left;
  color: #333333;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
@media (max-width: 991px) {
  .event-list-cont .event-content .event-details {
    padding-bottom: 50px;
  }
}
@media (max-width: 432px) {
  .event-list-cont .event-content {
    margin-top: -170px;
  }
}
.event-list-cont .custom-container {
  max-width: 750px;
  padding-right: 4px !important;
}
@media (max-width: 991px) {
  .event-list-cont .custom-container {
    padding-right: 15px !important;
  }
}
/*** Contact Us ***/
.contact-us-section {
  padding: 58px 0 0;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .contact-us-section .flex-row {
    min-height: 479px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-right: 0;
  }
  .contact-us-section .flex-row:after,
  .contact-us-section .flex-row:before {
    display: none;
  }
  .contact-us-section .flex-row .leftsec,
  .contact-us-section .flex-row .right {
    min-height: 479px;
  }
}
.contact-us-section .contactus_box {
  background-color: #ffffff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.09);
  margin-bottom: 50px;
  position: relative;
}
.contact-us-section .contactus_box:before,
.contact-us-section .contactus_box:after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100%;
  width: 300px;
  z-index: -1;
}
@media (max-width: 767px) {
  .contact-us-section .contactus_box:before,
  .contact-us-section .contactus_box:after {
    display: none;
  }
}
.contact-us-section .contactus_box:before {
  background-image: url(../images/palms_left.gif);
  top: -105px;
  left: -97px;
  height: 410px;
}
.contact-us-section .contactus_box:after {
  background-image: url(../images/palms_left.gif);
  bottom: 0;
  transform: rotateY(-180deg);
  right: -142px;
  height: 268px;
}
.contact-us-section .contactus_box .map {
  width: 100%;
}
@media (max-width: 767px) {
  .contact-us-section .contactus_box .map {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .contact-us-section .contactus_box .map {
    height: 300px;
  }
}
@media (min-width: 768px) {
  .contact-us-section .contactus_box .map {
    position: absolute !important;
    top: 0;
    bottom: 0;
    right: 15px;
    left: 0;
  }
}
.contact-us-section .contactus_box .contact-wrapper {
  padding: 16px 20px 0;
}
.contact-us-section .contactus_box .contact-wrapper .contact-details .details {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.63;
  text-align: left;
  color: #333333;
}
.contact-us-section .contactus_box .contact-wrapper .contact-details .details label.title {
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  line-height: 1.37;
  text-align: left;
  color: #999999;
  display: block;
  margin-bottom: 0;
}
.contact-us-section .contactus_box .contact-wrapper .contact-details .details a {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.63;
  text-align: left;
  color: #333333;
}
.contact-us-section .contactus_box .contact-wrapper .contact-details .details a:hover,
.contact-us-section .contactus_box .contact-wrapper .contact-details .details a:focus {
  text-decoration: none;
}
.contact-us-section .contactus_box .contact-wrapper .contact-details .details.email {
  color: #47d5f1;
}
.contact-us-section .contactus_box .contact-wrapper .contact-details .details.email a {
  color: #47d5f1;
}
.contact-us-section .contactus_box .contact-wrapper .contact-details .column {
  margin-bottom: 18px;
}
@media (max-width: 600px) {
  .contact-us-section .contactus_box .contact-wrapper .contact-details .column {
    width: 100%;
    float: none;
  }
}
.contact-us-section .contactus_box .contact-wrapper .contact-details .column_2 {
  padding-left: 9px !important;
}
@media (max-width: 600px) {
  .contact-us-section .contactus_box .contact-wrapper .contact-details .column_2 {
    padding-left: 15px !important;
  }
}
.contact-us-section .contactus_box .contact-wrapper .contact-usform_box .frm_forms .frm_message,
.contact-us-section .contactus_box .contact-wrapper .contact-usform_box .frm_forms .frm_error_style {
  border-radius: 0;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
.contact-us-section .contactus_box .contact-wrapper .contact-usform_box .frm_forms .frm_message p,
.contact-us-section .contactus_box .contact-wrapper .contact-usform_box .frm_forms .frm_error_style p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  margin-bottom: 0;
}
.contact-us-section .contactus_box .contact-wrapper .contact-usform_box .frm_forms .frm_form_fields fieldset {
  padding-bottom: 0;
}
.contact-us-section .contactus_box .contact-wrapper .contact-usform_box .frm_forms .frm_form_fields .frm_form_field {
  margin-bottom: 5px;
}
.contact-us-section .contactus_box .contact-wrapper .contact-usform_box .frm_forms .frm_form_fields .frm_form_field label {
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  line-height: 2.36;
  text-align: left;
  color: #999999;
  font-weight: 400;
}
.contact-us-section .contactus_box .contact-wrapper .contact-usform_box .frm_forms .frm_form_fields .frm_form_field input[type="text"],
.contact-us-section .contactus_box .contact-wrapper .contact-usform_box .frm_forms .frm_form_fields .frm_form_field input[type="email"],
.contact-us-section .contactus_box .contact-wrapper .contact-usform_box .frm_forms .frm_form_fields .frm_form_field textarea {
  background-color: #f7f7f7;
  border: solid 0.5px #f4f4f4;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  height: 40px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #333333;
  outline: 0;
}
.contact-us-section .contactus_box .contact-wrapper .contact-usform_box .frm_forms .frm_form_fields .frm_form_field textarea {
  height: 100px;
  resize: none;
}
.contact-us-section .contactus_box .contact-wrapper .contact-usform_box .frm_forms .frm_form_fields .frm_form_field .frm_error {
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  margin-top: 5px;
}
.contact-us-section .contactus_box .contact-wrapper .contact-usform_box .frm_submit {
  text-align: center;
}
.contact-us-section .contactus_box .contact-wrapper .contact-usform_box .frm_submit .frm_button_submit {
  position: relative;
  outline: 0;
  border: 0;
  background-color: #16bccf;
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  letter-spacing: .2px;
  text-align: center;
  color: #fff;
  margin: 16px auto 30px;
  height: 41px;
  z-index: 1;
  min-width: 150px;
}
.contact-us-section .contactus_box .contact-wrapper .contact-usform_box .frm_submit .frm_button_submit:after {
  content: "";
  display: block;
  padding: 5px;
  border: 1px solid #16bccf;
  position: absolute;
  top: -3px;
  bottom: -3px;
  right: -3px;
  left: -3px;
}
@media (max-width: 767px) {
  .contact-us-section {
    padding-top: 30px;
  }
}
/***modal****/
.modal {
  text-align: center;
  padding: 0!important;
  z-index: 999999;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
@media (min-width: 767px) and (max-width: 991px) {
  .modal-dialog {
    width: 640px !important;
  }
}
.modal-title {
  text-align: center;
}
.modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
  border-radius: 0px;
}
.modal-content iframe {
  width: 100%;
  height: 90vh;
}
.modal-content .pdfemb-viewer {
  margin: 0 auto;
  border: 0;
}
@media (max-width: 767px) {
  .modal-content .pdfemb-viewer {
    width: 100% !important;
    height: auto !important;
  }
  .modal-content .pdfemb-viewer .pdfemb-pagescontainer {
    width: 100% !important;
    height: auto !important;
  }
  .modal-content .pdfemb-viewer .pdfemb-pagescontainer div {
    width: 100% !important;
    height: auto !important;
  }
  .modal-content .pdfemb-viewer .pdfemb-pagescontainer canvas {
    width: 100% !important;
    height: auto !important;
  }
}
.modal-content .pdfemb-inner-div {
  background: #FFF;
}
.modal-footer {
  padding: 26px;
}
@media (max-width: 900px) {
  .mfp-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.pdfemb-poweredby {
  display: none !important;
}
/*****bookingblock*****/
.paddinglr {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .paddinglr {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (max-width: 320px) {
  .no-pad {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.booking-cont {
  display: block;
  margin-top: 8px;
  font-family: 'Roboto', sans-serif;
  background-color: #f5f5f5;
  padding-bottom: 46px;
}
.booking-cont .innercont {
  display: block;
}
.booking-cont .innercont .view-gallery {
  display: block;
  background-color: #686868;
  padding: 6px;
  margin-top: 35px;
  max-width: 91px;
  word-break: break-word;
  text-align: center;
  /* margin: 0 auto; */
  margin-left: 1px;
  max-height: 30px;
}
@media (min-width: 768px) {
  .booking-cont .innercont .view-gallery {
    margin-left: 12px;
  }
}
@media (max-width: 767px) {
  .booking-cont .innercont .view-gallery {
    max-width: 100%;
  }
}
.booking-cont .innercont .view-gallery a {
  display: block;
  color: #ffffff;
  text-decoration: none;
}
.booking-cont .innercont h5 {
  padding: 27px 6px 0 0;
  font-size: 14px;
  color: #666666;
  font-weight: 300;
  line-height: 1.79;
  display: inline-block;
}
@media (max-width: 768px) {
  .booking-cont .innercont .roomrates {
    padding: 0px 20px;
  }
}
.booking-cont .innercont .roomrates .yearselect {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.39;
  border: 0;
}
.booking-cont .innercont .roomrates .wrap {
  display: block;
}
.booking-cont .innercont .roomrates .wrap input {
  padding-left: 5px;
}
.booking-cont .innercont .roomrates .wrap img {
  display: inline-block;
  padding-left: 14px;
}
.booking-cont .innercont .roomrates .rates {
  margin: 30px 0 0;
  box-shadow: 0px 0px 0 9px #eaeaea;
}
@media (max-width: 768px) {
  .booking-cont .innercont .roomrates .rates {
    box-shadow: 0px 0px 0 9px #eaeaea;
  }
}
.booking-cont .innercont .roomrates .rates.showtable {
  display: block;
}
.booking-cont .innercont .roomrates .rates.hidetable {
  display: none;
}
.booking-cont .innercont .roomrates .rates .first_block {
  display: inline-block;
  background: #47d5f1;
  padding-bottom: 18px;
  color: #fff;
}
.booking-cont .innercont .roomrates .rates .first_block .head_blck {
  min-height: 77px;
  padding-top: 11px;
  /* margin-bottom: 10px; */
}
@media (max-width: 375px) {
  .booking-cont .innercont .roomrates .rates .first_block .head_blck {
    padding-top: 2px;
  }
}
.booking-cont .innercont .roomrates .rates .first_block .head_blck .small {
  font-family: Roboto;
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 560px) {
  .booking-cont .innercont .roomrates .rates .first_block .head_blck .small {
    font-size: 10px;
  }
}
@media (max-width: 375px) {
  .booking-cont .innercont .roomrates .rates .first_block .head_blck .small {
    font-size: 9px;
  }
}
.booking-cont .innercont .roomrates .rates .first_block .rates_title {
  padding: 0 86px 6px 0;
  font-size: 14px;
  margin-top: 5px;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 560px) {
  .booking-cont .innercont .roomrates .rates .first_block .rates_title {
    padding: 0px!important;
    font-size: small;
  }
}
@media (max-width: 1024px) {
  .booking-cont .innercont .roomrates .rates .first_block .rates_title {
    padding: 0 40px 6px 0;
  }
}
.booking-cont .innercont .roomrates .rates .db {
  display: inline-block;
  padding-left: 0px;
}
.booking-cont .innercont .roomrates .rates .db:last-child {
  border-right: 4px  solid #efefef;
}
@media (max-width: 768px) {
  .booking-cont .innercont .roomrates .rates .db:last-child {
    border-right: none;
  }
}
@media (max-width: 768px) {
  .booking-cont .innercont .roomrates .rates .db {
    padding-left: 15px;
  }
}
.booking-cont .innercont .roomrates .rates .db .slick-prev {
  left: 104%!important;
  height: 40px;
  z-index: 100;
  top: 73% !important;
}
.booking-cont .innercont .roomrates .rates .db .slick-prev:before {
  content: '\f104' !important;
  font-family: FontAwesome  !important;
  font-size: 20px !important;
  color: #666666 !important;
}
.booking-cont .innercont .roomrates .rates .db .slick-next {
  height: 40px;
  z-index: 100;
  top: 36%;
  right: -58px;
}
@media (max-width: 768px) {
  .booking-cont .innercont .roomrates .rates .db .slick-next {
    right: -41px;
  }
}
@media (min-width: 991px) {
  .booking-cont .innercont .roomrates .rates .db .slick-next {
    right: -51px;
  }
}
.booking-cont .innercont .roomrates .rates .db .slick-next:before {
  content: '\f105' !important;
  font-family: FontAwesome  !important;
  font-size: 20px !important;
  color: #666666 !important;
}
.booking-cont .innercont .roomrates .rates .db .inner_data {
  display: inline-block;
  padding: 24px 12px 40px;
  border-right: 1px solid #efefef;
  position: relative;
  cursor: pointer;
}
@media (max-width: 560px) {
  .booking-cont .innercont .roomrates .rates .db .inner_data {
    padding: 0px 0px 39px;
  }
}
@media (max-width: 768px) {
  .booking-cont .innercont .roomrates .rates .db .inner_data {
    text-align: center;
    padding: 0px 0px 22px;
    border-right: none;
  }
}
@media (max-width: 375px) {
  .booking-cont .innercont .roomrates .rates .db .inner_data {
    padding: 0 0 33px;
  }
}
.booking-cont .innercont .roomrates .rates .db .inner_data .date {
  border-bottom: 2px #47d5f1 solid;
  padding: 0px 8px 16px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #47d5f1;
}
.booking-cont .innercont .roomrates .rates .db .inner_data .date .mid-date {
  display: none;
}
@media (max-width: 768px) {
  .booking-cont .innercont .roomrates .rates .db .inner_data .date .mid-date {
    display: block;
    padding-top: 7px;
  }
}
@media (max-width: 768px) {
  .booking-cont .innercont .roomrates .rates .db .inner_data .date {
    padding: 28px 0px 12px;
  }
}
@media (max-width: 1024px) {
  .booking-cont .innercont .roomrates .rates .db .inner_data .date {
    font-size: 12px;
  }
}
@media (max-width: 375px) {
  .booking-cont .innercont .roomrates .rates .db .inner_data .date {
    padding: 22px 0 12px ;
  }
}
.booking-cont .innercont .roomrates .rates .db .inner_data .price {
  padding: 13px 8px 5px;
  font-size: 18px;
  color: #666666;
}
.booking-cont .innercont .roomrates .rates .db .inner_data .price.ppp {
  padding-bottom: 2px;
  padding-top: 19px;
}
@media (max-width: 320px) {
  .booking-cont .innercont .roomrates .rates .db .inner_data .price.ppp {
    padding-top: 41px !important;
    font-size: small;
  }
}
@media (max-width: 560px) {
  .booking-cont .innercont .roomrates .rates .db .inner_data .price.ppp {
    padding-top: 26px!important;
  }
}
@media (max-width: 768px) {
  .booking-cont .innercont .roomrates .rates .db .inner_data .price.ppp {
    padding-bottom: 24px;
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .booking-cont .innercont .roomrates .rates .db .inner_data .price.ppp {
    padding-bottom: 24px;
    padding-top: 39px;
  }
}
@media (max-width: 560px) {
  .booking-cont .innercont .roomrates .rates .db .inner_data .price {
    font-size: 12px !important;
  }
}
@media (max-width: 768px) {
  .booking-cont .innercont .roomrates .rates .db .inner_data .price {
    font-size: 14px;
    padding: 12px 8px 0px !important;
  }
}
@media (max-width: 991px) {
  .booking-cont .innercont .roomrates .rates .db .inner_data .price {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  .booking-cont .innercont .roomrates .rates .db .inner_data .price {
    padding: 13px 8px 18px;
  }
}
.booking-cont .innercont .roomrates .rates .db .inner_data .booking_block {
  display: none;
}
.booking-cont .innercont .roomrates .rates .db .inner_data:hover .booking_block {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  opacity: 0;
  color: #fff;
  z-index: 90;
  left: 0;
  right: 0;
  padding: 0 10px;
  text-align: center;
  padding: 100px 12px;
  background-color: #3b3b3b;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .booking-cont .innercont .roomrates .rates .db .inner_data:hover .booking_block {
    padding: 100px 7px;
  }
}
.booking-cont .innercont .roomrates .rates .db .inner_data:hover .booking_block .book_img {
  max-width: 20px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.booking-cont .innercont .roomrates .rates .db .inner_data:hover .booking_block a {
  text-decoration: none;
  color: #fff;
  display: block;
  margin-bottom: 19px;
  top: 0;
  transform: translateY(50%);
  translateY: -50%;
  position: relative;
  padding: 7px;
  border: 1px solid #fff;
  text-transform: uppercase;
  font-family: Roboto;
  font-size: 16px;
}
.booking-cont .innercont .roomrates .rates .db .inner_data:hover .booking_block i {
  padding-top: 12px;
}
.terms {
  display: block;
  font-family: 'Roboto', sans-serif;
  background-color: #ffffff;
  padding: 49px 0px;
}
.terms .cancel-policy {
  display: block;
  padding-bottom: 35px;
}
.terms .cancel-policy .cancel_title {
  border-left: 2px solid  #47d5f1;
  padding-left: 12px;
}
.terms .cancel-policy .cancel_title h6 {
  color: #333333;
}
.terms .cancel-policy p {
  font-size: 11px;
  line-height: 1.27;
  color: #666666;
}
/**** Image Mapper Popup hover *****/
.imgl-popover {
  background: transparent !important;
  border-radius: 0 !important;
  border: 0 !important;
}
.imgl-popover .imgl-arrow {
  bottom: 0 !important;
}
.imgl-hotspots .imgl-hotspot-custom .imgl-hotspot-image:hover img {
  content: url('../images/hover-marker.png') !important;
}
.mapper-item {
  width: 320px !important;
  border-radius: 2px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 25px 0 rgba(42, 42, 42, 0.46);
  box-shadow: 0 2px 25px 0 rgba(42, 42, 42, 0.46);
}
.mapper-item .location-image .img {
  height: 207px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
}
.mapper-item .location-image img {
  max-width: 100% !important;
  width: 100% !important;
}
.mapper-item .mapper-content {
  clear: both;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 13px 13px !important;
}
.mapper-item .mapper-content .location-name {
  display: inline-block;
  width: calc(100% - 81px );
  float: left;
}
.mapper-item .mapper-content .location-name label {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  letter-spacing: 0.1px;
  text-align: left;
  color: #16bccf;
  font-weight: 400;
  word-break: break-word;
  margin-bottom: 0;
  text-transform: uppercase;
}
.mapper-item .mapper-content .view_link {
  float: right;
  display: inline-block;
  min-width: 81px;
  padding: 4px 0;
  box-shadow: none;
}
@media (max-width: 1200px) {
  .mapper-item {
    width: 290px !important;
  }
}
@media (max-width: 1470px) {
  .imgl .imgl-view .imgl-popover.imgl-active {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.image-maper-section {
  display: block;
  position: relative;
}
@media (min-width: 992px) {
  .image-maper-section:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 26%;
    background: -moz-linear-gradient(top, #ffffff 41%, rgba(255, 255, 255, 0.95) 44%, rgba(255, 255, 255, 0.34) 80%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, #ffffff 41%, rgba(255, 255, 255, 0.95) 44%, rgba(255, 255, 255, 0.34) 80%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, #ffffff 41%, rgba(255, 255, 255, 0.95) 44%, rgba(255, 255, 255, 0.34) 80%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  }
}
.image-maper-section .img-maper-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 150px;
  z-index: 2;
}
.image-maper-section .img-maper-content .title-wrap {
  background-color: #1ecde1;
  padding: 19px 44px 24px 44px;
  min-width: 400px;
  display: inline-block;
}
.image-maper-section .img-maper-content .title-wrap .title {
  font-family: 'Times New Roman Bold';
  font-size: 70px;
  font-weight: bold;
  line-height: 1.07;
  letter-spacing: 0.8px;
  text-align: left;
  color: #ffffff;
  margin: 0 0;
  display: inline-block;
}
.image-maper-section .img-maper-content .title-wrap .title span {
  font-size: 55px;
  line-height: 0.84;
}
@media (max-width: 1200px) {
  .image-maper-section .img-maper-content .title-wrap .title {
    font-size: 55px;
  }
  .image-maper-section .img-maper-content .title-wrap .title span {
    font-size: 44px;
  }
}
@media (max-width: 991px) {
  .image-maper-section .img-maper-content .title-wrap .title {
    display: none;
  }
}
.image-maper-section .mapper-map {
  display: none;
}
.image-maper-section .mapper-map .map {
  width: 100%;
  height: 500px;
}
@media (max-width: 767px) {
  .image-maper-section .mapper-map .map {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .image-maper-section .mapper-map .map {
    height: 300px;
  }
}
@media (max-width: 991px) {
  .image-maper-section .mapper-map {
    padding-top: 30px;
    display: block;
  }
}
.image-maper-section .custommapper-section {
  display: block;
}
@media (max-width: 991px) {
  .image-maper-section .custommapper-section {
    display: none;
  }
}
.page-template-template-contactus .site-wrapper {
  overflow: hidden;
}
@media (min-width: 992px) {
  .page-template-template-contactus .image-maper-section {
    margin-top: -150px;
    z-index: 1;
  }
}
.page-template-template-contactus .mapper-image {
  position: relative;
  display: none;
}
@media (max-width: 991px) {
  .page-template-template-contactus .mapper-image {
    display: block;
  }
  .page-template-template-contactus .mapper-image:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 26%;
    background: -moz-linear-gradient(top, #ffffff 41%, rgba(255, 255, 255, 0.95) 44%, rgba(255, 255, 255, 0.34) 80%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, #ffffff 41%, rgba(255, 255, 255, 0.95) 44%, rgba(255, 255, 255, 0.34) 80%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, #ffffff 41%, rgba(255, 255, 255, 0.95) 44%, rgba(255, 255, 255, 0.34) 80%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  }
}
.imgl .imgl-btn-info {
  display: none;
}
.event-gallery {
  display: none;
}
.event-gallery li {
  list-style: none;
}
.home-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.content_404 {
  text-align: center;
  padding-top: 40px;
}
.content_404 p {
  text-align: center;
}
/**** FAQs ***/
.faqs_section {
  padding-bottom: 30px;
}
.faqs_section .panel.panel-help {
  box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
  padding-bottom: 0;
  border-radius: 2px;
  overflow: hidden;
  background-color: #fff;
  margin: 0 0 16px;
}
.faqs_section .panel.panel-help a:hover,
.faqs_section .panel.panel-help a:focus {
  outline: none;
  cursor: pointer;
  text-decoration: none;
}
.faqs_section .panel.panel-help .panel-heading {
  background-color: #f6f6f6;
  padding: 0 16px;
  line-height: 48px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  color: rgba(0, 0, 0, 0.87);
}
.faqs_section .panel.panel-help .panel-heading h2 {
  margin: 0;
  padding: 14px 0 14px;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: none;
  font-family: 'Roboto', sans-serif;
  position: relative;
  padding-left: 23px;
}
.faqs_section .panel.panel-help .panel-heading h2:before {
  content: "Q. ";
  display: inline-block;
  font-weight: 700;
  position: absolute;
  top: 14px;
  left: 0;
  z-index: 1;
}
.faqs_section .panel.panel-help .panel-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-radius: 2px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  margin-top: 0;
  padding-left: 40px;
  position: relative;
}
.faqs_section .panel.panel-help .panel-body:before {
  content: "A. ";
  display: inline-block;
  font-weight: 700;
  position: absolute;
  top: 17px;
  left: 16px;
  z-index: 1;
  font-size: 16px;
}
.faqs_section .panel.panel-help .panel-body p {
  margin: 0 0 16px;
  font-family: 'Roboto', sans-serif;
}
.faqs_section .panel.panel-help .panel-body p:last-of-type {
  margin: 0;
}
.faqs_section .panel.panel-help ul li,
.faqs_section .panel.panel-help ol li {
  font-size: 15px;
  margin-bottom: 5px;
  font-family: 'Roboto', sans-serif;
}
.page_content h1 {
  font-size: 46px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .page_content h1 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .page_content h1 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.page_content h2 {
  font-size: 38px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .page_content h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .page_content h2 {
    font-size: 24px;
    margin-bottom: 18px;
  }
}
.page_content h3 {
  font-size: 28px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .page_content h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .page_content h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.page_content h4 {
  font-size: 24px;
}
@media (max-width: 991px) {
  .page_content h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .page_content h4 {
    font-size: 16px;
  }
}
.page_content h5,
.page_content h6 {
  font-size: 18px;
}
@media (max-width: 767px) {
  .page_content h5,
  .page_content h6 {
    font-size: 16px;
  }
}
.page_content p {
  font-size: 16px;
}
.page_content ul li,
.page_content ol li {
  font-size: 15px;
  margin-bottom: 5px;
  font-family: 'Roboto', sans-serif;
}
.page_padding {
  padding-bottom: 40px;
}
.galleryslider-cont {
  padding: 25px 15px 50px;
}
.galleryslider-cont .gallery-slider {
  position: relative;
}
.galleryslider-cont .gallery-slider .gallery-item {
  outline: none;
}
.galleryslider-cont .gallery-slider .item-wrap .item {
  height: 500px;
  width: 100%;
  outline: none;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .galleryslider-cont .gallery-slider .item-wrap .item {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .galleryslider-cont .gallery-slider .item-wrap .item {
    padding-bottom: 56%;
    height: auto;
  }
}
.galleryslider-cont .gallery-slider .item-wrap .mobile-hidden {
  display: block;
}
@media (max-width: 767px) {
  .galleryslider-cont .gallery-slider .item-wrap .mobile-hidden {
    display: none;
  }
}
.galleryslider-cont .gallery-slider .item-wrap .desktop-hidden {
  display: none;
  outline: none;
}
@media (max-width: 767px) {
  .galleryslider-cont .gallery-slider .item-wrap .desktop-hidden {
    display: block;
  }
}
.galleryslider-cont .gallery-slider .slick-next,
.galleryslider-cont .gallery-slider .slick-prev {
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background-color: rgba(43, 43, 43, 0.3);
  text-align: center;
  position: absolute;
  z-index: 99;
  top: 50%;
  -webklit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.galleryslider-cont .gallery-slider .slick-next:before,
.galleryslider-cont .gallery-slider .slick-prev:before,
.galleryslider-cont .gallery-slider .slick-next:after,
.galleryslider-cont .gallery-slider .slick-prev:after {
  display: none;
}
.galleryslider-cont .gallery-slider .slick-next i,
.galleryslider-cont .gallery-slider .slick-prev i {
  line-height: 39px;
  color: #FFF;
  font-size: 22px;
}
.galleryslider-cont .gallery-slider .slick-prev {
  left: 30px;
}
@media (max-width: 480px) {
  .galleryslider-cont .gallery-slider .slick-prev {
    left: 3px;
  }
}
.galleryslider-cont .gallery-slider .slick-next {
  right: 30px;
}
@media (max-width: 480px) {
  .galleryslider-cont .gallery-slider .slick-next {
    right: 3px;
  }
}
@media (max-width: 767px) {
  .galleryslider-cont {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-template-template-blog .bg-image {
  height: 450px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .page-template-template-blog .flex-wrap {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-template-template-blog .flex-wrap:before,
  .page-template-template-blog .flex-wrap:after {
    display: none;
  }
}
.page-template-template-blog .blog_outer {
  margin-top: -30px;
}
.page-template-template-blog .blog_outer .blogs_wrapper.row {
  flex-direction: row;
  flex: 1 0 auto;
}
.page-template-template-blog .blog_outer .blogs_wrapper .blog_dv {
  text-align: center;
  padding-bottom: 45px;
  position: relative;
  width: 100%;
}
.page-template-template-blog .blog_outer .blogs_wrapper .blog_dv .img-a {
  overflow: hidden;
}
.page-template-template-blog .blog_outer .blogs_wrapper .blog_dv .img-a:hover .gallery_img {
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.page-template-template-blog .blog_outer .blogs_wrapper .blog_dv .gallery_img {
  background-size: cover;
  background-position: center;
  height: 279px;
  display: block;
  width: 100%;
  -moz-transition: ease 7s transform;
  -o-transition: ease 7s transform;
  -webkit-transition: ease 7s transform;
  transition: ease 7s transform;
}
.page-template-template-blog .blog_outer .blogs_wrapper .blog_dv a {
  display: block;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(218, 218, 218, 0.5);
}
.page-template-template-blog .blog_outer .blogs_wrapper .blog_dv a:hover {
  text-decoration: none;
}
.page-template-template-blog .blog_outer .blogs_wrapper .blog_dv .blog_wrapper {
  padding-left: 27px;
  padding-right: 27px;
  width: 100%;
}
@media (min-width: 768px) {
  .page-template-template-blog .blog_outer .blogs_wrapper .blog_dv .blog_wrapper {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    flex: 1 0 auto;
  }
  .page-template-template-blog .blog_outer .blogs_wrapper .blog_dv .blog_wrapper:before,
  .page-template-template-blog .blog_outer .blogs_wrapper .blog_dv .blog_wrapper:after {
    display: none;
  }
}
.page-template-template-blog .blog_outer .blogs_wrapper .blog_dv .blog_content {
  padding: 0 20px;
  position: relative;
  flex: 1 0 auto;
  top: -30px;
  width: 100%;
  word-wrap: break-word;
  color: #666;
  background-color: #fff;
}
.page-template-template-blog .blog_outer .blogs_wrapper .blog_dv .blog_content .title {
  padding-top: 20px;
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 500;
  color: #1ecde1;
  text-align: center;
  text-transform: uppercase;
}
.page-template-template-blog .blog_outer .blogs_wrapper .blog_dv .blog_content .date h6 {
  font-size: 10px;
  line-height: 1.11;
  margin-top: 5px;
  text-align: center;
}
.page-template-template-blog .blog_outer .blogs_wrapper .blog_dv .blog_content .excerpt {
  text-align: center;
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .page-template-template-blog .blog_outer .blogs_wrapper .blog_dv .blog_content .excerpt {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .page-template-template-blog .blog_outer .blogs_wrapper .blog_dv {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    flex: 1 0 auto;
    flex-direction: column;
  }
  .page-template-template-blog .blog_outer .blogs_wrapper .blog_dv:before,
  .page-template-template-blog .blog_outer .blogs_wrapper .blog_dv:after {
    display: none;
  }
}
.single-post {
  padding-bottom: 53px;
  background: #f1f1f1;
}
.single-post .bg-image {
  height: 450px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .single-post .site-wrapper {
    padding-top: 57px;
  }
}
.single-post .blog_dv {
  padding: 30px 17px;
  margin-top: -30px;
  background: #fff;
}
.single-post .blog_dv .pageheader {
  padding: 12px 0;
}
.single-post .dpsp-has-spacing .dpsp-networks-btns-wrapper li {
  margin-right: 1%;
}
.single-post .dpsp-has-spacing .dpsp-networks-btns-wrapper li a.dpsp-network-btn {
  background: transparent !important;
  border-color: #1ecde1;
  color: #1ecde1;
}
.single-post .dpsp-has-spacing .dpsp-networks-btns-wrapper li a.dpsp-network-btn:before {
  background: transparent;
  border-color: #1ecde1;
  color: #1ecde1;
}
.single-post .dpsp-has-spacing .dpsp-networks-btns-wrapper li a.dpsp-network-btn:hover:before {
  background: #1ecde1;
  color: #fff;
}
.single-post .comments_posted {
  margin-top: 50px;
}
.single-post .comments_posted label {
  display: none;
}
.single-post .comments_posted .form-submit #submit {
  margin-top: 10px;
  min-width: 90px;
  background: #1ecde1;
  border: 1px solid #1ecde1;
  text-transform: uppercase;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.24s ease-in-out;
  -moz-transition: opacity 0.24s ease-in-out;
  transition: opacity 0.24s ease-in-out;
  border-radius: 4px;
  padding: 6px;
  color: #fff;
  border-radius: 0;
}
.single-post .comments_posted .form-submit #submit:hover {
  background: #1ecde1;
  opacity: .9;
}
.single-post .comments_posted .form-submit .commentlist a {
  color: #000 !important;
}
.single-post .comments_posted .comment-notes {
  display: none;
}
.single-post .comments_posted h3 {
  font-size: 16px;
  text-transform: uppercase;
}
.single-post .comments_posted .reply-title {
  color: #525252;
  font-weight: 600;
  font-size: 20px;
}
.single-post .comments_posted input {
  width: 50%;
  padding: 10px;
  border: 1px solid #1ecde1;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.single-post .comments_posted input:focus {
  outline: none;
}
@media (max-width: 767px) {
  .single-post .comments_posted input {
    width: 100%;
  }
}
.single-post .comments_posted textarea {
  width: 50%;
  border: 1px solid #1ecde1;
  resize: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  padding: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.single-post .comments_posted textarea:focus {
  outline: none;
}
@media (max-width: 767px) {
  .single-post .comments_posted textarea {
    width: 100%;
  }
}
.comment-list {
  padding: 0;
  padding-top: 15px;
}
.comment-list .comment-inner {
  position: relative;
  padding-left: 70px;
  padding-bottom: 30px;
}
.comment-list .comment-inner .user-info .comment-user {
  width: 55px;
  height: 55px;
  display: block;
  margin-right: 25px;
  float: left;
  position: absolute;
  left: 0;
}
.comment-list .comment-inner .user-info .comment-user img {
  border-radius: 50%;
}
.comment-list .comment-inner .comment-user-info .fn {
  font-weight: 700;
  text-transform: capitalize;
}
.comment-list .comment-inner .comment-user-info .fn a {
  color: #333;
}
.comment-list .comment-inner .comment-user-info .date {
  display: block;
  position: relative;
  margin: 14px 0 20px;
  font-size: 13px;
}
.comment-list .comment-inner .comments-details {
  font-size: 15px;
  line-height: 22px;
  color: #7a8288;
  font-style: italic;
}
.comment-list .comment-inner .comments-details p {
  opacity: 1;
}
.comment-list .comment-inner .comments-details .reply {
  right: 0;
  position: absolute;
  top: 0;
  margin-left: 40px;
}
.comment-list .comment-inner .comments-details .reply a {
  color: #1ecde1;
  font-size: 13px;
  padding-left: 10px;
  font-style: normal;
}
.popupdv {
  position: fixed;
  z-index: 10000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.popupdv .popup-wrap {
  position: absolute;
  z-index: 10000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.popupdv .popup-wrap img {
  max-width: 400px;
  height: auto;
}
@media (max-width: 1200px) {
  .popupdv .popup-wrap img {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .popupdv .popup-wrap img {
    max-width: 300px;
  }
}
@media (max-width: 320px) {
  .popupdv .popup-wrap img {
    max-width: 250px;
  }
}
