* {
  margin: 0;
  padding: 0;
}

.padding0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;600&family=Poppins:wght@400;500;600&family=Raleway:wght@300;400;500;600;700&display=swap");

/* body{
    background-color: #fff7000b;
} */

/* #fff500 yellow */
/* #da251c red */

img {
  width: 100%;
}

.btn1 {
  background-color: #da251c;
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 7px 29px;
  font-family: math;
  font-size: 18px;
  font-weight: 600;
}

.btn1:hover {
  background-color: #fff;
  transition: all 0.3s ease;
  color: #da251c;
}

.btn2 {
  background-color: transparent;
  padding: 10px 20px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  font-family: math;
}

.btn2:hover {
  background-color: #fff;
  color: #da251c;
  border: 2px solid #fff;
  padding: 10px 20px;
}

.nav-link {
  font-size: 18px;
  margin-right: 13px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.nav-link:hover {
  color: #da251c;
  transition: all 0.3s ease;
}

/* Navbar and Carasoul CSS Starts */
.carousel {
  position: relative;
}

.navbar {
  position: absolute;
  top: 4%;
  left: 5%;
  z-index: 1;
  width: 90%;
  border: none;
  border-radius: 40px;
  padding: 4px;
  background-color: #fff0 !important;
}

.navbar-brand {
  width: 8%;
}

.navbar-brand img {
  width: 100%;
}

.car_1 {
  background-image: url(../assets/car_1.jpg);
  background-position: center;
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  height: 100vh;
}

.car_2 {
  background-image: url(../assets/car_2.jpg);
  background-position: center;
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  height: 100vh;
}

.car_3 {
  background-image: url(../assets/car_3.jpg);
  background-position: center;
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  height: 100vh;
}

.car_1 h1 {
  margin: 200px 30px;
  color: #fff;
  font-size: 50px;
  font-family: emoji;
}

.car_2 h1 {
  margin: 200px 30px;
  color: #fff;
  font-size: 50px;
  float: right;
  text-align: right;
  font-family: emoji;
}

.car_3 h1 {
  margin: 200px 30px;
  color: #fff;
  font-size: 50px;
  text-align: center;
  font-family: emoji;
}

.car_1 img {
  width: 75%;
  margin: 160px 44px;
}

/* Navbar and Carasoul CSS Ends */

/* Admission Css Starts */
.stu_img {
  height: 100%;
}

.stu_img img {
  border-radius: 0px 0px 0px 20px;
  height: 100%;
}

.adm_content {
  background-color: #3c261a;
  padding: 43px 30px;
  border-radius: 0px 0px 20px 0px;
  height: 100%;
}

.adm_content h2 {
  color: #fff;
  font-family: emoji;
  font-size: 31px;
}

.adm_content p {
  color: #a7a7a7;
}

.adm_content button {
  background-color: transparent;
  padding: 10px 20px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 5px;
  font-family: math;
  font-size: 16px;
}

.copyright p {
  font-family: math;
  font-size: 23px;
  font-weight: 600;
}

.adm_content button:hover {
  background-color: #fff;
  color: #da251c;
  transition: all 0.3s ease;
}

/* Admission Css Ends */

/* Category css Starts */

.cat_card {
  text-align: center;
  border: dashed #3c261a53;
  border-radius: 30px;
  padding: 35px 0px;
  margin-bottom: 20px;
}

.cat_head {
  margin: 40px 0px;
}

.cat_head h2 {
  font-size: 27px;
  font-family: emoji;
  font-weight: 500;
}

.cat_icon i {
  font-size: 40px;
  background-color: #fff7002f;
  padding: 30px;
  border: none;
  border-radius: 50%;
  color: #da251c;
}

.cat_icon img {
  width: 38%;
}

.cat_content p {
  /* color: #3c261a; */
  color: white;
  font: bold;
  /* font-weight: 800; */
  font-family: emoji;
}

.cat_content h4 {
  /* color: #3c261a; */
  color: white;
  font: bold;
  /* font-weight: 800; */
  font-family: emoji;
}

.cat_form {
  background-color: #fff7002f;
  padding: 40px;
  border: none;
  border-radius: 30px;
}

.cat_form h3 {
  color: #3c261a;
  font-size: 25px;
  font-family: math;
}

.cat_form input {
  background-color: #da251c18;
  padding: 12px 20px;
  border: none;
  border-radius: 30px;
  margin-bottom: 20px;
  width: 100%;
  font-size: 15px;
  font-family: emoji;
}

.cat_form button {
  width: 100%;
}

/* Category css Ends */

/* About Css starts */

.about {
  background-image: url(../assets/stu_img.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.overlay {
  width: 100%;
  height: 400px;
  background: linear-gradient(
      0deg,
      rgba(255 255 255 / 54%),
      rgba(255 0 150 / 69%)
    ),
    url(../../images/carousel-img2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.abt_left {
  margin: 80px 10px;
}

.abt_img {
  margin-top: 63px;
}

.abt_head h1 {
  color: #fff;
}

.abt_content p {
  color: white;
  font-weight: 500;
  font-size: 18px;
  text-align: justify;
  font-family: auto;
}

.abt_content li {
  color: #fff;
  font-size: 18px;
  font-family: initial;
}

/* About Css ends */

/* Principal Css Starts */

@import url(https://fonts.googleapis.com/css?family=Raleway:100,200,300);

@keyframes content-opacity {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes content-rotate-y {
  from {
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }

  to {
    opacity: 1;
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@keyframes content-rotate-x {
  from {
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }

  to {
    opacity: 1;
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}

@keyframes content-rotate-both {
  from {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transform-origin: 0% 50% 50%;
    -ms-transform-origin: 0% 50% 50%;
    -webkit-transform-origin: 0% 50% 50%;
    transform-origin: 0% 50% 50%;
  }

  to {
    opacity: 1;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transform-origin: 0% 50% 50%;
    -ms-transform-origin: 0% 50% 50%;
    -webkit-transform-origin: 0% 50% 50%;
    transform-origin: 0% 50% 50%;
  }
}

@keyframes content-pop-out {
  0% {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes content-pop-in {
  from {
    opacity: 1;
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  to {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes content-slide-bot {
  from {
    top: 20px;
    opacity: 0;
  }

  to {
    top: 0px;
    opacity: 1;
  }
}

@keyframes content-slide-top {
  from {
    top: -20px;
    opacity: 0;
  }

  to {
    top: 0px;
    opacity: 1;
  }
}

/* used for wrapper animation after the load of the page */
@keyframes show {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.tabs-wrapper input[type="radio"] {
  display: none;
}

.tabs-wrapper label {
  transition: background 0.4s ease-in-out, height 0.2s linear;
  display: inline-block;
  cursor: pointer;
  color: #3c261a;
  width: 20%;
  height: 3em;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #fff7002f;
  text-align: center;
  line-height: 3em;
  font-size: 18px;
}

.tabs-wrapper label:last-of-type {
  border-bottom: none;
}

.tabs-wrapper label:hover {
  background: #3c261a;
  color: #fff;
  /*@include transform (translate(0,-0.2em));*/
}

@media screen and (max-width: 1600px) {
  .tabs-wrapper label {
    width: 49.7%;
  }
}

@media screen and (max-width: 900px) {
  .tabs-wrapper label {
    width: 20%;
  }
}

@media screen and (max-width: 600px) {
  .tabs-wrapper label {
    width: 49%;
    /* display: block; */
    border-bottom: 2px solid #4d4c47;
    border-radius: 0;
  }
}

@media screen and (max-width: 600px) {
  .tabs-wrapper {
    margin: 0;
  }
}

#tab1:checked + label,
#tab2:checked + label,
#tab3:checked + label,
#tab4:checked + label {
  background: #3c261a;
  color: #f2f2f2;
}

.tab-body {
  position: absolute;
  top: -9999px;
  opacity: 0;
  padding: 10px;
}

.tab-body-wrapper {
  background: #fff7002f;
  border-top: #fff500 5px solid;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  animation-delay: 0.2s;
  animation-duration: 1.5s;
  animation-name: show;
  animation-fill-mode: forwards;
}

@media screen and (max-width: 600px) {
  .tab-body-wrapper {
    border: none;
    border-radius: 0;
  }
}

#tab1:checked ~ .tab-body-wrapper #tab-body-1,
#tab2:checked ~ .tab-body-wrapper #tab-body-2,
#tab3:checked ~ .tab-body-wrapper #tab-body-3,
#tab4:checked ~ .tab-body-wrapper #tab-body-4 {
  position: relative;
  top: 0px;
  /* Choose one - modify .tab-body opacity to 1 if you don't want any animation or set opacity to 1 here */
  /* @include animation(0.2s,0.8s,content-rotate-y); */
  /* @include animation(0.2s,0.8s,content-rotate-both); */
  animation-delay: 0.1s;
  animation-duration: 0.4s;
  animation-name: content-pop-out;
  animation-fill-mode: forwards;
  /* @include animation(0.1s,1s,content-slide-bot); */
}

.message p {
  padding: 20px 10px;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
}

/* Principal Css Ends */

/* Gallery Css Starts */

.gallery .slider-section {
  overflow: hidden;
  margin: 0;
  padding: 0;
  min-height: 90vh;
}

.gallery .container {
  margin: auto;
  padding: 12px;
  width: 100%;
  max-width: 90%;
  text-align: center;
}

.gallery h1 {
  font-size: 2.75rem;
  color: #3c261a;
}

.gallery p {
  font-size: 20px;
  color: black;
  font-weight: 500;
  font-family: initial;
}

.gallery .slides {
  margin: 32px auto;
}

.gallery .slider-section .slick-slide {
  border-radius: 10px;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  color: #b83b5e;
}

.gallery .slick-slide:not(.slick-current) {
  opacity: 1;
}

.gallery .slick-current {
  /* background-color: chartreuse; */
  color: #b83b5e !important;
}

.gallery .bottom-slider .slick-slide {
  margin-block: 0.5rem;
  font-size: 1.75rem;
  font-weight: 500;
}

.gallery .slick-slide {
  /* background-color: #3c261a; */
  color: #6a2c70;
  margin: 0 12px;
}

.gallery .slick-dots li button:before {
  color: #fff700;
  opacity: 0.5;
  transition: all 0.3s ease;
}

.gallery .slick-dots li.slick-active button:before,
.gallery .slick-dots li button:hover::before,
.gallery .slick-dots li button:focus::before {
  color: #3c261a;
  opacity: 1;
}

.gallery .slick-next,
.gallery .slick-prev {
  width: fit-content;
  height: auto;
}

.gallery .slick-next:before,
.gallery .slick-prev:before {
  font-size: 2.5rem;
  color: #3c261a;
}

.gallery .slick-next {
  right: -40px;
}

.gallery .slick-prev {
  left: -40px;
}

@media (max-width: 767px) {
  .gallery h1 {
    font-size: 2.25rem;
  }

  .gallery p {
    font-size: 1.25rem;
  }

  .gallery .slick-next {
    right: 0px;
  }

  .gallery .slick-prev {
    left: 0px;
  }
}

/* Gallery Css Ends */

/* Counter Css Starts */

.counter {
  background-image: url(../assets/stu_img.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.counter h1 {
  color: #fff;
  font-size: 28px;
  font-family: auto;
}

.counter p {
  color: white;
  font-size: 16px;
  font-family: auto;
}

.count_icon i {
  font-size: 58px;
  margin: 8px 14px;
  color: #fff;
}

.count_number h2 {
  color: #fff;
}

.count_number p {
  color: #fff;
}

/* Counter Css Ends */

/* footer css starts */

.footer {
  background-color: #3c261a;
  border-radius: 30px 30px 0px 0px;
}

.contact_card {
  background-color: #fff;
  padding: 25px 30px 25px 30px;
  border-radius: 30px;
}

.con_icon {
  text-align: center;
}

.con_icon i {
  border-radius: 50%;
  background-color: #3c261a;
  fill: #fff;
  padding: 20px;
  font-size: 35px;
  color: #fff;
}

.con_icon1 {
  text-align: center;
}

.con_icon1 i {
  border-radius: 50%;
  background-color: #da251c;
  fill: #fff;
  padding: 20px;
  font-size: 35px;
  color: #fff;
}

.con_data h5 {
  color: #3c261a;
}

.con_data p {
  color: #7a7a7a;
}

.get_in_touch input,
.get_in_touch textarea {
  background-color: #eff2fb;
  padding: 15px;
  border: none;
  border-radius: 30px;
  margin-bottom: 20px;
}

.get_in_touch input::placeholder {
  color: #7a7a7a;
  font-size: 15px;
}

.get_in_touch_content {
  margin-left: 40px;
}

.get_in_touch_content h1 {
  color: #fff;
}

.get_in_touch_content p {
  color: #a7a7a7;
}

.social_icon h5 {
  color: #da251c;
}

.social_icon i {
  background-color: #fff;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  color: #3c261a;
  margin-left: 7px;
}

.social_icon i:hover {
  background-color: #da251c;
  color: #fff;
  transition: all 0.3s ease;
}

.logo img {
  width: 41%;
}

.scl_about p {
  font-weight: 500;
  font-size: 16px;
  padding-top: 18px;
  font-family: initial;
}

.about_scl h3 {
  font-family: auto;
  font-size: 24px;
}

.about_scl p {
  font-family: auto;
  font-size: 17px;
}

.links {
  padding-top: 51px;
  padding-left: 4rem;
}

.links1 {
  padding-top: 51px;
}

.links ul {
  padding-left: 0px !important;
}

.links ul a {
  text-decoration: none;
  color: #3c261a;
}

.links ul a:hover {
  color: #da251c;
}

.link_data p {
  color: #3c261a;
  font-size: 15px;
  font-weight: 500;
  font-family: initial;
}

.link_data p i {
  color: #da251c;
}

.links li {
  list-style: none;
  padding: 5px;
  color: #3c261a;
  font-size: 15px;
  font-weight: 500;
  font-family: initial;
}

.link_head h6 {
  font-size: 20px;
  color: #3c261a;
}

/* footer css ends */

/* About Page CSS Starts */
.about_us {
  background-image: url(../assets/car_1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 50vh;
}

.about_us h1 {
  margin: 160px 0px;
  color: #fff;
}

.about_content {
  text-align: center;
}

.about_content h1 {
  margin-bottom: 0px;
}

.about_content img {
  width: 1.5%;
}

.about_content span {
  color: #fff;
}

.about_desc h2 {
  color: #3c261a;
}

.about_card {
  background-color: #3c261a;
  color: #fff;
  padding: 20px 0px;
}

.about_card i {
  font-size: 40px;
}

/* About Page CSS Ends */

/* Gallery Page CSS Starts */

/* Style the tab */
.gallery_tabs .tab {
  overflow: hidden;
  text-align: center;
}

/* Style the buttons inside the tab */
.gallery_tabs .tab button {
  background-color: #da251c;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 7px 50px;
  transition: 0.3s;
  font-size: 21px;
  color: #fff;
  /* border-bottom: 3px solid #fff500; */
  border-radius: 30px;
  font-family: auto;
  font-weight: 500;
}

/* Change background color of buttons on hover */
.gallery_tabs .tab button:hover {
  background-color: #3c261a;
  transition: all 0.3s ease;
}

/* Create an active/current tablink class */
.gallery_tabs .tab button.active {
  background-color: #3c261a;
  color: #fff;
}

/* Style the tab content */
.gallery_tabs .tabcontent {
  display: none;
  padding: 6px 12px;
}

.tz-gallery img {
  padding-top: 25px;
  height: 50vh;
}

/* Gallery Page CSS Ends */

/* Contact Page CSS Starts */

.contact {
  background-image: url("https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3555.4033669196433!2d75.85911827418863!3d26.985787156948753!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x396db04e56552ecf%3A0x422f07442817dace!2sThe%20Bright%20Children&#39;s%20Academy!5e0!3m2!1sen!2sin!4v1691124876819!5m2!1sen!2sin");
  background-position: center;
  background-size: cover;
}

.contact_left span {
  color: #da251c;
}

.contact_left h1 {
  color: #3c261a;
  font-family: auto;
  font-size: 42px;
}

.contact_left h1 {
  color: #3c261a;
  font-family: auto;
  font-size: 42px;
}

.contact_left p {
  color: #7a7a7a;
  font-family: math;
  font-size: 18px;
}

.contact_left i {
  color: #da251c;
}

.contact_left h6 {
  color: #3c261a;
}

.contact_info {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 19px 10px;
  height: 126px;
}

.contact_info p {
  font-size: 14px;
}

.contact_form {
  background-image: url(../assets/stu_img.jpg);
  background-position: center;
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  text-align: center;
}

.contact_form h2 {
  color: #fff;
}

.contact_form :is(input, textarea) {
  padding: 10px 23px;
  border: none;
  border-radius: 30px;
}

.contact_form button {
  background-color: #da251c;
  border: none;
  border-radius: 30px;
  padding: 10px 50px;
}

.contact_form button:hover {
  background-color: #fff;
  color: #da251c;
}

/* Contact Page CSS Ends */

/* Media query starts */

/* For Mobile screen */
@media (max-width: 768px) {
  .navbar {
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 1;
    width: 100%;
    border-radius: 0px;
    padding: 0px;
  }

  .navbar-brand {
    width: 16%;
  }

  .tabs-wrapper label {
    font-size: 16px;
  }

  .car_1 img {
    margin: 0px 0px;
  }
}

/* For Screen Larger than mobile */
@media (min-width: 768px) and (max-width: 2560px) {
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 60% !important;
    margin-right: auto;
    margin-left: auto;
  }
}
/* Media query ends */

/* Testimonial css starts */

.testimonial {
  background-color: #32345b;
  color: #fff;
}

.card-img-top {
  width: 20% !important;
}

.testimonial h1 {
  color: #fff;
}

.testimonial p {
  color: #fff;
}

.testimonial .card {
  padding: 13px;
  margin-top: 10px;
  border-bottom: 5px solid #fff500;
}

.testimonial .card img {
  width: 18%;
  margin: 0px 12px;
}

.review p {
  color: #000000;
}

.review i {
  font-size: 35px;
  color: #f5691e75;
}

.cust_name {
  text-align: right;
  color: #32345b;
}

/*end*/

.award_achievement {
  font-size: 30px;
  font-family: math;
  color: black;
  font-weight: 600;
}

.heading_awards_parts p {
  font-family: math;
  text-align: center;
  color: black;
  font-size: 20px;
  font-weight: 700;
}

/*News and announcement css*/
.news .news-alerts {
  background: #fffed0;
  color: blue;
  width: 100%;
  max-width: 720px;
  margin: 10px auto;
  height: 300px;
  padding: 15px;
  overflow: hidden;
  /*border: 3px solid #f56a1e;*/
  font-family: "Raleway", sans-serif;
}

.news .news-alerts .mask {
  position: relative;
  left: 0px;
  top: 20px;
  width: 100%;
  max-width: 720px;
  margin: 10px auto;
  height: 300px;
  padding: 15px;
  overflow: hidden;
}

.news .news-alerts ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.news .news-alerts ul li {
  padding: 10px 0px;
}

.news .news-alerts ul li a {
  color: black;
  font-size: 18px;
  text-decoration: none;
  /*// margin-left: 30px;  */
}

.news .news-alerts ul li a:hover {
  color: #3c261a;
  text-decoration: underline;
}

.news .news-alerts ul li a p {
  color: black;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  word-wrap: normal;
}

.news .news-alerts ul li > span {
  font-size: 21px;
  float: left;
  /*// width: 18%;*/
  text-align: center;
  padding-right: 8px;
  /*// margin-left: 30px;  */
  color: black;
  height: 54px;
  font-family: sans-serif, serif;
}

.news .news-alerts ul li {
  color: white;
  margin: 1px;
}

@import url("https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,900");

.news a {
  font-family: "Raleway", sans-serif;
  text-decoration: none;
  outline: none;
}
.news a:hover,
.news a:focus {
  color: #373e18;
}
.news {
  padding-bottom: 25em;
}
.news h2 {
  color: #1a0e0e;
  font-size: 26px;
  font-weight: 700;
  margin: 0;
  line-height: normal;
  /*text-transform:uppercase;*/
}
.news h2 span {
  display: block;
  padding: 0;
  font-size: 18px;
  opacity: 0.7;
  margin-top: 5px;
  /* text-transform:uppercase;*/
}

.news #float-right {
  float: right;
}

/* ******************************************************
	Script Top
*********************************************************/

.news .ScriptTop {
  background: #fff none repeat scroll 0 0;
  float: left;
  font-size: 0.69em;
  font-weight: 600;
  line-height: 2.2;
  padding: 12px 0;
  /*// text-transform: uppercase;*/
  width: 100%;
}

/* To Navigation Style 1*/
.news .ScriptTop ul {
  margin: 24px 0;
  padding: 0;
  text-align: left;
}
.news .ScriptTop li {
  list-style: none;
  display: inline-block;
}
.news .ScriptTop li a {
  background: #6a4aed none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 18px;
  text-decoration: none;
  text-transform: capitalize;
}
.news .ScriptTop li a:hover {
  background: #000;
  color: #fff;
}

/* ******************************************************
	Script Header
*********************************************************/

.news .ScriptHeader {
  float: left;
  width: 100%;
  padding: 2em 0;
}
.news .rt-heading {
  margin: 0 auto;
  text-align: center;
}
.news .Scriptcontent {
  line-height: 28px;
}
.news .ScriptHeader h1 {
  font-family: "brandon-grotesque", "Brandon Grotesque", "Source Sans Pro",
    "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue",
    Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: #6a4aed;
  font-size: 26px;
  font-weight: 700;
  margin: 0;
  line-height: normal;
}
.news .ScriptHeader h2 {
  color: #312c8f;
  font-size: 20px;
  font-weight: 400;
  margin: 5px 0 0;
  line-height: normal;
}
.news .ScriptHeader h1 span {
  display: block;
  padding: 0;
  font-size: 22px;
  opacity: 0.7;
  margin-top: 5px;
}
.news .ScriptHeader span {
  display: block;
  padding: 0;
  font-size: 22px;
  opacity: 0.7;
  margin-top: 5px;
}

/* ******************************************************
	Live Demo
*********************************************************/

/* ******************************************************
	Responsive Grids
*********************************************************/

.news .rt-container {
  margin: 0 auto;
  padding-left: 12px;
  padding-right: 12px;
}
.news .rt-row:before,
.news .rt-row:after {
  display: table;
  line-height: 0;
  content: "";
}

.news .rt-row:after {
  clear: both;
}
.news [class^="col-rt-"] {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 0 15px;
  min-height: 1px;
  position: relative;
}

@media (min-width: 768px) {
  .news .rt-container {
    width: 750px;
  }
  .news [class^="col-rt-"] {
    float: left;
    width: 49.9999999999%;
  }
  .news .col-rt-6,
  .news .col-rt-12 {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .news .rt-container {
    width: 1170px;
  }
  .news .col-rt-1 {
    width: 16.6%;
  }
  .news .col-rt-2 {
    width: 30.33%;
  }
  .news .col-rt-3 {
    width: 50%;
  }
  .news .col-rt-4 {
    width: 67.664%;
  }
  .news .col-rt-5 {
    width: 83.33%;
  }
}

@media only screen and (min-width: 240px) and (max-width: 768px) {
  .news .ScriptTop h1,
  .ScriptTop ul {
    text-align: center;
  }
  .news .ScriptTop h1 {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .news .ScriptTop ul {
    margin-top: 12px;
  }

  .news .ScriptHeader h1,
  .news .ScriptHeader h2,
  .news .scriptnav ul {
    text-align: center;
  }
  .news .scriptnav ul {
    margin-top: 12px;
  }
  .news #float-right {
    float: none;
  }
}

@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700");
.news h1 {
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.2rem;
  margin: 0;
}

@media only screen and (max-width: 1000px) {
  .news h1 {
    font-size: 16px;
  }
}

.news .muted-text {
  color: #fff;
}

.news .visible-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.news .visible-text > span {
  opacity: 0;
  display: inline-block;
}

.news .banner1 {
  background-color: #3c261a;
  color: #ffffff;
  padding: 1rem 0;
  text-align: center;
  width: 100%;
  position: relative;
  transform-origin: left top;
}

/*carasoual*/
.carousel-control-prev {
  left: -76px;
}

.carousel-control-next {
  right: -77px;
}
/*end*/

/* Faculty css starts */

.faculty_card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 20px;
  padding: 20px;
  position: relative;
}

.faculty_image img {
  width: 110px;
  /* Adjust the width and height as needed */
  height: 110px;
  /* Keep these values equal for a perfect circle */
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #000;
}

.faculty_detail .faculty_name {
  font-size: 23px;
  color: #da251c;
  font-weight: 600;
  margin-top: 1rem !important;
}

.faculty_detail .designation {
  color: #7e7e7e;
}

.faculty_card:hover .faculty_image img {
  transform: translateY(-20px);
  transition: all 0.3s ease;
  /* Move the image part upwards on hover */
}

/* Faculty css ends */

.catImg {
  position: absolute;
  border-radius: 30px;
  /* padding: 35px 0px;s */
  /* margin-bottom: 20px; */
  /* width:; */
}
.catImg img {
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.catModern {
  background-image: linear-gradient(
      rgba(46, 46, 69, 0.5),
      rgba(62, 62, 57, 0.5)
    ),
    url("../assets/catModern.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px;
}
.catSport {
  background-image: linear-gradient(
      rgba(46, 46, 69, 0.5),
      rgba(62, 62, 57, 0.5)
    ),
    url("../assets/catSport.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px;
}
.catChar {
  background-image: linear-gradient(
      rgba(46, 46, 69, 0.5),
      rgba(62, 62, 57, 0.5)
    ),
    url("../assets/catChar.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px;
}
.catCareer {
  background-image: linear-gradient(
      rgba(46, 46, 69, 0.5),
      rgba(62, 62, 57, 0.5)
    ),
    url("../assets/catCareer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px;
}
.catStudent {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px;
  background-image: linear-gradient(
      rgba(46, 46, 69, 0.5),
      rgba(62, 62, 57, 0.5)
    ),
    url("../assets/catStudent.jpg");
}
