body {
    background: #fcf6bd;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: #495057;
}

a {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
    color: #45678a;
}

.btn,
.form-control {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* Header */
header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}

header .navbar-brand {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 400;
}

header .navbar-brand span {
    color: #45678a;
}

header .top-bar {
    background: #45678a;
}

header .top-bar a {
    color: #45678a;
    padding: 10px;
    font-size: 13px;
    display: inline-block;
}

header .top-bar .cta-btn {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    background: #d0f4de;
}

header .top-bar .cta-btn:hover {
    -webkit-box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
}

header .top-bar .social {
    margin-bottom: 0;
}

header .top-bar .social li {
    display: inline-block;
    text-align: center;
}

header .top-bar .social li a {
    color: #d0f4de;
    padding: 10px;
    width: 40px;
    display: inline-block;
}

@media (max-width: 991px) {
    header .top-bar .social li a {
        padding-left: 10px;
        padding-right: 10px;
        width: inherit;
    }
}

header .top-bar .social li a:hover {
    background: #d0f4de;
    color: #45678a;
    -webkit-box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
}

header .navbar {
    padding-top: 0;
    padding-bottom: 0;
    background: #fcf6bd !important;
}

@media (max-width: 1199px) {
    header .navbar {
        background: #fcf6bd !important;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}

header .navbar .nav-link {
    padding: 1.7rem 1rem;
    outline: none !important;
}

@media (max-width: 1199px) {
    header .navbar .nav-link {
        padding: 0.5rem 0rem;
    }
}

header .navbar .nav-link.active {
    color: #45678a !important;
    font-weight: 700;
}

header .navbar .dropdown-menu {
    font-size: 14px;
    border-radius: 4px;
    border: none;
    -webkit-box-shadow: 0 2px 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 20px -5px rgba(0, 0, 0, 0.1);
}

header .navbar .dropdown-menu .dropdown-item.active {
    background: #45678a;
    color: #d0f4de !important;
}

header .navbar .dropdown-menu a {
    padding-top: 7px;
    padding-bottom: 7px;
}

/* Owl Carousel */
.owl-carousel .owl-item {
    opacity: 0.4;
}

.owl-carousel .owl-item.active {
    opacity: 1;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px;
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
    font-size: 40px;
}

.owl-carousel .owl-nav .owl-prev {
    left: 30px !important;
}

.owl-carousel .owl-nav .owl-next {
    right: 30px !important;
}

.owl-carousel .owl-dots {
    text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: #45678a;
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #45678a;
}

.owl-carousel.home-slider {
    z-index: 1;
    position: relative;
}

.owl-carousel.home-slider .owl-nav {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.owl-carousel.home-slider .owl-nav button {
    color: #45678a;
}

.owl-carousel.home-slider:focus .owl-nav,
.owl-carousel.home-slider:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}

.owl-carousel.home-slider .slider-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: calc(100vh - 115px);
    min-height: 700px;
    max-width: 960;
}

.owl-carousel.home-slider .slider-item .slider-text {
    color: #45678a;
    height: calc(100vh - 117px);
    min-height: 700px;
    text-align: center;
}

.owl-carousel.home-slider .slider-item .slider-text.item2 {
    justify-content: flex-end;
    text-align: center;
}

.owl-carousel.home-slider .slider-item .slider-text h1 {
    font-size: 62px;
    color: #45678a;
    line-height: 1.2;
    font-weight: 500;
    background: #fcf6bdad;
    padding: 0.5rem;
}

#banner-color h1 {
    color: #45678a;
}

#bg-highlight .bg-light .section {
    background: #d0f4de;
}
@media (max-width: 991px) {
    .owl-carousel.home-slider .slider-item .slider-text h1 {
        font-size: 40px;
    }
}

.owl-carousel.home-slider .slider-item .slider-text p {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
    color: #fcf6bd;
}

#banner-color p {
    color: #45678a;
}

.owl-carousel.home-slider.inner-page .slider-item {
    height: calc(50vh - 117px);
    min-height: 500px;
}

.owl-carousel.home-slider.inner-page .slider-item .slider-text {
    color: #fff;
    height: calc(50vh - 117px);
    min-height: 500px;
}

.owl-carousel.home-slider .owl-dots {
    position: absolute;
    bottom: 150px;
    width: 100%;
}

.owl-carousel.home-slider .owl-dots .owl-dot {
    width: 18px;
    height: 18px;
    margin: 5px;
    border-radius: 50%;
    background: #fcf6bd;
    background: none;
    border: 2px solid #fcf6bd;
    outline: none !important;
    position: relative;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.owl-carousel.home-slider .owl-dots .owl-dot span {
    position: absolute;
    width: 6px;
    height: 6px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50% !important;
    left: 50%;
    top: 50%;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.owl-carousel.home-slider .owl-dots .owl-dot.active {
    border: 2px solid #fcf6bd;
}

.owl-carousel.home-slider .owl-dots .owl-dot.active span {
    background: #fcf6bd;
}

.owl-carousel.major-caousel .owl-stage-outer {
    padding-top: 30px;
    padding-bottom: 30px;
}

.owl-carousel.major-caousel .owl-nav .owl-prev,
.owl-carousel.major-caousel .owl-nav .owl-next {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #495057;
}

.owl-carousel.major-caousel .owl-nav .owl-prev:hover,
.owl-carousel.major-caousel .owl-nav .owl-prev:focus,
.owl-carousel.major-caousel .owl-nav .owl-next:hover,
.owl-carousel.major-caousel .owl-nav .owl-next:focus {
    color: #868e96;
    outline: none;
}

.owl-carousel.major-caousel .owl-nav .owl-prev.disabled,
.owl-carousel.major-caousel .owl-nav .owl-next.disabled {
    color: #dee2e6;
}

.owl-carousel.major-caousel .owl-nav .owl-prev {
    left: -60px !important;
}

.owl-carousel.major-caousel .owl-nav .owl-next {
    right: -60px !important;
}

.owl-carousel.major-caousel .owl-dots {
    bottom: -30px !important;
    position: relative;
}

.owl-custom-nav {
    float: right;
    position: relative;
    z-index: 10;
}

.owl-custom-nav .owl-custom-prev,
.owl-custom-nav .owl-custom-next {
    padding: 10px;
    font-size: 30px;
    background: #ccc;
    line-height: 0;
    width: 60px;
    text-align: center;
    display: inline-block;
}

.home-feature {
    margin-top: -120px;
    position: relative;
    z-index: 2;
}

.home-feature .one-col,
.home-feature .two-col,
.home-feature .three-col {
    position: relative;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    z-index: 2;
    top: 0;
    border-bottom: 10px solid #45678a;
}

@media (max-width: 767px) {
    .home-feature .one-col,
    .home-feature .two-col,
    .home-feature .three-col {
        border: none;
        margin-bottom: 10px;
    }
}

.home-feature .one-col .col-inner,
.home-feature .two-col .col-inner,
.home-feature .three-col .col-inner {
    position: relative;
    overflow: hidden;
}

.home-feature .one-col .icon,
.home-feature .two-col .icon,
.home-feature .three-col .icon {
    font-size: 200px;
    color: rgba(255, 255, 255, 0.07);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.home-feature .one-col h2,
.home-feature .two-col h2,
.home-feature .three-col h2 {
    color: #d0f4de;
    font-size: 16px;
    letter-spacing: 0.05em;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.home-feature .one-col p,
.home-feature .two-col p,
.home-feature .three-col p {
    color: #fcf6bd;
    font-weight: 300;
}

.home-feature .one-col p:last-child,
.home-feature .two-col p:last-child,
.home-feature .three-col p:last-child {
    margin-bottom: 0;
}

.media-body p,
.media-body a {
    color: #d0f4de;
}

.media-body a:hover {
    color: #fcf6bd;
}

.media-body .service-body {
    color: #45678a;
}

.media-body h3 {
    font-weight: 700;
}

.home-feature .one-col .btn-more,
.home-feature .two-col .btn-more,
.home-feature .three-col .btn-more {
    -webkit-transition: 0.15s all ease-out;
    -o-transition: 0.15s all ease-out;
    transition: 0.15s all ease-out;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    display: block;
    text-align: center;
    bottom: -50px;
    left: 0;
    right: 0;
    padding: 20px;
    background: #d0f4de;
    z-index: -1;
    color: #45678a;
    -webkit-box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.4);
}

@media (max-width: 767px) {
    .home-feature .one-col .btn-more,
    .home-feature .two-col .btn-more,
    .home-feature .three-col .btn-more {
        opacity: 1;
        visibility: visible;
        position: relative;
        bottom: 0;
    }
}

.home-feature .one-col .btn-more:hover,
.home-feature .two-col .btn-more:hover,
.home-feature .three-col .btn-more:hover {
    background: #d0f4de;
}

.home-feature .one-col:hover,
.home-feature .two-col:hover,
.home-feature .three-col:hover {
    top: -10px;
    z-index: 3;
    -webkit-box-shadow: 0 4px 40px -5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 40px -5px rgba(0, 0, 0, 0.4);
}

@media (max-width: 767px) {
    .home-feature .one-col:hover,
    .home-feature .two-col:hover,
    .home-feature .three-col:hover {
        top: 0;
    }
}

.home-feature .one-col:hover .icon,
.home-feature .two-col:hover .icon,
.home-feature .three-col:hover .icon {
    -webkit-transform: translate(-10px, -50%);
    -ms-transform: translate(-10px, -50%);
    transform: translate(-10px, -50%);
}

.home-feature .one-col:hover .btn-more,
.home-feature .two-col:hover .btn-more,
.home-feature .three-col:hover .btn-more {
    opacity: 1;
    visibility: visible;
    bottom: -50px;
}

@media (max-width: 767px) {
    .home-feature .one-col:hover .btn-more,
    .home-feature .two-col:hover .btn-more,
    .home-feature .three-col:hover .btn-more {
        bottom: 0;
    }
}

.home-feature .one-col {
    background: #456790;
}

.home-feature .two-col {
    background: #45678d;
}

.home-feature .three-col {
    background: #45678a;
}

.section {
    padding: 7em 0;
}

.cta-link {
    background: #45678a;
    padding: 3.5em 0 3em 0;
    display: block;
    text-align: center;
}

.cta-link:focus,
.cta-link:active {
    outline: none;
    background: #456789;
}

.cta-link:hover {
    background: #30526d;
}

.cta-link span {
    line-height: 1.2;
}

.cta-link .sub-heading {
    color: #d0f4de;
    display: block;
    font-size: 20px;
}

.cta-link .heading {
    font-size: 50px;
    color: #fcf6bd;
}

@media (max-width: 991px) {
    .cta-link .heading {
        font-size: 30px;
    }
}

.cta-link:hover {
    background: #30526d;
}

.cover_1 {
    background-size: cover;
    background-position: center center;
    padding: 7em 0;
}

.cover_1 .sub-heading {
    color: rgba(255, 255, 255, 0.7);
    font-size: 22px;
}

.cover_1 .heading {
    font-size: 50px;
    color: white;
    font-weight: 300;
}

.heading {
    color: #45678a;
}

.heading.border-bottom {
    position: relative;
    padding-bottom: 30px;
}

.heading.border-bottom:before {
    bottom: 0;
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #45678a;
}

.text-black {
    color: #fcf6bd;
}

.modal-text {
    color: #45678a;
}

.stretch-section .video {
    display: block;
    position: relative;
    -webkit-box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5);
    box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5);
}

.media-feature .icon {
    font-size: 60px;
    color: #45678a;
}

.media-feature h3 {
    font-size: 20px;
}

.media-custom {
    background: #45678a;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.media-custom .meta-post {
    color: #d0f4de;
    font-size: 13px;
    text-transform: uppercase;
}

.media-custom .meta-chat {
    color: #d0f4de;
}

.media-custom .meta-chat:hover {
    color: #868e96;
}

.media-custom:focus,
.media-custom:hover {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

.media-custom .media-body {
    padding: 30px;
}

.media-custom .media-body h3 {
    font-size: 20px;
}

.media-custom .media-body p:last-child {
    margin-bottom: 0;
}

.list-unstyled.check li {
    position: relative;
    padding-left: 30px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.list-unstyled.check li:before {
    color: #45678a;
    left: 0;
    font-family: "Ionicons";
    content: "\f122";
    position: absolute;
}

.custom-tabs .border-right {
    border-right: 1px solid #45678a;
}
.custom-tabs {
    padding-top: 0;
}

@media (max-width: 767px) {
    .custom-tabs .border-right {
        border-right: none;
    }
}

.custom-tabs .nav-pills .nav-link {
    padding-left: 0;
    font-size: 26px;
    font-weight: 100;
    color: #45678a;
    line-height: 1.2;
    margin-bottom: 10px;
}

.custom-tabs .nav-pills .nav-link span {
    font-size: 18px;
}

.custom-tabs .nav-pills .nav-link.active {
    background: none;
    color: #45678a;
    padding-left: 20px;
    position: relative;
}

.custom-tabs .nav-pills .nav-link.active:before {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0;
    width: 2px;
    background: #45678a;
}

.custom-tabs .tab-pane .icon {
    display: inline-block;
    font-size: 60px;
    color: #45678a;
}

.custom-tabs .tab-pane h2 {
    font-size: 60px;
    font-weight: 300;
}

#modalAppointment .modal-content {
    border-radius: 0;
    border: none;
}

#modalAppointment .modal-body,
#modalAppointment .modal-footer {
    padding: 40px;
}

.site-footer {
    padding: 7em 0;
    background: #45678a;
    color: #d0f4de;
}

.site-footer a {
    color: #fcf6bd;
}

.site-footer a:hover {
    color: #d0f4de;
}

.site-footer h3 {
    color: #d0f4de;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.site-footer .footer-link li {
    line-height: 1.3;
    margin-bottom: 15px;
}

.site-footer hr {
    width: 100%;
}

.site-footer .border-t {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright {
    font-size: 14px;
}

.element-animate {
    opacity: 0;
    visibility: hidden;
}
