.nav-link {
	color: #7E4FFF;
	font-family: Roboto;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}
.nav-link:hover {
	color: #7E4FFF;
	text-decoration: underline;
}
.login-as {
	color: #535979;
	font-family: Roboto;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}
a.login-as:hover {
	text-decoration: none !important;
	color: #535979;
}
.login-radius {
	border-radius: 20px !important;
}
.footer-container {
	padding: 15px;
	background-color: #7E4FFF !important;
	display:flex; 
	align-items: flex-start;
}
.foot-logo {
	display: block;
	margin-right: auto;
}
.copyright-text {
	color: #FFFFFF;
	font-family: Roboto;
	font-size: 14px;
	line-height: 16px;
}
.footer-link {
	color: #FFFFFF;
	font-family: Roboto;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}
.footer-link:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.container {
	background: white;
}
.circle {
	height: 40px;
	width: 40px;
	background-color: #7E4FFF;
	border-radius: 50%;
	margin: auto;
}
.circle-text {
	line-height: 40px;
	color: #FFFFFF;
	font-family: Roboto;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.arrow {
	width: 120px;
}
.line {
	margin-top: 14px;
	width: 90px;
	background: blue;
	height: 10px;
	float: left;
}
.point {
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 30px solid blue;
	float: right;
}
i {
	border: solid black;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
}
.right {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.main-text {
	color: #FFFFFF;
	font-family: Roboto;
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
}
img {
	border-radius: 5px;
}
.contact-text {
	color: #535979;
	font-family: Roboto;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	margin-bottom: 10px;
}
a.copyright-text:hover {
	text-decoration: none !important;
	color: inherit !important;
	background-color: inherit !important;
}
.no-link {
	text-decoration: none;
	cursor: initial;
}
.button.is-link.is-outlined.left {
	border-bottom-left-radius: 20px !important;
	border-top-left-radius: 20px !important;
	border: 2px solid #535979 !important;
}
.button.is-link.is-outlined.right {
	border-bottom-right-radius: 20px !important;
	border-top-right-radius: 20px !important;
	border: 2px solid #535979 !important;
}
.navbar-item img {
	max-height: none !important;
}
ul {
	list-style: initial;
	margin-left: 20px;
}
li {
	color: #535979;
	font-family: Roboto;
	font-size: 14px;
	line-height: 24px;
}
.navbar-brand {
	padding: 15px;
}
.navbar-brand a:hover {
	background-color:white!important;
}

.navbar-item-container {
	margin-right: 10px;
	padding-left: 0px;
}
.hero-body {
	padding: 0px;
}
.main-container {
	background-color: #7E4FFF;
	display: flex;
	align-items: center;
	background-image: url('img/shiftcloud-symbol-white-10.svg');
	background-repeat: no-repeat;
	height: 450px;
}
.main-container .main-text {
	width: 80%;
    margin-left: 10%;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
    text-shadow: 1px 1px 1px #3a2475, 1px 1px 1px #3a2475;
}
.main-container .sub-text {
	color: #FFFFFF;
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin-top: 10px;
}
.main-container .img-container {
	justify-content: center;
}
.main-container .image {
	width: 95%;
	box-shadow: 1px 1px 1px #3a2475, 1px 1px 1px #3a2475;
}
.image-hidden {
	display: none;
}
@media all and (max-width: 992px) {
	.img-container {
		display: none;
	}
	.first-logo-container {
		width: 100%;
	}
	.image-hidden {
		display: block;
	}
}
.mtop30 {
	margin-top: 30px;
}
.mtop100 {
	margin-top: 100px;
}
.mtop50 {
	margin-top: 50px;
}
.mleft20 {
	margin-left: 20%;
}
.mleft30 {
	margin-left: 30px;
}
.w80 {
	width: 80%;
}
.w60 {
	width: 60%;
}
.content .child-size {
	width: 80%;
}
.description-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}
.description-container .child-container {
	width: 15%;
}
.description-container .child-container .circle-title {
	font-weight: 500;
}
.arrow-style {
	width: 5%;
	display: flex;
	align-items: center;
}
.secondary-container {
	display: flex;
	align-items: center;
}
.secondary-container .child-container {
	position: relative;
	width: 100%;
}
.secondary-container .banner {
	width: 100%;
	border-radius: unset !important;
}
.secondary-container .main-text {
	color: #FFFFFF;
	font-family: Roboto;
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
	position: absolute;
	z-index: 999;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 45%;
}
.secondary-container .text {
	height: 28px;
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	text-shadow: 0 0 5px 0 rgba(0, 0, 0, 1);
	margin-bottom: 10px;
}
.secondary-container .text-sub {
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	font-weight: normal;
}
.middle-container {
	display: flex;
	margin-top: 10%;
	margin-left: 30px;
}
.middle-container .text {
	color: #7E4FFF !important;
	font-family: Roboto;
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 10px;
}
.middle-container .child-container {
	color: #535979;
	font-family: Roboto;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 30px;
}
@media all and (max-width: 992px) {
	.middle-container {
		flex-flow: row wrap;
	}
	.shiftcloud-img {
		display: none;
	}
}
.b-offers {
	display: block;
	margin-bottom: 15px;
	color: #7E4FFF;
}
.testimonials-title {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px;
}
.testimonials-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around
}
.testimonials-box {
	border-radius: 10px;
	background-color: #FFFFFF;
	box-shadow: 0 2px 20px 0 rgba(83, 89, 121, 0.11);
	color: #535979;
	font-family: Roboto;
	font-size: 14px;
	font-style: italic;
	line-height: 16px;
	text-align: center;
	padding: 10px;
	width: 25%;
}
.testimonials {
	color: #535979;
	font-family: Roboto;
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
}
.contact-container {
	margin-top: 5%;
	margin-bottom: 5%;
	text-align: center;
}
.contact-title {
	margin-bottom: 15px;
	color: #7E4FFF;
	font-family: Roboto;
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
}
.align-center {
	text-align: center;
}
.footer-logo-container {
	margin-bottom: 15px;
}
.custom-menu-link {
	border: none;
	color: #FFFFFF !important;
	background-color: #7E4FFF !important;
	font-family: Roboto;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	width: 80px;
}
.left-menu-link {
	border-top-left-radius: 20px !important;
	border-bottom-left-radius: 20px !important;
}
.right-menu-link {
	border-top-right-radius: 20px !important;
	border-bottom-right-radius: 20px !important;
}
.menu-padding {
	padding-left: 3px;
}
.shiftcloud-img {
	height: 100%;
}
.client-img {
	margin-right: 20px;
}
.provider-img {
	margin-left: 30px;
}
.padding-top-10 {
	padding-top: 10px;
}
.footer-logo-item {
	display: block;
}
.title.is-2 {
	color: #7E4FFF;
}
ul {
	list-style: none;
  }
  
  ul li::before {
	content: "\2022";
	color:#7E4FFF;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
  }
  .contact-info a{
	  color: #7E4FFF;
  }
  .contact-info {
	color: #7E4FFF;
}
  .contact-info a:hover{
	color: #7E4FFF;
	text-decoration: underline;
}