/* Googlefont Poppins CDN Link */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}
body{
  min-height: 100vh;
}
a:hover{
  text-decoration: none!important;
}
nav{
  width: 100%;
  height: 70px;
  background: #7A0C36;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
nav .navbar{
  height: 100%;
  max-width: 1300px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  padding: 0 20px;
}
.navbar .logo a{
  font-size: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
nav .navbar .nav-links{
  line-height: 70px;
  height: 100%;
}
nav .navbar .links{
  display: flex;
}
nav .navbar .links li{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 14px;
}
nav .navbar .links li a{
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow,
.links li:hover .more-js-arrow{
  transform: rotate(180deg);
  }

nav .navbar .links li .arrow{
  /* background: red; */
  height: 100%;
  width: 22px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  color: #fff;
  transition: all 0.3s ease;
}
nav .navbar .links li .sub-menu{
  position: absolute;
  top: 70px;
  left: 0;
  line-height: 40px;
  background: #7A0C36;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 4px 4px;
  display: none;
  z-index: 2;
}
nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu,
nav .navbar .links li:hover .js-more-sub-menu,
nav .navbar .link li:hover .more-leader-sub-menu{
  display: block;
}
.navbar .links li .sub-menu li{
  padding: 0 10px 0 10px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.navbar .links li .sub-menu a{
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.navbar .links li .sub-menu .more-arrow{
  line-height: 40px;
}
.navbar .links li .sub-menu .leadership-arrow{
  line-height: 40px;
}
.navbar .links li .htmlCss-more-sub-menu{
  /* line-height: 40px; */
}
.navbar .links li .sub-menu .more-sub-menu{
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
}
.navbar .links li .sub-menu .more-leader-sub-menu{
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
}
.links li .sub-menu .more:hover .more-sub-menu{
  display: block;
}
.links li .sub-menu .more:hover .more-leader-sub-menu{
  display: block;
}
.navbar .search-box{
  position: relative;
   height: 40px;
  width: 40px;
}
.navbar .search-box i{
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease;
}
.navbar .profile-box i{
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease;
}
.navbar .search-box .input-box{
  position: absolute;
  right: calc(100% - 40px);
  top: 80px;
  height: 60px;
  width: 300px;
  background: #7A0C36;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.navbar.showInput .search-box .input-box{
  top: 55px;
  opacity: 1;
  pointer-events: auto;
  background: #96385c;
}
.search-box .input-box::before{
  content: '';
  position: absolute;
  height: 20px;
  width: 20px;
  background: #96385c;
  right: 10px;
  top: -6px;
  transform: rotate(45deg);
}
.search-box .input-box input{
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  height: 35px;
  width: 280px;
  outline: none;
  padding: 0 15px;
  font-size: 16px;
  border: none;
}
.navbar .nav-links .sidebar-logo{
  display: none;
}
.navbar .bx-menu{
  display: none;
}
.header-nav {
  display: inline-flex;
}
.profile {
    position: relative;
    justify-content: center;
    gap: 12px;
    cursor: pointer;
    display: flex;
}

.profile .profile-box i{
    width: 40px;
    height: 40px;
}

/*.profile .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}*/

/* menu (the right one) */

/*.langmenu {
    position: absolute;
    top: calc(100% + 15px);
    width: 200px;
    min-height: 100px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    opacity: 0;
    transform: translateY(-10px);
    visibility: hidden;
    transition: 300ms;
    right: 5%;
    border: 10px solid #7A0C36;
    border-radius: 10px;
}

.langmenu::before {
    content: '';
    position: absolute;
    top: -16px;
    right: 5px;
    width: 20px;
    height: 20px;
    background: #7A0C36;
    transform: rotate(45deg);
    z-index: -1;
}

.langmenu.active {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}*/

/* lang-langmenu links */

/*.langmenu ul {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 10;
    background: #fff;
    margin-bottom: 0!important;
}

.langmenu ul li {
    list-style: none;
    border-bottom: 1px solid #efefef;
}

.langmenu ul li:hover {
    background: #eee;
}

.langmenu ul li a {
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    gap: 6px;
}

.langmenu ul li a i {
    font-size: 1.2em;
}*/
/*map*/
/*.mapmenu-toggle {
    position: relative;
    width: 40px;
    height: 40px;
    cursor: not-allowed;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mapmenu-toggle::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 4px;
    background: #000;
    box-shadow: 0 8px 0 #000,
                0 -8px 0 #000;
}
.map {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    text-align: end;
}

.map h3 {
    text-align: end;
    line-height: 1;
    margin-bottom: 4px;
    font-weight: 600;
}

.map p {
    line-height: 1;
    font-size: 14px;
    opacity: .6;
}

.map .img-box {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.map .img-box i {
    position: absolute;
    top: 0;
    left: 44px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mapmenu {
    position: absolute;
    top: calc(100% + 24px);
    right: 16px;
    width: 200px;
    min-height: 100px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    opacity: 0;
    transform: translateY(-10px);
    visibility: hidden;
    transition: 300ms;
}

.mapmenu::before {
    content: '';
    position: absolute;
    top: -10px;
    right: 14px;
    width: 20px;
    height: 20px;
    background: #fff;
    transform: rotate(45deg);
    z-index: -1;
}

.mapmenu.active {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.mapmenu ul {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 10;
    background: #fff;
}

.mapmenu ul li {
    list-style: none;
}

.mapmenu ul li:hover {
    background: #eee;
}

.mapmenu ul li a {
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    gap: 6px;
}

.mapmenu ul li a i {
    font-size: 1.2em;
}*/

.logo{
  background: transparent!important;
    width: 175px!important;
    padding-left: 0!important;
}
@media(max-width: 600px){
  .counter-box .col-3 .mob-counter-col{
    margin-right: -40px!important;
  }
  .logo{
    width: 180px !important;
  }
  .notifications i{
    color: #fff;
    font-size: 18px;
    margin-top: 5px;
  }
  .mob-search {
    right: 21px!important;
    width: auto!important;
    top: 67px!important;
    border: 10px solid #96385c!important;
  }
  .mob-search:before{
    border-color: transparent transparent #96385c transparent!important;
  }
  .mob-notification{
    border-right: 1px solid #fff;
    padding: 0 13px 0 0;
  }
}

@media (min-width: 921px) and (max-width: 999px){
  .service-box{
    flex-direction: column;
    height: auto!important;
  }
}
/*@media (max-width:920px) {
  nav .navbar{
    max-width: 100%;
    padding: 0 25px;
  }
  .navbar .bx-menu{
    display: block!important;
  }
  nav .navbar .logo a{
    font-size: 27px;
  }
  nav .navbar .links li{
    padding: 0 10px;
    white-space: nowrap;
  }
  nav .navbar .links li a{
    font-size: 14px;
  }
}*/
@media (max-width: 1025px){
  nav{
/*     position: relative; */
  }
  .navbar .bx-menu{
    display: block!important;
  }
  nav .navbar .nav-links{
    position: fixed;
    top: 0;
    left: -100%;
    display: block;
    max-width: 300px;
    width: 100%;
    background:  #7A0C36;
    line-height: 40px;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    z-index: 1000;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .navbar .nav-links .sidebar-logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sidebar-logo .logo-name{
    font-size: 25px;
    color: #fff;
  }
    .sidebar-logo  i,
    .navbar .bx-menu{
      font-size: 25px;
      color: #fff;
    }
  nav .navbar .links{
    display: block;
    margin-top: 20px;
  }
  nav .navbar .links li .arrow{
    line-height: 40px;
  }
nav .navbar .links li{
    display: block;
  }
nav .navbar .links li .sub-menu{
  position: relative;
  top: 0;
  box-shadow: none;
  display: none;
}
/*nav .navbar .links li .sub-menu li{
  border-bottom: none;

}*/
.navbar .links li .sub-menu .more-sub-menu{
  display: none;
  position: relative;
  left: 0;
}
.navbar .links li .sub-menu .more-sub-menu li{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar .links li .sub-menu .more-leader-sub-menu{
  display: none;
  position: relative;
  left: 0;
}
.navbar .links li .sub-menu .more-leader-sub-menu li{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow,
.links li:hover .more-js-arrow{
  transform: rotate(0deg);
  }
  .navbar .links li .sub-menu .more-sub-menu{
    display: none;
  }
  .navbar .links li .sub-menu .more-leader-sub-menu{
    display: none;
  }
  .navbar .links li .sub-menu .more span{
    /* background: red; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
  }

  .links li .sub-menu .more:hover .more-sub-menu{
    display: none;
  }
  .links li .sub-menu .more:hover .more-leader-sub-menu{
    display: none;
  }
  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .js-sub-menu,
  nav .navbar .links li:hover .js-more-sub-menu{
    display: none;
  }
.navbar .nav-links.show1 .links .htmlCss-sub-menu,
  .navbar .nav-links.show3 .links .js-sub-menu,
  .navbar .nav-links.show4 .links .js-more-sub-menu,
  .navbar .nav-links.show2 .links .more .more-sub-menu,
  .navbar .nav-links.show5 .links .more .more-leader-sub-menu{
      display: block;
      background-color: #96385c;
    }
    .navbar .nav-links.show1 .links .htmlcss-arrow,
    .navbar .nav-links.show3 .links .js-arrow,
    .navbar .nav-links.show4 .links .more-js-arrow{
      transform: rotate(180deg);
    }
    .navbar .nav-links.show2 .links .more-arrow{
      transform: rotate(90deg);
    }
    .navbar .nav-links.show5 .links .leadership-arrow{
      transform: rotate(90deg);
    }
    nav .navbar .links li a{
      white-space: break-spaces;
    }
    .navbar .links li .sub-menu li{
    padding: 5px 5px 5px 10px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  nav .navbar .links li .sub-menu {
    line-height: 25px;
  }
  .navbar .links li .sub-menu a{
    font-size: 13px;
  }
}
@media (max-width:370px){
  nav .navbar .nav-links{
  max-width: 100%;
} 
}

/**/
.navbar .navbar_left .logo a{
   font-family: 'Trade Winds';
   font-size: 20px;
}

.navbar .navbar_right img{
  width: 35px;
}

.navbar .navbar_right .icon_wrap{
  cursor: pointer;
}

.navbar .navbar_right .notifications .icon_wrap{
  font-size: 17px;
  padding-top: 3px;
}
.notifications .icon_wrap span{
  font-size: 13px;
  display: block;
}
.navbar .navbar_right .profile .icon_wrap{
  font-size: 18px;
  padding-bottom: 2px;
}
.profile .icon_wrap span{
  font-size: 13px;
  display: block;
}
.navbar .navbar_right .profile,
.navbar .navbar_right .notifications{
  position: relative;
  height: 40px;
  width: 65px;
  text-align: center;
  float: left;
}
.navbar .navbar_right .profile{
  margin-top: 6px;
}
.nav-div{
  height: 100%;
  float: left;
  border-left: 1px solid #fff;
  margin-right: 10px;
}
.nav-div1{
  height: 100%;
  float: left;
  border-right: 1px solid #fff;
  margin-left: 10px;
}
.navbar .profile .profile_dd,
.notification_dd{
  position: absolute;
  top: 55px;
  right: -15px;
  user-select: none;
  background: #fff;
  border: 10px solid #96385c;
  width: 170px;
  height: auto;
  display: none;
  border-radius: 3px;
  box-shadow: 10px 10px 35px rgba(0,0,0,0.125), -10px -10px 35px rgba(0,0,0,0.125);
  border-radius: 10px;
}
.navbar .profile .profile_dd{
  position: absolute;
  top: 66px;
  right: -14px;
  user-select: none;
  background: #fff;
  border: 10px solid #7A0C36;
  width: 350px;
  height: auto;
  display: none;
  border-radius: 3px;
  box-shadow: 10px 10px 35px rgba(0,0,0,0.125), -10px -10px 35px rgba(0,0,0,0.125);
  border-radius: 10px;
}

.navbar .profile .profile_dd:before,
.notification_dd:before{
    content: "";
    position: absolute;
    top: -30px;
    right: 15px;
    border: 10px solid;
    border-color: transparent transparent #96385c transparent;
}
.notification_dd::after {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  right: 0;
  width: 100px;
  height: 20px;
}
.icon_wrap a{
  color: #fff;
}
.icon_wrap a:hover{
  color: #fff;
}
.notification_ul {
  margin-bottom: 0!important;
}
.notification_dd li {
    border-bottom: 1px solid #f1f2f4;
    display: flex;
    align-items: center;
    text-align: left;
}
.notification_dd a:hover{
  background-color: #7a0c361a;
}

.notification_dd li .notify_icon{
  display: flex;
}

.notification_dd li .notify_data{
  width: 100%;
  padding: 10px 25px;
}

.notification_dd li .notify_data .title{
  color: #000;
  font-weight: 600;
  font-size: 15px;
}
.profile_ul{
  margin-bottom: 0!important;
  list-style-type: none;
}
.notification_dd li .notify_data .sub_title{
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 5px;
}

.notification_dd li .notify_status p{
  font-size: 12px;
}

.notification_dd li.success .notify_status p{
  color: #47da89;
}

.notification_dd li.failed .notify_status p{
  color: #fb0001;
}

.notification_dd li.show_all{
  padding: 20px;
  display: flex;
  justify-content: center;
}

.notification_dd li.show_all p{
  font-weight: 700;
  color: #3b80f9;
  cursor: pointer;
}

.notification_dd li.show_all p:hover{
  text-decoration: underline;
}

.navbar .navbar_right .profile .icon_wrap{
  display: flex;
  align-items: center;
}

.navbar .navbar_right .profile .name{
  display: inline-block;
  margin: 0 10px;
}

.navbar .navbar_right .icon_wrap,
.navbar .navbar_right .profile.active .icon_wrap,
.navbar .navbar_right .notifications.active .icon_wrap,
.navbar .navbar_right .notifications:focus-within .icon_wrap{
  color: #fff;
}
 
.navbar .profile .profile_dd{
  width: 225px;
}
.navbar .profile .profile_dd:before{
  rigth: 10px;
}

.navbar .profile .profile_dd ul li {
    border-bottom: 1px solid #f1f2f4;
}

.navbar .profile .profile_dd ul li  a{
    display: block;
    padding: 15px 15px;
    position: relative;
    text-align: left;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 15px;

}

.navbar .profile .profile_dd ul li  a .picon{
  display: inline-block;
  width: 30px;
}

.navbar .profile .profile_dd ul li  a:hover{
  color: #000;
  background: #7a0c361a;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.navbar .profile .profile_dd ul li.profile_li a:hover {
    background: transparent;
    cursor: default;
    color: #7f8db0;
}

.navbar .profile .profile_dd ul li .btn{
    height: 32px;
    padding: 7px 10px;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    background: #3b80f9;
    width: 125px;
    margin: 5px auto 15px;
}

.navbar .profile .profile_dd ul li .btn:hover{
  background: #6593e4;
}

.navbar .profile.active .profile_dd,
.navbar .profile:focus-within .profile_dd,
.navbar .notifications.active .notification_dd,
.navbar .notifications:focus-within .notification_dd{
  display: block;
}
.popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.2s ease;
    display: none;
}

.popup .shadow {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
}

.popup .inner_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
}

.popup .notification_dd{
  display: block;
  position: static;
  margin: 0 auto;
  height: 357px;
  overflow: auto;
}

.popup .notification_dd:before{
   display: none;
}

.popup .notification_dd li.title{
  font-weight: 700;
  color: #3b80f9;
  display: flex;
  justify-content: center;
  position: relative;
}

.popup .notification_dd li.title .close{
  position: absolute;
  top: 2px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

.popup .notification_dd li.title .close:hover{
  opacity: 0.5;
}
/*.notification_dd .form-control{
  font-size: 1.5rem!important;
}*/
/*About section*/
.about-section{
  margin-top: 60px;
}
.about-cont{
  padding: 20px;
}
.about-section .about-cont h3{
  font-size: 25px;
  font-weight: 700;
  line-height: 22.95px;
  text-align: left;
}
.about-section .about-dash{
  border: 1px solid #7A0C36;
  width: 50px;
  height: 0px
}
.about-section .about-cont p{
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  text-align: left;
  padding-top: 15px;
}
.about-section .about-explore{
    background-color: #7A0C36;
    padding: 10px 10px;
    color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 600;
}
/**/
.carousel-item {
  padding: 15px;
  cursor: -webkit-grabbing;
}
.carousel-item img {
  height: auto;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.21);
  transition: 0.25s linear;
}
/* .carousel-item:hover img {
  transform: translatey(-1%);
} */

.carousel-indicators li {
  display: inline-block;
  width: 10px!important;
  height: 10px!important;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #BABABADB!important;
  border: 1px solid #BABABADB!important;
  border-radius: 10px;
  margin: 2px;
  position: relative;
  top: 40px;
}
.carousel-indicators li.active {
  background: #7A0C36!important;
}

/*@media only screen and (max-width: 650px) {
  .carousel-item img {
    height: auto;
  }
}*/
.carousel-control-prev {
  left: -50px;
  margin: 0 -25px;
}

.carousel-control-next {
  right: -50px;
  margin: 0 -25px;
}
/*Counter*/
.counter-box  {
  background-color: #7A0C36;
}

.counter-box  h4 {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
}
.counter-desc {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}

.counter-box {
  margin-top: 80px;
  padding: 30px 0;

}
.counter-box .col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 20%!important;
    max-width: 20%!important;
}
/*Latest News*/
.latest-news-section{
  padding-top: 50px;
  background-color: #E7E6E6;
  padding-bottom: 30px;
}
.latest-news-section h3{
  text-align: center;
  font-size: 25px;
  font-weight: 700;
}
.latest-news-section .news-dash{
  border: 1px solid #7A0C36;
  width: 60px;
  height: 0px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.latest-news-section .owl-stage {
  display: flex;
}
.latest-news-section .owl-stage .news-box {
  height: 100%;
}
.latest-news-section-more {
  display: flex;
  justify-content: center;
}
.latest-news-section a{
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.news-box{
  background-color: #fff;
  padding: 10px;
}
.news-box .dash1{
  border: 1px solid #7A0C36;
  width: 40px;
  height: 0px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.news-box h5{
  color: #7A0C36;
  font-size: 17px;
  font-weight: 700;
  padding-top: 20px;
  line-height: 23px;
}
.news-box p{
  font-size: 15px;
  color: #212529;
  margin-bottom: 0;
}
.news-box-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.news-box-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.new-btn {
  background-color: #7A0C36;
  border: none;
  padding: 5px 10px;
  color: #fff;
  font-weight: 600;
}
.ns-pst{
  margin-top: 25px;
}
.ns-bec{
  margin-top: 25px;
}
.ns-gbm{
  margin-top: 17px;
}
.ln-nm{
  padding: 5px 10px;
  background-color: #7A0C36;
  color: #fff;
  border: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-weight: 700;
  \margin-top: 20px;
}
.latest-news-section .owl-theme .owl-nav {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
}
.latestnews button.owl-prev{
  left: -45px;
  position: absolute;
  background-color: transparent!important;
  color: #7A0C36!important;
  font-size: 25px!important;
}
.latestnews button.owl-next{
  right: -45px;
  position: absolute;
  background-color: transparent!important;
  color: #7A0C36!important;
  font-size: 25px!important;
}
.latest-news-section .owl-theme .owl-dots .owl-dot.active span{
    background: #7A0C36!important;
}
.latest-news-section .owl-theme .owl-dots, .owl-theme .owl-nav{
  margin-top: 20px;
}

/*Acamedics Section*/
.academics-section-bg{
background-image: url('../../assets/images/Academics-BG.jpg');
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.academic-sec h3{
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding-top: 30px;
}
.academic-sec .dash{
  border: 1px solid #fff;
  width: 40px;
  height: 0px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.welcome-application h5{
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  margin-top: 50px;
  padding: 20px 20px 20px 0;
}
.academic-sec{
  padding-bottom: 30px;
}
.welcome-application .dash1{
  border: 1px solid #fff;
  width: 40px;
  height: 0px;
  margin-top: 15px;
}
.welcome-application h4{
  font-size: 25px;
  color: #fff;
  font-weight: 700;
  margin-top: 20px;
}
/**/
.academic-sec .image-ratio {
  position: relative;
  overflow: hidden;
}
.academic-sec .image-ratio:before {
  content: "";
  display: block;
  padding-top: 113%;
}
.academic-sec .image-ratio .ratio-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.academic-sec .image-ratio .ratio-inner img {
  width: 100%;
  min-height: 100%;
}

.academic-sec .text-center {
  text-align: center;
}

.academic-sec p {
  font-weight: 400;
}
.academic-sec .page-title {
  color: #9a3299;
  margin: 0 0 5px;
}

.academic-sec .page-description {
  font-size: 16px;
  color: #777;
  margin: 0 0 20px;
}

.academic-sec .food-card {
  width: 350px;
  display: inline-block;
  margin-bottom: 30px;
}
.academic-sec .food-card .card {
  position: relative;
  text-align: left;
  height: 400px;
  border: none!important;
}
.academic-sec .food-card .card .card-img {
  text-align: center;
  background-color: #000;
  border-radius: 0;
}
.academic-sec .food-card .card .card-img img {
  transition: transform 0.7s;
/*  opacity: 0.9;*/
}
.academic-sec .food-card .card:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 250px;
  display: block;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 );
  /* IE6-9 */
}
.academic-sec .food-card .card .card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  overflow: hidden;
}
.academic-sec .food-card .card .card-content .content {
  transition: transform 0.4s;
  transform: translateY(100%);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 );
  /* IE6-9 */
  padding-top: 0!important;
  margin-bottom: 0!important;
}
.academic-sec .food-card .card .card-content .title {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  transform: translateY(-100%);
  transition: transform 0.4s;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 15px 15px;
  text-align: left;
}
.academic-sec .dash1 {
    border: 1px solid #fff;
    width: 50px;
    height: 0px;
    margin-top: 10px;
    margin-bottom: 0px;
}
.academic-sec .dash2{
  border: 1px solid #fff;
  width: 50px;
  height: 0px;
  margin-top: 10px;
  margin-bottom: 0px;
}
.academic-sec .food-card .card .card-content .description {
  padding: 5px 15px 0;
  color: #fff;
  font-size: 15px;
  margin: 0;
}
.academic-sec .food-card .card .card-content .sub-description {
  padding: 0 0px;
  color: #fff;
  font-size: 15px;
  margin: 0;
  padding-top: 10px;
  line-height: 1.4;
  text-align: left;
}
.academic-sec .food-card .card:hover .card-content .title{
  padding-bottom: 0;
}
.academic-sec .food-card .card:hover .card-content .content {
  padding-bottom: 15px;
  transform: translateY(0);
}
.academic-sec .food-card .card:hover .card-content .title {
  transform: translateY(0);
}
.academic-sec .academics-btn{
  background-color: #fff;
  color: #7A0C36;
  padding: 5px 10px;
  border: none;
  font-size: 14px;
  font-weight: 700;
  margin-left: 15px;
  margin-top: 8px;
}



/*section {
    padding: 60px 0 60px 0;
    background: #fff;
}*/
.service-box{
    background: #fff;
    display: flex;
    margin-top: 20px;
    height: 250px;
    box-shadow: 6px 9px 17px -2px rgba(0, 0, 0, 0.26);
}
.service-box img {
    height: 200px;
    width: 243px;
    margin-top: 20px;
    margin-left: 10px;
    object-fit: cover;
}
.service-content{
    padding: 15px;
}
.service-box .service-content h4 {
    font-size: 20px;
    font-weight: 600;
    color: #7A0C36;
    line-height: 24px;
    margin: 0px 0px 8px 0px;
    text-transform: none;
}
.service-content p{
    font-size: 14px;
    padding-top: 10px;
    text-align: left;
}
.service-box .exp-btn{
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  background-color: #7A0C36;
  border: none;
  font-size: 13px;
}
.service-box .btn1{
  margin-top: 30px;
}
.service-box .btn2{
  margin-top: 28px;
}
.service-box .tc{
  margin-top: 52px;
}
.service-box .dash {
    border: 1px solid #7A0C36;
    width: 30px;
    height: 0px;
    margin-top: 5px;
}
@media (max-width: 992px){
.service-box {
    margin: 30px 0px 0px;
}
}
/**/
/*Research and Collaboration Section*/
.research-collab-bg{
  background-color: #E7E6E6;
  padding-bottom: 50px;
}
.res-collab-section h3{
  font-family: Open Sans;
  font-size: 25px;
  font-weight: 700;
  padding-top: 40px;
  text-align: center;
  text-transform: uppercase;
}
.res-collab-section .dash{
  border: 1px solid #7A0C36;
  width: 60px;
  height: 0px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.resea-collab-bg-box{
  background-color: #fff;
  padding: 10px;
  box-shadow: 6px 9px 17px -2px #00000042;
  height: 430px;
}
.resea-collab-bg-box h5{
  color: #7A0C36;
  font-size: 20px;
  font-weight: 700;
  margin-top: 15px;
}
.resea-collab-bg-box .dash1{
  border: 1px solid #7A0C36;
  width: 35px;
  height: 0px;
  margin-top: 5px;
}
.resea-collab-bg-box p{
  font-size: 15px;
  padding-top: 20px;
}
.rc-btn{
  display: inline-block;
  font-size: 14px;
  padding: 5px 10px;
  color: #fff;
  background-color: #7A0C36;
  border: none;
}
.pwu{
  margin-top: 23px;
}
.resea-collab-bg-box .or{
  margin-top: 46px;
}
/*Testimonial*/
.testimoniall {
    padding-top: 70px;
    padding-bottom: 50px;
}
.testimonial-bg {
/*    background-color: #000;*/
background-image: url('../../assets/images/Testimonials-BG.jpg');
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.testimonial-section h3{
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding-top: 50px;
}
.testimonial-section .dash1{
  border: 1px solid #fff;
  width: 50px;
  height: 0px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}
.testimonial-quote img {
    width: 65px!important;
    height: 70px;
    color: #fff;
}
.testimonial-content{
  padding: 30px 40px 0 60px!important;
}
.testimonial-content .dash{
  border: 1px solid #fff;
  width: 30px;
  height: 0px;
  margin-top: 15px;
}
.testimonial-content p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.testimonial-content h6 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    font-style: italic;
}
.testimonial-section .owl-theme .owl-nav {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
}
.testimonial-section button.owl-prev{
  left: -45px;
  position: absolute;
  background-color: transparent!important;
  color: #fff!important;
  font-size: 25px!important;
}
.testimonial-section button.owl-next{
  right: -45px;
  position: absolute;
  background-color: transparent!important;
  color: #fff!important;
  font-size: 25px!important;
}
.testimonial-btn-more {
  display: flex;
  justify-content: center;
}
.testimonial-btn{
  padding: 5px 10px;
  background-color: #fff;
  color: #7A0C36;
  border: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 30px;
  font-weight: 700;
}
.testimonial-btn a{
  color: #7a0c36;
}
.testimonial-btn a:hover{
  color: #7a0c36;
}

/**/
.exp-section{
  width: 90%!important;
}
.exp-section h3{
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  padding-top: 50px;
}
.exp-section .dash1{
  border: 1px solid #7A0C36;
  width: 50px;
  height: 0px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.exp-inner-section{
  box-shadow: 6px 9px 17px -2px rgba(0, 0, 0, 0.26);
  margin-top: 20px;
  height: 230px;
}
.exp-inner-section h5{
  color: #7A0C36;
  font-size: 18px;
  font-weight: 600;
  padding-top: 8px;
}
.exp-inner-section .dash{
  border: 1px solid #7A0C36;
  width: 30px;
  height: 0px;
  margin-top: 5px;
}
.exp-inner-section p{
  font-size: 14px;
  padding-top: 5px;
}
.exp-inner-section .exp-btn{
  padding: 5px 10px;
  color: #fff;
  background-color: #7A0C36;
  border: none;
  font-size: 13px;
}
.exp-inner-section .col-sm-5{
  padding: 15px;
}

.exp-inner-section .col-sm-7{
  padding: 15px;
}
.exp-inner-section .tc{
  margin-top: 23px;
}
.exp-inner-section:hover{
  border-top: 3px solid #7A0C36;
}
/*Insta Post */
.insta-section h3{
  font-size: 25px;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-top: 50px;
}
.insta-section .dash1{
  border: 1px solid #7A0C36;
  width: 50px;
  height: 0px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.insta-section a{
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.insta-section h3 span i{
  color: #7A0C36;
}
.insta-section button{
  text-align: center;
  background-color: #7a0c36;
  color: #fff;
  margin-bottom: 30px;
  border: none;
  padding: 5px 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-size: 15px;
}
.insta-section .owl-theme .owl-nav {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
}
.insta-section button.owl-prev{
  left: -45px;
  position: absolute;
  background-color: transparent!important;
  color: #7a0c36!important;
  font-size: 25px!important;
}
.insta-section button.owl-next{
  right: -45px;
  position: absolute;
  background-color: transparent!important;
  color: #7a0c36!important;
  font-size: 25px!important;
}



/*.insta-section a{
  color: #7a0c36!important;
}*/
/*Footer*/
.footer-section{
  background-color: #7A0C36;
  padding-bottom: 30px;
}
.footer-section .section-1{
  padding: 30px;
}
.footer-section img{
  width: 200px;
}
.footer-section .dash{
  border: 1px solid #fff;
  width: 100%;
  height: 0px;
  margin-top: 15px;
}
.footer-section .copy-text p{
  font-size: 14px;
  color: #fff;
  padding-top: 20px;
}
.footer-section .list1 li{
  list-style-type: none;
  color: #fff;
  line-height: 1.9;
  font-size: 13px;
}
.footer-section .section-2{
  padding: 77px 30px 0 30px;
}
.footer-section .section-2 h6{
  font-size: 17px;
  color: #fff;
  font-weight: 700;
  margin-top: 15px;
}
.footer-section .section-2 .list2 li{
  list-style-type: none;
  color: #fff;
  line-height: 1.9;
  font-size: 14px;
}
.footer-section .section-3{
  padding: 77px 20px 0 20px;
}
.footer-section .section-3 h6{
  font-size: 17px;
  color: #fff;
  font-weight: 700;
  margin-top: 15px;
}
.footer-section .section-3 .list3 li{
  list-style-type: none;
  color: #fff;
  margin-top: 8px;
  font-size: 14px;
}
.footer-section .section-4{
  padding: 77px 20px 0 20px;
}
.footer-section .section-4 h6{
  font-size: 17px;
  color: #fff;
  font-weight: 700;
  margin-top: 15px;
}
.footer-section .section-4 .list4 li{
  list-style-type: none;
  color: #fff;
  margin-top: 8px;
  font-size: 14px;
}
.footer-section .section-5{
  padding: 37px 20px 0 20px;
}
.footer-section .section-5 h6{
  font-size: 17px;
  color: #fff;
  font-weight: 700;
  margin-top: 15px;
}
.footer-section .section-5 .list5 li{
  list-style-type: none;
  color: #fff;
  margin-top: 8px;
  font-size: 14px;
}
.footer-section .section-5 .social-menu ul{
    display: flex;
    margin-bottom: 20px;
}

.footer-section .section-5 .social-menu ul li{
    list-style: none;
    margin: 0 10px;
}

.footer-section .section-5 .social-menu ul li .fab{
    font-size: 30px;
    line-height: 60px;
    transition: .3s;
    color: #000;
}

.footer-section .section-5 .social-menu ul li .fab:hover{
    color: #fff;
}

.footer-section .section-5 .social-menu ul li a{
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    transition: .6s;
/*    box-shadow: 0 5px 4px rgba(0,0,0,.5);*/
}

.footer-section .section-5 .social-menu ul li a:hover{
    transform: translate(0, -10%);
}
.social-menu i{
  color: #7A0C36;
  padding-top: 9px;
  font-size: 15px;
}
.footer-section a{
  color: #fff;
}
.footer-section a:hover{
  color: #fff;
}
/**/
.hero-slider .item {
  width: 100%;
  height: 530px;
  min-height: 300px;
  margin-top: 60px;
}
.hero-slider a{
  width: 100%;
}
.slider1{
  background-image: url('https://www.tus.ac.jp/en/news/items/Header-Banner.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.slider2{
  background-image: url('https://www.tus.ac.jp/en/news/items/Header-Banner-2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.slider3{
  background-image: linear-gradient(rgba(0, 0, 0, 0.425),rgba(0, 0, 0, 0.425)), url('https://www.tus.ac.jp/en/news/items/Header-Banner-3.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.slider4{
  background-image: url('https://www.tus.ac.jp/en/news/items/Header-Banner-4.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.banner-content h2{
  color: #fff;
  font-weight: 700;
  font-size: 38px;
}
.banner-content h6{
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.banner-content p{
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.owl-dots .owl-dot span {
    width: 12px !important;
    height: 12px !important;
    margin: 0 5px !important;
    background: #ddd !important
}

.owl-dots .owl-dot.active span {
    background: #7A0C36 !important
}

.owl-nav .owl-prev,.owl-nav .owl-next {
    background: none !important;
    color: #9055A2 !important;
    font-size: 2em !important
}

.owl-nav .owl-prev.disabled,.owl-nav .owl-next.disabled {
    color: #aaa !important
}

.hero-slider .owl-dots {
    position: relative;
    width: max-content;
    bottom: 40px;
    left: 0;
    margin-left: auto;
    margin-right: auto;

}

.hero-slider .owl-nav {
       width: inherit;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    /* height: 45px; */
    margin-top: 0;
}

.hero-slider  .owl-nav .owl-next,.hero-slider .owl-nav .owl-prev {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #fff;
    color: #fff !important;
    text-align: center;
    line-height: 47px;
    /*-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);*/
    position: absolute;
    top: 0;
    left: 40px;
    background: transparent; !important;
    z-index: 999;
    padding: 0;
    font-size: 1.4em !important;
    margin: 0
}

.hero-slider .owl-nav .owl-next {
    left: auto;
    right: 40px
} 
  .insta-section{
    width: 90%!important;
  }
@media(max-width:600px){
  .hero-slider .item {
    width: 100%;
    height: 190px;
    min-height: 190px;
    margin-top: 70px;
  }
  .banner-content h2 {
    font-size: 24px;
    text-align: center;
    padding-top: 250px;
  }
  .banner-content h6 {
    font-size: 11px;
  }
  .banner-content p {
    font-size: 11px;
  }
  .about-section {
    margin-top: 20px;
  }
  .mob-banner-content h2{
    font-size: 24px!important;
    text-align: center!important;
    padding-top: 250px;
  }
  .mob-banner-content h6{
    font-size: 14px;
    text-align: center;
  }
  .mob-banner-content p{
    font-size: 20px;
    text-align: center;
  }
  .counter-box .col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 33% !important;
    max-width: 33% !important;
    margin-bottom: 20px;
  }
  .col-3.mobinfo {
    margin-left: 55px;
  }
  .counter-box h4 {
    font-size: 35px;
  }
  .counter-desc {
    font-size: 17px;
  }
  .latestnews button.owl-prev{
    left: -25px;
  }
  .latestnews button.owl-next {
    right: -25px;
  }
  .resea-collab-bg-box{
    margin-bottom: 20px;
    height: auto;
  }
  .pwu {
    margin-top: 0px;
  }
  .resea-collab-bg-box .or {
    margin-top: 0px;
  }
  .welcome-application h5{
    margin-top: 0;
    font-size: 18px;
    text-align: center;
    padding: 0 5px 20px 5px;
  }
  .welcome-application h4{
    margin-bottom: 25px;
    text-align: center;
  }
  .service-box{
    display: block;
    height: auto;
  }
  .testimoniall {
    padding-top: 30px;
  }
  
  .navbar_right .col-sm-6{
    width: 50% !important;
    float: left;
/*    border: 1px solid #fff;*/
    align-items: center;
    display: grid;
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .navbar .navbar_right .profile .icon_wrap {
    font-size: 16px;
    padding-bottom: 0px;
    text-transform: uppercase;
  }
  .navbar .navbar_right .notifications .icon_wrap {
    font-size: 16px;
    padding-top: 0px;
    text-transform: uppercase;
    border-right: 1px solid;
  }
  .navbar .navbar_right .profile, .navbar .navbar_right .notifications{
    width: auto;
  }
  .notification_dd li .notify_data {
    padding: 5px 15px;
  }
  .notification_dd {
    border: 10px solid #96385c;
    border-radius: 5px;
    width: 140px;
    top: 53px;
    right: -2px;
  }
  .notification_dd:before{
    top: -30px;
    right: 47px;
    border-color: transparent transparent #96385c transparent;
  }
  /*.header-nav {
    margin-left: 70px;
  }*/
  .navbar .search-box i{
    font-size: 19px;
  }
/* Banner */
.hero-slider .item {
  width: 100%;
  height: 530px;
  min-height: 300px;
  margin-top: 60px;
}
.slider1{
  background-image: url('https://www.tus.ac.jp/en/news/items/Banner-1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.slider2{
  background-image: url('https://www.tus.ac.jp/en/news/items/Banner-4.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.slider3{
  background-image: linear-gradient(rgba(0, 0, 0, 0.425),rgba(0, 0, 0, 0.425)), url('https://www.tus.ac.jp/en/news/items/Banner-2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.slider4{
  background-image: url('https://www.tus.ac.jp/en/news/items/Banner-3.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.dis-tus{
  background-color: #7A0C36;
  margin-top: -25px;
}
.dis-tus h5{
  font-size: 18px;
  color: #fff;
  padding: 5px 0;
  text-align: center;
}
.dis-tus i{
  font-size: 20px;
}
.about-section .row{
  flex-direction: column-reverse;
}
.carousel-item img {
  height: auto;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.about-section .about-cont h3{
  margin-top: 30px;
  text-align: center;
  font-size: 23px;
}
.about-section .about-dash{
  margin-left: auto;
  margin-right: auto;
}
/*.about-section .about-cont p{
  text-align: center;
}*/
.about-section .about-explore{
  display: inline-block;
}
.about-section .about-cont a{
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.latest-news-section .owl-theme .owl-nav{
  display: none;
}
.news-box{
  text-align: left;
  height: auto;
}
/*.news-box .dash1{
  margin-left: auto;
  margin-right: auto;
}*/
.welcome-application .dash1{
  margin-left: auto;
  margin-right: auto;
}
.navbar .navbar_right .profile {
    margin-top: 0px;
  }
}
@media(max-width:600px){
  .welcome-application .dash1{
  margin-left: auto;
  margin-right: auto;
}
.welcome-application a{
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
.academic-sec .food-card{
  width: 100%;
}
.academic-sec .academics-btn{
  margin-top: 0px;
  margin-bottom: 20px;
}
.academic-sec .food-card .card .card-content .description{
  padding: 5px 15px 0;
}
.counter-box {
    margin-top: 30px;
    padding: 30px 0 0 0;
}
.latest-news-section {
    padding-top: 35px;
}
.res-collab-section h3{
  font-size: 23px;
}
.academic-sec h3 {
    font-size: 23px;
}
.testimonial-section h3 {
    font-size: 23px;
    padding-top: 30px;
}
.testimonial-box .testimonial-quote {-webkit-order: 2;}
.testimonial-box .testimonial-content {-webkit-order: 3;}
.testimonial-box .testimonial-imgg {-webkit-order: 1;}
.testimonial-imgg img {
    display: block;
    width: 55%!important;
    margin-left: auto;
    margin-right: auto;
}
.testimonial-imgg p{
      color: #fff;
    text-align: center;
    padding: 20px 20px 0;
}
.testimonial-imgg .dash {
    border: 1px solid #fff;
    width: 45px;
    height: 0px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}
.testimonial-quote{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}
.testimonial-quote{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}
.testimonial-content {
    padding: 0px 40px 0 40px !important;
}
.testimonial-content h6 {
    font-size: 16px;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 15px;
}
.testimonial-content p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}
.testimonial-section button.owl-next {
    right: -20px;
}
.testimonial-section button.owl-prev {
    left: -20px;
}
.exp-section h3{
  font-size: 23px;
  padding-top: 35px;
}
.service-box img {
    height: auto;
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
}
.service-content{
  text-align: center;
}
.service-box .btn1 {
    margin-top: 0px;
}
.service-box .dash{
  margin-left: auto;
  margin-right: auto;
  width: 45px;
}
.service-box .btn2 {
    margin-top: 0px;
}
.service-box .tc {
    margin-top: 0px;
}
.insta-section span{
  display: block;
}
.insta-section h3 {
  font-size: 22px;
  margin-top: 35px;
}
.insta-section .dash1{
  margin-bottom: 20px;
}
.exp-section .dash1{
  margin-bottom: 0;
}
.insta-section p{
  text-align: center;
}
.insta-section .owl-theme .owl-nav {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
}
.insta-section button.owl-prev{
  left: -45px;
  position: absolute;
  background-color: transparent!important;
  color: #7a0c36 !important;
  font-size: 25px!important;
}
.insta-section button.owl-next{
  right: -45px;
  position: absolute;
  background-color: transparent!important;
  color: #7a0c36 !important;
  font-size: 25px!important;
}
.insta-section button.owl-next {
    right: -20px;
}
.insta-section button.owl-prev {
    left: -20px;
}
.footer-section .col-sm-3{
  width: 50%!important;
}
.footer-section .col-sm-2{
  width: 50%!important;
}
.footer-section .section-1 h6{
  font-size: 17px;
  color: #fff;
  font-weight: 700;
  margin-top: 15px;
}
.footer-section .section-1 .list5 li{
  list-style-type: none;
  color: #fff;
  margin-top: 8px;
  font-size: 14px;
}
.footer-mob-logo img{
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.fo-dash {
    border-right: 1px ridge white;
    margin-left: 7px;
}

}
@media(max-width: 600px){
  .footer-section .section-1 {
    padding: 15px 15px;
}
.footer-section .section-2 {
    padding: 14px 15px 0 15px;
}
.footer-section .section-3 {
    padding: 0px 15px 0 15px;
}
.footer-section .section-4 {
    padding: 0px 15px 0 15px;
}
.footer-section .section-5 {
    padding: 37px 10px 0 10px;
}
.footer-section .copy-text p{
  text-align: center;
  padding-top: 0;
}
.footer-section a{
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.section-5 .list1 ul{
  display: flex;
  justify-content: space-around;
  padding-top: 10px;
}
.footer-section .section-5 .social-menu ul {
    display: flex;
    justify-content: center;
}
.footer-section .section-3 .list3 li{
  margin-top: 12px;
}
.ns-bec {
    margin-top: 0px;
}
.ns-pst {
    margin-top: 0px;
}
.ns-gbm {
    margin-top: 0px;
}
.hero-slider  .owl-nav .owl-next,.hero-slider .owl-nav .owl-prev{
    width: 0px;
    height: 97px;
    border-radius: 50%;
    background: #fff;
    color: #fff !important;
    text-align: center;
    line-height: 47px;
    /*-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);*/
    position: absolute;
    top: 0;
    background: transparent; !important;
    z-index: 999;
    padding: 0;
    font-size: 1.4em !important;
    margin: 0
}
.hero-slider .owl-nav .owl-prev{
  left: 25px;
}
.academic-sec .food-card .card{
  height: auto;
}
.navbar .search-box{
  border-right: 1px solid #fff;
}
.testimonial-quote img {
    width: 100px!important;
    height: 100px;
    color: #fff;
}
.instagram {
    padding: 5px;
  }
}
@media(min-width: 300px) and (max-width: 325px){
  .header-nav {
      margin-left: 10px;
    }
    .navbar .search-box .input-box{
      width: 232px;
    }
    .search-box .input-box input{
      width: 210px;
    }
        .col-3.mobinfo {
        margin-left: 55px;
    }
    .academic-sec .food-card .card {
        height: 380px;
    }
    .academic-sec .food-card .card .card-content .sub-description{
      font-size: 14px;
    }
    .academic-sec .food-card .card .card-content .description{
      font-size: 14px;
    }
    .academic-sec .food-card .card:hover .card-content .content{
      padding-bottom: 0px;
    }
    .mob-notification{
      padding: 0 10px 0 0;
    }
  }
@media(min-width: 330px) and (max-width: 350px){
  .header-nav {
      margin-left: 10px;
    }
    .navbar .search-box .input-box{
      width: 232px;
    }
    .search-box .input-box input{
      width: 210px;
    }
        .col-3.mobinfo {
        margin-left: 55px;
    }
    .academic-sec .food-card .card {
        height: 380px;
    }
    .academic-sec .food-card .card .card-content .sub-description{
      font-size: 14px;
    }
    .academic-sec .food-card .card .card-content .description{
      font-size: 14px;
    }
    .academic-sec .food-card .card:hover .card-content .content{
      padding-bottom: 0px;
    }
    .mob-notification{
      padding: 0 10px 0 0;
    }
    .header-nav {
        margin-left: 40px;
    }
     .fo-dash{
      margin-left: 5px;
    }
    .footer-section .list1 li{
      font-size: 12px;
    }
}
@media(min-width: 350px) and (max-width: 366px){
  .header-nav{
    margin-left: 60px;
  } 
  .mob-notification {
    border-right: 1px solid #fff;
    padding: 0 9px 0 0;
  }
  .col-3.mobinfo {
        margin-left: 63px;
    }
  .academic-sec .food-card .card .card-content .description{
    font-size: 14px;
  }
  .academic-sec .food-card .card .card-content .sub-description{
    font-size: 14px;
  }
  .academic-sec .food-card .card{
    height: 370px;
  }
  .academic-sec .food-card .card:hover .card-content .content{
    padding-bottom: 0;
  }
  .fo-dash{
    margin-left: 5px;
  }
}
@media(min-width: 370px) and (max-width: 380px){
  .header-nav{
    margin-left: 60px;
  } 
  .fo-dash{
    margin-left: 7px;
  }
}
@media(min-width: 390px) and (max-width: 400px){
  .header-nav{
    margin-left: 76px;
  }
  .hero-slider .item{
    height: 580px;
  }
  .profile .icon_wrap i{
    font-size: 17px;
  }
      .col-3.mobinfo {
        margin-left: 60px;
    }
    .fo-dash{
      margin-left: 9px;
    }
}
@media(min-width: 401px) and (max-width: 415px){
  .header-nav{
    margin-left: 115px;
  }
  .mob-notification {
    border-right: 1px solid #fff;
    padding: 0 9px 0 0;
  }
  .col-3.mobinfo {
    margin-left: 70px;
  }
  .fo-dash{
    margin-left: 13px;
  }
}
@media(min-width: 416px) and (max-width: 450px){
  .header-nav{
    margin-left: 115px;
  }
      .col-3.mobinfo {
        margin-left: 65px;
    }
    .fo-dash {
      margin-left: 14px;
    }
}
@media(min-width: 500px) and (max-width: 550px){
    .header-nav{
    margin-left: 235px;
  }
  .mob-notification {
        border-right: 1px solid #fff;
        padding: 0px 12px 0 0;
    }
        .col-3.mobinfo {
        margin-left: 90px;
    }
}
@media(min-width: 1700px) and (max-width: 1728px){
  .service-box .btn1 {
    margin-top: 45px;
  }
  .service-box .btn2 {
    margin-top: 65px;
  }
  .service-box .tc {
    margin-top: 65px;
  }
}
@media(min-width: 700px) and (max-width: 850px){
  .hero-slider .item{
    height: 350px;
  }
  .banner-content h2{
    font-size: 27px;
  }
  .banner-content p {
    font-size: 17px;
  }
  .banner-content h6 {
    font-size: 17px;
  }
  .mob-banner-content {
    margin-left: 20px;
    max-width: 380px;
  }
  .sl-1{
    margin-left: 20px;
  }
  .hero-slider .owl-nav .owl-next{
    right: 20px;
  }
  .hero-slider .owl-nav .owl-prev{
    left: 15px;
  }
  .about-section {
    margin-top: 20px;
  }
  .counter-box {
    margin-top: 35px;
  }
  .welcome-application {
    text-align: center;
  }
  .welcome-application h5{
    margin-top: 0px;
    padding: 0px 20px 20px 0;
  }
  .academic-sec .dash1{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
  .welcome-application h4{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .academic-sec .food-card {
    width: 330px;
  }
  .resea-collab-bg-box{
    height: 445px;
  }
  .resea-collab-bg-box .or {
    margin-top: 90px;
  }
  .testimonial-box .col-sm-1{
    padding-right: 0px;
    padding-left: 16px;
  }
  .testimonial-quote img {
    width: 44px !important;
    height: 51px;
  }
  .testimonial-content {
    padding: 5px 30px 0 35px !important;
  }
  .testimonial-section button.owl-prev {
    left: -30px;
  }
  .testimonial-section button.owl-next {
    right: -30px;
  }
  .testimonial-section .owl-theme .owl-nav{
    top: 50%;
  }
  .service-box{
    display: block;
    height: 490px;
  }
  .service-box img {
    height: 243px;
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
  }
  .insta-section button.owl-prev {
    left: -35px;
  }
  .insta-section button.owl-next {
    right: -35px;
  }
  .footer-section .section-5 .social-menu ul li{
    margin: 0 3px;
  }
  .footer-section .section-5 .social-menu ul li a{
    width: 25px;
    height: 25px;
  }
  .social-menu i{
    padding-top: 6px;
    font-size: 14px;
  }
  .footer-section .section-2 {
    padding: 73px 15px 0 15px;
  }
  .footer-section .section-3 {
    padding: 73px 15px 0 14px;
  }
  .footer-section .section-4 {
    padding: 73px 15px 0 15px;
  }
  .footer-section .section-5 {
    padding: 42px 15px 0 15px;
  }
  .header-nav{
    margin-left: 215px;
  }
  .ns-bec{
    margin-top: 0;
  }
  .latestnews button.owl-prev {
    left: -35px;
  }
  .latestnews button.owl-next{
    right: -35px;
  }
  .ns-pst {
    margin-top: 45px;
  }
  .ns-tng{
    margin-top: 22px;
  }
  .ng-nsr{
    margin-top: 22px;
  }
  /*.academic-sec .col-sm-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 100%;
    max-width: 100%;
  }*/
  .footer-section .section-1 {
    padding: 30px 15px;
  }
  .nav-div1{
    margin-left: 7px;
    margin-right: 5px;
  }
  .nav-div{
    margin-right: 7px;
    margin-left: -2px;
  }
  .service-box .tc {
    margin-top: 63px;
  }
}
@media(min-width: 800px) and (max-width: 825px){
  .service-box .tc {
    margin-top: 50px;
  }
  .baa {
    margin-top: 10px;
  }
}
@media(min-width: 830px) and (max-width: 860px){
  .header-nav {
    margin-left: 290px;
}
.nav-div{
  margin-right: 6px;
  margin-left: -3px;
}
.nav-div1{
  margin-left: 6px;
  margin-right: 3px;
}
.ns-pst {
    margin-top: 45px;
}
.ns-tng {
    margin-top: 21px;
}
.ng-nsr {
    margin-top: 21px;
}
.ns-bec {
    margin-top: 0px;
}
.welcome-application h5{
  text-align: center;
  margin-top: 0px;
}
.academic-sec .dash1{
  margin-left: auto;
  margin-right: auto;
}
.welcome-application h4{
  text-align: center;
}
.resea-collab-bg-box{
  height: 443px;
}
.resea-collab-bg-box .or {
    margin-top: 91px;
}
.testimonial-quote img{
  height: auto;
}
.service-box {
    display: block;
    height: 445px;
}
.service-box .btn2 {
    margin-top: 17px;
}
.service-box .btn1 {
    margin-top: 20px;
}
.service-box .tc {
    margin-top: 41px;
}
.footer-section .section-5 .social-menu ul li{
  margin: 0 3px;
}
.footer-section .section-5 .social-menu ul li a{
  width: 30px;
  height: 30px;
}
.social-menu i{
  padding-top: 7px;
}
}
@media(min-width: 900px) and (max-width: 920px){
  nav .navbar {
    max-width: 95%;
    padding: 0 25px;
    margin: 0;
  }
  .header-nav{
    margin-left: 330px;
    margin-right: 9px;
  }
  .nav-div{
    margin-right: 7px;
  }
  .nav-div1{
        margin-left: 8px;
    margin-right: 3px;
  }
  .hero-slider .item{
    height: 400px;
  }
  .ns-pst {
    margin-top: 46px;
  }
  .news-box{

  }
  .ns-bec {
    margin-top: 10px;
  }
  .ns-ucs {
    margin-top: 9px;
  }
  .ns-rsm {
    margin-top: 10px;
  }
  .ns-gbm {
    margin-top: 27px;
  }
  .ns-pst {
    margin-top: 54px;
  }
  .ns-tce {
    margin-top: 7px;
  }
  .ns-tng {
    margin-top: 31px;
  }
  .ng-nsr {
    margin-top: 31px;
  }
  .resea-collab-bg-box{
    height: 450px;
  }
  .resea-collab-bg-box .or {
    margin-top: 90px;
  }
  .testimonial-quote img{
    height: auto;
  }
  .service-box{
    height: 430px;
    display: block;
  }
  .service-box .tc {
    margin-top: 20px;
  }
  .service-box .btn1 {
    margin-top: 3px;
  }
  .service-box .btn2 {
    margin-top: 0px;
  }
  .social-menu i{
    padding-top: 6px;
  }
  .footer-section .section-5 .social-menu ul li a{
    width: 30px;
    height: 30px;
  }
  .footer-section .section-5 .social-menu ul li{
    margin: 0 4px;
  }
}
@media(min-width: 1000px) and (max-width: 1200px){
nav .navbar{
    max-width: 1030px;
    padding: 0 10px;
    justify-content: flex-start;
}
.logo{
    width: 180px !important;
    margin-right: 10px;
}
nav .navbar .links li{
    padding: 0 8px;
}
.navbar .navbar_right .profile {
    margin-top: 2px;
    margin-left: 9px;
}
.nav-div1{
  margin-left: 18px;
  height: 85%;
  margin-top: 4px;
}
.nav-div{
  margin-right: 8px;
  margin-left: 4px;
  height: 85%;
  margin-top: 4px;
}
nav .navbar .links li a{
    font-size: 12px;
}
.header-nav {
    margin-left: 500px;
    margin-right: 50px;
}
.news-box{

}
.ns-pst {
    margin-top: 46px;
}
.ns-pst {
    margin-top: 46px;
}
.ns-tng {
    margin-top: 23px;
}
.ng-nsr {
    margin-top: 24px;
}
.ns-ucs {
    margin-top: 24px;
}
.ns-rsm {
    margin-top: 20px;
}
.academic-sec .food-card{
    width: 300px
}
.service-box img {
    height: 138px;
    width: 180px;
}
.service-box .btn1 {
    margin-top: 0px;
}
.service-content {
    padding: 15px 10px;
}
.service-box{
    height: 290px;
    display: inline-table;
}
.service-box .btn2 {
    margin-top: 21px;
}
.service-box .tc {
    margin-top: 42px;
}
.footer-section .section-5 .social-menu ul li{
    margin: 0 5px;
}
.social-menu i{
    padding-top: 9px;
}
.navbar .navbar_right .notifications .icon_wrap {
    font-size: 17px;
    padding-top: 10px;
    display: grid;
}
.notifications .icon_wrap span{
      padding-top: 4px;
}
.navbar .navbar_right .profile .icon_wrap {
    font-size: 17px;
    padding-bottom: 2px;
}
.navbar_right {
    margin-left: 10px;
}
.navbar .navbar_right .profile, .navbar .navbar_right .notifications {
    position: relative;
    height: 55px;
    width: 50px;
    text-align: center;
    float: left;
}
.banner-content h2{
  font-size: 30px;
}
.hero-slider .owl-nav .owl-prev{
  left: 5px;
}
.hero-slider .owl-nav .owl-next {
    right: 5px;
}
.hero-slider .item {
    height: 460px;
}
.footer-section .section-1 {
    padding: 30px 15px;
}
.footer-section .section-2 {
    padding: 82px 15px 0 15px;
}
.footer-section .section-3 {
    padding: 82px 15px 0 15px;
}
.footer-section .section-4 {
    padding: 82px 15px 0 15px;
}
.footer-section .section-5 {
    padding: 42px 15px 0 15px;
}
.latestnews button.owl-next {
    right: -30px;
}
.latestnews button.owl-prev {
    left: -30px
}
.testimonial-section button.owl-prev {
    left: -30px;
}
.testimonial-section button.owl-next {
    right: -30px;
}
.academic-sec .food-card{
  width: 300px;;
}
}
@media(min-width: 650px) and (max-width: 3000px){
  .mob-notification {
    display: none;
}
}
@media(min-width: 1201px) and (max-width: 1273px){
  nav .navbar{
    justify-content: flex-start;
  }
  .navbar .navbar_right .profile, .navbar .navbar_right .notifications {
    position: relative;
    height: 40px;
    width: 60px;
    text-align: center;
    float: left;
}
nav .navbar .links li{
  padding: 0 10px;
}
.nav-div{
  margin-right: 5px;
}
.nav-div1{
  margin-left: 5px;
}
}
@media(min-width: 1250px) and (max-width: 1400px){
  .navbar .navbar_right .profile, .navbar .navbar_right .notifications {
    position: relative;
    height: 40px;
    width: 56px;
    text-align: center;
    float: left;
}
.nav-div{
  margin-right: 11px;
  margin-left: 3px;
}
.nav-div1{
  margin-left: 14px;
  margin-right: 9px;
}
  .service-content p {
    font-size: 13px;
  }
  .service-box img{
    margin-top: 0px;
    margin-left: 0px;
  }
  .service-content {
    padding: 0px 10px;
  }
  .service-box{
    height: auto;
  }
  .service-box .btn1 {
    margin-top: 18px;
  }
  .service-box .btn2 {
    margin-top: 15px;
  }
  .service-box .tc {
    margin-top: 39px;
  }
  .service-content p{
    margin-bottom: 5px;
  }
  .service-box .service-content h4{
    margin: 5px 0px 8px 0px;
  }
}
@media(min-width: 1500px) and (max-width: 1537px){
  .news-box{

  }
.ns-pst {
    margin-top: 69px;
}
.ns-tng{
margin-top: 23px
}
.ng-nsr {
    margin-top: 23px;
}
.ns-ucs {
    margin-top: 21px;
}
.ns-bec {
    margin-top: 46px;
}
.ns-gbm {
    margin-top: 42px;
}
  .baa {
    margin-top: 12px;
}
.service-box{
  height: auto;
}
.service-box .btn2 {
    margin-top: 10px;
}
.nav-div1{
  margin-left: 8px;
  margin-right: 4px;
}
.nav-div{
  margin-right: 8px;
}
}
@media(min-width: 1538px) and (max-width: 1756px){
  .hero-slider .item{
    height: 700px;
  }
  nav .navbar{
    max-width: 1500px;
  }
  .news-box{

  }
.ns-pst {
    margin-top: 69px;
}
.ns-tng{
margin-top: 23px
}
.ng-nsr {
    margin-top: 23px;
}
.ns-ucs {
    margin-top: 21px;
}
.ns-bec {
    margin-top: 46px;
}
.ns-gbm {
    margin-top: 42px;
}
  .baa {
    margin-top: 20px;
}
.service-box{
  height: auto;
  margin-bottom: 20px;
}
.service-box img{
  margin-top: 0px;
  margin-left: 0px;
}
.service-content {
    padding: 9px 15px;
}
.service-box .tc {
    margin-top: 41px;
}
.service-box .btn1 {
    margin-top: 21px;
}
.service-box .btn2 {
    margin-top: 42px;
}
.nav-div1{
  margin-left: 8px;
  margin-right: 4px;
}
.nav-div{
  margin-right: 8px;
}
}
@media(min-width: 1800px) and (max-width: 1960px){
  nav .navbar{
    justify-content: space-evenly;
    max-width: 100%;
  }
  .hero-slider .item{
    height: 700px;
  }
  .counter-box .row{
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .news-box{

  }
  .ns-pst {
    margin-top: 69px;
  }
  .ns-tng {
    margin-top: 23px;
  }
  .ng-nsr {
    margin-top: 23px;
  }
  .ns-ucs {
    margin-top: 23px;
  }
  .ns-ucs {
    margin-top: 23px;
  }
  .ns-gbm {
    margin-top: 41px;
  }
  .ns-bec {
    margin-top: 45px;
  }
  .service-box img{
    margin-top: 0px;
    margin-left: 0px;
  }
  .service-box{
    height: auto;
  }
  .service-box .tc {
    margin-top: 28px;
  }
  .baa {
    margin-top: 10px;
  }
  .nav-div1{
    margin-right: 5px;
    margin-left: 8px;
  }
  .nav-div{
    margin-right: 8px;
    margin-left: -1px;
  }
}
@media(min-width: 2000px) and (max-width: 3000px){
  nav .navbar{
    max-width: 2500px;
    padding: 0px 180px;
  }
  nav .navbar .links li{
    padding: 0px 25px;
  }
  nav .navbar .links li a{
    font-size: 15px;
  }
  .navbar .links li .sub-menu a{
    font-size: 15px;
  }
  .hero-slider .item{
    height: 900px;
  }
  .service-box img{
      margin-top: 0px;
      margin-left: 0px;
  }
  .insta-section {
    width: 90% !important;
  }
  .service-box{
    height: auto;
  }
  .service-content {
    padding: 20px;
  }
  .service-box .btn2 {
    margin-top: 48px;
  }
    .baa{
    margin-top: 30px;
  }
  .insta-box{
    width: 100%!important;
  }
  .news-box{

  }
  .ns-pst {
    margin-top: 70px;
  }
  .ns-tng{
    margin-top: 25px;
  }
  .ng-nsr{
    margin-top: 25px;
  }
  .ns-ucs{
    margin-top: 25px;
  }
  .ns-bec {
    margin-top: 47px;
  }
  .ns-rsm{
    margin-top: 3px;
  }
  .ns-gbm {
    margin-top: 44px;
  }
  .counter-box .row {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-slider .item{
    margin-top: 65px;
  }
  .nav-div1{
    margin-right: 6px;
  }
}
@media(min-width: 3000px) and (max-width: 3500px){
  nav .navbar{
    max-width: 2500px;
    padding: 0px 180px;
  }
  nav .navbar .links li{
    padding: 0px 25px;
  }
  nav .navbar .links li a{
    font-size: 15px;
  }
  .navbar .links li .sub-menu a{
    font-size: 15px;
  }
  .news-box{

  }
  .ns-pst {
    margin-top: 70px;
  }
  .ns-tng{
    margin-top: 25px;
  }
  .ng-nsr{
    margin-top: 25px;
  }
  .ns-ucs{
    margin-top: 25px;
  }
  .ns-bec {
    margin-top: 47px;
  }
  .ns-rsm{
    margin-top: 3px;
  }
  .ns-gbm {
    margin-top: 44px;
  }
  .service-box .btn1 {
    margin-top: 20px;
  }
  .service-box img{
    margin-top: 0;
    margin-left: 0;
  }
  .service-box{
    height: auto;
  }
  .baa {
    margin-top: 20px;
  }
  .service-box .btn2 {
    margin-top: 46px;
  }
  .service-content p{
    font-size: 18px;
  }
  .service-box .tc {
    margin-top: 47px;
  }
}








/*Extra*/
.breadcrumb__link{
  color: #000!important;
}
.content{
  padding-top: 65px!important;
}
.sitemap .ttl-secondary--decorated a{
  color: #000!important;
}
.sitemap .ttl-secondary--decorated a:hover{
  color: #7A0C36!important;
}
.sitemap .inner .small-link{
  color: #000!important;
}
.sitemap .inner .small-link:hover{
  color: #7a0c36!important;
}
.pl5p a{
  color: #7a0c36!important;
}
a.text-secondary:hover {
    color: #7a0c36!important;
}
/*.about-overview__txt a{
  color: #7a0c36!important;
}
.about-overview__txt a:hover{
  color: #7a0c36!important;
}*/
.news-nav__link, .news-card--full .news-card__ttl, .news-card__ttl, .news-card__date, .news-archive__ttl a, .news-archive__ttl a:hover, .related__link{
  color: #000;
}
.btn-primary{
    background: #7a0c36 !important;
    border: 1px solid #7a0c36 !important;
}
.btn-primary:hover{
  color: #7a0c36!important;
}
.link-arrow--lg{
  color: #7a0c36!important;
}
.breadcrumb{
  margin-bottom: 0!important;
}
.breadcrumb ul{
  margin-bottom: 0!important;
}
/*.tabList a{
  color: #000!important;
}*/
.about .tabsBox .inBox li .detailArea .pdfLink a{color: #7a0c36!important}
.principles .develop .develop__item-sentence_big, .principles .learning-sentence__big, .principles .research .research__item .research__item-sentence .sentence_big, .support-common .text-base a, .support-common .text-base a:hover{color: #7a0c36!important}
.principles .year-lead span{
  height: max-content!important;
}
.faculty__item a, .faculty__item a:hover{color: #000!important;}
.moreBtn{
  color: #fff!important;
}
.moreBtn:hover{
  color: #7a0c36!important;
}
.text-secondary{
  color: #7a0c36!important;
}

/*Cookies*/
   /* styles.css */
.cookie-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #f1e1e8;
    color: #000;
    font-size: 14px;
    padding: 15px;
    display: none; /* Initially hidden */
    z-index: 1;
}

.cookie-banner p {
    margin: 0;
    display: inline-block;
}

.cookie-banner a {
    color: #000;
    text-decoration: underline;
}

.cookie-banner button {
    margin-left: 20px;
    padding: 10px 20px;
    background-color: #64072a;
    color: #fff;
    border: none;
    cursor: pointer;
}
@media(min-width: 700px) and (max-width: 850px){
  .cookie-banner button {
    margin-left: 0px;
    padding: 10px 10px;
  } 
}
