/*Common CSS*/
p{
    line-height: 24px;
}
.break-word{
  word-break: break-word;
}
/*Custom Scroll Bar*/
/* width */
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #C62030;
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #C62030; 
}


/*Home Page*/
.courses-carousel .cours-bx .course-title, .all-courses .cours-bx .course-title{
    min-height: 50px;
}

.courses-carousel .cours-bx .info-bx p{
    margin: 0;
    line-height: 20px;
} 
.feature-filters a {
    display: inline-block;
    margin: 0 5px 10px;
    text-transform: uppercase;
}

.feature-filters li .active {
    border: 1px solid #4c1864;
    background-color: #4c1864;
    color: #fff;
}

/*All courses Page*/
.widget.courses-categories-bx{
    padding: 20px;
    border: 1px solid #ddd;
    background-color: #fff;
}
.widget.courses-categories-bx ul {
    max-height: 200px;
    overflow-y: auto;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0,1,.5,1);
}
.widget.courses-categories-bx ul li.active a{
    font-weight: 500;
}
.event-bx{
  position: relative;
}
.cours-bx .action-box .batch-no ,.event-bx .batch-no{
	border-radius: 0;
	position: absolute;
	bottom: 0;
	left: -50%;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.cours-bx .action-box .batch-no, .event-bx .batch-no{
	padding: 10px 20px;
  display: inline-block;
  font-size: 14px;
  outline: none;
  cursor: pointer;
  outline: none;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  line-height: 1.42857;
	border-radius: 3px;
	font-weight: 400;
	text-align:center;
	font-family: rubik;
	background-color: #d65470;
	color: #fff;
	left: 0;
	top: 0;
	height: 38px;
}

/*Sinle Course Page*/
.view-course .section-title-color{
    color: #C62030;
}

/* Upcoming Classes / Running Classes Page*/
.all-classes .class-card{   
    height: 100%;
}
.all-classes .class-card .event-bx{   
    height: 100%;
}
.all-classes .event-time .event-date{
    font-size: 35px;
}
.all-classes .event-info .event-title{
    word-break: break-word;
    font-size: 16px;
    line-height: 22px;
}

/*Course Category Page*/
.course-category-card{
    box-shadow: 0 0 12px 4px rgb(25 42 70 / 13%);
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    height: calc(100% - 20px);
}
.course-category-card .course-category-image{
    width: 50px;
    height: 50px;
    margin-right: 15px;
}
.course-category-card .course-category-title{
    font-size: 14px;
}
.course-category-card .course-category-subtitle{
    font-size: 13px;
    font-weight: 500;
}

/*Testimonial Section*/
.testimonial-thumb{
    width: 80px;
    height: 80px;
}
.testimonial-thumb img{
    width: 80px;
    height: 80px;
}


/* MultiStep Form Student Register Start*/ 
  .register-form-wizard {
    color: #888888;
    padding: 30px;
  }
  .register-form-wizard .wizard-form-radio {
    display: inline-block;
    margin-left: 5px;
    position: relative;
  }
  .register-form-wizard .wizard-form-radio input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #dddddd;
    height: 25px;
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
  }
  .register-form-wizard .wizard-form-radio input[type="radio"]:focus {
    outline: 0;
  }
  .register-form-wizard .wizard-form-radio input[type="radio"]:checked {
    background-color: #fb1647;
  }
  .register-form-wizard .wizard-form-radio input[type="radio"]:checked::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 50%;
    left: 1px;
    right: 0;
    margin: 0 auto;
    top: 8px;
  }
  .register-form-wizard .wizard-form-radio input[type="radio"]:checked::after {
    content: "";
    display: inline-block;
    webkit-animation: click-radio-wave 0.65s;
    -moz-animation: click-radio-wave 0.65s;
    animation: click-radio-wave 0.65s;
    background: #000000;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
    border-radius: 50%;
  }
  .register-form-wizard .wizard-form-radio input[type="radio"] ~ label {
    padding-left: 10px;
    cursor: pointer;
  }
  .register-form-wizard .register-form-wizard-header {
    text-align: center;
  }
  .register-form-wizard .register-form-wizard-next-btn, .register-form-wizard .register-form-wizard-previous-btn, .register-form-wizard .register-form-wizard-submit {
    background-color: #d65470;
    color: #ffffff;
    display: inline-block;
    min-width: 100px;
    min-width: 120px;
    padding: 10px;
    text-align: center;
  }
  .register-form-wizard .register-form-wizard-next-btn:hover, .register-form-wizard .register-form-wizard-next-btn:focus, .register-form-wizard .register-form-wizard-previous-btn:hover, .register-form-wizard .register-form-wizard-previous-btn:focus, .register-form-wizard .register-form-wizard-submit:hover, .register-form-wizard .register-form-wizard-submit:focus {
    color: #ffffff;
    opacity: 0.6;
    text-decoration: none;
  }
  .register-form-wizard .wizard-fieldset {
    display: none;
  }
  .register-form-wizard .wizard-fieldset.show {
    display: block;
  }
  .register-form-wizard .wizard-form-error {
    display: none;
    background-color: #d70b0b;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
  }
  .register-form-wizard .register-form-wizard-previous-btn {
    background-color: #fb1647;
  }
  .register-form-wizard .form-control {
    font-weight: 300;
    height: auto !important;
    padding: 15px;
    color: #888888;
    background-color: #f1f1f1;
    border: none;
  }
  .register-form-wizard .form-control:focus {
    box-shadow: none;
  }
  .register-form-wizard .form-group {
    position: relative;
    margin: 25px 0;
  }
  .register-form-wizard .wizard-form-text-label {
    font-weight: 400;
    position: absolute;
    left: 10px;
    top: 16px;
    transition: 0.2s linear all;
    color: #d65470;
    top: -18px;
    font-size: 12px;
  }
  /* .register-form-wizard .focus-input .wizard-form-text-label {
    color: #d65470;
    top: -18px;
    transition: 0.2s linear all;
    font-size: 12px;
  } */
  .register-form-wizard .register-form-wizard-steps {
    margin: 30px 0;
  }
  .register-form-wizard .register-form-wizard-steps li {
    width: 25%;
    float: left;
    position: relative;
  }
  .register-form-wizard .register-form-wizard-steps.free-course li{
    width: 33.33%;
  }
  .register-form-wizard .register-form-wizard-steps li::after {
    background-color: #f3f3f3;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
  }
  .register-form-wizard .register-form-wizard-steps li span {
    background-color: #dddddd;
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    width: 40px;
    z-index: 1;
  }
  .register-form-wizard .register-form-wizard-steps li:last-child::after {
    width: 50%;
  }
  .register-form-wizard .register-form-wizard-steps li.active span, .register-form-wizard .register-form-wizard-steps li.activated span {
    background-color: #f7b205;
    color: #ffffff;
  }
  .register-form-wizard .register-form-wizard-steps li.active::after, .register-form-wizard .register-form-wizard-steps li.activated::after {
    background-color: #f7b205;
    left: 50%;
    width: 50%;
    border-color: #f7b205;
  }
  .register-form-wizard .register-form-wizard-steps li.activated::after {
    width: 100%;
    border-color: #d65470;
  }
  .register-form-wizard .register-form-wizard-steps li:last-child::after {
    left: 0;
  }
  .register-form-wizard .wizard-password-eye {
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }
  @keyframes click-radio-wave {
    0% {
      width: 25px;
      height: 25px;
      opacity: 0.35;
      position: relative;
    }
    100% {
      width: 60px;
      height: 60px;
      margin-left: -15px;
      margin-top: -15px;
      opacity: 0.0;
    }
  }
  @media screen and (max-width: 767px) {
    .wizard-content-left {
      height: auto;
    }
  }
/* MultiStep Form Student Register End*/


/*Client Carousel*/
.clients-section .clients-carousel .client-info img{
  width: 150px;
  margin: auto;
  display: block;
}
.clients-section .clients-carousel .owl-nav{
  display: none;
}