html {
    font-size: 16px;
    font-family: Roboto, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    scroll-behavior: smooth;
}
#header {
    top: -166px;
    transition: 0.6s;
}
#header.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    z-index: 50;
}
#font-size-slector span.active {
    color: #7025ea;
}
main {
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.78) 39.68%, rgba(255, 255, 255, 0.00) 98.06%), url(../images/backgournd.webp) lightgray 50% / cover no-repeat;
}
[class^="fa-"] {
    font-family: "Font Awesome 5 Pro";
    font-style: initial;
}
.w-\[300px\] {
    width: 300px;
}
.content ul,
#tinymce ul {
    list-style-type: disc;
}
.content ol,
#tinymce ol {
    list-style: decimal;
}
.content ul li,
.content ol {
    margin-left: 20px;
    font-weight:400;
}
#tinymce ul li,
#tinymce ol {
    margin-left: 35px;
}
.content a:hover,
#tinymce a:hover,
#row a:hover,
.data a:hover {
    color: #7025ea;
    transition: 0.4s;
}
.content p,
#tinymce p {
    color: #000;
    text-align: left;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 10px;
}
#Mission .text-box-wrapper p,
#Vision-And-Mission .text-box-wrapper p {
    margin-bottom: -4px;
}
#tinymce table td {
    border: 1px dotted #808080
}
.content p strong {
    font-weight: 700;
}
.content table tr:not(:first-child) td {
    padding: 8px 8px 8px 0px;
    border-bottom: 1px solid #939393;
}
.content .button,
.content .button img {
    transition: 0.6s;
}
.content .button:hover img {
    filter: brightness(0) invert(1);
}
.content .button::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 10px 0px rgba(56,18,119,0.2);
    background: linear-gradient(to right, #3f1584, #7025ea);
    opacity: 0;
    transition: 0.6s;
    top: 0;
    left: 0;
}
.content .button:hover::after {
    opacity: 100%;    
}
#lang span:not(:last-child):after {
    content: "|";
    margin-left: 8px;
}
#home-slider .owl-stage-outer,
.page-banner-slider .owl-stage-outer {
    border-bottom-right-radius: 80px;
}
.slider-item {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-bottom-right-radius: 80px;
}
.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
}
.owl-nav button i {
    font-size: 40px;
    color: #ffffff;
    font-family: "Font Awesome 5 Pro";
    font-style: initial;
}
.owl-theme .owl-nav [class*="owl-"]:hover  {
    background: transparent;
}
.owl-nav button:hover i {
    opacity: 0.8;
}
.owl-theme .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
#highlight .owl-theme .owl-dots {
    bottom: 10px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
}
.owl-theme .owl-dots .owl-dot.active span {
    background: #9747ff;
}
.swiper-slide {
    display: flex;
}
.swiper-vertical {
    touch-action: initial;
}
.align_center {
    text-align: center;
}
img.align_left {
    float: left;
    padding: 0 10px 10px 0;
}
img.align_right {
    float: right;
    padding: 0 0 10px 10px;
}
.image-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
}
#page-banner {
    background-position: center 30%;
    width: calc(100% - 40px);
    background-size: cover;
}
#people-contents .content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
}
#backtotop {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 99;
    font-size: 15px;
    border: none;
    outline: none;
    background-color: rgb(56 18 119);
    cursor: pointer;
    padding: 11px 15px;
    border-radius: 50%;
    color: #ffffff;
    display: none;
}
.pagination li {
    width: 28px;
    height: 28px;
    margin-left: 10px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3.5px;
    border: 0.875px solid #dfe3e8;
}
.pagination li a { 
    text-decoration: none;
}
.pagination li.active {
    border: 0.875px solid #7025ea;
    color: #7025ea;
    pointer-events: none;
}
#breadcrumb li:not(:last-child)::after {
    content: "/";
    padding: 0 5px;
}
#menu > ul > li:nth-child(5) > ul > li:nth-child(1) > a {
    background: #d6c8e3 !important;
}
.submenu:nth-child(6) > li:nth-child(2)  {
    background: #d6c8e3 !important;
}
#sidebar ul li.current {
    color: #ffffff;
    background-color: #7025ea;
    padding: 10px;
}
#sidebar ul li.current a:hover {
    color: #ffffff;
}
#sidebar ul li.current::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 17.3px 10px 0;
    border-color: transparent #ffffff transparent transparent;
}

/* sitemap */

#sitemap > ul > li > a {
    font-size: 20px;
    color:#381277;
    font-weight: 700;
}
#sitemap > ul > li > ul {
    padding-top: 10px;
}
#sitemap > ul > li > ul > li > ul {
    list-style-type: circle;
}
#sitemap > ul > li > ul > li {
    margin-bottom: 10px;
}
#sitemap > ul > li > ul > li > ul > li { 
    margin-top: 10px;
    margin-left: 20px;
}
.accordion-body .researcher:last-child {
    border-bottom: 0px solid black;
}
@media (min-width: 1280px) {
  .xl\:\!h-\[530px\] {
    height: 530px !important;
  }
}
@media(max-width: 1024px) {
    #page-banner {
        width: 100%;
    }
}
@media(max-width: 767px) {
    .owl-nav button i {
        font-size: 32px;
    }
    .owl-theme .owl-dots .owl-dot span {
        width: 11px;
        height: 11px;
    }
    .page-banner-slider.owl-theme .owl-dots {
        display: none;
    }
}
@media (max-width: 467px) {
    #backtotop {
      bottom: 30px;
      right: 20px;
    }
    .slider-item {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        border-bottom-right-radius: 20px;
    }
    #home-slider .owl-stage-outer,
    .page-banner-slider .owl-stage-outer {
        border-bottom-right-radius: 20px;
    }
    .content ul li,
    #tinymce ul li,
    .content ol li,
    #tinymce ol li {
        word-break: break-word;
  }
    #people-contents a {
        word-break: break-all;
    }
}