@charset "UTF-8";

/*
Theme Name: jant-mamlka
Author: Mahmoud Samir
Version: 3.0
*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    background: #fff;
    color: #333;
  font-family: 'Almarai', sans-serif !important;
    font-size: 18px;
    line-height: 2
}

::selection {
    color: #fff;
    background: #0274be;
}

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
address,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

a {
    color: #0077c8;
    text-decoration: none
}

a:hover,
a:focus {
    color: #00497c;
}

a:hover {
    outline: 0;
}

a:focus {
    outline: thin dotted;
}

button {
    background: transparent;
    border: 0;
    cursor: pointer;
}


/* Accessibility */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}


/* grid */

.container {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 700px;
}

.container:before,
.clear:before,
.clear:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.container:after {
    clear: both;
    content: "";
    display: block;
}

.clear:after,
.comment-list .comment:after {
    clear: both;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 35px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 35px;
    clear: right;
}

.aligncenter {
    clear: both;
    text-align: center;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pt-30 {
    padding-top: 30px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-25 {
    margin-bottom: 25px;
}

.main-navigation ul,
.unstyled {
    list-style: none;
}

.txtcenter {
    text-align: center;
}

.txtright {
    text-align: right;
}

.unstyled {
    list-style: none;
}

.list-inline li {
    display: inline-block
}

.sub-title,
.menu-items a,
.btn {
  font-family: 'Almarai', sans-serif !important;
    font-weight: 700;
}

.border {
    border: 1px solid #c8d7e1;
    overflow: hidden;
}

.shadow {
    -moz-box-shadow: 0 2px 8px 0 rgba(50, 50, 50, .08);
    -webkit-box-shadow: 0 2px 8px 0 rgb(50 50 50 / 8%);
    box-shadow: 0 2px 8px 0 rgb(50 50 50 / 8%);
}

.pad-16 {
    padding: 16px;
}

.bg-white {
    background: #fff;
}


/* Header */

.site-header {
    box-shadow: 0 0 10px 0 #2a2727;
    position: relative;
}

.site-header.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
}

.social-follow {
    z-index: 99;
    position: relative;
}

.site-header .container {
    padding: 0;
}

.topbar-wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

.logo-link {
    display: block;
    height: 100%;
}

.search-toggle .close,
.search-toggle,
.close-menu,
.scrollUp,
.sub-menu {
    display: none;
}

.nav-bar.open {
    width: 100%;
}

.close-menu {
    position: absolute;
    top: 4px;
    left: 11px;
    font-size: 36px;
    z-index: 9999;
    border: 1px solid #2c2c2c;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 37px;
    background: #fff;
}

.search-toggle,
.menu-toggle {
    padding: 5px;
    box-shadow: 0 0 0 1px rgb(255 255 255 / 81%);
    position: relative;
    z-index: 9999;
}

.search-wrap {
    display: flex;
    justify-content: center;
}

.search-form {
    box-shadow: 0 0 5px 0 rgb(60 64 67 / 16%);
    display: flex;
    flex-direction: row;
    border-radius: 4px;
    width: 80%;
    background-color: #fff;
}

.search-input {
    padding: 11px;
    -webkit-appearance: textfield;
    background: transparent;
    flex-grow: 2;
    border: none;
}

.search-submit {
    padding: 0 10px;
    color: #fff;
    border-radius: 4px 0 0 4px;
    font-weight: 900;
    font-size: 16px;
}

.menu-items {
    padding: 40px;
}

.menu-items li {
    position: relative;
}

.menu-itemsli {
    padding: 0 15px;
}

.menu-items a {
    color: #fff;
    display: block;
    font-weight: 600;
    white-space: nowrap;
    padding: 5px 20px;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.menu-items>li:hover>a {
    border-radius: 30px;
}

.menu-items .sub-menu li:hover>a {
    color: #fff;
}

.menu-items .sub-menu {
    padding-right: 20px;
    padding-left: 1rem;
}

.icon-angle-down {
    border: solid #9aa0a6;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition-duration: 0.8s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.dropdown-toggle {
    background: 0 0;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    left: 0;
    padding: 13px 16px;
    position: absolute;
    top: 0;
}

.close-menu.toggled-on,
.sub-menu.toggled-on {
    display: block;
}

.dropdown-toggle.toggled-on .icon-angle-down {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg)
}

input[type="search"]:focus {
    outline: none;
}

.entry-meta,
.subtitle {
    position: relative;
    border-bottom: 1px solid #e4ebf2;
}

.site-footer {
    position: relative;
}

.site-footer,
.site-footer .container a {
    color: #fff;
}

.site-footer .sub-title {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 26px;
}

.site-footer a:hover {
    text-decoration: underline;
}

.footer-widgets {
    display: flex;
    padding: 45px 0;
    justify-content: space-between;
    flex-wrap: wrap;
}

.site-footer .block {
    list-style: square;
    width: 100%;
    margin-bottom: 37px;
}

.site-footer .block ul {
    list-style: none;
}

.footer-widgets .subtitle {
    color: #fff;
    border-bottom: 0;
}

.footer-widgets .subtitle:before {
    content: none
}

.footer-widgets .widg li {
    margin-bottom: 5px;
    padding-right: 10px;
}

.contact-block {
    width: 100%;
    text-align: right;
    margin-bottom: 28px;
}

.social-follow li a {
    display: block;
    text-align: center;
    background-color: transparent;
    width: 30px;
    height: 30px;
    line-height: 35px;
    margin: 5px;
    box-shadow: 0 0 0 1px rgb(255 255 255 / 47%);
}

.site-footer .follow-us {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.footer-contact {
    box-shadow: 0 19px 40px rgb(0 0 0 / 29%);
    padding: 23px 0;
    overflow: hidden;
}

.footer-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
}

.app {
    display: flex;
    align-content: center;
    align-items: center;
}

.app strong {
    margin-left: 15px;
}

.app a {
    display: inline-flex;
    margin-left: 15px;
}

.widgets-div .icon-div {
    display: inline-block;
    margin-left: 15px;
}

.widgets-div .text-div {
    display: inline-block;
    margin-left: 10px;
    line-height: 2;
    text-align: right;
}

.widgets-div .text-div .bold {
    color: #fbce05;
}

.widgets-div .text-div span+span {
    color: #fff;
}

.site-copyright {
    padding: 10px 0;
    line-height: 40px;
    font-weight: 900;
    color: #fff;
}

.scrollUp {
    position: fixed;
    bottom: 5em;
    left: 2em;
    color: #fff;
    padding: 7px 13px;
    border-radius: 5px;
    z-index: 9999;
}

.scrollUp.toggled-on {
    display: block;
}

@media only screen and (max-width: 982px) {
    .site-branding {
        width: 75%;
        text-align: right;
    }
    .nav-bar {
        background-color: #fff;
        box-shadow: 0 0 9px 1px rgb(100 100 100 / 30%);
        position: fixed;
        z-index: 9999;
        height: 100%;
        top: 0;
        right: 0;
        overflow-x: hidden;
        padding-top: 60px;
        width: 0;
        transition: 0.5s;
    }
    .app {
        margin-bottom: 30px;
    }
    .footer-flex {
        justify-content: center;
    }
}

@media only screen and (min-width: 982px) {
    .container {
        max-width: 1200px;
    }
    .logo-link img {
        width: 100%;
        vertical-align: middle;
    }
    .search-toggle.open .close,
    .search-toggle {
        display: block;
    }
    .search-wrap.open {
        background-color: #44415c;
        display: block;
        position: absolute;
        left: 15%;
        top: 69px;
        z-index: 9999;
        padding: 15px;
        width: 25%;
        border: 5px solid #44415c;
        box-shadow: 0 0 8px rgb(0 0 0 / 20%);
        border-right-color: #fe6131;
        border-bottom-color: #fe6131;
    }
    .search-form {
        width: 100%;
    }
    .search-toggle.open .search,
    .search-wrap,
    .dropdown-toggle,
    .menu-toggle {
        display: none;
    }
    .menu-items {
        display: flex;
        padding: 0;
        flex-wrap: wrap;
    }
    .menu-items li.has-child>a:after {
        content: " ";
        display: inline-block;
        position: relative;
        top: -3px;
        right: 7px;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #fff;
    }
    .menu-items .sub-menu {
        background-color: #44415c;
        position: absolute;
        top: 100%;
        right: 0;
        min-width: 180px;
        padding: 0;
        border-radius: 2px;
        box-shadow: 2px 0px 5px 0px rgb(60 64 67 / 16%);
        z-index: 9999;
    }
    .menu-items .sub-menu .has-child .sub-menu {
        right: 100%;
        top: 0;
    }
    .menu-items .sub-menu .has-child>a:after {
        position: absolute;
        top: 43%;
        left: 1em;
        right: auto;
        transform: rotate( 90deg);
    }
    .menu-items .has-child:hover>.sub-menu {
        display: block;
    }
    .mobile-bar {
        box-shadow: none;
        padding: 0
    }
    .menu-items a {
        border: 0;
    }
    .content-right {
        width: 70%;
        float: right;
    }
    .side-left {
        width: 27%;
        float: left;
        position: relative;
    }
    .site-footer .block {
        width: 20%;
    }
    .site-footer .logo-link {
        height: auto;
    }
    .contact-block {
        width: 30%;
        text-align: center;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1480px) {
    .container {
        max-width: 1350px;
    }
}