/*Basics*/
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
:root {
	--swiper-theme-color: #8c1d6e;
}
html {
	-webkit-font-smoothing: antialiased;
	scroll-padding-top: 300px;
	scroll-behavior: smooth;
}
body {
	font-size: 0.9em;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	color: rgb(41, 41, 41);
	background-color: #fff;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	scroll-padding-top: 300px;
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
	display: block;
}
h1,
h2,
h3 {
	color: #8c1d6e;
	margin: 0 0 20px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}
h1 {
	font-size: 2.65em;
}
h2 {
	font-size: 2.1em;
}
h3 {
	font-size: 1.8em;
}
h4 {
	font-size: 1.3em;
}
a {
	text-decoration: none;
	color: #8c1d6e;
}
a:hover {
	color: #630d4c;
}
input[type='text'],
input[type='password'],
input[type='email'],
input[type='tel'],
.btn,
select,
textarea {
	font-family: 'Poppins', sans-serif;
	color: #000;
	display: block;
	border-radius: 5px;
	width: 100%;
}
input[type='text'],
input[type='password'],
input[type='email'],
input[type='tel'] {
	-webkit-appearance: none;
	padding: 0 0 0 10px;
	height: 40px;
	border: 1px solid #c4c4c4;
}
.btn {
	cursor: pointer;
	-webkit-appearance: none;
	color: #fff;
	text-align: center;
	height: 40px;
	line-height: 38px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	/* font-size: 0.75em; */
	text-transform: uppercase;
}
.btn:hover {
	color: #fff;
}
.btn.alice,
.btn.alice.on:hover {
	background-color: #640149;
	border: 1px solid #640149;
	background-image: -o-linear-gradient(#640149, #590041);
	background-image: -moz-linear-gradient(#640149, #590041);
	background-image: -webkit-linear-gradient(#640149, #590041);
	background-image: linear-gradient(#640149, #590041);
}
.btn.alice.on,
.btn.alice:hover {
	background-color: #980071;
	background-image: -o-linear-gradient(#980071, #980071);
	background-image: -moz-linear-gradient(#980071, #980071);
	background-image: -webkit-linear-gradient(#980071, #980071);
	background-image: linear-gradient(#980071, #980071);
	color: #fff !important;
}
.btn.orange,
.btn.orange.on:hover {
	background-color: #d85316;
	border: 1px solid #d85316;
	background-image: -o-linear-gradient(#d85316, #bf4913);
	background-image: -moz-linear-gradient(#d85316, #bf4913);
	background-image: -webkit-linear-gradient(#d85316, #bf4913);
	background-image: linear-gradient(#d85316, #bf4913);
}
.btn.orange.on,
.btn.orange:hover {
	background-color: #bf4913;
	background-image: -o-linear-gradient(#d85316, #d85316);
	background-image: -moz-linear-gradient(#d85316, #d85316);
	background-image: -webkit-linear-gradient(#d85316, #d85316);
	background-image: linear-gradient(#d85316, #d85316);
}
.btn.ash,
.btn.ash.on:hover {
	color: #590041 !important;
	background-color: #ddd;
	border: 1px solid #ccc;
	background-image: -o-linear-gradient(#e2e2e2, #ddd);
	background-image: -moz-linear-gradient(#e2e2e2, #ddd);
	background-image: -webkit-linear-gradient(#e2e2e2, #ddd);
	background-image: linear-gradient(#e2e2e2, #ddd);
}
.btn.white,
.btn.white.on:hover {
	color: #590041 !important;
	background-color: #fff;
	border: 1px solid #ddd;
	background-image: -o-linear-gradient(#ddd, #fff);
	background-image: -moz-linear-gradient(#ddd, #fff);
	background-image: -webkit-linear-gradient(#ddd, #fff);
	background-image: linear-gradient(#ddd, #fff);
}
.btn.ash.on,
.btn.ash:hover {
	background-color: #eee;
	background-image: -o-linear-gradient(#eee #e2e2e2);
	background-image: -moz-linear-gradient(#eee, #e2e2e2);
	background-image: -webkit-linear-gradient(#eee, #e2e2e2);
	background-image: linear-gradient(#eee, #e2e2e2);
}
select {
	background-color: #fff;
	height: 40px;
	line-height: 40px;
	border: 1px solid #c4c4c4;
}
textarea {
	padding: 10px 0 0 10px;
	min-height: 150px;
	border: 1px solid #c4c4c4;
}
.editor-label {
	/* margin-bottom: 10px; */
	margin-bottom: 6px;
	font-weight: 600;
}
.editor-field d-flex{
	margin-bottom: 6px;
	font-weight: 600;

}
.editor-field {
	min-height: 50px;
}
.editor-field.last {
	min-height: 40px;
}
.section.socials .dw-sm-5,
.section.socials .dw-sm-3 {
	padding: 0;
}
/*Layout*/
#masthead {
	background-color: #fff;
	/* padding: 15px 0; */
	position: fixed;
	z-index: 9;
	/* -webkit-box-shadow: 0px -1px 20px #000;
  -moz-box-shadow: 0px -1px 20px #000; */
	box-shadow: 0px -1px 30px #00000029;
	width: 100%;
	min-height: 70px;
}
#headerleft,
#headerright {
	padding: 0 15px;
}
#headerleft a:first-child {
	display: block;
	max-width: 130px;
	min-width: 115px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#headerright ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#headerright ul li a {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}
#content {
	overflow: hidden;
}
.app-download {
	margin-top: 30px;
	background-color: #e4e4e4;
	padding: 45px 0;
}
.app-download .text {
	position: relative;
	padding-right: 240px;
	max-width: 1080px;
	margin: 0 auto;
}
.app-download span {
	display: block;
	font-size: 1.5em;
}
.app-download .btn {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 225px;
}
.request-demo {
	margin-top: 0px;
	padding: 45px 0;
	text-align: center;
	font-weight: 600;
}
.request-demo .text {
	max-width: 1080px;
	margin: 0 auto;
}
.request-demo span {
	display: block;
	font-size: 1.5em;
}
.request-demo .btn {
	margin: 25px auto 25px auto;
	max-width: 225px;
}
.request-demo .link {
	color: dodgerblue;
	text-decoration: underline;
}
.home-app .link {
	color: dodgerblue;
	text-decoration: underline;
}
#footer {
	background-color: #8c1d6e;
	color: #fff;
	padding-bottom: 25px;
}
#footer a {
	color: #ddd;
}
#footer .section {
	margin: 0 -8px;
}
#footer .bs {
	float: left;
	padding: 0 8px;
}
#footer a:hover {
	color: #fff;
}
#footer .info {
	width: 36%;
}
#footer .info img {
	margin-bottom: 20px;
	max-height: 66px;
	object-fit: contain;
}
#footer .info .around {
	display: block;
	margin-bottom: 18px;
	line-height: 18px;
}
#footer .links {
	width: 49%;
	padding-top: 60px;
}
#footer .links a {
	display: block;
	text-transform: uppercase;
	margin-bottom: 18px;
	color: #fff;
	line-height: 18px;
	font-size: 0.85em;
}
#footer .links a:hover {
	color: #cfcfcf;
}
#footer .store {
	width: 15%;
	padding-top: 60px;
}
#footer .store img {
	float: right;
	margin-bottom: 18px;
}
#footer .btm {
	margin-top: 35px;
	font-size: 0.85em;
}
#footer .left {
	float: left;
}
#footer .right {
	float: right;
}
#footer .right a {
	color: #fff;
}
#footer .right a:hover {
	color: #640149;
}
/*Banner*/
.banner {
	/* width: 100%; */
	/* position: relative; */
	/* overflow: hidden; */
	/* color: #8c1d6e; */
	/* text-align: center; */
	/* background-color: #970071;
   background-image: -o-linear-gradient(20deg, #ffffff 45%, #e8e8e8 100%);
   background-image: -moz-linear-gradient(20deg, #ffffff 45%, #e8e8e8 100%);
   background-image: -webkit-linear-gradient(20deg, #ffffff 45%, #e8e8e8 100%);
   background-image: linear-gradient(20deg, #ffffff 45%, #e8e8e8 100%); */
}
/* .banner:before {
   content: "";
   position: absolute;
   bottom: -42px;
   width: 2000px;
   height: 84px;
   background-color: #fff;
   left: 50%;
   margin-left: -1000px;
   border-radius: 100%;
   z-index: 1;
} */
.banner .grid-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0.05;
	background-image: url(img/grid.html);
	background-image: -o-linear-gradient(to bottom, transparent 7px, #000 1px), linear-gradient(to right, transparent 7px, #000 1px);
	background-image: -moz-linear-gradient(to bottom, transparent 7px, #000 1px), linear-gradient(to right, transparent 7px, #000 1px);
	background-image: -webkit-linear-gradient(to bottom, transparent 7px, #000 1px), linear-gradient(to right, transparent 7px, #000 1px);
	background-image: linear-gradient(to bottom, transparent 7px, #000 1px), linear-gradient(to right, transparent 7px, #000 1px);
	background-size: 8px 8px;
}
.banner .text {
	padding: 25px 0 5px 0;
	position: relative;
	z-index: 3;
}
.banner h1 {
	text-shadow: 0px 0px 1px #000;
	color: #8c1d6e;
}
.banner .text-new span {
	text-shadow: 0px 0px 1px #000;
	font-size: 1.75em;
	margin: 0 auto 10px;
	display: block;
}
.banner .text span {
	text-shadow: 0px 0px 1px #000;
	font-size: 1.75em;
	margin: 0 auto 9px;
	display: block;
}
.banner .text span.small {
	text-shadow: 0px 0px 1px #000;
	font-size: 1.25em;
	margin: 0 auto 9px;
	display: block;
}
.banner .text span span {
	font-size: 1em;
	margin: 0;
	display: inline;
}
.banner .text .detail {
	*margin-top: -32px;
	font-size: 1.4em;
	max-width: 865px;
}
.banner .text .details {
	font-size: 1.2em;
	line-height: 23px;
	max-width: 833px;
}
.banner .text .details a {
	text-decoration: none;
	color: #666;
}
.banner .text .details a:hover {
	color: #8c1d6e;
}
.banner .btn {
	max-width: 220px;
	margin: 0 auto;
}
.banner.home {
	height: auto;
}
.banner.request .text span {
	max-width: 890px;
}
.banner.features .btn {
	margin-bottom: 30px;
}
/*Home*/
.home-video {
	position: relative;
	z-index: 1;
}
.home-video .video-content {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
	padding-bottom: 30px;
}
.home-video .image {
	position: absolute;
	bottom: 0;
	z-index: 1;
}
.home-video .image.left {
	right: 68%;
	width: 435px;
}
.home-video .image.right {
	left: 69%;
	width: 413px;
}
.video.video-stream html5-main-video {
	top: 0 !important;
	height: 520px !important;
}
.home-video .surround {
	position: relative;
	padding-bottom: 56.3%;
	-webkit-box-shadow: 0px 0px 25px 0px #000;
	-moz-box-shadow: 0px 0px 25px 0px #000;
	box-shadow: 0px 0px 25px 0px #000;
	border-radius: 10px;
	background-image: url(img/video-background.html);
	cursor: pointer;
	background-size: cover;
	background-repeat: no-repeat;
}
.home-video .surround.showing {
	z-index: 1;
}
.home-video a.btn {
	font-size: 0.8em;
	margin-bottom: 5px !important;
}
.home-video a.btn.alice {
	max-width: 200px;
	margin: auto;
	display: inline-block;
}
.home-video a.btn.alice-border {
	max-width: 200px;
	margin: auto;
	display: inline-block;
}
.home-video iframe,
.home-video #youtube {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.home-video .youtube:hover i {
	color: #ff0000;
}
.home-video .text {
	text-align: center;
	font-size: 1.2em;
	padding: 15px 0 45px;
	border-bottom: 1px solid #dedede;
}
.home-video .text div {
	max-width: 760px;
	display: block;
	margin: 0 auto;
}
.banner .text span.detail a.bar {
	color: #8c1d6e !important;
}
.banner .text span.detail a.bar:hover {
	text-decoration: underline;
}
.online-solution {
	/* padding: 60px 0; */
	padding: 5px 0;
}
.online-solution h2 {
	max-width: 530px;
}
.online-solution .text span {
	font-size: 1.05rem;
	margin-bottom: 30px;
	display: block;
	line-height: 20px;
}
.online-solution .text .btn {
	max-width: 170px;
}
.online-solution .image img {
	width: 830px;
	max-width: 830px;
}
.testimonial {
	background-color: #ededed;
	border-radius: 10px;
	position: relative;
	padding: 30px;
	margin-bottom: 52px;
}
.testimonial.home {
	margin-top: 30px;
}
.testimonial:after {
	content: '';
	position: absolute;
	top: 100%;
	right: 30px;
	border-style: solid;
	border-width: 0 52px 52px 0;
	border-color: transparent #ededed transparent transparent;
}
.testimonial .image img {
	margin: 0 auto;
}
.testimonial .text span {
	display: block;
	color: #8c1d6e;
	font-size: 2.1em;
}
.testimonial .text em {
	display: block;
	color: #d85316;
	font-size: 1.75em;
	margin: 20px 0;
}
.testimonial .text strong {
	display: block;
	color: #640149;
	font-size: 0.85rem;
}
.home-app {
	/* padding: 30px 0; */
	padding: 0;
	position: relative;
}
.home-app .image {
	margin-left: -50px;
}
.home-app .image-r {
	margin-right: 0px;
}
.home-app .text span {
	display: block;
	font-size: 1.05rem;
	margin-bottom: 30px;
	line-height: 20px;
}
.home-app .text-l span {
	display: block;
	font-size: 0.85rem;
}
.home-app .text-l {
	margin: 15px 0;
}
.home-app .text ul {
	margin: 20px 0;
	padding-left: 18px;
	color: #8c1d6e;
}
.home-app .text ul li span {
	color: #666;
	font-size: 1.55em;
}
.home-app .links {
	max-width: 422px;
}
.home-app .links .section {
	margin: 0 -8px;
}
.home-app .links .bs {
	padding: 0 8px;
	margin-top: 20px;
}
.happy-customers {
	padding: 60px 0;
	text-align: center;
}
.happy-customers img {
	margin: 30px auto 0;
}
/*About*/
.about-icons {
	margin-top: -15px;
	padding-bottom: 75px;
}
.about-icons .section {
	margin: 0 -10px;
}
.about-icons .bs {
	padding: 0 10px;
	margin-top: 60px;
}
.about-icons .bs img {
	margin: 0 auto;
}
.about-icons .bs span {
	display: block;
	text-align: center;
	margin: 45px auto 0;
	font-size: 1.13em;
}
.about-help .text span {
	display: block;
	font-size: 1.05rem;
	margin: 20px 0;
	line-height: 20px;
}
.about-help .text .btn {
	max-width: 285px;
}
.team {
	padding: 30px 0;
	text-align: center;
}
.team .intro {
	display: block;
	margin: 30px auto 0;
	font-size: 1.7em;
	max-width: 590px;
}
.team .section {
	margin: 0 -10px;
}
.team .bs {
	padding: 0 10px;
	margin-top: 45px;
	text-align: center;
}
.team .bs img {
	margin: 0 auto;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 25px 0px #dedede;
	-moz-box-shadow: 0px 0px 25px 0px #dedede;
	box-shadow: 0px 0px 25px 0px #dedede;
}
.team .bs .name {
	color: #8c1d6e;
	margin-top: 30px;
	display: block;
	font-size: 1.55em;
}
.team .bs .job {
	color: #640149;
	text-transform: uppercase;
	display: block;
	font-size: 1.15em;
}
/*Contact*/
.details {
	max-width: 800px;
	/* margin: 30px auto 0; */
}
.details.updated {
	max-width: 100%;
}
.details .intro {
	display: block;
	text-align: center;
	font-size: 1.35em;
}
.details .section {
	margin: 0 -13px;
}
.details .bs {
	padding: 45px 13px 0;
}
.details .heading {
	color: #640149;
	font-weight: 400;
	font-size: 1.75em;
	line-height: 26px;
	margin-bottom: 20px;
	text-align: center;
}
.details .heading span {
	display: inline-block;
}
.details .heading i {
	float: left;
	margin-right: 20px;
	color: #8c1d6e;
	font-size: 1.35em;
}
.details .text {
	font-size: 1.15em;
	line-height: 20px;
	text-align: center;
}
.details .text a {
	font-weight: 700;
	color: #8c1d6e;
}
.mf .section {
	margin: 60px -13px;
}
.mf .bs {
	padding: 0 13px;
}
.iframe .around {
	border-radius: 7px;
	overflow: hidden;
	height: 100%;
}
.iframe iframe,
.iframe .around div {
	height: 100%;
	width: 100%;
	border: none;
}
.form {
	background-color: #ededed;
	border-radius: 7px;
	padding: 30px;
}
.form .around {
	max-width: 890px;
	margin: 0 auto;
}
.form h2 {
	margin-bottom: 30px;
}
#demoform h2 {
	text-align: center;
}
.form .bs.submit {
	float: none;
	margin: 0 auto;
}
.form .editor-label {
	font-family: 'Poppins', sans-serif;
	line-height: 18px;
}
.form .feature label {
	display: block;
	position: relative;
	margin-bottom: 15px;
}
.form .feature input[type='checkbox'] {
	width: 40px;
	height: 40px;
	margin: 0;
	display: block;
}
.form .feature .text {
	font-family: 'Poppins', sans-serif;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	padding-left: 50px;
	line-height: 20px;
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.form .g-recaptcha {
	background-color: #f9f9f9;
	border: 1px solid #c4c4c4;
	border-radius: 5px;
	height: 76px;
}
.form .g-recaptcha > div {
	height: 74px !important;
	width: 276px !important;
	overflow: hidden;
	margin: 0 auto;
}
.form .g-recaptcha div div {
	margin-top: -1px;
	margin-left: -13px;
}
/*Request A Demo*/
.video {
	margin: 75px 0;
}
.video .section {
	margin: 0 -10px;
}
.video .bs {
	padding: 0 10px;
}
.video .surround {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	padding-bottom: 68.57%;
	-webkit-box-shadow: 0px 0px 20px -5px #000;
	-moz-box-shadow: 0px 0px 20px -5px #000;
	box-shadow: 0px 0px 20px -5px #000;
}
.video .surround .youtube,
.video .surround iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video .surround .youtube {
	background-color: #5d204f;
	cursor: pointer;
}
.video .surround .youtube i {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	margin-top: -40px;
	margin-left: -40px;
	font-size: 5em;
}
.video .surround .youtube:hover i {
	color: #640149;
}
.video .surround iframe {
	border: none;
}
.video .text span {
	display: block;
	font-size: 1.7em;
	margin-top: 30px;
}
/*Product Features*/
.pf .list span {
	display: block;
	position: relative;
	padding-left: 35px;
	line-height: 1.1;
}
.pf .list span i {
	color: #640149;
	position: absolute;
	top: 0;
	left: 0;
}
.bookings,
.recruitment,
.app {
	padding-bottom: 30px;
}
.timesheets,
.reporting,
.control,
.compliance,
.rota {
	padding-top: 30px;
}
.jms-one-module,
.jms-one-module-left {
	padding-top: 35px;
	padding-bottom: 35px;
}
.app .links {
	max-width: 422px;
	margin-top: 60px;
}
.app .links .section {
	margin: 0 -8px;
}
.app .links .bs {
	padding: 0 8px;
}
.modules {
	*background-color: #dfd2dc;
	padding: 45px 0 20px;
	margin-top: 100px;
}
.modules h2 {
	text-align: center;
	margin: 0;
	line-height: 1;
}
.modules .overflow {
	overflow: hidden;
	margin-top: 10px;
	border: 1px solid #ccc;
}
.modules .subject {
	padding: 20px 50px 20px 25px;
	color: #000000;
	background-color: #ffffff;
	line-height: 20px;
	position: relative;
	font-size: 1.7em;
	cursor: pointer;
	border-radius: 5px;
}
.modules .subject i {
	position: absolute;
	top: 50%;
	right: 35px;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	margin-top: -10px;
}
.modules .points.shut {
	height: 0;
	overflow: hidden;
}
.modules .points .around {
	padding: 30px;
	background-color: #fff;
}
.modules .section {
	margin: 0 -8px;
}
.modules .bs:nth-child(2n + 1) {
	clear: both;
}
.modules .bs {
	padding: 0 8px;
	margin-bottom: 15px;
}
.modules .points span {
	font-size: 1.25em;
	display: block;
	position: relative;
	padding-left: 23px;
	line-height: 1.1;
}
.modules .points span i {
	position: absolute;
	top: 0;
	left: 0;
	color: #640149;
}
.faqs {
	padding: 15px;
}
.faqs h2 {
	text-align: center;
	margin: 0;
	font-size: 1.8em;
	color: #666;
	font-weight: 800;
}
.faqs h2 span.black {
	color: #000;
}
.faqs .line {
	width: 100%;
	border: 1px solid #e1e1e1;
	margin-top: 30px;
}
.faqs .first {
	font-weight: 800;
	color: #000;
	margin-top: 30px;
	text-align: center;
	font-size: 1.5em;
}
.faqs .overflow {
	border-radius: 7px;
	overflow: hidden;
	margin-top: 25px;
	border-bottom: 2px dashed #e1e1e1;
}
.faqs .subject {
	padding: 15px;
	color: #000;
	position: relative;
	font-size: 0.85rem;
	cursor: pointer;
}
.faqs .subject i {
	position: absolute;
	top: 50%;
	right: 0;
	width: auto;
	height: auto;
	text-align: center;
	line-height: 20px;
	margin-top: -15px;
	color: #640149;
}
.faqs .points.shut {
	height: 0;
	overflow: hidden;
}
.faqs .points .around {
	padding: 0 15px 15px;
	font-size: 1.2em;
}
.faqs .points .around strong {
	color: #454545;
}
.faqs .section {
	margin: 0 -8px;
}
.faqs .bs:nth-child(2n + 1) {
	clear: both;
}
.faqs .bs {
	padding: 0 8px;
	margin-bottom: 15px;
}
.faqs .points span {
	font-size: 1.25em;
	display: block;
	position: relative;
	padding-left: 23px;
	line-height: 1.1;
}
.faqs .points span i {
	position: absolute;
	top: 0;
	left: 0;
	color: #640149;
}
/*Plain text*/
.text-only h2 {
	margin: 45px 0 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #dedede;
	line-height: 1;
}
.text-only h2:first-child {
	margin: 0 0 20px;
}
.text-only .text a {
	font-weight: 700;
	color: #8c1d6e;
}
.text-only .text a:hover {
	color: #640149;
}
.text-only ul {
	color: #8c1d6e;
	padding-left: 18px;
}
.text-only ul li span,
.text-only ul li strong {
	color: #666;
}
/*Error Validation*/
.OK,
.Error,
.Generic {
	padding: 10px;
	color: #fff;
	margin: 0 0 15px;
}
.OK {
	background-color: #339933;
}
.Error {
	background-color: #993333;
}
.Generic {
	background-color: #333;
}
.field-validation-error {
	color: #f00;
}
label.error {
	color: #f00 !important;
	margin-bottom: 8px;
	display: block;
   }
/*Image Lazyloader*/
.lazy-bg {
	background-image: none !important;
}
/*Ajax Loaders*/
.ajaxLoader {
	min-height: 40px;
	line-height: 35px;
	text-align: center;
}
.ajaxLoader i {
	display: inline-block;
	color: #729bef;
	font-size: 5px;
	margin: 0;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	-o-animation: load4 1.3s infinite linear;
	-moz-animation: load4 1.3s infinite linear;
	-webkit-animation: load4 1.3s infinite linear;
	animation: load4 1.3s infinite linear;
	content: '';
}
@-ms-keyframes load4 {
	0%,
	100% {
		box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
	}
	12.5% {
		box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
	}
	25% {
		box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
	}
	37.5% {
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
	}
	50% {
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
	}
	62.5% {
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
	}
	75% {
		box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
	}
	87.5% {
		box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
	}
}
@-o-keyframes load4 {
	0%,
	100% {
		box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
	}
	12.5% {
		box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
	}
	25% {
		box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
	}
	37.5% {
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
	}
	50% {
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
	}
	62.5% {
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
	}
	75% {
		box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
	}
	87.5% {
		box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
	}
}
@-moz-keyframes load4 {
	0%,
	100% {
		box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
	}
	12.5% {
		box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
	}
	25% {
		box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
	}
	37.5% {
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
	}
	50% {
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
	}
	62.5% {
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
	}
	75% {
		box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
	}
	87.5% {
		box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
	}
}
@-webkit-keyframes load4 {
	0%,
	100% {
		box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
	}
	12.5% {
		box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
	}
	25% {
		box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
	}
	37.5% {
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
	}
	50% {
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
	}
	62.5% {
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
	}
	75% {
		box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
	}
	87.5% {
		box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
	}
}
@keyframes load4 {
	0%,
	100% {
		box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
	}
	12.5% {
		box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
	}
	25% {
		box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
	}
	37.5% {
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
	}
	50% {
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
	}
	62.5% {
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
	}
	75% {
		box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
	}
	87.5% {
		box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
	}
}
@media screen and (min-width: 1230px) {
	.online-solution .image {
		left: 58.333333333333336%;
	}
	.app-download span {
		line-height: 50px;
	}
	.about-icons .bs {
		width: 20%;
	}
	.about-icons .bs:nth-child(5n + 1) {
		clear: both;
	}
	.about-help .image {
		padding-left: 0px;
	}
	#contactform {
		padding: 45px 65px;
	}
	#contactform h2 {
		margin-bottom: 20px;
	}
	#demoform {
		padding: 45px;
	}
	#demoform h2 {
		margin-bottom: 45px;
	}
	.video .bs:first-child {
		padding: 0 40px 0 10px;
	}
	.video .bs:nth-child(2) {
		padding: 0 10px 0 20px;
	}
	.pf .text.right {
		padding-left: 10px;
	}
	.pf .list span {
		margin-top: 30px;
	}
	.app .image,
	.control .image,
	.rota .image {
		margin-right: -26px;
	}
	.recruitment .image {
		margin-right: -80px;
	}
	.bookings .image {
		margin-right: -120px;
	}
	.jms-one-module .image {
		/* margin-right: -80px; */
	}
	.timesheets .image,
	.reporting .image,
	.compliance .image {
		margin-left: -52px;
	}
	.jms-one-module-left .image {
		/* margin-left: -52px; */
	}
}
@media screen and (max-width: 1229px) and (min-width: 1230px) {
	#headerleft {
		width: 190px !important;
		margin-top: 1px;
	}
	#headerright ul li a {
		margin-left: 15px;
	}
	#headerright .btn {
		/* padding: 0 30px !important; */
	}
	#headerright li.fb {
		margin-left: 25px !important;
	}
	.online-solution .image {
		left: 50%;
	}
	.testimonial .text {
		padding: 20px 0 0 30px;
	}
	.home-app .text {
		width: 40% !important;
		left: 60% !important;
	}
	.home-app .text-l {
		width: 40% !important;
		left: 0% !important;
	}
	.app-download span {
		line-height: 25px;
		padding-right: 30px;
	}
	.about-icons .bs:nth-child(4n + 1) {
		clear: both;
	}
	.about-icons .bs:nth-child(9) {
		margin-left: 25%;
	}
	.about-help .image img {
		margin-left: -100px;
	}
	.pf .list span {
		margin-top: 20px;
	}
	.pf .list span:first-child {
		margin-top: 30px;
	}
	.app .image,
	.rota .image {
		margin-right: -26px;
	}
	.recruitment .image {
		margin-right: -80px;
	}
	.bookings .image {
		margin-right: -120px;
	}
	.jms-one-module .image {
		/* margin-right: -120px; */
	}
	.timesheets .image img,
	.reporting .image img,
	.compliance .image img {
		float: right;
		margin-right: -26px;
	}
	.jms-one-module-left .image img {
		float: right;
		margin-right: -26px;
	}
	.control .image img {
		float: left !important;
		margin-left: -25px;
	}
	.rota .image img {
		float: left !important;
		margin-left: -50px;
	}
}
@media screen and (min-width: 1230px) {
	.section.socials .dw-sm-5 {
		max-width: 160px;
	}
	input[type='text'],
	input[type='tel'],
	input[type='email'],
	input[type='password'] {
		height: 45px;
	}
	.btn {
		height: 40px;
		line-height: 40px;
	}
	.anchortag .btn {
		height: 40px;
		line-height: 36px;
	}
	select {
		height: 45px;
		line-height: 45px;
	}
	textarea {
		min-height: 180px;
	}
	#headerleft {
		width: 200px;
		float: left;
	}
	#headerleft .fas,
	#headerleft .btn.alice {
		display: none;
	}
	#headerright {
		float: right;
		padding: 15px;
		margin-top: 5px;
	}
	#headerright li {
		float: left;
		margin-left: 20px;
	}
	#headerright li:first-child {
		margin-left: 0px;
	}
	#headerright li:last-child {
		margin-left: 35px;
	}
	#headerright li.fb {
		margin-left: 30px;
	}
	#headerright a {
		line-height: 40px;
		padding: 0px;
		text-transform: uppercase;
		font-size: 0.85em;
		margin-left: 16px;
		display: block;
		float: left;
	}
	#headerright a.on,
	#headerright a:hover {
		position: relative;
	}
	#headerright a.on:before,
	#headerright a:hover:before {
		content: '';
		position: absolute;
		top: 35px;
		left: 0;
		width: 100%;
		/* border-bottom: 2px solid #fff; */
	}
	#headerright .btn {
		padding: 0 15px;
		margin-left: 0px;
		height: 36px;
		line-height: 36px;
		min-width: 105px;
	}
	#headerright li.rad {
		margin-left: 15px;
	}
	#headerright li.rad .btn {
		line-height: 30px;
	}
	#headerright .btn:before {
		display: none;
	}
	#headerright .btn i {
		float: left;
		margin-right: 5px;
		line-height: 30px;
		font-size: 1.8em;
	}
	#footer {
		padding-top: 45px;
	}
	.banner.home {
		height: auto;
		/* min-height: 533px; */
		/* background: red; */
	}
	.home-video {
		margin-top: 0;
	}
	/* .about-help .text {
      top: 50%;
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
   } */
	.form .bs {
		padding: 0 42px;
	}
	.form .bs.submit {
		padding-top: 20px;
	}
	#contactform .editor-field {
		min-height: 50px;
	}
	#contactform .editor-field.ta {
		min-height: 145px;
	}
	#contactform textarea {
		min-height: 130px;
	}
	#demoform .editor-field {
		min-height: 80px;
	}
	#demoform .editor-field.ta {
		min-height: 296px;
	}
	#demoform textarea {
		min-height: 261px;
	}
	.form .editor-field.last {
		min-height: 45px;
	}
	#contactform .btn {
		margin-top: 13px;
	}
	#demoform .g-recaptcha {
		margin-top: -3px;
	}
	.video .section {
		position: relative;
	}
	.video .bs:nth-child(2) {
		position: absolute;
		top: 50%;
		right: 0;
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.pf .list span {
		font-size: 1.7em;
	}
	.modules {
		margin-bottom: -30px;
	}
	/*.anchortag #rota{padding-top: 130px;}
.anchortag #payroll{padding-top: 130px;}*/
	/*.anchortag::before {content:""; display:block; height:171px;margin:-171px 0 0;}*/
}
/*.anchortag::before {content:""; display:block; height:171px;margin:-171px 0 0;}*/
@media screen and (max-width: 1229px) {
	#masthead {
		padding: 0px;
	}
	#headerleft {
		position: relative;
		padding: 2px 190px 2px 2px;
		margin-left: 15px;
	}
	#headerleft .fas {
		display: block;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		color: #5e204f;
		cursor: pointer;
		position: absolute;
		top: 50%;
		margin-top: -20px;
		font-size: 2.2em;
	}
	#headerleft .btn.alice {
		display: block;
		width: 125px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		color: #fff;
		cursor: pointer;
		position: absolute;
		top: 50%;
		margin-top: -20px;
		font-size: 0.8em;
		right: 58px;
	}
	#headerleft .fas:hover {
		color: #640149;
	}
	#headerleft a.fas {
		right: 70px;
	}
	#headerleft i.fas {
		right: 15px;
	}
	#headerright {
		padding: 0px;
	}
	#headerright .nav.shut {
		height: 0;
		overflow: hidden;
	}
	#headerright .nav li {
		border-top: 1px solid #541b47;
	}
	#headerright .nav li a {
		padding: 0 15px;
		line-height: 40px;
		display: block;
		text-transform: uppercase;
		font-size: 0.9em;
	}
	#headerright ul li a.about-link {
		width: 85%;
		float: left;
	}
	#headerright .nav li .btn {
		border-radius: 0px;
		text-align: left;
		border-top: 0px;
	}
	#headerright .nav li .btn i {
		display: none;
	}
	#footer {
		padding-top: 41px;
	}
	#footer .btm {
		margin-top: 30px;
	}
	#footer .links .bs:nth-child(1) {
		width: 27%;
	}
	#footer .links .bs:nth-child(2) {
		width: 40%;
	}
	#footer .links .bs:nth-child(3) {
		width: 33%;
	}
	#footer .links .bs .bs {
		float: none;
		width: 100%;
	}
	#demoform {
		margin-bottom: 30px;
	}
	.form .bs.submit {
		padding-top: 15px;
	}
	.form .editor-field.ta {
		min-height: 221px;
	}
	.form textarea {
		min-height: 206px;
	}
	.video .bs:first-child {
		max-width: 560px;
		margin: 0 auto 30px;
	}
}
@media screen and (max-width: 1229px) and (min-width: 768px) {
	h2 {
		font-size: 2.4em;
	}
	#footer .info {
		width: 48%;
	}
	#footer .links {
		width: 52%;
		padding-top: 60px;
		float: right;
	}
	#footer .store {
		width: 264px;
		padding-top: 0px;
	}
	.banner.home {
		height: 525px;
	}
	.banner .text .sm {
		display: none;
	}
	.home-video {
		margin-top: -416px;
	}
	.testimonial {
		margin-bottom: 0px;
	}
	.testimonial.home {
		margin-top: 0;
	}
	.testimonial .text {
		padding-left: 15px;
	}
	.testimonial .text span {
		font-size: 1.9em;
	}
	.testimonial .text em {
		margin: 15px 0;
		font-size: 1.6em;
	}
	.banner .text,
	.home-video .text,
	.online-solution {
		padding: 30px 0;
	}
	.online-solution .image {
		left: 50%;
	}
	.online-solution .text {
		width: 70%;
	}
	.online-solution .text span {
		max-width: 380px;
	}
	.online-solution .text span,
	.home-app .text span,
	.about-help .text span,
	.team .intro,
	.video .text span {
		/* font-size: 1.5em; */
	}
	.home-app .text ul li span,
	.app-download span {
		font-size: 0.85rem;
	}
	.home-app .image {
		margin-left: 0;
		width: 50%;
		float: left;
		margin-right: -125px;
	}
	.home-app .image-r {
		margin-right: 0;
		width: 50%;
		float: right;
	}
	.home-app .image img {
		width: 610px;
		float: right;
		max-width: 610px;
	}
	.home-app .image-r img {
		width: 610px;
		float: left;
		max-width: 610px;
	}
	.home-app .text {
		width: 50%;
		float: right;
	}
	.home-app .text-l {
		width: 50%;
		float: left;
	}
	.happy-customers {
		padding: 0 0 30px;
	}
	.app-download {
		margin: 0;
		padding: 30px 0;
	}
	.app-download .btn {
		top: 5px;
	}
	.about-icons .bs:nth-child(3n + 1) {
		clear: both;
	}
	.about-icons .bs:nth-child(10) {
		margin-left: 33.3333333333%;
	}
	.about-help .text {
		/* width: 380px; */
		/* top: 60px; */
	}
	.about-help .text h2 {
		width: 400px;
	}
	/* .about-help span {
      max-width: 290px;
   } */
	.about-help img {
		/* margin-left: -200px; */
	}
	.team .people {
		font-size: 0.95em;
	}
	.video {
		margin: 50px 0;
	}
	#contactform .btn {
		margin-top: 18px;
	}
	.pf .list span {
		font-size: 1.5em;
		margin-top: 20px;
	}
	.pf .list span:first-child {
		margin-top: 30px;
	}
	.app .image img {
		margin-left: -127px;
	}
	.recruitment .image img {
		margin-right: -155px;
	}
	.bookings .image img {
		margin-right: -240px;
	}
	.jms-one-module .image img {
		margin-right: -240px;
	}
	.timesheets .image img,
	.reporting .image img {
		float: right;
		margin-right: -26px;
	}
	.jms-one-module-left .image img {
		float: right;
		margin-right: -26px;
	}
	.compliance .image img {
		float: right;
		margin-right: -110px;
	}
	.control .image img,
	.rota .image img {
		float: left !important;
		margin-left: -26px;
	}
	#content {
		padding-top: 70px !important;
	}
}
@media screen and (min-width: 768px) {
	#content {
		min-height: 800px;
		/* padding-top: 110px; */
		padding-top: 70px;
	}
	.online-solution .section {
		position: relative;
		min-height: 500px;
	}
	.online-solution .text {
		position: absolute;
		top: 50%;
		left: 0;
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.home-app .text {
		width: 50%;
		float: right;
		position: absolute;
		left: 50%;
		top: 50%;
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		padding-left: 15px;
	}
	.home-app .text-l {
		width: 50%;
		float: left;
		position: absolute;
		left: 0%;
		top: 50%;
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		padding-left: 15px;
	}
	.about-help .section {
		position: relative;
	}
	.about-help .text {
		/* position: absolute;
      left: 0; */
		z-index: 1;
	}
	.about-help .image {
		float: right;
	}
	.about-help img {
		width: 682px;
		max-width: 682px;
	}
	#demoform {
		margin-top: 30px;
	}
	.mf .section {
		position: relative;
	}
	.mf .bs:nth-child(2) {
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
	}
	.text-only {
		margin: 30px 0 60px;
	}
	.text-only .text {
		font-size: 1.1em;
	}
	.text-only h2 {
		font-size: 2.4em;
	}
	.text-only .quote {
		color: #8c1d6e;
		border-left: 5px solid #8c1d6e;
		padding: 10px 0 10px 25px;
		margin: 20px 0 30px;
		display: block;
	}
	.pf .section {
		position: relative;
	}
	.pf .image.right {
		float: right;
	}
	.pf .image.right img {
		float: right;
		width: 615px;
	}
	.home-app .image.right {
		float: right;
	}
	.home-app .image.right img {
		float: right;
		width: 615px;
	}
	.pf .image img {
		max-width: 615px;
	}
	.pf .text {
		position: absolute;
		top: 50%;
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.pf .text.right {
		right: 0;
	}
}
@media screen and (max-width: 767px) {
	/* h1 {
    font-size: 2.5em;
    margin: 0 0 15px;
  }
  h2 {
    font-size: 1.7em;
    margin: 0 0 15px;
  } */
	#footer {
		text-align: center;
	}
	#footer .info img {
		margin: 0 auto 15px;
	}
	#footer .info,
	#footer .links,
	#footer .store {
		float: none;
		width: 100%;
	}
	#footer .links {
		padding-top: 15px;
		max-width: 500px;
		margin: 0 auto;
	}
	#footer .store {
		padding-top: 15px;
		max-width: 264px;
		margin: 0 auto;
	}
	#footer .btm {
		margin-top: 15px;
	}
	#footer .btm .left,
	#footer .btm .right {
		float: none;
	}
	#content {
		padding-top: 70px;
		/* padding-bottom: 65px; */
	}
	.banner.home:before,
	.banner.home:after,
	.happy-customers,
	.happy-customers .lazy,
	.happy-customers img {
		display: none;
	}
	.banner,
	.banner.home {
		height: auto;
	}
	.banner .text {
		padding: 35px 0 15px;
	}
	.banner .text span {
		font-size: 1.2em;
	}
	.banner .text .xs {
		text-indent: -100000px;
		display: block;
		height: 0;
	}
	.banner .text .detail {
		margin-bottom: 0px;
	}
	.home-video .container {
		padding: 0px;
	}
	.home-video .video-content {
		padding-bottom: 40px;
	}
	.home-video .surround {
		border-radius: 0px;
		min-height: 178px;
		/* padding-bottom: 39%; */
	}
	.home-video .text {
		font-size: 1.15em;
		padding: 15px 25px 20px;
		border-bottom: 1px solid #dedede;
	}
	.home-video .text span {
		padding-bottom: 20px;
		/* border-bottom: 1px solid #dedede; */
	}
	.home-video .image.left {
		width: 70%;
		right: 55%;
	}
	.home-video .image.right {
		width: 68%;
		left: 56%;
	}
	.online-solution {
		padding: 20px 0;
	}
	.online-solution .image {
		padding: 0 0 0 5px;
	}
	.online-solution .image img {
		width: 120%;
		max-width: 830px;
	}
	.online-solution .text {
		padding: 15px 15px 0;
	}
	.online-solution h2 {
		max-width: 100%;
	}
	.online-solution .text span {
		font-size: 1.1em;
		margin-bottom: 15px;
	}
	.testimonial {
		padding: 30px 20px 20px;
	}
	.testimonial.home {
		margin: 15px 0 40px;
	}
	.testimonial:after {
		border-width: 0 32px 32px 0;
		right: 20px;
	}
	.testimonial .image {
		width: 62%;
		margin: 0 auto 30px;
	}
	.testimonial .text span {
		font-size: 1.7em;
	}
	.testimonial .text em {
		margin: 15px 0;
		font-size: 1.25em;
	}
	.testimonial .text strong {
		font-size: 1.1em;
	}
	.home-app {
		padding-top: 0px;
	}
	.home-app .image,
	.home-app .image img {
		margin: 0 auto;
	}
	.home-app .image,
	.home-app .image-r img {
		margin: 0 auto;
	}
	.home-app .text h2 {
		margin: 15px 0;
	}
	.home-app .text-l h2 {
		margin: 15px 0;
	}
	.home-app .text span,
	.home-app .text ul li span {
		font-size: 1.1em;
	}
	.home-app .text-l span,
	.home-app .text-l ul li span {
		font-size: 1.1em;
	}
	.home-app .links .bs {
		margin-top: 0px;
	}
	.app-download {
		margin: 0;
		padding: 20px 0;
	}
	.app-download .text {
		padding: 0;
	}
	.app-download .text span {
		font-size: 1.2em;
		text-align: center;
	}
	.app-download .text .btn {
		position: relative;
		margin: 20px auto 0;
	}
	.about-icons {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.about-icons .bs {
		margin: 15px 0;
	}
	.about-icons .bs:nth-child(2n + 1) {
		clear: both;
	}
	.about-icons .bs span {
		margin: 15px auto 0;
	}
	.about-help .image {
		padding: 0;
	}
	.about-help .text span {
		font-size: 1.1em;
		margin: 20px 0;
	}
	.team {
		padding: 0 0 30px;
	}
	.team .intro {
		font-size: 1.2em;
		margin: 20px auto 0;
	}
	.team .bs {
		margin: 20px auto 0;
	}
	.team .bs:nth-child(2n + 1) {
		clear: both;
	}
	.team .bs .name {
		margin-top: 20px;
	}
	.team .people {
		font-size: 0.8em;
	}
	.details {
		margin-top: 0px;
	}
	.details.updated {
		margin-top: 15px;
	}
	.details .intro {
		font-size: 1.2em;
	}
	.details .bs {
		padding-top: 15px;
	}
	.details .heading {
		font-size: 1.7em;
		line-height: 35px;
		margin-bottom: 20px;
	}
	.details .text {
		font-size: 1.1em;
	}
	.form {
		padding: 15px;
	}
	.form h2 {
		margin-bottom: 20px;
	}
	.form .feature {
		margin-top: 15px;
	}
	#contactform .btn {
		margin-top: 15px;
	}
	.mf .section {
		margin: 30px -13px;
	}
	#contactform {
		margin-bottom: 30px;
	}
	.iframe iframe,
	.iframe .around div {
		height: 250px;
	}
	.video {
		margin: 30px 0;
	}
	.video .bs:first-child {
		margin: 0 auto 20px;
	}
	.video .text span {
		font-size: 1.1em;
		margin: 20px 0 0;
	}
	.pf .image {
		padding: 0;
		margin: 0 -8px;
	}
	.pf .image img {
		margin: 0 auto;
	}
	.pf .list span {
		font-size: 1.1em;
		margin-top: 15px;
		padding-left: 25px;
	}
	.pf .list span:first-child {
		margin-top: 20px;
	}
	.bookings {
		margin-top: -15px;
		position: relative;
		z-index: 1;
	}
	.jms-one-module {
		margin-top: 15px;
		position: relative;
		z-index: 1;
	}
	.timesheets,
	.reporting {
		padding-top: 0px;
		margin-top: -15px;
	}
	.app {
		padding: 15px 0 30px;
	}
	.control,
	.compliance,
	.rota {
		padding-top: 15px;
	}
	.app .links {
		margin-top: 30px;
	}
	.modules {
		margin-top: 50px;
		padding: 20px 0 30px;
	}
	.modules h2 {
		margin-bottom: 20px;
	}
	.modules .overflow {
		margin-top: 15px;
	}
	.modules .subject {
		font-size: 1.3em;
		line-height: 20px;
		padding: 15px 45px 15px 15px;
	}
	.modules .subject span {
		display: block;
	}
	.modules .subject i {
		width: 15px;
	}
	.modules .points .around {
		padding: 15px;
	}
	.modules .points span {
		font-size: 1.1em;
	}
	.text-only {
		margin: 0 0 30px;
	}
}
@media screen and (max-width: 480px) {
	#footer .info .around span {
		display: block;
	}
	#footer .links .bs:nth-child(1),
	#footer .links .bs:nth-child(2) {
		float: left;
		width: 50%;
	}
	#footer .links .bs.one {
		clear: both;
	}
	#footer .links .bs:nth-child(3) {
		float: none;
		width: 100%;
		clear: both;
	}
	#footer .links .bs .bs:nth-child(3) {
		float: left;
		width: 50%;
	}
	#footer .btm .left {
		margin-bottom: 15px;
	}
	#footer .btm .left span {
		display: block;
		text-indent: -100000px;
		height: 0;
	}
	.details .bs {
		float: none;
		width: 100%;
	}
	.banner .text .xs {
		text-indent: 0;
		display: inline;
		height: auto;
	}
	.banner .text .xxs {
		text-indent: -100000px;
		display: block;
		height: 0;
	}
}
@media screen and (max-width: 360px) {
	.form .feature .bs {
		width: 100%;
		float: none;
	}
	.form .feature input[type='checkbox'] {
		width: 30px;
		height: 30px;
	}
	.form .feature .text {
		padding-left: 40px;
	}
	.form .g-recaptcha {
		height: 62px;
	}
	.form .g-recaptcha > div {
		height: 58px !important;
		width: 238px !important;
	}
	.form .g-recaptcha div div {
		margin-top: -9px;
		margin-left: -32px;
	}
	.form .g-recaptcha iframe {
		-ms-transform: scale(0.8, 0.8);
		-o-transform: scale(0.8, 0.8);
		-moz-transform: scale(0.8, 0.8);
		-webkit-transform: scale(0.8, 0.8);
		transform: scale(0.8, 0.8);
	}
	#content {
		padding-top: 60px;
	}
}
.center-flex {
	/* Internet Explorer 10 */
	display: -ms-flexbox;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	/* Firefox */
	display: -moz-box;
	-moz-box-pack: center;
	-moz-box-align: center;
	/* Safari, Opera, and Chrome */
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	/* W3C */
	display: box;
	box-pack: center;
	box-align: center;
}
.fw-normal {
	font-weight: 400 !important;
}
.fw-semi-bold {
	font-weight: 500 !important;
}
.fw-bold {
	font-weight: 600 !important;
}
.txt-black {
	color: #000 !important;
}
.txt-ash {
	color: #414141 !important;
}
.txt-ash-lite {
	color: #dfdfdf !important;
}
.txt-purple-dark {
	color: #5d204f;
}
.txt-purple {
	color: #8c1d6e !important;
}
.txt-white {
	color: #fff !important;
}
.btn.alice-border {
	border: 3px solid #640149;
	color: #640149;
}
.btn.alice-border.on:hover {
	border: 3px solid #640149;
	background-color: #640149;
	color: #fff;
}
.btn.alice-border-white,
.btn.alice-border-white.on:hover {
	border: 3px solid #ffffff;
	color: #ffffff;
}
.pull-left {
	float: left;
}
.mr-xs {
	margin-right: 5px !important;
}
.mr-md {
	margin-right: 10px !important;
}
.mr-xl {
	margin-right: 30px !important;
}
.ml-md {
	margin-left: 20px !important;
}
.ml-sm {
	margin-left: 10px !important;
}
.mt-xs {
	margin-top: 5px !important;
}
.mt-sm {
	margin-top: 10px !important;
}
.mt-md {
	margin-top: 20px !important;
}
.mt-lg {
	margin-top: 20px !important;
}
.mt-xl {
	margin-top: 35px !important;
}
.mt-xxl {
	margin-top: 45px !important;
}
.mt-mb-xxl {
	/* margin: 55px 0 !important; */
	padding: 100px 0 !important;
}
.mr-0 {
	margin-right: 0px !important;
}
.ml-0 {
	margin-left: 0px !important;
}
.pr-0 {
	padding-right: 0px !important;
}
.pl-0 {
	padding-left: 0px !important;
}
.pr-form-0 {
	padding-right: 10px;
}
.text-center {
	text-align: center;
}
.pt-lg {
	padding-top: 40px !important;
}
.pt-sm {
	padding-top: 5px !important;
}
.pb-sm {
	padding-bottom: 5px !important;
}
.mb-sm {
	margin-bottom: 5px !important;
}
.pb-lg {
	padding-bottom: 40px !important;
}
.pb-xl {
	padding-bottom: 60px !important;
}
.pt-md {
	padding-top: 30px !important;
}
.pb-md {
	padding-bottom: 30px !important;
}
.pb-0 {
	padding-bottom: 0px !important;
}
.pt-large {
	padding-top: 100px;
	padding-bottom: 100px;
}
.pt-medium {
	padding-top: 50px;
	padding-bottom: 50px;
}
.mb-0 {
	margin-bottom: 0px !important;
}
.no-padding {
	padding: 0 !important;
}
.pf .text span {
	display: block;
	font-size: 1.05rem;
	margin-bottom: 30px;
	line-height: 20px;
}
.pt-menu-area {
	padding-top: 70px;
}
.main-txt {
	padding-top: 100px;
	margin: 0px 0 80px 0;
}
.main-txt .text span {
	display: block;
	font-size: 1.05rem;
	margin-bottom: 20px;
}
.about-help {
	padding-top: 30px;
}
.center-block {
	display: block;
	margin: 0 auto;
}
.ac.text span {
	display: block;
	font-size: 0.85rem;
	margin-bottom: 30px;
	padding-left: 0;
}
@media screen and (max-width: 767px) {
	.home-app.online-solution-new .image img {
		width: 100%;
		max-width: 830px;
	}
}
@media screen and (max-width: 1229px) and (min-width: 768px) {
	.home-app.online-solution-new .image img {
		width: 550px !important;
		float: left;
		max-width: 610px;
	}
}
.home-app.online-solution-new .image img {
	width: 790px;
	max-width: 830px;
}
.home-app.online-solution-new .image {
	margin-left: -220px;
}
table.featureTable {
	background-color: #ffffff;
	/* width: 80%; */
	margin: 25px auto 0 auto;
	text-align: center;
	border-collapse: collapse;
}
table.featureTable td,
table.featureTable th {
	padding: 15px 10px;
}
table.featureTable tbody td {
	font-size: 1.15em;
	font-weight: bold;
	color: #000;
}
table.featureTable tbody tr {
	border-bottom: 1px solid #cbcbcb;
}
table.featureTable tbody i {
	font-size: 1.35em;
	/* color: #616161; */
	color: #03995a;
}
table.featureTable thead {
	background: #8c1d6e;
}
table.featureTable thead th {
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	border-left: 1px solid #f5f5f5;
}
table.featureTable thead th:first-child {
	border-left: none;
}
@media screen and (max-width: 1229px) {
	table.featureTable {
		background-color: #ffffff;
		width: 100%;
		margin: 25px auto 0 auto;
		text-align: center;
		border-collapse: collapse;
	}
	table.featureTable td,
	table.featureTable th {
		padding: 10px 5px;
	}
	table.featureTable tbody td {
		font-size: 1em;
		font-weight: bold;
		color: #000;
	}
	table.featureTable tbody i {
		font-size: 1.3em;
		color: #616161;
	}
	table.featureTable thead th {
		font-size: 1.1em;
		font-weight: bold;
		color: #ffffff;
		text-align: center;
		border-left: 2px solid #f5f5f5;
	}
	.feature-section {
		padding: 0 15px;
	}
	.online-solution .text .btn {
		max-width: 148px;
		font-size: 0.9em;
	}
}
.width-lg-btn {
	width: 225px;
}
.width-140 {
	width: 140px;
}
.ash-section {
	margin-top: 30px;
	background-color: #e4e4e4;
	padding: 45px 0;
}
.ash-section .text {
	position: relative;
	padding-right: 240px;
	max-width: 1080px;
	margin: 0 auto;
}
.ash-section .text span {
	font-size: 1.4em;
	margin-bottom: 30px;
	display: block;
}
.ash-section span {
	display: block;
	font-size: 1.5em;
}
.ash-section .btn {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 225px;
}
@media screen and (min-width: 1230px) {
	.nav-icon {
		position: relative;
		top: 11px;
		right: -5px;
		color: #980071;
	}
	.nav li div {
		position: absolute;
		visibility: hidden;
		z-index: 598;
		width: 230px;
		background-color: #4e8098;
	}
	/* .nav li a i {
      display: none;
   } */
	.nav li.about i.fa-chevron-right {
		display: none;
	}
	/* .nav li:hover a.arrow {
      border-bottom: 3px solid #90c2e7;
    }
    .nav li:hover a.home,
    .nav li a.on {
      border-bottom: 3px solid #90c2e7;
    }
    .nav li:hover a {
      border-bottom: 2px solid #fcf7f8;
    } */
	.nav li div ul {
		padding: 0;
		margin: 0;
		text-decoration: none;
	}
	.nav li div ul,
	.nav li div ul li {
		width: 100%;
		background-color: #f8f8f8;
		text-align: left;
	}
	.nav li div ul li {
		height: auto;
		line-height: 40px;
		float: none;
		margin: 0 !important;
	}
	.nav li div ul li a {
		height: 40px;
		/* color: #fff; */
		text-transform: capitalize;
		padding-left: 15px !important;
		margin: 0 3px !important;
		line-height: 38px !important;
		width: 98%;
	}
	.nav li div ul li a:hover {
		/* color: #8c1d6e; */
	}
	.nav li:hover div {
		visibility: visible;
	}
	.nav li {
		float: left;
		display: block;
		text-align: center;
	}
	/* .nav li.more {
      margin: 0 30px;
    } */
	.nav li a {
		color: #000;
		display: block;
		height: 40px;
		font-size: 1.2em;
	}
	.nav li a.on,
	.nav li a:hover {
		color: #980071;
		text-decoration: none;
	}
	.nav li div a:hover {
		background-color: #980071;
		color: #fcf7f8;
	}
}
.features-section img {
	margin: 0 auto;
	padding-bottom: 15px;
	width: 60px;
}
.features-section span {
	font-size: 17px;
	font-weight: 600;
}
.features-section .bs {
	padding-bottom: 45px;
}
@media screen and (max-width: 1229px) {
	.nav.open {
		height: auto;
		text-transform: uppercase;
	}
	.topnav ul li i {
		width: 8%;
		float: right;
		margin: 13px 0;
		/* color: #fff; */
		font-size: 1em;
		text-align: center;
		display: none;
	}
	.topnav ul li {
		width: 100%;
		clear: both;
	}
	.nav div.shut {
		height: 0;
		overflow: hidden;
	}
	/* .shut { height: 0px; overflow: hidden;} */
}
.v-align {
	display: flex;
	justify-content: center;
	align-items: center;
}
.v-align .left-column {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
@media screen and (min-width: 767px) {
}
.module-head {
	clear: both;
	margin-bottom: 25px;
	margin-top: 25px;
}
.module-head img {
	max-height: 65px;
	object-fit: contain;
}
.module-head h3 {
	margin: 0;
	font-size: 1.8em;
	padding-left: 5px;
}
.jms-one-module {
	/* padding-bottom: 75px; */
	display: block;
	clear: both;
}
.jms-one-module .text span {
	display: block;
	font-size: 1.05rem;
	margin-bottom: 30px;
}
/* a[id]::before {
   content: '';
   display: block;
   height: 50px;
   margin: -30px 0 0;
} */
/* :target {
   display: block;    
   position: relative;     
   top: -100px;
   visibility: hidden;
} */
.ash-img {
	-webkit-filter: grayscale(100%);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}
.ash-img:hover {
	-webkit-filter: grayscale(0%);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
	transition: 0.5s linear 0.2s;
}
.carousel {
	/* height: 430px; */
	margin-bottom: 20px;
}
.carousel-caption {
	z-index: 10;
}
.carousel .item {
	height: 430px;
}
.carousel .item.banner-one {
	background-position: 50%;
	background-image: url(../img/banner-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.carousel .item.banner-two {
	background-position: 50%;
	background-image: url(../img/banner-2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.carousel .item.banner-three {
	background-position: 50%;
	background-image: url(../img/banner-3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.carousel .item.banner-four {
	background-position: 50%;
	background-image: url(../img/banner-4.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.carousel-inner > .item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 500px;
}
.carousel-text {
	margin: 20px 0 42px 0;
	font-size: 1.15em;
	color: #fff;
	line-height: 1.35em;
	margin-left: auto;
	margin-right: auto;
	max-width: 542px;
	text-shadow: 0px 0px 2px #000;
}
.carousel#myCarousel .item {
	/* height: 450px; */
	height: 75vh;
}
.carousel-caption .button {
	text-shadow: none;
	color: #fff;
	text-transform: uppercase;
	background-color: #640149;
	border: 1px solid #640149;
	background-image: -o-linear-gradient(#640149, #590041);
	background-image: -moz-linear-gradient(#640149, #590041);
	background-image: -webkit-linear-gradient(#640149, #590041);
	background-image: linear-gradient(#640149, #590041);
	padding: 10px 36px;
	border-radius: 5px;
	font-size: 0.75em !important;
	font-weight: 500;
	cursor: pointer;
}
.carousel#myCarousel h2 {
	margin: 20px 0 15px 0;
	/* color: #ffffff; */
	font-size: 1.6em;
	font-weight: 800;
	/* text-shadow: 0px 0px 2px #000; */
}
.carousel-caption.internal h2 {
	margin: 20px 0 15px 0;
	color: #d71a21;
	font-size: 1.6em;
	font-weight: 800;
}
@media screen and (max-width: 767px) {
	.nav-icon {
		position: relative;
		top: 0;
		right: 0;
	}
	.v-align {
		display: block;
	}
	.jms-one-module,
	.jms-one-module-left {
		padding-top: 15px;
		padding-bottom: 25px;
	}
	.main-txt {
		/* margin: 36px 0 15px 0 !important; */
	}
	.carousel-caption {
		padding: 15px 0;
	}
	.carousel-text {
		font-size: 1em;
		padding: 0 20px;
	}
	.carousel-text.internal {
		padding: 0;
	}
	.carousel-text.about {
		margin: 10px 0 0 0;
		font-size: 0.9em !important;
	}
	.carousel-caption.internal h2 {
		margin: 0;
		font-size: 1.6em;
	}
	.carousel-caption .button {
		font-size: 0.7em !important;
	}
	.carousel .item.banner-one,
	.carousel .item.banner-two {
		background-position: 70%;
	}
}
/*--------Delete From Here Down If Not Needed-------------------*/
.carousel {
	position: relative;
}
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.carousel-inner > .item {
	position: relative;
	display: none;
	-webkit-transition: 0.6s ease-in-out left;
	-o-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-inner > .item {
		-webkit-transition: -webkit-transform 0.6s ease-in-out;
		-o-transition: -o-transform 0.6s ease-in-out;
		transition: transform 0.6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}
	.carousel-inner > .item.next,
	.carousel-inner > .item.active.right {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	.carousel-inner > .item.prev,
	.carousel-inner > .item.active.left {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	.carousel-inner > .item.next.left,
	.carousel-inner > .item.prev.right,
	.carousel-inner > .item.active {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
	display: block;
}
.carousel-inner > .active {
	left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}
.carousel-inner > .next {
	left: 100%;
}
.carousel-inner > .prev {
	left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
	left: 0;
}
.carousel-inner > .active.left {
	left: -100%;
}
.carousel-inner > .active.right {
	left: 100%;
}
.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	background-color: rgba(0, 0, 0, 0);
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.carousel-control.left {
}
.carousel-control.right {
	right: 15px;
	left: auto;
}
.carousel-control:hover,
.carousel-control:focus {
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=90);
	outline: 0;
	opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control i.fa.fa-chevron-left,
.carousel-control i.fa.fa-chevron-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px;
	font-size: 1.5em;
}
.carousel-control .icon-prev,
.carousel-control i.fa.fa-chevron-left {
	left: 50%;
	margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control {
	right: 50%;
	margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
	width: 20px;
	height: 20px;
	font-family: serif;
	line-height: 1;
}
.carousel-control .icon-prev:before {
	content: '\2039';
}
.carousel-control .icon-next:before {
	content: '\203a';
}
.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 8;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-shadow: 0 0px 4px #333;
	padding-right: 15px;
}
.carousel-indicators li {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 5px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	border-radius: 10px;
	background-color: #fff;
}
.carousel-indicators .active {
	width: 15px;
	height: 15px;
	background-color: #8c1d6e;
	border: 1px solid #75145b;
}
.carousel-caption {
	z-index: 10;
	padding: 25px 0;
	color: #fff;
	max-width: 600px;
	margin: 0 auto;
	font-size: 1.2em;
	text-align: center;
}
.carousel-caption .internal {
	max-width: 600px !important;
}
.carousel-caption .btn {
	text-shadow: none;
	color: #fff;
	text-transform: uppercase;
	background-color: #d71a21;
	padding: 12px 50px;
	border-radius: 25px;
	font-size: 1.2em;
}
@media screen and (min-width: 768px) {
	.carousel-caption {
		right: 20%;
		left: 20%;
		padding-bottom: 30px;
	}
}
.carousel-caption {
	position: absolute;
	max-width: 700px;
	bottom: 20%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
}
.fw-xtra-bold {
	font-weight: 800 !important;
}
.new-area.text-new div {
	max-width: 760px;
	display: block;
	margin: 0 auto;
}
.new-area.text-new {
	text-align: center;
	font-size: 1.5em;
	padding: 15px 0 45px;
	border-bottom: 1px solid #dedede;
}
/* --------------------blog Area------------------------ */
.blog-area {
	/* padding: 90px 0 100px; */
	background: #e4e4e4;
}
.single-blog {
	margin-bottom: 40px;
	overflow: hidden;
	text-align: left;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	background: #fff;
	border-radius: 7px;
	border: 1px solid #e6e6e6;
}
.nodata-blog {
	margin-bottom: 40px;
	overflow: hidden;
	text-align: left;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	background: #fff;
	border-radius: 7px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 0.85rem;
	color: #5c5c5c;
	/*border: 1px solid #e6e6e6;*/
}
.single-blog:hover {
	-webkit-box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.12);
	box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.12);
	border-color: transparent;
}
.blog-area.blog-archive,
.blog-index.blog-area.blog-area {
	padding: 100px 0 100px;
	background: #f6f6f6;
}
.blog-index.blog-area.blog-area {
	padding: 100px 0 100px;
}
.blog-title {
	overflow: hidden;
	height: 73px;
}
.blog-thumb {
	overflow: hidden;
	position: relative;
}
.blog-thumb a {
	display: block;
	position: relative;
}
.blog-thumb img {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	display: block;
	height: 180px;
	object-fit: cover;
	width: 100%;
}
.blog-thumb img.investors-img {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	display: block;
	height: 345px !important;
	object-fit: cover;
	width: 100%;
}
.blog-thumb-inside {
	overflow: hidden;
	position: relative;
}
.blog-thumb-inside img {
	height: 220px;
	object-fit: cover;
	width: 100%;
}
.blog-thumb-inside-main img {
	height: 350px;
	object-fit: cover;
	width: 100%;
}
.blog-thumb-inside-main {
	overflow: hidden;
	position: relative;
}
.blog-page-title a {
	display: block;
	font-weight: 800;
	margin-bottom: 0;
	text-transform: capitalize;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	color: #232323;
}
.blog-page-title h2 a:hover {
	color: #8c1d6e;
}
.em-blog-content-area {
	display: block;
	width: 100%;
}
@media screen and (max-width: 1229px) {
	.em-blog-content-area {
		padding: 28px 35px 30px;
		overflow: hidden;

		margin-bottom: 15px;
	}
}
.em-blog-content-area {
	padding: 28px 35px 30px;
	overflow: hidden;
	height: 245px;
	margin-bottom: 15px;
}
.em-blog-content-area-inside {
	display: block;
	width: 100%;
	padding: 28px 35px 30px;
	height: auto;
	margin-bottom: 5px;
}
.blog-content {
	word-break: break-word;
	font-size: 15px;
	/*line-height: 20px;*/
	/* text-align: justify; */
}
.blog-meta-left a,
.blog-meta-left span {
	margin-right: 13px;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	display: inline-block;
	text-decoration: none;
	text-transform: capitalize;
	margin-right: 24px;
	color: #8c1d6e;
	position: relative;
	font-weight: 500;
}
.blog-meta-left a::before,
.blog-meta-left span::before {
	content: '';
	background: #616161;
	width: 1px;
	height: 14px;
	position: absolute;
	right: -13px;
	top: 3px;
}
.blog-meta-left a:last-child:before,
.blog-meta-left span:last-child:before {
	display: none;
}
.blog-meta-top {
	position: absolute;
	left: 30px;
	top: 30px;
}
.blog-meta-top {
	display: inline-block;
}
.blog-meta-top a {
	display: inline-block;
	background: #8c1d6e;
	padding: 0 16px;
	line-height: 19px;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	border-radius: 5px;
	max-width: 260px;
	max-height: 38px;
}
.blog-meta-top a.big {
	display: inline-block;
	background: #8c1d6e;
	padding: 7px 17px;
	line-height: 19px;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	border-radius: 5px;
	/* max-width: 260px; */
	/* min-height: 38px; */
}
.blog-page-title > h2 {
	margin: 0;
	margin-bottom: 10px;
	font-size: 20px;
	margin-top: 10px;
	font-weight: 600;
}
.mb-md {
	margin-bottom: 15px !important;
}
.mb-lg {
	margin-bottom: 20px !important;
}
.mb-xs {
	margin-bottom: 5px !important;
}
.mb-sm {
	margin-bottom: 10px !important;
}
.mb-xxl {
	margin-bottom: 35px !important;
}
.mb-xxxl {
	margin-bottom: 65px !important;
}
.pt-5 {
	padding-top: 20px !important;
}
.pt-xl {
	padding-top: 60px !important;
}
/* -------------------Pagination------------------------------ */
.blog-pagination ul {
	position: relative;
	background: #fff;
	display: flex;
	padding: 10px 20px;
	border-radius: 50px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	margin-bottom: 30px;
	align-items: center;
	justify-content: center;
}
.blog-pagination ul li {
	list-style: none;
	line-height: 40px;
	margin: 0 5px;
}
.blog-pagination ul li.pageNumber {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.blog-pagination ul li a {
	display: block;
	text-decoration: none;
	color: #8c1d6e;
	font-weight: 600;
	border-radius: 50%;
	font-size: 14px;
}
.blog-pagination ul li.pageNumber:hover a,
.blog-pagination ul li.pageNumber.active a {
	background: #8c1d6e;
	color: #fff;
}
.blog-pagination ul li:first-child {
	margin-right: 30px;
	font-weight: 700;
	font-size: 20px;
}
.blog-pagination ul li:last-child {
	margin-left: 30px;
	font-weight: 700;
	font-size: 20px;
}
ul.share-icon {
	padding: 0;
	margin: 0;
	padding-top: 10px;
	display: inline-block;
}
.share-icon li {
	list-style: none;
	display: inline-block;
}
.share-icon li a {
	font-size: 15px !important;
	color: #fff !important;
	background: #8c1d6e;
	width: 30px;
	height: 30px;
	color: #fff;
	line-height: 30px;
	border-radius: 5px;
	margin: 0 2px;
	display: inline-block;
	text-align: center;
}
/* ---------------------Blog 2---------------------------------- */
section {
	height: 100%;
	/* display: flex; */
	align-items: center;
	justify-content: center;
	padding: 2.5rem 15px;
	flex-direction: column;
}
.container-new {
	/* max-width: 120rem;
   padding: 0 1.5rem; */
	margin: 0 auto;
}

.container-fluid {
	max-width: 1600px;
}
.content {
	display: flex;
	background-color: #fff;
	box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.15);
	overflow: hidden;
	border-radius: 10px;
}
.content-img {
	flex: 1;
}
.content-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.content-text {
	flex: 1.5;
	padding: 4rem;
}
.content-text .content-title {
	color: #8c1d6e;
	font-size: 2.5rem;
	font-weight: 600;
}
.content-text .content-subtitle {
	font-size: 1rem;
	font-weight: 400;
	text-transform: uppercase;
	color: #444;
	margin: 0.5rem 0 0.85rem;
}
.content-text .content-paragraph {
	font-size: 14px;
	margin-bottom: 2rem;
}
.content-text .btn {
	display: inline-block;
	text-decoration: none;
	font-size: 15px;
	text-transform: uppercase;
	/* padding: 1.5rem 2rem; */
	border: 1px solid #444;
	color: #8c1d6e;
	height: auto;
	max-width: 180px;
}
@media screen and (max-width: 1100px) {
	.content-text {
		flex: 1;
	}
}
@media screen and (max-width: 960px) {
	.content-text .content-paragraph {
		font-size: 0.85rem;
		margin-bottom: 1.6rem;
	}
	.content-text .content-subtitle {
		font-size: 2rem;
	}
	.content-text .content-title {
		font-size: 3.2rem;
	}
	.content-text .btn {
		padding: 1rem 1.56rem;
	}
}
@media screen and (max-width: 756px) {
	.content {
		flex-direction: column;
		text-align: center;
	}
	.content-text .content-paragraph {
		text-align: justify;
	}
	.content-img {
		height: 350px;
		width: 100%;
	}
}
/* -------------------------------sidebar--------------------------------- */
#sidebar {
	position: relative;
	padding-top: 45px;
}
#sidebar:before {
	/* content: '';
	position: absolute;
	height: 100%;
	width: 200%;
	top: 0;
	bottom: 0;
	right: -15%;
	background: #f8f8f8;
	z-index: -1; */
}
#sidebar.right:before {
	left: -15%;
}
#sidebar h4 {
	font-size: 18px;
	margin: 35px 0 20px 0;
}
#sidebar h4:first-child {
	margin-top: 0;
}
#sidebar h4:after {
	content: '';
	display: block;
	height: 2px;
	width: 40px;
	background-color: #8c1d6e;
	margin-top: 9px;
	margin-bottom: 15px;
}
#sidebar h2,
#sidebar h3,
#sidebar h4,
#sidebar h5,
#sidebar h6 {
	text-align: left;
}
#sidebar h2:after,
#sidebar h3:after,
#sidebar h5:after,
#sidebar h6:after {
	display: none;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#sidebar ul li {
	list-style: none;
	margin: 0 0 10px 0;
	text-transform: capitalize;
}
#sidebar ul li a {
	font-weight: 500;
	color: #5c5c5c;
	text-decoration: none;
	-webkit-transition: all ease 0.57s;
	transition: all ease 0.57s;
}
#sidebar ul li.active a {
	color: #8c1d6e;
}
#sidebar ul li a:hover {
	color: #8c1d6e;
}
#sidebar ul li .children li a:hover,
#sidebar ul li .sub-menu li a:hover {
	color: #8c1d6e;
}
#sidebar ul li.cat-item a:before {
	font-family: FontAwesome;
	content: '\f192';
	font-size: 11px;
	color: #8c1d6e;
	-webkit-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	transform: translateY(-4px);
	margin-right: 10px;
}
#sidebar ul.menu li a:before {
	font-family: FontAwesome;
	content: '\f192';
	font-size: 11px;
	color: #8c1d6e;
	-webkit-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	transform: translateY(-4px);
	margin-right: 10px;
}
#sidebar ul li .children,
#sidebar ul li .sub-menu {
	margin: 10px 0 0 25px;
}
#sidebar ul li .children li a,
#sidebar ul li .sub-menu li a {
	color: #7e7e7e;
	font-size: 14px;
}
.tagcloud {
	overflow: hidden;
}
.tagcloud a {
	font-weight: 500;
	display: block;
	float: left;
	background: rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #5c5c5c;
	font-size: 12px;
	padding: 6px 12px;
	margin: 0 6px 6px 0;
	-webkit-transition: all ease 0.55s;
	transition: all ease 0.55s;
	text-decoration: none;
	text-transform: capitalize;
}
.tagcloud a:hover {
	background: #8c1d6e;
	color: #fff;
}
.tagcloud .active {
	background: #8c1d6e;
	color: #fff;
}
#sidebar {
	float: right;
	position: relative;
	z-index: 1;
}
@media (max-width: 767px) {
	#sidebar > div {
		padding-bottom: 20px !important;
		float: left;
		min-width: 150px;
		position: relative;
		z-index: 1;
	}
}
#sidebar .search-form label {
	width: 96%;
	margin: 0;
}
#sidebar .search-form label input {
	background: #fff url('../img/search.png') 95% 50% no-repeat;
	width: 95%;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #dadada;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#sidebar .search-form label input:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	border-color: #8c1d6e;
}
#sidebar .search-form label span {
	display: none;
}
#sidebar .search-form .search-submit {
	display: none;
}
#sidebar ul.social-links {
	overflow: visible;
	margin-top: 25px;
	margin-left: 7px;
}
#sidebar ul.social-links li {
	margin-right: 17px;
}
#sidebar ul.social-links li:last-child {
	margin-right: 0;
}
#sidebar ul.social-links li a {
	color: #fff;
}
.share-post {
	margin-top: 20px;
}
.share-post h4,
.share-post ul.share-post-links {
	margin: 0;
	display: inline-block;
}
.abt-video {
	position: relative;
	overflow: hidden;
	height: 365px;
	margin-top: 3%;
}
.abt-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	*pointer-events: none;
	border-radius: 25px;
}
.video-js .vjs-big-play-button {
	font-size: 3em;
	line-height: 2em !important;
	height: 2em !important;
	width: 2em !important;
	border-radius: 50% !important;
	top: 42% !important;
	left: 45% !important;
}
.my-video-dimensions {
	width: 100%;
	height: 100%;
	border-radius: 15px;
	overflow: hidden;
}
.blogshare {
	margin-top: 18px;
}
.form-control-login-screen {
	padding: 20px 25px;
	border-radius: 5px;
	background: #f7f7f7;
	border-radius: 5px;
}
.form-control-login-screen label.error {
	display: block;
	position: absolute;
	margin-top: -25px;
	font-size: 12px !important;
	text-align: left;
	color: red !important;
}
.center-row-contents {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
}
.form-control-login-screen .input-group .form-control:last-child,
.form-control-login-screen .input-group-addon:last-child,
.form-control-login-screen .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.form-control-login-screen .input-group-btn:first-child > .btn:not(:first-child),
.form-control-login-screen .input-group-btn:last-child > .btn,
.form-control-login-screen .input-group-btn:last-child > .btn-group > .btn,
.form-control-login-screen .input-group-btn:last-child > .dropdown-toggle {
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	border: none;
	border-bottom: 2px solid #000;
	background: 0 0;
	height: 48px;
	font-weight: 500;
	color: #000;
}
.form-control-login-screen .input-group-addon:first-child {
	border-right: 0;
	border-bottom: 2px solid #000 !important;
	border: none;
	background: 0 0;
	padding: 9px 1px;
}
.btn-login {
	width: 80%;
	text-align: center;
	background: #980072;
	font-weight: 500;
	height: 42px;
	border-radius: 50px;
	color: #fff;
}
.btn-login:hover {
	color: #ffe4f8;
}
.form-control-login-screen input {
	outline: 0 !important;
}
.form-control-login-screen input:-webkit-autofill,
.form-control-login-screen input:-webkit-autofill:active,
.form-control-login-screen input:-webkit-autofill:focus,
.form-control-login-screen input:-webkit-autofill:hover {
	-webkit-box-shadow: 0 0 0 30px #f2f2f2 inset !important;
}
.form-control-login-screen input:focus,
.form-control-login-screen textarea:focus {
	border-color: transparent !important;
}
.input100:focus + .focus-input100::before {
	width: 100%;
}
.input100 {
	font-size: 13px;
	color: #333;
	line-height: 1.2;
	display: block;
	width: 100%;
	height: 30px;
	background: 0 0;
	padding: 0 7px 0 32px !important;
}
.focus-input100 {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
}
.focus-input100::before {
	content: '';
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 2px;
	background: #980672;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.focus-input100::after {
	content: '';
	display: inline-block;
	height: 2em;
	width: 2em;
	background-image: url(../img/user.svg);
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	height: calc(100% - 25px);
	bottom: 3px;
	left: 0;
	background-repeat: no-repeat;
}
.focus-input100.password::after {
	content: '';
	display: inline-block;
	height: 2em;
	width: 2em;
	background-image: url(../img/lock-solid.svg);
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	height: calc(100% - 25px);
	bottom: 3px;
	left: 0;
	background-repeat: no-repeat;
}
.form-control-login-screen input {
	outline: 0;
	border: none;
}
.form-control-login-screen .btn:focus,
.form-control-login-screen .btn:hover {
	color: #e2e2e2;
	text-decoration: none;
}
@media (max-width: 480px) {
	.center-row-contents {
		display: block;
	}
	.pad-lr-50 {
		padding: 0 !important;
	}
}
.container-login100-form-btn {
	margin: 0 auto;
	display: block;
	text-align: center;
	padding-top: 8%;
	padding-bottom: 5%;
}
.login100-form {
	width: 100%;
}
.validate-input {
	position: relative;
}
.wrap-input100 {
	width: 100%;
	position: relative;
	border-bottom: 2px solid #d9d9d9;
	margin-bottom: 30px;
}
.label-input100 {
	font-size: 13px;
	color: #5e204f;
	line-height: 1.5;
	padding-left: 1px;
}
.button-wrappper {
	display: block;
	justify-content: center;
	text-align: center;
}
.button-wrappper button:focus {
	outline: 0 !important;
}
.menus {
	font-size: 18px;
	font-weight: 700;
	display: flex;
	width: 100%;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 35px;
	color: #b31689;
}
.menus a {
	padding: 8px 16px;
	color: #6a395d;
	border-bottom: 5px solid #ffffff;
}
.menus:hover {
	color: #3f0630;
}
.menus .active {
	font-weight: bold;
	padding: 8px 15px;
	border-bottom: 5px solid #b31689;
	color: #b31689;
	border-radius: 5px;
	display: inline-block;
}
.content-div {
	display: none;
	margin-top: 10px;
}
.d-block {
	display: block;
}
.m-0 {
	margin: 0 !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mb-1 {
	margin-bottom: 5px !important;
}
.mb-2 {
	margin-bottom: 10px !important;
}
.hidden {
	display: none !important;
}
.mx-auto {
	margin: 0 auto;
}
.w-75 {
	width: 75%;
}
.small,
small {
	font-size: 0.75 rem;
}
.content-div .em-blog-content-area {
	background-color: #fff;
}
/* The Modal (background) */
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
}
/* Modal Content */
.modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	border: 1px solid #888;
	width: 80%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
}
/* Add Animation */
@-webkit-keyframes animatetop {
	from {
		top: -300px;
		opacity: 0;
	}
	to {
		top: 0;
		opacity: 1;
	}
}
@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0;
	}
	to {
		top: 0;
		opacity: 1;
	}
}
/* The Close Button */
.modal .close {
	color: white;
	float: right;
	font-size: 37px;
	font-weight: bold;
}
.modal .close:hover,
.modal .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.modal-header h2 {
	font-size: 18px;
	margin: 8px 0 8px;
	color: white !important;
}
.modal-header {
	padding: 2px 16px;
	background-color: #8c1d6e;
	color: white;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.modal-body {
	padding: 2px 16px;
}
.modal-footer {
	padding: 2px 10px;
	background-color: #8c1d6e;
	color: white;
}

.home-area .accordion {
	background-color: #fff;
}
.bg-color-beige .accordion {
	background-color: #fff;
}
.accordion {
	border-radius: 10px;
	/* background-color: #fff; */
	background-color: #eee;
	color: #8c1d6e;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	transition: 0.4s;
	font-size: 16px;
	font-weight: 600;
	/* border-bottom: 1px solid #9f9f9f; */
	position: relative;
	font-family: 'Poppins', sans-serif;
}
.accordion h2 {
	color: #8c1d6e;
	font-size: 16px !important;
	font-weight: 600 !important;
	font-family: 'Poppins', sans-serif;
	margin: 0;
	transition: 0.4s;
	margin-right: 20px;
}
.accordion.active h2 {
	color: #fff;
}
.accordion-area .active {
	background-color: #8c1d6e;
	color: #fff;
}
.accordion-area .accordion:hover {
	background-color: #8c1d6e;
	color: #fff;
}
.accordion:hover h2 {
	color: #fff;
}
.accordion-area .accordion h2:hover:after {
	color: #fff;
}
.accordion-area .accordion.active h2:after {
	color: #fff;
}
.accordion-area .accordion:hover:after {
	color: #fff;
}
.accordion-area .accordion.active:after {
	color: #fff;
}
.accordion-area .accordion:after {
	content: '\002B';
	color: #8c1d6e;
	font-weight: bold;
	float: right;
	margin-left: 5px;
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 30px;
}
.accordion-area .active:after {
	content: '\2212';
}
.accordion-area .panel {
	padding: 0 18px;
	background-color: #f3f2f2;
	/* border: 1px solid #ffffff; */
	border-top: 0;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	margin-bottom: 10px;
}
.uppercase {
	text-transform: uppercase !important;
}
.pt-xl {
	padding-top: 45px;
}
.border-bottom {
	padding: 15px 0 45px;
	border-bottom: 1px solid #dedede;
}
.landing-page table.featureTable {
	background-color: #ffffff;
	width: 95%;
	margin: 10px auto 0 auto;
	text-align: center;
	border-collapse: collapse;
}
.landing-page table.featureTable td,
.landing-page table.featureTable th {
	padding: 10px 9px;
}
.landing-page table.featureTable thead th {
	font-size: 1em;
}
.landing-page table.featureTable tbody td {
	font-size: 1em;
	font-weight: bold;
	color: #000;
}
.landing-page table.featureTable tbody td:first-child {
	min-width: 240px;
}
.landing-page .features-section span {
	color: #fff;
}
.bg-color-purple {
	background-color: #8c1d6e;
	margin-top: 0px;
	padding: 45px 0;
	text-align: center;
	color: #fff;
}
.bg-color-beige {
	background-color: #e9e3e3;
	margin-top: 0px;
	padding: 45px 0;
	text-align: center;
	color: #000000;
}
.bg-color-ash {
	background-color: #ededed;
	margin-top: 0px;
	padding: 45px 0;
	text-align: center;
	color: #8c1d6e;
}
.bg-color-grey {
	background-color: #c9c9c9;
}
.bg-color-purple .svg-image {
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(129deg) brightness(110%) contrast(101%);
}
.landing-page .features-section .bs {
	padding-bottom: 45px;
}
.landing-page h5 {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
}
.per-value h1 {
	font-size: 68px;
	font-weight: 800;
	margin: 0 0 0px;
}
.per-value h6 {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
}
.client-quotes {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	color: #9e9e9e;
	display: inline-block;
	min-height: 375px;
	font-size: 16px;
	margin: 35px 10px 10px;
	max-width: 360px;
	min-width: 250px;
	position: relative;
	text-align: center;
	width: 100%;
	background-color: #ffffff;
	border-radius: 5px;
	border-top: 5px solid #8c1d6e;
}
.client-quotes *,
.client-quotes *:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
.client-quotes figcaption {
	padding: 13% 10% 12%;
}
.client-quotes figcaption:before {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	color: #8c1d6e;
	content: '\f10e';
	font-family: 'FontAwesome';
	font-size: 32px;
	font-style: normal;
	left: 50%;
	line-height: 60px;
	position: absolute;
	top: -30px;
	width: 60px;
}
.client-quotes h3 {
	color: #3c3c3c;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	margin: 10px 0 5px;
}
.client-quotes h4 {
	font-weight: 500;
	margin: 15px 0 10px 0;
}
.client-quotes h5 {
	font-weight: 600;
	margin: 0 10px;
}
.client-quotes blockquote {
	font-style: italic;
	font-weight: 300;
	margin: 0 0 20px;
}
.checked {
	color: orange;
}
.client-quotes p {
	min-height: 170px;
	color: #212529;
}
.swiper-button-next:after,
.swiper-button-prev:after {
	color: #8c1d6e;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0.35 !important;
	cursor: auto;
	pointer-events: none;
}
.landing-page .btn {
	max-width: 300px;
	height: 48px;
	line-height: 42px;
}
.landing-page .btn.wide {
	max-width: initial;
	height: initial;
	line-height: initial;
	min-height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.landing-page .btn.wide-custom-md {
	max-width: 380px;
	height: initial;
	line-height: initial;
	min-height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 30px;
}
.landing-page .btn.wide-custom-lg {
	max-width: 442px;
	height: initial;
	line-height: initial;
	min-height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 30px;
}
.stories .card:hover .white-icon {
	display: inline-block;
}
.stories .card .white-icon {
	display: none;
}
.stories .card:hover .green-icon {
	display: none;
}
.stories .card p {
	color: #212529;
	padding-bottom: 10px;
}
.stories .card:hover {
	background: #8c1d6e;
}
.stories .card {
	max-width: 400px;
	margin: 0 auto;
	padding: 2rem 2rem !important;
	box-shadow: 0 0px 40px rgba(99, 99, 99, 0.25) !important;
	background: #ffffff;
	transition: 0.4s;
	border-radius: 15px;
	margin-bottom: 25px;
	margin-top: 25px;
	border: 1px solid #f1f1f1;
}
.stories .card h5 {
	color: #8c1d6e;
	font-size: 16px;
	font-weight: 600;
	padding: 0 0 5px 0;
	margin: 0;
	text-align: center;
}
.stories .card:hover h5 {
	color: #fff;
}
.stories .card:hover p {
	color: #fff;
}
.group-icons-area {
	width: 70%;
	margin: 0 auto;
	margin-top: 50px !important;
}
.clientsSwiper .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
}
.clientsSwiper .swiper-wrapper {
	align-items: center;
}
.ProductSwiper .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
}
.productCarousel .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
}
.ProductSwiper .swiper-wrapper,
.productCarousel .swiper-wrapper {
	align-items: center;
}
.btn.rounded-custom {
	border-radius: 45px;
	width: 215px;
}
.swiper-pagination-bullet-active {
	background: #8c1d6e !important;
}
.design-list ul {
	margin: 0 auto;
	margin-top: -10px;
	padding: 0;
}
.design-list li {
	margin: 0 auto;
	padding: 1rem 1.5rem !important;
	box-shadow: 0 0px 40px rgba(99, 99, 99, 0.25) !important;
	background: #ffffff;
	transition: 0.4s;
	border-radius: 13px;
	margin-bottom: 15px;
	margin-top: 7px;
	border: 1px solid #ededed;
	padding-left: 50px !important;
	font-size: 16px;
	font-weight: 500;
}
.design-list li:hover {
	color: #fff;
	box-shadow: 0 0px 80px rgba(99, 99, 99, 0.15) !important;
	background: #8c1d6e;
}
.design-list ul li {
	list-style: none;
	padding-left: px;
	position: relative;
}
.design-list ul li:before {
	content: '\f101';
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	top: 11px;
	left: 16px;
	display: flex;
	height: 30px;
	width: 30px;
	color: #8c1d6e;
	font-size: 23px;
	align-items: center;
	transition: 0.4s;
}
.design-list ul li:hover:before {
	color: #fff;
}
hr {
	margin: 1rem 0;
	color: inherit;
	border: 0;
	border-top: 1px solid;
	opacity: 0.25;
}
.max-w-md {
	max-width: 380px !important;
}
.max-w-lg {
	max-width: 440px !important;
}
.max-w-xl {
	max-width: 525px !important;
}
@media screen and (max-width: 1229px) and (min-width: 768px) {
	.modal .v-align {
		display: block;
	}
}
.p-3 {
	padding: 30px;
}
.p-0 {
	padding: 0px;
}
.ps-0 {
	padding-left: 0px !important;
}
/* Style the tab */
.tab-cont {
	float: left;
	width: 10%;
	/* background-color: #eee; */
	height: 100%;
	border-right: 1px solid #d1d1d1;
}
.tab-cont button {
	width: 100%;
	background-color: inherit;
	padding: 12px;
	font-size: 12px;
	font-weight: 600;
	border: 0;
	border-bottom: 1px solid #afafaf;
	font-family: 'Poppins';
}
.tab-cont button:hover {
	background-color: #ccc;
}
.tab-content {
	height: 100%;
	float: left;
	padding: 20px;
	width: 90%;
	animation: anime 1s;
}
.tab-content img {
	cursor: zoom-in;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 0px 40px rgba(99, 99, 99, 0.25);
}
.tab-content h2 {
	font-size: 16px;
	font-weight: 600;
	margin: 0px 0 10px 0;
}
.tab-content p {
	font-weight: 100;
	color: #666;
	margin-top: 20px;
}
.tab-cont .but {
	cursor: pointer;
}
.tab-cont .but.active {
	background-color: #980071;
	color: #fff;
}
.tab-cont .but img.module-icon {
	padding-bottom: 3px;
	max-width: 30px;
	margin: 0 auto;
	max-height: 30px;
	text-align: center;
}
.tab-cont button {
	min-width: 45px;
}
.tab-cont button img {
	height: 25px;
}
.tab-cont .but.active img.module-icon {
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(129deg) brightness(110%) contrast(101%);
}
@keyframes anime {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.hide {
	display: none;
}
/* For compact mode */
.fancybox__container.is-compact .fancybox__slide.has-iframe .fancybox__content {
	width: 100%;
	height: 100%;
}
.fancybox__content {
	width: 100%;
}
/* For all other cases */
.fancybox__slide.has-iframe .fancybox__content {
	width: auto;
	height: 400px;
}
.fancybox__container {
	--fancybox-bg: rgb(24 24 27 / 45%) !important;
}
.fancybox__footer .fancybox__caption {
	text-align: center;
	font-size: 20px !important;
	padding: 9px !important;
	color: #fff;
	text-shadow: 2px 2px 4px #000000;
}
.fancybox__caption {
	text-align: center;
	font-size: 20px !important;
	font-weight: 600;
	padding: 9px !important;
	color: #fff;
	text-shadow: 2px 2px 4px #000000;
}
.landing-page .btn:link {
	text-decoration: none;
	transition: all 0.2s;
}
.landing-page .btn {
	transition: all 0.2s;
}
.landing-page .btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
	transition: all 0.2s;
}
.landing-page .btn:active {
	transform: translateY(-1px);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.landing-page .btn-white {
	background-color: #fff;
	color: #777;
}
.landing-page .btn::after {
	content: '';
	display: inline-block;
	height: 100%;
	width: 100%;
	border-radius: 100px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all 0.4s;
}
.landing-page .btn-white::after {
	background-color: #fff;
}
.landing-page .btn:hover::after {
	transform: scaleX(1.4) scaleY(1.6);
	opacity: 0;
}
.landing-page .btn-animated {
	-webkit-animation: moveInBottom 5s ease-out;
	animation: moveInBottom 5s ease-out;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
}
@-webkit-keyframes moveInBottom {
	0% {
		opacity: 0;
		transform: translateY(30px);
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}
@keyframes moveInBottom {
	0% {
		opacity: 0;
		transform: translateY(30px);
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}
.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
}
.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 10px;
	position: absolute;
	z-index: 1;
	top: -30%;
	left: 50%;
	margin-left: -60px;
}
.tooltip .tooltiptext::after {
	content: ' ';
	position: absolute;
	top: 100%; /* At the bottom of the tooltip */
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: black transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
	visibility: visible;
}
.y-video {
	position: relative;
	/* margin: 50px 0 50px; */
	margin: 50px 0 0px;
	overflow: hidden;
	height: 100%;
	height: 450px;
}
.y-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	*pointer-events: none;
}
@media (forced-colors: active) {
	* {
		background-color: #fff;
		color: #fff;
	}
}
/*  --------------------Chat-------------------------- */
#chat-container {
	max-width: 450px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	z-index: 9999;
}
#chat-header {
	background-color: #5f0146;
	color: #ffffff;
	padding: 10px;
	border-radius: 10px 10px 0 0;
	display: flex;
	align-items: center;
}
#chat-header img {
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
#chat-body {
	padding: 15px;
	max-height: 420px;
	overflow-y: auto;
	background: #efefef;
}
#chat-footer {
	padding: 10px;
	border-top: 1px solid #e0e0e0;
}
.botui-actions-buttons .btn {
	margin: 5px 0;
	width: 100%;
}
.human.botui-message-content.text {
	margin: 1rem 1rem 1rem auto;
	border-radius: 1.125rem 1.125rem 0 1.125rem;
	background: #333;
	color: white;
	box-sizing: border-box;
	padding: 0.5rem 1rem;
	min-height: 2.25rem;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	max-width: 80%;
	box-shadow: 0 0 2rem rgba(0, 0, 0, 0.075), 0rem 1rem 1rem -1rem rgba(0, 0, 0, 0.1);
	font-size: 14px;
}
.botui-message-content.text {
	box-sizing: border-box;
	padding: 0.5rem 1rem;
	margin: 0.5rem;
	background: #fff;
	border-radius: 1.125rem 1.125rem 1.125rem 0;
	min-height: 2.25rem;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	max-width: 66%;
	box-shadow: 0 0 2rem rgba(0, 0, 0, 0.075), 0rem 1rem 1rem -1rem rgba(0, 0, 0, 0.1);
}
/* CSS */
.botui-actions-container {
	padding: 0 10px !important;
}
button.botui-actions-buttons-button {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}
.botui-message-content {
	max-width: 85% !important;
}
.botui-actions-buttons-button {
	align-items: center;
	appearance: none;
	background-color: #fcfcfd;
	border-radius: 4px;
	border-width: 0;
	box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #d6d6e7 0 -3px 0 inset;
	box-sizing: border-box;
	color: #36395a;
	cursor: pointer;
	display: inline-flex;
	font-family: 'JetBrains Mono', monospace;
	min-height: 40px;
	justify-content: center;
	line-height: 1;
	list-style: none;
	padding-left: 14px;
	padding-right: 8px;
	text-align: left;
	text-decoration: none;
	transition: box-shadow 0.15s, transform 0.15s;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	white-space: wrap;
	will-change: box-shadow, transform;
	font-size: 18px;
}
.botui-actions-buttons-button:focus {
	box-shadow: #d6d6e7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #d6d6e7 0 -3px 0 inset;
}
.botui-actions-buttons-button:hover {
	box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #d6d6e7 0 -3px 0 inset;
	transform: translateY(-2px);
}
.botui-actions-buttons-button:active {
	box-shadow: #d6d6e7 0 3px 7px inset;
	transform: translateY(2px);
}
.jms-chat-bot {
	position: fixed;
	z-index: 99999;
	bottom: 0;
	right: 0;
}
.jms-chat-bot img {
	max-width: 60px;
	margin: 10px;
}
.ms-auto {
	margin-left: auto;
}
/*
animation vibrate-1
*/
.vibrate-1 {
	-webkit-animation: vibrate-1 0.3s linear infinite both;
	animation: vibrate-1 0.3s linear infinite both;
	animation-delay: 2s;
	animation-timing-function: ease-in-out;
}
@-webkit-keyframes vibrate-1 {
	0% {
		-webkit-transform: translate(0);
		transform: translate(0);
	}
	20% {
		-webkit-transform: translate(-2px, 2px);
		transform: translate(-2px, 2px);
	}
	40% {
		-webkit-transform: translate(-2px, -2px);
		transform: translate(-2px, -2px);
	}
	60% {
		-webkit-transform: translate(2px, 2px);
		transform: translate(2px, 2px);
	}
	80% {
		-webkit-transform: translate(2px, -2px);
		transform: translate(2px, -2px);
	}
	100% {
		-webkit-transform: translate(0);
		transform: translate(0);
	}
}
@keyframes vibrate-1 {
	0% {
		-webkit-transform: translate(0);
		transform: translate(0);
	}
	20% {
		-webkit-transform: translate(-2px, 2px);
		transform: translate(-2px, 2px);
	}
	40% {
		-webkit-transform: translate(-2px, -2px);
		transform: translate(-2px, -2px);
	}
	60% {
		-webkit-transform: translate(2px, 2px);
		transform: translate(2px, 2px);
	}
	80% {
		-webkit-transform: translate(2px, -2px);
		transform: translate(2px, -2px);
	}
	100% {
		-webkit-transform: translate(0);
		transform: translate(0);
	}
}
.max-w-85 {
	max-width: 85%;
	margin: 0 auto;
}
.max-w-70 {
	max-width: 70%;
	margin: 0 auto;
}
.max-w-75 {
	max-width: 75%;
	margin: 0 auto;
}
.speech-bubble {
	position: fixed;
	z-index: 99999;
	bottom: 72px;
	right: 10px;
	margin: 0.5em auto;
	padding: 1em;
	width: 10em;
	height: 4em;
	border-radius: 0.25em;
	transform: rotate(-4deg) rotateY(15deg);
	background: #629bdd;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s 0.5s, opacity 0.5s ease-in-out;
	filter: drop-shadow(5px 5px 4px rgba(0, 0, 0, 0.3));
}
.speech-bubble:before,
.speech-bubble:after {
	position: absolute;
	z-index: -1;
	content: '';
}
.speech-bubble:after {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: inherit;
	transform: rotate(2deg) translate(0.35em, -0.15em) scale(1.02);
	background: #f4fbfe;
}
.speech-bubble:before {
	border: solid 0 transparent;
	border-right: solid 3.5em #f4fbfe;
	border-bottom: solid 0.25em #629bdd;
	bottom: 0.25em;
	left: 1.25em;
	width: 0;
	height: 1em;
	transform: rotate(45deg) skewX(75deg);
}
#chat-area:hover .speech-bubble {
	visibility: visible;
	opacity: 1;
	transition: opacity 0.5s ease-in-out;
	cursor: pointer;
}
.landing-page .container {
	padding: 50px 0;
}
@media screen and (max-width: 800px) {
	.landing-page .container {
		padding: 50px 20px;
	}
	.landing-page .features-section span {
		min-height: 50px !important;
		display: block;
	}
}
.landing-youtube {
	position: relative;
	margin: 20px 0 20px;
	padding: 20px 0 0px;
	overflow: hidden;
	height: 100%;
	height: 450px;
	border-radius: 20px;
}
.landing-youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	display: flex;
	align-content: center;
	align-items: center;
}
.youtube-video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* Aspect ratio (16:9) */
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.youtube-video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.youtube-thumbnail-container {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 0;
	padding-bottom: 56.25%; /* Aspect ratio (16:9) */
}
.youtube-thumbnail-container img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 1024px) and (min-width: 320px) {
	.max-w-85 {
		max-width: 100% !important;
	}
	.max-w-70,
	.max-w-75 {
		max-width: 100%;
	}
	.ipad-media {
		width: 100% !important;
	}
	.tab-content h2 {
		margin: 0px 0 10px 0;
	}
	.tab-cont button img {
		height: 40px;
	}
	.tab-cont {
		display: inline-flex;
		width: 100%;
		float: none;
	}
	.tab-content {
		height: 100%;
		float: none;
		padding: 20px;
		width: 100%;
		animation: anime 1s;
	}
	.v-align {
		display: block;
	}
}
@media screen and (max-width: 768px) and (min-width: 320px) {
	.ipad-media .p-3 {
		padding: 5px !important;
	}
	.tab-content {
		padding: 5px !important;
	}
}
.mt-mb-xxl {
	/* margin: 55px 0 !important; */
	padding: 100px 0 !important;
}
.details {
	max-width: 800px;
	/* margin: 30px auto 0; */
}
.details.updated {
	padding-top: 70px;
}
h1.title-copy,
h2.title-copy,
h3.title-copy {
	font-size: 1.6em;
}
h1.title-copy,
h2.title-copy,
h3.title-copy {
	color: #8c1d6e;
	margin: 0 0 10px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}
.not-found-head {
	font-size: 150px;
	line-height: 1;
	margin-bottom: 40px;
	font-weight: 700;
	margin-bottom: 5px;
}
.not-found-title {
	font-size: 35px;
	line-height: 1;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 14px;
}
.not-found-caption {
	font-size: 18px;
}
.not-found-back-to-home a {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.not-found-content {
	padding: 115px 0px 65px;
	margin: 0 auto;
	text-align: center;
}
.seo-head h1 {
	font-size: 35px;
	color: #8c1d6e !important;
}
.seo-head h1,
.seo-head h2,
.seo-head h3 {
	font-size: 25px;
	color: #8c1d6e;
}
.seo-head .btn {
	transition: all 0.2s;
	max-width: initial !important;
	width: auto !important;
	padding: 0 25px;
	display: inline-block;
}
.seo-head .btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
	transition: all 0.2s;
}
.seo-head .text span {
	display: block;
	font-size: 1.05rem;
	margin: 20px 0;
	line-height: 20px;
}
.img-fluid img,
img.img-fluid {
	width: 100%;
	max-width: 100%;
	min-width: 300px;
	height: auto;
}
.img-rounded-corner,
img.img-rounded-corner {
	overflow: hidden;
	border-radius: 15px;
}
.img-shadow,
img.img-shadow {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.seo-head .section {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	/* overflow: hidden; */
}
.content {
	flex: 1;
}
.image {
	flex: 1;
}
img {
	max-width: 100%;
	height: auto;
}
@media (max-width: 768px) {
	.seo-head .section {
		flex-direction: column;
		align-items: center;
	}
	.seo-head .section,
	.image {
		width: 100%;
	}
}
.responsive,
img.responsive {
	width: 100%;
	height: auto;
}
.vertical-align {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.v-align-banner {
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 768px) and (min-width: 320px) {
	.v-align-banner {
		display: block !important;
	}
}
.banner-top {
	min-height: 450px;
}
.banner-top .btn {
	transition: all 0.2s;
	max-width: initial !important;
	width: auto !important;
	padding: 0 25px;
	display: inline-block;
	line-height: 36px;
	font-weight: 600;
}
.p-1 {
	padding: 0.5rem !important;
}
.border-radius-round {
	border-radius: 35px;
	border: 0;
}
.d-flex {
	display: flex;
}
.d-flex-cust {
	display: flex;
	align-items: center;
}
.banner-top h4 {
	font-weight: 500;
}
.w-cust {
	width: 100%;
	margin: 0 auto;
}
.m-15x {
	margin: 0 15px;
}
@media (min-width: 600px) and (max-width: 1023px) {
	.w-cust {
		width: 75%;
	}
}
@media (min-width: 1024px) {
	.w-cust {
		width: 75%;
	}
}
.text-container {
	display: flex;
	flex-direction: column;
	gap: 50px;
	/* padding: 20px; */
	/* min-width: 300px; */
}
.text-row {
	display: flex;
	align-items: center;
	transition: transform 0.3s ease;
	justify-content: center;
}
.icon {
	width: 50px;
	height: 50px;
	background: #ddd;
	margin-right: 10px;
	border-radius: 5px;
	display: none;
}
.text {
	font-size: 16px;
	transition: color 0.3s ease, transform 0.3s ease;
}
.text-row:hover .text {
	transform: translateX(10px);
	cursor: pointer;
}
.text-row:hover {
	transform: scale(1.05);
}
.tab-cont button.feature {
	transition: color 0.3s ease, transform 0.3s ease;
	min-width: 200px;
}
.tab-cont button:hover.feature {
	transform: translateX(10px);
}
.feature-section-area .tab-cont {
	float: left;
	width: 20%;
	max-width: 200px;
	height: 100%;
	border-right: initial !important;
}
.feature-section-area .tab-cont button {
	font-size: 18px;
	border-bottom: 0;
	border-radius: 5px;
	margin-top: 50px;
	background: #5e204f;
	border-radius: 999px;
	box-shadow: #5e204f 0 10px 20px -10px;
	box-sizing: border-box;
	color: #ffffff;
	cursor: pointer;
	font-weight: 500;
	opacity: 1;
	outline: 0 solid transparent;
	padding: 8px 18px;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	width: fit-content;
	word-break: break-word;
	border: 0;
	margin-left: 5px;
	margin-right: 5px;
}
.feature-section-area .tab-content img {
	box-shadow: initial;
}
.feature-section-area .tab-content {
	height: 100%;
	float: left;
	padding: 20px;
	width: 80%;
	animation: anime 1s;
}
.main-banner-pic {
}
@media screen and (max-width: 1440px) and (min-width: 300px) {
	.new-banner-top {
		padding-top: 90px;
	}

	.pricing-banner-top {
		padding-top: 110px;
	}
}
@media screen and (max-width: 767px) and (min-width: 300px) {
	.d-flex-banner {
		display: flex;
	}
}
@media screen and (max-width: 767px) and (min-width: 300px) {
	.d-flex-cust {
		display: block;
	}
}
@media screen and (max-width: 1229px) and (min-width: 768px) {
	.feature-section-area .tab-cont {
		width: 100%;
	}
	.text-container {
		display: flex;
		flex-direction: initial;
		gap: 10px;
		padding: 5px;
		width: 100%;
		justify-content: center;
	}
}
@media screen and (max-width: 767px) and (min-width: 300px) {
	.feature-section-area .tab-content {
		width: 100%;
	}
	.feature-section-area .tab-cont {
		width: 100%;
		flex-wrap: wrap;
		float: none;
		max-width: initial;
		margin-top: 0;
		align-items: center;
		justify-content: center;
	}

	.feature-section-area .tab-cont button {
		margin-top: 15px;
	}
	.text-container {
		display: flex;
		flex-direction: initial;
		gap: 10px;
		padding: 5px;
		width: 100%;
		justify-content: center;
		flex-wrap: wrap;
	}
	.slick-slide,
	.slick-slide img {
		max-width: 100vw;
		min-height: initial !important;
	}
}
@media screen and (max-width: 768px) {
	.d-flex-banner {
		display: block;
	}
}
.d-flex-banner .btn {
	margin-top: 5px;
}
/* .homeFeatureSwiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
} */
/* .feature-pic {
  width: 200px !important;
} */
/* .homeFeatureSwiperz .swiper-container {
  width: 100%;
  height: 200px;
}
.homeFeatureSwiperz .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */
/* 
.homeFeatureSwiper .swiper {
  width: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
.homeFeatureSwiper .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
}
.homeFeatureSwiper .swiper-slide img {
  display: block;
  width: 100%;
} */
.image-slider img {
	width: 100%;
	/* max-width: 700px !important; */
	height: auto;
}
.nav-btn {
	border: none;
	cursor: pointer;
	background: #5e204f;
	border-radius: 999px;
	box-shadow: #5e204f 0 10px 20px -10px;
	box-sizing: border-box;
	color: #ffffff;
	cursor: pointer;
	font-weight: 500;
	opacity: 1;
	outline: 0 solid transparent;
	padding: 8px 18px;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	width: fit-content;
	word-break: break-word;
	width: 100%;
	max-width: 245px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.nav-btn:focus {
	box-shadow: rgba(50, 50, 93, 0.1) 0 0 0 1px inset, rgba(50, 50, 93, 0.2) 0 6px 15px 0, rgba(0, 0, 0, 0.1) 0 2px 2px 0, rgba(50, 151, 211, 0.3) 0 0 0 4px;
}
.nav-btn.active {
	background-color: #980071;
}
.slick-track {
	display: flex !important;
}
.slick-slide {
	height: auto;
}
.nav-btn:hover {
	/* background-color: rgba(0, 0, 0, 0.8); */
}
.slick-slide {
	width: 100% !important;
	display: block !important;
}
/* Additional Button Section */
.slider-buttons {
	text-align: center;
	margin-top: 20px;
}
.slider-buttons button {
	padding: 8px 15px;
	margin: 5px;
	cursor: pointer;
}
.google-maps {
	position: relative;
	/* margin: 50px 0 50px; */
	margin: 0 0px;
	overflow: hidden;
	height: 100%;
	height: 640px;
	border-radius: 10px;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	*pointer-events: none;
}
.slick-slide,
.slick-slide img {
	max-width: 100vw;
	min-height: 450px;
}
.slick-slider {
	max-width: 100vw;
	width: 100%;
	overflow: hidden;
}
.head-text {
	font-weight: 700;
}
.slick-slide img {
	display: block;
	margin: 0 auto;
}
.text-left {
	text-align: left;
}

.text-justify {
	text-align: justify;
}

.img-animate,
img.img-animate {
	transition: all 0.5s ease-in-out;
	transform: scale(0.95);
}
.img-animate:hover,
img.img-animate:hover {
	transform: scale(1.001);
}
.slick-slide .slidecontainer {
	display: inline-block;
	vertical-align: middle;
	float: none;
}
.image-slider {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* .img-animate:hover {
  -webkit-animation: moveUp 5s ease-out;
  animation: moveUp 5s ease-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}
@-webkit-keyframes moveUp {
  0% {
    opacity: 1;
    transform: scale(.8);
  }
  100% {
    opacity: 1;
    transform: scale(1.0);
  }
}
@keyframes moveUp {
  0% {
    opacity: 1;
    transform: scale(.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
} */
.banner-top h1 {
	font-size: 3.65em;
	line-height: 60px;
}

h2.fs-md {
	font-size: 2.8em !important;
}

h1.fs-md {
	font-size: 2.4em !important;
}
.fs-cust-md {
	font-size: 2.5em !important;
}
.navbar-fixed {
	top: 76px;
	z-index: 9;
	position: fixed;
	width: 100%;
	transition: 0.5s linear 0.2s;
	width: 100%;
	left: 0;
	margin: 0 auto;
	box-shadow: 0px 25px 20px #00000019;
}
#nav_bar {
	border: 0;
	background-color: #fff;
	z-index: 8;

	border-radius: 0px;
	margin-bottom: 0;
	transition: 0.5s linear 0.2s;
	text-align: center;
}

.nav_links {
	/* margin: 16px; */
}
#menu-main,
.topnav {
	z-index: 15 !important;
}
.nav_links a.active {
	background-color: #980071;
	color: white;
}
ul.nav_links {
	margin: 10px 0 10px 0;
}
.nav_links li {
	display: inline-block;
	/* margin: 10px 0; */
}
.nav_links li a {
	padding: 5px 15px;
	color: #474546;
	text-decoration: none;
	border-radius: 15px;
	border: 1px #980071 solid;
	margin: 4px;
}
@media screen and (max-width: 1230px) {
	.form {
		margin-bottom: 50px;
	}
}

.first-div {
	float: left;
}

.second-div {
	float: left;
}

/* Media query for mobile screens */
@media (max-width: 768px) {
	.banner-top h1 {
		font-size: 2.65em;
		line-height: 50px;
	}

	.call-to-action {
		padding: 0;
	}
	.first-div,
	.second-div {
		width: 100%;
		float: none;
		clear: both;
	}

	.first-div {
		order: 2;
	}

	.second-div {
		order: 1;
	}
}

.call-to-action {
	position: relative;
	background-color: #fff;
	border-radius: 15px;
	-webkit-box-shadow: 0 0 64px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 64px 0 rgba(0, 0, 0, 0.15);
	display: flex;
	margin: auto;
	padding: 40px 20px;
	flex-direction: column;
	gap: 0px;
	align-items: center;
	text-align: center;
	transition: all 0.5s ease-in-out;
	border-left: 15px solid #740057;
	border-right: 15px solid #740057;
}
.call-to-action:before {
	content: '';
	position: absolute;
	z-index: -1;
	top: -50px;
	right: -85px;
	background: #740057;
	height: 200px;
	width: 200px;
	border-radius: 24% 76% 71% 29% / 30% 43% 57% 70%;
	transform: scale(1);
	transform-origin: 50% 50%;
	transition: transform 0.25s ease-out;
	opacity: 0.5;
}

.call-to-action:hover {
	color: #fff !important;
	background-color: #740057;
	transition: all 0.5s ease-in-out;
}

.call-to-action:hover h1,
.call-to-action:hover .txt-purple {
	color: #ffffff !important;
}
.call-to-action:hover .btn.alice,
.call-to-action:hover .btn.alice.on:hover {
	background-color: transparent;
	border: 2px solid #ffffff;
	color: #fff;
	background-image: initial;
}
.go-corner {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 32px;
	height: 32px;
	overflow: hidden;
	top: 0;
	right: 0;
	background-color: #740057;
	border-radius: 0 4px 0 32px;
}

.go-arrow {
	margin-top: -4px;
	margin-right: -4px;
	color: white;
	font-family: courier, sans;
}

.card1 {
	display: block;
	position: relative;
	background-color: #ffffff;
	border-radius: 4px;
	padding: 60px 57px;
	margin: 12px;
	text-decoration: none;
	z-index: 0;
	overflow: hidden;
	min-height: 320px;
}
.card1:before {
	content: '';
	position: absolute;
	z-index: -1;
	top: -16px;
	right: -16px;
	background: #740057;
	height: 32px;
	width: 32px;
	border-radius: 32px;
	transform: scale(1);
	transform-origin: 50% 50%;
	transition: transform 0.25s ease-out;
}
.card1:hover:before {
	transform: scale(40);
}

.card1:hover p {
	transition: all 0.3s ease-out;
	color: rgba(255, 255, 255, 0.8);
}
.card1 h3 {
	font-weight: 700 !important;
	font-size: 31px;
}
.card1:hover h3 {
	transition: all 0.3s ease-out;
	color: #ffffff;
}

.pricing-banner-top {
	padding-top: 120px;
}

@media (max-width: 991px) {
	.dw-md-6:has(.single-blog) {
		width: 100% !important;
	}
}

@media screen and (max-width: 600px) {
	.em-blog-content-area {
		overflow: hidden;
		height: 280px !important;
	}
}

@media screen and (min-width: 400px) and (max-width: 599px) {
	.em-blog-content-area {
		overflow: hidden;
		height: 280px !important;
	}
}

@media screen and (min-width: 400px) and (max-width: 599px) {
	.em-blog-content-area {
		overflow: hidden;
		height: 265px !important;
	}
}

/* Landscape */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1228px) and (-webkit-device-pixel-ratio: 2) {
	.banner-ipad {
		width: 100% !important;
	}
	/* CSS styles specific to iPad Air landscape mode */
}

.card-new {
	background-color: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 64px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 64px 0 rgba(0, 0, 0, 0.15);
	display: flex;
	margin: auto;
	padding: 40px 100px;
	flex-direction: column;
	gap: 0px;
	align-items: center;
	text-align: center;
	transition: all 0.5s ease-in-out;
	border-top: #740057 10px solid;
	vertical-align: middle;
	transform: perspective(1px) translateZ(0);
	transition-duration: 0.5s;
}

.card-new:hover {
	border-top: #410131 10px solid;
	transform: scale(1.05);
	transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.our-team {
	text-align: center;
	margin-bottom: 30px;
	z-index: 1;
	display: flex;
	align-items: center;
	height: 200px;
}
.our-team .pic {
	border-radius: 50%;
	overflow: hidden;
	width: 300px;
	margin: 0 auto;
	float: left;
	/* position: relative; */
}
.our-team .pic:after {
	/* content: '';
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.5s ease 0s; */
}
.our-team:hover .pic:after {
	opacity: 1;
}
.our-team .pic img {
	width: 100%;
	height: auto;
}
.our-team .social {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	opacity: 0;
	position: absolute;
	top: 45%;
	left: 0;
	z-index: 1;
	transition: all 0.5s ease 0s;
}
.our-team:hover .social {
	opacity: 1;
}
.our-team .social li {
	display: inline-block;
}
.our-team .social li a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	border: 1px solid #fff;
	font-size: 15px;
	color: #fff;
	margin-right: 10px;
	transition: all 0.5s ease 0s;
}
.our-team .social li a:hover {
	background: #fff;
	color: #000;
}
.our-team .team-content {
	width: 100%;
	/* height: 100%; */
	/* border-radius: 50%;
	border: 2px dotted #ddd; */
	/* position: absolute; */
	/* bottom: -70px; */
	left: 0;
	z-index: -1;
	padding-top: 15px;
	transition: all 0.5s ease 0s;
	text-align: left;
	margin-left: 15px;
}

.our-team .team-info {
	width: 100%;
	color: #464646;
	/* position: absolute; */
	bottom: 12px;
	left: 0;
}
.our-team .title {
	font-size: 20px;
	font-weight: 600;
	color: #464646;
	margin: 0 0 5px 0;
	transition: all 0.5s ease 0s;
}
.our-team:hover .title {
	color: #740057;
}
.our-team .post {
	display: block;
	font-size: 14px;
	color: #464646;
}

.social-icon {
	display: inline-block;
	margin-right: 15px;
}
.nav_links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	/* overflow-x: auto; 
  scroll-snap-type: x block;  */
}

.nav_links li {
	flex: 0 0 auto;
	/* width: 100vw; */
	display: flex;
	justify-content: center;
	align-items: center;
	scroll-snap-align: start;
}

@media (max-width: 768px) {
	.nav_links {
		display: flex;
		flex-direction: row;
		gap: 5px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		flex-wrap: nowrap;
	}

	.nav_links li {
		/* margin-right: 10px; */
	}
}
iframe,
.calendly-inline-widget,
.calendly-inline-widget iframe {
	pointer-events: auto !important;
	touch-action: auto !important;
	-ms-touch-action: auto !important;
	overflow-y: hidden !important;
	height: 100vh !important;
}
@media screen and (max-width: 1226px) and (min-width: 320px) {
	.pr-form-0 {
		padding: 0 !important;
	}
}
