body,
html {
    overflow-x: hidden;
}

input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(255, 255, 255, 0.8) !important;

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

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.8) !important;
    opacity: 0.5 !important; /* Firefox */
}

input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(255, 255, 255, 0.8) !important;
    opacity: 0.5 !important; /* Firefox */
}

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



a.register-now
{
    background-color: #fedc00 ;
    color: #000;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    padding: 7px 30px;
    font-weight: bold;
    border-radius: 24px;
    padding-top: 6px;
}

a.register-now.black
{
    background-color: #000 ;
    color: #fff;
}

a.register-now:hover
{
    background-color: #e7c803
    ;
}
header a.register-now
{
    margin-top: 22px;
    float: left;
}
.btn-light:hover
{
    background-color: rgba(64, 79, 144, 0.75);

}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle
{
    background-color: rgba(64, 79, 144, 0.75);
}

footer {
    background-color: #173396;

    -webkit-box-shadow: 0px 10px 24px 12px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 24px 12px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 24px 12px rgba(0,0,0,0.75);
    position: relative;
    bottom: 0;
}

header {
    padding: 8px 0px;
    -webkit-box-shadow: 0px 10px 24px -12px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 24px -12px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 24px -12px rgba(0,0,0,0.75);
    position: sticky;
    top: 0;

}

header .logo {
    float: right;
}

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

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

.div-body .div-layer {


    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;
    font-weight: bold;
  margin-bottom: 3rem;;
    font-size: 3rem;
}
h1 span {
    color: #fff;
}

h2 {
    text-align: right;
    color: #fff;
    line-height: 40px;
width: 500px;
    font-size: 20px;
    margin-bottom: 3rem;
}

h2 span {
    font-weight: bold;
}

.seperator {
    background-color: #fff;
    opacity: 0.8;
    height: 1px;
    margin: 30px 0px;
    width: 100%;
}
h5 {
    text-align: center;
    color: #000;
    line-height: 60px;
    font-weight: normal;
    font-size: 24px;

}

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(23, 41, 126, 0.75);

    border-radius: 20px;
}

.bg_blue
{
    padding: 20px 50px;
    background-color: rgba(23, 41, 126, 0.75);
    border-radius: 20px;
    margin-bottom: 0rem;
}

.countdown_title
{
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

input {
    width: 100%;
    padding: 15px 15px;
    background-color: rgba(64, 79, 144, 0.75) !important;

    margin-bottom: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    text-align: right;
    font-weight: bold;
    color: #fff !important;
}

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

.iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #fff;
}

.iti__arrow--up {
    border-top: none;
    border-bottom: 4px solid #fff;
}

#phone {
    border-radius: 20px;
    font-weight: bold;
}

.dropdown {
    width: 100%;
}

.dropdown button {
    padding: 13px 15px;
    border: 1px solid #2b388f;
    border-radius: 20px;
    text-align: right;
    background-color: rgba(64, 79, 144, 0.75);
}

.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 #ced4da;
}

.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.8);
    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: #000;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    padding: 7px 30px;
    font-weight: bold;
    border-radius: 24px;
    padding-top: 6px;
    margin: 0 auto;
    margin-top: 2rem !important;
}

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

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-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid #fff;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}


.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid #fff;
    border-left: 0.3em solid transparent;
}

.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 #ced4da;
}

.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: right;
    color: rgba(255, 255, 255, 0.8);
    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;
}

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

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;
}
.tick .div-layer {
    padding-top: 80px;
    padding-bottom: 60px;

    background-color: rgba(255, 255, 255, 0.85);
}

h4 {
    color: #000;

    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: transparent;
    display: flex;
    align-items: center;
    flex-shrink: 1;
    justify-content: center;

    border-radius: 50%;
}

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

.icons .box {
    width: 30%;
background-color: #f4f3f9;
border-radius: 2.5rem;
    margin-bottom: 30px;
    padding: 20px 0px;
}

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

.icons .box.active h6  {
    color: #fff;
}

.icons .box .icon_box img:last-child {
   display: none;
}

.icons .box.active .icon_box img:first-child {
    display: none;
 }

.icons .box.active .icon_box img:last-child {
    display: block;
 }

.icons img {
    width: 80px;
}

.icons h6 {
    text-align: center;
    color: #000;
    font-size: 18px;
    text-align: center;
font-weight: bold;
    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(255, 255, 255, 0.8);
    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;
}





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



}

.benefit .div-layer {


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


.benefit_title
{
    color: #fff;
    font-weight: bold;
    font-size: 50px;
    text-align: center;
    margin-bottom: 20px;
}

.benefit_text
{
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-weight: normal;
    font-size: 24px;
}



.speaker
{

    background-color: #f4f3f9;
    position: relative;
    margin-top: 6rem;
    margin-bottom: 6rem;
    padding: 100px 0px;
}


.speaker img
{
    position: absolute;
    top: -75px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 150px;

}


.speaker p
{
color:#000;
width: 100%;
padding: 0px 150px;
margin-bottom: 4rem;
}

.speaker p span
{
font-weight: bolder;
}

@media (max-width: 992px) {
    .header-social-media {
        display: none;
    }

    .bg_blue
{

    margin-bottom: 3rem;
}

.benefit_title {
    text-align: center;
    font-size: 36px;
    line-height: normal;

}

header a.register-now
{
display: none;
}


.icons .box {
    width: 100%;
    padding: 40px 0px;

}


.countdown ul li {

    font-size: 36px;

}

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

#form-point
{
    padding: 20px 16px;
}
    .logo {
        width: 200px;
    }

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

    .speaker
    {
        margin-bottom: 3rem;
    }
    .speaker p
    {
        padding: 0px 30px;
    }

    .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: 40px 0px;
    }

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

    h2 {
        text-align: center;
        font-size: 20px;
        line-height: normal;
        width: 100%;
    }
    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;
    }
}
