@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");

i.icon {
  vertical-align: middle;
}
body{
    font-family: Poppins,sans-serif;
}
:root {
  --primaryColor: #ec1c38;
  --secondaryColor: #000000;
  --black: #000000;
  --white: #ffffff;
  --mutedColor: #999999;
  --neutralBGColor: #f7f8f9;
  --neutralBorderColor: #e9e9ea;
  --errorColor: #ba193b;
  --errorBGColor: #f2cfd6;
  --confirmationColor: #507c68;
  --confirmationBGColor: #cff2e3;
  --disabledTextColor: #777777;
  --disabledBGColor: #b3b3b3;
  --black75: #404040;
  --black50: #808080;
  --black25: #bfbfbf;
  /*Boostrap Css Var*/
  --bs-primary: #ec1c38;
  --bs-secondary: #000000;
  --bs-success: #507c68;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #ba193b;
  --bs-light: #f7f8f9;
  --bs-dark: #000000;
  --bs-primary-rgb: 236,28,56;
  --bs-secondary-rgb: 108,117,125;
  --bs-success-rgb: 25,135,84;
  --bs-dark-rgb: 10,0,0;
  --bs-font-sans-serif: 'Nunito', sans-serif;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #0a0000;
  --bs-body-bg: #ffffff;
  --bs-body-font-size: 1rem;
}
.mb-12 {
  margin-bottom: 12px;
}
.mb-16 {
  margin-bottom: 16px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mb-36 {
  margin-bottom: 36px;
}
.mb-48 {
  margin-bottom: 48px;
}
.pt-16 {
  padding-top: 16px;
}
.text-lg {
  font-size: 19px;
  line-height: 1.65;
}
@media screen and (max-width: 1200px) {
  .text-lg {
    font-size: 17px;
  }
}
.text-md {
  font-size: 17px;
}
.section {
  padding: 60px 0;
}
@media screen and (max-width: 991px) {
  .section {
    padding: 36px 0;
  }
}
.section-sm {
  padding: 40px 0;
}
@media screen and (max-width: 991px) {
  .section-sm {
    padding: 36px 0;
  }
}
.section-lg {
  padding: 80px 0;
}
@media screen and (max-width: 991px) {
  .section-lg {
    padding: 48px 0;
  }
}
@media screen and (max-width: 767px) {
  .section-lg {
    padding: 36px 0;
  }
}
.row {
  --bs-gutter-x: 38px;
}
@media screen and (max-width: 1399px) {
  .row {
    --bs-gutter-x: 24px;
  }
}
@media (max-width: 991px) {
  .row {
    --bs-gutter-x: 16px;
  }
}
@media (max-width: 767px) {
  .row {
    --bs-gutter-x: 12px;
  }
}
.grid-row {
  --bs-gutter-x: 38px;
  --bs-gutter-y: 24px;
}
@media screen and (max-width: 1399px) {
  .grid-row {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
  }
}
@media (max-width: 991px) {
  .grid-row {
    --bs-gutter-x: 16px;
  }
}
@media (max-width: 767px) {
  .grid-row {
    --bs-gutter-x: 12px;
    --bs-gutter-y: 16px;
  }
}
.g-0 {
  --bs-gutter-x: 0px;
}
.g-24 {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 24px;
}
.g-38-38 {
  --bs-gutter-x: 38px;
  --bs-gutter-y: 38px;
}
.bg-dark {
  background-color: #0a0000;
}
.bg-dark2 {
  background-color: #272a35;
}
.bg-subberlight {
  background-color: #f6f6f6;
}
.bg-white {
  background-color: #ffffff;
}
.bg-white > .bg-subberlight,
.bg-white > .bg-dark2 {
  background-color: transparent;
}
.bg-dark-grey {
  background-color: #E9E9EA;
}
.text-white {
  color: #ffffff;
}
.highlight {
  color: #ec1c38;
}
a {
  color: #ec1c38;
}
a:hover {
  color: #000000;
}
.text-body {
  font-size: 17px;
}
@media (min-width: 1600px) {
  .container {
    max-width: 1610px ;
    --bs-gutter-x: 38px;
  }
}
.border-bottom {
  border-color: #D0D0D250;
}
.videoWrapper-964x1012 {
  padding-bottom: 104.979253112033195%;
}
.videoWrapper-1920x1080 {
  padding-bottom: 56.25%;
}
.videoWrapper-1920x1280 {
  padding-bottom: 66.666666666666667%;
}
.videoWrapper1422x812 {
  padding-bottom: 57.10267229254571%;
}
.videoWrapper1440x900 {
  padding-bottom: 62.5%;
}
[class^="videoWrapper"] {
  position: relative;
  overflow: hidden;
  height: 0;
  background-color: #272a35;
}
[class^="videoWrapper"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
hr.divider {
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 0 #fff;
}
.agentLogoHowardHanna {
  width: 7em;
}
.logo-afiliateLifull {
  width: 12em;
  margin: 0 auto 2em;
}
.max-width-250 {
  max-width: 250px;
}
.max-width-700 {
  max-width: 700px;
}
@media screen and (min-width: 768px) {
  .list-two-column {
    columns: 2 auto;
    column-gap: 2em;
    break-inside: avoid-column;
    list-style-type: disc;
    padding: 0 0 0 1.25em;
  }
}
@media screen and (min-width: 992px) {
  .visualMarketingIntro {
    width: 50%;
    margin-left: auto;
    padding: 2.5em 0 2.5em 0;
    margin-top: -12vw;
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 991px) {
  .visualMarketingIntro {
    padding: 36px 0 36px 0;
  }
}
.video-viewsection {
  max-width: 1180px;
  margin: 0 auto;
}
.bdr-b-black {
  border-bottom: solid 1px #272a35;
}
body {
  font-size: 17px;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.font-nunito {
  font-family: 'Nunito', sans-serif;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 120%;
  font-family: 'Roboto Condensed', sans-serif;
}
h1,
.h1 {
  font-size: 36px;
}
h1 .small-inline,
.h1 .small-inline {
  font-size: 20px ;
  color: #ec1c38;
  display: block;
}
h2,
.h2 {
  font-size: 42px;
}
@media screen and (max-width: 1399px) {
  h2,
  .h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1199px) {
  h2,
  .h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  h2,
  .h2 {
    font-size: 26px;
  }
}
h2 .small-inline,
.h2 .small-inline {
  font-size: 20px ;
  color: #ec1c38;
  display: block;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 20px;
}
h6,
.h6 {
  font-size: 16px;
}
.small-section-title {
  max-width: 1300px;
  margin: 0  auto 12px;
}
.title-center {
  text-align: center;
  margin-bottom: 16px;
  line-height: 1.3;
}
.title-center span {
  display: block;
  font-size: 18px ;
  text-transform: uppercase;
  color: #ec1c38;
  line-height: 1;
}
.title-center .text-lg {
  font-size: 24px;
}
.fs-6 {
  font-size: 1.06rem!important;
}
.text-dark5 {
  color: #55555d;
}
.btn {
  font-weight: bold;
  --bs-btn-border-radius: 0;
  --bs-btn-font-family: 'Roboto Condensed', sans-serif;
  --bs-btn-padding-y: 5px;
  --bs-btn-padding-x: 24px;
  --bs-btn-line-height: 38px;
  --bs-btn-font-size: 15px;
  --bs-btn-font-weight: 700;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0);
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media screen and (min-width: 1600px) {
  .btn {
    --bs-btn-font-size: 17px;
  }
}
.btn::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  transition: all 0.3s ease-in-out;
  transform: translate(110%, 0);
  background-color: #272a35;
  z-index: -1;
}
.btn:hover::after {
  transform: translate(0, 0);
}
.btn:focus,
.btn:active {
  outline: none;
  box-shadow: none;
}
.btn.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #ec1c38;
  --bs-btn-border-color: #ec1c38;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ec1c38;
  --bs-btn-hover-border-color: #ec1c38;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ec1c38;
  --bs-btn-active-border-color: #ec1c38;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #ec1c38;
  --bs-btn-disabled-border-color: #ec1c38;
}
.btn.btn-outline-primary {
  --bs-btn-border-width: 2px;
  --bs-btn-color: #ec1c38;
  --bs-btn-border-color: #ec1c38;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #ec1c38;
  --bs-btn-hover-border-color: #ec1c38;
  --bs-btn-focus-shadow-rgb: 13,110,253;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #ec1c38;
  --bs-btn-active-border-color: #ec1c38;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ec1c38;
  --bs-btn-disabled-bg: transparent;
  --bs-gradient: none;
}
.btn.btn-outline-primary::after {
  background-color: #ec1c38;
}
.btn.btn-secondary {
  --bs-btn-bg: #272a35;
  --bs-btn-hover-bg: #272a35;
  --bs-btn-hover-border-color: #272a35;
  --bs-btn-border-color: #272a35;
}
.btn.btn-secondary::after {
  background-color: #ec1c38;
}
@media screen and (max-width: 991px) {
  .btn.btn-md-sm {
    padding-top: 1px;
    padding-bottom: 1px;
  }
}
@media screen and (max-width: 767px) {
  .btn.btn-md-fixed {
    min-width: 300px;
  }
}
.btn.btn-goto-top {
  width: 44px;
  height: 44px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 24px;
  bottom: 36px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  transform: translate(0, -50px);
}
.btn.btn-goto-top.active {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.btn.btn-sm {
  line-height: 30px;
}
.btn.btn-icon-only {
  --bs-btn-padding-y: 0;
  --bs-btn-padding-x: 0;
  --bs-btn-border-width: 0px;
}
.btn.btn-icon-only .icon {
  font-size: 20px;
}
.btn.btn-icon-only::after {
  display: none;
}
.btn.btn-icon-only.text-primary:hover {
  color: #000000 !important;
}
.btn.btn-wide {
  width: 100%;
}
.btn.btn-icon-help {
  --bs-btn-padding-y: .375rem;
  --bs-btn-padding-x: .75rem;
  --bs-btn-border-width: 0px;
}
.btn.btn-icon-help::after {
  display: none;
}
.accordion {
  --bs-accordion-active-color: #ec1c38;
  --bs-accordion-active-bg: rgba(236, 28, 56, 0.2);
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23EC1C38'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion.no-border {
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0;
}
.dropdown .dropdown-menu {
  border-radius: 2px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
  border: none;
}
.dropdown .dropdown-menu i.icon {
  margin-right: 6px;
}
.dropdown .dropdown-menu.spacing-md li a {
  padding: 10px 12px;
}
.form-label {
  font-size: 17px;
}
.form-control,
.form-select {
  border-radius: 0;
  padding: 8px 16px;
  background-color: #e9e9ea;
  border-color: #d0d0d2;
}
.form-control.error,
.form-select.error {
  border-color: #EC1C38;
}
.form-row {
  --bs-gutter-x: 38px;
  --bs-gutter-y: 24px;
}
.invalid-feedback {
  font-size: 14px;
}
/* Start :: checkbox */
.bb-checkbox input[type=checkbox] {
  display: none;
}
.bb-checkbox input[type=checkbox] + label:after {
  font-family: bootstrap-icons !important;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0px;
  border: 2px solid #757575;
  border-radius: 2px;
}
.bb-checkbox input[type=checkbox] + label:before {
  display: none;
}
.bb-checkbox input[type=checkbox]:checked + label:after {
  content: "\f272";
  color: #fff;
  font-size: 17px;
  text-align: center;
  line-height: 19px;
  background: #EC1C38;
  border-color: #EC1C38;
}
.bb-checkbox label {
  display: inline-block;
  cursor: pointer;
  padding-left: 30px;
  position: relative;
  font-size: 17px;
  margin-bottom: 0;
}
.form-text.error {
  display: none;
  color: #ec1c38;
}
.form-select.error + .form-text.error,
.form-control.error + .form-text.error {
  display: block;
}
/* END :: checkbox */
.card {
  border: 0;
  border-radius: 0;
}
.card .card-img,
.card .card-img-top {
  text-align: center;
  border-radius: 0;
  overflow: hidden;
}
.card .card-img img,
.card .card-img-top img {
  width: 100%;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}
.card.card-overlay-body {
  position: relative;
  background-color: transparent;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.card.card-overlay-body .card-img-top {
  height: 400px;
  overflow: hidden;
  z-index: 0;
  border-radius: 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .card.card-overlay-body .card-img-top {
    height: 290px;
  }
}
.card.card-overlay-body .card-img-top img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0;
}
.card.card-overlay-body .card-img-top::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  height: 80%;
  transition: all 0.2s ease-in-out;
}
.card.card-overlay-body .card-img-top .canvasBox,
.card.card-overlay-body .card-img-top .canvasbox {
  height: 400px !important;
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  .card.card-overlay-body .card-img-top .canvasBox,
  .card.card-overlay-body .card-img-top .canvasbox {
    height: 290px;
  }
}
.card.card-overlay-body .card-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 26px 27px 24px;
}
@media screen and (max-width: 1299px) {
  .card.card-overlay-body .card-body {
    padding: 26px 16px 16px;
  }
}
@media screen and (max-width: 991px) {
  .card.card-overlay-body .card-body {
    padding: 12px;
  }
}
@media screen and (max-width: 767px) {
  .card.card-overlay-body .card-body {
    text-align: center;
  }
}
.card.card-overlay-body .card-body h4,
.card.card-overlay-body .card-body h3 {
  font-size: 25px;
  margin: 0 0 3px;
}
@media screen and (max-width: 991px) {
  .card.card-overlay-body .card-body h4,
  .card.card-overlay-body .card-body h3 {
    font-size: 21px;
    margin-bottom: 6px;
  }
}
.card.card-overlay-body .card-body h4 a,
.card.card-overlay-body .card-body h3 a {
  color: #ffffff;
  text-decoration: none;
}
.card.card-overlay-body .card-body h4 a:hover,
.card.card-overlay-body .card-body h3 a:hover {
  color: #ec1c38;
}
.card.card-overlay-body .card-body p {
  margin: 0;
}
.card.card-overlay-body .card-body .price {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.24em;
}
.card.card-overlay-body .card-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #ffffff;
}
.card.card-overlay-body .card-body ul li {
  font-family: 'Roboto Condensed', sans-serif;
}
.card.card-overlay-body .card-body ul li b,
.card.card-overlay-body .card-body ul li strong {
  font-weight: 700;
  color: #ec1c38;
}
.card.card-overlay-body:hover .card-img-top::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, #000000 100%);
  height: 100%;
}
.card:hover .card-img-top img,
.card:hover .card-img img {
  transform: scale(1.08);
}
.card.card-product-info {
  flex-direction: row;
  font-size: 17px;
  background-color: transparent;
  text-decoration: none;
}
.card.card-product-info h3 {
  color: #ec1c38;
  font-size: 22px;
  margin-bottom: 16px;
}
.card.card-product-info h3 span {
  display: block;
  color: #000000;
  font-size: 16px;
}
.card.card-product-info p {
  margin-bottom: 24px;
  color: #000000;
}
.card.card-product-info .card-img {
  width: 160px;
  flex-shrink: 0;
}
@media screen and (max-width: 500px) {
  .card.card-product-info .card-img {
    width: 140px;
  }
}
.card.card-product-info .card-body {
  padding: 0 0 0 36px;
}
@media screen and (max-width: 767px) {
  .card.card-product-info .card-body {
    padding-left: 24px;
  }
}
.card.card-blog {
  font-size: 17px;
  background-color: #ffffff;
  min-height: 100%;
  border: solid 1px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1200px) {
  .card.card-blog {
    font-size: 19px;
  }
}
.card.card-blog .card-body {
  padding: 36px;
}
@media screen and (max-width: 767px) {
  .card.card-blog .card-body {
    padding: 24px;
  }
}
.card.card-blog h3 {
  color: #ec1c38;
  padding-top: 12px;
}
.card.card-blog h3 a {
  color: #ec1c38;
  text-decoration: none;
}
.card.card-blog h3 a:hover {
  color: #000000;
}
.card.card-blog .card-footer {
  padding: 0 36px 26px;
  border-top-width: 0;
  background-color: transparent;
  font-size: 0.83em;
}
@media screen and (max-width: 767px) {
  .card.card-blog .card-footer {
    padding: 0 24px 24px;
  }
}
.card.card-blog .card-footer hr {
  margin-top: 0;
}
.card.card-blog .card-footer a {
  color: #ec1c38;
}
.card.card-blog .card-footer a:hover {
  text-decoration: none;
  color: #000000;
}
.card.card-blog .card-footer a.blogFilterDisabled {
  color: #808080;
  pointer-events: none;
  text-decoration: none;
  cursor: default;
}
.card.card-blog .card-footer a:not(:last-child)::after {
  content: ',';
  color: #000000;
}
.card.card-upgrade-tour {
  font-size: 17px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  min-height: 100%;
}
.card.card-upgrade-tour .gallery {
  padding: 24px 24px 0;
}
.card.card-upgrade-tour .gallery .gallery-caption .col-50 {
  padding: 6px 12px;
}
.card.card-upgrade-tour .card-body {
  padding: 24px;
}
.card.card-upgrade-tour .card-body h3 a {
  text-decoration: none;
}
.card.card-upgrade-tour .card-body p:last-child {
  margin-bottom: 0;
}
.card.card-upgrade-tour .card-footer {
  border: 0;
  background-color: transparent;
  padding: 12px 24px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .card.card-upgrade-tour .card-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
.card.card-upgrade-tour .card-footer .price {
  font-weight: 700;
}
@media (max-width: 767px) {
  .card.card-upgrade-tour .card-footer .price {
    margin-bottom: 12px;
  }
}
.card.card-upgrade-tour .card-footer .price b {
  font-size: 22px;
}
.card.card-upgrade-tour .card-footer .btn:not(.auto) {
  min-width: 137px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.card.card-upgrade-tour .card-footer.btnRow .price,
.card.card-upgrade-tour .card-footer.btnRow .price * {
  font-family: 'Roboto Condensed', sans-serif;
}
.card.card-upgrade-tour.card-price-drop .card-footer .inlineSummary::before {
  content: '(';
}
.card.card-upgrade-tour.card-price-drop .card-footer .inlineSummary::after {
  content: ')';
}
.card.card-transparent {
  background-color: transparent;
}
.card.card-service-list {
  --bs-card-border-color: transparent;
  --bs-card-border-width: 0;
  --bs-card-border-radius: 0;
  --bs-card-bg: transparent;
  --bs-card-spacer-y: 16px;
  --bs-card-spacer-x: 0;
  margin-bottom: 16px;
  text-decoration: none;
}
.card.card-service-list h3,
.card.card-service-list h4 {
  font-size: 20px;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.card.card-service-list h3 a,
.card.card-service-list h4 a {
  color: #ffffff;
  text-decoration: none;
}
.card.card-service-list h3 .price,
.card.card-service-list h4 .price {
  padding-left: 6px;
}
@media screen and (max-width: 350px) {
  .card.card-service-list h3 .price,
  .card.card-service-list h4 .price {
    display: block;
    padding-left: 0;
  }
}
.card.card-service-list p {
  margin-bottom: 6px;
  text-align: justify;
}
.card.card-service-list p:last-child {
  margin-bottom: 0;
}
.card.card-service-list .price {
  font-family: 'Sunflower';
  text-transform: uppercase;
  font-weight: 700;
}
.card.card-service-list .card-img-top {
  position: relative;
}
.card.card-service-list .card-img-top img {
  margin-top: -2px;
}
.card.card-service-list .card-img-top.container360 {
  display: flex;
  flex-wrap: wrap;
}
.card.card-service-list .card-img-top.container360 [class^="container360"] {
  width: 50%;
}
.card.card-service-list .card-img-top.container360 [class^="before360"],
.card.card-service-list .card-img-top.container360 [class^="after360"] {
  width: 100%;
  height: 100%;
}
.card.card-service-list .gallery-row {
  position: relative;
  text-decoration: none;
}
.card.card-service-list .gallery-row::after {
  content: '';
  z-index: 3;
  background-color: #0a0000;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .card.card-service-list .gallery-row::after {
    width: 2px;
  }
}
.card.card-service-list .gallery-row.full::after {
  display: none;
}
.card.card-service-list .gallery-row .col-containers {
  width: 50%;
}
.card.card-service-list .gallery-row .col-containers [class^="before360"],
.card.card-service-list .gallery-row .col-containers [class^="after360"] {
  width: 100%;
  height: 100%;
}
.card.card-service-list .gallery-caption {
  text-decoration: none;
  position: relative;
  order: 2;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  font-weight: 900;
  color: #ffffff;
  z-index: 2;
  font-family: 'Sunflower';
  line-height: 1em;
  background-color: #272a35;
  margin-top: -2px;
}
@media screen and (min-width: 1600px) {
  .card.card-service-list .gallery-caption {
    font-size: 17px;
  }
}
.card.card-service-list .gallery-caption p {
  margin: 0;
}
.card.card-service-list .gallery-caption .col-50 {
  width: 50%;
  padding: 8px 12px ;
}
@media screen and (max-width: 991px) {
  .card.card-service-list .gallery-caption .col-50 {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 767px) {
  .card.card-service-list .gallery-caption .col-50 {
    padding: 6px;
    font-size: 12px;
  }
}
.card.card-service-list .gallery-caption .col-50 > div {
  width: 100%;
  text-align: left;
}
.card.card-service-list .gallery-caption .col-50.col-100 {
  width: 100%;
}
.card.card-service-list .gallery-caption .label-text {
  text-transform: uppercase;
  font-weight: 800;
  display: flex;
  align-items: center;
}
.card.card-service-list .gallery-caption .label-text::before,
.card.card-service-list .gallery-caption .label-text::after {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-color: #ec1c38;
}
.card.card-service-list .gallery-caption .label-text.before::before {
  content: '';
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .card.card-service-list .gallery-caption .label-text.before::before {
    margin-right: 6px;
  }
}
.card.card-service-list .gallery-caption .label-text.after::after {
  content: '';
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .card.card-service-list .gallery-caption .label-text.after::after {
    margin-left: 12px;
  }
}
.card.card-service-list .videoWrapper1920x525 {
  padding-bottom: 33.3%;
  position: relative;
  overflow: hidden;
  height: 0;
}
.card.card-service-list .videoWrapper1920x525 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.25);
}
.pricecard .card.card-overlay-body {
  overflow: hidden;
}
.pricecard .card.card-overlay-body .card-img-top {
  height: auto;
}
.breadcrumb {
  text-transform: uppercase;
  font-weight: 700;
}
.breadcrumb a {
  text-decoration: none;
  color: #ec1c38;
}
.breadcrumb a:hover {
  color: #000000;
}
.breadcrumb .breadcrumb-item.active {
  color: #000000;
}
.pagination {
  font-weight: 700;
  font-size: 22px;
}
.pagination .page-link {
  border-width: 0;
  color: #000000;
}
.pagination .page-link:hover {
  background-color: #ec1c38;
  color: #ffffff;
}
.pagination .active .page-link {
  background-color: #ec1c38;
  color: #ffffff;
}
.pagination .page-item {
  padding: 0 4px;
}
@media screen and (min-width: 768px) {
  .pagination .page-item.paginationSelect {
    display: none;
  }
}
.pagination .page-item.paginationSelect .selectWrapper {
  width: 5em;
}
@media screen and (max-width: 767px) {
  .pagination .page-item.paginationLinkNumber,
  .pagination .page-item.ellipsis {
    display: none;
  }
}
.pagination .page-item:first-child .page-link {
  border-radius: 0;
}
.pagination .page-item:last-child .page-link {
  border-radius: 0;
}
.nav-tabs {
  border-color: #d7d7da;
}
@media screen and (max-width: 991px) {
  .nav-tabs {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
  }
}
.nav-tabs .nav-item:not(:last-child) {
  margin-right: 2px;
}
.nav-tabs .nav-item .nav-link {
  color: #272a35;
  background-color: #d7d7da;
  border-radius: 0;
  border-color: #d7d7da;
  padding: 16px 24px;
  font-weight: 700;
}
.nav-tabs .nav-item .nav-link:hover,
.nav-tabs .nav-item .nav-link.active {
  background-color: #ffffff;
  color: #ec1c38;
  border-bottom-color: #ffffff;
}
.tab-content {
  border: solid 1px #d7d7da;
  border-top: 0;
  padding: 36px;
}
@media screen and (max-width: 767px) {
  .tab-content {
    padding: 24px 16px;
  }
}
.tab-content img + img {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .tab-content img + img {
    margin-top: 16px;
  }
}
.tab-content ul {
  padding-left: 1rem;
  margin-bottom: 24px;
}
.tab-content p {
  margin-bottom: 24px;
}
.tab-content h4 {
  color: #ec1c38;
}
.tab-content .video-wrapper {
  padding-bottom: 88.589211618257261%;
  position: relative;
  overflow: hidden;
  height: 0;
  background-color: #272a35;
}
.tab-content .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal .modal-close {
  position: absolute;
  right: -10px;
  background-color: #FFF;
  border-radius: 50%;
  top: -10px;
  width: 30px;
  height: 30px;
  opacity: 1;
  z-index: 99;
}
.modal .modal-content {
  border-radius: 0;
}
.modal.modal-testimonials {
  --bs-modal-bg: rgba(255, 255, 255, 0);
  --bs-modal-border-width: 0px;
  --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-border-width: 0px;
  --bs-modal-footer-border-width: 0px;
}
.modal.modal-testimonials .modal-header {
  justify-content: center;
}
.modal.modal-testimonials .modal-header .btn-close {
  position: absolute;
  right: 70px;
  opacity: 1;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat;
  background-size: 100%;
}
.modal.modal-testimonials .modal-title {
  --bs-heading-color: #FFF;
  text-align: center;
}
.modal.modal-testimonials .modal-dialog {
  --bs-modal-width: 1600px;
}
.modal.modal-testimonials .owl-carousel .owl-stage {
  display: flex;
}
.modal.modal-testimonials .owl-item {
  display: flex;
  flex: 1 0 auto;
  height: auto;
  background: #FFFF;
  float: none;
}
.modal.modal-testimonials .user-review-list {
  position: relative;
  overflow: hidden;
  /* margin-bottom: 80px; */
  /*This is optional*/
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.modal-backdrop {
  --bs-backdrop-opacity: 0.8;
}
.table {
  --bs-table-bg: #fff;
}
.table .btn-icon-only {
  --bs-btn-line-height: 1;
}
.table-dark {
  --bs-table-bg: #272a35;
}
.table-bordered {
  --bs-table-border-color: #bdbdc0;
  --bs-border-color: #bdbdc0;
}
.table-bordered td,
.table-bordered th {
  border-color: var(--bs-table-border-color);
}
.table-bordered td .btn.btn-icon-only .icon,
.table-bordered th .btn.btn-icon-only .icon {
  font-size: 13px;
}
.table-bordered td .btn-info-tooltip,
.table-bordered th .btn-info-tooltip {
  background-color: #000000;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  --bs-primary-rgb: 255,255,255;
  line-height: 4px;
}
.table-bordered td .btn-info-tooltip:hover,
.table-bordered th .btn-info-tooltip:hover {
  background-color: #ec1c38;
  --bs-primary-rgb: 255,255,255;
  color: #FFFFFF !important;
}
.table-bordered td .btn-info-tooltip:hover .icon,
.table-bordered th .btn-info-tooltip:hover .icon {
  color: #FFFFFF !important;
}
.table-bordered td .btn-info-tooltip .icon,
.table-bordered th .btn-info-tooltip .icon {
  margin-top: -6px;
}
.table-bordered td .btn-info-tooltip .icon::before,
.table-bordered th .btn-info-tooltip .icon::before {
  content: '\2139';
}
.table-text-sm {
  font-size: 0.85em;
}
.alert .head {
  font-weight: bold;
}
.anim-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.anim-roller div {
  animation: anim-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.anim-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000;
  margin: -4px 0 0 -4px;
}
.anim-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.anim-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.anim-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.anim-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.anim-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.anim-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.anim-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.anim-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.anim-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.anim-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.anim-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.anim-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.anim-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.anim-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.anim-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.anim-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes anim-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.owl-carousel.owl-theme {
  padding: 0 60px;
  overflow: hidden;
}
.owl-carousel.owl-theme .owl-nav .owl-prev,
.owl-carousel.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  background-color: #ec1c38;
  margin: 0;
  border-radius: 0;
  width: 44px;
  height: 44px;
  overflow: hidden;
  text-indent: -999px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(0, -50%);
}
.owl-carousel.owl-theme .owl-nav .owl-prev::after,
.owl-carousel.owl-theme .owl-nav .owl-next::after {
  display: inline-block;
  font: normal normal normal 32px/1 'Jetpack';
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  color: #fff;
  font-size: 24px;
}
.owl-carousel.owl-theme .owl-nav .owl-prev {
  left: 0;
}
.owl-carousel.owl-theme .owl-nav .owl-prev::after {
  content: "\efcd";
}
.owl-carousel.owl-theme .owl-nav .owl-next {
  right: 0;
}
.owl-carousel.owl-theme .owl-nav .owl-next::after {
  content: "\f25f";
}
.owl-carousel.owl-theme .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 48px;
}
.owl-carousel.owl-theme .owl-dots .owl-dot span {
  display: block;
  width: 47px;
  height: 2px;
  margin: 4px;
  background-color: #D9D9D9;
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  background-color: #ec1c38;
}
.header .navbar {
  padding: 0px 0 ;
  z-index: 99;
}
.header .navbar .nav-continer {
  width: 100%;
  align-self: center;
  display: flex;
}
@media screen and (max-width: 1199px) {
  .header .navbar .nav-continer {
    width: auto;
    border: 0px;
  }
}
.header .navbar .navbar-brand {
  width: 232px;
  flex-shrink: 0;
  padding: 6px 0;
  margin: 0 24px 0 0px;
}
.header .navbar .navbar-brand img {
  max-width: 100%;
}
@media screen and (max-width: 1599px) {
  .header .navbar .navbar-brand {
    margin: 0 24px 0 0;
    width: 220px;
  }
}
@media screen and (max-width: 1399px) {
  .header .navbar .navbar-brand {
    width: 162px;
  }
}
@media screen and (max-width: 991px) {
  .header .navbar .navbar-brand {
    width: 180px;
    padding: 6px 0;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .header .navbar .navbar-brand {
    width: 160px;
  }
}
.header .navbar .navbar-toggler {
  z-index: 1;
  width: 36px;
  height: 36px;
  border: 0;
  padding: 0;
  align-self: center;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  position: relative;
  margin-top: 7px;
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .header .navbar .navbar-toggler {
    margin-left: 13px;
    margin-top: 12px;
  }
}
.header .navbar .navbar-toggler i {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: #ec1c38;
  opacity: 1;
  transition: background-color 0.35s, opacity 175ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 175ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0.35s, transform 175ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 175ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0.35s, transform 175ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 175ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 175ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
  border-radius: 1px;
  transform-origin: top left;
}
.header .navbar .navbar-toggler i:nth-child(1) {
  top: 0;
}
.header .navbar .navbar-toggler i:nth-child(2) {
  top: 10px;
}
.header .navbar .navbar-toggler i:nth-child(3) {
  top: 20px;
  transform-origin: bottom left;
}
.header .navbar .navbar-toggler[aria-expanded="true"] i:nth-child(1) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
  -moz-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  -o-transform: translateY(0) rotate(45deg);
  width: 30px;
}
.header .navbar .navbar-toggler[aria-expanded="true"] i:nth-child(2) {
  opacity: 0;
}
.header .navbar .navbar-toggler[aria-expanded="true"] i:nth-child(3) {
  transform: translateY(0) rotate(-45deg);
  -webkit-transform: translateY(0) rotate(-45deg);
  -moz-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  -o-transform: translateY(0) rotate(-45deg);
  width: 30px;
}
.header .navbar .navbar-toggler:focus {
  outline: 0;
  box-shadow: none;
}
.header .navbar .navbar-nav {
  justify-content: space-between;
}
.header .navbar .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 15px;
  font-family: 'Roboto Condensed', sans-serif;
  padding: 16px;
  position: relative;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 16px;
  }
}
@media screen and (min-width: 1300px) {
  .header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 19px;
  }
}
@media screen and (min-width: 1400px) {
  .header .navbar .navbar-nav .nav-item .nav-link {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1500px) {
  .header .navbar .navbar-nav .nav-item .nav-link {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media screen and (max-width: 1399px) {
  .header .navbar .navbar-nav .nav-item .nav-link {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.header .navbar .navbar-nav .nav-item .nav-link::after {
  display: block;
  content: '';
  background-color: #272a35;
  height: 140%;
  top: 0px;
  left: 0;
  width: 0;
  position: absolute;
  z-index: -1;
}
.header .navbar .navbar-nav .nav-item .nav-link:hover,
.header .navbar .navbar-nav .nav-item .nav-link.active {
  color: #ec1c38;
}
.header .navbar .navbar-nav .nav-item .nav-link.active::after {
  width: 100%;
}
.header .navbar .navbar-nav .nav-item .dropdown-menu {
  left: 0;
  background-color: #272a35;
  border: 0;
  padding: 0px 0 0px;
  --bs-dropdown-border-radius: 0;
  --bs-dropdown-border-width: 0;
}
@media (min-width: 1200px) {
  .header .navbar .navbar-nav .nav-item .dropdown-menu {
    padding-left: 12px;
    padding-right: 12px;
    top: 100%;
  }
}
@media (min-width: 992px) {
  .header .navbar .navbar-nav .nav-item .dropdown-menu {
    align-items: center;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .header .navbar .navbar-nav .nav-item .dropdown-menu.show {
    display: flex;
  }
}
.header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 8px;
  font-family: 'Roboto Condensed', sans-serif;
}
@media screen and (min-width: 1200px) {
  .header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    font-size: 15px;
    padding: 12px 20px;
  }
}
@media screen and (max-width: 1199px) {
  .header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    padding: 9px 6px;
  }
}
.header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus,
.header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item.active {
  background-color: transparent;
  color: #ec1c38;
}
.header .navbar .navbar-nav .nav-item .dropdown-menu .btn-outline-primary {
  padding: 6px 14px 2px;
  font-size: 13px;
  line-height: 18px;
  border-width: 2px;
  text-transform: uppercase;
}
/*.header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-toggle::after {
  display: inline-block;
  font: normal normal normal 32px/1 'Jetpack';
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  content: "\ea8b";
  border-width: 0;
  vertical-align: middle;
  margin-left: 0px;
  line-height: 18px;
}*/
.header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu {
  flex-direction: column;
  background-color: #272a35;
  margin-top: 0;
  align-items: flex-start;
  width: auto;
  padding: 12px 0;
  border-bottom: solid 3px #ec1c38;
}
.header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu.dropdown-menu-end {
  left: auto;
}
.header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu li {
  width: 100%;
}
.header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu li .dropdown-item {
  padding: 6px 16px;
}
.header .navbar .nav-right {
  padding: 12px 0px 12px 0;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .header .navbar .nav-right {
    order: -1;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .header .navbar .nav-right {
    padding: 9px 0;
  }
}
@media screen and (max-width: 1599px) {
  .header .navbar .nav-right .header-phone {
    display: none;
  }
}
.header .navbar .nav-right .nav-item {
  padding-left: 16px;
}
@media screen and (max-width: 1599px) {
  .header .navbar .nav-right .nav-item {
    padding-left: 12px;
  }
}
@media screen and (max-width: 1399px) {
  .header .navbar .nav-right .nav-item {
    padding-left: 6px;
  }
}
.header .navbar .nav-right .nav-item:first-child {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .header .navbar .nav-right .nav-item.m-hide {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header .navbar .nav-right .nav-item.userControls {
    position: fixed;
    z-index: 2;
    width: 50%;
    bottom: 0;
    left: 0;
    background-color: #fff;
    margin: 0;
    padding: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  .header .navbar .nav-right .nav-item.userControls .nav-link.btn-primary {
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .header .navbar .nav-right .nav-item.userControls .nav-link.btn-primary {
    padding-top: 10px;
  }
}
.header .navbar .nav-right .nav-item.userControls .nav-link.btn-primary .icon {
  left: -5px;
  position: relative;
  top: -2px;
}
.header .navbar .nav-right .nav-item.userControls .nav-link.btn-primary .dropdown-arrow {
  left: 10px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .header .navbar .nav-right .nav-item.userControls .nav-link.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #EC1C38;
    --bs-btn-border-color: #EC1C38;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #EC1C38;
    --bs-btn-hover-border-color: #EC1C38;
    padding-top: 9px;
  }
}
.header .navbar .nav-right .nav-item.userControls .dropdown-toggle {
  text-transform: capitalize !important;
}
@media screen and (max-width: 767px) {
  .header .navbar .nav-right .nav-item.userControls .dropdown-menu {
    top: auto;
    bottom: 42px;
    width: 100%;
  }
}
.header .navbar .nav-right .nav-item .nav-link {
  font-size: 15px;
  line-height: 15px;
  color: #ffffff;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  padding: 12px 0;
}
@media screen and (max-width: 767px) {
  .header .navbar .nav-right .nav-item .nav-link {
    padding: 8px 0 6px;
  }
}
@media screen and (min-width: 1600px) {
  .header .navbar .nav-right .nav-item .nav-link {
    font-size: 16px;
  }
}
.header .navbar .nav-right .nav-item .nav-link.btn-primary {
  padding: 10px 24px;
  border-width: 0;
}
@media screen and (max-width: 1500px) {
  .header .navbar .nav-right .nav-item .nav-link.btn-primary {
    padding: 10px 16px;
  }
}
@media screen and (max-width: 767px) {
  .header .navbar .nav-right .nav-item .nav-link.btn-primary {
    font-size: 16px;
    padding: 10px 16px 10px;
  }
}
.header .navbar .nav-right .nav-item .nav-link.btn-location {
  display: flex;
  padding: 0;
  align-items: center;
  text-align: left;
  background-color: transparent;
  min-height: 40px;
  border-width: 0;
}
.header .navbar .nav-right .nav-item .nav-link.btn-location > img {
  flex-shrink: 0;
  width: 36px;
  margin-right: 6px;
  border-radius: 50%;
}
@media screen and (max-width: 1700px) {
  .header .navbar .nav-right .nav-item .nav-link.btn-location > img {
    margin-right: 0;
  }
}
.header .navbar .nav-right .nav-item .nav-link.btn-location span {
  font-weight: 400;
  font-size: 16px;
  font-family: 'Nunito', sans-serif;
  text-transform: capitalize;
  color: #9e9eab;
}
@media screen and (max-width: 1700px) {
  .header .navbar .nav-right .nav-item .nav-link.btn-location span {
    display: none;
  }
}
.header .navbar .nav-right .nav-item .nav-link.btn-location span b {
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  color: #ffffff;
}
.header .navbar .nav-right .nav-item .nav-link.btn-location::after {
  display: none;
}
.header .navbar .nav-right .nav-item .nav-link.btn-location:hover b {
  color: #ec1c38;
}
.header .navbar .nav-right .nav-item .nav-link.dropdown-toggle::after {
  margin: 0;
  border: 0;
}
.header .navbar .nav-right .nav-item .dropdown-menu {
  --bs-dropdown-color: #ffffff;
  --bs-dropdown-bg: #272a35;
  --bs-dropdown-link-color: #ffffff;
  --bs-dropdown-link-hover-color: #ec1c38;
  --bs-dropdown-link-hover-bg: #272a35;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #ec1c38;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-font-size: 12px;
  --bs-dropdown-border-radius: 0;
  --bs-dropdown-border-width: 0;
  --bs-dropdown-inner-border-radius: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
  .header .navbar.navbar-expand-xl .navbar-collapse {
    align-items: center;
  }
}
@media screen and (max-width: 1199px) {
  .header .navbar.navbar-expand-xl .navbar-collapse {
    position: absolute;
    background-color: #272a35;
    z-index: 1;
    width: 600px;
    right: 0;
    top: 100%;
    min-height: 100vh;
  }
  .header .navbar.navbar-expand-xl .navbar-nav {
    padding: 16px 24px;
  }
  .header .navbar.navbar-expand-xl .navbar-nav .nav-item:not(:last-child) {
    border-bottom: solid 1px rgba(104, 106, 114, 0.36);
  }
  .header .navbar.navbar-expand-xl .navbar-nav .nav-item .nav-link {
    padding: 12px 0px;
  }
  .header .navbar.navbar-expand-xl .navbar-nav .nav-item .nav-link::after {
    display: none;
  }
  .header .navbar.navbar-expand-xl .navbar-nav .nav-item .nav-link.active {
    color: #ec1c38;
  }
  .header .navbar.navbar-expand-xl .navbar-nav .nav-item .dropdown-menu {
    flex-direction: inherit;
    text-align: left;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 12px;
  }
  .header .navbar.navbar-expand-xl .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    padding: 3px 0px;
  }
  .header .navbar.navbar-expand-xl .navbar-nav .nav-item .dropdown-menu .ms-auto {
    margin-left: 0 !important;
  }
  .header .navbar.navbar-expand-xl .navbar-nav .nav-item .dropdown-menu .dropdown-menu {
    background-color: transparent;
    box-shadow: none;
    padding-top: 0;
    border-bottom: 0;
  }
  .header .navbar.navbar-expand-xl .navbar-nav .nav-item .dropdown-menu .dropdown-menu:not(.show) {
    display: none;
  }
  .header .navbar.navbar-expand-xl .navbar-nav .nav-item .dropdown-menu .dropdown-menu .dropdown-item {
    padding: 3px 0px;
  }
  .header .navbar.navbar-expand-xl .navbar-nav .nav-item > .dropdown-menu {
    display: flex;
    flex-wrap: wrap;
  }
  .header .navbar.navbar-expand-xl .navbar-nav .nav-item > .dropdown-menu > li {
    width: 50%;
  }
  .header .navbar.navbar-expand-xl .nav-right .nav-item:not(:first-child) {
    padding-left: 24px;
  }
}
@media screen and (max-width: 767px) {
  .header .navbar.navbar-expand-xl .navbar-collapse {
    width: 75vw;
    max-width: 75vw;
  }
  .header .navbar.navbar-expand-xl .nav-right .nav-item:not(:first-child) {
    padding-left: 12px;
  }
}
@media screen and (max-width: 575px) {
  .header .navbar.navbar-expand-xl .navbar-collapse {
    width: 100vw;
    max-width: 100vw;
    right: -12px;
  }
}
@media screen and (max-width: 480px) {
  .header .navbar.navbar-expand-xl .navbar-nav .nav-item > .dropdown-menu > li {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .header .navbar {
    border-bottom: solid 40px #272A35;
  }
}
@media screen and (min-width: 1600px) {
  .header .navbar {
    border-bottom: solid 48px #272A35;
  }
}
.header .navbar.without-submenu {
  border-bottom-width: 0;
}
@media screen and (min-width: 1200px) {
  .header .navbar.without-submenu.navbar.navbar-expand-xl .navbar-collapse {
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .header .navbar.without-submenu .nav-continer {
    align-items: center;
  }
}
.header .navbar.without-submenu .nav-item .nav-link {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .header [class^="headerUserBtn"]:not(.headerUserBtnChatInvite) {
    position: fixed;
    width: 50%;
    bottom: 0;
    z-index: 5;
  }
}
@media screen and (max-width: 767px) {
  .header .headerUserBtnChatTrigger,
  .header .headerUserBtnChatInvite {
    right: 0;
  }
}
.header [id^="b_whd9oga5"],
.header [id^="b_p2nat7pl"],
.header [id^="b_vkw633r6"],
.header [id^="b_3ka1mfcl"],
.header [id^="b_0melosha"],
.header [id^="b_l6ob54lm"],
.header [id^="b_5dytf3an"],
.header [id^="b_"] {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 2;
  visibility: visible!important;
}
@media screen and (max-width: 767px) {
  .header [id^="b_whd9oga5"],
  .header [id^="b_p2nat7pl"],
  .header [id^="b_vkw633r6"],
  .header [id^="b_3ka1mfcl"],
  .header [id^="b_0melosha"],
  .header [id^="b_l6ob54lm"],
  .header [id^="b_5dytf3an"],
  .header [id^="b_"] {
    width: 50%;
  }
}
.header [id^="b_whd9oga5"] [class^="headerUserBtn"],
.header [id^="b_p2nat7pl"] [class^="headerUserBtn"],
.header [id^="b_vkw633r6"] [class^="headerUserBtn"],
.header [id^="b_3ka1mfcl"] [class^="headerUserBtn"],
.header [id^="b_0melosha"] [class^="headerUserBtn"],
.header [id^="b_l6ob54lm"] [class^="headerUserBtn"],
.header [id^="b_5dytf3an"] [class^="headerUserBtn"],
.header [id^="b_"] [class^="headerUserBtn"] {
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  background: #ec1c38;
  border: solid 0.2em #ec1c38;
  color: #fff;
  margin: 0;
  padding: 0 1.2em;
  height: 2.2em;
  line-height: 1.8em;
  border-radius: 0;
  -webkit-appearance: none;
  transition: background-color 0.4s ease-in-out, border-color 0.4s ease-in-out, color 0.4s ease-in-out;
  font-size: 18px;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .header [id^="b_whd9oga5"] [class^="headerUserBtn"],
  .header [id^="b_p2nat7pl"] [class^="headerUserBtn"],
  .header [id^="b_vkw633r6"] [class^="headerUserBtn"],
  .header [id^="b_3ka1mfcl"] [class^="headerUserBtn"],
  .header [id^="b_0melosha"] [class^="headerUserBtn"],
  .header [id^="b_l6ob54lm"] [class^="headerUserBtn"],
  .header [id^="b_5dytf3an"] [class^="headerUserBtn"],
  .header [id^="b_"] [class^="headerUserBtn"] {
    font-size: 16px;
    height: 42px;
  }
}
.header [id^="b_whd9oga5"] [class^="headerUserBtn"] .icon-speech::before,
.header [id^="b_p2nat7pl"] [class^="headerUserBtn"] .icon-speech::before,
.header [id^="b_vkw633r6"] [class^="headerUserBtn"] .icon-speech::before,
.header [id^="b_3ka1mfcl"] [class^="headerUserBtn"] .icon-speech::before,
.header [id^="b_0melosha"] [class^="headerUserBtn"] .icon-speech::before,
.header [id^="b_l6ob54lm"] [class^="headerUserBtn"] .icon-speech::before,
.header [id^="b_5dytf3an"] [class^="headerUserBtn"] .icon-speech::before,
.header [id^="b_"] [class^="headerUserBtn"] .icon-speech::before {
  content: "";
  font-size: 18px;
  line-height: 18px;
  vertical-align: middle;
  margin-right: 3px;
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23FFFFFF' d='M8 15c4.418 0 8-3.134 8-7s-3.582-7-8-7-8 3.134-8 7c0 1.76.743 3.37 1.97 4.6-.097 1.016-.417 2.13-.771 2.966-.079.186.074.394.273.362 2.256-.37 3.597-.938 4.18-1.234A9.06 9.06 0 0 0 8 15z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .header [id^="b_whd9oga5"] [class^="headerUserBtn"] .icon-speech::before,
  .header [id^="b_p2nat7pl"] [class^="headerUserBtn"] .icon-speech::before,
  .header [id^="b_vkw633r6"] [class^="headerUserBtn"] .icon-speech::before,
  .header [id^="b_3ka1mfcl"] [class^="headerUserBtn"] .icon-speech::before,
  .header [id^="b_0melosha"] [class^="headerUserBtn"] .icon-speech::before,
  .header [id^="b_l6ob54lm"] [class^="headerUserBtn"] .icon-speech::before,
  .header [id^="b_5dytf3an"] [class^="headerUserBtn"] .icon-speech::before,
  .header [id^="b_"] [class^="headerUserBtn"] .icon-speech::before {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .header [id^="b_whd9oga5"] [class^="headerUserBtn"] .icon-speech::before,
  .header [id^="b_p2nat7pl"] [class^="headerUserBtn"] .icon-speech::before,
  .header [id^="b_vkw633r6"] [class^="headerUserBtn"] .icon-speech::before,
  .header [id^="b_3ka1mfcl"] [class^="headerUserBtn"] .icon-speech::before,
  .header [id^="b_0melosha"] [class^="headerUserBtn"] .icon-speech::before,
  .header [id^="b_l6ob54lm"] [class^="headerUserBtn"] .icon-speech::before,
  .header [id^="b_5dytf3an"] [class^="headerUserBtn"] .icon-speech::before,
  .header [id^="b_"] [class^="headerUserBtn"] .icon-speech::before {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23ec1c38' d='M8 15c4.418 0 8-3.134 8-7s-3.582-7-8-7-8 3.134-8 7c0 1.76.743 3.37 1.97 4.6-.097 1.016-.417 2.13-.771 2.966-.079.186.074.394.273.362 2.256-.37 3.597-.938 4.18-1.234A9.06 9.06 0 0 0 8 15z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .header [id^="b_whd9oga5"] [class^="headerUserBtn"],
  .header [id^="b_p2nat7pl"] [class^="headerUserBtn"],
  .header [id^="b_vkw633r6"] [class^="headerUserBtn"],
  .header [id^="b_3ka1mfcl"] [class^="headerUserBtn"],
  .header [id^="b_0melosha"] [class^="headerUserBtn"],
  .header [id^="b_l6ob54lm"] [class^="headerUserBtn"],
  .header [id^="b_5dytf3an"] [class^="headerUserBtn"],
  .header [id^="b_"] [class^="headerUserBtn"] {
    width: 100%;
    border-color: #272a35;
    background: #272a35;
    color: #ec1c38;
  }
}
.footer {
  background-color: #0a0000;
  padding: 60px 0 0;
  color: var(--white);
}
@media screen and (max-width: 991px) {
  .footer {
    padding-top: 38px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    overflow: hidden;
  }
}
.footer .footer-logo {
  width: 100%;
  text-align: center;
  justify-content: center;
  margin-bottom: 36px;
}
.footer .footer-logo img {
  max-width: 87px;
}
@media screen and (max-width: 991px) {
  .footer .footer-logo {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-logo {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 991px) {
  .footer .footer-logo img {
    max-width: 70px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-logo img {
    max-width: 52px;
  }
}
.footer .footer-nav {
  font-size: 15px;
  margin-bottom: 0;
  padding-bottom: 24px;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .footer .footer-nav {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-nav {
    font-size: 12px;
  }
}
.footer .footer-nav .nav-link {
  color: #ffffff;
  padding: 3px 18px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .footer .footer-nav .nav-link {
    padding: 3px 8px 6px;
  }
}
.footer .footer-nav .nav-link:hover,
.footer .footer-nav .nav-link.active {
  color: #ec1c38;
}
.footer .footer-socialinav {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .footer .footer-socialinav {
    margin-bottom: 16px;
    padding-bottom: 3px;
  }
}
.footer .footer-socialinav li {
  padding: 0 12px;
}
.footer .footer-socialinav li a:hover svg {
  fill: #ec1c38;
}
.footer .footer-socialinav li a:hover svg path {
  fill: #ec1c38;
}
.footer .footer-copynav {
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.12);
  padding: 8px 0;
}
@media screen and (max-width: 767px) {
  .footer .footer-copynav {
    padding: 10px 0 12px;
  }
}
.footer .footer-copynav .nav {
  font-size: 15px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .footer .footer-copynav .nav {
    font-size: 12px;
    font-weight: 400;
  }
}
.footer .footer-copynav .nav .nav-item {
  padding: 8px 8px;
}
@media screen and (max-width: 767px) {
  .footer .footer-copynav .nav .nav-item {
    padding: 6px 8px;
  }
}
.footer .footer-copynav .nav .nav-item .nav-link {
  color: #9e9eab;
  padding: 0;
}
.footer .footer-copynav .nav .nav-item .nav-link:hover,
.footer .footer-copynav .nav .nav-item .nav-link.active {
  color: #ec1c38;
}
.hero-banner {
  position: relative;
  z-index: 0;
  background: url('https://d1dbtne32ilur4.cloudfront.net/img/hero-banner/hereo-banner.jpg') no-repeat center center;
  background-size: cover;
  color: #ffffff;
  padding: 227px 0 227px;
}
@media screen and (max-width: 991px) {
  .hero-banner {
    text-align: center;
    padding: 133px 0 131px;
  }
}
@media screen and (max-width: 767px) {
  .hero-banner {
    padding: 36px 0 152px;
  }
}
.hero-banner::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(90deg, rgba(39, 42, 53, 0.78) 50%, rgba(39, 42, 53, 0) 89.17%, rgba(39, 42, 53, 0) 105.3%);
  opacity: 0.9;
  z-index: -1;
}
.hero-banner.not-after::after {
  display: none;
}
.hero-banner.bg-white {
  background: #fff;
}
.hero-banner h1 {
  font-size: 64px;
  line-height: 90px;
  margin: 0 0 16px;
}
@media screen and (max-width: 991px) {
  .hero-banner h1 {
    font-size: 35px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .hero-banner h1 {
    text-transform: uppercase;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .hero-banner .btn-primary {
    min-width: 300px;
  }
}
.hero-banner iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: -3;
  left: 0;
  top: 0;
}
.hero-banner.hero-banner-career {
  padding: 36px 0px;
  color: #000000;
  font-size: 20px;
}
.hero-banner.hero-banner-career h1 {
  font-size: 54px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .hero-banner.hero-banner-career h1 {
    font-size: 16px;
  }
}
.hero-banner.hero-banner-career h5 {
  font-size: 24px;
  text-transform: uppercase;
}
.hero-banner .half-length-model {
  width: 100%;
  height: 580px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-banner .half-length-model {
    height: 320px;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .hero-banner .half-length-model {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .hero-banner .half-length-model {
    height: 250px;
    text-align: center;
  }
}
.hero-banner .half-length-model > img {
  position: absolute;
  bottom: -36px;
  left: 0;
  height: 100%;
  width: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-banner .half-length-model > img {
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .hero-banner .half-length-model > img {
    bottom: 0px;
    margin: auto;
    position: static;
  }
}
.hero-banner.videoIframe {
  padding-top: 20vw;
  padding-bottom: 20vw;
  min-height: auto;
}
.hero-banner.videoIframe iframe {
  object-fit: unset;
}
.hero-banner.videoIframe > .container > .text {
  position: absolute;
  top: 50%;
  transform: translate(0, -62%);
}
@media screen and (max-width: 991px) {
  .hero-banner.videoIframe > .container > .text {
    left: 0;
    right: 0;
    transform: translate(0, -76%);
  }
}
@media screen and (max-width: 767px) {
  .hero-banner.videoIframe > .container > .text {
    transform: translate(0, -80%);
  }
}
@media screen and (max-width: 767px) {
  .hero-banner.videoIframe > .container > .text h1 {
    display: none;
  }
}
.hero-banner.page-title-banner {
  padding: 10vw 0;
}
.hero-banner-carousel .carousel-item > a {
  text-decoration: none;
}
.hero-banner-carousel .banner-gap::after {
  content: '';
  z-index: 1;
  background-color: #fff;
  width: 0.9em;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .hero-banner-carousel .banner-gap::after {
    width: 5px;
  }
}
.hero-banner-carousel .carousel-caption {
  font-family: 'Sunflower';
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1em;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .hero-banner-carousel .carousel-caption {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 1199px) {
  .hero-banner-carousel .carousel-caption {
    font-size: 1.14em;
  }
}
@media screen and (max-width: 991px) {
  .hero-banner-carousel .carousel-caption {
    flex-wrap: wrap;
    z-index: 2;
  }
}
.hero-banner-carousel .carousel-caption p {
  margin: 0;
}
.hero-banner-carousel .carousel-caption .col-50 {
  width: 50%;
  padding: 12px 24px ;
  background-color: #272a35;
}
.hero-banner-carousel .carousel-caption .col-50.transparent {
  background-color: transparent;
}
@media screen and (max-width: 991px) {
  .hero-banner-carousel .carousel-caption .col-50 {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 767px) {
  .hero-banner-carousel .carousel-caption .col-50 {
    padding: 6px;
    font-size: 12px;
  }
}
.hero-banner-carousel .carousel-caption .col-50 > div {
  width: 100%;
  text-align: left;
}
.hero-banner-carousel .carousel-caption .col-50.col-100 {
  width: 100%;
}
.hero-banner-carousel .carousel-caption .col-50 p:empty {
  display: none;
}
@media screen and (min-width: 992px) {
  .hero-banner-carousel .carousel-caption .col-50.imgLabelAfter {
    order: 2;
  }
}
@media screen and (max-width: 991px) {
  .hero-banner-carousel .carousel-caption .col-50 .jobName {
    opacity: 0;
    visibility: hidden;
  }
}
.hero-banner-carousel .carousel-caption .label-text {
  text-transform: uppercase;
  font-weight: 800;
  display: flex;
  align-items: center;
}
.hero-banner-carousel .carousel-caption .label-text::before,
.hero-banner-carousel .carousel-caption .label-text::after {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-color: #ec1c38;
}
.hero-banner-carousel .carousel-caption .label-text.before::before {
  content: '';
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .hero-banner-carousel .carousel-caption .label-text.before::before {
    margin-right: 6px;
  }
}
.hero-banner-carousel .carousel-caption .label-text.after::after {
  content: '';
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .hero-banner-carousel .carousel-caption .label-text.after::after {
    margin-left: 12px;
  }
}
.hero-banner-carousel .carousel-caption .jobNameMobile {
  width: 100%;
  text-align: center;
  padding: 12px 24px;
  background-color: #272a35;
  order: 2;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .hero-banner-carousel .carousel-caption .jobNameMobile {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .hero-banner-carousel .carousel-caption .jobNameMobile {
    padding: 0px 12px 12px;
  }
}
.hero-banner-carousel .carousel-control-next,
.hero-banner-carousel .carousel-control-prev {
  opacity: 1;
}
.hero-banner-carousel .carousel-control-next:hover,
.hero-banner-carousel .carousel-control-prev:hover {
  opacity: 1;
}
.hero-banner-carousel .carousel-control-next:hover .carousel-control-next-icon,
.hero-banner-carousel .carousel-control-prev:hover .carousel-control-next-icon,
.hero-banner-carousel .carousel-control-next:hover .carousel-control-prev-icon,
.hero-banner-carousel .carousel-control-prev:hover .carousel-control-prev-icon {
  background-color: rgba(255, 255, 255, 0.48);
  height: 2.5rem;
}
.hero-banner-carousel .carousel-indicators {
  margin-bottom: 0;
  bottom: 60px;
}
@media screen and (max-width: 767px) {
  .hero-banner-carousel .carousel-indicators {
    display: none;
  }
}
.hero-banner-carousel .carousel-indicators .active {
  background-color: #ec1c38;
}
.hero-banner-carousel .carousel-indicators.indicators-vertical {
  right: 15px;
  left: auto;
  top: 0;
  margin: 0;
  flex-direction: column;
}
.hero-banner-carousel .carousel-indicators.indicators-vertical [data-bs-target] {
  width: 16px;
  height: 16px;
  border: 0;
  margin: 0.25em 0;
  background-color: #d8d8d8;
  opacity: 1;
}
.hero-banner-carousel .carousel-indicators.indicators-vertical [data-bs-target].active {
  background-color: #ec1c38;
}
.hero-banner-carousel.renders360-banner {
  height: 27.5em;
  overflow: hidden;
}
.hero-banner-carousel.renders360-banner .sampleImage {
  height: 100%;
}
.hero-banner-carousel .banner-cols {
  position: relative;
}
.hero-banner-carousel .banner-cols .col-containers {
  width: 50%;
}
.hero-banner-carousel .banner-cols [class^="before360"],
.hero-banner-carousel .banner-cols [class^="after360"] {
  width: 100%;
  height: 100%;
}
.hero-banner-carousel .flex-caption {
  width: 30%;
  position: absolute;
  left: 50%;
  bottom: 12em;
  font-size: 1vw;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 991px) {
  .hero-banner-carousel .flex-caption {
    width: 61%;
    left: 19%;
    top: 39%;
    bottom: auto;
  }
}
.hero-banner-carousel .flex-caption h1 {
  width: 100%;
  color: #fff;
  font-size: 3.8em;
  line-height: 0.95em;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  margin: 0 0 1em;
}
.hero-banner-carousel .flex-caption .inlineCopy {
  display: block;
  font-size: 0.5em;
  line-height: 1.1em;
  letter-spacing: 0.03em;
  margin-top: 0.1em;
  color: #ec1c38;
}
.hero-banner-carousel .flex-caption [class^="mainHead"] {
  display: flex;
  align-items: center;
  margin-bottom: 0.7em;
  position: relative;
  font-size: 5em;
  line-height: 0.95em;
  letter-spacing: -0.01em;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .hero-banner-carousel .flex-caption [class^="mainHead"] {
    margin-bottom: 0;
    font-size: 9em;
  }
}
.hero-banner-carousel .flex-caption [class^="mainHead"] .inlineCopy {
  display: table;
  font-size: 0.33em;
  line-height: 1em;
  padding-left: 0.5em;
  flex: 0 0 auto;
}
@media screen and (max-width: 991px) {
  .hero-banner-carousel .flex-caption [class^="mainHead"] .inlineCopy {
    margin-left: 5em;
  }
}
.hero-banner-carousel .flex-caption [class^="mainHead"] .inlineCopy .inlineCopySub {
  color: #FFF;
  font-size: 0.5em;
  font-weight: 400;
  display: block;
  width: 100%;
  font-family: 'Nunito Sans', sans-serif;
}
.hero-banner-carousel .flex-caption .mainHeadSingle {
  align-items: baseline;
}
.section-feature {
  margin-top: -80px;
}
@media screen and (max-width: 767px) {
  .section-feature {
    margin-top: -46px;
    padding-bottom: 24px;
  }
}
.section-feature .card-feature {
  min-height: 100%;
  border: solid 1px #e9e9ea;
}
@media screen and (max-width: 767px) {
  .section-feature .card-feature {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
.section-feature .card-feature h3,
.section-feature .card-feature h4,
.section-feature .card-feature .h3 {
  font-size: 25px;
  font-family: 'Nunito', sans-serif;
  margin: 0 0 0.4em;
  line-height: 120%;
}
@media screen and (max-width: 991px) {
  .section-feature .card-feature h3,
  .section-feature .card-feature h4,
  .section-feature .card-feature .h3 {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .section-feature .card-feature h3,
  .section-feature .card-feature h4,
  .section-feature .card-feature .h3 {
    font-size: 17px;
  }
}
.section-feature .card-feature h3 a,
.section-feature .card-feature h4 a,
.section-feature .card-feature .h3 a {
  color: #272a35;
  text-decoration: none;
}
.section-feature .card-feature h3 a:hover,
.section-feature .card-feature h4 a:hover,
.section-feature .card-feature .h3 a:hover {
  color: #ec1c38;
}
.section-feature .card-feature h4 {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
}
.section-feature .card-feature .sm-title {
  font-size: 17px;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  color: #ec1c38;
}
.section-feature .card-feature .card-img-top {
  padding: 23px 0 12px;
}
@media screen and (max-width: 991px) {
  .section-feature .card-feature .card-img-top {
    padding: 12px 0 4px;
  }
}
@media screen and (max-width: 767px) {
  .section-feature .card-feature .card-img-top {
    width: 97px;
    padding: 11px 0;
    text-align: center;
    flex-shrink: 0;
  }
}
.section-feature .card-feature .card-img-top img {
  width: auto;
}
@media screen and (max-width: 991px) {
  .section-feature .card-feature .card-img-top img {
    max-width: 74px;
  }
}
.section-feature .card-feature .card-body {
  text-align: center;
  padding: 0 12px 16px;
}
@media screen and (max-width: 991px) {
  .section-feature .card-feature .card-body {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .section-feature .card-feature .card-body {
    padding: 12px;
    text-align: left;
  }
}
.section-feature .card-feature p {
  color: #686a72;
}
.section-feature .card-feature p:last-child {
  margin-bottom: 0;
}
.section-feature .card-feature .font-icon {
  font-size: 5em;
  padding: 0;
  display: block;
}
@media screen and (max-width: 991px) {
  .section-feature .card-feature .font-icon {
    font-size: 3em;
  }
}
.section-feature .card-feature.small-feature {
  border-width: 0;
}
.section-feature .card-feature.small-feature h3,
.section-feature .card-feature.small-feature .h3 {
  font-size: 19px;
  font-family: 'Roboto Condensed', sans-serif;
}
.section-feature .card-feature.small-feature .card-img-top {
  height: 110px;
  overflow: inherit;
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .section-feature .card-feature.small-feature .card-img-top {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .section-feature .card-feature.small-feature .card-img-top {
    width: 100px;
  }
}
.section-feature .card-feature.small-feature .card-img-top img {
  width: 100px;
}
.section-feature .card-feature.small-feature .card-body {
  position: relative;
}
.section-feature .card-feature.card-wework {
  padding-top: 36px;
  padding-bottom: 24px;
  border-width: 0;
  border-radius: 0;
}
.section-feature .card-feature.card-wework .card-img-top {
  height: 130px;
  padding: 0;
  overflow: inherit;
  margin-bottom: 6px;
}
@media screen and (max-width: 991px) {
  .section-feature .card-feature.card-wework .card-img-top {
    height: auto;
  }
}
.section-feature .card-feature.card-wework .font-icon {
  font-size: 6.5em;
}
@media screen and (max-width: 1200px) {
  .section-feature .card-feature.card-wework .font-icon {
    font-size: 4.5em;
  }
}
@media screen and (max-width: 991px) {
  .section-feature .card-feature.card-wework .font-icon {
    font-size: 3em;
  }
}
.section-feature .card-feature.card-wework h3,
.section-feature .card-feature.card-wework .h3 {
  font-size: 26px;
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 12px;
}
@media screen and (max-width: 991px) {
  .section-feature .card-feature.card-wework h3,
  .section-feature .card-feature.card-wework .h3 {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .section-feature .card-feature.card-wework h3,
  .section-feature .card-feature.card-wework .h3 {
    font-size: 17px;
  }
}
.section-feature .card-feature.card-wework .card-body {
  padding: 0 12px 24px;
}
.section-feature .feature-row {
  margin-bottom: 24px;
  --bs-gutter-x: 24px;
}
@media screen and (max-width: 991px) {
  .section-feature .feature-row {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .section-feature .feature-row {
    --bs-gutter-y: 6px;
    margin-bottom: 24px;
  }
}
.section-feature .feature-row .card-feature.small-feature .card-body {
  padding-left: 0;
  padding-right: 0;
}
.call-to-action {
  text-align: center;
}
.call-to-action h2 {
  font-size: 42px;
  text-transform: uppercase;
  line-height: 63px;
  margin: 0 0 24px;
}
@media screen and (max-width: 991px) {
  .call-to-action h2 {
    font-size: 25px;
    line-height: 36px;
    margin-bottom: 12px;
  }
}
.call-to-action .container::before {
  content: '';
  opacity: 0.36;
  border-top: 1px solid #686a72;
  display: block;
  top: -60px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .call-to-action .container::before {
    top: -36px;
  }
}
.call-to-action.work24-hours {
  position: relative;
  z-index: 0;
  padding: 36px 0;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .call-to-action.work24-hours {
    text-align: left;
    background-color: #000000;
  }
}
.call-to-action.work24-hours::after {
  content: '';
  width: 50%;
  right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #000000;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .call-to-action.work24-hours::after {
    display: none;
  }
}
.call-to-action.work24-hours .container::before {
  display: none;
}
.call-to-action.work24-hours h2 {
  font-size: 60px;
  margin: 0;
  line-height: 1.25;
}
@media screen and (max-width: 991px) {
  .call-to-action.work24-hours h2 {
    font-size: 48px;
  }
}
.call-to-action.work24-hours h2 span {
  font-size: 0.5em;
}
.call-to-action.work24-hours .row {
  --bs-gutter-x: 120px;
  --bs-gutter-y: 24px;
}
.call-to-action.work24-hours h3 {
  font-size: 32px;
}
.call-to-action .step-form {
  max-width: 400px;
}
.call-to-action .step-form .questions {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.call-to-action .step-form .questions li {
  visibility: hidden;
  height: 0;
  transition: visibility 0s 0.4s, height 0s 0.4s;
  background-color: #000000;
}
.call-to-action .step-form .questions li .form-label {
  display: block;
  transition: transform 0.4s;
  transform: translateY(-100%);
}
.call-to-action .step-form .questions li.current {
  visibility: visible;
  height: auto;
  transition: none;
}
.call-to-action .step-form .questions li.current .form-label {
  transform: translateY(0);
}
.call-to-action .step-form .questions li.current .form-control,
.call-to-action .step-form .questions li.current .input-group {
  opacity: 1;
}
.call-to-action .step-form .questions li .form-control,
.call-to-action .step-form .questions li .input-group {
  opacity: 0;
  transition: opacity 0.3s;
}
.call-to-action .step-form .questions .form-control {
  background-color: #272a35;
  border-color: #272a35;
  color: #9e9eab;
}
.call-to-action .step-form .progress {
  height: 4px;
  border-radius: 0;
  background-color: transparent;
}
.call-to-action .step-form .number {
  font-size: 12px;
}
.call-to-action .step-form .btn {
  padding: 0 12px;
  border: 0;
  background-color: #272a35;
}
.call-to-action .step-form .btn .icon {
  font-size: 22px;
}
.call-to-action .step-form .btn:focus {
  outline: none;
  box-shadow: none;
}
.call-to-action .step-form .btn:hover {
  color: #ec1c38;
}
.section-faq .faq-container {
  max-width: 83%;
  margin: 0 auto;
  padding: 38px;
}
@media screen and (max-width: 1399px) {
  .section-faq .faq-container {
    max-width: 100%;
    padding: 36px;
  }
}
@media screen and (max-width: 991px) {
  .section-faq .faq-container {
    background-color: transparent;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .section-faq .faq-container {
    background-color: #f6f6f6;
    padding: 24px 0 ;
  }
}
@media screen and (max-width: 991px) {
  .section-faq .faq-container h2.faq-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-faq .faq-container h2.faq-title {
    margin-bottom: 16px;
  }
}
.section-faq .faq-row {
  --bs-gutter-x: 0;
}
@media screen and (max-width: 991px) {
  .section-faq .accordion {
    background-color: #f6f6f6;
  }
}
.section-faq .accordion .accordion-header {
  background-color: transparent;
}
.section-faq .accordion .accordion-button {
  font-size: 17px;
  font-weight: 400;
  background-color: transparent;
  font-family: 'Nunito', sans-serif;
  color: #0a0000;
  line-height: 28px;
  padding: 9px 24px 6px;
}
@media screen and (max-width: 767px) {
  .section-faq .accordion .accordion-button {
    font-size: 15px;
    padding: 8px 12px;
    line-height: 22px;
  }
}
.section-faq .accordion .accordion-button[aria-expanded="true"] {
  color: #ec1c38;
  border-color: transparent;
  box-shadow: none;
  background-color: #ffffff;
  font-weight: 700;
}
.section-faq .accordion .accordion-button[aria-expanded="true"]::after {
  color: #ec1c38;
}
.section-faq .accordion .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.section-faq .accordion .accordion-button::after {
  margin-left: 6px;
  content: "\ed99";
  font: normal normal normal 32px/1 'Jetpack';
  font-family: 'Jetpack' !important;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0;
  background: none;
  font-size: 16px;
  color: #9e9eab;
}
@media screen and (max-width: 767px) {
  .section-faq .accordion .accordion-button::after {
    font-size: 14px;
  }
}
.section-faq .accordion .accordion-item {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.06);
}
.section-faq .accordion .accordion-body {
  padding: 0px 24px 16px;
  color: #686a72;
  line-height: 28px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .section-faq .accordion .accordion-body {
    padding: 0 12px 16px;
    line-height: 22px;
  }
}
.section-faq .accordion .accordion-body p {
  margin: 0 0 24px;
}
.section-faq .accordion .accordion-body p:last-child {
  margin-bottom: 0;
}
.logo-featured {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  max-width: 1070px;
  margin: 0 auto;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.logo-featured li {
  width: 25%;
  margin: 12px 0 12px;
  filter: grayscale(0);
  transition: all 0.3s ease-in;
}
@media screen and (max-width: 991px) {
  .logo-featured li {
    width: 33.3%;
  }
}
@media screen and (max-width: 767px) {
  .logo-featured li {
    width: 50%;
  }
}
.logo-featured li img {
  max-width: 100%;
}
.logo-featured li.diveider {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .logo-featured li.diveider {
    display: none;
  }
}
.logo-featured li:hover {
  filter: grayscale(0);
  opacity: 1;
}
.logo-featured.logo-trusted li {
  padding: 6px 3px;
}
.intro-2col-section {
  font-size: 1.2rem;
  line-height: 1.7;
  overflow: hidden;
}
.intro-2col-section p:not(:last-child) {
  margin-bottom: 24px;
}
.intro-2col-section .intro-img {
  text-align: center;
  min-height: 660px;
  max-width: 365px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1599px) {
  .intro-2col-section .intro-img {
    text-align: left;
    margin-left: 9%;
  }
}
@media screen and (max-width: 1399px) {
  .intro-2col-section .intro-img {
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .intro-2col-section .intro-img {
    margin-left: auto;
    margin-bottom: 48px;
  }
}
.intro-2col-section .intro-img .img-002 {
  position: absolute;
  right: -63%;
  top: 20%;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.24);
}
@media screen and (max-width: 1199px) {
  .intro-2col-section .intro-img .img-002 {
    right: -34%;
  }
}
.intro-2col-section .intro-img .img-003 {
  position: absolute;
  transform: translate(-45%, 0);
  left: 50%;
  bottom: 0;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.24);
}
@media screen and (max-width: 991px) {
  .intro-2col-section .intro-img .img-003 {
    transform: translate(-50%, 0);
  }
}
.intro-2col-section .intro-textcontainer {
  display: grid;
  grid-column-gap: 50px;
  grid-template-columns: 50% 50%;
}
@media screen and (max-width: 767px) {
  .intro-2col-section .intro-textcontainer {
    grid-template-columns: 100%;
  }
}

@media screen and (max-width: 767px) {
  .testimonials {
    padding: 60px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .testimonials .testimonials-bg {
    display: none;
  }
}
.testimonials h2 {
  margin-bottom: 54px;
}
@media screen and (max-width: 767px) {
  .testimonials h2 {
    margin-bottom: 36px;
  }
}
.testimonials .testimonials-container {
  background-color: #686a72;
  position: relative;
  z-index: 0;
  padding: 48px 48px 48px 0;
  margin: 0;
  min-height: 270px;
}
.testimonials .testimonials-container::before {
  content: '';
  background-color: #ec1c38;
  z-index: -1;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100vw;
}
.testimonials .testimonials-container p {
  margin-bottom: 0;
}
.testimonials .testimonials-container::after {
  content: '';
  background: url('https://d1dbtne32ilur4.cloudfront.net/img/icon-svg/icon-quote.svg') no-repeat 0 0;
  background-size: 100%;
  width: 60px;
  height: 48px;
  display: block;
  position: absolute;
  right: 48px;
  bottom: 24px;
  opacity: 0.2;
  top: auto;
}
.testimonials .testimonials-container .viewmore {
  position: absolute;
  left: 0;
  bottom: -66px;
  z-index: 1;
  --bs-btn-bg: rgba(236, 28, 56, 0);
  --bs-btn-border-width: 2px;
  --bs-btn-color: #ec1c38;
  --bs-btn-border-color: #ec1c38;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #ec1c38;
  --bs-btn-hover-border-color: #ec1c38;
  --bs-btn-focus-shadow-rgb: 13,110,253;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #ec1c38;
  --bs-btn-active-border-color: #ec1c38;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ec1c38;
  --bs-btn-disabled-bg: transparent;
  --bs-gradient: none;
}
.testimonials .testimonials-container .viewmore::after {
  background-color: #ec1c38;
}
@media screen and (max-width: 767px) {
  .testimonials .testimonials-container .viewmore {
    left: 50%;
    transform: translate(-50%, 0px);
  }
}
.testimonials .blockquote {
  font-size: 1.2rem;
  line-height: 1.65;
  margin: 0;
}
.testimonials .blockquote-footer {
  padding: 12px 0 0 ;
  position: relative;
  margin: 0;
  color: #ffffff;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}
.testimonials .blockquote-footer::before {
  content: '';
}
.testimonials .blockquote-footer time {
  color: #9e9eab;
  display: block;
  font-size: 16px;
}
.testimonials .blockquote-footer time .verticalDivider {
  display: none;
}
.testimonials .carousel-control-next,
.testimonials .carousel-control-prev {
  width: 40px;
}
.testimonials .carousel-control-prev {
  left: -50px;
}
.testimonials .carousel-indicators [data-bs-target].active {
  background-color: #ec1c38;
}
.our-jojurney p {
  margin-bottom: 24px;
}
.our-jojurney img {
  width: 100%;
}
.our-jojurney .nav {
  margin: 0 0 24px;
  padding: 12px;
}
.our-jojurney .nav .nav-link {
  color: #0a0000;
  padding: 0;
}
.our-jojurney .nav .nav-link:hover {
  color: #ec1c38;
}
.our-jojurney .nav .nav-title {
  color: #ec1c38;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
}
.our-jojurney .nav .nav-item {
  padding: 0 12px;
}
.our-jojurney .nav .nav-item:not(:last-child) {
  border-right: 1px solid #9e9eab;
}
.our-jojurney .nav .nav-item:first-child {
  border-right: 0;
}
.our-jojurney .jojurney-map {
  position: relative;
}
@media screen and (min-width: 992px) {
  .our-jojurney .jojurney-map::after {
    content: '';
    left: 50%;
    width: 2px;
    background-color: #d7d7da;
    top: 30px;
    bottom: 30px;
    position: absolute;
  }
}
.our-jojurney .jojurney-map .col-12 {
  position: relative;
}
.our-jojurney .jojurney-map h3 {
  font-size: 60px;
  color: #ec1c38;
  position: relative;
}
@media screen and (max-width: 991px) {
  .our-jojurney .jojurney-map h3 {
    font-size: 48px;
  }
}
@media screen and (min-width: 992px) {
  .our-jojurney .jojurney-map h3::before {
    content: '';
    position: absolute;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    left: -28%;
    top: 25px;
    transform: translate(-28px, 0);
    background-color: #d7d7da;
  }
}
@media screen and (max-width: 1399px) {
  .our-jojurney .jojurney-map h3::before {
    transform: translate(-22px, 0);
  }
}
@media screen and (max-width: 1199px) {
  .our-jojurney .jojurney-map h3::before {
    transform: translate(39px, 0);
  }
}
.our-jojurney .jojurney-map figure {
  margin: 0;
}
.our-jojurney .jojurney-map p {
  padding-left: 40px;
}
.our-jojurney .jojurney-map p strong:first-child {
  margin-left: -40px;
  position: absolute;
}
.gallery .gallery-row {
  position: relative;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .gallery .gallery-row {
    margin-bottom: 16px;
  }
}
.gallery .gallery-row img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .gallery .gallery-row::after {
    width: 5px;
  }
}
.gallery .gallery-row.full::after {
  display: none;
}
.gallery .gallery-row .col-containers {
  width: 50%;
}
.gallery .gallery-row .col-containers [class^="before360"],
.gallery .gallery-row .col-containers [class^="after360"] {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .gallery .gallery-row .tileWrapper1280x720,
  .gallery .gallery-row .tileWrapper1280x548 {
    height: 100%;
  }
}
@media screen and (min-width: 992px) {
  .gallery .gallery-row .tileWrapper1280x720 img,
  .gallery .gallery-row .tileWrapper1280x548 img {
    height: 100%;
    object-fit: cover;
    object-position: center 0;
  }
}
.gallery .link-more-btn {
  background-color: transparent;
  border: 0;
  padding: 0;
  color: #ec1c38;
  text-decoration: none;
  font-weight: 700;
}
.gallery .overlay-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
.gallery .overlay-center p {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 5em;
  line-height: 0.95em;
  letter-spacing: -0.01em;
  margin: 0;
}
.gallery .overlay-center p span.inlineCopy {
  display: block;
  font-size: 0.2em;
  line-height: 1.1em;
  letter-spacing: 0.03em;
  margin-top: -0.1em;
  color: #ec1c38;
}
.gallery .gallery-caption {
  background-color: #272a35;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  font-weight: 900;
  color: #ffffff;
  z-index: 1;
  font-family: 'Sunflower';
  line-height: 1em;
}
@media screen and (min-width: 1600px) {
  .gallery .gallery-caption {
    font-size: 19px;
  }
}
.gallery .gallery-caption p {
  margin: 0;
}
.gallery .gallery-caption .col-50 {
  width: 50%;
  padding: 8px 16px ;
}
@media screen and (max-width: 991px) {
  .gallery .gallery-caption .col-50 {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 767px) {
  .gallery .gallery-caption .col-50 {
    padding: 6px;
    font-size: 12px;
  }
}
.gallery .gallery-caption .col-50 > div {
  width: 100%;
  text-align: left;
}
.gallery .gallery-caption .col-50.col-100 {
  width: 100%;
}
.gallery .gallery-caption .label-text {
  text-transform: uppercase;
  font-weight: 800;
  display: flex;
  align-items: center;
}
.gallery .gallery-caption .label-text::before,
.gallery .gallery-caption .label-text::after {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-color: #ec1c38;
}
.gallery .gallery-caption .label-text.before {
  white-space: nowrap;
}
.gallery .gallery-caption .label-text.before::before {
  content: '';
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .gallery .gallery-caption .label-text.before::before {
    margin-right: 6px;
  }
}
.gallery .gallery-caption .label-text.after {
  white-space: nowrap;
}
.gallery .gallery-caption .label-text.after::after {
  content: '';
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .gallery .gallery-caption .label-text.after::after {
    margin-left: 12px;
  }
}
.gallery .gallery-infomation {
  padding: 2em 4em;
  align-self: center;
  font-size: 1.19rem;
}
@media screen and (max-width: 1399px) {
  .gallery .gallery-infomation {
    padding: 1em 2em;
    font-size: 1rem;
  }
}
@media screen and (max-width: 1199px) {
  .gallery .gallery-infomation {
    padding: 0.5em 2em;
    font-size: 1rem;
  }
}
@media screen and (max-width: 991px) {
  .gallery .gallery-infomation {
    padding: 24px 16px;
  }
}
.gallery .gallery-infomation h2 {
  margin-bottom: 0.5rem;
}
.gallery .gallery-infomation h2 .inlineSummary.fs-5 {
  font-size: 1.6rem!important;
}
@media screen and (max-width: 1199px) {
  .gallery .gallery-infomation h2 .inlineSummary.fs-5 {
    font-size: 1.2rem!important;
  }
}
.gallery .gallery-infomation h2 .inlineSummary.fs-5.d-block {
  line-height: 120%;
}
.gallery .gallery-infomation h2 .inlineText.fs-4 {
  font-size: 1.7rem!important;
}
@media screen and (max-width: 1199px) {
  .gallery .gallery-infomation h2 .inlineText.fs-4 {
    font-size: 1.4rem!important;
  }
}
.gallery .gallery-infomation p:last-child {
  margin-bottom: 0;
}
.gallery .gallery-infomation ul {
  padding-left: 1rem;
}
.gallery .gallery-infomation ul li {
  margin-bottom: 3px;
}
.gallery .gallery-infomation .jobInclusion {
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.35rem;
}
@media screen and (max-width: 991px) {
  .gallery .gallery-infomation .jobInclusion {
    font-size: 1.1rem;
  }
}
.gallery .gallery-infomation .jobInclusion .icon-check {
  vertical-align: -0.2em;
  margin-right: 6px;
}
.gallery.bg-subberlight .gallery-row::after {
  background-color: #f6f6f6;
}
.gallery .video-wrapper {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
  height: 0;
  background-color: #272a35;
}
.gallery .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg-subberlight .gallery-row::after {
  background-color: #f6f6f6;
}
.gallery-beforeAfter .tileWrapper1280x720 + p {
  margin-top: 12px;
}
.gallery-beforeAfter [class^="tileWrapper"] {
  width: 100%;
  position: relative;
  background-color: #272a35;
  overflow: hidden;
}
.gallery-beforeAfter [class^="tileWrapper"] img {
  width: 100%;
}
.gallery-beforeAfter [class^="tileWrapper"]:not(.tileFull)::before,
.gallery-beforeAfter [class^="tileWrapper"] .sliderDivider::before {
  content: '';
  z-index: 1;
  background-color: #fff;
  width: 0.9em;
  height: 100%;
  position: absolute;
  left: calc(49.55%);
  top: 0;
  bottom: 0;
}
.gallery-beforeAfter [class^="tileWrapper"] .tileTagBefore,
.gallery-beforeAfter [class^="tileWrapper"] .tileTagAfter {
  display: -ms-flexbox;
  -ms-flex-align: flex-end;
  display: flex;
  align-items: flex-end;
  z-index: 1;
  background-color: rgba(39, 42, 52, 0.85);
  position: absolute;
  bottom: 0;
  width: calc(49.55%);
  padding: 0.6em 0.8em;
  color: #fff;
}
.gallery-beforeAfter [class^="tileWrapper"] .tileTagBefore p,
.gallery-beforeAfter [class^="tileWrapper"] .tileTagAfter p {
  margin: 0;
}
.gallery-beforeAfter [class^="tileWrapper"] .tileTagAfter {
  right: 0;
  justify-content: end;
}
.gallery-beforeAfter [class^="tileWrapper"] .tileLabelWrapper {
  font-weight: 700;
}
.gallery-beforeAfter [class^="tileWrapper"] .inlineTagBefore,
.gallery-beforeAfter [class^="tileWrapper"] .tileTagAfter {
  text-transform: uppercase;
  font-weight: 800;
  display: flex;
  align-items: center;
}
.gallery-beforeAfter [class^="tileWrapper"] .inlineTagBefore::before,
.gallery-beforeAfter [class^="tileWrapper"] .tileTagAfter::before,
.gallery-beforeAfter [class^="tileWrapper"] .inlineTagBefore::after,
.gallery-beforeAfter [class^="tileWrapper"] .tileTagAfter::after {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-color: #ec1c38;
}
.gallery-beforeAfter [class^="tileWrapper"] .inlineTagBefore.inlineTagBefore::before,
.gallery-beforeAfter [class^="tileWrapper"] .tileTagAfter.inlineTagBefore::before {
  content: '';
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .gallery-beforeAfter [class^="tileWrapper"] .inlineTagBefore.inlineTagBefore::before,
  .gallery-beforeAfter [class^="tileWrapper"] .tileTagAfter.inlineTagBefore::before {
    margin-right: 6px;
  }
}
.gallery-beforeAfter [class^="tileWrapper"] .inlineTagBefore.tileTagAfter::after,
.gallery-beforeAfter [class^="tileWrapper"] .tileTagAfter.tileTagAfter::after {
  content: '';
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .gallery-beforeAfter [class^="tileWrapper"] .inlineTagBefore.tileTagAfter::after,
  .gallery-beforeAfter [class^="tileWrapper"] .tileTagAfter.tileTagAfter::after {
    margin-left: 12px;
  }
}
.service-coverbox img {
  max-width: 100%;
}
.service-coverbox figure {
  margin: 0;
  width: 100%;
}
.service-coverbox .service-card {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (min-width: 1300px) {
  .service-coverbox .service-card {
    font-size: 22px;
  }
}
.service-coverbox .service-card a {
  color: #ffffff;
}
.service-coverbox .service-card a:hover {
  text-decoration: none;
}
.service-coverbox .service-card .card-body {
  width: 80%;
  padding: 60px 4em;
  align-self: center;
}
@media screen and (max-width: 767px) {
  .service-coverbox .service-card .card-body {
    padding: 48px 24px;
  }
}
.service-coverbox .service-card ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.service-coverbox .service-card ul li {
  display: flex;
  margin: 0 0 6px;
}
.service-coverbox .service-card ul li strong {
  width: 9em;
}
.contact-form h2 {
  margin-bottom: 24px;
}
.contact-form .map {
  width: 100%;
  min-height: 100%;
  height: 30em;
}
@media screen and (min-width: 992px) {
  .contact-form .contact-f-box {
    padding-right: 60px;
  }
}
@media screen and (max-width: 991px) {
  .contact-form .contact-f-box {
    padding-bottom: 36px;
  }
}
.contact-form .form-control {
  background-color: #ffffff;
}
.page-content {
  line-height: 1.7;
}
@media screen and (min-width: 1200px) {
  .page-content {
    font-size: 19px;
  }
}
.page-content h1 {
  font-size: 48px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .page-content h1 {
    font-size: 36px;
  }
}
.page-content h2 {
  color: #ec1c38;
  font-size: 28px;
  margin-bottom: 16px;
}
.page-content h2:not(:first-child) {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .page-content h2 {
    font-size: 26px;
  }
}
.page-content p {
  margin-bottom: 16px;
}
.page-content a {
  color: #ec1c38;
}
.page-content a:hover {
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  .choose-country .h3 {
    font-size: 28px;
  }
}
.choose-country .choose-country-list {
  list-style: none;
  margin: 0;
  padding: 12px 0 0 ;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
@media screen and (min-width: 1600px) {
  .choose-country .choose-country-list {
    font-size: 19px;
  }
}
.choose-country .choose-country-list li {
  width: 20%;
}
@media screen and (max-width: 991px) {
  .choose-country .choose-country-list li {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  .choose-country .choose-country-list li {
    width: 50%;
  }
}
.choose-country .choose-country-list li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin: 0 0 24px;
  color: #000000;
  line-height: 1.2;
}
.choose-country .choose-country-list li a span {
  max-width: 100px;
}
.choose-country .choose-country-list li a:hover {
  color: #ec1c38;
}
.choose-country .choose-country-list li a::before {
  content: '';
  width: 46px;
  height: 46px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 0.5em;
  border-radius: 50%;
  border: solid 1px #c5c5c5;
  flex-shrink: 0;
}
.choose-country .regionSelectUS:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/US.svg');
}
.choose-country .regionSelectCA:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/CA.svg');
}
.choose-country .regionSelectAU:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/AU.svg');
}
.choose-country .regionSelectNZ:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/NZ.svg');
}
.choose-country .regionSelectJP:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/JP.svg');
}
.choose-country .regionSelectKR:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/KR.svg');
}
.choose-country .regionSelectEU:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/EU.svg');
}
.choose-country .regionSelectGB:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/GB.svg');
}
.choose-country .regionSelectFR:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/FR.svg');
}
.choose-country .regionSelectDE:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/DE.svg');
}
.choose-country .regionSelectES:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/ES.svg');
}
.choose-country .regionSelectPT:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/PT.svg');
}
.choose-country .regionSelectAR:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/AR.svg');
}
.choose-country .regionSelectBO:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/BO.svg');
}
.choose-country .regionSelectBR:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/BR.svg');
}
.choose-country .regionSelectCL:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/CL.svg');
}
.choose-country .regionSelectCO:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/CO.svg');
}
.choose-country .regionSelectEC:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/EC.svg');
}
.choose-country .regionSelectMX:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/MX.svg');
}
.choose-country .regionSelectPY:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/PY.svg');
}
.choose-country .regionSelectPE:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/PE.svg');
}
.choose-country .regionSelectUY:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/UY.svg');
}
.choose-country .regionSelectVE:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/VE.svg');
}
.choose-country .regionSelectROW:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/ROW.svg');
  border-color: #41b7d3;
}
.press-kit .card-presskit {
  text-decoration: none;
  font-weight: 700;
  color: #000000;
}
.press-kit .card-presskit .card-img {
  border: solid 1px #bfbfbf;
  margin-bottom: 12px;
  position: relative;
  border-radius: 0;
  background-color: #000000;
}
.press-kit .card-presskit .card-img img {
  border-radius: 0;
}
.press-kit .card-presskit .card-img::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0 ;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 991px) {
  .press-kit .card-presskit .card-img::after {
    background-color: rgba(0, 0, 0, 0);
  }
}
.press-kit .card-presskit .card-img .overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  color: #ec1c38;
  text-transform: uppercase;
  transition: transform 0.2s ease-in-out;
  transform: scale(0);
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .press-kit .card-presskit .card-img .overlay {
    background-color: rgba(0, 0, 0, 0.75);
    top: auto;
    transform: scale(1);
    justify-content: flex-start;
    padding: 6px 12px;
  }
}
.press-kit .card-presskit .noWrap {
  white-space: nowrap;
}
.press-kit .card-presskit:hover .card-img::after {
  opacity: 1;
  visibility: visible;
}
.press-kit .card-presskit:hover .card-img::before,
.press-kit .card-presskit:hover .card-img .overlay {
  transform: scale(1);
}
.press-kit .card-presskit.filezip .card-img {
  padding: 3em 12px;
}
.press-kit .card-presskit.filezip .card-img img {
  padding: 0;
  max-width: 150px;
  width: 100%;
}
.press-kit .card-presskit p:last-child {
  margin-bottom: 0;
}
.press-kit .card-presskit.download-pdf-file .card-img i {
  padding: 48px 24px;
  font-size: 120px;
  color: #ffffff;
}
.blog-article {
  font-size: 17px;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .blog-article {
    font-size: 19px;
  }
}
.blog-article h1 {
  font-size: 48px;
  margin-bottom: 16px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .blog-article h1 {
    font-size: 36px;
  }
}
.blog-article h2 {
  color: #ec1c38;
  font-size: 28px;
  margin-bottom: 16px;
}
.blog-article h2:not(:first-child) {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .blog-article h2 {
    font-size: 26px;
  }
}
.blog-article h3 {
  color: #55555d;
  margin-top: 36px;
}
.blog-article p {
  margin-bottom: 16px;
}
.blog-article a {
  color: #ec1c38;
}
.blog-article a:hover {
  text-decoration: none;
}
.blog-article img {
  max-width: 100%;
}
.blog-article table {
  margin-bottom: 24px;
}
.blog-article .content-share {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .blog-article .content-share {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .blog-article .content-share {
    display: flex;
    padding-top: 52px;
    justify-content: center;
  }
}
.blog-article .content-share a {
  display: flex;
  text-decoration: none;
  width: 42px;
  height: 42px;
  text-align: center;
  background-color: #272a35;
  color: #fff;
  padding: 0;
  align-items: center;
  justify-content: center;
  fill: #ffffff;
  font-size: 22px;
}
.blog-article .content-share a svg {
  width: 20px;
}
.blog-article .content-share a svg,
.blog-article .content-share a i {
  transition: all 0.2s ease-in;
}
.blog-article .content-share a.icon-facebook {
  background-color: #3b5998;
}
.blog-article .content-share a.icon-twitter {
  background-color: #1da1f2;
}
.blog-article .content-share a.icon-linkedin {
  background-color: #0e76a8;
}
.blog-article .content-share a.icon-pinterest {
  background-color: #c8232c;
}
.blog-article .content-share a:hover > svg,
.blog-article .content-share a:hover > i {
  transform: scale(1.1);
}
.blog-article .blog-tags a:not(:last-child)::after {
  content: ',';
  color: #000000;
}
.blog-article .videoContainer {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin: 1.5em 0;
}
.blog-article .videoContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1200px) {
  .step-process-list {
    font-size: 19px;
  }
}
.step-process-list ol {
  columns: 2 auto;
  column-gap: 3em;
  break-inside: avoid-column;
  max-width: 900px;
  margin: 0 auto;
  padding: 12px 0 0 0;
  counter-reset: item;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .step-process-list ol {
    columns: 1 auto;
  }
}
.step-process-list ol li {
  margin: 0;
  padding: 8px 0 8px 50px;
  position: relative;
}
.step-process-list ol li::before {
  counter-increment: item;
  content: counters(item, ".") '.';
  color: #ec1c38;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 50%;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  margin-left: -50px;
  margin-right: 10px;
}
.step-process-list ol li:nth-of-type(-n+9)::before {
  content: '0' counters(item, ".") '.';
}
.members-dashboard {
  position: relative;
  z-index: 0;
  --padding: 60px;
  font-size: 16px;
}
.members-dashboard::after {
  content: '';
  width: 25vw;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #e9e9ea;
  z-index: -1;
  left: 0;
}
.members-dashboard .members-aside {
  position: relative;
  padding-top: var(--padding);
  padding-bottom: var(--padding);
  background-color: #e9e9ea;
}
.members-dashboard .get-started h2 {
  margin-bottom: 26px;
}
.members-dashboard .get-started ol {
  counter-reset: li;
  margin: 0;
  padding: 0;
  list-style: none;
}
.members-dashboard .get-started ol li {
  position: relative;
  padding-left: 80px;
  margin-bottom: 36px;
}
.members-dashboard .get-started ol li::before {
  content: counter(li, decimal-leading-zero);
  counter-increment: li;
  position: absolute;
  left: 0;
  font-size: 48px ;
  line-height: 48px;
  color: #9e9eab;
  font-weight: 700;
  top: 0;
}
.members-dashboard .members-contianer {
  padding-top: var(--padding);
  padding-bottom: var(--padding);
}
.members-dashboard .card-dashboard {
  border: solid 1px #d7d7da;
}
.members-dashboard .card-dashboard .card-body {
  padding: 24px;
}
.section-feature-list .small-section-title {
  max-width: 1200px;
}
.section-feature-list .list-group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  font-size: 17px;
  margin: 0 auto;
  padding: 36px 0 0 ;
}
@media screen and (max-width: 1199px) {
  .section-feature-list .list-group {
    padding-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .section-feature-list .list-group {
    padding: 0 12px;
  }
}
.section-feature-list .list-group .list-group-item {
  width: 50%;
  border: 0;
  padding-left: 60px;
  position: relative;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .section-feature-list .list-group .list-group-item {
    width: 100%;
    margin-bottom: 6px;
  }
}
.section-feature-list .list-group h3,
.section-feature-list .list-group .h3,
.section-feature-list .list-group h2 {
  color: #ec1c38;
  margin-bottom: 6px;
}
.section-feature-list .list-group h3 a,
.section-feature-list .list-group .h3 a,
.section-feature-list .list-group h2 a {
  text-decoration: none;
}
.section-feature-list .list-group.style-none .list-group-item::before {
  display: none;
}
.testimonials-video .video-responsive {
  max-width: 700px;
  margin: 0 auto;
}
.testimonials-video .video-responsive .video-wrapper {
  padding-bottom: 47.202797202797203%;
  position: relative;
  overflow: hidden;
  height: 0;
  background-color: #272a35;
}
.testimonials-video .video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-video-banner .video-wrapper {
  position: relative;
  overflow: hidden;
  height: 0;
  background-color: #272a35;
  padding: 27.34375% 0 0 ;
}
@media screen and (max-width: 1199px) {
  .hero-video-banner .video-wrapper {
    padding-top: 56%;
  }
}
.hero-video-banner .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-video-banner .video-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
}
.hero-video-banner .video-overlay p {
  margin-bottom: 24px;
}
.hero-video-banner .video-overlay .video-overlay-content {
  max-width: 650px;
  padding: 48px;
  background-color: rgba(39, 42, 52, 0.7);
}
@media screen and (max-width: 1450px) {
  .hero-video-banner .video-overlay .video-overlay-content {
    max-width: 800px;
  }
}
@media screen and (max-width: 767px) {
  .hero-video-banner .video-overlay .video-overlay-content {
    background-color: transparent;
  }
  .hero-video-banner .video-overlay .video-overlay-content h1,
  .hero-video-banner .video-overlay .video-overlay-content p,
  .hero-video-banner .video-overlay .video-overlay-content h2 {
    display: none;
  }
}
.job-examples .card-examples {
  background-color: transparent;
  color: #000000;
  text-decoration: none;
}
.job-examples .card-examples img {
  max-width: 100%;
}
.job-examples .card-examples .card-img {
  position: relative;
  background-color: #000000;
  display: block;
}
.job-examples .card-examples .card-img .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #ec1c38;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.job-examples .card-examples .card-body {
  padding: 24px 0;
}
.job-examples .card-examples .card-body h3 {
  color: #ec1c38;
}
.job-examples .card-examples .card-body h3 a {
  text-decoration: none;
}
.job-examples .card-examples .card-body ul {
  padding-left: 1rem;
}
.job-examples .card-examples .card-body h4 {
  margin-bottom: 16px;
}
.job-examples .card-examples:hover .card-img img {
  opacity: .3;
}
.job-examples .card-examples:hover .card-img .overlay {
  transform: scale(1);
  opacity: 1;
}
.sticky-nav {
  width: 100%;
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #272a35;
  transform: translateY(-2.5em);
  transition: transform 0.4s ease-in-out;
}
.sticky-nav p {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 0.8em 0;
  font-size: 12px;
  line-height: 1.3em;
  color: #fff;
}
.sticky-nav .head {
  margin-right: 2em;
}
@media screen and (max-width: 767px) {
  .sticky-nav .head {
    display: block;
  }
}
.sticky-nav a {
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
}
.sticky-nav a:nth-of-type(n+2)::before {
  content: '|\00a0';
  margin: 0 1em;
  color: #fff;
}
.sticky-nav.stickyNavFixed {
  transform: translateY(0);
}
.create-an-account .f-grid {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 12px;
}
.create-an-account .btn-row {
  padding-top: 12px;
  padding-bottom: 12px;
}
.login-form {
  padding: 80px 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .login-form {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .login-form {
    padding: 36px 0;
  }
}
@media screen and (min-width: 992px) {
  .login-form::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background-color: var(--neutralBGColor);
    z-index: -1;
  }
}
.login-form.no-bg::after {
  display: none;
}
.login-form .row-g-24 {
  --bs-gutter-y: 24px;
}
.login-form .row-g-16 {
  --bs-gutter-y: 16px;
}
.login-form .loginLinks a {
  text-decoration: none;
}
.login-form .loginLinks a:not(:hover) {
  color: #686a72;
}
.login-form .loginLinks a:hover {
  color: #ec1c38;
  text-decoration: none;
}
.login-form .login-btn-gap {
  gap: 24px;
}
.login-form .btn-login-facebook {
  background: #385898;
  border-color: #385898;
  color: var(--white);
}
.login-form .btn-login-facebook svg {
  height: 24px;
  fill: var(--white);
  margin-right: 12px;
}
.login-form .btn-login-facebook:hover {
  background: var(--black);
  border-color: var(--black);
}
.login-form .btn-login-google {
  background: #4285f4;
  border-color: #4285f4;
  color: var(--white);
}
.login-form .btn-login-google svg {
  height: 24px;
  fill: var(--white);
  margin-right: 12px;
}
.login-form .btn-login-google:hover {
  background: var(--black);
  border-color: var(--black);
}
@media screen and (max-width: 991px) {
  .login-form .socialOr {
    margin: 0;
    padding: 36px 0;
    color: var(--primaryColor);
  }
}
.login-form a:not(.btn) {
  text-decoration: none;
}
.login-form a:not(.btn):hover {
  text-decoration: underline;
}
.login-form p:last-child {
  margin-bottom: 0;
}
.login-form .recaptcha-center > div {
  margin: 0 auto;
}
.form-card-account {
  background-color: #ffffff;
  padding: 60px 48px;
  max-width: 486px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 600px) {
  .form-card-account {
    padding: 36px 24px;
  }
}
@media screen and (max-width: 480px) {
  .form-card-account {
    padding: 24px 16px;
  }
}
.form-card-account .form-control {
  background-color: #ffffff;
}
.form-card-account .title {
  text-align: center;
  margin-bottom: 36px;
}
@media screen and (max-width: 480px) {
  .form-card-account .title {
    margin-bottom: 24px;
  }
}
.form-card-account h2,
.form-card-account h1,
.form-card-account .h2 {
  font-size: 32px;
  margin-bottom: 6px;
}
.form-card-account.max-w-800 {
  max-width: 800px;
}
.error404 img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .error404 img {
    max-width: 80%;
    margin: 36px auto;
  }
}
.error404 h1 {
  color: var(--primaryColor);
  font-size: 7em;
  line-height: 1em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .error404 h1 {
    font-size: 5em;
  }
}
.error404 h2 {
  text-transform: uppercase;
  font-size: 2.35em;
  line-height: 1.1em;
  margin: 0.4em 0 0.75em;
}
@media screen and (max-width: 767px) {
  .error404 h2 {
    font-size: 1.5em;
  }
}
.error404 h2 span.noWrap {
  white-space: nowrap;
  color: var(--secondary);
}
@media screen and (max-width: 767px) {
  .error404 h2 span.noWrap {
    display: block;
  }
}
.error404 h2 span.noWrap span {
  color: var(--primaryColor);
}
.job-applying {
  background: #F6F6F6;
}
.job-applying h3.heading {
  font-size: 28px;
  text-align: center;
  margin-bottom: 24px;
  color: #0A0000;
}
.job-applying h3.heading small.note {
  font-size: 16px;
  display: block;
  color: #ec1c38;
}
.job-applying .applying-step {
  display: none;
}
.job-applying .applying-step.show {
  display: block;
  animation: fadeIn 1s;
}
.job-applying .option-box {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .job-applying .option-box {
    display: block;
  }
}
.job-applying .option-box .option-box-item {
  text-align: center;
  padding: 36px;
  width: 300px;
  border: 1px solid #D0D0D2;
  background: #fff;
  transition: all ease 0.3s;
  cursor: pointer;
  position: relative;
}
.job-applying .option-box .option-box-item > img {
  width: 160px;
}
@media screen and (max-width: 991px) {
  .job-applying .option-box .option-box-item {
    padding: 8px 24px;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 991px) {
  .job-applying .option-box .option-box-item + .option-box-item {
    margin-top: 6px;
  }
}
.job-applying .option-box .option-box-item:hover {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
}
.job-applying .option-box .option-box-item.active {
  border: 1px solid #EC1C38;
  box-sizing: border-box;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
}
.job-applying .option-box .option-box-item.active h4,
.job-applying .option-box .option-box-item.active h5 {
  color: #EC1C38;
  transition: all ease 0.3s;
}
.job-applying .option-box .option-box-item.blur {
  border: 1px solid #D0D0D2;
  box-sizing: border-box;
}
.job-applying .option-box .option-box-item.blur img {
  opacity: 0.5;
  filter: grayscale(100%);
  transition: all ease 0.3s;
}
.job-applying .option-box .option-box-item.padding-md {
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .job-applying .option-box .option-box-item.padding-md {
    padding: 6px 24px;
  }
}
.job-applying .option-box .option-box-item:not(:last-child) {
  margin-right: 30px;
}
@media screen and (max-width: 1199px) {
  .job-applying .option-box .option-box-item:not(:last-child) {
    margin-right: 12px;
  }
}
.job-applying .option-box .option-box-item h4 {
  font-size: 24px;
  line-height: 36px;
  color: #686A72;
  margin-top: 12px;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .job-applying .option-box .option-box-item h4 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
  }
}
.job-applying .option-box .option-box-item h5 {
  font-size: 19px;
  color: #686A72;
  margin-top: 12px;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .job-applying .option-box .option-box-item h5 {
    font-size: 14px;
    margin-top: 0;
  }
}
.job-applying .option-box .option-box-item img {
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .job-applying .option-box .option-box-item img {
    height: 100px;
    width: auto;
  }
}
@media screen and (max-width: 991px) {
  .job-applying .option-box .option-box-item img {
    height: 60px;
    margin-left: 0;
    margin-right: 12px;
    width: auto;
  }
}
.job-applying .option-box .option-box-item img.line-icon {
  opacity: 0.5;
  height: 54px;
}
@media screen and (max-width: 575px) {
  .job-applying .option-box .option-box-item img.line-icon {
    height: 36px;
    margin-left: 24px;
  }
}
.job-applying .option-box .option-box-item .bb-checkbox {
  position: absolute;
  top: 12px;
  left: 12px;
  margin-top: -20px;
}
.job-applying .option-box .option-box-item button.btn[data-bs-toggle="modal"] {
  position: absolute;
  top: 0;
  right: 0;
  --bs-btn-padding-y: .375rem;
  --bs-btn-padding-x: .75rem;
  --bs-btn-border-width: 0px;
}
.job-applying .option-box .option-box-item button.btn[data-bs-toggle="modal"]::after {
  display: none;
}
.bb-check-list ul {
  padding-left: 0;
}
.bb-check-list ul li {
  list-style: none;
  text-align: left;
  margin-bottom: 6px;
  position: relative;
}
.bb-check-list ul li > label {
  background: #FFFFFF;
  border: 1px solid #E9E9EA;
  padding: 8px 16px;
  width: 100%;
  cursor: pointer;
  margin-bottom: 0.5em;
  line-height: 1.3em;
}
.bb-check-list ul li > button {
  position: absolute;
  right: 3px;
  top: 3px;
}
.bb-check-list.center ul {
  margin: auto;
}
.bb-check-list.limit-width.w-300 ul {
  width: 300px;
}
@media screen and (max-width: 575px) {
  .bb-check-list.limit-width.w-300 ul {
    width: 100%;
  }
}
.bb-check-list.limit-width.w-400 ul {
  width: 400px;
}
@media screen and (max-width: 575px) {
  .bb-check-list.limit-width.w-400 ul {
    width: 100%;
  }
}
.bb-check-list.limit-width.w-450 ul {
  width: 450px;
}
@media screen and (max-width: 575px) {
  .bb-check-list.limit-width.w-450 ul {
    width: 100%;
  }
}
.bb-check-list.fix-for-main-site ul li {
  margin-bottom: 0;
}
.bb-check-list.fix-for-main-site ul li > label {
  padding: 12px 16px;
}
.bb-check-list.fix-for-main-site ul li > button {
  top: 6px;
}
.the-form-section {
  background: #FFFFFF;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.12);
  padding: 48px 36px;
}
.the-form-section.no-bg {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none;
}
.the-form-section.no-bg.submit-fail > .submit-fail-message,
.the-form-section.no-bg.submitted > .submit-fail-message,
.the-form-section.no-bg.submit-fail > .submit-success-message,
.the-form-section.no-bg.submitted > .submit-success-message {
  padding-left: 12px;
  padding-right: 12px;
}
@media screen and (max-width: 767px) {
  .the-form-section.no-bg.submit-fail > .submit-fail-message,
  .the-form-section.no-bg.submitted > .submit-fail-message,
  .the-form-section.no-bg.submit-fail > .submit-success-message,
  .the-form-section.no-bg.submitted > .submit-success-message {
    padding-left: 0;
    padding-right: 0;
  }
}
.the-form-section.no-padding {
  padding: 0;
}
.the-form-section h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.the-form-section > .loading-box,
.the-form-section > .submit-fail-message,
.the-form-section > .submit-success-message {
  display: none;
}
.the-form-section.loading,
.the-form-section.submit-fail,
.the-form-section.submitted {
  position: relative;
}
.the-form-section.loading > .loading-box {
  display: block;
}
.the-form-section.submit-fail > .submit-fail-message {
  display: block;
}
.the-form-section.submit-fail > .submit-fail-message h3 {
  color: #EC1C38;
}
.the-form-section.submitted > .submit-success-message {
  display: block;
}
.the-form-section.submitted > .submit-success-message h3 {
  color: #1ABC9C;
}
.the-form-section.submit-fail > .submit-fail-message,
.the-form-section.submitted > .submit-fail-message,
.the-form-section.submit-fail > .submit-success-message,
.the-form-section.submitted > .submit-success-message {
  width: 100%;
  position: absolute;
  top: 25%;
  left: 0;
  text-align: center;
  padding-left: 80px;
  padding-right: 80px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .the-form-section.submit-fail > .submit-fail-message,
  .the-form-section.submitted > .submit-fail-message,
  .the-form-section.submit-fail > .submit-success-message,
  .the-form-section.submitted > .submit-success-message {
    padding-left: 54px;
    padding-right: 54px;
  }
}
.the-form-section.submit-fail > .submit-fail-message.show-on-top,
.the-form-section.submitted > .submit-fail-message.show-on-top,
.the-form-section.submit-fail > .submit-success-message.show-on-top,
.the-form-section.submitted > .submit-success-message.show-on-top {
  top: 0;
}
.the-form-section.submit-fail > .submit-fail-message > img,
.the-form-section.submitted > .submit-fail-message > img,
.the-form-section.submit-fail > .submit-success-message > img,
.the-form-section.submitted > .submit-success-message > img {
  height: 100px;
}
.form-status .container .the-form-section {
  height: 650px;
}
.tab-collapse {
  display: flex;
}
@media screen and (max-width: 1199px) {
  .tab-collapse > .left {
    display: none;
  }
}
.tab-collapse > .left ul {
  padding-left: 0;
}
.tab-collapse > .left ul li {
  list-style: none;
}
.tab-collapse > .left ul li a {
  width: 240px;
  padding: 12px 16px;
  background: #F6F6F6;
  display: block;
  color: #686A72;
  text-decoration: none;
  cursor: pointer;
}
.tab-collapse > .left ul li a[aria-expanded="true"] {
  background: #fff;
  color: #0A0000;
}
@media screen and (min-width: 1200px) {
  .tab-collapse > .right .accordion .accordion-item .accordion-header {
    display: none;
  }
}
.image-before-after {
  position: relative;
}
.image-before-after > img {
  width: 100%;
}
.image-before-after::before {
  content: '';
  z-index: 1;
  background-color: #fff;
  width: 0.9em;
  height: 100%;
  position: absolute;
  left: calc(49.55%);
  top: 0;
  bottom: 0;
}
.image-before-after .image-label-before,
.image-before-after .image-label-after {
  display: flex;
  align-items: flex-end;
  z-index: 1;
  background-color: rgba(39, 42, 52, 0.85);
  position: absolute;
  bottom: 0;
  width: calc(49.55%);
  padding: 0.6em 0.8em;
}
.image-before-after .image-label-before p,
.image-before-after .image-label-after p {
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.06em;
  line-height: 1em;
  position: relative;
}
.image-before-after .image-label-before {
  left: 0;
}
.image-before-after .image-label-before p {
  padding-left: 24px;
}
.image-before-after .image-label-before p::after {
  content: '';
  position: absolute;
  top: 1px;
  width: 0.9em;
  height: 0.9em;
  background-color: #ec1c38;
  left: 0;
}
.image-before-after .image-label-after {
  right: 0;
  text-align: right;
}
.image-before-after .image-label-after p {
  padding-right: 24px;
  margin-left: auto;
}
.image-before-after .image-label-after p::after {
  content: '';
  position: absolute;
  top: 1px;
  right: -6px;
  width: 0.9em;
  height: 0.9em;
  background-color: #ec1c38;
}
.user-review-list {
  padding: 24px 24px 16px;
  background-color: #FFF;
}
.user-review-list h3 {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: capitalize;
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 6px;
  margin-top: 6px;
}
.user-review-list h3 .inlineSummary {
  font-size: 12px;
  color: #686a72;
}
.user-review-list h3 .inlineSummary .verticalDivider {
  font-size: 19px;
  color: #000000;
  padding: 0 3px;
}
.user-review-list p:last-child {
  margin-bottom: 0;
}
.location-warning {
  background-color: #272a35;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #ffffff;
  padding: 6px 12px;
}
.location-warning a {
  text-decoration: underline;
}
.location-warning a:hover {
  text-decoration: none;
  color: #ec1c38;
}
.location-warning p:last-child {
  margin-bottom: 0;
}
.location-warning .icon-c-remove::before {
  content: '';
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat;
  display: inline-block;
  vertical-align: 3px;
  width: 12px;
  height: 12px;
  background-size: 100%;
}
.location-warning .icon-c-remove:hover::before {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23EC1C38'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat;
  background-size: 100%;
}
i.icon {
  vertical-align: middle;
}
:root {
  --primaryColor: #ec1c38;
  --secondaryColor: #000000;
  --black: #000000;
  --white: #ffffff;
  --mutedColor: #999999;
  --neutralBGColor: #f7f8f9;
  --neutralBorderColor: #e9e9ea;
  --errorColor: #ba193b;
  --errorBGColor: #f2cfd6;
  --confirmationColor: #507c68;
  --confirmationBGColor: #cff2e3;
  --disabledTextColor: #777777;
  --disabledBGColor: #b3b3b3;
  --black75: #404040;
  --black50: #808080;
  --black25: #bfbfbf;
  /*Boostrap Css Var*/
  --bs-primary: #ec1c38;
  --bs-secondary: #000000;
  --bs-success: #507c68;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #ba193b;
  --bs-light: #f7f8f9;
  --bs-dark: #000000;
  --bs-primary-rgb: 236,28,56;
  --bs-secondary-rgb: 108,117,125;
  --bs-success-rgb: 25,135,84;
  --bs-dark-rgb: 10,0,0;
  --bs-font-sans-serif: 'Nunito', sans-serif;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #0a0000;
  --bs-body-bg: #ffffff;
  --bs-body-font-size: 1rem;
}
.mb-12 {
  margin-bottom: 12px;
}
.mb-16 {
  margin-bottom: 16px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mb-36 {
  margin-bottom: 36px;
}
.mb-48 {
  margin-bottom: 48px;
}
.pt-16 {
  padding-top: 16px;
}
.text-lg {
  font-size: 19px;
  line-height: 1.65;
}
@media screen and (max-width: 1200px) {
  .text-lg {
    font-size: 17px;
  }
}
.text-md {
  font-size: 17px;
}
.section {
  padding: 60px 0;
}
@media screen and (max-width: 991px) {
  .section {
    padding: 36px 0;
  }
}
.section-sm {
  padding: 40px 0;
}
@media screen and (max-width: 991px) {
  .section-sm {
    padding: 36px 0;
  }
}
.section-lg {
  padding: 80px 0;
}
@media screen and (max-width: 991px) {
  .section-lg {
    padding: 48px 0;
  }
}
@media screen and (max-width: 767px) {
  .section-lg {
    padding: 36px 0;
  }
}
.row {
  --bs-gutter-x: 38px;
}
@media screen and (max-width: 1399px) {
  .row {
    --bs-gutter-x: 24px;
  }
}
@media (max-width: 991px) {
  .row {
    --bs-gutter-x: 16px;
  }
}
@media (max-width: 767px) {
  .row {
    --bs-gutter-x: 12px;
  }
}
.grid-row {
  --bs-gutter-x: 38px;
  --bs-gutter-y: 24px;
}
@media screen and (max-width: 1399px) {
  .grid-row {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
  }
}
@media (max-width: 991px) {
  .grid-row {
    --bs-gutter-x: 16px;
  }
}
@media (max-width: 767px) {
  .grid-row {
    --bs-gutter-x: 12px;
    --bs-gutter-y: 16px;
  }
}
.g-0 {
  --bs-gutter-x: 0px;
}
.g-24 {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 24px;
}
.g-38-38 {
  --bs-gutter-x: 38px;
  --bs-gutter-y: 38px;
}
.bg-dark {
  background-color: #0a0000;
}
.bg-dark2 {
  background-color: #272a35;
}
.bg-subberlight {
  background-color: #f6f6f6;
}
.bg-white {
  background-color: #ffffff;
}
.bg-white > .bg-subberlight,
.bg-white > .bg-dark2 {
  background-color: transparent;
}
.bg-dark-red {
  background-color: #f9f9f9;
}
.text-white {
  color: #ffffff;
}
.highlight {
  color: #ec1c38;
}
a {
  color: #ec1c38;
}
a:hover {
  color: #000000;
}
.text-body {
  font-size: 17px;
}
@media (min-width: 1600px) {
  .container {
    max-width: 1610px ;
    --bs-gutter-x: 38px;
  }
}
.border-bottom {
  border-color: #D0D0D250;
}
.videoWrapper-964x1012 {
  padding-bottom: 104.979253112033195%;
}
.videoWrapper-1920x1080 {
  padding-bottom: 56.25%;
}
.videoWrapper-1920x1280 {
  padding-bottom: 66.666666666666667%;
}
.videoWrapper1422x812 {
  padding-bottom: 57.10267229254571%;
}
.videoWrapper1440x900 {
  padding-bottom: 62.5%;
}
[class^="videoWrapper"] {
  position: relative;
  overflow: hidden;
  height: 0;
  background-color: #272a35;
}
[class^="videoWrapper"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
hr.divider {
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 0 #fff;
}
.agentLogoHowardHanna {
  width: 7em;
}
.logo-afiliateLifull {
  width: 12em;
  margin: 0 auto 2em;
}
.max-width-250 {
  max-width: 250px;
}
.max-width-700 {
  max-width: 700px;
}
@media screen and (min-width: 768px) {
  .list-two-column {
    columns: 2 auto;
    column-gap: 2em;
    break-inside: avoid-column;
    list-style-type: disc;
    padding: 0 0 0 1.25em;
  }
}
@media screen and (min-width: 992px) {
  .visualMarketingIntro {
    width: 50%;
    margin-left: auto;
    padding: 2.5em 0 2.5em 0;
    margin-top: -12vw;
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 991px) {
  .visualMarketingIntro {
    padding: 36px 0 36px 0;
  }
}
.video-viewsection {
  max-width: 1180px;
  margin: 0 auto;
}
.bdr-b-black {
  border-bottom: solid 1px #272a35;
}
body {
  font-size: 17px;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.font-nunito {
  font-family: 'Nunito', sans-serif;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 120%;
  /*font-family: 'Roboto Condensed', sans-serif;*/
  font-family: Poppins,sans-serif;
}
h1,
.h1 {
  font-size: 36px;
}
h1 .small-inline,
.h1 .small-inline {
  font-size: 20px ;
  color: #ec1c38;
  display: block;
}
h2,
.h2 {
  font-size: 42px;
}
@media screen and (max-width: 1399px) {
  h2,
  .h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1199px) {
  h2,
  .h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  h2,
  .h2 {
    font-size: 26px;
  }
}
h2 .small-inline,
.h2 .small-inline {
  font-size: 20px ;
  color: #ec1c38;
  display: block;
}
h3,
.h3 {
  font-size: 20px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 20px;
}
h6,
.h6 {
  font-size: 16px;
}
.small-section-title {
  max-width: 1300px;
  margin: 0  auto 12px;
}
.title-center {
  text-align: center;
  margin-bottom: 16px;
  line-height: 1.3;
}
.title-center span {
  display: block;
  font-size: 18px ;
  text-transform: uppercase;
  color: #ec1c38;
  line-height: 1;
}
.title-center .text-lg {
  font-size: 24px;
}
.fs-6 {
  font-size: 1.06rem!important;
}
.text-dark5 {
  color: #55555d;
}
.btn {
  font-weight: bold;
  --bs-btn-border-radius: 0;
  --bs-btn-font-family: 'Roboto Condensed', sans-serif;
  --bs-btn-padding-y: 5px;
  --bs-btn-padding-x: 24px;
  --bs-btn-line-height: 38px;
  --bs-btn-font-size: 15px;
  --bs-btn-font-weight: 700;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0);
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media screen and (min-width: 1600px) {
  .btn {
    --bs-btn-font-size: 17px;
  }
}
.btn::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  transition: all 0.3s ease-in-out;
  transform: translate(110%, 0);
  background-color: #272a35;
  z-index: -1;
}
.btn:hover::after {
  transform: translate(0, 0);
}
.btn:focus,
.btn:active {
  outline: none;
  box-shadow: none;
}
.btn.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #ec1c38;
  --bs-btn-border-color: #ec1c38;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ec1c38;
  --bs-btn-hover-border-color: #ec1c38;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ec1c38;
  --bs-btn-active-border-color: #ec1c38;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #ec1c38;
  --bs-btn-disabled-border-color: #ec1c38;
    border-radius: 10px;
}
.btn.btn-outline-primary {
  --bs-btn-border-width: 2px;
  --bs-btn-color: #ec1c38;
  --bs-btn-border-color: #ec1c38;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #ec1c38;
  --bs-btn-hover-border-color: #ec1c38;
  --bs-btn-focus-shadow-rgb: 13,110,253;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #ec1c38;
  --bs-btn-active-border-color: #ec1c38;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ec1c38;
  --bs-btn-disabled-bg: transparent;
  --bs-gradient: none;
}
.btn.btn-outline-primary::after {
  background-color: #ec1c38;
}
.btn.btn-secondary {
  --bs-btn-bg: #272a35;
  --bs-btn-hover-bg: #272a35;
  --bs-btn-hover-border-color: #272a35;
  --bs-btn-border-color: #272a35;
}
.btn.btn-secondary::after {
  background-color: #ec1c38;
}
@media screen and (max-width: 991px) {
  .btn.btn-md-sm {
    padding-top: 1px;
    padding-bottom: 1px;
  }
}
@media screen and (max-width: 767px) {
  .btn.btn-md-fixed {
    min-width: 300px;
  }
}
.btn.btn-goto-top {
  width: 44px;
  height: 44px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 24px;
  bottom: 36px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  transform: translate(0, -50px);
}
.btn.btn-goto-top.active {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.btn.btn-sm {
  line-height: 30px;
}
.btn.btn-icon-only {
  --bs-btn-padding-y: 0;
  --bs-btn-padding-x: 0;
  --bs-btn-border-width: 0px;
}
.btn.btn-icon-only .icon {
  font-size: 20px;
}
.btn.btn-icon-only::after {
  display: none;
}
.btn.btn-icon-only.text-primary:hover {
  color: #000000 !important;
}
.btn.btn-wide {
  width: 100%;
}
.btn.btn-icon-help {
  --bs-btn-padding-y: .375rem;
  --bs-btn-padding-x: .75rem;
  --bs-btn-border-width: 0px;
}
.btn.btn-icon-help::after {
  display: none;
}
.accordion {
  --bs-accordion-active-color: #ec1c38;
  --bs-accordion-active-bg: rgba(236, 28, 56, 0.2);
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23EC1C38'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion.no-border {
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0;
}
.dropdown .dropdown-menu {
  border-radius: 2px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
  border: none;
}
.dropdown .dropdown-menu i.icon {
  margin-right: 6px;
}
.dropdown .dropdown-menu.spacing-md li a {
  padding: 10px 12px;
}
.form-label {
  font-size: 17px;
}
.form-control,
.form-select {
  border-radius: 0;
  padding: 8px 16px;
  background-color: #e9e9ea;
  border-color: #d0d0d2;
}
.form-control.error,
.form-select.error {
  border-color: #EC1C38;
}
.form-row {
  --bs-gutter-x: 38px;
  --bs-gutter-y: 24px;
}
.invalid-feedback {
  font-size: 14px;
}
/* Start :: checkbox */
.bb-checkbox input[type=checkbox] {
  display: none;
}
.bb-checkbox input[type=checkbox] + label:after {
  font-family: bootstrap-icons !important;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0px;
  border: 2px solid #757575;
  border-radius: 2px;
}
.bb-checkbox input[type=checkbox] + label:before {
  display: none;
}
.bb-checkbox input[type=checkbox]:checked + label:after {
  content: "\f272";
  color: #fff;
  font-size: 17px;
  text-align: center;
  line-height: 19px;
  background: #EC1C38;
  border-color: #EC1C38;
}
.bb-checkbox label {
  display: inline-block;
  cursor: pointer;
  padding-left: 30px;
  position: relative;
  font-size: 17px;
  margin-bottom: 0;
}
.form-text.error {
  display: none;
  color: #ec1c38;
}
.form-select.error + .form-text.error,
.form-control.error + .form-text.error {
  display: block;
}
/* END :: checkbox */
.card {
  border: 0;
  border-radius: 0;
}
.card .card-img,
.card .card-img-top {
  text-align: center;
  border-radius: 0;
  overflow: hidden;
}
.card .card-img img,
.card .card-img-top img {
  width: 100%;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}
.card.card-overlay-body {
  position: relative;
  background-color: transparent;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.card.card-overlay-body .card-img-top {
  height: 400px;
  overflow: hidden;
  z-index: 0;
  border-radius: 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .card.card-overlay-body .card-img-top {
    height: 290px;
  }
}
.card.card-overlay-body .card-img-top img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0;
}
.card.card-overlay-body .card-img-top::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  height: 80%;
  transition: all 0.2s ease-in-out;
}
.card.card-overlay-body .card-img-top .canvasBox,
.card.card-overlay-body .card-img-top .canvasbox {
  height: 400px !important;
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  .card.card-overlay-body .card-img-top .canvasBox,
  .card.card-overlay-body .card-img-top .canvasbox {
    height: 290px;
  }
}
.card.card-overlay-body .card-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 26px 27px 24px;
}
@media screen and (max-width: 1299px) {
  .card.card-overlay-body .card-body {
    padding: 26px 16px 16px;
  }
}
@media screen and (max-width: 991px) {
  .card.card-overlay-body .card-body {
    padding: 12px;
  }
}
@media screen and (max-width: 767px) {
  .card.card-overlay-body .card-body {
    text-align: center;
  }
}
.card.card-overlay-body .card-body h4,
.card.card-overlay-body .card-body h3 {
  font-size: 25px;
  margin: 0 0 3px;
}
@media screen and (max-width: 991px) {
  .card.card-overlay-body .card-body h4,
  .card.card-overlay-body .card-body h3 {
    font-size: 21px;
    margin-bottom: 6px;
  }
}
.card.card-overlay-body .card-body h4 a,
.card.card-overlay-body .card-body h3 a {
  color: #ffffff;
  text-decoration: none;
}
.card.card-overlay-body .card-body h4 a:hover,
.card.card-overlay-body .card-body h3 a:hover {
  color: #ec1c38;
}
.card.card-overlay-body .card-body p {
  margin: 0;
}
.card.card-overlay-body .card-body .price {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.24em;
}
.card.card-overlay-body .card-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #ffffff;
}
.card.card-overlay-body .card-body ul li {
  font-family: 'Roboto Condensed', sans-serif;
}
.card.card-overlay-body .card-body ul li b,
.card.card-overlay-body .card-body ul li strong {
  font-weight: 700;
  color: #ec1c38;
}
.card.card-overlay-body:hover .card-img-top::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, #000000 100%);
  height: 100%;
}
.card:hover .card-img-top img,
.card:hover .card-img img {
  transform: scale(1.08);
}
.card.card-product-info {
  flex-direction: row;
  font-size: 17px;
  background-color: transparent;
  text-decoration: none;
}
.card.card-product-info h3 {
  color: #ec1c38;
  font-size: 22px;
  margin-bottom: 16px;
}
.card.card-product-info h3 span {
  display: block;
  color: #000000;
  font-size: 16px;
}
.card.card-product-info p {
  margin-bottom: 24px;
  color: #000000;
}
.card.card-product-info .card-img {
  width: 160px;
  flex-shrink: 0;
}
@media screen and (max-width: 500px) {
  .card.card-product-info .card-img {
    width: 140px;
  }
}
.card.card-product-info .card-body {
  padding: 0 0 0 36px;
}
@media screen and (max-width: 767px) {
  .card.card-product-info .card-body {
    padding-left: 24px;
  }
}
.card.card-blog {
  font-size: 17px;
  background-color: #ffffff;
  min-height: 100%;
  border: solid 1px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1200px) {
  .card.card-blog {
    font-size: 19px;
  }
}
.card.card-blog .card-body {
  padding: 36px;
}
@media screen and (max-width: 767px) {
  .card.card-blog .card-body {
    padding: 24px;
  }
}
.card.card-blog h3 {
  color: #ec1c38;
  padding-top: 12px;
}
.card.card-blog h3 a {
  color: #ec1c38;
  text-decoration: none;
}
.card.card-blog h3 a:hover {
  color: #000000;
}
.card.card-blog .card-footer {
  padding: 0 36px 26px;
  border-top-width: 0;
  background-color: transparent;
  font-size: 0.83em;
}
@media screen and (max-width: 767px) {
  .card.card-blog .card-footer {
    padding: 0 24px 24px;
  }
}
.card.card-blog .card-footer hr {
  margin-top: 0;
}
.card.card-blog .card-footer a {
  color: #ec1c38;
}
.card.card-blog .card-footer a:hover {
  text-decoration: none;
  color: #000000;
}
.card.card-blog .card-footer a.blogFilterDisabled {
  color: #808080;
  pointer-events: none;
  text-decoration: none;
  cursor: default;
}
.card.card-blog .card-footer a:not(:last-child)::after {
  content: ',';
  color: #000000;
}
.card.card-upgrade-tour {
  font-size: 17px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  min-height: 100%;
}
.card.card-upgrade-tour .gallery {
  padding: 24px 24px 0;
}
.card.card-upgrade-tour .gallery .gallery-caption .col-50 {
  padding: 6px 12px;
}
.card.card-upgrade-tour .card-body {
  padding: 24px;
}
.card.card-upgrade-tour .card-body h3 a {
  text-decoration: none;
}
.card.card-upgrade-tour .card-body p:last-child {
  margin-bottom: 0;
}
.card.card-upgrade-tour .card-footer {
  border: 0;
  background-color: transparent;
  padding: 12px 24px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .card.card-upgrade-tour .card-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
.card.card-upgrade-tour .card-footer .price {
  font-weight: 700;
}
@media (max-width: 767px) {
  .card.card-upgrade-tour .card-footer .price {
    margin-bottom: 12px;
  }
}
.card.card-upgrade-tour .card-footer .price b {
  font-size: 22px;
}
.card.card-upgrade-tour .card-footer .btn:not(.auto) {
  min-width: 137px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.card.card-upgrade-tour .card-footer.btnRow .price,
.card.card-upgrade-tour .card-footer.btnRow .price * {
  font-family: 'Roboto Condensed', sans-serif;
}
.card.card-upgrade-tour.card-price-drop .card-footer .inlineSummary::before {
  content: '(';
}
.card.card-upgrade-tour.card-price-drop .card-footer .inlineSummary::after {
  content: ')';
}
.card.card-transparent {
  background-color: transparent;
}
.card.card-service-list {
  --bs-card-border-color: transparent;
  --bs-card-border-width: 0;
  --bs-card-border-radius: 0;
  --bs-card-bg: transparent;
  --bs-card-spacer-y: 16px;
  --bs-card-spacer-x: 0;
  margin-bottom: 16px;
  text-decoration: none;
}
.card.card-service-list h3,
.card.card-service-list h4 {
  font-size: 20px;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.card.card-service-list h3 a,
.card.card-service-list h4 a {
  color: #000;
  text-decoration: none;
}
.card.card-service-list h3 .price,
.card.card-service-list h4 .price {
  padding-left: 6px;
}
@media screen and (max-width: 350px) {
  .card.card-service-list h3 .price,
  .card.card-service-list h4 .price {
    display: block;
    padding-left: 0;
  }
}
.card.card-service-list p {
  margin-bottom: 6px;
}
.card.card-service-list p:last-child {
  margin-bottom: 0;
}
.card.card-service-list .price {
  font-family: 'Sunflower';
  text-transform: uppercase;
  font-weight: 700;
}
.card.card-service-list .card-img-top {
  position: relative;
}
.card.card-service-list .card-img-top img {
  margin-top: -2px;
}
.card.card-service-list .card-img-top.container360 {
  display: flex;
  flex-wrap: wrap;
}
.card.card-service-list .card-img-top.container360 [class^="container360"] {
  width: 50%;
}
.card.card-service-list .card-img-top.container360 [class^="before360"],
.card.card-service-list .card-img-top.container360 [class^="after360"] {
  width: 100%;
  height: 100%;
}
.card.card-service-list .gallery-row {
  position: relative;
  text-decoration: none;
  border-radius: 10px;
}
.card.card-service-list .gallery-row::after {
  content: '';
  z-index: 3;
  background-color: #0a0000;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .card.card-service-list .gallery-row::after {
    width: 2px;
  }
}
.card.card-service-list .gallery-row.full::after {
  display: none;
}
.card.card-service-list .gallery-row .col-containers {
  width: 50%;
}
.card.card-service-list .gallery-row .col-containers [class^="before360"],
.card.card-service-list .gallery-row .col-containers [class^="after360"] {
  width: 100%;
  height: 100%;
}
.card.card-service-list .gallery-caption {
  text-decoration: none;
  position: relative;
  order: 2;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  font-weight: 900;
  color: #ffffff;
  z-index: 2;
  font-family: 'Sunflower';
  line-height: 1em;
  background-color: #000;
  margin-top: -2px;
}
@media screen and (min-width: 1600px) {
  .card.card-service-list .gallery-caption {
    font-size: 17px;
  }
}
.card.card-service-list .gallery-caption p {
  margin: 0;
}
.card.card-service-list .gallery-caption .col-50 {
  width: 50%;
  padding: 8px 12px ;
}
@media screen and (max-width: 991px) {
  .card.card-service-list .gallery-caption .col-50 {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 767px) {
  .card.card-service-list .gallery-caption .col-50 {
    padding: 6px;
    font-size: 12px;
  }
}
.card.card-service-list .gallery-caption .col-50 > div {
  width: 100%;
  text-align: left;
}
.card.card-service-list .gallery-caption .col-50.col-100 {
  width: 100%;
}
.card.card-service-list .gallery-caption .label-text {
  text-transform: uppercase;
  font-weight: 800;
  display: flex;
  align-items: center;
}
.card.card-service-list .gallery-caption .label-text::before,
.card.card-service-list .gallery-caption .label-text::after {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-color: #ec1c38;
}
.card.card-service-list .gallery-caption .label-text.before::before {
  content: '';
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .card.card-service-list .gallery-caption .label-text.before::before {
    margin-right: 6px;
  }
}
.card.card-service-list .gallery-caption .label-text.after::after {
  content: '';
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .card.card-service-list .gallery-caption .label-text.after::after {
    margin-left: 12px;
  }
}
.card.card-service-list .videoWrapper1920x525 {
  padding-bottom: 33.3%;
  position: relative;
  overflow: hidden;
  height: 0;
}
.card.card-service-list .videoWrapper1920x525 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.25);
}
.pricecard .card.card-overlay-body {
  overflow: hidden;
}
.pricecard .card.card-overlay-body .card-img-top {
  height: auto;
}
.breadcrumb {
  text-transform: uppercase;
  font-weight: 700;
}
.breadcrumb a {
  text-decoration: none;
  color: #ec1c38;
}
.breadcrumb a:hover {
  color: #000000;
}
.breadcrumb .breadcrumb-item.active {
  color: #000000;
}
.pagination {
  font-weight: 700;
  font-size: 22px;
}
.pagination .page-link {
  border-width: 0;
  color: #000000;
}
.pagination .page-link:hover {
  background-color: #ec1c38;
  color: #ffffff;
}
.pagination .active .page-link {
  background-color: #ec1c38;
  color: #ffffff;
}
.pagination .page-item {
  padding: 0 4px;
}
@media screen and (min-width: 768px) {
  .pagination .page-item.paginationSelect {
    display: none;
  }
}
.pagination .page-item.paginationSelect .selectWrapper {
  width: 5em;
}
@media screen and (max-width: 767px) {
  .pagination .page-item.paginationLinkNumber,
  .pagination .page-item.ellipsis {
    display: none;
  }
}
.pagination .page-item:first-child .page-link {
  border-radius: 0;
}
.pagination .page-item:last-child .page-link {
  border-radius: 0;
}
.nav-tabs {
  border-color: #d7d7da;
}
@media screen and (max-width: 991px) {
  .nav-tabs {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
  }
}
.nav-tabs .nav-item:not(:last-child) {
  margin-right: 2px;
}
.nav-tabs .nav-item .nav-link {
  color: #272a35;
  background-color: #d7d7da;
  border-radius: 0;
  border-color: #d7d7da;
  padding: 16px 24px;
  font-weight: 700;
}
.nav-tabs .nav-item .nav-link:hover,
.nav-tabs .nav-item .nav-link.active {
  background-color: #ffffff;
  color: #ec1c38;
  border-bottom-color: #ffffff;
}
.tab-content {
  border: solid 1px #d7d7da;
  border-top: 0;
  padding: 36px;
}
@media screen and (max-width: 767px) {
  .tab-content {
    padding: 24px 16px;
  }
}
.tab-content img + img {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .tab-content img + img {
    margin-top: 16px;
  }
}
.tab-content ul {
  padding-left: 1rem;
  margin-bottom: 24px;
}
.tab-content p {
  margin-bottom: 24px;
}
.tab-content h4 {
  color: #ec1c38;
}
.tab-content .video-wrapper {
  padding-bottom: 88.589211618257261%;
  position: relative;
  overflow: hidden;
  height: 0;
  background-color: #272a35;
}
.tab-content .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal .modal-close {
  position: absolute;
  right: -10px;
  background-color: #FFF;
  border-radius: 50%;
  top: -10px;
  width: 30px;
  height: 30px;
  opacity: 1;
  z-index: 99;
}
.modal .modal-content {
  border-radius: 0;
}
.modal.modal-testimonials {
  --bs-modal-bg: rgba(255, 255, 255, 0);
  --bs-modal-border-width: 0px;
  --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-border-width: 0px;
  --bs-modal-footer-border-width: 0px;
}
.modal.modal-testimonials .modal-header {
  justify-content: center;
}
.modal.modal-testimonials .modal-header .btn-close {
  position: absolute;
  right: 70px;
  opacity: 1;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat;
  background-size: 100%;
}
.modal.modal-testimonials .modal-title {
  --bs-heading-color: #FFF;
  text-align: center;
}
.modal.modal-testimonials .modal-dialog {
  --bs-modal-width: 1600px;
}
.modal.modal-testimonials .owl-carousel .owl-stage {
  display: flex;
}
.modal.modal-testimonials .owl-item {
  display: flex;
  flex: 1 0 auto;
  height: auto;
  background: #FFFF;
  float: none;
}
.modal.modal-testimonials .user-review-list {
  position: relative;
  overflow: hidden;
  /* margin-bottom: 80px; */
  /*This is optional*/
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.modal-backdrop {
  --bs-backdrop-opacity: 0.8;
}
.table {
  --bs-table-bg: #fff;
}
.table .btn-icon-only {
  --bs-btn-line-height: 1;
}
.table-dark {
  --bs-table-bg: #272a35;
}
.table-bordered {
  --bs-table-border-color: #bdbdc0;
  --bs-border-color: #bdbdc0;
}
.table-bordered td,
.table-bordered th {
  border-color: var(--bs-table-border-color);
}
.table-bordered td .btn.btn-icon-only .icon,
.table-bordered th .btn.btn-icon-only .icon {
  font-size: 13px;
}
.table-bordered td .btn-info-tooltip,
.table-bordered th .btn-info-tooltip {
  background-color: #000000;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  --bs-primary-rgb: 255,255,255;
  line-height: 4px;
}
.table-bordered td .btn-info-tooltip:hover,
.table-bordered th .btn-info-tooltip:hover {
  background-color: #ec1c38;
  --bs-primary-rgb: 255,255,255;
  color: #FFFFFF !important;
}
.table-bordered td .btn-info-tooltip:hover .icon,
.table-bordered th .btn-info-tooltip:hover .icon {
  color: #FFFFFF !important;
}
.table-bordered td .btn-info-tooltip .icon,
.table-bordered th .btn-info-tooltip .icon {
  margin-top: -6px;
}
.table-bordered td .btn-info-tooltip .icon::before,
.table-bordered th .btn-info-tooltip .icon::before {
  content: '\2139';
}
.table-text-sm {
  font-size: 0.85em;
}
.alert .head {
  font-weight: bold;
}
.anim-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.anim-roller div {
  animation: anim-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.anim-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000;
  margin: -4px 0 0 -4px;
}
.anim-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.anim-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.anim-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.anim-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.anim-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.anim-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.anim-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.anim-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.anim-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.anim-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.anim-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.anim-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.anim-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.anim-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.anim-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.anim-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes anim-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.owl-carousel.owl-theme {
  padding: 0 60px;
  overflow: hidden;
}
.owl-carousel.owl-theme .owl-nav .owl-prev,
.owl-carousel.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  background-color: #ec1c38;
  margin: 0;
  border-radius: 0;
  width: 44px;
  height: 44px;
  overflow: hidden;
  text-indent: -999px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(0, -50%);
}
.owl-carousel.owl-theme .owl-nav .owl-prev::after,
.owl-carousel.owl-theme .owl-nav .owl-next::after {
  display: inline-block;
  font: normal normal normal 32px/1 'Jetpack';
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  color: #fff;
  font-size: 24px;
}
.owl-carousel.owl-theme .owl-nav .owl-prev {
  left: 0;
}
.owl-carousel.owl-theme .owl-nav .owl-prev::after {
  content: "\efcd";
}
.owl-carousel.owl-theme .owl-nav .owl-next {
  right: 0;
}
.owl-carousel.owl-theme .owl-nav .owl-next::after {
  content: "\f25f";
}
.owl-carousel.owl-theme .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 48px;
}
.owl-carousel.owl-theme .owl-dots .owl-dot span {
  display: block;
  width: 47px;
  height: 2px;
  margin: 4px;
  background-color: #D9D9D9;
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  background-color: #ec1c38;
}
.header .navbar {
  padding: 0px 0 ;
  z-index: 99;
}
.header .navbar .nav-continer {
  width: 100%;
  align-self: center;
  display: flex;
}
@media screen and (max-width: 1199px) {
  .header .navbar .nav-continer {
    width: auto;
    border: 0px;
  }
}
.header .navbar .navbar-brand {
  width: 232px;
  flex-shrink: 0;
  padding: 6px 0;
  margin: 0 24px 0 0px;
}
.header .navbar .navbar-brand img {
  max-width: 100%;
}
@media screen and (max-width: 1599px) {
  .header .navbar .navbar-brand {
    margin: 0 24px 0 0;
    width: 220px;
  }
}
@media screen and (max-width: 1399px) {
  .header .navbar .navbar-brand {
    width: 162px;
  }
}
@media screen and (max-width: 991px) {
  .header .navbar .navbar-brand {
    width: 180px;
    padding: 6px 0;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .header .navbar .navbar-brand {
    width: 160px;
  }
}
.header .navbar .navbar-toggler {
  z-index: 1;
  width: 36px;
  height: 36px;
  border: 0;
  padding: 0;
  align-self: center;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  position: relative;
  margin-top: 7px;
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .header .navbar .navbar-toggler {
    margin-left: 13px;
    margin-top: 12px;
  }
}
.header .navbar .navbar-toggler i {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: #ec1c38;
  opacity: 1;
  transition: background-color 0.35s, opacity 175ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 175ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0.35s, transform 175ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 175ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0.35s, transform 175ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 175ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 175ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
  border-radius: 1px;
  transform-origin: top left;
}
.header .navbar .navbar-toggler i:nth-child(1) {
  top: 0;
}
.header .navbar .navbar-toggler i:nth-child(2) {
  top: 10px;
}
.header .navbar .navbar-toggler i:nth-child(3) {
  top: 20px;
  transform-origin: bottom left;
}
.header .navbar .navbar-toggler[aria-expanded="true"] i:nth-child(1) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
  -moz-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  -o-transform: translateY(0) rotate(45deg);
  width: 30px;
}
.header .navbar .navbar-toggler[aria-expanded="true"] i:nth-child(2) {
  opacity: 0;
}
.header .navbar .navbar-toggler[aria-expanded="true"] i:nth-child(3) {
  transform: translateY(0) rotate(-45deg);
  -webkit-transform: translateY(0) rotate(-45deg);
  -moz-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  -o-transform: translateY(0) rotate(-45deg);
  width: 30px;
}
.header .navbar .navbar-toggler:focus {
  outline: 0;
  box-shadow: none;
}
.header .navbar .navbar-nav {
  justify-content: space-between;
}
.header .navbar .navbar-nav .nav-item .nav-link {
  color: #000;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 15px;
  /*font-family: 'Roboto Condensed', sans-serif;*/
  font-family: Poppins,sans-serif;
  padding: 16px;
  position: relative;
  font-weight: 500;
}
@media screen and (min-width: 1200px) {
  .header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 16px;
  }
}
@media screen and (min-width: 1300px) {
  .header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 19px;
  }
}
@media screen and (min-width: 1400px) {
  .header .navbar .navbar-nav .nav-item .nav-link {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1500px) {
  .header .navbar .navbar-nav .nav-item .nav-link {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media screen and (max-width: 1399px) {
  .header .navbar .navbar-nav .nav-item .nav-link {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.header .navbar .navbar-nav .nav-item .nav-link::after {
  display: block;
  content: '';
  background-color: #dc0000;
  height: 114%;
  top: 0px;
  left: 0;
  width: 0;
  position: absolute;
  z-index: -1;
}
.header .navbar .navbar-nav .nav-item .nav-link:hover,
.header .navbar .navbar-nav .nav-item .nav-link.active {
  color: #fff;
  background: #dc0000;
}
.header .navbar .navbar-nav .nav-item .nav-link.active::after {
  width: 100%;
}
.header .navbar .navbar-nav .nav-item .dropdown-menu {
  left: 0;
  background-color: #dc0000;
  border: 0;
  padding: 0px 0 0px;
  --bs-dropdown-border-radius: 0;
  --bs-dropdown-border-width: 0;
}
@media (min-width: 1200px) {
  .header .navbar .navbar-nav .nav-item .dropdown-menu {
    padding-left: 12px;
    padding-right: 12px;
    top: 100%;
  }
}
@media (min-width: 992px) {
  .header .navbar .navbar-nav .nav-item .dropdown-menu {
    align-items: center;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .header .navbar .navbar-nav .nav-item .dropdown-menu.show {
    display: flex;
  }
}
.header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 14px;
  padding: 12px 8px;
  /*font-family: 'Roboto Condensed', sans-serif;*/
  font-family: Poppins,sans-serif;
}
@media screen and (min-width: 1200px) {
  .header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    font-size: 15px;
    padding: 12px 20px;
  }
}
@media screen and (max-width: 1199px) {
  .header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    padding: 9px 6px;
  }
}
.header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus,
.header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item.active {
  background-color: transparent;
  color: #000;
}
.header .navbar .navbar-nav .nav-item .dropdown-menu .btn-outline-primary {
  padding: 6px 14px 2px;
  font-size: 13px;
  line-height: 18px;
  border-width: 2px;
  text-transform: uppercase;
}
/*.header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-toggle::after {
  display: inline-block;
  font: normal normal normal 32px/1 'Jetpack';
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  content: "\ea8b";
  border-width: 0;
  vertical-align: middle;
  margin-left: 0px;
  line-height: 18px;
}*/
.header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu {
  flex-direction: column;
  background-color: #dc0000;
  margin-top: 0;
  align-items: flex-start;
  width: auto;
  padding: 12px 0;
  border-bottom: solid 3px #ec1c38;
}
.header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu.dropdown-menu-end {
  left: auto;
}
.header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu li {
  width: 100%;
}
.header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu li .dropdown-item {
  padding: 6px 16px;
}
.header .navbar .nav-right {
  padding: 12px 0px 12px 0;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .header .navbar .nav-right {
    order: -1;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .header .navbar .nav-right {
    padding: 9px 0;
  }
}
@media screen and (max-width: 1599px) {
  .header .navbar .nav-right .header-phone {
    display: none;
  }
}
.header .navbar .nav-right .nav-item {
  padding-left: 16px;
}
@media screen and (max-width: 1599px) {
  .header .navbar .nav-right .nav-item {
    padding-left: 12px;
  }
}
@media screen and (max-width: 1399px) {
  .header .navbar .nav-right .nav-item {
    padding-left: 6px;
  }
}
.header .navbar .nav-right .nav-item:first-child {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .header .navbar .nav-right .nav-item.m-hide {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header .navbar .nav-right .nav-item.userControls {
    position: fixed;
    z-index: 2;
    width: 50%;
    bottom: 0;
    left: 0;
    background-color: #fff;
    margin: 0;
    padding: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  .header .navbar .nav-right .nav-item.userControls .nav-link.btn-primary {
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .header .navbar .nav-right .nav-item.userControls .nav-link.btn-primary {
    padding-top: 10px;
  }
}
.header .navbar .nav-right .nav-item.userControls .nav-link.btn-primary .icon {
  left: -5px;
  position: relative;
  top: -2px;
}
.header .navbar .nav-right .nav-item.userControls .nav-link.btn-primary .dropdown-arrow {
  left: 10px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .header .navbar .nav-right .nav-item.userControls .nav-link.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #EC1C38;
    --bs-btn-border-color: #EC1C38;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #EC1C38;
    --bs-btn-hover-border-color: #EC1C38;
    padding-top: 9px;
  }
}
.header .navbar .nav-right .nav-item.userControls .dropdown-toggle {
  text-transform: capitalize !important;
}
@media screen and (max-width: 767px) {
  .header .navbar .nav-right .nav-item.userControls .dropdown-menu {
    top: auto;
    bottom: 42px;
    width: 100%;
  }
}
.header .navbar .nav-right .nav-item .nav-link {
  font-size: 15px;
  line-height: 15px;
  color: #ffffff;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  padding: 12px 0;
}
@media screen and (max-width: 767px) {
  .header .navbar .nav-right .nav-item .nav-link {
    padding: 8px 0 6px;
  }
}
@media screen and (min-width: 1600px) {
  .header .navbar .nav-right .nav-item .nav-link {
    font-size: 16px;
  }
}
.header .navbar .nav-right .nav-item .nav-link.btn-primary {
  padding: 10px 24px;
  border-width: 0;
}
@media screen and (max-width: 1500px) {
  .header .navbar .nav-right .nav-item .nav-link.btn-primary {
    padding: 10px 16px;
  }
}
@media screen and (max-width: 767px) {
  .header .navbar .nav-right .nav-item .nav-link.btn-primary {
    font-size: 16px;
    padding: 10px 16px 10px;
  }
}
.header .navbar .nav-right .nav-item .nav-link.btn-location {
  display: flex;
  padding: 0;
  align-items: center;
  text-align: left;
  background-color: transparent;
  min-height: 40px;
  border-width: 0;
}
.header .navbar .nav-right .nav-item .nav-link.btn-location > img {
  flex-shrink: 0;
  width: 36px;
  margin-right: 6px;
  border-radius: 50%;
}
@media screen and (max-width: 1700px) {
  .header .navbar .nav-right .nav-item .nav-link.btn-location > img {
    margin-right: 0;
  }
}
.header .navbar .nav-right .nav-item .nav-link.btn-location span {
  font-weight: 400;
  font-size: 16px;
  font-family: 'Nunito', sans-serif;
  text-transform: capitalize;
  color: #9e9eab;
}
@media screen and (max-width: 1700px) {
  .header .navbar .nav-right .nav-item .nav-link.btn-location span {
    display: none;
  }
}
.header .navbar .nav-right .nav-item .nav-link.btn-location span b {
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  color: #ffffff;
}
.header .navbar .nav-right .nav-item .nav-link.btn-location::after {
  display: none;
}
.header .navbar .nav-right .nav-item .nav-link.btn-location:hover b {
  color: #ec1c38;
}
.header .navbar .nav-right .nav-item .nav-link.dropdown-toggle::after {
  margin: 0;
  border: 0;
}
.header .navbar .nav-right .nav-item .dropdown-menu {
  --bs-dropdown-color: #ffffff;
  --bs-dropdown-bg: #272a35;
  --bs-dropdown-link-color: #ffffff;
  --bs-dropdown-link-hover-color: #ec1c38;
  --bs-dropdown-link-hover-bg: #272a35;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #ec1c38;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-font-size: 12px;
  --bs-dropdown-border-radius: 0;
  --bs-dropdown-border-width: 0;
  --bs-dropdown-inner-border-radius: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
  .header .navbar.navbar-expand-xl .navbar-collapse {
    align-items: center;
  }
}
@media screen and (max-width: 1199px) {
  .header .navbar.navbar-expand-xl .navbar-collapse {
    position: absolute;
    background-color: #dc0000;
    z-index: 1;
    width: 600px;
    right: 0;
    top: 100%;
    min-height: 100vh;
  }
  .header .navbar.navbar-expand-xl .navbar-nav {
    padding: 16px 24px;
  }
  .header .navbar.navbar-expand-xl .navbar-nav .nav-item:not(:last-child) {
    border-bottom: solid 1px rgba(104, 106, 114, 0.36);
  }
  .header .navbar.navbar-expand-xl .navbar-nav .nav-item .nav-link {
    padding: 12px 0px;
  }
  .header .navbar.navbar-expand-xl .navbar-nav .nav-item .nav-link::after {
    display: none;
  }
  .header .navbar.navbar-expand-xl .navbar-nav .nav-item .nav-link.active {
    color: #000;
  }
  .header .navbar.navbar-expand-xl .navbar-nav .nav-item .dropdown-menu {
    flex-direction: inherit;
    text-align: left;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 12px;
  }
  .header .navbar.navbar-expand-xl .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    padding: 3px 0px;
  }
  .header .navbar.navbar-expand-xl .navbar-nav .nav-item .dropdown-menu .ms-auto {
    margin-left: 0 !important;
  }
  .header .navbar.navbar-expand-xl .navbar-nav .nav-item .dropdown-menu .dropdown-menu {
    background-color: transparent;
    box-shadow: none;
    padding-top: 0;
    border-bottom: 0;
  }
  .header .navbar.navbar-expand-xl .navbar-nav .nav-item .dropdown-menu .dropdown-menu:not(.show) {
    display: none;
  }
  .header .navbar.navbar-expand-xl .navbar-nav .nav-item .dropdown-menu .dropdown-menu .dropdown-item {
    padding: 3px 0px;
  }
  .header .navbar.navbar-expand-xl .navbar-nav .nav-item > .dropdown-menu {
    display: flex;
    flex-wrap: wrap;
  }
  .header .navbar.navbar-expand-xl .navbar-nav .nav-item > .dropdown-menu > li {
    width: 50%;
  }
  .header .navbar.navbar-expand-xl .nav-right .nav-item:not(:first-child) {
    padding-left: 24px;
  }
}
@media screen and (max-width: 767px) {
  .header .navbar.navbar-expand-xl .navbar-collapse {
    width: 75vw;
    max-width: 75vw;
  }
  .header .navbar.navbar-expand-xl .nav-right .nav-item:not(:first-child) {
    padding-left: 12px;
  }
}
@media screen and (max-width: 575px) {
  .header .navbar.navbar-expand-xl .navbar-collapse {
    width: 100vw;
    max-width: 100vw;
    right: -12px;
  }
}
@media screen and (max-width: 480px) {
  .header .navbar.navbar-expand-xl .navbar-nav .nav-item > .dropdown-menu > li {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .header .navbar {
    border-bottom: solid 40px #272A35;
  }
}
@media screen and (min-width: 1600px) {
  .header .navbar {
    border-bottom: solid 48px #272A35;
  }
}
.header .navbar.without-submenu {
  border-bottom-width: 0;
}
@media screen and (min-width: 1200px) {
  .header .navbar.without-submenu.navbar.navbar-expand-xl .navbar-collapse {
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .header .navbar.without-submenu .nav-continer {
    align-items: center;
  }
}
.header .navbar.without-submenu .nav-item .nav-link {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .header [class^="headerUserBtn"]:not(.headerUserBtnChatInvite) {
    position: fixed;
    width: 50%;
    bottom: 0;
    z-index: 5;
  }
}
@media screen and (max-width: 767px) {
  .header .headerUserBtnChatTrigger,
  .header .headerUserBtnChatInvite {
    right: 0;
  }
}
.header [id^="b_whd9oga5"],
.header [id^="b_p2nat7pl"],
.header [id^="b_vkw633r6"],
.header [id^="b_3ka1mfcl"],
.header [id^="b_0melosha"],
.header [id^="b_l6ob54lm"],
.header [id^="b_5dytf3an"],
.header [id^="b_"] {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 2;
  visibility: visible!important;
}
@media screen and (max-width: 767px) {
  .header [id^="b_whd9oga5"],
  .header [id^="b_p2nat7pl"],
  .header [id^="b_vkw633r6"],
  .header [id^="b_3ka1mfcl"],
  .header [id^="b_0melosha"],
  .header [id^="b_l6ob54lm"],
  .header [id^="b_5dytf3an"],
  .header [id^="b_"] {
    width: 50%;
  }
}
.header [id^="b_whd9oga5"] [class^="headerUserBtn"],
.header [id^="b_p2nat7pl"] [class^="headerUserBtn"],
.header [id^="b_vkw633r6"] [class^="headerUserBtn"],
.header [id^="b_3ka1mfcl"] [class^="headerUserBtn"],
.header [id^="b_0melosha"] [class^="headerUserBtn"],
.header [id^="b_l6ob54lm"] [class^="headerUserBtn"],
.header [id^="b_5dytf3an"] [class^="headerUserBtn"],
.header [id^="b_"] [class^="headerUserBtn"] {
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  background: #ec1c38;
  border: solid 0.2em #ec1c38;
  color: #fff;
  margin: 0;
  padding: 0 1.2em;
  height: 2.2em;
  line-height: 1.8em;
  border-radius: 0;
  -webkit-appearance: none;
  transition: background-color 0.4s ease-in-out, border-color 0.4s ease-in-out, color 0.4s ease-in-out;
  font-size: 18px;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .header [id^="b_whd9oga5"] [class^="headerUserBtn"],
  .header [id^="b_p2nat7pl"] [class^="headerUserBtn"],
  .header [id^="b_vkw633r6"] [class^="headerUserBtn"],
  .header [id^="b_3ka1mfcl"] [class^="headerUserBtn"],
  .header [id^="b_0melosha"] [class^="headerUserBtn"],
  .header [id^="b_l6ob54lm"] [class^="headerUserBtn"],
  .header [id^="b_5dytf3an"] [class^="headerUserBtn"],
  .header [id^="b_"] [class^="headerUserBtn"] {
    font-size: 16px;
    height: 42px;
  }
}
.header [id^="b_whd9oga5"] [class^="headerUserBtn"] .icon-speech::before,
.header [id^="b_p2nat7pl"] [class^="headerUserBtn"] .icon-speech::before,
.header [id^="b_vkw633r6"] [class^="headerUserBtn"] .icon-speech::before,
.header [id^="b_3ka1mfcl"] [class^="headerUserBtn"] .icon-speech::before,
.header [id^="b_0melosha"] [class^="headerUserBtn"] .icon-speech::before,
.header [id^="b_l6ob54lm"] [class^="headerUserBtn"] .icon-speech::before,
.header [id^="b_5dytf3an"] [class^="headerUserBtn"] .icon-speech::before,
.header [id^="b_"] [class^="headerUserBtn"] .icon-speech::before {
  content: "";
  font-size: 18px;
  line-height: 18px;
  vertical-align: middle;
  margin-right: 3px;
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23FFFFFF' d='M8 15c4.418 0 8-3.134 8-7s-3.582-7-8-7-8 3.134-8 7c0 1.76.743 3.37 1.97 4.6-.097 1.016-.417 2.13-.771 2.966-.079.186.074.394.273.362 2.256-.37 3.597-.938 4.18-1.234A9.06 9.06 0 0 0 8 15z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .header [id^="b_whd9oga5"] [class^="headerUserBtn"] .icon-speech::before,
  .header [id^="b_p2nat7pl"] [class^="headerUserBtn"] .icon-speech::before,
  .header [id^="b_vkw633r6"] [class^="headerUserBtn"] .icon-speech::before,
  .header [id^="b_3ka1mfcl"] [class^="headerUserBtn"] .icon-speech::before,
  .header [id^="b_0melosha"] [class^="headerUserBtn"] .icon-speech::before,
  .header [id^="b_l6ob54lm"] [class^="headerUserBtn"] .icon-speech::before,
  .header [id^="b_5dytf3an"] [class^="headerUserBtn"] .icon-speech::before,
  .header [id^="b_"] [class^="headerUserBtn"] .icon-speech::before {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .header [id^="b_whd9oga5"] [class^="headerUserBtn"] .icon-speech::before,
  .header [id^="b_p2nat7pl"] [class^="headerUserBtn"] .icon-speech::before,
  .header [id^="b_vkw633r6"] [class^="headerUserBtn"] .icon-speech::before,
  .header [id^="b_3ka1mfcl"] [class^="headerUserBtn"] .icon-speech::before,
  .header [id^="b_0melosha"] [class^="headerUserBtn"] .icon-speech::before,
  .header [id^="b_l6ob54lm"] [class^="headerUserBtn"] .icon-speech::before,
  .header [id^="b_5dytf3an"] [class^="headerUserBtn"] .icon-speech::before,
  .header [id^="b_"] [class^="headerUserBtn"] .icon-speech::before {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23ec1c38' d='M8 15c4.418 0 8-3.134 8-7s-3.582-7-8-7-8 3.134-8 7c0 1.76.743 3.37 1.97 4.6-.097 1.016-.417 2.13-.771 2.966-.079.186.074.394.273.362 2.256-.37 3.597-.938 4.18-1.234A9.06 9.06 0 0 0 8 15z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .header [id^="b_whd9oga5"] [class^="headerUserBtn"],
  .header [id^="b_p2nat7pl"] [class^="headerUserBtn"],
  .header [id^="b_vkw633r6"] [class^="headerUserBtn"],
  .header [id^="b_3ka1mfcl"] [class^="headerUserBtn"],
  .header [id^="b_0melosha"] [class^="headerUserBtn"],
  .header [id^="b_l6ob54lm"] [class^="headerUserBtn"],
  .header [id^="b_5dytf3an"] [class^="headerUserBtn"],
  .header [id^="b_"] [class^="headerUserBtn"] {
    width: 100%;
    border-color: #272a35;
    background: #272a35;
    color: #ec1c38;
  }
}
.footer {
  background-color: #220000;
  padding: 60px 0 0;
  color: var(--white);
}
@media screen and (max-width: 991px) {
  .footer {
    padding-top: 38px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    overflow: hidden;
  }
}
.footer .footer-logo {
  width: 100%;
  text-align: center;
  justify-content: center;
  margin-bottom: 36px;
}
.footer .footer-logo img {
  max-width: 150px;
  background: #fff;
}
@media screen and (max-width: 991px) {
  .footer .footer-logo {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-logo {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 991px) {
  .footer .footer-logo img {
    max-width: 70px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-logo img {
    max-width: 52px;
  }
}
.footer .footer-nav {
  font-size: 15px;
  margin-bottom: 0;
  padding-bottom: 24px;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .footer .footer-nav {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-nav {
    font-size: 12px;
  }
}
.footer .footer-nav .nav-link {
  color: #ffffff;
  padding: 3px 18px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .footer .footer-nav .nav-link {
    padding: 3px 8px 6px;
  }
}
.footer .footer-nav .nav-link:hover,
.footer .footer-nav .nav-link.active {
  color: #ec1c38;
}
.footer .footer-socialinav {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .footer .footer-socialinav {
    margin-bottom: 16px;
    padding-bottom: 3px;
  }
}
.footer .footer-socialinav li {
  padding: 0 12px;
}
.footer .footer-socialinav li a:hover svg {
  fill: #ec1c38;
}
.footer .footer-socialinav li a:hover svg path {
  fill: #ec1c38;
}
.footer .footer-copynav {
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.12);
  padding: 8px 0;
}
@media screen and (max-width: 767px) {
  .footer .footer-copynav {
    padding: 10px 0 12px;
  }
}
.footer .footer-copynav .nav {
  font-size: 15px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .footer .footer-copynav .nav {
    font-size: 12px;
    font-weight: 400;
  }
}
.footer .footer-copynav .nav .nav-item {
  padding: 8px 8px;
}
@media screen and (max-width: 767px) {
  .footer .footer-copynav .nav .nav-item {
    padding: 6px 8px;
  }
}
.footer .footer-copynav .nav .nav-item .nav-link {
  color: #9e9eab;
  padding: 0;
}
.footer .footer-copynav .nav .nav-item .nav-link:hover,
.footer .footer-copynav .nav .nav-item .nav-link.active {
  color: #ec1c38;
}
.hero-banner {
  position: relative;
  z-index: 0;
  background: url('https://d1dbtne32ilur4.cloudfront.net/img/hero-banner/hereo-banner.jpg') no-repeat center center;
  background-size: cover;
  color: #ffffff;
  padding: 227px 0 227px;
}
@media screen and (max-width: 991px) {
  .hero-banner {
    text-align: center;
    padding: 133px 0 131px;
  }
}
@media screen and (max-width: 767px) {
  .hero-banner {
    padding: 36px 0 152px;
  }
}
.hero-banner::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(90deg, rgba(39, 42, 53, 0.78) 50%, rgba(39, 42, 53, 0) 89.17%, rgba(39, 42, 53, 0) 105.3%);
  opacity: 0.9;
  z-index: -1;
}
.hero-banner.not-after::after {
  display: none;
}
.hero-banner.bg-white {
  background: #fff;
}
.hero-banner h1 {
  font-size: 64px;
  line-height: 90px;
  margin: 0 0 16px;
}
@media screen and (max-width: 991px) {
  .hero-banner h1 {
    font-size: 35px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .hero-banner h1 {
    text-transform: uppercase;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .hero-banner .btn-primary {
    min-width: 300px;
  }
}
.hero-banner iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: -3;
  left: 0;
  top: 0;
}
.hero-banner.hero-banner-career {
  padding: 36px 0px;
  color: #000000;
  font-size: 20px;
}
.hero-banner.hero-banner-career h1 {
  font-size: 54px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .hero-banner.hero-banner-career h1 {
    font-size: 16px;
  }
}
.hero-banner.hero-banner-career h5 {
  font-size: 24px;
  text-transform: uppercase;
}
.hero-banner .half-length-model {
  width: 100%;
  height: 580px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-banner .half-length-model {
    height: 320px;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .hero-banner .half-length-model {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .hero-banner .half-length-model {
    height: 250px;
    text-align: center;
  }
}
.hero-banner .half-length-model > img {
  position: absolute;
  bottom: -36px;
  left: 0;
  height: 100%;
  width: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-banner .half-length-model > img {
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .hero-banner .half-length-model > img {
    bottom: 0px;
    margin: auto;
    position: static;
  }
}
.hero-banner.videoIframe {
  padding-top: 20vw;
  padding-bottom: 20vw;
  min-height: auto;
}
.hero-banner.videoIframe iframe {
  object-fit: unset;
}
.hero-banner.videoIframe > .container > .text {
  position: absolute;
  top: 50%;
  transform: translate(0, -62%);
}
@media screen and (max-width: 991px) {
  .hero-banner.videoIframe > .container > .text {
    left: 0;
    right: 0;
    transform: translate(0, -76%);
  }
}
@media screen and (max-width: 767px) {
  .hero-banner.videoIframe > .container > .text {
    transform: translate(0, -80%);
  }
}
@media screen and (max-width: 767px) {
  .hero-banner.videoIframe > .container > .text h1 {
    display: none;
  }
}
.hero-banner.page-title-banner {
  padding: 10vw 0;
}
.hero-banner-carousel .carousel-item > a {
  text-decoration: none;
}
.hero-banner-carousel .banner-gap::after {
  content: '';
  z-index: 1;
  background-color: #fff;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .hero-banner-carousel .banner-gap::after {
    width: 5px;
  }
}
.hero-banner-carousel .carousel-caption {
  font-family: 'Sunflower';
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1em;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .hero-banner-carousel .carousel-caption {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 1199px) {
  .hero-banner-carousel .carousel-caption {
    font-size: 1.14em;
  }
}
@media screen and (max-width: 991px) {
  .hero-banner-carousel .carousel-caption {
    flex-wrap: wrap;
    z-index: 2;
  }
}
.hero-banner-carousel .carousel-caption p {
  margin: 0;
}
.hero-banner-carousel .carousel-caption .col-50 {
  width: 50%;
  padding: 12px 24px ;
  background-color: #000;
}
.hero-banner-carousel .carousel-caption .col-50.transparent {
  background-color: transparent;
}
@media screen and (max-width: 991px) {
  .hero-banner-carousel .carousel-caption .col-50 {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 767px) {
  .hero-banner-carousel .carousel-caption .col-50 {
    padding: 6px;
    font-size: 12px;
  }
}
.hero-banner-carousel .carousel-caption .col-50 > div {
  width: 100%;
  text-align: left;
}
.hero-banner-carousel .carousel-caption .col-50.col-100 {
  width: 100%;
}
.hero-banner-carousel .carousel-caption .col-50 p:empty {
  display: none;
}
@media screen and (min-width: 992px) {
  .hero-banner-carousel .carousel-caption .col-50.imgLabelAfter {
    order: 2;
  }
}
@media screen and (max-width: 991px) {
  .hero-banner-carousel .carousel-caption .col-50 .jobName {
    opacity: 0;
    visibility: hidden;
  }
}
.hero-banner-carousel .carousel-caption .label-text {
  text-transform: uppercase;
  font-weight: 800;
  display: flex;
  align-items: center;
}
.hero-banner-carousel .carousel-caption .label-text::before,
.hero-banner-carousel .carousel-caption .label-text::after {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-color: #ec1c38;
}
.hero-banner-carousel .carousel-caption .label-text.before::before {
  content: '';
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .hero-banner-carousel .carousel-caption .label-text.before::before {
    margin-right: 6px;
  }
}
.hero-banner-carousel .carousel-caption .label-text.after::after {
  content: '';
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .hero-banner-carousel .carousel-caption .label-text.after::after {
    margin-left: 12px;
  }
}
.hero-banner-carousel .carousel-caption .jobNameMobile {
  width: 100%;
  text-align: center;
  padding: 12px 24px;
  background-color: #272a35;
  order: 2;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .hero-banner-carousel .carousel-caption .jobNameMobile {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .hero-banner-carousel .carousel-caption .jobNameMobile {
    padding: 0px 12px 12px;
  }
}
.hero-banner-carousel .carousel-control-next,
.hero-banner-carousel .carousel-control-prev {
  opacity: 1;
}
.hero-banner-carousel .carousel-control-next:hover,
.hero-banner-carousel .carousel-control-prev:hover {
  opacity: 1;
}
.hero-banner-carousel .carousel-control-next:hover .carousel-control-next-icon,
.hero-banner-carousel .carousel-control-prev:hover .carousel-control-next-icon,
.hero-banner-carousel .carousel-control-next:hover .carousel-control-prev-icon,
.hero-banner-carousel .carousel-control-prev:hover .carousel-control-prev-icon {
  background-color: rgba(255, 255, 255, 0.48);
  height: 2.5rem;
}
.hero-banner-carousel .carousel-indicators {
  margin-bottom: 0;
  bottom: -20px;
}
@media screen and (max-width: 767px) {
  .hero-banner-carousel .carousel-indicators {
    display: none;
  }
}
.hero-banner-carousel .carousel-indicators .active {
  background-color: #ec1c38;
}
.hero-banner-carousel .carousel-indicators.indicators-vertical {
  right: 15px;
  left: auto;
  top: 0;
  margin: 0;
  flex-direction: column;
}
.hero-banner-carousel .carousel-indicators.indicators-vertical [data-bs-target] {
  width: 16px;
  height: 16px;
  border: 0;
  margin: 0.25em 0;
  background-color: #d8d8d8;
  opacity: 1;
}
.hero-banner-carousel .carousel-indicators.indicators-vertical [data-bs-target].active {
  background-color: #ec1c38;
}
.hero-banner-carousel.renders360-banner {
  height: 27.5em;
  overflow: hidden;
}
.hero-banner-carousel.renders360-banner .sampleImage {
  height: 100%;
}
.hero-banner-carousel .banner-cols {
  position: relative;
}
.hero-banner-carousel .banner-cols .col-containers {
  width: 50%;
}
.hero-banner-carousel .banner-cols [class^="before360"],
.hero-banner-carousel .banner-cols [class^="after360"] {
  width: 100%;
  height: 100%;
}
.hero-banner-carousel .flex-caption {
  width: 30%;
  position: absolute;
  left: 50%;
  bottom: 12em;
  font-size: 1vw;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 991px) {
  .hero-banner-carousel .flex-caption {
    width: 61%;
    left: 19%;
    top: 39%;
    bottom: auto;
  }
}
.hero-banner-carousel .flex-caption h1 {
  width: 100%;
  color: #fff;
  font-size: 3.8em;
  line-height: 0.95em;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  margin: 0 0 1em;
}
.hero-banner-carousel .flex-caption .inlineCopy {
  display: block;
  font-size: 0.5em;
  line-height: 1.1em;
  letter-spacing: 0.03em;
  margin-top: 0.1em;
  color: #ec1c38;
}
.hero-banner-carousel .flex-caption [class^="mainHead"] {
  display: flex;
  align-items: center;
  margin-bottom: 0.7em;
  position: relative;
  font-size: 5em;
  line-height: 0.95em;
  letter-spacing: -0.01em;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .hero-banner-carousel .flex-caption [class^="mainHead"] {
    margin-bottom: 0;
    font-size: 9em;
  }
}
.hero-banner-carousel .flex-caption [class^="mainHead"] .inlineCopy {
  display: table;
  font-size: 0.33em;
  line-height: 1em;
  padding-left: 0.5em;
  flex: 0 0 auto;
}
@media screen and (max-width: 991px) {
  .hero-banner-carousel .flex-caption [class^="mainHead"] .inlineCopy {
    margin-left: 5em;
  }
}
.hero-banner-carousel .flex-caption [class^="mainHead"] .inlineCopy .inlineCopySub {
  color: #FFF;
  font-size: 0.5em;
  font-weight: 400;
  display: block;
  width: 100%;
  font-family: 'Nunito Sans', sans-serif;
}
.hero-banner-carousel .flex-caption .mainHeadSingle {
  align-items: baseline;
}
.section-feature {
  margin-top: -80px;
}
@media screen and (max-width: 767px) {
  .section-feature {
    margin-top: -46px;
    padding-bottom: 24px;
  }
}
.section-feature .card-feature {
  min-height: 100%;
  border: solid 1px #e9e9ea;
}
@media screen and (max-width: 767px) {
  .section-feature .card-feature {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
.section-feature .card-feature h3,
.section-feature .card-feature h4,
.section-feature .card-feature .h3 {
  font-size: 25px;
  font-family: 'Nunito', sans-serif;
  margin: 0 0 0.4em;
  line-height: 120%;
}
@media screen and (max-width: 991px) {
  .section-feature .card-feature h3,
  .section-feature .card-feature h4,
  .section-feature .card-feature .h3 {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .section-feature .card-feature h3,
  .section-feature .card-feature h4,
  .section-feature .card-feature .h3 {
    font-size: 17px;
  }
}
.section-feature .card-feature h3 a,
.section-feature .card-feature h4 a,
.section-feature .card-feature .h3 a {
  color: #272a35;
  text-decoration: none;
}
.section-feature .card-feature h3 a:hover,
.section-feature .card-feature h4 a:hover,
.section-feature .card-feature .h3 a:hover {
  color: #ec1c38;
}
.section-feature .card-feature h4 {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
}
.section-feature .card-feature .sm-title {
  font-size: 17px;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  color: #ec1c38;
}
.section-feature .card-feature .card-img-top {
  padding: 23px 0 12px;
}
@media screen and (max-width: 991px) {
  .section-feature .card-feature .card-img-top {
    padding: 12px 0 4px;
  }
}
@media screen and (max-width: 767px) {
  .section-feature .card-feature .card-img-top {
    width: 97px;
    padding: 11px 0;
    text-align: center;
    flex-shrink: 0;
  }
}
.section-feature .card-feature .card-img-top img {
  width: auto;
}
@media screen and (max-width: 991px) {
  .section-feature .card-feature .card-img-top img {
    max-width: 74px;
  }
}
.section-feature .card-feature .card-body {
  text-align: center;
  padding: 0 12px 16px;
}
@media screen and (max-width: 991px) {
  .section-feature .card-feature .card-body {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .section-feature .card-feature .card-body {
    padding: 12px;
    text-align: left;
  }
}
.section-feature .card-feature p {
  color: #686a72;
}
.section-feature .card-feature p:last-child {
  margin-bottom: 0;
}
.section-feature .card-feature .font-icon {
  font-size: 5em;
  padding: 0;
  display: block;
}
@media screen and (max-width: 991px) {
  .section-feature .card-feature .font-icon {
    font-size: 3em;
  }
}
.section-feature .card-feature.small-feature {
  border-width: 0;
}
.section-feature .card-feature.small-feature h3,
.section-feature .card-feature.small-feature .h3 {
  font-size: 19px;
  font-family: 'Roboto Condensed', sans-serif;
}
.section-feature .card-feature.small-feature .card-img-top {
  height: 150px;
  overflow: inherit;
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .section-feature .card-feature.small-feature .card-img-top {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .section-feature .card-feature.small-feature .card-img-top {
    width: 100px;
  }
}
.section-feature .card-feature.small-feature .card-img-top img {
  width: 100px;
}
.section-feature .card-feature.small-feature .card-body {
  position: relative;
}
.section-feature .card-feature.card-wework {
  padding-top: 36px;
  padding-bottom: 24px;
  border-width: 0;
  border-radius: 0;
}
.section-feature .card-feature.card-wework .card-img-top {
  height: 130px;
  padding: 0;
  overflow: inherit;
  margin-bottom: 6px;
}
@media screen and (max-width: 991px) {
  .section-feature .card-feature.card-wework .card-img-top {
    height: auto;
  }
}
.section-feature .card-feature.card-wework .font-icon {
  font-size: 6.5em;
}
@media screen and (max-width: 1200px) {
  .section-feature .card-feature.card-wework .font-icon {
    font-size: 4.5em;
  }
}
@media screen and (max-width: 991px) {
  .section-feature .card-feature.card-wework .font-icon {
    font-size: 3em;
  }
}
.section-feature .card-feature.card-wework h3,
.section-feature .card-feature.card-wework .h3 {
  font-size: 26px;
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 12px;
}
@media screen and (max-width: 991px) {
  .section-feature .card-feature.card-wework h3,
  .section-feature .card-feature.card-wework .h3 {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .section-feature .card-feature.card-wework h3,
  .section-feature .card-feature.card-wework .h3 {
    font-size: 17px;
  }
}
.section-feature .card-feature.card-wework .card-body {
  padding: 0 12px 24px;
}
.section-feature .feature-row {
  margin-bottom: 24px;
  --bs-gutter-x: 24px;
}
@media screen and (max-width: 991px) {
  .section-feature .feature-row {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .section-feature .feature-row {
    --bs-gutter-y: 6px;
    margin-bottom: 24px;
  }
}
.section-feature .feature-row .card-feature.small-feature .card-body {
  padding-left: 0;
  padding-right: 0;
}
.call-to-action {
  text-align: center;
}
.call-to-action h2 {
  font-size: 42px;
  text-transform: uppercase;
  line-height: 63px;
  margin: 0 0 24px;
}
@media screen and (max-width: 991px) {
  .call-to-action h2 {
    font-size: 25px;
    line-height: 36px;
    margin-bottom: 12px;
  }
}
.call-to-action .container::before {
  content: '';
  opacity: 0.36;
  border-top: none;
  display: block;
  top: -60px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .call-to-action .container::before {
    top: -36px;
  }
}
.call-to-action.work24-hours {
  position: relative;
  z-index: 0;
  padding: 36px 0;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .call-to-action.work24-hours {
    text-align: left;
    background-color: #000000;
  }
}
.call-to-action.work24-hours::after {
  content: '';
  width: 50%;
  right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #5c5c5c;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .call-to-action.work24-hours::after {
    display: none;
  }
}
.call-to-action.work24-hours .container::before {
  display: none;
}
.call-to-action.work24-hours h2 {
  font-size: 60px;
  margin: 0;
  line-height: 1.25;
}
@media screen and (max-width: 991px) {
  .call-to-action.work24-hours h2 {
    font-size: 48px;
  }
}
.call-to-action.work24-hours h2 span {
  font-size: 0.5em;
}
.call-to-action.work24-hours .row {
  --bs-gutter-x: 120px;
  --bs-gutter-y: 24px;
}
.call-to-action.work24-hours h3 {
  font-size: 32px;
}
.call-to-action .step-form {
  max-width: 400px;
}
.call-to-action .step-form .questions {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.call-to-action .step-form .questions li {
  visibility: hidden;
  height: 0;
  transition: visibility 0s 0.4s, height 0s 0.4s;
  background-color: #5c5c5c;
}
.call-to-action .step-form .questions li .form-label {
  display: block;
  transition: transform 0.4s;
  transform: translateY(-100%);
}
.call-to-action .step-form .questions li.current {
  visibility: visible;
  height: auto;
  transition: none;
}
.call-to-action .step-form .questions li.current .form-label {
  transform: translateY(0);
}
.call-to-action .step-form .questions li.current .form-control,
.call-to-action .step-form .questions li.current .input-group {
  opacity: 1;
}
.call-to-action .step-form .questions li .form-control,
.call-to-action .step-form .questions li .input-group {
  opacity: 0;
  transition: opacity 0.3s;
}
.call-to-action .step-form .questions .form-control {
  background-color: #272a35;
  border-color: #272a35;
  color: #9e9eab;
}
.call-to-action .step-form .progress {
  height: 4px;
  border-radius: 0;
  background-color: transparent;
}
.call-to-action .step-form .number {
  font-size: 12px;
}
.call-to-action .step-form .btn {
  padding: 0 12px;
  border: 0;
  background-color: #272a35;
}
.call-to-action .step-form .btn .icon {
  font-size: 22px;
}
.call-to-action .step-form .btn:focus {
  outline: none;
  box-shadow: none;
}
.call-to-action .step-form .btn:hover {
  color: #ec1c38;
}
.section-faq .faq-container {
  max-width: 83%;
  margin: 0 auto;
  padding: 38px;
}
@media screen and (max-width: 1399px) {
  .section-faq .faq-container {
    max-width: 100%;
    padding: 36px;
  }
}
@media screen and (max-width: 991px) {
  .section-faq .faq-container {
    background-color: transparent;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .section-faq .faq-container {
    background-color: #f6f6f6;
    padding: 24px 0 ;
  }
}
@media screen and (max-width: 991px) {
  .section-faq .faq-container h2.faq-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-faq .faq-container h2.faq-title {
    margin-bottom: 16px;
  }
}
.section-faq .faq-row {
  --bs-gutter-x: 0;
}
@media screen and (max-width: 991px) {
  .section-faq .accordion {
    background-color: #f6f6f6;
  }
}
.section-faq .accordion .accordion-header {
  background-color: transparent;
}
.section-faq .accordion .accordion-button {
  font-size: 17px;
  font-weight: 400;
  background-color: transparent;
  font-family: 'Nunito', sans-serif;
  color: #0a0000;
  line-height: 28px;
  padding: 9px 24px 6px;
}
@media screen and (max-width: 767px) {
  .section-faq .accordion .accordion-button {
    font-size: 15px;
    padding: 8px 12px;
    line-height: 22px;
  }
}
.section-faq .accordion .accordion-button[aria-expanded="true"] {
  color: #ec1c38;
  border-color: transparent;
  box-shadow: none;
  background-color: #ffffff;
  font-weight: 700;
}
.section-faq .accordion .accordion-button[aria-expanded="true"]::after {
  color: #ec1c38;
}
.section-faq .accordion .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.section-faq .accordion .accordion-button::after {
  margin-left: 6px;
  content: "\ed99";
  font: normal normal normal 32px/1 'Jetpack';
  font-family: 'Jetpack' !important;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0;
  background: none;
  font-size: 16px;
  color: #9e9eab;
}
@media screen and (max-width: 767px) {
  .section-faq .accordion .accordion-button::after {
    font-size: 14px;
  }
}
.section-faq .accordion .accordion-item {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.06);
}
.section-faq .accordion .accordion-body {
  padding: 0px 24px 16px;
  color: #686a72;
  line-height: 28px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .section-faq .accordion .accordion-body {
    padding: 0 12px 16px;
    line-height: 22px;
  }
}
.section-faq .accordion .accordion-body p {
  margin: 0 0 24px;
}
.section-faq .accordion .accordion-body p:last-child {
  margin-bottom: 0;
}
.logo-featured {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  max-width: 1070px;
  margin: 0 auto;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.logo-featured li {
  width: 25%;
  margin: 12px 0 12px;
  filter: grayscale(0);
  transition: all 0.3s ease-in;
}
@media screen and (max-width: 991px) {
  .logo-featured li {
    width: 33.3%;
  }
}
@media screen and (max-width: 767px) {
  .logo-featured li {
    width: 50%;
  }

}
.logo-featured li img {
  max-width: 100%;
}
.logo-featured li.diveider {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .logo-featured li.diveider {
    display: none;
  }
}
.logo-featured li:hover {
  filter: grayscale(0);
  opacity: 1;
}
.logo-featured.logo-trusted li {
  padding: 6px 3px;
}
.intro-2col-section {
  font-size: 1.2rem;
  line-height: 1.7;  
  overflow: hidden;
}
.intro-2col-section p:not(:last-child) {
  margin-bottom: 24px;
}
.intro-2col-section .intro-img {
  text-align: center;
  min-height: 660px;
  max-width: 365px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1599px) {
  .intro-2col-section .intro-img {
    text-align: left;
    margin-left: 9%;
  }
}
@media screen and (max-width: 1399px) {
  .intro-2col-section .intro-img {
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .intro-2col-section .intro-img {
    margin-left: auto;
    margin-bottom: 48px;
  }
}
.intro-2col-section .intro-img .img-002 {
  position: absolute;
  right: -63%;
  top: 20%;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.24);
}
@media screen and (max-width: 1199px) {
  .intro-2col-section .intro-img .img-002 {
    right: -34%;
  }
}
.intro-2col-section .intro-img .img-003 {
  position: absolute;
  transform: translate(-45%, 0);
  left: 50%;
  bottom: 0;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.24);
}
@media screen and (max-width: 991px) {
  .intro-2col-section .intro-img .img-003 {
    transform: translate(-50%, 0);
  }
}
.intro-2col-section .intro-textcontainer {
  display: grid;
  grid-column-gap: 50px;
  grid-template-columns: 50% 50%;
}
@media screen and (max-width: 767px) {
  .intro-2col-section .intro-textcontainer {
    grid-template-columns: 100%;
  }
}

.testimonials {
  padding: 80px 0 152px;
  color: #ffffff;
  overflow: hidden;
  position: relative;
  z-index: 0;
  background: #000;
}
@media screen and (max-width: 767px) {
  .testimonials {
    padding: 60px 0 100px;
  }
}
.testimonials .testimonials-bg {
  z-index: -1;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  background: url('../images/testimonialBg.jpg') no-repeat center 0;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .testimonials .testimonials-bg {
    display: none;
  }
}
.testimonials h2 {
  margin-bottom: 54px;
}
@media screen and (max-width: 767px) {
  .testimonials h2 {
    margin-bottom: 36px;
  }
}
.testimonials .testimonials-container {
  background-color: #686a72;
  position: relative;
  z-index: 0;
  padding: 48px 48px 48px 48px;
  margin: 0;
  min-height: 270px;
  border: none !important;
}
.testimonials .testimonials-container p {
  margin-bottom: 0;
}
.testimonials .testimonials-container::after {
  content: '';
  background: url('../images/quote_01.png') no-repeat 0 0;
  background-size: 100%;
  width: 60px;
  height: 48px;
  display: block;
  position: absolute;
  right: 48px;
  bottom: 24px;
  opacity: 0.2;
  top: auto;
}
.testimonials .testimonials-container .viewmore {
  position: absolute;
  left: 0;
  bottom: -66px;
  z-index: 1;
  --bs-btn-bg: rgba(236, 28, 56, 0);
  --bs-btn-border-width: 2px;
  --bs-btn-color: #ec1c38;
  --bs-btn-border-color: #ec1c38;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #ec1c38;
  --bs-btn-hover-border-color: #ec1c38;
  --bs-btn-focus-shadow-rgb: 13,110,253;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #ec1c38;
  --bs-btn-active-border-color: #ec1c38;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ec1c38;
  --bs-btn-disabled-bg: transparent;
  --bs-gradient: none;
}
.testimonials .testimonials-container .viewmore::after {
  background-color: #ec1c38;
}
@media screen and (max-width: 767px) {
  .testimonials .testimonials-container .viewmore {
    left: 50%;
    transform: translate(-50%, 0px);
  }
}
.testimonials .blockquote {
  font-size: 1.2rem;
  line-height: 1.65;
  margin: 0;
}
.testimonials .blockquote-footer {
  padding: 12px 0 0 ;
  position: relative;
  margin: 0;
  color: #ffffff;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}
.testimonials .blockquote-footer::before {
  content: '';
}
.testimonials .blockquote-footer time {
  color: #000;
  display: block;
  font-size: 16px;
}
.testimonials .blockquote-footer time .verticalDivider {
  display: none;
}
.testimonials .carousel-control-next,
.testimonials .carousel-control-prev {
  width: 40px;
}
.testimonials .carousel-control-prev {
  left: -50px;
}
.testimonials .carousel-indicators [data-bs-target].active {
  background-color: #000;
}
.our-jojurney p {
  margin-bottom: 24px;
}
.our-jojurney img {
  width: 100%;
}
.our-jojurney .nav {
  margin: 0 0 24px;
  padding: 12px;
}
.our-jojurney .nav .nav-link {
  color: #0a0000;
  padding: 0;
}
.our-jojurney .nav .nav-link:hover {
  color: #ec1c38;
}
.our-jojurney .nav .nav-title {
  color: #ec1c38;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
}
.our-jojurney .nav .nav-item {
  padding: 0 12px;
}
.our-jojurney .nav .nav-item:not(:last-child) {
  border-right: 1px solid #9e9eab;
}
.our-jojurney .nav .nav-item:first-child {
  border-right: 0;
}
.our-jojurney .jojurney-map {
  position: relative;
}
@media screen and (min-width: 992px) {
  .our-jojurney .jojurney-map::after {
    content: '';
    left: 50%;
    width: 2px;
    background-color: #d7d7da;
    top: 30px;
    bottom: 30px;
    position: absolute;
  }
}
.our-jojurney .jojurney-map .col-12 {
  position: relative;
}
.our-jojurney .jojurney-map h3 {
  font-size: 60px;
  color: #ec1c38;
  position: relative;
}
@media screen and (max-width: 991px) {
  .our-jojurney .jojurney-map h3 {
    font-size: 48px;
  }
}
@media screen and (min-width: 992px) {
  .our-jojurney .jojurney-map h3::before {
    content: '';
    position: absolute;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    left: -28%;
    top: 25px;
    transform: translate(-28px, 0);
    background-color: #d7d7da;
  }
}
@media screen and (max-width: 1399px) {
  .our-jojurney .jojurney-map h3::before {
    transform: translate(-22px, 0);
  }
}
@media screen and (max-width: 1199px) {
  .our-jojurney .jojurney-map h3::before {
    transform: translate(39px, 0);
  }
}
.our-jojurney .jojurney-map figure {
  margin: 0;
}
.our-jojurney .jojurney-map p {
  padding-left: 40px;
}
.our-jojurney .jojurney-map p strong:first-child {
  margin-left: -40px;
  position: absolute;
}
.gallery .gallery-row {
  position: relative;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .gallery .gallery-row {
    margin-bottom: 16px;
  }
}
.gallery .gallery-row img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .gallery .gallery-row::after {
    width: 5px;
  }
}
.gallery .gallery-row.full::after {
  display: none;
}
.gallery .gallery-row .col-containers {
  width: 50%;
}
.gallery .gallery-row .col-containers [class^="before360"],
.gallery .gallery-row .col-containers [class^="after360"] {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .gallery .gallery-row .tileWrapper1280x720,
  .gallery .gallery-row .tileWrapper1280x548 {
    height: 100%;
  }
}
@media screen and (min-width: 992px) {
  .gallery .gallery-row .tileWrapper1280x720 img,
  .gallery .gallery-row .tileWrapper1280x548 img {
    height: 100%;
    object-fit: cover;
    object-position: center 0;
  }
}
.gallery .link-more-btn {
  background-color: transparent;
  border: 0;
  padding: 0;
  color: #ec1c38;
  text-decoration: none;
  font-weight: 700;
}
.gallery .overlay-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
.gallery .overlay-center p {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 5em;
  line-height: 0.95em;
  letter-spacing: -0.01em;
  margin: 0;
}
.gallery .overlay-center p span.inlineCopy {
  display: block;
  font-size: 0.2em;
  line-height: 1.1em;
  letter-spacing: 0.03em;
  margin-top: -0.1em;
  color: #ec1c38;
}
.gallery .gallery-caption {
  background-color: #000;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  font-weight: 900;
  color: #ffffff;
  z-index: 1;
  font-family: 'Sunflower';
  line-height: 1em;
}
@media screen and (min-width: 1600px) {
  .gallery .gallery-caption {
    font-size: 19px;
  }
}
.gallery .gallery-caption p {
  margin: 0;
}
.gallery .gallery-caption .col-50 {
  width: 50%;
  padding: 8px 16px ;
}
@media screen and (max-width: 991px) {
  .gallery .gallery-caption .col-50 {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 767px) {
  .gallery .gallery-caption .col-50 {
    padding: 6px;
    font-size: 12px;
  }
}
.gallery .gallery-caption .col-50 > div {
  width: 100%;
  text-align: left;
}
.gallery .gallery-caption .col-50.col-100 {
  width: 100%;
}
.gallery .gallery-caption .label-text {
  text-transform: uppercase;
  font-weight: 800;
  display: flex;
  align-items: center;
}
.gallery .gallery-caption .label-text::before,
.gallery .gallery-caption .label-text::after {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-color: #ec1c38;
}
.gallery .gallery-caption .label-text.before {
  white-space: nowrap;
}
.gallery .gallery-caption .label-text.before::before {
  content: '';
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .gallery .gallery-caption .label-text.before::before {
    margin-right: 6px;
  }
}
.gallery .gallery-caption .label-text.after {
  white-space: nowrap;
}
.gallery .gallery-caption .label-text.after::after {
  content: '';
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .gallery .gallery-caption .label-text.after::after {
    margin-left: 12px;
  }
}
.gallery .gallery-infomation {
  padding: 2em 4em;
  align-self: center;
  font-size: 1.19rem;
}
@media screen and (max-width: 1399px) {
  .gallery .gallery-infomation {
    padding: 1em 2em;
    font-size: 1rem;
  }
}
@media screen and (max-width: 1199px) {
  .gallery .gallery-infomation {
    padding: 0.5em 2em;
    font-size: 1rem;
  }
}
@media screen and (max-width: 991px) {
  .gallery .gallery-infomation {
    padding: 24px 16px;
  }
}
.gallery .gallery-infomation h2 {
  margin-bottom: 0.5rem;
}
.gallery .gallery-infomation h2 .inlineSummary.fs-5 {
  font-size: 1.6rem!important;
}
@media screen and (max-width: 1199px) {
  .gallery .gallery-infomation h2 .inlineSummary.fs-5 {
    font-size: 1.2rem!important;
  }
}
.gallery .gallery-infomation h2 .inlineSummary.fs-5.d-block {
  line-height: 120%;
}
.gallery .gallery-infomation h2 .inlineText.fs-4 {
  font-size: 1.7rem!important;
}
@media screen and (max-width: 1199px) {
  .gallery .gallery-infomation h2 .inlineText.fs-4 {
    font-size: 1.4rem!important;
  }
}
.gallery .gallery-infomation p:last-child {
  margin-bottom: 0;
}
.gallery .gallery-infomation ul {
  padding-left: 1rem;
}
.gallery .gallery-infomation ul li {
  margin-bottom: 3px;
}
.gallery .gallery-infomation .jobInclusion {
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.35rem;
}
@media screen and (max-width: 991px) {
  .gallery .gallery-infomation .jobInclusion {
    font-size: 1.1rem;
  }
}
.gallery .gallery-infomation .jobInclusion .icon-check {
  vertical-align: -0.2em;
  margin-right: 6px;
}
.gallery.bg-subberlight .gallery-row::after {
  background-color: #f6f6f6;
}
.gallery .video-wrapper {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
  height: 0;
  background-color: #272a35;
}
.gallery .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg-subberlight .gallery-row::after {
  background-color: #f6f6f6;
}
.gallery-beforeAfter .tileWrapper1280x720 + p {
  margin-top: 12px;
}
.gallery-beforeAfter [class^="tileWrapper"] {
  width: 100%;
  position: relative;
  background-color: #272a35;
  overflow: hidden;
}
.gallery-beforeAfter [class^="tileWrapper"] img {
  width: 100%;
}
.gallery-beforeAfter [class^="tileWrapper"]:not(.tileFull)::before,
.gallery-beforeAfter [class^="tileWrapper"] .sliderDivider::before {
  content: '';
  z-index: 1;
  background-color: #fff;
  width: 0.9em;
  height: 100%;
  position: absolute;
  left: calc(49.55%);
  top: 0;
  bottom: 0;
}
.gallery-beforeAfter [class^="tileWrapper"] .tileTagBefore,
.gallery-beforeAfter [class^="tileWrapper"] .tileTagAfter {
  display: -ms-flexbox;
  -ms-flex-align: flex-end;
  display: flex;
  align-items: flex-end;
  z-index: 1;
  background-color: rgba(39, 42, 52, 0.85);
  position: absolute;
  bottom: 0;
  width: calc(49.55%);
  padding: 0.6em 0.8em;
  color: #fff;
}
.gallery-beforeAfter [class^="tileWrapper"] .tileTagBefore p,
.gallery-beforeAfter [class^="tileWrapper"] .tileTagAfter p {
  margin: 0;
}
.gallery-beforeAfter [class^="tileWrapper"] .tileTagAfter {
  right: 0;
  justify-content: end;
}
.gallery-beforeAfter [class^="tileWrapper"] .tileLabelWrapper {
  font-weight: 700;
}
.gallery-beforeAfter [class^="tileWrapper"] .inlineTagBefore,
.gallery-beforeAfter [class^="tileWrapper"] .tileTagAfter {
  text-transform: uppercase;
  font-weight: 800;
  display: flex;
  align-items: center;
}
.gallery-beforeAfter [class^="tileWrapper"] .inlineTagBefore::before,
.gallery-beforeAfter [class^="tileWrapper"] .tileTagAfter::before,
.gallery-beforeAfter [class^="tileWrapper"] .inlineTagBefore::after,
.gallery-beforeAfter [class^="tileWrapper"] .tileTagAfter::after {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-color: #ec1c38;
}
.gallery-beforeAfter [class^="tileWrapper"] .inlineTagBefore.inlineTagBefore::before,
.gallery-beforeAfter [class^="tileWrapper"] .tileTagAfter.inlineTagBefore::before {
  content: '';
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .gallery-beforeAfter [class^="tileWrapper"] .inlineTagBefore.inlineTagBefore::before,
  .gallery-beforeAfter [class^="tileWrapper"] .tileTagAfter.inlineTagBefore::before {
    margin-right: 6px;
  }
}
.gallery-beforeAfter [class^="tileWrapper"] .inlineTagBefore.tileTagAfter::after,
.gallery-beforeAfter [class^="tileWrapper"] .tileTagAfter.tileTagAfter::after {
  content: '';
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .gallery-beforeAfter [class^="tileWrapper"] .inlineTagBefore.tileTagAfter::after,
  .gallery-beforeAfter [class^="tileWrapper"] .tileTagAfter.tileTagAfter::after {
    margin-left: 12px;
  }
}
.service-coverbox img {
  max-width: 100%;
}
.service-coverbox figure {
  margin: 0;
  width: 100%;
}
.service-coverbox .service-card {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (min-width: 1300px) {
  .service-coverbox .service-card {
    font-size: 22px;
  }
}
.service-coverbox .service-card a {
  color: #ffffff;
}
.service-coverbox .service-card a:hover {
  text-decoration: none;
}
.service-coverbox .service-card .card-body {
  width: 80%;
  padding: 60px 4em;
  align-self: center;
}
@media screen and (max-width: 767px) {
  .service-coverbox .service-card .card-body {
    padding: 48px 24px;
  }
}
.service-coverbox .service-card ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.service-coverbox .service-card ul li {
  display: flex;
  margin: 0 0 6px;
}
.service-coverbox .service-card ul li strong {
  width: 9em;
}
.contact-form h2 {
  margin-bottom: 24px;
}
.contact-form .map {
  width: 100%;
  min-height: 100%;
  height: 30em;
}
@media screen and (min-width: 992px) {
  .contact-form .contact-f-box {
    padding-right: 60px;
  }
}
@media screen and (max-width: 991px) {
  .contact-form .contact-f-box {
    padding-bottom: 36px;
  }
}
.contact-form .form-control {
  background-color: #ffffff;
}
.page-content {
  line-height: 1.7;
}
@media screen and (min-width: 1200px) {
  .page-content {
    font-size: 19px;
  }
}
.page-content h1 {
  font-size: 48px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .page-content h1 {
    font-size: 36px;
  }
}
.page-content h2 {
  color: #ec1c38;
  font-size: 28px;
  margin-bottom: 16px;
}
.page-content h2:not(:first-child) {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .page-content h2 {
    font-size: 26px;
  }
}
.page-content p {
  margin-bottom: 16px;
}
.page-content a {
  color: #ec1c38;
}
.page-content a:hover {
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  .choose-country .h3 {
    font-size: 28px;
  }
}
.choose-country .choose-country-list {
  list-style: none;
  margin: 0;
  padding: 12px 0 0 ;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
@media screen and (min-width: 1600px) {
  .choose-country .choose-country-list {
    font-size: 19px;
  }
}
.choose-country .choose-country-list li {
  width: 20%;
}
@media screen and (max-width: 991px) {
  .choose-country .choose-country-list li {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  .choose-country .choose-country-list li {
    width: 50%;
  }
}
.choose-country .choose-country-list li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin: 0 0 24px;
  color: #000000;
  line-height: 1.2;
}
.choose-country .choose-country-list li a span {
  max-width: 100px;
}
.choose-country .choose-country-list li a:hover {
  color: #ec1c38;
}
.choose-country .choose-country-list li a::before {
  content: '';
  width: 46px;
  height: 46px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 0.5em;
  border-radius: 50%;
  border: solid 1px #c5c5c5;
  flex-shrink: 0;
}
.choose-country .regionSelectUS:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/US.svg');
}
.choose-country .regionSelectCA:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/CA.svg');
}
.choose-country .regionSelectAU:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/AU.svg');
}
.choose-country .regionSelectNZ:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/NZ.svg');
}
.choose-country .regionSelectJP:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/JP.svg');
}
.choose-country .regionSelectKR:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/KR.svg');
}
.choose-country .regionSelectEU:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/EU.svg');
}
.choose-country .regionSelectGB:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/GB.svg');
}
.choose-country .regionSelectFR:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/FR.svg');
}
.choose-country .regionSelectDE:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/DE.svg');
}
.choose-country .regionSelectES:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/ES.svg');
}
.choose-country .regionSelectPT:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/PT.svg');
}
.choose-country .regionSelectAR:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/AR.svg');
}
.choose-country .regionSelectBO:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/BO.svg');
}
.choose-country .regionSelectBR:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/BR.svg');
}
.choose-country .regionSelectCL:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/CL.svg');
}
.choose-country .regionSelectCO:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/CO.svg');
}
.choose-country .regionSelectEC:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/EC.svg');
}
.choose-country .regionSelectMX:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/MX.svg');
}
.choose-country .regionSelectPY:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/PY.svg');
}
.choose-country .regionSelectPE:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/PE.svg');
}
.choose-country .regionSelectUY:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/UY.svg');
}
.choose-country .regionSelectVE:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/VE.svg');
}
.choose-country .regionSelectROW:before {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/flags/ROW.svg');
  border-color: #41b7d3;
}
.press-kit .card-presskit {
  text-decoration: none;
  font-weight: 700;
  color: #000000;
}
.press-kit .card-presskit .card-img {
  border: solid 1px #bfbfbf;
  margin-bottom: 12px;
  position: relative;
  border-radius: 0;
  background-color: #000000;
}
.press-kit .card-presskit .card-img img {
  border-radius: 0;
}
.press-kit .card-presskit .card-img::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0 ;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 991px) {
  .press-kit .card-presskit .card-img::after {
    background-color: rgba(0, 0, 0, 0);
  }
}
.press-kit .card-presskit .card-img .overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  color: #ec1c38;
  text-transform: uppercase;
  transition: transform 0.2s ease-in-out;
  transform: scale(0);
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .press-kit .card-presskit .card-img .overlay {
    background-color: rgba(0, 0, 0, 0.75);
    top: auto;
    transform: scale(1);
    justify-content: flex-start;
    padding: 6px 12px;
  }
}
.press-kit .card-presskit .noWrap {
  white-space: nowrap;
}
.press-kit .card-presskit:hover .card-img::after {
  opacity: 1;
  visibility: visible;
}
.press-kit .card-presskit:hover .card-img::before,
.press-kit .card-presskit:hover .card-img .overlay {
  transform: scale(1);
}
.press-kit .card-presskit.filezip .card-img {
  padding: 3em 12px;
}
.press-kit .card-presskit.filezip .card-img img {
  padding: 0;
  max-width: 150px;
  width: 100%;
}
.press-kit .card-presskit p:last-child {
  margin-bottom: 0;
}
.press-kit .card-presskit.download-pdf-file .card-img i {
  padding: 48px 24px;
  font-size: 120px;
  color: #ffffff;
}
.blog-article {
  font-size: 17px;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .blog-article {
    font-size: 19px;
  }
}
.blog-article h1 {
  font-size: 48px;
  margin-bottom: 16px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .blog-article h1 {
    font-size: 36px;
  }
}
.blog-article h2 {
  color: #ec1c38;
  font-size: 28px;
  margin-bottom: 16px;
}
.blog-article h2:not(:first-child) {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .blog-article h2 {
    font-size: 26px;
  }
}
.blog-article h3 {
  color: #55555d;
  margin-top: 36px;
}
.blog-article p {
  margin-bottom: 16px;
}
.blog-article a {
  color: #ec1c38;
}
.blog-article a:hover {
  text-decoration: none;
}
.blog-article img {
  max-width: 100%;
}
.blog-article table {
  margin-bottom: 24px;
}
.blog-article .content-share {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .blog-article .content-share {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .blog-article .content-share {
    display: flex;
    padding-top: 52px;
    justify-content: center;
  }
}
.blog-article .content-share a {
  display: flex;
  text-decoration: none;
  width: 42px;
  height: 42px;
  text-align: center;
  background-color: #272a35;
  color: #fff;
  padding: 0;
  align-items: center;
  justify-content: center;
  fill: #ffffff;
  font-size: 22px;
}
.blog-article .content-share a svg {
  width: 20px;
}
.blog-article .content-share a svg,
.blog-article .content-share a i {
  transition: all 0.2s ease-in;
}
.blog-article .content-share a.icon-facebook {
  background-color: #3b5998;
}
.blog-article .content-share a.icon-twitter {
  background-color: #1da1f2;
}
.blog-article .content-share a.icon-linkedin {
  background-color: #0e76a8;
}
.blog-article .content-share a.icon-pinterest {
  background-color: #c8232c;
}
.blog-article .content-share a:hover > svg,
.blog-article .content-share a:hover > i {
  transform: scale(1.1);
}
.blog-article .blog-tags a:not(:last-child)::after {
  content: ',';
  color: #000000;
}
.blog-article .videoContainer {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin: 1.5em 0;
}
.blog-article .videoContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1200px) {
  .step-process-list {
    font-size: 19px;
  }
}
.step-process-list ol {
  columns: 2 auto;
  column-gap: 3em;
  break-inside: avoid-column;
  max-width: 900px;
  margin: 0 auto;
  padding: 12px 0 0 0;
  counter-reset: item;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .step-process-list ol {
    columns: 1 auto;
  }
}
.step-process-list ol li {
  margin: 0;
  padding: 8px 0 8px 50px;
  position: relative;
}
.step-process-list ol li::before {
  counter-increment: item;
  content: counters(item, ".") '.';
  color: #ec1c38;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 50%;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  margin-left: -50px;
  margin-right: 10px;
}
.step-process-list ol li:nth-of-type(-n+9)::before {
  content: '0' counters(item, ".") '.';
}
.members-dashboard {
  position: relative;
  z-index: 0;
  --padding: 60px;
  font-size: 16px;
}
.members-dashboard::after {
  content: '';
  width: 25vw;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #e9e9ea;
  z-index: -1;
  left: 0;
}
.members-dashboard .members-aside {
  position: relative;
  padding-top: var(--padding);
  padding-bottom: var(--padding);
  background-color: #e9e9ea;
}
.members-dashboard .get-started h2 {
  margin-bottom: 26px;
}
.members-dashboard .get-started ol {
  counter-reset: li;
  margin: 0;
  padding: 0;
  list-style: none;
}
.members-dashboard .get-started ol li {
  position: relative;
  padding-left: 80px;
  margin-bottom: 36px;
}
.members-dashboard .get-started ol li::before {
  content: counter(li, decimal-leading-zero);
  counter-increment: li;
  position: absolute;
  left: 0;
  font-size: 48px ;
  line-height: 48px;
  color: #9e9eab;
  font-weight: 700;
  top: 0;
}
.members-dashboard .members-contianer {
  padding-top: var(--padding);
  padding-bottom: var(--padding);
}
.members-dashboard .card-dashboard {
  border: solid 1px #d7d7da;
}
.members-dashboard .card-dashboard .card-body {
  padding: 24px;
}
.section-feature-list .small-section-title {
  max-width: 1200px;
}
.section-feature-list .list-group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  font-size: 17px;
  margin: 0 auto;
  padding: 36px 0 0 ;
}
@media screen and (max-width: 1199px) {
  .section-feature-list .list-group {
    padding-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .section-feature-list .list-group {
    padding: 0 12px;
  }
}
.section-feature-list .list-group .list-group-item {
  width: 50%;
  border: 0;
  padding-left: 10px;
  position: relative;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .section-feature-list .list-group .list-group-item {
    width: 100%;
    margin-bottom: 6px;
  }
}
.section-feature-list .list-group h3,
.section-feature-list .list-group .h3,
.section-feature-list .list-group h2 {
  color: #ec1c38;
  margin-bottom: 6px;
}
.section-feature-list .list-group h3 a,
.section-feature-list .list-group .h3 a,
.section-feature-list .list-group h2 a {
  text-decoration: none;
}
.section-feature-list .list-group.style-none .list-group-item::before {
  display: none;
}
.testimonials-video .video-responsive {
  max-width: 700px;
  margin: 0 auto;
}
.testimonials-video .video-responsive .video-wrapper {
  padding-bottom: 47.202797202797203%;
  position: relative;
  overflow: hidden;
  height: 0;
  background-color: #272a35;
}
.testimonials-video .video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-video-banner .video-wrapper {
  position: relative;
  overflow: hidden;
  height: 0;
  background-color: #272a35;
  padding: 27.34375% 0 0 ;
}
@media screen and (max-width: 1199px) {
  .hero-video-banner .video-wrapper {
    padding-top: 56%;
  }
}
.hero-video-banner .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-video-banner .video-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
}
.hero-video-banner .video-overlay p {
  margin-bottom: 24px;
}
.hero-video-banner .video-overlay .video-overlay-content {
  max-width: 650px;
  padding: 48px;
  background-color: rgba(39, 42, 52, 0.7);
}
@media screen and (max-width: 1450px) {
  .hero-video-banner .video-overlay .video-overlay-content {
    max-width: 800px;
  }
}
@media screen and (max-width: 767px) {
  .hero-video-banner .video-overlay .video-overlay-content {
    background-color: transparent;
  }
  .hero-video-banner .video-overlay .video-overlay-content h1,
  .hero-video-banner .video-overlay .video-overlay-content p,
  .hero-video-banner .video-overlay .video-overlay-content h2 {
    display: none;
  }
}
.job-examples .card-examples {
  background-color: transparent;
  color: #000000;
  text-decoration: none;
}
.job-examples .card-examples img {
  max-width: 100%;
}
.job-examples .card-examples .card-img {
  position: relative;
  background-color: #000000;
  display: block;
}
.job-examples .card-examples .card-img .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #ec1c38;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.job-examples .card-examples .card-body {
  padding: 24px 0;
}
.job-examples .card-examples .card-body h3 {
  color: #ec1c38;
}
.job-examples .card-examples .card-body h3 a {
  text-decoration: none;
}
.job-examples .card-examples .card-body ul {
  padding-left: 1rem;
}
.job-examples .card-examples .card-body h4 {
  margin-bottom: 16px;
}
.job-examples .card-examples:hover .card-img img {
  opacity: .3;
}
.job-examples .card-examples:hover .card-img .overlay {
  transform: scale(1);
  opacity: 1;
}
.sticky-nav {
  width: 100%;
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #272a35;
  transform: translateY(-2.5em);
  transition: transform 0.4s ease-in-out;
}
.sticky-nav p {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 0.8em 0;
  font-size: 12px;
  line-height: 1.3em;
  color: #fff;
}
.sticky-nav .head {
  margin-right: 2em;
}
@media screen and (max-width: 767px) {
  .sticky-nav .head {
    display: block;
  }
}
.sticky-nav a {
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
}
.sticky-nav a:nth-of-type(n+2)::before {
  content: '|\00a0';
  margin: 0 1em;
  color: #fff;
}
.sticky-nav.stickyNavFixed {
  transform: translateY(0);
}
.create-an-account .f-grid {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 12px;
}
.create-an-account .btn-row {
  padding-top: 12px;
  padding-bottom: 12px;
}
.login-form {
  padding: 80px 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .login-form {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .login-form {
    padding: 36px 0;
  }
}
@media screen and (min-width: 992px) {
  .login-form::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background-color: var(--neutralBGColor);
    z-index: -1;
  }
}
.login-form.no-bg::after {
  display: none;
}
.login-form .row-g-24 {
  --bs-gutter-y: 24px;
}
.login-form .row-g-16 {
  --bs-gutter-y: 16px;
}
.login-form .loginLinks a {
  text-decoration: none;
}
.login-form .loginLinks a:not(:hover) {
  color: #686a72;
}
.login-form .loginLinks a:hover {
  color: #ec1c38;
  text-decoration: none;
}
.login-form .login-btn-gap {
  gap: 24px;
}
.login-form .btn-login-facebook {
  background: #385898;
  border-color: #385898;
  color: var(--white);
}
.login-form .btn-login-facebook svg {
  height: 24px;
  fill: var(--white);
  margin-right: 12px;
}
.login-form .btn-login-facebook:hover {
  background: var(--black);
  border-color: var(--black);
}
.login-form .btn-login-google {
  background: #4285f4;
  border-color: #4285f4;
  color: var(--white);
}
.login-form .btn-login-google svg {
  height: 24px;
  fill: var(--white);
  margin-right: 12px;
}
.login-form .btn-login-google:hover {
  background: var(--black);
  border-color: var(--black);
}
@media screen and (max-width: 991px) {
  .login-form .socialOr {
    margin: 0;
    padding: 36px 0;
    color: var(--primaryColor);
  }
}
.login-form a:not(.btn) {
  text-decoration: none;
}
.login-form a:not(.btn):hover {
  text-decoration: underline;
}
.login-form p:last-child {
  margin-bottom: 0;
}
.login-form .recaptcha-center > div {
  margin: 0 auto;
}
.form-card-account {
  background-color: #ffffff;
  padding: 60px 48px;
  max-width: 486px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 600px) {
  .form-card-account {
    padding: 36px 24px;
  }
}
@media screen and (max-width: 480px) {
  .form-card-account {
    padding: 24px 16px;
  }
}
.form-card-account .form-control {
  background-color: #ffffff;
}
.form-card-account .title {
  text-align: center;
  margin-bottom: 36px;
}
@media screen and (max-width: 480px) {
  .form-card-account .title {
    margin-bottom: 24px;
  }
}
.form-card-account h2,
.form-card-account h1,
.form-card-account .h2 {
  font-size: 32px;
  margin-bottom: 6px;
}
.form-card-account.max-w-800 {
  max-width: 800px;
}
.error404 img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .error404 img {
    max-width: 80%;
    margin: 36px auto;
  }
}
.error404 h1 {
  color: var(--primaryColor);
  font-size: 7em;
  line-height: 1em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .error404 h1 {
    font-size: 5em;
  }
}
.error404 h2 {
  text-transform: uppercase;
  font-size: 2.35em;
  line-height: 1.1em;
  margin: 0.4em 0 0.75em;
}
@media screen and (max-width: 767px) {
  .error404 h2 {
    font-size: 1.5em;
  }
}
.error404 h2 span.noWrap {
  white-space: nowrap;
  color: var(--secondary);
}
@media screen and (max-width: 767px) {
  .error404 h2 span.noWrap {
    display: block;
  }
}
.error404 h2 span.noWrap span {
  color: var(--primaryColor);
}
.job-applying {
  background: #F6F6F6;
}
.job-applying h3.heading {
  font-size: 28px;
  text-align: center;
  margin-bottom: 24px;
  color: #0A0000;
}
.job-applying h3.heading small.note {
  font-size: 16px;
  display: block;
  color: #ec1c38;
}
.job-applying .applying-step {
  display: none;
}
.job-applying .applying-step.show {
  display: block;
  animation: fadeIn 1s;
}
.job-applying .option-box {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .job-applying .option-box {
    display: block;
  }
}
.job-applying .option-box .option-box-item {
  text-align: center;
  padding: 36px;
  width: 300px;
  border: 1px solid #D0D0D2;
  background: #fff;
  transition: all ease 0.3s;
  cursor: pointer;
  position: relative;
}
.job-applying .option-box .option-box-item > img {
  width: 160px;
}
@media screen and (max-width: 991px) {
  .job-applying .option-box .option-box-item {
    padding: 8px 24px;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 991px) {
  .job-applying .option-box .option-box-item + .option-box-item {
    margin-top: 6px;
  }
}
.job-applying .option-box .option-box-item:hover {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
}
.job-applying .option-box .option-box-item.active {
  border: 1px solid #EC1C38;
  box-sizing: border-box;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
}
.job-applying .option-box .option-box-item.active h4,
.job-applying .option-box .option-box-item.active h5 {
  color: #EC1C38;
  transition: all ease 0.3s;
}
.job-applying .option-box .option-box-item.blur {
  border: 1px solid #D0D0D2;
  box-sizing: border-box;
}
.job-applying .option-box .option-box-item.blur img {
  opacity: 0.5;
  filter: grayscale(100%);
  transition: all ease 0.3s;
}
.job-applying .option-box .option-box-item.padding-md {
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .job-applying .option-box .option-box-item.padding-md {
    padding: 6px 24px;
  }
}
.job-applying .option-box .option-box-item:not(:last-child) {
  margin-right: 30px;
}
@media screen and (max-width: 1199px) {
  .job-applying .option-box .option-box-item:not(:last-child) {
    margin-right: 12px;
  }
}
.job-applying .option-box .option-box-item h4 {
  font-size: 24px;
  line-height: 36px;
  color: #686A72;
  margin-top: 12px;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .job-applying .option-box .option-box-item h4 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
  }
}
.job-applying .option-box .option-box-item h5 {
  font-size: 19px;
  color: #686A72;
  margin-top: 12px;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .job-applying .option-box .option-box-item h5 {
    font-size: 14px;
    margin-top: 0;
  }
}
.job-applying .option-box .option-box-item img {
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .job-applying .option-box .option-box-item img {
    height: 100px;
    width: auto;
  }
}
@media screen and (max-width: 991px) {
  .job-applying .option-box .option-box-item img {
    height: 60px;
    margin-left: 0;
    margin-right: 12px;
    width: auto;
  }
}
.job-applying .option-box .option-box-item img.line-icon {
  opacity: 0.5;
  height: 54px;
}
@media screen and (max-width: 575px) {
  .job-applying .option-box .option-box-item img.line-icon {
    height: 36px;
    margin-left: 24px;
  }
}
.job-applying .option-box .option-box-item .bb-checkbox {
  position: absolute;
  top: 12px;
  left: 12px;
  margin-top: -20px;
}
.job-applying .option-box .option-box-item button.btn[data-bs-toggle="modal"] {
  position: absolute;
  top: 0;
  right: 0;
  --bs-btn-padding-y: .375rem;
  --bs-btn-padding-x: .75rem;
  --bs-btn-border-width: 0px;
}
.job-applying .option-box .option-box-item button.btn[data-bs-toggle="modal"]::after {
  display: none;
}
.bb-check-list ul {
  padding-left: 0;
}
.bb-check-list ul li {
  list-style: none;
  text-align: left;
  margin-bottom: 6px;
  position: relative;
}
.bb-check-list ul li > label {
  background: #FFFFFF;
  border: 1px solid #E9E9EA;
  padding: 8px 16px;
  width: 100%;
  cursor: pointer;
  margin-bottom: 0.5em;
  line-height: 1.3em;
}
.bb-check-list ul li > button {
  position: absolute;
  right: 3px;
  top: 3px;
}
.bb-check-list.center ul {
  margin: auto;
}
.bb-check-list.limit-width.w-300 ul {
  width: 300px;
}
@media screen and (max-width: 575px) {
  .bb-check-list.limit-width.w-300 ul {
    width: 100%;
  }
}
.bb-check-list.limit-width.w-400 ul {
  width: 400px;
}
@media screen and (max-width: 575px) {
  .bb-check-list.limit-width.w-400 ul {
    width: 100%;
  }
}
.bb-check-list.limit-width.w-450 ul {
  width: 450px;
}
@media screen and (max-width: 575px) {
  .bb-check-list.limit-width.w-450 ul {
    width: 100%;
  }
}
.bb-check-list.fix-for-main-site ul li {
  margin-bottom: 0;
}
.bb-check-list.fix-for-main-site ul li > label {
  padding: 12px 16px;
}
.bb-check-list.fix-for-main-site ul li > button {
  top: 6px;
}
.the-form-section {
  background: #FFFFFF;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.12);
  padding: 48px 36px;
}
.the-form-section.no-bg {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none;
}
.the-form-section.no-bg.submit-fail > .submit-fail-message,
.the-form-section.no-bg.submitted > .submit-fail-message,
.the-form-section.no-bg.submit-fail > .submit-success-message,
.the-form-section.no-bg.submitted > .submit-success-message {
  padding-left: 12px;
  padding-right: 12px;
}
@media screen and (max-width: 767px) {
  .the-form-section.no-bg.submit-fail > .submit-fail-message,
  .the-form-section.no-bg.submitted > .submit-fail-message,
  .the-form-section.no-bg.submit-fail > .submit-success-message,
  .the-form-section.no-bg.submitted > .submit-success-message {
    padding-left: 0;
    padding-right: 0;
  }
}
.the-form-section.no-padding {
  padding: 0;
}
.the-form-section h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.the-form-section > .loading-box,
.the-form-section > .submit-fail-message,
.the-form-section > .submit-success-message {
  display: none;
}
.the-form-section.loading,
.the-form-section.submit-fail,
.the-form-section.submitted {
  position: relative;
}
.the-form-section.loading > .loading-box {
  display: block;
}
.the-form-section.submit-fail > .submit-fail-message {
  display: block;
}
.the-form-section.submit-fail > .submit-fail-message h3 {
  color: #EC1C38;
}
.the-form-section.submitted > .submit-success-message {
  display: block;
}
.the-form-section.submitted > .submit-success-message h3 {
  color: #1ABC9C;
}
.the-form-section.submit-fail > .submit-fail-message,
.the-form-section.submitted > .submit-fail-message,
.the-form-section.submit-fail > .submit-success-message,
.the-form-section.submitted > .submit-success-message {
  width: 100%;
  position: absolute;
  top: 25%;
  left: 0;
  text-align: center;
  padding-left: 80px;
  padding-right: 80px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .the-form-section.submit-fail > .submit-fail-message,
  .the-form-section.submitted > .submit-fail-message,
  .the-form-section.submit-fail > .submit-success-message,
  .the-form-section.submitted > .submit-success-message {
    padding-left: 54px;
    padding-right: 54px;
  }
}
.the-form-section.submit-fail > .submit-fail-message.show-on-top,
.the-form-section.submitted > .submit-fail-message.show-on-top,
.the-form-section.submit-fail > .submit-success-message.show-on-top,
.the-form-section.submitted > .submit-success-message.show-on-top {
  top: 0;
}
.the-form-section.submit-fail > .submit-fail-message > img,
.the-form-section.submitted > .submit-fail-message > img,
.the-form-section.submit-fail > .submit-success-message > img,
.the-form-section.submitted > .submit-success-message > img {
  height: 100px;
}
.form-status .container .the-form-section {
  height: 650px;
}
.tab-collapse {
  display: flex;
}
@media screen and (max-width: 1199px) {
  .tab-collapse > .left {
    display: none;
  }
}
.tab-collapse > .left ul {
  padding-left: 0;
}
.tab-collapse > .left ul li {
  list-style: none;
}
.tab-collapse > .left ul li a {
  width: 240px;
  padding: 12px 16px;
  background: #F6F6F6;
  display: block;
  color: #686A72;
  text-decoration: none;
  cursor: pointer;
}
.tab-collapse > .left ul li a[aria-expanded="true"] {
  background: #fff;
  color: #0A0000;
}
@media screen and (min-width: 1200px) {
  .tab-collapse > .right .accordion .accordion-item .accordion-header {
    display: none;
  }
}
.image-before-after {
  position: relative;
}
.image-before-after > img {
  width: 100%;
}
.image-before-after::before {
  content: '';
  z-index: 1;
  background-color: #fff;
  width: 0.9em;
  height: 100%;
  position: absolute;
  left: calc(49.55%);
  top: 0;
  bottom: 0;
}
.image-before-after .image-label-before,
.image-before-after .image-label-after {
  display: flex;
  align-items: flex-end;
  z-index: 1;
  background-color: rgba(39, 42, 52, 0.85);
  position: absolute;
  bottom: 0;
  width: calc(49.55%);
  padding: 0.6em 0.8em;
}
.image-before-after .image-label-before p,
.image-before-after .image-label-after p {
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.06em;
  line-height: 1em;
  position: relative;
}
.image-before-after .image-label-before {
  left: 0;
}
.image-before-after .image-label-before p {
  padding-left: 24px;
}
.image-before-after .image-label-before p::after {
  content: '';
  position: absolute;
  top: 1px;
  width: 0.9em;
  height: 0.9em;
  background-color: #ec1c38;
  left: 0;
}
.image-before-after .image-label-after {
  right: 0;
  text-align: right;
}
.image-before-after .image-label-after p {
  padding-right: 24px;
  margin-left: auto;
}
.image-before-after .image-label-after p::after {
  content: '';
  position: absolute;
  top: 1px;
  right: -6px;
  width: 0.9em;
  height: 0.9em;
  background-color: #ec1c38;
}
.user-review-list {
  padding: 24px 24px 16px;
  background-color: #FFF;
}
.user-review-list h3 {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: capitalize;
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 6px;
  margin-top: 6px;
}
.user-review-list h3 .inlineSummary {
  font-size: 12px;
  color: #686a72;
}
.user-review-list h3 .inlineSummary .verticalDivider {
  font-size: 19px;
  color: #000000;
  padding: 0 3px;
}
.user-review-list p:last-child {
  margin-bottom: 0;
}
.location-warning {
  background-color: #272a35;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #ffffff;
  padding: 6px 12px;
}
.location-warning a {
  text-decoration: underline;
}
.location-warning a:hover {
  text-decoration: none;
  color: #ec1c38;
}
.location-warning p:last-child {
  margin-bottom: 0;
}
.location-warning .icon-c-remove::before {
  content: '';
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat;
  display: inline-block;
  vertical-align: 3px;
  width: 12px;
  height: 12px;
  background-size: 100%;
}
.location-warning .icon-c-remove:hover::before {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23EC1C38'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat;
  background-size: 100%;
}
.whtweh6 {font-size: 46px; width: 100%;text-align: center;
  background: linear-gradient(120deg, #1C99FE 40%, #7644FF 30.19%, #FD4766 58.69%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;box-sizing: border-box;
  letter-spacing: 0.5px;
  border-radius: 4px;
  margin-bottom: 20px;
  text-transform: uppercase;}

  .rndrh2 {font-size: 38px; width: 100%;text-align: center;
    font-weight: 900;
    background: linear-gradient(120deg, #1C99FE 40%, #7644FF 30.19%, #FD4766 58.69%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;box-sizing: border-box;
    letter-spacing: 0.5px;
    border-radius: 4px;
    margin-bottom: 12px;
    text-transform: uppercase;}

  .whtwep {margin-bottom: 40px;}

  /*counter style start*/
  .counter {
    background-color:#fff;
    padding: 50px 0;
    border-radius: 15px;
}
.count-title {
    font-size: 50px;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
}

.count-text {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}
.count-number::after {
    content: "+";
}
.cntrimg {
  margin-bottom: 10px;
}
  /*counter style end*/
  .intro-img img {
    border-radius: 10px;
  }
  .nwftrbg {
    background: #272727;
  }
  .ftbtnstl {
    margin: 15px auto;
    padding: 10px 40px;
  }
  .textright {
    text-align: right;
  }
  .ftrWrp {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ftrWrp2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ftrul {padding: 0;}
  .ftrul li {
    list-style: none;
  }
  .ftrul li a {
    background-image: linear-gradient(
      to right,
      #ec1c38,
      #ec1c38 50%,
      #fff 50%
    );
    text-decoration: none;
    font-size: 15px;
    color:#fff;
    background-size: 200% 100%;
    background-position: -100%;
    display: inline-block;
    padding: 5px 0;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.6s ease-in-out;
    font-weight: 400;
  }
  
  .ftrul li a:before {
    content: '';
    background: #ec1c38;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 3px;
    transition: all 0.3s ease-in-out;
  }
  
  .ftrul li a:hover {
   background-position: 0;
  }
  
  .ftrul li a:hover::before {
    width:100%;
  }
  .footer-socialinav {list-style: none;
    margin: 0 0 32px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
  .footer-socialinav li {
    margin: 0 5px;
  }
  .footer-socialinav li a i {
    font-size: 20px;
    color:#fff;
  }
  .footer-socialinav li a i:hover {
    font-size: 20px;
    color:#ec1c38;
  }
  .social_a {transition: all 0.3s ease;}
  .social_a:hover
{
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
}
  
  
  
  .ftrlogowrp {
    margin-bottom: 10px;
  }
  .ftrcprt {margin: 19px 0 0 0;
    font-size: 12px;
    color: #868686;}
  
.btmblackline {border-bottom: 1px solid #000;}

.cntustop {
  background: url("../images/cntctbg.jpg") no-repeat #000 fixed center top;
  min-height: 490px;
  text-align: center;
}
.cntustophd {
  font-size: 72px;
  margin-bottom: 30px;
  background: linear-gradient(120deg, #1C99FE 20.69%, #7644FF 50.19%, #FD4766 79.69%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  }
  .cntustoppr {
    color: #fff;
    font-size: 18px;
  }
  .service {
    transition: transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1), box-shadow 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
    z-index: 2;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 30px 28px;
  }
  .icon {
    font-size: 45px;
    font-weight: 400;
    margin-bottom: 23px;
    color: var(--color-primary);
    border-radius: 100%;
    display: inline-flex;
  }
  .icon svg {
    width: 47px;
    height: 47px;
    color: #ec1c38;
  }
  .service-main-wrapper a {
    text-decoration: none;
  }
  .contact-form input, .contact-form textarea {
    display: block;
    width: 100%;
    padding: 0 20px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    transition: all 0.3s ease;
    height: 50px;
    line-height: 28px;
    margin-bottom: 20px;
    outline: none;
    color: var(--color-heading);
    font-size: 15px;
    letter-spacing: 0.1px;
    resize: none;
    box-sizing: border-box;
  }
  .contact-form textarea {
    min-height: 120px;
  }
  .sbmtbtn {
    background:#ec1c38;
    color: #fff !important;;
  }
  .cntuscndimg {
    border-radius: 10px;
    width: 100%;
  }
  .ftrtophd {font-size: 40px;
    background: linear-gradient(120deg, #ff2555 20.69%, #9b00fe 79.69%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;box-sizing: border-box;
    letter-spacing: 0.5px;
    border-radius: 4px;
    margin-bottom: 12px;}
  .ftrbtn {text-align: right;}

  .sldrbtmbrdr {
    border-bottom: none;
  }
  .carousel {
    border-bottom: 46px solid black;
  }
  .brdrds10 {
    border-radius: 10px;
  }
  .lstimg {
    position: absolute;
  }
  .lstli {position: inherit;}
  .lsth3 {padding-left: 75px;font-size: 24px;}
  .lstp {padding-left: 75px;}
  .pagemainhd
   {font-size: 36px; width: 100%;text-align: center;
    font-weight: 900;
    background: linear-gradient(120deg, #1C99FE 40%, #7644FF 30.19%, #FD4766 58.69%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;box-sizing: border-box;
    letter-spacing: 0.5px;
    border-radius: 4px;
    margin-bottom: 10px;
    text-transform: uppercase;}
 .slctfilelbl {
   padding: 0 20px;
 }
    .slctfileinpt
  {
  border: none !important;
  float: left;
    }
    .modlformwrap {
      padding: 25px;
    }

    .timrhd {
      background: linear-gradient(120deg, #ff2555 20.69%, #9b00fe 79.69%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      display: inline-block;box-sizing: border-box;
      letter-spacing: 0.5px;
      border-radius: 4px;
      margin-bottom: 12px;}
.vrtlstgui {
  text-align: center;
}
.vrtlstgui li i {
  font-size: 45px;
  color: #ec1c38;
 }
 .abthd {font-size: 46px; width: 100%;text-align: left;
  background: linear-gradient(120deg, #1C99FE 10%, #7644FF 13.19%, #FD4766 28.69%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;box-sizing: border-box;
  letter-spacing: 0.5px;
  border-radius: 4px;
  margin-bottom: 20px;
  text-transform: uppercase;}
  .modal {
    color: #000 !important;
  }
  .my_bttn{
    height: 45px;
    width: 45px;
    background-color: #ec1c38;
    border: none;
    color: white;
    position: fixed;
    bottom: 30px;
    right: 30px;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    display: none;
    padding: 0;
    font-size: 25px;
    line-height: 46px;
    text-align: center;
  }
  .my_bttn:hover {color: #fff !important;}
  .ftrtopwrp {
    padding-bottom: 60px;
  }
  .btmsrvch2 {font-size: 20px;
    background: linear-gradient(120deg, #ff2555 20.69%, #9b00fe 79.69%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;box-sizing: border-box;
    letter-spacing: 0.5px;
    border-radius: 4px;
    margin-bottom: 12px;}
  .ftrbtn {text-align: right;}
  .bmsrvcul {margin:0;}
  .bmsrvcul li {font-size: 14px; color:#f7f8f9;line-height: 30px;list-style: circle;}
  .abtbg {background: url('../images/abtus_Bg.jpg') no-repeat fixed;}
  .abmainth2 {font-size: 70px; width: 100%;text-align: center;
    background: linear-gradient(120deg, #1C99FE 23%, #7644FF 27.19%, #FD4766 71.69%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;box-sizing: border-box;
    letter-spacing: 0.5px;
    border-radius: 4px;
    margin-bottom: 20px;
    text-transform: uppercase;
    margin: 0;
    padding: 200px 0;}
  .abtwrp {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .abtusglblwrp {
    background: url('../images/worldmap.jpg') center no-repeat; padding-bottom: 60px;
  }
  .teamBgWrp {position: absolute;top: 0; bottom: 0;z-index: 9999;width: 100%;
		height: 100%;background-image: linear-gradient(#337dffa6, #FD4766);border-radius: 10px; cursor: pointer;}
  .teamwrp {padding-bottom: 60px;}
  .teamcvr {padding: 5px;}
  .teamcvr img {border-radius: 10px;}
  .counter {background: none !important;
            border-right: solid 1px #dcdcdc;
              border-radius: 0;}
.teamsrtclwrp {position: relative;}
.hmicnWrp { padding: 60px 0;}
.hmicnstl i {font-size: 50px;color: #ec1c38;}
.hmicnh4 {font-weight: 400;color: #ec1c38;}
.teamcvr {position: relative;}
.teamcntnWrp {
  position: absolute; bottom: 0; width: 100%;padding: 10px;
}
.teamsclul {list-style: none;
  margin-bottom:8px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.teamsclul li {
  margin: 0 5px;
}
.teamsclul li a i {
  font-size: 20px;
  color:#fff;
}
.teamsclul li a i:hover {
  font-size: 20px;
  color:#000;
}
.teamcnth4 {color: #fff;}
.teamcntp {color: #fff;margin-bottom: 5px;}
p {font-weight: 300 !important;}
.abtus_p {text-align: justify;}
.ftrWrp2 h6 {margin-bottom: 20px;font-size: 20px !important;}







/*--------------------------------------------------------Mobile Query by Lijo-----------------------------------------------------------*/
@media only screen and (max-width: 600px) {
  .ftrWrp {text-align: center;padding-top: 20px;padding-bottom: 20px;}
  .ftrWrp2 {text-align: center;padding-top: 20px;padding-bottom: 10px;}
  .footer-socialinav {justify-content: center;}
  .ftrtophd {font-size: 20px;}
.ftrbtn {text-align: center;}
.rndrh2 {font-size: 25px;}
.lstimg { position: relative;} 
.counter {padding: 10px 0;margin: 10px 0;}
.count-title {font-size: 40px;}
.counter {border: none;}
.abmainth2 {font-size: 40px;padding: 60px 0;}
.nwftrbg {text-align: center;}
.bmsrvcul {padding: 0 0 20px 0;}
.bmsrvcul li {list-style: none;}
.pagemainhd {font-size: 20px;}

}

/*-------------------------------------------------Mobile Query End-----------------------------------------------------------------*/