    /*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

    .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
    }

    .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
    }

    .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
    }

    @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
    }

    @keyframes spinner {
    to {transform: rotate(360deg);}
    }


    /*---------------------------------------
      MENU   NAV           
  -----------------------------------------*/

    .navbar-default {
        background: #ffffff;
        box-shadow: 0 2px 8px rgba(0,0,0,.075);
        border: none;
        margin-bottom: 0;
        padding: 10px;
    }

    .navbar-default .navbar-brand {
        color: #393939;
        font-weight: 500;
    }

    .navbar-default .navbar-brand .fa {
        color: #a5c422;
    }

    .navbar-default .navbar-nav li.appointment-btn {
        margin: 3px 0 0 20px;
    }

    .navbar-default .navbar-nav li.appointment-btn a {
        background: #a5c422;
        border-radius: 3px;
        color: #ffffff;
        font-weight: 600;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .navbar-default .navbar-nav li.appointment-btn a:hover {
        background: #4267b2;
        color: #ffffff !important;
    }

    .navbar-default .navbar-nav li a {
        color: #555555;
        font-size: 12px;
        font-weight: 500;
        padding-right: 20px;
        padding-left: 20px;
        -webkit-transition: all ease-in-out 0.4s;
        transition: all ease-in-out 0.4s;
    }

    .navbar-default .navbar-nav > li a:hover {
        color: #393939 !important;
    }

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        color: #555555;
        background-color: transparent;
    }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #393939;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border: none;
        padding-top: 10px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background: #393939;
        border-color: transparent;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus { 
        background-color: transparent;
    }

    /*---------------------------------------
        MENU              
    -----------------------------------------*/

    header {
    background: #ffffff;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
    height: 45px;
    }

    header .col-md-8 {
    padding-right: 0;
    }

    header p,
    header span {
    font-size: 12px;
    line-height: 24px;
    padding-top: 12px;
    }

    header a,
    header span {
    color: #747474;
    }

    header span {
    font-weight: 500;
    display: inline-block;
    padding: 11px 15px;
    }

    header span.date-icon {
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    padding-right: 19px;
    padding-left: 19px;
    }

    header span i {
    color: #a5c422;
    margin-right: 5px;
    }

    a {
        color: #252525;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        text-decoration: none !important;
    }

    a:hover, a:active, a:focus {
        color: #a5c422;
        outline: none;
    }

    ::-webkit-scrollbar{
        width: 8px;
        height: 8px;
    }

    ::-webkit-scrollbar-thumb {
        cursor: pointer;
        background: #000000;
    }

    .section-title {
        padding-bottom: 20px;
    }

    .section-title h2 {
        margin-top: 0;
    }

    .section-btn {
        background: #a5c422;
        border: 0;
        border-radius: 3px;
        color: #ffffff;
        font-size: inherit;
        font-weight: 500;
        padding: 14px 20px;
        transition: transform 0.1s ease-in;
        transform: translateX(0);
    }

    .section-btn:hover {
        transform: translateY(-5px);
    }

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

    .text-align-center {
        text-align: center;
    }
    .slider .container {
        width: 100%;
    }
    .slider .owl-dots {
        position: absolute;
        top: 575px;
        width: 100%;
        justify-content: center;
    }
    .slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-color: rgba(20,20,20,0.2);
    height: 100%;
    color: #fff;
    cursor: e-resize;
    }

    .slider .item {
    background-position: inherit;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 650px;
    }

    .slider .item-first {
        background-image: url(../images/slider1.jpg);
    }

    .slider .item-second {
        background-image: url(../images/slider2.jpg);
    }

    .slider .item-third {
        background-image: url(../images/slider3.jpg);
    }

    @media only screen and (max-width: 992px) {
        .slider .item {
            background-position: center;
        }

        header {
            padding-bottom: 10px;
        }
        header .text-align-right {
            text-align: left;
        }
        header span {
            padding-top: 0;
            padding-left: 0;
            padding-bottom: 0;
        }
    }

    /*---------------------------------------
      ABOUT              
  -----------------------------------------*/

  #about {
    /* background: url('../images/about-bg.jpg') no-repeat top center; */
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .profile img,
  .profile figcaption {
    display: inline-block;
    vertical-align: top;
    margin-top: 1em;
  }
  .profile img {
    border-radius: 100%;
    width: 65px;
    height: 65px;
    margin-right: 1em;
  }
  .profile figcaption h3 {
    margin-top: 0;
  }

  #about h6 {
    color: #858585;
    margin: 0;
  }


  #appointment button#cf-submit {
    background: #a5c422;
    color: #ffffff;
    font-weight: 600;
    height: 55px;
  }

  #appointment button#cf-submit:hover {
    background: #393939;
    color: #ffffff;
  }

/*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  footer {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  footer h4 {
    padding-bottom: 5px;
  }

  footer a {
    color: #757575;
  }

  footer a:hover {
    color: #4267b2;
  }

  .contact-info {
    padding-top: 10px;
  }

  .contact-info .fa {
    background: #393939;
    border-radius: 100%;
    color: #ffffff;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 2px;
  }

  .latest-stories {
    margin-bottom: 20px;
  }

  .stories-image,
  .stories-info {
    display: inline-block;
    vertical-align: top;
  }

  .stories-image img {
    border-radius: 100%;
    width: 65px;
    height: 65px;
  }

  .stories-info {
    margin-left: 15px;
  }

  .stories-info h5 {
    margin-bottom: 2px;
  }

  .stories-info span {
    color: #858585;
    font-size: 12px;
  }

  .opening-hours p {
    line-height: 18px;
  }

  .opening-hours span {
    font-weight: 500;
    display: inline-block;
    padding-left: 10px;
  }

  .copyright-text p,
  .footer-link a {
    color: #858585;
    font-size: 12px;
    font-weight: 500;
  }

  .footer-link a {
    font-size: 12px;
    display: inline-block;
    padding: 0 10px;
    margin-top: 4px;
  }

  .angle-up-btn {
    position: relative;
    bottom: 4em;
    display: block;
  }

  .angle-up-btn a {
    background: #ffffff;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    font-size: 20px;
    color: #393939;
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 38px;
    transition: transform 0.1s ease-in;
    transform: translateX(0);
  }

  .angle-up-btn a:hover {
    background: #4267b2;
    color: #ffffff;
    transform: translateY(-5px);
  }


  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 0;
    margin: 0;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
  }

  .social-icon li a {
    border-radius: 100px;
    color: #464646;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
  }

  .social-icon li a:hover {
    background: #4267b2;
    color: #ffffff;
  }