@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900;1000&display=swap');

body {
    /* font-family: "JF Flat Regular"; */
    font-family: 'Cairo', sans-serif;
    background: #ebebeb;
}


@font-face {
    font-family: "JF Flat Regular";
    src: url('../fonts/JF-Flat-regular.eot');
    src: url('../fonts/JF-Flat-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/JF-Flat-regular.svg#JF Flat Regular') format('svg'),
    url('../fonts/JF-Flat-regular.woff') format('woff'),
    url('../fonts/JF-Flat-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/***[image-size-fix]***/

#ashefaa-img{

width:auto;
height:180px;

}

/***[image-round]***/

img {
border-radius: 0em;
}



/***[navbartop]***/

.navbartop {
    background: #2e2e2e;
    padding: 7px 0;
    color: #fff;
}

.navbartop .data-time {
    margin-top: 5px;
    font-size: 12px;
}

.navbartop .icons {
    margin-bottom: -11px;
}


/***[header]***/

header {
    background: #ffffff;
    padding: 20px 0;
}



/***[navbar]***/

.navbar-default {
    background-color: #01b1c4;
    border-color: transparent;
    border-bottom: 4px solid #a46414;
    bottom: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.49);
}

.navbar {
    border-radius: 0;
    min-height: 45px;
}


.navbar .navbar-nav > li > a.active {
    color: #fff;
}

.navbar .navbar-nav > li > a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 10px;
    padding-top: 10px;
}

.navbar .navbar-nav > li > a:hover {
    background-color: #a46414;
    color: #fff;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: #a46414;
    color: #fff;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background-color: #a46414;
    color: #fff;
}

.navbar-toggle {
    float: none;
    margin: 5px auto;
    text-align: center;
}



/***[newsnwe]***/

.newsnwe {
    margin-bottom: 20px;
}

.newsnwe .newsplay {
    border-bottom: 1px solid #eee;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.07);
    background: #fff none repeat scroll 0 0;
    margin: 0;
    padding: 10px 10px;
}

.newsnwe .newsplay {
    color: #a46414;
}

.newsnwe .newsplay i {
    color: #01b1c4;
}

#ticker_container {
    overflow: hidden;
}

#ticker_container #newscontent {
    float: right;
}

#ticker_container #controls {
    float: left;
    height: 16px;
    margin-top: 2px;
}

#ticker_container > #controls a {
    margin-left: 7px;
}

#ticker_container a {
    text-decoration: none;
    color: #01b1c4;
}

#ticker_container a:hover {
    text-decoration: none;
    color: #a46414;
}





/***[min-block]***/

.min-block {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.05);
    margin: 0 0 15px;
    position: relative;
}

.min-block .hed-block {
    border-bottom: 1px solid #eee;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.07);
    color: #666;
    margin: 0;
    padding: 5px 0px;
    position: relative;
}

.min-block .hed-block span {
    /*background: rgba(0, 0, 0, 0) url("../img/hed_bg.png") repeat-x scroll center center;*/
    display: block;
    height: 30px;
    padding: 0;
    margin-left: 10px;
}

.min-block .hed-block h3 {
    background: #fff none repeat scroll 0 0;
    color: #666;
    display: inline-block;
    font-size: 15px;
    padding: 0 8px;
    position: relative;
    text-transform: uppercase;
    top: -14px;
}

.min-block .body-block {
    padding: 15px;
}



/***[footer]***/

.footer {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.05);
    margin: 0;
    padding: 15px;
}

.footer h4 {
    color: #666;
    border-bottom: 1px solid #666;
    padding-bottom: 10px;
}

.footer .mun-foot ul li a {
    line-height: 2.5;
    display: block;
    color: #01b1c4;
}

.footer .mun-foot ul li a:hover {
    display: block;
    color: #a46414;
    text-decoration: none;
}

.footer .mun-foot ul li a i {
    color: #a46414;
    padding-left: 5px;
}

.footer .forms .btn-default {
    background-color: #01b1c4;
    border-color: #01b1c4;
    color: #fff;
}

.footer .forms .btn-default:hover {
    background-color: #a46414;
    border-color: #a46414;
    color: #fff;
}

.footer .icons {
    margin-top: 10px;
}

.coperight {
    background: #2e2e2e;
    border-top: 5px solid #01b1c4;
}

.coperight p {
    color: #666;
    /***line-height: 3;***/
}

.coperight a {
    text-decoration: none;
    color: #fff;
}

.coperight a:hover {
    text-decoration: none;
    color: #666;
}

/***[upscroll]***/

.upscroll {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99999;
    opacity: 0.5;
    background: #01b1c4;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    -moz-transition: ease-in 0.3s;
    -webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

.upscroll i {
    line-height: 30px;
}
.upscroll:hover {
    background: #a46414;
    opacity: 1;
}


.linktable{
    color: #01b1c4;
}

.linktable:hover{
    color: #a46414;
    text-decoration: none;
}

/*************/


/* responsive */

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

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

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