@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');

@font-face {
  font-family: Comicise;
  src: url(../fonts/Comicise.ttf);
}


body {
 	font-family: 'Nunito', sans-serif !important; 
 	font-weight: normal;
 	color: #31344b;
}



html {
	scroll-behavior: smooth;
}

.progress {
  background: linear-gradient(to right,#de2e34 0%, #f8dc23 30vw, #15924a 70vw, #1b7dc6 100vw); 
  /* pre-set background gradient */
  background-repeat: no-repeat;
  position: fixed;
  width: var(--scroll); /* Variable width based on scroll position */
  top:0;
  left:0;
  height: 4px !important;
  z-index: 99;
}

.MainBanner {
	background: url(../images/MainBannerBgShape.png) #e2f7ff no-repeat;
	background-position: left top;
	position: relative;
	padding-bottom: 100px;
}

.MainBanner::after {
	content: '';
	position: absolute;
	top: 40%;
	left: 100px;
	background: #4250f1;
	width: 15px;
	height: 15px;
	z-index: 1;
	border-radius: 100px;
}

.MainBanner::before {
	content: '';
	position: absolute;
	top: 60%;
	right: 100px;
	background: #43c4d8;
	width: 25px;
	height: 25px;
	z-index: 1;
	border-radius: 100px;
}

.topBar {
	background: #fbfbfb;
	padding-bottom: 5px;
	display: none;
}

.topBar_Btns {
	list-style: none;
	padding: 0;
	text-align: center;
	margin: 0;
}

.topBar_Btns li {
	display: inline-block;
	color: #31344b;
	padding-right: 2px;
	position: relative;
	font-size: 0.8rem;
}

.topBar_Btns li a {
	color: #31344b;
}

.topBar_Btns li .btn {
	background: #fbfbfb;
	transition: all .2s ease;
	font-size: 0.8rem;
	border: 0px solid #d1d9e6;
	box-shadow: 3px 3px 6px rgba(184, 185, 190, 0.43),-3px -3px 6px #fff;
	padding: .3rem .75rem;
	color: #31344b;
	border-radius: 0 0px 5px 5px;
}

.topBar_Btns li .btn:hover {
	color: #31344b;  
	box-shadow: inset 2px 2px 5px #b8b9be,inset -3px -3px 7px #fff;
}

.topBar_Btns .dropdown-menu li {
	display: block;
	padding-right: 0px;
}

.topBar_Btns .dropdown-menu { 
	border: 1px solid rgb(226, 247, 255); 
}

.topBar_Btns .dropdown-item:focus, 
.topBar_Btns .dropdown-item:hover { 
	background-color: #f3fcff;
}

.Menu {
	padding-top: 18px;
	background: #fff;
	box-shadow: 9px 9px 12px rgba(17, 12, 91, 0.05);
	padding-bottom: 12px;
}

.menu_dec22 {
	padding-bottom: 15px;
}

.Menu .logo figure {
	margin: 0;
}

.MenuPL {
	padding-left: 0;
	display: flex;
}

.MenuPL.menuDec2022 {
	margin-top: 22px;
	border-top: 1px solid #f2f2f2;
	padding-top: 15px;
}

.Menu .navbar {
	padding-top: 0;
	padding-bottom: 0;
	/* float: left; */
	margin: 0 auto;

	min-height: unset;
}

.Menu .navbar-dark .navbar-nav .nav-link {
	color: #000000;
	position: relative;
	font-size: 14px;
	font-weight: 500;

	padding-right: .0rem;
	padding-left: .0rem;
	padding-top: 0;
	padding-bottom: 0;
}

.Menu .navbar-dark .navbar-nav .nav-link:focus, 
.Menu .navbar-dark .navbar-nav .nav-link:hover {
	color: #3A4ACE;
	background: transparent;
}
 
.Menu .navbar-dark .nav-item {
	display: inline-block;
	list-style: outside none none;
	margin: 0em 0.6em;
	padding: 0;
} 

.Menu .navbar-dark .nav-item a::before,
.Menu .navbar-dark .nav-item a::after {
  content: '';
  height: 10px;
  width: 10px;
  position: absolute;
  transition: all .35s ease;
  opacity: 0;
}

.Menu .navbar-dark .nav-item a::before {
	content: '';
	right: -10px;
	top: 0px;
	border-top: 2px solid #3A4ACE;
	border-right: 2px solid #3A4ACE;
	transform: translate(-100%, 50%);
}

.Menu .navbar-dark .nav-item a::after {
	content: '';
	left: -10px;
	bottom: 0;
	border-bottom: 2px solid #3A4ACE;
	border-left: 2px solid #3A4ACE;
	transform: translate(100%, -50%);
}

.Menu .navbar-dark .nav-item a:hover:before,
.Menu .navbar-dark .nav-item a:hover:after{
  transform: translate(0,0);
  opacity: 1;
}

.navbar-brand figure {
	margin-bottom: 0;
}

.navbar-toggler i {
	color: #000;
}

.navbar-toggler {
	padding: 0;
	--bs-navbar-toggler-padding-x: 0;
--bs-navbar-toggler-padding-y: 0;
}
 

@media (min-width: 992px) {
.navbar-brand {
	display: none;
}
}

.MenuSignIn {
	list-style: none;
	padding: 0;
	text-align: right;
	margin: 0;
}

.MenuSignIn li {
	display: inline-block;
	/* display: inline; */
	color: #31344b;
	padding-left: 2px;
	/* width: 100%; */
	/* position: relative; */
	font-size: 0.8rem;
	color: #31344b;
}

.MenuSignIn .dropdown-menu li {
	display: block;
	padding-right: 0px;
}

.MenuSignIn .dropdown-menu { 
	border: 1px solid rgb(226, 247, 255); 
}

.MenuSignIn .dropdown-item:focus, 
.MenuSignIn .dropdown-item:hover { 
	background-color: #f3fcff;
}

.MenuSignIn li a {
	color: #31344b;
}

#SearchWrap {
	/* display: inline; */
	/* position: relative; */
	display: inline;
	position: absolute;
	right: 0;
	top: 0;
}

#SearchWrap input[type="text"] {
	height: 30px;
	font-size: 15px;
	display: inline-block;
	font-weight: 100;
	border: none;
	outline: none;
	color: #555;
	padding: 3px;
	padding-right: 20px;
	width: 0px;
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	z-index: 3;
	transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
	cursor: pointer;
}

#SearchWrap input[type="text"]:focus:hover {
  border-bottom: 1px solid #31344b;
}

#SearchWrap input[type="text"]:focus {
	width: 120px;
	z-index: 1;
	border-bottom: 1px solid #C7DBE8;
	cursor: text;
}

#SearchWrap input[type="submit"] {
	height: 30px;
	width: 20px;
	display: inline-block;
	float: right;
	background: url(../images/searchIcon.png) center center no-repeat;
	text-indent: -10000px;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	cursor: pointer;
	opacity: ;
	cursor: pointer;
	transition: .4s ease;
}

#SearchWrap input[type="submit"]:hover {
  opacity: 0.8;
}

.sm-SignIn {
	display: none; 
}

.sm-SignIn a {
	background: #fff;
	transition: all .2s ease;
	font-size: 0.8rem;
	border: 1px solid #d1d9e6;
	box-shadow: 3px 3px 6px #b8b9be,-3px -3px 6px #fff;
	text-transform: uppercase;
	padding: .35rem .7rem;
}

.MenuSignIn li .btn {
	background: #fff;
	transition: all .2s ease;
	font-size: 0.8rem;
	border: 1px solid #d1d9e6;
	box-shadow: 3px 3px 6px rgba(184, 185, 190, 0.43),-3px -3px 6px #fff;
	padding: .4rem .6rem;
	line-height: 1.3;
	color: #31344b;
}

.MenuSignIn li .btn:hover {
	color: #31344b; 
	border-color: #e6e7ee;
	box-shadow: inset 2px 2px 5px #b8b9be,inset -3px -3px 7px #fff;
}

.MenuSignIn li .btn i {
	margin-right: 5px;
}

.MainBannerText {
	padding-top: 70px;
}

.MainBanner h1 {
	font-family: 'Oswald', sans-serif;
	font-weight: 200;
	font-size: 35px;
	line-height: 1.4;
	color: #000;
}

.MainBanner h1 b {
	font-weight: 400;
}

.MainBanner h1 span {
	color: #1698c9;
	font-family: Comicise;
	background-image: url(../images/MainBannerBar.png);
	background-position: bottom .03em center;
	background-repeat: no-repeat;
	background-size: 100% .15em;
	font-size: 29px;
	display: table;
}

.MainBanner h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 200;
	font-size: 81px;
	line-height: 1.4;
	color: #0881af;
	text-align: center;
	margin-bottom: 20px;
}
 
.MainBannerBox {
	background: #fff;
	text-align: center;
	border: 1px solid #d1d9e6;
	box-shadow: 10px 10px 16px #b8b9be47,-10px -10px 16px #ffffff8a;
	border-radius: 10px;
	padding: 50px 30px;
	max-width: 680px;
	margin: 0 auto;
	margin-top: 70px;
	margin-bottom: 41px;
}

.MainBannerBox h3 {
	font-size: 19px;
	color: #31344b;
	background: #ecedf4;
	display: table;
	margin: 0 auto;
	padding: 17px 25px;
	border-radius: 100px;
	border: 1px solid#d1d9e6;
	margin-top: 36px;
	margin-bottom: 0;
	box-shadow: 10px 10px 16px #b8b9be47,-10px -10px 16px #ffffff8a;
}

.MainBannerText p {
	color: #31344b;
	font-size: 17px;
	line-height: 1.5;
	text-align: center;
	max-width: 750px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.MainBannerShape {
	position: absolute;
	bottom: 0px;
	margin: 0 auto;
	width: 100%;
	left: 0;
	right: 0;
}

.MainBannerShape figure {
	margin: 0 auto;
}

.MainBannerShape img {
	width: 100%;
}

.capability {
	background: url(../images/capabilityBg.png) no-repeat;
	background-size: contain;
	background-position: center right;
	padding-top: 60px;
	padding-bottom: 261px;
	position: relative;
}

.capability h2 {
	color: #0f8b92;
	font-size: 30px; 
	font-weight: 600;
	line-height: 1.5;
	border-bottom: 0px solid #c1e8eb;
	padding-bottom: 0px;
	margin-bottom: 0px; 
}

.capability p {
	color: #000;
	font-size: 16px;
	line-height: 1.5;
}

.leadersexcel {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.leadersexcel figure {
	margin-bottom: 50px;
	text-align: center;
}

.leadersexcel h4 {
	font-size: 23px;
	line-height: 1.6;
	color: #000000;
	font-weight: normal;
}

.helpMeasurablyShape {
	position: absolute;
	bottom: -2px;
	margin: 0 auto;
	width: 100%;
	left: 0;
	right: 0; 
}

.helpMeasurablyShape figure {
	margin: 0 auto;
}

.helpMeasurablyShape img {
	width: 100%;
}

.helpMeasurably {
	position: relative;
	padding-top: 5px;
	background: #00ffd6;
	padding-bottom: 30px;
}

.helpMeasurably h2 {
	text-align: center;
	display: table;
	margin: 0 auto;
	background: #fff;
	padding: 15px 35px;
	color: #000000;
	font-size: 33px;
	border-radius: 100px;
	border: 1px solid #96ffee;
	box-shadow: 10px 10px 16px rgba(0, 105, 88, 0.11),-10px -10px 16px rgba(30, 240, 206, 0.8);
	margin-bottom: 32px;
}

.helpMeasurablyBox {
	background: #fff;
	box-shadow: 10px 10px 16px rgb(1, 217, 182),-10px -10px 16px #3df4d8;
	border-radius: 10px 0;
	padding: 10px 10px;
	text-align: center;
	margin-top: 10px;
	border: 1px solid #96ffee;
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
}

.helpMeasurablyBox figure {
	width: 75px;
	height: 75px;
	text-align: center;
	background: #fff;
	border-radius: 100px;
	padding-top: 22px;
	box-shadow: inset 2px 2px 5px #c6c6c6a3,inset -3px -3px 7px rgba(255, 255, 255, 0.19), 6px 7px 5px rgba(157, 157, 157, 0.1);
	border: 1px solid #e6e7ee;
	position: relative;
	margin: 0 auto;
	margin-bottom: 22px;
}

.helpMeasurablyBox figure::after {
	content: '';
	width: 10px;
	height: 10px;
	background: #fff;
	transform: rotate(45deg);
	left: 0;
	right: 0;
	bottom: -5px;
	position: absolute;
	margin: 0 auto;
}

.helpMeasurablyBox p {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	line-height: 1.5;
	color: #ff2020;
	margin-bottom: 4px;
}

.helpMeasurablyBox p span {
	display: block;
}

.helpMeasurably .col:nth-child(2) p {
	color: #288960;
}

.helpMeasurably .col:nth-child(3) p {
	color: #3a81b8;
}

.helpMeasurably .col:nth-child(4) p {
	color: #eb8c3c;
}

.helpMeasurably .col:nth-child(5) p {
	color: #393c61;
}

.helpMeasurably .col:nth-child(6) p {
	color: #7b40bd;
}

.CapabilityBox {
	background: #fff;
	border: 1px solid #00f2cb;
	box-shadow: 10px 10px 16px rgb(1, 217, 182),-10px -10px 16px #3df4d8;
	padding: 30px 20px;
	margin-top: 40px;
	border-radius: 0 10px;
}

.CapabilityBoxRow {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 9;
}

.CapabilityBox h1 {
	color: #000;
	font-size: 35px;
	text-transform: uppercase;
	line-height: 1.5;
	font-weight: 700;
	text-align: center;
}

.CapabilityTextBox {
	background: #fff;
	margin: 10px;
	border-radius: 10px;
	padding: 98px 25px 25px 25px;
	position: relative;
	border: 1px solid #eeeeee;
	box-shadow: 10px 10px 16px rgba(0, 0, 0, 0.04),-10px -10px 16px rgba(255, 255, 255, 0.26);
	margin-top: 80px;
	margin-bottom: 40px;
}

.CapabilityTextIcon {
	width: 126px;
	height: 126px;
	border-radius: 100px;
	background: #ffff;
	text-align: center;
	padding-top: 27px;
	box-shadow: inset 2px 2px 5px #b8b9be,inset -3px -3px 7px #fff !important;
	/* box-shadow: inset 2px 2px 10px #c6c6c6a3,inset -3px -3px 10px rgba(255, 255, 255, 0.19), 3px 3px 3px rgba(157, 157, 157, 0.15); */
	position: absolute;
	top: -60px;
}

.CapabilityTextBox h3 {
	color: #1698c9;
	font-size: 19px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1.5;
	border-bottom: 1px solid #1698c9;
	padding-bottom: 10px;
	margin-bottom: 23px;
}

.CapabilityTextBox h3 span {
	display: block;
	font-size: 15px;
	text-transform: capitalize;
	font-weight: 400;
}

.CapabilityTextBox h4 {
	color: #000;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 600;
}

.CapabilityTextBox ul {
	padding-left: 0px;
	margin-top: 20px;
}

.CapabilityTextBox ul li {
	font-size: 17px;
	font-weight: 400;
	color: #31344b;
	list-style: none;
	position: relative;
	padding-left: 30px;
	line-height: 1.5;
	padding-bottom: 13px;
}

.CapabilityTextBox ul li::before {
	position: absolute;
	left: 0;
	top: 2px;
	content: '';
	background: url(../images/CapabilityIcon.png) no-repeat;
	width: 17px;
	height: 21px;
}

.CapabilityTextVideo figure {
	margin: 0 auto;
	text-align: center;
}

.CapabilityTextVideo figure img {
	cursor: pointer;
	border-radius: 5px;
	border: 1px solid #eeeeee;
	box-shadow: 10px 10px 16px rgba(0, 0, 0, 0.04),-10px -10px 16px rgba(232, 232, 232, 0.26);
}

.CapabilityTextBox .btn {
	background: #ff7e00;
	position: absolute;
	left: 0;
	right: 0;
	max-width: 160px;
	margin: 0 auto;
	bottom: -20px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	border: 1px solid#e97300;
} 

.CapabilityTextBox .btn:hover {
	background: #df7003;
}

.meaningful {
	margin-top: 30px;
	text-align: center;
	padding-top: 20px;
	border-top: 1px solid #fbfbfb;
}

.meaningful h3 {
	color: #000;
	font-size: 26px;
	line-height: 1.5;
	font-weight: 600;
}

.Enterprise {
	position: relative;
	background: url(../images/EnterpriseBg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 200px;
	padding-bottom: 90px;
	overflow: hidden;
}

.Enterprise h1 {
	color: #fff;
	font-size: 35px;
	text-transform: uppercase;
	line-height: 1.5;
	font-weight: 700;
	text-align: center;
	margin-top: 60px;
}

.Enterprise h1 .fa-heart {
	color: red;
	background: #fff;
	border-radius: 100px;
	padding: 10px;
	font-size: 25px;
	text-align: center;
}

.helpMeasurablyShape01 {
	position: absolute;
	top: -2px;
	margin: 0 auto;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 0;
}

.helpMeasurablyShape01 figure {
	margin: 0 auto;
}

.helpMeasurablyShape01 img {
	width: 100%;
	max-height: 200px;
}

.EnterpriseBoxRow {
	max-width: 1000px;
	margin: 0 auto;
/*	margin-top: 50px;*/
	position: relative;
	z-index: 9;
}

/* animated circle  */
.ripple-background {
	position: relative;
	z-index: 0;
}

.circle {
	position: absolute;
	border-radius: 50%;
	background: white;
	animation: ripple 15s infinite;
	box-shadow: 0px 0px 1px 0px #fff;
}

.small{
  width: 200px;
  height: 200px;
  right: -100px;
  bottom: -100px;
}

.medium{
  width: 400px;
  height: 400px;
  right: -200px;
  bottom: -200px;
}

.large{
  width: 600px;
  height: 600px;
  right: -300px;
  bottom: -300px;
}

.xlarge{
  width: 800px;
  height: 800px;
  right: -400px;
  bottom: -400px;
}

.xxlarge{
  width: 1000px;
  height: 1000px;
  right: -500px;
  bottom: -500px;
}

.shade1{
  opacity: 0.2;
}
.shade2{
  opacity: 0.5;
}

.shade3{
  opacity: 0.7;
}

.shade4{
  opacity: 0.8;
}

.shade5{
  opacity: 0.9;
}

@keyframes ripple{
  0%{
    transform: scale(0.8);
  }
  
  50%{
    transform: scale(1.2);
  }
  
  100%{
    transform: scale(0.8);
  }
}

/* animated circle End */


.EnterpriseBox {
	background: #fff;
	margin: 10px;
	border-radius: 10px;
	padding: 98px 25px 40px 25px;
	position: relative;
	border: 1px solid #eeeeee;
	box-shadow: 10px 10px 16px rgba(0, 0, 0, 0.12),-10px -10px 16px rgba(147, 103, 196, 0.26);
	margin-top: 105px;
}

.EnterpriseBox .EnterpriseIcon {
	width: 126px;
	height: 126px;
	border-radius: 100px;
	background: #ffff;
	text-align: center;
	padding-top: 27px;
	box-shadow: inset 2px 2px 5px #b8b9be,inset -3px -3px 7px #fff !important;
	/* box-shadow: inset 2px 2px 10px #c6c6c6a3,inset -3px -3px 10px rgba(255, 255, 255, 0.19), 3px 3px 3px rgba(157, 157, 157, 0.15); */
	position: absolute;
	top: -60px;
}

.EnterpriseBox h3 {
	color: #a869da;
	font-size: 19px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1.5;
	border-bottom: 1px solid #a869da;
	padding-bottom: 10px;
	margin-bottom: 23px;
}

.EnterpriseBox h3 i {
	color: red;
}

.EnterpriseBox h3 span {
	display: block;
	font-size: 17px;
	text-transform: capitalize;
	font-weight: 400;
}

.EnterpriseBox h4 {
	color: #000;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 600;
}

.EnterpriseBox ul {
	padding-left: 0px;
	margin-top: 20px;
}

.EnterpriseBox ul li {
	font-size: 17px;
	font-weight: 400;
	color: #31344b;
	list-style: none;
	position: relative;
	padding-left: 30px;
	line-height: 1.5;
	padding-bottom: 13px;
}

.EnterpriseBox ul li::before {
	position: absolute;
	left: 0;
	top: 2px;
	content: '';
	background: url(../images/EnterpriseIcon.png) no-repeat;
	width: 17px;
	height: 21px;
}

/*.EnterpriseVideo {
	border: 1px solid #eeeeee;
	box-shadow: 10px 10px 16px rgba(0, 0, 0, 0.12),-10px -10px 16px rgba(147, 103, 196, 0.26);
	border-radius: 5px;
}

.EnterpriseVideo iframe { 
	border-radius: 5px;
}*/

.EnterpriseVideo figure {
	margin: 0 auto;
	text-align: center;
}

.EnterpriseVideo figure img{
	cursor: pointer;
	border-radius: 5px;
	border: 1px solid #eeeeee;
	box-shadow: 10px 10px 16px rgba(0, 0, 0, 0.12),-10px -10px 16px rgba(147, 103, 196, 0.26);
}

.EnterpriseTextBox {
	background: #fff;
	padding: 30px 30px; 
	margin-top: 40px;
	border-radius: 10px;
	border: 1px solid #eeeeee;
	box-shadow: 10px 10px 16px rgba(0, 0, 0, 0.12),-10px -10px 16px rgba(147, 103, 196, 0.26);
}

.VideoPopup.modal { 
	background: rgba(0, 0, 0, 0.8);
}

.VideoPopup .modal-content {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	outline: 0;
}

.VideoPopup .modal-header {
	padding: 0.3rem 1rem; 
	border: 0;
}

.VideoPopup .btn-close {	 
	width: .8em;
	height: .8em; 	 
	background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.6em auto no-repeat;
	opacity: 1;
	border-radius: 100px;
}

.EnterpriseBox .btn {
	background: #ff7e00;
	position: absolute;
	left: 0;
	right: 0;
	max-width: 160px;
	margin: 0 auto;
	bottom: -20px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	border: 1px solid#e97300;
} 

.EnterpriseBox .btn:hover {
	background: #df7003;
}

.btn-check:focus + .btn, .btn:focus {
	outline: 0;
	box-shadow: none;
}

.enterpriseShape {
	position: absolute;
	bottom:  -1px;
	margin: 0 auto;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 0;
}

.enterpriseShape figure {
	margin: 0 auto;
}

.enterpriseShape img {
	width: 100%;
}

.reporting {
	background: #fff2f4;
	padding-top: 10px;
	position: relative;
}

.reporting::after {
	background: url(../images/reportingCirlce.png) no-repeat;
	position: absolute;
	left: -7%;
	top: 10%;
	content: '';
	width: 210px;
	height: 210px;
	animation: rotate 2s linear infinite; 
}

@keyframes rotate{
  to{ transform: rotate(360deg); }
}

.reporting figure {
	text-align: center;
}

.reporting figure img {
	width: 100%;
}

.reportingQuoteicon img {
	width: auto !important;
}

.innerBannerWave img {
	width: 100%;
}

.owlCarouselVideo {
	background: url(../images/owlCarouselVideo.png) no-repeat; 
	background-position: top;
}

.reporting .item {
	max-width: 711px;
	background: #fff;
	border-radius: 10px;
	padding: 35px;
	margin: 0 auto;
	border: 1px solid #ffe8ec;
	box-shadow: 10px 10px 16px #b8b9be47,-10px -10px 16px #ffffff8a;
}

.reporting .item iframe{ 
	box-shadow: 10px 10px 16px #b8b9be47,-10px -10px 16px #ffffff8a;
}

.reporting .owl-stage-outer { 
	padding-bottom: 30px;
}

.reporting .owl-nav button.owl-next, 
.reporting .owl-nav button.owl-prev {
    background: #fff;
    color: #111;
    border: none;
    padding: 0 !important;
    font-size: 41px !important;
    width: 35px;
    height: 40px;
    font: inherit;
    line-height: 0px;
    padding-bottom: 5px !important;
    overflow: hidden;
    margin: 0;
}
 
.reporting .owl-theme .owl-nav {
	display: table;
	margin: 0 auto;
	border-radius: 5px !important;
	overflow: hidden;
	border: 1px solid #ffe8ec;
	box-shadow: 10px 10px 16px #b8b9be47,-10px -10px 16px #ffffff8a;
}

.reporting .owl-nav button.owl-next:hover, 
.reporting .owl-nav button.owl-prev:hover{
    background: #ffe8ec;
    color: #333;
}

.reporting .owl-dots {
    display: none;
}
 
.reportingQuote {
	text-align: center;
	/* margin-top: 80px; */
}

.reportingQuote figure {
	margin-bottom: 30px;
} 

.reportingQuote h2 {
	color: #ff3c00;
	font-size: 32px;
	/* text-transform: uppercase; */
	line-height: 1.5;
	font-weight: 700;
}

.reportingQuote h2 span {
	display: block;
}

.profitEmployers {
	background: #adc8fc;
	padding-top: 70px; 
}

.profitEmployers h2 {
	font-size: 30px;
	color: #31344b;
	text-align: center;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 35px;
}

.profitEmployers h2 span {
	display: block;
}

.profitEmployersGraphic figure {
	margin: 0 auto;
}

.profitEmployersGraphic img {
	width: 100%;
}

.profitEmployers .owl-theme {
	margin-bottom: 60px;
}

.profitEmployers .item figure {
	background: #fff;
	padding: 20px 25px;
	border-radius: 5px;
	margin: 0 auto;
	max-height: 100px;
	min-height: 100px;
}

.profitEmployers .item img {
	width: unset !important;
	max-height: 60px;
	margin: 0 auto;
}

.profitEmployers .owl-theme .owl-nav {
	margin-top: 35px;
}

.profitEmployers .owl-nav button.owl-next, .profitEmployers .owl-nav button.owl-prev {
	background: #76a5ff !important;
	color: #fff !important;
	font-size: 30px !important;
	width: 35px;
	height: 35px;
	line-height: 0 !important;
	padding-top: 5px !important;
	margin: 3px !important;
	border-radius: 5px !important;
	border: 1px solid #ffe8ec !important;
}

.profitEmployers .owl-nav button.owl-next:hover, 
.profitEmployers .owl-nav button.owl-prev:hover{
    background: #5791ff;
}

.profitEmployers .owl-dots {
    display: none;
}

.BookDemoBtn {
	background: #ff7e00;
	margin: 15px auto;
	color: #fff;
	font-size: 21px;
	font-weight: 600;
	text-transform: uppercase;
	/* border: 1px solid #fff5f4; */
	padding: 13px 25px;
	display: table;
	border-radius: 6px;
	border-bottom: 5px solid #f2564b;
}

.BookDemoBtn:hover {
	background: #e63428; 
	color: #fff; 
}

footer {
	background: #3947cd;
	padding-top: 40px;
	padding-bottom: 17px;
}

.footerBox {
	box-shadow: 3px 3px 6px #3442b7,-3px -3px 6px #4858dc;
	padding-top: 30px;
	padding-bottom: 15px;
	border-radius: 5px;
	padding-left: 30px;
	padding-right: 30px;
}

.footerText {
	display: table;
	margin: 0 auto;
}

footer h4 {
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 600;
	/* text-transform: uppercase; */
	margin-bottom: 0;
	/* margin-top: 0; */
}

.footerBox p {
	color: #fff;
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
} 

.footerBox p span {
	display: block;
	font-weight: 300;
}

.footerBox p i {
	color: #ffa39c;
	margin-right: 5px;
}

/*.footerBox .col-md-4:nth-child(2) {
	border-left: 1px solid #4b59d1;
	border-right: 1px solid #4b59d1;
}*/

footer h3 {
	font-size: 17px;
	color: #fff;
	font-weight: 400;
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
	display: table;
	padding-bottom: 7px;
	margin-bottom: 15px;
	margin-top: 10px;
}

footer ul {
	padding-left: 0px; 
	margin: 0px;
}

footer ul li {
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	list-style: none;
	position: relative;
	padding-left: 15px; 
	line-height: 1.5;
	padding-bottom: 7px;
}

footer ul li a {
	color: #fff;
	text-decoration: none;
}

footer li::before {
	position: absolute;
	color: #7e8bff;
	left: 0;
	top: 2px;
	font-family: 'Font Awesome\ 5 Free';
	font-weight: normal;
	content: '\f054';
	font-weight: 600;
	font-size: 10px;
}

footer li a:hover {
	color: #ffa29b;
}

.footerLogo {
	margin-top: 10px;
	border-top: 1px solid #4b59d1;
	padding-top: 20px;
}

.footerLogo figure {
	margin: 0 auto;
}

footer .bottom {
	margin-top: 30px;
}

footer .bottom p {
	text-align: center;
	margin: 0 auto;
	color: #fff;
	font-size: 14px;
	border-top: 1px solid #4b59d1;
	padding-top: 20px;
}

/* ========================== innerBanner ========================== */
.innerBanner {
	background: linear-gradient(#5049e1,#403ab4);
	padding-top: 30px;
	padding-bottom: 30px;
	min-height: 300px;
	align-items: center !important;
	display: flex;
	text-align: center;
}

.innerBanner h1 {
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
	text-align: center;
	color: #fff;
	font-size: 50px;
	line-height: 1.5;
	margin: 0 auto;
}

.innerBanner h1 span {
	display: block;
}

.innerBanner h1 .fa-heart {
	color: red;
}

.innerBannerWave {
	line-height: 0;
}



/* ========================== innerBanner end ========================== */


.Becausetheycan {
	background: linear-gradient(#fff,#f8f7ff);
	padding-bottom: 20px;
}

.Becausetheycan h1 {
	text-align: center;
	color: #414ad1;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 300;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 60px;
}

.Becausetheycan h1::before {
	content: '';
	position: absolute;
	width: 50px;
	height: 2px;
	border-radius: 100px;
	background: #414ad1;
	bottom: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.Becausetheycan h1::after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	bottom: -10px;
	margin: 0 auto;
	left: 0;
	right: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 6px solid #414ad1;
}

.BecausetheycanBox {
	padding: 55px 20px 30px 20px;
	border: 1px solid #e5e1ff;
	box-shadow: 10px 10px 16px #b8b9be47,-10px -10px 16px #ffffff8a;
	text-align: center;
	border-radius: 0 5px;
	margin: 5px auto;
	transition: all .2s ease;
	position: relative;
}

.BecausetheycanBox figure {
	width: 80px;
	margin: 0 auto;
	position: absolute;
	top: -39px;
	left: 0;
	right: 0;
}

.BecausetheycanBox p {
	font-size: 21px;
	/*text-transform: uppercase;*/
	line-height: 1.5;
	margin: 0 auto;
}

.BecausetheycanBox p span {
	display: block;
}

.Becausetheycan a {
	color: #212529;
}

.Becausetheycan a:hover {
	color: #414ad1;
}

.BecausetheycanBox i {
	background: #414ad1;
	font-size: 20px;
	padding: 11px;
	border-radius: 100px;
	margin-bottom: 10px;
	color: #fff;
}

.BecausetheycanBox:hover {
	background: #f1f5ff;
}

.BecausetheycanBox:hover p {
	color: #414ad1;
}

.BecausetheycanBox:hover i {
	background: #fff;
	color: #414ad1;
}

.longerRelationships {
	background: url(../images/longerRelationshipsBg.png) no-repeat #f8f7ff;
	background-size: cover;
	background-position: top center;
	padding-top: 55px;
	padding-bottom: 10px;
}

.h1Heading {
	color: #000000;
	font-size: 34px;
	line-height: 1.5;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 10px;
}

.h1Heading b {
	display: block;
	font-weight: 600;
}

.h5Subline {
	color: #414ad1;
	font-size: 19px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 14px;
	line-height: 1.5;
}

.longerRelationships p {
	font-size: 1.13rem;
	line-height: 1.6;
	margin-bottom: 10px;
	color: #000;
}

.longerRelationships iframe { 
	border: 5px solid #fff;
	box-shadow: 10px 10px 16px #b8b9be47,-10px -10px 16px #ffffff8a;
}

.GreenCheckList {
	margin: 0;
	padding: 0;
}

.GreenCheckList li {
	font-size: 1.12rem;
	line-height: 1.4;
	color: #000;
	list-style: none;
	position: relative;
	padding-left: 25px;
	padding-bottom: 10px;
}

.GreenCheckList li::before {
	position: absolute;
	font-size: 17px;
	color: #3b46cc;
	left: 0;
	/* font-family: 'Font Awesome\ 5 Free'; */
	/* font-weight: normal; */
	/* content: '\f14a'; */
	content: '';
	background: url(../images/GreenCheckListIcon.svg) no-repeat;
	width: 18px;
	height: 17px;
	top: 5px;
}

.VoiletCheckList  li::before {
	background: url(../images/VoiletCheckListIcon.svg) no-repeat;
}

.NumberList {
	margin: 0;
	padding-left: 20px;
}

.NumberList li {
	font-size: 1.12rem;
	line-height: 1.4;
	color: #000;
	position: relative;
	padding-bottom: 10px;
	list-style: decimal;
}

.SaveTime {
	padding: 30px;
	border: 1px solid #e5e1ff;
	box-shadow: 10px 10px 16px rgba(184, 185, 190, 0.3),-10px -10px 16px rgba(255, 255, 255, 0.5);
	border-radius: 8px;
	margin-top: 30px;
	margin-bottom: 30px;
	background: #fff;
}

.bgColorRHImg{
	position: relative;
	z-index: 1;
}

.bgColorRHImg img {
	position: relative;
	z-index: 1;
	box-shadow: 10px 10px 16px rgba(68, 68, 68, 0.28);
}

.bgColorRHImg::after {
	content: '';
	position: absolute;
	width: 40%;
	height: 60%;
	right: -15px;
	top: -15px;
	background: #31c8ac;
	z-index: 0;
}

.otherConsultantsTop {
	background: #f8f7ff;
}

.otherConsultantsTop figure {
	margin: 0 auto;
}

.otherConsultantsTop figure img {
	max-width: 100%;
}

.otherConsultantsBottom figure img {
	transform: rotateX(180deg) rotateY(-180deg);
/*	background: #fff;*/
}

.otherConsultants {
	background: #d8fff4;
	padding-top: 5px;
	padding-bottom: 5px;
}

.otherConsultants h1 {
	color: #31a181;
	text-align: center;
	font-weight: 700;
	font-size: 35px;
}

.otherConsultants h4 {
	font-size: 20px;
	text-align: center;
	margin: 10px auto;
	display: table;
	border: 2px solid #31a181;
	padding: 10px 20px;
	border-radius: 100px;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.otherConsultants p {
	font-size: 1.13rem;
	line-height: 1.6;
	margin-bottom: 10px;
	color: #000;
	text-align: center;
}

.otherConsultantsSVG {
	max-width: 700px;
}

.otherConsultantsBox {
	padding: 30px;
	border: 1px solid #b0fde7;
	box-shadow: 10px 10px 16px #5fc6b247,-10px -10px 16px #ffffff8a;
	border-radius: 8px;
	margin-top: 40px;
	margin-bottom: 40px;
	background: #d8fff4;
}

.otherConsultantsBox figure {
	margin: 0 auto;
	text-align:  center;
}

.mindBased {
	background: #f8f7ff url(../images/mindBased.png) no-repeat;
	background-position: top;
	padding-top: 50px;
	padding-bottom: 50px;
}
 
.mindBased p {
	font-size: 1.13rem;
	line-height: 1.6;
	margin-bottom: 10px;
	color: #000;
}

.cronbachAlpha {
	padding: 30px;
	box-shadow: 10px 10px 16px #545cd440,-10px -10px 16px #ffffff8a;
	background: #545cd4;
	border-radius: 8px;
	max-width: 370px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.cronbachAlpha h4 {
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.5;
}

.cronbachAlpha h4 span {
	display: block;
}

.cronbachAlpha p {
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	line-height: 1.5;
	border-bottom: 1px solid #414ad1;
	padding-bottom: 10px;
}

.cronbachAlpha ul {
	margin: 0;
	padding: 0;
}

.cronbachAlpha ul li {
	font-size: 1.13rem;
	line-height: 1.5;
	color: #fff;
	list-style: none;
	position: relative;
	padding-left: 30px;
	padding-bottom: 5px;
}

.cronbachAlpha li::before {
	position: absolute;
	font-size: 17px;
	color: #fff;
	left: 0;
	top: 0;
	font-family: 'Font Awesome\ 5 Free'; 
	content: '\f00c';
	font-weight: 600;
}

.talkAboutIt {
	background: #f4f4f4;
	padding-top: 50px;
	padding-bottom: 30px;
}

.talkAboutIt h1 {
	color: #000000;
	font-size: 30px;
	line-height: 1.5; 
	font-weight: 700;
	margin-bottom: 10px;
	text-align: center;
}

.talkAboutIt h1 span {
	display: block;
}

.talkAboutIt h5 {
	color: #414ad1;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 50px;
}

.rq_reach_quotient {
	max-width: 290px;
	margin: 0 auto;
}

.SaveTime_BL {
	border-left: 3px solid #414ad1;
	padding-left: 17px;
	margin-top: 10px;
}

.h6line {
	color: #414ad1;
	position: relative;
	font-size: 18px;
	font-weight: 600;
	padding-left: 40px;
}

.h6line::before {
	content: '';
	position: absolute;
	left: 0;
	width: 30px;
	height: 1px;
	background: #414ad1;
	top: 50%;
}

.talkAboutIt .booking-iframe .headerSection h1 { 
	color: #414ad1 !important;
	font-weight: 600 !important;
}


/* =============== ceo-learn-more ============= */
.improvePerformanceBox {
	background: #fff;
	padding: 20px 30px;
	border-radius: 10px;
	border: 1px solid #b0fde7;
	box-shadow: 10px 10px 16px #5fc6b247,-10px -10px 16px #ffffff8a;
	margin: 10px auto;
	min-height: 451px;
}

.improvePerformanceBox h3 {
	font-size: 19px;
	font-weight: 600;
	color: #31a181;
	border-bottom: 1px solid #e3fff7;
	text-transform: capitalize;
	line-height: 1.5;
	padding-bottom: 10px;
	margin-bottom: 23px;
}

.improvePerformanceBox h3 span {
	display: block;
}

.improvePerformanceBox figure {
	margin: 0 0 1rem;
}

.improvePerformanceBox h5 {
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 5px;
	border-left: 3px solid #b0fde7;
	padding-left: 13px;
}

.play-gif {
	border: 5px solid #fff;
	box-shadow: 10px 10px 16px #b8b9be47,-10px -10px 16px #ffffff8a;
	cursor: pointer;
}



/* ============ CEO page ============ */
.CEOinnerBanner {	
	background: linear-gradient(#b443d7,#a03ab4);
}

.CEOColor.Becausetheycan h1 {
	color: #a03ab4;
}

.CEOColor.Becausetheycan h1::before { 
	background: #a03ab4; 
}

.CEOColor.Becausetheycan h1::after{
	border-top-color: #a03ab4;
}

.CEOColor.Becausetheycan .BecausetheycanBox:hover p {
	color: #a03ab4;
}

.CEOColor .h5Subline {
	color: #a03ab4;
}

.CEOColor .SaveTime_BL {
	border-left-color: #a03ab4; 
}

.CEOColor.otherConsultants {
	background: #ebe6f7;
}

.CEOColor.otherConsultants h1 {
	color: #a03ab4;
}

.CEOColor.otherConsultants h4 {
	border-color: #a03ab4;
}

.CEOColor.otherConsultants .otherConsultantsBox {
	background: #ebe6f7;
	border-color: #d6c7fb;
	box-shadow: 10px 10px 16px rgba(169, 77, 187, 0.1),-10px -10px 16px #ffffff8a;
}

.CEOColor.otherConsultants .improvePerformanceBox{
	border-color: #d6c7fb;
	box-shadow: 10px 10px 16px rgba(169, 77, 187, 0.1),-10px -10px 16px #ffffff8a;
}

.CEOColor.otherConsultants .improvePerformanceBox h3 {
	color: #a03ab4;
	border-color: #e2d8fb;
}

.CEOColor.otherConsultants .improvePerformanceBox h5 { 
	border-color: #e2d8fb;
}

.CEOColor .bgColorRHImg::after {
	background: #a03ab4;
}

/* ============ CEO page ENd ============ */


/* ============ People & Culture page ============ */
.PeopleCulture_innerBanner {
	background: linear-gradient(#44ddbe,#3ab49b);
}

.PeopleCulture_Color.Becausetheycan h1 {
	color: #3ab49b;
}

.PeopleCulture_Color.Becausetheycan h1::before { 
	background: #3ab49b; 
}

.PeopleCulture_Color.Becausetheycan h1::after{
	border-top-color: #3ab49b;
}

.PeopleCulture_Color.Becausetheycan .BecausetheycanBox:hover p {
	color: #3ab49b;
}

.PeopleCulture_Color .h5Subline {
	color: #3ab49b;
}

.PeopleCulture_Color .SaveTime_BL {
	border-left-color: #3ab49b; 
}

.PeopleCulture_Color.otherConsultants {
	background: #ebe6f7;
}

.PeopleCulture_Color.otherConsultants h1 {
	color: #3ab49b;
}

.PeopleCulture_Color.otherConsultants h4 {
	border-color: #3ab49b;
}

.PeopleCulture_Color.otherConsultants .otherConsultantsBox {
	background: #ebe6f7;
	border-color: #d6c7fb;
}

.PeopleCulture_Color.otherConsultants .improvePerformanceBox{
	border-color: #d6c7fb;
}

.PeopleCulture_Color.otherConsultants .improvePerformanceBox h3 {
	color: #3ab49b;
	border-color: #e2d8fb;
}

.PeopleCulture_Color.otherConsultants .improvePerformanceBox h5 { 
	border-color: #e2d8fb;
}

.PeopleCulture_Color .bgColorRHImg::after {
	background: #3ab49b;
}

/* ============ People & Culture page ENd ============ */



/* ============ Higher REACH page ============ */
.HigherREACH_innerBanner {
	background: linear-gradient(#ffdf01,#eed000);
}
 
.HigherREACH_innerBanner.innerBanner h1 {
	color: #000;
}

.HigherREACH {
	background: url(../images/longerRelationshipsBg.png) no-repeat;
	background-size: cover;
	background-position: top center;
	padding-top: 55px;
	padding-bottom: 10px;
}

.HigherREACH .h6line {
	color: #eed000; 
}

.HigherREACH .h6line::before { 
	background: #eed000; 
}

.HigherREACH .h5Subline {
	color: #eed000; 
}

.HigherREACH p {
	font-size: 1.13rem;
	line-height: 1.6;
	margin-bottom: 10px;
	color: #000;
}

.HigherREACH iframe {
	border: 5px solid #fff;
	box-shadow: 10px 10px 16px #b8b9be47,-10px -10px 16px #ffffff8a;
}

.HigherREACH .SaveTime_BL {
	border-left-color: #ffdf01; 
}

.GrowingREACH {
	padding-top: 40px;
	padding-bottom: 50px;
}

.GrowingREACHBox {
	background: #ffdf01;
	border-radius: 10px 0;
	padding: 100px 30px 20px 30px;
	position: relative;
	margin-top: 150px;
}

.GrowingREACHBox figure {
	position: absolute;
	top: -30%;
	width: 240px;
	height: 240px;
	margin: 0;
	overflow: hidden;
	border-radius: 100%;
	background: #fff;
	border: 5px solid #fff;
	box-shadow: 10px 10px 16px #b8b9be47,-10px -10px 16px #ffffff8a;
}

.GrowingREACHBox .h1Heading,
.GrowingREACHBox .h6line {
	color: #000; 
}

.GrowingREACHBox .h6line::before {
	background: #000;
}

.GrowingREACHBox p {
	font-size: 1.13rem;
	line-height: 1.6;
	margin-bottom: 10px;
	color: #000;
}


/* ============ Higher REACH page ENd ============ */

.reach_investors {
	background: #fff;
}


.WhyReach {
	background: linear-gradient(#fff,#f8f7ff);
padding-bottom: 20px;
}

.Life_changing p {
	text-align: left;
}

.WhoAreWe {
	background: #f8f7ff;
	padding-bottom: 30px;
}

.WhoAreWe h1 {
	color: #414ad1;
	font-weight: 700;
	font-size: 35px;
	text-align: center;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.WhoAreWe h1::before {
	content: '';
	position: absolute;
	width: 50px;
	height: 2px;
	border-radius: 100px;
	background: #414ad1;
	bottom: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.WhoAreWe h1::after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	bottom: -10px;
	margin: 0 auto;
	left: 0;
	right: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 6px solid #414ad1;
}

.WhoAreWe p {
	font-size: 1.13rem;
	line-height: 1.6;
	margin-bottom: 10px;
	color: #000;
	text-align: center;
}

.WhoAreWe p strong {
	font-weight: 600;
}

.WhoAreWe figure {
	margin-top: 10px;
	margin-bottom: 0;
}

.WhoAreWe img {
	border-radius: 5px 5px 0 0;
	border: 0px solid #fff;
	box-shadow: 10px 10px 16px rgba(184, 185, 190, 0.3),-10px -10px 16px rgba(255, 255, 255, 0.5);
}

.WhoAreWeText {
	background: #414ad1;
	z-index: 9;
	position: relative;
	text-align: center;
	padding: 10px 5px;
	border-radius: 0 0 5px 5px;
	margin-bottom: 10px;
}

.WhoAreWeText h5 {
	color: #fff;
	margin: 0;
	font-size: 1rem;
	line-height: 1.6;
}

.logo_innerBanner {
	background: linear-gradient(#ddfff8,#a4dcd7);
}


.difference-REACH .h1Heading {
		font-size: 27px !important;
}

.difference-REACH .h2Heading {
		font-size: 30px; 
    text-align: center;
    margin: 10px auto;
    margin-bottom: 10px;
    display: table;
    background: #fff;
    border: 2px solid #e4e2f3;
    padding: 10px 30px;
    border-radius: 100px;
    margin-bottom: 35px;
}

.difference-REACH .h3Heading {
    color: #000000;
    font-size: 19px;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 10px;
}

.whatincludedbtn {
    font-size: 30px;
    text-align: center;
    color: #fff;
    margin: 10px auto;
    display: table;
    background: linear-gradient(#5049e1,#403ab4);
    text-decoration: none;
    border: 1px solid #5049e1;
    padding: 10px 30px;
    width: 100%;
    border-radius: 100px;
}

.whatincludedbtn:hover { 
    background: #f8f7ff;
    box-shadow: 10px 10px 16px #b8b9be47, -10px -10px 16px #ffffff8a;
    border: 1px solid #fff; 
}

.clarity-cost-savings p {
	text-align: left !important;
	font-size: 17px;
}



/* ============ New homepage 2022 page ============ */
.innerBanner h2 {
	text-align: left;
	color: #000;
	font-size: 38px;
	text-transform: uppercase;
	line-height: 1.5;
	font-weight: 600;
}

.innerBanner h4 {
	text-align: left;
	color: #000;
	font-size: 30px;
	text-transform: uppercase;
	line-height: 1.5;
	font-weight: 600;	
}

.innerBanner_dark {
	padding-top: 30px;
	padding-bottom: 30px;
	min-height: 300px;
	align-items: center !important;
	display: flex; 
	background: #042251;
}

.innerBanner_dark h2 {
	color: #fff;
}

.innerBanner_dark h4 {
	color: #fff;
}

.innerBanner_dark h1 {
	font-size: 65px;
	line-height: 1.5;
	font-weight: 600;
	color: #fff;
}

.innerBanner_dark h4 {
	font-size: 35px;
	line-height: 1.5;
	font-weight: 400;
	color: #fff;
}

.innerBanner_lightgreen {
	background: #5cdb94;
}

.greencolor {
	color: #3ab49b;
}

.cookiealert {
	position: fixed !important;
}





@media only screen and (min-width: 1600px) {
body.wrap {
  max-width: unset !important;
  margin-left: unset !important;
  margin-right: unset !important;
}

.otherConsultantsTop figure img,
.otherConsultantsBottom figure img {
	width: 100%;
}

}


@media only screen and (min-width: 1367px){
.improvePerformanceBox {
		min-height: 550px;
}
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
.Menu .navbar-dark .navbar-nav .nav-link {
	font-size: 12px;
}

.Menu .navbar-dark .nav-item {
	margin: 0em 0.4em;
}

.MenuSignIn li {
	padding-left: 0;
	font-size: 0.7rem;
}

.MenuSignIn li .btn {
	font-size: 0.7rem;
	padding: .4rem .4rem;
}

#SearchWrap input[type="text"]:focus {
	width: 70px;
}

.MainBanner h1 {
	font-size: 30px;
}

.MainBanner h1 span {
	font-size: 30px;
}

.capability {
	padding-bottom: 150px;
}

.Enterprise {
	padding-top: 90px;
	padding-bottom: 200px;
}

.CapabilityTextBox ul li {
	font-size: 16px;
}

.EnterpriseBox h3 {
	font-size: 17px;
}

.EnterpriseBox h3 span {
	font-size: 15px;
}

.CapabilityTextBox h3 span {
	font-size: 13px;
}

.reportingQuote h2 {
	font-size: 30px;
}

.reportingQuote h2 span {
	display: inline;
}
 
.innerBanner {
	min-height: unset;
}  

.innerBanner h1 {
	font-size: 40px;
}

.BecausetheycanBox p {
	font-size: 17px;
}

.h1Heading {
	font-size: 25px;
}

.longerRelationships p,
.longerRelationships ul li,
.otherConsultants p,
.mindBased p,
.cronbachAlpha ul li,
.NumberList li {
	font-size: 1rem;
}

.mindBased {
	padding-top: 50px;
	padding-bottom: 50px;
	background-size: contain;
}

.cronbachAlpha {
	padding: 20px;
}

.cronbachAlpha h4 {
	font-size: 16px;
}

.BecausetheycanBox p span {
	display: inline;
}  

.improvePerformanceBox {
	min-height: 500px;
}

.GrowingREACHBox figure {
	top: -22%;
	width: 220px;
	height: 220px;
}

footer h3 {
	font-size: 15px;
}

.WhoAreWeText h5 {
	font-size: 0.9rem;
}  

}


@media only screen and (min-width: 0px) and (max-width: 991px) { 
.navbar-nav {
	position: absolute;
	text-align: right; 
	background: #fff;
	width: 100%;
	padding: 10px;
	border: 1px solid #fbfbfb;
	top: 45px; 
	line-height: 35px;
}  

.navbar-dark .navbar-nav .nav-link {
	padding-right: 10px;
} 

.navbar-dark .navbar-brand {
	color: #fff;
	padding: 0;
}
}



@media only screen and (min-width: 768px) and (max-width: 991px) {
.topBar {
	display: block;
}

.MenuPL {
	padding-left: calc(var(--bs-gutter-x)/ 2);
	flex: 0 0 auto;
	width: 100%;
	display: block !important;
}

.Menu .navbar {
	float: none !important;
	color: #fff;
	padding: 0;
	height: auto;
	width: 95%;
}

.Menu {
	padding-top: 3px;
	padding-bottom: 3px;
}

.logo,
.MenuSignIn{
	display: none;
}

.Menu .col-md-8 {
	flex: 0 0 auto;
	width: 100%;
}

.sm-SignIn {
	display: inline-block;
	margin: 0 0 0 auto;
}

.Menu .navbar-dark .nav-item {
	margin: 0;
}

.Menu .navbar-dark .navbar-nav .nav-link {
	display: table;
	margin: 0 0 0 auto;
}

.navbar-nav {
	background: #fff !important;
	border-color: #fbfbfb;
	z-index: 9;
}

.Menu .navbar-dark .navbar-nav .nav-link {
	padding-top: 0px;
	padding-bottom: 0px;
}

.MainBanner h1 {
	font-size: 30px;
}

.MainBanner h1 span {
	font-size: 30px;
}

.capability {
	padding-bottom: 130px;
}

.capability h2 {
	font-size: 22px;
}

.helpMeasurably {
	padding-top: 25px;
	padding-bottom: 55px;
}

.helpMeasurably .col {
	flex: 0 0 auto;
	width: 33.3333333333%;
}

.Enterprise h1 {
	font-size: 25px;
	margin-top: 0;
}

.CapabilityBox h1 {
	font-size: 25px;
}

.EnterpriseBox {
	margin-left: 0px;
	margin-right: 0px;
	padding: 80px 15px 40px 15px;
}

.EnterpriseBox h3, .CapabilityTextBox h3 {
	font-size: 17px;
}

.EnterpriseBox h3 span {
	font-size: 15px;
}

.EnterpriseBox ul li, .CapabilityTextBox ul li {
	font-size: 15px;
}

.reportingQuote h2 span,
.profitEmployers h2 span {
	display: inline;
}

.reportingQuote h2 {
	font-size: 25px;
} 

.innerBanner {
	min-height: unset;
} 

.innerBanner h1 {
	font-size: 40px;
}

.Becausetheycan .col-md-3,
.Becausetheycan .col {
	flex: 0 0 auto;
	width: 50%;
}

.h1Heading {
	font-size: 22px;
}

.h5Subline {
	font-size: 16px;
}

.longerRelationships p,
.longerRelationships ul li,
.otherConsultants p,
.mindBased p,
.cronbachAlpha ul li,
.NumberList li {
	font-size: 1rem;
}

.mindBased {
	background-size: contain;
	padding-top: 10px;
	padding-bottom: 40px;
}

.cronbachAlpha {
	padding: 15px;
}

.cronbachAlpha h4 {
	font-size: 15px;
}

.talkAboutIt h1 span {
	display: inline;
}

.GreenCheckList li {
	font-size: 1rem;
}

.Becausetheycan h1 {
	margin-bottom: 30px;
}

.BecausetheycanBox {
	margin: 25px auto;
} 

.BecausetheycanBox p span {
	display: inline;
} 

.SaveTime { 
	padding: 15px;
} 

.bgColorRHImg::after {
	right: -5px;
	top: -5px;
}

.otherConsultants h4 {
	font-size: 16px;
}

.improvePerformanceBox {
	padding: 15px;
	min-height: 410px;
}

.otherConsultantsBox .col-md-4 {
	flex: 0 0 auto;
	width: 50%;
}

.improvePerformanceBox h3 {
	font-size: 15px;
}

.GrowingREACHBox figure {
	top: -20%;
	width: 200px;
	height: 200px;
}

.GrowingREACHBox {
	padding: 90px 15px 20px 15px;
	margin-top: 110px;
}

.footerBox {
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

footer ul li, footer h3, footer .bottom p, .footerBox p {
	font-size: 11px;
}

footer h4 {
	font-size: 12px;
} 

.WhoAreWeImgs .col-md-3 {
	flex: 0 0 auto;
	width: 50%;
}
 
.difference-REACH .h2Heading {
    font-size: 20px; 
}

.difference-REACH .h3Heading {
    font-size: 17px;
} 

.whatincludedbtn {
		font-size: 20px; 
    padding: 10px 20px; 
}

.leadersexcel h4 {
	font-size: 20px;
}

.MainBanner h2 {
	font-size: 65px;
}

 
.innerBanner h2 {
	font-size: 25px;
}

.innerBanner h4 {
	font-size: 20px;
}

.innerBanner_dark h1 {
	font-size: 36px;
} 
} 

  

@media only screen and (min-width: 0px) and (max-width: 767px) {
.topBar {
	display: block;
}

.MenuPL {
	padding-left: calc(var(--bs-gutter-x)/ 2);
	display: block;
}

.Menu .navbar {
	float: none !important;
	color: #fff;
	padding: 0;
	height: auto;
	width: 95%;
}

.Menu {
	padding-top: 3px;
	padding-bottom: 3px;
}

.topBar_Btns li .btn {
	font-size: 0.7rem;
	padding: .3rem .4rem;
}

.topBar_Btns .dropdown-menu li {
	font-size: 0.7rem;
}

.logo,
.MenuSignIn{
	display: none;
}

.sm-SignIn {
	display: inline-block;
	margin: 0 0 0 auto;
}

.navbar-nav {
	background: #fff !important;
	border-color: #fbfbfb;
	z-index: 9;
}

.Menu .navbar-dark .navbar-nav .nav-link {
	padding-top: 0px;
	padding-bottom: 0px;
}

.Menu .navbar-dark .nav-item {
	margin: 0;
}

.Menu .navbar-dark .navbar-nav .nav-link {
	display: table;
	margin: 0 0 0 auto;
}

.MainBanner {
	padding-bottom: 10px;
}

.MainBannerText {
	padding-top: 40px;
	text-align: center;
}

.MainBanner h1 {
	font-size: 21px;
}

.MainBanner h1 span {
	font-size: 21px;
	margin: 0 auto;
}

.capability {
	padding-top: 20px;
	padding-bottom: 50px;
}

.capability .capabilityicon {
	max-width: 40px;
}

.capability h2 {
	font-size: 20px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.helpMeasurably {
	padding-top: 25px;
	padding-bottom: 25px;
}

.helpMeasurably .col {
	flex: 100%;
	max-width: 200px;
	margin: 0 auto;
}

.helpMeasurablyBox {
	box-shadow: 10px 10px 6px rgb(1, 217, 182),-10px -10px 6px #3df4d8;
}

.helpMeasurablyBox p {
	font-size: 16px;
}

.helpMeasurably h2 {
	padding: 15px;
	font-size: 17px;
	border-radius: 10px;
	margin-bottom: 10px;
}

.helpMeasurablyBox {
	margin: 10px 0px;
}

.CapabilityBox {
	padding: 20px 0px;
}

.CapabilityBox h1 {
	font-size: 25px;
}

.meaningful {
	margin-top: 20px;
	padding-top: 0;
}

.meaningful h3 {
	font-size: 17px;
}

.Enterprise {
	padding-top: 45px;
	padding-bottom: 150px;
} 

.Enterprise h1 {
	font-size: 25px;
}

.Enterprise h1 i {
	font-size: 15px;
}

.EnterpriseBoxRow {
	margin-top: 0;
	position: relative;
	z-index: 9;
}

.EnterpriseBox {
	padding: 80px 10px 40px 10px;
	margin-top: 100px;
}

.EnterpriseBox h3 {
	font-size: 17px;
}

.EnterpriseBox h3 span {
	font-size: 14px;
}

.EnterpriseBox h4 {
	font-size: 15px;
}

.EnterpriseBox ul li {
	font-size: 15px;
}

.reporting .item {
	padding: 10px;
}

.reporting::after {
	left: -52%;
	top: 13%;
}

.reportingQuoteicon {
	max-width: 40px;
}

.reportingQuote {
	margin-top: 40px;
}

.reportingQuoteicon {
	max-width: 40px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.reportingQuote h2 span,
.profitEmployers h2 span {
	display: inline;
}

.reportingQuote h2 {
	font-size: 17px;
}

.profitEmployers h2 {
	font-size: 20px;
	margin-bottom: 20px;
}

.profitEmployers {
	padding-top: 30px;
}

.profitEmployers .owl-theme {
	margin-bottom: 30px;
}

.profitEmployers .owl-theme .owl-nav {
	margin-top: 10px;
}

.BookDemoBtn {
	font-size: 15px;
	padding: 13px 15px;
}

footer { 
	padding-top: 30px;
	padding-bottom: 10px;
}

.footerText {
	display: block;
}

.footerBox .col-md-4:nth-child(2) {
	border-left: 0px solid #4b59d1;
	border-right: 0px solid #4b59d1;
}

.footerLogo figure {
	margin-bottom: 7px;
	text-align: center;
}

footer h4, .footerBox p {
	text-align: center;
}

.footerBox {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

footer .bottom p {
	font-size: 11px;
}

footer h3 {
	font-size: 14px;
}

.innerBanner h1 {
	font-size: 30px;
}

.innerBanner {
	padding-top: 30px;
	padding-bottom: 30px;
	min-height: unset;
}

.Becausetheycan {
	padding-bottom: 0;
}

.Becausetheycan h1 {
	font-size: 20px;
	margin-bottom: 30px;
}

.BecausetheycanBox figure {
	width: 60px;
	top: -25px;
}

.BecausetheycanBox {
	margin: 20px auto;
	padding: 45px 20px 30px 20px;
}

.Becausetheycan .col {
	flex: 0 0 auto;
	width: 100%;
}

.longerRelationships {
	padding-top: 10px;
}

.h1Heading {
	font-size: 19px;
}

.h1Heading b {
	display: inline;
}

.h5Subline {
	font-size: 15px;
}

.longerRelationships p,
.longerRelationships ul li,
.otherConsultants p,
.mindBased p,
.cronbachAlpha ul li,
.NumberList li {
	font-size: 1rem;
}

.longerRelationships ul {
	margin-top: 20px;
}

.SaveTime {
	margin-left: 0;
	margin-right: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
}

.SaveTime .h1Heading {
	margin-top: 10px;
}

#workshop {
	margin-top: 20px;
}

.otherConsultants h1 {
	font-size: 22px;
}

.otherConsultants h4 {
	font-size: 15px;
}

.otherConsultantsBox {
	padding: 10px;
	border-radius: 4px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.mindBased {
	padding-bottom: 20px;
}

.cronbachAlpha {
	padding: 20px;
	max-width: unset;
}

.talkAboutIt h1 {
	font-size: 20px;
}

.talkAboutIt h1 span {
	display: inline;
}

.GreenCheckList li {
	font-size: 1rem;
}

.bgColorRHImg::after {
	right: -6px;
	top: -6px;
}

.BecausetheycanBox p span {
	display: inline;
}

.SaveTime_BL {
	padding-left: 10px;
}

.improvePerformanceBox {
	padding: 15px;
	min-height: unset;
}

.improvePerformanceBox h3 {
	font-size: 16px;
}

.improvePerformanceBox h3 span {
	display: inline;
}

.improvePerformanceBox h5 {
	border-left: 2px solid #b0fde7;
	padding-left: 10px;
}

.GrowingREACHBox figure {
	top: -22%;
	width: 200px;
	height: 200px;
}

.GrowingREACHBox {
	padding: 120px 10px 20px 10px;
	margin-bottom: 20px;
	margin-top: 120px;
}

.WhoAreWe h1 {
	font-size: 22px;
}

.WhoAreWe p {
	font-size: 1rem;
}

.difference-REACH .h2Heading {
    font-size: 20px;
    border: 1px solid #e4e2f3;
    padding: 8px 20px;
    border-radius: 10px;
    margin-bottom: 35px;
}

.difference-REACH .h3Heading {
    font-size: 18px;
}

.whatincludedbtn {
		font-size: 20px;  
		width: unset;
}

.leadersexcel h4 {
	font-size: 16px;
}

.MainBanner h2 {
	font-size: 35px;
}

 

.innerBanner h2 {
	font-size: 22px;
}

.innerBanner h4 {
	font-size: 20px;
}
 
.innerBanner_dark h1 {
	font-size: 30px;
}

}     
   