:root {
  --primary: #DEB467;
  --primary-alt: #DEB467;
  --highlight: #FFC200;
  --bg-color: #ffffff;
}

.text-center {
  text-align: center;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  color: #ffffff;
}

.footer-top .about {
  margin-bottom: 60px;
}

.price-info {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}

.navbar-toggle {
  border: none;
}

/**********************

Style.css
=============

Author:  Gino Aliaj
Template: Swimmerland - Water Park HTML Template
Version: 1.0

Author URI: gnodesign.com
***************************/


/*------------------------------------------------------------------
[Table of contents]

1.  Default Typography
2.  General Styles
3.  Buttons
4.  Header
5.  Home Page
    5.1 Main Section - Slider
    5.2 About Us Section
    5.3 Gallery Section
    5.4 Training Courses Section
    5.5 Count Up Section
    5.6 Blog Section
    5.7 Testimonial Section
    5.8 Pricing Plan Section
    5.9 Signup Section
    5.10 Latest Event Section
    5.11 Partners Section
6. Footer
7. Pages
    7.1 About Page
    7.2 404 Page
    7.3 Coming Soon Page
8. Blog
    8.1 Blog Listing
    8.2 Blog Detail
9. Contact Us
-------------------------------------------------------------------*/


/* --------------------------------------
    1. Default Typography
-------------------------------------- */

*,
body {
  font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin: 0 !important;
  color: #323232;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 38px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}


/* --------------------------------------
    2. General Styles
-------------------------------------- */

body {
  background: #f6f8f8;
}

a {
  color: var(--primary);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

a:hover {
  color: var(--primary);
}

a:hover,
a:focus,
a:visited {
  text-decoration: none !important;
  outline: none !important
}

input {
  outline: none !important;
}

button {
  outline: none !important;
}

.main-content {
  padding: 80px 0;
}

.pad80 {
  padding: 80px 0 0 0;
}

.pad70 {
  padding: 70px 0 0 0;
}

.pad40 {
  padding: 40px 0 0 0;
}

.section-title {
  text-align: center;
  margin: 0 !important;
  text-transform: uppercase;
}

/*.section-title:after {*/
/*  content: url(../images/shapes/tv.svg);*/
/*  display: block;*/
/*  width: 70px;*/
/*  margin: 0 auto;*/
/*  padding: 0px 0 20px 0;*/
/*  text-transform: uppercase;*/
/*}*/

.section-descr {
  text-align: center;
  margin: 0;
}

img {
  -moz-user-select: none;
  /* These user-select properties are inheritable, used to prevent text selection */
  -webkit-user-select: none;
  -ms-user-select: none;
  /* From IE10 only */
  -webkit-user-drag: none;
  /* Prevents dragging of images/divs etc */
  user-drag: none;
}


/* --------------------------------------
    3. Buttons
-------------------------------------- */

.btn {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  padding: 10px 25px;
  position: relative;
  background: var(--primary);
  /*-webkit-border-radius: 25px;*/
  /*-moz-border-radius: 25px;*/
  /*-ms-border-radius: 25px;*/
  /*-o-border-radius: 25px;*/
  /*border-radius: 25px;*/
  color: #fefefe;
  box-shadow: 5.5px 9px 15px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
}

.btn:focus,
.btn:hover {
  color: #fefefe;
  box-shadow: none;
}

.btn-border {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 25px;
  position: relative;
  border: 2px solid var(--primary);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  color: #999;
}

.btn-border.active {
  background: var(--primary);
  color: #f6f8f8;
}


/* --------------------------------------
    4. Header
-------------------------------------- */

header {
  position: absolute;
  width: 100%;
  z-index: 999;
  -webkit-transition: .6s all ease;
  -moz-transition: .6s all ease;
  -ms-transition: .6s all ease;
  -o-transition: .6s all ease;
  transition: .6s all ease;
}

nav.navbar {
  background: none;
  border: none;
}

.navbar-brand {
  width: 250px;
  display: flex;
  align-items: center;
  gap: 7px;
}

.navbar-brand svg {
  height: 40px;
}

.navbar-brand img {
  height: 30px;
  cursor: pointer;
}

/*.navbar-header {
    float: right;
}
.navbar-toggle {
    display: block;
    border: none;
    margin: 18px 0;
    padding: 0;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
    background: none !important;
}

.navbar-default .navbar-toggle .icon-bar {
    content: '';
    display: block;
    width: 30px;
    height: 5px;
    background: url(../images/shapes/wave-white.svg) no-repeat;
}

div#main-nav .nav {
    padding-top: 20px;
    margin: 0;
}

div#main-nav h3 {
    text-align: center;
    color: #f6f8f8;
    text-transform: uppercase;
    padding: 20px 0;
}

div#main-nav h3:after {
    content: url(../images/shapes/wave-white.svg);
    display: block;
    width: 60px;
    margin: 0 auto;
    text-transform: uppercase;
    position: relative;
}

*/
.navbar .navbar-nav>li>a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #f6f8f8 !important;
  padding-left: 30px;
}

.navbar .navbar-nav>li>a:hover {
  color: var(--primary) !important;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.navbar .navbar-nav>.open>a,
.navbar .navbar-nav>.open>a:hover,
.navbar .navbar-nav>.open>a:focus {
  background: none;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  background: none !important;
  color: var(--primary) !important;
}


/*****  PUSH MENU   *****/

/*.collapse {
  display: block !important;
}
*/

/* General styles for all menus */

#main-nav.cbp-spmenu {
  background: -moz-linear-gradient(left, var(--primary) -40%, #003042 140%);
  background: -webkit-linear-gradient(left, var(--primary) -40%, #003042 140%);
  background: linear-gradient(to right, var(--primary) -40%, #003042 140%);
  position: fixed;
  padding: 0;
  margin: 0 !important;
  overflow-x: hidden;
  overflow-y: visible;
  display: block;
  visibility: visible !important;
  height: 100% !important;
  border: 0;
}

.cbp-spmenu-push-toleft:before {
  content: '';
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}


/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
  left: -260px;
}

.cbp-spmenu-right {
  right: -260px;
}

.cbp-spmenu-left.cbp-spmenu-open {
  left: 0px;
  height: 100% !important;
}

.cbp-spmenu-right.cbp-spmenu-open {
  right: 0px;
  height: 100% !important;
}


/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
  width: 260px;
  height: 100%;
  top: 0;
  z-index: 1000;
}


/* when menu is open */

.cbp-spmenu .nav>li {
  display: block;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #9ac7d8;
}

.cbp-spmenu .nav>li i {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.cbp-spmenu .nav>li.open i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 40%;
}


/* Push classes applied to the body */

.cbp-spmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}

.cbp-spmenu-push-toright {
  left: 260px;
}

.cbp-spmenu-push-toleft {
  left: -260px;
}


/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


/* Dropdown down */

.dropdown-menu {
  position: relative;
  width: 100%;
  background: rgba(15, 83, 108, 0.55);
  border-radius: 0;
  border: 0;
  float: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  box-shadow: none;
  display: none;
}

.open>.dropdown-menu {
  display: block;
  animation: mymenu-open .5s;
}

.dropdown-menu li a {
  color: #f6f8f8;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 0 15px 30px;
  border-bottom: 1px solid rgba(238, 238, 238, 0.2) !important;
}

.dropdown-menu li a:last-child {
  border: 0;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
  background: none;
  color: var(--primary);
}


/* --------------------------------------
    5. Home Page
-------------------------------------- */


/**************** 5.1 Main Section - Slider ****************/

section.main {
  position: relative;
}


/* ---- Slider ---- */

.fullscreen {
  top: 0;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.swiper-slide-active {
  z-index: 100;
}

.swiper-slide {
  overflow: hidden;
  background-position: center !important;
}

.overlay:before {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  overflow: hidden;
  z-index: 2;
  position: absolute;
  top: 0;
  opacity: .9;
}

.overlay:after {
  background: -moz-linear-gradient(left, var(--primary) -40%, #003042 140%);
  background: -webkit-linear-gradient(left, var(--primary) -40%, #003042 140%);
  background: linear-gradient(to right, var(--primary) -40%, #003042 140%);
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  overflow: hidden;
  z-index: 3;
  position: absolute;
  top: 0;
  opacity: .3;
}

.slider-content {
  position: relative;
  top: 35%;
  z-index: 15;
  text-align: center;
}

.slider-content h3 {
  color: #fefefe;
  font-weight: 400;
}

.slider-content h3 span {
  font-size: 72px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

/*.slider-content h3:after {*/
/*  content: url('../images/shapes/tv.svg');*/
/*  display: block;*/
/*  width: 70px;*/
/*  margin: 0 auto;*/
/*  padding: 5px 0 20px 0;*/
/*}*/

.slider-content p {
  color: #fefefe;
  font-weight: 400;
  font-size: x-large;
  line-height: unset;
}

.slider-content p span {
  color: var(--highlight);
  font-family: inherit;
}

.slider-content .cta {
  margin-top: 40px;
}

.slider-content .cta .btn:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}


/* ---- Video Background ---- */

video.video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../video/video.jpg) no-repeat;
  background-size: cover;
  -webkit-transition: all 1s opacity;
  -moz-transition: all 1s opacity;
  -ms-transition: all 1s opacity;
  -o-transition: all 1s opacity;
  transition: all 1s opacity;
}

.video-bg::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}


/* ---- Paginition ---- */

.swiper-pagination {
  top: 50%;
  -webkit-transform: rotate(90deg) translateX(-50%);
  -moz-transform: rotate(90deg) translateX(-50%);
  -ms-transform: rotate(90deg) translateX(-50%);
  -o-transform: rotate(90deg) translateX(-50%);
  transform: rotate(90deg) translateX(-50%);
  width: auto !important;
  height: 20px;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 2px solid #fefefe;
  background: none;
  opacity: 0.6;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.swiper-pagination-bullet-active {
  border: none;
  background: #fefefe;
  opacity: 1;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}


/* ---- Scroll Down ---- */

.scroll-down {
  position: absolute;
  bottom: 0;
  z-index: 20;
  width: 100%;
  text-align: center;
}

.scroll-down:before {
  content: url('../images/shapes/scroll-shape.svg');
  width: 100px;
  height: 49px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}

.scroll-down a {
  font-size: 30px;
  cursor: pointer;
  color: #323232;
}

.scroll-down a:hover {
  color: var(--primary);
  font-size: 34px;
}


/* Demos */

#index-image.fullscreen {
  background: url(../images/img/slider-bg.jpg) no-repeat;
  background-size: cover;
}


/**************** 5.2 About Section ****************/

section#about-us {
  text-align: center;
  overflow: hidden;
  position: relative;
}

section#about-us .about-image {
  /* background: url('../images/about3.png');
    background-size: cover;
    min-height: 440px;
    z-index: 1; */

  display: flex;
  align-items: center;
}

section#about-us .about-image img {
  border-radius: 4px;
  width: 100%;
  height: auto;
  margin: 80px 0;
}

section#about-us .row {
  display: block;
}

@media (min-width:992px) {
  section#about-us .row {
    display: flex;
  }
}

section#about-us .about-description {
  width: 70%;
  text-align: left;
  display: block;
  margin: 2rem auto;
}

section#about-us .btn {
  margin-top: 30px;
}

section#about-us .logo-overlay {
  width: 300px;
  height: 300px;
  opacity: .1;
  position: absolute;
  top: -120px;
  right: -100px;
  background: url('../images/logo-mark.svg');
}


/**************** 5.3 Gallery Section ****************/

section#gallery {
  background: #ededed;
}

ul.gallery-sorting {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}

ul.gallery-sorting li {
  display: inline-block;
  padding: 15px 10px;
}

ul#grid.gallery-items {
  margin: 50px 0 0 0;
}

ul#grid.gallery-items li.shuffle-item {
  padding: 0;
}

ul#grid.gallery-items li.shuffle-item img {
  object-fit: cover;
  min-height: 250px;
  opacity: .7;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
}


/* CSS Fallback from Modernizr */

ul#grid.gallery-items li.shuffle-item.compat-object-fit img {
  background-size: cover;
  background-position: center;
}

figure.gallery-item {
  max-height: 250px;
  overflow: hidden;
}

ul#grid.gallery-items li.shuffle-item:hover img {
  opacity: 1;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}

ul#grid.gallery-items li.shuffle-item a:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(60, 190, 238, 0.3);
  position: absolute;
  z-index: 1;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
}

ul#grid.gallery-items li.shuffle-item:hover a:before {
  opacity: 1;
}

ul#grid.gallery-items li.shuffle-item a:after {
  content: '\f00e';
  font-family: 'fontawesome';
  font-size: 30px;
  color: #f6f8f8;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 5;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  opacity: 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

ul#grid.gallery-items li.shuffle-item:hover a:after {
  opacity: .8;
  font-size: 38px;
}


/**************** 5.4 Training Courses Section ****************/

section#courses {
  background: url('../images/img/courses-bg.png') no-repeat right bottom;
  background-size: cover;
  text-align: center;
}

section#courses h4 {
  color: #999;
  padding: 20px 0;
  text-transform: uppercase;
}

section#courses .training-course img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  z-index: 5;
  position: relative;
  box-shadow: 5.5px 9px 15px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

section#courses .training-course .btn {
  -webkit-transform: translateY(-100px) scale(0.3);
  -moz-transform: translateY(-100px) scale(0.3);
  -ms-transform: translateY(-100px) scale(0.3);
  -o-transform: translateY(-100px) scale(0.3);
  transform: translateY(-100px) scale(0.3);
  opacity: 0;
  z-index: 0;
}


/* when training course is clicked/active */

section#courses .training-course.active img {
  box-shadow: none;
}

section#courses .training-course.active h4 {
  color: #323232;
}

section#courses .training-course.active .btn {
  -webkit-transform: translateY(0) scale(1);
  -moz-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
  -o-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
  opacity: 1;
}


/* btn colors for each course */

section#courses #volley.training-course .btn {
  background: #ffcd78;
}

section#courses #fitness.training-course .btn {
  background: #4b5aa7;
}

section#courses #swimming.training-course .btn {
  background: #a5d2f0;
}

section#courses #yoga.training-course .btn {
  background: #a076ab;
}

section#courses .course-image img {
  height: 400px;
  margin: 0 auto;
}


/**************** 5.5 CountUp Section ****************/

section#countup {
  background: var(--primary);
  text-align: center;
  position: relative;
}

section#countup img {
  height: 60px;
}

section#countup h3 {
  color: #f6f8f8;
  padding-top: 20px;
  text-transform: uppercase;
}

section#countup span {
  color: #f6f8f8;
  font-size: 42px;
  font-weight: 700;
}

/*section#countup:before {
  content: '';
  background: url(../images/shapes/wave-top.svg) no-repeat;
  background-position: bottom;
  background-size: cover;
  display: block;
  position: absolute;
  left: 0;
  top: -47px;
  width: 100%;
  height: 50px;
}

section#countup:after {
  content: '';
  background: url(../images/shapes/wave-bottom.svg) no-repeat;
  background-position: top;
  background-size: cover;
  display: block;
  position: absolute;
  left: 0;
  bottom: -47px;
  width: 100%;
  height: 50px;
}
*/

/**************** 5.6 Blog Section ****************/

section#blog {
  background: #ededed;
  margin-top: -40px;
}

article.blog-post {
  background: #f6f8f8;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 5.5px 9px 15px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 80px;
}

article.blog-post .blog-thumbnail {
  padding: 0;
  background: var(--primary);
  overflow: hidden;
}

article.blog-post .blog-thumbnail a:after {
  content: '\f0c1';
  font-family: 'fontawesome';
  color: #f6f8f8;
  font-size: 32px;
  position: absolute;
  top: 50%;
  left: -20%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}

article.blog-post .blog-thumbnail:hover a:after {
  left: 50%;
  opacity: 1;
}

.blog-thumbnail img {
  max-height: 300px;
  object-fit: cover;
  height: 260px;
  width: 100%;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

article.blog-post .blog-thumbnail:hover img {
  transform: scale(1.2);
  opacity: .5;
}

article.blog-post .date {
  background: var(--primary);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  color: #f6f8f8;
  text-align: center;
  padding: 10px 15px;
  line-height: 1;
  border-radius: 0 0 0 20px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

article.blog-post .blog-thumbnail:hover .date {
  opacity: 0;
}

.blog-post .date span.day,
.blog-post .date span.publish-month {
  font-family: 'Montserrat', sans-serif;
}

.blog-post .date span.day {
  display: block;
  font-size: 24px;
  font-weight: 700;
}

.blog-post .date span.publish-month {
  font-size: 14px;
  text-transform: uppercase;
}

.blog-post .blog-desc {
  padding: 0 0 0 50px;
  color: #999;
}

.blog-post .blog-desc h4 a {
  color: #323232;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  cursor: pointer;
}

.blog-post .blog-desc h4 a:hover {
  color: var(--primary);
}

.post-detail {
  padding: 10px 0 30px 0;
  color: #999;
}

.post-detail span:after {
  content: '|';
  padding: 0 7px;
}

.post-detail span:last-child:after {
  display: none;
}

.post-detail span i {
  padding-right: 5px;
}

.blog-post .blog-desc a.btn {
  margin-top: 30px;
}

section#blog .text-center {
  margin: 0 0 90px 0;
}


/**************** 5.7 Testimonial Section ****************/

section#testimonials {
  background: url(../images/img/testimonial-bg.png) no-repeat var(--primary);
  background-position: top left;
  background-size: contain;
  color: #f6f8f8;
}

section#testimonials .section-title {
  text-align: left;
  color: #f6f8f8;
}

section#testimonials .section-title span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #a6ecff;
}

section#testimonials .section-title:after {
  content: url(../images/shapes/wave-white.svg);
  display: block;
  width: 70px;
  margin: 0;
  padding: 0px 0 20px 0;
  text-transform: uppercase;
}

#sync1 .item .testimonial {
  padding-left: 80px;
}

#sync1 .item blockquote {
  text-align: left;
  color: #f6f8f8;
  line-height: 30px;
  border: 0;
}

#sync1 .item blockquote:before {
  content: '\f10d';
  font-family: 'fontawesome';
  display: inline-block;
  float: left;
  color: #f6f8f8;
  font-size: 72px;
  position: absolute;
  left: 1px;
  top: 30px;
}

#sync2 {
  padding: 40px 0 0 0;
}

#sync2 .synced .item {
  opacity: 1;
}

#sync2 .item {
  margin: 5px;
  cursor: pointer;
  opacity: .6;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

#sync2 .item .client-img {
  display: inline-block;
  float: left;
}

#sync2 .item img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}

#sync2 .item .details {
  display: inline-block;
  float: left;
  margin-top: 20px;
  padding-left: 30px;
}

#sync2 .item .details h4 {
  color: #f6f8f8;
  text-align: left;
  text-transform: uppercase;
}

#sync2 .item .details h6 {
  color: #a6ecff;
  text-align: left;
  text-transform: uppercase;
}


/**************** 5.8 Pricing Plan Section ****************/

section#pricing {
  /*background: url(../images/slide1.jpg) no-repeat #ededed;*/
  background-color: #ededed;
  /* background-position: bottom; */
}

section#pricing .section-descr {
  padding-bottom: 100px;
  margin: 0;
}

section#pricing .pricing-wrapper {
  text-align: center;
  border-radius: 4px;
  background: #f6f8f8;
  box-shadow: 5.5px 9px 15px 0px rgba(0, 0, 0, 0.2);
}

.pricing-header:before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background: #f6f8f8;
  top: -30px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 20px 20px 0 0;
}

.pricing-header:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: #ededed;
  border: 1px solid #e0e0e0;
  top: -20px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: inset 1px 2px 3px 0px rgba(0, 0, 0, 0.1);
}

section#pricing .pricing-header .price {
  font-size: 60px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  padding: 15px 0;
}

section#pricing .pricing-plan {
  text-transform: uppercase;
  padding: 15px 0;
}

section#pricing .pricing-plan img {
  width: 70px;
  height: 45px;
}

section#pricing .pricing-plan h4 {
  color: #f6f8f8;
  padding-top: 10px;
}

ul.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #999;
}

ul.pricing-features li {
  font-family: 'Montserrat', sans-serif;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.pricing-footer {
  padding: 30px 0;
}


/* styles for basic, pro & ultra tables */

section#pricing #basic .pricing-plan {
  background: var(--primary);
}

section#pricing #pro .pricing-plan {
  background: var(--highlight);
}

section#pricing #pro .pricing-footer .btn {
  background: var(--highlight);
}

section#pricing #ultra .pricing-plan {
  background: #000000;
}

section#pricing #ultra .pricing-footer .btn {
  background: #000000;
}


/**************** 5.9 Signup Section ****************/

section#signup {
  background: url(../images/img/signup-bg.png) no-repeat var(--primary);
  background-position: left;
  padding: 60px 0;
}

section#signup h3 {
  font-weight: 100;
  text-align: left;
  color: #a6ecff;
}

section#signup h3 strong {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #f6f8f8;
}

section#signup .section-title:after {
  content: url(../images/shapes/wave-white.svg);
  display: block;
  width: 70px;
  margin: 0;
  padding: 0;
}

section#signup .col-md-4 {
  text-align: center;
}

section#signup .btn {
  color: var(--primary);
  background: #f6f8f8;
  padding: 10px 35px;
  margin-top: 25px;
}


/**************** 5.10 Latest Event Section ****************/


/* calendar */

.calendar-container {
  height: auto;
  width: 100%;
}

.calendar header {
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

.calendar .btn-prev,
.calendar .btn-next {
  top: 0;
  line-height: 28px;
  font-size: 24px;
  position: absolute;
  color: #323232;
  cursor: pointer;
}

.calendar .btn-prev:hover,
.calendar .btn-next:hover {
  color: var(--primary);
}

.calendar .btn-prev {
  left: 2px;
}

.calendar .btn-next {
  right: 5px;
}

.calendar table {
  width: 100%;
  margin-top: 40px;
}

.calendar thead {
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.calendar tbody {
  color: #999;
}

.calendar td {
  padding: 15px 5px;
  font-size: 18px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

.calendar tbody td:hover {
  cursor: pointer;
  color: var(--primary);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.calendar .current-day {
  color: #f6f8f8;
  position: relative;
}

.calendar .current-day:hover {
  color: #f6f8f8;
}

td.current-day:after {
  content: '';
  display: block;
  width: 32px !important;
  height: 32px !important;
  background: var(--primary);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  -o-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  border-radius: 50%;
  z-index: -1;
}

.calendar .event {
  cursor: pointer;
  position: relative;
}

td.event.active {
  color: var(--primary);
}

.calendar .event:after {
  content: '';
  display: block;
  background: var(--primary);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}


/* event */

section#events .list {
  background: #ededed;
  border-radius: 30px;
  box-shadow: 5.5px 9px 15px 0px rgba(0, 0, 0, 0.2);
  margin: 0 25px;
}

section#events .day-event {
  display: none;
}

section#events .day-event.active {
  display: block;
  opacity: 1;
}

section#events .event-img {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
}

section#events .event-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

section#events .event-details {
  padding: 30px 30px 0 30px;
  text-align: center;
}

section#events .event-details h4 {
  text-transform: uppercase;
}

section#events .event-details .date {
  font-size: 18px;
}

section#events .event-details p.date {
  padding: 10px 0;
}

section#events .event-details .date,
section#events .event-details p {
  color: #999;
}

section#events .event-details .btn {
  margin: 30px 0;
}


/**************** 5.11 Partners Section ****************/

section#partners {
  background: #ededed;
  margin-top: -40px;
}

#partners .owl-item {
  min-height: 30px;
}

#partners img {
  width: 130px;
  -webkit-transition: all .9s ease;
  -moz-transition: all .9s ease;
  -ms-transition: all .9s ease;
  -o-transition: all .9s ease;
  transition: all .9s ease;
  margin: 0 auto;
  display: block;
}

#partners img:hover {
  opacity: 0.5;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}


/* --------------------------------------
    6. FOOTER
-------------------------------------- */

footer#main-footer {
  /* background: url(../images/img/footer-bg.png) no-repeat #267d9d; */
  background-color: var(--bg-color);
  background-position: bottom center;
  background-size: cover;
  color: #666666;
  position: relative;
}

/*footer#main-footer:before {
  content: '';
  background: url(../images/shapes/wave-top-footer.svg) no-repeat;
  background-position: bottom;
  background-size: cover;
  display: block;
  position: absolute;
  left: 0;
  top: -47px;
  width: 100%;
  height: 50px;
}
*/

/* footer top */

footer .footer-top {
  padding: 80px 0 50px 0;
}

footer .footer-top .footer-logo {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 30px;
  color: #000000;
}

footer .footer-top .footer-logo span {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}

footer .footer-top svg {
  height: 60px;
}

footer .footer-top ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .footer-top ul li {
  padding-bottom: 10px;
}

footer .footer-top ul li:last-child {
  padding: 0;
}

footer .footer-top h4 {
  color: var(--primary);
  padding-bottom: 30px;
  text-transform: uppercase;
}

/*footer .footer-top p {*/
/*  color: #f6f8f8;*/
/*}*/

footer .footer-top .about p {
  margin: 0;
}

footer .footer-top .about i {
  padding-right: 20px;
}

footer .footer-top .footer-links li a {
  /*text-transform: capitalize;*/
  color: #666;
}

footer .footer-top .footer-links li a:hover {
  color: var(--primary);
}

footer form .form-group {
  margin-top: 30px;
}

footer form .input-group {
  width: 100%;
}

footer form input.form-control {
  height: 40px;
  border: 0;
  border-radius: 20px;
  padding: 0 0 0 30px;
  width: 90% !important;
  opacity: .3;
  z-index: 0 !important;
}

footer .btn {
  position: absolute;
  right: 0;
  background: #f69504;
  border: 0;
  box-shadow: none;
}

footer .btn:hover {
  background: var(--primary);
}


/* copyright */

footer .footer-border {
  border-top: 1px solid var(--primary-alt);
}

footer .additional-links {
  text-align: right;
}

footer .additional-links p {
  color: #ffffff;
}

footer .copyright p {
  margin: 0;
  color: #ffffff;
}

footer .footer-last {
  background-color: #000000;
  color: #ffffff;
}

footer .footer-last .row {
  padding: 30px 15px;
}

/*footer .footer-last a {
  color: #ffffff;
}
*/
footer .copyright p a {
  color: var(--primary-alt);
}


/* --------------------------------------
    7. Pages
-------------------------------------- */

#pages.main {
  z-index: 0;
}

#pages.main .page-title {
  height: 350px;
}

#pages.main .page-title h2 {
  color: #f6f8f8;
  z-index: 4;
  font-size: 50px;
  text-transform: uppercase;
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}


/**************** 7.1 About Page ****************/

section#about .section-title {
  text-align: left;
}

section#about .section-title:after {
  margin: 0;
}

section#about p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 20px;
}

section#about .about-vid {
  height: 450px;
}

section#about .about-vid .vid-container {
  background: #2e2e2e;
  width: 85%;
  height: 100%;
  position: relative;
  border-radius: 30px;
  box-shadow: 5.5px 9px 15px 0px rgba(0, 0, 0, 0.2);
}

section#about .about-vid .vid-container .popup-video:after {
  content: '\f144';
  font-family: 'fontawesome';
  display: block;
  color: #f6f8f8;
  font-size: 70px;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: .5;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

section#about .about-vid:hover .vid-container .popup-video:after {
  font-size: 80px;
  opacity: .7;
}

section#about .about-vid .vid-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
  opacity: .5;
}

section#about ul.check-list {
  font-size: 18px;
  color: #666;
  padding: 0;
  margin: 25px 0;
  list-style: none;
}

section#about ul.check-list li {
  padding-bottom: 20px;
}

section#about ul.check-list li:last-child {
  padding-bottom: 0;
}

section#about ul.check-list li:before {
  content: '\f00c';
  font-family: 'fontawesome';
  font-size: 18px;
  color: #74cc6c;
  padding-right: 10px;
}


/* Timeline */

section#timeline {
  background: #ededed;
}

section#timeline .section-title {
  text-align: left;
}

section#timeline .section-title:after {
  margin: 0;
}

.timeline {
  list-style: none;
  padding: 60px 0 20px;
  margin: 0;
  position: relative;
}

.timeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #c8c8c8;
  left: 50%;
  margin-left: -1.5px;
}

.timeline>li {
  margin-bottom: 60px;
  position: relative;
  display: none;
}

.timeline>li:before,
.timeline>li:after {
  content: " ";
  display: table;
}

.timeline>li:after {
  clear: both;
}

.timeline>li:before,
.timeline>li:after {
  content: " ";
  display: table;
}

.timeline>li:after {
  clear: both;
}

.timeline>li>.timeline-badge {
  color: #fff;
  width: 54px;
  height: 54px;
  position: absolute;
  top: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ededed;
  border: 6px solid var(--primary);
  border-radius: 50%;
}

.timeline>li>.timeline-badge:before {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background: var(--primary);
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.timeline>li>.timeline-panel {
  width: 44%;
  float: left;
  border-radius: 30px;
  position: relative;
  background: #f6f8f8;
  box-shadow: 5.5px 9px 15px 0px rgba(0, 0, 0, 0.2);
}

.timeline>li>.timeline-panel .timeline-header {
  padding: 30px 0;
  background: var(--primary);
  text-transform: uppercase;
  text-align: center;
  border-radius: 30px 30px 0 0;
}

.timeline>li>.timeline-panel .timeline-header h4 {
  color: #f6f8f8;
}

.timeline>li>.timeline-panel .timeline-image {
  height: 200px;
}

.timeline>li>.timeline-panel .timeline-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.timeline>li>.timeline-panel .timeline-descr {
  padding: 30px;
}

.timeline>li.timeline-inverted>.timeline-panel {
  float: right;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

section#timeline .load {
  text-align: center;
  padding-top: 40px;
}


/**************** 7.2 404 Page ****************/

header#page-404 {
  background: url(../images/slide1.jpg);
  background-size: cover;
  z-index: 0;
  width: 100%;
  height: 200px;
  position: relative;
}

header#page-404 nav {
  margin: 0;
}

#not-found.main {
  position: relative;
  height: calc(100vh - 200px);
  /* background: url(../images/img/404-bg.png) no-repeat #ededed; */
  background-color: #ededed;
  background-position: bottom;
  background-size: 100% 100%;
  overflow: hidden;
}

#not-found.main .container {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

section#not-found img {
  width: 300px;
  opacity: .5;
  display: block;
  margin: 0 auto;
}

section#not-found .error-detail {
  text-align: center;
}

section#not-found .error-detail h2 {
  font-size: 190px;
  color: #666;
}

section#not-found .error-detail h4 {
  color: #666;
  text-transform: uppercase;
  padding: 20px 0;
}


/**************** 7.3 Coming Soon Page ****************/

section#coming-soon .coming-content {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 15;
  text-align: center;
}

section#coming-soon h2 {
  color: var(--primary);
  text-transform: uppercase;
  padding-bottom: 10px;
  font-weight: 400;
}

section#coming-soon h3 {
  color: #f6f8f8;
  text-transform: uppercase;
}

section#coming-soon .countdown {
  text-align: center;
}

section#coming-soon .countdown ul {
  list-style: none;
  margin: 0;
}

section#coming-soon .countdown ul li {
  display: inline-block;
  margin: 20px 0;
}

section#coming-soon .countdown li span {
  color: #f6f8f8;
  font-size: 90px;
}

section#coming-soon .countdown li p {
  font-family: 'Montserrat', sans-serif;
  color: #eaeaea;
  font-size: 26px;
  font-weight: 300;
  text-transform: uppercase;
}

section#coming-soon .coming-content .cta {
  text-align: center;
}

section#coming-soon .coming-content .cta a {
  margin: 20px 10px;
}

section#coming-soon .coming-content .cta .btn-border {
  color: #f6f8f8;
}

section#coming-soon .coming-content .cta .btn-border:hover {
  color: var(--primary);
}


/* --------------------------------------
    8. Blog
-------------------------------------- */


/**************** 8.1 Blog Listing ****************/

article.blog-listing {
  display: none;
}

a#loadMore:focus {
  color: #999;
}


/**************** 8.2 Blog Detail ****************/

section#blog-post .container {
  padding-left: 0;
  padding-right: 0;
}

section#blog-post .post-title {
  margin-bottom: 10px;
}

section#blog-post h2 {
  text-transform: uppercase;
}

section#blog-post h4 {
  text-transform: uppercase;
  padding-bottom: 20px;
}

section#blog-post p {
  font-size: 16px;
  line-height: 26px;
}

section#blog-post .post-img {
  padding: 0;
  border-radius: 30px;
  height: 300px;
  margin: 40px 0;
  box-shadow: 5.5px 9px 15px 0px rgba(0, 0, 0, 0.2);
}

section#blog-post .post-img img {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section#blog-post .post-quote {
  background: var(--primary);
  color: #f6f8f8;
  border-radius: 30px;
  text-align: center;
  margin: 40px 0;
}

section#blog-post .post-quote blockquote {
  margin: 0;
  padding: 55px 0;
  font-style: italic;
  font-size: 24px;
  border: 0;
}

section#blog-post .post-quote blockquote:before {
  content: '\f10d';
  font-family: 'fontawesome';
  display: inline-block;
  float: left;
  color: #f6f8f8;
  font-size: 72px;
  position: absolute;
  left: 30px;
  top: 0;
  font-style: normal;
  opacity: .5;
}

section#blog-post .post-quote blockquote:after {
  content: '\f10e';
  font-family: 'fontawesome';
  display: inline-block;
  float: right;
  color: #f6f8f8;
  font-size: 72px;
  position: relative;
  right: 30px;
  top: 0;
  font-style: normal;
  opacity: .5;
}

section#blog-post ul.social {
  padding: 0;
  margin-top: 40px;
}

section#blog-post ul.social li {
  display: inline-block;
}

section#blog-post ul.social li .btn {
  width: 140px;
  height: 40px;
  font-size: 24px;
  padding: 0;
}

section#blog-post ul.social li #fb.btn {
  background: #2164b6;
}

section#blog-post ul.social li #twitter.btn {
  background: #43d0fe;
}

section#blog-post ul.social li #linkedin.btn {
  background: #2a8fdd;
}

section#blog-post ul.social li #google.btn {
  background: #dd4b39;
}

section#blog-post ul.social li #pinterest.btn {
  background: #df5643;
}


/* Comments Section */

section#blog-comments h4 {
  text-transform: uppercase;
  padding-bottom: 40px;
}

section#blog-comments .comments-list {
  list-style: none;
  padding: 0;
}

section#blog-comments .comments-list .comment {
  margin-bottom: 40px;
  border-bottom: 2px solid #ededed;
}

section#blog-comments .comments-list .comment:last-child {
  border-bottom: 0;
}

section#blog-comments .comments-list .commenter {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

section#blog-comments .comments-list .commenter img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

section#blog-comments .comments-list .comment-body h6 {
  text-transform: capitalize;
  padding-bottom: 5px;
}

section#blog-comments .comments-list .comment-body .comment-reply {
  margin: -22px 20px 0 0;
}

section#blog-comments .comments-list .comment-body .comment-reply .btn {
  color: var(--primary);
  background: #fff;
}

section#blog-comments .comments-list .comment-body .comment-reply .btn:hover {
  color: #fff;
  background: var(--primary);
}

section#blog-comments .comments-list .comment-body .comment-info {
  padding-bottom: 25px;
}

section#blog-comments .comments-list .comment-body time {
  font-size: 14px;
  color: #999;
}


/* comment replies */

section#blog-comments .comments-list .comment-replies {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

section#blog-comments .comments-list .comment-replied {
  border-bottom: 0;
}

section#blog-comments .comments-list .comment-replied:last-child {
  margin-bottom: 0;
}


/* comment form */

form#comment-form input {
  margin: 10px 0;
  height: 60px;
  background: #fff;
  border: 0;
  border-radius: 30px;
  padding-left: 30px;
  box-shadow: 5.5px 9px 15px 0px rgba(0, 0, 0, 0.1);
}

form#comment-form input:focus {
  box-shadow: none;
}

form#comment-form textarea {
  margin: 10px 0 30px 0;
  background: #fff;
  border: 0;
  border-radius: 30px;
  padding: 20px 30px;
  box-shadow: 5.5px 9px 15px 0px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  resize: none;
}

form#comment-form textarea:focus {
  box-shadow: none;
}

form#comment-form .form-control::-webkit-input-placeholder {
  color: #999;
}

form#comment-form .form-control:-moz-placeholder {
  color: #999;
}

form#comment-form .form-control::-moz-placeholder {
  color: #999;
}

form#comment-form .form-control:-ms-input-placeholder {
  color: #999;
}

form#comment-form p {
  color: #999;
  font-style: italic;
}


/* --------------------------------------
    9. Contact Us
-------------------------------------- */

section#contact {
  background: #ededed;
  position: relative;
  padding-bottom: 40px;
}

section#contact p {
  color: #999;
}

form#contact-form {
  margin-top: 30px;
}

form#contact-form .col-md-12 {
  padding: 0;
  text-align: center;
}

form#contact-form input {
  margin: 10px 0;
  height: 60px;
  background: #f6f8f8;
  border: 0;
  border-radius: 4px;
  padding-left: 30px;
  box-shadow: 5.5px 9px 15px 0px rgba(0, 0, 0, 0.1);
}

form#contact-form input:focus {
  box-shadow: none;
}

form#contact-form textarea {
  margin: 10px 0 30px 0;
  background: #f6f8f8;
  border: 0;
  border-radius: 4px;
  padding: 20px 30px;
  box-shadow: 5.5px 9px 15px 0px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  resize: none;
}

form#contact-form textarea:focus {
  box-shadow: none;
}

form#contact-form .form-control::-webkit-input-placeholder {
  color: #999;
}

form#contact-form .form-control:-moz-placeholder {
  color: #999;
}

form#contact-form .form-control::-moz-placeholder {
  color: #999;
}

form#contact-form .form-control:-ms-input-placeholder {
  color: #999;
}


/* google maps */

.gmaps {
  height: 600px;
  padding: 0;
  border-radius: 30px;
}

.gmaps #map {
  width: 90%;
  height: 100%;
  float: right;
  border-radius: 30px;
  box-shadow: 5.5px 9px 15px 0px rgba(0, 0, 0, 0.2);
}

.gmaps .gm-style {
  border-radius: 30px;
}

#map .gmnoprint {
  display: none;
}


/* Contact Ver. 2 */

section.contact:before {
  content: '';
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0px;
  z-index: 1;
  box-shadow: 5px 60px 50px 0 rgba(0, 0, 0, 0.1);
}

/*section.contact:after {
  content: '';
  background: url(../images/shapes/wave-bottom2.svg) no-repeat;
  background-position: top;
  background-size: cover;
  display: block;
  position: absolute;
  left: 0;
  bottom: -49px;
  width: 100%;
  height: 50px;
  z-index: 1;
}*/

section#contact .contact-top {
  margin-bottom: 80px;
}

.gmaps2 {
  height: 400px;
  padding: 0;
  border-radius: 30px;
}

.gmaps2 #map {
  width: 100%;
  height: 100%;
  float: right;
}


/* --------------------------------------
    x. Animations
-------------------------------------- */


/* Menu Animation */

@-webkit-keyframes mymenu-open {
  0% {
    transform: translateY(-30px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@-moz-keyframes mymenu-open {
  0% {
    transform: translateY(-30px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@-o-keyframes mymenu-open {
  0% {
    transform: translateY(-30px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes mymenu-open {
  0% {
    transform: translateY(-30px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.full_name {
  display: none;
}

.navbar-default .navbar-brand {
  color: var(--highlight);
  font-family: 'Montserrat', sans-serif;
}

.navbar-default .navbar-brand span {
  font-family: 'Montserrat', sans-serif;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #ffffff;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.menu-links {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.menu-links>a {
  color: white;
  padding: 15px 15px;
}

#pricing img {
  margin-top: 10px;
  margin-bottom: 20px;
}

#pricing .flags img {
  max-width: 150px;
  width: 100%;
}

#pricing .content {
  text-align: center;
}

/*#pricing .content p {
    font-size: x-large;
}*/

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: var(--primary-alt);
  border: none;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: var(--primary-alt);
}

footer .footer-social {
  background-color: #ffffff;
  display: inline-block;
  padding: 7px;
}

footer .footer-social img {
  max-width: 100%;
  height: auto;
}

#userwayAccessibilityIcon {
  bottom: 13px;
  top: unset;
}