/********** Template CSS **********/
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap");
.responsive-calendar .controls {
  text-align: center;
}

.responsive-calendar .controls a {
  cursor: pointer;
}

.responsive-calendar .controls h4 {
  display: inline;
}

.responsive-calendar .day-headers, .responsive-calendar .days {
  font-size: 0;
}

.responsive-calendar .day {
  display: inline-block;
  position: relative;
  font-size: 14px;
  width: 14.2857142857%;
  text-align: center;
}

.responsive-calendar .day a {
  color: #000000;
  display: block;
  cursor: pointer;
  padding: 20% 0 20% 0;
}

.responsive-calendar .day a:hover {
  background-color: #eee;
  text-decoration: none;
}

.responsive-calendar .day.header {
  border-bottom: 3px gray solid;
}

.responsive-calendar .day.active a {
  background-color: #1d86c8;
  color: #ffffff;
}

.responsive-calendar .day.active a:hover {
  background-color: #36a0e2;
}

.responsive-calendar .day.today a {
  background: #36a0e2;
  color: #ffffff;
  border-radius: 3.5rem;
}

.responsive-calendar .day.active .not-current {
  background-color: #8fcaef;
  color: #ffffff;
}

.responsive-calendar .day.active .not-current:hover {
  background-color: #bcdff5;
}

.responsive-calendar .day.not-current a {
  color: #ddd;
}

.responsive-calendar .day .badge {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 1;
}

/*** Spinner ***/
:root {
  --primary: #06BBCC;
  --light: #F0FBFC;
  --dark: #000;
  --headeractive: rgba(6, 57, 138, 1);
  --section-bg: #F4FBFF;
}

body {
  font-family: "roboto", sans-serif;
  color: var(--dark);
}

.fw-medium {
  font-weight: 600 !important;
}

.fw-semi-bold {
  font-weight: 700 !important;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

.btn {
  font-weight: 400;
  transition: 0.5s;
}

.btn-primary {
  color: rgb(0, 0, 0);
  background-color: #fff;
  border-color: rgb(94, 158, 220);
}

.btn-primary:active {
  color: #fff;
  background-color: rgb(94, 158, 220);
  border-color: rgb(94, 158, 220);
}

.btn-primary:hover {
  color: #fff;
  background-color: rgb(94, 158, 220);
  border-color: rgb(94, 158, 220);
}

.btn-primary.active {
  color: #fff;
  background-color: rgb(94, 158, 220);
  border-color: rgb(94, 158, 220);
}

.btn-primary:focus {
  color: #fff;
  background-color: rgb(94, 158, 220);
  border-color: rgb(94, 158, 220);
}

.btn {
  border-radius: 2.5rem;
}

.btn.btn-secondary {
  color: #FFFFFF;
}

.btn-square {
  width: 38px;
  height: 38px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 0px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 0px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 0px;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
  margin-right: 10px;
  color: #FFFFFF;
  font-size: 15px;
  text-transform: uppercase;
  outline: none;
  color: var(--dark);
  font-weight: 600;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link .border-title {
  color: var(--headeractive);
  border-bottom: 3px solid var(--headeractive);
}
.navbar-light .navbar-nav .nav-link.active {
  color: var(--headeractive);
  border-bottom: 3px solid var(--headeractive);
}
.navbar-light .navbar-brand {
  height: 75px;
}
.navbar-light a.btn {
  height: 75px;
}

.navbar-light.sticky-top {
  top: -100px;
  transition: 0.5s;
}

.header-carousel .owl-nav {
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}
.header-carousel .owl-nav .owl-prev {
  margin: 7px 0;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: transparent;
  border: 1px solid #FFFFFF;
  font-size: 22px;
  transition: 0.5s;
}
.header-carousel .owl-nav .owl-prev:hover {
  background: var(--primary);
  border-color: var(--primary);
}
.header-carousel .owl-nav .owl-next {
  margin: 7px 0;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: transparent;
  border: 1px solid #FFFFFF;
  font-size: 22px;
  transition: 0.5s;
}
.header-carousel .owl-nav .owl-next:hover {
  background: var(--primary);
  border-color: var(--primary);
}

.page-header {
  background: linear-gradient(rgba(24, 29, 56, 0.7), rgba(24, 29, 56, 0.7)), url(../img/carousel-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-header-inner {
  background: rgba(15, 23, 43, 0.7);
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--light);
}

.section-title {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}

.section-title.text-start::before {
  width: calc(100% + 40px);
  left: 0;
}
.section-title.text-start::after {
  width: calc(100% + 60px);
  left: 0;
}

.service-item {
  background: var(--light);
  transition: 0.5s;
  cursor: pointer;
}

.category img {
  transition: 0.5s;
}
.category a:hover img {
  transform: scale(1.1);
}

.course-item img {
  transition: 0.5s;
}
.course-item:hover img {
  transform: scale(1.1);
}

.team-item img {
  transition: 0.5s;
}
.team-item:hover img {
  transform: scale(1.1);
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: var(--headeractive);
  border-color: var(--headeractive);
}

.testimonial-carousel::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  z-index: 1;
}
.testimonial-carousel::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  z-index: 1;
}
.testimonial-carousel .owl-item .testimonial-text {
  transition: 0.5s;
}
.testimonial-carousel .owl-item.center .testimonial-text {
  background: var(--primary) !important;
}
.testimonial-carousel .owl-item.center .testimonial-text * {
  transition: 0.5s;
  color: #FFFFFF !important;
}
.testimonial-carousel .owl-dots {
  margin-top: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  border: 1px solid #CCCCCC;
  transition: 0.5s;
}
.testimonial-carousel .owl-dot.active {
  background: var(--primary);
  border-color: var(--primary);
}

.footer .btn.btn-social {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  font-weight: normal;
  border: 1px solid #FFFFFF;
  border-radius: 35px;
  transition: 0.3s;
}
.footer .btn.btn-social:hover {
  color: var(--primary);
}
.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}
.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}
.footer .btn.btn-link:hover {
  letter-spacing: 1px;
  box-shadow: none;
}
.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .copyright a {
  color: var(--light);
}
.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

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

.text-primary {
  color: var(--primary) !important;
}

.section-bg-clr {
  background-color: var(--section-bg);
}

.footer-bg-img {
  background-image: url("../img/footer-overlay-img.png");
}

.h-19 {
  height: 23%;
}

.box {
  float: left;
  overflow: hidden;
  background: #f0e68c;
}

@media (max-width: 991.98px) {
  .navbar-light .navbar-nav {
    border-top: 1px solid #EEEEEE;
  }
  .navbar-light .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }
}
@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }
  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    transform: rotateX(0deg);
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
  .navbar .dropdown-menu.fade-down {
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }
  .testimonial-carousel::before {
    width: 300px;
  }
  .testimonial-carousel::after {
    width: 300px;
  }
}
.form-control, .form-floating > .form-select {
  border-radius: 0.3rem;
  background-color: #F5F8FA;
  border: 1px solid #DEDEDE;
}

.mt-22rem {
  margin-top: 24rem;
}

.make-a-booking {
  position: absolute;
  top: 30%;
  left: 4%;
  z-index: 1;
}

@media (max-width: 768px) {
  .header-carousel .owl-carousel-item {
    position: relative;
    min-height: 500px;
  }
  .modal-responsive{
		left: 0% !important;
	}
  .header-carousel .owl-carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .make-a-booking {
    position: absolute;
    top: 17%;
    z-index: 1;
  }
  .mt-22rem {
    margin-top: 50rem;
  }
}
@media (min-width: 768px) {
  .testimonial-carousel::before {
    width: 200px;
  }
  .testimonial-carousel::after {
    width: 200px;
  }
}
@media (max-width: 765px) {
  .make-a-booking {
    position: absolute;
    top: 22%;
    z-index: 1;
  }
}
.btn-cancel {
  background-color: #31295A;
}

.txt-underline {
  border-bottom: 2px solid #013C89;
}

.btn-previous {
  background-color: #fff;
  border: 1px solid #013C89;
  color: #013C89;
}

.mb-paynow {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
}

.mb-paynow .btn-one {
  border-top-left-radius: 1rem;
  border-top-right-radius: 0rem !important;
}

.mb-paynow .btn-two {
  border-top-left-radius: 0rem !important;
  border-top-right-radius: 1rem;
}

.mb-paynow .btn {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 0rem;
  border-bottom-right-radius: 0rem;
  box-shadow: 0px -20px 24px -12px rgba(94, 158, 220, 0.3490196078);
}

.btn-left-tab {
  border-top-left-radius: 0.3rem !important;
  border-bottom-left-radius: 0.3rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-right-tab {
  border-top-right-radius: 0.3rem !important;
  border-bottom-right-radius: 0.3rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.account-bgs, .account-bg:hover {
  background-color: rgba(15, 53, 128, 0.1);
  border-left: 5px solid #013C89;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("../img/menu.png");
}

.navbar-light .navbar-toggler-icon:active {
  background-image: url("../img/close.png");
}

.border-title {
  border-bottom: 3px solid var(--headeractive);
}

.nav-item .nav-link {
  color: #2b2b2b;
}

.display-7 {
  font-size: 1.2rem;
}

.login-center {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.direction-rtl {
  direction: rtl;
}

.direction-ltr {
  direction: ltr;
}

.accordion-button::after {
  background-image: url("../img/accordian-arrow.svg") !important;
}

.profile_accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: none !important;
  display: none;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.summary-circle {
  width: 6rem;
  height: 6rem;
}

footer, .footer {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  width: 100%;
  background: #fff;
}

.fs-7 {
  font-size: 0.7rem;
}

footer .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: rgb(94, 158, 220);
  font-weight: 900;
  background-color: transparent;
}

footer .nav-tabs .nav-link.active h6, .nav-tabs .nav-item.show .nav-link h6 {
  color: rgb(94, 158, 220);
}

footer .nav-tabs .nav-link.active svg path, .nav-tabs .nav-item.show .nav-link h6 {
  fill: rgb(94, 158, 220);
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  background: rgb(94, 158, 220);
  color: #fff;
  font-weight: 900;
  border: 1px solid rgb(94, 158, 220);
}

.nav-tabs .nav-link {
  border: 1px solid rgb(94, 158, 220);
  color: #000;
  font-weight: 900;
}

.assign-btn {
  border-top-left-radius: 2.5rem;
  border-bottom-left-radius: 2.5rem;
  padding-left: 1rem;
}

.h-820px {
  min-height: 820px;
}

.accordion-button:not(.collapsed) {
  color: #000;
}

.fw-800 {
  font-weight: 600;
}

.shifts-block {
  background: #F4FAFF;
}

.status-dpwn {
  background-color: #5E9EDC;
}

.bg-1 {
  background-color: #FFF9F3;
}

.bg-2 {
  background-color: #F9F9F9;
}

.shift-time p {
  color: #4962A1;
}

.time {
  color: #E3703F;
}

.nav-bg {
  background: #fff;
}

.date-picker {
  background: #5E9EDC;
}

.date-selector {
  background: #F4F4F4;
}

.input-text {
  color: #4962A1;
}

.checkin p {
  color: #003E7A;
}

.past-check {
  background: #5E9EDC;
}

.meter-reading {
  color: #E3703F;
}

.animate-bottom {
  position: relative;
  -webkit-animation: animatebottom 0.4s;
          animation: animatebottom 0.4s;
}

@-webkit-keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}

@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
.rounded-5 {
  border-radius: 0.5rem;
}

header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 1;
}

.transports-bg {
  background: #BBD5EF;
}

.hours-bg {
  background: #FFE3E6;
}

.earnings-bg {
  background: #FAEFDD;
}

.daySlider {
  padding: 20px;
}

.clndr-controls {
  font-family: "Arial", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background: #ffffff;
  border-image-slice: 1;
  border-image-source: linear-gradient(252deg, rgba(171, 57, 135, 0.7), #4aa1c0);
  border-style: solid;
  border-width: 10px;
  color: #151515;
  margin: 0 auto;
  max-width: 500px;
  padding: 30px;
  text-align: center;
}

.clndr-controls {
  align-items: initial;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}

.clndr-control-button {
  background: url("http://lorempixel.com/26/26/abstract/") no-repeat 0 0;
  cursor: pointer;
  height: 24px;
  width: 24px;
  position: relative;
}

.clndr-control-button.rightalign {
  transform: rotate(180deg);
}

.clndr-control-button .clndr-next-button,
.clndr-control-button .clndr-previous-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.header-days {
  display: none;
}

.clndr-table,
.clndr-table thead,
.clndr-table tbody,
.clndr-table tr,
.clndr-table td {
  display: inline-block;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

.clndr-table {
  margin-top: 50px;
  padding-bottom: 58px;
  position: relative;
  width: 100%;
  text-align: center;
  overflow: auto;
  white-space: nowrap;
}

.clndr-table .header-days {
  display: none;
}

.clndr-table tr {
  margin-top: 50px;
  padding-bottom: 58px;
  position: relative;
  display: inline;
}

.clndr-table tr td {
  display: inline-block;
  text-align: center;
}

.clndr-table tr td + td {
  margin-left: 25px;
}

.clndr-table tr + tr {
  margin-left: 25px;
}

.clndr-table:after {
  bottom: 0;
  content: "";
  display: block;
  height: 58px;
  left: 50%;
  margin-left: -570px;
  opacity: 0.7;
  position: absolute;
  width: 1140px;
}

.clndr-table .day {
  font-size: 24px;
  font-weight: 500;
  line-height: 1em;
  display: inline-block;
  color: #151515;
  border-style: solid;
  border-color: transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  padding: 5px 0;
}

.clndr-table .day.today {
  color: #7a2a60;
}

.clndr-table .day.event {
  color: #54659c;
  cursor: pointer;
}

.clndr-table .day.selected {
  padding: 5px 10px;
  border: 5px solid rgba(0, 0, 0, 0.2);
}

.clndr-table .day.selected.event {
  border-image-slice: 1;
  border-image-source: linear-gradient(208deg, rgba(171, 57, 135, 0.7), #4aa1c0);
  color: #7a2a60;
}

.clndr-table .day.past {
  color: #bebebe;
}

.clndr-table .empty {
  display: none;
}

.modal-dialog {
  position: absolute;
  bottom: 0;
  margin: 0;
  width: 100%;
}

a {
  color: #000;
}

.pass .form-check-input:checked {
  background-color: #047B7C;
  border-color: #047B7C;
}

.fail .form-check-input:checked {
  background-color: #C6392D;
  border-color: #C6392D;
}

.not .form-check-input:checked {
  background-color: #B78217;
  border-color: #B78217;
}

.maps-direction {
  height: 700;
}

.bottom-nav {
  box-shadow: 0px -2px 5px #d1d1d1;
  background: #fff;
}

.odo-reading-block {
  border-radius: 0.3rem;
  background-color: #F5F8FA;
  border: 1px solid #DEDEDE;
}

.reading p {
  color: #E3703F;
}

.responsive-calendar .day.today a {
  background: #36a0e2;
  color: #ffffff;
  border-radius: 3.5rem;
}

.image-upload > input {
  display: none;
}

.image-upload img {
  width: 60px;
  cursor: pointer;
}

.calender-date {
  font-size: 20px;
}

.check-in-btn {
  background: #5E9EDC;
  color: #fff;
}

.modal-content {
  border-radius: 1rem;
}

.transport-status-btn-warning {
  background: #ffc107;
}

.transport-status-btn-success {
  background: #38c784;
}

.sub-heading {
  color: #4962A1;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0px;
}

.pass-selection {
  background-color: #fff;
  box-shadow: 0px 1px 4px rgba(4, 123, 124, 0.35);
  border-radius: 4px;
  padding: 4px;
  border: none;
  text-align: left;
}

.fail-selection {
  background-color: #fff;
  box-shadow: 0px 1px 4px rgba(216, 46, 42, 0.35);
  border-radius: 4px;
  padding: 4px;
  border: none;
  text-align: left;
}

.na-selection {
  background-color: #fff;
  box-shadow: 0px 1px 4px rgba(183, 130, 23, 0.35);
  border-radius: 4px;
  padding: 4px;
  border: none;
  text-align: left;
}

.specification {
  border-bottom: 1px solid #E9E9E9;
}

.pass-selection-clr, .pass-selection:active {
  background-color: #047B7C !important;
  color: #fff;
}

.fail-selection-clr, .fail-selection:active {
  background-color: #D82E2A !important;
  color: #fff;
}

.line {
  border-bottom: 1px solid #E9E9E9;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.cross-icon {
  padding: 0px 0px 9px 0px;
  position: absolute;
  right: 170px;
  bottom: 82px;
  height: 26px;
  width: 26px;
}

[class*=" bi-"]::before {
  vertical-align: 0.875em;
}

.v-head {
  color: #4962A1;
}

.t-value {
  color: #424242;
}

.img-details {
  height: 80px;
  border-radius: 4px;
}

.v-details {
  display: flex;
  align-items: center;
}

.card_box {
  background-color: #fff;
  border-radius: 0.25rem;
}

.my_orders .nav-link.active {
  background: transparent;
  color: #5e9edc;
  border-bottom: 2px solid #5e9edc;
}

.my_orders .nav-link {
  border-radius: 0;
}

.my_orders .nav-link {
  text-align: center;
}

.tabs-data {
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  padding: 12px;
}

.leave-type {
  margin-top: 6px;
}

.leaves-table {
  padding: 0px 22px 0px 22px;
}

.past-check {
  display: inline-block;
  text-align: center;
  width: 146px;
}

.past-check-part-1 {
  margin: 0px;
  font-size: 12px;
}

.past-check-part-2 {
  margin: 0px;
  color: #fff !important;
  font-size: 18px;
}

.order-status-block {
  display: flex;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
}

.bottom-padding {
  padding-bottom: 82px;
}/*# sourceMappingURL=style.css.map */

.total-shifts {
	height: 200px;
	overflow-y: scroll;
	scroll-behavior: smooth;
}

.modal-responsive{
	left: 32%;
}