.peoplelistheader img{
    width: 30px;
    display: block;
}
.logo
{
	height: 30px;
	width: 30px;
	display: none;
}
 main {
	 overflow: hidden;
}
 a, button {
	 cursor: pointer;
	 border: none;
	 outline: none;
	 user-select: none;
	 background: none;
	 box-shadow: none;
	 text-decoration: none;
}
 img, video {
	 display: block;
	 max-width: 100%;
	 height: auto;
	 object-fit: cover;
}
 .section {
	 margin: 0 auto;
	 padding-top: 3rem;
	
}
.headerstip{
	border: 1px solid #e2e2e4;
	border-radius: 10px;
	padding: 10px;
	text-align: center;
	background-color: rgba(204, 80, 35, 0.76);
	font-family: inherit;
	font-size: 14px;
	text-wrap: balance;
	color: #595959;
}

 .centered {
	 text-align: center;
	 vertical-align: middle;
	 margin-bottom: 1rem;
}
.peoplelistheader
{
	display: flex;
  }
  .peoplelist
{
	display: flex;
	position: relative;
	top: 0;
	left: 0;
  }
  .image1 {
	height: 40px;
	width: 40px;
	position: relative;
	top: 0;
	border-radius: 40px;
	left: 0;
	border: 2.5px solid #fff;
  }
  .image2 {
	position: absolute;
	height: 40px;
	width: 40px;
	left: 25px;
	border-radius: 40px;
	right: 0;
	border:  2.5px solid #fff;
  }
  .image3 {
	position: absolute;
	height: 40px;
	width: 40px;
	left: 50px;
	right: 30;
	border-radius: 40px;
	border:  2.5px solid #fff;
  }
  .image4 {
	position: absolute;
	height: 40px;
	width: 40px;
	left: 75px;
	border-radius: 40px;
	right: 60;
	border:  2.5px solid #fff;
  }
  .image5 {
	position: absolute;
	height: 40px;
	width: 40px;
	left: 100px;
	right: 90;
	border-radius: 40px;
	border:  2.5px solid #fff;
  }
  .image6 {
	position: absolute;
	height: 40px;
	width: 40px;
	left: 125px;
	border-radius: 40px;
	right: 120;
	border:  2.5px solid #fff;
  }
 .heading-xl {
	 font-size: 45px;
	 font-family: sans-serif;
	 color: #2b2c7b;
	 font-weight: 700;
	 line-height: 1.15;
	 letter-spacing: -.21px;
}
 .heading-lg {
	 color: #2b2c7b;
}
 .heading-md {
	 font-family: inherit;
	 font-size: clamp(1.794rem, 4vw, 2.379rem);
	 font-weight: 700;
	 line-height: 1.25;
	 letter-spacing: -1px;
}
 .heading-sm {
	 font-family: inherit;
	 font-size: clamp(1.476rem, 3vw, 1.782rem);
	 font-weight: 600;
	 line-height: 1.5;
}
 .heading-xs {
	 font-family: inherit;
	
	 font-size: clamp(1.215rem, 2vw, 1.335rem);
	 font-weight: 500;
	 line-height: 1.5;
}
 .paragraph {
	 font-family: sans-serif;
	 font-size: 16px;
	 font-weight: 400;
	 font-style: normal;
	 line-height: 1.8;
	 text-wrap: balance;
	 letter-spacing: 0.5px;
	 color: #838282;
	
}
.paragraphsmall {
	font-family: sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.8;
	text-wrap: balance;
	letter-spacing: 0.5px;
	padding-left: 10px;
	padding-right: 10px;
	color: #838282;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* number of lines to show */
			line-clamp: 2; 
	-webkit-box-orient: vertical;
   
}
 .btn {
	 display: inline-block;
	 font-family: inherit;
	 font-size: 1rem;
	 font-weight: 500;
	 line-height: 1.5;
	 text-align: center;
	 vertical-align: middle;
	 white-space: nowrap;
	 user-select: none;
	 outline: none;
	 border: none;
	 border-radius: 0.25rem;
	 text-transform: unset;
	 transition: all 0.3s ease-in-out;
}
 .btn-inline {
	 display: inline-flex;
	 align-items: center;
	 justify-content: center;
	 column-gap: 0.5rem;
}
 .btn-darken {
	 padding: 0.75rem 2rem;
	 color: var(--color-white-100);
	 background-color: var(--color-black-200);
	 box-shadow: var(--shadow-medium);
}
 .btn-neutral {
	 padding: 0.75rem 2rem;
	 color: var(--color-black-500);
	 background-color: var(--color-white-100);
	 box-shadow: var(--shadow-medium);
}
 .header {
	 position: fixed;
	 top: 0;
	 left: 0;
	 z-index: 100;
	 width: 100%;
	 height: auto;
	 margin: 0 auto;
	 transition: all 0.35s ease;
}
 .header.on-scroll {
	 background: var(--color-black-300);
	 box-shadow: var(--shadow-medium);
}
.add-shadow
{
  box-shadow: rgba(110, 66, 211, 0.3) 0px 5px 5px 0px;
  
}

 .brand {
	 font-family: inherit;
	 font-size: 1.6rem;
	 font-weight: 600;
	 line-height: 1.5;
	 letter-spacing: -1px;
	 color: var(--color-white-100);
	 text-transform: uppercase;
}
 .menu {
	 position: fixed;
	 top: -100%;
	 left: 0;
	 width: 100%;
	 height: auto;
	 padding: 4rem 0 3rem;
	 overflow: hidden;
	 background-color: var(--color-black-300);
	 box-shadow: var(--shadow-medium);
	 transition: all 0.4s ease-in-out;
}
 .menu.is-active {
	 top: 0;
	 width: 100%;
	 height: auto;
}
.menu-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #ffffff;
	align-items: center;
	row-gap: 1.25rem;
}
.menu-link {
	font-family: inherit;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	color: var(--color-white-100);
	text-transform: uppercase;
	transition: all 0.3s ease;
}
 .menu-block {
	 display: inline-block;
	 font-family: inherit;
	 font-size: 0.875rem;
	 font-weight: 500;
	 line-height: 1.25;
	 user-select: none;
	 white-space: nowrap;
	 text-align: center;
	 margin-left: auto;
	 padding: 0.65rem 1.5rem;
	 border-radius: 3rem;
	 text-transform: capitalize;
	 color: var(--color-white);
	 background-color: var(--color-blue-600);
	 box-shadow: var(--shadow-medium);
	 transition: all 0.3s ease-in-out;
}
 @media only screen and (min-width: 48rem) {
	 .menu {
		 position: relative;
		 top: 0;
		 width: auto;
		 height: auto;
		 padding: 0rem;
		 margin-left: auto;
		 background: none;
		 box-shadow: none;
	}
	 .menu-inner {
		 display: flex;
		 flex-direction: row;
		 column-gap: 2rem;
		 margin: 0 auto;
	}
	 .menu-link {
		 text-transform: capitalize;
	}
	 .menu-block {
		 margin-left: 2rem;
	}
}
 .burger {
	float: right;
	 position: relative;
	 display: block;
	 cursor: pointer;
	 user-select: none;
	 order: -1;
	 z-index: 10;
	 padding: 10px;
	 width: 2.6rem;
	 height: 2.15rem;
	 border: none;
	 outline: none;
	 background: #fff;
	 visibility: visible;
	 transform: rotate(0deg);
	 transition: 0.35s ease;
}
 @media only screen and (min-width: 48rem) {
	 .burger {
		 display: none;
		 visibility: hidden;
	}
	.logo
	{
		display: block;
	}
}
 .burger-line {
	 position: absolute;
	 display: block;
	 left: 0;
	 width: 100%;
	 height: 2px;
	 border: none;
	 padding: 2px;
	 outline: none;
	 margin: 5px;
	 opacity: 1;
	 border-radius: 1rem;
	 transform: rotate(0deg);
	 background-color: #5e2ced;
	 transition: 0.25s ease-in-out;
}
 .burger-line:nth-child(1) {
	 top: 0px;
}
 .burger-line:nth-child(2) {
	 top: 0.5rem;
	 width: 70%;
}
 .burger-line:nth-child(3) {
	 top: 1rem;
}
 .burger.is-active .burger-line:nth-child(1) {
	 top: 0.5rem;
	 transform: rotate(135deg);
}
 .burger.is-active .burger-line:nth-child(2) {
	 opacity: 0;
	 visibility: hidden;
}
 .burger.is-active .burger-line:nth-child(3) {
	 top: 0.5rem;
	 transform: rotate(-135deg);
}
 .banner-column {
	 position: relative;
	 display: grid;
	 align-items: center;
	 row-gap: 3rem;
}
 @media only screen and (min-width: 48rem) {
	 .banner-column {
		 grid-template-columns: repeat(2, minmax(0, 1fr));
		 justify-content: center;
	}
}
 @media only screen and (min-width: 64rem) {
	 .banner-column {
		 grid-template-columns: 1fr max-content;
		 column-gap: 4rem;
		 margin-top: 2rem;
	}
}
 .banner-image {
	 display: block;
	 max-width: 18rem;
	 padding-top: 100px;
	 padding-bottom: 100px;
	 height: 100%;
	 background: radial-gradient( #5e2ced,#5e2ced, rgb(255, 255, 255), rgb(255, 255, 255));
	 align-items: center;
	 object-fit: cover;
	 justify-self: center;
}
 @media only screen and (min-width: 48rem) {
	 .banner-image {
		 order: 1;
		 max-width: 20rem;
		 height: auto;
	}
}
 @media only screen and (min-width: 64rem) {
	 .banner-image {
		 max-width: 25rem;
		 height: auto;
		 margin-right: 5rem;
	}
}
 .banner-inner {
	 display: flex;
	 flex-direction: column;
	 padding: 20px;
	 align-items: flex-start;
	 row-gap: 1.75rem;
}
.banner-inner-right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	row-gap: 1.75rem;
}
 .banner-links {
	 position: absolute;
	 top: 30%;
	 right: 1.5rem;
	 display: grid;
	 justify-items: center;
	 row-gap: 0.5rem;
	 opacity: 0;
	 visibility: hidden;
}
 @media only screen and (min-width: 64rem) {
	 .banner-links {
		 opacity: 1;
		 visibility: visible;
	}
}
 .banner-links > * {
	 font-size: 1.25rem;
	 line-height: 1.25;
	 color: var(--color-white-100);
}
 .banner-links::before {
	 position: absolute;
	 content: "";
	 top: -3rem;
	 width: 4rem;
	 height: 1.5px;
	 transform: rotate(90deg);
	 background: var(--color-white-100);
}
 .banner-links::after {
	 position: absolute;
	 content: "";
	 bottom: -3rem;
	 width: 4rem;
	 height: 2px;
	 transform: rotate(90deg);
	 background: var(--color-white-100);
}

/* CSS */
.button-85 {
	padding: 0.6em 2em;
	border: none;
	outline: none;
	float: right;
	color: rgb(255, 255, 255);
	background: #5e2ced;
	cursor: pointer;
	position: relative;
	z-index: 0;
	border-radius: 10px;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
  }

 

  a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.section_all {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
	background-color: #ffffff;
    min-height: 100vh;
}
.section-title {
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.section-subtitle {
    letter-spacing: 0.4px;
    line-height: 28px;
    max-width: 550px;
}

.section-title-border {
    background-color: #000;
    height: 1 3px;
    width: 44px;
}

.section-title-border-white {
    background-color: #fff;
    height: 2px;
    width: 100px;
}
.text_custom {
    color: #5e2ced;
}


.appdownload
{
	display: flex;
	width: 100%;
}
.about_icon i {
    font-size: 72px;
    display: inline-block;
    background: #fff;
    border-radius: 35px;
    color: #5e2ced;
}

.about_header_main .about_heading {
    max-width: 450px;
    font-size: 24px;
}

.about_icon span {
    position: relative;
    top: -10px;
}

.about_content_box_all {
    padding: 28px;
}

.bottomheader
{
	margin: 20px;
}
.container-apps
{
	text-align: center;
	margin: 20px;
}
.grid-container-div {
	margin: 20px;
	box-shadow: #5e2ced;
	border-radius: 20px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	background-color: rgba(255, 255, 255, 0.8);
	text-align: center;
	padding: 20px 0;
  }
.grid-container {
	max-width: 1200px;
	margin: 30px auto;
	padding: 0 20px;
	width: 100%; 
	display: grid;
	/* Define Auto Row size */
	grid-auto-rows: auto; 
	/*Define our columns */
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); 
	grid-gap: 1em;
  }
  .self-awareness {
	background: #5e2ced;
  }
  .self-awareness p {
	font-size: 20px;
	font-weight: 600;
	color: #767676;
  }
  .grid-container > div {
	margin: 20px;
	box-shadow: #5e2ced;
	border-radius: 20px;
	box-shadow: 0 4px 8px 0 rgba(110, 79, 249, 0.2), 0 6px 20px 0 rgba(110, 79, 249, 0.2);
	background-color: rgba(255, 255, 255, 0.8);
	text-align: center;
	padding: 20px 0;
  }
  .button-8 {
	padding-left:10px;
	padding-right:10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: none;
	outline: none;
	color: rgb(255, 255, 255);
	background: #5e2ced;
	cursor: pointer;
	position: relative;
	z-index: 0;
	border-radius: 10px;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
  }
  

  
.new_footer_area {
    background: #fbfbfd;
}


.new_footer_top {
    padding: 120px 0px 270px;
    position: relative;
      overflow-x: hidden;
}
.new_footer_area .footer_bottom {
    padding-top: 5px;
    padding-bottom: 50px;
}
.footer_bottom {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #7f88a6;
    padding: 27px 0px;
}
.new_footer_top .company_widget p {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: #6a7695;
    margin-bottom: 20px;
}
.new_footer_top .company_widget .f_subscribe_two .btn_get {
    border-width: 1px;
    margin-top: 20px;
}
.btn_get_two:hover {
    background: transparent;
    color: #5e2ced;
}
.btn_get:hover {
    color: #fff;
    background: #6754e2;
    border-color: #6754e2;
    -webkit-box-shadow: none;
    box-shadow: none;
}
a:hover, a:focus, .btn:hover, .btn:focus, button:hover, button:focus {
    text-decoration: none;
    outline: none;
}



.new_footer_top .f_widget.about-widget .f_list li a:hover {
    color: #5e2ced;
}
.new_footer_top .f_widget.about-widget .f_list li {
    margin-bottom: 11px;
}
.f_widget.about-widget .f_list li:last-child {
    margin-bottom: 0px;
}
.f_widget.about-widget .f_list li {
    margin-bottom: 15px;
}
.f_widget.about-widget .f_list {
    margin-bottom: 0px;
}
.new_footer_top .f_social_icon a {
    width: 44px;
    height: 44px;
    line-height: 43px;
    background: transparent;
    border: 1px solid #e2e2eb;
    font-size: 24px;
}
.f_social_icon a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 45px;
    color: #858da8;
    display: inline-block;
    background: #ebeef5;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.ti-facebook:before {
    content: "\e741";
}
.ti-twitter-alt:before {
    content: "\e74b";
}
.ti-vimeo-alt:before {
    content: "\e74a";
}
.ti-pinterest:before {
    content: "\e731";
}

.btn_get_two {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #5e2ced;
    border-color: #5e2ced;
    color: #fff;
}

.btn_get_two:hover {
    background: transparent;
    color: #5e2ced;
}

.new_footer_top .f_social_icon a:hover {
    background: #5e2ced;
    border-color: #5e2ced;
  color:white;
}
.new_footer_top .f_social_icon a + a {
    margin-left: 4px;
}
.new_footer_top .f-title {
    margin-bottom: 30px;
    color: #263b5e;
}
.f_600 {
    font-weight: 600;
}
.f_size_18 {
    font-size: 18px;
}
h1, h2, h3, h4, h5, h6 {
    color: #4b505e;
}
.new_footer_top .f_widget.about-widget .f_list li a {
    color: #6a7695;
}


.new_footer_top .footer_bg {
    position: absolute;
    bottom: 0;
    background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigB8iI5tb8WSVBuVUGc9UjjB8O0708X7Fdic_4O1LT4CmLHoiwhanLXiRhe82yw0R7LgACQ2IhZaTY0hhmGi0gYp_Ynb49CVzfmXtYHUVKgXXpWvJ_oYT8cB4vzsnJLe3iCwuzj-w6PeYq_JaHmy_CoGoa6nw0FBo-2xLdOPvsLTh_fmYH2xhkaZ-OGQ/s16000/footer_bg.png") no-repeat scroll center 0;
    width: 100%;
    height: 266px;
}

.new_footer_top .footer_bg .footer_bg_one {
    background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhyLGwEUVwPK6Vi8xXMymsc-ZXVwLWyXhogZxbcXQYSY55REw_0D4VTQnsVzCrL7nsyjd0P7RVOI5NKJbQ75koZIalD8mqbMquP20fL3DxsWngKkOLOzoOf9sMuxlbyfkIBTsDw5WFUj-YJiI50yzgVjF8cZPHhEjkOP_PRTQXDHEq8AyWpBiJdN9SfQA/s16000/cyclist.gif") no-repeat center center;
    width: 88px;
    height: 100px;
  background-size:100%;
    position: absolute;
    bottom: 0;
    left: 30%;
    -webkit-animation: myfirst 22s linear infinite;
    animation: myfirst 22s linear infinite;
}

.new_footer_top .footer_bg .footer_bg_two {
    background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhyLGwEUVwPK6Vi8xXMymsc-ZXVwLWyXhogZxbcXQYSY55REw_0D4VTQnsVzCrL7nsyjd0P7RVOI5NKJbQ75koZIalD8mqbMquP20fL3DxsWngKkOLOzoOf9sMuxlbyfkIBTsDw5WFUj-YJiI50yzgVjF8cZPHhEjkOP_PRTQXDHEq8AyWpBiJdN9SfQA/s16000/cyclist.gif") no-repeat center center;
    width: 88px;
    height: 100px;
  background-size:100%;
    bottom: 0;
    left: 38%;
    position: absolute;
    -webkit-animation: myfirst 30s linear infinite;
    animation: myfirst 30s linear infinite;
}
.new_footer_top .footer_bg .footer_bg_three {
    background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhyLGwEUVwPK6Vi8xXMymsc-ZXVwLWyXhogZxbcXQYSY55REw_0D4VTQnsVzCrL7nsyjd0P7RVOI5NKJbQ75koZIalD8mqbMquP20fL3DxsWngKkOLOzoOf9sMuxlbyfkIBTsDw5WFUj-YJiI50yzgVjF8cZPHhEjkOP_PRTQXDHEq8AyWpBiJdN9SfQA/s16000/cyclist.gif") no-repeat center center;
    width: 88px;
    height: 100px;
  background-size:100%;
    bottom: 0;
    left: 42%;
    position: absolute;
    -webkit-animation: myfirst 38s linear infinite;
    animation: myfirst 38s linear infinite;
}


@-moz-keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}

@-webkit-keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}

@keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}

/*************footer End*****************/
.faq {
	padding: 20px ;
	width: 60%;
	min-width:450px;
	margin: auto;
	position: relative;
	height: auto;
  }
  
  .faq-container {
	width: 100%;
	height: 100%;
  
  }
  
  .faq-label {
	cursor: pointer;
	width: 100%;
	padding: 10px 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
  
  border-radius: 19px;
  background: #ffffff;
  box-shadow:  5px 5px 10px #6973fa2a,
			   -5px -5px 10px #6973fa2a;
  }
  
  .faq-label-text {
	color: #365A5E;
  
  }
  
  .faq-label-icon {
	padding: 2px 3px;
	background: #5e2ced;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	
  }
  
  .material-icons {
	color: #ffffff;
	transition: 0.3s ease;
  }
  
  .faq-answer {
	transition: 0.3s ease;
	margin-top: 15px;
	height: 0;
	border-radius: 6px;
	color: rgba(127, 121, 121, 1);
	overflow: hidden;
  
  }
  
  .faq-answer-content {
	padding: 10px 0 10px 15px;
	
  
  }
  
  .active {
  
	background: #FFFFFF;
	border: 1px solid #5e2ced;
	
	height: auto;
	margin-bottom: 25px;
  
  }
  .rotate{
	transform: rotate(180deg)
  }
  .global-label{
	color:#365A5E;
	width:100%;
	height:35px;
	border-bottom: solid 2px #C4C1C1;
	margin-bottom: 35px;
  }
  .global-label-text{
	font-size:18px;
	font-weight:700;
	color:#5e2ced;
  }
  .score{
	display:none;
	color:#5e2ced;
	padding:15px;
	width:45px;
	height:25px;
	margin: 45px auto;
	text-align:center;
	padding: 5px;
	justify-content:center;
	align-items:center;
	border-radius:5px;
	background:white;
  }
  .about-me{
	border-radius:5px;
	width:300px;
	margin:auto;
	color:white;
	text-align:center;
	background:#ffff;
	padding:7px 18px;
  }