/**************** Header / Footer ******************* *
 *  Header
 *      Navigation
 *  Footer
*****************************************************/


/** Header **/
header.site-header {
    position: fixed;
    z-index: 99;
    width: 100%;
    padding-block: 15px;
    transition: background 0.3s;
    transition-delay: 0.3s;
}
.site-header.sticky-header {
    background: #3a3a3a;
}
.main-header {
    display: flex;
    justify-content: space-between;
    position: relative;
    gap: 15px;
}
.main-header .menu > li{
    list-style: none;
}
.main-header .menu li a {
    font-size: 14px;
    line-height: 21.87px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
}
.mobile-menu-main {
    display: none;
}
.main-header a.custom-logo-link {
    display: flex;
    align-items: center;
}
.site-header .main-header,
.site-header .site-branding img {
    transition: all ease 0.5s;
}
.site-header.sticky-header .site-branding img {
    max-width: 70px;
}
.site-header.sticky-header .main-header {
    align-items: center;
}
.menu-toggle{
    display: none;
}
.main-navigation ul ul.menu {
    position: static;
    box-shadow: none;
    padding: 0;
    flex-direction: column;
    gap: 0;
    margin-top: 20px;
}
.main-navigation ul ul.menu li:not(:last-child){
    padding-bottom: 15px;
    margin-bottom: 15px; 
    border-bottom: 1px solid #3A3A3A;
}
.main-navigation ul ul.menu li a {
    color: #3a3a3a;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    display: block;
    text-align: left;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 30px;
}
.main-navigation ul ul.menu > li > a::after {
    content: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 13L7 7L1 1' stroke='%233A3A3A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    position: absolute;
    right: 0;
    display: inline-block;
    top: -4px;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu::before {
    position: absolute;
    content: "";
    background: #feee98;
    height: calc(100% + 120px);
    display: inline-block !important;
    left: -30px;
    top: -100px;
    width: 600%;
    z-index: -9;
}
.main-navigation:has(li.mega-toggle-on) #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
    color: #3a3a3a;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
    position: relative;
    z-index: 9999;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard {
    padding-left: 0;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu.mega-menu-item:last-child {
    display: none;
}



/*Footer Css*/
footer.main-footer-outer {
    padding-right: calc((100% - 1140px) / 2);
    padding-top: 50px;
}
.main-footer {
    padding-right: 96px;
    padding-top: 80px;
}
.main-footer .footer-logo {
    position: absolute;
    top: 0px;
    right: 0;
}
.footer-content-bottom-col {
    min-height: 150px;
}
.footer-content-top {
    background: #3A3A3A;
    color: #fff;
    padding: 55px 126px 55px 20px;
    justify-content: flex-end;
}
.footer-content-top .footer-menu ul {
    display: flex;
    gap: 32px;
    padding-left: 99px;
}
.footer-content-top .footer-menu ul li{
    list-style: none;
}
.footer-content-top .footer-menu ul#menu-footer-menu > li > a {
    font-size: 14px;
    text-transform: uppercase;
}
.footer-top{
    margin: 0 -15px;
}
.footer-top .footer-column{
    padding: 0 15px;
}
.footer-top .footer-column.footer-column-1 {
    flex: 0 0 30%;
    max-width: 30%;
}
.footer-top .footer-column.footer-column-2 {
    flex: 0 0 20%;
    max-width: 20%;
}
.footer-top .footer-column.footer-column-3 {
    flex: 0 0 30%;
    max-width: 30%;
}
.footer-top .footer-column.footer-column-4 {
    flex: 0 0 20%;
    max-width: 20%;
}
.footer-column h5 {
    font-size: 22px;
    font-weight: bold;
}
.footer-column a{
    color: #fff;
}
.footer-column ul{
    padding: 0;
}
.footer-column li {
    list-style: none;
}
.footer-column li:not(:last-child) {
    margin-bottom: 10px;
}
.footer-column.footer-column-2 li a,
.footer-column.footer-column-3 li a {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 12px;
}
.footer-column.footer-column-2 li a::before,
.footer-column.footer-column-3 li a::before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="9" height="9"><path fill="none" stroke="white" stroke-width="1" stroke-miterlimit="10" transform="translate(0.353516 0.5)" d="M0 0L7 0L7 7" fill-rule="evenodd"/><path fill="none" stroke="white" stroke-width="1" stroke-miterlimit="10" transform="translate(0.353516 0.5)" d="M7 0L0 7" fill-rule="evenodd"/></svg>');
    margin-right: 10px;
}
.footer-column .menu-for-students-container {
    margin-bottom: 30px;
}
.footer-column.footer-column-1 .footer-about {
    font-size: 14px;
}
.footer-column-4 li:last-child a {
    background: var(--color-yellow);
    color: #000;
}
.footer-column.footer-column-4 .btn-small {
    font-weight: 500;
}
.footer-middle-row {
    gap: 12px;
}
.footer-middle.footer-recognized {
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    padding: 22px 0;
}
.footer-middle-row h5 {
    margin-right: 30px;
}
.footer-copyright {
    font-size: 14px;
}
.footer-copyright,.footer-copyright p, .footer-copyright a {
    color: #fff;
    font-size: 14px;
}
.footer-about img {
    margin-bottom: 15px;
}
.copymenu > div:not(:last-child)::after {
    content: "|";
    margin: 0 10px;
}
.footer-column h5 + Div ~ h5 {
    margin-top: 30px;
}


/** Responsive **/

@media screen and (min-width: 992px) {
    .menu-toggle {display: none;}
    .main-navigation ul {display: flex;gap:30px;}
    .main-navigation ul ul {box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);position: absolute;top: 100%;left: -999em;z-index: 99999;}
}
@media screen and (max-width:1366px){
}
@media screen and (max-width:1220px){
}
@media screen and (max-width:1024px){
}
@media screen and (max-width:992px){ 
	html:has(body.menu-open),
	body.menu-open {
	  overflow: hidden !important;
	}
    .main-header .main-navigation {
        width: auto;
    }  
    body .container {
        padding: 0 20px;
    }
    .site-header .main-header > div {
        order: 1;
    }
    .site-header .main-header > nav {
        order: 2;
    }
   .menu-toggle {
        width: 35px;
        height: 24px;
        cursor: pointer;
        position: relative;
        display: inline-block;
    }

    .menu-toggle span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        background: #fff;
        border-radius: 4px;
        transition: all 0.3s ease;
    }
    .menu-toggle span:nth-child(1) { top: 0; }
    .menu-toggle span:nth-child(2) { top: 10px; }
    .menu-toggle span:nth-child(3) { bottom: 0; }
    .menu-toggle.active span:nth-child(1) {
        transform: rotate(45deg);
        top: 10px;
    }
    .menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }
    .menu-toggle.active span:nth-child(3) {
        transform: rotate(-45deg);
        bottom: 10px;
    }
    .menu-header-menu-container {
        position: fixed;
        height: 100%;
        width: calc(100% - 73px);
        top: 0;
        left: -100%;
        background: #3a3a3a;
        right: auto;
        transition: all ease 0.3s;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .main-navigation:has(.menu-toggle.active) .menu-header-menu-container {
        left: 0;
    }
    .menu-header-menu-container ul#menu-header-menu {
        padding: 14px;
    }
    .menu-header-menu-container ul.menu > li{
    	padding: 20px 0px;
    }
    .menu-header-menu-container ul.menu > li:not(:last-child) {
	    margin-bottom: 0;
	    border-bottom: 1px solid rgb(80 80 80);	    
	}
}
@media (max-width:768px){    
    .footer-top .footer-column.footer-column-1,
    .footer-top .footer-column.footer-column-2,
    .footer-top .footer-column.footer-column-3,
    .footer-top .footer-column.footer-column-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer-top .footer-column.footer-column-1,
    .footer-top .footer-column.footer-column-2,
    .footer-top .footer-column.footer-column-3 {
        margin-bottom: 40px;
    }
    .footer-copyright div {
        text-align: left;
    }
    
    .footer-copyright .copymenu {
        justify-content: flex-start;
    }
    .footer-about p img {
        margin: auto;
    }
    .footer-middle.footer-recognized .footer-middle-row div:first-child {
        flex: 0 0 100%;
        text-align: center;
    }
    .footer-middle.footer-recognized .footer-middle-row img {
        max-height: 47px;
    }
}
@media screen and (max-width:575px){
    
}
@media screen and (max-width:420px){
}
@media screen and (min-width:992px) and (max-width:1180px){    
    .main-header .menu { gap: 30px;}
    .main-header .menu li a {font-size: 14px;line-height: 20.87px;}   
}
