/*Basics*/

html {
  -webkit-font-smoothing: antialiased;
  scroll-padding-top: 300px;
}

body {
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Montserrat", 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: "Montserrat", sans-serif;
}

h1 {
  font-size: 2.65em;
}

h2 {
  font-size: 2.10em;
}

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: "Montserrat", 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: "Montserrat", 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: #590041;
  background-image: -o-linear-gradient(#640149, #640149);
  background-image: -moz-linear-gradient(#640149, #640149);
  background-image: -webkit-linear-gradient(#640149, #640149);
  background-image: linear-gradient(#640149, #640149);
}

.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(#ddd, #e2e2e2);
  background-image: -moz-linear-gradient(#ddd, #e2e2e2);
  background-image: -webkit-linear-gradient(#ddd, #e2e2e2);
  background-image: linear-gradient(#ddd, #e2e2e2);
}

.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;
}

.editor-field {
  min-height: 55px;
}

.editor-field.last {
  min-height: 40px;
}

.section.socials .dw-sm-5,
.section.socials .dw-sm-3 {
  padding: 0;
}

/*Layout*/

#masthead {
  background-color: #8c1d6e;
  /* 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 20px #000;
  width: 100%;
}

#headerleft,
#headerright {
  padding: 0 15px;
}

#headerleft a:first-child {
  display: block;
  max-width: 145px;
  min-width: 115px;
  padding-top: 5px;
}

#headerright ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#headerright ul li a {
  font-family: "Montserrat", sans-serif;
  color: #fff;
}

#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 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.80em;
  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: .85rem;
  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: .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: .85rem;
  margin-bottom: 30px;
  line-height: 20px;
}

.home-app .text-l span {
  display: block;
  font-size: .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: .85rem;
  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: "Montserrat", 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: "Montserrat", 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: .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;
}

/*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: 992px) {
  #headerleft {
    width: 190px !important;
    margin-top: 1px;
  }
  #headerright ul li a {
    margin-left: 15px;
  }
  #headerright .btn {
    padding: 0 15px !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: 992px) {
  .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;
  }
  select {
    height: 45px;
    line-height: 45px;
  }
  textarea {
    min-height: 180px;
  }
  #headerleft {
    width: 200pz;
    float: left;
  }
  #headerleft .fas,
  #headerleft .btn.alice {
    display: none;
  }
  #headerright {
    float: right;
    padding: 15px;
    margin-top: 0px;
  }
  #headerright li {
    float: left;
    margin-left: 15px;
  }
  #headerright li:first-child {
    margin-left: 0px;
  }
  #headerright li.fb {
    margin-left: 30px;
  }
  #headerright a {
    line-height: 40px;
    padding: 0px;
    text-transform: uppercase;
    font-size: 0.85em;
    margin-left: 35px;
    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 20px;
    margin-left: 0px;
  }
  #headerright li.rad {
    margin-left: 30px;
  }
  #headerright .btn:before {
    display: none;
  }
  #headerright .btn i {
    float: left;
    margin-right: 5px;
    line-height: 40px;
    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: 60px;
  }
  #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;}*/
}

@media screen and (max-width: 991px) {
  #masthead {
    padding: 0px;
  }
  #headerleft {
    position: relative;
    padding: 2px 190px 2px 2px
  }
  #headerleft .fas {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    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: 991px) 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: .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: 72px !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: 72px;
    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-semi-bold {
  font-weight: 500 !important;
}
.fw-bold {
  font-weight: 600 !important;
}

.txt-black {
  color: #000 !important;
}

.txt-purple {
  color: #8c1d6e !important;
}

.btn.alice-border,
.btn.alice-border.on:hover {
  border: 2px solid #640149;
  color: #640149;
}

.pull-left {
  float: left;
}

.mr-xs {
  margin-right: 5px !important;
}

.mt-xs {
  margin-top: 5px !important;
}

.mt-sm {
  margin-top: 10px !important;
}

.text-center {
  text-align: center;
}

.pt-lg {
  padding-top: 60px;
}

.pb-lg {
  padding-bottom: 60px;
}

.pb-md {
  padding-bottom: 30px;
}

.no-padding {
  padding: 0 !important;
}

.pf .text span {
  display: block;
  font-size: .85rem;
  margin-bottom: 30px;
  line-height: 20px;
}

.main-txt {
  margin: 35px 0 80px 0;
}

.main-txt .text span {
  display: block;
  font-size: .85rem;
  margin-bottom: 20px;
}

.about-help {
  padding-top: 30px;
}

.center-block {
  display: block;
  margin: 0 auto;
}

.ac.text span {
  display: block;
  font-size: .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: 991px) 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: 65%;
  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: 2px solid #8c1d6e;
}

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: 2px solid #f5f5f5;
}

table.featureTable thead th:first-child {
  border-left: none;
}

@media screen and (max-width: 991px) {
  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: 992px) {
  .nav-icon {
    position: relative;
    top: 11px;
    right: -5px;
    color: #fff;
  }
  .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: #8c1d6e;
    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 !important;
  }
  .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: #4e8098;
    display: block;
    height: 40px;
    font-size: 1.2em;
  }
  .nav li a.on,
  .nav li a:hover {
    color: #4e8098;
    text-decoration: none;
  }
  .nav li div a:hover {
    background-color: #fcf7f8;
  }
}

.features-section img {
  margin: 0 auto;
  padding-bottom: 15px;
  width: 60px;
}

.features-section span {
  font-size: 15px;
  font-weight: 600;
  color: #000;
}

.features-section .bs {
  padding-bottom: 45px;
}

@media screen and (max-width: 991px) {
  .nav.open {
    height: auto;
    text-transform: uppercase;
  }
  .topnav ul li i {
    width: 8%;
    float: right;
    margin: 8px 0;
    color: #fff;
    font-size: 1.5em;
    text-align: center;
  }
  .topnav ul li {
    width: 100%;
    clear: both;
  }
  .nav div.shut {
    height: 0;
    overflow: hidden;
  }
  /* .shut { height: 0px; overflow: hidden;} */
}

.v-align {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

.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: .85rem;
  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-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: 350px;
}

.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.60em;
  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;
  }
  .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: #31a7a6;
  border: 1px solid #4e8098;
}

.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: 30%;
  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: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: .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-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: 991px) {
  .em-blog-content-area {
    padding: 28px 35px 30px;
    overflow: hidden;
    height: 200px !important;
    margin-bottom: 15px;
  }
}

.em-blog-content-area {
  padding: 28px 35px 30px;
  overflow: hidden;
  height: 220px;
  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;
  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-page-title > h2 {
  margin: 0;
  margin-bottom: 14px;
  font-size: 20px;
  margin-top: 15px;
  font-weight: 600;
}

.mb-md {
  margin-bottom: 15px !important;
}

.mt-md {
  margin-top: 20px !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;
}

.container-new {
  /* max-width: 120rem;
   padding: 0 1.5rem; */
  margin: 0 auto;
}

.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: .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;
}
@media (max-width: 767px) {
    #sidebar>div {
        padding-bottom: 20px !important;
        float: left;
        min-width: 150px;
    }
}
#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;
}