/**Load varriables**/
.text-center {
  text-align: center;
}

.hidden {
  display: none !important;
}

/**Load varriables**/
/**Load classes**/
h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
  display: block;
  margin-bottom: 15px;
}

a {
  color: #4a00f6;
  text-decoration: underline;
}

a:hover {
  color: #CA32FF;
}

.img-fluid {
  height: auto;
  width: 100%;
}

.item-self-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item-self-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.item-self-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.justify-content-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.btn {
  color: #f9f9f9;
  text-decoration: none;
  background: #0D0040;
  border: 1px solid;
  border-color: #f9f9f9;
  padding: 10px 30px;
  display: inline-block;
  font-size: 18px;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}

.btn:hover {
  color: #CA32FF;
  border-color: #CA32FF;
}

ul li {
  position: relative;
}
.main_menu ul li a span{
  display: inline-block;
  height: 14px;
  width: 14px;
  background: url(assets/img/dropdown-angle2.png);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}

ul li:hover .dropdown {
  top: 45px;
  visibility: visible;
  opacity: 1;
}

.dropdown {
  margin: 0;
  padding: 0;
  width: 190px;
  background: #f9f9f9;
  display: block !important;
  -webkit-box-pack: unset !important;
      -ms-flex-pack: unset !important;
          justify-content: unset !important;
  -webkit-box-align: unset !important;
      -ms-flex-align: unset !important;
          align-items: unset !important;
  position: absolute;
  left: 15px;
  top: 90px;
  z-index: 99999 !important;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}

.dropdown::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  background: url("assets/img/dropdown-angle.png");
  left: 3px;
  top: -12px;
  z-index: 999999 !important;
  background-position: center center;
  background-size: cover;
}

.dropdown li {
  display: block !important;
  float: none !important;
}

.dropdown li a {
  display: block;
  color: #0D0040 !important;
  border-bottom: 1px solid;
}

.dropdown li a:hover {
  -webkit-transform: unset !important;
          transform: unset !important;
  color: #CA32FF !important;
  -webkit-transform: translateX(4px) !important;
          transform: translateX(4px) !important;
}

html, body {
  font-family: 'Source Sans Pro', sans-serif;
  background: #0D0040;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

header {
  border-bottom: 1px solid #CA32FF;
  padding: 10px 0;
}

.logo {
  width: 100%;
}

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

.logo img {
  width: 100px;
}

.main_menu {
  margin: 0;
  padding: 0;
  width: 100%;
}

.main_menu ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main_menu ul li {
  list-style: none;
  display: inline-block;
}

.main_menu ul li a {
  text-decoration: none;
  display: block;
  color: #f9f9f9;
  padding: 10px 25px;
  font-size: 1.1rem;
  font-weight: 400;
  -webkit-transition: ease-in-out 0.18s;
  transition: ease-in-out 0.18s;
}

.main_menu ul li a:hover {
  color: #CA32FF;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

@media screen and (max-width: 767px) {
  .main_menu ul li a {
    font-size: 0.8rem;
    padding: 15px 10px;
  }
}

@media screen and (max-width: 767px) {
  .main_menu ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/**Load Menu Styles**/
.hero-area {
  height: 80vh;
  padding: 20px 20px;
  background: url("assets/img/site-bg.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 767px) {
  .hero-area {
    padding: 50px 20px;
  }
}

.hero-area::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(13, 0, 64, 0.85);
}

.hero-area .hero-content-full {
  position: relative;
  z-index: 1;
}

.hero-area .hero-content {
  color: #f9f9f9;
}

.hero-area .hero-content h1 {
  color: #f9f9f9;
  font-size: 80px;
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .hero-area .hero-content h1 {
    font-size: 2rem;
  }
  .hero-area .hero-content h1 br {
    display: none;
  }
}

.hero-area .hero-content h3 {
  color: #f9f9f9;
}

@media screen and (max-width: 767px) {
  .hero-area .hero-content h3 {
    font-size: 1rem;
  }
}

.hero-area .hero-content ul {
  margin-bottom: 30px;
}

.hero-area .hero-content ul li {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .hero-area .hero-content ul li {
    font-size: 0.8rem;
  }
}

.hero-area .hero-content .hero-btn {
  max-width: 200px;
  margin-bottom: 20px;
}

.hero-area .hero-content .hero-btn img {
  width: 36px;
  display: inline-block;
  margin-left: 10px;
  -webkit-animation: arrow-animation 3s linear infinite;
          animation: arrow-animation 3s linear infinite;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

@media screen and (max-width: 767px) {
  .hero-area .hero-content .hero-btn {
    font-size: 0.8rem;
  }
  .hero-area .hero-content .hero-btn img {
    width: 20px;
  }
}

@-webkit-keyframes arrow-animation {
  100% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
  50% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  0% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
}

@keyframes arrow-animation {
  100% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
  50% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  0% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
}

.hero-area .hero-content .hero-btn:hover {
  color: #f9f9f9;
  background: #CA32FF;
}

.hero-area .hero-content .hero-btn:hover img {
  -webkit-animation: none;
          animation: none;
  margin-left: 25px;
}

/**Load Hero Area Styles**/
.bip {
  height: 40px;
  width: 40px;
  display: block;
  background: #fff;
  border-radius: 50%;
  background: transparent;
  border: 2px solid;
  border-color: transparent;
  position: absolute;
  z-index: -1;
}

.bip-fill {
  background: #CA32FF;
}

.bip-border {
  border-color: #CA32FF;
}

.bip-max {
  height: 60px;
  width: 60px;
}

.bip-small {
  height: 25px;
  width: 25px;
}

.bip-xsmall {
  height: 15px;
  width: 15px;
}

.bip1 {
  -webkit-animation: bip-ani1 30s linear infinite;
          animation: bip-ani1 30s linear infinite;
  background: #28b1a1;
}

.bip2 {
  -webkit-animation: bip-ani2 50s linear infinite;
          animation: bip-ani2 50s linear infinite;
}

.bip3 {
  -webkit-animation: bip-ani1 60s linear infinite;
          animation: bip-ani1 60s linear infinite;
  background: #28b1a1;
}

.bip4 {
  -webkit-animation: bip-ani2 110s linear infinite;
          animation: bip-ani2 110s linear infinite;
  border-color: #28b1a1;
}

.bip5 {
  -webkit-animation: bip-ani3 25s linear infinite;
          animation: bip-ani3 25s linear infinite;
}

.bip6 {
  -webkit-animation: bip-ani3 105s linear infinite;
          animation: bip-ani3 105s linear infinite;
}

/**animation 1**/
@-webkit-keyframes bip-ani1 {
  100% {
    left: 0%;
    top: 25%;
    opacity: 0;
  }
  75% {
    left: 50%;
    top: 25%;
    opacity: 1;
  }
  50% {
    left: 100%;
  }
  25% {
    left: 50%;
    opacity: 1;
    top: 95%;
  }
  0% {
    left: 0%;
    top: 25%;
    opacity: 0;
  }
}
@keyframes bip-ani1 {
  100% {
    left: 0%;
    top: 25%;
    opacity: 0;
  }
  75% {
    left: 50%;
    top: 25%;
    opacity: 1;
  }
  50% {
    left: 100%;
  }
  25% {
    left: 50%;
    opacity: 1;
    top: 95%;
  }
  0% {
    left: 0%;
    top: 25%;
    opacity: 0;
  }
}

/* animation 2*/
@-webkit-keyframes bip-ani2 {
  100% {
    right: 0%;
    top: 25%;
  }
  75% {
    right: 50%;
    top: 25%;
    opacity: 0;
  }
  50% {
    right: 100%;
    opacity: 1;
  }
  25% {
    right: 50%;
    opacity: 0;
    top: 95%;
  }
  0% {
    right: 0%;
    top: 25%;
    opacity: 1;
  }
}
@keyframes bip-ani2 {
  100% {
    right: 0%;
    top: 25%;
  }
  75% {
    right: 50%;
    top: 25%;
    opacity: 0;
  }
  50% {
    right: 100%;
    opacity: 1;
  }
  25% {
    right: 50%;
    opacity: 0;
    top: 95%;
  }
  0% {
    right: 0%;
    top: 25%;
    opacity: 1;
  }
}

/* animation 2*/
@-webkit-keyframes bip-ani3 {
  100% {
    left: 0%;
    bottom: 20%;
  }
  75% {
    left: 50%;
    bottom: 25%;
    opacity: 0;
  }
  50% {
    left: 100%;
    opacity: 1;
  }
  25% {
    left: 50%;
    opacity: 0;
    bottom: 95%;
  }
  0% {
    left: 0%;
    bottom: 20%;
    opacity: 1;
  }
}
@keyframes bip-ani3 {
  100% {
    left: 0%;
    bottom: 20%;
  }
  75% {
    left: 50%;
    bottom: 25%;
    opacity: 0;
  }
  50% {
    left: 100%;
    opacity: 1;
  }
  25% {
    left: 50%;
    opacity: 0;
    bottom: 95%;
  }
  0% {
    left: 0%;
    bottom: 20%;
    opacity: 1;
  }
}

/**Bip end**/
.grid-bip {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (25px)[3];
      grid-template-columns: repeat(3, 25px);
  -webkit-animation: gbip-ani1 10s linear infinite;
          animation: gbip-ani1 10s linear infinite;
}

.grid-bip .gbip {
  height: 10px;
  width: 10px;
  background: #CA32FF;
  border-radius: 50%;
  border: 2px solid;
  border-color: transparent;
  z-index: 99;
  display: block;
  margin-top: 9px;
}

.grid-bip2 {
  right: 0%;
  top: 31%;
}

.gbip-border {
  top: 25%;
  right: 40%;
  -ms-grid-columns: (25px)[3];
      grid-template-columns: repeat(3, 25px);
  -webkit-animation: gbip-ani2 10s linear infinite;
          animation: gbip-ani2 10s linear infinite;
}

.gbip-border .gbip {
  background: transparent;
  border: 2px solid #28b1a1;
}

/* animation 2*/
@-webkit-keyframes gbip-ani1 {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 0.3;
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0.7;
  }
  0% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
    opacity: 0.3;
  }
}
@keyframes gbip-ani1 {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 0.3;
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0.7;
  }
  0% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
    opacity: 0.3;
  }
}

/* animation 2*/
@-webkit-keyframes gbip-ani2 {
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0.3;
  }
  50% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    opacity: 0.7;
  }
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0.3;
  }
}
@keyframes gbip-ani2 {
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0.3;
  }
  50% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    opacity: 0.7;
  }
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0.3;
  }
}

/**Load Hero Bips Animation Styles**/
.page_video {
  padding-top: 30px;
}

.video-area {
  padding-top: 15px;
  padding-bottom: 50px;
}

.video-area h3 {
  color: #f9f9f9;
  font-weight: 200;
  opacity: 0.8;
  margin-bottom: 5px;
  margin-top: 5px;
}

.video-area #attached_icon {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin-right: 40px;
  margin-bottom: 0px;
}

.video-area #attached_icon a {
  display: inline-block;
}

.video-area #attached_icon img {
  width: 100px;
}

.video-area video {
  height: 360px;
  width: 620px;
  margin-top: 0;
  padding-top: 0;
  background: #eeeeee;
  padding: 15px 15px;
}

@media screen and (max-width: 767px) {
  .video-area video {
    height: 260px;
    width: 93%;
    margin-right: 25px;
  }
}

.video-area .grid-bip1 {
  display: none !important;
}

/**Load Video Styles**/
.course-content {
  margin-top: 25px;
  background: transparent;
  border: 2px solid #CA32FF;
  padding: 10px 20px;
  padding-bottom: 0;
  width: 360px;
  height: 480px;
  overflow-y: scroll;
  scrollbar-width: thin;
}

.course-content h3 {
  font-weight: 400;
}

.course-content ul {
  margin: 0;
  padding: 0;
}

.course-content ul li a {
  text-decoration: none;
  color: #f9f9f9;
  display: block;
  border-bottom: 1px solid;
  border-color: #CA32FF;
  padding-bottom: 15px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.course-content ul li a h4 {
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.course-content ul li a p {
  margin: 0;
  padding: 0;
}

.course-content ul li a .durution {
  font-size: 14px;
  position: absolute;
  height: 22px;
  line-height: 22px;
  width: 65px;
  display: block;
  text-align: center;
  background: #CA32FF;
  right: 0;
  top: 0;
  border-radius: 15px;
  text-transform: capitalize;
}

.course-content ul li a:hover {
  background: #CA32FF;
}

.course-content ul li.active a {
  background: #CA32FF;
}

::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

::-webkit-scrollbar-thumb {
  background-color: #CA32FF;
}

/**Load Course content Styles**/
#training-intro {
  overflow: hidden;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  #training-intro {
    padding: 30px 30px;
  }
}

.trainingintro-header {
  color: #f9f9f9;
}

@media screen and (max-width: 767px) {
  .trainingintro-header h1 {
    font-size: 2rem;
  }
  .trainingintro-header p {
    font-size: 0.8rem;
  }
}

.trainingintro-video .intro-video {
  width: 100%;
  min-height: 600px;
}

@media screen and (max-width: 767px) {
  .trainingintro-video .intro-video {
    min-height: 260px;
  }
}

.intro-attachment {
  color: #f9f9f9;
}

.intro-attachment a {
  color: #f9f9f9;
}

.intro-attachment a:hover {
  color: #CA32FF;
}

.intro-attachment form .btn {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .intro-attachment h3 {
    font-size: 1.1rem;
  }
  .intro-attachment p {
    font-size: 0.8rem;
  }
  .intro-attachment .btn {
    font-size: 1rem;
  }
}

/**Load _training-intro.scss Styles**/
#register {
  overflow: hidden;
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  #register {
    padding: 20px 30px;
    padding-bottom: 100px;
  }
}

.register-header {
  color: #f9f9f9;
}

@media screen and (max-width: 767px) {
  .register-header h1 {
    font-size: 2rem;
  }
  .register-header p {
    font-size: 0.8rem;
  }
}

#regForm {
  color: #f9f9f9;
}

#regForm .btn {
  display: block;
  cursor: pointer;
}

.has-success input {
  border-color: #28b1a1 !important;
}

.error {
  color: red;
}

.has-error input {
  border-color: red !important;
}

.form-item {
  margin-bottom: 25px;
}

.form-item label {
  color: #f9f9f9;
  display: block;
  margin-bottom: 10px;
}

.form-item input, .form-item textarea {
  height: 40px;
  padding: 2px 15px;
  width: 100%;
  background: transparent;
  border: 1px solid #fff;
  color: #f9f9f9;
}

@media screen and (max-width: 767px) {
  .form-item input, .form-item textarea {
    width: 95%;
    height: 34px;
  }
}

.form-item input:active, .form-item input:focus, .form-item textarea:active, .form-item textarea:focus {
  outline: none;
  border-color: #CA32FF;
}

.form-item textarea {
  height: 138px;
  resize: none;
}

#page_notificaton {
  overflow: hidden;
}

.reg_notification {
  display: block;
  margin-top: 40px;
}

.reg_notification .alert {
  background: #f9f9f9;
  padding: 15px 15px;
  font-size: 18px;
}

.reg_notification .alert-success {
  padding: 40px 30px;
  background: transparent;
  color: #28b1a1;
}

.reg_notification .alert-success P {
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.6;
  color: #f9f9f9;
}

.reg_notification .alert-danger {
  background: red;
  color: #f9f9f9;
}

.reg_notification .alert-warning {
  background: #CA32FF;
  color: #f9f9f9;
}

/**Load training-register Styles**/
#student-list {
  color: #f9f9f9;
}

#student-list table {
  width: 100%;
  overflow-x: visible;
  border-collapse: collapse;
  border: 0;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #student-list table {
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #student-list table {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 767px) {
  #student-list table {
    font-size: 0.7rem;
  }
}

#student-list table tr {
  border-bottom: 1px solid #0D0040;
}

#student-list table th {
  text-align: left;
  padding: 15px 5px;
}

#student-list table td {
  text-align: left;
  background: #fff;
  color: #000;
  padding: 15px 5px;
  border-left: 1px solid #0D0040;
}

#student-list table td:last-child {
  min-width: 200px;
  max-width: 200px;
}

/**Load training-register Styles**/
.main-content {
  margin: 30px 2% 25px 2%;
  width: 100%;
  position: relative;
  z-index: 9999999999;
  margin-top: 50px;
}

.main-content .description-title {
  font-size: 26px;
  background-color: #CA32FF;
  color: white;
  padding-left: 10px;
  line-height: 55px;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 2px;
  margin-bottom: 2px;
}

.main-content .description-title:hover {
  background-color: #28b1a1;
  cursor: pointer;
}

.main-content .expand-collapse {
  float: right;
  margin-right: 8px;
}

.main-content .description {
  font-size: 18px;
  color: #35353f;
  max-height: 0;
  overflow: hidden;
  margin-left: 0px;
  padding-left: 10px;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

.main-content .description p {
  margin-top: 4px;
}

.main-content .acc-video-list {
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.25);
}

.main-content .acc-video-list li {
  list-style: none;
  display: block;
  padding: 0px 0px;
  overflow: hidden;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  border-bottom: 1px solid #CA32FF;
}

.main-content .acc-video-list li a {
  color: white;
  display: block;
  padding: 10px 20px;
  margin-bottom: 5px;
  text-decoration: none;
}

.main-content .acc-video-list li a h4 {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 5px;
}

.main-content .acc-video-list li a p {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  font-weight: 500;
}

.main-content .acc-video-list li .attach {
  display: none;
}

.main-content .acc-video-list li:hover {
  background: #28b1a1dd;
}

.main-content .acc-video-list li.active {
  background: #CA32FF;
}

.main-content .item {
  margin-bottom: 10px;
}

footer {
  text-align: center;
  font-size: 20px;
  bottom: 0px;
  margin-bottom: 20px;
  width: 100%;
  margin-top: 100px;
}

footer img {
  margin-top: 5px;
  height: 50px;
}

/**Load accordion Styles**/
