: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;
 }
 }
 body {
   margin: 0;
   font-family: 'outfitregular';
   font-size: 1rem;
   font-weight: 400;
   line-height: 1.5;
   color: #212529;
   background: #ffffff;
   -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: #000;
   text-decoration: underline;
 }
 a:hover {
   color: #E7252B;
 }
 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;
 }
 .mt-0 {
   margin-top: 0px !important;
 }
 .mb-0 {
   margin-bottom: 0px !important;
 }
 .pt-0 {
   padding-top: 0px !important;
 }
 .pt-1{
  padding-top: 10px !important;
 }
 .pt-50{
  padding-top: 50px !important;
 }
 .pt-100{
  padding-top: 100px !important;
 }
 .pb-0 {
   padding-bottom: 0px !important;
 }
 .pb-1{
  padding-bottom: 10px !important;
 }
 .pb-50{
  padding-bottom: 50px !important;
 }
 .pb-100{
  padding-bottom: 100px !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:990px) {
  .plg-100{
    padding-top: 90px!important;
  }
 }
  @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 {
   padding: 18px 45px;
   border-radius: 50px;
   background: #E0262B;
   border: 1.5px solid #E0262B;
   text-transform: capitalize;
   text-decoration: none;
   color: #fff;
   display: inline-block;
   text-align: center;
   font-family: 'test_shneleicht';
   font-size: 18px;
   font-style: normal;
   font-weight: 300;
   line-height: 22px;
   position: relative;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   outline: none !important;
   transition: all .5s linear;
   overflow: hidden;
   z-index: 99;
 }
 .headerNew .btnn img{
  width: 25px;
  position: relative;
  top: -3px;
  padding-left: 5px;
 }
 .btn-one::before, .btn-one::after {
   background: #000;
   content: '';
   position: absolute;
   z-index: -1;
 }
 .btn-one::after {
   background-color: #000;
   height: 100%;
   left: -35%;
   top: 0;
   transform: skew(50deg);
   transition-duration: 0.6s;
   transform-origin: top left;
   width: 0;
 }
 .btn-one:hover:after {
   height: 100%;
   width: 135%;
 }
 .btn-one:hover {
   color: #fff;
   border: 1.5px solid #000;
 }
 .btn-two {
   padding: 18px 45px;
   border-radius: 50px;
   background: #000000;
   border: 1.5px solid #000000;
   text-transform: capitalize;
   text-decoration: none;
   color: #fff;
   display: inline-block;
   text-align: center;
   font-family: 'test_shneleicht';
   font-size: 18px;
   font-style: normal;
   font-weight: 300;
   line-height: 22px;
   position: relative;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   outline: none !important;
   transition: all .5s linear;
   overflow: hidden;
   z-index: 99;
 }
 .btn-two::before, .btn-two::after {
   background: #E0262B;
   content: '';
   position: absolute;
   z-index: -1;
 }
 .btn-two::after {
   background-color: #E0262B;
   height: 100%;
   left: -35%;
   top: 0;
   transform: skew(50deg);
   transition-duration: 0.6s;
   transform-origin: top left;
   width: 0;
 }
 .btn-two:hover:after {
   height: 100%;
   width: 135%;
 }
 .btn-two:hover {
   color: #fff;
   border: 1.5px solid #E0262B;
 }
 .secondary-bg {
   background: #FBF7F4 !important;
 }
 /*section-title*/
 .section-title {
   position: relative;
   text-align: left;
 }
 .aboutWrap .section-title h1 {
  color: #1A1A1B;
  font-family: "Reckless Neue";
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 40px;
}
 .section-title h2, .serviceWrapinner h2 {
   color: #1A1A1B;
   font-family: "Reckless Neue";
   font-size: 48px;
   font-style: normal;
   font-weight: 400;
   line-height: 120%;
   margin-bottom: 40px;
 }
 
 .section-title p:first-of-type {
   color: #E7252B;
   text-align: left;
   font-family: 'test_shnekrftig';
   font-size: 16px;
   font-style: normal;
   font-weight: 500;
   line-height: 120%;
   letter-spacing: 2.56px;
   text-transform: uppercase;
   margin-bottom: 25px;
 }
 .page-template-template_about .section-title p:first-of-type{
  font-size: 22px;
 }
 .section-title-light h1{
  color: rgba(255, 255, 255, 0.8)!important;
 }
 .section-title-light h2 {
   color: rgba(255, 255, 255, 0.8);
 }
 .section-title-center {
   text-align: center;
   margin: 0 auto;
 }
 .section-title-center p {
   text-align: center;
   padding-left: 0px;
 }
 .section-title-center h2 {
   text-align: center;
 }
 section {
   padding: 80px 0;
   position: relative;
 }
 /*image-effect*/
 .image-effect {
   position: relative;
   width: 100%;
   overflow: hidden;
 }
 .image-effect img {
   width: 100%;
   transition: all .5s ease;
   transform: scale(1);
 }
 /* .image-effect:hover img {
   transform: scale(1.05);
 } */
 /*=============================
        header
      ==============================*/
 .headerWraper {
   position: fixed;
   left: 0;
   z-index: 9999;
   margin: auto;
   top: 0px;
   width: 100%;
   background: #141414;
   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: 999;
   transition: .5s ease all;
   background: #141414;
 }
 .headerWraper .container-fluid {
   max-width: 1440px;
   padding-right: 15px;
   padding-left: 15px;
 }
 .headerWraper .header-box {
   width: 100%;
   position: relative;
   gap: 20px;
   display: flex;
   height: 108px;
   justify-content: flex-end;
   align-items: center;
 }
 .headerWraper .header-box .headerMenuu {
   display: flex;
   justify-content: space-between;
   align-items: center;
   width: 100%;
 }
 .headerWraper .header-box .logo-box {
   position: relative;
   width: 480px;
 }
 .headerWraper .header-box .logo-box .logo img {
   width: auto;
   height: 70px;
   position: relative;
   z-index: 9999;
 }
 .headerWraper .header-box .headerMenuu {
   position: relative;
   flex-direction: row-reverse;
   display: flex;
   justify-content: flex-start;
   align-items: center;
 }
 .headerWraper .menu-box {
   position: relative;
   z-index: 999;
 }
 .headerWraper .navbar-toggler {
   padding: 0;
   display: block !important;
   font-size: 3rem;
   line-height: 1;
   background-color: transparent;
   position: absolute;
   top: -27px;
   height: 55px;
   width: 55px;
   right: 0px;
   color: #fff;
   border: 1.5px solid #FFFFFF66 !important;
   border-radius: 50px;
   transition: box-shadow 0.15s ease-in-out;
 }
 .headerWraper .navbar-toggler svg {
   position: relative;
   top: -2px;
 }
 .headerWraper .navbar-toggler:hover {
   color: #fff;
   background-color: #E7252B;
   border: 1.5px solid #E7252B !important;
 }
 .headerWraper .navbar-collapse {
   position: fixed;
   border-radius: 25px;
   ;
   top: 0px;
   bottom: 0;
   left: 100%;
   width: 400px;
   padding: 25px;
   overflow-y: auto;
   visibility: hidden;
   background-color: #141414;
   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: 10000;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.38);
 }
 .navbar-collapse.show {
   visibility: visible;
   /* -webkit-transform: translateX(-100%);
   transform: translateX(-100%); */
 }
 .headerWraper .menu-box .navbar .close-toggler {
   display: block;
   margin-left: auto;
   color: #fff;
   border: 2px solid #fff;
   padding: 0;
   font-size: 18px;
   margin-bottom: 0px;
   height: 60px;
   border-radius: 50px;
   background: transparent;
   width: 60px;
 }
 .headerWraper .menu-box .navbar .close-toggler:hover {
   color: #fff;
   background-color: #E7252B;
   border: 2px solid #E7252B;
 }
 .headerWraper .menu-box .fot-nav {
   position: relative;
   padding: 20px;
 }
.headerWraper .menu-box .fot-nav .mails {
    padding: 5px 0 30px 0;
}
 .headerWraper .menu-box .fot-nav .mails a {
   color: rgba(255, 255, 255, 0.8);
   text-decoration: none;
   font-family: 'outfitregular';
   font-size: 18px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
   letter-spacing: -0.36px;
 }
 .headerWraper .menu-box .fot-nav .mails a:hover {
   color: #E7252B;
 }
 .headerWraper .menu-box .fot-nav .social {
   display: flex;
   justify-content: flex-end;
   align-items: center;
   gap: 10px;
 }
 .headerWraper .menu-box .fot-nav .social a {
   background: #FFF6F0;
   color: #000000;
   display: flex;
   width: 40px;
   height: 40px;
   text-decoration: none;
   flex-direction: column;
   justify-content: center;
   border-radius: 65.397px;
   align-items: center;
 }
 .headerWraper .menu-box .fot-nav .social a:hover {
   background: #E7252B;
   color: #fff;
 }
 .headerWraper .menu-box .navbar {
   position: relative;
   display: flex;
   flex-direction: row;
   justify-content: center;
   width: 100%;
   align-items: center;
   justify-content: flex-end;
 }
 .headerWraper .menu-box .navbar .navbar-nav {
   list-style: none;
   padding-left: 0px;
   display: flex;
   flex-direction: column;
   padding-left: 0;
   margin: 0px 0 40px;
 }
 .headerWraper .menu-box .navbar .navbar-nav li {
   text-align: left;
   position: relative;
   float: none;
   padding: 0px 0;
   width: 100%;
 }
 .headerWraper .menu-box .navbar .navbar-nav > li.active a, .headerWraper .menu-box .navbar .navbar-nav > li a:hover {
   color: #E7252B;
 }
 .headerWraper .menu-box .navbar .navbar-nav > li a {
   color: #fff;
   text-decoration: none;
   text-align: left;
   font-family: 'outfitregular';
   font-size: 28px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
   letter-spacing: -0.64px;
   text-transform: capitalize;
   display: block !important;
   padding: 15px 15px !important;
 }
.headerWraper .menu-box .navbar .navbar-nav > li.menu-item-has-children .submenu-arrow {
    position: absolute;
    top: 5px;
    right: 30px;
    padding: 10px 15px;
    border: 1px solid rgba(232, 232, 232, 0.3);
    color: #fff;
    font-size: 1.5em;
    cursor: pointer;
}
 .headerWraper .menu-box .navbar .navbar-nav > li:hover a,
 .headerWraper .menu-box .navbar .navbar-nav > li:hover .submenu-arrow {
   color: #E7252B;
 }
.headerWraper .menu-box .navbar .navbar-nav > li:hover .submenu-arrow {
    border: 1px solid rgba(231, 37, 43, 0.3);
}
.headerWraper .menu-box .navbar .navbar-nav > li > ul {
   position: static;
   display: none;
   visibility: visible;
   opacity: 1;
   width: 100%;
   list-style: none;
   padding: 0px;
   background: #fff;
   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);
 }
 .headerWraper .menu-box .navbar .navbar-nav > li > ul > li {
   position: relative;
   float: none;
   width: 100%;
   padding: 0;
   border-bottom: 1px solid #e8e8e8;
 }
 .headerWraper .menu-box .navbar .navbar-nav > li > ul > li.menu-item-has-children > a::after {
   font-family: "Font Awesome 6 Free";
   font-weight: 900;
   margin-left: 10px;
   font-size: 16px;
   content: "\f078";
 }
 .headerWraper .menu-box .navbar .navbar-nav > li > ul > li:first-child {
   border-top: none;
 }
 .headerWraper .menu-box .navbar .navbar-nav > li > ul > li > a {
   font-family: 'outfitregular';
   font-size: 22px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
   letter-spacing: -0.64px;
   text-transform: capitalize;
   z-index: 100;
   padding: 12px;
   text-align: left;
   color: #E7252B !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;
 }
 .headerWraper .menu-box .navbar .navbar-nav > li > ul > li:hover > a {
   background: #E7252B !important;
   color: #fff !important;
   transform: scale(1.03);
 }
 .headerWraper .menu-box .navbar .navbar-nav > li > ul > li > ul {
   position: static;
   display: none;
   visibility: visible;
   opacity: 1;
   width: 100%;
   list-style: none;
   padding: 0px;
   background: #fff;
   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);
 }
 .headerWraper .menu-box .navbar .navbar-nav > li > ul > li > ul > li {
   position: relative;
   float: none;
   width: 100%;
   padding: 0;
   border-bottom: 1px solid #e8e8e8;
 }
 .headerWraper .menu-box .navbar .navbar-nav > li > ul > li > ul > li:first-child {
   border-top: none;
 }
 .headerWraper .menu-box .navbar .navbar-nav > li > ul > li > ul > li > a {
   z-index: 100;
   padding: 12px;
   font-family: 'outfitregular';
   font-size: 22px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
   letter-spacing: -0.64px;
   text-transform: capitalize;
   text-align: left;
   color: #E7252B !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;
 }
 .headerWraper .menu-box .navbar .navbar-nav > li > ul > li > ul > li:hover > a {
   background: #E7252B !important;
   color: #fff !important;
   transform: scale(1.03);
 }
 .headerWraper-lite {
   background: transparent;
 }
 .headerWraper-lite.fixed-header {
   background: #141414;
 }
 .headerWraper-lite .navbar-toggler {
   background-color: #ffffff;
 }
 .headerWraper-lite .navbar-toggler svg path {
   stroke: black;
 }
 .headerWraper-lite .navbar-toggler:hover svg path {
   stroke: white;
 }
 /*=============================
        bannerWraper
     ==============================*/
 .bannerWraper {
   position: relative;
   margin-top: 108px;
   background: #00000091;
   height: 750px;
 }
 .bannerWraper .video-prac {
   z-index: -1;
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
 }
 .bannerWraper .video-prac video {
   height: 100%;
   width: 100%;
   object-fit: cover;
 }
 .bannerWraper .container {
   max-width: 1440px;
 }
 .bannerWraper .container .row {
   align-items: center;
   justify-content: center;
 }
 .bannerWraper .content-box {
   display: flex;
   position: relative;
   align-items: center;
   justify-content: center;
   text-align: center;
   gap: 30px;
   flex-direction: column;
   padding-top: 50px;
 }
 .bannerWraper .content-box h1, .bannerWraper .content-box .div-h1 {
   margin-bottom: 0;
   color: #FFF;
   text-align: center;
   font-family: "Reckless Neue";
   font-size: 74px;
   font-style: normal;
   font-weight: 400;
   line-height: 110%;
   letter-spacing: -1.48px;
 }
 .bannerWraper .content-box h1 span , .bannerWraper .content-box .div-h1 span {
   font-style: italic;
 }
 .bannerWraper .content-box p {
   font-family: 'test_shneleicht';
   color: #fff;
   font-size: 24px;
   font-weight: 300;
   line-height: 29.8px;
   letter-spacing: -0.02em;
   text-align: center;
   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;
 }
 /*=============================
                aboutWrap
    ==============================*/
 .aboutWrap {
   position: relative;
   background: #141414;
 }
 .aboutWrap .row p {
   margin-bottom: 25px;
   text-align: left;
   color: rgba(255, 255, 255, 0.80);
   font-family: 'test_shneleicht';
   font-size: 18px;
   font-style: normal;
   font-weight: 300;
   line-height: 140%;
 }
 .aboutWrapLight {
   position: relative;
   background: #FBF7F4;
 }
 .aboutWrapLight .row p {
   color: #1A1A1B;
 }
 .blGview {
   display: flex;
   justify-content: space-between;
   align-items: flex-start;
   margin-bottom: 25px;
 }
 /*=============================
              serviceWrap
    ==============================*/
 .serviceWrap {
   position: relative;
   background: #fff;
 }
 .serviceWrap .container-fluid {
   max-width: 1440px;
   padding-right: 15px;
   padding-left: 15px;
 }
 .serviceWrap .row {
   align-items: center;
 }
 .serviceWrapnd .row {
   align-items: center;
   flex-direction: row-reverse;
 }
 .serviceWrap .row .pl-100 {
   padding-left: 44px;
 }
 .serviceWrap .row p, .servListWrap .text p {
   color: #1A1A1B;
   font-family: 'test_shneleicht';
   font-size: 22px;
   font-style: normal;
   font-weight: 300;
   line-height: 150%;
   margin-bottom: 10px;
   text-align: left;
 }
 .serviceWrap .servBtn {
   position: relative;
   margin-top: 35px;
 }
 .serviceWrapinner .row p {
   color: #1A1A1B;
   font-family: 'test_shneleicht';
   font-size: 18px;
   font-style: normal;
   font-weight: 300;
   line-height: 150%;
   margin-bottom: 25px;
 }
 .serviceLisrChk {
   position: relative;
 }
 .serviceLisrChk ul {
   list-style: none;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   gap: 12px;
   padding-left: 0;
   margin-bottom: 25px;
 }
 .serviceLisrChk ul li {
   color: #1A1A1B;
   font-family: 'test_shneleicht';
   font-size: 19px;
   font-style: normal;
   font-weight: 300;
   line-height: 150%;
 }
 .serviceLisrChk ul li i {
   color: #F19B9D;
   padding-right: 10px;
 }
 .serviceWrapinner {
   background: #FBF7F4;
 }
 .white-bg {
   background-color: #fff !important;
 }
 .serviceWrap .section-title p {
   color: #E7252B;
   text-align: left;
   font-family: 'test_shnekrftig';
   font-size: 16px;
   font-style: normal;
   font-weight: 500;
   line-height: 120%;
   letter-spacing: 00.5px;
   text-transform: capitalize;
   margin-bottom: 25px;
 }
 .serviceWrap .section-title.dark p {
   color: #000;
 }
 /*=============================
          testimonialsStory
    ==============================*/
 .testimonialsStory {
   position: relative;
 }
 .testimonialsStory .row > div{
  display: flex;
 }
 .testimonialsStory .storyBox {
   display: flex;
   padding: 30px;
   flex-direction: column;
   align-items: flex-start;
   /* gap: 36px; */
   border-radius: 11px;
   background: #FFF;
   position: relative;
   margin-bottom: 30px;
   justify-content: space-between;
 }
 .testimonialsStory .storyBox p {
   color: #1A1A1B;
   font-family: 'test_shneleicht';
   font-size: 20px;
   font-style: normal;
   font-weight: 300;
   line-height: 150%;
 }
 .testimonialsStory .storyBox .storyFooter {
   position: relative;
   display: flex;
   justify-content: space-between;
   align-items: center;
   width: 100%;
 }
 .testimonialsStory .storyBox .storyFooter .leftsde {
   display: flex;
   align-items: center;
   justify-content: flex-start;
   gap: 15px;
 }
 .testimonialsStory .storyBox .storyFooter .leftsde .athorImg {
   width: 56px;
   height: 56px;
   border-radius: 50px;
 }
 .testimonialsStory .storyBox .storyFooter .leftsde .nameBox .titleBox p {
   color: #1A1A1B;
   font-family: 'test_shnehalbfett';
   font-size: 18px;
   font-style: normal;
   font-weight: 500;
   line-height: 20px;
   margin-bottom: 3px;
   text-transform: capitalize;
 }
 .testimonialsStory .storyBox .storyFooter .leftsde .nameBox .disc {
   color: #1A1A1B;
   opacity: 0.6;
   font-family: 'test_shneregular';
   font-size: 14px;
   font-style: normal;
   font-weight: 400;
   line-height: 24px;
 }
 /*=============================
            call-to-action
    ==============================*/
 .call-to-action {
   position: relative;
   padding: 70px 0;
 }
 .callaction-bg {
   background-repeat: no-repeat;
   background-size: cover;
   background-position: top;
   height: 100%;
   top: 0px;
   left: 0px;
   content: "";
   z-index: -1;
   position: absolute;
   width: 100%;
 }
 .call-to-action .callaction-video {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.call-to-action .callaction-video video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
 .call-to-action .container {
   position: relative;
   z-index: 9;
 }
 /*=============================
            servListWrap
    ==============================*/
 .servListWrap {
   position: relative;
   background: #FBF7F4;
 }
 .servListWrap .text {
   color: #1A1A1B;
   font-family: 'test_shneleicht';
   font-size: 18px;
   font-style: normal;
   font-weight: 300;
   line-height: 140%;
   margin-bottom: 40px;
 }
 .servListWrap .servLists {
   position: relative;
   display: flex;
   gap: 35px;
   flex-direction: column;
 }
 .servListWrap .servLists .servListsBox {
   position: relative;
   border-radius: 20px;
   background: #FFF;
   padding: 20px;
   display: flex;
   justify-content: space-between;
 }
 .servListWrap .servLists .servListsBox .leftSideBox {
   position: relative;
   display: flex;
   width: 50%;
   flex-direction: column;
   height: 100%;
   gap: 25px;
   padding-top: 25px;
   padding-left: 15px;
 }
 .servListWrap .servLists .servListsBox .leftSideBox .content {
   position: relative;
 }
 .servListWrap .servLists .servListsBox .leftSideBox .content h3 {
   color: #000;
   font-family: "Reckless Neue";
   font-size: 32px;
   font-style: normal;
   font-weight: 400;
   line-height: 120%;
   margin-bottom: 20px;
 }
 .servListWrap .servLists .servListsBox .leftSideBox .content p {
   color: #1A1A1B;
   font-family: 'outfitlight';
   font-size: 18px;
   font-style: normal;
   font-weight: 400;
   line-height: 140%;
   margin-bottom: 0px;
 }
 .servListWrap .servLists .servListsBox .leftSideBox .read-more {
   position: relative;
 }
 .servListWrap .servLists .servListsBox .leftSideBox .read-more a {
   width: 50px;
   height: 50px;
   background-color: #EBEBEB;
   border-radius: 50px;
   display: flex;
   text-align: center;
   justify-content: center;
 }
 .servListWrap .servLists .servListsBox .leftSideBox .read-more a img {
   width: 28px;
 }
 .servListWrap .servLists .servListsBox .rightSideBox .image-effect {
   position: relative;
   border-radius: 25px;
 }
 /* .servListsBox:hover .image-effect img {
   transform: scale(1.05);
 } */
 .servBox {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	margin-top: 25px;
  }
  .servBox .image img {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
  }
  /* .servBox:hover .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
  } */
  .servBox .image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); /* Black overlay with 50% opacity */
    transition: background-color 0.3s ease;
}
  .servBox .content {
	padding: 30px;
	position: absolute;
	bottom: 0;
	top: 0px;
	right: 0;
	display: flex;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	gap: 5px;
  }
  .servBox .content .shareLink {
	position: relative;
	min-width: 55px;
  }
  .servBox .content .shareLink img {
	width: 55px;
  }
  .servBox .content h3 {
	color: #fff;
	font-family: "Reckless Neue";
	font-size: 36px;
	font-weight: 500;
	line-height: 42px;
	letter-spacing: -0.03em;
	text-align: left;
	margin-bottom: 0;
  }
  .servBox .content h3:hover {
	color: #E7252B;
  }
 /*=============================
            processWrap
    ==============================*/
 .processWrap {
   background: #141414;
 }
 .processWrap .section-title h2 {
   font-size: 42px;
 }
 .processWrap .engageList {
   position: relative;
 }
 .processWrap .engageList p{
  margin-bottom: 35px;
  text-align: left;
  color: rgba(255, 255, 255, 0.80);
  font-family: 'test_shneleicht';
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
 }
 .processWrap .engageList .engagBox {
   position: relative;
   display: flex;
   justify-content: flex-start;
   gap: 20px;
   align-items: flex-start;
   border-bottom: 1px solid #424242;
   margin-bottom: 40px;
   padding-bottom: 40px;
 }
 .processWrap .engageList .engagBox:last-child {
   margin-bottom: 0px;
   padding-bottom: 0px;
   border-bottom: 0px;
 }
 .processWrap .engageList .engagBox .number {
   color: #FFF;
   font-family: 'outfitmedium';
   font-size: 20px;
   font-style: normal;
   font-weight: 500;
   line-height: 130%;
 }
 .processWrap .engageList .engagBox .content {
   position: relative;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   gap: 25px;
 }
 .processWrap .engageList .engagBox .content h4 {
   color: #FFF;
   font-family: 'test_shneregular';
   font-size: 25px;
   font-style: normal;
   font-weight: 400;
   line-height: 130%;
   margin-bottom: 0;
   text-transform: capitalize;
 }
 .processWrap .engageList .engagBox .content p {
   color: #FFF;
   font-family: 'test_shneleicht';
   font-size: 18px;
   font-style: normal;
   font-weight: 400;
   opacity: 0.8;
   line-height: 130%;
   margin-bottom: 0px;
   text-align: left;
 }
 .processWrap .engageList .engagBox .content .readMore {
   position: relative;
 }
 .processWrap .engageList .engagBox .content .readMore a {
   color: #1A1A1B;
   text-decoration: none;
   color: #FFF;
   font-family: 'test_shneleicht';
   font-size: 16px;
   font-style: normal;
   font-weight: 500;
   line-height: 130%;
   opacity: 0.6;
 }
 .processWrap .engageList .engagBox .content .readMore img {
   width: 20px;
   margin-left: 10px;
 }
 .processWrap .engageList .engagBox .content .readMore a:hover {
   opacity: 1;
 }
 /*=============================
          testimonialsWrap
    ==============================*/
 .testimonialsWrap {
   position: relative;
   background: #FBF7F4;
   border-bottom: 1px solid #00000028;
 }
 .testimonialsWrap .row {
   align-items: center;
 }
 .testislider {
   position: relative;
   width: 100%;
 }
 .testislider .owl-nav {
   position: relative;
   display: none;
 }
 .testislider .owl-dots {
   position: absolute;
   display: flex;
   flex-direction: column;
   top: 50%;
   left: -10%;
   transform: translate(0, -50%);
   gap: 9px;
 }
 .testislider .testiBox {
   position: relative;
   display: flex;
   gap: 20px;
   flex-direction: column;
   align-items: flex-start;
 }
 .testislider .testiBox .tilte p, .mySwiper .testiBox .title p {
   color: #1A1A1B;
   font-family: 'test_shneregular';
   font-size: 22px;
   font-style: normal;
   font-weight: 400;
   line-height: 28px;
 }
 .testislider .testiBox p {
   position: relative;
   color: #1A1A1B;
   font-family: 'test_shneleicht';
   font-size: 16px;
   font-style: normal;
   font-weight: 300;
   line-height: 28px;
   margin-bottom: 0px;
   padding-top: 10px;
   text-align: left;
 }
 .testislider .testiBox p::before, .mySwiper .testiBox p::before {
   position: absolute;
   content: "";
   top: -10px;
   left: 0px;
   width: 67.893px;
   height: 49.653px;
   background: url(../images/qoute.svg);
   background-repeat: no-repeat;
 }
 .testislider .owl-dots button.owl-dot {
   border-radius: 20.426px;
   border: 1.021px solid rgba(29, 31, 35, 0.70);
   opacity: 0.3;
   width: 20.426px;
   height: 10.213px;
 }
 .testislider .owl-dots button.owl-dot.active, .testislider .owl-dots button.owl-dot:hover {
   background: #E7252B;
   border: 1.021px solid #E7252B;
   opacity: 1;
 }
 .testislider .testiBox .readmore a {
   color: #E7252B;
   font-family: 'test_shneregular';
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   font-weight: 400;
   line-height: 28px;
 }
 .testislider .testiBox .readmore img {
   width: 30px;
   display: inline-block;
   margin-left: 10px;
 }
 /*=============================
          regonisWrap
    ==============================*/
 .regonisWrap {
   position: relative;
   background: #FBF7F4;
 }
 .regonisImgs {
   display: flex;
   flex-direction: column;
   gap: 25px;
   align-items: flex-start;
 }
 .regonisWrap .section-title h2 {
   font-size: 40px;
 }
 .regonisWrap .text {
   margin-bottom: 30px;
   color: #1A1A1B;
   font-family: 'test_shneleicht';
   font-size: 18px;
   font-style: normal;
   font-weight: 300;
   line-height: 140%;
   width: 413px;
 }
 /*=============================
              contactWrap
    ==============================*/
 .contactWrap {
   position: relative;
   padding: 0px;
 }
 .contactWrapImg {
   background-repeat: no-repeat;
   background-size: cover;
   background-position: top;
   height: 100%;
   position: absolute;
   top: 0px;
   left: 0px;
   content: "";
   z-index: -1;
   width: 100%;
 }
 .contactWrap .contactForm {
   position: relative;
   background: #F6F4F1;
   padding: 35px;
   top: 85px;
   z-index: 99;
 }
 .contactWrap .contactForm p {
   color: #1A1A1B;
   font-family: 'test_shneregular';
   font-size: 24px;
   font-style: normal;
   font-weight: 400;
   line-height: 140%;
 }
 .contactWrap .contactForm .mainFormIn {
   position: relative;
 }
 .contactWrap .contactForm .mainFormIn .form-group {
   margin-bottom: 20px;
   position: relative;
 }
 .contactWrap .contactForm .mainFormIn .form-group label {
   display: inline-block;
   margin-bottom: 0.5rem;
   color: rgba(0, 0, 0, 0.90);
   font-family: 'test_shneregular';
   font-size: 12px;
   font-style: normal;
   font-weight: 400;
   line-height: 140%;
   text-align: left;
   color: #5e5e5e;
   position: absolute;
   left: 35px;
   top: 10px;
 }
 .contactWrap .contactForm .mainFormIn .form-group .form-control {
   display: block;
   width: 100%;
   padding: 20px 20px 8px 22px;
   font-family: "Reckless Neue";
   font-size: 20px;
   font-style: normal;
   font-weight: 400;
   line-height: 140%;
   height: 70px;
   border-radius: 100px;
   border: 1px solid rgba(0, 0, 0, 0.05);
   background: #FFF;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
   color: #000000E5;
 }
  .contactWrap .contactForm .mainFormIn .form-group .form-control:focus-visible {
  outline:none;
 }
 .contactWrap .contactForm .mainFormIn .form-group .form-check {
   position: relative;
 }
 .contactWrap .contactForm .mainFormIn .form-group .form-check input {
   padding: 0;
   height: initial;
   width: initial;
   margin-bottom: 0;
   display: none;
   cursor: pointer;
 }
 .contactWrap .contactForm .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: 45px;
   text-align: left;
   top: 0px;
   left: 0px;
   color: rgba(73, 72, 72, 0.7);
 }
 .contactWrap .contactForm .mainFormIn .form-group .form-check label:before {
   content: "";
   background: #FFFFFF1A;
   border: 0.69px solid rgba(73, 72, 72, 0.7);
   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: 30px;
   width: 30px;
   border-radius: 0;
   line-height: 24px;
   display: inline-block;
   position: absolute;
   vertical-align: middle;
   cursor: pointer;
   margin-right: 0px;
   top: 3px;
   left: 5px;
 }
 .contactWrap .contactForm .mainFormIn .form-group .form-check label span {
   text-decoration: none;
 }
 .contactWrap .contactForm .mainFormIn .form-group .form-check label span a {
   color: rgba(73, 72, 72, 0.7);
   ;
   text-decoration: none;
 }
 .contactWrap .contactForm .mainFormIn .form-group .form-check label span a:hover {
   color: #BAEAA0;
   text-decoration: underline;
 }
 .contactWrap .contactForm .mainFormIn .form-group .form-check input:checked + label:after {
   content: "";
   display: block;
   position: absolute;
   top: 7px;
   left: 15px;
   width: 11px;
   height: 17px;
   border: solid rgba(73, 72, 72, 0.7);
   border-width: 0 3px 3px 0;
   transform: rotate(45deg);
 }
 .contactWrap .contactForm .mainFormIn .btn-one {
   display: block;
   width: 100%;
   margin-top: 50px;
 }
 .contactWrap .row {
   align-items: center;
 }
 .contactWrap .row .section-title h2 {
   font-size: 40px;
 }
 .contactWrap .contBtns {
   position: relative;
   display: flex;
   justify-content: flex-start;
   align-items: center;
   gap: 20px;
 }
 .contactWrap .contBtns .btn-two img {
   width: 20px;
   margin-right: 5px;
 }
 .contactWrap .text {
   font-family: 'test_shneregular';
   margin-top: 0;
   margin-bottom: 35px;
   color: rgba(255, 255, 255, 0.90);
   font-size: 18px;
   font-style: normal;
   font-weight: 400;
   line-height: 140%;
 }
 .contactWrap .contBtns .btn-two {
   background: #ffffff;
   border: 1.5px solid #ffffff;
   font-family: 'test_shnekrftig';
   color: #000000;
 }
 .contactWrap .contBtns .btn-two + .btn-two {
   background: transparent;
   color: #fff;
 }
 .contactWrap .contBtns .btn-two:hover {
   color: #fff;
   border: 1.5px solid #E0262B;
 }
 /*=============================
           authrWrap
    ==============================*/ 
 .authrWrap {
   position: relative;
 }
 .authrWrapImg {
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   height: 436px;
   position: absolute;
   bottom: 0px;
   left: 0px;
   content: "";
   z-index: 1;
   width: 374px;
 }
 .authorLeftt {
   position: relative;
 }
 .authorLeftt .authMain {
   position: relative;
   /* top: -30px; */
 }
 .authorLeftt .authMain img {
   position: relative;
   width: 100%;
 }
 .authorLeftt .authMain::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,.85) 79.62%,rgba(255,255,255) 93.26%);*/
  visibility: visible;
  transform-origin: bottom center;
  transform: scaleY(1) translateZ(0);
  transition: opacity .5s ease,visibility .5s ease,transform .7s ease;
  z-index: 99;
 }
 .authrWrap .text,
 .authrWrap .text p {
   color: #1A1A1B;
   font-family: 'test_shneleicht';
   font-size: 18px;
   font-style: normal;
   font-weight: 300;
   line-height: 150%;
   margin-bottom:10px;
   text-align: left;
 }
 /*.authrWrap .row {
   align-items: flex-end;
 }*/
 .authrWrap .section-title p {
   font-size: 15px;
   letter-spacing: 2px;
   margin-bottom: 15px;
 }
 .authrWrap h5 {
   color: #1A1A1B;
   font-family: 'test_shnehalbfett';
   font-size: 22px;
   font-style: normal;
   font-weight: 600;
   line-height: 150%;
   margin-bottom: 30px;
 }
 /*=============================
            footer
    ==============================*/  
 footer {
   background: #141414;
   position: relative;
   padding-top: 180px;
 }
 .copyright {
   border-top: 1px solid rgba(255, 255, 255, 0.185);
   margin-top: 70px;
   padding: 25px 0;
 }
 .copyright .contentboxLILN {
   display: flex;
   align-items: center;
   /* justify-content: flex-end; */
   gap: 30px;
 }
 .copyright .contentboxLILN p {
   color: rgba(255, 255, 255, 0.70);
   -webkit-text-stroke-width: 1.0000001192092896;
   -webkit-text-stroke-color: rgba(255, 255, 255, 0.09);
   font-family: 'test_shneleicht';
   font-size: 16px;
   font-style: normal;
   margin-bottom: 0;
   text-transform: capitalize;
   font-weight: 300;
   line-height: 160%;
 }
 .copyright .contentboxLILN p a {
   text-decoration: none;
   color: #fff;
   position: relative;
 }
 .copyright .contentboxLILN p a:hover {
   color: #E0262B;
 }
 .copyright .contentbox {
   position: relative;
 }
 .copyright .contentbox p {
   color: rgba(255, 255, 255, 0.70);
   font-family: 'test_shneleicht';
   font-size: 16px;
   font-style: normal;
   margin-bottom: 0;
   font-weight: 300;
   line-height: 160%;
 }
 .copyright .dmca-badge{
  display: flex;
  /* justify-content: center; */
 }
 .copyright .fot-phone{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
 }
 .copyright .fot-phone i{
  margin-right: 10px;
 }
 .copyright .fot-phone i, .copyright .fot-phone a{
  color: #fff;
 }
 .copyright .fot-phone a{
  text-decoration: none;
 }
 footer .footer-logo {
   position: relative;
 }
 footer .footer-logo img {
   position: relative;
   width: auto;
 }
 footer h4 {
   color: #FFF;
   font-family: 'test_shnekrftig';
   font-size: 16px;
   font-style: normal;
   font-weight: 500;
   line-height: 120%;
   letter-spacing: 2.56px;
   text-transform: uppercase;
   color: #fff;
 }
 footer ul {
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   gap: 16px;
   padding-left: 0px;
   list-style: none;
   position: relative;
   margin-top: 20px;
 }
 footer ul#menu-footer-legal-links{
    flex-direction: row;
    margin-top: 0px;
    gap: 10px;
 }
 footer ul li {
   position: relative;
 }
 footer ul li a {
   color: #FFF;
   font-family: 'test_shneregular';
   font-size: 16px;
   font-style: normal;
   font-weight: 300;
   text-decoration: none;
   line-height: 130%;
 }
 footer ul li a:hover {
   color: #E0262B;
 }
 footer .container {
   max-width: 1440px;
   padding-right: 15px;
   padding-left: 15px;
 }
 /*=============================
            breadCrumbdWrap
    ==============================*/  
 .breadCrumbdWrap {
   display: flex;
   padding: 0px;
   height: 650px;
   flex-direction: column;
   justify-content: flex-end;
   position: relative;
   padding-bottom: 100px;
 }
 .breadCrumbdWrapTest .row {
   align-items: center;
 }
 .breadCrumbdWrapImg {
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   height: 100%;
   position: absolute;
   top: 0px;
   left: 0px;
   content: "";
   z-index: -1;
   width: 100%;
 }
 .breadCrumbdWrap::before {
   position: absolute;
   width: 100%;
   height: 100%;
   content: "";
   background-color: #1A1A1B4D;
   top: 0px;
   left: 0px;
 }
 .breadCrumbdWrap .section-title h1 {
   color: rgba(255, 255, 255, 0.8);
   font-family: "Reckless Neue";
   font-size: 48px;
   font-style: normal;
   font-weight: 400;
   line-height: 120%;
   margin-bottom: 30px;
 }
 .breadCrumbdTwo {
   height: 530px;
 }
 .breadCrumbdTwo .section-title h1 {
   margin-bottom: 0px;
 }
 .breadCrumbdWrap .section-title p {
   color: #ffffff;
   margin-bottom: 20px;
 }
 .breadCrumbdWrap .text,
 .breadCrumbdWrap .text p {
   overflow: hidden;
   color: #FFF;
   text-overflow: ellipsis;
   font-family: 'test_shneleicht';
   font-size: 18px;
   font-style: normal;
   font-weight: 300;
   line-height: 140%;
   position: relative;
   margin-bottom: 30px;
 }
 .breadCrumbdWrap .text:last-child,
 .breadCrumbdWrap .text p:last-child {
   margin-bottom: 0;
 }
 .breadauthorBox {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: flex-start;
   margin-top: 35px;
 }
 .breadauthorBox .athorImg {
   width: 40px;
   height: 40px;
   border-radius: 50px;
 }
 .breadauthorBox .nameBox {
   margin-left: 15px;
 }
 .breadauthorBox .nameBox .titleBox  {
   color: #FFF;
   font-family: 'test_shneregular';
   font-size: 16px;
   font-style: normal;
   font-weight: 500;
   line-height: 20px;
   margin-bottom: 5px;
   text-transform: capitalize;
 }
 .breadauthorBox .nameBox .titleBox a {
   color: #fff;
   text-decoration: none;
 }
 .breadauthorBox .nameBox p {
   color: #FFF;
   font-family: 'test_shneregular';
   font-size: 13px;
   font-style: normal;
   font-weight: 400;
   line-height: 20px;
   margin-bottom: 0;
 }
 /*=============================
            blogSectionWrap
    ==============================*/  
  
  
  
  
 .blogSectionWrap {
   position: relative;
   background: #FBF7F4;
 }
 .blogSectionWrap .blogCard {
   position: relative;
   margin-bottom: 30px;
 }
 .blogSectionWrap .blogCard .image-box {
   position: relative;
 }
 .blogSectionWrap .blogCard .image-box .image {
   position: relative;
   overflow: hidden;
   margin-bottom: 0;
   background: #1A1A1B;
   border-radius: 20px;
 }
 .blogSectionWrap .blogCard .image-box .image img {
   position: relative;
   width: 100%;
   display: block;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
     height: 175px;
     object-fit: cover;
 }
 .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 {
   margin-bottom: 20px;
   overflow: hidden;
   color: #1A1A1B;
   text-overflow: ellipsis;
   font-family: 'test_shneregular';
   font-size: 24px;
   font-style: normal;
   font-weight: 400;
   line-height: 130%;
 }
 .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: #E7252B;
 }
 .blogSectionWrap .blogCard .content p {
   overflow: hidden;
   color: #1A1A1B;
   text-overflow: ellipsis;
   font-family: 'test_shneleicht';
   font-size: 16px;
   font-style: normal;
   font-weight: 300;
   line-height: 140%;
 }
 .blogSectionWrap .blogCard .content .authorBox {
   display: flex;
   align-items: center;
   justify-content: flex-start;
   margin-top: 25px;
   gap: 15px;
 }
 .blogSectionWrap .blogCard .content .authorBox .athorImg {
   width: 40px;
   height: 40px;
   border-radius: 50px;
 }
 .blogSectionWrap .blogCard .content .authorBox .nameBox .titleBox {
   color: #1A1A1B;
   font-family: 'test_shneregular';
   font-size: 16px;
   font-style: normal;
   font-weight: 600;
   line-height: 20px;
   margin-bottom: 3px;
   text-transform: capitalize;
 }
 .blogSectionWrap .blogCard .content .authorBox .nameBox .titleBox a {
   color: #000;
   text-decoration: none;
 }
 .blogSectionWrap .blogCard .content .authorBox .nameBox .titleBox a:hover {
   color: #E7252B;
 }
 .blogSectionWrap .blogCard .content .authorBox .nameBox p {
   color: #1A1A1B;
   font-family: 'test_shneregular';
   font-size: 14px;
   font-style: normal;
   font-weight: 400;
   margin-bottom: 0;
   line-height: 20px;
 }
 .sidebarBlog {
   padding-left: 20px;
   position: relative;
   border-left: 1px solid #E5E5E5;
 }
 .sidebarBlog .title {
   color: #1A1A1B;
   font-family: "Reckless Neue";
   font-size: 26px;
   font-style: normal;
   line-height: 40px;
   letter-spacing: 0.52px;
   margin-top: 15px;
   margin-bottom: 25px;
 }
 .sidebarBlog .widgat-post {
   position: relative;
   margin-bottom: 30px;
   display: flex;
   justify-content: space-between;
   gap: 10px;
   align-items: center;
   border-bottom: 1px solid #E5E5E5;
   padding-bottom: 30px;
 }
 .sidebarBlog .widgat-post:last-child {
   margin-bottom: 0px;
   padding-bottom: 0px;
   border-bottom: 0px;
 }
 .sidebarBlog .widgat-post .image {
   width: 175px;
   height: 175px;
   border-radius: 20px;
   overflow: hidden;
   position: relative;
 }
 .sidebarBlog .widgat-post .image img {
   width: 175px;
   height: 175px;
   border-radius: 20px;
   position: relative;
   transition: 0.3s ease-out;
   object-fit: cover;
 }
 .sidebarBlog .widgat-post .content {
   width: 210px;
   height: 100%;
   position: relative;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
 }
 .sidebarBlog .widgat-post .content .min-title {
   overflow: hidden;
   color: #1A1A1B;
   text-overflow: ellipsis;
   font-family: 'test_shneregular';
   font-size: 20px;
   font-style: normal;
   font-weight: 400;
   line-height: 100%;
   margin-bottom: 10px;
 }
 .sidebarBlog .widgat-post .content .min-title a {
  font-size: ;
   text-decoration: none;
   color: #1A1A1B;
 }
 .sidebarBlog .widgat-post .content p {
   overflow: hidden;
   color: #1A1A1B;
   text-overflow: ellipsis;
   font-family: 'test_shneregular';
   font-size: 16px;
   font-style: normal;
   font-weight: 300;
   line-height: 140%;
   margin-bottom: 0;
 }
 /*=============================
            pagination
    ==============================*/  
  
  
  
  
  
  
  
  
  
 .pagination {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 8px;
   margin-top: 30px;
 }
 .pagination button {
   width: 42px;
   padding: 0;
   line-height: 42px;
   height: 42px;
   border: 1.5px solid transparent;
   color: #E0262B;
   font-size: 16px;
   border-radius: 50%;
   background-color: transparent;
   cursor: pointer;
 }
 .pagination button.btn-nav {
   background: transparent;
   border: 1.5px solid #E0262B;
 }
 .pagination button.btn-selected,
 .pagination button.btn-selected a {
   background-color: #E0262B;
   color: #fff;
     text-decoration: none;
 }
 .pagination button:hover,
 .pagination button:hover a, .btn-page:hover {
   background-color: #E0262B;
   color: #fff;
 }
 /*=============================
            blogdetailWrap
    ==============================*/  
  
  
  
  
  
  
  
 .blogdetailWrap {
  padding-top: 50px;
   position: relative;
   background: #FBF7F4;
 }
 .blogdetailWrap .sidedeialBar {
   position: relative;
 }
 .sidedeialBar .title {
   color: rgb(26, 26, 27);
   font-family: 'test_shneregular';
   font-size: 26px;
   font-style: normal;
   font-weight: 600;
   line-height: 40px;
   letter-spacing: 0.52px;
   margin-bottom: 25px;
 }
 .blogdetailWrap .sidedeialBar .blogBavBox {
   border-radius: 12px;
   background: #FFF;
   padding: 30px;
 }
 .blogdetailWrap .sidedeialBar .blogBavBox ul {
   list-style: none;
   padding-left: 0;
   margin-bottom: 0;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   gap: 20px;
 }
 .blogdetailWrap .sidedeialBar .blogBavBox ul li {
   color: #8B8C99;
   font-weight: 500;
   font-family: 'test_shnehalbfett';
   font-size: 18px;
   font-style: normal;
   line-height: 170%;
 }
 .blogdetailWrap .sidedeialBar .blogBavBox ul li a {
   color: #8B8C99;
   text-decoration: none;
 }
 .blogdetailWrap .sidedeialBar .blogBavBox ul li.active a {
   color: #E7252B;
   font-weight: 500;
   font-family: 'test_shnehalbfett';
 }
 .blogdetailWrap .sidedeialBar .blogBavBox ul li a:hover {
   color: #E7252B;
   font-weight: 500;
   transition: .5s ease all;
   font-family: 'test_shnehalbfett';
 }
 .blogdetailWrap .detailCanvus {
   position: relative;
   display: flex;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 30px;
 }
 .blogdetailWrap .detailCanvus .content {
   position: relative;
 }
 .blogdetailWrap .detailCanvus .content p {
   color: #1A1A1B;
   font-family: 'test_shneleicht';
   font-size: 18px;
   font-style: normal;
   font-weight: 300;
   line-height: 155%;
   margin-bottom: 25px;
   text-align: left;
 }
 .blogdetailWrap .detailCanvus .content h2 {
   color: #1A1A1B;
   font-family: "Reckless Neue";
   font-size: 40px;
   font-style: normal;
   font-weight: 400;
   line-height: 120%;
   /* margin-top: 50px; */
   margin-bottom: 30px;
 }
 .blogdetailWrap .detailCanvus .content h3 {
   color: #1A1A1B;
   font-family: "Reckless Neue";
   font-size: 32px;
   font-style: normal;
   font-weight: 400;
   line-height: 120%;
/*   margin-top: 50px;*/
   margin-bottom: 30px;
 }
 .blogdetailWrap .detailCanvus .content ul {
   list-style: none;
   margin-bottom: 30px;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   gap: 15px;
   padding-left: 0;
   align-self: stretch;
 }
 .blogdetailWrap .detailCanvus .content ul li {
   color: #1A1A1B;
   font-family: 'test_shneregular';
   font-size: 18px;
   position: relative;
   padding-left: 20px;
   font-style: normal;
   font-weight: 400;
   line-height: 155%;
 }
 .blogdetailWrap .detailCanvus .content ul li::before {
   background: #E7252B;
   border: 2px solid #FFF;
   width: 10px;
   height: 10px;
   position: absolute;
   border-radius: 50px;
   box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.04);
   top: 0.5em;
   left: 0px;
   transform: none;
   content: "";
 }
 .custom-html-sitemap ul li::before{
  top: 13px!important;
 }
 .blogdetailWrap .detailCanvus .content .image-effect {
   margin-bottom: 30px;
   border-radius: 15px;
 }
 .blogdetailWrap .detailCanvus .socialMedia {
   position: relative;
   display: flex;
   gap: 10px;
   flex-direction: column;
 }
 .blogdetailWrap .detailCanvus .socialMedia a {
   color: #E7252B;
   text-decoration: none;
   width: 50px;
   height: 50px;
   text-align: center;
   font-size: 20px;
   border-radius: 50px;
   line-height: 55px;
   background: #fff;
 }
 .blogdetailWrap .detailCanvus .socialMedia a:hover {
   color: #fff;
   background: #E7252B;
 }
 /*=============================
            contactInner
    ==============================*/
  
 .contactInner {
   position: relative;
 }
 .contactInner .contactPage {
   position: relative;
   border-radius: 12px;
   background: #EAEAEA;
   padding: 35px;
 }
 .contactInner p {
   color: #1A1A1B;
   font-family: 'test_shneleicht';
   font-size: 18px;
   font-style: normal;
   font-weight: 300;
   line-height: 150%;
 }
 .contactInner .contactPage .contacForm {
   position: relative;
 }
 .contactInner .contactPage .contacForm .form-group {
   margin-bottom: 20px;
   position: relative;
 }
 .contactInner .contactPage .contacForm .form-group label {
   display: block;
   margin-bottom: 0.5rem;
   color: rgba(0, 0, 0, 0.90);
   font-family: 'test_shnehalbfett';
   font-style: normal;
   text-align: left;
   color: #111113;
   font-size: 15px;
   font-weight: 500;
   line-height: 20px;
 }
 .contactInner .contactPage .contacForm .form-group .form-control {
   display: block;
   width: 100%;
   padding: 21px 20px;
   font-family: 'test_shneregular';
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: 140%;
   height: 66px;
   border-radius: 10px;
   border: 1px solid rgba(255, 255, 255, 0.05);
   background: #FFF;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
   color: #11111366;
 }
  .contactInner .contactPage .contacForm .form-group .form-control:focus-visible {
  outline: none;
 }
 .contactInner .contactPage .contacForm .form-group textarea.form-control {
   height: 150px;
 }
 .contactInner .contactPage .contacForm .form-group .btn-two {
   margin-top: 30px;
 }
 .contactInner .section-title {
   margin-top: 50px;
 }
 .contactInner .socialMedia {
   position: relative;
   display: flex;
   gap: 20px;
   flex-direction: row;
 }
 .contactInner .socialMedia a i {
   color: #E7252B;
   text-decoration: none;
   width: 50px;
   height: 50px;
   text-align: center;
   font-size: 20px;
   border-radius: 50px;
   line-height: 50px;
   background: #FBF7F4;
 }
 .contactInner .socialMedia a:hover i {
   color: #fff;
   background: #E7252B;
 }
 .mapWrapp {
   position: relative;
 }
 .mapBoxx {
   display: block;
   position: relative;
 }
 .mapBoxx .imgboxx {
   position: relative;
 }
 .mapBoxx .imgboxx img {
   position: relative;
   width: 100%;
   height: 900px;
   max-height: 450px;
   object-fit: cover;
 }
 .locationBox {
   margin-top: 40px;
   position: relative;
   display: flex;
   gap: 25px;
   flex-direction: column;
   align-items: flex-start;
 }
 .locationBox .icn-title {
   position: relative;
   color: #E7252B;
   font-family: 'test_shnehalbfett';
   font-size: 20px;
   font-style: normal;
   display: flex;
   font-weight: 600;
   line-height: normal;
   letter-spacing: 0.36px;
   align-items: center;
   flex-direction: row;
 }
 .locationBox .icn-title img {
   margin-right: 20px;
   width: 26px;
   height: 26px;
 }
 .locationBox p {
   color: #1A1A1B;
   font-family: 'test_shneregular';
   font-size: 22px;
   font-style: normal;
   font-weight: 400;
   display: flex;
   line-height: 130%;
   margin-bottom: 0px;
   min-height: 85px;
   text-align: left;
   padding-left: 35px;
   border-left: 2px solid #FAD1D2;
   margin-left: 10px;
   flex-direction: column;
   justify-content: center;
 }
 .locationBox p a {
   text-decoration: none;
   color: #1A1A1B;
 }
 .locationBox p a:hover {
   text-decoration: none;
   color: #E7252B;
 }
 .locationBox .link {
   position: relative;
   padding-left: 35px;
   margin-left: 10px;
   color: #E7252B;
   font-family: 'test_shnehalbfett';
   font-size: 20px;
   font-style: normal;
   font-weight: 600;
   line-height: normal;
   letter-spacing: 0.36px;
 }
 .locationBox .link a {
   color: #E7252B;
   text-decoration: none;
 }
 .locationBox .link img {
   width: 20px;
   margin-left: 10px;
 }
 .mapBoxx .video-main {
   position: absolute;
   display: flex;
   z-index: 99;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
 }
 .mapBoxx .video {
   height: 40px;
   width: 40px;
   line-height: 40px;
   text-align: center;
   background: transparent;
   color: rgba(6, 29, 27, 1);
   display: flex;
   border: 1.961px solid rgba(231, 37, 43, 0.90);
   background: rgba(231, 37, 43, 0.90);
   z-index: 999;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   border-radius: 50%;
   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)";
 }
 }
 .mapBoxx .fa-play:before {
   content: "\f04b";
   font-size: 28px;
 }
 .mapBoxx .waves {
   position: absolute;
   width: 140px;
   height: 140px;
   border-radius: 50%;
   border: 1.961px solid rgba(231, 37, 43, 0.90);
   background: rgba(231, 37, 43, 0.15);
   opacity: 0;
   right: -50px;
   bottom: -50px;
   z-index: -1;
   -webkit-animation: waves 2s ease-in-out infinite;
   animation: waves 2s ease-in-out infinite;
 }
 .mapBoxx .wave-1 {
   -webkit-animation-delay: 0s;
   animation-delay: 0s;
 }
 .mapBoxx .wave-2 {
   -webkit-animation-delay: 1s;
   animation-delay: 0.7s;
 }
 .mapBoxx .wave-3 {
   -webkit-animation-delay: 2s;
   animation-delay: 1.5s;
 }
 /*=============================
            partnerWrap
    ==============================*/  
 .partnerWrap {
   position: relative;
   background: #fff;
 }
 .partnerWrap .row {
   justify-content: center;
   gap: 35px 0;
 }
 .partner-details {
   max-width: 850px;
   margin: 0 auto 70px;
 }
 .partnerWrap p {
   color: #1A1A1B;
   font-family: 'test_shneleicht';
   font-size: 18px;
   font-style: normal;
   font-weight: 300;
   text-align: center;
   line-height: 150%;
   margin-bottom: 25px;
 }
 .partnerWrap .partnerBox {
   position: relative;
   text-align: center;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   gap: 20px;
 }
 .partnerWrap .partnerBox .icons {
   width: 65px;
   height: 65px;
   text-align: center;
 }
 .partnerWrap .partnerBox h4 {
   color: #1A1A1B;
   text-align: center;
   font-family: "Reckless Neue";
   font-size: 26px;
   margin-bottom: 0;
   font-style: normal;
   font-weight: 400;
   line-height: 120%;
 }
 .partnerWrap .partnerBox p {
   color: #1A1A1B;
   text-align: center;
   font-family: 'test_shneleicht';
   font-size: 18px;
   font-style: normal;
   font-weight: 300;
   line-height: 150%;
   margin-bottom: 0px;
   min-height: 88px;
   text-align: center;
 }
 .custom-html-sitemap ul li:first-child{
  list-style: none;
 }
  @media screen and (max-width:1400px) {
 .contactWrap .contBtns .btn-two {
   padding: 18px 30px;
 }
 .serviceWrap .row .pl-100 {
   padding-left: 30px;
 }
 .servBox .content h3 {
  font-size: 30px;
  line-height: 36px;
  }
  .servBox .content .shareLink img {
    width: 50px;
  }
  .servBox .content {
    padding: 20px;
  }
 .processWrap .section-title h2 {
   font-size: 36px;
 }
 .breadCrumbdWrap .section-title h1 {
   font-size: 36px;
 }
 .blogSectionWrap .blogCard .content .title {
   font-size: 22px;
 }
 .sidebarBlog .widgat-post .content .min-title {
   font-size: 20px;
 }
 .blogdetailWrap .sidedeialBar .blogBavBox ul li {
   font-size: 16px;
 }
 .sidedeialBar .title {
   font-size: 24px;
   line-height: 32px;
   margin-bottom: 20px;
 }
 .blogdetailWrap .detailCanvus .content h2 {
   font-size: 30px;
 }
 .blogdetailWrap .detailCanvus .content h3 {
   font-size: 26px;
 }
 .blogdetailWrap .detailCanvus .content ul li {
   font-size: 16px;
 }
 .partnerWrap .partnerBox h4 {
   font-size: 22px;
 }
 .testimonialsStory .storyBox p {
   font-size: 18px;
 }
 .locationBox p {
   font-size: 20px;
 }
 .mapBoxx .imgboxx img {
   height: 750px;
 }
 }
  @media screen and (max-width:1199px) {
 .testimonialsWrap .image-effect img {
   height: 550px;
   width: auto;
   object-fit: cover;
 }
 .contactWrap .contactForm .mainFormIn .btn-one {
   margin-top: 40px;
 }
 .testislider .testiBox p {
   font-size: 15px;
 }
 .testislider .testiBox .tilte p, .mySwiper .testiBox .title p{
   font-size: 18px;
 }
 footer {
   padding-top: 150px;
 }
 footer .footer-logo {
   margin-bottom: 50px;
 }
 .sidebarBlog .widgat-post .image {
   width: 120px;
   height: auto;
 }
 .mapBoxx .imgboxx img {
   height: 700px;
 }
 .blogSectionWrap .blogCard .content .title {
   font-size: 20px;
 }
 .locationBox p {
   font-size: 16px;
 }
 .blogdetailWrap .detailCanvus .content p {
   font-size: 16px;
 }
 .partnerWrap .partnerBox p {
   font-size: 16.5px;
   line-height: 140%;
   min-height: 85px;
 }
 .partnerWrap .partnerBox h4 {
   font-size: 18px;
 }
 .serviceLisrChk ul li {
   font-size: 16px;
 }
 .aboutWrap .section-title h1{
  font-size: 40px;
 }
 .section-title h2, .serviceWrapinner h2 {
   font-size: 36px;
 }
 .serviceWrapinner .row p {
   font-size: 17px;
 }
 .servBox .content h3 {
  font-size: 24px;
  line-height: 32px;
}
 section {
   padding: 110px 0;
 }
 .servListWrap .servLists .servListsBox .leftSideBox .content h3 {
   font-size: 28px;
 }
 .regonisWrap .section-title h2 {
   font-size: 36px;
 }
 }
  @media screen and (max-width:990px) {
    .contentbox p{
      text-align: center;
    }
    .copyright .dmca-badge, .copyright .contentboxLILN{
      justify-content: center;
     }
     .copyright .fot-phone{
      margin-top: 15px;
      justify-content: center;
     }
    .sidebarBlog{
      padding: 0px;
      border: none;
    }
 .bannerWraper .content-box h1, .bannerWraper .content-box .div-h1 {
   font-size: 60px;
   line-height: 110%;
 }
 .serviceLisrChk ul li {
   font-size: 16px;
 }
 .bannerWraper .content-box p {
   font-size: 20px;
 }
 section {
   padding: 90px 0;
   position: relative;
 }
 .bannerWraper {
   margin-top: 90px;
   height: 580px;
 }
 .aboutWrap .section-title h1{
  font-size: 35px;
 }
 .section-title h2, .serviceWrapinner h2 {
   font-size: 30px !important;
   margin-bottom: 30px !important;
 }
 .breadCrumbdWrap .section-title h1 {
   font-size: 36px !important;
   margin-bottom: 30px !important;
 }
 .testimonialsStory .storyBox p {
   font-size: 16px;
 }
 .contactInner .contactPage {
   margin-top: 35px;
 }
 .mapBoxx .imgboxx img {
   height: 500px;
 }
 .partnerWrap .partnerBox p {
   font-size: 16px;
   line-height: 130%;
   min-height: 70px;
 }
 .mapWrapp .container .row {
   justify-content: center
 }
 .authorLeftt .row {
   display: flex;
   flex-direction: column-reverse;
 }
 .authrWrap .text {
   margin-bottom: 25px;
   font-size: 16px;
 }
 .authorLeftt .authMain {
   top: 0;
   margin-bottom: 30px;
 }
 .authrWrap h5 {
   margin-bottom: 20px;
 }
 .section-title p {
   letter-spacing: 2px;
   margin-bottom: 20px;
 }
 .servListWrap .text {
   font-size: 16px;
 }
 .processWrap .engageList .engagBox .content p {
   font-size: 16px;
 }
 .aboutWrap .row p {
   margin-bottom: 25px;
   font-size: 16px;
 }
 .serviceWrap .row .pl-100 {
   padding-left: 1rem;
   padding-top: 70px;
 }
 .serviceWrap .row p, .servListWrap .text p {
   font-size: 16px;
 }
 .serviceWrap .servBtn {
   position: relative;
   margin-top: 30px;
   margin-bottom: 30px;
 }
 .serviceWrapnd .row {
   align-items: center;
   flex-direction: row-reverse;
 }
 .serviceWrapnd .row .pl-100 {
   padding-left: 1rem;
   padding-top: 0px;
 }
 .aboutWrap .container, .serviceWrap .container-fluid, footer .container {
   max-width: 720px;
 }
 .servListWrap .servLists .servListsBox {
   padding: 20px;
   gap: 30px;
   flex-direction: column;
 }
 .servListWrap .servLists .servListsBox .leftSideBox {
   width: 100%;
   gap: 25px;
   padding-top: 15px;
   padding-left: 15px;
   align-items: flex-start;
 }
 .servListWrap .servLists .servListsBox .leftSideBox .content p {
   font-size: 16px;
   min-height: auto;
 }
 .processWrap .engageList {
   margin-top: 40px;
 }
 .testimonialsWrap .image-effect {
   margin-top: 35px;
 }
 .testimonialsWrap .image-effect img {
   height: auto;
   width: 100%;
   object-fit: cover;
 }
 .testimonialsWrap {
   padding-top: 90px;
 }
 .regonisImgs {
   display: block;
   width: 100%;
 }
 .regonisImgs .image-effect {
   margin-bottom: 35px;
 }
 .regonisWrap .text {
   margin-bottom: 30px;
   font-size: 16px;
   width: 100%;
 }
 .contactWrap {
   padding: 90px 0;
 }
 .contactWrap .contactForm {
   top: 0;
   margin-top: 35px;
 }
 footer {
   padding-top: 90px;
 }
 .sidebarBlog {
   position: relative;
   max-width: 450px;
   width: 450px;
   margin: auto;
   margin-top: 40px;
 }
 .sidebarBlog .widgat-post .image {
   width: 100%;
   height: auto;
 }
 .contactInner .section-title {
   margin-top: 0;
 }
 .sidebarBlog .widgat-post .content {
   width: 100%;
 }
 .contactInner p {
   font-size: 16px;
 }
 .blogSectionWrap .blogCard .content {
   position: relative;
   padding: 20px 0px 0;
 }
 .blogSectionWrap .blogCard .content .title {
   margin-bottom: 15px;
 }
 .blogSectionWrap .blogCard .content .authorBox {
   margin-top: 20px;
 }
 .breadCrumbdWrap .text {
   font-size: 16px;
 }
 .blogdetailWrap .row {
   flex-direction: column-reverse;
 }
 .blogdetailWrap .sidedeialBar {
   margin-top: 40px;
 }
 .blogdetailWrap .detailCanvus .content h2 {
   font-size: 28px;
 }
 .blogdetailWrap .detailCanvus .content h3 {
   font-size: 24px;
 }
 .partnerWrap .row {
   justify-content: center;
   gap: 25px 0;
 }
 .locationBox .icn-title, .locationBox .link {
   font-size: 18px;
 }
 }
  @media screen and (max-width:767px) {
 .aboutWrap .container, .serviceWrap .container-fluid, footer .container {
   max-width: 540px;
 }
 .processWrap .engageList .engagBox .content {
   gap: 15px;
 }
 .processWrap .engageList .engagBox .content h4 {
   font-size: 20px;
 }
 footer .row {
   justify-content: center;
   gap: 25px 0;
 }
 footer .footer-logo {
   margin-bottom: 40px;
   text-align: center;
 }
 .copyright .contentboxLILN p {
   font-size: 15px;
 }
 .bannerWraper .content-box h1, .bannerWraper .content-box .div-h1 {
   font-size: 50px;
 }
 .bannerWraper .content-box p {
   font-size: 16px;
   line-height: 25px;
 }
 .btn-one, .contactWrap .contBtns .btn-two {
   font-size: 16px;
   padding: 10px 55px;
 }
 .headerWraper .navbar-collapse {
   width: 60%;
 }
 .headerWraper .menu-box .fot-nav .mails a {
   font-size: 16px;
 }
 .btn-two {
   font-size: 16px;
   padding: 10px 25px;
 }
 .aboutWrap .section-title h1{
  font-size: 32px;
 }
 .section-title h2, .serviceWrapinner h2 {
   font-size: 28px !important;
   margin-bottom: 30px !important;
 }
 .breadCrumbdWrap .section-title h1 {
   font-size: 30px !important;
   margin-bottom: 30px !important;
 }
 .locationBox p {
   min-height: auto;
 }
 .headerWraper .menu-box .navbar .navbar-nav > li a {
   font-size: 20px;
 }
 .headerWraper .menu-box .navbar .navbar-nav > li > ul > li > a {
   font-size: 16px;
 }
 .servListWrap .servLists .servListsBox .leftSideBox .content h3 {
   font-size: 24px;
 }
 .blogdetailWrap .detailCanvus .content ul li {
   font-size: 15px;
 }
 .contactWrap .contactForm {
   padding: 30px 20px;
 }
 .contactWrap .text {
   margin-bottom: 40px;
   font-size: 16px;
 }
 .contactWrap .contactForm .mainFormIn .form-group .form-control {
   font-size: 18px;
 }
 .breadauthorBox {
   margin-top: 20px;
 }
 .contactInner .contactPage {
   padding: 30px 25px;
 }
 .partnerWrap .partnerBox p {
   font-size: 15px;
   line-height: 130%;
   min-height: 70px;
 }
 .sidebarBlog .widgat-post {
   flex-direction: column;
   gap: 20px;
 }
 .sidebarBlog .widgat-post .image img {
   width: 100%;
   height: 200px;
 }
 .sidebarBlog {
   position: relative;
   max-width: 450px;
   width: 100%;
   margin: auto;
   margin-top: 40px;
 }
 .blogdetailWrap .detailCanvus {
   position: relative;
   display: flex;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 30px;
   flex-direction: column;
 }
 .blogdetailWrap .detailCanvus .content h2 {
   font-size: 26px;
 }
 .blogdetailWrap .detailCanvus .content h3 {
   font-size: 22px;
 }
 .blogdetailWrap .detailCanvus .socialMedia {
   position: relative;
   display: flex;
   gap: 10px;
   flex-direction: row;
   width: 100%;
   justify-content: center;
 }
 .locationBox {
   gap: 18px;
 }
 }
  @media screen and (max-width:575px) {
 .copyright .contentbox p {
   text-align: center;
 }
 .copyright .row {
   gap: 10px;
 }
 .headerWraper .menu-box .navbar .navbar-nav {
   margin-top: 30px;
 }
 .testislider .owl-dots {
   display: none;
 }
 .headerWraper .menu-box .fot-nav {
   position: relative;
   padding: 20px;
   gap: 20px;
 }
 .copyright .contentboxLILN {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 30px;
 }
 .servListWrap .servLists .servListsBox {
   padding: 15px;
   gap: 20px;
 }
 .headerWraper .navbar-collapse {
   width: 95%;
 }
 .bannerWraper .content-box h1, .bannerWraper .content-box .div-h1 {
   font-size: 35px;
 }
 .aboutWrap .section-title h1{
  font-size: 30px;
 }
 .section-title h2, .serviceWrapinner h2 {
   font-size: 26px !important;
   margin-bottom: 10px !important;
 }
 section, .call-to-action, .contactWrap {
   padding: 60px 0;
   position: relative;
 }
 .section-title h2 br {
   display: none;
 }
 .serviceWrap .row .pl-100, .testimonialsWrap {
   padding-top: 20px;
 }
 .serviceWrapnd .row .pl-100 {
   padding-top: 0px;
 }
 .servBox .content h3 {
  font-size: 28px;
  line-height: 38px;
}
 .testimonialsStory .storyBox p {
   font-size: 15px;
 }
 .breadCrumbdWrap .text {
   display: none;
 }
 .testimonialsStory .storyBox {
   gap: 20px;
 }
 .breadCrumbdWrap {
   height: 450px;
   padding-bottom: 35px;
 }
 .headerWraper .navbar-toggler {
   font-size: 2rem;
   height: 50px;
   width: 50px;
 }
 .headerWraper .header-box {
   height: 100px;
   padding: 10px 0px;
 }
 .serviceLisrChk ul li {
   font-size: 15px;
 }
 .breadCrumbdWrap .section-title p {
   font-size: 15px;
 }
 .bannerWraper {
   margin-top: 91px;
   height: 450px;
 }
 .breadCrumbdTwo {
   height: 350px;
 }
 .bannerWraper .content-box p {
   font-size: 15px;
 }
 .aboutWrap .row p {
   font-size: 15px;
 }
 .section-title p {
   font-size: 15px;
 }
 .serviceWrap .row p, .servListWrap .text p {
   font-size: 15px;
 }
 .servListWrap .text {
   font-size: 15px;
 }
 .servListWrap .servLists .servListsBox .leftSideBox .content p {
   font-size: 15px;
   min-height: auto;
 }
 .processWrap .engageList .engagBox .content p, .processWrap .engageList .engagBox .content .readMore a {
   font-size: 15px;
 }
 .regonisWrap .text {
   font-size: 15px;
 }
 .contactWrap .text {
   font-size: 15px;
 }
 .contactWrap .contactForm .mainFormIn .form-group .form-check label {
   font-size: 15px;
 }
 .testislider .testiBox p {
   font-size: 15px;
 }
 .contactWrap .contactForm .mainFormIn .btn-one {
   margin-top: 15px;
 }
 .contactWrap .text {
   margin-bottom: 30px;
   font-size: 16px;
 }
 .blGview {
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin-bottom: 25px;
   flex-direction: column;
 }
 .partnerWrap .partnerBox p {
   min-height: auto;
 }
 .contactWrap .contactForm .mainFormIn .form-group .form-control {
   font-size: 16px;
 }
 .testimonialsStory .storyBox .storyFooter {
   position: relative;
   display: flex;
   gap: 15px;
   justify-content: center;
   align-items: center;
   width: 100%;
   flex-direction: column;
 }
 footer ul li a {
   font-size: 15px;
 }
 .copyright .contentbox p {
   font-size: 15px;
 }
 .blogSectionWrap .blogCard .content p {
   font-size: 15px;
 }
 .blogSectionWrap .blogCard .content .authorBox .nameBox .titleBox {
   font-size: 15px;
 }
 .sidebarBlog .widgat-post .content p {
   font-size: 15px;
 }
 .blogdetailWrap .detailCanvus .content p {
   font-size: 15px;
 }
 .locationBox p {
   font-size: 15px;
 }
 }
 @media screen and (max-width:425px) {
  .btn-one, .contactWrap .contBtns .btn-two {
    font-size: 14px;
    padding: 10px 20px;
  }
  footer ul#menu-footer-legal-links{
    flex-direction: column;
    align-items: center;
 }
 }
 @media screen and (max-width:350px) {
  .btn-one, .contactWrap .contBtns .btn-two {
    font-size: 12px;
  }
 }
 /*=============================
		header
  ==============================*/
.headerNew .menu-box .fot-nav{display: none;}
.headerNew{position:fixed; left:0; z-index:9999; margin:auto; top:0px; width:100%; background-color: rgba(0, 0, 0); border-radius:0; transition:.5s ease all;}
.headerWraper-lite {
  background-color: rgba(0, 0, 0, 0.3);
}
.header-navigation{width:100%; position:relative; gap:20px; display:flex; height:108px; justify-content:flex-end; align-items:center;}
.headerNew .container-fluid{max-width:1440px; padding-right:15px; padding-left:15px;}
.header-navigation .header-box{width:100%; position:relative; display:flex; align-items:center; justify-content:space-between;}
.header-navigation .header-box .logo-box{position:relative;}
.header-navigation .header-box .logo-box .logo{position:relative;}
.header-navigation .header-box .logo-box .logo img{width:250px;}
.headerNew .menu-box .navbar .navbar-nav > li.menu-item-has-children .submenu-arrow{
  display: none;
}
.header-box .bbtn .main-btn-one{background:#000; color:#fff;}
.header-box .bbtn .main-btn-one span{color:#E7252B;}
.header-navigation .menu-box{position:relative; display:flex; align-items:center; justify-content:space-around;}
.header-navigation .menu-box .navbar{position:relative; display:flex; flex-direction:row; justify-content:flex-start; align-items:center;}
.header-navigation .menu-box .navbar .navbar-collapse{display:flex; gap:30px; align-items:center;}
.header-navigation .menu-box .navbar .footNav{display:flex; gap:30px; align-items:center;}
.header-navigation .menu-box .navbar .footNav .mails a{color:rgba(255, 255, 255, 0.8); text-decoration:none; font-family:'outfitregular'; font-size:18px; font-style:normal; font-weight:400; line-height:normal; letter-spacing:-0.36px;}
.header-navigation .menu-box .navbar .footNav .mails a:hover{color:#E7252B;}
.header-navigation .menu-box .navbar .footNav .social{display:flex; justify-content:flex-end; align-items:center; gap:10px;}
.header-navigation .menu-box .navbar .footNav .social a{background:#FFF6F0; color:#000000; display:flex; width:40px; height:40px; text-decoration:none; flex-direction:column; justify-content:center; border-radius:65.397px; align-items:center;}
.header-navigation .menu-box .navbar .footNav .social a:hover{background:#E7252B; color:#fff;}
.header-navigation .menu-box .navbar .navbar-nav{list-style:none; padding-left:0px; margin-bottom:0px; display:flex; gap:10px;}
.header-navigation .menu-box .navbar .navbar-nav > li{display:inline-block; position:relative; padding:10px 0px;}
.header-navigation .menu-box .navbar .navbar-nav > li.active a,  .header-navigation .menu-box .navbar .navbar-nav > li a:hover{color:#E7252B;}
.header-navigation .menu-box .navbar .navbar-nav > li:hover a{color:#E7252B;}
.header-navigation .menu-box .navbar .navbar-nav > li a{font-weight:400; text-align:left; font-family:'outfitregular'; text-decoration:none; color:#fff; font-size:21px; line-height:normal; letter-spacing:-0.64px; text-transform:capitalize; padding:15px 15px !important;}
.header-navigation  .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:5px; font-size:12px;}
.header-navigation .menu-box .navbar .navbar-nav > li > ul{list-style:none; position:absolute; top:200%; width:300px; padding:0px; z-index:100; display:none; 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; background-color:#fff; -webkit-box-shadow:0px 0px 10px 2px rgba(0, 0, 0, 0.7); -moz-box-shadow:0px 0px 10px 2px rgba(0, 0, 0, 0.7); box-shadow:0px 0px 10px 2px rgba(0, 0, 0, 0.7);}
.header-navigation .menu-box .navbar .navbar-nav > li > ul > li{position:relative; float:none; width:100%; border-bottom:1px solid #e8e8e8;}
.header-navigation .menu-box .navbar .navbar-nav > li > ul > li:last-child{border-bottom:none;}
.header-navigation .menu-box .navbar .navbar-nav > li > ul > li a{z-index:100; padding:12px 30px 12px 12px !important; font-size:18px; font-weight:400; line-height:25px; text-align:left; font-family:'outfitregular'; 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-navigation  .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:14px; top:50%; font-size:15px; transform:translate(0%, -50%);}
.header-navigation .menu-box .navbar .navbar-nav > li > ul > li > ul{list-style:none; position:absolute; left:250px; top:200%; width:250px; padding:0px; display:none; z-index:100; 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; background-color:rgba(48, 48, 48, 0.92); -webkit-box-shadow:0px 0px 10px 2px rgba(0, 0, 0, 0.7); -moz-box-shadow:0px 0px 10px 2px rgba(0, 0, 0, 0.7); box-shadow:0px 0px 10px 2px rgba(0, 0, 0, 0.7);}
.header-navigation .menu-box .navbar .navbar-nav > li > ul > li > ul.two-columns,  .header-navigation .menu-box .navbar .navbar-nav > li > ul.two-columns{column-count:2; column-gap:20px; width:500px;}
.header-navigation .menu-box .navbar .navbar-nav > li > ul > li > ul > li{position:relative; float:none; width:100%; border-bottom:1px solid #e8e8e8;}
.header-navigation  .menu-box  .navbar  .navbar-nav  > li  > ul  > li  > ul  > li:last-child{border-bottom:none;}
.header-navigation .menu-box .navbar .navbar-nav > li > ul > li > ul > li a{z-index:100; padding:12px; color:#fff !important; position:relative; display:block; font-size:15px; font-weight:400; line-height:21px; text-align:left; font-family:'outfitregular'; 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-navigation .menu-box .navbar .navbar-nav > li > ul > li:hover > a{background:#E7252B; color:#fff !important; transform:scale(1.03);}
.header-navigation .menu-box .navbar .navbar-nav > li:hover > ul{top:100%; opacity:1; z-index:99; visibility:visible; display:block;}
.header-navigation .menu-box .navbar .navbar-nav > li > ul > li:hover > ul{opacity:1; visibility:visible; top:0%; z-index:99; display:block;}
.header-navigation .menu-box .navbar .navbar-nav > li > ul > li > ul > li:hover > a{background:#E7252B; color:#fff !important; transform:scale(1.03);}
.header-navigation .menu-box .navbar .navbar-toggler{display:none;}
.header-navigation .menu-box .navbar .close-toggler{display:none;}
.header-navigation .menu-box .navbar .navbar-nav > li i{display:none; position:absolute; right:15px; top:12px; font-size:24px; cursor:pointer; color:#fff; background:#E7252B; width:30px; height:30px; z-index:999; text-align:center; line-height:30px;}
 @media screen and (max-width:1250px){
.header-navigation .header-box .logo-box .logo img{width:220px;}
.header-navigation .menu-box .navbar .navbar-nav > li a{font-size:18.5px; padding:15px 10px !important;}
.header-navigation .menu-box .navbar .footNav .mails a{font-size:17px;}
.header-navigation .menu-box .navbar .footNav{gap:20px;}
}
 @media screen and (max-width:1100px){
  .headerNew .btnn{display: none;}
.header-navigation .menu-box .navbar .navbar-collapse{display:block;}
.header-navigation .menu-box .navbar .navbar-nav > li:hover > ul{top:105%; opacity:1; z-index:99; visibility:visible; display:none;}
.header-navigation .menu-box .navbar .navbar-nav > li ul li:hover > ul{top:105%; opacity:1; z-index:99; visibility:visible; display:none;}
.header-navigation .menu-box .navbar .navbar-nav > li > ul > li > ul.two-columns,  .header-navigation .menu-box .navbar .navbar-nav > li > ul.two-columns{column-count:1; column-gap:normal; width:100%;}
.navbar-toggler{
  padding: 0;
  display: block !important;
  /*font-size: 3rem;*/
  line-height: 1;
  background-color: transparent;
  position: absolute;
  top: -27px;
  height: 55px;
  width: 55px;
  right: 0px;
  color: #fff;
  border: 1.5px solid #FFFFFF66 !important;
  border-radius: 50px;
  transition: box-shadow 0.15s ease-in-out;
}
.navbar-collapse{position:fixed; top:0px; bottom:0; left:100%; width:450px; padding:30px; overflow-y:auto; visibility:hidden; background-color:#141414; 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:9999; box-shadow:0 0 10px rgba(0, 0, 0, 0.38);}
.navbar-collapse.show{visibility:visible; -webkit-transform:translateX(-100%); transform:translateX(-100%);}
.header-navigation .menu-box .navbar{justify-content:flex-end;}
.header-navigation .menu-box .navbar .navbar-nav > li.active a,  .header-navigation .menu-box .navbar .navbar-nav > li a:hover{color:transparent;}
.header-navigation .menu-box .navbar .navbar-nav > li a{display:block !important; padding:15px 15px !important;}
.header-navigation .menu-box .navbar .navbar-nav > li.active a,  .header-navigation .menu-box .navbar .navbar-nav > li:hover a{display:block; color:#fff; background:#E7252B;}
.header-navigation .menu-box .navbar .nav-right-part{position:relative; gap:15px; display:flex; align-items:center; justify-content:flex-start; right:100px;}
.header-navigation .menu-box .navbar .close-toggler{display:block; color:#fff; padding:0; border:none; font-size:18px; margin-bottom:25px; height:60px; border-radius:50px; background:#E7252B; width:60px; margin-left:auto;}
.header-navigation .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-navigation .menu-box .navbar .navbar-nav li{text-align:left; position:relative; float:none; padding:0px 0; width:100%;}
.header-navigation .menu-box .navbar .navbar-nav li a{
  color: #fff;
  text-decoration: none;
  text-align: left;
  font-family: 'outfitregular';
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.64px;
  text-transform: capitalize;
  display: block !important;
  padding: 15px 15px !important;
}
.header-navigation  .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:#E7252B; width:30px; height:30px; text-align:center; line-height:30px; z-index:10;}
.header-navigation  .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:#E7252B; 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-navigation .menu-box .navbar .navbar-nav li:hover a::after{color:#E7252B; background:#fff;}
.header-navigation .menu-box .navbar .navbar-nav li.active a::after{color:#E7252B; background:#fff;}
.header-navigation .menu-box .navbar .navbar-nav > li > ul{position:static; display:none; visibility:visible; opacity:1; width:100%;}
.header-navigation .menu-box .navbar .navbar-nav > li > ul > li{padding:0;}
.header-navigation .menu-box .navbar .navbar-nav > li > ul > li > ul > li{padding:0;}
.header-navigation .menu-box .navbar .navbar-nav > li > ul > li > a{color:#000 !important; background:#fff !important;}
.header-navigation .menu-box .navbar .navbar-nav > li > ul > li:hover > a{background:#E7252B !important; color:#fff !important;}
.header-navigation .menu-box .navbar .navbar-nav > li > ul > li > ul > li a{color:#000 !important; background:#fff !important;}
.header-navigation .menu-box .navbar .navbar-nav > li > ul > li > ul > li a:hover{color:#fff !important; background:#E7252B !important;}
.header-navigation  .menu-box  .navbar  .navbar-nav  > li  > ul  > li.menu-item-has-children  > a:hover::after{background:#fff !important; color:#E7252B !important;}
.header-navigation .menu-box .navbar .navbar-nav > li > ul > li > ul{position:static; display:none; visibility:visible; opacity:1; width:100%;}
.header-navigation .menu-box .navbar .navbar-nav > li > ul > li:hover > ul{opacity:1; visibility:visible; top:45px; z-index:9999;}
.header-navigation .menu-box{position:relative; display:flex; align-items:center; justify-content:flex-start; flex-direction:row-reverse; gap:30px;}
.header-navigation .menu-box .navbar .navbar-nav > li i{display:block !important;}
.header-navigation .menu-box .navbar .navbar-nav li > a::after{display:none !important;}
.header-navigation .menu-box .navbar .navbar-nav > li > ul > li:hover > i,  .header-navigation .menu-box .navbar .navbar-nav > li > ul > li.active > i{background:#fff !important; color:#E7252B !important;}
.header-navigation .menu-box .navbar .navbar-nav > li:hover i,  .header-navigation .menu-box .navbar .navbar-nav > li.active i{background:#fff !important; color:#E7252B !important;}
.header-navigation .menu-box .navbar .navbar-nav > li > ul{transition:none !important; -moz-transition:none !important; -webkit-transition:none !important; -ms-transition:none !important; -o-transition:none !important;}
.header-navigation .menu-box .navbar .navbar-nav > li > ul > li > ul{transition:none !important; -moz-transition:none !important; -webkit-transition:none !important; -ms-transition:none !important; -o-transition:none !important;}
.header-navigation .header-box{width:100%; position:relative; display:flex; align-items:center; justify-content:space-between;}
.header-navigation .menu-box .navbar .footNav{margin-top:30px; flex-direction:column;}
.header-navigation .logo-box .logo img{width:auto; height:70px; position:relative; z-index:9999;}
.headerNew .menu-box .navbar .navbar-nav > li.menu-item-has-children .submenu-arrow {
  display: block;
  position: absolute;
  top: 5px;
  right: 0px;
  padding: 10px 15px;
  border: 1px solid rgba(232, 232, 232, 0.3);
  color: #fff;
  font-size: 1.5em;
  cursor: pointer;
}
.headerNew .menu-box .fot-nav {
  display: block;
  position: relative;
  padding: 20px 0px;
}
.headerNew .menu-box .fot-nav .mails {
   padding: 5px 0 30px 0;
}
.headerNew .menu-box .fot-nav .mails a {
  color: #ffffff;
  text-decoration: none;
  font-family: 'outfitregular';
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* letter-spacing: -0.36px; */
}
.headerNew .menu-box .fot-nav .mails a:hover {
  color: #E7252B;
}
.headerNew .menu-box .fot-nav .social {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.headerNew .menu-box .fot-nav .social a {
  background: #FFF6F0;
  color: #000000;
  display: flex;
  width: 40px;
  height: 40px;
  text-decoration: none;
  flex-direction: column;
  justify-content: center;
  border-radius: 65.397px;
  align-items: center;
}
.headerNew .menu-box .fot-nav .social a:hover {
  background: #E7252B;
  color: #fff;
}
}
 @media screen and (max-width:600px){
  .header-navigation .menu-box .navbar .navbar-nav li a{
    font-size: 25px;
  }
.navbar-collapse{width:80%;}
.header-navigation .header-box .logo-box .logo img{width:190px;}
}
@media (max-width: 768px) {
    .testiBox .content {
        font-size: 14px !important;
        padding: 0px 10px 0px 10px !important;
    }
    .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, -11px) !important;
  }
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, -11px) !important;
  }
}

/*Main CSS*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* WORDPRESS CSS ENDS */

.admin-bar .bannerWraper {
    margin-top: 75px;
}

.contactForm .gform_heading .gform_heading {
    color: rgba(0, 0, 0, 0.90);
    font-family: 'test_shneregular';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.contactForm .gform-body .gform_fields .gfield {
    position: relative;
}
/* .contactForm .gform-body .gform_fields .gfield .gfield_label {
    display: inline-block;
    margin-bottom: 0.5rem;
    color: rgba(0, 0, 0, 0.90);
    font-family: 'test_shneregular';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
    color: #5e5e5e;
    position: absolute;
    left: 35px;
    top: 10px;
} */
.contactForm .gform-body .gform_fields .gfield input[type='text'], .contactForm .gform-body .gform_fields .gfield input[type='email'], .contactForm .gform-body .gform_fields .gfield input[type='tel'] {
    display: block;
    width: 100%;
    padding: 20px 20px 8px 22px;
    font-family: "Reckless Neue";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    height: 70px;
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #FFF;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #000000E5;
}
.contactForm .gform_footer {
    position: relative !important;
}
.contactForm .gform_footer input[type='submit'] {
    padding: 18px 45px !important;
    border-radius: 50px !important;
    background: #E0262B !important;
    border: 1.5px solid #E0262B !important;
    text-transform: capitalize !important;
    text-decoration: none !important;
    color: #fff !important;
    display: block !important;
    width: 100% !important;
    margin-top: 30px !important;
    text-align: center !important;
    font-family: 'test_shneleicht' !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 300 !important;
    line-height: 22px !important;
    position: relative !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    outline: none !important;
    transition: all .5s linear !important;
    overflow: hidden !important;
    z-index: 99 !important;
}
.contactForm .gform_footer input[type='submit']::before, .contactForm .gform_footer input[type='submit']::after {
    background: #000 !important;
    content: '' !important;
    position: absolute !important;
    z-index: -1 !important;
}
.contactForm .gform_footer input[type='submit']::after {
    background-color: #000 !important;
    height: 100% !important;
    left: -35% !important;
    top: 0 !important;
    transform: skew(50deg) !important;
    transition-duration: 0.6s !important;
    transform-origin: top left !important;
    width: 0 !important;
}
.contactForm .gform_footer input[type='submit']:hover::after {
    height: 100% !important;
    width: 135% !important;
}
.contactForm .gform_footer input[type='submit']:hover {
    color: #fff !important;
    border: 1.5px solid #000 !important;
}
.contactForm .gform-body .gform_fields .gfield input[type='text'], .contactForm .gform-body .gform_fields .gfield input[type='email'], .contactForm .gform-body .gform_fields .gfield input[type='tel']:focus-visible {
    outline:none;
}
.contactForm .gform-body .gform_fields .gfield .ginput_container_consent {
    position: relative;
}
.contactForm .gform-body .gform_fields .gfield .ginput_container_consent input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.contactForm .gform-body .gform_fields .gfield .ginput_container_consent label {
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
    font-family: 'outfitregular';
    font-size: 16px;
    font-weight: 400;
    line-height: 24.83px;
    padding-left: 45px;
    text-align: left;
    margin-left: 0px;
    top: 0px;
    left: 0px;
    color: rgba(73, 72, 72, 0.7);
}
.contactForm .gform-body .gform_fields .gfield .ginput_container_consent label:before {
    content: "";
    background: #FFFFFF1A;
    border: 0.69px solid rgba(73, 72, 72, 0.7);
    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: 30px;
    width: 30px;
    border-radius: 0;
    line-height: 24px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 0px;
    top: 3px;
    left: 5px;
}
.contactForm .gform-body .gform_fields .gfield .ginput_container_consent input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 15px;
    width: 11px;
    height: 17px;
    border: solid rgba(73, 72, 72, 0.7);
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
@media screen and (max-width:767px) {
    .contactForm .gform-body .gform_fields .gfield input[type='text'], .contactForm .gform-body .gform_fields .gfield input[type='email'], .contactForm .gform-body .gform_fields .gfield input[type='tel'] {
        font-size: 18px;
    }
}
@media screen and (max-width:575px) {
    .contactForm .gform-body .gform_fields .gfield .ginput_container_consent label {
        font-size: 15px;
    }
    .contactForm .gform-body .gform_fields .gfield input[type='text'], .contactForm .gform-body .gform_fields .gfield input[type='email'], .contactForm .gform-body .gform_fields .gfield input[type='tel'] {
        font-size: 16px;
    }
}

#breadcrumbs {
    margin: 0;
    padding: 20px 0;
}

#breadcrumbs a {
    color: #E7252B;
    text-align: left;
    font-family: 'test_shnekrftig';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 2.56px;
    text-transform: uppercase;
    margin-bottom: 25px;
    text-decoration: none;
}

#breadcrumbs .breadcrumb_last {
    font-weight: bold;
    color: #000;
}

.headerWraper .menu-box .navbar .navbar-nav > li > ul{
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}


.contactPage .gform-body .gform_fields .gfield input[type='text'], .contactPage .gform-body .gform_fields .gfield input[type='email'],.contactWrap .gform-body .gform_fields .gfield input[type='text'], .contactWrap .gform-body .gform_fields .gfield input[type='email']{
    display: block;
    width: 100%;
    padding: 21px 20px;
    font-family: 'test_shneregular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    height: 66px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: #FFF;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #11111366;
}
.contactPage .gform-body .gform_fields .gfield label, .contactWrap .gform-body .gform_fields .gfield label {
    display: block;
    margin-bottom: 0.5rem;
    /* font-family: 'test_shnehalbfett'; */
    font-style: normal;
    text-align: left;
    color: #111113;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
}
.contactPage .gform-body .gform_fields .gfield input[type='text']:focus, .contactPage .gform-body .gform_fields .gfield input[type='email']:focus {
    outline:none;
}
.contactPage .gform-body .gform_fields .gfield textarea, .contactWrap .gform-body .gform_fields .gfield textarea{
    height: 150px;
    display: block;
    width: 100%;
    padding: 21px 20px;
    font-family: 'test_shneregular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: #FFF;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #11111366;
}
.contactPage .gform_footer{
    position:relative !important;
}
.contactPage .gform_footer input[type='submit'] {
    padding: 18px 45px !important;
    border-radius: 50px !important;
    background: #000000 !important;
    border: 1.5px solid #000000 !important;
    text-transform: capitalize !important;
    text-decoration: none !important;
    color: #fff !important;
    display: inline-block !important;
    text-align: center !important;
    font-family: 'test_shneleicht' !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 300 !important;
    line-height: 22px !important;
    position: relative !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    outline: none !important;
    transition: all .5s linear !important;
    overflow: hidden !important;
    z-index: 99 !important;
}
.contactPage .gform_footer input[type='submit']:hover {
    color: #fff !important;
    border: 1.5px solid #E0262B !important;
    background: #E0262B !important;
}

.contactPage .gform_footer input[type='submit']::before, .contactPage .gform_footer input[type='submit']::after {
    background: #E0262B;
    content: '';
    position: absolute;
    z-index: -1;
}
.contactPage .gform_footer input[type='submit']::after {
    background-color: #E0262B;
    height: 100%;
    left: -35%;
    top: 0;
    transform: skew(50deg);
    transition-duration: 0.6s;
    transform-origin: top left;
    width: 0;
}

.contactPage .gform_footer input[type='submit']:hover:after {
    height: 100%;
    width: 135%;
}

.recent_blogs h2 {
    padding: 15px 0;
    font-weight: 700;
    display: inline-block;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}

.serviceWrap,
.aboutWrap {
    position: relative;
}
.serviceWrap ul,
.aboutWrap ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding-left: 0;
    margin-bottom: 25px;
}
.serviceWrap ul li,
.aboutWrap ul li {
    color: #1A1A1B;
    font-family: 'test_shneleicht';
    font-size: 19px;
    font-style: normal;
    font-weight: 300;
    padding-left: 30px;
    line-height: 150%;
    position: relative;
}
.serviceWrap ul li:before,
.aboutWrap ul li:before {
    content: "\f058";
    position: absolute;
    top: 0px;
    left: 0px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #f19b9d;
}
.jw-h{
    margin-top: 15px;
}
.jw-h li span {
    font-weight: 600;
}
.video-section-headline {
    text-align: center;
    margin: 0 0 25px;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 500;
    font-family: "Reckless Neue";
}

.preparation-video-wrap,
.testimonial-video-wrap {
    width: 100%;
    margin: 35px 0;
    display: block;
    text-align: center;
}

.preparation-video-trigger {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    display: block;
    overflow: hidden;
}

.preparation-video-trigger video {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    background: transparent;
}

.preparation-play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90px;
    height: 90px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: all 0.3s ease;
}

.preparation-play-icon span {
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 28px solid #fff;
    margin-left: 7px;
}

.preparation-video-trigger:hover .preparation-play-icon {
    background: #E0262B;
    transform: translate(-50%, -50%) scale(1.08);
}

.more-testimonials-heading {
    margin: 55px 0 35px;
    text-align: center;
}

.more-testimonials-heading h2 {
    margin: 0;
    font-family: "Reckless Neue";
}

.testimonialsStory .row {
    margin-top: 20px;
}

.testimonialsStory .testimonial-video-wrap {
    width: 100%;
    margin: 35px 0 55px;
}

.testimonialsStory .testimonial-video-wrap .preparation-video-trigger {
    width: 100%;
    max-width: 100%;
}

.testimonialsStory .testimonial-video-wrap .preparation-video-trigger video {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.testimonialsStory .more-testimonials-heading {
    margin: 60px 0 35px;
    text-align: center;
}

@media (max-width: 767px) {
    .video-section-headline {
        font-size: 24px;
        margin-bottom: 18px;
    }

    .preparation-video-wrap,
    .testimonial-video-wrap {
        margin: 25px 0 35px;
    }

    .preparation-video-trigger {
        max-width: 100%;
    }

    .preparation-play-icon {
        width: 65px;
        height: 65px;
    }

    .preparation-play-icon span {
        border-top-width: 13px;
        border-bottom-width: 13px;
        border-left-width: 21px;
        margin-left: 5px;
    }

    .more-testimonials-heading {
        margin: 40px 0 25px;
    }
}