

.navbar{
	margin-top:40px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background:transparent;
	color:white;
    z-index: 2;
	border:none;
	height:130px;
	
	
}
.shrink {padding:20px 0;height:80px;float:right; }

.navbar, .buttons{function fixDiv() {
    var $div = $("#stickynav");
    if ($(window).scrollTop() > $div.data("top")) { 
        $('#stickynav').css({'position': 'fixed', 'top': '0', 'width': '100%'}); 
    }
    else {
        $('#stickynav').css({'position': 'static', 'top': 'auto', 'width': '100%'});
    }
}

$("#stickynav").data("top", $("#stickynav").offset().top); // set original position on load
$(window).scroll(fixDiv);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1em;
	color:white;
}

.sticky {
    margin-top: 0px;
   text-align: center;
   font-size: 14px;
   transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
    box-shadow: 0 5px 50px 15px rgba(0, 0, 0, 0);
   
 }

  .sticky .image{
    position:static;
    width:120px;
	height:80px;
	background-color:transparent;
	transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
     }
button{
    border: none;
    transition: 0.3s;
    cursor: pointer;
}

.btn{
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    background: #428aff;
    padding: 0.5em 1.3em;
   
    color: #ffffff;
}

.btn:hover{
    background: #3877db;
}

.menu-btn{
    margin-left: 1em;
    background: none;
    display: inline-block;
	color:white;
}

.menu-btn span{
    font-size: 2.3em;
	color:white;
}

.dropdown > div, .sub-dropdown > div {
    cursor: pointer;
	color:white;
    
}

.dropdown .menu a:hover{
    color: gray;
    
}

.dropdown .menu a{
    color: white;
}
.sub-menu  > li a{
    color: rgb(138, 126, 126);
    font-weight: lighter;
    line-height: 10px;
}

.sub-menu li {
    color: rgb(138, 126, 126);
    font-weight: lighter;
    line-height: 10px;
    text-align: justify;
    list-style: square;

}

@media screen and (min-width: 800px) {
    .navbar{
        padding: 0 1.5em;
    }
    .dropdown > div{
        padding: 1.5em 1em;
    }
    .mega-menu{
		margin-top:0px;
        display: flex;
        justify-content: center;
		color:#ffffff;
    }
    .menu-btn{
        display: none;
    }
    .menu{
		margin-top:30px;
		border:1px;
		color:#ffffff;
		border-color:rgb(85, 207, 102);
        background:#0f440f;
        position: absolute;
        top: 4.65em;
        left: 0;
        width: 100%;
        padding: 0 2em;
        overflow-y: hidden;
        transition: 0.4s ease-in-out;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 1em;
		color:white !important;
        font-weight:lighter;
        
    }

    .menu > li:first-child{
        font-size: 1.1em;
        font-weight: lighter;
        margin: 0;
    }
    .sub-dropdown{

    list-style:none;
	width:auto;
	margin:-10px 0px 20px 0px;
	height:43px;
	padding:0px 10px 0px 20px;
    align-content: center;
    float: left;
    height:auto;
	/* Rounded Corners */
	
	
	
	background: transparent;
	}
    .sub-dropdown > div span:first-child{
        font-weight: normal;
        color: #3877db;
        display: block;
        
    }

    .sub-dropdown > div span{
        font-weight: lighter;
        color: #59e490 !important;
    
        
    }
    
    .dropdown > div{
        border-bottom: 1px #42be72 solid;
        transition: 0.3s;
        
    }

    .dropdown:hover > div{
        border-color: lightgreen;
    }

    .dropdown li{
        margin-bottom: 1em;
		color:white;
    }

    .dropdown > div span:last-child, 
    .sub-dropdown > div{
        display: block;
        height: auto;
    }
    /*Disaple sub drop down*/
    .sub-dropdown1 > div span:first-child{
        font-weight: normal;
        color: #3877db;
        display: block;
        
    }

    .sub-dropdown1 > div span{
        font-weight: lighter;
        color: #59e490 !important;
    
        
    }
    
    .dropdown1 > div{
        border-bottom: 3px #fff solid;
        transition: 0.3s;
    }

    .dropdown1:hover > div{
        border-color: lightgreen;
    }

    .dropdown1 li{
        margin-bottom: 1em;
		color:white;
    }

    .dropdown1 > div span:last-child, 
    .sub-dropdown1 > div{
        display: block;
    }
    /* Width */
    .menu::-webkit-scrollbar{
        width: 8px;
    }
    /* Track */
    .menu::-webkit-scrollbar-track{
        background: #f1f1f1;
    }
    /* Handle */
    .menu::-webkit-scrollbar-thumb{
        background: #888;
    }

    /* Handle on hover */
    .menu::-webkit-scrollbar-thumb:hover{
        background: #555;
    }

    /* Hide menu */
    .menu{
        height: 0;
    }
    .dropdown:hover .menu{
        height: 30vh;
        padding: 2em;
    }
}

/* Responsive Design */
@media screen and (max-width: 800px) {
    .navbar{
        padding: 1em 1.5em;
    }
    .menu-container{
		
        background: #fff;
        position: absolute;
        top: 4.4em;
        left: 0;
        width: 100%;
        overflow-y: hidden;
        transition: 0.3s ease-in-out;
    }

    /* Width */
    .mega-menu::-webkit-scrollbar{
        width: 8px;
    }
    /* Track */
    .mega-menu::-webkit-scrollbar-track{
        background: #f1f1f1;
    }
    /* Handle */
    .mega-menu::-webkit-scrollbar-thumb{
        background: #888;
    }
    /* Handle on hover */
    .mega-menu::-webkit-scrollbar-thumb:hover{
        background: #555;
    }
    .mega-menu{
        padding: 0 1em 1em 1em;
        height: 100%;
        overflow-y: scroll;
    }
    .mega-menu li{
        font-weight: normal;
        font-size: 1.1em;
    }
    .mega-menu li > div{
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 0.5em;
    }
   
    .menu li{
        padding: 0 1em;
        font-size: 1em;
        font-weight: 400;
        gap: 0.5em;
        line-height:0.5em;
    }
    .menu a{
        display: block;
        margin: 0.8em 0;
    }
    .menu{
        display: block;
    }
    /* Toggle class for Javascript */
    .menu-show{
        display: block;
    }
    .material-symbols-outlined{
        transition: 0.3s;
    }
    /* Toggle class for javascript */
    .icon-rotated{
        transform: rotate(90deg);
    }
    .dropdown>div, .sub-dropdown > div{
        cursor: pointer;
        padding: 0.5em;
		color:white;
    }
    .sub-menu{
        font-size: 1.9em;
        display: block;
		color:rgb(88, 15, 15) !important;
    }
    /* Toggle class for Javascript */
    .sub-menu-show{
        display: block;
    }
    .dropdown:hover>div, .sub-dropdown:hover>div{
        background: #dbdbdb;
    }
    /* Hide menu */
    .menu-container{
        height: 0;
    }
    /* Toggle class for javascript */
    .mega-menu-show{
        height: 50vh;
    }
}

#menu {
	list-style:none;
	width:940px;
	margin:30px auto 0px auto;
	height:43px;
	padding:0px 20px 0px 20px;
	/* Rounded Corners */
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/* Background color and gradients */
	
	background: #014464;
	background: -moz-linear-gradient(top, #0272a7, #013953);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0272a7), to(#013953));
	
	/* Borders */
	
	border: 1px solid #002232;
	-moz-box-shadow:inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow:inset 0px 0px 1px #edf9ff;
	box-shadow:inset 0px 0px 1px #edf9ff;
}

.pagination li {
    display:inline-block;
    padding:5px;
  }
  .pagination li a{
    pointer-events:initial ;
  }
  