<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">


@media (max-width: 1200px) {
 
	
}


#navbar {
    /*text-align: right;*/
   /* margin-top: 29px;*/
}



.navbar {
    min-height: inherit !important;
    margin-bottom: 0px !important;
    text-transform: uppercase;
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {
  .navbar {
    padding: 0;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    text-align: center;
    /*display: flex;*/
    list-style: none;
    align-items: center;
	  /*ext-align: center;*/
	  /*background: #0071ba;*/
	  width: 100%;
	  margin-top: 4%;
  }
	
	  .navbar ul ul{

	  text-align: left;
  }
  .navbar li {
    position: relative;
	  display: inline-block;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 8px 19px 8px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    color: #8A879F;
    
    transition: 0.3s;
	
    
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 13px;
    line-height: 0;
    margin-left: 5px;
  }

  /*.navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover&gt;a {
    color: #df4f00;
  }*/
	
	/* .navbar a:hover {
    color: #444;
		border-bottom: 3px #fab902 solid;
		/*background: #444;
  } */
	.navbar ul li a::before {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0%;
    height: 2px;
    background-color: #f7b801;
    transition: all 0.3s ease-out 0s;
  }
	.navbar li a:hover::before{
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100% !important;
  height: 2px;
  background-color: #f7b801;
  transition: all 0.3s ease-out 0s;
}

.navbar ul li ul li a::before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0%;
  height: 2px;
  background-color: #f7b801;
  transition: all 0.3s ease-out 0s;
}
.navbar ul li ul li a:hover::before{
content: "";
position: absolute;
bottom: 1px;
left: 0;
right: 0;
margin: 0 auto;
width: 0% !important;
height: 2px;
background-color: #f7b801;
transition: all 0.3s ease-out 0s;
}
	
	

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    /*left: 13px;*/
    top: calc(100% + 30px);
    margin: 0;
    /*padding: 10px 0;*/
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.2s;
	width: 275px;
  }

  .navbar .dropdown ul li {
    width: 100%;
	  /*border-bottom: 1px #ccc solid;*/
  }

  .navbar .dropdown ul a {
    padding: 8px 20px;
    font-size: 12px;
    text-transform: none;
   color: #444 !important;
  }

  .navbar .dropdown ul a i {
    font-size: 13px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover&gt;a {
        border: none;
    color: #f59e3d !important;
}
  }

  .navbar .dropdown:hover&gt;ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
	  /*height: 350px !important;
	  overflow: scroll !important;*/
  }

  .navbar .dropdown .dropdown:hover&gt;ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    /*left: -90%;*/
  }

  .navbar .dropdown .dropdown:hover&gt;ul {
    /*left: -100%;*/
  }
}

@media (min-width: 1280px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: #ef7502;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9999;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 13px;
    /*font-weight: 600;*/
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 13px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover&gt;a {
    color: #fff;
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    /*background-color:#fff;*/
  }
	

  .navbar .dropdown .dropdown ul {
    
    background-color:#0071ba;
  }
	

  .navbar .dropdown&gt;.dropdown-active,
  .navbar .dropdown .dropdown&gt;.dropdown-active {
    display: block;
  }

  .mobile-nav-show {
    color: #444;
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
	float: right;
	  margin-top: 10px;
  }
	
	.sticky .mobile-nav-show {
    color: #444;
   
  }

  .mobile-nav-hide {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    right: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(27, 47, 69, 0.7);
    z-index: 9996;
  }
}

/*.header:hover .navbar a{
    
    color: #444;
    
}
*/


.sticky .navbar ul{
	margin-top: 1%;
}



.sticky .navbar a{
    
    color: #8A879F;
    transition: 0.3s;
}
</pre></body></html>