html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

.container {
    border-bottom: 0;
}

:root {
    --wpforms-field-border-radius: 3px;
    --wpforms-field-background-color: #ffffff;
    --wpforms-field-border-color: rgba(0, 0, 0, 0.25);
    --wpforms-field-text-color: rgba(0, 0, 0, 0.7);
    --wpforms-label-color: rgba(0, 0, 0, 0.85);
    --wpforms-label-sublabel-color: rgba(0, 0, 0, 0.55);
    --wpforms-label-error-color: #d63637;
    --wpforms-button-border-radius: 3px;
    --wpforms-button-background-color: #066aab;
    --wpforms-button-text-color: #ffffff;
    --wpforms-field-size-input-height: 43px;
    --wpforms-field-size-input-spacing: 15px;
    --wpforms-field-size-font-size: 16px;
    --wpforms-field-size-line-height: 19px;
    --wpforms-field-size-padding-h: 14px;
    --wpforms-field-size-checkbox-size: 16px;
    --wpforms-field-size-sublabel-spacing: 5px;
    --wpforms-field-size-icon-size: 1;
    --wpforms-label-size-font-size: 16px;
    --wpforms-label-size-line-height: 19px;
    --wpforms-label-size-sublabel-font-size: 14px;
    --wpforms-label-size-sublabel-line-height: 17px;
    --wpforms-button-size-font-size: 17px;
    --wpforms-button-size-height: 41px;
    --wpforms-button-size-padding-h: 15px;
    --wpforms-button-size-margin-top: 10px;
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    /* background-color: #25D366; */
    color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

button.navbar-toggler {
    margin-right: 5%;
}

.whatsapp-float img {
    width: 40px;
    height: 40px;
}

:root {
    --black: #1e2242;
    --black-darker: #000010;
    --black-text: rgba(30, 34, 66, .7);
    --black-light: rgba(30, 34, 66, .2);
    --gray: #F6F4EF;
    --gray-lighter: rgba(246, 244, 239, .5);
    --white: #FFFFFF;
    --main: #dd9933;
    --main-darker: #bf7b15;
    --main-lighter: rgba(221, 153, 51, .5);
    --second: #AA3F44;
    --red: #AA3F44;
    --font-main: 'Barlow Condensed' !important;
    --font-headers: 'Barlow Condensed';
    --font-subheaders: 'Barlow Condensed';
}

:root {
    --background-color-rgba: 30, 32, 44;
    --background-shadow-rgba: 0, 0, 0;
    --white-rgba: 255, 255, 255;
    --black-rgba: 0, 0, 0;
    --tooltip-color-rgba: 30, 32, 44;
    --background-color: #1E202C !important;
    --background-hover: #000000 !important;
    --primary-color: #BB86FC !important;
    --secondary-color: #03DAC6 !important;
    --on-primary: #000000 !important;
    --on-secondary: #000000 !important;
    --on-background: #ffffff !important;
    --text: #2c3e50 !important;
    --text-light: #b6b6b6 !important;
    --text-lighter: #b8cdd1 !important;
    --white: #ffffff !important;
    --black: #000000 !important;
    --yellow: #ffc800 !important;
    --orange: #f4615a !important;
    --blue: #24b4fb !important;
    --green: #44e3bb !important;
    --purple: #8e58b8 !important;
}

/* #nav-wrapper.navbar-layout-transparent nav.navbar {
    background-color: rgba(30, 34, 66, 0);
}

#nav-wrapper.navbar-layout-transparent nav.navbar.darkest {
    background-color: rgba(30, 34, 66, 0.95);
}

nav.navbar .logo img {
    max-height: 58px !important;
} */

.header-wrapper.header-h1.header-parallax.wrapper-navbar-layout-transparent.ltx-pageheader-disabled {
    background-image: none !important;
    background-color: transparent !important;
    /* margin-bottom: -100px; */
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    min-height: 100px;
    /* background-color: rgba(30, 34, 66, 0); */
    background-color: transparent !important;
    z-index: 20;
    border-radius: 0;
    background-clip: padding-box;
    border: 0 none;
    padding: 0px 0;
    margin-bottom: 0;
    vertical-align: top;
}

/* .container {
    border-bottom: 1px solid rgb(19 18 18 / 10%);
} */

.container:before {
    content: "";
    /* display: inline-block; */
    vertical-align: middle;
    height: 100%;
}

.container.what-will-you-get-section.set {
    border-bottom: none;
}

a.navbar-brand {
    z-index: 2;
    position: relative;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    /* float: left; */
    margin-top: -12px;
    line-height: 1.8em;
    margin-right: 0%;

}

li.nav-item {
    font-family: 'Barlow Condensed' !important;
}

ul.navbar-nav {
    text-align: center;
    /* padding-left: 100px; */
}

/* img.d-inline-block.align-top {
    max-height: 58px !important;
} */
img.d-inline-block.align-top {
    max-height: 58px !important;
    height: 100px;
    width: 100%;
}

li.nav-item {
    font-size: 16px;
    transition: none;
    text-transform: uppercase;
    padding: 0;
    font-family: "Barlow Condensed", serif !important;
    font-weight: 700;
}

ul.navbar-nav {
    text-align: center;
    /* display: inline-block; */
    float: none !important;
    margin: -12px auto 0;
    margin-left: 15%;
}

li.nav-item {
    position: relative;
    display: block;
    padding: 0px 15px 0;
}

a.nav-link {
    color: #000010 !important;
}

a.nav-link.active {
    color: #dd9933 !important;

}

a.nav-link:hover {
    color: #dd9933 !important;
}

a.nav-link.active {
    display: inline-block;
    position: relative;
    padding: 0 6px !important;
}

a.nav-link {
    display: inline-block;
    position: relative;
    padding: 0 6px !important;
}

@media only screen and (max-width: 992px) {


    .nav-logo-box {
        padding-right: 57%;
    }

    img.section-img {
        width: -webkit-fill-available;
    }
}

@media (min-width: 780px) {
    div#navbarNavDropdown {
        /* top: 50%; */
        opacity: 1;
        transition: opacity 0.3s ease;
        /* position: absolute; */
        text-align: center;
        width: 100%;
        padding: 6px 0;
    }

    /* .nav-logo-box {
        padding-right: 59% !important;
    } */

    section.card.into-section {
        position: relative;
        /* left: -120px; */
        box-sizing: border-box;
        /* width: 1440px; */
        /* max-width: 1440px; */
        /* padding-left: 120px; */
        /* padding-right: 120px; */
        /* padding-bottom: 100px; */
        /* padding-top: 10px; */
    }

    img.section-img {
        width: -webkit-fill-available;
    }

}

@media (min-width: 980px) {

    section.card.into-section {
        position: relative;
        /* left: -120px; */
        box-sizing: border-box;
        /* width: 1440px; */
        /* max-width: 1440px; */
        /* padding-left: 120px; */
        /* padding-right: 120px; */
        /* padding-bottom: 100px; */
        /* padding-top: 10px; */
    }

    /* .nav-logo-box {
        padding-right: 59% !important;
    } */

    img {
        max-width: 100%;
        height: auto;
    }

}

@media screen and (min-width: 480px) {
    section.card.into-section {
        position: relative;
        /* left: -120px; */
        box-sizing: border-box;
        /* width: 1440px; */
        /* max-width: 1440px; */
        /* padding-left: 120px; */
        /* padding-right: 120px; */
        /* padding-bottom: 100px; */
        /* padding-top: 10px; */
    }

    /* 
    .nav-logo-box {
        padding-right: 59% !important;
    } */

    img {
        max-width: 100%;
        height: auto;
    }
}

/* header section  */
h1.header-h1 {
    text-align: center;
}

.header-section-item {
    text-align: center;
}



/* footer  */

p.mb-0 {
    font-size: 14px;
    line-height: 1.8em;
    font-family: 'Barlow Condensed', sans-serif;
    font-family: var(--font-main), sans-serif;
    text-decoration: none !important;
    color: #9d9d9e;
}

a.planecontact-a {
    text-decoration: none;
    color: #9d9d9e;
}

.ltx-footer-wrapper {
    background-color: #1e2242;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../images/footer/footer-bg.png) !important;
}

.ltx-footer-wrapper {
    background-color: #1E1F2D;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../images/footer/footer-bg.png) !important;
}

img.img-footer-logo {
    height: 175px !important;
}

p.footer-p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    margin-left: 40px;
    margin-right: 40px;
}





/* social menu icon  */
.social-menu ul {
    position: absolute;
    left: 50%;
    padding: 0;
    height: 0;
    margin: 0;
    transform: translate(-50%, -50%);
    display: flex;
}

footer.text-center.py-4 {
    /* position: relative; */
    color: #fff;
    color: var(--white);
    text-align: left !important;
    padding: 28px 0 24px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.25);
}

.social-menu ul li {
    list-style: none;
    margin: 0 15px;
}

.social-menu ul li .fab {
    font-size: 20px;
    line-height: 60px;
    transition: .3s;
    color: #fff;
}

.social-menu ul li .fab:hover {
    color: #dd9933;
}

.social-menu ul li a {
    position: relative;
    display: block;
    margin: 0 0 0 27px;
    /* width: 60px; */
    /* height: 60px; */
    border-radius: 50%;
    /* background-color: #fff; */
    text-align: center;
    transition: .6s;
    /* box-shadow: 0 5px 4px rgba(0, 0, 0, .5); */
}

.social-menu ul li a:hover {
    transform: translate(0, -10%);
}

/* .social-menu ul li:nth-child(1) a:hover { */
/* background-color: rgba(0, 0, 0, 0.829); */
/* background-color: #1877F2;
}

.social-menu ul li:nth-child(2) a:hover {
    background-color: #E4405F;
}

.social-menu ul li:nth-child(3) a:hover {
    background-color: #0077b5;
}

.social-menu ul li:nth-child(4) a:hover {
    background-color: #000;
}

.social-menu ul li:nth-child(4) a:hover {
    background-color: #8ab4f8;
    color: #85b2fb !important;
} */



/* ----page-header -----  */
/* section.page-header {
    background-image: url(../images/about-us/inner_header.jpg) !important;
} */

/* .container.header-set {
    position: relative;
    z-index: 2;
    padding-top: 155px;
    padding-bottom: 155px;
} */

/* section.page-header:after {
    background-color: #1e2242;
    zoom: 1;
    opacity: 0.7;
    content: "";
    position: absolute;
    top: 100px !important;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 93%;
} */

/* 
.header-section-item {
    text-align: center;
    color: #fff;
} */


/* banner section css  */

h1.header-h1 {
    text-align: center;
    /* color: #fff; */
}

h1.header-h1 {
    margin: 0;
    color: var(--main);
    position: relative;
    z-index: 11;
    line-height: 1.15em;
    font-size: 72px;
    font-weight: 700;
    padding: 0 15px;
    font-family: 'Barlow Condensed';
}

/* .header-section-item {
    list-style: none;
    margin: 14px 0 0px 0;
    padding: 0;
} */
.lernen_breadcrumb {
    text-align: center;
    list-style: none;
    margin: 14px 0 0px 0;
    font-weight: 700;
    padding: 0;
}

/* banner css  */
header.page-header:before {
    background-color: #1e2242;
    zoom: 1;
    filter: alpha(opacity=70);
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
    content: "";
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

header.page-header {
    color: var(--white);
    text-align: center;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 0;
    background-repeat: no-repeat;
    position: relative;
    background-size: 100%;
    background: fixed;
    background-image: url(../images/about-us/inner_header.jpg) !important;
}

header.page-header .container {
    position: relative;
    z-index: 2;
    padding-top: 155px;
    padding-bottom: 155px;
}

header.page-header h1 {
    margin: 0;
    color: #D3C19F;
    color: var(--main);
    position: relative;
    z-index: 11;
    line-height: 1.15em;
    font-size: 35px;
    padding: 0 15px;
    font-family: 'Barlow Condensed';
    font-weight: 700;
}

header.page-header .breadcrumbs {
    list-style: none;
    margin: 14px 0 0px 0;
    padding: 0;
}

header.page-header .breadcrumbs li {
    display: inline-block;
    margin: 0 0 0 0px;
    font-size: 18px;
    color: #D3C19F;
    color: var(--main);
    font-family: 'Barlow+Condensed', serif;
    font-family: var(--font-headers), serif;
    font-weight: 700;
}

ol.breadcrumb {
    list-style: none;
    margin: 14px 0 0px 0;
    padding: 0;
    text-align: center;
    justify-content: center;
}

li.breadcrumb-item {
    display: inline-block;
    margin: 0 0 0 0px;
    font-size: 18px;
    color: #dd9933 !important;
    font-family: 'Barlow Condensed';
    font-weight: 700;
}

li.breadcrumb-item.active:before {
    color: #dd9933 !important;
}

a {
    color: #fff !important;
    text-decoration: none !important;
    /* color: var(--white); */
    font-size: 18px;
}



h1.header-h1 {
    text-align: center;
    /* color: #fff; */
}

h1.header-h1 {
    margin: 0;
    color: var(--main);
    position: relative;
    z-index: 11;
    line-height: 1.15em;
    font-size: 72px;
    font-weight: 700;
    padding: 0 15px;
    font-family: 'Barlow Condensed';
}

/* .header-section-item {
    list-style: none;
    margin: 14px 0 0px 0;
    padding: 0;
} */
.lernen_breadcrumb {
    text-align: center;
    list-style: none;
    margin: 14px 0 0px 0;
    font-weight: 700;
    padding: 0;
}

.breadcrumbs {
    font-weight: 700;
}

span.first-item {
    font-family: 'Barlow Condensed', serif;
    color: #fff;
    font-weight: 700 !important;
    font-size: 18px;
}

span.first-item:after {
    margin: 0px 8px 0 13px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    content: "/";
    font-size: 21px;
    font-weight: 100;
    color: var(--main);
}

p.aout-section-pcontant {
    font-size: 14px;
    line-height: 1.8em;
    color: rgba(30, 34, 66, .7);
    font-family: 'Merriweather', sans-serif;
}

span.last-item {
    display: inline-block;
    margin: 0 0 0 0px;
    font-size: 18px;
    color: var(--main);
    font-family: 'Barlow Condensed', serif;
    font-weight: 700;
}

/* card css  */

/* h1.card-text {
    position: absolute;
    top: 78%;
} */

section.card.into-section {
    position: relative;
    /* left: -120px; */
    box-sizing: border-box;
    /* width: 1440px; */
    /* max-width: 1440px;
    padding-left: 120px;
    padding-right: 120px; */
    /*padding-bottom: 100px;*/
    /*padding-top: 10px;*/
}

.container.card-section {
    text-align: center;
}

.card-heading {
    position: relative;
    display: block;
    margin: 64px 0 16px;
}

h3.card-heading-h3 {
    line-height: 1.2em;
    font-family: 'Barlow Condensed', serif;
    font-weight: 700;
    font-size: 36px;
    color: #1E1F2D;
}

.inner-col-styling {
    padding-bottom: 50px;
}

span.heading-card-span {
    color: #dd9933;
}

.empty {
    height: 55px;
}

img.card-img {
    transition: all 0.3s ease;
    border-radius: 12px;
    background-clip: padding-box;
    border: 0;
    outline: 0 none;
}

.card.section {
    border-radius: .25rem;
    border: none;
}

.card-text-style-div {
    -webkit-border-radius: 12px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 12px;
    -moz-background-clip: padding;
    border-radius: 12px;
    background-clip: padding-box;
    background-color: rgba(255, 255, 255, 0.85);
    display: inline-block;
    position: absolute;
    right: 30px;
    bottom: 30px;
    left: 30px;
    padding: 16px 15px 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #1E1F2D;
    color: var(--black);
    pointer-events: none;
}

h3.card-text, h1.card-text {
    margin: 0 0 8px;
    font-size: 24px;
    display: block;
    text-align: center;
    padding: 0 0;
    color: #1e2242;
    /* color: var(--black); */
    font-family: var(--font-headers), serif;
    font-weight: 700;
}

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





/* loader css  */
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #f6f4ef;
    /* background: #151515; */
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 0px);
    left: calc(50% - 30px);
    border: 6px solid #ffc451;
    /* border-top-color: #151515; */
    /* border-bottom-color: #151515; */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    color: #1e2242;

    animation: animate-preloader 1s linear infinite;
    background-image: url(../images/icon/airplane-fill.svg);
}

#preloader:before {
    /* Other styles */
    background-image: url('../images/icon/airplane-fill.svg');
    /* Adjust path as necessary */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    /* Adjust size as needed */
}


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

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

#preloader {
    /* Ensure this element is initially visible */
    display: flex;
    /* or 'block', depending on your layout */
    /* Other styling */
}



 