body {
  min-width: 320px;
  font-family: "Hind", sans-serif;
  background-color: #fff;
  font-size: 1.6rem; }

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

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  font-family: "Poppins", sans-serif; }

a:focus {
  outline: 0; }
a:visited {
  text-decoration: none; }

.header {
  position: relative;
  z-index: 10; }
  .header .top-header .social-icon a {
    color: #333;
    font-size: 1.2rem;
    padding: 0.6rem;
    display: inline-block; }
    .header .top-header .social-icon a:hover {
      color: #c93; }
  .header .navbar-default {
    background-color: #4a4a54;
    border-color: #4a4a54;
    border-radius: 0;
    margin: 0; }
  .header .logo-wrap {
    float: left;
    position: relative; }
    @media (max-width: 1025px) {
      .header .logo-wrap {
        margin-left: 4rem; } }
    @media (max-width: 767px) {
      .header .logo-wrap {
        margin-left: 2rem; } }
    .header .logo-wrap .logo {
      padding: 0;
      width: 100px;
      text-align: center; }
      .header .logo-wrap .logo:before {
        position: absolute;
        top: -1px;
        left: -45px;
        content: '';
        border-style: solid;
        border-width: 25px;
        border-bottom-color: rgba(0, 0, 0, 0);
        border-left-color: rgba(0, 0, 0, 0);
        border-right-color: #fff;
        border-top-color: #fff; }
        @media (max-width: 767px) {
          .header .logo-wrap .logo:before {
            left: -30px; } }
      .header .logo-wrap .logo:after {
        position: absolute;
        top: -1px;
        right: -30px;
        content: '';
        border-style: solid;
        border-width: 25px;
        border-bottom-color: rgba(0, 0, 0, 0);
        border-right-color: rgba(0, 0, 0, 0);
        border-left-color: #fff;
        border-top-color: #fff; }
  .header .navbar-brand {
    padding: 5px 15px; }
    .header .navbar-brand > img {
      background-color: #4a4a54;
      margin-top: -1.1rem;
      height: 60px;
      display: inline-block; }
  .header .navbar-default .navbar-nav > .active > a,
  .header .navbar-default .navbar-nav > .active > a:focus,
  .header .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: #fff; }
  .header .navbar-default .navbar-nav > li > a {
    color: #aaa;
    line-height: 2; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #ffffff; }

.TopButton {
  background: #c93;
  border-radius: 100%;
  bottom: 1rem;
  -webkit-box-shadow: 0 0 5px 0 rgba(48, 114, 172, 0.3);
  -moz-box-shadow: 0 0 5px 0 rgba(48, 114, 172, 0.3);
  -ms-box-shadow: 0 0 5px 0 rgba(48, 114, 172, 0.3);
  -o-box-shadow: 0 0 5px 0 rgba(48, 114, 172, 0.3);
  box-shadow: 0 0 5px 0 rgba(48, 114, 172, 0.3);
  color: #fff;
  display: none;
  height: 45px;
  padding: 10px;
  position: fixed;
  right: 1rem;
  text-align: center;
  text-decoration: none;
  width: 45px;
  z-index: 999; }
  .TopButton:hover {
    color: #fff; }

.TopButton i {
  font-size: 3rem;
  line-height: 0.75;
  margin: 0; }

.banner-wrap {
  margin: -2rem 0 0;
  position: relative; }
  .banner-wrap .banner-overlay {
    background: rgba(0, 0, 0, 0.03);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1; }
  .banner-wrap .carousel img {
    width: 100%;
    max-height: calc(58rem);
    min-height: calc(58rem); }
    @media (max-width: 1025px) {
      .banner-wrap .carousel img {
        min-height: calc(45rem);
        max-height: calc(45rem); } }
    @media (max-width: 767px) {
      .banner-wrap .carousel img {
        min-height: calc(25rem);
        max-height: calc(25rem); } }
  .banner-wrap .carousel-caption {
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    top: 40%; }
    .banner-wrap .carousel-caption .holder {
      width: 80%;
      margin: 0 auto; }
    .banner-wrap .carousel-caption .wrap {
      font-size: 2rem; }
      .banner-wrap .carousel-caption .wrap h2 {
        font-size: 8rem; }
      .banner-wrap .carousel-caption .wrap span {
        background: rgba(237, 67, 70, 0.8);
        padding: 0 1rem;
        -webkit-text-shadow: none;
        -moz-text-shadow: none;
        -ms-text-shadow: none;
        -o-text-shadow: none;
        text-shadow: none; }
  .banner-wrap .carousel-control.left,
  .banner-wrap .carousel-control.right {
    background-image: none; }
  .banner-wrap .carousel-indicators {
    bottom: 0; }
    .banner-wrap .carousel-indicators > li {
      background-color: #c93;
      border-color: #c93; }
    .banner-wrap .carousel-indicators > .active {
      background-color: #fff;
      border-color: #fff; }

.banner-wrap.inner {
  max-height: calc(30rem); }
  .banner-wrap.inner overflow:hidden
  .banner-overlay {
    background: rgba(0, 0, 0, 0.6); }
  .banner-wrap.inner .title-wrap {
    left: 45%;
    position: absolute;
    text-align: center;
    top: 60%;
    z-index: 1; }
    .banner-wrap.inner .title-wrap h2 {
      color: #fff;
      margin: 0; }
    .banner-wrap.inner .title-wrap .breadcrumb {
      background: transparent; }
      .banner-wrap.inner .title-wrap .breadcrumb a {
        color: #f5f5f5; }
      .banner-wrap.inner .title-wrap .breadcrumb > .active {
        color: #c93; }

.welcome-wrap {
  padding: 5rem 0; }
  .welcome-wrap .image {
    position: relative; }
    .welcome-wrap .image .box {
      background-color: #4a4a54;
      height: 240px;
      display: block;
      z-index: -1; }
  .welcome-wrap figure {
    position: absolute;
    top: 30px;
    left: -1.5rem;
    right: 30px; }
    @media (max-width: 767px) {
      .welcome-wrap figure {
        top: 0;
        left: 0;
        right: 0; } }
    .welcome-wrap figure img {
      height: 240px;
      object-fit: cover; }

.welcome-txt {
  padding-right: 4rem; }
  .welcome-txt h2 {
    margin-bottom: 2rem;
    color: #c93; }

.about-txt {
  padding: 3rem 0;
  overflow: auto; }
  .about-txt .counter-wrap {
    text-align: center;
    margin: 2rem 0; }
    .about-txt .counter-wrap i {
      font-size: 4rem; }
    .about-txt .counter-wrap span {
      font-size: 3rem; }
    .about-txt .counter-wrap strong {
      display: block; }

.course {
  background-color: #4a4a54;
  margin-top: 3rem; }
  .course .bg {
    background: url("../image/bg-pattern.png");
    padding: 5rem 0;
    color: #fff; }
    .course .bg h2 {
      text-align: center;
      margin-bottom: 2rem; }
    .course .bg p {
      text-align: center;
      width: 60%;
      margin: auto;
      margin-bottom: 3rem; }
    .course .bg .box {
      background: #fff;
      color: initial;
      transform: scale(1);
      transition: 0.2s; }
      @media (max-width: 1025px) {
        .course .bg .box {
          margin-bottom: 3rem; } }
      @media (max-width: 767px) {
        .course .bg .box {
          margin-bottom: 3rem; } }
      .course .bg .box img {
        width: 100%;
        min-height: calc(20rem);
        max-height: calc(20rem);
        object-fit: cover; }
        @media (max-width: 1025px) {
          .course .bg .box img {
            min-height: calc(25rem);
            max-height: calc(25rem); } }
      .course .bg .box .description {
        padding: 1.5rem 2rem;
        text-align: center; }
        .course .bg .box .description h3 {
          color: #c93; }
        .course .bg .box .description p {
          width: 100%;
          margin: 0; }
        .course .bg .box .description hr {
          margin: 1.5rem; }
      .course .bg .box:hover {
        transform: scale(1.05);
        transition: 0.2s; }

.choose {
  padding: 5rem 0;
  background: #fafafa; }
  .choose h2 {
    text-align: center;
    margin-bottom: 2rem;
    color: #c93; }
  .choose p {
    text-align: center;
    width: 60%;
    margin: auto;
    margin-bottom: 3rem; }
  .choose .box {
    padding: 15px;
    box-shadow: 0px 0px 1px 0px #ccc;
    background: rgba(255, 255, 255, 0.75);
    text-align: center;
    transition: .2s; }
    @media (max-width: 767px) {
      .choose .box {
        margin-bottom: 2rem; } }
    .choose .box:hover {
      background-color: #62626f;
      cursor: pointer;
      transition: .2s; }
    .choose .box .description {
      border: 1px dashed #ccc;
      display: block;
      position: relative;
      padding: 30px 20px;
      outline: 10px solid #fff;
      background: rgba(250, 250, 250, 0.75);
      transition-duration: 0.5s; }
      .choose .box .description:before {
        width: 25px;
        height: 25px;
        position: absolute;
        top: -1px;
        left: -1px;
        content: '';
        border-left: 1px solid #d6ad5c;
        border-top: 1px solid #d6ad5c; }
      .choose .box .description:after {
        width: 25px;
        height: 25px;
        position: absolute;
        bottom: -1px;
        right: -1px;
        content: '';
        border-right: 1px solid #d6ad5c;
        border-bottom: 1px solid #d6ad5c; }
      .choose .box .description h3 {
        color: #c93;
        margin-bottom: 1rem; }
    .choose .box p {
      width: 100%;
      margin: 0; }

.facts {
  background-color: #4a4a54; }
  .facts .bg {
    background: url("../image/bg-pattern.png");
    padding: 5rem 0;
    color: #fff; }
    .facts .bg h2 {
      text-align: center;
      margin-bottom: 2rem; }
    .facts .bg p {
      text-align: center;
      width: 60%;
      margin: auto;
      margin-bottom: 3rem; }
    .facts .bg .counter-wrap {
      text-align: center;
      margin-top: 2rem; }
      .facts .bg .counter-wrap i {
        font-size: 4rem; }
      .facts .bg .counter-wrap span {
        font-size: 3.5rem; }
      .facts .bg .counter-wrap strong {
        display: block; }

.students {
  padding: 5rem 0; }
  .students h2 {
    text-align: center;
    margin-bottom: 2rem;
    color: #c93; }
  .students p {
    text-align: center;
    width: 60%;
    margin: auto;
    margin-bottom: 3rem; }
  .students .owl-carousel .owl-prev {
    position: absolute;
    top: 30%;
    background: rgba(204, 153, 51, 0.56);
    color: #fff;
    left: -20px;
    padding: 2rem;
    display: none !important;
    transition: 0.3s; }
  .students .owl-carousel .owl-next {
    position: absolute;
    top: 30%;
    background: rgba(204, 153, 51, 0.56);
    color: #fff;
    right: -20px;
    padding: 2rem;
    display: none !important;
    transition: 0.3s; }
  .students .owl-carousel:hover .owl-prev {
    display: block !important;
    transition: 0.3s; }
  .students .owl-carousel:hover .owl-next {
    display: block !important;
    transition: 0.3s; }
  .students .box {
    margin-bottom: 2rem; }
    .students .box figure {
      padding: 5px; }
      .students .box figure img {
        box-shadow: 0 0 5px #000;
        border-radius: 3px;
        width: 100%; }
    .students .box .description {
      background-color: rgba(74, 74, 84, 0.77);
      color: #fff;
      text-align: center;
      margin: 0 2rem;
      margin-top: -3rem;
      padding: 1.5rem;
      position: relative; }

.message {
  background-color: #fafafa;
  padding: 5rem 0; }
  .message h2 {
    text-align: center;
    margin-bottom: 2rem;
    color: #c93; }
  .message p {
    text-align: center;
    width: 60%;
    margin: auto;
    margin-bottom: 3rem; }
  .message .media {
    background: #fff;
    box-shadow: 0px 0px 1px 0px #ccc;
    padding: 1rem; }
    @media (max-width: 1025px) {
      .message .media {
        margin-bottom: 3rem; } }
    @media (max-width: 767px) {
      .message .media .media-left {
        display: block;
        width: 100%; } }
    .message .media .media-left img {
      width: 20rem;
      height: calc(25rem);
      object-fit: cover; }
      @media (max-width: 767px) {
        .message .media .media-left img {
          width: 100%;
          margin-bottom: 1rem; } }
    .message .media .media-body h3 {
      font-size: 2rem; }
    .message .media .media-body p {
      width: 100%;
      text-align: left; }

.testimonials {
  background: url("../image/testimonial.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .testimonials .background-effect {
    background: rgba(74, 74, 84, 0.91);
    padding: 6rem;
    color: #fff; }
    @media (max-width: 1025px) {
      .testimonials .background-effect {
        padding: 6rem 0; } }
    .testimonials .background-effect h2 {
      text-align: center;
      margin-bottom: 2rem; }
    .testimonials .background-effect p {
      text-align: center;
      width: 60%;
      margin: auto;
      margin-bottom: 3rem; }
    .testimonials .background-effect .box {
      color: initial;
      overflow: auto;
      background: rgba(74, 74, 84, 0.74);
      text-align: center;
      padding: 2rem;
      margin-bottom: 1rem; }
      .testimonials .background-effect .box figure {
        padding: 0;
        text-align: center; }
        .testimonials .background-effect .box figure img {
          width: calc(20rem);
          border: 5px solid #777;
          border-radius: 50%;
          display: inline-block; }
      .testimonials .background-effect .box p {
        width: 100%;
        color: #fff;
        margin-bottom: 1.5rem; }
      .testimonials .background-effect .box div {
        padding: 1rem 2rem; }
        .testimonials .background-effect .box div strong {
          color: #c93;
          font-size: 16px; }
  .testimonials .owl-controls {
    text-align: center; }
    .testimonials .owl-controls .owl-dot {
      background: #fff;
      position: relative;
      height: 5px;
      display: inline-block;
      width: 2rem;
      margin: 0.5rem; }
    .testimonials .owl-controls .active {
      background: #c93; }

.team-page {
  margin: 5rem 0; }
  .team-page figure img {
    width: 100%; }
  .team-page hr {
    margin: 4rem 1.5rem; }
  .team-page .md {
    overflow: auto; }
    .team-page .md h2 {
      margin-bottom: 1rem; }
    .team-page .md h4 {
      margin-bottom: 1rem; }
  .team-page .box {
    margin-bottom: 2rem; }
    .team-page .box figure {
      padding: 5px; }
      .team-page .box figure img {
        box-shadow: 0 0 5px #000;
        border-radius: 3px;
        width: 100%; }
    .team-page .box .description {
      background-color: rgba(74, 74, 84, 0.77);
      color: #fff;
      text-align: center;
      margin: 0 2rem;
      margin-top: -5rem;
      padding: 1.5rem;
      position: relative; }

.contact-wrap .map-wrap iframe {
  width: 100%; }
.contact-wrap .contact-form-wrap .contact-form {
  background: #fff;
  padding: 2rem;
  border: 1px solid #ddd;
  border-radius: 0px; }
  .contact-wrap .contact-form-wrap .contact-form label {
    color: #c93; }
.contact-wrap .contact-form-wrap .btn-wrap {
  text-align: right;
  margin-top: 1rem; }
.contact-wrap .contact-form-wrap .form-group {
  margin-bottom: 0.5rem; }

.contact-holder {
  margin: 5rem 0; }
  .contact-holder .box {
    border: 1px solid #ddd;
    padding: 2.5rem;
    text-align: center;
    height: calc(20rem);
    margin-bottom: 5rem; }
    .contact-holder .box i {
      font-size: 4rem;
      color: #c93;
      margin-bottom: 2rem; }
    .contact-holder .box a {
      color: initial; }
    .contact-holder .box:hover {
      cursor: pointer;
      border: 1px solid #c93; }

.footer-wrap {
  background: #323239;
  color: #fff; }
  .footer-wrap .footer-top {
    padding: 5rem 0;
    font-size: 1.4rem; }
    .footer-wrap .footer-top h2 {
      margin-bottom: 2rem; }
    .footer-wrap .footer-top a {
      color: #fff; }
      .footer-wrap .footer-top a:hover {
        color: #c93;
        text-decoration: none; }
    .footer-wrap .footer-top ul li {
      margin: 0 0 0.8rem; }
    .footer-wrap .footer-top .links ul {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      -ms-column-count: 2;
      -o-column-count: 2;
      column-count: 2; }
      .footer-wrap .footer-top .links ul .fa {
        -webkit-transform: rotate(40deg);
        -moz-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        -o-transform: rotate(40deg);
        transform: rotate(40deg); }
  .footer-wrap .address {
    font-size: 1.3rem; }
    .footer-wrap .address span {
      display: block;
      margin: 0 0 1rem; }
    .footer-wrap .address strong {
      font-size: 1.5rem;
      letter-spacing: 0.5px; }
  .footer-wrap .contact > h4 {
    font-size: 3rem; }
  .footer-wrap .social-icon ul li {
    margin-right: 1rem; }
    .footer-wrap .social-icon ul li a {
      height: 4rem;
      text-align: center;
      color: #fff;
      line-height: 3;
      width: 4rem;
      padding-left: 4px; }
      .footer-wrap .social-icon ul li a i {
        margin: 0; }
  .footer-wrap .social-icon i {
    color: #fff; }
  .footer-wrap .footer-btm {
    font-size: 1.3rem;
    background: #4a4a54;
    padding: 1.5rem;
    font-size: 1.4rem; }
    .footer-wrap .footer-btm p {
      margin: 0; }
    .footer-wrap .footer-btm img {
      display: inline-block;
      vertical-align: middle;
      margin: -5px 0 0;
      width: 105px; }
    .footer-wrap .footer-btm .wrap p {
      float: right;
      font-size: 1.3rem; }
    .footer-wrap .footer-btm .fpara,
    .footer-wrap .footer-btm .footer-logo-hold {
      display: inline-block; }
    .footer-wrap .footer-btm .footer-logo-hold {
      position: relative; }
      .footer-wrap .footer-btm .footer-logo-hold > a {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: inline-block; }
      .footer-wrap .footer-btm .footer-logo-hold > a.last {
        backface-visibility: hidden;
        position: absolute;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
        top: 0; }
        @media (max-width: 767px) {
          .footer-wrap .footer-btm .footer-logo-hold > a.last {
            -webkit-transform: translateX(0%);
            -moz-transform: translateX(0%);
            -ms-transform: translateX(0%);
            -o-transform: translateX(0%);
            transform: translateX(0%); } }
      .footer-wrap .footer-btm .footer-logo-hold:hover > a.last {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(-103%);
        -ms-transform: translateX(-103%);
        -o-transform: translateX(-103%);
        transform: translateX(-103%);
        opacity: 1; }
      .footer-wrap .footer-btm .footer-logo-hold:hover > a:first-child {
        opacity: 0; }
    .footer-wrap .footer-btm .footer-center,
    .footer-wrap .footer-btm .copyright {
      display: inline-block;
      vertical-align: top; }

.footer-wrap.pad {
  padding-bottom: 0; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .footer-wrap .footer-btm .footer-logo-hold:hover > a.last {
    transform: translateX(0%); } }
.breadcrumb {
  padding: 2rem 0; }
  .breadcrumb h2 {
    color: #c93; }
  .breadcrumb ol {
    padding: 8px 0px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px; }
    .breadcrumb ol li {
      display: inline-block; }
    .breadcrumb ol > li + li:before {
      padding: 0 5px;
      color: #ccc;
      content: "/\00a0"; }

/*# sourceMappingURL=style.css.map */
