/* Theme Name: Dojek - Responsive bootsrap 5 Landing Page Template
   Author: Coderthemes
   Version: 1.0.0
   Created: Nov 2018
   File Description: Main Css file of the template
*/
/************************
01.General
02.Loader
03.Helper
04.Components
05.Menu
06.Footer
07.Multipurpose Layout
08.Contact
09.Agency Layout
10.Startup layout
11.Business Layout
12.Software Layout
12.App Layout
13.Default
************************/
@import url("https://fonts.googleapis.com/css2?family=Mandali&display=swap");
@font-face {
  font-family: "Cerebri Sans,sans-serif";
  src: url("../fonts/cerebrisans-light.eot");
  src: local("Cerebri-sans Light"),
    url("../fonts/cerebrisans-light.woff") format("woff");
  font-weight: 300;
}

@font-face {
  font-family: "Cerebri Sans,sans-serif";
  src: url("../fonts/cerebrisans-regular.eot");
  src: local("Cerebri-sans Regular"),
    url("../fonts/cerebrisans-regular.woff") format("woff");
  font-weight: 400;
}

@font-face {
  font-family: "Cerebri Sans,sans-serif";
  src: url("../fonts/cerebrisans-medium.eot");
  src: local("Cerebri-sans Medium"),
    url("../fonts/cerebrisans-medium.woff") format("woff");
  font-weight: 500;
}

@font-face {
  font-family: "Cerebri Sans,sans-serif";
  src: url("../fonts/cerebrisans-semibold.eot");
  src: local("Cerebri-sans Semibold"),
    url("../fonts/cerebrisans-semibold.woff") format("woff");
  font-weight: 600;
}

@font-face {
  font-family: "Cerebri Sans,sans-serif";
  src: url("../fonts/cerebrisans-bold.eot");
  src: local("Cerebri-sans Bold"),
    url("../fonts/cerebrisans-bold.woff") format("woff");
  font-weight: 700;
}

.bg-primary {
  background-color: #1ce1ac !important;
}

.bg-soft-primary {
  background-color: rgba(28, 225, 172, 0.12) !important;
}

.border-primary {
  border-color: #1ce1ac !important;
}

.text-primary {
  color: #1ce1ac !important;
}

.bg-secondary {
  background-color: #536976 !important;
}

.bg-soft-secondary {
  background-color: rgba(83, 105, 118, 0.12) !important;
}

.border-secondary {
  border-color: #536976 !important;
}

.text-secondary {
  color: #536976 !important;
}

.bg-info {
  background-color: #4bbbce !important;
}

.bg-soft-info {
  background-color: rgba(75, 187, 206, 0.12) !important;
}

.border-info {
  border-color: #4bbbce !important;
}

.text-info {
  color: #4bbbce !important;
}

.bg-warning {
  background-color: #ffc212 !important;
}

.bg-soft-warning {
  background-color: rgba(255, 194, 18, 0.12) !important;
}

.border-warning {
  border-color: #ffc212 !important;
}

.text-warning {
  color: #ffc212 !important;
}

.bg-success {
  background-color: #1ce1ac !important;
}

.bg-soft-success {
  background-color: rgba(28, 225, 172, 0.12) !important;
}

.border-success {
  border-color: #1ce1ac !important;
}

.text-success {
  color: #1ce1ac !important;
}

.bg-danger {
  background-color: #f24734 !important;
}

.bg-soft-danger {
  background-color: rgba(242, 71, 52, 0.12) !important;
}

.border-danger {
  border-color: #f24734 !important;
}

.text-danger {
  color: #f24734 !important;
  font-family: cursive;
}

.bg-dark {
  background-color: #343a40 !important;
}

.bg-soft-dark {
  background-color: rgba(52, 58, 64, 0.12) !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.text-dark {
  color: #343a40 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-soft-light {
  background-color: rgba(248, 249, 250, 0.12) !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.text-light {
  color: #f8f9fa !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-soft-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.border-white {
  border-color: #fff !important;
}

.text-white {
  color: #fff !important;
}

.text-muted {
  color: #6c757d;
}

body {
  font-family: "Mandali", sans-serif;
  font-size: 16px;
  color: #343a40;
  padding-right: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cerebri Sans,sans-serif";
}

a {
  text-decoration: none !important;
  outline: none;
}

p {
  line-height: 1.7;
}

html {
  scroll-padding-top: 59px;
  /* height of sticky header */
}

.row > * {
  position: relative;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999999;
}

#preloader #status {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sk-chase {
  width: 50px;
  height: 50px;
  position: relative;
  -webkit-animation: sk-chase 3s infinite linear both;
  animation: sk-chase 3s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: sk-chase-dot 2s infinite ease-in-out both;
  animation: sk-chase-dot 2s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: #1ce1ac;
  border-radius: 100%;
  -webkit-animation: sk-chase-dot-before 2s infinite ease-in-out both;
  animation: sk-chase-dot-before 2s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3) {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3):before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

@-webkit-keyframes sk-chase {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes sk-chase {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes sk-chase-dot {
  80%,
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes sk-chase-dot {
  80%,
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes sk-chase-dot-before {
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100%,
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-chase-dot-before {
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100%,
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.section {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
  position: relative;
}

.section-sm {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
  position: relative;
}

.bg-overlay {
  position: absolute;
  background-color: rgba(54, 64, 78, 0.85);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.subtitle {
  color: #6c757d;
  text-transform: uppercase;
}

.title {
  font-weight: 700;
  font-size: 30px;
  margin-top: 18px;
  line-height: 1.3;
}

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

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.fs-21 {
  font-size: 21px;
}

.fs-22 {
  font-size: 22px;
}

.fs-23 {
  font-size: 23px;
}

.fs-24 {
  font-size: 24px;
}

.fs-26 {
  font-size: 26px;
}

.text-light-custom {
  color: #a2aeb9;
}

.modal-backdrop {
  background-color: #000;
}

.shadow-lg {
  -webkit-box-shadow: 0 5px 20px rgba(52, 58, 64, 0.2) !important;
  box-shadow: 0 5px 20px rgba(52, 58, 64, 0.2) !important;
}

.right-arrow {
  position: relative;
  top: 2px;
  line-height: 0;
}

/**BACK TO TOP**/
.back-to-top-btn {
  position: fixed;
  padding: 0px 5px !important;
  bottom: 10px;
  right: 20px;
  display: none;
  text-align: center;
  border-radius: 3px;
}

.back-to-top-btn i {
  font-size: 22px;
  line-height: 30px;
}

#mkLightboxContainer {
  z-index: 999;
}

.btn {
  padding: 8px 24px;
  border: 1px solid;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "Mandali", sans-serif;
}

.btn.btn-sm {
  padding: 10px 22px;
}

.btn.btn-lg {
  padding: 12px 28px;
  font-size: 17px;
}

.btn.btn-primary {
  background: #991c20;
  border: none;
  color: #fff;
  border-radius: 50px;
  font-size: 18px;
  font-family: "Space Grotesk";
  margin-bottom: 10px;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary.focus,
.btn.btn-primary:active,
.btn.btn-primary.active {
  background-color: #000 !important;
  border: 1px solid #000 !important;
  /*-webkit-box-shadow: 0px 8px 12px 0px rgba(28, 225, 172, 0.25);*/
  /*box-shadow: 0px 8px 12px 0px rgba(28, 225, 172, 0.25);*/
}

.btn.btn-outline-primary {
  border: 1px solid #1ce1ac !important;
  color: #1ce1ac !important;
}

.btn.btn-gradient-primary {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1ce1ac),
    to(#8cf1d6)
  );
  background: linear-gradient(to right, #1ce1ac 0%, #8cf1d6 100%);
  border: none;
  color: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
  box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}

.btn.btn-secondary {
  background-color: #536976 !important;
  border: 1px solid #536976 !important;
  color: #fff !important;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary.focus,
.btn.btn-secondary:active,
.btn.btn-secondary.active {
  background-color: #4b5e6a !important;
  border: 1px solid #4b5e6a !important;
  -webkit-box-shadow: 0px 8px 12px 0px rgba(83, 105, 118, 0.25);
  box-shadow: 0px 8px 12px 0px rgba(83, 105, 118, 0.25);
}

.btn.btn-outline-secondary {
  border: 1px solid #536976 !important;
  color: #536976 !important;
}

.btn.btn-gradient-secondary {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#536976),
    to(#94a8b4)
  );
  background: linear-gradient(to right, #536976 0%, #94a8b4 100%);
  border: none;
  color: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
  box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}

.btn.btn-info {
  background-color: #4bbbce !important;
  border: 1px solid #4bbbce !important;
  color: #fff !important;
}

.btn.btn-info:hover,
.btn.btn-info:focus,
.btn.btn-info.focus,
.btn.btn-info:active,
.btn.btn-info.active {
  background-color: #3bb5ca !important;
  border: 1px solid #3bb5ca !important;
  -webkit-box-shadow: 0px 8px 12px 0px rgba(75, 187, 206, 0.25);
  box-shadow: 0px 8px 12px 0px rgba(75, 187, 206, 0.25);
}

.btn.btn-outline-info {
  border: 1px solid #4bbbce !important;
  color: #4bbbce !important;
}

.btn.btn-gradient-info {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#4bbbce),
    to(#afe1e9)
  );
  background: linear-gradient(to right, #4bbbce 0%, #afe1e9 100%);
  border: none;
  color: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
  box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}

.btn.btn-warning {
  background-color: #ffc212 !important;
  border: 1px solid #ffc212 !important;
  color: #fff !important;
}

.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn.btn-warning.focus,
.btn.btn-warning:active,
.btn.btn-warning.active {
  background-color: #fdbc00 !important;
  border: 1px solid #fdbc00 !important;
  -webkit-box-shadow: 0px 8px 12px 0px rgba(255, 194, 18, 0.25);
  box-shadow: 0px 8px 12px 0px rgba(255, 194, 18, 0.25);
}

button.btn.py-3 {
        border: 0px solid black !important;
    color: black !important;
    font-size: 22px;
    background: white;
    font-family: 'Mandali';
  
}

.btn.btn-gradient-warning {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffc212),
    to(#ffe392)
  );
  background: linear-gradient(to right, #ffc212 0%, #ffe392 100%);
  border: none;
  color: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
  box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}

.btn.btn-success {
  background-color: #1ce1ac !important;
  border: 1px solid #1ce1ac !important;
  color: #fff !important;
}

.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success.focus,
.btn.btn-success:active,
.btn.btn-success.active {
  background-color: #1acf9e !important;
  border: 1px solid #1acf9e !important;
  -webkit-box-shadow: 0px 8px 12px 0px rgba(28, 225, 172, 0.25);
  box-shadow: 0px 8px 12px 0px rgba(28, 225, 172, 0.25);
}

.btn.btn-outline-success {
  border: 1px solid #1ce1ac !important;
  color: #1ce1ac !important;
}

.btn.btn-gradient-success {
  border: 0px solid black;
  border-radius: 0px;
  /* background: -webkit-gradient(linear, left top, right top, from(#1ce1ac), to(#8cf1d6)); */
  /* background: linear-gradient(to right, #1ce1ac 0%, #8cf1d6 100%); */
  background: white;
  /* border: none; */
  color: black;
  border-radius: 0px;
  font-size: 22px;
  font-family: "Space Grotesk";
}

.btn.btn-danger {
  background-color: #f24734 !important;
  border: 1px solid #f24734 !important;
  color: #fff !important;
}

.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger.focus,
.btn.btn-danger:active,
.btn.btn-danger.active {
  background-color: #f13621 !important;
  border: 1px solid #f13621 !important;
  -webkit-box-shadow: 0px 8px 12px 0px rgba(242, 71, 52, 0.25);
  box-shadow: 0px 8px 12px 0px rgba(242, 71, 52, 0.25);
}

.btn.btn-outline-danger {
  background: #fff;
  border: 1px solid #991c20;
  color: #991c20;
  border-radius: 50px;
  font-size: 18px;
  font-family: "Space Grotesk";
  margin-bottom: 10px;
}

.btn.btn-gradient-danger {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f24734),
    to(#fab4ac)
  );
  background: linear-gradient(to right, #f24734 0%, #fab4ac 100%);
  border: none;
  color: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
  box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}

.btn.btn-dark {
  background-color: #343a40 !important;
  border: 1px solid #343a40 !important;
  color: #fff !important;
}

.btn.btn-dark:hover,
.btn.btn-dark:focus,
.btn.btn-dark.focus,
.btn.btn-dark:active,
.btn.btn-dark.active {
  background-color: #2b3035 !important;
  border: 1px solid #2b3035 !important;
  -webkit-box-shadow: 0px 8px 12px 0px rgba(52, 58, 64, 0.25);
  box-shadow: 0px 8px 12px 0px rgba(52, 58, 64, 0.25);
}

.btn.btn-outline-dark {
  border: 1px solid #343a40 !important;
  color: #343a40 !important;
}

.btn.btn-gradient-dark {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#343a40),
    to(#6d7a86)
  );
  background: linear-gradient(to right, #343a40 0%, #6d7a86 100%);
  border: none;
  color: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
  box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}

.btn.btn-light {
  background-color: #f8f9fa !important;
  border: 1px solid #f8f9fa !important;
  color: #fff !important;
}

.btn.btn-light:hover,
.btn.btn-light:focus,
.btn.btn-light.focus,
.btn.btn-light:active,
.btn.btn-light.active {
  background-color: #eceff2 !important;
  border: 1px solid #eceff2 !important;
  -webkit-box-shadow: 0px 8px 12px 0px rgba(248, 249, 250, 0.25);
  box-shadow: 0px 8px 12px 0px rgba(248, 249, 250, 0.25);
}

.btn.btn-outline-light {
  border: 1px solid #f8f9fa !important;
  color: #f8f9fa !important;
}

.btn.btn-gradient-light {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f8f9fa),
    to(white)
  );
  background: linear-gradient(to right, #f8f9fa 0%, white 100%);
  border: none;
  color: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
  box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}

.btn.btn-white {
  background-color: #fff !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}

.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white.focus,
.btn.btn-white:active,
.btn.btn-white.active {
  background-color: whitesmoke !important;
  border: 1px solid whitesmoke !important;
  -webkit-box-shadow: 0px 8px 12px 0px rgba(255, 255, 255, 0.25);
  box-shadow: 0px 8px 12px 0px rgba(255, 255, 255, 0.25);
}

.btn.btn-outline-white {
  border: 1px solid #fff !important;
  color: #fff !important;
}

.btn.btn-gradient-white {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fff),
    to(white)
  );
  background: linear-gradient(to right, #fff 0%, white 100%);
  border: none;
  color: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
  box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}

.btn.btn-light,
.btn.btn-white {
  background-color: #fff;
  border: 1px solid #fff;
  color: #1ce1ac !important;
}

.btn.btn-light:hover,
.btn.btn-light:focus,
.btn.btn-light.focus,
.btn.btn-light:active,
.btn.btn-light.active,
.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white.focus,
.btn.btn-white:active,
.btn.btn-white.active {
  background-color: #ededed !important;
  border-color: #ededed !important;
}

.btn.btn-outline-light,
.btn.btn-outline-white {
  border: 1px solid #fff !important;
  color: #fff !important;
  text-transform: uppercase;
}

.btn.btn-outline-light:hover,
.btn.btn-outline-light:focus,
.btn.btn-outline-light.focus,
.btn.btn-outline-light:active,
.btn.btn-outline-light.active,
.btn.btn-outline-white:hover,
.btn.btn-outline-white:focus,
.btn.btn-outline-white.focus,
.btn.btn-outline-white:active,
.btn.btn-outline-white.active {
  background-color: #fff;
  color: #343a40 !important;
}

.modal .video-modal {
  border: 0;
  background-color: transparent;
}

.modal .video-modal .video-box {
  position: relative;
}

.modal .video-modal video {
  border-radius: 8px;
}

.modal .video-modal .btn-close {
  width: 26px;
  height: 26px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0;
  z-index: 3;
}

.modal .video-modal .btn-close video:focus {
  outline: none;
}

.modal .video-modal:hover .btn-close {
  opacity: 0.5;
}

.modal .btn-close:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.card {
  background-color: none;
  border-radius: 50px;
  border: 1px solid black;
  -webkit-box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
  box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}

.navbar-custom {
  /*padding: 20px 0px;*/
  padding-right: 0 !important;
  width: 100%;
  background:white;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navbar-custom .navbar-nav .nav-item .nav-link {
  position: relative;
  line-height: 26px;

  color: black;
  font-size: 18px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: transparent !important;
  padding: 6px 0;
  margin: 0 20px;
  font-weight: 500;
  font-family: "Space Grotesk";
}

.navbar-custom .navbar-nav .nav-item .nav-link:hover,
.navbar-custom .navbar-nav .nav-item .nav-link.active {
  color: #991c20 !important;
}

.navbar-custom .navbar-nav .nav-item .nav-link.active::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 10px;
  right: 10px;
  border-radius: 10px;
  border-top: 2px solid black;
}

.navbar-custom .navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0;
}

.navbar-custom .navbar-nav .nav-link {
  padding-right: 0px;
  padding-left: 0px;
}

.navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #343a40;
}

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

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent;
  border-color: #337ab7;
}

.navbar.navbar-light .navbar-nav .nav-item .nav-link {
  color: #ced4da;
}

.navbar.navbar-light .logo .logo-dark {
  display: none;
}

.navbar.navbar-light .logo .logo-light {
  display: block;
}

/********** navbar sticky *********/
.nav-sticky.navbar-custom {
  margin-top: 0px;
  padding: 14px 0px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  color: #343a40 !important;
}

.nav-sticky.navbar-custom .navbar-nav {
  margin-top: 0px;
}

.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link {
  color: #343a40;
}

.nav-sticky .logo .logo-dark {
  display: block !important;
}

.nav-sticky .logo .logo-light {
  display: none !important;
}

/********* Responsive *********/
@media (min-width: 200px) and (max-width: 991px) {
  .navbar-custom {
    margin-top: 0px;
    padding: 10px 0px !important;
    background-color: #fff !important;
    -webkit-box-shadow: 0 10px 33px rgba(52, 58, 64, 0.1);
    box-shadow: 0 10px 33px rgba(52, 58, 64, 0.1);
    color: #343a40 !important;
  }
  .navbar-custom .navbar-nav {
    margin-top: 0px;
  }
  .navbar-custom .navbar-nav .nav-item .nav-link {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #343a40 !important;
    margin: 0px;
  }
  .navbar-custom .navbar-nav .nav-item.active .nav-link {
    border-color: transparent;
  }
  .navbar-custom > .container {
    width: 90%;
  }
  .navbar-toggler {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #343a40;
  }
  .logo .logo-light {
    display: none !important;
  }
  .logo .logo-dark {
    display: block !important;
  }
}

.footer {
  position: relative;
  padding: 50px 0 50px;
}

.footer .footer-nav li {
  padding: 6px 0;
}

.footer .footer-nav li .footer-link {
  color: black;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  font-weight: 400;
  font-family: "Cerebri Sans,sans-serif";
}

.footer .footer-nav li .footer-link::after {
  content: "";
  background-color: #1ce1ac;
  position: absolute;
  top: 14px;
  left: 0;
  height: 5px;
  width: 0px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer .footer-nav li .footer-link:hover {
  color: #343a40;
  padding-left: 12px;
}

.footer .footer-nav li .footer-link:hover::after {
  width: 05px;
}

/* .footer.bg-light {
  background-image: url("../images/footer-light-bg.png");
  background-repeat: no-repeat;
  background-position: bottom;
} */

.footer .cta-content {
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
}

.footer .cta-content .cta-bg {
  background-image: url("../images/cta-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.footer .cta-content .subscribe-form {
  position: relative;
}

.footer .cta-content .subscribe-form .form-control {
  background-color: rgba(255, 255, 255, 0.12);
  padding: 8px 150px 8px 50px;
  border-radius: 4px;
  min-height: 62px;
  color: #fff;
  border-color: transparent;
}

.footer .cta-content .subscribe-form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.footer .cta-content .subscribe-form .form-control::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.3;
}

.footer .cta-content .subscribe-form .form-control:-ms-input-placeholder {
  color: #fff;
  opacity: 0.3;
}

.footer .cta-content .subscribe-form .form-control::-ms-input-placeholder {
  color: #fff;
  opacity: 0.3;
}

.footer .cta-content .subscribe-form .form-control::placeholder {
  color: #fff;
  opacity: 0.3;
}

.footer .cta-content .subscribe-form .form-icon {
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  opacity: 0.3;
  font-size: 20px;
}

.footer .cta-content .subscribe-form .form-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
}

.custom-form .form-control {
  height: 45px;
  padding: 0.375rem 1.1rem;
  font-size: 14px;
  border-width: 2px;
}

.custom-form .form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom-form textarea.form-control {
  height: auto;
}

.form-control {
  background-color: #fafafa;
  border-color: #e2e7f1;
}

.form-control:focus {
  border-color: #ced4da;
}

.form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.hero-agency {
  background-image: url("../images/agency/hero-bg.png");
  background-size: cover;
  width: 100%;
  padding: 200px 0 40px;
}

.hero-agency .hero-title-badge {
  display: inline-block;
  background-color: #f8f9fa;
  border: 1px solid #eceff2;
  padding: 2px 15px;
  color: #6c757d;
  border-radius: 3px;
}

.hero-agency .hero-title {
  font-size: 60px;
  color: #343a40;
  line-height: 1.25;
}

.about-icon {
  position: relative;
  display: inline-block;
  z-index: 0;
}

.about-icon::after {
  content: "";
  position: absolute;
  left: -16px;
  top: -36px;
  border-radius: 30% 70% 70% 30% / 50% 50% 50% 50%;
  height: 100px;
  width: 100px;
  background: -webkit-gradient(
    linear,
    left bottom,
    right top,
    from(transparent),
    to(#1ce1ac)
  );
  background: linear-gradient(to top right, transparent 0%, #1ce1ac 100%);
  opacity: 0.15;
  z-index: -1;
}

.busi-container-filter li {
  list-style: none;
  display: inline-block;
}

.busi-container-filter li a {
  display: block;
  font-size: 16px;
  color: #6c757d;
  background-color: #f8f9fa;
  padding: 0px 15px;
  margin: 5px 3px;
  cursor: pointer;
  line-height: 34px;
  border-radius: 3px;
}

.filter-box {
  display: none;
}

.filter-box.show {
  display: block;
}

.filter-box .item-box {
  position: relative;
}

.filter-box .item-box .item-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  cursor: pointer;
}

.tab-active:hover {
  background-color: #eff1f5;
}

.tab-active.active {
  background-color: #1ce1ac;
  color: #fff;
  -webkit-box-shadow: 0px 8px 12px 0px rgba(28, 225, 172, 0.25);
  box-shadow: 0px 8px 12px 0px rgba(28, 225, 172, 0.25);
}

#mkLightboxContainer #prevContainer,
#mkLightboxContainer #nextContainer {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
}

.testi-bg {
  background-color: rgba(255, 194, 18, 0.25);
}

.testi-bg .testi-row {
  overflow: hidden;
}

.testi-bg .testi-row .clients-slider {
  padding: 20px 0 50px;
}

.testi-bg .testi-row .clients-slider .swiper-wrapper .swiper-slide {
  padding: 0 6px;
}

.testi-bg .testi-row .clients-slider .swiper-pagination {
  bottom: 0;
}

.testi-bg
  .testi-row
  .clients-slider
  .swiper-pagination
  .swiper-pagination-bullet {
  background-color: #343a40;
  opacity: 0.3;
}

.testi-bg
  .testi-row
  .clients-slider
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.counter-content .counter_value {
  font-size: 40px;
}

.team-bg {
  background-color: #f2f4f6;
}

@media (max-width: 991.98px) {
  .hero-agency {
    padding: 100px 0 0px;
  }
}

@media (max-width: 768px) {
  .hero-agency .hero-title {
    font-size: 48px !important;
  }
}

.hero-2 {
  position: relative;
  overflow: hidden;
  padding: 210px 0 160px;
  background-image: url("../images/heros/hero-2-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
}

.hero-3 {
  position: relative;
  padding: 170px 0 130px;
  background-image: url("../images/heros/hero-3-bg.png");
  width: 100%;
  background-color: #162938;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-3 .hero-title {
  font-size: 3.3rem;
}

.hero-3 .hero-3-img img {
  width: 100%;
  border-radius: 48% 52% 66% 34% / 62% 60% 40% 38%;
  border: 10px solid rgba(255, 255, 255, 0.05);
}

.hero-4 {
  position: relative;
  overflow: hidden;
  padding: 200px 0 0px;
}

.hero-4 .hero-title {
  position: relative;
  padding: 10px 0;
  text-shadow: 1px 3px 4px rgba(11, 89, 68, 0.2);
}

.hero-4 .hero-title::before {
  content: "";
  background-image: url("../images/brush-shape.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  background-position: center;
  top: 0px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  -webkit-transform: scaleX(2);
  transform: scaleX(2);
  opacity: 0.2;
}

.hero-5 {
  position: relative;
  padding: 140px 0 140px;
  background-image: 
    url(../images/home-banner.webp);
 
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
}

.hero-6 {
  position: relative;
  padding: 240px 0 200px;
  background-image: url("../images/heros/hero-6-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
}

.play-btn .play-icon {
  color: #fff;
}

.play-btn:before {
  content: "";
  position: absolute;
  width: 180%;
  height: 180%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  background-color: #1ce1ac;
  top: -40%;
  left: -40%;
  z-index: -1;
}

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    -webkit-box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75),
      0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75),
      0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    -webkit-box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75),
      0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75),
      0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media (max-width: 991.98px) {
  .hero-2 {
    padding: 100px 0 50px;
  }
  .hero-3 {
    padding: 120px 0 80px;
  }
  .hero-4 {
    padding: 120px 0 0px;
  }
  .hero-5 {
    padding: 110px 0 70px;
  }
  .hero-6 {
    padding: 130px 0 90px;
  }
}
/*# sourceMappingURL=style.css.map */

h2.title.new {
  font-weight: 700;
  font-size: 52px;
  margin-top: 18px;
  line-height: 1.3;
  font-family: "Space Grotesk";
}
h6.subtitle {
  font-size: 16px;
  font-weight: 400;
  font-family: monospace;
  color: black;
}

/* Multi Steps CSS */

.Multi-Step-Sec {
  padding: 4em 0;
  background-color: white;
  width: 100%;
}

#Multi_stepform {
  border: 1px solid silver;
  background-color: white;
  backdrop-filter: blur(5px);
  width: 100%;
  margin: 0px auto;
  padding: 40px;
  /* box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
    rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset; */
  border-radius: 0px;
}

@media (max-width: 786px) {
  #Multi_stepform {
    width: 100%;
  }
}

#Multi_stepform hr {
  color: #991c20;
  height: 1px;
  opacity: 1;
}

.step-form-head1 {
  color: black;
  color: black;
  font-size: 24px;
  font-family: monospace;
  font-weight: 600;
}

#Multi_stepform .tab input {
  padding: 10px 20px;
  font-size: 16px;

  font-family: "Cerebri Sans,sans-serif";
  border: 1px solid black;
  background: transparent;
  border-radius: 0px;
}

#Multi_stepform .tab input:hover {
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid gray;
}

#Multi_stepform .tab input:focus {
  background: rgba(0, 0, 0, 0.08);
  border: 1px solid gray;
  box-shadow: none;
}

#Multi_stepform .tab {
  display: none;
}

#Multi_stepform button {
  background-color: #991c20;
  color: white;
  border: 0px solid white;
  padding: 10px;
  font-size: 16px;
  font-family: "Space Grotesk";
  cursor: pointer;
  font-weight: 400;
  width: 100%;
  border-radius: 0px;
}

#Multi_stepform button:hover {
  opacity: 0.8;
}

#Multi_stepform #prevBtn {
  background-color: #bbbbbb;
}

#Multi_stepform .step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

#Multi_stepform .step.active {
  opacity: 1;
}

#Multi_stepform .step.finish {
  background-color: #4caf50;
}

#Multi_stepform .all-steps {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

#Multi_stepform .thanks-message {
  display: none;
}

#Multi_stepform .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#Multi_stepform .input-group {
  position: relative;
}

#Multi_stepform .input {
  border: solid 1.5px #9e9e9e;
  border-radius: 5px;
  background: none;
  padding: 0.5em;
  width: 100%;
  font-size: 1em;
  color: black;
  transition: border 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

#Multi_stepform .input:focus,
#Multi_stepform .input:valid {
  outline: none;
  border: 1.5px solid #2596be;
}

#Multi_stepform .input:focus ~ label,
#Multi_stepform .input:valid ~ label {
  transform: translateY(-50%) scale(0.8);
  background-color: white;
  padding: 0 0.2em;
  color: #2596be;
}

#select-of-multi-step-form {
  font-family: "Cerebri Sans,sans-serif";
  color: black;
  border: 1px solid silver;
  border-radius: 50px;
  background: transparent;
  padding: 10px 20px;
}

#select-of-multi-step-form option {
  color: black;
}

#Multi_stepform .input[type="date"]::before {
  content: attr(data-placeholder);
  width: 100%;
}

#Multi_stepform .input[type="date"]:focus::before,
#Multi_stepform .input[type="date"]:valid::before {
  display: none;
}

/* Listing Card CSS */

/* How It Works CSS */
.heading-how-it-works {
  color: #032870;
  font-weight: 400;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: -1px;
  position: relative;
  padding-top: 1em;
  text-align: center;
}

.heading-how-it-works::before {
  position: absolute;
  content: "";
  width: 95px;
  height: 2px;
  background-color: #f5631b;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.heading-how-it-works-sec2 {
  font-size: 20px;
  line-height: 30px;
  color: #032870;
  max-width: 220px;
  display: inline-block;
  text-align: center;
}

.how-it-works-sec2-para {
  font-size: 14px;
  line-height: 25px;
  color: #4b5f85;
  text-align: center;
}

/* TEST CSS */
.card-test {
  background-color: white;
  border-radius: 10px;
  border: 2px solid rgba(192, 192, 192, 0.3);
}

.img-bg-card-of-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
}

.img-card-of-list {
  width: 100%;
}

@media (max-width: 767.98px) {
  .border-sm-start-none {
    border-left: none !important;
  }
}

.row-of-card {
  background-color: #ebebeb;
}

.row-of-card .card-body {
  background-color: #ebebeb;
}

.row-of-card .card-body .col2-of-card {
  background-color: white;
}

#h4-heading {
  font-family: "Space Grotesk" !important;
  color: black !important;
  font-weight: 600 !important;
  position: relative;
  font-size: 52px !important;
}

#h2-heading {
  font-family: sans-serif;
  color: #223064;
  font-weight: 600;
  position: relative;
  padding-bottom: 0.3em;
}

#h2-heading::after {
  content: "";
  position: absolute;
  border-top: 2px solid #da222c;
  width: 20%;
  top: 100%;
  left: -3.2%;
}

.list-para {
  font-size: 20px;
  line-height: 24px;
  font-family: "Cerebri Sans,sans-serif";
  color: #991c20;
  font-weight: 600;
  position: relative;
}

.fa-star {
  font-size: 22px !important;
}
@media (max-width: 767.98px) {
  .border-sm-start-none {
    border-left: none !important;
  }
}

#h4-heading {
  font-family: sans-serif;
  color: #223064;
  font-weight: 400;
  position: relative;
}

.list-para {
  font-size: 16px;
  line-height: 23px;
  color: black;
  font-weight: 400;
  position: relative;
  margin-bottom: 12px;
}

.details-para {
  font-family: "Cerebri Sans,sans-serif";
  font-size: 18px;
  line-height: 25px;
  color: black;
  font-weight: 400;
  /* /* margin-top: 25px; */
}

.fa-circle-check {
  font-size: 18px;
}

/* #h4-heading::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  background-color: #f5631b;
  top: -40%;
  left: 48px;
  transform: translate(-50%, 0);
} */

p.text-center.p-0.m-0.step-form-para {
  color: black;
  font-size: 18px;
  font-weight: 500;
  font-family: inherit;
}
div#ui-datepicker-div.ui-datepicker.ui-widget {
    background: #f2f2f2 none repeat scroll 0 0;
    display: none;}

h1.mb-4.display-5.fw-semibold {
  font-size: 54px;
  font-weight: 600;
  font-family: "Space Grotesk";
  letter-spacing: 0.2rem;
  color: black;
}

hr {
  margin: 0rem 0;
  color: inherit;
  background-color: white;
  width: 100%;
  border: 0;
  opacity: 1.25;
}

.col-sm-6.col-md-4.new {
  text-align: center;
}
a.newdsn {
  color: black;
  font-size: 16px;
  font-family: "Cerebri Sans,sans-serif";
  font-weight: 400;
}
#testimonials {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.testimonial-heading {
  letter-spacing: 1px;
  margin: 30px 0px;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.testimonial-heading span {
  font-size: 1.9rem;
  color: #252525;
  /* margin-bottom: 10px; */
  letter-spacing: 2px;
  text-transform: uppercase;
}
.testimonial-box-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.testimonial-box {
  width: 500px;
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 20px;
  margin: 15px;
  cursor: pointer;
}
.profile-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.profile {
  display: flex;
  align-items: center;
}
.name-user {
  display: flex;
  flex-direction: column;
}
.name-user strong {
  color: #3d3d3d;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
}
.name-user span {
  color: #979797;
  font-size: 0.8rem;
}
.reviews {
  color: #f9d71c;
}
.box-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.client-comment p {
  font-size: 0.9rem;
  color: #4b4b4b;
}
.testimonial-box:hover {
  transform: translateY(-10px);
  transition: all ease 0.3s;
}

.card-test-heading-bg {
  background: #991c20;
  color: white;
}

.card-test-heading-bg h4#h4-heading\ dea {
  color: white;
  font-size: 18px;
}

.check-of-card-test {
  color: #991c20;
  font-size: 24px;
}
.new-list-para {
  font-size: 20px;
}

#callus-btn.asd {
  width: 8em;
  color: white;
  background-color: #991c20;
  border-radius: 0% ;
}

@media (max-width: 1060px) {
  .testimonial-box {
    width: 45%;
    padding: 10px;
  }
}
@media (max-width: 790px) {
  .testimonial-box {
    width: 100%;
  }
  .testimonial-heading h1 {
    font-size: 1.4rem;
  }
}
@media (max-width: 340px) {
  .box-top {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .reviews {
    margin-top: 10px;
  }
}
::selection {
  color: #ffffff;
  background-color: #252525;
}
h4.title.new {
  font-weight: 700;
  font-size: 52px;
  margin-top: 18px;
  line-height: 1.3;
  font-family: "Space Grotesk";
}
.row-of-footer-links .links-of-footer {
  color: #000;
  font-size: 20px;
  display: flex;
  align-items: center;
}

.row-of-footer-links .links-of-footer .circle-of-foter {
  color: #000;
  font-size: 10px;
}

.heading-of-footer {
  position: relative;
  padding-bottom: 0.3em;
  font-weight: 700;
  font-size: 52px;
  margin-top: 18px;
  line-height: 1.3;
  font-family: "Space Grotesk";
}

.heading-of-footer::after {
  position: absolute;
  content: '';
  width: 30%;
  border-bottom: 2px solid #0000003b;
  bottom: 0%;
  left: 0%;
}
button.butn2 {
    
    padding: 10px 20px 10px 20px;
    font-size: 20px;
    font-family: 'Space Grotesk';
}
.banner-area {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


  #heading2-banner2 {
    color: white;
    font-weight: 500;
    line-height: 50px;
    font-size: 42px;
    font-family: 'Space Grotesk';
    position: relative;
}


#para-banner2 {
  color: white;
  font-size: 18px;
  line-height: 29px;
  margin-top: 15px;
  max-width: 525px;
  font-family: sans-serif;
  display: inline-block;
}

#heading2-banner2::before {
  position: absolute;
  content: "";
  width: 95px;
  height: 2px;
  background-color: #f5631b;
  top: -50%;
  left: 50%;
  transform: translate(-50%, 0);
}
.banner-form {
    padding: 40px 20px 40px 20px;
    
    background: rgba(255, 255, 255, 0.6);
}
button.sdg {
    padding: 5px 15px 5px 15px;
    background: #991c20;
    color: white;
    width: 100%;
    border-radius: 5px;
    margin-top: 15px;
    font-weight: 600;
    border:0px;
    letter-spacing: 0.1rem;
    font-size: 20px;
    font-family: 'Space Grotesk';
}
section.banner-area.py-5 {
    padding-top: 8rem!important;
    padding-bottom: 8rem!important;
}