html,
body {
  height: 100%;
}
body:not(.nectar-no-flex-height) {
    overflow-y: scroll;
}
html {
  -webkit-text-size-adjust: 100%;
}

html {
	overflow-y: unset;
	overflow-x: unset;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

/* 
@font-face {
  font-family: 'red_hat_displaybold';
  src: url('../fonts/redhatdisplay-bold-webfont.eot');
  src: url('../fonts/redhatdisplay-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/redhatdisplay-bold-webfont.woff2') format('woff2'),
    url('../fonts/redhatdisplay-bold-webfont.woff') format('woff'),
    url('../fonts/redhatdisplay-bold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'red_hat_displayregular';
  src: url('../fonts/redhatdisplay-regular-webfont.eot');
  src: url('../fonts/redhatdisplay-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/redhatdisplay-regular-webfont.woff2') format('woff2'),
    url('../fonts/redhatdisplay-regular-webfont.woff') format('woff'),
    url('../fonts/redhatdisplay-regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
} */




body {
  font-family: 'Red Hat Display'!important;
  font-size: 18px!important;
}

p {
  margin: 0 0 20px 0;
  padding-bottom:0!important;    
  line-height: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700!important;
}

h2 {
  font-size: 45px!important;
  color: #231F58;
  line-height: 55px!important;
  margin: 0 0 35px 0;
}
h3 {
  font-size: 38px;
  line-height: 45px;
  margin: 0 0 20px 0;
}

h4 {
  font-size: 24px!important;
  color: #231F58!important;
  line-height: 34px!important;
  margin: 0 0 25px 0!important;
}

h6 {
  margin: 10px 0 15px 0;
  font-size: 18px;
}

section {
  overflow: hidden;
  padding: 4em 0;
}
.heading-wrapper {
  text-align: center;
}

.btn-primary {
  color: #FFFFFF;
  background-color: #A054A0;
}

.btn-secondary {
  color: #FFFFFF;
  background-color: #0D4A97;
}

.btn-yellow {
  color: #372C55;
  background-color: #FCB833;
  padding: 16px 25px !important;
  font-size: 16px !important;
}

.btn {
  display: inline-block;
  font-size: 13px;
  padding: 12px 18px;
  transition: 0.25s;
  text-transform: none;
  text-align: center;
  font-weight: 700;
  position: relative;
  z-index: 1;
  border-radius: 7px;
  text-decoration: none;
  margin: 15px 0;
}

.btn:hover {
  opacity: 0.8;
}

strong {

  font-weight: 500;
  margin: 0 0 12px 0;
}

/*  */

.main_bannerWrap {
  background-color: transparent;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4.5vw 0 7.5vw;
  height: 58vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 0 40px #6a6a6a;
  position: relative;
  z-index: 1;
}

.cm_topics .main_bannerWrap{
  border-bottom: 15px solid #5451AF;
  height: 45vw;
  padding: 2.5vw 0;
}

.cm_topics .banner_title {
	max-width: 100%;
}

.cm_topics .banner_title h1 {
	font-size: 55px;
}

.cm_topics .banner_title h3{
	font-size: 44px;
}

.cm_topics .banner_info {
	margin: 35px 0;
	max-width: 518px;
}

.home_banner{ padding: 0vw 0 7.5vw;}

.banner_title {
  max-width: 370px;
}

.banner_title h1 {
  color: #fff;
  font-size: 58px;
  line-height: 1.05;
  margin-bottom: 20px;
}

.banner_title h3 {
  color: #FCB833;
  font-size: 58px;
  line-height: 1.05;
}

.banner_info {
  margin: 50px 0;
  max-width: 508px;
}

.banner_info h6 {
  color: #fff;
  font-size: 27px;
  font-weight: 500;
  margin: 0;
}

.cm_thought_banner .banner_info h6 {
  font-weight: normal !important;
}

.banner_info p {
  color: #fff;
  font-size: 27px;
  font-weight: 300;
}

.yellow-btn {
  background-color: #FCB833;
  color: #231F58;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
  padding: 20px 10px 21px;
  border-radius: 10px;
  min-width: 210px;
  text-align: center;
}

.yellow-btn:hover {
  background-color: #A054A0;
  color: #fff;
}


.hollow-btn { 
    border: 2px solid #A054A0;
    color: #A054A0;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    padding: 20px 10px 21px;
    border-radius: 10px;
    min-width: 210px;
    text-align: center;
    text-transform: capitalize;
  }
  
.hollow-btn:hover {
  border: 2px solid #FCB833;
  color: #FCB833 ;
}

/* banner end */


/* leadersWrap */
.leadersWrap {
  position: relative;
  background-color: #F7F7F7;
  z-index: 0;
  padding-bottom: 5em;
}

.leadersWrap::before {
  content: "";
  background-image: url(../images/l-dots.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -115px;
  width: 26vw;
  height: 100%;
  z-index: 0;
  opacity: 0.8;
}

.leadersWrap::after {
  content: "";
  background-image: url(../images/square.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  position: absolute;
  width: 30vw;
  height: 530px;
  top: -7vw;
  right: -5vw;
  z-index: -1;
}


.leaders_outer h2 {
  text-align: center;
  color: #443F7C;
  font-size: 50px;
}

.leaders_inner {
  padding: 20px 0;
  margin: 0 auto;
  max-width: 920px;
}

.leaders_slide {
  margin: 0 auto;
  max-width: 830px;
  background-color: #fff;
  box-shadow: 0px 6px 12px #00000040;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.leadersWrap_style .slick-list {
  overflow: visible;
}

.leaderImg {
  width: 100%;
  max-width: 46%;
  position: relative;
}

.leaders_slide img {
  display: block;
  border-radius: 15px 0 15px 15px;
}

.leaderImg::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(56deg, var(--unnamed-color-a054a0) 0%, #502A5000 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(56deg, #A054A0 0%, #502A5000 70%) 0% 0% no-repeat padding-box;
  opacity: 0.900;
  border-radius: 15px 0 0 15px;
}

.leaderInfo {
  width: 100%;
  max-width: 54%;
  padding: 30px 42px;
}

.leaderInfo h4 {
  color: #443F7C !important;
  font-size: 28px;
  margin-bottom: 30px;
}

.leaderInfo p {
  font-size: 23px;
  color: #676767;
  margin-bottom: 30px;
}

.leaderInfo a {
  color: #676767;
  text-decoration: underline;
  font-weight: 700;
  font-size: 21px;
}

.leaderInfo a:hover {
  color: #A054A0;
}

/* leadersWrap end*/


.fueledWrap {
  color: #fff;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  padding: 60px 0 0;
  position: relative;
  z-index: 2;
}

.fueledWrap h2 {
  color: #C4C4E5;
  font-size: 44px!important;
}

.fueled_info {
  /* padding-left: 60px; */
  padding-bottom: 40px;
  float: right;
  width: 100%;
  max-width: 515px;
}

.fueled_title {
  max-width: 420px;
}

.fueledWrap p {
  font-weight: 500;
  color: #fff;
  margin: 0;
  font-size: 23px;
  padding-bottom: 1.5em !important;
}

.fueled_info_inner {
  max-width: 310px;
}

.fueledWrap h6 {
  margin: 30px 0 15px 0;
  font-size: 22px;
  font-weight: 500;
}


.fueledImg img {
  display: block;
  width: 100%;
}
.fueledImg {
	position: relative;
}
/* .fueledImg::before {
	content: '';
	position: absolute;
	left: -42px;
	bottom: 34px;
	background-image: url(../images/fueled-thumb_1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 325px;
	height: 252px;
}

.fueledImg::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../images/fueled-thumb_2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
} */

.threeBoxWrap {
	padding: 5em 0;
  background-position: -55px top;
  background-size: 260px;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.threeBoxWrap::before {
  content: "";
  background-image: url(../images/three-box-graphic-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  width: 21vw;
  top: 0;
  left: -7vw;
  height: 100%;
  z-index: 0;
}

.threeBoxWrap::after {
  content: "";
  background-image: url(../images/three-box-graphic-2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  width: 570px;
  top: -140px;
  right: -380px;
  height: 100%;
  z-index: -1;
}

.threeBoxWrap .cm_row {
  justify-content: space-around;
}

.cm_box {
	padding: 0 15px;
}

.threeBoxWrap h4 {
  margin: 15px 0 15px 0;
}

.threeBoxWrap p {
  color: #231F58;
}

.threeBoxWrap .cm_icon img {
  height: 105px;
  width: auto;
}


/* learningWrap start */
.learningWrap {
  background-color: #fff;
  position: relative;
  padding: 3em 0 1em;
}

.learningWrap::before {
  content: '';
  position: absolute;
  left: 0;
  top: -32px;
  width: 100%;
  height: 32px;
  box-shadow: 0 0 50px #848484;
}

.learningWrap::after {
  content: "";
  background-image: url(../images/learning-section-graphic.png);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  position: absolute;
  width: 300px;
  height: 300px;
  top: 440px;
  right: -148px;
  z-index: 0;
	opacity: 0.4;

}

.learningWrap h2 {
  color: #443F7C;
  font-size: 50px;
  max-width: 840px;
  margin: 0 auto 50px;
  line-height: 1.2;
}

.learning_info {
  color: #333;
  font-size: 22px;
}

.learningWrap strong {
  display: block;
}

.learningWrap ul {
  padding: 0px 0 8px 16px;
  font-size: 20px;
}

.learningWrap ul li {
  margin: 0 0 5px 0;
}

.learning_title h3 {
  color: #A054A0;
  font-size: 42px;
}

.learning_info_outer .btn-primary {
  background-color: #A054A0;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  padding: 15px 30px 16px;
  border-radius: 10px;
  min-width: auto;
  text-align: center;
}

.learningWrap img {
  max-width: 94%;
}

.learningWrap .cm_row:nth-child(2n+1) {
  margin-top: 50px;
  margin-bottom: 50px;
  flex-direction: row-reverse;
}

.learningWrap .cm_row:nth-child(2n+1) .learning_title h3 {
  color: #0D4A97;
}

.learningWrap .cm_row:nth-child(2n+1) .btn-primary {
  background-color: #0D4A97;
}
.learning_info_outer {
margin-top: 0;
padding-left: 70px;
padding-bottom: 40px;
}
.learningWrap .cm_row:nth-child(2n+1) .learning_info_outer {
	    padding-left: 15px;
		    margin-top:0;
}

.learningWrap .cm_row {
	align-items: center;
}
/* learningWrap end */


/* whyrocketwrap */
.whyrocketWrap {
	position: relative;
	background-color: #F7F7F7;
	padding: 5em 0 3em;
}

.whyrocketWrap::before {
  content: '';
  position: absolute;
  left: 0;
  top: -32px;
  width: 100%;
  height: 32px;
  box-shadow: 0 0 50px #848484;
}

.whyrocketWrap::after {
  content: "";
  background-image: url(../images/whyrocket-grpahic-1.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  width: 370px;
  height: 370px;
  position: absolute;
  z-index: 0;
  top: auto;
  left: -148px;
  bottom: 160px;
}

.whyrocketWrap .cm_row:nth-child(2n) .whyrocket_info_list::after {
	bottom: -104px;
	right: 42px;
}

.whyrocket_outer {
  padding: 35px 10px 35px 0;
}

.whyrocket_title h2 {
    font-size: 56px!important;
    color: #443f7c;
}

.whyrocket_info p {
  font-size: 25px;
  font-weight: 300;
  color: #231F58;
  padding-right: 67px;
}

.whyrocket_info a {
	font-size: 25px;
	font-weight: 300;
	color: #231F58;
	margin-top: 20px;
	display: flex;
}


.whyrocket_info_list {
  background-color: #443F7C;
  padding: 30px 30px 40px;
  border-radius: 10px;
  position: relative;
  z-index: 999;
  max-width: 95%;
}

.whyrocket_info_list::after {
	content: "";
	background-image: url(../images/l-dots.svg);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: contain;
	position: absolute;
	bottom: -77px;
	right: -108px;
	width: 284px;
	height: 135px;
	z-index: 0;
opacity: 0.7;
mix-blend-mode: hard-light;
}

.whyrocketWrap ul {
  padding: 0;
  margin: 0;
}

.whyrocketWrap strong {
  display: block;
  font-weight: 700;
  max-width: 80%;
}

.whyrocket_info_list ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	z-index: 1;
}

.whyrocket_info_list li {
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  margin: 0 !important;
  font-weight: 600;
  padding: 14px 0;
}

.whyrocket_info ul li {
  margin: 0 0 2px 0;
  list-style-type: none;
  color: #231F58;
  font-size: 20px;
  font-weight: 300;
}

.whyrocket_info h6 {
  font-weight: 400;
  color: #231F58;
  font-size: 22px;
}

.whyrocketWrap .cm_row:nth-child(2n) {
	margin-top: 80px;
	margin-bottom: 60px;
	flex-direction: row-reverse;
}

.whyrocketWrap .cm_row:nth-child(2n) .whyrocket_title h2 {
  font-size: 45px;
  color: #A054A0;
}

.whyrocketWrap .cm_row:nth-child(2n) .whyrocket_info_list {
  background-color: #C193C4;
  color: #231F58;
}

.whyrocketWrap .cm_row:nth-child(2n) .whyrocket_info_list li {
  color: #231F58;
}

/* whyrocketwrap end */

/* testimonialWrap */
.testimonialWrap {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 60px 0 60px;
  position: relative;
  overflow: visible;
  z-index: 0;
}

.cm_thought-leaders .testimonialWrap {
	box-shadow: 0 0 40px #6a6a6a;
  z-index: 1;
}

.testimonialWrap::after {
  content: "";
  background-image: url(../images/square.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  width: 270px;
  height: 270px;
  position: absolute;
  z-index: -1;
  top: -135px;
  right: 150px;
}

.testimonialWrap__inner{
  overflow: hidden;
  padding-bottom: 30px;
}

.testimonial_outer h2 {
  text-align: center;
  color: #fff;
  font-size: 50px;
}

.testimonial_inner {
  padding: 20px 0;
  margin: 0 auto;
  max-width: 920px;
}

.testimonial--slider .slick-list {
  overflow: visible;
}

.testimonial_slide {
  margin: 0 auto;
  max-width: 830px;
  background-color: #fff;
  box-shadow: 0px 6px 12px #00000040;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  align-items: center;
	height: 100%;
}

.testimonialImg {
  width: 100%;
  max-width: 35%;
  position: relative;
  padding: 10px 10px 0;
}

.testimonial_slide img {
  display: block;
}


.testimonialInfo {
  width: 100%;
  max-width: 64%;
  padding: 40px 30px;
  line-height: 1.5;
  position: relative;
}

.testimonialInfo::before {
  content: "";
  background-image: url(../images/quote-icon.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  width: 56px;
  height: 43px;
  position: absolute;
  z-index: 0;
  top: 22px;
  left: -40px;
}

.testimonialInfo p {
  font-size: 22px;
  color: #676767;
  margin-bottom: 22px;
  font-weight: 600;
}

.leaders--slider .slick-track {
	display: flex;
}

.leaders--slider .slick-track .slick-slide {
	height: auto;
}

.leaders--slider .slick-slide > div, .leaders--slider .slick-slide > div > div {
	height: 100%;
}

.t_name {
  color: #231F58;
  font-weight: 500;
  font-size: 20px;
}

.t_info {
  color: #231F58;
  font-weight: 300;
  font-size: 20px;
}

/* testimonialWrap end */

.partnersWrap {
  position: relative;
}

.partnersWrap::before {
  content: '';
  position: absolute;
  left: 0;
  top: -32px;
  width: 100%;
  height: 32px;
  box-shadow: 0 0 50px #848484;
}

.partnersWrap h3 {
  color: #443F7C;
  font-size: 36px;
}

.partnersWrap_info {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px 40px;
}

/* end */

.cta_sc_Wrap {
  background-color: #A054A0;
  border-top: 5px solid #BBB8D8;
  border-bottom: 5px solid #BBB8D8;
  padding: 1.5em 0 1.5em;
}

.cta_sc_Wrap .cm_wrapper {
  max-width: 980px;
  margin: 0 auto;
}

.cta_sc_Wrap h3 {
  color: #fff;
  margin: 0 0 10px 0;
  font-size: 32px;
}

.cta_sc_Wrap p {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  margin: 0;
}

.cta_sc_btn {
  display: flex;
  justify-content: flex-end;
}

/* end */


/* start launchpadWrap*/

.launchpadWrap {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 6vw 0;
  height: 55.5vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.launchpad__inner {
  max-width: 500px;
}
.launchpad_outer {
    max-width: 505px;
	padding-left:30px;
}
.launchpadWrap h2 {
  color: #fff;
  font-size: 58px!important;
}

.launchpadWrap p {
  color: #fff;
  font-size: 23px;
  font-weight: 300;
}

.purple_btn .btn-primary {
  background-color: #A054A0;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  padding: 17px 10px 21px;
  border-radius: 10px;
  min-width: 210px;
  text-align: center;
  opacity: 1;
}

.purple_btn .btn-primary:hover {
  background-color: #FCB833;
  color: #fff;
}

.launchpadWrap__bottom {
	background-color: #141030;
	color: #fff;
	position: relative;
	top: 0px;
	z-index: 1;
	margin-top: -1px;
	padding-top: 1em;
	padding-bottom: 1em;
}

.launchpadWrap__bottom .cm_wrapper {
  max-width: 880px;
}

.launchpadWrap__bottom h4 {
  color: #fff;
  font-size: 36px;
}

/* end launchpadWrap */



/* contactFormWrap */
.contactFormWrap {
  background-color: #F7F7F7;
  text-align: center;
  position: relative;
}

.contactFormWrap::before {
  content: '';
  position: absolute;
  left: 0;
  top: -32px;
  width: 100%;
  height: 32px;
  box-shadow: 0 0 50px #848484;
}

.contactFormWrap .cm_wrapper {
  max-width: 890px;
}

.contactFormWrap h4 {
	color: #443F7C !important;
	font-size: 30px !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
}

/* end contactFormWrap */

/* resourcesWrap */
.resourcesWrap {
	position: relative;
	background-color: #5451AF;
	color: #fff;
	border-top: 8px solid #FCAF2D;
	padding: 3em 0 3em;
}

/*end resourcesWrap */


/* joinWrap */
.joinWrap {
  background-color: #231F58;
  border-top: 5px solid #BBB8D8;
  border-bottom: 5px solid #BBB8D8;
  padding: 1.5em 0 1.5em;
}

.joinWrap .cm_wrapper {
  max-width: 980px;
  margin: 0 auto;
}

.joinWrap h3 {
  color: #fff;
  margin: 0 0 10px 0;
  font-size: 32px;
}

.joinWrap p {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  margin: 0;
}

.join_btn {
  display: flex;
  justify-content: flex-end;
}

.join_btn .btn {
	min-width: 160px;
}
/* joinWrap end */











/* Gurmeet style for about page */


.about-banner h6 {
  color: #FCB833;
}

.butbeingWrap {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cbcbcb+0,efefef+10,ffffff+23 */
  background: #cbcbcb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #cbcbcb 0%, #efefef 10%, #ffffff 23%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #cbcbcb 0%, #efefef 10%, #ffffff 23%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #cbcbcb 0%, #efefef 10%, #ffffff 23%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cbcbcb', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  position: relative;
  z-index: 1;
  padding-bottom: 6em;
}

.butbeingWrap::before {
	content: "";
	background-image: url(../images/dots-4-rows.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 320px;
	height: 110px;
	top: 86px;
	left: -134px;
	background-size: contain;
	z-index: 0;
	opacity: 0.5;
}

.butbeingWrap::after {
	content: "";
	background-image: url(../images/square.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 238px;
	height: 242px;
	top: 146px;
	right: -118px;
	background-size: contain;
	z-index: 111;
	opacity: 0.5;
}

.butbeingWrap .butbeing_title::after {
	content: "";
	background-image: url(../images/dots-2-rows.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 230px;
	height: 50px;
	left: 50px;
	background-size: contain;
	z-index: 0;
	opacity: 0.65;
}

.butbeingWrap h3 {
  color: #231F58;
}

.butbeingWrap h3 span {
  font-family: 'Red Hat Display';
  font-weight: normal;
}

.butbeingWrap .butbeing_title {
	padding: 0 70px 0 50px;
	position: relative;
}

/* .butbeingWrap .butbeing_title::after {
	content: "";
	background-image: url(../images/dots-2-rows.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 230px;
	height: 50px;
	left: 0px;
	background-size: contain;
	z-index: 0;
} */


.butbeing_info {
  padding: 0 40px;
}

.butbeing_info p {
  font-size: 20px;
  line-height: 30px;
}



.about_threeBoxWrap {
  text-align: center;
  position: relative;
  overflow: hidden;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#22203e+0,614791+26 */
  background: #22203e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #22203e 0%, #614791 26%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #22203e 0%, #614791 26%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #22203e 0%, #614791 26%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#22203e', endColorstr='#614791', GradientType=0);
  /* IE6-9 */

}

.about_threeBoxWrap::before {
	content: "";
	background-image: url(../images/falling-lines-1.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 320px;
	background-size: cover;
	top: -76px;
	left: -80px;
	height: 300px;
	background-position: left bottom;
}

.about_threeBoxWrap::after {
	content: "";
	background-image: url(../images/falling-lines-2.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 310px;
	height: 250px;
	right: -78px;
	background-size: cover;
	top: auto;
	bottom: 0;
}

.cm_box {
	position: relative;
	z-index: 1;
    max-width: 275px;
    margin: 0 auto;
}
.threeBoxWrap .cm_box {
	max-width: none;
	padding: 0 20px;
}
.about_threeBoxWrap h2 {
  font-size: 38px;
  line-height: 44px;
  position: relative;
  color: #fff;
  margin: 0 0 45px 0;
}


.about_threeBoxWrap h4 {
  margin: 15px 0 15px 0;
}

.about_threeBoxWrap p {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  margin: 20px 0 0 0;
}

.about_threeBoxWrap .cm_icon img {
  height: 105px;
  width: auto;
}



.about_learningWrap {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#afafaf+0,ededed+4,f7f7f7+56 */
  background: #afafaf;
  /* Old browsers */
  background: -moz-linear-gradient(top, #afafaf 0%, #ededed 4%, #f7f7f7 56%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #afafaf 0%, #ededed 4%, #f7f7f7 56%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #afafaf 0%, #ededed 4%, #f7f7f7 56%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: relative;
}

.about_learningWrap::before {
  content: "";
  background: url(../images/whyrocket-grpahic-1.png) no-repeat;
  background-size: auto;
  position: absolute;
  width: 390px;
  height: 100%;
  top: 465px;
  left: -148px;
  background-size: 390px;
}

.about_learningWrap .row_1,
.about_learningWrap .row_2 {
  margin: 0 0 20px 0;
}

.about_learning_info {
	padding: 0 40px;
	color: #231F58;
	font-size: 22px;
	line-height: 30px;

}
.about_learningWrap img {
  max-width: 100%;
  text-align: center;
}

.about_learningWrap strong {
	display: block;
	font-weight: 700;
}

.about_learningWrap ul {
	padding: 0px 0 10px 16px;
	margin-left: 4px;
}

.about_learningWrap ul li {
	margin: 0 0 10px 0;
	font-size: 21px;
}



.andWrap {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d1d1d1+0,f7f7f7+8,ffffff+18,ffffff+18 */
  background: #d1d1d1;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d1d1d1 0%, #f7f7f7 8%, #ffffff 18%, #ffffff 18%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d1d1d1 0%, #f7f7f7 8%, #ffffff 18%, #ffffff 18%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d1d1d1 0%, #f7f7f7 8%, #ffffff 18%, #ffffff 18%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1d1d1', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  padding-bottom: 6em;
  position: relative;
}

.andWrap::before {
	content: "";
	background-image: url(../images/group-20345.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 635px;
	background-size: contain;
	top: 60px;
	left: -106px;
	height: 100%;
}

.andWrap::after {
	content: "";
	background-image: url(../images/group-20269.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 255px;
	height: 285px;
	right: 133px;
	background-size: contain;
	top: -147px;
	z-index: 0;
}

.and_title {
	background: #fff;
	border-radius: 20px;
	border: 2px solid #909090;
	padding: 45px 55px;
	margin: 0 100px 0;
	position: relative;
	z-index: 0;
	float: right;
	max-width: 350px;
}

.and_title::before {
	content: "";
	background-image: url(../images/group-20268.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 350px;
	height: 342px;
	background-size: contain;
	z-index: -1;
	left: -30px;
	top: 140px;
}

.and_title h2 {
  margin: 0;
  color: #676767;
  position: relative;
}

.and_title h2::after {
  background: #A054A0;
  content: "";
  position: absolute;
  width: 9px;
  height: 84px;
  border-radius: 125px;
  right: -61px;
  top: 8px;
}

.and_info {
	padding: 70px 0 0 60px;
	color: #231F58;
	position: relative;
	font-size: 20px;
	line-height: 30px;
	z-index: 1;
}

.and_info .btn {
	padding-left: 30px;
	padding-right: 30px;
	font-size: 15px;
}

.and_info::before {
	position: absolute;
	content: "";
	background: #C193C4;
	height: 10px;
	width: 80px;
	display: block;
	border-radius: 125px;
	top: 20px;
}

.andWrap img {
  max-width: 100%;
  text-align: center;
}

.andWrap strong {
  display: block;
}



.whoweareWrap {
  background: #50267C;
  position: relative;
}

.whoweareWrap::before {
	content: "";
	background-image: url(../images/group-0274.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 58px;
	background-size: cover;
	top: auto;
	left: 0;
	height: 620px;
	bottom: 7%;
	background-position: top left;
}

.whoweareWrap::after {
	content: "";
	background-image: url(../images/group-0275.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 630px;
	height: 400px;
	right: 0;
	background-size: 630px;
	top: 0;
}

.whoweareWrap-inner {
  position: relative;
  z-index: 222;
}

.whoweareWrap-inner::after {
	content: "";
	background-image: url(../images/falling-lines-2.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 300px;
	height: 300px;
	right: -55px;
	background-size: 300px;
	bottom: -212px;
}

.whoweareWrap .heading-wrapper {
  text-align: center;
  margin: 0 auto 70px;
  max-width: 50%;
}

.whoweareWrap .heading-wrapper h2 {
  color: #fff;
  padding: 0 0 12px 0;
}

.whoweareWrap .heading-wrapper h2::after {
  position: relative;
  content: "";
  background: #FCB833;
  height: 10px;
  width: 80px;
  display: block;
  border-radius: 125px;
  margin: 0 auto;
  bottom: -23px;
}

.whoweareWrap .heading-wrapper p {
  color: #fff;
}

.whoweareWrap .profile_row {
  margin: 0 0 80px 0;
}

.whoweareWrap .profile_thumb {
  position: relative;
  margin: 0 70px 0 50px;
  margin-top: 27px;
}

/* .whoweareWrap .profile_thumb::before { */
  /* content: ""; */
  /* background: #5451AF; */
  /* position: absolute; */
  /* width: 100%; */
  /* height: 100%; */
  /* left: -22px; */
  /* top: 20px; */
  /* z-index: 111; */
  /* border-radius: 0 0 0 25px; */
/* } */

/* .whoweareWrap .profile_thumb img { */
  /* max-width: 100%; */
  /* z-index: 222; */
  /* position: relative; */
  /* border-radius: 0 25px 0 0; */
/* } */


.whoweareWrap .profile_thumb img {
	max-width: 100%;
	z-index: 222;
	position: relative;
	border-radius: 0 25px 0 25px;
	display: block;
	top: -22px;
	right: -22px;
  width: 100%;
}



.whoweare_title h3 {
  color: #fff;
}

.whoweare_title h3 span {
  font-weight: normal;
  display: block;
  font-size: 28px;
}

.whoweare_info {
    padding: 0 50px 0 0;
    color: #fff;
    max-width: 700px;
}

.whoweare_info strong {
  color: #FFDDB7;
  font-style: italic;
  display: block;
}



.advisorsWrap {
  position: relative;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d1d1d1+0,f7f7f7+4,ffffff+9 */
  background: #d1d1d1;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d1d1d1 0%, #f7f7f7 4%, #ffffff 9%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d1d1d1 0%, #f7f7f7 4%, #ffffff 9%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d1d1d1 0%, #f7f7f7 4%, #ffffff 9%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1d1d1', endColorstr='#ffffff', GradientType=0);

}

.advisorsWrap::before {
	content: "";
	background-image: url(../images/group-20275.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 350px;
	background-size: contain;
	top: -98px;
	left: -146px;
	height: 100%;
}

.advisorsWrap::after {
	content: "";
	background-image: url(../images/dots-4-rows.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 250px;
	height: 100%;
	right: 0;
	background-size: contain;
	top: 90px;
	opacity: 0.6;
}

.advisorsWrap-inner {
  position: relative;
}

.advisorsWrap-inner::before {
	content: "";
	background-image: url(../images/group-20235.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 100px;
	background-size: contain;
	top: auto;
	left: -15px;
	height: 300px;
	opacity: 0.6;
	bottom: 3%;
}

.advisorsWrap-inner::after {
	content: "";
	background-image: url(../images/group-20276.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 320px;
	height: 390px;
	right: -104px;
	background-size: contain;
	top: auto;
	bottom: -3%;
}


.advisorsWrap .cm_wrapper {
  max-width: 980px;
}

.advisorsWrap .heading-wrapper {
  margin: 0 0 80px 0;
  position: relative;
z-index: 2;
}

.advisorsWrap .heading-wrapper h2 {
  color: #A054A0;
  position:relative;

  
}

.advisorsWrap .heading-wrapper h2::after {
    width: 110px;
    height: 10px;
    background: #C193C4;
    opacity: 1;
    content: '';
    position: absolute;
    border-radius: 30px;
    left: 50%;
    transform: translate(-50%,0);
    top: 100%;
    margin-top: 20px;
}
.advisorsWrap .profile_row {
  margin: 0 0 80px 0;
  position: relative;
  z-index: 1;
}

.advisorsWrap .profile_thumb {
  position: relative;
  margin: 0 70px 0 0;

}

/* .advisorsWrap .profile_thumb::before { */
  /* content: ""; */
  /* background: #5451AF; */
  /* position: absolute; */
  /* width: 100%; */
  /* height: 100%; */
  /* left: -22px; */
  /* top: 20px; */
  /* z-index: 111; */
  /* border-radius: 0 0 0 25px; */
/* } */

/* .advisorsWrap .profile_thumb img { */
  /* max-width: 100%; */
  /* z-index: 222; */
  /* position: relative; */
  /* border-radius: 0 25px 0 0; */
/* } */
.advisorsWrap .profile_thumb img {
    max-width: 100%;
    z-index: 222;
    position: relative;
    border-radius: 0 25px 0 25px;
    display: block;
    top: -15px;
    left: -15px;
    width: 100%;
}
.advisorsWrap .profile_thumb {
	position: relative;
	margin: 0 70px 0 0;
	background: #5451AF;
	border-radius: 0 25px 0 25px;
}

.advisors_title h3 {
  color: #333333;
  font-size: 30px;
}

.advisors_info {
  padding: 0 50px 0 0;
  color: #333333;
}


/* Additional css */ 
.about_learningWrap .cm_row:nth-child(even) .cm_col-lg-6:first-child{
    order: 2;
}

.partnersWrap_info {
    max-width: 90%;
    margin: 0 auto;
}
.fueledWrap h2 {
    color: #C4C4E5!important;
    margin-top: 25px;
}
.fueledWrap p {
    font-weight:600 !important;

}
.fueled_info h6 a {
    font-size: 23px;
    font-weight: 600 !important;
    color: #fff;
}
.learningWrap ul {
    margin: 0 0 0 10px;
}
.learning_info p strong{font-weight:700;}
.learningWrap ul li,
.learning_info p{color:#000;}
.leaders_outer h2, .learningWrap h2 {
  color: #231F58;
  margin: 0 0 15px 0;
} 

 .learningWrap h2 {
    max-width: 750px;
    margin: 0 auto 35px;
}
.partnersWrap h2 {
	font-size: 32px !important;
	color: #443f7c;
}
.whyrocketWrap ul {
    margin: 0 0 5px 0;
}


.banner_info h6 ,

.banner_info p {line-height:normal;}
.threeBoxWrap h4 {
    margin: 15px auto !important;
    max-width: 220px;
}
.whyrocket_info_list li {list-style:none;}
.resourcesWrap p, .resourcesWrap a,.LaunchPad_listInfo h6,.launchpadWrap__bottom h3,.resourcesWrap h4,
.resourcesWrap h3{color:#fff!important;}
.LaunchPad_listInfo h6 {
  font-size:20px; 
  font-weight:800!important;
    margin: 10px 0 15px 0;
    line-height: 1.3;
}
.custom-footer .cm_wrapper,
.resourcesWrap .cm_wrapper {
    max-width: 1290px;
    margin: 0 auto;
}
.resourcesWrap h6 {
    color: #C4C4E5 !important;
    font-size: 17px;
    font-weight: 600 !important;
    margin-bottom: 30px;
    text-align:center;
}

.resourcesWrap h3 {
	margin-bottom: 60px;
	font-size: 36px;
	line-height: 45px;
	font-weight: 700 !important;
    text-align:center;
}

.resources__box {
	padding-left: 10px;
	padding-right: 10px;
	max-width: 350px;
}
.resources__box > a {
	color: #C4C4E5 !important;
	font-weight: 500;
	font-size: 17px;
}

.launchpadWrap__bottom h3 {
    font-size: 38px;
    line-height: 45px;
    margin: 0 0 20px 0;
}
.LaunchPad_list .LaunchPad_listImg {
    width: 100px;
    margin: 0px 15px 15px 0;
}

.LaunchPad_listImg img {
	display: block;
}

.LaunchPad_list  .LaunchPad_listInfo{width:calc(100% - 115px);}
.LaunchPad_list {
	display: flex;
	padding-bottom: 15px;
}

.testimonial_slide img,
.leaderImg img{height:auto;}
.and_info p {
    color: #231F58;
    font-size: 20px;
    line-height: 30px;
}
.cat_name a {
    font-size: 14px;
    border: 1px solid #fff;
    padding: 2px 9px;
    display: block;
    margin: 0 0 10px;
    width: max-content;
}
.contactUs__form input {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 15px;
    opacity: 1;
	    font-family: Red Hat Display;
	
}
.contactUs__form #cf7md-form .mdc-button{
background: #443F7C 0% 0% no-repeat padding-box!important;
border-radius: 8px!important;
opacity: 1;
width: 180px;
height:48px;
margin-top:10px;
text-align: center;
font: normal normal bold 18px/24px !important;
letter-spacing: 0px;
 font-family: Red Hat Display;
color: #FFFFFF!important;
}
.contactUs__form form ::placeholder{
text-align: left;
    font-family: Red Hat Display;
font: normal normal normal 36px/48px Red Hat Display;
letter-spacing: 0px;
color: #AAAAAA;
opacity: 1;
}
.contactUs__form #cf7md-form .mdc-text-field .mdc-text-field__input {
	background: #fff;
	border-radius: 8px;
	resize: none !important;
	margin-top: 0;
}

.contactUs__form #cf7md-form .mdc-text-field textarea.mdc-text-field__input {
	height: 112px !important;
}
#cf7md-form .cf7md-item, #cf7md-form input, #cf7md-form label, #cf7md-form textarea, #cf7md-form p, #cf7md-form .mdc-select, #cf7md-form.cf7md-form + .wpcf7-response-output, #cf7md-form .wpcf7-not-valid-tip, #cf7md-form .cf7md-card-title, #cf7md-form .cf7md-card-subtitle, #cf7md-form .mdc-button, #cf7md-form .mdc-floating-label, #cf7md-form .mdc-text-field-helper-text,
#cf7md-form .mdc-text-field__input, #cf7md-form .mdc-select__native-control, #cf7md-form .mdc-form-field{
	 font-family: Red Hat Display!important;
	color: #AAAAAA!important;
}

.mdc-layout-grid__cell--span-12 {
	display: none;
}
.whyrocket_info_list li::before {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    color: #fff;
    left: 0;
    content: "\f046";
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 38px;
}
.whyrocket_info_list li {
    list-style: none;
    padding-left: 45px;
    position: relative;
}
.whyrocketWrap .cm_row:nth-child(2n) .whyrocket_info_list li::before{    color: #231F58;
}
.about_contact h4{color:#fff!important;}
.about_contact {
    background-color: transparent;
    background-position: center  center;
    background-repeat: no-repeat;
    background-size: cover;
     position: relative;
    z-index: 1;
}
.about_contact .contactUs__form #cf7md-form .mdc-button{
background:#FCB833!important;
color:#333333!important;

}
.about_threeBoxWrap h2 {
    font-size: 38px!important;
    line-height: 44px!important;
    max-width: 750px;
    margin: 0 auto 75px;
    position: relative;
}
.about_threeBoxWrap h2::after {
    width: 110px;
    height: 10px;
    background: #C193C4;
    opacity: 1;
    content: '';
    position: absolute;
    border-radius: 30px;
    left: 50%;
    transform: translate(-50%,0);
    top: 100%;
    margin-top: 20px;
}
.banner_info h6 {
    font-weight: 500!important;
 
}
.butbeingWrap .butbeing_title h3{ 
   font-size: 38px;
    line-height: 45px;
}
.and_info p a {
    color: #231F58;
    font-weight: 700;
    text-decoration: underline;
}
#ajax-content-wrap #footer-outer #copyright {
    border-top: 0;
}

.custom-footer {
    background-color: #45417c;
	padding:2rem 0;
	border-top: 0px solid #707070;
} 

.custom-footer ul{margin:0;}
.custom-footer ul li{list-style:none; color:#fff; margin-bottom: 5px;}
.custom-footer ul li a{
	/* font-weight:600;  */
	font-weight:normal; 
	color:#fff;}
.custom-footer h3.widget-title {
    font-size: 18px;
	    margin: 0 auto;color:#fff;
}
.custom-footer  section {
    padding: 0 0;
}
.custom-footer .cm_row a{color:#fff;}
.custom-footer .cm_row {
      align-items: flex-start;
}

/* common slider style*/

.slick-slider .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.slick-slider .slick-arrow {
	background-color: #5451AF;
	background-position: center;
	background-repeat: no-repeat;	
	background-size: 14px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border: 0;
	font-size: 0;
	text-indent: -999em;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	box-shadow: 0px 1px 5px #7d7d7d;
	cursor: pointer;
	z-index: 3;
}

.slick-prev.slick-arrow {
	left: -27px;
	background-image: url(../images/arrow-left.svg);
	background-position: 19px center;
}

.slick-next.slick-arrow {
	right: -28px;
	background-image: url(../images/arrow-right.svg);
	background-position: 22px center;
}

.slick-dots {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: -40px;
	width: 100%;
}

.slick-dots li {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}
.slick-dots li button {
	border: 1px solid #A0A0A0;
	background: none;
	font-size: 0;
	width: 16px;
	height: 16px;
	margin: 0 6px;
	cursor: pointer;
	position: relative;
	border-radius: 20px;
}

.slick-dots li button::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: 10px;
	height: 10px;
	border-radius: 20px;
	background: none;
}

.slick-dots li.slick-active button::before {
	background: #5451AF;
}

.testimonialWrap_style .slick-dots li button {
	border-color:#fff;
}

.testimonialWrap_style .slick-dots li.slick-active button::before {
	background: #fff;
}

.testimonialWrap_style.slick-slider .slick-arrow {
	background-color: #A054A0;
	box-shadow: 0px 1px 5px #371455;
}
p img.footer-logo {
    width: 150px!important;
    float: right;
    margin: 0 auto;
}
div#footer-outer .col.span_5 {
    width: 100%;
}
/* .resourcesWrap .cm_row {
    align-items: flex-start;
} */
/* ul#menu-footer-left li::before { */
    /* position: absolute; */
    /* left: 0; */
    /* width: 8px; */
    /* content: ''; */
    /* height: 2px; */
    /* background: #fff; */
    /* top: 13px; */
/* } */

ul#menu-footer-left li a {
    font-weight: normal;
}
ul#menu-footer-left li {
    position: relative;
    /* padding-left: 15px; */
    /* padding-left: 15px; */
}


.wpcf7-spinner {
	display: none;
}

.custom-footer {
	clear: both;
}


form section {
	padding: 0;
	overflow: visible;
}

@media (min-width: 600px){
form .card {
  margin-top: 1em !important;
}
}

#cf7md-form .cf7md-card-title--large{
color: #000 !important;
font-weight: 300 !important;
font-family: Quicksand !important;	
}


/* Thought Leader page */

.leaders_outer strong {
	color: #231F58;
	font-style: italic;
	font-size: 34px;
	text-align: center;
	display: block;
	font-weight: normal;
	padding-bottom: 30px;
}

.cm_thought-leaders .leaders_outer h2 {
	margin: 0 0 25px 0;
	font-size: 55px !important;
}

.cm_thought-leaders .testimonialWrap::after {
  top: 54%;
  right: auto;
  left: 64%;
  transform: translate(1%, -1% );
} 

@media only screen and (max-width: 1439px) {
.cm_thought-leaders .testimonialWrap::after {
    left: 66%;
}
}
.cm_thought_banner {
	border-bottom: 15px solid #5451AF;
	box-shadow: 0 0 40px #0b082b;
	z-index: 3;
	height: 49vw;
	padding: 2.5vw 0;
}

.cm_thought_banner .banner_title {
	max-width: 100%;
}

.cm_thought_banner .banner_title h1 {
	font-size: 55px;
}

.cm_thought_banner .banner_title h3{
	font-size: 44px;
}

.cm_thought_banner .banner_info {
	margin: 35px 0;
	max-width: 518px;
}

/* About section  */

.about_sectionWrap {
	color: #fff;
	background-repeat: no-repeat;
	background-position: top right;
	background-size: cover;
	padding: 90px 0 30px;
	position: relative;
	z-index: 0;
}

.cm_thought-leaders .about_sectionWrap{
  z-index: 2;
}

.about_sectionWrap::before {
  content: "";
  background-image: url(../images/sec1_leader_1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  width: 260px;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1; 
}

.about_sectionWrap::after {
  content: "";
  background-image: url(../images/sec1_leader_3.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
  position: absolute;
  width: 150px;
  bottom: 175px;
  right: 0;
  height: 100%;
  z-index: -1;
  top: auto;
}


.about_sectionWrap h2 {
	color: #fff;
	font-size: 55px !important;
	padding-bottom: 20px;
}

.about_section_info {
  padding-left: 60px;
  padding-bottom: 0;
  float: right;
  width: 100%; 
}

.about_section_title { 
  text-align: center;
}

.about_sectionWrap p {
  color: #fff;
  margin: 0;
  font-size: 24px;
}

.about_section_info_inner p {
	margin-bottom: 40px;
}

.about_section_info_inner p:last-child {
	margin: 0;
	padding: 0 !important;
}

.about_sectionWrap h6 {
  margin: 30px 0 15px 0;
  font-size: 22px;
  font-weight: 500;
}

.about_section-Img {
  position: relative;
  z-index: 2;
}

.about_sectionWrap .after-img::after{ 
  content: "";
  background-image: url(../images/sec1_leader_2.png);
  background-size: 100%;
  background-position: bottom right;
  position: absolute;
  width: 400px;
  bottom: -30px;
  right: -10px;
  height: 100%;
  z-index: -1;
  top: auto;
  background-repeat: no-repeat;
  } 

  .about_sectionWrap .after-img {
    position: relative;
    padding-bottom: 150px;
}

.about_section-Img::after {
	content: "";
	background: #5451AF;
	border-radius: 0px 32px 0 32px;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 25px;
	top: 25px;
	z-index: -1;
}

.about_section-Img img { 
  box-shadow: 10px 10px 15px #00000080;
  border: 4px solid #5451AF;
  border-radius: 0px 32px; 
}

@media only screen and (max-width: 1439px) {
.about_sectionWrap .after-img {
	padding-bottom: 0;
}

.about_sectionWrap .after-img::after {
	bottom: 50px;
}

.about_sectionWrap {
	padding: 90px 0 70px;
}
}

/* end of about section*/

.cm_thought-leaders .testimonial_outer h2 {
	font-size: 55px !important;
}

/* individual_teams section  */

.individual_teamsWrap {
	color: #fff;
	background-repeat: no-repeat;
	background-position: top right;
	background-size: cover;
	padding: 2em 0 3em;
	position: relative;
	z-index: 2;
}

.cm_thought-leaders .individual_teamsWrap{
  z-index: 0;
}

.individual_teamsWrap::before {
  content: "";
  background-image: url(../images/sec3_leader_1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  width: 260px;
  top: 25px;
  left: 0;
  height: 100%;
  z-index: -1; 
}

.individual_teamsWrap::after {
  content: "";
  background-image: url(../images/sec3_leader_2.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
  position: absolute;
  width: 250px;
  bottom: 192px;
  right: 0;
  height: 100%;
  z-index: -1;
  top: auto;
}

.individual_teamsWrap h2 {
	color: #231F58;
	font-size: 55px !important;
	margin: 0 0 22px;
}

.individual_teams_info {
	padding: 40px 50px 40px;
	width: 100%;
	max-width: 1050px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0px 3px 9px -4px #000;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

.individual_teams_info::before {
	content: '';
	background: #5451AF;
	height: 10px;
	width: 280px;
	position: absolute;
	left: 50%;
	top: -6px;
	border-radius: 125px;
	transform: translateX(-50%);
}

.individual_teams_title {
	text-align: center;
	margin: 0 0 60px;
}

.individual_teams_title strong {
	color: #231F58;
	font-size: 38px;
	display: block;
	font-weight: 400;
}

.individual_teamsWrap p {
  color: #333;
  margin: 0;
  font-size: 18px;
}
.individual_teams_info_inner {
	color: #333;
}
.individual_teams_info_inner h5 {
	color: #443F7C;
	font-size: 30px;
	line-height: normal;
	padding: 0 0 20px;
}

.individual_teams_info_inner p {
	font-size: 22px;
	margin-bottom: 30px;
	line-height: 1.4;
}
.individual_teams_info_inner p:last-child {
	margin:0px;
}

.individual_teamsWrap h6 {
  margin: 30px 0 15px 0;
  font-size: 22px;
  font-weight: 500;
}


.individual_teamsImg img {
  display: block;
  width: 100%;
}

.individual_teamsImg {
	position: relative;
}


/* .individual_teamsWrap a, */ .individual_teams_join_btn a{
  display: inline-block;
  min-width: 200px;
  padding: 20px 18px;
  font-size: 20px;
  border-radius: 11px;
  margin: 40px 0 0 0;
  font-weight: 700;
}

.about_section_info_inner a {
	margin-top: 20px;
}

/*Thought team individual section */


/*engage_sectionWrap section */
:root{

}
.engage_sectionWrap {
	padding: 4em 60px 6em;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#231f58),to(#4724a5));
	background: -o-linear-gradient(top, #231f58 0%,#4724a5 100%);
	background: linear-gradient(to bottom, #231f58 0%,#4724a5 100%);
}

.cm_thought-leaders .engage_sectionWrap {
	box-shadow: 0 10px 26px #888;
}
 
.engage_sectionWrap::before {
	content: "";
	background-image: url(../images/sec4_leader_1.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	width: 260px;
	top: 0;
	left: 0;
	height: 100%;
	z-index: -1;
	mix-blend-mode: overlay;
	opacity: 0.9;
}

.engage_sectionWrap::after {
	content: "";
	background-image: url(../images/sec4_leader_2.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom right;
	position: absolute;
	width: 260px;
	bottom: -10px;
	right: -10px;
	height: 100%;
	z-index: -1;
	top: auto;
  mix-blend-mode: overlay;
	opacity: 0.9;
}

.engage_sectionWrap .cm_row {
  justify-content: space-around;
}

.cm_box {
	padding: 0 15px;
}

.engage_section_title { 
  text-align: center;
  margin: 0 0 40px 0;
}  

.engage_sectionWrap h2 {
	margin: 0 0 55px 0;
	text-align: center;
	color: #fff;
	font-size: 55px !important;
	line-height: normal !important;
}

.engage_sectionWrap h4 {
  margin: 15px 0 15px 0;
}

.engage_sectionWrap p {
  color: #333;
}  

.engage_sectionWrap .cm_box {
	background-color: #fff;
	border-radius: 20px;
	padding: 0 30px 40px;
	width: 100%;
	max-width: 97%;
	display: flex;
	flex-direction: column;
	border: 3px solid #5451af;
	box-shadow: 0 0 14px #1e0b53;
  height: 100%;
}

.engage_sectionWrap .cm_box h4 {
	margin: -2px -30px 20px !important;
	padding: 20px 10px 18px;
	color: #fff !important;
	background-color: #5451AF;
	border-radius: 17px 17px 0 0;
	font-weight: 400 !important;
	text-transform: uppercase;
	font-size: 31px !important;
}

.engage_sectionWrap p {
	color: #333;
	font-size: 20px;
	font-weight: 700;
	margin: 0 -20px;
	padding-bottom: 30px !important;
}

.engage_sectionWrap p strong {
	color: #5451AF;
	font-size: 26px;
	font-weight: 700;
	line-height: normal;
	display: block;
	margin-bottom: 22px;
}

.engage_sectionWrap .cm_box a {
	color: #fff;
	background-color: #5451AF;
	display: inline-block;
	min-width: 200px;
	padding: 20px 18px;
	font-size: 20px;
	border-radius: 11px;
}

.engage_sectionWrap .cm_box a:hover {
	opacity:0.9;
}  

.engage_sectionWrap em {
	font-style: italic;
	color: #662D91;
	font-size: 26px;
	display: block;
	margin: 20px 0 0 0;
}

.engage_sectionWrap .cm_box p span {
	font-size: 18px;
	max-width: 210px;
	margin: 0 auto;
	display:block ;
}

.engage_sectionWrap .cm_box ul {
	margin: 0;
	padding: 0 0 20px;
	text-align: left;
	list-style: none !important;
}


.engage_sectionWrap .cm_box ul li::before {
	content: '';
	position: absolute;
	left: 5px;
	top: 11px;
	background-color: #333;
	width: 5px;
	height: 5px;
	border-radius: 530px;
}

.engage_sectionWrap .cm_box ul li {
	list-style: none;
	margin: 0 0 12px;
	padding: 0 0 0 20px;
	font-size: 19px;
	position: relative;
	font-weight: 300;
}

.engage_sectionWrap [class*="cm_col-"]:nth-child(2n) .cm_box {
  border-color: #A054A0;
}

.engage_sectionWrap [class*="cm_col-"]:nth-child(2n) .cm_box h4 {
	background-color: #A054A0;
}

.engage_sectionWrap [class*="cm_col-"]:nth-child(2n) .cm_box p strong {
	color: #A054A0;
}

.engage_sectionWrap [class*="cm_col-"]:nth-child(2n) .cm_box a{
  background-color: #A054A0;
}

.engage_sectionWrap [class*="cm_col-"]:nth-child(3n) .cm_box {
  border-color: #662D91;
}

.engage_sectionWrap [class*="cm_col-"]:nth-child(3n) .cm_box h4 {
	background-color: #662D91;
}

.engage_sectionWrap [class*="cm_col-"]:nth-child(3n) .cm_box p strong {
	color: #662D91;
}

.engage_sectionWrap [class*="cm_col-"]:nth-child(3n) .cm_box a{
  background-color: #662D91;
}

.engage_sectionWrap p:last-child {
	padding-bottom: 0 !important;
	margin-top: auto;
}

/* ENgage section wrap ends */



/* individual_teams section  */

.why_engagmentWrap {
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 4em 0 0;
	position: relative;
	z-index: 0;
	background-size: cover;
	background-color: #fff;
}
@media only screen and (min-width: 1400px) and (max-width: 1500px) {
.why_engagmentWrap {
	background-size: 90%;
  background-position: left bottom;
}
}

.why_engagmentWrap::before {
  content: "";
  background-image: url(../images/sec4_leader_1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  width: 260px;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  mix-blend-mode: multiply;
}

.why_engagmentWrap::after {
	content: "";
	background-image: url(../images/topic1_1.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom right;
	position: absolute;
	width: 300px;
	bottom: 30px;
	right: 3px;
	height: 100%;
	z-index: -1;
	top: auto;
	opacity: 0.6;
}

.why_engagmentWrap h2 {
  color: #231F58;
  font-size: 55px !important;
  margin: 0 0 20px 0; 
} 

.why_engagment_info {
  position: relative;
  padding: 0 0 200px 0;
}

.why_engagment_info::before {
  content: "";
  background-image: url(../images/topic1_1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  width: 260px;
  top: 7px;
  left: -306px;
  height: 100%;
  z-index: 1;
}

.why_engagment_info::after {
	content: "";
	background-image: url(../images/topic1_2.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom right;
	position: absolute;
	width: 290px;
	bottom: 0;
	left: 45px;
	height: 100%;
	z-index: -1;
	top: auto;
	opacity: 0.7;
}
  
.why_engagment_title {
	text-align: center;
	margin: 0 0 60px 0;
}

.why_engagment_title strong {
  color: #231F58; 
  font-size: 30px; 
  display: block;
}
 
.why_engagmentWrap p {
  color: #333;
  margin: 0;
  font-size: 22px;
}

.why_engagmentWrap ul {
  margin: 20px 0;
}

.why_engagmentWrap li {
	font-size: 22px;
	list-style: none;
	margin: 0 0 5px 0;
	font-weight: normal;
}

.why_engagment_info_inner { 
}

.why_engagmentWrap .align-base{
  display: flex;
  align-items: baseline;
}


/*Why engage  section ends */




/* joinWrap */
.journeyWrap {
  background-color: #190A6C;
  border-top: 5px solid #BBB8D8;
  border-bottom: 5px solid #BBB8D8;
  padding: 1.5em 0 1.5em;
  background-repeat: no-repeat;
  background-size: 20%;
  background-position: 12% center;
  text-align: center;
}

.cm_topics .journeyWrap {
	box-shadow: 0 10px 26px #888;
	position: relative;
	z-index: 1;
  background-size: auto 100%;
}

.journeyWrap .cm_wrapper {
  max-width: 980px;
  margin: 0 auto;
}

.journeyWrap h3 {
  color: #fff;
  margin: 0 0 10px 0;
  font-size: 32px;
}

.journeyWrap p {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  margin: 0;
}

.journey_btn {
  display: flex;
  justify-content: flex-end;
}

.journey_btn .btn {
	min-width: 160px;
}

/* journeyWrap end */



/* Focus section start*/

.focus_section{
  text-align: center;
  background: rgb(2,0,36) !important;
  background: -moz-linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(71,36,165,1) 100%) !important;
  background: -webkit-linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(71,36,165,1) 100%) !important;
  background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(71,36,165,1) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#4724a5",GradientType=1) !important;
  padding: 3em 0 2em;
  position: relative;
  z-index: 2;
}

.focus_section::before{
  content: "";
  background-image: url(../images/sec4_leader_1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  width: 260px;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  mix-blend-mode: overlay;
  opacity: 0.9;
}

.focus_section::after {
  content: "";
  background-image: url(../images/sec4_leader_2.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
  position: absolute;
  width: 260px;
  bottom: -10px;
  right: -10px;
  height: 100%;
  z-index: -1;
  top: auto;
  mix-blend-mode: overlay;
  opacity: 0.9;
}

.focus_section_title h2{
  color: #fff;
  font-size: 55px !important;
} 

.focus_section_info_inner {
  margin: 0 auto 90px;
  max-width: 43%;
}

.focus_section_info_inner p {
  color: #fff;
  font-weight: 500;
  font-size: 22px;
}

.focus_section_info_bottom {
	max-width: 590px;
	margin: 50px auto 0;
}

.focus_section_info_bottom p {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
}

.focus_section .cm_box { 
  padding: 0 37px 10px !important;
  border: 1px solid;
  border-radius: 20px;
  background: #fff;
  text-align: left;
  height: 100%;
} 

.focus_section .cm_icon {
  position: relative;
  text-align: center;
  margin: -53px 0 0 0;
} 

.focus_section h4 {
  margin: 20px 0 !important;
  max-width: 200px;
}
 
.focus_section .cm_box p {
  font-size: 20px;
}

/* Focus section ends */



/* FAQ accordion */


.faq_title{
  text-align: center;
}

.faq_title h2{
  color: #fff;
  font-size: 55px !important;
} 

.faq_accordion_holder {
  max-width: 990px;
  margin: 0 auto;
}

.accordianCols {
  border-bottom: 1px solid #5E5E6A;
}

.faq_accordion_title {
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  padding: 24px 10px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  border: none;
  font-size: 26px;
  position: relative;
}

.faq_accordion_title span {
	position: absolute;
	right: 10px;
	top: 23px;
	border: 1px solid #fff;
	width: 30px;
	height: 30px;
	display: block;
	border-radius: 50%;
}

.faq_accordion_title span::before {
	content: '';
	width: 17px;
	height: 1px;
	background: #fff;
	position: absolute;
	display: block;
	top: 50%;
	left: 6px;
	transform: translateY(-50%);
}

.faq_accordion_title span::after {
	content: '';
	width: 1px;
	height: 17px;
	background: #fff;
	position: absolute;
	display: block;
	top: 50%;
	left: 14px;
	transform: translateY(-50%);
	margin-left: 0px;
}


.faq_active .faq_accordion_title span::after {
	display: none;

}

.faq_active .faq_accordion_title span {
	border-color: #a054a0;
}

.faq_active .faq_accordion_title span::before{
  background: #a054a0;
}

.faq_panel {
  padding: 0 10px;
  display: none;
  overflow: hidden;
  font-size: 22px;
  color: #fff;
}

.faq_active .faq_accordion_title, .faq_accordion_title:hover {
	color: #A054A0;
}



/* FAQ accordion ends */



/* Get section start*/

.get_section{ 
  background: #231F59;
  padding: 3em 0 2em;
  position: relative;
}

.get_section::before{
  content: "";
  background-image: url(../images/topic5_1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  width: 260px;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  mix-blend-mode: overlay;
  opacity: 0.9;
}

.get_section::after {
  content: "";
  background-image: url(../images/topic5_3.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
  position: absolute;
  width: 260px;
  bottom: -10px;
  right: -10px;
  height: 100%;
  z-index: -1;
  top: auto;
  mix-blend-mode: overlay;
  opacity: 0.9;
}

.get_section_title h2{
  color: #fff;
  font-size: 55px !important;
  text-align: center;
  margin: 0 0 80px 0;
}  

.get_section .cm_box { 
  padding: 20px 30px !important;
  border: 1px solid;
  border-radius: 20px;
  background: #000;  
  max-width: none;
}  

.get_section h4 {
	color: #fff !important;
	margin: 0 0 18px 0 !important;
	font-size: 32px !important;
}
 
.get_section p {
	color: #fff;
	font-size: 22px;
	padding-right: 8%;
	line-height: 1.2;
}

.get_col {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 25%;
	border-radius: 20px;
	box-shadow: 0px 5px 12px #151331;
	margin: 0 12px 30px;
	position: relative;
	overflow: hidden;
  height: 420px;
}

.get_col::before {
	background: transparent linear-gradient(56deg, var(--unnamed-color-0C0A2F) 0%, #231F581C 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(56deg, #0C0A2F 0%, #231F581C 70%) 0% 0% no-repeat padding-box;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
 
.get_row {
	display: flex;
	flex-wrap: wrap;
}  


.get_col:nth-child(4n), .get_col:nth-child(4n+1) {  
    width: 64%; 
}
.get_col:nth-child(4n+2), .get_col:nth-child(4n+3) {  
    width: 32%;
} 

/* .get_col:nth-child(4n+2) .get_col_inner, .get_col:nth-child(4n+3) .get_col_inner{  
  padding: 120px 20px 20px;
}  */

.get_col_inner {
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 20px;
	position: relative;
	max-width: 400px;
}
.get_col:nth-child(4n+1) .get_col_inner {
	justify-content: flex-start;
} 

.get_col:nth-child(4n+2) .get_col_inner, .get_col:nth-child(4n+3) .get_col_inner {
	justify-content: flex-end;
} 

/* Focus section ends */

.cm_social_wrap {
	display: flex;
	align-items: center;
	padding-top: 50px;
}

.social_icon {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
}

.social_icon img {
	display: block;
}

.social_icon {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}

/* .social_icon:last-child {
	display: none;
} */

.social_icon span {
	background-color: #662D91;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	padding: 7px;
	margin: 0 6px 0 0;
}

.social_icon:hover span {
	background-color: #fdb933;
}

.social_icon h6 {
	margin: 0 !important;
	padding: 0 !important;
	color: #fff;
	font-size: 22px;
}

.social_icon:hover h6 {
	color: #fdb933;
}

.social_icon img {
	display: block;
	padding: 0 3px;
}

.heateor_sss_sharing_ul a {
	margin-right: 10px !important;
}

.heateor_sss_sharing_ul a span svg {
	padding: 3px;
}
/* home page */
.vid_bt_list
{
	display: flex;
    align-items: center;
/*    padding-top: 30px; */
    gap: 10px;
	flex-wrap: wrap;
}


.mobile_text{ margin-bottom: 0px;margin-top: 30px;}
.vid_bt_list img { max-height: 50px; }
@media only screen and (max-width: 991px) {
  .vid_bt_list a { margin:0 !important;}
  .vid_bt_list img { max-height: 70px; }
.vid_bt_list{
    flex-direction:column;
  }

}