/*test*/

body {
    direction: rtl;
    font-family: 'Cairo', sans-serif;
}

/********
nav
*********/

.nav-holder {
    padding: 15px 0 10px;
    position: relative;
}

.mfp-counter {
    direction: ltr;
}

.nav-holder .container {
    display: flex;
    align-items: center;
    justify-content: start;
    /* background-color: #fff; */
    border-radius: 15px;
    /* box-shadow: 0 8px 35px #0000001a; */
    padding: 0px 15px;
    z-index: 99;
    position: relative;
}

.nav-holder .nav-logo {
    margin-left: 0;
}

.nav-holder .nav-logo img {
    width: 75px;
}

.nav-holder .left-side-nav {
    /* float: right; */
    display: flex;
    align-items: center;
    margin-right: 5px;
}

.left-side-nav .lang-holder {
    bottom: 70px;
    /* background-color: #007acc; */
    display: flex;
    overflow: hidden;
    z-index: 5;
    float: left;
    border-radius: 15px;
    order: 1;
    box-shadow: 0 8px 35px #0000001a;
    margin-right: 9px;
}

.left-side-nav .lang-holder a {
    width: 50%;
    display: inline-block;
    text-align: center;
    padding: 7px 15px;
    text-decoration: none;
    /* color: #fff !important; */
    font-size: 14px !important;
    display: block;
    width: 100%;
    margin: 0 !important;
}

.nav-holder .left-side-nav .nav-info {
    text-align: left;
    margin: 4px 0 12px;
}

.lang-holder .arb {
    background-color: #007acc;
    color: #fff;
    box-shadow: 0 0px 27px #40404066;
}

.lang-holder .eng {
    color: #313131;
}

.nav-holder .left-side-nav .nav-info p {
    display: inline-block;
    margin: 0 10px;
    color: #a9a9a9;
    position: relative;
}

.nav-holder .left-side-nav .nav-info p i {
    color: #40403f;
    margin: 0 5px;
}

.nav-holder .left-side-nav .nav-info p.info-mail:before {
    content: "";
    position: absolute;
    right: -12px;
    height: 100%;
    width: 1px;
    background-color: #d8d8d8;
}

.nav-holder .left-side-nav .nav-info a {
    color: #b2a179;
    border: 1px solid #b2a179;
    border-radius: 5px;
    text-decoration: none;
    padding: 3px 10px;
    transition: 0.3s ease;
    display: inline-block;
}

.nav-holder .left-side-nav .nav-info a:hover {
    color: #fff;
    background-color: #b2a179;
}

.nav-menu .burger-icon {
    font-size: 22px;
    display: inline-block;
    padding: 0 13px;
    color: #0b7ece;
    cursor: pointer;
    transform: translateY(3px);
    margin-top: -7px;
}

.nav-menu ul.menu-item {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.nav-menu ul.menu-item > li {
    display: inline-block;
    position: relative;
}

.nav-menu ul.menu-item > li a {
    color: #007acc;
    text-decoration: none;
    font-size: 18px;
    transition: 0.2s ease;
    margin: 0 10px;
    cursor: pointer;
    font-weight: 600;
    /* text-shadow: 0 2px 9px rgba(0, 0, 0, 0.43); */
}

.nav-menu ul.menu-item > li a i {
    margin-right: 5px;
}


.nav-menu ul.menu-item > li ul.drop-menu-two {
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #f9f9f9;
    top: calc(100% + 30px);
    z-index: 2;
    min-width: 150px;
    visibility: hidden;
    opacity: 0;
    transition: .3s ease 0.1s;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.nav-menu ul.menu-item > li:hover ul.drop-menu-two {
    top: calc(100% + 10px);
    z-index: 3;
    visibility: visible;
    opacity: 1;
}

.nav-menu ul.menu-item > li ul.drop-menu-two li {}

.nav-menu ul.menu-item > li ul.drop-menu-two li a {
    white-space: nowrap;
    padding: 5px 10px;
    display: block;
    margin: 0;
    font-size: 14px;
}

header {
    /* background-image: linear-gradient(180deg, #0f3fa4 0%, #2a69ed 99%); */
    /* overflow: hidden; */
    position: relative;
}

.head-content {

    color: #494949;

    padding: 110px 10px 140px 52%;

    text-align: right;
}

.head-content h2 {

    font-weight: 600;

    font-size: 35px;

    color: #007acc;

    line-height: 43px;
}

.head-content p {
    color: #a3a3a3;
    margin: 20px 0;
}

.head-img {

    position: absolute;

    left: 0;

    top: 0;

    height: auto;

    max-width: 50%;

    max-height: 100%;
}

a.main-btn {

    background-color: #fff;

    box-shadow: 0 8px 35px #0000001a;

    padding: 0 13px 0 0;

    text-align: right;

    width: 200px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    border-radius: 80px;

    color: #000;

    cursor: pointer;

    text-decoration: none;
}

.main-btn i {

    background-color: #007acc;

    height: 36px;

    width: 36px;

    color: #fff !important;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 19px;

    transition: 0.3s ease;
}

.main-btn:hover i {
    transform: scale(1.2);
    */
}

.title-box {

    position: relative;
}

.title-box .shape-title {

    width: calc(50% - 10px);

    background-color: #007acc;

    color: #fff;

    font-weight: 600;

    height: 200px;

    float: right;

    border-radius: 15px;

    margin-left: 20px;

    font-size: 21px;

    display: flex;

    align-items: flex-end;

    justify-content: flex-end;

    padding: 25px 10px 25px 25px;

    position: relative;
}


.title-box .shape-top {
    position: relative;
    height: 200px;
    width: calc(50% - 10px);
    float: right;
    overflow: hidden;
    border-radius: 15px;
}


.title-box .shape-bottom {
    position: relative;
    height: 140px;
    width: 100%;
    float: right;
    overflow: hidden;
    margin: 20px 0;
    border-radius: 15px;
}


.title-box img {
    position: absolute;
    left: -10000%;
    right: -10000%;
    top: -10000%;
    bottom: -10000%;
    margin: auto auto;
    min-width: 1000%;
    min-height: 1000%;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
}

.about-title {

    font-weight: 600;

    font-size: 18px;

    color: #007acc;
}

.about-dec {

    margin-bottom: 20px;

    line-height: 29px;
}

.single-title {
    width: 100% !important;
}

.title-shape {}

.title-shape:before {
    content: "";
    position: absolute;
    width: 2060px;
    height: 70%;
    background: #f6f6f6;
    right: 100%;
    top: calc(50% - 35%);
    z-index: -1;
}

.contact-title:after {
    content: "";
    position: absolute;
    width: 2060px;
    height: 70%;
    background: #f6f6f6;
    left: 0;
    top: calc(50% - 35%);
    z-index: -1;
}

.item-ser {

background-color: #fff;

padding: 25px 15px;

box-shadow: 0 8px 35px rgba(0, 0, 0, 0.1);

border-radius: 15px;

margin-bottom: 30px;
}

.item-ser a.ser-title {

    color: #007acc;

    font-size: 15px;

    font-weight: 600;

    white-space: nowrap;

    text-overflow: ellipsis;

    overflow: hidden;

    text-decoration: none;

    display: block;

    margin-bottom: 8px;
}

.item-ser .ser-dec {

    margin: 0 0 17px;

    color: #a3a3a3;

    height: 116px;

    overflow: hidden;

    line-height: 23px;
}

.item-ser a.main-btn {
    width: 100%;
}

.client-slider.slick-slider .slick-arrow {
    position: absolute;
    right: -136px;
    bottom: -20px;
    font-size: 40px;
    color: #909090;
    padding: 15px;
    cursor: pointer;
    z-index: 99;
    background-color: #fff;
    width: 45px;
    height: 45px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    border-radius: 50%;
    box-shadow: 0 8px 15px #00000014;
    transition: 0.3s ease;
}

.client-slider.slick-slider .slick-arrow.nextnews {
    transform: translateX(30px);
}

.client-slider.slick-slider .slick-arrow.prevnews {
    transform: translateX(-30px)
}

.client-slider.slick-slider .slick-arrow:hover {
    color: #ffffff;
    background-color: #007acc;
}

.client-slider .item {
    outline: none;
    margin: 15px 15px 60px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 25px 15px;
    box-shadow: 0 5px 15px #00000014;
    border-radius: 15px;
}

.client-slider .img {
    text-align: center;
    padding: 15px;
}

.client-slider .img img {
    margin: auto;
    max-width: 160px;
    width: 100%;
    /* filter: grayscale(100%); */
    /* -webkit-filter: grayscale(100%); */
}

.qyamna-title {
    float: left;
}

.footer-holder {

    display: flex;

    align-items: center;

    justify-content: space-between;

    border-top: 1px solid #e1e1e1;

    padding: 15px 0;
}

.footer-holder img {

    width: 85px;
}

.footer-holder .social-part {

    padding: 9px;

    text-align: center;
}

.footer-holder .social-part a {

    color: #007acc;

    font-size: 15px;

    margin: 0 3px;

    text-decoration: none;

    width: 40px;

    height: 40px;

    display: flex !important;

    align-items: center;

    justify-content: center;

    float: right;

    background-color: #fff;

    border-radius: 50%;

    box-shadow: 0 8px 15px #00000014;

    font-size: 17px;

    margin: 0 10px;
    transition: 0.3s ease
}

.footer-holder .social-part p {

    margin: 5px 0;

}

.footer-holder .social-part a:hover {
    background-color: #007acc;

    color: #fff;
}

.contact-info {

margin: 190px 0 25px 35px;

padding: 20px;

background-color: #fff;

box-shadow: 0 5px 35px #00000014;

border-radius: 15px;
}

.contact-info .title-info {

    font-weight: 600;

    font-size: 17px;
}

.contact-info .info {

color: #8d8d8d;

display: flex;

text-decoration: none;

margin-bottom: 5px;
}

.contact-info .info i {

    color: #007acc;

    margin: 0 0 0 6px;

    margin-top: 4px;
}

.my-custem-field {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px 10px;
    border: none;
    border: 1px solid #e5e5e5;
    outline: none;
    border-radius: 10px;
    -webkit-appearance: none;
}

.contact-field {
    background-color: #fff;
    padding: 30px 15px;
    box-shadow: 0 5px 35px #00000014;
    border-radius: 15px;
}

.my-custem-field:focus {
    border: 1px solid #007acc;
}

textarea.my-custem-field {
    height: 130px;
    resize: vertical
}

.social-part span {
    display: block;
    padding: 55px 0 0;
}

.news-details .avatar {
    position: relative;
    overflow: hidden;
    height: 350px;
    border-radius: 20px;
    box-shadow: 0 8px 35px #0000001a;
}

.news-details .content {
    padding: 20px 0;
}

.news-details .content .news-title {
    color: #007acc;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
}

.news-details .content .news-des {
    font-size: 14px;
    color: #9e9d9d;
    line-height: 22px;
}

.news-details .news-info {

    margin-bottom: 10px;
}


.news-details .news-info .item {

    display: inline-block;

    margin-left: 20px;

    color: #3c3c3c;
}

.news-details .news-info i {

    margin-left: 5px;
}

.news-details {
    margin: 0 10%;
}

.item-ser .ser-sub {

    color: #000;

    white-space: nowrap;

    text-overflow: ellipsis;

    overflow: hidden;

    background-color: #eee;

    border-radius: 50px;

    padding: 3px 7px;
}

.services-page ul {
    font-size: 18px;
    padding: 0 30px 0 0;
    margin: 0;
}

.head-content.services-page {
    padding: 110px 10px 70px 42%;
}


/*
.nav-white .nav-holder .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 8px 35px #0000001a;
    padding: 0px 15px;
    z-index: 99;
    position: relative;
    padding: 10px 20px;
}

.nav-white ul.menu-item > li a {
    color: #007acc;
    text-shadow: none;
}
*/

    .nav-menu .lang-holder a:hover {
        color: #fff !important;
        background-color: #007acc !important;
    }


.loading-holder {
    background-color: white;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999999999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-holder img.loading-logo {
    max-width: 130px;
    width: 84%;
}

.overflow-hidden {
    overflow: hidden;
}

body.overflow-hidden > *{
    visibility: hidden;
}

body.overflow-hidden > .loading-holder{
    visibility: visible;
}

a.chat-btn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #007acc;
    width: 125px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50px;
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.14);
    cursor: pointer;
    font-size: 15px;
    z-index: 10;
    text-decoration: none;
}

a.chat-btn i {
    margin: 5px 0 0 6px;
}




.main-section-portfolio {
    min-height: calc(100vh - 240px);
}

.item-portfolio {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    cursor: pointer;
    margin-bottom: 30px;
    box-shadow: 0 8px 35px rgba(0, 0, 0, 0.1);
  }
  
  .item-portfolio:after {
    content: "";
    display: block;
    padding-top: 100%;
  }
  
  .item-portfolio .content {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .item-portfolio .content img {
    position: absolute;
    left: -10000%;
    right: -10000%;
    top: -10000%;
    bottom: -10000%;
    margin: auto auto;
    min-width: 1000%;
    min-height: 1000%;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }

  .mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.4;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}


#portfolio-tabs .mix{
    display: none;
  }

.over-y {
    overflow-y: hidden;
}

.btn-port-tab {

box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2);

background: #fff;

border: none;

padding: 10px 25px;

margin: 9px 10px 0px;

border-radius: 50px;

color: #2e2e2e;

font-weight: 600;

outline: none;

transition: 0.2s ease;

white-space: nowrap;
}

.btn-port-tab.active {
    
background: #007acc;
    
color: #fff;
}

.btn-port-tab-holder {
    
display: flex;
    
overflow: auto;
    
align-items: center;
    
padding: 0px 10px 30px;
}

#portfolio-tabs {
    padding: 0;
}

.title-box .shape-title:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    z-index: 1;
    right: auto;
    background: transparent;
    background-image: url(../img/assf-w.png);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.1;
}

/**************************************
Media Queries
***************************************/

/*LG Screen*/
@media (max-width:1200px) {
    .head-content.services-page {
        padding: 260px 10px 20px 0;
    }
    
    .lang-holder {

width: calc(100% - 30px);

margin: 0 15px 15px;

}

    .lang-holder a {
        
    }
}


@media (max-width: 1057px) {
    .head-content.services-page {
        padding: 210px 10px 20px 0;
    }
}

/*MD Screen*/
@media (max-width: 1199px) {

    .client-slider.slick-slider .slick-arrow {
        right: -117px;
    }

    .head-img {
        position: absolute;
        left: 0;
        top: 0;
        height: auto;
        max-width: 57%;
        max-height: 100%;
    }

    .nav-menu .burger-icon {
        display: block !important;
    }

    .nav-menu ul.menu-item {
        position: absolute;
        left: 0;
        right: 0;
        background-color: #fff;
        top: calc(100% + 15px);
        /* border-top: 1px solid #ececec; */
        display: none;
        border-radius: 15px;
        box-shadow: 0 8px 35px #0000001a;
        overflow: hidden;
    }

    
    .nav-menu ul.menu-item.menu_item_open {
        display: block;
    }


    .nav-menu ul.menu-item > li {
        display: block;
    }

    .nav-menu ul.menu-item > li a {
        display: block;
        padding: 8px 20px;
        margin: 0;
        color: #007acc;
        text-align: center;
        text-shadow: none;
    }

    .nav-menu ul.menu-item > li a:hover {
        color: #40403f;
        background-color: whitesmoke;
    }

    .nav-menu ul.menu-item > li ul.drop-menu-two {
        position: relative;
        margin: 0;
        padding: 0;
        list-style: none;
        background-color: #f3f3f3;
        top: calc(100% + 30px);
        z-index: 2;
        min-width: 150px;
        visibility: hidden;
        opacity: 0;
        transition: .3s ease 0.1s;
        box-shadow: none;
        padding-right: 25px;
        display: none;
    }

    .nav-menu ul.menu-item > li:hover ul.drop-menu-two {
        display: block;
    }
}

/*SM Screen*/
@media (max-width:991px) {

    .nav-menu .burger-icon {
        display: block !important;
    }


    .nav-holder .left-side-nav .nav-info {
        display: inline-block;
        margin: 0;
    }

    .nav-holder .left-side-nav .nav-menu {
        display: inline-block
    }

    .nav-holder .nav-logo img {
        width: 65px;
    }

    .nav-holder .left-side-nav {
        margin: 8px 0;
    }

    .nav-holder .container {
        padding: 10px 15px;
    }

    .head-content {
        padding: 10px 10px 40px 52%;
    }

    .single-title {
        height: 140px !important;
        margin-bottom: 30px;
    }

    .qyamna-title {
        float: right;
    }

    .client-slider.slick-slider .slick-arrow {
        right: calc(50% + -21px);
    }

    .contact-info {
        margin: -5px 0 25px;
    }

    .title-box .shape-title {
        justify-content: flex-start;
        padding: 25px 25px 25px 10px;
    }

    .head-content.services-page {
        padding: 230px 10px 140px 0px;
    }

    .head-content.services-page h1 {
        padding: 0 0 0 52%;
    }
}

@media (max-width: 850px) {
    .head-content.services-page {
        padding: 170px 10px 140px 0px;
    }
}

/*XS Screen*/
@media (max-width:767px) {
    .head-content {
        padding: 0 20px 20px 38%;
    }

    .head-content p {
        margin: 20px 3%;
    }

    .head-content h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .head-content img.scroll-header {
        width: 40px;
        padding: 0 10px;
    }

    .client-slider .item {
        height: 100px;
        padding: 25px 5px;
        margin: 0 15px 60px;
    }

    .item-ser .ser-dec {
        height: auto;
    }

    .footer-holder {
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .news-details {
        margin: 0;
    }

    .head-content.services-page {
        padding: 130px 10px 140px 0px;
    }

}

/*Custem Screen*/

@media (max-width: 767px) {

    .container {
        max-width: 590px !important;
    }

    .head-content {
        padding: 160px 20px 20px 0;
    }

}

@media (max-width:590px) {

    .col-xs {
        width: 100%;
    }

    .head-content {
        padding: 70px 20px 20px 0;
    }

    .container {
        max-width: 380px;
    }


    .nav-holder .container {
        margin: 0 15px;
    }

    .head-content.services-page {
        padding: 30px 10px 140px 0px;
    }
}


.main-section {
    padding: 40px 0;
    overflow-x: hidden;
}

.main-section.gray {

    background-color: #f6f6f6;

}

.avatar.bg-cover img {
    position: absolute;
    left: -10000%;
    right: -10000%;
    top: -10000%;
    bottom: -10000%;
    margin: auto;
    min-width: 1000%;
    min-height: 1000%;
    -webkit-transform: scale(0.1);
    transform: scale(0.1)
}

img::selection {
    background-color: transparent;
}

@media (min-width:1700px) {
    .head-img {
        position: absolute;
        left: 0;
        top: 0;
        height: auto;
        max-width: 50%;
        max-height: 110%;
    }
}