/* Custom Arabic -  English Style */

.grey {
    color: #c7c7c7;
}
.client-slider{
    height:200px;
}
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.job-title {
    padding-top: 20px;
}

.full-slider .swiper-slide {
    background-size: 100% 100% !important;
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


.no-padding-top {
    padding-top: 0;
}

.header-index .container {
    height: 100%;
    display: flex;
    align-items: center;
}

.header-index {
    position: relative;
    height: 90px;
    width: 100%;
    z-index: 5;
    top: 0px;
}

.menu-span-index {
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    padding: 0px 0px 0 0;
    color: #000;
    font-weight: bold;
}

.logo-index {
    width: 100px;
    height: 50px;
}

.full-section {
    width: 100%;
    height: 100vh;
}

.bg-slide-1 {
    background: url(/MyLayout/layout/images/ava.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.dab {
    position: absolute;
    right: 16%;
    width: 360px;
    top: 19%;
}





/*============================================================
 * EXTRAS
 *============================================================*/
#container {
    perspective: 10px;
    width: 100%;
    height: 100%;
}

#floatingBox {
    /* Photo by David Marcu on Unsplash */
    transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    width: 100%;
    height: 100%;
}



.bg-slide-2 {
    background: url(/MyLayout/layout/images/bg-slide-2.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.bg-slide-3 {
    background: url(/MyLayout/layout/images/bg-slide-3.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.full-slider {
    height: calc(100vh - 90px);
}

    .full-slider .right-arrow, .full-slider .left-arrow, .client-slider .left-arrow, .client-slider .right-arrow {
        color: #fff;
    }

.content-index {
    display: none;
}

.no-padding-bottom {
    padding-bottom: 0;
}

.pre {
    white-space: pre-line;
}

.work-desc {
    width: 80%;
    display: block;
    margin: auto;
    padding-bottom: 30px;
    margin-top: -10px;
}

.what-section .swiper-slide {
    padding: 10px 0 10px 10px;
}

.shadow-slide {
    /*box-shadow: 3px 6px 20px -4px rgba(0,0,0,0.16);
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;*/
    height: 337px;
    border-radius: 10px;
    cursor: pointer;
    background: #fff;
    overflow: hidden;
}

.what-section .container > h3 {
    margin-top: -30px;
}

.index-section-p {
    padding-top: 140px;
}

.what-section .slider-num, .what-do-bg .slider-num {
    font-size: 28px !important;
    color: #eb3149;
    font-family: 'Bitter', serif;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 16px;
    font-size: 18px;
}

.what-section h5.slider-title, .what-do-bg .shadow-slide h5.slider-title {
    font-size: 19px;
}

.hover-slide, .hover-slide h5, .hover-slide p, .what-section .slider-num, .what-do-bg .slider-num {
    transition: 0.4s;
}

.what-do-bg .shadow-slide a:hover {
    text-decoration: none;
}

.what-section .swiper-slide:hover .hover-slide {
    background: #eb3149;
    color: #fff;
}

.hover-slide {
    padding-bottom: 15px;
    border-radius: 0 0 10px 10px;
}

.what-do-bg .what-title {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
}

[after-canvas] {
    display: none;
}

.what-do-bg .what-title ~ p {
    width: 80%;
    display: block;
    margin: auto;
    padding-bottom: 30px;
    margin-top: -10px;
    color: #fff;
    position: relative;
}

.what-section .swiper-slide:hover .hover-slide h5, .what-section .swiper-slide:hover .hover-slide p, .what-section .swiper-slide:hover .hover-slide .slider-num {
    color: #fff;
}

.what-section .swiper-slide:hover .shadow-slide {
    background: #eb3149;
}

.what-section .swiper-slide .shadow-slide img, .what-do-bg .shadow-slide img {
    display: block;
    margin: auto;
    padding-bottom: 10px;
    padding-top: 0;
    height: 180px;
    width: 100%;
}

.related-slide .slider-title {
    text-align: center;
}

.mb-30 {
    margin-bottom: 30px;
}

.what-section .swiper-pagination-clickable .swiper-pagination-bullet {
    margin: 4px;
}

.what-section .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 20px;
}

.what-section a:hover {
    text-decoration: none;
}

.what-section p {
    color: #000;
}

.what-section .swiper-pagination-bullet-active {
    opacity: 1;
    background: #eb3149;
    width: 10px;
    height: 10px;
}

.swiper-button-prev:focus, .swiper-button-next:focus {
    outline: none;
}


.section-client .swiper-button-prev, .section-client .right-arrow, .section-client .left-arrow, .section-client .swiper-button-next {
    color: #fff;
}

.client-slide {
    border: 2px solid transparent;
    border-radius: 10px;
    background: #fff;
    padding: 10px;
    width: 100%;
}

.related-slider {
    margin-top: 20px;
}

.client-slide:hover {
    border: 2px solid #be73d6;
}

.section-client .swiper-slide {
    padding: 10px;
    /* padding-top: 70px; */
}

.client-slider-section > .bg-main {
    padding-top: 20px;
    padding-bottom: 20px;
}

.client-slider img {
    width: 100%;
}

.portfolio-landing-title {
    font-size: 60px;
}



    .portfolio-landing-title ~ p {
        font-size: 18px;
        color: #fff;
        width: 600px;
    }

.client-slider-section .btn-client {
    margin: 20px;
}

.lets-talk {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.p-10 {
    padding: 10px;
}

.phone-email-sec {
    justify-content: flex-start;
    flex-wrap: wrap;
}

.client-btn {
    display: flex;
    width: 200px;
    justify-content: center;
    color: white;
    padding: 0px 25px;
    line-height: 1.5;
    font-weight: 500;
    border-radius: 6px;
    border: 1px solid #9f75ac;
    margin-top: 15px;
    transition: 0.4s;
}

.vh-90 {
    height: 90vh;
}

.client-btn:hover {
    background: #fff;
    color: #000;
    text-decoration: none;
    border: 1px solid #fff;
}

.btn-more:hover {
    background-color: #6b2b7f !important;
}

.pt-90 {
    padding-top: 90px;
}

.related-slider .related-slide h4 {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
}

.related-slider .related-slide img {
    width: 100%;
    display: block;
    margin: auto;
    padding-bottom: 10px;
}

.related-slider .swiper-slide {
    padding: 10px 5px;
}

.related-slider .related-slide {
    box-shadow: 3px 6px 20px -4px rgba(0,0,0,0.16);
    border-radius: 10px;
    cursor: pointer;
    height: 270px;
    overflow: hidden;
}

.related-slide:hover a {
    text-decoration: none;
}

.custom-footer .reverse-flex {
    display: flex;
    height: 85%;
    align-items: flex-end;
}

    .custom-footer .reverse-flex .flex {
        width: 100%;
    }

.custom-footer .flex > aside .awesome {
    line-height: 40px;
    text-align: center;
    align-items: center;
    border-radius: 8px;
    transform: rotate(-45deg);
    font-size: 19px;
}

.custom-footer .flex > aside .custom-social-footer {
    display: flex;
    flex-wrap: wrap;
}

.rebeca {
    color: rebeccapurple;
}

.custom-footer .flex > aside .custom-social-footer div {
    width: 40px;
    height: 40px;
    border: 1px solid #ffc621;
    transform: rotate(45deg);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.black {
    color: #000 !important;
}

.custom-footer .flex > aside input {
    background: transparent;
    border-radius: 7px;
    border: 1px solid #ffc619;
    margin-bottom: 10px;
    width: 100%;
    color: #fff;
    padding: 0 5px 0 5px;
    height: 30px;
    font-weight: bold;
    text-align: center;
}

    .custom-footer .flex > aside input::placeholder {
        color: #fff;
    }

    .custom-footer .flex > aside input:focus {
        outline: none;
    }

.custom-footer .flex > aside .news-btn {
    width: 100%;
    background: #f9c01b;
    border: none;
    border-radius: 7px;
    height: 30px;
    cursor: pointer;
    color: #6b2b7f;
    font-weight: bold;
}

.custom-footer .flex ul.custom-social-footer a:hover {
    padding-left: 0;
}

.custom-footer .flex > aside {
    width: 100%;
}

    .custom-footer .flex > aside h2 {
        font-size: 23px;
        color: #ffc619;
        font-family: 'Lato', sans-serif;
    }

.custom-footer .flex ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Lato', sans-serif;
}

.custom-footer article {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #952956;
}

    .custom-footer article a {
        color: #952956;
        transition: 0.4s;
    }

        .custom-footer article a:hover {
            color: #fff;
        }

.custom-footer .flex ul a {
    color: #ffffff;
    text-decoration: none;
    transition: 0.4s;
    font-family: 'Lato', sans-serif;
}

    .custom-footer .flex ul a:hover {
        padding-left: 5px;
    }

.custom-footer .footer-bg {
    width: 100%;
    position: absolute;
    height: 100%;
}

.custom-footer .container {
    position: relative;
    height: 100%;
}

.custom-footer .article {
    bottom: -80px;
}

.what-do-bg {
    min-height: calc(100vh - 87px);
}

.who-custom-desc {
    text-align: center;
    white-space: pre-line;
    width: 80%;
}

section {
    padding: 45px 0;
}

[delay] {
    display: none;
}

[opacity] {
    opacity: 0;
}

.transition {
    transition: 0.4s;
}

.call-btn {
    position: absolute;
    bottom: 60px;
    border-radius: 30px;
    width: 200px;
    border: 1px solid;
    padding: 3px;
    background: transparent;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    transition: 0.4s;
    overflow: hidden;
    height: 35px;
    left: 0;
    right: 0;
    margin: auto;
}

[skip-video] {
    position: absolute;
    top: 60px;
    border-radius: 30px;
    width: 200px;
    border: 1px solid;
    padding: 3px;
    background: transparent;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    transition: 0.4s;
    overflow: hidden;
    height: 35px;
    left: auto;
    right: 100px;
    margin: auto;
}

.bg-yellow {
    background: #f9c01b;
    border: 1px solid #f9c01b;
}

.custom-padding {
    padding: 0 5% !important;
}

.advance-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.advance-service-section {
    height: 100%;
    width: 100%;
    position: relative;
}

    .advance-service-section .main-title {
        margin-top: -20px;
        text-align: center;
        font-weight: bold;
        font-size: 45px;
    }

.flex-advance {
    width: 100%;
    display: flex;
    margin-top: 35px;
}

.advance-service-section .main-title ~ p {
    width: 80%;
    margin: auto;
    text-align: center;
    color: #fff;
}

.advance-slice:hover .advance-gif {
    display: block;
}

.advance-gif {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.advance-static {
    width: 100%;
}

.advance-slice {
    width: 98%;
    position: relative;
    overflow: hidden;
    margin-left: 5px;
}

.align-center {
    display: flex;
    align-items: center;
}

.advance-slice > .slice {
    position: absolute;
    width: 100%;
    bottom: -34%;
    height: 50%;
    background: #ffc61b;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 10px 5px 10px 20px;
    transition: 0.4s;
}

.advance-slice:hover .slice {
    bottom: 0;
}

.advance-slice > .slice p {
    line-height: 20px;
    color: #000;
    opacity: 0;
    transition: 1s;
}

.advance-slice:hover > .slice p {
    opacity: 1;
}

.advance-arrow {
    width: 80%;
    position: absolute;
    bottom: 10px;
    left: 0;
}

    .advance-arrow h4 {
        font-size: 15px;
        margin: 0px;
        text-align: center;
        position: relative;
        top: 9px;
        font-weight: bold;
        color: #83446f;
    }

.orient-title {
    position: absolute;
    top: 0;
    display: block;
    margin: auto;
    bottom: 0;
    left: 50px;
}

.slice h2 {
    font-size: 20px;
}

.call-btn:hover:before, [skip-video]:hover:before {
    top: -5px;
}

.call-btn:hover:after, [skip-video]:hover:after {
    bottom: -30px;
}

.call-btn:before, [skip-video]:before {
    content: attr(hover);
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    font-family: "font awesome 5 free";
    font-weight: 900;
    font-size: 30px;
    transition: 0.4s;
}

.call-btn:after, [skip-video]:after {
    transition: 0.4s;
    content: attr(value);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
}

.portfolio-filter {
    box-shadow: 1px 2px 10px 0px rgb(220, 219, 220);
}

.slider-btn {
    right: auto;
    left: 13%;
    bottom: 7%;
    width: 19vw;
}

[data-accordion-slide="7"] .l-accordion__inside {
    /*background-image: url(../images/istanbul.jpg);*/
    background-position: 72.25% 50%;
}

#my-grid img {
    height: auto;
}

#myvideo {
    position: fixed;
    top: 0;
    left: 0;
}

.full-absolute {
    background: #320333;
    margin-top: -45px;
    padding-top: 45px;
    margin-bottom: -45px;
}

.call-btn:focus {
    outline: none;
}

.modal-body input::placeholder, .modal-body textarea:placeholder {
    color: #fff;
}

.side-nav {
    box-shadow: 2px 5px 15px 3px #c1c1c1;
}

.advance-container > h2 {
    display: none;
}

.plus-after:after {
    content: "\f067";
    font-family: "font awesome 5 free";
    font-size: 24px;
    padding-left: 10px;
}

.bring-to-front {
    z-index: 5;
}

@media (max-width: 1125px) {
    .slice h2 {
        font-size: 16px;
    }
}

[skip-video] {
    width: 100px;
}

[index-footer] a:hover {
    color: #ffc619;
}

.accordion-p {
    /* display: flex; */
    position: absolute;
    left: 10%;
    /* right: 0; */
    /* margin: auto; */
    top: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #fff;
    transform: scale(0);
    transition: 0.4s;
    transition-delay: 0s;
}

.selected-logo {
    background: #d5d5d5;
}

.pre-line {
    white-space: pre-line;
}

.mb-2-pc {
    margin-bottom: 30px;
}

.mb-1-pc {
    margin-bottom: 15px;
}

.modal-body input, .modal-body textarea {
    border: 1px solid #6a2a80;
    color: #6a2a80;
}

.modal-body textarea {
    height: auto;
}



/* Start file Upload*/
/****** CODE ******/

.file-upload {
    display: block;
    text-align: center;
    font-size: 14px;
}

    .file-upload .file-select {
        display: block;
        border: 1px solid #6a2a80;
        color: #FFC107;
        cursor: pointer;
        height: 33px;
        line-height: 33px;
        text-align: left;
        background: #FFFFFF;
        overflow: hidden;
        position: relative;
        width: 90%;
        margin: auto;
        margin-top: 5px;
        margin-bottom: 8px;
        border-radius: 8px;
    }

        .file-upload .file-select .file-select-button {
            background: #6a2a80;
            padding: 0 10px;
            display: inline-flex;
            height: 33px;
            line-height: 33px;
            position: relative;
            top: -3px;
        }

        .file-upload .file-select .file-select-name {
            line-height: 40px;
            display: inline-block;
            padding: 0 10px;
            color: #dc3545;
            position: relative;
            top: -3px;
        }

        .file-upload .file-select:hover {
            border-color: #34495e;
            transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
        }

            .file-upload .file-select:hover .file-select-button {
                background: #34495e;
                color: #FFFFFF;
                transition: all .2s ease-in-out;
                -moz-transition: all .2s ease-in-out;
                -webkit-transition: all .2s ease-in-out;
                -o-transition: all .2s ease-in-out;
            }

    .file-upload.active .file-select {
        border-color: #3fa46a;
        transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
    }

        .file-upload.active .file-select .file-select-button {
            background: #3fa46a;
            color: #FFFFFF;
            transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
        }

    .file-upload .file-select input[type=file] {
        z-index: 100;
        cursor: pointer;
        position: absolute;
        height: 100%;
        width: 90%;
        top: -2px;
        left: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .file-upload .file-select.file-select-disabled {
        opacity: 0.65;
    }

        .file-upload .file-select.file-select-disabled:hover {
            cursor: default;
            display: block;
            border: 2px solid #dce4ec;
            color: #34495e;
            cursor: pointer;
            height: 40px;
            line-height: 40px;
            margin-top: 5px;
            text-align: left;
            background: #FFFFFF;
            overflow: hidden;
            position: relative;
        }

            .file-upload .file-select.file-select-disabled:hover .file-select-button {
                background: #dce4ec;
                color: #666666;
                padding: 0 10px;
                display: inline-block;
                height: 40px;
                line-height: 40px;
            }

            .file-upload .file-select.file-select-disabled:hover .file-select-name {
                line-height: 40px;
                display: inline-block;
                padding: 0 10px;
            }
/* End file Upload*/
.slider-1-text {
    position: absolute;
    left: 7vw;
    right: 0;
    margin: auto;
    bottom: 14vw;
    text-align: center;
    color: #fff;
    background: #894a6a;
    width: 34vw;
    padding: 15px;
    border-radius: 10px;
    opacity: 0.9;
}

.slider-2-text {
    position: absolute;
    left: 7vw;
    right: 0;
    margin: auto;
    text-align: center;
    color: #fff;
    background: #894a6a;
    width: 34vw;
    padding: 15px;
    border-radius: 10px;
    opacity: 0.9;
}

    .slider-1-text h3, .slider-2-text h3 {
        white-space: pre-line;
        font-size: 22px;
    }
.related-title{
    text-align:center;
}

@media (max-width: 500px) {
    .mobile-reverse {
        flex-direction: column-reverse;
    }
    .istanbul-custom:before {
        left: 99.5px !important;
    }
    .what-section .swiper-slide p, .what-do-bg .shadow-slide p {
        padding-left: 5px;
        padding-right: 5px;
    }

    .slider-1-text, .slider-2-text {
        top: 40px;
        color: #fff;
        width: 90vw;
        left: 0;
        bottom: auto;
    }

    .mb-2-pc, .mb-1-pc {
        margin-bottom: 0px;
    }

    [skip-video] {
        right: 30px;
    }

    .shadow-slide {
        height: auto;
    }

    .portfolio-box {
        overflow: hidden;
        background: none;
    }

        .portfolio-box:hover img {
            opacity: 1;
            transform: scale(1);
        }

        .portfolio-box .portfolio-text h2, .portfolio-box .portfolio-text p {
            color: rebeccapurple;
            transform: translateY(0px);
            opacity: 1;
            visibility: visible;
        }

        .portfolio-box .portfolio-text p {
            display: none;
        }

        .portfolio-box:before, .portfolio-box:after {
            bottom: 85px;
            opacity: 1;
        }
    #my-grid .portfolio-box:before, #my-grid .portfolio-box:after {
        bottom: 10px;
    }
    .portfolio-box:before {
        transform: scaleX(1);
    }

        .portfolio-box:after {
            transform: scaleY(1);
        }

    .portfolio-text {
        position: relative;
        top: 0;
        transform: none;
        padding: 20px;
    }

    .pre-line-mobile {
        white-space: pre-line;
    }

    .advance-service-section .main-title {
        font-size: 34px;
    }

        .advance-service-section .main-title ~ p {
            width: 100%;
        }

    .flex-advance {
        flex-direction: column;
        margin-top: 35px;
    }

    .advance-static {
        display: none;
    }

    .advance-gif {
        display: block;
        position: absolute;
        top: 0;
        width: 50%;
        height: 100%;
        right: 0;
    }

        .advance-gif.right {
            left: 0;
            right: auto;
        }

    .client-slide {
        width: 90%;
        margin: auto;
    }

    .apply-now {
        float: initial;
    }

    .logo-index {
        width: 80px;
        height: 40px;
    }



    .advance-container > h2 {
        display: block;
    }

    .portfolio-filter {
        margin-bottom: 40px;
    }

    .portfolio-box img {
        height: 150px !important;
    }
    .portfolio-box.achievment-box img{
        height:200px!important;
    }
    .client-box-portfolio{
        display:none!important;
    }
    #my-grid img {
        width: auto;
        transition: 0.5s;
        height: 150px;
        cursor: pointer;
        margin: auto;
        display: block;
        padding: 20px 0;
    }

    .hide-mobile {
        display: none;
    }

    .dab {
        display: none;
    }

    .service {
        opacity: 1;
    }

    .relative-header {
        position: relative;
        height: 60px;
    }

    .client-btn {
        padding: 8px;
        border-radius: 4px;
    }

    .custom-footer .footer-bg {
        height: 100%;
    }

    .custom-footer {
        height: auto !important;
    }

        .custom-footer .reverse-flex {
            display: flex;
            height: auto;
            padding-top: 40vh;
        }

            .custom-footer .reverse-flex .flex {
                flex-direction: column-reverse;
            }

        .custom-footer .flex > aside {
            text-align: center;
        }

            .custom-footer .flex > aside .custom-social-footer {
                justify-content: center;
            }

        .custom-footer article {
            bottom: -40px !important;
        }

        .custom-footer .flex > aside input, .custom-footer .flex > aside .news-btn {
            width: 80%;
        }

        .custom-footer .flex > aside {
            padding-top: 40px;
        }

    .pt-90 {
        padding-top: 60px;
    }

    .section-client .swiper-slide {
        padding: 30px;
    }

    .lets-talk {
        padding-top: 15px;
        padding-bottom: 8px;
    }

    .client-slider-section .btn-client {
        padding: 8px;
    }

    .header-index {
        height: 60px;
    }

    .what-section .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
        display: block;
    }

    .what-section .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
        bottom: 10px;
    }



    .full-section .relative-header {
        height: 60px;
    }

    .full-slider {
        height: calc(100vh - 60px);
    }

    .location-list li {
        text-align: center;
    }

    .index-section-p {
        padding-top: 110px;
    }

    .work-desc {
        width: 100%;
    }

    .what-section .slider-num {
        display: inline-flex;
    }

    .what-section .swiper-slide p {
        padding-left: 10px;
        margin-top: -15px;
    }

    .what-section .swiper-slide .shadow-slide img {
        height: auto;
    }



    .portfolio-landing-title {
        font-size: 42px;
    }

        .portfolio-landing-title ~ p {
            font-size: 18px;
            color: #fff;
            width: 100%;
            padding: 10px;
        }

    .what-static, .what-gif {
        width: 70px;
        height: 60px;
    }

    .bg-slide-1, .bg-slide-2, .bg-slide-3 {
        background-size: 100% 100% !important;
    }

    .bg-slide-1 {
        background: url(/MyLayout/layout/images/bg-slide-1-mobile.jpg);
    }

    .bg-slide-2 {
        background: url(/MyLayout/layout/images/bg-slide-2-mobile.jpg);
    }

    .bg-slide-3 {
        background: url(/MyLayout/layout/images/bg-slide-3-mobile.jpg);
    }

    .advance-slice {
        height: 180px;
        width: 100%;
    }

        .advance-slice > .slice p {
            display: none;
        }

    .advance-container > .container {
        height: auto !important;
    }

    .advance-service-section {
        flex-direction: column;
    }

    .advance-slice > .slice {
        position: absolute;
        width: 50%;
        bottom: 0%;
        height: 100%;
        padding: 20px 5px 0 5px;
    }

    .right-slice > .advance-gif {
        left: 0;
        right: auto;
    }

    .right-slice .slice {
        left: auto;
        right: 0;
    }

    .advance-container {
        position: relative;
    }
}

@media (max-width: 375px) and (max-height: 667px) {
    .portfolio-landing-title ~ p {
        font-size: 14px;
    }

    .portfolio-landing-title {
        font-size: 35px;
    }

    .side-tabs {
        padding-top: 20px;
    }

        .side-tabs a {
            font-size: 22px;
        }

    .small-mobile {
        margin-top: 70px;
    }

    .small-mobile {
        font-size: 30px;
    }

    .slider-btn {
        right: auto;
        left: 5%;
        bottom: 4%;
        width: 120px;
    }
}


@media (max-width: 320px) {
    .tab-group button {
        margin-left: 1px;
        font-size: 13px;
    }
}

.modal-body {
    background: #fff;
    border-radius: 5px;
}

.modal-title {
    color: #6a2a80;
}

.close {
    color: #6a2a80;
}

.modal-desc {
    color: #000000;
}

.project-modal {
    border: 1px solid;
}

.select-input {
    width: 90%;
    margin: auto;
    margin-bottom: 8px;
    background: none;
    border: 1px solid #6a2a80;
    color: #6a2a80;
    text-align: center;
    border-radius: 8px;
    height: 33px !important;
    text-align-last: center;
    padding: 0;
}

.portfolio-box {
    background: #fff;
    transition: 0.5s;
}

    .portfolio-box:hover {
        background: linear-gradient(-30deg,#50064b, #c82d4d 150%);
    }

.select-input::placeholder {
    text-align: center !important;
}

.text-message-popup iframe {
    width: 100% !important;
}

.apply-now:focus, .watch-btn:focus {
    outline: 0;
}

.stop-overflow {
    overflow: hidden !important;
}

[data-accordion-slide="1"] p {
    left: 17%;
}

.slider-btn {
    right: 0;
    left: 10vw;
    bottom: 0;
    width: 19vw;
    top: 0;
    margin: auto;
    position: absolute;
    height: 30px;
    border-radius: 8px;
    transition: 0.5s;
}

    .slider-btn:hover {
        opacity: 0.7;
        color: currentColor;
        text-decoration: none;
    }

.l-accordion .l-accordion__slide .l-accordion__inside {
    background-position: 100% 100% !important;
}

.bg-slide-2 .slider-btn, .bg-slide-3 .slider-btn {
    right: auto;
    left: 3%;
    bottom: auto;
    width: 19vw;
    top: 30vh;
}

.shadow-slide {
    position: relative;
}

.what-section .swiper-slide .shadow-slide .animate-image, .what-do-bg .shadow-slide .animate-image {
    position: absolute;
    top: 0;
    transition: 0.5s;
}

.what-section .swiper-slide .shadow-slide img, .what-do-bg .shadow-slide img {
    position: relative;
}

.swiper-slide:hover .shadow-slide .animate-image, .shadow-slide:hover .animate-image {
    z-index: 3;
}

.horizon-image {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
}

.acc-show {
    display: none;
}

.l-accordion__slide {
    position: relative;
    background-size: 100% 100% !important;
}

@media (max-width: 1278px) and (min-width: 600px) {
    .advance-slice > .slice {
        height: 68%;
        bottom: -50%;
    }

        .advance-slice > .slice p {
            line-height: 18px;
            font-size: 13px;
        }
}

.full-slider .swiper-pagination-bullet {
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
    opacity: 0.7;
}

    .full-slider .swiper-pagination-bullet:focus {
        outline: 0;
    }

.full-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: #912e86;
}

.min-height.purple-bg {
    background: #5d3382;
}

.watch-btn {
    border: 1px solid #4b266b;
    background: #4b266b;
    display: block;
    margin: auto;
    margin-top: 20px;
    border-radius: 6px;
    padding: 3px 10px;
    color: #fff;
    cursor: pointer;
    transition: 0.5s;
}

    .watch-btn:hover {
        background: transparent;
        color: #4b266b;
    }

.tab-group button:nth-of-type(1) {
    background: #40b37e;
}

.tab-group button:nth-of-type(3), .t-vis {
    background: #fd981a;
}

.full-page-height {
    min-height: calc(100vh - 87px);
}

.tab-group button:nth-of-type(4) {
    background: #6b2b7f;
}

@media (max-width: 1070px) {
    .achieve-slider .swiper-button-next, .what-section .swiper-button-next, .what-section .swiper-container-rtl .swiper-button-prev, section.section-client.example-classname.client-slider-section.pt-90 .swiper-button-next, section.section-client.example-classname.client-slider-section.pt-90 .swiper-container-rtl .swiper-button-prev {
        right: 10px;
    }

    .achieve-slider .swiper-button-prev, .what-section .swiper-button-prev, .what-section .swiper-button-prev, .what-section .swiper-container-rtl .swiper-button-next, section.section-client.example-classname.client-slider-section.pt-90 .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 10px;
    }
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active:focus {
    outline: 0;
}
.america-ltr:before , .contact-phone:before{
	    content: "\f095";
    font-weight: 900;
    font-family: "font awesome 5 free";
}
.email:before , .contact-email:before {
	   content: "\f2b6";
    font-weight: 900;
    font-family: "font awesome 5 free";
}

.contact-phone  , .contact-email{
    width: 190px;
}
@media (max-width: 500px) {
    .flex.phone-email-sec a {
        display: block;
        width: 100% !important;
        text-align: center;
        margin-bottom: 20px;
    }

    .index-mail {
        padding: 0;
    }

    a.contact-email.bold.arabic-align {
        text-align: center;
    }

    .side-nav {
        padding-top: 10px !important;
    }

    .what-section .swiper-button-next, .what-section .swiper-button-prev, .what-section .swiper-button-prev {
        display: none;
    }

    .tab-group::-webkit-scrollbar {
        display: none;
    }

    .column-reverse-mobile {
        flex-direction: column-reverse;
    }

    .client-slider {
        height: 220px;
    }

    .slider-btn {
        right: auto;
        left: 9%;
        bottom: auto;
        width: 120px;
        top: 24%;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 8px;
        padding: 0 10px;
    }

    section.example-classname.what-section.index-section-p.relative .right-arrow, section.example-classname.what-section.index-section-p.relative .left-arrow {
        border-radius: 50%;
        border: 0px solid #ffffff;
        width: 38px;
        height: 38px;
        text-align: center;
        line-height: 38px;
        color: #ffc71c;
    }

    .bg-slide-2 .slider-btn, .bg-slide-3 .slider-btn {
        left: 5%;
        width: 50vw;
        top: 50vw;
        bottom: 0;
    }

    .what-section .swiper-slide .shadow-slide .animate-image {
        display: block;
        position: relative;
    }

    .what-section .swiper-slide .shadow-slide img, .what-do-bg .shadow-slide .animate-image {
        display: none;
    }

    .text-message-popup {
        position: fixed;
        width: 96vw;
    }

    .related-slider .related-slide {
        height: auto;
    }

    .tab-group {
        width: 100%;
        flex-wrap: nowrap;
        justify-content: space-between;
        overflow: hidden;
        display: block;
        white-space: nowrap;
        overflow-x: scroll;
    }

        .tab-group button {
            padding: 5px;
            width: 47%;
            margin: 0;
            display: inline-block;
        }
}

.w-50 {
    width: 50%;
}

.w-40 {
    width: 40%;
}

@keyframes moon-btn-scale {
    to {
        transform: scale(0.9);
    }
}

@media only screen and (min-width : 414px) and (max-width : 736px) {
    .related-slider .related-slide {
        height: 350px;
    }
}



.example-classname.custom-footer.relative {
    height: 100vh;
}


/*********New Added By Eman***********/
.blogs-section {
    border-bottom: 1px solid #ddd;
    padding-bottom: 70px;
}

.blogs-section img {
    height: auto !important;
    position: relative !important;
}

.blogs-section .swiper-slide:hover .hover-slide {
 
}

.blogs-section .swiper-slide {
    padding: 0px;
    margin-bottom:10px;
}

.blogs-section .swiper-slide .shadow-slide img {
    padding-bottom:0px !important;
}

.blogs-section .swiper-slide .shadow-slide{
    height:auto !important;
}

.blogs-section .swiper-slide p {
    padding: 0px !important;
}

.blogs-section .hover-slide {
    padding: 15px !important;
}

.blogs-section .swiper-slide:hover .hover-slide h5 {
    color: #fff;
}

.blogs-section .swiper-button-prev {
    background: #6b2b7f;
    padding: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 45px;
}

.blogs-section .swiper-button-next {
    background: #6b2b7f;
    padding: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 45px;
}

.blogs-section .right-arrow, .blogs-section .left-arrow {
    font-size: 30px;
}

.blogs-section .swiper-slide .shadow-slide {
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px !important;
}

/*.blogs-section  .swiper-container {
    overflow: visible;
}*/

.blog-date {
    color: #a19d9d;
    margin-bottom: 10px;
}


