/*
 Theme Name:   HOE Kindergarten theme
 Theme URI:    http://alexwebdesign.com
 Description:  Hello Elementor Child Theme
 Author:       alexwebdesign
 Author URI:   http://alexwebdesign.com
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  hello-elementor
*/

@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Baloo+Tamma+2:wght@400;500;700&family=Poppins:wght@400;700&display=swap');


.btn {
    padding-left: 25px !important;
    padding-right: 25px !important;
    border-radius: 0 !important;
}

.btn.btn-danger {
    background-color: #EC1D24;
    border-color: #EC1D24;
}

.menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-nav-left div,
.header-nav-right div {
    height: 100%;
}

ul#menu-header-left.menu,
ul#menu-header-right.menu {
    display: flex;
    height: 100%;
}

ul#menu-footer-menu a {
    color: #fff;
    font-size: 20px;
}

ul#menu-header-left.menu li,
ul#menu-header-right.menu li {
    margin-left: 12px;
    margin-right: 12px;
    height: 100%;
}

ul#menu-header-right {
    margin-left: auto;
}

.menu-header-right-container {
    margin-left: auto;
}

.toggle-dropdown>a {
    position: relative;
    padding-right: 15px;
}

.toggle-dropdown>a:after {
    content: '';
    border-style: solid;
    border-width: 5px;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    top: 53%;
}

.toggle-dropdown:hover>a:after {
    transform: translateY(-88%) rotate(180deg);
}

ul#menu-header-right {
    justify-content: flex-end;
}

ul#menu-header-left.menu li a,
ul#menu-header-right.menu li a {
    color: #000;
    font-weight: 500;
    transition: all 0.3s ease;
}


ul#menu-header-left.menu li.current-menu-item a,
ul#menu-header-right.menu li.current-menu-item a,
ul#menu-header-left.menu li a:hover,
ul#menu-header-right.menu li a:hover {
    color: #f00;
    position: relative;
}

ul#menu-header-left.menu>li.current-menu-item>a:after,
ul#menu-header-right.menu>li.current-menu-item>a:after {
    content: '';
    width: 80%;
    height: 4px;
    display: block;
    position: absolute;
    bottom: 24px;
    left: 0;
    background-color: #f00;
}

ul#menu-header-left.menu>li>a,
ul#menu-header-right.menu>li>a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul#menu-header-left ul {
    position: absolute;
    padding: 0 0  3px 0;
    list-style: none;
    background-color: #fff;
    box-shadow: 0 3px 1px rgb(0 0 0 / 20%);
    bottom: 0;
    transform: translateY(100%);
    border-bottom: 5px solid #f00;
    display: none;
    z-index:9;
}

ul.sub-menu li {
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-bottom: 1px solid #eee;
}

ul.sub-menu li:last-child {
    border-bottom: none;
}

ul#menu-header-left ul>li a {
    display: block;
}

ul#menu-header-left>li:hover>ul {
    display: block;
}

ul#menu-header-left ul a {
    padding: 5px 15px;
}



.header-nav-left div,
.header-nav-right div {
    height: 100%;
}
.page-id-16  ul#menu-header-right.menu>li.current-menu-item>a:after {
    bottom: 0px!important;
}
body {
    background-color: #FAEBE7;
}

.hoe_styled_img {
    position: relative;
}


.hoe_styled_img:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 0;
    background-color: #F37647;
    border-radius: 50%;
    left: 10px;
    bottom: 10px;
}

.hoe_styled_img img {
    position: relative;
}

.kg_sections {
    padding: 150px 0 100px 0;
    text-align: center;
    color: #111;
    position: relative;
}

.kg_sections h2 {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1.4;
    font-family: 'Amatic SC', cursive;

}

.kg_sections h3 {
    font-size: 46px;
    margin: 0 0 70px;
    padding: 0;
    line-height: 1.4;
    font-family: 'Baloo Tamma 2', cursive;
    font-weight: bold;
}

.kg_sections_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/kg_sections_bg.svg');
    z-index: 0;
}

.kg_sections .container {
    position: relative;
    z-index: 1;
}

.kg_section_caption {
    padding: 30px 20px;
    font-family: 'Poppins', sans-serif;
}

.kg_section_caption h4 {
    font-weight: bold;
    font-size: 25px;
    margin-top: 0;
}

.kg_section_caption p {
    margin-bottom: 20px;
}

.kg_section_caption a {
    text-transform: uppercase;
    color: #111 !important;
}

.kg_section img {
    transition: all 0.3s ease;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.5);
}

.kg_section:hover img {
    box-shadow: 0px 21px 18px -8px rgb(0 0 0 / 20%);
}


.page_header {
    position: relative;
}

.page_header:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #000;
    opacity: 0.5;
    top: 0;
    left: 0;
    z-index: 0
}

.page_header>* {
    position: relative;
    z-index: 1;
}

.kg_gallery_slider {
    padding-top: 150px;
    padding-bottom: 150px;
}

.kg_gallery_slider .scetion_subtitle {
    font-size: 30px;
    padding: 0;
    line-height: 1.4;
    font-family: 'Amatic SC', cursive;
    font-weight: bold;
}


.kg_gallery_slider h2 {
    margin-bottom: 10px !important;
}

.kg_gallery_slider p.black {
    margin-bottom: 40px !important;
}

.kg_gallery_slider .owl-nav {
    position: absolute;
    bottom: 0;
    right: 17%;
}

.elementor-widget-wrap .kg_gallery_slider .owl-nav button {
    margin: 0 10px;
}

.elementor-widget-wrap .kg_gallery_slider .owl-nav button.disabled {
    opacity: 0.5;
}

.kg_gallery_slider .owl-nav i {
    padding: 15px !important;
    display: inline-block;
    background-color: #fff;
}

.elementor-search-form-skin-modal.elementor-widget.elementor-widget-bdt-search>div {
    border-left: 2px solid #aaa;
    padding-left: 14px;
    font-size: 15px;
    margin-top: 5px;
}



#rev_slider_1_1_wrapper .hephaistos.tparrows {
    border: 1px solid #fff !important;
}

.alm-reveal {
    height: auto !important;
    display: flex;
    flex-wrap: wrap;
}

.alm-item {
    padding: 0 15px 0;
    margin-bottom: 15px;
}


.alm-item_caption {
    padding: 17px 0;
    color: #EC1D24;
}

.alm-item_caption a {
    color: #EC1D24;
}

.alm-item_caption a:hover {
    color: inherit;
}

.alm-item_caption h3 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: bold;
}

.alm-item_caption p {
    font-size: 16px !important;
    margin-bottom: 5px;
}

.alm-item_caption p a {
    color: #444;
}

.alm-item:nth-child(2n) img {
    height: 291px;
    object-fit: cover;
}

.blog_item_caption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.blog_item_caption h2 {
    font-size: 27px;
    line-height: 1;
    margin-bottom: 5px;
}

.blog_item_caption p {
    margin-bottom: 25px;
}

p.blog_item_date {
    margin-bottom: 10px;
    font-size: 16px;
}

.blog_item img {
    border-radius: 15px;
}

.kg_curricullum_widget {
    background-color: #278DE1;
    color: #fff;
    overflow: hidden;
}

.kg_curricullum_widget .slide_caption {
    padding: 100px;
}

p.subtitle {
    color: #F2F2F2;
}

h2.subtitle {
    font-size: 44px !important;
    margin-bottom: 50px;
}

h3.slide_title {
    color: #fc0;
    font-size: 30px;
}

.kg_curricullum_widget .swiper-slide {
    height: auto !important;
}

.nav-controls {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: flex;
    margin: 0;
    flex-direction: column;
    height: 100px;
}

.nav-controls div {
    background-image: none !important;
    background-color: #fff;
    padding: 25px;
    position: static;
    top: 0;
    transform: translate(0);
    margin: 0 !important;
}

.nav-controls div:after {
    content: none;
}

.nav-controls div.swiper-button-next {
    transform: translateY(10px) !important;
}

.frm_form_fields input,
.frm_form_fields textarea {
    background-color: #FED402 !important;
    border: 1px solid #111111 !important;
    border-radius: 0 !important;
    font-family: 'Poppins', sans-serif;
    min-height: 45px;
}

.frm_form_fields label {
    margin-bottom: 15px !important;
    font-size: 18px;
    color: #333333 !important;
}

.frm_form_fields button,
.frm_form_fields button:hover {
    background-color: #EC1D24 !important;
    border-color: #EC1D24 !important;
    color: #fff !important;
    box-shadow: none !important;
    transition: all 0.3s ease;
}

.frm_form_fields button:hover {
    background-color: #c71319 !important;
}

.img-fill-space {
    width: 100%;
    height: 50vw !important;
    object-fit: cover;
}



span.kg_curricullum_widget_bortop {
    position: absolute;
    z-index: 100;
    left: 0;
    top: -2px;
    width: 100%;
    height: auto;
}

span.kg_curricullum_widget_bortop img {
    width: 100%;
    object-fit: contain;
}

.breadcrumb_trail {
    display: table;
    margin: -15px 0 0;
    color: #fff;
    position: relative;
    z-index: 5;
}

.breadcrumb_trail * {
    color: #fff;
    padding: 5px;
}

.bdt-search.bdt-search-large input {
    border: 0;
}

button.bdt-modal-close-full.bdt-icon.bdt-close {
    right: 30px;
    top: 30px;
    border: 0;
    transform: scale(2.5);
}

button.bdt-modal-close-full.bdt-icon.bdt-close:hover {
    background-color: transparent;
}

button.bdt-modal-close-full.bdt-icon.bdt-close:hover svg {
    fill: #000;
}

.breadcrumb_trail a:hover,
.breadcrumb_trail a:active {
    color: #fff;
    text-decoration: underline;
}

.swiper-pagination.fraction-pagination-ujhgj.swiper-pagination-fraction {
    position: static;
    font-size: 30px;
    color: #fff;
    text-align: left;
    padding: 85px;
}

.pagination-container {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.single .thumbnail_image {
    padding-top: 30px !important;
}

.page_header.elementor-section.elementor-section-height-full {
    height: 78vh !important;
}

.pageheader img {
    transform: rotate(180deg);
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    z-index: 5;
}

.pageheader {
    height: 70vh;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.pageheader h2 {
    color: #fff;
    position: relative;
    z-index: 5;
}

.pageheader:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: 1;
}


.off_canvas {
    position: fixed;
    width: 300px;
    height: 100vh;
    right: 0;
    z-index: 100000;
    background-color: #eee;
    overflow-y: auto;
    transform: translateX(100%);
    transition: all 0.3s ease;
}

.off_canvas.off_canvas_active {
    transform: translateX(0);
}

a#close_menu {
    color: #222;
    padding: 32px 25px;
    display: block;
    cursor: pointer;
}

ul.off_canvas_menu {
    display: table;
    width: 100%;
    padding: 0;
    list-style: none;
    color: #222;
}

div#menu_toolbar>div {
    display: flex;
    flex-direction: row-reverse;
}

.elementor-element.elementor-element-ba3d001.elementor-widget.elementor-widget-kg_menu_button {
    margin: 0;
    display: table;
    width: auto;
}

.elementor-element.elementor-element-649fd44.elementor-search-form-skin-modal.elementor-widget.elementor-widget-bdt-search {
    width: auto;
}

button#offcanvas_menu_trigger,
button#offcanvas_menu_trigger:hover,
button#offcanvas_menu_trigger:focus {
    padding: 5px;
    border: 0;
    margin-left: 10px;
    background-color: transparent;
    color: #555;
}

.page-wrapper:after {
    content: '';
    width: 100%;
    position: fixed;
    height: 100%;
    background-color: #000;
    z-index: -5;
    left: 0;
    top: 0;
    opacity: 0;
}

.off_canvas.off_canvas_active+.page-wrapper:after {
    content: '';
    width: 100%;
    position: fixed;
    height: 100%;
    background-color: #000;
    z-index: 10000;
    left: 0;
    top: 0;
    opacity: 0.5;
}

ul.off_canvas_menu a {
    padding: 10px 22px;
    display: block;
    color: #222;
    transition: all 0.3s ease;
    border-bottom: 1px solid #ddd;
    font-weight: 500;
}

ul.off_canvas_menu a:hover {
    color: #f00;
}

div#toolbar-mobile>div {
    display: flex;
    align-items: center;
}

div#toolbar-mobile>div>div {
    width: auto;
    align-items: center;
    margin-bottom: 0 !important;
    justify-content: center;
    height: auto;
}

.elementor-element.elementor-element-3954c69.elementor-widget.elementor-widget-kg_menu_button {
    margin-right: 30px !important;
}

.elementor-element.elementor-element-3954c69.elementor-widget.elementor-widget-kg_menu_button button {
    font-size: 25px;
}

.elementor-column.elementor-col-50.elementor-inner-column.elementor-element.elementor-element-f6efbcc {
    align-items: center;
}

section#mobile-menuu>div {
    flex-direction: row;
    justify-content: space-between;
    padding: 0 5px;
}

section#mobile-menuu>div>div {
    width: auto;
}

div#plus-mobile-nav-toggle-nav-menu61b72fc426f97 {
    transform: translateY(-5px);
}


section#mobile-menuu {
    z-index: 10000;
}

.custom .tp-bullet {
    width: 40px !important;
    background-color: #eee !important;
    height: 7px !important;
}

.custom .tp-bullet.selected {
    background-color: #f00 !important;
}

@media (max-width: 1024px) {

    .pageheader {
        height: 35vh;
    }


    .elementor-section.elementor-section-height-full {
        height: auto !important;
    }

    .nav-controls {
        position: relative;
        top: 0;
        left: auto;
        transform: none;
        z-index: 2;
        display: flex;
        margin: 0;
        flex-direction: column;
        height: auto;
        z-index: 5;
        right: 0;
        flex-direction: row;
        justify-content: end;
        align-items: end;
    }


    .swiper-pagination.fraction-pagination-ujhgj.swiper-pagination-fraction {
        padding: 0;
    }

    .nav-controls div.swiper-button-next {
        transform: none !important;
    }

    .container-fluid.pagination-container {
        padding: 10px 30px;
    }

    .kg_sections_bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: none;
        z-index: 0;
        background-color: #FED402;
    }

    span.kg_curricullum_widget_bortop {
        display: none;
    }

    .elementor-column.elementor-col-50 {
        width: 100% !important;
    }

    .hoe_styled_img {
        position: relative;
        display: table;
        width: 50% !important;
        margin: auto;
    }

    .page_footer>div {
        flex-direction: column !important;
        padding: 0 30px;
    }

    .page_footer>div>div {
        width: 100% !important;
    }

    .plus-mobile-menu {
        top: -5px;
        background-color: #FAEBE7;
    }

    .elementor-19 .elementor-element.elementor-element-7a6a1a1 .plus-mobile-menu .navbar-nav>li>a {
        padding: 15px 20px 15px 20px !important;
        border-bottom: 1px solid #ddd;
    }

    .elementor-kit-4 h2 {
        font-size: 2em !important;
    }

}


@media (max-width: 767px) {

    .blog_item_caption.p-5 {
        padding: 30px !important;
    }

    .kg_curricullum_widget .slide_caption {
        padding: 50px 30px;
    }

    h2.subtitle {
        font-size: 30px !important;
        margin-bottom: 30px;
    }

    img.img-fill-space {
        height: 100vw !important;
    }




    .kg_sections {
        padding: 70px 20px;
        text-align: center;
        color: #111;
        position: relative;
    }

    .kg_gallery_slider {
        padding-top: 70px;
        padding-bottom: 70px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .owl-carousel.partners-carousel {
        padding-bottom: 60px;
        padding-top: 60px;
    }

    .kg_gallery_slider .owl-nav {
        right: 50%;
        transform: translateX(50%);
        left: auto;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .plus-mobile-nav-toggle.navbar-header.mobile-toggle {
        width: 1.625em;
        /* margin: 0 !important; */
    }

    .plus-navigation-wrap.text-center.nav-menu61ac6b7a11748 {
        width: 1.625em;
    }

    .elementor-search-form-skin-modal.elementor-widget.elementor-widget-bdt-search {
        display: none;
    }

    .mobile-nav img {
        width: 86%;
    }

    /* .mobile-plus-toggle-menu {

        top: 5px;
    } */

    .mobile-nav>div {
        display: flex !important;
        justify-content: space-between;
    }

    .mobile-nav>div>div {
        width: auto !important;
    }



    /* .elementor-kit-4 h2 {
        word-break: break-word;
    } */

    .row.blog_item {
        padding: 0 25px 0;
    }

    .image-news {
        width: auto !important;
    }

    .image-news img {
        width: 100%;
        height: 90vw;
        object-fit: cover;
    }

}

.naav{
    text-align: center;
    font-family: "Playfair Display", Sans-serif;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0.8px;
    /* margin-top: 73px !important; */
}