/*--------slider------*/
.number_slider {
    position: fixed;
    z-index: 3;
    left: 31.2vw;
    top: 55vh;
}

    .number_slider img {
        width: 80% !important;
    }

.carousel-caption {
    left: 0%;
    top: 45%;
    width: 20%;
    right: 64%;
    bottom: unset !important;
}

    .carousel-caption h5 {
        background-color: #0000006e;
        color: #fff;
        border-bottom: 2px solid #ffc20f;
        padding: 11px;
        border-top: 2px solid #ccc;
    }

.ws_controls {
    position: absolute;
    top: 50%;
    z-index: 999;
    right: 10%;
    transform: translate(-50%, 0);
}
/*-------animated slider-------*/
/* .ws_playpause{display: none !important;} */

/*----- Features-----*/
.Main-Features {
    position: absolute;
    width: 100%;
}

.Features {
    text-align: center;
    position: relative;
    transition-property: opacity, transform;
    transition-duration: 0.6s;
    height: 37vh;
    border: 1px solid #545454;
    color: #fff;
    overflow: hidden;
    transition: background-color 1.5s, border 2s;
}

.start_shopping {
    transition: background-color 1.5s, border 2s;
}

    .Features:hover,
    .start_shopping:hover {
        background-color: var(--lightprimary);
        border: 1px solid #7c5d01;
    }

.Features img {
    width: 8vw;
    transition-duration: 0.6s;
    transform: scale(0.9) translateZ(0);
}

.Features h4 {
    font-size: 4vh;
}

.feature_content {
    position: relative;
    /* position: absolute; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.Features:hover {
    box-shadow: 0 30px 65px rgba(0, 0, 0, 0.15);
}

    .Features:hover img {
        transform: translateY(0px) translateZ(0) scale(1);
    }

/*---------About_Us section---------*/
.info_title h2 {
    animation: bounceIn 4.4s ease-in-out forwards;
    text-transform: uppercase;
}

.AboutUSInfo .info_description p {
    font-size: 14px;
}

.content-about .Features {
    height: 22vh;
    position: relative;
}

    .content-about .Features img {
        width: 20%;
    }

    .content-about .Features h4 {
        font-size: 2vh;
    }

.content-about .col-lg-9 p {
    font-size: 20px;
    line-height: 25px;
}

.content-about .col-lg-9 {
    height: 22vh;
    padding: 0 26px !important;
}

.contentbragraph {
    transition: background-color 1.5s, border 2s;
}

    .contentbragraph:hover {
        background-color: black !important;
        border: 1px solid rgb(231, 231, 231);
    }

        .contentbragraph:hover p {
            color: #fff !important;
        }

.readme {
    transition: color 0.5s;
}

    .readme:hover {
        color: var(--lightprimary) !important;
    }

.Egyvision {
    text-transform: uppercase;
}

.content-about p:hover {
    color: var(--white) !important;
}
/*----------Service----------*/
.Services_info {
    position: relative;
}

.Services {
    /* background-image: url(../images/Group106.png); */
    background-position: center;
    background-size: cover;
    /* padding: 108px 0px; */
}

    .Services .Features {
        top: 0px !important;
        background-image: url(../images/Subtractionlg1.png);
        height: 310px;
    }

        .Services .Features img {
            width: 50px;
        }

        .Services .Features h2 {
            margin-top: 109px !important;
        }
/*---------Clients&Contactus------------*/
.clients_logoes img {
    width: 50% !important;
    margin-left: auto;
    margin-right: auto;
}

    .clients_logoes img:last-of-type {
        /*margin-left: 0px !important;*/
    }

.Clients_Contactus .item {
    height: 16vh;
}

.clients_logoes .owl-carousel .owl-stage-outer {
    padding-right: 31px;
}
/*-----owl slider-------*/
#demos .owl-carousel_projects .item {
    height: auto !important;
}

.projects_slides img {
    width: 100% !important;
}

/*----projects slider section ------*/
.owl-carousel_projects .owl-nav .owl-prev {
    right: -4vw;
    top: 45%;
    position: absolute;
    z-index: 1;
    color: black !important;
}

.owl-carousel_projects .owl-nav .owl-next {
    left: -4vw;
    position: absolute;
    top: 45%;
    right: auto;
    color: black !important;
    z-index: 1;
}
/*-----font size of icons-----*/
.owl-next svg:not(:root).svg-inline--fa,
.owl-prev svg:not(:root).svg-inline--fa {
    font-size: 24px;
}
/*-----------aboutus_page---------*/
/*-----aboutus-info----------*/
.AboutUs_info_home h3,
.services h3,
.Services_info h3,
.Clients h3 {
    text-transform: uppercase;
}
/*-------featureabout-us--------*/
.our-feature {
    text-align: center;
}

    .our-feature img {
        width: 26%;
        margin-top: 16px;
    }
/*----------contact-data---------*/
.contact_card svg {
    font-size: 22px;
}

.our-data {
    box-shadow: 10px 1px 5px -6px rgba(43, 42, 42, 0.23);
}

.time {
    height: 120px;
}

.location {
    height: 147px;
}

.mailes {
    height: 173px;
}
/* .phones{font-size: 13.5px;} */
.contactUs-data {
    position: relative;
    top: -38px;
}

.phones p {
    line-height: 1.5;
    font-size: 10.5px;
}

/*------contact_us page----------*/
.contact_content .smoke {
    width: 100%;
}

.map_location {
    padding-top: 159px !important;
    padding-bottom: 85px !important;
}

/*--Gallary-Section--*/
/*--cards_Gallary--*/
.snip1584 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 10px;
    min-width: 230px;
    max-width: 315px;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    text-align: left;
}

    .snip1584 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

.clients_logoes .snip1584 {
    min-width: auto;
    max-width: none;
}

.snip1584:before {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    top: 100%;
    content: "";
    background-color: rgb(0 0 0 / 85%);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
    z-index: 1;
}

.snip1584 img {
    vertical-align: top;
    max-width: 100%;
    backface-visibility: hidden;
    height: 100%;
    object-fit: cover;
}

.snip1584 figcaption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .snip1584 figcaption:hover {
        color: var(--lightprimary);
    }

.snip1584 h6,
.snip1584 h5,
.snip1584 svg,
.snip1584 h3 {
    margin: 0;
    opacity: 0;
    letter-spacing: 1px;
    z-index: 2;
}

.snip1584 h6 {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    margin-bottom: 5px;
}

.snip1584 h5 {
    padding: 3px 10px;
    text-transform: uppercase;
}

.snip1584 h5, .snip1584 svg, .snip1584 h3 {
    font-weight: normal;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.snip1584 svg {
    padding: 0px;
    font-size: 25px;
}

.snip1584 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.snip1584:hover:before,
.snip1584.hover:before {
    top: 10px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.snip1584:hover h6,
.snip1584.hover h6,
.snip1584:hover h5,
.snip1584.hover h5,
.snip1584:hover svg,
.snip1584.hover svg,
.snip1584:hover h3,
.snip1584.hover h3 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.snip1584:hover h6,
.snip1584.hover h6 {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.snip1584:hover h5,
.snip1584.hover h5,
.snip1584:hover svg,
.snip1584.hover svg,
.snip1584:hover h3,
.snip1584.hover h3 {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
/* .snip1584 img{
  -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
.snip1584:hover img{
  opacity: 0.5;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
} */

/*------Custom Modal ---------*/
.modal {
    overflow: hidden !important;
}

.modal-dialog {
    max-width: 100% !important;
    margin-top: 0px;
    height: 100vh;
    overflow: hidden;
}

.modal-content {
    background-color: black;
    border-radius: 0px;
    text-align: center;
    height: 100%;
}

.modal-header {
    padding: 0px 14px !important;
    border-bottom: 0 !important;
}

.modal-footer {
    position: absolute;
    width: 100%;
    bottom: 109px;
    display: block;
}

.close {
    color: #fff !important;
    opacity: unset !important;
}

#image-gallery .modal-body {
    overflow: auto;
    top: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #000;
    background-color: #000;
    padding: 0px;
}

#image-gallery img {
    width: 100%;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}

#image-gallery .close {
    position: absolute;
    font-size: 45px;
    left: 7px;
    background-color: #000;
    color: #000;
    text-align: left;
}
/*----------projects page----------*/
/*-header at inside pages-*/
.left_slider {
    height: 100%;
    /* width: 312px; */
    width: 124px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(255 251 251);
    overflow: hidden;
    transition: 0.5s;
}

.right_slider {
    /*  position: fixed;
*/ z-index: 9999;
    top: 0;
    right: 0;
    overflow: hidden;
    transition: 0.5s;
}

.left_slider .social_we {
    left: 50%;
}

.proojects .header-content .logo_site img {
    width: 65%;
    position: relative;
    left: 0;
    top: 0.5vh;
}

.proojects .LetsMeet {
    left: 50%;
}

.proojects .snip1584 {
    margin: 0px;
    height: 100%;
    padding: 5px;
    border: 2px solid #b3b5b4;
    min-width: auto;
    max-width: initial;
}

.projects_content .snip1584 {
    margin: 0px;
    height: 100%;
    padding: 0;
    border: none;
    min-width: auto;
    max-width: initial;
    height: 363px;
}

.proojects .snip1584 figcaption {
    z-index: auto;
}

.pro-details .col-md-2 {
    height: 10vw;
    flex: 0 0 20.000001%;
    width: 20%;
    max-width: 20%;
    margin-top: 10px;
}
/*--------project_detail---*/
.pro_info span, .aboutsectionEditDIV span {
    font-size: 16px !important;
    line-height: 2;
    transition: 0.3s;
    font-family: inherit !important;
}

.footer-item #aboutUsContentDiv span {
    font-size: 14px !important;
    line-height: 2;
    transition: 0.3s;
    font-family: inherit !important;
}

.pro-details .owl-carousel {
    display: block !important;
}

.imgpro_detail {
    z-index: 3;
    left: -16vw;
    top: 19vh;
}

.infopro_detail {
    left: -3vw;
    top: 19vh;
}

.info_description p, .info_description span {
    font-size: 18px !important;
    line-height: 2;
}

.info_description {
    font-size: 18px;
    line-height: 2;
}

.border_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.shortimage img {
    transform: scale(1.5);
}

.top_footer .col-lg-4 .footer-item p, .get-touch p, .where_are p {
    text-transform: none !important;
    font-size: 14px !important;
}
.note-editable.panel-body {
    height: auto !important;
}