@charset "utf-8";

/* =========================
   Fonts
========================= */
@import url("http://fonts.googleapis.com/earlyaccess/thabit.css");
@import url("https://fonts.googleapis.com/css?family=Tajawal:200,300,400,500,700,800,900&subset=arabic");

/* =========================
   Reset & Base
========================= */
* {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-font-smoothing: antialiased;
}

body {
    background-color: #EFF3F9;
    font-family: 'Thabit', serif;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.1;
    font-weight: 600;
    text-align: right;
    font-family: 'Tajawal', sans-serif;
}

a,
a:hover,
a:focus {
    transition-duration: 500ms;
    text-decoration: none;
    outline: 0 solid transparent;
    color: #656565;
    font-weight: 500;
    font-size: 16px;
}

ul,
ol {
    margin: 0;
}

ul li,
ol li {
    list-style: none;
}

img {
    height: auto;
    max-width: 100%;
}

/* =========================
   Header Area
========================= */
.header-area {
    position: relative;
    z-index: 500;
    direction: rtl;
    width: 100%;
}

/* Top Header */
.header-area .top-header-area,
.header-area .top-header-area2 {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 55px;
}

/* Responsive Heights */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .top-header-area,
    .header-area .top-header-area2 {
        height: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .top-header-area,
    .header-area .top-header-area2 {
        height: 80px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area .top-header-area,
    .header-area .top-header-area2 {
        height: 75px;
    }
}

/* Social */
.header-area .top-header-area .top-social-info a {
    color: #ffffff;
    font-size: 14px;
    padding: 0 13px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area .top-header-area .top-social-info a {
        padding: 0 10px;
    }
}

/* =========================
   Search Box
========================= */
.sb-search {
    position: relative;
    width: 0%;
    min-width: 36px;
    height: 36px;
    float: right;
    overflow: hidden;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}

.sb-search-input {
    position: absolute;
    right: 0;
    border: none;
    outline: none;
    background: #FFFFFF;
    width: 50%;
    height: 36px;
    margin: 0;
    z-index: 10;
    padding: 2px 41px 2px 10px;
    font-size: 14px;
    color: #495057;
}

/* Placeholder */
.sb-search-input::placeholder {
    color: #142034;
    font-size: 14px;
}

/* Search Icon & Submit */
.sb-icon-search,
.sb-search-submit {
    width: 36px;
    height: 36px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
}

.sb-search-submit {
    background: #fff;
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}

.sb-icon-search {
    background: #142034;
    color: #fff;
    z-index: 90;
    font-size: 14px;
    font-family: 'FontAwesome';
    border-radius: 2px;
}

.sb-icon-search:before {
    content: "\f002";
}

/* Open State */
.sb-search.sb-search-open,
.no-js .sb-search {
    width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    background: #2b373a;
    color: #fff;
    z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
    z-index: 90;
}

.clear {
    clear: both;
    height: 1px;
}

/* =========================
   Navbar
========================= */
header {
    position: relative;
    width: 100%;
    z-index: 5;
    box-shadow: 0 5px 80px -10px rgba(0, 0, 0, 0.5);
}

header .navbar {
    padding-top: 0;
    padding-bottom: 0;
    background: #2b373a;
}

header .navbar-brand {
    letter-spacing: .2em;
    font-weight: 400;
    color: #2b373a !important;
}

header .navbar-collapse {
    position: relative;
    padding-right: 187px;
}

header .navbar .navbar-nav.absolute-right {
    position: absolute;
    right: 0;
}

header .navbar .nav-link {
    padding: 5px;
    font-size: 13px;
    color: #FFFFFF !important;
    font-family: 'Tajawal', sans-serif;
}

/* Hover Line Effect */
.line::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #17a2b8;
    transition: width .3s;
}

.line:hover::after {
    width: 100%;
}

.nav-link:hover {
    color: #FFFFFF;
}

/* =========================
   Responsive Navbar
========================= */
@media (max-width: 991.98px) {
    header .navbar {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    header .navbar .navbar-nav.absolute-right {
        position: relative;
        right: inherit;
    }

    header .navbar .nav-link {
        padding: .5rem .5rem;
        text-align: right;
    }

    header .navbar-collapse {
        padding-right: 0;
    }
}


/* =========================
   Footer Area
========================= */
.footer-area {
    position: relative;
    z-index: 1;
    background-color: #2b373a;
    padding-top: 50px;
}

/* =========================
   Footer Widget
========================= */
.footer-area .footer-widget {
    position: relative;
    z-index: 1;
    font-family: 'Tajawal', sans-serif;
}

.footer-area .footer-widget .widget-title {
    font-size: 18px;
    font-weight: 700;
    display: block;
    margin: 20px 0 40px;
    color: #FFFFFF;
    text-align: right;
}

.footer-area .footer-widget p {
    text-align: justify;
    color: #FFFFFF;
}

/* =========================
   Contact Address
========================= */
.footer-area .footer-widget .contact-address {
    position: relative;
    z-index: 1;
}

.footer-area .footer-widget .contact-address p {
    margin-bottom: 0;
}

/* =========================
   Newsletter Area
========================= */
.footer-area .footer-widget .footer-nl-area {
    position: relative;
    z-index: 1;
    margin-top: 30px;
}

.footer-area .footer-widget .footer-nl-area form {
    position: relative;
    z-index: 1;
}

.footer-area .footer-widget .footer-nl-area form input {
    width: 100%;
    height: 40px;
    background-color: #303334;
    border-radius: 0;
    padding: 0 50px;
    border: none;
}

.footer-area .footer-widget .footer-nl-area form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: #656565;
    color: #ffffff;
    border: none;
    cursor: pointer;
    z-index: 10;
    transition-duration: 500ms;
}

.footer-area .footer-widget .footer-nl-area form button:hover,
.footer-area .footer-widget .footer-nl-area form button:focus {
    background-color: #495057;
    color: #ffffff;
}

/* =========================
   Links
========================= */
.footer-area .footer-widget ul li:before {
    margin-right: 5px;
    font-size: 14px;
    top: -1px;
    position: relative;
    color: #ffffff;
}

.footer-area .footer-widget a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    text-align: justify;
}

.footer-area .footer-widget a:hover {
    color: #17a2b8;
}

/* =========================
   Social Icons
========================= */
.footer-area .footer-widget .footer-social-area {
    position: relative;
    z-index: 1;
    margin-top: 30px;
}

.footer-area .footer-widget .footer-social-area a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #17a2b8;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    font-size: 16px;
    margin-right: 5px;
}

.footer-area .footer-widget .footer-social-area a:last-child {
    margin-right: 0;
}

/* Social Colors */
.footer-area .footer-widget .footer-social-area a.facebook { background-color: #597dca; }
.footer-area .footer-widget .footer-social-area a.twitter { background-color: #1da1f2; }
.footer-area .footer-widget .footer-social-area a.google-plus { background-color: #db4437; }
.footer-area .footer-widget .footer-social-area a.instagram { background-color: #a67c52; }
.footer-area .footer-widget .footer-social-area a.linkedin { background-color: #3b5998; }

.footer-area .footer-widget .footer-social-area a:hover,
.footer-area .footer-widget .footer-social-area a:focus {
    background-color: #17a2b8;
}

/* =========================
   Copywrite Area
========================= */
.footer-area .copywrite-area {
    position: relative;
    z-index: 1;
    margin-top: 30px;
    padding: 0;
    text-align: center;
    background-color: #17a2b8;
}

.footer-area .copywrite-area .copywrite-text {
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
    font-weight: 400;
    color: #FFFFFF;
}

/* Responsive Copywrite */
@media only screen and (max-width: 991px) {
    .footer-area .copywrite-area .copywrite-text {
        font-size: 12px;
    }
}

/* =========================
   Footer Contact Icons
========================= */
.footer-contact li {
    text-align: right;
    color: #fff;
    font-size: 13px;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 35px;
    line-height: 25px;
}

/* Contact Icons */
.footer-contact li:nth-child(1) {
    background-image: url("../img/loca.png");
}

.footer-contact li:nth-child(2) {
    background-image: url("../img/smart.png");
}

.footer-contact li:nth-child(4) {
    background-image: url("../img/contact.png");
}

.footer-contact li:nth-child(6) {
    background-image: url("../img/clock.png");
}

