/* Base */
html {
  overflow-x: hidden; }



body {
  line-height: 1.7;
  color: #364d59 !important;
  font-weight: 300;
  font-size: 1rem; }



/* Map */
.map {
  height: 25rem;
}

@media (min-width: 992px) {
  .map {
    height: 30rem;
  }
}

.map iframe {
  pointer-events: none;
}

.map iframe {
  height: 100%;
  width: 100%;
  border: 0;
}

::-moz-selection {
  background: #000;
  color: #fff; }

::selection {
  background: #000;
  color: #fff; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-weight: 300;
  color: #000; }

.border-2 {
  border-width: 2px; }

.text-black {
  color: #000 !important; }

.bg-black {
  background: #000 !important; }

.color-black-opacity-5 {
  color: rgba(0, 0, 0, 0.5); }

.color-white-opacity-5 {
  color: rgba(255, 255, 255, 0.5); }

.btn {
  border-radius: 5px;
  padding: 5px 20px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  text-decoration: none;
  font-weight: bold; }
  .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn.btn-primary {
    color: #fff;
    font-weight: normal !important; 
    background-color: #005a98 !important;
    border-color: #005a98 !important;
    
  }
  .btn.btn-outline-white {
    border-color: #fff;
    background: transparent;
    color: #fff; }
    .btn.btn-outline-white:hover {
      background: #fff;
      border-color: #fff;
      color: #000; }
  @media (min-width: 760px){
    .btn {
      padding: 10px 30px;
    }
  }

.line-height-1 {
  line-height: 1 !important; }

.bg-black {
  background: #000; }

.form-control {
  height: 55px;
  background: #fff !important;
  font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
  .form-control:active, .form-control:focus {
    border-color: #ae2076; }
  .form-control:hover, .form-control:active, .form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.site-section {
  padding: 2.5em 0; }
  @media (min-width: 768px) {
    .site-section {
      padding: 5em 0; } }
  .site-section.site-section-sm {
    padding: 4em 0; }

.site-footer {
  padding-top: 2em;
  padding-bottom: 0em;
  background: #000; }
  .site-footer .border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important; }
  .site-footer p {
    color: #fff; }
  .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    color: #fff; }
  .site-footer a {
    color: rgba(255, 255, 255, 0.5); }
    .site-footer a:hover {
      color: white; }
  .site-footer ul li {
    margin-bottom: 10px; }
  .site-footer .footer-heading {
    font-size: 16px;
    color: #fff; }

.bg-text-line {
  display: inline;
  background: #000;
  -webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
  box-shadow: 20px 0 0 #000, -20px 0 0 #000; }

.text-white-opacity-05 {
  color: rgba(255, 255, 255, 0.5); }

.text-black-opacity-05 {
  color: rgba(0, 0, 0, 0.5); }

.text-primary {
  color: #ae2076!important;
}


.bg-image-header .btn-primary {
  background-color: #ae2076 !important;
  border-color: #ae2076 !important;  }
  .bg-image-header h3{
    color:white;
    letter-spacing: 0.2rem;}
  .bg-image-header .btn-primary{
    font-weight: bold !important;
    letter-spacing: 0.1rem; 
    padding: 1rem 2rem;}

.btn-primary {
  background-color: #005a98 !important;
  border-color: #005a98 !important;    
}



  #mainNav {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    background-color: #fff;
    transition: background-color 0.2s ease;
  }
  #mainNav img{
    padding: 0;
  }
  #mainNav .logo-top {
    min-height: 50px;
    min-width: 50%;
    background: url("../images/logo/logo.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  
  #mainNav .logo-top a {
    padding: 0;
  }
  
  #mainNav.navbar-scrolled img{
    display: block;
  }
  
  #mainNav .navbar-brand {
   font-weight: 700;
    color: #212529;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    color: #6c757d;
    font-weight: 700;
    font-size: 0.9rem;
    padding: 0.75rem 0;
  }
  #mainNav .navbar-nav .nav-item .nav-link:hover, #mainNav .navbar-nav .nav-item .nav-link:active {
    color: #ae2076;
  }
  
  #mainNav .navbar-nav .nav-item .nav-link.active {
    color: #ae2076 !important;
  }
  @media (min-width: 1200px) {
    #mainNav img{
      display: none;
      padding: 0;
    }
    #mainNav {
      box-shadow: none;
      background-color: transparent;
    }
    #mainNav .navbar-brand {
      color: rgba(255, 255, 255, 0.7);
    }
    #mainNav .navbar-brand:hover {
      color: #ae2076;
    }
    #mainNav .navbar-nav .nav-item .nav-link {
      color: rgba(255, 255, 255, 0.7);
      padding: 0 1rem;
    }
    #mainNav .navbar-nav .nav-item .nav-link:hover {
      color: #ae2076;
    }
    #mainNav .navbar-nav .nav-item:last-child .nav-link {
      padding-right: 0;
    }
    #mainNav.navbar-scrolled {
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
      background-color: #fff;
    }
    #mainNav.navbar-scrolled .navbar-brand {
      color: #212529;
    }
    #mainNav.navbar-scrolled .navbar-brand:hover {
      color: #ae2076;
    }
    #mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link {
      color: #212529;
    }
    #mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link:hover {
      color: #ae2076;
    }
  }








.bg-image {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  .bg-image h1{
    letter-spacing: 0.4rem;
  }
  .bg-image h2{
    color:white;
    font-weight: bold;
    letter-spacing: 0.2rem;
  }
  .bg-image.overlay {
    position: relative; }
    .bg-image.overlay:after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 0;
      width: 100%;
      background: rgba(0, 0, 0, 0.7); }
  .bg-image > .container {
    position: relative;
    z-index: 1; }

    
    .bg-image-header.overlay:after {
      background: rgba(0, 0, 0, 0.2);
    }

@media (max-width: 991.98px) {
  .img-md-fluid {
    max-width: 100%; } }

@media (max-width: 991.98px) {
  .display-1, .display-3 {
    font-size: 3rem; } }



.top-bar {
  border-bottom: 1px solid #e9ecef !important; }


/* Blocks */
.site-section-cover {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .site-section-cover,
  .site-section-cover .container {
    position: relative;
    z-index: 2; }
  .site-section-cover,
  .site-section-cover .container > .row {
    height: calc(100vh - 156px);
    min-height: 677px; }
    @media (max-width: 991.98px) {
      .site-section-cover,
      .site-section-cover .container > .row {
        height: calc(70vh - 196px);
        min-height: 600px; } }
  .site-section-cover.overlay {
    position: relative; }
    .site-section-cover.overlay:before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.3);
      z-index: 1; }
  .site-section-cover.inner-page,
  .site-section-cover.inner-page .container > .row {
    height: auto;
    min-height: auto;
    padding: 2em 0; }
  .site-section-cover.img-bg-section {
    background-size: cover;
    background-repeat: no-repeat; }
  .site-section-cover h1 {
    font-size: 3rem;
    color: #fff;
    line-height: 1;
    font-family: "Playfair Display", serif;
    font-weight: 900; }
    @media (max-width: 991.98px) {
      .site-section-cover h1 {
        font-size: 2rem; } }
  .site-section-cover p {
    font-size: 18px;
    color: #fff; }

.site-section {
  padding: 7rem 0; }
  @media (max-width: 991.98px) {
    .site-section {
      padding: 3rem 0; } }


.block-13 .owl-nav {
  display: none; }

.block-13 .owl-dots {
  text-align: center;
  position: relative;
  bottom: -30px; }
  .block-13 .owl-dots .owl-dot {
    display: inline-block; }
    .block-13 .owl-dots .owl-dot span {
      display: inline-block;
      width: 7px;
      height: 7px;
      border-radius: 4px;
      background: #cccccc;
      -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      margin: 3px; }
    .block-13 .owl-dots .owl-dot.active span {
      background: #ffa188; }


.by {
  color: #000;
  border-bottom: 1px dotted #ccc; }
  .by:hover {
    border-bottom: 1px dotted #ffa188; }


.ftco-blocks-cover-1 .ftco-service-image-1 {
  margin-top: -70px;
  position: static; }


.bg-light {
  background-color: #f6f5f5 !important; }


.nonloop-block-13 .owl-nav {
  display: none; }

.nonloop-block-13 .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .nonloop-block-13 .owl-stage .owl-item {
    height: 100% !important; }

/* Wellspa */
.bg-img-1 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 50%;
  height: 350px; }

.social_29128 a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 161, 136, 0.2);
  position: relative; }
  .social_29128 a span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.social_29128.white a {
  background: rgba(255, 255, 255, 0.2); }
  .social_29128.white a span {
    color: #ae2076; }
  .social_29128.white a:hover {
    background: #fff; }

.benefits-section .benefits {
  min-height: 6rem;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #fff;
  border-radius: 4px;
  background: transparent; }
  .benefits-section .benefits .wrap-icon span {
    font-size: 2.4rem;
    color: #ae2076; }
  .benefits-section .benefits h3 {
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.06rem; }
  .benefits-section .benefits p {
    color: rgba(255, 255, 255, 0.657);
    font-size: 0.8rem; }
  .benefits-section .benefits:hover {
    background: rgba(255, 255, 255, 0.1); }

@media(min-width: 760px){
  .benefits-section .benefits {
    min-height: 10rem;
  }
}

.benefits {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2); }

.heading-border-bottom {
  position: relative;
  color: #fff;
  padding-bottom: 20px;
  margin-bottom: 30px; }
  .heading-border-bottom:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90px;
    height: 2px;
    background: #ae2076; }
  .heading-border-bottom.text-center:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.testimonial_38201 {
  line-height: 1.5; }

.offer {
  background-color: #fff; }
  .offer .text {
    text-align: left;
    padding: 0 15px; }
    .offer .text h3 {
      font-size: 2rem; 
      font-weight: 500;}
    .offer .text p {
      line-height: 1.5;
      font-size: 1rem;
      color: #2c2c2c; }

@media(min-width: 760px){
  .offer .text {
    min-height: 15rem;
  }

}

.bg-color-light-grey{
  background: rgb(241, 241, 241);
}

.partners {
  background: white;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 1rem 1rem;
  min-height: 10rem;
  max-height: 10rem;

}

.partners-logo-proama{
  background: url("../images/logo/proama.png");
}

.partners-logo-Generali{
  background: url("../images/logo/generali.png");
}

.partners-logo-Hestia{
  background: url("../images/logo/hestia.png");
}

.partners-logo-MTU{
  background: url("../images/logo/mtu.png");
}

.partners-logo-PZU{
  background: url("../images/logo/pzu.png");
}

.partners-logo-Warta{
  background: url("../images/logo/warta.png");
}

.partners-logo-hdi{
  background: url("../images/logo/hdi.png");
}

.partners-logo-Uniqa{
  background: url("../images/logo/uniqa.png");
}

.partners-logo-wiener{
  background: url("../images/logo/wiener.png");
}

.partners-logo-common{
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  
  min-height: 6rem;
  max-height: 6rem;
}

.partners-block a, .partners-block a:visited {
  font-weight: bolder;
  letter-spacing: 0.2rem;
  color: #005a98;
}
.partners-block a:hover {
  text-decoration: underline;
}