@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]
1. Home
  1.1 Hero Slider
  1.2 Hero Slider Navigation
2. Hero Boxes
3. Popular
4. Register
5. Search
5.1 Search Form
6. Services
7. Testimonials
8. Events

******************************/



/*********************************
1. Home
*********************************/

.home {
  width: 100%;
  height: 100vh;
}

/*********************************
1.1 Hero Slider
*********************************/

.hero_slider_container {
  width: 100%;
  height: 100%;
}
.hero_slide {
  width: 100%;
  height: 100%;
}
.hero_slide_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.hero_slide_container {
  width: 100%;
  height: 100vh;
}
.hero_slide_content {
  max-width: 80%;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
}
.hero_slide_content h1 {
  font-size: 72px;
  font-weight: 400;
  color: #ffffff;
}
.hero_slide_content h1 span {
  background: #59a2ac;
  padding-left: 13px;
  padding-right: 13px;
  margin-left: -12px;
  margin-right: -12px;
}
.animated {
  -webkit-animation-duration: 1s !important;
  animation-duration: 1s !important;
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}
.animate-out {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

/*********************************
1.2 Hero Slider Navigation
*********************************/

.hero_slider_nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(calc(-50% + 30px));
  width: 70px;
  height: 58px;
  background: #ffffff;
  z-index: 9;
  cursor: pointer;
}
.hero_slider_nav:hover {
  background: #42cfd4;
}
.hero_slider_nav:hover span {
  color: #ffffff;
}
.hero_slider_nav span {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #121212;
  line-height: 1;
}
.hero_slider_left {
  left: 4.32%;
}
.hero_slider_right {
  right: 4.32%;
}

/*********************************
2. Hero Boxes
*********************************/

.hero_boxes {
  width: 100%;
  height: 0px;
  z-index: 9;
  padding-top: 0px;
}
.hero_boxes_inner {
  position: absolute;
  top: -212px;
  left: 0;
  width: 100%;
}
.hero_box {
  width: 100%;
  height: 161px;
  background: #1a1a1a;
  padding-left: 50px;
  cursor: pointer;
}
.hero_box:hover {
  background: #06eeff;
}
.hero_box img {
  width: 62px;
  height: auto;
  margin-top: -6px;
}
.svg path {
  fill: #ffb606;
}
.hero_box svg {
  width: 62px;
  height: auto;
}
.hero_box:hover svg path {
  fill: #ffffff;
}
.hero_box_content {
  padding-left: 13px;
  padding-top: 11px;
  margin-top: -6px;
}
.hero_box_title {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 7px;
}
.hero_box_link {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  padding-left: 3px;
}
.hero_box_link:hover {
  color: #1a1a1a;
}


/*********************************
3. Popular
*********************************/

.popular {
}
.course_boxes {
  margin-top: 68px;
}
.card {
  display: block;
  background: #f8f9fb;
  border: none;
}
.card-img-top {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.card-body {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
}
.card-title {
  margin-top: 55px;
}
.card-title a {
  font-size: 22px;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.2;
}
.card-title a:hover {
  color: #a5a5a5;
}
.card-text {
  font-size: 18px;
  font-weight: 500;
  color: #a5a5a5;
  margin-top: -8px;
}
.price_box {
  width: 100%;
  height: 67px;
  background: #eaebec;
  margin-top: 41px;
  padding-left: 35px;
}
.course_author_image {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
}
.course_author_name {
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
  padding-left: 20px;
  margin-top: 7px;
}
.course_author_name span {
  color: #a5a5a5;
}
.course_price {
  width: 67px;
  height: 67px;
  background: #ffb606;
  margin-left: auto;
}
.course_price span {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  margin-top: 7px;
}

/*********************************
4. Register
*********************************/

.register {
  width: 100%;
}
.register_section {
  width: 100%;
  background: #ffb606;
  padding-top: 156px;
  padding-bottom: 161px;
}
.register_content {
  width: 522px;
}
.register_title {
  color: #ffffff;
  margin-bottom: 16px;
  line-height: 1.63;
}
.register_title:last-child {
  margin-bottom: 0px;
}
.register_title span {
  color: #1a1a1a;
}
.register_text {
  color: #ffffff;
  font-weight: 500;
  margin-top: 32px;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 0px;
}
.register_button {
  background: #1a1a1a;
  margin-top: 65px;
}
.register_button a {
  color: #ffffff;
}

/*********************************
5. Search
*********************************/

.search_section {
  width: 100%;
  height: 100%;
  background: #ececec;
}
.search_content {
  width: 522px;
}
.search_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.23;
}
.search_title {
  color: #1a1a1a;
}

/*********************************
5.1 Search Form
*********************************/

.search_form {
  margin-top: 57px;
}
.input_field {
  width: 100%;
  height: 42px;
  background: #ffffff;
  box-sizing: border-box;
  border: solid 2px #ffffff;
  padding-left: 25px;
  margin-bottom: 24px;
}
input:last-of-type {
  margin-bottom: 0px;
}
.input_field:focus {
  outline: none !important;
  border: solid 2px #ffb606;
}
.search_submit_button {
  width: 100%;
  height: 48px;
  background: #ffb606;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 28px;
  border: none;
  cursor: pointer;
}
.search_submit_button:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}
.search_submit_button:focus {
  outline: solid 2px #ffffff;
}

/*********************************
6. Services
*********************************/

.services {
  padding-bottom: 76px;
}
.services_row {
  margin-top: 65px;
}
.service_item {
  margin-bottom: 41px;
}
.service_item h3 {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 13px;
}
.service_item p {
  font-size: 14px;
  font-weight: 500;
  color: #a5a5a5;
  max-width: 100%;
  margin-bottom: 0px;
}
.icon_container {
  height: 41px;
  width: auto;
  margin-bottom: 30px;
}
.icon_container img {
  height: 100%;
}

/*********************************
7. Testimonials
*********************************/

.testimonials {
  width: 100%;
  background: #1a1a1a;
}
.testimonials_background_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.testimonials_background {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0.27;
}
.testimonials .section_title h1 {
  color: #ffffff;
}
.testimonials_slider_container {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 56px;
}
.testimonials_item {
  width: 100%;
  padding-bottom: 75px;
}
.quote {
  font-size: 36px;
  color: #ffb606;
}
.testimonials_text {
  color: #ffffff;
  margin-bottom: 0px;
}
.testimonial_user {
  margin-top: 43px;
}
.testimonial_image_1 {
  width: 500px;
  height: 100px;
  /*border-radius: 50%;*/
  overflow: hidden;
}
.testimonial_image_2 {
  width: 200px;
  height: 100px;
  /*border-radius: 50%;*/
  overflow: hidden;
}
.testimonial_image_3 {
  width: 150px;
  height: 100px;
  /*border-radius: 50%;*/
  overflow: hidden;
}
/*.testimonial_image_1 img {
  width: 100%;
  height: auto;
}*/
.testimonial_name {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #f6af03;
  margin-top: 21px;
}
.testimonial_title {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 6px;
}
.testimonials_slider .owl-dots {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center;
  align-items: center;
}
.testimonials_slider .owl-dot span {
  width: 8px !important;
  height: 8px !important;
  border: solid 2px #ffffff;
  background: transparent !important;
}
.testimonials_slider .owl-dot.active span {
  width: 16px !important;
  height: 16px !important;
  border: none;
  background: #ffb606 !important;
}

/*********************************
8. Events
*********************************/

.event_items {
  margin-top: 68px;
}
.event_item {
  margin-bottom: 56px;
}
.event_item:last-child {
  margin-bottom: 0px;
}
.event_date {
  width: 131px;
  height: 131px;
  border: solid 2px #ffb606;
  margin-bottom: 18px;
}
.event_day {
  font-size: 48px;
  font-weight: 700;
  color: #ffb606;
  margin-bottom: 1px;
  line-height: 1;
}
.event_month {
  font-size: 16px;
  font-weight: 700;
  color: #ffb606;
}
.event_name a {
  font-size: 22px;
  font-weight: 500;
  color: #1a1a1a;
}
.event_name a:hover {
  color: #ffb606;
}
.event_location {
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
  margin-top: 2px;
}
.event_content p {
  font-weight: 500;
  color: #a5a5a5;
  margin-top: 21px;
  margin-bottom: 13px;
}
.event_image {
}
.event_image img {
  width: 100%;
}

