.sidebar-icon ul {
    margin: 0;
    padding: 0;
}

.sidebar-icon li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

header {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    flex-direction: column;
}

.opacity4 {
    opacity: 0.4;
}

.header-sect {
    position: fixed;
    height: 100vh;
    background: #00002D;
    box-shadow: 2px 0px 12px 0px rgba(0, 0, 0, 0.25);
    width: 86px;
    text-align: center;
    padding: 2.55em 0;
    z-index: 100;
}

#sidebarMenu {
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin-left: 5.40444em;
    transform: translateX(-110%);
    transition: transform 650ms ease-in-out;
    background: #0F377F;
    box-shadow: 4px 0px 12px 0px rgba(0, 0, 0, 0.25);
    z-index: 10;
}

.header-sect input[type="checkbox"]:checked~#sidebarMenu {
    transform: translateX(0);
}

.header-sect input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}

.header-sect .sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    top: 22px;
    left: 15px;
    width: 1.84388em;
    height: 1.40475em;
}

.header-sect .spinner {
    height: 0.175605625em;
    width: 100%;
    background-color: #fff;
}

.header-sect .diagonal.part-1,
.header-sect .horizontal,
.header-sect .diagonal.part-2 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}

.header-sect .horizontal,
.header-sect .diagonal.part-2 {
    margin-top: 0.4375em;
}

.header-sect input[type=checkbox]:checked~.sidebarIconToggle>.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}

.header-sect input[type=checkbox]:checked~.sidebarIconToggle>.diagonal.part-1,
.header-sect input[type=checkbox]:checked~.sidebarIconToggle>.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 0.625em;
}

.header-sect input[type=checkbox]:checked~.sidebarIconToggle>.diagonal.part-2 {
    transform: rotate(-135deg);
    margin-top: -0.6875em;
}

.sidebar-icon {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: column;
    height: 100%;
    margin-bottom: 11.9em;
}

.sidebar-icon ul {
    width: 100%;
}

.sidebar-icon ul li {
    margin-top: 3.28em;
}

.sidebar-icon ul li img {
    width: 1.25em;
    height: 1.25em;
}

.sidebar-icon ul li a p {
    color: #FFF;
    text-align: center;
    font-size: 0.75em;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0.66px;
    text-transform: uppercase;
}

#sidebarMenu .logo-bg-right {
    background-size: 10.375em;
    background-position: center right 5em;
}


/* Search Btn */
.search-box {
    position: fixed;
    z-index: 10;
    width: 100%;
}
#search-btn {
    border-radius: 50%;
    background: #0F377F;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.25);
    width: 89.06906em;
    height: 89.06906em;    
    top: -24em;
    left: -13em;
    position: absolute;
    display: none;
}

.search-cont {
    position: relative;
    z-index: 11;
    padding: 5em 10em;
    display: none;
    width: 50em;
}

.search-title.head-text-line::before {
    left: 0;
}

#search-close {
    display: block;
}


/* End Search Btn */


/* Menu Quick Links */

.menu-items {
    background-color: #EDEFF2;
    text-align: left;
    padding: 2.83em 3.54em;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.menu-img {
    height: 100vh;
    position: relative;
}

.menu-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.menu-item-header {
    margin-bottom: 1.35em;
}

.menu-items .menu-item-header h4 {
    color: #2B7A39;
    font-family: "Cinzel", sans-serif;
    font-size: 1.5em;
    font-style: normal;
    font-weight: 400;
    line-height: 133.379%;
    letter-spacing: 0.0525em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.menu-items ul.menu-cont {
    columns: 3;
}

.menu-items ul li {
    margin-bottom: 0.63em;
}

.menu-items ul li a {
    color: #00002D;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 133.379%;
    letter-spacing: 0.035em;
    text-decoration: none;
}


/* Menu Header Inner Content */

.menu-content {
    padding-left: 9em;
}

.sidebar-menu-cont .nav-item {
    margin-bottom: 1.9em;
}

.sidebar-menu-cont .nav-tabs {
    border-bottom: 0px;
}

.sidebar-menu-cont .nav-tabs .nav-link {
    padding: 0px;
}

.sidebar-menu-cont .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
}

.sidebar-menu-cont .nav-tabs .nav-link.active {
    background-color: transparent;
    border-color: transparent;
    color: #2B7A39;
    display: flex;
    align-items: center;
    padding: 0px;
    opacity: 1;
}

.sidebar-menu-cont .nav-tabs .nav-link.active::before {
    display: block;
    content: '';
    background-color: #2B7A39;
    width: 1.626em;
    height: 0.0625em;
    margin-right: 1.23em;
}

.sidebar-menu-cont .nav-tabs .nav-link h4 {
    color: #FFF;
    font-family: 'Cinzel', serif;
    font-size: 2em;
    font-style: normal;
    font-weight: 400;
    line-height: 133.379%;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    margin-bottom: 0;
}

.sidebar-tab-content h4::after {
    display: inline-block;
    content: '';
    width: 100%;
    background-color: #0F377F;
    height: 0.0625em;
    margin-top: 30px;
    margin-bottom: 1.375em;
}

.sidebar-tab-content .fade {
    transition: opacity .5s linear;
}

.menu-detail ul li {
    margin-bottom: 20px;
    text-align: left;
}

.menu-detail ul.inner-sub-menu li {
    margin-bottom: 10px;
    text-align: left;
}

.menu-detail ul li a {
    color: #FFF;
    font-size: 1.125em;
    font-style: normal;
    font-weight: 400;
    line-height: 133.379%;
    letter-spacing: 0.03938em;
}

.menu-detail ul li a:hover {
    color: #2B7A39;
    transition: all 0.5s ease-in;
}


/* End Menu Header Inner Content*/

.toggle img {
    width: 1.428em;
}

.searchbar {
    width: 35.10344em;
}

.search-cont .input-elevated {
    font-size: 1.375em;
    line-height: 1.5;
    border: 0;
    border-bottom: 1px solid #fff;
    background: transparent;
    background-image: url("../images/icons/search.svg");
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-size: 1.54em;
    box-shadow: none;
    padding: .5em 1em .5em 2.5em;
    color: #fff;
    margin-bottom: 1.25em;
    width: 100%;
}

.search-cont input::after {
    content: '';
    display: inline-block;
    width: 561.655px;
    height: 0.0625em;
    background-color: #FFF;
}

.search-cont .input-elevated::placeholder {
    color: #FFF;
    font-size: 1.375em;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 1.1px;
}

.search-cont .input-elevated:focus {
    outline: none;
    box-shadow: none;
}


/* Btn Link */

.search-cont .readmore-link-btn {
    width: max-content;
    margin: 0 0 0 auto;
}


/* End btn Link */

.search-title {
    margin-bottom: 7.91em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-cont .close-btn {
    position: absolute;
    right: -3em;
    top: 6em;
}

.search-title h2 {
    color: #FFF;
    font-family: 'Cinzel', serif;
    font-size: 3em;
    font-style: normal;
    font-weight: 400;
    line-height: 107.9%;
    letter-spacing: 0.105em;
    margin-bottom: 0;
}

.close-btn a {
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 992px) {
    .search-cont {
        width: 100%;
        padding: 5em 2em;
    }
    .searchbar {
        width: 100%;
    }
    .search-cont .close-btn {
        right: 3em;
    }
    .search-title.head-text-line::before {
        left: -70px;
    }
    .search-title h2 {
        font-size: 38px;
        letter-spacing: 2px;
        padding-left: 2em;
    }
    .search-title {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 768px) {
    #search-btn {
        top: -206px;
        left: -139px;
        height: 800px;
        width: 800px;
    }
    .search-cont .input-elevated {
        width: 100%;
        padding: 10px;
        margin-bottom: 40px;
        padding-left: 48px;
        font-size: 12px;
    } 
}

@media only screen and (max-width: 575px) {
    .search-title h2 {
        padding-left: 0.5em;
    }

    .search-cont .input-elevated {
        background-position: 0px 10px;
        padding-left: 24px;
        font-size: 10px;
    }
    .search-title.head-text-line::before {
        left: -100px;
    }
}

@media only screen and (max-width: 360px) {
    .search-title.head-text-line::before {
        left: -70px;
    }
}