body {
  margin: 0;
  padding: 0%;
  box-sizing: border-box;
  background-color: #ffffff;
}
:root {
  --Text: #0a0216;
  --primary: #431c79;
  --secondary: #51ae1a;
  --Links: #0d51c5;
  --bg: #f5f5f9;
}
/* h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: var(--Text) !important;
} */

/* BANNER START */

.banner .container h1,
.banner .container p {
  color: #ffffff !important;
}
.banner {
  position: relative;
  background-color: var(--bg);
  background-image: url("../../static/assest-2/banner-bg.webp");
  background-size: cover;
  background-position: center;
  min-height: 40vh;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.banner .container {
  position: relative;
  z-index: 2;
}
.banner .container a,
.banner .card .btn {
  background-color: var(--primary) !important;
  color: #ffffff !important;
}
.banner .card {
  width: 100%;
  max-width: 500px;
  background-color: #eeeae8;
}
.banner .card .form-control {
  background-color: transparent !important;
  border: 2px solid #d1ceca;
  border-radius: 10px;
}

.banner .card-body h5 {
  color: #000000 !important;
}

.banner .card .card-body p {
  color: #000000 !important;
}

/* media queries */
@media (max-width: 475px) {
  .banner .col-left h1 {
    padding-top: 0% !important;
    font-size: 1.6em !important;
  }
  .banner .col-left p {
    font-size: 1em !important;
  }
  .banner .col-left .btn {
    font-size: 0.8em !important;
  }
  .banner .col-right .btn {
    font-size: 0.9em !important;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .banner .col-left h1 {
    font-size: 1.5em !important;
  }
  .banner .col-left p {
    font-size: 1.1em !important;
  }
  .banner .col-left .btn {
    font-size: 1em !important;
  }
  .banner .col-right .btn {
    font-size: 0.9em !important;
  }
  .banner .col-right {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .banner .card {
    max-width: 350px !important;
  }

  .banner .card h5 {
    font-size: 1.3em !important;
  }
  .banner .card p {
    font-size: 1em !important;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .banner .card {
    max-width: 400px !important;
  }
  .banner .col-left h1 {
    font-size: 1.8em !important;
  }
  .banner .col-left p {
    font-size: 1.1em !important;
  }
  .banner .col-left .btn {
    font-size: 1.1em !important;
  }
  .banner .col-right .btn {
    font-size: 1.1em !important;
  }
  .banner .col-right {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
}

@media (min-width: 1500px) {
  .banner {
    min-height: 10vh !important;
  }
}



.form_confirmation_card {
  background-color: var(--primary) !important;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.form_confirmation_card a {
  text-decoration: none;
  cursor: pointer;
}

/* BANNER END */

/* --------------- */
/* NEW BATCH UPDATE START */
.newbatch {
  background-color: #ffffff !important;
}
.newbatch .container h5 {
  color: var(--Text) !important;
}
.newbatch .container span {
  color: var(--primary);
}

.newbatch .icon-size {
  width: 60px;
  height: 60px;
  object-fit: contain;
  padding-right: 15px;
}

/* media queries */
@media (max-width: 475px) {
  .newbatch .container h5 {
    font-size: 0.9em !important;
    padding-top: 8px;
  }
}

@media (max-width: 575px) {
  .newbatch .icon-size {
    width: 35px;
    height: 35px;
    padding-right: 6px;
  }
}

@media (max-width: 767px) {
  .newbatch .border-end {
    border: 0px !important;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .newbatch .container h5 {
    padding-top: 5px;
    font-size: 0.65em !important;
  }
  .newbatch .icon-size {
    width: 35px;
    height: 35px;
    padding-right: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .newbatch .container h5 {
    padding-top: 5px;
    font-size: 0.9em !important;
  }
  .newbatch .icon-size {
    width: 40px;
    height: 40px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .newbatch .container h5 {
    padding-top: 5px;
    font-size: 1.1em !important;
  }
  .newbatch .icon-size {
    width: 45px;
    height: 45px;
    padding-right: 10px;
  }
}

/* NEW BATCH UPDATE END */
/* ---------- */
/* CRUXZONE JOURNEY START*/

.journey {
  background-color: var(--bg) !important;
}

.journey .container h4,
.journey .container h5 {
  color: var(--primary) !important;
}

.journey .container h2 {
  color: var(--secondary) !important;
}

.journey .container h1 {
  color: var(--Text) !important;
}
.journey .container p,
.journey .card .card-body {
  color: #857270 !important;
}
.journey .container p {
  font-size: 1.3em !important;
}
.journey .container .row a {
  background-color: var(--primary) !important;
  color: #ffffff !important;
}

#accordian_journey .card {
  background-color: transparent;
  border: none;
  position: relative;
  margin-bottom: 30px;
}
#accordian_journey .card .card-header {
  background-color: transparent;
  border: none;
}

#accordian_journey .card h5 {
  padding-top: 7px;
}
#accordian_journey .card-body {
  margin-top: -10px !important;
  padding-left: 50px !important;
}

#accordian_journey .card:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border: 0.5px dashed #6e8898;
  position: absolute;
  top: 55px;
  left: 30px;
}

#accordian_journey .card:last-child:before {
  display: none;
}
#accordian_journey .card .card-head a {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 20px;
  font-size: 1em !important;
  background-color: #fff !important;
  color: var(--primary) !important;
}
#accordian_journey .card .card-head a::before {
  content: "";
  position: absolute;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  top: 22px;
  right: -12px;
  transform: rotate(90deg);
  border-bottom: 15px solid #fff !important;
}

#accordian_journey .card .card-head .collapse-button.active {
  background-color: var(--primary) !important;
  color: #fff !important;
}

#accordian_journey .card .card-head .collapse-button.active::before {
  border-bottom: 15px solid var(--primary) !important;
}

/* #accordian_journey .card .card-head a.collapsed {
  background-color: #fff !important;
  color: var(--primary) !important;
}
#accordian_journey .card .card-head a.collapsed::before {
  border-bottom: 15px solid #fff !important;
}
#accordian_journey .card .card-head a:not(.collapsed) {
  background-color: var(--primary) !important;
  color: #fff !important;
}

#accordian_journey .card .card-head a:not(.collapsed)::before {
  border-bottom: 15px solid var(--primary) !important;
} */

/* media queries */
@media (max-width: 475px) {
  .journey h1 {
    padding-top: 0 !important;
    font-size: 1.6em !important;
  }
  .journey p {
    font-size: 1em !important;
  }
  .journey .btn {
    font-size: 0.8em !important;
  }

  #accordian_journey .card .card-head a {
    width: 50px;
    height: 50px;
    font-size: 0.8em !important;
  }
  #accordian_journey .card .card-head a::before {
    top: 15px;
    right: -10px;
    border-bottom: 19px solid var(--primary);
    transform: rotate(88deg);
  }

  #accordian_journey .card:before {
    top: 55px;
    left: 25px;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .journey h1 {
    padding-top: 0% !important;
    font-size: 1.7em !important;
  }
  .journey p {
    font-size: 1.3em !important;
  }
  .journey .btn {
    font-size: 1em !important;
  }

  .journey .card .card-body {
    font-size: 0.8em !important;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .journey h1 {
    padding-top: 0% !important;
    font-size: 1.9em !important;
  }
  .journey h1 p {
    font-size: 1.3em !important;
  }
}

/* CRUXZONE JOURNEY END */
/* ------------ */
/* WHY CRUXZONE ACADEMY START*/
.Why_cruxzone {
  background-color: #ffffff;
}
.Why_cruxzone .col-right h5,
h4 {
  color: var(--primary) !important;
}
.Why_cruxzone .col-right h1 {
  color: var(--secondary) !important;
}
.Why_cruxzone .col-right .para {
  color: #707070 !important;
}
.Why_cruxzone .col-right a {
  background-color: var(--primary) !important;
  color: #ffffff !important;
}
.Why_cruxzone .col-right p {
  color: var(--Text) !important;
}

.Why_cruxzone .img-col {
  position: relative;
  overflow: hidden;
}

.Why_cruxzone .img_description {
  position: absolute;
  background-color: var(--secondary) !important;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  bottom: 30px;
  left: 0px;
  height: 220px;
  width: 320px;
  text-align: center;
  overflow: hidden;
  border-right: transparent;
  align-items: center;
  padding-top: 20px;
}

.Why_cruxzone .icon-size {
  width: 40px;
  height: 40px;
  object-fit: contain;
  padding-right: 10px;
  margin-left: -20px !important;
}

.Why_cruxzone img {
  height: 770px;
  width: 100%;
  object-fit: cover;
}

/* media queries*/
@media (max-width: 360px) {
  .Why_cruxzone img {
    height: 430px;
    width: 100%;
  }

  .Why_cruxzone .col-right h5 {
    font-size: 0.9em !important;
  }
  .Why_cruxzone .col-right p:not(.para) {
    font-size: 0.85em !important ;
    margin-left: 18px !important;
  }

  .Why_cruxzone .icon-size {
    width: 30px;
    height: 30px;
    object-fit: contain;
    padding-right: 10px;
    margin-left: -10px !important;
  }
}

@media (min-width: 360px) and (max-width: 460px) {
  .Why_cruxzone img {
    height: 430px;
    width: 100%;
  }
  .Why_cruxzone .col-right h5 {
    font-size: 1.1em !important;
  }
  .Why_cruxzone .col-right p:not(.para) {
    font-size: 1em !important ;
    margin-left: 22px !important;
  }

  .Why_cruxzone .icon-size {
    width: 33px;
    height: 33px;
    object-fit: contain;
    padding-right: 10px;
    margin-left: -10px !important;
  }
}

@media (min-width: 460px) and (max-width: 575px) {
  .Why_cruxzone .icon-size {
    width: 35px;
    height: 35px;
    object-fit: contain;
    padding-right: 10px;
    margin-left: -8px !important;
  }

  .Why_cruxzone .col-right p:not(.para) {
    font-size: 1.2em !important ;
    margin-left: 25px !important;
  }
}

@media (max-width: 575px) {
  .Why_cruxzone .img_description {
    bottom: 5px;
    left: 10px;
    height: 80px;
    width: 200px;
    padding-top: 0px;
  }

  .Why_cruxzone .img_description h4 {
    font-size: 0.8em !important;
  }
}

@media (min-width: 575px) and (max-width: 767px) {
  .Why_cruxzone img {
    height: 430px;
    width: 100%;
  }

  .Why_cruxzone .img_description {
    bottom: 0px;
    left: 12px;
    height: 120px;
    width: 200px;
    padding-top: 0px;
  }

  .Why_cruxzone .img_description h4 {
    font-size: 1em !important;
  }
  .Why_cruxzone .icon-size {
    width: 35px;
    height: 35px;
    object-fit: contain;
    padding-right: 10px;
    margin-left: -5px !important;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .Why_cruxzone img {
    height: 540px;
    width: 100%;
    margin-left: -15px;
  }

  .Why_cruxzone .col-right h1 {
    font-size: 1.4em;
  }
  .Why_cruxzone .col-right h5,
  h4 {
    font-size: 1em !important;
  }
  .Why_cruxzone .col-right p {
    font-size: 0.9em !important;
  }
  .Why_cruxzone .col-right .btn {
    font-size: 0.8em !important;
    margin-top: -10px !important;
  }

  .Why_cruxzone .img_description {
    bottom: 40px;
    left: -5px;
    height: 160px;
    width: 200px;
    padding-top: 10px;
    padding-left: 10px;
  }

  .Why_cruxzone .img_description h4 {
    font-size: 1.1em !important;
  }
  .Why_cruxzone .icon-size {
    width: 38px;
    height: 38px;
    object-fit: contain;
    padding-right: 10px;
    margin-left: -10px !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .Why_cruxzone img {
    height: 690px;
    width: 100%;
    margin-left: -25px !important;
  }

  .Why_cruxzone .col-right h1 {
    font-size: 1.8em;
  }
  .Why_cruxzone .col-right h4 {
    font-size: 1.3em;
  }
  .Why_cruxzone .col-right h5 {
    font-size: 1.3em;
  }
  .Why_cruxzone .col-right p {
    font-size: 1em;
  }

  .Why_cruxzone .img_description {
    bottom: 30px;
    left: -20px;
    height: 230px;
    width: 280px;
    padding-top: 10px;
    padding-left: 30px;
  }

  .Why_cruxzone .img_description h4 {
    font-size: 1.4em !important;
    padding-right: 10px;
  }
  .Why_cruxzone .icon-size {
    width: 38px;
    height: 38px;
    object-fit: contain;
    padding-right: 10px;
    margin-left: -10px !important;
  }
}
@media (min-width: 1200px) {
  .Why_cruxzone .col-right h1 {
    margin-right: 30%;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .Why_cruxzone img {
    height: 750px;
    width: 100%;
    margin-left: -60px;
  }

  .Why_cruxzone .col-right h1 {
    font-size: 2.1em;
  }
  .Why_cruxzone .col-right h4 {
    font-size: 1.5em;
  }
  .Why_cruxzone .col-right h5 {
    font-size: 1.25em;
  }
  .Why_cruxzone .col-right p:not(.para) {
    font-size: 1.15em;
  }

  .Why_cruxzone .img_description {
    bottom: 30px;
    left: 0px;
    height: 200px;
    width: 250px;
    padding-top: 10px;
  }

  .Why_cruxzone .img_description h4 {
    font-size: 1.4em !important;
  }
  .Why_cruxzone .icon-size {
    width: 38px;
    height: 38px;
    object-fit: contain;
    padding-right: 10px;
    margin-left: -10px !important;
  }
}
@media (min-width: 1400px) {
  .Why_cruxzone img {
    height: 680px;
    width: 100%;
    margin-left: -60px;
  }
  .Why_cruxzone .col-right h1 {
    padding-top: 20px !important;
  }
  .Why_cruxzone .col-right h4 {
    padding-top: 20px !important;
  }
  .Why_cruxzone .col-right .para {
    margin-right: 10%;
  }
  .Why_cruxzone .col-right .btn {
    margin-top: 7% !important;
  }
}
/* WHY CRUXZONE ACADEMY END  */
/* ---------------- */
/* COURSES MODULE START */
.courses_module {
  background-color: var(--bg) !important;
}

.courses_module h4,
.courses_module .module_title {
  color: var(--primary) !important;
}

.courses_module h2 {
  color: var(--secondary) !important;
}

.courses_module h5 {
  color: var(--Text) !important;
}

.courses_module p {
  color: #707072 !important;
  font-size: 1.1em;
}

.courses_module .btn {
  background-color: var(--primary) !important;
  color: #fff !important;
}

.courses_module .container {
  position: relative;
  overflow: hidden;
}

.courses_module .course_price {
  position: absolute;
  background-color: var(--primary) !important;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  top: 30px;
  right: 10px;
  height: 50px;
  text-align: center;
  overflow: hidden;
  padding-right: 20px;
}
.courses_module .course_price p {
  color: #fff !important;
}

.courses_module .outer-circles {
  border-radius: 50%;
  width: 18px;
  height: 15px;
  border: 1px solid var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 7px;
}

.courses_module .outer-circles .fa-circle {
  color: var(--primary);
  font-size: 8px;
}

.courses_module .custom-width {
  max-width: 600px;
}

.courses_module .modal-dialog .modal-body {
  padding: 10px !important;
}

.courses_module .modal-dialog .modal-body .logo {
  height: 80px;
  width: 110px;
}

.courses_module .modal-body h4,
.courses_module .modal-body h5 {
  color: #424242 !important;
}

.courses_module .modal-dialog .modal-body .border-2 {
  color: #9b9b9b !important;
}
.courses_module .modal-dialog .modal-body form p {
  font-size: 0.8em;
  margin-left: 20px;
  margin-bottom: 2px;
  color: var(--Text) !important;
}

.courses_module .modal-dialog .modal-body form p a {
  text-decoration: none;
  background-color: transparent !important;
  color: var(--Links) !important;
}

.courses_module .modal-dialog .modal-body .image-container {
  position: relative;
  overflow: hidden;
}

.img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

#modules_carousel {
  position: relative;
  padding-top: 50px;
  margin-bottom: 30px !important;
}

#modules_carousel .card {
  padding: 0;
  transition: all 0.3s;
  border: none;
  background-color: transparent;
  border-radius: 0 !important;
}

#modules_carousel .owl-nav {
  position: absolute;
  bottom: -60px;
  left: 0;
  display: flex;
  flex-direction: row;
}

#modules_carousel .owl-nav [class*="owl-"] {
  border-radius: 50%;
  background: #48950e !important;
  border: 3px solid #48950e;
  color: #fff !important;
  font-size: 22px !important;
  margin-left: 20px;
  height: 40px;
  width: 40px;
  text-align: center;
}

#modules_carousel .owl-dots {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 20px;
}

#modules_carousel .owl-dots .owl-dot {
  height: 2px;
  width: 180px;
  background: #ccc !important;
  outline: none;
}

#modules_carousel .owl-dots .owl-dot.active {
  background: #48950e !important;
}

#modules_carousel {
  margin-right: -150px !important;
}

.courses_module .owl-carousel .card .card-img-top {
  border: none !important;
  border-radius: 0px;
  aspect-ratio: 0.5/0.32;
  object-fit: cover;
}

/* media queries */
@media (max-width: 505px) {
  .courses_module .course_price {
    top: 120px;
    height: 50px;
  }
}

@media (max-width: 380px) {
  .courses_module .outer-circles {
    width: 20px;
    height: 13px;
    margin-top: 9px;
  }

  .courses_module .custom-width {
    max-width: 300px !important;
  }
  .courses_module .modal-dialog .container {
    padding: 0 !important;
  }

  .courses_module .modal-dialog .modal-body .logo {
    height: 50px;
    width: 70px;
  }

  .courses_module .modal-body h4,
  .courses_module .modal-body h5 {
    font-size: 0.6em;
  }
  .courses_module .modal-dialog .modal-body .form-control {
    height: 15px;
    border-radius: 3px;
    padding-bottom: 1px;
    padding-top: 1px;
  }

  .courses_module .modal-dialog .modal-body .form-control::placeholder {
    font-size: 0.75em !important;
  }

  .courses_module .modal-dialog .modal-body form input {
    font-size: 0.6em !important;
  }

  .courses_module .modal-dialog .modal-body form p {
    font-size: 0.4em !important;
    margin-left: 2px !important;
    margin-top: 2px !important;
  }

  .courses_module .modal-dialog .modal-body form .btn {
    font-size: 0.4em !important;
    margin-top: 2px !important;
    border-radius: 3px;
    margin-bottom: 1px;
  }

  .courses_module .modal-dialog .modal-body img:not(.logo) {
    height: 220px !important;
    width: 240px !important;
  }
}

@media (min-width: 380px) and (max-width: 767px) {
  .courses_module .outer-circles {
    width: 17px;
    height: 14px;
    margin-top: 9px;
  }

  .courses_module .custom-width {
    max-width: 350px !important;
  }
  .courses_module .modal-dialog .container {
    padding: 0 !important;
  }

  .courses_module .modal-dialog .modal-body .logo {
    height: 50px;
    width: 70px;
  }

  .courses_module .modal-body h4,
  .courses_module .modal-body h5 {
    font-size: 0.9em;
  }
  .courses_module .modal-dialog .modal-body .form-control {
    height: 18px;
    border-radius: 3px;
    padding-bottom: 5px;
  }

  .courses_module .modal-dialog .modal-body form input {
    font-size: 0.6em !important;
  }

  .courses_module .modal-dialog .modal-body .form-control::placeholder {
    font-size: 0.7em;
  }
  .courses_module .modal-dialog .modal-body form p {
    font-size: 0.5em !important;
    margin-left: 3px !important;
  }

  .courses_module .modal-dialog .modal-body form .btn {
    font-size: 0.6em !important;
    margin-top: 2px;
  }

  .courses_module .modal-dialog .modal-body img:not(.logo) {
    height: 290px !important;
    width: 270px !important;
  }
}
@media (max-width: 767px) {
  .courses_module .container {
    padding-bottom: 80px !important ;
  }

  #modules_carousel .owl-dots .owl-dot {
    width: 180px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .courses_module .outer-circles {
    width: 25px;
    height: 14px;
    margin-top: 7px !important;
  }

  .courses_module h2 {
    font-size: 1.5em !important;
  }

  .courses_module h5 {
    font-size: 1em !important;
  }

  .courses_module p:not(.course_price p) {
    font-size: 0.8em !important;
  }

  .courses_module .custom-width {
    max-width: 510px;
  }

  .courses_module .modal-dialog .modal-body .logo {
    height: 70px;
    width: 100px;
  }
  .courses_module .modal-body h4,
  .courses_module .modal-body h5 {
    font-size: 1.2em !important;
  }
  .courses_module .modal-dialog .modal-body form p {
    font-size: 0.6em !important;
  }

  .courses_module .modal-dialog .modal-body .form-control {
    height: 25px;
  }
  .courses_module .modal-dialog .modal-body form input {
    font-size: 0.8em !important;
  }

  .courses_module .modal-dialog .modal-body .form-control::placeholder {
    font: size 0.7em;
  }
  .courses_module .modal-dialog .modal-body form .btn {
    font-size: 0.8em !important;
    margin-bottom: 2px;
  }

  .courses_module .btn {
    font-size: 1em !important;
  }

  .courses_module .owl-carousel {
    padding-top: 60px !important;
  }
  .courses_module .owl-carousel .card .card-img-top {
    aspect-ratio: 0.6/0.4;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .courses_module .outer-circles {
    width: 24px;
    height: 15px;
    margin-top: 7px !important;
  }

  .courses_module h2 {
    font-size: 1.3em !important;
  }

  .courses_module h5 {
    font-size: 1.2em !important;
  }

  .courses_module p:not(.course_price p) {
    font-size: 1.1em !important;
  }
  .courses_module .custom-width {
    max-width: 510px;
  }

  .courses_module .modal-dialog .modal-body .form-control {
    height: 25px;
  }

  .courses_module .modal-dialog .modal-body form input {
    font-size: 0.9em !important;
  }

  .courses_module .modal-dialog .modal-body .form-control::placeholder {
    font-size: 0.8em;
  }

  .courses_module .modal-dialog .modal-body .logo {
    height: 70px;
    width: 100px;
  }
  .courses_module .modal-body h4,
  .courses_module .modal-body h5 {
    font-size: 1.2em;
  }
  .courses_module .modal-dialog .modal-body form p {
    font-size: 0.6em !important;
  }
  .courses_module .modal-dialog .modal-body form .btn {
    font-size: 0.8em !important;
    margin-bottom: 2px;
  }
  .courses_module .btn {
    font-size: 1em !important;
  }
  .courses_module .owl-carousel {
    padding-top: 20px !important;
  }
  .courses_module .owl-carousel .card .card-img-top {
    border: none !important;
    aspect-ratio: 0.8/0.7 !important;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .courses_module h2 {
    font-size: 1.3em !important;
  }

  .courses_module h5 {
    font-size: 1.2em !important;
  }

  .courses_module .custom-width {
    max-width: 510px;
  }
  .courses_module .modal-dialog .modal-body .form-control {
    height: 28px;
  }

  .courses_module .modal-dialog .modal-body form input {
    font-size: 0.9em !important;
  }

  .courses_module .modal-dialog .modal-body .form-control::placeholder {
    font-size: 0.9em;
  }

  .courses_module .modal-dialog .modal-body .logo {
    height: 70px;
    width: 100px;
  }
  .courses_module .modal-body h4,
  .courses_module .modal-body h5 {
    font-size: 1.2em;
  }
  .courses_module .modal-dialog .modal-body form p {
    font-size: 0.6em !important;
  }
  .courses_module .modal-dialog .modal-body form .btn {
    font-size: 0.8em !important;
    margin-bottom: 2px;
  }

  .courses_module p:not(.course_price p) {
    font-size: 1.1em !important;
  }

  .courses_module .btn {
    font-size: 1em !important;
  }

  .courses_module .owl-carousel .card .card-img-top {
    border: none !important;
    aspect-ratio: 0.8/0.6 !important;
  }
}

@media (min-width: 1500px) {
  .courses_module .custom-width {
    max-width: 620px;
  }
  .courses_module .outer-circles {
    width: 18px;
    height: 15px;
  }
}

/* COURSES MODULE END  */
/* ------------------------------- */
/* WHY SHOULD ATTEND COURSE START */
.course_attend {
  background-color: var(--primary) !important;
}

.course_attend .container h2 {
  color: #74e838 !important;
}

.course_attend .container p,
h5 {
  color: #ffffff !important;
}

.course_attend .outer-circle {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.course_attend .outer-circle .fa-circle {
  color: #fff;
  font-size: 7px;
  padding-top: 1px;
}

/* media queries */
@media (max-width: 767px) {
  .course_attend .container h2 {
    font-size: 1.4em !important;
  }
  .course_attend .container h5 {
    font-size: 1.2em !important;
  }

  .course_attend .container p {
    font-size: 1em !important;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .course_attend .container h2 {
    padding-top: 25px !important;
    font-size: 1.38em !important;
    line-height: 35px !important;
  }
  .course_attend .container h5 {
    font-size: 1em !important;
  }

  .course_attend .container p {
    font-size: 0.8em !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .course_attend .container h2 {
    padding-top: 20px !important;
    font-size: 1.8em !important;
  }
  .course_attend .container h5 {
    font-size: 1.2em !important;
  }

  .course_attend .container p {
    font-size: 1em !important;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .course_attend .container h2 {
    padding-top: 30px !important;
    font-size: 2.1em !important;
  }
  .course_attend .container h5 {
    font-size: 1.6em !important;
  }

  .course_attend .container p {
    font-size: 1.3em !important;
  }
}

/* WHY SHOULD ATTEND COURSE END */
/* --------------------------- */
/* COURSES REASON START */
.courses_reason {
  background-color: #ffffff !important;
}
/* COURSES REASON END */
/* -------------------------------- */
/* CERTIFICATIONS DISTRIBUTION CAROUSEL START */

.Certification_distribution {
  background-color: var(--primary);
}

.Certification_distribution h1 {
  color: #ffffff !important;
}

.Certification_distribution .btn {
  background-color: #ffffff !important;
  color: var(--primary) !important;
}
.Certification_distribution .owl-theme .owl-stage {
  padding-left: 0% !important;
}
.Certification_distribution .owl-theme .item p {
  color: #a8bdbc !important;
}
.custom_image {
  aspect-ratio: 1.3/1.65;
  object-fit: cover;
  background-position: center center;
}

/* media queries */
@media (max-width: 475px) {
  .Certification_distribution h4 {
    font-size: 1.2em !important;
  }
  .Certification_distribution .btn {
    font-size: 0.8em !important;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .Certification_distribution h1 {
    font-size: 1.8em !important;
  }
  .Certification_distribution .btn {
    margin-bottom: 30px !important;
    font-size: 0.9em !important;
  }
  .custom_image {
    aspect-ratio: 1.1/1.3;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .Certification_distribution h1 {
    font-size: 2em !important;
  }

  .Certification_distribution .btn {
    margin-bottom: 0px !important;
    font-size: 1.1em !important;
  }
  .custom_image {
    aspect-ratio: 1.4/1.7;
    object-fit: cover;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .Certification_distribution .btn {
    font-size: 1.1em !important;
  }
}

@media (min-width: 767px) and (max-width: 1700px) {
  .container-fluid {
    padding-right: 0% !important;
    margin-right: 0% !important;
  }
}

@media (min-width: 1700px) {
  .container-fluid {
    max-width: 1300px !important;
  }
}

/* CERTIFICATIONS DISTRIBUTION CAROUSEL END */
/* ------------------------------------ */
/* JUMBTRON-1 START */
.jumbtron {
  background-color: #f5f5f9;
  border-radius: 10px !important;
}
.jumbtron h1 {
  color: var(--primary) !important;
}

.jumbtron p {
  color: var(--Text) !important;
}
.jumbtron .btn {
  background-color: var(--primary) !important;
  color: #ffffff;
}

@media (max-width: 475px) {
  .jumbtron h1 {
    font-size: 1.2em !important;
  }

  .jumbtron p {
    font-size: 1em !important;
  }
  .jumbtron .btn {
    font-size: 0.8em !important;
  }
}

@media (min-width: 475px) and (max-width: 992px) {
  .jumbtron h1 {
    font-size: 1.6em !important;
  }

  .jumbtron p {
    font-size: 1em !important;
  }
  .jumbtron .btn {
    font-size: 1em !important;
  }
}
/* JUMBTRON-1 END  */
/* ------------------------ */
/* EVENT HIGHLIGHTS START */

.Event-highlights h4 {
  color: var(--primary) !important;
}

.Event-highlights h3 {
  color: #48950e !important;
}

.Event-highlights p {
  color: #707070 !important;
}

.Event-highlights .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: white;
  cursor: pointer;
}

.Event-highlights .modal-content {
  background-color: transparent;
  border: none;
}
.Event-highlights .modal-body {
  padding: 0;
}
.Event-highlights .modal-dialog {
  max-width: 80%; /* Adjust the modal size as needed */
}

/* media queries */

@media (max-width: 475px) {
  .Event-highlights h4 {
    font-size: 1.1em !important;
  }
  .Event-highlights h3 {
    font-size: 1.4em !important;
  }
  .Event-highlights p {
    font-size: 1em !important;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .Event-highlights img {
    height: 300px;
    object-fit: cover;
  }
  .Event-highlights h4 {
    font-size: 0.9em !important;
  }
  .Event-highlights h3 {
    font-size: 1.1em !important;
  }
  .Event-highlights p {
    font-size: 0.75em !important;
  }

  .Event-highlights .ratio {
    aspect-ratio: 2.1/1.3;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .Event-highlights img {
    height: 390px;
    object-fit: cover;
  }
  .Event-highlights h4 {
    font-size: 1.2em !important;
  }
  .Event-highlights h3 {
    padding-top: 2px !important;
    font-size: 1.5em !important;
  }
  .Event-highlights p {
    font-size: 1em !important;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .Event-highlights img {
    height: 500px;
    object-fit: cover;
  }

  .Event-highlights h4 {
    font-size: 1.3em !important;
  }
  .Event-highlights h3 {
    font-size: 1.6em !important;
  }
  .Event-highlights p {
    font-size: 1.3em !important;
  }
}
/* EVENT HIGHLIGHTS END */
/* -------------------------- */
/* TESTIMONIALS START */

.Testimonials h3 {
  color: var(--primary) !important;
}

.Testimonials h1 {
  color: #48950e !important;
}

.Testimonials .card {
  width: 100%;
  background-color: var(--bg) !important;
  border: none;
  position: relative;
  margin-bottom: 60px;
  border-radius: 10px !important;
  height: 350px;
}

.Testimonials .card:before {
  width: 60px;
  height: 80px;
  position: absolute;
  content: "";
  bottom: -65px;
  left: 0;
  right: 0;
  margin: auto;
  border-left: 40px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 60px solid #f5f5f9;
  transform: rotate(200deg);
}

.Testimonials .card-body .btn {
  color: var(--primary) !important;
}
.Testimonials .para {
  color: #70727b !important;
}

.Testimonials .card p:not(.para) {
  color: #70727b !important;
  padding-left: 12px;
  font-size: 0.7em !important;
}

.Testimonials .card .circle-image {
  width: 70px !important;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #70727b;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Testimonials .card .circle-image img {
  width: auto;
  height: 100%;
  max-width: none;
  object-fit: contain;
}

.Testimonials .owl-theme .owl-nav [class*="owl-"] {
  border-radius: 50%;
  background: #48950e !important;
  border: 3px solid #48950e;
  color: #fff !important;
  font-size: 22px !important;
  margin-left: 20px;
  height: 45px;
  width: 45px;
  text-align: center;
}

.Testimonials .card .row-2 {
  padding-top: 30px !important;
}

.Testimonials .card .row-3 {
  padding-top: 85px !important;
}

@media (max-width: 380px) {
  .Testimonials .card {
    height: 450px;
  }

  .Testimonials .card .row-2 {
    padding-top: 30px !important;
  }

  .Testimonials .card .row-3 {
    padding-top: 98px !important;
  }
}
@media (min-width: 380px) and (max-width: 475px) {
  .Testimonials .card {
    height: 380px;
  }
}
@media (min-width: 475px) and (max-width: 767px) {
  .Testimonials .card-body .btn {
    font-size: 1em !important;
  }

  .Testimonials .card {
    height: 350px;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .Testimonials .card .card-body .circle-image {
    width: 60px !important;
    height: 60px;
  }

  .Testimonials .card-body .btn {
    font-size: 0.6em !important;
  }

  .Testimonials .card-body p:not(.para) {
    font-size: 0.6em !important;
  }
  .Testimonials .card-body .para {
    font-size: 0.9em !important;
  }
  .Testimonials .card {
    height: 490px;
  }
  .Testimonials .card .row-2 {
    padding-top: 15px !important;
  }

  .Testimonials .card .row-3 {
    padding-top: 145px !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .Testimonials .card .row-2 {
    padding-top: 10px !important;
  }

  .Testimonials .card .row-3 {
    padding-top: 130px !important;
  }

  .Testimonials .card {
    height: 450px;
  }

  .Testimonials .card-body .btn {
    font-size: 0.9em !important;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .Testimonials .card {
    height: 400px;
  }

  .Testimonials .card .row-2 {
    padding-top: 10px !important;
  }

  .Testimonials .card .row-3 {
    padding-top: 100px !important;
  }
}

/* TESTIMONIALS END */
/* --------------------------- */
/* JUMBTRON-2 START */

.jumbtron-2 {
  border-radius: 10px;
  background-color: var(--primary);
  padding-right: 0%;
}

.jumbtron-2 img {
  height: 320px;
  width: 100%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  object-fit: cover;
}

.jumbtron-2 h2 {
  padding-top: 6% !important;
}

.jumbtron-2 h2,
.jumbtron-2 p {
  color: #ffffff !important;
}

.jumbtron-2 .btn {
  background-color: #ffffff;
  color: var(--primary);
  margin-top: 20px !important;
}

.jumbtron-2 .btn-2 {
  background-color: transparent;
  color: #ffffff;
  margin-top: 20px !important;
}

.jumbtron-2 .btn-2:focus {
  background-color: transparent;
  color: #ffffff;
  border: none;
}

@media (max-width: 475px) {
  .jumbtron-2 h2 {
    font-size: 1.3em !important ;
  }
  .jumbtron-2 p {
    font-size: 1.1em !important;
  }
  .jumbtron-2 .btn {
    font-size: 1em !important;
  }
  .jumbtron-2 img {
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .jumbtron-2 h2 {
    padding-top: 4% !important;
    font-size: 1.3em !important ;
  }
  .jumbtron-2 p {
    padding-top: 4% !important;
    font-size: 1.1em !important;
  }
  .jumbtron-2 .btn {
    margin-top: 2% !important;
    font-size: 1em !important;
    margin-bottom: 0% !important;
  }

  .jumbtron-2 img {
    width: 100%;
    height: 220px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .jumbtron-2 img {
    height: 280px;
    width: 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .jumbtron-2 img {
    height: 300px;
    width: 100%;
  }
}
/* JUMBTRON-2 END */
/* ---------------------------- */
/* FREQUENTLY ASKED QUESTION START */

.faq {
  margin-top: 3%;
}

.faq h2 {
  color: var(--primary) !important;
}
.faq .accordion-header button {
  color: var(--Text) !important;
}

.faq .accordion-header .accordion-button:not(.collapsed) {
  background-color: transparent;
}

.faq .accordion-button::after {
  display: none;
}
.faq .accordion-button {
  position: relative;
}
.faq .accordion-button::before {
  content: "\f13a";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0rem;
  transition: transform 0.3s;
}
.faq .accordion-button.collapsed::before {
  transform: rotate(0deg);
}
.faq .accordion-button:not(.collapsed)::before {
  transform: rotate(180deg);
}
/* FREQUENTLY ASKED QUESTION END */
/* ---------------------------------------------- */
/* FOOTER PART START */
.footer {
  background-color: #f5f5f9;
}
.footer img {
  height: 130px;
  width: 170px;
  margin-left: -25px;
}

.footer .logo {
  height: 40px;
  width: 40px;
  margin-right: 10px;
  margin-left: 1px;
  border-radius: 50%;
  border: 1px solid #707070;
}

.footer .social_media_logo {
  height: 30px;
  width: 30px;
  margin-left: 5px;
  margin-right: 15px;
}

.company_para {
  padding-top: 0px !important;
}

.footer h4 {
  color: var(--Text) !important;
}

.footer p {
  color: var(--Text) !important;
}
.footer a {
  color: var(--Text) !important;
  text-decoration: none;
}
.footer i {
  color: var(--secondary) !important;
}

.footer .payment_link i {
  color: var(--Links) !important;
}

@media (min-width: 767px) and (max-width: 992px) {
  .footer img {
    height: 110px;
    width: 150px;
  }
  .footer .logo {
    height: 25px;
    width: 25px;
    margin-right: 7px;
    margin-left: 1px;
  }
  .footer p {
    font-size: 0.7em !important;
  }

  .footer .text-md-end a {
    font-size: 0.8em !important;
  }
  .footer .company_para {
    font-size: 0.7em !important;
  }

  .footer .padding {
    padding-top: 15px;
  }

  .footer .social_media_logo {
    height: 20px;
    width: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .footer .company_para {
    font-size: 0.8em !important;
  }

  .footer .logo {
    height: 30px;
    width: 30px;
    margin-right: 5px;
    margin-left: 1px;
  }

  .footer p {
    font-size: 0.9em !important;
  }

  .footer .text-md-end a {
    font-size: 1em !important;
  }
  .footer .padding {
    padding-top: 10px;
  }
}
/* FOOTER PART END */
