@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "heading";
  src: url(../fonts/OTF/Valky.otf);
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "heading";
  letter-spacing: 4px;
}

.form a {
  text-transform: none !important;
}



p {
  font-family: "Archivo", serif;
}

button {
  text-transform: uppercase;
  border-radius: 20px;
}

button:hover {
  background-color: #faef16;
  border: none;
}



button {
  border-radius: 20px;
  border: 1px solid black;
}

a {
  color: white !important;
  text-decoration: none;
}

/* Navbar */
.navbar-collapse {
  text-align: end;
  justify-content: end;
  color: white;
}

.navbar-toggler {
  background-color: white;
  height: 38px !important;
  margin-top: 10px !important;

}

.navbar-fixed-top.scrolled {
  background-color: black !important;
}

.navbar {
  /* padding: 30px 60px; */
  background: transparent;
  height: 100px;
}

.nav-item a {
  font-size: 16px;
  font-weight: 700;
  /* color: black  important;*/
}

.dropdown-menu a {
  font-size: 16px;
  font-weight: 400;
  /* color: ;*/
}

.dropdown-item {
  color: black !important;
}

.dropdown-toggle::after {
  display: none;
}

@media (min-width:992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

.nav-item.dropdown {
  padding-left: 15px;
  padding-right: 15px;
}

.dropdown-menu li a:hover {
  background-color: black;
  color: white !important;


}

.navbar img {
  width: 190px;
}


@media (max-width: 992px) {
  .navbar {
    /* padding: 10px 0; */
  }

  .nav-item a {
    font-size: 16px;
    font-weight: 700;
    background-color: black;
    align-items: center;
    padding: 20px;
    color: white !important;
    font-weight: 400;
  }

  .nav-item.dropdown a {
    background-color: black;
    color: white;
    text-align: left;
  }

  .navbar-nav ui {
    background-color: black;
    color: white;
  }

  .dropdown:hover .dropdown-menu {
    background-color: black;
  }

  .navbar img {
    width: 0px;
  }
}

.navbar img {
  width: 40%;
}

/*************************************************************** Home Page ***********************************************************************/

/* Home Banner  */
.home-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/banner/Aboutus.jpg);
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}

.homebaner .swiper-slide {
  opacity: 1 !important;
}

.homebaner .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}

.banner1 {

  /* text-transform: uppercase; */
}

.banner1 h1 {
  font-size: 60px;
  color: white;
  padding-top: 10px;
}

.contant {

  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;

}

.contant button {
  border-radius: 20px;
  color: white;
  border: 1px solid white;
  /*  padding: 10px;*/
}

.contant i {
  color: #faef16;
  font-size: 16px;
  padding-left: 0px;

}

.about-content a {
  border-radius: 20px;
  color: #000 !important;
  border: 1px solid #000;
  padding: 6px 15px;
  transition: .3s;
}

.about-content a:hover {
  border-color: #FAEF16;
  background-color: #FAEF16 !important;
}

.contant button:hover {
  background-color: #faef16;
  color: black;
  transition: 1s;
}

.about {
  width: 90%;
  margin-left: 5%;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 50px;


}

.about-content {
  display: flex;
  flex-direction: column;
  grid-column-gap: 10px;
  justify-content: center;


}

.about-content h2 {
  font-size: 60px;

  margin-left: -20%;
  z-index: 2;

}

.about-content button {
  padding-left: 20px;
  padding-right: 20px;
}

.about3 {
  padding-top: 20px;
}

.about-content2 {
  display: flex;
  flex-direction: column;
  grid-column-gap: 10px;
  justify-content: center;
  height: 60vh;

}

.about-content2 h2 {
  font-size: 60px;
  margin-left: -20%;
  z-index: 2;

}

@media (max-width: 800px) {
  .about-content h2 {
    font-size: 35px;
    margin-left: 10px;
    padding-top: 5px;
  }

  .about-content {
    padding-top: 10px;
  }

  .about-content2 h2 {
    font-size: 35px;
    margin-left: 10px;
    padding-top: 5px;
  }

  .about {
    width: 100%;
    margin-left: 0px;
    padding-top: 20px;

  }

  .aboutbox {
    width: 100% !important;
    justify-content: center;
  }

  .aboutbox3 {
    width: 100%;
    padding: 10px;
  }

  .about2 {
    width: 100% !important;

  }

  .banner1 h1 {
    font-size: 35px;
    color: white;
  }

  .phonebox {
    height: 300px;
  }

  .about3 {
    width: 100%;
    margin-left: 0px;

  }

  .about-content {
    display: flex;
    flex-direction: column;
    grid-column-gap: 10px;
    justify-content: center;


  }

  .about-content2 {
    display: flex;
    flex-direction: column;
    grid-column-gap: 10px;
    justify-content: center;
    height: 200px;

  }

  .about {

    /* width: 90%; */
    /* margin-left: 5%; */
    justify-content: center;
    padding-bottom: 20px;
  }

  .bookbox {
    bottom: 10px !important;
  }
}

.about-content button {
  border-radius: 20px;
  color: black;
  border-color: black;
  padding: 6px;
}

.about-content button:hover {
  border-color: #faef16;
  background-color: #faef16;
  border-radius: 20px;
  color: black;
  padding: 6px;
  transition: 1s;
}

.about-card-content .btn:focus-visible {
  transition: 1s;
}

.about2 {

  border-top: 1px solid #c2c2c0;
  border-bottom: 1px solid #c2c2c0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 20px;
  padding-top: 20px;

}

.hover:hover {
  background-color: #f5f5f2;
}

.aboutbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  font-family: "Valky", Sans-serif;

}

.aboutbox h2 {
  font-size: 60px;

}

.aboutbox p {

  padding-left: 10px;
}

.aboutbox h6 {
  color: black;
  align-items: center;
}

.webbutton {
  border-radius: 20px;
  color: #000 !important;
  border: 1px solid #fadb1d;
  padding: 8px 15px;
  transition: .3s;
  background-color: #fadb1d;
}

.webbutton:hover {
  border-color: #FAEF16;
  /* background-color: #FAEF16; */
  color: #000 !important;
  background-color: #fadb1d !important;
}


/*.imgbox:hover {
  opacity: 1;
  scale: 1.01;
  transform-origin: bottom;
  transition: 300ms ease;
}
.imgbox img:hover {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
/*  filter: grayscale(0%);
}
.imgbox img {
  -webkit-filter: grayscale(50%);
  /* Safari 6.0 - 9.0 */
/*filter: grayscale(50%);*/

.booked {
  padding-top: 40px;
  padding-bottom: 50px;
}

.bookedimg {
  justify-content: flex-end;
}

.aboutbacksotry {
  text-transform: none !important;
}

@media (max-width: 800px) {
  .aboutbox p {
    padding-top: 10px;
  }

  .aboutbox h2 {
    font-size: 35px;
  }

  .bookedimg {
    justify-content: center;
  }

  .Methodsbox-content span {
    display: block;
    margin-bottom: 0 !important;
  }

}

.aboutbox3 h2 {
  font-size: 55px;
  font-weight: bold;
}

.about2 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.aboutbox3 p {
  padding-top: 100px;
}

@media (max-width: 800px) {
  .aboutbox3 p {
    padding-top: 10px;
  }

  .aboutbox3 h2 {
    font-size: 25px;
  }
}

.vedio {
  padding-top: 40px;
  padding-bottom: 50px;
}

.about-jyothi h2 {
  font-size: 40px !important;
}

.vedio h2 {
  font-size: 60px;
  text-align: center;
  letter-spacing: 7px;
}

.vedio-image {
  height: 80vh;
  text-align: center;
  overflow: hidden;
  object-fit: cover;
}

.Methodsbox-content h2 {
  font-size: 40px !important;
}

@media (max-width: 800px) {
  .vedio h1 {
    font-size: 35px;
  }

  .vedio-image {
    height: auto;

  }

  .Methodsbox-content i {
    font-size: 20px;
    color: #faef16;
    display: flex;
    align-self: center;
  }
}

.vedio img {
  /* margin-left: 5%; */
  /* height: 100%;*/
  width: 90%;
  transition: .5s;

}

.vedio img:hover {
  /* margin: 0;
  width: 100%; */
  transform: scale(1.2);
  /* width: 100%; */
  /* transition: 1s; */
}

.vedio i {
  z-index: 9;
  margin-left: 20%;
  color: #faef16;
  position: absolute;
  padding-top: 30%;
  text-decoration: none;
}

.vedio p {
  padding: 20px;
  margin-left: 25%;
}

@media (max-width: 800px) {
  .vedio p {
    margin: 1px;
  }

  .vedio img {
    width: 100%;
    margin-left: 0%;
    padding-bottom: 1px;
  }
}

.vedio button {
  border-radius: 20px;
  margin-left: 26%;
}

@media (max-width: 800px) {
  .vedio button {
    margin: 10px;
  }

  .serves {
    width: 100%;
  }
}

.vedio button:hover {
  background-color: #faef16;
  color: black;
  transition: 1s;
}

.serves {
  margin-top: 4%;
  margin-bottom: 3%;
}

.serves h1 {
  font-size: 40px;
  font-weight: bold;

}

@media (max-width: 800px) {
  .serves h1 {
    font-size: 25px;
  }
}

.serves button:hover {
  background-color: #faef16;
  color: black;
}

.serves button {
  margin-left: 2%;
  margin-top: 20px;
}

.testimonials h1 {
  font-size: 55px;
}

.testimonials {
  position: relative;
  height: auto;
  padding-bottom: 15px;
  text-align: center;
  padding-top: 15px;
  background-color: #fafafa;
}

@media (max-width: 800px) {
  .testimonials h1 {
    font-size: 30px;
  }

  .swiper-slide p {
    font-size: 15px;

  }

  .footer {
    margin-top: 20px;
  }

  .testimonials {
    position: relative;
    height: auto;
    padding-bottom: 15px;
    text-align: center;
    padding-top: 15px;
    background-color: #fafafa;
    margin-top: 50px;
  }


}

.swiper {
  width: 80%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  justify-content: center;
  align-items: center;
}

.swiper-slide hr {
  margin-left: 10%;
}

.blog {
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 10px;
}

.blog img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  width: 100%;
  transition: 1s;
  /*  height: 100%;*/
  /*  margin-bottom: 40px;
*/
}

.blog img:hover {
  -webkit-filter: grayscale(0);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0);
}

.blogb span {
  color: silver;
  padding-top: 20px;
}

.footer {
  padding-top: 40px;

  background: #000000;
}

.copyright1 {
  background: #000000;
}

.logo i {
  padding: 10px;
  margin-top: 40px;
  font-size: 20px;
}


@media (max-width: 800px) {
  .blogb h3 {
    font-size: 20px;
  }

  .blogb {
    padding: 5px;
    width: 100%;
    padding-top: 5%;
  }




}

@media (max-width:900px) {
  .navbar img {
    width: 60%;
  }

  .navbar-toggler {
    background-color: white;
    height: 38px !important;
    margin-top: 20px !important;
  }
}

/*************************************************************** brand_you_solution page ***********************************************************************/
.brand_you_solutions {
  background-image: url(../images/serves.png);
  background-size: cover;
  height: 100vh;
  text-transform: uppercase;
  text-align: center;
  background-repeat: no-repeat;
  color: white;
  background-position: center center;
}

.brand_you_solutions h3 {
  padding-top: 350px;
  font: bold;
  font-size: 35px;
}

.brand_you_solutions h1 {
  font-size: 120px;
}

.brand_you_solutions button:hover {
  background-color: #faef16;
}

.brand_you_solutions button {
  border-radius: 20px;
}

.newbox {
  padding-top: 40px;
  padding-bottom: 50px;
}

.newbox h1 {
  font-size: 40px;
  text-transform: uppercase;
}

.newbox {
  width: 60%;
  margin-left: 20%;
}

.newbox button {

  margin-top: 2%;
  border-radius: 20px;
  margin-bottom: 30px;
}

/*.swiper {
      width: 100%;
    }
*/

@media (max-width: 800px) {
  .newbox {
    margin-left: 10px;
    width: 100%;
  }

  .newbox h1 {
    font-size: 25px;
  }

  .brand_you_solutions h1 {
    font-size: 40px;
  }

}

@media (max-width: 800px) {
  .newbox {
    margin-left: 0px;
    width: 100%;
    padding: 20px;
  }

  .brand_you_solutions {
    height: 600px;
    width: 100%;
  }
}

.newbox p {
  font-size: 17px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;


}

@media (max-width: 760px) {
  .swiper-button-next {
    right: 20px;
    transform: rotate(90deg);
  }

  .swiper-button-prev {
    left: 20px;
    transform: rotate(90deg);
  }
}

.swiper-slide img {
  height: 500px;
  width: 100%;
}

/* *****************************************************accelerator page ***************************/

.accelerator {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/acceleratorbanner.png);
  background-size: cover;
  height: 100vh;
  text-transform: capitalize;
  text-align: center;
  background-repeat: no-repeat;
  color: white;
  background-position: center center;
}

.accelerator h3 {
  padding-top: 350px;
  font: bold;
  font-size: 35px;
}

.accelerator h1 {
  font-size: 100px;
}

.accelerator button:hover {
  background-color: #faef16;
}

.accelerator button {
  border-radius: 20px;
}

.newbox2 {
  width: 60%;
  margin-left: 20%;
  padding-top: 40px;
  padding-bottom: 50px;
}

.newbox2 h2 {
  text-transform: uppercase;
  /* font-family: "Archivo", Sans-serif; */
  /* font-weight: 700;
  font-size: 30px; */
}

.newbox2 p {
  font-size: 16px;
}

@media (max-width: 800px) {
  .newbox2 {
    padding: 20px;
    width: 100%;
    margin-left: 0px;
  }

  .newbox2 h1 {
    font-size: 25px;
  }


  .serves {
    width: 100%;
  }
}

.newbox2 button {
  margin-top: 2%;
  border-radius: 20px;
  margin-bottom: 30px;
}

.serves {
  width: 70%;
  margin-left: 15%;
}

@media (max-width: 800px) {
  .serves {
    width: 100%;
    margin-left: 0;
  }
}

.serves button {
  border-radius: 20px;
}

.serves button:hover {
  border: none;
  transition: 1s;
}

.blog {
  width: 80%;
  margin-left: 10%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.copyright1 {


  font-size: 15px;
}

.copyright1 p {
  color: silver;
}

.footerlogo i {
  padding: 10px;
  font-size: 20px;
  color: white;
}

.footerlogo i:hover {
  color: #faef16;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: none !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: none !important;
}

.swiper-button-next img {
  width: 200% !important;
}

nav {
  position: -webkit-sticky;
  position: sticky;
  /* sticky or fixed are fine */
  top: 0;
  height: 69px;
  width: 100%;
  background: linear-gradient(to bottom,
      #000,
      #0003 100%,
      #0000);
  /* background when scroll is in the top */
  transition: background 0.5s;
  /* control how smooth the background changes */
}

nav.scrolled {
  background: black;
}

.Explore li a {
  list-style: none;
  color: white;
  text-decoration: none;


}

.Explore li {
  list-style: none;
  padding-bottom: 10px;
  /*padding-left: -70px;*/
}



.Connect li a {
  list-style: none;
  color: white;
  text-decoration: none;
  /*padding: 0px 3px 3px 3px;*/
}

.Connect li {
  list-style: none;
  padding-bottom: 10px;
}

.services li a {
  list-style: none;
  color: white;
  text-decoration: none;

}

.services li {
  list-style: none;
  padding-bottom: 10px;
}

/*.footerlogo img {
  padding-top: 26px;
}*/
.imgegallery {
  height: 600px;
  /*  width: 100%;


  width: 100%;*/
  padding-top: 40px;
  padding-bottom: 50px;
}

.imgegallery img {
  object-fit: cover;
}

@media (max-width: 800px) {
  .blog {
    padding-bottom: 10px;
    width: 100%;
    margin-left: 0px;
    padding: 10px;
  }
}

/* *****************************************************Speaking ***************************/

.Speaking {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/banner/Speaking.jpg);
  background-size: cover;
  height: 100vh;
  text-transform: uppercase;
  text-align: center;
  background-repeat: no-repeat;
  color: white;
  background-position: center center;
}

.Speaking h3 {
  padding-top: 350px;
  font: bold;
  font-size: 35px;
}

.Speaking h1 {
  font-size: 120px;
}

.Speaking button:hover {
  background-color: #faef16;
}

.Speaking button {
  border-radius: 20px;
}

.speakingtype p {
  text-transform: capitalize;
  font-size: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
}

@media (max-width: 800px) {

  .Speaking h3 {
    font: bold;
    font-size: 25px;
  }

  .Speaking h1 {
    font-size: 60px;
  }

  .Speaking {
    height: 600px;
    width: 100%;
    background-size: cover;
    height: auto;
    padding-bottom: 2rem;
    text-transform: capitalize;
    text-align: center;
    background-repeat: no-repeat;
    color: white;
    background-position: center center;
  }
}



.speakingtype {
  text-transform: capitalize;
  padding-top: 40px;
  padding-bottom: 50px;
}

.speakingtype h1 {
  text-transform: uppercase;
  font-weight: 67form0;
  font-size: 30px;
}

.speakingtype button {
  border-radius: 20px;
  background: transparent;
  border: 1px solid black;
}

.speakingtype button:hover {
  background-color: #faef16;
  border: none;
}

/*******************************************book page*********************************************/

.book {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/book-banners.png);
  background-size: cover;
  height: 100vh;
  text-transform: uppercase;
  background-repeat: no-repeat;
  color: white;
  background-position: center center;
  display: flex;

}

.p1 {
  position: relative;
}

.bookbox {
  position: absolute;
  width: 100%;
  bottom: 90px;
}

/*.bookbox h1{
  font-size: 65px;
}*/

.iconbox i {
  padding: 15px;
  font-weight: 500;
  font-size: 20px;
  color: black;



}

.aboutbook {
  width: 80%;
  margin-left: 10%;
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: center;

}

.notic h4 {
  font-weight: 400;
  text-align: center;
  font-size: 25px;
  padding: 50px;
}

.notic {
  padding: 20px;
}

.book-lemon-box {
  height: 80%;
  width: 70%;
  margin-left: 15%;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 60px;
}

.book-lemon-box-contant {
  height: 80%;
  justify-content: center;
  display: flex;
  flex-direction: column;

}

.book-lemon-box-contant i {
  font-size: 20px;
  color: #fadb1d;
}

.book-lemon-box-contant h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 35px;
  padding-bottom: 10px;
}

.book-lemon-box img {
  width: 100%;

}

.logo {


  display: flex;
  color: silver;
  text-align: center;
  justify-content: center;
  text-transform: uppercase;

}

.logo img {
  padding-left: 50px;
  padding-right: 50px;

}

.cont {

  height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;


}

.cont h1 {
  text-transform: uppercase;
}

.count2 i {
  padding: 15px;
  font-size: 12px;

}

.twobox img {
  margin-top: -15%;
  z-index: 5;

}

.swiper-horizontal {
  touch-action: pan-y;
  height: 400;

}


@media (max-width: 800px) {
  .book-lemon-box {
    height: 120%;
    width: 100%;
  }

  .book-lemon-box h2 {
    font-size: 20px;
    text-transform: uppercase;
  }

  .book-lemon-box-contant {
    height: 120%;
    width: 100%;
  }

  .notic h4 {
    font-weight: 200;
    font-size: 20px;
    padding: 15px;
  }

  .aboutbook {
    width: 100%;
    height: 100%;
    margin-left: 0px;
    height: auto;
    padding: 20px;
  }

  .logo {
    display: table-column;
  }

  .logo img {
    padding: 10px;
    margin-top: 3%;


  }

  .twobox img {
    margin-top: 0%;
  }

  .bookbox h1 {
    font-size: 25px;

  }

  .book-lemon-box img {
    width: 80%;

  }

  .book {
    height: 600px;
    width: 100%;
  }

  .book-lemon-box {
    height: auto;
    width: 100%;
    margin-left: 0px;


  }

  .notic {
    padding: 10px;
  }

}

/******************************************success-stories page***************************************/

.success-stories {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/banner/Success_Stories.jpg);
  background-size: cover;
  height: 100vh;
  text-transform: uppercase;
  background-repeat: no-repeat;
  color: white;
  background-position: center center;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;

}

.success-stories h1 {
  font: bold;
  font-size: 77px;
}

.story {
  height: 60vh;
  width: 100%;
  background-image: url(../images/sucess-stories-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-left: 10%;
  padding-top: 10%;


}

.story h1 {
  font-size: 45px;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 70px;
}

.story button {
  border: 1px solid black;
  background: transparent;
  border-radius: 20px;
}

.story button:hover {
  background-color: #f5f5f2;
  border: 1px solid black;
  color: black;
}

.postbox h1 {
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 650;


}

.post a {
  color: black !important;
}

.card-body i {
  padding-top: 5px;

}

.card-body a {
  color: black;
  text-decoration: none;
}

.btn2 {
  border-radius: 20px;
  border: 1px solid black;
}

.btn2:hover {
  background-color: #faef16;
  border: none;
}

.one {
  width: auto;
}

/*.p-5{
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
*/
/*
  *********************************about Kelly Lundberg ***************************************/

.aboutus {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/homebannersample1.jpg);
  background-size: cover;
  height: 100vh;
  text-transform: uppercase;
  background-repeat: no-repeat;
  color: white;
  background-position: center center;
  display: flex;

}

.p1 {
  position: relative;
}

.bookbox {
  position: absolute;
  width: 100%;
  bottom: 100px;
}

.bookbox h1 {
  font-size: 65px;
}

.iconbox {
  display: flex;

}

.iconbox i {
  padding: 10px;
  font-weight: 700;
  font-size: 20px;

}

.aboutpage {
  padding: 100px;
}

.aboutpage h1 {
  text-transform: uppercase;
  font-weight: 700;


}

.aboutpage button {
  background: transparent;
  color: white;
  border-radius: 20px;
}

.aboutbacksotry button {
  background: transparent;
  color: black;
  border-radius: 20px;
  border: 1px solid black;
}

.aboutbacksotry {
  padding-bottom: 50px;
  padding-top: 40px;

}

.imgeboxslider {

  margin-top: 10px;
  padding-bottom: 40px;
  padding-top: 40px;
}

.sliderimgbox {
  padding: 10px;

}

.sliderimgbox img {
  height: 300px !important;
  width: 100%;
}

.about-card-content {
  text-align: left !important;
}

.cardbox h5 {
  padding-top: 50px;
}

.cardbox p {
  font-size: 15px;
}

.post {
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 40px;
}

.post img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  width: 100%;
  height: 100%;
}

.post img:hover {
  -webkit-filter: grayscale(0);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0);
}

.post span {
  color: silver;
}

.blogb a {
  color: black !important;
}

@media (max-width: 800px) {
  .blogb h3 {
    font-size: 20px;
  }

  .post {
    padding-top: 10px;
  }

  .blogb {
    padding: 5px;
    width: 100%;

  }

  .aboutpage {
    padding: 30px;
  }

  .success-stories {
    height: 600px;
    width: 100%;
  }

  .success-stories h1 {
    font-size: 30px;
  }


  .story h1 {
    font-size: 30px;


  }
}

/*
**********************************giveback page************************************/

.giveback {
  background: white;
  height: 100vh;
  text-transform: uppercase;
  background-repeat: no-repeat;
  color: white;
  background-position: center center;
  color: black;

}

.back img {
  transform: rotate(5deg) !important;
  width: 550px;
  padding-top: 60px;
}

.givebackcontant {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.givebackcontant h1 {
  font-size: 70px;
}

@media (max-width: 800px) {
  .givebackcontant h1 {
    font-size: 40px;
    padding-top: 70px;
  }

  .back img {
    transform: rotate(5deg) !important;
    width: 300px;
    padding-top: 10px;
  }

  .post img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    width: 80%;
    height: 120%;
  }

  .giveback {
    height: auto;
    padding-top: 20px;
    width: 100%;
    padding: 10px;
  }

  .giveback h1 {
    font-size: 30px;
  }
}

.sparklefoundation {
  padding: 30px;
}

.sparklefoundation h1 {
  font-size: 50px;
  text-transform: uppercase;
}

.sparklefoundation img {
  width: 400px;
}

.spekar {
  padding: 40px;
  width: 60%;
  margin-left: 20%;
}

.spekar h1 {
  text-transform: uppercase;
  padding-top: 20px;
}

.show-your {
  background-image: url(../images/show-your.webp);
  padding: 20px;
  height: 50vh;
  text-transform: uppercase;
  background-repeat: no-repeat;
  color: white;
  background-size: cover;
  color: black;

}

@media (max-width: 800px) {
  .spekar {
    width: 90%;
    padding: 10px;
    margin-left: 0px;
  }

  .show-your {
    background-image: url(../images/show-your.webp);
    color: white;
    background-size: cover;
    color: black;
    height: auto;


  }
}

.show-your button {
  background: transparent;
  color: black;
  border-radius: 20px;
  border: 1px solid white;
  color: white;
}

.show-your button:hover {
  background-color: #faef16;
}

.post2 {
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 20px;
}

.post2 img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  width: 100%;
  height: 80%;
}

.post2 img:hover {
  -webkit-filter: grayscale(0);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0);
}

.post2 span {
  color: silver;
}

@media (max-width: 800px) {
  .post2 img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    width: 100%;
    height: 100%;
  }

  .sparklefoundation img {
    width: 300px;
  }

  .sparklefoundation h1 {
    font-size: 30px;
    text-transform: uppercase;
  }

}

/*******************************contact page*************************************/
.contact {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/contact.png);
  background-size: cover;
  height: 100vh;
  text-transform: uppercase;
  background-repeat: no-repeat;
  color: white;
  background-position: center center;
  display: flex;

}

.form {
  text-transform: uppercase;
  padding: 60px;
  /* background-image: url(../images/border.webp); */
  background: rgb(246, 245, 244);
  background-size: cover;

}

.con {
  width: 70%;
  margin-left: 15%;
}

.con input {
  border-bottom: 1px solid silver;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
}

.con button {
  border: 1px solid black;
  border-radius: 20px;
}

.con button:hover {
  background-color: #faef16;
  border: #faef16;

}

.image-box-gallery {
  padding-top: 40px;
  padding-bottom: 50px;
}


@media (max-width: 800px) {
  .con {
    width: 100%;
    margin-left: 0px;

  }

  .image-box-gallery {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .accelerator h1 {
    font-size: 50px;
  }

  .form {
    padding: 20px;
  }

  .contact {
    height: 600px;
    width: 100%;

  }

  .contact h1 {
    font-size: 30px;
  }

}

/*************************** kelly-diaries **********************************************
*/
.kell {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/diaries.png);
  background-size: cover;
  height: 75vh;
  text-transform: uppercase;
  text-align: center;
  background-repeat: no-repeat;
  color: white;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kell h1 {
  font-size: 75px;
}

@media (max-width: 800px) {
  .kell h1 {
    font-size: 45px;
  }

  .con h1 {
    font-size: 34px;
  }

  .aboutus {
    height: 600px;
    width: 100%;
  }

  .accelerator {
    height: 600px;
    width: 100%;
  }

  .kell {
    height: 600px;
    width: 100%;

  }

  .kell h1 {
    font-size: 30px;

  }

  .viewall {
    display: none;
  }

  #portfolio {
    padding: 20px;
  }

}

#portfolio {
  padding: 40px;
  margin: 0 auto;
}

.gallery-title {
  font-size: 36px;
  color: black;
  text-align: center;

  padding: 40px 20px 60px;
}

.filter-button {
  font-size: 15px;
  font: bold;
  border-radius: 5px;
  text-align: center;
  color: black;
  margin-bottom: 10px;
  font-weight: 700;




}

/*.filter-button:hover
{
    font-size: 18px;
    border: 1px solid  #f5f5f2;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color:  #f5f5f2;

}*/

.port-image {
  width: 100%;
}

.gallery_product {
  margin-bottom: 30px;
}

.gallery_product img:hover {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

.gallery_product img {
  -webkit-filter: grayscale(130%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(50%);
  padding-bottom: 15px;

}



/*.about img:hover
{

  transform: scale(1.1);
  transition: 1s;

}*/
ul {
  padding-left: 0px;
}

.newslatter {
  height: auto;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 50px;

}

.newslatter {
  background-color: #f6f5f4;
}

.newslatterform {
  justify-content: center;
  text-transform: capitalize;
  display: flex;
  flex-direction: column;

}

.newslatterform2 iframe {
  width: 100%;
  height: 500px;
}

.newslatterform2 input {
  background: transparent;
  border: none;
  border-bottom: 1px solid white;
  border-radius: 0px;
  color: white;
  width: 100%;
  padding: 15px;

}

.newslatterform2 input:focus-visible {
  outline: 0;
}

.newslatterform2 button {
  border-radius: 20px;
  background: transparent;
  color: white;
  border: 1px solid white;

}

.newslatterform2 button:hover {
  border-radius: 20px;
  background: transparent;
  color: white;
}

.newslatterform2 input::placeholder {
  color: silver;
  font-size: 15px;
}

.newslatterform1 input {
  background: transparent;
  border: none;
  border-bottom: 1px solid silver;
  border-radius: 0px;
  width: 100%;
  padding: 15px;

}

.newslatterform1 input:focus-visible {
  outline: 0;
}

.newslatterform1 input::placeholder {
  color: silver;
}

.about-image {
  overflow: hidden;
  width: 90%;
}

.about-image img {
  width: 100%;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;


}

.about-image img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.about-image {
  overflow: hidden;
}

@media (max-width: 800px) {
  .book-lemon-box {
    height: auto;
    width: 100%;
    margin-left: 0px;
    padding: 20px;
  }

  .leveltwo {
    padding: 20px;
  }

  .about-image {
    overflow: hidden;
    width: 100%;
  }




}

/**********************************strategic-communication____________________*/
.strategic-communication {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/acceleratorbanner.png);
  background-size: cover;
  height: 100vh;
  text-transform: uppercase;
  text-align: center;
  background-repeat: no-repeat;
  color: white;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;

}

.Framework {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/banner/PIFramework.jpg);
  background-size: cover;
  height: 100vh;
  text-transform: capitalize;
  text-align: center;
  background-repeat: no-repeat;
  color: white;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;

}

.Framework h1 {
  font-size: 100px;
}

.Program {

  padding-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 40px;


}

.programbox {
  padding-top: 10%;

}

.programbox h2 {
  font-size: 60px !important;
}

.level {
  padding-top: 40px;
  padding-bottom: 50px;
}

.Methodsbox span {
  margin-bottom: 5px;
}

.journey p {
  margin-bottom: 5px;
}

.Methodsbox i {
  font-size: 20px;
  color: #faef16;


}

.Methodsbox span {
  display: block;
}

.Methodsbox-content i {
  font-size: 20px;
  color: #faef16;
}

.Methodsbox-content span {
  display: block;
  margin-bottom: -15px;
}

.Framework h1 {
  font-size: 65px;
}

.methodology {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/banner/methodology.jpg);
  background-size: cover;
  height: 100vh;
  text-transform: capitalize;
  text-align: center;
  background-repeat: no-repeat;
  color: white;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;

}

.methodology h1 {
  font-size: 100px;
}

.methodologyabout {
  padding-top: 40px;
  padding-bottom: 50px;
}

.story {
  padding: 20px;
}


.swiper-slide h3 {
  font-size: 20px;
}

.yy {


  width: 100%;
  padding-bottom: 30px;


}

.yy .swiper-slide {
  height: auto !important;
}

.Mastery {
  padding-bottom: 40px;
  background-color: #ededed;
  text-align: center;
  padding: 50px;
  text-transform: capitalize;
}

.iconbox2 img {

  width: 40%;
  height: 40%;
  padding: 10px;

}

.iconbox2 {
  background-color: white;
  padding-top: 20px;
  padding: 20px;
  border-radius: 20px;
  margin-top: 20px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  /* height: 100%; */
}

.iconbox i {
  color: white;
}

.pagenation {
  padding-top: 50px;


}

.iconbox2 p {
  font-size: 16px;
}

.Collaboration {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/10xCollaboration.jpg);
  background-size: cover;
  height: 100vh;
  text-transform: capitalize;
  text-align: center;
  background-repeat: no-repeat;
  color: white;
  background-position: center center;
}

.Collaboration h3 {
  padding-top: 350px;
  font: bold;
  font-size: 35px;
}

.Collaboration h1 {
  font-size: 100px;
}

.ElanLeadership {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/banner/ElanLeadership.jpg);
  background-size: cover;
  height: 100vh;
  text-transform: capitalize;
  text-align: center;
  background-repeat: no-repeat;
  color: white;
  background-position: center center;
}

.ElanLeadership h3 {
  padding-top: 350px;
  font: bold;
  font-size: 35px;
}

.ElanLeadership h1 {
  font-size: 100px;
}

@media (max-width: 800px) {
  .ElanLeadership h1 {
    font-size: 30px;

  }

  .Collaboration h1 {
    font-size: 35px;
  }

  .journey {
    padding: 10px;
  }

  /* 
  .Methodsbox span {
    padding-bottom: 20px;
  } */

  .methodologyabout img {
    width: 100% !important;
  }


}

.journey {
  padding: 50px;
}

.new h2 {
  padding-top: 170px;
}

.Mastery {
  background-color: #ededed;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 50px;
  text-transform: capitalize;
}

@media (max-width: 800px) {

  .journey {
    padding: 30px !important;
  }

  .new h2 {
    padding-top: 5px;
  }

  .home-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/banner/Aboutus.jpg);
    height: 90vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
  }

  .ElanLeadership {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/banner/ElanLeadership.jpg);
    background-size: cover;
    height: auto;
    padding-bottom: 2rem;
    text-transform: capitalize;
    text-align: center;
    background-repeat: no-repeat;
    color: white;
    background-position: center center;
  }

  .Collaboration {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/10xCollaboration.jpg);
    background-size: cover;
    height: auto;
    padding-bottom: 2rem;
    text-transform: capitalize;
    text-align: center;
    background-repeat: no-repeat;
    color: white;
    background-position: center center;
  }

  .Framework {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/banner/PIFramework.jpg);
    background-size: cover;
    height: auto;
    padding-bottom: 2rem;
    text-transform: capitalize;
    text-align: center;
    background-repeat: no-repeat;
    color: white;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;

  }

  .Framework h1 {
    font-size: 40px;
  }

  .Framework h3 {
    padding-top: 350px;
    font-size: 35px;
  }


  .accelerator {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/acceleratorbanner.png);
    background-size: cover;
    height: auto;
    padding-bottom: 2rem;
    text-transform: capitalize;
    text-align: center;
    background-repeat: no-repeat;
    color: white;
    background-position: center center;
  }

  .Program {
    padding: 0;
  }

  .methodology {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/banner/methodology.jpg);
    background-size: cover;
    height: auto;
    padding-bottom: 2rem;
    text-transform: capitalize;
    text-align: center;
    background-repeat: no-repeat;
    color: white;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;

  }

  .methodology h1 {
    font-size: 50px;
  }

  .methodology h3 {
    padding-top: 350px;
    font-size: 35px;
  }

  .iconbox2 {
    background-color: white;
    padding-top: 20px;
    height: 66vh;
    padding: 20px;
    border-radius: 20px;
    margin-top: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;

  }

  .imgegallery {
    height: auto;
    padding-bottom: 0;
  }

  .devider {
    display: none;
  }

  .Mastery {
    padding-bottom: 40px;
    background-color: #ededed;
    text-align: center;

    text-transform: capitalize;
  }

  .iconbox2 {
    background-color: white;
    padding-top: 20px;
    height: 100%;
    padding: 20px;
    border-radius: 20px;
    margin-top: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  }

  .newbox2 {
    margin-bottom: 0;
  }

  .iconbox2 p {
    font-size: 12px;
  }

  .iconbox2 h4 {
    font-size: 15px;
  }

  .Mastery {
    padding: 20px 0;
  }

  .pagenation {
    padding-top: 60px;
  }
}

.copyrighttext {
  text-align: justify;
  -moz-text-align-last: right;
  text-align-last: right;
}


@media (max-width: 800px) {
  .copyrighttext {
    letter-spacing: -1px !important;
  }

  .programbox h2 {
    font-size: 35px !important;
  }

  .speakingtype h1 {
    font-size: 35px;
  }

  .swiper-slide img {
    aspect-ratio: 1/1 !important;
  }
}


@media (max-width: 900px) {
  .booked {
    padding-top: 50px;
    padding-bottom: 0px;
  }

  .speakingtype {
    padding-top: 0 !important;
  }

  .about2 {
    padding-bottom: 0px;
  }
}


.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #fff; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Mastery h5 {
  font-size: 1rem;
}

.iconbox2 img {
  width: 100px;
  height: 100px;
}

.about-jyothi a {
  border: 1px solid #fadb1d !important;
  /* color: #fff !important; */
}

.about-jyothi a:hover {
  /* color: #000 !important; */
  border: 1px solid #fadb1d !important;
}

.card-define {
  /* padding: 20px; */
  border-radius: 20px;
  overflow: hidden;
  margin-top: 20px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  height: 100%;
}

.card-define .card-body {
  padding: 0 20px;
}

.card-define .card-body .card-title {
  margin-bottom: 10px;
}

.contact-form iframe {
  width: 100%;
  height: 400px;
}

.main {
  position: relative;
}

p {
  margin: 0 0 1rem;
}

.read-more-check {
  display: none;
}

.read-more-label:before {
  content: "^";
  top: .4rem;
  position: absolute;
  color: #000;
  right: .5rem;
  font-size: 1rem;
  transform: rotate(180deg);
  display: none;
}

.read-more-check:checked~.read-more-label:before {
  top: .7rem;
  transform: rotate(0);
}

.read-more-label:after {
  content: 'Read More';
}

.read-more-check:checked~.read-more-label:after {
  content: 'Show Less';
}




.read-more-label {
  position: absolute;
  display: block;
  left: 3%;
  margin: -2.5rem;
  width: 7rem;
  bottom: 90px;
  padding: .5rem .9rem .5rem .5rem;
  background-color: #fadb1d;
  color: #000;
  text-shadow: 0 .1rem .3rem rgba(255, 255, 255, .3);
  text-align: center;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  /* box-shadow: 0 .15rem .3rem rgba(0, 0, 0, .4); */
  transition: bottom .5s linear 0s;
  border-radius: 20px;
}

.read-more-check:checked~.read-more-label {
  bottom: -15px;
}

.read-more-label:hover {
  background-color: #fadb1d;
}

/*
  The styles above aren't related with the functionality
*/
.read-more {
  max-height: 0;
  display: block;
  overflow: hidden;
  transition: max-height .5s linear 0s;
}

/*
The down side of this approach is that you have to know what will be the max-height in advance
*/
.read-more-check:checked~.read-more {
  max-height: 20rem;
}

@media (min-width: 40rem) {
  .read-more-check:checked~.read-more {
    max-height: 8rem;
  }

}

@media (max-width: 568px) {

  .read-more-label {
    /* margin: 0 !important; */
    margin-left: -8px;
    margin-top: 8rem !important;
  }

  .contact-form iframe {
    height: 500px;
  }

  .aboutbacksotry {
    padding-bottom: 0;
  }

  .vedio {
    padding-top: 0;
  }

  .imgeboxslider {
    padding-top: 0;
  }
}


.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  right: 0 !important;
}



/* mastery  */
.mastery-program {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/contact-banner.png);
  background-size: cover;
  height: 100vh;
  text-transform: uppercase;
  background-repeat: no-repeat;
  color: white;
  background-position: center center;
  display: flex;
}

@media (max-width:900px) {
  .mastery-program {
    height: 100vh !important;
    width: 100%;
    background-size: cover;
    height: auto;
    text-transform: capitalize;
    text-align: center;
    background-repeat: no-repeat;
    color: white;
    background-position: center center;
  }

  .bookbox h1 {
    font-size: 40px;
  }



}