﻿.header
{
    border-top: 1px solid white;
    border-bottom: 3px solid #d7a343;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background: #002147;
    box-shadow: 0 2px 16px hsla(220, 32%, 8%, .3);
    z-index: 100;
}

.contain
{
    max-width:1120px;
    margin-inline: 1.5rem;
}

.nave
{
    height: 3.5rem;
}

@media screen and (min-width: 1118px)
{
    .contain
    {
        margin-inline: auto;
    }
}


@media screen and (min-width: 1118px)
{
    .nave
    {
        height:calc(1.5rem + 2rem);
        display: flex;
        /*justify-content: space-between;*/
        justify-content: center;
    }
}
.nave_data
{
    height: 100%;
    display:flex;
    justify-content: space-between;
    align-items:center;
    
}

.nave_toggle
{
    position:relative;
    width:32px;
    height:32px;
}
@media screen and (min-width: 1118px)
{
    .nave_toggle
    {
        display:none;
    }
}

.nave_burger, .nave_close
{
    color:#fff;
}
.nave_burger, .nave_close
{
    position:absolute;
    width: max-content;
    height: max-content;
    inset: 0;
    margin: auto;
    font-size: 1.25rem;
    cursor: pointer;
    transition: opacity .1s transform .4s;
}
.show-icon .nave_burger
{
    opacity: 0;
    transform: rotate(90deg);
}
.nave_close
{
    opacity:0;
}


.show-icon .nave_close
{
    opacity: 1;
    transform: rotate(90deg);
}
.ri-menu-line:before
{
    content: "\ef3e";
}

.ri-close-line:before
{
    content: "\eb99";
}



@media screen and (max-width: 1118px)
{
    .nave_menu
    {
        position:absolute;
        left: 0;
        top: 2.5rem;
        width: 100%;
        height: calc(100vh - 3.5rem);
        overflow: auto;
        pointer-events: none;
        opacity: 0;
        transition: top .4s, opacity .3s;
    }
}

 .nav__menu::-webkit-scrollbar {
    width: 0;
  }


.show-menu
{
    opacity:1;
    top:3.5rem;
    pointer-events: initial;
}

@media screen and (min-width:1118px)
{
    .nave_list
    {
        padding:0;
        height: 100%;
        display: flex;
        column-gap:0.4rem;
        list-style:none;
    }
}
@media screen and (min-width:1200px)
{
    .nave_list
    {
        padding:0;
        height: 100%;
        display: flex;
        column-gap:0.2rem;
        list-style:none;
    }
}
@media screen and (min-width:1900px)
{
    .nave_list
    {
        padding:0;
        height: 100%;
        display: flex;
        column-gap:1.4rem;
        list-style:none;
    }
}

@media screen and (max-width:1118px)
{
    .nave_list
    {
        background-color:hsl(220, 24%, 12%);
        padding-top:1rem;
        list-style:none;
    }
}
.nave_link
{
    color:#fff;
    /*background-color:hsl(220, 24%, 12%);*/
    font-weight:400 !important;
     padding: 1.25rem 1.5rem;
     display: flex;
     justify-content: space-between;
     align-items:center;
     transition: background-color .3s;
     text-decoration: none;
     font-size: clamp(0.8rem, 0.3043rem + 3.4783vw, 0.8rem) !important;
    }
    
    @media screen and (min-width: 1118px)
    {
        .nave_link
        {
            height: 100%;
            padding: 0;
            justify-content: initial;
            column-gap: 0.1rem;
        }
    }
    
    .nave_link:hover
    {
        background-color: hsl(220, 24%, 15%);
    }
    
    @media screen and (min-width: 1118px)
    {
        .nave_link:hover
        {
            background-color: transparent;
        }
    }
    
    
    .drop_item
    {
        cursor: pointer;
        
    }
    
    @media screen and (min-width: 1118px)
    {
        .drop_item, .drop_subitem
        {
            position: relative;
        }
    }  
    
    [class^="ri-"], [class*="ri-"]
    {
        font-family: 'remixicon' !important;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    
    .drop_arrow
    {
        font-size: 1.25rem;
        font-weight: initial;
        transition: transform .4s;
    }
    
    .drop_item:hover .drop_arrow
    {
        transform: rotate(180deg);
    }
    
    .ri-arrow-down-s-line:before
    {
        content: "\ea4e";
    }
    
    
    .drop_menu, .drop_submenu
    {
        max-height: 0;
        overflow: hidden;
        transition: max-height .4s ease-out;
        list-style: none;
        background: linear-gradient(45deg, #4d35b9d9, #005474);
    }
    
    @media screen and (min-width:1118px)
    {
        .drop_menu, .drop__submenu
        {
            max-height: initial;
            padding:0px 6px;
              
            overflow: initial;
            position: absolute;
            left: 0;
            top: 6rem;
            opacity: 0;
            pointer-events: none;
            transition:opacity .3s, top .3s;
             /*background: linear-gradient(45deg, #4c5594, #071156d4);*/
            background: #ffffff;
        filter: drop-shadow(0px 4px 10px #3a3a3a);
        }
            
    }
    
    .drop__item:hover .drop__menu, .drop__subitem:hover > .drop__submenu {
    max-height: 1000px;
    transition: max-height .4s ease-in;
}

@media screen and (min-width: 1118px) {
    .drop__item:hover .drop__menu {
        opacity: 1;
        top: 5.5rem;
        pointer-events: initial;
        transition: top .3s;
    }
}


    .drop_item {
    font-size: clamp(1rem, 0.3043rem + 3.4783vw, 1rem);
    
    width: 100%;
    
    }


    
    @media screen and (min-width:1200px)
    {
    
      .drop_item 
      {
          
    display: flex;
        justify-content: center;
        font-size: clamp(0.8rem, 0.3043rem + 3.4783vw, 0.8rem);
        width: 133px;
    
    }
    
    }


    @media screen and (min-width:1900px)
    {
    
      .drop_item 
      {
          
    display: flex;
        justify-content: center;
        font-size: clamp(1rem, 0.3043rem + 3.4783vw, 1rem);
        width: 175px;
    
    }
    
    }
    
    
    
    .drop_item:hover .drop_menu, .drop_subitem:hover > .drop_submenu
    {
        max-height: 1000px;
        transition: max-height .4s ease-in;
    }
    
    
    
    
    
    
    @media screen and (min-width: 1200px)
    {
        .drop_item:hover .drop_menu
        {
            font-size:13px;
            width:295px;
            opacity: 1;
            left:-2.5rem;
            top: 3.5rem;
            pointer-events: initial;
            transition: top .3s;
        }
    }
    
    

    @media screen and (min-width: 1900px)
    {
        .drop_item:hover .drop_menu
        {
            font-size:15px;
            width:295px;
            opacity: 1;
            left:-2.5rem;
            top: 3.5rem;
            pointer-events: initial;
            transition: top .3s;
        }
    }
    
    @media screen and (min-width: 1118px) 
    {
        .adjust-na
{
    gap: 7px;
        
        display: flex;
        left: -19rem;
        flex-wrap: wrap;
       
        width: 39rem;
}
    }
       
        
    .drop_link, .drop_sublink
    {
        /*border-left: 5px solid #07d017;*/
        border-bottom: 2px dotted #ebe8e8;
     padding: 1rem 1rem 1rem 1rem;
     color: #000000;
     font-size: clamp(0.8rem, 0.3043rem + 3.4783vw, 0.8rem) !important;
     display: flex;
     align-items: center;
     column-gap: .5rem;
     font-weight: 500;
     transition: background-color .3s;   
    }
    
    @media screen and (min-width:1118px)
    {
        .drop_link, .drop_sublink
        {
            padding-inline: 1rem 0.5rem;
        }
    }
    
    .fact-text 
    {
        background:#fff;
        text-shadow: -2px 4px 5px #1e286c;
    padding: 3px 0px;
    background: #676fa4;
    border-bottom: 2px solid #4c5594;
    font-size: 1.3rem;
    font-family: 'GT America Regular';
    text-align: center;
    color: #ffffff;
    }
    
    /*@media screen and (min-width: 1118px) {
    .drop_subitem .drop_link 
    {
        padding-inline: 1rem;
    }

}*/

li.different{
  border:none;
  position: relative;
}
li.different:hover{
  border: none;
}

.different::after{
  content: '';
  position: absolute;
  width: 0px;
  height: 5px;
  left: 50%;
  bottom:0;
  border-bottom: 2px solid #4c5594;
  transition: all ease-in-out .2s;
}
.different:hover::after{
  width: 100%;
  left: 0;
}





    .drop_link:hover, .drop_sublink:hover
    {
        background:#e3f0fd;
      
    transition: .100s ease-out;
    
    font-size: 0.9rem;
    /* border-left: 2px solid #4c5594; */
   color: #4c5594;
    /* background-color: #e63946; */
    text-shadow: 0px 2px 5px #c6c3c3;
    }
    @media(min-width:1200px)
    {
        .drop_link:hover, .drop_sublink:hover
        {
        font-size: 0.9rem;
        }
    }
    
    @media(min-width:1900px)
    {
        .drop_link:hover, .drop_sublink:hover
        {
        font-size: 15px;
        }
    }
    
    [class^="ri-"], [class*="ri-"]
    {
        font-family: 'remixicon' !important;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -mox-osx-font-smoothing: grayscale;
    }
    
    .drop_link i, .drop_sublink i
    {
        font-size: 1.25rem;
        font-weight: initial;
    }
    .ri-pie-chart-line:before
    {
        content: "\effa";
    }
    
    .box-s
    {
       border-radius: 77px;
    transform: translate(10px, 238.58rem);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
    position: absolute;
    border: 28px solid white;
    }
    
 
.drop__menu, .drop__submenu {
    max-height: 0;
    overflow: hidden;
    list-style:none;
    transition: max-height .4s ease-out;
}
    
    
    @media screen and (min-width: 1118px) {
    .drop__menu, .drop__submenu {
        max-height: initial;
        overflow: initial;
        position: absolute;
        left: 0;
        top: 6rem;
        opacity: 0;
        pointer-events: none;
        transition: opacity .3s, top .3s;
    }
}


   @media screen and (min-width: 1118px) {
    .drop__submenu {
        position: absolute;
        left: 100%;
        top: .5rem;
    }
}


.drop_item:hover .drop_menu, .drop_subitem:hover > .drop__submenu 
{
    background: #ffffff;
    max-height: 1000px;
    transition: max-height .4s ease-in;
}

@media screen and (min-width: 1118px) {
    .drop_subitem:hover > .drop__submenu 
    {
        width:365px;
        opacity: 1;
        
        pointer-events: initial;
        transition: top .3s;
    }
}


@media screen and (min-width: 1118px) 
    {
        
        .menu-top
        {
            top:-6.5rem;
        }
        
        
    }
    
    @media screen and (min-width: 1118px) 
    {
        
        .menu-fa
        {
            top:-6.9rem;
        }
        
        
    }


        
    @media screen and (min-width: 1118px) 
    {
        
        .menu-fb
        {
            top:-6.9rem;
            left:0;
            transform: translate(-98%, 24%);
            filter:none;
            box-shadow: 0 0 3px 0 black;
        }
        
        
    }



@media screen and (min-width: 1118px) {
    .drop__link, .drop__sublink {
        padding-inline: 1rem 3.5rem;
    }
}



.drope_arrow {
    font-size: 1.25rem;
    font-weight: initial;
    transition: transform .4s;
}

.drop_subitem:hover .drope_arrow
{
    transform: rotate(180deg);
}
.ri-arrow-down-g-line:before
{
    content: "\ea4e";
}


.card-border div a
{
    width:50%;
   border-radius: 5px;
    text-shadow: -1px 5px 6px #0c1b81;
    background: #4c5594;
    border: 1px solid #ccd3ff;
    filter: drop-shadow(1px 2px 5px #5e5e5e);
    /* background: linear-gradient(45deg, #4c5594, #031176); */
    padding: 5px 10px;
    color: #ffffff;
}
.card-border:hover div a
{
    width:55%;
   font-weight: 700;
   font-size: 19px;
   font-family: 'GT America Regular';
   transition: .5s ease-in-out;
   transform: rotatex(360deg);
   text-shadow: 0px 0px 19px #ffffff;
   background: white;
   color: #141f70;
   filter: drop-shadow(0px 4px 34px darkblue);
}



@media(min-width:1200px)
{



.card-border div a
{
    width:50%;
   
}
.card-border:hover div a
{
    width:55%;
   
}
}



@media(min-width:1900px)
{



.card-border div a
{
    width:30%;
   
}
.card-border:hover div a
{
    width:35%;
   
}
}


.left-side
{
    left:-2.5rem;
}

.drop_link:hover .ri-bookmark-line {
    transition: .4s ease-in-out;
    transform: rotatey(180deg);
}
.drop_link:hover .ri-bookmark-line::before
{
    content: "\eae4";
    color:#4c5594;
    
}
.frame-dean
{
   
    border-radius: 9rem;
    width: 50%;
    height: auto;
    filter: drop-shadow(-1px -1px 2px black);
    border: 4px solid #002147; 
    object-fit: cover;
}
@media (min-width:1200px)
{
   .frame-dean{

    width: 210px;
    height: 35vh;


   }

}


@media (min-width:1900px)
{
   .frame-dean{

    width: 230px;
    height: 26vh;


   }

}

.simple-links
{
    font-size: clamp(0.8rem, 0.3043rem + 3.4783vw, 0.8rem);
    
}

@media(min-width:1200px)
{
    .simple-links
    {
        font-size: clamp(0.8rem, 0.3043rem + 3.4783vw, 0.8rem) !important;
        width: 50px;
        display: flex;
        justify-content: center;
    }    
}


@media(min-width:1900px)
{
    .simple-links
    {
        font-size: clamp(0.8rem, 0.3043rem + 3.4783vw, 0.8rem);
        width: 50px;
        display: flex;
        justify-content: center;
    }    
}


.simple-links-hadp
{
    font-size: clamp(0.8rem, 0.3043rem + 3.4783vw, 0.8rem);
}

@media(min-width:1200px)
{
    .simple-links-hadp
    {
        font-size: clamp(0.8rem, 0.3043rem + 3.4783vw, 0.8rem);
        display:flex; width:50px;
    }    
}


@media(min-width:1900px)
{
    .simple-links-hadp
    {
        font-size: clamp(1rem, 0.3043rem + 3.4783vw, 1rem);
        display:flex;
         width:50px;
    }    
}


.simple-nirf
{
    font-size: clamp(1rem, 0.3043rem + 3.4783vw, 1rem);
}

@media(min-width:1200px)
{
    .simple-nirf
    {
        justify-content: center;
        font-size: clamp(0.8rem, 0.3043rem + 3.4783vw, 0.8rem);
        display: flex;

        width: 50px;
    }    
}


@media(min-width:1900px)
{
    .simple-nirf
    {
        
    font-size: clamp(1rem, 0.3043rem + 3.4783vw, 0.8rem);
    display: flex;

    width: 50px;
    }    
}
@media(min-width:1900px){


.drop-w
{
    width:152px;
}
}

@media(min-width:1900px){ 
.drop-w .nave_link
{
    font-size: clamp(0.8rem, 0.3043rem + 3.4783vw, 0.8rem);
}
}

.sw{
    width:100%;
}



@media(min-width:1200px)

{
.sw{
    width:116px;
}
}

@media(min-width:1200px)

{
.sw{
    width:116px;
}
}



.s-btn
{
    box-shadow: -3px 3px 3px #dbdadacc;
    filter: drop-shadow(0px 0px 9px lightgray);
    border: 1px solid #d5d5d5;
    background: transparent;
    color: #002147;
    border-radius: 5px;
    padding: 5px 10px;
}
.sf
{
    color: #535252;
    box-shadow: inset 0 0 2px 1px #dfdede;
    border-radius: 6px;
    border: 1px solid #afaeae;
}

.acad
{
    width:100%;
}

@media(min-width:1200px)
{
.acad
{
    width:95px;
}
}
@media(min-width:1200px)
{
.acad
{
    width:95px;
}
}
