* {
  margin: 0;
  padding: 0;
}

html, body {
  display: block;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff !important;
  color: #FFFFFF;
  font-family: 'Poppins', sans-serif!important;
  scroll-behavior: smooth;
}

.navbar {
    height: 70px;
    width: 100%;
    display: flex;
    position: fixed;
    box-sizing: border-box;
    z-index: 999;
    transition: all 1s;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
    box-shadow: 0 1px 5px rgb(0 0 0 / 50%);
    background-color: rgb(255, 255, 255);
    color: #562F83;
}
.navbar.scrolled {
    background: rgb(255 255 255 / 100%);
    /* IE */
    background: rgb(255 255 255 / 100%);
    /* NON-IE */
    box-shadow: 0 1px 5px rgb(0 0 0 / 50%);
    position: fixed;
    transition: ease .3s;
}

.navbar ul li {
  margin: 0 10px;
}

.navbar a {
  color: #562F83;
}

.navbar .signup a {
  background-color: #562F83;
  color: #fff;
  padding: 5px 15px;
  width: 95px;
  border-radius: 30px;
  text-align: center;
}

.navbar-toggler {
  background-color: #562F83 !important;
  outline: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255 255 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
  width: 16px !important;
  height: 16px !important;
  color: #562F83;
}

.carousel-caption {
    position: absolute;
    right: 0 !important;
    top: 20%;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 10;
    /* padding-top: 20px; */
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    width: 80%;
    margin: 0 auto;
}

.carousel-control-prev, .carousel-control-next {
  display: none !important;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #192242;
  opacity: .7;
}

.carousel-caption h5 {
  font-style: normal;
  font-weight: 800;
  font-size: 55px;
  line-height: 69px;
  text-align: left;
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
  font-style: normal;
}

.carousel-caption h6 {
  font-weight: normal;
  font-size: 16px;
  width: 60%;
  text-align: left;
  color: #FFFFFF;
}

.inner-caption {
  margin-top: 4%;
}

.carousel-control-next, .carousel-control-prev {
  z-index: 15;
  display: none;
}

.Carousel {
  height: 600px;
  width: auto;
  overflow: hidden;
}

.Carousel img {
  height: auto;
  width: 100%;
  overflow: hidden;
}

.carousel-indicators li {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50px !important;
  cursor: pointer;
  background-color: #9F69D5 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
}

.wrapper {
  background: linear-gradient(180deg, #9F68CC 0%, #552D87 100%);
}

.first-main::before{
    content: "";
    background-image: url(../images/logo-bg-pattern.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top left;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.second-main{
    /* padding: 10% 0; */
    position: relative;
    z-index: 2;
}
.second-main::before{
    content: "";
    background-image: url(../images/bg-shape-heart.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top right;
    margin-top: 10%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.second-main::after{
    content: "";
    background-image: url(../images/logo-bg-pattern.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom left;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.first-main{
    padding: 10% 0 5%;
    position: relative;
    z-index: 2;
}
.develop_leaders {
  padding-bottom: 5%;
}
.develop_leaders .leaders h1{
  font-family: 'Playfair Display';
font-style: normal;
font-weight: 900;
font-size: 60px;
line-height: 80px;
text-align: center;
color: #FFFFFF;
width: 70%;
margin: 0 auto;
}
.develop_leaders .leaders .what_works .lead_headings,.develop_leaders .leaders .doesnot_works .lead_headings{
  font-weight: bold;
font-size: 30px; 
text-align: center;
text-transform: uppercase;
color: #FFFFFF;
margin-bottom: 20px;
}
.develop_leaders .leaders .what_works .works,.develop_leaders .leaders .doesnot_works .works{
  background: #FFFFFF;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.develop_leaders .leaders .doesnot_works{
  margin-left: 25px;
}
.develop_leaders .leaders .what_works .works img,.develop_leaders .leaders .doesnot_works .works img{
width: 50px;
height: auto;
margin-right: 10px;
}
.develop_leaders .leaders .what_works .works p,.develop_leaders .leaders .doesnot_works .works p{
  font-weight: 600;
  font-size: 16px; 
  color: #333333;
  margin: 0;
}
.develop_leaders .ascending {
  margin-top: -60px !important;
  position: relative;
}
.development .head {
  width: 80%;
  margin: 0 auto;
  text-align: left;
  color: #fff;
}

.development .head h6 {
  text-transform: uppercase;
  font-size: 18px;
}

.development .head h1 {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 60px;
}

.development .head p {
  background-color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  padding: 10px 40px;
  text-align: center;
  margin: 3% auto;
  border-radius: 25px;
  box-shadow: 0px 5px 0 0 #ffc100;
  width: max-content;
}

.development ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  flex-direction: row;
  color: #fff;
}

.development ul li {
  width: 250px;
  margin: 2% 0;
}

.development .dev-list img {
  background-color: #fff;
  border-radius: 10px;
  width: 50px;
  height: auto;
  padding: 10px;
  margin-bottom: 5%;
}

.development .dev-list p {
  font-size: 16px;
  width: 80%;
  text-align: left
}

.leadership {
  color: #fff;
    padding-bottom: 10%;
}

.leadership h6 {
  text-transform: uppercase;
  font-size: 18px;
}

.leadership h1 {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 60px;
}

.leadership p {
  font-size: 18px;
  text-align: left;
  line-height: 30px;
  margin: 3% auto;
}

.leadership h2 h3 h4 h5 {
    line-height: 30px;
}

.owl-theme .item {
  border-radius: 35px;
}

.owl-theme .upper-item {
  background-color: #fff;
  border-radius: 35px 35px 0 0;
}

.owl-theme .upper-item ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}

.owl-theme .upper-item ul li h3 {
  font-family: 'Playfair Display', serif;
  font-weight: bold;
  font-size: 36px;
}

.owl-theme .upper-item ul li:nth-child(1) {
  color: #C055B3;
}

.owl-theme .upper-item ul li:nth-child(3) {
  color: #F5C16E;
}

.owl-theme .upper-item ul li span {
  border-right: 2px solid #DDDDDD;
  font-size: 36px;
}

.owl-theme .lower-item {
  background-color: #4C267E;
  border-radius: 0px 0px 35px 35px;
}

.owl-theme .lower-item p {
  font-size: 16px;
}

.owl-theme .owl-nav {
  display: none;
}

.owl-theme .owl-dots {
  display: inline-block;
  margin: 2% auto;
  text-align: center;
  width: 100%;
  outline: none;
}

.owl-theme .owl-dot {
  outline: none;
}

.owl-theme .owl-dots .active span, .owl-dots button:hover span {
  background: #FFC100 !important;
}

.owl-theme .owl-dots span {
  background: none repeat scroll 0 0 #869791;
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  width: 12px;
  outline: none;
}
.unity{
    padding: 5% 0;
}

.unity .unity-col-two h1 {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 60px;
}

.unity .unity-col-two p {
  font-size: 16px;
  line-height: 30px;
}

.programs h1 {
  font-family: 'Playfair Display', serif;
  font-style: normal;
  font-weight: 900;
  font-size: 60px;
  text-align: center;
}

.programs p {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
    margin-bottom: 40px;

}

.programs-inner {
  background-color: #fff;
  border-radius: 20px;
}

.programs-inner img {
  border-radius: 20px 20px 0 0;
}

.programs-inner h6 {
  text-align: center;
  color: #333333;
  font-size: 13px;
  font-weight: 600;
  padding: 30px 0;
}

.then-now::before{
    content: "";
    background-image: url(../images/bg-shape-heart.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top right;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.then-now{
    padding:5% 0 10% ;
    position: relative;
    z-index: 2;
}

.then-now h1 {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 60px;
  text-align: center;
}

.then-now p {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}

.then-now .said-then {
  background-color: #fff;
}

.then-now .said-now {
  background-color: #4C267E;
}

.then-now .said-then h3 {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  text-transform: capitalize;
  color: #000000;
}

.then-now .content {
  width: 80%;
  margin: 0 auto;
}

.then-now .content .box {
  background: #FFF0BC;
  border-radius: 15px;
  color: #000;
  height: 210px;
}

.then-now .content .box h6 {
  font-weight: 600;
  font-size: 18px;
  text-align: left;
  text-transform: uppercase;
  color: #000000;
}

.then-now .content .box p {
  font-weight: normal;
  font-size: 14px;
  color: #333333;
}

#then-now .owl-dots .active span, #then-now .owl-dots button:hover span, #then-now .owl-dots span {
  width: 25px;
  height: 6px;
}

.feed {
  background-image: url(https://picsum.photos/800/400);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 0 0 2000px #546ecc91;
  padding: 8% 0;
  color: #fff;
}
.clo-feed {
  background: url(../images/clo-cta.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 0 0 2000px #546ecc91;
  padding: 8% 0;
  color: #fff;
}
.feed h1 {
  text-align: center;
  font-weight: bold;
  font-size: 42px;
  position: relative;
  margin-bottom: 3%;
  font-family: 'Playfair Display', serif;
  font-style: normal;
}

.feed .btn {
  text-align: center;
  padding: 5px 20px;
  background: #fff;
  color: #192242;
  border-radius: 50px;
  margin: 2% auto 0;
  display: block;
  width: max-content;
  font-weight: 800;
}

.footer {
  background-color: #000000;
  color: #fff;
  padding: 3% 0;
}

.footer img {
  width: 130px;
  height: auto;
  margin-bottom: 3%;
}

.ft-connect ul {
  display: flex;
  align-items: center;
  margin-top: 10%;
}

.ft-connect li {
  margin-right: 8%;
}

.ft-connect li:nth-child(1) a i {
  color: red;
  font-size: 22px;
}

.ft-connect li:nth-child(2) a i {
  background-color: #3761CD;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 30px;
  color: #000;
  padding: 5px;
  font-size: 18px;
}

.ft-connect li:nth-child(3) a i {
  background-color: #16C7FF;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 30px;
  color: #000;
  padding: 5px;
  font-size: 18px;
}

.footer ul {
  list-style: none;
}

.footer h4 {
  margin-bottom: 20px;
  font-size: 20px;
}

.ft-company ul li {
  margin: 5px 0;
}

.ft-company ul li a {
  color: #fff;
}

/* Values Page CSS Start*/

.chase .chase-one {
  position: relative;
}

.chase .chase-one img {
  width: 100%;
  height: auto;
  box-shadow: 15px 0px 0 0 #ffc100;
  border-radius: 0px 0px 500px 500px;
}

.chase-one .overlay {
  border-radius: 0px 0px 500px 500px;
  z-index: 0;
}

.chase-one h1 {
  font-family: 'Playfair Display';
  font-weight: 900;
  font-size: 60px;
  line-height: 80px;
  width: 80%;
  margin: 0 auto;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}

.chase .chase-content {
  width: 80%;
  padding: 5%;
}

.chase .chase-content h2 {
  font-weight: 600;
  font-size: 24px;
}

.chase .chase-content span, .human-content .h-line, .invest-two span {
  border-bottom: 1px solid #DDDDDD;
  display: block;
  width: 150px;
}

.chase .chase-content p {
  font-size: 16px;
  line-height: 30px;
  color: #F1E0FF;
}

.chase .chase-two img {
  width: 100%;
  height: auto;
}

.human {
  position: relative;
}

.human .human-content h2 {
  font-family: 'Playfair Display';
  font-weight: 900;
  font-size: 50px;
}

.human-content ul {
  list-style: none;
}

.human-content ul li {
  margin: 3% 0;
}

.human-content ul li i {
  color: #FFC100;
  transform: rotate(45deg);
  font-size: 16px;
  margin-right: 10px;
}

.human-content ul li .inner {
  margin-left: 30px;
}

.human .human-two img {
  width: 100%;
  height: auto;
  box-shadow: -15px 0px 0 0 #ffc100;
  border-radius: 500px;
}

.human .floater-img {
  height: auto;
  display: block;
  position: absolute;
  top: 66%;
  width: 90%;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.invest .invest-one img {
  width: 100%;
  height: auto;
  box-shadow: 15px 0px 0 0 #ffc100;
  border-radius: 500px;
}

.invest-two h2 {
  font-family: 'Playfair Display';
  font-weight: 900;
  font-size: 50px;
}

.invest .invest-two p {
  font-size: 16px;
  line-height: 30px;
  color: #F1E0FF;
}

.invest-two .invest-content {
  width: 80%;
}

.invest-two .invest-content img {
  width: 300px;
  height: auto;
}

.invest-two .invest-content h6, .purpose-one .purpose-content h6 {
  font-size: 13px;
  line-height: 19px;
  text-decoration-line: underline;
  color: #CCCCCC;
  margin-top: 20px;
}

.purpose-one .purpose-content {
  margin: 20% 5% 0 5%;
  display: block;
}

.purpose-one .purpose-content h2 {
  font-family: 'Playfair Display';
  font-weight: 900;
  font-size: 50px;
  width: 60%;
}

.purpose .purpose-one p {
  font-size: 16px;
  line-height: 30px;
  color: #F1E0FF;
}

.purpose .purpose-two img {
  width: 100%;
  height: auto;
  box-shadow: -15px 0px 0 0 #ffc100;
  border-radius: 500px 500px 0 0;
}

/* Values Page CSS End */

/* CLO Page CSS Starts */

.together,.results {
  margin-left: 5%;
}

.together .together-one {
  width: 80%;
  text-align: left;
}

.together .together-one .together-content h2, .difficult .difficult-two .difficult-content h2,.results .results-one .results-content h2,.productivity .productivity-two .productivity-content h2 {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 900;
  font-size: 50px;
  line-height: 67px;
  color: #FFFFFF;
}

.together .together-one .together-content .h-line, .difficult .difficult-two .difficult-content .h-line,.results .results-one .results-content .h-line,.productivity .productivity-two .productivity-content .h-line {
  border-bottom: 1px solid #DDDDDD;
  display: block;
  width: 150px;
}

.together .together-one .together-content p, .results .results-one .results-content p,.productivity .productivity-two .productivity-content p{
  font-size: 16px;
  line-height: 30px;
  color: #F1E0FF;
}

.together .together-two img, .difficult .difficult-one img,.results .results-two img,.productivity .productivity-one img {
  width: 100%;
  height: auto;
}

.together .together-two .image-ref,.results .results-two .image-ref {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  margin: 20px;
}

.together .together-two .image-ref i,.results .results-two .image-ref i {
  color: #C79BF9;
  font-size: 16px;
  margin-right: 3%;
}

.together .together-two .image-ref h5,.results .results-two .image-ref h5 {
  font-size: 14px;
  text-decoration-line: underline;
  color: #FFFFFF;
  margin-right: 3%;
}

.together .together-two .image-ref h6,.results .results-two .image-ref h6 {
  font-size: 14px;
  text-decoration-line: underline;
  color: #FFFFFF;
}

.difficult .difficult-one .image-ref {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  margin: 20px 0;
}

.difficult .difficult-one .image-ref i,.productivity .productivity-one .image-ref i{
  color: #C79BF9;
  font-size: 16px;
}

.difficult .difficult-one .image-ref h5,.productivity .productivity-one .image-ref h5{
  font-size: 14px;
  text-decoration-line: underline;
  color: #FFFFFF;
  margin-left: 3%;
}

.difficult .difficult-one .image-ref h6,.productivity .productivity-one .image-ref h6 {
  font-size: 14px;
  text-decoration-line: underline;
  color: #FFFFFF;
  margin-left: 3%;
}

.difficult .difficult-two, .productivity .productivity-two {
  margin-left: 10%;
}
.difficult .difficult-two .difficult-content p {
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  font-weight: bold;
}
.difficult .difficult-two .difficult-content ul {
  list-style: none;
}

.difficult .difficult-two .difficult-content ul li {
  margin: 3% 0;
}

.difficult .difficult-two .difficult-content ul li i {
  color: #F4EAFF;
  transform: rotate( 45deg);
  font-size: 16px;
  margin-right: 10px;
}
.difficult .difficult-two .difficult-content ul li .inner {
  margin-left: 30px;
}
.clo-feed h1{
  width: 80%;
  margin: 0 auto
}
.productivity{
  margin-right: 5%;
}
.productivity .productivity-one .image-ref {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin: 20px 0;
}
/* CLO Page CSS End */
.brighten img:hover {
    opacity: .7;
}

.fly_banner {
    background-image: url("../../../../images/flywheel_banner.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 100px 0;
}

.fly_banner .banner-title {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    text-align: center;
    color: #FFFFFF;
}

.fly_banner .banner-info {
    margin: 0 auto;
    padding-top: 35px;
    width: 80%;
}

.fly_banner .banner-info ol li {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
}

.flywheel_leaders {
    padding: 50px 0;
}

.flywheel-image {
    width: 100%;
    height: 100%;
}

.flywheel-image img {
    width: 100%;
    height: auto;
}

.flywheel_leaders .flywheel-title h1 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    line-height: 65px;
    color: #333333;
    padding-top: 50px;
    width: 80%;
    float: left;
    margin: 0;
}

.flywheel_leaders .flywheel-info p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    padding-top: 36px;
    width: 80%;
    float: left;
    margin: 0;
}

.flywheel_leaders .flychart-image {
    width: 100%;
    height: 100%;
    padding-top: 28px;
}

.flywheel_leaders .flychart-image img {
    width: 100%;
    height: auto;
}

.stats .stats-title h1 {
    /* font-family: Poppins; */
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    color: #333333;
    padding-left: 12px;
}

.stats .stats-info ul li {
    /* font-family: Poppins; */
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    padding-top: 10px;
    margin-left: 30px;
}

.three_elements {
    padding: 50px 0 0 0;
    max-height: 550px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    padding-right: 20px;
    margin-bottom: 50px;
}

.three_elements::-webkit-scrollbar {
    width: 10px;
}

.three_elements::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.three_elements::-webkit-scrollbar-thumb {
    background: #7B4BAA;
}

.three_elements::-webkit-scrollbar-thumb:hover {
    background: #9560ca;
}

.three_elements_title {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    line-height: 67px;
    text-align: center;
    color: #333333;
    margin: 100px auto 40px;
}

.value_growth,
.energise,
.leaders_grow {
    margin-bottom: 30px;
}

.value_growth .elements,
.leaders_grow .elements {
    padding: 100px 0;
}

.value_growth .value_growth_image,
.energise .energise_image,
.leaders_grow .energise_image {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
}

.value_growth .value_growth_image img,
.leaders_grow .leaders_grow_image img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

.energise .energise_image img {
    width: 200px;
    margin: 100px auto;
    text-align: center;
}

.elements .elements-title h1 {
    color: #000;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    color: #333333;
}

.elements .elements-info p {
    font-size: 18px;
    line-height: 30px;
    color: #666666;
}

.elements .elements-info ul li {
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    margin: 0 0 0 20px;
}


/* Flywheel Page CSS Ends */