* {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-family: 'Heebo', sans-serif;
    direction: rtl;
}

a:hover {
    text-decoration: none;
}

.container-fluid {
    margin: auto !important;
    max-width: 1920px;
    width: 100%;
    color:
}

@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;
    z-index: 1000;
    border-bottom: 1px solid #F2F2F2;
}

.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;
    }
}

.p0 {
    padding: 0px !important;
}

.desk-hide {
    display: none;
}
/***Register****/
.iner-top {
    margin-top: 135px !important;
}

.register1 {
    position: relative;
    padding: 30px 20px;
    text-align: right;
    clear: both;
}

    .register1 h1 {
        background: url(../ImagesNew/newMan/dots.png) no-repeat right center;
        color: #094f82;
        font-weight: 800;
        margin: 0px;
        padding: 0px 60px 0px 0px;
        direction: rtl;
    }

    .register1 h2 {
        color: #0a3c5f;
        font-weight: 400;
        margin: 0px;
        padding: 10px 60px 10px 0px;
        direction: rtl;
    }

    .register1 h3 {
        color: #0a3c5f;
        font-weight: 700;
        margin: 0px 60px 0px 0px;
        padding: 20px 60px 20px 0px;
        background: url(../ImagesNew/newMan/dots.png) no-repeat right center;
        direction: rtl;
    }

    .register1 p {
        color: #0a3c5f;
        font-weight: 300;
        margin: 0px;
        padding: 20px 60px 20px 0px;
        direction: rtl;
        line-height: 30px;
        line-height: 40px;
    }

        .register1 p .span1 {
            font-weight: 500;
            color: #62c1c5;
        }

        .register1 p .span2 {
            font-weight: 500;
        }

@media (max-width:3500px) {
    h1.reg1 {
        font-size: 55px;
    }

    h2.reg1 {
        font-size: 26px;
    }

    h3.reg1 {
        font-size: 30px;
    }

    p.reg1 {
        font-size: 21px;
    }
}

@media (max-width:1600px) {
    h1.reg1 {
        font-size: 50px;
    }

    h2.reg1 {
        font-size: 24px;
    }

    h3.reg1 {
        font-size: 28px;
    }

    p.reg1 {
        font-size: 19px;
    }
}

@media (max-width:1440px) {
    h1.reg1 {
        font-size: 40px;
    }

    h2.reg1 {
        font-size: 22px;
    }

    h3.reg1 {
        font-size: 26px;
    }

    p.reg1 {
        font-size: 20px;
    }
}

@media (max-width:1370px) {
    h1.reg1 {
        font-size: 35px;
    }

    h2.reg1 {
        font-size: 20px;
    }

    h3.reg1 {
        font-size: 22px;
    }

    p.reg1 {
        font-size: 16px;
    }
}

@media (max-width:1200px) {
    h1.reg1 {
        font-size: 30px;
    }

    h2.reg1 {
        font-size: 16px;
    }

    h3.reg1 {
        font-size: 18px;
    }

    p.reg1 {
        font-size: 15px;
    }
}

@media (max-width:1100px) {
    .register1 {
        padding: 10px 20px;
    }

    h1.reg1 {
        font-size: 28px;
    }

    h2.reg1 {
        font-size: 15px;
    }

    h3.reg1 {
        font-size: 16px;
    }

    p.reg1 {
        font-size: 15px;
    }
}

@media (max-width:991px) {
    .register1 {
        padding: 30px 0px 15px 0px;
    }

    h1.reg1 {
        font-size: 28px;
    }

    h2.reg1 {
        font-size: 16px;
    }

    h3.reg1 {
        font-size: 20px;
    }

    p.reg1 {
        font-size: 16px;
    }

    .register1 h2 {
        padding: 10px 0px;
    }

    .register1 h3 {
        margin: 0px;
        padding: 20px 60px 20px 0px;
    }

    .register1 p {
        padding: 20px 0px;
    }

    .register1 h1 {
        margin: 0px;
        padding: 0px 40px 0px 0px;
        background-size: 30px;
        background-position: top 8px right;
    }

    .register1 h3 {
        margin: 0px;
        padding: 0px 40px 0px 0px;
        background-size: 30px;
        background-position: top 8px right;
    }
}

@media (max-width:480px) {
    h1.reg1 {
        font-size: 25px;
    }

    p.reg1 {
        font-size: 18px;
    }
}
/**** ##### Progres Bar  ##### ****/
.pagination-con {
    position: relative;
    clear: both;
    padding: 20px 28px 20px 0px;
    overflow-x: hidden;
}

.pagination-img {
    position: relative;
    text-align: right;
    max-width: 1024px;
    height: 175px;
    margin-right: 77px;
}

    .pagination-img img {
        height: 63px;
    }

.page-numbr {
    position: absolute;
    left: 6.5px;
    top: 6.5px;
    text-align: center;
    height: 50px;
    line-height: 45px;
    cursor: pointer;
    width: 50px;
    background: #FFF;
    border-radius: 50%;
    border: 5px solid #afd7d9;
    color: #094f82;
    font-size: 22px;
    font-weight: 900;
}

    .page-numbr:hover {
        background: #ec681b;
        color: #FFF;
        border-color: #FFF;
    }

.page-two {
    left: 17.5%;
}

.page-three {
    left: 33%;
}

.page-foure {
    left: 48.3%;
}

.page-five {
    right: 31.3%;
    left: auto;
}

.page-six {
    left: auto;
    right: 16%;
}

.page-seven {
    right: 6.5px;
    left: auto;
}

.pagint-text {
    max-width: 150px;
    position: absolute;
    left: -40px;
    text-align: center;
    padding: 20px 0px;
}

    .pagint-text p {
        color: #094f82;
        font-size: 15px;
        font-weight: 400;
        margin: 0px;
        padding: 0px;
    }

.page-text-two {
    left: 13%;
}

.page-text-three {
    left: 29%;
}

.page-text-foure {
    left: 44%;
}

.page-text-five {
    left: 59%;
}

.page-text-six {
    left: 74.5%;
}

.page-text-seven {
    left: auto;
    right: -40px;
}

@media (max-width:1060px) {
    .pagination-img {
        margin: 0px;
        width: 1024px;
    }

    .pagination-con {
        padding: 20px 82px 20px 0px;
    }

        .pagination-con:hover {
            overflow-x: auto;
        }
}

@media (max-width:1023px) {
    .pagination-con {
        display: none;
    }
}
/****pagination-mobile***/
.pagination-mobile {
    position: relative;
    clear: both;
    text-align: center;
    padding: 20px 0px;
    display: none;
}

    .pagination-mobile ul {
        text-align: center;
        margin: 0px;
        padding: 0px;
    }

    .pagination-mobile li {
        display: inline-block;
        vertical-align: top;
        text-align: center;
        height: 50px;
        line-height: 45px;
        cursor: pointer;
        width: 50px;
        background: #FFF;
        border-radius: 50%;
        border: 5px solid #afd7d9;
        color: #094f82;
        font-size: 22px;
        font-weight: 900;
        margin: 0px 2px;
    }

        .pagination-mobile li:hover {
            background: #ec681b;
            color: #FFF;
            border-color: #FFF;
        }

.pagi-mob-text {
    position: relative;
    padding-top: 10px;
    clear: both;
    width: 100%;
    margin: auto;
    max-width: 450px;
}

    .pagi-mob-text p {
        color: #094f82;
        font-size: 15px;
        font-weight: 500;
        margin: 0px;
        padding: 5px 0px;
        direction: rtl;
        line-height: normal;
    }

@media (max-width:1023px) {
    .pagination-mobile {
        display: block;
    }

    .register-top {
        display: none;
    }

    .register1-right label p {
        text-align: right !important;
    }

    .register1-right input {
        text-indent: 10px !important;
    }

    .register-select p {
        font-size: 12px !important;
    }

    .label-check p.p0 {
        padding-right: 5px !important;
    }
}

@media (max-width:480px) {
    .pagination-mobile li {
        margin: 0px;
        height: 35px;
        line-height: 32px;
        width: 35px;
        border: 2px solid #afd7d9;
        font-size: 16px;
    }
}
/****Chat Bar****/
.chat-bar {
    position: relative;
    clear: both;
    text-align: left;
    padding: 50px 0px;
}

    .chat-bar img {
        display: inline-block;
        vertical-align: top;
        max-width: 354px;
        width: 100%;
    }

.chat-bar-list {
    position: relative;
    margin: auto;
    float: left;
    width: 100%;
    background: #dbeff0;
    max-width: 354px;
    padding: 20px;
}

    .chat-bar-list p {
        position: relative;
        padding: 5px 30px 5px 0px;
        color: #414042;
        margin: 0px;
        line-height: normal;
    }

    .chat-bar-list span {
        position: absolute;
        right: 0px;
        top: 7px;
    }

.register1-btn {
    position: relative;
    text-align: left;
    padding: 20px 0px;
}

    .register1-btn button {
        display: inline-block;
        vertical-align: top;
        background: #ff6700;
        border: 1px solid #ff6700;
        padding: 15px 30px;
        text-align: center;
        color: #FFF;
        font-size: 20px;
        font-weight: 700;
        direction: rtl;
        outline: none;
        border-radius: 50px;
        transition: 1sec2
    }

        .register1-btn button img {
            display: inline-block;
        }

        .register1-btn button:hover {
            background: #094f82;
            border: 1px solid #094f82;
        }

@media (max-width:991px) {
    .register1 .pull-left {
        width: 100%;
    }

    .register1 .pull-right {
        width: 100%;
    }

    .register1-btn {
        text-align: center;
    }

    .chat-bar {
        text-align: center;
    }

    .chat-bar-list {
        float: none;
    }
}

@media (max-width:500px) {
    .register1-btn button {
        border-radius: 10px;
    }

        .register1-btn button img {
            display: none;
        }
}
/***Reister Cloud****/
.cloud-register1 {
    position: absolute;
    top: -5%;
    width: 20%;
    left: 0px;
    max-width: 418px;
}

.cloud-register2 {
    position: absolute;
    top: 5%;
    width: 10%;
    max-width: 159px;
    left: 5%;
}
/*****Register-contact****/
.register-contact {
    background: #dbeff0;
    position: relative;
    clear: both;
    margin-top: 30px !important;
    margin-right: 2% !important;
    width: 87%;
}

.register-top {
    position: relative;
    background: #62c1c5;
    text-align: right;
    padding: 10px 10px 10px 0px;
}

    .register-top ul {
        margin: 0px;
        list-style: none;
        padding: 0px;
        text-align: right;
    }

    .register-top li {
        background: #00666b;
        height: 15px;
        width: 15px;
        border-radius: 50%;
        display: inline-block;
        vertical-align: middle;
    }

li.active-dot {
    background: #FFF;
}

.register1-right {
    position: relative;
    clear: both;
    padding: 50px 0px;
}

    .register1-right label {
        height: 55px;
        line-height: 55px;
        width: 100%;
    }

        .register1-right label p {
            margin: 0px;
            line-height: normal;
            display: inline-block;
            vertical-align: middle;
            color: #0a3c5e;
            padding: 0px;
            text-align: left;
            padding-right: 15px;
            width: 100%;
            direction: rtl;
        }

    .register1-right input {
        background: #FFF;
        border-radius: 30px;
        height: 55px;
        direction: rtl;
        text-indent: 20px;
        color: #0a3c5e;
        font-weight: 500;
        font-size: 18px;
        outline: none;
        width: 100%;
        border: none;
        background: #FFF;
        border-radius: 50px;
        margin-bottom: 20px;
        border: 2px solid #afdbdd;
    }

        .register1-right input::-webkit-input-placeholder {
            color: #0a3c5e;
            opacity: 1;
        }

        .register1-right input::-moz-placeholder {
            color: #0a3c5e;
            opacity: 1;
        }

        .register1-right input:-ms-input-placeholder {
            color: #0a3c5e;
            opacity: 1;
        }

        .register1-right input:-moz-placeholder {
            color: #0a3c5e;
            opacity: 1;
        }

.register-select {
    position: relative;
    z-index: 101;
    background: url(../ImagesNew/newMan/select-down.png) no-repeat left 15px center, #FFF;
    background-size: 15px;
    border-radius: 25px;
    height: 55px;
    direction: rtl;
    color: #7f7f7f;
    font-weight: 300;
    font-size: 18px;
    cursor: pointer;
    outline: none;
    width: 100%;
    text-align: right;
    text-indent: 20px;
    margin-bottom: 20px;
    border: 2px solid #afdbdd;
}

    .register-select p {
        text-align: right;
        line-height: 55px;
        color: #0a3c5e;
        font-weight: 500;
        font-size: 18px;
    }

.radius-close {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

ul.reg-drop {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: right;
    border: 2px solid #afdbdd;
    border-top: 0px;
    border-bottom: 0px;
    position: absolute;
    left: -0.5%;
    width: 100.8%;
    z-index: 100;
    background: #FFF;
    top: 53px;
    display: none;
}


.reg-drop li {
    clear: both;
    padding: 10px 0px;
    text-align: right;
    background: #FFFF;
    width: 100%;
    border-bottom: 2px solid #afdbdd;
}

    .reg-drop li p {
        line-height: normal;
        padding: 0px;
        margin: 0px;
    }
/* Hide the browser's default checkbox */
.csss input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    right: 0;
    top: 5px;
    height: 25px;
    width: 25px;
    background-color: #FFF;
    border: 1px solid #8acace;
    border-radius: 10px;
}

@media (max-width:1400px) {
    .checkmark {
        top: 0px;
    }
}

.csss input {
    width: auto !important;
}
/* On mouse-over, add a grey background color */
.csss:hover input ~ .checkmark {
    background-color: #FFF;
}
/* When the checkbox is checked, add a blue background */
.csss input:checked ~ .checkmark {
    background-color: #FFF;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.csss input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.csss .checkmark:after {
    left: 8px;
    top: 3px;
    width: 8px;
    height: 14px;
    border: solid #8acace;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}

.csss p {
    width: auto;
    text-align: right !important;
    float: right;
    padding-right: 20px;
}

@media (max-width:3500px) {
    .csss p {
        font-size: 23px;
    }
}

@media (max-width:1800px) {
    .csss p {
        font-size: 21px;
    }
}

@media (max-width:1700px) {
    .csss p {
        font-size: 20px;
    }
}

@media (max-width:1600px) {
    .csss p {
        font-size: 18px;
    }
}

@media (max-width:1500px) {
    .csss p {
        font-size: 15px;
    }
}

.label-check {
    position: relative;
    padding: 20px 6.5% 20px 0px;
    clear: both;
    display: table;
    width: 100%;
}

.register1-right button {
    float: left;
    background: #ff6700;
    border: 1px solid #ff6700;
    padding: 15px 30px;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    direction: rtl;
    outline: none;
    border-radius: 50px;
}

    .register1-right button:hover {
        background: #0a3c5e;
        border: 1px solid #0a3c5e;
    }

    .register1-right button img {
        display: inline-block;
    }

.green {
    color: #3ea7ab;
}

.laptop-boy {
    position: absolute;
    top: -23%;
    width: 150px;
    left: -1%;
    z-index: 100;
}

.flower-form {
    position: absolute;
    left: -10%;
    bottom: 0px;
    width: 10%;
}

@media (max-width:991px) {
    .register-contact {
        width: 100%;
        margin: 0px auto auto auto !important;
    }

    .register1-right {
        width: 100%;
    }

        .register1-right .pull-right {
            width: 100%;
        }

        .register1-right .pull-left {
            width: 100%;
        }

    .checkmark {
        right: 20px;
        border-radius: 0px;
    }

    .csss p {
        padding-right: 40px !important;
    }

    .register1-right button {
        float: none;
        margin: auto !important;
        max-width: 250px;
        width: 100%;
        padding: 15px 0px;
        border-radius: 10px;
        display: block;
    }

    .register1-right input {
        font-size: 12px;
        border-radius: 15px;
    }

    .register-select {
        border-radius: 15px;
    }
}

@media (max-width:480px) {
    .register1-right input {
        font-size: 12px;
    }
}
/***Register List******/
.register-list {
    position: relative;
    clear: both;
    padding: 30px 0px;
}

    .register-list ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

    .register-list li {
        display: inline-block;
        clear: both;
        padding: 3px 80px 3px 0px;
        text-align: right;
        width: 100%;
        position: relative;
    }

        .register-list li .number {
            position: absolute;
            right: 50px;
            top: 10px;
            padding-top: 0px;
            color: #62c1c5;
            font-weight: 900;
            font-size: 20px;
        }

@media (max-width:991px) {
    .register-list li {
        padding: 3px 40px 3px 0px;
    }

        .register-list li .number {
            right: 10px;
        }
}
/**** ##### 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: 15px;
    }
}

@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: #0a3c5e;
            border: 1px solid #0a3c5e;
        }

        .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;
        max-width: 100%;
    }

        .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%;
    }
}

@media (max-width:991px) {
    .iner-top {
        margin-top: 95px !important;
    }

    .mobl-hide {
        display: none;
    }

    .desk-hide {
        display: block;
    }
}
/****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;
}

select {
    text-indent: 0.01px;
    text-overflow: '';
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: button; /* Safari and Chrome */
}
