@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Just+Another+Hand&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

.font-main {
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
}

.font-sub {
  font-family: "Just Another Hand", cursive;
  font-weight: 400;
}

body {
  font-size: 16px;
  color: #000;
  font-family: "Urbanist", sans-serif;
  background-color: #fdfdfd;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "Urbanist", sans-serif;
}

p {
  margin: 0;
  padding: 0;
}

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

ol {
  margin: 0;
  padding-left: 15px;
}

a {
  text-decoration: none;
  transition: all 0.3s;
}

img {
  max-width: 100%;
}

.common-btn {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 500;
  background-color: #ffba00;
  border-bottom: 2px solid #002c54;
  padding: 10px 25px;
  transition: 0.5s;
  position: relative;
  border-radius: 0;
  z-index: 1;
}
.common-btn:hover {
  color: #ffffff;
}
.common-btn:hover::before {
  -webkit-clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
          clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}
.common-btn:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #002c54;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: 0.5s;
  -webkit-clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
          clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
  z-index: -1;
}

.spacer {
  padding: 40px 0;
}

.logo-area {
  background: url(../img//bg-pat.jpg);
  background-size: cover;
  padding: 10px 0;
}
.logo-area .inner {
  display: flex;
  align-items: center;
  gap: 10px;
}
.logo-area .col-name h1 {
  font-size: 26px;
  color: #002c54;
  font-weight: 700;
}
.logo-area .col-name p {
  color: #000000;
  padding-top: 5px;
  font-weight: 600;
}
.logo-area .col-name p i {
  color: #002c54;
}
.logo-area .sou_img {
  border: 1px solid #002c54;
  padding: 5px;
}
.logo-area .iso span {
  color: #000000;
  font-weight: bold;
}
.logo-area .top-btns {
  text-align: right;
}
.logo-area .top-btns ul li {
  display: inline-block;
}
.logo-area .top-btns ul li a {
  display: inline-block;
  background-color: #002c54;
  color: #ffffff;
  padding: 5px;
  margin: 5px;
  border-bottom: 2px solid #ffba00;
  animation: fadeoutin 3s ease-in-out infinite;
}
@keyframes fadeoutin {
  0% {
    background-color: #002c54;
  }
  50% {
    background-color: #ffba00;
    color: #000000;
  }
  100% {
    background-color: #002c54;
  }
}

.top-bar {
  background-color: #002c54;
  background-position: top;
  position: relative;
}
.top-bar .top-links ul li {
  display: inline-block;
}
.top-bar .top-links ul li a {
  display: inline-block;
  color: #ffffff;
  padding: 5px;
}
.top-bar .top-links ul li a:hover {
  color: #ffba00;
}
.top-bar .top-links .gapping {
  color: #ffffff;
}

.news_bar {
  background-color: #ffba00;
  /* Pause marquee on hover */
}
.news_bar .newsarea {
  display: flex;
  align-items: center;
}
.news_bar .newsarea .news_txtt {
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news_bar .news-bar {
  width: 100%;
  background-color: #ffffff;
  color: #000000;
  padding: 10px 0;
  overflow: hidden;
  position: relative;
}
.news_bar .news-bar marquee {
  padding-left: 20px;
  display: flex;
  align-items: center;
}
.news_bar .news-bar marquee a {
  color: #000000;
}
.news_bar .news-bar marquee a:hover {
  color: #002c54;
  font-weight: bold;
}
.news_bar .left-ss {
  position: absolute;
  left: -4px;
  height: 100%;
  width: 10px;
  background-color: #ffba00;
  top: 0;
  z-index: 1;
  transform: skewX(-10deg);
}
.news_bar .right-ss {
  position: absolute;
  right: -4px;
  height: 100%;
  width: 10px;
  background-color: #ffba00;
  top: 0;
  z-index: 1;
  transform: skewX(-10deg);
}
.news_bar .news-bar marquee:hover {
  animation-play-state: paused;
}
.news_bar .news-txt-r a {
  font-size: 18px;
  color: #000000;
  padding: 0 5px;
}
.news_bar .latest_news {
  font-size: 18px;
  color: #000000;
}

.banner-wrap {
  background-color: #6c757d;
  padding: 10px 0;
  /* /////////// IMAGE ZOOM /////////// */
}
.banner-wrap .slide-boxl {
  box-shadow: 0px 10px 20px 0px rgba(62, 48, 48, 0.42);
  padding: 10px;
}
.banner-wrap .notice-box {
  box-shadow: 0px 10px 20px 0px rgba(62, 48, 48, 0.42);
  padding: 10px;
  background-color: #ffffff;
}
.banner-wrap .notice-box .neWs_date {
  display: inline-block;
  font-size: 12px;
  background: #002c54;
  border-bottom: 3px solid #ffba00;
  color: #fff;
  padding: 6px;
  position: absolute;
  top: 0;
  left: 0;
}
.banner-wrap .notice-box #faq__accordian-main-wrapper {
  max-width: 100%;
  margin: 0 auto;
}
.banner-wrap .notice-box .faq__accordian-heading:nth-last-child(5) {
  margin-bottom: 0;
}
.banner-wrap .notice-box .faq__accordian-heading {
  background: linear-gradient(#002c54 0%, rgba(0, 44, 84, 0.86) 51%, #002c54 100%);
  padding: 10px 30px 10px 10px;
  display: block;
  margin-bottom: 2px;
  position: relative;
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
}
.banner-wrap .notice-box .faq__accordian-heading::before {
  content: "\f13a";
  color: #ffffff;
  font-family: fontawesome;
  position: absolute;
  right: 20px;
  top: 50%;
  transition: 0.3s linear all;
  transform: translateY(-50%) rotate(0deg);
  font-size: 20px;
}
.banner-wrap .notice-box .faq__accordian-heading.active {
  background: linear-gradient(rgb(255, 186, 0) 0%, rgb(255, 198, 76) 50%, rgb(255, 186, 0) 90%);
  color: #002c54;
}
.banner-wrap .notice-box .faq__accordian-heading.active::before {
  transition: 0.3s linear all;
  transform: translateY(-50%) rotate(360deg);
  color: #002c54 !important;
}
.banner-wrap .notice-box .faq__accordian-heading.active::before {
  color: #ffffff;
}
.banner-wrap .notice-box .faq__accordion-content {
  display: none;
  position: relative;
}
.banner-wrap .notice-box .view-btn {
  text-align: right;
}
.banner-wrap .notice-box .view-btn .common_btn:focus {
  box-shadow: none;
}
.banner-wrap .notice-box marquee {
  height: 223px;
  background: #ffffff;
  background-size: cover;
  padding: 10px;
}
.banner-wrap .notice-box .qiick-links ul li {
  position: relative;
  min-height: 60px;
  padding-left: 65px;
  border-bottom: 1px solid #002c54;
  margin: 10px 0;
}
.banner-wrap .year01 {
  display: block;
  border-top: 1px solid #ffffff;
}
.banner-wrap .notice-box .qiick-links ul li a {
  font-size: 16px;
  color: #000;
  display: block;
  font-weight: 500;
  line-height: 1.5;
  transition: all 0.3s ease-in-out;
}
.banner-wrap .notice-box .qiick-links ul li a:hover {
  font-weight: 600;
  padding-left: 5px;
}
.banner-wrap .wrapper-inner {
  padding: 10px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .banner-wrap .slider,
  .banner-wrap .slide {
    height: 516px;
  }
}
.banner-wrap .slide {
  position: relative;
}
.banner-wrap .slide .slide__img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (min-width: 992px) {
  .banner-wrap .slide .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.banner-wrap .slide .slide__img img {
  max-width: 100%;
  width: 100%;
  height: 516px;
  opacity: 1 !important;
  animation-duration: 3s;
  transition: all 1s ease;
  object-fit: cover;
}
.banner-wrap .slide .slide__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner-wrap .slide .slide__content--headings {
  text-align: center;
  color: #fff;
  text-transform: capitalize;
}
.banner-wrap .slide .slide__content--headings h2 {
  font-size: 3.5rem;
  margin: 10px 0;
}
.banner-wrap .slide .slide__content--headings .animated {
  transition: all 0.5s ease;
}
.banner-wrap .slider [data-animation-in] {
  opacity: 0;
  animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
}
.banner-wrap .slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.banner-wrap .slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.banner-wrap .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.banner-wrap .slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.banner-wrap .slick-dots li button:hover,
.banner-wrap .slick-dots li button:focus {
  outline: none;
}
.banner-wrap .simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}
.banner-wrap .simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}
.banner-wrap .simple-dots .slick-dots li button:hover,
.banner-wrap .simple-dots .slick-dots li button:focus {
  opacity: 1;
}
.banner-wrap .simple-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}
.banner-wrap .stick-dots .slick-dots li {
  height: auto;
  width: 25px;
}
.banner-wrap .stick-dots .slick-dots li button {
  position: relative;
  background-color: #ffba00;
  opacity: 1;
  width: 15px;
  height: 8px;
  padding: 0;
}
.banner-wrap .stick-dots .slick-dots li button:hover,
.banner-wrap .stick-dots .slick-dots li button:focus {
  opacity: 1;
  background-color: #002c54;
}
.banner-wrap .stick-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
  background-color: #002c54;
  opacity: 1;
}
.banner-wrap .stick-dots .slick-dots li.slick-active button:hover,
.banner-wrap .stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}
@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
.banner-wrap .zoomInImage {
  animation-name: zoomInImage;
}
@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.banner-wrap .zoomOutImage {
  animation-name: zoomOutImage;
}

.tittle h2 {
  font-size: 30px;
  color: #002c54;
  text-align: center;
  padding-bottom: 10px;
}

.title {
  border-bottom: 3px solid #ffba00;
}
.title h2 {
  background: #ffba00;
  display: inline-block;
  padding: 10px 70px 10px 15px;
  position: relative;
  color: #000000;
  margin: 0;
  font-size: 25px;
}
.title h2:after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  width: 60px;
  height: 100%;
  background: linear-gradient(45deg, #ffba00 0%, #ffba00 50%, #efefef 50%, #efefef 50%, #efefef 100%);
}

.mission-vision {
  background-color: #efefef;
  position: relative;
}
.mission-vision .shape2 {
  position: absolute;
  left: 10%;
  top: 18%;
}
.mission-vision .shape2 img {
  width: 450px;
}
.mission-vision .rotateme {
  animation: rotateme1 10s linear infinite;
  -webkit-animation: rotateme1 10s linear infinite;
}
@keyframes rotateme1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.mission-vision .title h2:after {
  background: linear-gradient(45deg, #ffba00 0%, #ffba00 50%, #efefef 50%, #efefef 50%, #efefef 100%);
}
.mission-vision .contentv h3 {
  padding: 10px 0;
  font-size: 20px;
  color: #000000;
}
.mission-vision .contentv p {
  text-align: justify;
}
.mission-vision .teacher-box {
  background-image: url(../img/h1-bg-1.png);
  background-size: cover;
  height: 470px;
  margin-top: 55px;
  position: relative;
  padding: 20px;
}
.mission-vision .teacher-box .tech-speech {
  color: #ffffff;
  text-align: center;
  font-size: 16px;
}
.mission-vision .teacher-box p{
    color: #fff;
}
.mission-vision .teacher-box .principal {
  margin: 10px 0;
  color: #ffffff;
}
.mission-vision .teacher-box .principal h3 {
  color: #ffffff;
}
.mission-vision .teacher-box .principal-img img {
  width: 170px;
  height: 170px;
  border-top: 10px solid #ffba00;
  border-left: 10px solid #ffffff;
  border-bottom: 10px solid #ffba00;
  border-right: 10px solid #ffffff;
}

.about-us {
  padding: 50px 0;
  position: relative;
  background: url(../img/course-1-bg-1.webp);
  background-size: cover;
}
.about-us .txt {
  margin-top: 2%;
  position: relative;
}
.about-us .txt h2 {
  font-size: 30px;
  color: #000000;
}
.about-us .txt p {
  text-align: justify;
  padding-top: 10px;
}
.about-us .image {
  box-shadow: 0px 10px 20px 0px rgba(62, 48, 48, 0.42);
  padding: 10px;
  position: relative;
}
.about-us .image h3 {
  position: absolute;
  bottom: 10px;
  background: rgba(0, 44, 84, 0.6392156863);
  width: 97%;
  padding: 5px 0;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-style: italic;
}
.about-us .shape1 {
  position: absolute;
  bottom: 15%;
  right: 10%;
}
.about-us .rotateme {
  animation: rotateme 10s linear infinite;
  -webkit-animation: rotateme 10s linear infinite;
}
@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.all-gallery .gallery-sec {
  position: relative;
}
.all-gallery .fancy-box {
  position: relative;
  background-color: #002c54;
  padding: 10px;
  display: block;
  border-bottom: 3px solid #ffba00;
  height: 260px;
}
.all-gallery .single-img {
  position: relative;
}
.all-gallery img {
  display: block;
  width: 100%;
  height: 200px;
}
.all-gallery .img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 186, 0, 0.83);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
}
.all-gallery .carousel-control-next,
.all-gallery .carousel-control-prev {
  display: none;
}
.all-gallery .single-img:hover .img-overlay {
  height: 100%;
}
.all-gallery .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000000;
  text-align: center;
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-weight: bold;
  width: 100%;
}
.all-gallery .common-btn-area {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 38%);
}

.gallery {
  background: url(../img/course-1-bg-1.webp);
  background-size: cover;
}
.gallery .title h2:after {
  background: linear-gradient(45deg, #ffba00 0%, #ffba00 50%, #f3fafc 50%, #f3fafc 50%, #f3fafc 100%);
}
.gallery .achievments {
  position: relative;
  z-index: 1;
}
.gallery .achievments .overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 79%;
  width: 100%;
  background-color: rgba(0, 44, 84, 0.8);
}
.gallery .achievments marquee {
  background: url(../img/achievment.jpg);
  background-size: cover;
  height: 240px;
  padding: 10px;
}
.gallery .achievments ul li a {
  display: block;
  position: relative;
  padding: 10px 0;
  color: #ffffff;
  border-bottom: 1px solid rgba(173, 167, 167, 0.8);
}
.gallery .achievments ul li a:hover {
  color: #ffba00;
}
.gallery .achievments ul li a::before {
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 6px;
  vertical-align: middle;
  content: "\f4c4";
  color: #ffffff;
}
.gallery .gallery-items {
  position: relative;
  padding: 10px 0;
}
.gallery .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 220px;
}
.gallery .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #002c54;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.gallery .owl-nav button.owl-prev {
  left: 0;
}
.gallery .owl-nav button.owl-next {
  right: 0;
}
.gallery .owl-dots {
  text-align: center;
  padding-top: 15px;
}
.gallery .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.gallery .owl-dots button.owl-dot.active {
  background-color: #002c54;
}
.gallery .owl-dots button.owl-dot:focus {
  outline: none;
}
.gallery .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #002c54 !important;
}
.gallery span {
  font-size: 70px;
  position: relative;
  top: -5px;
}
.gallery .owl-nav button:focus {
  outline: none;
}
.gallery .owl-dots {
  display: none;
}
.gallery .owl-carousel .owl-nav button.owl-prev,
.gallery .owl-carousel .owl-nav button.owl-next,
.gallery .owl-carousel button.owl-dot {
  background: none;
  color: #ffffff !important;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.gallery .fancy-box {
  position: relative;
  border: 1px solid #002c54;
  padding: 5px;
  display: block;
}
.gallery .single-img {
  position: relative;
}
.gallery .image {
  display: block;
  width: 100%;
  height: auto;
}
.gallery .img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 186, 0, 0.83);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
}
.gallery .single-img:hover .img-overlay {
  height: 20%;
}
.gallery .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000000;
  text-align: center;
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-weight: bold;
  width: 100%;
}
.gallery .serve-box {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 25px;
}
.gallery .serving .serve-inner {
  text-align: center;
  margin-top: 5px;
  padding: 10px;
  transition: all 0.3s linear;
  height: 250px;
}
.gallery .serving .serve-inner img {
  transition: all 0.3s;
  border-radius: 50%;
}
.gallery .serving .serve-inner img:hover {
  border: 5px solid #ffba00;
  padding: 5px;
}
.gallery .serving .serve-inner .count {
  color: #000000;
  font-size: 30px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
}
.gallery .serving .serve-inner h3 {
  font-size: 20px;
  color: #ffffff;
  padding: 5px 30px;
  display: inline-block;
  background-color: #002c54;
  transition: all 0.3s linear;
}
.gallery .serving .serve-inner h3:hover {
  background-color: #ffba00;
  color: #000000;
}
.gallery .course-box {
  margin-top: 5px;
}
.gallery .course-box .nav-tabs {
  gap: 3px;
}
.gallery .course-box .nav-tabs .nav-link {
  font-size: 16px;
  background-color: #002c54;
  color: #ffffff;
  padding: 10px 30px;
  width: 32.7%;
  border-radius: 0;
  border: 1px solid grey;
}
.gallery .course-box .nav-tabs .nav-item.show .nav-link,
.gallery .course-box .nav-tabs .nav-link.active {
  background-color: #ffba00;
  color: #000000;
}
.gallery .course-box .list {
  height: 180px;
  overflow-y: scroll;
  scrollbar-color: #002c54 #ffffff;
}
.gallery .course-box .list li {
  padding: 10px;
  box-shadow: 0 2px 5px -3px #002c54;
  margin: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.gallery .course-box .list i {
  color: #002c54;
  font-size: 20px;
}

.facilities .facilities-box {
  position: relative;
  margin-top: 20px;
  padding-left: 100px;
}
.facilities .facilities-box .sev-icon {
  position: absolute;
  background: #002c54;
  text-align: center;
  color: #ffffff;
  padding: 10px 5px;
  z-index: 3;
  width: 80px;
  height: 80px;
  left: 0;
  bottom: auto;
  top: 0;
  font-size: 42px;
  line-height: 50px;
}
.facilities .facilities-box .sev-icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 0 0);
  clip-path: polygon(100% 0, 0% 100%, 0 0);
  background: #ffba00;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 0.4s;
}
.facilities .facilities-box h3 {
  font-size: 25px;
  color: #000000;
}
.facilities .facilities-box p {
  text-align: justify;
}
.facilities .facilities-box p a {
  color: #002c54;
  font-weight: bold;
}
.facilities .facilities-box p a:hover {
  color: #ffba00;
}
.facilities .facilities-box:hover .sev-icon::before {
  -webkit-clip-path: polygon(100% 6%, 0% 100%, 100% 100%);
  clip-path: polygon(100% 6%, 0% 100%, 100% 100%);
}

.footer .top-footer {
  padding: 20px 0;
  background-color: #002c54;
}
.footer .top-footer .inner h2 {
  color: #ffffff;
  font-size: 25px;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 5px;
}
.footer .top-footer .inner ul li {
  color: #ffffff;
  padding: 5px 0;
  border-bottom: 1px solid #ffffff;
}
.footer .top-footer .inner ul li a {
  display: block;
  color: #ffffff;
}
.footer .top-footer .inner ul li a:hover {
  color: #ffba00;
}
.footer .top-footer .inner ul li a::before {
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 6px;
  vertical-align: middle;
  content: "\f064";
  color: #ffffff;
}
.footer .top-footer .inner .maps {
  padding: 5px;
  border: 1px solid #ffffff;
  margin-top: 10px;
}
.footer .lower-footer {
  background: linear-gradient(rgb(255, 186, 0) 0%, rgb(255, 198, 76) 50%, rgb(255, 186, 0) 90%);
  padding: 10px 0;
  text-align: center;
}
.footer .lower-footer a {
  color: #000000;
  font-weight: bold;
}
.qp-box{
    background-color: #fff;
    box-shadow: 0px 10px 20px 0px rgba(62, 48, 48, 0.42);
    padding: 10px;
 }
 .qp-box label{
     font-size: 16px;
     color: #000;
     margin-bottom: 10px;;
 }
 .qp-box select{
     font-size: 16px;
 }
 .qp-box .form-select:focus{
     box-shadow: none;
 }
 .search-btn .sear-btn{
    display: inline-block;
    font-size: 16px;
    background-color:#002c54; 
    color: #fff;
    font-weight: 500;
    border-bottom: 2px solid #002c54;
    padding: 10px 25px;
    transition: 0.5s;
    position: relative;
    border-radius: 0;
    z-index: 1;
    border: 0;
 }
 .search-btn .sear-btn:hover{
    background-color: #ffba00;
    color: #000;
 }
 .dt-search input{
     font-size: 16px;
 }
 .view_dn{
    color: #fff;
    padding: 3px 5px;
    background: linear-gradient(#002c54 0%, rgba(0, 44, 84, 0.86) 51%, #002c54 100%);
    font-size:14px;
 }
 .view_dn:hover{
     color: #fff;
 }


.dept-gallery .fancybox {
    position: relative;
    border: 1px solid #002c54;
    padding: 5px;
    display: block;
    margin-top: 10px;
}
.dept-gallery .single-img {
  position: relative;
}
.dept-gallery img {
  display: block;
  width: 100%;
  height: 200px;
}
.dept-gallery .img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 186, 0, 0.83);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
}
.dept-gallery .single-img:hover .img-overlay {
  height: 100%;
}
.dept-gallery .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000000;
  text-align: center;
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: bold;
}
.sub-ttl0111{
    font-size: 20px;
}

.master-page {
  padding: 40px 0;
}

.master-page .sidebar-menu {
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(62, 48, 48, 0.42);
  padding: 10px;
}

.master-page .tittle_menu {
  font-weight: 500;
  color: #000000;
  font-size: 25px;
  text-align: center;
  margin-bottom: 10px;
}

.master-page .sidebar-menu .drop2x {
  position: absolute;
  right: 15px;
  top: 8px;
}

.master-page .sidebar-menu nav ul li:hover .submenu2 {
  max-height: 100%;
  visibility: visible;
  transform: translateY(0);
}

.master-page .sidebar-menu nav ul li a {
  font-size: 16px;
  display: block;
  padding: 5px 0;
  margin: 5px 0;
  color: #ffffff;
  background: linear-gradient(#002c54 0%, rgba(0, 44, 84, 0.86) 51%, #002c54 100%);
  position: relative;
}

.master-page .sidebar-menu nav ul li a:hover::before {
  color: #000000;
}

.master-page .sidebar-menu nav ul li a::before {
  font-family: FontAwesome;
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
  content: "\f00c";
  color: #002c54;
  border-radius: 50%;
  background: #ffffff;
  padding: 2px 6px;
  margin: 0 5px;
}

.title h2:after {
  background: linear-gradient(45deg, #ffba00 0%, #ffba00 50%, #fdfdfd 50%, #fdfdfd 50%, #fdfdfd 100%);
}

.master-page .sidebar-menu nav ul li a:hover {
  background: linear-gradient(rgb(255, 186, 0) 0%, rgb(255, 198, 76) 50%, rgb(255, 186, 0) 90%);
  color: #000000;
  box-shadow: none;
}

.master-page .sidebar-menu nav ul li a:focus {
  background: linear-gradient(rgb(255, 186, 0) 0%, rgb(255, 198, 76) 50%, rgb(255, 186, 0) 90%);
  color: #000000;
}

.master-page .sidebar-menu nav .active {
  background: linear-gradient(rgb(255, 186, 0) 0%, rgb(255, 198, 76) 50%, rgb(255, 186, 0) 90%);
  color: #000000;
  box-shadow: none;
}

.master-page .sidebar-menu nav .active::before {
  color: #000000;
}

.master-page .sidebar-menu .submenu2 {
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  transform: translateY(-20px);
  transition: all 0.3s linear;
}

.master-page .master-content {
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(62, 48, 48, 0.42);
  padding: 10px;
}

.master-page .master-content .master-title {
  text-align: center;
}

.master-page .master-content .inner {
  padding: 10px;
  background-color: rgba(255, 186, 0, 0.19);
  margin: 10px 0;
}

.master-page .master-content .inner h3 {
  color: #fff;
  font-size: 25px;
  background: linear-gradient(#002c54 0%, rgba(0, 44, 84, 0.86) 51%, #002c54 100%);
  position: relative;
  margin-bottom: 10px;
  font-weight: 500;
  padding: 10px 0;
  text-align: center;
}

.master-page .master-content .inner p {
  text-align: justify;
  padding: 5px 0;
  color: #171f32;
}

.master-page .table {
  margin-top: 10px;
  color: #171f32;
  background-color: #fff;
}

.master-page .table tr,
.master-page .table td,
.master-page .table th {
  border: 1px solid #888888;
  vertical-align: middle;
}

.master-page .table thead {
  background-color: rgba(0, 0, 0, 0.2);
  color: #173132;
}

.master-page .table thead th {
  border-bottom: 0;
}

.master-page .table i {
  font-size: 22px;
  color: #173132;
}

.master-page .nav-tabs {
  flex-direction: column;
  border: 0;
}

.master-page .nav-tabs .nav-link {
  border: 0;
  font-size: 16px;
  display: block;
  padding: 5px 0;
  margin: 5px 0;
  color: #ffffff;
  background: linear-gradient(#002c54 0%, rgba(0, 44, 84, 0.86) 51%, #002c54 100%);
  position: relative;
}

.master-page .nav-tabs .nav-link::before {
  font-family: FontAwesome;
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
  content: "\f00c";
  color: #002c54;
  border-radius: 50%;
  background: #ffffff;
  padding: 2px 6px;
  margin: 0 5px;
}

.master-page .nav-tabs .nav-link:hover {
  background: linear-gradient(rgb(255, 186, 0) 0%, rgb(255, 198, 76) 50%, rgb(255, 186, 0) 90%);
  color: #000000;
}

.master-page .tdesk .in_bx {
  background: #fff;
  margin-top: 10px;
  padding: 10px;
  height: 250px;
  overflow: hidden;
  box-shadow: 0px 10px 20px 0px rgba(62, 48, 48, 0.42);
  border-radius: 10px;
}

.master-page .tdesk .in_bx img {
  border-radius: 50%;
}

.master-page .tdesk .in_bx h4 {
  font-size: 20px;
  font-style: italic;
  font-family: heading;
  color: #171f32;
  margin-top: 10px;
  font-weight: 600;
}

.master-page .tdesk .in_bx p {
  font-weight: 500;
  color: #171f32;
  font-size: 16px;
  text-align: center;
  padding-top: 5px 0 0 0 !important;
}

.master-page .tdesk .in_bx .dtalis {
  font-size: 16px;
  background: linear-gradient(rgb(255, 186, 0) 0%, rgb(255, 198, 76) 50%, rgb(255, 186, 0) 90%);
  color: #000000;
  padding: 5px;
  display: inline-block;
  margin: 5px 0;
  width: 60%;
  border-radius: 10px;
}

.master-page .tdesk .in_bx .dtalis:hover {
  background: linear-gradient(#002c54 0%, rgba(0, 44, 84, 0.86) 51%, #002c54 100%);
  color: #ffffff;
}

.single-gallery {
  padding: 40px 0;
}
.single-gallery .fancy-box {
  position: relative;
  border: 1px solid #002c54;
  padding: 5px;
  display: block;
  margin-top: 10px;
}
.single-gallery .single-img {
  position: relative;
}
.single-gallery .image {
  display: block;
  width: 100%;
  height: 250px;
}
.single-gallery .img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 186, 0, 0.6705882353);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
}
.single-gallery .single-img:hover .img-overlay {
  height: 100%;
}
.single-gallery .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000000;
  text-align: center;
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-weight: bold;
}

.principal-desk {
  padding: 40px 0;
}
.principal-desk .principal-box p {
  text-align: justify;
}
.principal-desk .principal h3 {
  font-size: 25px;
  color: #002c54;
}
.principal-desk .principal p {
  color: #002c54;
  font-weight: 600;
}

.counter_box {
  align-items: center;
  justify-content: space-around;
  margin-top: 10px;
  background: linear-gradient(rgb(255, 186, 0) 0%, rgb(255, 198, 76) 50%, rgb(255, 186, 0) 90%);
  box-shadow: 1px 1px 5px 1px #fdfdfd;
  width: auto;
  padding: 5px;
  display: inline-flex;
}

.counter-number {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  border: 1px solid black;
  margin: 5px;
  padding: 5px;
  line-height: 1;
}

.counter-label {
  font-size: 18px;
  color: #000000;
  font-weight: bold;
}

.reset-btn {
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  background: #ff5555;
  color: white;
  border: none;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.reset-btn:hover {
  background: #e64545;
}

@media screen and (max-width: 377px) {
  .news-txt-r {
    display: none !important;
  }
  .site_menu .navbar .fa-bars {
    color: #000000;
  }
  .logo-area .col-name p {
    font-size: 13px;
  }
  .news_bar .newsarea .news_txtt {
    width: 62%;
  }
  .news_bar .right-ss {
    display: none;
  }
  .news_bar .latest_news {
    font-size: 16px;
    color: #000000;
  }
  .logo-area .inner {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: column;
  }
  .logo-area .col-name h1 {
    font-size: 20px;
  }
  .banner-wrap .slide .slide__img img {
    height: 250px;
  }
  .banner-wrap .col-lg-8 {
    order: 1;
  }
  .banner-wrap .col-lg-4 {
    order: 2;
  }
  .gallery .serve-box {
    flex-direction: column;
  }
  .about-us .image h3 {
    width: 94%;
    font-size: 16px;
  }
  .about-us {
    padding: 15px 0;
  }
  .about-us .txt h2 {
    font-size: 25px;
  }
  .about-us .txt h2 span {
    display: block;
  }
  .about-us .shape1 {
    display: none;
  }
  .mission-vision .shape2 img {
    width: 280px;
  }
  .mission-vision .teacher-box {
    margin-top: 35px;
    height: auto;
  }
  .spacer {
    padding: 20px 0;
  }
  .title {
    border-bottom: 3px solid #ffba00;
    margin-top: 40px;
  }
  .gallery .title h2:after {
    background: linear-gradient(45deg, #ffba00 0%, #ffba00 50%, #e9f2f4 50%, #e9f2f4 50%, #e9f2f4 100%);
  }
  .footer .top-footer .inner {
    margin-top: 10px;
  }
  .site_menu ul.mainNav li.active > a {
    background-color: none !important;
    color: #000000 !important;
  }
  .site_menu ul.mainNav li a {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 378px) and (max-width: 426px) {
  .site_menu ul.mainNav li.active > a {
    background-color: unset !important;
    color: #000000 !important;
  }
  .site_menu ul.mainNav li a {
    font-size: 16px !important;
  }
  .news-txt-r {
    display: none !important;
  }
  .site_menu .navbar .fa-bars {
    color: #000000;
  }
  .logo-area .col-name p {
    font-size: 14px;
  }
  .news_bar .newsarea .news_txtt {
    width: 62%;
  }
  .news_bar .right-ss {
    display: none;
  }
  .news_bar .latest_news {
    font-size: 16px;
    color: #000000;
  }
  .logo-area .inner {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: column;
  }
  .logo-area .col-name h1 {
    font-size: 24px;
  }
  .banner-wrap .slide .slide__img img {
    height: 250px;
  }
  .banner-wrap .col-lg-8 {
    order: 1;
  }
  .banner-wrap .col-lg-4 {
    order: 2;
  }
  .gallery .serve-box {
    flex-direction: column;
  }
  .about-us .image h3 {
    width: 94%;
    font-size: 16px;
  }
  .about-us {
    padding: 15px 0;
  }
  .about-us .txt h2 {
    font-size: 25px;
  }
  .about-us .txt h2 span {
    display: block;
  }
  .about-us .shape1 {
    display: none;
  }
  .mission-vision .shape2 img {
    width: 280px;
  }
  .mission-vision .teacher-box {
    margin-top: 35px;
    height: auto;
  }
  .spacer {
    padding: 20px 0;
  }
  .title {
    border-bottom: 3px solid #ffba00;
    margin-top: 40px;
  }
  .gallery .title h2:after {
    background: linear-gradient(45deg, #ffba00 0%, #ffba00 50%, #e9f2f4 50%, #e9f2f4 50%, #e9f2f4 100%);
  }
  .footer .top-footer .inner {
    margin-top: 10px;
  }
}
@media screen and (min-width: 427px) and (max-width: 431px) {
  .site_menu ul.mainNav li.active > a {
    background-color: unset !important;
    color: #000000 !important;
  }
  .site_menu ul.mainNav li a {
    font-size: 16px !important;
  }
  .news-txt-r {
    display: none !important;
  }
  .site_menu .navbar .fa-bars {
    color: #000000;
  }
  .logo-area .col-name p {
    font-size: 14px;
  }
  .news_bar .newsarea .news_txtt {
    width: 62%;
  }
  .news_bar .right-ss {
    display: none;
  }
  .news_bar .latest_news {
    font-size: 16px;
    color: #000000;
  }
  .logo-area .inner {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: column;
  }
  .logo-area .col-name h1 {
    font-size: 25px;
  }
  .banner-wrap .slide .slide__img img {
    height: 250px;
  }
  .banner-wrap .col-lg-8 {
    order: 1;
  }
  .banner-wrap .col-lg-4 {
    order: 2;
  }
  .gallery .serve-box {
    flex-direction: column;
  }
  .about-us .image h3 {
    width: 94%;
    font-size: 16px;
  }
  .about-us {
    padding: 15px 0;
  }
  .about-us .txt h2 {
    font-size: 25px;
  }
  .about-us .txt h2 span {
    display: block;
  }
  .about-us .shape1 {
    display: none;
  }
  .mission-vision .shape2 img {
    width: 280px;
  }
  .mission-vision .teacher-box {
    margin-top: 35px;
    height: auto;
  }
  .spacer {
    padding: 20px 0;
  }
  .title {
    border-bottom: 3px solid #ffba00;
    margin-top: 40px;
  }
  .gallery .title h2:after {
    background: linear-gradient(45deg, #ffba00 0%, #ffba00 50%, #e9f2f4 50%, #e9f2f4 50%, #e9f2f4 100%);
  }
  .footer .top-footer .inner {
    margin-top: 10px;
  }
}
@media screen and (min-width: 432px) and (max-width: 601px) {
  .site_menu ul.mainNav li.active > a {
    background-color: unset !important;
    color: #000000 !important;
  }
  .site_menu ul.mainNav li a {
    font-size: 16px !important;
  }
  .news-txt-r {
    display: none !important;
  }
  .site_menu .navbar .fa-bars {
    color: #000000;
  }
  .logo-area .col-name p {
    font-size: 14px;
  }
  .news_bar .newsarea .news_txtt {
    width: 62%;
  }
  .news_bar .right-ss {
    display: none;
  }
  .news_bar .latest_news {
    font-size: 16px;
    color: #000000;
  }
  .logo-area .inner {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: column;
  }
  .logo-area .col-name h1 {
    font-size: 25px;
  }
  .banner-wrap .slide .slide__img img {
    height: 250px;
  }
  .banner-wrap .col-lg-8 {
    order: 1;
  }
  .banner-wrap .col-lg-4 {
    order: 2;
  }
  .gallery .serve-box {
    flex-direction: column;
  }
  .about-us .image h3 {
    width: 94%;
    font-size: 16px;
  }
  .about-us {
    padding: 15px 0;
  }
  .about-us .txt h2 {
    font-size: 25px;
  }
  .about-us .txt h2 span {
    display: block;
  }
  .about-us .shape1 {
    display: none;
  }
  .mission-vision .shape2 img {
    width: 280px;
  }
  .mission-vision .teacher-box {
    margin-top: 35px;
    height: auto;
  }
  .spacer {
    padding: 20px 0;
  }
  .title {
    border-bottom: 3px solid #ffba00;
    margin-top: 40px;
  }
  .gallery .title h2:after {
    background: linear-gradient(45deg, #ffba00 0%, #ffba00 50%, #e9f2f4 50%, #e9f2f4 50%, #e9f2f4 100%);
  }
  .footer .top-footer .inner {
    margin-top: 10px;
  }
}

@media screen and (max-width:991px){
    .odd-1{
        order: 1;
    }
    .odd-2{
        order: 2;
    }
    .odd-3{
        order: 3;
    }
    .odd-4{
        order: 4;
    }
}


.small-box i{
    color: #002c54;
}
.social-icon{
    padding-top: 10px;
}
.social-icon i{
    background: #002c54;
    color: #fff;
    padding: 10px;
}
.follow{
    padding-left: 20px;
}

.contact-left{
    background-color: #f5f5f5;
    box-shadow: 0px 10px 20px 0px rgba(62, 48, 48, 0.42);
    padding: 40px;
    height: 377px;
}
.contact-left .small-box{
    margin-top: 10px;
}
.contact-left .small-box h3{
    color: #000;
}
.contact-left .small-box p{
    color: #000;
}
.contact-left p{
    padding-left: 20px;
}
.reform-box select{
    font-size: 16px!important;
}
.reform-box input{
    font-size: 16px!important;
}
.reform-box{
    box-shadow: 0px 10px 20px 0px rgba(62, 48, 48, 0.42);
    padding: 10px;
}

.g__body img{
    width: 170px;
    height: 170px;
    object-fit: cover;
    border-radius: 50%;
}
.caption{
  font-weight: 600;
  color: #0c365c;
}
.g__body{
margin: 0;
box-shadow: -1px 2px 3px #5a6874;
background: #fff;
padding: 10px;
border-radius: 10px;
}

