/*
Theme Name: MBI
Author: Y2Ad
Author URI: http://www.y2ad.com
Theme URI: http://www.y2ad.com
Description: Mansour Bank
License URI: license.txt
Text Domain: MBI
Domain Path: /languages/
Tags: custom-background, two-columns, three-columns, four-columns, right-sidebar, grid-layout, custom-menu, sticky-post, theme-options, threaded-comments, translation-ready, featured-images, photography, blog, e-commerce


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

MBI is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@200;300;700&display=swap');
@font-face {
    font-family: "myriad-regular";
    src: url("assets/fonts/MYRIADPRO-REGULAR.woff");
}

@font-face {
    font-family: "myriad-simibold";
    src: url("assets/fonts/MYRIADPRO-SEMIBOLD.woff");
}

@font-face {
    font-family: "myriad-light";
    src: url("assets/fonts/MyriadPro-Light.woff");
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-family: myriad-regular;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    overflow-x: clip !important;
    font-size: 62.5%;
    /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll;
    /* Keeps page centered in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%;
    /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%;
    /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after {
    /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
    -webkit-box-sizing: border-box;
    /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
    -moz-box-sizing: border-box;
    /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
    box-sizing: border-box;
}

body {
    background: #fff;
    min-width: 1200px;
    overflow: hidden !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

table {
    /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

a img {
    border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

b,
strong {
    font-weight: bold;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

th {
    font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/

button,
input,
select,
textarea {
    font-size: 100%;
    /* Corrects font size not being inherited in all browsers */
    margin: 0;
    /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline;
    /* Improves appearance and consistency in all browsers */
    *vertical-align: middle;
    /* Improves appearance and consistency in IE6/IE7 */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid #ccc;
    border-color: #ccc #ccc #bbb #ccc;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, .8);
    cursor: pointer;
    /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button;
    /* Corrects inability to style clickable 'input' types in iOS */
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa #bbb;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance: textfield;
    /* Addresses appearance set to searchfield in S5, Chrome */
    -webkit-box-sizing: content-box;
    /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px;
}

textarea {
    overflow: auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
    width: 98%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/

a {
    color: royalblue;
}

a:visited {
    color: purple;
}

a:hover,
a:focus,
a:active {
    color: midnightblue;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    left: 0;
    position: absolute;
    top: 1.5em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: 100%;
    top: 0;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul ul li {}

.main-navigation li:hover>a {}

.main-navigation ul ul :hover>a {}

.main-navigation ul ul a:hover {}

.main-navigation ul li:hover>ul {
    display: block;
}

.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {}

/* Small menu */

.menu-toggle {
    cursor: pointer;
    display: none;
}

@media screen and (max-width: 600px) {
    .menu-toggle,
    .main-navigation.toggled .nav-menu {
        display: block;
    }
    .main-navigation ul {
        display: none;
    }
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1em;
    margin-top: 0.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-bottom: 1em;
    margin-top: 0.5em;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 1.5em auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: '';
    display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */

.widget select {
    max-width: 100%;
}

/* Search widget */

.widget_search .search-submit {
    display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/

.sticky {}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {}

p.form-allowed-tags,
.form-allowed-tags {
    display: none;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .paging-navigation,
/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}

.wp-caption-text {
    text-align: center;
    font-size: 12px;
    padding: 5px;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin-bottom: 25px;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object {
    max-width: 100%;
}

/* WC3 Fixes */

.woocommerce ul.products li.product h2 {
    padding: 10px;
    margin: 0;
    font-size: 16px;
    color: #666666;
    font-weight: bold;
    text-align: center;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    display: inline-block;
    width: 25%;
    padding-right: 15px;
    padding-bottom: 10px;
    margin-top: 5px;
}

/* MHD JBR EDITS DESKTOP */

img.cpystamp {
    height: 32px;
    bottom: 18%;
    left: 3%;
    position: absolute;
    background-color: rgb(255 255 255 / 60%);
    border-radius: 10px;
}

.home img.cpystamp {
    /* bottom: inherit; */
    /* top: 60vw; */
    display: none;
}

#check {
    display: none;
}

.mbi-head {
    margin: 0 !important;
    padding: 0 !important;
    z-index: 999;
}

.mbi-top-bar {
    height: 3.6em;
    margin: 0 !important;
    padding: 0 !important;
}

div#top-bar {
    border: hidden;
    margin: 0;
    background: none;
}

.mbi-menu-bar {
    background-color: rgb(255 255 255 / 85%);
    height: 10em;
}

.mbi-menu-bar-content {
    margin: 0 !important;
    padding: 0 !important;
}

.mbi-top-bar {
    height: 3.6em;
    margin: 0 !important;
    padding: 0 !important;
    background-color: #042453;
}

.mbi-logo img {
    width: 88%;
    margin-top: 2em;
    margin-left: 8%;
}

#content {
    padding-top: 0;
    margin-top: 0;
    width: 100%;
}

ul#menu-main-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 0em;
}

ul#menu-main-menu li {
    float: left;
    width: 16%;
    text-align: center !important;
    position: relative;
    padding-bottom: 5%;
    border-right: solid 0px transparent;
}

ul.sub-menu li:hover {
    border-left: solid 10px #3980c0;
    transition: all 0.5s;
    box-sizing: border-box;
    border-block-width: 0px;
    border-right: solid 10px transparent !important;
}

.menu-image-title {
    top: -2vh !important;
    position: relative !important;
    left: -0.3em !important;
    padding: 0 !important;
    margin: 0 !important;
    font-family: myriad-simibold !important;
    color: #565656;
    width: 75%;
    display: inline-block;
    font-size: 110%;
    line-height: 1;
}

#content {
    background: none !important;
}

div#sections {
    position: relative;
    float: left;
    width: 100vw;
    height: 50vh;
    margin-top: -20vh;
}

.inn-services {
    height: 60vh;
    overflow: hidden;
    margin-top: 1%;
}

.inn-services-title {
    position: absolute;
    bottom: 7%;
    font-size: 1.3em;
    font-weight: 800;
    color: white;
    left: 4%;
    letter-spacing: 1px;
    z-index: 9;
    width: 60%;
}

.single-managers .inn-services-title {
    position: absolute;
    top: 65%;
    font-size: 1em !important;
    color: white;
    font-weight: 500;
    left: 4%;
    letter-spacing: 1px;
    text-align: left;
    z-index: 9;
    width: 100%;
}

.single-managers .inn-services-title2 {
    position: absolute;
    top: 75%;
    z-index: 8;
    color: #ffffff;
    font-size: 0.6em;
}

.inn-services-bg {
    width: 98%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 7px;
    background-size: cover;
    background-position: bottom;
}

.inn-services-shadow {
    width: 98%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 7px;
    background-image: url(assets/images/shadow.png);
    background-size: cover;
    background-position: 0px;
    background-repeat: no-repeat;
    transition: all 0.5s;
    z-index: 8;
}

.inn-services:hover .inn-services-shadow {
    background-position: -200px;
}

.services-title {
    font-family: 'myriad-light';
    font-size: 1.8em;
    color: #042553;
    margin-bottom: 2%;
    margin-top: -1%;
    text-align: center;
}

.section {
    display: block !important;
    width: 100vw !important;
    float: left;
    margin-top: 5vh;
    position: relative;
}

#content {
    padding: 0 !important;
    margin: 0 !important;
}

div#services {
    margin-top: -15vh;
}

.rtl label {
    direction: ltr;
    left: 0%;
}

#mobileapp {
    background-image: url(http://mbi.iq/wp-content/uploads/2021/10/69.jpg);
    height: 65em;
    background-position: center center;
    background-size: cover;
}

.appcap {
    position: absolute;
    left: 17%;
    text-transform: uppercase;
    font-size: 280%;
    font-family: 'myriad-light';
    top: 54%;
    width: 31%;
    text-align: center;
    color: white;
}

img.applogo {
    position: absolute;
    left: 26%;
    top: 20%;
    width: 11%;
}

.getapp {
    margin-top: 15%;
}

.appcap h3 {
    font-size: 60%;
    margin-top: 1%;
    font-weight: 800;
}

.bigicons-container {
    height: 23vh;
    margin-top: 6%;
}

.bigico {
    text-align: center;
    transition: all 0.5s;
}

.bigico:hover {
    transform: scale(1.2);
}

.bigico span {
    display: block;
    text-align: center;
    font-size: 1.3em;
    font-family: 'myriad-simibold';
    color: #002759;
}

.footer-column {
    display: table-cell;
    flex-direction: row;
    vertical-align: top;
    width: auto;
}

footer#colophon .container {
    display: table;
    padding: 0;
}

#colophon {
    text-align: center;
    padding: 15px;
    background: #00295b !important;
    padding-bottom: 4px;
    color: #777;
    padding-bottom: 3% !important;
}

.footer-column h2 {
    font-family: 'myriad-simibold';
    text-transform: uppercase;
    font-size: 90%;
    text-align: left;
    display: block;
    height: 2vh;
    width: 100%;
    color: white;
}

.footer-column ul {
    list-style: none;
    margin: 0;
    width: 100%;
    margin-right: 10% !important;
}

.footer-column li {
    color: white;
    text-align: left;
    text-transform: uppercase;
}

.site-footer ul#menu-main-menu-1 {
    list-style: none;
    margin: 0;
    text-align: left;
    display: table;
    width: 100%;
}

.site-footer a.menu-image-title-after.menu-image-not-hovered {
    background-color: transparent;
    display: block;
    margin: 0;
    text-indent: 0;
    /* border-top: solid; */
    line-height: 1;
    padding: 0;
}

.site-footer .menu-item-has-children {
    display: table-cell;
    padding: 0;
    margin: 0;
}

img.getappimg {
    width: 40%;
}

.site-footer .menu-item-has-children img {
    display: none;
}

.site-footer .menu-image-title {
    color: white;
    margin-top: 40px !important;
    font-family: 'myriad-simibold' !important;
}

.rtl .site-footer .menu-image-title {
    color: white;
    margin-top: 40px !important;
    font-family: 'myriad-simibold' !important;
    margin-right: -10px !important;
}

.col-md-12.bigicons-container {
    width: 100vw !important;
}

.site-footer ul.sub-menu {
    display: block;
    width: 100%;
    position: relative;
    height: auto !important;
    top: 0;
    left: 0;
    background: transparent;
    margin: -5px !important;
}

.site-footer ul.sub-menu li {
    /* display: inline-block; */
    padding: 0%;
    width: 100% !important;
    padding: 0% !important;
    background-color: transparent !important;
    display: table;
}

.site-footer ul.sub-menu a {
    color: white !important;
    text-align: left;
}

.site-footer ul.sub-menu li:hover {
    border: none !important;
}

.services-sections iframe {
    width: 44% !important;
    height: 50vh;
    display: inline-block;
    float: left;
}

.copyrights {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    background-color: #001c41;
    height: 5vh;
    line-height: 410%;
    color: white;
    text-transform: uppercase;
    font-family: 'myriad-light';
    letter-spacing: 2px;
    font-size: 80%;
}

#jumbosearch {
    background: linear-gradient(310deg, #042453, #4c7fc1) !important;
    opacity: 0.97;
}

#jumbosearch .form input[type=search] {
    border-bottom: solid 1px #ffffff;
    color: white;
}

.soc-icons {
    display: inline-block;
    margin-top: 1em;
    margin-right: 2em;
}

.sjb-container {
    width: 100% !important;
    padding: 0 !important;
}

.sjb-page {
    width: 64%;
    clear: both;
    margin: auto;
}

.lang-switch-mj {
    display: inline-block;
    margin-left: 1em;
    line-height: 3;
    color: white;
    font-size: 120%;
    font-family: "Noto Kufi Arabic";
    font-weight: 300;
    float: left;
}

.lang-switch-mj div {
    display: inline-block;
    font-size: 1em;
    font-family: "Noto Kufi Arabic";
    width: 3em;
    font-size: 100%;
    text-align: center;
}

.lang-switch-mj a img {
    width: 3em;
    margin-top: 0.5em;
}

div#top-bar {
    float: right !important;
    width: 3%;
    margin-right: 6%;
    margin-top: 0.7em;
    height: 2.2em;
    border: solid 1px white;
    border-radius: 4px;
    float: right !important;
    display: inline-block !important;
}

img.post-label__image {
    display: none;
}

button.show-more-button.big-margin {
    display: none;
}

#news-feed-container article {
    display: flex;
    flex-direction: row-reverse;
    color: gray;
    border-bottom: solid 1px lightgray;
    margin-bottom: 40px;
    box-shadow: 0px 2px 0px white;
}

img.gc__image {
    width: 100%;
    padding: 0%;
}

.gc__image-wrap {
    width: 40%;
}

h3.gc__title {
    margin-top: 0;
    font-size: 150%;
    margin-bottom: 10%;
}

.gc__excerpt {
    position: relative;
    left: -47%;
    width: 150%;
}

.gc__content {
    width: 100%;
    text-align: left;
    /* float: right; */
    display: block;
    margin-left: 5%;
}

footer.gc__footer {
    display: none;
}

.fast-links a:visited {
    color: white;
}

.related_services {
    width: 31% !important;
    margin: 1%;
    border-radius: 10px;
    height: 30vh;
    background-size: cover;
    background-position: center center;
}

.related_services span {
    width: 93%;
    display: block;
    position: absolute;
    bottom: 10%;
    text-align: center;
    font-size: 170%;
    color: white;
    text-shadow: 2px 2px 3px black;
}

.related_services span a {
    color: white !important;
}

.site-footer li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-133 img {
    display: none;
}

.error404 div#content * {
    text-align: center !important;
}

.single-location .inn-services {
    height: 30vh;
    overflow: hidden;
    margin-top: 1%;
}

.single-location .inn-services-bg {
    background-size: cover;
}

div#top-bar .container {
    min-width: auto !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

div#social-icons {
    padding-top: 0 !important;
    margin-top: 2px !important;
    float: right;
    padding-right: 0;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center !important;
}

a#searchicon {
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1.6;
}

.menu-item img:hover {
    transform: scale(1.2);
    transition: all 0.5s;
}

ul.sub-menu {
    position: absolute;
    top: 10em;
    width: 190%;
    left: -63%;
    height: 0px;
    overflow: hidden;
    background-color: rgb(255 255 255 / 0%);
    transition: all 0.5s;
}

ul.sub-menu li {
    display: inline-block;
    padding: 1%;
    width: 100% !important;
    padding: 2% !important;
    background-color: rgb(255 255 255 / 75%);
}

ul.sub-menu li:hover {
    border-left: solid 10px #3980c0;
    transition: all 0.5s;
    box-sizing: border-box;
    border-block-width: 0px;
    border-right: solid 10px transparent !important;
    background-color: white;
}

ul.sub-menu li a {
    color: #646464 !important;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 110%;
}

.menu-item-has-children:hover ul.sub-menu {
    height: 20em;
}

.fast-links {
    display: inline-block;
    float: right;
}

.fast-links a {
    padding: 0.5em;
    padding-top: 1em;
    color: white;
    font-size: 110%;
    float: right;
}

.branches-bar {
    display: inline-block;
    width: 18%;
    background-image: url(assets/images/ics.png);
    height: 2.2em;
    margin-top: 0.7em;
    background-repeat: no-repeat;
    background-size: 7%;
    background-position: 12% center;
    margin-right: 1em;
    margin-left: 1em;
}

select#branches {
    width: 100%;
    background-color: transparent;
    border: solid 1px white;
    height: 2.2em;
    border-radius: 5px;
    text-align: center;
    color: gray;
}

img.embi-link {
    height: 2.2em;
    margin-top: 0.7em;
    float: right;
    margin-right: 1%;
}

div#side-news-bar {
    background-color: whitesmoke;
    margin-top: 5%;
    border-radius: 8px;
    padding: 9%;
    border: solid 1px #e9e9e9;
    height: 121.5vh;
    overflow-y: scroll;
}

.single-new-one-bar {
    border-bottom: solid 1px #e9e9e9;
    margin-bottom: 4%;
    padding-bottom: 4%;
}

.side-news-bg {
    height: 20vh;
    background-size: cover;
}

.side-news-title {
    color: gray;
    font-size: 120%;
    margin-top: 4%;
    font-family: 'myriad-simibold';
}

.pg-topper {
    width: 100vw;
    height: 70vh;
    margin: 0;
    padding: 0;
    background-size: cover;
    position: relative;
    background-image: url(assets/images/page-replace.jpg);
}

.header-title {
    max-width: inherit !important;
    width: 100% !important;
    position: absolute !important;
    bottom: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    background-color: #c81e54 !important;
    text-align: left !important;
    font-size: 110% !important;
    padding-left: 17% !important;
    color: white !important;
}

.header-title h1 {
    display: inline-block !important;
    font-size: 100% !important;
    padding: 0% !important;
    margin-left: 1% !important;
    margin-right: 1% !important;
    text-transform: capitalize !important;
}

.header-title h2 {
    padding: 0 !important;
    font-size: 220% !important;
    margin-left: 1% !important;
    margin-top: 0 !important;
    font-family: 'myriad-simibold' !important;
}

main#main {
    color: #193e6b;
    font-size: 130%;
    text-align: justify;
}

.entry-content h3 img {
    float: left;
    width: 3vw;
    margin-right: 1vw;
}

.bigicons {
    display: flex;
    justify-content: space-between;
}

/* 
::-webkit-scrollbar {
  width: 10px;
}


::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

*/

/* MHD JBR EDITS DESKTOP SLIDER */

iframe {
    width: 100% !important;
    float: left !important;
    margin-right: 3% !important;
}

.wpforms-container {
    width: 50% !important;
    float: left !important;
}

.metaslider {
    width: 99.5vw !important;
    margin: 0 !important;
    padding: 0 !important;
    top: -12.5em;
}

.metaslider .caption-wrap {
    position: absolute;
    width: 40% !important;
    left: 10% !important;
    font-family: 'myriad-simibold' !important;
    background: none !important;
    font-size: 300% !important;
    font-weight: 800;
    opacity: 1 !important;
    bottom: 15% !important;
}

.metaslider .flex-control-nav {
    bottom: 5% !important;
}

.metaslider .caption::before {
    content: url(assets/images/arrow-big.png);
    margin-right: 10px;
}

.flex-control-paging li a.flex-active {
    background: #fff !important;
    background: rgb(255 255 255 / 90%) !important;
}

.flex-control-paging li a {
    background: rgb(255 255 255 / 50%) !important;
}

.metaslider .caption {
    padding: 5px 10px;
    word-wrap: break-word;
    line-height: 1 !important;
    font-size: 100%;
}

.n2_clear {
    clear: both;
    margin-bottom: 10%;
}

/* TAB */

@media only screen and (max-width: 768px) {}

/* MHD JBR EDITS MOBILE */

@media only screen and (max-width: 767px) {
    /* MHD JBR EDITS MOBILE */
    .n2_clear {
        clear: both;
        margin-top: 20vh;
    }
    html,
    body,
    div,
    span,
    applet,
    object,
    iframe,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    blockquote,
    pre,
    a,
    abbr,
    acronym,
    address,
    big,
    cite,
    code,
    del,
    dfn,
    em,
    font,
    ins,
    kbd,
    q,
    s,
    samp,
    small,
    strike,
    strong,
    sub,
    sup,
    tt,
    var,
    dl,
    dt,
    dd,
    ol,
    ul,
    li,
    fieldset,
    form,
    label,
    legend,
    table,
    caption,
    tbody,
    tfoot,
    thead,
    tr,
    th,
    td {
        border: 0;
        font-family: myriad-regular;
        font-size: 100%;
        font-style: inherit;
        font-weight: inherit;
        margin: 0;
        outline: 0;
        padding: 0;
        vertical-align: baseline;
        max-width: 100vw !important;
    }
    .col-md-2 {
        display: none;
    }
    .mbi-logo img {
        width: 64%;
        margin-top: 2.3em;
        margin-left: 18%;
    }
    .metaslider .flexslider .slides li {
        height: 70vh !important;
    }
    .metaslider .flexslider .slides>li {}
    .metaslider .flexslider .slides {
        height: 70vh !important;
    }
    .metaslider .flexslider .slides li img {
        height: 100% !important;
    }
    .rtl .metaslider .flexslider .slides li img {
        height: 87% !important;
        width: auto !important;
        margin-right: -153% !important;
        margin-top: 22% !important;
    }
    .metaslider .flexslider .slides li img {
        height: 87% !important;
        width: auto !important;
        margin-left: -30% !important;
        margin-top: 22% !important;
    }
    .services-sections iframe {
        width: 100% !important;
        height: 29vh !important;
        margin-bottom: 10%;
    }
    ul#menu-main-menu,
    ul#menu-main-menu-arabic,
    ul#menu-main-menu-kurdi {
        list-style: none;
        margin: 0;
        padding: 0;
        margin-top: 0;
        backdrop-filter: blur(10px);
        height: 90vh;
        left: 0;
        position: fixed;
        z-index: 999;
        background-color: rgb(0 0 0 / 53%);
        width: 100vw;
        display: table;
        top: -130%;
        transition: all 0.1s;
    }
    .active-menu-bar {
        top: 10vh !important;
    }
    ul#menu-main-menu li,
    ul#menu-main-menu-arabic li,
    ul#menu-main-menu-kurdi li {
        float: none;
        width: 100% !important;
        text-align: center !important;
        position: relative;
        padding-bottom: 5%;
        border-right: solid 0px transparent;
        display: inline-table;
        padding: 0 !important;
    }
    .rtl .menu-image-title {
        text-align: center;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        left: 0 !important;
        right: 0% !important;
        text-indent: 0;
    }
    .rtl ul#menu-main-menu-arabic-1 li.menu-item.menu-item-type-post_type.menu-item-object-page,
    .rtl ul#menu-main-menu-kurdi-1 li.menu-item.menu-item-type-post_type.menu-item-object-page {
        display: inline-block;
        width: 100% !important;
        float: none !important;
        direction: rtl;
        text-align: center !important;
        padding: 15px;
    }
    .rtl ul#menu-main-menu-arabic-1 *,
    .rtl ul#menu-main-menu-kurdi-1 * {
        text-align: center !important;
    }
    img.menu-image.menu-image-title-after {
        position: absolute;
        left: 0;
        top: 0vh;
        width: 40%;
        display: none;
    }
    a.menu-image-title-after.menu-image-not-hovered {
        background-color: rgb(255 255 255 / 80%);
        display: block;
        width: 99%;
        /* margin: 7px; */
        line-height: 2;
        padding-top: 0;
        text-align: left;
        font-size: 100%;
        text-indent: 0;
        letter-spacing: 0;
        margin-top: 10%;
    }
    ul.sub-menu {
        display: block;
        height: auto !important;
        position: unset;
        width: 100%;
        margin: 0%;
        font-size: 110%;
        margin-left: -2%;
    }
    ul.sub-menu li {
        background: none;
        font-size: 110%;
        width: 100% !important;
    }
    .pg-topper {
        z-index: -1;
        background-position: 50% 0;
        margin-top: 13em;
        background-size: auto 100% !important;
        height: 40vh;
    }
    img.cpystamp {
        bottom: inherit;
        top: 0;
    }
    .header-title span {
        margin-left: -13% !important;
    }
    .header-title h2 {
        margin-left: -13% !important;
    }
    .header-title {
        border: hidden !important;
    }
    .mbi-top-bar.col-md-12 {
        display: block;
        position: absolute;
        width: 100%;
        top: 10vh;
    }
    .mbi-menu-bar.col-md-12 {
        position: fixed;
        z-index: 999;
    }
    .rtl .col-md-10.mbi-menu-bar-content {
        padding-right: 0em !important;
    }
    .metaslider {
        width: 100vw !important;
        margin: 0 !important;
        padding: 0 !important;
        top: 0;
    }
    div#services {
        margin-top: 0vh;
    }
    .metaslider .caption-wrap {
        position: absolute;
        top: inherit !important;
        width: 80% !important;
        left: 5% !important;
        font-family: 'myriad-simibold' !important;
        background: none !important;
        font-size: 230% !important;
        font-weight: 800;
        opacity: 1 !important;
        bottom: 2em !important;
    }
    a.menu-image-title-after.menu-image-not-hovered {
        background-color: rgb(255 255 255 / 80%);
        display: block;
        margin: 2px;
    }
    .menu-image-title {
        width: 100% !important;
        top: 0 !important;
        text-align: center;
        font-size: 120%;
        margin: 0 !important;
    }
    .single-managers .inn-services {
        width: 100% !important;
        font-size: 130%;
    }
    ul.sub-menu li a {
        color: #ffffff !important;
        display: block;
        width: 100%;
        height: 100%;
        font-size: 110%;
    }
    .mbi-top-bar {
        height: 7.6em;
        margin: 0 !important;
        padding: 0 !important;
        background-color: #042453;
    }
    div#top-bar {
        float: right !important;
        width: 13%;
        margin-right: 1%;
        margin-top: 0.7em;
        height: 2.2em;
        border: solid 1px white;
        border-radius: 4px;
        float: right !important;
        display: inline-block !important;
    }
    .fast-links {
        display: inline-table;
        width: 66%;
        padding-top: 0px;
        font-size: 107%;
        float: left;
        text-align: left;
        position: absolute;
        top: 5em;
        left: 2em;
    }
    .soc-icons {
        display: inline-block;
        margin-top: 2.3em;
        margin-right: 0.5em;
        float: right !important;
    }
    .sjb-page {
        width: 89%;
    }
    article#post-266 * {
        width: 100%;
    }
    .branches-bar {
        display: inline-block;
        width: 25%;
        background-image: url(assets/images/ics.png);
        height: 2.2em;
        margin-top: 0.7em;
        background-repeat: no-repeat;
        background-size: 7%;
        background-position: 12% center;
        margin-right: 1%;
    }
    .fast-links a {
        padding: 3%;
        color: white;
        font-size: 110%;
        float: none;
        clear: both;
        margin: auto;
    }
    .mbi-menu-bar.col-md-12 {
        height: 10vh;
    }
    .mbi-logo img {
        width: 58%;
        margin-top: 0.6em;
        margin-left: 42%;
    }
    label {
        display: flex !important;
        flex-direction: column;
        width: 70px;
        cursor: pointer;
        transform: scale(0.7);
        position: absolute;
        top: 1em;
    }
    label span {
        background: #c81e54;
        border-radius: 10px;
        height: 7px;
        margin: 7px 0;
        transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    }
    span:nth-of-type(1) {
        width: 50%;
    }
    span:nth-of-type(2) {
        width: 100%;
    }
    span:nth-of-type(3) {
        width: 75%;
    }
    input[type="checkbox"] {
        display: none;
    }
    input[type="checkbox"]:checked~span:nth-of-type(1) {
        transform-origin: bottom;
        transform: rotatez(45deg) translate(8px, 0px)
    }
    input[type="checkbox"]:checked~span:nth-of-type(2) {
        transform-origin: top;
        transform: rotatez(-45deg)
    }
    input[type="checkbox"]:checked~span:nth-of-type(3) {
        transform-origin: bottom;
        width: 50%;
        transform: translate(30px, -11px) rotatez(45deg);
    }
    #mobileapp {
        background-image: url(http://mbi.iq/wp-content/uploads/2021/10/69.jpg);
        height: 45em;
        background-position: 50% top;
    }
    img.applogo {
        position: absolute;
        left: 7%;
        top: 25%;
        width: 21%;
    }
    .appcap {
        position: absolute;
        left: 7%;
        text-transform: uppercase;
        font-size: 180%;
        font-family: 'myriad-light';
        top: 44%;
        width: 71%;
        text-align: left;
        color: white;
    }
    .related_services {
        width: 100% !important;
    }
    .getapp {
        margin-top: 5%;
        width: 100%;
    }
    .getapp img {
        width: 45%;
    }
    footer#colophon {
        width: 100vw !important;
    }
    footer#colophon .container {
        display: table;
        padding: 0;
        width: 100%;
    }
    #colophon a {
        color: #999999;
        font-weight: lighter;
        text-align: center;
    }
    .site-footer .menu-item-has-children {
        display: block;
        padding: 0;
        margin: 0;
        width: 100% !important;
    }
    .inn-services {
        height: 40vh;
        overflow: hidden;
        margin-top: 1%;
    }
    .error404 div#content {
        margin-top: 24em !important;
        width: 60% !important;
        margin-left: 20% !important;
    }
    .rtl .fast-links {
        float: right !important;
    }
    /* MHD JBR EDITS MOBILE */
}

/* ARABIC DESKTOP */

.rtl main#main * {
    direction: rtl;
    text-align: right;
}

.rtl .entry-content h3 img {
    float: inherit;
    margin-right: 0;
    margin-bottom: 1vh;
}

.rtl * {
    font-family: Almarai !important;
}

.rtl .header-title {
    padding-left: 0% !important;
    text-align: right !important;
    padding-right: 17% !important;
}

.header-title h2 {
    font-family: Almarai !important;
    font-weight: 800;
}

ul#menu-main-menu-arabic li,
ul#menu-main-menu-kurdi li {
    width: 16%;
    float: right;
    text-align: center;
    list-style: none;
    position: relative;
}

.rtl .mbi-menu-bar-content .mbi-logo {
    float: right
}

.rtl .mbi-menu-bar-content.col-md-9 {
    float: left
}

.rtl .fa {
    font-family: FontAwesome !important;
}

.rtl .branches-bar,
.rtl .soc-icons {
    float: left;
}

.rtl .metaslider .caption-wrap {
    left: inherit;
    right: 10%;
    text-align: right;
    direction: rtl;
}

.rtl .inn-services-title {
    left: inherit;
    right: 4%;
    font-size: 150%;
}

.single-managers .inn-services {
    height: 40vh;
    overflow: hidden;
    margin-top: 1%;
    width: 20%;
}

div#docz-sec-1 {
    display: block;
    width: 40%;
    clear: both;
    float: none;
    margin: auto;
}

div#docz-sec-2 {
    width: 40%;
    display: block;
    float: none;
    clear: both;
}

.rtl ul#menu-main-menu-arabic-1 li.menu-item.menu-item-type-post_type.menu-item-object-page,
.rtl ul#menu-main-menu-kurdi-1 li.menu-item.menu-item-type-post_type.menu-item-object-page {
    display: inline-block;
    width: 20%;
    float: right;
    direction: rtl;
    text-align: right;
}

.rtl footer ul#menu-main-menu-arabic-1 img.menu-image.menu-image-title-after,
.rtl footer ul#menu-main-menu-kurdi-1 img.menu-image.menu-image-title-after {
    display: none;
}

.rtl footer ul.sub-menu * {
    direction: rtl;
    text-align: right !important;
}

.rtl footer span.menu-image-title-after.menu-image-title {
    font-family: Almarai !important;
    font-weight: 600;
    padding: 0;
    direction: rtl;
    text-align: right !important;
    float: right;
    /* margin: -10px !important; */
}

.rtl .copyrights {
    letter-spacing: 0;
}

.rtl .services-sections iframe {
    width: 44% !important;
    height: 50vh;
    display: inline-block;
    float: right !important;
}

.ytp-chrome-top.ytp-show-cards-title {
    display: none;
}

.rtl .gc__excerpt {
    left: 0;
    right: -40%;
    text-align: right;
}

.rtl h3.gc__title {
    text-align: right;
}

.rtl .col-md-10.mbi-menu-bar-content {
    padding-right: 6em;
}

@font-face {
    font-family: kurdifont;
    src: url(assets/fonts/K24KurdishBold-Bold.ttf);
}

html[lang='ckb'] * {
    font-family: 'kurdifont' !important;
}

html[lang='ckb'] .rtl footer span.menu-image-title-after.menu-image-title {
    font-family: 'kurdifont' !important;
}

.rtl div#top-bar {
    margin-right: 0%;
}

.related_services a {
    color: white !important;
    text-align: center !important;
    ;
    display: block !important;
    ;
    vertical-align: bottom !important;
    ;
    margin-top: 60% !important;
    ;
    text-shadow: 2px 1px 3px black;
}