* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --color-primary: #E6792B;
  --color-secondary: #FEA21B;
}

/* width */
::-webkit-scrollbar {
  width: 8px;

}

/* Track */
::-webkit-scrollbar-track {
  background: #cbd6f9;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #E6792B;
  border-radius: 50px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #052689;
}


.logo-area {
  display: flex;
  gap: 20px;
  ;
}

.bl-logo img {
  width: 300px !important;
  height: auto;
  /* margin-top: 70px; */
}

/* .left-img-column:after {
    content: '';
    position: absolute;
    height: 40%;
    width: 2px;
    top: 60%;
    transform: translateY(-50%);
    background: #fff;
    left: 110px;
} */


.nav-logo-inner {
  display: flex;
  gap: 10px;
}

.nav-logo-inner img {
  width: 300px !important;
}

.right-logo-img-content {
  margin-left: 15px;
}

.right-logo-img-content h5 {
  font-size: 22px;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 0px;
}

.right-logo-img-content h6 {
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  margin: -8px 0;
}

.header_right {
  width: 100% !important;
}

/* .left-img-column:after {
    content: '';
    position: absolute;
    right: 0;
    height: 55%;
    width: 2px;
    top: 68%;
    transform: translateY(-50%);
    background: #fff;
    left: 140px;
} */

.logo-text {
  margin-top: 45px;
}

.logo-text h1 {
  font-size: 40px;
  font-family: 'robotocondensedbold';
  margin-bottom: 0px;
  letter-spacing: 2.4px;
}

.logo-text p {
  font-size: 25px;
  font-family: 'robotocondensedbold';
  margin-bottom: 0px;
  text-align: center;
  /* color: var(--color-secondary); */
  letter-spacing: 1.5px;
  color: #fff;
}

.logo-text span {
  font-size: 9px;
  font-family: 'roboto';
  margin-bottom: 0px;
  color: #fff;
  font-weight: 600;
}

.logo-text span::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 3px;
  background-color: #fff;
  margin: 0 3px 2px 0;
}

.logo-text span::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 3px;
  background-color: #fff;
  margin: 0 0 1px 2px;
}

.sidelink .nav-secondary {
  font-family: 'futura-pt, Futura, sans-serif';
  font-weight: 900;
  text-transform: uppercase;
  position: fixed;
  top: 335px;
  right: 0;
  z-index: 25;
}

.sidelink .nav-secondary li {
  margin-bottom: 6px;
  position: relative;
  list-style-type: none;
}

.sidelink .nav-secondary li:not(.nav--expanded) a {
  width: 155px;
  padding-left: 50px;
  margin-left: -116px;
  color: #000;
  opacity: 1;
  visibility: visible;
}

.sidelink .nav-secondary a {
  font-size: 10px;
  font-family: 'Nimbus Sans', sans-serif;
  color: #000;
  text-decoration: none;
  width: 0;
  display: block;
  position: relative;
  z-index: 1;
  padding: 12px 17px 8px 22px;
  background-color: #fff;
  overflow: hidden;
  transition: all .35s ease-in-out;
}

.sidelink .nav-secondary a:before {
  content: '';
  width: 39px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-color: #002349;
  transition: width .35s ease-in-out;
}

.sidelink .nav-secondary .nav__content {
  font-family: "robotocondensedbold";
  font-size: 15px;
  display: block;
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 2;
  top: -1px;
  transition: all .35s ease-in-out;
  white-space: nowrap;
}

.sidelink .nav-secondary .nav__content {
  font-size: 12px !important;
  padding-left: 15px;
}

.nav-secondary img {
  width: 22px !important;
  position: absolute;
  left: -35%;
}


.vd-play img {
  margin-top: 140px;
}

.vd-play h3 {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  margin: 10px;
}

.vd-play p {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  /* margin: 10px; */
}

.news-update {
  text-align: center;
}

.news-update h3 {
  font-size: 40px;
  font-weight: 700;
  color: #043a74;
  margin-bottom: 15px;
}

.news-update p {
  font-size: 2em;
  color: #957c3d;
}

.menu-header.sticky .header_left,
.social-links {
  background-color: #E6792B !important;
}


/* .news-update p:before{
    content: '';
    background: #043a74;
    height: 2px;
    width: 5%;
    position: absolute;
    top: 65%;
}
.news-update p:after{
    content: '';
    background: #043a74;
    height: 2px;
    width: 5%;
    position: absolute;
    top: 65%;
}

.news-update span:before{
    content: '';
    background: #043a74;
    height: 2px;
    width: 7%;
    position: absolute;
    top: 35%;
}

.news-update span:after{
    content: '';
    background: #043a74;
    height: 2px;
    width: 7%;
    position: absolute;
    top: 35%;
} */
.sidelink .nav-secondary a:before {
  content: '';
  width: 39px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-color: #E6792B !important;
  transition: width .35s ease-in-out;
}





/* .thetitle-top{ 
    background-color: #E6792B;
    padding: 0 15px;
    border-bottom: 50px solid #fff;
    margin-bottom: 50px;
    position: relative;
    margin-top: -18px;
    height: 800px;
}

.goldheading {
    text-align: center;
    display: block;
    width: 100%;
    font-family: 'robotocondensedbold';
    font-size: 47px;
    font-weight: 700;
    line-height: 65px;
    color: #e5ac58 !important;
    text-transform: capitalize;
    margin-bottom: -10px !important;
}
.intropara {
    font-weight: 300;
    font-size: 20px;
    line-height: 37px;
    text-align: justify !important;
    color: #fff !important;
}
.introimage{
    text-align: center;
    padding: 0px 35px;
    margin: 0 auto;
    max-width: 850px;
}
.introimage img{
    width: 100%;
    height: 450px;
    border-radius: 15%;
}
.introdiv {
    color: #e5ac58 !important;
    margin-top: 0px;
    
}
.introdiv a{
    padding: 10px 50px;
    border: 1px solid #e5ac58 !important;
}
.introdiv a:hover{
   color: #fff;
   background: #e5ac58;
   border-radius: 10px;
} */


/* .section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.text-primary {
    color: #E6792B !important;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}
.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: #E6792B;
    z-index: -1;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}
.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: #E6792B;
    z-index: -1;
}

.welcome-sec .btn-primary {
    color: #000;
    background-color: #E6792B;
    border-color: #E6792B;
}
.buliding-img img{
    padding-top: 20px;
}
.pe-3 {
    padding-right: 1rem !important;
}
.me-2 {
    margin-right: .5rem !important;
}
.welcome-sec h6{
    font-size: 1rem !important;
} */



/* ======== about section ========= */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

.about-section {
  position: relative;
  padding: 50px 0 80px 0;
}

.abt-head {
  margin-bottom: 50px;
}

.abt-head h2 {
  font-family: "Roboto Slab", serif;
  color: #2e1e13;
  font-size: 38px;
  line-height: 38px;
  margin-bottom: 5px;
  font-weight: 700;
  text-align: center;
}

.abt-head span {
  color: #d7a449;
  font-family: "Roboto Slab", serif;
}

.abt-head p {
  font-size: 2em;
  position: relative;
  text-align: center;
}

.abt-head p img {
  width: 50px;
}

.abt-head p:before,
.abt-head p:after {
  content: '';
  background: #d7a449;
  height: 2px;
  width: 5%;
  position: absolute;
  top: 65%;
}

.abt-head p:before {
  left: 41%;
}

.abt-head p:after {
  right: 41%;
}

.theme_color {
  font-family: 'Poppins', sans-serif;
}

.abt-head p .flowr-area:before,
.abt-head p .flowr-area:after {
  content: '';
  background: #E6792B;
  height: 2px;
  width: 7%;
  position: absolute;
  top: 35%;
}

.abt-head p .flowr-area:before {
  left: 38%;
}

.abt-head p .flowr-area:after {
  right: 38%;
}



.about-section .content-column {
  position: relative;
  margin-bottom: 40px;
}

.about-section .content-column .inner-column {
  position: relative;
  padding-top: 50px;
  padding-right: 100px;
}

.about-section .content-column .text {
  position: relative;
  color: #777777;
  font-size: 15px;
  line-height: 2em;
  margin-bottom: 20px;
  text-align: justify;
}

.about-section .content-column .email {
  position: relative;
  color: #252525;
  font-weight: 700;
  margin-bottom: 20px;
}

.about-section .image-column {
  position: relative;
  margin-bottom: 50px;
}

.about-section .image-column .inner-column {
  position: relative;
  padding: 40px 40px 0px 0px;
  margin-left: 50px;
}

.about-section .image-column .inner-column:after {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  left: 40px;
  bottom: 100px;
  z-index: -1;
  /* border: 2px solid #d7a449; */
  border: 2px solid #E6792B;
}

.about-section .image-column .inner-column .image {
  position: relative;
}

.about-section .image-column .inner-column .image:before {
  position: absolute;
  content: "";
  left: -50px;
  bottom: -50px;
  width: 299px;
  height: 299px;
  background: url(img/pattern-2.png) no-repeat;
}

.about-section .image-column .inner-column .image img {
  position: relative;
  width: 100%;
  display: block;
}

.about-section .image-column .inner-column .image .overlay-box {
  position: absolute;
  left: 40px;
  bottom: 48px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box {
  position: relative;
  color: #252525;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
  padding-left: 125px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box .number {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 122px;
  height: 110px;
  /* color: #d7a449; */
  color: #E6792B !important;
  font-size: 60px;
  font-weight: 700;
  line-height: 105px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #d7a449;
}

.about-section .btn-style-three:before {
  position: absolute;
  content: "";
  left: 10px;
  top: 10px;
  z-index: -1;
  right: -10px;
  bottom: -10px;
  background: url(https://i.ibb.co/DKn55Qz/pattern-1.jpg) repeat;
}

.about-section .btn-style-three:hover {
  color: #ffffff;
  background: #d7a449;
}

.about-section .btn-style-three {
  position: relative;
  line-height: 24px;
  color: #252525;
  font-size: 15px;
  font-weight: 700;
  background: none;
  display: inline-block;
  padding: 11px 40px;
  background-color: #ffffff;
  text-transform: capitalize;
  border: 2px solid #E6792B;
  font-family: 'Poppins', sans-serif;
}

.sec-title2 {
  color: #fff;
}

.sec-title {
  position: relative;
  padding-bottom: 20px;
}

.sec-title .title {
  position: relative;
  color: #E6792B;
  font-size: 18px;
  font-weight: 700;
  padding-right: 50px;
  margin-bottom: 15px;
  display: inline-block;
  text-transform: capitalize;
}

.sec-title .title:before {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 7px;
  width: 48px;
  height: 1px;
  background-color: #d7a449;
}

.sec-title h2 {
  font-size: 35px;
  text-transform: uppercase;
  line-height: 45px;
}

.exp-span {
  color: #ffc865 !important;
}

.image-column img {
  border-radius: 0 35px;
}

.rr-about-experience span {
  position: absolute;
  top: 50%;
  left: -160px;
  font-size: 22px;
  background: #d7a449;
  color: #fff;
  padding: 5px 50px;
  padding-right: 50px;
  padding-right: 52px;
  font-weight: 600;
  transform: rotate(-90deg);
  bottom: 50%;
  transform: translateY(-50deg);
  display: table;
}

.rr-about-experience span::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 5px;
  border: 1px solid #fff;
  border-style: dashed;
  width: 97%;
  height: 87%;
}

/* <!-- Facilities Start --> */

.Facilities-section {
  margin: 0 60px;
  padding-bottom: 50px;
}

.facilities-img-area img {
  width: 100%;
  position: absolute;
  top: 130px;
  height: 70%;
}


/* .facilities-img-area{
    background-image: url('../images/menu-img/bluean.jpg');
    height: 100%;
} */

.bg-line {
  background: #4ae62b;
  height: 120px;
  width: 25%;
  float: right;
  height: 750px;
  margin-right: 150px;
}

.facilities-img-area .border-one {
  position: absolute;
  left: 5px;
  top: 120px;
  width: 150px;
  height: 150px;
  border-top: 1px solid #E6792B;
  border-left: 1px solid #E6792B;
}

.facilities-img-area .border-one::before {
  position: absolute;
  content: '';
  right: 30px;
  top: -6px;
  width: 13px;
  height: 13px;
  background-color: #ffc258;
  /* background-color: #8a714e; */
}

.facilities-img-area .border-one::after {
  position: absolute;
  content: '';
  left: -6px;
  bottom: 30px;
  width: 13px;
  height: 13px;
  background-color: #38519d;
  /* background-color: #E6792B; */
}

.facilities-cont {
  background-color: #ffe2b1;
  padding: 20px;
  margin: 20px 7px;
  margin-left: -105px;
}

.facilities-title h2 {
  position: relative;
  color: #E6792B;
  font-size: 18px;
  font-weight: 700;
  padding-right: 50px;
  margin-bottom: 15px;
  display: inline-block;
  text-transform: capitalize;
}

.facilities-title h2:before {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 7px;
  width: 48px;
  height: 1px;
  background-color: #d7a449;
}

.facilities-title p {
  position: relative;
  color: #777777;
  font-size: 15px;
  line-height: 2em;
  margin-bottom: 20px;
  text-align: justify;
}


.facilities-slider-area .slider-top {
  max-width: 1100px;
  display: flex;
  /* padding-left:10px; */
}

.facilities-slider-area .faci-slider .card {
  flex: 1;
  /* margin: 0 10px; */
  background: #fff;
  padding: 10px;
  width: 100%;
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}

/* .facilities-slider-area .owl-nav{
    display: none !important;
  } */


/* .featuredPropBox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: outside none none;
    padding: 0;
  } */

.featuredPropBox ul li {
  /* background-color: #eeeeee; */
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  height: 350px;
  margin: 5px;
  width: 100%;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.featuredPropBox ul li:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(22, 22, 22, 0.3);
  transition: all 0.3s;
}

.featuredPropBox ul .card1 {
  background-image: url("");
}

.featuredPropBox ul .card2 {
  background-image: url("../images/facilities-img/infirmary.png");
}

.featuredPropBox ul .card3 {
  background-image: url("../images/facilities-img/dances.jpg");

}

.featuredPropBox ul .card4 {
  background-image: url("../images/facilities-img/sports.jpg");
}

.featuredPropBox ul .card5 {
  background-image: url("../images/facilities-img/labs.png");
}

.featuredPropBox ul .card6 {
  background-image: url("../images/facilities-img/lib.jpg");
}

.featuredPropBox ul .card7 {
  background-image: url("../images/facilities-img/class-room.jpg");
}


.featuredPropBox ul li .fplogo {
  left: 50%;
  position: absolute;
  /* top: 50%; */
  bottom: 0;
  transform: translate(-50%, -50%);
  width: 90%;
  z-index: 1;
  transition: all 0.3s;
  background: #124255;
  /* background:  #38519d; */
}

.featuredPropBox ul li .fplogo img {
  width: 100%;
}

.featuredPropBox ul li .fplogo h2 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  color: #ffc258;
  width: 100%;
  padding: 5px;
}

.featuredPropBox ul li .fptext {
  display: none;
  font-size: 16px;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease 0s;
  width: 65%;
  z-index: 1;
  font-family: 'Poppins', sans-serif;
}

.featuredPropBox ul li .fptext p {
  color: #fff;
  margin: 0px;
  font-family: 'Poppins', sans-serif;
}

.featuredPropBox ul li:hover {
  box-shadow: 0 0 0 25px rgba(0, 0, 0, 0.2) inset;
}

.featuredPropBox ul li:hover:after {
  background-color: rgba(22, 22, 22, 0.3);
}

.featuredPropBox ul li:hover .fplogo {
  display: none;
}

.featuredPropBox ul li:hover .fptext {
  display: block;
}

/* .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 20px !important;
    height: 8px !important;
    margin: 5px;
    filter: Alpha(Opacity = 50);
    opacity: .5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: rgba(50, 50, 50, .3);
} */

/* <!-- start At-A-Glance-section -->  */

.glance-title {
  text-align: center;
  margin: 20px 0;
}

.glance-title h2 {
  font-size: 35px;
  font-weight: 700;
  color: #043a74;
  font-family: "Roboto Slab", serif;
}

.divided_line {
  width: 160px;
  margin: auto;
  position: relative;
  margin-top: -25px;
}

.divided_line:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 160px;
  height: 2px;
  -webkit-transition: allease-in-out .4s;
  -moz-transition: all ease-in-out .4s;
  -ms-transition: all ease-in-out .4s;
  -o-transition: all ease-in-out .4s;
  transition: allease-in-out .4s;
  left: 0;
  right: 0;
  margin: auto;
  background: #043a74;
}

.divided_line:after {
  animation: move 5s infinite !important;
  -webkit-animation: move 5s infinite !important;
  background: #ffc258;
  content: '';
  position: absolute;
  bottom: -2px;
  left: 58px;
  /* left: 0; */
  right: 0;
  width: 40px;
  height: 6px;
  -webkit-transition: allease-in-out .4s;
  -moz-transition: all ease-in-out .4s;
  -ms-transition: all ease-in-out .4s;
  -o-transition: all ease-in-out .4s;
  transition: allease-in-out .4s;
}

.count {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 42px;
  font-weight: bold;
}

.counter-wrapper {
  width: 100%;
}


.counter-top {
  background: #333;
  background-image: url('../images/menu-img/blueangles.jfif');
  background-repeat: no-repeat;
  background-size: cover;
  /* background-attachment: fixed; */
  /* background-size: contain; */
  background-position: center;
  position: relative;
  padding: 110px 0;
  width: 100%;
}

.counter-top:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .5);
}

.countr-card-inr {
  padding: 40px;
  border: 2px dashed #ffc258;
  transition: all 0.5s ease-in-out;
}

.countr-card-inr:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  transform: scale(1.1);
}

.counter-inner {
  position: relative;
  z-index: 2;
}

.counter-ic i {
  font-size: 42px;
  background: #043a74;
  color: #ffc258;
  padding: 24px 20px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;

}

.counter-ic i:hover {
  font-size: 42px;
  background: #ffc258;
  color: #043a74;
  padding: 24px 20px;
  border-radius: 50%;

}

.countr-card-inr h4 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}

/*=============start Toppers & Notice Section section ================*/
.notice-section {
  padding: 50px 0;
}

.notice-title {
  text-align: center;
  margin-bottom: 60px;
}

.notice-title h2 {
  font-size: 35px;
  font-weight: 700;
  color: #043a74;
  font-family: "Roboto Slab", serif;
}

.toppers-area {
  padding: 50px 10px 10px 10px;
  border-top: 2px solid #ffc258;
  border: 1px dashed #036;
  /* border: 1px solid #d0d4d9; */
  border-radius: 10px;
  height: 450px;
}

.toppers-area marquee {
  width: 100%;
  height: 390px;
}


.recent-notice-area {
  padding: 50px 10px 10px 10px;
  border-top: 2px solid #ffc258;
  border: 1px dashed #036;
  border-radius: 10px;
  height: 450px;
}

.upcoming-events {
  padding: 50px 10px 10px 10px;
  border-top: 2px solid #ffc258;
  border: 1px dashed #036;
  border-radius: 10px;
  height: 450px;
}

.upcoming-events marquee {
  width: 100%;
  height: 390px;
}

.toppers-area .rec-top {
  background-color: #ffc258;
  border-style: solid;
  clip-path: polygon(0 0, 100% 0, 83% 100%, 0 100%);
  height: 40px;
  left: 0;
  padding: 9px 15% 9px 10px;
  position: absolute;
  text-align: center;
  top: -1px;
}

.recent-notice-area .rec-top {
  background-color: #ffc258;
  border-style: solid;
  clip-path: polygon(0 0, 100% 0, 83% 100%, 0 100%);
  height: 40px;
  left: 0;
  padding: 9px 15% 9px 10px;
  position: absolute;
  text-align: center;
  top: -1px;
}

.upcoming-events .rec-top {
  background-color: #ffc258;
  border-style: solid;
  clip-path: polygon(0 0, 100% 0, 83% 100%, 0 100%);
  height: 40px;
  left: 0;
  padding: 9px 15% 9px 10px;
  position: absolute;
  text-align: center;
  top: -1px;
}

.rec-top p {
  font-size: 18px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  bottom: 5px;
  line-height: 22px;
  position: relative;
  text-align: center;
  color: #043a74;
}

.recent-cont {
  display: flex;
  height: 100%;
  background-color: #036;
  margin-bottom: 10px;
  /* border-radius: 20px 20px 0px 0px; */
}

/* article {
  min-height: 180px;
  margin-bottom: 25px;
  background-color: #036;
  color: #fff;
  border: none;
} */

.recent-notice-area marquee {
  width: 100%;
  height: 390px;
}

.fsDate {
  width: 135px !important;
  height: 100%;
  background-color: #ffc258;
  /* background-color: #4dcaac; */
  color: #036;
  height: 100%;
  padding: 10px;
  /* border-radius: 20px 20px 0px 0px; */
}

.fsDate>span {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
}

.fsDate .fsMonth {
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}

.fsDate .fsDay {
  font-size: 50px;
  font-family: 'Poppins', sans-serif;
  /* margin-bottom: 7px; */
  font-weight: 700;
  text-align: center;
}

.fsDate .fsYear {
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}

.recent-cont-inner {
  padding: 10px;
}

.recent-cont-inner p {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 22px;
  margin-bottom: 5px;
  width: 100%;
}

.clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.toppers-card {
  width: 100%;
  height: 300px;
  margin-bottom: 10px;
  border-radius: 5px;
  overflow: hidden;
}

.toppers-card img {
  width: 100%;
}

.tp-card-inner .thumbnail {
  cursor: pointer;
  transition: transform 0.3s;
}

.tp-card-inner .thumbnail:hover {
  transform: scale(1.1);
}





.why-choose-section {
  padding: 60px 0;
}

.why-choose-title {
  text-align: center;
  margin-bottom: 80px;
}

.why-choose-title h2 {
  font-size: 35px;
  font-weight: 700;
  color: #043a74;
  font-family: "Roboto Slab", serif;
}

.why-choose-section p,
span {
  font-family: 'Poppins', sans-serif;
}

.why-choose-section h1,
h2,
h3,
h4,
h5,
h6,
a {
  font-family: 'Poppins', sans-serif;
}

/* .why-choose-section .finix-text h6{
  color: #e73c3e;
  font-weight: 400;
  font-size: 17px;
} */

.finix-title-top {
  padding: 20px;
  background: #ffe2b1;
  margin-bottom: 20px;
}

.finix-text h2 {
  position: relative;
  color: #E6792B;
  font-size: 18px;
  font-weight: 700;
  padding-right: 50px;
  margin-bottom: 15px;
  display: inline-block;
  text-transform: capitalize;
}

.finix-text h2:before {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 7px;
  width: 48px;
  height: 1px;
  background-color: #d7a449;
}

.why-choose-section .feature-box:after {
  display: inline-block;
  position: absolute;
  content: "";
  background-color: #ffc258;
  z-index: 1;
}

.feature-box-content h3 {
  font-size: 16px;
  font-weight: 700;
  color: #043a74;
}

.feature-box-content p {
  font-size: 14px;
  text-align: justify;
}

.why-choose-section .finix-text p {
  color: #606060;
  font-size: 14px;
}

.why-choose-section {
  margin-top: 0px;
}

/* .why-choose-section .finix-text h2 {
  font-weight: 500;
} */
.why-choose-section .ct-btn {
  display: inline-block;
  width: 85px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  border-radius: 50%;
  font-size: 60px;
  background: #fff;
  position: absolute;
  top: 77%;
  right: 43%;
  padding: 13px;

}

.why-choose-section .ct-btn::before {
  content: "";
  height: 85px;
  width: 85px;
  position: absolute;
  top: 0;
  left: 0;
  background: #124255;
  /* background: #e73a3e; */
  border-radius: 50%;
  animation: choose 1.6s ease-out infinite;
}

@keyframes choose {

  0%,
  30% {
    transform: scale(0);
    opacity: 1;
  }

  50% {
    transform: scale(1.5);
    opacity: .7;
  }

  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.why-choose-section .ct-btn a {
  /* color: #e73c3e; */
  color: #124255;
}

.why-choose-section .feature-box {
  background: #fff;
  padding: 25px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  transition: .4s;
}

.why-choose-section .feature-box:hover {
  transform: translateY(-10px);
}

.why-choose-section .feature-box:hover .fbc-btn {
  /* background: #e73c3e; */
  background: #124255;
  color: #fff;

}

.why-choose-section .feature-box::before {
  content: "";
  position: absolute;
  top: -115px;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  height: 70%;
  background: #fff0d6;
  /* background: #fdebeb; */
  border-radius: 50%;

}

.why-choose-section .fbc-btn {
  display: inline-block;
  height: 90px;
  width: 90px;
  line-height: 90px;
  background: #ffc258;
  /* background: #ffe2b1; */
  border-radius: 50%;
  text-align: center;
  color: #043a74;
  /* color: #e73a3e; */
  position: relative;
  transition: .4s;
  z-index: 1;
}

.fbc-btn i {
  font-size: 45px;
  margin: 22px 10px;
}

.active-feature {
  margin-top: -30px;
}

.why-choose-section .finix-text {
  position: relative;
}


.why-ch-btn-area {
  text-align: center;
}

.why-ch-btn {
  position: relative;
  display: inline-block;
  margin: 5px;
  padding: 5px 30px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #124255;
  background: transparent;
  cursor: pointer;
  transition: ease-out 0.5s;
  border: 1px dashed #d7a449;
  border-radius: 30px;
  box-shadow: inset 0 0 0 0 #124255;
  /* box-shadow: inset 0 0 0 0 #725AC1; */
}

.why-ch-btn:hover {
  color: white;
  box-shadow: inset 0 -100px 0 0 #124255;
  transition: .3s;
}

.why-ch-btn:active {
  transform: scale(0.9);
}

.why-choose-line {
  position: absolute;
  background: #E6792B;
  width: 200px;
  height: 500px;
  left: 200px;
  margin-top: 130px;
}

/* .why-ch-btn {
  color: #124255;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 4px;
  font-weight: 700;
  border: 1px dashed #d7a449;
  border: 1px solid #00a9e0;
  padding: 15px 25px;
  
}
.why-ch-btn:hover{
  color: #131313;
  transition: .3s;
} */

/* <!-- start testimonial section --> */

.testimonial-area {
  background: #f4f6ff;
  /* background-image: url('../images/menu-img/admission-menu.jpeg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed; */
  padding-top: 100px;
  padding-bottom: 65px;
  /* background: #333; */
  /* position: relative; */
}

/* .testimonial-area:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .5);
} */

.test-img img {
  width: 80%;
}

.testimonial-title {
  text-align: center;
  margin-bottom: 60px;
}

.testimonial-title h2 {
  font-size: 35px;
  font-weight: 700;
  color: #043a74;
  font-family: "Roboto Slab", serif;
}

.testimon-cont {
  padding: 50px 30px;
  background: #fff;
  border-radius: 50px 10px;
  border: 1px dashed #E6792B;
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  /* box-shadow: 20px 20px 0 0 #E6792B; */
}

.test-adm {
  background-color: #E6792B;
  color: #d7a449;
  margin-top: 60px;
  clip-path: polygon(0 0, 88% 0, 83% 100%, 0 100%);
  border-left: 5px solid #d7a449;
}

.test-adm a {
  text-decoration: none;
}

.test-adm a:hover {
  color: #d7a449;
}

.testimon-cont h2 {
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding-right: 70px;
  margin-bottom: 15px;
  display: inline-block;
  text-transform: capitalize;
  padding-left: 5px;
  background: #E6792B;
}

.testimon-cont h2:before {
  position: absolute;
  content: "";
  right: 18px;
  bottom: 10px;
  width: 50px;
  height: 1px;
  background-color: #d7a449;
}

.testimon-cont h2:after {
  content: "";
  border-top: 1px solid #a39161;
  margin: 0 0 0 2.25px;
  flex: 1 0 12.25px;
}

.testimon-cont h4 {
  position: relative;
  color: #777777;
  font-size: 35px;
  line-height: 1em;
  color: #d7a449;
  font-family: "Roboto Slab", serif;
  text-transform: capitalize;
}

.testimon-cont p {
  position: relative;
  color: #777777;
  font-size: 15px;
  line-height: 2em;
  margin-bottom: 20px;
  text-align: justify;
  font-family: 'Poppins', sans-serif;
}


#testimonial-slider {
  box-shadow: 20px 20px 0 0 #ffc258;
}

.testimonial-slider-area .testimonial {
  text-align: center;
  padding: 100px 40px 5px;
  margin-top: 100px;
  border-top: 5px solid #124255;
  position: relative;
}

.testimonial-slider-area .testimonial:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 50px;
  color: #d7a449;
  opacity: 0.5;
}

.testimonial-slider-area .testimonial .pic {
  width: 150px;
  height: 150px;
  border: 5px solid #d7a449;
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.testimonial-slider-area .testimonial .pic img {
  width: 100%;
  height: auto;
}

.testimonial-slider-area .testimonial .description {
  font-size: 14px;
  color: #6f6f6f;
  line-height: 25px;
  margin-bottom: 30px;
  font-family: 'Poppins', sans-serif;
}

.testimonial-slider-area .testimonial .testimonial-title {
  display: block;
  text-align: right;
  font-size: 22px;
  /* color: #4b489b; */
  color: #d7a449;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

.testimonial-slider-area .testimonial .post {
  display: block;
  font-size: 14px;
  /* color: #6f6f6f; */
  color: #124255;
  margin-top: 7px;
  font-weight: 500;
}

.testimonial-slider-area .owl-theme .owl-controls .owl-page span {
  width: 12px;
  height: 5px;
  /* background: #4b489b; */
  background: #124255;
}

.facilities-slider-area .owl-theme .owl-controls .owl-page span {
  width: 12px;
  height: 5px;
  /* background: #4b489b; */
  background: #124255;
}

.owl-theme .owl-controls .owl-page.active span {
  width: 30px;
  height: 5px;
  /* background: #4b489b; */
  background: #124255;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .header_bar_open_white .header_left {
    background-color: #124255 !important;
    border-color: #124255;
  }
}

@media only screen and (max-width: 479px) {
  .testimonial-slider-area .testimonial {
    padding: 80px 15px 5px;
  }

  .testimonial-slider-area .testimonial::before {
    top: 10px;
  }

  .testimonial-slider-area .testimonial .pic {
    width: 120px;
    height: 120px;
    top: -60px;
  }
}

.testimon-line {
  position: absolute;
  background: #ffe2b1;
  width: 150px;
  height: 400px;
  left: 190px;
  margin-top: 137px;
  box-shadow: 20px 20px 0 0 #124255;
  /* z-index: -1; */
}


/* <!-- start admission section --> */

.admission-top {
  padding: 50px 0;
  background-image: url('../images/school-Building/bluebildigg2.JPG');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2;
}

.admission-top:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .5);
}

.adm-footer {
  margin: 0 100px;
  position: relative;
  z-index: 2;
}

.admission-img {
  background-image: linear-gradient(90deg, rgba(56, 81, 157, 0.40379901960784315) 0%, rgba(255, 194, 88, 0.4009978991596639) 100%), url('../images/menu-img/newblue-slide1.jpg');
  background-size: cover;
  background-position: center center;
  border-radius: 30px 0 0 30px;
  height: 300px;
  padding: 20px
    /* border-left: 2px dashed #124255;
  border-top: 2px dashed #124255;
  border-bottom: 2px dashed #124255; */

}

.admission-img h3 {
  font-size: 20px;
  font-weight: 700;
  color: #FFECC1;
  text-align: center;
  position: relative;
  top: 180px;
  line-height: 35px;
  background: #124255;
  opacity: 0.8;
  padding: 5px 0;
  /* border-radius: 50px 0; */
}

.admission-cont-area {
  text-align: center;
  padding: 30px 20px;
  background: #fff7ea;
  border-radius: 0 30px 30px 0;
  height: 300px;
}

.pr-0 {
  padding: 0px;
}

.pl-0 {
  padding: 0px;
}

.admission-cont-area h2 {
  font-size: 30px;
  color: #d7a449;
}

.adm-session {
  margin-top: 20px;
}

.adm-session p {
  font-size: 18px;
  font-weight: 500;
  color: #131313;
  margin: 0;
  font-family: 'Poppins', sans-serif;

}

.admission-btn {
  margin-top: 20px;
}

.adm-session a {
  padding: 5px 30px;
  border-radius: 40px;
  color: #124255;
  text-decoration: none;
  border: 1px dashed #d7a449;
  display: inline-block;
  font-weight: 700;
  transition: all 0.5s ease-in-out;
}

.adm-session a:hover {
  background: #124255;
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.adm-session a .fa {
  margin-left: 5px;
  transition: all 0.5s ease-in-out;
}

.adm-session a:hover .fa {
  margin-left: 10px;
  transition: all 0.5s ease-in-out;
}

.adm-guide {
  font-size: 12px;
  font-style: italic;
  color: #131313;
  text-decoration: none !important;
  ;
}

/* committees css start */

.committee-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}

.committee-table th {
  background: #143b8f;
  /* dark blue */
  color: #fff;
  padding: 12px;
  text-align: left;
  font-size: 16px;
}

.committee-table td {
  padding: 12px;
  border: 1px solid #ddd;
  font-size: 15px;
}

.committee-table tr:nth-child(even) {
  background: #f9f9f9;
}

.committee-table tr:hover {
  background: #f1f1f1;
}

.grc-section {
  margin-bottom: 20px;
}

.main-grc {
  margin-top: 50px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  border-radius: 20px;
}

.committee-content {
  display: flex;
  gap: 10px;
}



/* fee Structure css start here */

.fee-container {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Arial, sans-serif;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  padding: 20px;
  border-radius: 20px;
}

.fee-container h1 {
  text-align: center;
  margin: 0;
  font-size: 30px;
  font-weight: 700;
}

.address {
  text-align: center;
  font-size: 15px;
  margin: 5px 0;
}

.session {
  text-align: center;
  font-size: 16px;
  margin-bottom: 25px;
}

.section-title {
  background: #0f2c8c;
  color: white;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
}

.fee-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 0;
}

.fee-table td {
  border: 1px solid #6d6d6d;
  padding: 12px;
  font-size: 16px;
}

.note {
  margin-top: 15px;
  font-size: 14px;
}




/* circular css start here  */

.circular-box {
  width: 90%;
  margin: 30px auto;
  border: 1px solid #ccc;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.main-title {
  background: #3c4048;
  /* dark gray */
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  padding: 12px 0;
}

.circular-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}

.circular-table th,
.circular-table td {
  padding: 2px;
  border: 1px solid #ccc;
  text-align: center;
}

.sub-header th {
  background: #124255;
  /* blue */
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.circular-table a {
  color: #0a7d25;
  font-weight: 600;
  text-decoration: none;
}

.circular-table a:hover {
  text-decoration: underline;
}

.sports-offer {
  display: flex;
  flex-direction: column;
}

.sports-offer .offers {
  display: flex;
  justify-content: start;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  gap: 10px;
  padding: 5px 10px;
  border-radius: 10px;
  margin-top: 10px;
}

.offer-content {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;

}

.sports-offer .offers p {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.sports-pera p {
  margin: 0 0 10px;
  padding: 0;
}

.bullet-point {
  display: flex;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  gap: 0px;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
  transition: all 0.3s ease-in-out;

}

.bullet-point:hover {
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;

}

.bullet-point p {
  margin: 0 0 0px;

}

.tc-fields {
  padding: 50px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  border-radius: 20px;
}

.tc-input-field {
  display: flex;
  gap: 30px;
}

.tc-input-field .label-group {
  display: flex;
  gap: 10px;
  align-items: center;
}

.tc-input-field .label-group input {
  border-radius: 5px;
}

.tc-input-field button {
  padding: 7px 20px;
  background-color: #002349;
  border-radius: 5px;
  color: white;
}

/* contact us css  */

.contact-section {
  padding: 40px;
}

.contact-container {
  max-width: 1200px;
  margin: auto;
  padding: 40px;
  background: #fff;
  border-radius: 25px;
  display: flex;
  gap: 50px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.left-box {
  width: 35%;
}

.contact-btn {
  padding: 8px 20px;
  border-radius: 20px;
  border: 2px solid #007bff;
  background: white;
  color: #007bff;
  cursor: pointer;
  font-weight: 600;
}

.left-box h2 {
  margin: 20px 0;
  font-size: 32px;
}

.left-box p {
  color: #555;
  line-height: 1.6;
}

.info-list {
  margin-top: 20px;
}

.info-item {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.info-item .icon {
  font-size: 26px;
}

.right-box {
  width: 65%;
}

form {
  width: 100%;
}

.form-row {
  display: flex;
  gap: 20px;
  width: 100%;
}

.form-group {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.form-group.full {
  width: 100%;
}

label {
  margin-bottom: 5px;
  color: #333;
  font-weight: 600;
}

.form-group input {}

input,
textarea {
  padding: 12px;
  border-radius: 8px !important;
  border: 1px solid #ddd;
  font-size: 15px;
}

textarea {
  resize: none;
}

.send-btn {
  background: #124255;
  color: white;
  padding: 12px 25px;
  border: none;
  margin-top: 15px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 16px;
}

.send-btn:hover {
  background: #021a62;
}

.button-group {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Responsive */
@media (max-width: 900px) {
  .contact-container {
    flex-direction: column;
    padding: 25px;
  }

  .left-box,
  .right-box {
    width: 100%;
  }

  .form-row {
    flex-direction: column;
  }

  .form-group {
    width: 100%;
  }

  .contact-section {
    padding: 0px;
  }
}






/* ======== start responsive media query ========= */

@media only screen and (max-width: 390px) {
  .about-section .image-column .inner-column {
    position: relative;
    padding: 25px 25px 0px 0px !important;
    margin-left: 0px;
  }

  .rr-about-experience span {
    position: absolute;
    top: 94%;
    left: 30px;
    font-size: 16px !important;
    background: #d7a449;
    color: #fff;
    padding: 5px 25px !important;
    /* padding-right: 50px; */
    padding-right: 25px !important;
    font-weight: 600;
    transform: rotate(0deg);
    bottom: 50%;
    transform: translateY(-50deg);
    display: table;
  }

  .why-choose-line {
    position: absolute;
    background: #043a74;
    width: 200px;
    height: 310px;
    left: 155px !important;
    margin-top: 135px !important;
  }

}


@media only screen and (max-width: 767px) {
  .mob-lg-area {
    display: flex;
    gap: 10px;
  }

  .mob-lg-area img {
    width: 70px;
    /* height: 100px; */
    margin-bottom: 0px;
  }

  .logomob-text h5 {
    font-size: 12px;
    color: #fff;
    margin-bottom: 0;
    margin-top: 0px;
  }

  .logomob-text p {
    font-size: 8px;
    color: #fff;
    line-height: 12px;
  }

  .col-md-4 .header_menu_btn {
    bottom: -2px;
    margin-top: 15px;
  }

  /* .header_bar_home {
  fill: #fff !important;
  color: #fff;
  display: none;
} */
  .menu-header.sticky .header_left {
    top: 4rem;
    display: none;
  }

  .paramount-slide-home-video.no-padding.parallax,
  .paramount-slide-home-video:after {
    max-height: 242px !important;
  }

  .home-video video {
    margin-top: 20px;
  }

  .left-img-column {
    display: none;
  }

  .logo-text {
    display: none;
  }

  .marqueeandlinks {
    margin-top: 20px;
  }

  .nav-logo-inner img {
    width: 70px;
    height: 55px;
  }

  .right-logo-img-content h5 {
    font-size: 16px;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .right-logo-img-content h6 {
    font-size: 7px;
    font-weight: 700;
    color: #fff;
    margin: -8px 0;
  }

  .right-logo-img-content {
    margin-left: 0px;
  }

  .container-fluid.SlideShow_Height {
    height: 330px;
  }

  .abt-head h2 {
    font-family: "Roboto Slab", serif;
    color: #2e1e13;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 5px;
    font-weight: 700;
    text-align: center;
  }

  .abt-head p:before {
    left: 39%;
  }

  .abt-head p:before,
  .abt-head p:after {
    content: '';
    background: #d7a449;
    height: 2px;
    width: 5%;
    position: absolute;
    top: 66%;
  }

  .abt-head p:after {
    right: 39%;
  }

  .abt-head p:before,
  .abt-head p:after {
    content: '';
    background: #d7a449;
    height: 2px;
    width: 5%;
    position: absolute;
    top: 66%;
  }

  .abt-head p img {
    width: 35px;
  }

  .abt-head p .flowr-area:before {
    left: 35%;
  }

  .abt-head p .flowr-area:before,
  .abt-head p .flowr-area:after {
    content: '';
    background: #E6792B;
    height: 2px;
    width: 8%;
    position: absolute;
    top: 35%;
  }

  .abt-head p .flowr-area:after {
    right: 35%;
  }

  .abt-head p .flowr-area:before,
  .abt-head p .flowr-area:after {
    content: '';
    background: #E6792B;
    height: 2px;
    width: 8%;
    position: absolute;
    top: 35%;
  }

  .abt-head {
    margin-bottom: 0px;
  }

  .about-section .content-column .inner-column {
    position: relative;
    padding-top: 30px;
    padding-right: 0px;
  }

  .sec-title .title {
    position: relative;
    color: #E6792B;
    font-size: 15px;
    font-weight: 700;
    padding-right: 50px;
    margin-bottom: 10px;
    display: inline-block;
    text-transform: capitalize;
  }

  .sec-title h2 {
    font-size: 21px;
    text-transform: uppercase;
    line-height: 30px;
  }

  .sec-title {
    position: relative;
    padding-bottom: 10px;
  }

  .about-section .content-column .text {
    position: relative;
    color: #777777;
    font-size: 14px;
    line-height: 2em;
    margin-bottom: 10px;
    text-align: justify;
  }

  .about-section .content-column .email {
    position: relative;
    color: #252525;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .about-section .content-column .email span {
    color: #d7a449;
    /* font-size: 14px; */
  }

  .about-section .btn-style-three {
    position: relative;
    line-height: 24px;
    color: #252525;
    font-size: 14px;
    font-weight: 700;
    background: none;
    display: inline-block;
    padding: 5px 20px;
    background-color: #ffffff;
    text-transform: capitalize;
    border: 2px solid #E6792B;
    font-family: "Arimo", sans-serif;
  }

  .about-section .image-column .inner-column {
    position: relative;
    padding: 30px 30px 0px 0px;
    margin-left: 0px;
  }

  .rr-about-experience span {
    position: absolute;
    top: 94%;
    left: 38px;
    font-size: 18px;
    background: #d7a449;
    color: #fff;
    padding: 5px 30px;
    padding-right: 50px;
    padding-right: 30px;
    font-weight: 600;
    transform: rotate(0deg);
    bottom: 50%;
    transform: translateY(-50deg);
    display: table;
  }

  .about-section {
    position: relative;
    padding: 50px 20px 20px 20px;
  }

  .Facilities-section {
    margin: 0px;
    padding-bottom: 10px;
  }

  .bg-line {
    background: #E6792B;
    height: 120px;
    width: 35%;
    float: right;
    height: 100px;
    margin-right: 248px;
    display: none;
  }

  .facilities-title h2 {
    position: relative;
    color: #E6792B;
    font-size: 15px;
    font-weight: 700;
    padding-right: 50px;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: capitalize;
  }

  .facilities-img-area img {
    width: 100%;
    position: relative;
    top: 30px;
    /* height: 70%; */
  }

  .facilities-img-area .border-one {
    position: absolute;
    left: 5px;
    top: 20px;
    width: 150px;
    height: 150px;
    border-top: 1px solid #E6792B;
    border-left: 1px solid #E6792B;
  }

  .facilities-cont {
    background-color: #ffe2b1;
    padding: 20px;
    margin: 45px 0px 10px 0px;
    box-shadow: 10px 10px 0 0 #E6792B;
  }

  .facilities-title p {
    position: relative;
    color: #777777;
    font-size: 14px;
    line-height: 2em;
    margin-bottom: 20px;
    text-align: justify;
  }

  .facilities-slider-area .slider-top {
    max-width: 1100px;
    /* display: flex; */
    /* padding-left: 10px; */
    margin-top: 20px;
  }

  .featuredPropBox ul {
    padding-left: 0px;
  }

  .facilities-slider-area .faci-slider .card {
    flex: 1;
    /* margin: 0 10px; */
    background: #fff;
    padding: 0px 10px;
    width: 100%;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  }

  .divided_line {
    width: 160px;
    margin: auto;
    position: relative;
    margin-top: -25px;
  }

  .divided_line:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100px;
    height: 2px;
    -webkit-transition: allease-in-out .4s;
    -moz-transition: all ease-in-out .4s;
    -ms-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
    transition: allease-in-out .4s;
    left: 0;
    right: 0;
    margin: auto;
    background: #043a74;
  }

  .divided_line:after {
    animation: move 5s infinite !important;
    -webkit-animation: move 5s infinite !important;
    background: #ffc258;
    content: '';
    position: absolute;
    bottom: -2px;
    left: 63px;
    /* left: 0; */
    right: 0;
    width: 35px;
    height: 6px;
    -webkit-transition: allease-in-out .4s;
    -moz-transition: all ease-in-out .4s;
    -ms-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
    transition: allease-in-out .4s;
  }

  .glance-title h2 {
    font-size: 25px;
    font-weight: 700;
    color: #043a74;
    font-family: "Roboto Slab", serif;
  }

  .counter-top {
    background: #333;
    background-image: url(../images/menu-img/blueangles.jfif);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    /* background-size: contain; */
    background-position: center;
    position: relative;
    padding: 40px 20px;
    width: 100%;
  }

  .countr-card-inr {
    padding: 15px;
    border: 2px dashed #ffc258;
    transition: all 0.5sease-in-out;
    margin-bottom: 15px;
  }

  .counter-ic i {
    font-size: 25px;
    background: #043a74;
    color: #ffc258;
    padding: 24px 20px;
    border-radius: 50%;
    transition: all 0.3sease-in-out;
  }

  .count {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 35px;
    font-weight: bold;
  }

  .countr-card-inr h4 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    line-height: 0px;
  }

  .notice-section {
    padding: 20px 0;
  }

  .notice-title h2 {
    font-size: 25px;
    font-weight: 700;
    color: #043a74;
    font-family: "Roboto Slab", serif;
  }

  .notice-title {
    text-align: center;
    margin-bottom: 35px;
  }

  .rec-top p {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    bottom: 5px;
    line-height: 22px;
    position: relative;
    text-align: center;
    color: #043a74;
  }

  .toppers-area {
    padding: 50px 10px 10px 10px;
    border-top: 2px solid #ffc258;
    border: 1px dashed #036;
    /* border: 1px solid #d0d4d9; */
    border-radius: 10px;
    height: 450px;
    margin-bottom: 15px;
  }

  .recent-notice-area {
    padding: 50px 10px 10px 10px;
    border-top: 2px solid #ffc258;
    border: 1px dashed #036;
    border-radius: 10px;
    height: 450px;
    margin-bottom: 15px;
  }

  .fsDate .fsMonth {
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
  }

  .fsDate .fsDay {
    font-size: 40px;
    font-family: 'Poppins', sans-serif;
    /* margin-bottom: 7px; */
    font-weight: 700;
    text-align: center;
  }

  .fsDate .fsYear {
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
  }

  .recent-cont-inner p {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 22px;
    margin-bottom: 5px;
    width: 100%;
  }

  .why-choose-section {
    padding: 20px 0;
  }

  .why-choose-line {
    position: absolute;
    background: #043a74;
    width: 200px;
    height: 310px;
    left: 212px;
    margin-top: 100px;
  }

  .finix-title-top {
    padding: 20px;
    background: #ffe2b1;
    margin-bottom: 20px;
    margin-top: 50px;
  }

  .finix-text h2 {
    position: relative;
    color: #E6792B;
    font-size: 15px;
    font-weight: 700;
    padding-right: 50px;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: capitalize;
  }

  .why-choose-section .finix-text p {
    color: #606060;
    font-size: 14px;
    text-align: justify;
  }

  .why-choose-section .feature-box {
    background: #fff;
    padding: 25px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    transition: .4s;
    margin-top: 20px;
  }

  .why-choose-section .fbc-btn {
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 90px;
    background: #ffc258;
    /* background: #ffe2b1; */
    border-radius: 50%;
    text-align: center;
    color: #043a74;
    /* color: #e73a3e; */
    position: relative;
    transition: .4s;
    z-index: 1;
  }

  .fbc-btn i {
    font-size: 25px;
    margin: 22px 10px;
  }

  .testimonial-section {
    padding: 20px 0 30px 0;
  }

  .testimonial-title h2 {
    font-size: 25px;
    font-weight: 700;
    color: #043a74;
    font-family: "Roboto Slab", serif;
  }

  .testimon-line {
    position: absolute;
    background: #ffe2b1;
    width: 134px;
    height: 400px;
    left: 0px;
    margin-top: 159px;
    box-shadow: 20px 20px 0 0 #124255;
    /* z-index: -1; */
  }

  .testimon-cont {
    padding: 40px 30px;
    background: #fff;
    border-radius: 50px 10px;
    border: 1px dashed #E6792B;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    /* box-shadow: 20px 20px 0 0 #E6792B; */
  }

  .testimon-cont h2 {
    position: relative;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding-right: 70px;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: capitalize;
    padding-left: 5px;
    background: #E6792B;
  }

  .testimon-cont h4 {
    position: relative;
    color: #777777;
    font-size: 25px;
    line-height: 1em;
    color: #d7a449;
    font-family: "Roboto Slab", serif;
    text-transform: capitalize;
  }

  .testimon-cont p {
    position: relative;
    color: #777777;
    font-size: 14px;
    line-height: 2em;
    margin-bottom: 20px;
    text-align: justify;
    font-family: 'Poppins', sans-serif;
  }

  .testimonial-slider-area .testimonial .testimonial-title {
    display: block;
    text-align: right;
    font-size: 20px;
    /* color: #4b489b; */
    color: #d7a449;
    margin: 0;
    font-family: 'Poppins', sans-serif;
  }

  .admission-top {
    padding: 50px 0;
    background-image: url(../images/school-Building/bluebildigg2.JPG);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 2;
    margin-top: 30px;
  }

  .adm-footer {
    margin: 0px;
    position: relative;
    z-index: 2;
  }

  .admission-img {
    background-image: linear-gradient(90deg, rgba(56, 81, 157, 0.40379901960784315) 0%, rgba(255, 194, 88, 0.4009978991596639) 100%), url(../images/menu-img/newblue-slide1.jpg);
    background-size: cover;
    background-position: center center;
    border-radius: 100px 100px 0 0;
    height: 300px;
    padding: 20px
      /* border-left: 2px dashed #124255; border-top: 2px dashed #124255; border-bottom: 2px dashed #124255; */
    ;
  }

  .admission-cont-area {
    text-align: center;
    padding: 30px 20px;
    background: #fff7ea;
    border-radius: 0 0 100px 100px;
    height: 300px;
  }

  .admission-cont-area h2 {
    font-size: 25px;
    color: #d7a449;
  }

  .adm-session p {
    font-size: 16px;
    font-weight: 500;
    color: #131313;
    margin: 0;
    font-family: 'Poppins', sans-serif;
  }

  .center {
    padding-right: 0px;
    padding-left: 0px;
  }

  .logo-link .dib .ph3 img {
    width: 130px;
    margin-left: 95px;
  }

  .footer-logo-title h2 {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
  }

  .footer-logo-title p {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: -8px;
    text-transform: uppercase;
    margin-left: 0px;
  }

  .row #siteWrapper h6 {
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 19px;
    margin-bottom: 1rem;
  }

  /* .hide-rw{
  display: none;
} */
  .enquire-tab {
    font-size: 12px;
    padding: 10px 5px !important;
  }

  .online-fee-tab {
    font-size: 12px;
    padding: 10px 5px !important;
  }



}

@media only screen and (min-width: 1024px) and (max-width: 1500px) {
  .testimon-line {
    position: absolute;
    width: 150px;
    height: 580px;
    left: 190px;
    margin-top: 137px;
    box-shadow: rgb(20, 47, 131) 20px 20px 0px 0px;
    background: rgb(255, 226, 177);
  }

  /* .paramount-slide-home-video{
  height: 811px; 
  background: #fff;
}
.SlideShow_Height{
  height: 840px;
} */

}





/* enquire-tab css */

.enquire-tab {
  position: fixed;
  top: 62%;
  left: 0;
  background: #124255;
  color: #fff;
  padding: 12px 10px;
  writing-mode: vertical-rl;
  font-weight: 600;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
  z-index: 999999;
}

.online-fee-tab {
  position: fixed;
  top: 45%;
  left: 0;
  background: #199201;
  color: #fff;
  padding: 12px 10px;
  writing-mode: vertical-rl;
  font-weight: 600;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
  z-index: 999999;
}


/* mandatory disclosure css start */
.general-info {
  margin-top: 50px;
}

.general-info table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}

.general-info th,
.general-info td {
  border: 1px solid #cecece;
  padding: 2px 0px;
  text-align: center;
  font-size: 16px;
}

/* Top Title Row */
.general-info .title {
  background: #2b3e76;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}

/* Header Row */
.general-info thead tr:nth-child(2) th {
  background: #124255;
  color: #fff;
  font-weight: bold;
}

/* Links */
.general-info a {
  color: #000;
  text-decoration: none;
}

.general-info a:hover {
  text-decoration: underline;
}