@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
:root {
  --primary-bg-color: #eaaf6d;
  --button-bg-color: #ddd;
  --sidebar-bg-color: #f3f3f4;
}

.site-main {
  min-height: 100vh;
}

.wow {
  visibility: hidden;
}

.animate__delay-100ms {
  animation-delay: 100ms !important;
}

.animate__delay-200ms {
  animation-delay: 200ms !important;
}

.animate__delay-300ms {
  animation-delay: 300ms !important;
}

.animate__delay-400ms {
  animation-delay: 400ms !important;
}

.animate__delay-500ms {
  animation-delay: 500ms !important;
}

.animate__delay-600ms {
  animation-delay: 600ms !important;
}

.animate__delay-700ms {
  animation-delay: 700ms !important;
}

.animate__delay-800ms {
  animation-delay: 800ms !important;
}

.animate__delay-900ms {
  animation-delay: 900ms !important;
}

.animate__delay-1000ms {
  animation-delay: 1000ms !important;
}

body {
  font-family: "Open Sans", sans-serif;
  background-color: #f7f7f7 !important;
}

.btn-primary {
  background-color: #2D416C !important;
  border: #2D416C !important;
  transition: all 0.4s ease-in-out 0s;
  color: white !important;
}
.btn-primary:hover {
  background-color: #eaaf6d !important;
  border: #eaaf6d !important;
}
.btn-primary:active {
  background-color: #2D416C !important;
  border: #2D416C !important;
}

.primaryText {
  color: #eaaf6d;
}

a {
  text-decoration: none;
}

.__main_wrapper a {
  text-decoration: none;
}

a:visited {
  color: #2D416C;
}

.nav.flex-column {
  margin: 0px;
}

.navbar-toggler:hover {
  background-color: transparent;
}

input {
  transition: all 0.3s ease-in-out 0s;
}
input:not(.is-invalid):focus {
  outline: 1px solid #eaaf6d;
  box-shadow: 0 0 2px 1px #eaaf6d;
}

input[type=checkbox] {
  accent-color: #eaaf6d;
  border-radius: 16px;
}

@media screen and (max-width: 992px) {
  .navbar-collapse {
    margin-top: 16px;
    border-top: 1px solid rgb(245, 245, 245);
  }
}
footer .nav-link {
  transition: all 0.3s ease-in-out 0s;
}
footer .nav-link:hover {
  color: orange !important;
}

body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f7f7f7;
  margin: 0;
  padding: 0;
}

.__archive a {
  color: black;
  transition: all 0.3s ease-in-out 0s;
}
.__archive a:hover {
  color: orange !important;
}
.__archive .__archive_list_card {
  max-width: 400px;
}
.__archive .__archive_list_card .__archive_card_img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.__archive .__archive_header {
  align-self: flex-start;
}
.__archive .__archive_header h1 {
  font-size: 1.5rem;
}
.__archive nav {
  margin-top: auto;
}

.breadcrumb a {
  margin-right: 8px;
}
.breadcrumb span {
  margin-right: 8px;
}
.breadcrumb .last {
  color: orange !important;
}

.__sidebar {
  background-color: rgb(241, 241, 241);
  border: none;
  border-radius: 8px;
  padding: 24px 16px;
  height: -moz-fit-content;
  height: fit-content;
}
.__sidebar input {
  border: 1px solid #eaaf6d;
  border-radius: 8px;
  transform: all 0.3s ease-in-out 0s;
}
.__sidebar input:focus {
  outline: 2px solid #eaaf6d;
}
.__sidebar ul {
  line-height: 2;
}
.__sidebar ul ::marker {
  color: #eaaf6d;
}
.__sidebar button {
  border: none;
  border-radius: 8px;
  background-color: #eaaf6d;
  color: white;
  padding: 8px;
  transition: all 0.3s ease-in-out 0s;
}
.__sidebar button:hover {
  background-color: orange;
}
.__sidebar h2 {
  font-size: 1.3rem;
  color: #eaaf6d;
  font-weight: 600;
}
.__sidebar ul {
  margin-left: 8px;
}
.__sidebar aside {
  margin: 4px 16px;
}
.__sidebar .__sidebar_item a {
  color: black;
  transition: all 0.3s ease-in-out 0s;
}
.__sidebar .__sidebar_item a:hover {
  color: orange !important;
}

.page-title {
  color: #eaaf6d;
  font-size: 1.8rem !important;
}

.__sidebar {
  margin-top: 16px !important;
}
.__sidebar label {
  display: none !important;
}

@media screen and (min-width: 992px) {
  .__sidebar {
    margin-top: 100px !important;
  }
}
.active > .page-link {
  background-color: #eaaf6d;
  border-color: #eaaf6d;
  color: white;
}

.__single .entry-title {
  font-size: 1.8rem;
  color: #eaaf6d;
  margin-bottom: 20px;
}
.__single .entry-meta {
  margin-bottom: 20px;
}
.__single .entry-meta svg {
  color: rgb(165, 165, 165);
}
.__single .post-thumbnail {
  max-height: 500px;
  overflow: hidden;
  border-radius: 8px;
}
.__single .post-thumbnail img {
  border-radius: 8px;
  max-height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease-in-out;
}
.__single .post-thumbnail img:hover {
  scale: 1.1;
}

.comments-area {
  background-color: rgb(241, 241, 241);
  width: 100%;
  padding: 16px;
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
}

#commentform p.comment-form-author {
  width: 100%;
}
#commentform p.comment-form-author input {
  width: 100%;
}
#commentform p.comment-form-email {
  width: 100%;
}
#commentform p.comment-form-email input {
  width: 100%;
}
#commentform .comment-form-cookies-consent {
  display: flex;
  flex-direction: row;
  align-items: start;
  gap: 8px;
}
#commentform .comment-form-cookies-consent input {
  margin-top: 4px;
}
#commentform .form-submit input {
  background-color: #eaaf6d;
  color: white;
  border-radius: 4px;
  border: none;
  padding: 12px 16px;
}

.comments-title {
  font-size: 1.5rem !important;
  margin-bottom: 16px;
}

.navigation.post-navigation {
  width: 100%;
}
.navigation.post-navigation .nav-previous span:nth-child(2),
.navigation.post-navigation .nav-next span:nth-child(2) {
  color: #eaaf6d;
}

.entry-footer a {
  color: #2D416C !important;
}

.tags .tag-title {
  color: gray;
}
.tags a {
  background-color: rgb(235, 235, 235);
  color: rgb(160, 160, 160) !important;
  border-radius: 2px;
  padding: 4px 6px;
  font-size: small;
  transition: all 0.3s ease-in-out;
  margin-left: 4px;
}
.tags a:hover {
  background-color: #eaaf6d;
  color: white !important;
}

.__archive_card2 .__info_bar {
  background: #f7f7f7;
  border: solid 1px #eee;
  border-radius: 3px;
  color: #777;
  font-size: 0.875rem;
  margin-top: 2.5em;
  padding: 11px 20px 17px;
}
.__archive_card2 .entry-title {
  margin-top: 16px;
  margin-bottom: 24px;
}
.__archive_card2 .__archive_card_img {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

@media screen and (min-width: 992px) {
  .__archive_card2:nth-child(n+2):before {
    border-top: solid 3px #eee !important;
    clear: both;
    content: " ";
    display: block;
    margin: 5rem auto;
    width: 33%;
  }
}
@media screen and (max-width: 992px) {
  .__sidebar2 {
    margin-top: 32px;
  }
}
.search-form input {
  border-radius: 4px;
  height: 48px;
  padding: 0px 16px;
}
.search-form input::-moz-placeholder {
  color: #757575;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 16px;
}
.search-form input::placeholder {
  color: #757575;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 16px;
}

.__sidebar2 label {
  display: none;
}
.__sidebar2 input {
  width: 100%;
  border-radius: 4px;
  height: 48px;
  padding: 0px 16px;
}
.__sidebar2 input::-moz-placeholder {
  color: #757575;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 16px;
}
.__sidebar2 input::placeholder {
  color: #757575;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 16px;
}
.__sidebar2 button {
  border-radius: 4px;
  display: none;
}
@media screen and (min-width: 48em) {
  .__sidebar2 #secondary .widget:nth-child(n+2):before {
    border-top: solid 3px #eee;
    clear: both;
    content: " ";
    display: block;
    margin: 2.5rem;
    margin-left: 0;
    width: 33%;
  }
}
.__sidebar2 .widget .wp-block-heading {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.__sidebar2 .widget li {
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #aaa;
  font-size: 0.875rem;
}
.__sidebar2 .widget ul,
.__sidebar2 .widget ol {
  margin-left: 0;
  list-style: none;
  padding-left: 0;
}
.__sidebar2 .wp-block-tag-cloud a {
  background-color: rgba(158, 158, 158, 0.09);
  border-radius: 3px;
  color: #aaa;
  display: inline-block;
  margin: 0 6px 6px 0;
  padding: 4px 8px;
}

.__badge {
  background-color: #eee;
  text-transform: capitalize;
  padding: 4px;
}
.__badge a {
  color: #aaa;
}

.custom-login-container {
  max-width: 400px;
  margin: 50px auto;
  padding: 20px;
  background: #f4f4f4;
  text-align: center;
  border-radius: 5px;
}

.custom-login-container input {
  width: 100%;
  padding: 10px;
  margin: 5px 0;
}

.__custom_login_container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 68px;
}
.__custom_login_container a {
  color: #eaaf6d;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
}
.__custom_login_container a:hover {
  color: #2D416C;
}
.__custom_login_container button {
  margin-bottom: 32px;
}
.__custom_login_container .__form_container {
  background-color: #fff;
  width: 760px;
  max-width: 97vw;
  height: 600px;
  position: relative;
  overflow: hidden;
}
.__custom_login_container .__form_container .forms-container {
  position: relative;
  width: 50%;
  text-align: center;
}
.__custom_login_container .__form_container .forms-container .fc {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 600px;
  transition: all 0.5s ease-in;
}
.__custom_login_container .__form_container .forms-container .fc h2 {
  font-size: 2rem;
}
.__custom_login_container .__form_container .forms-container .fc form {
  display: flex;
  flex-direction: column;
  margin: 0px 30px;
}
.__custom_login_container .__form_container .forms-container .fc form input {
  margin: 10px 0px;
  padding: 15px;
  background-color: #efefef;
  border-radius: 5px;
}
.__custom_login_container .__form_container .forms-container .fc form button {
  border: none;
  padding: 20px;
  margin-top: 5px;
  background-color: #eaaf6d;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.__custom_login_container .__form_container .forms-container .fc form button:focus {
  outline: none;
}
.__custom_login_container .__form_container .forms-container .fc form button:hover {
  background-color: #2c8b44 !important;
}
.__custom_login_container .__form_container .forms-container .fc span {
  margin: 10px 0px;
}
.__custom_login_container .__form_container .forms-container .fc.signup-form {
  opacity: 0;
  z-index: 1;
  left: 200%;
  border: none;
}
.__custom_login_container .__form_container .forms-container .fc.signin-form {
  opacity: 1;
  z-index: 2;
  left: 0%;
  border: none;
}
.__custom_login_container .__form_container .intros-container {
  position: relative;
  left: 50%;
  width: 50%;
  text-align: center;
}
.__custom_login_container .__form_container .intros-container .intro-control {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 600px;
  color: #fff;
  background: linear-gradient(170deg, #34d399, #eaaf6d);
  transition: all 0.5s ease-in;
}
.__custom_login_container .__form_container .intros-container .intro-control .intro-control__inner {
  margin: 0px 30px;
}
.__custom_login_container .__form_container .intros-container .intro-control button {
  border: none;
  padding: 15px 30px;
  background-color: #eaaf6d;
  border-radius: 50px;
  color: #fff;
  margin: 10px 0px;
  cursor: pointer;
}
.__custom_login_container .__form_container .intros-container .intro-control button:focus, .__custom_login_container .__form_container .intros-container .intro-control button:hover {
  outline: none;
}
.__custom_login_container .__form_container .intros-container .intro-control h3,
.__custom_login_container .__form_container .intros-container .intro-control p {
  margin: 10px 0px;
}
.__custom_login_container .__form_container .intros-container .intro-control.signin-intro {
  opacity: 1;
  z-index: 2;
}
.__custom_login_container .__form_container .intros-container .intro-control.signup-intro {
  opacity: 0;
  z-index: 1;
}
.__custom_login_container .change .forms-container .fc.signup-form {
  opacity: 1;
  z-index: 2;
  transform: translateX(-100%);
}
.__custom_login_container .change .forms-container .fc.signup-form button {
  transition: all 0.3s ease-in-out;
  background-color: #2D416C !important;
}
.__custom_login_container .change .forms-container .fc.signup-form button:hover {
  background-color: #db3721 !important;
}
.__custom_login_container .change .forms-container .fc.signin-form {
  opacity: 0;
  z-index: 1;
  transform: translateX(-100%);
}
.__custom_login_container .change .intros-container .intro-control {
  transform: translateX(-100%);
  background: linear-gradient(170deg, #2D416C, #db3721);
}
.__custom_login_container .change .intros-container .intro-control #signin-btn {
  background-color: #2D416C;
}
.__custom_login_container .change .intros-container .intro-control.signin-intro {
  opacity: 0;
  z-index: 1;
}
.__custom_login_container .change .intros-container .intro-control.signup-intro {
  opacity: 1;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .__custom_login_container .__form_container {
    height: 100vh;
    display: flex;
    flex-direction: column;
  }
  .__custom_login_container .__form_container .forms-container {
    order: 2;
    width: 100%;
    height: 70vh;
  }
  .__custom_login_container .__form_container .forms-container .fc {
    position: absolute;
    height: 50vh;
  }
  .__custom_login_container .__form_container .forms-container .fc.signup-form {
    left: 0%;
    margin-top: 70px;
  }
  .__custom_login_container .__form_container .intros-container {
    order: 1;
    width: 100%;
    left: 0%;
    height: 35vh;
  }
  .__custom_login_container .__form_container .intros-container .intro-control {
    position: absolute;
    height: 35vh;
  }
  .__custom_login_container .change .forms-container .fc.signup-form, .__custom_login_container .change .forms-container .fc.signin-form {
    transform: translateX(0%);
  }
  .__custom_login_container .change .intros-container .intro-control {
    transform: translateX(0%);
  }
}
.__custom_login_container .g-recaptcha {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-height: 915px) and (max-width: 480px) {
  .__custom_login_container .__form_container {
    height: 108vh !important;
  }
  .__custom_login_container .forms-container {
    transform: translateY(60px);
  }
  .__custom_login_container .g-recaptcha {
    transform: scale(0.91);
    transform-origin: 0 0;
  }
}
@media screen and (max-height: 740px) and (max-width: 480px) {
  .__custom_login_container .__form_container {
    height: 122vh !important;
  }
  .__custom_login_container .forms-container {
    transform: translateY(60px);
  }
  .__custom_login_container .g-recaptcha {
    transform: scale(0.91);
    transform-origin: 0 0;
  }
}
@media screen and (max-width: 400px) {
  .__custom_login_container .__form_container .forms-container {
    height: 80vh;
  }
}
@media screen and (min-width: 400px) and (max-width: 430px) {
  .__custom_login_container .__form_container .forms-container {
    height: 60vh;
  }
}

.__co_side_menu h1 {
  font-size: 2rem;
  padding-top: 16px;
  padding-bottom: 16px;
}
.__co_side_menu ul {
  margin: 0 !important;
  position: relative;
}
.__co_side_menu a {
  padding: 0;
  padding: 0px 8px;
  min-height: 2rem;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.__co_side_menu .btn {
  border: none !important;
}
.__co_side_menu .btn:focus {
  outline: none !important;
}
.__co_side_menu a {
  border-radius: 0px;
  color: #2D416C;
  padding-top: 8px;
  padding-bottom: 8px;
}
.__co_side_menu a:hover {
  color: white !important;
  background-color: #eaaf6d !important;
}
.__co_side_menu a.__drop {
  position: relative;
}
.__co_side_menu a.__drop::after {
  content: "+";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 100%;
  margin-left: auto;
  background-color: #2D416C;
  position: absolute;
  right: 0;
  color: white;
  transition: all 0.3s ease-in-out;
  font-size: 1.5rem;
  color: #eaaf6d;
}
.__co_side_menu a.__drop[aria-expanded=true]::after {
  content: "-" !important;
}
.__co_side_menu .__sidemenu_title {
  color: #2D416C;
  margin-bottom: 16px;
  border-bottom: solid 1px #ddd;
}
.__co_side_menu .__sidemenu_title::after {
  content: url(../assets/images/after.svg) !important;
  display: inline-block;
  justify-content: center;
  align-items: center;
  width: 2rem;
  margin-left: 8px;
}
.__co_side_menu a.active {
  background-color: #eaaf6d;
  color: white;
}

.offcanvas-header h1.__sidemenu_title {
  font-size: 1.5rem !important;
  margin-bottom: 0;
}

.__add_some_space {
  background-color: #eef2f7;
}

.__add_some_space li a {
  padding-left: 2rem;
}

.__add_some_space .__add_some_space li a {
  padding-left: 3rem;
}

.__add_some_space .__add_some_space .__add_some_space li a {
  padding-left: 4rem;
}

.__add_some_space .__add_some_space .__add_some_space .__add_some_space li a {
  padding-left: 5rem;
}

.__col_side_main_title {
  display: inline-block;
  min-width: 280px;
  color: #fff;
  padding: 5px 15px 5px 10px;
  font-weight: 600;
  font-size: 20px;
  background-image: url(../assets/images/heading_background.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: right;
}

.__hero_slider img {
  max-height: 88vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.__hero_slider .slick-next {
  right: 10px;
  z-index: 5;
}
.__hero_slider .slick-prev {
  left: 10px;
  z-index: 5;
}

.__s_title {
  font-weight: 600;
  padding: 0.5rem 0;
  color: #2D416C;
}

.__s_hr {
  color: #eaaf6d;
  background-color: #eaaf6d;
  height: 0.25rem;
  width: 100%;
  border-radius: 1rem;
  opacity: 1;
  margin: 1rem 0;
}

.__s_desc {
  color: #AEAEAE;
}

.__explore_section .text-center {
  padding: 1rem;
}
.__explore_section .fs-3.primaryText {
  font-weight: 600;
  padding: 0.5rem 0;
}
.__explore_section .fs-5 {
  color: #AEAEAE;
}
.__explore_section hr {
  color: #FAA519;
  height: 0.25rem;
  width: 10rem;
  border-radius: 1rem;
  opacity: 1;
  margin: auto;
}
.__explore_section .card.__card {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.__explore_section .card.__card img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 400px;
  transition: all 0.3s ease-in-out;
}
.__explore_section .card.__card img:hover {
  transform: scale(1.1);
}
.__explore_section .card.__card .card-body {
  position: absolute;
  width: 100%;
  padding: 0.5rem;
}
.__explore_section .card.__card .card-body p.card-text {
  color: white;
  text-align: end;
  font-weight: bold;
  font-size: 1rem;
}
.__explore_section .card.__card:hover .__card_body0, .__explore_section .card.__card:hover .__card_body1 {
  background-color: #eab06d;
}
.__explore_section .__card_body1 {
  background-color: rgba(234, 176, 109, 0.6784313725);
  left: 0;
  right: 0;
  top: 0;
  padding-left: 0;
  transition: all 0.3s ease-in-out;
}
.__explore_section .__card_body0 {
  background-color: rgba(234, 176, 109, 0.6784313725);
  left: 0;
  right: 0;
  bottom: 0;
  padding-left: 0;
  transition: all 0.3s ease-in-out;
}

.__institute_at_glance .__card {
  border: none;
  border-radius: 0.5rem;
  box-shadow: 4px 4px 3px 1px rgba(136, 136, 136, 0.368627451);
  transition: transform 0.5sease-in-out;
}
.__institute_at_glance .__card_body {
  background-color: #eaaf6d;
  border-radius: 0 0 0.5rem 0.5rem;
}

.__news_tabs .__title {
  font-weight: 700;
  padding: 0.5rem 0;
  font-size: 1.8rem;
}
.__news_tabs button.nav-link {
  border: none;
}
.__news_tabs .nav {
  border: none;
}
.__news_tabs .nav-tabs .nav-link.active {
  background-color: transparent;
  border: none;
}
.__news_tabs .nav-tabs .nav-link.active::after {
  background: #faa519;
  width: 80%;
}
.__news_tabs .nav-tabs .nav-link {
  border: none;
  outline: none;
  box-shadow: none;
  position: relative;
  padding-bottom: 5px;
}
.__news_tabs .nav-tabs .nav-link::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  height: 3px;
  width: 0;
  background: 0 0;
  transition: width 0.5s ease, background-color 0.5s ease;
  background-color: #eaaf6d;
}
.__news_tabs .nav-tabs .nav-link:hover::after {
  width: 80%;
}
.__news_tabs #newsTabs .__card {
  border-radius: 2rem;
  box-shadow: 4px 4px 3px 1px rgba(255, 194, 97, 0.6980392157);
}

.__header_style_2 .navbar-expand-lg {
  flex-wrap: wrap !important;
}
.__header_style_2 .__l_btn {
  background-color: #2D416C;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
.__header_style_2 .__l_btn:hover {
  background-color: #eaaf6d;
}
.__header_style_2 .button {
  display: inline-block;
  margin: 4px 2px;
  background-color: #2D416C;
  font-size: 14px;
  padding-left: 40px;
  padding-right: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  text-align: center;
  color: white;
  text-decoration: none;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.__header_style_2 .button:hover {
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  background-color: #eaaf6d;
  color: white;
}
.__header_style_2 .search-container {
  position: relative;
  display: inline-block;
  margin: 4px 2px;
  height: 40px;
  width: 40px;
  vertical-align: bottom;
}
.__header_style_2 .mglass {
  display: inline-block;
  pointer-events: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.__header_style_2 .searchbutton {
  position: absolute;
  font-size: 22px;
  width: 100%;
  margin: 0;
  padding: 0;
}
.__header_style_2 .search:focus + .searchbutton {
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  background-color: #eaaf6d;
  color: white;
}
.__header_style_2 .search {
  position: absolute;
  left: 49px;
  background-color: white;
  outline: none;
  border: none;
  padding: 0;
  width: 0;
  height: 100%;
  z-index: 10;
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.__header_style_2 .search:focus {
  width: 200px;
  padding: 0 16px 0 0;
}
.__header_style_2 .expandright {
  left: auto;
  right: 49px;
}
.__header_style_2 .expandright:focus {
  padding: 0 0 0 16px;
}
.__header_style_2 .__offcanvas_container {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .__header_style_2 .__offcanvas_container {
    position: absolute;
    top: 0;
    left: 0;
    width: -moz-fit-content;
    width: fit-content;
  }
  .__header_style_2 button {
    border: none;
    font-size: 1rem;
    box-shadow: none;
  }
}
.__header_style_2 input:not(.is-invalid):focus {
  outline: none;
}
.__header_style_2 .__btn_modal_s {
  background-color: #2D416C;
  color: white;
}
.__header_style_2 .modal input {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.__header_style_2 .modal input::-moz-placeholder {
  padding: 8px;
}
.__header_style_2 .modal input::placeholder {
  padding: 8px;
}

.__page .__page_img {
  max-height: 500px;
}
.__page .__page_img img {
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

marquee {
  padding: 8px;
  color: #004e95;
  text-transform: uppercase;
  font-size: 0.75rem;
  background-color: #faa519;
}

.__academics .fs-3.primaryText {
  font-weight: 600;
  padding: 0.5rem 0;
}
.__academics hr {
  color: #eaaf6d;
  background-color: #eaaf6d;
  height: 0.25rem;
  width: 100%;
  border-radius: 1rem;
  opacity: 1;
  margin: 1rem 0;
}
.__academics .academics_slide {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease-in-out 0s;
}
.__academics .academics_slide img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 16px;
}
.__academics .academics_slide img:hover {
  scale: 1.1;
}
.__academics .academics_slide:hover .academics_slide_text {
  background-color: rgba(234, 175, 109, 0.8);
}
.__academics .academics_slide_text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background-color: rgba(234, 176, 109, 0.6784313725);
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  padding: 8px;
  color: white;
}
.__academics .slick-slide {
  margin: 0 27px;
}

.__news_archive .__item_sidebar a {
  color: gray;
  margin-bottom: 0.25rem;
  text-decoration: none;
}

.__department_template_parts .__m_title {
  display: flex;
  align-items: center;
  margin: 1rem;
}
.__department_template_parts .__m_title h3 {
  font-weight: 800;
  text-transform: uppercase;
  color: white;
  letter-spacing: 0.1rem;
  border-left: 3px solid #eaaf6d;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 0.5rem 2.5rem;
}
.__department_template_parts .__m_content p {
  font-weight: 500;
  word-break: break-all;
  margin: 1rem 0;
}
.__department_template_parts .__milestones_1 h1 {
  font-size: 40px;
  width: 1200px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  top: 40px;
  line-height: 0;
}
.__department_template_parts .__milestones_1 .controls {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 68px;
  margin: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: white;
  border-radius: 50%;
  z-index: 2;
}
.__department_template_parts .__milestones_1 .controls:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  border-left: 4px solid #2D416C;
  border-bottom: 4px solid #2D416C;
  transition: 500ms all;
}
.__department_template_parts .__milestones_1 .controls:hover {
  transform: scale(1.05);
}
.__department_template_parts .__milestones_1 .controls.next {
  left: auto;
  right: 16px;
  transform: rotate(180deg);
}
.__department_template_parts .__milestones_1 .controls.next:hover {
  transform: scale(1.05) rotate(180deg);
}
@media screen and (max-width: 992px) {
  .__department_template_parts .__milestones_1 .controls {
    width: 30px;
    height: 30px;
  }
  .__department_template_parts .__milestones_1 .controls::after {
    width: 10px;
    height: 10px;
    border-left: 2px solid #2D416C;
    border-bottom: 2px solid #2D416C;
  }
}
.__department_template_parts .__milestones_1 .time-line {
  width: 100%;
  height: 480px;
  background-color: #2D416C;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  bottom: 0;
  overflow-x: hidden;
}
.__department_template_parts .__milestones_1 .time-line * {
  transition: 800ms all cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width: 768px) {
  .__department_template_parts .__milestones_1 .time-line {
    height: 440px;
  }
}
.__department_template_parts .__milestones_1 .time-line .dates-overflow {
  left: 0;
  width: 500vw;
  position: absolute;
  bottom: 50px;
  height: 50px;
}
.__department_template_parts .__milestones_1 .time-line .dates-wrap {
  display: inline-block;
  position: absolute;
  height: 100%;
  left: calc(25vw - 80px);
}
@media screen and (max-width: 768px) {
  .__department_template_parts .__milestones_1 .time-line .dates-wrap {
    left: calc(50vw - 80px);
  }
}
.__department_template_parts .__milestones_1 .time-line .dates-wrap:before, .__department_template_parts .__milestones_1 .time-line .dates-wrap:after {
  content: "";
  position: absolute;
  width: 160px;
  height: 100%;
  left: -1px;
  transform: translate(-50%, -50%);
  background: linear-gradient(to right, #2D416C 0%, rgba(125, 185, 232, 0) 100%);
  z-index: 2;
}
.__department_template_parts .__milestones_1 .time-line .dates-wrap:after {
  left: auto;
  right: -1px;
  background: linear-gradient(to left, #2D416C 0%, rgba(125, 185, 232, 0) 100%);
  transform: translate(50%, -50%);
}
.__department_template_parts .__milestones_1 .time-line .dates-wrap .date {
  width: 160px;
  position: relative;
  float: left;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 800ms all cubic-bezier(0.23, 1, 0.32, 1);
}
.__department_template_parts .__milestones_1 .time-line .dates-wrap .date .date-content {
  visibility: hidden;
  position: absolute;
  width: 340px;
  height: 340px;
  bottom: 100%;
  margin-bottom: 80px;
  border-radius: 3px;
  transform-origin: 50% 100%;
  transform: scale(0.7);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0);
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.__department_template_parts .__milestones_1 .time-line .dates-wrap .date .date-content:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  top: 100%;
  margin-top: 8px;
  height: 60px;
  opacity: 0;
  background-color: #fff;
  transform: scaleY(0);
  transform-origin: 100% 100%;
  transition: 800ms all cubic-bezier(0.23, 1, 0.32, 1);
}
.__department_template_parts .__milestones_1 .time-line .dates-wrap .date .date-content .date-image {
  width: 100%;
  height: calc(100% - 60px);
  color: white;
  background-image: url(https://images.unsplash.com/photo-1573591172652-f548fe02ef77?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=844&q=80);
  background-size: cover;
  background-position: center;
}
.__department_template_parts .__milestones_1 .time-line .dates-wrap .date .date-content > div {
  opacity: 0;
  transform: translateY(40px);
}
.__department_template_parts .__milestones_1 .time-line .dates-wrap .date .date-content .date-text {
  width: 100%;
  height: auto;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2D416C;
  padding: 1rem;
  border-radius: 1rem;
}
.__department_template_parts .__milestones_1 .time-line .dates-wrap .date .date-year {
  opacity: 0.4;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.__department_template_parts .__milestones_1 .time-line .dates-wrap .date .date-year:hover {
  opacity: 1 !important;
}
.__department_template_parts .__milestones_1 .time-line .dates-wrap .date .date-year:hover:after {
  transform: scale(1) !important;
}
.__department_template_parts .__milestones_1 .time-line .dates-wrap .date .date-year p {
  margin-top: 1.5rem;
  color: #fff;
  font-size: 35px;
  font-weight: 900;
  transform: scale(0.4);
  z-index: 2;
}
.__department_template_parts .__milestones_1 .time-line .dates-wrap .date .date-year:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: #fff;
  bottom: 100%;
  margin-bottom: -7px;
  border-radius: 50%;
  transform: scale(0.4);
  transition: 500ms all;
}
.__department_template_parts .__milestones_1 .time-line .dates-wrap .date .date-year:before {
  content: "";
  position: absolute;
  top: 0;
  width: 200%;
  height: 1px;
  background-color: #fff;
}
.__department_template_parts .__milestones_1 .time-line .dates-wrap .date.sibling .date-year {
  opacity: 0.6;
}
.__department_template_parts .__milestones_1 .time-line .dates-wrap .date.sibling .date-year:after {
  transform: scale(0.8);
}
.__department_template_parts .__milestones_1 .time-line .dates-wrap .date.sibling .date-year p {
  transform: scale(0.6);
}
.__department_template_parts .__milestones_1 .time-line .dates-wrap .date.active + .date .date-year {
  opacity: 0.6;
}
.__department_template_parts .__milestones_1 .time-line .dates-wrap .date.active + .date .date-year:after {
  transform: scale(0.8);
}
.__department_template_parts .__milestones_1 .time-line .dates-wrap .date.active + .date .date-year p {
  transform: scale(0.6);
}
.__department_template_parts .__milestones_1 .time-line .dates-wrap .date.active .date-year {
  opacity: 1;
}
.__department_template_parts .__milestones_1 .time-line .dates-wrap .date.active .date-year:before {
  width: calc(200% - 11px);
}
.__department_template_parts .__milestones_1 .time-line .dates-wrap .date.active .date-year:after {
  transform: scale(1);
}
.__department_template_parts .__milestones_1 .time-line .dates-wrap .date.active .date-year p {
  transform: scale(1.2);
}
.__department_template_parts .__milestones_1 .time-line .dates-wrap .date.active .date-content {
  transform: scale(1);
  visibility: visible;
}
.__department_template_parts .__milestones_1 .time-line .dates-wrap .date.active .date-content:after {
  transition-delay: 200ms;
  opacity: 1;
  transform: scaleY(1);
}
.__department_template_parts .__milestones_1 .time-line .dates-wrap .date.active .date-content div {
  transition-delay: 200ms;
  opacity: 1;
  transform: translateY(0px) scale(1);
}
.__department_template_parts .__testimonial_1 .testimonial {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3d5a80;
}
.__department_template_parts .__testimonial_1 .testimonial-slide {
  padding: 40px 20px;
}
.__department_template_parts .__testimonial_1 .testimonial_box-top {
  background-color: whi;
  border: 1PX solid #2D416C;
  padding: 30px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  box-shadow: 3px 3px 10px rgba(45, 65, 108, 0.2196078431);
}
.__department_template_parts .__testimonial_1 .testimonial_box-icon {
  padding: 10px 0;
}
.__department_template_parts .__testimonial_1 .testimonial_box-icon i {
  font-size: 25px;
  color: #14213d;
}
.__department_template_parts .__testimonial_1 .testimonial_box-text {
  padding: 10px 0;
}
.__department_template_parts .__testimonial_1 .testimonial_box-text p {
  color: #293241;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}
.__department_template_parts .__testimonial_1 .testimonial_box-img {
  padding: 20px 0 10px;
  display: flex;
  justify-content: center;
}
.__department_template_parts .__testimonial_1 .testimonial_box-img img {
  width: 70px;
  height: 70px;
  border-radius: 50px;
  border: 2px solid #e5e5e5;
}
.__department_template_parts .__testimonial_1 .testimonial_box-name {
  padding-top: 10px;
}
.__department_template_parts .__testimonial_1 .testimonial_box-name h4 {
  font-size: 20px;
  line-height: 25px;
  color: #293241;
  margin-bottom: 0;
}
.__department_template_parts .__testimonial_1 .testimonial_box-job p {
  color: #293241;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 0;
}
.__department_template_parts .__vision_mission h1,
.__department_template_parts .__vision_mission h2,
.__department_template_parts .__vision_mission h3,
.__department_template_parts .__vision_mission h4,
.__department_template_parts .__vision_mission h5 {
  color: #2D416C;
}
.__department_template_parts .__vision_mission h4 {
  font-size: 1.375rem;
  line-height: 1.875rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  text-transform: capitalize;
}
.__department_template_parts .__vision_mission p {
  font-size: 1rem;
  line-height: 1.5625rem;
  color: #293241;
  margin-bottom: 1.25rem;
}
.__department_template_parts .__people {
  padding: 3rem 5rem;
}
.__department_template_parts .__people .__people_item {
  display: flex;
  flex-direction: column;
}
.__department_template_parts .__people .__people_item.__people_2 {
  margin-top: 25px;
}
.__department_template_parts .__people .__people_item.__people_2 .__faculty_header {
  margin-left: 160px;
  padding-left: 0;
}
.__department_template_parts .__people .__people_item.__people_2 .__title {
  color: #004e95;
  font-weight: 700;
}
.__department_template_parts .__people .__people_item.__people_2 .card {
  position: relative;
  background-color: rgba(0, 77, 149, 0.2196078431);
  color: #000;
  padding: 1rem;
  margin-left: 0;
  min-height: 125px;
  display: flex;
  flex: 1;
}
.__department_template_parts .__people .__people_item.__people_2 .card .__body {
  padding-left: 15px;
}
.__department_template_parts .__people .__people_item.__people_2 .__img {
  width: 150px;
  height: 175px;
  overflow: hidden;
  position: absolute;
  top: -64px;
  left: 10px;
}
.__department_template_parts .__people .__people_item.__people_2 .__img img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border: 1px solid rgba(0, 77, 149, 0.2196078431);
}
.__department_template_parts .__people .__people_item.__people_2 .__pos_abs {
  width: 160px;
  height: 93px;
  float: left;
  margin: 1px;
}
.__department_template_parts .__people .__people_item .__info {
  padding: 5px 20px;
  border-radius: 10px 10px 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: small;
}
.__department_template_parts .__people .__people_item .__info .__icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #004e95;
}
.__department_template_parts .__people .__people_item .__info .__icon.__small {
  width: 25px;
  height: 25px;
}
.__department_template_parts .testimonial .pic {
  display: inline-block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 0 15px 15px 0;
}
.__department_template_parts .testimonial .pic img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-position: top;
     object-position: top;
  -o-object-fit: cover;
     object-fit: cover;
}
.__department_template_parts .testimonial .testimonial-profile {
  display: inline-block;
  position: relative;
}
.__department_template_parts .testimonial .title {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #2f2f2f;
  text-transform: capitalize;
  margin: 0 0 7px 0;
}
.__department_template_parts .testimonial .post {
  display: block;
  font-size: 14px;
  color: #5d7aa7;
}
.__department_template_parts .testimonial .description {
  padding: 20px 22px;
  background: #1f487e;
  font-size: 15px;
  color: #fff;
  line-height: 25px;
  margin: 0;
  position: relative;
}
.__department_template_parts .testimonial .description:before,
.__department_template_parts .testimonial .description:after {
  content: "";
  border-width: 18px 0 0 18px;
  border-style: solid;
  border-color: #5d7aa7 transparent transparent;
  position: absolute;
  bottom: -18px;
  left: 0;
}
.__department_template_parts .testimonial .description:after {
  border-width: 18px 18px 0 0;
  left: auto;
  right: 0;
}
.__department_template_parts .__course_programs .custom-border {
  border: 1px solid var(--color1-text);
}
.__department_template_parts .__course_programs .custom-cards {
  box-shadow: var(--card_shadow);
  transition: 0.3s;
  border-radius: 12px;
  padding: 0;
}
.__department_template_parts .__course_programs .course-card-title {
  padding: 12px;
  align-items: center;
}
.__department_template_parts .__course_programs .text-primary {
  color: #2D416C !important;
}
.__department_template_parts .__course_programs button {
  color: white;
}
.__department_template_parts .__course_programs .gradient-fill {
  background: #2D416C;
}
.__department_template_parts .text-muted,
.__department_template_parts .text-primary {
  margin-bottom: 8px;
}

.__single_staff .card-header {
  background-color: #2D416C;
  color: white;
  padding: 12px;
  font-size: 1.125rem;
  color: #FFF;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.__single_staff .nav-tabs {
  background-color: #2D416C;
  color: white;
  border-radius: 8px;
  padding: 8px 0;
}
.__single_staff .nav-tabs button {
  color: white;
}
.__single_staff a.link-primary {
  color: #2D416C !important;
  text-transform: uppercase;
  font-weight: 600;
}
.__single_staff .__nav {
  padding: 0 8px;
  margin: 2px 0;
}
.__single_staff .__nav button {
  border-radius: 8px;
}
.__single_staff ul li {
  margin-bottom: 8px;
}
.__single_staff .tab-content {
  border: 1px solid rgba(128, 128, 128, 0.2705882353);
  border-radius: 8px;
}

.__course_card img {
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.__course_card .card-title {
  color: #2D416C;
}

.__prgm_template h3 {
  font-size: 2.25rem;
  font-weight: 500;
  color: #2D416C;
}
@media screen and (max-width: 992px) {
  .__prgm_template h3 {
    font-size: 2rem;
  }
}
.__prgm_template .modal-title {
  font-size: 1.55rem;
  color: #2D416C;
}
@media screen and (max-width: 992px) {
  .__prgm_template .modal-title {
    font-size: 1.5rem;
  }
}
.__prgm_template .chip {
  background-color: rgba(0, 77, 149, 0.6705882353);
  color: white;
  border-radius: 8px;
  padding: 4px 12px;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 12px;
  display: inline;
  font-weight: 500;
}

.__bty_collapse_1 {
  transition: transform 0.5s ease-in-out;
}
.__bty_collapse_1 h3 {
  font-size: 2.25rem;
  font-weight: 500;
  color: #2D416C;
}
@media screen and (max-width: 992px) {
  .__bty_collapse_1 h3 {
    font-size: 2rem;
  }
}
.__bty_collapse_1 .__card {
  background-color: #2D416C;
  border-radius: 0.5rem;
  display: flex;
  position: relative;
  min-height: 40px;
  margin-top: 2.5rem;
  flex-direction: column;
  transition: transform 0.5s ease-in-out;
}
.__bty_collapse_1 .__card::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -7px;
  bottom: -3px;
  right: -7px;
  background-color: #fff;
  border-radius: 0.5rem;
  transform: rotate(359deg);
  box-shadow: 0 0 45px 5px rgba(0, 0, 0, 0.2);
}
.__bty_collapse_1 .__card .__header,
.__bty_collapse_1 .__card .__bty_1_header {
  color: #004e95;
  padding: 1rem 1.5rem;
}
.__bty_collapse_1 .__card .__header a,
.__bty_collapse_1 .__card .__bty_1_header a {
  color: #004e95;
}
.__bty_collapse_1 .__content,
.__bty_collapse_1 .__bty_1_content {
  padding: 1rem 1.5rem;
}
.__bty_collapse_1 .__content img,
.__bty_collapse_1 .__bty_1_content img {
  width: 100%;
}

.__scrollable {
  overflow-y: auto;
}

a.__collapse svg {
  color: #2D416C;
  font-size: 1.5rem;
  transition: rotate 0.5s ease-in-out;
}
a.__collapse:not(.collapsed) svg {
  rotate: 180deg;
}

.__college_gallery {
  /*styling*/
}
.__college_gallery .gridywrap div[class*=gridy] {
  background: #eee;
  box-shadow: inset 0 0 0 1px #ddd;
  padding: 15px;
  float: left;
  position: relative;
}
.__college_gallery .gridywrap .gridy-1,
.__college_gallery .gridywrap .gridy-2,
.__college_gallery .gridywrap .gridy-3 {
  width: 320px;
  overflow: hidden;
}
.__college_gallery .gridywrap .gridy-1 {
  width: 100%;
}
.__college_gallery .gridywrap .gridy-2 {
  width: 100%;
}
.__college_gallery .gridywrap .gridy-3 {
  width: 100%;
}
.__college_gallery .gridywrap .gridyhe-1 {
  height: 320px;
}
.__college_gallery .gridywrap .gridyhe-2 {
  height: 320px;
}
@media screen and (min-width: 640px) {
  .__college_gallery .gridywrap .gridyhe-2 {
    height: 320px;
  }
  .__college_gallery .gridywrap {
    width: 100%;
  }
  .__college_gallery .gridywrap .gridy-1 {
    width: 50%;
  }
  .__college_gallery .gridywrap .gridy-2 {
    width: 50%;
  }
  .__college_gallery .gridywrap .gridy-3 {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .__college_gallery .gridywrap .gridy-1 {
    width: 33.3%;
  }
  .__college_gallery .gridywrap .gridy-2 {
    width: 66.6%;
  }
  .__college_gallery .gridywrap .gridy-3 {
    width: 100%;
  }
  .__college_gallery .gridywrap .gridyhe-2 {
    height: 640px;
  }
}
.__college_gallery .gridywrap .gridimg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
}
.__college_gallery .gridywrap .gridimg img {
  width: 100%;
}
.__college_gallery .gridywrap .gridinfo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  transition: all 0.8s;
}
.__college_gallery .gridywrap .gridinfo h3 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin: 130px 0 20px;
  position: relative;
}
.__college_gallery .gridywrap .gridinfo h3:after {
  content: "";
  width: 25px;
  border-top: 4px solid #fff;
  display: block;
  margin: 0 auto;
  margin-top: 25px;
}
.__college_gallery .gridywrap .gridinfo .gridmeta {
  transition-delay: 0.25s;
}
.__college_gallery .gridywrap .gridinfo .gridmeta p {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  margin-bottom: 15px;
}
.__college_gallery .gridywrap .gridinfo .gridmeta p i {
  margin-right: 5px;
}
.__college_gallery .gridywrap .gridinfo .gridmeta p.gridwho {
  margin-left: 25px;
}
.__college_gallery .gridywrap .gridinfo p.gridexerpt {
  width: 60%;
  margin: 0 auto;
  line-height: 22px;
  margin-bottom: 25px;
  color: #fff;
  transition-delay: 0.5s;
}
.__college_gallery .gridywrap .gridinfo * {
  opacity: 0;
  transition: all 0.8s;
}
.__college_gallery .gridywrap .gridinfo h3 {
  opacity: 1;
}
.__college_gallery .gridywrap .gridinfo .grid-btn {
  color: #fff;
  text-decoration: none;
  margin: 0 auto;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 25px;
  border: 1px solid #fff;
  display: block;
  overflow: hidden;
}
.__college_gallery .gridywrap .gridinfo .grid-btn:hover {
  width: 75px;
  background: rgba(0, 0, 0, 0.3);
}
.__college_gallery .gridywrap .gridinfo .grid-btn span {
  opacity: 0;
  display: none;
  transition: opacity 0.8s;
}
.__college_gallery .gridywrap .gridinfo .grid-btn:hover span {
  opacity: 1;
  display: inline;
}
.__college_gallery .gridywrap .gridinfo .grid-btn:hover i {
  opacity: 0;
  display: none;
}
.__college_gallery .gridywrap .gridinfo:hover * {
  opacity: 0.7;
}
.__college_gallery .gridywrap .gridinfo:hover p {
  opacity: 1;
}
.__college_gallery .gridywrap .gridinfo:hover {
  background: rgba(12, 70, 158, 0.7);
}
.__college_gallery .gridywrap .gridinfo:hover h3 {
  margin-top: 70px;
  opacity: 1;
}
.__college_gallery .intro {
  text-align: center;
  padding: 25px;
  background: #111;
  color: #ddd;
}
.__college_gallery h1 {
  font-size: 48px;
  font-weight: 300;
  padding: 15px 0;
}
.__college_gallery .intro p {
  opacity: 0.5;
  font-size: 12px;
}
.__college_gallery .intro p a {
  color: #FA8CD3;
}
.__college_gallery h3.__title {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
  position: relative;
  margin-bottom: 16px;
  margin-top: 16px;
}
.__college_gallery h3.__title:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -14px;
  background-color: #2D416C;
}
.__college_gallery h3.__title:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 16px;
  left: 50%;
  margin-left: -50px;
  background-color: #2D416C;
}

.__scholar_template_part .card-img-top {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  transition: filter 0.3s ease-in-out;
}
.__scholar_template_part .card-img-top:hover {
  filter: brightness(0.75);
}
.__scholar_template_part .card {
  border: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.__scholar_template_part h5.__title {
  font-size: 1.5rem;
}
.__scholar_template_part ._research_title {
  padding: 0 1rem;
  color: #2D416C;
}/*# sourceMappingURL=styles.css.map */