body,
html {
    overflow-x: hidden;
}

input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff !important;

    opacity: 0.7 !important; /* Firefox */
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff !important;
    opacity: 0.7 !important; /* Firefox */
}

input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff !important;
    opacity: 0.7 !important; /* Firefox */
}

html[lang="ar"] footer .subscribe-input input::placeholder {
    color: #fff !important;
}

footer {

    box-shadow: 0px -9px 16px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px -9px 16px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px -9px 16px 0px rgba(0,0,0,0.75);
    position: relative;
    z-index: 10;
    background-color: #183195;
    border:0px;

}

header {
    padding: 0px 0px;
}

 .logo {
    float: right;
    margin-top: 8rem;
    margin-bottom: 5rem;
}

header .header-buttons {
    margin-top: 30px;
}

.div-body {
    background-image: url(bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;

}

.div-body .container {

    position: relative;
}


.div-body .moon
{
    position: absolute;
    top: -4rem;
    left: 13rem;
    width: 150px;
}

.div-body .div-layer {
   background-color: rgba(23, 41, 126, 0.2);

    padding: 60px 0px;
    padding-bottom: 80px;
}

.div-body2 .div-layer {
    background: linear-gradient(
        90deg,
        rgba(23, 41, 126, 0.92) 0,
        rgba(23, 58, 168, 0.92) 50%,
        rgba(23, 58, 168, 0.92) 100%
    );

    padding: 100px 0px;
}

.logo {
    width: 220px;
}

h1 {
    text-align: right;
    color: #fff;
    line-height: 80px;
    font-weight: bold;
    text-shadow: -1px 3px 4px rgb(0, 0, 0);
    font-size: 3rem;
    width: 500px;
}
h1 span {
    color: #fedc00;
}

h2 {
    text-align: right;
    color: #fff;
    line-height: 40px;

    font-size: 20px;
}

h2 span {
    font-weight: bold;
}

.seperator {
    background-color: #fff;
    opacity: 0.8;
    height: 1px;
    margin: 30px 0px;
    width: 100%;
}
h5 {
    text-align: right;
    color: #fff;
    line-height: 39px;
    font-weight: normal;
    text-shadow: -1px 3px 4px rgb(0, 0, 0);
    width: 460px;
    margin-top: 50px;
}

h5 span {

    color: #fedc00;

}
h6 {
    text-align: right;
    color: #fff;
    font-size: 24px;
    line-height: 60px;
    font-weight: normal;
}

h3 {
    text-align: right;
    color: #fff;
    line-height: 60px;
    font-weight: bold;

    text-align: center;
    margin-bottom: 20px;
}

#form-point {
    padding: 30px 50px;
    background-color: rgba(8,19,98,0.6);
    border-radius: 20px;
    margin-top: 12rem;
}

input {
    width: 100%;
    padding: 15px 15px;

    margin-bottom: 10px;
    border: 1px solid #d6a651;

    border-radius: 20px;
    text-align: center;
    font-weight: bold;
    background-color: rgba(55,62,153,0.5);
    color: rgba(255,255,255,1);
}


#phone {
    border-radius: 20px;
    font-weight: bold;
    background-color: rgba(55, 62, 153, 0.5);
    border:1px solid #d6a651;
    color: #fff;
}

.iti__arrow
{
    border-color: #fff;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;

}

html[lang=ar] .iti--separate-dial-code .iti__selected-dial-code
{
    color:#fff;
}

.dropdown {
    width: 100%;
}

.dropdown button {
    padding: 13px 15px;
    border: 1px solid #d6a651;
    border-radius: 20px;
    text-align: center;
    background-color: rgba(55,62,153,0.5);
}

.bootstrap-select .dropdown-menu {
    width: 100%;
    min-width: auto !important;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #2b388f;
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: none;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    outline-offset: 0px;
}

.btn-light:focus {
    box-shadow: none;
}

.btn-light {
    background-color: #fff;
    border-color: #fff;
}

input.form-control {
    border: 1px solid #2b388f;
}

.form-control:focus {
    box-shadow: none;
}

.captcha-box {
    position: relative;
}

.captcha-box img {
    position: absolute;
    top: 1px;

    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.check-container {
    font-size: 14px;
    color: #ffffff;
    text-align: justify;
    border: 2px solid transparent;
}

.check-container a {
    color: #697bf5;
}

.check-container .checkmark {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 3px;
    top: -2px;
}

.check-container input:checked ~ .checkmark {
    background-color: #2b388f;
    border-color: #2b388f;
}

.check-container .checkmark:after {
    left: 9px;
    top: 5px;
}

input[type="button"] {
    color: #ffffff;
    font-size: 26px;
    border: 1px solid #ffffff;
    display: block;
    margin: 0 auto;
    width: 350px;
    padding: 30px 0px;
    border-radius: 3px;
    text-decoration: none;
    margin-top: 40px;
    font-weight: bold;
    background-color: transparent;
}

input[type="button"]:hover {
    background-color: #2b388f;
    border-color: #2b388f;
}

.required {
    border: 2px solid #e3342f !important;
}

form a.register-button {
    background-color: #fedc00;
    color: #00003e;
    display: block;
    text-align: center;
    border-radius: 40px;
    padding: 10px 0px;
    font-size: 26px;
    font-weight: bold;
    text-decoration: none;
    width: 200px;
    margin: 0 auto;
}

form a.register-button:hover {
    background-color: #c9a10f;
}

a.register-button2 {
    background-color: #fedc00;
    color: #00003e;
    display: block;
    text-align: center;
    border-radius: 40px;
    padding: 10px 0px;
    font-size: 26px;
    font-weight: bold;
    text-decoration: none;
    width: 200px;
}

a.register-button2:hover {
    background-color: #c9a10f;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: #000000;
}

.dropdown-item {
    font-size: 15px;
    max-width: none;
    padding: 0.25rem 1.5rem;
}

.dropdown .dropdown-toggle::after {
    border-color: #fff;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
}


.btn-light
{
    border: 1px solid #d6a651 !important;
}

.btn-light:hover
{
    background-color: #2b388f;


}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle
{
    background-color: #2b388f;
}

.bootstrap-select .dropdown-toggle .filter-option
{

    border-radius: 20px;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
    margin-bottom: 10px;
}

.dropdown button {
    padding: 15px 15px;
    border: 1px solid #2b388f;
}

.zoom {
    width: 150px;
}

.sep_view {
    height: 55px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.6);
    margin-right: 35px;
    margin-left: 35px;
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;

    border-right: 10px solid #fff;
    margin-top: 16px;
}

.countdown {
    float: right;
    clear: both;
    margin-top: 10px;
    margin-bottom: 20px;
}

.countdown ul {
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: start;
    justify-content: start;
}

.countdown ul li {
    display: flex;

    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    font-size: 56px;
    position: relative;
}

.countdown ul li div {
    font-size: 16px;
    margin-top: -18px;
    font-weight: bold;
}

html[lang="ar"]
    .div_select_entity
    .bootstrap-select
    .dropdown-toggle
    .filter-option-inner-inner {
    font-family: "Proxima_Nova";
}

html[lang="ar"]
    .div_select_entity
    .bootstrap-select
    .dropdown-menu
    li
    a
    span.text {
    font-family: "Proxima_Nova";
}

html[lang="ar"] .dropdown-toggle:after {
    margin-left: 0;
    float: left;
    margin-top: 9px;
}

html[lang="ar"] .bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-right: 0px;
}

html[lang="ar"] .bootstrap-select .dropdown-menu li {
    text-align: right;
}

html[lang="ar"] .captcha {
    left: 1px;
    border-radius: 5px;
}

html[lang="ar"] .bootstrap-select .dropdown-menu li a span.text {
    font-family: "Droid Arabic Kufi";
}

html[lang="ar"] .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-align: center;
    color: #fff;
    opacity: .7;
    font-weight: bold;
}

html[lang="ar"] .bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-left: inherit;
    padding-right: 0;
}

html[lang="ar"] .check-container {
    color: #fff;
    margin-top: 2rem;
}

html[lang="ar"] .check-container a,html[lang="ar"] .check-container span {
    color: #fedc00;
}

html[lang=ar] .checkmark
{
    border-radius: 50%;
}

header .header-social-media {
    top: 349px !important;
}

.tick {
    background-image: url(bg-2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    border-top: 1px solid #d6a651;
    position: relative;
}


.boxes
{
    margin-top: 4rem;
}

.box
{
    text-align: center;
    padding: 20px;
    border-radius: 30px;
    background-color: rgba(13,22,101,0.3)
}

.box.active
{
    background-color: rgba(13,22,101,0.7)
}


.box .title
{
    color:#fff;
    font-size: 26px;
    padding: 0px 20px;
}

.box .title font
{
   font-weight: bold;
}

.box .title2
{
    color:#ffc801;
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.box .seperator
{
   width: 100%;
   border: 1px solid #d6a651;
}

.stars-1
{
    position: absolute;
    left: 4rem;
}
.stars-2
{
    position: absolute;
    right: 4rem;
}


.tick .div-layer {
    padding-top: 80px;
    padding-bottom: 80px;


}

h4 {
    color: #fff;

    font-weight: bold;
    font-size: 50px;
    text-align: center;
    margin-bottom: 20px;
}

.tick p {
    color: #00003c;
    font-size: 22px;
    text-align: center;
    padding-right: 200px;
    padding-left: 200px;
    margin-top: 50px;
}

.icon_box {
    background-color: #bfbdca;
    display: flex;
    align-items: center;
    flex-shrink: 1;
    justify-content: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.icons {
    width: 70%;
    margin: 0 auto;
    margin-top: 50px;
}

.icons .box {
    width: 33%;

    margin-bottom: 50px;
}

.icons .box.active .icon_box {
    background-color: #17297e;
}

.icons img {
    width: 80px;
}

.icons h6 {
    text-align: center;
    color: #00003e;
    font-size: 18px;
    text-align: center;

    margin-top: 15px;
    line-height: 30px;
}

.item {
    width: 23%;
}

.item img {
    width: 100%;
}

.video-title {
    color: #fff;
    opacity: 0.9;
    text-align: right;
    font-size: 14px;
    text-shadow: -1px 3px 4px rgb(0, 0, 0);
    margin-top: 16px;
    font-weight: 100;
    text-decoration: none;
}

.video-title:hover {
    text-decoration: none;
}

.video-link {
    text-decoration: none;
}
.video-link:hover {
    text-decoration: none;
}

.youtube-layer {
    position: relative;
}

.youtube-layer:before {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    top: 0;
}

.youtube-layer .play_icon {
    background-color: #ffffff;
    position: absolute;
    width: 50px;
    height: 24px;
    top: 40%;
    left: 50%;
    transform: translate(-50%);

    z-index: 10;
}

.youtube-layer .play_icon i {
    color: #bd1a2f;
    font-size: 60px;
    right: -6px;
    top: -14px;
    position: absolute;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s;
}

.youtube-layer:hover::before {
    background: rgba(0, 0, 0, 0.3);
}

.youtube-layer:hover i {
    color: #951924;
}

.img_point {
    position: relative;
    width: 100%;
    height: 100%;
}

.shadi_img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.shadi_img img {
    width: 250px;
}

.point_img {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ffffff;
    border-radius: 50%;
    width: 240px;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #0448ff;
}

.point_img img {
    width: 200px;
}

@media (max-width: 992px) {


    h1,h5 {

        width: 100%;
    }

    h1 br
    {
        display: none;
    }

    h5
    {
        margin-top: 30px;
    }


    .div-body .moon
    {
        width: 100px;
        top: -1.5rem;
        left: 11rem;
    }

    .stars-2,.stars-1
    {
        opacity: 0.3;
    }
    .stars-1
    {
        left: 0;
    }
    .stars-2
    {
        right: 0;
    }

    .box
    {
        margin-bottom: 3rem;
    }

    .logo
    {
        margin-top: 9rem;
        margin-bottom: 2rem;
    }

    #form-point
    {
        margin-top: 3rem;
    }

    .header-social-media {
        display: none;
    }

    .logo {
        width: 200px;
    }

    .tick .div-layer {
        padding: 0px 0px;
        padding-top: 50px;
    }

    .shadi_img {
        position: relative;
        margin-top: 50px;
    }

    .point_img {
        position: relative;
        margin-top: -150px;
        margin-bottom: 50px;
    }

    .div-body2 .div-layer {
        padding: 50px 0px;
    }

    .item {
        width: 90%;
        margin: 0 auto;
    }

    .video-title {
        color: #fff;
        text-align: center;
    }

    .sep_view {
        display: none;
    }

    header .logo {
        float: none;
        margin: 0 auto;
        display: block;
    }

    .div-body .div-layer {
        padding: 20px 0px;
        padding-bottom: 50px;
    }

    h1 {
        text-align: center;
        font-size: 25px;
        line-height: normal;
    }

    h2 {
        text-align: center;
        font-size: 20px;
        line-height: normal;
    }
    h4 {
        text-align: center;
        font-size: 25px;
        line-height: normal;
        margin-bottom: 0px;
    }

    .seperator {
        width: 100%;
        margin: 10px 0px;
    }

    h3 {
        text-align: center;
        font-size: 20px;
        line-height: normal;
    }

    h6 {
        text-align: center;
        font-size: 20px;
        line-height: normal;
    }
    h5 {
        text-align: center;

        line-height: normal;
    }

    header .header-buttons {
        display: none;
    }
}
