/**
* Template Name: Imperial - v5.7.0
* Template URL: https://bootstrapmade.com/imperial-free-onepage-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #666666;
  font-family: "Raleway", sans-serif;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #0066CC;
  transition: 0.5s;
  cursor: pointer;
}

a:hover, a:active, a:focus {
  color: #0066CC;
  outline: none;
  text-decoration: none;
  cursor: pointer;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 100;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #0066CC;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #1bd6fc;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Welcome
--------------------------------------------------------------*/
#hero {
  display: table;
  width: 100%;
  height: 100vh;
  background: url(../img/hero-bg.jpg) top center;
  background-size: cover;
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
#hero .hero-logo {
  margin: 20px;
}
#hero .hero-logo img {
  max-width: 100%;
}
#hero .hero-container {
  background: rgba(0, 0, 0, 0.15);
  display: table-cell;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
#hero h1 {
  margin: 30px 0 10px 0;
  font-weight: 300;
  line-height: 48px;
  // text-transform: uppercase;
  color: #fff;
}
@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero .hero-logo {
  margin: 5px;
  }
  #hero .hero-logo img {
  width: 280px;
  }


}
#hero h2 {
  color: #ccc;
  margin-bottom: 50px;
}
#hero h2 span {
  color: #fff;
  transition: 0.3s;
  border-bottom: 2px solid #0066CC;
}
@media (max-width: 768px) {
  #hero h2 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  #hero h2 .rotating {
    display: block;
  }
}
#hero .rotating > .animated {
  display: inline-block;
}
#hero .actions a {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;

    background: none;
  border: 2px solid #0066CC ;
  color: #fff;

}

#hero .actions a:hover {
  background: #0066CC;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-winter {
  // background: #0066CC;
  background: none;
  border: 2px solid #0066CC ;
  color: #fff;
}
#hero .btn-winter:hover {
  background: #0066CC;
  border: 2px solid #fff;
  color: #fff;
}
#hero .btn-summer {
  // background: #006668;
  background: none;
  border: 2px solid #0066CC;
  color: #fff;
}
#hero .btn-summer:hover {
  background: #0066CC;
  border: 2px solid #fff;
}


#hero .btn-get-started-new {
  font-size: 50px;
  font-weight: 700px; 
  display: inline-block;
  padding: 30px 0;
  border-radius: 100px;
  transition: 0.3s ease-in-out;
  margin-top: 10px;
  width: 100px;
  height: 100px;
  text-align: center;
  /* border: 2px solid #fff; */
  /* background: rgba(255, 255, 255, 0.25); */
  color: #fff;
}
#hero .btn-get-started-new:hover {
  padding-top: 25px;
  /* background: rgba(255, 255, 255, 0.5); */
  /* border: 2px solid #0066CC; */
  color: #ff9900;
}





/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: rgba(191, 216, 242, 1);
  border-bottom: 1px solid #cccccc;
  transition: all 0.5s;
  z-index: 997;
  position: relative;
  height: 70px;
}
@media (max-width: 992px) {
  #header {
    height: 60px;
  }
}
#header.fixed-top, #header.header-inner-pages {
  background: rgba(191, 216, 242, 1);
  border-bottom: 1px solid #cccccc;
}
#header.fixed-top {
  position: fixed;
}
#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
#header .logo a {
  color: #fff;
}
#header .logo img {
  max-height: 40px;
}

.scrolled-offset {
  margin-top: 70px;
}
@media (max-width: 991px) {
  .scrolled-offset {
    margin-top: 60px;
  }
}

/*--------------------------------------------------------------
# Header Social Links
--------------------------------------------------------------*/
.header-social-links {
  padding-left: 20px;
}
.header-social-links a {
  color: rgba(255, 255, 255, 0.6);
  margin-left: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.header-social-links a i {
  line-height: 0;
}
.header-social-links a:hover {
  color: #fff;
}
@media (max-width: 768px) {
  .header-social-links {
    padding: 0 15px 0 0;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
  white-space: nowrap;
  padding: 10px 12px;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 17px;
  font-weight: 300;
  white-space: nowrap;
  transition: 0.3s;
  color: #006699;
  position: relative;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -7px;
  left: 0;
  background-color: #0066CC;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
  visibility: visible;
  width: 100%;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #0066CC;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 12px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 16px;
  text-transform: none;
  font-weight: 500;
  color: #0066CC;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  background-color: #0066CC;
  color: #fff;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #150517;
}
.navbar-mobile > ul > li {
  padding: 0;
}
.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
  visibility: hidden;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #ff7f5d;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #ff7f5d;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}





/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Common
--------------------------------*/
section {
  overflow: hidden;
}

.section-title {
  font-size: 40px;
  color: #0066CC;
  // text-transform: uppercase;
  text-align: center;
  font-weight: 200;
}

.section-description {
  text-align: center;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 200;
  color: #000000;
}

.section-title-divider {
  width: 50px;
  height: 3px;
  background: #0066CC;
  margin: 0 auto;
  margin-bottom: 20px;
}

/* Get Started Section
--------------------------------*/
#blogtitel {
  background: #fff;
  padding: 80px 0;
}
#blogtitel .blogtitel-img {
  overflow: hidden;
}
#blogtitel .blogtitel-img img {
  max-width: 100%;
}
@media (max-width: 768px) {
  #about .about-img {
    height: auto;
  }
  #blogtitel .blogtitel-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}
#blogtitel .blogtitel-content {
  background: #fff;
}
#blogtitel .blogtitel-title {
  color: #333;
  font-weight: 200;
  font-size: 32px;
}
#blogtitel .blogtitel-text {
  // line-height: 26px;
  // margin-bottom: 15px;
  font-size: 22px;
  font-weight: 200;
  margin: auto;
}
#blogtitel .blogtitel-text:last-child {
  margin-bottom: 0;
}

/* Editorial Section
--------------------------------*/
#editorial {
  background: #fff;
  padding: 80px 0;
}
#editorial .editorial-img {
  overflow: hidden;
}
#editorial .editorial-img img {
  max-width: 100%;
}
@media (max-width: 768px) {
  #about .about-img {
    height: auto;
  }
  #editorial .editorial-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}
#editorial .editorial-content {
  background: #fff;
}
#editorial .editorial-title {
  color: #333;
  font-weight: 200;
  font-size: 28px;
}
#editorial .editorial-text {
  // line-height: 26px;
  // margin-bottom: 15px;
  font-size: 20px;
  font-weight: 200;
}
#editorial .editorial-text:last-child {
  margin-bottom: 0;
}





/* Feature Section
--------------------------------*/
#feature {
  background: #fff;
  padding: 80px 0;
}
#feature .feature-img {
  overflow: hidden;
}
#feature .feature-img img {
  max-width: 100%;
}
@media (max-width: 768px) {
  #about .about-img {
    height: auto;
  }
  #feature .feature-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}
#feature .feature-content {
  background: #fff;
}
#feature .feature-title {
  color: #333;
  font-weight: 200;
  font-size: 28px;
}

#feature .feature-text {
  // line-height: 26px;
  // margin-bottom: 15px;
  font-size: 20px;
  font-weight: 200;
  text-align: center;
  margin: auto;
}

#feature .feature-text:last-child {
  margin-bottom: 0;
}


/* Services Section
--------------------------------*/
#services {
  background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.75)), url("../img/services-bg.jpg") fixed center center;
  background-size: cover;
  padding: 80px 0 60px 0;
}
#services .service-item {
  // padding: 10px;
  // margin-bottom: 20px;
  // background: rgba(200,200,200,0.5);
  // border: 1px solid #0066CC;
  // margin: 10px;
}
#services .service-item .service-icon-inner{
  padding: 10px;
  margin-bottom: 20px;
  background: rgba(200,200,200,0.25);
  border: 1px solid #0066CC;
  margin: 10px;
}
#services .service-icon {
  float: left;
  background: #0066CC;
  border-radius: 50%;
  transition: 0.5s;
  border: 1px solid #0066CC;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
}
#services .service-icon i {
  color: #fff;
  font-size: 24px;
  line-height: 0;
}
#services .service-item:hover .service-icon {
  background: #fff;
}
#services .service-item:hover .service-icon i {
  color: #0066CC;
}
#services .service-title {
  margin-left: 80px;
  font-size: 20px;
  font-weight: 200;
  margin-bottom: 15px;
  // text-transform: uppercase;
  font-color: #0066CC;
}
#services .service-title a {
  color: #111;
}
#services .service-description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 20px;
  font-weight: 200;
  color: #000000;
}



/*-------------------------------------------
# Detail / Touren
-------------------------------------------*/

#tourdetailvisibility {
  display: none;
  margin-top: 120px;
  margin-left: 0px;
  margin-right: 0px;
  padding:0px;
  // border: 1px solid #003366;
  background: #FFFFFF;
  color: #333;
}

#tourdetail {

}

#tourdetail .tourdetailheadline {
  color: #0066CC;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-size: 40px;

}

#tourdetail .tourdetailsubline {
  color: #666666;
  font-family: "Raleway", sans-serif;
  font-weight: 100;
  font-size: 30px;

}


/* Subscribe Section
--------------------------------*/
#subscribe {
  background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.25)), url(../img/subscribe-bg.jpg) fixed center center;
  background-size: cover;
  padding: 220px 0;
}
#subscribe .subscribe-title {
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  text-shadow: 3px 3px 5px #000000;



}
#subscribe .subscribe-text {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-size: 20px;

}
#subscribe .subscribe-btn-container {
  text-align: center;
  padding-top: 20px;

}
#subscribe .subscribe-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}
#subscribe .subscribe-btn:hover {
  background: #0066CC;
  border: 2px solid #0066CC;
}



/* Subscribe Section
--------------------------------*/
#subscribe2 {
  background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.25)), url(../img/subscribe2-bg.jpg) fixed center center;
  background-size: cover;
  padding: 220px 0;
}
#subscribe2 .subscribe2-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-shadow: 3px 3px 5px #000000;
}
#subscribe2 .subscribe2-text {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-size: 20px;
}
#subscribe2 .subscribe2-btn-container {
  text-align: center;
  padding-top: 20px;
}
#subscribe2 .subscribe2-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}
#subscribe2 .subscribe2-btn:hover {
  background: #0066CC;
  border: 2px solid #0066CC;
}




/* impressionen Section
--------------------------------*/
#impressionen {
  background: #fff;
  padding: 80px 0;
}
#impressionen #impressionen-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
}
#impressionen #impressionen-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #666666;
  transition: all 0.3s ease-in-out;
}
#impressionen #impressionen-flters li:hover, #impressionen #impressionen-flters li.filter-active {
  color: #0066CC;
}
#impressionen #impressionen-flters li:last-child {
  margin-right: 0;
}
#impressionen .impressionen-item {
  margin-bottom: 30px;
}
#impressionen .impressionen-item .impressionen-info {
  opacity: 0;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.85);
  padding: 15px;
}
#impressionen .impressionen-item .impressionen-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #333333;
  margin-bottom: 5px;
}
#impressionen .impressionen-item .impressionen-info p {
  color: #666666;
  font-size: 14px;
  margin-bottom: 0;
}
#impressionen .impressionen-item .impressionen-info .preview-link, #impressionen .impressionen-item .impressionen-info .details-link {
  position: absolute;
  right: 48px;
  font-size: 28px;
  top: calc(50% - 28px);
  color: #4d4d4d;
}
#impressionen .impressionen-item .impressionen-info .preview-link:hover, #impressionen .impressionen-item .impressionen-info .details-link:hover {
  color: #0066CC;
}
#impressionen .impressionen-item .impressionen-info .details-link {
  right: 15px;
}
#impressionen .impressionen-item:hover .impressionen-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# impressionen Details
--------------------------------------------------------------*/
.impressionen-details {
  padding-top: 20px;
}
.impressionen-details .impressionen-details-slider img {
  width: 100%;
}
.impressionen-details .impressionen-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.impressionen-details .impressionen-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0066CC;
}
.impressionen-details .impressionen-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0066CC;
}
.impressionen-details .impressionen-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(51, 51, 51, 0.08);
}
.impressionen-details .impressionen-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.impressionen-details .impressionen-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.impressionen-details .impressionen-info ul li + li {
  margin-top: 10px;
}
.impressionen-details .impressionen-description {
  padding-top: 30px;
}
.impressionen-details .impressionen-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.impressionen-details .impressionen-description p {
  padding: 0;
}




/* Weather Section
--------------------------------*/
#weather {
  background: #0066CC;
  color: #fff; 
  padding: 80px 0;
  text-align: center; 
}

#weather .weathericons {
  color: #00AAFF;
  font-size: 40px;
  font-weight: 200;
  text-align: center; 
  margin: bottom; 
  padding: 0; 

}

#weather .weatherlayer h2 {
  font-size: 42px;
  color: #fff; 
}

#weather .weatherlayer h3 {
  font-size: 32px;
  color: #00AAFF;
  ;
}



/* Testimonials Section
--------------------------------*/
#testimonials {
  background: #f6f6f6;
  padding: 80px 0;
}
#testimonials .profile {
  text-align: center;
}
#testimonials .profile .pic {
  border-radius: 50%;
  border: 6px solid #fff;
  margin-bottom: 15px;
  overflow: hidden;
  height: 300px;
  width: 300px;
}
#testimonials .profile .pic img {
  max-width: 100%;
}
#testimonials .profile h4 {
  font-weight: 500;
  color: #0066CC;
  margin-bottom: 5px;
}
#testimonials .profile span {
  color: #333333;
}
#testimonials .quote {
  position: relative;
  background: rgba(255,255,255,0.25);
  color: #999999;
  padding: 60px;
  margin-top: 40px;
  font-size: 20px;
  font-style: italic;
  border-radius: 5px;
}
#testimonials .quote b {
  display: inline-block;
  font-size: 22px;
  left: -9px;
  position: relative;
  top: -8px;
}
#testimonials .quote small {
  display: inline-block;
  right: -9px;
  position: relative;
  top: 4px;
}

/* Team Section
--------------------------------*/

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

 #team {
  background: #fff;
  padding: 80px 0 60px 0;
}



.team .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}
.team .member .pic {
  overflow: hidden;
}
.team .member .member-info {
  position: absolute;
  top: 85%;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 20px 0;
  color: #2f4d5a;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  max-height: 95px;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
.team .member:hover .member-info {
  max-height: 300px;
}
.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #2f4d5a;
  position: relative;
  padding-bottom: 10px;
}
.team .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b1cbd7;
  bottom: 0;
  left: calc(50% - 25px);
}

.team p {
    font-size: 20px;
    font-weight: 200;

}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}
.team .member .social {
  margin-top: 15px;
}
.team .member .social a {
  transition: color 0.3s;
  color: #52869d;
}
.team .member .social a:hover {
  color: #67b0d1;
}
.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}
@media (max-width: 992px) {
  .team .member {
    margin-bottom: 110px;
  }
}



/* Contact Section
--------------------------------*/
#contact {
  background: #f7f7f7;
  padding: 80px 0 120px 0;
}
#contact .info {
  color: #333333;
}
#contact .info i {
  font-size: 32px;
  color: #0066CC;
  float: left;
  line-height: 0;
}
#contact .info p {
  padding: 0 0 10px 50px;
  line-height: 24px;
}
#contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
#contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
#contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
#contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
#contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
#contact .php-email-form input, #contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
}
#contact .php-email-form input::focus, #contact .php-email-form textarea::focus {
  background-color: #0066CC;
}
#contact .php-email-form button[type=submit] {
  background: #0066CC;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}
#contact .php-email-form button[type=submit]:hover {
  background: #25d8fc;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 30px 0;
}
.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 300;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: gray;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}



/*--------------------------------------------------------------
# Affiliate
--------------------------------------------------------------*/

 #affiliate {
  background: #efefef;
  padding: 80px 0 60px 0;
}

.affiliate .affiliate-carousel, .affiliate .affiliate-slider {
  overflow: hidden;
}
.affiliate .affiliate-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 30px 15px;
  min-height: 200px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
  border-radius: 15px;
}
.affiliate .affiliate-item .affiliate-img {
  width: 200px;
  border-radius: 0px;
  border: 1px solid #0066CC;
  float: left;
  margin: 0 10px 0 0;
}
.affiliate .affiliate-item h3 {
  font-size: 18px;
  font-weight: 200;
  margin: 25px 0 5px 0;
  color: #111;
}
.affiliate .affiliate-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}
.affiliate .affiliate-item .quote-icon-left, .affiliate .affiliate-item .quote-icon-right {
  color: #fceaea;
  font-size: 26px;
}
.affiliate .affiliate-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.affiliate .affiliate-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.affiliate .affiliate-item p {
  font-style: italic;
  margin: 30px auto 15px auto;
}
.affiliate .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.affiliate .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0066CC;
}
.affiliate .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0066CC;
}





.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}




/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: linear-gradient(rgba(0, 100, 150, 0.5), rgba(0, 50, 100, 0.5)), url(../img/footer-bg.jpg) fixed center center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 220px 0;
  color: #fff;
}
#footer .copyright {
  text-align: center;
}
#footer .credits {
  padding-top: 0px;
  text-align: center;
  font-size: 16px;
  color: #ccc;
}

.copyright a {
  font-size: 16px;
  font-weight: 100;
  color: #fff;
  text-decoration:none;
}

.copyright a:hover {
  font-size: 16px;
  font-weight: 100;
  color: #fff;
  text-decoration:underline;
}

