@font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello/fontello.eot?31398427');
    src: url('../fonts/fontello/fontello.eot?31398427#iefix') format('embedded-opentype'),
        url('../fonts/fontello/fontello.woff?31398427') format('woff'),
        url('../fonts/fontello/fontello.ttf?31398427') format('truetype'),
        url('../fonts/fontello/fontello.svg?31398427#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
[class^="icon-"]{
    font-size: 20px;
}
.icon-rss:before { content: '\f143'; color: #017eb4; } /* '' */
.icon-youtube:before { content: '\f166';color: #da281e; } /* '' */
.icon-facebook:before { content: '\f230'; color: #4862a3;} /* '' */
.icon-twitter:before { content: '\f304'; color: #369deb;} /* '' */
.icon-linkedin:before { content: '\f30c'; color: #017eb4;} /* '' */
.icon-google:before { content: '\f0d4'; color: #da4735;} /* 'Ô' */
.icon-left-open:before { content: '\e800';font-size: 14px;float: right;margin-top: 8px; } /* '' */
.icon-quote-left:before { content: '\f10d'; } /* '' */
.icon-quote-right:before { content: '\f10e'; } /* '' */

.social-footer [class^="icon-"]::before{ color:#6c828c;}
body{
    font-family: 'Cairo', sans-serif;
    background-color: #fafafa;
    text-align: right;
}
a {
    color: #050505;
}
.h4, h4 {
    font-size: 1.4rem;
    font-weight: 700;
}
.pic_txt {
    background-color: #5d5d5d;
    color: #fff;
    line-height: 2rem;
    text-indent: 9px;
}
a:active,a:hover,a:focus {
    color: #de1621;
}
header {
    background-color: #fff;
}
.navbar-nav {
    padding: 0;
}
.navbar {
    padding: 0.5rem 0;
}
.nav-item {
    padding: 0 5px;
}
/*.navbar-nav .nav-link,.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.5rem 0.1rem;
}*/
.row.panel {
    border-bottom: 5px solid #dc0e1a;
    margin-bottom: 20px;
}
.top-social li {
    list-style: none;
    margin-top: 10px;
}
.blog-header{
    border-bottom: 10px solid #000;
}
.world-image {
    background-image: url('../images/header-bg.jpg?v=1');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.flex-center-bottom {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: end;
}
.news-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 35px;
}
.news-title1 {
    font-weight: 600;
    font-size: 15px;
    line-height: 26px;
    text-align: justify;
}
.uae-main-page p {
    font-size: 16px;
    line-height: 33px;
    text-align: justify;
}
h1 {
    font-weight: 600;
    font-size: 27px;
}
.title-squer {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #ce0000;
}
.carousel-multi-item .controls-top {
    position: absolute;
    top: 45%;
    width: 100%;
}
.carousel-multi-item .controls-top .prev {
    position: absolute;
    right: -40px;
    font-size: 60px;
}
.carousel-multi-item .controls-top .next {
    position: absolute;
    left: -40px;
    font-size: 60px;
}

/********************************* footer ************************/
.footer {
    background-color: #000000;
    color: #777777;
}
.footer-menu a {
    color: #777;
    font-weight: 600;
    font-size: 14px;
}

ul.footer-menu {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
.footer-menu li {
    list-style: none;
    line-height: 2.5;
}
.copright {
    font-weight: 600;
    font-size: 12px;
}

/********************************* end footer ************************/
.demo1 li {list-style: none;}
.col-md-2.panel-heading {
    max-width: 115px;
}
.col-md-1.panel-footer {
    max-width: 60px;
}
.panel-footer,.panel-heading,.panel-body {margin-top: 1.2rem;}
.panel-footer ul {padding: 0;}
.demo1 {padding: 0;margin: 0;}
.demo1 td {padding: 0;}
.impotrant-date {
    font-size: 12px;
}
.impotrant-category .category {
    padding: 0px 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
}
.card-title {
    font-size: 16px;
    text-align: justify;
    font-weight: bold;
    line-height: 1.5rem;
}
.row.mynav a {
    background-color: #de1521;
    border-radius: 5px;
    padding: 5px 0px;
    color: #fff;
    width: 90px;
    display: inline-block;
    text-align: center;
}
.sub_item img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: auto;
}
.sub_item p {
    line-height: 1.8;
    text-align: justify;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 10px;
}
.shortcut {
    background-color: #EEE;
    padding: 40px;
    margin: 15px 0;
}

.saker {
    position: relative;
}
blockquote.saker::before {
    top: -40px;
    right: -20px;
    content: "\f10e";
    font-family: "fontello";
    font-size: 2em;
    position: absolute;
}
blockquote.saker::after {
    bottom: -35px;
    left: -5px;
    content: "\f10d";
    font-family: "fontello";
    font-size: 2em;
    position: absolute;
}

