/*This css file added academy version 5.4*/

@font-face {
    font-family: 'Kommon Grotesk Normal' !important;
    src: url('../fonts/KommonGrotesk-Normal.ttf') format('truetype') !important;
    /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

.cropped-home-banner {
    position: absolute;
    width: 0px;
    height: 0px;
    top: 0;
    border-left: 0px solid #f1f7f800;
    border-right: 70px solid #13d76203;
}

/* Course Page CSS */

  .instructos-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .instructs {
    display: flex;
    align-items: center;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid #dee2e6;
  }

  .instructs:visited {
      border-radius: 15px;
      background-color: #dee2e6;
  }

  .instructs:hover {
    border-radius: 15px;
    background-color: #dee2e6;
  }

  .instructs.selected {
    border-radius: 15px;
    background-color: lightblue;
    box-shadow: 0 0 10px lightblue;
  }

  .instructs img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 20px;
  }

  .instructos-title {
    font-weight: bold;
    margin-bottom: 10px;
    width: 100%;
  }

  .instructos-rating {
    display: flex;
    align-items: center;
  }

  .instructos-rating i {
    font-size: 16px;
    color: orange;
    margin-right: 5px;
  }

  .instructos-rating i.fa-star-o {
    color: #dee2e6;
  }

  .price-tag{
    width: 81%;
    display: flex;
    justify-content: flex-end;
  }
  
  /* Course  Page CS end */
/* Testimonial CSS */
.testimonials-slide{
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .container.testimonials-slide{
      max-width: 950px;
  }
  .testimonials-slide .card{
      margin-top: 4rem;
      border-radius: 1rem;
      border-top: 8px solid rgb(222 248 6);
      box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
  }
  @media(max-width:767px){
      .testimonials-slide .card{
          margin: 1rem 0.7rem 1rem;
          max-width: 80vw;
      }
  }
  .testimonials-slide img{
      width: 6.2rem;
      border-radius: 5rem;
      margin: -3.7rem auto 1rem auto;
  }
  .testimonials-slide .col-4{
      padding:0  0.5rem;
  }
  .testimonials-slide .card-title{
      font-size: 1rem;
      margin-bottom: 0;
      font-weight: bold;
      font-family: 'IM Fell French Canon SC';
  }
  .testimonials-slide .card-text{
      text-align: center;
      padding: 1rem 2rem;
      font-size: 0.8rem;
      color: rgb(18 34 34);
      line-height: 1.4rem;
  }
  .testimonials-slide .footer{
      border-top: none;
      text-align: center;
      line-height: 1.2rem;
      padding: 2rem 0 1.4rem 0;
      font-family: 'Varela Round';
  }
  .testimonials-slide #name{
      font-size: 0.8rem;
      font-weight: bold;
  }
  .testimonials-slide #position{
      font-size: 0.7rem;
  }
  .testimonials-slide a{
      color: rgb(148 211 55);
      font-weight: bold;
  }
  .testimonials-slide a:hover{
      color: rgb(148 211 55);
  }
/* Testimonial CSS end */

@media only screen and (max-width: 766px) {
    .cropped-home-banner {
        display: none;
    }

    .home-banner-area {
        /* background: none !important; */
        padding: 80px 0 75px !important;
    }

    .home-banner-wrap {
        max-width: 100% !important;
        text-align: center;
    }
}

.bg-background {
    background: #f1f7f8;
}

.bg-transparent {
    background: #00000000 !important;
}

.top-categories {
    width: 100%;
    min-height: 90px;
    background-color: #f5f9fa;
    padding: 20px 15px;
    display: inline-flex;
    border: 1px solid #cccdcd;
    border-radius: 10px;
    text-decoration: none;
}

.top-categories:hover,
.top-categories:focus {
    background-color: #ec5252;
    border: 1px solid #ec5252;
}

.category-icon {
    width: 36px;
    height: 36px;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    line-height: 36px;
    margin-top: 7px;
    font-size: 20px;
    position: absolute;
}

.top-categories:hover .category-icon,
.top-categories:focus .category-icon {
    background-color: #f5f9fa;
    color: #000;
}

.category-title {
    padding-left: 50px;
    font-weight: 600;
}

.top-categories:hover .category-title,
.top-categories:focus .category-title {
    color: #fff;
}

.category-title p {
    color: #b4b4b4;
    font-size: 14px;
    font-weight: 400 !important;
    margin-top: 2px;
    margin-bottom: 1px;
}

.top-categories:hover .category-title p,
.top-categories:focus .category-title p {
    color: #efdcdc;
}

.divider-1 {
    background-color: #b8c3c5;
    margin-left: -15px;
    margin-right: -10px;
    margin-top: 12px;
    margin-bottom: 6px;
}

.brn-compare-sm {
    border: 1px solid #5ca1b4;
    color: #5d5d1c;
    background: #fff;
    font-size: 11px;
    border-radius: 6px;
    padding: 2.5px 8px 2.5px 8px;
}

.brn-compare-sm:hover,
.brn-compare-sm:focus {
    border: 1px solid #5ca1b4;
    color: #fff;
    background: #5ca1b4;
    font-size: 11px;
    border-radius: 6px;
    padding: 2.5px 8px 2.5px 8px;
}

.badge-sub-warning {
    background-color: #eceb98 !important;
    color: #3c3c2d !important;
    padding: 5px 10px 5px 10px;
    border-radius: 6px;
}

.floating-user {
    width: auto;
    height: 30px;
}

.floating-user img {
    border-radius: 15px;
    position: absolute;
}

.floating-user img:hover,
.floating-user img:focus {
    z-index: 999;
}

.become-user-label {
    background-color: #ec5252;
    color: white;
    padding: 50px 15px;
    border-radius: 10px;
}

.become-user-label a {
    border: none;
    background-color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 22px;
    border-radius: 5px;
    color: #626262;
    text-decoration: none;
}

.become-user-label a:hover {
    box-shadow: 0px 3px 31px 1px #b44b4b;
}

.text-sub-warning {
    color: #eceb98 !important;
}

.badge-sub-warning {
    background-color: #eceb98 !important;
    color: #5c5c4c !important;
    padding: 6px 15px 6px 15px;
    border-radius: 6px;
}

.footer-hover-link {
    text-decoration: none;
    font-size: 13px;
}

.footer-hover-link:hover {
    color: #000000 !important;
    text-shadow: 0px 0px 10px #d8d8d8;
}

.language_selector {
    border-radius: 5px;
    padding: 2px 10px;
    font-size: 14px;
    background: #f1f7f8;
    border-color: #b1b1b1;
}

ul.footer-social-link {
    list-style: none;
    padding-left: 0px;
    height: 60px;
    padding-top: 15px;
}

ul.footer-social-link li {
    float: left;
    background-color: #ec5252;
    color: #fff;
    margin: 0px 15px 0px 0px;
    border-radius: 50%;
    height: 37px;
    width: 37px;
    line-height: 37px;
    text-align: center;
    box-shadow: 0px 2px 13px 2px #e0e0e0;
}

ul.footer-social-link li a {
    display: block;
    color: #fff;
    font-size: 15px;
}

ul.footer-social-link li a:hover {
    color: #ddd;
}

section.featured-instructor {
    background: white;
    padding: 35px 0px;
}

.top-instructor-img {
    max-width: 250px;
}

.top-instructor-img img {
    border-radius: 12px;
}

.top-instructor-details {
    padding: 0px 22px;
}

p.top-instructor-arrow span {
    background-color: #000;
    color: #e9e9e9;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
}

p.top-instructor-arrow span i {
    line-height: 30px;
}

.slick-list.draggable {
    border-radius: 10px;
}

.hover-shadow-1:hover {
    box-shadow: 0px 0px 5px 0px #9090902e !important;
}

.image-placeholder-1 {
    position: absolute;
    width: 100%;
    height: -webkit-fill-available !important;
    background: linear-gradient(91deg, rgb(0 0 0 / 24%) 0%, rgba(0, 35, 51, 0) 100%) !important;
}

.compare-row {
    margin-top: 25px;
    background-color: #fff;
    border: 1px solid #f1f7f8;
    border-radius: 10px;
    padding: 28px 10px;
}

.compare-row-icon {
    height: 26px;
    width: 26px;
    line-height: 26px;
    background: #444;
    border-radius: 5px;
    font-size: 13px;
    color: #fff;
    text-align: center;
}

.skill-level-icon {
    width: 24px;
    height: 24px;
    background-color: transparent;
}

.skill-level-icon span {
    background-color: #dcdee1;
    margin-left: 1.5px;
    margin-right: 1.5px;
    float: left;
}

.skill-level-icon .active {
    background-color: #ec5252;
}

.skill-level-icon span:first-of-type {
    width: 5px;
    height: 8px;
    margin-top: 16px;
}

.skill-level-icon span:nth-of-type(2n) {
    width: 5px;
    height: 16px;
    margin-top: 8px;
}

.skill-level-icon span:last-of-type {
    width: 5px;
    height: 24px;
}

.marge-input-box input {
    border-radius: 10px 0px 0px 10px;
    border-right: 0px;
    font-size: 13px;
}

.marge-input-box .input-group-append {
    border: 1px solid #cccfe7;
    border-radius: 0px 10px 10px 0px;
    border-left: none !important;
}

.marge-input-box button {
    background: #ec5252;
    color: #fff;
    font-weight: 500;
    margin: 5px;
    font-size: 13px;
    border-radius: 8px;
}

.marge-input-box button:hover {
    background: #cd4f4f;
    color: #fff;
}


/*Signup & sign in page login*/

.sign-up-form {
    background: #fff;
    padding: 35px 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px -1px #ebebeb;
}

.sign-up-form .form-group {
    margin-bottom: 15px;
}

.sign-up-form .form-group label {
    color: #5c5c5c;
    font-weight: 600;
}

.sign-up-form .form-group .input-group span {
    border-right: none;
    padding: 12px 8px 12px 15px;
    border-radius: 10px;
    color: #878787;
    font-size: 15px;
    font-weight: 500;
}

.sign-up-form .form-group .input-group input {
    border-left: none;
    padding: 12px 5px;
    border-radius: 10px;
    color: #878787;
    font-size: 13px;
    font-weight: 500;
}


/*End Signup & sign in page login*/


/**/

.animated-loader {
    width: 100px;
    height: 100px;
    line-height: 100px;
    padding: 0px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}


/* for headings at home page by JD */

.main_title_2 {
    text-align: center;
    margin-bottom: 45px;
    position: relative;
}

.main_title_2 span {
    width: 120px;
    height: 2px;
    background-color: #e1e1e1;
    display: block;
    margin: auto;
}

.main_title_2 span em {
    width: 60px;
    height: 2px;
    background-color: #ec5252;
    display: block;
    margin: auto;
}

hr {
    margin: 30px 0 30px 0;
    border-color: #ededed;
}

.main_title_2 h2 {
    margin: 25px 0 0 0;
}


/* for animations subject cards on home page by JD */

.animated .block-reveal {
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.block-horizzontal,
.block-vertical {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 10;
}

.animated .block-horizzontal {
    animation: 1s ease-in-out 0s 1 normal forwards running reveal_left_to_right;
    background: #ec5252;
}

.animated .block-vertical {
    animation: 1s ease-in-out 0s 1 normal forwards running reveal_top_to_bottom;
    background: #ec5252;
}

.block-reveal img {
    transition: all 0.3s ease-in-out 0s;
    opacity: 0;
}

.animated .block-reveal img {
    animation: 0.5s ease-in-out 0.5s 1 normal forwards running color;
    opacity: 0;
    backface-visibility: hidden;
}

@keyframes reveal_left_to_right {
    0% {
        transform: translateX(-100%);
    }

    50% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(100%);
    }
}

@keyframes reveal_top_to_bottom {
    0% {
        transform: translateY(-100%);
    }

    50% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(100%);
    }
}

@keyframes color {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

a.grid_item {
    display: block;
    margin-bottom: 30px;
}

a.grid_item .info {
    position: absolute;
    width: 100%;
    z-index: 9;
    display: block;
    padding: 25px 25px 10px;
    color: rgb(255, 255, 255);
    left: 0px;
    bottom: 0px;
    background: linear-gradient(transparent, rgb(0, 0, 0));
    box-sizing: border-box;
}

a.grid_item .info small {
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 500;
}

a.grid_item .info small i {
    font-size: 1.125rem;
    margin-right: 10px;
}

a.grid_item .info h3 {
    color: rgb(255, 255, 255);
    font-size: 1.3125rem;
}

a.grid_item .info p {
    color: rgb(255, 255, 255);
    margin-bottom: 0px;
    font-size: 0.9375rem;
}

a.grid_item figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .btn_home_align {
        text-align: center;
    }

    a.grid_item figure {
        height: 200px !important;
    }
}

a.grid_item figure img {
    transition: all 0.3s ease-in-out 0s;
    opacity: 0;
}

a.grid_item:hover figure img {
    transform: scale(1.1);
}

.animated a.grid_item .info {
    animation: 0.7s ease-in-out 0.7s 1 normal forwards running color;
    opacity: 0;
}

.animated a.grid_item figure img {
    height: 220px;
    width: 100%;
    animation: 0.5s ease-in-out 0.5s 1 normal forwards running color;
    opacity: 0;
    backface-visibility: hidden;
}


/* Slider css */

@media (min-width: 992px) {
    .btn_home_align {
        text-align: right;
    }

    .slider,
    .slide {
        height: 70vh;
    }

    .slide .slide__content.slide__content__left {
        left: 10%;
        transform: translate(-15%, -50%);
    }

    .slide .slide__content--headings .top-title {
        font-family: 'Playball', cursive;
        font-size: 2.5rem;
    }

    .slide .slide__content--headings .title {
        font-size: 3.5rem;
    }

    .slide .slide__content--headings .button-custom {
        text-decoration: none;
        color: #333;
        padding: 1.2rem 2.5rem;
        font-size: 1rem;
        background-color: #790000;
    }
}

@media (min-width: 600px) {
    .slide .slide__content.slide__content__left {
        left: 15%;
        transform: translate(-15%, -50%);
    }

    .slide .slide__content--headings .top-title {
        font-family: 'Playball', cursive;
        font-size: 2rem;
    }

    .slide .slide__content--headings .title {
        font-size: 2.5rem;
    }

    .slide .slide__content--headings .button-custom {
        text-decoration: none;
        color: #333;
        padding: 1.2rem 2.5rem;
        font-size: 1rem;
    }
}

.slide {
    position: relative;
    transition: 1s;
}

.slide .slide__img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

@media (min-width: 992px) {
    .slide .slide__img {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
}

.slide .slide__img img {
    max-width: 100%;
    height: auto;
    opacity: 1 !important;
    animation-duration: 3s;
    transition: all 1s ease;
}

.slide .slide__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slide .slide__content--headings .animated {
    transition: all 0.5s ease;
}

.slider [data-animation-in] {
    /* opacity: 0; */
    animation-duration: 1.5s;
    transition: opacity 0.5s ease 0.3s;
    transition: 1s;
}

.slick-dotted .slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: 25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    display: block;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.simple-dots .slick-dots li {
    width: 20px;
    height: 20px;
}

.simple-dots .slick-dots li button {
    border-radius: 50%;
    background-color: white;
    opacity: 0.25;
    width: 20px;
    height: 20px;
}

.simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus {
    opacity: 1;
}

.simple-dots .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
}

.stick-dots .slick-dots li {
    height: 3px;
    width: 50px;
}

.stick-dots .slick-dots li button {
    position: relative;
    background-color: white;
    opacity: 0.25;
    width: 50px;
    height: 3px;
    padding: 0;
}

.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
    opacity: 1;
}

.stick-dots .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
}

.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
    opacity: 1;
}


/* /////////// IMAGE ZOOM /////////// */

@keyframes zoomInImage {
    from {
        transform: scale3d(1, 1, 1);
        transition: 1s;
    }

    to {
        transform: scale3d(1.1, 1.1, 1.1);
        transition: 1s;
    }
}

.zoomInImage {
    animation-name: zoomInImage;
}

@keyframes zoomOutImage {
    from {
        transform: scale3d(1.1, 1.1, 1.1);
        transition: 1s;
    }

    to {
        transform: scale3d(1, 1, 1);
        transition: 1s;
    }
}

.zoomOutImage {
    animation-name: zoomOutImage;
    transition: 1s;
}

.slick-nav {
    --active: #FFF;
    --border: #ec5252;
    width: 44px;
    height: 44px;
    position: absolute;
    cursor: pointer;
    top: calc(50% - 44px);
}

.slick-nav.prev-arrow {
    left: 3%;
    transform: scaleX(-1);
    z-index: 999;
}

.slick-nav.next-arrow {
    left: auto;
    right: 3%;
}

.slick-nav i {
    display: block;
    position: absolute;
    margin: -10px 0 0 -10px;
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
}

.slick-nav i:before,
.slick-nav i:after {
    content: '';
    width: 10px;
    height: 2px;
    border-radius: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: var(--active);
    margin: -1px 0 0 -5px;
    display: block;
    transform-origin: 9px 50%;
}

.slick-nav i:before {
    transform: rotate(-40deg);
}

.slick-nav i:after {
    transform: rotate(40deg);
}

.slick-nav:before,
.slick-nav:after {
    content: '';
    display: block;
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    border-radius: 50%;
    border: 2px solid var(--border);
}

.slick-slide {
    width: 300px;
}

.slick-nav svg {
    width: 44px;
    height: 44px;
    display: block;
    position: relative;
    z-index: 1;
    color: var(--active);
    stroke-width: 2px;
    stroke-dashoffset: 126;
    stroke-dasharray: 126 126 0;
    transform: rotate(0deg);
}

.slick-nav.animate svg {
    animation: stroke 1s ease forwards 0.3s;
}

.slick-nav.animate i {
    animation: arrow 1.6s ease forwards;
}

.slick-nav.animate i:before {
    animation: arrowUp 1.6s ease forwards;
}

.slick-nav.animate i:after {
    animation: arrowDown 1.6s ease forwards;
}

@keyframes stroke {
    52% {
        transform: rotate(-180deg);
        stroke-dashoffset: 0;
    }

    52.1% {
        transform: rotate(-360deg);
        stroke-dashoffset: 0;
    }

    100% {
        transform: rotate(-180deg);
        stroke-dashoffset: 126;
    }
}

@keyframes arrow {

    0%,
    100% {
        transform: translateX(0);
        opacity: 1;
    }

    23% {
        transform: translateX(17px);
        opacity: 1;
    }

    24%,
    80% {
        transform: translateX(-22px);
        opacity: 0;
    }

    81% {
        opacity: 1;
        transform: translateX(-22px);
    }
}

@keyframes arrowUp {

    0%,
    100% {
        transform: rotate(-40deg) scaleX(1);
    }

    20%,
    80% {
        transform: rotate(0deg) scaleX(0.1);
    }
}

@keyframes arrowDown {

    0%,
    100% {
        transform: rotate(40deg) scaleX(1);
    }

    20%,
    80% {
        transform: rotate(0deg) scaleX(0.1);
    }
}

#registration button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

#registration .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

#registration fieldset,
label {
    color: black;
}

#registration .form-check-input:checked {
    background-color: #770309;
    border-color: #770309;
}

#registration .modal-body {
    margin-bottom: 15px;
}

#registration input[type=radio]+label {
    cursor: pointer;
}

#registration select,
#registration input[type=text],
#registration input[type=email] {
    height: 40px;
}


/* btn custom css by JD */

a.btn_1,
.btn_1 {
    border: none;
    color: #fff;
    background: #ec5252;
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 15px 30px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

a.btn_1:hover,
.btn_1:hover {
    background: #ec2b2b;
    color: #fff;
}

a.btn_1.full-width,
.btn_1.full-width {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}

a.btn_1.medium,
.btn_1.medium {
    font-size: 16px;
    font-size: 1rem;
    padding: 18px 40px;
}

a.btn_1.rounded,
.btn_1.rounded {
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    -ms-border-radius: 25px !important;
    border-radius: 25px !important;
}


/* all subject page */

#hero_in {
    width: 100%;
    height: 350px;
    position: relative;
    overflow: hidden;
    text-align: center;
    color: rgb(255, 255, 255);
}

@media (max-width: 767px) {
    #hero_in {
        height: 350px;
    }
}

#hero_in.general {
    border-bottom: 5px solid rgb(255, 193, 7);
}

#hero_in.general::before {
    background: url("http://via.placeholder.com/1600x1067/ccc/fff/bg_general.jpg") center center / cover no-repeat;
}

#hero_in.general .wrapper {
    background-color: rgba(57, 39, 121, 0.8);
}

#hero_in.courses::before {
    background: url("http://via.placeholder.com/1600x1067/ccc/fff/bg_courses.jpg") center center / cover no-repeat;
}

#hero_in.courses .wrapper {
    background-color: rgba(57, 39, 121, 0.8);
}

#hero_in.contacts::before {
    background: url("http://via.placeholder.com/1600x1067/ccc/fff/bg_contacts.jpg") center center / cover no-repeat;
}

#hero_in.contacts .wrapper {
    background-color: rgba(0, 0, 0, 0.8);
}

#hero_in::before {
    animation: 5s cubic-bezier(0, 0.5, 0, 1) 0.3s 1 normal forwards running pop-in;
    opacity: 0;
    position: absolute;
    inset: 0px;
    z-index: -1;
    filter: grayscale(1);
}

#hero_in .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

#hero_in .wrapper h1 {
    color: rgb(255, 255, 255);
    font-size: 2.625rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 30px;
}

@media (max-width: 767px) {
    #hero_in .wrapper h1 {
        font-size: 2rem;
    }
}

#hero_in .wrapper h1 span {
    width: 80px;
    height: 4px;
    background-color: #ec5252;
    display: block;
    margin: auto auto 20px;
    border-radius: 10px;
    opacity: 1;
}

#hero_in .wrapper p {
    font-weight: 300;
    margin-bottom: 0px;
    font-size: 1.5rem;
}

#hero_in .wrapper p strong {
    font-weight: 600;
}

#hero_in h1 {
    animation-delay: 0.8s;
}

#hero_in p {
    animation-delay: 1.5s;
    animation-duration: 0.3s;
}

#hero_in a.btn_explore {
    animation-delay: 2s;
}

.banner-img {
    background-size: cover !important;
    animation: 5s cubic-bezier(0, 0.5, 0, 1) 0.3s 1 normal forwards running pop-in !important;
    height: 100% !important;
    width: 100% !important;
    position: absolute !important;
    inset: 0px !important;
    z-index: -1 !important;
    filter: grayscale(1) !important;
}

.filters_listing {
    padding: 35px 0px 5px;
    background: #ec5252;
    position: relative;
}

@keyframes pop-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        transform: scale(1.1);
    }
}

.order-now-btn {
    background: #fff;
    border: 2px solid #ec5252;
    color: #ec5252;
    padding: 5px 20px;
    font-weight: 500;
    /* line-height: 1; */
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}

.order-now-btn:hover {
    background: #f63f3f;
    color: #fff;
}

.search-btn {
    padding: 10px !important;
    border-radius: 30px !important;
    width: 100% !important;
    padding-right: 125px !important;
}

.searchbox .search-btn-box {
    position: absolute;
    right: 0;
    padding: 10px !important;
    border-radius: 100px;
    background: #ffffff00;
}

.searchbox .search-btn-box button {
    background: #790000;
    color: #fff;
    padding: 9px 25px;
    border-radius: 50px;
    z-index: 22;
}

.input-group .btn {
    position: relative;
    z-index: 2;
}

#elibrary-search .search-btn-box {
    position: absolute;
    right: 0;
    padding: 0px;
    border-radius: 100px;
    background: #ffffff00;
}

#elibrary-search .search-btn-box button {
    background: #790000;
    color: #fff;
    padding: 9px 25px;
    border-radius: 50px;
    z-index: 22;
}

#elibrary-search {
    width: 70%;
    position: sticky;
    float: right;
}

button#elibrary-order-btn {
    padding: 3px 12px;
}

#elibrary-search-section .play-btn {
    left: 30px;
    top: 0;
    width: 50%;
    height: 50%;
    position: absolute;
    background: url(../img/icons/icon-play.svg) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-size: auto 40%;
    background-position: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    z-index: 1;
}

#elibrary-search-section .play-btn {
    transform: scale(1.2);
    visibility: visible;
    opacity: 1;
}

/* Free Quiz Download Button By Mustaqeem */
.badge-free-quiz {
    background-color: #ec5252;
    float: right;
    padding: 0px 10px 4px 10px;
    border-radius: 6px;
}

/* Teacher Details Css  */
#vbc-course-categ .card {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .05);
    border-radius: 8px
}

#vbc-course-categ .content .card-title {
    font-weight: 400;
    padding: 5px;
    color: #212945
}

#vbc-course-categ .content .container-courses {
    margin: 30px 0 10px
}

#vbc-course-categ .content .container-courses [class^=col-sm-3] {
    padding: 8px
}

#vbc-course-categ .card.course {
    border: 1px solid #dcdfeb;
    border-radius: 8px;
    height: 100%
}

#vbc-course-categ .card.course .card-body {
    padding: 1.25rem .9rem
}

#vbc-course-categ .card.course .card-title,
.card.course .card-title a {
    padding: 0;
    color: #212945 !important;
    font-size: 14px;
    font-weight: 410
}

#vbc-course-categ .course-box {
    margin-top: 30px
}

#vbc-course-categ .course-categ {
    display: flex;
    justify-content: flex-start
}

#vbc-course-categ .card.course .card-title a:hover {
    text-decoration: none;
    color: #212945
}

#vbc-course-categ .card.course .card-img-top {
    height: 100%;
    border-radius: 5px
}

.course-categ .course-box:hover {
    transform: scale(1.1);
    transition-timing-function: ease-in;
    transition: 0.2s;
}


/* Contact us page css */

.contact-us i {
    background-color: #ec5252;
    color: #fff;
    margin: 0px 0px 6px 0px;
    border-radius: 50%;
    height: 37px;
    width: 37px;
    line-height: 37px;
    text-align: center;
    box-shadow: 0px 2px 13px 2px #e0e0e0;
}

/*  Become Teacher Button's css */

.footer-button .become-teacher {
    color: #fff;
    background-color: #ec5252;
    border: 1px solid #ec5252;
}

.footer-button>.btn {
    padding: 8.5px 18px;
    font-size: 15px;
    border-radius: 10px !important;
    line-height: 1.35135;
    font-weight: 600;
    margin-left: 5px !important;
}