@import url("https://fonts.googleapis.com/css?family=Lora|Oxygen&display=swap");

img {
  width: 100%;
  height: 100%;
}.contact--map iframe{
  height: 450px;
  width: 100%;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

body,
html {
  padding: 0;
  margin: 0;
  font-size: 18px;
  width: 100%;
  height: 100%;
  background: #fcfafa;
  -webkit-font-smoothing: antialiased;
}

::selection {
  background: #ffcdab;
}

p,
span {
  font-weight: normal;
}

.clearfix {
  clear: both;
}

.main-btn {
  background: #000272;
  border: none;
  outline: none;
  border: 2px solid #000272;
  padding: 7px 25px;
  font-size: 15px;
  text-transform: capitalize;
  color: #fff;
  border-radius: 4px;
  transition: all 250ms ease-in-out;
}

.main-btn:hover {
  background: #6bc5d2;
  color: #fff;
}

.secondary-btn {
  background: transparent;
  border: 2px solid black;
  outline: none;
  border-radius: 3px;
  text-transform: capitalize;
  padding: 7px 25px;
  color: #000;
  font-size: 0.8em;
  transition: all 250ms ease-in-out;
}

.secondary-btn:hover {
  background: #6bc5d2;
}

.space {
  margin: 40px 0;
}

.flex {
  display: flex;
}

.title--heading {
  text-transform: capitalize;
  position: relative;
}

.title--heading::after {
  content: '';
  position: absolute;
  bottom: -10px;
  height: 4px;
  width: 100px;
  background: #000272;
  left: 0;
}

.title--heading::before {
  content: '';
  position: absolute;
  bottom: -20px;
  height: 4px;
  width: 80px;
  background: #6bc5d2;
  left: 5px;
}

.sub--heading {
  text-transform: capitalize;
  position: relative;
}

.sub--heading::after {
  content: '';
  position: absolute;
  bottom: -10px;
  height: 4px;
  width: 50px;
  background: #000272;
  left: 50%;
  transform: translate(-50%, 50%);
}

.owl-theme .owl-nav {
  position: relative;
  top: -158px;
  display: flex;
  justify-content: space-between;
}

.owl-carousel {
  display: block;
}

.owl-carousel .owl-nav.disabled {
  display: block;
}

.owl-carousel .owl-nav button.owl-prev {
  outline: none;
  color: #fff;
  padding: 4px 8px !important;
  position: absolute;
  top: 50%;
  background: #000;
  font-size: 25px;
}

.owl-dots {
  display: none;
}

.owl-carousel .owl-nav button.owl-next {
  outline: none;
  color: #fff;
  padding: 4px 8px !important;
  position: absolute;
  top: 50%;
  background: #000;
  font-size: 25px;
  right: 0;
}

@media only screen and (max-width: 425px) {
  .space {
    margin: 20px 0;
  }

  h1 {
    font-size: 27px;
  }
}

@media only screen and (max-width: 325px) {
  h1 {
    font-size: 24px;
  }
}

.top-banner{
  height: 200px;
}

.top-banner img{
  /* object-fit: contain; */
}

.nav {
  background: #f9b282;
  padding: 20px 0;
}

.nav-wrap {
  display: flex;
}

.nav--top {
  flex-flow: wrap;
  flex: 1;
  font-size: 14px;
}

.nav--top li {
  margin-right: 20px;
}

.nav--follow {
  flex-flow: wrap;
}

.nav--follow li {
  margin-right: 15px;
}

.header {
  justify-content: space-between;
  flex-flow: wrap;
}

.header--background #toggle {
  display: none;
}

.header--background label {
  float: right;
  display: none;
  font-size: 26px;
}

.header--logo {
  height: 6em;
  width: 7em;
}

.header--nav__list {
  align-items: center;
}

.header--nav__list li a {
  margin: 0 20px;
  text-transform: capitalize;
}

.header--nav__list .drop {
  position: relative;
  padding: 20px 0;
}

.header--nav__list .drop a i {
  margin-left: 15px;
}

.header--nav__list .drop-nav {
  position: absolute;
  display: none;
  z-index: 2;
  top: 50px;
  background: #fff;
  box-shadow: 1px 2px 10px 1px rgba(217, 217, 217, 0.8);
  width: 250px;
}

.header--nav__list .drop-nav li {
  padding: 8px 0px;
}

.header--nav__list .drop:hover .drop-nav {
  display: block;
}

.home--banner {
  height: 450px;
  position: relative;
}

.home--banner__title {
  position: absolute;
  top: 50%;
  color: #fff;
  width: 40%;
  transform: translate(46%, -50%);
  left: 13%;
  text-shadow: 0px 2px 3px #232323;
  font-size: 2.4em;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  header .header--background label {
    display: block;
    margin-top: 30px;
  }

  header .nav-wrap {
    flex-direction: column;
  }

  header .nav-wrap .nav--top {
    justify-content: unset;
  }

  header .header--nav__list {
    display: none;
    width: 100%;
    text-align: center;
    background: #fff;
  }

  header .header--nav__list li {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }

  header #toggle:checked+.header--nav__list {
    display: block;
  }

  header .header--nav__list .drop .drop-nav {
    position: unset;
    top: 0;
    width: unset;
    display: block;
    padding: 2px 0;
  }
}

@media only screen and (max-width: 325px) {
  header .nav--follow li a .fa-youtube {
    margin-left: 15px;
  }

  header .nav--top {
    flex: unset;
  }
  .home--banner__title {
    font-size: 1.5em;
  
  }
}



.home--banner img {
  object-fit: cover;
}

.home--about__image img {
  height: 250px;
  width: 300px;
}


.home-story {
  position: relative;
  display: flex;
  max-width: 1280px;
  width: 100%;
  justify-content: center;
  margin: 0 auto;
}

.home-story__image {
  flex: none;
  width: 47%;
}

.home-story__image .picture {
  height: 600px;
  margin: 0;
  padding: 30px 0px;
  position: relative;
}

.home-story__image .box {
  position: absolute;
  top: 20px;
  z-index: -1;
  right: -80%;
  width: 140%;
  height: 100%;
  background-color: #e4e4e4;
}

.home-story__image .image-clip {
  clip-path: inset(50px);
  position: relative;
  z-index: 1;
  min-height: 530px;
  max-width: 600px;
}

.home-story__image .image-clip img {
  position: absolute;
  height: 600px;
  object-fit: cover;
}

.home-story .block-two {
  width: 35%;
}

.home-story .block-two .heading {
  text-transform: capitalize;
}

.home-story__block .para-text{
  height: 200px;
  overflow: hidden;
  margin-bottom: 40px;
}

.home-story .block-two .home-story__block {
  padding: 60px 0;
}

@media only screen and (max-width:425px){
  .home-story {
    flex-direction: column-reverse;
  }
  .home-story__image {
    width: 100%;
  }
  .home-story__image .picture .box {
    width: 100%;
    right: 0;
    top: 0;
  }
  .home-story__image .picture .image-clip {
    clip-path: inset(11px);
  }
  .home-story .block-two {
    width: 100%;
    margin: 0;
  }
  .home-banner img {
    object-fit: cover;
  }
}
}

.home--features {
  padding: 40px 0;
}

.home--features__block {
  margin-top: 40px;
  border: 1px solid #e4e4e4;
}

.home--features__image {
  height: 150px;
}

.home--features__image img {
  object-fit: cover;
}

.home--features__wrap{
  padding: 20px;
}

.home--features__paragraph {
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.routine--contain span {
  font-size: 23px;
  text-transform: capitalize;
}

.features .feature--features__block{
  margin-top: 40px;
  border: 1px solid #e4e4e4;
}
.features .feature--features__image{
  height: 400px;
  overflow: hidden;
}
.features .feature--features__image img {
  object-fit: cover;
}
.features .feature--features__wrap{
  padding: 20px;
}
.feature--features__text{
  margin: 10px 0;
  text-transform: capitalize;
}

@media only screen and (max-width: 768px) {
  .home--about__image {
    margin: 20px 0;
  }

  .blog--panel {
    margin: 20px 0;
  }
}

.contact--detail {
  background: #6bc5d2;
  color: #fff;
  padding: 1.5em 1em;
  border-radius: 3px;
}

.contact--form form {
  width: 100%;
}

.contact--form form .form-group label {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .contact--detail {
    margin: 20px 0;
  }
}

.routine--panel {
  background: #6bc5d2;
  padding: 20px 15px;
  margin: 20px 0;
  border-radius: 3px;
  box-shadow: 6px 9px 17px -15px rgba(0, 0, 0, 0.61);
}

.routine--exam {
  margin: 40px 0;
}

.routine--contain {
  background: #6bc5d2;
  color: white;
  padding: 40px 0;
}

.blog--title {
  line-height: 1.7;
  font-family: "Oxygen", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
}

.blog--image {
  height: 350px;
}

.blog--image img {
  object-fit: cover;
}

.blog--detail {
  margin: 20px 0;
}

.blog--detail__writer {
  margin-right: 20px;
  font-style: italic;
  opacity: 0.9;
}

.blog--detail__date {
  opacity: 0.9;
}

.blog--content {
  padding: 0 40px;
  line-height: 1.7;
  font-family: "Lora", serif;
}

.blog--student__image{
  display: flex;
  justify-content: flex-end;
}

.blog--student__image img {
  width: 200px;
  height: 200px;
}

.blog--panel {
  height: 250px;
  border-radius: 3px;
  border: 1px solid #efefef;
  margin-top: 40px;
  box-shadow: 6px 9px 17px -15px rgba(0, 0, 0, 0.61);
}

.blog--panel__image {
  height: 170px;
  overflow: hidden;
}

.blog--panel__image img {
  object-fit: cover;
}

.blog--panel__image img:hover {
  transform: scale(1.1);
  transition: all 250ms ease-in-out;
}

.blog--panel__title {
  padding: 10px 5px;
  height: 65px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-weight: 600;
  text-transform: capitalize;
}

.gallery {
  margin: 40px 0;
}

.gallery .masonry {
  display: flex;
  width: 100%;
  flex-flow: row wrap;
}

.gallery-item {
  overflow: hidden;
  border-radius: 5px;
  margin: 0 0 8px 8px;
  background-color: #333;
  color: white;
  flex: auto;
  height: 250px;
  min-width: 150px;
}

.gallery-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.gallery-item:nth-child(4n+1) {
  width: 400px;
}

.gallery-item:nth-child(4n+2) {
  width: 360px;
}

.gallery-item:nth-child(4n+3) {
  width: 227px;
}

.gallery-item:nth-child(4n+4) {
  width: 301px;
}

.gallery-item:nth-child(4n+5) {
  width: 272px;
}

.gallery-folder {
  height: 200px;
}

.gallery-folder img {
  object-fit: cover;
}

.gallery-folder .name {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3.5px;
}

.about {
  background: #fcf9ea;
}

.about-image {
  height: 400px;
  margin-bottom: 20px;
}

.about-image img {
  object-fit: cover;
}

.about .mission {
  background: #7ecfc0;
  color: #eee;
}

.about .history {
  background: #badfdb;
  color: #2e2e2e;
}

.features {
  background: #fcf9ea;
}

.home--features__block .home--features__text {
  text-transform: capitalize;
  margin: 20px 0;
  font-weight: 600;
}

.teacher-block {
  margin: 20px 0;
}
.teacher-block iframe {
  height: 250px;
width: 100%;
}

.teacher-block .teacher-image {
  height: 250px;
}

.teacher-block .name{
  font-weight: 600;
  text-transform: capitalize;
}

.teacher-block .teacher-image img {
  object-fit: cover;
}

footer {
  background: #000272;
  color: #fff;
  padding: 20px 0;
}

footer .footer--logo {
  text-align: center;
}

footer .footer--logo img {
  height: 6em;
  width: 7em;
}

footer .footer--quicklinks {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

footer .footer--quicklinks li {
  padding: 0 20px;
  border-right: 1px solid #fff;
}

footer .footer--quicklinks li:nth-last-child(1) {
  border: none;
}

footer .footer--quicklinks li a {
  text-transform: capitalize;
  color: #fff;
}

footer .footer--copyright {
  margin-top: 20px;
  font-size: 15px;
  text-align: center;
}

footer .footer--copyright p a {
  color: #fff;
}