* {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-family: 'Heebo', sans-serif;
    direction: rtl;
}

a:hover {
    text-decoration: none;
}
.pas {
    float: left;
    margin-left: 4%;
}
.pas2 {
    width: 120px!important;
}
.ltr{

}
.ltr2{

}
.ltr3{
    direction:ltr!important;
}
.btnLtr {
    white-space: nowrap;
    width: 93%!important;
}
.lang {
    text-transform: uppercase;
    display: inline-block;
    background: #FFF;
    padding: 9px 20px;
    border: 2px solid #094f82;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    color: #094f82;
  
}
    .lang:hover {
        background-color: #094f82;
        overflow: visible;
        color:white;
    }
    .container-fluid {
    margin: auto !important;
    max-width: 1920px;
    width: 100%;
}

@media (max-width:1200px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
}

header {
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    background: #FFF;
    transition: 1s;
    float: left;
    padding: 21px 1% 15px;
    border-top: 10px solid #30a1a7;
    border-bottom: 1px solid #F2F2F2;
    z-index: 1000;
}

.logo {
    float: left;
}

header nav {
    float: right;
    line-height: 86px;
    display: inline-block;
}

    header nav ul {
        font-weight: 400;
        padding: 0px;
        display: inline-block;
        vertical-align: middle;
        line-height: normal;
        margin-bottom: 0px;
    }

        header nav ul li {
            margin: 0;
            padding: 0 0 0 40px;
            display: inline;
        }

@media (max-width:1400px) {
    header nav ul li {
        padding: 0px 0px 0px 20px;
    }
}

header nav ul li a {
    text-decoration: none;
    color: #094f82;
    font-size: 18px;
    text-align: left;
    font-weight: 400;
    cursor: pointer;
}

    header nav ul li a:focus {
        text-decoration: none;
        color: orange;
    }

    header nav ul li a:hover {
        text-decoration: none;
        color: #ff6600;
    }

header nav ul li.block a {
    text-transform: uppercase;
    display: inline-block;
    background: #FFF;
    padding: 12px 20px;
    border: 2px solid #ff6700;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    color: #ff6700;
}




header nav ul li.block2 a {
    text-transform: uppercase;
    display: inline-block;
    background: #FFF;
    padding: 12px 20px;
    border: 2px solid #36A1A8;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    color: #36A1A8;
}

li.block img {
    display: inline-block;
    vertical-align: middle;
}

li.block2 img {
    display: inline-block;
    vertical-align: middle;
}

.device-nav {
    display: none;
    float: right;
    cursor: pointer;
    width: 50px;
}

    .device-nav img {
        width: 100%;
    }

@media only screen and (max-width: 1230px) {
    .logo {
        width: 150px;
    }

    .device-nav {
        display: block;
    }

    header {
        padding: 10px 0px;
    }

        header nav {
            margin: 0;
            max-height: 0;
            overflow: hidden;
            clear: both;
            display: block;
            -webkit-transition: max-height 0.5s;
            -moz-transition: max-height 0.5s;
            transition: max-height 0.5s;
        }

            header nav, header nav ul, header nav ul li, header nav ul li a {
                display: block;
                width: 100%;
            }

                header nav ul {
                    margin: 0;
                }

                    header nav ul li {
                        margin: 0;
                        text-align: center;
                        padding-left: 0;
                        padding-right: 0;
                    }

                        header nav ul li:first-child {
                            border-top: none;
                        }

                        header nav ul li a {
                            padding: 0.5em 0;
                            text-align: center;
                        }

                        header nav ul li.block2 a {
                            /*margin-bottom: 5px;*/
                        }

                header nav.reveal {
                    max-height: 1170px;
                    background: #fff;
                    overflow-y: auto;
                    width: 100%;
                    position: relative;
                    z-index: 100;
                    margin-top: 20px;
                }

    .hamburger:hover {
        opacity: 1;
    }

    header nav ul li.block {
        padding: 0;
    }
}
/**** ##### SECTION 1 ##### ****/
.section1 {
    position: relative;
    float: left;
    width: 100%;
    padding: 8% 0px 0px 0px;
}

@media(max-width:1230px) {

    .section4 .pull-left {
        padding-right: 30px;
        padding-left: 30px;
    }

    header nav ul li a {
        font-size: 20px;
    }

    .section1 {
        padding: 100px 0px 0px 0px;
    }
}

.section1-left {
    position: relative;
    float: right;
    width: 90%;
    max-width: 700px;
    padding: 10% 5% 0px 0px;
}

    .section1-left h1 {
        color: #929292;
        font-weight: 400;
        margin: 0px;
        padding: 0px 60px 0px 0px;
        direction: rtl;
        background: url(../ImagesNew/youa_Home/dots.png) right center no-repeat;
    }

.section1 .col-md-6.pull-right {
    z-index: 110;
}

@media (max-width:480px) {
    .section1-left h1 {
        background: url(../ImagesNew/youa_Home/dots.png) right center no-repeat;
        font-size: 15px !important;
        background-size: 30px;
    }
}

.section1-left h1 span {
    color: #094f82;
    font-weight: 700;
}

.section1-left h2 {
    color: #094f82;
    font-weight: 900;
    margin: 0px;
    padding: 3% 0px;
    direction: rtl;
}

    .section1-left h2 span {
        color: #30a1a7;
    }

.section1-left p {
    color: #7f7f7f;
    position: relative;
    direction: rtl;
    padding: 0px;
    margin: 0px;
}

    .section1-left p span {
        color: #094f82;
        font-weight: 700;
    }

.section1-left button {
    float: left;
    margin-top: 10%;
    background: #ff6700;
    border: 1px solid #ff6700;
    text-align: center;
    color: #FFF;
    font-weight: 700;
    direction: rtl;
    outline: none;
    border-radius: 50px;
}

    .section1-left button:hover {
        background: #094f82;
        border: 1px solid #094f82;
    }

    .section1-left button img {
        display: inline-block;
    }

@media (max-width:2500px) {
    .section1-left button {
        width: 260px;
        padding: 20px 0px;
        font-size: 25px;
    }
}

@media (max-width:1600px) {
    .section1-left button {
        width: 230px;
        padding: 15px 0px;
        ;
        font-size: 20px;
    }
}
/****Section 2 Text Style ****/
/****h1 Tag*****/
@media (max-width:2500px) {
    h1.section1-text {
        font-size: 28px;
    }

    h2.section1-text {
        font-size: 47px;
    }
}

@media (max-width:1600px) {
    h1.section1-text {
        font-size: 25px;
    }

    h2.section1-text {
        font-size: 42px;
    }
}

@media (max-width:1440px) {
    h1.section1-text {
        font-size: 22px;
    }

    h2.section1-text {
        font-size: 35px;
    }
}

@media (max-width:1400px) {
    h1.section1-text {
        font-size: 20px;
    }

    h2.section1-text {
        font-size: 34px;
    }
}

@media (max-width:1170px) {
    h1.section1-text {
        font-size: 20px !important;
        padding-right: 38px;
    }

    h2.section1-text {
        font-size: 28px;
    }
}

@media (max-width:767px) {
    h2.section1-text {
        font-size: 40px;
    }
}
/****P Tag*****/
@media (max-width:2500px) {
    p.section1-text {
        font-size: 28px;
    }
}

@media (max-width:1600px) {
    p.section1-text {
        font-size: 25px;
    }
}

@media (max-width:1440px) {
    p.section1-text {
        font-size: 22px;
    }
}

@media (max-width:1400px) {
    p.section1-text {
        font-size: 20px;
    }
}

@media (max-width:1170px) {
    p.section1-text {
        font-size: 19px;
        line-height: 32px;
    }
}

.section1-right {
    position: relative;
    padding: 0px;
    margin-top: 5%;
}

    .section1-right img {
        width: 100%;
    }

@media (max-width:991px) {
    .hid-mb-text {
        padding: 50px 0px !important;
    }

    .section1-left {
        width: 80%;
    }

        .section1-left button {
            float: right;
        }

    .section1-right {
        float: left;
        margin-top: 50px;
        width: 100%;
        clear: both;
    }
}

@media (max-width:767px) {
    .section1-left {
        width: 100%;
    }
}
/**** ##### SECTION 2 ##### ****/
.section2 {
    position: relative;
    float: left;
    width: 100%;
    clear: both;
    background: url(../ImagesNew/youa_Home/middle-back.png) right top no-repeat;
    background-size: cover;
    background-size: 100% 95%;
    /*padding: 0px 0px 29% 0px;*/
    margin-bottom: -15% !important;
    margin-top: -15% !important;
}

.section2-top {
    position: relative;
    padding-top: 15%;
    padding-bottom: 5%;
}

    .section2-top h1 {
        color: #094f82;
        font-weight: 700;
        margin: 0px;
        padding: 0px 60px 0px 0px;
        direction: rtl;
        background: url(../ImagesNew/youa_Home/dots.png) right top 10px no-repeat;
    }

@media (max-width:480px) {

    .section2-top h1 {
        background: url(../ImagesNew/youa_Home/dots.png) right top 8px no-repeat;
        background-size: 30px;
    }
}

.section2-top h1 span {
    color: #30a1a7;
}

.section2-top p {
    position: relative;
    direction: rtl;
    font-weight: 300;
    color: #094f82;
    margin: 0px;
    padding: 3% 60px 0px 0px;
    text-align: justify;
}

.section2-box {
    position: relative;
    padding-top: 5%;
}

    .section2-box img {
        width: 100%;
    }

@media (max-width:2500px) {
    .sec2-box1 {
        position: relative;
        float: right;
        width: 30%;
        height: 170px;
        line-height: 170px;
        padding: 0% 3%;
        background: #dbedf0;
        border-radius: 100px;
        margin-right: 60px;
        z-index: 99;
    }
}

@media (max-width:1600px) {
    .sec2-box1 {
        line-height: 150px;
        height: 150px;
    }
}

@media (max-width:1400px) {
    .sec2-box1 {
        line-height: 130px;
        height: 130px;
    }
}

@media (max-width:1170px) {
    .sec2-box1 {
        line-height: 110px;
        height: 110px;
    }
}

.sec2-box1 p {
    position: relative;
    color: #212b54;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    padding: 0px;
    direction: rtl;
    padding: 6% 16% 0px 0%;
    font-weight: 500;
}

.sec2-box2 {
    float: left;
    margin-right: 0px;
    margin-left: 15%;
}

.sec2-box3 {
    float: left;
    margin-right: 0px;
    margin-left: 40%;
}

.sec2-box4 {
    float: left;
    margin-right: 0px;
    margin-left: 15%;
    margin-top: 7%;
}

    .sec2-box4 p {
        padding: 0px 3% 0px 20% !important;
    }

.girl-one {
    position: absolute;
    right: -5%;
    top: 66%;
    width: 26%;
    z-index: 100;
}

.arw-one {
    position: absolute;
    left: 35%;
    top: -145%;
    width: 20%;
    z-index: 100;
}

.girl-two {
    position: absolute;
    left: 27%;
    top: -416%;
    width: 13%;
    z-index: 100;
}

.flower-boy {
    position: absolute;
    width: 23%;
    right: 11%;
    top: 0%;
    z-index: 100;
}

.baloon-boy {
    position: absolute;
    left: 0%;
    top: 0%;
    margin-top: 5%;
    width: 25%;
    z-index: 100;
}

@media (max-width:991px) {
    .section2 {
        background: url(../ImagesNew/youa_Home/youa-bg-mobile.png) no-repeat top center;
        background-size: cover;
        background-size: 100% 100%;
        padding: 0px 0px 100px 0px;
        margin-bottom: 0% !important;
        margin-top: 0% !important;
        overflow: hidden;
    }

    .section2-box {
        float: none;
        max-width: 500px;
        width: 100%;
        display: table;
        padding: 150px 0px 0px 0px;
        margin: auto;
    }

    .box-emg-pd {
        padding-top: 75px;
    }

    .sec2-box1 {
        float: left;
        max-width: 400px;
        width: 100%;
        margin: 0px !important;
    }

    .sec2-box2 {
        float: right;
        margin: 0px !important;
    }

    .sec2-box3 {
        float: left;
        margin: 0px !important;
    }

    .sec2-box4 {
        float: right;
        margin: 0px !important;
    }

        .sec2-box4 p {
            padding: 0px 3% 0px 0% !important;
        }

    .girl-one {
        right: 0%;
        top: 85px;
        right: auto;
        width: 200px;
        z-index: 100;
    }

    .arw-one {
        position: absolute;
        left: 0%;
        top: 120px;
        width: 150px;
        z-index: 100;
    }

    .girl-two {
        display: none;
    }

    .flower-boy {
        position: absolute;
        width: 140px;
        right: 0%;
        top: 140px;
        z-index: 100;
    }

    .baloon-boy {
        position: absolute;
        left: 0%;
        top: 120px;
        margin-top: 0%;
        width: 190px;
        z-index: 100;
    }
}

@media (max-width:500px) {

    .sec2-box1 {
        max-width: 75%;
    }

    .sec2-box2 {
        float: right;
        margin: 0px !important;
    }

    .sec2-box3 {
        float: left;
        margin: 0px !important;
    }

    .sec2-box4 {
        float: right;
        margin: 0px !important;
    }

        .sec2-box4 p {
            padding: 0px 2% 0px 75px !important;
        }
}

@media (max-width:450px) {

    .girl-one {
        right: -6%;
    }

    .arw-one {
        top: 100px;
    }

    .flower-boy {
        right: -10%;
    }

    .baloon-boy {
        left: -10%;
    }
}
/****Section 2 Text Style ****/
/****h1 Tag*****/
@media (max-width:2500px) {
    h1.section2-text {
        font-size: 35px;
    }
}

@media (max-width:1600px) {
    h1.section2-text {
        font-size: 32px;
    }
}

@media (max-width:1440px) {
    h1.section2-text {
        font-size: 30px;
    }
}

@media (max-width:1400px) {
    h1.section2-text {
        font-size: 27px;
    }
}

@media (max-width:1170px) {
    h1.section2-text {
        font-size: 22px;
    }
}
/****P Tag*****/
@media (max-width:2500px) {
    p.section2-text {
        font-size: 23px;
    }
}

@media (max-width:1600px) {
    p.section2-text {
        font-size: 24px;
    }
}

@media (max-width:1440px) {
    p.section2-text {
        font-size: 20px;
    }
}

@media (max-width:1400px) {
    p.section2-text {
        font-size: 18px;
    }
}

@media (max-width:1170px) {
    .section2-top p.section2-text {
        font-size: 19px;
        line-height: 32px;
        padding: 3% 40px 0px 0px;
        text-align: right;
    }

    p.section2-text {
        font-size: 15px;
    }
}

@media (max-width:480px) {
    .section2-top {
        padding-top: 30%;
    }
}
/**** ##### SECTION 3 ##### ****/
.section3 {
    position: relative;
    float: left;
    width: 100%;
    padding: 0px;
    clear: both;
}

.p0 {
    padding: 0px;
}

.section3-right {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 15%;
    padding-right: 5%;
}

    .section3-right h1 {
        color: #212b54;
        font-weight: 700;
        margin: 0px;
        padding: 0px 60px 0px 0px;
        direction: rtl;
        background: url(../ImagesNew/youa_Home/dots.png) right top 10px no-repeat;
    }

@media (max-width:480px) {
    .section3-right h1 {
        background: url(../ImagesNew/youa_Home/dots.png) right top 8px no-repeat;
        background-size: 30px;
    }
}

.section3-right h1 span {
    color: #30a1a7;
}

.section3-right ul {
    position: relative;
    direction: rtl;
    padding-top: 5%;
    padding-right: 50px;
    padding-bottom: 25px;
    margin: 0px;
}

.section3-right li {
    padding: 10px 20px 10px 0px;
    font-weight: 500;
    color: #0a3c5f;
    font-size: 26px;
    background: url(../ImagesNew/youa_Home/disc.png) top 25px right no-repeat;
    line-height: 38px;
}

.section3-right button {
    float: left;
    width: 220px;
    background: #ff6700;
    border: 1px solid #ff6700;
    padding: 15px 0px;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    direction: rtl;
    outline: none;
    border-radius: 50px;
}

    .section3-right button:hover {
        background: #094f82;
        border: 1px solid #094f82;
    }

    .section3-right button img {
        display: inline-block;
    }
/****h1 Tag*****/
@media (max-width:2500px) {
    h1.section3-text {
        font-size: 35px;
    }
}

@media (max-width:1600px) {
    h1.section3-text {
        font-size: 32px;
    }
}

@media (max-width:1440px) {
    h1.section3-text {
        font-size: 30px;
    }
}

@media (max-width:1400px) {
    h1.section3-text {
        font-size: 27px;
    }
}
/****Li Tag*****/
@media (max-width:2500px) {
    .section3-text li {
        font-size: 26px;
    }
}

@media (max-width:1600px) {
    .section3-text li {
        font-size: 24px;
    }
}

@media (max-width:1440px) {
    .section3-text li {
        font-size: 20px;
    }
}

@media (max-width:1400px) {
    .section3-text li {
        font-size: 18px;
    }
}

.section3-left {
    float: left;
    width: 100%;
    text-align: right;
    z-index: 100;
    position: relative;
}

    .section3-left img {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        max-width: 624px;
        margin-top: -10%;
    }

#mobile_pc {
    display: none;
}

@media (max-width:991px) {
    /*#desktop_pc {
        display: none;
    }*/

    #mobile_pc {
        display: inline-block;
    }

    .section3-right {
        padding-right: 0px;
    }

        .section3-right ul {
            padding-right: 15px;
        }

        .section3-right button {
            float: none;
            margin: 20px auto 0px auto;
            width: 100%;
            max-width: 250px;
            display: block;
        }

    .section3-left {
        text-align: left;
        padding: 50px 0px 0px 0px;
        margin-bottom: -15%;
        z-index: 99;
    }

        .section3-left img {
            margin-top: 0px;
            /*margin-left: -30px;*/
        }

    .section3-text li {
        font-size: 19px;
        line-height: 32px;
    }

    h1.section3-text {
        font-size: 30px;
    }
}
/**** ##### SECTION 4 ##### ****/
.section4 {
    position: relative;
    float: left;
    width: 100%;
    background: url(../ImagesNew/youa_Home/youa-bg.png) left top no-repeat;
    background-size: cover;
    background-size: 85%;
    padding: 0px;
}

.section4-top {
    position: relative;
    padding: 10% 0px 0px 0px;
    clear: both;
}

.section4-top-left {
    position: relative;
    width: 55%;
    float: left;
}

    .section4-top-left h1 {
        color: #212b54;
        font-weight: 700;
        margin: 0px;
        padding: 0px 60px 0px 0px;
        direction: rtl;
        background: url(../ImagesNew/youa_Home/dots.png) right top 10px no-repeat;
    }

@media (max-width:480px) {

    .section4-top-left h1 {
        background: url(../ImagesNew/youa_Home/dots.png) right top 8px no-repeat;
        background-size: 30px;
    }
}

.section4-top-right {
    position: relative;
    direction: rtl;
    float: right;
    width: 85%;
}

    .section4-top-right p {
        position: relative;
        direction: rtl;
        font-weight: 300;
        color: #094f82;
        margin: 0px;
        padding: 0px;
        text-align: justify;
    }

.section4-bottom {
    position: relative;
    padding: 20% 0px 10% 0px;
    clear: both;
}

.section4-bottom-right {
    position: relative;
    width: 70%;
    float: right;
}

    .section4-bottom-right h1 {
        color: #212b54;
        font-weight: 700;
        margin: 0px;
        padding: 0px 60px 0px 0px;
        direction: rtl;
        background: url(../ImagesNew/youa_Home/dots.png) right center no-repeat;
    }

@media (max-width:480px) {
    .section4-bottom-right h1 {
        background-size: 30px;
    }
}

.section4-bottom-right p {
    position: relative;
    direction: rtl;
    font-weight: 300;
    color: #094f82;
    margin: 0px;
    padding: 30px 60px 0px 0px;
    text-align: justify;
}
/****Section 4 Text Style ****/
/****h1 Tag*****/
@media (max-width:2500px) {
    h1.section4-text {
        font-size: 35px;
    }
}

@media (max-width:1600px) {
    h1.section4-text {
        font-size: 32px;
    }
}

@media (max-width:1440px) {
    h1.section4-text {
        font-size: 30px;
    }
}

@media (max-width:1400px) {
    h1.section4-text {
        font-size: 27px;
    }
}
/****P Tag*****/
@media (max-width:2500px) {
    p.section4-text {
        font-size: 27px;
    }
}

@media (max-width:1600px) {
    p.section4-text {
        font-size: 24px;
    }
}

@media (max-width:1440px) {
    p.section4-text {
        font-size: 20px;
    }
}

@media (max-width:1400px) {
    p.section4-text {
        font-size: 18px;
    }
}
/****Clouds****/
.youas img {
    width: 100%;
}

.youa-one {
    position: absolute;
    top: 20%;
    left: 0px;
    width: 10%;
    z-index: 99;
}

.youa-two {
    position: absolute;
    top: 15%;
    right: 0px;
    width: 8%;
    z-index: 99;
}

.youa-three {
    position: absolute;
    top: 35%;
    right: 13%;
    width: 13%;
    z-index: 99;
}

.youa-foure {
    position: absolute;
    top: 50%;
    right: 5%;
    width: 9%;
    z-index: 99;
}

.youa-snake {
    position: absolute;
    bottom: 5%;
    right: 8%;
    width: 30%;
    z-index: 99;
}

.poster-boy {
    position: absolute;
    bottom: 52%;
    left: 6%;
    width: 21%;
    z-index: 99;
}

@media (max-width:1170px) {
    h1.section4-text {
        font-size: 30px;
    }

    p.section4-text {
        font-size: 19px;
        line-height: 32px;
        text-align: right;
    }
}

@media (max-width:991px) {
    .mobl-hide {
        display: none;
    }

    .section4 .pull-left {
        width: 100%;
    }

    .section4 .pull-right {
        width: 100%;
    }

    .section4 {
        padding: 0px;
        background: url(../ImagesNew/youa_Home/youa-bg-mobile.png) top center no-repeat;
        background-size: 100% 70%;
    }

    .section4-top {
        padding: 150px 0px 0px 0px;
        position: relative;
        clear: both;
        float: left;
        width: 100%;
    }

    .section4-top-left {
        width: 100%;
        float: right;
        max-width: 60%;
    }

    .section4-top-right {
        width: 100%;
        float: right;
        max-width: 80%;
        padding-top: 20px;
    }

    .section4-bottom {
        position: relative;
        clear: both;
        float: left;
        width: 100%;
        padding: 300px 0px 10% 0px;
    }

    .section4-bottom-right {
        width: 100%;
        float: right;
        max-width: 50%;
    }

        .section4-bottom-right p {
            padding-right: 0px;
        }

    .poster-boy {
        width: 175px;
    }

        .poster-boy img {
            height: 450px;
        }
}

@media (max-width:700px) {
    .section4-top-left {
        max-width: 100%;
    }

    .section4-top-right {
        max-width: 100%;
    }

    .section4-bottom-right {
        max-width: 200px;
    }
}

@media (max-width:480px) {
    .section4-bottom {
        position: relative;
        padding: 300px 0px 10% 70px;
    }

    .poster-boy {
        width: 200px;
    }

    .section2-top h1,
    .section3-right h1,
    .section4-bottom-right h1,
    .section4-top-left h1 {
        padding: 0px 40px 0px 0px;
    }
}
/**** ##### CONTACT FORM ##### ****/
.contact-form {
    position: relative;
    float: left;
    width: 100%;
    padding: 5% 0px;
    background: #8acace;
}

.contact-left {
    position: relative;
    width: 60%;
    float: left;
    padding: 30px 0px 0px 0px;
    max-width: 350px;
}

    .contact-left h1 {
        color: #212b54;
        font-weight: 700;
        font-size: 40px;
        margin: 0px;
        padding: 0px;
        direction: rtl;
    }

    .contact-left p {
        color: #212b54;
        font-weight: 400;
        font-size: 18px;
        margin: 0px;
        padding: 10px 0px;
        direction: rtl;
    }

@media (max-width:2500px) {
    .contact-left h1 {
        font-size: 50px;
    }

    .contact-left p {
        font-size: 25px;
    }
}

@media (max-width:1600px) {
    .contact-left h1 {
        font-size: 45px;
    }

    .contact-left p {
        font-size: 22px;
    }
}

@media (max-width:1440px) {
    .contact-left h1 {
        font-size: 40px;
    }

    .contact-left p {
        font-size: 20px;
    }
}

@media (max-width:1400px) {
    .contact-left h1 {
        font-size: 40px;
    }

    .contact-left p {
        font-size: 18px;
    }
}

@media (max-width:1024px) {
    .contact-left h1 {
        font-size: 35px;
    }

    .contact-left p {
        font-size: 16px;
    }
}

@media (max-width:991px) {
    .contact-left h1 {
        font-size: 30px;
    }

    .contact-left p {
        font-size: 22px;
    }
}

@media (max-width:480px) {
    .contact-left h1 {
        font-size: 25px;
    }
}

.contact-right {
    width: 85%;
    position: relative;
    padding: 30px 0px 0px 0px;
    direction: rtl;
}

    .contact-right input {
        background: #FFF;
        border-radius: 30px;
        height: 55px;
        direction: rtl;
        text-indent: 20px;
        color: #0a3c5e;
        font-weight: 400;
        font-size: 18px;
        outline: none;
        width: 100%;
        border: none;
        background: #FFF;
        border-radius: 50px;
        margin-bottom: 5%;
    }

        .contact-right input::-webkit-input-placeholder {
            color: #0a3c5e;
            opacity: 1;
        }

        .contact-right input::-moz-placeholder {
            color: #0a3c5e;
            opacity: 1;
        }

        .contact-right input:-ms-input-placeholder {
            color: #0a3c5e;
            opacity: 1;
        }

        .contact-right input:-moz-placeholder {
            color: #0a3c5e;
            opacity: 1;
        }

    .contact-right button {
        float: left;
        width: 200px;
        background: #ff6700;
        border: 1px solid #ff6700;
        padding: 15px 0px;
        text-align: center;
        color: #FFF;
        font-size: 20px;
        font-weight: 700;
        direction: rtl;
        outline: none;
        border-radius: 50px;
    }

        .contact-right button:hover {
            background: #094f82;
            border: 1px solid #094f82;
        }

        .contact-right button img {
            display: inline-block;
        }
/***Flowers And Clouds ******/
.flower-contact {
    position: absolute;
    bottom: -9%;
    left: 0px;
    width: 10%;
    z-index: 99;
}

    .flower-contact img {
        width: 100%;
    }

.cloud-contact-one {
    position: absolute;
    right: 0px;
    width: 10%;
    top: 28%;
}

    .cloud-contact-one img {
        width: 100%;
    }

.cloud-contact-two {
    position: absolute;
    right: 2%;
    width: 40%;
    top: 38%;
}

    .cloud-contact-two img {
        width: 100%;
    }

.gitar-boy {
    position: absolute;
    right: 9%;
    width: 14%;
    top: 18%;
}

    .gitar-boy img {
        width: 100%;
    }

@media (max-width:991px) {
    .contact-form {
        padding: 50px 0px;
    }

        .contact-form .pull-left {
            width: 100%;
        }

        .contact-form .pull-right {
            width: 100%;
        }

    .contact-left {
        width: 100%;
        padding: 0px 0px 0px 0px;
    }

        .contact-left h1 {
            text-align: center;
        }

        .contact-left p {
            text-align: center;
        }

    .contact-right {
        width: 100%;
    }

        .contact-right input {
            margin-bottom: 20px;
        }

        .contact-right button {
            width: 100%;
        }
}
/**** ##### FOOTER ##### ****/
footer {
    position: relative;
    float: left;
    width: 100%;
    clear: both;
    background: #0a3c5e;
    padding: 10px 0px;
}

    footer p {
        text-align: left;
        font-weight: 400;
        color: #FFF;
        font-size: 20px;
        margin: 0px;
        padding: 21px 0px;
    }

.footer-logo {
    position: relative;
    padding: 20px;
    text-align: right;
}

    .footer-logo img {
        display: inline-block;
        vertical-align: top;
    }

@media (max-width:991px) {
    footer p {
        text-align: center;
        padding: 10px 0px;
    }

    .footer-logo {
        display: none;
    }
}

@media (max-width:480px) {
    footer p {
        font-size: 15px;
    }
}
/**** ##### Shapes ##### ****/
.shapes img {
    width: 100%;
}

.main-shapes img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 105%;
    transform: translate(-50.9%, 0.2%);
}

@media (max-width:991px) {
    .shapes {
        display: none;
    }
}

@media (max-width:2500px) {
    .main-shapes {
        position: absolute;
        top: 54.5%;
        left: 23.3%;
        width: 63%;
        z-index: 99;
    }
}

@media (max-width:1800px) {
    .main-shapes {
        width: 67%;
    }
}

@media (max-width:1600px) {
    .main-shapes {
        width: 65%;
    }
}

@media (max-width:1460px) {
    .main-shapes {
        width: 67%;
    }
}

@media (max-width:1400px) {
    .main-shapes {
        width: 65%;
    }
}

@media (max-width:1270px) {
    .main-shapes {
        width: 67.5%;
    }
}

@media (max-width:1170px) {
    .main-shapes {
        width: 63%;
    }
}

@media (max-width:1134px) {
    .main-shapes {
        width: 67%;
    }
}

/****login-cont****/
.login-cont {
    position: relative;
    max-width: 600px;
    width: 100%;
    margin: auto;
    clear: both;
    display: table;
}

.login-top-bar {
    position: relative;
    background: #30a1a7;
    padding: 15px 20px;
}

    .login-top-bar p {
        color: #FFF;
        font-size: 33px;
        font-weight: bold;
        margin: 0px;
        padding: 0px;
        text-align: right;
        direction: rtl;
    }

@media (max-width:1600px) {
    .login-top-bar p {
        font-size: 30px;
    }
}

@media (max-width:1500px) {
    .login-top-bar p {
        font-size: 27px;
    }
}

@media (max-width:1400px) {
    .login-top-bar p {
        font-size: 25px;
    }
}

.login-wrap {
    background: #FFF;
    padding: 30px 30px 40px 30px;
    width: 100%;
    display: table;
}

    .login-wrap input {
        width: 100%;
        text-align: right;
        direction: rtl;
        background: #e8f3f4;
        border-radius: 50px;
        height: 55px;
        border: none;
        color: #0a3c5e;
        font-size: 18px;
        margin-bottom: 20px;
        text-indent: 20px;
        outline: none;
    }

@media (max-width:1600px) {
    .login-wrap input {
        font-size: 16px;
    }
}

.login-wrap input::-webkit-input-placeholder {
    color: #0a3c5e;
    opacity: 1;
}

.login-wrap input::-moz-placeholder {
    color: #0a3c5e;
    opacity: 1;
}

.login-wrap input:-ms-input-placeholder {
    color: #0a3c5e;
    opacity: 1;
}

.login-wrap input:-moz-placeholder {
    color: #0a3c5e;
    opacity: 1;
}

.login-wrap button {
    float: left;
    margin: 10px 0px;
    background: #ff6700;
    border: 1px solid #ff6700;
    padding: 10px 35px;
    text-align: center;
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
    direction: rtl;
    outline: none;
    border-radius: 50px;
    outline: none;
}

@media (max-width:1600px) {
    .login-wrap button {
        font-size: 25px;
    }
}

@media (max-width:1400px) {
    .login-wrap button {
        font-size: 22px;
    }
}

@media (max-width:414px) {
}

.login-wrap button img {
    display: inline-block;
}

.late-girl {
    position: absolute;
    width: 35%;
    bottom: 0px;
    right: 30px;
}



ul#navigation li {
    display: inline;
    margin: 0;
    padding: 0;
    position: relative;
}

    ul#navigation li a {
        padding: 10px 15px;
        display: inline-block;
        -webkit-transition: color 0.2s linear, background 0.2s linear;
        -moz-transition: color 0.2s linear, background 0.2s linear;
        -o-transition: color 0.2s linear, background 0.2s linear;
        transition: color 0.2s linear, background 0.2s linear;
    }


    ul#navigation li:hover > ul {
        /*these 2 styles are very important,
being the ones which make the drop-down to appear on hover */
        visibility: visible;
        opacity: 1;
    }

ul#navigation ul, ul#navigation ul li ul {
    list-style: none;
    margin: 0;
    padding: 0;
    /*the next 2 styles are very important,
being the ones which make the drop-down to stay hidden */
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 99999;
    width: 180px;
    background: #FFF;
    /*box-shadow: 6px -5px 10px #ccc;*/
    box-shadow: 0px 5px #ccc;
    /* css3 transitions for smooth hover effect */
    -webkit-transition: opacity 0.2s linear, visibility 0.2s linear;
    -moz-transition: opacity 0.2s linear, visibility 0.2s linear;
    -o-transition: opacity 0.2s linear, visibility 0.2s linear;
    transition: opacity 0.2s linear, visibility 0.2s linear;
}

ul#navigation ul {
    top: 43px;
    left: -110px;
}

    ul#navigation ul li ul {
        top: 0;
        left: 181px; /* strong related to width:180px; from above */
    }

    ul#navigation ul li {
        clear: both;
        width: 100%;
        border: 0 none;
    }
        ul#navigation ul li a {
            background: none;
            padding: 7px 15px;
            color: #094f82;
            text-shadow: 1px 1px 0px #fff;
            text-decoration: none;
            display: inline-block;
            border: 0 none;
            clear: both;
        }

#hov:hover {
    color: #ff6700 !important;
}

#hov1:hover {
    color: #ff6700 !important;
}

#hov2:hover {
    color: #ff6700 !important;
}

#hov3:hover {
    color: #ff6700 !important;
}

#hov4:hover {
    color: #ff6700 !important;
}

#hov5:hover {
    color: #ff6700 !important;
}

#hov6:hover {
    color: #ff6700 !important;
}

#hov8:hover {
    color: #ff6700 !important;
}

#hov9:hover {
    color: #ff6700 !important;
}

@media (max-width:1230px) {
    /*Make dropdown links appear inline*/
    ul#navigation ul {
        position: static;
        display: none;
    }

    ul#navigation li:hover > ul {
        background-color: #dbeff0;
        color: #ff6700;
        display: block;
        width: 100%;
    }
    /*Create vertical spacing*/
    ul#navigation li {
        margin-bottom: 5px;
        display:block;
    }
    /*Make all menu links full width*/
    ul#navigation ul li, li a {
        width: 100%;
    }
        /*Style for dropdown links*/
        ul#navigation ul li:hover ul a {
            background: #f3f3f3;
            color: #2f3036;
            height: 40px;
            line-height: 40px;
        }
}

@media (max-width: 342px) {
    h1.section1-text {
        font-size: 18px !important;
        padding-right: 38px;
    }
}

#StartQMenuBtn > a:hover {
    background: #EC681B;
    color: #FFFFFF;
    border: 1px solid #EC681B;
}
#StartQMenuBtn >a:hover img {
    background: url('ImagesNew/youa_Home/icon-left-white.png"');
}

#ContinueQMenuBtn > a:hover {
    background: #EC681B;
    color: #FFFFFF;
    border: 1px solid #EC681B;
}
    #ContinueQMenuBtn > a:hover img {
        background: url('ImagesNew/youa_Home/icon-left-white.png"');
    }




#SignoutMenuBtn > a:hover {
    background: #36A1A8;
    color: #FFFFFF;
    border: 1px solid #36A1A8;
}

    #SignoutMenuBtn > a:hover img {
        background: url('ImagesNew/youa_Home/icon-left-white.png"');
    }



#SigninMenuBtn > a:hover {
    background: #36A1A8;
    color: #FFFFFF;
    border: 1px solid #36A1A8;
}
#employerBtn > a:hover {
    background: #094f82;
    color: #FFFFFF;
    border: 1px solid #094f82;
}

    #SigninMenuBtn > a:hover img {
        background: url('ImagesNew/youa_Home/icon-left-white.png"');
    }

