﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, form {
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
    background-color: #202020;
}

ol, ul, dl {
    margin-bottom: unset !important;
    margin-top: unset !important;
}

.develop_bar {
    position: fixed;
    width: 100%;
    background-color: #202020;
    z-index: 100;
    color: WHITE;
    padding: 10px;
    font-size: 19px;
    text-align:right;
}

.imgwidth_certifi {
    position: relative;
    top: 16px;
}

p {
    margin-bottom: unset !important;
}

/***************static*****************/
.HorizentalLinediv {
    height: 2px;
    position: relative;
}

.HorizentalLinespan {
    position: absolute;
    height: 4px;
    background-color: #faa61a;
    width: 50%;
    animation: growwHoriz 2s linear forwards;
}

@keyframes growwHoriz {
    to {
        width: 75%;
    }
}

.alignBuright {
    text-align: right;
}


.logo-dis {
    display: none;
}

.logo-long-dis {
    display: block;
}

#DDLMpCountry, #DDLMpType, #DDLMpSituation {
    width: 100%;
    padding: 8px
}


.Normal-Title {
    font-size: 30px;
}

.Normal-Title2 {
    font-size: 18px;
    font-weight: bold;
}

.Bold-Title {
    font-size: 30px;
    font-weight: 600;
}

.sub-title {
    font-size: 18px;
}

.sub-title2 {
    font-size: 17px;
}

.row.row-margin {
    margin-left: unset;
    margin-right: unset;
}

.col-padd-top {
    padding-top: 10px;
}

.col-padd-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}


.row.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.ActivitiesHolder {
    padding-left: 35px;
    padding-right: 35px;
}

.col-lg-6.col-md-6.col-sm-6.setpadd, .col-lg-6.col-md-6.col-sm-12.setpadd, .col-lg-6.col-md-12.col-sm-12.setpadd {
    padding-left: unset;
    padding-right: unset;
}

.col-lg-3.col-md-4.col-sm-6.setpadd {
    padding-left: unset !important;
    padding-right: unset !important;
}

.col-lg-4.col-md-4.col-sm-6.setpadd {
    padding-left: unset !important;
    padding-right: unset !important;
}

.col-2.setpadd {
    padding-left: unset !important;
    padding-right: unset !important;
}

.setpadd {
    padding-left: unset !important;
    padding-right: unset !important;
}

.display_none {
    display: none;
}

@font-face {
    font-family: 'DIN NEXT LT';
    src: url('din-next-lt-w23-medium.eot'); /* IE9 Compat Modes */
    src: url('din-next-lt-w23-medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('din-next-lt-w23-medium.woff2') format('woff2'), /* Super Modern Browsers */
    url('din-next-lt-w23-medium.woff') format('woff'), /* Pretty Modern Browsers */
    url('din-next-lt-w23-medium.ttf') format('truetype'), /* Safari, Android, iOS */
    url('din-next-lt-w23-medium.svg#svgFontName') format('svg'); /* Legacy iOS */
}



.fontTahoma {
    font-family: 'DIN NEXT LT', Fallback, sans-serif;
}
.ArDisplay {
    display: inline !important;
}

.EnDisplay {
    display: none !important;
}

.text_align_En_Ar {
    text-align: right !important;
    direction: rtl;
}
.text_align_Ar {
    text-align: right !important;
    direction:rtl;
}
.Ar_dir {
    direction:rtl;
}
.textDir {
    direction: rtl;
}

.modal-header .close {
    padding: 1rem !important;
    margin: -1rem -1rem -1rem -1rem !important;
}

/****************fade in*****************/
.fade-in {
    animation: fadeIn ease 5s;
    -webkit-animation: fadeIn ease 5s;
    -moz-animation: fadeIn ease 5s;
    -o-animation: fadeIn ease 5s;
    -ms-animation: fadeIn ease 5s;
}


@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/************navbar********************/
.nav-logo-size {
    margin-left: 120px;
    width: 70%;
}

.nav-logo-long-size {
    margin-left: 30px;
    width: 100%;
}

.dropdown-menu.dropdown-menu1 > li > a:focus, .dropdown-menu.dropdown-menu1 > li > a:hover {
    background-color: #262626;
    color: #f3a538 !important;
}

.dropdown .dropdown-menu.dropdown-menuAnimation {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 0.6s;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
}


.dropdown:hover .dropdown-menu.dropdown-menuAnimation {
    max-height: 200px;
    opacity: 1;
}

.dropdown .dropdown-menu.dropdown-menuAnimation2 {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 0.6s;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
}

.dropdown:hover .dropdown-menu.dropdown-menuAnimation2 {
    max-height: 200px;
    opacity: 1;
}

.dropdown-menu.dropdown-menuCu {
    min-width: unset;
    background-color: #fff;
}

    .dropdown-menu.dropdown-menuCu > li > a {
        padding: 12px 15px;
    }

        .dropdown-menu.dropdown-menuCu > li > a:focus, .dropdown-menu.dropdown-menuCu > li > a:hover {
            background-color: #444444;
        }

.dropdown-toggle.RemoveArrowdorpdown::after {
    display: none;
}

.dropdown-item.dropdown-item_style:hover {
    background:red;
}
.shareImg {
    width: 19px;
    height: 19px;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #4a4a4a;
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation: slideIn 0.5s;
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}


.custom_nav {
    padding: 10px;
    position: fixed;
    z-index: 100;
    width: 100%;
    
}

.custom_nav_inner {
    background-color: #f8f9fa;
    border-radius: 10px;
    opacity: 0.9;
}
.flex-direction-Ar {
    flex-direction: row-reverse !important;
}
/****************3d*******************/
a {
    text-decoration: none;
    color: inherit;
}

    a:hover {
        text-decoration: none;
        color: inherit;
    }

nav ul ul {
    -webkit-transition: all 500ms ease-in-out 500ms;
    -moz-transition: all 500ms ease-in-out 500ms;
    -ms-transition: all 500ms ease-in-out 500ms;
    -o-transition: all 500ms ease-in-out 500ms;
    transition: all 500ms ease-in-out 500ms;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-shadow: 0px -100px 200px rgba(0,0,0,0);
    box-shadow: 0px -100px 200px rgba(0,0,0,0);
}

nav ul li:hover > ul {
    -webkit-transition: all 200px ease-in-out 0ms;
    -moz-transition: all 200px ease-in-out 0ms;
    -ms-transition: all 200px ease-in-out 0ms;
    -o-transition: all 200px ease-in-out 0ms;
    transition: all 200px ease-in-out 0ms;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-box-shadow: 10px 10px 10px rgba(0,0,0,0.1);
    box-shadow: 10px 10px 10px rgba(0,0,0,0.1);
}



nav ul {
    padding: 0;
    list-style: none;
    position: relative;
    display: inline-table;
    border-radius: 5px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 200px;
    -ms-perspective: 200px;
    perspective: 200px;
}

    nav ul:after {
        content: "";
        clear: both;
        display: block;
    }

    nav ul li {
        float: left;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-perspective: 200px;
        -ms-perspective: 200px;
        perspective: 200px;
        border-right: 1px solid #890456;
    }

    nav ul > li:last-of-type {
        border-right: none;
        border-radius: 0 5px 5px 0;
    }

    nav ul span li {
        border-right: 1px solid #890456;
    }

    nav ul li:first-of-type {
        border-radius: 5px 0 0 5px;
    }


    nav ul li a {
        display: block;
        padding: 10px 31px 10px 32px;
    }

    nav ul ul {
        position: absolute;
        top: 100%;
        padding: 0;
        border-radius: 0 0 5px 5px;
    }

        nav ul ul li {
            float: none;
            position: relative;
            border: none;
        }

            nav ul ul li:last-of-type {
                border-radius: 0 0 5px 5px;
            }

            nav ul ul li a {
                padding: 8px 21px;
            }

.bottom:hover {
    background-color: #565656a8;
    color: #fff;
}


.navitem-fontsize {
    font-size: 16px;
}

.nav_margin {
    margin-right: 5px;
    margin-left: 5px;
    padding-left: 5px !important;
}



.dropdown-item {
    padding: unset !important;
    clear: unset !important;
    font-weight: unset !important;
    color: unset !important;
    text-align: unset !important;
    white-space: unset !important;
    background-color: unset !important;
    border: unset !important;
}


/**********************slider*******************/

.overlayDiv {
    position: relative;
    width: 100%;
}

.imgOverlay {
    position: absolute;
    /* top: 0; */
    bottom: 10%;
    left: 0;
    right: 0;
    color: black;
    font-weight: 600;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    z-index: 1;
}

.slider_note {
    background-color: #f8f9fa;
    border-radius: 10px;
    opacity: 0.7;
    min-height: 85px;
    font-size: 20px;
    padding: 20px;
    display: none;
}

.carousel-indicators_cust.carousel-indicators_cust {
    position: absolute;
    right: 0;
    bottom: 15px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: unset !important;
    margin-left: 0;
    list-style: none;
}

.carousel-indicators .active {
    background-color: #FFAA00;
}

.carousel-indicators li {
    background-color: #000;
}


.carousel-control-prev {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 1;
}

.carousel-control-next {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 1;
}


/***************Activities*******************/
.Activities {
}


.Activities-container {
    border-radius: 10px;
    padding-top: 50px;
    padding-bottom: 20px;
    max-width: 90%;
}

.Activities_arrow {
    position: absolute;
    left: 50%;
    top: -8%;
    color: WHITE;
    transition: top .2s ease;
    -webkit-transition: top .2s ease;
}

    .Activities_arrow:hover {
        top: -7%;
    }

.Activities_arrow2 {
    position: absolute;
    left: 50%;
    top: -7%;
    color: WHITE;
    transition: top .2s ease;
    -webkit-transition: top .2s ease;
}

    .Activities_arrow2:hover {
        top: -6%;
    }

.Activities_arrow3 {
    position: absolute;
    left: 50%;
    top: 2%;
    color: WHITE;
    transition: top .2s ease;
    -webkit-transition: top .2s ease;
}

    .Activities_arrow3:hover {
        top: 3%;
    }

.Activities_arrow4 {
    position: absolute;
    left: 50%;
    top: -6%;
    color: WHITE;
    transition: top .2s ease;
    -webkit-transition: top .2s ease;
}

    .Activities_arrow4:hover {
        top: -5%;
    }

.Activities_arrow5 {
    position: absolute;
    left: 50%;
    top: -1%;
    color: WHITE;
    transition: top .2s ease;
    -webkit-transition: top .2s ease;
}

    .Activities_arrow5:hover {
        top: 0%;
    }

.Activities_arrow6 {
    position: absolute;
    left: 50%;
    top: 40%;
    color: WHITE;
    transition: top .2s ease;
    -webkit-transition: top .2s ease;
}

    .Activities_arrow6:hover {
        top: 44%;
    }

.Activities-Title {
    display: inline-block;
    padding: 15px 0px 15px 0px;
    position: relative;
}

    .Activities-Title:after {
        content: '';
        position: absolute;
        width: 0;
        height: 3px;
        display: block;
        margin-top: 5px;
        right: 0;
        background: #FFAA00;
    }

    .Activities-Title.HLinee:after {
        transition: width .2s ease;
        -webkit-transition: width .2s ease;
        animation: growwHLine 2s linear forwards;
    }

.Activities-Title-dis {
    display: inline-block;
    padding: 15px 0px 15px 0px;
    position: relative;
}

    .Activities-Title-dis:after {
        content: '';
        position: absolute;
        width: 0;
        height: 3px;
        display: block;
        margin-top: 5px;
        right: 0;
        background: #FFAA00;
    }

    .Activities-Title-dis.HLinee:after {
        transition: width .2s ease;
        -webkit-transition: width .2s ease;
        animation: growwHLine 2s linear forwards;
    }

@keyframes growwHLine {
    to {
        width: 100%;
        /*left: 0;*/
        background: #FFAA00;
    }
}

.center {
    position: relative;
}

    .center span {
        margin: 0;
        position: absolute;
        top: 170px;
        left: 75%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.veline {
    background: #FFAA00;
    height: 6px;
    width: 25%;
    animation: growwveline 2s linear forwards;
}

@keyframes growwveline {
    to {
        width: 100%;
    }
}

.center .velinefal {
    margin: 0;
    position: absolute;
    top: 170px;
    left: 20%;
    font-size: 80px;
    color: #FFAA00;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.centerr {
    position: relative;
}

    .centerr span {
        margin: 0;
        position: absolute;
        top: 170px;
        left: 25%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.veliner {
    background: #FFAA00;
    height: 6px;
    width: 25%;
    animation: growwveliner 2s linear forwards;
}

@keyframes growwveliner {
    to {
        width: 100%;
    }
}


.centerr .velinefar {
    margin: 0;
    position: absolute;
    top: 170px;
    right: 13%;
    font-size: 80px;
    color: #FFAA00;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/*.HorizentalLinedivarrow {
 display: inline-block;
  padding: 15px;
  position: relative;
}*/

/*.HorizentalLinedivarrow:after {
  content: '';
  position: absolute;
  width: 0; height: 3px;
  display: block;
  margin-top: 5px;
  right: 0;
  background: #FFAA00;
 
     transition: width .2s ease;
  -webkit-transition: width .2s ease;

     
}

.HorizentalLinedivarrow:hover:after{
  width: 100%;
  left: 0;
  background: #FFAA00;
}

.spanwidth {
     width: 100%;
}*/

/*.Activities-Title:hover:after{
  width: 100%;
  left: 0;
  background: #FFAA00;
}*/


.Activities-main-border {
    border: 2px solid #C7C7C7;
    border-radius: 10px;
}

.Activities-main_font {
    font-size: 17px;
}

.Acitvities-detailes {
    padding-top: 15px;
    padding-bottom: 0px;
    font-size: 18px;
    font-weight: 500;
    direction:rtl;
}

.Acitvities-detailes-left-main {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 70px;
    padding-right: 50px;
    font-size: 18px;
}

.Activities-circle-pad-main {
    padding-top: 40px;
    padding-bottom: 50px;
    padding-left: 50px;
}

.Acitvities-detailes-width {
    max-width: 70%;
}

.Activities-circle {
    background-color: #D3D2D2;
    border-radius: 100px;
    height: 133px;
}

.Activities-circle-width {
    max-width: 50%;
    height: 133px;
}

.Activities-circle-width-main {
    max-width: 80%;
    height: 133px;
}

.Activities-pad-main {
    padding-top: 50px;
    padding-bottom: 100px;
    padding-left: 50px;
    padding-right: 50px;
}

.Activities-circle img {
    margin-top: 13px;
}

.Activities-circle-main img {
    margin-left: 11px;
}

.Activities-text-pad {
    padding-left: 20px;
    padding-right: 20px;
}

.Activities-sub-title {
    padding-top: 40px;
    padding-bottom: 20px;
}

.Activities-sub-title-main {
    padding-top: 20px;
    padding-bottom: 20px;
}

.Activities-sub-title:after {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    display: block;
    margin-top: 5px;
    right: -50px;
    background: #FFAA00;
    transition: width .2s ease;
    -webkit-transition: width .2s ease;
}

.Activities-sub-title:hover:after {
    width: 82%;
    left: 35px;
    background: #FFAA00;
}

.Activities-sub-titlef:hover:after {
    width: 50%;
    left: 437px;
    background: #FFAA00;
}

.Activities-col-padd {
    padding-bottom: 140px;
}

.Activities-button {
    position: absolute;
    bottom: 20px;
    left: 40%;
}

.MoreButton {
    background-color: white;
    border: 2px solid #FFAA00;
    border-radius: 5px;
    transition: all .2s ease-in-out;
}

    .MoreButton:hover {
        transform: scale(1.1);
    }
/*************************MV********************/
.MV-title {
    font-size: 30px;
    padding-bottom: 30px;
}

.MV-img {
    padding-bottom: 30px;
}

.MV-Details {
    font-size: 18px;
    padding-bottom: 30px;
    text-align: right;
    direction: rtl;
}

    .MV-Details p {
        text-align: right !important;
        
    }

.MV-Details_FS {
    font-size: 18px;
    padding-bottom: 30px;
    text-align: right;
    direction:rtl;
}

.MV_first_color {
    background-color: #373737;
    padding: 50px;
    padding-top: 70px;
    padding-bottom: 70px;
    color: white;
    height: 100%;
}

.MV_second_color {
    background-color: #434242;
    padding: 50px;
    padding-top: 70px;
    padding-bottom: 70px;
    color: white;
    height: 100%;
}

.MV_Third_color {
    background-color: #dedddd;
    padding: 50px;
    padding-top: 70px;
    padding-bottom: 70px;
    height: 100%;
}

.MV-padding {
    padding: 15px;
}
/***************TEchno Figure*********************/
.TechnoFigure {
    position: relative;
}

.TEchnoFigure-container {
    border-radius: 10px;
    padding-top: 50px;
    max-width: 90%;
}

.TEchnoFigure-container-inner {
    border-radius: 10px;
    padding-top: 50px;
    max-width: 90%;
}



.Fig_first_color {
    background-color: #373737;
    padding: 30px;
    padding-top: 70px;
    padding-bottom: 70px;
    color: white;
    height: 100%;
}

.Fig_second_color {
    background-color: #434242;
    padding: 30px;
    padding-top: 70px;
    padding-bottom: 70px;
    color: white;
    height: 100%;
}

.Fig_Third_color {
    background-color: #dedddd;
    padding: 30px;
    padding-top: 70px;
    padding-bottom: 70px;
    height: 100%;
}


.mywidth {
    width: 250px !important;
    height: 250px !important;
}

.wrapper {
    margin: 30px auto 10px auto;
    overflow: hidden;
    position: relative;
    /*padding: 20px;
  width:55%;*/
}

.data-one,
.data-two,
.data-three {
    display: inline;
}

.circliful {
    position: relative;
}

.circle-text, .circle-info, .circle-text-half, .circle-info-half {
    width: 100%;
    position: absolute;
    text-align: center;
    display: inline-block;
    top: 150px;
}

.circle-info {
    color: #999;
}

.circliful .fa {
    margin: -10px 3px 0 3px;
    position: relative;
    bottom: 4px;
}

/****************************************/
.figureimage {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ulpadd {
    padding-left: unset;
}


.technofigurButtons {
    padding-bottom: 100px;
    padding-top: 100px;
}

.TEchnoFigureButtStyle {
    background-color: #202020;
    border: 2px solid #FFAA00;
    border-radius: 13px;
    color: white;
    padding: 8px;
    transition: all .2s ease-in-out;
    cursor: pointer;
    width: 100%;
}

    .TEchnoFigureButtStyle:hover {
        transform: scale(1.1);
    }


/*****************************Projects******************/

.Projects {
    background-color: #d0d0d0;
    padding-top: 50px;
    padding-bottom: 0px;
}

.Projects-title {
    padding-bottom: 50px;
}

.ProjectTitle {
    width: 100%;
    height: 100%;
}

.textover {
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    padding-top: 5px;
}

.ProjectButton {
    padding-bottom: 80px;
    padding-top: 80px;
}

.ProjectButtonwidth {
}

.ProjectButtonStyle {
    background-color: white;
    border: 2px solid #FFAA00;
    border-radius: 10px;
    padding: 8px;
    padding-left: 15px;
    padding-right: 15px;
    transition: all .2s ease-in-out;
    cursor: pointer;
    width: 115%;
}

    .ProjectButtonStyle:hover {
        transform: scale(1.1);
    }


.img-hover-zoom--blur {
    width: 100%;
    overflow: hidden;
    background-color: #f6f6f6;
}

.revColor {
    background-color: #E8E7E7;
}

.rowhover:hover .revColor {
    transition: color .2s,background-color .2s ease-in-out;
    color: white;
    background-color: #202020;
}


.rowhover:hover .img-hover-zoom--blur:hover img {
    transition: transform 1s, filter 2s ease-in-out;
    transform: scale(1.2);
}

/* The Transformation */
/*.img-hover-zoom--blur:hover img {
 
  transform: scale(1.2);
}*/

/**************************Projects Details***********************/
.projectdetail_coldiv {
    border: 1px solid #fff;
    background: #e8e7e7;
    height: 100%;
}

.projectdetail_coldiv-about {
    border: 1px solid #d4d4d4;
    background: #e8e7e7;
    height: 100%;
}

.Projects_Details {
    background-color: #DEDDDD;
    padding-top: 140px;
    padding-bottom: 100px;
    position: relative;
}


.ProHYP {
    text-decoration: none !important;
    color: black;
    height: 100%;
    display: block;
}

    .ProHYP:hover {
        text-decoration: none !important;
        color: black;
        height: 100%;
        display: block;
    }

.About_img img {
    width: 75%;
    margin-left: 12.5%;
}

.PRoDetail_img img {
    width: 100%;
}

.PRoDetail_supTitle {
    padding: 25px;
    position: relative;
    background-color: #e8e7e7;
    text-align: center;

}




.PRoDetail_img:hover img {
    transition: filter 0.5s ease-in-out;
    filter: blur(0);
}

.PRoDetail_img:hover img {
    filter: blur(2px);
}

.avia-arrow {
    height: 30px;
    width: 30px;
    position: absolute;
    top: -6px;
    left: 47%;
    margin-left: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-width: 1px;
    border-style: solid;
    visibility: hidden\9;
}

.PRoDetail_supTitle .avia-arrow {
    border: none;
    top: -4px;
    background-color: #e8e7e7;
    color: #55606e;
}
/**********************ProjectsDetails_Inner*****************/

.Projects_Inner {
    background-color: #DEDDDD;
    padding-top: 145px;
    padding-bottom: 0px;
    position: relative;
}

.ProjectDetails {
    padding-top: 50px;
}

.ProjectDetails_description {
    padding-top: 10px;
    padding-bottom: 10px;
    direction: rtl;
    text-align: right;
    width: 100%;
}

.ProjectDetails_Title {
    font-weight: 600;
    font-size: 22px;
}

.ProjectDetails_TeableTitle {
    font-weight: 500;
    font-size: 18px;
    padding-top:10px;
}

.ProjectDetails-table {
    border: 1px solid #faa61a;
    padding: 10px;
    direction: rtl;
    text-align: right;
}

.ProjectDetails_location {
}

.project_bar {
    background: #2d2d2d;
    padding-top: 30px;
    padding-bottom: 30px;
    color: white;
    direction:rtl;
}

.pro-bar-name {
    font-size: 23px;
    font-weight: 500;
}

.Pro_prev {
    position: absolute;
    top: 60%;
    background-color: #f1f1f1;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 0 5px 5px 0;
    width: 30px;
}

    .Pro_prev:hover {
        animation: growPro_prev .5s ease-in-out forwards;
    }

@keyframes growPro_prev {
    to {
        width: 300px;
    }
}

.visible_hover {
    display: none;
}

.Pro_prev:hover .visible_hover {
    display: block;
}

/****************************************/
.avia-post-nav {
    position: absolute;
    height: 110px;
    top: 60%;
    background: #aaa;
    background: rgba(0,0,0,0.1);
    color: #fff;
    margin-top: -55px;
    padding: 15px;
    text-decoration: none;
    z-index: 501;
    -webkit-transform: translate3d(0,0,0);
}

.avia-post-nav {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.avia-post-prev {
    left: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}


    .avia-post-prev .label {
        left: 5px;
        color: #000;
    }


.avia-post-next {
    right: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}


    .avia-post-next .label {
        right: 5px;
        color: #000;
    }

.avia-post-nav .label {
    position: absolute;
    top: 50%;
    height: 22px;
    line-height: 22px;
    margin-top: -11px;
    font-size: 24px;
}

.iconfont {
    font-size: 17px;
}



.avia-post-nav .entry-info-wrap {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.avia-post-nav .entry-info-wrap {
    width: 1px;
    overflow: hidden;
    display: block;
}


.avia-post-prev .entry-info {
    margin: 0 1px 0 20px;
}


.avia-post-next .entry-info {
    margin: 0 20px 0 1px;
}

.avia-post-nav .entry-info {
    display: block;
    height: 80px;
    width: 220px;
}


    .avia-post-nav .entry-info span {
        display: table-cell;
        vertical-align: middle;
        font-size: 13px;
        line-height: 1.65em;
        text-align:right;
    }


    .avia-post-nav .entry-info span {
        display: table-cell;
        vertical-align: middle;
        font-size: 13px;
        line-height: 1.65em;
        text-align: right;
    }


    .avia-post-nav .entry-info span {
        font-size: 13px;
        line-height: 1.65em;
        padding-right: 10px;
        text-align: right;
    }



.avia-post-nav .entry-image img {
    border-radius: 100px;
    display: block;
}


.avia-post-nav:hover {
    background: #222;
    background: rgba(0,0,0,0.8);
}

    .avia-post-nav:hover .entry-info-wrap {
        width: 240px;
    }

    .avia-post-nav:hover .entry-title {
        color: #fff;
    }

.avia-post-next:hover .label {
    color: #fff;
}

.avia-post-prev:hover .label {
    color: #fff;
}
/***************valuedCust-container//////////***************/
.valuedCust {
    background-color: #d0d0d0;
    padding-top: 0px;
    padding-bottom: 100px;
    position: relative;
}

.valuedCust-container {
    background-color: #F2F2F2;
    border-radius: 10px;
    border: 2px solid black;
    padding-top: 50px;
    padding-bottom: 100px;
    max-width: 90%;
}

.Vluedlogodiv {
    background-color: #fff;
    border: 1px solid #DFDFDF;
    width: 200px;
    height: 200px;
    margin-left: 20%;
    border-radius: 15px;
    transition: all .2s ease-in-out;
}


.valued_name {
    position: absolute;
    bottom: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background: black;
    background: rgba(0, 0, 0, 0.12);
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    opacity: 1;
    color: black;
    font-size: 16px;
    padding: 15px 5px;
    text-align: center;
}

.Vluedlogodiv:hover {
    transform: scale(1.1);
}

.bottompad {
    padding-bottom: 100px;
}

.overlayDiv-customers {
    position: relative;
    width: 100%;
    height: 100%;
}

.textover-customers {
    font-size: 20px;
    position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    padding-top: 5px;
}
/****************Cartificatediv-container********************/
.Cartificatediv-container {
    background-color: #202020;
    border-radius: 10px;
    padding-top: 75px;
    padding-bottom: 100px;
    max-width: 90%;
}


.Cartificatediv {
    background-color: #d0d0d0;
}

.rightside {
    background-color: #dedddd;
    border-radius: 15px 0 0 15px;
    padding: 50px;
    margin-bottom: 50px;
}

/*.rightside.anim {
        animation: growrightside 2s linear forwards;
    }

@keyframes growrightside {
    to {
        margin-left: 20%;
    }
}*/


.verticalline {
    float: left;
    border-left: 3px solid #F8B500;
    height: 150px;
    position: relative;
    /* left: 50%; */
    margin-left: 25px;
    margin-right: 25px;
    top: 16px;
}

.rightsideimg {
    float: left;
    position: relative;
    width: 200px;
}

.rightsideTitle {
    font-size: 21px;
    font-weight: 400;
    padding-bottom: 20px;
    text-align: right;
}

.rightsideditailsub {
    font-size: 16px;
    font-weight: 200;
    text-align: right;
}

.leftside {
    background-color: #dedddd;
    border-radius: 0 15px 15px 0;
    padding: 50px;
    margin-bottom: 50px;
}


/*.leftside.anim {
        animation: growrightsidel 2s linear forwards;
    }*/

/*@keyframes growrightsidel {
    to {
        margin-right: 20%;
    }
}*/

.leftsideimg {
    float: right;
    position: relative;
    top: 50px;
    width: unset;
}

    .leftsideimg > img {
        width: 100%;
    }


.leftsidedetail {
    float: unset;
    padding-top: 10px;
    margin-right: 0px;
    text-align: left;
    font-size: 20px;
    direction: rtl;
}

.leftsideTitle {
    font-size: 25px;
    font-weight: 400;
    padding-bottom: 20px;
}

.leftsideditailsub {
    font-size: 18px;
    font-weight: 200;
}

.rightsideDetail {
    padding-top: 10px;
    margin-right: 0px;
    text-align: left;
    font-size: 20px;
    direction: rtl;
}
/***********cartificate_de************/
.cartificatediv {
    width: 200px;
    height: 200px;
    margin-left: 10%;
}


.cartificate_de_coldiv {
    border: 1px solid #d4d4d4;
    background: #e8e7e7;
    height: 100%;
    position: relative;
}

.cartificate_details {
    background-color: #DEDDDD;
    padding-top: 190px;
    padding-bottom: 100px;
    position: relative;
}

.Cartificatediv-padding {
    padding-bottom: 75px;
}

.col-color {
    background-color: #dedddd;
    margin-bottom: 50px;
}
/************whitespace****************/
.whitespace {
    background-color: #d0d0d0;
    height: 100px;
    width: 100%;
    position: relative;
}

/************conactUs-button****************/
.conactUs {
    padding-top: 130px;
    padding-bottom: 130px;
}

.contact-title {
    color: white;
    padding-bottom: 50px;
    font-size: 25px;
}

.conactUs-container {
}

.conactUs-button {
}

/************footer**************/
.footer {
    background-color: #F6F5F5;
}

.logofooter {
    padding-top: 60px;
    padding-bottom: 60px;
}

.footerLine {
    height: 1px;
    background-color: #AEAEAE;
}

.colDivfooter {
    padding-top: 50px;
    padding-bottom: 20px;
}

.SMfooter {
    display: inline;
    padding-bottom: 10px;
}

.SMfooterIcon {
    float: left;
}

.footerFCpadding {
    padding-left: 70px;
}



.footerTitle {
    color: black;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    text-align:right;
}

.footercoltext {
    color: #242424;
    font-size: 16px;
    padding-bottom: 10px;
    text-align: right;
}

.iconcolfooter {
    padding-top: 25px;
    padding-bottom: 25px;
}

.footericonWidth {
    max-width: 50%;
}

.footerdetail {
    padding-top: 25px;
    padding-bottom: 25px;
}

.imgwidth {
    width: 75%;
}
.imgwidthlastElc {
    padding-right: 15px;
    padding-left: 15px;
}



/************************************/

.navbar-nav .nav-item.active {
    border: solid 2px #FFAA00;
}

.navbar-nav .nav-item:hover, .navbar-nav .nav-item:active {
    border: solid 2px #FFAA00;
}

.navbar-nav .nav-item {
    border: solid 2px rgba(255, 255, 255, 0.00);
    border-radius: 5px;
}

    .navbar-nav .nav-item .nav-link {
        color: #202020;
        font-size: 16px;
        font-weight: 500;
    }


/****************header***********************/

.AboutUSHeaderimg {
    background-image: url('../../images/slider/5d93ba75-ebeb-474d-8249-3a6a40c953d8.jpg');
    background-size: cover;
    height: 250px;
    position: relative;
}

.Top1 {
    background-image: url('../../images/slider/top1.jpg');
}

.Top2 {
    background-image: url('../../images/slider/top2.jpg');
}

.Top3 {
    background-image: url('../../images/slider/top3.jpg');
}

.AboutUS {
    padding-top: 45px;
    padding-bottom: 80px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #d0d0d0;
}

.HorizentalLinedivorange {
    height: 2px;
    position: relative;
}

.HorizentalLinespanorange {
    position: absolute;
    height: 4px;
    background-color: #faa61a;
    width: 75%;
    animation: growwHoriz 2s linear forwards;
}

@keyframes growwHoriz {
    to {
        width: 100%;
    }
}


.HorizentalLinespanGray {
    position: absolute;
    height: 4px;
    background-color: #565656;
    width: 50%;
    animation: growwHorizGray 2s linear forwards;
}

@keyframes growwHorizGray {
    to {
        width: 100%;
    }
}

/**********Administrative****************/
.top_pad_Adminis {
    padding-top: 50px;
}

.adminis_Path {
    position: absolute;
    top: 33px;
    color: white;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    direction: rtl;
}

table, th, td {
    border-collapse: collapse;
    border-radius: 3px;
}

.customers {
   
    border-collapse: collapse;
    width: 100%;
}

    .customers td, #customers th {
        border: 1px solid #ddd;
        padding: 8px;
        border-radius: 3px;
    }

    .customers tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    /*.customers tr:hover {background-color: #ddd;}*/

    .customers th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #333333;
        color: white;
        padding-left: 10px;
    }

.back_adminis_Path {
    position: absolute;
    top: 0;
    background-color: #00000094;
    width: 100%;
    height: 75px;
}


.valuedCust-container_who {
    background-color: #F2F2F2;
    border-radius: 10px;
    border: 1px solid #505050;
    padding-top: 20px;
    padding-bottom: 100px;
    max-width: 90%;
    position: relative;
    top: -120px;
}

.Search {
    background-color: #e8e8e8;
    border-radius: 10px;
    border: 1px solid #505050;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 10px;
}


.Who_font p {
    font-size: 16px;
    font-family: 'DIN NEXT LT', Fallback, sans-serif;
}

.TechnoFigure_pad {
    padding-top: 50px;
}

.LaWhoPad {
    padding: 40px;
}

.VauButton {
}

/*******************contact*****************/

.contactPad {
    padding-left: 50px;
    padding-right: 50px;
}

.formContainer {
    border: 2px solid #C7C7C7;
    padding: 8px;
    border-radius: 6px;
    direction: rtl;
    text-align: right;
}


.StarColor {
    color: #ff0000;
    font-size: 12px;
    padding-left: 4px;
    position: relative;
}

    .StarColor:before {
        content: "";
        display: block;
        position: absolute;
        top: -0.4px;
        left: 10px;
        width: 0;
        height: 0;
        border-bottom: 8px solid transparent;
        border-right: 8px solid #f00;
        border-top: 8px solid transparent;
        z-index: 2;
    }

    .StarColor:after {
        content: "مطلوب";
        color: #fff;
        background-color: #ff0000;
        font-size: 10px;
        padding: 6px;
        margin-left: 8px;
        border-radius: 5px;
    }


.CST {
    width: 100%;
    float: left;
    padding-right: 15px;
    position: relative;
    padding-top: 10px;
}

.CSTB {
    float: left;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 12px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.fontNum {
    font-size: 30px;
}

.FormPage {
    border-top: 1px solid #D4D4D4;
    padding: 30px;
    text-align: left;
    line-height: 20px;
    color: #404040
}

    .FormPage:after, .MoveBtn:after {
        content: "";
        display: block;
        clear: both
    }

    .FormPage .Thanks {
        font-size: 22px;
        width: 75%;
        text-align: center;
        padding-top: 200px;
        padding-bottom: 200px;
        display: block;
        margin: auto
    }

        .FormPage .Thanks.Thanks2 {
            width: 100%
        }

        .FormPage .Thanks a {
            text-decoration: none;
            color: red
        }

        .FormPage .Thanks .T {
            color: red;
            font-size: 28px;
            font-weight: 700
        }

#myModal .Thanks {
    font-size: 20px
}

#RequestNewsletter .Thanks {
    color: #fff
}


.MpSubmit {
    padding-right: 18px;
    padding-top: 12px;
    padding-bottom: 8px;
    float: right;
    width:100%;
}

#MpSubmitBtn {
    width: 75px;
    height: 35px;
    background-color: #ee3425;
    -webkit-appearance: none;
    border: none;
    color: white;
    border-radius: 5px;
}

.fasize {
    font-size: 25px;
}

.sub-title.Activities-sub-title.text-left {
    position: relative;
    display: inline-block;
    float: right;
}

.Activities-details {
    clear: both;
}

.valuedCust-rowpad {
    padding-top: 40px;
}



/*.rightside {
    background-color: #F2F2F2;
    border-radius: 15px;
    padding: 60px;
    margin-left: unset;
    margin-right: unset;
    margin-bottom: 100px;
}
.leftside {
    background-color: #F2F2F2;
    border-radius: 15px;
    padding: 60px;
    margin-left: unset;
    margin-right: unset;
    margin-bottom: 100px;
}*/

.Fig_text_pad {
    padding: 0 25px 25px 25px;
}

.flex-row-reverse-cust {
    flex-direction:row-reverse;
}


.MV-Details_FS span {
    text-align: right;
}



@media (min-width: 577px) and (max-width: 768px) {
    .flex-direction-Ar {
        flex-direction: column !important;
        text-align: right;
        direction: rtl;
    }
}



@media (max-width: 576px) {
    .flex-direction-Ar {
        flex-direction: column !important;
        text-align: right;
        direction: rtl;
    }
}

.footerServices {
    font-size: 12px;
}



.HLConsultant {
    color: #3636b1;
    border-bottom: .5px solid;
}

.Bolddetailpro {
    font-weight: 600;
}