.centers {
    padding: 20px 0;
}

.centers .center-box {
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 4px 16px rgba(0,0,0,.1);
}

.centers .center-box img {
    width: 80px;
    margin-right: 20px;
}

.centers .center-box h6 {
    color: #000000 !important;
    font-size: 1.2em !important;
}

.app {
    color: #f0f000;
}


.app-bg {
    background-color: #242448;
}

.navbar .dropdown ul a {
  padding: 2px 20px;
  font-size: 12px;
}

.gj-datepicker-bootstrap button[role="right-icon"] {
    background-color: #efefef;
    border-color: #ccc;
}

.gj-datepicker-bootstrap button[role="right-icon"] .gj-icon,
.gj-datepicker-bootstrap button[role="right-icon"] .material-icons {
    font-size: 18px;
    top: .55rem;
    left: .55rem;
}

.gj-modal .gj-picker-bootstrap.datepicker [role="body"] {
    font-size: 14px;
}

.gj-picker-bootstrap.datepicker [role="footer"] button {
    font-size: 13px !important;
}

.gj-picker-bootstrap table tr td.today div {
    color: #555;
    font-weight: 700;
    background-color: #ccc;
}

.display-none {
  display: none;
}

#topbar {
    height: 40px;
    background: #f8f8f8;
    border-bottom: 1px solid #efefef;
}

#topbar .contact-info {
    font-size: 13px;
    font-weight: 600;
}

#topbar .contact-info i {
    color: #400080;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  color: #400080;
}

#topbar .social-links a {
    font-size: 14px;
}

#topbar .social-links a {
    color: #bababa;
    line-height: 0;
    transition: 0.3s;
    margin-left: 10px;
}

#topbar .social-links a:hover {
    color: #6700ce;
}

#header {
    height: 90px;
    background: #fefefe;
    border-bottom: 1px solid #efefef;
}


.why-us .content {
  background: #6700ce;
}

.about .icon-box {
  margin-top: 20px;
}

.section-bg {
  background-color: #f8f8f8;
}



.course-card {
  border-radius: 10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  border: 1px solid #efefef;
}

.course-card .course-card-title {
    font-size: 1.2em;
    height: 50px;
    font-weight: 800;
}

.card-img-top {
    border-bottom: 3px solid #5353a6;
}

.course-card .course-card-title a {
    color: #5353a6;
}

.swiper {
    padding-left: 10px;
    padding-right: 10px;
}

.course-card-text {
    padding: 0 0 20px 0;
    min-height: 70px;
}

.course-card-text p {
    margin: 0;
    font-size: 0.85em;
}

.course-card .course-card-subtitle {
    font-size: 0.9em;
    font-weight: 600;
    color: #999;
}

.course-btn {
    border-top: 1px solid #efefef;
    padding-top: 20px;
  text-align: center !important;
}

.course-card-btn {
  display: inline-block;
  background-color: #5353a6;
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.course-card-subfooter {
    padding: 0 0 20px 0;
}

span.course-card-price {
    font-family: "Poppins", sans-serif;
    font-size: 0.9em;
    font-weight: 600;
    color: #5353a6;
}

span.course-card-hours {
    font-family: "Poppins", sans-serif;
    font-size: 0.9em;
    font-weight: 600;
    color: #5353a6;
}

#main {
  min-height: 600px;
}

#footer {
    color: #fff;
    background: #404080;
}

.wizard {
    font-size: 0.9rem;
    font-weight: 600;
    color: #ccc;
    border-bottom: 6px solid #ccc;
}

.wizard-active {
    font-size: 0.9rem;
    font-weight: 600;
    color: #3e4095;
    border-bottom: 6px solid #3e4095;
}

.bg-c-blue {
  background: #04a9f5;
}

.text-c-blue {
  color: #04a9f5;
}

.bg-c-red {
  background: #f44236;
}

.text-c-red {
  color: #f44236;
}

.bg-c-green {
  background: #1de9b6;
}

.text-c-green {
  color: #1de9b6;
}

.bg-c-yellow {
  background: #f4c22b;
}

.text-c-yellow {
  color: #f4c22b;
}

.bg-c-purple {
  background: #a389d4;
}

.text-c-purple {
  color: #a389d4;
}


.enquiry-box {
  padding: 30px;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.enquiry-box h3 {
    font-family: "Raleway", sans-serif;
    color: #462c78;
    font-weight: 700;
    font-size: 34px;
    padding-left: 10px;
    margin-bottom: 30px;
}

.alert-icon-box {
  padding: 50px 20px;
  margin-top: 35px;
  margin-bottom: 25px;
  text-align: center;
  height: 200px;
  position: relative;
  background: #fff;
  font-size: 2em;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.alert-icon-box > .icon {
    position: absolute;
    top: -36px;
    left: calc(50% - 36px);
    transition: 0.2s;
    border-radius: 50%;
    border: 6px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 72px;
    height: 72px;
    color: #fff;
    background: #5300a6;
}

.alert-icon-box .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
}

.alert-icon-box  .title a {
  color: #343a40;
}

.alert-icon-box .description {
    line-height: 24px;
    font-size: 14px;

}

.form-label-sm {
    line-height: 0.9em;
    font-family: "Open Sans", sans-serif;
    font-size: 0.9em;
}

h6.block-subtitle {
    font-family: "Raleway", sans-serif;
    font-size: 1em;
    font-weight: 600

}

#footer .credits {
  color: #f8f8f8;
}

.back-to-top:hover {
  /*background: #8204ff;*/
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #410082;
}

form textarea.form-control {
  overflow: auto;
  resize: none;
}

.portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(71, 61, 58, 0.08);
}

.payment-card {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.payment-card .payment-card-title {
  font-size: 2em;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 30px 0;
  color: #383870;
  position: relative;
}

.payment-title {
  font-size: 1.5em;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 30px 0;
  color: #383870;
  position: relative;
}

.payment-card-pricing {
  padding: 0 0 0 0;
}

span.payment-card-item {
  font-family: "Poppins", sans-serif;
  font-size: 0.9em;
  font-weight: normal;
  color: #5353a6;
}

span.payment-card-total {
  font-family: "Poppins", sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  color: #000;
}

p.payment-card-desclaimer {
  font-family: "Poppins", sans-serif;
  font-size: 0.8em;
  font-weight: normal;
  color: #000;
}

span.payment-card-price {
  font-family: "Poppins", sans-serif;
  font-size: 0.9em;
  font-weight: 600;
  color: #5353a6;
}

.payment-label {
  font-family: "Poppins", sans-serif;
  font-size: 1em;
  font-weight: 600;
  color: #5353a6;
}

.payment-method {
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    padding: 16px;
    background: #fff;
    border: 1px solid #dadce0;
    border-radius: 4px;
    cursor: pointer;
    transition: border .3s,padding .3s;
    margin-bottom: 16px;
}


.sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #473d3a;
  position: relative;
}

.sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.bg-light {
  background-color: #e9eef5 !important;
}

.top-3 {
    top: 10px !important;
}

.right-0 {
    right: -20px !important;
}

.navbar a.nav-linka,
.navbar a.nav-icons {
    padding: 10px 20px 10px 10px;
}

.navbar a.nav-link-last {
    padding: 10px 0 10px 10px;
}

.active > .page-link, .page-link.active {
  background-color: #5353a6;
}

.course-info {
    padding: 30px;
    box-shadow: 0px 0 10px rgba(71, 61, 58, 0.08);
}

.course-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

span.course-info-item {
  font-family: "Poppins", sans-serif;
  font-size: 0.9em;
  font-weight: 600;
  color: #5353a6;
}

span.course-info-description {
  font-family: "Poppins", sans-serif;
  font-size: 0.9em;
  font-weight: normal;
  color: #5353a6;
}

.course-info .course-description p {
  font-family: "Poppins", sans-serif;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 1.4em;
  color: #000;
}


.counts {
  background: #efefef;
  padding: 70px 0 60px;
}

.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #fff;
}

.counts .count-box i {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    background: #ff5821;
  color: #fff;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #082744;
}

.counts .count-box {
  text-align: center;
  border-radius: 10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  border: 1px solid #efefef;
}

/* Select2
*/

.select2-results__option {
    font-size: 0.8rem;
}

.select2-container .select2-selection--single {
    height: 38px;
    font-size: 0.8rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
}

.select2-container .select2-search--inline .select2-search__field {
    font-size: 0.8rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    font-size:0.8rem;
    font-weight: bold;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-size:0.8rem;
    color: #000;
    font-weight: 500;
}

.select2-container {
    background-color: #f4f7fa;
}

.select2-container--default .select2-selection--single {
    background-color: #f4f7fa;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.custom-form-label {
    line-height: 1;
    font-size: 0.9rem;
    font-weight: 600;
}

.custom-form-control {
    background-color: #f8f8f8;
    font-size: 0.8rem;
    font-weight: normal;
    border-radius: .25rem;
}

.custom-alert {

}

.custom-alert h6 {
    font-size: 1em;
    color: #333;
}


.custom-alert p {
    font-size: 0.9em;
    color: #333;
}


.custom-alert span.consent {
    font-size: 0.9em;
    color: #333;
}


/*--------------------------------------------------------------
# Courses
--------------------------------------------------------------*/
.courses .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.courses .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ff5821;
}

.courses .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff5821;
}

.courses .swiper-slide img {
  opacity: 0.5;
  filter: grayscale(100%);
}

.courses .swiper-slide img:hover {
  filter: none;
  opacity: 1;
}

#clients {
    padding-top: 50px !important;
    padding-bottom: 10px !important;
}

.clients-slider .swiper-slide img {
    width: 200px;
}
