
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Dosis:wght@200..800&family=Fredoka:wght@300..700&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Josefin+Slab:ital,wght@0,100..700;1,100..700&family=Kumbh+Sans:wght@100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:wght@300..800&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&family=Rakkas&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Teko:wght@300..700&family=Unbounded:wght@200..900&display=swap');

*{
    margin: 0px;
    padding:0px;
}
body{
  font-family: "Nunito", sans-serif;
}
a, a:hover, a:focus{
	text-decoration: none;
	outline: none;
	transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	text-decoration: none !important;
}

button, button:hover, button:focus{
	outline: none;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	cursor: pointer;
}
h1, h2, h3,h4{
  font-family: "Nunito", sans-serif;
}
p{
    font-size: 16px;
    margin-bottom: 0px !important;
    font-family: "Nunito", sans-serif;
    letter-spacing: 0.3px;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1300px !important;
}
.header-inner {
    display: flex;
    justify-content: space-between;
}
.header-wrapper {
    padding: 10px 0px;
}
.header-content p {
    margin-bottom: 6px;
    font-size: 16px;
    letter-spacing: 0;
}
.header-content p span {
    color: #025d9d;
    font-weight: 600;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}
ol, ul {
    padding-left: 0;
}
.social-icon {
    text-align: right;
    list-style: none;
    margin-top: 10px;
    margin-bottom: 0px;
}
.social-icon li {
    display: inline-block;
}
.social-icon li a {
  background: #00a1f2;
  color: #fff;
  width: 40px;
  display: block;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 100px;
  margin-right: 5px;
}
.social-icon li img {
    width: 20px;
    margin-bottom: 5px;
}
.social-icon li a:hover {
    background: #018dd4;
}
.copy-right {
    background: #025d9d;
    text-align: center;
    color: #fff;
    padding: 15px 0px;
}
.copy-right a {
    color: #fff;
    font-weight: 600;
}
.footer-wrapper {
    background: #333333;
    padding: 30px 0px;
}
.widget-title {
    color: #0c98fb;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    margin-bottom: 40px;
}
.widget-title:before {
    position: absolute;
    content: '';
    color: #fff;
    width: 60px;
    height: 3px;
    left: 0;
    z-index: 3;
    background: #0c98fb;
    bottom: -20px;
}
.widget p {
    color: #fff;
    margin-top: 10px;
}
.widget .social-icon {
    text-align: left;
    padding: 0px;
}
.footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.widget {
    width: 25%;
    padding: 15px;
}
.widget a {
    color: #fff;
    display: block;
}
ol, ul {
  margin: 0 1.5em 1.5em 0;
  padding-left: 2.0em;
}
.footer-menu{list-style: none; padding-left: 0;}
ul.footer-menu li a {
    line-height: 30px;
}
.widget a:hover {
    color: #ccc !important;
}
.logo img {
    width: 100%;
}
.pricipal-desk {
    background-attachment: fixed !important;
    background-position: center center !important;
    position: relative;
    padding: 4em 0px;
}
.principal-desk-inner {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.principal-content {
    width: 60%;
}
.principal-img {
    width: 40%;
}
.principal-img img {
    width: 100%;
}
.principal-content {
    width: 60%;
    padding: 0px 30px;
}
.pricipal-desk:before {
    position: absolute;
    content: '';
    background: rgb(2 93 157 / 82%);
    width: 100%;
    height: 100%;
    top: 0;
}
.text-details p {
    color: #fff;
    margin-bottom: 20px !important;
    padding-right: 10px;
}
.text-details {
    height: 480px;
    overflow-y: scroll;
}
.text-details h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    line-height: 26px;
    margin: 15px 0px;
}
.more .arrow {
  transform: rotate(265deg) !important;
}
.heading-title {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    position: relative;
    margin-bottom: 25px;
}
.heading-title:after {
    position: absolute;
    content: '';
    color: #fff;
    width: 60px;
    height: 3px;
    left: 0;
    z-index: 99999;
    background: #0c98fb;
    bottom: -20px;
    border-radius: 230px;
}
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
    background: #ccc;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #02406c; 
    border-radius: 10px;
  }
  
  .notice-inner {
    display: flex;
    justify-content: space-between;
}
.quick-links {
  width: 25%;
  box-shadow: 0px 1px 14px #3838381f;
  margin-top: 0px;
}
.notice-board {
    width: 30%;
    box-shadow: 0px 1px 14px #3838381f;
    margin-top: 0px;
}
marquee {
    height: 428px;
}
.about {
    width: 45%;
    padding: 10px 35px;
}

.notice-list > li {
    display: block;
    border-bottom: 1px solid #e4e4e4;
    /*padding: 3px 25px;*/
}
.notice-list > li a {
    font-weight: 400;
}
.notice-board h2, .quick-links h2 {
  background: #0c98fb;
  padding: 20px 25px;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
}
.about h2 {
  font-size: 28px;
  color: #0c98fb;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}
.about a:hover {
  color: #fff;
}
.about p {
    font-size: 15px;
    margin-bottom: 20px !important;
    text-align: justify;
}
.sidemenu li a {
    padding: 8px 0;
    display: block;
    color: #025d9d;
    font-weight: 600;
    font-size: 16px;
}
.about a {
    background: #025d9d;
    padding: 10px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    min-width: 135px;
    border-radius: 30px;
    margin-top: 20px;
}
.about a {
    background: #025d9d;
    padding: 14px 30px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 20px;
    border-radius: 100px;
    display: block;
    width: 150px;
    text-align: center;
}
.notice-wrapper {
    margin: 0px 0px 40px;
}
.slider-inner {
    display: flex;
    justify-content: space-between;
}
.image-slider {
    width: 79%;
}
.equal-img {
    width: 20%;
}
.equal-img img {
    margin-bottom: 10px;
    height: 140px;
    object-fit: cover;
}
.img-item img {
    height: 440px;
    object-fit: cover;
}
.img-item {
    position: relative;
}
.slider-content {
    position: absolute;
    bottom: 0;
    background: #025d9d;
    width: 100%;
    color: #fff;
    padding: 10px 10px;
    margin: 0px auto;
    left: 0;
    right: 0;
}
.slider-content p {
    font-size: 14px;
}
.slick-next {
    right:20px !important;
}
.slick-prev {
    left: 10px !important;
    z-index: 99;
}
.slick-next:before, .slick-prev:before {
    font-size: 28px !important;
}
.bottom-header {
   
    background: #025d9d;
   
}
nav .navbar {
  max-width: 1170px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  padding: 0px;
}
  .navbar .logo a{
    font-size: 30px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
  }
  nav .navbar .nav-links {
    line-height: 40px;
    height: 100%;
}
  nav .navbar .links {
    display: block;
    margin-bottom: 0px;
    padding-left: 0;
}
nav .navbar .links li a {
  padding: 0px 8px;
  display: inline-block;
  line-height: 60px;
}
nav .navbar .links li {
    position: relative;
    display: block;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    display: inline-block;
}
nav .navbar .links li a {
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
  .links li:hover .htmlcss-arrow,
  .links li:hover .js-arrow{
    transform: rotate(180deg);
    }
    ul.htmlCss-sub-menu {
      width: 180px;
  }
  .fa-angle-down:before {
    content: "\f107";
    font-size: 10px !important;
}
nav .navbar .links li .arrow {
  height: 100%;
  width: auto;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  color: #fff;
  transition: all 0.3s ease;
  position: relative;
  left: -9px;
}
  nav .navbar .links li .sub-menu {
    position: absolute;
    top: 60px;
    left: 0;
    line-height: 0;
    background: #0c98fb;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 4px 4px;
    display: none;
    z-index: 2;
    padding-left: 0;
}
  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .js-sub-menu{
    display: block;
  }
  .navbar .links li .sub-menu li {
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #62beff;
}
.navbar .links li .sub-menu a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 36px;
  padding: 0px 12px;
  width: 100%;
  display: inline;
}
  .navbar .links li .sub-menu .more-arrow{
    line-height: 40px;
  }
  .navbar .links li .htmlCss-more-sub-menu{
    /* line-height: 40px; */
  }
  .navbar .links li .sub-menu .more-sub-menu{
    position: absolute;
    top: 0;
    left: 100%;
    border-radius: 0 4px 4px 4px;
    z-index: 1;
    display: none;
  }
  .links li .sub-menu .more:hover .more-sub-menu{
    display: block;
  }
   .search-box {
    position: relative;
    height: 60px;
    width: 50px;
    z-index: 99;
    background: #003b65;
    margin-left: auto;
}
 .search-box i {
  position: absolute;
  height: auto;
  width: auto;
  line-height: 23px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
   .search-box .input-box{
    position: absolute;
    right: calc(100% - 40px);
    top: 80px;
    height: 60px;
    width: 300px;
    background: #3E8DA8;
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
  }
  .showInput .search-box .input-box {
    top: 65px;
    opacity: 1;
    pointer-events: auto;
    background: #003b65;
    border-radius: 0;
}
.search-box .input-box input {
  border-radius: 0;
}
.search-box .input-box::before{
  display: none;
}
  .search-box .input-box::before{
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    background: #0c98fb;
    right: 10px;
    top: -6px;
    transform: rotate(45deg);
  }
  .search-box .input-box input{
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 4px;
    transform: translate(-50%, -50%);
    height: 35px;
    width: 280px;
    outline: none;
    padding: 0 15px;
    font-size: 16px;
    border: none;
  }
  .navbar .nav-links .sidebar-logo{
    display: none;
  }
  .navbar .bx-menu{
    display: none;
  }
  .breadcrumb-list span {
    display: inline-block;
    margin: 0;
    font-size: 14px;
    font-weight:500;
}
.breadcrumb-list {
  margin-top: 20px;
  margin-bottom: 20px;
}
h1.entry-title.post-title {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
  color: #0c98fb;
  margin: 15px 0px;
}
.content-body {
  margin: 1em 0px 3em;
}
.contact-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.contact-info h3 {
  font-weight: 800;
}
.contact-info p {
  line-height: 40px;
}
.map {
  margin-top: 20px;
}
.contact-info {
    width: 50%;
}
.contact-form {
  width: 50%;
  padding: 30px;
  box-shadow: 4px 18px 22px 4px rgb(229 229 229);
  margin: 0px 40px;
}
.contact-form h3 {
  color: #025d9d;
  font-size: 24px;
  font-weight: 800;
}
.contact-form label {
  display: block;
  font-weight: 600;
  margin: 5px 0px;
  font-size: 16px;
}
.contact-form input {
  border: 1px solid #ccc;
  box-shadow: none;
  border-radius: 5px;
  min-height: 40px;
  width: 90%;
  padding-left:10px;
}
.contact-form textarea {
  border: 1px solid #ccc;
  box-shadow: none;
  border-radius: 5px;
  height: 150px;
  width: 90%;
}
.contact-form input[type='submit'] {
  background: #025d9d;
  color: #fff;
  text-shadow: none;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 100px;
  width: 130px;
  margin-top: 30px;
}
* {
  box-sizing: border-box;
}
body {
  background-color: #ecf0f1;
}
.gallery-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
}
.gallery-item {
  flex-basis: 33.3%;
  margin-bottom: 6px;
  opacity: .85;
  cursor: pointer;
}
.gallery-item:hover {
  opacity: 1;
}
.visitorP {
  margin-bottom: 1em !important; font-size: 15px !important; font-weight: 700 !important; color: #025d9d !important; text-align: center !important; margin-top: 5px !important;
}
.gallery-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  padding: 5px 5px 0px;
  border-radius: 10px !important;
}
.photo_gallery img {
  width: 100%;
  height: 200px !important;
  object-fit: cover;
  padding: 5px 5px 0px;
  border-radius: 10px !important;
}
.gallery-content {
  font-size: .8em;
}
.content-body table td h5 {
  font-size: 16px; color: #434343; font-weight: 400;
}
.lightbox {
  position: fixed;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;              
  overflow: auto;
  top: 0;
  left: 0;
}
.lightbox-content {
  position: relative;
  width: 70%;
  height: 70%;
  margin: 5% auto;
}
.lightbox-content img {
  border-radius: 7px;
  box-shadow: 0 0 3px 0 rgba(225, 225, 225, .25);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lightbox-prev,
.lightbox-next {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 7px;
  top: 45%;
  cursor: pointer;
}
.lightbox-prev {
  left: 0;
}
.lightbox-next {
  right: 0;
}
.lightbox-prev:hover,
.lightbox-next:hover {
  opacity: .8;
}
.content-body h2 {
  font-size: 24px;
  margin-top: 30px;
  color: #0b8ae3;
  font-weight: 700;
}
.content-body .point-list {
  list-style: disc;
  list-style-position: inside;
}
.content-body > li {
    display: block;
    border-bottom: 1px solid #e4e4e4;
    padding: 3px 25px;
}
.content-body p {
    margin-bottom: 1em !important;
    font-size: 15px;
}
.content-body .point-list li {
  font-weight: 500;
  line-height: 26px;
  color: #535353;
  font-size: 15px;
}
.content-body .Testimonials {
  background: linear-gradient(180deg, #025D9D 0%, #025D9D 100%);
  padding: 30px;
}
.content-body .Testimonials p {
  color: #fff;
  font-size: 17px;
  text-align: center;
  margin-bottom: 0px !important;
}
.content-body h6 {
  font-size: 1.000em;
  margin-bottom: 1.285em;
  margin-top: 1.285em;
  font-weight: 700;
  color: #2C7AF0;
}
.content-body .grid-4 li {
  display: inline-block;
  width: 23%;
  margin: 0px 10px;
}
.content-body .grid-4 li h4 {
  color: #6EC1E4;
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin: 20px 0px;
}
.content-body .grid-4 img {
  border-radius: 15px;
}
.content-body h4 {
  font-size: 20px;
  color: #025D9D;
  font-weight: 800;
  margin-bottom: 1em;
  text-transform: uppercase;
}
.content-body ol {
  list-style: auto;
  font-weight: bold;
}
.content-body ol li {
  font-weight: 400;
  color: #434343;
  padding-left: 6px;
  margin-bottom: 10px;
  text-align: justify;
}
.content-body ul li {
  font-weight: 400;
  color: #434343;
  padding-left: 6px;
  margin-bottom: 10px;
  text-align: justify;
}
.content-body ul {
  list-style: disc;
}
.image-row-3 li {
  display: inline-block;
  width: 33%;
  vertical-align: top;
}
.image-row-3 li img {
  width: 100%;
}
.classroom-images li {
  display: inline-block;
  width: 33%;
  vertical-align: top;
  margin-bottom: 30px;
}
.classroom-images li img {
  border-radius: 10px;
  margin-top: 30px;
  width: 100%;
  margin: 0px auto;
  text-align: center;
  display: block;
}
.marker span {
  display: block;
  font-weight: bold;
  margin-top: 30px;
}
h3.classroom-text {
  color: #025d9d;
  font-size: 22px;
  font-weight: 800;
  text-align: center;
  padding: 20px 0px;
}
ul.classroom-images {
  margin-top: 40px;
}
.content-padding {
  padding: 0px 70px 0px 0px !important;
}
.photo-gallery .gallery-item {
  flex-basis: 25%;
  margin-bottom: 6px;
  opacity: 1;
  cursor: pointer;
}
@media (max-width: 767px) {
  .gallery-container {
      width: 100%;
  }
  .gallery-item {
      flex-basis: 49.80%;
      margin-bottom: 3px;
  }
  .lightbox-content {
      width: 80%;
      height: 60%;
      margin: 15% auto;
  }
}
@media (max-width: 480px) {
  .gallery-item {
      flex-basis: 100%;
      margin-bottom: 1px;
  }
  .lightbox-content {
      width: 90%;
      margin: 20% auto;
  }
  .classroom-images li img {
    margin: 0px auto 20px;
}
p.marker {
  color: #fff !important;
}
}

  @media (max-width:920px) {
    nav .navbar{
      max-width: 100%;
      padding: 0 25px;
    }
  
    nav .navbar .logo a{
      font-size: 27px;
    }
    nav .navbar .links li{
      padding: 0 10px;
      white-space: nowrap;
    }
    nav .navbar .links li a{
      font-size: 15px;
    }
    .classroom-images li {
      width: 32.9%;
  }
  }
  @media (max-width:800px){
    nav{
      /* position: relative; */
    }
    .navbar .bx-menu{
      display: block;
    }
    nav .navbar .nav-links {
      position: fixed;
      top: 0;
      left: -100%;
      display: block;
      max-width: 270px;
      width: 100%;
      background: #212121;
      line-height: 40px;
      padding: 20px;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
      transition: all 0.5s ease;
      z-index: 1000;
  }
    .navbar .nav-links .sidebar-logo {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .sidebar-logo .logo-name{
      font-size: 25px;
      color: #fff;
    }
      .sidebar-logo  i,
      .sidebar-logo i, .navbar .bx-menu {
    font-size: 25px;
    color: #fff;
    margin-top: 10px;
}
    nav .navbar .links{
      display: block;
      margin-top: 20px;
    }
    nav .navbar .links li .arrow{
      line-height: 40px;
    }
  nav .navbar .links li{
      display: block;
    }
    .sidebar-logo i, .navbar .bx-menu {
      font-size: 25px;
      color: #fff;
      margin-top: 10px;
  }
    nav .navbar .links li .sub-menu {
      position: relative;
      top: 0;
      box-shadow: none;
      display: block;
  }
  nav .navbar .links li .sub-menu li{
    border-bottom: none;
  
  }
  .navbar .links li .sub-menu .more-sub-menu{
    display: none;
    position: relative;
    left: 0;
  }
  .navbar .links li .sub-menu .more-sub-menu li{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .links li:hover .htmlcss-arrow,
  .links li:hover .js-arrow{
    transform: rotate(0deg);
    }
    .navbar .links li .sub-menu .more-sub-menu{
      display: none;
    }
    .navbar .links li .sub-menu .more span{
      /* background: red; */
      display: flex;
      align-items: center;
      /* justify-content: space-between; */
    }
  
    /*.links li .sub-menu .more:hover .more-sub-menu{
      display: none;
    }*/
    /*nav .navbar .links li:hover .htmlCss-sub-menu,
    nav .navbar .links li:hover .js-sub-menu{
      display: none;
    }*/
  .navbar .nav-links.show1 .links .htmlCss-sub-menu,
    .navbar .nav-links.show3 .links .js-sub-menu,
    .navbar .nav-links.show2 .links .more .more-sub-menu{
        display: block;
      }
      .navbar .nav-links.show1 .links .htmlcss-arrow,
      .navbar .nav-links.show3 .links .js-arrow{
          transform: rotate(180deg);
  }
      .navbar .nav-links.show2 .links .more-arrow{
        transform: rotate(90deg);
      }
      .content-padding {
        padding: 0px !important;
    }
  }
  @media (max-width:370px){
    nav .navbar .nav-links{
    max-width: 100%;
  } 
  }
  .teammember-list li {
    display: inline-block;
    width: 32%;
    vertical-align: top;
    margin: 0px 5px 5px;
}
.team {
  width: 100%;
  background: #fff;
  padding: 30px 20px;
  text-align: center;
  border: 1px solid #d5d5d5;
  margin: 0 0 10px;
  transition: all .3s;
  min-height: 320px;
}
.team img {
  width: 148px;
  height: 148px;
  border-radius: 100%;
  margin-bottom: 15px;
}
.team h3 {
  color: #025d9d;
  font-size: 17px;
  font-weight: 800;
  padding: 6px 0;
  text-transform: uppercase;
  margin: 5px 0;
}
.dept_name {
    color: #025d9d;
    text-transform: uppercase;
    font-weight: 800;
    font-size:24px;
    margin-top:20px;
}
.team p {
  text-align: center;
  margin: 0;
}
.team:hover {
  box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
.teammember-list {
  padding: 0;
  margin-top: 30px;
  margin-bottom: 0;
}
.content-body p {
  margin-bottom: 1em !important;
  font-size: 15px;
  font-weight: 500;
  color: #535353;
  text-align: justify;
}
.content-body table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-bottom:15px;
}

.content-body table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.content-body table tr {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: .35em;
}

.content-body table th, .content-body table td {
  padding: .625em;
  text-align: left;
  border: 1px solid #ccc;
}
.content-body table th p, .content-body table td p {
  margin: 0 !important;
}
.content-body table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.applicationForm input {
  height: 45px;
  font-size: 15px;
}
.input-group-text {
  height: 45px;
  border-radius: 0;
}
button.btn.sbtnn {
  background: #025d9d;
  color: #fff;
}
.reg-box {
  padding: 0px 30px;
}
h2.topic span {
  color: #e69530;
  text-align: center;
  display: block;
  font-weight: 800;
}
.form-heading {
  margin-bottom: 20px;
  position: relative;
}
.form-heading span {
  font-size: 14px;
  display: inline-block;
  background: #14aed8;
  line-height: 1.5;
  padding: 8px 15px;
  vertical-align: top;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
}
.form-heading span:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #14aed8;
  position: absolute;
  content: '';
  top: 10px;
  right: -12px;
}
.applicationForm input, .applicationForm select {
  color: #495057;
  font-size: 14px !important;
  height: 45px;
  border-radius: 0;
  margin: 8px 0px;
}
.bgdegree {
  background: #cbcbcb;
  padding: 6px 10px;
  font-size: 15px;
  color: #000;
  font-weight: 500;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + .75rem);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 .25rem .25rem 0;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control[type=file] {
  overflow: hidden;
  height: 35px !important;
}
.applicationForm label {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
}
.custom-file-label {
  right: 16px;
  left: 16px;
  position: relative;
}
label.custom-file-label {
  display: none;
}
.sbtnn {
  background: #14aed8 !important;
  padding: 10px 30px;
  font-size: 16px;
  color: #fff;
  min-width: 160px;
  font-weight: 500;
}
.text-right {
  text-align: right !important;
}
.reg-box.applicationForm {
  padding: 15px;
  box-shadow: 0px 1px 8px rgb(0 0 0 / 10%);
  /* border: 2px solid #909090; */
}
#search_applicaion {
  margin: 0px;
}
.input-group-text {
  height: 45px;
  border-radius: 0px !important;
}
input[type="checkbox"] {
  height: auto;
  margin-right: 10px;
}
p.marker {
  padding: 20px 20px 20px 20px;
  background-color: transparent;
  background-image: linear-gradient(180deg, #025D9D 0%, #025D9D 100%);
  color: #fff;
  font-size: 17px;
  text-align: center;
  margin-top: 3em;
}
ul.images-row-4 li {
  display: inline-block;
  width: 24.5%;
  vertical-align: top;
}
ul.images-row-4 {
  margin-top: 50px;
}
ul.images-row-4 li img {
  width: 100%;
  border-radius: 10px;
  height: 200px;
  object-fit: cover;
  max-width: 100%;
  margin: 0px auto 20px;
  display: block;
}
ul.classroom-images p {
  margin-top: 10px;
}
.gallery-pagination { padding: 30px 0; } .gallery-pagination ul.pagination { margin-bottom: 0; }
.common-padding{padding: 60px 0;}
.teammember-list:last-child {margin-bottom: 31px;}
@media screen and (max-width: 600px) {
  .content-body table {
    border: 0;
  }

  .content-body table caption {
    font-size: 1.3em;
  }
  
  .content-body table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  /* .content-body table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  } */
  
  .content-body table td {
    /* border-bottom: 1px solid #ddd;
    display: block; */
    font-size: .8em;
    text-align: left;
  }
  
  .content-body table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .content-body table td:last-child {
    border-bottom: 0;
  }
  ul.images-row-4 li {
    width: 100%;
}
}














/* general styling */
body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.25;
}

/*Responsive*/
@media only screen and (max-width: 991px) {
    .header-inner, .footer-inner {
        flex-direction: column;
    }
    .header-content {
        text-align: center;
    }
    .social-icon {
        text-align: center;
        margin: 10px 0px 0px;
    }
    .widget {
        width: 100%;
        padding: 15px;
    }
    .container, .container-md, .container-sm {
        max-width: 100% !important;
    }
    .notice-inner {
        flex-direction: column;
    }
    .quick-links, .about, .notice-board {
        width: 100%;
        padding: 0px;
    }
    .about h2 {
        text-align: left;
        font-size: 22px;
    }
    .about {
        padding: 20px 0px;
    }
    .slider-inner {
        flex-direction: column;
    }
    .image-slider {
        width: 100%;
    }
}


@media only screen and (max-width: 768px) {
    .header-content p {
        margin-bottom: 6px;
        font-size: 14px;
        line-height: 30px;
    }
    p.dclrp strong {
      display: block;
  }
  input[type="checkbox"] {
    height: auto;
    margin-right: 10px;
}
    .principal-desk-inner{
        flex-direction: column;
    }
    .principal-img {
        width: 100%;
    }
    .principal-content {
        width: 100%;
        padding: 30px 0px;
    }
   
    .img-item img {
        height: 200px;
        object-fit: cover;
    }
    .equal-img {
        width: 100%;
    }
    .contact-wrap {
      flex-direction: column;
  }
  .contact-form {
    width: 100%;
    padding: 30px;
    box-shadow: 4px 18px 22px 4px rgb(229 229 229);
    margin: 30px 0px;
}
.contact-info {
  width: 100%;
}
.contact-form input, .contact-form textarea {
  width: 100%;
}
.teammember-list li {
  width: 47%;
}
.teammember-list {
  margin-top: 30px;
  margin-bottom: 30px;
}
.applicationForm.input-group {
  display: block;
}
.input-group>.form-control, .input-group>.form-select {
  position: relative;
  flex: 1 1 auto;
  width: 100% !important;
  min-width: 0;
}
nav .navbar .links li a {
    padding: 0px 8px;
    display: inline-block;
    line-height: 23px;
    width: 94%;
}
.nav-links {
    padding: 0px 15px !important;
}
ul.js-sub-menu.sub-menu {
    background: #212121 !important;
}
.navbar .links li .sub-menu a {
    padding: 0px 10px;
    font-size: 13px;
}
nav .navbar .links li {
    display: block;
    padding: 0px;
}
.image-row-3 li {
  width: 100%;
}
.teammember-list li {
  width: 48.3%;
}
.teammember-list{margin-right: 0;}
}


@media only screen and (max-width: 540px) {
    .heading-title {
        font-size: 20px;
    }
    .text-details h4 {
        font-size: 16px;
    }
    .text-details p {
        font-size: 15px;
    }
    .content-body h2 {
      font-size: 20px;
      margin-top: 0;
  }
  .teammember-list li {
    width: 100%;
    margin: 0;
}
h1.entry-title.post-title {
  font-size: 20px;
}
.content-body .grid-4 li {
  display: block;
  width: 100%;
  margin: 0;
}
.sidebar-logo i, .navbar .bx-menu {
  margin-top: 0px;
}
.copy-right p {
  font-size: 13px;
  padding: 0px 36px;
}
.widget a {
  font-size: 13px;
}
.widget-title {
  font-size: 16px;
}
.widget {
  width: 100%;
  padding: 8px;
}
.widget p {
  color: #fff;
  margin-top: 10px;
  font-size: 13px;
}
.content-body p {
  margin-bottom: 10px !important;
  font-size: 13px;
  font-weight: 500;
  color: #535353;
}
.contact-info h3 {
  font-weight: 800;
  font-size: 16px;
}
.team {
  padding: 10px;
  min-height: auto;
}
.team img {
  width: 130px;
  height: 130px;
}
.classroom-images li {
  width: 100%;
}
.content-body ul li{text-align: left;}
.gallery-item img{height: 136px;}
.visitor-item img{height: auto;}
.dept_name{font-size: 17px;}
}
.gallery-item img {
    width: 100% !important;
    height: 250px !important;
    /* padding: 4px 38px 4px 38px; */
    text-align: center;
    align-items: center;
    margin: 0px auto 0px !important;
    display: block;
    border-radius: 0px !important;
    padding: 0px !important;
}


    .acourdion-wrapper .accordion-header {margin-top: 0px !important;}
    .acourdion-wrapper .accordion-item {
    margin-bottom: 30px;
    box-shadow: 0px 0px 6px 0px rgb(174 174 174 / 50%);
    border: 1px solid #f0f0f0;
}
    .acourdion-wrapper .accordion-button:not(.collapsed) {color: #ffffff; background-color: #025d9d; box-shadow:none !important;}
    .acourdion-wrapper .accordion-button:focus {box-shadow: none;}
    .acourdion-wrapper .accordion-button {font-size: 18px; font-weight: 700;}
    .acourdion-wrapper table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.acourdion-wrapper table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.acourdion-wrapper table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

.acourdion-wrapper table th, .acourdion-wrapper table td {
    padding: .625em;
    text-align: left;
    font-size: 16px;
}

.acourdion-wrapper table th {
    font-size: 16px;
    letter-spacing: 0;
    text-transform: capitalize;
}

.acourdion-wrapper table tr:nth-child(even) {
  background: #fbfbfb;
}
.acourdion-wrapper table tr:nth-child(odd) {
  background: #FFF;
}
.acourdion-wrapper .accordion-body thead tr {
    color: #fff;
    background: #0c98fb !important;
}
.content-body table th, .content-body table td {
    padding: .625em;
    text-align: left;
    border: 1px solid #a9a9a9 !important;
}
.accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
    background-image: url(https://www.arpsshillong.com//public/front_asset/images/download-arrow.png) !important;
}
.acourdion-wrapper .accordion-button:hover {
    background: #025d9d;
    color: #fff;
}

@media screen and (max-width: 600px) {
  .acourdion-wrapper table {
    border: 0;
  }

  .acourdion-wrapper table caption {
    font-size: 1.3em;
  }
  
  .acourdion-wrapper table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .acourdion-wrapper table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  .acourdion-wrapper table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  .acourdion-wrapper table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .acourdion-wrapper table td:last-child {
    border-bottom: 0;
  }
}
.accordion-body thead th {
    border-color: #53b8ff !important;
}
.m-slider-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.mandatory-slider .slick-slide {
    margin: 6px;
}
.mandatory-slider .item {
    position: relative;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    overflow: hidden;
}
.mandatory-slider .item .slide-content {
    background: #025d9d;
    text-align: center;
    position: absolute;
    bottom: -30px;
    margin: 0px auto;
    left: 0;
    right: 0;
    max-width: 80%;
    font-size: 18px;
    color: #fff;
    border-bottom: 4px solid #0c98fb;
    padding: 9px;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
}
.mandatory-slider .item:hover .slide-content {
    bottom: 0;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    background: #fff;
    color: #025d9d;
}

.slide-layer-wrap.title-wrap {
    font-size: 17px;
    font-weight: 500;
}
.mandatory-slider {
    transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}
.learnmore {
    font-size: 15px;
    color: #232323;
    line-height: 20px;
    opacity: 0;
}
.mandatory-slider .item:hover .slide-content .learnmore  {
    opacity: 1;
}