.lms_banner {
  background: #21218F;
  padding-top: 70px;
}

.lms_banner h1 {
  color: #ffffff;
  padding-top: 10%;
  font-size: 33px;
  font-weight: 500;
  line-height: 40px;
}

.lms_banner h1 span {
  display: block;
  color: #FFE122;
}

.lms_banner p {
  color: #ffffff;
  font-size: 16px;
}

.lms_banner .btn {
  background: #D3D3FB;
  margin: 2px 15px 2px 0;
  color: #21218F;
  font-size: 16px;
  padding: 8px 25px;
}

.lms_banner .btn_b {
  background: #FFCF59;
  color: #000000;
}

.lms_banner .btn:hover {
  background: #f5f5ff;
}

.lms_banner .btn_b:hover {
  background: #FFE122;
}

.lms_clients h3 {
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  color: #000000;
}

.abt_lms h2 {
  text-align: left;
  font-size: 27px;
  margin-bottom: 6px
}

.abt_lms .lms_mes {
  color: #21218F;
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  width:80%;
  margin: 0 auto;
  margin-bottom: 18px;
}

.abt_lms p {
  color: #000;
  font-size: 16px;
  line-height: 25px;
}
.section-header p{
  color: #000000;
    width: 67%;
    margin: 0 auto;
    font-size: 17px;
    text-align: center;
    padding: 10px 0;
}
.lms_btn {
  background: #FFCF59;
  color: #000000;
  padding: 10px 25px;
  border-radius: 8px;
  border: navajowhite;
  width: 100%;
}

.lms_btn:hover {
  background: #FFE122;
  color: #000000;
}

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 55px;
  height: 55px;
  background: #ffffff;
  border-radius: 50%;
  animation: pulse-border 1100ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #eb2055;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 19px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  top: 10px;
  left: 5px;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.solutions_lms {
  background: #21218F;
  margin: 60px 0 0;
  padding: 40px 0 250px;
  text-align: center;
}

.solutions_lms h2 {
  color: #ffffff;
}

.solutions_lms p {
  color: #ffffff;
  width: 67%;
  margin: 0 auto;
  font-size: 17px;
}


.custom-card {
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
  padding: 15px;
}

.custom-card p {
  min-height: 170px;
}

/* Image Zoom Effect on Hover */
.img-container {
  overflow: hidden;
  position: relative;
}

.img-container img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.5s ease-in-out;
}

.img-container:hover img {
  transform: scale(1.1);
}

/* Card Text */
.card-title {
  font-size: 20px;
  font-weight: bold;
  color: #111;
}

.card-text {
  color: #555;
  font-size: 14px;
}

/* Image Size Tag for Corporate Offices */
.image-size {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #007BFF;
  color: white;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 4px;
}

.sol_block {
  position: relative;
  margin-top: -13%;
}


.feature-card {
  background-color: white;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
  cursor: pointer;
  border: 1px solid #e3e5fa;
  margin-bottom: 15px;
}

.feature-card:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}

/* Icon Container */
.icon-container {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 15px;
}

.icon-container i {
  color: white;
  font-size: 25px;
}

.card-title {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 10px
}

.card-text {
  color: #000;
  font-size: 15px;
  line-height: 25px;
  min-height: 140px
}

/* Wrapper for process */
.process-wrapper {
  position: relative;
  padding: 50px 0 0;
}

/* Step Box */
.step {
  position: relative;
  padding: 20px;
  text-align: center;
}

/* Step Image (Inside Diamond Shape) */
.step-icon {
  position: relative;
  width: 120px;
  height: 120px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 15px;
  transform: rotate(45deg);
  border: 2px solid #FFA500;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.step-icon img {
  /* width: 100%;
  height: 100%; */
  width: 200px;
  height: 160px;
  object-fit: cover;
  transform: rotate(-45deg);
}

/* Step Number */
.step-number {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  color: white;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 37px;
  transform: rotate(315deg);
}

/* Step Title */
.step-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #FFCF59;
  padding-top: 20px
}

.how_section .step-text {
  width: 100%;
  font-size: 15px;
  padding: 0;
  margin: 0;
}

.how_section .lms_mes {
  color: #ffffff !important;
}

/* Step Text */
.step-text {
  font-size: 14px;
  color: #6C757D;
}

/* Timeline Arrow Line */
.process-line {
  position: absolute;
  top: 79px;
  left: 0;
  width: 100%;
  border: 1px dashed #FFCF59;
  z-index: -1;
}

/* Add circles at both ends */
.process-line::before,
.process-line::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #FFCF59;
  border-radius: 50%;
}

.process-line::before {
  left: -3px;
  top: -6px;
}

.process-line::after {
  right: 0;
  top: -5px;
}

.how_section {
  background: url(../../img/steps_bg.png) no-repeat;
  background-size: cover;
  padding: 50px 0;
  z-index: 1;
  position: relative;
}

.how_section h2 {
  color: #FFCF59;
  margin: 0;
  padding: 0;
}

.how_section p {
  color: #ffffff;
  width: 67%;
  margin: 0 auto;
  font-size: 17px;
  text-align: center;
  padding: 10px 0;
}

.accordion-button {
  font-weight: bold;
}

.accordion-button::before {
  content: '\002B';
  font-size: 18px;
  transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed)::before {
  content: '\2212';
}

.accordion-item {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}

.accordion button[aria-expanded="true"] {
  color: #1E1E82 !important;
}

.accordion-item h2 {
  margin: 0;
}

.accordion button {
  margin: 0 !important;
}

.accordion-body {
  padding: 28px 15px;
  text-align: left;
}

.testim_block p {
  width: 67%;
  margin: 0 auto;
  font-size: 17px;
  text-align: center;
  padding: 10px 0;
}

#testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 10px 10px 0 10px;
  margin: 20px 15px;
  text-align: center;
  min-height: 300px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 9px auto 5px auto;
}

.testim_block p {
  width: 86%;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
  padding: 10px 0;
}

.testimonial-item img {
  width: 90px !important;
margin-right: 1rem;
overflow: hidden;
}

.testimonial-item .card-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  text-align: left;
}

.testimonial-item .text-secondary {
  font-size: 12px;
}

#testimonials .testimonial-item p {
  margin: 9px auto 5px auto;
  text-align: left;
  font-size: 14px;
  font-style: normal;
}
.ftr_cta{
  background: #FFCF59;
  padding: 90px 0
}
.ftr_cta h2{
  color: #000000;
  font-size: 26px;
  text-align: center;
}
.ftr_cta .lms_btn {
  background: #1c1b79;
  color: #ffffff;
  padding: 10px 25px;
  border-radius: 8px;
}
.ftr_cta img{
  position: absolute;
  top:-160px
}
footer{
  background: #21218F;
  padding:80px 40px;
}
.contact_details .fa {
  background: #FFCF59;
  border-radius: 50%;
  font-size: 39px;
  margin-right: 10px;
  width: 80px;
  height: 80px;
  color: #000;
  text-align: center;
  line-height: 80px;
}
.contact_details h6 {
  color: #ffffff;
  font-size: 13px;
  margin: 0;
  padding: 0;
}
.contact_details span {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
.contact_details span.add {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}
.contact_details a {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
footer h2{
  color: #FFCF59;
    margin: 0;
    padding: 0;
}
footer p{
  color: #ffffff;
    width: 67%;
    margin: 0 auto;
    font-size: 17px;
    text-align: center;
    padding: 10px 0;
}
.contact_section label {
  margin-left: 16px;
  width: auto;
  display: inline-flex;
  height: 18px;
  color: #ffffff !important;
  background: none !important;
}
.form-group{
  margin-bottom: 0;
}
.multiselect-container label{
  color: #000000 !important;
}
.cap_text p{
  line-height: 20px;
    font-size: 14px;
    margin: 0;
    width: 100%;
    color: #ffffff;
}
.cap_text a{
  color: #FFCF59;
}
.gt_block span{
  color: #ffffff;
    width: 97%;
    margin: 0 auto;
    font-size: 17px;
    text-align: center;
    padding: 10px 0 30px;
}
.footer_bottom p {
  padding: 6px 10px 0px 0;
  font-size: 17px;
}
.footer_bottom {
  background: #ffffff;
  padding: 15px;
  border: none;
  margin: 0;
}
.footer_bottom a {
  color: #000000;
  margin-right: 15px;
  padding-top: 8px;
  font-size: 16px;
}
.social_icons a .fa-brands {
  color: #A3A3A3;
  font-size: 28px;
}
.footer_bottom ul li {
  display: inline-block;
  padding: 5px 2px 0;
}
.feature-card img{
  width:70%;
}
.cumst_bg{
  background: #fafafa;
    padding: 30px;
    border-radius: 18px;
}
@media screen and (max-width:800px) {
  .lms_banner h1{
    padding: 0;
  }
  .w-100 {
    width: 80% !important;
    margin-top: 20px;
}
.abt_lms .lms_mes {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.solutions_lms p {
  width: 100%;
}
.solutions_lms {
  padding: 40px 0 130px;
}
}
@media screen and (max-width:490px) {
.lms_banner {
    padding-top: 20px;
}
.lms_banner h1 {
  color: #ffffff;
  padding-top: 0%;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  padding: 30px 0 10px 0%;
}
.lms_banner .btn {
  margin: 2px 11px 2px 0;
  font-size: 15px;
  padding: 8px 19px;
}
.abt_lms .lms_mes {
  font-size: 17px;
  line-height: 20px;
  width: 100%;
  margin-bottom: 18px;
  margin-bottom: 20px;
}
.solutions_lms p {
  color: #ffffff;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
}
.solutions_lms {
  padding: 40px 0 70px;
}
.custom-card{
  margin-top: 10px;
}
.abt_lms .lms_mes {
  font-size: 17px;
  line-height: 20px;
  width: 100%;
}
.card-text {
  min-height: 90px;
}
#clients {
  padding: 30px 0;
}
.how_section p {
  width: 100%;
}
.process-line{
  display: none;
}
.section-header p {
  width: 100%;
}
.ftr_cta {
  padding: 100px 0 330px !important;
}
.ftr_cta img {
  position: absolute;
  top: 40px;
}
.ftr_cta h2 {

  font-size: 23px;
  padding-top: 12px;
}
footer {
  background: #21218F;
  padding: 90px 10px;
  overflow: hidden !important;
}
.contact_details span {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
}
.contact_details span.add {
  color: #fff;
  font-size: 17px;
  font-weight: normal;
}
body{
  overflow-x: hidden;
}
.form-control{
  margin-bottom: 5px;
}
}