@import url('https://fonts.googleapis.com/css?family=Assistant:300,400,700&display=swap&subset=hebrew');

body {
    font-family: 'Assistant', sans-serif;
}
.container.container1600 {
    max-width: 1600px;
}
h1 {
    text-align: center;
    color: #fff;
    font-size: 60px;
    font-weight: bold;
}
h2 {
    font-size: 54px;
    font-weight: bold;
    color: #037bc0;
    position: relative;
    margin-bottom: 70px; 
    margin-right: -15px; 
    text-align: right; 
}
h2:before {
    background-position: center;
    display: block;
    position: absolute;
    top: -10px;
    right: -52px;
    content: "\e910";
    font-family: 'icomoon' !important;
    color: #f8ba15;
    font-size: 170px;
    font-weight: normal;
}

h3 {
    color: #037bc0;
    font-size: 48px;
    font-weight: bold;
}
h4 {
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 18px;
}
h5 {
    font-size: 28px;
    font-weight: bold;

}
h6 {
    font-size: 24px;
    font-weight: bold;
}
/*ul {
    list-style: none;
    padding: 0;
}
li {
    font-size: 22px;
}*/
p{
    font-size: 20px; 
}
a {
    color: #027bc0;
}
a:hover{
    text-decoration: none;
}
p {
    font-size: 22px;
}
.homePage h2 {
    color: #000;
}
.page-link {
    color: #027bc0;
}
.bgLayer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: right center;
    filter: grayscale(1);
}
    .bgLayer::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(180deg, rgba(0,0,0,.8), transparent);
        z-index: -1;
    }
.hbHalfLeft .bgLayer {
    background-position: left center;
}
.hbHalf {
    min-height: 80vh;
    text-align: center;
    position: relative;
    color: white;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    overflow: hidden;
    width: 50%;
    transition: all .2s ease-in-out;
    padding-top: 40vh;
}
    .hbHalf::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        /*background: linear-gradient(180deg, #157984,#00b4cf);*/
        /*opacity: .8;*/
        background: linear-gradient(90deg, rgba(70, 171, 182, 0.75) 20%,rgba(75, 200, 219, 0.75) 100%);
        z-index: 2;
        pointer-events: none;
    }
    .hbHalfLeft:before {
        /*background: linear-gradient(180deg, #093c67,#1978ae);*/
        /*opacity: .7;*/
        background: linear-gradient(270deg, rgba(50, 108, 155, 0.75) 20%,rgba(52, 154, 212, 0.75) 100%);
    }
    
    .hbHalf h2{
        color: white;
        text-align: center;
        margin-bottom: 15px;
        font-size: 54px;
    }
        .hbHalf h2:before {
            content: none;
        }
        .hbHalf a{ color: inherit;}
.kurimLayer {
    width: 1380px;
    height: 429px;
    position: absolute;
    left: 0;
    top: -80px;
    z-index: 2;
    mix-blend-mode: color-dodge;
}
.hbHalfLeft .kurimLayer {
    left: auto;
    right: 0;
    transform: scaleX(-1);
}
.halfText {
    position: relative;
    z-index: 3;
    max-width: 30vw;
    margin: 0 auto;
}

.halfText .bottonLineBlue {
    color: #ffffff;
    border: 3px solid #ffffff;
    display: inline-block;
    margin-top: 10px;
}
.halfText .bottonLineBlue:hover {
    background-color: #ffffff;
    border: 3px solid #ffffff;
    color: #106383;
}
.hidden-text {
    opacity: 0;
    max-height: 0;
    transition: all .2s ease-in-out;
    transition-delay: 0;
}
.homeBanner{
    position: relative;
}
.homeBanner .titleBox {
    z-index: 5;
    color: white;
    position: absolute;
    top: 35%;
    right: 50%;
    transform: translate(50%,-50%);
    text-align: center;
    width: 400px;
    transition: all .2s ease-in-out;
    transition-delay: .4s;
}
.homeBanner .titleBox h1.slogan {
    font-size: 108px;
    line-height: 108px;
    font-weight: bold;
    margin-bottom: 10px;
    color: white;
    text-shadow: 0 0 15px rgba(0,0,0,.3);
    transition: all .2s ease-in-out;
    transition-delay: .4s;
}
@keyframes sloganAppear {
    0%      {opacity:    0;}
    100%    {opacity:    1;}
}
.homeBanner .titleBox h1.slogan div {
    animation-name: sloganAppear;
    animation-duration: .5s;
    animation-timing-function: ease-in;
}
@keyframes sloganAppear2 {
    0%      {opacity:    0;}
    33%      {opacity:    0;}
    100%    {opacity:    1;}
}
.homeBanner .titleBox h1.slogan div:nth-child(2) {
    animation-name: sloganAppear2;
    animation-duration: 1s;
}


.homeBanner .titleBox .subTitle {
    font-size: 33px;
    transition: all .2s ease-in-out;
    transition-delay: .4s;
}
@keyframes subTitleAppear {
    0%      {opacity:    0;}
    33%      {opacity:    0;}
    100%    {opacity:    1;}
}
.homeBanner .titleBox .subTitle {
    animation-name: subTitleAppear;
    animation-timing-function: ease-in;
    animation-duration: 1.5s;
}

.homeBanner .titleBox .icomoon-icon50 {
    background-image: url(/img/sloganFrame.png);
    /*background: white;
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 600px;*/
    position: absolute;
    right: -70px;
    top: -70px;
    width: 540px;
    height: 440px;
    transform: scaleY(1);
    transition: all .2s ease-in-out;
    transition-delay: .4s;
}
.homeBanner .titleBox .icomoon-icon50::before {
    content: '';
}

/*nashim website*/
.Nashim h2 {
    color: #00b4cf;
}
.Nashim .maslulim a.nav-link.active {
    background-color: #00b4cf;
}
.Nashim .maslul:hover:before
{
    background: #c5c5c5;
}
.Nashim .maslul.active::before{
    background: #00b4cf;
}
.Nashim .maslul:hover {
    background: #c5c5c5;
    border: 1px solid #fff;
}
.Nashim .lamaLilmod:before {
    background-image: linear-gradient(to right, rgb(0 102 149 / 70%), rgb(0 179 206 / 70%));
}
.Nashim .lamaLilmod {
    background-image: url(/media/pw0ltzpm/girls2.jpg);
}
.Nashim button.navbar-toggler {
    background: #00b4cf;
}
.Nashim h3 {
    color: #00b4cf;
}
.Nashim .bottonLineBlue {
    color: #00b4cf;
    border: 3px solid #00b4cf;
}
.Nashim .bottonLineBlue:hover, .Nashim a.bottonLineBlack:hover {
    border: 3px solid #00b4cf;
    background: #00b4cf;
}
.Nashim .contactHomeB input#CCDonFormSubmit, .Nashim .contactHomeB input#SendInterstedInStudiesFormSubmit,
.Nashim .contactHomeB .SendInterstedForm [type=submit] {
    background-image: linear-gradient(to right, #006695, #00b3ce);
}
.Nashim .blueBottom {
    background: #00b4cf;
    border: 3px solid #00b4cf;
}
.Nashim .blueBottom:hover {
    color: #00b4cf;
    border-color: #00b4cf;
}
.Nashim .academyMen {
    background-image: linear-gradient(to top, #006695, #00b3ce);
}
.Nashim .job:hover {
    color: #00b3ce;
}
.Nashim  .maslulItem:hover {
    background: #00b4cf;
    color: #fff;
}
.Nashim .maslulItem h4 {
    color: #00b4cf;
}
.Nashim .breadcrumb a {
    color: #00b4cf;
}
.Nashim .collapsInfo h5 {
    color: #00b4cf;
}
.Nashim .collapsInfo h5 i {
    padding-left: 5px;
}
.collapsInfo h5 i {
    padding-left: 5px;
    transform: translateY(3px);
    transition: all .2s ease-in-out;
}
.collapsInfo.card-open h5 i{
    transform: translateY(3px) rotate(-90deg);
}
.Nashim .listShana {
    border-bottom: 4px solid #00b4cf;
}
.Nashim .bogrimStoryMaslul:before {
    background-image: linear-gradient(to right, rgb(0 102 149 / 50%), rgb(0 179 206 / 50%));
    content: '';
}
.Nashim input#SendStudyPlanInstresteFormSubmit {
    background-image: linear-gradient(to right, #006695, #00b3ce);
}
.Nashim .contactBlue {
    background-image: linear-gradient(to right, #006695, #00b3ce);
}
.Nashim .bottonBlueG {
    background-image: linear-gradient(to right, #006695, #00b3ce);
}
.Nashim  .bottonBlueG:hover {
    background: #00b4cf;
}
.Nashim .ContactB {
    color: #00b4cf;
}
.Nashim .infoContact {
    border-bottom: 3px solid #00b4cf;
}
.Nashim .card-open {
    background: #00b4cf;
}
    .Nashim .card-open h5 {
        color: #fff;
    }
.Nashim .update a.blueBottom:hover {
    color: #00b4cf;
}
.Nashim .bogrimFilter .btn-secondary {
    color: #00b4cf;
    border: 3px solid #00b4cf;
}
.Nashim .page-item.active .page-link {
    background-color: #00b4cf;
    border-color: #00b4cf;
}
.Nashim .page-item.disabled .page-link {
    color: #00b4cf;
}
.Nashim .page-link {
    color: #00b4cf;
}
.Nashim .jobsItems .card-open h5 {
    color: #00b4cf;
}
.Nashim .jobsItems .form-header {
    color:  #00b4cf;
}
.Nashim .bannerPage:before {
    background: linear-gradient(to right, rgb(0 102 149), rgb(0 179 206 / 70%));
}
.Nashim .botton.Blue{
    background: #00b4cf;
    border: 3px solid#00b4cf;
}
.Nashim .botton.Blue:hover {
    border: 3px solid #00b4cf;
    color: #00b4cf;
}
.Nashim  .botton.Black:hover{
    border: 3px solid  #00b4cf;
    color:  #00b4cf;
}
.Nashim .Services h3{
    background-image: linear-gradient(to right,rgb(0 102 149 / 83%), rgb(0 179 206 / 79%));
}
.hbHalfRight .halfText .bottonLineBlue:hover {
    color: #00b3ce;
}
/*gvarim*/
.Gvarim .bannerPoint .homeBicon i{
    background: -webkit-linear-gradient(#037bc0, #003566);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.Gvarim .bannerHomeB .titleBox .icomoon-icon50 {
    background: -webkit-linear-gradient(#037bc0, #003566);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hbHalfLeft .halfText .bottonLineBlue:hover {
    color: #037bc0;
}


/*header*/
.sticky-top{
    background: #fff;
    box-shadow: 1px 1px 15px rgba(80, 80, 80, 0.21);
}
.sticky-top.headerHome {
    background: linear-gradient(rgba(0,0,0,.8), transparent);
}
.headerHome {
    background: #fff0;
    position: fixed;
    width: 100%;
    box-shadow: none;
}
.CampusPage .sticky-top {
    position: fixed;
    width: 100%;
}
.navbar-toggler span:nth-child(1) {
    top: calc(50% - 11.5px);
}
.navbar-toggler span {
    display: block;
    position: absolute;
    height: 1px;
    width: 50%;
    background: #fff;
    border-radius: 3px;
    opacity: 1;
    left: 25%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}
.navbar-toggler span:nth-child(2), .navbar-toggler span:nth-child(3) {
    top: calc(50% - 1.5px);
}
.navbar-toggler span:nth-child(2), .navbar-toggler span:nth-child(3) {
    top: calc(50% - 1.5px);
}
.navbar-toggler span:nth-child(4) {
    top: calc(50% + 8.5px);
}
.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1);
}
.navbar-toggler {
    cursor: pointer;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border-color: #fff !important;
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.social-header li:not(.ezorIshi) i {
    color: #fff;
    font-size: 18px;
    padding-left: 15px;
}
.ezorIshi a {
    color: #00b4cf;
    font-weight: bold;
    border: 1px solid #00b4cf;
    padding: 5px 22px;
    border-radius: 20px;
    font-size: 18px;
}
.ezorIshi {
    margin-left: 15px;
}
.navbar-toggler {
    position: absolute;
    top: 15px;
}
.logo {
    margin-right: 80px;
}
.logo img {
    width: 150px;
}
.logo-light{
    display:none
}
.headerHome .logo-light {
    display: block
}
.logo-dark {
    display: none
}
.navPages .logo-dark {
    display: block
}
.botton {
    font-size: 30px;
    padding: 6px 40px;
    margin-left: 12px;
}
.botton.Blue {
    background: #027bc0;
    color: #fff;
    border: 3px solid #027bc0;
    font-weight: bold;
}
.botton.Blue:hover {
    background: #fff;
    border: 3px solid #027bc0;
    color: #027bc0;
}
.botton.Black {
    background: #282d33;
    color: #fff;
    border: 3px solid #282d33;
    font-weight: bold;
}
    .botton.Black:hover {
        background: #fff;
        border: 3px solid #027binfoItemc0;
        color: #027bc0;
    }
.bottonLineBlue {
    color: #037bc0;
    font-size: 27px;
    font-weight: bold;
    border: 3px solid #037bc0;
    padding: 6px 30px;
}
.bottonLineBlue i {
    margin-right: 10px;
}
a.bottonLineBlue:hover,
a .bottonLineBlue:hover,
a.bottonLineBlack:hover,
a .bottonLineBlack:hover {
    color: #ffffff;
    border: 3px solid #037bc0;
    background: #037bc0;
}
button.navbar-toggler {
    background: #037bc0;
    border: 0;
    border-radius: 0;
    padding: 35px; 
    right: 0;

}
.navbar.navbar-dark.fixed-top {
    padding: 0;
}
/*menu*/
#navbarNav .dropdown-item {
    font-weight: bold;
}
#navbarNav .dropdown-item:focus, #navbarNav .dropdown-item:hover {
    color: #f8ba15;
    text-decoration: none;
    background-color: #f8f9fa00;
}
#navbarNav {
    padding: 0;
    padding-top: 30px;
}
#navbarNav .dropdown-item.active, #navbarNav .dropdown-item:active {
    background-color: #007bff00;
    color: #f8ba15;
}
#navbarNav .dropdown-menu {
    color: #212529;
    list-style: none;
    background-color: #3e3e3e;
    border-radius: 0;
    padding-right: 48px;
    max-height: 0;
    transition: all .5s ease-in-out;
    display: block;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
}
    #navbarNav .dropdown-menu.active {
        max-height: 500px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
#navbarNav a.dropdown-toggle:after {
    content: none !important;
}
    #navbarNav a.dropdown-toggle i {
        display: inline-block;
        margin-right: .255em;
        content: "";
        border-top: .3em solid transparent;
        border-left: 0;
        border-bottom: .3em solid transparent;
        border-right: .3em solid;
        transition: all .1s ease-in-out;
    }
    #navbarNav li.open a.dropdown-toggle i {
        transform: rotate(-90deg);
    }
#navbarNav i.icomoon-icon41 {
    font-size: 33px;
    color: #fff;
    padding:20px;
    cursor:pointer;
}
.arrowMenu {
    display: inline-block;
    width: 100px;
    position: absolute;
    left: 0px;
    text-align: left;
    padding-left: 15px;
}
.arrowMenu:hover {
    color: #fff;
}
/*footer*/
footer {
    background: #292929;
    color: #fff;
    padding: 40px;
}
footer h5 {
    color: #027bc0;
    margin-bottom: 23px;
}
.footerLogo {
    margin-left: 20px;
}
footer li a {
    color: #fff;
}
footer li a:before{
    color: #00b3ce;
}
.credit{
    /*margin: 15px 0 -15px;*/
}
.credit a{
    color: #fff;
}
.newsLatterFotter h5 {
    text-align: center;
}
.sbEmptyField {
    display: none;
}
form#newsLatter .form-group{
    position: relative;
}
form#newsLatter .form-group .field-validation-error {
    left: 40px;
}
form#newsLatter input[type=email],
form#newsLatter input[type=text] {
    padding: 9px;
    background: #fff;
    border: 0;
    border-radius: 25px;
    width: 85%;
    margin: auto;
    display: block;
    font-size: 18px;
}
.newsLatterFotter h4 {
    text-align: center;
}
form#newsLatter ::placeholder {
    color: #000;
}
form#newsLatter #SendJoinToNewsletterRequestSubmit,
form#newsLatter [type=submit] {
    color: #000000;
    border-radius: 0px;
    background: #00b4cf;
    margin: auto;
    display: block;
    padding: 2px 30px;
    font-size: 22px;
    border: 0;
    font-weight: bold;
}
form#newsLatter #SendJoinToNewsletterRequestSubmit:hover,
form#newsLatter [type=submit]:hover {
    background: #027bc0;
}
.Navigation i {
    display: block;
    font-size: 60px;
    text-align: center;
}
.Navigation {
    width: 100px;
    text-align: center;
    color: #027bc0;
    font-size: 18px;
    line-height: 10px;
}
.maslulim .nav {
    width: 100%;
}
.maslulim a.nav-link {
    color: #495057;
    border-radius:0;
}
.maslulim a.nav-link:hover {
    color: #fff;
}
.maslulim a.nav-link.active {
    background-color: #037bc0;
}
.studyPlanPage #accordion {
    margin-top: 30px;
}
/*home-gvarim*/
.bannerHomeB.homeA {
    margin: 0;
}
.bannerHomeB.homeB {
    margin: 0;
    background-position: center;
    background-size: cover;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bannerHomeB img {
    max-width: 100%;
    max-height: 100%;
}
.homeB {
    margin: 60px 0;
}
.bannerHomeB{
    height: 845px;
    max-height: 90vh;
    position: relative;
    overflow: hidden;
}
#videoBGclean {
    width: 100%;
    height: 90%;
}
#videoBG{
    width: 100%;
    height: 200%;
    /*filter: brightness(1.7);*/
}
.Nashim #videoBG{
    filter: /*brightness(1.7) hue-rotate(-15deg);*/
}
.bannerPracticals {
    position: absolute;
}
@keyframes attention {
    0% {
        font-size: 66px;
        height: 96px;
        width: 96px;
    }
    3% {
        font-size: 84px;
        height: 120px;
        width: 120px;
    }
    6% {
        font-size: 66px;
        height: 96px;
        width: 96px;
    }
}
@keyframes showAtt {
    0% {
        opacity: 0;
    }
    3% {
        opacity: 1;
    }
    9% {
        opacity: 1;
    }
    12% {
        opacity: 0;
    }
}
.bannerPoint {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 160px;
    text-align: center;
    transform: translateX(50%);
}
    .bannerPoint h5 {
        color: white;
        font-size: 24px;
        text-shadow: 0 0 5px black;
        font-weight: 600;
        margin-top: 15px;
        opacity: 0;
        transition: all .3s ease-in-out;
        animation-name: showAtt;
        animation-duration: 12s;
        animation-delay: .7s;
        animation-iteration-count: infinite;
    }
    .bannerPoint:hover {
        animation-name: none;
    }
        .bannerPoint:hover h5 {
            opacity: 1 !important;
            animation: 0;
            -webkit-animation: 0;
        }
        .bannerPoint:not(:hover) h5 {
            animation: 0;
            -webkit-animation: 0;
        }
    .bannerPoint .homeBicon {
        background-color: white;
        border-radius: 50%;
        box-shadow: 0 0 30px white;
        font-size: 66px;
        height: 96px;
        width: 96px;
        animation-name: attention;
        animation-duration: 12s;
        animation-delay: .7s;
        animation-iteration-count: infinite;
    }
        .bannerPoint .homeBicon i {
            background: -webkit-linear-gradient(#05b5cd, #006595);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
    .bannerPoint.bannerPoint_1 {
        position: absolute;
        top: 12%;
        right: calc(50% - 27%);
    }
    .bannerPoint.bannerPoint_2 {
        position: absolute;
        top: 40%;
        right: calc(50% - 31%);
    }
    .bannerPoint.bannerPoint_3 {
        position: absolute;
        top: 68%;
        right: calc(50% - 27%);
        width: 240px;
    }
    .bannerPoint.bannerPoint_4 {
        position: absolute;
        top: 12%;
        right: calc(50% + 27%);
    }
    .bannerPoint.bannerPoint_5 {
        position: absolute;
        top: 40%;
        right: calc(50% + 31%);
    }
    .bannerPoint.bannerPoint_6 {
        position: absolute;
        top: 68%;
        right: calc(50% + 27%);
        width: 240px;
    }

    .bannerPoint.bannerPoint_2 .homeBicon,
    .bannerPoint.bannerPoint_2 h5 {
        animation-delay: 10s;
    }
    .bannerPoint.bannerPoint_3 .homeBicon,
    .bannerPoint.bannerPoint_3 h5 {
        animation-delay: 4s;
    }
    .bannerPoint.bannerPoint_4 .homeBicon,
    .bannerPoint.bannerPoint_4 h5 {
        animation-delay: 6s;
    }
    .bannerPoint.bannerPoint_5 .homeBicon,
    .bannerPoint.bannerPoint_5 h5 {
        animation-delay: 2s;
    }
    .bannerPoint.bannerPoint_6 .homeBicon,
    .bannerPoint.bannerPoint_6 h5 {
        animation-delay: 8s;
    }
@keyframes sparks {
    0% {
        transform: scale(1);
    }

    5% {
        transform: scale(1.3);
    }

    10% {
        transform: scale(1);
    }
}
.orbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: radial-gradient(white, transparent 95%);
}
    .orbs .orb {
        display: inline-block;
        background-color: #f8ba15;
        height: 24px;
        width: 24px;
        position: absolute;
        border-radius: 50%;
        box-shadow: 0 0 15px #f8ba15;
        animation-name: sparks;
        animation-duration: 5s;
        animation-iteration-count: infinite;
    }
        .orbs .orb:nth-child(1) {
            top: 21.5%;
            right: calc(50% + 16.5%);
            animation-delay: 1s;
        }
        .orbs .orb:nth-child(2) {
            top: 38%;
            right: calc(50% - 22%);
            animation-delay: 2s;
        }
        .orbs .orb:nth-child(3) {
            top: 60.5%;
            right: calc(50% + 21%);
            animation-delay: 3s;
            height: 28px;
            width: 28px;
        }
        .orbs .orb:nth-child(4) {
            top: 78%;
            right: calc(50% + 13.8%);
            animation-delay: 4s;
        }
        .orbs .orb:nth-child(5) {
            top: 65.2%;
            right: calc(50% - 22.5%);
            animation-delay: 0s;
            height: 18px;
            width: 18px;
        }
.signUp {
    background-color: #f8ba15;
    color: black;
    border-radius: 0 60px 60px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    font-size: 24px;
    font-weight: bold;
    width: 220px;
    position: fixed;
    left: 0;
    bottom: 12vh!important;
    z-index: 99;
    transition: all .1s ease-in-out;
    border: 0px none transparent;
    cursor: pointer;
    outline: none;
}
    .signUp[type="button"]::-moz-focus-inner {
        border: 0;
    }
    .signUp:focus {
        border: 0px none transparent;
        outline: none;
    }
    .signUp i {
        font-size: 60px;
        padding-left: 10px;
    }
    .signUp:hover {
        width: 230px;
        padding-left: 10px;
        color: black;
    }
.bannerHomeB .titleBox {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    text-align: center;
    width: 400px;
}
    .bannerHomeB .titleBox .slogan {
        font-size: 72px;
        line-height: 72px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .bannerHomeB .titleBox h1 {
        font-size: 30px;
        color: black;
        margin-bottom: 0;
    }
    .bannerHomeB .titleBox .subTitle {
        font-size: 24px;
    }
    .bannerHomeB .titleBox .icomoon-icon50 {
        background: -webkit-linear-gradient(#05b5cd, #006595);
        background-clip: border-box;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 520px;
        position: absolute;
        right: -40px;
        top: -148px;
        transform: scaleY(.9);
    }
    .subTitle img {
        width: 60px;
        margin-right: 5px;
    }
.afterBannerLink {
    position: absolute;
    bottom: 30px;
    right: 50%;
    transform: translateX(50%);
    z-index: 9;
}
    .afterBannerLink i {
        color: #f8ba15;
        font-size: 50px;
        text-shadow: 0 0 15px rgba(0,0,0,.5);
    }
.maslulimSwiper .swiper-slide {
    padding-bottom: 20px;
}
.maslul {
    border: 1px solid #eee;
    text-align: center;
    padding: 0;
    border-left: 0;
    min-height: 148px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.maslul:hover {
    background: #037bc0;
    color: #fff;
    border: 1px solid #037bc0;
}
.maslul:hover:before,
.maslul.active::before
{
    content: '';
    clip-path: polygon(51% 100%, 0 0, 100% 0);
    width: 30px;
    height: 22px;
    background: #037bc0;
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    z-index: 1;
}
.maslul:last-child {
    border-left: 1px solid #eee;
}
.maslul i {
    font-size: 75px;
}
    .maslul i.icon-user:before,
    .maslulSlide i.icon-user:before
    {
        content: "";
        background-image: url(/img/psychoIconFill.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 79px;
        height: 79px;
        margin: 0 auto;
        display: inline-block;
    }
.maslul h5{
    font-weight: 500;
}
.maslulBig {
    background: #eee;
    margin-top: 30px;
}
.maslulBigText{
    padding: 35px;
}
.maslulBigText li::before {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    margin-left:10px;
    width:20px;
    display:inline-block;   
    font-weight: 900;
}
.maslulBigText li i {
    padding-left: 10px;
}
.maslulBigText ul {
    padding: 20px 0;
}
.maslulImg{
    background-size: cover;
}
.milgotB img {
    margin: auto;
    display: block;
}
.milgotB .bottons {
    padding-top: 20px;
}
.contactHomeB h2  {
    text-align: center;
    margin-bottom: 0;
}
.contactHomeB h5 {
    text-align: center;
    margin-bottom: 20px;
}
.contactHomeB h2:before{
    content: none;
}
.contactHomeB .form-group input{
    border-radius: 0;
    height: 45px;
}
.contactHomeB .form-group .floatingLabel {
    position: absolute;
    top: 8px;
    right: 18px;
    font-size: 20px;
}
.contactHomeB input#CCDonFormSubmit,
.contactHomeB input#SendInterstedInStudiesFormSubmit,
.contactHomeB .SendInterstedForm [type=submit] {
    background-image: linear-gradient(to right, #037bc0, #003566);
    border: 0;
    width: 100%;
    font-size: 30px;
    padding: 0;
}
.contactHomeB .SendInterstedForm [type=submit] {
    height: 45px;
    border-radius: 0;
}

.contactBox {
    box-shadow: 0px 0px 25px #8a8a8a6b;
    padding: 10px;
    position: relative;
    background: #fff;
    z-index: 1;
}
.lamaLilmod {
    background-image: url(/img/home8.jpg);
    margin-top: -140px;
    padding-top: 140px;
    position: relative;
    color: #fff;
    min-height: 750px;
    text-align: center;
    background-attachment: fixed;
}
.lamaLilmod:before {
    background-image: linear-gradient(to left, rgb(3 123 192 / 0.80), rgb(0 53 102 / 0.80));
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}
.lamaLilmod h2 {
    color: #fff;
}
.iconLilmod h3 {
    color: #fff;
    font-weight: bold;
    padding-bottom: 20px;
    height: 100px;
}
.iconLilmod i {
    font-size: 110px;
}
.graduatesStoriesSwiper {
    height: 360px;
    padding: 15px;
}
.swiper-container .nav{
    flex-wrap: initial;
}
.boger {
    border: 1px solid #eee;
    position: relative;
}
.boger:before {
    content: "\e910";
    font-family: icomoon;
    left: -40px;
    position: absolute;
    font-size: 122px;
    color: #e4e4e4;
    transform: rotate(90deg);
    bottom: -42px;
}
.boger:hover{
    box-shadow: 0px 0px 15px #8a8a8a6b;
}
.bogrimStory .bogerText {
    display: inline-block;
    margin-top: 15px;
    color: #282d33;
}
.bogrimStory .swiper-pagination.swiper-pagination-bullets{
    right: 0;
}
.logoBoger {
    margin-top: -15px;
    margin-right: 20px;
}
.bogrimStory span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    --swiper-theme-color: #037bc0;
}
.bogrimStoryMaslul .bogerName .swiper-container{
    padding: 40px 120px 62px 105px;
}
span.swiper-pagination-bullet {
    padding: 4px;
}
.bogerName {
    margin-top: -50px;
}
.bogerText h6 {
    margin: 0;
}
.bogerText {
    margin-top: 25px;
}
.bogerIcons {
    width: 100%;
}
.bogerIcons li {
    display: inline-block;
    margin-left: 40px;
}
.bogrimStory .icomoon-icon29 {
    font-size: 140px;
    color: #f8ba15;
    margin-right: -40px;
}
.bogerIcons i {
    font-size: 22px;
    padding-left: 5px;
}
.DetailsBoger {
    text-align: right;
    line-height: 33px;
}
.workBoger {
    text-align: center;
    margin: auto;
}
.bogerTextS {
    display: inline-block;
    margin: auto;
}
.academyMen {
    font-size: 60px;
    padding: 20px;
}
.academyMen {
    font-size: 60px;
    padding: 20px;
    background-image: linear-gradient(to top, #037bc0, #003566);
    -webkit-background-clip: text;
    color: transparent;
}
.careerBack {
    background: #eee;
}
.CareerSection h2{
    margin-top:2rem;
}
.job {
    background: #fff;
    margin-bottom: 20px;
    padding: 16px;
    position: relative;
    box-shadow: 0px 0px 15px rgba(90, 90, 90, 0.14);
    color: #292929;
    display: block;
}
.job:hover {
    color: #037bc0;
}
.job p {
    font-weight: bold;
    font-size: 30px;
}
.job .date {
    display: block;
    text-align: left;
    line-height: 5px;
}
.job .number {
    position: absolute;
    top: -40px;
    font-size: 55px;
    font-weight: bold;
    right: -15px;
    color: #cecece;
}
.date {
    color: #037bc0;
    font-size: 18px;
}
.Services h3 {
    background-image: linear-gradient(to right, rgba(3, 123, 192, 0.85), rgba(0, 53, 102, 0.85));
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    bottom: 0;
    margin: 0;
    color: #fff;
    padding: 7px;
}
.Services {
    padding: 0;
    background-size: cover;
}
.misrot .bottonLineBlue {
    display: inline-block;
    float: left;
    margin-bottom: 15px;
}
.misrot {
    min-height: 500px;
}
.misrot > div {
    padding: 35px;
}
.new {
    background: #eeeeee;
    padding: 30px;
}
.new .date {
    left: 30px;
    position: absolute;
    font-size: 18px;
    color:#212529;
}
.new h5, .new p {
    color: #212529;
}
.new:nth-child(1), .new:nth-child(3) {
    background: white;
    box-shadow: 0px 0px 25px #bbb;
}
.new:nth-child(2){
    z-index: 1;
}
.blueBottom {
    background: #027bc0;
    font-size: 30px;
    font-weight: bold;
    padding: 5px 25px;
    color: #fff;
    border: 3px solid #037bc0;
    position: absolute;
    border-radius: 0;
    bottom: -45px;
}
.blueBottom:hover {
    background: #fff;
    color: #027bc0;
    border-radius: 0;
    border-color: #027bc0;
}
.bottonLineBlack {
    color: #000000;
    font-size: 30px;
    font-weight: bold;
    border: 3px solid #000000;
    padding: 6px 15px;
}
.bottonP{
text-align: center;
    padding-top: 80px;
}
.careerBack .advisingCenterArrow.swiper-button-prev, .careerBack .advisingCenterArrow.swiper-button-next {
    top: 50%;
    transform: translateY(25%);
    color: #fff;
    text-shadow: 1px 1px 6px rgb(23 23 23 / 46%);
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -3px;
}

/*home*/
.homeA h2 {
    color: #000;
}
.maslulSlide{
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    text-align: center;
    padding: 0;
    height: 216px;
}
.swiper-slide:nth-child(2n) .maslulSlide{
    border-top: 0;
    border-bottom: 0;
}
.maslulSlide a {
    color: #000;
    display: block;
    padding: 10px;
    height: 100%;
}
.maslulSlide a:hover {
    color: #fff;
}
.maslulSlide i {
    font-size: 75px;
}
.maslulSlide h4 {
    margin-bottom: 5px;
}
.MasluleiLimud.Nashim .maslulSlide:hover {
    border-color: #00b3ce;
    background: #00b3ce;
    color: #fff;
}
.MasluleiLimud.Nashim {
}
.MasluleiLimud.Gvarim .maslulSlide:hover {
    border-color: #037bc0;
    background: #037bc0;
    color: #fff;
}
.MasluleiLimud.Nashim .maslulimSlide .swiper-wrapper{
    border-bottom: 4px solid #00b3ce;
}
.MasluleiLimud.Gvarim .maslulimSlide .swiper-wrapper {
    border-bottom: 4px solid #037bc0;
}
/*.maslulimSlide .swiper-slide{
    padding-left: 10px;
}*/
.studyPlansSwiper {
    padding-bottom: 30px;
}
.studyPlansSwiper .swiper-pagination{
    position: relative;
    top: 15px;
}
.MasluleiLimud.Nashim > p, .MasluleiLimud.Nashim h3 {
    color: #00b3ce;
    margin-right: -15px;
}
.MasluleiLimud.Gvarim > p, .MasluleiLimud.Gvarim h3 {
    color: #037bc0;
    margin-right: -15px;
}
.hechvenItem {
    border-left: 2px solid #fff;
    position: relative;
    margin-bottom: 30px;
    background-size: auto 100%;
    background-position: center;
    transition: all .1s ease-in-out; 
    padding-top: 77%;
}
.hechvenItem:hover {
    background-size: auto 105%;
}
.hechvenItem h4 {
    color: #fff;
    position: relative;
    text-shadow: 2px 1px 7px #1f1f1f8c;
    text-align: center;
    font-size: 32px;
}
.hechvenItem:before {
    background: rgba(33, 33, 33, 0.15);
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.infoItem {
    border: 1px solid #eee;
    margin-bottom: 30px;
    padding-bottom: 25px;
    padding-top: 10px;
}
.infoItem i {
    font-size: 110px;
}
.infoItem h4 {
    margin-bottom: 0;
    color: #212529
}
.infoItem p {
    color: #212529
}
.infoItem .bottonLineBlue {
    padding: 4px 15px;
}
.infoItem:hover {
    background: #037bc0;
    color: #fff;
}
.infoItem:hover i{
    color: #fff;
}
.infoItem:hover h4,
.infoItem:hover p {
    color: #fff;
}
.infoItem:hover .bottonLineBlue {
    background: #037bc0;
    color: #fff;
    border: 3px solid #fff;
}
.magazin {
    color: #fff;
    padding: 50px 0;
    background-attachment: fixed;
    position: relative;
}
.magazin:before {
    background: linear-gradient(to right,rgba(12, 128, 194, 0.20),rgb(0, 105, 165, 0.90));
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.magazin h2 {
    color: #fff;
}
.magazin p {
    margin-bottom: 30px;
}
.magazin .bottonLineBlue {
    color: #ffffff;
    border: 3px solid #ffffff;
}
.magazin .swiper-container.magazinSwiper{
    padding-bottom: 50px;
}
.magazin .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    width: 100px;
    right: 0;
    bottom: 0px;
    text-align: right;
}
.magazin .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets span {
    margin: 0 4px;
    color: #fff;
    -swiper-theme-color: #fff;
    --swiper-theme-color: #ffffff;
    padding: 6px;
}
.magazin .bottonLineBlue:hover {
    color: #f8ba15;
    border: 3px solid #f8ba15;
    background: transparent;
}
.magazin span.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #ffffff;
}
.hechven {
    position: relative;
}
.hechven .col-md-3 {
    padding: 0;
}
.hechven .swiper-button-prev, .hechven .swiper-button-next {
    background-color: rgba(3, 123, 192, 0.30);
    width: 60px!important;
    height: 61px!important;
    color: #fff!important;
    text-shadow: 3px 0px 4px #5a5a5a7a;
}
.hechven .swiper-button-next {
    left: 0!important;
}
.hechven .swiper-button-prev {
    right: 0!important;
}
.arrowsIcons {
    position: absolute;
    z-index: 1;
    color: #fff;
    font-size: 30px;
}
.arrowsIcons{
    width: 100%;
}
.arrowsIcons i {
    background: #037bc0ad;
    width: 50px;
    text-align: center;
    height: 50px;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #037bc0;
}

/*maslulPage*/
.bannerMaslul.bannerPage{
    height: 600px;
    padding-bottom: 95px;
    background-attachment: fixed;
}
.bannerPage{
    position: relative;
    height: 300px;
    background-attachment: fixed;
}
.bannerPage p {
    color: #fff;
    width: 100%;
    font-size: 20px;
    line-height: 28px;
}
.bannerPage:before {
    background-image: linear-gradient(to right,rgba(0, 179, 206, 0.85),rgba(12, 128, 194, 0.85));
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
}
.Gvarim .bannerPage:before{
    background-image: linear-gradient(to left, rgb(3 123 192 / 0.80), rgb(0 53 102 / 0.90));
}
.bannerPage:after {
    background: url(/img/bannerPNG.png);
    content: '';
    width: 814px;
    height: 511px;
    position: absolute;
    left: 0;
    opacity: 0.5;
    top: -100px;
}
.bannerTitle {
    position: relative;
    /*width: 1000px;*/
    width: auto;
    margin: auto;
    text-align: center;
    margin-top: 20px;
    position: relative;
    z-index: 1;
}
.bannerTitle h1 {
    margin: auto;
    text-shadow: 1px 5px 6px #5f5f5f40;
    display: block;
    width: 100%;
}
.bannerTitle i {
    text-align: center;
    margin: auto;
    color: #f8ba15;
    font-size: 120px;
    margin-top: -45px;
}
.iconY {
    color: #f8ba15;
    font-size: 50px;
}
.bannerIcons h5 {
    color: #fff;
}
.bannerIcons {
    background: rgba(23, 77, 117, 0.54);
    padding: 20px;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.collapsInfo {
    border: 1px solid #eee !important;
    margin-bottom: 15px;
    padding: 0;
}
    .collapsInfo .card-header{
        margin-bottom:0;
        border-radius:0;
        padding:0;
        background-color:transparent;
        border-bottom:0;

    }
    .collapsInfo h5 {
        color: #037bc0;
        margin-bottom: 0;
    }
    .collapsInfo i {
        margin-left: 10px;
    }
    .collapsInfo a{
        padding: 12px;
        display: block;
    }
.shanaBotton {
    margin-bottom: 5px;
    color: #3c3c3c;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    z-index: 1
}
.shanaBotton a {
    display: block;
    padding: 15px 40px 15px 15px;
    color: #292929;
}
.shanaBotton:hover {
    background-image: linear-gradient(to right, #037bc0, #003566);
    color:#fff;
}
.shanaBotton:hover:before, .shanaBotton .active:before {
    content: '';
    width: 14px;
    height: 18px;
    background: #037bc0;
    position: absolute;
    bottom: 23px;
    left: -18px;
    transform: translateX(50%);
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.shanaBotton a:hover {
    color: #fff;
}
.shanaBotton .active {
    color: #fff;
}
.shanaBotton .active {
    background-image: linear-gradient(to right, #037bc0, #003566);
    color:#fff;
}
.shanaBotton:hover:after, .shanaBotton .active:after  {
    content: "\e924";
    font-family: 'icomoon';
    color: #f8ba15;
    position: absolute;
    top: 17px;
    right: 12px;
}
.Curriculum {
    background-color: #eee;
}
.Curriculum .col-md-2 {
    margin-left: -15px;
}
.listShana {
    background: #fff;
    border-bottom: 4px solid #037bc0;
    padding: 30px 40px;
    z-index: 0;
}
.listShana li {
    color: #037bc0;
    font-weight: bold;
    line-height: 38px;
    position: relative;
    padding-right: 15px;
}
.listShana li:before {
    content: '';
    background: #bbb;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 16px;
    right: 0;
}
.bogrimStoryMaslul {
    background-image: url(/img/home8.jpg);
    position: relative;
    color: #fff;
    min-height: 650px;
    padding-bottom: 70px;
    background-attachment: fixed;
}
.bogrimStoryMaslul:before {
    background: rgba(3, 122, 191, 0.52);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
}
.bogrimStoryMaslul h2 {
    color: #fff;
}
.bogrimStoryMaslul .swiper-slide > i {
    font-size: 140px;
    position: absolute;
    top: -65px;
    right: -120px;
    color: rgba(255, 255, 255, 0.51);

}
.bogerName .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}
.bogerName {
    text-align: center;
    position: relative;
    max-width: 980px;
    margin: auto;
    margin-top: -70px;
}
.bogerName h5 {
    font-weight: 400;
    line-height: 45px;
    margin-bottom: 20px;
}
.bogerName .swiper-container{
    padding: 40px 120px 120px 120px;

}
.bogrimStory .bogerName .swiper-container{
    margin-top: -30px;
}
.contactHomeMaslul .contactBox{
    margin-top: 50px;
    margin-bottom: 50px;
}
.navPages button.navbar-toggler {
    background: #ffffff;
}
.navPages .navbar-toggler {
    position: absolute;
    top: 15px;
}
.navPages .navbar-toggler span {
    background: #000;
    pointer-events: none;
}
.navPages .social-header li:not(.ezorIshi) i {
    color: #0b0b0b;
}
/*hechvenCeter*/
.update {
    border: 1px solid #eee;
    padding-top: 10px;
    padding: 0 25px;
    padding-bottom: 63px;
    position: relative;
    margin-bottom: 20px;
}
.update img {
    margin-top: -12px;
    margin-bottom: 15px;
}
.update a * {
    color: #212529;
}
.update a .blueBottom {
    color: #fff;
    left: 0;
}
.update a .blueBottom:hover,
a .blueBottom:hover{
    background: #fff;
}
.Gvarim .update a .blueBottom:hover,
.Gvarim  a .blueBottom:hover {
    color: #037bc0;
}
.Nashim .update a .blueBottom:hover,
.Nashim  a .blueBottom:hover {
    color: #00b4cf;
}
.centerBotton {
    text-align: center;
    margin-top: 40px;
    width: 100%;
}
.index img {
    width: 100%;
}
.index h5 {
    margin-bottom: 40px;
}
.indexText {
    padding-left: 50px;
}
.index {
    background: #eee;
}
/*info*/
.contactBlue{
    background-image: linear-gradient(to right, #037bc0, #003566);
}
.contactBlue h2, .contactBlue h5 {
   color:#fff;
}
.contactBlue .contact input {
    border: 1px solid #fff;
    background: #00ffff00;
    color:#fff;
}
.contactBlue label.floatingLabel {
    color: #fff;
}
.contactBlue h5 {
    font-weight: normal;
    margin-bottom: 20px;
}
.contactInfo input#CCDonFormSubmit {
    background: #f8ba15;
    color: #037bc0;
    font-weight: bold;
}
.contactInfo input#CCDonFormSubmit:hover {
    background: white;
}
.infoSection {
    padding: 30px 150px 50px;
}
.infoSection p
.infoSection .spoiler {
    margin-bottom: 32px;
}
.infoSection i {
    color: #292929;
    padding-left: 10px;
}
.ArticlesPage .spoiler {
    color: #212529;
}
.mechina p, .mechina .spoiler {
    margin-bottom: 30px;
}
.bottonBlueG {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    padding: 8px 32px;
    background-image: linear-gradient(to right, #037bc0, #003566);
    font-size: 24px;
}
.bottonBlueG:hover {
    background: #027bc0;
    color: #fff;
}
.imgInfo:before {
    background: rgba(3, 122, 191, 0.33);
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.imgInfo{
    position: relative;
}
input#SendSetConsultMeetingFormSubmit,
.contactHomeB .contactBlue .SendInterstedForm [type=submit] {
    background: #f8ba15;
    border: 0;
    width: 100%;
    font-size: 30px;
    padding: 0;
    color: #025793;
    font-weight: bold;
}
input#SendSetConsultMeetingFormSubmit:hover,
.contactHomeB .contactBlue .SendInterstedForm [type=submit]:hover {
    background: #fff;
}
.contactBlue h2 {
    margin-bottom: -8px;
}
.alert-danger {
    color: #ff0000;
    background-color: #d4edda00;
    border-color: #c3e6cb00;
    font-size: 20px;
    text-align: center;
    padding: 0;
    margin: 5px !important;
    margin-bottom: 20px !important;
    display: inline-block;
    /*position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    bottom: -42px;
    font-size: 20px;*/
}

.alert-success {
    /*color: #00b4cf;
    background-color: rgba(212, 237, 218, 0);
    border-color: rgba(195, 230, 203, 0);
    font-size: 20px;
    text-align: center;
    padding: 0;
    margin: 5px !important;
    margin-bottom: 20px !important;
    display: inline-block;*/
    background-color: lightgreen;
    color: darkgreen;
    border: 1px solid darkgreen;
    padding: 10px 15px;
    margin: 40px 0 !important;
    font-size: 20px;


}

.contactForm .alert-success {
    background-color: lightgreen;
    color: darkgreen;
    border: 1px solid darkgreen;
    padding: 10px 15px;
    margin: 40px 0 !important;
}
.rishum a {
    padding: 5px;
    border: 0;
    border-radius: 0;
    color: #fff;
    background-image: linear-gradient(to right,rgba(0, 179, 206, 0.85),rgba(12, 128, 194, 0.85));
}
    .rishum a:hover {
        background: #037bc0;
    }
.accordion .card:first-of-type {
    border-radius: 0;
}
/*about*/
.sectionAbout img {
    width: 100%;
}
.H2general h2{
color: #292929;
}
.caunter {
    padding: 100px;
    color: #fff;
    position: relative;
    background-attachment: fixed;
}
.caunter:before {
    background-image: linear-gradient(to right,rgba(0, 179, 206, 0.85),rgba(12, 128, 194, 0.85));
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
}
.counter.appear-animation i {
    display: block;
    text-align: center;
    font-size: 60px;
}
.counter.appear-animation strong {
    display: block;
    text-align: center;
    font-size: 80px;
    margin-top: -10px;
}
.counter.appear-animation label {
    text-align: center;
    display: block;
    font-size: 30px;
    margin-top: -10px;
}
.swiper-wrapper .thumb-info-inner {
    display: block;
    text-align: center;
    font-size: 30px;
    color: #027bc0;
    font-weight: bold;
}
.swiper-wrapper .thumb-info-type {
    display: block;
    text-align: center;
    font-size: 22px;
    margin-top: -8px;
}

/*span.swiper-slide.thumb-info.thumb-info-hide-wrapper-bg:hover .thumb-info-caption {
    text-align: center!important;
    display: block;
    position: absolute;
    top: 0;
    padding: 32px;
    background: rgba(2, 123, 192, 0.77);
    height: 222px;
    color: #fff;
    border-radius: 50%;
    display: block;
    width: 222px;
    left: 0;
    right: 50%;
    bottom: 0;
    transform: translateX(50%);
}*/
.thumb-info-caption {
    display: none;
}
.homePage .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    top: 50%;
    transform: translateY(-50%);
    color: #027bc0;
    left: 20px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    top: 50%;
    transform: translateY(-50%);
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 20px;
}
.staff.swiper-button-prev.swiper-button-white.swiper-button-disabled, .staff.swiper-button-next.swiper-button-white.swiper-button-disabled {
    top: 130px;
}
.thumb-info-wrapper img{
    border-radius: 50%;
    margin: auto;
    display: block;
    width: 222px;
    height: 222px;
}

.aboutIcons.icons1 .iconTtlTxtLnk {
    background: #00b3ce;
    height: 250px;
    margin-bottom: 30px;
    padding-top: 40px;
    color: #fff;
}
.aboutIcons.icons2 .iconTtlTxtLnk {
    background: #037bc0;
    height: 250px;
    margin-bottom: 30px;
    padding-top: 40px;
    color: #fff;
}
.aboutIcons .iconTtlTxtLnk i {
    font-size: 120px;
}
.aboutIcons .iconTtlTxtLnk p {
    font-size: 20px;
}
.aboutIcons.icons2 :nth-child(1).iconTtlTxtLnk {
    background: #fff;
    color: #212529;
    box-shadow: 0px 0px 14px 5px #5f5f5f14;
}
.aboutIcons.icons1 :nth-child(2).iconTtlTxtLnk {
    background: #fff;
    color: #212529;
    box-shadow: 0px 0px 14px 5px #5f5f5f14;
}
.breadcrumb {
    background: #fff0;
    position: relative;
    border-radius: 0;
    padding: 8px;
    margin-bottom: 0;
}
.breadcrumb a {
    color: #037bc0;
}
.breadcrumb li {
    font-size: 18px;
}
/*updats Page*/
.updatesPage .row {
    margin-bottom: 60px;
}
.updatesPage .new {
    background: #ffffff;
    padding: 30px;
    border: 1px solid #eee;
    box-shadow: none;
    margin-left: -1px;
}
.seperator {
    margin-left: 5px;
    color: #bbb;
}
.bannerTitle img {
    display: block;
    float: none;
    margin: auto;
}
.updatePage .grid-section img {
    width: 100%;
}
.updateToolbar {
    width: 100%;
    border-top: 1px solid #eee;
    margin-top: 40px;
}
.updateToolbar .btn-light {
    background: 0;
    border: 0;
    color: #037bc0;
    font-weight: 600;
    margin-top: 5px;
}
.updateToolbar .btn-light:hover {
    color: #f8ba15;
}
.updateDate {
    margin-top: 10px;
}
.anotherUpdates {
    background: #f5f5f5;
    padding: 30px 0 100px;
    margin: 0!important;
}
.anotherUpdates.anotherPressItems{
    background: white;
}
.anotherUpdates.anotherPressItems .new {
    border: 1px solid #eee;
    background: #ffffff;
    box-shadow: none;
    margin-left: -1px;
}
/*search*/
.searchPage .btn-primary {
    background: #027bc0;
    border-radius: 0;
}
/*contact page*/
.bannerPage.bannerContact{
height:auto;
}
.contactPage .ContactForm,
.contactPage  #ContactUsContainer {
    width: 100%;
}

.contactPage .ContactForm input {
    width: 100%;
    border: 0;
    padding: 12px;
    box-shadow: 1px 1px 9px #79797947;
    margin-bottom: 30px;
    transition: all .2s ease-in-out;
}
.contactPage .ContactForm .form-group {
    margin-bottom: 0;
}
.ContactForm textarea#message {
    width: 100%;
    border: 0;
    box-shadow: 1px 1px 9px #79797947;
    height: 100px;
    padding: 12px;
}
.contactPage .contactForm button {
    border-radius: 0!important;
    margin: auto;
    display: block;
    font-size: 30px;
    font-weight: bold;
    padding: 6px 25px;
    border: 3px solid #f3b719;
    color: #f8ba15;
    background: #f0ffff00;
    margin-top: 15px;
}
.contactPage .contactForm button:hover,
.contactPage .contactForm button:focus {
    background: #f8ba15;
    color: #fff;
}
.contactWays {
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 10px 0 40px;
}
.contactWays i {
    font-size: 40px;
}
.contactWays a {
    color: #fff;
}
.contactForm label {
    position: absolute;
    right: 25px;
    font-size: 18px;
    top: 9px;
    transition: all .1s ease-in-out;
}
.contactMap h2, .ContactPhones h2 {
    text-align: center;
    color: #292929;
}
.contactMap h2:before, .ContactPhones h2:before {
    right: 50%;
    transform: translateX(50%);
}
.ContactPhones{
    background-image: linear-gradient(to right,rgba(0, 179, 206, 0.85),rgba(12, 128, 194, 0.85));
    color: #fff;
}
.ContactPhones h2{
    color: #fff;
}
.ContactPhones li {
    font-size: 30px;
    font-weight: bold;
    line-height: 55px;
}
.form-group input:focus ~ label.floatingLabel,
.form-group textarea:focus ~ label.floatingLabel,
.form-group input.valid ~ label.floatingLabel,
.form-group textarea.valid ~ label.floatingLabel,
.form-group input.is-invalid ~ label.floatingLabel,
.form-group textarea.is-invalid ~ label.floatingLabel,
.form-group input.input-validation-error ~ label.floatingLabel,
.form-group textarea.input-validation-error ~ label.floatingLabel {
    top: -28px;
    right: 15px;
    color: #fff;
}
.contactPage .bannerPage:before {
    background: linear-gradient(to left,rgba(0, 179, 206, 0.70),rgba(12, 128, 194, 1));
}


.offcanvas-collapse {
    position: fixed;
    top: 0; /* Height of navbar */
    bottom: 0;
    right: -300px;
    left: 100%;
    width: 300px;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.8);
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: right, visibility;
}
.offcanvas-collapse a{
    color: #ffffff
}
.offcanvas-collapse a.Nashim {
    color: #00b3ce;
}
.offcanvas-collapse a.Gvarim {
    color: #037bc0;
}
.mapIcons {
    background: #f3f3f3;
    text-align: center;
    margin-top: -40px;
    padding-bottom: 50px;
}
.mapIcons img {
    background: #fff;
    border-radius: 50%;
    padding: 5px;
    width: 150px;
}
.contactForm {
    position: relative;
    z-index: 1;
}
.field-validation-error {
    position: absolute;
    top: 0;
    display: block;
    left: 10px;
    color: red;
}
.contactForm .field-validation-error {
    left: 20px;
}
.cvFile .field-validation-error {
    top:3px;
    left: -55px;
}
/* Makes the nav visibile with the open class */
.offcanvas-collapse.open {
    right: 0;
    visibility: visible;
}
#mainNav {
    margin-top: 120px;
}
/*maslulim page*/

.maslulItem {
    border: 1px solid #eee;
    margin-bottom: 30px;
    padding-bottom: 25px;
    padding-top: 10px;
    color: #292929;
    height: 180px;
    padding: 20px;
}
.maslulItem h4{
    color: #027bc0;
}
.maslulItem i {
    font-size: 110px;
}
.maslulItem:hover {
    background: #027bc0;
    color: #fff;
}
.maslulItem:hover h4{
    color: #fff;
}
.articleBlock {
    border: 1px solid #eee;
    margin-bottom: 30px;
    color: #292929;
    padding: 20px;
}
.studyPlanPage .AuctionsPage table#auctionsTable.grid-section img {
    width: 100%;
}
input#SendStudyPlanInstresteFormSubmit {
    background-image: linear-gradient(to right, #037bc0, #003566);
    border: 0;
    width: 100%;
    font-size: 30px;
    padding: 0;
}
.studyPlanPage .grid-section img {
    width: 100%;
}
/*tochen page*/

.lessonBlock.my-4 {
    margin: 0!important;
}
.articleBlock .box-content {
    color: #292929;
}
.articleBlock .text-primary {
    color: #027bc0!important;
}
.articleBlock .post-meta.d-flex.justify-content-between a {
    color:  #027bc0;
}
 .sideNav > .nav > li > a {
    display: block;
    color: #fff;
    background-image: linear-gradient(to right,rgba(0, 179, 206, 0.85),rgba(12, 128, 194, 0.85));    transition: all .2s ease-in-out;
    width: 100%;
    padding: 10px;
    position: relative;
    overflow: hidden;
}
.sideNav > .nav > li > a:hover {
    background: #027bc0;
}
.sideNav > .nav > li {
    margin-bottom: 10px;
    display: block;
    width: 100%;
}
.kbSideNav .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem;
    background: #FFF;
    border-right-color: #EEE;
    border-left-color: #EEE;
    border-top: 3px solid #CCC;
    font-size: 16px;
    padding: 5px 12px;
}
.kbSideNav .nav-item a {
    color: #027bc0;
}
.kbSideNav .tab-content {
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    background-color: #FFF;
    border: 1px solid #EEE;
    border-top: 0;
    padding: 5px;
}
.kbSideNav #advSearchBtn {
    border: 1px solid #ced4da;
    border-radius: 0;
}
.kbSideNav .searchForm {
    margin-bottom: 10px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-top-color: #027bc0;
    color: #027bc0;
    background: #fff!important;
}
.kbSideNav .nav-tabs li .nav-link, .nav-tabs li .nav-link:hover {
    background: #f7f7f7;
}
.kbSideNav input.btn.btn-primary.form-control {
    background: #027bc0;
    border: 0;
}
.kbSideNav input.btn.btn-primary.form-control:hover {
    background: #36bcd5;
}
.articleBlock:hover {
    background: #f7f7f7;
}
.KBLessonPage .jssocials-share-logo {
      font-family: "Font Awesome 5 Brands";
}
.KBLessonPage .fa-at:before {
    font-family: "Font Awesome 5 Free";
}
.KBLessonPage .badge.badge-dark.badge-sm.badge-pill.text-uppercase.px-2.py-1.mr-1 {
    background: #037bc0;
}
.KBLessonPage .jssocials-share:last-child {
    margin-right: 10px;
}
/*michrazim*/
.auctionsInnerNav .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #037bc0;
    border-radius: 0;
    border: 2px solid #037bc0;
}
select#selectStatus {
    border-radius: 0;
    border-color: #eeeeee;
}
.aucNav .nav-link {
    border: 2px solid #037bc0;
    border-radius: 0;
    margin-left: 5px;
}
.aucNav .nav-link:hover {
    background: #037bc0;
    color: #fff;
    border: 2px solid #037bc0;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #027bc0;
}
.auctionsInnerNav {
    margin-bottom: 15px;
    position: relative;
}
.AuctionsPage #auctionsTable_wrapper {
    margin-top: -50px;
}
.AuctionsPage div#auctionsTable_wrapper label {
    float: left;
}
.AuctionsPage input.form-control.form-control-sm {
    border-radius: 0;
    margin-left: 0!important;
}
.AuctionsPage table#auctionsTable {
    border: 1px solid #eee;
    
}
.AuctionsPage table#auctionsTable thead{
    background: #f5f5f5;
}
.AuctionsPage .table-bordered thead td, .AuctionsPage .table-bordered thead th {
    border-bottom-width: 0;
}
.page-item.active .page-link {
    background-color: #037bc0;
    border-color: #037bc0;
}
.page-item.disabled .page-link {
    color: #037bc0;
    border-radius: 0;
}
.AuctionsPage ul.nav.nav-pills.d-flext.justify-content-center.aucNav {
    position: relative;
}
/*index bogrim page*/
.bogerItem {
    font-size: 22px;
    text-align: center;
    line-height: 28px;
    background: #ffffff;
    padding: 15px;
    border: 1px solid #eee;
    box-shadow: none;
    margin-bottom: 15px;
    width: 100%;
}
.bogerMaslul i {
    font-size: 40px;
    display: block;
}
.bogerNameItem {
    font-size: 30px;
    color: #00b3ce;
    text-align: right;
    line-height: 35px;
}
.bogerNameItem > div {
    display: inline-block;
}
.iconBoger i {
    font-size: 60px;
    background-image: linear-gradient(to top, #006695, #00b3ce);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.bogrimFilter {
    background: #efefef;
    text-align: center;
    font-size: 22px;
    margin-bottom: 30px;
}
.bogrimFilter .dropdown {
    display: inline-block;
    padding: 5px;
}
.bogrimFilter .btn-secondary:not(:disabled):not(.disabled).active, .bogrimFilter .btn-secondary:not(:disabled):not(.disabled):active, .bogrimFilter .show>.btn-secondary.dropdown-toggle {
     color: #037bc0; 
     background-color: #ffffff00; 
     border: 3px solid #037bc0;
    }
.bogrimFilter button#planDropDownButton:hover{
    color: #037bc0;
    font-weight: bold;
    border: 3px solid #037bc0;
    background: #ffffff00;
}
.bogrimFilter .btn-secondary {
    color: #037bc0;
    font-size: 24px;
    font-weight: bold;
    border: 3px solid #037bc0;
    background: #ffffff00;
}
.bogrimFilter .dropdown-menu.show {
    border-radius: 0;
}
.bogrimFilter .dropdown-item {
    padding: 10px;
    background: #037bc0;
    color: #fff;
    margin-bottom: 2px;
    border-radius: 0;
}
.bogrimFilter .dropdown-menu.show {
    padding: 0;
    border: 0;
}
/*info mitanienim*/
.infoContact {
    padding: 20px;
    border-bottom: 3px solid #037bc0;
    box-shadow: 0px 0px 25px #bbb;
}
.infoContact div {
    display: block;
}
.ContactB {
    font-weight: bold;
    font-size: 22px;
    color: #037bc0;
}
.ContactRow {
    margin-bottom: 12px;
}
.infoContact h4 {
    text-align: center;
}
.card-open {
    background: #037bc0;
    color: #fff;
}
.card-open h5 {
    color: #fff;
}
/*service Page*/
.servicePage img {
    width: 100%;
}
.extraServices {
    background: #f5f5f5;
    margin-top: -150px!important;
    padding-top: 150px;
}
.contactBox:before {
    content: '';
    background: url(/media/beeb5lva/home3.png);
    height: 176px;
    width: 175px;
    position: absolute;
    top: -72px;
    z-index: 9;
    left: -30px;
}
/*job Page*/
.card.job {
    padding-right: 50px;
}
.card.job .number {
    top: -7px;
    font-size: 40px;
    right: 23px;
}
.jobsItems .card-open {
    background: #efefef;
    color: #232323;
}
.jobsItems .card-open h5 {
    color: #037bc0;
}
.jobsItems .form-header {
    font-size: 30px;
    text-align: center!important;
    margin-bottom: 15px;
    display: block;
    font-weight: bold;
    color: #027dca;
}
.jobItem {
    box-shadow: 0px 0px 15px rgba(90, 90, 90, 0.14);
    border: 0!important;
}
.jobsItems h5 {
    color: #292929;
}
.sendJobApplicationForm .field-validation-error {
    left:20px;
}
.sendJobApplicationForm .form-group{
    padding-top: 15px;
}
.sendJobApplicationForm input, 
.sendJobApplicationForm textarea {
    height: 45px;
}
.sendJobApplicationForm .floatingLabel {
    position: absolute;
    right: 25px;
    font-size: 18px;
    top: 20px;
    transition: all .1s ease-in-out;
}
.sendJobApplicationForm .form-group input:focus ~ label.floatingLabel, 
.sendJobApplicationForm .form-group textarea:focus ~ label.floatingLabel, 
.sendJobApplicationForm .form-group input.valid ~ label.floatingLabel, 
.sendJobApplicationForm .form-group textarea.valid ~ label.floatingLabel, 
.sendJobApplicationForm .form-group input.is-invalid ~ label.floatingLabel, 
.sendJobApplicationForm .form-group textarea.is-invalid ~ label.floatingLabel, 
.sendJobApplicationForm .form-group input.input-validation-error ~ label.floatingLabel, 
.sendJobApplicationForm .form-group textarea.input-validation-error ~ label.floatingLabel {
    color: #000;
    top: -12px;
}
.sendJobApplicationForm textarea#message,
.sendJobApplicationForm textarea.message {
    width: 100%;
    height: 90px;
    border: 1px solid #d6d6d6;
}
.sendJobApplicationForm .col-md-4 input {
    width: 100%;
    border: 1px solid #d6d6d6;
    padding: 5px;
}

.setConsultantMeetingModal h2 {
    margin-bottom: 10px;
    margin-right:0px;
    font-size: 3em;
}

.setConsultantMeetingModal h2::before {
    content: '';
}
.setConsultantMeetingModal .form-group {
    margin-top: 15px;
}
.setConsultantMeetingModal input[type="text"] {
    z-index: 101;
}
.setConsultantMeetingModal .SendInterstedForm [type=submit] {
    background-image: linear-gradient(to right, #006695, #00b3ce);
    height: 45px;
    border-radius: 0;
    width: 100%;
}
.setConsultantMeetingModal .floatingLabel {
    position: absolute;
    top: 6px;
    right: 18px;
    font-size: 20px;
}

/* temporary styling*/
#formsStatusModal {
    font-size: 36px;
    text-align: center;
}
#formsStatusModal .close {
    position: absolute;
    right: -50px;
    padding: 5px 15px;
    opacity: 1;
    color: #fff;
    text-shadow: none;
    font-size: 42px;
}
div#formStatusContainer:before {
    content: '';
    display: block;
    width: 145px;
    height: 145px;
    margin: 0 auto 20px auto;
    background-image: url('/img/likeIcon.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.pdfInPage {
    height: 1200px;
}
.running{
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #00b4cf;
  z-index: 99;
  color: #fff;
  padding: 8px 20px 8px 10px;
  clip-path: polygon(0 0, 98% 0%, 100% 100%, 0% 100%);
  transform: translateX(calc(58px - 100%));
  min-width: 750px;
  direction: rtl;
  text-align: right;
}
.running div,.running p{ display: inline-block; margin-bottom: 0;}
.running.opened {transform: translateX(0);}
#runningToggle{ padding: 0 5px;}
.running .fa{     
    cursor: pointer;
}
.running .fa-times-circle {
    vertical-align: -3px; 
    padding: 4px 10px;
    margin-right: -10px;
}
.running a { color: #97f1ff; border-bottom: 1px dashed rgba(255,255,255,.5); }
.running a:hover { color: #fff; border-bottom: 1px solid rgba(255,255,255,.99); }

.sitePopupsModal .popUp{
    position: relative;
}
.sitePopupsModal .close {
    position: absolute;
    z-index: 999;
    right: -20px;
    top: 0px;
    color: white;
    opacity: 1;
}
.sitePopupsModal .column{
    padding:0px;

}