@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
  scroll-behavior: smooth;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

article {
    width: 90%;
    margin: 0 auto;
}

.Header-lp {
    padding: 30px;
    height: 120px;
}

.Header-lp nav img {
    width: 170px;
}

.Header-lp > article {
    position: relative;
    height: inherit;
}

.Header-lp a br {
  display: none;
}

.Header-lp nav {
    height: 100px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    position: fixed;
    background-color: white;
    width: 85%;
    padding: 20px 30px;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 2px 30px #e4e2e3;
    z-index: 9999;
    gap: 10px;
    flex-direction: column;
}

.Header-lp nav div:last-child {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#br-li { 
  display: none;
}

.Header-lp nav div:first-child {
  
  display: none;
}

.header-btn-lp {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}



.header-btn-lp a {
    text-decoration: none;
    font-size: 16px;
}

.header-btn-lp a:last-child {
    padding: 10px 20px;
    background-color: #393AA0;
    color: white;
    border-radius: 10px;
}

/* .emptySpace {
  width: 100%;
  height: 120px;
} */

.spancolor {
  color: #D62027;
}

.Banner-AA-lp {
    /* height: 85vh; */
    padding-bottom: 40px;
}

.Banner-AA-lp > article {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: inherit;
    width: 85%;
}

.Content-Banner-AA-lp {
    height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-basis: 60%;
    gap: 30px;
}

.Content-Banner-AA-lp > div:first-child > h6 {
    font-size: 18px;
    /* background-image: linear-gradient(90deg, #393AA0,#D62027 ); */
    background-clip: text;
    color: transparent;
}

.Content-Banner-AA-lp h2 {
    font-size: 38px;
}

.Content-Banner-AA-lp h2 span {
  color: #D62027;
}

.Content-Banner-AA-lp > p {
  font-size: 18px;
    width: 100%;
}

.training-partner-lp {
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border: 2px solid #D62027;
    border-radius: 10px;
}

.btn-banner-AA-lp {
  display: flex;
  gap: 30px;
}

.btn-banner-AA-lp > :is(a, button) {
  padding: 15px 20px;
  background-color: #393AA0;
  color: white;
  border-radius: 5px;
  /* width: 150px; */
  display: flex;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  transition: .5s;
  font-weight: bold;
  text-align: center;
  align-items: center;
} 

.btn-banner-AA-lp > button {
  background-color: white;
  color: #393AA0;
  border: 1px solid #393AA0;
}
.btn-banner-AA-lp > a:first-child:hover {
  background-color: white;
  color: #393AA0;
  border: 1px solid #393AA0;
}

.btn-banner-AA-lp > button {
  background-color: #393AA0;
  color: white;
}


.training-partner-lp > div:first-child {
  display: flex;
  align-items: center;
  flex-basis: 60%;
}

.training-partner-lp > div:first-child > span {
  display: flex;
  font-weight: bold;
}

.training-partner-lp > div:first-child > span > i {
  color: #FEBC3B;
}

.training-partner-lp > div:first-child > :is(span > i, p) {
  font-size: 20px;
}

.training-partner-lp > div:last-child {
  display: flex;
  flex-basis: 40%;
  justify-content: space-between;
}

.training-partner-lp > div:last-child span img {
  width: 16px;
}

.training-partner-lp > div:last-child span {
  font-weight: bold;
  font-size: 20px;
}

.course-details-lp {
  display: flex;
  justify-content: space-between;
}

.sepreter {
  width: 2px;
  height: 100%;
  background-color: #c5c0c0;
}

.course-details-lp h4 {
  font-size: 16px;
}

.course-details-lp p {
  font-size: 14px;
}

.Content-Banner-AA-lp > img {
  position: absolute;
  bottom: 0;
  right: 50%;
  z-index: -1;
}

.img-Banner-AA-lp {
  flex-basis: 35%;
  position: relative;
  height: 100%;
}

#do-img {
  position: absolute;
  top: 0;
  left: -20px;
  z-index: -1;
  opacity: .2;
}

.img-Banner-AA-lp img {
  width: 110%;
}

.exam-format-about-AA-lp{
  display: flex;
  justify-content: space-between;
}

.box-exam-format-about-AA-lp {
  background-color: #FFECF0;
  padding: 20px;
  flex-basis: 24%;
  border-radius: 10px;
}

.box-exam-format-about-AA-lp :is(h2,h6) {
  text-align: center;
}

.box-exam-format-about-AA-lp h2 {
  /* background-image: linear-gradient(90deg, #393AA0,#FF3E67 ); */
  background-clip: text;
  color: transparent;
}


.Features-Testing-AA-lp {
  background-color: #f8d8d9;
  padding: 50px 0;
  min-width: 100%;
}

.Features-Testing-AA-lp > article {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-direction: column;
}

.Features-Testing-AA-lp > article > h2 span {
  color: #D62027;
}

.content-Features-Testing-AA-lp {
  display: flex;
  justify-content: space-between;
}

.Features-Testing-AA-lp > article > h2 {
  text-align: center;
}


.content-Features-Testing-AA-lp > div {
  flex-basis: 30%;
}

.sec-content-Features-Testing-AA-lp {
  text-align: center;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sec-content-Features-Testing-AA-lp span {
  padding: 20px;
}

.sec-content-Features-Testing-AA-lp span > i {
  font-size: 30px;
  background-color: #D62027;
  padding: 20px;
  border-radius: 50%;
  color: white;
  display: inline;
}

.sec-content-Features-Testing-AA-lp > h4 {
  cursor: pointer;
}

.sec-content-Features-Testing-AA-lp > p {
  font-size: 14px;
}

.main-AA-lp {
  padding: 50px 0;
}

.main-AA-lp > article {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.content-main-AA-lp {
  flex-basis: 65%;
  width: 70%;
}

.form-main-AA-lp {
  flex-basis: 30%;
}

.form-design-main-AA-lp {
  padding: 20px;
  border-radius: 10px;
  background-color: #D62027;
  position: sticky;
  top: 140px;
}

.form-design-main-AA-lp h2 {
  padding: 0px 0 10px;
  text-align: center;
  font-size: 30px;
  color: #fff;
}

.form-design-main-AA-lp form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form-design-main-AA-lp :is(input,select, textarea,button) {
  width: 100%;
  padding: 10px;
  border: none;
  outline: none;
}

.form-design-main-AA-lp button {
  background-color: #393AA0;
  color: white;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

#submitBtn.loading {
  background-color: #ccc;
  cursor: not-allowed;
}

.content-main-AA-lp > main > h2 {
  margin-bottom: 20px;
}

.btn-course-curriculum-content-main-AA-lp {
  display: flex;
  justify-content: space-between;
  border: 2px solid #D62027;
  background-color: #D62027;
}

.btn-course-curriculum-content-main-AA-lp > button {
  flex-basis: 33%;
  padding: 10px;
  background-color: #D62027;
  border: none;
  color: white;
  font-weight: bold;
  border-right: 1px solid white;
}

.content-course-curriculum-content-main-AA-lp {
  display: none;
}
.content-course-curriculum-content-main-AA-lp.active {
  display:block;
}

.content-course-curriculum-content-main-AA-lp > div {
  padding: 20px;
  display: flex;
  justify-content: space-around;
  
}

.course-btn {
  position: relative;
}

.course-btn.active:after {
  content: '';
  position: absolute;
  width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #D62027;
  top: 100%;
  left: 50%;
}



.content-course-curriculum-content-main-AA-lp > div button {
  padding: 10px;
  background-color: #393AA0;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  
}

.content-main-AA-lp > main {
  margin: 30px 0 40px;
}

.content-main-AA-lp > main > h2 {
  /* font-size: 19px; */
  display: inline;
  margin-bottom: 20px;
  padding: 20px 0;
}



.nav-Training-Features-AA-lp {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 20px;
}

.div-nav-Training-Features-AA-lp {
  flex-basis: 45%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.div-nav-Training-Features-AA-lp > div {
  display: flex;
  align-items: center;
  gap: 20px;
}

.div-nav-Training-Features-AA-lp > div i {
  font-size: 35px;
  color: #D62027;
}

.div-nav-Training-Features-AA-lp h4 {
  cursor: pointer;
}

.nav-why-csm-content-main-AA-lp {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}

.nav-why-csm-content-main-AA-lp > span {
  background-color: #e4e2e3;
  width: 2px;
}

.nav-why-csm-content-main-AA-lp > div {
  flex-basis: 30%;
}

.nav-why-csm-content-main-AA-lp div > h4 {
  text-align: center;
}

.list-core-credentials-AA-lp {
  display: flex;
  justify-content: space-around;
  text-align: center;
  margin-top: 10px;
}

.list-core-credentials-AA-lp > div {
  background-color: #f8d8d9;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;

}

.list-core-credentials-AA-lp > div i {
  font-size: 35px;
  color: #D62027;
}

.hiring-why-csm-content-main-AA-lp {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}

.hiring-why-csm-content-main-AA-lp > div{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.hiring-why-csm-content-main-AA-lp > div > img {
  width: 50%;
}

.who-why-csm-content-main-AA-lp {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.who-why-csm-content-main-AA-lp > ul {
  padding: 20px;
}

.who-why-csm-content-main-AA-lp > a {
  padding: 10px 20px;
  background-color: #393AA0;
  border-radius: 10px;
  color: white;
  text-decoration: none;
  text-align: center;
}

.career-why-csm-content-main-AA-lp {
  width: 100%;
  height: auto;
  /* position: relative; */
}

.career-why-csm-content-main-AA-lp > div {
  display: flex;
  flex-direction: column;
  justify-content: end;
  background-color: transparent;
  height: 90%;
  /* position: absolute; */
  width: 100%;
  top: 0;
}



.graphs-AA-lp {
  display: flex;
  justify-content: space-between;
  align-items: end;

}

.graphs-AA-lp > span{
  width: 18%;
  background-color: #393AA0;  
  text-align: center;
  padding: 5px 0;
  font-size: 13px;
  color: #fff;
}

.graphs-AA-lp > span:nth-child(1) {
  height: 50px;
}

.graphs-AA-lp > span:nth-child(2) {
  height: 100px;
}

.graphs-AA-lp > span:nth-child(3) {
  height: 150px;
}

.graphs-AA-lp > span:nth-child(4) {
  height: 80px;
}

.graphs-AA-lp > span:nth-child(5) {
  height: 30px;
}

.sal-graphs-AA-lp {
  display: flex;
  justify-content: space-between;
}

.career-sal-AA-lp > p {
  margin: 10px 0;
  font-size: 16;
}

.career-sal-AA-lp > ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}



.aside-Testimonials-AA-lp::-webkit-scrollbar {
  display: none;
}

.class-slider {
  text-align: center;
  padding: 20px;
  position: relative;
}

.class-slider h2 {
  color: #333;
  font-size: 24px;
  margin-bottom: 20px;
}

.slider-container {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}


.next-clase-Content-main-AA-lp {
  min-width: 300px;
  padding: 20px;
  border: 2px solid #b2b0b2;
  margin: 20px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.next-clase-Content-main-AA-lp > div {
  flex-basis: 30%;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}

.next-clase-Content-main-AA-lp :is(h4,td,a) {
  font-size: 22px;
}

.next-clase-Content-main-AA-lp td {
  padding: 5px;
  font-size: 16px;
  
}

.next-clase-Content-main-AA-lp i {
  color: #D62027;
  font-size: 16px;
}

.next-clase-Content-main-AA-lp * {
  margin: 5px 0;
}



.next-clase-Content-main-AA-lp > span {
  background-color: #e4e2e3;
  width: 100%;
  height: 2px;
  /* transform: rotate(90deg); */
}
.next-clase-Content-main-AA-lp  h4 {
  
  /* display: inline; */
  font-size: 19px;
}

/* .next-clase-Content-main-AA-lp  h3 {
  font-size: 30px;
} */

.next-clase-Content-main-AA-lp  h6 {
  padding: 5px;
  font-size: 18px;
  font-weight: normal;
} 
.next-clase-Content-main-AA-lp  button {
  padding: 15px 20px;
  background-color: #393AA0;
  color: white;
  border-radius: 10px;
  width: 170px;
  display: flex;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
}

.dots-container {
  text-align: center;
  padding: 10px 0;
}

.dot {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.dot.active {
  background-color: #717171;
}

button.prev, button.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: rgba(0,0,0,0.8);
}

button.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

button.prev:hover, button.next:hover {
  background-color: rgba(0,0,0,1);
}

.topics-main-AA-lp .ul-content-main-AA-lp {
  background-color: white;
}

.img-AA-lp img {
width: 100%;
margin: 15px 0;
}

.download-syllbuss-AA-lp {
  width: 100%;
  background-color: #FFECF0;
  display: flex;
  padding: 30px;
  border-radius: 20px;
  align-items: center;
  justify-content: space-between;
}

.download-syllbuss-AA-lp div:first-child {
  flex-basis: 70%;
}

.download-syllbuss-AA-lp div:last-child {
  flex-basis: 30%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.download-syllbuss-AA-lp button {
  padding: 15px;
  text-decoration: none;
  background-color: #393AA0;
  color: white;
  border-radius: 10px;
  font-size: 16px;
  border: hidden;
}

.Testimonials-AA-lp  {
  padding: 30px 0;
}



.Testimonials-AA-lp > article > h5 {
  font-size: 18px;
  
  display: inline;
}



.aside-Testimonials-AA-lp {
  width: auto;
  display: flex;
  overflow-x: scroll;
  gap: 20px;
  margin: 20px 0;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.aside-Testimonials-AA-lp::-webkit-scrollbar {
  display: none;
}

.card-aside-Testimonials-AA-lp {
  min-width: 400px;
  /* background-color: #b2b0b2; */
  padding: 20px;
  border: 2px solid #b2b0b2;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: .5s;
  margin: 10px 0;
  justify-content: space-between;
}

.card-aside-Testimonials-AA-lp:hover {
  border: 2px solid #D62027;
}

.profile-aside-Testimonials-AA-lp div > span > i {
  color: #FEBC3B;
  margin: 10px 0;
}

.card-aside-Testimonials-AA-lp > p {
  font-size: 16px;
  height: 200px;
  overflow-y: scroll;
}

.card-aside-Testimonials-AA-lp > h6 {
  font-size: 18px;
}

.dot-line-aside-Testimonials-AA-lp {
  width: 100%;
  border: 1px dashed #b2b0b2;
  margin: 10px 0;
}

.profile-aside-Testimonials-AA-lp {
  display: flex;
  justify-content: space-between;
}

.profile-aside-Testimonials-AA-lp > img {
  width: 50px;
}

.dot-Testimonials-AA-lp {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.dot-Testimonials-AA-lp a span {
  border: 3px solid #545353;
  
}

.clients-slider {
  text-align: center;
  padding: 20px;
}

.client-main-AA-lp {
  display: flex;
}

.client-main-AA-lp h2 {
  margin-bottom: 20px;
}


.slider-container {
  position: relative;
  margin: 0 auto;
  overflow: hidden;

}

.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  min-width: 20%; /* Adjust this based on the number of logos you want to show at once */
  box-sizing: border-box;
  padding: 10px;
}

.slide img {
  width: 100%;
  max-width: 100px;
  height: auto;
}

.dots-container {
  text-align: center;
  padding: 10px 0;
}

.dot {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.dot.active {
  background-color: #717171;
}

.container h2{
  text-align: center;
  font-size: 40px;
  margin: 10px;
}


.recentBatch {
  width: 100%;
  padding: 30px 0;
}

.recentBatch h2 {
  /* font-size: 19px; */
    display: inline;
}


.recentBatch article aside {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.aside-Testimonials-AA-lp::-webkit-scrollbar {
  display: none;
}

.recentBatch article aside img {
  min-width: 300px;
}

p,li, td{
  font-size: 16px;
}

.trainer-lp {
  margin-bottom: 30px;
}

.trainer-lp > article {
  display: flex;
  background-color: #F8D8D9;
  padding: 30px;
  border-radius: 30px;
}

.trainers-img {
  flex-basis: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.trainers-img > img {
  width: 180px;
  border-radius: 50%;
}

.trainers-bio {
  flex-basis: 70%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.trainers-bio span {
  padding: 15px 0;
}

.trainers-bio a{
  padding: 15px;
  background-color: #393AA0;
  border-radius: 5px;
  color: white;
  text-decoration: none;
}

.trainers-img > h3 {
  color: #D62027;
}

.design-freeDownload {
  display: flex;
  flex-direction: column;
}

.design-freeDownload > form {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.design-freeDownload > form > input {
  padding: 13px;
}

.design-freeDownload > form > input:last-child {
  background-color: #393AA0;
  color: white;
  border: hidden;
  font-weight: bold;
}

