
#fullpage-mobile {
    display: none;
}

.image-background {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: none;
}

.menu-header-mobile {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 70;
    height: 100px;
    width: 100%;
    padding: 0;
    display: none;
}

.menu-header-mobile span {
    float: left;
}

.menu-header-mobile ul {
    float: right;
    font-family: GillSansMTPro;
    font-weight: 200;
    font-size: 0.882em;
    margin: 6% 8%;
}

.menu-header-mobile li {
    display: inline-block;
    margin: 10px;
}

.menu-header-mobile li a:hover, .menu-header-mobile li a:active {
    color: #e5530a;
    -webkit-box-shadow: 0px 0px 51px 0px rgba(229,83,10,0.38);
    -moz-box-shadow: 0px 0px 51px 0px rgba(229,83,10,0.38);
    box-shadow: 0px 0px 51px 0px rgba(229,83,10,0.38);
    background: none;
}

.menu-header-orange-mobile li a {
    font-size: 4.2em;
    color: #e5530a !important;
}
.menu-header-white-mobile li a {
    font-size: 4.2em;
    color: #fff !important;
}
.menu-header-black-mobile li a {
    font-size: 4.2em;
    color: #000 !important;
}

.slide-5-footer-panel-mobile {
    width: 100%;
}

.slide-5-footer-text-panel-mobile {
    padding: 3% 5%;
    color: #fff;
    background: #C5C5C5;
    font-family: GillSansMTPro, Serif;
    font-weight: 200;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.slide-5-footer-border-mobile {
    display: block;
    padding: 16px;
    width: 100%;
    background: -moz-linear-gradient(left, rgba(163,11,58,1) 0%, rgba(190,38,42,1) 20%, rgba(212,58,24,1) 45%, rgba(229,94,3,1) 73%, rgba(234,136,11,1) 100%);
    background: -webkit-linear-gradient(left, rgba(163,11,58,1) 0%, rgba(190,38,42,1) 20%, rgba(212,58,24,1) 45%, rgba(229,94,3,1) 73%, rgba(234,136,11,1) 100%);
    background: -o-linear-gradient(left, rgba(163,11,58,1) 0%, rgba(190,38,42,1) 20%, rgba(212,58,24,1) 45%, rgba(229,94,3,1) 73%, rgba(234,136,11,1) 100%);
    background: -ms-linear-gradient(left, rgba(163,11,58,1) 0%, rgba(190,38,42,1) 20%, rgba(212,58,24,1) 45%, rgba(229,94,3,1) 73%, rgba(234,136,11,1) 100%);
    background: linear-gradient(to right, rgba(163,11,58,1) 0%, rgba(190,38,42,1) 20%, rgba(212,58,24,1) 45%, rgba(229,94,3,1) 73%, rgba(234,136,11,1) 100%);
}

#section-3   {
    background: #182751;
}

.slide-3-panel-mobile {
    padding: 10% 5% 0 5%;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.third-page-header-mobile {
    text-align: left;
    color: #0056e0;
    font-weight: 500;
    z-index: 32112;
}

.third-page-text-panel-mobile {
    margin: 12% 0 6% 0;
}

.third-page-first-panel-mobile {
    color: #fff;
    border: 1px solid #e5530a;
    padding: 100% 5% 9% 5%;
    text-align: left;
}
.third-page-first-panel-mobile .third-page-first-text-mobile{
    display: none
}
.rtl .third-page-first-text-mobile{
    text-align: right;
}

.third-page-first-panel-mobile .third-page-managing-active-mobile {
    display: block;
}
.third-page-first-header-mobile {
    margin-bottom: 10%;
    color: #fff;
    text-align: left;
    z-index: 2131;
    position: relative;
    font-weight: 500;
    pointer-events: none;
}

.rtl .third-page-first-header-mobile {
    text-align: right;
}

.third-page-panel-btn-mobile {
    display: flex;
    height: 45px;
}
.rtl .third-page-btn-mobile {
    margin-right: 0 !important;
}

.third-page-panel-btn-mobile input {
    background: #e5530a;
    color: #fff !important;
    /* float: right; */
    -webkit-box-shadow: 0px 0px 51px 0px rgba(229,83,10,0.38);
    -moz-box-shadow: 0px 0px 51px 0px rgba(229,83,10,0.38);
    box-shadow: 0px 0px 51px 0px rgba(229,83,10,0.38);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: pointer;
    pointer-events: auto;
    font-size: 14px;
    border: none;
    border-radius: initial;
    font-family: GillSansMTPro, serif;
    font-weight: 500;
    margin-right: 5% !important;
    padding: 14px !important;
    letter-spacing: 3px !important;
    width: auto !important;
    height: auto !important;
    float: right !important;
    position: relative;
    line-height: 0;
}

.third-page-panel-btn-mobile img {
    height: inherit !important;
    width: 45px !important;
}

.third-page-panel-btn-mobile .english-arrow-r {
    margin-left: -25px !important;
}

.third-page-panel-btn-mobile .arabic-arrow-l {
    margin-right: -15px !important;
}
.rtl .third-page-panel-btn-mobile .english-arrow-r {
    display: none;
}
.rtl .third-page-panel-btn-mobile .arabic-arrow-l {
    display: block;
}

.third-page-second-panel-mobile {
    margin-top: 5%;
}

.third-page-panel-plus-mobile {
    margin: 2% 0;
    padding: 2% 0;
}
.third-page-header-plus-mobile {
    display: flex;
    cursor: pointer;
}
.third-page-panel-plus-mobile h3 {
    color: #0056e0;
    text-align: left;
    flex: 7;
}
.third-page-panel-plus-mobile .third-page-plus-panel {
    flex: 1;
    align-self: center;
}
.plus {
    bottom: 0px !important;
}
.third-page-panel-plus-mobile .third-page-plus-text-panel {
    margin-bottom: 0 !important;
}
.third-page-plus-active-mobile {
    display: block;
}
.third-page-plus-not-active-mobile {
    display: none;
}
.second-page-more-info-mobile {
    width: 100%;
    justify-content: flex-end;
    align-self: center;
    pointer-events: auto;
}
.second-page-more-info-mobile div {
    color: #e5530a;
    font-size: 0.8em !important;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: GillSansMTPro, Serif;
    font-weight: 500;
}
.second-page-btn-panel-mobile {
    width: 100%;
    display: none;
}
.second-page-text-panel-mobile {
    width: 100%;
    padding: 7% 5% 0% 5%;
    /*font-size: 27px;*/
    text-align: right;
    display: none;
}
.second-page-content-mobile {
    display: none;
    background: #Fff;
    position: fixed;
    top: 0;
    z-index: 213;
    left: 0;
    bottom: 0;
    right: 0;
}
.second-page-remove-text-mobile {
    width: 100%;
    text-align: right;
    padding: 6% 10% 1% 6%;
    pointer-events: auto;
}
.second-page-remove-text-mobile svg{
    width: 30px;
    height: auto;
}
.second-page-content-text-mobile {
    height: 75%;
    text-align: left;
    padding: 5% 10% 5% 6%;
    overflow: auto;
}
.second-page-content-text-mobile .h-ch {
    height: auto;
}
.second-page-content-text-mobile .active-proj {
    display: block;
}
.second-page-content-text-mobile .p-siz {
    font-size: inherit;
}

.second-page-content-text-mobile .p-siz h3 {
    color: #e5530a;
    padding: 8% 0 3% 0;
}
.second-page-content-text-mobile .p-siz p {
    margin-bottom: 0;
}

.two-content-mobile {
    position: relative;
    width: 43%;
    margin-top: 8.5%;
    height: 75.5%;
    margin-left: 12%;
    text-align: left;
}

.third-page-img-active-panel-mobile .third-page-img-active {
    opacity: 1 !important;
}
.third-page-img-active-panel-mobile .third-page-img-not-active {
    opacity: 0 !important;
}
.fourth-page-img-active-mobile {
    display: flex !important;
}
.fourth-page-btns-active-mobile {
    border-bottom: 1px solid #0056e0 !important;
    border-top: 1px solid #0056e0 !important;
    border-left: 1px solid #0056e0 !important;
}

.second-page-more-info-mobile {
    display: none;
}

.section-2-mobile {
    display: none;
}

.slide-3-panel-mobile {
    display: none;
}

.rtl .second-page-text-panel-mobile {
    padding: 7% 23% 0% 5%;
    text-align: left;
}

.rtl .second-page-content-text-mobile {
    text-align: right;
}

/*Map container*/
.map-container-mobile{
    position: relative;
}

@media all and (min-width: 320px) and (max-width: 360px) {
    .slide-1-header {
        width: 260px !important;
    }
    .second-page-btn-panel-mobile{
        margin-top: 30px;
    }
}

@media all and (min-width: 320px) and (max-width: 360px) {
    .slide-1-header {
        width: 260px !important;
    }
}

@media all and (min-width: 360px) and (max-width: 380px) {
    .slide-1-header {
        width: 310px !important;
    }
}

@media all and (min-width: 360px) and (max-width: 380px) {
    .slide-1-header {
        width: 310px !important;
    }
    .second-page-btn-panel-mobile{
        margin-top: 30px;
    }
}

@media all and (min-width: 380px) and (max-width: 420px) {
    .slide-1-header {
        width: 340px !important;
    }
}

@media all and (min-width: 380px) and (max-width: 420px) {
    .slide-1-header {
        width: 340px !important;
    }
    .second-page-btn-panel-mobile{
        margin-top: 30px;
    }
}


@media all and (min-width: 430px) and (max-width: 520px) {
    .slide-1-header {
        width: 370px !important;
    }
}

@media all and (min-width: 430px) and (max-width: 520px) {
    .slide-1-header {
        width: 370px !important;
    }
}

@media all and (min-width: 520px) and (max-width: 590px) {
    .slide-1-header {
        width: 450px !important;
    }
}

@media all and (min-width: 520px) and (max-width: 590px) {
    .slide-1-header {
        width: 450px !important;
    }
}

@media all and (min-width: 520px) and (max-width: 680px) {
    .slide-1-header {
        width: 500px !important;
    }
}

@media all and (min-width: 520px) and (max-width: 680px) {
    .slide-1-header {
        width: 500px !important;
    }
}

@media all and (min-width: 680px) and (max-width: 800px) {
    .slide-1-header {
        width: 590px !important;
    }
}

@media all and (min-width: 680px) and (max-width: 800px) {
    .slide-1-header {
        width: 590px !important;
    }
}

@media all and (min-width: 800px) and (max-width: 994px) {
    .slide-1-header {
        width: 690px !important;
    }
}

@media all and (min-width: 800px) and (max-width: 994px) {
    .slide-1-header {
        width: 690px !important;
    }
}

@media all and (max-width: 1024px) {
    .nav-left {
        display: none !important;
    }


    .nav-left li:not(:last-child) {
        display: none !important;
    }
}

@media all and (min-width: 320px) and (max-width: 1024px) {
    h1 {
        font-size: 2.2em !important;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
    h2 {
        font-size: 1.8em !important;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
    h3 {
        font-size: 1.45em !important;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
    p {
        font-size: 1.1em !important;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
    .section {
        display: block !important;
    }
    .privacy-policy-panel {
        padding: 3% 5% !important;
    }
    .slide-1-second-arrow {
        display: none !important;
    }
    /*.slide-1-second-square .slide-1-second-square-text-1, .slide-1-second-square .slide-1-second-square-text-2 {*/
        /*border: none !important;*/
    /*}*/
    .slide-1-second-square span {
        font-size: 1.218em !important;
        display: block !important;
        margin-bottom: 0 !important;
        padding: 3% 0 !important;
    }
    .slide-1-second-square-line {
        display: none !important;
    }
    .slide-1-second-square-panel {
        padding: 5% 0 !important;
        display: flex !important;
        position: inherit !important;
        text-align: left !important;
        bottom: 0 !important;
        flex-direction: column;
        align-items: center;
    }
    .slide-1-video-mobile {
        position: absolute !important;
        right: 0 !important;
        bottom: 0 !important;
        min-width: 100% !important;
        min-height: 100% !important;
    }
    .slide-1-scroller {
        height: 100vh;
    }
    .slide-1-btns a {
        padding: 14px !important;
        font-size: 11px !important;
    }
    .slide-1-square-panel-mobile {
        margin: 0 22% 0 2%;
    }
    .ind-logo {
        width: 250px !important;
    }
    .slide-1-square {
        width: 100% !important;
        padding: 6% !important;
    }
    .slide-1-header {
        /*width: 820px !important;*/
        margin: 10% 0 8% 0 !important;
    }
    .slide-1-header h1 {
        max-height: none !important;
    }
    .slide-1-main {
        padding-right: 0 !important;
    }
    .menu-header {
        padding: 0 !important;
    }
    .menu-header img {
        height: 75px !important;
        width: 110px !important;
    }
    .menu-header .nav-left {
        padding-top: 7%;
        font-size: 1em !important;
    }
    .menu-header ul {
        margin: 0 !important;
    }
    .ind-logo {
        margin-top: 2%;
        margin-left: 5%;
    }

    /*Page 3*/
    .slide-3-panel-mobile {
        display: block !important;
    }
    .slide-3-panel {
        display: none !important;
    }
    #section2 {
        height: auto !important;
    }
    .third-page-images {
        background-size: 100% !important;
        height: 45% !important;
        left: 0 !important;
        top: inherit !important;
        right: 0 !important;
        width: 100% !important;
        margin-top: -95% !important;
    }
    .third-page-first-img {
        margin-left: -1% !important;
        margin-top: 0% !important;
        width: 59% !important;
    }
    .third-page-second-img {
        margin-left: 41.5% !important;
        width: 58% !important;
        margin-top: 0% !important;
    }
    .third-page-third-img {
        margin-top: 41.5% !important;
        margin-left: 21% !important;
        width: 58% !important;
    }

    /*Page 4*/
    #section-4 {
        background: #EDEDED;
    }
    .section-4-panel {
        padding: 0.5% 5% 8% 5%;

    }
    .fourth-page-left-side {
        min-height: 400px;
        height: auto;
    }
    .fourth-page-inside-panel {
        margin: 30px 0;
        display: flex;
        flex-direction: column;
    }
    .fourth-page-left-side {
        display: none;
    }
    .fourth-page-left-side {
        display: none;
    }
    .fourth-page-panel-mobile {
        min-height: 400px;
        height: auto;
        margin: 5% 0 5% 0;
        background: #fff;
    }
    .fourth-page-inside-panel-mobile {
        width: 100%;
        display: none;
        flex-direction: column;
    }
    .fourth-page-img-panel-mobile {
        display: flex;
    }

    .fourth-page-img-hidden-mobile {
        margin: -228px 0 0 51%;
        position: absolute;
        height: 600px;
        width: 450px;
        overflow: hidden;
    }
    .fourth-page-img-hidden-mobile img {
        height: 100%;
        margin: 0px 0px 0 63%;
        position: absolute !important;
        width: 115%;
        max-width: inherit;
    }
    .team-slider-container {
        position: relative !important;
    }
    .fourth-page-img-mobile {
        height: 400px;
        flex: 1;
    }
    .fourth-page-img-mobile img {
        height: 600px;
        position: relative;
        left: -19%;
        top: -57%;
        opacity: 1;
        width: 115%;
        max-width: inherit;
    }
    .fourth-page-text-panel-mobile {
        flex: 1;
    }

    .fourth-page-text-mobile {
        padding: 0 5%;
        text-align: left;
    }
    .fourth-page-left-side-small-header {
        margin: 5% 0;
    }
    .fourth-page-left-side-header {
        margin: 8% 0 !important;
    }
    .fourth-page-left-side-header, .fourth-page-left-side-small-header {
        padding-right: 10%;
        text-align: right !important;
    }
    .fourth-page-btns-mobile {
        display: flex;
        justify-content: flex-end;
    }
    .fourth-page-btn-l-mobile {
        display: flex;
        float: right;
        width: 195px;
        padding: 35px;
        height: 110px;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
    }
    .rtl .fourth-page-btn-l-mobile {
        float: left;
    }
    .fourth-page-btn-r-mobile {
        display: flex;
        width: 195px;
        padding: 35px;
        height: 110px;
        border: 1px solid #ccc;
    }
    .rtl .fourth-page-btn-r-mobile {
        float: right;
    }
    .fourth-page-btn-r-mobile img, .fourth-page-btn-l-mobile img {
        width: 100%;
        height: auto;
        color: #ccc;
    }
    .fourth-page-btn-active-mobile {
        border: 1px solid #0056e0;
    }
    .fourth-page-line-panel-mobile {
        display: flex;
        justify-content: flex-start;
        border-bottom: 1px solid #fff;
        margin-left: 35%;
        margin-top: 5%;
    }
    .fourth-page-line-panel-mobile span {
        display: block;
    }
    .menu-header-slide-4 {
        padding: 0 5%;
    }
    .third-page-header {
        padding-left: 25%;
    }


    /*Page 2*/
    .bg-imge {
        top: -11% !important;
        overflow: hidden;
        width: 100% !important;
        height: 80% !important;;
    }
    .bg-imge svg {
        transform: scale(2);
        margin-top: 15%;
    }
    .bg-hover {
        width: 100% !important;
        height: 100% !important;
        margin-top: 0% !important;
    }
    .second-page-header {
        display: block !important;
        text-align: left;
        padding-left: 5%;
    }
    .arro .arrow-box {
        margin-left: -1px;
        width: 65px !important;
        height: 40px !important;
        border-style: solid !important;
    }
    .arrow-sltwo {
        width: 45px !important;
    }
    .bg-border {
        width: 90% !important;
        height: 80% !important;
        margin-left: 5% !important;
        border-style: solid !important;
        border-width: 1px !important;
    }
    .two-content {
        width: 79% !important;
        margin-top: 11.5% !important;
        margin-left: 11% !important;
        height: 400px !important;
        padding-top: 5% !important;
    }
    .arro {
        display: flex !important;
        bottom: 14%;
        position: absolute !important;
        width: 100% !important;
        margin-bottom: 0;
    }
    .bottonGet {
        margin-right: 5% !important;
        padding: 14px !important;
        font-size: 14px !important;
        letter-spacing: 3px !important;
        width: auto !important;
        height: auto !important;
        float: right !important;
        position: relative;
    }
    .rtl .bottonGet {
        margin-right: 0 !important;
        margin-left: 5% !important;
        padding: 14px !important;
        font-size: 14px !important;
        letter-spacing: 3px !important;
        width: auto !important;
        height: auto !important;
        float: left !important;
    }
    .second-page-more-info-mobile {
        display: flex !important;
    }
    .second-page-text-panel-mobile {
        display: block !important;
    }
    .second-page-text-panel-mobile p{
        margin-bottom: 0;
    }
    .right-two {
        display: none !important;
    }
    .second-page-btn-panel-mobile {
        display: block !important;
    }
    .section-2-mobile {
        display: block !important;
    }
    .section-2 {
        display: none !important;
    }

    /*Page 5*/
    .slide-5-panel {
        padding: 0 5% !important;
        height: auto !important;
    }
    .fifth-page-header {
        margin: 5% 0 !important;
        text-align: left !important;
        height: auto !important;
    }
    .slide-5-contact-text-panel {
        padding-bottom: 3% !important;
        display: block !important;
        margin: 0 !important;
        height: auto !important;
    }
    .slide-5-contact-img-panel {
        width: 100% !important;
    }
    .slide-5-text-panel {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .slide-5-contact-text-panel img {
        height: 100% !important;
    }
    .slide-5-footer-text-panel {
        padding: 3% 5% !important;
        flex-direction: column !important;
        text-align: left !important;
    }
    .slide-5-footer-text {
        padding: 3% 0 !important;
        font-size: 1em !important;
        width: 100% !important;
    }
    .slide-5-contact-img-panel img {
        width: 100%;
    }
    .slide-5-contact-panel-mobile {
        padding-bottom: 3% !important;
    }
    .slide-5-contact-two-panels {
        display: block !important;
        height: auto !important;
    }
    .slide-5-footer-panel {
        position: inherit !important;
    }
    .slide-5-footer-border {
        padding: 8px !important;
    }
    .slide-5-img-panel-mobile {
        height: 400px;
    }
    .slide-5-img-panel-mobile img {
        height: 400px;
        width: 100%;
    }
    .slide-5-text-panel-mobile {
        text-align: left;
        margin: 5% 0;
    }
    .slide-5-text-panel-mobile h2 {
        color: #0056e0;
        margin: 0.1em 0 0.5em 0;
    }
    .slide-5-text-panel-mobile p {
        padding-left: 3px;
    }

    /*footer*/
    .rtl .slide-5-footer-text {
        text-align: right;
    }
}


@media all and (min-width: 320px) and (max-width: 1023px) {
    .bg-two {
        padding: 7% 0 7% 0;
        height: 1770px !important;
    }

    .rtl .third-page-images {
        left: 0% !important;
        top: inherit !important;
        right: 5% !important;
        width: 90% !important;
    }


    .section {
        display: block !important;
        height:  auto !important;
    }
}

@media all and (min-width: 320px) and (max-width: 1024px), all and (max-width: 1366px) and (orientation: portrait) {
    h1 {
        font-size: 2.2em !important;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
    h2 {
        font-size: 1.8em !important;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
    h3 {
        font-size: 1.45em !important;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
    p {
        font-size: 1.1em !important;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
    .privacy-policy-panel {
        padding: 3% 5% !important;
    }
    .slide-1-second-arrow {
        display: none !important;
    }
    /*.slide-1-second-square .slide-1-second-square-text-1, .slide-1-second-square .slide-1-second-square-text-2 {*/
        /*border: none !important;*/
    /*}*/
    .slide-1-second-square span {
        font-size: 1.4em !important;
        display: block !important;
        margin-bottom: 0 !important;
        padding: 3% 0 !important;
    }
    .slide-1-second-square-line {
        display: none !important;
    }
    .slide-1-video-mobile {
        position: absolute !important;
        right: 0 !important;
        bottom: 0 !important;
        min-width: 100% !important;
        min-height: 100% !important;
    }
    .slide-1-scroller {
        height: 100vh;
    }
    .slide-1-btns a {
        padding: 14px !important;
        font-size: 11px !important;
    }
    .slide-1-panel-mobile {
        padding: 0 7% 0 0% !important;
        position: absolute !important;
        margin: 0 !important;
        bottom: 3% !important;
        z-index: 1 !important;
    }
    .slide-1-panel {
        padding: 0 5% !important;
        position: inherit !important;
        margin-top: 25% !important;
        /*bottom: 3% !important;*/
        z-index: 1 !important;
        display: block !important;
        width: 100% !important;
    }
    .slide-1-square-panel-mobile {
        margin: 0;
    }
    .ind-logo {
        width: 110px !important;
        display: block;
        z-index: 1000;
        position: relative;
    }
    .slide-1-square {
        padding: 4% 6% 4% 6% !important;
    }
    .slide-1-header {
        width: 100% !important;
        margin: 5% 0 !important;
    }
    .slide-1-header h1 {
        max-height: none !important;
    }
    .slide-1-main {
        padding-right: 0 !important;
    }
    .menu-header img {
        height: 75px !important;
        width: 110px !important;
    }
    .menu-header .nav-left {
        padding-top: 7%;
        font-size: 1em !important;
    }
    .menu-header ul {
        margin: 0 !important;
    }

    /*Page 3*/
    .slide-3-panel-mobile {
        display: block !important;
    }
    .slide-3-panel {
        display: none !important;
    }
    #section2 {
        height: auto !important;
    }
    .third-page-images {
        background-size: 100% !important;
        height: 45% !important;
        left: 0 !important;
        top: inherit !important;
        right: 0 !important;
        width: 100% !important;
        margin-top: -95% !important;
    }
    .third-page-first-img {
        margin-left: -1% !important;
        margin-top: 0% !important;
        width: 59% !important;
    }
    .third-page-second-img {
        margin-left: 41.5% !important;
        width: 58% !important;
        margin-top: 0% !important;
    }
    .third-page-third-img {
        margin-top: 41.5% !important;
        margin-left: 21% !important;
        width: 58% !important;
    }


    .rtl .third-page-first-img {
        margin-right: -0.5% !important;
        margin-top: 1% !important;
    }

    .rtl .third-page-header-mobile {
        text-align: right !important;
    }

    .rtl .third-page-second-img {
        margin-right: 42% !important;
    }

    .rtl .third-page-third-img {
        margin-right: 21% !important;
    }

    /*Page 4*/
    #section-4 {
        background: #EDEDED;
    }
    .section-4-panel {
        padding: 0.5% 5% 8% 5%;

    }
    .fourth-page-left-side {
        min-height: 400px;
        height: auto;
    }
    .fourth-page-inside-panel {
        margin: 30px 0;
        display: flex;
        flex-direction: column;
    }
    .team-slider-container {
        position: relative !important;
    }
    .fourth-page-left-side {
        display: none;
    }
    .fourth-page-left-side {
        display: none;
    }
    .fourth-page-panel-mobile {
        min-height: 400px;
        height: auto;
        margin: 5% 0 5% 0;
        background: #fff;
    }
    .fourth-page-inside-panel-mobile {
        width: 100%;
        display: none;
        flex-direction: column;
    }
    .fourth-page-img-panel-mobile {
        display: flex;
    }

    .fourth-page-img-hidden-mobile {
        margin: -228px 0 0 51%;
        position: absolute;
        height: 600px;
        width: 450px;
        overflow: hidden;
    }
    .fourth-page-img-hidden-mobile img {
        height: 100%;
        margin: 0px 0px 0 63%;
        position: absolute !important;
        width: 115%;
        max-width: inherit;
    }

    .fourth-page-img-mobile {
        height: 400px;
        flex: 1;
    }
    .fourth-page-img-mobile img {
        height: 600px;
        position: relative;
        left: -19%;
        top: -57%;
        opacity: 1;
        width: 115%;
        max-width: inherit;
    }
    .fourth-page-text-panel-mobile {
        flex: 1;
    }

    .fourth-page-text-mobile {
        padding: 0 5%;
        text-align: left;
    }
    .fourth-page-left-side-small-header {
        margin: 5% 0;
    }
    .fourth-page-left-side-header {
        margin: 8% 0 !important;
    }
    .fourth-page-left-side-header, .fourth-page-left-side-small-header {
        padding-right: 10%;
        text-align: right !important;
    }
    .fourth-page-btns-mobile {
        display: flex;
        justify-content: flex-end;
    }
    .fourth-page-btn-l-mobile {
        display: flex;
        float: right;
        width: 195px;
        padding: 35px;
        height: 110px;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
    }
    .fourth-page-btn-r-mobile {
        display: flex;
        width: 195px;
        padding: 35px;
        height: 110px;
        border: 1px solid #ccc;
    }
    .fourth-page-btn-r-mobile img, .fourth-page-btn-l-mobile img {
        width: 100%;
        height: auto;
        color: #ccc;
    }
    .fourth-page-btn-active-mobile {
        border: 1px solid #0056e0;
    }
    .fourth-page-line-panel-mobile {
        display: flex;
        justify-content: flex-start;
        border-bottom: 1px solid #fff;
        margin-left: 35%;
        margin-top: 5%;
    }
    .fourth-page-line-panel-mobile span {
        display: block;
    }
    .menu-header-slide-4 {
        padding: 0 5%;
    }
    .third-page-header {
        padding-left: 25%;
    }


    /*Page 2*/
    .bg-two .fp-tableCell {
        height: auto !important;
    }

    .bg-imge {
        top:-9% !important;
        overflow: visible;
        width: 100% !important;
        height: 100% !important;
    }
    .bg-imge svg {
        transform: scale(2);
        margin-top: 7%;
    }
    .bg-hover {
        width: 100% !important;
        height: 100% !important;
        margin-top: 0% !important;
    }
    .second-page-header {
        display: block !important;
        text-align: left;
        padding-left: 5%;
    }
    .arro .arrow-box {
        margin-left: -1px;
        width: 65px !important;
        height: 40px !important;
        border-style: solid !important;
    }
    .arrow-sltwo {
        width: 45px !important;
    }
    .bg-border {
        width: 90% !important;
        height: 93% !important;
        margin-left: 5% !important;
        border-style: solid !important;
        border-width: 1px !important;
    }
    .two-content {
        width: 79% !important;
        margin-top: 11.5% !important;
        margin-left: 11% !important;
        height: 550px !important;
        padding-top: 5% !important;
    }

    .bg-imge {
        top: 15% !important;
    }
    .bottonGet {
        margin-right: 5% !important;
        padding: 14px !important;
        font-size: 14px !important;
        letter-spacing: 3px !important;
        width: auto !important;
        height: auto !important;
        float: right !important;
        position: relative;
    }
    .rtl .bottonGet {
        margin-right: 0 !important;
        margin-left: 5% !important;
        padding: 14px !important;
        font-size: 14px !important;
        letter-spacing: 3px !important;
        width: auto !important;
        height: auto !important;
        float: left !important;
    }
    .second-page-more-info-mobile {
        display: flex !important;
    }
    .second-page-text-panel-mobile {
        display: block !important;
    }
    .right-two {
        display: none !important;
    }
    .second-page-btn-panel-mobile {
        display: block !important;
        margin-top: 30px;
    }
    .section-2-mobile {
        display: block !important;
    }
    .section-2 {
        display: none !important;
    }
    .rtl .bg-border {
        margin-right: 5% !important;
    }


    /*Page 5*/
    .slide-5-panel {
        padding: 0 5% !important;
        height: auto !important;
    }
    .fifth-page-header {
        margin: 5% 0 !important;
        text-align: left !important;
        height: auto !important;
    }
    .slide-5-contact-text-panel {
        padding-bottom: 3% !important;
        display: block !important;
        margin: 0 !important;
        height: auto !important;
    }
    .slide-5-contact-img-panel {
        width: 100% !important;
    }
    .slide-5-text-panel {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .slide-5-contact-text-panel img {
        height: 100% !important;
    }
    .slide-5-footer-text-panel {
        padding: 3% 5% !important;
        flex-direction: column !important;
        text-align: left !important;
    }
    .slide-5-footer-text {
        padding: 2% 0 !important;
        font-size: 1em !important;
        width: 100% !important;
    }
    .slide-5-contact-img-panel img {
        width: 100%;
    }
    .slide-5-contact-panel-mobile {
        padding-bottom: 3% !important;
    }
    .slide-5-contact-two-panels {
        display: block !important;
        height: auto !important;
    }
    .slide-5-footer-panel {
        position: inherit !important;
    }
    .slide-5-footer-border {
        padding: 8px !important;
    }
    .slide-5-img-panel-mobile {
        height: 400px;
    }
    .slide-5-img-panel-mobile img {
        height: 400px;
        width: 100%;
    }
    .slide-5-text-panel-mobile {
        text-align: left;
        margin: 5% 0;
    }
    .slide-5-text-panel-mobile h2 {
        color: #0056e0;
        margin: 0.1em 0 0.5em 0;
    }
    .slide-5-text-panel-mobile p {
        padding-left: 3px;
    }

    /*footer*/
    .rtl .slide-5-footer-text {
        text-align: right;
    }
}


/* Small Devices, Tablets */
@media all and (min-width : 992px) and (max-width: 1366px) and (orientation: portrait)  {
    h1 {
        font-size: 6.11em !important;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
    h2 {
        font-size: 4.235em !important;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
    h3 {
        font-size: 2.617em !important;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
    p {
        font-size: 2.42em !important;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
    .section {
        display: block !important;
    }
    /*.slide-1-video {*/
        /*z-index: -100;*/
        /*transform: none !important;*/
        /*height: auto !important;*/
        /*position: absolute !important;*/
        /*right: 0 !important;*/
        /*bottom: 0 !important;*/
        /*min-width: 100% !important;*/
        /*min-height: 100% !important;*/
    /*}*/
    .slide-1-second-arrow {
        display: none !important;
    }
    /*.slide-1-second-square .slide-1-second-square-text-1, .slide-1-second-square .slide-1-second-square-text-2 {*/
        /*border: none !important;*/
    /*}*/
    .slide-1-second-square span {
        font-size: 1.218em !important;
        display: block !important;
        margin-bottom: 0 !important;
        padding: 3% 0 !important;
    }
    .slide-1-second-square-line {
        display: none !important;
    }
    .slide-1-video-mobile {
        position: absolute !important;
        right: 0 !important;
        bottom: 0 !important;
        min-width: 100% !important;
        min-height: 100% !important;
    }
    .slide-1-scroller {
        height: 100vh;
    }
    .slide-1-btns a {
        padding: 14px !important;
        font-size: 11px !important;
    }
    .slide-1-panel-mobile {
        padding: 0 7% 0 0% !important;
        position: absolute !important;
        margin: 0 !important;
        bottom: 3% !important;
        z-index: 1 !important;
    }
    .slide-1-square-panel-mobile {
        margin: 0;
    }
    .ind-logo {
        width: 250px !important;
    }
    .slide-1-square {
        width: 100% !important;
        padding: 4% 6% 4% 6% !important;
    }
    .slide-1-header {
        /*width: 820px !important;*/
        margin: 10% 0 8% 0 !important;
    }
    .slide-1-header h1 {
        max-height: none !important;
    }
    .slide-1-main {
        padding-right: 0 !important;
    }

    /*Page 3*/
    .slide-3-panel-mobile {
        display: block !important;
    }
    .slide-3-panel {
        display: none !important;
    }
    #section2 {
        height: auto !important;
    }
    .third-page-images {
        background-size: 100% !important;
        height: 45% !important;
        left: 5% !important;
        top: inherit !important;
        right: 0 !important;
        width: 90% !important;
        margin-top: -95% !important;
    }
    .third-page-first-img {
        margin-left: 0.5% !important;
        margin-top: 0% !important;
        width: 59% !important;
    }
    .third-page-second-img {
        margin-left: 41.5% !important;
        width: 58% !important;
        margin-top: 0% !important;
    }
    .third-page-third-img {
        margin-top: 41.5% !important;
        margin-left: 21% !important;
        width: 58% !important;
    }

    .rtl .third-page-header-mobile {
        text-align: right !important;
    }

    /*Page 4*/
    #section-4 {
        background: #EDEDED;
    }
    .section-4-panel {
        padding: 0.5% 5% 8% 5%;

    }
    .fourth-page-left-side {
        min-height: 400px;
        height: auto;
    }
    .fourth-page-inside-panel {
        margin: 30px 0;
        display: flex;
        flex-direction: column;
    }
    .fourth-page-left-side {
        display: none;
    }
    .fourth-page-left-side {
        display: none;
    }
    .fourth-page-panel-mobile {
        min-height: 400px;
        height: auto;
        margin: 5% 0 5% 0;
        background: #fff;
    }
    .fourth-page-inside-panel-mobile {
        width: 100%;
        display: none;
        flex-direction: column;
    }
    .fourth-page-img-panel-mobile {
        display: flex;
    }

    .fourth-page-img-hidden-mobile {
        margin: -228px 0 0 51%;
        position: absolute;
        height: 600px;
        width: 450px;
        overflow: hidden;
    }
    .fourth-page-img-hidden-mobile img {
        height: 100%;
        margin: 0px 0px 0 63%;
        position: absolute !important;
        width: 115%;
        max-width: inherit;
    }

    .fourth-page-img-mobile {
        height: 400px;
        flex: 1;
    }
    .fourth-page-img-mobile img {
        height: 600px;
        position: relative;
        left: -19%;
        top: -57%;
        opacity: 1;
        width: 115%;
        max-width: inherit;
    }
    .fourth-page-text-panel-mobile {
        flex: 1;
    }

    .fourth-page-text-mobile {
        padding: 0 5%;
        text-align: left;
    }
    .fourth-page-left-side-small-header {
        margin: 5% 0;
    }
    .fourth-page-left-side-header {
        margin: 8% 0 !important;
    }
    .fourth-page-left-side-header, .fourth-page-left-side-small-header {
        padding-right: 10%;
        text-align: right !important;
    }
    .fourth-page-btns-mobile {
        display: flex;
        justify-content: flex-end;
    }
    .fourth-page-btn-l-mobile {
        display: flex;
        float: right;
        width: 195px;
        padding: 35px;
        height: 110px;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
    }
    .fourth-page-btn-r-mobile {
        display: flex;
        width: 195px;
        padding: 35px;
        height: 110px;
        border: 1px solid #ccc;
    }
    .fourth-page-btn-r-mobile img, .fourth-page-btn-l-mobile img {
        width: 100%;
        height: auto;
        color: #ccc;
    }
    .fourth-page-btn-active-mobile {
        border: 1px solid #0056e0;
    }
    .fourth-page-line-panel-mobile {
        display: flex;
        justify-content: flex-start;
        border-bottom: 1px solid #fff;
        margin-left: 35%;
        margin-top: 5%;
    }
    .fourth-page-line-panel-mobile span {
        display: block;
    }
    .menu-header-slide-4 {
        padding: 0 5%;
    }
    .third-page-header {
        padding-left: 25%;
    }


    /*Page 2*/
    /*.bg-imge {*/
        /*top: 10% !important;*/
        /*overflow: hidden;*/
        /*width: 100% !important;*/
        /*height: 100% !important;;*/
    /*}*/
    /*.bg-imge svg {*/
        /*transform: scale(2);*/
        /*margin-top: 23%;*/
    /*}*/
    .bg-two {
        padding: 7% 0 7% 0;
        height: 1770px;
    }
    .second-page-header {
        display: block !important;
    }
    .arro .arrow-box {
        margin-left: 1px;
        width: 65px !important;
        height: 40px !important;
        border-style: solid !important;
    }
    .arrow-sltwo {
        width: 45px !important;
    }
    .bg-border {
        width: 90% !important;
        height: 80% !important;
        margin-left: 5% !important;
        border-style: solid !important;
        border-width: 1px !important;
    }
    .two-content {
        width: 79% !important;
        margin-top: 7%;
        margin-left: 11% !important;
        height: 400px !important;
    }
    .arro {
        display: flex !important;
        bottom: 14%;
        position: absolute !important;
        width: 100% !important;
        margin-bottom: 0;
    }
    .bottonGet {
        margin-right: 5% !important;
        padding: 14px !important;
        font-size: 14px !important;
        letter-spacing: 5px !important;
        width: auto !important;
        height: auto !important;
        float: right !important;
        position: relative;
    }
    .rtl .bottonGet {
        margin-right: 0 !important;
        margin-left: 5% !important;
        padding: 14px !important;
        font-size: 14px !important;
        letter-spacing: 3px !important;
        width: auto !important;
        height: auto !important;
        float: left !important;
    }
    .second-page-more-info-mobile {
        display: flex !important;
    }
    .second-page-text-panel-mobile {
        display: block !important;
    }
    .right-two {
        display: none !important;
    }
    .second-page-btn-panel-mobile {
        display: block !important;
    }
    .section-2-mobile {
        display: block !important;
    }
    .section-2 {
        display: none !important;
    }

    /*Page 5*/
    .slide-5-panel {
        padding: 0 5% !important;
        height: auto !important;
    }
    .fifth-page-header {
        margin: 5% 0 !important;
        text-align: left !important;
        height: auto !important;
    }
    .slide-5-contact-text-panel {
        padding-bottom: 3% !important;
        display: block !important;
        margin: 0 !important;
        height: auto !important;
    }
    .slide-5-contact-img-panel {
        width: 100% !important;
    }
    .slide-5-text-panel {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .slide-5-contact-text-panel img {
        height: 100% !important;
    }
    .slide-5-footer-text-panel {
        padding: 3% 5% !important;
        flex-direction: column !important;
        text-align: left !important;
    }
    .slide-5-footer-text {
        padding: 3% 0 !important;
        font-size: 1em !important;
        width: 100% !important;
    }
    .slide-5-contact-img-panel img {
        width: 100%;
    }
    .slide-5-contact-panel-mobile {
        padding-bottom: 3% !important;
    }
    .slide-5-contact-two-panels {
        display: block !important;
        height: auto !important;
    }
    .slide-5-footer-panel {
        position: inherit !important;
    }
    .slide-5-footer-border {
        padding: 8px !important;
    }
    .slide-5-img-panel-mobile {
        height: 400px;
    }
    .slide-5-img-panel-mobile img {
        height: 400px;
        width: 100%;
    }
    .slide-5-text-panel-mobile {
        text-align: left;
        margin: 5% 0;
    }
    .slide-5-text-panel-mobile h2 {
        color: #0056e0;
        margin: 0.1em 0 0.5em 0;
    }
    .slide-5-text-panel-mobile p {
        padding-left: 3px;
    }
}

@media all and (min-width: 992px) and (max-width: 1366px) and (orientation: portrait) {
    h1 {
        font-size: 6.11em !important;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
    h2 {
        font-size: 4.235em !important;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
    h3 {
        font-size: 2.617em !important;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
    p {
        font-size: 2.42em !important;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
    .section {
        display: block !important;
    }
    /*.slide-1-video {*/
        /*z-index: -100;*/
        /*transform: none !important;*/
        /*height: auto !important;*/
        /*position: absolute !important;*/
        /*right: 0 !important;*/
        /*bottom: 0 !important;*/
        /*min-width: 100% !important;*/
        /*min-height: 100% !important;*/
    /*}*/
    .slide-1-second-arrow {
        display: none !important;
    }
    /*.slide-1-second-square .slide-1-second-square-text-1, .slide-1-second-square .slide-1-second-square-text-2 {*/
        /*border: none !important;*/
    /*}*/
    .slide-1-second-square span {
        font-size: 1.218em !important;
        display: block !important;
        margin-bottom: 0 !important;
        padding: 3% 0 !important;
    }
    .slide-1-second-square-line {
        display: none !important;
    }
    .nav-left li:not(:last-child) {
        display: none !important;
    }
    .slide-1-video-mobile {
        position: absolute !important;
        right: 0 !important;
        bottom: 0 !important;
        min-width: 100% !important;
        min-height: 100% !important;
    }
    .slide-1-scroller {
        height: 100vh;
    }
    .slide-1-btns a {
        padding: 30px 55px !important;
        font-size: 42px !important;
    }
    .slide-1-panel-mobile {
        padding: 0 7% 0 0% !important;
        position: absolute !important;
        margin: 0 !important;
        bottom: 3% !important;
        z-index: 1 !important;
    }
    .slide-1-panel {
        padding: 0 5% !important;
        display: block !important;
        width: 100% !important;
        z-index: 1;
    }
    .slide-1-square-panel-mobile {
        margin: 0;
    }
    .ind-logo {
        width: 250px !important;
    }
    .slide-1-square {
        /*width: 100% !important;*/
        padding: 4% 6% 4% 6% !important;
    }
    .slide-1-header {
        /*width: 820px !important;*/
        margin: 10% 0 8% 0 !important;
    }
    .slide-1-header h1 {
        max-height: none !important;
    }
    .slide-1-main {
        padding-right: 0 !important;
    }

    /*Page 3*/
    .slide-3-panel-mobile {
        display: block !important;
    }
    .slide-3-panel {
        display: none !important;
    }
    #section2 {
        height: auto !important;
    }
    .third-page-images {
        background-size: 100% !important;
        height: 45% !important;
        left: 5% !important;
        top: inherit !important;
        right: 0 !important;
        width: 90% !important;
        margin-top: -95% !important;
    }
    .rtl .third-page-images {
        left: 0% !important;
        top: inherit !important;
        right: 5% !important;
        width: 90% !important;
    }
    .third-page-first-img {
        margin-left: 0.5% !important;
        margin-top: 0% !important;
        width: 58% !important;
    }
    .third-page-second-img {
        margin-left: 41.7% !important;
        width: 58% !important;
        margin-top: 0.5% !important;
    }
    .third-page-third-img {
        margin-top: 41.5% !important;
        margin-left: 21% !important;
        width: 58% !important;
    }

    /*Page 4*/
    #section-4 {
        background: #EDEDED;
    }
    .section-4-panel {
        padding: 0.5% 5% 8% 5%;

    }
    .fourth-page-header {
        margin-top: 9%;
        margin-bottom: 2%;
    }
    .fourth-page-left-side {
        min-height: 400px;
        height: auto;
    }
    .fourth-page-inside-panel {
        margin: 30px 0;
        display: flex;
        flex-direction: column;
    }
    .fourth-page-left-side {
        display: none;
    }
    .fourth-page-left-side {
        display: none;
    }
    .fourth-page-panel-mobile {
        min-height: 400px;
        height: auto;
        margin: 5% 0 5% 0;
        background: #fff;
    }
    .fourth-page-inside-panel-mobile {
        width: 100%;
        display: none;
        flex-direction: column;
    }
    .fourth-page-img-panel-mobile {
        display: flex;
    }

    .fourth-page-img-hidden-mobile {
        margin: -228px 0 0 51%;
        position: absolute;
        height: 600px;
        width: 450px;
        overflow: hidden;
    }
    .fourth-page-img-hidden-mobile img {
        height: 100%;
        margin: 0px 0px 0 63%;
        position: absolute !important;
        width: 115%;
        max-width: inherit;
    }

    .fourth-page-img-mobile {
        height: 400px;
        flex: 1;
    }
    .fourth-page-img-mobile img {
        height: 600px;
        position: relative;
        left: -19%;
        top: -57%;
        opacity: 1;
        width: 115%;
        max-width: inherit;
    }
    .fourth-page-text-panel-mobile {
        flex: 1;
    }

    .fourth-page-text-mobile {
        padding: 0 5%;
        text-align: left;
    }
    .fourth-page-left-side-small-header {
        margin: 5% 0;
    }
    .fourth-page-left-side-header {
        margin: 8% 0 !important;
    }
    .fourth-page-left-side-header, .fourth-page-left-side-small-header {
        padding-right: 10%;
        text-align: right !important;
    }
    .fourth-page-btns-mobile {
        display: flex;
        justify-content: flex-end;
    }
    .fourth-page-btn-l-mobile {
        display: flex;
        float: right;
        width: 195px;
        padding: 35px;
        height: 110px;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
    }
    .fourth-page-btn-r-mobile {
        display: flex;
        width: 195px;
        padding: 35px;
        height: 110px;
        border: 1px solid #ccc;
    }
    .fourth-page-btn-r-mobile img, .fourth-page-btn-l-mobile img {
        width: 100%;
        height: auto;
        color: #ccc;
    }
    .fourth-page-btn-active-mobile {
        border: 1px solid #0056e0;
    }
    .fourth-page-line-panel-mobile {
        display: flex;
        justify-content: flex-start;
        border-bottom: 1px solid #fff;
        margin-left: 35%;
        margin-top: 5%;
    }
    .fourth-page-line-panel-mobile span {
        display: block;
    }
    .menu-header-slide-4 {
        padding: 0 5%;
    }
    .third-page-header {
        padding-left: 25%;
    }


    /*Page 2*/
    /*.bg-imge {*/
        /*top: 10% !important;*/
        /*overflow: hidden;*/
        /*width: 100% !important;*/
        /*height: 80% !important;;*/
    /*}*/
    /*.bg-imge svg {*/
        /*transform: scale(2);*/
        /*margin-top: 23%;*/
    /*}*/
    .bg-two {
        padding: 7% 0 7% 0;
        height: 1770px;
    }
    .bg-hover {
        width: 100% !important;
        height: 100% !important;
        margin-top: 0% !important;
    }
    .second-page-header {
        display: block !important;
        text-align: left;
        padding-left: 5%;
    }
    .arro .arrow-box {
        margin-left: 1px;
        width: 65px !important;
        height: 40px !important;
        border-style: solid !important;
    }
    .arrow-sltwo {
        width: 45px !important;
    }
    .bg-border {
        width: 90% !important;
        height: 80% !important;
        margin-left: 5% !important;
        border-style: solid !important;
        border-width: 1px !important;
    }
    .two-content {
        width: 79% !important;
        margin-top: 7%;
        margin-left: 11% !important;
        height: 400px !important;
    }
    .bottonGet {
        margin-right: 5% !important;
        padding: 14px !important;
        font-size: 14px !important;
        letter-spacing: 5px !important;
        width: auto !important;
        height: auto !important;
        float: right !important;
        position: relative;
    }
    .rtl .bottonGet {
        margin-right: 0 !important;
        margin-left: 5% !important;
        padding: 14px !important;
        font-size: 14px !important;
        letter-spacing: 3px !important;
        width: auto !important;
        height: auto !important;
        float: left !important;
    }
    .second-page-more-info-mobile {
        display: flex !important;
    }
    .second-page-text-panel-mobile {
        display: block !important;
    }
    .right-two {
        display: none !important;
    }
    .second-page-btn-panel-mobile {
        display: block !important;
    }
    .section-2-mobile {
        display: block !important;
        width: 100%;
    }
    .section-2 {
        display: none !important;
    }
    .rtl .bg-border {
        margin-right: 5% !important;
    }


    /*Page 5*/
    .slide-5-panel {
        padding: 0 5% !important;
        height: auto !important;
    }
    .fifth-page-header {
        margin: 5% 0 !important;
        text-align: left !important;
        height: auto !important;
    }
    .slide-5-contact-text-panel {
        padding-bottom: 3% !important;
        display: block !important;
        margin: 0 !important;
        height: auto !important;
    }
    .slide-5-contact-img-panel {
        width: 100% !important;
    }
    .slide-5-text-panel {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .slide-5-contact-text-panel img {
        height: 100% !important;
    }
    .slide-5-footer-text-panel {
        padding: 3% 5% !important;
        flex-direction: column !important;
        text-align: left !important;
    }
    .slide-5-footer-text {
        padding: 3% 0 !important;
        font-size: 1em !important;
        width: 100% !important;
    }
    .slide-5-contact-img-panel img {
        width: 100%;
    }
    .slide-5-contact-panel-mobile {
        padding-bottom: 3% !important;
    }
    .slide-5-contact-two-panels {
        display: block !important;
        height: auto !important;
    }
    .slide-5-footer-panel {
        position: inherit !important;
        flex-direction: row !important;
    }
    .slide-5-footer-border {
        padding: 8px !important;
    }
    .slide-5-img-panel-mobile {
        height: 400px;
    }
    .slide-5-img-panel-mobile img {
        height: 400px;
        width: 100%;
    }
    .slide-5-text-panel-mobile {
        text-align: left;
        margin: 5% 0;
    }
    .slide-5-text-panel-mobile h2 {
        color: #0056e0;
        margin: 0.1em 0 0.5em 0;
    }
    .slide-5-text-panel-mobile p {
        padding-left: 3px;
    }
}


/* Medium Devices, Desktops */
@media all and (min-width : 1024px) and (max-width: 1070px) {
    .menu-header ul {
        font-size: 0.782em !important;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
}

/* Medium Devices, Desktops */
@media all and (min-width : 1024px) and (max-width: 1220px) {
    .two-content {
        margin-top: 12.5% !important;
    }
}

/* Medium Devices, Desktops */
@media all and (min-width : 1024px) and (max-width: 1320px) {
    /*.slide-1-second-square .slide-1-second-square-text-1, .slide-1-second-square .slide-1-second-square-text-2 {*/
        /*border: none !important;*/
    /*}*/
    .slide-1-second-square span {
        margin-top: 3% !important;
    }
}

/* Medium Devices, Desktops */
@media all and (min-width : 1024px) and (max-width: 1320px) {
    h1 {
        font-size: 2.43em !important;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
    h2 {
        font-size: 1.5em !important;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
    h3 {
        font-size: 1.218em !important;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
    p {
        font-size: 0.9em !important;
    }
    .p-siz > h4 {
        font-size: 0.9em !important;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
    .third-page-managing-btn {
        font-size: 12px !important;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
    .slide-5-footer-text-panel {
        font-size: 0.85em !important;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
    .slide-1-second-square span {
        font-size: 1.1em !important;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
    .team-slider-container .team-image-slider-text-header {
        font-size: 1em !important;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
    .section {
        display: block !important;
    }
    #section3 {
        display: table !important;
    }
    .top-slidetwo {
        margin-left: 16% !important;
    }
    .right-sltwo {
        padding-left: 16% !important;
    }

    .botton-get {
        padding-left: 55.7% !important;
    }
    .bottonGet {
        padding: 14px 19px !important;
        font-size: 12px !important;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
    .slide-1-btns a {
        font-size: 12px !important;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

    .bg-hover {
        height: 82%;
    }

    .rtl .botton-get {
        padding-left: 0 !important;
        padding-right: 15% !important;
    }
    .h-ch {
        /*width: 69% !important;*/
    }
    .third-page-proj-w {
        /*height: 72% !important;*/
        overflow: auto !important;
        pointer-events: auto !important;
    }
    .slide-1-panel {
        grid-template-columns: 40% auto !important;
        /*margin-top: 16% !important;*/
    }
    .slide-1-header h1 {
        overflow: hidden !important;
    }

    .rtl .top-slidetwo {
        margin-left: auto !important;
        margin-right: 16% !important;
    }
    .rtl .right-sltwo {
        padding-left: 0 !important;
        padding-right: 16% !important;
    }
}

/* Medium Devices, Desktops */
@media all and (min-width : 1024px) and (max-width: 1600px) {
    .slide-1-btns {
        margin-top: 10% !important;
        margin-bottom: 15% !important;
    }
    .slide-1-square {
        padding: 0% 10% !important;
    }
    /*.slide-1-header {*/
        /*margin: 15% 0 10% 0 !important;*/
    /*}*/
}

@media all and (min-width : 1024px) {
    /* width */
    ::-webkit-scrollbar {
        width: 20px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        background: none;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: none;
        border-right: 1px solid #e5530a;
    }

    ::-webkit-scrollbar-thumb:hover {
        background: #e5530a;
        border-radius: 5%;
    }
    .p-siz {
        padding-right: 2%;
    }

    /*arabic*/
    .rtl .p-siz {
        padding-left: 2%;
        padding-right: 0;
    }

}

/* Medium Devices, Desktops */
@media all and (max-width : 1023px) {
    #section0, #section1, #section0 .fp-tableCell {
        height: auto !important;
    }
    .bg-two .fp-tableCell {
        display: flex !important;
        height: auto !important;
    }
    .arro {
        margin-bottom: 0 !important;
        height: auto !important;
    }
    .active-proj {
        /*overflow: auto;*/
        pointer-events: auto;
        /*height: 90%;*/
    }
}

@media all and (min-width: 1401px) {
    .rtl .team-slider-container .team-image-slider-text-panel {
        left: -15%;
    }
}

@media all and (max-width: 1400px) {
    .rtl .team-slider-container .team-image-slider-text-panel {
        left: -25%;
    }
}

/* Medium Devices, Desktops */
@media all and (min-width : 1024px) {
    .rtl .team-slider-container .team-slider .team-image-slider li img {
        margin-left: 12%;
    }

    .rtl .team-slider-container .team-slider .team-image-slider li.team-slide-active img {
        object-position: right;
    }

    .rtl .team-slider-container .team-image-slider-text,
    .rtl .team-slider-container .team-image-slider-text-header,
    .rtl .team-slider-container .team-image-slider-text-big-header {
        text-align: right;
    }
}

@media all and (min-width : 1000px) and (max-width: 1024px) {
    .slide-3-panel-mobile {
        margin-top: 10%;
    }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
    h1 {
        font-size: 3.2em !important;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
    h2 {
        font-size: 2.6em !important;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
    h3 {
        font-size: 2.1em !important;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
    p {
        font-size: 1.5em !important;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
    .slide-1-btns a {
        font-size: 1.2em !important;
        padding: 20px !important;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
    .second-page-remove-text-mobile {
        padding: 6% 10% 0% 6%;
    }
    .second-page-remove-text-mobile svg {
        width: 35px !important;
        cursor: pointer;
    }
    .third-page-panel-btn-mobile {
        height: 65px !important;
    }
    .third-page-panel-btn-mobile input {
        font-size: 1.2em !important;
    }
    .third-page-panel-btn-mobile img {
        width: 65px !important;
    }
    .third-page-plus-panel svg {
        width: 35px !important;
    }
    .slide-5-footer-text {
        font-size: 1.5em !important;
    }
    .menu-header img {
        height: 120px !important;
        width: 170px !important;
    }
    .menu-header .nav-left {
        font-size: 1.5em !important;
    }
    .two-content {
        height: 900px !important;
        margin-top: 8.5% !important;
    }
    /*.bg-imge svg {*/
        /*margin-top: 29% !important;*/
    /*}*/
    .arrow-sltwo {
        width: 85px !important;
    }
    .arro .arrow-box {
        width: 90px !important;
        height: 60px !important;
    }
    .bg-border {
        width: 90% !important;
        height: 90% !important;
        margin-left: 5% !important;
        border-style: solid !important;
        border-width: 1px !important;
    }
    .second-page-more-info-mobile div {
        font-size: 1.2em !important;
        cursor: pointer;
    }
    .bottonGet, .rtl .bottonGet {
        font-size: 1.2em !important;
        padding: 20px !important;
    }
    .fourth-page-btn-r, .fourth-page-btn-l {
        width: 90px !important;
        height: 60px !important;
    }
    .slide-1-second-square span {
        font-size: 2.1em !important;
        padding: 2% 0 !important;
    }
    .privacy-policy-header img {
        height: 100px !important;
        width: 150px !important;
    }
    .privacy-policy-close {
        padding: 12px 30px !important;
    }
    .third-page-images {
        background-size: 100% !important;
        height: 45% !important;
        left: 5% !important;
        top: inherit !important;
        right: 0 !important;
        width: 90% !important;
        margin-top: -95% !important;
    }
    .third-page-first-img {
        margin-left: 0% !important;
        margin-top: 0% !important;
        width: 58.5% !important;
    }
    .third-page-second-img {
        margin-left: 41.5% !important;
        width: 58.5% !important;
        margin-top: 0% !important;
    }
    .third-page-third-img {
        margin-top: 41.5% !important;
        margin-left: 20.7% !important;
        width: 58.5% !important;
    }
}

@media all and (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {
    h1 {
        font-size: 3.2em !important;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
    h2 {
        font-size: 2.6em !important;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
    h3 {
        font-size: 2.1em !important;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
    p {
        font-size: 1.5em !important;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
    .slide-1-btns a {
        font-size: 1.2em !important;
        padding: 20px !important;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
    .second-page-remove-text-mobile {
        padding: 6% 10% 0% 6%;
    }
    .second-page-remove-text-mobile svg {
        width: 35px !important;
        cursor: pointer;
    }
    .third-page-panel-btn-mobile {
        height: 65px !important;
    }
    .third-page-panel-btn-mobile input {
        font-size: 1.2em !important;
    }
    .third-page-panel-btn-mobile img {
        width: 65px !important;
    }
    .third-page-plus-panel svg {
        width: 35px !important;
    }
    .bg-border {
        width: 90% !important;
        height: 90% !important;
        margin-left: 5% !important;
        border-style: solid !important;
        border-width: 1px !important;
    }
    .slide-5-footer-text {
        font-size: 1.5em !important;
    }
    .menu-header img {
        height: 120px !important;
        width: 170px !important;
    }
    .menu-header .nav-left {
        font-size: 1.5em !important;
    }
    .two-content {
        height: 900px !important;
        margin-top: 8.5% !important;
    }
    .bg-hover {
        height: 100% !important;
        margin-top: 0% !important;
    }
    /*.bg-imge svg {*/
        /*margin-top: 29% !important;*/
    /*}*/
    .arrow-sltwo {
        width: 85px !important;
    }
    .arro .arrow-box {
        width: 90px !important;
        height: 60px !important;
    }
    .second-page-more-info-mobile div {
        font-size: 1.2em !important;
        cursor: pointer;
    }
    .bottonGet, .rtl .bottonGet {
        font-size: 1.2em !important;
        padding: 20px !important;
    }
    .fourth-page-btn-r, .fourth-page-btn-l {
        width: 90px !important;
        height: 60px !important;
    }
    .slide-1-second-square span {
        font-size: 2.1em !important;
        padding: 2% 0 !important;
        text-align: center;
    }
    .privacy-policy-header img {
        height: 100px !important;
        width: 150px !important;
    }
    .privacy-policy-close {
        padding: 12px 30px !important;
    }
    .third-page-images {
        background-size: 100% !important;
        height: 45% !important;
        left: 5% !important;
        top: inherit !important;
        right: 0 !important;
        width: 90% !important;
        margin-top: -95% !important;
    }

    .third-page-first-img {
        margin-left: 0% !important;
        margin-top: 0% !important;
        width: 58.5% !important;
    }
    .third-page-second-img {
        margin-left: 41.5% !important;
        width: 58.5% !important;
        margin-top: 0% !important;
    }
    .third-page-third-img {
        margin-top: 41.5% !important;
        margin-left: 20.7% !important;
        width: 58.5% !important;
    }
    .third-page-img-active, .third-page-img-not-active {
        width: 100%;
    }

    #section3 {
        height: auto !important;
    }
}



@media all and (min-width: 300px) and (max-width: 768px) {
    .privacy-policy-close {
        padding: 9px 16px !important;
    }
}

@media all and (min-width: 300px) and (max-width: 768px) {
    .privacy-policy-close {
        padding: 9px 16px !important;
    }
}

@media all and (min-width: 1024px) and (max-height: 768px) {
    .slide-5-footer-text-panel {
        padding: 1% 5% !important;
    }
}


/*Height phone*/
@media all and (min-height: 480px) and (max-height: 568px) {
    .second-page-content-text-mobile {
        height: 83% !important;
    }
}
@media all and (min-height: 569px) and (max-height: 667px) {
    .second-page-content-text-mobile {
        height: 87% !important;
    }
}
@media all and (min-height: 668px) and (max-height: 736px) {
    .second-page-content-text-mobile {
        height: 88% !important;
    }
}
@media all and (min-height: 737px) and (max-height: 768px) {
    .second-page-content-text-mobile {
        height: 82% !important;
    }
}
@media all and (min-height: 769px) and (max-height: 1024px) {
    .second-page-content-text-mobile {
        height: 83.5% !important;
    }
}

/*Width IPad*/
@media all and (min-width: 480px) and (max-width: 600px) {
    .two-content {
        height: 550px !important;
    }
    .second-page-btn-panel-mobile {
        margin-top: 30px !important;
    }

    .bg-imge {
        top: 0 !important;
    }
}
@media all and (min-width: 601px) and (max-width: 800px) {
    .two-content {
        height: 750px !important;
    }
    .bg-border {
        height: 93% !important;
    }
    .second-page-btn-panel-mobile {
        margin-top: 30px !important;
    }
    .bg-imge {
        top: -3% !important;
    }
    .bg-imge svg {
        margin-top: 23%;
    }
}
@media all and (min-width: 801px) and (max-width: 900px) {
    .two-content {
        height: 850px !important;
    }
    .bg-border {
        height: 100% !important;
    }
    .second-page-btn-panel-mobile {
        margin-top: 30px !important;
    }
}
@media all and (min-width: 901px) and (max-width: 1366px) and (orientation: portrait) {
    .two-content {
        height: 1000px !important;
        padding-top: 5% !important;
    }
    .second-page-btn-panel-mobile {
        margin-top: 30px !important;
    }
}

@media all and (min-width: 1025px) and (max-width: 1366px) and (orientation: landscape) {
    #section0 > .fp-tableCell {
        display: flex;
        align-items: center;
    }

    .rtl .third-page-second-img {
        margin-right: 73%;

    }
    .rtl .third-page-images {
        width: 100% !important;
        top: 14% !important;
        left: 18% !important;
        right: unset !important;
    }

    .slide-1-panel {
        margin: 0 !important;
        display: flex !important;
        align-items: flex-end;
        position: fixed !important;
    }

}

@media all and (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
    #section0 > .fp-tableCell {
        display: flex;
        align-items: center;
    }

    .slide-1-panel {
        margin: 0 !important;
        display: flex !important;
        align-items: flex-end;
        position: fixed !important;
        width: 100% !important;
    }

    .slide-1-second-square {
        display: flex !important;
        align-items: flex-end;
        width: 45%;
    }

    .slide-1-second-square span {
        margin-top: 10% !important;
    }
    .slide-1-square {
        width: 100% !important;
    }

    .slide-1-second-square-line {
        display: none !important;
    }

    .slide-1-second-square-panel {
        display: flex !important;
        justify-content: flex-start;
        flex-direction: column;
        position: inherit;
        padding: 0 !important;
        bottom: 0 !important;
    }

    .slide-1-square-panel-mobile {
        width: 55%;
    }

    #section4, #section1 {
        height:  auto !important;
    }

    .team-slider-container .team-slider-controls {
        margin-top: 0;
    }

}

#third-page-2 {

    pointer-events: none;
}

@media all and (max-width: 1023px), all and (max-width: 1024px) and (orientation: portrait){
    .rtl .team-slider-container .team-image-slider-text-panel {
        left: 0;
    }
}