/**
* Template Name: MeFamily - v4.10.0
* Template URL: https://bootstrapmade.com/family-multipurpose-html-bootstrap-template-free/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/


/*blau #0f5588
orange #e16410*/


@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 450;
    /* font-stretch: 200%;  */
    /* IE9 Compat Modes */
    src: url('../fonts/Raleway/Raleway-v18-latin-100.eot');
    src: local('Raleway Thin'), local('Raleway-Thin'),
      /* IE6-IE8 */
          url('../fonts/Raleway-v18-latin-100.eot?#iefix') format('embedded-opentype'),
      /* Super Modern Browsers */
          url('../fonts/Raleway/Raleway-VariableFont_wght.ttf') format('woff2'),
      /* Modern Browsers */
          url('../fonts/Raleway/Raleway-VariableFont_wght.ttf') format('woff'),
      /* Safari, Android, iOS */
          url('../fonts/Raleway/Raleway-VariableFont_wght.ttf') format('truetype'),
      /* Legacy iOS */
          url('../fonts/Raleway/Raleway-v18-latin-100.svg#Roboto') format('svg');
          /* unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; */
          unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }



/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Raleway", Verdana;
    color: #6c757d !important;
}

a {
    color: #df5a00;
    text-decoration: none;
}

a:hover {
    color: #ffbb80;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", Verdana;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #006fbe;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #0087e7;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    padding: 15px 0;
    box-shadow: 0px 2px 15px rgba(36, 50, 93, 0.06);
}

#header .logo {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.5px;
}

#header .logo a {
    color: #6c757d;
}

#header .logo img {
    max-height: 60px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-family: "Poppins", sans-serif;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #2b3c6f;
    white-space: nowrap;
    transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #006fbe;
    color: #df5a00;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: #006fbe;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.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: #24325d;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
    .text-center-mobile {
        text-align: center !important;
    }

}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(22, 30, 56, 0.9);
    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: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #24325d;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #df5a00;
    ;
}

.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;
    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: #006fbe;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}

ol,
ul,
dl {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 1.6;
}

p,
a {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 1.6;
    color: #6c757d;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 90vh;
    background-color: rgba(22, 30, 56, 0.8);
    overflow: hidden;
    position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.emo-stat {
    background-image: url("../img/slide/slide-17-100.jpg");
}



.carousel-caption {
    padding-top: 2.25rem;
    top: 30%;
}

#hero .carousel-item {
    background-size: cover;
    /* background-size: auto 100%; */

    background-position: center;
    background-repeat: no-repeat;
}

#hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 50%;
    left: 50px;
    right: 50px;
}

#hero .container {
    text-align: center;
}

.text-muted {
    color: #6c757d !important;
}

#hero h1 {
    /* color: #000;
    color: #006fbe; */
    color: #ffbb80;
    font-size: 3rem;

}

#hero .d-md-block {
    max-width: 600px;
}

#hero h2 {
    color: #6c757d;
    margin-bottom: 20px;
    margin: 23px 0px 0px 42px;
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.2;

}

#hero p {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    margin: 0 auto 0px auto;
    font-size: 20px !important;
    margin: 0px 0px 20px 0px;
    font-weight: 325 !important;
}

#hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: right 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;
    transition: 0.5s;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    background: none;
    font-size: 30px;
    line-height: 0;
    width: auto;
    height: auto;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.5);
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
    cursor: pointer;
    background: #fff;
    overflow: hidden;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    opacity: 0.6;
    transition: 0.3s;
}

#hero .carousel-indicators li.active {
    opacity: 1;
    background: #006fbe;
}

#hero .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 32px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    background: #006fbe;
}

#hero .btn-get-started:hover {
    background: #007ed8;
}

@media (max-width: 992px) {
    #hero {
        height: 100vh;
    }

    #hero .carousel-container {
        top: 8px;
    }
}

@media (max-width: 768px) {
    #hero h2 {
        font-size: 28px;
    }

    #hero .d-md-block {
        top: 21%;
    }
}

@media (min-width: 1024px) {

    #hero .carousel-control-prev,
    #hero .carousel-control-next {
        width: 5%;
    }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.section {
    padding: 60px 0 60px 0;
}

.section-bg {
    background-color: #b4e0ff;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;

    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.2;
    color: #ffbb80 !important;
}

.section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    background: #ffbb80;
    bottom: 1px;
    left: calc(50% - 60px);
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #ffbb80;
    bottom: 0;
    left: calc(50% - 20px);
}

.section-title p {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# My & Family
--------------------------------------------------------------*/
.about .content h3 {
    font-weight: 600;
    font-size: 26px;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

.about .content ul li {
    padding-left: 28px;
    position: relative;
}

.about .content ul li+li {
    margin-top: 10px;
}

.about .content ul i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    color: #ffbb80;
    line-height: 1;
}

.about .content p:last-child {
    margin-bottom: 0;
}

.btn-contact {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 5px;
    transition: 0.3s;
    line-height: 1;
    color: #6c757d;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid #ffbb80;
    font-size: 1rem;
    color: #df5a00;
}

.btn-contact:hover {
    /*background: #006fbe;*/
    background: #ffbb80;
    color: #fff;
    text-decoration: none;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
/* .features .icon-box {
    margin-bottom: 20px;
    text-align: center;
}

.features .icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    margin-bottom: 20px;
    transition: 0.5s;
    overflow: hidden;
    box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}

.features .icon i {
    line-height: 0;
    color: #006fbe;
    font-size: 34px;
}

.features .icon-box:hover .icon {
    box-shadow: 0px 0 25px rgba(0, 111, 190, 0.3);
}

.features .title {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
    position: relative;
    padding-bottom: 15px;
}

.features .title a {
    color: #444444;
    transition: 0.3s;
}

.features .title a:hover {
    color: #006fbe;
}

.features .title::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 2px;
    background: #006fbe;
    bottom: 0;
    left: calc(50% - 25px);
}

.features .description {
    line-height: 24px;
    font-size: 14px;
} */

/*--------------------------------------------------------------
# Recent Photos
--------------------------------------------------------------*/
.recent-photos {
    overflow: hidden;
}

.recent-photos .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.recent-photos .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #006fbe;
}

.recent-photos .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #006fbe;
}

.recent-photos .owl-nav,
.recent-photos .owl-dots {
    margin-top: 25px;
    text-align: center;
}

.recent-photos .owl-item {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}

.recent-photos .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #95d3ff !important;
}

.recent-photos .owl-dot.active {
    background-color: #006fbe !important;
}

.recent-photos .gallery-carousel .owl-stage-outer {
    overflow: visible;
}

.recent-photos .gallery-carousel .center {
    border: 6px solid #006fbe;
    margin: -10px;
    box-sizing: content-box;
    padding: 4px;
    background: #fff;
    z-index: 1;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs,
.distance,
.distance-start {
    display: none;
    padding: 35px 0 15px 0;
    min-height: 0px;
    margin-top: 70px;
}

.distance,
.distance-start {
    display: block;
    margin-top: 80px;
    background-color: #fff;
}

.distance-start {
    margin-top: 0px;
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 58px;
        display: none;
    }

    .distance {
        display: block;
        margin-top: 70px;
    }
}

.breadcrumbs h2 {
    font-size: 28px;
    margin-bottom: 0;
    font-weight: 300;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #324682;
    content: "/";
}



.emo-stat {
    background-image: url("../img/slide/slide-17.jpg");
}

.display-none {
    display: none;
}

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }

    .breadcrumbs ol {
        display: block;
    }

    .breadcrumbs ol li {
        display: inline-block;
    }
    #header .social-links {
        display: none;
    }

    #hero h1 {
        color: #fff;
        font-weight: 500;
        font-size: 2rem;
    }

    #hero .d-md-block {
        top: 35%;
    }
    #hero {
        height: 110vh;
    }

    #hero p {

    }

    .text-muted {
        color: #333 !important;
        font-size: 18px !important;
        font-weight: 100;
    }

    #hero .carousel-caption .btn-primary {
        background-color: #df5a00 !important;
        border: 1px solid #df5a00 !important;
    }

    .display-show {
        display: block;
        margin-bottom: 20px;
    }

    .display-none-img {
        display: none;
    }
}

#breadcrumbs .breadcrumbs .carousel-caption {
    display: none;
}

.emo-stat {
    background-image: url("../img/slide/slide-17.jpg");
}

@media (max-width: 768px) {
    .emo-stat {
        background-image: url("../img/slide/slide-17-100.jpg") !important;
    }

    .breadcrumbs {
        display: block !important;
        background-color: #ffbb80;
        margin-top: 0px;
    }

    .breadcrumbs h1 {
        color: #fff;
        font-weight: 500;
        font-size: 2rem;
    }


    .breadcrumbs p {
        /* color: #333 !important;
        font-size: 18px; */
    }

    .breadcrumbs .btn-primary {
        background-color: #df5a00 !important;
        border: 1px solid #df5a00 !important;
    }

    .carousel-inner {
        height: 100% !important;
    }

    #hero {
        height: 400px;
    }
}



/*--------------------------------------------------------------
# Story Intro
--------------------------------------------------------------*/
.story-intro .content h3 {
    font-weight: 600;
    font-size: 26px;
}

.story-intro .content ul {
    list-style: none;
    padding: 0;
}

.story-intro .content ul li {
    padding-bottom: 10px;
}

.story-intro .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #006fbe;
}

.story-intro .content p:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Featured Members
--------------------------------------------------------------*/
.featured-members .content+.content {
    margin-top: 50px;
}

.featured-members .content h3,
.impressum h3 {
    font-size: 1.25rem;
    font-weight: 600;
}

.impressum h2 {
    font-size: 1.5rem;
    font-weight: 600;
}

.impressum h4 {
    font-size: 1rem;
    font-weight: 600;
}

.featured-members .content p,
.impressum p {
    font-size: 1rem;
    font-weight: 400;
}

.featured-members .content ul {
    list-style: none;
    padding: 0;
}


.featured-members .content ul li {
    padding-bottom: 10px;
}

.featured-members .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #006fbe;
}

.featured-members .content p:last-child {
    margin-bottom: 0;
}

.impressum ul.adsimple-312475935 {
    list-style: circle;
    padding: 0;
    margin-left: 38px;
    padding-bottom: 5px;
}
.impressum table {
    margin: 10px 0 20px 10px;
}

/*--------------------------------------------------------------
# Members
--------------------------------------------------------------*/
.members {
    background: #fff;
    padding: 60px 0;
}

.members .member {
    margin-bottom: 20px;
    overflow: hidden;
}

.members .member .member-img {
    position: relative;
    overflow: hidden;
}

.members .member .social {
    position: absolute;
    left: 0;
    bottom: -40px;
    right: 0;
    height: 40px;
    opacity: 0;
    transition: bottom ease-in-out 0.4s;
    text-align: center;
    background: rgba(0, 111, 190, 0.8);
}

.members .member .social a {
    transition: color 0.3s;
    color: #fff;
    margin: 0 10px;
    padding-top: 8px;
    display: inline-block;
}

.members .member .social a:hover {
    color: #006fbe;
}

.members .member .social i {
    font-size: 18px;
    margin: 0 2px;
}

.members .member .member-info h4 {
    font-weight: 700;
    margin: 15px 0 5px 0;
    font-size: 18px;
}

.members .member .member-info span {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 15px;
    color: #006fbe;
}

.members .member .member-info p {
    font-style: italic;
    font-size: 14px;
    line-height: 26px;
    color: #777777;
}

.members .member:hover .social {
    bottom: 0;
    opacity: 1;
    transition: bottom ease-in-out 0.4s;
}

/*--------------------------------------------------------------
# Event List
--------------------------------------------------------------*/
.coaching .card {
    border: 0;
    padding: 0 30px;
    margin-bottom: 60px;
    position: relative;
}

.coaching .card-img {
    width: calc(100% + 60px);
    margin-left: -30px;
    overflow: hidden;
    z-index: 9;
    border-radius: 0;
}

.coaching .card-img img {
    max-width: 100%;
    transition: all 0.3s ease-in-out;
}

.coaching .card-body {
    z-index: 10;
    background: #fff;
    border-top: 4px solid #fff;
    padding: 30px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    margin-top: -60px;
    transition: 0.3s;
}

.coaching .card-title {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 20px;
    color: #24325d;
    color: #ffbb80;
}

.coaching .card-title a {
    color: #24325d;
    transition: 0.3s;
}

.coaching .card-text {
    /* color: #5e5e5e; */
}

.coaching .read-more a {
    color: #777777;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    transition: 0.3s;
}

.coaching .read-more a:hover {
    color: #e16410;
}

.coaching .card:hover img {
    transform: scale(1.1);
}

.coaching .card:hover .card-body {
    border-color: #e16410;
}

.coaching .card:hover .card-body .card-title a {
    color: #e16410;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
 .gallery .gallery-item,
.footer-nav {
    margin-bottom: 30px;
}

.gallery #gallery-flters,
.footer-nav {
    padding: 0;
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
}

.gallery #gallery-flters li,
.footer-nav li {
    cursor: pointer;
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #444444;
    margin-bottom: 5px;
    transition: all 0.3s;
}

.gallery #gallery-flters li,
.footer-nav li {
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px 0px 10px;
    font-size: 12px;
    text-transform: none;
}

.gallery #gallery-flters li:hover,
.gallery #gallery-flters li.filter-active,
.footer-nav li:hover,
.footer-nav li.filter-active {
    color: #006fbe;
}

.gallery #gallery-flters li:last-child,
.footer-nav li:last-child {
    margin-right: 0;
}


/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact-us .info {
    width: 100%;
    background: #fff;
}

.contact-us .info i {
    font-size: 20px;
    color: #006fbe;
    float: left;
    width: 44px;
    height: 44px;
    background: #e7f5ff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact-us .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #24325d;
}

.contact-us .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #405aa7;
}

.contact-us .info .email,
.contact-us .info .phone {
    margin-top: 40px;
}

.contact-us .info .email:hover i,
.contact-us .info .address:hover i,
.contact-us .info .phone:hover i {
    background: #006fbe;
    color: #fff;
}

.contact-us .php-email-form {
    width: 100%;
    background: #fff;
}

.contact-us .php-email-form .form-group {
    padding-bottom: 8px;
}

.contact-us .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.contact-us .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact-us .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact-us .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact-us .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact-us .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-us .php-email-form input,
.contact-us .php-email-form textarea {
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
}

.contact-us .php-email-form input:focus,
.contact-us .php-email-form textarea:focus {
    border-color: #006fbe;
}

.contact-us .php-email-form input {
    height: 44px;
}

.contact-us .php-email-form textarea {
    padding: 10px 12px;
}

.contact-us .php-email-form button[type=submit] {
    background: #006fbe;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

.contact-us .php-email-form button[type=submit]:hover {
    background: #007ed8;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #ffbb80;
    /* background: #FFAB80; */
    color: #fff;
    font-size: 15px !important;
    text-align: center;
    padding: 30px 0;
}

#footer h3 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    position: relative;
    /* font-family: "Poppins", sans-serif; */
    padding: 0;
    margin: 0 0 15px 0;
}

#footer h4 {
    font-size: 1.2rem;
}

#footer p {
    font-size: 1rem;
    padding: 0;
    margin: 0 0 40px 0;
}

#footer .logo {
    font-style: italic;
}

#footer .logo img {
    height: 80px;
    margin-bottom: 2%;
}



#footer .social-links {
    margin: 0 0 40px 0;
}

#footer a, 
#footer p
 {
    color: #fff !important;
    font-size: 1rem;
}

#footer .social-links a {
    font-size: 15px;
    display: inline-block;
    background: #df5a00;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    font-size: 1.5rem;
}

#header .social-links a {
    font-size: 1rem;
    color: #ffbb80;
    color: #df5a00;

}

#footer .social-links a:hover {
    background: #df5a00;
    color: #fff;
    text-decoration: none;
    background: #FFAB80;
}

#footer .copyright {
    margin: 0 0 5px 0;
}

#footer .credits {
    font-size: 15px;
}

.col-lg-6-margin-r {
    margin-right: 3%;
    width: 47%;
}

.col-lg-6-padding-l {
    padding-left: 3%;
}



/* 
.btn-learn-more {
    background-color: #006fbe !important;
} */

.carousel-caption .btn-primary {
    background-color: #ffbb80 !important;
    border: 1px solid #ffbb80 !important;
    /* #DF5A00 */

}

.carousel-caption .btn-primary:hover {
    background-color: #FFAB80 !important;
    border: 1px solid #FFAB80 !important;
    /* #DF5A00 */

}

.contact-info {
    color: #6c757d !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 1.6;
}