body{
    direction: rtl;
    text-align: right;
    font-family: PNU-Regular;

}
@font-face {
    font-family: PNU-Bold;
    src: url(../fonts/PNU-Bold.ttf);
}
@font-face {
    font-family: PNU-Light;
    src: url(../fonts/PNU-Light.ttf);
}
@font-face {
    font-family: PNU-Medium;
    src: url(../fonts/PNU-Medium.ttf);
}
@font-face {
    font-family: PNU-Regular;
    src: url(../fonts/PNU-Regular.ttf);
}
.navbar {
    height: 100px;
    background-color:#00698E !important;
    position: sticky;
    top:0;
    z-index: 999;
}
.intro{
    justify-content: center;
}
.icon{
    width: 30px;
    height: 30px;
    margin-left: 52px;
}
.header{
    color: #1DBF73;
    font-weight: bold;
    text-align: right;

}
.header span{
    font-size: 48px;
    font-family: PNU-Bold;
}
.video{
    border-radius: 50px !important;
}
.sec{
    border: 5px solid #e9e9e9;
    border-radius: 21px;
    font-size: 28px;
    font-family: PNU-Regular;
    height: auto;
}
.sec p{
    color: #505050;
    padding-top: 25px;
}
.desc1{
    font-size: 28px;
    font-family: PNU-Regular;
    color:#00698E;
}
.desc{
    font-size: 20px;
    font-family: PNU-Regular;
    color:#00698E;
}
.img{
    width: 353px;
    height: 264px;
}
.sec2
{
    font-size: 21px;
    font-family: PNU-Regular;
    color: #00698E;
}
.sec3{
    font-size: 21px;
    font-family: PNU-Regular;
    color: #505050;
}
.dir
{
    direction: ltr;
    justify-content: center;
}

.section2
{
    height: auto;
    background-color: #E9E9E9;
}
.sec2_p
{
    border: 5px solid #d2d2d2;
    border-radius: 20px;
    font-size: 28px;
    font-family: PNU-Regular;
    color: #505050;
    height: auto;
    opacity: 1;
}
.caption{
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
    text-align: center;

}
.top0
{
    top:0;
    height: 413px;
}

.bg{
    width: 100%;
    text-align: center;
    background: linear-gradient(#50505000, #2A2A2A99,#101010);
    bottom: 0;
    border-radius: 0px 0px 10px 10px;
}
.sec7{
    color: #00698E;
    font-size: 21px;
    font-family: PNU-Regular;
    border: 5px solid #ffffff;
    background-color: #ffffff;
    border-radius: 20px;
    height: auto;
}
.contact{
    font-size: 28px;
    color: #00698E;
}
/*.eval {*/
/*    border: 2px solid #00698E;*/
/*    border-radius: 15px;*/
/*    opacity: 1;*/
/*    padding: 10px;*/
/*    font-family: PNU-Medium;*/
/*    margin-right: -50px;*/

/*}*/
.link:hover{
    text-decoration: none;
}
.eval {
    padding: 15px 25px;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #fff;
    background-color:#1DBF73;
    border: none;
    border-radius: 15px;
    box-shadow: 0 9px #999;
    margin-right: -50px;
}

.eval:hover {background-color: #3e8e41}

.eval:active {
    background-color: #3e8e41;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}




.back_home{
    background-color: #1DBF73;
    border:2px solid #1DBF73;
    border-radius: 15px;
}

@media only screen and (max-width: 700px) {
    body , .header{
        text-align: center !important;
    }
    .dash{
        display: none;
    }
    .nav_mobile{
        margin-right: -16px;
    }
    #navbarSupportedContent{
        margin-top: 50px;
        text-align: right;
    }
.navbar-nav li{
    padding-bottom: 30px !important;
    padding-top: 30px !important;
    border-bottom: 1px solid silver !important;
    padding-right: 20px;
    width: 14%;
    background: #00698E !important;
}
.eval{
    margin-right: 135px;
    width: 35% !important;
}
.back_home{
    width: 50% !important;
}

}
