* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif !important;
}

a {
  text-decoration: none;
}
body{
    background:#f2f2f2;
}

.category-link{
    border:1px solid black;
    padding:10px;
    color:black;
    border-radius:5px;
}

button {
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}

.p-lr {
  padding: 0px 112px;
}

.p-tb {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pb-54 {
  padding-bottom: 54px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-100 {
  margin-top: 100px;
}

.blue-btn {
  padding: 16px 24px;
  border-radius: 4px;
  background: #3C599B;
  color: #FFF;
  font-family: "Lato";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.lightGray-btn {
  padding: 16px 24px;
  border-radius: 4px;
  background: #f5f5f5;
  color: #000;
  font-family: "Lato";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.title {
  color: #000;
  text-align: start;
  font-family: Lato;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}

.medium-title {
  color: #000;
  font-family: Lato;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
}

.small-title {
  color: #000;
  font-family: Lato;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.home-news-section{
    position:relative;
}
.home_news_slide {
    width:100%;
    margin-top: 54px;
    position:initial !important;
    padding-bottom: 10px !important;
}
.home-news-section .home_news_slide .swiper-button-next{
    right:112px;
}
.home-news-section .home_news_slide .swiper-button-prev{
    left:auto;
    right:170px;
}
.home-news-section .home_news_slide .swiper-button-next::after, .home-news-section .home_news_slide .swiper-button-prev::after{
    display:none;
}
.home-news-section .home_news_slide .swiper-button-next, .home-news-section .home_news_slide .swiper-button-prev{
    background: #3C599B;
    width: 44px;
    height: 44px;
    padding: 10px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 25px;
}
.home_news_slide .general-box{
    width:416px !important;
    border-radius: 4px;
      border: 1px solid #F5F5F5;
      box-shadow: 4px 4px 8px 0px rgba(46, 39, 83, 0.3);
      background:#fff;
      height:auto;
}
.home_news_slide .general-box .box-img {
  display: flex;
  border-radius: 4px 4px 0px 0px;
}
.home_news_slide .general-box .box-img img {
  height: 200px;
  width: 100%;
     object-fit: cover;
  border-radius: 4px 4px 0px 0px;
}
.home_news_slide .general-box .box-body {
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.home_news_slide .general-box .box-body .date {
  color: #8B8B8B;
  font-family: Lato;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 0;
}
.home_news_slide .general-box .box-body .box-title {
  margin-top: 8px;
  color: #000;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  display:-webkit-box;
  overflow:hidden;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}
.home_news_slide .general-box .box-body .read-more {
  margin-top: 16px;
  color: #282362;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
}
.search-modal{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:9999;
    background:rgba(0,0,0,0.8);
    display:none;
}

.seach-area {
  position: absolute;
  left: 50%;
  top: 176px;
  transform: translateX(-50%);
  width: 490px;
  background: #fff;
  padding: 10px;
  border-radius: 50px;
  z-index: 90;

}
.close_search_modal{
    position:absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    background:transparent;
    outline:none;
    cursor:pointer;
    border:none;
}
.close_search_modal i{
    font-size:36px;
    color:#fff;
}
.seach-area form {
  display: flex;
  align-items: center;
  width: 100%;
}
.seach-area form input {
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: rgba(0, 0, 0, 0.6);
  padding-left: 10px;
  padding-right: 10px;
  background:transparent;
}
.seach-area form input::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: rgba(0, 0, 0, 0.6);
}
.seach-area form input::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: rgba(0, 0, 0, 0.6);
}
.seach-area form .search_btn {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-result-box {
  position: absolute;
  left: 50%;
  top: 250px;
  transform: translateX(-50%);
  width: 490px;
  background: #fff;
  padding: 20px;
  border-radius: 50px;
  z-index: 5;
  border-radius: 20px;
  display: none;
  flex-direction:column;
  align-items: start;
  gap: 20px;
}
.search-result-box .result_list{
    list-style:none;
    overflow-y:auto;
    max-height:250px;
    width:100%;
    padding-right: 15px;
    display: flex;
    align-items: start;
    gap: 10px;
    flex-direction: column;
}
.search-result-box .result_list .search_result_item{
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
}
.search-result-box .result_message{
    display:none;
}
.search-result-box .result_list::-webkit-scrollbar {
  width: 2px;
}

/* Track */
.search-result-box .result_list::-webkit-scrollbar-track {
  background: rgba(60,89,155,.3); 
}
 
/* Handle */
.search-result-box .result_list::-webkit-scrollbar-thumb {

    background: #3c599b; 
}
.search-result-box .result_list a{
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, .8);
}











.general-boxes {
  margin-top: 54px;
  border-radius: 4px 4px 0px 0px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.general-boxes .general-box {
  border-radius: 4px;
  border: 1px solid #F5F5F5;
  box-shadow: 4px 4px 8px 0px rgba(46, 39, 83, 0.3);
  background:#fff;
}
.general-boxes .general-box .box-img {
  display: flex;
  border-radius: 4px 4px 0px 0px;
}
.general-boxes .general-box .box-img img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px 4px 0px 0px;
}
.general-boxes .general-box .box-body {
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.general-boxes .general-box .box-body .date {
  color: #8B8B8B;
  font-family: Lato;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 0;
}
.general-boxes .general-box .box-body .box-title {
  margin-top: 8px;
  color: #000;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.general-boxes .general-box .box-body .read-more {
  margin-top: 16px;
  color: #282362;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
}

.date {
  color: #8B8B8B;
  font-family: Lato;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.share-with {
  display: flex;
  align-items: center;
  gap: 16px;
}
.share-with p {
  color: black;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.share-with .share-with-item {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 4px;
  background: #F5F5F5;
}

.header-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  padding-bottom: 14px;
}
.header-section .header-left {
  display: flex;
  align-items: center;
}
.header-section .header-left .head-link {
  padding: 0 6px;
  color: #000;
  font-family: "Lato";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.header-section .header-right {
  display: flex;
  align-items: center;
  gap: 24px;
}
.header-section .header-right .header-socialMedias {
  display: flex;
  align-items: center;
  justify-content: space-between;
    gap:10px;
}
.header-section .header-right .header-socialMedias .header_search_btn{
    border:none;
    outline:none;
    cursor:pointer;
}
.header-section .header-right .header-socialMedias .header_search_btn i{
    font-size: 18px;
    color: #000;
}
.header-section .header-right .header-socialMedias .header_search_btn i::before{
    font-weight:700 !important;
}
.header-section .header-right .header-socialMedias a {
  width: 20px;
  height: 20px;
}
.header-section .header-right .header-socialMedias a img {
  width: 100%;
  height: 100%;
}
.header-section .header-right .header-buttons {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header-section .header-right .header-buttons a {
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid #3C599B;
  color: #3C599B;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.navbar-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  background: #3C599B;
}
.navbar-section .nav-logo {
  width: 85px;
  height: 85px;
}
.navbar-section .nav-logo img {
  width: 100%;
  height: 100%;
}
.navbar-section .navbar-right{
  display: none;
  align-items:center;
  gap:15px;
}
.navbar-section .navbar-right .mobile_search_btn{
    border: none;
    outline: none;
    cursor: pointer;
}
.navbar-section .navbar-right .mobile_search_btn i {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}
.navbar-section .navbar-right .hamburger-menu{
    border: none;
    outline: none;
    cursor: pointer;
}
.navbar-section .navbar-right .hamburger-menu i {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
}
.navbar-section .navbar-items {
  display: flex;
  align-items: center;
  gap: 10px;
}
.navbar-section .navbar-items .close-menu {
  display: none;
}
.navbar-section .navbar-items .close-menu i {
  color: #000;
  font-weight: 700;
  font-size: 24px;
}
.navbar-section .navbar-items .nav-link {
text-transform: uppercase;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.navbar-section .navbar-items .nav-dropDown-menu {
  padding: 30px 0;
  position: relative;
}
.navbar-section .navbar-items .nav-dropDown-menu .dropDown-topLink{
    display:flex;
    align-items: center;
    gap: 8px;
    color: #fff;
}
.navbar-section .navbar-items .nav-dropDown-menu .dropDown-menu {
  position: absolute;
  top: -10px;
  opacity: 0;
  visibility: hidden;
  z-index: -99;
  min-width: 150px;
  display: flex;
  flex-direction: column;
  background: #3C599B;
  padding: 15px 20px;
  transition: 0.4s ease-in-out;
}
.navbar-section .navbar-items .nav-dropDown-menu .dropDown-menu .sub-dropDown-menu {
  padding: 10px 0;
  position: relative;
}
.navbar-section .navbar-items .nav-dropDown-menu .dropDown-menu .sub-dropDown-menu .sub-dropDown-topLink{
    display:flex;
    align-items: center;
    justify-content:space-between;
    color:#fff;
}
.navbar-section .navbar-items .nav-dropDown-menu .dropDown-menu .sub-dropDown-menu .sub-dropDown-menu-area{
        position: absolute;
      top: 8px;
      left:330px;
      opacity: 0;
      visibility: hidden;
      z-index: -99;
      min-width: 150px;
      display: flex;
      flex-direction: column;
      background: #3C599B;
      padding: 15px 20px;
      transition: 0.4s ease-in-out;
}
.navbar-section .navbar-items .nav-dropDown-menu .dropDown-menu .main-nav-link {
    width:max-content;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 5px 0;
  border-bottom:1px solid;
  text-align: start;
}

@media screen and (min-width: 1080px){
    .navbar-section .navbar-items .nav-dropDown-menu:hover .dropDown-menu {
      opacity: 1;
      visibility: visible;
      z-index: 10;
      top: 84px;
    }
    .navbar-section .navbar-items .sub-dropDown-menu:hover .sub-dropDown-menu-area {
      opacity: 1 !important;
      visibility: visible !important;
      z-index: 10 !important;
    }
}
.navbar-section .navbar-items .languages {
  display: flex;
  align-items: center;
  gap: 2px;
}
.navbar-section .navbar-items .languages .lang-item {
  color: #fff;
  padding: 5px;
  font-size: 14px;
}
.navbar-section .navbar-items .languages .active-lang {
  background: #f5f5f5;
  color: #000;
  font-weight: 700;
  border-radius: 6px;
}
.navbar-section .navbar-items .responsive-nav-link {
  display: none;
}
.navbar-section .navbar-items .responsive-nav-buttons {
  display: none;
}

.home-hero-section {
  width: 100%;
}
.home-hero-section .home-hero-item {
  width: 100%;
  height: 600px;
  position: relative;
}
.home-hero-section .home-hero-item img {
  width: 100%;
  height: 100%;
  filter: brightness(0.3);
}
.home-hero-section .home-hero-item .home-hero-content {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.home-hero-section .home-hero-item .home-hero-content h1 {
  font-size: 74px;
  font-style: normal;
  font-weight: 700;
  line-height: 100px;
}
.home-hero-section .home-hero-item .home-hero-content p {
  margin-top: 30px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
.news-section{
    display:flex;
    align-items:start;
    gap:20px;
}
.news-section .general-boxes{
    width:80%;
}
.moreReads-area{
    width:20%;
    display:flex;
    flex-direction:column;
    align-items:start;
    gap:15px;
}
.moreReads-area .moreReads-area-title{
    font-size:18px;
    color:#000;
    font-weight:500;
}
.moreReads-area .moreReads-items{
    display:flex;
    flex-direction:column;
    gap:10px;
    
}
.moreReads-area .moreReads-items .moreReads-item{
    font-size:14px;
    font-weight:500;
    color: rgba(0,0,0,.8);
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
}

.home-news-section .all-news {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: -moz-max-content;
  width: max-content;
  margin-top: 54px;
}

.home-announcements-section .all-announcements {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: -moz-max-content;
  width: max-content;
  margin-top: 54px;
}

.universityMajor-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f5f5f5;
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 50px;
}
.universityMajor-section .universityMajor-details .rector-img {
  max-width: 600px;
  height: 434px;
  border-radius: 4px;
}
.universityMajor-section .universityMajor-details img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}
.universityMajor-section .universityMajor-details .universityMajor-fullName {
  margin-top: 24px;
  color: #000;
  text-align: center;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.universityMajor-section .universityMajor-details .universityMajor-position {
  color: black;
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.universityMajor-section .text-for-guests {
  width: 520px;
}
.universityMajor-section .text-for-guests .guest-title {
  color: #000;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.universityMajor-section .text-for-guests p {
  margin-top: 24px;
  color: black;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.faculty-section {
  background: #3C599B;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.faculty-section .all-faculty {
  width: 495px;
  display: flex;
  flex-direction: column;
}
.faculty-section .all-faculty .faculty-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #FFF;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  padding: 22px 0;
  border-bottom: 1px solid #fff;
}
.faculty-section .all-faculty .faculty-item:first-child {
  border-top: 1px solid #fff;
}
.faculty-section .faculty-text-area {
  width: 480px;
  text-align: end;
}
.faculty-section .faculty-text-area .title {
  text-align: end;
  color: #fff;
}
.faculty-section .faculty-text-area p {
  margin-top: 28px;
  color: #FFF;
  text-align: right;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.statistic-section .statistic-items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.statistic-section .statistic-items .statistic-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-left: 1px solid #3C599B;
}
.statistic-section .statistic-items .statistic-item:first-child {
  padding-right: 25px;
  text-align: start;
  border-left: none;
}
.statistic-section .statistic-items .statistic-item .statistic-count {
  color: #3C599B;
  font-family: Lato;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
}
.statistic-section .statistic-items .statistic-item .statistic-title {
  color: #3C599B;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.student-life-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.student-life-section .student-life-content {
  width: 100%;
}
.student-life-section .student-life-content p {
  margin-top: 24px;
  color: black;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.student-life-section .student-life-content .know-more {
  margin-top: 60px;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  padding: 16px 32px;
  border-radius: 4px;
  background: #3C599B;
  color: #FFF;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.student-life-section .student-life-pictures {
  display: flex;
  justify-content: end;
  width: 100%;
  gap: 10px;
}
.student-life-section .student-life-pictures .student-life-leftImg .student-life-img {
  width: 357px;
  height: 475px;
  flex-shrink: 0;
}
.student-life-section .student-life-pictures .student-life-leftImg .student-life-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.student-life-section .student-life-pictures .student-life-rightImg {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.student-life-section .student-life-pictures .student-life-rightImg .student-life-img {
  width: 280px;
  height: 231px;
  flex-shrink: 0;
}
.student-life-section .student-life-pictures .student-life-rightImg .student-life-img img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.partners-section {
  width: 100%;
}
.partners-section .partnersSwiper .swiper-wrapper {
  align-items: center;
}
.partners-section .partnersSwiper .swiper-wrapper .swiper-slide {
  width: -moz-max-content;
  width: max-content;
  max-height: 160px;
}
.partners-section .partnersSwiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.libraries{
    display:flex;
    align-items:center;
    gap:10px;
    flex-wrap:wrap;
}
.footer {
  margin-top: 80px;
}
.footer .footer-main-content {
  padding-top: 48px;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.footer .footer-main-content .footer-contact-area .footer-contact {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer .footer-main-content .footer-contact-area .footer-contact p {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer .footer-main-content .footer-contact-area .footer-contact p span {
  color: black;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer .footer-main-content .footer-sections {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  width: 67%;
}
.footer .footer-main-content .footer-sections .footer-section-items {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.footer .footer-main-content .footer-sections .footer-section-item {
  display: flex;
  flex-direction: column;
  max-width: 155px;
}
.footer .footer-main-content .footer-sections .footer-section-item .head-footer-link {
  color: #000;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 26px;
}
.footer .footer-main-content .footer-sections .footer-section-item .footer-link {
  color: black;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 16px;
}
.footer .footer-main-content .footer-sections .footer-socials {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer .footer-main-content .footer-sections .footer-socials a {
  width: 20px;
  height: 20px;
}
.footer .footer-main-content .footer-sections .footer-socials a img {
  width: 100%;
  height: 100%;
}
.footer .footer-subscribeArea {
  display: flex;
  align-items: center;
}
.footer .footer-subscribeArea .subscribe-icon {
  padding: 12px;
  border-radius: 4px 0 0 4px;
  background: #f5f5f5;
}
.footer .footer-subscribeArea .subscribe-icon svg {
  width: 20px;
  height: 20px;
}
.footer .footer-subscribeArea input {
  border: none;
  outline: none;
  padding: 11.5px;
  padding-left: 0;
  border-radius: 0 4px 4px 0;
  background: #f5f5f5;
  color: black;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.footer .footer-subscribeArea textarea {
    border: none;
    outline: none;
    padding: 10px;
    /*padding-left: 10px;*/
    border-radius: 0 4px 4px 0;
    background: #f5f5f5;
    color: black;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.footer .footer-subscribeArea .subscribe-btn {
  border-radius: 4px;
  background: #3C599B;
  padding: 11.5px 24px;
  color: #FFF;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  border: none;
  outline: none;
  cursor: pointer;
  margin-left: 12px;
}
.footer hr {
  margin-top: 32px;
  height: 1px;
  background-color: #B8B9BA;
  border: none;
}
.footer .footer-bottom {
  padding: 18px 0;
}
.footer .footer-bottom .copyRight-area {
  color: black;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
/*.contact_form input{*/
/*    */
/*}*/
.page-navigate {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.page-navigate .prevPage {
  color: #8B8B8B;
}
.page-navigate .defaultPage {
  color: #000;
}
.page-navigate a {
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.about-hero-section {
  width: 100%;
  margin-top: 54px;
  border-radius: 4px;
}
.about-hero-section .about-hero-Swiper .about-hero-item {
  width: 100%;
  height: 504px;
  position: relative;
  border-radius: 4px;
  padding-bottom: 50px;
}
.about-hero-section .about-hero-Swiper .about-hero-item img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  object-fit:cover;
}
.about-hero-section .about-hero-Swiper .swiper-button-next, .about-hero-section .about-hero-Swiper .swiper-button-prev {
  top: auto;
  bottom: 0;
}
.about-hero-section .about-hero-Swiper .swiper-button-next::after, .about-hero-section .about-hero-Swiper .swiper-button-prev::after {
  content: "";
}
.about-hero-section .about-hero-Swiper .swiper-pagination {
  left: 50%;
  transform: translate(-50%);
  width: -moz-max-content;
  width: max-content;
  display: flex;
  gap: 40px;
  bottom: 15px;
}
.about-hero-section .about-hero-Swiper .swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: #fff;
  border: 2px solid #222;
}
.about-hero-section .about-hero-Swiper .swiper-pagination .swiper-pagination-bullet:not(:last-child)::after {
  content: "";
  width: 38.25px;
  height: 1.5px;
  background: #222;
  position: absolute;
  top: 6px;
  margin-left: 11px;
}
.about-hero-section .about-hero-Swiper .swiper-pagination .swiper-pagination-bullet-active {
  border: 2px solid #3C599B;
}
.about-hero-section .about-hero-Swiper .swiper-button-prev {
  left: auto;
  right: 60px;
}
.about-hero-section .about-hero-Swiper .swiper-button-prev svg {
  color: #3C599B;
}

.about-text {
  margin-top: 24px;
  color: black;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
}

.about-img {
  margin-top: 16px;
  width: 100%;
  height: 504px;
}
.about-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-history-img {
    float:right;
  margin-top: 16px;
  width: 550px;
  height: 400px;
  padding-left:20px !important;
}
.about-history-img img {
  width: 100%;
  height: 100%;
}

.about-history {
  margin-top: 40px;
}

.aboutOf-head-img {
    height:350px;
    float:right;
}
.aboutOf-head-img img {
  width: 350px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutOf-head-content{
    min-height:70vh;
}
.aboutOf-head-content .aboutOf-head-img {
    float: right;
    width: 100%;
    max-width: 400px;
    height:400px;
}
aboutOf-head-content .aboutOf-head-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.aboutOfHead {
  margin-top: 40px;
}
.aboutOfHead .about-text {
  margin-top: 24px;
  color: black;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
}
.prorektors-area{
    display:flex;
    align-items:start;
    gap:20px;
    margin-top:54px;
}
.prorektors-area .our-members{
        width:80%;
        margin-top:0;
}
.prorektors-area .left-categories{
        width:20%;
}


.educations-area{
    display:flex;
    align-items:start;
    gap:20px;
    margin-top:54px;
}
.educations-area .our-members{
        width:80%;
        margin-top:0;
}
.educations-area .left-categories{
        width:20%;
}


.kafedra-area{
    display:flex;
    align-items:start;
    gap:20px;
    margin-top:54px;
}
.kafedra-area .our-members{
        width:80%;
        margin-top:0;
}
.kafedra-area .left-categories{
        width:20%;
}

.left-categories{
    display:flex;
    flex-direction:column;
    align-items:start;
    gap:15px;
}
.left-categories .category-item{
        padding: 6px 12px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        border: 1px solid #3C599B;
        border-radius: 6px;
        background: #fff;
        color: #3C599B;
        font-size: 16px;
        font-weight: 500;
}
.left-categories .current-categoryItem{
        border: none;
        background: #3C599B;
        color: #fff;
}

.our-members {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 54px;
}
.our-members .member-item {
  border-radius: 4px;
  border: 1px solid #ECF0F3;
    box-shadow: 4px 4px 8px 0px rgba(46, 39, 83, 0.3);
    background:#fff;
}
.our-members .member-item .member-img {
  display: flex;
  height: 350px;
  width: 100%;
  border-radius: 4px 4px 0 0;
}
.our-members .member-item .member-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px 4px 0 0;
}
.our-members .member-item .member-item-body {
  padding: 20px;
}
.our-members .member-item .member-item-body a {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.our-members .member-item .member-item-body .member-of-about {
  margin-top: 10px;
  color: #8B8B8B;
  text-align: center;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.page-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
}
.page-pagination .prevPage, .page-pagination .nextPage {
  padding: 10px;
  border-radius: 4px;
  background: #3C599B;
}
.page-pagination .page-item {
  border-radius: 4px;
  border: 1px solid #E9E9E9;
  padding: 8px 16px;
  color: #000;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.page-pagination p {
  padding: 8px 16px;
  color: #000;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.news-details-area {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 80px;
}
.news-details-area .news-detail {
  width: 60%;
}
.news_detail_image_slide{
    width:100%;
    margin-top:20px;
}
.news_detail_image_slide .swiper-button-next{
        color: rgba(0, 0, 0, .8);
}
.news_detail_image_slide .swiper-button-prev{
        color: rgba(0, 0, 0, .8);
}
.news_detail_image_slide .news-img{
    margin:0 !important;
}
.news-details-area .other-news {
  max-width: 350px;
}
.news-details-area .other-news .other-news-items {
  width: 100%;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.news-details-area .other-news .other-news-items .other-news-item {
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
}
.news-details-area .other-news .other-news-items .other-news-item h5 {
  color: #000;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.all-news-btn {
  margin-top: 47px;
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #FFF;
  border-radius: 4px;
  border: 1px solid #3C599B;
  color: #3C599B;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.news-hero-section {
  width: 100%;
  border-radius: 4px;
}
.news-hero-section .news-hero-Swiper {
  width: 100%;
}
.news-hero-section .news-hero-Swiper .news-hero-item {
  width: 100%;
  height: 464px;
  position: relative;
  border-radius: 4px;
  padding-bottom: 50px;
}
.news-hero-section .news-hero-Swiper .news-hero-item img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
}
.news-hero-section .news-hero-Swiper .swiper-button-next, .news-hero-section .news-hero-Swiper .swiper-button-prev {
  top: auto;
  bottom: 0;
}
.news-hero-section .news-hero-Swiper .swiper-button-next::after, .news-hero-section .news-hero-Swiper .swiper-button-prev::after {
  content: "";
}
.news-hero-section .news-hero-Swiper .swiper-pagination {
  left: 50%;
  transform: translate(-50%);
  width: -moz-max-content;
  width: max-content;
  display: flex;
  gap: 40px;
  bottom: 15px;
}
.news-hero-section .news-hero-Swiper .swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: #fff;
  border: 2px solid #222;
}
.news-hero-section .news-hero-Swiper .swiper-pagination .swiper-pagination-bullet:not(:last-child)::after {
  content: "";
  width: 38.25px;
  height: 1.5px;
  background: #222;
  position: absolute;
  top: 6px;
  margin-left: 11px;
}
.news-hero-section .news-hero-Swiper .swiper-pagination .swiper-pagination-bullet-active {
  border: 2px solid #3C599B;
}
.news-hero-section .news-hero-Swiper .swiper-button-prev {
  left: auto;
  right: 60px;
}
.news-hero-section .news-hero-Swiper .swiper-button-prev svg {
  color: #3C599B;
}

.date {
  padding-bottom: 18px;
}

.news-text {
  margin-top: 18px;
  color: black;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.news-img {
  margin-top: 24px;
  width: 100%;
  /*height: 332px;*/
}
.news-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.all-chairs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.all-chairs .chair-item {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #3C599B;
  color: #3C599B;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

.teaching-items {
  display: flex;
  gap: 100px;
  align-items: start;
}
.teaching-items .bachelors h3, .teaching-items .masters h3 {
  padding-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
}
.teaching-items .bachelors ul, .teaching-items .masters ul {
  padding-top: 20px;
  padding-left: 20px;
}
.teaching-items .bachelors ul li, .teaching-items .masters ul li {
  padding-top: 10px;
  padding-bottom: 10px;
}
.teaching-items .bachelors ul li a, .teaching-items .masters ul li a {
  color: #000;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border-bottom: 1px solid #000;
}

.gallery-head-btns {
  display: flex;
  width: 100%;
  gap: 20px;
  align-items: center;
}
.gallery-head-btns .gallery-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.gallery-head-btns .galleryActiveBtn {
  border: none;
  background: #3C599B;
  color: #fff;
}

.gallery-items {
  display: none;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.gallery-items .gallery-item {
  position: relative;
  height: 250px;
  border-radius: 4px;
}
.gallery-items .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.gallery-items .gallery-item .gallery-title {
  position: absolute;
  bottom: 16px;
  left: 16px;
  color: #FFF;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.activeGalleryItem {
  display: grid;
}

.gallery-inside-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.gallery-inside-images .gallery-inside-img {
  height: 400px;
  border-radius: 4px;
}
.gallery-inside-images .gallery-inside-img img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}

.studentLife-coverImages {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.studentLife-coverImages .studentLife-coverImg {
  height: 350px;
}
.studentLife-coverImages .studentLife-coverImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.student-statistic-section .statistic-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.student-statistic-section .statistic-items .statistic-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-left: 1px solid #3C599B;
}
.student-statistic-section .statistic-items .statistic-item:first-child {
  padding-right: 25px;
  text-align: start;
  border-left: none;
}
.student-statistic-section .statistic-items .statistic-item .statistic-count {
  color: #3C599B;
  font-family: Lato;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
}
.student-statistic-section .statistic-items .statistic-item .statistic-title {
  color: #3C599B;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.student-hostel .studentHostel-Swiper .studentHostel-item {
  width: 100%;
  height: 600px;
  position: relative;
  border-radius: 4px;
  padding-bottom: 50px;
}
.student-hostel .studentHostel-Swiper .studentHostel-item img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
}
.student-hostel .studentHostel-Swiper .swiper-button-next, .student-hostel .studentHostel-Swiper .swiper-button-prev {
  top: auto;
  bottom: 0;
}
.student-hostel .studentHostel-Swiper .swiper-button-next::after, .student-hostel .studentHostel-Swiper .swiper-button-prev::after {
  content: "";
}
.student-hostel .studentHostel-Swiper .swiper-pagination {
  left: 50%;
  transform: translate(-50%);
  width: -moz-max-content;
  width: max-content;
  display: flex;
  gap: 40px;
  bottom: 15px;
}
.student-hostel .studentHostel-Swiper .swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: #fff;
  border: 2px solid #222;
}
.student-hostel .studentHostel-Swiper .swiper-pagination .swiper-pagination-bullet:not(:last-child)::after {
  content: "";
  width: 38.25px;
  height: 1.5px;
  background: #222;
  position: absolute;
  top: 6px;
  margin-left: 11px;
}
.student-hostel .studentHostel-Swiper .swiper-pagination .swiper-pagination-bullet-active {
  border: 2px solid #3C599B;
}
.student-hostel .studentHostel-Swiper .swiper-button-prev {
  left: auto;
  right: 60px;
}
.student-hostel .studentHostel-Swiper .swiper-button-prev svg {
  color: #3C599B;
}
.student-hostel p {
  margin-top: 24px;
  color: black;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.student-clubs {
  grid-template-columns: repeat(3, 1fr);
}
.student-clubs .student-club .box-img {
  height: 324px;
}

.studentLife-insideImg {
  width: 100%;
  height: 550px;
}
.studentLife-insideImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.studentLife-inside-text {
  margin-top: 24px;
  color: black;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.contact-main {
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap: 20px;
}
.contact-main .contact-main-boxes{
    display: flex;
    flex-direction: column;
    gap:20px;
}
.contact-main .contact-box {
  padding: 20px;
  box-shadow: 0px 1px 24px 0px rgba(66, 131, 240, 0.16);
  background: #fff;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.6s ease;
  gap: 10px;
}
.contact-main .contact-box a {
  font-size: 14px;
  line-height: 20px;
  color: #8B8B8B;
}
.contact-main .contact-box .connectBLock {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
}
.contact-main .contact-box:hover {
  transform: translateY(-15px);
}

.map {
margin:0;
  width: 100%;
  height: 500px;
}
.map iframe {
  width: 100%;
  height: 100%;
}
.contact_form{
    display:flex;
    flex-direction:column;
    gap:15px;
}
.contact_form input,textarea{
    padding:10px;
    border:none;
    background:#f2f2f2;
    outline:none;
    border-bottom:1px solid #B8B9BA;
}
.contact_form .subscribe-btn{
    margin-top:30px;
}
.organization-text-area p {
  color: black;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.organization-text-area .paragraph-title {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}
.organization-text-area ul {
  padding-left: 20px;
}

.all-publications {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: start;
}
.all-publications .puclication-item {
  color: #8B8B8B;
  font-size: 18px;
  line-height: 24px;
}
.all-publications .puclication-item:hover {
  text-decoration: underline;
}
.pdf-links{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.pdf-links .pdf-link-item{
    width:100%;
}
.pdf-links .pdf-link-item .pdf-link{
    width:100%;
    display:flex;
    flex-direction:column;
    gap:10px;
    align-items:start;
}
.pdf-links .pdf-link-item .pdf-link img{
    width:35px;
    height:40px;

}
.conference-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.conference-area .general-box {
box-shadow: 4px 4px 8px 0px rgba(46, 39, 83, 0.3);
  border-radius: 4px;
  border: 1px solid #F5F5F5;
  background:#fff;
}
.conference-area .general-box .box-img {
  display: flex;
  border-radius: 4px 4px 0px 0px;
  height: 300px;
}
.conference-area .general-box .box-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px 4px 0px 0px;
}
.conference-area .general-box .box-body {
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.conference-area .general-box .box-body .date {
  color: #8B8B8B;
  font-family: Lato;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 0;
}
.conference-area .general-box .box-body .box-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 8px;
  color: #000;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.conference-area .general-box .box-body .box-desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 5px;
  color: #8B8B8B;
  font-size: 14px;
  line-height: 20px;
}
.conference-area .general-box .box-body .read-more {
  margin-top: 16px;
  color: #282362;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
}

.journal-area {
  display: flex;
  align-items: start;
}
.journal-area .journal-box {
  max-width: 50%;
  width: 100%;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.journal-area .journal-box .small-title {
  font-size: 18px;
}
.journal-area .journal-box ul {
  padding-left: 15px;
  list-style: decimal;
}
.journal-area .journal-box ul li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.journal-area .journal-box ul li p {
  font-size: 14px;
  color: #8B8B8B;
}
.allGraduates {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.allGraduates .graduate-box {
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  background: #fff;
  box-shadow: 0px 1px 24px 0px rgba(66, 131, 240, 0.16);
}
.allGraduates .graduate-box .graduate-img {
  border-radius: 4px 4px 0 0;
  width: 100%;
  height: 400px;
}
.allGraduates .graduate-box .graduate-img img {
  border-radius: 4px 4px 0 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.allGraduates .graduate-box .graduate-box-body {
  padding: 20px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.allGraduates .graduate-box .graduate-box-body .graduate-name {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: #000;
}
@media screen and (min-width: 1550px){
  .kafedra-area .our-members .member-item .member-img{
      height:470px;
  }
  .navbar-section .navbar-items{
      gap:20px;
  }
  .navbar-section .navbar-items .nav-link{
        font-size: 14px;
        font-weight: 700;
  }
}
@media screen and (max-width: 1250px) {
  .p-lr {
    padding-left: 80px;
    padding-right: 80px;
  }
  .p-tb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .mt-120 {
    margin-top: 80px;
  }
  .universityMajor-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .statistic-section .statistic-items .statistic-item .statistic-count {
    font-size: 32px;
  }
  .statistic-section .statistic-items .statistic-item .statistic-title {
    font-size: 18px;
  }
  .home-news-section .home_news_slide .swiper-button-next{
    right:80px;
}
.home-news-section .home_news_slide .swiper-button-prev{
    left:auto;
    right:130px;
}
.home-news-section .home_news_slide .swiper-button-next, .home-news-section .home_news_slide .swiper-button-prev{
        width: 40px;
        height: 40px;
        padding: 8px;
        top:28px;
    }
}
@media screen and (max-width: 1320px){
    .navbar-section .navbar-items .nav-link{
        font-size:12px;
    }
    .header-section .header-left .head-link {
        font-size:14px;
    }
    .header-section .header-right .header-buttons a{
        padding: 4px 8px;
    }
    .prorektors-area .our-members{
        grid-template-columns:repeat(2,1fr)
    }
    .educations-area .our-members{
        grid-template-columns:repeat(2,1fr)
    }
    .kafedra-area .our-members{
        grid-template-columns:repeat(2,1fr)
    }
}
@media screen and (max-width: 1150px) {
  .student-life-section .student-life-pictures .student-life-leftImg .student-life-img {
    width: 300px;
    height: 435px;
  }
  .student-life-section .student-life-pictures .student-life-rightImg .student-life-img {
    width: 225px;
    height: 212px;
  }
  .gallery-items {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 40px;
  }
}
@media screen and (max-width: 1080px) {
  .header-section {
    display: none;
  }
  .navbar-section{
      padding-left:20px;
      padding-right:20px;
  }
  .navbar-section .navbar-right{
      display: flex !important;
  }
  .navbar-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: 11;
    background: rgba(0, 0, 0, 0.6);
    transition: 0.6s ease;
  }
  .activesubMenu{
      display:flex !important;
  }
  .navbar-area .navbar-items {
      overflow-y: auto;
    position: fixed;
    right: -100%;
    top: 0;
    flex-direction: column;
    z-index: 12;
    background: #3C599B;
    width: 100%;
    height: 100%;
    align-items: start;
    justify-content: start;
    padding: 30px;
    transition: 0.6s ease;
  }
  .navbar-area .navbar-items .close-menu {
    margin-left: auto;
    display: flex !important;
  }
  .navbar-area .navbar-items .close-menu i {
    color: #fff;
  }
  .navbar-area .navbar-items .nav-dropDown-menu {
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .moreReads-area{
    display:none;
}
.news-section .general-boxes {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
}
  .navbar-area .navbar-items .nav-dropDown-menu .dropDown-menu {
    position: initial;
    display: none;
    background: #3C599B;
    padding-left: 40px;
    opacity: 1;
    visibility: visible;
    z-index: 10;
  }
  .navbar-section .navbar-items .nav-dropDown-menu .dropDown-topLink {
    gap: 30px;
    }
    .navbar-section .navbar-items .nav-dropDown-menu .dropDown-menu .sub-dropDown-menu .sub-dropDown-topLink {
        justify-content:start;
        gap:30px;
    }
    .navbar-section .navbar-items .nav-dropDown-menu .dropDown-menu .sub-dropDown-menu .sub-dropDown-menu-area{
        display:none;
        position: initial;
        opacity: 1;
        visibility: visible;
    }
  .navbar-area .navbar-items .nav-dropDown-menu .dropDown-menu .main-nav-link {
    color: #fff;
  }
  .navbar-area .navbar-items .nav-link {
    padding: 10px 12px;
  }
  .navbar-area .navbar-items .responsive-nav-link {
    display: flex;
    padding: 10px 12px;
    color: #fff;
  }
  .navbar-area .navbar-items .responsive-nav-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: start;
  }
  .navbar-area .navbar-items .responsive-nav-buttons a {
    padding: 8px 16px;
    border-radius: 4px;
    color: #3C599B;
    background: #fff;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .navbar-area .navbar-items .languages {
    padding: 20px 12px;
  }
  .activeNavbar-Area {
    width: 100%;
  }
  .activeNavbar-Area .navbar-items {
    right: 0;
  }
  .home-hero-section .home-hero-item {
    height: 550px;
  }
  .home-hero-section .home-hero-item .home-hero-content h1 {
    font-size: 54px !important;
    line-height: 80px !important;
  }
  .home-hero-section .home-hero-item .home-hero-content p {
    font-size: 18px !important;
    line-height: 28px !important;
  }
  .prorektors-area{
    flex-direction:column;
    margin-top:34px;
    }
     .educations-area{
    flex-direction:column;
    margin-top:34px;
    }
    .kafedra-area{
    flex-direction:column;
    margin-top:34px;
    }
.prorektors-area .our-members{
        width:100%;
        margin-top:0;
}
.prorektors-area .left-categories{
        width:80%;
        margin-left:auto;
        margin-right:auto;
}
.kafedra-area .our-members{
        width:100%;
        margin-top:0;
}
.kafedra-area .left-categories{
        width:80%;
        margin-left:auto;
        margin-right:auto;
}
.educations-area .our-members{
        width:100%;
        margin-top:0;
}
.educations-area .left-categories{
        width:80%;
        margin-left:auto;
        margin-right:auto;
}
  .general-boxes {
    margin-top: 34px;
    grid-template-columns: repeat(3, 1fr);
  }
  .general-boxes .general-box .box-img {
    height: 350px;
  }
  .general-boxes .general-box .box-img img {
    height: 100%;
  }
  .page-navigate {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .title {
    font-size: 36px;
  }
  .medium-title {
    font-size: 32px;
  }
  .our-members {
    margin-top: 44px;
  }
  .page-pagination {
    margin-top: 50px;
  }
  .footer .footer-main-content .footer-sections {
    width: 70%;
  }
  .news-hero-section .news-hero-Swiper .news-hero-item {
    height: 350px;
  }
  .allGraduates {
    grid-template-columns: repeat(2, 1fr);
  }
  .allGraduates .graduate-box .graduate-img {
    height: 350px;
  }
  .pdf-links{
    grid-template-columns: repeat(4, 1fr);
}
}
@media screen and (max-width: 992px) {
  .p-lr {
    padding-left: 40px;
    padding-right: 40px;
  }
  .p-tb {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .mt-120 {
    margin-top: 60px;
  }
  .mt-100 {
    margin-top: 60px;
  }
  .pb-54 {
    padding-bottom: 34px;
  }
  .faculty-section .all-faculty .faculty-item {
    font-size: 18px;
    line-height: 24px;
    padding: 16px 0;
  }
  .small-title {
    font-size: 20px;
  }
  .footer {
    margin-top: 60px;
  }
  .footer .footer-main-content {
    flex-direction: column;
    gap: 30px;
    padding-top: 38px;
  }
  .footer .footer-main-content .footer-sections {
    width: 100%;
  }
  .our-members {
    grid-template-columns: repeat(3, 1fr);
  }
  .our-members .member-item .member-item-body {
    padding: 15px;
  }
  .kafedra-area .our-members .member-item .member-img {
    height: 450px;
}
  .statistic-section .statistic-items {
    grid-template-columns: repeat(3, 1fr);
  }
  .statistic-section .statistic-items .statistic-item:nth-child(4) {
    padding-right: 25px;
    text-align: start;
    border-left: none;
  }
  .about-history-img {
    width: 500px;
    height: 350px;
}
  .student-life-section {
    flex-direction: column;
  }
  .student-life-section .student-life-content .title {
    text-align: center;
  }
  .student-life-section .student-life-content p {
    margin-top: 14px;
    text-align: center;
  }
  .student-life-section .student-life-content .know-more {
    margin: auto;
    margin-top: 40px;
  }
  .student-life-section .student-life-pictures {
    justify-content: space-between;
  }
  .student-life-section .student-life-pictures .student-life-leftImg {
    width: 50%;
  }
  .student-life-section .student-life-pictures .student-life-leftImg .student-life-img {
    width: 100%;
    height: 475px;
  }
  .student-life-section .student-life-pictures .student-life-rightImg {
    width: 50%;
  }
  .student-life-section .student-life-pictures .student-life-rightImg .student-life-img {
    width: 100%;
    height: 232px;
  }
  .student-statistic-section .statistic-items .statistic-item .statistic-count {
    font-size: 32px;
  }
  .student-statistic-section .statistic-items .statistic-item .statistic-title {
    font-size: 16px;
  }
  .conference-area {
    grid-template-columns: repeat(2, 1fr);
  }
    .pdf-links{
    grid-template-columns: repeat(3, 1fr);
}
    .home-news-section .home_news_slide .swiper-button-next{
        right:40px;
    }
    .home-news-section .home_news_slide .swiper-button-prev{
        left:auto;
        right:90px;
    }

}

@media screen and (max-width: 768px) {
  .home-hero-section .home-hero-item {
    height: 400px;
  }
  .home-hero-section .home-hero-item .home-hero-content h1 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
  .home-hero-section .home-hero-item .home-hero-content p {
    margin-top: 20px;
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .p-lr {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mt-120 {
    margin-top: 40px;
  }
  .pb-54 {
    padding-bottom: 24px;
  }
  .page-navigate {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .page-navigate a {
    font-size: 12px;
  }
  .title {
    font-size: 28px;
  }
  .medium-title {
    font-size: 22px;
  }
  .small-title {
    font-size: 18px;
  }
  .about-history-img {
      float:initial;
    width: 100%;
    height: 350px;
}
  .general-boxes {
    margin-top: 34px;
    grid-template-columns: repeat(2, 1fr);
  }
  .general-boxes .general-box .box-body {
    padding: 12px 16px;
  }
  .general-boxes .general-box .box-body .box-title {
    font-size: 14px;
    line-height: 18px;
    margin-top: 5px;
  }
  .general-boxes .general-box .box-body .read-more {
    margin-top: 12px;
    font-size: 14px;
    line-height: 20px;
  }
  
  .home_news_slide .general-box{
      width:300px !important;
  }
    .home_news_slide .general-box .box-body {
    padding: 12px 16px;
  }
  .home_news_slide .general-box .box-body .box-title {
    font-size: 14px;
    line-height: 18px;
    margin-top: 5px;
  }
  .home_news_slide .general-box .box-body .read-more {
    margin-top: 12px;
    font-size: 14px;
    line-height: 20px;
  }
  
  
  .announcements-section .all-announcements {
    margin-top: 34px;
  }
  .universityMajor-section {
    width: 100%;
    gap: 25px;
    flex-direction: column;
  }
  .universityMajor-section .universityMajor-details {
    width: 100%;
  }
  .universityMajor-section .universityMajor-details .rector-img {
    max-width: 100%;
  }
  .universityMajor-section .universityMajor-details .rector-img img {
    width: 100%;
  }
  .universityMajor-section .text-for-guests {
    width: 100%;
    text-align: center;
  }
  .universityMajor-section .text-for-guests P {
    margin-top: 14px;
    font-size: 14px;
  }
  .our-members {
    margin-top: 34px;
    grid-template-columns: repeat(2, 1fr);
  }
  .page-pagination .prevPage, .page-pagination .nextPage {
    padding: 8px;
  }
  .page-pagination .page-item, .page-pagination p {
    padding: 7px 15px;
  }
  .footer {
    margin-top: 40px;
  }
  .footer .footer-main-content {
    padding-top: 28px;
  }
  .footer .footer-main-content .footer-sections {
    flex-wrap: wrap;
  }
  .footer .footer-bottom .copyRight-area {
    text-align: center;
  }
  .footer .footer-subscribeArea {
    margin-top: 30px;
  }
  .aboutOf-head-img {
      float:none;
      width:100%;
    height: 400px;
  }
  .aboutOf-head-img img{
      width:100%;
  }
  .studentLife-insideImg {
    height: 450px;
  }
  .aboutOfHead {
    margin-top: 30px;
  }
  .aboutOfHead .about-text {
    margin-top: 10px;
    font-size: 14px;
  }
  .about-hero-section {
    margin-top: 34px;
  }
  .about-text {
    margin-top: 14px;
    font-size: 14px;
  }
  .about-history {
    margin-top: 30px;
  }
  .faculty-section {
    flex-direction: column-reverse;
  }
  .faculty-section .faculty-text-area {
    width: 100%;
    text-align: start;
  }
  .faculty-section .faculty-text-area .title {
    text-align: center;
  }
  .faculty-section .faculty-text-area p {
    text-align: center;
    margin-top: 10px;
  }
  .faculty-section .all-faculty {
    width: 100%;
  }
  .faculty-section .all-faculty .faculty-item {
    font-size: 16px;
    padding: 10px 0;
  }
  .p-tb {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .statistic-section .statistic-items {
    grid-template-columns: repeat(2, 1fr);
  }
  .statistic-section .statistic-items .statistic-item:nth-child(3) {
    padding-right: 25px;
    text-align: start;
    border-left: none;
  }
  .statistic-section .statistic-items .statistic-item:nth-child(4) {
    padding-right: 0;
    text-align: center;
    border-left: 1px solid #3C599B;
  }
  .statistic-section .statistic-items .statistic-item:nth-child(5) {
    margin-left: 48%;
    text-align: center;
    border-left: none;
  }
  .statistic-section .statistic-items .statistic-item .statistic-count {
    font-size: 24px;
  }
  .statistic-section .statistic-items .statistic-item .statistic-title {
    font-size: 14px;
  }
  .teaching-items {
    gap: 50px;
  }
  .teaching-items li {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .teaching-items li a {
    font-size: 14px !important;
  }
  .news-details-area {
    flex-direction: column;
  }
  .news-details-area .news-detail {
    width: 100%;
  }
  .news_detail_image_slide .swiper-button-next:after{
      font-size:30px !important;
  }
  .news_detail_image_slide .swiper-button-prev:after{
      font-size:30px !important;
  }
  .news-details-area .other-news {
    max-width: 100%;
  }
  .news-details-area .other-news .other-news-items {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
  }
  .news-details-area .other-news .other-news-items h5 {
    font-size: 14px !important;
  }
  .all-chairs {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .all-chairs .chair-item {
    padding: 15px;
    font-size: 14px;
    line-height: 20px;
  }
  .gallery-inside-images {
    gap: 10px;
  }
  .gallery-inside-images .gallery-inside-img {
    height: 350px;
  }
  .gallery-items {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
    gap: 15px;
  }
  .studentLife-coverImages .studentLife-coverImg {
    height: 300px;
  }
  .student-statistic-section .statistic-items {
    grid-template-columns: repeat(2, 1fr);
  }
  .student-statistic-section .statistic-items .statistic-item:last-child {
    margin-left: 48%;
    border-left: none;
  }
  .student-statistic-section .statistic-items .statistic-item:first-child {
    padding-right: 0;
  }
  .student-statistic-section .statistic-items .statistic-item:nth-child(2) {
    margin-left: -5px;
  }
  .student-hostel .studentHostel-Swiper .studentHostel-item {
    height: 550px;
  }
  .studentLife-inside-text {
    margin-top: 16px;
    font-size: 14px;
  }
  .contact-main {
    grid-template-columns: repeat(1, 1fr);
  }
  .all-publications {
    gap: 15px;
  }
  .all-publications .puclication-item {
    font-size: 16px;
    line-height: 20px;
  }
  .journal-area {
    flex-direction: column;
    gap: 10px;
  }
  .journal-area .journal-box {
    max-width: 100%;
  }
  .allGraduates {
    grid-template-columns: repeat(2, 1fr);
  }
  .allGraduates .graduate-box .graduate-img {
    height: 300px;
  }
      .home-news-section .home_news_slide .swiper-button-next{
        right:20px;
    }
    .home-news-section .home_news_slide .swiper-button-prev{
        left:auto;
        right:65px;
    }
    .home-news-section .home_news_slide .swiper-button-next, .home-news-section .home_news_slide .swiper-button-prev{
            width: 35px;
            height: 35px;
            padding: 6px;
            top:32px;
        }
}
@media screen and (max-width: 621px) {
    .allGraduates {
    grid-template-columns: repeat(1, 1fr);
  }
  .footer .footer-main-content .footer-sections .footer-socials {
    flex-direction: row;
    gap: 30px;
  }
  .general-boxes .general-box .box-img {
    height: 300px;
  }
  .other-news-items {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .other-news-items h5 {
    font-size: 12px !important;
  }
  .prorektors-area .our-members {
        grid-template-columns: repeat(1,1fr);
    }
    .kafedra-area .our-members {
        grid-template-columns: repeat(1,1fr);
    }
      .educations-area .our-members {
        grid-template-columns: repeat(1,1fr);
    }
  .gallery-inside-images .gallery-inside-img {
    height: 300px;
  }
  .studentLife-coverImages .studentLife-coverImg {
    height: 250px;
  }
  .student-hostel .studentHostel-Swiper .studentHostel-item {
    height: 500px;
  }
  .conference-area {
    grid-template-columns: repeat(1, 1fr);
  }
      .pdf-links{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 575px) {
    .home-announcements-section .general-boxes {
        grid-template-columns: repeat(1, 1fr);
    }
    .seach-area{
        width:90%;
    }
  .search-result-box {
    width: 90%;
  }
    
    .news-section .general-boxes {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
}
    .prorektors-area .left-categories{
        width:100%;
        margin-left:auto;
        margin-right:auto;
    }
    .kafedra-area .left-categories{
        width:100%;
        margin-left:auto;
        margin-right:auto;
    }
    .educations-area .left-categories{
        width:100%;
        margin-left:auto;
        margin-right:auto;
    }
  .our-members .member-item .member-img {
    height: 240px;
  }
  .our-members .member-item .member-item-body {
    padding: 10px;
  }
  .page-pagination {
    gap: 10px;
  }
  .aboutOf-head-img {
    height: 300px;
  }
  .studentLife-insideImg {
    height: 400px;
  }
  .about-hero-section .about-hero-Swiper .about-hero-item {
    height: 450px;
  }
  .about-img {
    height: 450px;
  }
  .student-life-section .student-life-pictures .student-life-leftImg .student-life-img {
    height: 300px;
  }
  .student-life-section .student-life-pictures .student-life-rightImg .student-life-img {
    width: 100%;
    height: 144px;
  }
  .general-boxes .general-box .box-img {
    height: 270px;
  }
  .news-hero-section .news-hero-Swiper .swiper-pagination {
    transform: translate(-80%);
  }
  .news-hero-section .news-hero-Swiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .news-hero-section .news-hero-Swiper .swiper-pagination .swiper-pagination-bullet:not(:last-child)::after {
    width: 35px;
    top: 5px;
  }
  .news-details-area .other-news .other-news-items .other-news-item {
    padding: 10px;
  }
  .news-details-area .other-news .other-news-items .other-news-item h5 {
    font-size: 14px;
  }
  .gallery-inside-images .gallery-inside-img {
    height: 250px;
  }
  .gallery-items .gallery-item {
    height: 200px;
  }
  .gallery-items .gallery-item .gallery-title {
    font-size: 12px;
  }
  .studentLife-coverImages .studentLife-coverImg {
    height: 225px;
  }
  .student-hostel .studentHostel-Swiper .studentHostel-item {
    height: 470px;
  }
  .student-hostel .studentHostel-Swiper .swiper-pagination {
    left: 35%;
  }
  .student-hostel p {
    margin-top: 16px;
    font-size: 14px;
  }
}
@media screen and (max-width: 470px) {
    .footer .footer-subscribeArea input{
        width:100%;
    }
    .footer .footer-subscribeArea .subscribe-btn{
        min-width:111px;
    }
    .about-history-img {
        height: 300px;
    }
  .footer .footer-main-content .footer-sections .footer-section-items {
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
  }
  .pdf-links .pdf-link-item a{
      height:200px;
  }
  .footer .footer-main-content .footer-sections .footer-section-item {
    width: 45%;
    max-width: none;
  }

  .about-hero-section .about-hero-Swiper .about-hero-item {
    height: 350px;
  }
  .about-img {
    height: 350px;
  }
  .student-life-section .student-life-pictures .student-life-leftImg .student-life-img {
    height: 275px;
  }
  .student-life-section .student-life-pictures .student-life-rightImg .student-life-img {
    width: 100%;
    height: 132px;
  }
  .general-boxes .general-box .box-img {
    height: 230px;
  }
  .news-hero-section .news-hero-Swiper .news-hero-item {
    height: 300px !important;
  }
  .gallery-inside-images .gallery-inside-img {
    height: 220px;
  }
  .gallery-items .gallery-item {
    left: 10px;
    bottom: 10px;
    height: 180px;
  }
  .studentLife-coverImages .studentLife-coverImg {
    height: 200px;
  }
  .student-statistic-section .statistic-items {
    grid-template-columns: repeat(1, 1fr);
  }
  .student-statistic-section .statistic-items .statistic-item {
    border: none;
    margin: 0;
  }
  .student-statistic-section .statistic-items .statistic-item:last-child {
    margin: 0;
  }
  .student-hostel .studentHostel-Swiper .studentHostel-item {
    height: 400px;
  }
  .studentLife-insideImg {
    height: 350px;
  }
}/*# sourceMappingURL=index.css.map */
.gallery-item {
    position: relative;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.play-button::after {
    content: '\25B6'; /* Unicode character for the play icon */
    font-size: 24px;
    color: #fff;
}
/* Basic styling for the publication table */
.publication-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.publication-table th, .publication-table td {
    border: 1px solid #dddddd;
    padding: 12px;
    text-align: left;
}

.publication-table th {
    /*background-color: #4CAF50;*/
    color: black;
}

.publication-table tbody tr:hover {
    background-color: #f5f5f5;
}

.publication-table a {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #4CAF50;
    border-radius: 4px;
    color: #ffffff;
    background-color: #4CAF50;
    text-decoration: none;
}

.publication-table a:hover {
    background-color: #45a049;
    border-color: #45a049;
}


/* Publication title styling */
.publication-title {
    color: #333;
    font-size: 18px;
}

/* Publication content styling */
.publication-content p {
    color: #666;
    line-height: 18px;
    font-size:14px;
}


