* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: 'Heebo', sans-serif;
	direction: ltr;
}
/*.ltr{

}*/
.h2En {
    margin-left: 25.2% !important;
}
a:hover {
	text-decoration: none;
}
.container-fluid {
    margin: auto !important;
    max-width: 1920px;
    width: 100%;
    width: 100%;
}
.p-0 {
	padding: 0px;
}
input{
	outline:none;
}
 @media (max-width:1200px) {
.container {
	width: 100%;
	max-width: 100%;
}
    .about_sec1EnImg {
        font-size: 20px!important;
        margin-left: 0%!important;
        white-space: nowrap;
    }
    .h2En {
        margin-left: -41.8% !important;
    }
}
@media (width:320px) {
    .about_sec1EnImg {
        font-size: 19px !important;
        margin-top: 12%!important;
    }
    .h2En {
        padding-left: 18%;
    }
}
@media (width:411px) {
    .about_sec1EnImg {
        width: 111%;
    }
    .h2En {
        width: 166%;
    }
}
@media (width:414px) {
    .about_sec1EnImg {
        width: 111%;
    }

    .h2En {
        width: 166%;
    }
}
@media (width:768px) {
    .h2En {
        margin-left: 0.2% !important;
    }
}
@media (width:1024px) {
    .h2En {
        margin-left: 26.2% !important;
    }
    .about_sec1EnImg {
        width: 151%;
    }
}
@media (width:540px) {
    .h2En {
        margin-left: -125.8% !important;
    }

    .about_sec1EnImg {
        width: 151%;
    }
}
@media (width:280px) {
    .h2En {
        margin-left: -4.8% !important;
    }
    .about_sec1EnImg {
      margin-top:11%!important;
      font-size:14px!important;
    }
}
    header {
        width: 100%;
        position: fixed;
        left: 0px;
        top: 0px;
        background: #FFF;
        transition: 1s;
        float: left;
        padding: 20px 3%;
        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: 140px !important;
    }
    /**** ##### 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;
        }
    }

    @media (max-width:991px) {
        .iner-top {
            margin-top: 91px !important;
        }

        .mobl-hide {
            display: none;
        }

        .desk-hide {
            display: block;
        }
    }
    /*****^^^New CSS^^^*****/
    .new_main {
        padding: 0px 20px;
        position: relative;
        clear: both;
    }

    .new_main_all {
        position: relative;
        padding: 0px 60px 0px 0px;
    }

    .main-chart-sec {
        float: right
    }

    @media (max-width:991px) {
        .main-chart-sec {
            width: 100%;
        }
    }
    /*****^^^HETZ Sectio  1^^^*****/
    .about_sec1 {
        position: relative;
        clear: both;
        padding: 0px;
        width: 100%;
        display: table;
    }

    .about_sec1En {
        position: relative;
        clear: both;
        padding: 0px;
        width: 100%;
        display: table;
    }

    .about_sec1EnImg {
        background: url(../../ImagesNew/About/dots.png) no-repeat left center;
        padding: 10px 60px 16px 47px;
        color: #094f82;
        font-size: 55px;
        margin: 0px;
        font-weight: 800;
        margin-left: -52%;
        margin-top: 2%;
    }

    .about_sec1 h1 {
        text-align: right;
        background: url(../../ImagesNew/About/dots.png) no-repeat right center;
        padding: 10px 60px 10px 0px;
        color: #094f82;
        font-size: 55px;
        margin: 0px;
        font-weight: 800;
    }

    @media (max-width:1600px) {
        .about_sec1 h1 {
            font-size: 40px;
        }
    }

    @media (max-width:1400px) {
        .about_sec1 h1 {
            font-size: 35px;
        }
    }

    @media (max-width:1200px) {
        .about_sec1 h1 {
            font-size: 30px;
        }
    }
    /***New Sec1 Responsive***/
    @media (max-width:991px) {
        .new_main {
            padding: 0px;
        }

        .new_main_all {
            position: relative;
            padding: 0px 0px 0px 0px;
        }

        .about_sec1 .pull-right {
            width: 100%;
        }
    }

    @media (max-width:600px) {
        .about_sec1 h1 {
            text-align: right;
            background: url(../../ImagesNew/About/dots.png) no-repeat right top 8px;
            padding: 0px 40px 0px 0px;
            font-size: 22px;
            background-size: 30px;
        }
    }
h1 {
    direction: rtl;
}

p {
    direction: rtl;
}
    /***Yohtez Top****/
.about_top {
    position: relative;
    text-align: right;
    margin-bottom: 50px;
}

    .about_top p {
        position: relative;
        padding: 10px 60px 0px 0px;
        color: #094f82;
        font-size: 28px;
        font-weight: 400;
        margin: 0px;
        direction: rtl;
    }

    @media (max-width:1600px) {
        .about_top p {
            font-size: 25px;
        }
    }

    @media (max-width:1450px) {
        .about_top p {
            font-size: 22px;
        }
    }

    @media (max-width:1200px) {
        .about_top p {
            font-size: 20px;
        }
    }

    @media (max-width:600px) {
        .about_top p {
            padding: 0px 40px 0px 0px;
        }
    }
    /****Hetz Box 1***/
    .about_box1 {
        position: relative;
        padding: 10px 75px 0px 0px;
    }

        .about_box1 h1 {
            text-align: right;
            background: url(../../ImagesNew/About/dots.png) no-repeat right center;
            padding: 10px 55px 10px 0px;
            color: #094f82;
            font-size: 30px;
            margin: 0px;
            font-weight: 700;
            background-size: 40px;
        }

    @media (max-width:1600px) {
        .about_box1 h1 {
            font-size: 25px;
        }
    }

    @media (max-width:1400px) {
        .about_box1 h1 {
            font-size: 20px;
        }
    }

    @media (max-width:1200px) {
        .about_box1 h1 {
            font-size: 18px;
        }
    }

    @media (max-width:991px) {
        .about_box1 {
            padding: 10px 15px;
        }
    }

    @media (max-width:600px) {
        .about_box1 h1 {
            background: url(../../ImagesNew/About/dots.png) no-repeat right top 8px;
            padding: 0px 40px 0px 0px;
            background-size: 30px;
        }
    }
    /***End Hetz Box 1 ****/
    /****About Top One****/
    .about_top_one {
        position: relative;
        clear: both;
        padding: 15px 60px 10px 0px;
    }

        .about_top_one .box1 {
            position: relative;
            margin-bottom: 50px;
        }

        .about_top_one p {
            font-size: 24px;
            font-weight: 300;
            margin: 0px;
            padding: 0px;
            text-align: right;
        }

        .about_top_one .box1 p {
            color: #0a3c5e;
        }

        .about_top_one .box2 p {
            color: #FFF;
        }

    @media (max-width:1600px) {
        .about_top_one p {
            font-size: 22px;
            line-height: 25px;
        }
    }

    @media (max-width:1400px) {
        .about_top_one p {
            font-size: 18px;
        }
    }

    @media (max-width:1200px) {
        .about_top_one p {
            font-size: 16px;
        }
    }

    @media (max-width:991px) {
        .about_top_one p {
            font-size: 15px;
        }
    }

    .about_top_one .box2 {
        position: relative;
        background: #094f82;
        width: 100%;
        border-radius: 15px;
        padding: 10px 20px 3% 30%;
        margin-top: 5px;
        margin-bottom: 50px;
    }

        .about_top_one .box2 h1 {
            text-align: right;
            background: url(../../ImagesNew/About/dots.png) no-repeat right center;
            padding: 10px 55px 10px 0px;
            color: #FFF;
            font-size: 30px;
            margin: 0px;
            font-weight: 700;
            background-size: 40px;
        }

        .about_top_one .box2 .girl {
            position: absolute;
            bottom: -4%;
            left: -2%;
            width: 25%;
            max-width: 216px;
        }

    @media (max-width:1600px) {
        .about_top_one .box2 h1 {
            font-size: 25px;
        }
    }

    @media (max-width:1400px) {
        .about_top_one .box2 h1 {
            font-size: 20px;
        }
    }

    @media (max-width:1200px) {
        .about_top_one .box2 h1 {
            font-size: 18px;
        }
    }

    @media (max-width:991px) {
        .about_top_one .box2 {
            padding: 20px 15px;
        }
    }

    @media (max-width:600px) {
        .about_top_one .box2 h1 {
            background: url(../../ImagesNew/About/dots.png) no-repeat right top 8px;
            padding: 0px 40px 0px 0px;
            background-size: 30px;
        }
    }

    @media (max-width:991px) {
        .about_top_one .pull-right {
            width: 100%;
        }

        .about_top_one {
            padding: 15px 0px 10px 0px;
        }

            .about_top_one .box1 {
                max-width: 550px;
                width: 100%;
            }

            .about_top_one .box2 {
                max-width: 550px;
                width: 100%;
                padding: 10px 20px 20px 0px;
            }

                .about_top_one .box2 p {
                    padding-left: 80px;
                }
    }
    /****About Top Two****/
    .about_top_two {
        position: relative;
        clear: both;
        padding: 20px 60px 10px 0px;
    }

        .about_top_two .box1 {
            position: relative;
            text-align: center;
            margin-bottom: 50px;
        }

            .about_top_two .box1 .profile {
                position: relative;
                display: inline-block;
                width: 100%;
                max-width: 150px;
                border-radius: 50%;
                border: 8px solid #62c1c5;
            }

                .about_top_two .box1 .profile img {
                    width: 100%;
                    border-radius: 50%;
                    border: 2px solid #FFF;
                }

            .about_top_two .box1 h1 {
                text-align: center;
                padding: 10px;
                color: #0a3c5e;
                font-size: 30px;
                margin: 0px;
                font-weight: 700;
            }

        .about_top_two p {
            font-size: 24px;
            font-weight: 300;
            margin: 0px;
            padding: 0px 10px;
            text-align: center;
            color: #0a3c5e;
        }

        .about_top_two .box2 {
            position: relative;
            padding: 0px 180px 0px 0px;
        }

            .about_top_two .box2 .profile {
                position: absolute;
                top: 10px;
                right: 0px;
            }

            .about_top_two .box2 h1 {
                text-align: right;
            }

            .about_top_two .box2 p {
                text-align: right;
            }

    @media (max-width:1600px) {
        .about_top_two p {
            font-size: 22px;
            line-height: 25px;
        }

        .about_top_two .box1 h1 {
            font-size: 25px;
        }

        .about_top_two .box1 .profile {
            max-width: 140px;
        }

        .about_top_two .box2 {
            position: relative;
            padding: 0px 160px 0px 0px;
        }
    }

    @media (max-width:1400px) {
        .about_top_two p {
            font-size: 18px;
        }

        .about_top_two .box1 h1 {
            font-size: 20px;
        }

        .about_top_two .box1 .profile {
            max-width: 125px;
        }

        .about_top_two .box2 {
            position: relative;
            padding: 0px 145px 0px 0px;
        }
    }

    @media (max-width:1200px) {
        .about_top_two p {
            font-size: 16px;
        }

        .about_top_two .box1 h1 {
            font-size: 18px;
        }
    }

    @media (max-width:991px) {
        .about_top_two p {
            font-size: 15px;
        }

        .about_top_two .box1 h1 {
            font-size: 17px;
        }

        .about_top_two .box1 .profile {
            max-width: 120px;
        }
    }

    @media (max-width:991px) {
        .about_top_two .pull-right {
            width: 100%;
        }

        .about_top_two {
            padding: 15px 0px 0px 0px;
        }

            .about_top_two .box1 {
                max-width: 550px;
                width: 100%;
            }

            .about_top_two .box2 {
                padding: 0px;
            }

                .about_top_two .box2 .profile {
                    position: relative;
                    top: auto;
                    right: auto;
                }

                .about_top_two .box2 h1 {
                    text-align: center;
                }

                .about_top_two .box2 p {
                    text-align: center;
                }
    }
    /****About Brand***/
    .about-brand-wrap {
        margin-bottom: 100px;
        position: relative;
    }

    .about-brand {
        position: relative;
        clear: both;
        text-align: right;
        padding-right: 60px;
    }

        .about-brand .iner-brand {
            padding: 0px;
            float: none;
            display: inline-block;
            vertical-align: middle;
            margin: 0px -2px;
            text-align: center;
        }

        .about-brand a {
            text-decoration: none;
            display: inline-block;
            vertical-align: middle;
            padding: 5% 0px 5% 15%;
            width: 100%;
        }

        .about-brand img {
            display: inline-block;
            vertical-align: middle;
        }

    .clous-zero {
        position: absolute;
        left: -20px;
        top: 100%;
        width: 10%;
        max-width: 249px;
    }

    .clous-one {
        position: absolute;
        left: -15%;
        top: 0%;
        width: 8%;
    }

    .clous-two {
        position: absolute;
        left: -20px;
        top: -10%;
        width: 10%;
        max-width: 249px;
    }

    @media (max-width:991px) {
        .mbcloud {
            display: none;
        }
    }