html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

body {
  font-family: "Nunito Sans", sans-serif;
  position: relative;
  font-size: 18px;
  line-height: 26px;
  background-color: #fff; }

img {
  width: 100%; }

a {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #2697BD; }

a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #333; }

section {
  padding: 100px 0;
  position: relative; }
  @media (max-width: 991px) {
    section {
      padding: 50px 0; } }

.btn {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  background-color: #2697bd;
  border: 2px solid #2697bd;
  padding: 16px 30px 14px 30px;
  font-size: 17px;
  border-radius: 50px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 15px 0; }

.btn:hover {
  color: #fff;
  border-radius: 5px;
  background-color: #2697BD;
  border: 2px solid #2697BD; }

.btn:focus {
  color: #fff !important;
  background-color: #2697bd;
  border-color: #2697bd; }

.btn:active:hover, .btn:active:focus, .btn:active.focus, .btn-.active:hover, .btn.active:focus, .btn.active.focus, .open > .btn.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #2697bd;
  border-color: #2697bd; }

.btn:active, .btn.active, .open > .btn.dropdown-toggle {
  color: #fff;
  background-color: #2697bd;
  border-color: #2697bd; }

.title-h {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 60px;
  line-height: 65px;
  margin-bottom: 20px;
  color: #444;
  font-weight: 600;
  letter-spacing: 0px;
  margin-top: 0px; }

@media (max-width: 991px) {
  .title-h {
    font-size: 44px !important;
    line-height: 40px !important;
    margin-top: 0px;
    font-weight: 600;
    margin-bottom: 20px; } }
.title-p {
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 10px;
  font-weight: 300;
  color: #444; }
  @media (max-width: 991px) {
    .title-p {
      font-size: 20px !important;
      line-height: 28px; } }

.inner-h {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 10px;
  margin-top: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #444; }
  @media (max-width: 991px) {
    .inner-h {
      font-size: 27px !important;
      line-height: 30px !important; } }

.little-h {
  font-size: 24px;
  text-transform: uppercase;
  color: #2697BD;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 10px; }
  @media (max-width: 768px) {
    .little-h {
      font-size: 21px; } }

.back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.back-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.mobile-view {
  display: none !important; }
  @media (max-width: 991px) {
    .mobile-view {
      display: block !important; } }

.desctop-view {
  display: inline-block !important; }
  @media (max-width: 991px) {
    .desctop-view {
      display: none !important; } }

/******navbar start*******/
.top-bar {
  padding: 3px;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (max-width: 768px) {
    .top-bar {
      text-align: center; } }
  .top-bar p {
    position: relative;
    color: #fff;
    margin-bottom: 0;
    font-size: 14px; }
    @media (max-width: 991px) {
      .top-bar p {
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 0;
        padding: 4px 0 4px 0; } }
  .top-bar a {
    color: #fff;
    display: inline-block; }
  .top-bar a:hover {
    color: #ccc; }

.top-right {
  text-align: right; }
  @media (max-width: 991px) {
    .top-right {
      text-align: center; } }

@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 24px;
    background-color: #fff; }

  .navbar-toggle .svg-inline--fa {
    color: #2697BD; }

  .attr-nav {
    display: none; } }
nav.navbar.bootsnav {
  background: #fff;
  z-index: 100; }
  @media (max-width: 991px) {
    nav.navbar.bootsnav {
      border-bottom: 1px solid #f2f2f2; } }

.navbar-brand {
  padding: 0px 0px 0 10px;
  position: relative; }
  @media (max-width: 991px) {
    .navbar-brand {
      padding: 0px 5px 0px 5px;
      height: auto; } }

.navbar-brand img {
  width: auto;
  height: 100px;
  margin-top: -47px; }
  @media (max-width: 1070px) {
    .navbar-brand img {
      height: 70px; } }
  @media (max-width: 991px) {
    .navbar-brand img {
      margin-top: 0px;
      height: 90px; } }

.caret {
  margin-left: 4px; }

@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: white;
    border-top: 5px solid #2697BD;
    width: 250px; }

  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500; }

  nav.navbar.bootsnav ul.nav > li > a {
    padding: 13px 13px 27px 0px;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase; }

  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #333; }

  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #2697BD; }

  nav.no-background.bootsnav ul.nav > li > a {
    color: #fff; }

  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
    display: none; }

  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: left; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 9px 15px;
    border-bottom: solid 1px #eee;
    color: #333;
    font-size: 15px;
    font-weight: 400; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    background: #eee; } }
@media (max-width: 992px) {
  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    content: "";
    display: none; }

  nav.navbar.bootsnav .navbar-nav > li > a {
    border-bottom: none;
    border-top: none;
    font-weight: 500;
    color: #2697bd;
    padding: 14px 0;
    font-size: 22px; }

  nav.navbar.bootsnav .navbar-collapse.collapse.in {
    margin-bottom: 10px; }

  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    color: #2697bd;
    font-size: 19px;
    padding: 9px 0; }

  nav.navbar.bootsnav .navbar-nav {
    margin: 35px -15px 10px -15px; } }
nav.navbar-fixed.bootsnav .btn {
  padding: 9px 17px 9px 17px !important;
  font-size: 14px;
  margin: 1px 0px 0 0px;
  font-weight: 500;
  background-color: transparent;
  border: 2px solid #2697bd;
  letter-spacing: 0px;
  box-shadow: none;
  text-transform: capitalize;
  font-family: "Nunito Sans", sans-serif;
  color: #2697bd !important; }
  @media (max-width: 992px) {
    nav.navbar-fixed.bootsnav .btn {
      background-color: #2697BD !important;
      color: #fff !important;
      margin: 10px 10px 0 0px; } }

nav.navbar.bootsnav .btn:hover {
  background-color: #2697bd !important;
  border: 2px solid #2697bd !important;
  color: #fff !important; }

nav.navbar.bootsnav.no-full .navbar-collapse {
  height: auto !important;
  max-height: none  !important; }

.bar2 {
  padding: 15px 0 8px 0; }
  @media (max-width: 992px) {
    .bar2 {
      padding: 5px 0 8px 0; } }
  .bar2 a {
    color: red; }

@media (max-width: 1250px) and (min-width: 991px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 13px 7px 27px 0px;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase; }

  nav.navbar-fixed.bootsnav .btn {
    padding: 9px 17px 9px 17px !important;
    font-size: 12px;
    margin: 1px 0px 0 0px; } }
/******navbar end**********/
.slider #owlCarousel,
.slider .owl-stage-outer,
.slider .owl-stage,
.slider .owl-item {
  height: 86vh; }
  @media (max-width: 991px) {
    .slider #owlCarousel,
    .slider .owl-stage-outer,
    .slider .owl-stage,
    .slider .owl-item {
      height: 70vh; } }

.slider {
  width: 100%;
  height: 86vh;
  position: relative;
  z-index: 3;
  overflow: hidden; }
  @media (max-width: 991px) {
    .slider {
      height: 70vh; } }
  .slider .slide-back {
    background-color: rgba(124, 124, 124, 0.2);
    height: 100%; }
  .slider h1, .slider h2 {
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6); }
  .slider h1 {
    font-size: 70px;
    line-height: 75px; }
    @media (max-width: 768px) {
      .slider h1 {
        font-size: 35px;
        line-height: 35px; } }
  .slider h2 {
    font-size: 26px;
    line-height: 30px; }
    @media (max-width: 768px) {
      .slider h2 {
        font-size: 18px;
        line-height: 20px; } }
  .slider .btn {
    font-weight: 700;
    letter-spacing: 2px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4); }
    @media (max-width: 768px) {
      .slider .btn {
        margin: 5px 2px 50px 2px;
        min-width: 130px;
        font-size: 15px;
        padding: 10px 25px; } }

.slider #owlCarousel {
  width: 100%;
  overflow: hidden;
  position: relative; }

.slider .owl-item {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden; }

.slider .owl-item-bg {
  height: 86vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media (max-width: 991px) {
    .slider .owl-item-bg {
      height: 70vh; } }

.slide-content {
  padding: 40vh 30px 0 30px; }
  @media (max-width: 700px) {
    .slide-content {
      padding: 33vh 20px 0 20px; } }

.slider .owl-nav {
  position: absolute;
  top: 54%;
  left: 15px;
  right: 15px; }
  @media (max-width: 768px) {
    .slider .owl-nav {
      left: 2px;
      right: 2px; } }
.slider .owl-theme .owl-controls .owl-nav [class*=owl-] {
  margin: 3px;
  padding: 4px 2px;
  display: inline-block;
  cursor: pointer;
  width: 16px;
  background: transparent;
  opacity: 1; }
  @media (max-width: 768px) {
    .slider .owl-theme .owl-controls .owl-nav [class*=owl-] {
      width: 12px; } }
.slider .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  opacity: .7; }
.slider .owl-prev {
  float: left; }
.slider .owl-next {
  float: right; }

/***************hero end******/
.hero-bottom {
  padding: 15px 0; }
  .hero-bottom img {
    height: 90px;
    width: auto; }
    @media (max-width: 768px) {
      .hero-bottom img {
        height: auto;
        width: 100%; } }

/******* cta start *********/
/******* logos start *********/
.clients {
  padding: 50px 0 50px 0; }
  @media (max-width: 991px) {
    .clients {
      text-align: center; } }
  .clients .client-img {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 120px;
    margin: 15px 25px; }
    @media (max-width: 991px) {
      .clients .client-img {
        height: 80px;
        margin: 15px 15px; } }
  .clients .client-img:hover {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); }
  .clients .owl-theme .owl-controls {
    text-align: center; }
  .clients .owl-theme .owl-dots .owl-dot.active span, .clients .owl-theme .owl-dots .owl-dot:hover span {
    background: #000; }
  .clients .owl-theme .owl-dots .owl-dot span {
    background: #2697BD; }

/***** logos end **********/
.about-img {
  height: 400px; }
  @media (max-width: 650px) {
    .about-img {
      height: 220px;
      margin-top: 15px; } }

.events {
  padding-top: 50px; }

.post-slide {
  position: relative;
  overflow: hidden;
  padding: 0px;
  transform: translateY(0);
  transition: all 0.30s ease 0s;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
  margin: 30px 1% 0 1%;
  width: 31%;
  display: inline-block;
  vertical-align: top; }
  @media (max-width: 1050px) {
    .post-slide {
      margin: 30px 0% 0 0%;
      width: 100%; } }
  .post-slide .link {
    z-index: 2; }

.post-slide .post-img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #2697BD;
  opacity: .9;
  transform: translateY(-100%);
  transition: all 0.95s ease 0s; }

.post-slide:hover .post-img:after {
  transform: translateY(0); }

.post-slide .post-img:before {
  content: "Read More";
  width: 100%;
  height: 80%;
  left: 0;
  text-align: center;
  position: absolute;
  top: -50%;
  font-size: 30px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 2px;
  color: #fff;
  transition: all 0.50s ease 0s;
  z-index: 1; }

.post-slide:hover .post-img:before {
  top: 30%; }

.post-slide .post-review {
  padding: 30px 15px;
  background: #fff;
  position: relative;
  text-align: center; }

.post-slide .post-title {
  margin: 0 0 5px 0;
  color: #2697BD;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  min-height: 52px;
  text-transform: uppercase; }

.post-slide .post-description {
  font-size: 17px;
  line-height: 23px;
  color: #808080;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical; }

.event-img {
  height: 320px; }

.post-review h5 {
  color: #2697BD;
  font-weight: 600;
  font-size: 16px; }
.post-review h6 {
  margin-top: 5px;
  font-size: 14px; }

/**************************/
/******* cta start *********/
.cta {
  position: relative;
  background-attachment: fixed;
  padding: 150px 0; }
  @media (max-width: 992px) {
    .cta {
      padding: 60px 0; } }
  .cta h3 {
    color: #fff;
    padding-top: 20px;
    margin-bottom: 10px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); }
  .cta .title-p {
    color: #fff;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    padding-bottom: 0px; }
    @media (max-width: 991px) {
      .cta .title-p {
        font-size: 18px;
        line-height: 24px; } }
  .cta .back {
    background-color: rgba(52, 52, 52, 0.5); }

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .cta {
      background-attachment: scroll !important;
      background-size: auto 100%; } } }
/******** cta end ********/
.cta-footer {
  padding: 50px 0 30px 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1f7096+1,2697bd+100 */
  background: radial-gradient(ellipse at center, #1f7096 1%, #2697bd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .cta-footer h3 {
    color: #fff;
    margin-bottom: 10px; }
  .cta-footer .btn {
    border: 2px solid #fff;
    background-color: transparent;
    margin-top: 5px; }

/*****tc- footer start******/
.tc-footer {
  border-top: 1px solid #2697BD;
  padding-top: 60px; }
  @media (max-width: 991px) {
    .tc-footer {
      padding-top: 20px; } }
  .tc-footer p {
    color: #222;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px; }
    @media (max-width: 991px) {
      .tc-footer p {
        line-height: 22px;
        font-size: 16px; } }
  .tc-footer a {
    color: #222;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px; }
    @media (max-width: 991px) {
      .tc-footer a {
        line-height: 22px;
        font-size: 16px; } }
  .tc-footer a:hover {
    color: #2697BD; }
  .tc-footer ul {
    list-style: none;
    padding-left: 0px; }
  .tc-footer .footer-social {
    display: inline-block; }
  .tc-footer .footer-align {
    text-align: right; }
    @media (max-width: 991px) {
      .tc-footer .footer-align {
        text-align: left; } }
  .tc-footer .footer-logo {
    margin: 20px 0 10px 0;
    width: 100%; }
    @media (max-width: 991px) {
      .tc-footer .footer-logo {
        width: 95%; } }
  .tc-footer .svg-inline--fa {
    margin-right: 3px;
    color: #2697BD;
    width: 17px;
    height: 17px;
    padding: 8px;
    border: 2px solid #2697BD;
    border-radius: 50%;
    margin-top: 0px; }
    @media (max-width: 991px) {
      .tc-footer .svg-inline--fa {
        margin-right: 6px;
        margin-left: 0; } }
  .tc-footer .svg-inline--fa:hover {
    background-color: #2697BD;
    border: 2px solid #2697BD;
    color: #fff; }

.footer-copyright {
  background-color: #2697BD;
  padding: 10px 0 7px 0; }
  .footer-copyright p, .footer-copyright a {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 0;
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: 1px; }
  .footer-copyright a:hover {
    color: #333; }

/*****tc-footer end******/
.inner-header {
  position: relative;
  min-height: 50vh; }
  .inner-header .back {
    background-color: rgba(124, 124, 124, 0.2); }
  .inner-header h1 {
    color: #fff;
    text-transform: uppercase; }
  .inner-header .inner-header-h {
    margin-top: 30vh; }
    @media (max-width: 991px) {
      .inner-header .inner-header-h {
        margin-top: 36vh; } }

input, textarea {
  width: 100%;
  padding: 13px 20px;
  border: 1px solid #2697BD;
  margin-bottom: 15px;
  outline: none;
  border-radius: 20px; }

select {
  width: 100%;
  padding: 13px 20px;
  border: 1px solid #2697BD;
  margin-bottom: 15px;
  outline: none;
  border-radius: 20px;
  height: 53px;
  background-color: #fff; }

.contact-page .contact-info ul {
  list-style: none;
  padding-left: 0; }
.contact-page .contact-info li {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 18px; }
.contact-page .contact-info li a {
  color: #333;
  font-size: 18px; }
.contact-page .contact-info li a:hover {
  color: #2697BD; }
.contact-page .contact-info .svg-inline--fa {
  color: #2697BD;
  margin-right: 8px;
  width: 22px; }

.ticket-box {
  background-color: rgba(234, 247, 251, 0.6);
  padding: 50px;
  margin: 20px 0 30px 0; }
  @media (max-width: 768px) {
    .ticket-box {
      padding: 20px 15px; } }
  .ticket-box select {
    width: 100%;
    height: 50px;
    border: 1px solid #2697BD;
    border-radius: 20px;
    padding: 10px 25px;
    background: rgba(255, 255, 255, 0.95);
    margin-top: -1px; }
  .ticket-box h2 {
    margin-top: 10px;
    font-size: 22px; }
  .ticket-box h3 {
    margin-top: 0; }

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #eee; }

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2697BD; }

/* Create the indicator (the dot/circle - hidden when not checked) */
.container .checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block; }

.container-radio {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-top: 12px;
  margin-right: 5px;
  cursor: pointer;
  font-size: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
  width: 30%; }
  @media only screen and (max-width: 768px) {
    .container-radio {
      width: 100%; } }

.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

.container-radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #eee;
  border-radius: 50%; }

.container-radio .checkmark:after {
  top: 8px;
  left: 7px;
  width: 8px;
  height: 7px;
  border-radius: 50%;
  background: white; }

.container-check .checkmark:after {
  left: 8px;
  top: 5px;
  width: 7px;
  height: 11px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

#accordion .panel {
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 15px;
  position: relative; }

#accordion .panel:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border: 1px dashed #6e8898;
  top: 25px;
  left: 18px;
  position: absolute; }

#accordion .panel:last-child:before {
  display: none; }

#accordion .panel-heading {
  padding: 0;
  border: none;
  border-radius: 0;
  position: relative; }

#accordion .panel-title a {
  display: block;
  padding: 10px 30px 10px 60px;
  margin: 0;
  background: #fff;
  font-size: 18px;
  font-weight: 500;
  color: #444;
  border-radius: 0;
  overflow: hidden;
  position: relative; }
  @media only screen and (max-width: 768px) {
    #accordion .panel-title a {
      padding: 10px 5px 10px 50px; } }

#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before {
  content: "-";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  width: 40px;
  height: 100%;
  line-height: 40px;
  font-size: 17px;
  color: #fff;
  text-align: center;
  background: #2697BD;
  border-radius: 3px;
  border: 1px solid #2697BD;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease 0s; }
  @media only screen and (max-width: 768px) {
    #accordion .panel-title a:before,
    #accordion .panel-title a.collapsed:before {
      line-height: 40px;
      content: "-"; } }

#accordion .panel-title a.collapsed:before {
  content: "+";
  color: #000;
  background: #fff;
  border: 1px solid #6e8898; }
  @media only screen and (max-width: 768px) {
    #accordion .panel-title a.collapsed:before {
      line-height: 40px;
      content: "+"; } }

#accordion .panel-body {
  padding: 20px;
  margin-left: 40px;
  border-top: none;
  background: #fff; }

@media only screen and (max-width: 480px) {
  #accordion .panel-body {
    padding: 20px 10px; } }
.pagination {
  margin-top: 50px; }

.blog-page .post-slide .post-review {
  min-height: 200px;
  padding: 30px 15px 0 15px; }
  @media only screen and (max-width: 1047px) {
    .blog-page .post-slide .post-review {
      min-height: auto;
      padding: 30px 15px 15px 15px; } }

.blog-detail-img {
  height: 450px;
  margin: 10px 0 30px 0; }
  @media only screen and (max-width: 568px) {
    .blog-detail-img {
      height: 230px; } }

.admission-box {
  background-color: rgba(234, 247, 251, 0.6);
  padding: 50px;
  margin: 20px 0 30px 0; }
  @media only screen and (max-width: 768px) {
    .admission-box {
      padding: 20px 15px; } }

@media only screen and (max-width: 768px) {
  .dates-box h4 {
    font-size: 16px; } }

.ul-location {
  padding-left: 0;
  list-style: none; }
  .ul-location li {
    margin: 5px 0; }

.event-info-page .inner-h {
  font-size: 35px;
  margin-bottom: 25px; }
.event-info-page iframe {
  margin: 20px 0; }

.event-features .admission-box {
  padding: 50px 20px 35px 50px; }
  @media (max-width: 991px) {
    .event-features .admission-box {
      padding: 30px 10px 15px 40px; } }
  .event-features .admission-box ul {
    padding-left: 0px; }
  .event-features .admission-box li {
    font-size: 20px;
    margin-bottom: 15px; }
    @media (max-width: 768px) {
      .event-features .admission-box li {
        font-size: 17px; } }

.exhibitors .post-slide .post-title {
  margin: 0 0 5px 0;
  color: #2697BD;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  min-height: 52px;
  text-transform: capitalize; }
.exhibitors .post-slide .post-review {
  padding: 30px 10px 5px 10px;
  background: #fff;
  position: relative;
  text-align: center; }
.exhibitors .event-img {
  height: 240px; }

#property-filters {
  background-color: #2697bd;
  padding: 25px 15px 10px 15px; }
  #property-filters ::-webkit-input-placeholder {
    /* Edge */
    color: #fff; }
  #property-filters :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff; }
  #property-filters ::placeholder {
    color: #fff; }

.searchTerm {
  outline: none;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0;
  height: 58px;
  border: none; }

.searchButton {
  width: 40px;
  height: 65px;
  border: none;
  background: #38457a;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
  margin-left: -3px; }

.exhibitors-a {
  color: #fff;
  display: block;
  height: 58px;
  line-height: 58px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3); }
  @media (max-width: 991px) {
    .exhibitors-a {
      margin-bottom: 15px; } }

.search {
  position: relative; }

#property-filters .btn {
  border: 2px solid #fff;
  color: #fff;
  width: 100%;
  border-radius: 2px; }

#property-filters .btn:hover {
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0.3);
  color: #333; }

@media (max-width: 991px) {
  #property-filters {
    padding: 20px 15px; } }
.post-slide:hover {
  box-shadow: 2px -1px 20px rgba(0, 0, 0, 0.2); }

.exhibitors-box {
  width: calc(33% - 20px);
  margin: 9px 7px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  padding: 15px 15px;
  display: inline-block;
  vertical-align: top; }
  @media (max-width: 991px) {
    .exhibitors-box {
      width: calc(100% - 0px);
      margin: 9px 0px; } }
  .exhibitors-box .exhibitors-img {
    height: 120px;
    margin: 20px 20px 30px 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  .exhibitors-box .btn {
    padding: 8px 25px; }
  .exhibitors-box .post-title {
    font-size: 23px;
    line-height: 27px;
    min-height: 54px;
    font-weight: 800; }
    @media (max-width: 991px) {
      .exhibitors-box .post-title {
        min-height: auto; } }
  .exhibitors-box .exhibitors-text {
    background-color: rgba(234, 247, 251, 0.6);
    padding: 5px 10px; }

.detail-btn .btn {
  min-width: 240px; }
  @media (max-width: 991px) {
    .detail-btn .btn {
      margin: 5px 0; } }

.example-image {
  background-size: cover;
  background-position: center;
  height: 220px;
  margin: 15px 2% 0 0%;
  width: calc(23.5% - 1%);
  display: inline-block;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 999px) {
    .example-image {
      height: 250px;
      margin: 5px 5px;
      width: calc(50% - 15px); } }
  @media screen and (max-width: 500px) {
    .example-image {
      height: 250px;
      margin: 5px 0px;
      width: calc(100% - 0px); } }
