@import url("../webfonts/greta/stylesheet.css");

@font-face {
    font-family: NAUSS;
    src: url("../webfonts/NAUSS-Bold.otf"), url("../webfonts/NAUSS-Bold.ttf") format("truetype");
}

b,
strong {
    font-weight: bold;
    font-size: 1.1rem;
}

body {
    font-family: "Greta Text Arabic AR+LT";
    font-size: 0.9rem;
    text-align: right;
    line-height: inherit;
}

.top-auto {
    top: auto;
}

img {
    max-width: 100%;
}

a,
img {
    transition: all 300ms ease 0s;
}

a {
    color: rgba(0, 0, 0, 0.7);
}

a:hover {
    color: black;
    text-decoration: none;
}

img:hover {
    transform: scale(1.05);
}

.page-title {
    /*  background: url("../images/bg-title.png") center center / cover no-repeat; */
    background-color: #162d4c !important;

    min-height: 170px;
    margin-bottom: 20px;
}

header nav.bg-light {
    min-height: 22vh;
    /*     background-color: rgba(37, 75, 80, 0.88) !important;
 */
    background-color: #0c4970e0 !important;
}

header nav.bg-light.fixed {
    min-height: 100px;
}

header nav.bg-light.fixed img {}

.navbar-brand img {
    max-width: 250px;
    transition: none 0s ease 0s;
}


.about figure img {
    transition: none 0s ease 0s;
}

.navbar-brand img:hover,
.about figure img:hover {
    transform: scale(1);
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgb(196, 169, 124);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.85);
    padding: 0.5rem 0.6rem;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(255, 255, 255);
}

.navbar {
    padding: 35px 0px 10px;
    font-family: NAUSS, serif;
}

.page-title h1 {
    color: white;
    font-size: 1.6rem;
    padding-top: 70px;
    margin-bottom: 0px;
    font-family: NAUSS, serif;
}

.no-arraw .dropdown-toggle::after {
    display: none;
}

.navbar-light .navbar-brand {
    padding: 0px;
}

.dropdown-menu {
    border-radius: 0px;
    border: 0px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(37, 37, 37, 0.18) 0px 3px 90px 0px;
    font-size: 0.9rem;
    line-height: 3;
    padding: 1.5rem 0px;
    margin: 4.2rem 0px 0px;
}

.navbar-expand-lg .navbar-collapse .dropdown-menu {
    margin: 3.2rem 0px 0px;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
}


.breadcrumb {
    background-color: transparent;
    padding: 1rem 0px;
    margin: 0px;
    justify-content: center;
}

.breadcrumb-item.active {
    color: rgb(196, 169, 124);
}

.block {
    box-shadow: rgba(0, 0, 0, 0.18) 0px 1px 40px 0px;
    position: relative;
    background-color: white;
    z-index: 0;
}

.home .block.decore.left {
    margin-right: 0px;
}

.home .block.decore.left>div {
    padding: 2rem;
}

.home .block.decore.left>div>p {
    padding: 0px;
}

.block h2 {
    position: relative;
    font-size: 1.43rem;
    margin: 0px 0px 5px;
    padding: 0px 0px 15px;
    line-height: 2;
    font-family: NAUSS, serif;
}

.block h2::before {
    content: "";
    background: rgb(191, 164, 121);
    position: absolute;
    right: 0px;
    width: 50px;
    height: 3px;
    bottom: 0px;
}

.block p {
    line-height: 2;
    text-align: justify;
    font-size: 1rem;
}

.block.decore.right.p-0 {
    margin: 0px 20px 20px 0px !important;
}

.img-about1::before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 9%, rgba(0, 0, 0, 0.65) 100%);
    min-height: 90px;
}

.img-about1>a {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 40px;
    color: white;
    transform: translate(-50%, -50%);
}

.img-about1>p {
    position: absolute;
    bottom: 20px;
    left: 0px;
    right: 0px;
    text-align: center;
    color: white;
}

i.fas.fa-play-circle {
    font-size: 70px;
}

.decore::before {
    content: "";
    background-image: url("../images/decor01.svg");
    position: absolute;
    bottom: -20px;
    min-height: 210px;
    width: 260px;
    background-repeat: no-repeat;
    z-index: -1;
}

.left::before {
    left: -20px;
}

.right::before {
    right: -20px;
    transform: scaleX(-1);
}

.sections>div {
    background: rgb(255, 255, 255);
    padding: 20px 0px;
}

.sections>div:nth-of-type(2n+1) {
    background-color: rgb(245, 245, 245);
}

.block>div {
    background-color: white;
    padding: 50px 60px;
}

.rigster {
    background: url("../images/img-uni.png") center center / cover no-repeat;
    position: relative;
    color: rgb(255, 255, 255);
    padding: 4rem 0px !important;
}

.rigster h1 {
    font-size: 1.8rem;
    margin: 0px 0px 30px;
}

.rigster p {
    font-size: 14px;
    line-height: 2;
    margin: 0px 0px 30px;
}

.rigster a.online-border {
    display: block;
    padding: 10px 60px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 50px;
    margin: 0px 10px;
    color: whitesmoke;
}

.rigster a.online-border:hover {
    background-color: rgb(196, 169, 124);
    border-color: rgb(196, 169, 124);
}

.map {
    background-image: url("../images/map-menu.png");
    background-size: contain;
    position: relative;
    min-height: 500px;
    overflow: hidden;
    background-color: rgb(23, 53, 68);
    background-blend-mode: color-dodge;
}

.map iframe {
    width: 100%;
    height: 350px;
    filter: grayscale(1);
}

.map form {
    margin-top: 7rem;
}

.map .submit {
    background-image: -webkit-linear-gradient(38deg, rgb(23, 57, 74) 0%, rgb(42, 80, 98) 0%, rgb(32, 61, 75) 100%);
    color: white;
    border: 0px;
    padding: 10px 50px;
    border-radius: 50px;
    transition: all 0.5s ease 0s;
}

.map .submit:hover {
    opacity: 0.8;
}

.map .form-control {
    box-shadow: rgba(0, 0, 0, 0.18) 0px 1px 40px 0px;
    border: 0px;
    border-radius: 3px;
    min-height: 45px;
    font-size: 14px;
}

footer .top {
    background-image: url("../images/map-footer.png");
    background-size: contain;
    position: relative;
    overflow: hidden;
    background-blend-mode: color-burn;
    color: rgb(255, 255, 255);
    font-size: 13px;
    padding: 5rem 0px;
    min-height: 375px;
    /*     background-color: rgb(62, 95, 100) !important;
 */
    background-color: #06395ae0 !important;

}

footer .top a {
    color: rgba(255, 255, 255, 0.73);
    font-size: 14px;
    line-height: 1.5rem;

}

footer .top a:hover {
    color: white;
}

footer .top p {
    font-size: 14px;
    line-height: 2em;
    text-align: justify;
}

footer .top .about a {
    color: rgb(180, 155, 114) !important;
}

footer .top h3 {
    color: rgb(195, 168, 123);
    font-size: 1.2rem;
    margin: 0px 0px 20px;
    font-family: NAUSS, serif;
}

footer .top ul li {
    margin: 0px 0px 5px;
}

footer .top ul li a::before {
    content: "-";
    margin-left: 5px;
}

footer .top .contact ul li a::before {
    display: none;
}

footer .top .contact ul li i {
    color: rgb(196, 169, 124);
    width: 18px;
    text-align: center;
    font-size: 10px;
}

footer .top .contact ul li a i {
    color: white;
    transition: all 0.5s ease 0s;
}

footer .top .contact ul li a:hover i {
    color: rgb(196, 169, 124);
}

footer .top .contact span {}

footer .top .contact .list-inline {
    margin: 0px;
}

footer .top .contact .list-inline li {
    margin: 0px 0px 0px 7px;
}

footer .top ul.list-unstyled li svg {
    margin-left: 7px;
}

footer .bottom {
    /*     background: rgb(34, 57, 52);
 */

    background: #062f49;
    padding: 25px 0px;
    color: rgb(205, 205, 205);
    font-size: 14px;
}

.sections.odd>div {
    background-color: whitesmoke;
}

.sections.odd>div:nth-of-type(2n+1) {
    background-color: white;
}

.sections.odd>div .block>div {
    background-color: transparent;
}

.sections>div .plgraf {
    margin-top: 50px;
    line-height: 2;
}

.head-block h3 {
    position: relative;
    font-size: 22px;
    margin: 0px 0px 1.5rem;
    padding: 0px 0px 1rem;
    font-family: NAUSS, serif;
}

.head-block p {
    color: rgb(51, 51, 51);
    line-height: 2;
}

.head-block h3::before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -5px;
    background-color: rgb(196, 169, 124);
    height: 3px;
    width: 50px;
    margin: auto;
}

.head-block.right h3::before {
    left: auto;
}

.items-superman .item-council {
    margin: 0px 0px 30px;
}

.items-superman .item-council .caption h5 {
    font-size: 14px;
    line-height: 1.6;
    margin: 0px 0px 0.5rem;
}

.items-superman .item-council .caption small {
    font-size: 13px;
    color: rgb(92, 92, 92);
}

.university-dep {
    font-size: 14px;
}

.university-dep span.item {
    padding: 10px 5px;
    display: block;
    border-radius: 50px;
    color: white;
}

.color-red-d {
    background-color: rgb(104, 41, 50);
}

.color-01 {
    background: rgb(114, 102, 88);
}

.color-02 {
    background: rgb(32, 61, 75);
}

.color-03 {
    background: rgb(196, 169, 124);
}

.section-news .item .caption>a {
    font-size: 0.9rem;
    display: block;
    padding-left: 80px;
    margin: 0px 0px 10px;
    color: black;
    font-family: NAUSS, serif;
}

.section-news .item .caption>p {
    line-height: 2;
    font-size: 13px;
    color: rgb(76, 76, 76);
}

.section-news .item .caption>a:hover {
    color: rgb(196, 169, 124);
}

.section-news .item figure {
    overflow: hidden;
}

.section-news .item figure img {
    width: 100%;
    height: 250px;
}

.section-news .item:hover figure img {
    transform: scale(1.1);
}

.years ul li {
    margin: 0px 10px !important;
}

a.main-color {
    color: rgb(194, 167, 123);
}

.block>div h4 {
    color: rgb(196, 169, 124);
    font-size: 22px;
    margin: 0px 0px 1.5rem;
}

.block>div h5 {
    font-size: 18px;
}

.table .thead-dark th {
    background-color: rgb(57, 78, 86);
    border-color: rgb(255, 255, 255);
    font-family: NAUSS, serif;
}

.table a {
    color: rgb(57, 78, 86);
}

.table a:hover {
    color: rgb(29, 29, 29);
}

.professors form {
    margin: 4rem 0px 3rem;
    position: relative;
}

.color-main {
    color: rgb(196, 169, 124);
}

.btn-site {
    background-color: rgb(196, 169, 124);
    display: inline-block;
    border-radius: 50px;
    padding: 14px 50px;
    color: white;
    font-family: NAUSS, serif;
}

.btn-site:hover {
    background-color: rgb(167, 138, 91);
}

.contact .info-contact li span {}

.dropdown-menu h3 {
    font-size: 16px;
    color: rgb(186, 160, 118);
    font-family: NAUSS, serif;
}

header form.form-inline.my-2.my-lg-0 {
    min-width: 250px;
    display: flex;
    padding: 0px 10px;
}

header form.form-inline.my-2.my-lg-0 input.form-control.mr-sm-2 {
    flex: 1 1 0%;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    margin: 0px !important;
}

header form.form-inline.my-2.my-lg-0 button.btn.btn-outline-secondary.my-2.my-sm-0 {
    background-color: rgb(196, 169, 124);
    border-color: rgb(196, 169, 124);
    color: white;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.say .item .content::before {
    content: "";
    border-width: 15px;
    border-style: solid;
    border-color: transparent transparent rgb(255, 255, 255);
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    top: -30px;
    width: 15px;
}

header.single {
    background-image: url("../images/Flags-min.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 22vh;
}

header .list-inline,
header .list-unstyled {
    padding-inline-start: 20px;
}

.university-dep span.item.color-red-d {
    font-size: 1rem;
}

.university-dep span.item.w-50.m-auto.color-02 {
    font-size: 1rem;
}

.upper-bar {
    z-index: 9999;
    position: relative;
    padding: 10px 0px;
    font-family: NAUSS, serif;
}

.upper-bar a {
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    padding: 3px 15px;
    margin-right: 5px;
    line-height: 48px;
    border: 1px solid rgb(186, 160, 117);
    font-size: 14px;
    border-radius: 13px;
}

.upper-bar a:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(186, 160, 117);
}

.carousel-item {
    /*   height: 80vh; */
    background-size: cover;
    background-position: center center;
}

.dropdown .dropdown-menu.show {
    margin-top: 0px;
}

.dropdown .dropdown-menu.show a {
    display: block;
    margin-right: 10px;
}

.map-f {
    background-size: contain;
    position: relative;
    overflow: hidden;
    background-blend-mode: color-dodge;
    color: rgba(255, 255, 255, 0.73);
    font-size: 13px;
    padding: 4rem 0px;
    min-height: 375px;
    background-image: url("../images/map-menu.png") !important;
    background-color: rgb(22, 22, 22) !important;
}

.left-bre {
    font-family: NAUSS, serif;
    display: inline-block;
    /*     background-color: rgb(196, 169, 124);
 */
    background-color: #7f1e3f;

    color: rgb(255, 255, 255);
    /* black;*/
    padding: 9px 55px;
    border-radius: 20px;
    clip-path: polygon(5% 0%, 95% 0%, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
    font-size: 15px;
    margin: 5px;
    line-height: 3rem;
}

a.left-bre:hover,
a.left-bre.active {
    /*     background-color: rgb(57, 78, 86);
    color: rgb(255, 255, 255);*/
    background-color: rgb(196, 169, 124);
    color: rgb(255, 255, 255);


}

.map {
    display: none;
}

.section-h {
    padding: 25px 0px;
}

.section-h h3 {
    color: rgb(255, 255, 255);
    display: inline-block;
    padding: 10px 30px;
    margin: 0px;
    font-size: 23px;
    background: rgb(196, 169, 124);
    border-radius: 20px 0px 0px 20px;
    width: auto;
    clip-path: polygon(5% 0%, 100% 0px, 100% 50%, 100% 100%, 5% 100%, 0% 50%);
    font-family: NAUSS, serif;
}

.section-h .more-h {
    padding: 10px 0px;
    font-size: 20px;
    color: rgb(196, 169, 124);
}

.section-h .bg-h {
    background-size: cover;
    background-position: center center;
    min-height: 60vh;
    display: flex;
    align-items: flex-end;
    width: 100%;
}

.section-h .box-h {
    background-color: rgba(255, 255, 255, 0.6);
    margin: 5%;
    padding: 3% 4% 1%;
    max-width: 750px;
    line-height: 2em;
    color: rgb(0, 0, 0);
    font-size: 1rem;
}

.section-h .box-h h5 {
    font-weight: bold;
}

.img-fluid {
    width: 100%;
}

.hr-a {
    margin-bottom: 0px;
    border-top: 2px solid rgb(191, 164, 121);
}

.about figure img {
    margin-top: -20px;
    max-width: 300px;
}

.chart {
    position: relative;
    display: inline-block;
    color: rgb(153, 153, 153);
    font-size: 20px;
    text-align: center;
}

.chart figcaption {
    padding: 70px;
    width: 75px;
    height: 75px;
    border: 5px solid rgb(240, 240, 240);
    border-radius: 100px;
    line-height: 25px;
}

header nav .linear-gradient {
    width: 100%;
    position: absolute;
    top: 0px;
    display: block;
    height: 30px;
    background: repeating-linear-gradient(315deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 4px, rgb(12, 73, 112) 2px, rgb(12, 73, 112) 7px) !important;
}

.home-slider .linear-gradient {
    width: 100%;
    position: absolute;
    bottom: -20px;
    display: block;
    height: 30px;
    background: repeating-linear-gradient(315deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 4px, rgb(196, 169, 124) 2px, rgb(196, 169, 124) 7px) !important;
}

.section-h .linear-gradient {
    margin: 0px 15px;
    position: absolute;
    top: 25px;
    left: 0px;
    right: 0px;
    height: 47px;
    background: repeating-linear-gradient(315deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 4px, rgb(196, 169, 124) 2px, rgb(196, 169, 124) 7px) !important;
}

.hidden {
    display: none;
}

.rtl th,
[dir="rtl"] th {
    text-align: center;
}

.activities th {
    background: linear-gradient(to right, rgb(32, 61, 75), rgb(47, 87, 106), rgb(32, 61, 75));
    color: rgb(255, 255, 255);
}

.rtl .navbar-nav .nav-item,
[dir="rtl"] .navbar-nav .nav-item {
    margin-right: 1rem;
}

.navbar-nav {
    padding-right: 165px;
}

.navbar-nav .dropdown-menu {
    right: auto;
    left: 0px;
}

header form.form-inline.my-2.my-lg-0 input.form-control.mr-sm-2 {
    width: 100%;
}

@media (max-width: 1200px) {
    .navbar-nav {
        padding-right: 0px;
    }

    .decore::before {
        bottom: -10px;
        min-height: 125px;
        width: 125px;
    }

    .right::before {
        right: -10px;
    }
}

@media (max-width: 768px) {
    .hidden {
        display: block;
    }
 
    .event-m {
        transform: scale(0.45);
        margin: -190px;
    }

    .event-m .dropdown-menu.show {
        font-size: 32px;
        position: fixed !important;
        margin: 0px auto !important;
        width: 700px !important;
        top: 100px !important;
    }

    .section-h h3 {
        font-size: 17px;
        font-family: NAUSS, serif;
    }

    .section-h .more-h {
        font-size: 17px;
        padding: 5px 0px;
    }

    .items-superman .col {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .block {
        margin: 0px;
    }

    .left::before {
        display: none;
    }

    .block h2 {
        margin-top: 20px;
    }

    .rigster a.online-border {
        margin: 0px 0px 10px;
    }

    .list-inline-item:not(:last-child) {
        margin: 0px;
    }

    footer .bottom .d-flex {
        text-align: center;
        display: block !important;
    }

    footer .top {
        text-align: center;
    }

    footer .top .d-flex {
        justify-content: center;
        margin-top: 30px;
    }

    footer .float-left {
        margin: 0px 0px 20px;
        float: none !important;
    }

    .navbar-light .navbar-toggler-icon {
        filter: grayscale(0) invert(1);
    }

    .navbar-light .navbar-toggler {
        border: 0px;
        float: left;
        margin: 30px 10px;
    }

    .navbar-light .navbar-toggler:focus {
        border: 0px;
        box-shadow: 0px 0px 0px;
        outline: none;
    }

    header .d-flex {
        display: block !important;
    }

    .carousel-indicators {
        top: 80%;

    }
    .upper-bar {
        display: none;
    }
}

header nav.bg-light {
    /*         background-color: rgb(23, 47, 57) !important;
 */
    background-color: #0c4970e0 !important;
}

.mr-auto,
.mx-auto {
    padding: 0px;
}

.navbar-light .navbar-nav .nav-link {
    margin: 0px;
}
.navbar-nav {
    padding-left: 165px;
    display: none;
}


.nav-item .dropdown-menu {
    padding: 0px;
    margin: 0px;
}
.nav-item {float:left  !important}
.nav-item a {
    margin: 0;
    color: wheat;
    font-size: 1.2rem;
    float: left !important;
}
.row-3 .item {
    margin: 0px 0px 2px;
    padding: 0px;
}

.row-3 .row .col-lg-4:nth-child(2) .item {
    transform: scale(1);
}

.row-3 .row .col-lg-4:nth-child(2) .item figure,
.row-3 .row .col-lg-4:nth-child(2) .item h3,
.row-3 .row .col-lg-4:nth-child(2) .item p,
.row-3 .row .col-lg-4:nth-child(2) .item a {
    transform: scale(1);
}

.events .footer {
    margin: 40px 0px 50px;
}

.home .block.decore.left {
    margin: 0px;
}

.nav-tabs .nav-link {
    padding: 5px 20px;
    margin-top: 15px;
}

.sss {
    min-height: auto;
    background-size: cover;
}

.sss .item {
    margin: 0px auto 60px;
}

.carousel-caption h3 {
    font-size: 18px;
    font-family: NAUSS, serif;
}

.carousel-caption p {
    font-size: 14px;
    margin-bottom: 1rem;
}

.carousel-caption a {
    font-size: 14px;
    padding: 7px 15px;
}

li.breadcrumb-item {
    padding: 5px;
}



.sections>div {
    padding: 0px;
}

.pb-5,
.py-5 {
    padding-bottom: 1rem !important;
}

.pt-5,
.py-5 {
    padding-top: 1rem !important;
}

.block>div {
    padding: 30px;
}

header nav li img {
    display: none;
}

ul.breadcrumb li {
    margin: 15px 0px;
}

.section-h .linear-gradient {
    height: 40px;
    background: repeating-linear-gradient(315deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 2px, rgb(196, 169, 124) 4px, rgb(196, 169, 124) 5px) !important;
}

.block.decore.right.p-0 {
    margin: 0px 0px 15px !important;
}

.university-dep .row>div.border-r-b-line::after,
.university-dep .row>div.border-r-b-line::before,
.university-dep .row>div.border-l-t-line::after,
.university-dep .row>div.border-l-t-line::before,
.university-dep .row>div.border-r-t-line::after,
.university-dep .row>div.border-r-t-line::before,
.university-dep .row>div.border-left-line::before,
.university-dep .row>div.border-bottom-line::before,
.university-dep .row>div.border-line-bottom::before,
.university-dep .row>div.b-50::before,
.border-line-t::before,
.university-dep .row>div.border-l-b-line::after,
.university-dep .row>div.border-l-b-line::before {
    display: none;
}

.university-dep span.item {
    margin: 10px 0px;
}

.university-dep .mb-4 {
    margin-bottom: 0px !important;
}

.university-dep .col {
    width: 20%;
}

.university-dep span.item {
    border-radius: 10px;
    font-size: small;
}

.page-title h1 {
    font-size: 1rem;
}
}

.news-sec p {
    line-height: 160%;
    margin: 10px 0px;
    color: rgb(38, 38, 38);
}

h3,
h4,
h5 {
    font-family: NAUSS, serif;
}

.no-shadow {
    background: 0px center;
    box-shadow: none;
    margin: 0px;
}

.nav-pills .nav-link {
    font-family: NAUSS, serif;
    display: inline-block;
    background-color: rgb(196, 169, 124);
    color: black;
    padding: 9px 55px;
    border-radius: 20px;
    clip-path: polygon(5% 0%, 95% 0%, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
    margin: 5px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: rgb(57, 78, 86);
}

.admission-slider {
    font-family: Nauss;
}

.admission-slider .overlay {
    background: linear-gradient(to top, rgba(37, 75, 80, 0.1) 1%, rgba(37, 75, 80, 0.8) 100%);
}

.admission-slider .admission-header {
    font-size: 50px;
    color: rgb(255, 255, 255);
    z-index: 2;
    text-shadow: rgba(0, 0, 0, 0.24) 0px 2px 0px;
}

.admission-slider .admission-counter {
    color: rgb(255, 255, 255);
    z-index: 10;
    position: absolute;
    margin: 100px 0px 20px;
}

.nauss-color-1 {
    color: rgb(37, 75, 80);
}

.nauss-color-2 {
    color: rgb(195, 168, 123);
}

.nauss-color-3 {
    color: rgb(53, 86, 119);
}

.admission-slider a.admission-link {
    font-family: NAUSS, serif;
    background-color: rgb(53, 86, 119);
    color: rgb(233, 222, 203);
    padding: 10px 20px;
    clip-path: polygon(5% 0%, 95% 0%, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
    line-height: 160%;
    position: absolute;
    z-index: 9;
    right: 0px;
    left: 0px;
    top: 56vh;
    margin: 5px 10px;
    height: 70px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.admission-slider a:hover.admission-link {
    background-color: rgb(196, 169, 124);
    color: rgb(255, 255, 255);
}

.admission-block {
    box-shadow: rgba(195, 168, 123, 0.2) 0px 1px 15px 0px;
    padding: 15px;
    border-radius: 6px;
}

.admission-title {
    font-family: NAUSS, serif;
    font-size: 17px;
    line-height: 150%;
}

@media (max-width: 991px) {
    .admission-slider a.admission-link {
        padding: 5px 10px;
        top: 40vh;
    }
}

@media (max-width: 768px) {
    .admission-slider a.admission-link {
        top: 10vh;
        height: 60px;
        margin: 0px 20px;
        padding: 5px 10px !important;
    }

    .admission-counter {
        display: none;
    }
       .navbar-nav {
        padding-left: 165px;
        display: unset;
    }
}

.scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 999;
    background-color: rgb(37, 75, 80);
    padding: 0px 5px;
    color: rgb(196, 169, 124);
    border-radius: 2px;
}

.tooltip-inner {
    color: rgb(255, 255, 255);
    background-color: rgb(46, 96, 102);
    font-family: Nauss;
}

.left-nav {
    position: fixed;
    left: 10px;
    top: 350px;
    z-index: 9999;
    padding: 0px 5px;
    color: rgb(196, 169, 124);
    border-radius: 2px;
    text-align: center;
    font-family: "Segoe UI";
    font-size: 15px;
}

.left-nav a {
    background-color: rgb(46, 96, 102);
    padding: 8px 9px;
    border-radius: 50px;
    color: rgb(255, 255, 255);
}

.left-nav a:hover {
    background-color: rgb(196, 169, 124);
    color: rgb(255, 255, 255);
}

.right-nav {
    position: fixed;
    right: 10px;
    top: 350px;
    z-index: 9999;
    padding: 5px;
    color: rgb(196, 169, 124);
    border-radius: 2px;
    text-align: center;
    font-family: "Segoe UI";
    font-size: 15px;
}

.right-nav a {
    background-color: rgb(196, 169, 124);
    padding: 8px;
    border-radius: 50px;
    color: rgb(255, 255, 255);
    margin: 20px 0px;
}

.right-nav a:hover {
    background-color: rgb(46, 96, 102);
    color: rgb(255, 255, 255);
}

#conditions,
#academic-programs,
#naif-conditions,
#admision-timetable {
    padding-top: 110px;
}

#faq a:focus {
    outline: none;
}

#faq .wrp-faq a {
    border: none;
    background: transparent;
    width: 100%;
    outline: none;
    text-align: left;
    font-size: 18px;
    position: relative;
    padding: 17px 20px 15px;
    cursor: pointer !important;
}

#faq .card {
    border: 0px;
}

#faq .card .card-header h5 {
    font-size: 18px;
}

#faq .card .card-body {
    animation: 1s ease 0s 1 normal none running fadein;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#accordion .card i.fa {
    float: left;
    transition: all 0.5s ease 0s;
    position: absolute;
    left: 20px;
    font-size: 32px;
}

@keyframes typing {
    0% {
        width: 0px;
    }

    100% {
        width: 100%;
    }
}

@keyframes blink-caret {

    0%,
    100% {
        border-color: transparent;
    }

    50% {
        border-color: black;
    }
}

.typewriter h1 {
    position: relative;
    font-size: 2.2rem;
    overflow: hidden;

    /* border-right: 0.15em solid black */
    /*     border-right: 0.15em solid #d6c09c;
    white-space: nowrap;*/
    /*     color: rgb(43, 72, 77);
 */
    color: rgb(214 192 156);

    margin: 0px auto;
    /*     animation: 3.5s steps(40) 0s 1 normal none running typing, 0.75s step-end 0s infinite normal none running blink-caret;
 */
}

.underline {
    height: 3px;
    background-color: black;
    width: 0px;
    margin: 10px auto 0px;
    transition: width 1s ease-out 0s;
    display: none;
}

@keyframes typing {
    0% {
        width: 0px;
    }

    100% {
        width: 100%;
    }
}

@keyframes blink-caret {

    0%,
    100% {
        border-color: transparent;
    }

    50% {
        border-color: black;
    }
}

.content h3 {
    opacity: 0;
    transition: opacity 1s ease-out 0s;
}

.logos {
    text-align: center;
}

.logo-item {
    display: inline-block;
    opacity: 0;
    transition: opacity 1s ease-out 0s;
    margin: 3rem 20px 0px;
}

.logo-item img {
    display: block;
    margin: 0px auto;
    width: 275px;
}

.logo-text {
    font-size: 1rem;
    margin-top: 2rem;
    background-color: rgba(221, 221, 221, 0.28);
    padding: 1rem;
    border-radius: 5px;
    border: 1px solid rgba(196, 169, 124, 0.15);
    box-shadow: rgb(233, 236, 239) 1px 7px 5px;
    line-height: 30px;
}

@keyframes typing {
    0% {
        width: 0px;
    }

    100% {
        width: 100%;
    }
}

@keyframes blink-caret {

    0%,
    100% {
        border-color: transparent;
    }

    50% {
        border-color: black;
    }
}

.facts-and-figures {
    padding: 30px 0px;
}

.facts-and-figures .item {
    margin: 0px 0px 1.5rem;
    text-align: center;
}

.facts-and-figures .item figure {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .facts-and-figures .img-fluid {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 4px solid rgb(196, 169, 124);
    padding: 4px;
    /*     background-color: rgb(58, 78, 87);
 */
/* background-color: #7f1e3f;
    line-height: 135px;
    font-size: 3rem;
    color: rgb(255, 255, 255);
} */
.facts-and-figures .img-fluid {
    text-align: center;
    height: 200px;
    font-family: 'NAUSS';
    width: 200px;
    border-radius: 50%;
    border: 4px solid rgb(196, 169, 124);
    padding: 25px;
    /* background-color: rgb(58, 78, 87); */
    background-color: #7f1e3f;
    line-height: 60px;
    font-size: 2rem;
    color: rgb(255, 255, 255);
}

.facts-and-figures .img-fluid:hover {
    border: 4px solid rgb(58, 78, 87);
    background-color: rgb(196, 169, 124);
}

.facts-and-figures .item .caption {
    position: relative;
    padding: 1rem;
    line-height: 1.8;
    margin-top: -8px;
}

.facts-and-figures .item .date {
    color: rgb(196, 169, 124);
    font-family: NAUSS, serif;
    font-size: 22px;
    font-weight: 900;
}

.nav-link {
    margin-right: 2px;
    transition: all 0.3s ease-in-out 0s;
    border: 1px solid rgb(196, 169, 124) !important;
}

.nav-item:first-child .nav-link {
    border-radius: 0px 1.25rem 1.25rem 0px;
}

.tab-content {
    border-right: 1px solid rgb(222, 226, 230);
    border-bottom: 1px solid rgb(222, 226, 230);
    border-left: 1px solid rgb(222, 226, 230);
    border-image: initial;
    border-top: none;
    padding: 20px;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.nav-tabs {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid rgb(222, 226, 230);
    font-size: 1.25rem;
}

.tab-pane {
    text-align: center;
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    /*     background-color: rgb(196, 169, 124);
 */
    background-color: rgb(42 69 104);
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease 0s;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    /* background-color: rgb(63, 96, 101); */
    background-color: #0c4970e0;
    color: white;
    border-color: rgb(222, 226, 230) rgb(222, 226, 230) rgb(255, 255, 255);
}

.nav-item:last-child .nav-link {
    border-radius: 1.25rem 0px 0px 1.25rem;
    border-right: none !important;
}

.nav-link {
    margin-right: 0px;
}

.border-none {
    border: 0px !important;
}

.border-right-ar {
    border-right: 10px solid rgb(196, 169, 124);
    padding: 2rem 1rem 2rem 3rem;
    margin-bottom: 2rem;

}

.border-left {
    border-left: 5px solid rgb(196, 169, 124);
    padding: 3rem 3rem 3rem 1rem;
}

.activities {
    background-image: url("../images/4b2673fb84.jpeg") !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    background-position: center bottom !important;
}

@keyframes highlightAnimation {
    0% {
        background-size: 0px 100%;
    }

    100% {
        background-size: 100% 100%;
    }
}

@keyframes underlineGrow {
    0% {
        width: 0px;
    }

    100% {
        width: 100%;
    }
}

.animated-text {
    position: relative;
    display: inline-block;
    color: black;
    background-image: linear-gradient(transparent 60%, rgb(196, 169, 124) 60%);
    background-size: 100% 3px;
    background-repeat: no-repeat;
    background-position: center bottom;
    animation: 3s ease 0s 1 normal forwards running highlightAnimation;
}

.animated-text::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 4px;
    background-color: rgb(25, 93, 41);
    animation: 3s ease 0s 1 normal forwards running underlineGrow;
}

.animated-text:hover {
    background-size: 100% 100%;
}

.animated-text:hover::after {
    width: 100%;
}
@media screen and (max-width : 900px){
    .logo-text {display: none;}

}