.topbar {
  line-height: 40px;
  background: white;
  background: -webkit-gradient(linear, left top, right top, from(white), to(#eeeeee));
  background: linear-gradient(90deg, white 0%, #eeeeee 100%); }
  .topbar .social-icons {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .topbar .contact-info {
    text-align: right; }
    .topbar .contact-info > div {
      padding-left: 37px;
      margin-bottom: 0;
      display: inline-block;
      padding-right: 20px;
      border-right: 1px solid #ddd; }
      .topbar .contact-info > div:last-child {
        padding-right: 0;
        border-right: 0; }
    .topbar .contact-info .ci-left {
      color: #222; }
    .topbar .contact-info .ci-heading {
      display: none; }
    .topbar .contact-info .ci-description {
      margin-bottom: 0; }
  .topbar a {
    color: #222 !important; }
    .topbar a:hover {
      color: #1F76BB !important; }

.about-home {
  padding: 0 0 100px; }
  .about-home .about-img {
    margin-top: -148px;
    position: relative;
    z-index: 2; }
    @media (max-width: 992px) {
      .about-home .about-img {
        margin: 0; } }
    .about-home .about-img .video-play {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-size: 64px;
      width: 100px;
      height: 100px;
      line-height: 110px !important;
      text-align: center;
      border-radius: 100%;
      background-color: #fff; }
      .about-home .about-img .video-play:hover {
        background-color: #eee;
        margin-top: -15px; }
  .about-home .about-right {
    padding: 80px 0 0; }
    @media (max-width: 992px) {
      .about-home .about-right .heading-3 h2 {
        font-size: 32px !important; } }

.about-page {
  padding: 80px 0;
  background-color: #f6f6f6; }

.iconlist-warp .row > div:last-child .iconlist {
  border: 0 !important; }

.iconlist {
  padding: 60px 30px;
  border-right: 1px dashed #eee; }
  @media (max-width: 992px) {
    .iconlist {
      padding: 40px 0;
      border-right: 0;
      border-bottom: 1px dashed #eee;
      text-align: center; } }
  .iconlist p {
    color: #777;
    margin: 0; }

.vm-box {
  background: #29aae1;
  background: -webkit-gradient(linear, left top, right top, from(#29aae1), to(#1f76bb));
  background: linear-gradient(90deg, #29aae1 0%, #1f76bb 100%);
  padding: 30px; }
  .vm-box h3 {
    color: #fff; }
  .vm-box p {
    margin-bottom: 0;
    color: #fff; }

.feed-back {
  padding: 100px 0;
  background-image: url(../images/media.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover; }

.fb-box {
  padding: 40px;
  text-align: center;
  background-color: #f6f6f6; }
  @media (max-width: 992px) {
    .fb-box {
      padding: 30px 15px; } }
  .fb-box img {
    width: 100px !important;
    height: 100px !important;
    border-radius: 100%;
    margin: 0 auto; }
  .fb-box h3 {
    font-size: 21px;
    color: #1F76BB; }
    .fb-box h3 strong {
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      display: block;
      font-size: 14px;
      text-transform: uppercase;
      color: #222; }
  .fb-box p {
    margin-bottom: 0; }
  .fb-box .quote-ico {
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 100%;
    background-color: #fff;
    font-size: 21px;
    color: #ccc;
    text-align: center;
    margin: 20px auto 0;
    position: relative; }
    .fb-box .quote-ico i {
      position: relative;
      z-index: 2; }
    .fb-box .quote-ico:before {
      content: '';
      width: 148px;
      height: 2px;
      background-color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 0; }

.faq-form {
  padding: 100px 0;
  background-color: #f6f6f6; }

.services-home {
  padding: 0 0 60px;
  position: relative; }
  .services-home:before {
    content: "";
    background-image: url(../images/serv-top.jpg);
    width: 195px;
    height: 185px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  .services-home:after {
    content: "";
    background-image: url(../images/serv-bottom.jpg);
    width: 239px;
    height: 159px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1; }

.media-home {
  padding: 100px 0 70px;
  background-image: url(../images/media.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover; }

.blog-home {
  padding: 100px 0 60px;
  background: white;
  background: -webkit-gradient(linear, left top, right top, from(white), to(#eeeeee));
  background: linear-gradient(90deg, white 0%, #eeeeee 100%); }

.form-home {
  color: #fff;
  position: relative; }
  .form-home .wh-col {
    background-color: #29AAE1;
    background-image: url(../images/wh.jpg);
    background-position: top center;
    background-size: cover; }
  .form-home .ba-col {
    background-color: #1F76BB;
    background-image: url(../images/ba.jpg);
    background-position: top center;
    background-size: cover; }
  .form-home .fh-padding {
    padding: 60px 40px; }
    @media (max-width: 992px) {
      .form-home .fh-padding {
        padding: 60px 15px; } }
  .form-home h2 {
    color: #fff;
    position: relative;
    padding-left: 70px;
    margin-bottom: 0; }
    .form-home h2 span {
      display: block;
      font-weight: normal !important;
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      text-transform: uppercase; }
    .form-home h2 i {
      display: inline-block;
      font-size: 54px;
      position: absolute;
      top: 0;
      left: 0; }
    @media (max-width: 992px) {
      .form-home h2 {
        padding: 70px 0 0 0;
        text-align: center; }
        .form-home h2 i {
          right: 0;
          margin: 0 auto;
          text-align: center; } }
  .form-home .wh-row {
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2); }
    .form-home .wh-row strong {
      color: #0C4C7E !important;
      font-size: 16px; }

.ble-btn {
  background: #29aae1;
  background: -webkit-gradient(linear, left top, right top, from(#29aae1), to(#1f76bb));
  background: linear-gradient(90deg, #29aae1 0%, #1f76bb 100%);
  padding: .7rem 1.2rem .7rem 2rem;
  border-radius: 100px;
  text-transform: uppercase;
  background-size: 400% 400%;
  -webkit-animation: gradient 2s ease infinite;
          animation: gradient 2s ease infinite;
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .ble-btn .icon-left {
    margin-right: 5px;
    font-size: 18px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .ble-btn .icon-arrow {
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .ble-btn .button-text {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .ble-btn:hover {
    -webkit-box-shadow: 0 10px 10px rgba(31, 118, 187, 0.3);
            box-shadow: 0 10px 10px rgba(31, 118, 187, 0.3); }
    .ble-btn:hover .icon-arrow {
      opacity: 1;
      margin-left: 10px; }

.form-control {
  border-radius: 0; }

.wpcf7-submit {
  width: 100%;
  border-radius: 0;
  text-transform: uppercase;
  background: #29aae1;
  background: -webkit-gradient(linear, left top, right top, from(#29aae1), to(#1f76bb));
  background: linear-gradient(90deg, #29aae1 0%, #1f76bb 100%);
  padding: .7rem 1.2rem .7rem 2rem;
  text-transform: uppercase;
  background-size: 400% 400%;
  -webkit-animation: gradient 2s ease infinite;
          animation: gradient 2s ease infinite;
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .wpcf7-submit:hover {
    -webkit-box-shadow: 0 10px 10px rgba(31, 118, 187, 0.3);
            box-shadow: 0 10px 10px rgba(31, 118, 187, 0.3); }

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
.book-appointment {
  width: 100%;
  text-align: center;
  border-radius: 0; }

.blog-card {
  border: 0px;
  background-color: transparent; }
  .blog-card img {
    border-radius: 20px; }
    @media (max-width: 992px) {
      .blog-card img {
        border-radius: 0; } }
  .blog-card .card-warp {
    margin: -20px 20px 0;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 0 0;
    overflow: hidden; }
    @media (max-width: 992px) {
      .blog-card .card-warp {
        margin: 0;
        border-radius: 0; } }
  .blog-card .card-title {
    font-size: 18px;
    font-family: "Roboto", Arial, Helvetica, sans-serif; }
  .blog-card .card-footer {
    background-color: transparent;
    border-color: #f6f6f6; }
    .blog-card .card-footer a {
      color: #29AAE1; }
      .blog-card .card-footer a:hover {
        color: #222 !important; }
    .blog-card .card-footer .post-share a:hover {
      color: #fff !important; }

.services-card {
  border: 0;
  background-color: transparent; }
  .services-card .serv-thumb {
    position: relative; }
    .services-card .serv-thumb:before {
      content: "";
      width: calc(100% - 20px);
      height: calc(100% - 20px);
      position: absolute;
      top: 10px;
      left: 10px;
      border: 2px solid #fff; }
    .services-card .serv-thumb span {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 64px;
      height: 64px;
      line-height: 64px;
      text-align: center;
      background-color: #29AAE1;
      color: #fff;
      font-size: 18px;
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      .services-card .serv-thumb span:hover {
        background-color: #fff;
        color: #1F76BB; }
  .services-card .card-title {
    font-size: 28px; }
    .services-card .card-title em {
      font-style: normal;
      color: #29AAE1; }
  .services-card .card-excerpt {
    text-transform: uppercase; }

.filter-box img {
  border-radius: 10px; }

.mc-video {
  position: relative; }
  .mc-video span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 42px;
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    border-radius: 100%;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .mc-video span:hover {
      background-color: #eee;
      margin-top: -15px; }

.card-header {
  padding: 0;
  border-radius: 0 !important; }
  .card-header button {
    padding: 1rem .6rem;
    width: 100%;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #222;
    border-radius: 0;
    background-color: #fff; }
    .card-header button:focus {
      -webkit-box-shadow: 0 0 0 0;
              box-shadow: 0 0 0 0; }
    .card-header button:hover, .card-header button:focus {
      text-decoration: none; }

.card-body {
  background-color: #f6f6f6;
  border: 0;
  margin-top: 10px; }

.accordion .card {
  border: 0;
  background-color: white;
  border-radius: 0 !important; }

.ba_breadcrumb h1 {
  display: block; }

.breadcrumb {
  color: #222 !important; }

.heading {
  margin-bottom: 40px; }
  .heading h2 {
    font-size: 52px;
    letter-spacing: -2px;
    margin-bottom: 0 !important; }
    .heading h2 span {
      display: block;
      color: #29AAE1;
      letter-spacing: 4px;
      text-transform: uppercase;
      font-size: 18px;
      font-family: "Roboto", Arial, Helvetica, sans-serif; }
    @media (max-width: 992px) {
      .heading h2 {
        font-size: 38px; }
        .heading h2 span {
          font-size: 16px; } }
  .heading p {
    margin-bottom: 0 !important; }

.heading-3 h2 {
  font-size: 40px;
  margin-bottom: 30px !important; }

.heading-4 {
  margin-top: 40px;
  margin-bottom: 30px; }
  .heading-4 h2 {
    font-size: 32px;
    margin-bottom: 0 !important; }

#colophon {
  background-image: url(../images/footer.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover; }
  #colophon .fm-warp {
    padding-left: 40px; }
    #colophon .fm-warp .footer-menu {
      -webkit-column-count: 2;
              column-count: 2; }
    @media (max-width: 992px) {
      #colophon .fm-warp {
        padding: 0 !important; } }

#colophon .footer-inner .contact-info > div .ci-right .ci-heading {
  color: #1F76BB;
  text-transform: uppercase; }

#colophon #social_icons a {
  color: #222; }
  #colophon #social_icons a:hover {
    color: #1F76BB; }

.nsletter {
  padding: 50px 0;
  background: #29aae1;
  background: -webkit-gradient(linear, left top, right top, from(#29aae1), to(#1f76bb));
  background: linear-gradient(90deg, #29aae1 0%, #1f76bb 100%); }
  .nsletter h2 {
    color: #fff; }
    @media (max-width: 992px) {
      .nsletter h2 {
        text-align: center;
        margin-bottom: 20px; } }
  .nsletter .newsletter-inner {
    font-weight: bold; }
    .nsletter .newsletter-inner .tnp-field {
      margin-bottom: 0; }
    .nsletter .newsletter-inner .tnp-subscription {
      position: relative;
      width: 100%;
      max-width: 100%;
      margin: 0; }
      .nsletter .newsletter-inner .tnp-subscription label {
        display: none; }
      .nsletter .newsletter-inner .tnp-subscription .tnp-email {
        padding: 15px 20px;
        border: 0;
        color: #777;
        border-radius: 100px;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        .nsletter .newsletter-inner .tnp-subscription .tnp-email:focus {
          outline: inherit !important;
          background-color: rgba(255, 255, 255, 0.7);
          color: #1F76BB;
          font-weight: bold; }
      .nsletter .newsletter-inner .tnp-subscription .tnp-submit {
        background-color: #1F76BB;
        position: absolute;
        top: 5px;
        right: 5px;
        height: 40px;
        margin-bottom: 0;
        padding: 0 30px;
        text-transform: uppercase;
        border-radius: 100px;
        border: 0px;
        font-weight: bold;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
        .nsletter .newsletter-inner .tnp-subscription .tnp-submit:hover {
          background-color: #29AAE1; }
        @media (max-width: 992px) {
          .nsletter .newsletter-inner .tnp-subscription .tnp-submit {
            top: inherit;
            right: inherit;
            position: inherit;
            margin-top: 10px;
            height: 50px; } }

.cocoen {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  line-height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.cocoen * {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

.cocoen ::after,
.cocoen ::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

.cocoen {
  position: relative; }
  .cocoen:after {
    content: "after";
    position: absolute;
    bottom: 0;
    right: 0;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #1F76BB;
    color: #fff;
    padding: 10px 5px;
    font-size: 12px; }
  .cocoen > div {
    position: relative; }
    .cocoen > div:after {
      content: "before";
      position: absolute;
      bottom: 0;
      left: 0;
      font-weight: bold;
      text-transform: uppercase;
      background-color: #222;
      color: #fff;
      padding: 10px 5px;
      font-size: 12px; }

.cocoen img,
.cocoen picture > img {
  max-width: none; }

.cocoen > img,
.cocoen > picture > img {
  display: block;
  width: 100%; }

.cocoen > div:first-child,
picture .cocoen > div {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 50%; }

.cocoen-drag {
  background: #fff;
  bottom: 0;
  cursor: ew-resize;
  left: 50%;
  margin-left: -1px;
  position: absolute;
  top: 0;
  width: 2px; }

.cocoen-drag::before {
  border: 3px solid #fff;
  content: '';
  height: 30px;
  left: 50%;
  margin-left: -7px;
  margin-top: -18px;
  position: absolute;
  top: 50%;
  width: 14px; }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?hwsr2b");
  src: url("fonts/icomoon.eot?hwsr2b#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?hwsr2b") format("truetype"), url("fonts/icomoon.woff?hwsr2b") format("woff"), url("fonts/icomoon.svg?hwsr2b#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-109700:before {
  content: "\e900";
  color: #29aae1; }

.icon-551054:before {
  content: "\e901"; }

.icon-747339:before {
  content: "\e902"; }

.icon-2830038:before {
  content: "\e903"; }

.desc p,
.desc {
  color: #777; }

.controls .control {
  text-transform: uppercase;
  background-color: #eee;
  color: #777;
  border-radius: 5px;
  border: 0;
  padding: .6rem 1.4rem; }
.controls .mixitup-control-active {
  color: #fff; }

@media (max-width: 992px) {
  .filter-head {
    display: block !important; }
    .filter-head .heading {
      text-align: center;
      margin-bottom: 30px !important;
      display: block; } }

@media (max-width: 992px) {
  .ba_breadcrumb h1 {
    font-size: 18px; } }

/* Booking */
.booking-inner {
  padding: 40px 30px;
  border: 2px solid #1F76BB; }
  @media (max-width: 992px) {
    .booking-inner {
      padding: 0;
      border: 0px; } }
  .booking-inner h2 {
    color: #1F76BB; }
  .booking-inner .icon-2830038 {
    font-size: 48px;
    color: #1F76BB; }

@media (max-width: 992px) {
  .ahb_m2 #fbuilder .ui-datepicker-calendar td {
    display: initial !important; } }

.slots span {
  font-size: 32px;
  font-weight: bold; }

.ui-datepicker-header {
  background-color: #29AAE1 !important;
  color: #fff !important; }

#fbuilder .ui-datepicker-inline {
  width: 100%;
  max-width: 100% !important; }

.dfield input {
  display: block;
  width: 100%;
  height: inherit;
  padding: .7rem;
  font-size: 14px;
  font-weight: normal !important;
  line-height: 1.5;
  color: #222;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #eee;
  border-radius: 3px;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; }

#fbuilder #fbuilder_1 .medium {
  width: 100% !important; }

#fbuilder .fields {
  margin-bottom: 20px; }

.pbSubmit {
  width: 100%;
  border-radius: 0;
  text-transform: uppercase;
  background: #29aae1 !important;
  background: -webkit-gradient(linear, left top, right top, from(#29aae1), to(#1f76bb)) !important;
  background: linear-gradient(90deg, #29aae1 0%, #1f76bb 100%) !important;
  color: #fff !important;
  padding: 1.2rem !important;
  text-transform: uppercase;
  background-size: 400% 400%;
  -webkit-animation: gradient 2s ease infinite;
          animation: gradient 2s ease infinite;
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-weight: bold !important;
  font-size: 16px !important;
  text-align: center; }
  .pbSubmit:hover {
    -webkit-box-shadow: 0 10px 10px rgba(31, 118, 187, 0.3);
            box-shadow: 0 10px 10px rgba(31, 118, 187, 0.3); }

.captcha .dfield {
  margin-top: 10px; }

.ahb_m2 #fbuilder .slots div a {
  border: 2px solid #29AAE1 !important;
  padding: 10px 15px !important; }

.ahbfield_service {
  width: 100%;
  background-color: #fff; }
