/* Fonts */
@font-face {
  font-family: BarlowCondensedBold;
  src: url('../fonts/barlowcondensed-bold.ttf') format('truetype');
  src: url('../fonts/barlowcondensed-bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: BarlowCondensedExtraBold;
  src: url('../fonts/barlowcondensed-extrabold.ttf') format('truetype');
  src: url('../fonts/barlowcondensed-extrabold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: BarlowCondensedRegular;
  src: url('../fonts/barlowcondensed-regular.ttf') format('truetype');
  src: url('../fonts/barlowcondensed-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: caveatbrush;
  src: url('../fonts/caveatbrush-regular.ttf') format('truetype');
  src: url('../fonts/caveatbrush-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* BODY */
body {
  border-top: 0;
  font-family: BarlowCondensedRegular, sans-serif;
  font-size: 22px;
}

/* general styling */
a {
  transition: 0.5s;
}

.extra-bold {
  font-family: BarlowCondensedExtraBold, sans-serif;
}

.btn-primary {
  background: var(--orange);
  border-color: var(--orange);
  border-radius: 0;
  text-transform: uppercase;
  color: #000;
  font-size: 30px;
  padding: 15px 40px;
  box-shadow: none;
  text-shadow: none;
}

.btn-primary:hover {
  background: var(--light-blue);
  border-color: var(--light-blue);
  border-radius: 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
  padding: 15px 40px;
  box-shadow: none;
}

.btn-info,
.btn-warning,
.btn-success {
  background: var(--orange);
  border-color: var(--orange);
  border-radius: 0;
  text-transform: uppercase;
  color: #000;
  font-size: 20px;
  padding: 5px 20px;
  box-shadow: none;
  text-shadow: none;
  transition: 0.5s;
}

.btn-info:hover,
.btn-warning:hover,
.btn-success:hover {
  background: var(--dark-blue);
  border-color: var(--dark-blue);
  border-radius: 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  padding: 5px 20px;
  box-shadow: none;
  text-shadow: none;
}

.page-wrapper {
  margin-top: 80px;
}

h1 {
  font-size: 40px;
  font-weight: bold;
  color: #000;
}

h2,
h3,
h4,
h5,
h6 {
  font-size: 30px;
  font-weight: bold;
  color: var(--dark-blue);
}

/* ONLINE PORTAL */
.portal-category-header {
  margin-top: 20px;
  margin-bottom: 20px;
  background: var(--menu-color);
  color: #fff;
  text-align: center;
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  border-radius: 20px;
}

.portal-details {
  font-size: 14px;
  text-align: center;
}

.portal-details a {
  margin-top: 20px;
  margin-bottom: 20px;
}

.portal-file {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid var(--light-blue);
  border-radius: 20px;
  padding: 20px;
  text-align: center;
}

.portal-file .file-title {
  display: block;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 16px;
}

.portal-file .file-desc {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 12px;
}

.portal-file img {
  max-height: 220px;
}

/* page sections */
.page-section {
  margin-top: 20px;
  margin-bottom: 0px;
}

.page-section-price {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}

.page-section-button {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.page-section-product-wrapper {
  margin-top: 15px;
  padding: 20px 40px;
  border: 1px solid var(--top-menu-bar-bg-color);
  border-radius: 15px;
}

.page-section-product-name {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
}

/* top menu */
.top-menu {
  background: var(--top-menu-bar-bg-color);
  color: var(--top-menu-bar-font-color);
  text-align: right;
  height: 46px;
  line-height: 45px;
  font-family: BarlowCondensedRegular, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
}

.top-menu a:not(:last-child) {
  text-transform: uppercase;
  color: #fff;
  margin-right: 15px;
}

.top-menu a:hover {
  color: #000;
  text-decoration: none;
}

@media (max-width:991px) {
  .top-menu {
    text-align: center;
  }
}

#header {
  /*margin-bottom: 180px;*/
}

#header .logo {
  margin-top: 0 !important;
  max-width: 220px;
  z-index: 2000;
  position: absolute;
}

#header .logo-small {
  margin-top: 0 !important;
  max-width: 150px;
  z-index: 2000;
  position: absolute;
}

@media (max-width:991px) {
  .top-menu {
    text-align: center;
  }

  #header {
    /*margin-bottom: 80px;*/
  }

  #header .logo {
    margin-top: 0 !important;
    max-width: 160px;
    z-index: 2000;
    position: absolute;
  }
}

.items {
  color: #fff;
}

.items a {
  color: #fff !important;
  font-size: 22px;
  font-weight: normal;
}

.items a:hover {
  color: #000 !important;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.dropdown-menu {
  margin: 0;
}

.dropdown-menu>li>a {
  font-size: 18px;
  margin-right: 0;
}

.dropdown-menu>li>a:hover {
  background: #fff;
  color: var(--dark-blue);
}

.navbar-default {
  background: transparent !important;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #000;
  margin-top: 56px;
  box-shadow: none;
  -webkit-box-shadow: none;
}

@media (min-width: 992px) {

  .sm-blue a:hover,
  .sm-blue a:focus,
  .sm-blue a:active,
  .sm-blue a.highlighted {
    background: transparent !important;
  }
}

@media (min-width: 992px) {

  .sm-blue a,
  .sm-blue a:hover,
  .sm-blue a:focus,
  .sm-blue a:active,
  .sm-blue a.highlighted {
    padding: 0px 20px !important;
    background: transparent !important;
    color: #000;
    transition: 0.5s;
  }
}

.sm-blue a,
.sm-blue a:hover,
.sm-blue a:focus,
.sm-blue a:active {
  background: transparent !important;
  color: #000;
  font-size: 28px;
  line-height: 28px;
  text-shadow: none;
  text-transform: uppercase;
  font-family: BarlowCondensedRegular, sans-serif;
}

.sm-blue ul a,
.sm-blue ul a:hover,
.sm-blue ul a:focus,
.sm-blue ul a:active {
  background: transparent !important;
  color: #000;
  font-size: 20px;
  text-shadow: none;
  border-left: 8px solid transparent;
  position: relative;
}

@media (min-width: 992px) {
  .sm-blue a:hover {
    text-decoration: underline;
    /*color: var(--orange);*/
  }

  .sm-blue>li {
    border-left: 0;
  }

  .sm-blue>li.active a {
    position: relative;
  }

  .sm-blue>li.active a::before {
    content: '';
    position: absolute;
    background: var(--orange);
    width: 65px;
    height: 65px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
}

@media (max-width:1400px) {

  .sm-blue a,
  .sm-blue a:hover,
  .sm-blue a:focus,
  .sm-blue a:active {
    background: transparent !important;
    color: #000;
    font-size: 22px;
    line-height: 22px;
    text-shadow: none;
    text-transform: uppercase;
    font-family: BarlowCondensedRegular, sans-serif;
    padding: 0px 10px !important;
  }
}

@media (max-width:991px) {

  .sm-blue a,
  .sm-blue a:hover,
  .sm-blue a:focus,
  .sm-blue a:active {
    background: transparent !important;
    color: #000;
    font-size: 26px;
    line-height: 26px;
    text-shadow: none;
    text-transform: uppercase;
    font-family: BarlowCondensedRegular, sans-serif;
    padding: 10px 10px !important;
  }
}

#main-menu::before {
  content: '';
  display: block;
  height: 1px;
  font: 1px/1px sans-serif;
  overflow: hidden;
  background: transparent !important;
}

#main-menu {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0;
  box-shadow: none;
}

.navbar-default .navbar-toggle {
  border-color: var(--orange);
  background: var(--orange);
  transition: 0.5s;
}

.navbar-default .navbar-toggle:hover {
  border-color: var(--dark-blue);
  background: var(--dark-blue);
}

@media (max-width:991px) {
  #main-menu {
    padding-top: 100px;
  }
}

/* carousel */
.carousel-wrapper {
  background: var(--dark-blue);
  padding-top: 60px;
  padding-bottom: 60px;
}

.carousel-wrapper {
  margin-top: 40px !important;
  position: relative;
}

.carousel-wrapper::after {
  position: absolute;
  content: '';
  width: 700px;
  height: 700px;
  background: var(--light-blue);
  clip-path: circle(49.7% at 23% 5%);
  top: 0;
  left: -100px;
  z-index: 1;
}

.carousel-fade .carousel-inner .item {
  z-index: 2000;
}

.carousel-fade .carousel-inner .item img {
  float: right;
}

.carousel-caption {
  text-align: left;
  left: 15%;
}

.carousel-caption h2 {
  font-size: 40px;
  color: #fff;
  font-weight: normal;
  font-family: caveatbrush, sans-serif;
}

.carousel-wrapper .home-banner-text {
  position: relative;
  z-index: 2000 !important;
  line-height: 1;
}

.carousel-wrapper .home-banner-text h1 {
  margin-top: 80px;
  color: #000;
  font-family: BarlowCondensedExtraBold, sans-serif;
  font-size: 60px;
}

.carousel-wrapper .home-banner-text p {
  color: #000;
  font-family: BarlowCondensedRegular, sans-serif;
  font-size: 60px;
  margin-bottom: 30px;
}

@media (max-width:1300px) {
  .carousel-caption {
    text-align: left;
    left: 10%;
  }

  .carousel-wrapper .home-banner-text h1 {
    margin-top: 80px;
    color: #000;
    font-family: BarlowCondensedExtraBold, sans-serif;
    font-size: 50px;
  }

  .carousel-wrapper .home-banner-text p {
    color: #000;
    font-family: BarlowCondensedRegular, sans-serif;
    font-size: 50px;
    margin-bottom: 30px;
  }
}

@media (max-width:991px) {
  .carousel-wrapper::after {
    width: 400px;
    height: 400px;
    background: var(--light-blue);
    clip-path: circle(49.7% at 23% 5%);
    top: 0;
    left: -100px;
  }

  .carousel-fade .carousel-inner .item img {
    float: none;
  }

  .carousel-caption h2 {
    font-size: 30px;
  }

  .carousel-wrapper .home-banner-text {
    margin-bottom: 40px;
  }

  .carousel-wrapper .home-banner-text h1 {
    margin-top: 20px;
  }
}

@media (max-width:500px) {
  .carousel-caption {
    padding-bottom: 0;
  }

  .carousel-caption h2 {
    font-size: 20px;
  }
}

/* home page sections */
.home-page-section1 {
  margin-top: 80px;
  margin-bottom: 20px;
}

.home-page-section1 h2 {
  font-size: 58px;
  color: #000;
  font-weight: normal;
}

.home-page-section1 p.large {
  font-size: 28px;
  margin-top: 20px;
}

.home-page-section2 {
  text-align: center;
  margin-bottom: 80px;
}

.home-page-section2 h2 {
  font-size: 50px;
  color: #000;
  font-weight: normal;
  margin-bottom: 30px;
}

.home-page-section2 .testimonial {
  font-size: 30px;
  font-family: caveatbrush;
  color: #000;
}

.home-page-section2 .testimonial .stars {
  color: var(--orange);
  font-size: 24px;
  margin-top: 40px;
}

.home-page-section2 .testimonial .stars i {
  margin-right: 5px;
  margin-left: 5px;
}

.home-page-section2 .testimonial .name {
  margin-top: 10px;
  font-family: BarlowCondensedRegular;
  font-size: 20px;
  font-weight: normal;
}

.home-page-section2 .owl-theme .owl-nav[class*="owl-"] {
  display: block;
}

.home-page-section2 .owl-prev {
  width: 15px;
  height: 60px;
  position: absolute;
  top: 0%;
  left: -90px;
  display: block !important;
  border: 0px solid black;
}

.home-page-section2 .owl-next {
  width: 15px;
  height: 60px;
  position: absolute;
  top: 0%;
  right: -80px;
  display: block !important;
  border: 0px solid black;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
  background: none !important;
}

@media (max-width:1650px) {
  .owl-carousel .owl-nav {
    display: none !important;
  }
}

.home-page-section2 .owl-prev i,
.home-page-section2 .owl-next i {
  /*transform: scale(1, 6);*/
  color: #fff;
  background: var(--orange);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding-top: 10px;
}

.home-page-section3 {
  margin-top: 80px;
  margin-bottom: 80px;
  background: var(--dark-blue);
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.home-page-section3 .embed-responsive,
.home-page-section3 .content-section {
  z-index: 2000 !important;
  position: relative;
}

.home-page-section3 h3 {
  font-size: 50px;
  color: #000;
  font-weight: normal;
  margin-top: 0;
  padding-top: 0;
}

.home-page-section3 p {
  color: #000;
}

.home-page-section3 img {
  max-height: 60px;
  display: inline-block;
  margin-right: 20px;
}

.home-page-section3 span {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}

.home-page-section3 .btn {
  margin-top: 10px;
}

.home-page-section3::after {
  position: absolute;
  content: '';
  width: 700px;
  height: 700px;
  background: var(--light-blue);
  clip-path: circle(49.7% at 77% 5%);
  top: 0;
  right: -200px;
  z-index: 1;
}

@media (max-width:1400px) {
  .home-page-section3 span {
    font-size: 20px;
  }
}

@media (max-width:1400px) {
  .home-page-section3 h3 {
    margin-top: 40px;
  }
}

.home-page-section4 {
  margin-top: 80px;
  margin-bottom: 80px;
  background: #fff;
  color: #000;
  text-align: center;
}

.home-page-section4 h3 {
  font-size: 50px;
  color: #000;
  font-weight: normal;
  margin-top: 0;
  padding-top: 0;
}

.home-page-section4 p {
  font-size: 24px;
}

.home-page-section4 a:hover {
  text-decoration: none;
}

.home-page-section4 .section {
  border: 2px solid var(--orange);
  padding: 30px 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  transition: 0.5s;
}

.home-page-section4 .section:hover {
  text-decoration: none;
  background: var(--orange);
  color: #fff;
}

.home-page-section4 .section .image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
}

.home-page-section4 .section .title {
  font-size: 40px;
  font-family: BarlowCondensedExtraBold, sans-serif;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}

.home-page-section4 .btn {
  margin-top: 20px;
}

.home-page-section4 .section:hover>.btn {
  text-decoration: none;
  background: #fff;
  color: #000;
}

.home-page-section5 {
  margin-top: 80px;
  margin-bottom: 40px;
  background: var(--dark-blue);
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.home-page-section5 h3 {
  font-size: 50px;
  color: #000;
  font-weight: normal;
  margin-top: 40px;
  padding-top: 0;
}

.home-page-section5 p {
  color: #000;
}

.home-page-section5 .content-section {
  z-index: 2000 !important;
  position: relative;
}

.home-page-section5 a:hover {
  text-decoration: none;
}

.home-page-section5 .section {
  border: 2px solid var(--orange);
  background: #fff;
  padding: 30px 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  transition: 0.5s;
  text-align: center;
}

.home-page-section5 .section:hover {
  text-decoration: none;
  background: var(--orange);
  color: #fff;
}

.home-page-section5 .section .image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 250px;
}

.home-page-section5 .section .title {
  font-size: 40px;
  font-family: BarlowCondensedExtraBold, sans-serif;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}

.home-page-section5 .section p {
  font-size: 16px;
}

.home-page-section5 .btn {
  margin-top: 20px;
}

.home-page-section5 .section:hover>.btn {
  text-decoration: none;
  background: #fff;
  color: #000;
}

.home-page-section5::after {
  position: absolute;
  content: '';
  width: 700px;
  height: 700px;
  background: var(--light-blue);
  clip-path: circle(49.7% at 23% 5%);
  top: 0;
  left: -200px;
  z-index: 1;
}

.home-page-section6 {
  /*margin-top: 80px;*/
  margin-bottom: 80px;
  background: #fff;
  color: #000;
  text-align: center;
}

.home-page-section6 h3 {
  font-size: 50px;
  color: #000;
  font-weight: normal;
  margin-top: 40px;
  padding-top: 0;
}

.home-page-section6 p {
  color: #000;
}

.home-page-section6 a:hover {
  text-decoration: none;
}

.home-page-section6 .section {
  border: 2px solid var(--orange);
  background: #fff;
  padding: 30px 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  transition: 0.5s;
  text-align: center;
}

.home-page-section6 .section:hover {
  text-decoration: none;
  background: var(--orange);
  color: #fff;
}

.home-page-section6 .section .image {
  background: #fff;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 250px;
}

.home-page-section6 .section .title {
  font-size: 40px;
  font-family: BarlowCondensedExtraBold, sans-serif;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}

.home-page-section6 .section p {
  font-size: 16px;
}

.home-page-section6 .btn {
  margin-top: 20px;
}

.home-page-section6 .section:hover>.btn {
  text-decoration: none;
  background: #fff;
  color: #000;
}

/* footer */
#footer_wrapper {
  background: #000;
  color: var(--orange);
  font-size: 30px;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 60px;
}

#footer_wrapper .footer-logo {
  margin-top: -100px;
}

#footer_wrapper .contact-section {
  font-weight: bold;
}

#footer_wrapper .contact-section a {
  font-weight: bold;
  color: var(--orange);
  text-decoration: none;
  transition: 0.5s;
  margin-left: 30px;
  margin-right: 30px;
  text-transform: uppercase;
}

#footer_wrapper .contact-section a:hover {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

#footer_wrapper .menu-section {
  margin-top: 20px;
  font-weight: bold;
}

#footer_wrapper .menu-section a {
  font-size: 24px;
  font-weight: normal;
  color: var(--orange);
  text-decoration: none;
  transition: 0.5s;
  margin-left: 10px;
  margin-right: 10px;
  text-transform: uppercase;
}

#footer_wrapper .menu-section a:first-child {
  margin-left: 0;
}

#footer_wrapper .menu-section a:hover {
  font-weight: normal;
  color: #fff;
  text-decoration: none;
}

#footer_wrapper .footer-social-icons {
  /*margin-top: 60px;*/
  text-align: right;
}

#footer_wrapper .footer-social-icons a {
  font-size: 30px;
  color: #000;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  margin-right: 10px;
  background: var(--orange);
  border-radius: 50%;
  transition: 0.5s;
  display: inline-block;
  text-align: center;
  padding-top: 7px;
  transition: 0.5s;
}

#footer_wrapper .footer-social-icons a:hover {
  background: #fff;
}

@media (max-width:991px) {
  #footer_wrapper .contact-section {
    text-align: center;
    margin-top: 20px;
  }

  #footer_wrapper .contact-section a {
    margin-left: 0;
    margin-right: 0;
  }

  #footer_wrapper .menu-section {
    text-align: center;
    margin-top: 20px;
  }

  #footer_wrapper .menu-section a {
    margin-left: 0;
    margin-right: 0;
  }

  #footer_wrapper .footer-social-icons {
    margin-top: 20px;
    text-align: center;
  }
}

#final_wrapper {
  border-top: 0;
  background: var(--dark-blue);
  color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
}

#final_wrapper #copyright {
  text-align: center;
}

/* other styling */
#sort_menu_wrapper,
#sort_menu_wrapper_blog {
  background: var(--dark-blue);
}

label {
  color: var(--dark-blue);
}

.form_header,
.heading,
legend {
  background: var(--dark-blue);
}

.product {
  background: #F1F1F1;
  border: 5px solid #FFFFFF;
  height: 320px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.product_name {
  display: block;
  font-size: 20px;
  font-weight: bold;
  height: 20px;
}

.readmore {
  color: var(--dark-blue);
}

.border_top {
  border-top: 1px solid #000;
}

.alert-info {
  background: var(--dark-blue);
  border-color: var(--dark-blue);
  color: #fff;
}

.alert-info h1 {
  color: #fff;
}

.my-account-title {
  color: var(--dark-blue);
}

.product-booking-contact {
  border: 1px solid var(--dark-blue);
  border-radius: 5px;
  padding: 20px 30px;
}

.product-booking-contact-error {
  border: 2px solid #c00 !important;
}