﻿body {
    font-family: "DroidArabicKufi";
    font-size: 14px;
    color: #4e4e4e;
    letter-spacing:normal;
}

.is-valid {
    text-align: right;
}

.logIn.list-unstyled.mb-0 a {
    margin-right: 10px;
    margin-left: -10px;
}

.text-left {
    text-align: right !important
}

.text-right {
    text-align: left !important
}

.logInBox {
    box-shadow: -4px 4px 2px rgba(0,0,0,0.15);
    border-top-left-radius: 10%;
    border-bottom-right-radius: 15%;
}

.ANWST #topnav .navigation-menu > li > a {
    letter-spacing: normal !important;
}

    .ANWST #topnav .logo {
    float: right;
}

.ANWST #topnav,
.ANWST h1, .ANWST h2, .ANWST h3, .ANWST h4, .ANWST h5, .ANWST h6,
.ANWST .h1, .ANWST .h2, .ANWST .h3, .ANWST .h4, .ANWST .h5, .ANWST .h6 {
    font-family: "DroidArabicKufi-Bold";
}

.ANWST .topBanner {
    left: 0;
}

#topnav .navigation-menu.nav-right {
    margin-left: 40px;
}

.ANWST .searchbox {
    left: -45px;
}

.poll table input {
    margin-left: 5px;
    margin-bottom: 15px;
}

.ANWST #footer-menu {
    text-align: left;
}

.Bulletin_Container {
    border-right: 1px solid #AB0000;
    margin-right: 60px;
}

.Bulletin_Box {
    margin-right: -11px;
}

.Bulletin_Content {
    margin-right: 40px;
}

.eventDate {
    margin-right: 30px;
}

.DirectorImg .dots {
    right: calc(100% - 125px);
}

.question {
    font-size: 16px;
}

.media-body ul li {
    margin: 5px 0;
}

.ANWST #topnav .navigation-menu > li > a {
    font-weight: normal;
}

.ANWST .section-2 span {
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 15px;
}

.ANWST h1 {
    padding: 30px 0 8px !important;
}

.ANWST h1, .ANWST .h1 {
    font-size: 30px !important;
}

    .ANWST h1::after {
        right: 15px;
    }

    .ANWST h1.pollTitle {
        margin-bottom: 30px;
    }

        .ANWST h1.pollTitle::after {
            right: 12px;
        }

.ANWST .searchIcon {
    left: 35px;
}

.globalSearch {
    left: 10px;
    top: 5px;
}

.lang .nav-item {
    font-family: "Poppins",sans-serif !important;
}

    .lang .nav-item a {
        background: url(../images/globe.png) no-repeat right center;
        padding-right: 20px !important;
    }

        .lang .nav-item a:hover {
            background: url(../images/globe.png) no-repeat right center !important;
        }

/*==== Responsive ====*/


/*Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {
    .ANWST #topnav .navbar-toggle .lines {
        margin: 70px 51px 28px;
    }

    .ANWST #topnav .menu-extras {
        float: left;
    }

    .globalSearch {
        left: 40px;
        top: 0;
    }

    .dropdown-menu.show {
        transform: translate(-40px, 17px) !important;
    }
}

@media (min-width: 576px) {
    .ANWST #topnav .navbar-toggle .lines {
        margin: 70px 51px 28px;
    }

    .ANWST #topnav .menu-extras {
        float: left;
    }

    .globalSearch {
        left: 40px;
        top: 0;
    }

    .dropdown-menu.show {
        transform: translate(-40px, 17px) !important;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .ANWST #topnav .navbar-toggle .lines {
        margin: 70px 51px 28px;
    }

    .ANWST #topnav .menu-extras {
        float: left;
    }

    .globalSearch {
        left: 40px;
        top: 0;
    }

    .dropdown-menu.show {
        transform: translate(-40px, 17px) !important;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .ANWST #topnav .navbar-toggle .lines {
        margin: 70px 51px 28px;
    }

    .ANWST #topnav .menu-extras {
        float: left;
    }

    .globalSearch {
        left: 0;
        top: 0;
    }
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .globalSearch {
        left: 0;
        top: 0px;
    }

    .dropdown-menu.show {
        transform: translate(-37px, 17px) !important;
    }
}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
    .globalSearch {
        left: 0;
        top: 0px;
    }

    .dropdown-menu.show {
        transform: translate(260px, 17px) !important;
    }
}
