/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
  font-family: 'Abel';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/abel-v18-latin-regular.eot");
  src: local(""), url("../fonts/abel-v18-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/abel-v18-latin-regular.woff2") format("woff2"), url("../fonts/abel-v18-latin-regular.woff") format("woff"), url("../fonts/abel-v18-latin-regular.ttf") format("truetype"), url("../fonts/abel-v18-latin-regular.svg#Abel") format("svg"); }
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/open-sans-v34-latin-300.eot");
  src: local(""), url("../fonts/open-sans-v34-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v34-latin-300.woff2") format("woff2"), url("../fonts/open-sans-v34-latin-300.woff") format("woff"), url("../fonts/open-sans-v34-latin-300.ttf") format("truetype"), url("../fonts/open-sans-v34-latin-300.svg#OpenSans") format("svg"); }
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v34-latin-regular.eot");
  src: local(""), url("../fonts/open-sans-v34-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v34-latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v34-latin-regular.woff") format("woff"), url("../fonts/open-sans-v34-latin-regular.ttf") format("truetype"), url("../fonts/open-sans-v34-latin-regular.svg#OpenSans") format("svg"); }
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/open-sans-v34-latin-600.eot");
  src: local(""), url("../fonts/open-sans-v34-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v34-latin-600.woff2") format("woff2"), url("../fonts/open-sans-v34-latin-600.woff") format("woff"), url("../fonts/open-sans-v34-latin-600.ttf") format("truetype"), url("../fonts/open-sans-v34-latin-600.svg#OpenSans") format("svg"); }
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #333; }

a {
  color: #0c9691;
  text-decoration: none; }

a:hover {
  color: #fd7e14;
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Abel", sans-serif; }

.red {
  color: #dc3545; }

.green {
  color: #28a745; }

.blue {
  color: #007bff; }

.yellow {
  color: #ffc107; }

.orange {
  color: #fd7e14; }

.brown {
  color: #7b4f2c; }

.purple {
  color: #6f42c1; }

.pink {
  color: #e83e8c; }

.white {
  color: #fff; }

.gray {
  color: #6c757d; }

.black {
  color: #343a40; }

.teal {
  color: #20c997; }

.cyan {
  color: #17a2b8; }

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #0c9691;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
  .back-to-top i {
    font-size: 1.5rem;
    color: #fff;
    line-height: 0; }
  .back-to-top:hover {
    background: #0fbcb6;
    color: #fff; }
  .back-to-top.active {
    visibility: visible;
    opacity: 1; }

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    -webkit-transition-delay: 0 !important;
            transition-delay: 0 !important; } }
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #d6fedc;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 997;
  padding: 10px 0;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.25); }
  #header .logo {
    font-family: "Abel", sans-serif;
    font-size: 1.8rem;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase; }
    #header .logo a {
      color: #0c9691; }
      #header .logo a span {
        color: #fd7e14; }
    #header .logo img {
      max-height: 40px; }
  @media (max-width: 768px) {
    #header {
      padding: 0 15px 0 0;
      border-left: 0; } }

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0; }
  .navbar ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .navbar li {
    position: relative; }
  .navbar a, .navbar a:focus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 0 10px 20px;
    font-family: "Abel", sans-serif;
    font-size: 1.1rem;
    color: #0c9691;
    white-space: nowrap;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .navbar a i, .navbar a:focus i {
      font-size: 1.1rem;
      line-height: 0;
      margin-left: 5px; }
  .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
    color: #fd7e14; }
  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 2px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #eee;
    -webkit-box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
            box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #0c9691;
    border-radius: 6px; }
    .navbar .dropdown ul li {
      min-width: 120px; }
    .navbar .dropdown ul a {
      padding: 5px 10px;
      font-size: 14px;
      font-weight: 500;
      text-transform: none;
      color: #0c9691; }
      .navbar .dropdown ul a i {
        font-size: 1.0rem; }
    .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
      color: #fd7e14;
      background: #fff; }
  .navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible; }
  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
    border-radius: 6px; }
  .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: #0c9691;
  font-size: 1.8rem;
  cursor: pointer;
  display: none;
  line-height: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  .mobile-nav-toggle.bi-x {
    color: #D6FEDC; }

@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(145, 145, 145, 0.9);
  -webkit-transition: 0.3s;
  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: #D6FEDC;
    overflow-y: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .navbar-mobile a, .navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #0c9691; }
  .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
    color: #fd7e14; }
  .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;
    -webkit-box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
            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: #0c9691; }
  .navbar-mobile .dropdown > .dropdown-active {
    display: block; }

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(145, 145, 145, 0.8);
  overflow: hidden;
  position: relative; }
  #hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }
  #hero .carousel-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    bottom: 60px;
    top: 70px;
    left: 55px;
    right: 55px; }
  #hero .carousel-content {
    background: rgba(157, 157, 157, 0.7);
    padding: 20px;
    color: #fff;
    border-top: 5px solid #0c9691; }
    #hero .carousel-content h2 {
      color: #fff;
      margin-bottom: 20px;
      font-size: 28px;
      font-weight: 700; }
  #hero .btn-get-started {
    font-family: "Abel", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 4px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
    border: 2px solid #0c9691; }
    #hero .btn-get-started:hover {
      background: #0c9691;
      color: #fff;
      text-decoration: none; }
  #hero .carousel-inner .carousel-item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    background-position: center top; }
  #hero .carousel-inner .carousel-item,
  #hero .carousel-inner .active.carousel-item-start,
  #hero .carousel-inner .active.carousel-item-end {
    opacity: 0; }
  #hero .carousel-inner .active,
  #hero .carousel-inner .carousel-item-next.carousel-item-start,
  #hero .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
  #hero .carousel-inner .carousel-item-next,
  #hero .carousel-inner .carousel-item-prev,
  #hero .carousel-inner .active.carousel-item-start,
  #hero .carousel-inner .active.carousel-item-end {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  #hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
    font-size: 30px;
    line-height: 0;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.6);
    width: 54px;
    height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
      background: rgba(255, 255, 255, 0.6);
      color: rgba(255, 255, 255, 0.8); }
  #hero .carousel-indicators li {
    list-style-type: none;
    cursor: pointer;
    background: #fff;
    overflow: hidden;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    opacity: .6;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    #hero .carousel-indicators li.active {
      opacity: 1;
      background: #0c9691; }
  @media (min-width: 1024px) {
    #hero .carousel-content {
      width: 60%; }
    #hero .carousel-control-prev, #hero .carousel-control-next {
      width: 5%; } }
  @media (max-width: 992px) {
    #hero .carousel-container {
      top: 58px; }
    #hero .carousel-content h2 {
      margin-bottom: 15px;
      font-size: 22px; }
    #hero .carousel-content p {
      font-size: 15px; } }
  @media (max-height: 500px) {
    #hero {
      height: 120vh; } }

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 30px 0 30px 0;
  overflow: hidden; }

.section-bg {
  background-color: white; }

.section-title {
  text-align: center;
  padding-bottom: 10px; }
  .section-title h2 {
    font-size: 1.8rem;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative; }
  .section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #0c9691;
    bottom: 0;
    left: calc(50% - 25px); }
  .section-title p {
    margin-bottom: 0; }
  .section-title h3 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative; }
  .section-title h3::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #0c9691;
    bottom: 0;
    left: calc(50% - 25px); }

.btn-secondary {
  color: #0c9691 !important;
  background: #d6fedc none repeat scroll 0 0;
  position: relative;
  border: 1px solid #0c9691;
  z-index: 1; }

.btn-secondary:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #0c9691 none repeat scroll 0 0; }

.btn-secondary.active {
  background: #fd943c none repeat scroll 0 0;
  color: #fff; }

.btn-secondary:hover:before {
  width: 100%; }

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 70px 20px 80px 20px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  background: #fefffe; }
  .services .icon-box .icon {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
    position: relative; }
    .services .icon-box .icon i {
      font-size: 36px;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      position: relative; }
    .services .icon-box .icon svg {
      position: absolute;
      top: 0;
      left: 0; }
      .services .icon-box .icon svg path {
        -webkit-transition: 0.5s;
        transition: 0.5s;
        fill: #f5f5f5; }
  .services .icon-box h4 {
    font-weight: 600;
    margin: 10px 0 15px 0;
    font-size: 22px; }
    .services .icon-box h4 a {
      color: #aaa;
      -webkit-transition: ease-in-out 0.3s;
      transition: ease-in-out 0.3s; }
  .services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0; }
  .services .icon-box:hover {
    border-color: #fff;
    -webkit-box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08); }
.services .iconbox-blue i {
  color: #47aeff; }
.services .iconbox-blue:hover .icon i {
  color: #fff; }
.services .iconbox-blue:hover .icon path {
  fill: #47aeff; }
.services .iconbox-orange i {
  color: #ffa76e; }
.services .iconbox-orange:hover .icon i {
  color: #fff; }
.services .iconbox-orange:hover .icon path {
  fill: #ffa76e; }
.services .iconbox-pink i {
  color: #e80368; }
.services .iconbox-pink:hover .icon i {
  color: #fff; }
.services .iconbox-pink:hover .icon path {
  fill: #e80368; }
.services .iconbox-yellow i {
  color: #ffbb2c; }
.services .iconbox-yellow:hover .icon i {
  color: #fff; }
.services .iconbox-yellow:hover .icon path {
  fill: #ffbb2c; }
.services .iconbox-red i {
  color: #ff5828; }
.services .iconbox-red:hover .icon i {
  color: #fff; }
.services .iconbox-red:hover .icon path {
  fill: #ff5828; }
.services .iconbox-teal i {
  color: #11dbcf; }
.services .iconbox-teal:hover .icon i {
  color: #fff; }
.services .iconbox-teal:hover .icon path {
  fill: #11dbcf; }

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
  padding: 15px;
  background: #fefffe;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  border-radius: 6px; }
  .features .icon-box i {
    font-size: 2.5rem;
    padding-right: 10px;
    line-height: 1; }
  .features .icon-box h3 {
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 1.15rem; }
    .features .icon-box h3 a {
      color: #aaa;
      -webkit-transition: ease-in-out 0.3s;
      transition: ease-in-out 0.3s; }
      .features .icon-box h3 a:hover {
        color: #0c9691; }

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .clients-wrap {
  border-top: 1px solid white;
  border-left: 1px solid white; }
.clients .client-logo {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  overflow: hidden;
  background: #fff;
  height: 120px; }
  .clients .client-logo img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 100px;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%); }
  .clients .client-logo:hover img {
    -webkit-filter: none;
            filter: none;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about-us {
  padding: 90px 0 30px 0; }
  .about-us .content h2 {
    font-weight: 700;
    font-size: 42px;
    line-height: 60px;
    margin-bottom: 20px;
    text-transform: uppercase; }
  .about-us .content h3 {
    font-weight: 500;
    line-height: 32px;
    font-size: 24px; }
  .about-us .content ul {
    list-style: none;
    padding: 0; }
    .about-us .content ul li {
      padding: 10px 0 0 28px;
      position: relative; }
    .about-us .content ul i {
      left: 0;
      top: 7px;
      position: absolute;
      font-size: 1.5rem;
      color: #0c9691; }
  .about-us .content p {
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left; }
  .about-us .content p:last-child {
    margin-bottom: 0; }

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing {
  padding: 90px 0 30px 0; }
  .pricing .box {
    padding: 20px;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    position: relative;
    overflow: hidden; }
  .pricing h3 {
    margin: -20px -20px 20px -20px;
    padding: 20px 15px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #666666;
    background: #f8f8f8; }
  .pricing h4 {
    font-size: 3rem;
    color: #0c9691;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 20px; }
    .pricing h4 sup {
      font-size: 20px;
      top: -15px;
      left: -3px; }
    .pricing h4 span {
      color: #bababa;
      font-size: 16px;
      font-weight: 300; }
  .pricing ul {
    padding: 0;
    list-style: none;
    color: #333;
    text-align: left;
    line-height: 20px;
    font-size: 14px; }
    .pricing ul li {
      padding-bottom: 16px; }
    .pricing ul i {
      color: #0c9691;
      font-size: 1.5rem;
      padding-right: 4px; }
    .pricing ul .na {
      color: #ccc;
      text-decoration: line-through; }
  .pricing .btn-wrap {
    margin: 20px -20px -20px -20px;
    padding: 20px 15px;
    background: #f8f8f8;
    text-align: center; }
  .pricing .btn-buy {
    background: #0c9691;
    display: inline-block;
    padding: 8px 35px 10px 35px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-family: "Abel", sans-serif;
    font-weight: 600;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .pricing .btn-buy:hover {
      background: #10c5bf; }
  .pricing .featured h3 {
    color: #fff;
    background: #0c9691; }
  .pricing .advanced {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: #0c9691;
    color: #fff; }

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px; }
  .faq .faq-list ul {
    padding: 0;
    list-style: none; }
  .faq .faq-list li + li {
    margin-top: 15px; }
  .faq .faq-list li {
    padding: 20px;
    background: #effff1;
    border-radius: 10px;
    position: relative; }
  .faq .faq-list a {
    display: block;
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 0 30px;
    outline: none;
    cursor: pointer; }
  .faq .faq-list .icon-help {
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 20px;
    color: #a4fdb2; }
  .faq .faq-list .icon-show,
  .faq .faq-list .icon-close {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0; }
  .faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0; }
  .faq .faq-list .icon-show {
    display: none; }
  .faq .faq-list a.collapsed {
    color: #343a40;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .faq .faq-list a.collapsed:hover {
      color: #0c9691; }
    .faq .faq-list a.collapsed .icon-show {
      display: inline-block; }
    .faq .faq-list a.collapsed .icon-close {
      display: none; }
@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0; } }

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden; }
.testimonials .testimonial-item {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 40px;
  -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff; }
  .testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50px;
    border: 6px solid #fff;
    float: left;
    margin: 0 10px 0 0; }
  .testimonials .testimonial-item h3 {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111; }
  .testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0; }
  .testimonials .testimonial-item .quote-icon-left,
  .testimonials .testimonial-item .quote-icon-right {
    color: white;
    font-size: 26px; }
  .testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative; }
  .testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px; }
  .testimonials .testimonial-item p {
    font-style: italic;
    margin: 15px 0 0 0;
    padding: 0; }

/*--------------------------------------------------------------
# Card
--------------------------------------------------------------*/
.bildshow {
  list-style: none;
  padding: 3px;
  display: inline-block; }

.rahmen {
  padding: 0;
  margin: 3px;
  text-align: center;
  line-height: 1rem; }

.rahmen:hover {
  background-color: #effff1; }

.card-text {
  font-size: 1rem;
  color: #333;
  line-height: 1rem; }

.card-body h4 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fd7e14;
  margin: 0px 0 15px 0; }

.card-footer {
  display: inline;
  font-size: 1rem;
  color: #fd7e14;
  line-height: 0rem;
  padding: 1rem;
  background-color: #f2f2f2; }

.card-footer h4 {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 0rem;
  color: #fd7e14; }

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-wrap {
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
  padding: 30px;
  background: #effff1;
  border: 1px solid #0c9691;
  border-radius: 6px; }
.contact .info {
  background: #effff1; }
  .contact .info i {
    font-size: 20px;
    color: #0c9691;
    float: left;
    width: 44px;
    height: 44px;
    border: 1px solid #0c9691;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .contact .info h3 {
    margin: -20px -20px 20px -20px;
    padding: 20px 15px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    background: #f8f8f8; }
  .contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 5px;
    color: #6c757d; }
  .contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #333; }
  .contact .info:hover i {
    background: #0c9691;
    color: #fff; }
.contact .php-email-form {
  width: 100%;
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
  padding: 30px;
  background: #fff; }
  .contact .php-email-form .form-group {
    padding-bottom: 8px; }
  .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 {
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 14px;
    border-radius: 4px; }
    .contact .php-email-form input:focus,
    .contact .php-email-form textarea:focus {
      border-color: #0c9691; }
  .contact .php-email-form input {
    height: 44px; }
  .contact .php-email-form textarea {
    padding: 10px 12px; }
@-webkit-keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #333;
  font-size: 0.9rem;
  background: #d6fedc; }
  #footer .footer-top {
    padding: 10px 0 10px 0;
    background: #effff1; }
    #footer .footer-top .footer-contact {
      margin-bottom: 10px; }
      #footer .footer-top .footer-contact h3 {
        font-size: 1.6rem;
        margin: 0 0 10px 0;
        padding: 2px 0 2px 0;
        line-height: 1;
        font-weight: 500;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #0c9691; }
      #footer .footer-top .footer-contact p {
        font-size: 1.0rem;
        line-height: 1.2rem;
        margin-bottom: 0;
        font-family: "Abel", sans-serif;
        color: #0c9691; }
    #footer .footer-top h4 {
      font-size: 1.2rem;
      font-weight: bold;
      color: #0c9691;
      position: relative;
      padding-bottom: 12px; }
    #footer .footer-top .footer-links {
      margin-bottom: 30px; }
      #footer .footer-top .footer-links ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        #footer .footer-top .footer-links ul i {
          padding-right: 2px;
          color: #0eaea8;
          font-size: 0.9rem;
          line-height: 1; }
        #footer .footer-top .footer-links ul li {
          padding: 10px 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          #footer .footer-top .footer-links ul li:first-child {
            padding-top: 0; }
        #footer .footer-top .footer-links ul a {
          font-size: 0.9rem;
          color: #fd7e14;
          -webkit-transition: 0.3s;
          transition: 0.3s;
          display: inline-block;
          line-height: 1.0rem; }
          #footer .footer-top .footer-links ul a:hover {
            text-decoration: none;
            color: #fff; }
  #footer .credits {
    padding-top: 5px;
    font-size: 13px;
    color: #0c9691; }

  #cb-cookie-banner {
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 60%;
    z-index: 999;
    border-radius: 8px;
    border: 1px solid #0c9691;
    display: none; } 