@charset "UTF-8";
/* =======================================================================
 * *Zerif -One Page Respossive HTML5 Template
 * *======================================================================= */
/* --------------------------------------
 * *=========================================
 * *GLOBAL STYLES
 * *=========================================
 * *----------------------------------------- */
html {
  font-size: 100%;
}

body {
  font-family: "Lato", sans-serif !important;
  font-size: 14px;
  color: #afafaf;
  font-weight: normal;
  overflow-x: hidden !important;
  line-height: 25px;
  text-align: center;
  background: #080808;
}

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* Other fixes */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

i {
  vertical-align: middle;
}

li {
  list-style: none;
}

/* Selection colours (easy to forget) */
::-moz-selection, ::selection, ::-moz-selection {
  background: #FC6D6D;
  color: #FFF;
}

a {
  color: #e96656;
  -webkit-transition: all 700ms;
  transition: all 700ms;
}

p {
  margin: 0;
}

.full-width {
  width: 100%;
  margin: auto;
}

/*---------------------------------------
 * *  *   TYPOGRAPHY                     -----
 * *----------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

h1, h2 {
  font-family: "Montserrat", "sans-serif";
  font-weight: 700;
  text-transform: uppercase;
}

h1 {
  font-size: 55px;
}

h2 {
  font-size: 45px !important;
  line-height: 55px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 16px;
}

/*---------------------------------------
 * *  *   BUTTONS                        -----
 * *----------------------------------------- */
.buttons {
  text-align: center;
  margin-bottom: 100px;
  margin-top: 45px;
}

.button {
  display: inline-block !important;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 35px 10px 35px;
  border-radius: 4px;
  margin: 10px;
}

.custom-button {
  display: inline-block !important;
  text-align: center;
  text-transform: uppercase;
  padding: 13px 35px 13px 35px;
  border-radius: 4px;
  margin: 10px;
  border: none;
}

.red-btn {
  background: #e96656;
}

.green-btn {
  background: #20AA73;
}

.blue-btn {
  background: #3ab0e2;
}

.yellow-btn {
  background: #E7AC44;
}

.red-btn, .green-btn, .blue-btn, .yellow-btn {
  color: #FFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blue-btn:hover {
  color: #FFF;
  background: #1288b9;
}

.red-btn:hover {
  color: #FFF;
  background: #cb4332;
}

.green-btn:hover {
  color: #FFF;
  background: #069059;
}

.yellow-btn:hover {
  color: #FFF;
  background: #d8951e;
}

/*---------------------------------------
 * *  *   COLORS                         -----
 * *----------------------------------------- */
/** BACKGROUNDS * */
.red-bg {
  background: #e96656;
}

.green-bg {
  background: #34d293;
}

.blue-bg {
  background: #3ab0e2;
}

.yellow-bg {
  background: #E7AC44;
}

.dark-bg {
  background: #404040;
}

.white-bg {
  background: #FFFFFF;
}

/** FOR TEXTS AND ICON FONTS * */
.red-text {
  color: #e96656;
}

.green-text {
  color: #34d293;
}

.blue-text {
  color: #3ab0e2;
}

.yellow-text {
  color: #f7d861;
}

.dark-text {
  color: #404040;
}

.white-text {
  color: #FFFFFF;
}

/*---------------------------------------
 * *  *   BORDER BOTTOMS                 -----
 * *----------------------------------------- */
.white-border-bottom:before {
  position: absolute;
  margin: auto;
  z-index: 1;
  content: "";
  width: 50%;
  height: 2px;
  background: #F5F5F5;
  bottom: -9px;
  left: 25%;
}

.dark-border-bottom:before {
  position: absolute;
  margin: auto;
  z-index: 1;
  content: "";
  width: 50%;
  height: 2px;
  background: #404040;
  bottom: -9px;
  left: 25%;
}

.red-border-bottom:before {
  position: absolute;
  margin: auto;
  z-index: 1;
  content: "";
  width: 75%;
  height: 2px;
  background: #e96656;
  bottom: -9px;
  left: 12.5%;
}

.green-border-bottom:before {
  position: absolute;
  margin: auto;
  z-index: 1;
  content: "";
  width: 75%;
  height: 2px;
  background: #34d293;
  bottom: -9px;
  left: 12.5%;
}

.blue-border-bottom:before {
  position: absolute;
  margin: auto;
  z-index: 1;
  content: "";
  width: 75%;
  height: 2px;
  background: #3ab0e2;
  bottom: -9px;
  left: 12.5%;
}

.yellow-border-bottom:before {
  position: absolute;
  margin: auto;
  z-index: 1;
  content: "";
  width: 75%;
  height: 2px;
  background: #f7d861;
  bottom: -9px;
  left: 12.5%;
}

/*---------------------------------------
 * *  *   FORM                           -----
 * *----------------------------------------- */
.input-box {
  border: 0;
  width: 274px;
  text-align: left;
  text-transform: none;
  padding: 9px;
  min-height: 46px;
  padding-left: 15px;
  display: inline-block;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.95);
}

.textarea-box {
  border: 0;
  text-align: left;
  text-transform: none;
  padding: 9px;
  min-height: 250px;
  padding-left: 15px;
  display: inline-block;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.95);
}

textarea:hover, input:hover, textarea:active, input:active, textarea:focus, input:focus {
  outline: 1 !important;
  outline-color: black !important;
  -webkit-appearance: none;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/*---------------------------------------
 * *  *   SECTION HEADERS                -----
 * *----------------------------------------- */
/*** SECTION HEADERS ** */
.about, .works, .about-us, .features, .locations, .faculty, .testimonial, .contact-us {
  padding-top: 0px;
}

.section-header {
  text-align: center;
  padding-bottom: 75px;
}
.section-header h2 {
  padding-bottom: 10px;
  line-height: 40px;
  position: relative;
  display: inline-block;
}
.section-header h6 {
  font-size: 16px;
}

/* PRE LOADER */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fefefe;
  z-index: 99999;
  height: 100%;
  width: 100%;
  overflow: hidden !important;
}

.status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}

/*---------------------------------------
 * *=========================================
 * *  *   SECTION STYLES                 -----
 * *=========================================
 * *----------------------------------------- */
/*---------------------------------------
 * *  *   SECTION:  HOME                  -----
 * *----------------------------------------- */
.header {
  background-color: #029dde;
  min-height: 600px;
  position: relative;
  /*overflow: hidden; */
}

/*----  SECTION:  HOME > TOP BAR   ---- */
.navbar {
  background: #FFF;
  overflow: hidden;
  border: 0;
  border-radius: 0 !important;
  text-align: left;
  /*-webkit-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
  * *      box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08); */
}

#main-nav {
  position: absolute;
  width: 100%;
  z-index: 1000;
  min-height: 75px;
}
#main-nav.fixed {
  /*position: fixed !important; */
  top: 0;
}

.navbar-inverse .navbar-nav > li {
  display: inline;
  margin-right: 20px;
  margin-top: 20px;
}
.navbar-inverse .navbar-nav > li:last-child {
  margin-right: 0 !important;
}
.navbar-inverse .navbar-nav > li > a {
  color: #404040;
  padding: 0;
  line-height: 35px;
}

.navbar-brand {
  height: 76px;
  position: relative;
  line-height: 45px;
  padding-top: 23px;
}

.navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}

.current a {
  color: #e96656 !important;
  position: relative;
  outline: none;
}
.current:before {
  position: absolute;
  margin: auto;
  z-index: 1;
  content: "";
  width: 75%;
  height: 2px;
  background: black;
  bottom: 0px;
  left: 12.5%;
}

.navbar-inverse .navbar-nav > li > a:hover {
  color: #e96656;
  outline: none;
}

.navbar-toggle {
  border: 0;
  background-color: white;
  /*border: 1px solid #58595B; */
  margin-top: 23px;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #e96656;
  filter: alpha(opacity=100);
  opacity: 1;
}

/*----  SECTION:  HOME > INTRO AND SHORT MSGS   ---- */
.intro {
  text-align: center;
  color: #FFF;
  margin-top: 25%;
  line-height: 65px;
  z-index: 0;
}

/* Short Messages */
.bottom-message-section {
  margin-top: 14%;
  position: relative;
}

.short-text {
  margin: auto;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
}

/*---------------------------------------
 * *  *   SECTION:  OUR FOCUS             -----
 * *----------------------------------------- */
.about {
  padding-bottom: 0px;
  overflow: hidden;
  background: #029dde;
}
.about .heading {
  color: #f5c95d;
  line-height: 40px;
  font-size: 28px;
  margin-top: 90px;
}

@media (max-width: 375px) {
  .about .heading {
    margin-top: 52px;
  }
}
.focus-box {
  margin-bottom: 75px;
}
.focus-box .service-icon {
  margin-bottom: 30px;
  width: 145px;
  height: 145px;
  margin: auto;
  border-radius: 50%;
  border: 10px solid #ececec;
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* ON HOVER COLORED ROUNDED CIRCLE AROUND ICONS */
.red, .green, .blue, .yellow {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.red:hover .service-icon {
  border: 10px solid #e96656;
}

.green:hover .service-icon {
  border: 10px solid #34d293;
}

.blue:hover .service-icon {
  border: 10px solid #3ab0e2;
}

.yellow:hover .service-icon {
  border: 10px solid #f7d861;
}

.focus-box h5 {
  margin-bottom: 15px;
  color: #404040;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 17px;
}
.focus-box p {
  font-size: 14px;
}

/*----OTHER FOCUSES ---- */
.other-focuses {
  background: url(../images/lines.png) repeat-x center;
  margin-bottom: 25px;
}
.other-focuses .section-footer-title {
  background: #FFF;
  padding: 0 15px;
  color: #404040;
  font-weight: bold;
}

.other-focus-list {
  padding-top: 5px;
  margin-bottom: -17px;
}
.other-focus-list ul li {
  display: inline-block;
  margin-right: 50px;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.other-focus-list ul li:last-child {
  margin-right: 0;
}
.other-focus-list ul li i {
  margin-right: 8px;
}

/*---------------------------------------
 * *  *   SECTION:  SEPARATOR ONE         -----
 * *----------------------------------------- */
.separator-one {
  background: rgba(52, 210, 147, 0.8);
  padding: 100px 0 100px 0;
}
.separator-one .green-btn {
  background: #14a168;
}
.separator-one .green-btn:hover {
  background: #007345;
}
.separator-one .text {
  color: #FFF;
  line-height: 34px;
  padding: 0;
  max-width: 800px;
  margin-bottom: 20px;
}

/*---------------------------------------
 * *  *   SECTION:  PORTFOLIO          -----
 * *----------------------------------------- */
.works {
  /*background: url('../images/backgrounds/BG_testimonies.gif') no-repeat; */
  background-repeat: no-repeat;
  background-position: right top;
  min-height: 420px;
  background-size: 1280px;
}

.attend {
  /*background: url('../images/backgrounds/BG_reasons_to_attend.gif') no-repeat; */
  background-repeat: no-repeat;
  background-position: right top;
  min-height: 320px;
  background-size: 1280px;
}

/* IMAGE GRID */
.cbp-rfgrid {
  margin: auto;
  padding: 0;
  list-style: none;
  position: relative;
  width: 100%;
}
.cbp-rfgrid li {
  position: relative;
  float: left;
  overflow: hidden;
  width: 25%;
  /* Fallback */
  width: -webkit-calc(100% / 4);
  width: 25%;
  -webkit-transition: 0.4s all linear;
  transition: 0.4s all linear;
}
.cbp-rfgrid li a {
  display: block;
  max-width: 100%;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  cursor: pointer;
  -webkit-transition: 0.4s all linear;
  transition: 0.4s all linear;
}
.cbp-rfgrid li a img {
  display: block;
  max-width: 100%;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  cursor: pointer;
  -webkit-transition: 0.4s all linear;
  transition: 0.4s all linear;
}
.cbp-rfgrid li a:hover img {
  -webkit-transform: scale(1.05, 1.07);
  -ms-transform: scale(1.05, 1.07);
  transform: scale(1.05, 1.07);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}
.cbp-rfgrid li a .project-info {
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  background: rgba(0, 0, 0, 0.5);
  padding-top: 25%;
  text-align: center;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.cbp-rfgrid li a .project-info .project-details {
  position: relative;
  top: -29px;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
  width: 100%;
}
.cbp-rfgrid li a .project-info h5 {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.cbp-rfgrid li a:hover .project-info {
  filter: alpha(opacity=100);
  opacity: 1;
}
.cbp-rfgrid li a:hover .project-details {
  filter: alpha(opacity=100);
  opacity: 1;
  top: 0;
}
.cbp-rfgrid li a:hover .button {
  filter: alpha(opacity=100);
  opacity: 1;
  bottom: -50px;
}

/* Flexbox is used for centering the heading */
/* media queries:  change number of items per row */
@media screen and (max-width: 1200px) {
  .bulletin {
    top: 43% !important;
    width: 650px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .bulletintext {
    font-size: 16px !important;
    line-height: 38px !important;
    padding: 0 20px !important;
  }
  .bulletin a {
    padding: 0 20px !important;
    font-size: 16px !important;
  }
}
@media screen and (max-width: 1190px) {
  .cbp-rfgrid li {
    width: 25%;
    /* Fallback */
    width: -webkit-calc(100% / 4);
    width: 25%;
  }
}
@media screen and (max-width: 1024px) {
  .cbp-rfgrid li {
    width: 33.3333333333%;
    /* Fallback */
    width: -webkit-calc(100% / 3);
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .cbp-rfgrid li {
    width: 50%;
    /* Fallback */
    width: -webkit-calc(100% / 2);
    width: 50%;
  }
  .bulletin {
    top: 40% !important;
    width: 450px !important;
  }
  .bulletintext {
    font-size: 15px !important;
    line-height: 27px !important;
  }
}
@media screen and (max-width: 480px) {
  .cbp-rfgrid li {
    width: 100%;
  }
  .bulletin {
    top: 44% !important;
    display: none;
    /*   		width: 365px!important;
    * *     	width: 100%!important; */
  }
  .title {
    margin-bottom: 0px !important;
  }
  .bulletintext {
    font-size: 8px !important;
    line-height: 20px !important;
    padding: 5px 5px !important;
  }
}
@media screen and (max-width: 300px) {
  .cbp-rfgrid li {
    width: 100%;
  }
}
/* PROJECT DETAILS LOADER */
#back-button {
  display: none;
  text-align: center;
  text-transform: uppercase;
  padding: 13px 35px 13px 35px;
  border-radius: 4px;
  margin: 10px;
}
#back-button i {
  margin-right: 10px;
}

#loader {
  min-height: 930px;
  position: relative;
  display: none;
}
#loader .loader-icon {
  background-color: #FFF;
  margin: -22px -22px;
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: fixed;
  width: 44px;
  height: 44px;
  -webkit-background-size: 30px 30px;
  background-size: 30px 30px;
  border-radius: 5px;
}

/*---------------------------------------
 * *  *   SECTION:  ABOUT US              -----
 * *----------------------------------------- */
.about-us {
  background: #272727;
  color: #FFF;
  padding-bottom: 100px;
}
.about-us .big-intro {
  text-align: right;
  font-weight: 300;
  font-size: 60px;
  line-height: normal;
  margin-top: -15px;
}
.about-us p {
  text-align: left;
  color: #939393;
}
.about-us .column {
  margin-bottom: 78px;
}

/*--SKILLS -- */
.skills {
  text-align: left;
}
.skills .skill {
  display: block;
  clear: both;
  margin-top: 0;
  margin-bottom: 25px;
}
.skills .skill .skill-count {
  display: inline-block;
  height: 64px;
  margin-top: 3px;
  float: left;
  margin-right: 15px;
  margin-bottom: 25px;
}
.skills li:last-child {
  margin-bottom: 0;
}
.skills .skill .skill1 {
  font-size: 16px !important;
}

.skill2, .skill3, .skill4 {
  font-size: 16px !important;
}

.skills .skill h6 {
  text-transform: uppercase;
  font-weight: 700;
}
.skills .skill p {
  line-height: 20px;
  color: #8f8f8f;
}

/*--OUR CLIENTS -- */
.our-clients {
  background: url(../images/lines-dark.png) repeat-x center;
  margin-bottom: 40px;
}
.our-clients .section-footer-title {
  background: #272727;
  padding: 0 15px;
  color: #FFF;
}
.our-clients h5 {
  font-weight: 700;
}

.client-list {
  padding-top: 5px;
  margin-bottom: -17px;
}
.client-list ul li {
  vertical-align: middle;
  display: inline-block;
  margin-right: 24px;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.client-list ul li img {
  max-width: 130px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
  -webkit-transition: all ease 0.55s;
  transition: all ease 0.55s;
}
.client-list ul li img:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.client-list ul li:last-child {
  margin-right: 0;
}
.client-list ul li i {
  margin-right: 8px;
}

/*---------------------------------------
 * *  *   SECTION:  STATS                 -----
 * *----------------------------------------- */
.stats {
  /*background: url('../images/backgrounds/2020/bg_wall.jpg') no-repeat; */
  background-size: 100%;
  background: linear-gradient(0deg, rgb(2, 0, 36) 0%, rgb(2, 157, 222) 100%, rgb(2, 157, 222) 100%);
  /*background-repeat: no-repeat !important; */
  background-position-y: 5%;
  padding: 22px 0 0 0 !important;
  clear: both;
}

.stat {
  margin-bottom: 40px;
}
.stat .icon-top {
  font-size: 40px;
  height: 50px;
  line-height: 50px;
}
.stat .stat-text {
  display: inline-block;
  position: relative;
}
.stat h3 {
  margin-top: 20px;
  padding-bottom: 5px;
  position: relative;
  display: inline-block;
}
.stat h6 {
  color: #d1d1d1;
  margin-top: 15px;
}

/*---------------------------------------
 * *  *   SECTION:  OUR TEAM              -----
 * *----------------------------------------- */
.our-team {
  padding-bottom: 66px;
  padding-top: 100px;
  background: #FFFFFF;
}

.team-member {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  margin-bottom: 35px;
}
.team-member .details {
  text-align: left;
  font-size: 13px;
  line-height: 20px;
  position: absolute;
  padding: 15px;
  top: -200px;
  left: 0;
  width: 100%;
  height: 190px;
  -webkit-transition: all 1500ms;
  transition: all 1500ms;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.team-member .member-details {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}
.team-member:hover .details {
  top: 0;
  background: #333;
  color: white;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.team-member .profile-pic {
  border-radius: 50%;
  width: 174px;
  height: 174px;
  margin: auto;
  overflow: hidden;
  margin-bottom: 25px;
}
.team-member .profile-pic img {
  width: 100%;
  height: 100%;
}
.team-member h5 {
  text-transform: uppercase;
  color: #404040;
  font-weight: 700;
  position: relative;
}
.team-member .position {
  font-size: 13px;
  margin-top: 15px;
}
.team-member .social-icons {
  margin-bottom: 25px;
}
.team-member .social-icons ul li {
  display: inline-block;
  line-height: 32px;
  margin: 6px;
}
.team-member .social-icons ul li a {
  background: #FFF;
  font-size: 18px;
  border-radius: 50%;
  color: #808080;
}
.team-member .social-icons ul li a:hover {
  color: #e96656;
}

/*---------------------------------------
 * *  *   SECTION:  FEATURES              -----
 * *----------------------------------------- */
.features {
  background: #FFFFFF;
  text-align: left;
  padding-bottom: 51px;
}
.features .feature {
  margin-bottom: 55px;
}
.features .feature-icon {
  font-size: 55px;
  float: left;
  margin-top: 10px;
  margin-right: 25px;
}
.features .feature h5 {
  font-weight: bold;
  line-height: 28px;
  color: #404040;
}
.features .feature p {
  font-size: 14px;
}

/*---------------------------------------
 * *  *   SECTION:  Pacages               -----
 * *----------------------------------------- */
.locations {
  padding-bottom: 50px;
  background: url("../images/backgrounds/BG_locations_new.gif") no-repeat;
  background-size: 1280px;
  background-position: left bottom;
  background-color: #545454;
}

.package {
  border-radius: 4px;
  background: #FFFFFF;
  margin-top: 25px;
  margin-bottom: 50px;
  padding-bottom: 15px;
}

.package-header {
  height: 57px;
  color: #FFF;
  line-height: 57px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.package-header h5 {
  text-transform: uppercase;
  font-weight: bold;
}

.price {
  line-height: 120px;
  height: 100px;
  color: #FFF;
  font-weight: 400;
}
.price h4 {
  display: inline;
  font-size: 40px;
  line-height: normal;
  margin-bottom: 0;
}
.price h4 .dollar-sign {
  font-size: 17px;
  vertical-align: super;
}
.price .price-meta {
  line-height: normal;
  text-transform: uppercase;
  color: #9f9f9f;
}

.package ul li {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 80%;
  margin: auto;
  border-bottom: 1px dotted #dadada;
}
.package ul li:last-child {
  border-bottom: 0;
}

.best-value .package {
  margin-top: 0;
}
.best-value .package-header {
  padding-top: 17px;
  height: 82px !important;
  height: 72px;
}
.best-value .package-header h4 {
  font-weight: bold;
  line-height: 29px;
  text-transform: uppercase;
}
.best-value .package-header .meta-text {
  font-size: 13px;
  line-height: normal;
}

.package ul li i {
  font-size: 13px;
  margin-right: 5px;
}

.order {
  background: #d8ccba;
  color: #404040;
}

.package .order-now {
  line-height: 45px;
  max-width: 100%;
  display: block;
  background: #404040;
  color: #FFF;
  -webkit-transition: all 700ms;
  transition: all 700ms;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.package .order-now:hover {
  background: #e96656;
}

/*---------------------------------------
 * ***   SECTION:  PRODUCTS             -----
 * *----------------------------------------- */
.products {
  background: url(../images/product-bg.png) 50% 0 repeat;
}
.products .color-overlay {
  background: rgba(39, 144, 176, 0.96);
  margin-top: -100px;
  padding-bottom: 70px;
}

/*--ITEMS IMAGES-- */
.item-1 {
  background-image: url(../images/products/faculty_2017_bill_hybels.jpg);
  background-repeat: no-repeat;
}

.item-2 {
  background-image: url(../images/products/faculty_2017_angela_duckworth.jpg);
  background-repeat: no-repeat;
}

.item-3 {
  background-image: url(../images/products/faculty_2017_marcus_buckingham.jpg);
  background-repeat: no-repeat;
}

.item-4 {
  background-image: url(../images/products/faculty_2017_sheryl_sandberg.jpg);
  background-repeat: no-repeat;
}

.item-5 {
  background-image: url(../images/products/faculty_2017_laszlo_bock.jpg);
  background-repeat: no-repeat;
}

.item-6 {
  background-image: url(../images/products/faculty_2017_andy_stanley.jpg);
  background-repeat: no-repeat;
}

.item-7 {
  background-image: url(../images/products/faculty_2017_gary_haugen.jpg);
  background-repeat: no-repeat;
}

.item-8 {
  background-image: url(../images/products/faculty_2017_marcus_lemonis.jpg);
  background-repeat: no-repeat;
}

.item-9 {
  background-image: url(../images/products/faculty_2017_juliet_funt.jpg);
  background-repeat: no-repeat;
}

.item-10 {
  background-image: url(../images/products/faculty_2017_fredrik_haren.jpg);
  background-repeat: no-repeat;
}

.item-11 {
  background-image: url(../images/products/faculty_2017_bryan_stevenson.jpg);
  background-repeat: no-repeat;
}

.item-12 {
  background-image: url(../images/products/faculty_2017_immaculee_ilibagiza.jpg);
  background-repeat: no-repeat;
}

/*---ITEM STYLE --- */
.item {
  width: 100%;
  height: 500px;
  display: block;
  -webkit-background-size: 100%;
  background-size: contain;
  position: relative;
  margin: auto;
  margin-bottom: 30px;
  z-index: 5;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
  border-radius: 4px;
}

.item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.item-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.item-top-content {
  position: relative;
}

.item-top-content-inner {
  position: absolute;
  bottom: 0;
  padding: 10px 15px 10px 15px;
  background: rgb(255, 255, 255);
  width: 100%;
  height: 150px;
}

.item-add-content {
  padding: 0 15px 15px 15px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.item-add-content-inner {
  border: 0px solid #dadada;
  border-top-width: 1px;
  padding-top: 10px;
}

.item-top-title {
  text-align: left;
}
.item-top-title h3 {
  margin-bottom: 7px;
}

/* ITEM DETAILS */
.item-product {
  /*width: 70%; */
  float: left;
}

.item-product-price {
  width: 30%;
  float: right;
  text-align: right;
}

.subdescription {
  /*font-size: 16px; */
  font-weight: 400;
  color: #f5c95d;
  text-align: left;
  line-height: 25px;
}

/*---PRODUCT PRICE--- */
.item-product-price {
  font-size: 1em;
  font-weight: 700;
  position: relative;
}
.item-product-price .subdescription {
  color: #808080;
}

.old-price {
  border: 0 solid #808080;
  border-bottom-width: 1px;
  margin-top: -11px;
  width: 30px;
  position: absolute;
  right: -2px;
  bottom: 10px;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

/*---ITEM DESCRIPTION --- */
.item-content {
  background: rgba(255, 255, 255, 0.85);
}

.item-add-content {
  font-weight: 400;
  color: #808080;
}
.item-add-content .section {
  margin-bottom: 10px;
}
.item-add-content .section:last-of-type {
  margin-bottom: 0;
}
.item-add-content p {
  font-size: 14PX;
}

/*---------------------------------------
 * *  *   SECTION:  NEWSLETTER            -----
 * *----------------------------------------- */
.newsletter {
  padding-top: 62px;
  padding-bottom: 62px;
  background: rgba(0, 0, 0, 0.5);
}
.newsletter h3 {
  font-size: 28px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 8px;
}
.newsletter .subscription {
  margin-top: 15px;
}
.newsletter .custom-button {
  margin-top: 7px;
}

/*----------------------------------------
 * *  *   SECTION:  TESTIMONIAL            -----
 * *----------------------------------------- */
.testimonial {
  background: #dbbf56;
  padding-bottom: 90px;
}

#client-feedbacks .feedback-box {
  background: #FFFFFF;
  padding: 25px;
  margin: 13px;
  text-align: left;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  z-index: 5;
}

.feedback-box .message {
  font-size: 15px;
  color: #909090;
}
.feedback-box .client {
  margin-top: 30px;
  height: 73px;
  position: relative;
}
.feedback-box .quote {
  float: left;
  font-size: 45px;
  line-height: 80px;
}
.feedback-box .client-info {
  float: left;
  margin-left: 18px;
  padding-top: 15px;
}
.feedback-box .client-info .client-name {
  font-family: "Homemade Apple", serif;
  color: #404040;
}
.feedback-box .client-info .client-company {
  font-size: 13px;
  margin-top: -3px;
}
.feedback-box .client-image {
  float: right;
  width: 73px;
  height: 73px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #f6f6f6;
}

.customNavigation {
  text-align: center;
}

.owl-theme .owl-controls .owl-page span {
  background: #886e0e;
  border-radius: 50%;
}

.customNavigation a {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*----------------------------------------
 * *  *   SECTION:  PURCHASE NOW           -----
 * *----------------------------------------- */
.purchase-now {
  background: #e96656;
  padding-top: 70px;
  padding-bottom: 70px;
}
.purchase-now h3 {
  text-align: left;
  line-height: 40px;
  margin-top: 14px;
}
.purchase-now .red-btn {
  float: right;
  background: #db5a4a;
}
.purchase-now .red-btn:hover {
  background: #bf3928;
}

/*----------------------------------------
 * *  *   SECTION:  CONTACT US             -----
 * *----------------------------------------- */
.contact-us {
  background: rgba(0, 0, 0, 0.5);
  padding-bottom: 95px;
}
.contact-us .input-box {
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
}

textarea {
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
}

.contact-us .custom-button {
  float: right;
}

.success, .error {
  display: none;
}

/* ---------------------------------------- */
/*   SECTION:  FOOTER */
/* ---------------------------------------- */
footer {
  text-align: center;
}

.company-details {
  color: #939393;
  padding-top: 67px;
  padding-bottom: 67px;
}
.company-details .icon-top {
  font-size: 30px;
  margin-bottom: 10px;
}

.copyright {
  padding-top: 60px;
  padding-bottom: 68px;
  background: #171717;
}

.social li {
  display: inline-block;
  margin: 5px;
}
.social li a {
  color: #939393;
  font-size: 18px;
}
.social li a:hover {
  color: #e96656;
}

/* ========================================= */
/* ----------------------------------------- */
/*   SINGLE PROJECT PAGE */
/* ----------------------------------------- */
/* ========================================= */
.single-project {
  text-align: left;
  margin-bottom: 25px;
}
.single-project .project-image {
  width: 100%;
  float: left;
  text-align: left;
  margin-bottom: 25px;
}
.single-project h3 {
  margin-bottom: 10px;
  padding-bottom: 7px;
  line-height: 40px;
  border-bottom: 1px dotted #dadada;
}
.single-project .project-description {
  margin-bottom: 25px;
}
.single-project .button {
  margin-left: 0;
}
.single-project .project-information {
  margin-bottom: 10px;
}
.single-project .project-information ul li {
  border-bottom: 1px dotted #dadada;
  padding-bottom: 5px;
  margin-top: 10px;
}
.single-project .project-information ul li span {
  font-weight: 700;
  margin-right: 5px;
}

/* ----------------------------------------- */
/*             COMTOMICA 自訂 */
/* ----------------------------------------- */
header#home.header div.menubar {
  position: relative;
}
header#home.header div.menubar .ma {
  position: relative;
  width: 100vw;
  max-height: 100vh;
}
header#home.header div.menubar .themeBox {
  position: absolute;
  top: 46%;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  flex-direction: column;
}
header#home.header div.menubar .themeBox img {
  width: 37%;
}
header#home.header div.menubar .themeBox .title {
  color: white;
  text-align: left;
  font-size: 60px;
  line-height: 37px;
  font-weight: 800;
  font-family: "Oswald";
}
header#home.header div.menubar .themeBox .date {
  color: #094ec2;
  font-size: 45px;
  font-family: "Oswald";
  margin-top: 45px;
  font-weight: 500;
}
header#home.header div.menubar .bg_gradient {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(320deg, rgba(2, 0, 36, 0.2), rgba(22, 32, 33, 0.2), rgba(231, 102, 63, 0.3));
  background-size: 300% 300%;
  animation: gradient-bg 8s ease infinite;
}
@keyframes gradient-bg {
  0% {
    background-position: 7% 0%;
  }
  50% {
    background-position: 94% 100%;
  }
  100% {
    background-position: 7% 0%;
  }
}
header#home.header #main-nav.navbar.navbar-invers.navbarUp {
  position: fixed;
}
header#home.header #main-nav.navbar.navbar-invers.navbarUp .container .navbar-header.responsive-logo .navbar-brand a .logo {
  height: 65px;
  padding-bottom: 4px;
}
header#home.header #main-nav.navbar.navbar-invers.navbarUp .container nav#bs-navbar-collapse.navbar-collapse.collapse ul.nav.navbar-nav.navbar-right.responsive-nav.main-nav-list li {
  font-size: 18px;
  padding-top: 18px;
}
header#home.header #main-nav.navbar.navbar-invers.navbarUp .container nav#bs-navbar-collapse.navbar-collapse.collapse ul.nav.navbar-nav.navbar-right.responsive-nav.main-nav-list li a {
  color: #009cdd;
}
header#home.header #main-nav.navbar.navbar-invers.navbarUp .container nav#bs-navbar-collapse.navbar-collapse.collapse ul.nav.navbar-nav.navbar-right.responsive-nav.main-nav-list li.line a {
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  color: #009cdd;
}

@media (max-width: 1440px) {
  header#home.header div.menubar .themeBox .title {
    font-size: 52px;
  }
}
@media (max-width: 1200px) {
  header#home.header div.menubar .themeBox {
    top: 50%;
  }
  header#home.header div.menubar .themeBox img {
    width: 32%;
  }
  header#home.header div.menubar .themeBox .title {
    font-size: 43px;
  }
  header#home.header div.menubar .themeBox .date {
    font-size: 36px;
    margin-top: 37px;
  }
  header#home.header #main-nav.navbar.navbar-invers.navbarUp .container .navbar-header.responsive-logo .navbar-brand a .logo {
    height: 57px;
  }
}
@media (max-width: 1200px) {
  #main-nav.navbar.navbar-invers.navbarUp .container nav#bs-navbar-collapse.navbar-collapse.collapse ul.nav.navbar-nav.navbar-right.responsive-nav.main-nav-list .SignUp {
    letter-spacing: 20px;
  }
}
@media (max-width: 768px) {
  header#home.header div.menubar .themeBox {
    top: 54%;
  }
  header#home.header div.menubar .themeBox .title {
    font-size: 35px;
  }
  header#home.header div.menubar .themeBox .date {
    font-size: 30px;
    margin-top: 19px;
  }
}
@media (max-width: 575px) {
  header#home.header div.menubar .themeBox {
    top: 54%;
  }
  header#home.header div.menubar .themeBox .title {
    font-size: 21px;
  }
  header#home.header div.menubar .themeBox .date {
    font-size: 21px;
    margin-top: 0;
  }
}
@media (max-width: 430px) {
  header#home.header div.menubar .ma {
    top: 62px;
  }
  header#home.header div.menubar .themeBox {
    top: 73%;
  }
  header#home.header div.menubar .themeBox img {
    width: 31%;
  }
}
@media (max-width: 360px) {
  header#home.header div.menubar .ma {
    top: 48px;
  }
}
#about.about .hidden-sm.hidden-xs {
  margin-top: 50px;
}
#about.about .container .col-md-12.col-sm-12.col-xs-12 {
  padding: 0;
}
#about.about .container .col-md-12.col-sm-12.col-xs-12 div p.fontSpecialContent {
  text-align: left;
  padding-bottom: 15px;
  padding-top: 20px;
  line-height: 35px;
  font-size: 18px;
  color: white;
}
#about.about .container .col-md-12.col-sm-12.col-xs-12 div .SignUp {
  margin-top: 78px;
  margin-bottom: 100px;
  border-radius: 50px;
  display: inline-block;
  padding: 10px 40px;
  background: #094ec2;
  box-shadow: 0px 0px 0px 5px rgba(9, 78, 194, 0.95);
  transition: 0.3s all ease-in-out;
  color: #fff;
  font-size: 20px;
  text-align: left;
  font-weight: 500;
  cursor: pointer;
}
#about.about .container .col-md-12.col-sm-12.col-xs-12 div .SignUp:hover {
  background: rgba(2, 157, 222, 0.2);
  box-shadow: 0px 0px 10px 5px rgba(9, 78, 194, 0.85);
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  padding: 10px 35px;
}
#about.about .container .col-md-12.col-sm-12.col-xs-12 div .Note {
  margin-top: 18px;
  margin-bottom: 89px;
  font-size: 18px;
  color: #c1df66;
}

section#videos.stats.statsUp .container img.img-responsive.pull-left.video-thumbnail-sm {
  border-radius: 3px;
}
section#videos.stats.statsUp .container .col-lg-3.col-md-3.col-sm-6.col-xs-6.mb15 h5 {
  text-align: left;
  padding-left: 10px;
}

section#faculty.faculty .EachTitle, section#joinUS.works .EachTitle, section#Class.works .EachTitle {
  color: #fff;
  margin-top: 77px;
  margin-bottom: 35px;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  padding-bottom: 10px;
}
section#faculty.faculty .EachTitleClass, section#joinUS.works .EachTitleClass, section#Class.works .EachTitleClass {
  margin-top: 100px;
}

section#faculty.faculty .color-overlay .hidden-sm.hidden-xs {
  margin-top: 50px;
}
section#faculty.faculty .color-overlay .container .row .col-xs-6.col-sm-6.col-md-3.mb25 a img {
  width: 100%;
}
section#faculty.faculty .color-overlay .container .row .col-xs-6.col-sm-6.col-md-3.mb25 a p.blue.pull-left.fontSpecialHead.m-top {
  font-size: 20px;
}
section#faculty.faculty .color-overlay .container .row .col-xs-6.col-sm-6.col-md-3.mb25 a p.subdescription {
  color: #626262;
  font-size: 16px;
}
section#faculty.faculty .color-overlay .container .row .col-xs-6.col-sm-6.col-md-3.mb25 a .theme01, section#faculty.faculty .color-overlay .container .row .col-xs-6.col-sm-6.col-md-3.mb25 a .theme02, section#faculty.faculty .color-overlay .container .row .col-xs-6.col-sm-6.col-md-3.mb25 a .theme03, section#faculty.faculty .color-overlay .container .row .col-xs-6.col-sm-6.col-md-3.mb25 a .theme04, section#faculty.faculty .color-overlay .container .row .col-xs-6.col-sm-6.col-md-3.mb25 a .theme05, section#faculty.faculty .color-overlay .container .row .col-xs-6.col-sm-6.col-md-3.mb25 a .theme06, section#faculty.faculty .color-overlay .container .row .col-xs-6.col-sm-6.col-md-3.mb25 a .theme07, section#faculty.faculty .color-overlay .container .row .col-xs-6.col-sm-6.col-md-3.mb25 a .theme08 {
  color: white;
  margin-top: 20px;
  padding: 10px 0;
  transition: 0.2s;
  font-size: 18px;
  border: 1px solid #029dde;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50px;
}
section#faculty.faculty .color-overlay .container .row .col-xs-6.col-sm-6.col-md-3.mb25 a .theme01:hover, section#faculty.faculty .color-overlay .container .row .col-xs-6.col-sm-6.col-md-3.mb25 a .theme02:hover, section#faculty.faculty .color-overlay .container .row .col-xs-6.col-sm-6.col-md-3.mb25 a .theme03:hover, section#faculty.faculty .color-overlay .container .row .col-xs-6.col-sm-6.col-md-3.mb25 a .theme04:hover, section#faculty.faculty .color-overlay .container .row .col-xs-6.col-sm-6.col-md-3.mb25 a .theme05:hover, section#faculty.faculty .color-overlay .container .row .col-xs-6.col-sm-6.col-md-3.mb25 a .theme06:hover, section#faculty.faculty .color-overlay .container .row .col-xs-6.col-sm-6.col-md-3.mb25 a .theme07:hover, section#faculty.faculty .color-overlay .container .row .col-xs-6.col-sm-6.col-md-3.mb25 a .theme08:hover {
  background: #029dde;
  box-shadow: 0px 0px 10px 5px rgba(2, 157, 222, 0.85);
  font-size: 16px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

section#joinUS.works .container a.partner, section#Class.works .container a.partner, section#Note .container a.partner {
  color: #fff;
  transition: 0.2s;
  border: 2.5px solid #2ed0a9;
  border-radius: 50px;
  font-size: 18px;
  padding: 5px 35px;
}
section#joinUS.works .container a.partner:hover, section#Class.works .container a.partner:hover, section#Note .container a.partner:hover {
  color: #fff !important;
  text-decoration: none;
}

section#joinUS.works {
  margin-top: 50px;
}
section#joinUS.works .container {
  border: 3px solid #f97a13;
  box-shadow: 0 0 15px 5px rgba(248, 121, 18, 0.5);
  padding: 0 0;
  margin: 0 auto;
}
section#joinUS.works .container .frame {
  border: 3px solid #f97a13;
  box-shadow: 0 0 15px 5px rgba(248, 121, 18, 0.5);
  margin: 20px;
}
section#joinUS.works .container .frame .row {
  padding: 0 30px;
}
section#joinUS.works .SignUp {
  margin-bottom: 44px;
  border: 2.5px solid #f97a13;
  border-radius: 50px;
  display: inline-block;
  padding: 10px 40px;
  background: transparent;
  transition: 0.3s all ease-in-out;
  color: #fff;
  font-size: 20px;
  text-align: left;
  font-weight: 600;
  cursor: pointer;
}
section#joinUS.works .SignUp:hover {
  background: transparent;
  color: #fff;
  scale: 1.05;
}
section#joinUS.works .bottomBox {
  margin-top: 67px;
}
section#joinUS.works .box {
  margin-bottom: 50px;
}
section#joinUS.works .box .address {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 500;
}
section#joinUS.works .box .address span {
  position: relative;
  color: #fff;
  padding: 15px 25px;
}
section#joinUS.works .box .address span:before {
  background: #3c230f;
  border-radius: 100%;
  color: #f97a13;
  content: "擴大舉辦";
  overflow: hidden;
  position: absolute;
  top: 5px;
  left: 0;
  padding: 15px 25px;
  -webkit-clip-path: polygon(0% 0%, 30% 0%, 30% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 30% 0%, 30% 100%, 0% 100%);
  animation: slide 4s 1s linear infinite;
}
@keyframes slide {
  50% {
    -webkit-clip-path: polygon(70% 0%, 100% 0%, 100% 100%, 70% 100%);
  }
}
section#joinUS.works .box .taipei {
  font-size: 30px;
  font-weight: 600;
}
section#joinUS.works .box .other {
  font-size: 25px;
}
section#joinUS.works .box .Event {
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
  color: #fff;
}
section#joinUS.works .box p.Event.Firstilne {
  margin-bottom: 30px;
  line-height: 30px;
}
section#joinUS.works .box p.Event.highlitght {
  color: #fff;
  float: none;
  text-align: center;
  margin-top: 40px;
}
section#joinUS.works .box .BtnBox {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 65px;
  margin-bottom: 30px;
  padding-left: 0;
}
section#joinUS.works .box .BtnBox .partnerBtn {
  margin-bottom: 30px;
  list-style: none;
}
section#joinUS.works .box .BtnBox .partnerBtn a .Btn {
  border: 2.5px solid #f97a13;
  border-radius: 50px;
  display: inline-block;
  padding: 8px 40px;
  transition: 0.3s all ease-in-out;
  color: #fff;
  font-size: 20px;
  text-align: left;
  font-weight: 400;
  cursor: pointer;
}
section#joinUS.works .box .BtnBox .partnerBtn a .Btn:hover {
  border: 2.5px solid #f97a13;
  box-shadow: 0px 0px 10px 5px rgba(249, 122, 19, 0.85);
  color: #fff;
}

@media (max-width: 1440px) {
  section#joinUS.works .container {
    max-width: 90vw;
  }
}
@media (max-width: 575px) {
  section#joinUS.works .box p.Event.highlitght {
    margin-top: 37px;
  }
}
@media (max-width: 414px) {
  section#joinUS.works .box .other {
    font-size: 22px;
  }
}
@media (max-width: 340px) {
  section#joinUS.works .box .other {
    font-size: 20px;
  }
}
section#Class.works .container {
  line-height: 30px;
  padding-left: 0;
  padding-right: 0;
}
section#Class.works .container .row {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 120px;
}
section#Class.works .container .row .frame01 {
  flex-grow: 1;
  flex: 30%;
  border: 3px solid #029dde;
  box-shadow: 0 0 15px 5px rgba(2, 157, 222, 0.5) inset;
  margin: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
section#Class.works .container .row .frame01 .frameInside {
  border: 3px solid #029dde;
  box-shadow: 0 0 15px 5px rgba(2, 157, 222, 0.5) inset;
  padding: 24px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section#Class.works .container .row .frame02 {
  flex-grow: 1;
  flex: 30%;
  border: 3px solid #ce68ff;
  box-shadow: 0 0 15px 5px rgba(206, 104, 255, 0.5) inset;
  margin: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
section#Class.works .container .row .frame02 .frameInside {
  border: 3px solid #ce68ff;
  box-shadow: 0 0 15px 5px rgba(206, 104, 255, 0.5) inset;
  padding: 24px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section#Class.works .container .row .frame03 {
  flex-grow: 1;
  flex: 30%;
  border: 3px solid #2ed0a9;
  box-shadow: 0 0 15px 5px rgba(46, 208, 169, 0.5) inset;
  margin: 5px;
  padding: 10px;
}
section#Class.works .container .row .frame03 .frameInside {
  border: 3px solid #2ed0a9;
  box-shadow: 0 0 15px 5px rgba(46, 208, 169, 0.5) inset;
  padding: 24px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section#Class.works .container .row .timetable {
  margin-bottom: 45px;
  margin-top: 45px;
}
section#Class.works .container .row .timetable .fontSpecialSubHead {
  font-size: 23px;
  color: #029dde;
  font-weight: 500;
}
section#Class.works .container .row table {
  font-size: 18px;
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
}
section#Class.works .container .row table tr td {
  padding: 5px 3px;
  line-height: 24px;
}
section#Class.works .container .row table tr td a.theme {
  color: white;
}
section#Class.works .container .row table tr td a.theme span {
  color: #f5c95d;
  font-weight: 450;
}
section#Class.works .container .row .col-md-12.col-sm-12.col-xs-12 {
  margin-bottom: 50px;
}
section#Class.works .container .row .col-md-12.col-sm-12.col-xs-12 .fontSpecialSubHead {
  font-size: 23px;
  color: #029dde;
  font-weight: 500;
}
section#Class.works .container .row .col-md-12.col-sm-12.col-xs-12 .colorpurple {
  color: #ce68ff;
}
section#Class.works .container .row .col-md-12.col-sm-12.col-xs-12 .colorgreen {
  color: #2ed0a9;
}
section#Class.works .container .row .col-md-12.col-sm-12.col-xs-12 .fontSpecialContent {
  font-size: 18px;
  color: #fff;
  line-height: 35px;
}
section#Class.works .container .row .col-md-12.col-sm-12.col-xs-12 .fontSpecialContent table {
  text-align: center;
  margin-bottom: 25px;
  padding: 5px 5px;
}
section#Class.works .container .row .col-md-12.col-sm-12.col-xs-12 .fontSpecialContent table .leftText {
  text-align: left;
}
section#Class.works .container .row .col-md-12.col-sm-12.col-xs-12 .fontSpecialContent table .leftText hr {
  border-top: 0.5px solid gray !important;
}
section#Class.works .container .row .col-md-12.col-sm-12.col-xs-12 .fontSpecialContent a.signUp {
  color: #fff;
  border: 2.5px solid #2ed0a9;
  border-radius: 50px;
  padding: 5px 40px;
  line-height: 40px;
  font-weight: bold;
}
section#Class.works .container .row .col-md-12.col-sm-12.col-xs-12 h4 {
  font-weight: 400;
  color: #f5c95d;
}
section#Class.works .container .row .col-md-12.col-sm-12.col-xs-12 hr {
  color: #2ed0a9;
  width: 100%;
}
section#Class.works .container .cost {
  line-height: 40px;
  padding-right: 0;
  padding-left: 0;
  margin-top: 45px;
}
section#Class.works .container .cost .fontSpecialContent {
  font-size: 18px;
}
section#Class.works .container .cost .fontSpecialContent .colorgreen {
  color: #f5c95d;
}
section#Class.works .container .cost .fontSpecialContent table {
  line-height: 35px;
}
section#Class.works .container .cost .fontSpecialContent table td, section#Class.works .container .cost .fontSpecialContent table th {
  padding: 5px 8px;
}

@media (max-width: 1440px) {
  section#Class.works .container {
    max-width: 90vw;
  }
}
@media (max-width: 991px) {
  section#Class.works .container .row .frame01, section#Class.works .container .row .frame02, section#Class.works .container .row .frame03 {
    flex: 48%;
  }
}
@media (max-width: 575px) {
  section#Class.works .container .row .frame01, section#Class.works .container .row .frame02, section#Class.works .container .row .frame03 {
    flex: 100%;
  }
}
section#Note .container .EachTitle {
  color: #fff;
  margin-top: 100px;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
}
section#Note .container .font-special {
  text-align: left;
  margin-bottom: 50px;
}
section#Note .container .font-special h4 {
  font-size: 23px;
  font-weight: 500;
  color: #029dde;
  margin-bottom: 20px;
}
section#Note .container .font-special .connect {
  color: #fff;
  margin-top: 45px;
  margin-bottom: 35px;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  padding-bottom: 10px;
}
section#Note .container .font-special h5 {
  font-size: 20px;
  font-weight: 450;
  margin-bottom: 15px;
  color: #fff;
}
section#Note .container .font-special p {
  font-size: 18px;
  line-height: 30px;
  color: #a8a8a8;
}
section#Note .container .font-special table {
  text-align: center;
  margin-bottom: 25px;
  margin-top: 25px;
  color: #fff;
}
section#Note .container .font-special table tr td {
  font-size: 18px;
  padding: 5px 0;
}

footer.footerUp {
  padding: 50px 0;
}
footer.footerUp .container .row .col-md-12 {
  display: flex;
  align-items: center;
  display: table;
  margin: 0 auto;
}
footer.footerUp .container .row .col-md-12 .unitTitle {
  color: white;
  display: inline-block;
  margin-right: 3px;
  font-size: 12px;
}
footer.footerUp .container .row .col-md-12 .unitTitle .CoOrganized {
  color: white;
  margin-right: 5px;
}
footer.footerUp .container .row .col-md-12 .secondLine {
  font-size: 12px;
  margin-top: 5px;
  letter-spacing: 2px;
  line-height: 30px;
  font-size: 12px;
  color: white;
}
footer.footerUp .container .row .col-md-12 .secondLine .books {
  width: 120px;
  display: inline-block;
}
footer.footerUp .container .row .col-md-12 .secondLine .books img {
  width: 100%;
}
footer.footerUp .container .row .col-md-12 .secondLine .unit {
  color: white;
  margin-top: 5px;
  letter-spacing: 2px;
  line-height: 30px;
  font-size: 1px;
}

@media (max-width: 991px) {
  footer.footerUp .container .row .col-md-12 {
    display: block;
  }
  footer.footerUp .container .row .col-md-12 .books {
    display: inline-block;
  }
}