/* OPEN / CLOSE BTNS */

.menu-btn {
    position: absolute;
    top: 20px;
    right: 60px;
    z-index: 999;
    display: inline;
    font-size: 32px;
}

.menu-btn a {
    display: inline-block;
    text-decoration: none;
    /* safari hack */
}

.menu-back-btn {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 999;
    display: inline;
    font-size: 32px;
}

.menu-back-btn a {
    display: inline-block;
    text-decoration: none;
    /* safari hack */
}

.menu-back-btn a:after {
    color: #fff !important;
    content: "\f2ca";
    font-family: "Ionicons";
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
    font-size: 25px;
    line-height: 2px;
    position: relative;
}

.btn-open:after {
    color: #fff !important;
    content: "\f394";
    font-family: "Ionicons";
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
    font-size: 25px;
    line-height: 2px;
    position: relative;
}

.btn-open:hover:after {
    color: #fff !important;
}

.btn-close:after {
    color: #fff !important;
    content: "\f2d7";
    font-family: "Ionicons";
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
    font-size: 25px;
    border-radius: 5px;
    line-height: 2px;
    position: relative;
}

.btn-close:hover:after {
    color: #fff !important;
}


/* OVERLAY */

.overlay {
    position: fixed;
    top: 0;
    z-index: 99;
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    background: rgba(20, 69, 103, .85);
}

.overlay .menu {
    margin: 1% auto;
    width: 80%;
    max-width: 1170px;
}

.overlay .menu>ul {
    display: flex;
    justify-content: center!important;
}

.overlay .menu ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

.overlay .menu ul li {
    float: left;
    padding: 20px 0;
    width: auto;
    list-style: none;
    text-align: left;
    text-transform: uppercase;
}

.overlay .menu ul li a {
    color: #fff !important;
    font-size: 20px;
    text-decoration: none;
}

.overlay .menu ul ul {
    // margin-top: 50px;
}

.overlay .menu ul ul li {
    position: relative;
    float: none;
    margin: 0;
    width: 100%;
    border: 0;
}

.overlay .menu ul ul.sub-menu-of-parent {
    padding-left: 40px;
    margin-left: 40px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    height: 100%;
}

.overlay .menu ul ul:not(.sub-menu-of-parent) li a {
    color: #fff !important;
    font-weight: bold;
    font-size: 35px;
    letter-spacing: 3px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}

.overlay>.menu>ul>li>ul>li>a:hover,
.overlay>.menu>ul>li>ul>li>a.active {
    color: #fff !important;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px white;
    -moz-font-smoothing: subpixel-antialiased;
    -moz-text-fill-color: transparent;
    -moz-text-stroke: 1px white;
    -o-font-smoothing: subpixel-antialiased;
    -o-text-fill-color: transparent;
    -o-text-stroke: 1px white;
    -ms-font-smoothing: subpixel-antialiased;
    -ms-text-fill-color: transparent;
    -ms-text-stroke: 1px white;
    font-smoothing: subpixel-antialiased;
    text-fill-color: transparent;
    text-stroke: 1px white;
}

.overlay .menu ul ul.sub-menu-of-parent li a:hover {
    text-decoration: underline
}


/* RESPONSIVE */

@media screen and (max-width: 768px) {
.home-header{
max-width:100%;;
}
	.overlay .menu>ul {
		flex-flow:column;
	}
    .overlay .menu ul li {
        float: none;
        margin-bottom: 50px;
        width: 100%;
        border-bottom: 1px solid #575757;
    }
    .overlay .menu ul li:last-child {
        border: 0;
    }
    .overlay .menu ul ul {
        margin-top: 70px;
    }
    .menu-btn {
        right: 25px;
    }
    .overlay .menu ul ul li a {
        font-size: 25px;
    }
    li:has(.parent-menu:has(li>a.active)) {
        display: none !important;
    }
    .overlay .menu ul ul.sub-menu-of-parent {
        border: 0px !important;
        margin-left: 0px !important;
        padding-left: 0px !important;
    }
    
    .content-caption{display:block}
}

.need-hide-content-for-menu.able-hide,
[data-inner-read-more].able-hide {
    display: none;
}

.sub-menu-other .item-sub{
display:block !important;
}


.flexslider.for-next-data .slides{
	margin-top:200px;
}