@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,500);
#load {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 9999999999999999;
    background: url("../images/ring.svg") no-repeat center center #000019
}

* {
    padding: 0;
    margin: 0;
    font-family: 'Amiri', sans-serif;
    outline: none;
}

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.outer-wrapper {
    overflow: hidden;
}

.fa-bars {
    font-size: 30px;
    color: #000019;
    display: block;
    top: 10px;
    right: 7px;
    position: fixed
}

.nav-container {
    position: fixed;
    top: 0;
    background-color: rgba(250, 248, 238, 0.95);
    height: 60px;
    width: 100%;
    box-shadow: 1px 1px 7px rgba(5, 22, 51, 0.37);
    z-index: 22;
}

.logo {
    display: none;
}

.logo-phone {
    display: block;
    margin: 2px auto;
    width: 60px
}

.lan {
    font-family: 'Amiri', serif;
    top: 10px;
    left: 7px;
    padding: 4px 6px;
    position: fixed;
    font-size: 14px;
    text-decoration: none;
}

.lan:hover {
    text-decoration: none;
}

.topnav a,
.topnav .fa {
    float: right;
    display: block;
    color: #000019;
    text-align: center;
    padding: 10px 5px 10px 5px;
    text-decoration: none;
    font-size: 14px;
}

.topnav .fa {
    float: right;
    display: block;
    padding: 10px 10px;
    color: #e74c3c;
    text-align: center;
    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;
}

/* search */
.togglesearch {
    background: #E8E8E4;
    position: absolute;
    top: 4px;
    left: 10.7%;
    width: 60%;
    height: 30px;
    line-height: 10px;
    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;
}

.main-menu {
    display: block;
    transform: translateX(100%);
    background-color: #000019;
    position: fixed;
    width: 100%;
    height: 100%;
    transition: transform 0.6s ease;
}

.open {
    transform: translateX(0)
}

.main-menu ul {
    list-style: none;
}

.main-menu ul li {
    list-style: none;
    overflow: hidden
}

.main-menu ul li a {
    display: block;
    font-size: 24px;
    padding: 26px 20px;
    text-align: center;
    text-decoration: none;
    color: rgba(250, 248, 238, 0.95);
    font-weight: 400;
}

.main-menu .nav-toggle {
    position: absolute;
    top: 0.1%;
    right: 2%;
    font-size: 30px;
    color: whitesmoke;
}

.a-wrapper {
    margin: 80px auto 30px auto;
    max-width: 90%;
}

body {
    background-color: #faf9f8
}

.cover {
    width: 200px;
    height: auto;
}

.all {
    margin: 80px auto 30px auto;
}

.publication-wrapper {
    margin: auto auto;
    max-width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.publication {
    width: 200px;
    height: 430px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    position: relative;
    margin-top: 20px;
}

.publication a {
    text-decoration: none;
}

.publication h4 {
    font-size: 14px;
    margin: 6px;
    color: #F26F61;
    text-transform: capitalize
}

.publication span {
    font-size: 12px;
    position: absolute;
    text-decoration: none;
    color: #000019;
    text-transform: capitalize;
    padding: 8px;
    bottom: 5px;
}
#small{
      height: 245px;
}

#ar-lan {
    margin: 24px 14px;
}

footer {
    bottom: 0;
}

.footer-part1 {
    background-color: #000019;
    display: flex;
    justify-content: center;
}

.footer-part1>div {
    margin: 20px 40px;
}

.mag-img {
    width: 125px;
    height: 70px;
    margin-top: 2px;
    border-radius: 20px;
    background-color: rgba(250, 248, 238, 1);
}

.footer-part1 p {
    display: block;
    color: rgba(250, 248, 238, 0.95);
    font-size: 16px;
    padding: 10px;
    text-align: center
}

footer .fab {
    border: 1.5px solid rgba(250, 248, 238, 0.95);
    color: rgba(250, 248, 238, 0.95);
    text-align: center;
    font-size: 15px;
    width: 33px;
    height: 33px;
    padding: 8px;
    margin: 3px;
    border-radius: 50%;
    transition: all ease-in-out .4s;
    align-content: center;
}

@media (max-width: 450px) {
    .footer-part1>div {
        margin: 20px 10px;
    }
}

@media (max-width: 344px) {
    footer {
        display: flex;
        flex-direction: column;
    }
}

.footer-part2 h5 {
    background-color: rgba(250, 248, 238, 0.95);
    color: #000019;
    font-size: 12px;
    text-align: center;
    padding: 4px;
    font-weight: 200
}

.company {
    background-color: #000019;
    color: rgba(250, 248, 238, 0.95);
    font-size: 12px;
    width: 100%;
    text-align: center;
    padding: 10px;
}
