:root{
    --fontColorh:#E5E5E5;
    --backgroundColorh:#0E3484;
    --backgroundColorbtn:#2C6FDC;
}
.active{
    color: #4DC4F7!important;
}
#top-header{
    background-color: var(--backgroundColorh);
    border-bottom: 1px solid var(--borderColor);
}
.logo img{
    width: 128px;
    height: 65px;
}
.menu_list{
    color: var(--mainColor);
}
.menu_list:focus{
    border: 0!important;
    outline: none!important;
}
button:focus{
    outline: none;
}
.adv-here{
    background-color:var(--backgroundColorbtn) ;
    font-family: Cairo-Bold,sans-serif;
    color:var(--mainColor) ;
    border-radius: 7px;
    font-size: 18px;
}
.adv-here:hover{
  transform: scale(1.1);
}
.adv-here a{
    color:var(--mainColor) ;
    font-size: 18px;
}
.adv-here a:hover{
    color:var(--mainColor) ;
}
.social-header a{
    padding-left:10px;
    color: var(--mainColor);
}
.social-header .fa-facebook-f{
    color: #4DC4F7;
}
.social-header .fa-twitter{
    color: #A869C5;
}
.social-header .fa-telegram-plane{
    color: #9BE62E;
}
.social-header .fa-instagram{
    color: #9C89D0;
}
.social-header .fa-envelope{
    color: #E675AE;
}
.social-header .fa-youtube{
    color: #F1A354;
}
.social-header .fa-wifi{
    color: #2C6FDC;
    transform: rotate(45deg);
}
.social-header .fa-wifi:hover ,.social-header .social2 i:hover ,.social-header .social2 img:hover ,
.social-header .social1 i:hover
{
    animation: lock 1s cubic-bezier(.36,.07,.57,.99) infinite;
}
@keyframes lock {
    0% {
        transform: scale(1.5) translateY(0);
    }
    20% {
        transform: scale(1.5) translateY(-5px);
    }
    30% {
        transform: scale(1.5) translateY(5px);
    }
    50% {
        transform: scale(1.5) translateY(-5px);
    }
    60% {
        transform: scale(1.5) translateY(5px);
    }
    100% {
        transform: scale(1.5) translateY(0);
    }
}
.social-header .fa-apple{
   color: #4DC4F7;
}
.social-header .fa-search{
    color: var(--mainColor);
}
.search-icon{
    top: 5px;
    left: 0;
    outline: none!important;
    color: #525252;
}
.btn.focus, .btn:focus{
    box-shadow: none!important;
}
#search-focus::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #525252;
    opacity: 1; /* Firefox */
}

#search-focus:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #525252;
}

#search-focus::-ms-input-placeholder { /* Microsoft Edge */
    color: #525252;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}
.border-left-nav{
    border-left: 1px solid var(--mainColor);
}
#nav-header{
    background-color: var(--backgroundColorh) !important;
   font-family: Cairo-Regular,sans-serif;
}
#nav-header a{
    color: var(--mainColor);
}
#nav-header .dropdown:hover>.dropdown-menu {
    display: block;
}

 #navbarNavDropdown  .dropdown, #navbarNavDropdown  .dropleft,
 #navbarNavDropdown  .dropright,  #navbarNavDropdown .dropup{
     position: unset!important;
 }
/*#nav-header a:active{*/
    /*color: #4DC4F7;*/
/*}*/
.link-img{
    cursor: pointer;
}
.sub-nav{
    margin: auto;
}
.sub-nav a{
    color:#E5E5E5 ;
    font-size: 18px;
    line-height: 5px;

    font-family: Cairo-SemiBold,sans-serif;
}
.last_news{
    background-color: #5C72A0;
    color: #E5E5E5;
    font-size: 18px;
}
.last_news a{
    color: #E5E5E5;
    font-size: 18px;
}
.last_news_btn{
background-color: var(--backgroundColorbtn);
}
.all-list{
    box-shadow: 0px 5px 8px #00000029;
    background-color: #E5E5E5;

}
#alllist{
    display: none;
    z-index: 999;
    right: 0;
    top:60px;
}
.group{
    background-color:#BEBEBE;
    font-size: 17px;
}
.group a{
    color: #525252!important;
}
.group ul li:first-child{
    background-color: var(--backgroundColorbtn);
    color: var(--mainColor);
    border: 0;
}
.group ul li:first-child a{
    color: var(--mainColor) !important;
}
.group ul li{
    border-bottom: 1px solid #E5E5E5;

}
.list{
    background-color: var(--backgroundColorbtn);
}
.news-title{
    font-family: Cairo-Bold,sans-serif;
    font-size: 17px;
    color: #4DC4F7;
}
.news-link{
    font-family: Cairo-Regular,sans-serif;
    color: #525252 !important;
    margin-right: 17px;
    font-size: 17px !important;
}
.news-link:hover{
    text-decoration: none;
}
.dropdown-style{
    width: 1111px ;
    right: 0px !important;
    background: #F2F2F2;
    box-shadow: 0 5px 8px #00000029;
    z-index: 999;
    top: 44px;
}
.left-news-arrow {
    font-size: 23px;
    color: #4DC4F7;
    position: relative;
    /*top: 6px;*/
    border-right: 2px solid;
    padding: 2px;
    height: 27px;
}
.card-text-news{
    font-family: Cairo-Regular,sans-serif;
    font-size: 15px;
    color: var(--main-title);
}
.time-news{
    font-family: Cairo-Regular,sans-serif;
    font-size: 14px;
    color: #0E3484;
}

