@charset "UTF-8";
/* line 3, ../sass/screen.scss */
.hero {
  padding: 50px 0px 100px 0;
  background-image: linear-gradient(-270deg, #322bab 0%, #040077 100%);
}
/* line 7, ../sass/screen.scss */
.hero img {
  height: 56px;
  margin-bottom:25px;
}
/* line 11, ../sass/screen.scss */
.hero h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  font-size: 47px;
  color: #FFFFFF;
  line-height: 72px;
  margin-top: 50px;
  margin-bottom: 20px;
}
/* line 21, ../sass/screen.scss */
.hero p {
  font-family: 'Poppins', sans-serif;
  font-weight: light;
  font-size: 19px;
  color: #FFFFFF;
  line-height: 28px;
}

/* line 31, ../sass/screen.scss */
.formWrap {
  background: #fff;
  padding: 40px;
  border-radius: 5px;
  position: relative;
  padding-bottom: 110px;
  overflow: hidden;
}

/* line 40, ../sass/screen.scss */
.form-control {
  height: 50px;
  line-height: 50px;
  margin-bottom: 30px;
}

/* line 46, ../sass/screen.scss */
a {
  color: #322BAB;
}

/* line 50, ../sass/screen.scss */
.cta {
  background: #53B928;
  height: 65px;
  line-height: 65px;
  text-align: center;
  color: #fff;
  border: 0 none;
  border-radius: 5px;
  display: block;
  width: 100%;
}

/* line 62, ../sass/screen.scss */
.alreadyMember {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: #ebebeb;
  line-height: 40px;
  margin: 0px;
  color: #222 !important;
  font-size: 14px !important;
  padding: 15px 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.alreadyMember a {
  padding: 5px 31px;
  margin-left: 5px;
  border-radius: 5px;
  background-color: #6C64FE;
  color: #fff;
}

/* line 75, ../sass/screen.scss */
section {
  padding: 40px 0px;
}
/* line 78, ../sass/screen.scss */
section.grey {
  background: #ebebeb;
}

/* line 84, ../sass/screen.scss */
.imageCol img {
  display: block;
  margin: 0 auto;
}

/* line 90, ../sass/screen.scss */
h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: light;
  font-size: 47px;
  color: #4F4949;
  line-height: 53px;
  position: relative;
  padding-top: 20px;
  margin-bottom: 40px;
}
/* line 100, ../sass/screen.scss */
h2:after {
  content: "";
  height: 5px;
  width: 90px;
  /* background: #322BAB; */
  position: absolute;
  top: 0px;
  left: 0px;
}

/* line 111, ../sass/screen.scss */
.ctaButton {
  background: #6C64FE;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  font-size: 23px;
  color: #FFFFFF;
  text-align: center;
  border-radius: 300px;
  height: 59px;
  line-height: 59px;
  padding: 15px 30px;
}
/* line 123, ../sass/screen.scss */
.ctaButton:hover {
  color: #fff;
  text-decoration: none;
}

/* line 129, ../sass/screen.scss */
.iphoneImage {
  margin-top: -170px;
}

/* line 133, ../sass/screen.scss */
.academyBackground {
  background-image: url(../newJoinImages/academy.jpg);
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
/* line 138, ../sass/screen.scss */
.academyBackground h2 {
  color: #fff;
}
/* line 141, ../sass/screen.scss */
.academyBackground p {
  color: #fff;
}

/* line 146, ../sass/screen.scss */
.testimonialSlide {
  background: #fff;
  position: relative;
}
/* line 150, ../sass/screen.scss */
.testimonialSlide .testimonialSlideText {
  padding: 40px;
  font-family: 'Poppins', sans-serif;
  font-weight: light;
  font-size: 34px;
  color: #4F4949;
  line-height: 50px;
  position: relative;
  width: 50%;
  padding-left: 120px;
  padding-bottom: 100px;
}
/* line 162, ../sass/screen.scss */
.testimonialSlide .testimonialSlideText .testimonialSlideQuote {
  position: absolute;
  left: 40px;
  top: 40px;
}
/* line 169, ../sass/screen.scss */
.testimonialSlide .testimonialSlideImage {
  position: absolute;
  left: 50%;
  top: 0px;
  height: 100%;
  width: 50%;
  background-image: url(../newJoinImages/woman.jpg);
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

/* line 181, ../sass/screen.scss */
body .slick-dots {
  position: absolute;
  bottom: 35px;
  display: block;
  width: 50%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  margin-top: -80px;
}

/* line 193, ../sass/screen.scss */
body .slick-dots li button:before {
  font-family: 'slick';
  font-size: 13px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 210, ../sass/screen.scss */
.footer {
  background: #3C3C3C;
  padding: 80px 0px;
}
/* line 213, ../sass/screen.scss */
.footer * {
  color: #fff;
}
/* line 217, ../sass/screen.scss */
.footer h4, .footer li {
  font-size: 16px;
  margin-bottom: 15px;
}
/* line 222, ../sass/screen.scss */
.footer h4 {
  font-weight: bold;
}
/* line 226, ../sass/screen.scss */
.footer ul {
  list-style: none;
  padding: 0px;
}

/* line 234, ../sass/screen.scss */
.logoCarouselItem img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

@media (max-width: 1023px) {
  /* line 243, ../sass/screen.scss */
  .hero h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 41px;
    color: #FFFFFF;
    line-height: 55px;
    margin-top: 50px;
    margin-bottom: 20px;
  }

  /* line 253, ../sass/screen.scss */
  .hero {
    padding: 47px 0px;
    background-image: linear-gradient(-270deg, #322bab 0%, #040077 100%);
  }

  /* line 258, ../sass/screen.scss */
  .formWrap {
    margin-top: 30px;
  }

  /* line 262, ../sass/screen.scss */
  .iphoneImage {
    margin-top: 0px;
  }

  /* line 266, ../sass/screen.scss */
  h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: light;
    font-size: 32px;
    color: #4F4949;
    line-height: 41px;
    position: relative;
    padding-top: 20px;
    margin-bottom: 40px;
  }

  /* line 277, ../sass/screen.scss */
  section {
    padding: 40px 0px;
  }

  /* line 281, ../sass/screen.scss */
  .testimonialSlide .testimonialSlideText {
    width: 100%;
    padding: 40px 40px 80px 40px !important;
    font-size: 24px;
    line-height: 40px;
  }
  /* line 289, ../sass/screen.scss */
  .testimonialSlide .testimonialSlideText img {
    display: none;
  }

  /* line 293, ../sass/screen.scss */
  .testimonialSlide .testimonialSlideImage {
    width: 100%;
    position: static;
    height: 200px;
  }

  /* line 298, ../sass/screen.scss */
  body .slick-dots {
    position: absolute;
    bottom: 35px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    margin-top: -80px;
  }
}


/* 9. Testimoanial */
.testi-bg {
	padding-top: 400px;
	padding-bottom: 330px;
	background-position: left center;
	background-size: cover;
}
.section-title.white-title h2 {
	color: #fff;
}
.testimonial-img {
	float: left;
	margin-right: 20px;
}
.testimonial-img img {
	border-radius: 50%;
}
.testimonial-content h5 {
	font-size: 18px;
	color: #fff;
	line-height: 1.6;
	padding-right: 25px;
	margin-bottom: 20px;
}
.testi-avatar{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.testi-avatar img{
  max-width: 140px;
}
.testi-avatar h6 {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	margin-bottom: 5px;
}
.testi-avatar span {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}
.s-testi-bg {
	padding-top: 555px;
	background-position: center;
	background-size: cover;
	padding-bottom: 178px;
}
.t-testi-bg {
	padding-top: 650px;
	padding-bottom: 0;
	background-repeat: no-repeat;
	background-position: center;
}
.s-section-title h2 {
	margin-bottom: 25px;
}
.s-section-title p {
	font-size: 18px;
	margin-bottom: 0;
}
.s-section-title.white-title p {
	color: #fff;
}
.single-testimonial.white-bg {
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.09);
	padding: 40px 20px 20px 40px;
	border-radius: 5px;
	margin-bottom: 50px;
	margin-top: 50px;
  margin-left:20px;
  margin-right:20px;
}
.single-testimonial.white-bg .testimonial-content h5 {
	color: #30323d;
	padding-right: 0;
}
.single-testimonial.white-bg .testi-avatar h6 {
	color: #30323d;
}
.single-testimonial.white-bg .testi-avatar span {
	color: #9c9fac;
}
.testi-shape {
	position: absolute;
	z-index: -1;
	-webkit-animation-duration: 40s;
	animation-duration: 40s;
}
.testi-shape-one {
	left: 125px;
	bottom: 0;
}
.testi-shape-two {
	left: 16%;
	bottom: 35%;
}
.testi-shape-three {
	right: 33%;
	top: 41%;
	animation: animationFramesOne 15s infinite linear;
}
.testi-shape-four {
	right: 25%;
	bottom: 20px;
}
.testi-shape-five {
	right: 75px;
	bottom: 37%;
}
.hfive-testimonial-area.pt-115 {
	padding-top: 118px;
}
.six-testi-bg {
    background-image: -moz-linear-gradient( -90deg, rgb(57,68,205) 0%, rgb(120,198,245) 64%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(57,68,205) 0%, rgb(120,198,245) 64%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(57,68,205) 0%, rgb(120,198,245) 64%, rgb(255,255,255) 100%);
    padding-top: 480px;
    padding-bottom: 100px;
}
.single-testimonial.six-single-testi {
	margin-top: 0;
	margin-bottom: 0;
	box-shadow: none;
}
.seven-gradient-bg {
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.seven-gradient-bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: -moz-linear-gradient( -43deg, rgb(11,131,207) 0%, rgb(117,54,207) 100%);
	background-image: -webkit-linear-gradient( -43deg, rgb(11,131,207) 0%, rgb(117,54,207) 100%);
	background-image: -ms-linear-gradient( -43deg, rgb(11,131,207) 0%, rgb(117,54,207) 100%);
	opacity: .9;
	z-index: -1;
}
.e-testi-bg {
	padding-top: 330px;
	padding-bottom: 260px;
	background-position: center;
	background-size: cover;
}