*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body{
  font-family: 'Poppins', sans-serif;
}

#preLoader{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  right: 0;
  bottom: 0;
  width: 100%;

  background-color: white;
background:rgba(0, 0, 0, 0.4);
  z-index: 9999999999999999 !important;
  display: none;
}
#preLoader .loader{
  width: 200px;
  height: 200px;
  /* background-color: royalblue; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}


.heroBannerand-reg-form{
  background-image: url(../images/trainingRegisterHero.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  z-index: 1;
  min-height: 100vh;
  /* background-color: cornflowerblue; */
  /* background-color: #444; */
}

.heroBannerand-reg-form #countDownBox{
  /* position: absolute; */
/* left: 225px; */
background-color: #ff9900;
  width: 300px;
  height: auto;
border-radius: 3px;
margin: auto;
padding: 10px 20px;
}
.heroBannerand-reg-form #countDownBox h6{
  font-size: 20px;
 text-align: center;
  color: #010e76;
}
.heroBannerand-reg-form  .brandLogos img{
  width: 100px;
  height: 100px;
}
.heroBannerand-reg-form #countDownBox #countDown{
 font-size: 18px;
 color: black;
 text-shadow: 0px 0px 20px #010e76;
}
.trainingForm{
  font-size: 13px;
  margin-top: 20px;
  background-color: #ccc;
  border-radius: 15px;
  padding: 30px 20px;
  /* width: 500px; */
}
.trainingForm #referralCodeInput{
  text-transform: uppercase;
 
}

/* .trainingForm .trainingFormLabel{
  color:;
} */
.form-group{
  margin-bottom: .5rem;
}
.errorCheck{
  font-size: 12px;
}
.register{
  padding: 0;
  border-radius: 15px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  text-align: center;
}
.trainingFormSubmit{
  background: #010e76;
}
.about{
  width: 100%;
  height: auto;
  padding: 40px;
  background-color:	#efeff2;
}
.whyParticipate{
  width: 100%;
  height: auto;
  background-color: rgb(245, 245, 245);
  padding: 40px;
}
.contestTimeLineContainer{
  
  width: 100%;
  height: 300px;
  padding: 40px;
  background-color: #a69eb0;
}
.whyLearn{
  width: 100%;
  height: auto;
  padding: 40px 40px 60px 40px;
  background-color:	#f2e2cd;
}
/* .faq{
  padding: 40px;
} */
/* read more css */
#more{
  display: none;
}
/* cards css starts here */
.WhyPart-Card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 100%;
  padding: 40px 20px;
  /* margin-top: 20px; */
}

.WhyPart-Card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.card-Container {
  padding: 2px 16px;
}
.flip-card {
  margin-top: 20px;
  background-color: transparent;
  width: 100%;
  height: 100px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-back {
  padding: 4px 2px;
  background-color: #010e76;
  color: white;
  transform: rotateY(180deg);
}
.flipHead{
  font-family: 'Roboto Mono', monospace;
}
/* card CSS ends here */
/* faq css */
/* .faqAccordion {
  background-color: #fff;
  color: #000;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  border-bottom: 1px solid black;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .faqAccordion:hover {
  background-color: none;
}

.faqAccordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.accordianPanel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.active, #faq-Content{
  box-sizing: border-box;
  font-size: 1rem;
  padding: 20px;
  border-style: 0.5px solid black;
  border-top-style:none ;
} */

.allCoursesCardsContainer{
  padding: 40px;
  background-color: #f2e2cd;
}
.courseCard{
  width:100% ;
  height: 100px;
  background-color: whitesmoke ;
  position: relative;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.courseCard .courseCardImg{
  width: 20%;
  height: 50%;
}
.courseCard .courseCardImg img{
  width: 50%;
  height: 50%;
}
.courseCard::before{
  content: '';
  position: absolute;
  top: 0;
  left:0;
  width: 7px;
  height: 100%;
  background-color: #010e76;
  /* border-left: 10px solid palevioletred; */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  
}



.benifits{
  width: 100%;
  height: auto;
  padding: 40px;
}