.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
  z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.dis-bl-des {
  display: block;
}

.dis-bl-mob {
  display: none;
}


.emoji {
  display: none;
  padding: 15px;
}

.emoji span {
  font-size: 36px;
  padding: 0 .5rem;
}

.bg-body {
  background-color: #315dff !important;
  color: #fff !important;

}

h1 {
  font-size: 44px;
  font-weight: 500;
}

#countdown ul {
  padding: 0px;
  display: flex;
  margin: 0 auto;
}

#countdown li {
  display: flex;
  font-size: 15px;
  list-style-type: none;
  padding: 5px;
  align-items: baseline;
  text-align: center;
  min-width: 25%;
  justify-content: center;
  flex-direction: column;
  margin: 5px;
  border: 2px solid #2B61FF;
  border-radius: 8px;
}

#countdown li span {
  display: flex;
  font-size: 30px;
  font-weight: 700;
  justify-content: center;
  width: 100%;
}

.emoji {
  display: none;
  padding: 15px;
}

.emoji span {
  font-size: 36px;
  padding: 0 .5rem;
}

.bg-body {
  /* background-color: #315dff !important; */
  color: #fff !important;
  background:
      linear-gradient(217deg, #B0C0F1, rgba(0, 255, 0, 0) 70.71%),
      linear-gradient(127deg, #2B61FF, rgba(0, 255, 0, 0) 70.71%),
      linear-gradient(336deg, #f2f2f2, rgba(0, 0, 255, 0) 70.71%);
  justify-content: space-between;

}

.team_section {
  width: 100%;
  height: auto;
  padding: 40px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.team_heading {
  text-align: center;
}

.team_heading {
  margin-bottom: 150px;
}

.team_heading h3 {
  font-size: 24px;
  color: #2E5BFE;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.team_heading p {
  font-size: 14px;
  color: #aaa;
  font-weight: 400;
}

.container1 {
  display: flex;
  justify-content: space-between;
}

.team {
  padding: 270px 30px 30px 30px;
  border-radius: 7px;
  /* box-shadow: 5px 5px 23px #aaaaaa5d; */
  text-align: center;
  position: relative;
  transition: .5s;
  width: 30%;
}

.team:hover {
  /* box-shadow: 5px 5px 5px #aaaaaa5d; */
}

.team .img {
  position: absolute;
  width: 250px;
  height: 250px;
  top: 120px;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 150px;
  box-shadow: 5px 6px 23px #aaaaaa5d;
  overflow: hidden;
}

.team .img img {
  width: 100%;
  height: auto;
}

.team h3 {
  color: #000;
}

p.designation {
  color: #333;
  font-weight: 700;
}

.para {
  margin-bottom: 10px;
  font-size: 15px;
  color: #333;
}

.social_icons a {
  color: #000;
  font-size: 18px;
  border: 1px solid #000;
  display: inline-block;
  padding: 6px 10px 5px 10px;
  border-radius: 50%;
  margin: 0 5px;
  transition: .3s;
}

.social_icons a:hover {
  background: #b026ff;
  color: #fff;
}

.testimonial {
  border-right: 0px solid #2E5BFE;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 30px 30px 30px 30px;
  margin: 0 15px 30px 15px;
  overflow: hidden;
  position: relative;
}

.testimonial:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: -17px;
  border-top: 25px solid #2E5BFE;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(45deg);
}

.testimonial:after {
  content: "";
  position: absolute;
  top: -4px;
  left: -17px;
  border-top: 25px solid #2E5BFE;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(135deg);
}

.testimonial .pic {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 60px;
  left: 20px;
}

.testimonial .pic img {
  width: 100%;
  height: auto;
}

.testimonial .description {
  font-size: 15px;
  letter-spacing: 1px;
  color: #6f6f6f;
  line-height: 25px;
  margin-bottom: 15px;
}

.testimonial .title {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #2E5BFE;
  margin: 15px 0 0 0;
}

.testimonial .post {
  display: inline-block;
  font-size: 17px;
  color: #2E5BFE;
  font-style: italic;
}

.owl-theme .owl-controls .owl-page span {
  border: 2px solid #2a3d7d;
  background: #fff !important;
  border-radius: 0 !important;
  opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
  background: #2E5BFE !important;
  border-color: #2E5BFE;
}

.learnImg {
  box-shadow: 5px 5px 23px #aaaaaa5d;
}

.common-header {
  backdrop-filter: blur(70px);
  user-select: none;
  height: 80px;
  width: 100%;
  padding-inline-start: 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 11;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.06) !important;
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  margin: 0;
}

.heder_ban {
  margin-top: 80px !important;
}



.registration {
  align-items: center;
  width: 45%;
  justify-content: flex-end;
  padding-right: 50px;
  
}

.button {
  border: 2px solid #2B61FF;
  height: 40px;
  padding: 10px;
  border-radius: 8px;
  font-size: 24px;
  line-height: 15px;
  font-weight: 700;
  margin-left: 30px;
  background: #2b61ff;
}

.button a {
  color: #fff;
  text-decoration: none;
}

.txtsm {
  font-size: 12px !important;
  text-align: center;
}

svg {
  fill: #2B61FF;
  transition: fill 0.3s;
  width: 36px;
  height: 36px;
  margin-right: 15px;
}

.elementor-element-populated {
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  margin: 15px 1%;
  padding: 10px 10px 10px 10px;
  width: 48%;
  font-size: 20px;
  border-radius: 8px;
  box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.2) !important;
  font-weight: 500;
  align-items:start;
}

.elementor-element {
  display: flex;
  flex-flow: wrap;
}

.trainer-intro {
  width: 66%;
}
.elementor-icon-box-wrapper{
  display: flex;
  align-items: center;
  font-size: 15px;
}
.elementor-icon-box-title{
  font-size: 22px;
  font-weight: 500;
}

.faq-container {
width: 100%;
max-width: 1000px;
background: var(--white);
border-radius: var(--border-radius);
box-shadow: var(--shadow);
overflow: hidden;
}
/* FAQ Content */
.faq-content {
padding: 40px;
}

.faq-category {
margin-bottom: 40px;
}

.faq-category h2 {
color: var(--primary-color);
margin-bottom: 20px;
font-size: 1.5rem;
}

.faq-item {
background: var(--white);
border: 1px solid #e1e1e1;
border-radius: var(--border-radius);
margin-bottom: 15px;
overflow: hidden;
}

.faq-question {
padding: 20px;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
transition: var(--transition);
}

.faq-question:hover {
background: rgba(74, 144, 226, 0.05);
}

.faq-question h3 {
font-size: 1.1rem;
color: var(--text-color);
margin: 0;
font-weight:600;
}

.faq-icon {
color: var(--primary-color);
transition: var(--transition);
}

.faq-item.active .faq-icon {
transform: rotate(45deg);
}

.faq-answer {
padding: 0 20px;
max-height: 0;
overflow: hidden;
transition: var(--transition);
}

.faq-item.active .faq-answer {
padding: 0 20px 20px;
max-height: 1000px;
}

.faq-answer p {
color: var(--light-text);
margin: 0;
}
.elementor-icon-list-text{
font-weight: 600;
}
.text-bold{
font-weight: 700;
}
.txtmd{
font-size: 16px;
line-height: 24px;
margin-bottom: 5px;
}
.container2{
  display: flex;
  align-items: center;
}



@media only screen and (max-width: 767px) {
  .testimonial {
      padding: 20px;
      text-align: center;
      min-height:300px;
  }

  .testimonial .pic {
      display: block;
      position: static;
      margin: 0 auto 15px;
  }

  .team {}

  /* .container1 {
      width: 100%;
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 120px 20px;
  } */
}

@media (max-width: 768px) {
  h1 {
      font-size: 34px;
      font-weight: 500;
  }

  .dis-bl-mob {
      display: block;
  }

  .dis-bl-des {
      display: none;
  }

  .mimg {
      flex-direction: column-reverse;
      width: 100%;
  }

  .mim {
      width: 100% !important;
      margin-bottom: -60px;
  }

  .mob-pad {
      padding-top: 0 !important;
  }


}

@media all and (max-width: 768px) {
  #countdown ul {
      padding: 0px;
  }


  #countdown li {
      font-size: calc(1.2rem * var(--smaller));
      padding: 2px;
      margin: 3px;
  }

  #countdown li span {
      font-size: 18px
  }
  .elementor-element-populated{
    width: 100%;
  }
  .container1 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .team, .trainer-intro{
    width: 100%;
  }
  .svg { 
    width: 60px;
    height: 46px; 
  }
  .button.w-50{
    width: 75% !important;
  }
 .registration{
  margin-top: -20px;
  width: 100%;
  justify-content: center;
 }
  .registration .button { 
    font-size: 12px;
    line-height: 15px; 
    margin-left: 0;
  }
  .common-header{
    flex-direction: column;
    height:120px
  }
  .registrationtx{
    display: none;
  }
  .heder_ban {
    margin-top: 110px !important;
  }
  
}

/* responsive */

@media only screen and (min-width:770px) and (max-width:1200px) {

  /* .container1 {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
  } */
  .registration{
    width: 63%; 
  }
  

}
 

@media only screen and (max-width:810px) {

  /* .container1 {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
  } */

}