.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.skip-link:focus {
    top: 0;
    width: auto;
    height: auto;
    padding: 10px;
    margin: 10px;
    clip: auto;
}
.inner-spacer {
    padding: 4em 0;
}
.title-wrp h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
}

 
.logo {
    width: 100%;
    max-width: 180px;
}
.site-branding a {
    text-decoration: none;
    color: #fff !important;
    font-size: 40px;
    font-weight: 200;
    text-transform: uppercase;
    outline:none;
}
.letter {
    display: inline-block;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.3s ease, transform 0.3s ease;
    margin: -5px;
}
.site-branding.animate-letters .letter {
    opacity: 0;
    transform: translateX(-20px);
}

.site-branding.animate-letters .letter:nth-child(1) {
    transition-delay: 0.1s;
}
.site-branding.animate-letters .letter:nth-child(2) {
    transition-delay: 0.2s; 
}
.site-branding.animate-letters .letter:nth-child(3) {
    transition-delay: 0.3s;
}
.site-branding.animate-letters .letter:nth-child(4) {
    transition-delay: 0.4s;
}
.site-branding.animate-letters .letter:nth-child(5) {
    transition-delay: 0.5s;
}
.site-branding.animate-letters .letter:nth-child(6) {
    transition-delay: 0.6s;
}
.current_page_item a {
    color: var(--yellow-color) !important;
}
.header-sec {
    position: fixed;
    top: 0;
    z-index: 1000;
    padding: 10px 0;
    background-color: transparent;
    transition: all 0.4s 
ease-in-out;
    width: 100%;
}

.header-sec.scrolled {
    position: fixed;
    width: 100%;
 
 box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
 background: #0000007d;  
}

.main-navigation {
    display: block;
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}
/* Custom logo */
.site-branding img {
    transition: opacity 0.3s ease-in-out;
}

.scroll-logo {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    position: fixed;
    top: 10px;
    left:100px;
    z-index: 1000;
}

.scroll-logo.visible {
    opacity: 1;
    visibility: visible;
}

.header-sec.scrolled .scroll-logo {
    opacity: 1;
    visibility: visible;
}
.main-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.main-menu li a {
    padding:10px 15px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 400;
    outline:none;
    
}


.main-menu li a:hover {
    color: var(--yellow-color);
}
li#menu-item-20 {
    background: var(--primary-color);
    border-radius: 50px;
    color: #fff;
    margin-left: 28px;
}
#menu-item-20 a {
    border-radius: 50px;
    transition:0.6s;
}
#menu-item-20 a {
    color: #fff;
    outline:none;
}
#menu-item-20 a:hover {
    color: #000 !important;
background: #fff !important;
}

/* hamberg menu css*/
.hamburger-menu {
    display: none;
    cursor: pointer;
    width: 30px;
    height: 25px;
        position: absolute;
    left: 20px;
     top: 20px;
}
.close-menu {
    padding: 0 !important;
    text-align: right;
    font-size: 35px !important;
}
.hamburger-menu .line {
    background-color: #fff;
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    transition: 0.3s ease;
}
.menu-item-20 a:hover {
    background: #fff !important;
    color: #000 !important;
}
.hamburger-menu .line:nth-child(1) {
    top: 0;
}

.hamburger-menu .line:nth-child(2) {
    top: 10px;
}

.hamburger-menu .line:nth-child(3) {
    top: 20px;
}

/* When the menu is open */
.hamburger-menu.open .line:nth-child(1) {
    transform: rotate(45deg);
    top: 10px;
}

.hamburger-menu.open .line:nth-child(2) {
    opacity: 0;
}

.hamburger-menu.open .line:nth-child(3) {
    transform: rotate(-45deg);
    top: 10px;
}
/*side panel css*/
.side-panel {
    position: fixed;
    top: 0;
    left: -70em; 
    width: 30%;
    height: 100%;
        background: radial-gradient(circle at top left, #204660, #0000000d 50%), radial-gradient(circle at bottom right, #204660, transparent 27%), #020e15;
    transition: left 0.3s ease; 
    z-index: 9999;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
    padding: 20px 0;
        padding: 20px 20px 0 10px;
    transition: 0.6s;
    
}
.close-menu:hover {
    color: var(--yellow-color);
}
ul#side-menu li a {
    color: #fff;
}
.side-panel.open {
    left: 0; /* Slide the panel in */
}

/* Side Menu Styles */
.side-menu {
    list-style: none;
    padding: 0;
}

.side-menu li {
    padding: 15px 0;
}

.side-menu a {
    text-decoration: none;
    font-size: 18px;
    color: #000;
    display: block;
}

/* Close button */
.close-btn {
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
}
@media only screen and (max-width:1200px) {
    .site-branding a {
    font-size: 30px;
  
}
}



@media only screen and (max-width:1100px) {
 .main-menu {
    display: none;
    width: 100%;
    background: #fff; 
    position: absolute;
    top: 60px;  
    left: 0;
    z-index: 999;
    text-align: center;
}
#side-panel img {
    width: 100%;
    max-width: 200px;
    position: relative;
    left: 0px;
    top: 0px;
}
.menu-item-20 a {
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 15px;
    margin:15px 0;
    text-align:center;
    transition:0.6s;
}
.main-menu.open {
    display: block;
}

.hamburger-menu {
    display: block;
}

.main-menu li {
    list-style: none;
    padding: 15px 0;
}

.main-menu a {
    text-decoration: none;
    font-size: 18px;
    color: #000;
}
 .main-menu {
    display: none;
}

.hamburger-menu {
    display: block;
}
ul#side-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.side-panel-content {
    height: 100%;
    overflow-y: auto;
}
.side-panel a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    padding: 15px;
    display: block;
}
.logo {
  width: 100%;
  max-width: 120px;
}
.site-branding a {
    font-size: 28px;
}
.letter {
    margin: -4px;
}
.justify-box {
    position: relative;
    left: 2em;
} 
#side-menu li a {
    width: fit-content;
    padding: 10px 25px;
} 
}
@media only screen and (max-width: 1400px) {
    .container {
    max-width: 95%;
} 
}
@media only screen and (max-width:992px){
.menu-item-22 a, .menu-item-19 a{
    transition:0.6s;
}
.menu-item-22 a:hover, .menu-item-19 a:hover {
    color: var(--yellow-color) !important;
}
.side-panel {
    width: 50%;
}
}
 @media only screen and (max-width:767px){
    .justify-box, .splitting {
        display: flex;
        align-items: center;
        justify-content: start;
    }
    .side-panel {
    width: 70%;
}
.justify-box img {
    max-width: 20px;
}
.hamburger-menu {
    display: block;
}
.site-branding {
    margin: 0 3em;
}
.justify-box {
    left: 0;
}
}
