@import url("https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

@font-face {
  font-family: "bold";
  src: url("../assets/fonts/Gilroy-Heavy.ttf");
}

@font-face {
  font-family: "regular";
  src: url("../assets/fonts/Gilroy-Bold.ttf");
}

@font-face {
  font-family: "body";
  src: url("../assets/fonts/Gilroy-Medium.ttf");
}

.my-btn1, .my-btn2, .my-button {
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  background-color: #dd6539;
  outline: none;
  border: none;
  border-radius: 8px;
  padding: 14.5px 18px;
  font-size: 1.18rem;
  font-family: regular;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.my-btn1:hover, .my-btn2:hover, .my-button:hover {
  background-color: #bf212e;
}

.my-btn2 {
  padding: 13px 18px;
  font-size: 1rem;
  border-radius: 7px;
  padding: 10px 15px;
}

.my-button {
  padding: 15px 28px;
}

.btn-box {
  padding: 14px 0;
}

.h-primary, #hero h2 {
  color: #dd6539;
  font-family: bold;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  font-size: 2.3rem;
}

.h-secondary {
  color: #dd6539;
  font-family: bold;
  text-transform: uppercase;
  font-size: 1.4rem;
}

.h-tertiary {
  text-transform: capitalize;
  color: black;
  font-family: regular;
  font-size: 1.3rem;
  line-height: 30px;
}

.para, #notification .ticker-wrap .ticker__item a {
  font-family: body;
  font-size: 1.1rem;
  line-height: 1.48rem;
  margin: 4px;
}

@media only screen and (max-width: 650px) {
  .h-primary, #hero h2 {
    letter-spacing: 0.08rem;
    font-size: 2rem;
  }
  .h-secondary {
    font-size: 1.25rem;
  }
  .h-tertiary {
    font-size: 1.18rem;
  }
  .para, #notification .ticker-wrap .ticker__item a {
    font-size: 1rem;
    line-height: 1.3rem;
    margin: 3px;
  }
}

.heading-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.starter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
  background-attachment: fixed;
  overflow-x: hidden;
  margin: 0;
  padding: 195px 20px;
  width: 100%;
  background-image: url("../assets/images/starter.jpg");
}

.starter .h-primary, .starter #hero h2, #hero .starter h2 {
  font-size: 3.8rem;
  color: white !important;
}

@media only screen and (max-width: 600px) {
  .starter {
    padding: 195px 12px 75px 12px;
    word-break: break-all;
  }
  .starter .h-primary, .starter #hero h2, #hero .starter h2 {
    font-size: 2.25rem;
  }
}

@media only screen and (max-width: 420px) {
  .starter .h-primary, .starter #hero h2, #hero .starter h2 {
    font-size: 1.7rem;
  }
}

.price-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 20px;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f8e3d7;
}

.price-head .h-tertiary span {
  text-transform: uppercase;
  color: #bf212e;
}

.price-head div {
  margin: 0 10px;
}

.price-head .btn-box {
  margin: 8px 0;
}

.courses {
  padding: 50px 20px;
}

.courses .courses-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 55px;
}

.courses .courses-container .courses-item {
  overflow: hidden;
  margin: 16px;
  border-radius: 8px;
  background-color: #f7dccd;
  background-image: linear-gradient(310deg, #eb8e66 0%, #f7dccd 33%);
  width: 288px;
  -webkit-box-shadow: 1.8px 3.2px 5.3px rgba(0, 0, 0, 0.04), 6px 10.7px 17.9px rgba(0, 0, 0, 0.06), 27px 48px 80px rgba(0, 0, 0, 0.1);
          box-shadow: 1.8px 3.2px 5.3px rgba(0, 0, 0, 0.04), 6px 10.7px 17.9px rgba(0, 0, 0, 0.06), 27px 48px 80px rgba(0, 0, 0, 0.1);
}

.courses .courses-container .courses-item .courses-item-img {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

.courses .courses-container .courses-item .courses-item-img img {
  border-radius: 8px 8px 0 0;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.courses .courses-container .courses-item .courses-item-content {
  text-align: center;
  padding: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.courses .courses-container .courses-item .courses-item-content div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 3px;
  text-transform: capitalize;
}

.courses .courses-container .courses-item .courses-item-content div:last-child {
  margin: 0;
}

.courses .courses-container .courses-item .courses-item-content div p {
  margin: 0;
  margin-left: 6px;
}

.courses .courses-container .courses-item:hover .courses-item-img img {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
}

#expiry-container {
  -webkit-box-shadow: 1.7px 0.4px 38.1px rgba(0, 0, 0, 0.07), 4.8px 1.1px 50.6px rgba(0, 0, 0, 0.071), 11.5px 2.7px 62px rgba(0, 0, 0, 0.072), 38px 9px 80px rgba(0, 0, 0, 0.071);
          box-shadow: 1.7px 0.4px 38.1px rgba(0, 0, 0, 0.07), 4.8px 1.1px 50.6px rgba(0, 0, 0, 0.071), 11.5px 2.7px 62px rgba(0, 0, 0, 0.072), 38px 9px 80px rgba(0, 0, 0, 0.071);
  padding: 40px 30px;
  border-radius: 8px;
  max-width: 85vw;
  margin-top: 35px;
}

#expiry-container h3 {
  color: #bf212e;
}

#expiry-container .btn-box {
  padding-top: 32px;
}

.alert-box {
  padding: 22px 10px;
  width: 100%;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 22px;
}

.alert-box .h-tertiary {
  color: white !important;
}

.danger {
  background: #bf212e;
}

.success {
  background: #038c3e;
}

.alert-window {
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: rgba(0, 0, 0, 0.6);
  visibility: hidden;
}

.alert-window .box {
  max-width: 42vw;
  padding: 20px;
  border-radius: 7px;
  background-color: white;
}

.alert-window .box .para, .alert-window .box #notification .ticker-wrap .ticker__item a, #notification .ticker-wrap .ticker__item .alert-window .box a {
  font-size: 1.45rem;
  margin-bottom: 15px;
}

@media only screen and (max-width: 850px) {
  .alert-window .box {
    max-width: 82vw;
  }
}

.error {
  color: red;
  font-family: regular;
  text-align: center;
  margin: 5px 0;
}

header {
  z-index: 100000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  padding: 0 20px;
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

header .header-box li {
  list-style: none;
  cursor: pointer;
}

header .header-box a {
  text-decoration: none;
}

header .header-box #header-logo img {
  width: 72px;
  -o-object-fit: cover;
     object-fit: cover;
}

header .header-box #header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

header .header-box #header-menu .header-links {
  font-size: 1.15rem;
}

header .header-box #header-menu .header-links a {
  color: #dd6539;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: regular;
  padding: 28px 10px;
}

header .header-box #header-menu .header-links a:hover {
  color: #bf212e;
}

header .header-box #header-menu .header-links a i {
  margin-right: 6px;
}

header .header-box #header-menu #header-sub-menu-1 {
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
  visibility: hidden;
  height: 185px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 5px;
  background: white;
  border-bottom: 3px solid #dd6539;
  padding: 0 25px;
  position: absolute;
  top: 75px;
  right: 3px;
  -webkit-box-shadow: 2.1px 2.4px 5.3px rgba(0, 0, 0, 0.028), 6.9px 8px 17.9px rgba(0, 0, 0, 0.042), 31px 36px 80px rgba(0, 0, 0, 0.07);
          box-shadow: 2.1px 2.4px 5.3px rgba(0, 0, 0, 0.028), 6.9px 8px 17.9px rgba(0, 0, 0, 0.042), 31px 36px 80px rgba(0, 0, 0, 0.07);
}

header .header-box #header-menu #header-sub-menu-1 li {
  width: 135px;
}

header .header-box #header-menu #header-sub-menu-1 li a {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0;
}

header .header-box #header-menu #header-sub-menu-1 li a i {
  position: relative;
  top: 0;
  left: 0;
  margin-right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header .header-box #header-menu #header-sub-menu-1 li a:hover i {
  margin-right: 5px;
}

header #hamburger {
  cursor: pointer;
  font-size: 1.6rem;
  -webkit-transform: all 0.3s ease-in-out;
          transform: all 0.3s ease-in-out;
  cursor: pointer;
  display: none;
  color: #dd6539;
}

header #hamburger:hover {
  color: #bf212e;
}

@media only screen and (max-width: 1165px) {
  header {
    width: 100%;
    background: white;
    padding: 6px 20px;
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
            box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  header .header-box #header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 22px;
    position: fixed;
    top: 0;
    left: -250px;
    background: white;
    height: 100vh;
    width: 250px;
    -webkit-box-shadow: 0.3rem 1.7rem 1.7rem rgba(0, 0, 0, 0.175);
            box-shadow: 0.3rem 1.7rem 1.7rem rgba(0, 0, 0, 0.175);
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }
  header .header-box #header-menu .header-links a {
    padding: 15px 8px;
  }
  header .header-box #header-menu #header-sub-menu-1 {
    visibility: none;
    display: none;
  }
  header #hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 520px) {
  header .header-box #header-logo img {
    width: 55px;
  }
}

footer {
  padding: 45px 20px;
  background: #f8e3d7;
  background-color: #f7dccd;
  background-image: linear-gradient(15deg, #eb8e66 0%, #f7dccd 40%);
}

footer #footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer #footer .footer-box {
  word-break: break-all;
  margin: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer #footer .footer-box:first-child {
  margin-left: 0 !important;
}

footer #footer .footer-box:last-child {
  margin-right: 0 !important;
}

footer #footer .footer-box:nth-child(1) {
  max-width: 115px;
}

footer #footer .footer-box:nth-child(2) {
  max-width: 420px;
}

footer #footer .footer-box:nth-child(3) {
  max-width: 215px;
}

footer #footer .footer-box #footer-logo {
  width: 155px;
}

footer #footer .footer-box #footer-logo img {
  width: 100%;
}

footer #footer .footer-box .fa-angle-right {
  color: black;
  font-size: 1.1rem;
}

footer #footer .footer-box .h-secondary {
  margin-bottom: 10px;
  color: #dd6539;
}

footer #footer .footer-box .footer-links {
  position: relative;
  top: 0;
  left: 0;
  font-size: 1.2rem;
  margin: 2px 0;
  text-decoration: none;
  color: black;
  font-family: body;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

footer #footer .footer-box .footer-links i {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  color: #dd6539;
}

footer #footer .footer-box .footer-links:hover {
  color: #bf212e;
}

footer #footer .footer-box .footer-links:hover i {
  color: #bf212e;
  margin-right: 5px;
}

footer #footer .footer-box p {
  margin: 2px 0;
  text-decoration: none;
  color: #bf212e;
  font-family: body;
}

footer #footer .footer-box #footer-icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-bottom: 20px;
  padding-top: 12px;
}

footer #footer .footer-box #footer-icon-box div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #dd6539;
  margin: 0 3px;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

footer #footer .footer-box #footer-icon-box div a {
  color: white;
  padding: 13px;
}

footer #footer .footer-box #footer-icon-box div a i {
  font-size: 1.5rem;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

footer #footer .footer-box #footer-icon-box div:hover {
  background: #bf212e;
}

footer hr {
  margin: 22px;
}

footer #copyright-box {
  text-align: center;
  font-family: regular;
}

footer #copyright-box #terms {
  margin: 8px;
}

footer #copyright-box #terms a {
  color: #dd6539;
  font-family: body;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

footer #copyright-box #terms a:hover {
  letter-spacing: 0.07rem;
}

@media only screen and (max-width: 570px) {
  footer #footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer #footer .footer-box {
    margin: 16px 0;
  }
}

#live-chat {
  position: fixed;
  right: 18px;
  bottom: 18px;
}

#live-chat a img {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 70px;
}

#live-chat:hover a img {
  width: 95px;
}

* {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

*::-moz-selection {
  background: none;
}

*::selection {
  background: none;
}

*::-moz-selection {
  background: none;
}

header {
  background: none;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.sticky {
  background: white;
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

.hero-slider {
  height: 100vh;
  background-attachment: fixed;
  position: relative;
}

.single-hs-item {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.single-hs-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.65;
}

.item-bg1 {
  background-image: url("../assets/images/index/hero/hero-1.jpg");
}

.item-bg2 {
  background-image: url("../assets/images/index/hero/hero-2.jpg");
}

.item-bg3 {
  background-image: url("../assets/images/index/hero/hero-3.jpg");
}

.item-bg4 {
  background-image: url("../assets/images/index/hero/hero-4.jpg");
}

.hero-text {
  color: #dd6539;
  font-family: "Kaushan Script", cursive;
}

#hero {
  background-image: linear-gradient(50deg, #fefefe 0%, #fffbf9 45%);
}

#hero h2 {
  color: black;
}

#hero #hero-typing {
  color: #dd6539;
}

.d-tablecell {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 85%;
  text-align: center;
}

.hero-slider .owl-item.active .h-primary, .hero-slider .owl-item.active #hero h2, #hero .hero-slider .owl-item.active h2 {
  -animation: 1s 0.3s fadeInUp both;
}

.hero-slider .owl-item.active .para, .hero-slider .owl-item.active #notification .ticker-wrap .ticker__item a, #notification .ticker-wrap .ticker__item .hero-slider .owl-item.active a {
  -webkit-animation: 1s 0.3s fadeInUp both;
  animation: 1s 0.3s fadeInUp both;
}

.hero-slider .owl-item.active .slider-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-animation: 1s 0.3s fadeInUp both;
  animation: 1s 0.3s fadeInUp both;
}

.hero-slider .owl-item.active .slider-btn a {
  margin-bottom: 10px;
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes bg {
  0% {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#eb8e66), color-stop(45%, #f7dccd));
    background-image: linear-gradient(0deg, #eb8e66 0%, #f7dccd 45%);
  }
  20% {
    background-image: -webkit-gradient(linear, left top, right top, from(#eb8e66), color-stop(45%, #f7dccd));
    background-image: linear-gradient(90deg, #eb8e66 0%, #f7dccd 45%);
  }
  40% {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eb8e66), color-stop(45%, #f7dccd));
    background-image: linear-gradient(180deg, #eb8e66 0%, #f7dccd 45%);
  }
  60% {
    background-image: -webkit-gradient(linear, right top, left top, from(#eb8e66), color-stop(45%, #f7dccd));
    background-image: linear-gradient(270deg, #eb8e66 0%, #f7dccd 45%);
  }
  80% {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#eb8e66), color-stop(45%, #f7dccd));
    background-image: linear-gradient(360deg, #eb8e66 0%, #f7dccd 45%);
  }
  100% {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#eb8e66), color-stop(45%, #f7dccd));
    background-image: linear-gradient(0deg, #eb8e66 0%, #f7dccd 45%);
  }
}

@keyframes bg {
  0% {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#eb8e66), color-stop(45%, #f7dccd));
    background-image: linear-gradient(0deg, #eb8e66 0%, #f7dccd 45%);
  }
  20% {
    background-image: -webkit-gradient(linear, left top, right top, from(#eb8e66), color-stop(45%, #f7dccd));
    background-image: linear-gradient(90deg, #eb8e66 0%, #f7dccd 45%);
  }
  40% {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eb8e66), color-stop(45%, #f7dccd));
    background-image: linear-gradient(180deg, #eb8e66 0%, #f7dccd 45%);
  }
  60% {
    background-image: -webkit-gradient(linear, right top, left top, from(#eb8e66), color-stop(45%, #f7dccd));
    background-image: linear-gradient(270deg, #eb8e66 0%, #f7dccd 45%);
  }
  80% {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#eb8e66), color-stop(45%, #f7dccd));
    background-image: linear-gradient(360deg, #eb8e66 0%, #f7dccd 45%);
  }
  100% {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#eb8e66), color-stop(45%, #f7dccd));
    background-image: linear-gradient(0deg, #eb8e66 0%, #f7dccd 45%);
  }
}

#notification .ticker-wrap {
  width: 100%;
  overflow: hidden;
  height: 4rem;
  -webkit-animation-name: bg;
          animation-name: bg;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

#notification .ticker-wrap .ticker {
  display: inline-block;
  height: 4rem;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-name: ticker;
          animation-name: ticker;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}

#notification .ticker-wrap .ticker:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

#notification .ticker-wrap .ticker__item {
  text-transform: capitalize;
  display: inline-block;
}

#notification .ticker-wrap .ticker__item a {
  color: black;
  text-decoration: none;
}

#record #record-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 40px 35px;
  background-color: #f7dccd;
  background-image: linear-gradient(48deg, #eb8e66 2%, #f7dccd 90%);
  background-size: cover;
  background-attachment: fixed;
}

#record #record-container .record-box {
  margin: 0 16px;
}

#record #record-container .record-box .h-primary, #record #record-container .record-box #hero h2, #hero #record #record-container .record-box h2,
#record #record-container .record-box .h-tertiary {
  color: #bf212e !important;
}

#record #record-container .record-box .h-primary, #record #record-container .record-box #hero h2, #hero #record #record-container .record-box h2 {
  font-size: 3.1rem;
}

@media only screen and (max-width: 700px) {
  #record #record-container {
    padding: 35px 28px;
  }
  #record #record-container .record-box .h-primary, #record #record-container .record-box #hero h2, #hero #record #record-container .record-box h2 {
    font-size: 1.85rem;
  }
}

@media only screen and (max-width: 435px) {
  #record #record-container {
    padding: 35px 12px;
  }
  #record #record-container .record-box .h-primary, #record #record-container .record-box #hero h2, #hero #record #record-container .record-box h2 {
    font-size: 1.5rem;
  }
  #record #record-container .record-box .h-tertiary {
    font-size: 1.1rem;
  }
}

#activity {
  padding: 50px 20px;
  padding-top: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#activity .activity-box {
  background-color: #f7dccd;
  background-image: linear-gradient(310deg, #eb8e66 0%, #f7dccd 36%);
  border-radius: 10px;
  padding: 20px;
  width: 42%;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  position: relative;
  top: 0;
  left: 0;
  -webkit-box-shadow: 1.8px 3.2px 5.3px rgba(0, 0, 0, 0.04), 6px 10.7px 17.9px rgba(0, 0, 0, 0.06), 27px 48px 80px rgba(0, 0, 0, 0.1);
          box-shadow: 1.8px 3.2px 5.3px rgba(0, 0, 0, 0.04), 6px 10.7px 17.9px rgba(0, 0, 0, 0.06), 27px 48px 80px rgba(0, 0, 0, 0.1);
}

#activity .activity-box .h-tertiary {
  margin-bottom: 22px;
}

#activity .activity-box .para, #activity .activity-box #notification .ticker-wrap .ticker__item a, #notification .ticker-wrap .ticker__item #activity .activity-box a {
  margin: 15px 0;
}

#activity .activity-box:hover {
  top: -15px;
}

@media only screen and (max-width: 880px) {
  #activity {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #activity .activity-box {
    width: 88%;
    margin-bottom: 36px;
  }
  #activity .activity-box:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 500px) {
  #activity {
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #activity .activity-box {
    width: 98%;
    margin-bottom: 36px;
  }
  #activity .activity-box:last-child {
    margin-bottom: 0;
  }
}

#about {
  overflow: hidden;
  margin: 65px 0;
  padding: 0;
  background-color: #f7dccd;
  background-image: linear-gradient(350deg, #eb8e66 0%, #f7dccd 36%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#about #home-about-img {
  width: 46vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: fill;
     object-fit: fill;
  overflow: hidden;
}

#about #home-about-img img {
  -o-object-fit: fill;
     object-fit: fill;
  width: 100%;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

#about #home-about-img:hover img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

#about #home-about-content {
  overflow: hidden;
  width: 50vw;
  padding: 10px 15px 10px 0;
}

#about #home-about-content #home-about-text {
  overflow: hidden;
  margin-top: 15px;
  text-align: justify;
}

#about #home-about-content .btn-box {
  padding: 22px 0;
}

@media only screen and (max-width: 1150px) {
  #about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #about #home-about-img {
    width: 100%;
  }
  #about #home-about-content {
    width: 90%;
    padding: 40px 25px;
  }
  #about #home-about-content #home-about-text {
    margin: 30px 0;
  }
}

@media only screen and (max-width: 630px) {
  #about #home-about-content {
    width: 100%;
    padding: 40px 20px;
  }
}

.class .header-box .h-primary, .class .header-box #hero h2, #hero .class .header-box h2 {
  margin-bottom: 10px;
}

.class .courses-container .courses-item .courses-item-content {
  margin-top: 0;
}

#class-timing {
  padding: 0;
}

#class-timing #class-timing-container {
  padding: 0;
  padding-top: 35px;
  background-color: #f7dccd;
  background-image: linear-gradient(285deg, #eb8e66 0%, #f7dccd 36%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 20px 0 20px;
}

#class-timing #class-timing-container .timing-box {
  margin: 0 5px;
}

#class-timing #class-timing-container .timing-box .h-primary, #class-timing #class-timing-container .timing-box #hero h2, #hero #class-timing #class-timing-container .timing-box h2 {
  margin-bottom: 32px;
  color: #000;
  text-transform: capitalize;
  font-family: "Kaushan Script", cursive;
}

#class-timing #class-timing-container .timing-box .h-primary span, #class-timing #class-timing-container .timing-box #hero h2 span, #hero #class-timing #class-timing-container .timing-box h2 span {
  text-transform: uppercase;
  color: #dd6539;
}

#class-timing #class-timing-container .timing-box .timing-content {
  margin-bottom: 10px;
}

#class-timing #class-timing-container .timing-box .timing-content:last-child {
  margin-bottom: 0;
}

#class-timing #class-timing-container .timing-box .timing-content .h-primary, #class-timing #class-timing-container .timing-box .timing-content #hero h2, #hero #class-timing #class-timing-container .timing-box .timing-content h2 {
  margin: 0;
  padding: 0;
}

#class-timing #class-timing-container .timing-box .btn-box {
  margin-top: 40px;
}

#class-timing #class-timing-container .timing-box #timing-img {
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
  width: 435px;
}

#class-timing #class-timing-container .timing-box #timing-img img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

@media only screen and (max-width: 915px) {
  #class-timing #class-timing-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 42px 20px;
  }
  #class-timing #class-timing-container .timing-box #timing-img {
    display: none;
  }
}

@media only screen and (max-width: 630px) {
  #class-timing #class-timing-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 42px 20px;
  }
  #class-timing #class-timing-container .timing-box .h-primary, #class-timing #class-timing-container .timing-box #hero h2, #hero #class-timing #class-timing-container .timing-box h2 {
    font-size: 1.4rem !important;
  }
  #class-timing #class-timing-container .timing-box .btn-box {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 400px) {
  #class-timing #class-timing-container .timing-box .h-primary, #class-timing #class-timing-container .timing-box #hero h2, #hero #class-timing #class-timing-container .timing-box h2 {
    font-size: 1.18rem !important;
  }
}

#faculties {
  overflow: hidden !important;
  padding: 35px 0;
}

#faculties .heading-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0;
}

#faculties .item {
  overflow: hidden;
  -webkit-box-shadow: 1.8px 3.2px 5.3px rgba(0, 0, 0, 0.04), 6px 10.7px 17.9px rgba(0, 0, 0, 0.06), 27px 48px 80px rgba(0, 0, 0, 0.1);
          box-shadow: 1.8px 3.2px 5.3px rgba(0, 0, 0, 0.04), 6px 10.7px 17.9px rgba(0, 0, 0, 0.06), 27px 48px 80px rgba(0, 0, 0, 0.1);
  margin: 0 20px;
  width: 425px;
  border-radius: 14px;
}

#faculties .item .item-image {
  overflow: hidden;
  -webkit-transform: scale(1);
          transform: scale(1);
  width: 100%;
}

#faculties .item .item-image img {
  width: 100%;
  border-radius: 14px 14px 0 0;
}

#faculties .item .h-secondary {
  padding: 18px 0;
}

@media only screen and (max-width: 900px) {
  #faculties .item {
    width: 350px;
  }
}

@media only screen and (max-width: 780px) {
  #faculties .item {
    width: 270px;
    border-radius: 10px;
  }
  #faculties .item .item-image img {
    border-radius: 10px 10px 0 0;
  }
  #faculties .item .h-secondary {
    padding: 12px 0;
    font-size: 1.05rem;
  }
}

@media only screen and (max-width: 435px) {
  #faculties .item {
    width: 235px;
  }
}

#cookie-box {
  z-index: 1000000000;
  padding: 0 18px;
  background-color: #f7dccd;
  background-image: linear-gradient(91deg, #eb8e66 0%, #f7dccd 33%);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 985px) {
  #cookie-box {
    padding: 0 12px;
  }
  #cookie-box #txt .h-tertiary {
    font-size: 1rem !important;
  }
  #cookie-box .btn-box {
    padding: 10px 0;
  }
  #cookie-box .btn-box .my-button {
    padding: 12px 20px;
    font-size: 1rem;
  }
}

@-webkit-keyframes jerk {
  0% {
    left: 0;
  }
  25% {
    left: 18px;
  }
  50% {
    left: 0;
  }
  75% {
    left: -18px;
  }
  100% {
    left: 0;
  }
}

@keyframes jerk {
  0% {
    left: 0;
  }
  25% {
    left: 18px;
  }
  50% {
    left: 0;
  }
  75% {
    left: -18px;
  }
  100% {
    left: 0;
  }
}

#admission-alert {
  z-index: 5000000000 !important;
  position: fixed;
  top: 80px;
  left: 18px;
  text-decoration: none;
  display: none;
}

#admission-alert div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 5px;
  padding: 7px 20px;
  background-color: #f7dccd;
  background-image: linear-gradient(310deg, #eb8e66 0%, #f7dccd 33%);
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#admission-alert div .para, #admission-alert div #notification .ticker-wrap .ticker__item a, #notification .ticker-wrap .ticker__item #admission-alert div a {
  color: black;
  margin-left: 8px;
  font-size: 1.3rem !important;
  position: relative;
  -webkit-animation: jerk 5s infinite;
          animation: jerk 5s infinite;
}

#admission-alert div .fa-bell {
  position: relative;
  font-size: 1.4rem !important;
  color: #dd6539;
  -webkit-animation: jerk 5s infinite;
          animation: jerk 5s infinite;
}

@media only screen and (max-width: 600px) {
  #admission-alert div .para, #admission-alert div #notification .ticker-wrap .ticker__item a, #notification .ticker-wrap .ticker__item #admission-alert div a {
    margin-left: 5px;
    font-size: 0.9rem !important;
    max-width: 130px;
  }
  #admission-alert div .fa-bell {
    font-size: 1rem !important;
  }
}
/*# sourceMappingURL=index.css.map */