/* ----------------------------------------------- */
/* ----------------------------------------------- */
/* ----------------------------------------------- */
/* Global Css Start */
/* ----------------------------------------------- */
/* ----------------------------------------------- */
/* ----------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");

:root {
  --clr-primary: #0d9aff;
  --clr-secondary: #0071bc;
  --clr-white: #fff;
  --clr-black: #000;
  --clr-dark: #030303;
  --clr-light: #344054;
  --clr-light-sm: #dee2e6;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: var(--clr-dark);
  background-color: var(--clr-white);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  color: var(--clr-dark);
}
body h2 {
  margin: 0;
  color: var(--clr-dark);
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
}
body h4 {
  font-size: 30px;
  line-height: 40px;
}
body h5 {
  font-size: 24px;
  line-height: 32px;
}
body h6 {
  font-size: 16px;
  line-height: 24px;
}
body p {
  font-size: 16px;
  line-height: 24px;
  color: var(--clr-dark);
}
a,
a:hover,
a:focus,
a:active {
  outline: 0;
  text-decoration: none;
  transition: 1s;
}

section {
  padding: 60px 0px;
}
body ul {
  padding: 0;
}
body li {
  list-style: none;
}
/* table */
body table {
  width: 100%;
}
body th {
  background-color: #f7f7f7;
}
body td {
  color: var(--clr-light);
  white-space: nowrap;
}
body td,
body th {
  border: 1px solid #dddddd;
  font-size: 14px;
  text-align: left;
  padding: 8px;
}

body .cursor-pointer {
  cursor: pointer;
}
body .text-sky {
  color: var(--clr-primary);
}
body .section-title {
  margin-bottom: 50px;
}
body .bg-transparent-border {
  border: 1px solid var(--clr-secondary) !important;
  color: var(--clr-secondary) !important;
  background-color: transparent !important;
}
body .bg-transparent-border:hover {
  color: var(--clr-white) !important;
  background-color: var(--clr-secondary) !important;
}
body .custom-clr-primary {
  color: var(--clr-primary) !important;
}
body .custom-clr-secondary {
  color: var(--clr-secondary) !important;
}
body .custom-bg-secondary {
  background-color: var(--clr-secondary) !important;
}
body .custom-clr-white {
  color: var(--clr-white) !important;
}
body .custom-clr-dark {
  color: var(--clr-dark) !important;
}
body .custom-bg-dark {
  background-color: var(--clr-dark) !important;
}
body .custom-bg-light {
  background-color: var(--clr-light) !important;
}
body .custom-bg-primary {
  background-color: var(--clr-primary) !important;
}
body .custom-clr-light {
  color: var(--clr-light) !important;
}

body .h6-line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 50px;
}
body .p-2nd-line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 42px;
}

body .cursor-pointer {
  cursor: pointer !important;
}
body .custom-btn-secondary {
  color: var(--clr-white) !important;
  background-color: var(--clr-secondary) !important;
  border: none !important;
  padding: 0.375rem 1rem;
}
body .modal-custom-design .btn-close {
  background: transparent url("../images/icons/modal-cross-btn.svg") !important;
}
body .modal-custom-design .btn-close:focus {
  box-shadow: none !important;
}
body .modal-custom-design .form-control:focus {
  border-color: #ced4da !important;
  box-shadow: none !important;
}
body .modal-custom-design .cancel-btn {
  width: 120px !important;
  border-color: var(--clr-primary) !important;
  color: var(--clr-primary) !important;
}
body .modal-custom-design .cancel-btn:hover {
  background-color: var(--clr-primary) !important;
  color: var(--clr-white) !important;
}
body .modal-custom-design .save-btn {
  width: 120px !important;
  background-color: var(--clr-secondary) !important;
}
body .modal-custom-design .save-btn {
  width: 120px !important;
  background-color: var(--clr-secondary) !important;
}
/* .font-monospace {
  font-family: monospace;
} */
.text-lg-end {
  text-align: right;
}
.banner-bg {
  background: #f9f9f9;
}
.text-orange {
  color: #f37121;
}
.w-90 {
  width: 90%;
}
.w-70 {
  width: 70px;
}
/* scroll bar */
*,
body,
html {
  scrollbar-width: thin !important;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-button {
  background: #ccc;
}
::-webkit-scrollbar-track-piece {
  background: #888;
}
::-webkit-scrollbar-thumb {
  background: #eee;
}
.title-gradient {
  background: linear-gradient(to right, #0da6c2, #0e39c6);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.mb-40 {
  margin-bottom: 40px;
}
.h-400 {
  height: 400px;
}
.rounded-16 {
  border-radius: 16px;
}
.rounded-top-16 {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.custom-message-btn {
  padding: 9px 30px !important;
}
.custom-primary-btn,
.custom-message-btn,
.custom-generate-btn,
.custom-downloads-btn,
.custom-downloads-btn:hover {
  color: var(--clr-white);
  background: linear-gradient(to right, #0da6c2, #0e39c6);
}
.custom-outline-btn {
  color: var(--clr-primary);
  background: transparent;
}
.custom-btn {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  display: inline-flex;
  padding: 10px 18px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 0px solid var(--clr-primary);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  transition: 0.5s;
}
.custom-btn:hover i {
  transform: translateX(10px);
  transition: 1s;
}

.custom-btn i {
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
  border: 1px solid var(--clr-white);
  font-size: 13px;
  text-align: center;
}
.custom-btn.custom-outline-btn i {
  border: 1px solid var(--clr-primary) !important;
}
/* shape animation */
@keyframes shapeMoveUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}

.shape-one,
.shape-two,
.shape-three,
.shape-four {
  animation: shapeMoveUpDown 3s infinite;
}
/* move image */
@keyframes moveUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}

.move-image {
  animation: moveUpDown 5s infinite;
}

.qr-scanner {
  display: flex;
  align-items: center;
}

.qr-scanner img {
  height: 86px;
  width: 86px;
}

.qr-scanner p {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

.qr-scanner .qr-text {
  font-weight: 600 !important;
  max-width: 143px;
  opacity: 1;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* ----------------------------------------------- */
/* Header Css Start */
/* ----------------------------------------------- */
.header-section {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
.header-section .header-logo img{
    width: auto;
    height: 40px;
}
.header-section a {
  color: var(--clr-dark) !important;
  font-size: 15px;
  font-weight: 500;
  padding: 0px 15px !important;
}
.header-section a:hover {
  color: var(--clr-primary) !important;
}
.header-section .nav-link {
  padding: 20px 15px !important;
}
/* dropdown */
.header-section .menu-dropdown {
  position: relative;
}
.header-section .dropdown-content {
  display: none;
  padding: 20px;
  min-width: 200px;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--clr-white);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.header-section .dropdown-content a {
  border-radius: 8px;
  color: var(--clr-dark) !important;
  padding: 7px 10px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2px;
}
.header-section .menu-dropdown a span {
  font-family: monospace;
  margin-left: 20px;
}
.header-section .menu-dropdown .arrow {
  margin-left: 10px !important;
  transform: rotate(90deg);
  display: inline-block;
}
.header-section .menu-dropdown:hover .dropdown-content {
  display: block;
}

.header-section .dropdown-item:hover,
.header-section .dropdown-item.active,
.header-section .dropdown-item:active {
  background: linear-gradient(to right, #0da6c2, #0e39c6);
  color: var(--clr-white) !important;
}
/* large dropdown */
.header-section .menu-dropdown .mega-menu {
  display: none !important;
  width: 90vw !important;
  min-width: 90vw !important;
  min-height: 400px !important;
  overflow-y: auto;
  padding: 20px 10% !important;
}
.header-section .menu-dropdown .mega-menu li {
  width: 28%;
  margin-right: 2%;
}
.header-section .menu-dropdown .mega-menu li:last-child {
  margin-right: 0px !important;
}
.header-section .menu-dropdown:hover .mega-menu {
  position: fixed !important;
  display: flex !important;
  justify-content: space-between !important;
}

/* bootstrap custom code */
.header-section .navbar-toggler {
  border: none !important;
}
.header-section .navbar-toggler-icon {
  background-image: url("../images/icons/bar.svg") !important;
}
.header-section .mobile-menu .btn-close {
  color: var(--clr-dark) !important;
  background-image: none !important;
  font-size: 30px;
  opacity: 1;
}
.header-section .navbar-toggler:focus,
.header-section .mobile-menu .btn-close:focus {
  box-shadow: none !important;
}
.header-section .accordion-button:not(.collapsed),
.header-section .accordion-button:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.header-section .accordion-button {
  padding: 7px 0px !important;
}
.header-section .accordion-body {
  padding: 0px 20px !important;
}
.header-section .without-sub-menu::after {
  display: none !important;
}
.header-section .form-control,
.header-section .form-control:focus {
  border-color: var(--clr-secondary) !important;
  box-shadow: none !important;
}
.header-section .input-group input {
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}
.header-section .input-group button {
  background-color: var(--clr-secondary);
  border-color: var(--clr-secondary) !important;
  color: var(--clr-white);
  border-radius: 20px;
}

.header-section .try-for-free-btn {
  background: linear-gradient(to right, #0da6c2, #0e39c6);
  color: var(--clr-white) !important;
  border: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  border-radius: 8px;
  padding: 10px 18px !important;
  text-align: center;
}
.header-section .try-for-free-btn:hover {
  color: var(--clr-white) !important;
}
.header-section .try-for-free-btn i {
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
  border: 1px solid var(--clr-white);
  margin-left: 5px !important;
  font-size: 13px;
}
.header-section .try-for-free-btn:hover:hover i {
  transform: translateX(10px);
  transition: 1s;
}

/* ----------------------------------------------- */
/* slick-slider-section Css Start */
/* ----------------------------------------------- */

.slick-slider-section .slick-prev,
.slick-slider-section .slick-next {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background: var(--clr-light);
}
.slick-slider-section .slick-prev {
  left: -35px !important;
}
.slick-slider-section .slick-next {
  right: -35px !important;
}
.slick-slider-section .slick-prev:before,
.slick-slider-section .slick-next:before {
  font-family: monospace !important;
  line-height: inherit !important;
  opacity: 1 !important;
  color: var(--clr-white) !important;
}
.slick-slider-section .slick-prev:hover,
.slick-slider-section .slick-prev:focus,
.slick-slider-section .slick-next:hover,
.slick-slider-section .slick-next:focus {
  background: var(--clr-secondary) !important;
}

/* ----------------------------------------------- */
/* footer-section Css Start */
/* ----------------------------------------------- */
.footer-section {
  position: relative;
  overflow: hidden;
  background-color: var(--clr-dark);
}

.footer-section .footer-logo{
    width: auto;
    height: 40px;
}

.footer-section p,
.footer-section li,
.footer-section li a {
  color: var(--clr-white);
  opacity: 0.8;
}
.footer-section li {
  margin-bottom: 12px;
}
.footer-section li a:hover {
  opacity: 1 !important;
}
.footer-section .social-icon {
  display: flex;
  align-items: center;
  gap: 5px;
}
.footer-section .social-icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  background-color: #f9f9f926;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-section .social-icon a:hover {
  background-color: var(--clr-white);
  transition: 0.5s;
}
/* ----------------------------------------------- */
/* ----------------------------------------------- */
/* ----------------------------------------------- */
/* Global Css End */
/* ----------------------------------------------- */
/* ----------------------------------------------- */
/* ----------------------------------------------- */
.global-companies .image {
  height: 60px;
}
.global-companies .image img {
  width: 110px;
}

/* ----------------------------------------------- */
/* Home banner  Css start */
/* ----------------------------------------------- */
.home-banner-section {
  height: 100vh;
  width: 100%;
  background-color: #fff4f6;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.home-banner-section .play-store a img{
    width: 136px;
    height: 45px;
}

.home-banner-section .shape-one {
  position: absolute;
  top: 30px;
  left: 15px;
  z-index: -1;
}

.home-banner-section .shape-one img,
.home-banner-section .shape-two img {
  height: 70px;
  width: 80px;
}

.home-banner-section .shape-two {
  position: absolute;
  bottom: 40px;
  left: 50px;
  z-index: -1;
}

.banner-content p {
  color: var(--clr-dark);
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.banner-content h1 {
  font-size: 56px;
  font-weight: 600;
  line-height: 64px;
}

/* ----------------------------------------------- */
/* Home banner  Css end */
/* ----------------------------------------------- */

/* ----------------------------------------------- */
/* Earn   Css start */
/* ----------------------------------------------- */
.earn-section .col-xl-4:nth-child(1) .earn-card {
  background: linear-gradient(
    to bottom,
    rgb(255, 203, 114, 0.2) 0%,
    rgb(253, 90, 8, 0.2) 100%
  );
}

.earn-section .col-xl-4:nth-child(2) .earn-card {
  background: linear-gradient(
    to bottom,
    rgba(13, 166, 194, 0.2) 0%,
    rgba(14, 57, 198, 0.2) 100%
  );
}

.earn-section .col-xl-4:nth-child(3) .earn-card {
  background: linear-gradient(
    to bottom,
    rgb(245, 133, 146, 0.2) 0%,
    rgb(116, 32, 231, 0.2) 100%
  ) !important;
}

.earn-section .earn-card {
  padding-top: 32px;
  border-radius: 16px;
}
.earn-section .earn-content h5 {
  color: var(--clr-dark) !important;
  font-weight: 600;
}

.earn-section .image {
  height: 80px;
  width: 80px;
  line-height: 80px;
  background-color: white;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.earn-section .image img {
  height: 40px;
  width: 40px;
  text-align: center;
}
/* ----------------------------------------------- */
/* Earn  Css end */
/* ----------------------------------------------- */

/* ----------------------------------------------- */
/* Payroll Css Start */
/* ----------------------------------------------- */
.about-section {
  position: relative;
  overflow: hidden;
}
.about-section .shape-one {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: -1;
}
.about-section .shape-two {
  position: absolute;
  bottom: 50px;
  right: 20px;
  z-index: -1;
}

.about-section h2 {
  max-width: 550px;
  margin-bottom: 20px;
}

.about-section ul {
  margin-left: 18px;
  margin-bottom: 35px;
}
.about-section ul li {
  list-style: unset;
  font-size: 16px;
  line-height: 26px;
  color: var(--clr-dark);
}

/* ----------------------------------------------- */
/* Service Css Start */
/* ----------------------------------------------- */

.service-section {
  position: relative;
  overflow: hidden;
  background-color: #f9f9f9;
}
.service-section .shape-one {
  position: absolute;
  bottom: 30px;
  right: 10px;
}

.service-section .service-card {
  padding-top: 32px;
  border-radius: 8px;
}
.service-section .service-content h6 {
  color: var(--clr-dark) !important;
  font-size: 20px;
  font-weight: 600;
}

.service-section .image {
  height: 70px;
  width: 70px;
  line-height: 70px;
  background-color: white;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-section .image img {
  height: 35px;
  width: 35px;
  text-align: center;
}
/* ----------------------------------------------- */
/* time-event-section Css Start */
/* ----------------------------------------------- */
.time-event-section {
  position: relative;
  overflow: hidden;
}
.time-event-section .shape-one {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.time-event-section .shape-two {
  position: absolute;
  bottom: 50px;
  right: -101px;
  z-index: -1;
}

.time-event-section h2 {
  max-width: 510px;
  margin-bottom: 20px;
}

/* ----------------------------------------------- */
/* feature-details-section Css Start */
/* ----------------------------------------------- */
.feature-details-section {
  position: relative;
  overflow: hidden;
}
.feature-details-section .shape-one {
  position: absolute;
  top: 0;
  left: -40px;
  z-index: -1;
}

/* ----------------------------------------------- */
/* package-section Css Start */
/* ----------------------------------------------- */
.package-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    to right,
    rgba(255, 137, 0, 0.12),
    rgba(13, 154, 255, 0.12)
  );
}
.package-section .shape-one {
  position: absolute;
  top: -74px;
  left: -96px;
  z-index: -1;
}
.package-section .shape-two {
  position: absolute;
  top: 70%;
  right: 20px;
  z-index: -1;
}
.package-section .shape-bg-three {
  position: absolute;
  top: -244px;
  left: -73px;
  z-index: 0;
}
.package-section .shape-four {
  position: absolute;
  top: 20px;
  right: -30px;
  z-index: -1;
}

.package-section h2 {
  max-width: 510px;
  margin-bottom: 20px;
}
.package-section .form-switch .form-check-input:checked {
  background-color: var(--clr-primary) !important;
  border-color: var(--clr-primary) !important;
}
.package-section .package-arrow {
  position: absolute;
  top: 25px;
  right: 0;
  width: 25px;
}
.package-section .package {
  background-color: var(--clr-white);
  border: 1px solid #d0d5dd;
  padding: 20px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}

.package-section .package .month {
  border-bottom: 1px solid #00000033;
  padding-bottom: 15px;
  margin-bottom: 27px;
  position: relative;
  z-index: 0;
}
.package-section .package .month:after {
  position: absolute;
  content: "";
  width: 189px;
  height: 18px;
  background-color: var(--clr-primary);
  z-index: -1;
  opacity: 0.2;
  border-radius: 20px;
  bottom: 25px;
}
.package-section .package small {
  font-weight: 600;
}
.package-section .package .package-content img {
  width: 20px;
}
.package-section .package .package-content p {
  color: #101828;
}
.package-section .package .package-content button {
  width: 100%;
  background-color: var(--clr-primary);
  color: var(--clr-white);
  padding: 12px 0;
  border: 1px solid var(--clr-primary);
  border-radius: 10px;
  margin-top: 20px;
  cursor: pointer;
}
.package-section .package .package-content button:hover {
  background-color: transparent;
  color: var(--clr-primary);
  transition: 1s;
}

/* ----------------------------------------------- */
/* customer-section Css Start */
/* ----------------------------------------------- */

.customer-section {
  position: relative;
  overflow: hidden;
}

.customer-section .customer-card {
  padding: 25px;
  margin: 30px 10px 0;
  background-color: var(--clr-white);
  position: relative;
}

.customer-section .customer-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1px;
  background: linear-gradient(45deg, #0da6c24d, #0e39c64d);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.customer-section .customer-card img {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  border: 1px solid var(--clr-white);
}
.customer-section .customer-card .star {
  color: #ffa800;
}

/* ----------------------------------------------- */
/* terms-policy-section Css Start */
/* ----------------------------------------------- */
.terms-policy-section h2 {
  font-size: 36px;
  line-height: 45px;
  font-weight: 600;
  margin-bottom: 20px;
}
.terms-policy-section p {
  color: #4d4d4d;
}
.terms-policy-section h5 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 15px;
}
/* ----------------------------------------------- */
/* faq section Css Start */
/* ----------------------------------------------- */
.faqs-section {
  position: relative;
  overflow: hidden;
}

.faqs-section .shape-one {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: -1;
}

.faqs-section .accordion {
  width: 80%;
  margin: 0 auto;
}
.faqs-section .accordion-item {
  margin-bottom: 20px !important;
  border: 1px solid #dadada !important;
  padding: 16px;
  gap: 8px;
  border-radius: 8px;
  background: var(--clr-white);
  box-shadow: 0px 4px 28px 0px #0000000d;
}
.faqs-section .accordion-button:focus {
  box-shadow: none !important;
}
.faqs-section .accordion-button:not(.collapsed) {
  color: var(--clr-black) !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
.faqs-section .accordion-button {
  color: var(--clr-dark);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  padding: 10px !important;
}
.faqs-section .accordion-body {
  padding: 2px 25px 2px 10px !important;
}
.faqs-section .accordion-body p {
  color: #4d4d4d;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 5px;
}
.faqs-section .accordion-button::after {
  background-image: url("../images/faq/circle-plus.svg") !important;
}
.faqs-section .accordion-button:not(.collapsed)::after {
  background-image: url("../images/faq/circle-minus.svg") !important;
  transform: rotate(0deg) !important;
}
.faqs-section .custom-accordion {
  width: 80%;
  margin: 0 auto;
}

/* ----------------------------------------------- */
/* time-event-section Css Start */
/* ----------------------------------------------- */
.mission-section {
  position: relative;
  overflow: hidden;

  background: linear-gradient(
    to right,
    rgba(255, 137, 0, 0.12),
    rgba(13, 154, 255, 0.12)
  );
}
.mission-section .shape-one {
  position: absolute;
  top: 60%;
  left: -96px;
  /* z-index: -1; */
}
.mission-section .shape-two {
  position: absolute;
  top: 50%;
  right: -96px;
  z-index: -1;
}
.mission-section .shape-three {
  position: absolute;
  top: -200px;
  left: -327px;
}
.mission-section h2 {
  max-width: 510px;
  margin-bottom: 20px;
}

/* ----------------------------------------------- */
/* Contact section Css Start */
/* ----------------------------------------------- */
.contact-section p {
  max-width: 550px;
  margin: 0 auto;
  color: #344054;
}
.contact-section .contact-image img {
  height: 550px;
}
.contact-section .form-control:focus {
  border-color: #c0babc !important;
  box-shadow: none !important;
}
.contact-section form input,
.contact-section form textarea {
  border-color: #c0babc !important;
  border-radius: 5px !important;
  padding: 8px 12px;
}
.location-section {
  background: linear-gradient(
    to right,
    rgba(255, 137, 0, 0.12),
    rgba(13, 154, 255, 0.12)
  );
  position: relative;
  overflow: hidden;
}
.location-section .shape-one {
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: -1;
}


@media only screen and (min-width: 0px) and (max-width: 410px) {
  .header-section .navbar>.container{
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
  }
}
