@font-face {
    font-family: 'Baij Light';
    src: url("../fonts/BAHIJ_THESANSARABIC-LIGHT.TTF");
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-family: 'Baij Regular';
    src: url("../fonts/BAHIJ_JANNA-REGULAR.TTF");
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-family: 'Baij Bold';
    src: url("../fonts/BAHIJ_THESANSARABIC-BOLD.TTF");
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-family: 'Baij Semibold';
    src: url("../fonts/BAHIJ_THESANSARABIC-EXTRABOLD.TTF");
    font-style: normal;
    font-stretch: normal
}

body,
html {
    /*height: 100%;*/
    font-family: 'Baij Regular', sans-serif;
    position: relative
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

img {
    max-width: 100%
}

a {
    color: #444;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s
}

* {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s
}

a:hover,
a:focus {
    color: #3AB4C3;
    text-decoration: none;
    outline: 0
}

p {
    font-weight: 300;
    margin-bottom: 20px
}

button:focus,
.btn:focus {
    outline: none
}

::-moz-selection {
    background: #04235c;
    color: #fff
}

::selection {
    background: #04235c;
    color: #fff
}

::-moz-selection {
    background: #04235c;
    color: #fff
}

.navbar-brand {
    padding-top: 1.5em
}

.navbar-brand img {
    width: 100px
}

* {
    outline: none
}

#header {
    min-height: 80%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 23, 54, 0.6)), to(rgba(19, 23, 54, 0.8))), url("../images/header-bg-t.jpg") center center no-repeat;
    background: -webkit-linear-gradient(rgba(19, 23, 54, 0.6), rgba(19, 23, 54, 0.8)), url("../images/header-bg-t.jpg") center center no-repeat;
    background: -o-linear-gradient(rgba(19, 23, 54, 0.6), rgba(19, 23, 54, 0.8)), url("../images/header-bg-t.jpg") center center no-repeat;
    background: linear-gradient(rgba(19, 23, 54, 0.6), rgba(19, 23, 54, 0.8)), url("../images/header-bg-t.jpg") center center no-repeat;
    background-size: cover
}

.logo {
    text-align: center;
    padding: 0px;
}

.logo.top_cover {
      background-image: url(/images/cover.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 200px;
}

.logo img {
    width: 100%;
}

.logo .top_logo {
    width: 50%;
   
}

.logo h3 {
    color: #fff;
    display: inline-block;
    margin: 0 auto;
    font-family: 'Baij Bold'
}

.header-content {
    text-align: center
}

.header-content h1 {
    color: #fff;
    line-height: 60px;
    font-family: 'Baij Bold', sans-serif;
    font-size: 33px;
    position: relative;
    margin: 2em auto 2em
}

.header-content h1 .percent {
    background: #DF5D28;
    padding: 0.1em 0.3em;
    border-radius: 3px
}

.header-content h1:before,
.header-content h1:after {
    content: ' ';
    width: 40%;
    height: 2px;
    background: #DF5D28;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto
}


.full-mobile {
    background: #FFF;
    padding: 0px;
}

.header-content h1:before {
    top: -1em
}

.header-content h1:after {
    bottom: -1em
}

h2 {
    color: #fff;
    font-family: 'Baij Bold', sans-serif;
    font-size: 20px;
    margin-bottom: 2em;
    line-height: 30px
}

.form-section {
    padding: 2em 0 3em;
    background: #FFF;
    float: right;
    width: 100%;
    margin: 0 auto
}

.form-section.content_item {
       padding: 0em 0em 0em 0em;
    border-bottom: 2px solid #DF5D28;
}

.form-section.content_item .container {
    width: 100% !important;
}

.form-section.content_item ol{
    list-style: decimal;
}
.form-section.content_item ol ol {
    list-style: hebrew;
    padding-right: 15px;
}
.form-section.content_item ol ol ol {
    list-style-type: square;
    padding-right: 15px;
}
.form-section.content_item ol ol li ul li {
    
}
.form-section .form-title {
    color: #000;
    text-align: right;
    font-size: 18px;
    margin-bottom: 1em;
    font-weight: bold;
}
.form-section .form-title p {
    font-weight: bold;
    margin-bottom: 10px;
}

.form-section .form {
    text-align: center;
    width: 100%;
    padding: 0 3em
}
.form-section .form .form-title p {
        font-size: 22px;
    line-height: 40px;
}
.form-group-container {
     float: right;
     text-align: right;
}

.form-group-container.required label:after {
      content:"*";
      color:red;
}

.form-section .form label {
    float: right;
    padding: 1.0em 0.0em;
    font-size: 18px;
    text-align: right;
    font-weight: normal;
}

.form-section .form label.text-bold {
    font-weight: bold;
}
.form-section .form label.text-center {
    text-align: center;
}

.form-section .form-group {
    float: right;
    padding:0.0em 0.1em;
}



.form-section .form input {
    display: inline-block;
    border: none;
    height: 37px;
    padding: 0.7em 1.5em;
    margin: 0 0.3em 1em;
    width: 100%;   
    color: #000;
    border-bottom:1px solid #000;
    font-size: 18px;
}
.form-section .form select {
    display: inline-block;
    border: none;
    height: 37px;
    padding: 0.0em 1.5em;
    margin: 0 0.3em 1em;
    width: 100%;
    border-radius: 0px;
    color: #04235c;
    border-bottom:1px solid #04235c;
    background: #FFF;
}

.form-section .form input[type=checkbox] {
    padding: 0px;
    margin: 0px;
    float: right;
    width: 20px;
}

.form-section .form input:focus {
    outline: none
}

.form-section .form-group.text-under-group input{
    margin: 0 5px 2px;
    padding: 5px;
}

.form-section .form-group.text-under-group label.text-under{
    padding-top: 0.1em;
    text-align: center;
}


.form-section .form .submit-btn {
    border: none;
    background: #F27021;
    height: 37px;
    border-radius: 40px;
    padding: 0.7em 1.5em;
    width: 100%;
    margin: 0
}



.saperator {
    height: 2px;
    background: #DF5D28;
    margin: 10px;
}

.sponsors-section {
    text-align: center
}

.sponsors-section .section-title {
    font-size: 20px;
    font-family: 'Baij Bold', sans-serif;
    margin: 1em auto
}

.sponsors-section .sponsors-list {
    text-align: center;
    margin-bottom: 2em
}

.sponsors-section .sponsors-list .sponsor-image {
    display: inline-block;
    width: auto;
    margin: 0 1em
}

.sponsors-section .sponsors-list img {
    width: 100px
}

#footer {
    
    float: right;
    width: 100%;
   

}
#footer .footer_bg {
      padding: 3em 0 0;
        width: 100%;
        float: right;
         background:url("/images/footer_bg.jpg") center center no-repeat;
        background-size: cover;
       text-align: center;
           height: 90px;
    }
#footer .footer_powered {
        width: 100%;
        float: right;
        background:#fff;        
       text-align: center;     
       padding: 2em 0;
           font-size: 15px;   
    }

.logo-footer {
    float: right;

}
.logo-footer img {
    width: 40%;
    
}
.copyright_footer .copyright{
    padding-bottom: 10px;
}

.developed_footer .dev_by{
    padding-bottom: 10px;
}
.developed_footer .dev_by a {
    text-decoration: underline;
    font-weight: bold;
    color: #111223;
}
.developed_footer img {
    width: 30%;
}

#footer a.btn-primary {
    background: #DF5D28;
    border: none;
    border-radius: 40px;
    padding: 0.6em 2em;
    width: 150px;
    margin: 1em 0.5em 3em
}

#footer .social-media {
    background: #DF5D28;
    text-align: center
}

#footer .social-media ul.nav {
    display: inline-block;
    padding: 0px;
    list-style: none;
    overflow: hidden;
    margin: 0
}

#footer .social-media ul.nav li {
    float: left;
    font-size: 30px
}

#footer .social-media ul.nav li a {
    color: #fff;
    display: block;
    text-decoration: none
}

#footer .social-media ul.nav li:hover a {
    background: none;
    color: #85c440
}

.popup img {
    width: 100%
}

.popup {
    display: block;
    left: 0;
    top: 0;
    z-index: 500000;
    background: rgba(24, 21, 21, 0.81);
    width: 100vw;
    height: 100vh;
    position: fixed
}

.popup-content {
    width: 50vw;
    height: 40vw;
    max-width: 600px;
    max-height: 300px;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    display: block;
    position: fixed;
    top: 50vh;
    left: 50vw;
    background-color: #fff;
    border : 2px solid #04235c;;
    color: #04235c;
    text-align: center;
    vertical-align: middle;    
    font-size: 30px;
    padding-top: 5%;
}
@media screen and (max-width: 768px) { 
    .form-section .form {
        padding: 0 1em;
    }
    .form-section .form .checkbox label {
        padding-right: 0px;
        font-size: 17px;
    }
}
@media screen and (max-width: 600px) {
    #header {
        min-height: inherit;
        height: auto
    }
    #header .container{
        padding-right: 0px;
        padding-left: 0px;
    }
    .form-section.header_title {
            padding: 2em 1em 0em 1em;
    }

    .header-content h1 {
        margin-top: 2em;
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 3em
    }
    .form-section .form input,
    .form-section .form .submit-btn {
        width: 90%;
        margin-bottom: 1em
    }
    .form-section .form select{
        width: 90%;
        margin-bottom: 1em
    }
    #footer {
        margin-bottom: 60px
    }
    #footer a.btn-primary {
        margin-bottom: 2em;
        width: 137px
    }
    #footer .fixed-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0;
        z-index: 99;
        border-top: 2px solid #efefef
    }
    #footer .fixed-bar a {
        width: 50%;
        margin: 0;
        border-radius: 0;
        float: right;
        padding: 0.6em;
        font-size: 17px
    }
    #footer .fixed-bar a:first-child {
        background: #6c9f34
    }
    .courses-list .item .item-image:first-child {
        display: none
    }
    .courses-list .item-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }
    .courses-list .item-section:nth-child(odd) .item.item-image .number.right {
        left: -25px !important;
        right: auto !important
    }
    .courses-list .item-section:nth-child(odd) .item-image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        display: table-cell
    }
    .courses-list .item-section:nth-child(odd) .item-text {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        display: table-cell
    }
    .courses-list .item-section:nth-child(even) .item.item-image .number.left {
        right: -25px !important;
        left: auto !important
    }
    .courses-list .item-section:nth-child(even) .item-image {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        display: table-cell
    }
    .courses-list .item-section:nth-child(even) .item-text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        display: table-cell
    }
    .courses-list .item.item-text {
        padding: 15px;
        text-align: center
    }
    .courses-list .item.item-text h2 {
        font-size: 17px
    }
    .courses-list .item {
        height: 220px
    }
    .header-content h1 .percent {
        display: block;
        margin: 5px auto
    }
    .courses-list .item.item-text p {
        width: 86%;
        text-align: center;
        margin: 0 auto
    }
    .full-mobile {
        padding: 0;
       
    }
    .full-mobile .form-section {
        padding: 1em 0;
        width: 100%
    }
    .full-mobile .form-section .form {
        padding: 0
    }
    .sponsors-section .sponsors-list .sponsor-image {
        margin: 5px 1em
    }
}

@media screen and (max-width: 320px) {
    #footer .fixed-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0;
        z-index: 99;
        border-top: 2px solid #efefef
    }
    #footer .fixed-bar a {
        width: 50%;
        margin: 0;
        border-radius: 0;
        float: right;
        padding: 0.6em;
        font-size: 17px
    }
}
