html {
  scroll-behavior: smooth;
}
:root {
  --theme-color: #273249;
  --theme-color2: #273249;
}

p {
  color: black;
}

.container,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  max-width: 90%;
}

.py-120,
.pt-120 {
  padding: 25px 0;
}
.pb-25 {
  padding-bottom: 25px;
}

.theme-btn::before {
  width: 100%;
}
.theme-btn:hover::before {
  background: #ffffff;
}
.theme-btn:hover {
  color: var(--theme-color);
}
.testimonial-btn:hover::before {
  background: var(--theme-color);
}
.testimonial-btn:hover {
  color: #ffffff;
}

.header-top-contact ul li a i {
  color: #ffffff;
}
.header-top-social a {
  color: var(--theme-color);
  background: #ffffff;
}

.navbar-brand img {
  width: 370px;
  max-width: unset;
}
.navbar .nav-item .dropdown-menu {
  width: auto;
}
.navbar .nav-item .nav-link.active,
.navbar .nav-item:hover .nav-link {
  color: var(--theme-color2);
}
.navbar .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff;
}

/* slider */
.slider-title {
  font-size: 54px !important;
  /* color: #ffffff; */
  color: #fda31b;
}

.slider-content {
  margin-left: 10%;
}

/* toppers */

.topper-img {
  max-height: 280px;
}

.home-3 .hero-single::before {
  background: rgba(0, 0, 0, 0.7);
}
.site-title {
  font-size: 45px;
}

.site-breadcrumb {
  padding: 80px;
}
.site-breadcrumb .breadcrumb-menu li.active {
  color: #ffffff;
  font-weight: 600;
}

.admi-btn .nav-right-btn button {
  border-radius: 10px;
}
.admi-btn .nav-right-btn button {
  color: black;
  background: #ffffff;
}
.admi-btn .nav-right-btn button.active {
  color: #ffffff;
  background: var(--theme-color2);
}

.admi-btn .nav-right-btn button:hover {
  color: var(--theme-color2);
  background: #ffffff;
}
.admi-btn .tabcontent {
  display: none;
}

.admi-btn #nursery {
  display: block;
}

/* .scroll-text {
  position: relative;
  width: 100%;
  background-color: #273249;
  color: #000;
  font-weight: bold;
  padding: 12px 0;
  text-align: center;
}
.scroll-text h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #ffffff;
  will-change: transform;
  animation: scroll-left 15s linear infinite; 
}
.scroll-text h4 a {
  font-size: 24px;
} */

@keyframes scroll-left {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

.about-right .about-text {
  width: auto;
}
.about-right .overview-aboutw {
  width: 594px;
}
.about-right .about-text {
  text-align: justify;
}

.course-img img {
  height: 250px;
  object-fit: cover;
}
.gallery-img img {
  height: 250px;
  object-fit: cover;
}
.blog-item-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.blog-single-content img {
  width: 100%;
}

.quick-contact {
  position: fixed;
  bottom: 100px;
  right: 27px;
  width: 60px;
  z-index: 9;
}

.video-area .video-content {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 25px;
}
.video-area .video-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 25px;
}
/* .video-area .video-content {
  margin: 40px 0px;
  padding-top: unset;
} */
.testimonial-item {
  min-height: 380px;
}

.feature-area img {
  border-radius: 40px 40px 40px 0;
  width: 100%;
}
.feature-area .feature-content {
  text-align: center;
}
.feature-area .feature-title {
  padding: 15px 0;
}

.counter-area {
  background-image: url(../img/slider1.jpg);
}

.contact-info {
  min-height: 300px;
}
.home-3 .footer-area {
  background-image: url(../img/slider3.jpg);
}
.footer-logo img {
  width: 100%;
}
.footer-contact li {
  align-items: unset;
}
.footer-contact li a {
  display: flex;
  width: 100%;
}
.footer-contact li i {
  flex-basis: 10%;
}
.footer-contact li p {
  flex-basis: 90%;
}
.copyright .copyright-text a,
.footer-list li a i {
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .navbar > .container {
    height: 72px;
  }
  .scroll-text h4 {
    flex-direction: column;
  }
  .testimonial-item {
    min-height: auto;
  }
  .about-right {
    width: 100%;
  }
  .about-right .overview-aboutw {
    width: 100%;
  }
}

.bts .bts-sec {
  position: relative;
}

.bts .bts-sec a {
  position: absolute;
  bottom: 10%;
  right: 150px;
}

@media screen and (max-width: 767px) {
  .bts .bts-sec a {
    display: block;
    position: relative;
    bottom: 0;
    right: 0;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 480px) {
  .navbar-brand > img {
    width: 242px;
  }
}
