/*Arabic*/

@font-face {
    font-family: 'TheSansArabic SemiLight';
    src: url('../fonts/TheSansArabic-SemiLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TheSansArabic';
    src: url('../fonts/TheSansArabic-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TheSansArabic';
    src: url('../fonts/TheSansArabic-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TheSansArabic';
    src: url('../fonts/TheSansArabic-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TheSansArabic Plain';
    src: url('../fonts/TheSansArabic-Plain.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    direction: rtl;
}


/*End*/

html,
body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    min-height: 100%;
}


/*Arabic*/

body {
    font-family: 'TheSansArabic Plain';
    color: #161824;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    background-color: #002752;
    overflow-x: hidden;
    padding-top: 150px;
}


/*End*/

a,
a:link,
a:visited {
    outline: none;
    text-decoration: none;
    -moz-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}

img {
    border: none;
    margin: 0px;
    max-width: 100%;
}


/*Arabic*/

h1 {
    font-family: 'TheSansArabic';
    /* font-weight: normal;
    font-size: 67px;
    margin: 0px;
    padding: 0px; */
    font-weight: bold;
    font-size: 60px;
    line-height: 50px;
    text-transform: uppercase;
    margin: 0px;
    color: #BFCCD9;
}

h2 {
    font-family: 'TheSansArabic';
    font-weight: bold;
    font-size: 70px;
    margin: 0px;
    padding: 0px;
}

h3,
h4,
h5,
h6 {
    font-family: 'TheSansArabic';
    font-weight: normal;
    font-size: 18px;
    margin: 0px;
    padding: 0px;
}


/*End*/

form,
input,
select,
textarea,
p {
    margin: 0px;
    padding: 0;
}

textarea {
    resize: none;
}

input:focus,
textarea:focus {
    outline: none;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time {
    display: block;
    margin: 0px;
    padding: 0;
}

.customClear {
    clear: both;
    font-size: 0em;
    line-height: 0px;
    height: 0px;
    margin: 0px;
    padding: 0px;
}


/*IE below 9*/

#ieWrapper {
    background: #000;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.ieHolder {
    position: relative;
    width: 555px;
    padding: 20px;
    margin: 200px auto 0 auto;
    background: #FFF;
    border: 7px solid #2b2927;
}

.btnIeUpdate {
    background: url(../images/btnIeUpdate.jpg) 0 0 no-repeat;
    width: 144px;
    height: 37px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #fff;
    line-height: 37px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.ieLogo {
    float: left;
    width: 134px;
    height: 139px;
    background: url(../images/ieLogo.jpg) no-repeat 0 0;
}

.ieContent {
    float: right;
    margin: 0;
    padding: 0;
    width: 350px;
    color: #666;
    font-size: 15px;
    line-height: 18px;
}

.ieContent strong {
    margin: 0 0 15px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px dashed #cccccc;
    display: block;
    font-size: 18px;
    color: #333;
    font-weight: normal;
}


/*End IE below 9*/

header {
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
    position: fixed;
    background-color: #fff;
    top: 0;
    z-index: 100;
}

header .page-center {
    padding: 23px 0px 0px;
}

.page-center {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.flex {
    display: flex;
    flex-flow: row nowrap;
}

header .page-center figure {
    flex-grow: 1;
    padding-left: 32px;
}

.header-right {
    justify-content: space-between;
    text-transform: uppercase;
    color: #8194A7;
}

.header-right a {
    color: #8194A7;
}

.header-top-right {
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    border-bottom: solid 1px rgba(129, 148, 167, 0.19);
    padding: 0px 20px 18px 0px;
}

.header-top-right .service-center {
    border-left: solid 2px #8194A7;
    border-right: solid 2px #8194A7;
    margin: 0 14px;
    padding: 0px 20px;
}

.header-top-right .service-center a:last-child {
    padding-left: 14px;
}

.meta {
    position: relative;
}

.meta::before {
    position: absolute;
    content: '';
    background: url(../images/meta.png) no-repeat 0 0;
    width: 38px;
    height: 21px;
    left: -45px;
    top: -4px;
}

.meta:hover:before {
    background: url(../images/bluemeta.png) no-repeat 0 0;
}

.top-menu ul li {
    flex-grow: 1;
}

.top-menu ul,
.bottom-menu ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    font-weight: bold;
    font-size: 16px;
    justify-content: space-between;
}

.bottom-menu ul {
    font-size: 18px;
}

.top-menu ul li a {
    padding: 33px 20px 33px 20px;
    display: block;
    box-sizing: border-box;
    white-space: nowrap;
    text-align: center;
    border-bottom: solid 2px #fff;
}

.top-menu ul li a:hover,
.top-menu ul li a.active {
    background: #F5F9FD;
    border-bottom: solid 2px #0063B0;
    color: #0063B0;
}

footer {
    background-color: #002752;
    padding: 80px 0px 100px;
}

.bottom-menu ul li a {
    color: #fff;
}

.footer-bottom.flex {
    justify-content: space-between;
}


/*Ar*/

.social-links,
.download-buttons {
    flex-direction: row-reverse;
}


/*End*/

.social-links figure:not(:last-child) {
    padding-right: 40px;
}

.download-buttons a {
    padding-right: 30px;
}

.footer-top {
    border-bottom: solid 1px #015BA1;
    margin-bottom: 45px;
}

footer .flex {
    align-items: center;
}

footer .page-center .footer-logo {
    flex-grow: 1;
}

.bottom-menu ul {
    padding-bottom: 45px;
}

.objective-wrapper {
    background-color: #fff;
}

.objective-wrapper .content-wrapper-right,
.objective-wrapper .content-wrapper-left {
    padding-top: 186px;
}

.objective-wrapper {
    padding-bottom: 262px;
}

.objective-wrapper .content-wrapper-right p,
.objective-wrapper .content-wrapper-left p {
    font-size: 24px;
    line-height: 60px;
    padding-top: 100px;
}

.objective-wrapper .content-wrapper-right p,
.objective-wrapper .content-wrapper-left p,
.objective-wrapper .content-wrapper-left h2,
.objective-wrapper .content-wrapper-right h2 {
    color: #00336B;
}

.content-wrapper-left .image-wrapper,
.content-wrapper-right .image-wrapper {
    position: relative;
    left: 0;
    top: 0
}

.content-wrapper-right .image-wrapper {
    flex-grow: 1;
}

.content-wrapper-left .image-wrapper img,
.content-wrapper-right .image-wrapper img {
    position: absolute;
    max-width: none;
}

.content-wrapper-right .image-wrapper img {
    right: 0;
}

.content-wrapper-right .text-wrapper,
.content-wrapper-left .text-wrapper {
    max-width: 855px;
    width: 100%;
}


/*Ar*/

.icon-nav {
    width: 40px;
    height: 25px;
    position: relative;
    -webkit-transform: rotate( 0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate( 0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    position: absolute;
    top: 20px;
    right: auto;
    left: 0px;
    z-index: 10;
    display: none;
}

.icon-nav span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #00336B;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate( 0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate( 0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.icon-nav span:nth-child(1) {
    top: 0px;
}

.icon-nav span:nth-child(2),
.icon-nav span:nth-child(3) {
    top: 10px;
}

.icon-nav span:nth-child(4) {
    top: 20px;
}

.icon-nav.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.icon-nav.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.icon-nav.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.icon-nav.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.content-wrapper-left .image-wrapper.i {
    margin-left: 11vw;
}


/*Ar*/

.content-wrapper-left .image-wrapper img {
    left: -190px;
    right: auto;
    top: 50%;
    transform: translate(0, -40%);
}

.content-wrapper-right .image-wrapper img {
    left: 123px;
    right: auto;
    top: 50%;
    transform: translate(0, -40%);
}


/*End*/

.mob-view {
    display: none;
}

.header-top-right a {
    transition: all .3s ease-in-out;
}

.header-top-right a:hover {
    color: #00336B;
}


/*Arc*/

.headerMain {
    font-family: 'TheSansArabic';
    font-weight: bold;
}

.header-top-right {
    text-align: left;
}

.header-top-right .service-center a:last-child {
    padding-right: 14px;
    padding-left: 0;
}

.meta::before {
    left: auto;
    right: -45px;
}


/*End*/

.bottom-menu ul {
    flex-direction: row-reverse;
}

footer .page-center .footer-logo {
    padding: 0 0 0 14px;
}


/* meta */

.main-container {
    max-width: 1400px;
    padding: 0 20px;
    box-sizing: border-box;
}

.meta-wrapper {
    background: #21518c;
    /* Old browsers */
    background: -moz-linear-gradient(top, #21518c 0%, #00336b 40%, #002043 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #21518c 0%, #00336b 40%, #002043 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #21518c 0%, #00336b 40%, #002043 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#21518c', endColorstr='#002043', GradientType=0);
    /* IE6-9 */
    background-image: url('../images/meta-banner-bg-top-left.png'), url('../images/meta-banner-bg-top-center.png'), url('../images/meta-banner-bg-left.png'), url('../images/meta-banner-bg-right.png');
    background-repeat: no-repeat;
    /* background-position: left top, center 10px, 190px 468px , 1612px 378px ; */
    background-position: left top, center 12px, 9vw 24vw, 83vw 19vw;
    height: 825px;
}


/* Ar - font family*/

.meta-wrapper h1 {
    font-family: 'TheSansArabic';
    font-weight: bold;
    font-size: 60px;
    line-height: 50px;
    text-transform: uppercase;
    padding: 6.55vw 0 4.23vw;
    text-align: center;
    color: #BFCCD9;
}


/* end Ar  */

.meta-content-wrapper {
    background: #fff;
    padding: 329px 0 300px;
}


/* Ar - font family*/

.meta-content-wrapper article {
    padding: 62px 0;
    font-family: 'TheSansArabic Plain';
    font-weight: normal;
    font-size: 36px;
    line-height: 60px;
    text-align: center;
    color: #8194A7;
}


/* end Ar  */

.meta-bottom {
    background: #F0F5FA;
    padding: 124px 0 82px;
    position: relative;
}

.meta-bottom .container {
    margin-top: -260px;
}


/* Ar - padding*/

.meta-bottom .single-block {
    padding: 48px 20px 61px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 1px 2px 17px 0px rgb(29 127 171 / 7%);
    -webkit-box-shadow: 1px 2px 17px 0px rgb(29 127 171 / 7%);
    -moz-box-shadow: 1px 2px 17px 0px rgb(29 127 171 / 7%);
    text-align: center;
    margin-right: 22px;
    margin-bottom: 30px;
}


/* end Ar  */

.meta-bottom .single-block:last-child {
    margin-right: 0;
}


/* Ar - font family*/

.single-block h5 {
    font-family: 'TheSansArabic';
    font-weight: bold;
    padding: 45px 0 24px;
    line-height: 40px;
    font-size: 36px;
    color: #00336B;
    text-transform: uppercase;
}

.single-block p {
    font-family: 'TheSansArabic Plain';
    font-weight: normal;
    font-size: 20px;
    line-height: 29px;
    color: #8194A7;
}


/* end Ar  */


/* end meta */


/*Home  */


/* Vision - Objectives */

.home-vision-wrapper {
    background: #fff;
    padding: 90px 0 137px;
    position: relative;
}

.home-vision-wrapper .container {
    margin-top: -176px;
}

.home-vision-wrapper .single-block {
    padding: 42px 70px 0px 38px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 1px 2px 17px 0px rgb(29 127 171 / 7%);
    -webkit-box-shadow: 1px 2px 17px 0px rgb(29 127 171 / 7%);
    -moz-box-shadow: 1px 2px 17px 0px rgb(29 127 171 / 7%);
    margin-bottom: 45px;
    height: 100%;
}

.vision-list {
    margin-bottom: 45px;
}

.home-vision-wrapper .single-block h5 {
    padding: 33px 0 27px;
    color: #0063B0;
    text-transform: capitalize;
}

.home-vision-wrapper .single-block p {
    padding-bottom: 28px;
}

a.more-arrow-link {
    padding: 8px 6px 8px 0;
    color: #0263B0;
    font-family: 'TheSansArabic';
    font-weight: bold;
    font-size: 18px;
    line-height: 29px;
    position: relative;
}

a.more-arrow-link:after {
    content: '';
    position: absolute;
    background: url('../images/icons-right-arow.png') no-repeat right center;
    display: inline-block;
    top: 6px;
    left: 54px;
    width: 35px;
    height: 35px;
}


/* End Vision  - Objectives*/


/* Blue bg section  */

.home-bluebg-wrapper {
    background: #21518c;
    /* Old browsers */
    background: -moz-linear-gradient(top, #21518c 0%, #00336b 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #21518c 0%, #00336b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #21518c 0%, #00336b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#21518c', endColorstr='#00336b', GradientType=0);
    /* IE6-9 */
}

.home-bluebg-wrapper .blue-block {
    padding: 64px 0;
    word-break: break-word;
}

.home-bluebg-wrapper .blue-block h4 {
    font-family: 'TheSansArabic';
    font-weight: bold;
    font-size: 42px;
    line-height: 55px;
    color: #fff;
    min-height: 168px;
}

.home-bluebg-wrapper .blue-block h6 {
    font-family: 'TheSansArabic';
    font-weight: normal;
    font-size: 34px;
    line-height: 41px;
    color: #fff;
    padding: 45px 0 54px;
}

.home-bluebg-wrapper .blue-block h6.top {
    padding: 34px 0 0;
}

.home-bluebg-wrapper .blue-block p {
    font-family: 'TheSansArabic';
    font-weight: normal;
    font-size: 20px;
    line-height: 29px;
    color: #fff;
    padding-top: 22px;
}

.home-bluebg-wrapper .blue-block .more-arrow-link {
    color: #fff;
}


/*End  Blue bg section  */


/* Participate section */

.participate-wrapper {
    background: #f0f5fa;
    padding: 136px 0 175px 0;
}

.participate-wrapper h2 {
    color: #0063B0;
    font-size: 70px;
    line-height: 64px;
    padding: 0 0 19px 0;
    text-align: center;
}

.participate-wrapper h2 span {
    color: #8194A7;
    font-size: 20px;
    line-height: 29px;
    padding: 32px 0 52px 0;
    font-weight: normal;
    display: block;
}

.parti-holder .list {
    width: 100%;
    /* max-width: 218px;																																					 */
    height: 158px;
    background-color: #FFFFFF;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}

.parti-holder .parti-col {
    padding: 0 11px 10px 0;
}


/*End Participate section */


/*End Home  */


/*Footer Easy Trans Starts*/

.app-wrapper {
    background: rgb(33, 81, 140);
    background: linear-gradient(0deg, rgba(33, 81, 140, 1) 0%, rgba(0, 51, 107, 1) 56%, rgba(0, 32, 67, 1) 100%);
    overflow: hidden;
}

.app-wrapper .content {
    padding: 125px 0 100px 0;
    max-width: 471px;
    position: relative;
    z-index: 2;
}

.app-wrapper figure {
    width: 100%;
    height: 100%;
    position: relative;
}

.app-wrapper figure img {
    position: absolute;
    right: -32%;
    bottom: 0;
    max-width: inherit;
    height: 100%;
}

.app-wrapper h2 {
    color: #36A7FF;
    font-size: 60px;
    line-height: 75px;
    text-transform: uppercase;
    padding: 0 0 18px 0;
}

.app-wrapper p {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 29px;
    font-weight: normal;
    padding: 0 0 52px 0;
}

.buttonApp {
    background-image: url('../images/iconApp.png');
    background-repeat: no-repeat;
    display: inline-block;
}

.buttonApp.apple {
    background-position: 0 0;
    width: 173px;
    height: 60px;
    margin: 0 14px 0 0;
}

.buttonApp.google {
    background-position: right 0;
    width: 196px;
    height: 60px;
}


/*Footer Easy Trans Ends*/


/*Footer Banner Main Starts*/

.banner-main {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'TheSansArabic';
    font-weight: normal;
    position: relative;
}

.banner-main > img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    top: 0;
    right: 0;
}

.banner-list h2 {
    color: #ffff;
    font-size: 67px;
    line-height: 78px;
    font-weight: normal;
    padding: 0 0 54px 0;
}

.banner-list p {
    color: #ffff;
    font-size: 21px;
    line-height: 29px;
    padding: 0 0 8px 0;
}

.appIconBanner {
    margin: 0 0 58px 0;
}

.banner-content {
    padding: 96px 0 162px 0;
}

.appStoreLink {
    margin: 0 6px 0 0;
}

.banner-image {
    position: relative;
}

.banner-image figure {
    position: absolute;
    bottom: 0;
    left: -4vw;
    max-width: 550px;
    width: 100vw;
}

.banner-ctrl {
    border-bottom: 2px solid #9EB6CE;
    display: inline-block;
    position: relative;
    height: 13px;
    margin: auto;
    bottom: 112px;
}

.banner-ctrl li {
    width: 10px;
    height: 10px;
    background: #9EB6CE !important;
    border: 1px solid #9EB6CE;
    display: inline-block;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 0 0 0 34px;
}

.banner-ctrl li:first-child {
    margin: 0 0 0 0;
}

.banner-ctrl li.active {
    background: #21518C !important;
}

.banner-list {
    margin: 0;
}


/*Footer Banner Main Ends*/


/*My Data Starts*/

.myData-wrapper {
    background: #F0F5FA;
    font-family: 'TheSansArabic';
    overflow: hidden;
}

.dataSlider {
    background: url('../images/dataBannerBg.png') no-repeat left center / 597px auto;
    padding: 145px 0 258px 0;
}

.dataSlider figure {
    width: 302px;
    margin: 0 auto;
}

/*arabic*/
.myData-content {
    padding: 244px 58px 0 0px;
    max-width: 618px;
}

/*end*/


.myData-content img {
    margin: 0 0 0 -6px;
}

.myData-content h2 {
    color: #0063B0;
    font-size: 70px;
    line-height: 29px;
    font-weight: bold;
    padding: 30px 0 58px 0;
}

.myData-content p {
    color: #8194A7;
    font-size: 20px;
    line-height: 29px;
    font-weight: normal;
    padding: 0 0 44px 0;
}

.bannerCtrl-holder {
    padding: 0;
    height: 0;
}

.sliderDataCtrl {
    display: block;
    width: 85px;
    height: 85px;
}

.sliderDataCtrl.left {
    background: url('../images/dataSliderLeftCtrl.png') no-repeat 0 0;
    position: absolute;
    left: 0;
    top: 0;
}

.sliderDataCtrl.right {
    background: url('../images/dataSliderRightCtrl.png') no-repeat 0 0;
    position: absolute;
    right: 0;
    top: 0;
}

.sliderDataCtrlHolder {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 614px;
    margin-top: -50px;
}

.dataMore {
    background: url('../images/dataMore.png') no-repeat 0 0;
    color: #0063B0 !important;
    font-size: 18px;
    padding: 4px 0 4px 44px;
    margin: 0 0 0 8px;
    font-family: 'TheSansArabic';
    font-weight: bold;
}

#carouselData {
    margin-left: -50px;
}


/*Arabic*/

.banner-content,
.myData-content,
.home-vision-wrapper .single-block,
.home-bluebg-wrapper .blue-block,
.app-wrapper .content {
    text-align: right;
}

.banner-image figure {
    left: 0;
}

.dataMore {
    padding: 4px 44px 4px 0;
    background-position: right 0;
}

a.more-arrow-link:after {
    right: 54px;
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}

.bannerCtrl-holder {
    text-align: right;
}

.banner-ctrl li:first-child {
    margin: 0 0 0 34px;
}

.banner-ctrl li:last-child {
    margin: 0;
}

.banner-ctrl {
    padding: 0;
    margin-right: 24px;
}

.app-wrapper figure img {
    right: -1%;
}


/*Arabic Ends*/


/*My Data Ends*/


/* Departments */
.department-wrapper{
    min-height: 260px;
    padding: 10px 0;
    box-sizing: border-box;
    
    background: #21518c; /* Old browsers */
    background: -moz-linear-gradient(top,  #21518c 0%, #00336b 50%, #002043 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #21518c 0%,#00336b 50%,#002043 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #21518c 0%,#00336b 50%,#002043 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21518c', endColorstr='#002043',GradientType=0 ); /* IE6-9 */

    background-image: url("../images/dapertment-banner-bg-left.png"), url("../images/department-banner-bg-center.png"), url("../images/dapertment-banner-bg-right.png");
    background-repeat: no-repeat;
    /* background-position: 158px 63px, center, 1158px 187px ; */
    background-position: 8.23vw  3.3vw, center, 60.3vw 9.75vw;
}

.department-wrapper h1{
    font-family: 'TheSansArabic';
    font-weight: bold;
    font-size: 60px;
    line-height: 50px;
    text-transform: uppercase;
    padding: 100px 0 88px;
    color: #BFCCD9;
}

.departments{
    padding: 82px 0 124px;
}

.page-content-wrapper{
       background: #fff;
}

.page-content-wrapper .container .title-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.page-content-wrapper .title-container::after{
    content: " ";
    height: 1px;
    background: #BFCCD9;
    display: block;
    flex-grow: 1;
}

/* Ar  */
.page-content-wrapper h2{
    font-family: 'TheSansArabic';
    font-weight: bold;
    font-size: 42px;
    line-height: 50px;
    text-transform: uppercase;
    color: #00336B;
    padding-left: 30px;
}
/* Ar  Ends*/

.management:nth-child(even){
    display: flex;
    justify-content: flex-end;
}

.management-block{
    padding-top: 69px;
    max-width: 584px;
    width: 100%;
}

.management-block img{
    width: 100%;
}

/* Ar  */
.management-block h6{
    font-family: 'TheSansArabic';
    font-weight: bold;
    font-size: 34px;
    line-height: 41px;
    color: #00336B;
    padding-top: 34px;
}


a.profile-link {
    padding: 8px 6px 8px 0;
    color: #0263B0;
    font-family: 'TheSansArabic';
    font-weight: bold;
    font-size: 18px;
    line-height: 29px;
    position: relative;
    text-transform: uppercase;
    display: flex;
}
.more-entity {
    text-align: center;
    padding-bottom: 50px;
}

a.profile-link:after, .more-entity a:after {
    content: '';
    background: url('../images/icons-right-arow.png') no-repeat right center;
    display: inline-block;
    width: 35px;
    height: 28px;
    transform: rotateY(-180deg);
}

.more-entity a {
    color: #0263B0 !important;
    font-size: 18px;
    line-height: 29px;
    text-transform: uppercase;
    display: inline-flex;
    cursor: pointer;
}
/* Ar  Ends*/
.more-entity {
    text-align: center;
    padding: 25px 0 0;
}

.management-block p{
    padding: 10px 0 7px;
    color: #8194A7;
     font-family: 'TheSansArabic SemiLight';
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    min-height: 65px;
}

.title-container.team{
    padding-top: 69px;
}

.team .management-block{
    max-width: 439px;
    width: 100%;
}

/* End Departments */



/* Profile */
.profile-wrapper img{
    width: 100%;
}

.breadcrumbs{
    width: 100%;
    background-color: #F0F5FA;
    position: relative;
    display: block;                                                                                    
}

.breadcrumbs ul{
    list-style: none;
    padding: 25px 0;
    margin-bottom: 0;
}

.breadcrumbs ul li{
    padding: 0 5px;
}

.breadcrumbs ul li:after{
    content: " /";
    display: inline;
}

.breadcrumbs ul li:last-child:after{
    content: "";
}

.breadcrumbs ul li {
    font-family: 'TheSansArabic SemiLight';
    font-weight: normal;
    font-size: 20px;
    line-height: 29px;
    color: #8194A7;
    display: inline-block;
}

.breadcrumbs ul li a{
    color: #8194A7;
}

article.profile{
    font-family: 'TheSansArabic SemiLight';
    font-weight: normal;
    font-size: 24px;
    line-height: 50px;
    color: #303A46;
    background-color: #fff;
    padding: 75px 0  186px;
}

article.profile h2{
    font-family: 'TheSansArabic SemiLight';
    font-weight: bold;
    font-size: 42px;
    line-height: 51px;
    color: #303A46;
    padding-bottom: 12px;
}

article.profile h3{
    font-family: 'TheSansArabic SemiLight';
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    color: #8194A7;
}

article.profile p{
    padding-top: 67px;
}
/*End Profile */

/* News */

.news-wrapper{
    min-height: 260px;
    padding: 10px 0;
    box-sizing: border-box;
    
    background: #21518c; /* Old browsers */
    background: -moz-linear-gradient(top,  #21518c 0%, #00336b 50%, #002043 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #21518c 0%,#00336b 50%,#002043 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #21518c 0%,#00336b 50%,#002043 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21518c', endColorstr='#002043',GradientType=0 ); /* IE6-9 */

    background-image: url("../images/dapertment-banner-bg-left.png"), url("../images/news-banner-bg-center.png"), url("../images/dapertment-banner-bg-right.png"), url("../images/news-banner-bg-right.png") ;
    background-repeat: no-repeat;
    /* background-position: 158px 63px, center, 1158px 187px ; */
    background-position: 8.23vw  3.3vw, center, 60.3vw 9.75vw, right;
}

.news{
    padding: 39px 0 11px;
}

.news .title-container{
    padding-bottom: 60px;
}

.single-block-wrapper{
    font-family: 'TheSansArabic';
    font-size: 18px;
    font-weight: normal;
    line-height: 29px;
    color: #fff;
}

/* Ar  */
.single-block-wrapper:nth-child(odd){
    padding-left: 0;
}
/*Ends Ar  */
.single-block-wrapper:nth-child(even){
    padding-right: 0;
}

.single-block-wrapper:nth-child(4n+1) .content-block {
    background: #1B456C;
}

.single-block-wrapper:nth-child(4n+2) .content-block{
    background: #286AA6;
}

.single-block-wrapper:nth-child(4n+3) .content-block{
    background: #00336B;
}

.single-block-wrapper:nth-child(4n+4) .content-block{
    background: #1F4F7A;
}

.single-block-wrapper:nth-child(4n+4) .photo-block, .single-block-wrapper:nth-child(4n+3) .photo-block{
    order: 1;
}

.single-block-wrapper:nth-child(4n+4) .content-block, .single-block-wrapper:nth-child(4n+3) .content-block{
    order: 2;
}

.single-block-wrapper img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.single-block-wrapper .content-block{
    background: #1B456C;
    padding: 28px 20px 21px;
}

.single-block-wrapper .content-block article{
    font-size: 20px;
    min-height: 112px;
    padding: 10px 0;
}

.single-block-wrapper .content-block a{
    font-weight: bold;
    color: #fff;
}

.single-block-wrapper.video .photo-block{
    position: relative;
}

.single-block-wrapper.video .photo-block:after{
    content: '';
    background: url(../images/icon-video.png) no-repeat center;
    position: absolute;
    height: 82px;
    width: 84px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.interviews{
    padding-bottom: 60px;
}

.tweets-wrapper{
    background: #C5D8EB;
    padding: 42px 0 84px;
}

.tweets-wrapper h2{
    font-family: 'TheSansArabic';
    font-size: 42px;
    font-weight: bold;
    line-height: 50px;
    color: #0863B0;
    text-transform: uppercase;
}

.tweets-wrapper h4{
    font-family: 'TheSansArabic';
    font-size: 26px;
    font-weight: normal;
    line-height: 60px;
    color: #8194A7;
    padding-bottom: 30px;
}

.tweets-slider .slider{
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 3px 10px rgb(29 127 171 / 0.2);
    padding: 15px 35px 30px;
    max-width: 664px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    font-family: 'TheSansArabic';
    font-weight: normal;
    color: #000;
    font-size: 20px;
}

.tweets-slider .owl-stage { 
padding: 30px 0;
}

.tweets-slider .slider article{
    line-height: 30px;
    padding: 19px 0 30px;                                                                                                               ;
}

.tweets-slider.owl-carousel .owl-item img {
    width: auto !important;
}

.slider-top{
    display: flex;
    justify-content: flex-start;
    width: 100%;
    align-items: center;
}

.slider-top p{
    font-weight: bold;
    color: #000;
    display: inline-block;
    flex: 2;
}

.slider-top p span{
    color: #99A4AA;
}

.hashtag{
    display: flex;
    justify-content: space-between;
    color: #3078AF;
}

.hashtag .left-columnn{
    display: flex;
    flex-direction: column;
}

.hashtag .arabic{
    font-family: 'TheSansArabic Plain';
}

.actions{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    color: #898E91;
}

.actions span{
    display:flex;
    align-items: center;
}

.actions .retweet:after{
    content: '';
    background: url('../images/icon-retweet.png') no-repeat center;
    display: inline-block;
    width: 24px;
    height: 16px;
    padding-left: 40px;
}

.actions .likes:after{
    content: '';
    background: url('../images/icon-likes.png') no-repeat center;
    display: inline-block;
    width: 24px;
    height: 24px;
    padding-left: 40px;
}

.actions .share:after{
    content: '';
    background: url('../images/icon-share.png') no-repeat center;
    display: inline-block;
    width: 24px;
    height: 24px;
    padding-left: 40px;
}

.left-column{
    display: flex;
    flex-direction: column;
    
}

.left-column .time{
    color: #898E91;
}

/* Ar  */
.owl-carousel{ direction: ltr;}
.owl-carousel .owl-item { direction: rtl; }
/*Ends Ar  */

.news-wrapper h1{
    padding: 100px 0 88px;
}
/*End News */


/*Service Guide*/
.guide-banner {
    align-items: center;
    text-align: center;
    color: #FFF;
    position: relative;
    min-height: 466px;
    background: rgb(33,81,140);
    background: linear-gradient(0deg, rgba(33,81,140,1) 0%, rgba(0,51,107,1) 47%, rgba(0,32,67,1) 100%);
    padding: 99px 20px 20px 20px;
}

.guide-banner:after {
    content: "";
    background: url(../images/bg_service_banner.png) no-repeat 0 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.guide-banner h1,.guide-banner p {
    position: relative;
    z-index: 1;
}
.guide-banner h1 {
    font-size: 60px;
    font-weight: bold;
    color: #BFCCD9;
    padding: 0;
    line-height: inherit;
}
.guide-banner p {
    font-size: 20px;
    color: #8194A7;
    line-height: 29px;
}

.guide-wrapper {
    background: #FFF;
}
.entity-container {
    margin-top: -80px;
    display: none;
}
.entity-container.show {
    display: block;
}

.serviceSlider, .partiesSlider {
    list-style: none;
    margin: -164px 0 0 0;
    padding: 0;
}

.serviceSlider li, .partiesSlider li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    width: 217px;
    height: 158px;
    background: #FFF;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(29,127,171,0.09);
    -moz-box-shadow: 0px 0px 30px 0px rgba(29,127,171,0.09);
    box-shadow: 0px 0px 30px 0px rgba(29,127,171,0.09);
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    cursor: pointer;
}

.serviceSlider li img, .partiesSlider li img {
    width: auto !important;
    height: auto !important;
    display: block;
    margin: 0 auto !important;
}

.serviceSlider .center {
    padding: 0 20px;
}

.serviceSlider .center li {
    transform: scale(1.15);
}


.serviceSlider .center li:after {
    content: "";
    width: 32px;
    height: 28px;
    position: absolute;
    top: -55px;
    left: 50%;
    background: url(../images/arrow.svg) 0 0;
    margin-left: -16px;
}

.serviceSlider .owl-stage {
    padding-top: 74px;
    min-height: 318px;
}

.service-title {
    font-size: 34px;
    text-align: center;
    color: #8194A7;
    font-weight: normal;
    position: relative;
}
.service-title span {
    position: relative;
    z-index: 1;
    background: #FFF;
    padding: 0 87px;
    display: inline-block;
}
.service-title:after {
    content: "";
    height: 2px;
    display: block;
    border-bottom: 2px solid #8194A7;
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -1px;
    z-index: 0;
    opacity: 0.30;
}

.entity-wrapper {
    padding-bottom: 80px;
}

.entity-item {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    line-height: 29px;
    color: #8194A7;
    text-align: center;
    min-height: 196px;
    height: 100%;
    border-radius: 10px;
    padding: 45px 20px 20px 20px;
    margin: 0 10px;
    max-width: 67px auto 0 auto;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(29,127,171,0.09);
    -moz-box-shadow: 0px 0px 30px 0px rgba(29,127,171,0.09);
    box-shadow: 0px 0px 30px 0px rgba(29,127,171,0.09);
}
.entity-list {
    margin-top: 60px;
}
.entity-item h5 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 29px;
    color: #303A46;
    padding-bottom: 26px;
}

.parties-wrapper {
    text-align: center;
    font-size: 20px;
    line-height: 29px;
    padding: 70px 0 70px 0; 
    color: #8194A7;
    background: #F0F5FA;
}

.parties-wrapper h2 {
    font-size: 60px;
    font-weight: bold;
    color: #0063B0;
    padding-bottom: 10px;
}

.partiesSlider {
    padding-top: 30px;
    margin:  0;
}

.partiesSlider .owl-stage {
    padding: 30px 0;
}

.entity-container .modal-body{
    font-size: 20px;
    line-height: 29px;
    color: #8194A7;
    padding-top: 30px ;
    padding-bottom:50px;
}

.entity-container .modal-body p{
    padding-bottom: 20px;
}

.entity-container .modal-title{
    font-size: 34px;
    text-align: center;
    color: #8194A7;
    padding: 12px 14px 0;
}
.entity-container .modal-header{
    border-bottom: none;
    padding: 0;
}

.entity-container .modal-dialog-scrollable .modal-content{
    padding: 20px;
}

.entity-container .modal-header .btn-close{
    position: absolute;
    top: 8px;
    left: 0;
}

.modal .btn-close:focus{
    box-shadow: none;
}
/*End Service*/


/*About*/
.about-section {
    background: #FFF;
    padding: 68px 0 0 0;
    font-size: 24px;
    color: #8194A7;
}
.about-section h2 {
    font-size: 42px;
    line-height: 50px;
    color: #0263B0;
    text-transform: uppercase;
    padding: 0 0 10px 0;
}
.about-section h3 {
    padding: 0 0 30px 0;
}

.count {
    flex-shrink: 0;
    font-size: 36px;
    color: #0263B0;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    border-radius: 100%;
    background: #D6EDFF;
}

.about-list-content {
    font-size: 20px;
    color: #8194A7;
    line-height: 29px;
    padding: 8px 38px 0 0px;
}

.about-list-content h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 29px;
    color: #303A46;
    text-transform: uppercase;
    padding: 0 0 10px 0;
}

.about-list-wrapper {
    display: flex;
    padding-bottom: 30px;
}
.about-section .row {
    padding: 48px 0 80px 0;
}
.about-right-col {
    align-items: normal;
    display: flex;
    flex-direction: column;
}
/*End*/


/* We Statistics*/
.statistic-Wrapper {
    position: relative;
    font-family: 'TheSansArabic Plain';
    background: #FFFFFF;
    padding-top: 106px;
    padding-bottom: 80px;
}

.statistic-Bg {
    background: #21518C;
    position: absolute;
    width: 100%;
    left: 0;
    top: 16px;
}


.statistic-Wrapper h2 {
    text-align: center;
    color: #FFFFFF;
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 14px 0 59px 0;
}

.statistic-Content {
    /* padding: 24px; */
    max-width: 1027px;
    margin: 0 auto;
}

.statistic-wrapper {
    margin-bottom: 40px;
}

.statistic-list {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    padding: 67px 36px 20px 36px;
    background: #FFFFFF;
    margin-bottom: 24px;
    max-width: 584px;
    box-sizing: border-box;
    box-shadow: 0 0 30px rgba(29,127,171, 9%);
    height: 100%;
}

.statistic-list h3 {
    color: #3AB4EF;
    font-size: 70px;
    font-weight: bold;
    line-height: 70px;
    padding-top: 14px;
    padding-bottom: 23px;
}

.statistic-list span {
    color: #0063B0;
    font-size: 36px;
    font-weight: bold;
    line-height: 29px;
    text-transform: uppercase;
    padding-bottom: 12px;
    display: block;
}

.statistic-list p {
    color: #8194A7;
    font-size: 18px; 
    line-height: 29px; 
}

.statistBenef {
    background: #ffff url('../images/statistBenef.png') no-repeat 39px 36px;
}

.statistTrans {
    background: #ffff url('../images/statistTrans.png') no-repeat 39px 36px;
}

.statistServ {
    background: #ffff url('../images/statistServ.png') no-repeat 39px 36px;
}

.statistUser {
    background: #ffff url('../images/statistUser.png') no-repeat 39px 36px;
}


/* We Are*/
.weAre-Wrapper {
    position: relative;
    font-family: 'TheSansArabic Plain';
    background: #FFFFFF;
    padding: 354px 20px 0 20px;
}

.weAre-Bg {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}


.weAre-Wrapper h2 {
    text-align: center;
    color: #00336B;
    font-size: 42px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 26px 0 59px 0;
}

.weAre-Wrapper .page-center {
    padding: 55px 0 0 0;
    background: #FFFFFF;
    border-radius: 20px;
    -webkit-border-radius: 20px;
}

.tab-WeAre {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 878px;
    margin: 0 auto 54px;
    padding: 0;
    direction: ltr;
}

.weAre-form {
    max-width: 878px;
    margin: 0 auto;
}

.tab-WeAre li {
    background: #F0F5FA;
    padding: 23px 8px 23px 18px;
    margin: 0 16px 0 0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    min-width: 180px;
    box-sizing: border-box;
    list-style: none;
    cursor: pointer;
}

.tab-WeAre li:last-child {
    margin: 0;
    text-align: center;
}

.tab-WeAre a {
    color: #0063B0;
    font-size: 15px;
    padding: 4px 28px 4px 0px;
    font-family: 'TheSansArabic Plain';
    font-weight: bold;
    text-transform: uppercase;
}

.tab-WeAre li:hover, .tab-WeAre li.active {
    background-color: #0263B0;
    -webkit-box-shadow: 0px 5px 8px 0px rgba(8,99,176,0.33);
    -moz-box-shadow: 0px 5px 8px 0px rgba(8,99,176,0.33);
    box-shadow: 0px 5px 8px 0px rgba(8,99,176,0.33);
}

.tab-WeAre li:hover a, .tab-WeAre li.active a {
    color: #fff;
    filter: grayscale(100%) brightness(200%) saturate(0%) contrast(1000%);
}

.btn-ask {
    background: url('../images/iconAsk.svg') no-repeat right top;

}

.btn-suggest {
    background: url('../images/iconSuggest.svg') no-repeat right top;
}

.btn-dev {
    background: url('../images/iconApp.svg') no-repeat right top;
}

.btn-report {
    background: url('../images/iconReport.svg') no-repeat right top;
}

.input-set {
    /* display: flex; */
}

.input-set .input-holder {
     /* width: 50%;  */
}

.input-holder { 
    margin-bottom: 15px;
}

.input-set .col-sm-6:first-child {
    padding: 0 0px 0 7px;
}

.input-set .col-sm-6:last-child {
    padding: 0 7px 0 0px;
}

.input-set .row {
    margin-left: 0;
    margin-right: 0;
}

.input-set .input-holder input, .input-holder textarea {
     border: 1px solid #BFCCD9;
     background: #FFFFFF;
     padding: 0 20px;
     color: #8194A7;
     font-size: 16px;
     border-radius: 14px;
     -webkit-border-radius: 14px;
     width: 100%;
}

.input-set .input-holder input {
    height: 70px;
}

.input-holder textarea { 
    height: 159px; 
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: auto;
}

.form-btn-submit {
    width: 261px;
    height: 75px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    border: none;
    color: #FFFFFF;
    font-size: 20px;
    background: #0263B0;
    font-weight: bold;
    text-transform: uppercase;
    margin: 32px auto 92px;
    display: block;
    cursor: pointer;
    -webkit-box-shadow: 0px 5px 8px 0px rgba(8,99,176,0.33);
    -moz-box-shadow: 0px 5px 8px 0px rgba(8,99,176,0.33);
    box-shadow: 0px 5px 8px 0px rgba(8,99,176,0.33);
}

.faq-holder {
    border-top: 1px solid #BFCCD9;
    border-bottom: 1px solid #BFCCD9;
    padding: 67px 0 52px;
}

.faq-holder h2 {
    text-align: right;
}

.faq-question-holder {
    list-style: none;
    padding: 0;
}

.faq-question-holder strong {
    background: #F0F5FA url('../images/WeAreFaqPlus.png') no-repeat 50px center; 
    border-radius: 20px;
    -webkit-border-radius: 20px;
    display: block;
    color: #0063B0;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 29px;
    padding: 40px 40px 40px 94px;
    cursor: pointer;
}

.faq.selected strong {
    background: #F0F5FA url('../images/weAreFaqMin.png') no-repeat 50px center; 
}

.faq-question-holder {
    color: #303A46;
    font-size: 24px;
    line-height: 40px;
}

.faq {
    margin: 0 0 28px 0;
}

.faq-ans {
    padding: 19px 40px 32px;
    display: none;
}

.faq.selected .faq-ans {
    display: block;
}

.faq.selected strong {
    border-radius: 20px 20px 0 0;
    -webkit-border-radius: 20px 20px 0 0;
}

.helpful {
    /* display: flex; */
    padding: 79px 0 114px;
}

.helpful h2 {
    flex: 1;
    text-align: right;
}

.helpful a {
    display: inline-block;
}

.thumb-up, .thumb-down {
    width: 100%;
    max-width: 393px;
    height: 107px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    cursor: pointer;
}

.thumb-up {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    background: #F0F5FA url('../images/weAreThumUp.png') no-repeat center center;
}

.thumb-down { 
    background: #F0F5FA url('../images/weAreThumDown.png') no-repeat center center;
    /* margin-left: 20px; */
}

.thumb-up.active, .thumb-down.active {
    background-color: #FFF;
}

.weAre-Contact { 
    background: #F0F5FA;
    padding: 0 20px;
}

.weAre-Contact .col-sm-6 {
    margin-bottom: 20px;
}

.weAre-Contact .page-center {
    /* display: flex;  */
    background: none;
    padding: 88px 0;
}

.weAre-Contact .page-center .col-sm-6:first-child .virtualAssit {
    /* margin-right: 21px; */
    background: #FFFFFF url('../images/weAreVirtual.png') no-repeat 93% center;
}

.weAre-Contact .page-center .col-sm-6:last-child .virtualAssit {
    /* margin-left: 21px; */
    background: #FFFFFF url('../images/weAreCall.png') no-repeat 93% center;
}

.virtualAssit {
    padding: 105px 234px 93px 49px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    height: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    /* width: 50%; */
}

.virtualAssit strong {
    color: #00336B;
    font-size: 36px;
    display: block;
    text-transform: uppercase;
    line-height: 29px;
    padding: 0 0 28px 0;
}

.virtualAssit span, .virtualAssit a {
    color: #8194A7;
    font-size: 24px; 
    line-height: 24px;
}

/* We Are Ends*/

/* News Details */
.news-detail-page-content{
    background: #fff;
}

.news-detail-wrapper{
    position: absolute;
    z-index: 0;
    left: 0;
    top: 158px;
}

.news-detail-wrapper img{
    width: 100%;
    height: 783px;  
    object-fit: cover;  
}

/* Ar  */
.detail-content-wrapper{
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-family: 'TheSansArabic Plain';
    font-weight: normal; 
    color: #fff;                                                                                                                                                                                                                                      ;
}
/*End Ar  */

.detail-content-wrapper .breadcrumbs{
    background: transparent;
    padding: 35px 0 78px;
}        

.detail-content-wrapper .breadcrumbs ul li, .detail-content-wrapper .breadcrumbs ul li a {
    color: #fff;
}  

.detail-content-wrapper span{
    font-size: 24px;
    line-height: normal ;                                                                                                                     
}    

.detail-content-wrapper h3{
    font-size: 42px;
    line-height: 80px ;                                                                                                 ;
}             
    
.detail-content-wrapper h1{
    line-height: 80px;
    color: #fff;
    padding-bottom: 75px;
}

.detail-content-wrapper article{
    background: #fff;
    padding: 89px 97px;
    font-size: 24px;
    line-height: 50px;
    color: #303A46;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    text-transform: none;
}

.detail-content-wrapper article p{
    padding-bottom: 50px;
}
 /* End News Details */
/* Join team  */
 .join-wrapper{
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
 }

 .join-wrapper img{
     width: 100%;
     object-fit: cover;
 }
 .join-wrapper h1 {
    position: absolute;
     color: #fff;
 }

 .job-search-area{
     background: #F5F7F8;
     padding: 20px 0 17px;
     font-family: 'TheSansArabic Plain';
     font-size: 18px;
     font-style: normal;
     color: #5E6E81;
     line-height: 29px;
 }
.input-job-serach, .select-job-city, .select-job-experience,  .select-job{
    width: 316px;
    height: 65px;
    border-radius: 14px;
    background: #fff;
    padding: 22px;
    margin-right: 32px;
    display: flex;
    align-items: center;
}

.input-job-serach{
    margin-right: 0;
}

.job-search-area input{
    background: url('../images/icon-search.png') no-repeat left center;
}

.job-search-area input, .job-search-area select{
    width: 100%;
    height: 65px;
    padding: 0 22px 0 50px;
    appearance: none;
    -webkit-appearance: none;
    border: none;
    outline: none;
    color: #5E6E81;
}

.job-search-area select{
    background: url('../images/down-arrow.svg') no-repeat left center;
}


.job-wrapper{
    background: #fff;
    padding: 27px 50px;
}

.job-wrapper .job-block{
    font-family: 'TheSansArabic';
    font-weight: normal;
    font-size: 18px;
    line-height: 29px;
    color: #8194A7;
    border: 1px solid #BFCCD9;
    border-radius: 20px;
    padding: 35px 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
}

.job-block h2{
    font-weight: bold;
    font-size: 26px;
    color: #0063B0;
    text-transform: uppercase;
    padding-bottom: 24px;
}
.job-block article{
    padding-bottom: 30px;
}

.submit-link{
    background: #0863B0;
    font-weight: bold;
    border-radius: 14px;
    padding: 19px 35px;
    text-transform: uppercase;
    /* line-height: 50px; */
    color: #fff;
    -webkit-box-shadow: 0px 5px 8px 0px rgba(8,99,176,0.33);
    -moz-box-shadow: 0px 5px 8px 0px rgba(8,99,176,0.33);
    box-shadow: 0px 5px 8px 0px rgba(8,99,176,0.33);
}

.submit-link:hover{
    color: #fff;
}
 /* End Join team  */

@media screen and (max-width:1770px) {
    /*Ar*/
    .content-wrapper-left .image-wrapper img {
        left: -13vw;
        right: 0;
    }
    .content-wrapper-right .image-wrapper img {
        left: 6vw;
        right: 0;
    }
    /*End*/
    .content-wrapper-left .image-wrapper img {
        max-width: 39vw;
    }
    .content-wrapper-left .image-wrapper {
        max-width: 29vw;
    }
    .content-wrapper-right .image-wrapper img {
        max-width: 36vw;
    }
    /* meta */
    .meta-wrapper {
        background-size: 39vw, auto, auto, 9vw;
    }

    /* Department  */
    .department-wrapper{
        background-position: 8.9vw 3.56vw, center, 65.4vw bottom;
    }
    /* Department  */
    
    /* News  */
    .news-wrapper{
        background-position: 8.9vw 3.56vw, center, 65.4vw bottom, right center;
    }
     /* End News  */
}

@media screen and (max-width:1406px) {
    .bottom-menu ul {
        font-size: 16px;
    }
    .content-wrapper-left,
    .content-wrapper-right {
        padding-left: 50px;
        padding-right: 50px;
    }
    .objective-wrapper .content-wrapper-right p,
    .objective-wrapper .content-wrapper-left p {
        line-height: 50px;
        padding-top: 55px;
    }
    .content-wrapper-right .text-wrapper,
    .content-wrapper-left .text-wrapper {
        max-width: 62.868vw;
    }
    .content-wrapper-left .image-wrapper {
        margin-left: 4vw;
    }
    /* .content-wrapper-right .image-wrapper{
		margin-right: 4vw;
	} */
    .objective-wrapper .content-wrapper-right,
    .objective-wrapper .content-wrapper-left {
        padding-top: 13.676vw;
    }
    footer .page-center .footer-logo {
        padding: 0px 25px;
    }
    .content-wrapper-left .image-wrapper img {
        right: -9vw;
    }
    .content-wrapper-left .image-wrapper img,
    .content-wrapper-right .image-wrapper img {
        max-width: 37vw;
    }
    /* meta */
    .meta-wrapper {
        background-position: left top, center 12px, left 28vw, 83vw 33vw;
        background-size: 34vw, auto, auto, 18vw;
    }
    .meta-content-wrapper {
        padding-top: 23.35vw;
    }
    .meta-bottom .single-block {
        padding: 48px 32px 61px;
    }
    .single-block h5 {
        font-size: 32px;
    }
    /* End meta */
}

@media screen and (max-width:1390px) {
     /* We Are*/
    .weAre-Wrapper .page-center {
        padding-right: 16px;
        padding-left: 16px;
    }

    .weAre-Wrapper h2 { 
        font-size: 36px; 
        padding: 26px 0 34px 0;
    }
    /* We Are Ends*/

    /*Ar*/
    header .page-center {
        padding-right: 20px;
        padding-left: 20px;
    }
    /*End*/
    .top-menu ul li a {
        padding: 33px 1vw 33px 1vw;
    }
    footer .page-center {
        padding: 0 20px;
    }
    
    /* Department  */
    .management-block {
        padding-top: 40px;
    }

    .page-content-wrapper h2 {
        font-size: 40px;
    }

    .management-block h6 {
        font-size: 32px;
    }
    /* End Department  */
}

@media screen and (max-width:1360px) {
     /* We Are*/
    .virtualAssit strong { 
        font-size: 30px; 
        padding: 0 0 10px 0;
    }

    .virtualAssit span, .virtualAssit a { 
        font-size: 20px;
        line-height: 24px;
    }

    .virtualAssit {
        padding: 42px 12vw 42px 27px;     
    }


    .weAre-Contact .page-center .col-sm-6:first-child .virtualAssit {
        background-size: 18%;
    }

    .weAre-Contact .page-center .col-sm-6:last-child .virtualAssit {
        background-size: 18%;
    }
    /* We Are Ends*/

    .banner-image figure {
        width: 44vw;
        left: -10vw;
    }
    .banner-list h2 {
        font-size: 50px;
        line-height: 68px;
        padding: 0 0 20px 0;
    }
    .banner-content {
        padding: 64px 0 162px 0;
        width: 54vw;
    }
    .appIconBanner {
        margin: 0 0 29px 0;
        max-width: 74px;
    }
    .bannerCtrl-holder {
        padding: 0 0 0 15px;
    }
    .sliderDataCtrlHolder {
        width: 83%;
        max-width: 614px;
        margin-top: -50px;
    }
    #carouselData {
        margin-left: 0;
    }
    .app-wrapper .content {
        padding: 9vw 0 9vw 12px;
    }
    .app-wrapper h2 {
        font-size: 50px;
        line-height: 56px;
    }
    /*Arabic*/
    .banner-image figure {
        left: 1vw;
    }
    .app-wrapper .content {
        padding: 9vw 20px 9vw 0;
    }
    .app-wrapper figure img {
        right: -24vw;
    }
    /*Arabic Ends*/
    .statistic-Wrapper .page-center {
        padding-right: 16px;
        padding-left: 16px;
    }
}

@media screen and (max-width:1255px) {
    .header-top-right {
        padding: 0px 1.592vw 1.433vw 0px
    }
    .bottom-menu ul {
        font-size: 15px;
    }
    .download-buttons a {
        padding-right: 2.185vw;
    }
    .social-links figure:not(:last-child) {
        padding-right: 2.185vw;
    }
    .objective-wrapper .content-wrapper-left h2,
    .objective-wrapper .content-wrapper-right h2 {
        font-size: 50px;
    }
    .objective-wrapper .content-wrapper-left p,
    .objective-wrapper .content-wrapper-right p {
        font-size: 24px;
        line-height: 44px;
    }
    /* meta */
    .meta-wrapper {
        height: 65.8vw;
    }
    .meta-wrapper h1 {
        font-size: 50px;
    }
    .meta-content-wrapper article {
        font-size: 24px;
        line-height: 44px;
    }
    .meta-bottom .single-block {
        padding: 48px 28px 61px;
    }
    .single-block h5 {
        font-size: 26px;
    }
    .meta-content-wrapper {
        padding-top: 16vw;
        padding-bottom: 24.4vw;
    }
    /* End meta */
    
    /* Department  */
    .department-wrapper h1 {
        font-size: 50px;
    }
    /* End Department  */
    
    /* News  */
    .news-wrapper h1 {
        font-size: 50px;
    }
     /* End News  */    
     /* news details */
    .detail-content-wrapper h1{
        font-size: 50px;
        line-height: 70px;
    }
     /* end news details */ 
      /* join team  */
    .join-wrapper h1 {
        font-size: 50px;
     }
     /*end join team  */                                                                                                                                                
}

@media screen and (max-width:1170px) {
    .top-nav-menu ul {
        font-size: 14px;
    }
}

@media screen and (max-width:1023px) {
     /* We Are*/
    .virtualAssit strong { 
        font-size: 20px; 
        padding: 0 0 4px 0;
        line-height: 24px;
    }

    .virtualAssit span, .virtualAssit a { 
        font-size: 15px;
        line-height: 24px;
    }

    .weAre-Wrapper h2 {
        font-size: 30px;
    }

    .faq-question-holder strong {  
        font-size: 20px; 
        line-height: 20px;
        padding: 29px 40px 29px 94px;
        background-size: 42px auto !important;
    }

    .faq-question-holder { 
        font-size: 20px;
        line-height: 34px;
    }

    .faq-ans {
        padding: 16px 40px 10px; 
    }

    .faq {
        margin: 0 0 18px 0;
    }

    .faq-holder {   
        padding: 28px 0 28px;
    }

    .form-btn-submit { 
        margin: 32px auto 56px; 
    }

    .helpful { 
        padding: 40px 0 40px;
    }

    .helpful h2 { 
        font-size: 28px;
        padding: 39px 0 0 0;
        text-align: center;
    }

    .weAre-Contact .page-center { 
        padding: 42px 16px;
    }

    .weAre-Wrapper { 
        padding-top: 12vw;
    } 

    .input-set .row {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    /* We Are Ends*/

    body {
        padding-top: 108px;
    }
    .content-wrapper-left .image-wrapper {
        max-width: 100%;
    }
    .objective-wrapper .content-wrapper-right,
    .objective-wrapper .content-wrapper-left {
        padding-top: 80px;
    }
    .content-wrapper-right .text-wrapper,
    .content-wrapper-left .text-wrapper {
        max-width: 100%;
    }
    .objective-wrapper .content-wrapper-right,
    .objective-wrapper .content-wrapper-left {
        flex-direction: column;
    }
    .content-wrapper-left .image-wrapper img,
    .content-wrapper-right .image-wrapper img {
        position: static;
    }
    .content-wrapper-right .image-wrapper,
    .content-wrapper-left .image-wrapper {
        margin: 0;
        display: flex;
        align-items: center;
    }
    .objective-wrapper .content-wrapper-left h2,
    .objective-wrapper .content-wrapper-right h2 {
        font-size: 44px;
    }
    .objective-wrapper {
        padding-bottom: 80px;
    }
    .content-wrapper-left .image-wrapper img,
    .content-wrapper-right .image-wrapper img {
        max-width: 100%;
        transform: none;
    }
    .objective-wrapper .content-wrapper-left p,
    .objective-wrapper .content-wrapper-right p {
        font-size: 20px;
    }
    .header-top-right .service-center {
        display: none;
    }
    /*Ar*/
    .meta {
        padding-right: 0px;
        padding-left: 15px;
    }
    /*End*/
    .top-nav-menu {
        display: none;
    }
    .menu-active {
        display: block;
    }
    .header-right {
        width: 85%;
    }
    .icon-nav {
        display: block;
    }
    /*Ar*/
    .top-menu ul {
        flex-direction: column;
        position: absolute;
        top: 64px;
        right: auto;
        left: 0;
        width: 240px;
        padding: 0;
        background: #00336B;
        z-index: 150;
        -webkit-box-shadow: 0px 2px 9px 0px rgb(0 0 0 / 75%);
        -moz-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 2px 9px 0px rgb(0 0 0 / 75%);
        display: block;
    }
    /*End*/
    .top-menu ul li a {
        border-bottom: solid 1px #015BA1;
        color: #fff;
    }
    .header-top-right {
        padding: 7px 10px 7px 0px;
    }
    .top-menu {
        position: relative;
    }
    header .page-center {
        padding-top: 14px;
    }
    header .page-center figure {
        padding: 13px;
    }
    .top-menu ul li a {
        padding: 15px 15px 15px 15px;
    }
    footer .page-center.flex {
        flex-direction: column;
    }
    .footer-logo img {
        width: 120px;
    }
    .bottom-menu ul {
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        padding: 40px;
        font-size: 14px;
    }
    .bottom-menu ul li a {
        line-height: 35px;
        padding-right: 15px;
    }
    .footer-bottom.flex {
        padding: 0px 20px;
    }
    .social-links figure:not(:last-child) {
        padding-right: 15px;
    }
    footer {
        padding: 40px 0px 40px;
    }
    footer .page-center .footer-logo {
        padding: 0px;
    }
    .top-menu ul li a:hover,
    .top-menu ul li a.active {
        background: #00336B;
        border-bottom: solid 1px #0063B0;
        color: #ccc;
    }
    /* meta */
    .meta-bottom .page-center {
        flex-direction: column !important;
    }
    .meta-bottom .page-center .single-block {
        margin-bottom: 22px;
        margin-right: 0;
    }
    .single-block h5 {
        font-size: 22px;
    }
    .meta-wrapper h1 {
        font-size: 44px;
    }
    .myData-content,
    .home-vision-wrapper {
        padding-bottom: 66px !important;
    }
    /* End meta */

    /* Home Parties */
    .participate-wrapper {
        padding: 12vw 0 12vw 0;
    }
    /* Home Parties */
    
    /* departments */
    .department-wrapper h6 {
        font-size: 22px;
    }

    .department-wrapper h1 {
        font-size: 44px;
    }
    /*End departments */
    
     /* News  */
     .news-wrapper h1 {
        font-size: 44px;
    }
     .single-block-wrapper{
         width: 100%;
         padding-bottom: 20px;
     }
     /* Ar  */
     .single-block-wrapper:nth-child(odd){
        padding-left: 11px;
    }
    
    .single-block-wrapper:nth-child(even){
        padding-right: 11px;
    }
    /* End Ar  */
     /* End News  */

     .statistic-Wrapper h2 { 
        font-size: 48px; 
        padding: 14px 0 43px 0;
    }

    .statistic-list h3 { 
        font-size: 56px; 
        line-height: 36px;  
    }

    .statistic-list span { 
        font-size: 28px; 
        padding-bottom: 6px; 
    }

    .statistic-list { 
        background-size: 86px auto !important;
    }
    /* news details */
    .detail-content-wrapper h1{
        font-size: 44px;
        line-height: 60px;
    }
    /* end news details */ 
    
     /*join team  */
     .join-wrapper h1 {
        font-size: 44px;
     }
     /*end join team  */

}

@media screen and (max-width:1199px) {
    /*Home  */
    /*Blue bg section  */
    .home-bluebg-wrapper .blue-block h4 {
        min-height: 135px;
    }
    /*End  Blue bg section  */
    /*End Home  */

    /* Profile  */
  
    /* End Profile  */
}

@media screen and (max-width:991px) {
    /*Service Guide*/
    .service-title {
        font-size: 24px;
    }
    .service-title span {
        padding: 0 10px;
    }
    /*End*/
    header figure {
        width: 100px;
        padding-bottom: 10px;
    }
    /* meta */
    .meta-wrapper {
        height: 64vw;
        background-position: left top, center 12px, left 28vw, 83vw 33vw;
        background-size: 34vw, auto, auto, 18vw;
    }
    .meta-bottom .single-block {
        padding: 47px 7px 61px;
    }
    /* End meta */

        
    /* Department  */
    .page-content-wrapper h2{
            font-size: 33px;
            display: inline;
            line-height: 45px;
    }

    .management-block h6 {
        font-size: 28px;
        line-height: 37px;
    }

    .team .management-block h6 {
        min-height: 107px;
    }

    .management-block p {
        font-size: 18px;
        min-height: 90px ;
    }

    /*End  Department  */
    
    /* News  */
    .news {
        padding: 19px  0 11px;
    }
    .news .title-container {
        padding-bottom: 40px;
    }
     /* End News  */
     /* join team  */
    .job-search-area form{
        flex-wrap: wrap;
    }

   .input-job-serach, .select-job-city, .select-job-experience, .select-job {
       margin-bottom: 20px;
       margin-right: 0;
    }

    .submit-link{
       padding: 14px 32px;
    }
    /* end join team  */
}

@media screen and (max-width:768px) {
    .content-wrapper-left,
    .content-wrapper-right {
        padding-left: 20px;
        padding-right: 20px;
    }
    .objective-wrapper .content-wrapper-left p,
    .objective-wrapper .content-wrapper-right p {
        font-size: 17px;
        line-height: 29px;
    }
    .objective-wrapper .content-wrapper-left h2,
    .objective-wrapper .content-wrapper-right h2 {
        font-size: 40px;
    }
    .objective-wrapper .content-wrapper-right p,
    .objective-wrapper .content-wrapper-left p {
        line-height: 32px;
        padding-top: 29px;
    }
    /* meta */
    .meta-wrapper h1 {
        font-size: 37px;
    }
    .meta-content-wrapper article {
        font-size: 20px;
        line-height: 32px;
    }
    /* End meta */
    .banner-list h2 {
        padding: 0 0 12px 0;
        font-size: 28px;
        line-height: 37px;
    }
    .appStoreLink img {
        max-width: 38%;
    }
    .banner-image figure {
        width: 41vw;
        left: -7vw;
    }
    .appIconBanner {
        margin: 0 0 16px 0;
        max-width: 60px;
    }
    .banner-content {
        padding: 64px 0 8vw 0;
        width: 54vw;
    }
    .myData-content h2 {
        font-size: 48px;
        line-height: 15px;
        padding: 30px 0 34px 0;
    }
    .myData-content p {
        font-size: 18px;
        line-height: 29px;
        padding: 0 0 18px 0;
    }
    .dataMore {
        margin-left: 0;
    }
    .myData-content {
        padding: 24vw 4vw 0 2vw;
    }
    #carouselData {
        margin-left: 34px;
    }
    #carouselData img {
        max-width: 100%;
    }
    .dataSlider figure {
        max-width: 302px;
        width: inherit;
    }
    .app-wrapper h2 {
        font-size: 30px;
        line-height: 30px;
        padding: 0 0 8px 0;
    }
    .app-wrapper p {
        padding: 0 0 11px 0;
        font-size: 15px;
        line-height: 20px;
    }
    .participate-wrapper {
        padding: 10vw 0 10vw 0;
    }
    /*Arabic*/
    .banner-image figure {
        left: 2vw;
    }
    /*Arabic Ends*/

    /* Departments */ /*Service Guide*//*About*/
     .department-wrapper h1, .guide-banner h1, .parties-wrapper h2, .news-wrapper h1, .about-section h2 {
        font-size: 37px;
    }
    .parties-wrapper h2, .parties-wrapper p {
        padding: 5px 10px 10px 10px;
    }

    .parties-wrapper {
        padding: 50px 0;
    }

    /* End Departments Service Guide*/
     
    /* News  */
    .tweets-wrapper h2{
        font-size: 35px;
    }
     /* End News  */
     /* news details */
    .detail-content-wrapper h1{
        font-size: 37px;
        line-height: 55px;
        padding-top : 50px;
    }

    .detail-content-wrapper .breadcrumbs {
        padding-bottom: 40px;
    }

    .detail-content-wrapper span{
        font-size: 20px;
    }

    .detail-content-wrapper article {
        padding: 40px  40px;
    }

    .detail-content-wrapper article p{
        padding-bottom: 35px;
        font-size: 20px;
        line-height: 40px;
    }
     /* end news details */
     /* join team  */
    .join-wrapper h1 {
        font-size: 37px;
     }
     /*end join team  */
}


@media screen and (max-width:767px) {
    /* Home */
    /*End  Blue bg section  */
    .home-bluebg-wrapper .blue-block.first {
        padding-bottom: 0;
    }
    .home-bluebg-wrapper .blue-block h6 {
        padding: 40px 0;
    }
    .home-bluebg-wrapper .blue-block h4 {
        min-height: auto;
    }
    /*End  Blue bg section  */
    /*End Home */

    /* Department */
    .page-content-wrapper .container .title-container::after {
        display: none;
    }

    .management-block {
        padding-top: 35px;
    }

    .page-content-wrapper h2 {
        font-size: 30px;
    }
    
    .management-block h6 {
        font-size: 28px;
        min-height: auto;
    }

    .management-block p {
        min-height: initial;
    }

    .team .management-block {
        max-width: inherit;
    }
     /* End Department */
     /* join team  */
    .job-search-area form{
        justify-content: center !important;
    }

   .input-job-serach, .select-job-city, .select-job-experience, .select-job {
       margin-right: 0;
       height: 50px;
       margin-bottom: 10px;
    }
    /* end join team  */
}

@media screen and (max-width:1650px) {
    .content-wrapper-left .image-wrapper.i img {
        max-width: 38vw;
        margin-left: -36%;
    }
}

@media screen and (max-width: 1023px) {
    .header-right {
        width: 100%;
    }
    .top-menu {
        height: 64px;
    }
    .banner-list h2 {
        font-size: 40px;
        line-height: 48px;
    }
    .banner-list p {
        font-size: 19px;
    }
    .banner-content {
        padding: 64px 0 14vw 0;
    }
    .home-vision-wrapper .container {
        margin-top: -19vw;
    }
    .myData-content h2 {
        font-size: 60px;
        line-height: 26px;
        padding: 30px 0 42px 0;
    }
    .dataSlider {
        padding: 10vw 0 25vw;
    }
    .myData-content {
        padding: 244px 4vw 0 2vw;
        max-width: 618px;
    }
    .app-wrapper h2 {
        font-size: 34px;
        line-height: 38px;
        padding: 0 0 18px 0;
    }
    .app-wrapper p {
        font-size: 19px;
        line-height: 26px;
        padding: 0 0 34px 0;
    }
    .buttonApp.apple {
        background-position: 0 0;
        background-size: 228px;
        width: 102px;
        height: 35px;
        margin-right: 4px;
    }
    .buttonApp.google {
        background-position: right 0;
        background-size: 217px;
        width: 110px;
        height: 35px;
    }
    .app-wrapper .col-sm-5 {
        padding-right: 0;
    }
}


@media screen and (max-width:790px) {
    /* We Are*/
    .tab-WeAre { 
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-content: flex-start;
        align-items: stretch;
        text-align: center;
    }

    .tab-WeAre li {  
        margin: 0 0 12px 0;
        width: 47%;
    }

    .tab-WeAre li:first-child {
        margin: 0 0 12px 0  ; 
    }
    /* We Are Ends*/
}

@media screen and (max-width:767px) {
    /* Home */
    /*End  Blue bg section  */
    .home-bluebg-wrapper .blue-block.first {
        padding-bottom: 0;
    }
    .home-bluebg-wrapper .blue-block h6 {
        padding: 40px 0;
    }
    .home-bluebg-wrapper .blue-block h4 {
        min-height: auto;
    }
    /*End  Blue bg section  */
    /*End Home */

    /* Department */
    .page-content-wrapper .container .title-container::after {
        display: none;

    }

    .management-block {
        padding-top: 35px;
    }

    .page-content-wrapper h2 {
        font-size: 30px;
    }
    
    .management-block h6 {
        font-size: 28px;
        min-height: auto;
    }

    .management-block p {
        min-height: initial;
    }

    .team .management-block {
        max-width: inherit;
    }
     /* End Department */
}

@media screen and (max-width:550px) {
    /*About*/
    .about-section {
        background: #FFF;
        padding: 30px 0 0 0;
    }
    .about-section .row {
        padding: 20px 0 20px 0;
    }
    .count {
        font-size: 25px;
        width: 60px;
        height: 60px;
    }
    .about-list-content {
        font-size: 18px;
        padding: 8px 20px 0 0px;
    }
    /*End*/

    /*Service guide*/
    .serviceSlider .center {
        padding: 0 10px;
    }
    /*End*/
    
    .icon-nav {
        top: 15px;
    }
    .top-menu ul {
        top: 60px;
    }
    .footer-bottom.flex {
        flex-direction: column;
    }
    .download-buttons {
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .download-buttons figure {
        padding-top: 15px;
    }
    /* Meta */
    /* Ar*/
    .meta-content-wrapper {
        padding-bottom: 38vw;
    }
    /* Ar*/
    /* End meta */

    
    /* Department  */
    .page-content-wrapper h2 {
        font-size: 28px;
        line-height: 40px;
    }

    .management-block h6 {
        font-size: 26px;
        padding-top: 15px;
    }

    .management-block {
        padding-top: 36px;
    }
    /*End Department  */

    /* Profile  */
    .breadcrumbs ul li {
        font-size: 18px;
    }

    article.profile{
        font-size:20px;
        line-height: 40px;
    }
    
    
    article.profile h2{
        font-size: 40px;
    }
    
    article.profile h3{
        font-size: 20px;
    }

    /* End Profile  */
}


@media screen and (max-width:575px) {
    /* We Are*/
    .input-set .col-sm-6:last-child, .input-set .col-sm-6:first-child {
        padding: 0;
    } 

    .virtualAssit {
        padding: 42px 24vw 42px 27px;
        margin-bottom: 16px;
    }

    .virtualAssit strong {
        font-size: 24px;
        padding: 0 0 8px 0; 
    }

    .helpful {
        padding: 0px 0 39px;
        text-align: center;
    }

    .helpful h2 { 
        padding: 39px 0 26px 0; 
    }

    .thumb-up { 
        margin-bottom: 12px;
    }

    .tab-WeAre {
        display: block; 
    }

    .tab-WeAre li { 
        margin: 16px 0 0 0;  
        text-align: center;
    }

    .tab-WeAre {
        margin-bottom: 34px;
    }

    .faq-question-holder strong {
        font-size: 18px;
        line-height: 22px; 
        padding: 24px 26px 24px 56px;
    }

    .form-btn-submit {
        width: 216px;
        height: 60px; 
    }

    .weAre-Wrapper h2 {
        font-size: 26px;
        text-align: center;
    }

    .weAre-Wrapper .page-center {
        padding: 26px 16px 0 16px; 
    }

    .faq-question-holder {
        font-size: 16px;
        line-height: 30px;
    }

    .faq-ans {
        padding: 16px 26px 10px;
    }

    .tab-WeAre li {
        width: 100%;
    }

    .tab-WeAre { 
        margin: 0 auto 27px; 
    }
    /* We Are Ends*/


    .header-top-right {
        font-size: 13px;
    }
    /*Ar*/
    .meta {
        padding-left: 4px;
    }
    /*End*/
    .content-wrapper-left .image-wrapper,
    .content-wrapper-right .image-wrapper {
        max-width: 100%;
        padding-top: 30px;
    }
    .content-wrapper-left .image-wrapper img,
    .content-wrapper-right .image-wrapper img {
        max-width: 80%;
        display: block;
        margin: 0 auto;
    }
    .content-wrapper-right .image-wrapper {
        order: 1;
    }
    .content-wrapper-left .image-wrapper.i,
    .content-wrapper-right .image-wrapper.i {
        margin-left: 0;
        width: 100%;
        left: 0 !important;
    }
    .content-wrapper-left .image-wrapper.i img,
    .content-wrapper-right .image-wrapper.i img {
        max-width: 100%;
        margin: 0px auto;
    }
    .desk-view {
        display: none;
    }
    .mob-view {
        display: block;
    }
    footer .page-center .footer-logo {
        padding: 0px;
        text-align: center;
    }
    .header-top-right {
        margin-left: 0;
    }
    .objective-wrapper .content-wrapper-left {
        padding-top: 42px;
    }
    .headerMain .col-sm-2,
    .headerMain .col-sm-10 {
        width: 50%;
    }
    .banner-image figure {
        width: 100%;
        left: 0;
        position: relative;
        text-align: center;
    }
    .banner-content {
        width: 100%;
        margin-bottom: -46px;
    }
    .bannerCtrl-holder {
        text-align: center;
    }
    .home-vision-wrapper .container {
        margin-top: -116px;
    }
    #carouselData {
        margin-left: 0;
    }
    .sliderDataCtrlHolder {
        width: 98%;
    }
    .dataSlider {
        padding: 10vw 0 14vw;
        background-size: 98%;
    }
    .myData-content {
        padding: 0 0 14vw 0;
    }
    .myData-content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .app-wrapper .content {
        padding: 14vw 12px 14vw 12px;
        max-width: inherit;
        box-sizing: border-box;
        width: 97%;
        text-align: center;
    }
    .buttonApp.apple {
        background-position: 0 0;
        background-size: 386px;
        width: 173px;
        height: 60px;
        margin: 0 14px 0 0;
    }
    .buttonApp.google {
        background-position: right 0;
        background-size: 386px;
        width: 196px;
        height: 60px;
    }
    .home-vision-wrapper {
        padding: 90px 0 0;
    }
    .home-bluebg-wrapper .blue-block h6 {
        padding: 10px 0;
        line-height: 30px;
    }
    /*Arabic*/
    .banner-image figure {
        left: inherit;
        right: 0;
    }
    .app-wrapper .content {
        padding: 9vw 29px 9vw 29px;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }
    .parti-holder .parti-col:nth-child(even) {
        padding-left: 12px;
    }
    .home-vision-wrapper .single-block {
        padding: 42px 30px 42px;
    }
    /*Arabic Ends*/


    
    /* News  page*/
    .single-block-wrapper {
        flex-direction: column;
    }

    .single-block-wrapper .photo-block {
        order: 1;
    }
    .single-block-wrapper .content-block{
        order: 2;
    }

    .tweets-slider .slider{
        font-size: 16px;
        padding: 15px 14px 30px;
    }
     /* End News  */

     .statistic-Bg { 
        height: 286px;
    }

    .statistic-Wrapper { 
        padding-top: 62px;
    }

    .statistic-Wrapper h2 {
        font-size: 36px; 
    }

    .statistic-list h3 {
        font-size: 44px;
        line-height: 24px;
    }

    .statistic-list span {
        font-size: 22px;
        padding-bottom: 6px;
    }

    .statistic-list p { 
        font-size: 16px;
        line-height: 26px;
    }

    .statistic-list {
        background-size: 60px auto !important;
    }
    /* join team  */
     .job-wrapper {
        padding: 27px 25px;
    }
     .job-wrapper .job-block {
        padding: 15px 12px;
     }
     .submit-link {
        padding: 12px 32px;
     }
    /* end join team  */
}