@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,500);
* {
    padding: 0;
    margin: 0;
    font-family: 'Amiri', serif;
    outline: none;
}

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media (min-width:1600px) {
    body {
        font-size: 24px;
    }
}

#load {
    top:0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999999999999999999;
    background: url("../../images/ring.svg") no-repeat center center #000019
}

.nav-toggle,
.logo-phone {
    display: none
}

nav a {
    font-family: 'Amiri', serif;
    position: relative;
    outline: none;
    text-decoration: none;
}

nav a:hover,
nav a:focus {
    outline: none;
}


/* Effect 4: bottom border enlarge */

.cl-effect-4 a {
    padding: 0 0 10px;
}

.cl-effect-4 a::after {
    position: absolute;
    top: 80%;
    left: 0;
    width: 100%;
    height: .5px;
    background: #e74c3c;
    content: '';
    opacity: 0;
    -webkit-transition: all 0.5s, opacity 0.5s, -webkit-transform 0.5s;
    -moz-transition: all 0.5s, opacity 0.5s, -moz-transform 0.5s;
    transition: all 0.5s, opacity 0.5s, transform 0.5s;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    transform: translateY(-3px);
}

.cl-effect-4 a:hover::after,
.cl-effect-4 a:focus::after {
    height: 4px;
    opacity: 1;
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    transform: translateY(1px);
}

header .nav-container {
    top: 0;
    left: 0;
    display: block;
    position: fixed;
    background-color: #000019;
    color: whitesmoke;
    height: 160px;
    width: 100%;
    margin-top: 0;
    box-shadow: 1px 1px 7px rgba(5, 22, 51, 0.37);
    z-index: 99999999;
}

/* search */
.togglesearch {
    background: #E8E8E4;
    position: absolute;
    top: 22px;
    left: 4.7%;
    width: 600px;
    height: 30px;
    line-height: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-top: 4px solid #D80B15;
    display:  none;
}

.togglesearch:before {
    content: "";
    position: absolute;
    /* top: -32px; */
    left: -26px;
    bottom: -10px;
    transform: rotate(-90deg);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid transparent;
    border-bottom: 14px solid #D80B15;
}

.top {
    background-color: #e9e9e9;
    height: 100px;
    position: fixed;
    width: 100%;
    z-index: 44;
}

.logo {
    display: inline-block;
    width: 270px;
    height: 170px;
    margin-top: -35px;
    margin-left: 30px;

}

#logo-mouse {
    cursor: default;
}


.lan {
    display: block;
    font-size: 14px;
    text-align: center;
    padding: 2px 10px;
    font-family: 'Amiri', serif;
    text-decoration: none;

}



/* Add a black background color to the top navigation bar */

.topnav {
    background-color: #e9e9e9;
    color: #000019;
    left: 0;
    position: fixed;
    padding: 10px 10px;
    top: 12px;
}

/* Style the links inside the navigation bar */

.topnav a,
.topnav .fa {
    float: right;
    display: block;
    color: #000019;
    text-align: center;
    padding: 18px 16px;
    text-decoration: none;
    font-size: 14px;
}

.topnav .fa {
    float: right;
    display: block;
    color: #e74c3c;
    text-align: center;
    padding: 18px 10px;
    text-decoration: none;
    font-size: 16px;
}

/* Change the color of links on hover */

.topnav a:hover {
    background-color: #e74c3c;
    color: whitesmoke;
}

/* Style the "active" element to highlight the current page */

.topnav a.active {
    color: white;
}

/* Style the search box inside the navigation bar

.topnav input[type=text] {
    float: left;
    padding: 6px;
    background-color: whitesmoke;
    border: none;
    margin-top: 12px;
    margin-right: 16px;
    font-size: 14px;
}

/* When the screen is less than 600px wide, stack the links and the search field vertically instead of horizontally

@media screen and (max-width: 600px) {
    .topnav a,
    .topnav input[type=text] {
        float: none;
        display: block;
        text-align: right;
        width: 100%;
        margin: 0;
        padding: 14px;
    }
    .topnav input[type=text] {
        border: 1px solid #ccc;
    }
}*/

.main-menu {
    margin-top: 140px;
    list-style: none;
    margin-left: 25px;

}

.main-menu li {
    margin-top: -54px;
    display: block;
    position: relative;
    float: right;
    text-decoration: none;
    list-style: none;
    transition: all 0.5s, opacity 0.5s, transform 0.5s;

}

.main-menu li a {
    display: inline-block;
    padding: 30px 28px;
    text-decoration: none;
    text-align: justify;
    font-size: 17px;
    color: whitesmoke;

    letter-spacing: 1px;
    font-weight: bolder;
    transition: .2 linear all
}

.main-menu li:hover,
.main-menu li a:hover {
    background-color: #e9e9e9;
    color: #000019;
    z-index: 9999999999;
}



@media (max-width:1080px) {
    .main-menu li:nth-child(6) {
        display: none;
    }
    .logo {
        display: inline-block;
        width: 250px;
        height: 150px;
        margin-top: -35px;
        margin-left: 30px;
    }
}

@media (max-width:955px) {
    .main-menu li:nth-child(5) {
        display: none;
    }
}

body {
    background-color: #faf9f8
}

.cover {
    width: 200px;
    height: auto;
}

.all {
    margin: 150px auto 40px auto;
}

.publication-wrapper {
    max-width: 900px;
    margin: auto auto;
    display: flex;
    flex-direction: column;
    width: 1100px;
    justify-content: center;
    height: auto;
}

.last {
    justify-content: space-around
}

#ar1-lan {
    margin: 4px 25px;
    padding-top: 30px;
}

#ar-lan {
    margin: 4px 25px;
}

.publication {
    height: 420px;
    width: 700px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    position: relative;
    margin: 30px auto;
}

.publication a {
    text-decoration: none;
}

.publication h4 {
    font-size: 15.5px;
    margin: 7px;
    color: #F26F61;
    text-transform: capitalize
}

.publication span {
    font-size: 15px;
    position: absolute;
    text-decoration: none;
    color: #000019;
    text-transform: capitalize;
    padding: 8px;
    bottom: 5px;
}
#small{
      height: 245px;
}
.footer-part1 {
    background-color: #000019;
    display: flex;
    justify-content: center;
    height: 240px;
}

.footer-part1 > div {
    margin: 20px 50px;
}

.mag-img {
    width: 240px;
    display: block;
    margin: auto auto;
    border-radius: 20px;
    background-color: #e9e9e9;
    margin-top: 20px;
}

#mag-arabic {
    text-align: center;
    display: block;
    margin: auto auto;
    font-size: 14px;
    color: #e74c3c;
    margin-top: -9px;
}

.footer-part1 p {
    display: block;
    color: #e9e9e9;
    font-size: 22px;
    padding: 10px;
    text-align: center
}

footer .fab {
    border: 2px solid rgba(250, 248, 238, 0.95);
    color: #e9e9e9;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 24px;
    padding: 11px;
    margin: 7px;
    border-radius: 50%;
    transition: all ease-in-out .4s
}

footer .fab-facebook:hover {
    border: 2px solid #4e69a2;
    background-color: #4e69a2;
}

footer .fab-twitter:hover {
    border: 2px solid #1da1f2;
    background-color: #1da1f2;
}

footer .fab-linkedin:hover {
    border: 2px solid #0077b5;
    background-color: #0077b5;
}

footer .fab-google-plus:hover {
    border: 2px solid #d73d32;
    background-color: #d73d32;
}

footer .fab-skype:hover {
    border: 2px solid #00a7e5;
    background-color: #00a7e5;
}

footer .fab-youtube:hover {
    border: 2px solid #d52423;
    background-color: #d52423;
}

.footer-part2 {
    width: 100%;
    height: 50px;
    background-color: #e9e9e9;
}

.footer-part2 h5 {
    height: 60px;
    display: block;
    text-align: center;
    font-weight: 500;
    margin: 0px auto;
    padding: 15px 0 0 0;
    font-size: 16px;
    color: rgba(0, 0, 25, 0.97)
}

.company {
    border-top: .5px solid #000015;
    width: 100%;
    background-color: #000019;
}

.company span {
    display: block;
    text-align: center;
    margin: 0px auto;
    padding: 7px;
    font-size: 18px;
    color: #e9e9e9;
    ;
}
