@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz@9..40&family=Roboto:ital,wght@0,100..900;1,100..900&family=Space+Grotesk:wght@300..700&display=swap");
* {
  padding: 0;
  margin: 0;
  outline: none !important;
  font-family: "Space Grotesk", sans-serif;
}

img {
  color: transparent !important;
}

.st, .member-card, .card-service-flex, .bttn-link2 .bi-arrow-right-short::before, .bttn-link1 .bi-arrow-right-short::before, .bttn {
  transition: all 0.2s linear 0s !important;
  -webkit-transition: all 0.2s linear 0s !important;
  -moz-transition: all 0.2s linear 0s !important;
  -ms-transition: all 0.2s linear 0s !important;
  -o-transition: all 0.2s linear 0s !important;
}

section {
  position: relative;
}

.common-sect {
  padding: 100px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .common-sect {
    padding: 60px 0 0;
  }
}

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

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

.fw-500 {
  font-weight: 500 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

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

.border-radius8 {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.margin-auto {
  margin: auto !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.opacity0 {
  opacity: 0 !important;
}

.border0 {
  border: 0 !important;
}

body {
  overflow-x: hidden;
  font-family: "Space Grotesk", sans-serif;
  color: #000000;
  padding: 0;
  margin: 0;
}

::-moz-selection {
  color: #FFFFFF;
  background: #000000;
}

::selection {
  color: #FFFFFF;
  background: #000000;
}

.bg-transparent {
  background-color: transparent !important;
}

/*// TYPOGRAPHY //*/
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  line-height: 1.3em;
}

.list-inline,
p {
  padding: 0;
  margin: 0;
  line-height: 1.4em;
  color: #000000;
}

@media screen and (max-width: 768px) {
  .order-mobile-1 {
    order: -1 !important;
  }
  .about-card .right-wrap .proposal-img {
    display: none;
  }
  .xs-text-center {
    text-align: center;
  }
  .hide-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .order-tab-1 {
    order: -1 !important;
  }
  .about-card .right-wrap .proposal-img {
    display: none;
  }
  .hide-tab {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .lg-text-right {
    text-align: right;
  }
}
h1, .h1 {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
}
@media screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 36px;
  }
}

h2, .h2 {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  h2, .h2 {
    font-size: 32px;
  }
}

h3, .h3 {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  h3, .h3 {
    font-size: 24px;
  }
}

h4, .h4 {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  h4, .h4 {
    font-size: 18px;
  }
}

p {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 16px;
  }
}

.section-tag {
  background: #B9FF66;
  color: #191A23;
  padding: 0 7px;
  border-radius: 7px;
  font-weight: 500;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

.bg-brand-black {
  background-color: #191A23 !important;
}

.bg-brand-accent {
  background-color: #B9FF66 !important;
}

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

.bg-brand-gray-100 {
  background-color: #F8F9FA !important;
}

.bg-brand-gray-200 {
  background-color: #E9ECEF !important;
}

.bg-brand-gray-600 {
  background-color: #6C757D !important;
}

.bg-brand-gray-800 {
  background-color: #343A40 !important;
}

.c-brand-black {
  color: #191A23 !important;
}

.c-brand-accent {
  color: #B9FF66 !important;
}

.c-brand-light {
  color: #F3F3F3 !important;
}

.c-brand-gray-100 {
  color: #F8F9FA !important;
}

.c-brand-gray-200 {
  color: #E9ECEF !important;
}

.c-brand-gray-600 {
  color: #6C757D !important;
}

.c-brand-gray-800 {
  color: #343A40 !important;
}

a {
  text-decoration: none;
}

.bttn {
  display: inline-block;
  padding: 20px 16px;
  border-radius: 14px;
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  border: 1px solid transparent;
}
@media screen and (min-width: 768px) {
  .bttn {
    min-width: 269px;
  }
}
@media screen and (max-width: 767px) {
  .bttn {
    font-size: 18px;
    padding: 16px 16px;
    width: 100%;
  }
}

.bttn-white {
  background: #FFFFFF;
  color: #000000;
  border: 1px solid #000000;
}
.bttn-white:hover {
  background: #191A23;
  color: #FFFFFF;
}

.bttn-black {
  background: #191A23;
  color: #FFFFFF;
  border: 1px solid #191A23;
}
.bttn-black:hover {
  background: #B9FF66;
  color: #191A23;
}

.bttn-green {
  background: #B9FF66;
  color: #191A23;
  border: 1px solid #B9FF66;
}
.bttn-green:hover {
  background: #191A23;
  color: #FFFFFF;
}

.bttn-link1 {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  background: transparent;
  border: 0;
  vertical-align: middle;
  display: inline-block;
  white-space: nowrap;
}
.bttn-link1:hover .bi-arrow-right-short::before {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}
.bttn-link1 span {
  vertical-align: middle;
}
.bttn-link1 .bi-arrow-right-short::before {
  content: "\f135";
  transform: rotate(-45deg);
  vertical-align: top;
}
.bttn-link1 .btn-icon {
  width: 41px;
  height: 41px;
  background: #191A23;
  display: inline-block;
  color: #B9FF66;
  border-radius: 100px;
  margin-right: 15px;
}
.bttn-link1 .btn-icon i {
  font-size: 40px;
}

.bttn-link2 {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #B9FF66;
  background: transparent;
  border: 0;
  display: inline-block;
  white-space: nowrap;
}
.bttn-link2:hover .bi-arrow-right-short::before {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}
.bttn-link2 span {
  vertical-align: text-bottom;
}
.bttn-link2 .bi-arrow-right-short::before {
  content: "\f135";
  transform: rotate(-45deg);
  vertical-align: top;
}
.bttn-link2 .btn-icon i {
  font-size: 40px;
}

.form-check {
  padding-left: 0;
  margin-right: 30px;
  cursor: pointer;
}
.form-check .form-check-input {
  display: none;
}
.form-check .form-check-input:checked ~ .radiobutton-img-a {
  opacity: 1;
}
.form-check .form-check-label {
  position: relative;
  cursor: pointer;
}
.form-check .form-check-label .radiobutton-img {
  margin-right: 6px;
}
.form-check .form-check-label .radiobutton-img-a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
}

.form-group .error {
  color: red !important;
}

.burger {
  display: block;
  width: 28px;
  height: 28px;
  margin-top: 0;
  background: transparent;
  border: 0;
  float: right;
  top: 16px;
  right: 16px;
  z-index: 9;
  position: absolute;
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .burger {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .burger {
    display: block;
  }
}
.burger span {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000000;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}
.burger span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  top: 18px;
  width: 100%;
  height: 2px;
  background-color: #000000;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}
.burger span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 100%;
  height: 2px;
  background-color: #000000;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}

.burger[aria-expanded=true] span {
  background-color: transparent;
}
.burger[aria-expanded=true] span:before {
  transform: rotate(45deg) translate(-1px, 0px);
}
.burger[aria-expanded=true] span:after {
  transform: rotate(-45deg) translate(6px, -7px);
}

.logoMarqueeSection .marquee-wrapper {
  display: inline-block;
  white-space: nowrap;
}
.logoMarqueeSection .marquee {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  transform: translate3d(0%, 0, 0);
  animation-name: marquee;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.logoMarqueeSection .marquee a {
  display: inline-block;
  white-space: nowrap;
  padding-right: 4rem;
}
.logoMarqueeSection .marquee a img {
  filter: grayscale(100%);
  transition: filter 0.5s ease-in-out;
  -webkit-filter: grayscale(100%);
  -webkit-transition: filter 0.1s ease-in-out;
  -moz-transition: filter 0.5s ease-in-out;
  -ms-transition: filter 0.5s ease-in-out;
  -o-transition: filter 0.5s ease-in-out;
}
.logoMarqueeSection .marquee a img:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}
.logoMarqueeSection .marquee-wrapper:hover .marquee {
  animation-play-state: paused !important;
}
@keyframes marquee {
  0% {
    transform: translate3d(0%, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

.member-card .member-card-head i.bi {
  font-size: 64px;
  height: 76px;
  display: block;
  color: #000000;
}

.common-navbar {
  padding: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 499;
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .common-navbar {
    padding: 8px 0;
  }
}
.common-navbar .collapse.navbar-collapse {
  justify-content: flex-end;
}
.common-navbar .navbar-brand .logo-head {
  max-width: 180px;
}
@media screen and (max-width: 767px) {
  .common-navbar .top-navbar {
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .common-navbar .top-navbar {
    margin-top: 16px;
  }
}
.common-navbar .navbar-nav .bttn-white {
  font-size: 16px;
  white-space: nowrap;
  min-width: 100px;
}
@media screen and (min-width: 1200px) {
  .common-navbar .navbar-nav .bttn-white {
    min-width: 269px;
    font-size: 20px;
  }
}
.common-navbar .navbar-nav .nav-link {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400;
  color: #000000;
  margin-right: 28px;
  white-space: nowrap;
  font-size: 18px;
  border-bottom: 2px solid transparent;
}
.common-navbar .navbar-nav .nav-link:hover, .common-navbar .navbar-nav .nav-link.active {
  border-bottom: 2px solid #000000;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .common-navbar .navbar-nav .nav-link {
    margin-right: 0;
    padding: 8px 16px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .common-navbar .navbar-nav .nav-link {
    margin-right: 0;
    padding: 8px 16px;
    margin-bottom: 10px;
  }
}

.fixed-common-header .common-navbar {
  background: #F3F3F3;
  padding: 6px 0;
}
@media screen and (max-width: 767px) {
  .fixed-common-header .common-navbar .navbar-brand .logo-head {
    max-width: 160px;
  }
}
.fixed-common-header .common-navbar .navbar-nav .bttn-white {
  padding: 8px 16px;
}

.sect-hero {
  margin-top: 60px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .sect-hero .hero-img {
    max-width: 400px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .sect-hero .hero-img {
    max-width: 280px;
    margin: auto;
  }
}
.sect-hero .left-wrap {
  max-width: 531px;
}
.sect-hero .left-wrap h1 {
  margin-bottom: 35px;
}
.sect-hero .left-wrap h4 {
  margin-bottom: 35px;
}

.heading-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  gap: 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .heading-row {
    flex-direction: column;
    margin-bottom: 60px;
  }
}
.heading-row .section-tag {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .heading-row .section-tag {
    font-size: 28px;
  }
}
.card-service-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  padding: 50px 30px;
  background: #F3F3F3;
  border: 1px solid #191A23;
  box-shadow: 0px 5px 0px #191A23;
  border-radius: 45px;
  height: calc(100% - 30px);
}
@media screen and (max-width: 767px) {
  .card-service-flex {
    padding: 50px 30px;
    flex-direction: column-reverse;
  }
}
.card-service-flex .left-wrap {
  min-width: 260px;
}
@media screen and (max-width: 767px) {
  .card-service-flex .left-wrap {
    width: 100%;
  }
}
.card-service-flex .right-wrap {
  width: 160px;
}
.card-service-flex .top-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  align-content: stretch;
  min-height: 210px;
}
@media screen and (max-width: 767px) {
  .card-service-flex .top-wrap {
    min-height: inherit;
    margin-top: 30px;
  }
}
.card-service-flex .top-wrap h3 {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .card-service-flex .top-wrap h3 {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
.card-service-flex .top-wrap .section-tag {
  margin-bottom: 0;
  white-space: nowrap;
}
.card-service-flex.card-service-flex1 {
  background-color: #F3F3F3;
}
.card-service-flex.card-service-flex2, .card-service-flex.card-service-flex5 {
  background-color: #B9FF66;
}
.card-service-flex.card-service-flex2 .section-tag, .card-service-flex.card-service-flex5 .section-tag {
  background-color: #FFFFFF;
}
.card-service-flex.card-service-flex3, .card-service-flex.card-service-flex6 {
  background-color: #191A23;
}
.card-service-flex.card-service-flex3 .section-tag, .card-service-flex.card-service-flex6 .section-tag {
  background-color: #FFFFFF;
}
.card-service-flex.card-service-flex3 .bttn-link1, .card-service-flex.card-service-flex6 .bttn-link1 {
  color: #FFFFFF;
}
.card-service-flex.card-service-flex3 .bttn-link1 .btn-icon, .card-service-flex.card-service-flex6 .bttn-link1 .btn-icon {
  background: #FFFFFF;
  color: #000000;
}

.about-card {
  background: #F3F3F3;
  border-radius: 45px;
  padding: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about-card {
    padding: 40px;
  }
}
.about-card h3,
.about-card p {
  margin-bottom: 26px;
}
.about-card .left-wrap {
  max-width: 500px;
}
.about-card .right-wrap .proposal-img {
  position: absolute;
  top: -30px;
  right: 0px;
  transition: 0.2s;
  z-index: 9;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.case-card-wrap {
  background: #191A23;
  border-radius: 45px;
  padding: 60px 20px;
}
.case-card-wrap .no-span {
  font-size: 38px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .case-card-wrap .no-span {
    font-size: 28px;
  }
}
.case-card-wrap .h3,
.case-card-wrap h3 {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .case-card-wrap .h3,
  .case-card-wrap h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .case-card-wrap {
    padding: 30px;
  }
}
.case-card-wrap p {
  color: #FFFFFF;
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .case-card-wrap p {
    min-height: 117px;
  }
}
@media screen and (max-width: 767px) {
  .case-card-wrap p {
    margin-bottom: 16px;
  }
}
.case-card-wrap .cases-card {
  max-width: 286px;
  margin: auto;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .case-card-wrap .cases-card {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .case-card-wrap .cases-card {
    max-width: 100%;
  }
}
.case-card-wrap .cases-card-middle {
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .case-card-wrap .cases-card-middle {
    padding: 30px 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .case-card-wrap .cases-card-middle {
    padding: 30px 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.case-card-wrap .cases-card-middle::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 0;
  bottom: 0;
  border-left: 1px solid #FFFFFF;
}
@media screen and (min-width: 1200px) {
  .case-card-wrap .cases-card-middle::before {
    left: -60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .case-card-wrap .cases-card-middle::before {
    content: "";
    position: absolute;
    bottom: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: auto;
    border-top: 1px solid #FFFFFF;
  }
}
@media screen and (max-width: 767px) {
  .case-card-wrap .cases-card-middle::before {
    content: "";
    position: absolute;
    bottom: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: auto;
    border-top: 1px solid #FFFFFF;
  }
}
.case-card-wrap .cases-card-middle::after {
  content: "";
  position: absolute;
  right: -11px;
  top: 0;
  bottom: 0;
  border-left: 1px solid #FFFFFF;
}
@media screen and (min-width: 1200px) {
  .case-card-wrap .cases-card-middle::after {
    right: -54px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .case-card-wrap .cases-card-middle::after {
    content: "";
    position: absolute;
    left: 0;
    top: auto;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #FFFFFF;
  }
}
@media screen and (max-width: 767px) {
  .case-card-wrap .cases-card-middle::after {
    content: "";
    position: absolute;
    left: 0;
    top: auto;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #FFFFFF;
  }
}

.common-accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.common-accordion .accordion-item {
  background: #F3F3F3;
  border: 1px solid #191A23;
  box-shadow: 0px 5px 0px #191A23;
  border-radius: 45px;
  margin-bottom: 30px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  overflow: hidden;
  position: relative;
}
.common-accordion .accordion-item .accordion-button {
  padding: 40px 60px;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .common-accordion .accordion-item .accordion-button {
    padding: 30px 30px;
  }
}
.common-accordion .accordion-header,
.common-accordion .accordion-collapse {
  position: relative;
  z-index: 7;
}
.common-accordion .icon-acc {
  display: none;
}
.common-accordion .accordion-button {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  color: #000000;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .common-accordion .accordion-button {
    font-size: 20px;
  }
}
.common-accordion .active-bg-c {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #B9FF66;
  z-index: 5;
}
.common-accordion .accordion-body {
  padding: 0 60px 40px 60px;
}
@media screen and (max-width: 767px) {
  .common-accordion .accordion-body {
    padding: 0 30px 30px 30px;
  }
}
.common-accordion .accordion-body .accordion-body-inner {
  padding-top: 26px;
  border-top: 1px solid #000000;
}

.member-card {
  background: #FFFFFF;
  border: 1px solid #191A23;
  box-shadow: 0px 5px 0px #191A23;
  border-radius: 45px;
  padding: 40px 35px;
  height: calc(100% - 30px);
}
.member-card .morecontent span {
  display: none;
}
.member-card .morelink {
  display: block;
  margin-top: 20px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .member-card {
    padding: 30px;
    height: inherit;
    margin-bottom: 30px;
  }
}
.member-card .member-card-head {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  align-content: stretch;
  gap: 20px;
  border-bottom: 1px solid #000000;
  margin-bottom: 28px;
  position: relative;
  padding-bottom: 28px;
}
.member-card .member-card-head .right-wrap p {
  font-size: 14px;
}
.member-card .member-card-head .bttn-linkedin {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  color: #000000;
}

.testimonials-owl-wrap {
  background: #191A23;
  border-radius: 45px;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .testimonials-owl-wrap {
    padding: 30px 0 60px;
  }
}

.card-testi {
  margin: 0 25px;
}
@media screen and (min-width: 1200px) {
  .card-testi {
    min-width: 606px;
  }
}
.card-testi .card-testi-inner {
  border-radius: 45px;
  border: 1px solid #B9FF66;
  padding: 48px 52px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .card-testi .card-testi-inner {
    padding: 30px;
  }
}
.card-testi .card-testi-inner p {
  color: #FFFFFF;
}
.card-testi .card-testi-inner:after,
.card-testi .card-testi-inner:before {
  top: 100%;
  left: 70px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.card-testi .card-testi-inner:after {
  border-color: rgba(33, 36, 29, 0);
  border-top-color: #21241D;
  border-width: 20px;
  margin-left: -20px;
}
.card-testi .card-testi-inner:before {
  border-color: rgba(185, 255, 102, 0);
  border-top-color: #B9FF66;
  border-width: 21px;
  margin-left: -21px;
}
.card-testi .auth-para {
  color: #FFFFFF;
  margin-top: 40px;
  margin-left: 70px;
}
.card-testi .auth-para span {
  color: #B9FF66;
}

.comman-carousel.owl-theme .owl-stage-outer {
  margin-bottom: 60px;
}
.comman-carousel.owl-theme .owl-dots .owl-dot {
  margin: 0 5px;
}
.comman-carousel.owl-theme .owl-dots .owl-dot span {
  opacity: 0;
}
.comman-carousel.owl-theme .owl-dots .owl-dot.active svg path {
  fill: #B9FF66;
}
.comman-carousel.owl-theme .owl-dots .owl-dot svg {
  pointer-events: none;
}
.comman-carousel.owl-theme .owl-nav {
  position: relative;
}
.comman-carousel.owl-theme .owl-nav button {
  background: transparent !important;
  color: #FFFFFF;
  font-size: 38px;
  margin: 0;
}
.comman-carousel.owl-theme .owl-nav button:hover {
  color: #B9FF66;
}
.comman-carousel.owl-theme .owl-prev {
  position: absolute;
  left: 30%;
  top: 5px;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .comman-carousel.owl-theme .owl-prev {
    left: 10%;
  }
}
.comman-carousel.owl-theme .owl-next {
  position: absolute;
  left: 70%;
  top: 5px;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .comman-carousel.owl-theme .owl-next {
    left: 90%;
  }
}

.contact-wrap {
  background: #F3F3F3;
  border-radius: 45px;
  padding: 60px 0 60px 60px;
}
@media screen and (max-width: 767px) {
  .contact-wrap {
    padding: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .contact-wrap {
    padding: 30px;
  }
}
.contact-wrap .contact-img {
  max-width: 100%;
  max-height: 560px;
}
@media screen and (max-width: 767px) {
  .contact-wrap .contact-img {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .contact-wrap .contact-img {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .contact-wrap .left-wrap {
    max-width: 556px;
    margin-left: 40px;
  }
}

.form-group {
  margin-bottom: 25px;
}
.form-group .form-label {
  font-size: 16px;
}
.form-group .form-control {
  min-height: 60px;
  border-radius: 16px;
  border: 1px solid #000000;
  padding: 18px 30px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.footer-wrap {
  padding: 55px 60px 50px;
  background: #191A23;
  border-radius: 45px 45px 0px 0px;
}
.footer-wrap .footer-logo img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  .footer-wrap {
    padding: 45px 30px;
  }
  .footer-wrap .footer-logo {
    margin-bottom: 16px;
    display: block;
  }
}
.footer-wrap .f-link {
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .footer-wrap .f-link {
    margin: 30px auto;
  }
}
@media screen and (max-width: 767px) {
  .footer-wrap .f-link {
    margin: 30px auto;
  }
}
.footer-wrap .f-link a {
  margin: 0 16px;
  color: #FFFFFF;
  text-decoration: underline;
}
.footer-wrap .f-link a:hover {
  color: #B9FF66;
}
.footer-wrap .bttn-sc {
  margin-left: 20px;
}
.footer-wrap .bttn-sc:hover {
  text-decoration: none;
}
.footer-wrap p {
  color: #FFFFFF;
}
.footer-wrap a {
  color: #FFFFFF;
}
.footer-wrap a:hover {
  text-decoration: underline;
  color: #B9FF66;
}
.footer-wrap .row1 {
  margin-bottom: 66px;
}
.footer-wrap .row2 p {
  margin-top: 20px;
}

.footer-form {
  padding: 40px 40px;
  background: #292A32;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .footer-form {
    margin-top: 26px;
  }
}
@media screen and (max-width: 767px) {
  .footer-form {
    margin-top: 26px;
    padding: 30px;
  }
}
.footer-form .form-group {
  margin: 16px 0;
}
.footer-form .form-control {
  background: #292A32;
  border: 1px solid #55565F;
  color: #FFFFFF;
}
.footer-form .form-control::-moz-placeholder {
  color: #FFFFFF;
}
.footer-form .form-control::placeholder {
  color: #FFFFFF;
}
.footer-form .bttn-green {
  color: #000000;
  min-width: 100px;
  width: 100%;
}
.footer-form .bttn-green:hover {
  text-decoration: none;
  color: #FFFFFF;
}
.footer-form .form-group {
  margin-bottom: 0;
}

.no-span {
  font-size: 60px;
  margin-right: 26px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .no-span {
    font-size: 28px;
  }
}

.form-control:focus {
  border-color: #000000;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #B9FF66;
}

.disk-ul {
  list-style: disc;
  margin-left: 16px;
}
.disk-ul li {
  list-style: disc;
  margin-left: 16px;
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
}

.cover-modal .modal-dialog-scrollable .modal-content {
  background: #F3F3F3;
  border: 1px solid #191A23;
  box-shadow: 0px 5px 0px #191A23;
  border-radius: 45px;
  padding: 8px 20px;
}
.cover-modal .modal-dialog-scrollable .modal-content .modal-header {
  border-bottom: 0;
  position: relative;
  padding-right: 40px;
}
.cover-modal .modal-dialog-scrollable .modal-content .modal-header .btn-close {
  position: absolute;
  top: 22px;
  right: 6px;
  z-index: 99;
}
.cover-modal.modal-c2 .modal-dialog-scrollable .modal-content, .cover-modal.modal-c5 .modal-dialog-scrollable .modal-content {
  background: #B9FF66;
}
.cover-modal.modal-c2 .modal-dialog-scrollable .modal-content h3,
.cover-modal.modal-c2 .modal-dialog-scrollable .modal-content p,
.cover-modal.modal-c2 .modal-dialog-scrollable .modal-content li, .cover-modal.modal-c5 .modal-dialog-scrollable .modal-content h3,
.cover-modal.modal-c5 .modal-dialog-scrollable .modal-content p,
.cover-modal.modal-c5 .modal-dialog-scrollable .modal-content li {
  color: #191A23;
}
.cover-modal.modal-c3 .modal-dialog-scrollable .modal-content, .cover-modal.modal-c6 .modal-dialog-scrollable .modal-content {
  background: #191A23;
}
.cover-modal.modal-c3 .modal-dialog-scrollable .modal-content h3,
.cover-modal.modal-c3 .modal-dialog-scrollable .modal-content p,
.cover-modal.modal-c3 .modal-dialog-scrollable .modal-content li, .cover-modal.modal-c6 .modal-dialog-scrollable .modal-content h3,
.cover-modal.modal-c6 .modal-dialog-scrollable .modal-content p,
.cover-modal.modal-c6 .modal-dialog-scrollable .modal-content li {
  color: #ffffff;
}
.cover-modal.modal-c3 .modal-dialog-scrollable .modal-content .btn-close, .cover-modal.modal-c6 .modal-dialog-scrollable .modal-content .btn-close {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}/*# sourceMappingURL=main.css.map */