@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
body {
  font-size: 16px;
  background-color: #F2F4F8;
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #5F6575;
}
body.frontend {
  background-color: #fff;
  color: #05073C;
}
body.hide {
  overflow: hidden;
}

input {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

a, a:hover, a:focus {
  outline: none;
  text-decoration: none;
  color: #1099BC;
}

p {
  line-height: 27px;
  margin: 0;
}

img {
  max-width: 100%;
}

ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.field-group label {
  width: 100%;
  font-size: 14px;
  color: #5F6575;
  margin-bottom: 8px;
  display: block;
}
.field-group input[type=text],
.field-group input[type=email],
.field-group input[type=password] {
  border: 1px solid #DDDFE7;
  padding: 11px 15px;
  border-radius: 5px;
  width: 100%;
}
.field-group input[type=text]:focus,
.field-group input[type=email]:focus,
.field-group input[type=password]:focus {
  border-color: #2151ff;
  outline: none;
}
.field-group .otp-field {
  display: flex;
  gap: 30px;
}
.field-group .otp-field input {
  text-align: center;
  font-size: 21px;
  line-height: 20px;
  height: 70px;
  width: 60px;
}
.field-group .form-select {
  border-color: #DDDFE7;
  border-radius: 5px;
  padding: 11px 15px;
}
.field-group.with-btn {
  position: relative;
}
.field-group.with-btn a {
  position: absolute;
  right: 15px;
  top: 55%;
  font-weight: 600;
  color: #2151FF;
}
.field-group textarea {
  height: 110px;
}

.shadow {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1) !important;
}

.btn {
  border-radius: 6px;
  padding: 10px 60px;
  font-weight: 500;
  transition: 300ms all;
}
.btn.btn-outlined {
  border: 1px solid #5D5A88;
}
.btn.btn-outlined:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
}
.btn.btn-primary {
  background: #1099BC;
  color: #fff;
  border: none;
}
.btn.btn-primary:hover {
  background: #0b819e;
}
.btn.btn-with-icon {
  display: flex;
  align-items: center;
  gap: 15px;
}
.btn.btn-large {
  padding: 10px 80px;
}
.btn.btn-mini {
  border-radius: 15px;
  background: #1099BC;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 4px 15px;
  border: none;
}
.btn.btn-mini:hover {
  background: linear-gradient(90deg, rgb(255, 1, 3) 0%, rgb(45, 0, 252) 100%);
}
.btn.btn-mini.btn-mini-outlined {
  border: 1px solid #5D5A88;
  background: transparent;
  color: #5D5A88;
}
.btn.btn-mini.btn-mini-outlined:hover {
  background: linear-gradient(90deg, rgb(255, 1, 3) 0%, rgb(45, 0, 252) 100%);
  color: #fff;
  border-color: transparent;
}

.btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

h1 {
  font-size: 55px;
  font-weight: 600;
  line-height: 1.3;
}

h2 {
  font-size: 40px;
  font-weight: 500;
  margin: 0;
}

h3 {
  font-size: 21px;
  font-weight: 600;
  margin: 0;
}

h4 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  line-height: 24px;
}

h5 {
  font-size: 16px;
  font-weight: 600;
}

h1, h2, h3, h4, h5, h6, a {
  color: #050B20;
}

.page-title {
  margin-bottom: 50px;
}

.section-title {
  padding-bottom: 60px;
  text-align: center;
}
.section-title h2 {
  font-weight: 700;
  width: 100%;
}

.form-check {
  cursor: pointer;
}
.form-check label {
  font-size: 14px;
  color: #5F6575;
}

.separator {
  width: 100%;
  height: 1px;
  background-color: #ddd;
  margin: 25px 0;
}

.sec {
  padding: 120px 0;
}

@media (min-width: 1600px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1464px;
  }
}
header {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  position: relative;
  gap: 30px;
  z-index: 3;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
header .aside-toggle {
  background-color: transparent;
  border: none;
  padding: 0;
  transition: 300ms all;
  display: none;
}
header .navbar {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 100%;
  padding: 0;
  background-color: transparent !important;
}
header .navbar .navbar-brand {
  padding: 0;
}
header .navbar .navbar-brand img {
  min-width: 174px;
}
header .navbar .navbar-collapse {
  justify-content: end;
  gap: 15px;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #050B20;
  font-weight: 500;
  padding: 0 20px;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
  border: none;
  background: url(../images/dd-arrow.svg) no-repeat 0 0/cover;
  width: 12px;
  height: 7px;
  margin-left: 0.625em;
  content: "";
  display: inline-block;
  vertical-align: middle;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: #1099BC;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
  color: #1099BC;
}
header .navbar .nav-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

.stickyHeight {
  display: none;
}

.sticky .stickyHeight {
  display: block;
}
.sticky header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 111;
  animation-name: fadeInDown;
  animation-duration: 500ms;
  animation-fill-mode: both;
  border-top: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.banner-wrapper {
  width: 100%;
  position: relative;
  height: 41.5vw;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.banner-wrapper .banner-para {
  width: 100%;
  justify-content: center;
  padding: 30px 40px;
  max-width: 470px;
  color: #fff;
  background: rgba(16, 153, 188, 0.7);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: 15px;
}
.banner-wrapper .banner-para p {
  font-size: 21px;
  line-height: 1.6;
  margin: 0;
}
.banner-wrapper.st-wrapper {
  align-items: flex-start;
  padding: 50px;
}
.banner-wrapper.st-wrapper .st-para h1 {
  color: #fff;
  margin-bottom: 20px;
}
.banner-wrapper.st-wrapper .st-para span {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}
.banner-wrapper.contact-banner {
  height: auto;
}
.banner-wrapper.contact-banner .section-title {
  padding-bottom: 0;
}
.banner-wrapper.contact-banner .section-title h1 {
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}
.banner-wrapper.contact-banner .section-title p {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
}

.list-wrapper {
  display: flex;
  margin: -25px;
  flex-wrap: wrap;
}
.list-wrapper .item {
  padding: 25px;
  width: 33.33%;
}
.list-wrapper .item .inner {
  background-color: #fff;
  box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding: 40px;
  height: 100%;
  transition: 300ms all;
}
.list-wrapper .item .inner .icon {
  width: 50px;
  height: 50px;
}
.list-wrapper .item .inner .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.list-wrapper .item .inner h4 {
  padding: 20px 0;
  transition: 300ms all;
}
.list-wrapper .item .inner .check-feature {
  font-weight: 600;
  display: flex;
  align-items: center;
  padding-top: 20px;
}
.list-wrapper .item .inner .check-feature i {
  font-size: 24px;
}
.list-wrapper .item:hover .inner {
  transform: scale(1.05);
}
.list-wrapper .item:hover .inner h4 {
  color: #1099BC;
}

.feature-wrapper {
  background-color: #FAFBFD;
  position: relative;
}
.feature-wrapper .title-absolute {
  position: absolute;
  top: -85px;
  left: 0;
  width: 100%;
}
.feature-wrapper .title-absolute .inner {
  background: #fafbfd;
  max-width: 750px;
  width: 100%;
  margin: auto;
  border-radius: 30px 30px 0 0;
  text-align: center;
  padding: 20px 0;
}
.feature-wrapper .title-absolute .inner h2 {
  font-size: 31px;
  line-height: 30px;
  padding: 10px 20px;
  line-height: 40px;
}
.feature-wrapper .title-absolute .inner ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 0 30px;
}
.feature-wrapper .title-absolute .inner ul li h2 {
  position: relative;
}
.feature-wrapper .title-absolute .inner ul li h2 a {
  transition: 300ms all;
}
.feature-wrapper .title-absolute .inner ul li h2 a.active {
  color: #1099BC;
}
.feature-wrapper .title-absolute .inner ul li h2 a.active:after {
  content: "";
  width: 75px;
  height: 4px;
  border-radius: 4px;
  background-color: #DBA12A;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: auto;
}
.feature-wrapper .tab-main {
  display: none;
  opacity: 0;
  transition: all 1s;
}
.feature-wrapper .tab-main.active {
  display: block;
}
.feature-wrapper .in {
  opacity: 1;
}

.service {
  border-radius: 25px;
  padding: 35px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  min-height: 550px;
}
.service .content {
  width: 50%;
  text-align: center;
}
.service .content .content-inner {
  text-align: left;
  width: 320px;
  margin: auto;
}
.service .content .content-inner h2 {
  padding-bottom: 25px;
  font-weight: bold;
}
.service .content .content-inner p {
  padding-bottom: 25px;
}
.service .transport-img {
  width: 50%;
  padding: 0 25px;
}
.service.school {
  background-color: rgba(16, 153, 188, 0.6);
}
.service.commercial {
  background-color: rgba(216, 161, 42, 0.6);
  margin-top: 100px;
}
.service.commercial .content {
  order: 2;
}

.apart {
  background-color: #FAFBFD;
}
.apart .inner {
  display: flex;
  margin: 0 -15px;
}
.apart .inner .item {
  padding: 0 15px;
  width: 33.33%;
}
.apart .inner .item .item-card {
  background-color: #fff;
  box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding: 30px 25px;
  height: 100%;
  text-align: center;
}
.apart .inner .item .item-card p {
  font-size: 18px;
  font-weight: 500;
  padding-top: 20px;
  line-height: 30px;
}

.contact-details {
  background-color: #FAFBFD;
  padding: 60px 0;
}
.contact-details .info ul {
  display: flex;
  justify-content: center;
  border-radius: 10px;
  gap: 60px;
  margin: auto;
}
.contact-details .info ul li {
  background-color: #fff;
  box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding: 30px 25px;
  height: 100%;
  width: 33.33%;
  text-align: center;
}
.contact-details .info ul li .icon {
  height: 32px;
}
.contact-details .info ul li p {
  font-size: 18px;
  line-height: 1.7;
  margin: 15px 0 0;
  font-weight: 500;
}

.contact-form {
  max-width: 52%;
  width: 100%;
}
.contact-form .business-form {
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
}

footer .footer-inner {
  padding: 60px 0;
}
footer .footer-inner .footer-logo {
  width: 200px;
}
footer .footer-inner .list-unstyled li a {
  line-height: 28px;
  display: block;
  font-weight: 400;
}
footer .footer-inner .address h5 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 28px;
}
footer .footer-inner .address p {
  line-height: 28px;
}
footer .footer-inner .social-links {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-top: 10px;
}
footer .footer-inner .social-links li a {
  color: #05073C;
}
footer .footer-bottom {
  padding: 37px 15px;
  font-size: 15px;
}

.business-form {
  max-width: 930px;
  padding: 0 15px;
  width: 100%;
  margin: auto;
}

.content-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F2F4F8;
}
.content-wrapper h2 {
  font-size: 30px;
  font-weight: 600;
}
.content-wrapper .auth-card {
  background-color: #fff;
  border-radius: 20px;
  max-width: 900px;
  min-height: 600px;
  width: 100%;
  padding: 65px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.content-wrapper .auth-card .auth-title {
  text-align: center;
  margin-bottom: 50px;
}
.content-wrapper .auth-card .auth-title p {
  color: #5F6575;
  font-size: 16px;
  margin: 0;
  padding-top: 10px;
}
.content-wrapper .auth-card .login-form form {
  width: 360px;
  margin: auto;
}
.content-wrapper .auth-card .login-form form .field-group .forgot-link {
  display: block;
  width: 100%;
  text-align: right;
  margin-top: 10px;
}
.content-wrapper .auth-card .login-form form .field-group .forgot-link a {
  color: #2151FF;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
}
.content-wrapper .auth-card .login-form form .btn-wrapper .btn {
  width: 100%;
}
.content-wrapper .auth-card .login-form.otp-form form {
  width: 330px;
}
.content-wrapper .auth-card .login-form.otp-form form .btn-wrapper {
  padding-top: 10px;
}
.content-wrapper .auth-card .bottom {
  margin-top: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.content-wrapper .auth-card .bottom p {
  color: #5F6575;
}
.content-wrapper .auth-card .bottom a {
  font-weight: 600;
  color: #2151FF;
  border: none;
  background-color: transparent;
}
.content-wrapper .auth-card .register-option {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  width: 530px;
  margin: auto;
}
.content-wrapper .auth-card .register-option.step1 {
  flex-direction: column;
}
.content-wrapper .auth-card .register-option a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 250px;
  border: 1px solid #DDDFE7;
  border-radius: 5px;
  padding: 20px 15px 15px;
  color: #454545;
  font-size: 16px;
  font-weight: 500;
  transition: 300ms all;
}
.content-wrapper .auth-card .register-option a img {
  margin-bottom: 11px;
  max-width: 40px;
}
.content-wrapper .auth-card .register-option a:hover {
  border-color: #2151FF;
}
.content-wrapper .auth-card .back-nav-wrapper {
  width: 100%;
}
.content-wrapper .auth-card .back-nav-wrapper .back-nav {
  position: absolute;
  left: 30px;
  top: 30px;
  color: #454545;
  display: inline-block;
  margin-bottom: 30px;
}
.content-wrapper .auth-card .back-nav-wrapper .back-nav span {
  display: inline-block;
  border-radius: 6px;
  background-color: #f2f2f2;
  padding: 6px 10px;
  width: 38px;
  height: 38px;
  margin-right: 15px;
}
.content-wrapper .auth-card .back-nav-wrapper .back-nav h4 {
  display: inline-block;
  line-height: 38px;
}
.content-wrapper .auth-card .back-nav-wrapper .step-tab ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
.content-wrapper .auth-card .back-nav-wrapper .step-tab ul li {
  display: flex;
  align-items: center;
}
.content-wrapper .auth-card .back-nav-wrapper .step-tab ul li p {
  font-weight: 500;
  color: #465668;
  line-height: 1.3;
  margin: 0 10px 0;
  font-size: 14px;
}
.content-wrapper .auth-card .back-nav-wrapper .step-tab ul li .dot {
  width: 32px;
  height: 32px;
  border: 2px solid #A1AEBE;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}
.content-wrapper .auth-card .back-nav-wrapper .step-tab ul li .dot span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #242E39;
}
.content-wrapper .auth-card .back-nav-wrapper .step-tab ul li.active p {
  color: #1099BC;
  font-weight: 700;
}
.content-wrapper .auth-card .back-nav-wrapper .step-tab ul li.active .dot {
  border-color: #1099BC;
}
.content-wrapper .auth-card .back-nav-wrapper .step-tab ul li.active .dot span {
  background-color: #DBA12A;
}
.content-wrapper .auth-card .back-nav-wrapper .step-tab ul li.line span {
  width: 130px;
  height: 1px;
  border-top: 3px dotted #A1AEBE;
}
.content-wrapper .auth-card .back-nav-wrapper .step-tab ul li.line.active span {
  border-color: #1099BC;
}
.content-wrapper .auth-card .back-nav-wrapper .step-tab.three-step {
  padding-bottom: 60px;
}
.content-wrapper .auth-card .back-nav-wrapper .step-tab.three-step ul {
  justify-content: center;
}
.content-wrapper .auth-card .back-nav-wrapper .step-tab.three-step ul li {
  flex-direction: column;
  gap: 10px;
  position: relative;
}
.content-wrapper .auth-card .back-nav-wrapper .step-tab.three-step ul li p {
  position: absolute;
  bottom: -25px;
  text-wrap: nowrap;
}
.content-wrapper .auth-card.register {
  padding: 30px;
  min-height: auto;
}
.content-wrapper .auth-card.register .back-nav {
  position: static;
}
.content-wrapper .auth-card.register .guardian-wrapper .form-check {
  padding-left: 0;
}
.content-wrapper .auth-card.register .guardian-wrapper .form-check .form-check-input {
  margin-left: 0;
  margin-right: 8px;
}
.content-wrapper .auth-card.register .guardian-wrapper .form-check .guardian-check {
  margin-bottom: 20px;
  color: #050B20;
}
.content-wrapper .auth-card.register .guardian-wrapper .form-check input[type=checkbox]:checked ~ .row {
  display: flex;
}
.content-wrapper .auth-card.register .guardian-wrapper .row {
  display: none;
}
.content-wrapper .auth-card .success-msg-wrapper {
  text-align: center;
}
.content-wrapper .auth-card .success-msg-wrapper .info {
  padding-top: 30px;
}
.content-wrapper .auth-card .success-msg-wrapper .info h4 {
  margin-bottom: 10px;
  color: #121212;
  font-size: 20px;
  font-weight: 500;
}
.content-wrapper .auth-card.reg-page-2 {
  justify-content: start;
  min-height: auto;
}
.content-wrapper .auth-card form {
  width: 100%;
}
.content-wrapper .auth-card .user-form {
  width: 100%;
}
.content-wrapper .auth-card .user-form .reg-top {
  flex-wrap: nowrap;
}
.content-wrapper .auth-card .user-form .reg-top .profile-upload {
  width: 180px;
}
.content-wrapper .auth-card .user-form .reg-top .profile-upload .file-upload {
  position: relative;
  border: 1px solid #DDDFE7;
  background: url(../images/icons/icon-user-thumb.svg) no-repeat 50% 50%/50%;
  width: 100%;
  height: 149px;
  padding: 0 35px;
  border-radius: 5px;
  cursor: pointer;
}
.content-wrapper .auth-card .user-form .reg-top .profile-upload .file-upload input[type=file] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
.content-wrapper .auth-card .user-form .btn-wrapper {
  justify-content: space-between;
  padding-top: 10px;
}
.content-wrapper .auth-card .user-form .btn-wrapper .btn {
  padding: 10px 80px;
}
.content-wrapper .auth-card .user-form .btn-wrapper .form-btn-wrapper {
  display: flex;
  gap: 25px;
}

nav .nav-tabs {
  border: none;
}
nav .nav-tabs .nav-link {
  font-weight: 500;
  color: #202224;
}
nav .nav-tabs .nav-link:hover {
  border-color: transparent;
  color: #1099BC;
}
nav .nav-tabs .nav-link.active {
  background-color: transparent;
  border-color: transparent;
  position: relative;
  color: #1099BC;
}
nav .nav-tabs .nav-link.active:after {
  content: "";
  width: 100%;
  background-color: #1099BC;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 300ms all;
}

@media only screen and (max-width: 1600px) {
  .sec {
    padding: 90px 0;
  }
  .list-wrapper {
    margin: -15px;
  }
  .list-wrapper .item {
    padding: 15px;
  }
  .list-wrapper .item .inner {
    padding: 25px;
  }
  .service {
    min-height: auto;
  }
  .service .content .content-inner h2, .service .content .content-inner p {
    padding-bottom: 15px;
  }
  .service.commercial {
    margin-top: 70px;
  }
  footer .footer-inner .footer-logo {
    width: 150px;
  }
  h1 {
    font-size: 48px;
  }
  .banner-wrapper.st-wrapper .st-para span {
    font-size: 24px;
  }
  .banner-wrapper.contact-banner .section-title p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1440px) {
  .banner-wrapper .banner-para {
    padding: 25px;
  }
  .banner-wrapper .banner-para p {
    font-size: 18px;
    line-height: 1.6;
  }
  h1 {
    font-size: 40px;
  }
  .banner-wrapper.st-wrapper {
    padding: 30px 0;
  }
  .banner-wrapper.st-wrapper .st-para h1 {
    margin-bottom: 10px;
  }
  h2 {
    font-size: 26px;
  }
  .feature-wrapper .title-absolute {
    top: -75px;
  }
  .feature-wrapper .title-absolute .inner {
    max-width: -moz-max-content;
    max-width: max-content;
    border-radius: 20px 20px 0 0;
    padding: 10px 0;
  }
  .feature-wrapper .title-absolute .inner ul {
    gap: 20px;
  }
  .feature-wrapper .title-absolute .inner h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1200px) {
  .sec {
    padding: 60px 0;
  }
  header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 0 10px;
  }
  h3 {
    font-size: 18px;
  }
  .service.commercial {
    margin-top: 50px;
  }
  .feature-wrapper .title-absolute {
    top: -60px;
  }
  .feature-wrapper .title-absolute .inner ul li h2 {
    font-size: 21px !important;
    padding: 5px 10px;
    line-height: 34px;
  }
  .feature-wrapper .title-absolute .inner ul li h2 a.active:after {
    bottom: 0;
  }
  footer .footer-inner .footer-logo {
    margin: auto;
  }
  footer .footer-bottom {
    padding: 20px;
  }
  .apart .inner .item .item-card {
    padding: 20px;
  }
  .apart .inner .item .item-card img {
    width: 30px;
  }
  .apart .inner .item .item-card p {
    font-size: 16px;
    line-height: 1.5;
    padding-top: 15px;
  }
  .banner-wrapper.contact-banner .section-title p {
    font-size: 18px;
  }
  .contact-details .info ul {
    gap: 30px;
  }
  .contact-details .info ul li p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  header .navbar .navbar-collapse {
    order: 2;
    position: fixed;
    left: 0;
    top: 74px;
    width: 100%;
    background: #fff;
    padding: 15px;
    transition: 300ms all;
    z-index: 21;
    height: 100vh;
  }
  header .navbar .navbar-collapse .navbar-nav {
    align-items: center;
    height: 100%;
    overflow: auto;
    flex-direction: column;
    justify-content: flex-start;
  }
  header .navbar .navbar-collapse .navbar-nav .nav-item {
    padding: 10px 0;
    text-align: center;
  }
  header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    display: inline-block;
    padding: 0;
  }
  header .navbar .nav-right {
    flex-wrap: wrap;
  }
  header .navbar .nav-right .navbar-toggler {
    width: 40px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    background-color: transparent;
    border: 1px solid #ddd;
    padding: 8px;
    border-radius: 3px;
    transition: 300ms all;
    outline: none;
  }
  header .navbar .nav-right .navbar-toggler:focus, header .navbar .nav-right .navbar-toggler:hover, header .navbar .nav-right .navbar-toggler:active {
    outline: none;
    box-shadow: none;
  }
  header .navbar .nav-right .navbar-toggler span {
    background-color: #000;
    width: 100%;
    height: 2px;
    display: block;
    border-radius: 3px;
    transition: 300ms all;
  }
  header .navbar .nav-right .navbar-toggler:hover {
    background-color: #1099BC;
    border-color: transparent;
  }
  header .navbar .nav-right .navbar-toggler:hover span {
    background-color: #fff;
  }
  header .navbar .navbar-brand img {
    min-width: auto;
  }
  .banner-wrapper {
    align-items: flex-start;
    padding: 30px 0;
  }
  .banner-wrapper.contact-banner .section-title p {
    font-weight: 500;
  }
  .btn {
    border-radius: 6px;
    padding: 8px 15px;
  }
  .section-title {
    padding-bottom: 30px;
  }
  .list-wrapper .item {
    width: 50%;
  }
  .list-wrapper .item .inner .icon {
    width: 40px;
    height: 40px;
  }
  .list-wrapper .item .inner h4 {
    padding: 15px 0;
  }
  .list-wrapper.home .item:nth-child(3) {
    width: 100%;
  }
  h1 {
    font-size: 32px;
  }
  .banner-wrapper.st-wrapper {
    padding: 30px 0;
  }
  .banner-wrapper.st-wrapper .st-para span {
    font-size: 18px;
  }
  footer .footer-inner {
    padding: 40px 0;
  }
  footer .footer-inner .col-sm-12 {
    text-align: center;
    padding-bottom: 30px;
  }
  footer .footer-inner .social-links {
    justify-content: center;
  }
  .sec {
    padding: 40px 0;
  }
  .service.commercial {
    margin-top: 30px;
  }
  .contact-details .info ul {
    flex-wrap: wrap;
  }
  .contact-details .info ul li {
    padding: 20px 15px;
    border-radius: 6px;
    width: calc(50% - 15px);
  }
  .contact-details .info ul li:last-child {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  header {
    padding: 15px 0;
  }
  header .navbar .navbar-collapse {
    top: 62px;
  }
  h2 {
    font-size: 24px !important;
  }
  h4 {
    font-size: 18px;
  }
  .banner-wrapper .banner-para {
    max-width: 100%;
  }
  .banner-wrapper .banner-para p {
    font-size: 16px;
    line-height: 1.3;
  }
  .apart .inner {
    flex-direction: column;
    width: 100%;
    margin: 0;
  }
  .apart .inner .item {
    width: 100%;
    padding: 7.5px 0;
  }
  .apart .inner .item .item-card {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    text-align: left;
    border-radius: 6px;
  }
  .apart .inner .item .item-card img {
    width: 20px;
    margin-top: 3px;
  }
  .apart .inner .item .item-card p {
    padding: 0;
  }
  .service {
    flex-direction: column;
    gap: 20px;
    padding: 25px 15px;
  }
  .service .content {
    order: 2;
    width: 100%;
  }
  .service .content .content-inner {
    width: auto;
    text-align: center;
  }
  .service .transport-img {
    width: 300px;
  }
  .list-wrapper.home {
    flex-direction: column;
  }
  .list-wrapper.home .item {
    width: 100%;
  }
  .list-wrapper .item .inner {
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.03);
  }
  .feature-wrapper {
    padding-top: 0;
  }
  .feature-wrapper .title-absolute {
    position: sticky;
    top: 63px;
    margin-bottom: 20px;
    z-index: 1;
  }
  .feature-wrapper .title-absolute.home {
    margin-bottom: 0;
    position: static;
  }
  .feature-wrapper .title-absolute.home .inner {
    background-color: transparent;
    padding-top: 30px;
  }
  .feature-wrapper .title-absolute.home .inner ul li h2 {
    font-weight: 600;
  }
  .feature-wrapper .title-absolute .inner {
    padding: 20px 0;
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .banner-wrapper {
    height: auto;
  }
  .banner-wrapper.st-wrapper .st-para span {
    font-size: 16px;
  }
  h1 {
    font-size: 26px;
    line-height: normal;
  }
}
@media only screen and (max-width: 575px) {
  .list-wrapper {
    flex-direction: column;
    margin: -7.5px;
  }
  .list-wrapper .item {
    width: 100%;
    padding: 7.5px;
  }
  .list-wrapper .item .inner {
    padding: 15px;
    border-radius: 6px;
  }
  .list-wrapper .item .inner h4 {
    padding: 10px 0;
  }
  .list-wrapper .item .inner p {
    line-height: 1.3;
  }
  .feature-wrapper .title-absolute .inner ul {
    gap: 0;
  }
  .feature-wrapper .title-absolute .inner ul li h2 {
    font-size: 18px !important;
  }
  .feature-wrapper .title-absolute .inner ul li h2 a.active:after {
    width: 40px;
    height: 3px;
  }
  footer .footer-inner {
    padding-bottom: 0;
  }
  footer .footer-inner .col-sm-4 {
    text-align: center;
    padding-bottom: 30px;
  }
  .contact-details .info ul {
    gap: 15px;
  }
  .contact-details .info ul li {
    width: 100%;
    max-width: 320px;
  }
}/*# sourceMappingURL=style.css.map */





.alertDanger {
  /* font-family: 'Urbanist', sans-serif !important; */
  /* font-size: 18px !important; */
  font-weight: 500;

  color: #ca0808;
  /* background-color: #e99097; */
  border-color: #5c030a;
}

.alertSuccess {
  /* font-family: 'Urbanist', sans-serif !important; */
  /* font-size: 18px !important; */
  font-weight: 500;

  color: #02830d;
  /* background-color: #1ce04d; */
  border-color: #023b07;
}



