* {
  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 {
  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 {
  font-family: body;
  font-size: 1.1rem;
  line-height: 1.48rem;
  margin: 4px;
}

@media only screen and (max-width: 650px) {
  .h-primary {
    letter-spacing: 0.08rem;
    font-size: 2rem;
  }
  .h-secondary {
    font-size: 1.25rem;
  }
  .h-tertiary {
    font-size: 1.18rem;
  }
  .para {
    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 {
  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 {
    font-size: 2.25rem;
  }
}

@media only screen and (max-width: 420px) {
  .starter .h-primary {
    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 {
  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;
}

NO SELECT + HIGHLIGHT COLOR * {
  -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;
}
/*# sourceMappingURL=subject.css.map */