@import url("https://daneden.github.io/animate.css/animate.min.css");
@font-face {
    font-family: 'Cairo';
    src: local('Cairo-Regular'), url('../customer/fonts/Cairo-Regular.woff2') format('woff2'), url('../customer/fonts/Cairo-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cairo';
    src: local('Cairo-SemiBold'), url('../customer/fonts/Cairo-SemiBold.woff2') format('woff2'), url('../customer/fonts/Cairo-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Cairo';
    src: local('Cairo Bold'), local('Cairo-Bold'), url('../customer/fonts/Cairo-Bold.woff2') format('woff2'), url('../customer/fonts/Cairo-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Cairo';
    src: local('Cairo-Light'), url('../customer/fonts/Cairo-Light.woff2') format('woff2'), url('../customer/fonts/Cairo-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
small,
a,
span,
p,
input,
label,
button,
textarea,
title,
button,
footer,
cite,
tags-title,
share-post,
date,
select {
    font-family: 'cairo' !important;
    font-weight: 500;
  direction: rtl;
    letter-spacing: -0.5px;
}


/*rtl*/

nav {
    /* position: relative; */
    /* float: right; */
    /* padding-left: 80px; */
}

#logo {
    position: relative;
    /* float: right; */
    /* margin-right: 15px; */
    /* margin-top: 4px; */
    display: flex;
    align-items: center;
}

img.moi_logo {
    width: 60px;
    top: 0;
    margin-top: 0px;
    bottom: 0;
    margin-left: 8px;
}

nav ul li {
    background: none;
    position: relative;
    float: right;
}
.slider-col {
    float: right;
}

#logo img {
}

#logo img.act {
    position: absolute;
    right: 0;
    left: auto;
    opacity: 0;
    top: 5px;
    width: 68px;
}

img.act {
    width: 35%;
}

header.act {
    background: #fff;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
    padding-bottom: 0px;
    top: 0px;
    height: 80px;
}

.posth1 {
    font-size: 42px;
    margin-bottom: 30px !important;
    font-family: 'cairo';
    font-weight: bold;
    line-height: 55px;
}

ul li {
    color: #777777;
    position: relative;
    padding-left: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    list-style: none;
}

nav ul li:last-child ul {
    margin-right: -30px;
}

.theme-config .title {
    color: #232c3b;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 10px;
    text-transform: uppercase;
    padding-bottom: 7px;
    position: relative;
    margin: 5px 10px 5px 10px;
    float: right;
    font-family: 'cairo';
}

.new-block .swiper-container {
    margin-right: -32px;
}

.new-block .swiper-container.horizontal-pagination {
    margin-right: 0;
}

.new-block .swiper-container.horizontal-pagination .pagination {
    direction: rtl;
}

.full-page {
    margin-bottom: 30px;
}

.block.type-5 .img-wrap {
    position: relative;
    float: left;
    width: 100%;
    height: 650px;
    text-align: center;
    top: -100px;
}

.block.type-5 .img-wrap-slider {
    position: relative;
    float: right;
    overflow: hidden;
    height: 330px;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-right: 30px;
    margin-left: 30px;
}

.numbers .col-md-3:before {
    position: absolute;
    left: 0px;
    bottom: -167px;
    background: #049eff54;
    width: 100%;
    height: 105px;
    content: "";
    z-index: 0;
}

img.agree-img {
    width: 100%;
    /*height: 450px;*/
    object-fit: unset; 
}

.numbers .col-md-3:hover .num-text {
    color: #fff;
}

a.title:hover {
    color: #3b97d2;
}

.text-white {
    color: white;
}

.col-sm-7.content-entry {
    float: right;
}

.col-sm-5.content-entry.wow.fadeInRight.animated {
    float: right !important;
}

.new-block.type-15 .content-entry article {
    padding: 0px 50px 0px 0px !important;
}

.new-block.type-19 {
    padding-bottom: 100px !important;
    background: rgb(255, 255, 255);
}

.titel-left:after {
    right: -25px;
    left: auto;
}

h2.h2.titel-left {
    text-align: right !important;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 20px !important;
    font-weight: 600;
    letter-spacing: -1px;
    color: #207ccd;
}

.person.emp-img.inner {
    width: 8%;
    border: none;
    padding: 0px;
}

.hover-emp {
    background: #3b97d2;
    position: absolute;
    left: 10px;
    top: 74px;
    padding: 8px;
    border-radius: 6px;
    color: white;
    font-weight: 700;
    display: none;
}

.papersheet__trigger:hover~.hover-emp {
    display: block !important;
}

.widget-testimonial.spec-emp.inner {
    width: 100%;
    display: flex;
    padding-right: 0;
    margin-top: 50px;
}

.custom-filter {
    padding: 15px;
    width: 25px;
}

.custom-filter img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

.custom-filter .tagline {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(251, 192, 17, 0.8);
    opacity: 0;
}

.custom-filter .tagline .content {
    position: absolute;
    width: 90%;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    text-align: center;
}

.custom-filter:hover .tagline .title {
    transform: translateX(0%) translateY(0%);
    -oz-transform: translateX(0%) translateY(0%);
    -webkit-transform: translateX(0%) translateY(0%);
    -ms-transform: translateX(0%) translateY(0%);
}

.custom-filter:nth-child(2n) .tagline .title {
    transform: translateX(0%) translateY(-100%);
    -oz-transform: translateX(0%) translateY(-100%);
    -webkit-transform: translateX(0%) translateY(-100%);
    -ms-transform: translateX(0%) translateY(-100%);
}

.custom-filter .tagline {
    opacity: 0;
}

.custom-filter:hover .tagline {
    opacity: 1;
}

.custom-filter:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 15px #fff solid;
    left: 0;
    top: 0;
    content: "";
}

p {
    text-align: justify;
    direction: rtl;
    line-height: 26px;
}

.block.type-3 img {
    float: right;
    width: 30px;
}

.block.type-3 article {
    float: none;
    position: static;
    height: auto;
    padding-right: 40px;
    padding-top: 0px;
    direction: rtl;
}

.block.type-2 .col-md-4 article.normall {
    height: auto;
    padding-top: 40px;
    padding-bottom: 20px;
}

.sorting-menu {
    text-align: center;
    font-size: 0;
    margin-bottom: 20px;
    direction: rtl;
}

.sorting-item .tagline .title {
    font-family: 'cairo' !important;
}

.sorting-item .tagline .description {
    font-size: 13px;
}

.swiper-slide {
    float: right;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    /* height: 464px !important; */
    position: relative;
}

.slider {
    position: relative;
    float: right;
    width: 100%;
}

.normall {
    font-size: 16px;
    line-height: 28px;
    direction: rtl;
}

.block.type-5 .swiper-container .swiper-slide>* {
    padding-right: 35px;
}

article p {
    padding-left: 40px;
}

.new-block.type-10 .paddings-container .name {
    font-family: 'cairo' !important;
}

.page-tagline .description {
    font-family: 'cairo' !important;
}

.button {
    font-family: 'cairo' !important;
}

h2.main-lo {
    font-size: 20px;
    color: #282727;
    font-weight: 600;
    letter-spacing: -0.5px;
}

h5.sub-mo {
    font-size: 14px;
    color: #343434;
    text-align: right;
}

.block.type-2 .image-block {
    left: 15px;
}


/*detail page*/

nav.nav-detail {
    position: relative;
    float: left;
    padding-left: 80px;
    top: -65px;
}

img.act.detailcss {
    width: 30%;
    margin-left: 35px;
    margin-top: 8px;
}

h2.main-loB {
    font-size: 20px;
    color: #6d6d6d;
    padding-right: 110px;
    padding-top: 5px;
    padding-bottom: 10px;
}

h5.sub-moB {
    font-size: 11px;
    color: #737373;
    padding-right: 90px;
    padding-top: 0px;
    padding-bottom: 10px;
}

.block.type-7 {
    background: rgb(241, 241, 241);
}

.new-block {
    direction: rtl;
}

.col-md-4.blog-content-column {
    float: right !important;
}

.col-md-8.blog-content-column {
    float: right !important;
}

.glyphicon {
    font-family: 'Glyphicons Halflings' !important;
}

.author-entry .glyphicon {
    color: #fbc011;
    font-size: 14px;
    margin-right: 25px;
    margin-left: 7px;
}

.blog-post.detail-post .title {
    margin-top: 8px !important;
    margin-bottom: 5px !important;
    font-weight: 600;
   letter-spacing: 0;
    letter-spacing: -0.5px;
}

.blog-post .thumbnail-entry blockquote {
    padding: 70px 40px 20px 40px;
    font-size: 23px;
    line-height: 10px;
    color: #222;
    text-transform: uppercase;
    font-family: 'bold';
    border-right: 5px #fbc011 solid;
    border-left: none;
}

.tags-title {
    display: inline-block;
    line-height: 32px;
    font-size: 14px;
    color: #222;
    text-transform: uppercase;
    margin-right: 0;
    font-family: 'cairo' !important;
    font-weight: 700;
}

.col-sm-6.Colshare-post {
    float: right;
    padding-bottom: 15px;
}

h3.FontsizecssA {
    font-size: 17px;
    font-weight: 650;
}

p.pFontsizecss {
    font-size: 15px;
}

.related-entry .title {
    font-size: 18px;
    line-height: 24px;
    color: #222;
    text-transform: uppercase;
    font-family: 'bold';
    display: block;
    margin-bottom: 10px;
    text-align: right;
    margin-top: 5px;
}

.related-entry .author-entry {
    margin-bottom: 5px;
}

.author-text {
    margin-left: 50px;
    padding: 5px 0;
}

.related-entry img {
    max-width: 100%;
    height: auto;
    margin-bottom: 0px;
}

.popular-post-entry .content .date {
    font-family: 'cairo' !important;
}

.popular-post-entry .popular-thumbnail {
    float: right;
    margin-left: 10px;
}

.popular-post-entry .content {
    margin-right: 90px;
    margin-left: 0px;
}

.new-block .swiper-container.horizontal-pagination .pagination {
    margin-top: 40px;
    margin-bottom: 25px !important;
}

.new-block.type-10 .image-socials-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 100%;
    background: #fbc011;
    display: none;
}

.col-md-3.wow.fadeInLeft.animated {
    float: right;
}


/*.new-block {
    padding: 70px 0px 0px 0;

}*/

.blog-post .date {
    float: right;
    width: 100%;
    border-bottom: 2px #217ecf solid;
    text-align: right;
    font-size: 14px;
    line-height: 24px;
    color: #222;
    padding-top: 3px;
    border-right: none;
}

.blog-post .text {
    margin-right: 0px;
    padding: 0px 0px 0px 0px;
    margin-left: 0px;
}

.blog-post .title:hover {
    color: #207dcf;
}

.blog-post .description {
    font-size: 14px;
    line-height: 24px;
    color: #777;
    margin-bottom: 30px;
    text-align: justify;
}

body {
    background: #f1f1f1;
}

article.normall {
    width: initial;
    /* float: right; */
    margin-right: 15px !important;
    float: none;
}

.block.type-7 .contact-thumbs img {
    padding-bottom: 0px;
    float: right;
}

.subscribe form input[type="submit"] {
    float: right;
    margin-left: -50px;
    margin-right: 8px;
}

.connb:before {
    content: '';
    background: none !important;
}

.pade-agree {
    display: none !important;
}

.default-arrow.right {
    right: 12px;
}

.default-arrow.left {
    left: 12px;
}

.default-arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    background: #1464a8;
    cursor: pointer;
    border-radius: 50%;
}

.default-arrow span {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    line-height: 35px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.button {
    position: relative;
    font-size: 14px;
    font-family: 'bold', sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    background: #2381d5;
    padding: 8px 20px;
    display: inline-block;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    line-height: 28px;
    border-radius: 4px;
}

input[type="text"],
input[type="email"],
select,
textarea {
    background: #ffffff;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
    text-align: right;
}

.gallery-popup .image-container .title {
    font-size: 18px;
    line-height: 28px;
    color: #222;
    text-transform: uppercase;
    font-family: 'cairo' !important;
    margin-bottom: 22px;
    text-align: right;
    font-weight: 700;
}

.gallery-popup .image-container .text {
    font-size: 14px;
    line-height: 24px;
    color: #777;
    text-align: right;
}

.paginator.gallreycss {
    padding-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;
}


/*.swiper-pagination-switch {
    background: #c7c7c7;
}*/

.block.type-5 {
    background: #fff;
}

.h4 {
    font-size: 20px;
    margin-bottom: 20px !important;
    font-weight: 550;
    letter-spacing: 0px;
}

.new-block {
    background: #ffffff;
    padding: 0px 0px;
}

.new-block.type-15.scroll-to-block {
    padding: 50px 0px;
    padding-bottom: 0px;
    padding-top: 0;
}

.page-tagline .title {
    font-family: 'black';
    font-size: 28px;
    color: #222;
    line-height: 40px;
    text-transform: uppercase;
    padding-bottom: 20px !important;
    position: relative;
    font-weight: 600;
    padding-top: 20px !important;
}

.page-tagline {
    text-align: center;
    margin-bottom: 0px;
    padding-top: 0px;
}

.block.type-5 .img-wrap img {
    display: inline-block;
    max-height: 100%;
    width: auto;
}

.block.type-5 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.row.wow.fadeInUp.pageTimecss.animated {
    padding-left: 20px;
    padding-right: 10px;
}

select {
    text-align: right;
    direction: rtl;
}

.subscribe form input[type="email"] {
    width: 560px;
    background: #131313;
    height: 45px;
    line-height: 45px;
    padding: 0px 60px 0px 0px;
    margin: 0px;
    position: relative;
    float: left;
    color: #dddddd;
}

.block.type-3 {
    padding-top: 0px;
}

.block.type-2 article {
    display: block;
}

header.act #logo {
    background: none !important;
}

header {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    height: 80px;
    padding: 0px 30px;
}

nav a {
    color: #323232;
    font-size: 15px;
    padding: 0px 6px;
}

header.act nav a {
    color: #585858;
    margin-top: 15px;
    margin-bottom: 15px;
}

header.act #logo {
    background: #fff;
    /* margin-top: 4px; */
}

nav a.act {
    background: #2894f1;
    color: white;
    font-weight: 700;
}

header.act #logo img {
    opacity: 1;
}

.bg-span {
    background: rgba(255, 255, 255, 0);
}

.button span {
    position: relative;
    float: left;
    z-index: 1;
    font-weight: 800;
    color: #ffffff;
}

.type-1-text article.table {
    display: table-cell;
    vertical-align: middle;
    float: none;
    padding-top: 100px;
}

.numbers .num {
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
    line-height: 35px;
    padding: 11px 0px;
    text-align: right;
}

.numbers .num-text {
    font-weight: bold;
    color: #fbc011 !important;
    font-size: 20px;
    padding-bottom: 26px;
    text-align: right;
}

.video-thumbnail {
    -webkit-box-shadow: 3px 4px 15px rgba(0, 0, 0, .3);
    box-shadow: 3px 16px 15px rgba(136, 133, 133, 0.3);
    background: none !important;
    max-width: 670px;
    margin: 0 auto;
    margin-right: 15px;
    border: 1px solid #d8d8d8;
    padding: 10px;
}

.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9 {
    float: right;
}

.section2 {
    width: 50%;
}

.block.type-4 {
    padding: 40px 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    background: #ffffff;
    color: white !important;
}


/*  */

.portfolioFilter {
    padding: 15px 0;
    text-align: center;
}

.portfolioFilter a {
    margin-right: 6px;
    color: #5a5959;
    text-decoration: none;
    border: 1px solid #acacac;
    padding: 7px 24px;
    border-radius: 6px;
    display: inline-block;
}

.blk {
    color: white !important;
}

.portfolioFilter a.current {
    background: #fbc011;
    border: 1px solid #fbc011;
    color: #f9f9f9;
    font-weight: 700;
}

.portfolioContainer {
    border: 1px solid #eee;
    border-radius: 3px;
}

img {
    /* margin: 5px; */
    /* max-width:100%; */
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.page-tagline .title:before {
    width: 30px;
    height: 5px;
    background: white;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: -25px;
    content: "";
}

.scroll-content {
    height: 350px;
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    left: 0;
    right: auto;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

.block.type-1.type-1-1 {
    height: auto;
    min-height: 500px;
}

.block.type-1.type-1-1 .clip {
    height: 100%;
}

h2.title.gallerii {
    /* color: white; */
}


/* .sorting-item.open-popup {
    padding: 3px;
} */


/*  */

.typography-article {
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 28px;
    text-align: right;
}

.typography-article h4 {
    font-size: 25px;
    line-height: 20px;
    font-family: 'bold';
    text-transform: uppercase;
    margin-bottom: 11px!important;
    color: #222;
    font-weight: 600;
}

.accordeon .entry .title {
    font-size: 14px;
    color: #222;
    line-height: 16px;
    padding: 17px 25px 15px 45px;
    position: relative;
    text-transform: uppercase;
    font-family: 'bold';
    position: relative;
    cursor: pointer;
    text-align: right;
    font-family: 'Tajawal';
    font-weight: 600;
}

.accordeon .entry .text {
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
    padding: 12px 25px;
    display: none;
    text-align: right;
}

a.title.newss {
    font-weight: 600;
    direction: rtl;
}

.description.news {
    direction: rtl;
}


/* .related-entry.content {
    padding: 0 0px 0 0;
} */

.new-block .swiper-container.horizontal-pagination {
    margin-left: 0px;
}

.related-entry.content {
    padding: 0 15px 0 0;
}


/* .swiper-container {
    direction: rtl;

}  */

.accordeon .entry {
    border: 1px solid #e6e6e6;
}

.copy span {
    color: #b4b4b4;
    font-size: 12px;
    text-align: center;
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
    display: none;
}

.widget-testimonial .text:after {
    /* width: 28px; */
    /* height: 18px; */
    /* background: url(../img/widget-testimonial-triangle.png); */
    /* position: absolute; */
    /* content: ""; */
    /* left: 59px; */
    /* top: -14%; */
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    display: none;
}

.widget-testimonial .person img {
    width: 115px;
    height: auto;
    /* margin-left: 12px; */
    /* margin: 0 auto; */
    float: none;
    border: 1px solid #eaeaea;
    padding: 5px;
    vertical-align: middle;
    display: block;
    border-radius: 6px;
}

.widget-testimonial .person .description {
    /* margin-right: 157px; */
    font-size: 13px;
    line-height: 24px;
    color: #777;
    padding-top: 1px;
    padding-bottom: 15px;
    text-align: center;
    margin-right: 0;
    margin-left: 0;
    vertical-align: middle !important;
    display: block;
}

p.nameof {
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: right;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    color: #5d5d5d;
}

p.subnameof {
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: right;
    padding: 0;
    color: #777777;
    font-size: 14px;
}

.footer-col {
    float: right;
    text-align: right;
}

.moi-content {
    text-align: right;
}

img.moilogo {
    width: 80px;
    margin-bottom: 0.5rem;
}

h3.moi-title {
    font-size: 15px;
    font-weight: 700;
    color: #ffffffe0;
}

p.moi-subtit {
    margin-top: 2px;
    font-weight: 500;
    color: #ffffffe3;
    margin-bottom: 15px;
}

ul li:after {
    position: absolute;
    right: 0px;
    left: auto;
    top: 13px;
    background: #359bf4;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    content: "";
}

li.contact-footer {
    padding-right: 10px;
    font-size: 14px;
    color: white;
    line-height: 22px;
}

h3.footer-title {
    font-size: 14px;
    font-weight: 700;
    color: white;
    padding-bottom: 25px;
}

h3.footer-title:after {
    position: absolute;
    right: 15px;
    left: auto;
    top: 25px;
    width: 30%;
    height: 5px;
    content: "";
}

.container-fluid.footer-cont {
    padding-top: 40px;
    padding-bottom: 10px;
}

li.contact-footer.no-after:after {
    display: none;
}

li.contact-footer.no-after {
    padding-right: 0;
}

.footer-bottom {
    position: relative;
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    font-size: 0px;
    color: white;
}

.copy {
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.back-to-top {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #1a6fb9;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    border-radius: 50%;
}

.a-footer {
    color: white;
}

.a-footer:hover {
    color: #2381d5;
}

.blog-container {
    padding-top: 95px;
    padding-bottom: 15px;
    min-height: 360px;
}

.blog-post.detail-post .author-entry {
    margin-bottom: 10px;
}

.blog-post .thumbnail-entry img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #dfdfdf;
    padding: 5px;
    height: 250px;
    object-fit: cover;
}

.blog-post.detail-post {
    padding-bottom: 0px;
    border-bottom: none;
    margin-bottom: 31px;
}

.related-entry img {
    max-width: 100%;
    height: auto;
    margin-bottom: 0px;
    border-radius: 4px;
    padding: 0px;
    width: 100%;
}


.widget-title {
    font-size: 18px;
    line-height: 20px;
    color: #222222;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 15px!important;
    margin-bottom: 10px !important;
    letter-spacing: 0px !important;
    border-bottom: 2px solid #c3c3c3;
    padding-bottom: 10px;
}

.popular-post-entry .content .title {
    font-size: 15px;
    line-height: 22px;
    color: #222;
    text-transform: uppercase;
    font-family: 'bold';
    display: block;
}

.popular-post-entry {
    padding-bottom: 10px;
    border-bottom: 1px #e0dfdf solid;
    margin-bottom: 10px;
}

.widget-entry {
    margin-bottom: 10px;
}

h3.widget-title.custom {
    margin-bottom: 20px !important;
    margin-top: 26px !important;
}

.text-widget-description {
    font-size: 18px;
    line-height: 29px;
    color: #484848;
    margin-bottom: 20px;
}

.col-md-8.blog-content-column {
    background: white;
    /* padding-bottom: 15px; */
}

.col-md-4.blog-content-column {
    background: #ffffff;
    border-right: 1px solid #d2d2d2;
    /* padding-bottom: 15px; */
}

.popular-post-entry .content .date {
    font-size: 12px;
    line-height: 14px;
    color: #676767;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'bold';
}

.text-widget-image {
    max-width: inherit;
    width: 100%;
    height: auto;
    height: 250px;
    display: block;
    margin-bottom: 10px;
    object-fit: cover;
    padding: 5px;
    border: 1px solid #cccaca;
}

.popular-post-entry .popular-thumbnail img {
    display: block;
    width: 80px;
    height: 80px;
    border: 1px solid #dcdada;
    padding: 3px;
}

.blog-post.style-3 .title {
    font-size: 28px;
    line-height: 44px;
}

.blog-post {
    margin-bottom: 40px;
    clear: both;
}

.paginator {
    margin-bottom: 15px;
    padding-bottom: 18px;
}

.blog-post.style-3:after {
    position: absolute;
    width: 3000px;
    left: 50%;
    margin-left: -1500px;
    bottom: 0px;
    height: 1px;
    background: #f2f2f2;
    content: "";
}

.new-block {
    padding-bottom: 30px !important;
}

.typography-article ol li::before {
    margin-left: 15px;
}

.img-custi {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-image: linear-gradient(0deg, #fbc011, #479dd5); */
    background-color: #808080;
    opacity: 0.4;
}

.banner>* {
    z-index: 4;
}

.banner {
    position: relative;
    min-height: 55vh;
    background-size: contain;
    display: flex;
}

h2.title.image {
    margin-top: 150px !important;
    margin-right: 50px !important;
    font-size: 34px;
    font-weight: 600;
}

.blogg-cont {
    padding-top: 20px;
}

p.para-main {
    line-height: 30px;
    color: #2f2f2f;
    margin-bottom: 15px;
    font-size: 15px;
}

.typography-article ul li,
.typography-article ol li {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
    line-height: 24px;
    color: #272626;
}

.specialempltxt {
    color: white;
}

.person.emp-img {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
}

.description.emp-description {
    display: table-cell;
    vertical-align: middle;
}

.widget-testimonial.spec-emp {
    display: table;
}

img.img-circle.img-emppp {
    width: 80px;
    height: 75px;
    padding-bottom: 5px !important;
}

article.big.white.emp-conttt {
    margin-top: 120px;
    margin-right: 80px;
}

.numbers .col-md-3:after {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, 0);
    content: "";
}

.block.type-3.type-3-1 img,
.new-block.type-3.type-3-1 img,
.new-block .little-img-text-entry img {
    width: 50px;
    height: 50px;
    margin-top: 45px;
    float: right;
}

.block.type-3.type-3-1 article,
.new-block.type-3.type-3-1 article,
.new-block .little-img-text-entry article {
    padding-right: 72px;
    padding-left: 0;
}

#content-wrapper .parallax-bg-text * {
    color: #ffffff;
}

#content-wrapper .parallax-bg-text p,
#content-wrapper .parallax-bg-text ul li,
#content-wrapper .parallax-bg-text .page-tagline .description {
    color: rgba(49, 49, 49, 0.8);
}

h3.contract-title {
    font-size: 20px;
    font-weight: 600;
    color: #3e3e3e;
    letter-spacing: -1px;
    /* width: 95%; */
}

h2.title.gallerii::before {
    content: '';
    display: none;
}

.portfolioFilter a:hover {
    background: #fbc011;
    border: 1px solid #fbc011;
    color: white;
}

.screens-slider-box img {
    width: 100%;
    height: auto;
    height: 400px;
    margin-top: 100px;
}

.special-emp {
    height: 80px;
}

.special-emp {
    position: absolute;
    width: 100%;
    z-index: -55;
}

body.opened {
    /* background-color: #E53935; */
}

.papersheet {
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    transition: all 200ms;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    min-width: 50rem;
    max-height: 50%;
    min-height: 16rem;
}

.papersheet:hover {
    cursor: pointer;
}

.papersheet.opened {
    transition: all 900ms;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5);
    background: #fafafa;
}

.papersheet__trigger {
    z-index: 1;
    display: inline-block;
    padding: 2rem;
    border-radius: 50%;
    position: absolute;
    background-color: transparent;
    top: 41px;
    left: 3%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    cursor: pointer;
}

.opened .papersheet__trigger {
    /* background-color: #ECEFF1; */
    top: 16%;
}

.papersheet__trigger:active:before {
    /* background-color: #d5d5d5; */
}

.papersheet__trigger:before {
    content: "";
    /* background-color: #ECEFF1; */
    display: block;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    bottom: 50%;
    right: 50%;
    width: 4rem;
    height: 4rem;
    z-index: 0;
    pointer-events: none;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition-delay: 2s;
    transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.opened .papersheet__trigger:before {
    width: 3000px;
    height: 3000px;
    transition: all 2.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.papersheet__trigger-icon {
    fill: #37474F;
    vertical-align: bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    transition-delay: 50ms;
    width: 5.8rem;
    height: 5.8rem;
}

.opened .papersheet__trigger-icon {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.papersheet__face-item {
    /* border-radius: 50%; */
    margin: 0 1.5rem;
    /* z-index: 1; */
    height: 100%;
    /* width: 6rem; */
    display: none;
    overflow: hidden;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.papersheet__face-item:nth-child(2) {
    -webkit-animation-delay: 50;
    animation-delay: 50;
}

.papersheet__face-item:nth-child(3) {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}

.papersheet__face-item:nth-child(4) {
    -webkit-animation-delay: 150ms;
    animation-delay: 150ms;
}

.papersheet__face-item img {
    max-width: 100%;
}

.opened .papersheet__face-item {
    -webkit-transform: translateX(60%);
    transform: translateX(60%);
    display: block;
    width: inherit;
    position: relative;
}

.emp-img {
    width: 60px;
    height: 60px;
    border-radius: 6px;
    border: 1px solid #eeeeee;
    padding: 3px;
}

.widget-testimonial {
    /* padding-right: 0px; */
    width: 75%;
    /* height: inherit; */
    margin: auto auto;
    position: absolute;
    top: 12%;
    left: 0;
    right: 0;
}

.widget-testimonial .person {
    direction: rtl;
    display: flex;
    /* -webkit-box-align: center; */
    /* -webkit-align-items: center; */
    -ms-flex-align: center;
    /* min-height: 23em; */
    /* -webkit-box-pack: center; */
    /* -webkit-justify-content: center; */
    -ms-flex-pack: center;
    /* justify-content: center; */
}

.image-namee {
    width: 20%;
    /* justify-content: center; */
    /* flex-direction: column; */
    /* text-align: center; */
}

.text.descccc {
    flex: 1;
    /* justify-content: center; */
    /* flex-direction: column; */
    /* text-align: center; */
}

.widget-testimonial .text {
    /* font-size: 14px; */
    /* line-height: 20px; */
    /* color: #5d5d5d; */
    /* padding: 15px 50px 15px 15px; */
    /* border: 1px #f2f2f2 solid; */
    /* border-radius: 5px; */
    /* background: url(../img/theme-1/blockquote-bg.png) 22px 18px no-repeat #f7f5f5; */
    /* margin-bottom: 35px; */
    /* position: relative; */
    /* background-position: right 15px center; */
    /* background-position-y: 15px; */
    /* background-position: calc(100% - 19px) 0; */
    text-align: right;
    font-size: 16px;
    line-height: 28px;
    height: auto;
}

h2.emp-title {
    text-align: right;
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 20px;
    color: #217ecf;
}

.closebtn {
    width: 40px;
    height: 40px;
    background: #ff4545;
    border-radius: 50%;
    margin-top: -30px;
}

p.close-txt {
    color: white;
    font-size: 16px;
    text-align: center;
    font-family: 'Tajawal';
    line-height: 35px;
}

.banner-text {
    position: relative;
    opacity: 1;
    transform: translateX(0);
    -moz-transform: translateX(-300px);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
}

.banner-text {
    text-align: center;
    direction: rtl;
}

.new-block.type-11 .center-tagline .title {
    font-size: 40px;
    line-height: 55px;
    color: #fff;
    font-family: 'black';
    text-transform: uppercase;
    padding-bottom: 20px;
    font-weight: 700;
}

.new-block.type-11 .center-tagline {
    top: 80%;
}

.new-block.type-11.increased-height .center-tagline {
    margin-top: 0px;
}

.col-md-3.col-sm-6.wow.counter-entry.fadeInUp.animated:after {
    content: '';
    width: 1px;
    height: 100px;
    position: absolute;
    left: 0;
    background: #ffffff9c;
    display: block;
    top: 10px;
}

.col-md-3.col-sm-6.wow.counter-entry.fadeInUp.animated:last-child:after {
    width: 0px;
}

.titel-top:after {
    position: absolute;
    left: 50%;
    top: 50px;
    content: "";
    width: 56px;
    margin-left: -26px;
    height: 5px;
    background: #fbc011;
}

.comp-txt {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.stat-img {
    width: 80px;
}

.comp-image {
    display: inline-block;
    vertical-align: middle;
}

.component-stats {
    direction: rtl;
}

.numbers {
    position: absolute;
    width: 100%;
    top: 46%;
    transform: translateY(-50%);
}

.stat-titlll {
    padding-bottom: 20px;
}

.block.type-1 {
    height: auto;
    /* min-height: 600px; */
    background: white;
    padding-top: 110px;
}

.image-slider {
    width: 100% !important;
    object-fit: unset;
    height: 480px !important;
}

.swiper-container .pagination {
    display: none;
}

.center-tagline.slidess {
    position: absolute;
    width: 100%;
    left: 0;
    top: 86%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin-top: -32px;
    right: 0;
}

.swiper-slide:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background: rgb(38, 38, 38);
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(14 14 14 / 5%) 20%, rgba(0, 212, 255, 0) 100%);
}

.banner-article {
    padding-right: 80px;
    padding-left: 80px;
}

.banner-article h1 {
    text-align: right;
    font-weight: 600;
    color: white;
    line-height: 40px;
    font-size: 1.6rem;
    padding-bottom: 15px;
}

.banner-article .description {
    font-size: 0.9rem;
    color: white;
}

.default-arrow.left,
.default-arrow.right {
    box-shadow: none;
}

.default-arrow:hover span {
    color: #2281d3;
}

nav .submeny a:after {
    position: absolute;
    left: 0px;
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 4px solid #ffffffd9;
    content: "";
    top: 20px;
}

nav a:hover {
    background: transparent;
    color: #357ab4;
}

.related-entry.top-em {
    padding-top: 0;
    border: 0.2px solid #e5e5e5;
}

.related-entry.top-em img {
    padding: 0;
    border-radius: 0;
    border: none;
    object-fit: cover;
    height: 220px;
}

/*
.news-item:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
}
*/

.news-item {
    position: relative;
}

.news-item a {
    position: absolute;
    bottom: 0;
    color: white !important;
    z-index: 4;
    padding: 10px;
}

.new-block.type-12.scroll-to-block {
    padding-top: 50px;
}

.titel-left:after {
    position: absolute;
    left: -25px;
    top: 5px;
    content: "";
    width: 5px;
    height: 80%;
    background: #207ccd;
}

.sorting-menu a.active,
.sorting-menu a:hover {
    color: #fff;
    background: #2281d5;
}

.button:after {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 5px;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    content: "";
    display: none;
}

.paginator ul li a.active,
.paginator ul li a:hover {
    color: #fff;
    background: #2382d6;
}

header.act nav a:hover {
    background: transparent;
    color: #1464a8db;
}

header.act .papersheet__trigger {
    top: 41px;
}

.responsive-filtration-title {
    font-family: 'Cairo';
}

.mobile-filter {
    display: none;
}
nav .submeny:hover .submeny-top {
  
}
.select{
    color: #1464a8db !important;
}



@media (min-width: 1200px) {
    nav ul li:last-child ul {
        margin-right: -25px;
    }
}



@media only screen and (max-width: 765px) {
    .special-emp {
        display: none;
    }

    .mob-icon.act {
        z-index: 99595945446464;
        top: 0px;
    }

    .mob-icon.act span:before {
        width: 30px;
        top: -7px;
    }

    .mob-icon.act span:after {
        width: 30px;
        top: 7px;
    }

    nav a {
        width: 100%;
        padding: 0px;
        margin: 0px !important;
        text-indent: 20px;
        font-size: 14px;
        color: #fff !important;
    }

    .act-mob .box {
        height: 430px;
    }


    header.act-mob {
        height: 65px;
    }

    .social-media-icons {
        margin-right: auto;
        display: none;
    }

    header #logo img {
        opacity: 1;
    }

    header {
        padding: 0px 20px;
        display: flex;
        justify-content: space-between;
    }

.related-entry img {
    height: auto;
    width: 100%;
}

#logo {
    margin-left: 18px;
    margin-top: 0px;
}
    .mob-icon {
        display: block;
        position: relative;
        float: left;
        margin-left: 0px;
        margin-right: 0;
        height: auto;
        cursor: pointer;
        margin-top: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    nav .submeny a:after {
        display: none;
    }
    .container-fluid {
        margin-right: 0px;
        margin-left: 0px;
    }
    .banner-article {
        padding-right: 15px;
        padding-left: 15px;
    }
    .banner-article h1 {
        line-height: 32px;
        font-size: 1.4rem;
        padding-bottom: 10px;
        direction: rtl;
    }
    .slider-col {
        float: none;
        margin-bottom: 20px;
    }
    .image-slider {
        width: 100% !important;
        object-fit: cover;
        height: 250px !important;
    }
    .swiper-slide {
        float: right;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        height: 250px !important;
        position: relative;
    }
    .swiper-container .pagination {
        display: block;
        margin-top: 3px;
        direction: rtl;
    }
    .swiper-pagination-switch {
        width: 9px;
        height: 9px;
        background: #a5a5a5;
        cursor: pointer;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .swiper-active-switch {
        background: #1c72be;
        height: 16px;
    }
    .mob-icon span {
        height: 2px;
        background: #ffffff;
        margin-top: 0;
        width: 30px;
    }
    .mob-icon span:before {
        height: 2px;
        background: #ffffff;
        width: 30px;
    }
    .mob-icon span:after {
        height: 2px;
        background: #ffffff;
        width: 30px;
    }
    nav {
        background: #036ac3;
    }
    .numbers {
        background: transparent;
        top: 40%;
    }
    .statistics-content {
        height: 600px !important;
    }
    .counter-entry {
        width: 50%;
        padding-top: 0px !important;
        text-align: center;
    }
    .comp-image {
        display: block;
    }
    .comp-txt {
        margin-right: 0;
        text-align: center;
    }
    .h1,
    .h2 {
        font-size: 30px;
        margin-bottom: 20px !important;
    }
    .numbers .num {
        font-size: 30px;
        text-align: center;
    }
    .responsive-filtration-toggle {
        display: none;
    }
    .responsive-filtration-title {
        font-family: 'Cairo';
        cursor: pointer;
    }
    .sorting-menu {
        text-align: center;
        font-size: 0;
        margin-bottom: 20px;
        direction: rtl;
        padding-left: 20px;
        padding-right: 20px;
    }
    .aggreament-text {
        width: 100%;
        margin-bottom: 40px;
    }
    .aggreament-media {
        width: 100%;
        padding-bottom: 50px;
    }
    .cell-view {
        width: 100%;
        display: block;
    }
    .new-block .swiper-container {
        margin-right: 0px;
    }
    .agreement-btn {
        margin-bottom: 15px;
    }
    .footer-col {
        width: 100%;
    }
    .moi-content {
        text-align: right;
        margin-bottom: 40px;
    }
    h3.footer-title:after {
        display: none;
    }
    .copy span {
        color: #b4b4b4;
        font-size: 12px;
        line-height: 22px;
        text-align: right;
    }
    h2.main-lo {
        font-size: 20px;
        padding-right: 0;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    h5.sub-mo {
        padding-right: 0;
    }
    .col-md-8.blog-content-column {
        float: none !important;
    }
    .blog-post .thumbnail-entry img {
        display: block;
        width: 100%;
        height: auto;
        border: none;
        padding: 0px;
        height: inherit;
    }
    .col-md-4.blog-content-column {
        background: #ffffff;
        border-right: none;
        /* padding-bottom: 15px; */
    }
    .author-entry .glyphicon {
        color: #fbc011;
        font-size: 14px;
        margin-right: 0;
        margin-left: 7px;
    }
    .author-text .block {
        margin-top: 9px;
    }
    .blog-post.detail-post .title {
        font-size: 25px;
    }
    .blog-post {
        padding-left: 20px;
        padding-right: 20px;
    }
    .page-tagline,
    .blog-container .page-tagline {
        margin-bottom: 5px;
    }
    .blog-post.style-3 .title {
        font-size: 26px;
        line-height: 34px;
    }
    .col-md-6.col-md-push-6 {
        padding-left: 0;
        padding-right: 0;
    }
}

.social-media-icons {
    margin-right: auto;
    visibility:hidden;
}


.logo-txts {
    line-height: 24px;
}

.social-media-icons .ex3 i {
    font-size: 16px;
    margin: 0px 10px;
    color: white;
    width: inherit;
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-post.detail-post .thumbnail-entry img {
    height: 500px;
    object-fit: cover;
}

.media-content {
    display: flex;
    flex-wrap: wrap;
}

.media-content .media-item {
    flex: 1 0 21%;
    margin: 10px;
}

.media-content .media-item a .figure img {
    width: 100%;
    border-radius: 4px;
    height: 220px;
}

.media-content .media-item a {
    width: inherit;
    height: 100%;
    position: relative;
}

.media-content .media-item a .text-content {
    color: #2e2e2e;
    font-weight: 600;
    font-size: 1.05rem;
    line-height: 27px;
    margin-top: 10px;
}

.media-content .media-item a .figure {
    border-radius: 4px;
    position: relative;
}

.media-content .media-item a .figure .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    opacity: 0;
      /* fallback for old browsers */
      /* Chrome 10-25, Safari 5.1-6 */
     /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: #ED213A;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #93291E, #ED213A);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #93291e54, #ef090c); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.media-content .media-item a .figure .overlay svg {
    width: 3rem;
    height: auto;
}
.media-content .media-item a .figure .overlay svg g path {
    fill: white;
}

.media-content .media-item a .figure:hover .overlay {
    opacity: 1;
}

.ex3 a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 0.3rem;
}

.ex3 a.facebook {
    background: #4267B2;
}

.ex3 a.twitter {
    background: #1DA1F2;
}

.ex3 a.instagram {
    background: #405DE6;
}

.ex3 {
    display: flex;
    align-items: center;
}

.copy span p {
    text-align: center;
    font-size: 0.85rem;
}

.aggreaments {
    background: #80808026;
    border-radius: 10px;
}