@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&amp;family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;family=Oswald:wght@200..700&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Roboto:ital,wght@0,100..900;1,100..900&amp;display=swap");
@import '../components/header/header.css';
@import '../components/top-header/top-header.css';
@import 'theme.html';
@import '../components/btn/btn.css';
@import '../../vendor/css/swiper-bundle.min.css';
@import '../components/footer/footer.css';
@import '../components/home/home.css';
@import '../components/our-services/our-services.html';
.poppins-thin {
  font-family: "Poppins", serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", serif;
  font-weight: 200;
  font-style: normal;
}

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

.poppins-regular {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", serif;
  font-weight: 200;
  font-style: italic;
}

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

.poppins-regular-italic {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", serif;
  font-weight: 900;
  font-style: italic;
}

:root {
  font-size: 62.5%;
}

* {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
}

*,
::after,
::before {
  box-sizing: border-box;
}

.height {
  height: auto !important;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  font-family: "Poppins", serif;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: #464646;
  line-height: 30px;
  font-weight: 400;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

button {
  cursor: pointer;
  background: none;
  border: 0;
}

label {
  display: inline-block;
}

input:focus,
input:active {
  outline: 0;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center !important;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100vh !important;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (max-width: 1399px) {
  .container {
    max-width: 1240px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1360px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.ml-0 {
  margin-left: 0px !important;
}

li {
  list-style: none;
}

.li-st-dc {
  list-style-type: disc;
}

.border-none {
  border-bottom: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
  appearance: none;
}

.text-underline {
  text-decoration: underline !important;
}

.section-padding-top {
  padding-top: 50px;
}
@media (min-width: 992px) {
  .section-padding-top {
    padding-top: 70px;
  }
}
.section-padding-top--50 {
  padding-top: 50px;
}
@media (min-width: 992px) {
  .section-padding-top--50 {
    padding-top: 50px;
  }
}

.section-padding-bottom {
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .section-padding-bottom {
    padding-bottom: 70px;
  }
}

.title {
  font-size: 24px;
  color: #494522;
  font-weight: 600;
  text-align: center;
  margin-bottom: 12px;
  padding: 0;
}
.title--text-black {
  color: #000;
  font-size: 18px;
}
@media (min-width: 992px) {
  .title--text-black {
    font-size: 22px !important;
  }
}
@media (min-width: 992px) {
  .title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}

.italic {
  font-style: italic;
}

.m-auto {
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}

/* Style the scrollbar track (background) */
::-webkit-scrollbar {
  width: 12px;
  /* Width of the vertical scrollbar */
  height: 12px;
  /* Height of the horizontal scrollbar */
}

::-webkit-scrollbar-thumb {
  background-color: #ffcd08;
  border-radius: 6px;
  border: 3px solid transparent;
  background-clip: padding-box;
}

::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 6px;
}

.banner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: left;
  height: 200px;
  background-color: #007aff;
}
@media (min-width: 768px) {
  .banner {
    height: 300px;
  }
}
.banner--pricing-banner {
  background-image: url(../../../assets/images/page-banners/pricing.html);
}
.banner--about-banner {
  background-image: url(../../../assets/images/page-banners/about.html);
}
.banner--faq-banner {
  background-image: url(../../../assets/images/page-banners/faq.html);
}
.banner--patients-banner {
  background-image: url(../../../assets/images/page-banners/patients.html);
}
.banner--contact-banner {
  background-image: url(../../../assets/images/page-banners/contact.html);
}
.banner--our-team-banner {
  background-image: url(../../../assets/images/page-banners/our-team.html);
}
.banner--privacy-policy-banner {
  background-image: url(../../../assets/images/page-banners/privacy-policy.html);
}
.banner--terms-and-condition-banner {
  background-image: url(../../../assets/images/page-banners/terms-and-condition.html);
}
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.23);
  z-index: 1;
}
.banner--bgColor {
  height: 160px;
}
@media (min-width: 768px) {
  .banner--bgColor {
    height: 200px;
  }
}
.banner .banner-title {
  position: relative;
  z-index: 2;
}
.banner .banner-title h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  text-shadow: 1px 1px 2px black;
}
@media (min-width: 768px) {
  .banner .banner-title h3 {
    font-size: 50px;
  }
}
.banner .banner-title p {
  font-size: 14px;
  color: #fff;
}
@media (min-width: 768px) {
  .banner .banner-title p {
    font-size: 18px;
    line-height: 18px;
  }
}

.link {
  color: #007aff !important;
}

.list-item {
  margin-left: 20px;
  margin-top: 20px;
  text-align: left;
}
.list-item li {
  font-size: 16px;
  color: #464646;
  font-weight: 400;
  list-style: disc;
}
.list-item .sub-list {
  margin: 10px 0px 10px 20px;
}

.hidden {
  display: none !important;
}

.border-bottom {
  position: relative;
}
.border-bottom::after {
  content: "";
  position: absolute;
  left: 0;
  margin: auto;
  height: 5px;
  width: 80px;
  border-radius: 3px;
  background-color: #ffcd08;
  bottom: -12px;
}

.border-bottom-center {
  position: relative;
}
.border-bottom-center::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 5px;
  width: 80px;
  border-radius: 3px;
  background-color: #ffcd08;
  bottom: -12px;
}

.read-more {
  color: #ff8c00;
  font-size: 16px;
  font-weight: 600;
}

.text-justify {
  text-align: justify;
}

.w-100 {
  width: 100%;
}

.abouts-title {
  font-size: 30px;
  color: #494522;
}

.text-left {
  text-align: left !important;
}

.border-b {
  border-bottom: 2px solid #ffcd08;
}

.w-400 {
  width: 400px !important;
}

.main-banner-overlay {
  height: 250px;
  width: 100%;
  background-color: #494522;
  display: flex;
  align-items: center;
}
.main-banner-overlay .banners-title {
  color: #fff;
  font-size: 30px;
  text-align: center;
}
.main-banner-overlay .banner-root {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
.main-banner-overlay .banner-root .banner-root-title {
  color: #fff;
}
.main-banner-overlay .banner-root .banner-root-subtitle {
  color: #ffcd08;
}

.w-16 {
  width: 16px;
}/*# sourceMappingURL=common.css.map */
.campusLeft,.campusRight{
    width: 50%;
}
.campusRight {
    padding-left: 25px;
}
.marquee-slider .card .card-item .card-list.newsAnnounBox li a{display: block;}

.sportsMainSec {
    display: flex;
    margin-top: 100px;
}
.sportsMainSec .about-content {
    width: 50%;
}
.rightSlider {
    width: 50%;
    float: right;
    /* right: -74px; */
}
.rightSlider .sliderImg {
    position: relative;
    padding: 0 78px;
    text-align:center;
}
.sportSlider{height: 400px;}
.rightSlider .swiper-pagination-bullet-active {
    background:#494522;
}
.rightSlider .swiper-pagination {
    bottom: -20px !important;
}
.rightSlider.infrastructureSec .sliderImg{padding: 0 30px;}

.coCurricular{align-items: flex-start;}

@media only screen and (max-width:991px){
    .sportsMainSec{flex-direction: column;row-gap:35px;margin-top:40px;}
    .sportsMainSec .about-content{ width:100%;}
    .rightSlider{width:auto;padding:0;}
}


.fee_table h4 {
    margin-bottom: 20px;
}
.fee_table tr th,.tableSec tr th {
    background-color: #494522;
    color: #fff;
    text-align: center;
}
.fee_table tr td,.tableSec tr th {
    text-align: center;
}
.textLeft tr td:first-child {
    text-align: left;
}

.tableSec h4 {
    margin-bottom:20px;
}
/*Blog style here*/
.blogPage {
  padding: 70px 0;
}
.blogRow { display: grid; gap: 27px; grid-template-columns: repeat(auto-fit, minmax(295px, 1fr)); }
.it-blog-item {
  padding: 30px;
  transition: 0.3s;
  padding-bottom: 35px;
  border-radius: 20px;
  background-color: #ffffff;
  border: 1px solid rgba(26, 182, 157, 0.1);
  box-shadow: 0 20px 30px 0 rgba(1, 6, 20, 0.1);
  /* margin-bottom: 35px; */
  height: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-blog-item {
    padding: 25px;
    padding-bottom: 30px;
  }
}
.it-blog-item:hover { border-color: rgba(73, 69, 34, 0.5);}
.it-blog-thumb {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  margin-bottom: 30px;
}
.it-blog-thumb img {
  border-radius: 20px;
  transition: 1.3s all ease;
}
.it-blog-item:hover .it-blog-thumb img {
  transform: scale(1.2);
}
.it-blog-meta{    margin-bottom: 25px;}
.it-blog-meta span { position: relative; padding-left: 28px;color: #6c757d;}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .it-blog-meta span { font-size: 14px; } }
.it-blog-meta span:not(:last-child) { padding-right: 20px; margin-right: 20px; border-right: 1px solid #494522; }
.it-blog-meta span svg {
  position: absolute;
  top: 0;
  left: 0;
  color: #494522;  
  vertical-align: middle;
}
.it-blog-title,.it-blog-title a{color: #1f2432;font-size: 18px;line-height: 1.5;-webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s;}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) { .it-blog-title { font-size: 18px;    margin-bottom: 15px;} }
.border-line { display: inline; background-repeat: no-repeat; background-size: 0% 1px, 0 1px; background-position: 100% 100%, 0 100%; transition: background-size 0.3s linear;    background-image: linear-gradient(rgb(31 36 50), rgb(31 36 50)), linear-gradient(rgb(31 36 50), rgb(31 36 50));color: rgb(31 36 50);}
.border-line:hover { background-size: 0% 1px, 100% 1px; }
.it-btn-yellow { font-size: 16px; padding: 15.5px 29px; line-height: 1.1; font-weight: 500; text-align: center; transition: 0.4s; border-radius: 8px; position: relative; display: inline-flex; align-items: center; justify-content: center; color: #ffffff; }
.it-blog-item .it-blog-btn .it-btn-yellow { padding: 0; background-color: transparent; }
.it-btn-yellow span {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  color: #1f2432;
}
.it-blog-item .it-blog-btn .it-btn-yellow span {
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #6c757d;
}
.it-btn-yellow span span.text-2 {
  position: absolute;
  top: 100%;
  display: block;
  transition: 0.3s;
}
.it-btn-yellow span span.text-2 {
  position: absolute;
  top: 100%;
  display: block;
  transition: 0.3s;
}
.it-blog-item .it-blog-btn .it-btn-yellow i {
  color: #6c757d;
}
.it-btn-yellow svg {
  width: 14px;
  height: 14px;
  transition: 0.3s;
  margin-left: 10px;
  display: inline-block;
  transform: translateY(-1px);
  color: #1f2432;
}
.it-blog-item:hover .it-btn-yellow span, .it-blog-item:hover .it-btn-yellow i {
  color: #494522;
}
.it-btn-yellow:hover span span.text-1 {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}
.it-btn-yellow:hover span span.text-2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.faqInnBox {
  margin-top: 10px;
}
.mainBlogBox {
  display: flex;
  flex-wrap: wrap;
}
.mainBlogBox .leftBlogBox {
  width: 70%;
  padding: 0 15px;
}
.mainBlogBox .rightBlogBox {
  width: 30%;
  padding: 0 15px;
}
.mainBlogBox p{text-align:justify;}
.faqBox{margin-top:20px;}
.faqInnBox h4 {
  font-size: 18px;
  color: #494522;
  margin-bottom: 5px;
  font-weight: 600;
}
.faqInnBox p {
  margin-bottom: 15px;
}
.blogImgBox { margin: 15px 0; border: 1px solid #494522; padding: 10px; border-radius: 10px; }
.blogImgBox img{border-radius: 10px; }


.sidebar-widget { padding:30px 25px; border-radius: 20px; background-color: #f0f4f5; border: 1px solid rgba(31, 36, 50, 0.1); }
.sidebar-widget-title {
  font-size: 24px;
  text-transform: capitalize;
  color: #1f2432;
  margin-bottom: 25px;
}
.sidebar-widget-post ul li { list-style-type: none; }
.sidebar-widget-post ul li:not(:last-child) { margin-bottom: 30px; padding-bottom: 20px; border-bottom: 1px solid rgba(121, 121, 121, 0.2); }
.rc-post-thumb{margin-bottom: 20px;}
.rc-post-thumb img { height: 150px; width: 100%; object-fit: cover; border-radius: 5px; }
.rc-meta i { margin-right: 5px; }
.rc-meta{margin-bottom: 10px;}
.rc-post-title { font-weight: 500; font-size: 18px; line-height: 1.56; margin-bottom: 0; }
@media only screen and (min-width: 1200px) and (max-width: 1399px) { .rc-post-title { font-size: 16px; } }
.blogPage h3 { font-size: 24px; color: #494522; margin: 10px 0; font-weight: 500; }
.blogPage h5 { font-size: 20px; color: #494522; margin: 5px 0; font-weight: 500; }
.mainBlogBox p strong,.mainBlogBox ul li{ font-weight: bold; }

@media only screen and (max-width: 991px){
  .blogPage { padding: 40px 0; }
  .mainBlogBox{flex-direction:column;row-gap: 25px;}
  .mainBlogBox .leftBlogBox,.mainBlogBox .rightBlogBox {width: 100%;padding: 0;}
  .sidebar-widget-post ul { display:grid;gap: 20px;grid-template-columns: repeat(auto-fit, minmax(203px, 1fr)); }
  .rc-post-title .border-line { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
  
}
@media only screen and (max-width: 767px){.abouts-title {font-size:25px;}.sidebar-widget{padding: 15px 10px;}.sidebar-widget-post ul li:not(:last-child) { margin-bottom: 5px; padding-bottom: 5px;}.rc-post-thumb { margin-bottom: 5px;}.rc-meta { margin-bottom: 0px;}}
@media only screen and (max-width: 576px){.circle-ripple{padding: 17px;}.circle-ripple img {width: 35px;}} 

/*Blog style end here*/
