/*@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  /*font-family: "Roboto Condensed", sans-serif;*/
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

p {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  transition: all 0.3s linear;
  font-family: "Poppins", sans-serif;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-condensed {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.top-header {
  padding: 10px 0;
  background-color: #EDF4F2;
}
.top-header .container-fluid {
  border-top: 5px solid #a44535;
  margin-top: -10px;
}
.top-header .inner {
  display: flex;
  align-items: center;
  gap: 20px;
}
.top-header .inner h1 {
  font-size: 35px;
  color: #31473A;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 3px solid #31473A;
}
.top-header .inner h1 span {
  color: #a44535;
}
.top-header .inner h4 {
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
  padding-top:5px;
}
.top-header .inner h3 {
  font-size: 14px;
  color: #000000;
  display: inline-block;
  padding: 5px 0;
}
/*.top-header .t-btn-list {
  background-color: #a44535;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}*/
.top-header .t-btn-list ul {
  display: flex;
  justify-content: center;
}
.top-header .t-btn-list ul li {
  display: inline-block;
  padding: 0 0 0 1px;
}
.top-header .t-btn-list ul li a {
    font-size: 13px;
    padding: 5px 10px;
    background: rgb(0 0 0 / 75%);
    color: #fff;
    display: block;
    margin: 0 0 5px;
}
.top-header .t-btn-list ul li a:hover {
  color: #a44535;
}
.top-header .conInfo {
  text-align: right;
  padding: 10px 0;
  margin-right: 5px;
}
.top-header .conInfo a {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin: 0 5px;
  display: inline-block;
}
.top-header .conInfo a i {
  margin-right: 5px;
  color: #000;
}

.menu_bar {
  background-color: #31473A;
}
.menu_bar .navbar {
  padding-top: 0;
  padding-bottom: 0;
}
.menu_bar .navbar-nav .active {
  color: #a44535;
}
.menu_bar .dropdown-divider {
  margin: 0;
  border-top: 1px dotted #ffffff;
  opacity: 1;
}
.menu_bar .dropdown-item {
  padding: 5px;
}
.menu_bar .dropdown-toggle::after {
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 6px;
  vertical-align: middle;
  content: "\f107";
  margin-left: 0.255em;
  vertical-align: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}
.menu_bar .navbar-dark .navbar-nav .nav-link {
  font-size: 14px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 6px;
}
.menu_bar .navbar-dark .navbar-nav .nav-link:hover {
  background: #31473A;
  color: #ffffff;
}
.menu_bar .dropdown-menu {
  -webkit-animation: slideDown 400ms linear;
          animation: slideDown 400ms linear;
  background-color: #31473A;
  padding: 0;
}
@-webkit-keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.menu_bar .dropend .dropdown-toggle {
  color: #000000;
  margin-left: 0;
  font-weight: 600;
  text-transform: capitalize !important;
  border-right: 0 !important;
}
.menu_bar .dropend .dropdown-toggle:hover {
  background: #31473A;
}
.menu_bar .dropdown-item:hover {
  background: #a44535;
  color: #ffffff;
}
.menu_bar .dropdown .dropdown-menu {
  display: none;
  min-width: 20rem;
}
.menu_bar .dropdown-item {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #ffffff;
  position: relative;
}
.menu_bar .dropdown-item:before {
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 6px;
  vertical-align: middle;
  content: "\f105";
  font-weight: normal;
}
.menu_bar .dropdown:hover > .dropdown-menu,
.menu_bar .dropend:hover > .dropdown-menu {
  display: block;
  margin-top: 0.125em;
  margin-left: 0.125em;
}
@media screen and (min-width: 769px) {
  .menu_bar .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .menu_bar .dropend .dropdown-toggle {
    margin-left: 0;
  }
}

.latest-update .news {
  display: flex;
  align-items: center;
}
.latest-update .marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  background-color: #7d9a92;
  text-align:right;
}
.latest-update .marquee:hover .marquee__item {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.latest-update .marquee__seperator {
  margin: 0 2rem;
  font-size: 14px;
}
.latest-update .marquee__item {
  display: inline-block;
  will-change: transform;
  -webkit-animation: marquee 15s linear infinite;
  animation: marquee 15s linear infinite;
}
.latest-update .marquee__item a {
  font-size: 14px;
  font-weight: 400;
  color: #232323e6;
}
.latest-update .marquee__item a:hover {
  color: #a44535;
}
@-webkit-keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-350%);
  }
}
@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-350%);
  }
}
.latest-update{
    margin:10px 0;
}
.latest-update .marquee {
  padding: 1rem 0;
  color: #fff;
  box-shadow: 10px 10px 30px rgba(174, 174, 192, 0.2);
}
.latest-update .news-text {
  width: 202px;
  background: #31473a;
  padding: 10px;
}
.latest-update .news-text h3 {
  color: #ffffff;
  font-size: 16px;
}
.latest-update .news-text h3 i {
  color: #ffffff;
}

.banner {
  margin-bottom: 20px;
}
.banner .carousel-inner img {
  height: 450px;
}

.readmore {
  display: inline-block;
  background-color: #31473A;
  font-size: 16px;
  padding: 5px 30px;
  color: #ffffff;
  margin-top: 5px;
  font-family: "Poppins", sans-serif;
}
.readmore:hover {
  background-color: #a44535;
  color: #ffffff;
}

.notice-mission {
  margin: 20px 0;
}
.notice-mission .principal_desk {
  padding-bottom: 10px;
  text-align: center;
  background-color: #EDF4F2;
  box-shadow: 0 0 2px 2px #ededed;
  height: 545px;
  overflow:hidden;
}
.notice-mission .principal_desk img {
  border-radius: 50%;
}
.notice-mission .principal_desk h2 {
  font-size: 25px;
  color: #ffffff;
  background: #31473A;
  margin-bottom: 10px;
  padding: 10px;
}
.notice-mission .principal_desk h3 {
  color: #000000;
  padding: 5px 0;
  font-size: 18px;
  font-style: italic;
}
.notice-mission .principal_desk h4 {
  color: #000000;
  font-size: 16px;
  font-style: italic;
}
.notice-mission .principal_desk p {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  text-align: justify;
  padding: 10px;
}
.notice-mission .principal_desk .mssion-title {
  margin-top: 10px;
}
.notice-mission .notice .V_all {
  text-align: center;
}
.notice-mission .notice .accBtn {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  color: #ffffff;
  background: #31473A;
  font-weight: 600;
}
.notice-mission .notice .nav-tabs .nav-item.show .nav-link, .notice-mission .notice .nav-tabs .nav-link.active {
  background: #000;
}
.notice-mission .notice .nav {
  gap: 5px;
}
.notice-mission .notice marquee {
  background-color: #EDF4F2;
  padding: 10px;
  height: 416px;
}
.notice-mission .notice .qiick-links ul li {
  border-bottom: 1px solid #000000;
  margin: 10px 0;
  padding: 5px 0;
}
.notice-mission .notice .qiick-links .neWs_date {
  color: #000000;
  padding: 5px;
  font-size: 12px;
  font-weight: 500;
  box-shadow: 0 0 10px 0 #210505;
}
.notice-mission .notice .qiick-links h5 {
  font-size: 16px;
  color: #000000;
  margin: 10px 0;
  font-weight: 400;
}

.important-links {
  margin: 20px 0;
  background-color: #89ABE3;
  padding: 20px 0;
}
.important-links .innr_txt h2 {
  font-size: 25px;
  color: #ffffff;
  background: #31473A;
  padding: 10px 10px 10px 10px;
  text-align: center;
}
.important-links .inner-links {
  background: #EDF4F2;
  padding: 10px;
  height:210px;
}
.important-links .inner-links ul li a {
  font-size: 16px;
  color: #fff;
  width: 100%;
  display: block;
  background-color: #000;
  margin-bottom: 10px;
  padding: 5px;
  position: relative;
}
.important-links .inner-links ul li a::before {
  font-family: FontAwesome;
  display: inline-block;
  padding: 0 10px;
  vertical-align: middle;
  content: "\f0a4";
  font-size: 20px;
}
.important-links .inner-links ul li a:hover {
  background-color: #31473A;
  color: #ffffff;
}

.departments {
  margin: 20px 0;
  padding: 20px 0;
  background: #EDF4F2;
}
.departments .list{
    height: 240px;
    overflow-y: scroll;
}
.departments .inner-title h2 {
  font-size: 25px;
  color: #ffffff;
  background-color: #31473A;
  padding: 10px;
  text-align: center;
}
.departments .inner-title h2 i {
  font-size: 30px;
}
.departments .q-list {
  background-color: #ffffff;
  text-align: center;
  height: 335px;
}
.departments .dept{
    height:239px;
}
.departments .q-list a {
  display: inline-block;
  margin: 5px 0;
  width: 100%;
  padding: 5px;
  font-size: 20px;
}
.departments .dept .nav-tabs .nav-link {
  font-size: 20px;
  color: #000000;
  font-family: "Poppins", sans-serif;
  padding: 5px 40px;
  border: 1px solid rgba(0, 0, 0, 0.3215686275);
  border-bottom: 0;
}
.departments .dept .nav-tabs {
  gap: 40px;
}
.departments .dept .nav-tabs .nav-item.show .nav-link, .departments .dept .nav-tabs .nav-link.active {
  background-color: #31473A;
  color: #ffffff;
}
.departments .dept .list li {
  font-size: 16px;
}
/*.departments .dept .pg-bx {*/
/*  display: flex;*/
/*  gap: 40px;*/
/*}*/
.departments .dept .tab-pane {
  min-height: 160px;
  padding: 10px;
}

.serving_area {
  margin: 20px 0;
  padding: 20px 0;
  background-color: #89ABE3;
}
.serving_area .inner-titl {
  margin-bottom: 30px;
}
.serving_area .inner-titl h2 {
  font-size: 25px;
  color: #ffffff;
  background-color: #31473A;
  text-align: center;
  padding: 10px;
}
.serving_area .inner {
  text-align: center;
  background-color: #EDF4F2;
  padding: 10px;
  margin-top: 10px;
  border-radius: 10px;
  transition: all 0.3s linear;
}
.serving_area .inner:hover {
  background-color: #31473A;
  color: #ffffff;
  transform: translateY(-10px);
}
.serving_area .inner:hover i {
  background-color: #EDF4F2;
  color: #31473A;
}
.serving_area .inner i {
  font-size: 50px;
  border-radius: 50%;
  background-color: #31473A;
  color: #ffffff;
  padding: 25px 20px;
}
.serving_area .inner h3 {
  font-size: 40px;
  margin-top: 10px;
}
.serving_area .inner h4 {
  font-size: 30px;
}
.serving_area .inner .cal22 {
  padding: 25px 30px;
}

.gallery {
  margin: 20px 0;
  padding: 20px 0;
  background-color: #EDF4F2;
}
.gallery h2 {
  font-size: 25px;
  background-color: #31473A;
  color: #ffffff;
  padding: 10px;
  text-align: center;
}
.gallery .owl-carousel .item {
  height: 270px;
  background: #89ABE3;
  padding: 10px;
}
.gallery .owl-carousel .owl-item img {
  height: 250px;
}
.gallery .owl-dots {
  display: none;
}
.gallery .v-all {
  margin-top: 10px;
}

.footer {
  padding: 20px 0;
  background-color: #000000;
}
.footer .inner h2 {
  color: #ffffff;
  font-size: 25px;
}
.footer .inner h2 span {
  color: #a44535;
}
.footer .inner .maps {
  margin-top: 10px;
}
.footer .inner p {
  color: #ffffff;
  padding-top: 10px;
  font-size: 14px;
  text-align: justify;
}
.footer .inner ul {
  padding-top: 10px;
}
.footer .inner ul li a {
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
  position: relative;
}
.footer .inner ul li a::before {
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
  content: "\f0a4";
  font-size: 20px;
}
.footer .inner ul li a:hover {
  color: #a44535;
}

.lower-foter {
  padding: 10px 0;
  background-color: #31473A;
}
.lower-foter p {
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}

.landing-page {
  margin: 20px 0;
}
.landing-page .title {
  border-bottom: 3px solid #31473A;
  margin: 0 10px;
}
.landing-page h2 {
  background: #31473A;
  color: #ffffff;
  padding: 10px;
  display: inline-block;
  border-radius: 20px 0;
  font-size: 35px;
}
.landing-page .inner-menu {
  margin: 10px 0;
}
.landing-page .inner-menu .sub_menu {
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  transform: translateY(-20px);
  transition: all 0.3s linear;
}
.landing-page .inner-menu ul li:hover .sub_menu {
  max-height: 100%;
  visibility: visible;
  transform: translateY(0);
}
.landing-page .inner-menu ul li a {
  font-size: 14px;
  background-color: #31473A;
  color: #ffffff;
  display: block;
  margin: 5px 0;
  padding: 10px;
  box-shadow: 0 0 4px 2px #EDF4F2;
  border: 1px solid #89ABE3;
}
.landing-page .inner-menu ul li a:hover {
  background: #a44535;
}
.landing-page .inner-menu ul li a:focus {
  background: #a44535;
}
.landing-page .inner-menu ul li a:before {
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
  content: "\f101";
  font-size: 16px;
}
.landing-page .content {
  margin: 10px 0;
  background: #EDF4F2;
  box-shadow: 0 0 2px 2px #EDF4F2;
  padding: 10px;
}
.landing-page .content .table {
  border: 1px solid #31473A;
}
.landing-page .content .table thead {
  background-color: #31473A;
  color: #ffffff;
}
.landing-page .content ul {
  margin-top: 10px;
}
.landing-page .content ul li {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #000000;
}
.landing-page .content ol li {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #000000;
}
.landing-page .content h3 {
  font-size: 30px;
  color: #31473A;
}
.landing-page .content p {
  font-size: 16px;
  color: #000000;
  padding-top: 10px;
  text-align: justify;
}
.landing-page .content .table {
  margin: 10px 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #000000;
}
.landing-page .content .table i {
  color: #000000;
  font-size: 20px;
}
.landing-page .tab-area {
  margin: 5px 0;
}
.landing-page .tab-area .nav {
  flex-direction: column;
  border-bottom: 0;
}
.landing-page .tab-area .nav-tabs .nav-link {
  font-size: 14px;
  background-color: #31473A;
  color: #ffffff;
  display: block;
  margin: 5px 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  box-shadow: 0 0 4px 2px #EDF4F2;
  border: 1px solid #89ABE3;
}
.landing-page .tab-area .nav-tabs .nav-link:hover {
  background: #a44535;
}
.landing-page .tab-area .nav-tabs .nav-link:before {
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
  content: "\f101";
  font-size: 16px;
}
.landing-page .tab-area .nav-tabs .nav-item.show .nav-link, .landing-page .tab-area .nav-tabs .nav-link.active {
  background-color: #a44535;
}
.landing-page .tdesk {
  padding: 3rem 0;
}
.landing-page .tdesk h4 {
  font-size: 20px;
  color: #31473A;
  padding-top: 5px;
}
.landing-page .tdesk a {
  display: inline-block;
  background-color: #31473A;
  color: #ffffff;
  padding: 5px;
  font-size: 16px;
  margin-top: 5px;
}
.landing-page .tdesk p {
  text-align: center;
  padding-top: 5px;
}
.landing-page .tdesk .in_bx {
  margin-top: 10px;
  height:320px;
}

@media (min-width: 991px) {
  .techer-pop .modal-dialog {
    max-width: 950px;
  }
}
.techer-pop .topmodal .Right {
  padding-top: 15px;
}
.techer-pop .topmodal .Right h3 {
  font-size: 20px;
  color: #31473A;
}
.techer-pop .topmodal .Right p {
  font-size: 16px;
  font-weight: 600;
  color: #31473A;
}
.techer-pop .topmodal .Right h4 {
  font-size: 16px;
  color: #31473A;
}
.techer-pop .about-teacher .nav-tabs {
  gap: 10px;
}
.techer-pop .about-teacher .nav-tabs .nav-link {
  font-size: 14px;
  color: #000000;
}
.techer-pop .about-teacher .nav-tabs .nav-item.show .nav-link, .techer-pop .about-teacher .nav-tabs .nav-link.active {
  background-color: #31473A;
  color: #ffffff;
}
.techer-pop .academic-table h3 {
  font-size: 20px;
  color: #31473A;
  padding: 10px 0;
}
.techer-pop .academic-table p{
    font-size:16px;
    padding-top:5px;
}
.techer-pop .academic-table ul li{
   font-size:16px;
    padding-top:5px; 
    font-family: "Poppins", sans-serif;
}
.techer-pop .academic-table ol li{
   font-size:16px;
    padding-top:5px; 
    font-family: "Poppins", sans-serif;
}
.techer-pop .ck-table-resized{
    text-align:center;
}
.techer-pop .academic-table .table {
  border: 1px solid #31473A;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #000000;
}
.techer-pop .academic-table .table thead {
  background-color: #31473A;
  color: #ffffff;
}

.ps_desk .title {
  margin: 0;
}
.ps_desk .img-bx {
  margin-top: 10px;
}
.ps_desk .img-bx img {
  box-shadow: 0 0 4px 2px #000;
  padding: 10px;
}
.ps_desk .img-bx h3 {
  font-size: 25px;
  color: #31473A;
  padding: 10px 0;
  font-style: italic;
}
.ps_desk .img-bx p {
  font-size: 16px;
  color: #31473A;
  font-style: italic;
}
.view_photo .galleryWrap{
    box-shadow:0 0 4px 2px #c3b6b6;
    padding: 10px;
    text-align: center;
    margin:15px 0;
}
.gal-p{
    color:#000;
    padding:5px 0;
    font-size:16px;
}
.landing-page{
    min-height:68rem;
}
/*.site_footer{*/
/*    position:fixed;*/
/*    bottom:0;*/
/*}*/
.vdoWrap{
    margin:10px 0;
    box-shadow:0 0 4px 2px #c3b6b6;
    padding:10px;
}
.landing-page .table tr,td,th{
    border:1px solid #31473A;
}
.landing-page .inner-menu ul li .active-menu{
  background: #a44535;
}