
.p-relative {
    position: relative;
}

.fix {
    overflow: hidden;
}

.tp-hero-yellow-shape {
    position: absolute;
    height: 100%;
    width: 475px;
    background-color: #FFDC60;
    right: 0;
    top: 0;
    z-index: -1;
}

.ptd-80{
    padding: 60px 0px 80px 0px;
    box-shadow: 1px 5px 5px 0 rgba(31, 38, 135, .15);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-hero-yellow-shape {
        right: 0px;
    }
}

@media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }
}

.gifs-cism {
  position: absolute;
  width: 100%;
  top: -4%;
  -webkit-animation: fadeslideUp 12s infinite; /* Chrome, Opera 15+, Safari 5+ */
  -moz-animation: fadeslideUp 12s infinite; /* Fx 5+ */
  -o-animation: fadeslideUp 12s infinite; /* Opera 12+ */
  animation: fadeslideUp 12s infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
  z-index: 1;
}

.ce-hero-shape {
  position: absolute;
  top: 270px;
  left: 45px;
  animation: rotate2 15s linear infinite;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ce-hero-shape {
    top: 173px;
    left: 16px;
  }
}

.ce-hero-shape-two {
  position: absolute;
  bottom: 100px;
  left: 45px;
  animation: moving 9s linear infinite;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ce-hero-shape-two {
    bottom: 80px;
    left: 40px;
  }
}

@keyframes rotate2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-50px);
  }
  50% {
    transform: translatey(-40px);
  }
  100% {
    transform: translatey(0px);
  }
}

.programing-section{
    position: relative;
    margin-top: -60px;
}

.programs {
    background-image: linear-gradient(45deg, #072330 71%, #2841cc 29%);
    padding: 30px;
    border-radius: 4px;
}

.world-wides{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.world-wide-rights h3{
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    padding: 0px;
}

.world-wide-rights p{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.culture-sections {
    
    border-radius: 15px;
}

.offer-tag {
    position: absolute;
    top: -15px;
    left: 12px;
    background: #16183e;
    color: #fff;
    font-weight: 700;
    padding: 7px 35px;
    border-radius: 20px 20px 20px 0;
    font-size: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* Course banner start */

.pad-fluid{
    padding: 0px 60px;
}

.course-banner{
    padding: 67px 0px;
    background-image: linear-gradient(45deg, #f4f8fb 63%, #fcbba5 32%);
        box-shadow: 1px 5px 5px 0 rgba(31, 38, 135, .15);
}
.banner_desc_info
{
  font-size: 16px;
    line-height: 26px;
}
.course-detail h1{
    padding-bottom: 10px;
}

.course-detail p {
    font-size: 15px !important;
    font-weight: 400;
    color: #303030;
    line-height: 28px;
}

.course-detail ul li{
    line-height: 30px;
    color: #000;
    font-size: 16px;
}

.course-detail ul li i{
    color: #219653;
    margin-right: 5px;
}



.enrolled-review{
    margin: 15px 0px 30px 0px;
}

.star-right p{
    font-size: 18px;
    font-weight: 600;
    color: #16183e;
}


.star-right strong{
    font-size: 24px;
    font-weight: 700;
}

.btn-orange-bnr {
   background-color: #d63b0a;
    width: 100%;
    max-width: 300px;
    display: inline-block;
    margin-right: 16px;
    border-radius: 10px;
    padding: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border: 1px solid #d63b0a;
    box-shadow: hsla(0, 0%, 100%, .5) 2px 2px 2px 0 inset, rgba(0, 0, 0, .1) 7px 7px 20px 0, rgba(0, 0, 0, .1) 4px 4px 5px 0;
}

.btn-orange-bnr-one {
    background-color: #d63b0a;
    width: 100%;
    max-width: 300px;
    display: inline-block;
    margin-right: 16px;
    border-radius: 10px;
    padding: 10px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    border: 2px solid #d63b0a;
}

.btn-transparent-bnr {
    background-color: #000;
    width: 100%;
    max-width: 180px;
    display: inline-block;
    margin-right: 16px;
    border-radius: 10px;
    padding: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border: 2px solid #000;
}

.btn-transparent-bnr:hover, .btn-orange-bnr:hover{
    background-color: #ee4a17;
    color: #fff;
}

.video-bnr{
    position: relative;
}

.gif {
  position: absolute;
  width: 100%;
  top: 8%;
  -webkit-animation: fadeslideUp 12s infinite; /* Chrome, Opera 15+, Safari 5+ */
  -moz-animation: fadeslideUp 12s infinite; /* Fx 5+ */
  -o-animation: fadeslideUp 12s infinite; /* Opera 12+ */
  animation: fadeslideUp 12s infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
  z-index: 1;
}

.gif h2{
  text-align: center;
  color: #c44a00;
  margin: 0;
  padding: 0;
}

#g2 {
    animation-delay: -9s;
    -webkit-animation-delay: -9s;
}

#g3 {
    animation-delay: -6s;
    -webkit-animation-delay: -6s;
}

#g4 {
    animation-delay: -3s;
    -webkit-animation-delay: -3s;
}

@-webkit-keyframes fadeslideUp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-40%);
    }
    10% {
      opacity: 1;
      -webkit-transform: translateY(-50%);
    }
    20% {
      opacity: 1;
      -webkit-transform: translateY(-50%);
    }
    25% {
      opacity: 0;
      -webkit-transform: translateY(-60%);
    }
    100% {
      opacity: 0;
      -webkit-transform: translateY(-60%);
    }
}

@-moz-keyframes fadeslideUp {
    0% {
      opacity: 0;
      transform: translateY(-40%);
    }
    10% {
      opacity: 1;
      transform: translateY(-50%);
    }
    20% {
      opacity: 1;
      transform: translateY(-50%);
    }
    25% {
      opacity: 0;
      transform: translateY(-60%);
    }
    100% {
      opacity: 0;
      transform: translateY(-60%);
    }
}

@-o-keyframes fadeslideUp {
    0% {
      opacity: 0;
      transform: translateY(-40%);
    }
    10% {
      opacity: 1;
      transform: translateY(-50%);
    }
    20% {
      opacity: 1;
      transform: translateY(-50%);
    }
    25% {
      opacity: 0;
      transform: translateY(-60%);
    }
    100% {
      opacity: 0;
      transform: translateY(-60%);
    }
}

@keyframes fadeslideUp {
    0% {
      opacity: 0;
      transform: translateY(-40%); 
      -ms-transform: translateY(-40%);
    }
    10% {
      opacity: 1;
      transform: translateY(-50%); 
      -ms-transform: translateY(-50%);
    }
    20% {
      opacity: 1;
      transform: translateY(-50%); 
      -ms-transform: translateY(-50%);
    }
    25% {
      opacity: 0;
      transform: translateY(-60%);
      -ms-transform: translateY(-60%); 
    }
    100% {
      opacity: 0;
      transform: translateY(-60%);
      -ms-transform: translateY(-60%); 
    }
}

/* Cursor */
.cursor{
    position: relative;
    width: 24em;
    margin: 0 auto;
    border-right: 2px solid rgba(255,255,255,.75);
    font-size: 30px;
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(-50%);    
}
/* Animation */
.typewriter-animation {
  animation: 
    typewriter 5s steps(50) 1s 1 normal both, 
    blinkingCursor 500ms steps(50) infinite normal;
}
@keyframes typewriter {
  from { width: 0; }
  to { width: 100%; }
}
@keyframes blinkingCursor{
  from { border-right-color: rgba(255,255,255,.75); }
  to { border-right-color: transparent; }
}

/* Course banner end */

/* scroll menu start */

#scrollMenu {
    background-color: #fff;
    position: fixed;
    z-index: 999;
}

.header.header-fixed {
    box-shadow: 0 5px 30px rgba(0, 22, 84, .1);
    -webkit-box-shadow: 0 5px 30px rgba(0, 22, 84, .1);
    background: #fff;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    
}

.scroll-menu-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.scroll-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.scroll-nav ul li {
    padding: 10px 10px;
    line-height: 40px;
}

.scroll-nav ul li a {
        font-size: 15px;
    font-weight: 600;
    color: #0c1620;
    
}
.business .btn, .chating-ours:hover
{
  background-color: #ffffff;
}
.call-back ul li a:hover
{
  color: #fff;
}
#megaMenu .nav-link:hover {
  color: #16183e;
    text-decoration: underline #16183e 3px;
}
.scroll-nav ul li a:hover{
    color: #16183e;
    text-decoration: underline #16183e 3px;
}

.btn-business {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    padding: 6px 12px;
    margin-right: 10px;
}

.btn-enroll-now {
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    padding: 6px 12px;
}

.btn-business:hover,.btn-enroll-now:hover{
    background-color: #c44a00;
    color: #fff;
    border: 1px solid #c44a00;
}

/* scroll menu end */

.gold-partner{
    position: relative;
    margin-top: -84px;
}
.nopadding
{
  padding:0px;
}
.gold-part{
    text-align: center;
}

.world-wide{
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #16183e;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 1px 10px 10px 0 rgb(22 24 62 / 41%);
}

.world-wide-right h3{
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    padding: 0px;
}

.world-wide-right p{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.mar-top{
    margin-top: 30px;
}

.offer-left-wd h3{
    color: #fff;
    font-size: 24px;
    line-height: 38px;
}

/* course-overview start */

.course-overview{
    padding: 40px 0px;
}

.pmp-overview p{
    padding-bottom: 20px;
    line-height: 28px;
    color: #303030;
    font-size: 14px;
}

.pmp-overview p a{
    font-weight: 500;
}

/* course-overview end */

/* form start */

.next-starts{
    background-color: #e5e5e5;
    padding: 15px;
    border-radius: 4px;
}

.next-starts h4 {
    font-size: 20px;
    text-align: center;
    padding-bottom: 20px;
    color: #16183e;
    font-weight: 600;
}

.countdown {
  font-family: sans-serif;
  color: #000;
  font-weight: 100;
  text-align: center;
  font-size: 20px;
}

.countdown-number {
  padding: 6px;
  border-radius: 2px;
  display: inline-block;
}

.countdown-time {
    border-radius: 50%;
    background: #fff;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    width: 50px;
    height: 50px;
    display: block;
    line-height: 50px;
}

.countdown-text {
  display: block;
  padding-top: 15px;
  font-size: 12px;
  color: #080808;
}

.main-form {
    background-color: #16183e;
    padding: 15px;
    margin-top: 10px;
}

.main-form .form-control {
    display: block;
    width: 100%;
    padding: 10px 12px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid #e7e7e7;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 2px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: rgba(245, 243, 243, 0.05) 0px 6px 24px 0px, rgba(255, 255, 255, 0.08) 0px 0px 0px 1px !important;
}

.main-form .form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem;
    font-size: 13px;
}

.main-form label.form-check-label {
    color: #fff;
}

.main-form label.form-check-label a{
    color: #75b7ff;
    font-weight: 500;
}

.talk-advisor {
    background-color: #d63b0a !important;
    border: 1px solid #d63b0a !important;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    padding: 10px 16px;
}

.talk-advisor:hover{
    background-color: #080808;
    border: 1px solid #080808;
    color: #fff;
}

.row-clr{
    background-color: #e0deea;
    padding: 15px;
    border-radius: 15px;
}

/* form start */

.curriculum-body p a{
    color: #0056b3;
    font-weight: 500;
}

.curriculum-body p a:hover{
    color: #003d80;
}

.curriculum-list p a{
    color: #0056b3;
    font-weight: 500;
}

.curriculum-list p a:hover{
    color: #003d80;
}

/* Button Style Start */

.btn-Enqure-now{
    background: #ffcc00;
    border: 1px solid #ffcc00;
    font-size: 16px;
    padding: 10px 16px;
    border-radius: 10px;
    color: #fff;
    box-shadow: 0px 4px 10px 2px rgb(253 229 137) !important;
    font-weight: 600;
    color: #080808;
}

.btn-outline-enquire{
    background-color: transparent;
    border: 1px solid #080808;
    font-size: 16px;
    padding: 10px 16px;
    border-radius: 10px;
    color: #080808;
    font-weight: 600;
}

/* Button 11: Pulse Ring */

.btn-wave {
  padding: 10px;
  font-size: 16px;
  background: #16183e;
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  border: 2px solid #16183e;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  max-width: 200px;
  width: 100%;
}

.btn-wave i{
    margin-left: 10px;
}

.btn-wave::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 4px;
  left: 0;
  bottom: 0;
  background: #ee4a17;
  animation: wave 1.5s infinite;
}

@keyframes wave {
  0% {
    width: 0%;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}


.playbtn {
  position: relative;
  display: inline-block;
  padding: 10px;
  color: #ffffff;
  text-decoration: none;
  transition: 0.5s;
  font-weight: 600;
  overflow: hidden;
}
.playbtn:hover {
  background: #ffffff;
  color: #000000;
  box-shadow: 0 0 5px #fff, 0 0 25px #fff, 0 0 50px #fff, 0 0 200px #fff;
  -webkit-box-reflect: below 1px linear-gradient(transparent, #0005);
}

.playbtn span {
  position: absolute;
  display: block;
}

.playbtn span:nth-child(1) {
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(90deg, transparent, #fff);
  animation: animate1 1s linear infinite;
}

@keyframes animate1 {
  0% {
    left: -100%;
  }
  50%,
  100% {
    left: 100%;
  }
}

.playbtn span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 10px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #fff);
  animation: animate2 1s linear infinite;
  animation-delay: 0.25s;
}

@keyframes animate2 {
  0% {
    top: -100%;
  }
  50%,
  100% {
    top: 100%;
  }
}

.playbtn span:nth-child(3) {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(270deg, transparent, #fff);
  animation: animate3 1s linear infinite;
  animation-delay: 0.5s;
}

@keyframes animate3 {
  0% {
    right: -100%;
  }
  50%,
  100% {
    right: 100%;
  }
}

.playbtn span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 10px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #fff);
  animation: animate4 1s linear infinite;
  animation-delay: 0.75s;
}

@keyframes animate4 {
  0% {
    bottom: -100%;
  }
  50%,
  100% {
    bottom: 100%;
  }
}

/* ----------------------------------
   BUTTON 1 — NEON GLOW ANIMATION
---------------------------------- */

.btn-neon {
  padding: 10px;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  border-radius: 10px;
  background: transparent;
  border: 2px solid #000;
  cursor: pointer;
  position: relative;
  transition: 0.4s;
  overflow: hidden;
}

.btn-neon:hover {
  color: #050505;
  background: #2e1a57;
}

.btn-neon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background: #2e1a57;
  animation: neon-slide 1.2s linear infinite;
}

@keyframes neon-slide {
  0% {
    top: -100%;
  }
  50% {
    top: 0%;
  }
  100% {
    top: 100%;
  }
}

.btn-pulse {
  position: relative;
  cursor: pointer;
}

.btn-pulse::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: rgba(155, 89, 182, 0.4);
  border-radius: 50px;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.6s ease;
}

.btn-pulse:hover::before {
  width: 120%;
  height: 150%;
  opacity: 0;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}

/* Button 20: Bounce Effect */
.btn-bounce {
  position: relative;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.btn-bounce:hover {
  animation: bounce 0.6s ease;
  box-shadow: 0 10px 30px rgba(250, 112, 154, 0.4);
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-5px);
  }
}


/* Button 21: Pixel Corner */
.btn-pixel {
  position: relative;
  cursor: pointer;
  clip-path: polygon(
    10px 0,
    100% 0,
    100% calc(100% - 10px),
    calc(100% - 10px) 100%,
    0 100%,
    0 10px
  );
  transition: all 0.3s ease;
}

.btn-pixel::before {
  content: "";
  position: absolute;
  inset: -3px;
  background: linear-gradient(45deg, #f39c12, #e74c3c);
  clip-path: polygon(
    10px 0,
    100% 0,
    100% calc(100% - 10px),
    calc(100% - 10px) 100%,
    0 100%,
    0 10px
  );
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.btn-pixel:hover::before {
  opacity: 1;
}

.btn-pixel:hover {
  transform: translate(-3px, -3px);
}

/* Button 19: Diagonal Swipe */
.btn-diagonal {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
}

.btn-diagonal::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  transition: left 0.4s ease;
  transform: skewX(-20deg);
  z-index: -1;
}

.btn-diagonal:hover::before {
  left: 0;
}

.btn-diagonal:hover {
  transform: scale(1.05);
}

.btn-diagonal:hover i{
    color: #fff;
}

.btn-diagonal:hover p{
    color: #fff;
}


/* Button 16: Shutter Effect */
.btn-shutter {
  position: relative;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  color: #fff;
  background: #2ecc71;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
}

.btn-shutter::before,
.btn-shutter::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background: #2b1f5c;
  transition: transform 0.4s ease;
  z-index: -1;
}

.btn-shutter::before {
  left: 0;
  transform: translateY(-100%);
}

.btn-shutter::after {
  right: 0;
  transform: translateY(100%);
}

.btn-shutter:hover::before {
  transform: translateY(0);
}

.btn-shutter:hover::after {
  transform: translateY(0);
}

/* 1. Pulse Animation */
.btn-pulses {
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}


/* Button Style End */

/* FAQ start */

.main-faq{
    padding: 60px 0px;
}

.main-faq button.accordion-button.collapsed {
    background: #fcf5f1;
}

.main-faq .accordion-button {
        font-size: 16px;
    font-weight: 550;
}

.main-faq .accordion-button:not(.collapsed) {
    background-color: #fcf5f1;
    color: #0c1620;
}

.main-faq .accordion-flush .accordion-collapse {
    border-width: 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/* FAQ end */

/* Modal Custom Styling */
.custom-modal .modal-content {
    border-radius: 20px;
    overflow: hidden;
    border: none;
}

.left-section {
    padding: 60px 50px;
    background: #f5f5f7;
}

.left-section h2 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px;
}

.left-section p {
    font-size: 18px;
    color: #555;
    margin-bottom: 40px;
}

.whatsapp-btn {
    border: 2px solid #6f42c1;
    color: #6f42c1;
    font-weight: 600;
    font-size: 18px;
    padding: 15px 25px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
    text-decoration: none;
}

.whatsapp-btn:hover {
    background: #6f42c1;
    color: #fff;
}

.right-section {
    background: linear-gradient(180deg, #ffcc00, #c44a00);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-section img {
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
}

.text-blues{
    color: #6f42c1;
    font-size: 16px;
}



/* Close button white */
.custom-close {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    z-index: 3;
    font-weight: bold;
}

/* Responsive */
@media(max-width: 768px){
    .left-section {
        padding: 40px 25px;
        text-align: center;
    }
}

.culture-section {
    background: #2d1b57; /* Dark purple */
    border-radius: 20px;
}

.culture-section h2 {
    font-size: 28px;
    color: #fff;
}

.culture-section p {
    font-size: 16px;
    opacity: 0.9;
    color: #fff;
}

/* Gradient Button */
.explore-btn {
    background: #ff5722;
    color: #fff;
    border-radius: 10px;
    font-weight: 600;
    transition: 0.3s ease;
    font-size: 18px;
}

.explore-btn:hover {
    opacity: 0.9;
    color: #fff;
}
/* Initial state */
.zoom-section {
    transform: scale(0.85);
    opacity: 0;
    transition: transform 0.6s ease, opacity 0.6s ease;
}

/* Zoom in */
.zoom-section.zoom-in {
    transform: scale(1.05);
    opacity: 1;
}

/* Zoom out to normal */
.zoom-section.zoom-out {
    transform: scale(1);
}

.testimonial-card {
    background: #f4f4f6;
    padding: 30px;
    border-radius: 18px;
    position: relative;
    transition: 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.quote-icon {
    font-size: 40px;
    color: #6f42c1;
    font-weight: bold;
    margin-bottom: 15px;
}

.testimonial-text {
    font-size: 15px;
    color: #10141c;
    line-height: 1.6;
}

.user-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.pricing-section {
  background: #f8f9fa;
}

.pricing-card {
  border-radius: 15px;
  transition: all 0.3s ease;
}

.pricing-card:hover {
  transform: translateY(-5px);
}

.pricing-card.popular {
  border: 2px solid #198754;
}

/* Modal Box */
.custom-modal {
  border-radius: 8px;
  border: none;
}

.bg-yellows{
    background-color: #2e1a57;
}

/* Title */
.modal-title-custom {
  color: #4b2e83;
}

/* Close button circle */
.custom-close {
  position: absolute;
  top: 15px;
  right: 15px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
    background-color: #ffcc00;
    color: #000;
}

/* Inputs */
.custom-input {
  border-radius: 4px;
  padding: 10px;
}

/* Funding Buttons */
.funding-btn {
  border: 1px solid #ccc;
  background: #f8f9fa;
  padding: 8px 18px;
  border-radius: 4px;
}

.btn-check:checked + .funding-btn {
  background-color: #4b2e83;
  color: #fff;
  border-color: #4b2e83;
}

/* Submit Button */
.submit-btn {
  background-color: #f7c600;
  border: none;
  font-weight: 600;
}

.submit-btn:hover {
  background-color: #e6b800;
}

.content-area {
    position: relative;
}

.card.pricing-card {
    margin-top: 30px;
    position: relative;
}

.card-body{
    padding: 20px;
    position: relative;
}


.pricing-sections{
    background-color: #fff;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    border-radius: 15px;
    padding: 30px;
    position: relative;
    min-height: 530px;
    margin-top: 30px;
}

.price-listed {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 20px;
}

.price-listed-left h4{
    font-size: 18px;
    font-weight: 700;
}

.price-unlist{
    margin-top: 20px;
    margin-bottom: 20px;
}

.price-unlist ul li{
    font-size: 16px;
    display: flex;
    padding-bottom: 10px;
}

.custom-para p{
    background-color: #f2f2f2;
    padding: 5px;
    font-weight: 500;
    color: #2b1f5c;
}

/* Referral Section */

.offer-left-wd{
    width: 65%;
}

.referral-box {
  background: #d63b0a;
  border-radius: 16px;
}

.referral-box h4{
    padding: 10px 0px 5px 0px;
    font-size: 20px;
}

/* Refer Button */
.refer-btn {
  background: #fff;
    color: #000;
    border-radius: 10px;
    font-weight: 600;
    padding: 12px;
    font-size: 16px;
    box-shadow: 0px 4px 10px 2px rgb(253 229 137) !important;
    border: none;
}

.refer-btn:hover {
  opacity: 0.9;
  background: #fff !important;
  color: #10141c !important;
}

.referral-box p{
    color: #fff;
        font-weight: 600;
}

.text-success {
    --bs-text-opacity: 1;
    color: rgb(244 67 54) !important;
    font-size: 16px;
}
.btn:hover {
    color: #fff;
    background-color: #10141c;
    border-color: #10141c;
   box-shadow: 0px 4px 10px 2px rgb(112 110 104) !important;
}
/* Offer Ribbon Tag */
.form-control {
    padding: .575rem .75rem;
   }
.guarantee-section {
    background: linear-gradient(135deg, #bc6e01, #a62a00);
}

.guarantee-section h2 {
    font-size: 28px;
    color: #fff;
}

.guarantee-section p {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.1rem;
    color: #d6d6f5;
}

.refund-link {
    color: #ffffff;
    text-decoration: underline;
    font-weight: 500;
}
.pricing-card ul li{
        font-size: 16px;
        display: flex;
}
.bg-success {
        background-color: #F44336 !important;
            font-size: 12px;
}

.btn-success
{
    background: #FF5722;
    border: 1px solid #ff5722;
    font-size: 18px;
    padding: 10px;
}
.btn-outline-success
{
    font-size: 18px;
    padding: 10px;
    border: 1px solid #fe5722;
    color: #10141c;
}
.start-btn {
    background: #16183e;
    border: none;
    color: #fff;
    border-radius: 10px;
    transition: 0.3s ease;
    padding: 10px 26px;
    font-weight: 600;
    font-size: 18px;
}

.start-btn:hover {
    background: linear-gradient(90deg, #fff, #ffff);
    color: #000;
}

.start-btns {
    background: #ff5722;
    border: none;
    color: #fff;
    border-radius: 10px;
    transition: 0.3s ease;
    padding: 10px 26px;
    font-weight: 600;
    font-size: 18px;
    margin-top: 30px;
}

.start-btns:hover {
    background: linear-gradient(90deg, #060606, #0d0d0d);
}


.toll-free {
    background-color: #ffffff;
    align-items: center;
    border-radius: 6px;
    padding: 20px;
    margin: 30px 0;
    box-shadow: rgba(163, 163, 163, 0.24) 0px 3px 8px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.call-left {
    background-color: #f2f3f6;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
}

.call-right p {
    font-size: 16px;
    font-weight: 300;
}

.call-right a {
    font-size: 24px;
    font-weight: 400;
    color: #0c1620;
    letter-spacing: 3px;
}

.toll-free:hover{
    background-color: #c44a00;
}

.toll-free:hover .call-right p{
    color: #fff;
}

.toll-free:hover .call-right a{
    color: #fff;
}

.qeries {
    background-color: #fff;
    align-items: center;
    border-radius: 6px;
    padding: 20px;
    box-shadow: rgba(163, 163, 163, 0.24) 0px 3px 8px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.call-left-one {
    background-color: #f2f3f6;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
}

.call-right-one p {
    font-size: 16px;
    font-weight: 300;
}

.call-right-one a {
    font-size: 18px;
    font-weight: 400;
    color: #0c1620;
    letter-spacing: .5px;
}

.qeries:hover{
    background-color: #c44a00;
}

.qeries:hover .call-right-one p{
    color: #fff;
}

.qeries:hover .call-right-one a{
    color: #fff;
}


/* Course Description start */

.course-curriculum{
    padding: 60px 0px;
    background-color: #f3f3f3;
}

@media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }
}

.master-counselling-form-wrapper.sticky-position {
    position: -webkit-sticky;
    position: sticky;
    top: 64px;
}

/* form */

.master-counselling-form-header {
    border-top: 3px solid #ff6e06;
    padding: 30px 20px;
    background-color: #6659b8;
    background-size: cover;
}

.master-counselling-form-header, .master-about-talk-to-us-header {
    background-image: url(https://d2ds8yldqp7gxv.cloudfront.net/course-detail/counselling.png);
}

.master-counselling-form-heading {
    font-size: 20px;
    line-height: 27px;
    color: #fff;
    margin-bottom: 2px;
    font-weight: 500;
}

.master-counselling-form-text {
    font-size: 14px;
    line-height: 19px;
    color: #f5c723;
    margin-bottom: 0;
    font-weight: 500;
}

.master-counselling-form-body {
    padding: 20px;
    background-color: #5c2301;
    border-radius: 0 0 4px 4px;
}

.master-counselling-form-body .form-default input, .master-counselling-form-body .form-default select {
    height: 42px;
}

.form-default input, .form-default label, .form-default select, .form-default textarea {
    color: #828282;
    font-size: 14px;
    border-color: #e0e0e0;
}

.form-default .form-group {
    margin-bottom: 1rem;
}

.form-default .form-control {
    display: block;
    width: 100%;
    /* height: 42px; */
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    /* color: #495057; */
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.select-country-wrap {
    width: 102px !important;
}

.form-default .form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.pr-0 {
    padding-right: 0 !important;
}

.master-counselling-form-body .form-default select {
    /* padding-left: 2px; */
    padding-right: 20px;
}

.master-counselling-form-body .form-default input, .master-counselling-form-body .form-default select {
    height: 42px;
}

.select-country-wrap select {
    padding-right: 15px !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.form-default select, select {
    cursor: pointer;
}

.rounded-0 {
    border-radius: 0 !important;
}

.mobile-wrap-with-country {
    width: calc(100% - 102px) !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.mobile-wrap-with-country input {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.master-counselling-form-body .form-default input[type=submit] {
    background: linear-gradient(270deg, #ff630b 0, #f90 100%);
    width: 100%;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    border: none;
}

#sglctfm-rsponse-msg, #sglctfm-rsponse-msg p {
    color: #fff;
}

.sglctfm-rsponse-msg {
    position: relative;
    display: block;
    margin-top: 10px;
}

.form-check-privacy-white {
    padding: 0px 0px 0px 20px;
    font-size: 13px !important;
    display: block;
    font-weight: 400 !important;
    margin: 10px 0 0;
    line-height: 20px;
    letter-spacing: .02em;
}

.form-check-privacy-white, .form-check-privacy-white a {
    color: #e9e9e9 !important;
}

.form-default input, .form-default label, .form-default select, .form-default textarea {
    color: #828282;
    font-size: 14px;
    border-color: #e0e0e0;
}

input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
}

.ip-cs-bx-check {
    width: auto !important;
    height: auto !important;
}

/* Job Openings */

.Curriculum{
    padding-bottom: 60px;
}

.course-curriculum .accordion-button {
    font-size: 16px;
    font-weight: 550;
}
.accordion-body h2{
      font-size: 25px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}
.accordion-body h3{
      font-size: 25px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}
.accordion-body ul li{
      font-size: 15px;
}
.course-curriculum .accordion-button:not(.collapsed) {
    background-color: #fcf5f1;
    color: #0c1620;
}

.course-curriculum button.accordion-button.collapsed {
    background: #fcf5f1;
}

.curriculum-body{
    padding-bottom: 15px;
}

.curriculum-body h3{
    font-size: 18px;
    padding: 10px 0px;
}

.curriculum-body h4{
    font-size: 18px;
    padding: 10px 0px;
}

.curriculum-body p{
    font-size: 14px;
    line-height: 26px;
    padding: 5px 0px;
}

.curriculum-body p strong{
    color: #c44a00;
    font-weight: 600;
}

.curriculum-list h4{
    font-size: 15px;
    padding: 10px 0px;
}

.curriculum-list ul{
    margin: 10px 0px;
}

.curriculum-list ul li {
    font-size: 13px;
    line-height: 24px;
    padding: 4px 0px;
    display: flex;
    align-items: baseline;
}

.curriculum-list ul li i{
    color: #219653;
    margin-right: 8px;
}

.curriculum-list ul li a{
    display: contents;
}

.curriculum-list p{
    padding: 5px 0px;
}

.curriculum-list p strong{
    color: #c44a00;
    font-weight: 600;
}

.curriculum-list ul li a strong{
    font-weight: 600;
}

.convenient-schedule {
    margin-top: 30px;
    background-color: #ffeadd;
    padding: 0px 20px 0px 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.convenient-ctr {
    width: 46%;
}

.convenient-ctr h4 {
    font-size: 16px;
    color: #38342f;
    line-height: 24px;
}

.btn-advisor {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    padding: 10px;
}

.btn-advisor:hover{
    background-color: #c44a00;
    color: #fff;
}

.trining-methodaly{
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 15px;
    border-radius: 30px;
    margin: 20px 0px;
        box-shadow: 1px 10px 10px 0 rgb(22 24 62 / 34%) !important;
    justify-content: space-between;
}

.train-left {
    display: flex;
    align-items: center;
}


.train-left i{
    font-size: 24px;
    color: #2841cc
}

.train-left p{
    font-size: 16px;
    font-weight: 500;
    margin-left: 15px;
}

.train-right i{
    font-size: 24px;
    color: #2841cc;
}


/* Course Description end */


/* Course Advisor start */

.course-asvisor{
    padding: 60px 0px;
}

.advisor-content{
    display: flex;
    align-items: center;
}

.advisor-picture img{
    border-radius: 10px;
    margin-right: 30px;
}

.advisor-text{
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    width: 100%;
    padding: 20px;
}

.advisor-text h4{
    font-size: 18px;
    color: #0c1620;
}

.single-testimonial {
    color: #fff;
    box-shadow: 2px -2px 2px 2px #fff;
}

.testi-text-main {
    display: flex;
    align-items: center;
}

.img-area {
    margin-right: 20px;
}

.img-area > img {
    background: linear-gradient(to bottom, #c44a00, #fff);
    border-radius: 50%;
    padding: 4px;
    border: 2px solid #fff;
}

.testi-text {
    background: #f3f3f3;
    padding: 30px;
    color: #262626;
}

.testi-text h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #0c1620;
}

.testi-text h5 {
        font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
}

.testi-text p {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #6c6c6c;
    margin-top: 15px;
}

.downloading-agendas{
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px;
    border-radius: 16px;
}

.download-agenda {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.agenda-left p{
    font-size: 13px;
    padding-top: 10px;
}

.btn-download{
    background: linear-gradient(270deg, #ff630b 0, #f90 100%);
    color: #fff;
    padding: 8px;
    border-radius: 4px;
    font-size: 15px;
}

button.btn-download:hover{
    background-color: #0c1620;
    color: #fff;
}

.btn-download i{
    margin-right: 10px;
}

.btn-brochure{
    background: linear-gradient(270deg, #080808 0, rgb(29, 27, 25) 100%);
    color: #fff;
    padding: 8px;
    border-radius: 4px;
    font-size: 15px;
}

.btn-brochure:hover{
    color: #fff;
}

/* Course Advisor end */

/* sample-certificate start */

.sample-certificate button.accordion-button.collapsed {
    background: #fcf5f1;
}

.sample-certificate .accordion-button {
   font-size: 16px;
    font-weight: 500;
}

.sample-certificate .accordion-button:not(.collapsed) {
    background-color: #fcf5f1;
    color: #0c1620;
}

.certificate-body h4 {
    font-size: 18px;
    padding: 10px 0px;
}

.certificate-list h5{
    font-size: 15px;
    font-weight: 600;
    padding: 5px 0px;
}
.sample-certificate
{
  width: 100%;
  height: 500px;
  overflow-y: scroll;
  scrollbar-width: thin;
}
.single-testimonial{
  width: 100%;
  height: 500px;
  overflow-y: scroll;
  scrollbar-width: thin;
}
.certificate-list ul li {
    font-size: 14px;
    line-height: 24px;
    padding: 4px 0px;
    display: flex;
    align-items: baseline;
}

.certificate-list ul li strong {
    display: contents;
    font-size: 14px;
    font-weight: 500;
}

.certificate-list ul li span {
    display: contents;
    font-size: 14px;
    font-weight: 500;
    color: #c44a00;
}

.certificate-list ul li i {
    color: #219653;
    margin-right: 8px;
}

.main-certificate img{
    max-width: 100%;
    height: auto;
}

/* sample-certificate end */


/* MOBILE RESPONSIVE START */



@media (min-width: 768px) and (max-width: 1024px) {

    #megaMenu .navbar-toggler {
    padding: 2px 10px;
    font-size: 20px;
    line-height: 1;
    color: #000 !important;
    background-color: #000;
    border: none;
    border-radius: 2px;
    transition: var(--bs-navbar-toggler-transition);
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #megaMenu .navbar-toggler {
        padding: 2px 10px;
        font-size: 20px;
        line-height: 1;
        color: #000 !important;
        background-color: #000;
        border: none;
        border-radius: 2px;
        transition: var(--bs-navbar-toggler-transition);
    }

    #megaMenu .main-dropdown {
        top: 38px;
        right: -15px;
        left: -15px;
    }

    #scrollMenu{
        display: none !important;
    }
}

@media (min-width: 481px) and (max-width: 767px) {

    #megaMenu .navbar-toggler {
        padding: 2px 10px;
        font-size: 20px;
        line-height: 1;
        color: #000 !important;
        background-color: #000;
        border: none;
        border-radius: 2px;
        transition: var(--bs-navbar-toggler-transition);
    }

    #megaMenu .main-dropdown {
        top: 38px;
        right: 0px;
        left: 0px;
    }

    #scrollMenu{
        display: none !important;
    }

    h1 {
        font-size: 24px;
    }

    .course-banner {
        padding: 30px 0px;
        background-color: #fff;
        background-image: none;
    }

    .pad-fluid {
        padding: 0px 10px;
    }

    .video-bnr{
        margin: 30px 0px;
    }

    .video-bnr img{
        max-width: 100%;
        height: auto;
    }

    .world-wide{
        margin: 10px 0px;
    }

    .referral-section {
        position: relative;
        margin-top: 0;
    }

    .card.pricing-card h4{
        font-size: 16px;
        font-weight: 600 !important;
    }

    .pricing-card ul li {
        font-size: 14px;
    }

    .pricing-card span{
        font-size: 14px;
        font-weight: 500;
    }


    .course-detail ul li {
        display: flex;
        align-items: baseline;
        line-height: 24px;
        padding-bottom: 10px;
    }

    .review {
        padding: 4px;
        border-radius: 15px;
        margin-left: 0px;
    }

    .btn-orange-bnr {
        max-width: 100%;
    }

    .btn-transparent-bnr {
        max-width: 100%;
    }

    .desktop-only {
        display: none;
    }

    h2 {
        font-size: 20px;
    }

    .rating-mobile {
        margin-top: 30px;
    }

    h3 {
        font-size: 18px;
    }

    .exam-prep {
        display: block;
    }

    .exam-prep span {
        margin-left: 0;
    }

    .exam-prep h4 {
        margin-bottom: 15px;
    }

    .main-tabs {
        padding: 10px;
        border-radius: 4px;
    }

    .demand p {
        font-size: 14px;
        margin-bottom: 0px;
        text-align: left;
        font-weight: 500;
    }

    .demand i {
        margin: 10px 0px;
    }

    .annual p {
        font-size: 14px;
        margin-bottom: 0px;
        text-align: left;
        font-weight: 500;
        margin-bottom: 20px;
    }

    .hiring p {
        font-size: 14px;
        margin-bottom: 0px;
        text-align: left;
        font-weight: 500;
    }

    .hiring::before {
        background-color: transparent;
    }

    .hiring::after {
        background-color: transparent;
    }

    .convenient-schedule {
        padding: 20px 10px;
        display: block;
    }

    .convenient-ctr {
        width: 100%;
        padding: 15px 0px;
    }

    .btn-advisor {
        width: 100%;
    }

    .single-testimonial {
        padding-left: 0;
    }

    .testi-text {
        padding: 20px 20px 20px 20px;
    }

    .img-area {
        top: 60px;
        left: 50%;
        transform: translateX(-50%);
        position: relative;
    }

    .downloading-agendas{
        margin-top: 30px;
    }

    .rbt-section-gap {
        padding: 0px 0px 0px 0px;
    }

    .part-tittle {
        margin-bottom: 30px;
    }

    .user-reviews {
        padding: 10px;
    }

    .this-program img{
        height: auto;
    }

    .rating-overview {
        display: block;
    }

    .rating-box {
        border-right: none;
    }

    .rating-bars {
        display: block;
    }

    .rating-bars-item {
        width: calc(100% - 30px);
    }

    .have-questions {
        display: block;
        margin-bottom: 30px;
    }

    .questions-left p{
        padding-bottom: 20px;
    }

    .solution-schedule {
        display: block;
    }

    .solution-left {
        width: 100%;
    }

    .solution-left p{
        padding-bottom: 20px;
    }

    .btn-solution {
        width: 100%;
    }

    .related-picture img{
        width: 100%;
    }

    .related-course {
        margin: 10px 0px;
    }

    .footer-bottom, .footer-bottomfixed{
        display: none;
    }

    .footer-bottom-mobile ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .footer-bottom-mobile ul li {
        padding: 8px 0;
    }

    .footer-bottom-mobile ul li a {
        color: #fff;
        font-size: 15px;
        font-weight: 600;
    }

    .btn-call{
        margin: 10px 0px;
    }

    .btn-sylabus{
        margin-right: 0px;
    }

    .offer-left-wd {
        width: 100%;
    }

    .offer-left-wd h3 {
        font-size: 20px;
        line-height: 34px;
    }

    .pricing-sections {
        padding: 10px;
    }

    .culture-section{
        padding: 15px !important;
    }

    .culture-section h2 {
        font-size: 20px;
        line-height: 36px;
    }

    .guarantee-section h2 {
        font-size: 20px;
        line-height: 36px;
    }

    .single-testimonial {
        margin: 0 0px 15px;
    }


    .course-detail p{
        font-size: 14px;
    }

    .btn-wave {
        max-width: 100%;
    }

    .nopadding{
        padding: 10px;
    }

    section.rating{
        position: relative;
        margin-bottom: 0px;
    }

    .row-clr{
        border-radius: 0px;
    }

    .benefits .me-3{
        margin-right: 0rem !important;
    }

    .maping {
        display: flex;
        justify-content: start !important;
        margin-top: 15px !important;
    }

    .btn-city{
        padding: 5px 10px !important;
        margin-left: 10px !important;
    }

    .testi-text-main {
        display: block;
        align-items: center;
    }

    .course-asvisor{
        padding: 30px 0px;
    }

}

@media (min-width: 320px) and (max-width: 480px) {

    #megaMenu .navbar-toggler {
        padding: 2px 10px;
        font-size: 20px;
        line-height: 1;
        color: #000 !important;
        background-color: #000;
        border: none;
        border-radius: 2px;
        transition: var(--bs-navbar-toggler-transition);
    }

    #megaMenu .main-dropdown {
        top: 38px;
        right: 0px;
        left: 0px;
    }

    #megaMenu .nav-link {
        margin: 0px 0px;
    }

    #scrollMenu{
        display: none !important;
    }

    h1 {
        font-size: 24px;
    }

    .course-banner {
        padding: 30px 0px;
        background-color: #fff;
        background-image: none;
    }

    .pad-fluid {
        padding: 0px 10px;
    }

    .video-bnr{
        margin: 30px 0px;
    }

    .video-bnr img{
        max-width: 100%;
        height: auto;
    }

    .world-wide{
        margin: 10px 0px;
    }

    .referral-section {
        position: relative;
        margin-top: 0;
    }

    .card.pricing-card h4{
        font-size: 16px;
        font-weight: 600 !important;
    }

    .pricing-card ul li {
        font-size: 14px;
    }

    .pricing-card span{
        font-size: 14px;
        font-weight: 500;
    }

    .course-detail ul li {
        display: flex;
        align-items: baseline;
        line-height: 24px;
        padding-bottom: 10px;
    }

    .enrolled-review {
        display: inline-block;
    }

    .enrolled{
        margin-bottom: 15px;
    }

    .review {
        padding: 4px;
        border-radius: 15px;
        margin-left: 0px;
    }

    .btn-orange-bnr {
        max-width: 100%;
    }

    .btn-transparent-bnr {
        max-width: 100%;
    }

    .rating {
        padding: 30px 0px;
    }

    .desktop-only {
        display: none;
    }

    h2 {
        font-size: 20px;
    }

    .rating-mobile {
        margin-top: 30px;
    }

    h3 {
        font-size: 18px;
    }

    #Overview {
        padding-top: 30px;
    }

    .exam-prep {
        display: block;
    }

    .exam-prep span {
        margin-left: 0;
    }

    .exam-prep h4 {
        margin-bottom: 15px;
    }

    .main-tabs {
        padding: 10px;
        border-radius: 4px;
    }

    .demand p {
        font-size: 14px;
        margin-bottom: 0px;
        text-align: left;
        font-weight: 500;
    }

    .demand i {
        margin: 10px 0px;
    }

    .annual p {
        font-size: 14px;
        margin-bottom: 0px;
        text-align: left;
        font-weight: 500;
        margin-bottom: 20px;
    }

    .hiring p {
        font-size: 14px;
        margin-bottom: 0px;
        text-align: left;
        font-weight: 500;
    }

    .hiring::before {
        background-color: transparent;
    }

    .hiring::after {
        background-color: transparent;
    }

    .convenient-schedule {
        padding: 20px 10px;
        display: block;
    }

    .convenient-ctr {
        width: 100%;
        padding: 15px 0px;
    }

    .btn-advisor {
        width: 100%;
    }

    .single-testimonial {
        padding-left: 0;
    }

    .testi-text {
        padding: 20px 20px 20px 20px;
    }

    .img-area {
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
        position: relative;
    }

    .downloading-agendas{
        margin-top: 30px;
    }

    .rbt-section-gap {
        padding: 0px 0px 0px 0px;
    }

    .part-tittle {
        margin-bottom: 30px;
    }

    .user-reviews {
        padding: 10px;
    }

    .this-program img{
        height: auto;
    }

    .rating-overview {
        display: block;
    }

    .rating-box {
        border-right: none;
    }

    .rating-bars {
        display: block;
    }

    .rating-bars-item {
        width: calc(100% - 30px);
    }

    .have-questions {
        display: block;
        margin-bottom: 30px;
    }

    .questions-left p{
        padding-bottom: 20px;
    }

    .solution-schedule {
        display: block;
    }

    .solution-left {
        width: 100%;
    }

    .solution-left p{
        padding-bottom: 20px;
    }

    .btn-solution {
        width: 100%;
    }

    .related-picture img{
        width: 100%;
    }

    .related-course {
        margin: 10px 0px;
    }

    .footer-bottom, .footer-bottomfixed{
        display: none;
    }

    .footer-bottom-mobile {
        background: #c44a00;
        position: fixed;
        padding: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
    }

    .footer-bottom-mobile ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .footer-bottom-mobile ul li {
        padding: 8px 0;
    }

    .footer-bottom-mobile ul li a {
        color: #fff;
        font-size: 15px;
        font-weight: 600;
    }

    .course-overview {
        padding: 30px 0px 40px 0px;
    }

    .pricing-section{
        padding: 0px;
    }

    .btn-call{
        margin: 10px 0px;
    }

    .btn-sylabus{
        margin-right: 0px;
    }

    .offer-left-wd {
        width: 100%;
    }

    .offer-left-wd h3 {
        font-size: 20px;
        line-height: 34px;
    }

    .pricing-sections {
        padding: 10px;
    }

    .culture-section{
        padding: 15px !important;
    }

    .culture-section h2 {
        font-size: 20px;
        line-height: 36px;
    }

    .guarantee-section h2 {
        font-size: 20px;
        line-height: 36px;
    }

    .single-testimonial {
        margin: 0 0px 15px;
    }




    .course-detail p{
        font-size: 14px;
    }

    .btn-wave {
        max-width: 100%;
    }

    .nopadding{
        padding: 10px;
    }

    section.rating{
        position: relative;
        margin-bottom: 0px;
    }

    .row-clr{
        border-radius: 0px;
    }

    .benefits .me-3{
        margin-right: 0rem !important;
    }

    .maping {
        display: flex;
        justify-content: start !important;
        margin-top: 15px !important;
    }

    .btn-city{
        padding: 5px 10px !important;
        margin-left: 10px !important;
    }

    .testi-text-main {
        display: block;
        align-items: center;
    }

    .course-asvisor{
        padding: 30px 0px;
    }

}


/* MOBILE RESPONSIVE START */

/* Download Course Agenda START */

.download-course-agenda{
    padding: 60px 0px;
}

/* Download Course Agenda END */

/* Video Service Start */

.section-padding {
    padding: 40px 0px;
}

.video-block {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.video-block img{
  max-width: 100%;
  height: auto;
}

.video-wrapper {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%)
}

.video-main {
  position: relative;
  display: inline-block;
}

.video {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  background: #c44a00;
  z-index: 999;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.fa-play:before {
  content: "\f04b";
}

.waves {
  position: absolute;
  width: 150px;
  height: 150px;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  border-radius: 100%;
  right: -50px;
  bottom: -50px;
  z-index: -1;
   -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}
        
.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.cta {
       position: relative;
    margin: auto;
    padding: 20px 22px;
    transition: all 0.2s ease;
    color: #000;
    font-weight: 700;
}

.cta:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 28px;
    background: #ffe6d5;
    width: 56px;
    height: 56px;
    transition: all 0.3s ease;
}

.cta span {
    position: relative;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}

.cta i {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #111;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all 0.3s ease;
    color: #000 !important;
    
}

.cta:hover:before {
    width: 100%;
    background: #000;
}

.cta:hover span {
    color: #fff;
}

.cta:hover i {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #fff;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all 0.3s ease;
    color: #fff !important;
    left: 5px;
}

.cta:hover i {
    transform: translateX(0);
}

/* Video Service End */

/* Mode Of Training Start */ 

.maping {
    display: flex;
    justify-content: end;
    align-items: center;
}

.map-left h4 i {
    font-size: 18px;
    color: #2e1a57;
    margin-right: 12px;
}

.map-left h4 span {
    font-size: 16px;
    border-bottom: 1px solid #2e1a57;
    margin-right: 0;
    color: #2e1a57;
    font-weight: 500;
}

.btn-city {
    background: #16183e;
    padding: 10px 30px;
    margin-left: 20px;
    border: 2px solid #16183e;
    border-radius: 6px;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
}

.btn-city:hover{
    background-color: #2e1a57;
    border: 2px solid #2e1a57;
    color: #fff;
}

.popular-position {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
}

.popular-btm p {
    font-size: 15px;
    font-weight: 500;
    color: #2e1a58;
    text-align: center;
}

.btn-show {
    background-color: transparent;
    border: 1px solid #10141c;
     border-radius: 10px;
    color: #10141c;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 600;
}

.btn-entroll {
    background-color: #16183e;
    border: 1px solid #16183e;
    border-radius: 10px;
    color: #fff;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 600;
}

.price-listed-left h5{
    margin-top: 10px;
    font-size: 24px;
    font-weight: 700;
    color: #2e1a57;
}

.price-listed-left h5 span{
    font-size: 16px;
    font-weight: 500;
    color: #072330
}

/* Mode Of Training End */ 

/* Get Benefits Start */ 

.benefits {
    background-color: #fff9f4;
    padding: 40px 0px;
    box-shadow: 1px 5px 5px 0 rgba(31, 38, 135, .15);
}

.benefit-heading h4{
    padding-bottom: 15px;
}

.benefit-tab {
    border-radius: 4px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 24px;
}

.benefit-tab{
    background-color: #fff;
}

.benefit-tab .nav-link.active {
    background-color: #10141c;
}

.benefit-tab .nav-link {
    text-align: left;
    color: #10141c;
    border-radius: 10px;
    border-bottom: 1px solid #10141c !important;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    text-align: center;
    margin: 6px 0px;
    background: #efefef;
}


/* Get Benefits End */ 

section.rating {
    position: relative;
    margin-bottom: -40px;
}

.desktop-only {
    padding-top: 30px;
}

a.rat-main {
    padding: 10px;
    box-shadow: rgb(100 100 111 / 68%) 0px 7px 29px 0px !important;
    display: flex;
    align-items: center;
    border-radius: 10px;

}

.rat-main-right {
    margin-left: 10px;
}

.rat-main-right h4 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding-bottom: 5px;
}

.rat-main-right span {
    font-size: 22px;
    font-weight: 700;
    color: #000;
}

.rat-main-right i {
    color: #ffc000;
    font-size: 16px;
}

@media (min-width: 768px) {
    .rating-mobile {
        display: none;
    }
}

.rating-mobile ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.find-city{
    padding: 60px 0px;
}

.city-name h3{
    padding-bottom: 20px;
}

.city-name a {
    font-size: 15px;
    font-weight: 500;
    background-color: #f2f2f2;
    padding: 5px 8px;
    margin: 5px 0px;
    border-radius: 10px;
    color: #000;
    display: inline-block;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.city-name a:hover{
    background-color: #ff5722;
    color: #fff;
}

.video-iframe {
  width: 100%;
  height: 450px;
}

.orange-btn-city{
    background-color: #ff5722;
    color: #fff;
}

.trending-post {
    border-top: 1px solid #333d51;
}
.trending-post h4 {
    font-size: 18px;
    padding: 20px 0;
    color: #fff;
}
.trending-post a {
    color: #fff;
    line-height: 28px;
}
.copy-right {
    text-align: center;
    padding: 60px;
    border-bottom: 1px solid #ccc;
}
.copy-right p {
    color: #fff;
    padding: 0;
}
.disclaimer {
    padding: 40px 0;
}
.disclaimer ul li {
    color: #969696;
    line-height: 28px;
    font-size: 14px;
}