/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!../src/styles.scss?ngGlobalStyle ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* CSS Document */
body {
  font-family: "微軟正黑體", "蘋果儷中黑", Arial;
  word-break: normal;
  text-align: justify;
  background-color: #FFF;
  font-size: 16px;
  letter-spacing: 2px;
}

html {
  background-color: #1A1A1A;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.modal {
  overflow: auto;
}

/*nav 開始*/
.navbar-brand img {
  width: 73%;
}

.header_icon li {
  display: inline-block;
  margin-right: 10px;
}

.nav-link { /*20221101*/
  margin-right: 5px;
  padding: 7px 5px !important;
  border: 1px solid #ccc;
}

.navbar-brand {
  width: 205px;
}

.add {
  color: #0089d1;
  padding: 8px 16px;
  border: 1px solid #0089d1;
  border-radius: 32px;
  -moz-border: 1px solid #0089d1;
  -webkit-border-radius: 32px;
  -moz-border: 1px solid #0089d1;
  -webkit-border-radius: 32px;
}

.add:hover {
  color: #fff;
  background-color: #0089d1;
  border: 1px solid #17C1F1;
  font-weight: bolder;
  transition: 0.3s;
}

@media screen and (max-width: 768px) { /*20221103*/
  .add {
    color: #0089d1;
    padding: 6px 10px !important;
    border: 1px solid #0089d1;
    border-radius: 50px !important;
    font-size: 13px;
    margin: 0 -10px -5px 0 !important;
    letter-spacing: 0;
    height: 33px;
    -moz-border: 1px solid #0089d1;
    -webkit-border-radius: 32px;
    -moz-border: 1px solid #0089d1;
    -webkit-border-radius: 32px;
  }
  .nav-item {
    width: calc(33.3% - 8px) !important;
  }
  .course_open h3 {
    font-size: 21px;
    margin: 5px 0 0 15px;
  }
  .course_open h4 {
    font-size: 15px;
  }
}
.header_icon li:nth-child(2) a,
.header_icon li:nth-child(1) a {
  position: relative;
  top: 6px;
}

.fa-line {
  color: #4ecd00;
}

.bg-light {
  background-color: rgb(255, 255, 255) !important;
}

.fa-facebook-square,
.fa-line {
  font-size: 34px;
}

.nav-link3 {
  color: #ffb91a !important;
  font-weight: 700;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}

.nav-link3:hover {
  color: rgba(0, 0, 0, 0.5) !important;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}

.nav-link:hover,
.nav-link:active { /*20221101*/
  border: 1px solid #ccc !important;
  color: #0088d1;
  background-color: #d6f2ff !important;
  font-weight: bold !important;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}

li.nav-item a.nav-link {
  color: #000000;
}

.nav-pills .nav-link.active {
  background-color: #AAAAAA;
}

.navbar-collapse {
  text-align: center;
}

.navbar {
  position: fixed;
  width: 100%;
  z-index: 4;
  border-bottom: 1px solid #f0f0f0;
  padding: 0.5rem 3.5rem;
}

.Community {
  display: none;
}

.phone_open {
  display: none;
}

.dropdown-item {
  color: rgba(0, 0, 0, 0.5);
}

.dropdown-item:hover {
  transition: 0.5s;
  color: #ffb91a;
  background-color: #fdfdfc;
}

.dropdown-menu {
  margin-top: 1.57rem;
  margin-right: 0;
  margin-left: -7rem;
  margin-bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0px 5px 18px -10px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 5px 18px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 18px -10px rgba(0, 0, 0, 0.75);
}

/*header 開始*/
header {
  /*	position: absolute;
  z-index: 0;*/
  width: 100%;
  /*height: 650px; /*410px;*/
  /*background-color: #CFD0C8;*/
  /*background: url(images/headerimg.jpg) center;
  /*background-size: 100%;*/
  /*background-attachment: fixed;*/
  /*background-repeat: no-repeat;*/
  background-position: top center;
}

.header_text {
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  bottom: -170px;
}

.header_text p {
  text-shadow: 1px 2px 6px rgba(32, 25, 19, 0.1411764706);
  font-size: 55px;
  color: #fff;
}

.header_text a {
  text-decoration: none;
}

.teacher {
  margin: auto;
  display: block;
  width: 160px;
  font-size: 20px;
  line-height: 2.4;
  color: #ffb91a;
  background-color: #fff;
  border-radius: 30px;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  cursor: pointer;
}

.teacher:hover {
  background-color: #ffb91a;
  color: #FFF;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}

.course_close .course_btn a {
  font-size: 16px;
  padding: 18px;
  color: #4D4D4D;
}

/*contenter 開始*/
.course_list {
  padding: 40px 0 70px 0;
}

.col-xl-12,
.col-sm-12 {
  padding: 16px 6px;
}

.course_open { /*20221103*/
  height: auto;
  letter-spacing: 1px;
  padding: 30px 40px;
  background-color: #fff;
  margin: 30px 0 25px;
  border-radius: 10px;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  border: 1px solid #f0f0f0;
  border-bottom: 3px solid #0089d1;
  box-shadow: 0 5px 18px -10px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0 5px 18px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 5px 18px -10px rgba(0, 0, 0, 0.75);
}

.class_containr section {
  padding: 20px 0;
}

.course_open:hover {
  background-color: #fff;
  border-bottom: 5px solid #0089d1;
  box-shadow: -1px 8px 35px -10px rgba(0, 0, 0, 0.31);
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}

.course_open:hover h3 {
  /*color: #525252;*/
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}

.pic_icon img {
  position: absolute;
  width: 135px;
  right: 28px;
  top: -2px;
}

.map {
  width: 50%;
  height: 0;
  position: relative;
  padding-bottom: 32%;
  margin: 15px 0;
  float: right;
}

.map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.collapse_ul {
  width: 45%;
  color: #808080;
  font-size: 20px;
  float: left;
  line-height: 2;
  position: relative;
  left: -18px;
}

/*.class_containr li:first-child{
   list-style: none;
   font-weight: 700;
   color:#ffb91a;
}*/
.class_h3 {
  font-size: 20px;
  list-style: none;
  font-weight: 700;
  color: #0089d1;
  padding-top: 15px;
}

.collapse_ul li span {
  font-size: 26px;
  padding: 0 6px;
  color: #eb0000;
  font-weight: bold;
}

.clear {
  clear: both;
}

.course_open h5 {
  color: #808080;
  font-size: 14px;
  margin-top: 15px;
  font-weight: 300;
}

.course_open h3 {
  font-size: 28px;
  margin: 0px 0 25px;
  font-weight: 700;
  color: #3c352f;
  letter-spacing: 0px;
  /*	position: absolute;*/
}

.course_open h3 p {
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: 0px;
  font-size: 18px;
  color: #987b3f;
}

.course_open h4 {
  color: #808080;
  font-size: 18px;
  font-weight: 300;
}

.course_open i {
  color: #615c59;
}

.teacher_name {
  position: absolute;
  right: 34px;
  top: 104px;
}

.course_open .course_btn {
  text-align: center;
  border-top: 1px solid #f0f0f0;
  padding: 16px 0;
}

.course_btn {
  cursor: pointer;
}

.course_open .course_btn a {
  display: inline;
  font-size: 16px;
  padding: 16px 38%;
  color: #0088D1;
  font-weight: 700;
}

.course_open .course_btn a:hover {
  color: #0b9ae5;
}

i {
  margin-right: 7px;
  font-size: 18px;
}

.modal-content {
  background-color: #fff;
}

#register_js .modal-title,
#myModalLabel {
  font-size: 24px;
  text-align: center;
  color: #eb0000;
}

.modal-title {
  font-size: 24px;
  text-align: center;
  color: #EB7700;
}

.modal-header {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1294117647);
}

.modal-footer {
  border-top: 1px solid #333;
}

.btn {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.close {
  float: right;
  font-size: 1.8em;
  line-height: 1;
  color: #b7b7b7;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
}

.close:hover {
  color: #4a4a4a;
}

.teacher_list {
  padding: 100px 14% 100px;
  margin: auto;
}

.teacher_info {
  padding: 0 3%;
}

.teacher_title {
  position: relative;
  color: #615c59;
}

.teacher_title h1 {
  margin: 4px 0 10px;
  padding-left: 8px;
  padding-bottom: 3px;
}

.teacher_title h6 {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 0;
}

.teacher_title h5 {
  position: absolute;
  top: 21px;
  right: 0;
  margin: 0;
}

.slide ol li {
  cursor: pointer;
}

.teacher_content {
  color: #615c59;
  font-size: 16px;
  border-top: 1px solid #d2d2d2;
  padding-top: 15px;
  padding-left: 20px;
}

.teacher_content li {
  list-style: disc;
  margin-bottom: 25px;
  line-height: 1.9;
}

.teacher_content li span {
  font-weight: bold;
}

#register_njs h5.modal-title {
  font-size: 22px;
  color: #EB7700;
}

.apply {
  background-color: #faf9f8;
  padding: 20px;
}

.apply ul {
  padding: 0;
}

.apply_text li {
  color: #808080;
  text-align: left;
  font-size: 16px;
  list-style-type: none;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.apply_text i {
  font-size: 12px;
  color: #808080;
  text-align: left;
}

.apply_text .fa-facebook-square {
  color: #007bff;
  font-size: 18px;
}

.apply_text li:first-child {
  font-size: 20px;
  text-align: center;
  color: #3c352f;
}

.apply ul a {
  text-decoration: underline;
}

.class_btn {
  text-align: center;
  padding: 60px 0;
}

.js_btn {
  display: inline;
  margin: 0 15px;
}

a.register-btn {
  background: #555;
  text-align: center;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.8px;
  padding: 10px 2%;
  border-radius: 33px;
}

a.register-btn.red {
  background: #0089d1;
}

a.register-btn.orange {
  background: #17C1F1;
}

button.register-btn {
  background: #555;
  text-align: center;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.8px;
  padding: 10px 2%;
  border-radius: 33px;
  border-style: hidden;
}

button.register-btn.red {
  background: #0089d1;
}

button.register-btn.orange {
  background: #17C1F1;
}

.form-group {
  color: #fff;
}

.form-group label {
  margin-bottom: 8px;
}

.form-control {
  height: 36px;
  margin: 0px 0 4px;
  font-size: 16px;
  background-color: #ffffff;
  border-color: rgba(51, 51, 51, 0.1294117647);
}

a.small-btn-red {
  text-align: center;
  width: 200px;
  height: 50px;
  line-height: 50px;
  background: #D0111B;
  color: #fff;
  font-size: 20px;
  margin: 0 auto;
  display: block;
}

.register {
  position: relative;
  z-index: 999;
  padding: 0 20px 40px;
  margin-top: 20px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1294117647);
}

.course_info {
  padding: 0 25px;
}

.info_title {
  color: #929292;
  font-size: 14px;
  color: rgba(29, 29, 29, 0.8392156863);
  text-align: left;
  margin-bottom: 4px;
  line-height: 1;
  padding: 0px 8px;
}

.info_content {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 22px;
  padding: 3px 8px;
}

ol.info_content li {
  list-style-type: decimal;
  margin-bottom: 6px;
}

.register_end {
  border-bottom: none;
}

/*contenter 結束*/
.carousel {
  background-color: #faf9f8;
  border-top: 1px solid #f0f0f0;
}

.carousel-item {
  width: 100%;
  height: auto;
}

.teacher_img img {
  width: 100%;
  height: auto;
}

.fa-angle-left,
.fa-angle-right {
  font-size: 47px;
  color: #615c59;
}

.carousel-indicators li {
  background-color: #d8d2ce;
  border-radius: 50px;
  height: 10px;
  width: 10px;
  margin-right: 5px;
  margin-left: 5px;
}

.carousel-indicators .active {
  background-color: #ffb91a;
}

.carousel-indicators {
  top: 50px;
  z-index: 3;
}

/*footer 開始*/
.ac_number {
  background-color: #fff;
}

.fa-money-check-alt {
  padding-bottom: 11px;
  color: #937639;
  font-size: 30px;
  line-height: 1.2;
}

.fa-asterisk {
  color: #fff;
  font-size: 50px;
}

.info {
  width: 100%;
  color: #ffffff;
  /*#27231e;*/
  /*padding: 3.5% 10%;*/
  font-size: 12px;
}

.info ol,
.ac_number ol {
  display: table;
  margin: 2% auto;
  color: #fff;
}

.ac_number ol {
  border-radius: 5px;
  background-color: #e4e1d9;
  padding: 3% 11%;
  color: #937638;
}

.ac_number ol .fa-asterisk {
  color: #937638;
}

.info h4,
.info p,
.ac_number h4,
.ac_number p {
  text-align: center;
}

.info h4,
.ac_number h4 {
  color: #937639;
  padding-bottom: 11px;
}

.info p,
.ac_number p {
  color: #b5b5b5;
}

.ac_number p {
  font-size: 12px;
}

.info ol li,
.ac_number ol li {
  font-size: 14px;
  list-style-type: none;
  margin-bottom: 5px;
  padding: 2px 0;
  letter-spacing: 1px;
}

.info ol li i,
.ac_number ol li i {
  font-size: 12px;
}

footer {
  padding: 30px 0 10px 0;
  background-color: #444444;
  /*margin-top: 30px;*/
  color: #ffffff;
}

footer section {
  text-align: center;
}

footer section ol {
  text-align: left;
}

.foot {
  border-top: 1px solid #333;
}

.foot img {
  width: 50%;
  height: auto;
  margin: 0 auto;
  padding-top: 40px;
}

/*footer 結束*/
/*totop*/
.totop {
  position: fixed;
  right: 17px;
  font-size: 16px;
  bottom: 20px;
  width: 54px;
  height: 130px;
  text-align: center;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.89);
  border: 1px solid rgba(122, 84, 0, 0.26);
  box-shadow: 0px 5px 18px -10px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 5px 18px -10px rgba(0, 0, 0, 0.75);
  z-index: 99999;
}

.totop_btn {
  position: absolute;
  right: 11px;
  top: 70px;
  width: 36px;
  border-radius: 2px;
  height: 60px;
  text-align: center;
}

.totop .fa-money-check-alt {
  font-size: 18px;
  display: block;
  margin-right: -2px;
  padding-bottom: 2px;
}

.totop .fa-user-tie {
  display: block;
  margin-right: -1px;
}

.fa-sort-up {
  border-top: 1px solid rgba(122, 84, 0, 0.79);
  padding-top: 9px;
  font-size: 40px;
  color: rgba(122, 84, 0, 0.79);
  text-align: center;
  top: 15px;
  left: 8px;
  position: relative;
}

.flow {
  color: rgba(122, 84, 0, 0.79);
  font-size: 18px;
  position: relative;
  top: 5px;
}

.fa-sort-up:hover,
.flow:hover {
  color: rgba(162, 114, 6, 0.79);
  transition: 0.3s;
}

input[type=checkbox],
input[type=radio] {
  margin-right: 8px;
}

.checkbox-list .checkbox,
.radio-list .radio {
  margin: 0;
}

.checkbox {
  color: rgba(29, 29, 29, 0.8392156863);
  margin-top: 0px;
  padding: 0 5px 5px;
}

.checkbox a {
  color: #EB7700;
  display: block;
  padding: 5px 0;
  letter-spacing: 1px;
  text-decoration: underline;
}

#register_js .checkbox a {
  color: #eb0000;
}

.submit {
  text-align: center;
  color: #FFF;
}

.submit a {
  font-size: 18px;
  color: #fff;
  background-color: #ff6e29;
  padding: 10px 40px;
  transition: 0.3s;
  border-radius: 22px;
}

.submit a:hover {
  color: #ffffff;
  background-color: #ff5200;
  transition: 0.3s;
}

#register_js .submit a,
#signup .submit a {
  background-color: #eb0000;
}

#register_js .submit a:hover {
  color: #ffffff;
  background-color: #ea1e1e;
  transition: 0.3s;
}

.radio-content {
  float: left;
  width: 95px;
}

.radio label {
  color: rgba(29, 29, 29, 0.8392156863);
  margin-right: 1px;
  font-size: 16px;
}

.radio {
  color: rgba(29, 29, 29, 0.8392156863);
  margin-right: 1px;
  padding: 4px 6px;
}

/*risk*/
/*.risk_div {
	padding:15px;
}*/
.risk_div .modal-content {
  width: 100%;
  height: auto;
  padding-bottom: 5%;
}

#risk_div,
#risk_div_js {
  padding-right: 0px !important;
}

.img-risk {
  width: 100%;
}

.iframediv {
  width: 100%;
  overflow: scroll;
  height: 70vh;
}

.risk_btn {
  width: 80%;
  height: auto;
  box-sizing: border-box;
  background-color: #fff;
  margin: auto;
}

.risk_btn p {
  color: #ff6e29;
  text-align: center;
}

.risk_btn a {
  width: 42%;
}

.modal-footer {
  border-top: 1px solid rgba(51, 51, 51, 0.1294117647);
}

.footer_pic {
  text-align: center;
  padding-top: 20px;
}

@media screen and (max-width: 1300px) {
  .teacher_name {
    position: inherit;
    padding: 10px 0 0 0;
  }
  .foot img {
    width: 75%;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
  }
}
@media screen and (max-width: 992px) {
  .nav-link { /*20221103*/
    display: block;
    float: left;
    border: 1px solid #ccc;
    width: 100px !important;
    padding: 5px 3px;
    margin: 0 2px 8px 2px;
  }
  .nav-link:hover {
    background-color: #fdfdfc;
  }
  .map,
  .collapse_ul {
    width: 100%;
  }
  .apply_text li {
    line-height: 2;
  }
  a.register-btn {
    padding: 10px 4%;
  }
  .phone_open {
    display: inline-block;
    padding: 8px 10px;
  }
  .Community {
    display: block;
    padding-left: 0;
  }
  .Community li {
    list-style: none;
  }
  .header_icon {
    display: none;
  }
  .dropdown-item {
    padding: 0.5rem 0;
  }
  .fa-line,
  .fa-facebook-square {
    font-size: 45px;
  }
}
@media screen and (max-width: 768px) {
  .info_title {
    text-align: left;
  }
  header {
    /*height: 350px;*/
    /*background: url(images/headerimg_pad.jpg) center;*/
    background-size: cover;
  }
  .foot img {
    width: 90%;
  }
  .radio {
    padding-top: 6px;
    /*padding-bottom: 10px;*/
  }
}
@media screen and (max-width: 525px) {
  .teacher_name {
    position: inherit;
    padding: 10px 0 0 0;
  }
  .map {
    width: 100%;
    padding-bottom: 100%;
  }
  .class_btn {
    padding: 80px 0;
  }
  .js_btn {
    margin: 50px 0;
  }
  a.register-btn {
    padding: 20px 5%;
    font-size: 4vw;
  }
  .header_text {
    font-size: 60px;
    /* bottom: -180px;*/
  }
  .foot img {
    width: 100%;
  }
  .teacher_title h6,
  .teacher_title h5,
  .teacher_title {
    position: inherit;
    text-align: center;
    line-height: 1.3;
    top: 0px;
    padding-bottom: 5px;
    font-weight: 300;
    font-size: 15px;
  }
  .container {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }
  .teacher_list {
    padding: 75px 14% 100px;
  }
  .totop {
    right: 20px;
    width: 50px;
  }
}
@media screen and (max-width: 452px) {
  .navbar-brand {
    width: 170px;
  }
  .navbar-brand img {
    width: 73%;
  }
  .teacher_info {
    padding: 0;
  }
  .header_text {
    font-size: 56px;
    /*bottom: 168px;*/
  }
  .teacher {
    width: 150px;
    line-height: 2.5;
  }
  .info p {
    font-size: 12px;
  }
  .course_open .course_btn a {
    padding: 16px 28%;
  }
  .class_btn {
    padding: 0;
  }
  .pic_icon img {
    right: 32%;
  }
  .js_btn {
    display: block;
  }
  a.register-btn {
    font-size: 16px;
  }
  a.register-btn.red {
    padding: 20px 45px;
  }
  a.register-btn.orange {
    padding: 20px 36px;
  }
  .header_text p {
    font-size: 13vw;
  }
  .header_text {
    font-size: 56px;
    bottom: -175px;
  }
  .navbar {
    padding: 0.5rem 2rem;
  }
  .navbar-toggler {
    padding: 0.1rem 0.5rem;
  }
  header {
    /*width: 100%;*/
    /*height: 350px;*/
    /*background: url(images/headerimg_phone.jpg) center;*/
    /*background-attachment: fixed;*/
    /*background-repeat: no-repeat;*/
    background-position: center;
    background-size: cover;
  }
  /*totop
  .totop{
  	width: 60px;
  	height: 60px;
  }

  .fa-angle-up{
     font-size: 45px;
  }*/
}
@media screen and (max-width: 375px) {
  .pic_icon img {
    right: 28%;
  }
  a.register-btn.red {
    padding: 20px 22%;
  }
  a.register-btn.orange {
    padding: 20px 18%;
  }
  .header_text {
    bottom: -201px;
  }
  .class_container ul {
    margin: 43px 0;
  }
  .course_open h4 {
    letter-spacing: 1px;
  }
  .iframediv {
    height: 60vh;
  }
}
/* Media Queries */
/* Card sizing */
/* Colors */
/* Calculations */
/* Placeholders */
@media (min-width: 1200px) {
  #timeline .demo-card:nth-child(odd) .head::after,
  #timeline .demo-card:nth-child(even) .head::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }
  #timeline .demo-card:nth-child(odd) .head::before,
  #timeline .demo-card:nth-child(even) .head::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background-color: #f9b500;
    border-radius: 9px;
    box-shadow: 0px 0px 2px 8px #f7f7f7;
  }
}
/* Some Cool Stuff */
.demo-card:nth-child(1) {
  order: 1;
}

.demo-card:nth-child(2) {
  order: 4;
}

.demo-card:nth-child(3) {
  order: 2;
}

.demo-card:nth-child(4) {
  order: 5;
}

.demo-card:nth-child(5) {
  order: 3;
}

.demo-card:nth-child(6) {
  order: 6;
}

/* Border Box */
* {
  box-sizing: border-box;
}

/* Fonts */
#timeline .modal-content {
  background-color: #F6F6F6;
}

.start_class {
  margin: auto;
  background-color: #f9b500;
  color: #FFF;
  border-radius: 53px;
  width: 250px;
  font-size: 20px;
  text-align: center;
  padding: 12px 0;
  cursor: pointer;
}

.start_class:hover {
  transition: 0.5s;
  background-color: #F1BE33;
}

.demo-card--step2 a {
  padding: 12px;
  border-radius: 25px;
  background-color: #f3f3f3;
}

.demo-card--step2 i {
  font-size: 14px;
}

.demo-card--step2 p {
  margin-top: 10px;
}

#timeline {
  padding: 50px 10px;
  background: #f7f7f7;
  border-top: 1px solid rgba(191, 191, 191, 0.4);
  border-bottom: 1px solid rgba(191, 191, 191, 0.4);
}

#timeline h1 {
  text-align: center;
  font-size: 50px;
  font-weight: 200;
  margin-bottom: 20px;
}

#timeline .demo-card-wrapper {
  position: relative;
  margin: auto;
}

#timeline .close {
  position: relative;
  right: 20px;
}

@media (min-width: 1200px) {
  #timeline .demo-card-wrapper {
    display: flex;
    flex-flow: column wrap;
    width: 1170px;
    height: 940px;
    margin: 0 auto;
  }
}
#timeline .demo-card-wrapper::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 1px solid rgba(191, 191, 191, 0.4);
}

.timeline .modal-content {
  border: 0;
}

@media (min-width: 1200px) {
  #timeline .demo-card-wrapper::after {
    border-left: 1px solid rgba(191, 191, 191, 0.4);
  }
}
#timeline .demo-card {
  position: relative;
  display: block;
  margin: 10px auto 80px;
  max-width: 94%;
  z-index: 2;
}

@media (min-width: 480px) {
  /* #timeline .demo-card {
    max-width: 60%;
    box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
  }*/
}
@media (min-width: 576px) {
  .timeline .modal-dialog {
    max-width: 100%;
    margin: 30px auto;
  }
}
@media (min-width: 720px) {
  #timeline .demo-card {
    max-width: 95%;
  }
}
@media (min-width: 1200px) {
  #timeline .demo-card {
    max-width: 450px;
    height: 290px;
    margin: 90px;
    margin-top: 45px;
    margin-bottom: 45px;
  }
  #timeline .demo-card:nth-child(odd) {
    margin-right: 45px;
  }
  #timeline .demo-card:nth-child(odd) .head::after {
    border-left-width: 15px;
    border-left-style: solid;
    left: 100%;
  }
  #timeline .demo-card:nth-child(odd) .head::before {
    left: 491.5px;
  }
  #timeline .demo-card:nth-child(even) {
    margin-left: 45px;
  }
  #timeline .demo-card:nth-child(even) .head::after {
    border-right-width: 15px;
    border-right-style: solid;
    right: 100%;
  }
  #timeline .demo-card:nth-child(even) .head::before {
    right: 489.5px;
  }
  #timeline .demo-card:nth-child(2) {
    margin-top: 180px;
  }
}
#timeline .demo-card .head {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 400;
  background-color: #f9b500;
  border-radius: 5px 5px 0 0;
}

#timeline .demo-card .head .number-box {
  display: inline;
  float: left;
  margin: 15px;
  padding: 10px;
  font-size: 35px;
  line-height: 35px;
  font-weight: 35px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}

#timeline .demo-card .head h2 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: inherit;
  letter-spacing: 1px;
  margin: 0;
  padding-right: 6px;
  padding-bottom: 6px;
  line-height: 20px;
}

/*@media (min-width: 480px) {
  #timeline .demo-card .head h2 {
    font-size: 165%;
    line-height: 1.2rem;
  }
}*/
#timeline .demo-card .head h2 span {
  display: block;
  font-size: 0.6rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.5294117647);
  font-weight: 900;
}

@media (min-width: 480px) {
  #timeline .demo-card .head h2 span {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5294117647);
    font-weight: 900;
  }
}
#timeline .demo-card .body {
  background: #fff;
  border: 1px solid rgba(191, 191, 191, 0.4);
  border-top: 0;
  padding: 15px;
  border-radius: 0 0 5px 5px;
}

@media (min-width: 1000px) {
  /* #timeline .demo-card .body {
    height: 315px;
  }*/
}
#timeline .demo-card .body p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
}

#timeline .demo-card .body img {
  display: block;
  width: 100%;
}

/* #timeline .demo-card--step1 {
background-color: #ff611a;
}*/
#timeline .demo-card--step1 .head::after {
  border-color: #f9b500;
}

/*#timeline .demo-card--step2 {
  background-color: #ff611a;
}*/
#timeline .demo-card--step2 .head::after {
  border-color: #f9b500;
}

/*#timeline .demo-card--step3 {
  background-color:  #ff611a;
}*/
#timeline .demo-card--step3 .head::after {
  border-color: #f9b500;
}

/*#timeline .demo-card--step4 {
  background-color:  #ff611a;
}*/
#timeline .demo-card--step4 .head::after {
  border-color: #f9b500;
}

/*#timeline .demo-card--step5 {
  background-color:  #ff611a;
}*/
#timeline .demo-card--step5 .head::after {
  border-color: #f9b500;
}

/* social icon bkcolor */
.social_item {
  /*color: #fff;*/
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  display: inline-block;
  margin: 5px 0;
  width: 30px;
  height: 30px;
}

.bg_line {
  color: #fff !important;
  background-color: #00c300 !important;
}

.bg_fb {
  color: #fff !important;
  background-color: #3A54B3 !important;
}

.bg_gplus {
  color: #fff !important;
  background-color: #FF4251 !important;
}

.bg_email {
  color: #fff !important;
  background-color: #00B3B0 !important;
}

.bg_twitter {
  background-color: #61D2FE;
}

.messagebg {
  background: #f2f2f2;
  width: 100%;
  display: block;
}

.wrap-contact100 {
  width: 100%;
  max-width: 800px;
  background: transparent;
  padding: 50px 0px 50px 0px;
  display: block;
  margin: 0 auto;
}

.wrap-input100 {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.container-contact100-form-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 10px;
}

.input100 {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  font-size: 18px;
  color: #999999;
  line-height: 1.2;
}

input.input100 {
  height: 45px;
  padding: 0 20px;
}

textarea.input100 {
  min-height: 169px;
  padding: 19px 20px 0 20px;
}

.focus-input100 {
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  background-color: #fff;
  pointer-events: none;
  transition: all 0.4s;
}

.input100:focus + .focus-input100 {
  width: calc(100% + 20px);
}

.contact100-form {
  width: 100%;
}

.contact100-form-title {
  display: block;
  font-family: Ubuntu-Bold;
  font-size: 30px;
  color: #403866;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 49px;
}

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