@font-face {
    font-family: 'NAUSS';
    src: url('../webfonts/NAUSS-Bold.otf'),
        url('../webfonts/NAUSS-Bold.ttf') format('truetype');
}

b,
strong {
    font-weight: bold;
}

body {
    font-family: 'NAUSS', serif;
    font-size: 1.4rem;
    text-align: left;
    line-height: inherit;
}

.top-auto {
    top: auto
}

img {
    max-width: 100%;
}

a,
img {
    transition: all 300ms;
}

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") no-repeat center center;
 */
    background-color: #162d4c !important;
    background-size: cover;
    min-height: 170px;
    margin-bottom: 20px;
}

header nav.bg-light {
    /*     background-color: #254b50e0 !important;
 */
    background-color: #0c4970e0 !important;
    min-height: 22vh;
}

header nav.bg-light.fixed {
    min-height: 100px;
}

header nav.bg-light.fixed img {
    /*height: 70px;*/
}

.navbar-brand img {
    max-width: 250px;
    transition: none;
}

.about figure img {
    transition: none;
}

.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: #c4a97c;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.85);
    padding: .5rem .6rem;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #FFF;
}

.navbar {
    padding: 35px 0 10px;
}

.page-title h1 {
    color: white;
    font-size: 1.6rem;
    padding-top: 70px;
    margin-bottom: 0;
}

.no-arraw .dropdown-toggle::after {
    display: none;
}

.navbar-light .navbar-brand {
    padding: 0;
}

.dropdown-menu {
    border-radius: 0;
    border: 0;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 3px 90px 0 rgba(37, 37, 37, 0.18);
    font-size: .9rem;
    line-height: 3;
    padding: 1.5rem 0;
    margin: 4.2rem 0 0;
}

.navbar-expand-lg .navbar-collapse .dropdown-menu {
    margin: 3.2rem 0 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '>';
}

.breadcrumb {
    background-color: transparent;
    padding: 1rem 0;
    margin: 0;
    justify-content: center;
}

.breadcrumb-item.active {
    color: #c4a97c;
}

.block {
    box-shadow: 0 1px 40px 0 rgba(0, 0, 0, 0.18);
    position: relative;
    background-color: white;
    z-index: 0;
}

.home .block.decore.right {
    margin-left: 0;
}

.home .block.decore.right>div {
    padding: 2rem;
}

.home .block.decore.right>div>p {
    padding: 0;
}

.block h2 {
    position: relative;
    font-size: 1.56rem;
    margin: 0 0 5px;
    padding: 0 0 15px;
    line-height: 2;
}

.block h2:before {
    content: '';
    background: #bfa479;
    position: absolute;
    left: 0;
    width: 50px;
    height: 3px;
    bottom: 0;
}

.block p {
    line-height: 2;
    text-align: justify;
    font-size: 1.3rem;
}

.block.decore.left.p-0 {
    margin: 0 20px 20px 0 !important;
}

.img-about1:before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+9,0.65+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 9%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 9%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 9%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
    min-height: 90px;
}

.img-about1>a {
    position: absolute;
    right: 50%;
    top: 50%;
    font-size: 40px;
    color: white;
    transform: translate(-50%, -50%);
}

.img-about1>p {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    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;
}

.right::before {
    left: -20px;
}

.left::before {
    right: -20px;
    transform: scaleX(-1);
}

.sections>div {
    background: #FFF;
    padding: 20px 0;
}

.sections>div:nth-of-type(odd) {
    background-color: #f5f5f5;
}

.block>div {
    background-color: white;
    padding: 50px 60px;
}

.rigster {
    background: url("../images/img-uni.png") no-repeat center center;
    position: relative;
    color: #FFF;
    padding: 4rem 0 !important;
    background-size: cover;
}

.rigster h1 {
    font-size: 1.8rem;
    margin: 0 0 30px;
}

.rigster p {
    font-size: 14px;
    line-height: 2;
    margin: 0 0 30px;
}

.rigster a.online-border {
    display: block;
    padding: 10px 60px;
    border: 1px solid #fff;
    border-radius: 50px;
    margin: 0 10px 0;
    color: whitesmoke;
}

.rigster a.online-border:hover {
    background-color: #c4a97c;
    border-color: #c4a97c;
}

.map {
    background-image: url(../images/map-menu.png);
    background-size: contain;
    position: relative;
    min-height: 500px;
    overflow: hidden;
    background-color: #173544;
    background-blend-mode: color-dodge;
}

.map iframe {
    width: 100%;
    height: 350px;
    filter: grayscale(1);
}

.map form {
    margin-top: 7rem;
}

.map .submit {
    background-image: -moz-linear-gradient(38deg, rgb(23, 57, 74) 0%, rgb(42, 80, 98) 0%, rgb(32, 61, 75) 100%);
    background-image: -webkit-linear-gradient(38deg, rgb(23, 57, 74) 0%, rgb(42, 80, 98) 0%, rgb(32, 61, 75) 100%);
    background-image: -ms-linear-gradient(38deg, rgb(23, 57, 74) 0%, rgb(42, 80, 98) 0%, rgb(32, 61, 75) 100%);
    color: white;
    border: 0;
    padding: 10px 50px;
    border-radius: 50px;
    transition: .5s;
}

.map .submit:hover {
    opacity: .8;
}

.map .form-control {
    box-shadow: 0 1px 40px 0 rgba(0, 0, 0, 0.18);
    border: 0;
    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-color: #355677 !important;
 */
    background-color: #06395ae0 !important;

    background-blend-mode: color-burn;
    color: #FFFFFF;
    font-size: 1.2rem;
    padding: 5rem 0;
    min-height: 375px;
}

footer .top a {
    color: rgba(255, 255, 255);
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-align: justify;
}

footer .top a:hover {
    color: white;
}

footer .top p {
    font-size: 1.2rem;
    line-height: 2em;
    text-align: justify;
}

footer .top .about a {
    color: #b49b72 !important;
}

footer .top h3 {
    color: #c3a87b;
    font-size: 1.2rem;
    margin: 0 0 20px;
}

footer .top ul li {
    margin: 0 0 5px;
}

footer .top ul li a:before {
    content: '-';
    margin-right: 5px;
}

footer .top .contact ul li a:before {
    display: none;
}

footer .top .contact ul li i {
    color: #c4a97c;
    width: 18px;
    text-align: center;
    font-size: 10px;
}

footer .top .contact ul li a i {
    color: white;
    transition: .5s;
}

footer .top .contact ul li a:hover i {
    color: #c4a97c;
}

footer .top .contact span {}

footer .top .contact .list-inline {
    margin: 0;
}

footer .top .contact .list-inline li {
    margin: 0 0 0 7px;
}

footer .top ul.list-unstyled li svg {
    margin-right: 7px;
}

footer .bottom {
    /*     background: #253c54;
 */
    background: #062f49;
    padding: 25px 0;
    color: #cdcdcd;
    font-size: 1.2rem;
    ;
}

.sections.odd>div {
    background-color: whitesmoke;
}

.sections.odd>div:nth-of-type(odd) {
    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: 1.8rem;
    margin: 0 0 1.5rem;
    padding: 0 0 1rem;
    font-family: NAUSS, serif;
}

.head-block p {
    color: #333333;
    line-height: 2;
}

.head-block h3:before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: -5px;
    background-color: #c4a97c;
    height: 3px;
    width: 50px;
    margin: auto;
}

.head-block.left h3:before {
    right: auto;
}

.items-superman .item-council {
    margin: 0 0 30px;
}

.items-superman .item-council .caption h5 {
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 .5rem;
}

.items-superman .item-council .caption small {
    font-size: 13px;
    color: #5c5c5c;
}

.university-dep {
    font-size: 14px;
}

.university-dep span.item {
    padding: 10px 5px;
    display: block;
    border-radius: 50px;
    color: white;
}

.color-red-d {
    background-color: #682932;
}

.color-01 {
    background: #726658;
}

.color-02 {
    background: #203d4b;
}

.color-03 {
    background: #c4a97c;
}

.university-dep .row>div {
    position: relative;
}

.university-dep .row>div.border-bottom-line:before {
    content: '';
    position: absolute;
    height: 290px;
    width: 2px;
    background-color: #e5e5e5;
    bottom: -290px;
}

.university-dep .row>div.border-right-line:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 110%;
    background-color: #e5e5e5;
    bottom: 17px;
    left: -15px;
    right: 15px;
    z-index: -1;
}

.university-dep .row>div.border-r-t-line:before,
.university-dep .row>div.border-r-t-line:after {
    content: '';
    position: absolute;
    background-color: #e5e5e5;
}

.university-dep .row>div.border-r-t-line:before {
    width: 2px;
    height: 61px;
    right: -50px;
    top: 17px;
}

.university-dep .row>div.border-r-t-line:after {
    height: 2px;
    width: 65px;
    right: -50px;
    top: 16px;
}

.university-dep .row>div.border-l-t-line:before,
.university-dep .row>div.border-l-t-line:after {
    content: '';
    position: absolute;
    background-color: #e5e5e5;
}

.university-dep .row>div.border-l-t-line:before {
    width: 2px;
    height: 61px;
    left: -50px;
    top: 17px;
}

.university-dep .row>div.border-l-t-line:after {
    height: 2px;
    width: 65px;
    left: -50px;
    top: 16px;
}


.university-dep .row>div.border-r-b-line:before,
.university-dep .row>div.border-r-b-line:after {
    content: '';
    position: absolute;
    background-color: #e5e5e5;
}

.university-dep .row>div.border-r-b-line:after {
    height: 2px;
    width: 65px;
    right: -50px;
    top: 16px;
}

.university-dep .row>div.border-r-b-line:before {
    width: 2px;
    height: 61px;
    right: -50px;
    top: -43px;
}

.university-dep .row>div.border-l-b-line:before,
.university-dep .row>div.border-l-b-line:after {
    content: '';
    position: absolute;
    background-color: #e5e5e5;
}

.university-dep .row>div.border-l-b-line:after {
    height: 2px;
    width: 65px;
    left: -50px;
    top: 16px;
}

.university-dep .row>div.border-l-b-line:before {
    width: 2px;
    height: 61px;
    left: -50px;
    top: -43px;
}

.university-dep .row>div.border-line-bottom:before {
    content: '';
    position: absolute;
    height: 52px;
    width: 2px;
    background-color: #e5e5e5;
    bottom: -52px;
}

.university-dep .row>div.b-50:before {
    height: 22px;
    bottom: -22px;
}

.border-line-t {
    position: relative;
}

.border-line-t:before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    height: 2px;
    width: 80%;
    background-color: #e5e5e5;
    bottom: -24px;
    margin: auto;
}

.section-news .item {
    margin: 0 0 1.5rem;
}

.section-news .item .caption {
    box-shadow: 0 1px 40px 0 rgba(0, 0, 0, 0.18);
    padding: 1rem;
    position: relative;
}

.section-news .item .caption .date {
    border-radius: 10px;
    background-image: -moz-linear-gradient(38deg, rgb(23, 57, 74) 0%, rgb(42, 80, 98) 0%, rgb(32, 61, 75) 100%);
    background-image: -webkit-linear-gradient(38deg, rgb(23, 57, 74) 0%, rgb(42, 80, 98) 0%, rgb(32, 61, 75) 100%);
    background-image: -ms-linear-gradient(38deg, rgb(23, 57, 74) 0%, rgb(42, 80, 98) 0%, rgb(32, 61, 75) 100%);
    color: white;
    font-size: 16px;
    padding: 10px;
    position: absolute;
    right: 1rem;
    top: -4.3rem;
    text-align: center;
    min-width: 80px;
}

.section-news .item .caption .date strong {
    font-size: 37px;
}

.section-news .item .caption .date p {
    margin: 0;
}

.section-news .item .caption>a {
    font-size: .9rem;
    display: block;
    padding-right: 80px;
    margin: 0 0 10px;
    color: black;
}

.section-news .item .caption>p {
    line-height: 2;
    font-size: 13px;
    color: #4c4c4c;
}

.section-news .item .caption>a:hover {
    color: #c4a97c;
}

.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: 0 10px 0 !important;
}

a.main-color {
    color: #c2a77b;
}

.years ul li a {
    display: block;
    padding: 5px 20px;
    border-radius: 20px;
}

.years ul li.active a,
.years ul li:hover a {
    background-image: -moz-linear-gradient(38deg, rgb(23, 57, 74) 0%, rgb(42, 80, 98) 0%, rgb(32, 61, 75) 100%);
    background-image: -webkit-linear-gradient(38deg, rgb(23, 57, 74) 0%, rgb(42, 80, 98) 0%, rgb(32, 61, 75) 100%);
    background-image: -ms-linear-gradient(38deg, rgb(23, 57, 74) 0%, rgb(42, 80, 98) 0%, rgb(32, 61, 75) 100%);
    color: white;
}

.facts-and-figures {
    padding: 30px 0;
}

.facts-and-figures .item {
    margin: 0 0 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 #c4a97c;
    padding: 4px;
    background-color: #3a4e57;
}

.facts-and-figures .img-fluid:hover {
    border: 4px solid #3a4e57;
    background-color: #c4a97c;
}

.facts-and-figures .item .caption {
    position: relative;
    padding: 1rem;
    min-height: 160px;
    line-height: 1.8;
    margin-top: -8px;
}

.facts-and-figures .item .date {
    color: #c4a97c;
    font-family: arial, serif;
    font-size: 22px;
    font-weight: 900;
}

@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.4rem;
    overflow: hidden;
    /*     border-right: 0.15em solid black;
 */
    /* 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;
    }
}

.block>div h4 {
    color: #c4a97c;
    font-size: 22px;
    margin: 0 0 1.5rem;
}

.block>div h5 {
    font-size: 18px;
}

.table .thead-dark th {
    background-color: #394e56;
    border-color: #fff;
}

.table a {
    color: #394e56;
}

.table a:hover {
    color: #1d1d1d;
}

.professors form {
    margin: 4rem 0 3rem;
    position: relative;
}

.professors form input {
    border: 0;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding: 10px 5px;
}

.professors .not-found {
    background-color: #c4a97c;
    margin: 7rem 0 7rem;
    color: white;
}

.professors form button {
    background: 0;
    border: 0;
    position: absolute;
    right: 0;
    top: 10px;
    color: #c4a97c;
}

.color-main {
    color: #c4a97c;
}

.btn-site {
    background-color: #c4a97c;
    display: inline-block;
    border-radius: 50px;
    padding: 14px 50px;
    color: white;
}

.btn-site:hover {
    background-color: #a78a5b;
}

.table-ethics {
    border: 1px solid #dee2e6;
    line-height: 2;
}

.table-ethics tbody tr:nth-of-type(odd) {
    background-color: white;
}

.table-ethics tbody tr {
    background-color: #ededed;
}

.table-pro tbody tr:nth-child(1),
.table-pro tbody tr:nth-child(2),
.table-pro tbody tr:nth-child(3),
.table-pro tbody tr:nth-child(7),
.table-pro tbody tr:nth-child(8),
.table-pro tbody tr:nth-child(9) {
    background: #fff;
}

.table-pro td,
.table-pro th {
    vertical-align: middle;
    text-align: left;
}

.table-work td {
    vertical-align: middle;
    font-size: 14px;
}

.form-control {
    box-shadow: none;
    border: 1px solid #ccc;
}

.form-control:focus {
    border-color: #bfa479;
    box-shadow: none;
}

.contact input.btn-site {
    border: 0;
    padding: 10px 40px;
}

.contact textarea.form-control {
    min-height: 150px;
}

.contact .info-contact {
    line-height: 2;
}

.contact .info-contact li img {
    display: inline-flex;
    margin-right: 10px;
}

span.star {
    color: red;
}

.contact .info-contact li span {}

.dropdown-menu h3 {
    font-size: 16px;
    color: #baa076;
}

header form.form-inline.my-2.my-lg-0 {
    min-width: 250px;
    display: flex;
    padding: 0 10px;
}

header form.form-inline.my-2.my-lg-0 input.form-control.mr-sm-2 {
    margin: 0 !important;
    flex: 1;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

header form.form-inline.my-2.my-lg-0 button.btn.btn-outline-secondary.my-2.my-sm-0 {
    background-color: #c4a97c;
    border-color: #c4a97c;
    color: white;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.carousel-caption {
    bottom: inherit;
    top: 55vh;
    transform: translateY(-50%);
    padding: 0;
}

.carousel-caption h3 {
    font-size: 30px;
    margin: 0 0 1rem;
}

.carousel-caption h3 span {
    color: #c4a97c;
}

.carousel-caption p {
    font-size: 19px;
    margin-bottom: 3rem;
}

.carousel-caption a {
    display: inline-block;
    background-color: #c4a97c;
    color: black;
    padding: 9px 55px;
    border-radius: 20px;
    clip-path: polygon(5% 0%, 95% 0%, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
}

.carousel-indicators li {
    /*   height: 10px;
    width: 10px;
    border-radius: 0;
     background-color: #c4a97c;
 */
    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;
}

.home-slider .carousel-indicators {
    bottom: 12vh;
}

.carousel-indicators {
    padding: 0;
}

.home-slider .socail {
    position: absolute;
    top: 30vh;
    transform: translateY(-50%);
    right: 1rem;
    z-index: 2;
}

.home-slider .socail ul li a {
    display: block;
    height: 32px;
    width: 32px;
    color: white;
    border: 1px solid #fff;
    margin: 0 0 .5rem;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    font-size: 13px;
}

.home-slider .socail ul li a:hover {
    color: #c4a97c;
    border-color: #c4a97c;
}

.row-3 {
    position: absolute;
    width: 100%;
    top: 89vh;
    z-index: 999;
}

.row-3 .item {
    text-align: center;
    background-color: #c4a97c;
    color: white;
    padding: 1rem;
    border-radius: 18px;
    clip-path: polygon(3% 0%, 97% 0%, 100% 50%, 97% 100%, 3% 100%, 0% 50%);
    margin: 10px;
}

.row-3 .row .col-lg-4:nth-child(2) .item {
    background-color: #355677;
}

.row-3 .item:hover {
    background-color: #355677;
}

.row-3 .item h3 {
    font-size: 18px;
    margin: 0 0 10px;
}

.row-3 .item p {
    font-size: 13px;
    height: 40px;
    overflow: hidden;
}

.row-3 .item a {
    color: white;
}

.row-3 img.icon-h {
    width: 35px;
}

.sections.odd>div .block>div.float-right {
    padding: 0;
}

.sections.odd>div .block>div.float-right i.fa.fa-quote-left {
    color: #c4a97c;
    transform: scaleY(-1) scaleX(-1);
}

.block h2~h6 {
    margin: 20px 0 0;
    color: #bfa479;
    font-size: 20px;
}

.nav-tabs {
    border: 0;
    padding: 0;
}

.nav-tabs .nav-item {
    margin: 0;
}

.nav-item a {
    margin: 0;
    color: wheat;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: white;
    border: 0;
    border-radius: 20px;
    background-color: #284c5d;
    clip-path: polygon(5% 0%, 95% 0%, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
}

.nav-tabs .nav-link {
    padding: 8px 30px;
    margin: 0 0.2rem 0;
    border-radius: 20px;
    background-color: #d5b68f;
    color: #FFF;
    clip-path: polygon(5% 0%, 95% 0%, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #c4a97c #3a4e57 #c4a97c;
}

.sections.odd>div .block>div.tab-content {
    padding: 0;
}

.events .item {
    background-color: rgb(255, 255, 255);
    padding: 2rem 1.5rem;
    margin-bottom: 15px;
    border-radius: 50px;
    border-left: 50px solid #d5b68f;
    border-right: 50px solid #d5b68f;
    clip-path: polygon(5% 0%, 95% 0%, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
}

.events .item .head-block h5 {
    font-size: 20px;
}

.events .item .head-block h3 {
    font-size: 16px;
    color: #c4a97c;
    margin: 1rem 0 0;
    line-height: 2em;
}

.events .item .head-block h3:before {
    background-color: transparent;
}

.events .footer {
    margin-top: 1.4rem;
    font-size: 13px;
}

.events .footer li i {
    color: #c4a97c;
}

.events .tab-pane>div {
    position: relative;
}

.events .tab-pane>div:before {
    right: auto;
    left: 0;
    transform: scaleY(-1) scaleX(-1);
}

.sss {
    background: url("../images/bg-sss.jpg") no-repeat center center;
    min-height: 250px;
    padding: 3rem 0;
}

.sss .item {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 1px solid #c4a97c;
    margin: auto;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sss .item .number {
    font-family: fantasy;
    font-size: 70px;
    color: #c3a87c;
    position: relative;
    z-index: 99;
}

.sss .item:before {
    content: '';
    height: 10px;
    width: 10px;
    background-color: #c3a87c;
    display: block;
    border-radius: 50%;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: -5px;
}

.sss .item:after {
    content: '';
    height: 200px;
    width: 200px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.27);
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
}

.sss .item p {
    color: white;
    position: relative;
    z-index: 9;
    opacity: .9;
}

.say .item figure img {
    width: 121px;
    height: 121px;
    border-radius: 50%;
}

.say .item .content {
    background-color: rgb(255, 255, 255);
    box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.18);
    padding: 2rem;
    border-radius: 10px;
    margin: 0 40px 60px;
    position: relative;
}

.say .item figure {
    margin-bottom: 60px;
    position: relative;
    margin-top: 30px;
}

.say .item figure:before {
    content: '';
    background: url('../images/bg-user.png');
    height: 170px;
    width: 170px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: -25px;
}

.say .item .content:before {
    content: '';
    border-top: 15px solid transparent;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: -30px;
    width: 15px;
}

/* .carousel-inner .carousel-item img {
    width: 100%;
}
 */
.carousel-inner {
    /*     height: 80vh;
 */
}

.carousel-inner .overlay {
    position: absolute;
    width: 100%;
    height: 80vh;
    right: 0;
    background-color: rgba(0, 0, 0, 0.48);
    z-index: 1;
}

.slider .carousel-item {
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}

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 */
.upper-bar {
    z-index: 9999;
    position: relative;
    padding: 10px 0;
}

.upper-bar a {
    color: #000000;
    background-color: #FFF;
    padding: 3px 15px;
    margin-left: 5px;
    line-height: 48px;
    border: 1px solid #baa075;
    font-size: 14px;
    border-radius: 13px;
}

.upper-bar a:hover {
    color: #FFF;
    background-color: #baa075;
}

.carousel-item {
    /*     height: 80vh;
 */
    background-size: cover;
    background-position: center center;
}

.dropdown .dropdown-menu.show {
    margin-top: 0;
}

.dropdown .dropdown-menu.show a {
    display: block;
    margin-left: 10px;
}

.map-f {
    background-image: url(../images/map-menu.png) !important;
    background-size: contain;
    position: relative;
    overflow: hidden;
    background-color: #161616 !important;
    background-blend-mode: color-dodge;
    color: rgba(255, 255, 255, 0.73);
    font-size: 13px;
    padding: 4rem 0;
    min-height: 375px;
}

.left-bre {
    /* color: #203d4b;
    padding: 8px 20px;
    margin-left: 10px;
    border-left: 3px solid;
    border-color: #c4a97c;
    box-shadow: 1px 2px 2px #ccc; */
    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: 1.5rem;
    margin: 5px;
    line-height: 3rem;
}

a.left-bre:hover,
a.left-bre.active {
    /* background-color: #394e56;
    color: #FFFFFF; */
    background-color: rgb(196, 169, 124);
    color: rgb(255, 255, 255);
}

/*
a.right-bre {
    padding: 2px 15px;
    font-size: 14px;
    margin: 5px;
}

a.right-bre:hover, a.right-bre.active {
    background-color: #c4a97c;
    border-radius: 50px;
    color: #FFFFFF;
}
 */

.map {
    display: none;
}

.section-h {
    padding: 25px 0;
}

.section-h h3 {
    color: #FFF;
    display: inline-block;
    padding: 10px 30px;
    margin: 0;
    font-size: 23px;
    background: #c4a97c;
    border-radius: 0 20px 20px 0;
    width: auto;
    /* clip-path: polygon(5% 0%, 100% 0, 100% 50%, 100% 100%, 5% 100%, 0% 50%);*/
    clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%, 0% 50%)
}

.section-h .more-h {
    padding: 10px 0;
    font-size: 20px;
    color: #c4a97c;
}

.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: #fff9;
    margin: 5%;
    padding: 3% 4% 1% 4%;
    max-width: 750px;
    line-height: 2em;
}

.section-h .box-h h5 {
    font-weight: bold;
}

.img-fluid {
    width: 100%;
}

.hr-a {
    margin-bottom: 0;
    border-top: 2px solid rgb(191, 164, 121);
}

.about figure img {
    margin-top: -20px;
    max-width: 300px;
}

/* chart */
.chart {
    position: relative;
    display: inline-block;
    color: #999;
    font-size: 20px;
    text-align: center;
}

.chart figcaption {
    padding: 70px;
    width: 75px;
    height: 75px;
    border: 5px solid #f0f0f0;
    border-radius: 100px;
    line-height: 25px;
}

.chart:hover figcaption {
    background-color: #ffffff;
}

.chart h4 {
    margin-top: 15px;
    font-size: 1rem;
    font-weight: bold;
    color: #203d4b;
}

.chart h3 {
    font-family: 'tahoma', serif;
    margin-top: 15px;
    font-weight: bold;
    color: #c4a97c;
}

.chart svg {
    position: absolute;
    top: 0;
    right: 0;
    height: 150px;
    width: 150px;
}

.chart figcaption svg {
    top: 21%;
    left: 33%;
    width: 50px !important;
    height: 50px !important;
    color: #203d4b;
}

.chart .outer {
    fill: transparent;
    stroke: #c4a97c;
    stroke-width: 7;
    stroke-dasharray: 534;
    transition: stroke-dashoffset 1s;
    -webkit-animation-play-state: running;
    -moz-transform: rotate(-89deg) translateX(-190px);
}

.chart:hover .outer {
    stroke-dashoffset: 534 !important;
    -webkit-animation-play-state: paused;
}

.chart[data-percent='100'] .outer {
    stroke-dashoffset: 0;
    -webkit-animation: show100 2s;
    animation: show100 2s;
}

.chart[data-percent='75'] .outer {
    stroke-dashoffset: 133;
    -webkit-animation: show75 2s;
    animation: show75 2s;
}

.chart[data-percent='50'] .outer {
    stroke-dashoffset: 267;
    -webkit-animation: show50 2s;
    animation: show50 2s;
}

.chart[data-percent='25'] .outer {
    stroke-dashoffset: 401;
    -webkit-animation: show25 2s;
    animation: show25 2s;
}

/* END chart */


.areas .circle {
    float: left;
    height: 80px;
    width: 80px;
    margin: 0 15px 30px 15px;
    background-color: #394e56;
    color: #FFF;
    padding: 15px;
    border-radius: 50%;
}

.areas .circle:hover {
    background-color: #c4a97c;
}

.areas .box {
    padding: 20px 0;
}

.areas .box h5 {
    font-size: .9rem;
    font-weight: bold;
}

.areas .box p {
    font-size: .8rem;
    line-height: 2em;
}

.text-EC7D32 {
    color: #EC7D32;
}

.block ul li {
    line-height: 2em;
}

/* Event Management */
.event-m {
    background-image: url("../images/event-management/bg.png");
    height: 748px;
    width: 744px;
    margin: 3rem auto;
    padding: 0;
    justify-content: space-between;
}

.event-m .row:nth-child(1) {
    height: 33.33333333333%;
    justify-content: space-between;
}

.event-m .row:nth-child(2) {
    height: 33.33333333333%;
    justify-content: space-between;
}

.event-m .row:nth-child(3) {
    height: 33.33333333333%;
    justify-content: space-between;
}

.event-m img:hover {
    transform: scale(1);
}

.event-m .l-8 {
    padding-top: 30px;
}

.event-m .l-4 {
    padding-top: 90px;
}

.event-m .l-7 {
    padding-top: 51px;
}

.event-m .l-6 {
    padding-top: 207px;
}

.event-m .l-5 {
    padding-top: 72px;
}

.event-m .dropdown .dropdown-menu.show {
    border-radius: 20px;
    margin: 15px 0;
    padding: 15px;
    line-height: 1.7em;
    transform: translate3d(0px, 31px, 0px) !important;
    width: 300px;
    box-shadow: 0 0 20px 5px;
}

.event-m .dropdown .dropdown-menu.show p {
    margin-bottom: 0;
    border: 2px dashed #1c3c4b;
    padding: 15px;
    border-radius: 20px;
}

/* Statistics Taps */
.statistics-taps {
    /*background-image: url(../images/line-bg.png);
    background-size: cover;*/
}

.statistics-taps .tap-s {
    background-color: #FFFFFF;
    border: 1px solid #c4a97c;
    border-radius: 35px 0;
    padding: 30px;
    margin: 30px 15px;
    text-align: center;
    line-height: 2em;
    min-height: 150px;
}

.statistics-taps .tap-s a {
    color: #234251;
    font-weight: bold;
}

.statistics-taps .tap-s.show {
    background-color: #234251;
    border: 1px solid #234251;
}

.statistics-taps .tap-s.show a {
    color: #c4a97c;
}

.statistics-taps .dropdown .dropdown-menu.show {
    border-radius: 20px;
    margin: 100px 30px 0 0;
    padding: 15px;
    line-height: 1.7em;
    transform: translate3d(0px, 31px, 0px) !important;
    width: 300px;
    box-shadow: 0 0 20px 5px;
}

.statistics-taps .dropdown .dropdown-menu.show h6 {
    color: #c4a97c;
}

.halls-s .carousel-caption {
    top: 60vh;
}

.halls-s .carousel-indicators {
    bottom: 0;
}

.border-none {
    border: 0px !important;
}

.border-right-ar {
    border-right: 10px solid rgb(196, 169, 124);
    padding: 2rem 1rem 2rem 3rem;
}

.border-left {
    /*   border-left: 5px solid rgb(196, 169, 124);
    padding: 3rem 3rem 3rem 1rem; */
    border-left: 10px solid rgb(196, 169, 124) !important;
    padding: 2rem 1rem 2rem 3rem;
    margin-bottom: 2rem;

}

/* Activities */
.activities {
   /*  background-image: url(../images/line-bg.png);
    background-size: cover; */
    background-image: url(../images/4b2673fb84.jpeg) !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    background-position: center bottom !important;
}

.activities .box {
    background-color: #FFF;
    box-shadow: 0 1px 5px #3f6065;
    margin: 15px 0;
    min-height: 425px;
}

.activities .box .title {
    background-color: #2f576a;
    color: #FFF;
    font-size: 16px;
    box-shadow: 0 5px 10px 0 #6c757d;
}

.activities .box .title span:nth-child(1) {
    background: #203D4B;
    background: -webkit-linear-gradient(to left, #203D4B, #2f576a, #203D4B);
    background: linear-gradient(to left, #203D4B, #2f576a, #203D4B);
    font-size: 36px;
    padding: 3px 15px;
    margin: 0;
    line-height: 65px;
}

.activities .box .title span:nth-child(2) {
    position: absolute;
    padding: 15px;
}

.activities .box ul {
    padding: 20px;
}

.activities .box ul li {
    line-height: 2;
    font-size: 16px;
}

.activities .box ul li span {
    color: #c2a77a;
}

.activities .box ul li span::before {
    content: " - ";
}

.single-news img {
    margin: 5px;
}

.single-news img.img-fluid {
    margin: 0;
}

header nav .linear-gradient {
    width: 100%;
    background: repeating-linear-gradient(315deg, #fff0, #fff0 4px, #022328 2px, #022328 7px) !important;
    position: absolute;
    top: 0;
    display: block;
    height: 30px;
}


.home-slider .linear-gradient {
    width: 100%;
    background: repeating-linear-gradient(315deg, #fff0, #fff0 4px, #c4a97c 2px, #c4a97c 7px) !important;
    position: absolute;
    bottom: -20px;
    display: block;
    height: 30px;
}

.section-h .linear-gradient {
    margin: 0 15px;
    background: repeating-linear-gradient(315deg, #fff0, #fff0 4px, #c4a97c 2px, #c4a97c 7px) !important;
    position: absolute;
    top: 25px;
    right: 0;
    left: 0;
    height: 47px;
}

.hidden {
    display: none;
}

.rtl th,
[dir=rtl] th {
    text-align: center;
}

.activities th {
    background: #203D4B;
    background: -webkit-linear-gradient(to left, #203D4B, #2f576a, #203D4B);
    background: linear-gradient(to left, #203D4B, #2f576a, #203D4B);
    color: #FFF;
}

.rtl .navbar-nav .nav-item,
[dir=rtl] .navbar-nav .nav-item {
    margin-left: 1rem;
}

.navbar-nav {
    padding-left: 165px;
    display: none;
}

.navbar-nav .dropdown-menu {
    left: auto;
    right: 0;
}

header form.form-inline.my-2.my-lg-0 input.form-control.mr-sm-2 {
    width: 100%;
}

.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: 1.3rem;
    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);
    line-height: 135px;
    font-size: 3rem;
    color: rgb(255, 255, 255);
} */
.facts-and-figures .img-fluid {
    /*    text-align: center;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    border: 4px solid rgb(196, 169, 124);
    padding: 25px;
    background-color: rgb(58, 78, 87);
    line-height: 60px;
    font-size: 2rem;
    color: rgb(255, 255, 255); */
    text-align: center;
    height: 200px;
    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;
}

@media (max-width: 1200px) {
    .navbar-nav {
        padding-left: 0;
    }

    .decore:before {
        bottom: -10px;
        min-height: 125px;
        width: 125px;
    }

    .left::before {
        left: -10px;
    }
}

@media (max-width: 768px) {

    .navbar-nav {
        padding-left: 165px;
        display: unset;
    }
    .hidden {
        display: block;
    }

    .event-m {
        transform: scale(.45);
        margin: -190px;
    }

    .event-m .dropdown-menu.show {
        font-size: 32px;
        position: fixed !important;
        margin: 0 auto !important;
        width: 700px !important;
        top: 100px !important;
    }

    .section-h h3 {
        font-size: 17px;
    }

    .section-h .more-h {
        font-size: 17px;
        padding: 5px 0;
    }

    .items-superman .col {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .block {
        margin: 0;
    }

    .right::before {
        display: none;
    }

    .block h2 {
        margin-top: 20px;
    }

    .rigster a.online-border {
        margin: 0 0 10px;
    }

    .list-inline-item:not(:last-child) {
        margin: 0;
    }

    footer .bottom .d-flex {
        display: block !important;
        text-align: center;
    }

    footer .top {
        text-align: center;
    }

    footer .top .d-flex {
        justify-content: center;
        margin-top: 30px;
    }

    footer .float-right {
        float: none !important;
        margin: 0 0 20px;
    }

    .navbar-light .navbar-toggler-icon {
        filter: grayscale(0) invert(1);
    }

    .navbar-light .navbar-toggler {
        border: 0;
    }

    header .d-flex {
        display: block !important;
    }

    .carousel-indicators {
        top: 80%;

    }

    header nav.bg-light {
        /*         background-color: #172f39 !important;
 */
        background-color: #0c4970e0 !important;

    }

    .mr-auto,
    .mx-auto {
        padding: 0;
    }

    .navbar-light .navbar-nav .nav-link {
        margin: 0;
    }

    .nav-item .dropdown-menu {
        padding: 0;
        margin: 0;
    }

    .row-3 .item {
        margin: 0 0 2px;
        padding: 0;
    }

    .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 0 50px;
    }

    .home .block.decore.right {
        margin: 0;
    }

    .nav-tabs .nav-link {
        padding: 5px 20px;
        margin-top: 15px;
    }

    .sss {
        min-height: auto;
        background-size: cover;
    }

    .sss .item {
        margin: 0 auto 60px;
    }

    .carousel-caption h3 {
        font-size: 18px;
    }

    .carousel-caption p {
        font-size: 14px;
        margin-bottom: 1rem;
    }

    .carousel-caption a {
        font-size: 14px;
        padding: 7px 15px;
    }

    li.breadcrumb-item {
        padding: 5px;
    }

    .upper-bar {
        display: none;
    }

    .sections>div {
        padding: 0;
    }

    .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 0;
    }

    .section-h .linear-gradient {
        height: 40px;
        background: repeating-linear-gradient(315deg, #fff0, #fff0 2px, #c4a97c 4px, #c4a97c 5px) !important;
    }

    .block.decore.left.p-0 {
        margin: 0 0 15px 0 !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-right-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 0;
    }

    .university-dep .mb-4 {
        margin-bottom: 0 !important;
    }

    .university-dep .col {
        width: 20%;
    }

    .university-dep span.item {
        border-radius: 10px;
        font-size: small;
    }

    .page-title h1 {
        font-size: 1.8rem;
    }
    .navbar-brand img {margin-left: 2rem;
    .navbar-brand{margin-right: 2rem;}
}
@media screen and (max-width : 900px){
    .logo-text {display: none;}

}