* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
html {
  background: #fefefe;
}
.width-1200 {
  clear: both;
  width: 1200px;
  margin: 0 auto;
  padding: 0px 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-50 {
  margin-top: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}
.mb-80 {
  margin-bottom: 80px;
}
.text-center {
  text-align: center;
}
.without-list {
  list-style-type: none;
}
/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 999;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.8);
  /* Black w/ opacity */
}
/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 350px;
  /* Could be more or less, depending on screen size */
}
.modal-content .item {
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  margin-top: 10px;
}
.modal-content h4 {
  margin: 10px 0px;
  font-weight: 500;
}
.modal-content .btn-success {
  width: 70%;
  margin-left: 15%;
  margin-top: 20px;
  background: #10c7c3;
  color: #fff;
  padding: 10px 0px;
  border: none;
  cursor: pointer;
}
.modal-content .red-bg {
  background: red !important;
}
.modal-content .form-group label {
  width: 45%;
  float: left;
  padding: 5px 0px;
  margin-bottom: 10px;
}
.modal-content .form-group .form-control {
  width: 55%;
  float: left;
  padding: 5px;
  margin-bottom: 10px;
}
.modal-content .form-group .control-label-check {
  width: 95%;
}
.modal-content .form-group .form-control-check {
  margin-top: 7px;
  width: 5%;
}
/* The Close Button */
.close {
  margin: -40px;
  right: 0px;
  color: red;
  float: right;
  font-size: 28px;
  font-weight: bold;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
  background: #fefefe;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
#topmenu {
  width: 100%;
  height: 92px;
  z-index: 100;
  background: #fefefe;
  display: block;
  position: fixed;
}
#topmenu .logo {
  width: 30px;
  height: 54px;
  float: left;
  background: #fff;
  margin: 18px 30px 18px 0px;
}
#topmenu ul {
  list-style-type: none;
  display: inline-block;
  float: left;
  margin-top: 28px;
}
#topmenu ul li {
  float: left;
  margin-right: 20px;
}
#topmenu ul li a {
  display: block;
  color: #2b2b2b;
  font-size: 14px;
  text-decoration: none;
  height: 40px;
  line-height: 40px;
  border-bottom: 3px solid #fefefe;
}
#topmenu ul li a:hover {
  border-bottom: 3px solid #a27ee0;
}
#topmenu #soc-sites {
  float: right;
  margin-top: 29px;
  height: 32px;
}
#topmenu #soc-sites .item {
  width: 32px;
  height: 32px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  float: left;
  margin-left: 20px;
}
#topmenu .color-line {
  width: 100%;
  height: 2px;
  position: absolute;
  margin-top: 90px;
  background: #9e7fde;
  background: linear-gradient(90deg, #9e7fde 0%, #14c4c4 100%);
}
#header_small {
  width: 100%;
  min-width: 1200px;
  height: 250px;
  padding-top: 90px;
  background-image: url("../images/header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#header_small .width-1200 .content_small {
  text-align: center;
  width: 100%;
  height: 180px;
  margin: 30px 0px;
}
#header_small .width-1200 .content_small img {
  max-height: 100px;
}
#header {
  width: 100%;
  min-width: 1200px;
  height: 590px;
  padding-top: 90px;
  background-image: url("../images/header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#header .width-1200 .content {
  width: 100%;
  height: 500px;
  margin: 0 auto;
}
#header .width-1200 .content .left {
  width: 100%;
  float: left;
  text-align: center;
}
#header .width-1200 .content .left .logo {
  width: 426px;
  height: 208px;
  /*margin: 45px 0px 0px 105px;*/
  
  background: url('../images/logo-header.png');

  margin-left: calc(50% - 44px);
  transform: translateX(-50%);
  margin-top: 45px;
}
#header .width-1200 .content .left p {
  width: 335px;
  color: #fff;
  /*margin-left: 197px;
  margin-top: -20px; */
  margin: 0 auto;
  margin-top: -20px;


}
#header .width-1200 .content .left .links {
  height: 50px;
  width: 100%;
  /*
  margin-top: 50px;
  margin-left: 189px;
  */
  text-align: center;
  margin: 0 auto;
  margin-top: 70px;
}
#header .width-1200 .content .left .links a {
  padding: 0px 15px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  color: #fff;
  background: #a27ee0;
  font-size: 16px;
  -webkit-box-shadow: 0px 2px 5px 0px #008080;
  -moz-box-shadow: 0px 2px 5px 0px #008080;
  box-shadow: 0px 2px 5px 0px #008080;
}
#header .width-1200 .content .left .links a:nth-child(1) {
  margin-right: 12px;
  background: #10c7c3;
}
#header .width-1200 .content .left .links a:nth-child(2) {
  margin-right: 12px;
  background: #10c7c3;
}

#header .width-1200 .content .left .links a:nth-child(3) {
  margin-right: 12px;
  background: #10c7c3;
}
#header .width-1200 .content .left .links a:nth-child(4) {
  margin-right: 12px;
  background: #10c7c3;
}

#header .width-1200 .content .left .links a:nth-child(5) {
  margin-right: 12px;
  background: #10c7c3;
}

#header .width-1200 .content .left .links a:nth-child(6) {
  background: #a27ee0;
  -webkit-box-shadow: 0px 2px 5px 0px #623aa8;
  -moz-box-shadow: 0px 2px 5px 0px #623aa8;
  box-shadow: 0px 2px 5px 0px #623aa8;
}

#header .width-1200 .content .left .links a:hover {
  background: #0bb3af;
}

#header .width-1200 .content .left .links a:nth-child(6):hover {
  background: #8e66d2;
}



#header .width-1200 .content .right {
  width: 0%;
  float: right;
}
#header .width-1200 .content .right .logo {
  width: 426px;
  height: 208px;
  background: url('../images/logo-header.png');
}
#page {
  width: 100%;
}
#page img {
  text-align: center;
}
#page p {
  margin-bottom: 25px;
  line-height: 22px;
  color: #2b2b2b;
}
#page ul {
  margin-left: 30px;
}
#page ul li {
  color: #2b2b2b;
  padding: 8px 0px;
}
#page ul ul {
  margin-left: 30px;
}
#page h3 {
  font-size: 16px;
  font-weight: 400;
}
#services {
  width: 100%;
  height: 500px;
}
#services .item {
  padding: 30px;
  width: 30%;
  height: 500px;
  background: #a27ee0;
  float: left;
}
#services .item .content {
  width: 100%;
  height: 480px;
  overflow: hidden;
  color: #fff;
}
#services .item .content h2 {
  font-size: 18px;
  font-weight: 500;
}
#services .item .content p {
  line-height: 24px;
}
#services .item .content ul {
  list-style-type: disc;
}
#services .item .content ul li {
  line-height: 24px;
}
#services .item a {
  width: 205px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  margin-top: 25px;
  text-align: center;
  color: #fff;
  display: block;
  background: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-decoration: none;
  border: 1px solid #fff;
}
#services .item:nth-child(1) {
  margin-right: 5%;
  background-image: url("../images/bg-blue.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-box-shadow: 0px 2px 5px 0px #6e9bc2;
  -moz-box-shadow: 0px 2px 5px 0px #6e9bc2;
  box-shadow: 0px 2px 5px 0px #6e9bc2;
}
#services .item:nth-child(1) a {
  color: #6e9bc2;
  -webkit-box-shadow: 0px 2px 5px 0px #6e9bc2;
  -moz-box-shadow: 0px 2px 5px 0px #6e9bc2;
  box-shadow: 0px 2px 5px 0px #6e9bc2;
}
#services .item:nth-child(1) a:hover {
  background: #6e9bc2;
  color: #fff;
}
#services .item:nth-child(2) {
  margin-right: 5%;
  background-image: url("../images/bg-green.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-box-shadow: 0px 2px 5px 0px #10c7c3;
  -moz-box-shadow: 0px 2px 5px 0px #10c7c3;
  box-shadow: 0px 2px 5px 0px #10c7c3;
}
#services .item:nth-child(2) a {
  color: #10c7c3;
  -webkit-box-shadow: 0px 2px 5px 0px #10c7c3;
  -moz-box-shadow: 0px 2px 5px 0px #10c7c3;
  box-shadow: 0px 2px 5px 0px #10c7c3;
}
#services .item:nth-child(2) a:hover {
  background: #10c7c3;
  color: #fff;
}
#services .item:nth-child(3) {
  background-image: url("../images/bg-purple.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-box-shadow: 0px 2px 5px 0px #a27ee0;
  -moz-box-shadow: 0px 2px 5px 0px #a27ee0;
  box-shadow: 0px 2px 5px 0px #a27ee0;
}
#services .item:nth-child(3) a {
  color: #a27ee0;
  -webkit-box-shadow: 0px 2px 5px 0px #a27ee0;
  -moz-box-shadow: 0px 2px 5px 0px #a27ee0;
  box-shadow: 0px 2px 5px 0px #a27ee0;
}
#services .item:nth-child(3) a:hover {
  background: #a27ee0;
  color: #fff;
}
#news {
  width: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#12c5c4+0,7494d7+100 */
  margin-top: -80px;
}
#news #main {
  background: #12c5c4;
  /* Old browsers */
  background: -moz-linear-gradient(left, #12c5c4 0%, #7494d7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #12c5c4 0%, #7494d7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #12c5c4 0%, #7494d7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#12c5c4', endColorstr='#7494d7', GradientType=1);
  /* IE6-9 */
  padding: 25px 15px;
}
#news #main table .width30 {
  width: 360px;
  text-align: center;
  color: #fff;
  border-right: 1px solid #fff;
}
#news #main table .date {
  margin-top: 8px;
  font-size: 14px;
}
#news #main table .content {
  color: #fff;
  padding-left: 29px;
  line-height: 24px;
}
#news .second-news {
  background: #fff;
  padding: 25px 15px;
  line-height: 24px;
}
#news .second-news table .width30 {
  width: 360px;
  text-align: center;
  color: #2b2b2b;
  border-right: 1px solid #2b2b2b;
}
#news .second-news table .date {
  margin-top: 8px;
  font-size: 14px;
}
#news .second-news table .content {
  color: #2b2b2b;
  padding-left: 29px;
}
#event-detail {
  min-height: 260px;
}
#event-detail .left {
  width: 30%;
  float: left;
  margin-right: 5%;
}
#event-detail .left .item {
  margin-top: 10px;
}
#event-detail .left .item strong {
  font-weight: 500;
}
#event-detail .left .form-group {
  float: left;
  width: 100%;
  margin: 10px 0px 0px 0px;
}
#event-detail .left .form-group input {
  height: 30px;
  width: 70%;
  padding: 5px;
  float: right;
}
#event-detail .left .form-group label {
  font-size: 14px;
  line-height: 30px;
}
#event-detail .left button {
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  border: 0;
  text-align: center;
  color: #fff;
  background: #10c7c3;
  width: 70%;
  float: right;
  margin-top: 20px;
  cursor: pointer;
}
#event-detail .left .red-full {
  padding: 25px;
  color: #fff;
  background: #b15353;
}
#event-detail .right {
  width: 30%;
  float: right;
}
#trainers {
  width: 100%;
}
#trainers p {
  width: 100%;
  padding: 0px 30% 0px 0px;
  color: #929292;
  line-height: 24px;
}
#contact {
  width: 100%;
  height: 442px;
}
#contact #map {
  width: 65%;
  margin-right: 5%;
  height: 420px;
  float: left;
}
#contact #info {
  float: left;
  width: 30%;
  height: 420px;
  background-image: url("../images/contact.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#contact #info h2 {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
#contact #info h3 {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-top: 10px;
}
#contact #info ul {
  list-style-type: none;
  width: 100%;
  margin-top: 15px;
}
#contact #info ul li {
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 22px;
}
#contact #info .socsites {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
#contact #info .socsites img {
  margin: 0px 5px;
}

#contact #info .icons {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

#contact #info .icons img{
  max-height: 50px;
}

#pricing .left {
  width: 47.5%;
  margin-right: 5%;
  float: left;
}
#pricing .right {
  width: 47.5%;
  float: left;
}
#pricing .left table,
#pricing .right table {
  width: 100%;
  margin-bottom: 40px;
  color: #2b2b2b;
}
#pricing .left table tr:nth-child(1),
#pricing .right table tr:nth-child(1) {
  background: #9e7fde;
  background: linear-gradient(90deg, #9e7fde 0%, #14c4c4 100%);
}
#pricing .left table th,
#pricing .right table th {
  text-align: left;
  color: #fff;
}
#pricing .left table td,
#pricing .right table td {
  border: none;
  border-bottom: 1px solid #ddd;
}
#pricing .left table th,
#pricing .right table th {
  padding: 10px 8px;
}
#pricing .left table td,
#pricing .right table td {
  padding: 8px 8px;
}
#pricing .left table tr td:nth-child(2),
#pricing .right table tr td:nth-child(2) {
  text-align: right;
}
#pricing .left table tr th:nth-child(2),
#pricing .right table tr th:nth-child(2) {
  text-align: right;
}
#footer {
  width: 100%;
  min-width: 1200px;
  height: 90px;
  background: #9e7fde;
  background: linear-gradient(90deg, #9e7fde 0%, #14c4c4 100%);
}
#footer .left {
  width: 10%;
  float: left;
  text-align: left;
}
#footer .left img {
  margin: 24px 30px 0px 0px;
}
#footer .center {
  width: 80%;
  line-height: 90px;
  font-size: 16px;
  text-align: center;
  float: left;
  color: #fff;
}
#footer .right {
  width: 10%;
  float: right;
}
.line {
  width: 40px;
  height: 2px;
  margin: 15px 0px;
}
.white {
  color: #fff;
  background: #fff;
}
.title {
  width: 100%;
  height: 22px;
  margin-bottom: 20px;
}
.title h2 {
  float: left;
  font-size: 18px;
  font-weight: 300;
  color: #2b2b2b;
}
.title .title-line {
  float: left;
  width: 40px;
  height: 2px;
  background: #000;
}
.title .margin-1 {
  margin: 10px 0px 0px 10px;
}
.fc-agenda-axis {
  width: 60px !important;
  border-right: 1px solid #e8e8e8;
}
thead tr {
  color: #666666;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  padding: 10px 0px;
  background: #f5f5f6;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  margin-top: 20px;
}
tbody tr {
  border-bottom: 1px solid #e8e8e8;
}
td.fc-widget-content {
  height: 36px;
  border-bottom: 1px dotted #ebebeb;
}
.calendar-env .register-done {
  width: 100%;
  color: #fff;
  background: #169e60;
  padding: 20px;
  text-align: center;
}
.calendar-env .register-fail {
  width: 100%;
  color: #fff;
  background: #b15353;
  padding: 20px;
  text-align: center;
}
.calendar-env .calendar-body .fc-content .fc-view .fc-event {
  margin-top: -8px;
  margin-bottom: 8px;
  background: #000;
  border: 1px solid #e4e4e4;
  color: #fff;
  box-sizing: border-box;
  font-size: 14px;
  overflow: hidden;
}

.calendar-env .sub-menu {
  padding-top: 15px;
  padding-bottom: 15px;
}

.calendar-env .sub-menu a{
  padding: 12px 15px;
  margin-right: 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  color: #fff;
  background: #a27ee0;
  font-size: 16px;
}


.calendar-env .sub-menu a:hover{
  background: #7e54c5;
}

.fc-view a {
  text-decoration: none !important;
}
.fc-header {
  margin: 10px 0px;
}
.calendar-env .calendar-body .fc-header .fc-button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0 !important;
  color: #303641;
  background-color: #FFF;
  border-color: #FFF;
  border-color: #ebebeb !important;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  border-right-width: 0;
}
.calendar-env .calendar-body .fc-header .fc-header-right {
  padding: 20px;
  text-align: right;
}
.calendar-env .calendar-body .fc-header .fc-button.fc-corner-right {
  -webkit-border-radius: 0 3px 3px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 3px 3px 0;
  -moz-background-clip: padding;
  border-radius: 0 3px 3px 0;
  background-clip: padding-box;
  border-right-width: 1px;
}
.calendar-env .calendar-body .fc-header .fc-button.fc-corner-left {
  -webkit-border-radius: 3px 0 0 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px 0 0 3px;
  -moz-background-clip: padding;
  border-radius: 3px 0 0 3px;
  background-clip: padding-box;
}
.service-list {
  list-style-type: disc !important;
}
