* {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden !important;
}

@media(min-width:768px){
  .home_landing_parent {
    width: 100%;
    padding-top: 300px;
    height:100vh;
    background-image: url('../img/landing.png');
    background-position: bottom left;
    background-size: cover;
    background-repeat:no-repeat;
  }
}

.home_landing_div {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home_landing_row {
  width: 100%;
  height: 100%;
}

.home_landing_col {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width:767px){
  .home_landing_parent {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    height: fit-content !important;
    background-image: url('../img/landing.png');
    background-position: bottom left;
    background-size: cover;
    background-repeat:no-repeat;
  }
  .home_left_col{
    min-height: 300px !important;
  }
}

.left_col_parent {
  width: 100%;
  height: 100%;
  height: fit-content;
  display: block;
}

.left_land_big_text {
  font-size: 50px;
  line-height: 70px;
}

@media (max-width: 768px) {
  .left_col_parent {
    margin-top: -100px !important;
  }
  .left_land_big_text {
    font-size: 30px;
    line-height: 40px;
  }
}

.rigth_col_parent {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.right_inner_div {
  width: 100%;
  display: grid;
  place-items: center;
}

.learn_more_btn_parent {
  width: 150px;
  height: 50px;
  background-color: #17409A;
  padding: 10px !important;
  margin-top: 20px;
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  cursor: pointer;
  transition: 0.2s all ease-in-out;
  border: 1px solid #17409A;
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.learn_more_btn_parent1 {
  width: 130px;
  height: 40px;
  background-color: #17409A;
  padding: 10px !important;
  margin-top: 30px !important;
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  cursor: pointer;
  transition: 0.2s all ease-in-out;
  border: 1px solid #17409A;
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.learn_more_btn_parent:hover {
  transition: 0.2s all ease-in-out;
  background-color: #f7f7f7;
  color: #17409A;
}

.learn_more_btn_parent1:hover {
  transition: 0.2s all ease-in-out;
  background-color: #f7f7f7;
  color: #17409A;
}

/* About Us */

.abt_home_parent {
}

/* Different Program */

.program_home_parent {
  background: linear-gradient(#66BEFF 50%, #fff 50%);
}

/* Traning Program Cards */

.training_program_cards_parent {
  width: 100vw;
  height: fit-content;
}

.blog-card-blog {
  margin-top: 30px;
}
.blog-card {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 6px;
  color: rgba(0, 0, 0, 0.87);
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transition: 0.2s all ease-in-out;
}

.blog-card:hover {
  transition: 0.2s all ease-in-out;
  cursor: pointer;
  margin-top: 25px;
  border-bottom: 2px solid #438af3;
}

.blog-card .blog-card-image {
  height: 60%;
  position: relative;
  overflow: hidden;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -30px;
  border-radius: 6px;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56),
    0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.blog-card .blog-card-image img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  pointer-events: none;
}
.blog-card .blog-table {
  padding: 15px 30px;
}
.blog-table {
  margin-bottom: 0px;
}
.blog-category {
  position: relative;
  line-height: 0;
  margin: 15px 0;
}
.blog-text-success {
  color: #28a745 !important;
}
.blog-card-blog .blog-card-caption {
  margin-top: 5px;
}
.blog-card-caption {
  font-weight: 700;
  font-family: "Roboto Slab", "Times New Roman", serif;
}

.blog-card-caption,
.blog-card-caption a {
  color: #333;
  text-decoration: none;
}

.blog-card .ftr {
  margin-top: 15px;
}
.blog-card .ftr .author {
  color: #888;
}

.blog-card .ftr div {
  display: inline-block;
}
.blog-card .author .avatar {
  width: 36px;
  height: 36px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.blog-card .ftr .stats {
  position: relative;
  top: 1px;
  font-size: 14px;
}
.blog-card .ftr .stats {
  float: right;
  line-height: 30px;
}

.traning_home_btn_parent {
  width: 100vw;
  height: fit-content;
}

/* Why Edvantage Div */

.why_edvantage_parent {
  width: 100vw;
  height: fit-content;
}

.why_cards {
  width: 90%;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon_box_div {
  width: 100px !important;
  height: 100px !important;
  border: 3px solid #6a56a6;
  border-radius: 7px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  align-items: center;
}

/* Embla Carousel Div */

.brands_carousel_parent{
  width: 100vw;
  height: 230px;
  background-color: #EEF1FD;
}

@media all and (max-width: 300px) {
  body {
    font-size: 14px;
  }
}

@media all and (max-width: 500px) {
  .testim .arrow {
    font-size: 1.5em;
  }

  .testim .cont div p {
    line-height: 25px;
  }
}



.cards_aos_div{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
  padding: 10px;
  width: 100% !important;
  margin-bottom: 20px;
  background-color: #fff;
}

.cards_aos_div:hover{
  margin-top: -8px;
}

.why_cards{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
  padding: 10px;
  display: block;
}


/* Why Edvantage New */

.why_parent{
  width: 100vw;
  height: fit-content;
  background-color: transparent;
}

.why_cards_parent{
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 12px;
}

@media (max-width: 768px) {
  .reversing_row_why{
    flex-direction: column-reverse !important;
  } 
}

.banner-ad{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000a;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 9900;
}
.banner-img{
  width: 80%;
  height: 80%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.banner-btn{
  position: absolute;
  top: 80px;
  right: 60px;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  border: solid 1px #fff;
}

.testimonial-holder{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.testimonial-card{
  min-width: 60%;
  max-width: 80%;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 12px;
  padding: 0px;
  background-color: #fff;
}

.testimonial-image{
  background-position: center;
  background-size: cover;
  border-radius: 10px;
}

@media(max-width: 768px){
  .testimonial-image{
    border-radius: 10px 10px 0px 0px;
  }
}

@media(min-width: 768px){
  .testimonial-image{
    border-radius: 10px 0px 0px 10px;
  }
}

.spotlight_landing {
  width: 100vw;
  height: 80vh;
  position: relative;
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  background-size: cover !important;
  background: linear-gradient(rgba(255,255,255,0.1), rgba(255,255,255,0.6)), url('../img/bg.jpg');
}

.spotlight-card{
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 12px;
}


    .spotlight_landing-eda {
      width: 100vw;
      min-height: 80vh;
      position: relative;
      display: flex;
      justify-content: center !important;
      align-items: center !important;
      background-size: cover !important;
      background: linear-gradient(rgba(255,255,255,0.1), rgba(255,255,255,0.6)), url('../img/backimage.jpg');
    }
    
    .spotlight-card-eda{
      background-color: #000;
      border-radius: 20px;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 40px;
      box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 12px;
    }