/*===========================================================================
    1. Element
===========================================================================*/
้html {
  height: 100%;
}
body {
  background: none!important;
  color: #ffffff;
  font-family: "Prompt", sans-serif;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
}
a {
}
a:hover {
}

/*===========================================================================
      2. Section / Class & ID Selectors
  ===========================================================================*/
/* Section : Container
      -----------------------------------------------------------------------*/
/* div.container-fluid {
  margin: 0;
  padding: 0;
} */
canvas {
  height: 100vh;
  width: 100vw;
  display: block;
}
.text-sm {
  font-size: 12px;
}
.price {
  font-size: 3em;
}

.bg-section1 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.bg-section2 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.bg-section3 {
  padding-top: 25px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.bg-section4 {
  padding-top: 50px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.bg-section5 {
  padding-top: 100px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.bg-section6 {
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
.bg-section7 {
    padding-top: 100px;
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
.bg-section8 {
    padding-top: 50px;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
.bg-section-extra {
    padding-top: 105px;
    padding-bottom: 135px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
.bg-cover1 {
  background-image: url("../img/bg1.png");
}

.bg-cover2 {
  background-image: url("../img/bg2.png");
}
.bg-cover3 {
  background: #333;
}
.bg-cover4 {
  /*background: #ebf5ef;*/
  background: -moz-linear-gradient(top, #fff 0%, #f4b331 300%);
  background: -webkit-linear-gradient(top, #fff 0%, #f4b331 300%);
  background: linear-gradient(to bottom, #fff 0%, #f4b331 300%);
}
.bg-cover5 {
  background: #fff;
}
.bg-cover6 {
  background-color: #333333;
  background: repeat;
  background-image: url("../img/pattern1.png");
}
.bg-cover7 {
  background: #f7f7f7;
}
.bg-cover8-2 {
    background: linear-gradient(0deg, rgba(255,255,255,1) 1100px, rgba(255,255,255,0) 0%);
  }
.bg-cover8-1 {
  background: linear-gradient(0deg, rgba(255,255,255,1) 75%, rgba(255,255,255,0) 0%);
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: 0 none;
}

.btn-pricing {
  background: #FF5555;
  border-radius: .5rem;
  border: none;
}

.btn-primary:hover,
.btn-primary:active {
  background: #f18729 !important;
  outline: 0 none;
  box-shadow: none;
  border: none;
}

button.btn.btn-action {
  width: 270px;
}

button.btn-action.hero-btn {
    border-radius: .35rem;
    padding: 10px 36px;
    background: none;
    border: .1rem solid #ffffff;
    color: #ffffff;
    font-weight: normal;
}

button.btn-action.hero-btn:hover {
    border-radius: .35rem;
    padding: 10px 36px;
    background: #ffffff;
    border: .1rem solid #ffffff;
    color: #FF5555;
    font-weight: normal;
}

button.btn-action.hero-btn:active {
    border-radius: .35rem;
    padding: 10px 36px;
    background: #ffffff;
    border: .1rem solid #ffffff;
    color: #333333;
    font-weight: normal;
}

button.btn-action {
    border-radius: .35rem;
    padding: 10px 36px;
    background: #FF5555;
    border: .1rem solid #FF5555;
    color: #ffffff;
    font-weight: normal;
}

button.btn-action:hover {
    background: none;
    border: .1rem solid #FF5555;
    color: #FF5555;
    font-weight: normal;
}

button.btn-action:active {
    background: #f18729;
    border: .1rem solid #f18729;
    color: #333333;
    font-weight: normal;
}

button.btn-action.btn-pricing {
    background: none;
    color: #FF5555;
    border: 0.1rem solid #FF5555;
    width: 100%;
    padding: 5px 26px;
}
button.btn-action.btn-pricing:hover {
    background: #FF5555;
    color: #ffffff;
    border: 0.1rem solid #FF5555;
}
button.btn-action.btn-pricing:active {
    background: #f4b331;
    color: #333333;
    border: 0.1rem solid #f4b331;
}


button.btn.btn-action.btn-yellow.btn-large {
  width: 100%;
  font-size: 1.5em;
  font-weight: 300;
}

.white-border {
  position: relative;
  z-index: 1;
}

.white-border:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 40%;
  opacity: 0.3;
  height: 1px;
  width: 20%;
  border-bottom: 1px solid white;
}

.black-border {
  position: relative;
  z-index: 1;
}

.black-border:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 40%;
  opacity: 0.3;
  height: 1px;
  width: 20%;
  border-bottom: 1px solid #f18729;
}

.prepare-site {
    opacity: 0;
    transition: all 1.5s ease;
}

/* Section : Header
      -----------------------------------------------------------------------*/
header {
  /*
          background: url(../images/background.png) left top no-repeat;
          padding: 24px;
          */
}

/* Section : Menu
      -----------------------------------------------------------------------*/
header > div > div#menu > a {
}
.nav-pills .nav-link {
    color: #f18729;

}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #f18729;
    border-radius: 0;
    color: #ffffff;
}
.nav-item.tab-toggle-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 200px;
    border: solid 1px #f18729;
    position: relative;
    z-index: 1;
    transition: all 0.4s;
}
.nav-item.tab-toggle-btn:first-child {
    border-radius: 5px 0 0 5px;
}
.nav-item.tab-toggle-btn:last-child {
    border-radius: 0 5px 5px 0;
}

/* Section : User
      -----------------------------------------------------------------------*/
header > div > div#menu > a,
header > div > div#user > a {
  color: #f18729;
  text-transform: uppercase;
}

header > div > div#menu > a > i,
header > div > div#user > a > i {
  font-size: 1.5em;
}

header > div > div#user > a > span {
  display: block;
  clear: both;
}

/* Section : Hero
      -----------------------------------------------------------------------*/
header > div#hero {
  padding: 120px 0;
}

header > div#hero > div > h3 > span{
  font-weight: normal;
  color: #f18729;
}

header > div#hero > div > h3 > span {
  color: #ffffff;
}

header > div#hero > div > p {
  margin: 1em 0 2em 0;
}
/* Section : Course
      -----------------------------------------------------------------------*/

.section-title {
  text-align: center;
  margin-bottom: 3rem;
  color: #fff;
}

.bck-t {
  color: #333;
}

.gradient-fill:before {
  color: #f18729;
  background: -moz-linear-gradient(top, #ec5e36 0%, #f18729 100%);
  background: -webkit-linear-gradient(top, #ec5e36 0%, #f18729 100%);
  background: linear-gradient(to bottom, #ec5e36 0%, #f18729 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* .card.body-shadow {
  border: 1px solid #f1eef1;
  border-radius: 8px;
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
}
.card-body.course-group.fixed-card {
  border-radius: 8px;
  border: 1px solid #f1eef1;
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
}
.card-body.feature-detail {
  border-radius: 8px;
  border: 1px solid #f1eef1;
  border-top: none;
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
} */
.card.courses {
  border: 0;
  border-radius: .5rem;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
/* .card.courses:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 100%;
  color: #f18729;
  border-radius: 0 0 0 0;
  background: -moz-linear-gradient(to right, #414042 0%, #f18729 100%);
  background: -webkit-linear-gradient(to right, #414042 0%, #f18729 100%);
  background: linear-gradient(to right, #414042 0%, #f18729 100%);
  bottom: 0;
  right: 0;
} */

.card.pricing {
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.card.pricing:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 100%;
  color: #f18729;
  border-radius: 0 0 0 0;
  background: -moz-linear-gradient(to right, #414042 0%, #f18729 100%);
  background: -webkit-linear-gradient(to right, #414042 0%, #f18729 100%);
  background: linear-gradient(to right, #414042 0%, #f18729 100%);
  top: 0;
  right: 0;
}

.divider {
  position: relative;
  left: 35%;
  width: 30%;
  border-bottom: 1px solid #333;
  opacity: 0.1;
}
.card.pricing {
  border: 1px solid #f1eef1;
}
.card.pricing .card-head {
  text-align: center;
  padding: 30px 0 20px;
}
.card.pricing .card-head .price {
  display: block;
  font-size: 35px;
  font-weight: 300;
  color: #f18729;
}
.card.pricing .card-head .price sub {
  bottom: 0;
  font-size: 55%;
}
.card.pricing .list-group-item {
  border: 0;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  padding: 1.05rem 1.25rem;
  font-weight: lighter;
}
.card.pricing .list-group-item del {
  color: #d9d3d8;
}
.list-group .undefine-item {
  opacity: 0.7;
}
.list-group .active-item {
  color: #f18729 !important;
}
.card.pricing .card-body {
  padding: 1.75rem;
}
.card-title {
  color: #333;
}
.card-head.p-5 h5.card-title.offer-head {
  margin: 0;
}
h4.card-title.offer-head {
  color: #f18729;
}
h3.card-title.offer-head {
  color: #f18729;
}
h5.card-title.offer-free {
  color: #333;
  opacity: 0.5;
}
.card-text {
  font-size: 14px;
  color: #333;
}

@media (min-width: 992px) {
  .card.courses:hover {
    transform: translateY(-1rem);
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.2);
  }
}
@media (max-height: 768px) {
  .card-body.course-group.fixed-card-price {
    padding-bottom: 250px !important;
  }
}
.media-body .text-square {
  min-height: 100%;
}
.icon-wrap {
  /*box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.14);*/
  padding: 10px;
  width: 70px;
  border-radius: .5rem;
  margin-bottom: 1.5rem;
  background-color: #fff;
}
.fixed-card {
  height: 25%;
}
.fixed-card-price {
  height: 25%;
}
.fixed-card-expl {
  min-height: 140px;
}
.fixed-media {
  min-height: 170px;
}
.fixed-small {
  min-height: 55px;
}
.none-card {
  border: none;
}
.c-sale {
  min-width: 350px;
}
.b-sale {
  min-height: 267px;
}

.head-line.card-head {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.card.none-card {
  display: flex;
  flex-direction: row;
}
.divider-side {
  position: relative;
  left: 0%;
  border-right: 1px solid #333;
  opacity: 0.1;
}

.card.border-left-primary {
  transition: .3s ease-in-out;
  box-shadow: none;
}
.border-left-primary.card-detail {
  border: 0!important;
}
.border-left-primary.card-wrapper {
  border: 1px solid #f1eef1!important;
  border-left: 0.25rem solid #f18729 !important;
}
.card-body.course-group .media {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.card-body.course-group .media .media-body {
  display: flex;
  flex-wrap: wrap;
}
.card-body.course-group .media .media-body .card.border-left-primary{
  border: 0;
}
.card.border-left-primary .card-body {
  display: flex;
  justify-content: start;
  align-items: center;
  min-height: 80px;
}
.card.border-left-primary:hover {
  transform: translateY(-3px);
  -moz-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.08);
  border-left: 0.25rem solid #f18729 !important;
}

/* Section : FAQ
      -----------------------------------------------------------------------*/
.card-body.card-body.course-group.faq-box {
  height: 300px;
}
.at-work-process {
  margin-top: 4rem;
  min-height: 125px;
  min-width: 250px;
  position: relative;
  z-index: 4;
  overflow: hidden;
  text-align: center;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}

.at-work-process-text {
  line-height: 40px;
  transition: all 0.2s linear 0s;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}

.at-work-process:hover .at-work-process-text {
  -webkit-transform: translateY(-150%);
  -moz-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  -o-transform: translateY(-150%);
  transform: translateY(-150%);
}

.at-work-process:hover .at-work-process-details {
  z-index: 2;
  opacity: 1;
  bottom: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.at-work-process-number {
  color: #f18729;
  font-size: 50px;
  font-weight: 100;
  letter-spacing: -2px;
  display: block;
  margin-bottom: 2.25rem;
}

.at-work-process-number-text {
  font-family: Open Sans;
  font-size: 13px;
  font-weight: 600;
  color: #000000;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.at-separator-thick {
  color: #d4d4d4;
  margin: 3% auto;
}

.at-work-process-details {
  bottom: -60px;
  height: 100%;
  left: 0;
  opacity: 0;
  width: 100%;
  position: absolute;
  display: block;
}
.at-work-process-details i {
  color: #f18729;
  margin-bottom: 15px;
  display: block;
  font-size: 40px;
}
.at-work-process-details span {
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
}

/*--map canvas--*/
#google-container {
  position: relative;
  width: 100%;
  height: 200px;
  background-color: #e7eaf0;
}
@media only screen and (min-width: 768px) {
  #google-container {
    height: 300px;
  }
}
@media only screen and (min-width: 1170px) {
  #google-container {
    height: 600px;
  }
}
#cd-google-map {
  position: relative;
}
#cd-google-map address {
  position: absolute;
  width: 100%;
  bottom: -20;
  left: 0;
  padding: 1em 1em;
  background-color: rgba(241, 135, 41, 1);
  color: #ffffff;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media only screen and (min-width: 768px) {
  #cd-google-map address {
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: center;
  }
}
#cd-zoom-in,
#cd-zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 10px;
  background-color: rgba(241, 135, 41, 0.9);
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/148866/cd-icon-controller.svg");
}
.no-touch #cd-zoom-in:hover,
.no-touch #cd-zoom-out:hover {
  background-color: #f18729;
}
@media only screen and (min-width: 768px) {
  #cd-zoom-in,
  #cd-zoom-out {
    margin-left: 50px;
  }
}
#cd-zoom-in {
  background-position: 50% 0;
  margin-top: 10px;
  margin-bottom: 1px;
}
@media only screen and (min-width: 768px) {
  #cd-zoom-in {
    margin-top: 50px;
  }
}
#cd-zoom-out {
  background-position: 50% -32px;
}
/*--map marker--*/
.pin-wrap {
  position: absolute;
  width: 50px;
  height: 50px;
  margin-top: -75px;
  margin-left: -25px;
  -webkit-transform-origin: 50% 120.7106781187% 0;
  transform-origin: 50% 120.7106781187% 0;
}
.pin {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -35px;
  margin-left: -25px;
  -webkit-transform-origin: 50% 120.7106781187% 0;
  transform-origin: 50% 120.7106781187% 0;
}
.pin::after {
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  content: "";
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  border: 13px solid #f18729;
  border-radius: 50% 50% 50% 50%;
}
.pin::before {
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  content: "";
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  border: 13px solid #c55f05;
  border-radius: 50% 50% 50% 0;
}
.pin-shadow {
  position: absolute;
}

.pin-shadow::after {
  position: absolute;
  left: -112px;
  display: block;
  width: 25px;
  height: 25px;
  margin-top: -15px;
  content: "";
  -webkit-transform: rotateX(55deg);
  transform: rotateX(55deg);
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.5) 100px 0 20px;
}
.pulse {
  position: absolute;
  margin-top: -50px;
  margin-left: -50px;
  -webkit-transform: rotateX(55deg);
  transform: rotateX(55deg);
}

.pulse::after {
  display: block;
  width: 100px;
  height: 100px;
  content: "";
  -webkit-animation: pulsate 1s ease-out;
  animation: pulsate 1s ease-out;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
  border-radius: 50%;
  box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 6px 3px #f18729;
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

/* Section : Testimonial 
      -----------------------------------------------------------------------*/
#testimonial {
  background: #ebf5ef;
  padding: 100px 80px;
  color: #414042;
}

#testimonial > div > div > p {
  margin: 30px 0;
}

#testimonial > div > div > dl > dt {
  font-size: 1.5em;
  font-weight: bold;
}

#testimonial > div > div > dl > dt::before {
  content: "•";
}

.testimonials .row {
    margin-bottom: 0;
}

.testimonials .col-lg-6 {
    margin-bottom: 3rem;
}
.testimonials .col:nth-child(2) {
    margin-bottom: 0;
}

.testimonials-single {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}

.blockquote {
  color: #7a767a;
  font-weight: 300;
}
.testimonials img {
    transition: all 0.3s ease;
}


@media (min-width: 992px) {
    .testimonials .row {
        margin-bottom: 0;
    }
    .testimonials .col-lg-6 {
        margin-bottom: 0;
    }
   /* .testimonials img:hover {
      transform: translateY(-1rem);
      box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.2);
   } */
}
/* Section : Learn Action  
      -----------------------------------------------------------------------*/
#call_to_action_wrapper {
  background: #f0a070;
  padding: 100px 40px 40px 40px;
}

#learn_action {
  margin-bottom: 100px;
}

#freetest_action > h3 {
  margin-top: 15px;
  margin-bottom: 30px;
}

.device-container {
  max-width: 325px;
  margin-bottom: 50px;
}

div .icon-wrap {
  margin: 0 auto;
  margin-bottom: 30px;
}

/*.screen img{
    position: absolute;
    top: 45;
    left: 15;
  }*/
.learn-text {
  text-align: center;
}

.device-container .screen img {
  border-radius: 3px;
}
.set {
  margin-left: 34%;
}

@media (min-width: 992px) {
  .device-container {
    max-width: 525px;
    margin-bottom: 0;
  }
  div .icon-wrap {
    position: absolute;
    top: 0;
    left: 10;
  }
  .learn-text {
    text-align: start;
  }
  .set {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .set {
    margin-left: 27%;
  }
}
/********/
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400);

/* a {
  color: #ff007A;
} */

.cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;

  width: 100%;
  height: 100%;
}

.hi {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "Roboto Slab", serif;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
}

em {
  font-style: normal;
}
.hidden {
  display: none;
}

.tv {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;

  width: 100%;
  height: 100%;

  overflow: hidden;
}
.screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  opacity: 0;
  transition: opacity 0.5s;
}
.active {
  opacity: 1;
}
/********/

/********/
.overlay {
  position: absolute;
  height: auto;
  width: 100%;
  background-color: #333;
  opacity: 0.75;
  z-index: -1;
}

.masthead {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 50%;
}

.masthead .masthead-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(65, 64, 66, 0.8);
}

@media (min-width: 768px) {
  .overlay {
    min-height: 0;
  }
}
@media (min-width: 768px) {
  .masthead {
    min-height: 100vh;
    min-height: 0;
    width: 100%;
    padding-bottom: 0;
  }
  .masthead .masthead-bg {
    min-height: 0;
  }
  .masthead .masthead-content {
    padding-left: 3rem;
    padding-right: 10rem;
  }
  .masthead .masthead-content h1 {
    font-size: 3.5rem;
  }
  .masthead .masthead-content p {
    font-size: 1.3rem;
  }
}

.icon-bx {
  background-color: #fff;
}

/* Section : Pricing
      -----------------------------------------------------------------------*/
.h-lg-min {
  height: auto;
}
section.pricing {
  color: #333333;
}
.pricing .card {
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.08);
}

.pricing-scale {
    margin-bottom: 10px;
}
.pricing-scale-header {
    z-index: 1;
    margin-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.pricing-scale-sticky-top {
    align-items: flex-end;
    position: sticky;
    top: -2px;
}
.pricing-scale-table {
    width: 100%;
}
.pricing-scale-table tr:first-child {
    border-top: 0;
}
.pricing-scale-table th {
    font-weight: 400;
}
.pricing-scale-table td {
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #dfe1e4;
    padding-left: 6px;
    padding-right: 6px;
    font-family: RalewayBold, Helvetica, sans-serif;
}
.pricing-scale-table .small {
    font-family: RalewayMedium, Helvetica, sans-serif;
}
@media (max-width: 991px) {
    .pricing-scale-sticky-top {
        top: -78px;
    }
}
.pricing-scale-sticky-top:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    background: #fff;
    transition: box-shadow 0.23s;
}
.pricing-scale-sticky-top[data-stuck]:before {
    box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.12);
}
.pricing-scale-columns {
    display: flex;
}
.pricing-scale-columns > * {
    flex: 1 1 1px;
    text-align: center;
    padding: 12px 18px;
    min-height: 48px;
}
.pricing-scale-columns > :first-child {
    display: flex;
    align-items: center;
    text-align: left;
    flex: none;
    width: 400px;
}
@media (max-width: 1199px) {
    .pricing-scale-columns > :first-child {
        width: 380px;
    }
}
.pricing-scale-title {
    font-family: RalewayBold, Helvetica, sans-serif;
    color: #374050;
    margin: 0;
}
.pricing-scale-title:only-child {
    width: auto;
}
.pricing-scale-title.pricing-scale-sticky {
    display: block;
    line-height: 32px;
}
.pricing-scale-title.pricing-scale-sticky small {
    display: block;
    margin: 0;
    font-size: 12px;
}
.pricing-scale-title.pricing-scale-sticky .capitalize-first-letter {
    display: block;
}
.pricing-scale-title.pricing-scale-sticky .capitalize-first-letter::first-letter {
    text-transform: uppercase;
}
@media (max-width: 1023px) {
    .pricing-scale-title.pricing-scale-sticky {
        text-align: center;
    }
}
.pricing-table-header {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 1023px) {
    .pricing-scale-columns {
        flex-wrap: wrap;
    }
    .pricing-scale-columns > :first-child {
        width: 100%;
    }
    .pricing-scale-title {
        display: block;
        justify-content: center;
        padding: 21px 0 24px;
    }
    .pricing-scale-table th {
        background-color: #f6f7f9;
        border-bottom: 1px solid #dfe1e4;
    }
    .pricing-scale-table th + td {
        border-left: 0;
    }
    .pricing-table-header {
        padding-left: 8px;
        padding-right: 8px;
    }
}
@media (max-width: 400px) {
    .pricing-table-header .small,
    .pricing-table-header h4 {
        font-size: 13px;
        line-height: 15px;
        letter-spacing: 0.25px;
    }
    .pricing-table-header h4 {
        margin-bottom: 4px;
    }
    .pricing-scale-column--narrow {
        padding-left: 4px;
        padding-right: 4px;
        width: 25%;
    }
}

.pricing #pills-home .col-lg-4:nth-child(3) > .card:before {
    content: '-72%';
    position: absolute;
    color: white;
    display: block;
    background-color: #f18729;
    text-align: center;
    right: 15px;
    top: -25px;
    height: 65px;
    width: 65px;
    border-radius: 50%;
    box-sizing: border-box;
    padding-top: 1.3rem;
    font-size: 1rem;
    letter-spacing: .05rem;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.04);
}
.pricing #pills-home .col-lg-4:nth-child(4) > .card:before {
    content: '-72%';
    position: absolute;
    color: white;
    display: block;
    background-color: #f18729;
    text-align: center;
    right: 15px;
    top: -25px;
    height: 65px;
    width: 65px;
    border-radius: 50%;
    box-sizing: border-box;
    padding-top: 1.3rem;
    font-size: 1rem;
    letter-spacing: .05rem;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.04);
}
.pricing #pills-home .col-lg-4:nth-child(5) > .card:before {
    content: '-72%';
    position: absolute;
    color: white;
    display: block;
    background-color: #f18729;
    text-align: center;
    right: 15px;
    top: -25px;
    height: 65px;
    width: 65px;
    border-radius: 50%;
    box-sizing: border-box;
    padding-top: 1.3rem;
    font-size: 1rem;
    letter-spacing: .05rem;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.04);
}
.pricing #pills-home .col-lg-4:nth-child(3) > .card:hover:before {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.pricing #pills-school .col-lg-4:nth-child(1) > .card:before {
    content: 'Special Offer';
    position: absolute;
    color: white;
    display: block;
    background-color: #f18729;
    text-align: center;
    bottom: 100%;
    height: 30px;
    width: 100%;
    border-radius: .35rem .35rem 0 0;
    box-sizing: border-box;
    padding: 7px 0;
    font-size: .7rem;
    letter-spacing: .05rem;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /* box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.04); */
}

.pricing #pills-school .col-lg-4:nth-child(2) > .card:before {
    content: 'Special Offer';
    position: absolute;
    color: white;
    display: block;
    background-color: #f18729;
    text-align: center;
    bottom: 100%;
    height: 30px;
    width: 100%;
    border-radius: .35rem .35rem 0 0;
    box-sizing: border-box;
    padding: 7px 0;
    font-size: .7rem;
    letter-spacing: .05rem;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /* box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.04); */
}
.pricing #pills-school .col-lg-4:nth-child(3) > .card:before {
    content: 'Special Offer';
    position: absolute;
    color: white;
    display: block;
    background-color: #f18729;
    text-align: center;
    bottom: 100%;
    height: 30px;
    width: 100%;
    border-radius: .35rem .35rem 0 0;
    box-sizing: border-box;
    padding: 7px 0;
    font-size: .7rem;
    letter-spacing: .05rem;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /* box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.04); */
}
/* .pricing .col-lg-4:nth-child(2) > .card:hover:before {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
} */

.pricing hr {
  margin: 1rem 0;
}
/* .pricingTable-firstTable_table:nth-of-type(2):before */
.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

.pricing #pills-home .col-lg-4:nth-child(3) .card .card-title {
    color: #f18729;
    text-transform: uppercase;
}

.pricing #pills-home .col-lg-4:nth-child(3) .card .btn-pricing {
    background: #f18729;
    border: .1rem solid #f18729;
    color: #ffffff;
}
.pricing #pills-home .col-lg-4:nth-child(3) .card .btn-pricing:hover {
    background: none;
    color: #f18729;
}
.pricing #pills-home .col-lg-4:nth-child(3) .card .btn-pricing:active {
    background: #f18729;
    border: solid .1rem #f18729;
    color: #ffffff;
}

.pricing #pills-home .col-lg-4:nth-child(4) .card .btn-pricing {
    background: #f18729;
    border: .1rem solid #f18729;
    color: #ffffff;
}
.pricing #pills-home .col-lg-4:nth-child(4) .card .btn-pricing:hover {
    background: none;
    color: #f18729;
}
.pricing #pills-home .col-lg-4:nth-child(4) .card .btn-pricing:active {
    background: #f18729;
    border: solid .1rem #f18729;
    color: #ffffff;
}

.pricing #pills-home .col-lg-4:nth-child(5) .card .btn-pricing {
    background: #f18729;
    border: .1rem solid #f18729;
    color: #ffffff;
}
.pricing #pills-home .col-lg-4:nth-child(5) .card .btn-pricing:hover {
    background: none;
    color: #f18729;
}
.pricing #pills-home .col-lg-4:nth-child(5) .card .btn-pricing:active {
    background: #f18729;
    border: solid .1rem #f18729;
    color: #ffffff;
}


.pricing #pills-home .col-lg-4:nth-child(3) .card .fas.fa-check {
    color: #f18729;
}
.pricing #pills-home .col-lg-4:nth-child(4) .card .fas.fa-check {
    color: #f18729;
}
.pricing #pills-home .col-lg-4:nth-child(5) .card .fas.fa-check {
    color: #f18729;
}


.pricing #pills-school .col-lg-4:nth-child(2) .card .card-title {
    color: #f18729;
    text-transform: uppercase;
}
.pricing #pills-school .col-lg-4:nth-child(3) .card .card-title {
    color: #f18729;
    text-transform: uppercase;
}
.pricing #pills-school .col-lg-4:nth-child(2) .card .btn-pricing {
    background: #f18729;
    border: .1rem solid #f18729;
    color: #ffffff;
}
.pricing #pills-school .col-lg-4:nth-child(3) .card .btn-pricing {
    background: #f18729;
    border: .1rem solid #f18729;
    color: #ffffff;
}

.pricing #pills-school .col-lg-4:nth-child(2) .card .btn-pricing:hover {
    background: none;
    color: #f18729;
}
.pricing #pills-school .col-lg-4:nth-child(3) .card .btn-pricing:hover {
    background: none;
    color: #f18729;
}

.pricing #pills-school .col-lg-4:nth-child(2) .card .btn-pricing:active {
    background: #FF5555;
    border: solid .1rem #FF5555;
    color: #ffffff;
}


.pricing #pills-school .col-lg-4:nth-child(1) .card .fas.fa-check {
    color: #f18729;
}
.pricing #pills-school .col-lg-4:nth-child(2) .card .fas.fa-check {
    color: #f18729;
}
.pricing #pills-school .col-lg-4:nth-child(3) .card .fas.fa-check {
    color: #f18729;
}

.pricing #pills-school .col-lg-4:nth-child(1) .card .btn-pricing {
    background: #f18729;
    border: .1rem solid #f18729;
    color: #ffffff;
}
.pricing #pills-school .col-lg-4:nth-child(1) .card .btn-pricing:hover {
    background: none;
    color: #f18729;
}

.pricing .card-price {
    font-size: 2rem;
    margin: 0;
}
.pricing-table-header>.card-title {
    color: #f18729;
    text-transform: uppercase;
}
.pricing-table-header>.card-price {
    font-size: 1.5rem;
    margin: 0;
}
.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.7;
}

.pricing-btn-wrapper {
    width:100%; 
    position: relative; 
    bottom:0; 
    left: 0; 
}

.payment-current-method {
    margin-top: 3rem;
}
.payment-img-method img {
    width: 30px;
    box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.05);
}
.payment-hint-method {
    margin-top: 3rem;
}
.fa-ul {
    height: 100%;
}

@media (min-width: 992px) {
  .pricing-btn-wrapper {
    width:100%; 
    position: relative; 
    bottom:0; 
    left: 0; 
  }
  .pricing .card:hover {
    transform: translateY(-1rem);
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.2)!important;
  }
  .pricing .card:hover .btn {
    opacity: 1;
  }
  .payment-current-method {
      margin-top: 6rem;
  }
  .payment-hint-method {
    margin-top: 0;
  }
}


/* Section : Program  
      -----------------------------------------------------------------------*/

#program_details_header {
  /*background: #ebf5ef;*/
}

#program_details_header > div > p {
  /*background: #ffffff;*/
  color: #f18729;
  padding: 5px;
  margin-bottom: 60px;
}

#program_details_date > div > p > span {
  display: block;
  clear: both;
}

.small_text_en {
}

.bold_text_date {
  font-size: 1.5em;
  font-weight: bold;
}

#program_details_faq {
  margin-bottom: 30px;
}

/* Section : Branding 
      -----------------------------------------------------------------------*/
.img-stack {
  right: 0;
  margin-bottom: 50px;
}
.img-stack .img-left {
  position: relative;
  max-width: 80%;
  top: -50;
  left: 0;
  z-index: 1;
}
.img-stack .img-right {
  position: absolute;
  max-width:80%;
  top: 10%;
  left: 10%;
  z-index: 3;
}
.img-stack .img-left .back {
    display: none;
} 
.img-stack .img-right .back {
    display: none;
} 

.front, .back {
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.08);
}
.content-right {text-align: center;}
.content-right h3,
h1 {
  color: #333;
}

.content-right p {
  max-width: 445px;
  color: #333;
}

.branding-img img {
  max-width: 80%;
}
.partner-logo {
    filter: grayscale(100%);
    margin-bottom: 25px;
    transition: all ease-in-out 0.2s;
}
.partner-logo:nth-child(1) img {
    width: 200px;
}
.partner-logo:nth-child(2) img {
    width: 200px;
}
.partner-logo:nth-child(4) img {
    width: 200px;
}
.partner-logo:hover {
    filter: grayscale(0%);
}


.brading-filter-scale {
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}
.brading-filter-scale:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

@media (min-width: 992px) {
    .img-stack {
        position: relative;
        max-width:670px;
        top: 150;
        right: 130;
    }
    .img-flip {
        height: 300px;
    -webkit-perspective: 1000px;
            perspective: 1000px;
    }
    .img-flip:hover .flip, .img-flip.hover .flip {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    }

    .img-flip,
    .front,
    .back {
    width: 100%;
    }

    .flip {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    position: relative;
    }

    .front,
    .back {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    }

    .front {
    z-index: 2;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    }

    .back {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    }
    .img-stack .img-left .back {
        display: inline-block;
    } 
    .img-stack .img-right .back {
        display: inline-block;
    } 
    .img-stack .img-left {
        position: relative;
        /* max-width:80%; */
        top: -170;
        left: 0;
        z-index: 1;
    }
    .img-stack .img-right {
        position: absolute;
        /* max-width:90%; */
        top: -70;
        left: 20%;
        z-index: 3;
    }
    .content-right {text-align: start; margin-top: -50px;}
    .partner-logo {
        margin-bottom: 0;
    }
    .partner-logo:nth-child(2) img {
        width: 250px;
    }
}
@media (max-width: 991px) {
  .content-right h1 {
    font-size: 20px;
  }
}

/* Section : Footer 
      -----------------------------------------------------------------------*/
footer {
  padding: 25px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
  background-color: #222222;
}

.logo-footer {
  width: 120px;
}

footer p {
  font-size: 12px;
}

footer ul li a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}

footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active,
footer ul li a.active {
  text-decoration: none;
}

.footer-social a {
  color: #fff;
  transition: 0.4s;
}

.footer-social a:hover {
  color: orange;
  transition: 0.4s;
}
.copyright p {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .copyright {
    margin: 20px 0;
  }
}
/*===========================================================================
      3. Responsive
  ===========================================================================*/
/* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */

@media (min-width: 768px) and (max-width: 1024px) {
  div#courses {
    padding: 30px;
  }
}

/* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */

@media (min-width: 320px) and (max-width: 480px) {
  div#courses {
    padding: 30px 0;
  }

  div#courses > h2 {
    margin-bottom: 15px;
  }

  div#courses > ul > li {
    display: block;
    height: auto;
  }

  div#testimonial {
    padding: 30px 0;
  }

  div#call_to_action_wrapper {
    padding: 30px 0;
  }

  div#call_to_action_wrapper > div {
    padding: 30px;
  }

  div#program_details_faq > div > div > dl > dt {
    text-align: center;
    margin-bottom: 1em;
  }

  div#freetest_action > button {
    width: 100%;
  }

}


@media (max-width: 992px) {
  .card-body.card-body.course-group.faq-box {
    margin-bottom: 2rem;
  }
  .card.courses {
    margin-bottom: 2rem;
  }
  [class^="col-"]:last-child .card.courses {
    margin-bottom: 0;
  }
  .circle-icon {
    width: 70px;
    height: 70px;
    font-size: 28px;
    line-height: 50px;
  }
  .card.none-card {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-device-width: 780px) and (orientation: portrait) {
  .card.none-card {
    display: flex;
    flex-direction: column;
  }
}