@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800|Roboto:400,500,700");

* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  background: #ffffff;
  color: #120f2d;
}

div {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul {
  list-style: none;
  margin-bottom: 0px;
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  /* color: #212529; */
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

p a {
  display: inline;
  position: relative;
  color: inherit;
  border-bottom: solid 1px #ffa07f;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

a,
a:hover,
a:visited,
a:active,
a:link {
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

p a:active {
  position: relative;
  color: #ff6347;
}

p a:hover {
  color: #ffffff;
  background: #ffa07f;
}

p a:hover::after {
  opacity: 0.2;
}

::selection {
  background: #ffd266;
  color: #c88e00;
}

p::selection {
  background: #ffd266;
  color: #c88e00;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 11px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection {
}

::-webkit-input-placeholder {
  font-size: 14px !important;
  font-weight: normal !important;
  color: #a5a5a5 !important;
}

:-moz-placeholder

/* older Firefox*/ {
  font-size: 14px !important;
  font-weight: normal !important;
  color: #a5a5a5 !important;
}

::-moz-placeholder

/* Firefox 19+ */ {
  font-size: 14px !important;
  font-weight: normal !important;
  color: #a5a5a5 !important;
}

:-ms-input-placeholder {
  font-size: 14px !important;
  font-weight: normal !important;
  color: #a5a5a5 !important;
}

::input-placeholder {
  font-size: 14px !important;
  font-weight: normal !important;
  color: #a5a5a5 !important;
}

/* .form-control {
  color: #db5246;
} */

section {
  display: block;
  position: relative;
  box-sizing: border-box;
}

.clear {
  clear: both;
}

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.bold,
.strong,
b,
strong {
  font-weight: 700;
}

.trans_200 {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.trans_300 {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.trans_400 {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.trans_500 {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.fill_height {
  height: 100%;
}

.super_container {
  width: 100%;
  overflow: hidden;
}

.prlx_parent {
  overflow: hidden;
}

.prlx {
  height: 130% !important;
}

.nopadding {
  padding: 0px !important;
}

/* Header */
.header {
  position: fixed;
  /* top: 45px; */
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  /* width: 1318px;
	height: 104px; */
  width: 100%;
  height: 85px;
  /* background: #FFFFFF; */
  background: rgba(255, 255, 255, 0.8);
  z-index: 10;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.header.scrolled {
  height: 60px;
  top: 0;
  background-color: #ffffff;
  box-shadow: 0 0.2rem 0.6rem rgba(26, 27, 34, 0.16),
    0 0 0.3rem rgba(26, 27, 34, 0.08);
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.16, 1, 0.29, 0.99);
  box-shadow: 0px 20px 49px rgba(0, 0, 0, 0.17);
}

.header.scrolled .header_content::before {
  /* box-shadow: 0px 20px 49px rgba(0, 0, 0, 0.17); */
}

.header.scrolled .logo_container .iso-tag {
  display: none;
}

.header.scrolled .logo_container .logo img {
  width: 50px;
}
.header.scrolled .logo_container .logo .logo-tag {
  font-size: 23px;
}
.header.scrolled .main_nav {
  margin: 0;
}

.header_content {
  /* width: calc(100% - 279px); */
  width: 100%;
  height: 100%;
}

.header_content::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  /* box-shadow: 0px 20px 49px rgba(0, 0, 0, 0.67); */
  z-index: -1;
}

/* Logo */
.logo_container {
  display: inline-block;
  padding-left: 20px;
}

.logo_container .logo {
  display: inline-block;
}

.logo_container .logo img {
  width: 60px;
}

.logo .logo-tag {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 900;
  vertical-align: middle;
  text-transform: uppercase;
  line-height: 23px;
  margin-left: 10px;
  color: #9d6f00;
}

.logo .logo-tag .lt-secondary {
  display: block;
  font-size: 60%;
  font-weight: normal;
  margin-left: 4px;
  letter-spacing: 0.8px;
}

.logo .logo-tag .iso-tag {
  display: block;
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  margin-left: 4px;
  letter-spacing: 1px;
  line-height: initial;
  background-color: #ffb606;
  text-align: center;
  margin-top: 3px;
  text-transform: capitalize;
}

.hero_boxes {
  display: none !important;
}

/* Main Navigation */
.main_nav_container {
  display: inline-block;
  margin: auto;
}

.main_nav {
  margin-top: 7px;
}

.main_nav_item {
  display: inline-block;
  margin-right: 40px;
}

.main_nav_item:last-child {
  margin-right: 0px;
}

.main_nav_item a {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #3a3a3a;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.main_nav_item a:hover {
  color: #ffb606;
}

/* Hamburger */
.hamburger_container {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  display: none;
  cursor: pointer;
  background-color: #ffb606;
  color: #ffffff;
}

.hamburger_container i {
  font-size: 24px;
  padding: 10px;
  color: #ffffff;
}

.hamburger_container:hover i {
  background: #ffffff;
  color: #ffb606;
}

/* Menu */
.menu_container {
  position: fixed;
  top: 0;
  right: -50vw;
  width: 350px;
  height: 100vh;
  background: #ffffff;
  z-index: 12;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  visibility: hidden;
  opacity: 0;
}

.menu_container.active {
  visibility: visible;
  opacity: 1;
  right: 0;
}

.menu {
  position: absolute;
  top: 50px;
  left: 0;
  padding-left: 40px;
}

.menu_list {
  -webkit-transform: translateY(3.5rem);
  -moz-transform: translateY(3.5rem);
  -ms-transform: translateY(3.5rem);
  -o-transform: translateY(3.5rem);
  transform: translateY(3.5rem);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 1000ms 600ms ease;
  opacity: 0;
}

.menu_container.active .menu_list {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.menu_item {
  margin-bottom: 9px;
}

.menu_item a {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
  display: block;
  color: #3a3a3a;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.menu_item a:hover {
  color: #ffb606;
}

.menu_close_container {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 21px;
  height: 21px;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu_close {
  top: 9px;
  width: 21px;
  height: 3px;
  background: #3a3a3a;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.menu_close::after {
  display: block;
  position: absolute;
  top: -9px;
  left: 9px;
  content: "";
  width: 3px;
  height: 21px;
  background: #3a3a3a;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.menu_close_container:hover .menu_close,
.menu_close_container:hover .menu_close::after {
  background: #ffb606;
}

.menu_mm {
  /* position: relative; */
}

.menu-iso {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffb606;
  width: 100%;
  font-size: 12px;
  padding: 10px;
  text-align: center;
  color: #ffffff;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #2878eb !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #1154b6 !important;
}

.text-secondary {
  color: #f14d5d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #e01226 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #ecf4ff !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #a0c8ff !important;
}

.text-dark {
  color: #120f2d !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: black !important;
}

.section-title h6 {
  color: #005c7b;
}

.section-title h6::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  border-top: 2px dashed #005c7b;
}

.logo-merge {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.logo-merge img {
  max-width: 150px;
  margin-left: 30px;
}

.logo-merge img:first-child {
  margin-left: 0;
}

.bg-image {
  background: linear-gradient(
      rgba(40, 120, 235, 0.05),
      rgba(40, 120, 235, 0.05)
    ),
    url(../images/bg-image.jpg);
  background-attachment: fixed;
}

.bg-image-2 {
  background: linear-gradient(
      rgba(40, 120, 235, 0.05),
      rgba(40, 120, 235, 0.05)
    ),
    url(../images/bg-image-2.jpg);
  background-attachment: fixed;
}

.btn-primary {
  color: #fff;
  background-color: #ffb606;
  border-color: #ffb606;
  box-shadow: none !important;
}
.btn-primary:hover,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #bb8400;
  border-color: #bb8400;
}

.btn-icon {
  width: 77px;
  height: 77px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.btn {
  cursor: pointer;
}

.bg-primary {
  background-color: #ffb606 !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #ffb606 !important;
}

.bg-secondary {
  background-color: #f14d5d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #ed1e32 !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.bg-yellow-1 {
  background-color: #ff7400 !important;
}
.bg-yellow-2 {
  background-color: #ff8d00 !important;
}
.bg-yellow-3 {
  background-color: #ffa700 !important;
}
.bg-yellow-4 {
  background-color: #d19420 !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.instructors_slider .owl-nav {
  position: absolute;
  top: 20px;
  width: 100%;
}

.instructors_slider .owl-item.instructors_box {
  border: 1px solid #cccccc;
  overflow: hidden;
}

.instructors_slider .owl-nav .owl-prev,
.instructors_slider .owl-nav .owl-next {
  position: absolute;
}

.instructors_slider .owl-nav .owl-prev {
  left: -15px;
}

.instructors_slider .owl-nav .owl-next {
  right: -15px;
}

.owl-theme .owl-nav [class*="owl-"] {
  background: #ffb606;
  border-radius: 0;
  padding: 8px 11px;
}

.card-body {
  margin: 30px 0 25px 0;
}

.card-body .card-title {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 1.2;
}

.card-body .price_box {
  margin: 0;
}

.price_box {
  margin: 0;
  padding: 0;
  background-color: #ffde8f;
}

.course_author_name {
  margin: 0;
}

.course_author_name span {
  display: block;
  color: #666666;
  font-weight: normal;
}

.course_price {
  width: auto;
  padding: 10px 15px;
}

.course_price span {
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  margin-top: 0;
  display: block;
  text-align: center;
  line-height: initial;
}

.course_price .cp-first,
.course_price .cp-last {
  opacity: 0.8;
}

.course_price .cp-second {
  font-size: 24px;
  font-weight: 500;
}

.course_author_image {
  width: 50px;
  height: 50px;
  border-radius: 0;
  overflow: hidden;
  margin-left: 10px;
  border: 1px solid #ffffff;
}

.instructors_box {
  position: relative;
}

.instructors_box .card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  margin: 0;
  padding: 10px 5px;
}

.instructors_box .card-body .card-text {
  margin: 0;
  font-weight: normal;
  color: #444444;
}

.testimonials_slider .owl-item .owl-item {
  background-color: #ffffff;
  border-top: 5px solid #f6af03;
  border-bottom: 5px solid #f6af03;
  border-radius: 0;
}

.testimonials_slider .testimonials_item .quote {
  text-align: left;
  margin: 25px 0 20px 25px;
}

.testimonials_text {
  color: #222222;
  padding: 0 30px;
}

.user_testimonial_info_block {
  padding: 10px 0;
}

.user_testimonial_info_block .utib_image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}

.user_testimonial_info_block .utib_name {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #f6af03;
  margin-top: 21px;
}

.user_testimonial_info_block .utib_title {
  font-size: 14px;
  font-weight: normal;
  color: #666;
}

.testimonials_slider .owl-nav {
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  text-shadow: none;
}

.testimonials_slider .owl-nav [class*="owl-"] {
  margin: 0;
}

.testimonials_slider .owl-nav .owl-prev {
  border-right: 1px solid #ffdd8d;
}

.testimonials_slider .testimonials_item {
  padding-bottom: 25px;
  min-height: 380px;
}

.course_boxes {
  margin: 20px 0 0 0;
}

.milestones {
  width: 100%;
  margin: 0;
}

.about-sm {
  display: none;
}

.milestones_container {
  width: 100%;
  padding-top: 118px;
  padding-bottom: 107px;
  margin-top: 0;
  margin-bottom: 0;
}

.sticky_background_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.milestone {
  width: 100%;
}

.milestone_icon {
  display: inline-block;
  width: 70px;
  height: 70px;
}

.milestone_icon img {
  width: 100%;
}

.milestone_counter {
  font-size: 36px;
  font-weight: 500;
  color: #ffb606;
  line-height: 1;
  /* margin-top: 41px; */
}

.milestone_text {
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 3px;
}

section.page-section {
  margin-top: 50px;
  position: relative;
}

footer {
  position: relative;
}

.super_container section.page-section:last-child {
  margin-bottom: 50px;
}

.bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

footer .bg-overlay {
  background: rgba(0, 0, 0, 0.9);
}

.form-control {
  border-radius: 0;
}

.toppers-banner img {
  max-width: 100%;
  display: block;
  height: 400px;
  margin: auto;
}

.hero_slider_nav {
  padding: 5px;
  width: 30px;
  height: 30px;
  opacity: 0.3;
}

.hero_slider_nav:hover {
  opacity: 1;
}

.hero_slider_nav:hover i {
  color: #fff;
}

.hero_slider_left {
  left: -6px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.hero_slider_right {
  right: -6px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.contact-bg {
  background-color: #efefef;
}

#section-contact .info-wrap {
  color: #000;
}

#section-contact .form-control {
  border: none;
  padding-left: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: normal;
}

#section-contact input.form-control.error,
#section-contact textarea.form-control.error {
  border-color: red !important;
}

#section-contact input.form-control.valid,
#section-contact textarea.form-control.valid {
  border-color: green !important;
}

.form-group {
  margin-bottom: 1rem;
}

.contactForm .label {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}
.info-wrap .dbox {
  width: 100%;
  margin-bottom: 25px;
}

.info-wrap .dbox:last-child {
  margin-bottom: 0;
}

.info-wrap .dbox p {
  margin: 0;
}

.info-wrap .dbox .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #ffb606;
  margin-right: 10px;
}

.info-wrap .dbox .text {
  width: calc(100% - 50px);
}

.info-wrap .address-map {
  margin-left: -3rem;
}

#contactForm label.error {
  color: red;
  font-size: 12px;
}

.form-control:focus,
.form-control:active {
  border-color: #ffb606 !important;
  outline: none !important;
  box-shadow: none !important;
}

#form-message-success {
  color: #28a745;
  font-size: 18px;
  font-weight: bold;
}

#form-message-warning,
#form-message-success {
  display: none;
}

.button {
  display: inline-block;
  width: 188px;
  height: 53px;
  vertical-align: middle;
  margin-right: 9px;
  margin-bottom: 15px;
}

.button:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

.button a {
  line-height: 53px;
  display: block;
  font-size: 16px;
  font-weight: 700;
}

.button_color_1 {
  background: #ffb606;
}

.button_color_1 a {
  color: #ffffff;
}

.button_color_2 {
  background: #1a1a1a;
}

.button_color_2 a {
  color: #ffffff;
}

.button_line_1 {
  background: transparent;
  border: solid 2px #ffb606;
}

.button_line_1 a {
  color: #ffb606;
}

.button_line_2 {
  background: transparent;
  border: solid 2px #1a1a1a;
}

.button_line_2 a {
  color: #1a1a1a;
}

.footer_bar {
  text-align: center;
}

.footer_about_text {
  color: #aaa;
  font-size: 12px;
}

.footer_copyright,
.footer_copyright a {
  color: #ffffff;
  font-size: 12px;
  font-weight: 300;
}

.footer_copyright a {
  text-decoration: underline;
}

.footer_copyright a:hover {
  text-decoration: none;
}

.footer {
  padding: 50px 0 0 0;
}

.footer_content {
  padding: 0 0 50px 0;
}

/* New card UI */

.owl-item.instructors_box {
  min-height: 350px;
}

.card-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* width: 360px; 
	height: 347px; */
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 2px;
}

.card-2 .image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.card-2 .image img {
  width: 100%;
  transition: 0.5s;
}

.card-2:hover .image img {
  opacity: 0.5;
  transform: translateX(30%);
  /*100%*/
}

.card-2 .details {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  /*100%*/
  height: 100%;
  background: #ffc107;
  transition: 0.5s;
  transform-origin: left;
  transform: perspective(2000px) rotateY(-90deg);
  border-radius: 2px;
}

.card-2:hover .details {
  transform: perspective(2000px) rotateY(0deg);
}

.card-2:hover .image .card-body {
  display: none;
}

.card-2 .details .center {
  padding: 20px;
  text-align: center;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 11px);
  left: 1px;
  box-shadow: 2px 4px 5px 1px #d9a300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.card-2 .details .center h1 {
  margin: 0;
  padding: 0;
  color: #111;
  line-height: auto;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
}

.card-2 .details .center h1 span {
  font-size: 14px;
  color: #262626;
  display: block;
  opacity: 0.5;
}

.card-2 .details .center p {
  margin: 10px 0;
  padding: 0;
  color: #262626;
}

.card-2 .details .center ul {
  margin: 10px auto 0;
  padding: 0;
  display: table;
}

.card-2 .details .center ul li {
  list-style: none;
  margin: 0 5px;
  float: left;
}

.card-2 .details .center ul li a {
  display: block;
  background: #262626;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  transform: 0.5s;
}

.card-2 .details .center ul li a:hover {
  background: #ff3636;
}

.card-2 .dc-exp-box {
  margin: 10px 0 20px 50px;
  text-align: right;
}

.card-2 .dc-exp-box span {
  display: block;
  line-height: initial;
}

.card-2 .dc-exp-box .dceb-first {
  opacity: 0.7;
  font-size: 90%;
}

.card-2 .dc-exp-box .dceb-second {
  font-weight: 700;
  font-size: 35px;
  color: #f47530;
}

/* Ribbon */
/* .ribbon {
	width: 150px;
	height: 150px;
	overflow: hidden;
	position: absolute;
	top: -10px;
	right: -10px;
}

.ribbon__content {
	left: -25px;
	top: 30px;
	transform: rotate(45deg);
	position: absolute;
	display: block;
	width: 225px;
	padding: 10px 0;
	background-color: #00aaa0;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
	text-align: center;
	border: 2px dotted #fff;
	outline: 5px solid #f5cd79;
}

.ribbon::before,
.ribbon::after {
	content: "";
	position: absolute;
	z-index: -1;
	border-style: solid;
	border-width: 5px;
}

.ribbon::before {
	top: 0;
	left: 0;
	border-top-color: transparent;
	border-right-color: transparent;
	border-color: #f19066;
}

.ribbon::after {
	bottom: 0;
	right: 0;
	border-top-color: transparent;
	border-right-color: transparent;
	border-color: #f19066;
} */

.ribbon {
  color: white;
  position: absolute;
  top: 0;
  left: -20px;
}

.ribbon .ribbon-inner {
  width: 60px;
  padding: 5px 0;
  position: absolute;
  top: -6px;
  left: 25px;
  text-align: center;
  border-top-left-radius: 3px;
  background: #f47530;
  font-size: 12px;
}

.ribbon .ribbon-inner:before {
  height: 0;
  width: 0;
  right: -5.5px;
  top: 0.1px;
  border-bottom: 6px solid #8d5a20;
  border-right: 6px solid transparent;
}

.ribbon .ribbon-inner:before,
.ribbon .ribbon-inner:after {
  content: "";
  position: absolute;
}

.ribbon .ribbon-inner:after {
  height: 0;
  width: 0;
  bottom: -28.5px;
  left: 0;
  border-left: 30px solid #f47530;
  border-right: 30px solid #f47530;
  border-bottom: 30px solid transparent;
}

.ribbon .ribbon-inner .ri-text {
  display: inline-block;
  writing-mode: sideways-lr;
  text-align: center;
  padding-top: 5px;
  font-weight: normal;
  letter-spacing: 1px;
}

.ribbon .ribbon-inner .ri-text.rit-1 {
  opacity: 0.5;
}

/* Timeline */
.timeline {
  display: flex;
  flex-direction: column;
  width: 50vw;
  margin: 30px auto;
}

.timeline__event {
  background: transparent;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  margin: 20px 0;
  /* border-radius: 8px; */
  box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25),
    0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
}

.timeline .timeline__event:last-child {
  margin-bottom: 50px;
}

.timeline__event__title {
  font-size: 1.2rem;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 600;
  color: #b98300;
  letter-spacing: 0.5px;
  position: relative;
  margin-bottom: 12px;
}

.timeline__event__content a {
  color: #b98300;
}

.timeline__event__content .button-readmore {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
  text-decoration: underline;
  z-index: 1;
}

.timeline__event__content .button-readmore:hover {
  text-decoration: none;
}

.timeline__event__content {
  padding: 20px;
}

.timeline__event__date {
  color: #ffda84;
  font-size: 1.5rem;
  font-weight: 600;
  white-space: nowrap;
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.timeline__event__date img {
  max-width: 100%;
  height: 80px;
  display: block;
  /* border-top-left-radius: 8px;
	border-bottom-left-radius: 8px; */
}

.timeline__event__icon {
  /* border-radius: 8px 0 0 8px; */
  background: #ffb606;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 40%;
  font-size: 2rem;
  color: #ffb606;
  padding: 0;
}

.timeline__event__icon i {
  position: absolute;
  top: 50%;
  left: -72px;
  font-size: 2.5rem;
  transform: translateY(-50%);
  z-index: 2;
}

.timeline__event__description {
  flex-basis: 60%;
}

.timeline__event__description p {
  margin: 0;
  padding: 0;
}

.timeline__event:after {
  content: "";
  width: 2px;
  height: 100%;
  background: #ffb606;
  position: absolute;
  top: 52%;
  left: -3.5rem;
  z-index: 0;
}

.timeline__event:before {
  content: "";
  width: 5rem;
  height: 5rem;
  position: absolute;
  background: #ffebba;
  border-radius: 100%;
  left: -6rem;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #ffb606;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-style: italic;
  text-indent: -10px;
}

.timeline__event--type1::before {
  content: "1";
  color: #ffb606;
}

.timeline__event__content {
  /* border-top-right-radius: 8px;
	border-bottom-right-radius: 8px; */
}

.timeline__event--type1 .timeline__event__content {
  background-color: #ffebba;
}

.timeline__event--type2 .timeline__event__content {
  background-color: #92c3ff;
}

.timeline__event--type3 .timeline__event__content {
  background-color: #dba0ff;
}

.timeline__event--type4 .timeline__event__content {
  background-color: #ffcbb9;
}

.timeline__event--type5 .timeline__event__content {
  background-color: #bcffbf;
}

.timeline__event--type2:before {
  content: "2";
  color: #142d4c;
  background: #92c3ff;
  border-color: #142d4c;
}

.timeline__event--type2:after {
  background: #142d4c;
}

.timeline__event--type2 .timeline__event__date {
  color: #92c3ff;
}

.timeline__event--type2 .timeline__event__icon {
  background: #142d4c;
  color: #142d4c;
}

.timeline__event--type2 .timeline__event__title,
.timeline__event--type2 .timeline__event__content a {
  color: #142d4c;
}

.timeline__event--type3:before {
  content: "3";
  color: #6a1b9a;
  background: #dba0ff;
  border-color: #6a1b9a;
}

.timeline__event--type3:after {
  background: #6a1b9a;
}

.timeline__event--type3 .timeline__event__date {
  color: #dba0ff;
}

.timeline__event--type3 .timeline__event__icon {
  background: #6a1b9a;
  color: #6a1b9a;
}

.timeline__event--type3 .timeline__event__title,
.timeline__event--type3 .timeline__event__content a {
  color: #6a1b9a;
}

/* 4 */
.timeline__event--type4:before {
  content: "4";
  color: #795548;
  background: #ffcbb9;
  border-color: #795548;
}

.timeline__event--type4:after {
  background: #795548;
}

.timeline__event--type4 .timeline__event__date {
  color: #ffcbb9;
}

.timeline__event--type4 .timeline__event__icon {
  background: #795548;
  color: #795548;
}

.timeline__event--type4 .timeline__event__title,
.timeline__event--type4 .timeline__event__content a {
  color: #795548;
}

.timeline__event--type5:before {
  content: "5";
  color: #2e7d32;
  background: #bcffbf;
  border-color: #2e7d32;
}

.timeline__event--type5:after {
  background: #2e7d32;
}

.timeline__event--type5 .timeline__event__date {
  color: #bcffbf;
}

.timeline__event--type5 .timeline__event__icon {
  background: #2e7d32;
  color: #2e7d32;
}

.timeline__event--type5 .timeline__event__title,
.timeline__event--type5 .timeline__event__content a {
  color: #2e7d32;
}

.timeline__event:last-child:after {
  content: none;
}

@media (max-width: 786px) {
  .timeline__event {
    flex-direction: column;
  }

  .timeline__event__icon {
    border-radius: 4px 4px 0 0;
  }
}

.bgo-heading {
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  text-align: center;
  padding: 30px 0;
}

.bgo-heading h1 {
  margin: 0;
  padding: 0;
}

/* Toppers slides */
.swiper {
  width: 100%;
  max-width: 96%;
  padding: 0 2%;
  height: 320px;
  margin-top: 40px;
}

.swiper-slide {
  /* display: flex;
	align-items: center;
	justify-content: center; */
  position: relative;
  background: #fff;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border: 5px solid #ffb606;
  /* box-shadow: 10px 0 12px 0px #d7d7d7; */
  overflow: hidden;
}

.swiper-slide .ss-image img {
  width: 100%;
}

.swiper-slide .ss-top {
  /* position: relative;
	top: 0;
	left: 0; */
  background: #ffb606;
  width: 100%;
  border-top-left-radius: 20px;
}

.swiper-slide .ss-top .sst-content {
  display: flex;
  align-items: center;
  padding: 0;
  color: white;
}

.swiper-slide .ss-top .sst-content .sstc-marks {
  font-size: 20px;
  /* margin-right: 15px; */
  width: 82px;
  line-height: 24px;
  text-align: center;
  font-weight: normal;
  background: #6e0030;
  border-top-left-radius: 28px;
  padding: 15px;
}

.swiper-slide .ss-top .sst-content span {
  display: block;
}

.swiper-slide .ss-top .sst-content .sstc-marks span:first-child {
  font-size: 30px;
  font-weight: 500;
  color: #ffb606;
  border-bottom: 2px solid #ffb606;
  padding-bottom: 2px;
}

.swiper-slide .ss-top .sst-content .sstc-desc {
  font-size: 16px;
  width: calc(100% - 82px);
  color: #000;
  line-height: 18px;
  text-align: center;
  word-wrap: break-word;
  padding: 5px;
}

.swiper-slide .ss-top .sst-content .sstc-desc span {
  font-size: 90%;
  opacity: 0.6;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0;
}

#section-toppers .section-title h1,
#section-toppers .section-title h6 {
  color: white;
}

#section-toppers .section-title h6::before {
  border-top-color: white;
}

/* Footer Content */
.footer_content {
  padding: 0 0 30px 0;
  border-bottom: 1px solid #4d4e4e;
}
.footer_content .footer_about_text {
  text-align: center;
}

.footer_content .logo_container {
  display: block;
  text-align: center;
  padding-left: 0px;
}

.footer_content .logo span {
  color: #ffffff;
}

.footer_about_text {
  margin-top: 24px;
  margin-bottom: 0px;
  padding-right: 20px;
}

.footer_column_title {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  padding-top: 15px;
}

.footer_column_content {
  margin-top: 32px;
}

.footer_list_item {
  margin-bottom: 11px;
}

.footer_list_item a {
  font-size: 14px;
  color: #a5a5a5;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.footer_list_item a:hover {
  color: #ffb606;
}

.footer_contact_item {
  font-size: 12px;
  font-weight: 400;
  color: #a5a5a5;
  margin-bottom: 22px;
  display: flex;
}

.footer_contact_item:last-child {
  margin-bottom: 0px;
}

.footer_contact_item i,
.footer_contact_item a {
  color: #a5a5a5;
}

.footer_contact_item i {
  font-size: 18px;
}

.footer_contact_item.fci-social {
  text-align: center;
  justify-content: center;
}

.footer_contact_icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 10px;
}

.footer_contact_icon img {
  width: 100%;
}

.footer_bar {
  padding-top: 19px;
  padding-bottom: 19px;
}

.footer_social .menu_social_item a i {
  color: #ffffff;
}

.footer_social .menu_social_item a i:hover {
  color: #ffb606;
}

.footer_social .menu_social_item:last-child {
  margin-right: 0px;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* About Us page */
.inner_banner_wrapper {
  width: 100%;
  height: 447px;
}
.inner_banner_background_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.inner_banner_background {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.inner_banner_content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #ffb606;
  padding-top: 24px;
  padding-bottom: 18px;
  padding-left: 39px;
  padding-right: 42px;
}
.inner_banner_content h1 {
  font-size: 72px;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.5;
}

.sub-pages {
  background: #fafafa;
}
.inner-page {
  margin-top: 120px;
}

.block-wrapper {
  width: 100%;
  -webkit-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
}
.contact-wrap {
  background: #fff;
}
