:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion:no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

#wpadminbar {
  z-index: 99999999 !important;
}

body {
  margin: 0;
  font-family: 'outfitregular';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background: #fbfbfb;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6,
h5,
h4,
h3,
h2,
h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width:1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width:1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width:1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width:1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  font-size: 20px;
  line-height: 32px;
  font-family: 'outfitregular';
  font-weight: normal;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 25px;
  text-align: left;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #142928;
  text-decoration: underline;
}

a:hover {
  color: #142928;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr
    /* rtl:ignore */
  ;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a>code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.p-0 {
  padding: 0px;
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.secondary-bg {
  background-color: #eaeaea;
}

.secondary-green {
  background-color: #386636;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width:576px) {

  .container-sm,
  .container {
    max-width: 540px;
  }
}

@media (min-width:768px) {

  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}

@media (min-width:992px) {

  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}

@media (min-width:1200px) {

  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}

@media (min-width:1400px) {

  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width:576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width:768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width:992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width:1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width:1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/*tick list*/
ul.tick {
  list-style: none;
  padding-left: 0;
  margin-bottom: 15px;
  margin-top: 5px;
}

ul.tick li {
  position: relative;
  padding-left: 28px;
  font-family: 'outfitregular';
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
  text-align: left;
  padding-bottom: 12px;
}

ul.tick li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  box-shadow: 0px 4px 12px 0px #00000026;
  border: 4px solid #FFFFFF;
  background: #8BC0FB;
  padding: 5px;
  border-radius: 50px;
}

ul.disk {
  list-style: disc;
  padding-left: 40px;
  margin-bottom: 0;
  margin-top: 5px;
}

ul.disk li {
  position: relative;
  padding-left: 0px;
  font-family: 'outfitregular';
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
  text-align: left;
  padding-bottom: 12px;
}

/*btn*/
.btn-one {
  width: 190px;
  height: 66px;
  background: #FFFFFF;
  text-transform: capitalize;
  text-decoration: none;
  color: #142928;
  font-size: 22px;
  font-weight: 500;
  font-family: 'aeonikregular';
  line-height: 66px;
  letter-spacing: -0.01em;
  text-align: center;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none !important;
  transition: all .5s linear;
  overflow: hidden;
  z-index: 99;
}

.btn-one:before {
  position: absolute;
  content: "";
  background: #061D1B;
  width: 120%;
  height: 0;
  padding-bottom: 120%;
  top: -110%;
  left: -10%;
  border-radius: 50%;
  transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
  z-index: -1;
}

.btn-one:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #061D1B;
  transform: translate3d(0, -100%, 0);
  transition: transform .4s cubic-bezier(.1, 0, .3, 1);
  z-index: -1;
}

.btn-one:hover:before {
  transform: translateZ(0) scaleZ(1);
  transition: transform .4s cubic-bezier(.1, 0, .3, 1);
}

.btn-one:hover:after {
  transform: translateZ(0);
  transition-duration: .05s;
  transition-delay: .4s;
  transition-timing-function: linear;
}

.btn-one:hover {
  background: #061D1B;
  color: #fff;
}

.btn-two {
  width: 360px;
  height: 86px;
  background: #BAEAA0;
  text-transform: capitalize;
  text-decoration: none;
  border: 1.5px solid #BAEAA0;
  color: #142928;
  font-size: 22px;
  font-weight: 500;
  font-family: 'aeonikregular';
  line-height: 66px;
  letter-spacing: -0.01em;
  text-align: center;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none !important;
  transition: all .5s linear;
  overflow: hidden;
  z-index: 99;
}

.btn-two:before {
  position: absolute;
  content: "";
  background: #061D1B;
  width: 120%;
  height: 0;
  padding-bottom: 120%;
  top: -110%;
  left: -10%;
  border-radius: 50%;
  transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
  z-index: -1;
}

.btn-two .btntxt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 0 15px;
}

.btn-two .btntxt i {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: #fff;
  color: #000;
}

.btn-two:hover .btntxt i {
  background: #fff;
}

.btn-two:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #061D1B;
  transform: translate3d(0, -100%, 0);
  transition: transform .4s cubic-bezier(.1, 0, .3, 1);
  z-index: -1;
}

.btn-two:hover:before {
  transform: translateZ(0) scaleZ(1);
  transition: transform .4s cubic-bezier(.1, 0, .3, 1);
}

.btn-two:hover:after {
  transform: translateZ(0);
  transition-duration: .05s;
  transition-delay: .4s;
  transition-timing-function: linear;
}

.btn-two:hover {
  background: #061D1B;
  color: #fff;
}

.btn-two p {
  font-family: 'outfitmedium';
  font-size: 18px;
  font-weight: 500;
  line-height: 29.8px;
  letter-spacing: -0.02em;
  text-align: left;
  margin-bottom: 0;
}

.btn-two p span {
  display: block;
  font-family: 'outfitsemi_bold';
  font-size: 26px;
  font-weight: 600;
  line-height: 28.92px;
  text-align: left;
}

/*section-title*/
.section-title {
  position: relative;
  text-align: left;
}

.section-title h2 {
  font-family: 'Reckless Neue';
  font-size: 55px;
  font-weight: 400;
  line-height: 66px;
  text-align: left;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 45px;
}

.section-title h2 span {
  color: #6B8D0C;
}

.section-title .subtitle p,
.section-title .subtitle div:not(.line) {
  position: relative;
  font-family: 'outfitsemi_bold';
  font-size: 20px;
  font-weight: 600;
  color: #6B8D0C;
  line-height: 24px;
  text-align: left;
  text-transform: capitalize;
  padding-left: 12px;
  transition: .5s ease all;
  margin-bottom: 0px;
}

.subtitle {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.subtitle .line {
  background: #6B8D0C;
  width: 17px;
  height: 1.79px;
  transition: all .5s ease;
}

.flex-center {
  justify-content: center;
}

.subtitle p:hover,
.subtitle div:not(.line):hover {
  transition: all .5s ease;
}

.subtitle:hover .line {
  width: 22px;
}

section {
  padding: 140px 0;
  position: relative;
}

.green-bg {
  background: rgba(6, 29, 27, 1);
  position: relative;
}

.white-bg {
  background: #fff;
}

.green-bg .section-title h2 {
  color: #fff;
}

.green-bg .section-title .subtitle p,
.green-bg .section-title .subtitle div:not(.line) {
  color: rgba(186, 234, 160, 1);
}

.green-bg .section-title .subtitle .line {
  color: rgba(186, 234, 160, 1);
}

.white-bg .section-title h2 {
  color: #000000;
}

.white-bg .section-title .subtitle p,
.white-bg .section-title .subtitle div:not(.line) {
  color: #BAEAA0;
}

.white-bg .section-title .subtitle .line {
  color: #BAEAA0;
}

.section-title-center {
  width: 880px;
  text-align: center;
  margin: 0 auto;
}

.section-title-center p {
  text-align: center;
  padding-left: 0px;
}

.section-title-center h2 {
  text-align: center;
}

.section-title-center p::before {
  left: 50%;
  margin-left: -70px;
}

.section-title .text {
  position: relative;
  font-family: 'outfitregular';
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 28.92px;
  text-align: left;
}

.green-bg .dotTickTwo ul li .title {
  color: #fff;
}

.green-bg .dotTickTwo ul li p {
  color: #fff;
}

.white-bg .dotTickTwo ul li .title {
  color: #fff;
}

.white-bg .dotTickTwo ul li p {
  color: #fff;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

@media (max-width: 767px) {
  .alignright {
    display: block;
    float: none;
    margin-left: 0;
    width: 100%;
    margin: 20px 0 20px;
  }

}

@media screen and (max-height: 850px) {
  .section-contentt img.alignright {
    padding: 20px 0;
  }
}
.grecaptcha-badge{display:none!important}
/*=============================
    header
  ==============================*/
.headerWraper {
  position: fixed;
  left: 0;
  z-index: 9999999;
  margin: auto;
  top: 45px;
  width: 100%;
  background-color: transparent;
  border-radius: 0;
  transition: .5s ease all;
}

.headerWraper.fixed-header {
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 9999999;
  transition: .5s ease all;
  background: #142928;
}

.headerWraper .container-fluid {
  max-width: 100%;
  padding: 0 45px;
}

.header-upper {
  position: relative;
  background: #142928;
  border: 1.19px solid #FFFFFF1A;
  padding: 20px;
}

.headerWraper.fixed-header .header-upper {
  transition: .3s ease all;
  padding: 10px 20px;
  border: none;
}

.header-upper .header-box {
  width: 100%;
  position: relative;
  gap: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.header-upper .header-box .headerMenuu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.header-upper .header-box .logo-box {
  position: relative;
  padding-right: 35px;
}

.header-upper .header-box .logo-box::before {
  position: absolute;
  background: url(../images/logo-line.webp) no-repeat;
  height: 67.67px;
  width: 1px;
  content: "";
  right: 0;
  top: 10px;
}

.header-upper .header-box .logo-box .logo img {
  width: 200px;
  height: 100%;
}

.header-upper .phoneBox {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px
}
.header-upper .phnbox2 .header-search-btn{
    display: none;
}
.header-upper .phoneBox .lang{
    display: flex;
    gap: 14px;
    padding: 16px;
}
.header-upper .phoneBox .lang a {
    font-family: outfitregular;
   display: flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    background: #1f3d3b; /* inactive */
    border-radius: 2px;
    transition: all 0.2s ease-in-out;
    background: #baeaa0;
    color: #223A39;
}
.header-upper .phoneBox .lang a:hover {
    color: #baeaa0;
    background: #223A39;
    
}
.header-upper .phoneBox .btnn img {
  width: 25px;
  position: relative;
  top: -3px;
  padding-left: 5px;
}

.header-upper .phoneBox .btnn a img.dark {
  display: inline-block;
}

.header-upper .phoneBox .btnn a img.light {
  display: none;
}

.header-upper .phoneBox .btnn a:hover img.dark {
  display: none;
}

.header-upper .phoneBox .btnn a:hover img.light {
  display: inline-block;
}

.header-upper .menu-box .navbar {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  align-items: center;
}
.header-upper .menu-box .navbar .navbar-collapse{
    display: flex;
}
.header-upper .menu-box .navbar .navbar-nav {
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  display: flex;
  /* gap: 10px; */
}

.header-upper .menu-box .navbar .navbar-nav>li {
  display: inline-block;
  position: relative;
  padding: 10px 0px;
}

.header-upper .menu-box .navbar .navbar-nav>li.active a,
.header-upper .menu-box .navbar .navbar-nav>li a:hover {
  color: #BAEAA0;
}

.menu-item-has-children-2col .sub-menu {
  column-count: 2 !important;
  width: 500px !important;
}

.header-upper .menu-box .navbar .navbar-nav>li>ul>li>a::before {
  display: none;
}

.header-upper .menu-box .navbar .navbar-nav>li>ul>li>ul>li>a::before {
  display: none;
}

.header-upper .menu-box .navbar .navbar-nav>li:hover a {
  color: #BAEAA0;
}

.header-upper .menu-box .navbar .navbar-nav>li a {
  font-family: 'outfitlight';
  font-size: 18px;
  font-weight: 300;
  line-height: 29.8px;
  text-align: left;
  letter-spacing: 0em;
  padding: 30px 12px;
  text-decoration: none;
  color: #fff;
}

.header-upper .menu-box .navbar .navbar-nav>li.menu-item-has-children>a::after {
  content: "\f0d7";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 8px;
  font-size: 12px;
}

.header-upper .menu-box .navbar .navbar-nav>li>ul {
  display: none;
  list-style: none;
  position: absolute;
  /* right: 0; */
  /* top: 110vh; */
  width: 200px;
  padding: 0px;
  z-index: 100;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  border-radius: 0px 2px 2px 2px;
  -ms-border-radius: 0px 2px 2px 2px;
  -webkit-border-radius: 0px 2px 2px 2px;
  -moz-border-radius: 0px 2px 2px 2px;
  -o-border-radius: 0px 2px 2px 2px;
  transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.38);
}

.header-upper .menu-box .navbar .navbar-nav>li>ul>li {
  position: relative;
  float: none;
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
}

.header-upper .menu-box .navbar .navbar-nav>li>ul>li:last-child {
  border-bottom: none;
}

.header-upper .menu-box .navbar .navbar-nav>li>ul>li a {
  z-index: 100;
  padding: 12px;
  font-family: 'outfitlight';
  font-size: 12px;
  font-weight: 300;
  line-height: 29.8px;
  text-align: left;
  letter-spacing: 0em;
  color: #000 !important;
  position: relative;
  display: block;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.header-upper .menu-box .navbar .navbar-nav>li>ul>li.menu-item-has-children>a::after {
  content: "\f0da";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
  font-size: 15px;
}

.header-upper .menu-box .navbar .navbar-nav>li>ul>li>ul {
  list-style: none;
  position: absolute;
  left: 200px;
  top: 200%;
  width: 200px;
  padding: 0px;
  z-index: 100;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  border-radius: 0px 2px 2px 2px;
  -ms-border-radius: 0px 2px 2px 2px;
  -webkit-border-radius: 0px 2px 2px 2px;
  -moz-border-radius: 0px 2px 2px 2px;
  -o-border-radius: 0px 2px 2px 2px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.38);
}

.header-upper .menu-box .navbar .navbar-nav>li>ul>li>ul>li {
  position: relative;
  float: none;
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
}

.header-upper .menu-box .navbar .navbar-nav>li>ul>li>ul>li:last-child {
  border-bottom: none;
}

.header-upper .menu-box .navbar .navbar-nav>li>ul>li>ul>li a {
  z-index: 100;
  padding: 12px;
  color: #000 !important;
  position: relative;
  display: block;
  font-family: 'outfitlight';
  font-size: 16px;
  font-weight: 300;
  line-height: 29.8px;
  text-align: left;
  letter-spacing: 0em;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.header-upper .menu-box .navbar .navbar-nav>li>ul>li:hover>a {
  background: #BAEAA0;
  color: #000 !important;
  transform: scale(1.03);
}

.header-upper .menu-box .navbar .navbar-nav>li>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
  top: 0%;
  z-index: 99;
}

.header-upper .menu-box .navbar .navbar-nav>li>ul>li>ul>li:hover>a {
  background: #BAEAA0;
  color: #000 !important;
  transform: scale(1.03);
}

.header-upper .menu-box .navbar .navbar-toggler {
  display: none;
}

.header-upper .menu-box .navbar .close-toggler {
  display: none;
}

/*=============================
    bannerWraper
  ==============================*/
.bannerWraper {
  position: relative;
  padding-top: 255px;
  background: #061D1B;
  margin: 15px;
  padding-bottom: 25px;
}

.bannerWraper .container {
  max-width: 1450px;
}

.bannerWraper .container .row {
  align-items: center;
}

.bannerWraper .content-box {
  display: flex;
  position: relative;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  gap: 45px;
  flex-direction: column;
}

.bannerWraper .content-box h1 {
  font-family: 'Reckless Neue';
  font-size: 74px;
  font-weight: 400;
  line-height: 88.8px;
  text-align: left;
  color: #fff;
}

.bannerWraper .content-box h1 span {
  color: #BAEAA0;
  font-weight: 500;
}

.bannerWraper .content-box p {
  font-family: 'outfitmedium';
  font-size: 18px;
  font-weight: 500;
  line-height: 29.8px;
  letter-spacing: -0.02em;
  text-align: left;
  margin-bottom: 0;
}

.bannerWraper .content-box p span {
  display: block;
  font-family: 'outfitsemi_bold';
  font-size: 26px;
  font-weight: 600;
  line-height: 28.92px;
  text-align: left;
}

.contForm {
  background: #142928;
  padding: 35px 30px;
  border: 1.74px solid rgb(255 255 255 / 33%);
  position: relative;
}

.contForm .mainFormIn .form-group {
  margin-bottom: 25px;
}

.contForm .mainFormIn .form-group .form-control {
  display: block;
  width: 100%;
  padding: 12px;
  height: 58px;
  color: #fff;
  border: transparent;
  background: #FFFFFF1A;
  font-family: 'outfitregular';
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  letter-spacing: 0em;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.contForm .mainFormIn .form-group .form-select {
  display: block;
  width: 100%;
  padding: 12px;
  height: 58px;
  color: #fff;
  border: transparent;
  background: #FFFFFF1A;
  font-family: 'outfitregular';
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  letter-spacing: 0em;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.contForm .mainFormIn .form-group .form-select option {
  color: #000;
}

.contForm .mainFormIn .btn-primary {
  background: #BAEAA026;
  border: 1.16px solid #BAEAA099;
  font-family: 'outfitmedium';
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
  line-height: 28.92px;
  text-align: center;
  color: #BAEAA0;
  height: 58px;
  width: 100%;
  display: block;
}

.contForm .mainFormIn .form-group .form-control::-webkit-input-placeholder {
  color: #fff;
}

.contForm .mainFormIn .form-group .form-control::-moz-placeholder {
  color: #fff;
}

.contForm .mainFormIn .form-group .form-control:-ms-input-placeholder {
  color: #fff;
}

.contForm .mainFormIn .form-group .form-control:-moz-placeholder {
  color: #fff;
}

.contForm .mainFormIn .form-group textarea.form-control {
  height: 175px;
}

.contForm .mainFormIn .form-group .form-control:focus {
  box-shadow: none;
  outline: none;
}

.contForm .mainFormIn .form-group .form-check {
  position: relative;
}

.contForm .mainFormIn .form-group .form-check input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.contForm .mainFormIn .form-group .form-check label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
  font-family: 'outfitregular';
  font-size: 16px;
  font-weight: 400;
  line-height: 24.83px;
  padding-left: 30px;
  text-align: left;
  color: #fff;
}

.contForm .mainFormIn .form-group .form-check label:before {
  content: "";
  background: #FFFFFF1A;
  border: 0.69px solid #FFFFFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 0px;
  height: 20px;
  width: 20px;
  border-radius: 0;
  line-height: 24px;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 0px;
  top: 3px;
  left: 0px;
}

.contForm .mainFormIn .form-group .form-check label span {
  text-decoration: none;
}

.contForm .mainFormIn .form-group .form-check label span a {
  color: #fff;
  text-decoration: none;
}

.contForm .mainFormIn .form-group .form-check label span a:hover {
  color: #BAEAA0;
  text-decoration: underline;
}

.contForm .mainFormIn .form-group .form-check input:checked+label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 7px;
  width: 7px;
  height: 12px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.bannerWraper .main_crousel_one {
  position: relative;
  display: block;
  margin-top: 120px;
  white-space: nowrap;
  display: flex;
  height: 98px;
  background: rgba(20, 41, 40, 1);
  overflow: hidden;
  border: 1.19px solid rgba(255, 255, 255, 0.1);
  align-items: center;
  justify-content: center;
}

.imgeffect {
  position: relative;
}

.imgeffect img {
  width: 100%;
  height: 50px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: all 0.5s ease 0s;
}

.imgeffect:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*=============================
          practWrap
  ==============================*/
.practWrap {
  position: relative;
  padding: 150px 0 230px;
}

.practWrap .content-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
}

.practWrap .content-head .section-title h2 {
  margin-bottom: 0px;
}

.practWrap .container-fluid .col-xl-3 {
  padding: 0px;
}

.portfolio-one__single {
  position: relative;
  display: block;
}

.portfolio-one__img-box {
  overflow: hidden;
}

.portfolio-one__img,
.portfolio-one__img-box {
  position: relative;
  display: block;
}

.portfolio-one__img {
  z-index: 1;
}

.portfolio-one__img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(14, 53, 49, 0.5), rgba(14, 53, 49, 0.5)), linear-gradient(360deg, rgba(14, 53, 49, 0.9) -5.06%, rgba(14, 53, 49, 0.9) -5.05%, rgba(14, 53, 49, 0) 105.32%), linear-gradient(180deg, rgba(186, 234, 160, 0.5) 0.03%, rgba(186, 234, 160, 0) 100%);
  mix-blend-mode: multiply;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  transition: opacity .5s ease, visibility .5s ease, transform .7s ease;
  z-index: 1;
}

.portfolio-one__single:hover .portfolio-one__img:before {
  visibility: visible;
  transform: scaleY(1) translateZ(0);
}

.portfolio-one__img img {
  width: 100%;
  transition: all .5s ease;
  transform: scale(1);
}

.portfolio-one__single:hover .portfolio-one__img img {
  transform: scale(1.05);
}

.portfolio-one__content p {
  position: absolute;
  bottom: 30px;
  left: 30px;
  margin-bottom: 0px;
  right: 30px;
  background-position: bottom;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: 2;
}

.portfolio-one__single:hover .portfolio-one__content p {
  transform: scaleY(1);
}

.project-content {
  position: absolute;
  bottom: -100px;
  left: 30px;
  right: 30px;
  z-index: 99;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all .6s ease-in-out;
}

.project-content-new {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  z-index: 99;
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  transition: all .6s ease-in-out;
}

.portfolio-one__single:hover .project-content-new {
  display: none;
  /* transition: all .6s ease-in-out; */
  bottom: -100px;
}

.project-content h4 {
  font-family: 'aeonikregular';
  font-size: 36px;
  font-weight: 500;
  line-height: 43.2px;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
}

.project-content h4 a {
  color: #fff;
  text-decoration: none;
  transition: all .5s ease;
}

.project-content h4 a:hover {
  color: #BAEAA0;
}

.project-content p {
  font-family: 'outfitregular';
  font-size: 20px;
  font-weight: 400;
  line-height: 28.92px;
  text-align: left;
  color: #fff;
  margin-bottom: 0;
}

.portfolio-one__single:hover .project-content {
  bottom: 30px;
  visibility: visible;
  opacity: 1;
}

.project-content-new .portfolio-one__sub-title {
  font-family: 'outfitregular';
  font-size: 20px;
  font-weight: 400;
  line-height: 28.92px;
  text-align: left;
  color: #fff;
}

.portfolio-one__title {
  font-family: 'aeonikregular';
  font-size: 36px;
  font-weight: 500;
  line-height: 43.2px;
  text-align: left;
  color: #fff;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  background-position: bottom;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(1);
  z-index: 2;
}

.portfolio-one__single:hover .portfolio-one__content h3 {
  bottom: 21%;
}

.portfolio-one__title a {
  color: #fff;
  text-decoration: none;
  transition: all .5s ease;
}

.portfolio-one__title a:hover {
  color: #BAEAA0;
}

.portfolio-one__arrow {
  position: absolute;
  top: 0px;
  right: 0;
  padding: 25px;
  transform: scale(0);
  -webkit-transform: scale(0);
  opacity: 0;
  transition: all .5s ease;
  z-index: 2;
  background-position: top;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: top;
  transform-style: preserve-3d;
}

.portfolio-one__arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  text-decoration: none;
  font-size: 22px;
  color: #fff;
  background: #FFFFFF4D;
  border: 1.16px solid #DCF49B;
  box-shadow: 0px 6px 30px 3px #00000017;
  border-radius: 50%;
  transition: all .5s ease;
}

.portfolio-one__arrow a:hover {
  color: #061d1b;
  background-color: #BAEAA0;
}

.portfolio-one__single:hover .portfolio-one__arrow {
  transform: scale(1);
  transition-delay: .5s;
  opacity: 1;
}

/*=============================
          logoBarr
  ==============================*/
.logoBarr {
  position: relative;
  background: transparent;
  padding: 0px;
  top: -200px;
}

.logoBoxImg {
  position: relative;
  background-color: transparent;
}

.logoBoxImg .logoBoxImgBg {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: top !important;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  z-index: 1;
  width: 100%;
}

.logoBarr .logoImgList {
  position: relative;
}

.logoBoxImg .logoContetn {
  position: relative;
  z-index: 99;
  box-shadow: 0px 4.77px 35.51px 0px #0000001A;
  padding: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logoBar-left {
  width: 30%;
}

.logoBar-right {
  width: 70%;
}

.logoBarr .logoImgList ul {
  list-style: none;
  margin-bottom: 0px;
  padding-left: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
}

.logoBarr .logoImgList ul li {
  width: 180px;
  height: 180px;
  padding: 35px 25px;
  border: 1.19px;
  border: 1.19px solid #D9D9D999;
  background: rgba(251, 251, 251, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.logoBarr .logoImgList ul li img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: all 0.5s ease 0s;
}

.logoBarr .logoImgList ul li:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*=============================
        testimonialwrap
  ==============================*/
.testimonialwrap {
  position: relative;
  padding: 50px 0px;
}

.testimonialwrap .section-title-center h2 {
  margin-bottom: 70px;
}

.testominalImgg {
  position: relative;
  overflow: hidden;
}

.testominalImgg img {
  width: 100%;
  transition: all .5s ease;
  transform: scale(1);
}

.testominalImgg:hover img {
  transform: scale(1.05);
  opacity: 0.7;
}

.testimonialCrousel {
  position: relative;
  padding-left: 40px;
}

.testimonialCrousel .testiBOx {
  position: relative;
  padding-top: 60px;
}

.testimonialCrousel .testiBOx::before {
  position: absolute;
  left: 40px;
  top: -27px;
  line-height: 1;
  font-size: 160px;
  z-index: -1;
  color: #DCF49B66;
  content: "\f10d";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
}

.testimonialCrousel .testiBOx p {
  font-family: 'outfitmedium';
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 38px;
  text-align: left;
}

.testimonialCrousel .testiBOx ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 20px;
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: flex-start;
}

.testimonialCrousel .testiBOx ul li {
  color: #FFC700;
  font-size: 18px;
}

.testimonialCrousel .testiBOx ul li img {
  width: 25px;
}

.testimonialCrousel .testiBOx .authorBox {
  position: relative;
  margin-top: 35px;
  margin-bottom: 25px;
}

.testimonialCrousel .testiBOx .authorBox h4 {
  font-family: 'outfitmedium';
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  text-align: left;
  color: #000000;
}

.testimonialCrousel .testiBOx .authorBox p {
  font-family: 'outfitmedium';
  font-size: 20px;
  font-weight: 500;
  line-height: 31px;
  text-align: left;
  color: rgba(58, 57, 57, 1);
}

.testimonialCrousel .owl-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}

.testimonialCrousel .owl-nav button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  padding: 0px 35.75px 0px 35.75px !important;
  border: 1.19px solid rgba(220, 244, 155, 0.6) !important;
  background: rgba(227, 227, 227, 1) !important;
  color: rgba(95, 95, 95, 1);
  font-size: 24px !important;
}

.testimonialCrousel .owl-dots {
  display: none;
}

.testimonialCrousel .owl-nav button:hover {
  background: rgba(186, 234, 160, 1) !important;
  border: 1.19px solid rgba(220, 244, 155, 0.6) !important;
  color: rgba(107, 141, 12, 1);
}

/*=============================
          caseWrap
  ==============================*/
.caseWrap {
  position: relative;
  padding: 70px 0px;
}

.caseWrap .progressSection {
  position: relative;
}

.caseWrap .progressSection .progress {
  display: flex;
  height: 7px;
  overflow: hidden;
  margin: 60px 0 10px;
  font-size: .75rem;
  background: rgba(220, 220, 220, 1);
  border-radius: .25rem;
}

.caseWrap .progressSection .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background: rgba(107, 141, 12, 1);
  transition: width .6s ease;
}

.caseWrap .progressSection .progress-point {
  text-align: right;
  margin: 0 0 60px;
  font-family: 'Reckless Neue';
  font-size: 28.6px;
  font-weight: 400;
  line-height: 34.32px;
}

.w-0 {
  width: 0% !important;
}

.w-25 {
  width: 25% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.caseWrap .progressSection .title {
  font-family: 'outfitmedium';
  font-size: 30px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 36px;
  text-align: left;
  margin-bottom: 20px;
  color: #000;
}

.caseWrap .progressSection .case-button {
  margin-top: 25px;
}

.caseWrap .progressSection .case-button .btn-one {
  width: 100%;
  height: 125px;
  display: flex;
  border: 1.19px solid rgba(73, 72, 72, 0.2);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: 'outfitmedium';
  font-size: 28px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: -0.02em;
  text-align: center;
}

.caseWrap .progressSection .case-button .btn-one:before {
  background: rgba(186, 234, 160, 0.15);
}

.caseWrap .progressSection .case-button .btn-one:after {
  background: rgba(186, 234, 160, 0.15);
}

.caseWrap .progressSection .case-button .btn-one:hover {
  background: rgba(186, 234, 160, 0.15);
  color: rgba(45, 45, 45, 1);
}

/*=============================
        processWrap
  ==============================*/
.processWrap {
  position: relative;
}

.processWrap .processBox {
  position: relative;
  border: 1.79px solid rgba(255, 255, 255, 0.045);
  background: rgba(20, 41, 40, 1);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  transition: all .4s ease-in-out;
  margin-top: 25px;
  overflow: hidden;
  height: 400px;
}

.processWrap .processBox .countss {
  font-family: 'outfitmedium';
  font-size: 22px;
  font-weight: 500;
  line-height: 26.4px;
  text-align: left;
  color: rgba(186, 234, 160, 1);
}

.processWrap .processBox .title {
  font-family: 'outfitmedium';
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  text-align: left;
  color: rgb(255, 255, 255);
}

.processWrap .processBox p {
  font-family: 'outfitregular';
  min-height: 150px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.92px;
  text-align: left;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.84);
}

.processWrap .processBox:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(186, 234, 160, 1);
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  transform-origin: top right;
  -webkit-transform: scale(1, 0);
  transform: scaleY(0);
}

.processWrap .processBox:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1);
  transform-origin: bottom center;
}

.processWrap .processBox:hover .countss {
  position: relative;
  z-index: 99;
  color: rgba(6, 29, 27, 1);
}

.processWrap .processBox:hover .title {
  position: relative;
  z-index: 99;
  color: rgba(6, 29, 27, 1);
}

.processWrap .processBox:hover p {
  position: relative;
  z-index: 99;
  color: rgba(6, 29, 27, 1);
}

/*=============================
          reviewsWrap
  ==============================*/
.reviewsWrap {
  position: relative;
  padding: 70px 0px;
}

.reviewsWrap .section-title-center {
  margin-bottom: 50px;
}

.reviewsWrap .section-title .text {
  text-align: center;
}

.reviewsWrap .section-title .ratingImg {
  text-align: center;
  margin: 25px 0 20px;
}

.reviewsWrap .section-title .ratingImg img {
  height: 41px;
  width: 100%;
}

.reviewsWrap .reviewBox {
  background: rgba(251, 251, 251, 1);
  border: 1.19px solid rgba(73, 72, 72, 0.2);
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  transition: all .5s ease;
  justify-content: center;
  gap: 30px;
  margin-top: 25px;
}

.reviewsWrap .reviewBox:hover {
  box-shadow: 0px 0 20px 0px rgba(0, 0, 0, 0.1);
  transition: all .5s ease;
}

.reviewsWrap .reviewBox .reviewHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.reviewsWrap .reviewBox .reviewHead ul {
  list-style: none;
  padding-left: 0px;
  display: flex;
  gap: 5px;
  align-items: center;
  margin-bottom: 0px;
  justify-content: flex-start;
}

.reviewsWrap .reviewBox .reviewHead ul li {
  color: #FFC700;
  font-size: 18px;
}

.reviewsWrap .reviewBox .reviewHead ul li img {
  width: 21.5px;
}

.reviewsWrap .reviewBox .text {
  font-family: 'outfitregular';
  font-size: 20px;
  font-weight: 400;
  line-height: 28.92px;
  text-align: left;
  color: rgba(58, 57, 57, 1);
}

.reviewsWrap .reviewBox .reviewHead .time {
  font-family: 'outfitmedium';
  font-size: 18px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.4);
  line-height: 28.92px;
  text-align: left;
}

.reviewsWrap .reviewBox .reviewfoot {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.reviewsWrap .reviewBox .reviewfoot .review-author {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.reviewsWrap .reviewBox .reviewfoot .review-author .auhtrContent {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
}

.reviewsWrap .reviewBox .reviewfoot .review-author .auhtrContent .title {
  font-family: 'outfitmedium';
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 24px;
  text-align: left;
  color: #000;
}

.reviewsWrap .reviewBox .reviewfoot .review-author .auhtrContent p {
  margin-bottom: 0;
  font-family: 'outfitmedium';
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  text-align: left;
  color: rgba(0, 0, 0, 0.4);
}

.reviewsWrap .reviewBox .reviewfoot .review-author .authrImgg {
  position: relative;
  width: 59px;
  height: 59px;
}

.reviewsWrap .reviewBox .reviewfoot .review-author .authrImgg img {
  width: 100%;
}

.reviewsWrap .reviewBox .reviewfoot .reviewfrom img {
  width: auto;
}

.reviewsWrap .row .col-xl-4:nth-child(2) {
  margin-top: -25px;
}

/*=============================
        accordianWrap
  ==============================*/
.accordianWrap {
  position: relative;
  padding: 70px 0px;
}

.accordianWrap .accordion {
  margin: 0px auto 0;
}

.accordianWrap .section-title .text {
  text-align: center;
}

.accordianWrap .accordion .at-item {
  margin-bottom: 15px;
}

.accordianWrap .section-title-center {
  margin-bottom: 50px;
}

.accordianWrap .accordion .at-title {
  cursor: pointer;
  border: 1.19px solid rgba(73, 72, 72, 0.06);
  box-shadow: 0px 2.38px 23.83px 0px rgba(0, 0, 0, 0.06);
  background: rgba(255, 255, 255, 1);
  position: relative;
  transition: background-color 0.3s ease;
  height: 120px;
  display: flex;
  padding: 10px 90px 10px 30px;
  border-radius: 0;
  align-items: center;
  transition: all .5s ease;
}

.accordianWrap .accordion .at-title.active,
.accordianWrap .accordion .at-title:hover {
  background: rgba(6, 29, 27, 1);
  transition: all .5s ease;
}

.accordianWrap .accordion .at-title.active h2,
.accordianWrap .accordion .at-title:hover h2 {
  color: #fff;
}

.accordianWrap .accordion .at-title h2 {
  font-family: 'outfitmedium';
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  text-align: left;
  color: rgba(58, 57, 57, 1);
  margin-bottom: 0;
}

.accordianWrap .accordion .at-title:after {
  content: "\2b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgb(255, 255, 255);
  right: 25px;
  transition: all 0.3s ease;
  font-size: 16px;
  height: 42px;
  color: rgb(255 255 255);
  display: flex;
  width: 42px;
  border-radius: 50px;
  background: rgba(14, 53, 49, 1);
  line-height: 42px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.accordianWrap .accordion .at-tab {
  display: none;
  padding: 15px 30px;
  border: none;
  background: rgba(6, 29, 27, 1);
}

.accordianWrap .accordion .at-tab p {
  font-family: 'outfitregular';
  font-size: 18px;
  font-weight: 400;
  line-height: 28.92px;
  text-align: left;
  margin-bottom: 0;
  color: #ffffff;
}

.accordianWrap .accordion .at-tab ul {
  position: relative;
}

.accordianWrap .accordion .at-tab ul li {
  font-family: 'outfitregular';
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  margin-bottom: 0;
  color: #ffffff;
  padding-bottom: 8px;
}

.accordianWrap .accordion .at-title.active:after {
  content: "\f068";
  background: rgba(186, 234, 160, 1);
  color: rgba(14, 53, 49, 1);
}

.accordianWrap .accordion .at-title:hover:after {
  background: rgba(186, 234, 160, 1);
  color: rgba(14, 53, 49, 1);
}

.accordianImgbox {
  display: block;
  padding-right: 35px;
  position: relative;
}

.accordianImgbox .imgboxx {
  position: relative;
}

.accordianImgbox .imgboxx img {
  position: relative;
  width: 100%;
}

.accordianImgbox .video-main {
  position: absolute;
  display: flex;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.accordianImgbox .video {
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  background: transparent;
  color: rgba(6, 29, 27, 1);
  display: flex;
  background: rgba(186, 234, 160, 1);
  z-index: 999;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.accordianImgbox .fa-play:before {
  content: "\f04b";
  font-size: 28px;
}

.accordianImgbox .waves {
  position: absolute;
  width: 170px;
  height: 170px;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  right: -50px;
  bottom: -50px;
  z-index: -1;
  -webkit-animation: waves 2s ease-in-out infinite;
  animation: waves 2s ease-in-out infinite;
}

.accordianImgbox .wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.accordianImgbox .wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 0.7s;
}

.accordianImgbox .wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 1.5s;
}

/*=============================
          aboutWrap
  ==============================*/
.aboutWrap {
  position: relative;
}

.aboutWrap .section-title .text {
  font-size: 19px;
}

.aboutWrap h1 {
  font-family: 'Reckless Neue';
  font-size: 55px;
  font-weight: 400;
  line-height: 66px;
  text-align: left;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 35px;
}

.aboutWrap .section-title .btnbox {
  margin-top: 25px;
}

.aboutWrap .section-title .btnbox .btn-two {
  width: 420px;
}

.aboutWrap .section-title .btnbox .btn-two p span {
  font-size: 23px;
  line-height: 26px;
}

.aboutWrap .aboutAimm {
  position: relative;
  width: 380px;
  left: -50px;
  top: 45px;
}

.aboutWrap .aboutAimm img {
  position: relative;
  width: 100%;
}

.aboutWrap .aboutAimm::before {
  background: linear-gradient(180deg, rgba(251, 251, 251, 0) 0%, #FBFBFB 100%);
  position: absolute;
  bottom: 0px;
  left: auto;
  right: auto;
  content: "";
  width: 100%;
  z-index: 1;
  height: 200px;
}

@media (min-width:992px) {
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
}

.about__content {
  position: relative;
}

.about__content ul {
  list-style: none;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0;
  flex-direction: column;
  align-items: flex-start;
}

.about__content ul li {
  border-bottom: 2.4px dashed rgba(45, 45, 45, 1);
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.about__content ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.about__content ul li .title {
  font-family: 'Reckless Neue';
  font-size: 56px;
  font-weight: 500;
  line-height: 51px;
  text-align: left;
  color: #000;
}

.about__content ul li p {
  font-family: 'outfitregular';
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 29.12px;
  text-align: left;
  color: rgba(58, 57, 57, 1);
}

/*=============================
          contactWrap
  ==============================*/
.contactWrap .section-title {
  margin-bottom: 50px;
}

.contactWrap .contForm {
  box-shadow: 0px 4.77px 35.51px 0px rgba(0, 0, 0, 0.06);
  background: rgba(255, 255, 255, 1);
}

.contactWrap .contForm .mainFormIn .form-group .form-control {
  border: 1.19px solid rgba(73, 72, 72, 0.06);
  background: rgba(252, 252, 252, 1);
  color: rgba(73, 72, 72, 0.7);
}

.contactWrap .contForm .mainFormIn .form-group .form-control::-webkit-input-placeholder {
  color: rgba(73, 72, 72, 0.7);
}

.contactWrap .contForm .mainFormIn .form-group .form-control::-moz-placeholder {
  color: rgba(73, 72, 72, 0.7);
}

.contactWrap .contForm .mainFormIn .form-group .form-control:-ms-input-placeholder {
  color: rgba(73, 72, 72, 0.7);
}

.contactWrap .contForm .mainFormIn .form-group .form-control:-moz-placeholder {
  color: rgba(73, 72, 72, 0.7);
}

.contactWrap .contForm .mainFormIn .form-group .form-select {
  color: rgba(73, 72, 72, 0.7);
  border: 1.19px solid rgba(73, 72, 72, 0.06);
  background: rgba(252, 252, 252, 1);
}

.contactWrap .contForm .mainFormIn .form-group .form-select option {
  color: #000;
}

.contactWrap .contForm .mainFormIn .form-group .form-check label {
  color: rgba(73, 72, 72, 0.7);
}

.contactWrap .contForm .mainFormIn .form-group .form-check label:before {
  border: 0.69px solid rgba(73, 72, 72, 0.84);
}

.contactWrap .contForm .mainFormIn .form-group .form-check label span a {
  color: rgba(73, 72, 72, 0.84);
}

.contactWrap .contForm .mainFormIn .form-group .form-check input:checked+label:after {
  border: solid rgba(73, 72, 72, 0.84);
  border-width: 0 3px 3px 0;
}

.contactWrap .contForm .mainFormIn .btn-primary {
  background: rgba(186, 234, 160, 1);
  border: 1.19px solid rgba(183, 236, 31, 0.6);
  color: rgba(0, 0, 0, 1);
}

.contactWrap .contForm .mainFormIn .btn-primary:hover {
  background: #061D1B;
  border: 1.19px solid #061D1B;
  color: rgb(255 255 255);
}

.contactWrap .contForm .mainFormIn .form-group textarea.form-control {
  height: 150px;
}

.evalutionBox {
  position: relative;
}

.evalutionBox .evalutionBoxBg {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: top !important;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  z-index: 1;
  width: 100%;
}

.evalutionContetn {
  position: relative;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 25px 0;
  gap: 25px;
}

.evalutionContetn .imgboxAli {
  width: 50%;
}

.evalutionContetn .imgboxAli img {
  width: 100%;
}

.evalutionContetn .alideail .delabout .title {
  font-family: 'aeonikregular';
  font-size: 27px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
  line-height: 32.4px;
  text-align: left;
  text-transform: capitalize;
}

.evalutionContetn .alideail p {
  margin-bottom: 0;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}

.evalutionContetn .alideail .dollars {
  background: rgba(186, 234, 160, 1);
  width: 34.56px;
  height: 34.56px;
  text-align: center;
  line-height: 35px;
  font-size: 18px;
  border-radius: 5px;
}

.evalutionContetn .alideail {
  width: 50%;
  height: 305px;
  border: 1.79px solid rgba(255, 255, 255, 0.045);
  display: flex;
  background: rgba(255, 255, 255, 0.1);
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 15px;
  justify-content: space-between;
}

/*=============================
        breadCrubWrp
  ==============================*/
.breadCrubWrp {
  position: relative;
  color: #fff;
  height: 610px;
  background: rgba(6, 29, 27, 1);
  margin: 15px;
  padding-bottom: 70px;
  display: flex;
  align-items: flex-end;
}

.breadCrubWrp.subPages {
  position: relative;
  color: #fff;
  height: auto;
  background: rgba(6, 29, 27, 1);
  margin: 15px;
  padding-bottom: 70px;
  display: flex;
  align-items: flex-end;
}

.breadCrubWrp.subPages .container {
  padding-top: 100px;
}

.breadCrubWrp .breadHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.breadCrubWrp.subPages .breadHead {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 70px;
  height: 100%;
}

.left-contetnt #crumbs a {
  color: #fff;
  text-decoration: none;
}

.left-contetnt #crumbs a:first-of-type {
  display: inline-block;
  color: rgba(255, 255, 255, 0.66);
  margin-right: 5px;
  margin-bottom: 10px;
}

.left-contetnt #crumbs i {
  color: #BAEAA0;
  margin-right: 15px;
}

.left-contetnt #crumbs i::before {
  padding: 10px;
  border: 1px solid #BAEAA0;
  border-radius: 50%;
}

.left-contetnt #crumbs .delimiter {
  color: #BAEAA0;
}

.breadCrubWrp .breadHead .left-contetnt {
  position: relative;
}

.breadCrubWrp .breadHead .left-contetnt nav {
  margin-bottom: 0;
}

.breadCrubWrp .breadHead .left-contetnt nav .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 25px;
}

.breadCrubWrp .breadHead .left-contetnt nav .breadcrumb .breadcrumb-item:first-child a {
  width: 38px;
  color: #baeaa0;
  height: 38px;
  border-radius: 38px;
  font-size: 15px;
  display: flex;
  text-align: center;
  border: 1px solid #baeaa0;
  justify-content: center;
  align-items: center;
}

.breadCrubWrp .breadHead .left-contetnt nav .breadcrumb .breadcrumb-item {
  position: relative;
  font-family: 'outfitmedium';
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
  line-height: 33.77px;
  text-align: left;
  color: rgba(255, 255, 255, 0.84);
}

.breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.84);
}

.breadCrubWrp .breadHead .left-contetnt nav .breadcrumb a {
  color: rgba(255, 255, 255, 0.84);
  text-decoration: none;
  font-weight: 400;
  font-family: 'outfitregular';
}

.breadCrubWrp .breadHead .left-contetnt nav .breadcrumb a:hover {
  color: #baeaa0;
}

.breadCrubWrp .breadHead .left-contetnt nav .breadcrumb .breadcrumb-item+.breadcrumb-item {
  padding-left: 15px;
}

.breadCrubWrp .breadHead .left-contetnt nav .breadcrumb .breadcrumb-item:last-child:before {
  float: left;
  padding-right: .5rem;
  color: rgba(186, 234, 160, 1);
  content: "/";
}

.breadCrubWrp .breadHead .bannerButnmbl {
  display: none;
}

.breadCrubWrp .breadHead .left-contetnt h1 {
  font-family: 'Reckless Neue';
  font-size: 50px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 65px;
  text-align: left;
  color: rgba(255, 255, 255);
}

.bannerWraperGeo {
  padding-bottom: 80px;
}

.bannerWraperGeo .breadHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bannerWraperGeo .breadHead .left-contetnt {
  position: relative;
}

.bannerWraperGeo .breadHead .left-contetnt nav {
  margin-bottom: 0;
}

.bannerWraperGeo .breadHead .left-contetnt nav .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 25px;
}

.bannerWraperGeo .breadHead .left-contetnt nav .breadcrumb .breadcrumb-item:first-child a {
  width: 38px;
  color: #baeaa0;
  height: 38px;
  border-radius: 38px;
  font-size: 15px;
  display: flex;
  text-align: center;
  border: 1px solid #baeaa0;
  justify-content: center;
  align-items: center;
}

.bannerWraperGeo .breadHead .left-contetnt nav .breadcrumb .breadcrumb-item {
  position: relative;
  font-family: 'outfitmedium';
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
  line-height: 33.77px;
  text-align: left;
  color: rgba(255, 255, 255, 0.84);
}

.breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.84);
}

.bannerWraperGeo .breadHead .left-contetnt nav .breadcrumb a {
  color: rgba(255, 255, 255, 0.84);
  text-decoration: none;
}

.bannerWraperGeo .breadHead .left-contetnt nav .breadcrumb a:hover {
  color: #baeaa0;
}

.bannerWraperGeo .breadHead .left-contetnt nav .breadcrumb .breadcrumb-item+.breadcrumb-item {
  padding-left: 15px;
}

.bannerWraperGeo .breadHead .left-contetnt nav .breadcrumb .breadcrumb-item:last-child:before {
  float: left;
  padding-right: .5rem;
  color: rgba(186, 234, 160, 1);
  content: "/";
}

.bannerWraperGeo .breadHead .left-contetnt h1 {
  margin-bottom: 70px;
  font-family: 'Reckless Neue';
  font-size: 74px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 88px;
  text-align: left;
  color: rgba(255, 255, 255);
}

/*=============================
        bloggridWrp
  ==============================*/
.bloggridWrp {
  position: relative;
}

.dropDownCheck {
  position: relative;
  margin-bottom: 30px;
  z-index: 99;
}

.dropDownCheck .wrapper-dropdown {
  position: relative;
  display: inline-block;
  padding: 16px 30px 16px 40px;
  background: rgba(255, 255, 255, 0.8);
  border: 1.5px solid rgba(102, 129, 88, 1);
  width: 208px;
  text-align: center;
  margin-right: 15px;
  color: #000;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dropDownCheck .wrapper-dropdown.active,
.dropDownCheck .wrapper-dropdown:hover {
  background: rgba(6, 29, 27, 1);
  color: #BAEAA0;
}

.dropDownCheck .wrapper-dropdown:hover::before {
  color: #BAEAA0;
}

.dropDownCheck .wrapper-dropdown:nth-child(2) {
  width: 190px;
}

.dropDownCheck .wrapper-dropdown:nth-child(3) {
  width: 226px;
}

.dropDownCheck .wrapper-dropdown span {
  text-align: center;
  font-family: 'outfitmedium';
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.dropDownCheck .wrapper-dropdown::before {
  content: "\f078";
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  top: 18px;
  left: 40px;
  color: rgba(102, 129, 88, 1);
}

.dropDownCheck .wrapper-dropdown.active::before {
  content: "\f077";
  color: #BAEAA0;
}

.dropDownCheck .wrapper-dropdown .dropdown {
  position: absolute;
  top: 104%;
  right: 0;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 1;
  background: #fff;
  transition: .5s ease;
  transform: scaleY(0);
  transform-origin: top;
  user-select: none;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.2);
  height: 300px;
  overflow: scroll;
}

.dropDownCheck .wrapper-dropdown .dropdown li {
  /* padding: 10px 15px; */
  border-bottom: 1px solid rgb(169 169 169 / 24%);
  overflow: hidden;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -ms-transition: .5s ease;
  transition: .5s ease;
  font-family: 'outfitmedium';
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
}

.dropDownCheck .wrapper-dropdown .dropdown a {
  text-decoration: none;
  color: #000;
  padding: 10px 15px;
  display: block;
}

.dropDownCheck .wrapper-dropdown .dropdown li:last-child {
  border-bottom: none;
}

.dropDownCheck .wrapper-dropdown .dropdown li:hover {
  background: rgba(6, 29, 27, 1);
  color: #BAEAA0;
}

.dropDownCheck .wrapper-dropdown .dropdown li:hover a {
  color: #BAEAA0;
}

.dropDownCheck .wrapper-dropdown.active .dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.navigation.pagination .nav-links {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 50px;
}

.navigation.pagination .nav-links .page-numbers {
  width: 42px;
  padding: 0;
  line-height: 42px;
  height: 42px;
  border: 1.5px solid transparent;
  color: #142928;
  font-size: 16px;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.navigation.pagination .nav-links .page-numbers.current {
  background-color: #142928;
  color: #BAEAA0;
}

.navigation.pagination .nav-links .next.page-numbers,
.navigation.pagination .nav-links .prev.page-numbers {
  background: transparent;
  border: 1.5px solid #142928 !important;
  /* display: block; */
  width: 42px;
  padding: 0;
  line-height: 42px;
  height: 42px;
  border: 1.5px solid transparent;
  color: #142928;
  font-size: 16px;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.blogSectionWrap {
  position: relative;
}

.blogSectionWrap .blogCard {
  position: relative;
  margin-top: 25px;
}

.blogSectionWrap .blogCard .image-box {
  position: relative;
}

.blogSectionWrap .blogCard .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  background: #142928;
}

/* .blogSectionWrap .blogCard .image-box .image img:first-child {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transform: translateX(50%) scaleX(2);
    transform: translateX(50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
  } */
.blogSectionWrap .blogCard .image-box .image img {
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blogSectionWrap .blogCard:hover .image-box .image img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translateX(0) scaleX(1);
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 0.7;
}

.blogSectionWrap .blogCard:hover .image-box .image img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.blogSectionWrap .blogCard .image img {
  transition: .3s ease-out;
  width: 100%;
  object-fit: cover;
}

.blogSectionWrap .blogCard:hover .image img {
  transform: scale(1.03);
}

.blogSectionWrap .blogCard .content {
  position: relative;
  padding: 30px 0px 0;
}

.blogSectionWrap .blogCard .content .title {
  font-family: 'Reckless Neue';
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  text-align: left;
  letter-spacing: 0px;
  color: #000;
  margin-bottom: 20px;
}

.blogSectionWrap .blogCard .content .title a {
  color: #333;
  text-decoration: none;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.blogSectionWrap .blogCard .content .title a:hover {
  color: #142928;
}

.blogSectionWrap .blogCard .content p {
  font-family: 'outfitregular';
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: #333333;
}

.blogSectionWrap .blogCard .content .authorBox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 30px;
  gap: 15px;
}

.blogSectionWrap .blogCard .content .authorBox .authorImg {
  max-width: 60px;
}

.blogSectionWrap .blogCard .content .authorBox .authorImg img {
  border-radius: 50%;
}

.blogSectionWrap .blogCard .content .authorBox .athorImg {
  width: 60px;
  height: 60px;
  border-radius: 50px;
}

.blogSectionWrap .blogCard .content .authorBox .nameBox .titleBox {
  font-family: 'outfitsemi_bold';
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #000;
}

.blogSectionWrap .blogCard .content .authorBox .nameBox .titleBox a {
  color: #000;
  text-decoration: none;
}

.blogSectionWrap .blogCard .content .authorBox .nameBox .titleBox a:hover {
  color: #BAEAA0;
}

.blogSectionWrap .blogCard .content .authorBox .nameBox p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  font-family: 'outfitregular';
  text-align: left;
  margin-bottom: 0;
  color: rgba(112, 112, 112, 1);
}

.pagination {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 50px;
}

.pagination button {
  width: 42px;
  padding: 0;
  line-height: 42px;
  height: 42px;
  border: 1.5px solid transparent;
  color: #142928;
  font-size: 16px;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
}

.pagination button.btn-nav {
  background: transparent;
  border: 1.5px solid #142928;
}

.pagination button.btn-selected {
  background-color: #142928;
  color: #BAEAA0;
}

.pagination button:hover,
.btn-page:hover {
  background-color: #142928;
  color: #BAEAA0;
}

/*=============================
        locationWrap
  ==============================*/
.locationWrap {
  position: relative;
}

.locationWrap .text {
  text-align: center;
}

.locationImgg {
  position: relative;
  margin-top: 45px;
  width: 100%;
  overflow: hidden;
}

.locationImgg img {
  width: 100%;
  transition: all .5s ease;
  transform: scale(1);
}

.locationImgg:hover img {
  transform: scale(1.05);
}

.locationWrapSta {
  position: relative;
}

.locationWrapSta .section-title h2 {
  text-align: center;
}

.locationBox {
  position: relative;
  margin-top: 50px;
}

.locationBox .locatDetails {
  position: relative;
  background: rgba(243, 243, 243, 1);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  transition: all .5s ease;
  justify-content: center;
  align-items: flex-start;
}

.locationBox .col-xl-6 .locatDetails {
  margin-top: 25px;
}

.locatDetails .officeLoc {
  position: relative;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.locatDetails .officeLoc .officeadd {
  font-family: 'outfitsemi_bold';
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}

.locatDetails .officeLoc .officeadd a {
  text-decoration: none;
}

.locatDetails .officeLoc .officeadd a:hover {
  color: #baeaa0;
}

.locationBox .locatDetails:hover {
  box-shadow: 0px 0 20px 0px rgba(133, 133, 133, 0.1);
  transition: all .5s ease;
}

.locationBox .locatDetails iframe {
  width: 100%;
  height: 330px;
}

.locationBox .locatDetails .locIcon {
  width: 52px;
  height: 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(107, 141, 12, 1);
  align-items: center;
}

.locationBox .locatDetails .locIcon img {
  width: 25px;
}

.locationBox .locatDetails .path {
  position: relative;
  font-family: 'outfitmedium';
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  color: rgba(0, 0, 0, 0.6);
}

.locationBox .locatDetails .path a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
  transition: all .1s linear;
}

.locationBox .locatDetails .path a:hover {
  color: rgba(107, 141, 12, 1);
}

.locationBox .locatDetails .phoneLink {
  font-family: 'outfitsemi_bold';
  font-size: 26px;
  font-weight: 600;
  line-height: 39px;
  text-align: left;
  color: rgba(0, 0, 0, 0.6);
}

.locationBox .locatDetails .phoneLink a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
  transition: all .1s linear;
}

.locationBox .locatDetails .phoneLink i {
  padding-right: 10px;
  color: rgba(107, 141, 12, 1);
}

.locationBox .locatDetails .phoneLink a:hover {
  color: rgba(107, 141, 12, 1);
}

/*=============================
        innerWrapContent
  ==============================*/
.innerWrapContent {
  position: relative;
}

.innerWrapContent .faqsBox {
  position: relative;
  margin-bottom: 60px;
}

.innerWrapContent .faqsBox:last-child {
  margin-bottom: 0;
}

.innerWrapContent .faqsBox .content {
  margin-bottom: 35px;
}

.innerWrapContent .faqsBox .title {
  font-family: 'Reckless Neue';
  font-size: 32px;
  font-weight: 600;
  line-height: 38.4px;
  text-align: left;
  color: rgba(45, 45, 45, 1);
  margin-bottom: 25px;
}

.innerWrapContent .faqsBox .title a {
  text-decoration: none;
}

.innerWrapContent .faqsBox .text {
  font-family: 'outfitregular';
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  margin-bottom: 0;
  color: rgba(45, 45, 45, 1);
}

.innerWrapContent .faqsBox .accordion {
  margin: 0px auto 0;
}

.innerWrapContent .faqsBox .accordion .at-item {
  margin-bottom: 20px;
}

.innerWrapContent .faqsBox .accordion .at-title {
  cursor: pointer;
  border: 1.19px solid rgba(73, 72, 72, 0.06);
  box-shadow: 0px 2.38px 23.83px 0px rgba(0, 0, 0, 0.06);
  background: rgba(255, 255, 255, 1);
  position: relative;
  transition: background-color 0.3s ease;
  display: flex;
  padding: 25px 90px 25px 30px;
  border-radius: 0;
  align-items: center;
  transition: all .5s ease;
}

.innerWrapContent .faqsBox .accordion .at-title.active,
.innerWrapContent .faqsBox .accordion .at-title:hover {
  background: rgba(6, 29, 27, 1);
  transition: all .5s ease;
}

.innerWrapContent .faqsBox .accordion .at-title.active h2 a,
.innerWrapContent .faqsBox .accordion .at-title:hover h2 a {
  color: #fff;
  text-decoration: none;
}

.innerWrapContent .faqsBox .accordion .at-title h2 {
  font-family: 'outfitmedium';
  font-size: 24px;
  font-weight: 500;
  line-height: 28.8px;
  text-align: left;
  color: rgba(58, 57, 57, 1);
  margin-bottom: 0;
}

.innerWrapContent .faqsBox .accordion .at-title h2 a {
  text-decoration: none;
}

.innerWrapContent .faqsBox .accordion .at-title:after {
  content: "\2b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgb(255, 255, 255);
  right: 25px;
  transition: all 0.3s ease;
  font-size: 14px;
  height: 32px;
  color: rgb(255 255 255);
  display: flex;
  width: 32px;
  border-radius: 50px;
  background: rgba(14, 53, 49, 1);
  line-height: 42px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.innerWrapContent .faqsBox .accordion .at-tab {
  display: none;
  padding: 15px 30px;
  padding-top: 0;
  border: none;
  background: rgba(6, 29, 27, 1);
}

.innerWrapContent .faqsBox .accordion .at-tab p {
  font-family: 'outfitregular';
  font-size: 18px;
  font-weight: 400;
  line-height: 28.92px;
  text-align: left;
  color: rgba(255, 255, 255, 0.84);
}

.innerWrapContent .faqsBox .accordion .at-tab ul {
  position: relative;
}

.innerWrapContent .faqsBox .accordion .at-tab ul li {
  font-family: 'outfitregular';
  font-size: 18px;
  font-weight: 400;
  line-height: 28.92px;
  text-align: left;
  color: rgba(255, 255, 255, 0.84);
  padding-bottom: 8px;
}

.innerWrapContent .faqsBox .accordion .at-title.active:after {
  content: "\f068";
  background: rgba(186, 234, 160, 1);
  color: rgba(14, 53, 49, 1);
}

.innerWrapContent .faqsBox .accordion .at-title:hover:after {
  background: rgba(186, 234, 160, 1);
  color: rgba(14, 53, 49, 1);
}

.consultationBox {
  position: relative;
  background: rgba(243, 243, 243, 1);
  padding: 35px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
}

.consultationBox .iconhead {
  width: 65px;
}

.consultationBox .iconhead img {
  width: 100%;
}

.consultationBox .icon-ceoo {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: top !important;
  position: absolute;
  bottom: 0px;
  right: 0px;
  content: "";
  width: 229px;
  height: 265px;
  z-index: 1;
}

.consultationBox .titlecon {
  font-family: 'Reckless Neue';
  color: rgba(45, 45, 45, 1);
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
}

.consultationBox .texttw {
  font-family: 'outfitregular';
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  margin-bottom: 20px !important;
  color: rgba(112, 112, 112, 1);
}

.consultationBox .callphone {
  position: relative;
  font-family: 'outfitmedium';
  font-size: 18px;
  font-weight: 500;
  line-height: 29.8px;
  letter-spacing: -0.02em;
  text-align: left;
  color: rgba(102, 129, 88, 1);
}

.consultationBox .callphone span {
  display: block;
  font-family: 'outfitsemi_bold';
  font-size: 26px;
  font-weight: 600;
  line-height: 28.92px;
  text-align: left;
  color: rgba(45, 45, 45, 1);
}

.consultationBox .callphone span a {
  color: rgba(45, 45, 45, 1);
  text-decoration: none;
}

.consultationBox .callphone span a:hover {
  color: rgba(102, 129, 88, 1);
}

/*=============================
        mediaWrap
  ==============================*/
.mediaWrap {
  position: relative;
  padding: 50px 0px;
}

.mediaWrap .mediaWrapBox {
  position: relative;
  margin-top: 50px;
  text-align: center;
}

.mediaWrap .mediaWrapBox .bannerButn {
  text-align: center;
  margin-top: 50px;
}

.mediaWrap .mediaWrapBox .boxMediaa {
  position: relative;
  width: 100%;
  margin-top: 25px;
  border-radius: 16px;
}

.mediaWrap .mediaWrapBox .boxMediaa img {
  width: 100%;
  aspect-ratio: 9/16;
  object-fit: cover;
  border-radius: 20px;
}

.mediaWrap .mediaWrapBox .boxMediaa.testi img {
  width: 100%;
  aspect-ratio: inherit;
  object-fit: cover;
  border-radius: 20px;
}

.mediaWrap .mediaWrapBox .boxMediaa .icon {
  position: absolute;
  display: flex;
  top: 50%;
  height: 100%;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mediaWrap .mediaWrapBox .boxMediaa .icon img {
  width: 85px;
  max-height: 120px;
  z-index: 99;
}

.swal2-html-container {
  padding: 35px !important;
}

/*=============================
          caseSingleWrap
  ==============================*/
.caseSingleWrap {
  position: relative;
}

.caseSingleWrap .casesection {
  position: relative;
  margin-top: 50px;
}

.caseSingleWrap .casesection .caseBoxx {
  position: relative;
  margin-top: 25px;
}

.caseSingleWrap .casesection .caseBoxx .imgesBoxx {
  position: relative;
  overflow: hidden;
  background-color: #000;
}

.caseSingleWrap .casesection .caseBoxx .imgesBoxx::before {
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(6, 29, 27, 0.6);
  content: "";
  height: 100%;
  width: 100%;
  z-index: 9;
}

.caseSingleWrap .casesection .caseBoxx .imgesBoxx img {
  width: 100%;
  transition: all .5s ease;
  transform: scale(1);
}

.caseSingleWrap .casesection .caseBoxx:hover .imgesBoxx img {
  transform: scale(1.05);
  opacity: 0.7;
}

.caseSingleWrap .casesection .caseBoxx .content {
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
  z-index: 99;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.caseSingleWrap .casesection .caseBoxx .content .title {
  position: relative;
  font-family: 'outfitmedium';
  font-size: 45px;
  font-weight: 500;
  line-height: 56.4px;
  text-align: center;
  color: #fff;
}

.caseSingleWrap .casesection .caseBoxx a {
  text-decoration: none;
  color: #fff;
}

.caseSingleWrap .casesection .caseBoxx a .content .title {
  color: #fff;
}

.caseSingleWrap .casesection .caseBoxx .content p {
  font-family: 'outfitregular';
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  text-align: center;
  margin-bottom: 0px;
}

/*=============================
              aboutGeopage
  ==============================*/
.aboutGeopage {
  position: relative;
}

.aboutGeopage .aboutRow {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: flex-start;
}

.aboutGeopage .aboutRow .leftside {
  width: 47%;
}

.aboutGeopage .aboutRow .rightside {
  width: 52%;
}

.aboutGeopage .aboutRow .leftside .imagesmain {
  position: relative;
  overflow: hidden;
}

.aboutGeopage .aboutRow .leftside .imagesmain img {
  width: 100%;
  transition: all .5s ease;
  transform: scale(1);
}

.aboutGeopage .aboutRow .leftside .imagesmain .flagImg {
  position: absolute;
  left: 15px;
  bottom: 15px;
  width: 125.74px;
  height: 125.74px;
}

.aboutGeopage .aboutRow .leftside .imagesmain .flagImg img {
  transition: none;
}

.aboutGeopage .aboutRow .leftside:hover .imagesmain .flagImg img {
  transform: none !important;
  opacity: 1 !important;
}

.aboutGeopage .aboutRow .leftside:hover .imagesmain img {
  transform: scale(1.05);
  opacity: 0.9;
}

.aboutGeopage .aboutRow .rightside {
  position: relative;
}

.aboutGeopage .aboutRow .rightside .text {
  position: relative;
  font-family: 'outfitregular';
  font-size: 19px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  margin-bottom: 20px;
  color: rgba(58, 57, 57, 1);
}

.aboutGeopage .aboutRow .rightside .text a {
  color: rgba(58, 57, 57, 1);
}

.aboutGeopage .aboutRow .rightside .text a:hover {
  color: #061D1B;
}

.aboutGeopage .aboutRow .rightside .btn-two {
  width: 500px;
}

.aboutGeopage .aboutRow .rightside .btn-two p span {
  font-size: 24px;
}

/*=============================
            injuredWrap
  ==============================*/
.injuredWrap {
  padding: 50px 0px;
  position: relative;
}

.injuredWrap h3 {
  font-family: 'Reckless Neue';
}

.injuredWrap .content-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
}

.injuredWrap .content-head .section-title h2 {
  margin-bottom: 0px;
}

.imageseffect {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.imageseffect img {
  width: 100%;
  transition: all .5s ease;
  transform: scale(1);
}

.imageseffect:hover img {
  transform: scale(1.05);
}

.injuredWrap .text {
  position: relative;
  font-family: 'outfitregular';
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
  text-align: left;
  margin-bottom: 20px;
  color: #ffffff;
}

.injuredWrap.white-bg .text {
  color: #000;
}

.injuredWrap.green-bg .text a,
.injuredWrap.white-bg .text a {
  color: rgba(102, 129, 88, 1);
}

.injuredWrap.green-bg .text ul,
.injuredWrap.white-bg .text ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0;
}

.injuredWrap.green-bg .text ul li,
.injuredWrap.white-bg .text ul li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {

  .injuredWrap.green-bg .text ul li,
  .injuredWrap.white-bg .text ul li {
    position: relative;
    padding-left: 25px;
    padding-bottom: 5px;
  }
}

.injuredWrap.green-bg .text ul li::before,
.injuredWrap.white-bg .text ul li::before {
  position: absolute;
  box-shadow: 0px 4px 11px 0px rgba(186, 234, 160, 0.68);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: rgba(132, 166, 114, 1);
  border: 3px solid rgba(255, 255, 255, 1);
  content: "";
  left: 0px;
  top: 8px;
}

.personlWrap {
  position: relative;
  padding: 50px 0px;
}

.personlWrap .persoRow {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
}

.personlWrap .persoRow .rightside {
  position: relative;
  width: 50%;
}

.personlWrap .persoRow .rightside .title,
.personlWrap .persoRow .rightside h2 {
  font-family: 'Reckless Neue';
  font-size: 48px;
  font-weight: 400;
  line-height: 62px;
  letter-spacing: -0.01em;
  text-align: left;
  color: rgba(45, 45, 45, 1);
  margin-bottom: 25px;
}

.personlWrap .persoRow .rightside .text {
  font-family: 'outfitregular';
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 20px;
  text-align: left;
  color: rgba(45, 45, 45, 1);
}

.dotTick ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0;
  column-count: 2;
}

.dotTick ul li {
  position: relative;
  padding-left: 25px;
  font-family: 'outfitsemi_bold';
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
  line-height: 23px;
  text-align: left;
  color: rgba(45, 45, 45, 1);
}

.dotTick ul li::before {
  position: absolute;
  box-shadow: 0px 4px 11px 0px rgba(186, 234, 160, 0.68);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(132, 166, 114, 1);
  border: 3px solid rgba(255, 255, 255, 1);
  content: "";
  left: 0px;
  top: 5px;
}

.dotTickTwo {
  position: relative;
  padding-top: 15px;
  margin-bottom: 20px;
}

.dotTickTwo ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0;
}

.dotTickTwo ul li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 15px;
}

.dotTickTwo ul li::before {
  position: absolute;
  box-shadow: 0px 4px 11px 0px rgba(186, 234, 160, 0.68);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: rgba(132, 166, 114, 1);
  border: 3px solid rgba(255, 255, 255, 1);
  content: "";
  left: 0px;
  top: 8px;
}

.dotTickTwo ul li .title {
  font-family: 'outfitsemi_bold';
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 30px;
  text-align: left;
}

.dotTickTwo ul li p {
  font-size: 20px;
  line-height: 28px;
  font-family: 'outfitregular';
  font-weight: normal;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 5px;
  text-align: left;
}

.personlWrap .persoRow .leftside {
  position: relative;
  width: 50%;
}

.personlWrap .persoRow .leftside .images {
  position: relative;
  padding-left: 25px;
  margin-bottom: 0;
}

.personlWrap .persoRow .leftside .images img {
  width: 100%;
}

.personlWrap .persoRow .leftside .images::before {
  position: absolute;
  left: 0;
  top: 3%;
  width: 100%;
  height: 94%;
  content: "";
  background: transparent;
  border: 2px solid rgb(90 255 0);
  z-index: 99;
}

.personlWrapreverse {
  position: relative;
}

.personlWrapreverse .persoRow {
  flex-direction: row-reverse;
}

.personlWrapreverse .persoRow .leftside .images {
  padding-left: 0;
  padding-right: 25px;
}

.personlWrapreverse .persoRow .leftside .images::before {
  left: auto;
  right: 0;
}

.servedWrap {
  position: relative;
}

.servedWrapBg {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: top !important;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  z-index: 1;
  width: 100%;
}

.servedWrap .container {
  position: relative;
  z-index: 99;
}

.servedArea {
  margin-top: 70px;
  position: relative;
}

.servedArea .col-lg-3 {
  padding: 0;
}

.servedArea .servedBOx {
  position: relative;
}

.servedArea .servedBOx .btn-one {
  width: 100%;
  height: 85px;
  font-family: 'outfitregular';
  font-size: 25px;
  font-weight: 400;
  text-align: center;
  line-height: 85px;
  background: rgba(20, 41, 40, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: #ffffff;
}

.servedArea .servedBOx .btn-one:before {
  background: rgba(186, 234, 160, 1);
}

.servedArea .servedBOx .btn-one:after {
  background: rgba(186, 234, 160, 1);
}

.servedArea .servedBOx .btn-one:hover {
  background: rgba(186, 234, 160, 1);
  color: rgba(6, 29, 27, 1);
}

.domeWrap {
  padding: 50px 0px;
  position: relative;
}

.domeWrap .text {
  text-align: center;
}

.consultdemo {
  position: relative;
  margin-top: 50px;
}

.consultdemo .row {
  justify-content: center;
}

.consultdemo .col-lg-6 {
  display: flex;
}

.consultdemoBox {
  margin-top: 25px;
  position: relative;
  background: rgba(238, 238, 238, 1);
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 25px;
  /* min-height: 400px; */
}

.consultdemoBox.consultdemoBoxTwo {
  min-height: 600px;
}

.consultdemoBox .number {
  font-family: 'outfitsemi_bold';
  font-size: 20px;
  font-weight: 600;
  line-height: 26.4px;
  text-align: left;
  color: rgba(107, 141, 12, 1);
}

.consultdemoBox .title {
  font-family: 'outfitmedium';
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  text-align: left;
  color: rgba(45, 45, 45, 1);
}

.consultdemoBox .text {
  font-family: 'outfitregular';
  font-size: 18px;
  font-weight: 400;
  line-height: 29.12px;
  text-align: left;
  color: rgba(45, 45, 45, 1);
}

.consultdemoBox .text ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0;
  /* column-count: 2; */
}

.consultdemoBox .text ul li {
  position: relative;
  padding-left: 25px;
  font-family: 'outfitsemi_bold';
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
  line-height: 23px;
  text-align: left;
  color: rgba(45, 45, 45, 1);
}

.consultdemoBox .text ul li::before {
  position: absolute;
  box-shadow: 0px 4px 11px 0px rgba(186, 234, 160, 0.68);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(132, 166, 114, 1);
  border: 3px solid rgba(255, 255, 255, 1);
  content: "";
  left: 0px;
  top: 5px;
}

/*=============================
              footer
  ==============================*/
footer {
  padding: 110px 0 0px;
  position: relative;
  background: #061D1B;
}

footer .container {
  max-width: 1450px;
}

.footerNavigation {
  padding: 55px 0px 45px;
  position: relative;
  border-top: 1.19px solid #FFFFFF33;
  border-bottom: 1.19px solid #FFFFFF33;
}

footer h4 {
  font-family: 'outfitmedium';
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  text-transform: capitalize;
  text-align: left;
  color: #fff;
  margin-bottom: 25px;
}

footer ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

footer ul li a {
  font-family: 'outfitregular';
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 1;
  text-align: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #BAEAA0, #BAEAA0 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: 100%;
  transition: all 0.3s ease-in-out;
}

footer ul li a:before {
  display: block;
  content: '';
  width: 0;
  height: 1px;
  bottom: 5px;
  left: 0;
  bottom: -2px;
  z-index: 0;
  position: absolute;
  background: #BAEAA0;
  transition: all 0.3s ease-in-out;
}

footer ul li a:hover {
  background-position: 0%;
}

footer ul li a:hover:before {
  width: 100%;
}

footer .calltoaction {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 70px;
}

footer .calltoaction .title {
  font-family: 'Reckless Neue';
  font-size: 60px;
  font-weight: 400;
  line-height: 72px;
  text-align: left;
  color: #fff;
}

footer .calltoaction .title span {
  color: #BAEAA0;
  font-weight: 500;
}

/* footer ul li a:hover{color:#BAEAA0;} */
.subNavv ul {
  column-count: 3;
}

footer .mediaPort {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 50px 0;
}

footer .socialMedia {
  position: relative;
}

footer .socialMedia ul {
  display: flex;
  gap: 20px;
}

footer .socialMedia ul li {
  list-style: none;
}

footer .socialMedia ul li a {
  width: 45px;
  height: 45px;
  background: #FFFFFF0D;
  text-align: center;
  line-height: 45px;
  font-size: 22px;
  display: block;
  -webkit-text-fill-color: unset;
  position: relative;
  overflow: hidden;
  border: 1.35px solid rgb(255 255 255 / 35%);
  z-index: 1;
}

footer .socialMedia ul li a i {
  position: relative;
  color: #fff;
  transition: .5s;
  z-index: 3;
}

footer .socialMedia ul li a:hover i {
  color: #000;
  transform: rotateY(360deg);
}

footer .socialMedia ul li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  color: #000;
  background: #BAEAA0;
  transition: .5s;
  z-index: 2;
}

footer .socialMedia ul li a:hover:before {
  top: 0;
}

footer .emailSide {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
}

.boxemail .title {
  font-family: 'outfitmedium';
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  text-align: left;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.boxemail .emailLink {
  font-family: 'outfitregular';
  font-size: 17px;
  font-weight: 400;
  line-height: 28.92px;
  text-align: left;
  color: #fff;
}

.boxemail .emailLink a {
  font-family: 'outfitregular';
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 1;
  text-align: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #BAEAA0, #BAEAA0 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: 100%;
  transition: all 0.3s ease-in-out;
}

.boxemail .emailLink a:hover {
  background-position: 0%;
}

.copyright {
  position: relative;
  border-top: 1.19px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
}

.copyright .contentbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 50px;
}

.copyright .contentbox p {
  font-family: 'outfitregular';
  font-size: 15.89px;
  font-weight: 400;
  line-height: 28.92px;
  text-align: left;
  color: #fff;
  margin-bottom: 0px;
}

.copyright .contentbox .dmcImg img {
  width: 150px;
}

.copyright .contentboxLILN {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.copyright .contentboxLILN p {
  font-family: 'outfitregular';
  font-size: 17px;
  font-weight: 400;
  line-height: 28.92px;
  text-align: left;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 0px;
}

.copyright .contentboxLILN p a {
  text-decoration: none;
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 1;
  text-align: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #BAEAA0, #BAEAA0 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: 100%;
  transition: all 0.3s ease-in-out;
}

.copyright .contentboxLILN p a:hover {
  background-position: 0%;
}

.mblflx {
  display: none;
}

.btn-mobile {
  display: none;
}

.counterWrap {
  position: relative;
  padding-top: 0;
}

.counterWrap .container {
  max-width: 1440px;
}

.counterWrap .item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.counterWrap .item .countBox {
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
  gap: 5px;
  justify-content: center;
  align-items: center;
}

.counterWrap .item .countBox .leftSdidee {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.counterWrap .item .countBox .leftSdidee .count {
  font-family: 'Reckless Neue';
  font-size: 54px;
  font-weight: 400;
  line-height: 64.8px;
  text-align: center;
  color: rgba(45, 45, 45, 1);
}

.counterWrap .item .countBox .leftSdidee span {
  font-family: 'Reckless Neue';
  font-size: 54px;
  font-weight: 400;
  line-height: 64.8px;
  text-align: center;
  color: rgba(45, 45, 45, 1);
}

.counterWrap .item .countBox .rightSdidee {
  font-family: 'Reckless Neue';
  font-size: 54px;
  font-weight: 400;
  line-height: 64.8px;
  text-align: center;
  color: rgba(45, 45, 45, 1);
}

.counterWrap .item p {
  position: relative;
  margin-bottom: 0;
  font-family: 'outfitregular';
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}

/*teamWrapper*/
.teamWrapper {
  position: relative;
}

.teamWrapper .teamMembers {
  background: #ffffff;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.teamWrapper a.teamMembers:hover,
.teamWrapper a.teamMembers:focus {
  text-decoration: none;
  color: inherit;
}

.teamWrapper .teamMembers .teamImg {
  position: relative;
  overflow: hidden;
}

.teamWrapper .teamMembers .teamImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.teamWrapper .teamMembers .teamImg:before {
  content: "";
  position: absolute;
  top: 25px;
  bottom: -2px;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 42.79%, rgba(255, 255, 255, 0.85) 79.62%, rgba(255, 255, 255, 0.97) 93.26%);
  visibility: visible;
  transform-origin: bottom center;
  transform: scaleY(1) translateZ(0px);
  transition: opacity .5s ease, visibility .5s ease, transform .7s ease;
  z-index: 99;
}

.teamWrapper .teamMembers .contentt {
  opacity: 1;
  width: 100%;
  position: absolute;
  text-align: left;
  transition: all .5s ease;
  left: 0px;
  padding: 0px 20px 20px;
  z-index: 100;
  bottom: 0px;
}

.teamWrapper .teamMembers:hover .contentt {
  opacity: 1;
  bottom: 20px;
  transition: all .3s ease;
}

.teamWrapper .teamMembers .contentt h5 {
  font-family: 'Reckless Neue';
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  color: rgba(45, 45, 45, 1);
}

.teamWrapper .teamMembers .contentt h5 a {
  color: rgba(45, 45, 45, 1);
  text-decoration: none;
}

.teamWrapper .teamMembers .contentt h5 a:hover,
.teamWrapper a.teamMembers:hover .contentt h5 {
  color: rgba(6, 29, 27, 1);
}

.teamWrapper .teamMembers .contentt p {
  margin-bottom: 0;
  font-family: 'outfitmedium';
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  color: rgba(102, 102, 102, 1);
}

.teamdetWrap {
  background: rgba(251, 251, 251, 1);
  position: relative;
}

.teamdetWrap .team-details {
  background: rgba(251, 251, 251, 1);
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}

.teamdetWrap .team-details .teamImg {
  position: relative;
  overflow: hidden;
}

.teamdetWrap .team-details .teamImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.teamdetWrap .team-details .teamImg:before {
  content: "";
  position: absolute;
  top: 25px;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(179.98deg, rgba(251, 251, 251, 0) 42.79%, rgba(251, 251, 251, 0.85) 77.07%, #FBFBFB 95.8%);
  visibility: visible;
  transform-origin: bottom center;
  transform: scaleY(1) translateZ(0px);
  transition: opacity .5s ease, visibility .5s ease, transform .7s ease;
  z-index: 99;
}

.team-details h5 {
  font-family: 'outfitmedium';
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: rgba(102, 102, 102, 1);
  text-align: left;
  margin: 35px 0 20px;
}

.team-details .socialmedia {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.team-details .socialmedia a {
  background: rgba(78, 98, 67, 1);
  width: 55px;
  height: 55px;
  font-size: 18px;
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: none;
}

.team-details .socialmedia a:hover {
  background: #142928;
  color: #BAEAA0;
}

.teamdetWrap .content {
  position: relative;
}

.teamdetWrap .content .title {
  position: relative;
  font-family: 'Reckless Neue';
  font-size: 54px;
  font-weight: 400;
  line-height: 65px;
  letter-spacing: -0.01em;
  text-align: left;
  margin-bottom: 15px;
  color: rgba(45, 45, 45, 1);
}

.teamdetWrap .content .position {
  font-family: 'outfitsemi_bold';
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
  text-align: left;
  color: rgba(102, 102, 102, 1);
  margin-bottom: 15px;
}

.teamdetWrap .content p {
  font-size: 20px;
  line-height: 32px;
  font-family: 'outfitregular';
  color: rgba(112, 112, 112, 1);
}

.teamdetWrap .content p:last-child {
  margin-bottom: 0;
}

/*=============================
             careerWrap
  ==============================*/
.careerWrap {
  position: relative;
}

.careerWrap .text a {
  color: rgba(102, 129, 88, 1);
}

.careerWrap .jobList {
  position: relative;
  margin-top: 40px;
}

.careerWrap .jobList ul {
  position: relative;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.careerWrap .jobList ul li {
  margin-bottom: 25px;
}

.careerWrap .jobList ul li .jobBoxx {
  display: flex;
  background: rgba(243, 243, 243, 1);
  padding: 34px;
  position: relative;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  transition: all .5s ease;
}

.careerWrap .jobList ul li:hover .jobBoxx {
  box-shadow: 0px 0 20px 0px rgba(92, 92, 92, 0.055);
  transition: all .5s ease;
}

.careerWrap .jobList ul li .jobBoxx .leftsideContent {
  width: 85%;
  gap: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.careerWrap .jobList ul li .jobBoxx .rightButn {
  width: 15%;
}

.careerWrap .jobList ul li .jobBoxx .rightButn .btn-one {
  width: 100%;
  height: 70px;
  font-size: 20px;
  line-height: 65px;
  font-family: 'outfitsemi_bold';
  font-weight: 600;
  background: rgba(186, 234, 160, 0.15);
  border: 2px solid rgba(186, 234, 160, 1);
  color: #000;
}

.careerWrap .jobList ul li .jobBoxx .rightButn .btn-one:before {
  background: #142928;
}

.careerWrap .jobList ul li .jobBoxx .rightButn .btn-one:after {
  background: #142928;
}

.careerWrap .jobList ul li .jobBoxx .rightButn .btn-one:hover {
  color: #baeaa0;
  background: #142928;
}

.careerWrap .jobList ul li .jobBoxx .leftsideContent .discriptionxs {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.careerWrap .jobList ul li .jobBoxx .leftsideContent .discriptionxs .bocdis {
  border-right: 1px solid rgba(189, 189, 189, 1);
  padding-right: 25px;
  margin-right: 25px;
}

.careerWrap .jobList ul li .jobBoxx .leftsideContent .discriptionxs .bocdis:last-child {
  border-right: none;
  padding-right: 0px;
  margin-right: 0px;
}

.careerWrap .jobList ul li .jobBoxx .leftsideContent .discriptionxs .bocdis p {
  font-size: 20px;
  line-height: 30px;
  font-family: 'outfitregular';
  font-weight: normal;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 3px;
  text-align: left;
}

.careerWrap .jobList ul li .jobBoxx .leftsideContent .timeTag {
  position: relative;
  background: rgba(223, 245, 211, 1);
  font-family: 'outfitmedium';
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: rgba(102, 129, 88, 1);
  text-align: center;
  width: 116px;
  display: flex;
  flex-direction: column;
  text-transform: capitalize;
  align-items: center;
  margin: 0px;
  justify-content: center;
  border-radius: 50px;
  padding: 8px 0 6px;
}

.careerWrap .jobList ul li .jobBoxx .leftsideContent .title {
  font-family: 'outfitsemi_bold';
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 42px;
  text-align: left;
  color: #000;
}

.careerWrap .jobList ul li .jobBoxx .leftsideContent .discriptionxs .bocdis p i {
  color: rgba(102, 129, 88, 1);
  padding-right: 10px;
}

.careerWrap .jobList ul li .jobBoxx .leftsideContent .discriptionxs .bocdis .jonId {
  font-family: 'outfitmedium';
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  color: #000;
}

/*innderContentpage*/
.innderContentpage {
  position: relative;
}

.blogVideo {
  position: relative;
}

.blogVideo .title {
  font-family: 'outfitsemi_bold';
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
  color: #707070;

}

.blogVideo .videoLink {
  font-family: 'outfitsemi_bold';
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
  color: #6B8D0C;
  margin-top: 15px;
}

.blogVideo .videoLink a {
  color: #6B8D0C;
}

.blogVideo .videoLink a:hover {
  color: #142928;
}

.innderContentpage .text {
  font-family: 'outfitregular';
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  margin-bottom: 20px;
}

.blogdetailss .text {
  color: #707070;
}

.blogdetailss .imageseffect {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 0px;
}

.innderContentpage .consultation-box {
  position: relative;
  background: #f3f3f3;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
  margin: 35px 0px;
}

.innderContentpage .consultation-box .socialShare h5 {
  font-family: 'outfitmedium';
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: rgba(102, 102, 102, 1);
  text-align: left;
  margin: 0 0 15px;
}

.innderContentpage .consultation-box .socialShare .socialmedia {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.innderContentpage .consultation-box .socialShare .socialmedia a {
  background: rgba(78, 98, 67, 1);
  width: 55px;
  height: 55px;
  font-size: 18px;
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: none;
}

.innderContentpage .consultation-box .socialShare .socialmedia a:hover {
  background: #142928;
  color: #BAEAA0;
}

.innderContentpage .consultation-box .icon-ceoo {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: top !important;
  position: absolute;
  bottom: 0px;
  right: 0px;
  content: "";
  width: 157px;
  height: 257px;
  z-index: 1;
}

/* .innderContentpage .section-contentt {
    padding-top: 50px;
  } */
.innderContentpage .section-contentt h3 {
  font-family: 'Reckless Neue';
  font-size: 28px;
  font-weight: 600;
  line-height: 38.4px;
  text-align: left;
  color: #2D2D2D;
  margin-bottom: 20px;
}

.innderContentpage .section-contentt h2 {
  font-family: 'Reckless Neue';
  font-size: 32px;
  font-weight: 600;
  line-height: 38.4px;
  text-align: left;
  color: #2D2D2D;
  margin-bottom: 20px;
}

.innercontent ul {
  list-style: none;
  padding-left: 1em;
}

.innercontent ol {
  padding-left: 1em;
}

.innercontent ul li {
  position: relative;
  padding-left: 25px;
  /* padding-bottom: 15px; */
}

.innercontent ol li ul {
  margin-top: 10px;
}

.innercontent ul li::before {
  position: absolute;
  box-shadow: 0px 4px 11px 0px rgba(186, 234, 160, 0.68);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: rgba(132, 166, 114, 1);
  border: 3px solid rgba(255, 255, 255, 1);
  content: "";
  left: 0px;
  top: 8px;
}

.innderContentpage .section-contentt .min-title {
  position: relative;
  font-family: 'Reckless Neue';
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  color: #2D2D2D;
  margin-bottom: 20px;
}

.innderContentpage .section-contentt h3 i {
  margin-right: 10px;
  text-align: center;
  width: 42px;
  height: 42px;
  background: #20202026;
  font-size: 25px;
  line-height: 42px;
  border-radius: 50px;
}

.innderContentpage .section-contentt p,
.innderContentpage .section-contentt li {
  font-family: 'outfitregular';
  color: #707070;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  margin-bottom: 20px;
}

.innderContentpage p a {
  color: #6b8d0c;
}
.innderContentpage p a:hover {
  color: #BAEAA0;
}
.innderContentpage li a {
  color: #6b8d0c;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.innderContentpage li a:hover {
  color: #BAEAA0;
}
.aboutGeopage .aboutRow .rightside .text a {
    color: #6b8d0c;
}
.domeWrap a, .injuredWrap a, .personlWrap a {
    color: #6b8d0c;
}
.aboutGeopage a:hover, .domeWrap a:hover, .injuredWrap a:hover, .personlWrap a:hover {
    color: #BAEAA0;
}
.innderContentpage .dotTickTwo {
  padding-left: 25px;
}

.innderContentpage .consultation-box .iconhead {
  width: 55px;
}

.innderContentpage .consultation-box .iconhead img {
  width: 100%;
}

.innderContentpage .consultation-box .titlecon {
  font-family: 'Reckless Neue';
  color: #2d2d2d;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
}

.innderContentpage .consultation-box .texttw {
  font-family: 'outfitregular';
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  margin-bottom: 0px;
  color: #707070;
}

.innderContentpage .sidebar-widgat {
  position: relative;
  margin-bottom: 80px;
  background: rgba(243, 243, 243, 1);
  border-top: 7px solid #0e3531;
  max-width: 370px;
  margin-right: auto;
  margin-left: auto;
}

.innderContentpage .sidebar-widgat:last-child {
  margin-bottom: 0;
}

.innderContentpage .sidebar-widgat .title {
  position: relative;
  font-family: 'Reckless Neue';
  font-size: 28px;
  padding: 22px;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 33.6px;
  text-align: left;
  color: rgba(45, 45, 45, 1);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.innderContentpage .sidebar-widgat .side-nav {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
}

.innderContentpage .sidebar-widgat .side-nav a {
  display: block;
  background: rgba(243, 243, 243, 1);
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 25px 30px 25px 16px;
  font-family: 'outfitmedium';
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  text-transform: capitalize;
  position: relative;
  text-align: left;
  transition: all .5s ease;
  color: rgba(45, 45, 45, 0.6);
}

.innderContentpage .sidebar-widgat .side-nav a::before {
  position: absolute;
  right: 18px;
  transform: translate(0, -50%);
  top: 50%;
  font-size: 18px;
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.innderContentpage .sidebar-widgat .side-nav a:hover,
.innderContentpage .sidebar-widgat .side-nav a.active {
  background: rgba(186, 234, 160, 1);
  color: rgba(6, 29, 27, 1);
  transition: all .5s ease;
}

.sidebarfix {
  position: relative;
  top: 0;
  z-index: 9;
}

.fixedPage {
  overflow: hidden;
  top: 90px;
  z-index: 9;
  position: sticky !important;
  position: -webkit-sticky !important;
  animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  border-radius: 0;
}


.mobile-display {
  display: none;
}

.desktop-display {
  display: block;
}

/* G FORMs */
/* Banner Form */
.hmb-banner .gform_heading {
  display: none;
}

.hmb-banner .gform_required_legend {
  display: none;
}

.hmb-banner .gfield_required {
  display: none !important;
}

.hmb-banner .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 20px !important;
  grid-column-gap: 20px !important;
}

/* .hmb-banner .gform_wrapper.gravity-theme .gfield{background:#fff;padding:2px 15px 4px;border:1px solid rgba(0,0,0,0.17);} */
/* .hmb-banner .gform_wrapper.gravity-theme .gfield_label{font-size:14px;font-weight:normal;margin-bottom:0;padding:0;line-height: 16px;} */
/* .hmb-banner input[type="text"],.hmb-banner input[type="tel"],.hmb-banner input[type= "email"],.hmb-banner select,.hmb-banner textarea{padding-top:7px;padding-bottom:7px;background-color:#fff;border:1px solid #fff;font-size:18px;} */
.hmb-banner input[type="text"],
.hmb-banner input[type="email"],
.hmb-banner input[type="tel"],
.hmb-banner select {
  display: block;
  width: 100%;
  padding: 12px;
  height: 58px;
  color: #fff;
  border: transparent;
  background: #FFFFFF1A;
  font-family: 'outfitregular';
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  letter-spacing: 0em;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.hmb-banner.free-evalute input[type="text"],
.hmb-banner.free-evalute input[type="email"],
.hmb-banner.free-evalute input[type="tel"],
.hmb-banner.free-evalute select,
.hmb-banner.free-evalute textarea {
  background: rgba(250, 250, 250, 1);
  color: rgba(73, 72, 72, 0.7);
}

/* White placeholder text for .hmb-banner */
.hmb-banner input[type="text"]::placeholder,
.hmb-banner input[type="email"]::placeholder,
.hmb-banner input[type="tel"]::placeholder,
.hmb-banner select::placeholder,
.hmb-banner textarea::placeholder {
  color: #fff;
}

/* Black placeholder text for .hmb-banner.free-evalute */
.hmb-banner.free-evalute input[type="text"]::placeholder,
.hmb-banner.free-evalute input[type="email"]::placeholder,
.hmb-banner.free-evalute input[type="tel"]::placeholder,
.hmb-banner.free-evalute select::placeholder,
.hmb-banner.free-evalute textarea::placeholder {
  color: rgba(73, 72, 72, 0.7);
}

/* Older browser support for Firefox 4-18 */
.hmb-banner input[type="text"]:-moz-placeholder,
.hmb-banner input[type="email"]:-moz-placeholder,
.hmb-banner input[type="tel"]:-moz-placeholder,
.hmb-banner select:-moz-placeholder,
.hmb-banner textarea:-moz-placeholder,
.hmb-banner.free-evalute input[type="text"]:-moz-placeholder,
.hmb-banner.free-evalute input[type="email"]:-moz-placeholder,
.hmb-banner.free-evalute input[type="tel"]:-moz-placeholder,
.hmb-banner.free-evalute select:-moz-placeholder,
.hmb-banner.free-evalute textarea:-moz-placeholder {
  color: inherit;
}

/* IE 10-11 and Edge */
.hmb-banner input[type="text"]:-ms-input-placeholder,
.hmb-banner input[type="email"]:-ms-input-placeholder,
.hmb-banner input[type="tel"]:-ms-input-placeholder,
.hmb-banner select:-ms-input-placeholder,
.hmb-banner textarea:-ms-input-placeholder,
.hmb-banner.free-evalute input[type="text"]:-ms-input-placeholder,
.hmb-banner.free-evalute input[type="email"]:-ms-input-placeholder,
.hmb-banner.free-evalute input[type="tel"]:-ms-input-placeholder,
.hmb-banner.free-evalute select:-ms-input-placeholder,
.hmb-banner.free-evalute textarea:-ms-input-placeholder {
  color: inherit;
}

.hmb-banner.free-evalute select {
  color: rgba(73, 72, 72, 0.7);
}

.hmb-banner select option {
  color: #000 !important;
}

.hmb-banner {
  background: #142928;
  padding: 35px 30px;
  border: 1.74px solid rgb(255 255 255 / 33%);
  position: relative;
}

.hmb-banner.free-evalute {
  background: #FFF;
  box-shadow: 0px 4.77px 35.51px 0px rgba(0, 0, 0, 0.06);
  padding: 35px 30px;
  border: 1.74px solid rgb(255 255 255 / 33%);
  position: relative;
}

.hmb-banner .gchoice {
  display: flex;
  gap: 10px;
  flex-direction: row;
  align-items: flex-start;
}

.hmb-banner .gchoice .gfield-choice-input {
  margin-top: 4px !important;

}

.hmb-banner .gchoice label {
  color: #fff;
}

.hmb-banner.free-evalute .gchoice label {
  color: rgba(73, 72, 72, 0.7);
}

/* #field_3_8{background:transparent;border:0;font-size:10px;} */
/* #input_3_6{font-size:15px;} */
/* .home-banner .gform_wrapper.gravity-theme .gfield-choice-input + label{font-size:12px!important;line-height:normal;} */
.hmb-banner button[type="submit"] {
  max-width: 100%;
  margin: 0px auto 0;
  background: #BAEAA026 !important;
  border: 1.16px solid #BAEAA099 !important;
  font-family: 'outfitmedium';
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
  line-height: 28.92px;
  text-align: center;
  color: #BAEAA0;
  height: 58px;
  width: 100%;
  display: block;
  padding: 0px !important;
}

.hmb-banner.free-evalute button[type="submit"]:hover {
  color: #000 !important;
}

.hmb-banner textarea {
  min-height: 175px;
  color: #fff;
  border: transparent;
  background: #FFFFFF1A;
  font-family: 'outfitregular';
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  letter-spacing: 0em;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Quiz Form */
#msform .previous {
  display: block !important;
  float: left;
  margin-left: -3px !important;
  margin-right: 20px !important;
}

/* #msform{text-align:center;position:relative;margin-top:20px}
  #msform fieldset .form-card{border:0 none;border-radius:0px;padding:0px;box-sizing:border-box;width:100%;margin:0;position:relative}
  #msform fieldset{border:0 none;border-radius:0.5rem;box-sizing:border-box;width:100%;margin:0;padding:0px;position:relative}
  #msform fieldset:not(:first-of-type){display:none}
  #msform fieldset .form-card{text-align:left;margin-top:10px;}
  .field-set{display:flex;flex-wrap:wrap;align-items:center;margin:0 -3px;}
  .field{width:50%;padding:5px;}
  .field-full{padding:4px 5px;width:100%;} */
#msform input,
#msform textarea {
  padding: 5px 15px;
  border: 0;
  margin-top: 0;
  width: 100%;
  box-sizing: border-box;
  color: #2C3E50;
  font-size: 18px;
  height: 50px;
  border-radius: 0;
}

/* .field-full textarea{height:130px!important;padding:15px!important;} */
#msform input:focus,
#msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
  outline-width: 0
}

#msform .action-button {
  width: 115px;
  background: rgba(107, 141, 12, 1);
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
  display: none;
  border-radius: 3px;
}

#msform .action-button:hover,
#msform .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #173d59
}

#msform .action-button-previous {
  width: 100px;
  background: #616161;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
}

.form-card h3 {
  color: #fff;
  margin: 20px 0;
  font-size: 32px;
}

.wpcf7-not-valid-tip {
  font-size: 10px;
}

.field-full.btn-submit {
  flex: 1 0 auto;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 15px 5px 0;
  align-items: center;
}

.btn-submit .wpcf7-submit {
  max-width: 370px;
  background: rgba(107, 141, 12, 1);
  color: #fff !important;
  cursor: pointer;
  border-radius: 0 !important;
  box-shadow: none !important;
  line-height: normal;
  height: auto !important;
  padding: 20px 36px !important;
  font-family: Poppins;
  font-size: 18px !important;
}

.field.date-field {
  width: 100%;
  display: flex;
  align-items: center;
}

select.list-dt {
  border: none;
  outline: 0;
  border-bottom: 1px solid #ccc;
  padding: 2px 5px 3px 5px;
  margin: 2px
}

select.list-dt:focus {
  border-bottom: 2px solid #173d59
}

.card {
  z-index: 0;
  border: none;
  border-radius: 0.5rem;
  position: relative
}

.fs-title {
  font-size: 25px;
  color: #2C3E50;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left
}

#progressbar {
  margin-bottom: 7px;
  width: 100%;
}

#progressbar li {
  list-style-type: none;
  width: 14.28%;
  background: #fcd58a;
  float: left;
  position: relative;
  height: 12px;
}

#progressbar li:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

#progressbar li:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

#progressbar li.active {
  background: rgba(107, 141, 12, 1);
}

.radio-group {
  position: relative;
  margin-bottom: 25px
}

.radio {
  display: inline-block;
  width: 204px;
  height: 104px;
  border-radius: 0;
  background: lightblue;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  cursor: pointer;
  margin: 8px 2px
}

.radio:hover {
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
}

.radio.selected {
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
}

body form#gform_1 .gfield_label,
form#gform_1 .charleft.ginput_counter.gfield_description {
  display: none !important;
}

body .gform-field-label,
body .gform_wrapper.gravity-theme .gfield_label {
  display: nonew !important;
}

body .gform_wrapper.gravity-theme .ginput_container_date input {
  width: 100%;
}

body .gform_wrapper.gravity-theme .gfield textarea.large,
body .gform_wrapper.gravity-theme .gfield textarea.medium {
  height: 50px;
}

body .gform_wrapper.gravity-theme button[type="submit"]:hover {
  color: #fff;
  background-color: #f5cd6b;
  border-color: #f5cd6b;
}

body .gform_wrapper.gravity-theme button[type="submit"] {
  border: none;
  max-width: 375px;
  margin: 30px auto 0;
  display: block;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  padding: 20px 36px;
  background: rgba(107, 141, 12, 1);
  border-radius: 0;
}

body .gform_wrapper.gravity-theme input[type=color],
body .gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
body .gform_wrapper.gravity-theme input[type=email],
body .gform_wrapper.gravity-theme input[type=month],
body .gform_wrapper.gravity-theme input[type=number],
body .gform_wrapper.gravity-theme input[type=password],
body .gform_wrapper.gravity-theme input[type=search],
body .gform_wrapper.gravity-theme input[type=tel],
body .gform_wrapper.gravity-theme input[type=text],
body .gform_wrapper.gravity-theme input[type=time],
body .gform_wrapper.gravity-theme input[type=url],
body .gform_wrapper.gravity-theme input[type=week],
body .gform_wrapper.gravity-theme select,
body .gform_wrapper.gravity-theme textarea {
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 8px;
  font-size: 20px;
}

body .gform_wrapper.gravity-theme h2.heading-1.top-title a {
  color: #fff;
}

body .gform_wrapper.gravity-theme h2.heading-1.top-title {
  padding: 10px;
  background: rgba(107, 141, 12, 1);
  margin: -30px -30px 0;
  font-size: 34px;
  letter-spacing: 0;
}

body .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 9px;
}

body .gform_footer.before {
  margin-bottom: 10px !important;
}

body .gform_button.button {
  margin-top: 0;
  display: inline-block;
}

body .gfield_description.validation_message.gfield_validation_message {
  background: transparent;
  border: 0;
  position: absolute;
  font-size: 9px;
  left: 10px;
  bottom: 0;
  width: auto;
  padding: 0 !important;
}

body .gform_wrapper.gravity-theme .gfield {
  position: relative;
}

body .gform_wrapper.gravity-theme .gform_validation_errors {
  display: none !important
}

body .gform_wrapper.gravity-theme .tm-appo-submit {
  margin-top: -10px;
  margin-bottom: 0;
}

body .calculate-form .gform_wrapper.gravity-theme p {
  margin-bottom: 0;
}

body .charleft.ginput_counter.gfield_description {
  display: none;
}

body .gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
  margin: 6px 0 7px;
  padding: 16px 0;
}

body .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
  background: transparent;
}

body .gform_wrapper.gravity-theme .select-form-st1 .gfield_label {
  display: none !important;
}

body .select-form-st1 p.gf_progressbar_title {
  display: none;
}

body .select-form-st1 h3.gsection_title {
  text-align: left;
  font-weight: normal;
  line-height: 40px;
  font-size: 32px;
  color: #000;
}

body .gform_wrapper.gravity-theme .select-form-st1 .gf_progressbar_blue {
  background: rgba(220, 220, 220, 1) !important;
  position: relative;
}

body .gform_wrapper.gravity-theme .gf_progressbar {
  margin-bottom: 50px;
}

body .gform_wrapper.gravity-theme .select-form-st1 .gf_progressbar_percentage.percentbar_blue {
  color: #fff;
  height: 12px;
  left: 0;
  top: 0px;
  z-index: 1;
  background: rgba(107, 141, 12, 1) !important;
}

body .gform_wrapper.gravity-theme .select-form-st1 .gf_progressbar_percentage.percentbar_blue span {
  color: #000;
  font-family: 'Reckless Neue';
  font-size: 28.6px;
  font-weight: 400;
  line-height: 34.32px;
  position: absolute;
  right: 0;
  top: 20px;
}

body .select-form-st1 div.gfield_radio {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -5px;
}

body .select-form-st1 .gform_next_button {
  float: left;
}

body .select-form-st1 .gform_button.button[type="submit"] {
  border-radius: 0 !important;
  display: flex;
  margin: 0 auto !important;
  text-align: center !important;
  justify-content: center;
}

body .select-form-st1 .gform_next_button,
body .select-form-st1 .gform_previous_button {
  min-width: 115px !important;
  background: rgba(107, 141, 12, 1) !important;
  font-weight: bold;
  color: white !important;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 13px 12px;
  margin: 10px 5px;
  display: nonee;
  border-radius: 3px;
  width: auto !important;
}

body .select-form-st1 .gform_previous_button {
  float: left;
}

body .select-form-st1 .gform_button[type="submit"],
body button.gform_submit_button {
  max-width: 220px;
  border-radius: 55px !important;
  background: #212d66;
  color: #fff !important;
  cursor: pointer;
  box-shadow: 0px 0px 3px 0px #ddd;
  padding: 5px 15px;
  font-size: 16px;
  letter-spacing: 1px;
  height: 45px;
  width: 168px;
}

body .select-form-st1 .gfield-choice-input {
  display: none !important;
}

body .select-form-st1_wrapper h2.gform_title {
  display: none;
}

body .gform_wrapper.gravity-theme .select-form-st1 .gsection {
  border-bottom: 0px solid #ccc !important;
  padding: 0 16px 8px 0 !important;
}

body .gform_wrapper.gravity-theme .select-form-st1 .gform_fields {
  -ms-grid-columns: (1fr 2%) [12];
  grid-row-gap: 0 !important;
}

body .select-form-st1 label.gform-field-label.gform-field-label--type-sub {
  display: none !important;
}

body .select-form-st1 .ginput_container {
  margin-bottom: 20px;
}

body .select-form-st1 .ginput_container.ginput_container_textarea textarea {
  height: 130px !important;
  padding: 15px !important;
}

body .select-form-st1 .gfield-choice-input:checked+label {
  background: #E16650;
  color: #fff;
}

body .select-form-st1 .gform_page_footer.before {
  padding: 0 !important;
}

body .select-form-st1 .gchoice {
  background: transparent;
  margin: 5px;
  padding: 0;
  outline: currentcolor none medium;
  font-size: 17px;
  cursor: pointer;
  line-height: 25px;
  font-family: Poppins;
  transition: transform 300ms ease-in-out 0s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(25% - 10px);
  cursor: pointer;
}

body .gform_wrapper.gravity-theme .select-form-st1 .gfield-choice-input+label {
  font-family: 'outfitmedium';
  color: #494848;
  max-width: 100%;
  vertical-align: middle;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  background: #fff;
  margin: 5px;
  padding: 0;
  outline: currentcolor;
  border: 1.19px solid rgba(73, 72, 72, 0.2) !important;
  height: 125px;
  cursor: pointer;
  line-height: 25px;
  transition: transform .3s ease-in-out 0s;
  border: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: -0.02em;
  text-align: center;
}

body .select-form-st1 .gfield-choice-input:checked+label {
  background: green;
  color: #fff;
}

body .select-form-st1 .gform_page.no-next .gform_next_button {
  opacity: 0
}

body .select-form-st1 img.ui-datepicker-trigger {
  position: absolute;
  right: 8px;
  top: 13px;
}

body .select-form-st1 .ginput_container.ginput_container_date input {
  min-width: 185px;
  padding-right: 40px !important;
}

body .gform_wrapper.gravity-theme .select-form-st1 .ginput_container_date {
  position: relative;
  display: block;
  width: 180px;
}

body .gravity-theme.ui-datepicker .ui-datepicker-header {
  background: transparent !important;
}

body h2.gform_submission_error.hide_summary {
  padding: 0;
}

body .gform_page_fields .validation_message {
  padding: 9px 1px !important;
}

body #gform_page_2_7 .ginput_container input[type='text'],
body #gform_page_2_7 .ginput_container input[type='textarea'],
body #gform_page_2_7 .ginput_container input[type='tel'],
body #gform_page_2_7 .ginput_container input[type='email'],
body #gform_page_2_7 .ginput_container textarea {
  border: 1.19px solid rgba(73, 72, 72, 0.2) !important;
}

#gform_2 .ginput_container_consent {
  position: relative;
}

#gform_2 .ginput_container_consent input {
  display: inline-block;
  width: 30px;
}

#gform_2 .ginput_container_consent .gfield_consent_label {
  top: 15px;
  position: absolute;
  left: 45px;
}

.caseWrap .section-title {
  padding-bottom: 50px;
}

.shadow-form {
  box-shadow: 0 0 30px 7px rgba(0, 0, 0, .2);
}

.contact-form-title,
.cont-title {
  line-height: 32px;
  letter-spacing: 1px;
  font-weight: 400;
  color: #003b6b;
  font-size: 30px;
  text-align: center;
  padding-top: 30px;
  text-transform: uppercase;
}

.contact-form-title {
  color: #fff;
}

.contact-form-title {
  margin-bottom: 10px;
  font-family: Playfair Display;
  font-size: 50px;
  text-transform: none;
  line-height: 70px;
}

.ty-btn {
  display: flex;
  justify-content: center
}

.btnbox.ty-btn .btntxt {
  justify-content: center
}

.btnbox.ty-btn .btntxt p {
  font-family: 'Reckless Neue';
  font-size: 22px;
}

@media screen and (min-width:1400px) {
  .header-upper .menu-box .navbar .navbar-nav>li:hover>ul {
    top: 90%;
    opacity: 1;
    z-index: 99;
    visibility: visible;
    display: block;
  }
}

@media screen and (max-width: 575px) {
  body .gform_wrapper.gravity-theme .select-form-st1 .gfield-choice-input+label {
    height: 90px;
    font-size: 18px;
    line-height: 24px;
  }

  #gform_2 .gform_page_footer {
    margin: 45px 0 0;
  }

  #gform_2 .ginput_container_consent .gfield_consent_label {
    top: 5px;
  }
}

@media (max-width: 1199px) {
  body .select-form-st1 .gchoice {
    width: calc(50% - 10px);
  }
}

/*=============================
             media
  ==============================*/
@media screen and (max-width:1600px) {
  .project-content h4 {
    font-size: 30px;
    line-height: 36px;
  }

  .header-upper .menu-box .navbar .navbar-nav>li a {
    font-size: 12px;
    padding: 30px 10px;
  }

  .header-upper .phoneBox .lang a {
    font-size: 18px;
  }

  .btn-one {
    width: 180px;
    height: 65px;
    font-size: 20px;
  }

  .btn-two {
    width: 300px;
    height: 80px;
  }

  .btn-two p {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .btn-two p span {
    font-size: 21px;
    line-height: 24px;
  }

  .btn-two .btntxt i {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }

  .btn-two .btntxt {
    padding: 0 10px;
    gap: 10px;
  }

  .header-upper .header-box {
    gap: 10px;
  }

  .header-upper .header-box .logo-box {
    margin-right: 5px;
  }

  .header-upper .phoneBox .btnn img {
    width: 20px;
  }

  .aboutGeopage .aboutRow .rightside .btn-two p span {
    font-size: 21px;
  }

  .aboutGeopage .aboutRow .rightside .btn-two {
    width: 430px;
  }
}

@media screen and (max-width:1400px) {
  .header-upper .menu-box .navbar .navbar-nav>li>ul>li a {
    font-size: 16px;
  }

  .bannerWraper .content-box h1 {
    font-size: 60px;
    line-height: 80px;
    margin: 0;
  }

  .locationBox .locatDetails .phoneLink {
    font-size: 22px;
    line-height: 34px;
  }

  .project-content p {
    font-size: 16px;
    line-height: 24px;
  }

  .project-content h4 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  section {
    padding: 120px 0;
  }

  .practWrap {
    padding-top: 120px;
  }

  .innderContentpage .section-contentt {
    padding-top: 30px;
  }

  .bannerWraper {
    padding-top: 230px;
  }

  .consultdemoBox.consultdemoBoxTwo {
    min-height: 650px;
  }

  .navbar-toggler {
    padding: 0;
    display: block !important;
    font-size: 3rem;
    line-height: 1;
    background-color: transparent;
    position: absolute;
    top: -25px;
    height: 50px;
    width: 50px;
    right: 0px;
    color: #fff;
    border: none !important;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
  }
  .header-upper .menu-box .navbar .navbar-collapse{
        display: block;
    }
    .header-upper .menu-box .navbar .phoneBox .header-search-btn{
        display: none;
    }
    .header-upper .phnbox2 .header-search-btn{
        display: block;
    }
  .navbar-collapse {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 100%;
    width: 450px;
    padding: 40px;
    overflow-y: auto;
    visibility: hidden;
    background-color: #24282e;
    transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    z-index: 9999999 !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.38);
  }

  .navbar-collapse.show {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .header-upper .menu-box .navbar {
    justify-content: flex-end;
  }

  .header-upper .menu-box .navbar .navbar-nav>li.active a,
  .header-upper .menu-box .navbar .navbar-nav>li a:hover {
    color: transparent;
  }

  .header-upper .menu-box .navbar .navbar-nav>li a {
    display: block !important;
    padding: 15px 15px !important;
  }

  .header-upper .menu-box .navbar .navbar-nav>li.active a,
  .header-upper .menu-box .navbar .navbar-nav>li:hover a {
    display: block;
    color: #BAEAA0;
  }

  .header-upper .menu-box .navbar .close-toggler {
    display: block;
    color: #061d1b;
    padding: 0;
    border: none;
    font-size: 18px;
    margin-bottom: 0px;
    height: 60px;
    border-radius: 50px;
    background: #BAEAA0;
    width: 60px;
  }

  .header-upper .menu-box .navbar .navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 25px;
    gap: 0;
    list-style: none;
  }

  .header-upper .menu-box .navbar .navbar-nav li {
    text-align: left;
    position: relative;
    float: none;
    padding: 0px 0;
    width: 100%;
    border-top: 1px solid #dfe2e9;
  }

  .header-upper .menu-box .navbar .navbar-nav li:first-child {
    border-top: none;
  }

  .header-upper .menu-box .navbar .navbar-nav li a {
    width: 100%;
    padding: 0;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    line-height: 1.5;
  }

  .header-upper .menu-box .navbar .navbar-nav>li.menu-item-has-children>a::after {
    position: absolute;
    right: 15px;
    top: 13px;
    margin-left: 0;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
    background: #061d1b;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    z-index: 10;
    content: "\f078";
  }

  .menu-item-has-children-2col .sub-menu {
    column-count: 1 !important;
    width: 100% !important;
  }

  .header-upper .menu-box .navbar .navbar-nav>li>ul>li.menu-item-has-children>a::after {
    position: absolute;
    right: 15px;
    top: 13px;
    margin-left: 0;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
    background: #061d1b;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    z-index: 10;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }

  .header-upper .menu-box .navbar .navbar-nav li:hover a::after {
    color: #061d1b;
    background: #BAEAA0;
  }

  .header-upper .menu-box .navbar .navbar-nav li.active a::after {
    color: #061d1b;
    background: #fff;
  }

  .header-upper .menu-box .navbar .navbar-nav>li>ul {
    position: static;
    display: none;
    visibility: visible;
    opacity: 1;
    width: 100%;
  }

  .header-upper .menu-box .navbar .navbar-nav>li>ul>li {
    padding: 0;
  }

  .header-upper .menu-box .navbar .navbar-nav>li>ul>li>ul>li {
    padding: 0;
  }

  .header-upper .menu-box .navbar .navbar-nav>li>ul>li>a {
    color: #000 !important;
    background: #fff !important;
  }

  .header-upper .menu-box .navbar .navbar-nav>li>ul>li:hover>a {
    background: #061d1b !important;
    color: #BAEAA0 !important;
  }

  .header-upper .menu-box .navbar .navbar-nav>li>ul>li>ul>li a {
    color: #000 !important;
    background: #fff !important;
  }

  .header-upper .menu-box .navbar .navbar-nav>li>ul>li>ul>li a:hover {
    color: #fff !important;
    background: #061d1b !important;
  }

  .header-upper .menu-box .navbar .navbar-nav>li>ul>li.menu-item-has-children>a:hover::after {
    background: #BAEAA0 !important;
    color: #061d1b !important;
  }

  .header-upper .menu-box .navbar .navbar-nav>li>ul>li>ul {
    position: static;
    display: none;
    visibility: visible;
    opacity: 1;
    width: 100%;
  }

  .header-upper .menu-box .navbar .navbar-nav>li>ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
    top: 45px;
    z-index: 9999;
  }

  .header-upper .phoneBox {
    padding-right: 75px;
  }

  .header-upper .header-box .headerMenuu {
    position: relative;
    flex-direction: row-reverse;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .menu-box {
    position: relative;
    z-index: 999;
  }

  .about__content ul li .title {
    font-size: 56px;
  }

  .aboutWrap .section-title {
    padding-right: 20px;
  }

  .aboutWrap .aboutAimm {
    position: relative;
    width: 340px;
    left: -50px;
    top: 25px;
    z-index: -1;
  }

  .aboutWrap h1 {
    font-family: 'Reckless Neue';
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 25px;
  }

  .portfolio-one__sub-title {
    font-size: 16px;
    line-height: 26px;
  }

  .logoBarr .logoImgList ul li {
    width: 145px;
    height: 145px;
  }

  .section-title h2 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 35px;
  }

  .aboutWrap .section-title .btnbox .btn-two {
    width: 100%;
  }

  .about__content ul li p {
    line-height: 25px;
  }
}

@media screen and (max-width:1320px) {
  .portfolio-one__single:hover .portfolio-one__content h3 {
    bottom: 32%;
  }

  .about__content ul li p {
    line-height: 24px;
  }

  .testimonialCrousel {
    position: relative;
    padding-left: 0;
  }

  .testimonialCrousel .testiBOx p {
    font-family: 'outfitmedium';
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 34px;
  }

  .accordianWrap .accordion .at-title h2 {
    font-size: 25px;
    line-height: 34px;
  }

  .evalutionContetn .alideail {
    height: 280px;
  }

  .evalutionContetn .alideail .delabout .title {
    font-size: 24px;
    margin-bottom: 18px;
    line-height: 28px;
  }

  .bannerWraperGeo .breadHead .left-contetnt h1 {
    margin-bottom: 65px;
    font-size: 65px;
    line-height: 80px;
  }

  .personlWrap .persoRow .rightside .title {
    font-size: 36px;
    line-height: 44px;
  }
}

@media screen and (max-width:1199px) {
  .bannerWraper .content-box h1 {
    font-size: 50px;
    line-height: 65px;
  }

  .aboutWrap .section-title .text {
    font-size: 18px;
    line-height: 26px;
  }

  footer .calltoaction .title {
    font-size: 45px;
    line-height: 50px;
  }

  .locationBox .locatDetails .path {
    font-size: 18px;
    line-height: 26px;
  }

  .blogSectionWrap .blogCard .content .authorBox .athorImg {
    width: 50px;
    height: 50px;
    border-radius: 50px;
  }

  .blogSectionWrap .blogCard .content .authorBox .nameBox .titleBox {
    font-size: 18px;
    line-height: 22px;
  }

  .blogSectionWrap .blogCard .content .authorBox .nameBox p {
    font-size: 14px;
  }

  .blogSectionWrap .blogCard .content .title {
    font-size: 24px;
    line-height: 30px;
  }

  .blogSectionWrap .blogCard .content p {
    font-size: 18px;
    line-height: 28px;
  }

  .breadCrubWrp .breadHead .left-contetnt h1 {
    font-size: 36px;
    line-height: 50px;
  }

  .bannerWraperGeo .breadHead .left-contetnt h1 {
    font-size: 50px;
    line-height: 64px;
  }

  .injuredWrap .text {
    font-size: 18px;
    line-height: 26px;
  }

  .dotTick ul li {
    font-size: 17px;
    padding-bottom: 10px;
  }

  .dotTickTwo ul li .title {
    font-size: 20px;
    line-height: 26px;
  }

  .dotTickTwo ul li p {
    font-size: 18px;
    line-height: 26px;
  }

  .personlWrap .persoRow .rightside .text {
    font-size: 18px;
    line-height: 26px;
  }

  .servedArea {
    margin-top: 50px;
    position: relative;
  }

  .servedArea .servedBOx .btn-one {
    height: 70px;
    font-size: 20px;
    line-height: 70px;
  }

  .aboutGeopage .aboutRow .rightside .text {
    font-size: 18px;
    line-height: 24px;
  }

  .breadCrubWrp {
    height: 470px;
    padding-bottom: 70px;
  }

  .portfolio-one__img img {
    object-fit: cover;
    height: 500px;
  }

  .breadCrubWrp .breadHead .left-contetnt nav .breadcrumb {
    margin-bottom: 15px;
  }

  .bannerWraperGeo .breadHead .left-contetnt nav .breadcrumb {
    margin-bottom: 20px;
  }

  .evalutionContetn {
    padding: 20px 15px 0;
    gap: 15px;
  }

  .evalutionContetn .imgboxAli img {
    width: 100%;
    position: relative;
    bottom: -22px;
  }

  .evalutionContetn .alideail .delabout .title {
    font-size: 17px;
    margin-bottom: 15px;
    line-height: 25px;
  }

  .evalutionContetn .imgboxAli {
    width: 45%;
  }

  .evalutionContetn .alideail {
    height: 230px;
  }

  .evalutionContetn .alideail p {
    margin-bottom: 0;
    color: #fff;
    font-size: 15px;
    line-height: 23px;
  }

  .testimonialCrousel .testiBOx .authorBox h4 {
    font-size: 24px;
    line-height: 32px;
  }

  .testimonialCrousel .testiBOx .authorBox p {
    font-size: 18px;
    line-height: 27px;
  }

  .testimonialwrap .row {
    align-items: center;
  }

  section {
    padding: 90px 0;
  }

  .practWrap {
    padding-top: 90px;
  }

  .about__content ul li .title {
    font-size: 22px;
    line-height: 28px;
  }

  .aboutWrap h1 {
    font-family: 'Reckless Neue';
    font-size: 36px;
    line-height: 45px;
  }

  .aboutWrap .aboutAimm {
    position: relative;
    width: 300px;
    left: -50px;
    top: 55px;
    z-index: -1;
  }

  .section-title .text {
    font-size: 18px;
  }

  .portfolio-one__single:hover .portfolio-one__content h3 {
    bottom: 15%;
  }

  .portfolio-one__sub-title {
    font-size: 16px;
    line-height: 28px;
  }

  .logoBoxImg .logoContetn {
    flex-direction: column;
    gap: 30px;
  }

  .logoBar-left,
  .logoBar-right {
    width: 100%;
  }

  .logoBarr .logoImgList ul li {
    width: 190px;
    height: 190px;
  }

  .logoBarr .logoImgList ul {
    justify-content: center;
    gap: 25px;
  }

  .section-title h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
  }

  .processWrap .processBox .title {
    font-size: 24px;
    line-height: 30px;
  }

  .processWrap .processBox .countss {
    font-size: 20px;
  }

  .reviewsWrap .reviewBox .text {
    font-size: 18px;
    line-height: 26px;
  }

  .accordianWrap .accordion .at-title h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .section-title .text br {
    display: none;
  }

  .contactWrap .row {
    align-items: center;
  }

  .locationBox .locatDetails {
    margin-top: 25px;
  }

  .caseSingleWrap .casesection .caseBoxx .content .title {
    font-size: 36px;
    line-height: 48px;
  }

  .caseSingleWrap .casesection .caseBoxx .content p {
    font-size: 20px;
  }

  .innerWrapContent .faqsBox {
    position: relative;
    margin-bottom: 50px;
  }

  .consultationBox .texttw {
    text-align: justify;
  }

  footer {
    padding: 90px 0 0px;
  }

  .consultdemoBox {
    min-height: 465px;
    gap: 25px;
  }

  .caseWrap .progressSection .case-button .btn-one {
    font-size: 23px;
  }

  .injuredWrap .content-head .section-title h2 {
    text-align: center;
  }

  .injuredWrap .content-head {
    flex-direction: column;
    margin-bottom: 50px;
    gap: 25px;
  }

  .consultdemoBox .title {
    font-size: 26px;
    line-height: 28px;
  }

  .accordianImgbox {
    display: block;
    padding-right: 0;
    position: relative;
  }

  .consultdemoBox.consultdemoBoxTwo {
    min-height: 775px;
  }

  .teamdetWrap .content p {
    font-size: 18px;
    line-height: 26px;
  }

  .teamdetWrap .content .position {
    font-size: 24px;
    line-height: 32px;
  }

  .teamdetWrap .content .title {
    font-size: 48px;
    line-height: 55px;
  }

  .innderContentpage .section-contentt p,
  .innderContentpage .section-contentt li,
  .innderContentpage .text,
  .innderContentpage .consultation-box .texttw {
    font-size: 18px;
    line-height: 28px;
  }

  .innderContentpage .section-contentt h3 {
    font-size: 28px;
    font-weight: 600;
  }

  .innderContentpage .section-contentt .min-title {
    font-size: 20px;
  }

  .careerWrap .jobList ul li .jobBoxx {
    padding: 30px;
    gap: 30px;
    flex-direction: column;
  }

  .careerWrap .jobList ul li .jobBoxx .leftsideContent {
    width: 100%;
    gap: 20px;
  }

  .careerWrap .jobList ul li .jobBoxx .rightButn {
    width: 25%;
  }

  .careerWrap .jobList ul li .jobBoxx .leftsideContent .discriptionxs .bocdis .jonId {
    font-size: 18px;
    line-height: 28px;
  }

  .careerWrap .jobList ul li .jobBoxx .leftsideContent .discriptionxs .bocdis p {
    font-size: 18px;
    line-height: 28px;
  }

  .aboutWrap .section-title .btnbox .btn-two p span {
    font-size: 19px;
    line-height: 24px;
  }
}

@media screen and (max-width:990px) {
  .breadCrubWrp {
    height: 560px;
    padding-bottom: 30px;
  }

  .breadCrubWrp .breadHead .left-contetnt {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .breadCrubWrp .breadHead .bannerButnmbl {
    display: block;
  }

  .breadCrubWrp .breadHead .bannerButndsk {
    display: none;
  }

  .copyright .container .row {
    flex-direction: column-reverse;
  }

  .desktop-display {
    display: none;
  }

  .innderContentpage .sidebar-widgat {
    margin-top: 35px;
  }

  .mobile-display {
    display: block;
    margin-bottom: 35px !important;
    margin-top: 0px !important;
  }

  .section-title-center {
    width: 100%;
  }

  .locationBox {
    margin-top: 30px;
  }

  .mediaWrap .mediaWrapBox {
    position: relative;
    margin-top: 20px;
  }

  .personlWrap .persoRow {
    display: flex;
    justify-content: space-between;
    gap: 35px;
    align-items: center;
    flex-direction: column;
  }

  .personlWrap .persoRow .rightside,
  .personlWrap .persoRow .leftside {
    position: relative;
    width: 100%;
  }

  .consultdemoBox,
  .consultdemoBox.consultdemoBoxTwo {
    min-height: auto;
    gap: 25px;
  }

  .personlWrapreverse .persoRow .leftside .images {
    padding-left: 25px;
    padding-right: 0;
  }

  .personlWrapreverse .persoRow .leftside .images::before {
    left: 0;
    right: auto;
  }

  .servedArea {
    margin-top: 30px;
    position: relative;
  }

  footer {
    padding: 75px 0 0px;
  }

  .aboutGeopage .aboutRow {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    align-items: flex-start;
    flex-direction: column;
  }

  .aboutGeopage .aboutRow .leftside,
  .aboutGeopage .aboutRow .rightside {
    width: 100%;
  }

  .caseSingleWrap .casesection {
    margin-top: 30px;
  }

  .mediaWrap .mediaWrapBox .bannerButn {
    text-align: center;
    margin-top: 30px;
  }

  .caseSingleWrap .casesection .caseBoxx .content .title {
    font-size: 30px;
    line-height: 40px;
  }

  .innerWrapContent .faqsBox .title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
  }

  .innerWrapContent .faqsBox .text,
  .consultationBox .texttw {
    font-size: 18px;
    line-height: 26px;
    text-align: justify;
  }

  .innerWrapContent .faqsBox .accordion .at-title {
    padding: 22px 90px 22px 30px;
  }

  .innerWrapContent .faqsBox .accordion .at-title h2 {
    font-size: 20px;
    line-height: 26px;
  }

  .innerWrapContent .faqsBox {
    position: relative;
    margin-bottom: 40px;
  }

  .dropDownCheck {
    position: relative;
    margin-bottom: 20px;
    gap: 20px;
    z-index: 99;
    display: flex;
  }

  .dropDownCheck .wrapper-dropdown,
  .dropDownCheck .wrapper-dropdown:nth-child(2),
  .dropDownCheck .wrapper-dropdown:nth-child(3) {
    margin: 0 !important;
    width: 100%;
  }

  .breadCrubWrp .breadHead .left-contetnt nav .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
  }

  .aboutWrap .section-title .btnbox .btn-two p span {
    font-size: 18px;
    line-height: 24px;
  }

  .breadCrubWrp .breadHead .left-contetnt h1 {
    text-align: center;
  }

  .breadCrubWrp .breadHead {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 25px;
  }

  .bannerWraperGeo .breadHead .left-contetnt nav .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
  }

  .bannerWraperGeo .breadHead .left-contetnt h1 {
    text-align: center;
    margin-bottom: 45px;
  }

  .bannerWraperGeo .breadHead {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 25px;
  }

  .bannerWraperGeo .breadHead .left-contetnt .btnbox {
    text-align: center;
    margin-bottom: 45px;
  }

  .bannerWraperGeo {
    padding-bottom: 60px;
  }

  .counterWrap .item .countBox .rightSdidee,
  .counterWrap .item .countBox .leftSdidee span,
  .counterWrap .item .countBox .leftSdidee .count {
    font-size: 38px;
    line-height: 50px;
  }

  .counterWrap .item .countBox {
    margin-bottom: 0;
  }

  .accordianWrap .accordion .at-title {
    height: 100px;
  }

  .counterWrap .item {
    margin-bottom: 20px;
  }

  .contactWrap .contForm {
    margin-top: 30px;
  }

  .evalutionContetn .imgboxAli img {
    width: 100%;
    position: relative;
    bottom: 0;
  }

  .logoBarr .logoImgList ul li {
    width: 180px;
    height: 180px;
  }

  .practWrap .content-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 50px;
    flex-direction: column;
  }

  .practWrap .content-head .btnbox {
    display: none;
  }

  .caseWrap .progressSection .progress-point {
    text-align: right;
    margin: 0 0 30px;
    font-family: 'Reckless Neue';
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
  }

  .btn-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .practWrap .content-head .subtitle {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;
  }

  .about__content {
    margin-top: 30px;
  }

  .aboutWrap .aboutAimm {
    position: relative;
    width: 300px;
    left: 0;
    top: 0;
    z-index: -1;
  }

  section {
    padding: 75px 0;
  }

  .practWrap {
    padding-top: 75px;
  }

  .section-title h2 {
    font-size: 40px;
    margin-bottom: 25px;
    line-height: 50px;
  }

  .caseWrap .progressSection .progress {
    margin: 45px 0 10px;
  }

  .testimonialwrap .section-title-center h2,
  .contactWrap .section-title,
  .practWrap .content-head {
    margin-bottom: 40px !important;
  }

  .section-title .text {
    font-size: 18px;
    line-height: 26px;
  }

  .reviewsWrap .row .col-xl-4:nth-child(2) {
    margin-top: 0;
  }

  footer .calltoaction .title {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
  }

  footer .mediaPort {
    gap: 25px;
    width: 100%;
    padding: 40px 0;
    flex-direction: column;
  }

  footer .calltoaction {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 50px;
    gap: 25px;
    flex-direction: column;
  }

  .bannerWraper .content-box {
    gap: 30px;
    margin-bottom: 40px;
  }

  .testimonialCrousel {
    position: relative;
    padding-left: 0;
    margin-top: 40px;
  }

  .reviewsWrap .section-title-center {
    margin-bottom: 25px;
  }

  .accordianImgbox {
    display: block;
    padding-right: 0;
    position: relative;
  }

  .accordianWrap .accordion {
    margin-top: 30px;
  }

  .bannerWraper .container {
    max-width: 720px;
  }

  .practWrap .container-fluid {
    max-width: 720px;
  }

  .portfolio-one__arrow a {
    width: 55px;
    height: 55px;
    font-size: 20px;
  }

  .bannerWraper {
    padding-top: 220px;
  }

  .portfolio-one__single:hover .portfolio-one__content h3 {
    bottom: 23%;
  }

  .portfolio-one__sub-title {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
  }

  .processWrap .row {
    justify-content: center;
  }

  .reviewsWrap .reviewBox .text {
    font-size: 18px;
    line-height: 26px;
  }

  .accordianWrap .section-title-center {
    margin-bottom: 30px;
  }

  .copyright .contentbox {
    justify-content: center;
    gap: 25px;
  }

  footer .socialMedia ul {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .copyright .contentboxLILN {
    justify-content: space-evenly;
  }

  .copyright .row {
    gap: 20px;
  }

  footer ul {
    margin-bottom: 30px;
  }

  .footerNavigation {
    padding: 50px 0px 35px;
  }

  .copyright .contentbox .dmcImg img {
    width: 140px;
  }

  .subtitle {
    margin-bottom: 10px !important;
  }

  .testimonialCrousel .owl-nav button {
    width: 50px;
    height: 50px;
    line-height: 750px;
    font-size: 20px !important;
  }

  .breadCrubWrp .breadHead .left-contetnt nav .breadcrumb .breadcrumb-item {
    font-size: 18px;
  }

  .bannerWraperGeo .breadHead .left-contetnt h1 {
    font-size: 40px;
    line-height: 56px;
  }

  .personlWrap .persoRow .rightside .title {
    font-size: 30px;
    line-height: 40px;
  }

  .consultdemo {
    position: relative;
    margin-top: 30px;
  }

  .teamdetWrap .team-details {
    margin-bottom: 35px;
  }

  .innderContentpage .sidebar-widgat .title {
    font-size: 24px;
    padding: 20px;
    line-height: 30px;
  }

  .careerWrap .jobList ul li .jobBoxx .rightButn .btn-one {
    height: 60px;
    line-height: 55px;
    font-size: 18px;
  }

  .careerWrap .jobList ul li .jobBoxx .leftsideContent .discriptionxs {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }

  .careerWrap .jobList ul li .jobBoxx .leftsideContent .discriptionxs .bocdis {
    padding-right: 0px;
    margin-right: 0px;
    border: none;
  }

  .careerWrap .jobList ul li .jobBoxx .rightButn {
    width: 40%;
  }

  .careerWrap .jobList ul li .jobBoxx .leftsideContent .title {
    font-size: 24px;
    line-height: 36px;
  }

  .fixedPage {
    top: 0 !important;
    margin-bottom: 25px;
    margin-top: 25px !important;
    position: relative !important;
  }

  .innderContentpage .sidebar-widgat {
    margin-bottom: 25px;
  }
}

@media screen and (max-width:767px) {
  footer .emailSide {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px;
  }

  .dropDownCheck {
    flex-direction: column;
  }

  .breadCrubWrp .breadHead .left-contetnt nav .breadcrumb .breadcrumb-item:first-child a {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }

  .breadCrubWrp .breadHead .left-contetnt h1 {
    font-size: 30px;
    line-height: 38px;
  }

  .bannerWraperGeo .breadHead .left-contetnt nav .breadcrumb .breadcrumb-item:first-child a {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }

  .bannerWraperGeo .breadHead .left-contetnt h1 {
    font-size: 36px;
    line-height: 38px;
  }

  .portfolio-one__img img {
    object-fit: cover;
    height: 400px;
  }

  .counterWrap .container {
    max-width: 540px;
  }

  .counterWrap .item {
    align-items: flex-start;
  }

  .careerWrap .jobList ul li .jobBoxx .rightButn {
    width: 50%;
  }

  .innderContentpage .section-contentt p,
  .innderContentpage .section-contentt li,
  .innderContentpage .text,
  .innderContentpage .consultation-box .texttw {
    font-size: 16px;
    line-height: 24px;
    /* text-align: justify; */
  }

  .dotTickTwo ul li {
    position: relative;
    padding-left: 25px;
    padding-bottom: 5px;
  }

  .innderContentpage .dotTickTwo {
    padding-left: 20px;
  }

  .innderContentpage .section-contentt h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .testimonialwrap .section-title-center h2,
  .contactWrap .section-title,
  .practWrap .content-head {
    margin-bottom: 35px !important;
  }

  .caseWrap .progressSection .title {
    font-size: 24px;
  }

  .navbar-collapse {
    width: 75%;
    padding: 20px;
  }

  .section-title h2 {
    font-size: 36px;
    margin-bottom: 25px;
    line-height: 44px;
  }

  .evalutionContetn .imgboxAli img {
    bottom: -12px;
  }

  .breadCrubWrp {
    height: 560px;
    padding-bottom: 30px;
  }

  .evalutionContetn .alideail .delabout .title {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 22px;
  }

  .section-title h2 br {
    display: none;
  }

  .processWrap .processBox p {
    font-family: 'outfitregular';
    min-height: auto;
  }

  .caseWrap .progressSection .case-button .btn-one {
    height: 100px;
    font-size: 22px;
    line-height: 30px;
  }

  .portfolio-one__single:hover .portfolio-one__content h3 {
    bottom: 25%;
  }

  .aboutWrap .aboutAimm {
    position: relative;
    width: 100%;
    margin: 0 auto 30px;
  }

  .headerWraper .container-fluid {
    padding: 0 30px;
  }

  .bannerWraper {
    padding-top: 180px;
  }

  .headerWraper {
    top: 30px;
  }

  .header-upper .header-box .logo-box::before {
    display: none;
  }

  .header-upper .phoneBox .lang a {
    font-size: 16px;
  }

  .header-upper .phoneBox {
    display: none;
  }

  .header-upper .header-box .headerMenuu .menu-box .mblflx {
    display: block;
  }
  .header-upper .phnbox2 .header-search-btn{
        display: none;
    }
  .header-upper .header-box .headerMenuu .menu-box .mblflx .phoneBox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 15px;
    gap: 15px;
  }

  .header-upper .phoneBox {
    padding-right: 0;
  }

  .copyright .contentbox {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }

  .copyright .contentboxLILN {
    justify-content: space-between;
  }

  .contForm .mainFormIn .btn-primary {
    font-size: 18px;
    line-height: 26px;
  }

  footer .calltoaction .title {
    font-size: 36px;
    line-height: 45px;
    text-align: center;
  }

  footer h4,
  .boxemail .title {
    font-size: 24px;
    line-height: 30px;
  }

  .accordianWrap .accordion .at-title h2 {
    font-size: 18px;
    line-height: 26px;
  }

  .contForm {
    padding: 30px 20px;
  }

  .testimonialwrap .section-title-center h2 {
    margin-bottom: 30px;
  }

  .caseSingleWrap .casesection .caseBoxx .content p {
    font-size: 16px;
  }

  .innerWrapContent .faqsBox .text,
  .consultationBox .texttw {
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
  }

  .consultdemo {
    margin-top: 25px;
  }

  .innerWrapContent .faqsBox .accordion .at-title h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .innerWrapContent .faqsBox .accordion .at-tab p,
  .innerWrapContent .faqsBox .accordion .at-tab ul li {
    font-size: 15px;
    line-height: 23px;
  }

  .innerWrapContent .faqsBox {
    position: relative;
    margin-bottom: 35px;
  }

  .aboutGeopage .aboutRow .rightside .btn-two {
    width: 100%;
  }

  .aboutGeopage .aboutRow .rightside .btn-two p {
    font-size: 14px !important;
    line-height: 23px !important;
  }

  .aboutGeopage .aboutRow .rightside .btn-two p span {
    font-size: 18px;
  }

  .personlWrap .persoRow .rightside .title {
    font-size: 28px;
    line-height: 36px;
  }

  .consultdemoBox .title {
    font-size: 24px;
    line-height: 28px;
  }

  .consultdemoBox {
    padding: 25px;
  }
}

@media screen and (max-width:575px) {
  .innderContentpage .dotTickTwo {
    padding-left: 0;
  }

  .innderContentpage .sidebar-widgat .side-nav a {
    font-size: 16px;
  }

  .footerNavigation .col-lg-5 .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  section {
    padding: 60px 0;
  }

  .breadCrubWrp {
    height: 400px;
    padding-bottom: 45px;
  }

  .breadCrubWrp .breadHead .left-contetnt nav .breadcrumb {
    margin-bottom: 15px;
  }

  .breadCrubWrp .breadHead .left-contetnt h1 {
    font-size: 20px;
    line-height: 28px;
    margin: 0;
  }

  .bannerWraperGeo .breadHead .left-contetnt nav .breadcrumb {
    margin-bottom: 15px;
  }

  .bannerWraperGeo .breadHead .left-contetnt h1 {
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 32px;
  }

  .blogSectionWrap .blogCard .content {
    padding: 20px 0px 0;
  }

  .aboutGeopage .aboutRow .rightside .text {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 23px;
  }

  .consultdemoBox .text {
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
  }

  .personlWrap .persoRow .leftside .images {
    padding-left: 15px !important;
  }

  .dotTickTwo ul li p {
    font-size: 16px;
    line-height: 24px;
  }

  footer ul li a {
    font-size: 16px;
    line-height: 26px;
  }

  .aboutGeopage .aboutRow .leftside .imagesmain .flagImg {
    width: 100px;
    height: 100px;
  }

  footer {
    padding: 50px 0 0px;
  }

  .injuredWrap .text {
    font-size: 16px;
    line-height: 24px;
  }

  .blogSectionWrap .blogCard .content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .accordianWrap .accordion .at-title {
    height: 90px;
    padding: 10px 85px 10px 20px;
  }

  .caseWrap .progressSection .case-button .btn-one {
    height: 90px;
    font-size: 18px;
    line-height: 24px;
  }

  .accordianWrap .accordion .at-tab ul li {
    font-family: 'outfitregular';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .section-title .text,
  .processWrap .processBox p,
  .about__content ul li p {
    font-size: 16px;
    line-height: 24px;
  }

  .reviewsWrap .reviewBox .reviewfoot .review-author .auhtrContent .title {
    font-size: 16px;
  }

  .reviewsWrap .reviewBox .text {
    font-size: 16px;
    line-height: 24px;
  }

  .accordianWrap .accordion .at-tab p {
    font-size: 16px;
  }

  .contForm .mainFormIn .form-group .form-control,
  .contForm .mainFormIn .form-group .form-select {
    height: 55px;
    font-size: 16px;
  }

  .evalutionContetn .alideail {
    height: 220px;
    width: 100%;
  }

  .evalutionContetn {
    flex-direction: column-reverse;
  }

  .evalutionContetn .imgboxAli {
    width: 100%;
  }

  .evalutionContetn .imgboxAli img {
    bottom: 0;
  }

  .boxemail .emailLink {
    font-size: 16px;
  }

  .about__content {
    margin-top: 30px;
  }

  .caseWrap .progressSection .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  footer .calltoaction .title br {
    display: none;
  }

  .subNavv ul {
    column-count: 2;
  }

  .bannerWraper .content-box h1 {
    font-size: 38px;
    font-weight: 500;
    line-height: 48px;
  }

  .bannerWraper .main_crousel_one {
    margin-top: 85px;
  }

  .logoBarr .logoImgList ul li {
    width: 150px;
    height: 150px;
  }

  .header-upper .header-box .logo-box .logo img {
    width: 200px;
  }

  .bannerWraper {
    padding-top: 150px;
  }

  .header-upper {
    border: 1px solid #FFFFFF1A;
    padding: 15px;
  }

  .navbar-toggler {
    font-size: 2.5rem;
  }

  .breadCrubWrp .breadHead .left-contetnt nav .breadcrumb .breadcrumb-item {
    font-size: 16px;
  }

  .dotTick ul {
    column-count: 1;
  }

  .personlWrap .persoRow .rightside .text {
    font-size: 16px;
    line-height: 24px;
  }

  .bannerWraperGeo .breadHead .left-contetnt nav .breadcrumb .breadcrumb-item {
    font-size: 16px;
  }

  .dotTick ul li {
    font-size: 16px;
    padding-bottom: 10px;
  }

  .caseSingleWrap .casesection {
    margin-top: 20px;
  }

  .teamdetWrap .content p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width:500px) {
  .innderContentpage .sidebar-widgat {
    max-width: none;
  }

  .navigation.pagination .nav-links {
    gap: 4px;
  }

  .navigation.pagination .nav-links .page-numbers {
    width: 35px;
    height: 35px;
  }

  .portfolio-one__title {
    font-size: 26px;
    margin-bottom: 0;
  }

  .portfolio-one__img img {
    object-fit: cover;
    height: 370px;
  }

  .logoBarr .logoImgList ul li {
    width: 220px;
    height: 220px;
  }

  .portfolio-one__single:hover .portfolio-one__content h3 {
    bottom: 25%;
  }

  .btn-two {
    width: 100%;
    overflow: hidden;
    display: inline-flex;
    white-space: nowrap;
  }

  .breadCrubWrp {
    height: 560px;
    padding-bottom: 30px;
  }

  .container,
  .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .header-upper .header-box .logo-box .logo img {
    width: 200px;
    height: auto;
  }

  .section-title h2 {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 40px;
  }
}

@media screen and (max-width:500px) {
  .navigation.pagination .nav-links {
    gap: 0px;
  }
}


/* Video popup styles moved inline to faq-section.php — keeps WP Rocket RUCSS from stripping them. */

.phoneBox .header-search-btn i {
  color: #fff;
}

.header-upper .header-box .headerMenuu .menu-box .mblflx .header-search-btn i {
  color: #fff;
}

.custom-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.custom-modal.show {
  display: flex;
}

.site-search-form.pill-input {
  display: flex;
  align-items: center;
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 50px;
  padding: 0 0.5rem 0 1rem;
  width: 100%;
  max-width: 400px;
}

.site-search-form.pill-input input[type="search"] {
  flex: 1;
  border: none;
  background: transparent;
  padding: 0.6rem 0;
  font-size: 1rem;
  outline: none;
}

.site-search-form.pill-input input[type="search"]:-webkit-autofill,
.site-search-form.pill-input input[type="search"]:-webkit-autofill:hover,
.site-search-form.pill-input input[type="search"]:-webkit-autofill:focus {
  box-shadow: 0 0 0px 1000px #fff inset !important;
  -webkit-text-fill-color: #000 !important;
}

.site-search-form.pill-input button {
  background: transparent;
  border: none;
  color: #777;
  font-size: 1.1rem;
  cursor: pointer;
  padding: 0 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-search-form.pill-input button:hover {
  color: #333;
}

.site-search-form.pill-input:focus-within {
  border-color: #999;
}

.site-search-form.pill-style {
  display: flex;
  align-items: center;
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 50px;
  padding: 0 0.5rem;
  width: 100%;
  max-width: 400px;
}

.site-search-form.pill-style input[type="search"] {
  flex: 1;
  border: none;
  background: transparent;
  padding: 0.6rem 0.75rem;
  font-size: 1rem;
  outline: none;
}

.site-search-form.pill-style input[type="search"]:-webkit-autofill,
.site-search-form.pill-style input[type="search"]:-webkit-autofill:hover,
.site-search-form.pill-style input[type="search"]:-webkit-autofill:focus {
  box-shadow: 0 0 0px 1000px #fff inset !important;
  -webkit-text-fill-color: #000 !important;
}

.site-search-form.pill-style button {
  background: none;
  border: none;
  color: #666;
  font-size: 1.2rem;
  cursor: pointer;
  padding: 0 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-search-form.pill-style button:hover {
  color: #000;
}

.site-search-form.pill-style:focus-within {
  border-color: #999;
}

.site-search-form.pill-style input[type="search"]:focus {
  outline: none;
}

.custom-modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  max-width: 400px;
  width: 90%;
  border-radius: 8px;
  position: relative;
}

.custom-modal-content form,
.search-form-s form {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.site-search-form input[type="search"] {
  flex: 1;
  min-width: 0;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border: 1px solid #ccc;
}

.site-search-form button {
  flex-shrink: 0;
  background: #baeaa0;
  color: #000;
  border: none;
  cursor: pointer;
  border-radius: 0;
}

.header-search-btn {
  border: none;
  background: transparent;
  font-size: 20px;
  cursor: pointer;
  color: #000;
}

@media screen and (max-width:768px) {
  .header-upper .header-box .headerMenuu .menu-box .mblflx .header-search-btn {
    position: absolute;
    right: 60px;
    top: -15px;
  }

  .custom-modal-content {
    margin-top: -80px;
    /* adjust this value to move up/down */
  }
}

.featuredBlogsWrap {
  background: #baeaa0;
  padding: 30px 0px;
  margin: 15px;
}

.featured-heading {
  font-family: "Reckless Neue";
  font-size: 36px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 65px;
  text-align: left;
  color: #000;
}

.see-all-featured {
  text-align: right;
}

.see-all-link {
  font-family: "outfitsemi_bold";
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 65px;
  text-align: left;
  color: #000;
  text-decoration: underline;
}

.see-all-link:hover {
  color: #000;
  text-decoration: none;
}

.featuredBlogsWrap .blogCard {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  margin-bottom: 20px;
}

.featuredBlogsWrap .featured-thumb img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 6px;
}

.featuredBlogsWrap .featured-content {
  flex: 1;
}

.featuredBlogsWrap .featured-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 5px;
  line-height: 1.3;
}

.featuredBlogsWrap .featured-title a {
  color: #000;
  text-decoration: none;
}

.featuredBlogsWrap .authorBox {
  display: flex;
  align-items: center;
  gap: 8px;
}

.featuredBlogsWrap .authorImg img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.featuredBlogsWrap .author-name {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.featuredBlogsWrap .post-date {
  font-size: 12px;
  color: #777;
  margin: 0;
}

.blogSectionWrap .featuredBlogsWrap {
  position: relative
}

.featuredBlogsWrap .blogCard {
  position: relative;
  margin-top: 25px
}

.featuredBlogsWrap .blogCard .image-box {
  position: relative
}

.featuredBlogsWrap .blogCard .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  background: #142928
}

.featuredBlogsWrap .blogCard .image-box .image img {
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.featuredBlogsWrap .blogCard:hover .image-box .image img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translateX(0) scaleX(1);
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: .7
}

.featuredBlogsWrap .blogCard:hover .image-box .image img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px)
}

.featuredBlogsWrap .blogCard .image img {
  transition: .3s ease-out;
  width: 100%;
  object-fit: cover
}

.featuredBlogsWrap .blogCard:hover .image img {
  transform: scale(1.03)
}

.featuredBlogsWrap .blogCard .content {
  position: relative;
  padding: 30px 0 0
}

.featuredBlogsWrap .blogCard .content .title {
  font-family: "Reckless Neue";
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  text-align: left;
  letter-spacing: 0;
  color: #000;
  margin-bottom: 20px
}

.featuredBlogsWrap .blogCard .content .title a {
  color: #333;
  text-decoration: none;
  position: relative;
  z-index: 1;
  transition: all .3s ease-in-out
}

.featuredBlogsWrap .blogCard .content .title a:hover {
  color: #142928
}

.featuredBlogsWrap .blogCard .content p {
  font-family: outfitregular;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: #333
}

.featuredBlogsWrap .blogCard .content .authorBox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 30px;
  gap: 15px
}

.featuredBlogsWrap .blogCard .content .authorBox .authorImg {
  max-width: 60px
}

.featuredBlogsWrap .blogCard .content .authorBox .authorImg img {
  border-radius: 50%
}

.featuredBlogsWrap .blogCard .content .authorBox .athorImg {
  width: 60px;
  height: 60px;
  border-radius: 50px
}

.featuredBlogsWrap .blogCard .content .authorBox .nameBox .titleBox {
  font-family: outfitsemi_bold;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #000
}

.featuredBlogsWrap .blogCard .content .authorBox .nameBox .titleBox a {
  color: #000;
  text-decoration: none
}

.featuredBlogsWrap .blogCard .content .authorBox .nameBox .titleBox a:hover {
  color: #baeaa0
}

.featuredBlogsWrap .blogCard .content .authorBox .nameBox p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  font-family: outfitregular;
  text-align: left;
  margin-bottom: 0;
  color: rgba(112, 112, 112, 1)
}
ul.post-titles {
    padding-left: 1em !important;
}
ul.post-titles > li {
    position: relative;
    padding-left: 38px;
}
ul.post-titles>li::before {
    position: absolute;
    box-shadow: 0 4px 11px 0 rgba(186, 234, 160, .68);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: rgba(132, 166, 114, 1);
    border: 3px solid rgba(255, 255, 255, 1);
    content: "";
    left: 0px;
    margin-top: 7px;
}
.post-titles li a {
    color: #6b8d0c;
    font-size: 20px !important;
    text-decoration: none;
}
li.post-head-title {
    list-style: none;
}
.police-reports-heading {
    font-family: "Reckless Neue";
    font-size: 32px;
    font-weight: 600;
    line-height: 38.4px;
    text-align: left;
    color: rgba(45, 45, 45, 1);
    margin-bottom: 25px;
}
.police-reports-heading a {
    text-decoration: none;
}
.post-titles li {
    font-family: outfitregular;
    color: #707070;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
  ul.post-titles>li::before {
    left: 20px;

  }
}

/*Header CSS*/

/* Desktop styles */
.sub-menu.column-two {
    column-count: unset !important;
    display: flex !important;
    width: 550px !important;
    max-height: none !important;
    gap: 30px !important;
}

.sub-menu.column-two .sub-col {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
}

.sub-menu.column-two li,
.sub-menu.column-two .sub-col li {
    padding-left: 10px !important;
}

.sub-menu.column-two li a,
.sub-menu.column-two .sub-col li a {
    padding: 8px !important;
}

.sub-menu.column-three {
    column-count: 3;
    width: 810px !important;
    max-height: none !important;
}

.sub-menu.column-three li {
    padding-left: 10px !important;
}

.sub-menu.column-three li a {
    padding: 8px !important;
}
.sub-menu.column-two .sub-col li,
.sub-menu.column-two li {
    border-bottom: 1px solid #e0e0e0;
    padding-left: 10px !important;
}

.sub-menu.column-two .sub-col li:last-child,
.sub-menu.column-two li:last-child {
    border-bottom: none;
}

.sub-menu.column-three li {
    border-bottom: 1px solid #e0e0e0;
    padding-left: 10px !important;
}

.sub-menu.column-three li:last-child {
    border-bottom: none;
}
.sub-col.sub-col-left li a,
.sub-col.sub-col-right li a {
    z-index: 100;
    padding: 12px;
    font-family: 'outfitlight';
    font-size: 12px !important;
    font-weight: 300 !important;
    line-height: 29.8px !important;
    text-align: left;
    letter-spacing: 0em;
    color: #000 !important;
    position: relative;
    display: block;
}
.sub-col.sub-col-left li a:hover,
.sub-col.sub-col-right li a:hover {
    background: #BAEAA0;
    color: #000 !important;
    transform: scale(1.03);
}

/* Mobile styles */
@media (max-width: 1020px) {
    .navbar-nav .menu-item-has-children .sub-menu {
        display: none !important;
    }

    .navbar-nav .menu-item-has-children.active > .sub-menu {
        display: block !important;
    }

    .sub-menu.column-two,
    .sub-menu.column-three {
        column-count: 1 !important;
        width: 100% !important;
        flex-direction: column !important;
    }

    .sub-menu.column-two .sub-col {
        width: 100% !important;
    }
    .sub-col.sub-col-left li a,
.sub-col.sub-col-right li a {
    font-size: 15px !important;
}
}

