
/* mega menu */
.navbar .mega-dropdown:hover .dropdown-menu.mega-menu{
    display:block;
}
.navbar .mega-dropdown {
  position: static !important; }

.navbar .dropdown-menu.mega-menu {
  width: 100%;
  border: none;
  border-radius: 0; 
}
.navbar .dropdown-menu.mega-menu.v-2 a {
    padding: 15px 10px 10px 35px; 
}
.navbar .dropdown-menu.mega-menu.v-2 a.news-title-2 {
      font-weight: 500;
      font-size: 1.1rem;
      line-height: 1.5;
      -webkit-transition: .2s;
      transition: .2s;
      color: #fff !important; 
}
.navbar .dropdown-menu.mega-menu.v-2 a.news-title-2:hover {
        color: #d0d6e2 !important; 
}
.navbar .dropdown-menu.mega-menu.v-2 .sub-menu ul {
    list-style: none; 
}
.navbar .dropdown-menu.mega-menu.v-2 .sub-menu ul.caret-style li {
  -webkit-transition: .3s;
  transition: .3s; 
}
.navbar .dropdown-menu.mega-menu.v-2 .sub-menu ul.caret-style li:hover {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transition: .3s;
    transition: .3s; 
}      
.navbar .dropdown-menu.mega-menu.v-2 .sub-menu a.menu-item {
    color: #fff !important; 
}
.navbar .dropdown-menu.mega-menu.v-2 .sub-menu a.menu-item:hover {
    color: #fff !important; 
}
.navbar .dropdown-menu.mega-menu.v-2 .sub-title {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid;
    color: #fff;
}
.navbar .dropdown-menu.mega-menu.v-2 .font-small {
    font-size: 0.85rem; 
}
.search-section {
    z-index: 99999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    background-color: rgba(0,0,0,.93);
}
.close-search {
    position: absolute;
    right: 8%;
    top: 10%;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.close-search::before {
    transform: rotate(45deg);
}
.close-search::before, .close-search::after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 2px;
    height: 34px;
    right: 14px;
    top: 0;
    transition: all ease-in-out .3s;
}
.close-search::after {
    transform: rotate(-45deg);
}
.search-input {
    color: #fff !important;
}
.search-input:focus {
    border-bottom: 1px solid #E54D42 !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-radius: 0;
}