﻿body {
    margin: 0;
    padding: 0;
    /*overflow: hidden;*/
    direction: rtl;
    background-color: #959b9b;
  
}

.container {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    height: 100vh;
    gap: 0;
}

.header {
    background-image: url("Images/BaztabHeader.jpg");
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 470px;
}
.content {
    background-image: url("Images/news.jpg");
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 330px;
}
.content1 {
    min-height: 100vh;
    /*//background-color: #e8b739;*/
    background: linear-gradient(to right, #d29925, #f1c04d);
    color: #0c305b;
}

.div-left {
    display: grid;
    width: 50%;
    margin: 14px;
    align-items: center;
    justify-content: center;
    word-spacing: -2px
}

.div_right {
    direction: rtl;
    text-align: justify;
    width: 50%;
    font-size: 1.2em;
    color: #082868;
    margin: 14px
}
p {
    margin: 10px 10px 0px 20px !important;
}
.u-image-3 {   
    height: 295px;    
    background-position: 50% 50%;
}
.u-image-serv {
    height: 220px;
    width:220px;
    background-position: 50% 50%;
}
button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 5px;
    cursor: pointer;
    font-size: 12px;
    border-radius: 5px;
}

.prev-btn {
    left: -35px;
}

.next-btn {
    right: -30px;
}

button:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
@media only screen and (max-width: 500px) {
    .header {
        background-position: top;
        height: 105px
    }

    .content {
        background-position: top;
        height: 77px;
    }

    .div_left {
        display : grid;
        width: 50%;
        margin: 4px;
        height: 70px;
        align-items: center;
        justify-content: center;
        word-spacing: -2px
    }

    .div_right {
        font-size: 0.25em;
        margin: 5px
    }

    p {
        margin: 5px !important;
    }

    .u-image-3 {
        height: 66px;
    }

    button {
        padding: 2px;      
        font-size: 5px;
    }
    .next-btn {
        right: -15px;
    }
}

@media only screen and (max-width: 768px) and (orientation: landscape) {
    .header {
        height:213px; 
    }

    .content {
        height: 150px;
    }
    .div_left {
        display: grid;
        width: 50%;
        margin: 8px;
        height: 165px;
        align-items: center;
        justify-content: center;
        word-spacing: -2px
    }

    .div_right {
        font-size: 0.6em;
        margin: 10px
    }
    p {
        margin: 2px !important;
    }
    .u-image-3 {
        height: 133px;
    }
}
@media only screen and (min-width: 769px) {  

    .header {
        height:370px;
    }
    .content {
        height: 330px;
    }
    .div_left {
        width: 50%;
        display: grid;
        margin: 18px;
        align-items: center;
        justify-content: center;
    }
    .div_right {
        font-size: 1.28em;
        margin : 14px;
    }
    p {
        margin: 9px !important;
    }
}
@media only screen and (min-width: 1024px) {
    .header {
        height: 470px;        
    }    
    .content {
        height: 330px;       
    }
    .div_left {
        width: 50%;
        margin: 18px;
        display: grid;
        align-items: center;
        justify-content: center;
    }
    .div_right {
        width: 50%;
        font-size: 1.25em;
        margin: 14px;
        word-spacing: -2px
    }
}   

.section_main {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display : flex;   
}
.section_Services {
    min-height : 100vh;
   /* background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;*/
}
.center_right {
    background-image: url("Images/SiteBack2.jpg");
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    /*margin-right :-130px;*/
    height: 100vh;
}

.center_left {
    background-image: url("Images/SiteBack1.jpg");
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    /*margin-left: -130px;*/
    height: 100vh;
}


.navbar {
    position: relative;
    margin-right: 20px;
    font-size: 30px;
    background-color: transparent !important;
}

.menu-icon {
    cursor: pointer;
    user-select: none;     
}

.menu {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 12px;
    right: 25px;
    background-color: #4a98c3;
    padding: 10px;
    border-radius: 8px;
    z-index: 1000;
    background-color: transparent !important;
}

    .menu a {       
        text-decoration: none;        
        border-bottom: 1px solid #666;
        font-size: 20px;
    }
    .menu a:hover{
       color :  white;
    }

        .menu a:last-child {
            border-bottom: none;
        }

.hidden {
    display: none;
}

     
.u_section_1 {
    background-image: url("Images/News.jpg");
    background-size: contain;
    background-position: center;
    display: flex;
    flex-direction: column;
}


        .u-section-2 {
            background-image: url("Images/BaztabHeader.mp4");
            background-position: 50% 50%;
        }

        .slideshow {
            list-style-type: none;
        }

            .slideshow,
            .slideshow:after {
                top: -2px; /*Not sure why I needed this fix*/
                position: fixed;
                width: 50%;
                height: 100%;
                left: 0px;
                z-index: 0;
            }

                .slideshow li span {
                    position: absolute;
                    width: 50%;
                    height: 100%;
                    top: 0px;
                    left: 0px;
                    color: transparent;
                    background-size: cover;
                    background-position: 50% 50%;
                    background-repeat: no-repeat;
                    opacity: 0;
                    z-index: 0;
                    animation: imageAnimation 55s linear infinite 0s;
                }



                /*.slideshow li:nth-child(1) span {
        background-image: url("Images/Header1.jpg");
        animation-delay: 7s;
    }*/

                .slideshow li:nth-child(2) span {
                    background-image: url("Images/Header2.jpg");
                    animation-delay: 19s;
                }

                .slideshow li:nth-child(3) span {
                    background-image: url("Images/Header3.jpg");
                    animation-delay: 32s;
                }

                .slideshow li:nth-child(4) span {
                    background-image: url("Images/Header4.jpg");
                    animation-delay: 46s;
                }



        @keyframes imageAnimation {
            0% {
                opacity: 0;
                animation-timing-function: ease-in;
            }

            8% {
                opacity: 1;
                animation-timing-function: ease-out;
            }

            17% {
                opacity: 1
            }

            25% {
                opacity: 0
            }

            100% {
                opacity: 0
            }
        }


        @keyframes titleAnimation {
            0% {
                opacity: 0
            }

            8% {
                opacity: 1
            }

            17% {
                opacity: 1
            }

            19% {
                opacity: 0
            }

            100% {
                opacity: 0
            }
        }


        .u-section-2 .no-cssanimations .cb-slideshow li span {
            opacity: 1;
        }

        .u-section-2 video#vmsVideo {
            position: fixed;
            top: 50%;
            left: 50%;
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            z-index: -100;
            -webkit-transform: translateX(-50%) translateY(-50%);
            -moz-transform: translateX(-50%) translateY(-50%);
            -o-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
        }

        .u-section-2 .u-sheet-1 {
            min-height: 776px;
        }

        .u-section-2 .u-icon-1 {
            height: 64px;
            width: 64px;
            margin: 396px auto 0 0;
        }

        .u-section-2 .u-text-1 {
            font-size: 1rem;
            font-style: normal;
            margin: 20px 631px 0 721px;
        }

        .u-section-2 .u-text-2 {
            margin: 51px 0 60px 721px;
        }

        .u-section-2 .u-btn-1 {
            background-image: none;
            border-style: none none solid;
            padding: 0;
        }

        @media (max-width: 1199px) {
            .u-section-2 .u-sheet-1 {
                min-height: 640px;
            }

            .u-section-2 .u-text-1 {
                margin-left: 431px;
            }

            .u-section-2 .u-text-2 {
                margin-left: 521px;
            }
        }

        @media (max-width: 991px) {
            .u-section-2 .u-sheet-1 {
                min-height: 490px;
            }

            .u-section-2 .u-text-1 {
                margin-left: 211px;
            }

            .u-section-2 .u-text-2 {
                margin-left: 301px;
            }
        }

        @media (max-width: 767px) {
            .u-section-2 .u-sheet-1 {
                min-height: 368px;
            }

            .u-section-2 .u-text-1 {
                margin-left: 31px;
            }

            .u-section-2 .u-text-2 {
                margin-left: 121px;
            }
        }

        @media (max-width: 575px) {
            .u-section-2 .u-sheet-1 {
                min-height: 232px;
            }

            .u-section-2 .u-text-1 {
                margin-left: 0;
            }

            .u-section-2 .u-text-2 {
                margin-left: 0;
            }
        }

        .u-section-3 {
            background-image: none;
        }

            .u-section-3 .u-sheet-1 {
                min-height: 400px;
            }

            .u-section-3 .u-shape-1 {
                width: 250px;
                height: 156px;
                margin: 80px auto 0 0;
            }

            .u-section-3 .u-text-1 {
                letter-spacing: 1px;
                font-size: 18px;
                margin: -160px 50px 120px 350px;
                text-align: right;
                line-height: 1.3;
                font-family: 'Lalezar-Regular';
            }

            .u-section-3 .u-btn-1 {
                font-size: 0.875rem;
                text-transform: uppercase;
                letter-spacing: 0px;
                background-image: none;
                border-style: none;
                margin: 46px auto 60px 0;
                padding: 14px 30px;
                margin: -50px 20px 0 370px;
            }

            .u-section-3 .u-image-1 {
                width: 320px;
                height: 320px;
                background-image: url("Images/image02.jpg");
                background-position: 50% 50%;
                margin: 14px 20PX -6px;
            }

        @media (max-width: 1199px) {
            .u-section-3 .u-text-1 {
                margin-left: 170px;
            }           
        }

        @media (max-width: 991px) {
            .u-section-3 .u-sheet-1 {
                min-height: 575px;
            }

            .u-section-3 .u-shape-1 {
                margin-top: 60px;
            }

            .u-section-3 .u-text-1 {
                font-size: 2.25rem;
                width: auto;
                margin-left: 0;
            }
        }

        @media (max-width: 575px) {
            .u-section-3 .u-sheet-1 {
                min-height: 582px;
            }

            .u-section-3 .u-shape-1 {
                margin-top: 25px;
            }

            .u-section-3 .u-text-1 {
                font-size: 1.875rem;
            }

            .u-section-3 .u-btn-1 {
                margin-bottom: 25px;
            }
        }

        .u-section-4 {
            background-image: none;
        }

            .u-section-4 .u-sheet-1 {
                min-height: 100px;
            }

            .u-section-4 .u-layout-wrap-1 {
                margin-top: 60px;
                margin-bottom: 60px;
            }

            .u-section-4 .u-layout-cell-1 {
                min-height: 150px;
            }

            .u-section-4 .u-container-layout-1 {
                padding: 50px;
            }

            .u-section-4 .u-text-1 {
                letter-spacing: 0px;
                line-height: 1.4;
                font-size: 3rem;
                text-transform: none;
                font-weight: bold;
                text-align: right;
                margin: 7px 0px 0 0px;
            }

            .u-section-4 .u-text-11 {
                font-size: 2rem;
                font-weight: 700;
                text-align: right;
                margin: 7px 0px 0 0px;
                color: #AAA;
            }

            .u-section-4 .u-layout-cell-2 {
                min-height: 367px;
            }

            .u-section-4 .u-container-layout-2 {
                padding: 30px;
                text-align: right;
            }

            .u-section-4 .u-text-2 {
                letter-spacing: 0.5px;
                font-family: "Lalezar-Regular";
                text-transform: none;
                font-size: 2.4rem;
                font-weight: 700;
                margin: 0;
                text-align: center;
                line-height: 45px;
            }

            .u-section-4 .u-text-3 {
                letter-spacing: 0.5px;
                font-family: "Lalezar-Regular";
                text-transform: none;
                font-size: 1.5rem;
                font-weight: 700;
                margin: 0;
                text-align: center;
                line-height: 45px;
            }

            .u-section-4 .u-layout-cell-3 {
                min-height: 367px;
            }

            .u-section-4 .u-container-layout-3 {
                padding: 10px 30px 24px 28px;
            }

            .u-section-4 .u-image-1 {
                width: 320px;
                height: 320px;
                background-image: url("Images/Image01.jpg");
                background-position: 50% 50%;
                margin: 14px auto -6px;
            }

            .u-section-4 .u-image-1-1 {
                width: 320px;
                height: 320px;
                background-image: url("Images/Image02.jpg");
                background-position: 50% 50%;
                margin: 14px auto -6px;
            }

            .u-section-4 .u-layout-cell-4 {
                min-height: 367px;
            }

            .u-section-4 .u-container-layout-4 {
                padding: 30px;
                text-align: right;
            }

            .u-section-4 .u-text-4 {
                letter-spacing: 1px;
                font-family: "Lalezar-Regular";
                text-transform: none;
                font-size: 1.8rem;
                font-weight: 700;
                margin-right: 0px;
                text-align: center;
            }

            .u-section-4 .u-text-5 {
                margin: 20px 20px 0px 60px;
                font-size: 1.2rem;
            }

            .u-section-4 .u-btn-1 {
                font-size: 0.875rem;
                text-transform: uppercase;
                letter-spacing: 1px;
                background-image: none;
                border-style: none;
                margin: 150px auto 0 100px;
                padding: 14px 30px;
            }

        @media (max-width: 1199px) {
            .u-section-4 .u-sheet-1 {
                min-height: 577px;
            }

            .u-section-4 .u-layout-cell-1 {
                min-height: 172px;
            }

            .u-section-4 .u-text-1 {
                width: 651px;
                margin-left: 56px;
            }

            .u-section-4 .u-layout-cell-2 {
                min-height: 303px;
            }

            .u-section-4 .u-layout-cell-3 {
                min-height: 303px;
            }

            .u-section-4 .u-image-1 {
                width: 255px;
                height: 255px;
                margin-top: 0;
                margin-bottom: 0;
            }

            .u-section-4 .u-layout-cell-4 {
                min-height: 303px;
            }

            .u-section-4 .u-text-4 {
                margin-left: 9px;
            }
        }

        @media (max-width: 991px) {
            .u-section-4 .u-sheet-1 {
                min-height: 354px;
            }

            .u-section-4 .u-layout-cell-1 {
                min-height: 100px;
            }

            .u-section-4 .u-text-1 {
                font-size: 2.25rem;
                margin-left: 0;
            }

            .u-section-4 .u-layout-cell-2 {
                min-height: 100px;
            }

            .u-section-4 .u-layout-cell-3 {
                min-height: 232px;
            }

            .u-section-4 .u-image-1 {
                width: 182px;
                height: 182px;
            }

            .u-section-4 .u-layout-cell-4 {
                min-height: 100px;
            }

            .u-section-4 .u-text-4 {
                margin-left: 0;
            }
        }

        @media (max-width: 767px) {
            .u-section-4 .u-sheet-1 {
                min-height: 744px;
            }

            .u-section-4 .u-container-layout-1 {
                padding-left: 10px;
                padding-left: 10px;
            }

            .u-section-4 .u-text-1 {
                width: 520px;
            }

            .u-section-4 .u-container-layout-2 {
                padding-left: 10px;
                padding-left: 10px;
            }

            .u-section-4 .u-layout-cell-3 {
                min-height: 336px;
            }

            .u-section-4 .u-container-layout-3 {
                padding-left: 10px;
                padding-left: 10px;
            }

            .u-section-4 .u-image-1 {
                width: 291px;
                height: 291px;
            }

            .u-section-4 .u-container-layout-4 {
                padding-left: 10px;
                padding-left: 10px;
            }
        }

        @media (max-width: 575px) {
            .u-section-4 .u-sheet-1 {
                min-height: 551px;
            }

            .u-section-4 .u-text-1 {
                font-size: 1.875rem;
                width: 320px;
            }

            .u-section-4 .u-layout-cell-3 {
                min-height: 212px;
            }
        }

        .u-section-6 {
            background-image: none;
        }

            .u-section-6 .u-sheet-1 {
                min-height: 999px;
            }

            .u-section-6 .u-text-1 {
                font-family: Merriweather, serif;
                font-size: 3rem;
                margin: 60px 466px 0 0;
            }

            .u-section-6 .u-list-1 {
                margin-top: 45px;
                margin-bottom: 60px;
            }

            .u-section-6 .u-repeater-1 {
                grid-auto-columns: calc(33.3333% - 20px);
                grid-template-columns: repeat(3, calc(33.3333% - 20px));
                min-height: 686px;
                grid-gap: 30px;
            }

            .u-section-6 .u-list-item-1 {
                margin-top: 0;
                margin-bottom: 0;
            }

            .u-section-6 .u-container-layout-1 {
                padding: 30px;
            }

            .u-section-6 .u-icon-1 {
                height: 88px;
                width: 88px;
                background-image: none;
                color: rgb(41, 40, 80) !important;
                margin: 0 auto 0 0;
            }

            .u-section-6 .u-text-2 {
                text-transform: uppercase;
                letter-spacing: 1px;
                font-weight: 400;
                margin: 34px 0 0;
            }

            .u-section-6 .u-text-3 {
                font-style: normal;
                line-height: 2;
                font-weight: 300;
                font-size: 1.125rem;
                margin: 26px 0 0;
            }

            .u-section-6 .u-list-item-2 {
                margin-top: 0;
                margin-bottom: 0;
            }

            .u-section-6 .u-container-layout-2 {
                padding: 30px;
            }

            .u-section-6 .u-icon-2 {
                height: 88px;
                width: 88px;
                background-image: none;
                color: rgb(41, 40, 80) !important;
                margin: 0 auto 0 0;
            }

            .u-section-6 .u-text-4 {
                text-transform: uppercase;
                letter-spacing: 1px;
                font-weight: 400;
                margin: 34px 0 0;
            }

            .u-section-6 .u-text-5 {
                font-style: normal;
                line-height: 2;
                font-weight: 300;
                font-size: 1.125rem;
                margin: 26px 0 0;
            }

            .u-section-6 .u-list-item-3 {
                margin-top: 0;
                margin-bottom: 0;
            }

            .u-section-6 .u-container-layout-3 {
                padding: 30px;
            }

            .u-section-6 .u-icon-3 {
                height: 88px;
                width: 88px;
                background-image: none;
                color: rgb(41, 40, 80) !important;
                margin: 0 auto 0 0;
            }

            .u-section-6 .u-text-6 {
                text-transform: uppercase;
                letter-spacing: 1px;
                font-weight: 400;
                margin: 34px 0 0;
            }

            .u-section-6 .u-text-7 {
                font-style: normal;
                line-height: 2;
                font-weight: 300;
                font-size: 1.125rem;
                margin: 26px 0 0;
            }

            .u-section-6 .u-list-item-4 {
                margin-top: 0;
                margin-bottom: 0;
            }

            .u-section-6 .u-container-layout-4 {
                padding: 30px;
            }

            .u-section-6 .u-icon-4 {
                height: 88px;
                width: 88px;
                background-image: none;
                color: rgb(41, 40, 80) !important;
                margin: 0 auto 0 0;
            }

            .u-section-6 .u-text-8 {
                text-transform: uppercase;
                letter-spacing: 1px;
                font-weight: 400;
                margin: 34px 0 0;
            }

            .u-section-6 .u-text-9 {
                font-style: normal;
                line-height: 2;
                font-weight: 300;
                font-size: 1.125rem;
                margin: 26px 0 0;
            }

            .u-section-6 .u-list-item-5 {
                margin-top: 0;
                margin-bottom: 0;
            }

            .u-section-6 .u-container-layout-5 {
                padding: 30px;
            }

            .u-section-6 .u-icon-5 {
                height: 88px;
                width: 88px;
                background-image: none;
                color: rgb(41, 40, 80) !important;
                margin: 0 auto 0 0;
            }

            .u-section-6 .u-text-10 {
                text-transform: uppercase;
                letter-spacing: 1px;
                font-weight: 400;
                margin: 34px 0 0;
            }

            .u-section-6 .u-text-11 {
                font-style: normal;
                line-height: 2;
                font-weight: 300;
                font-size: 1.125rem;
                margin: 26px 0 0;
            }

            .u-section-6 .u-list-item-6 {
                margin-top: 0;
                margin-bottom: 0;
            }

            .u-section-6 .u-container-layout-6 {
                padding: 30px;
            }

            .u-section-6 .u-icon-6 {
                height: 88px;
                width: 88px;
                background-image: none;
                color: rgb(41, 40, 80) !important;
                margin: 0 auto 0 0;
            }

            .u-section-6 .u-text-12 {
                text-transform: uppercase;
                letter-spacing: 1px;
                font-weight: 400;
                margin: 34px 0 0;
            }

            .u-section-6 .u-text-13 {
                font-style: normal;
                line-height: 2;
                font-weight: 300;
                font-size: 1.125rem;
                margin: 26px 0 0;
            }

        @media (max-width: 1199px) {
            .u-section-6 .u-sheet-1 {
                min-height: 824px;
            }

            .u-section-6 .u-text-1 {
                width: 674px;
                margin-left: 266px;
            }

            .u-section-6 .u-repeater-1 {
                grid-auto-columns: calc(33.333333333333336% - 20px);
                grid-template-columns: repeat(3, calc(33.333333333333336% - 20px));
                min-height: 566px;
            }

            .u-section-6 .u-text-2 {
                margin-left: 0;
            }

            .u-section-6 .u-text-3 {
                margin-left: 0;
            }

            .u-section-6 .u-text-4 {
                margin-left: 0;
            }

            .u-section-6 .u-text-5 {
                margin-left: 0;
            }

            .u-section-6 .u-text-6 {
                margin-left: 0;
            }

            .u-section-6 .u-text-7 {
                margin-left: 0;
            }

            .u-section-6 .u-text-8 {
                margin-left: 0;
            }

            .u-section-6 .u-text-9 {
                margin-left: 0;
            }

            .u-section-6 .u-text-10 {
                margin-left: 0;
            }

            .u-section-6 .u-text-11 {
                margin-left: 0;
            }

            .u-section-6 .u-text-12 {
                margin-left: 0;
            }

            .u-section-6 .u-text-13 {
                margin-left: 0;
            }
        }

        @media (max-width: 991px) {
            .u-section-6 .u-sheet-1 {
                min-height: 1373px;
            }

            .u-section-6 .u-text-1 {
                width: auto;
                font-size: 2.25rem;
                margin-left: 46px;
            }

            .u-section-6 .u-repeater-1 {
                grid-auto-columns: calc(50% - 15px);
                grid-template-columns: repeat(2, calc(50% - 15px));
                min-height: 975px;
            }
        }

        @media (max-width: 767px) {
            .u-section-6 .u-sheet-1 {
                min-height: 473px;
            }

            .u-section-6 .u-text-1 {
                font-size: 2.5rem;
                margin-left: 0;
            }

            .u-section-6 .u-container-layout-1 {
                padding-left: 10px;
                padding-left: 10px;
            }

            .u-section-6 .u-container-layout-2 {
                padding-left: 10px;
                padding-left: 10px;
            }

            .u-section-6 .u-container-layout-3 {
                padding-left: 10px;
                padding-left: 10px;
            }

            .u-section-6 .u-container-layout-4 {
                padding-left: 10px;
                padding-left: 10px;
            }

            .u-section-6 .u-container-layout-5 {
                padding-left: 10px;
                padding-left: 10px;
            }

            .u-section-6 .u-container-layout-6 {
                padding-left: 10px;
                padding-left: 10px;
            }
        }

        @media (max-width: 575px) {
            .u-section-6 .u-sheet-1 {
                min-height: 2454px;
            }

            .u-section-6 .u-text-1 {
                font-size: 1.875rem;
            }

            .u-section-6 .u-repeater-1 {
                grid-auto-columns: calc(100% - 0px);
                grid-template-columns: 100%;
                min-height: 2190px;
            }
        }

        .u-section-7 {
            background-image: none;
            min-height: 572px;
            direction: rtl;
        }

            .u-section-7 .u-layout-wrap-1 {
                width: calc(((100% - 1140px) / 2) + 1140px);
                margin: 0 auto 0 0;
            }

            .u-section-7 .u-layout-cell-1 {
                min-height: 286px;
                background-image: none;
            }

            .u-section-7 .u-container-layout-1 {
                padding: 30px;
            }

            .u-section-7 .u-image-1 {
                width: 200px;
                height: 200px;
                background-image: url("Images/IMAGE3.jpg");
                background-position: 50% 50%;
                margin: 0 auto;
            }

            .u-section-7 .u-layout-cell-2 {
                min-height: 286px;
                background-image: none;
            }

            .u-section-7 .u-container-layout-2 {
                padding: 30px;
            }

            .u-section-7 .u-text-1 {
                text-transform: uppercase;
                font-size: 1.125rem;
                font-weight: 700;
                margin: 0 0px 0 0;
            }

            .u-section-7 .u-text-2 {
                margin: 20px 0 0;
            }

            .u-section-7 .u-layout-cell-3 {
                min-height: 286px;
            }

            .u-section-7 .u-container-layout-3 {
                padding: 30px;
            }

            .u-section-7 .u-image-2 {
                width: 200px;
                height: 200px;
                background-image: url("Images/IMAGE1.jpg");
                background-position: 50% 50%;
                margin: 0 auto;
            }

            .u-section-7 .u-image-3 {
                width: 200px;
                height: 200px;
                background-image: url("Images/IMAGE2.jpg");
                background-position: 50% 50%;
                margin: 0 auto;
            }

            .u-section-7 .u-image-4 {
                width: 200px;
                height: 200px;
                background-image: url("Images/IMAGE4.jpg");
                background-position: 50% 50%;
                margin: 0 auto;
            }

            .u-section-7 .u-layout-cell-4 {
                min-height: 286px;
            }

            .u-section-7 .u-container-layout-4 {
                padding: 30px;
            }

            .u-section-7 .u-text-3 {
                text-transform: uppercase;
                font-size: 1.125rem;
                font-weight: 700;
                margin: 0 0px 0 0;
            }

            .u-section-7 .u-text-4 {
                margin: 20px 0 0;
            }

            .u-section-7 .u-layout-cell-5 {
                min-height: 572px;
                background-image: none;
            }

            .u-section-7 .u-container-layout-5 {
                padding: 30px;
            }

            .u-section-7 .u-text-5 {
                font-size: 3rem;
                font-weight: 700;
                margin: 217px 0 0;
            }

        @media (max-width: 1199px) {
            .u-section-7 {
                min-height: 472px;
            }

                .u-section-7 .u-layout-wrap-1 {
                    position: relative;
                    width: calc(((100% - 940px) / 2) + 940px);
                }

                .u-section-7 .u-layout-cell-1 {
                    min-height: 236px;
                }

                .u-section-7 .u-layout-cell-2 {
                    min-height: 236px;
                }

                .u-section-7 .u-text-1 {
                    margin-left: undefined;
                    margin-left: 96px;
                }

                .u-section-7 .u-layout-cell-3 {
                    min-height: 236px;
                }

                .u-section-7 .u-layout-cell-4 {
                    min-height: 236px;
                }

                .u-section-7 .u-text-3 {
                    margin-left: undefined;
                    margin-left: 111px;
                }

                .u-section-7 .u-layout-cell-5 {
                    min-height: 472px;
                }

                .u-section-7 .u-container-layout-5 {
                    padding-left: 10px;
                }

                .u-section-7 .u-text-5 {
                    margin-top: 0;
                }
        }

        @media (max-width: 991px) {
            .u-section-7 {
                min-height: 824px;
            }

                .u-section-7 .u-layout-wrap-1 {
                    width: calc(((100% - 720px) / 2) + 720px);
                }

                .u-section-7 .u-layout-cell-1 {
                    min-height: 362px;
                }

                .u-section-7 .u-layout-cell-2 {
                    min-height: 100px;
                }

                .u-section-7 .u-layout-cell-3 {
                    min-height: 362px;
                }

                .u-section-7 .u-layout-cell-4 {
                    min-height: 100px;
                }

                .u-section-7 .u-layout-cell-5 {
                    min-height: 100px;
                }

                .u-section-7 .u-container-layout-5 {
                    padding-left: 50px;
                }

                .u-section-7 .u-text-5 {
                    font-size: 2.25rem;
                }
        }

        @media (max-width: 767px) {
            .u-section-7 {
                min-height: 839px;
            }

                .u-section-7 .u-layout-wrap-1 {
                    width: 540px;
                    margin-bottom: -3115px;
                    margin-left: calc(((100% - 1140px) / 2) + 300px);
                }

                .u-section-7 .u-layout-cell-1 {
                    min-height: 222px;
                }

                .u-section-7 .u-container-layout-1 {
                    padding-left: 10px;
                    padding-left: 10px;
                }

                .u-section-7 .u-image-1 {
                    margin-left: 0;
                }

                .u-section-7 .u-container-layout-2 {
                    padding-left: 10px;
                    padding-left: 10px;
                }

                .u-section-7 .u-text-1 {
                    margin-left: 72px;
                }

                .u-section-7 .u-layout-cell-3 {
                    min-height: 215px;
                }

                .u-section-7 .u-container-layout-3 {
                    padding-left: 10px;
                    padding-left: 10px;
                }

                .u-section-7 .u-image-2 {
                    margin-left: 0;
                }

                .u-section-7 .u-container-layout-4 {
                    padding-left: 10px;
                    padding-left: 10px;
                }

                .u-section-7 .u-container-layout-5 {
                    padding-left: 10px;
                    padding-left: 10px;
                }
        }

        @media (max-width: 575px) {
            .u-section-7 {
                min-height: 854px;
            }

                .u-section-7 .u-layout-wrap-1 {
                    width: 340px;
                    margin-bottom: -2897px;
                    margin-left: calc(((100% - 1140px) / 2) + 400px);
                }

                .u-section-7 .u-layout-cell-1 {
                    min-height: 140px;
                }

                .u-section-7 .u-text-1 {
                    margin-left: 0;
                }

                .u-section-7 .u-layout-cell-3 {
                    min-height: 135px;
                }

                .u-section-7 .u-text-3 {
                    margin-left: 0;
                }

                .u-section-7 .u-text-5 {
                    font-size: 1.875rem;
                }
        }

{
    background-image: none;
}

.u-section-8 .u-sheet-1 {
    min-height: 100vh;
}

.u-section-8 .u-text-1 {
    font-size: 2.6rem;
    font-weight: 700;
    margin: 40px 40px 0 0px;
}

.u-section-8 .u-text-2 {
    margin: 20px 100px 0 85px;
    font-size: 1.2rem;
    direction: rtl;
    letter-spacing: 0.5px;
    text-align: justify;
    padding: 20px
}

.u-section-8 .u-text-15 {
    margin: 20px 80px 0 60px;
    font-size: 1.8rem;
    direction: rtl;
    letter-spacing: 0.5px;
    text-align: justify;
    /*color: #AAA;*/
    color: #0b1b3c
}

.u-section-8 .u-list-1 {
    height: auto;
   /* width: 1140px;*/
    margin: 25px;
    direction: rtl;
}

.u-section-8 .u-repeater-1 {
    grid-auto-columns: calc(25% - 24px);
    grid-template-columns: repeat(4, calc(25% - 24px));
    min-height: 299px;
    grid-gap: 32px;
}

.u-section-8 .u-container-layout-1 {
    padding: 20px 0px 20px 20px;
}

.u-section-8 .u-line-1 {
    margin-top: 0;
    margin-bottom: 0;
    height: 15px;
    transform-origin: left center;
}

.u-section-8 .u-text-3 {
    font-size: 4.5rem;
    font-weight: 700;
    margin: 50px 11px 0;
}

.u-section-8 .u-text-4 {
    letter-spacing: 1.2px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 20px 10px 0;
}

.u-section-8 .u-text-5 {
    margin: 20px 10px 0;
}

.u-section-8 .u-container-layout-2 {
    padding: 0 0 30px;
}

.u-section-8 .u-line-2 {
    margin: 25px;
    border-width :8px;
    height: 15px;
}

.u-section-8 .u-text-6 {
    font-size: 4.5rem;
    font-weight: 700;
    margin: 50px 11px 0;
}

.u-section-8 .u-text-7 {
    letter-spacing: 1.2px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 20px 10px 0;
}

.u-section-8 .u-text-8 {
    margin: 20px 10px 0;
}

.u-section-8 .u-container-layout-3 {
    padding: 0 0 30px;
}

.u-section-8 .u-line-3 {
    margin-top: 0;
    margin-bottom: 0;
    height: 15px;
}

.u-section-8 .u-text-9 {
    font-size: 1.3rem;
  
}

.u-section-8 .u-text-10 {
    letter-spacing: 1.2px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 20px 10px 0;
}

.u-section-8 .u-text-11 {
    margin: 20px 10px 0;
}

.u-section-8 .u-container-layout-4 {
    padding: 0 0 30px;
}

.u-section-8 .u-line-4 {
    margin-top: 10px;
    margin-bottom: 0;
    height: 15px;
    
}

.u-section-8 .u-text-12 {
    font-size: 1.4rem;    
    color: #187773;
}
.u-section-8 .u-text-title {
    font-size: 2rem;
    font-weight: 700;
    color: #2566cb;
}

.u-section-8 .u-text-13 {
    letter-spacing: 0.5px;
    font-size : 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    margin: 20px 10px 0;
}

.u-section-8 .u-text-14 {
    margin: 20px 10px 0;
}

.u-section-8 .u-image-1-1 {
    width: 220px;
    height: 220px;
    background-image: url("Images/speaking.png");
    background-position: 50% 50%;
    margin: 14px auto -6px;
}
.u-section-8 .u-image-2 {
    width: 30px;
    height: 44px;
    background-image: url("Images/Phone1.png");
    /*background-position: 50% 50%;*/
    margin: -40px auto auto 10px;
}
.u-section-8 .u-image-1-2 {
    width: 220px;
    height: 220px;
    background-image: url("Images/Solfej.jpg");
    background-position: 50% 50%;
    margin: 14px auto -6px;
}
.u-section-8 .u-image-3 {
    width: 33px;
    height: 24px;
    background-image: url("Images/Email1.png");
    /*background-position: 50% 50%;*/
    margin: -23px auto auto 5px;
}
.u-section-8 .u-image-1-3 {
    width: 220px;
    height: 220px;
    background-image: url("Images/Contentproduction.png");
    background-position: 50% 50%;
    margin: 14px auto -6px;
}

.u-section-8 .u-image-4 {
    width: 550px;
    height: 330px;
    background-position: 50% 50%;
    margin: 50px auto 0 auto;
}

.u-section-8 .u-image-1-4 {
    width: 220px;
    height: 220px;
    background-image: url("Images/audio1.jpg");
    background-position: 50% 50%;
    margin: 14px auto -6px;
}

.u-section-8 .u-image-1-5 {
    width: 220px;
    height: 220px;
    background-image: url("Images/Composition.jpg");
    background-position: 50% 50%;
    margin: 14px auto -6px;
}
.u-section-8 .u-image-6 {
    width: 300px;
    height: 99px;
    background-image: url("Images/Contact-Us.png");  
    
}
.u-section-8 .u-social-icons-2 {
    white-space: nowrap;
    height: 32px;
    min-height: 16px;
    width: 116px;
    min-width: 68px;
    margin: 20px auto 0;
}

.u-section-8 .Contact2 {
    margin-top:30px;
    /*margin-right: 15px;*/
}
    @media (max-width: 1199px) {
        .u-section-8 .u-sheet-1 {
            min-height: 669px;
        }

        .u-section-8 .u-text-1 {
            margin-left: 125px;
        }

        .u-section-8 .u-text-2 {
            margin-left: 370px;
        }

        .u-section-8 .u-list-1 {
            width: 940px;
            margin-bottom: 60px;
        }

        .u-section-8 .u-text-3 {
            margin-left: 0;
            margin-left: 0;
        }

        .u-section-8 .u-text-4 {
            margin-left: 0;
            margin-left: 0;
        }

        .u-section-8 .u-text-5 {
            margin-left: 0;
            margin-left: 0;
        }

        .u-section-8 .u-text-6 {
            margin-left: 0;
            margin-left: 0;
        }

        .u-section-8 .u-text-7 {
            margin-left: 0;
            margin-left: 0;
        }

        .u-section-8 .u-text-8 {
            margin-left: 0;
            margin-left: 0;
        }

        .u-section-8 .u-text-9 {
            margin-left: 0;
            margin-left: 0;
        }

        .u-section-8 .u-text-10 {
            margin-left: 0;
            margin-left: 0;
        }

        .u-section-8 .u-text-11 {
            margin-left: 0;
            margin-left: 0;
        }

        .u-section-8 .u-text-12 {
            margin-left: 0;
            margin-left: 0;
        }

        .u-section-8 .u-text-13 {
            margin-left: 0;
            margin-left: 0;
        }

        .u-section-8 .u-text-14 {
            margin-left: 0;
            margin-left: 0;
        }
    }

    @media (max-width: 991px) {
        .u-section-8 .u-text-1 {
            margin-left: 0;
            font-size: 2.25rem;
        }

        .u-section-8 .u-text-2 {
            margin-left: 150px;
        }

        .u-section-8 .u-list-1 {
            margin-left: initial;
            margin-left: initial;
            width: auto;
        }

        .u-section-8 .u-repeater-1 {
            grid-auto-columns: calc(50% - 16px);
            grid-template-columns: repeat(2, calc(50% - 16px));
        }

        .u-section-8 .u-container-layout-1 {
            padding-top: 0;
            padding-left: 0;
            padding-left: 0;
        }

        .u-section-8 .u-container-layout-2 {
            padding-top: 0;
            padding-left: 0;
            padding-left: 0;
        }

        .u-section-8 .u-container-layout-3 {
            padding-top: 0;
            padding-left: 0;
            padding-left: 0;
        }

        .u-section-8 .u-container-layout-4 {
            padding-top: 0;
            padding-left: 0;
            padding-left: 0;
        }
    }

    @media (max-width: 767px) {
        .u-section-8 .u-text-2 {
            margin-left: 0;
        }
    }

    @media (max-width: 575px) {
        .u-section-8 .u-sheet-1 {
            min-height: 1594px;
        }

        .u-section-8 .u-text-1 {
            font-size: 1.875rem;
            width: auto;
        }

        .u-section-8 .u-repeater-1 {
            grid-auto-columns: 100%;
            grid-template-columns: repeat(1, 100%);
        }

        .u-section-8 .u-text-3 {
            font-size: 3rem;
        }

        .u-section-8 .u-text-6 {
            font-size: 3rem;
        }

        .u-section-8 .u-text-9 {
            font-size: 3rem;
        }

        .u-section-8 .u-text-12 {
            font-size: 3rem;
        }
    }

    .u-section-9 {
    background-image: none;
    direction: rtl;
}

    .u-section-9 .u-sheet-1 {
        min-height: 713px;
    }

    .u-section-9 .u-group-1 {
        min-height: 635px;
        height: auto;
        margin: 39px 50px 39px 30px;
    }

    .u-section-9 .u-container-layout-1 {
        padding: 30px;
    }

    .u-section-9 .Contact2 {
        margin-top: 50px;
        margin-right: 40px;
    }

.u-section-9 .u-image-1 {
    width: 400px;
    height: 132px;
    background-image: url("Images/Contact-Us.png");
    /*background-position: 50% 50%;*/
    margin: -40px 10PX 6px;
}
    .u-section-9 .u-image-2 {
        width: 30px;
        height: 44px;
        background-image: url("Images/Phone1.png");
        /*background-position: 50% 50%;*/
        margin: -40px auto auto 50px;
    }

    .u-section-9 .u-image-3 {
        width: 33px;
        height: 24px;
        background-image: url("Images/Email1.png");
        /*background-position: 50% 50%;*/
        margin: -23px auto auto 50px;
    }

    .u-section-9 .u-text-1 {
        background-image: none;
        text-transform: none;
        font-size: 1.2rem;
        font-weight: 700;
        margin: 0 20px 0 0;
        text-align: right;
        line-height: 1.3;
        direction: rtl;
    }

    .u-section-9 .u-text-1-1 {
        background-image: none;
        text-transform: none;
        font-size: 3rem;
        font-weight: 700;
        margin: 0;
        text-align: right;
        line-height: 1.3;
        direction: rtl;
    }

    .u-section-9 .u-social-icons-2 {
        white-space: nowrap;
        height: 32px;
        min-height: 16px;
        width: 116px;
        min-width: 68px;
        margin: 55px auto 0;
    }

    .u-section-9 .u-text-2 {
        font-style: normal;
        margin: 17px auto 0 180px;
    }

    .u-section-9 .u-text-3 {
        height: 160px;
        width: 100%;
    }

    .u-section-9 .u-form-1 {
        height: 303px;
        margin-top: 40px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 20px
    }

    .u-section-9 .u-form-group-1 {
        margin-left: auto;
    }

    .u-section-9 .textbox {
        margin-top: 30px;
    }

    .u-section-9 .u-form-group-2 {
        margin-left: auto;
        margin-left: 0;
    }

    .u-section-9 .u-form-group-3 {
        margin-left: auto;
    }

    .u-section-9 .u-form-group-4 {
        margin-left: auto;
    }

    .u-section-9 .u-form-group-5 {
        margin-left: auto;
    }

    .u-section-9 .u-form-group-6 {
        margin-left: auto;
    }

    .u-section-9 .u-btn-1 {
        font-size: 0.875rem;
        margin-left: auto;
        border-style: none;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        background-image: none;
    }

@media (max-width: 1199px) {
    .u-section-9 .u-group-1 {
        width: 791px;
        margin-left: 50px;
        height: auto;
    }

    .u-section-9 .u-form-1 {
        margin-left: initial;
    }
}

@media (max-width: 991px) {
    .u-section-9 .u-group-1 {
        width: 720px;
        margin-left: auto;
    }

    .u-section-9 .u-text-1 {
        font-size: 2.25rem;
    }
}

@media (max-width: 767px) {
    .u-section-9 .u-group-1 {
        width: 540px;
        margin-left: 0;
    }

    .u-section-9 .u-container-layout-1 {
        padding-left: 10px;
        padding-left: 10px;
    }
}

@media (max-width: 575px) {
    .u-section-9 .u-group-1 {
        width: 340px;
    }

    .u-section-9 .u-text-1 {
        font-size: 1.875rem;
    }
}

.u-section-10 {
    letter-spacing: 1px;
    font-size: 12px;
    direction: rtl;
}
@media (max-width: 768px) {
    body {
        overflow-x: hidden;
    }
    .slide {
        flex-direction: column;
        align-items: center;
        background-image: none;
        background: linear-gradient(to right, #e7b340, #c48017);
        padding: 15px;
        min-height: 100vh
    }
    .slide-text {
        font-size: 16px;
        padding: 0 10px;
    }
    .container {
        display: block;
        height: auto;
       
    }

    .center_right,
    .center_left {
        display: none;
    }

    .header {
        width: 100%;
        height: 22vh;
        background-size: cover;
        background-position: center;
    }

    .content {
        height: auto;
        background-size: cover;
    }

    .row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .div_left,
    .div_right {
        width: 100% !important;
        margin: 8px 0;
        height: auto !important;
        text-align: center;
    }

    .div_right {
        background: url("Images/NewsBox.jpg") no-repeat center center;
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }   
    .menu {
        position: absolute;
        right: 10px;
        top: 40px;
        background-color: rgba(0, 0, 0, 0.7) !important;
        padding: 8px 10px;
        border-radius: 10px;
    }

        .menu a {
            color: white;
            font-size: 18px;
            margin: 5px 0;
        }

    button {
        font-size: 15px;
        padding: 3px 5px;
    }
    .u-image-3 {
        width: 100% !important;
        height: auto !important;
        max-width: 100%;
    }

    .next-btn, .prev-btn {
        position: static;
        margin: 10px auto;
        display: inline;
        margin : 10px 10px 0 10px;
    }
}
