
body{
  direction: ltr
}
.course-content-sidebar .course-img img {
    background: #fff;
}
#Video .modal-dialog{
  max-width:800px;
}
#myModal{
  width: 100% !important;
}
.course-description, .course-description p, .course-description span
,.course-description h1 , .course-description h2
, .course-description h3 , .course-description h4
, .course-description h5
, .course-description h6
{
    color: rgb(3,3,3)!important;
  font-size :16px !important;
  font-family:inherit !important;
  text-align: left !important;
}
#fuckingCart_buynowbtn{
  width:100%;
}
.registerimg{
  width: 100%;
  position: relative;
}
    .select2-results__option {
        font-size: 12px;
    }
        .hidden{
        display:none;
    }

    .img-shadow-1
    {
        cursor:pointer;
}
.table td, .table th {
    text-align: center;
}
.video-btn{
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 0 20px 12px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
    color: #1fb354;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    z-index: 2;
}
.img-shadow-1:hover
{
    transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);

}

.img-shadow-1
{
    transition:all .6s ease-in-out;
    -webkit-transition:all .6s ease-in-out;
    -moz-transition:all .6s ease-in-out;
    -ms-transition:all .6s ease-in-out;
    -o-transition:all .6s ease-in-out;
}

.img-shadow-1:hover
{
    transition:all .6s ease-in-out;
    -webkit-transition:all .6s ease-in-out;
    -moz-transition:all .6s ease-in-out;
    -ms-transition:all .6s ease-in-out;
    -o-transition:all .6s ease-in-out;

}

@media screen and (max-width: 1000px) {
    .pcview{
        display:none;
    }
}
@media screen and (min-width: 1000px) {
    .mobileview{
        display:none;
    }
}

  @supports (-webkit-touch-callout: none) {
      input, textarea {
        -webkit-user-select: text;
        -khtml-user-select: text;
        -moz-user-select: text;
        -ms-user-select: text;
        user-select: text;
      }
    }
    @supports not (-webkit-touch-callout: none) {
      input, textarea {
        -webkit-user-select: text;
        -khtml-user-select: text;
        -moz-user-select: text;
        -ms-user-select: text;
        user-select: text;
      }
    }
}


* {
  user-select: none !important;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
}

/* Non-prefixed version, currently */
.alink a {
  color: #1fb354 !important;
}

.alink a:hover {
  color: #feb22d !important;
}

.pulse {
  position: absolute;
  z-index: 999;
  bottom: 100px;
  left: 50px;
  width: 75px;
  height: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #25d366;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
  cursor: pointer;
  text-decoration: none;
  color: #25d366;
}

.pulse:before, .pulse:after {
  content: '';
  display: block;
  position: absolute;
  border: 1px solid #58ea00;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: animate 1.5s linear infinite;
  opacity: 0;
}

.pulse:after {
  animation-delay: .5s;
}

@keyframes animate {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }

}

@media screen and (max-width:1000px) {
  .pcview {
    display: none;
  }

}

@media screen and (min-width:1000px) {
  .mobileview {
    display: none;
  }

}


.footer .footer-logo {
  width: 177px !important;
  height: 116px !important;
}

@media (min-width:1281px) {
  .viewresp {
    width: 400px;
  }

}

@media (min-width:1025px) and (max-width:1280px) {
  .viewresp {
    width: 400px;
  }

}

@media (min-width:768px) and (max-width:1024px) {
  .viewresp {
    width: 400px;
  }

}

@media (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
  .viewresp {
    width: 300px;
  }

}

@media (min-width:481px) and (max-width:767px) {
  .viewresp {
    width: 250px;
  }

}

@media (min-width:320px) and (max-width:480px) {
  .viewresp {
    width: 190px;
  }

}

@media (min-width:100px) and (max-width:319px) {
  .viewresp {
    width: 150px;
  }

}

.footer .footer-subscribe {
  position: relative;
  top: 1px;
  height: 200px;
  background-image: url('/store/1/footer_banner-01.png') !important;
background-color: transparent !important;
border-radius: 15px;
padding: 25px;
width: 100%;
background-size: cover;
}
#wowslider_engine{
    display:none;
}

  @media screen and (max-width: 1000px) {
            .pcview{
                display:none;
            }
        }

                .blog-sliderxxx {
                width: 95%;
                position: relative;
                max-width: 800px;
                margin: auto;
                background: #fff;
                box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
                padding: 25px;
                border-radius: 25px;
                height: 400px;
                transition: all 0.3s;
                }
                @media screen and (max-width: 992px) {
                .blog-sliderxxx {
                    max-width: 680px;
                    height: 400px;
                }
                }
                @media screen and (max-width: 768px) {
                .blog-sliderxxx {
                    min-height: 500px;
                    height: auto;
                    margin: 180px auto;
                }
                }
                @media screen and (max-height: 500px) and (min-width: 992px) {
                .blog-sliderxxx {
                    height: 350px;
                }
                }
                .blog-sliderxxx__item {
                display: flex;
                align-items: center;
                }
                @media screen and (max-width: 768px) {
                .blog-sliderxxx__item {
                    flex-direction: column;
                }
                }
                .blog-sliderxxx__item.swiper-slide-active .blog-sliderxxx__img img {
                opacity: 1;
                transition-delay: 0.3s;
                }
                .blog-sliderxxx__item.swiper-slide-active .blog-sliderxxx__content > * {
                opacity: 1;
                transform: none;
                }
                .blog-sliderxxx__item.swiper-slide-active .blog-sliderxxx__content > *:nth-child(1) {
                transition-delay: 0.3s;
                }
                .blog-sliderxxx__item.swiper-slide-active .blog-sliderxxx__content > *:nth-child(2) {
                transition-delay: 0.4s;
                }
                .blog-sliderxxx__item.swiper-slide-active .blog-sliderxxx__content > *:nth-child(3) {
                transition-delay: 0.5s;
                }
                .blog-sliderxxx__item.swiper-slide-active .blog-sliderxxx__content > *:nth-child(4) {
                transition-delay: 0.6s;
                }
                .blog-sliderxxx__item.swiper-slide-active .blog-sliderxxx__content > *:nth-child(5) {
                transition-delay: 0.7s;
                }
                .blog-sliderxxx__item.swiper-slide-active .blog-sliderxxx__content > *:nth-child(6) {
                transition-delay: 0.8s;
                }
                .blog-sliderxxx__item.swiper-slide-active .blog-sliderxxx__content > *:nth-child(7) {
                transition-delay: 0.9s;
                }
                .blog-sliderxxx__item.swiper-slide-active .blog-sliderxxx__content > *:nth-child(8) {
                transition-delay: 1s;
                }
                .blog-sliderxxx__item.swiper-slide-active .blog-sliderxxx__content > *:nth-child(9) {
                transition-delay: 1.1s;
                }
                .blog-sliderxxx__item.swiper-slide-active .blog-sliderxxx__content > *:nth-child(10) {
                transition-delay: 1.2s;
                }
                .blog-sliderxxx__item.swiper-slide-active .blog-sliderxxx__content > *:nth-child(11) {
                transition-delay: 1.3s;
                }
                .blog-sliderxxx__item.swiper-slide-active .blog-sliderxxx__content > *:nth-child(12) {
                transition-delay: 1.4s;
                }
                .blog-sliderxxx__item.swiper-slide-active .blog-sliderxxx__content > *:nth-child(13) {
                transition-delay: 1.5s;
                }
                .blog-sliderxxx__item.swiper-slide-active .blog-sliderxxx__content > *:nth-child(14) {
                transition-delay: 1.6s;
                }
                .blog-sliderxxx__item.swiper-slide-active .blog-sliderxxx__content > *:nth-child(15) {
                transition-delay: 1.7s;
                }
                .blog-sliderxxx__img {
                width: 300px;
                flex-shrink: 0;
                height: 300px;
                background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
                box-shadow: 4px 13px 30px 1px rgba(252, 56, 56, 0.2);
                border-radius: 20px;
                transform: translateX(-80px);
                overflow: hidden;
                }
                .blog-sliderxxx__img:after {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
                border-radius: 20px;
                opacity: 0.8;
                }
                .blog-sliderxxx__img img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                display: block;
                opacity: 0;
                border-radius: 20px;
                transition: all 0.3s;
                }
                @media screen and (max-width: 768px) {
                .blog-sliderxxx__img {
                    transform: translateY(-50%);
                    width: 90%;
                }
                }
                @media screen and (max-width: 576px) {
                .blog-sliderxxx__img {
                    width: 95%;
                }
                }
                @media screen and (max-height: 500px) and (min-width: 992px) {
                .blog-sliderxxx__img {
                    height: 270px;
                }
                }
                .blog-sliderxxx__content {
                padding-right: 25px;
                }
                @media screen and (max-width: 768px) {
                .blog-sliderxxx__content {
                    margin-top: -80px;
                    text-align: center;
                    padding: 0 30px;
                }
                }
                @media screen and (max-width: 576px) {
                .blog-sliderxxx__content {
                    padding: 0;
                }
                }
                .blog-sliderxxx__content > * {
                opacity: 0;
                transform: translateY(25px);
                transition: all 0.4s;
                }
                .blog-sliderxxx__code {
                color: #7b7992;
                margin-bottom: 15px;
                display: block;
                font-weight: 500;
                }
                .blog-sliderxxx__title {
                font-size: 24px;
                font-weight: 700;
                color: #0d0925;
                margin-bottom: 20px;
                }
                .blog-sliderxxx__text {
                color: #4e4a67;
                margin-bottom: 30px;
                line-height: 1.5em;
                }
                .blog-sliderxxx__button {
                display: inline-flex;
                background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
                padding: 15px 35px;
                border-radius: 50px;
                color: #fff;
                box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);
                text-decoration: none;
                font-weight: 500;
                justify-content: center;
                text-align: center;
                letter-spacing: 1px;
                }
                @media screen and (max-width: 576px) {
                .blog-sliderxxx__button {
                    width: 100%;
                }
                }
                .blog-sliderxxx .swiper-container-horizontal > .swiper-pagination-bullets, .blog-sliderxxx .swiper-pagination-custom, .blog-sliderxxx .swiper-pagination-fraction {
                bottom: 10px;
                left: 0;
                width: 100%;
                }
                .blog-sliderxxx__pagination {
                position: absolute;
                z-index: 21;
                right: 20px;
                width: 11px !important;
                text-align: center;
                left: auto !important;
                top: 50%;
                bottom: auto !important;
                transform: translateY(-50%);
                }
                @media screen and (max-width: 768px) {
                .blog-sliderxxx__pagination {
                    transform: translateX(-50%);
                    left: 50% !important;
                    top: 205px;
                    width: 100% !important;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }
                }
                .blog-sliderxxx__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
                margin: 8px 0;
                }
                @media screen and (max-width: 768px) {
                .blog-sliderxxx__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
                    margin: 0 5px;
                }
                }
                .blog-sliderxxx__pagination .swiper-pagination-bullet {
                width: 11px;
                height: 11px;
                display: block;
                border-radius: 10px;
                background: #062744;
                opacity: 0.2;
                transition: all 0.3s;
                }
                .blog-sliderxxx__pagination .swiper-pagination-bullet-active {
                opacity: 1;
                background: #fd3838;
                height: 30px;
                box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
                }
                @media screen and (max-width: 768px) {
                .blog-sliderxxx__pagination .swiper-pagination-bullet-active {
                    height: 11px;
                    width: 30px;
                }
                }

                .hassan{
    letter-spacing: 0.05rem;
  position: relative;
   color: #401aff;
  overflow: hidden;
  transition: 0.3s ease-in-out;
  border-radius: 0.3rem;
  z-index: 1;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0), 0 15px 12px rgba(0, 0, 0, 0);
}
.hassan:hover{
    
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0), 0 6px 6px rgba(0, 0, 0, 0);
  transform: scale(0.95);
  
  }
  .jjj , .gradient-box{
   background-image: transparent !important;
}

.swing {
    animation: swing ease-in-out 1s infinite alternate;
    transform-origin: center -20px;
    float:left;
 }
.swing img {
    border: 5px solid #f8f8f8;
    display: block;
}
.swing:after{
    content: '';
    position: absolute;  
    width: 20px; height: 20px;  
    border: 1px solid #999;
    top: -10px; left: 50%;
    z-index: 0;
    border-bottom: none;
    border-right: none;
    transform: rotate(45deg);
}
/* nail */
.swing:before{
    content: '';
    position: absolute;
    width: 5px; height: 5px;
    top: -14px;left: 54%;
    z-index: 5;
    border-radius: 50% 50%;
    background: #000;
}
 
@keyframes swing {
    0% { transform: rotate(3deg); }
    100% { transform: rotate(-3deg); }
}





.pyro > .before, .pyro > .after {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff;
  -moz-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -webkit-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -o-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -ms-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
}

.pyro > .after {
  -moz-animation-delay: 1.25s, 1.25s, 1.25s;
  -webkit-animation-delay: 1.25s, 1.25s, 1.25s;
  -o-animation-delay: 1.25s, 1.25s, 1.25s;
  -ms-animation-delay: 1.25s, 1.25s, 1.25s;
  animation-delay: 1.25s, 1.25s, 1.25s;
  -moz-animation-duration: 1.25s, 1.25s, 6.25s;
  -webkit-animation-duration: 1.25s, 1.25s, 6.25s;
  -o-animation-duration: 1.25s, 1.25s, 6.25s;
  -ms-animation-duration: 1.25s, 1.25s, 6.25s;
  animation-duration: 1.25s, 1.25s, 6.25s;
}

@-webkit-keyframes bang {
  to {
    box-shadow: 148px -185.6666666667px #ff5e00, 72px -297.6666666667px #0011ff, -79px 20.3333333333px #ff2600, 246px 5.3333333333px #ff002b, 134px -85.6666666667px #5500ff, -115px -297.6666666667px #00eaff, -29px 80.3333333333px #2600ff, -87px -42.6666666667px #7b00ff, 221px -239.6666666667px #bb00ff, 38px 74.3333333333px #ff0080, 63px -61.6666666667px #00fff2, -221px -382.6666666667px #00ff73, -216px -234.6666666667px #cc00ff, -194px -223.6666666667px #ff0900, -187px -84.6666666667px #d900ff, -20px -113.6666666667px #ff00f2, 230px -226.6666666667px #ff00d9, -122px -249.6666666667px #ccff00, -126px -252.6666666667px #7b00ff, -24px -270.6666666667px #00ff8c, 21px 57.3333333333px #d000ff, -57px -55.6666666667px #f700ff, -87px 33.3333333333px #ff8800, -162px -272.6666666667px #0026ff, 188px -210.6666666667px #7300ff, -221px -401.6666666667px #ff00f2, 127px -57.6666666667px #ff3700, 213px 9.3333333333px #ff001e, 140px -394.6666666667px #0095ff, 119px -206.6666666667px #37ff00, -7px 15.3333333333px #ff0073, 50px -309.6666666667px #ea00ff, 185px 4.3333333333px #ff0077, 188px -392.6666666667px #00ff44, -166px 13.3333333333px #ff002f, 189px -44.6666666667px #00ffee, 226px -223.6666666667px #00a2ff, -28px -310.6666666667px #6a00ff, 181px -345.6666666667px #e100ff, -22px 12.3333333333px #00ff1a, -239px -279.6666666667px #2bff00, -13px -227.6666666667px #11ff00, -76px 12.3333333333px #0091ff, 17px -5.6666666667px #00ffa2, -53px 11.3333333333px #ffea00, -80px -211.6666666667px #ff00d5, 170px -185.6666666667px #ff4000, 100px 60.3333333333px #d500ff, -33px -356.6666666667px #2fff00, 164px -37.6666666667px #5eff00, -23px -327.6666666667px #00ff26;
  }
}
@-moz-keyframes bang {
  to {
    box-shadow: 148px -185.6666666667px #ff5e00, 72px -297.6666666667px #0011ff, -79px 20.3333333333px #ff2600, 246px 5.3333333333px #ff002b, 134px -85.6666666667px #5500ff, -115px -297.6666666667px #00eaff, -29px 80.3333333333px #2600ff, -87px -42.6666666667px #7b00ff, 221px -239.6666666667px #bb00ff, 38px 74.3333333333px #ff0080, 63px -61.6666666667px #00fff2, -221px -382.6666666667px #00ff73, -216px -234.6666666667px #cc00ff, -194px -223.6666666667px #ff0900, -187px -84.6666666667px #d900ff, -20px -113.6666666667px #ff00f2, 230px -226.6666666667px #ff00d9, -122px -249.6666666667px #ccff00, -126px -252.6666666667px #7b00ff, -24px -270.6666666667px #00ff8c, 21px 57.3333333333px #d000ff, -57px -55.6666666667px #f700ff, -87px 33.3333333333px #ff8800, -162px -272.6666666667px #0026ff, 188px -210.6666666667px #7300ff, -221px -401.6666666667px #ff00f2, 127px -57.6666666667px #ff3700, 213px 9.3333333333px #ff001e, 140px -394.6666666667px #0095ff, 119px -206.6666666667px #37ff00, -7px 15.3333333333px #ff0073, 50px -309.6666666667px #ea00ff, 185px 4.3333333333px #ff0077, 188px -392.6666666667px #00ff44, -166px 13.3333333333px #ff002f, 189px -44.6666666667px #00ffee, 226px -223.6666666667px #00a2ff, -28px -310.6666666667px #6a00ff, 181px -345.6666666667px #e100ff, -22px 12.3333333333px #00ff1a, -239px -279.6666666667px #2bff00, -13px -227.6666666667px #11ff00, -76px 12.3333333333px #0091ff, 17px -5.6666666667px #00ffa2, -53px 11.3333333333px #ffea00, -80px -211.6666666667px #ff00d5, 170px -185.6666666667px #ff4000, 100px 60.3333333333px #d500ff, -33px -356.6666666667px #2fff00, 164px -37.6666666667px #5eff00, -23px -327.6666666667px #00ff26;
  }
}
@-o-keyframes bang {
  to {
    box-shadow: 148px -185.6666666667px #ff5e00, 72px -297.6666666667px #0011ff, -79px 20.3333333333px #ff2600, 246px 5.3333333333px #ff002b, 134px -85.6666666667px #5500ff, -115px -297.6666666667px #00eaff, -29px 80.3333333333px #2600ff, -87px -42.6666666667px #7b00ff, 221px -239.6666666667px #bb00ff, 38px 74.3333333333px #ff0080, 63px -61.6666666667px #00fff2, -221px -382.6666666667px #00ff73, -216px -234.6666666667px #cc00ff, -194px -223.6666666667px #ff0900, -187px -84.6666666667px #d900ff, -20px -113.6666666667px #ff00f2, 230px -226.6666666667px #ff00d9, -122px -249.6666666667px #ccff00, -126px -252.6666666667px #7b00ff, -24px -270.6666666667px #00ff8c, 21px 57.3333333333px #d000ff, -57px -55.6666666667px #f700ff, -87px 33.3333333333px #ff8800, -162px -272.6666666667px #0026ff, 188px -210.6666666667px #7300ff, -221px -401.6666666667px #ff00f2, 127px -57.6666666667px #ff3700, 213px 9.3333333333px #ff001e, 140px -394.6666666667px #0095ff, 119px -206.6666666667px #37ff00, -7px 15.3333333333px #ff0073, 50px -309.6666666667px #ea00ff, 185px 4.3333333333px #ff0077, 188px -392.6666666667px #00ff44, -166px 13.3333333333px #ff002f, 189px -44.6666666667px #00ffee, 226px -223.6666666667px #00a2ff, -28px -310.6666666667px #6a00ff, 181px -345.6666666667px #e100ff, -22px 12.3333333333px #00ff1a, -239px -279.6666666667px #2bff00, -13px -227.6666666667px #11ff00, -76px 12.3333333333px #0091ff, 17px -5.6666666667px #00ffa2, -53px 11.3333333333px #ffea00, -80px -211.6666666667px #ff00d5, 170px -185.6666666667px #ff4000, 100px 60.3333333333px #d500ff, -33px -356.6666666667px #2fff00, 164px -37.6666666667px #5eff00, -23px -327.6666666667px #00ff26;
  }
}
@-ms-keyframes bang {
  to {
    box-shadow: 148px -185.6666666667px #ff5e00, 72px -297.6666666667px #0011ff, -79px 20.3333333333px #ff2600, 246px 5.3333333333px #ff002b, 134px -85.6666666667px #5500ff, -115px -297.6666666667px #00eaff, -29px 80.3333333333px #2600ff, -87px -42.6666666667px #7b00ff, 221px -239.6666666667px #bb00ff, 38px 74.3333333333px #ff0080, 63px -61.6666666667px #00fff2, -221px -382.6666666667px #00ff73, -216px -234.6666666667px #cc00ff, -194px -223.6666666667px #ff0900, -187px -84.6666666667px #d900ff, -20px -113.6666666667px #ff00f2, 230px -226.6666666667px #ff00d9, -122px -249.6666666667px #ccff00, -126px -252.6666666667px #7b00ff, -24px -270.6666666667px #00ff8c, 21px 57.3333333333px #d000ff, -57px -55.6666666667px #f700ff, -87px 33.3333333333px #ff8800, -162px -272.6666666667px #0026ff, 188px -210.6666666667px #7300ff, -221px -401.6666666667px #ff00f2, 127px -57.6666666667px #ff3700, 213px 9.3333333333px #ff001e, 140px -394.6666666667px #0095ff, 119px -206.6666666667px #37ff00, -7px 15.3333333333px #ff0073, 50px -309.6666666667px #ea00ff, 185px 4.3333333333px #ff0077, 188px -392.6666666667px #00ff44, -166px 13.3333333333px #ff002f, 189px -44.6666666667px #00ffee, 226px -223.6666666667px #00a2ff, -28px -310.6666666667px #6a00ff, 181px -345.6666666667px #e100ff, -22px 12.3333333333px #00ff1a, -239px -279.6666666667px #2bff00, -13px -227.6666666667px #11ff00, -76px 12.3333333333px #0091ff, 17px -5.6666666667px #00ffa2, -53px 11.3333333333px #ffea00, -80px -211.6666666667px #ff00d5, 170px -185.6666666667px #ff4000, 100px 60.3333333333px #d500ff, -33px -356.6666666667px #2fff00, 164px -37.6666666667px #5eff00, -23px -327.6666666667px #00ff26;
  }
}
@keyframes bang {
  to {
    box-shadow: 148px -185.6666666667px #ff5e00, 72px -297.6666666667px #0011ff, -79px 20.3333333333px #ff2600, 246px 5.3333333333px #ff002b, 134px -85.6666666667px #5500ff, -115px -297.6666666667px #00eaff, -29px 80.3333333333px #2600ff, -87px -42.6666666667px #7b00ff, 221px -239.6666666667px #bb00ff, 38px 74.3333333333px #ff0080, 63px -61.6666666667px #00fff2, -221px -382.6666666667px #00ff73, -216px -234.6666666667px #cc00ff, -194px -223.6666666667px #ff0900, -187px -84.6666666667px #d900ff, -20px -113.6666666667px #ff00f2, 230px -226.6666666667px #ff00d9, -122px -249.6666666667px #ccff00, -126px -252.6666666667px #7b00ff, -24px -270.6666666667px #00ff8c, 21px 57.3333333333px #d000ff, -57px -55.6666666667px #f700ff, -87px 33.3333333333px #ff8800, -162px -272.6666666667px #0026ff, 188px -210.6666666667px #7300ff, -221px -401.6666666667px #ff00f2, 127px -57.6666666667px #ff3700, 213px 9.3333333333px #ff001e, 140px -394.6666666667px #0095ff, 119px -206.6666666667px #37ff00, -7px 15.3333333333px #ff0073, 50px -309.6666666667px #ea00ff, 185px 4.3333333333px #ff0077, 188px -392.6666666667px #00ff44, -166px 13.3333333333px #ff002f, 189px -44.6666666667px #00ffee, 226px -223.6666666667px #00a2ff, -28px -310.6666666667px #6a00ff, 181px -345.6666666667px #e100ff, -22px 12.3333333333px #00ff1a, -239px -279.6666666667px #2bff00, -13px -227.6666666667px #11ff00, -76px 12.3333333333px #0091ff, 17px -5.6666666667px #00ffa2, -53px 11.3333333333px #ffea00, -80px -211.6666666667px #ff00d5, 170px -185.6666666667px #ff4000, 100px 60.3333333333px #d500ff, -33px -356.6666666667px #2fff00, 164px -37.6666666667px #5eff00, -23px -327.6666666667px #00ff26;
  }
}
@-webkit-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-moz-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-o-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-ms-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-webkit-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@-moz-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@-o-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@-ms-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}




    .pace {
        -webkit-pointer-events: none;
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }

    .pace-inactive {
        display: none;
    }

    .pace .pace-progress {
        background: #29d;
        position: fixed;
        z-index: 2000;
        top: 0;
        right: 100%;
        width: 100%;
        height: 2px;
    }

    .pace .pace-progress-inner {
        display: block;
        position: absolute;
        right: 0px;
        width: 100px;
        height: 100%;
        box-shadow: 0 0 10px #29d, 0 0 5px #29d;
        opacity: 1.0;
        -webkit-transform: rotate(3deg) translate(0px, -4px);
        -moz-transform: rotate(3deg) translate(0px, -4px);
        -ms-transform: rotate(3deg) translate(0px, -4px);
        -o-transform: rotate(3deg) translate(0px, -4px);
        transform: rotate(3deg) translate(0px, -4px);
    }

    .pace .pace-activity {
        display: block;
        position: fixed;
        z-index: 2000;
        top: 15px;
        right: 15px;
        width: 14px;
        height: 14px;
        border: solid 2px transparent;
        border-top-color: #29d;
        border-left-color: #29d;
        border-radius: 10px;
        -webkit-animation: pace-spinner 400ms linear infinite;
        -moz-animation: pace-spinner 400ms linear infinite;
        -ms-animation: pace-spinner 400ms linear infinite;
        -o-animation: pace-spinner 400ms linear infinite;
        animation: pace-spinner 400ms linear infinite;
    }

    @-webkit-keyframes pace-spinner {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @-moz-keyframes pace-spinner {
        0% {
            -moz-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -moz-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @-o-keyframes pace-spinner {
        0% {
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @-ms-keyframes pace-spinner {
        0% {
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -ms-transform: rotate(360deg);
            transform: rotate(360deg);
      }
    }

    @keyframes pace-spinner {
        0% {
            transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    .js div#preloader {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999999;
        margin: auto;
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background: #fff;
        text-align: center;
    }
      .js div#preloader img {
        margin: auto;
        display: block;
        width: 500px;
        text-align: center;
    }

    
        .select2-results__option {
            font-size: 12px;
        }
.hidden{
    display:none;
}
 
.img-shadow-1
{
    cursor:pointer;
/* -webkit-box-shadow: 0 28px 16px -26px black;
-moz-box-shadow: 0 28px 16px -26px black;
box-shadow: 0 28px 16px -26px black; */
}

.img-shadow-1:hover
{
transform:scale(1.1);
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);

/* -webkit-box-shadow: 0 58px 36px -56px black;
-moz-box-shadow: 0 58px 36px -56px black;
box-shadow: 0 58px 36px -56px black; */
}

.img-shadow-1
{
transition:all .6s ease-in-out;
-webkit-transition:all .6s ease-in-out;
-moz-transition:all .6s ease-in-out;
-ms-transition:all .6s ease-in-out;
-o-transition:all .6s ease-in-out;
}

.img-shadow-1:hover
{
transition:all .6s ease-in-out;
-webkit-transition:all .6s ease-in-out;
-moz-transition:all .6s ease-in-out;
-ms-transition:all .6s ease-in-out;
-o-transition:all .6s ease-in-out;

}

@media screen and (max-width: 1000px) {
    .pcview{
        display:none;
    }
}
@media screen and (min-width: 1000px) {
    .mobileview{
        display:none;
    }
}
.commingsoon{
  font-size: 46px;
  color: #1fb354;
  text-transform: uppercase;
  text-align: center;
  margin: auto;
  display: block;
}

                .img-course-p{
    position: relative;
    opacity: 0.7;

                }
                  .img-course-teacher{
    position: absolute;
    top: 10px;
    z-index: 888;
    width: 80px;
    height: 80px;
    border-radius: 50% !important;
    left: 10px;
    background: #fff;
    box-shadow: 0px 0px 3px #fff;
    }

#controls{
    width: 100%;
    margin: 0px;
}
.iconRec{
  height: 25px;

}
audio{
width: fit-content;
    margin-top: 5px;
}
.send-record{
       margin-top: 10px;
}
  #controls button:disabled {
  pointer-events: none;
  background: #ccc;
}
.mt3{
    margin-top: 3px;
}
.mt8{
    margin-top: 8px;
}
.recordingListdiv p{
    margin-top: 15px;
    color: red;
    animation: auto;
}
.buttoniconRec {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    border: unset;
    background: #ffc5c5;
    margin-top: 8px;
}