.customNavbar {
  width: 100%;
  background-color: #093475;
  display: flex;
  align-items: center;
  justify-content: center !important;
  height: auto;
}

.navbarContainer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 90%;
}
.customNavbar .homeIcon {
  margin-top: 0rem;
}
.customNavbar .homeIcon i {
  font-size: 28px;
  color: #ffffff;
}

.customNavbar .nav-link {
  padding: 0 1.7rem !important;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  font-family: "OptimaLTStd";
}
.customNavbar .nav-link:hover {
  color: #dddddd;
}

.navbar-nav .divider {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.navbartoggler {
  display: none;
}
.btn-nav
{
  width: 100%;
  height: auto;
  background:#AF251C;
}
.btn-nav ul 
{
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.btn-nav ul li 
{
  list-style: none;
  padding: 7px 0;
  position: relative;

}

.btn-nav ul li a
{
  color:#fff;
  padding: 3px 20px;
  font-family: "OptimaLTStd";
  font-weight: 600;
   border-right: 1px solid rgba(255, 255, 255, 0.3); 
}
.btn-nav ul li:last-child a
{
  border-right:0px solid rgba(255, 255, 255, 0.3); 
}
.drop
{
  position: relative;
}
.drop ul 
{
  display: none;
  position: absolute;
  left: 0;
  top: 37px;
  background-color: #fff;
  width: 250px;
  z-index: 99;
}
.drop ul li
{
  padding: 0;
}
.drop ul li a  
{
   border-right: 0px solid rgba(255, 255, 255, 0.3); 
   display: block;
   font-size: 14px;
   font-weight: 500;
   padding: 10px 20px;
   border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important; 
   color:#000;
   font-family: "Montserrat", sans-serif;
}
.drop ul li a:hover 
{
  color: #c5161d;
}



.drop:hover ul 
{
  display: block;
}
.drop-1
{
  position: relative;
}
.drop-1 ul 
{
  display: none !important;
  position: absolute;
  left: 250px;
  top: 00px;
  background-color: #fff;
  width: 200px;
}
.drop-1 ul li a  
{
   border-right: 0px solid rgba(255, 255, 255, 0.3); 
   border-bottom: 1px solid dotted #ccc !important;
   color: #000;
   background-color: #fff;
   font-family: "Montserrat", sans-serif;
   font-weight: 500;
   font-size: 14px;
}
.drop-1 ul li a:hover  
{
  color: #c5161d;
}
.drop-1:hover ul 
{
  display: block !important;
}
.ang img
{
  max-width: 15px;
  margin: 3px 0 0 5px;

}
.drop-1 .ang img
{
   rotate: 270deg;
   margin: 5px 0 0 5px;
  float: right;
}
#menus
{
  width: 100%;
}
.navbar-expand.customNavbar .navbar-nav
{
  justify-content: space-between;
}
.top-menu
{
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  padding: 0;
}
.top-menu li 
{
  width: 190px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0px;
  
}
.top-menu li a 
{
  font-size: 14px;
  border:1px solid #c5161d;
  color:#fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: #c5161d;
  padding: 7px 10px;
  height:50px;
  border-radius: 5px;
  width: 180px;
  animation: mymove 2s infinite;
}

@keyframes mymove {
  from {background-color: #c5161d;border:1px solid #c5161d;}
  to {background-color: #093475;border:1px solid #093475;}
}
.mbl
{
  display: none;
  width: 100%;
}

.customNavbar .dropdown:hover .dropdown-menu {
   display: block;
   margin-top: 0;
}





@media screen and (max-width: 1660px) {
  .customNavbar .nav-link {
    padding: 0 10px !important;
    font-size: 18px;
  }
}
@media screen and (max-width: 1440px) {
  .customNavbar .navbarContainer {
    width: 95%;
  }
}
@media screen and (max-width: 1280px) {
  .btn-nav
  {
    top: 138px;
  }
  .customNavbar .navbarContainer {
    justify-content: space-between;
  }
  .navbartoggler {
    width: 50px;
    height: 38px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff !important;
  }
  .navbartoggler img 
  {
    max-height: 23px;
  }
  .navbartoggler i {
    font-size: 24px;
    color: #000000 !important;
  }
  .navbarCollapse {
    display: none !important;
  }

  .showMenu {
    display: block !important;
    position: absolute;
    background-color: #ffffff;
    top: 80px;
    right: 0;
    width: 30%;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 9999;
  }

  .navbarContainer .showMenu .navbar-nav {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    top: 0;
  }
  .navbarContainer .showMenu .navbar-nav .nav-item {
    border-bottom: 1px solid #666666;
    width: 100%;
    padding: 1rem;
    text-align: center;
  }
  .customNavbar .nav-link {
    color: #000000;
  }
  .top-menu li a {
    font-size: 12px;
    width: 166px;
  }
  .top-menu {
  width: 1081px;
  gap: 0px;
}
}
@media screen and (max-width: 1080px) {
  .showMenu {
    width: 40%;
  }
}
@media screen and (max-width: 900px) {

   .top-menu li a {
    width: 99%;
  }
  .applyBtn
  {
    font-size: 14px;
  }
 .top-menu li a {
    font-size: 10px;
  }
.btn-nav ul li {
  padding: 7px 0;
}
.btn-nav {
  top: 120px;
}
.btn-nav ul li a {
  padding: 3px 4px;
  font-weight: 400;
}
.impAnnouncementTitle
{
  width: 26%;
}
.drop-1 ul li  
{
  padding: 0px 0;
}
.navbar-expand.customNavbar .navbar-nav .dropdown-menu.second-menu {
  width: 90%;
  overflow: hidden;
}
.navbar-expand.customNavbar .navbar-nav .dropdown-menu.second-menu li {
  width: 100%;
  float: left;
}
.customNavbar .nav-link
{
  font-weight: 500;
}
}
@media screen and (max-width: 768px) {
  .showMenu {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
.navbar-expand.customNavbar .navbar-nav .dropdown-menu.second-menu
{
  left: 15px;
  max-height: 250px;
  overflow-y: auto;
}
.mbl
{
  width: 100%;
  display: block;
}
.dec-top-menu
{
  display: none;
}
.mbl-top-menu {
  display: block;
}
.navbar-expand.customNavbar .navbar-nav .dropdown-menu
{
  left: 20px;
}
.btn-nav
{
  display: none;
}
 .navbarContainer .showMenu .navbar-nav .nav-item {
    padding: 7px 10px;
    text-align: center;
  }
    .navContainer
  {
    overflow-x: scroll;
  }
  .top-menu
  {
    width: 1200px;
  }
  .showMenu {
    top: 50px;
  }
 .navbar-expand.customNavbar .navbar-nav .dropdown-menu {
    width: 89%;
    top: 10px;
    position: relative;
    margin-bottom: 19px;
  }
  .customNavbar .nav-link {
    font-size: 16px;
    text-align: left;
  }
.customNavbar .nav-link:hover {
  color: #000;
}
.navbar-expand.customNavbar .navbar-nav .dropdown-menu li:last-child .dropdown-item
 {
   border-bottom: 0px dotted #ccc;
 }

}
@media screen and (max-width: 600px) {
  .showMenu {
    width: 80%;
  }
  .dropdown-toggle::after {
  float: right;
  margin-top: 13px;
}
}
@media screen and (max-width: 500px) {
  .showMenu {
    width: 100%;
  }
}
