@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/IRANSansMedium.woff') format('woff');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/IRANSansLight.woff') format('woff');
}

@font-face {
    font-family: dana;
    font-weight: 100;
    src: url('../fonts/dana-fanum-thin.woff') format('woff');
}

@font-face {
    font-family: dana;
    font-weight: 200;
    src: url('../fonts/dana-fanum-extralight.woff') format('woff');
}

@font-face {
    font-family: dana;
    font-weight: 300;
    src: url('../fonts/dana-fanum-light.woff') format('woff');
}

@font-face {
    font-family: dana;
    font-weight: 400;
    src: url('../fonts/dana-fanum-medium.woff') format('woff');
}

@font-face {
    font-family: dana;
    font-weight: 500;
    src: url('../fonts/dana-fanum-regular.woff') format('woff');
}

@font-face {
    font-family: dana;
    font-weight: 600;
    src: url('../fonts/dana-fanum-demibold.woff') format('woff');
}

@font-face {
    font-family: dana;
    font-weight: 700;
    src: url('../fonts/dana-fanum-ultrabold.woff') format('woff');
}

@font-face {
    font-family: dana;
    font-weight: 800;
    src: url('../fonts/dana-fanum-extrabold.woff') format('woff');
}

@font-face {
    font-family: dana;
    font-weight: 900;
    src: url('../fonts/dana-fanum-black.woff') format('woff');
}

* {
    box-sizing: border-box;
    font-family: IRANSans;
}

body {
    font-family: IRANSans;
    margin: auto;
    background-color: #018083;
}

/*---------------------------------------------------------------------*/
::-webkit-scrollbar {
    width: 0px;
}

::-webkit-scrollbar {
    width: 0px;
}

.form-control {
    direction: rtl;
}

/*---------------------------------------------------------------------*/
.bg0 {
    background: #253031;
    background: linear-gradient(225deg, #013739, #018083);
}

.bg1 {
    background: #018083;
    background: linear-gradient(225deg, #018C8F, #026769);
}

.bg2 {
    background: #013739;
}

.bg3 {
    background: #026769;
}

.bg4 {
    background: #018C8F;
}

.bg5 {
    background: #A6CCCA;
    background: linear-gradient(225deg, #A6CCCA, #20B1AA);
}

.bg6 {
    background: white;
}

/* dark */
.c0 {
    color: #253031 !important;
}

.c1 {
    color: #013739 !important;
}

.c2 {
    color: #026769 !important;
}

/* main */
.c3 {
    color: #018083 !important;
}

.c4 {
    color: #018C8F !important;
}

.c5 {
    color: #20B1AA !important;
}

/* light */
.c6 {
    color: #CBE1E1 !important;
}

/*---------------------------------------------------------------------*/
.header {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 90px;
    background: rgb(255 255 255 / 75%);
    border-bottom: 1px solid transparent;
    z-index: 9999999999;
    animation: scale-in-ver-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes scale-in-ver-top {
    0% {
        transform: scaleY(0);
        transform-origin: 100% 0%;
        opacity: 1;
    }

    100% {
        transform: scaleY(1);
        transform-origin: 100% 0%;
        opacity: 1;
    }

}

.logo {
    float: right;
    height: 10vh;
    position: fixed;
    top: 0;
    right: 0;
    min-height: 90px;
    padding-right: 1vw;
    width: 20%;
}

img.logoimg {
    height: 110%;
    margin-top: -4%;
    float: right;
    margin-right: 1vw;
}

.menu {
    float: right;
    width: 60%;
    text-align: center;
    margin-right: 20%;
}

.menuitem {
    float: right;
    text-align: center;
    margin-top: 35px;
    cursor: pointer;
    font-family: dana;
    font-weight: 900;
    padding-right: 1.65vw;
    padding-left: 1.65vw;
    min-width: 10%;
    font-size: 0.85vw;
}

.menuitem:hover {
    border-bottom: solid 2.5px;
    padding-bottom: 6px;
}

.loginmenu {
    float: left;
    width: 20%;
    height: 100%;
}

.loginbut {
    float: left;
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    border-radius: 22px;
    margin-top: 28px;
    line-height: 24px;
    cursor: pointer;
    margin-left: 8%;
}

.submitbut {
    float: right;
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 3.5px;
    padding-bottom: 3.5px;
    font-size: 16px;
    border-radius: 22px;
    margin-top: 28px;
    line-height: 24px;
    cursor: pointer;
    margin-right: 2%;
    border: solid 2px;
}

.section1 {
    height: 50vw;
    background-size: cover;
    background-repeat: no-repeat;
    max-height: 100vh;
    min-height: 900px;
    animation: bg-pan-top 10s both;
}

@keyframes bg-pan-top {
    0% {
        background-position: 50% 100%;
    }

    100% {
        background-position: 50% 0%;
    }

}

.section {
    width: 100%;
    overflow: hidden;
    float: right;
}

.coveroverlay {
    width: 100%;
    height: 100%;
    background: linear-gradient(225deg, rgb(1 140 143 / 25%), rgb(2 103 105 / 25%));
}

.cardbox {
    width: 70%;
    float: right;
    height: 100%;
}

.round {
    width: 13vw;
    height: 13vw;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
    backdrop-filter: blur(3.5px);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    z-index: 3;
    float: right;
    margin-top: 8%;
    margin-right: 78%;
    position: relative;
    border: solid 2px rgb(255 255 255 / 35%);
    animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes scale-in-center {
    0% {
        transform: scale(0);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }

}

.card-wrapper {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
    backdrop-filter: blur(3.5px);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    padding: 6rem 3rem;
    overflow: visible;
    justify-content: center;
    margin-right: 15vw;
    margin-top: -12%;
    height: 30vw;
    text-align: right;
    direction: rtl;
    z-index: 2;
    width: 45vw;
    float: right;
    border: solid 2px rgb(255 255 255 / 35%);
    position: relative;
}

.round2 {
    width: 7vw;
    height: 7vw;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
    backdrop-filter: blur(3.5px);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    z-index: 0;
    float: right;
    margin-top: -7%;
    margin-right: 18%;
    position: relative;
    border: solid 2px rgb(255 255 255 / 35%);
    animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.s1-title {
    font-family: 'dana';
    font-weight: 700;
    font-size: 2vw;
    line-height: 4vw;
}

.s1-span {
    font-size: 4vw;
}

.s1-span-2 {
    margin-right: 27vw;
}

.s1-paraph {
    font-size: 1vw;
    margin-top: 1vw;
    text-align: justify;
    width: 34vw;
    font-family: iransans;
    line-height: 1.8vw;
}

button.s1-but.bg1 {
    float: right;
    padding-right: 1.5vw;
    padding-left: 1.5vw;
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
    font-size: 1vw;
    border-radius: 22px;
    margin-top: 1vw;
    cursor: pointer;
    margin-right: 2vw;
    border: none;
}

.section2 {
    height: 74vh;
    min-height: 700px;
    overflow: hidden;
}

.footer {
    height: 32vw;
    min-height: 400px;
    margin-top: 0vh;
    margin-bottom: 0;
}

.s2-title {
    direction: rtl;
    margin-top: 4vh;
    margin-right: 20vw;
    margin-left: 20vw;
    line-height: 3.5vw;
    font-size: 2vw;
    text-align: center;
    margin-bottom: 4vh;
}

.s2-box {
    width: 100%;
    height: 70%;
    position: absolute;
    right: -100%;
}

.s2-box-show {
    right: 0%;
}

.s2-rollbox {
    float: right;
    width: 70vw;
    position: relative;
    height: 28vw;
    overflow: hidden;
    margin-right: 15vw;
}

.s2-subbox {
    width: 30%;
    direction: rtl;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
    backdrop-filter: blur(3.5px);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 23px;
    padding: 1%;
    padding-top: 1%;
    padding-bottom: 1%;
    float: right;
    height: 27vw;
    border: solid 2px rgb(255 255 255 / 40%);
    margin-right: 1.66%;
    margin-left: 1.66%;
}

.s2-box-icon {
    font-size: 2.2vw;
}

.s2-box-icon-animate {
    animation: swirl-in-fwd 0.6s ease-out both;
}

@keyframes swirl-in-fwd {
    0% {
        transform: rotate(-540deg) scale(0);
        opacity: 0;
    }

    100% {
        transform: rotate(0) scale(1);
        opacity: 1;
    }

}

.s2-box-title {
    font-size: 1.1vw;
    margin-bottom: 0.5vw;
    float: right;
    width: 100%;
    text-align: center;
    margin-top: 0.7vw;
    line-height: 1.8vw;
}

.s2-box-txt {
    font-size: 0.8vw;
    line-height: 1.5vw;
    font-weight: 100;
    float: right;
    width: 100%;
    text-align: center;
    height: 5vw;
    overflow: hidden;
}

.section3 {
    height: 75vh;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 750px;
}

.s3-box {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
    backdrop-filter: blur(3.5px);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    padding: 2rem 1rem;
    float: right;
    width: 70%;
    margin-right: 15%;
    border: solid 2px rgb(255 255 255 / 40%);
    margin-top: 4.5%;    /* height: 80%; */
}

img.s3-img {

    /* height: 100%; */
    object-fit: cover;
    border-radius: 30px;
    float: right;
    margin-right: 1%;
    filter: hue-rotate(318deg);
    width: 33%;
}

.s3-img-animate {
    animation: swing-in-right-fwd 0.8s cubic-bezier(0.175, 0.885, 0.320, 1.275) 0.5s both;
}

@keyframes swing-in-right-fwd {
    0% {
        transform: rotateY(-100deg);
        transform-origin: right;
        opacity: 0;
    }

    100% {
        transform: rotateY(0);
        transform-origin: right;
        opacity: 1;
    }

}

h3.s3-title {
    float: right;
    width: 45%;
    direction: rtl;
    margin-right: 2vw;
    font-size: 1.5vw;
    line-height: 2.5vw;
}

buttom.s3-but {
    float: left;
    padding-right: 1.5vw;
    padding-left: 1.5vw;
    padding-top: 0.6%;
    padding-bottom: 0.6%;
    font-size: 1vw;
    border-radius: 22px;
    margin-top: 1%;
    cursor: pointer;
    margin-left: 2%;
}

.s3-subbox {
    float: right;
    width: 19%;
    direction: rtl;
    margin-right: 2%;
    margin-top: 2.5%;
}

.s3-head {
    float: right;
    width: 65%;
    margin-bottom: 2%;
    margin-top: 1%;
}

h3.s3-box-title {
    font-family: 'dana';
    font-weight: 900;
    font-size: 1.5vw;
}

p.s3-box-txt {
    font-size: 0.9vw;
    font-weight: 100;
    line-height: 1.6vw;
    text-align: justify;
}

.section4 {
    height: 70vh;
    min-height: 650px;
}

h2.s4-toptitle {
    float: right;
    width: 100%;
    direction: rtl;
    padding-right: 20%;
    font-family: 'dana';
    font-weight: 300;
    margin-top: 2%;
}

h3.s4-title {
    width: 100%;
    float: right;
    direction: rtl;
    padding-right: 20%;
    font-size: 2vw;
    margin-top: 0.5%;
}

.s4-imgbox-main {
    float: right;
    margin-right: 15%;
    margin-left: 15%;
    margin-top: 3.5%;
}

.s4-imgbox {
    float: right;
    width: 21vw;
    margin-right: 2vw;
    height: 21vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    border-radius: 30px;
    overflow: hidden;
    opacity: 0.9;
    cursor: pointer;
}

.s4-imgbox-animate {
    animation: slide-in-elliptic-top-fwd 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes slide-in-elliptic-top-fwd {
    0% {
        transform: translateY(-600px) rotateX(-30deg) scale(0);
        transform-origin: 50% 100%;
        opacity: 0;
    }

    100% {
        transform: translateY(0) rotateX(0) scale(1);
        transform-origin: 50% 1400px;
        opacity: 1;
    }

}

.s4-imgbox-title {
    width: 100%;
    text-align: center;
    margin-top: 78%;
    font-size: 1.5vw;
    font-family: 'dana';
}

.s4-imgbox-subtitle {
    width: 100%;
    text-align: center;
    font-size: 1.2vw;
    font-family: 'dana';
    font-weight: 200;
}

button.s4-imgbox-but.c6 {
    float: right;
    width: 40%;
    margin-right: 30%;
    margin-left: 30%;
    background: none;
    border: solid 2px;
    border-radius: 11px;
    margin-top: 2%;
    cursor: pointer;
    font-size: 0.8vw;
    padding-top: 1%;
    padding-bottom: 1%;
    font-weight: 100;
    margin-top: 3%;
}

.section5 {
    height: 70vh;
    min-height: 650px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

.s5-icon {
    margin: auto;
    text-align: center;
    width: 100px;
    height: 100px;
    background: #D3F1F1;
    border-radius: 50%;
    font-size: 50px;
    line-height: 115px;
    color: #026769;
    cursor: pointer;
}

.s5-innerbox {
    float: right;
    width: 100%;
    margin-top: 14%;
}

.s5-title {
    text-align: center;
    line-height: 50px;
    font-size: 35px;
    font-weight: 100;
}

.s6-box {
    max-width: 900px;
    margin: auto;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
    backdrop-filter: blur(3.5px);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    padding: 4rem 3rem;
    overflow: visible;
    position: relative;
    margin-top: 100px;
    margin-bottom: 100px;
}

.s6-title {
    direction: rtl;
    font-family: 'dana';
    font-weight: 900;
    font-size: 1.9vw;
    margin-bottom: 3%;
}

.s6-row-box {
    display: none;
    direction: rtl;
    font-size: 0.8vw;
    font-weight: 100;
    line-height: 1.5vw;
    text-align: justify;
    padding-right: 2%;
    padding-left: 2%;
    margin-top: 1%;
    margin-bottom: 3%;
}

.s6-row-txt {
    float: right;
    width: 90%;
    padding-right: 2%;
}

.s6-row {
    width: 100%;
    border-bottom: solid 1px darkgray;
    direction: rtl;
    font-size: 1vw;
    padding-top: 2%;
    padding-bottom: 2%;
    cursor: pointer;
}

.s6-row-plus {
    text-align: left;
    font-size: 1.2vw;
    padding-left: 0.5vw;
}

.section7 {
    height: 80vh;
    min-height: 750px;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
}

.section7-animate {
    animation: bg-pan-top 10s both;
}

.s7-box {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
    backdrop-filter: blur(3.5px);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    padding: 6rem 3rem;
    margin: 0;
    overflow: visible;
    position: relative;
    float: left;
    width: 36%;
    margin-left: 15%;
    margin-top: 4%;
    border: 2px solid rgb(255 255 255 / 30%);
}

input.form-control.s7-in {
    direction: rtl;
    font-weight: 100;
    width: 48%;
    float: right;
    margin-right: 1%;
    margin-bottom: 1%;
    font-size: 1vw;
    background-color: rgb(255 255 255 / 70%);
    border: solid 1px white;
}

.s7-txtarea {
    width: 97%;
    float: right;
    margin-right: 1%;
    background: rgb(255 255 255 / 70%);
    direction: rtl;
    font-weight: 100;
    font-size: 1vw;
    border: solid 1px white;
    height: 280px;
}

.s7-sub {
    width: 97%;
    float: right;
    margin-right: 1%;
    border: none;
    margin-top: 2%;
    font-size: 1vw;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    font-weight: 100;
}

.s7-title {
    float: right;
    width: 25%;
    text-align: right;
    margin-right: 15%;
    font-family: 'dana';
    font-weight: 900;
    font-size: 50px;
    margin-top: 6%;
    text-shadow: -4px 3px #0000008c;
}

.s7-title-animate {
    animation: text-pop-up-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes text-pop-up-top {
    0% {
        transform: translateY(0);
        transform-origin: 50% 50%;
        text-shadow: none;
    }

    100% {
        transform: translateY(-50px);
        transform-origin: 50% 50%;
        text-shadow: 0 1px 0 #0000008c, 0 2px 0 #0000008c, 0 3px 0 #0000008c, 0 4px 0 #0000008c, 0 5px 0 #0000008c, 0 6px 0 #0000008c, 0 7px 0 #0000008c, 0 8px 0 #0000008c, 0 9px 0 #0000008c, 0 50px 30px rgba(0, 0, 0, 0.3);
    }

}

.f-right {
    float: right;
    width: 30%;
    height: 100%;
}

.f-center {
    float: right;
    width: 40%;
    height: 100%;
    padding-right: 5%;
    padding-left: 5%;
}

.f-left {
    float: right;
    width: 30%;
    height: 100%;
}

img.f-logo {
    width: 30%;
    float: right;
    margin-right: 35%;
    margin-left: 35%;
}

.f-logo-animate {
    animation: flip-horizontal-bottom 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) 0.5s reverse both;
}

@keyframes flip-horizontal-bottom {
    0% {
        transform: rotateX(0);
    }

    100% {
        transform: rotateX(-180deg);
    }

}

h3.f-about-title {
    direction: rtl;
    text-align: center;
    font-weight: 800;
    font-family: 'dana';
}

p.f-about.c5 {
    direction: rtl;
    text-align: justify;
    padding-right: 17%;
    padding-left: 20%;
    font-weight: 100;
    margin-top: 4%;
    font-size: 0.8vw;
    line-height: 1.6vw;
}

.f-menu.c6 {
    width: 50%;
    height: 100%;
    float: right;
    text-align: right;
    margin-top: 45%;
    direction: rtl;
    font-size: 0.8vw;
    font-weight: 900;
}

li {
    font-weight: 100;
    padding-right: 3vw;
}

.f-icon-phone {
    width: 20vw;
    height: 4vw;
    border-radius: 0.8vw;
    text-align: center;
    font-size: 2vw;
    float: right;
    margin-right: 2%;
    cursor: pointer;
    padding-top: 1.5vw;
    border: solid 1px;
    margin-bottom: 0.5vw;
}

.f-icon-mail {
    width: 20vw;
    height: 4vw;
    border-radius: 0.8vw;
    text-align: center;
    font-size: 2vw;
    float: right;
    margin-right: 2%;
    cursor: pointer;
    padding-top: 1.5vw;
    border: solid 1px;
    margin-bottom: 0.5vw;
}

.f-icon-insta {
    width: 20vw;
    height: 4vw;
    border-radius: 0.8vw;
    text-align: center;
    font-size: 2vw;
    float: right;
    margin-right: 2%;
    cursor: pointer;
    padding-top: 1.5vw;
    border: solid 1px;
    margin-bottom: 0.5vw;
}

.f-social-box {
    float: right;
    width: 100%;
    margin-top: 7%;
    padding-right: 7%;
}

.f-contact {
    direction: rtl;
    font-weight: bold;
    font-size: 0.9vw;
    padding-right: 9%;
    padding-left: 24%;
    line-height: 2vw;
    margin-top: 10%;
}

span.ff {
    font-weight: 100;
}

.iotech {
    text-align: center;
    font-family: 'dana';
    font-weight: 300;
    min-height: 30px;
    float: right;
    width: 100%;
    line-height: 31px;
}

.submenu {
    position: absolute;
    top: 90px;
    background: rgb(255 255 255 / 50%);
    padding: 10px;
    border-radius: 0 0 10px 10px;
    display: none;
    max-height: 80vh;
    overflow: scroll;
}

.submenuitem {
    background: white;
    border-radius: 7px;
    padding-right: 15px;
    margin-top: 6px;
    padding-left: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    cursor: pointer;
}

.submenuitem:hover {
    color: black;
}

.s5-ping {
    margin: auto;
    text-align: center;
    width: 150px;
    height: 150px;
    background: #D3F1F1;
    border-radius: 50%;
    position: absolute;
    animation: ping 0.8s ease-in-out infinite both;
    margin-top: -7.8%;
    margin-left: -1.4%;
}

@keyframes ping {
    0% {
        transform: scale(0.2);
        opacity: 0.8;
    }

    80% {
        transform: scale(1.2);
        opacity: 0;
    }

    100% {
        transform: scale(2.2);
        opacity: 0;
    }

}

img.s2-img-box {
    width: 14vw;
    height: 17.5vw;
    float: right;
    margin-right: 2.6vw;
    border-radius: 10px;
    margin-top: 1vw;
}

.s2-dotbox {
    float: right;
    width: 100%;
    text-align: center;
    margin-top: 1vh;
}

.s2-dot {
    color: white;
    font-size: 10px;
    letter-spacing: 5px;
    cursor: pointer;
}

.s2-dot-sel {
    font-size: 15px;
}

.s2-slide-arrow {
    position: absolute;
    font-size: 50px;
    margin-top: 12%;
    color: white;
    cursor: pointer;
}

.s2-slide-next {
    right: 7%;
}

.s2-slide-back {
    left: 7%;
}

.freesection {
    width: 100%;
    height: 80vh;
}

.section-s1 {
    height: 25vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    text-align: center;
    font-size: 3vw;
    line-height: 25vw;
    animation: kenburns-bottom 0.5s ease-out reverse both;
}

@keyframes kenburns-bottom {
    0% {
        transform: scale(1) translateY(0);
        transform-origin: 50% 84%;
    }

    100% {
        transform: scale(1.25) translateY(15px);
        transform-origin: bottom;
    }

}

img.ss2-img {
    width: 10%;
    float: right;
    height: 10vw;
}

.section-s2 {
    background: white;
    padding-top: 10vh;
    padding-bottom: 15vh;
}

.ss2-box {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
    backdrop-filter: blur(3.5px);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    padding: 2rem 1rem;
    float: right;
    width: 70%;
    margin-right: 15%;
    border: solid 2px rgb(255 255 255 / 40%);
    height: 80%;
    direction: rtl;
}

.ss2-subbox {
    width: 100%;
    float: right;
    border-bottom: solid 1px;
    padding-bottom: 1%;
    margin-bottom: 2%;
}

.ss2-title {
    font-size: 1vw;
    float: right;
    width: 100%;
    padding-right: 2%;
    font-family: dana;
    font-weight: 800;
    margin-top: 2%;
}

.ss2-subtitle {
    float: right;
    width: 100%;
    padding-right: 3%;
    font-size: 0.8vw;
    font-weight: 100;
}

.section-c1 {
    background: url('../img/contact/header.jpg');
    height: 25vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    text-align: center;
    font-size: 3vw;
    line-height: 25vw;
    animation: kenburns-bottom 0.5s ease-out reverse both;
}

.section-c2 {
    min-height: 600px;
}

.sc2-box {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
    backdrop-filter: blur(3.5px);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    padding: 2rem 1rem;
    float: right;
    width: 70%;
    margin-right: 15%;
    border: solid 2px rgb(255 255 255 / 40%);
    margin-top: 4.5%;
    margin-bottom: 4.5%;
}

img.sc2-img {
    float: right;
    border-radius: 12px;
}

.sc2-infobox {
    float: right;
    width: 50%;
    margin-right: 3.5%;
    direction: rtl;
    margin-top: 5%;
    font-size: 0.85vw;
    font-weight: 100;
    line-height: 2.7vw;
}

.sc2-icon {
    width: 40px;
    height: 40px;
    float: right;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    line-height: 46px;
    margin-left: 0.7vw;
}

.sc2-location {
    float: right;
    width: 60%;
    line-height: 1.8vw;
}

.section.section-c4 {
    height: 650px;
    padding: 0;
}

.section.section-c3 {
    padding-bottom: 5%;
}

.sc3-title {
    float: right;
    width: 100%;
    font-size: 33px;
    text-align: center;
    font-family: 'dana';
    font-weight: 800;
    margin-top: 2.5%;
}

.sc3-box {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
    backdrop-filter: blur(3.5px);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    padding: 6rem 3rem;
    margin: 0;
    overflow: visible;
    position: relative;
    float: left;
    width: 40%;
    margin-left: 30%;
    margin-top: 4%;
    border: 2px solid rgb(255 255 255 / 30%);
}

.sc3-in {
    direction: rtl;
    font-weight: 100;
    width: 48%;
    float: right;
    margin-right: 1%;
    margin-bottom: 1%;
    font-size: 1vw;
    background-color: rgb(255 255 255 / 70%);
    border: solid 1px white;
}

.sc3-txtarea {
    width: 97%;
    float: right;
    margin-right: 1%;
    background: rgb(255 255 255 / 70%);
    direction: rtl;
    font-weight: 100;
    font-size: 1vw;
    border: solid 1px white;
    height: 280px;
}

.sc3-sub {
    width: 97%;
    float: right;
    margin-right: 1%;
    border: none;
    margin-top: 2%;
    font-size: 1vw;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    font-weight: 100;
}

.section-a1 {
    height: 25vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    text-align: center;
    font-size: 3vw;
    line-height: 25vw;
    animation: kenburns-bottom 0.5s ease-out reverse both;
}

.section.section-a2 {
    height: 48vw;
    min-height: 750px;
}

.sa2-box {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
    backdrop-filter: blur(3.5px);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    padding: 2rem 1rem;
    float: right;
    width: 70%;
    margin-right: 15%;
    border: solid 2px rgb(255 255 255 / 40%);
    margin-top: 4.5%;
    margin-bottom: 4.5%;
    min-height: 330px;
}

.sa2-title {
    float: right;
    width: 100%;
    text-align: center;
    font-size: 1.8vw;
    font-family: 'dana';
    font-weight: 800;
    margin-bottom: 1.5%;
    direction: rtl;
}

.sa2-txt {
    font-size: 1vw;
    direction: rtl;
    text-align: justify;
    font-weight: 100;
    line-height: 1.8vw;
    padding-right: 3%;
    padding-left: 3%;
}

.section.section-a3 {
    min-height: 600px;
    height: 35vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sa3-title {
    float: right;
    width: 100%;
    text-align: center;
    font-size: 1.8vw;
    margin-top: 1.2%;
    margin-bottom: 4%;
}

.sa3-box {
    float: right;
    width: 100%
}

.sa3-page {
    float: right;
    width: 70%;
    margin-right: 15%;
}

.sa3-subbox {
    height: 100%;
    width: 25%;
    float: right;
    text-align: center;
}

img.sa3-img {
    border-radius: 50%;
    filter: grayscale(0.6);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    width: 14vw;
}

.sa3-name {
    float: right;
    margin-top: 3%;
    font-size: 1.5vw;
    font-family: 'dana';
    font-weight: 800;
    text-align: center;
    width: 100%;
}

.sa3-pos {
    float: right;
    text-align: center;
    width: 100%;
    margin-top: 1%;
    font-weight: 100;
    font-size: 1vw;
}

.sa4-box {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
    backdrop-filter: blur(3.5px);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    padding: 2rem 1rem;
    float: right;
    width: 70%;
    margin-right: 15%;
    border: solid 2px rgb(255 255 255 / 40%);
    margin-top: 4.5%;
    margin-bottom: 4.5%;
    min-height: 330px;
}

img.sa4-img {
    float: right;
    width: 30%;
    border-radius: 16px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    margin-top: 1.5%;
}

.sa4-title {
    float: right;
    width: 100%;
    text-align: center;
    font-size: 25px;
    font-family: 'dana';
    font-weight: 800;
    margin-bottom: 2%;
    direction: rtl;
}

.sa4-info {
    float: right;
    width: 70%;
}

.sa4-txt {
    float: right;
    width: 50%;
    padding: 3%;
    font-weight: 100;
    direction: rtl;
    text-align: justify;
    font-size: 16px;
    line-height: 30px;
}

video.s5-video {
    position: absolute;
    height: 70vh;
    min-height: 650px;
    width: 100%;
    display: none;
}

.section-ac1 {
    height: 25vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    text-align: center;
    font-size: 3vw;
    line-height: 25vw;
    animation: kenburns-bottom 0.5s ease-out reverse both;
}

.section-ac2 {
    background: white;
    padding-top: 10vh;
    padding-bottom: 15vh;
}

.sac2-box {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
    backdrop-filter: blur(3.5px);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    padding: 2rem 1rem;
    float: right;
    width: 70%;
    margin-right: 15%;
    border: solid 2px rgb(255 255 255 / 40%);
    height: 80%;
    direction: rtl;
}

.sac2-title {
    font-size: 1vw;
    float: right;
    width: 100%;
    font-family: dana;
    font-weight: 800;
    margin-top: 2%;
    text-align: center;
    margin-bottom: 2%;
}

.sac2-subtitle {
    float: right;
    width: 100%;
    padding-right: 3%;
    padding-left: 3%;
    font-size: 0.8vw;
    font-weight: 100;
    text-align: justify;
    direction: rtl;
    line-height: 1.6vw;
}

.acedit-title {
    font-size: 1.4vw;
}

.acedit-but {
    width: 18%;
    margin-right: 41% !important;
}

.section-b1 {
    background: url('../img/blog/header.jpg');
    height: 25vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    text-align: center;
    font-size: 3vw;
    line-height: 25vw;
    animation: kenburns-bottom 0.5s ease-out reverse both;
}

.section-b2 {
    min-height: 700px;
}

.b2-blogmainbox {
    width: 60%;
    float: right;
    margin-right: 20%;
    margin-left: 20%;
    margin-top: 1%;
    margin-bottom: 5%;
}

.b2-blogbox {
    width: 30%;
    direction: rtl;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
    backdrop-filter: blur(3.5px);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 23px;
    padding: 1%;
    padding-top: 1%;
    padding-bottom: 1%;
    float: right;
    height: 100%;
    border: solid 2px rgb(255 255 255 / 40%);
    margin-right: 2.5%;
    margin-bottom: 2.5%;
}

img.b2-blogimg {
    width: 94%;
    margin-right: 3%;
    margin-top: 3%;
    margin-bottom: 3%;
    border-radius: 10px;
}

.b2-title {
    text-align: center;
    font-size: 1vw;
    font-family: 'dana';
    font-weight: 900;
    margin-top: 4%;
    margin-bottom: 6%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.b2-subtitle {
    font-size: 0.85vw;
    font-weight: 100;
    padding-right: 3%;
    padding-left: 3%;
    line-height: 1.6vw;
    text-align: justify;
    direction: rtl;
}

.b2-but {
    width: 50%;
    float: right;
    margin-right: 25%;
    border: none;
    margin-top: 5%;
    font-size: 0.9vw;
    padding-top: 1.8%;
    padding-bottom: 1.5%;
    font-weight: 100;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 0.5vw;
}

.b2-searchhead {
    margin-top: 2%;
    width: 50%;
    float: right;
    margin-right: 25%;
    margin-left: 25%;
    margin-bottom: 2%;
}

.b2-searchbox {
    float: right;
    width: 33%;
}

.b2-filterbox {
    float: left;
    width: 67%;
}

.b2-filter {
    float: left;
    padding-right: 3%;
    padding-left: 3%;
    padding-top: 1%;
    padding-bottom: 1%;
    border-radius: 15px;
    margin-right: 2%;
    text-align: center;
    cursor: pointer;
}

.b2-searchbut {
    float: right;
    width: 25%;
    text-align: center;
    font-weight: 100;
    margin-right: 2%;
    border-color: transparent;
}

.b2-search {
    float: right;
    width: 70%;
}

.section-b4 {
    padding-top: 3%;
}

.b2-allblogbut {
    width: 18%;
    border: none;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    border-radius: 10px;
    float: right;
    margin-right: 41%;
    margin-top: 1%;
}

.b3-title {
    float: right;
    width: 100%;
    text-align: center;
    font-size: 2vw;
    font-family: 'dana';
    font-weight: 900;
    margin-top: 2%;
    margin-bottom: 2%;
}

.b3-img {
    width: 40%;
    float: right;
    margin-right: 30%;
    margin-left: 30%;
    margin-bottom: 2%;
    border-radius: 13px;
    opacity: 0.9;
}

.b3-body {
    float: right;
    width: 60%;
    margin-right: 20%;
    margin-left: 20%;
    margin-bottom: 5%;
    direction: rtl;
    text-align: justify;
    font-weight: 100;
    line-height: 1.7vw;
}

.b3-tags {
    float: right;
    width: 60%;
    margin-right: 20%;
    margin-left: 20%;
    margin-bottom: 5%;
    direction: rtl;
    text-align: justify;
    font-weight: 100;
    line-height: 1.7vw;
}

.sc2-row {
    float: right;
    width: 100%;
    margin-top: 2%;
}

.section-t1 {
    background: url('../img/teacher_header.jpg');
    height: 25vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    text-align: center;
    font-size: 3vw;
    line-height: 25vw;
    animation: kenburns-bottom 0.5s ease-out reverse both;
    color: white;
    opacity: 0.9;
}

.filtersearchbox {
    width: 100%;
    float: right;
    height: 6vw;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.searchbox {
    float: right;
    margin-right: 2%;
    direction: rtl;
    height: 100%;
    padding-top: 2%;
    width: 20%;
}

.search {
    width: 80%;
    opacity: 0.9;
    font-weight: 100;
    float: right;
}

.searchbut {
    width: 15%;
    float: right;
    margin-right: 1%;
    font-size: 0.9vw;
    border: none;
    margin-top: 1px;
}

.filterbox {
    float: left;
    margin-left: 2%;
    height: 100%;
    width: 60%;
    margin-top: auto;
}

.filter {
    float: left;
    padding-right: 1%;
    padding-left: 1%;
    font-weight: 100;
    padding-top: 0.3%;
    padding-bottom: 0.4%;
    margin-right: 0.5%;
    border-radius: 0.4vw;
    margin-top: 3.5%;
    cursor: pointer;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.filter:hover {
    box-shadow: none;
}

.teacherbox {
    float: right;
    width: 12vw;
    margin-top: 2vw;
    margin-right: 2vw;    /* height: 15vw; */
    border-radius: 0.75vw;
    border: solid 1px darkslategray;
    cursor: pointer;
    padding-right: 0.5vw;
    padding-left: 0.5vw;
    padding-bottom: 1vw;
}

.teachersbox {
    float: right;
    width: 100%;
    direction: rtl;
    padding-bottom: 10vw;
    padding-right: 14vw;
    padding-left: 14vw;
}

img.teacherimg {
    width: 10vw;
    height: 10vw;
    border-radius: 50%;
    filter: grayscale(0.85);
    margin-right: 0.5vw;
    margin-top: 1vw;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    opacity: 0.9;
}

.teachername {
    width: 100%;
    text-align: center;
    margin-top: 0.8vw;
}

.teacherpos {
    width: 100%;
    text-align: center;
    font-weight: 100;
    font-size: 0.6vw;
    line-height: 1.2vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0.5vw;
    color: #94e1dd;
}

.teacherimg:hover {
    filter: grayscale(0.2);
}

.teacherbox:hover {
    background: none;
}

.noteacherbox {
    width: 100%;
    text-align: center;
    margin-top: 4vw;
    font-weight: 100;
    color: white;
    display: none;
}

.section-s1 {
    background: url('../img/student_header.jpg');
    height: 25vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    text-align: center;
    font-size: 3vw;
    line-height: 25vw;
    animation: kenburns-bottom 0.5s ease-out reverse both;
    color: white;
    opacity: 0.9;
}

.section-pp {
    height: 18vw;
    animation: kenburns-bottom 0.5s ease-out reverse both;
    color: white;
    opacity: 0.85;
    overflow: visible;
}

img.person-img {
    position: absolute;
    width: 15vw;
    height: 15vw;
    right: 5vw;
    top: 8vw;
    border-radius: 50%;
    border: solid 3px white;
}

.person-name {
    position: absolute;
    font-size: 2vw;
    right: 22vw;
    top: 12vw;
    direction: rtl;
}

.person-pos {
    color: white;
    position: absolute;
    right: 23vw;
    top: 15.2vw;
    font-size: 1vw;
    font-weight: 100;
    opacity: 0.8;
}

.person-teacher {
    width: 7vw;
    border: solid 2px white;
    text-align: center;
    height: 2vw;
    border-radius: 0.5vw;
    top: 15vw;
    position: absolute;
    left: 1vw;
    line-height: 1.6vw;
    opacity: 0.2;
}

.person-student {
    width: 7vw;
    border: solid 2px white;
    text-align: center;
    height: 2vw;
    border-radius: 0.5vw;
    top: 15vw;
    position: absolute;
    left: 8.5vw;
    line-height: 1.8vw;
    opacity: 0.2;
}

.person-tssel {
    opacity: 1;
}

.person-details {
    float: right;
    direction: rtl;
    width: 60vw;
    text-align: justify;
    margin-right: 20vw;
    margin-left: 20vw;
    margin-top: 2vw;
    font-size: 1vw;
    font-weight: 100;
    color: white;
    line-height: 2vw;
}

.person-social {
    float: right;
    width: 50vw;
    margin-right: 25vw;
    margin-left: 25vw;
    direction: rtl;
    margin-top: 1.5vw;
    margin-bottom: 10vw;
}

.person-mail {
    color: #c5d2d3;
    font-size: 1.2vw;
    margin-top: 0.5vw;
}

.person-linkdin {
    color: #c5d2d3;
    font-size: 1.2vw;
    margin-top: 0.5vw;
}

.person-website {
    color: #c5d2d3;
    font-size: 1.2vw;
    margin-top: 0.5vw;
}

.person-instagram {
    color: #c5d2d3;
    font-size: 1.2vw;
    margin-top: 0.5vw;
}

.psi {
    width: 2.2vw;
    height: 2.2vw;
    background: #c5d2d3;
    color: #004244;
    text-align: center;
    border-radius: 50%;
    font-size: 1.2vw;
    line-height: 2vw;
    border: solid 2px #004244;
    cursor: pointer;
}

.section-cc {
    background: url('../img/class.jpg');
    height: 25vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    text-align: center;
    font-size: 3vw;
    line-height: 25vw;
    animation: kenburns-bottom 0.5s ease-out reverse both;
    color: white;
    opacity: 0.9;
}

.coursesbox {
    float: right;
    width: 100%;
    direction: rtl;
    padding-bottom: 10vw;
    padding-right: 14vw;
    padding-left: 14vw;
    padding-top: 2vw;
}

.s2-subbox-in {
    width: 30%;
    direction: rtl;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
    backdrop-filter: blur(3.5px);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 23px;
    padding: 1%;
    padding-top: 1%;
    padding-bottom: 1%;
    float: right;
    height: 100%;
    border: solid 2px rgb(255 255 255 / 40%);
    margin-right: 1.66%;
    margin-left: 1.66%;
    margin-bottom: 0.6vw;
    margin-top: 0.6vw;
    height: 30vw;
}

.coursetags {
    float: right;
    width: 100%;
    text-align: center;
    font-size: 0.6vw;
    font-weight: 100;
}

.nocoursebox {
    width: 100%;
    text-align: center;
    margin-top: 4vw;
    font-weight: 100;
    display: none;
}

.course-subtitle {
    width: 60%;
    float: right;
    margin-right: 20%;
    margin-left: 20%;
    direction: rtl;
    text-align: center;
    margin-top: 2vw;
    font-size: 1vw;
}

.course-img {
    float: right;
    width: 28%;
    margin-right: 36%;
    margin-left: 36%;
    margin-top: 2vw;
    border-radius: 1vw;
}

.course-note {
    float: right;
    width: 70%;
    direction: rtl;
    margin-right: 15%;
    margin-left: 15%;
    margin-top: 2vw;
    text-align: center;
    font-size: 0.9vw;
    font-weight: 100;
    line-height: 1.8vw;
}

.course-teachers-box {
    float: right;
    width: 70%;
    margin-right: 15%;
    margin-left: 15%;
    direction: rtl;
    margin-top: 2vw;
}

.course-teachers-title {
    font-size: 1.2vw;
    font-weight: bold;
    padding-right: 1vw;
    margin-bottom: 1vw;
}

.course-teacher-img {
    width: 10vw;
    border-radius: 50%;
    height: 10vw;
    float: right;
    margin: 1vw;
    filter: grayscale(0.8);
}

.course-teacher {
    float: right;
    width: 12vw;
    height: 15vw;
    margin-right: 1vw;
    border-radius: 1vw;
    border: solid 1px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.course-teacher-name {
    width: 100%;
    float: right;
    padding-right: 1vw;
    padding-left: 1vw;
    text-align: center;
    font-size: 1vw;
}

.course-titlelist-box {
    float: right;
    width: 70%;
    margin-right: 15%;
    margin-left: 15%;
    direction: rtl;
    margin-top: 2vw;
}

.course-titlelist-title.c1 {
    font-size: 1.2vw;
    font-weight: bold;
    padding-right: 1vw;
    margin-bottom: 1vw;
}

.course-titlelist {
    float: right;
    margin-right: 2vw;
    width: 100%;
}

.course-titlelist1 {
    width: 100%;
    float: right;
    font-size: 1vw;
    line-height: 1.7vw;
    color: #026769;
}

span.course-titlelist2 {
    float: right;
    width: 100%;
    font-size: 0.9vw;
    font-weight: 100;
    padding-right: 1vw;
}

.fac {
    font-size: 0.6vw;
    padding-left: 0.3vw;
}

.course-details {
    float: right;
    width: 70%;
    direction: rtl;
    margin-right: 15%;
    margin-left: 15%;
    margin-top: 2vw;
    text-align: center;
    font-size: 0.9vw;
    font-weight: 100;
    line-height: 1.8vw;
}

.course-payment {
    float: right;
    width: 70%;
    direction: rtl;
    margin-right: 15%;
    margin-left: 15%;
    margin-top: 2vw;
    text-align: center;
    font-size: 0.9vw;
    font-weight: 100;
    line-height: 1.8vw;
}

.course-taghvim-box {
    float: right;
    width: 70%;
    margin-right: 15%;
    margin-left: 15%;
    direction: rtl;
    margin-top: 2vw;
}

.course-taghvim-title {
    font-size: 1.2vw;
    font-weight: bold;
    padding-right: 1vw;
    margin-bottom: 1vw;
}

table.course-taghvim {
    float: right;
    direction: rtl;
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
    margin-top: 0.5vw;
    text-align: center;
}

tr.course-taghvim-tr1 {
    font-size: 0.9vw;
    font-weight: bold;
    border-bottom: solid 2px;
}

td.course-taghvim-td1 {
    padding: 0.3vw;
}

tr.course-taghvim-tr {
    font-size: 0.85vw;
    font-weight: 100;
    border-bottom: solid 1px #cfcece;
}

td.course-taghvim-td {
    padding: 0.4vw;
}

.course-file-box {
    width: 25%;
    float: right;
    margin-right: 15%;
    margin-left: 60%;
    margin-top: 1vw;
    border-radius: 1vw;
    height: 6vw;
    direction: rtl;
}

.course-file-title {
    float: right;
    width: 100%;
    margin-top: 1vw;
    padding-right: 1vw;
    padding-left: 1vw;
    font-size: 0.9vw;
}

button.course-file-but {
    float: right;
    width: 9vw;
    border: solid 1px gray;
    border-radius: 1vw;
    margin-right: 15vw;
    margin-top: 1vw;
    height: 2vw;
    cursor: pointer;
}

.course-tags {
    float: right;
    width: 70%;
    margin-right: 15%;
    margin-left: 15%;
    direction: rtl;
    margin-top: 2vw;
    margin-bottom: 10vw;
    padding: 1vw;
    font-size: 0.9vw;
    font-weight: 100;
}

.login-background {
    background: url("../img/static/cover1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    float: right;
    height: 100vh;
}

.login-box {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    float: right;
    width: 25%;
    margin-right: 37.5%;
    margin-left: 37.5%;
    margin-top: 18vh;
    max-height: 1100px;
    border-radius: 1vw;
    background: #026769c9;
    padding: 1vw;
    padding-bottom: 7vh;
}

.login-box-logo {
    width: 100%;
    float: right;
}

.login-box-title {
    float: right;
    width: 100%;
    text-align: center;
    font-size: 1.4vw;
}

.login-box-subtitle {
    float: right;
    width: 100%;
    text-align: center;
    font-weight: 100;
    font-size: 1vw;
    margin-top: 0.5vw;
    margin-bottom: 2vw;
}

.login-box-codein {
    display: none;
    float: right;
    width: 90%;
    margin-right: 5%;
}

.login-box-lable {
    float: right;
    direction: rtl;
    font-size: 0.85vw;
    margin-right: 0.5vw;
    font-weight: 100;
    color: white;
    margin-bottom: 0.5vw;
}

.login-box-mobin {
    float: right;
    width: 90%;
    margin-right: 5%;
}

.login-box-mob {
    text-align: center;
    background: #ffffffe3;
    direction: ltr;
}

.login-box-submob {
    border: none;
    margin-top: 0.5vw;
    width: 80%;
    float: right;
    margin-right: 10%;
}

.login-box-err {
    float: right;
    text-align: center;
    width: 100%;
    margin-top: 1vw;
    direction: rtl;
    color: red;
    font-weight: 100;
    display: none;
}

.login-box-mobcop {
    text-align: center;
    background: #ffffffe3;
    margin-bottom: 0.5vw;
}

.login-box-code {
    text-align: center;
    background: #ffffffe3;
    letter-spacing: 0.5vw;
}

.login-box-sub {
    border: none;
    margin-top: 0.5vw;
    width: 80%;
    float: right;
    margin-right: 10%;
}

.sidemenu {
    float: right;
    width: 16%;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
}

.sidemenu-img {
    float: right;
    width: 10vw;
    height: 10vw;
    margin-right: 3vw;
    margin-left: 3vw;
    margin-top: 120px;
    border-radius: 50%;
    border: solid 3px white;
}

.sidemenu-name.c6 {
    float: right;
    direction: rtl;
    width: 100%;
    margin-top: 16px;
    text-align: center;
    font-size: 1vw;
}

.sidemenu-pos {
    float: right;
    width: 100%;
    text-align: center;
    font-weight: 100;
    margin-top: 6px;
}

.sidemenu-logout {
    position: fixed;
    right: 0;
    bottom: 10px;
    width: 16vw;
    text-align: center;
    font-weight: 100;
    font-size: 0.5vw;
    cursor: pointer;
}

.sidemenu-menu {
    float: right;
    width: 100%;
    direction: rtl;
    margin-top: 40px;
}

.sidemenu-item {
    width: 100%;
    float: right;
    height: 5vh;
    margin-bottom: 0.5vh;
    font-size: 0.8vw;
    font-weight: 100;
    padding-right: 1vw;
    border-right: 3px solid #CBE1E1;
    cursor: pointer;
    padding-top: 1.3vh;
}

.sidemenu-sel {
    border-right: 5px solid #CBE1E1;
    background: #9ab6b6;
    color: #013739 !important;
}

.sidemenu-item:hover {
    opacity: 0.75;
}

.profile-pages {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 16vw;
    overflow: scroll;
    padding-top: 100px;
}

.profile-page {
    float: right;
    width: 100%;
    height: 100%;
    display: none;
}

.profile-page-sel {
    display: block;
}

.profile-popup-label {
    float: right;
    direction: rtl;
    width: 100%;
    margin-top: 0.7vw;
    margin-right: 1vw;
    font-size: 0.8vw;
    font-weight: 100;
    color: #013739;
}

.profile-popup-input {
    float: right;
    width: 16vw;
    margin-right: 1.5vw;
    margin-top: 0.5vw;
    font-weight: 100;
}

.profile-popup-sub {
    float: right;
    margin-top: 8vh;
    width: 12vw;
    margin-right: 2vw;
    background: #006a69;
    color: white;
    font-weight: 100;
    border-color: white;
}

.profile-detilsbox {
    float: right;
    margin-right: 1.5vw;
    margin-top: 0.5vw;
    width: 45vw;
    height: 27vw;
}

.profile-page-underheader {
    width: 100%;
    height: 90px;
    position: fixed;
    top: 0;
}

.profile-popup-title {
    float: right;
    width: 100%;
    direction: rtl;
    padding-right: 1.5vw;
    padding-top: 2vh;
    font-size: 1vw;
}

.profile-popup-subtitle {
    float: right;
    width: 100%;
    direction: rtl;
    padding-right: 1.7vw;
    font-weight: 100;
    margin-top: 0.5vh;
    font-size: 0.7vw;
}

.proile-popup-box1 {
    float: right;
    margin-right: 2vw;
    width: 30%;
    margin-top: 2vh;
}

.profile-popup-box2 {
    float: right;
    width: 30%;
    margin-top: 2vh;
}

.profile-popup-box3 {
    float: right;
    width: 100%;
    padding-right: 2vw;
    margin-top: 2vh;
}

img.loginimg {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: solid 2px #026869;
    margin-top: 20px;
    float: left;
    margin-left: 8%;
}

.loginbut2 {
    float: left;
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    border-radius: 22px;
    margin-top: 28px;
    line-height: 24px;
    cursor: pointer;
    margin-left: 2%;
}

.presubmit {
    float: right;
    width: 16%;
    margin-right: 42%;
    margin-left: 42%;
    margin-top: 2vh;
    margin-bottom: 2vh;
    border-radius: 8vh;
    padding: 1vh;
    border: solid 1px;
    color: white;
}

.presub-popup {
    position: fixed;
    width: 40%;
    right: 30%;
    left: 30%;
    top: 200px;
    height: 45vh;
    border-radius: 1vw;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    display: none;
}

.presub-popup-exit {
    float: left;
    margin-left: 1vw;
    margin-top: 1vh;
    cursor: pointer;
    font-size: 1vw;
    color: white;
    width: 1vw;
}

.presub-popup-title {
    float: right;
    width: 36vw;
    text-align: center;
    margin-right: 2vw;
    margin-top: 1vh;
    font-size: 1vw;
    color: white;
    margin-bottom: 1vh;
}

.presub-popup-text {
    float: right;
    margin-right: 3vw;
    margin-left: 3vw;
    text-align: right;
    direction: rtl;
    font-weight: 100;
    font-size: 0.8vw;
    line-height: 1.7vw;
    margin-top: 1vh;
    margin-bottom: 1vh;
}

.presub-popup-input {
    float: right;
    margin-right: 3vw;
    margin-left: 3vw;
    width: 34vw;
    min-height: 20vh;
    max-height: 20vh;
    font-size: 0.8vw;
    font-weight: 100;
    line-height: 1.7vw;
}

.presub-popup-but {
    float: right;
    width: 15vw;
    margin-right: 12.5vw;
    margin-left: 12.5vw;
    margin-top: 2vh;
    height: 4.5vh;
    border: solid 1px;
    border-radius: 1vw;
}

.presub-popup-butpay {
    float: right;
    width: 15vw;
    margin-right: 12.5vw;
    margin-left: 12.5vw;
    margin-top: 2vh;
    height: 4.5vh;
    border: solid 1px;
    border-radius: 1vw;
}

.f-sb-data {
    float: right;
    padding-right: 0.25vw;
    padding-left: 0.25vw;
    font-size: 0.9vw;
    word-wrap: break-word;
    word-break: break-word;
    margin-right: 0.5vw;
}

.fintag {
    width: 100%;
    text-align: center;
    position: absolute;
    margin-top: 33%;
    font-size: 2vw;
    margin-right: -5%;
    color: white;
    z-index: 2;
    text-shadow: 0px 0px 20px black;
    transform: rotate(315deg);
}

.finimg {
    filter: grayscale(0.5);
    opacity: 0.85;
    z-index: 1;
    position: relative;
}

.sa3-control {
    float: right;
    width: 100%;
    text-align: center;
    direction: rtl;
    letter-spacing: 0.3vw;
    color: white;
    margin-top: 4%;
}

.sa3-control>i {
    cursor: pointer;
}

.b3-file {
    float: right;
    margin-right: 21%;
    background: #99c9c6;
    width: 10vw;
    height: 5vw;
    direction: rtl;
    border-radius: 0.5vw;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    margin-top: 1vw;
    margin-bottom: 1vw;
    padding: 1vw;
    color: #026869;
    font-size: 0.7vw;
    line-height: 1.5vw;
    cursor: pointer;
}

.b3-file:hover {
    background: #026869;
    color: #99c9c6;
}

.b3-file>i {
    font-size: 1.5vw;
}

.ss2-numbers {
    float: right;
    width: 100%;
    text-align: center;
}

.ss2-n {
    float: right;
    background: #026869;
    color: white;
    width: 2vw;
    height: 2vw;
    text-align: center;
    margin-right: 0.2vw;
    border-radius: 0.2vw;
    font-size: 1vw;
    line-height: 2vw;
    cursor: pointer;
}

.ss2-n:hover {
    background: #99c9c6;
    color: black;
}

.ss2-nsel {
    background: #99c9c6;
    color: #026869;
}

button.ss2-but {
    background: white;
    color: #058083;
    font-weight: 100;
    width: 90%;
    border: solid 1px;
    border-radius: 1vw;
    cursor: pointer;
    float: right;
    margin-top: 5vw;
}

.blue {
    background: #2196F3;
    color: white;
}

.green {
    background: #00d17f;
    color: black;
}

.red {
    background: #e03e3e;
    color: white;
}

.brown {
    background: #653523;
    color: white;
}

.gray {
    background: #bfbfbf;
    color: black;
}

.ticket-list-box {
    background: white;
    float: right;
    margin: 1vw 1vw 0 1vw;
    width: 60%;
    height: 9vw;
    border-radius: 0.5vw;
    box-shadow: rgb(0 0 0 / 11%) 0px 1px 2px;
    cursor: pointer;
}

.ticket-list-box > * {
    cursor: pointer;
}

.person-pop-ticket-header {
    float: right;
    width: 100%;
    background: #006969;
    height: 1.5vw;
    text-align: right;
    padding-right: 1vw;
    font-size: 0.8vw;
    color: white;
    line-height: 1.5vw;
}

.person-pop-ticket-title {
    width: 100%;
    float: right;
    text-align: right;
    font-size: 0.8vw;
    font-weight: 100;
    margin-right: 1vw;
    margin-left: 1vw;
    margin-top: 0.8vw;
    color: #006a69;
}

.person-pop-ticket-title > span {
    color: black;
}

.person-pop-ticket-status {
    float: left;
    width: 20%;
    height: 1.75vw;
    margin-left: 1vw;
    text-align: center;
    font-size: 0.8vw;
    line-height: 1.75vw;
    border-radius: 1vw;
    margin-right: 80%;
}

.person-pop-ticket-lastedit {
    width: 100%;
    float: right;
    margin-top: 0.7vw;
    padding-left: 1vw;
    font-size: 0.5vw;
    color: gray;
}

.person-pop-ticket-newbut {
    float: right;
    width: 25%;
    margin-left: 50%;
    margin-right: 1vw;
    background-color: #006969;
    border-color: #006969;
    margin-top: 1vw;
    margin-bottom: 10vw;
}

.ticket-popup {
    position: fixed;
    width: 50vw;
    height: 40vw;
    margin-left: 18.5vw;
    margin-top: 3vw;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border-radius: 0 0 1vw 1vw;
    background: #eff6f6;
    display: none;
}

.ticket-popup-header {
    float: right;
    width: 100%;
    background: #026869;
    height: 2vw;
    text-align: center;
    color: white;
    font-size: 0.9vw;
    line-height: 2vw;
}

.ticket-popup-exit {
    float: left;
    font-size: 1.5vw;
    margin-left: 0.5vw;
    line-height: 2.2vw;
    font-weight: 100;
    cursor: pointer;
}

.ticket-chat-box {
    float: right;
    width: 60%;
    height: 38vw;
    padding: 1vw;
}

.ticket-side {
    float: right;
    width: 40%;
    height: 38vw;
    border-right: solid 1px #006969;
    padding: 1vw;
}

.ticket-chat-titlebox {
    float: left;
    width: 100%;
    margin-bottom: 1vw;
}

.ticket-chat-titlelable {
    float: right;
    direction: rtl;
    font-size: 0.85vw;
    font-weight: 100;
    color: #058083;
    line-height: 2vw;
}

.ticket-chat-title {
    width: 90%;
}

.ticket-chats {
    float: right;
    height: 29.5vw;
    margin-bottom: 1vw;
    width: 100%;
}

.ticket-chat-inbox {
    float: right;
    width: 100%;
}

.ticket-chat-in {
    float: right;
    width: 85%;
    height: 2.2vw;
}

.ticket-chat-sendbut {
    float: right;
    width: 13%;
    margin-right: 0.5vw;
    height: 2.2vw;
    font-size: 1.3vw;
    background: #058083;
}

.ticket-chat-send {
    background: white;
    float: right;
    max-width: 80%;
    border-radius: 0.7vw 0.7vw 0 0.7vw;
    padding: 0.5vw;
    text-align: right;
    font-size: 0.8vw;
    font-weight: 100;
    direction: rtl;
    box-shadow: rgb(0 0 0 / 12%) 0px 1px 2px;
    margin-top: 0.2vw;
    margin-bottom: 0.2vw;
    min-width: 55%;
}

.ticket-chat-time {
    float: right;
    width: 100%;
    text-align: left;
    font-size: 0.5vw;
    color: #006969;
    direction: ltr;
}

.ticket-chat-recive {
    background: #a7ccca;
    float: left;
    max-width: 80%;
    border-radius: 0.7vw 0.7vw 0.7vw 0;
    padding: 0.5vw;
    text-align: right;
    font-size: 0.8vw;
    font-weight: 100;
    direction: rtl;
    box-shadow: rgb(0 0 0 / 12%) 0px 1px 2px;
    margin-top: 0.2vw;
    margin-bottom: 0.2vw;
    min-width: 55%;
}

.ticket-side-userbox {
    float: right;
    width: 100%;
}

img.ticket-side-img {
    filter: grayscale(0.9);
    border-radius: 50%;
    width: 40%;
    margin-left: 30%;
    margin-right: 30%;
}

.ticket-side-username {
    width: 100%;
    text-align: center;
    color: #058083;
    font-size: 1.2vw;
    margin-top: 0.5vw;
    float: right;
}

.ticket-side-userpos {
    width: 100%;
    float: right;
    text-align: center;
    font-size: 0.9vw;
    font-weight: 100;
    color: #696b6e;
}

.ticket-side-mob {
    background: #058083;
    float: right;
    width: 50%;
    margin-right: 25%;
    margin-left: 25%;
    height: 2vw;
    border-radius: 0.5vw;
    text-align: center;
    font-size: 0.9vw;
    color: white;
    font-weight: 100;
    line-height: 2.2vw;
    direction: rtl;
    margin-top: 0.3vw;
}

.ticket-side-status {
    float: right;
    width: 100%;
    margin-top: 5vw;
}

lable.ticket-side-status-lable {
    float: right;
    font-size: 0.8vw;
    font-weight: 100;
    line-height: 2vw;
    direction: rtl;
}

.ticket-side-status-sel {
    float: right;
    width: 65%;
    margin-right: 4%;
    color: #006969;
}

.ticket-side-status-row {
    float: right;
    width: 100%;
    margin-bottom: 1vw;
}

img.ticket-side-crmimg {
    width: 10%;
    border-radius: 50%;
    float: right;
    margin-right: 3%;
}

.ticket-side-crmname {
    float: right;
    font-size: 0.8vw;
    font-weight: 100;
    line-height: 1.7vw;
    margin-right: 1%;
    color: #058083;
}

.ppnameen {
    direction: ltr;
}

img.person-popcer {
    width: 100%;
    height: 100%;
}

.person-popcer-box {
    float: right;
    width: 12vw;
    margin-right: 1vw;
    margin-top: 1vw;
    height: 17vw;
    border-radius: 0.2vw;
    overflow: hidden;
    cursor: pointer;
}

.person-popcer-name {
    position: absolute;
    width: 12vw;
    margin-top: -10.5vw;
    text-align: center;
    font-size: 0.5vw;
    font-weight: bold;
    font-family: serif;
    color: #006969;
}

.person-popcer-no {
    direction: rtl;
    width: 100%;
    text-align: center;
    margin-top: 2vw;
    font-size: 0.8vw;
    font-weight: 100;
    color: #026869;
}

.vip-box {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    float: right;
    background: #f2f2f2;
    width: 36vw;
    margin-right: 1vw;
    margin-top: 1vw;
    border-radius: 0.5vw;
    height: 6vw;
    cursor: pointer;
    margin-left: 30vw;
}

.vip-box-p {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    float: right;
    background: #f2f2f2;
    width: 36vw;
    margin-right: 1vw;
    margin-top: 1vw;
    border-radius: 0.5vw;
    height: 6vw;
    cursor: pointer;
    margin-left: 30vw;
}

.vip-icon {
    float: right;
    width: 4vw;
    height: 6vw;
    margin-right: 1vw;
    margin-left: 1vw;
    text-align: center;
    font-size: 2.5vw;
    color: #058083;
    line-height: 6vw;
}

.vip-title {
    float: right;
    font-size: 0.9vw;
    margin-top: 1vw;
    color: #058083;
    width: 20vw;
    text-align: right;
    direction: rtl;
}

.vip-date {
    float: right;
    width: 20vw;
    text-align: right;
    font-size: 0.6vw;
    font-weight: 100;
    color: #404145;
    margin-top: 0.4vw;
}

.vip-acc {
    float: left;
    width: 2vw;
    margin-left: 1vw;
    text-align: center;
    font-size: 2vw;
    margin-top: -0.5vw;
    cursor: pointer;
    color: #058083;
}

.vip-no {
    float: right;
    margin-right: 2vw;
    margin-top: 1vw;
    direction: rtl;
    color: #008c8f;
    font-weight: 100;
    font-size: 0.9vw;
}

.vip-page {
    float: right;
    width: 100%;
    direction: rtl;
    display: none;
}

.btn.vip-page-back {
    float: right;
    background: #e4e4e4;
    margin-right: 1vw;
    margin-top: 0.5vw;
    width: 7vw;
    font-weight: 100;
    direction: rtl;
    color: #026869;
    margin-left: 80vw;
    margin-bottom: 1vw;
}

.vip-page-title {
    float: right;
    width: 100%;
    padding-right: 1vw;
    direction: rtl;
    font-size: 1vw;
    font-weight: bold;
    color: #026869;
}

.vip-page-cover {
    float: right;
    width: 30%;
    margin-right: 1vw;
    margin-top: 1vw;
    margin-left: 70%;
}

.vip-page-note {
    margin-top: 1vw;
    margin-right: 1vw;
    float: right;
    direction: rtl;
    width: 45%;
    margin-left: 50%;
}

.vip-page-file {
    float: right;
    width: 12vw;
    background: #008c8f;
    color: white;
    margin-right: 12.5vw;
    margin-top: 2vw;
    margin-left: 60%;
}

video.vip-page-video {
    width: 45vw;
    margin-right: 1vw;
    margin-top: 1vw;
    margin-bottom: 8vw;
}

.profile-pay-title {
    float: right;
    width: 100%;
    text-align: center;
    font-size: 1vw;
    margin-top: 1vw;
    margin-bottom: 1vw;
    color: #008c8f;
}

table.profile-pay {
    width: 70%;
    float: right;
    direction: rtl;
    margin-right: 15%;
    text-align: center;
    font-size: 0.8vw;
}

tr.profile-pay-th {
    color: #008c8f;
    font-weight: bold;
    border-bottom: solid 1px;
    background: #c9e1e0;
}

.profile-pay-th > td {
    padding-bottom: 0.5vw;
    padding-top: 0.5vw;
}

tr.profile-pay-tr {
    font-weight: 100;
}

.profile-pay-tr > td {
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
    color: #3a4545;
    border-bottom: solid 1px;
}

.eftlang {
    float: right;
    text-align: center;
    margin-top: 35px;
    cursor: pointer;
    font-family: dana;
    font-weight: 900;
    padding-right: 1vw;
    padding-left: 1vw;
    min-width: 5%;
    font-size: 0.85vw;
}

.f-icon-phone > i {
    float: right;
    font-size: 2vw;
    line-height: 0.8vw;
    margin-right: 1vw;
}

.f-icon-mail > i {
    float: right;
    font-size: 2vw;
    line-height: 0.8vw;
    margin-right: 1vw;
}

.f-icon-insta > i {
    float: right;
    font-size: 2vw;
    line-height: 0.8vw;
    margin-right: 1vw;
}

.ppattend {
    float: right;
    width: 100%;
    padding-right: 2vw;
    padding-left: 2vw;
    margin-top: 1vw;
    margin-left: 1vw;
}

.ppattendbox {
    float: right;
    width: 46%;
    margin-right: 2%;
    font-weight: 100;
}

.ppattendsel {
    float: right;
    width: 1vw;
    height: 1vw;
}

.ppattendbox > span {
    float: right;
    line-height: 2vw;
    font-size: 0.8vw;
    margin-right: 0.5vw;
}

.profile-popup-boxx {
    float: right;
    margin-right: 2vw;
    width: 70%;
    margin-top: 2vh;
}

.ss2-tag {
    float: right;
    width: 100%;
    padding-right: 3%;
    font-size: 0.65vw;
    font-weight: 100;
    margin-top: 1.5%;
}

.ss2-filters {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
    backdrop-filter: blur(3.5px);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    padding: 2rem 1rem;
    float: right;
    width: 70%;
    margin-right: 15%;
    border: solid 2px rgb(255 255 255 / 40%);
    direction: rtl;
    margin-bottom: 1vw;
    height: 4.2vw;
    overflow: hidden;
}

.ss2-filter {
    float: right;
    color: #058083;
    border: solid 1px;
    margin-right: 0.4vw;
    padding-right: 0.7vw;
    padding-left: 0.7vw;
    height: 1.7vw;
    border-radius: 1vw;
    line-height: 1.6vw;
    cursor: pointer;
}

.mailerr {
    float: right;
    direction: rtl;
    color: red;
    margin-right: 1.5vw;
    font-weight: 100;
    font-size: 0.5vw;
    margin-top: 0.2vw;
    display: none;
}

.mobmenuicon {
    display: none;
}

.mobmenuback {
    display: none;
}

.person-city {
    color: #c5d2d3;
    font-size: 1.2vw;
    margin-top: 0.5vw;
}

.person-course-title {
    float: right;
    direction: rtl;
    width: 60vw;
    text-align: justify;
    margin-right: 20vw;
    margin-left: 20vw;
    margin-top: 2vw;
    font-size: 1.2vw;
    font-weight: bold;
    color: white;
    line-height: 1vw;
}

.person-course {
    float: right;
    direction: rtl;
    width: 60vw;
    text-align: justify;
    margin-right: 22vw;
    margin-left: 20vw;
    margin-top: 1vw;
    font-size: 1vw;
    font-weight: 100;
    color: white;
    line-height: 2vw;
}

.person-tel {
    color: #c5d2d3;
    font-size: 1.2vw;
    margin-top: 0.5vw;
}

.ss2-txtbox {
    float: right;
    width: 80%;
    height: 10vw;
}

.ss2-butbox {
    float: right;
    width: 10%;
    height: 10vw;
}

.undersubmenu {
    background: none;
    margin-top: 0px;
    padding-top: 5px;
    text-align: right;
    direction: rtl;
}

.pppos {
    float: right;
    width: 20vw;
    margin-right: 1.5vw;
    margin-top: 0.5vw;
    font-weight: 100;
    direction: rtl;
    font-size: 0.75vw;
    line-height: 1.5vw;
}

.pppos-edit {
    float: right;
    direction: rtl;
    width: 100%;
    margin-top: 0.7vw;
    margin-right: 1vw;
    font-size: 0.7vw;
    font-weight: bold;
    color: #006969;
    padding-right: 1vw;
    cursor: pointer;
}

.pppos-pop {
    position: fixed;
    background: #eaeaea;
    width: 25vw;
    top: 13vh;
    right: 37.5vw;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border-radius: 0 0 1vw 1vw;
    padding-bottom: 4vw;
    max-height: 80vh;
    overflow: scroll;
    display: none;
}

.pppos-pop-head {
    float: right;
    width: 100%;
    height: 2.5vh;
    background: #038083;
    text-align: center;
    font-size: 0.9vw;
    color: #eaeaea;
    line-height: 2.5vh;
}

.pppos-tag {
    float: right;
    width: 100%;
    direction: rtl;
    padding-right: 2vw;
    margin-top: 0.5vw;
    font-size: 0.8vw;
    color: #038083;
    margin-bottom: 0.2vw;
}

.pppos-sub {
    float: right;
    width: 80%;
    direction: rtl;
    padding-right: 3.5vw;
    font-size: 0.8vw;
    font-weight: 100;
    line-height: 1.7vw;
}

.pppos-check {
    float: right;
}

.pppos-btn {
    width: 60%;
    margin-right: 20%;
    float: right;
    margin-top: 1vw;
    background: #038083;
    color: #c9e0e0;
}

.st-filter {
    float: left;
    padding: 0.2vw;
    border-radius: 0.3vw;
    margin-top: 2vw;
    margin-right: 1vw;
}
.login-box-name {
    text-align: center;
    background: #ffffffe3;
    margin-bottom: 0.5vw;
}
