﻿@import url('https://fonts.googleapis.com/css?family=Courgette|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery.fancybox.css');

@import url('jquery.bootstrap-touchspin.css');

@font-face {
    font-family: 'Droid Arabic Kufi';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/DroidKufi-Regular.eot);
    src: url(../fonts/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/DroidKufi-Regular.woff2) format('woff2'), url(../fonts/DroidKufi-Regular.woff) format('woff'), url(../fonts/DroidKufi-Regular.ttf) format('truetype')
}

@font-face {
    font-family: 'Droid Arabic Kufi';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/DroidKufi-Bold.eot);
    src: url(../fonts/DroidKufi-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/DroidKufi-Bold.woff2) format('woff2'), url(../fonts/DroidKufi-Bold.woff) format('woff'), url(../fonts/DroidKufi-Bold.ttf) format('truetype')
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

body {
    font-family: 'Droid Arabic Kufi', sans-serif;
    font-size: 14px;
    color: #777777;
    line-height: 1.7em;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

html {
    direction: rtl;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #1e1e1e;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.6em;
    font-family: 'Droid Arabic Kufi', sans-serif;

}

p {
    position: relative;
    line-height: 1.8em;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.theme-btn {
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.centered {
    text-align: center;
}

.btn-style-one {
    position: relative;
    padding: 9px 39px;
    line-height: 24px;
    text-transform: uppercase;
    background: #99cc00;
    color: #ffffff;
    border: 2px solid #99cc00;
    font-size: 14px;
    font-weight: 700;
    border-radius: 50px;
}

.btn-style-one:hover {
    background: none;
    color: #99cc00;
}

.btn-style-two {
    position: relative;
    padding: 9px 35px;
    line-height: 24px;
    text-transform: uppercase;
    background: #234665;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 10px;
    border: 1px solid #234665;
}

.btn-style-two:hover {
    background: none;
    color: #234665;
    border: 1px solid #234665;
}

.btn-style-three {
    position: relative;
    padding: 9px 39px;
    line-height: 24px;
    text-transform: uppercase;
    background: none;
    color: #000000 !important;
    border: 2px solid #234665;
    font-size: 14px;
    font-weight: 700;
    border-radius: 20px;
    margin-top: 20px;
}

.btn-style-three:hover {
    color: #fff !important;
    background: #234665;
}

.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
}

.btn-style-four {
    position: relative;
    padding: 9px 39px;
    line-height: 24px;
    text-transform: uppercase;
    background: none;
    color: #777777;
    border: 2px solid #777777;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
}

.btn-style-four:hover {
    background: #99cc00;
    color: #ffffff;
    border-color: #99cc00;
}

.btn-style-five {
    position: relative;
    padding: 9px 39px;
    line-height: 24px;
    text-transform: uppercase;
    background: none;
    color: #ffffff !important;
    border: 2px solid #ffffff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 20px;
}

.btn-style-five:hover {
    background: #ffffff;
    color: #234665 !important;

}


.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    color: #234665;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 38px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    1border-radius: 50%;
    background: #fff;
    display: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    264d6e -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top:hover {
    color: #ffffff;
    background: #234665;
}

.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    background: #ffffff;
}

.main-header .auto-container {
    position: relative;
}

.main-header .header-top {
    position: relative;
    1background: #2c2c2c;
    color: #ffffff;
    padding: 12px 0px 35px 0px;
}

.main-header .header-top .top-left {
    position: relative;
    float: left;
    /* background-color: #234665;*/
    z-index: 999999;
}

.main-header .header-top .top-left ul li {
    position: relative;
    display: inline-block;
    line-height: 14px;
    padding-left: 25px;
    1padding-right: 20px;
    1margin-right: 18px;
    color: #aaaaaa;
    font-size: 14px;
    1border-right: 1px solid #aaaaaa;
}

.main-header .header-top .top-left ul li:last-child {
    border-right: 0px;
}

.main-header .header-top .top-left ul li .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 14px;
    color: #aaaaaa;
}

.main-header .header-top .top-left ul li a:hover {
    color: #fff;
}

.main-header .header-top .top-left ul li a {
    position: relative;
    color: #ffffff;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header .header-top .top-left ul li a:hover {
    /*color: #234665;
    text-shadow: 0 0 3px #fff;*/
    opacity: 0.7;

}

.navbar-collapse ul li:nth-last-child(1) ul {
    /* width:auto !important; */
}

.main-header .header-top .top-right {
    position: relative;
    float: right;
}

.header-top .social-icon {
    position: relative;
}

.header-top .social-icon a {
    position: relative;
    display: inline-block;
    text-align: center;
    margin-left: 20px;
    line-height: 24px;
    font-size: 14px;
    color: #aaaaaa;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.header-top .social-icon a:hover {
    color: #2636bf;
}

.navbar-toggler > .close {
    display: inline;
}

.navbar-toggler.collapsed > .close,
.navbar-toggler:not(.collapsed) > .navbar-toggler-icon {
    display: none;
}

.main-header .main-box {
    position: relative;
    padding: 0px 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    background: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header.header-style-two .header-lower {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    background: #ffffff;
}

.main-header.fixed-header .main-box,
.main-header.header-style-two.fixed-header .header-lower {
    1position: fixed;
    1border-bottom: 1px solid #e0e0e0;
    padding: 0px 0px;
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.main-header .main-box .outer-container {
    position: relative;
}

.main-header .main-box .logo-box {
    position: relative;
    float: right;
    left: 0px;
    z-index: 10;
    padding: 33px 0px;
    top: -10px;
}

.fixed-header .main-box .logo-box {
    padding: 10px 0px;
}

.main-header .main-box .logo-box .logo img {
    display: inline-block;
    max-width: 100%;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .nav-toggler {
    position: absolute;
    top: 50%;
    margin-top: 0px;
    display: block;
}

.main-header .nav-toggler button {
    position: relative;
    display: block;
    color: #444444;
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    font-weight: normal;
    background: none;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.main-header .nav-outer {
    position: relative;
    float: none;

}

.main-menu {
    position: relative;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navbar-collapse {
    padding: 0px;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
}

.main-menu .navigation > li {
    position: relative;
    display: inline-block;
    margin-right: 17px;
    margin-left: 10px;
}

.fixed-header .main-menu .navigation > li {
    padding: 10px 0px;
}

.main-menu .navigation > li > a {
    position: relative;
    display: block;
    padding: 6px 0px;
    color: #444444;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 0px;
    opacity: 1;
    font-weight: 500;
    font-size: 14px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-weight: bold;
}

.main-menu .navigation > li.dropdown > a {
    padding-right: 15px;
}

.main-menu .navigation > li.dropdown > a:after {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: 0px;
    top: 50%;
    height: 20px;
    line-height: 20px;
    margin-top: -10px;
    font-size: 15px;
    font-weight: normal;
    display: block;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-header.light-version .main-menu .navigation > li:hover > a,
.main-header.light-version .main-menu .navigation > li.current > a {
    color: #fff;
    opacity: 1;
}

.main-menu .navigation > li:hover > a:before,
.main-menu .navigation > li.current > a:before {
    width: 100%;
}

.main-menu .navigation > li > ul {
    position: absolute;
    top: 120%;
    left: -50px;
    width: 200px;
    padding: 0px;
    z-index: 100;
    display: none;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0.45;
    1border-top: 3px solid #2636bf;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation > li > ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation > li > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.main-menu .navigation > li > ul > li:last-child {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    line-height: 24px;
    font-weight: 400;
    font-size: 13px;
    text-transform: capitalize;
    color: #fff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    text-align: right;
}

.main-menu .navigation > li > ul > li:hover > a {
    color: #ffffff;
    background: #2e2e2e;
    opacity: 1;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 10px;
    width: 10px;
    height: 20px;
    display: block;
    color: #253d4a;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after {
    color: #ffffff;
}

.main-menu .navigation > li > ul > li > ul {
    position: absolute;
    left: 100%;
    top: 20px;
    width: 200px;
    padding: 0px;
    z-index: 100;
    display: none;
    background: #ffffff;
    border-top: 3px solid #99cc00;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation > li > ul > li > ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    color: #272727;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a {
    color: #ffffff;
    background: #2c2c2c;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 11px;
    width: 10px;
    height: 20px;
    display: block;
    color: #272727;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after {
    color: #ffffff;
}

.main-menu .navigation > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 0;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #ffffff;
    line-height: 28px;
    border: 1px solid #ffffff;
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.main-header .btn-outer {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    right: 0px;
}


.main-header.light-version {
    position: relative;
    background: none;
    1border-bottom: 1px solid rgba(255, 255, 255, 0.40);
}

.main-header.light-version .main-box {
    background: none;
}

.main-header.light-version .main-menu .navigation > li,
.main-header.light-version .main-box .logo-box {
    padding: 0px 0px;
}

.main-header.light-version .main-menu .navigation > li > a {
    color: #ffffff;
}

.sec-title {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.sec-title h3 {
    font-size: 16px;
    color: #777777;
    line-height: 1em;
    display: inline-block;
    font-family: 'Courgette', cursive;
}

.sec-title h2 {
    position: relative;
    color: #000000;
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 7px;
    text-transform: uppercase;
}

.sec-title h2:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    width: 40px;
    height: 2px;
    1background-color: #99cc00;
    margin-left: -20px;
}

.sec-title-two {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.sec-title-two h3 {
    font-size: 16px;
    color: #ffffff;
    line-height: 1em;
    display: inline-block;
    font-family: 'Courgette', cursive;
}

.sec-title-two h2 {
    position: relative;
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 7px;
    text-transform: uppercase;
}

.sec-title-two h2:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    width: 40px;
    height: 2px;
    1background-color: #99cc00;
    margin-left: -20px;
}

.main-footer {
    position: relative;
    background-color: #234665;
    color: #fff;
    padding-bottom: 20px;
    padding-top: 20px;
}

.default-section {
    position: relative;
    padding: 40px 0px 0px;
}

.default-section .image-column {
    text-align: center;
}

.default-section .content-column {
    position: relative;
    margin-bottom: 0px;
    padding-top: 0px;
    height: auto !important;

}

.default-section .content-column .default-title {
    position: relative;
    margin-bottom: 42px;
    line-height: 35px;
}

.default-section .content-column .default-title h3 {
    position: relative;
    color: #777777;
    font-size: 16px;
    font-family: 'Courgette', cursive;
}

.default-section .content-column .default-title h2 {
    color: #444444;
    font-size: 18px;
    margin-top: 6px;
    padding-bottom: 11px;
    text-transform: capitalize;
}

.default-section .content-column .default-title h2:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 40px;
    height: 2px;
    1background-color: #99cc00;
}

.default-section .content-column .inner-box .text {
    position: relative;
    font-size: 14px;
    color: #292929;
    font-weight: 400;
    margin-bottom: 40px;
    line-height: 35px;
    text-align: justify;
}

.inner-box:hover {
    color: #234665;
}

.services-section {
    padding: 0px 0px 25px;
    overflow: hidden;
}

.services-block {
    position: relative;
    margin-bottom: 60px;
}

.services-block .inner-box {
    position: relative;
    text-align: center;
    padding: 0px 25px;
    z-index: 9;
    transition: all 0.4s ease-in-out;
    padding: 15px;
    box-sizing: border-box;
    overflow: hidden;

}

.services-block .inner-box:hover {
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}

.services-block .inner-box .icon-box {
    font-size: 52px;
    color: #444444;
    line-height: 1em;
    margin-bottom: 20px;
}

.services-block .inner-box h3 {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    1color: #1e1e1e;
}

.services-block .inner-box .text {
    margin-top: 13px;
    color: #1e1e1e;
}


.carousel-item.dh {
    height: auto;
    min-height: auto;

}

.carousel-control-prev-icon.cstm-icon {
    background-image: url("/sites/ar/Style%20Library/ar-sa/MPWTheme/img/next.png");
    padding: 15px;
}

.carousel-control-next-icon.cstm-icon {
    background-image: url("/sites/ar/Style%20Library/ar-sa/MPWTheme/img/back.png");
    padding: 15px;
}

.carousel-control-prev.cstm-icon {
    left: -55px;
    opacity: 0.8
}

.carousel-control-next.cstm-icon {
    right: -55px;
    opacity: 0.8;
}

.carousel-control-prev.cstm-icon:hover,
.carousel-control-next.cstm-icon:hover {
    opacity: 0.95;
}



.events-section {
    position: relative;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0px 20px;
    background-image: url('/sites/ar/Style%20Library/ar-sa/MPWTheme/img/background/2a.jpg');
}

.events-section:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.30);
}

.even-section {
    position: relative;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0px 40px;
    background-image: url('/sites/ar/Style%20Library/ar-sa/MPWTheme/img/background/3.jpg')
}

.even-section:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.30);
}

.news-section {
    padding: 60px 0px 50px;
    overflow: hidden;
}

.recent-projects .filters {
    margin-bottom: 0px;
}

.inner-box .lower-box a {
    text-align: center;
}

.inner-box .lower-box a:hover {
    color: #234665;
}

.recent-projects .filters li {
    position: relative;
    display: inline-block;
    padding: 7px 25px;
    line-height: 24px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    margin: 0px 5px 10px;
    text-transform: capitalize;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    border: 1px solid #234665;
    border-radius: 15px;
    color: #234665;
}

.recent-projects .filters .filter-btns #active,
.recent-projects .filters .filter:hover {
    color: #fff;
    background: #234665;
    border: 1px solid #234665;
    border-radius: 15px;
}

#active a {
    color: #fff;
}

.page-title {
    position: relative;
    padding: 160px 0px 45px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    background-image: url('/sites/ar/Style%20Library/ar-sa/MPWTheme/img/background/bg-2.jpg');
}


.page-title:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    1background: rgba(0, 0, 0, 0.60);
    z-index: 0;
}

.page-title .auto-container {
    position: relative;
    z-index: 3;
}



.page-title .content-box {
    position: relative;
}


.page-title h1 {
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    text-align: right;
    margin-right: 30px;
}

.page-title .breadcrumb {
    position: relative;
    text-align: right;
    background-color: transparent !important;

}

.page-title .breadcrumb li {
    1color: #000000;
    margin-right: 3px;
    display: inline-block;
    font-family: 'Droid Arabic Kufi', sans-serif;
}

.page-title .breadcrumb li:last-child {
    padding-right: 0px;
    font-size: 12px;
}

.page-title .breadcrumb li:last-child::after {
    display: none;
}

.page-title .breadcrumb li:after {
    content: '>';
    right: 0px;
    top: 0px;
    1color: #ffffff;
    font-size: 12px;
}

.page-title .breadcrumb a {
    position: relative;
    margin: 0px 3px;
    color: #777777;
    font-size: 12px;
    font-style: italic;
    display: inline-block;
    font-family: 'Droid Arabic Kufi', sans-serif;
}

.page-title .breadcrumb a:hover {
    color: #234665;
    text-shadow: 0 0 3px #fff;

}


.default-title {
    position: relative;
    1margin-bottom: 20px;
}

.default-title h2 {
    font-size: 16px;
    font-weight: 700;
    color: #444444;
    text-transform: uppercase;
}





.social-icons {
    float: right;
    margin-left: 20px;
}

.content-column-left {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 20px 40px 20px;
    1border-top: 5px solid #50c05f;

}

.content-column-left p {
    color: #000;
    font-size: 16px;
    padding-top: 50px;
}

.content-column-2 {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px 20px 20px 20px;
}

.content-column-2 img {
    float: left;
    border-radius: 5px;
}

.content-column-2 p {
    position: relative;
    color: #000;
    font-size: 16px;
}


.testmonial-new .planning {
    position: relative;
    padding-top: 10px;
    text-align: center;
    color: #fff;
}

.testmonial-new .planning a {
    color: #fff;
}

.testmonial-new .planning .icon-box {
    -webkit-transition: all 0.5s ease-in-out;
}

.testmonial-new .planning .icon-box:hover {
    -webkit-transform: scale(1.1);
}

.testmonial-new .planning h6 {
    padding-top: 5px;
}

.content-column-left .time {
    color: #7a7a7a;
}

.content-column-left #mainimage {
    position: relative;
    padding-top: 60px;
    padding-right: 10px;
}

.content-column-left #date {
    position: absolute;
    top: -0px;
    left: 35px;
    z-index: 2;
}

.content-column-left #date-text {
    position: absolute;
    top: -0px;
    left: 49px;
    z-index: 2;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 1.5;
}

.testmonial-new {
    padding-bottom: 30px;
    box-sizing: border-box;
}

.grow1 {
    margin-bottom: 20px;
}

.widget-content .post {
    padding-bottom: 10px;
    text-align: right;
}

.widget-content .post {
    border: 1px solid #fff;
    transition: all 500ms ease;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 80px;
    cursor: pointer;
}

.widget-content .post:hover {
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    transform: translateX(-10px);
}

.border-box {
    transition: all 500ms ease;
}

.border-box:hover {
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    transform: translateX(-10px);
    cursor: pointer;
}

.widget-content .time {
    padding: 5px 45px 0px 0px;
}

.news-style-one a {
    color: #292929;
}

.news-style-one a:hover {
    color: #292929;
}

.inner-box a {
    color: #234665;
}

.inner-box a:hover {
    /* color: #fff; */
}

.inner-box ul li a:hover {
    color: inherit;
}

a:visited,
a:hover {
    color: inherit;
}

.filter:hover a {
    color: #fff !important;
}

.feature-box-icon {
    color: blue;
    display: inline-block;
    float: right;
    height: 35px;
    line-height: 35px;
    margin-left: 10px;
    position: relative;
    text-align: center;
    top: 5px;
    width: 35px;
}

.footer-bottom .copyright-text-right li {
    display: inline-block;
    float: right;
    padding: 0px 15px;
}

.footer-bottom .copyright-text-right li a {
    color: #fff;
}

.map-section .map-canvas {
    position: relative;
    top: 0;
    left: 0;
}

.map-section .contact-content-01 {
    position: absolute;
    z-index: 2;
    background: #fff;
    bottom: 50%;
    border-radius: 10px;
    opacity: 0.9;
    left: 5%;
    width: 90%;
}

.default-title {
    color: #234665;
    /*    float: right;*/
    font-size: 18px;
}

.form-group1 select {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 16px;
    height: 50px;
    color: #000000;
    font-size: 15px;
    border: 1px solid #234665;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 5px;
    text-align: right;
    font-weight: bold;
}

.form-group1 option {
    text-align: right;
}

.grow1 {
    border-top: 2px solid #50c05f;
    transition: all 500ms ease;
}

.grow1:hover {
    1border-bottom: 5px solid #50c05f;
    1border-left: 5px solid #50c05f;
    1border-right: 5px solid #50c05f;
    1border-radius: 15px;
    1padding: 2px;
    box-shadow: 0 8px 6px -4px black;
    border-top: 6px solid #50c05f;
}

.navbar {
    background: rgba(0, 0, 0, .45);
}

.navbar-light .navbar-toggler {
    background-color: white;
}

.services-block .inner-box:hover:before {
    height: 100%;
}

.aip {
    border: 1px solid black;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    line-height: 55px;
    position: relative;
}

.mt-10 {
    margin-top: 10px;
}

.count-no {
    color: white;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: hotpink;
    position: absolute;
    top: 0px;
    right: -10px;
}

.map-section {
    position: relative;
    height: 500px;
}

.MinistryMapCSS {
    height: 500px;
}

.info-slide {
    position: absolute;
    background: rgba(0, 0, 0, .45);
    color: white;
    top: 45%;
    left: 10%;
    width: 40%;
    font-family: 'Droid Arabic Kufi', sans-serif;
    text-align: right;
    padding: 20px;

}

.navbar-toggler {
    padding: 2px !important;
}

.navbar {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.tp {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}

.footer-bottom .copyright-text-right li:hover {
    opacity: 0.7;
}

.g_slide {
    width: 100% !important;
    height: 100vh !important;
}

.gallery-block .lower-box {
    padding-top: 10px;
    padding-bottom: 15px;
    text-align: center;
}

.lower-box a {
    color: #234665;
}

.carousel-item {
    height: auto;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-indicators li {
    cursor: pointer;
}

button {
    min-width: 2em !important;
}

/*  .services-block .inner-box:hover .icon1 img {
   content: url('/sites/ar/Style%20Library/ar-sa/MPWTheme/img/resource/si-1.png');
}

.services-block .inner-box:hover .icon2 img {
    content: url('/sites/ar/Style%20Library/ar-sa/MPWTheme/img/resource/si-2.png');
}

.services-block .inner-box:hover .icon3 img {
    content: url('/sites/ar/Style%20Library/ar-sa/MPWTheme/img/resource/si-3.png');
}

.services-block .inner-box:hover .icon4 img {
    content: url('/sites/ar/Style%20Library/ar-sa/MPWTheme/img/resource/si-4.png');
}

.services-block .inner-box:hover .icon5 img {
    content: url('/sites/ar/Style%20Library/ar-sa/MPWTheme/img/resource/si-5.png');
}

.services-block .inner-box:hover .icon6 img {
    content: url('/sites/ar/Style%20Library/ar-sa/MPWTheme/img/resource/si-6.png');
}

.services-block .inner-box:hover .icon7 img {
    content: url('/sites/ar/Style%20Library/ar-sa/MPWTheme/img/resource/si-7.png');
}

.services-block .inner-box:hover .icon8 img {
    content: url('/sites/ar/Style%20Library/ar-sa/MPWTheme/img/resource/si-8.png');
}
.services-block .inner-box:hover .icon11 img {
    content: url('/sites/ar/Style%20Library/ar-sa/MPWTheme/img/resource/si-11.png');
}


.services-block .inner-box:hover .icon20 img {
    content: url('/sites/ar/Style%20Library/ar-sa/MPWTheme/img/resource/Training-courses-hover.png');
}

.services-block .inner-box:hover .icon21 img {
    content: url('/sites/ar/Style%20Library/ar-sa/MPWTheme/img/resource/QC-department-manual-hover.png');
}

.services-block .inner-box:hover .icon22 img {
    content: url('/sites/ar/Style%20Library/ar-sa/MPWTheme/img/resource/citizen-service-hover.png');
}
*/


*/ input::placeholder {
    color: #cbcbcb;
    font-size: 9px;
    direction: rtl;
}

.input-group-text {
    color: #fbfbfb;
    background-color: #234665;
    margin-right: 15px;
    border-radius: 15px !important;
    padding: 5px 40px;
    margin: auto !important;

}

.content {
    border: 1px solid #234665;
    box-sizing: border-box;
}

.content img {
    max-width: 98%;
    height: auto;
    margin: 3px;
}



.recycling:last-child {
    padding-bottom: 60px;
}

.recycling::after {
    content: '';
    clear: both;
    display: block;
}

.recycling.content {
    position: relative;
    float: left;
    width: 300px;
    height: 200px;
    margin: 0 0 0 25px;
    padding: 0;
}

figure {
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}

figure:hover + span {
    bottom: -36px;
    opacity: 1;
}



/* Zoom In #1 */
.gallery-block figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.gallery-block figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.mixitup-gallery {
    //   overflow: auto;
}

.table-bordered td {
    border: 1px solid #234665 !important;
    color: #234665;
}

.tbl td:hover {
    background: #234665 !important;
    color: #fff;
    cursor: pointer
}

.tbl-act {
    background-color: #234665;
    color: white !important;
}

.justify-content-center {
    margin-top: 40px;
    margin-bottom: 10px;
}

.nav-lst {
    margin-left: 25px;
}

.navbar-light .navbar-nav .nav-link {
    border-bottom: 1px solid #d3d4d5;
    margin-bottom: 5px;
}

.main-header.light-version .main-menu .navigation > li > a:hover {
    opacity: 0.7;
}

input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 3;
}

.default-title ul li:before {
    content: "\f100";
    font-family: FontAwesome;
    margin-left: 10px;
}

.mp-list li {
    line-height: 59px;
    font-size: 16px;
    color: #1e1e1e;
    padding-right: 21px;
    position: relative;
    background-color: #f7f7f7;
    overflow: hidden;
    cursor: pointer;
    border-bottom: 1px solid #e5e5e5;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mp-list li.active,
.mp-list li:hover {
    padding-right: 41px;
    color: #234665;
}

.mp-list li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0px;
    height: 100%;
    width: 5px;
    background-color: #234665;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mp-list li.active:before,
.mp-list li:hover:before {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.major-project-list h5 {
    color: black;
    padding-bottom: 10px;
    border-bottom: 2px solid #234665;
    margin-bottom: 20px;


}

.project-image img {
    width: 100%;
    height: auto;
}

.project-description h5 {
    color: #234665;
}

.project-description {
    border: 1px solid #f2f2f2;
}

.project-description:hover {
    box-shadow: 2px 2px 8px 0px rgba(143, 143, 143, 0.8);
}

.iconbox {
    margin: 0;
    padding: 0;
    border: none;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.iconbox .iconbox-icon span {
    position: absolute;
    top: 16px;
    right: 0;
    margin-bottom: 0px;
    background-color: #1c4671;
    height: 60px;
    line-height: 60px;
    width: 60px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    border-radius: 50%;
}

.icon-video:before {
    content: "\f03d";
    font-family: FontAwesome;

}

.icon-picture:before {
    content: "\f03e";
    font-family: FontAwesome;

}

.icon-publication:before {
    content: "\f1ea";
    font-family: FontAwesome;

}

.iconbox .iconbox-content {
    margin-right: 32px;
    padding: 30px 40px;
    background-color: #f4f5fa;
    border: 1px solid #e9eaf3;
    margin-bottom: 15px;
}

.iconbox .iconbox-content h3 {
    color: #1c4671;
    font-size: 18px;
    margin-bottom: 6px;
    font-weight: bold;
}

.iconbox .iconbox-content:hover {

    box-shadow: 2px 2px 8px 0px rgba(143, 143, 143, 0.8);
}

.shadow-box {
    border: 1px solid #e9eaf3;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 2px 1px #0000001c;
    margin-bottom: 20px;
}

.shadow-box h3 {
    color: #1c4671;
    font-size: 18px;
    margin-bottom: 6px;
    font-weight: bold;
}

.shadow-box:hover {

    box-shadow: 2px 2px 8px 0px rgba(143, 143, 143, 0.8);
}

.shadow-box ul li {
    color: black;
    border: none;
    transition: all 0.5s ease-in-out;
}

.shadow-box ul li:before {
    content: "\f100";
    font-family: FontAwesome;
    margin-left: 10px;
}

.shadow-box ul li:hover {
    margin-right: 10px;
    transition: all 0.5s ease-in-out;
}

.border-box {
    padding: 30px 40px;
    border: 1px solid #a0a0a0;
    border-radius: 15px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.border-box h5 {
    color: black;
    font-weight: bold;
}


.border-box p {
    color: black;
    margin-top: 10px;
}

.border-box:hover {
    box-shadow: 0 0 5px #00000099;
}

.news-date {
    font-size: 14px;
    color: #9d9b9b !important;
}

.media-center th {
    background-color: #234665;
    color: #fff;
    border-bottom: 3px solid #fff !important;
}

.media-center tr:nth-child(even) {
    background-color: #f4f5fa;
    color: #000;
    border-bottom: 5px solid #fff;
}

.media-center tr:nth-child(odd) {
    background-color: #e7e9f8;
    color: #000;
    border-bottom: 5px solid #fff;
}

.mcp:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #234665;
    border-color: #234665;
}

.page-item:first-child .page-link {
    margin-left: -1px;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

article.main-post {
    margin-bottom: 48px;
    position: relative;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: 2px 2px 10px 0px rgba(18, 110, 175, 0.15);
}

article.main-post .featured-post {
    overflow: hidden;
}

article.main-post .featured-post a img {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

article.main-post .entry-content {
    padding: 30px 35px 45px 29px;
}

article.main-post .entry-content .date {
    line-height: 25px;
    padding: 0 14px;
    border-radius: 2px;
    background-color: #0056b3;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

article.main-post .entry-content h3 {
    margin: 21px 0 18px;
    font-size: 18px;

}

article.main-post .entry-content h3 a:not(:hover) {
    color: #000002;
}

article.main-post .entry-content p {
    line-height: 27px;
}

article.main-post:hover {
    position: relative;
    bottom: 5px;
}

a:hover,
a:focus {

    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

article.main-post:hover .entry-content .date {
    background-color: #252525;
}

article.main-post:hover .featured-post a img {
    transform: rotate(3deg) scale(1.1);
}

.search-input {
    background-color: #e7e9f8;
    padding: 20px;
}

.table th,
.table td {
    border-top: none !important;
}

.form-control {
    padding: 0.375rem 0.75rem !important;
}

.input-group-text:hover {
    background-color: #2f6da5;
    color: #fff !important;
}

.modal-innerbox {
    padding: 30px 40px;
    background-color: #f4f5fa;
    border: 1px solid #e9eaf3;
    color: #234665;
    border-radius: 8px;
}

.modal-innerbox i {
    float: right;
    margin-left: 20px;
    font-size: 34px;
    margin-top: 5px;
}

.modal-innerbox p {
    color: black;
    margin-top: 10px;
    margin-right: 35px;
}

.modal-payment {
    background-color: #234665;
}

.modal-payment:hover {
    background-color: #31628e;
}

.input-group-prepend {
    margin-top: 10px;
}

.gray-block {
    padding: 30px 40px;
    background-color: #f4f5fa;
    border: 1px solid #e9eaf3;
    color: #234665;

}

.gray-block p {
    color: black;
    margin-top: 10px;

}

#basic-addon3:hover {
    background-color: #2b608e;
}

.logo-icon img {
    margin-bottom: 30px;
    width: 100%;
}

.xs-nop {
    padding: 0.375rem 0.75rem !important;
}

.default-title ul li {
    font-size: 14px;
}

.search-input .default-title {
    font-size: 14px;
}

.filter-tabs.filter-btns {
    width: 100%;
}

.navbar-toggler > .close {
    display: inline;
}

.navbar-toggler.collapsed > .close,
.navbar-toggler:not(.collapsed) > .navbar-toggler-icon {
    display: none;
}

.ms-webpartzone-cell {

    margin-bottom: 0px !important;
}


.js-responsive-table {
    width: 100%;
}

.js-responsive-table .icon-accordion {
    display: none;
}

.js-responsive-table td h3 {
    margin: 0;
    padding: 0 0 5px 0;
    display: none;
    font-weight: bold;
}

.ms-core-menu-box.ms-core-defaultFont.ms-shadow {
    z-index: 999999999 !important;
}

.fa-star:before {
    content: "\f005";
    color: red;
    font-size: 8px;
    margin-right: 5px;
}

.theme-bg {
    background-color: #234665;
    color: #fff;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 5px);
}

.form-check-input {
    margin-right: -20px;
}

.form-check-label {
    margin-right: 20px;
}

.content video {
    max-width: 98%;
    height: auto;
    margin: 3px;
}

#MSOTlPn_MainTD {
    position: absolute;
    top: 0%;
    left: 4%;
    z-index: 9999;
}

.bg-theme {
    background-color: #234665;
    color: #fff;
}

time.icon {
    font-size: 1em;
    /* change icon size */
    display: block;
    position: relative;
    width: 7em;
    height: 6em;
    background-color: #fff;
    border-radius: 0.6em;
    box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
    overflow: hidden;
    margin: 1rem auto;
}

time.icon * {
    display: block;
    width: 100%;
    font-size: 1em;
    font-weight: bold;
    font-style: normal;
    text-align: center;
}

time.icon strong {
    position: absolute;
    top: 0;
    padding: 0.4em 0;
    color: #fff;
    background-color: #fd9f1b;
    border-bottom: 1px dashed #f37302;
    box-shadow: 0 2px 0 #fd9f1b;
}

time.icon em {
    position: absolute;
    bottom: 0.2em;
    color: #fd9f1b;
}

time.icon span {
    font-size: 2.5em;
    letter-spacing: -0.05em;
    padding-top: 1.4em;
    color: #2f2f2f;
}

.shadow-box p {
    color: black;
    text-align: center;
}

.shadow-box:hover.shadow-box p {
    color: darkblue;

}

.fa.fa-tog {
    display: block !important;
}

.theme-clr {
    color: #234665;
}

.theme-clr:hover {
    color: inherit !important;
}

[data-toggle="collapse"] .fa:before {
    content: "\f175";
    position: absolute;
    left: 1%;
    top: 20%;

}

[data-toggle="collapse"].collapsed .fa:before {
    content: "\f178";
    position: absolute;
    left: 1%;
    top: 20%;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;

    white-space: normal;
}

.btn-outline-secondary {
    border: 1px solid #234665;
    border-radius: 15px;
    color: #234665;
    padding: 7px 25px;
}

.btn-theme {
    color: #fff;
    background: #234665;
    border: 1px solid #234665;
    border-radius: 15px;
    padding: 7px 40px;

}

.btn-theme:hover {
    color: #fff;
    background: #225a8c;
    border: 1px solid #225a8c;
    border-radius: 15px;
}

.pagingRow {
    background-color: transparent !important;
}

.pagingRow table tr td {
    border: 1px solid #9c9c9c !important;
    padding: 2px 0px !important;
    font-weight: 500;
    width: 100%;

}

.pagingRow td table tbody tr td h3 {
    display: none;

}

.pagingRow td {
    padding-right: 0px;
    padding-left: 0px;
}

.pagingRow table tr {
    background-color: transparent !important;
    border: 1px solid #9c9c9c !important;
}

.pagingRow table tr td:hover {
    color: #fff;
    background-color: #234665;
}

.pagingRow table tr td span {
    color: #fff;
    background-color: #234665;
    padding: 0px 10px !important;
    white-space: nowrap;
}

.pagingRow table tr td a {
    padding: 1px 10px !important;
    white-space: nowrap;
}

.pagingRow tr {
    height: auto;
    max-height: 100% !important;
}


.gallery > .grid {
    float: right !important;
    width: 49%;
    box-sizing: border-box;
    margin: 0.5%;
    margin-bottom: 50px;

}

.gallery .photo img {

    width: 100%;
    height: 170px;
}

.shadow_box {
    display: block !important;
}

.gallery .photo {
    width: 100% !important;
    display: block !important;
}

.gallery_header {
    display: none;
}

embed {
    width: 100%;
    height: auto;
}

.icon-box .icon img {
    width: 80px
}

.pagingRow table,
.pagingRow tbody {
    width: 100%;
}

.image-fluid {

    width: 100%;
    height: auto;
}

.image-fluid-two {

    width: 100%;
    height: 100%;
}

.shadow-box .mfpi img {

    height: 385px;

}


.UpdateLoader {
    position: fixed;
    text-align: center;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999999;
    background-color: #000000;
    opacity: 0.7;
}

.UpdateLoaderImg {
    width: 15%;
    margin-top: 12%;
    background-image: :url("/Style%20Library/ar-sa/MOCITheme/images/loader.gif")
}

.ms-dtinput > input[type=text] {
    background: #FFF;
}

span.valCompDate {
    color: #dc0c0c;
}

span.Validator {
    color: #dc0c0c;
}

.navbar-collapse ul li:nth-last-child(1) ul {
    /*width:auto !important;*/
    left: 0 !important;
}

.SpeakerMPW {
    float: left;
    margin-left: 15px;
}

.gallery-block {
    margin-bottom: 15px;
}



.acrd .img-fluid {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.float-left.mb-5.mt-5 a .input-group-text,
.float-right.mb-5.mt-5 a .input-group-text {

    font-size: 13px;
}

.card-header h5 button {
    white-space: normal;
    padding: 0px;
}

.icon-box .icon img {
    width: 80px
}

.pop-img {
    float: right;
    width: 29px;
    margin-left: 20px;
    margin-top: 5px;
}



@media only screen and (min-width:0px) and (max-width:768px) {
    .map-section .contact-content-01 {
        left: 5%;
        bottom: 5%;
    }

    .info-slide {
        top: 35%;
        right: 0%;
        width: 100%;

    }

    .btn-style-five {
        margin-top: 20px;
    }

    .copyright-text-right {
        text-align: center !important;
        margin-bottom: 10px;
    }

    .copyright-text {
        text-align: center !important;
    }

    .footer-bottom .copyright-text-right li {
        display: block;
        float: none;
        margin-bottom: 5px;
    }

    .logo-box {
        display: none;
    }

    .main-menu {
        display: none;
    }

    .social-icons {
        display: none;
    }

    .dropdown-btn {
        display: none;
    }

    .dsim {
        display: block !important;
        margin-left: 0px;
    }

    .dsim li {
        display: inline-block;
        padding: 25px 28px;
    }

    .dsim li a span {
        font-size: 25px;
    }

    .content-column-left #mainimage {
        padding-right: 0px;
        width: 100%;
    }

    .wfmd {
        width: 75%;
    }

    .wfm {
        width: 25%;
    }

    .aip {
        margin-top: 50%;
    }

    .main-header .header-top {
        padding: 0px;
    }

    .navbar {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .dropdown-toggle {
        font-size: 16px;
    }

    .page-title h1 {
        font-size: 25px;
    }

    .his {
        display: none;
    }

    .dtc {
        display: block !important;
        background-color: #234665;
        margin: 0px;
    }

    .dropdown-toggle::after {
        float: left;
        margin-top: 10px;
    }

    .fl-di {
        display: flex;
        flex-direction: column-reverse;
    }

    .input-group {
        margin-top: 20px;
    }

    /*.mixitup-gallery{
        padding: 0px !important;
    }*/
    .pr-p {
        margin-top: 40px;
        position: absolute;
        left: 20px;
    }

    .img-fw {
        width: 100% !important;
        height: 180px !important;
    }


}

@media only screen and (min-width:768px) and (max-width:992px) {

    .navbar {
        padding: 0px;
    }

    .main-header .header-top .top-left {
        margin-right: 25px;
        float: none;
    }

    .main-header .header-top {
        padding-bottom: 15px;
    }

    .logo-box {
        margin-right: 25% !important;
        margin-bottom: 10px !important;
    }

    .blc {
        padding: 20px;
        /*width: 420px;*/
        background-color: #234665;
    }

    .aip {
        margin-top: 15% !important;
    }

    .page-title {
        padding-top: 100px;
    }

    .his {
        display: none;
    }

    .pr-p {
        left: 20px;
    }

    .dtc {
        background-color: transparent;
    }

    .logo-icon {
        border-left: 1px solid #a0a0a0;
    }

    .logo-icon img {
        margin-top: 30%;
        width: 80%;
        height: auto;
    }

    .xs-nop {
        padding: 0.375rem 9px !important;
    }

    .pagingRow td table tbody tr td h3 {
        display: none !important;

    }

    .img-fw {
        width: 100% !important;
        height: 100px !important;
    }

    .filter-tabs.filter-btns {
        width: 100%;
    }

}

@media only screen and (min-width:992px) {

    .blc {
        display: none;
    }

    .hib {
        display: none;
    }

    .logo {
        margin-top: -20px;
    }

    .pr-p {
        left: 20px;
        position: absolute;
    }

    .main-header .nav-outer {
        position: relative;
        float: left;
    }

    .input-group-prepend {
        margin-top: 0px;
    }

    .content-column-left {
        height: 270px;
    }

    .logo-icon {
        border-left: 1px solid #a0a0a0;
    }

    .logo-icon img {
        margin-top: 30%;
        width: 80%;
        height: auto;
    }

    .xs-nop {
        padding: 5px 40px !important;
    }

    .pagingRow td table tbody tr td h3 {
        display: none !important;

    }

    .img-fw {
        width: 100% !important;
        height: 405px !important;
    }

    .mfpi img {
        height: 400px;
    }

    .main-header.light-version {
        position: absolute;
        background: none;
        1border-bottom: 1px solid rgba(255, 255, 255, 0.40);
    }

    .carousel-item {
        height: 100vh;
        min-height: 300px;
        background: no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .services-section {
        padding: 40px 0px 80px;
        overflow: hidden;
    }

    .content-column-2 {
        height: 240px;
        overflow: hidden;
    }

    .content-column-2 img {
        height: 200px;
        width: 330px;
    }

    .gallery > .grid {
        float: right !important;
        width: 24%;
        box-sizing: border-box;
        margin: 0.5%;
        margin-bottom: 50px;

    }

    #innerpage-nav {
        display: inherit;
    }

    #homepage-nav .header-transparant {
        background: rgba(255, 255, 255, 0.80);
    }

    #homepage-nav .header-top .top-left ul li a {
        color: #000;
    }

    #homepage-nav .nav-outer {
        position: relative;
        float: right;
        margin-top: 20px;
    }

    .float-left.mb-5.mt-5 a .input-group-text,
    .float-right.mb-5.mt-5 a .input-group-text {
        font-size: 1rem;
    }

}

@media only screen and (min-width:751px) and (max-width:996px) {

    .hc {
        display: none !important;
    }

    .his {
        display: none;
    }

    .hib {
        display: block;
    }


}

@media only screen and (min-width:1007px) and (max-width:1334px) {
    .main-header .nav-outer {
        padding-right: 0px;
    }

    .his {
        display: none;
    }

    .hib {
        display: block;
    }

    .main-header .header-top .top-left {

        background-color: transparent;
    }

}

@media only screen and (min-width:0px) and (max-width:765px) {
    .di-fl {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media (max-width: 680px) {

    .js-responsive-table table,
    .js-responsive-table tbody,
    .js-responsive-table table tr,
    .js-responsive-table table td,
    .js-responsive-table table th {
        display: block;
        width: 99%;
        font-size: 16px;
    }

    .js-responsive-table table tr {
        max-height: 68px;
        overflow: hidden;
        position: relative;
        cursor: pointer;
    }

    .js-responsive-table .icon-accordion {
        display: block;
        text-align: center;
        width: 16px;
        height: 16px;
        position: absolute;
        left: 15px;
        top: 17px;
        font-style: normal;
        font-size: 30px;
        font-weight: bold;
    }

    .js-responsive-table td h3 {
        display: block;
        font-size: 20px;
    }

    .js-responsive-table table th {
        font-size: 18px !important;
        min-height: 70px;
    }
}

@media only screen and (min-width:768px) {
    .content-column-2 {
        height: 260px;
        overflow: hidden;
    }

    .content-column-2 img {
        height: 190px;
        width: 305px;
    }

    .input-group-text {
        margin: inherit !important;
        margin-right: 15px !important;

    }

    embed {
        width: inherit;
        height: auto;
    }

    .gallery > .grid {
        float: right !important;
        width: 32%;
        box-sizing: border-box;
        margin: 0.5%;
        margin-bottom: 50px;

    }

    .pagingRow table,
    .pagingRow tbody {
        width: 1%;
    }

}

.rsbtn
{
float: left;
}

.rsbtn_toolpanel .rsbtn_tools
{
width: 355px;
margin-right: -265px;
}

