@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;1,300;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merienda&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;1,100;1,300;1,400;1,500&display=swap');
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}

body {
    font-family: 'Lato', sans-serif!important;
    font-size: 15px;
    line-height: 1.7;
}
a {
   
     color: #303030e8;
}

h1, h2, h3, h4, h5 {
    font-family: Merriweather,serif;
    color: #212121;
    font-weight: 700;
}

body p {
	font-size: 15px;
}
.float-right-d {
  float: right!important;
  padding-left: 15px;
}
.float-left-d {
  float: left!important;
  padding-right: 15px;
}
body a:hover {

	text-decoration: none;
}

.site__logo {
    color: #e31010;
    font-size: 30px;
    font-weight: bold;
}

.header__top {
  padding: 20px 0;  
}

.header__top__right{
  float: right;
}

.header__top__right__list li{
    display: inline-block;
    margin-right: 20px;
    margin-top: 15px;
}

.fa {
    color: #8b71db;
}

.bg-dark{
    background: #8b71db!important;
    color: #FFFFFF!important;
}

.nav-link {
    color: #FFFFFF!important;
    transition: 0.6s;
}

.activeMenu {
  box-shadow: 0px 2px 0px rgb(227 16 16);
}

.nav-link:hover {
    box-shadow: 0px 2px 0px rgb(186 174 225);
    transition: 0.6s;
}
.dropdown-item {
    transition: 0.6s;
}
.dropdown-item:hover {
    color: #fff;
    background-color: #8b71db;
    transition: 0.6s;
}

.sm-show {
  display: none;
}

@media (max-width: 767px) {
  .nav-fill .nav-item, .nav-fill>.nav-link {
    text-align: left;
  }
  .sm-hide {
    display: none;
  }
  .sm-show {
    display: block;
  }
  .header__top{
    text-align: center;
  }

  .smb-3{
    margin-bottom: 1rem!important;  
  }

  .smb-4{
    margin-bottom: 1.5rem!important;  
  }
  .nav-link {
      border-bottom: 1px solid #acacac;
  }
  .nav-link:hover {
      box-shadow: unset;
  }
}

.fab {
    color: #8b71db;
}
.home__slider__image__caption {
    background: #8b71db;
    padding: 5px 10px;
}

.fr__img img{
  border-radius: 5px;
  box-shadow: 0 10px 15px rgb(0 0 0 / 15%);
  transition: 0.6s;
}

.fr__img img:hover{
  box-shadow: 0 10px 25px rgb(0 0 0 / 20%);
  transition: 0.6s;
}
.read__more__btn {
  font-family: 'Roboto', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 500;
    color: #fff;
    background-color: #8b71db;
    border: none;
    padding: 15px;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgb(0 0 0 / 10%);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
}

.read__more__btn:hover {
  box-shadow: 0px 8px 15px rgb(186 174 225);
  color: #fff;
  transform: translateY(-7px);
}

.section__title h2 {
  font-family: 'Roboto', sans-serif;
    font-weight: normal;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient( 
0.26turn, rgb(139 113 219), rgb(241 236 255), rgba(56,2,155,0));
    border-image-slice: 1;
    width: 100%;
    margin-bottom: 20px;
}

.spc-bg {
    background: #ededed;
    padding: 25px;
}

.fa__main__box__img{
    overflow: hidden;
}

.fa__main__box__img img {
    transition: all 0.5s ease-in-out;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 100%;
}

.fa__main__box__img img:hover {
   transform: scale(1.2); 
}

.fa__main__box__info {
    padding: 15px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    background: #fff;
}

.fa__date {
    background: #db7171;
    color: #fff;
    font-weight: bold;
    max-height: 110px;
    padding: 10px 6px 6px 6px;
    border-radius: 5px;
}



.fa__content h4 {
    font-size: 18px;
    margin-bottom: 18px;
}

.plane__read__more {
        color: #db7171;
    font-weight: bold;
}

.view__all__btn {
    font-size: 18px!important;
    padding-top: 10px;
    color: #1aa51ae8;
    font-family: 'Roboto', sans-serif;
}

.latest-news-item {
    margin-right: 10px;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 32px;
    line-height: 1;
    opacity: 1;
    color: #8b71db;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -40px;
}

.news-info {
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    padding: 0 10px;
    background: #fff;
    line-height: 1.3;
    padding: 5px;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #8b71db;
}

.slick-dots li button:before {
    font-size: 10px;
}

.news-title {
    font-weight: bold;
    font-size: 15px;
    color: #3b15af;
}

.news-date {
    font-size: 14px;
    color: #580000;
}

.latest_news_single {
      border-bottom: 1px dashed #8b71db;
    margin-bottom: 10px;
}

ul.block {
  margin-left: 0;
}

ul.block li {
        padding: 12px;
    list-style: none;
    background-color: #d7e1eb;
    color: #000000;
    font-weight: 700;
    margin-bottom: 4px;
}




.meta {
    font-family: Helvetica,Arial,open-sans;
    font-size: .8571rem;
    font-weight: 600;
    color: #8b71db!important;
}



@media (max-width: 991px) {
  .announcements h2 {
    border-bottom: none;
  }
}

@media (max-width: 991px) {
  .announcements h2.events-heading {
    padding-left: 15px;
    margin-top: 20px;
  }
}

.announcements .slick-slider ul {
  font-family: "Open Sans Condensed", Arial, Verdana, sans-serif;
}

.announcements .slick-slider ul li:last-child {
  border-bottom: none;
  margin-bottom:25px;
}

.announcements .slick-slider ul li h3:hover a {
  color: #7d3793;
  text-decoration: underline;
}

.announcements .slick-slider ul p {
  font-size: 1.2rem;
  font-family: "Helvetica Neue", Helvetica, Arial, open-sans;
}

.announcements .slick-slider .all {
  color: #8b71db!important;
  font-family: "Helvetica Neue", Helvetica, Arial, open-sans;
}

.announcements .slick-slider .all:hover {
  border-bottom: none;
}

.announcements .slick-slider .all .fa-caret-right {
  padding-left: 6px;
  position: relative;
}

.announcements .slick-slider .all .fa-caret-right:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 6px;
  bottom: -4px;
  right: 0;
  background-color: #fff;
}

.announcements .left-right-arrows button:first-child {
  margin-right: 3px;
}

@media (max-width: 991px) {
  .announcements {
    margin: 0 auto;
    width: 70%;
  }
}

@media (max-width: 767px) {
  .announcements {
    width: 80%;
  }
}

@media (max-width: 500px) {
  .announcements {
    width: 100%;
  }
}

.left-right-arrows {
  position: absolute;
  bottom: 0px;
  right: 10px;
}

@media (max-width: 767px) {
  .left-right-arrows {
    border-top: -21px;
  }
}

.left-right-arrows button {
  height: 38px;
  width: 38px;
  border: 1px solid #464646;
}

@media (min-width: 360px) and (max-width: 767px) {
  .left-right-arrows button {
    height: 50px;
    width: 50px;
  }
}


.events-section {
  position: relative;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .events-section {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .events-section {
    width: 80%;
  }
}

@media (max-width: 500px) {
  .events-section {
    width: 100%;
  }
}

.events-section .slick-slider ul {
  font-family: "Open Sans Condensed", Arial, Verdana, sans-serif;
}

.events-section .slick-slider ul li {
  padding: 1.25rem;
  position: relative;
}



.events-section .slick-slider ul li:last-child {
  border-bottom: none;
  margin-bottom: 25px;
}



@media (max-width: 767px) {
  .events-section .slick-slider ul li:after {
    width: 80px;
  }
}

.events-section .slick-slider ul li:hover .events-date {
  background-color: #461e52;
  color: #fff;
}

.events-section .slick-slider ul li:hover .event-li h3 {
  color: #8b71db!important;
}

.events-section .slick-slider ul li .event-li {
  display: inline-block;
  padding-left: 42px;
}

@media (max-width: 767px) {
  .events-section .slick-slider ul li .event-li {
    padding-left: 15px;
  }
}

.events-section .slick-slider ul li .event-li h3 {
  display: inline-block;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .events-section .slick-slider ul li .event-li h3 {
    font-size: 1.429rem;
  }
}

.events-section .slick-slider ul li .event-li p {
  font-size: 1.214rem;
  font-weight: 600;
  color: #000;
  font-family: "Helvetica Neue", Helvetica, Arial, open-sans;
}

@media (max-width: 767px) {
  .events-section .slick-slider ul li .event-li p {
    font-size: 16px;
    /*font-size: 1.6rem;*/
  }
}

.events-section .slick-slider .all {
  color: #461e52;
  font-family: "Helvetica Neue", Helvetica, Arial, open-sans;
}

.events-section .slick-slider .all:hover {
  border-bottom: none;
}

.events-section .slick-slider .all .fa-caret-right {
  padding-left: 6px;
  position: relative;
}

.events-section .slick-slider .all .fa-caret-right:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 6px;
  bottom: -4px;
  right: 0;
  background-color: #fff;
}

.events-section .slick-slider .events-date {
  min-width: 81px;
  height: 88px;
  background-color: #8b71db!important;
  font-family: "Helvetica Neue", Helvetica, Arial, open-sans;
  font-weight: 600;
  padding-top: 19px;
  display: inline-block;
  transition: all, 0.4s, ease;
}

@media (max-width: 767px) {
  .events-section .slick-slider .events-date {
    width: 61px;
    height: 68px;
    padding-top: 10px;
  }
}

.events-section .slick-slider .events-date a:focus, .events-section .slick-slider .events-date a:hover {
  color: #fff;
}

.events-section .slick-slider .events-date span {
  font-weight: 300;
  font-size: 2.5rem;
  display: block;
  padding: 0;
  line-height: 30px;
}

@media (max-width: 767px) {
  .events-section .slick-slider .events-date span {
    font-size: 1.429rem;
  }
}

@media (min-width: 991px) {
  .events-section .left-right-arrows {
    bottom: 0px;
  }
}

.announcement-slider h3 {
    font-size: 20px;
}

.announcement-slider p{
    line-height: 1.3;
    font-size: 15px!important;
}

.events-section h3 {
    font-size: 20px;
}

.all__button {
    border: 1px solid;
    padding: 10px;
    color: #8b71db!important;
}

.announcement-slider li {
    background: #fff;
    padding: 15px;
}

.events-block {
    margin-top: 15px;
}

.events-block li {
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
}

.footer__pic img {
    border-radius: 50%;
    border: 2px solid #8b71db;
}



.footer__title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #ece9f5;
    margin-bottom: 12px;
}

.footer {
    background: #07294D;
    color: #bdbdbd;
    padding: 30px 0 10px 0;
}

.footer a {
    color: #bdbdbd;
}

.footer .footer__content ul{
    padding: 0;
}

.quick__links li{
    list-style: none;
    margin-bottom: 10px;
    transition: 0.6s;
}

.footer-social li {
    display: inline-block;
    margin-right: 5px;
}

.footer-social li .fa, .footer-social li .fab {
    background: #fff;
    width: 30px;
    height: 30px;
    padding-top: 8px;
    padding-left: 8px;
    transition: 0.6s;
}

.footer-social li:hover .fa, .footer-social li:hover .fab {
    background: #8b71db;
    color: #fff;
    transition: 0.6s;
}

.quick__links li:hover{
    padding-left: 5px;
    transition: 0.6s;
}

.footer-l {
    background: #354d66;
    color: #c7c7c7;
    padding: 8px 0;
}


.copy-right {
    color: #cacaca!important;
}

.copy-right a {
    color: #cacaca!important;
}

.copy-right-2 {
    text-align: center;
}
.copy-right-3 {
    text-align: right;
}

.back-to-top {
    background: #8b71db;
    color: #fff;
}

.inner_page_hero_banner{
  position: relative;
  z-index: -1;
}

.inner_page_hero_banner img {
  z-index: -1;
}

.inner_page_hero_banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0 0 0 / 55%);
  z-index: 1;
}

.inner_page_hero_title {
  margin-top: -60px;
  z-index: 99;
}


.awards {
  margin: 15px 0;
  text-align: justify;
}

.single-award {
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  padding: 15px;
  margin-bottom: 20px;
}

.award-year {
    /*min-width: 12%;*/
    min-width: 131px;
    height: 88px;
    background-color: #ed6767;
    font-family: "Helvetica Neue", Helvetica, Arial, open-sans;
    font-weight: 600;
    padding-top: 15px;
    transition: all, 0.4s, ease;
    margin-right: 15px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
}

.award-year .fas {
  font-size: 25px;
}

.award-year:hover {
  background-color: #c74545;
  transition: 0.6s;
}

.profile-box {
  background: #fff;
  border-radius: 3%;
  padding: 25px;
  margin: 0 10px;
  position: relative;
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  border-color: #fff;
  transform: scale(1.02);
  transition: all 0.3s ease-in-out;
  text-align: center;
  align-items: center;
}



.profile-box-title {
  border:2px solid #ed6767;
  padding:25px;
  position: relative;
  border-radius: 3%;
}

.profile-box-title .fab {
  color: #ed6767;
}


.profile-box a{
  font-size: 13px;
  font-weight: bold;
  z-index: 99;
  color: #ed6767;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.profile-box-title i {
  font-size: 40px;
}

.profile-box:hover {
  background: #ed6767;
  transition: all 0.3s ease-in-out;
}

.profile-box:hover .profile-box-title{
  border:2px solid #fff;
  transition: all 0.3s ease-in-out;
}

.profile-box:hover a{
  color: #fff;
}

.profile-box:hover .fab{
  color: #fff;
}

.media-box {
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  border-color: #fff;
  padding: 15px;
}

.media-box-image {
  height: 200px;
  background: #fef4ff;
  overflow: hidden;
}

.media-box-caption {
  background: #ed6767;
  color: #fff;
  text-align: center;
  padding: 5px;
  font-size: 13px;
}

.media_date {
 font-family: Merriweather,serif;
}

.site__heading {
    background: #ed6767;
    padding: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.site__heading:hover {
  color: #fff;
}

.site__ul {
  list-style: none;
}

.site__ul li::before {
  content: "\2022";
  color: #ed6767;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

.site__ul li {
  margin-bottom: 15px;
}

.page-link {
  color: #8b71db;
}

.pagination .active {
  color: #fff;
  background: #8b71db;
}

.deactive {
  cursor: not-allowed;
}

.gallery-box {
  position: relative;
  overflow: hidden;
}

.gallery-box-info {
  position: absolute;
  left: 5%;
  right: 5%;
  top: 5%;
  bottom: 5%;
  border: 2px solid #fff;
  padding-top: 5%;
  text-align: center;
  align-items: center;
  color: #fff;
  background: rgb(237 103 103 / 69%);
  opacity: 0;
  transition: 0.6s ease-in-out;
}

.gallery-box-image img{
  transform: scale(1);
  transition: 1s ease-in-out;
}

.gallery-box-info .fas {
  font-size: 25px;
}

.gallery-box:hover .gallery-box-info{
  opacity: 1;
  transition: 0.6s ease-in-out;
}

.gallery-box:hover .gallery-box-image img{
  transform: scale(1.5);
  transition: 2s ease-in-out;
}

.contact-btr {
  background: #d7d7d7;
  margin-left: 35px;
  margin-top: 20px;
  width: 0.3%;
  height: 200px;
}

.contact-info-box {
  margin-top: 16%;
}

.contact-info-icon {
  border-radius: 50%;
  border: 1px dashed #8b71db;
  font-size: 20px;
  height: 38px;
  width: 38px;
  text-align: center;
}

.contact-info-text {
  padding: 4px 0 0 10px;
  font-size: 16px;

}

.modal-body {
    max-height: 500px;
    overflow-y: auto;
}

/*.contact-info-icon i {
  color: #fff!important;
}*/

@media (max-width: 767px) {
  .contact-btr {
    display: none;
  }
  .contact-info-box {
    margin-top: 8%;
  }

  .footer-l {
    text-align: center!important;
  }

  .header__top__right {
       float: unset!important; 
  }

  .copy-right-3 {
      text-align: center;
  }
}

.errorm {
  color: white;
    background: #bf160e;
    padding: 5px 10px;
}
.successm {
  color: white;
    background: #049e04;
    padding: 5px 10px;
}

.form-error {
  color: red;
}

.clr-red {
  color: #e31010!important;
  font-family: Merriweather,serif!important;
  font-size: 30px;
}

.spc-tr {
  text-align: center;
   color: #ed6767;
   font-weight: bold;
}
.article-btn {
    background: #8b71db;
    color: #fff;
    border-radius: 16px;
    padding: 6px 10px;
}

.article-btn:hover {
  background: #6e52c3;
  color: #fff;
}
.nav-pills .nav-link {
  color: #000!important;
  border: 1px solid #e4e8ed;
    border-radius: unset;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: #e4e8ed;
}

.vmi {
  clear: both;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
}

.mt-0 {
  margin-top: 0!important;
}








