
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  background-color: #fafafa;
  color: #393939;
  /* font-family: "Mukta", sans-serif; */
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  scroll-behavior: smooth;
  width: 100%;
  height: 100%;
  font-size: 16px;
  word-spacing: 2px;
  letter-spacing: 0.5px;
  line-height: 1.3em;
  font-weight: normal;
}
@media (min-width: 1200px) {
.container {
  max-width: 1320px;
}
}

@media (max-width: 500px) {
  body,
  html {
    font-size: 15px;
    word-spacing: 1px;
    letter-spacing: 0.5px;
    line-height: 1.8em;
    font-weight: normal;
  }
}

a {
  color: unset;
  text-decoration: none;
}

a:hover {
  color: unset;
}
p{
  line-height: 2rem !important;
}

.text-decoration-none:hover {
  text-decoration: none;
}


@media (max-width: 768px) {
  .c-v {
    display: none;
  }
}

.wordwrap, .download-section .download-table tbody tr .file-name {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.bg-main {
  background: #025fa2 !important;
}

.bg-maindark {
  background: #004d85 !important;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-main {
  color: #fff;
  background: #025fa2;
}

.btn-main:hover {
  color: #fff;
  background: #004d85;
}

.widget-scroll, .related-links .related-items, .side-notice .side-notice-items {
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-color: #025fa2 transparent;
  scrollbar-width: thin;
}

.widget-scroll::-webkit-scrollbar-track, .related-links .related-items::-webkit-scrollbar-track, .side-notice .side-notice-items::-webkit-scrollbar-track {
  background-color: transparent;
}

.widget-scroll::-webkit-scrollbar, .related-links .related-items::-webkit-scrollbar, .side-notice .side-notice-items::-webkit-scrollbar {
  width: 3px;
  background-color: #F5F5F5;
}

.widget-scroll::-webkit-scrollbar-thumb, .related-links .related-items::-webkit-scrollbar-thumb, .side-notice .side-notice-items::-webkit-scrollbar-thumb {
  background-color: #025fa2;
}

.pagination-box .pagination .page-item {
  color: #025fa2;
}

.pagination-box .pagination .page-item.active {
  background: #004d85;
}

.pagination-box .pagination .page-item.active .page-link {
  border: 1px solid #004d85;
}

.pagination-box .pagination .page-item .page-link {
  border: 1px solid #c7e0f1;
}

.pagination-box .pagination .page-item .page-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.top-bar {
  background: transparent;
  z-index: 1020;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-bar .top-info {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-bar .top-info .top-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 0 15px 0 0;
  font-size: 13px;
}

.top-bar .top-info .top-info-item i {
  font-size: 10px;
  padding: 0 5px;
}

.top-bar .top-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-bar .top-social .top-social-item {
  padding: 0px 10px;
}

.top-bar .top-social .top-social-item i {
  font-size: 15px;
}

.main-school {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
}

.main-school .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 100%;
}

.main-school .logos img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
  border-radius: 50%;
}

.main-school .school-title {
  padding: 0 0 0 10px;
  color: #fff;
  line-height: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-school .school-title h3 {
  font-weight: 550;
  font-size: 25px;
  margin-bottom: 5px;
}

.main-school .school-title h4 {
  font-size: 15px;
  margin-bottom: 7px;
}

.main-school .school-title h5, .main-school .school-title h6 {
  display: none;
}

.main-school .school-title .name-nep {
  font-weight: 550;
  font-size: 20px;
}
@media(max-width:768px){
  .main-school .school-title .name-nep{
    font-weight: 550;
    font-size: 13px;
    margin-bottom: 9px;
  }
  .main-school .school-title .name-eng {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    font-weight: 500;
    font-size: 8px !important; 
  }
  .main-school .logos img {
    width: 65px;
    height: 65px;
  }
}

.main-school .school-title .name-eng {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  font-weight: 500;
  font-size: 14px;
}

.main-school .school-title .address-nep {
  margin: 0;
  padding: 5px 0;
  font-weight: 600;
  font-size: 13px;
}

.main-nav {
  margin-top: 29px ;
  background: transparent;
  color: #fff;
  font-weight: 200;
}

.main-nav .navbar-toggler {
  margin-right: 0px;
  background: rgba(255, 255, 255, 0.157);
  border: 1px solid #fff;
  color: #fff;
}

.main-nav .navbar-toggler:focus {
  outline: none;
}

.main-nav .navbar-toggler span {
  padding: 2px 5px;
}

.main-nav .collapse {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.main-nav .collapse .dropdown-menu {
  margin-top: 0;
}

.main-nav .collapse .navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

/* .main-nav .collapse .navbar-nav .dropdown-menu {
  max-width: 250px;
} */

@media (max-width: 991px) {
  .main-nav .collapse .navbar-nav .dropdown-menu {
    max-width: unset;
  }
}

.main-nav .collapse .navbar-nav .nav-item {
  padding: 0;
}

.main-nav .collapse .navbar-nav .nav-item .nav-link {
  padding: 10px;
  font-size: 16px !important;
  font-weight: 400;
  color: #fff;
  display: -webkit-box;
  margin-right: 5px;
}

@media (max-width: 991px) {
  .main-nav .collapse .navbar-nav .nav-item .nav-link {
    padding: 10px 5px;
  }
}

.main-nav .collapse .navbar-nav .nav-item .dropdown-menu {
  border: none;
  border-radius: 0;
  background: #004d85;
  border-top: 2px solid #a3a3a3;
}

.main-nav .collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  color: #fff;
  padding-top: 6px;
  font-size: 16px;
  font-weight: 200;
  margin-bottom: 10px;
}

.main-nav .collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  background: #025fa2;
}

.home-slider {
  padding-bottom: 1px;
  margin-top: -130px;
}

.home-slider .owl-carousel {
  position: relative;
  height: auto;
}

.home-slider .owl-carousel .item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 54rem;
}

@media (max-width: 774px) {
  .home-slider .owl-carousel .item img {
    height: 35rem;
  }
}

@media (max-width: 574px) {
  .home-slider .owl-carousel .item img {
    height: 40rem !important;
  }
}

.home-slider .owl-nav {
  margin: 0;
}

.home-slider .owl-nav .owl-prev {
  left: 20px;
}

.home-slider .owl-nav .owl-next {
  right: 20px;
}

.home-slider .owl-nav .owl-next,
.home-slider .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  display: block !important;
}

.home-slider .owl-nav .owl-next:focus,
.home-slider .owl-nav .owl-prev:focus {
  outline: none;
}

.home-slider .owl-nav .owl-next:hover,
.home-slider .owl-nav .owl-prev:hover {
  background: unset;
}

.home-slider .owl-nav .owl-next i,
.home-slider .owl-nav .owl-prev i {
  font-size: 50px;
  color: rgba(255, 255, 255, 0.479);
}

.home-slider .owl-nav .owl-next i:hover,
.home-slider .owl-nav .owl-prev i:hover {
  background-color: none;
  color: rgba(255, 255, 255, 0.644);
}

.home-slider .owl-dots {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  bottom: 40px;
}

.home-slider .owl-dots .owl-dot:focus {
  outline: none;
}

.home-slider .owl-dots .owl-dot span {
  background-color: #2b2b2b4d;
  border: 1px solid #fff;
  width: 10px;
  height: 10px;
  margin: 7px 7px;
  border-radius: 30px;
}

.home-slider .owl-dots .owl-dot span:hover {
  background-color: #646464;
}

.home-slider .owl-dots .owl-dot.active span {
  background-color: #025fa2;
  width: 15px;
  height: 15px;
  margin: 5px 7px;
  border-radius: 30px;
}

.main-footer {
  background: #025fa2;
  color: #fff;
}

.main-footer .footer-row {
  margin: 0;
  padding: 20px 5px;
}

.main-footer .footer-row .footer-col .f-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-footer .footer-row .footer-col .f-logo img {
  background: rgba(255, 255, 255, 0.376);
  border-radius: 100%;
  width: 130px;
  height: 130px;
  padding: 10px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}

.main-footer .footer-row .footer-col .config {
  text-align: center;
}

.main-footer .footer-row .footer-col .config h3 {
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 1px !important;
}

.main-footer .footer-row .footer-col .config h4 {
  font-size: 20px;
  margin-bottom: 7px;
}

.main-footer .footer-row .footer-col .config h5 {
  border: none;
  font-size: 15px;
  margin-bottom: 0 !important;
}

.main-footer .footer-row .footer-col .config h6 {
  font-weight: 400;
  margin-bottom: 0 !important;
}

.main-footer .footer-row .footer-col h3 {
  font-size: 25px;
  text-align: center;
}

.main-footer .footer-row .footer-col h4 {
  text-align: center;
  font-size: 20px;
}

.main-footer .footer-row .footer-col h5 {
  font-size: 20px;
  /* text-align: center; */
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.main-footer .footer-row .footer-col h6 {
  text-align: center;
  font-weight: 400;
}

.main-footer .footer-row .footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0 15px;
  font-weight: 200;
}

.main-footer .footer-row .footer-col ul li {
  font-size: 16px;
  line-height: 31px;
  font-weight: 400;
}

.main-footer .footer-row .footer-col ul li a:hover {
  text-decoration: underline;
}

.main-footer .footer-row .footer-col h4 {
  text-align: center;
  font-size: 20px;
}

.main-footer .footer-row .footer-col h6 {
  text-align: center;
  font-weight: 400;
}

.aboutus-section {
  padding: 20px 0;
}

.aboutus-section .about-content {
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 15px 1px #eaeaea;
  
}

.aboutus-section .about-content .about-title {
  margin: 0 0 20px 0;
}

.aboutus-section .about-content .about-title h3 {
  display: inline-block;
  margin: 0;
  background: #025fa2;
  color: #fff;
  padding: 8px 20px;
  font-size: 20px;
}

.aboutus-section .about-content .about-text {
  text-align: justify;
  margin-top: 10px;
  font-weight: 400;
<<<<<<< HEAD
  line-height: 2.1;
=======
  line-height: 1.8;
>>>>>>> 0893008812c5f9b98ac66109fc947e12d1ec6c52
  font-size: 16px;
}

.related-links {
  padding-top: 20px;
  background: #F5F5F5;
}

@media (max-width: 768px) {
  .related-links {
    margin-top: 35px;
  }
}

.related-links h3 {
  text-align: center;
  font-size: 17px;
  font-weight: normal;
  background: #025fa2;
  color: #fff;
  padding: 15px;
}

.related-links .related-items {
  margin-top: 10px;
  padding: 0 5px;
  list-style: none;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
}

.related-links .related-items li {
  display: -webkit-box;
  margin-bottom: 10px;
  padding: 0 5px 10px 5px;
  border-bottom: 1px solid #39393925;
}

.related-links .related-items li:last-child {
  border-bottom: none;
}

.related-links .related-items li:first-child {
  padding-top: 0px;
}

.related-links .related-items li a i {
  font-size: 14px;
}

.related-links .related-items li a:hover {
  text-decoration: underline;
  color: #004d85;
}

.download-section {
  padding: 20px 0;
}

.download-section .download-title {
  margin: 0 0 20px 0;
}

.download-section .download-title h3 {
  display: inline-block;
  margin: 0;
  background: #025fa2;
  color: #fff;
  padding: 8px 20px;
}

.download-section .download-table thead {
  background: #025fa2;
  color: #fff;
}

.download-section .download-table tbody tr {
  border-bottom: 1px solid #025fa2;
}

.download-section .download-table tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.055);
  border-radius: 50rem;
}

.download-section .download-table tbody tr .file-sn {
  width: 20px;
  text-align: center;
}

.download-section .download-table tbody tr .file-name {
  font-size: 18px;
  font-weight: 400;
}

.download-section .download-table tbody tr .file-pdate {
  min-width: 100px;
  text-align: center;
}

.download-section .download-table tbody tr .file-btn {
  padding-top: 15px;
  width: 200px;
  text-align: center;
}

.download-section .download-table tbody tr .file-btn .download-btn a {
  background: #f8f8f8;
  border: 1px solid #025fa2;
  padding: 4px 20px 2px 20px;
  border-radius: 50rem;
}

.download-section .download-table tbody tr .file-btn .download-btn a span {
  display: none;
}

.download-section .download-table tbody tr .file-btn .download-btn a:hover {
  background: #025fa2;
  text-decoration: none;
}

.download-section .download-table tbody tr .file-btn .download-btn a:hover i,
.download-section .download-table tbody tr .file-btn .download-btn a:hover span {
  color: #fff;
}

div.dataTables_wrapper div.dataTables_filter input:focus,
div.dataTables_wrapper div.dataTables_length select:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #025fa2;
}

.page-item.active .page-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.notice-list-section {
  padding: 20px 0;
}

.notice-list-section .notice-title {
  margin: 0 0 20px 0;
}

.notice-list-section .notice-title h3 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  background: #025fa2;
  color: #fff;
  padding: 15px 20px;
  font-size: 20px;
}

.notice-list-section .notice-title h3 i {
  padding-right: 5px;
}

.notice-list-section ul.notice-list-box {
  list-style: none;
  padding: 0;
}

.notice-list-section ul.notice-list-box li .notice-item-info {
  display: block;
  padding: 20px;
  border-left: 5px solid #025fa2;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.178), 0 1px 1px #ddf1ff;
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.178), 0 1px 1px #ddf1ff;
  margin-bottom: 20px;
  background-color: #fff;
}

.notice-list-section ul.notice-list-box li .notice-item-info:hover {
  cursor: pointer;
  color: #004d85;
  text-decoration: none;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.178), 0 1px 1px #ddf1ff;
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.178), 0 1px 1px #ddf1ff;
  background: #eaedef20;
}

.notice-list-section ul.notice-list-box li .notice-item-info .notice-subject {
  font-size: 19px;
  font-weight: 600;
}

.notice-list-section ul.notice-list-box li .notice-item-info .notice-published-date {
  display: inline-block;
  font-weight: 600;
  margin: 7px 0;
  opacity: 0.9;
  font-size: 14px;
}

.notice-list-section ul.notice-list-box li .notice-item-info .notice-published-date i {
  font-size: 11px;
}

.notice-list-section ul.notice-list-box li .notice-item-info .notice-desc {
  font-size: 15px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  word-spacing: -0.8px;
}

.notice-list-section ul.notice-list-box li .notice-item-info .notice-desc p {
  margin: 0;
}

.notice-list-section ul.notice-list-box li .notice-item-info .notice-desc p span {
  background: unset;
}

.notice-page-section {
  padding: 20px 0;
}

.notice-page-section .notice-all {
  background: #fff;
  padding: 20px;
}

.notice-page-section .notice-all .notice-heading .notice-detail {
  margin-bottom: 10px;
}

.notice-page-section .notice-all .notice-heading .notice-detail .detail-date {
  background: #025fa2;
  color: #fff;
  display: inline-block;
  padding: 10px;
}

.notice-page-section .notice-all .notice-heading h2 {
  background: #025fa2;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  font-size: 17px;
}

.notice-page-section .notice-all .notice-body {
  padding: 10px 0;
  text-align: justify;
}

.notice-page-section .notice-all .notice-body p {
  margin: 0;
}

.notice-page-section .notice-all .notice-body .attached-files {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.notice-page-section .notice-all .notice-body .attached-files .file-item {
  margin-top: 18px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  border: 1px solid #025fa2;
}

.notice-page-section .notice-all .notice-body .attached-files .file-item:hover {
  color: #004d85;
}

.notice-page-section .notice-all .notice-body .attached-files .file-item .file-nm {
  padding-left: 5px;
}

.side-notice {
  background: #F5F5F5;
}

@media (max-width: 768px) {
  .side-notice {
    margin-top: 35px;
  }
}

.side-notice h3 {
  text-align: center;
  padding: 18px;
  margin: 0;
  font-size: 17px;
  font-weight: normal;
  background: #025fa2;
  color: #fff;
}

.side-notice .side-notice-items {
  padding: 10px 5px;
  font-size: 15px;
  list-style: none;
  max-height: 400px;
  overflow-y: scroll;
}

.side-notice .side-notice-items li {
  padding: 10px;
  border-bottom: 1px solid #39393925;
}

.side-notice .side-notice-items li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}

.side-notice .side-notice-items li:first-child {
  padding-top: 0px;
}

.side-notice .side-notice-items li a i {
  font-size: 14px;
}

.side-notice .side-notice-items li a:hover {
  text-decoration: underline;
  color: #004d85;
}

.event-list-section {
  padding: 20px 0;
}

.event-list-section .event-title {
  margin: 0 0 20px 0;
}

.event-list-section .event-title h3 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  background: #025fa2;
  color: #fff;
  padding: 8px 20px;
  font-size: 20px;
}

.event-list-section .event-title h3 i {
  padding-right: 5px;
}

.event-list-section ul.event-list-box {
  list-style: none;
  padding: 0;
}

.event-list-section ul.event-list-box li {
  background: #fff;
}

.event-list-section ul.event-list-box li .event-item-info {
  display: block;
  padding: 20px;
  border-left: 5px solid #025fa2;
  margin-bottom: 35px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.178), 0 1px 1px #ddf1ff;
   box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.178), 0 1px 1px #ddf1ff;
}

.event-list-section ul.event-list-box li .event-item-info:hover {
  cursor: pointer;
  color: #004d85;
  text-decoration: none;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.178), 0 1px 1px #ddf1ff;
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.178), 0 1px 1px #ddf1ff;
  background: #025fa220;
}

.event-list-section ul.event-list-box li .event-item-info .event-created-date {
  margin: 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  background: #025fa2;
  color: #fff;
  padding: 8px 10px;
}

.event-list-section ul.event-list-box li .event-item-info .event-subject {
  font-size: 19px;
  margin: 10px 0 5px 0;
  line-height: 1.4;
}

.event-list-section ul.event-list-box li .event-item-info .event-d {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.event-list-section ul.event-list-box li .event-item-info .event-d .event-published-venue,
.event-list-section ul.event-list-box li .event-item-info .event-d .event-published-date,
.event-list-section ul.event-list-box li .event-item-info .event-d .event-published-time {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-top: 5px;
  line-height: 1.3;
}

.event-list-section ul.event-list-box li .event-item-info .event-d .event-published-venue:first-child,
.event-list-section ul.event-list-box li .event-item-info .event-d .event-published-date:first-child,
.event-list-section ul.event-list-box li .event-item-info .event-d .event-published-time:first-child {
  min-width: 60px;
}

.event-page-section {
  padding: 20px 0;
}

.event-page-section .event-all {
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 10px 1px #eaeaea;
}

.event-page-section .event-all .event-created-date {
  margin-bottom: 20px;
  display: inline-flex;
  align-items: center;
  background: #025fa2;
  color: #fff;
  padding: 13px 18px
}

.event-page-section .event-all .event-heading {
  color: #004d85;
}

.event-page-section .event-all .event-detail-box {
  margin: 10px 0 20px 0;
  background: #025fa2;
  color: #fff;
  padding: 15px 30px;
  display: -ms-inline-grid;
  display: inline-grid;
}

.event-page-section .event-all .event-detail-box .event-detail {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 10px;
}

.event-page-section .event-all .event-detail-box .event-detail .event-published-venue,
.event-page-section .event-all .event-detail-box .event-detail .event-published-date,
.event-page-section .event-all .event-detail-box .event-detail .event-published-time {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  margin: 5px 0;
  line-height: 1.3;

}

.event-page-section .event-all .event-detail-box .event-detail .event-published-venue:first-child,
.event-page-section .event-all .event-detail-box .event-detail .event-published-date:first-child,
.event-page-section .event-all .event-detail-box .event-detail .event-published-time:first-child {
  min-width: 60px;
}

.event-page-section .event-all .event-body {
  text-align: justify;
  margin-bottom: 20px;
}

.event-page-section .event-all .event-body p {
  margin: 0;
  line-height: 1.65rem;
}

.event-page-section .event-all .event-body p img {
  max-width: 100%;
  height: auto;
}

.news-list-section {
  padding: 30px 0;
  background-color: #fff;
}

.news-list-section .news-title {
text-align: center;}

.news-list-section .news-title h3 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  background: #025fa2;
  color: #fff;
  padding: 15px 20px;
  font-size: 20px;
}

.news-list-section .news-title h3 i {
  padding-right: 10px;
}

.news-list-section .news-content {
  border-bottom: 5px solid #025fa2;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  background: #F5F5F5;
  transition: all .3s ease ;
  cursor: pointer;
}

/* .news-list-section .news-content:hover {
  -webkit-box-shadow: 0 1px 5px rgb(0 0 0 / 14%), 0 6px 6px rgb(0 0 0 / 20%);
   box-shadow: 0 1px 5px rgb(0 0 0 / 14%), 0 6px 6px rgb(0 0 0 / 20%); 
} */

.news-list-section .news-content .news-content-top {
  position: relative;
}

.news-list-section .news-content .news-content-top img {
  position: relative;
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.news-list-section .news-content .news-content-top .news-date {
  position: absolute;
  background: #fff;
  padding: 8px 15px;
  top: 10px;
  right: 10px;
  color: #025fa2;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 14px;
}
.news-list-section .news-content .news-content-top .news-title {
  position: absolute;
  bottom: 0px;
  background: rgba(2, 95, 162, 60%);
  padding: 10px;
  min-width: 100%;
  margin: 0;
}

.news-list-section .news-content .news-content-top .news-title h2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.2em;
  height: 2.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}

.news-list-section .news-content .news-content-bottom {
  padding: 15px;
}

.news-list-section .news-content .news-content-bottom .news-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #5c5c5c;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  margin: 5px 0 10px 0;
  font-size: 14px;
}

.news-list-section .news-content .news-content-bottom a {
  display: inline-block;
  background: #025fa2;
  color: #fff;
  text-decoration: none;
  margin-top: 5px;
  padding: 7px 14px;
  border-radius: 25px;
  font-size: 16px;
  letter-spacing: .5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 2px solid transparent;
  -webkit-font-smoothing: antialiased;
}

.news-list-section .news-content .news-content-bottom a:hover {
  background: #fff;
  color: #025fa2;
  border: 2px solid #025fa2;
}

.news-list-section .owl-carousel {
  position: relative;
  height: auto;
}

.news-list-section .owl-nav {
  margin: 0;
  position: absolute;
  top: -17%;
}

.news-list-section .owl-nav .owl-prev {
  left: 10px;
}

.news-list-section .owl-nav .owl-next {
  left: 65px;
}

.news-list-section .owl-nav .owl-next,
.news-list-section .owl-nav .owl-prev {
  position: absolute;
  bottom: -35px;
  display: block !important;
}

.news-list-section .owl-nav .owl-next:focus,
.news-list-section .owl-nav .owl-prev:focus {
  outline: none;
}

.news-list-section .owl-nav .owl-next:hover,
.news-list-section .owl-nav .owl-prev:hover {
  background: unset;
}

.news-list-section .owl-nav .owl-next i,
.news-list-section .owl-nav .owl-prev i {
  font-size: 40px;
  color: #025fa2;
}

.news-list-section .owl-nav .owl-next i:hover,
.news-list-section .owl-nav .owl-prev i:hover {
  background-color: none;
  color: #004d85;
}

.news-list-section .owl-dots {
  position: absolute;
  width: 100%;
  bottom: -15px;
}

.news-list-section .owl-dots .owl-dot:focus {
  outline: none;
}

.news-list-section .owl-dots .owl-dot span {
  background-color: #2b2b2b4d;
  border: 1px solid #fff;
  width: 10px;
  height: 10px;
  margin: 7px 7px;
  border-radius: 30px;
}

.news-list-section .owl-dots .owl-dot span:hover {
  background-color: #646464;
}

.news-list-section .owl-dots .owl-dot.active span {
  background-color: #025fa2;
  width: 15px;
  height: 15px;
  margin: 5px 7px;
  border-radius: 30px;
}

.news-page-section {
  padding: 20px 0;
}

.news-page-section .news-all {
  background: #fff;
  padding: 20px;
}

.news-page-section .news-all .news-detail {
  margin-bottom: 10px;
}

.news-page-section .news-all .news-detail .news-date {
  background: #025fa2;
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
}

.news-page-section .news-all .news-heading h2 {
  color: #004d85;
  padding: 10px 0; 
}

.news-page-section .news-all .news-body {
  margin-bottom: 20px;
  text-align: justify;
}

.news-page-section .news-all .news-body p {
  margin: 0;
}

.news-page-section .news-all .news-body p img {
  max-width: 100%;
  height: auto;
}

.news-page-section .news-all .news-body .attached-files {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news-page-section .news-all .news-body .attached-files .file-item {
  margin-top: 15px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border: 1px solid #025fa2;
}

.news-page-section .news-all .news-body .attached-files .file-item:hover {
  color: #004d85;
  padding: 4px;
  border: 2px solid #004d85;
}

.news-page-section .news-all .news-body .attached-files .file-item .file-nm {
  padding-left: 5px;
}

.gallery-list-section {
  padding: 20px 0;
}

.gallery-list-section .gallery-title {
  margin: 0 0 20px 0;
}

.gallery-list-section .gallery-title h3 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  background: #025fa2;
  color: #fff;
  padding: 8px 20px;
  font-size: 20px;
}

.gallery-list-section .gallery-title h3 i {
  padding-right: 5px;
}

.gallery-list-section .album-col {
  padding: 4px;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 11px 20px rgba(0, 0, 0, 8%), 0 1px 6px rgba(0, 0, 0, 8%);
   box-shadow: 0 11px 20px rgba(0, 0, 0, 8%), 0 1px 6px rgba(0, 0, 0, 8%);
}

.gallery-list-section .album-col:hover .img-container .img-row .gallery-thumb-1 img.a {
  border: 1px solid transparent;
  border-right: 3px solid transparent;
}

.gallery-list-section .album-col:hover .img-container .img-row .gallery-thumb-2 img.b {
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
}

.gallery-list-section .album-col:hover .album-info {
  color: #004d85;
}

.gallery-list-section .album-col .img-container {
  margin-bottom: 5px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.gallery-list-section .album-col .img-container .img-row {
  overflow: hidden;
}

.gallery-list-section .album-col .img-container .img-row .gallery-thumb-1 {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gallery-list-section .album-col .img-container .img-row .gallery-thumb-1 img.a {
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid transparent;
  border-right: 4px solid transparent;
  width: 100%;
  max-height: 100%;
}

@media (max-width: 576px) {
  .gallery-list-section .album-col .img-container .img-row .gallery-thumb-1 img.a {
    height: 35vw;
  }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .gallery-list-section .album-col .img-container .img-row .gallery-thumb-1 img.a {
    height: 22vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .gallery-list-section .album-col .img-container .img-row .gallery-thumb-1 img.a {
    height: 15vw;
  }
}

@media screen and (min-width: 992px) {
  .gallery-list-section .album-col .img-container .img-row .gallery-thumb-1 img.a {
    height: 15vw;
  }
}

.gallery-list-section .album-col .img-container .img-row .gallery-thumb-2 {
  overflow: hidden;
  padding: 0;
}

.gallery-list-section .album-col .img-container .img-row .gallery-thumb-2 img.b {
  border-bottom: 2px solid transparent;
  border-top: 2px solid transparent;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-height: 100%;
}

@media (max-width: 576px) {
  .gallery-list-section .album-col .img-container .img-row .gallery-thumb-2 img.b {
    height: 17.5vw;
  }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .gallery-list-section .album-col .img-container .img-row .gallery-thumb-2 img.b {
    height: 11vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .gallery-list-section .album-col .img-container .img-row .gallery-thumb-2 img.b {
    height: 7.5vw;
  }
}

@media screen and (min-width: 992px) {
  .gallery-list-section .album-col .img-container .img-row .gallery-thumb-2 img.b {
    height: 7.5vw;
  }
}

.gallery-list-section .album-col .album-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px;
}

.gallery-list-section .album-col .album-info h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.3em;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  padding: 20px 0;
}

.gallery-list-section .album-col .album-info .badge {
  padding: 10px;
}

.gallery-view-section {
  padding: 20px 0;
}

.gallery-view-section .album-title {
  margin: 0 0 20px 0;
}

.gallery-view-section .album-title h3 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  background: #025fa2;
  color: #fff;
  padding: 8px 20px;
  font-size: 20px;
  text-transform: capitalize;
}

.gallery-view-section .album-title h3 i {
  padding-right: 5px;
}

.gallery-view-section .album-grid a.img-holder {
  margin-bottom: 10px;
  padding: 10px;
  transition: all .3s ease;
}

.gallery-view-section .album-grid a.img-holder:hover {
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 8%), 0 1px 1px #ddf1ff;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 8%), 0 1px 1px #ddf1ff;
}

.gallery-view-section .album-grid a.img-holder img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 100px) and (max-width: 425px) {
  .gallery-view-section .album-grid a.img-holder img {
    height: 100px;
  }
}

@media screen and (min-width: 425px) and (max-width: 905px) {
  .gallery-view-section .album-grid a.img-holder img {
    height: 150px;
  }
}

.contactus-section {
  padding: 20px;
}

.contactus-section .contactus-content .contactus-title {
  margin: 0 0 20px 0;
}

.contactus-section .contactus-content .contactus-title h3 {
  display: inline-block;
  margin: 0;
  background: #025fa2;
  color: #fff;
  padding: 8px 20px;
  font-size: 20px;
}

.contactus-section .contactus-content .contactus-text {
  text-align: justify;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
}

.contactus-section .contactus-content .contactus-text .form-body {
  width: 100%;
  padding: 2rem;
  -webkit-box-shadow: 1px 1px 10px 2px rgba(2, 95, 162, 9%);
          box-shadow: 1px 1px 10px 2px rgba(2, 95, 162, 9%);
}

.contactus-section .contactus-content .contactus-text .form-body .contact-form .form-group {
  margin-bottom: 2rem;
}

.contactus-section .contactus-content .contactus-text .form-body .contact-form .form-group input::-webkit-outer-spin-button,
.contactus-section .contactus-content .contactus-text .form-body .contact-form .form-group input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.contactus-section .contactus-content .contactus-text .form-body .contact-form .form-group input[type=number] {
  -moz-appearance: textfield;
}

.contactus-section .contactus-content .contactus-text .form-body .contact-form .form-group:last-child {
  margin: 0;
}

.contactus-section .contactus-content .contactus-text .form-body .contact-form .form-group label {
  margin: 0;
  color: #5f80a0;
}

.contactus-section .contactus-content .contactus-text .form-body .contact-form .form-group label .required {
  color: red;
}

.contactus-section .contactus-content .contactus-text .form-body .contact-form .form-group .form-control {
  border-radius: 0;
}

.contactus-section .contactus-content .contactus-text .form-body .contact-form .form-group .form-control:focus {
  color: #004d85;
  background-color: #eff8ff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.144);
          box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.144);
}

.contactus-section .contactus-content .contactus-text .form-body .contact-form .form-group .invalid-tooltip {
  border-radius: 0;
  padding: 0px 5px;
}

.testimonials-section {
  padding: 30px 0 ;
}

.testimonials-section .testimonials {
  padding: 10px 0;
}

.testimonials-section .testimonials .testimonials-title {
  text-align: center;
}

.testimonials-section .testimonials .testimonials-title h3 {
  font-size: 20px;
  margin: 0 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-align: end;
  color: #fff;
  padding: 15px 20px;
  background: #025FA2;
}

.testimonials-section .testimonials .testimonials-title h3 i {
  font-size: 16px;
}

.testimonials-section .testimonials .tes-slider {
  padding: 0 10%;
}

.testimonials-section .testimonials .tes-slider .testimonials-box {
  background: #fff;
  padding: 20px 20px 10px 20px;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 7.2px rgba(0, 0, 0, 12%);
          box-shadow: 1px 1px 7.2px rgba(0, 0, 0, 12%);
  margin: 10px;
}

.testimonials-section .testimonials .tes-slider .testimonials-box .text {
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
}

.testimonials-section .testimonials .tes-slider .testimonials-box .text i {
  margin-bottom: 15px;
  color: #004d85;
  display: block;
}

.testimonials-section .testimonials .tes-slider .testimonials-box .testimonials-by {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.testimonials-section .testimonials .tes-slider .testimonials-box .testimonials-by .image {
  width: 70px;
  height: 70px;
  margin: 10px;
  border-radius: 50%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
 
}

.testimonials-section .testimonials .tes-slider .testimonials-box .testimonials-by .text-by .by-name {
  font-size: 20px;
  font-weight: 700;
}

.testimonials-section .testimonials .tes-slider .testimonials-box .testimonials-by .text-by .by-pos {
  margin-top: 5px;
}

.testimonials-section .testimonials .owl-carousel {
  position: relative;
  height: auto;
}

.testimonials-section .testimonials .owl-nav {
  margin: 0;
}

.testimonials-section .testimonials .owl-nav .owl-prev {
  left: -15px;
}

.testimonials-section .testimonials .owl-nav .owl-next {
  right: -15px;
}

.testimonials-section .testimonials .owl-nav .owl-next,
.testimonials-section .testimonials .owl-nav .owl-prev {
  position: absolute;
  bottom: 45%;
  display: block !important;
}

.testimonials-section .testimonials .owl-nav .owl-next:focus,
.testimonials-section .testimonials .owl-nav .owl-prev:focus {
  outline: none;
}

.testimonials-section .testimonials .owl-nav .owl-next:hover,
.testimonials-section .testimonials .owl-nav .owl-prev:hover {
  background: unset;
}

.testimonials-section .testimonials .owl-nav .owl-next i,
.testimonials-section .testimonials .owl-nav .owl-prev i {
  font-size: 40px;
  color: #025fa2;
}

.testimonials-section .testimonials .owl-nav .owl-next i:hover,
.testimonials-section .testimonials .owl-nav .owl-prev i:hover {
  background-color: none;
  color: #004d85;
}

.testimonials-section .testimonials .owl-dots {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.testimonials-section .testimonials .owl-dots .owl-dot:focus {
  outline: none;
}

.testimonials-section .testimonials .owl-dots .owl-dot span {
  background-color: #2b2b2b4d;
  border: 1px solid #fff;
  width: 10px;
  height: 10px;
  margin: 7px 7px;
  border-radius: 30px;
}

.testimonials-section .testimonials .owl-dots .owl-dot span:hover {
  background-color: #646464;
}

.testimonials-section .testimonials .owl-dots .owl-dot.active span {
  background-color: #025fa2;
  width: 15px;
  height: 15px;
  margin: 5px 7px;
  border-radius: 30px;
}

.intro-section {
  padding: 30px 0;
}

.homeevents-title {
  margin: 0;
}

.homeevents-title h3 {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  background: #004d85;
  color: #fff;
  padding: 15px 20px;
  font-size: 20px;
}

.homeevents-title h3 i {
  padding-right: 10px;
}

ul.homeevents {
  background: #fff;
  margin: 0;
  padding: 10px;
  border: 2px solid #025fa2;
  height: 400px;
}

ul.homeevents li.e-li {
  list-style-type: none;
  padding: 5px;
  margin-bottom: 10px;
}

ul.homeevents li.e-li > a {
  text-decoration: none;
}

ul.homeevents li.e-li:hover {
  background: #daefff;
  color: #004d85 !important;
  cursor: pointer;
}

ul.homeevents li.e-li:hover p a {
  text-decoration: underline;
}

ul.homeevents li.e-li .date {
  width: 60px;
  margin-right: 10px;
  padding: 14px 4px;
  background: #025fa2;
  text-align: center;
  color: #fff !important;
}

ul.homeevents li.e-li .date .month {
  display: block;
  text-transform: uppercase;
}

ul.homeevents li.e-li .date .day {
  font-size: 1.15rem;
}

ul.homeevents li.e-li p {
  font-size: 17px;
  line-height: 1.3;
  padding: 1px 9px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

ul.homeevents li.e-li p a {
  font-weight: 700;
  font-size: 14px;
}
.homeevent-title{
  font-weight: 700;
}
.homenotice-title {
  margin: 0;
}

.homenotice-title h3 {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  background: #004d85;
  color: #fff;
  padding: 15px 20px;
  font-size: 20px;
}

.homenotice-title h3 i {
  padding-right: 10px;
}

ul.homenotice {
  background: #fff;
  margin: 0;
  padding: 10px;
  border: 2px solid #025fa2;
  height: 400px;
}

ul.homenotice li.n-li {
  height: 80px;
  list-style-type: none;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 5px;
}

ul.homenotice li.n-li > a {
  text-decoration: none;
}

ul.homenotice li.n-li:hover {
  background: #daefff;
  color: #004d85 !important;
  cursor: pointer;
}

ul.homenotice li.n-li:hover p a {
  text-decoration: underline;
}

ul.homenotice li.n-li .date {
  display: block;
  color: #6e6e6e;
  font-weight: 500;
  font-size: 14px;
  padding: 3px;
  text-decoration: underline;
}

ul.homenotice li.n-li p.topic {
  font-size: 21px;
  display: block;
  margin-top: 5px;
  padding: 0 3px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.3em;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #004d85;
  margin-bottom: 2px !important;
}

ul.homenotice li.n-li p.topic a {
  font-weight: 700;
  font-size: 14px;
}

.message-principal .principal-img {
  float: left;
  display: inline;
  margin: 0 40px 20px 0;
  text-align: center;
  color: #025fa2;
  width: 26rem;
  background: #fff;
  box-shadow: 0 0 12px 1px #e5dfdf;
}

.message-principal .principal-img img {
  object-fit: cover;
  width: 100%;
  margin-bottom: 15px;
  height: 22rem;
    }

.message-principal .principal-img .p-name {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}

.message-principal .principal-img .p-pos {
  font-size: 20px;
  font-weight: 500;
  padding: 10px 0;
}

.message-principal .principal-img .p-school {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 20px;
}

.message-principal .principal-msg {
  display: inline;
  text-align: justify;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 50px;
}

.message-principal .principal-msg .msg-box {
  position: relative;
  top: 60px;
  line-height: 2rem;
}
@media (max-width:996px){
  .message-principal .principal-msg .msg-box{
    margin-bottom: 100px;
  }

}

.message-principal .principal-msg .msg-box .fa-quote-left {
  position: absolute;
  font-size: 40px;
  color: #025fa241;
  top: -50px;
}

.message-principal .principal-msg .msg-box .fa-quote-right {
  position: absolute;
  bottom: -35px;
  color: #025fa241;
  right: 0;
  font-size: 40px;
}

.top-bar {
  height: 29px;
  overflow: hidden;
}

.top-bar .top-info {
  line-height: 25px;
}

@media (max-width: 600px) {
  .message-principal .principal-img {
    float: unset;
    display: block;
    margin: auto;
  }
}

@media (max-width: 991px) {
  .main-nav .collapse .navbar-nav .nav-item .nav-link {
    background: #025fa2d7;
  }
}

.navbar-toggler {
  margin-left: auto;
}
/*# sourceMappingURL=main.css.map */

.banner-box{
  min-height: 118vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: end;
  justify-content: center;
}

@media (max-width:768px){
  .banner-box{
    min-height: 85vh;
  }
  .figure-caption{
    font-size: 2rem !important;
  }
}
.banner-box:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgb(0 0 0 / 30%);
}

.figure-caption {
  color: #fff;
  font-size: 4rem;
  text-align: center !important;
  line-height: 4rem;
  position: relative;
  bottom: 6rem;
}

.mat{
  margin-top: 135px;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom: 16px !important;
}

.result{
  padding: 30px 0;
  background-color: #FAFAFA;
}
.result-form .form-group span{
  color: red;
}

.result-btn{
  background-color: #004d85 !important;
  padding: 10px 50px !important;
  color: #fff !important;
  border-radius: none !important;
}

.result-box {
  background-color: #fff;
  padding: 25px;
  width: 26rem;
  box-shadow: 0 0 9px 0px #ced4da7a;
  margin-top: 15px;
}
.result-info{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 15px;
}

.marquee-container {
  height: 50px;
  overflow: hidden;
  background-color: #004d85;
}

.marquee-container .marquee {
  top: 22%;
  left: 100%;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  animation: marquee 45s linear infinite;
}
.marquee-sp{
  margin-right: 60px;
  color: #fff;
  padding-right: 35px;
  border-right: 1px solid rgb(199, 199, 199);
  width: auto !important;
}

@media(max-width:768px){
  .marquee-sp{
    margin-right: 34px;
  }
}
.marquee .marquee-sp:last-child{
  border: none ;
}
.marquee-sp a {
  font-size: 14px;
}
.marquee-container .marquee:hover{
  animation-play-state:paused ;
}


.nt-block {
  color: #fff;
  background-color: #1c689f;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  padding: 0 40px;
  z-index: 99;
  height: 50px;
  border-right: 2px solid #003860;
}
.nt-block h2{
  font-size: 17px;
  margin-bottom: 0;
}

@keyframes marquee {
  0% {
    left: 100%;
  }

  100% {
    left: -100%;
  }
}

a.btn.btn-sm.form {
  background: #025FA2;
  color: #fff;
}
.about-content img {
  width: 100%;
  object-fit: contain;
}


.carousel-inner img {
  width: 100%;
  height: 100%;
}

#custCarousel .carousel-indicators {
position: static;
margin-top:0px;
margin-left: 0px;
margin-right: 0px;
}

#custCarousel .carousel-indicators > li {
width:100px;
}

#custCarousel .carousel-indicators .active {
    background-color: rgb(0 57 148);
    padding-top: 12px;
    border-width: 2px;
    border-style: solid;
    border-image: initial;
    border-radius: 0;
    border-color: transparent;
}
#custCarousel .carousel-indicators li img {
display: block;
opacity: 0.5;
}

#custCarousel .carousel-indicators li.active img {
opacity: 1;
}

#custCarousel .carousel-indicators li:hover img {
opacity: 0.75;
}

.carousel-item img{

width:80%;
}

/* \  */
.equal {
  height: 100%;
}

.video{
  height: 500px;
  position: relative;
}
.video::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
 
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(0, 0, 0, .8)));
  background: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, .8) 100%);
  background: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, .8) 100%);
  background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, .8) 100%);
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  z-index: 5;
}
.video-section {
  padding: 50px 0;
}
.video-inner i {
  background: #ffffffd6;
  border-radius: 50%;
  display: inline-block;
  font-size: 30px;
  height: 100px;
  width: 100px;
  line-height: 100px;
  color: #025fa2;
}
.video-inner {
  position: relative;
  z-index: 9;
  top: 35%;
}
.video-text-overlay {
  padding: 5px;
  position: relative;
  top: 60%;
  left: 15px;
}
.video-text-overlay h4 {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical;
  color: #fff;
  z-index: 9;
  position: relative;
  line-height: 40px;
}
.video-tab-part img {
  box-shadow: 0px 6px 19px rgb(0 0 0 / 11%);
  border: 0px solid #8392A5;
  width: 96px;
  height: 96px;
  border-radius: 0;
  object-fit: cover;
}
.video-tab-side {
  padding: 15px 20px 0;
  background: #182B49;
  min-height: 500px;
}
.video-tab-side .nav-link.active, .video-tab-side .show>.nav-link {
  color: #fff;
  background-color: #253d63;
}
.video-tab-side a {
  border-bottom: 1px solid #001737;
  margin-bottom: 30px!important;
  list-style: none!important;
  line-height: 24px!important;
}
.video-tab-part h5 {
  color: #fff;
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
}
.video-tab-part span {
  /* font-style: italic; */
  color: #fff;
  font-size: 12px;
}
a.login-top {
  font-size: 14px;
  font-weight: 700;
  margin-left: 15px;
}
a.login-top {
  font-size: 13px;
  font-weight: 700;
  margin-left: 15px;
  background: #004d85;
  padding: 0px 10px;
  border-radius: 5px;
}
@media (max-width: 575.98px) { 
  .top-bar .top-info {
    display: none;
}
.top-bar .top-social .top-social-item {
  display: none;
}
.top-bar {
  height: 40px;
  overflow: hidden;
}
 }
 @-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.3;}
}
.login-top{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}



.video-section iframe{
  width: 100% !important;
}


@media (min-width: 990px) { 
  .video-section iframe{
    height: 500px !important;
  }
}