@import url("https://fonts.googleapis.com/css2?family=Lobster&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  background-color: #faf5e1;
}

footer .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0px !important;
}

.h4-border {
  font-family: "Lobster", cursive;
  border-bottom: 2px solid #d8951e;
  color: #000;
}

.container-fluid {
  padding: 0 !important;
}

/*=====quick contact=====*/
.quick-contact {
  display: flex;
  justify-content: space-evenly;
  background-color: #d8951e;
  overflow: hidden;
}
.quick-contact p {
  margin: 10px 20px;

  font-size: 12px;
  color: white;
  text-align: center;
  line-height: 2px;
  letter-spacing: 2px;
}


.navbar {
  background-color: maroon !important;
  border-bottom: 2px solid #d8951e;
  padding: 2px;
}

.navbar-nav {
  padding-left: 15px !important;
}

.navbar a {
  color: white !important;
  font-size: 16px;
  letter-spacing: 3px;

  font-weight: bold;
  text-transform: uppercase !important;
}

.navbar a:hover {
  color: #d8951e !important;
  font-weight: bold;
}

.navbar-brand img {
  padding: 0;
  margin-left: 8px;
  border-radius: 50%;
  border: 2px solid #d8951e;
  height: 50px;
  width: 50px;
}

.navbar-brand span {
  font-size: 30px;

  margin: 1rem;
}

.navbar-toggler {
  position: relative !important;
  float: right !important;
}

/* Page content */

#navbar {
  z-index: 2;
}
.content {
  padding: 0px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/*Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new 
position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
  margin-top: 60px;
}

/*====Carousel slider======*/
.carousel-item img {
  height: 500px;
  width: 100%;
}

.content {
  z-index: 1;
}

h2.white {
  color: #fff;
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: bold;
}

.tint {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 0.5rem;
  border-radius: 15px 50px 30px;
}
/*===end carousel===*/

.h2-border {
  border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.4);
  text-rendering: optimizeLegibility;
  padding: 5px 10px;
}

/*.hero--image1 {
  background-image: url("/assets/img/pry1.JPG");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.hero-image h2 {
  color: white;
  font-size: 50px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-weight: bolder;
  text-align: center;
}

.hero-image p {
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.hero-image button {
  background-color: #07c5ac !important;
}*/
.landing-video{
  background-color: #d8951e;
}
/*service request section*/
.service-request {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #d8951e;
  height: auto;
  color: #fff;
  padding: 8px 18px;
}

.service-request button {
  background-color: maroon;
  color: white;
  border: none !important;
  font-size: 9px !important;
}

.service--admision {
  background-color: #000;
}
.img-c {
  height: 70%;
  width: 1000px;
}
.welcome-img {
  width: 100%;
  height: 400px;
  border-radius: 4px;
  border: 2px solid grey;
}

/*mission icon section*/
.icon-main {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 40px;
  text-align: center;
}
.icon-container {
  border-radius: 50%;
  height: 85px;
  width: 85px;
  text-align: center;
  display: inline-block;

  background-color: #07c5ac;
}
.icon-container i {
  font-size: 40px;
  line-height: 85px;
  color: #fff;
}
.icon-container--1 {
  background-color: #e36968;
}

.icon-container--2 {
  background-color: rgb(199, 199, 13);
}

/*animated counters section*/
.counters {
  background: #490707;
  color: #d8951e;
  padding: 20px 10px;
  border-top: 3px #fffdd0;
}

.counters-display {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
}

.counters i {
  color: #d8951e;
  margin-bottom: 5px;
}

.counters .counter {
  font-size: 30px;
  margin: 10px 0;
}

/*our service section begins*/

.facility img {
  width: 200px;
  height: 200px;
  vertical-align: middle;
  border-radius: 50%;
  box-shadow: 1px 3px 10px 2px;
  border: 3px solid #f5f5f5;
  margin-top: 20px;
}
.facility img:hover {
  box-shadow: 1px 3px 10px 2px #490707;
}

.facility p {
  font-size: 1.5rem;
  color: #490707;
  margin-top: 10px;
}
/*======Testimonials======*/
.carousel-testiomial {
  background: rgb(175, 174, 174);
}

/*.carousel-item--test {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}*/

/*======Galleryform section========*/

.gallery {
  min-height: 80vh;
}
.gallery img {
  margin-bottom: 6px;
  margin-left: 4px;
  transition: 1s;
  padding: 15px;
}

.gallery img:hover {
  filter: grayscale(50%);
  transform: scale(1.1);
}

.imgs {
  margin-left: 40px;
}

/*===== About section hero image===*/
.hero-image {
  height: 70vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero_image_1 {
  height: 70vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  
  
}





.hero-text {
  text-align: center;

  font-weight: bolder;

  color: white;
  margin-top: 100px;
}
.img-caro {
  border: 4px solid rgb(243, 109, 109);
}

.progress {
  display: flex;
  background-color: maroon !important;
}

/*===== Admission section begins here=====*/
.admission-process {
  background-color: rgb(235, 85, 85);
  border-radius: 4px;
  color: #490707;
  margin-top: 10px;
  padding: 4px 10px;
  text-align: center;
}

/*====== Results page begins here=======*/
.student_classes ul li {
  list-style: none;
}

.student_classes ul li a {
  text-decoration: none;
  font-size: 1.1rem;
}

.student_classes ul li a:hover {
  color: maroon;
}

.result_header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.result_header p {
  margin-top: 0px;
  font-size: 12px;
}
.result_logo img {
  border-radius: 50%;
  width: 60px;
}
/*====== results end here========*/

/*login page*/
.login-background {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
/*=====footer begins here=======*/
footer {
  height: auto;
  background-color: #222222;
}
footer p {
  font-size: 15px;
}

.footer-top {
  padding-top: 15px;
}

.footer-top h4 {
  text-align: center;
  color: #d8951e;
}
.footer-top p {
  text-align: justify;
}
.footer-top i {
  color: #d8951e;
}

.footer-base {
  text-align: center;
  color: #d8951e;
  background-color: black;
  height: 50px;
  padding-top: 10px;
  margin-top: 5px;
}

.social-links {
  display: flex;
  justify-content: space-between;
  width: 70%;
}

.social-links i {
  font-size: 2rem;
}
.social-links-header {
  display: flex;
  justify-content: left;
}

.social-links-header i {
  color: white;
  font-size: 1rem;
}

.social-links-header i a:hover {
  color: #490707;
}

.image-gallery {
  display: flex;
  justify-content: center;
  align-content: center;
}
.image-gallery img {
  width: 100%;
  height: 100px;
  border: 3px solid grey;
  border-radius: 3px;
}
.image-gallery img :hover {
  width: 110%;
}
.image-gallery a {
  margin-left: 10px;
  height: 100px;
  margin-top: 10px;
}

/*media querries*/

@media only screen and (max-width: 900px) {
  .counters-display {
    flex-direction: column;
  }
  .navbar{
    display: block !important;
    padding-top: 10px;
  }
  .navbar a{
    font-size: 12px;
  }
  .carousel-item img {
    height: 500px;
    width: 100%;
  }
  .quick-contact {
    flex-direction: column;
  }
.quick-contact  .social-links-header p, .address, .phone{
  display: none;
  visibility: hidden;
 
}
  .hero-image {
    height: 50vh;
  }

  .hero-text h1 {
    text-align: center;

    font-weight: bolder;
    font-size: 13px;

    color: white;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 600px) {
  .hero-image h2 {
    color: white;

    font-weight: bolder;
    text-align: center;
    font-size: 30px;
  }

  .hero-image p {
    color: #fff;
    font-size: 16px;
    text-align: center;
  }

  .landing-video video{
    margin: 0px;
  }
  .footer-base {
    height: auto;
    padding-top: 10px;
  }
  .head-text {
    font-size: 0.5rem;
  }
}

@media only screen and (max-width: 425px) {
  .social-links {
    justify-content: space-between;
    margin-left: 40px;
  }
  .hero-image p {
    color: #fff;
    font-size: 16px;
    text-align: center;
  }
  .table {
    margin: 3px !important;
    padding: 0px !important;
  }

  .table td,
  .table th {
    font-size: 10px !important;
  }

  .table td .btn {
    height: 40px;
    font-size: 10px;
    line-height: 10px;
  }

  .carousel-item img {
    height: 150px !important;
    width: 100%;
  }
  .carousel-item img-sp {
    height: 160px !important;
    width: 100%;
  }

  .carousel-caption span{
    font-size: 13px !important;
  }

  .carousel-caption a{
    font-size: 10px !important;
    margin-top: 20px;
  }


  .navbar-brand img {
    padding: 2px;
    margin-left: 8px;
    border-radius: 50%;
    border: 2px solid #d8951e;
    height: 30px;
    width: 30px;
  }

  .navbar-brand span {
    font-size: 13px;
    margin-left: 3px;
    padding-top: 10px;
  }
  .navbar{
    display: block !important;
  }

  .navbar-toggler-icon {
    width: 1rem;
    height: 1rem;
    
  }
  .navbar-light .navbar-toggler {
    position: relative !important;
    float: right !important;
  }
  .hero-image h2 {
    color: white;

    font-weight: bolder;
    text-align: center;
    font-size: 18px;
  }

  .hero-image p {
    color: #fff;
    font-size: 12px;
    text-align: center;
  }
  h2.white {
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: bold;
  }

  .tint {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 0.5rem;
    border-radius: 15px 50px 30px;
  }

  .service-request h5  {
    font-size: 12px;
  }

  .service-request a  {
    font-size: 8px !important;
  }
  .welcome-img  {
    width: 100%;
    height: 300px;
    border-radius: 4px;
    border: 2px solid grey;
  }
  .img-big{
    width: 100%;
    height: 300px !important;
  }

  .image-gallery {
    flex-direction: column;
  }
  .image-gallery img {
    width: 100%;
    height: 200px;
  }
  .image-gallery a {
    height: 200px;
    margin-top: 4px;
  }

  .footer-base {
    height: auto;
    padding-bottom: 10px;
  }

  .hero-image {
    height: 50vh;
  }

  .hero-text h1 {
    text-align: center;

    font-weight: bolder;
    font-size: 13px;

    color: white;
    margin-top: 40px;
  }

  .img-caro {
    height: 200px;
  }
  .container {
    margin-top: 60px !important;
  }

 

  .student_classes--m .col-md-4 {
    margin-bottom: 18px !important;
  }

  .head-text {
    font-size: 20px !important;
  }
  .bee {
    height: 300px !important;
  }
}
