
/* CSS Page Contents */


/* 

General CSS
Placeholders



About Us


*/



/*---------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    color: #444444;
    font-family: "Monda", sans-serif;
    background: #fff;
}
p {
    color: #333333;
    font-family: "Roboto", sans-serif;
}
a {
  color: #fff;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
}

a:hover {
  color: #73c5eb;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #07132b;
    font-family: "Roboto", sans-serif;
}
a.theme-btn {
    margin: 2rem auto 0.5rem;
    display: table;
    color: #ffffff;
    padding: 0.7rem 1rem 0.7rem 1rem;
    border-radius: 7px;
    transition: 0.3s ease;
    background: linear-gradient(91deg, #f7a70d 11%, #ed8608 127%);
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 0.2px;
    font-size: 15px;
    box-shadow: 3px 6px 14px 0px rgb(208 125 9 / 37%);
}
section{
  position:relative;
}
.pd{
  padding: 0;
}
.pd-left{
  padding-left:0;
}
.pd-right{
  padding-right:0;
}
.owl-nav {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin: 0;
}
button.owl-prev, button.owl-next {
  border-radius: 100px;
  width: 44px;
  height: 44px;
  background: #47579a !important;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  font-size: 33px !important;
  position: relative;
  border: solid 3px #ffffff !important;
  box-shadow: 0 0 0 2px #47579a;
}
button.owl-prev span, button.owl-next span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 0px;
    font-weight: 400;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #37517e;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #37517e;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #47579a;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6bc1e9;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


/*Topbar Sec*/

section.topbar-sec {
    padding: 0;
    border-bottom: solid 1px hsl(31.95deg 95.06% 15.88% / 6%);
    overflow: unset;
    background: #868686;
    background: linear-gradient(90deg, rgb(0 34 96) 17%, rgba(11, 87, 227, 1) 100%);
}

.topbar-rt {
    display: flex
;
}
.topbar-rt ul {
    margin: 0;
    padding: 0;
    text-align: right;
    list-style: none;
}
.topbar-rt ul li {
    display: inline-block;
    padding: 8px 12px;
    border-right: solid 1px hsl(31.95deg 95.06% 15.88% / 11%);
    color: #575757;
}
select#lang {
    border: none;
    font-size: 15px;
    color: #575757;
}
.topbar-rt ul li a{
    color: #575757;
}
.accessbility-box {
  width: 24%;
  min-width: 300px;
  background: beige;
  padding: 1rem 1.5rem;
  position: absolute;
  z-index: 999;
  top: 41px;
  border-radius: 13px;
  display: none;
}
.accessbility-box.active {
  display: block;
}
.row.acc-tool a {
    padding: 11px;
    font-size: 13px;
    letter-spacing: -0.5px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}
button.accessbility-ic {
  border: none;
  background: #f7a70d;
  color: #fff;
  border-radius: 4px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: -0.5px;
  font-size: 16px;
  padding: 6px 15px;
  display: inline-flex;
  gap: 10px;
  height: 40px;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    transition: all 0.5s;
    z-index: 997;
    padding: 0;
    background: #ffffff;
    position: relative;
    width: 100%;
    box-shadow: 0px 3px 34px -17px hsl(228.43deg 36.89% 44.12% / 26%);
}

#header.header-scrolled, #header.header-inner-pages {
  background: rgb(255 255 255);
  top: 0;
  width: 100%;
  border-radius: 0;
}
#header .logo {
    display: flex;
    height: 100%;
    align-items: center;
}

#header .logo.logo_hed img{
  max-height: 75px;
}
#header .logo.logo_hed{
  display: flex;
  align-items: center;
  gap: 10px;
}

#header .logo.logo_hed h4 {
  font-size: 30px;
  margin: 0;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
}

#header .logo.logo_hed p{
  margin: 0;
  font-size: 25px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  line-height: 20px;
}

#header .logo a {
  color: #fff;
}
.header-col {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 10px;
  /* overflow: hidden; */
}
.header-right {
    display: flex;
    align-items: center;
}
.search-button {
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: none;
    background: linear-gradient(91deg, rgb(71 87 154) 11%, #03A9F4 127%);
    width: 38px;
    height: 38px;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.header-container{
  /* max-width: 1700px; */
  background-color: #f7a70d;
}
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px 8px 13px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
}
.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,  .navbar .active:focus, .navbar li:hover>a {
  color: #00498d;
}
.navbar .active {
    background: linear-gradient(148deg, rgb(241, 211, 149) 11%, #ffebc6 127%);
    color: #000;
    border-radius: 4px;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  border: 2px solid #ea1826;
  font-weight: 600;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #31a9e1;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    text-transform: none;
    color: #13192b;
    letter-spacing: -0.2px;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #001c55;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
.cm {
    display: flex;
    align-items: center;
    /* border-left: solid 1px hsl(31.95deg 95.06% 15.88% / 11%); */
    padding-left: 0.7rem;
}
.cm img {
    width: 78px;
}
.cm h5 {
    font-size: 14px;
}
.cm h5 span {
    font-weight: 400;
    font-size: 12px;
    display: block;
    text-align: right;
}

@media (max-width: 992px) {
  .cm h5{
    display: none;
  }
    .logo img{
    height: 70px;
}
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}
@media (max-width: 560px) {
  .logo img{
    height: 68px;
}
.cm {
    display: none;
}
}
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #101132;
  font-size: 27px;  
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(40, 58, 90, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #37517e;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #ea1826;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #37517e;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #ea1826;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
  visibility: visible !important;
}



@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0 60px;
  overflow: hidden;
}
.theme-heading-sec {
  margin-bottom: 2.8rem;
  text-align: center;
}
.theme-heading-sec h2 {
  text-transform: capitalize;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 0.6rem;
  letter-spacing: 0.3px;
}
.theme-heading-sec h2 span {
    font-weight: 200;
}
.theme-heading-sec h2 b {
    color: #ff9000;
}
.theme-heading-sec h5 {
  color: #47579a;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.theme-heading-sec p {
  color: #fff;
  font-weight: 300;
  display: inline-block;
}



/* ========================Home Hero slider======================== */

.home_hero_slider {
  height: calc(100vh / 1 - 110px);
  width: 100%;
  position: relative;
  background: #f7a70d;
  padding: 0;
}

.home_hero_button_texture {
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 95vw;
  position: absolute;
  z-index: 3;
}

.home_hero_slider .carousel-indicators{
  z-index: 3;
}

.home_hero_slider .carousel-item {
    height: calc(100vh / 1 - 110px);
}
.home_hero_slider .carousel-item img{
  object-fit: cover;
  height: 100%;
}

.home_hero_content .hhc_col{
  height: 100%;
    min-height: 250px;
    position: relative;
}
.home_hero_content{
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.home_hero_sub_heading {
  font-size: 18px;
  letter-spacing: 8px;
  text-transform: uppercase;
  font-family: serif;
  text-align: center;
  color: #fff;
  position: relative;
}

.home_hero_sub_heading i{
  font-size: 10px;
  color: #e4850a;
}
.home_hero_heading{
  font-size: 45px;
  font-weight: 100;
  color: #ffffff;
  text-align: center;
  font-optical-sizing: auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.home_hero_heading span {
  font-weight: 700;
  border-right: 2px solid;
  white-space: nowrap;
  overflow: hidden;
  animation: blink 0.7s step-end infinite;
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}


.want_to_learn_today{
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 600px;
  margin-top: 60px;
}

button.btn.btn_custom_home_search {
    background: linear-gradient(45deg, #9e5e04, #ffa32a);
    border-radius: 0 5px 5px 0;
    border: none;
}

.want_to_learn_today input.form-control{
  height: 60px;
  width: 100%;
  max-width: 600px;
}

.want_to_learn_today input.form-control::placeholder{
  font-weight: 600;
  color: #a3a3a3;
}
.want_to_learn_today input.form-control:focus {
    border-color: #b06b0b;
    box-shadow: 0 0 0 .25rem #b26c0c25;
}

.btn_custom_home_search {
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 600;
    padding: 15px;
}

.home_hero_course_category{
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-flex;
    gap: 20px;
    min-width: 515px;
    width: auto;
    text-align: center;
}

.home_hero_course_category h6{
  text-transform: uppercase;
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.cources_categories{
  display: inline-flex;
  gap: 20px;

}

.cources_categories a{
  position: relative;
  color: #fff;
  font-weight: 500;
}
.cources_categories a.active{
  color: #ff7b00;
}
.cources_categories a::after{
  content: "|";
  position: absolute;
  right: -10px;
  color: #fff;
}
.cources_categories a:last-child::after{
  display: none;
}




/* Gif Overlay hero home */
  .gif-overlay {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    display: none;
  }
  .gif-overlay img {
    width: 90%;
    height: auto;
  }

.home_hero_slider::before {
  content: "";
  background-color: #00000078;
  height: 800px;
  min-height: 100%;
  width: 100vw;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}
.home_hero_slider{
  .carousel-control-prev, 
    .carousel-control-next {
    position: absolute;
    z-index: 3;
  }
}


@media (max-width: 1200px){
  .home_hero_content .hhc_col {
    min-height: 320px;
}
}
@media (max-width: 1024px){
  .want_to_learn_today {
    top: 50%;
  }

  .home_hero_course_category {
    top: 100%;
  }
}


@media (max-width: 991px){
  .home_hero_heading {
    font-size: 35px;
  }
  .home_hero_content{
    width: 90%;
    margin: auto;
  }
}


@media (max-width: 767px){
  .home_hero_heading {
    font-size: 25px;
  }

  .home_hero_content{
    top: 50%;
  }
  .home_hero_slider .carousel-item {
    height: 500px;
  }
    .home_hero_slider, .home_hero_slider::before {
      height: 500px;
    }


  .home_hero_content .hhc_col {
    min-height: 310px;
  }
  .home_hero_sub_heading {
    font-size: 11px;
    letter-spacing: 3px;
  }

  .want_to_learn_today {
    position: absolute;
    transform: translate(-50%, -50%);
    width: 90%;
}
.home_hero_course_category h6,
.cources_categories a {
    font-size: 12px;
}
    .want_to_learn_today {
        top: 42%;
    }

  .home_hero_course_category {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -40%);
    display: inline-flex;
    gap: 9px;
    min-width: 394px;
    width: auto;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media  screen and (max-width: 425px) {
  .home_hero_heading {
    font-size: 20px;
  }
}

/* ========================Home Hero slider ends======================== */


/*Review-sec*/

.testimonial-sec {
    font-size: 100%;
    font-family: "Montserrat", sans-serif;
    scroll-behavior: smooth;
    padding-bottom: 0;
    border-bottom: solid 3px #f7a70d;
    border-top: solid 3px #f7a70d;
    background-image: url(../img/review-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.testimonial-sec .theme-heading-sec h2 {
    color: #fff;
}
.review-slider .swiper-slide {
    padding: 2rem;
}
.review-slider .swiper-slide:nth-child(odd) {
    background: #f7a70d;
}
.review-slider .swiper-slide:nth-child(even) {
    background: #fff;
}

.review-slider {
    padding-top: 6.2rem;
    margin-bottom: -8rem;
}
.swiper-slide-visible .review-main {
    top: 0rem;
}
.swiper-slide-prev .review-main, .swiper-slide-next .review-main {
    top: -4rem!important;
}
.swiper-slide-active .review-main {
    top: -7rem;
}
.review-main {
    width: 95%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: 0s ease;
}
.review-slide p {
    line-height: 26px;
    font-size: 15px;
}
.designation h5 {
    line-height: 26px;
    font-weight: 600;
    font-size: 20px;
    margin: 0;
}
.designation h5 span {
    display: block;
    font-weight: 400;
    font-size: 15px;
}
.designation {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 12px;
}
.designation img {
    width: 100%;
    height: 60px;
    border-radius: 100px;
    max-width: 60px;
    object-fit: cover;
    object-position: center;
}
.review-slide i {
    font-size: 27px;
    color: #07132b;
}
.end-quote {
    display: table;
    margin-left: auto;
    transform: rotate(180deg);
    margin-top: -2rem;
    margin-bottom: 1rem;
}
.review-slider .swiper-slider-control {
    position: absolute;
    bottom: 25%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    z-index: 99;
}
.review-slider .swiper-pagination-bullet {
    display: none;
}

@media screen and (max-width: 600px) {
.testimonial-sec .theme-heading-sec {
    margin-bottom: 0.8rem;
    text-align: center;
}
}


/*Notice Sec*/

.notice-wrapper {
    border: solid 1px #e7e5ee;
    border-radius: 10px;
    padding: 0.5rem;
    margin: 0.7rem 0;
}
.notice-heading-box {
    padding: 0.9rem 0.7rem 0.7rem;
}
.notice-heading-box h4 {
    font-size: 15px;
    margin-bottom: 1rem;
}
.notice-heading-box a {
    background: #ff9000;
    padding: 7px 15px;
    border-radius: 100px;
    font-size: 13px;
}

#notice_n_info_tab {
    border-bottom: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
#notice_n_info_tab .nav-link {
  height: 35px;
  width: 190px;
  border: none;
  border-radius: 0;
  padding: 5px;
  background-color: #e0e0e050;
  color: #000;

}
#notice_n_info_tab .nav-link.active{
  background-color: #00498d;
  color: #fff;
}

.news-box {
    padding: 20px;
    font-family: Arial, sans-serif;
}
.news-item {
    margin-bottom: 15px;
}

.news-divider {
    border-left: 2px solid #e0e0e0;
    height: 100%;
}


a.news-item {
    display: block;
    font-weight: 600;
    color: #eb5d07;
    position: relative;
    background: #efe9dc;
    padding: 8px 60px 8px 8px;
    border-radius: 10px;
}

a.news-item span {
    position: absolute;
    right: 5px;
    bottom: 5px;
    background: #ffbd24;
    padding: 3px 10px;
    line-height: 14px;
    color: #f00;
    border-radius: 9px;
}

#notice_n_info_tab_content .tab-pane {
    border: 2px solid #00498d;
    padding: 10px;
    border-radius: 20px;
}

@media screen and (max-width: 1024px) {
    #notice_n_info_tab {
        align-items: center;
        gap: 10px;
    }
    #notice_n_info_tab .nav-link {
        width: 100%;
        text-align: center;
    }
    .news-box {
        padding: 10px;
    }
    .news-item {
        margin-bottom: 10px;
    }
  
}

.merquee {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 400px; */
  
}
.display--inline-top{
  display:inline-block;
  vertical-align:top;
  width: 100%;
}
.fill-dimensions {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.relative {
  position: relative;
}
.cover-img {
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.merquee-item {
  position: relative;
 padding-bottom: 10px;
  animation: marqueeTop 3s linear infinite;
}

.merquee-h {
overflow: hidden;
}

@keyframes marqueeTop {
  0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}


.comt_arc_marquee-container {
  width: 100%;
  max-width: 600px;
  height: 523px;
  overflow: hidden;
  position: relative;
  background: white;
  border-radius: 15px;

  margin: 0 auto;
}

.comt_arc_marquee-content {
  animation: comt_arc_scroll-vertical 20s linear infinite;
}

.comt_arc_marquee-item {
  padding: 20px;
  margin-bottom: 20px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
  transition: transform 0.3s ease;
}

.comt_arc_marquee-item:hover {
  transform: translateX(10px);
}

.comt_arc_marquee-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.comt_arc_marquee-description {
  font-size: 0.95rem;
  opacity: 0.9;
  margin: 0;
}

@keyframes comt_arc_scroll-vertical {
  0% {
      transform: translateY(0);
  }
  100% {
      transform: translateY(-50%);
  }
}

.comt_arc_marquee-container:hover .comt_arc_marquee-content {
  animation-play-state: paused;
}

.comt_arc_page-title {
  text-align: center;
  color: white;
  font-weight: 700;
  margin-bottom: 30px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}


/*Top College*/

.college-sec{
  /* background: url(../img/Banner/3653448.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
}

.top-college-sec{
  border-bottom: solid 3px #f7a70d;
    border-top: solid 3px #f7a70d;
}
.top-college-sec .theme-heading-sec {
    margin-bottom: 2.3rem;
    text-align: left;
    padding-left: 1.5rem;
}
.college-carousel .item {
    padding: 1rem;
}
.college-wrapper {
    background: #ffffff;
    padding: 1.5rem;
    box-shadow: 0px 1px 23px 3px hsl(0deg 37.02% 7.92% / 8%);
}
.college-wrapper:hover {
    background: linear-gradient(320deg, rgb(201 114 0) 0%, rgb(255 217 168) 100%);
}
.top-college-sec .owl-nav, .college-sec .owl-nav {
    display: inline-flex;
    width: auto;
    position: absolute;
    top: -4.5rem;
    right: 1rem;
}
.top-college-sec button.owl-prev, .top-college-sec button.owl-next,
.college-sec button.owl-prev, .college-sec button.owl-next {
    border-radius: 0;
    width: 38px;
    height: 38px;
    background: #ffffff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #07132b !important;
    font-size: 25px !important;
    position: relative;
    border: none!important;
    box-shadow: 0px 1px 10px 2px hsl(0deg 37.02% 7.92% / 8%);
}
.top-college-sec button.owl-prev:hover, .top-college-sec button.owl-next:hover, .college-sec button.owl-prev:hover, .college-sec button.owl-next:hover {
    background: #ff9000 !important;
    color: #ffffff !important;
}

@media screen and (max-width: 600px) {
.top-college-sec .owl-nav, .college-sec .owl-nav {
    display: flex;
    position: relative;
    top: 1.5rem;
    right: unset;
    justify-content: center;
}
.top-college-sec .theme-heading-sec {
    text-align: center;
    padding-left: 0;
}
}


/* College section map */
.odisha_svg_map{
  height: 700px;
  width: auto;
  max-height: 100vw;
}
@media screen and (max-width: 768px){
  .odisha_svg_map{
    max-width: 92vw;
  }
}

.hover-text {
  opacity: 0;
  transition: opacity 0.3s ease;
  font-size: 13px;
  fill: #ffffff;
  filter: drop-shadow(0px 0px 2px black);
}

.region:hover + .hover-text {
  opacity: 1;
}

.region {
  fill: #91792b;
  /* stroke: #042647;  */
  stroke-width: 2;
  transition: fill 0.3s ease;
}

.region:hover {
  fill: #0a4e8a !important;
}

.region {
  fill: #f5b168;
}

/*Category-sec*/

.category-carousel .item {
    padding: 1rem;
}
.category-wrapper{
    background: #ffffff;
    padding: 2.3rem;
    box-shadow: 0px 1px 23px 3px hsl(0deg 37.02% 7.92% / 8%);
    text-align: center;
}
.category-wrapper:hover {
    background: linear-gradient(320deg, rgb(201 114 0) 0%, rgb(255 217 168) 100%);
}
.category-wrapper img {
    max-width: 58px;
    margin: 0 auto 1rem;
}
.category-wrapper h6 {
    margin: 0;
}
.category-wrapper:hover img {
    filter: brightness(0) invert(1);
}
.category-wrapper:hover h6 {
    color: #fff;
}

/*Contact-Sec*/

section.contact-sec {
    background: #004079;
    background-image: url(../img/contact-bg.png);
    background-size: cover;
    background-position: center;
    padding: 0;
}
.contact-left-col{
  display: flex;
  align-items: center;
}
.contact-left-wrapper {
    padding: 0 4rem 0 14rem;
}
iframe {
    filter: grayscale(1);
}
.contact-sec .theme-heading-sec{
    text-align: left;
    margin-bottom: 2.5rem;
}
.contact-sec .theme-heading-sec h2 {
    color: #fff;
}
.contact-sec .theme-heading-sec p {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.2px;
    line-height: 22px;
    margin: 0.2rem 0 0;
}
.contact-left-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.contact-left-wrapper ul li {
    display: flex;
    gap: 13px;
    align-items: flex-start;
    border-bottom: solid 1px hsl(208.92deg 100% 78.9% / 10%);
    margin: 0.7rem 0;
    padding: 0 0 14px;
}
.contact-left-wrapper ul li p {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    margin: 0;
}
.contact-left-wrapper ul li p span {
    display: block;
    color: #ff9000;
    margin-bottom: 4px;
}
.contact-left-wrapper ul li i {
    max-width: 37px;
    width: 100%;
    height: 37px;
    border: solid 3px #ff9000;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #fff;
    margin-top: 6px;
}


@media (max-width: 1200px){
.contact-left-wrapper {
    padding: 0 4rem 0 5rem;
}
}
@media (max-width: 767px){
  .contact-left-wrapper {
    padding: 1rem;
  }
}


/*Footer Top*/

footer.footer-top {
    padding: 4rem 0 3.5rem;
    position: relative;
    overflow: hidden;
    background-color: #002147;
}
.footer-middle {
    padding: 0 2.5rem;
    border-right: solid 1px #ececec;
}
.logo-wrap {
  padding-right: 1.8rem;
}
.logo-wrap img {
    width: auto;
    max-height: 70px;
    /* filter: invert(1); */
}

.f_logo_wrap{
  display: flex; 
  align-items: center;
  gap: 6px;
}
.f_logo_wrap h4{
  color: #fff;
  font-size: 15px!important;
  font-weight: bold;
  font-family: "Times New Roman", serif!important;
  margin: 0;
}
.f_logo_wrap p{
  line-height: 0;
  margin: 0!important;
  font-size: 13px!important;
  font-family: "Times New Roman", serif!important;
}


.footer-contact-wrapper p {
    position: relative;
    color: #cbd0e3;
    font-size: 15px;
    padding-left: 1.8rem;
}
.footer-contact-wrapper p i {
  position: absolute;
  left: 0;
  top: 4px;
  color: #49bc8d;
  font-size: 17px;
}
.footer-wrapper h4 {
    color: #eee;
    margin-bottom: 1.2rem;
    position: relative;
    padding-bottom: 0.8rem;
    font-size: 1.45rem;
    font-weight: 600;
}
.footer-wrapper h4:after {
    content: "";
    width: 43px;
    height: 1px;
    background: #ff9000;
    position: absolute;
    bottom: 0px;
    left: 0;
}
ul.footer-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.footer-nav li {
    display:block;
}
ul.footer-nav li a {
    position: relative;
    padding-left: 1.3rem;
    margin-bottom: 0.7rem;
    display: inline-block;
    color: #eee;
    font-size: 14px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    letter-spacing: -0px;
}
ul.footer-nav a:before {
    font-family: bootstrap-icons !important;
    position: absolute;
    left: 0;
    font-weight: 100;
    font-size: 12px;
    top: 3px;
    color: #ffffff;
    content: "\F231";
}
ul.footer-nav li a:hover, ul.footer-nav li a:hover:before {
    color: #ff9000;
}
.logo-wrap p {
    color: #eee;
    font-size: 14px;
    margin: 1rem 0 1.7rem;
    font-weight: 400;
    line-height: 25px;
    font-family: "Roboto", sans-serif;
}
.footer-contact-wrapper {
  padding-left: 1.8rem;
}
.social-links a {
    color: #002147;
    width: 35px;
    height: 35px;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    border: solid 1px hsl(0deg 0% 76.12% / 80%);
    font-size: 14px;
}


/*Footer Bottom*/

footer.footer-bottom {
    padding: 0;
    position: relative;
    background: #000d1d;
}
footer.footer-bottom .container {
  padding: 15px 0;
  border-top: solid 1px rgb(255 255 255 / 22%);
}
footer.footer-bottom .row {
    align-items: center;
}
.social-link {
    text-align: center;
}
.logo-wrap .social-link a {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #353458;
    border: solid 1px rgb(255 255 255);
    margin: 0 3px;
}
.footer-wrapper form .form-control {
    padding: 10px 12px;
    font-size: 14px;
    background: #f8f8f8;
    border-radius: 0;
    color: #07132b;
}
.footer-wrapper form button {
    background: #ff9000;
    border: none;
    padding: 9px 15px;
    color: #fff;
    width: 100%;
    margin-top: 8px;
}
footer.footer-bottom .container {
    border-top: solid 1px #07132b2e;
}
.copyright-txt p {
    margin: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}
.copyright-txt p a {
    color: #ff9000;
    text-transform: uppercase;
}
footer.footer-bottom ul {
    margin: 0;
    padding: 0;
}
footer.footer-bottom ul li {
    list-style: none;
    display: inline-block;
    margin-right: 18px;
}
footer.footer-bottom ul li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}
.footer-bottom .footer-wrapper{
    text-align: right;
}
footer.footer-bottom ul li a:hover {
    color: #ff9000;
}
p.dev-by {
  margin: 0;
  text-align: right;
  color: #cbd0e3;
  font-size: 15px;
  font-weight: 500;
}
p.dev-by a {
  color: #49bb8d;
  font-family: "Monda", sans-serif;
}
.footer-contact-wrapper p a {
  font-family: "Monda", sans-serif;
  color: #cbd0e3;
}
footer.footer-top .container {
    position: relative;
    z-index: 999;
}

@media screen and (max-width: 600px) {
  footer.footer-bottom .container{
    padding: 29px 15px;
}
.copyright-txt {
    text-align: center;
}
footer.footer-bottom ul{
    text-align: center;
}
}



/* .college-sec{
  background-image: url(../img/Banner/banner_about_2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
} */

.college-sec .theme-heading-sec {
    margin-bottom: 1.5rem;
}
.college-listing {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='301' height='204' viewBox='0 0 301 204' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.823014 38.9068C-0.707079 23.9944 10.6567 10.8809 25.635 10.2743L273.573 0.232356C289.545 -0.414534 302.312 13.3684 300.447 29.2442L282.725 180.121C281.191 193.18 270.15 203.038 257.002 203.088L41.3212 203.91C27.9515 203.961 16.7225 193.864 15.3579 180.564L0.823014 38.9068Z' fill='white'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='301' height='204' viewBox='0 0 301 204' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.823014 38.9068C-0.707079 23.9944 10.6567 10.8809 25.635 10.2743L273.573 0.232356C289.545 -0.414534 302.312 13.3684 300.447 29.2442L282.725 180.121C281.191 193.18 270.15 203.038 257.002 203.088L41.3212 203.91C27.9515 203.961 16.7225 193.864 15.3579 180.564L0.823014 38.9068Z' fill='white'/%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    margin: 1rem 0;
    mask-size: 100% 98%;
}
.college-listing-wrap {
    text-align: center;
    padding: 0.5rem 0;
}
.college-listing-wrap h5 {
    display: inline-block;
    margin: 0;
    position: relative;
}
.college-listing-wrap h5:after {
    content: "";
    width: 29px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #f7a70d;
}
.clg-listing-box {
    position: relative;
    padding: 1.5rem 0;
}
.clg-listing-box:after {
    content: "";
    background-image: url(../img/slant-line.svg);
    width: 100%;
    height: 86%;
    position: absolute;
    top: 53%;
    left: 1.5rem;
    background-repeat: no-repeat;
    background-size: 77%;
    transform: translateY(-50%);
}


.college-listing-carousel.owl-carousel .owl-item svg {
    position: absolute;
    top: 51%;
    left: 66%;
    height: 180px;
    width: 180px;
    object-fit: cover;
    z-index: 2;
    transform: translate(-50%, -50%);
}

.college-listing-carousel.owl-carousel .owl-item svg path {
    fill: #f6a30dad;
    stroke: #ffffff;
    stroke-width: 10px;
}

.college-listing-carousel.owl-carousel .owl-item img {
    display: block;
    width: 320px;
    height: 215px;
    object-fit: cover;
}


.college-listing::before {
    content: "";
    position: absolute;
    z-index: 1;
    background: #3f3f4385;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}





/*Count Sec*/

section.count-sec {
    padding: 0;
}
section.count-sec .row {
    background: #333333;
    border-radius: 8px;
    width: 90%;
    margin: auto;
}
.count-wrapper {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 10px;
}
.count-content h5 {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 0;
}
.count-content p {
    background: -webkit-linear-gradient(to right, #ffd964, #F57C00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #ffd964, #F57C00);
    font-weight: 500;
    margin: 0;
}
.count-wrapper img {
    width: 35px;
}

@media screen and (max-width: 600px) {
    section.count-sec .row {
        border-radius: 0px;
        width: 100%;
        margin-top: 14px;
        padding: 1rem 0;
    }
.count-wrapper {
    display: block;
    padding: 16px 0px;
    text-align: center;
}
.count-content p {
    font-size: 14px;
}
}






/* ============================ theme ============================ */

/* 
=======dark==========
*/


.dark{
  #header{
      background: linear-gradient(180deg, #57838b, #2c2c2c);
  }
  section{
      background: #202020;
  }
  .header-mid {
      background: #202020;
  }


  a#lightBtn,
  a#darkBtn,
  a#linkBtn,
  a#btn-decrease,
  a#btn-orig,
  a#btn-increase{
    background-color: #100241;
    color: #fff;
    border: 1px solid #949494;
  }



  .accr_box, .sc_box, 
  #all-courses-content .card-body,
  footer.footer-top,
  .govt_campus_tour_vision{
    background: linear-gradient(180deg, #324549, #2c2c2c);
  }


  .c_heading span{
    color: #ff9000;
  }

  a.news-item{
    background-color: #324549;
  }

  .our_courses_container .card i {
    font-size: 130px;
    color: #dfbcbe;
  }
  .our_courses_container .nav-tabs button,
  button.page-link {
      background: #6f6f6f;
  }

  li.page-item.active button.page-link {
      background: #141414;
  }

    p, a, h1, h2, h3, h4, h5, h6, li, span, div, td, th, label, button, b{
      color: #fff!important;
    }
  .about-college-sec::before{
    opacity: 1;
  }

  .section_home_hero::after{
    filter: invert(1);
  }

  .social-links a {
    background: #000000;
  }
  
  footer.footer-bottom {
    background: #3a3a3a;
  }

  .review-slider .swiper-slide:nth-child(even) {
      background: #152d36;
  }

  .top-college-sec button.owl-prev, 
  .top-college-sec button.owl-next, 
  .college-sec button.owl-prev, 
  .college-sec button.owl-next {
    background: #753434 !important;
  }

  .comt_arc_accordion-body,
  .comt_arc_accordion-button{
    background-color: #324549;
  }
  .comt_arc_marquee-container{
    background: transparent;
  }

  
 
}




/* light */


/* link focous */

.link-focus  a{
  color: #fff;
  background: #990e2f;
}


/* ============================ theme ============================ */

.section_page_banner{
  height: 400px;
  background: url(../img/cuttack_famous.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}


.section_page_banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #715223c7;
    z-index: 1;
}

.section_page_banner .container{
  position: relative;
  z-index: 2;
}


.banner_header {
    position: relative;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner_header h2{
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 0 10px;
  line-height: 1.2;
}

.dot_deg{
  height: 15px;
  width: 15px;
  background: #ffdbac;
  border-radius: 50%;
  display: inline-block;
  margin: 0 10px;
}

.section_page_banner .breadcrumb{
  justify-content: center;
  margin-top: 30px;
}

.section_page_banner .breadcrumb-item.active{
  color: #ffdbac;
}

.hwr_img {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.hwr_img img{
  width: 550px;
  height: 400px;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}

.hwr_img .rating{
  position: absolute;
  top: 20px;
  left: -10px;
  background: #525fe1;
  padding: 15px;
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
}


.rating .rating_txt h5,
.rating .rating_txt p {
  margin: 0;
  text-align: center;
  color: #fff;
}

@media (max-width: 1200px){
  .hwr_img img{
    width: 100%;
    height: auto;
  }
}


/* search page */


.page_section_search{
  min-height: 600px;
  background: url(../img/district_famous/famous_cuttack.webp);
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page_section_search::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #715223c7;
    z-index: 1;
}

.page_section_search .container{
  position: relative;
  z-index: 2;
}

.page_search_box {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50px;
  padding: 8px 15px;
  transition: all 0.3s ease;
}

.page_search_box:focus-within {
  border-color: #0d6efd;
  box-shadow: 0 0 6px rgba(13, 110, 253, 0.3);
}

/* Input area */
.page_input_wrap {
  position: relative;
}

.page_search_input {
  border: none;
  box-shadow: none;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 50px;
}

.page_search_input:focus {
  outline: none;
  box-shadow: none;
}

.page_search_icon {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  color: #6c757d;
  font-size: 1.1rem;
}

.page_mic_icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #0d6efd;
  font-size: 1.2rem;
  cursor: pointer;
}

.page_search_btn {
  border-radius: 50px;
  padding: 6px 18px;
}

div#page_recent_searches {
  position: absolute;
  top: 50px;
  background: #fff;
  width: 100%;
  max-height: 250px;
  overflow-y: scroll;
}

div#page_recent_searches ul li{
    padding: 3px 15px;
    cursor: pointer;
    border-bottom: none;
}

.college_filter_col{
  display: flex;
  gap: 20px;
}
.college_filter_col .filter_left{
  min-width: 30%;
  width: 250px;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  height: fit-content;
  min-height: 500px;
}

.college_filter_col .filter_right{
  width: auto;
  min-width: 70%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  min-height: 500px;
}

.filter_head{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

  .filter_item { 
    border:1px solid #e0e0e0; 
    padding:12px; 
    margin-bottom:12px; 
    border-radius:8px; 
    background:#fff; 
  }
  .filter_item_headers { 
    display:flex; 
    align-items:center; 
    justify-content:space-between; 
    margin-bottom:8px; 
  }
  .form-check { 
    margin-bottom:6px; 
  }
  .d-none { 
    display:none !important; 
  }

  .f_right_top{
    display: flex;
    justify-content: end;
    align-items: center;
  }

  .filter_toggle_btn, .filter-close-btn{
    display: none;
  }

 
  @media(max-width:768px){

      .filter_left{
        display: none;
      }
    .filter_left.active {
      display: block !important;
      position: absolute;
      top: 60px;
      left: 10px;
      width: 80%;
      max-width: 300px;
      z-index: 999;
      box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    }

    .filter_left.active .filter-close-btn{
      display: block;
    }

      .filter_right{
        width: 100%!important;
      }

      .filter_toggle_btn{
        display: block;
      }
       .f_right_top{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 20px;
        border-bottom: 1px solid #e0e0e0;
      }

  }





  .searched_results-count {
  color: #E8A700;
  font-weight: bold;
}

.searched_results-title {
  font-size: 1rem;
  font-weight: 500;
}

.searched_college-card {
  border-radius: 1rem;
  border: none;
}

.searched_college-logo {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: #f9f9f9;
  object-fit: contain;
}

.searched_college-name {
  font-size: 1.07rem;
  font-weight: 700;
}

.searched_college-details {
  font-size: 0.97rem;
}

.searched_college-location {
  font-size: 0.93rem;
  display: flex;
  align-items: center;
}

.searched_college-location i {
  margin-right: 5px;
}


.searched_toggle-btn .searched_arrow-icon {
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
}
.accordion-button:not(.collapsed) .searched_arrow-icon {
  transform: rotate(180deg);
}

.searched_clg-details-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 20px;
}
.searched_clg-detail-item {
  flex: 1 1 48%;
  min-width: 240px;
  margin-bottom: 4px;
}

@media (max-width: 768px) {
  .searched_clg-detail-item {
    flex: 1 1 100%;
    min-width: 0;
  }
}






/* ======================== Contact Us Starts ======================== */

.contact_us_form{
  max-width: 600px;
  margin: auto;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.cu_heading{
  text-align: center;
  font-size: 25px;
  color: #ff9000;
}
.cu_img{
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.form__group {
  position: relative;
  padding: 20px 0 0;
  width: 100%;
  margin: 20px 0;
}

.form__field {
  font-family: inherit;
  width: 100%;
  border: none;
  border-bottom: 2px solid #9b9b9b;
  outline: 0;
  font-size: 17px;
  color: #ce6e00;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
}

.form__field::placeholder {
  color: transparent;
}

.form__field:placeholder-shown ~ .form__label {
  font-size: 17px;
  cursor: text;
  top: 20px;
}

.form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 17px;
  color: #9b9b9b;
  pointer-events: none;
}

.form__field:focus {
  padding-bottom: 6px;
  font-weight: 700;
  border-width: 3px;
  border-image: linear-gradient(to right, #116399, #38caef);
  border-image-slice: 1;
}

.form__field:focus ~ .form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 17px;
  color: #38caef;
  font-weight: 700;
}

/* reset input */
.form__field:required, .form__field:invalid {
  box-shadow: none;
}

/* ======================== Contact Us ends ======================== */

/* Section Introduction Starts */

.introduction-section {

    /* background-image: url(../img/contact-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    padding: 100px 0;
    background: linear-gradient(135deg, #b6934a 0%, #2a68cb 80%)!important;
    background: #fff;
    overflow: hidden;
}

.image-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}
@media screen and (max-width: 992px) {
  .ic_col{
    display: none;
  }
}
.main-image {
    width: 450px;
    height: 450px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 10;
    animation: float 3s ease-in-out infinite;
}

/* Animated circles around image */
.circle {
    position: absolute;
    border-radius: 50%;
    opacity: 0.6;
}

.circle-1 {
    width: 500px;
    height: 500px;
    border: 3px solid #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: rotate 10s linear infinite;
}

.circle-2 {
    width: 650px;
    height: 650px;
    border: 2px dashed #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: rotate 15s linear infinite reverse;
}

.circle-3 {
    width: 600px;
    height: 600px;
    border: 2px dotted #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: rotate 20s linear infinite;
}

/* Floating dots */
.dot {
    position: absolute;
    width: 15px;
    height: 15px;
    background: linear-gradient(135deg, #fff 0%, #fff 100%);
    border-radius: 50%;
    animation: pulse 2s ease-in-out infinite;
}

.dot-1 {
    top: 10%;
    left: 20%;
    animation-delay: 0s;
}

.dot-2 {
    top: 20%;
    right: 15%;
    animation-delay: 0.5s;
}

.dot-3 {
    bottom: 15%;
    left: 15%;
    animation-delay: 1s;
}

.dot-4 {
    bottom: 20%;
    right: 20%;
    animation-delay: 1.5s;
}

/* Content styling */
.content-wrapper {
    padding-left: 40px;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ff5900;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #ff5900 0%, #764ba2 100%);
    border-radius: 2px;
}

.intro-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #fff;
    margin-top: 30px;
    text-align: justify;
}


/* Animations */
@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.5);
        opacity: 1;
    }
}

/* Responsive */
@media (max-width: 991px) {
    .content-wrapper {
        padding-left: 15px;
        margin-top: 50px;
    }

    .main-image {
        width: 300px;
        height: 300px;
    }

    .circle-1 { width: 350px; height: 350px; }
    .circle-2 { width: 400px; height: 400px; }
    .circle-3 { width: 450px; height: 450px; }
}

@media (max-width: 576px) {
    .introduction-section {
        padding: 60px 0;
    }

    .section-title {
        font-size: 2rem;
    }

    .intro-text {
        font-size: 1rem;
    }

    .main-image {
        width: 250px;
        height: 250px;
    }

    .circle-1 { width: 300px; height: 300px; }
    .circle-2 { width: 350px; height: 350px; }
    .circle-3 { width: 400px; height: 400px; }
}

/* Section Introduction Ends */


/* Message from Chairman Starts */

.msgc_chairman-section {
    padding: 100px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.msgc_chairman-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.05) 0%, rgba(118, 75, 162, 0.05) 100%);
    z-index: 0;
}



/* Quote icon decoration */
.msgc_quote-icon {
    font-size: 80px;
    color: #ff8500;
    opacity: 0.2;
    line-height: 1;
    margin-bottom: 20px;
}



.msgc_message-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 30px;
    position: relative;
}

.msgc_message-text {
    font-size: 1.1rem;
    line-height: 1.9;
    color: #4a5568;
    margin-bottom: 20px;
    text-align: justify;
}

.msgc_message-text:first-of-type::first-letter {
    font-size: 3.5rem;
    font-weight: 700;
    color: #ff8500;
    float: left;
    line-height: 1;
    margin-right: 10px;
    margin-top: 5px;
}

/* Image container with animations */
.msgc_image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.msgc_chairman-image-container {
    position: relative;
    width: 100%;
    max-width: 450px;
}

.msgc_chairman-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 2;
}

/* Decorative elements */
.msgc_decoration-box {
    position: absolute;
    border: 3px solid #ff8500;
    border-radius: 20px;
    z-index: 1;
}

.msgc_decoration-box-1 {
    width: 100%;
    height: 100%;
    top: 20px;
    left: 20px;
    animation: msgc_float-diagonal 4s ease-in-out infinite;
}

.msgc_decoration-box-2 {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #ff8500 0%, #764ba2 100%);
    top: -20px;
    right: -20px;
    border: none;
    animation: msgc_rotate-pulse 3s ease-in-out infinite;
}

/* Chairman info card */
.msgc_chairman-info {
    background: linear-gradient(135deg, #ff8500 0%, #764ba2 100%);
    padding: 25px;
    border-radius: 15px;
    margin-top: 20px;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
    text-align: center;
    position: relative;
    z-index: 3;
}

.msgc_chairman-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 5px;
}

.msgc_chairman-designation {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

/* Signature style */
.msgc_signature {
    font-family: 'Brush Script MT', cursive;
    font-size: 2rem;
    color: #ff8500;
    margin-top: 30px;
    font-style: italic;
}

/* Animations */
@keyframes msgc_float-diagonal {
    0%, 100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-10px, -10px);
    }
}

@keyframes msgc_rotate-pulse {
    0%, 100% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.1);
    }
}

/* Responsive */
@media (max-width: 991px) {
    .msgc_image-wrapper {
        margin-top: 50px;
    }

    .msgc_message-title {
        font-size: 2.2rem;
    }

    .msgc_chairman-image {
        height: 450px;
    }
}

@media (max-width: 576px) {
    .msgc_chairman-section {
        padding: 60px 0;
    }

    .msgc_message-title {
        font-size: 1.8rem;
    }

    .msgc_message-text {
        font-size: 1rem;
    }

    .msgc_chairman-image {
        height: 400px;
    }

    .msgc_decoration-box-1 {
        top: 15px;
        left: 15px;
    }

    .msgc_chairman-name {
        font-size: 1.3rem;
    }

    .msgc_quote-icon {
        font-size: 60px;
    }
}
    
/* Message from Chairman Ends */


/* Commitment to student Satrs */

.commit_commitment-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #163f92 0%, #5888ea 100%);
    position: relative;
    overflow: hidden;
}

.commit_commitment-section::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 300px;
    height: 300px;
    background: rgba(255, 133, 0, 0.1);
    border-radius: 50%;
    animation: commit_pulse-circle 4s ease-in-out infinite;
}

.commit_commitment-section::after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 400px;
    height: 400px;
    background: rgba(255, 133, 0, 0.08);
    border-radius: 50%;
    animation: commit_pulse-circle 5s ease-in-out infinite;
}




/* Image section */
.commit_image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.commit_image-container {
    position: relative;
    width: 100%;
    max-width: 500px;
}

.commit_main-image {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.15));
    animation: commit_float-smooth 3s ease-in-out infinite;
    border-radius: 18px;
}

/* Decorative circles */
.commit_deco-circle {
    position: absolute;
    border-radius: 50%;
    z-index: 1;
}

.commit_deco-circle-1 {
    width: 150px;
    height: 150px;
    background: linear-gradient(135deg, #ff8500 0%, #ffb366 100%);
    top: 10%;
    left: -50px;
    opacity: 0.2;
    animation: commit_pulse-rotate 4s ease-in-out infinite;
}

.commit_deco-circle-2 {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #ffb366 0%, #ffd699 100%);
    bottom: 15%;
    right: -30px;
    opacity: 0.3;
    animation: commit_pulse-rotate 3s ease-in-out infinite reverse;
}

.commit_deco-circle-3 {
    width: 60px;
    height: 60px;
    background: #ff8500;
    top: 30%;
    right: 10%;
    opacity: 0.15;
    animation: commit_pulse-rotate 5s ease-in-out infinite;
}


  .comt_arc_container {
      max-width: 900px;
  }

 .comt_arc_accordion {
      box-shadow: none;
  }
  .comt_arc_accordion-item {
      border: none;
      margin-bottom: 15px;
      border-radius: 10px !important;
      overflow: hidden;
  }
  .comt_arc_accordion-button {
      font-weight: 600;
      font-size: 1.1rem;
      padding: 20px 25px;
      background: white;
      color: #4c51bf;
      border: none;
  }
  .comt_arc_accordion-button:not(.collapsed) {
      background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
      color: white;
      box-shadow: none;
  }
  .comt_arc_accordion-button:focus {
      box-shadow: none;
      border: none;
  }
  .comt_arc_accordion-button::after {
      filter: brightness(0) invert(0.4);
  }
  .comt_arc_accordion-button:not(.collapsed)::after {
      filter: brightness(0) invert(1);
  }
  .comt_arc_accordion-body {
      padding: 25px;
      background: #f8f9fa;
  }
  .comt_arc_accordion-body ul {
      margin: 0;
      padding-left: 20px;
  }
  .comt_arc_accordion-body li {
      margin-bottom: 12px;
      line-height: 1.6;
      color: #333;
  }
  .comt_arc_accordion-body li:last-child {
      margin-bottom: 0;
  }


/* Animations */
@keyframes commit_float-smooth {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

@keyframes commit_pulse-circle {
    0%, 100% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.15;
    }
}

@keyframes commit_pulse-rotate {
    0%, 100% {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(1.1) rotate(180deg);
    }
}

/* Responsive */
@media (max-width: 991px) {
    .commit_image-wrapper {
        margin-top: 50px;
    }

    .commit_main-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 576px) {
    .commit_commitment-section {
        padding: 60px 0;
    }

    .commit_main-title {
        font-size: 2rem;
    }

    .commit_intro-text {
        font-size: 1.1rem;
    }

    .commit_commitment-item {
        padding: 15px;
    }

    .commit_item-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
        font-size: 1.2rem;
        margin-right: 15px;
    }

    .commit_item-content h5 {
        font-size: 1.1rem;
    }

    .commit_item-content p {
        font-size: 0.95rem;
    }

    .commit_deco-circle-1 {
        width: 100px;
        height: 100px;
        left: -30px;
    }

    .commit_deco-circle-2 {
        width: 80px;
        height: 80px;
    }
}

/* Commitment to student Ends */



  /* CARD BASE STYLE */
#districtCard {
  position: absolute;
  width: 300px;
  background: #ffffff;
  border-radius: 12px;
  padding: 18px 20px;
  box-shadow: 0 4px 25px rgba(0,0,0,0.15);
  display: none;
  z-index: 999;
  animation: fadeIn 0.25s ease-out;
  border: 1px solid #f0f0f0;
}

/* CARD HEADING */
#districtCard h4 {
  color: #ff7a00;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

/* TEXT INSIDE CARD */
#districtCard p {
  margin: 5px 0;
  font-size: 15px;
  color: #444;
  letter-spacing: 0.3px;
}

/* STRONG LABELS */
#districtCard p strong {
  color: #000;
}

/* BUTTON STYLE */
#districtCard button {
  padding: 10px 18px;
  background: linear-gradient(45deg, #ff8d00, #ff5e00);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  margin-top: 12px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  width: 100%;
  font-weight: 600;
}

/* BUTTON HOVER EFFECT */
#districtCard button:hover {
  background: linear-gradient(45deg, #ff5e00, #ff8d00);
  transform: translateY(-2px);
}

/* REGION HIGHLIGHT ON CLICK */
.region.active {
  fill: #ff8800 !important;
  stroke: #163f92;
  stroke-width: 2px;
}

/* SMOOTH ANIMATION */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(5px); }
  to   { opacity: 1; transform: translateY(0px); }
}

#districtCard p strong i {
    color: red;
    font-size: 20px;
}
/*09.11.2025*/
.info.box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.address-info .info.box ul li {
    border-right: 1px solid #ffffff;
    display: inline-block;
    padding-right: 6px;
    padding-left: 6px;
    color: white;
    line-height: 18px;
    font-size: 14px;
}
.address-info .info.box ul li:last-child {
    border-right: none;
}
.custom_btn_resize {
    min-width: 25px;
    height: auto;
    background: none;
    border: 1px solid #ffffff;
    border-radius: 3px;
    color: #ffffff;
    padding: 3px;
}
.custom_btn_facilities {
    min-width: 25px;
    height: auto;
    background: none;
    border: 1px solid #ffffff;
    border-radius: 3px;
    color: #ffffff;
    padding: 3px;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: rgb(255 255 255);
}

.lg_select option{
  background-color: #fff!important;
  color: #000000!important;
}
