@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');

html{
  overflow-x: hidden;
  padding-left: 0px; 
}

.btn_opaque, .btn-warning {
  font-size: 16px!important;
  padding: 12px 1.5em;
}
.video_list_wrapper .movie_list_wrapper {
  margin:0px 60px 20px!important;
}
.movie_list_wrapper .grid {
  display: flex;
  flex-flow: row wrap;
  padding-bottom: 0;
}
a.videoinfo_card {
  width: 32%;
  background: #1B1B1B;
  box-sizing: border-box;
  box-shadow: 4px 4px 20px 10px rgb(0 0 0 / 10%);
  border-radius: 24px;
  padding: 15px 15px 15px 15px;
  color: #fff;
  margin-bottom: 20px;
  margin-right: 15px;
}
.videoinfo_card .card__img {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 12px 12px 0 0;
}
.videoinfo_card .card__img::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(https://www.aeccglobal.in/images/2021/01/04/aecc-logo-footer-white-3001.webp) no-repeat center center;
  content: "";
  background-size: 140px;
}
.videoinfo_card .card__img img {
  width: 100%;
  border-radius: 12px 12px 0 0;
  height: 100%;
  object-fit: contain;
  position: relative;
}
.videoinfo_card .card__img span img {
  width: 60px;
  box-shadow: 0 0 4px 2px rgb(0 0 0 / 40%);
    border-radius: 50%;
  height: auto;
}
.videoinfo_card span.play_icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.3s ease;
}
.videoinfo_card .card__content h3.card__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
  margin-top: 25px;
}
a.videoinfo_card:hover, a.videoinfo_card:active, a.videoinfo_card:focus {
  text-decoration: none;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
  background: #fff;
  border: none;
}
a.videoinfo_card:hover .play_icon {
  opacity: 1;
}
a.videoinfo_card:hover .card__content h3.card__title, a.videoinfo_card:active .card__content h3.card__title, a.videoinfo_card:focus .card__content h3.card__title {
  color: #1B1B1B;
}
a.videoinfo_card:nth-child(4n) {
  margin-right: 0;
}
.video_short_title {
  font-size: 20px;
  font-weight: bold;
}

.play-page p {
  color: #fff;
  font-size: 15px;
  line-height: 21px;
}

.play-page .nav-tabs > li > a {
  font-size: 18px;
}
.no_result_dialog .modal-dialog {
    width: 900px;
}
.no_result_dialog .modal-body {
  padding: 40px;
  text-align: center;
}
.no_result_dialog .modal-body img {
  width: 240px;
}
.no_result_dialog .modal-body h2 {
  color: #000;
  font-size: 20px;
  margin: 30px 0px 5px;
}
.no_result_dialog .modal-header {
  border:0;
}
.no_result_dialog .modal-content {
  background: #FFF;
}
.no_result_dialog .modal-body p {
  font-size: 16px;
}
.no_result_dialog .modal-header button.close {
  font-size: 40px;
  padding: 10px;
  color: #000;
  line-height: 20px;
  font-family: 'swiper-icons';
}

.no_result_dialog .modal-body button a {
  color:#fff;
  text-decoration:none;
}
.signup_title {
  font-size: 32px;
  line-height: 38px;
}
.forget_block h3 {
    text-align: left;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
}
.Onboarding_form {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.Onboarding_form .field_wrap {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .home_bg_overlay {
    margin-top: 70px;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position: top!important;
}
  .mobile_responsive {
    margin-top: 0;
    padding: 0 20px;
    padding-top: 215px;
    text-align: left;
    padding-bottom: 30px;
  }
  .mobile_responsive_text_bold{
    font-size: 20px;
    line-height: 28px;
  }
  .mobile_responsive_sort_description{
    line-height: 23px;
    font-size: 16px;
    padding:5px 0;
    font-weight: 500;
  }
  .btn-warning {
    font-size: 16px;
    padding: 10px 1.5em;
    letter-spacing: 1.5px;
    height: 42px;
}
.video_list_wrapper .movie_list_wrapper {
    padding: 20px!important;
    margin: 0!important;
    text-align: left!important;
  }
  a.videoinfo_card {
    width: 100%;
    margin-right: 0;
  }
  .videoinfo_wrapper .col-lg-3 img {
    margin: 0!important;
  }
  .video_short_title {
    font-size: 20px;
    line-height: 26px;
    margin-top: 0;
  }
  .videoinfo_wrapper .col-lg-9 {
    margin-left: -10px;
  }
  .video_wrapper {
    min-height: 200px!important;
  }
  .Onboarding_form .field_wrap {
      width: 100%!important;
  }
  .form_title {
    font-size: 24px;
  }
  .desktop_signup_image {
  display: none;
  }
.mobile_signup_image {
  display: block !important;
}
.signin_block {
    margin: 10px !important;
    margin-top: -50px !important;
  }
  .signin_block form {
    padding: 10px !important;
}
body {
    height: auto !important;
}
.forget_block_padding {
    padding: 10px !important;
}
.navbar-form .form-group {
    display: inline-block !important;
}
.title-course {
    font-size: 24px !important;
}
.signin_ind_block .signin_ind_input input {
    width: 100% !important;
}
}

@media screen and (min-width: 768px) {
  .mobile_responsive {
    width: 92%;
    margin-left: 70px;
    padding-top: 320px;
    height: 775px;
  }
  .mobile_responsive_text_bold{
    font-weight: bold;
    font-size: 40px !important;
  }
  .mobile_responsive_sort_description{
    line-height: 23px;
    font-weight: 500;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .navbar-nav > li > a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
}

@media (max-width: 1024px) and (min-width: 768px) {

  .home_bg_overlay { 
    background-position: right!important;
  }
  .mobile_responsive_text_bold{
    font-size: 23px !important;
  }
  .mobile_responsive_sort_description{
    font-size: 16px;
  }
  .video_list_wrapper .movie_list_wrapper {
    margin: 0!important;
    padding: 30px 20px!important;
  }
  a.videoinfo_card {
      width: 31.5%;
  }
  a.videoinfo_card:nth-child(3n) {
     margin-right: 0;
  }
  a.videoinfo_card:nth-child(4n) {
    margin-right: 15px;
  }
  .videoinfo_wrapper .col-lg-3 img {
    margin: 0!important;
  }
  .video_short_title {
      margin-top: 0;
  }
  .videoinfo_wrapper .col-lg-9 {
    margin-left: -10px;
  }
  .video_wrapper {
    min-height: 400px!important;
  }
  .Onboarding_form .field_wrap {
    width: 48%!important;
  }
  .form_title {
    font-size: 28px;
  }
.header_set_space {
  padding: 50px!important;
} 
.swiper-container {
  margin-top: 0!important;
}
}

@media (max-width: 1024px) {
  .movie_list_wrapper {
    text-align: left!important;
  }
  .videoinfo_wrapper > .row {
    display: flex;
  }
  .no_result_dialog .modal-dialog {
      width: 95%!important;
  }
}

@media (min-width: 1024px) {
  .videoinfo_wrapper .col-lg-9 {
    margin-left: -30px;
  }
  .video_list_wrapper .container-fluid:first-child .movie_list_wrapper {
      margin-top: 40px!important;
  }
  .video_wrapper {
    min-height: 500px;
  }
  .no_result_dialog .modal-dialog {
      width: 900px;
  }
}




/* SELECT DROPDOWN */
/* Reset Select */
.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #2c3e50;
  background-image: none;
}
/* Remove IE arrow */
.custom-select::-ms-expand {
  display: none;
}
/* Custom Select */
.select {
  position: relative;
  display: flex;
  width: 20em;
  height: 3em;
  line-height: 3;
  background: #2c3e50;
  overflow: hidden;
  border-radius: .25em;
}
.custom-select {
  flex: 1;
  padding: 0 .5em;
  color: #fff;
  cursor: pointer;
}
/* Arrow */
.select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  background: #34495e;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}
/* Transition */
.select:hover::after {
  color: #e50914;
}
.signin_block {
  background-color:#1B1B1B;
  padding: 20px; 
  border-radius: 20px;
  margin-top: 8%;
  box-shadow: 2px 2px 12px 12px rgba(0, 0, 0, 0.25);
  font-family: 'Poppins', sans-serif;
}
.signin_block.signin_ind_block {
  margin-top: 4%;
  padding: 10px; 
}
.signin_image_block {
  margin-top: 8%;
}
.signin_image_block img {
  border-radius: 20px 0px 0px 20px;
}
.signin_ind_image_block {
  margin-top: 5%;
  text-align: center;
}
.signin_ind_image_block img {
  border-radius: 20px 0px 0px 20px;
}
.signin_block h3 {
  text-align: left;
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 22px;
  font-family: 'Poppins', sans-serif;
}
.signin_block form {
  padding: 36px 50px;
}
.signin_block.signin_ind_block form {
  padding: 0px;
}
.signin_block .black_text {
  background-color: #fff;
}
.footer {
    margin: 2em 0;
}
body {
  height: 100vh;
  font-family: 'Poppins', sans-serif;
}
.btn-warning {
    background-color: #f37021 !important;
    border-color: #f37021 !important;
}
.navbar-default .navbar-nav > li > a {
  color: #9B01FF;
  font-weight: bold;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav.home-video > li > a:hover, .navbar-default .navbar-nav.home-video > li > a:focus {
    color: #9B01FF;
    background-color: transparent;
}
.navbar-brand {
    padding: 0px 15px;
}
.search-home {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px 0px 0px 16px;
}
.search-home-button {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0px 16px 16px 0px;
  margin-left: -4px;
  border: none;
}
.search-home::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
.search-home:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
.search-home::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
.search-home:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}
.search-home::-ms-input-placeholder { /* Microsoft Edge */
   color:    #fff;
}

.search-home::placeholder { /* Most modern browsers support this now. */
   color:    #fff;
}
.forget_block {
  background-color: #ccc;
  padding: 30px; 
  border-radius:30px;
  margin-top: 50px;
  margin: 20px;
}
.forget_block .black_text {
  background-color: #ccc;
}
footer p {
    font-weight: 600;
}
.play-page .nav-tabs > li.active > a, .play-page .nav-tabs > li.active > a:hover, .play-page .nav-tabs > li.active > a:focus {
    color: #ffffff;
    border-bottom: 5px solid #9B01FF;
    border-bottom-color: #9B01FF;
    cursor: default;
}
.play-page p {
  color: #fff;
}
.signup-logo {
  margin: 18px 40px; 
  height: 50px;
}
.signup-signin-btn {
  float: right;
  margin: 27px 40px; 
}

@media (max-width: 450px) {
  .signup-logo {
    margin: 18px 10px !important; 
  }
  .signup-signin-btn {
    margin: 27px 20px !important; 
  }

  .navbar-default .navbar-nav > li > a {
    font-size: 15px !important;
}
}
.nopadding {
   padding: 0 !important;
}
.signin_input input {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  width: 100%;
  margin-bottom: 20px;
  border: none;
  padding: 10px 15px;
  color: #fff;
}
.signin_ind_block .signin_ind_input input {
  width: 48%;
  margin-right: 6px;
}
.signin_input input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
.signin_input input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
.signin_input input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
.signin_input input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}
.signin_input input::-ms-input-placeholder { /* Microsoft Edge */
   color:    #fff;
}

.signin_input input::placeholder { /* Most modern browsers support this now. */
   color:    #fff;
}
.signin_input button {
  background: #5149DB;
  border-radius: 16px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  padding: 10px;
  margin-bottom: 30px;
}
.signin_input select option {
  color: #474747;
}
.desktop_signup_image {
  width: 100%; 
  padding-top: 15px;
}
.signin_ind_image_block .desktop_signup_image {
  width: 85%; 
  padding-top: 15px;
}
.mobile_signup_image {
  display: none;
  width: 100%;
  border-radius: 0 !important;
}
.forget_password {
  text-align: right;
  display: block;
  margin-bottom: 10px;
  margin-top: -10px;
  font-size: 13px;
  color: #5149DB;
}
.signin_form {
  padding: 26px 50px !important;
}
.forget_block {
  background-color: #1B1B1B;
  padding: 20px;
  border-radius: 20px;
  margin-top: 20%;
  box-shadow: 2px 2px 12px 12px rgb(0 0 0 / 25%);
  font-family: 'Poppins', sans-serif;
}
.forget_block .signin_input input {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  width: 100%;
  margin: 50px 0px 20px;
  border: none;
  padding: 10px 15px;
  color: #fff;
}
.forget_block_padding {
  padding: 40px;
}
.navbar-default .navbar-nav > li > a {
  color: #fff; 
  font-weight: normal;    
  font-size: 16px;
}
.navbar-default .navbar-nav > li.dropdown.open > a {
  color: #9B01FF; 
}
.navbar-default .navbar-nav > li.dropdown.open .dropdown-menu a:active {
  color: #9B01FF; 
}
.topnav_list .dropdown-menu, .home-video .dropdown-menu {
    background-color: #1B1B1B !important;
    border-radius: 12px !important;
    border: none !important;
}
.btn-play-video {
  background: #5149DB;
  border-radius: 16px;
  font-weight: 600;
  color: #fff;
  font-size: 18px;
  padding: 10px 18px;
}
.btn_opaque {
  font-size: 18px !important;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid #FFFFFF !important;
  box-sizing: border-box;
  border-radius: 12px;
  padding: 5px 18px !important;
  margin: 10px !important;
  font-weight: 600;
}
.title-course {
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  color:#fff;
}
