@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
html,
body {
  font-family: "Poppins", sans-serif;
  color: #444444;
  font-size: 14px;
}
@media (max-width: 1480px) {
  html,
  body {
    font-size: 13px;
  }
}
@media (min-width: 1850px) {
  html,
  body {
    font-size: 16px;
  }
}
@media (max-width: 1300px) {
  html,
  body {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  html,
  body {
    font-size: 11px;
  }
}

.heading-font {
  font-family: "Anton", sans-serif;
}

.round {
  border-radius: 50%;
  overflow: hidden;
}

.btn,
a.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5;
  padding: 0.5rem 2rem;
}

.image {
  width: 100%;
}

.image img {
  width: 100%;
}

.primary {
  background: #da0c0c;
}

.primary-light {
  background: rgba(218, 12, 12, 0.3411764706);
}

.secondary {
  background: #f7941d;
}

.secondary-light {
  background: rgba(247, 149, 29, 0.2941176471);
}

.tertiary {
  background: #e9b220;
}

.tertiary-light {
  background: rgba(233, 179, 32, 0.3098039216);
}

.dark {
  background: #000;
}

.mid-dark {
  background: #444444;
}

.grey {
  background: #666666;
}

.light-grey {
  background: #ced4da;
}

.white {
  background: #fff;
}

.primary-text {
  color: #da0c0c;
}

.primary-light-text {
  color: rgba(218, 12, 12, 0.3411764706);
}

.secondary-text {
  color: #f7941d;
}

.tertiary-text {
  color: #e9b220;
}

.dark-text {
  color: #000;
}

.mid-dark-text {
  color: #444444;
}

.grey-text {
  color: #666666;
}

.light-grey-text {
  color: #ced4da;
}

.white-text {
  color: #fff;
}

.font-xxl {
  font-size: 3.6rem;
}
@media (max-width: 667px) {
  .font-xxl {
    font-size: 3.1rem;
  }
}

.font-xl {
  font-size: 3.12rem;
}
@media (max-width: 667px) {
  .font-xl {
    font-size: 2.8rem;
  }
}

.font-lg {
  font-size: 1.75rem;
}

.font-md {
  font-size: 1.375rem;
}

.font-sm {
  font-size: 1.125rem;
}

.font-xs {
  font-size: 0.75rem;
}

.caps {
  text-transform: uppercase;
}

.thin {
  font-weight: 100;
}

.extraLight {
  font-weight: 200;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.semibold {
  font-weight: 500;
}

.bold {
  font-weight: 600;
}

.extraBold {
  font-weight: 700;
}

.block {
  font-weight: 800;
}

.btn:focus,
a.btn:focus {
  box-shadow: none;
}

.btn-primary,
a.btn-primary {
  background: #da0c0c;
  border: 1px solid #da0c0c;
  color: #fff !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.hover, .btn-primary:not(:disabled):not(.disabled):active:focus,
a.btn-primary:hover,
a.btn-primary:focus,
a.btn-primary:active,
a.btn-primary.active,
a.btn-primary.hover,
a.btn-primary:not(:disabled):not(.disabled):active:focus {
  background: #da0c0c;
  color: #fff !important;
  border: 1px solid #da0c0c;
  box-shadow: none;
}

.btn-secondary,
a.btn-secondary {
  background: #f7941d;
  border: 1px solid #f7941d;
  color: #fff !important;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .btn-secondary.hover, .btn-secondary:not(:disabled):not(.disabled):active:focus,
a.btn-secondary:hover,
a.btn-secondary:focus,
a.btn-secondary:active,
a.btn-secondary.active,
a.btn-secondary.hover,
a.btn-secondary:not(:disabled):not(.disabled):active:focus {
  background: #f7941d;
  color: #fff !important;
  border: 1px solid #f7941d;
  box-shadow: none;
}

.btn-tertiary,
a.btn-tertiary {
  background: #e9b220;
  border: 1px solid #e9b220;
  color: #fff !important;
}
.btn-tertiary:hover, .btn-tertiary:focus, .btn-tertiary:active, .btn-tertiary.active, .btn-tertiary.hover, .btn-tertiary:not(:disabled):not(.disabled):active:focus,
a.btn-tertiary:hover,
a.btn-tertiary:focus,
a.btn-tertiary:active,
a.btn-tertiary.active,
a.btn-tertiary.hover,
a.btn-tertiary:not(:disabled):not(.disabled):active:focus {
  background: #e9b220;
  color: #fff !important;
  border: 1px solid #e9b220;
  box-shadow: none;
}

.btn-outline-primary {
  border: 1px solid #da0c0c;
  color: #da0c0c;
  background: transparent;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.hover, .btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  border-color: #da0c0c;
  background: #da0c0c;
  color: #fff;
}

.btn-outline-secondary {
  border: 1px solid #f7941d;
  color: #f7941d;
  background: transparent;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.hover, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
  border-color: #f7941d;
  background: #f7941d;
  color: #fff;
}

.btn-outline-tertiary {
  border: 1px solid #e9b220;
  color: #e9b220;
  background: transparent;
}
.btn-outline-tertiary:hover, .btn-outline-tertiary:focus, .btn-outline-tertiary:active, .btn-outline-tertiary.active, .btn-outline-tertiary.hover, .btn-outline-tertiary:not(:disabled):not(.disabled):active:focus {
  border-color: #e9b220;
  background: #e9b220;
  color: #fff;
}

.btn-outline-white {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
}
.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active, .btn-outline-white.active, .btn-outline-white.hover, .btn-outline-white:not(:disabled):not(.disabled):active:focus {
  border-color: #fff;
  background: #fff;
  color: #da0c0c;
}

.btn-link {
  color: #da0c0c;
  text-decoration: none;
  padding: 0 5px !important;
}
.btn-link.underline {
  text-decoration: underline;
}
.btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active, .btn-link.hover, .btn-link:not(:disabled):not(.disabled):active:focus {
  color: #da0c0c;
}

.btn-link-dark {
  color: #000;
  text-decoration: none;
  padding: 0 5px !important;
}
.btn-link-dark.underline {
  text-decoration: underline;
}
.btn-link-dark:hover, .btn-link-dark:focus, .btn-link-dark:active, .btn-link-dark.active, .btn-link-dark.hover, .btn-link-dark:not(:disabled):not(.disabled):active:focus {
  color: #da0c0c;
}

.btn-animation {
  position: relative;
  box-shadow: inset 0 0 0px 0px rgba(0, 0, 0, 0.1215686275) !important;
}
.btn-animation:hover, .btn-animation:focus, .btn-animation:active, .btn-animation.active, .btn-animation.hover, .btn-animation:not(:disabled):not(.disabled):active:focus {
  box-shadow: inset 0 50px 0px 0px rgba(0, 0, 0, 0.1215686275) !important;
}

.btn-xxl {
  padding: 0.8rem 1rem;
}
.btn-xxl i {
  font-size: 2.9rem;
}

.btn-xl {
  padding: 0.5rem 0.6rem;
}
.btn-xl i {
  font-size: 1.9rem;
}

.btn-lg {
  padding: 0.4rem 0.5rem;
}
.btn-lg i {
  font-size: 1.5rem;
}

.btn-md {
  padding: 0.3rem 0.4rem;
}
.btn-md i {
  font-size: 1.4rem;
}

.btn-sm {
  padding: 0.28rem 0.32rem;
}
.btn-sm i {
  font-size: 1.3rem;
}

.btn-xs {
  padding: 0.2rem 0.3rem;
}
.btn-xs i {
  font-size: 1rem;
}

.px-i-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.error-text {
  color: #E01F26;
}

.withbtn {
  position: relative;
}
.withbtn .form-control {
  padding-right: 6rem;
}
.withbtn .btn {
  position: absolute;
  right: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
}

.form-control::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}

.form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}

.form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}

.form-control {
  border-color: #ced4da;
  box-shadow: none;
}

.form-control:focus {
  border-color: #666666;
  box-shadow: none;
}

.form-group.error .form-control {
  border-color: #da0c0c;
}

.eyeButton {
  color: #444444 !important;
}
.eyeButton.active {
  color: #da0c0c !important;
}

input[type=text],
input[type=email],
input[type=password],
input[type=submit],
input[type=button],
textarea,
select {
  -moz-appearance: none;
       appearance: none;
  /* for mobile safari */
  -webkit-appearance: none;
}

.form-check-input:checked {
  background-color: #da0c0c;
  border-color: #da0c0c;
}

.table > thead > tr > th {
  border-bottom-color: #da0c0c !important;
}

.table.table-hover-shadow > :not(caption) > * > * {
  border-color: rgba(218, 12, 12, 0.5);
}

.table.table-hover-shadow tbody tr:hover {
  box-shadow: 0px 2px 4px 1px rgba(218, 12, 12, 0.3411764706);
  border-radius: 5px;
}

.only-line-4 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.form-control.error {
  border-color: #E01F26;
}

label.error {
  color: #E01F26;
}

.choices__heading {
  padding: 3px 10px;
  border-bottom: 1px solid #f7f7f7;
  color: #da0c0c;
  background: #f9f9f9;
}

.choices .form-control {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.choices .form-control .choices__list--single {
  padding: 0 16px 0 0;
}
.choices.is-open .form-control {
  border-color: #666666;
}

/* Trigger text */
/* Gap filler */
/* ctooltip */
.ctooltip-content,
.tooltip.custom-tooltip .tooltip-inner {
  max-width: 300px;
  text-align: left;
  font-size: 0.85rem;
  line-height: 1.4;
  box-shadow: -5px -5px 15px rgba(0, 0, 0, 0.3);
  background: #fff;
  cursor: default;
  pointer-events: none;
  display: flex;
  border-radius: 0.5rem;
  padding: 1.5rem;
  align-items: center;
  opacity: 1;
}
@media (max-width: 992px) {
  .ctooltip-content,
  .tooltip.custom-tooltip .tooltip-inner {
    width: 230px;
    padding: 1rem;
  }
}

.tooltip .tooltip-arrow {
  width: 1.6rem;
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
  width: 0.4rem;
  height: 1.6rem;
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
  width: 0.4rem;
  height: 1.6rem;
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
  left: -1px;
  border-width: 0.8rem 0 0.8rem 0.8rem;
  border-left-color: #fff;
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
  border-width: 0.8rem 0.8rem 0.8rem;
  border-right-color: #fff;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  border-width: 0.8rem 0.8rem 0;
  border-top-color: #fff;
}

.tooltip.custom-tooltip .tooltip-inner .ctooltip-text {
  font-size: 0.85rem;
  padding-left: 1rem;
  color: #444444;
  display: block;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.tooltip.custom-tooltip .tooltip-inner .ctooltip-text a {
  font-size: 0.85rem;
  padding: 0 !important;
}

.tooltip.custom-tooltip .tooltip-inner img {
  position: relative;
  height: auto;
  width: 5.3rem !important;
  display: block;
  float: left;
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .tooltip.custom-tooltip .tooltip-inner img {
    width: 4rem !important;
    margin-right: 0.8rem;
  }
}

.tooltip.show {
  opacity: 1;
}

body {
  width: 100%;
  overflow-x: hidden;
}

.header-section {
  position: absolute;
  width: 100%;
  padding: 0 2rem;
  z-index: 222;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.site-logo {
  width: 11rem;
  margin-right: 6.25rem;
}
@media (max-width: 667px) {
  .site-logo {
    width: 12rem;
    margin-right: 0;
  }
}

.header-link-wrapper-main {
  align-items: center;
  padding: 2rem 3.5rem;
}
@media (max-width: 992px) {
  .header-link-wrapper-main {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 5;
    right: 0;
    top: 0;
    transition: visibility 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95), opacity 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    will-change: opacity, visibility;
    visibility: hidden;
    opacity: 0;
  }
}
.header-link-wrapper-main .header-link-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .header-link-wrapper-main .header-link-wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 10rem;
    z-index: 2;
    width: 270px;
    height: 100vh;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 1.25rem 0 0 1.25rem;
    transform: translateX(50px);
    transition: transform 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95), visibility 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95), opacity 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    will-change: transform, opacity, visibility;
    background: linear-gradient(90deg, #c90707 19%, #ce0a0a 35%, #da0c0c 100%);
    box-shadow: -9px 9px 10px 0px rgba(0, 0, 0, 0.1490196078);
  }
  .header-link-wrapper-main .header-link-wrapper .btn-outline-primary {
    background: #fff;
  }
}
.header-link-wrapper-main .header-link-wrapper .header-links {
  display: flex;
}
.header-link-wrapper-main .header-link-wrapper .header-links .header-nav {
  display: flex;
  align-items: center;
}
.header-link-wrapper-main .header-link-wrapper .header-links .header-nav ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .header-link-wrapper-main .header-link-wrapper .header-links .header-nav ul {
    flex-direction: column;
    margin-bottom: 2rem;
  }
}
.header-link-wrapper-main .header-link-wrapper .header-links .header-nav ul li:not(:last-child) {
  margin-right: 3.5625rem;
}
@media (max-width: 992px) {
  .header-link-wrapper-main .header-link-wrapper .header-links .header-nav ul li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
@media (max-width: 1100px) {
  .header-link-wrapper-main .header-link-wrapper .header-links .header-nav ul li:not(:last-child) {
    margin-right: 2rem;
  }
}
.header-link-wrapper-main .header-link-wrapper .header-links .header-nav ul li a {
  color: #000;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 1.125rem;
  cursor: pointer;
}
@media (max-width: 992px) {
  .header-link-wrapper-main .header-link-wrapper .header-links .header-nav ul li a {
    font-weight: bold;
    color: #fff;
    font-size: 1.375rem;
  }
}
.header-link-wrapper-main .header-link-wrapper .header-links .header-nav ul li a::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #da0c0c;
  left: 0;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px) scale(0.5);
}

.header-link-wrapper-main.open {
  visibility: visible;
  opacity: 1;
}

.header-link-wrapper-main.open .header-link-wrapper {
  visibility: visible;
  transform: translateX(0);
  opacity: 1;
}
@keyframes ripple {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(2);
    opacity: 1;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
.loaded .slideY {
  animation: slideY 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95) both;
}
.loaded .slideX {
  animation: slideX 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95) both;
}
.loaded .opacity-ani {
  animation: opacityAnimation 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95) both;
}
.loaded .delay-01 {
  animation-delay: 0.1s;
}
.loaded .delay-02 {
  animation-delay: 0.2s;
}
.loaded .delay-03 {
  animation-delay: 0.3s;
}
.loaded .delay-04 {
  animation-delay: 0.4s;
}
.loaded .delay-05 {
  animation-delay: 0.5s;
}
.loaded .delay-06 {
  animation-delay: 0.6s;
}
.loaded .delay-07 {
  animation-delay: 0.7s;
}
.loaded .delay-08 {
  animation-delay: 0.8s;
}
.loaded .delay-09 {
  animation-delay: 0.9s;
}
.loaded .delay-1 {
  animation-delay: 1s;
}
@keyframes slideY {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideX {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes opacityAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.banner {
  position: relative;
  padding: 6.8rem 2rem 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .banner .banner-fullScreen {
    display: none;
  }
  .banner .banner-bg {
    display: block !important;
    height: 30rem !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner .bg-img {
    height: 400px;
  }
}
.banner .contents {
  position: absolute;
  top: 13.8rem;
  right: 0;
  left: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner .contents {
    top: 11.8rem;
  }
}
.banner .contents .email-form {
  max-width: 33.75rem;
  position: relative;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.banner .contents .email-form .form-group {
  margin-bottom: 0;
}
.banner .contents .email-form .form-group .form-control {
  padding: 1.625rem 11.25rem 1.625rem 2rem;
  font-weight: 500;
  background: #000 !important;
  border: 1px solid #f7941d;
  box-shadow: 0 0 10px #f7941d;
  border-radius: 0.8rem;
  height: 4.5rem;
  color: #fff;
  font-size: 1.1rem;
}
.banner .contents .email-form .form-group .form-control.error {
  border-color: #E01F26;
}
.banner .contents .email-form .form-group .form-control :focus {
  color: #fff;
  background: #000 !important;
  border: 1px solid #f7941d;
  box-shadow: 0 0 10px #f7941d !important;
  outline: none;
}
.banner .contents .email-form label.error {
  color: #fff !important;
}
.banner .contents .email-form .btn {
  right: 0.625rem;
  top: 0.625rem;
  position: absolute;
  border-radius: 0.5rem;
  font-size: 1.1rem;
  height: 3.35rem;
  font-weight: 500;
}
@media (max-width: 667px) {
  .banner {
    padding: 6.8rem 1rem 0;
  }
}
.banner .banner-bg {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 2.5rem;
  height: 42rem;
  background-color: #da0c0c;
  position: relative;
}
@media (max-width: 667px) {
  .banner .banner-bg {
    height: auto;
  }
}
.banner .banner-bg::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  background-color: #da0c0c;
  z-index: -1;
  transform: skewY(3deg);
  bottom: -4.875rem;
  height: 17rem;
  border-radius: 40px;
}
@media (max-width: 575.99px) {
  .banner .banner-bg::after {
    bottom: -10.875rem;
  }
}
.banner .banner-bg .content {
  padding-top: 4rem;
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 57rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.banner .banner-bg .content .heading-1 {
  margin-bottom: 1.875rem;
  max-width: 52.125rem;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.banner .banner-bg .content .subheading-1 {
  margin: 0 auto;
  text-align: center;
}
.banner .banner-bg .content .email-form {
  max-width: 33.75rem;
  margin: 0 auto;
  position: relative;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.banner .banner-bg .content .email-form .form-group {
  margin-bottom: 0;
}
.banner .banner-bg .content .email-form .form-group .form-control {
  padding: 1.625rem 11.25rem 1.625rem 2rem;
  font-weight: 500;
  background: #000 !important;
  border: 1px solid #f7941d;
  box-shadow: 0 0 10px #f7941d;
  border-radius: 0.8rem;
  height: 4.5rem;
  color: #fff;
  font-size: 1.1rem;
}
.banner .banner-bg .content .email-form .form-group .form-control.error {
  border-color: #E01F26;
}
.banner .banner-bg .content .email-form .form-group .form-control :focus {
  color: #fff;
  background: #000 !important;
  border: 1px solid #f7941d;
  box-shadow: 0 0 10px #f7941d !important;
  outline: none;
}
.banner .banner-bg .content .email-form label.error {
  color: #fff !important;
}
.banner .banner-bg .content .email-form .btn {
  right: 0.625rem;
  top: 0.625rem;
  position: absolute;
  border-radius: 0.5rem;
  font-size: 1.1rem;
  height: 3.35rem;
  font-weight: 500;
}

.bg-vactor {
  padding: 0 2rem;
  margin-bottom: 16rem;
  position: relative;
}
@media (max-width: 667px) {
  .bg-vactor {
    padding: 0 1rem;
  }
}
.bg-vactor::after {
  content: "";
  position: absolute;
  right: 2rem;
  left: 2rem;
  background-color: #fff;
  border: 1px solid #ced4da;
  z-index: -1;
  transform: translateY(-6rem) skewY(3deg);
  height: 12rem;
  border-radius: 40px;
  top: 0;
}
@media (max-width: 667px) {
  .bg-vactor::after {
    right: 1rem;
    left: 1rem;
  }
}
.bg-vactor::before {
  content: "";
  position: absolute;
  right: 2rem;
  left: 2rem;
  background-color: #fff;
  border: 1px solid #ced4da;
  z-index: -1;
  transform: translateY(-7rem) skewY(3deg);
  height: 17rem;
  border-radius: 40px;
  bottom: -15rem;
}
@media (max-width: 667px) {
  .bg-vactor::before {
    right: 1rem;
    left: 1rem;
  }
}
.bg-vactor .vactor-content {
  min-height: 18rem;
  background: #fff;
  border-left: 1px solid #ced4da;
  border-right: 1px solid #ced4da;
  padding: 0 4rem;
}
@media (max-width: 667px) {
  .bg-vactor .vactor-content {
    padding: 0 2rem;
  }
}
.bg-vactor.bg-extra-light::after, .bg-vactor.bg-extra-light::before {
  background-color: #eeeeee;
}
.bg-vactor.bg-extra-light .vactor-content {
  background-color: #eeeeee;
}
.bg-vactor.vactor-primary::after, .bg-vactor.vactor-primary::before {
  background-color: #da0c0c;
}
.bg-vactor.vactor-primary .vactor-content {
  background-color: #da0c0c;
}
.bg-vactor.vactor2::before {
  transform: translateY(-7rem) skewY(-3deg);
}
.bg-vactor.vactor3::after {
  transform: translateY(-6rem) skewY(-3deg);
}
.bg-vactor.vactor3::before {
  transform: translateY(-7rem) skewY(3deg);
}
.bg-vactor.grey-vactor::after, .bg-vactor.grey-vactor::before {
  background-color: #eeeeee;
}
.bg-vactor.grey-vactor .vactor-content {
  background-color: #eeeeee;
}
.bg-vactor.vactor4::before {
  transform: translateY(-109px) skewY(-3deg);
  height: 16rem;
}
.bg-vactor.vactor5 {
  margin-bottom: 2rem !important;
}
.bg-vactor.vactor5::after {
  transform: translateY(-8rem) skewY(-3deg);
  height: 16rem;
}
.bg-vactor.vactor5::before {
  display: none;
}
.bg-vactor.vactor5 .vactor-content {
  border-radius: 0 0 40px 40px;
  border-bottom: 1px solid #ced4da;
}

@media screen and (min-width: 1300px) {
  section.footer {
    margin-top: 17rem;
  }
}
.mission {
  margin-top: 6rem;
}
@media (min-width: 576px) and (max-width: 767px) {
  .mission {
    margin-top: 13rem !important;
  }
}
@media (max-width: 575.99px) {
  .mission {
    margin-top: 19rem !important;
  }
}
.mission .section-headers {
  width: 85%;
}
@media (max-width: 992px) {
  .mission .section-headers {
    width: 100%;
  }
}
.mission .mission-image {
  margin-bottom: -5rem;
  width: 100%;
  position: relative;
  background-image: url(../images/mission-image-bg.png);
  background-size: contain;
}
@media (max-width: 667px) {
  .mission .mission-image {
    margin-bottom: 0;
  }
}
.mission .mission-image img.vactor {
  width: 100%;
  opacity: 0.5;
}
.mission .mission-image img.content-image {
  position: absolute;
  left: 4%;
  width: 90%;
  top: 10%;
}
.mission .mission-image .content-data .mission1,
.mission .mission-image .content-data .mission2,
.mission .mission-image .content-data .mission3,
.mission .mission-image .content-data .mission4,
.mission .mission-image .content-data .mission5 {
  position: absolute;
  width: 32%;
}
.mission .mission-image .content-data .mission1 {
  top: 4%;
  left: 32%;
}
.mission .mission-image .content-data .mission2 {
  top: 16%;
  left: 1%;
}
.mission .mission-image .content-data .mission3 {
  top: 43%;
  left: 32%;
}
.mission .mission-image .content-data .mission4 {
  top: 50%;
  left: 63%;
}
.mission .mission-image .content-data .mission5 {
  top: 12%;
  left: 64%;
}

.our-mission-card {
  position: relative;
  padding-left: 3.125rem;
  margin-left: 4.1875rem;
  border-left: 2px solid #da0c0c;
  padding-bottom: 23rem;
}
@media (max-width: 667px) {
  .our-mission-card {
    margin-left: 1rem;
    padding-bottom: 15rem;
  }
}
.our-mission-card:first-child {
  padding-top: 9.75rem;
}
.our-mission-card img {
  margin-bottom: 0.9375rem;
}
.our-mission-card .heading-2 {
  max-width: 30rem;
  margin-bottom: 1.2rem;
  font-weight: 600;
}
.our-mission-card .heading-2::after {
  content: "";
  position: absolute;
  left: -0.5px;
  height: 50px;
  top: 0;
  border-left: 2px solid #da0c0c;
  border-bottom: 2px solid #da0c0c;
  border-bottom-left-radius: 17px;
}
.our-mission-card .heading-2::after {
  transform: translateY(-60%) translateX(-3.25rem);
  width: 2rem;
}
.our-mission-card .heading-2::before {
  content: "";
  position: absolute;
  border: 2px solid #da0c0c;
  background-color: #eeeeee;
  top: 0;
  border-radius: 50%;
  z-index: 1;
}
.our-mission-card .heading-2::before {
  width: 10px;
  height: 10px;
  transform: translateY(130%) translateX(-2.8rem);
  left: 1rem;
}
.our-mission-card p {
  max-width: 32rem;
}
.our-mission-card:last-child {
  margin-bottom: 10.625rem;
  padding-bottom: 2rem;
}
@media (max-width: 992px) {
  .our-mission-card:last-child {
    margin-bottom: 2;
    padding-bottom: 0;
  }
}
@media (max-width: 667px) {
  .our-mission-card:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.our-mission-card ul {
  margin: 0;
  padding-left: 15px;
}
.our-mission-card ul li {
  margin-bottom: 1.2rem;
  color: #000;
  list-style: none;
  position: relative;
}
.our-mission-card ul li span {
  font-weight: 600;
}
.our-mission-card ul li::before {
  content: "";
  background-color: #da0c0c;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 6px;
  left: -12px;
  border-radius: 2rem;
}
.our-mission-card ul li:last-child {
  margin-bottom: 0 !important;
}

.sticky-card-image-wrapper {
  position: sticky;
  top: 50px;
}
.sticky-card-image-wrapper .sticky-card-image {
  height: 648px;
}
.sticky-card-image-wrapper .sticky-image_capabiliites {
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95) opacity, 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95) visibility;
  will-change: opacity, visibility;
}
.sticky-card-image-wrapper .active .sticky-image_capabiliites {
  opacity: 1;
  visibility: visible;
}

.capabiliites-1 {
  background: url("../images/capabiliites-1.svg") center center;
  transform-origin: top;
  background-repeat: no-repeat;
  background-size: 75%;
  width: 100%;
  height: 700px;
}

.capabiliites-2 {
  background: url("../images/capabiliites-2.svg") center center;
  -webkit-transform-origin: top;
  background-repeat: no-repeat;
  transform-origin: top;
  background-size: 75%;
  width: 100%;
  height: 700px;
}

.capabiliites-3 {
  background: url("../images/capabiliites-3.svg") center center;
  -webkit-transform-origin: top;
  background-repeat: no-repeat;
  transform-origin: top;
  background-size: 75%;
  width: 100%;
  height: 700px;
}

.capabiliites-4 {
  background: url("../images/capabiliites-4.svg") center center;
  -webkit-transform-origin: top;
  background-repeat: no-repeat;
  transform-origin: top;
  background-size: 75%;
  width: 100%;
  height: 800px;
}

.capabiliites-5 {
  background: url("../images/capabiliites-5.svg") center center;
  -webkit-transform-origin: top;
  background-repeat: no-repeat;
  transform-origin: top;
  background-size: 75%;
  width: 100%;
  height: 700px;
}

.capabiliites-6 {
  background: url("../images/capabiliites-6.svg") center center;
  -webkit-transform-origin: top;
  background-repeat: no-repeat;
  transform-origin: top;
  background-size: 75%;
  width: 100%;
  height: 700px;
}

.capabiliites-7 {
  background: url("../images/capabiliites-7.svg") center center;
  -webkit-transform-origin: top;
  background-repeat: no-repeat;
  transform-origin: top;
  background-size: 75%;
  width: 100%;
  height: 700px;
}

.capabiliites-8 {
  background: url("../images/capabiliites-8.svg") center center;
  -webkit-transform-origin: top;
  background-repeat: no-repeat;
  transform-origin: top;
  background-size: 75%;
  width: 100%;
  height: 700px;
}

.section-headers .heading-2 {
  margin-top: 0.5rem;
}

.products .vactor-content {
  min-height: 80vh;
}
.products .heading-content {
  max-width: 73rem;
  text-align: center;
  margin: 0 auto;
}
.products .heading-content .btns-group {
  justify-content: space-around;
  margin-top: 2.5rem;
}
@media (max-width: 667px) {
  .products .heading-content .btns-group {
    flex-wrap: wrap;
    margin-top: 1.5rem;
  }
  .products .heading-content .btns-group .btn {
    margin: 1rem 0.5rem 0;
    width: calc(50% - 1rem);
  }
}
.products .scroll-sticky-section {
  width: 100%;
  height: 100vh;
  padding: 100px 50px;
  position: relative;
  overflow: hidden;
}
.products .slider-content {
  margin-top: 3.5rem;
}
.products .slider-content .slider-item {
  padding: 1.2rem;
}
.products .slider-content .product-outer {
  background: #fff;
  padding: 3rem 2rem;
  border-radius: 3rem;
  text-align: center;
}
.products .slider-content .product-outer .header {
  margin-bottom: 3rem;
}
.products .slider-content .product-outer .header h3 {
  font-size: 1.25rem;
  letter-spacing: -0.5px;
  font-weight: 600;
}

ul.slick-dots {
  position: absolute;
  top: 100%;
  display: flex;
  list-style: none;
  left: 50%;
  transform: translateX(-50%);
  margin: 3rem 0 0;
  padding: 0;
}
ul.slick-dots li {
  margin: 0 3px;
}
ul.slick-dots li button {
  border: none;
  background: #fff;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  color: transparent;
  display: block;
  opacity: 0.5;
}
ul.slick-dots li.slick-active button {
  opacity: 1;
}

.panel {
  display: flex;
  padding-left: 25%;
}
@media (max-width: 992px) {
  .panel {
    padding-left: 0;
  }
}

.with-product-card {
  -webkit-backdrop-filter: blur(37.7px);
  backdrop-filter: blur(37.7px);
  border: solid 1px rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.98);
  border-radius: 1rem;
  transition: 0.2s cubic-bezier(0.45, 0.05, 0.55, 0.95) transform;
  will-change: transform;
}

.with-product-card {
  padding: 1.42rem;
  width: 21.25rem;
  min-height: 32.4375rem;
  box-shadow: 0 0 10px 1px #d78409;
}
@media (max-width: 667px) {
  .with-product-card {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 992px) {
  .with-product-card {
    width: 100%;
  }
}
.with-product-card .bg-gray {
  display: block;
  width: 5.35rem;
  height: 5.35rem;
  border-radius: 50%;
  background: #ebebeb;
  line-height: 5.35rem;
  text-align: center;
  margin-bottom: 1.5rem;
}

.with-product-card__header {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

.with-product-card__desc {
  font-size: 1.14rem;
  line-height: 1.58;
}

.panel-card {
  margin: 0 1.2rem;
}

.panel-card.active .with-product-card {
  transform: scale(1.05);
  border: solid 2px rgb(255, 255, 255);
}
@media (max-width: 992px) {
  .panel-card.active .with-product-card {
    transform: scale(1);
    border: solid 1px rgb(255, 255, 255);
  }
}

section.news {
  margin-top: 14rem;
}

.news-container {
  margin: 0 auto;
  max-width: 90%;
  display: flex;
}
@media (max-width: 1100px) {
  .news-container {
    max-width: 100%;
  }
}
.news-container .row > div {
  padding-left: 2rem;
  padding-left: 2rem;
}
@media (max-width: 992px) {
  .news-container {
    display: block;
  }
}

.news-card {
  background: #fff;
  border-radius: 1rem;
  padding: 0.4rem;
  border: 1px solid #f7941d;
  margin-top: 3rem;
  width: 33.33%;
  margin-left: 2rem;
  margin-right: 2rem;
}
@media (max-width: 992px) {
  .news-card {
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
  }
}
.news-card .card-image {
  border-radius: 0.5rem 0.5rem 0 0;
  width: 100%;
  overflow: hidden;
}
.news-card .card-image img {
  width: 100%;
}
.news-card .card-image::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3098039216);
}
.news-card .news-content {
  padding: 2rem;
}

.capabilite-image {
  display: none;
}
@media (max-width: 992px) {
  .capabilite-image {
    display: block;
    margin-bottom: 5rem;
    display: block;
    height: 330px;
    background-size: contain;
  }
}
@media (max-width: 667px) {
  .capabilite-image {
    margin-left: -3rem;
    width: calc(100% + 3rem);
    height: 23rem;
    margin-bottom: 2rem;
  }
  .capabilite-image.capabiliites-2 {
    height: 29rem;
  }
}

.menu {
  width: 3.5rem;
  position: absolute;
  right: 2rem;
  z-index: 999;
  top: 2.5rem;
  border-radius: 100%;
  transition: 0.3s;
  cursor: pointer;
}
.menu .bar {
  height: 2px;
  width: 2.5rem;
  display: block;
  margin: 0.45rem auto;
  position: relative;
  background-color: #000;
  border-radius: 0.3rem;
  transition: 0.4s all ease-in-out;
}
.menu.active .bar {
  background-color: #fff;
}
.menu.active .bar:nth-of-type(1) {
  transform: translateY(0.65rem) rotate(45deg);
}
.menu.active .bar:nth-of-type(2) {
  opacity: 0;
}
.menu.active .bar:nth-of-type(3) {
  transform: translateY(-0.65rem) rotate(-45deg);
}

.mobile-header {
  padding: 2rem 0.5rem 1.2rem;
  position: relative;
  z-index: 1;
  justify-content: space-between;
  height: 7rem;
  align-items: center;
}

body.menu-open {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

body.menu-open::after,
body.modal-open::after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(65, 0, 0, 0.2);
  z-index: 19;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

@media (max-width: 667px) {
  br {
    display: none;
  }
  .footer-link {
    margin-bottom: 1.5rem;
  }
  .footer-link.social-link.mt-3 {
    margin-top: 3rem !important;
  }
  .copyright {
    margin-top: 3rem;
  }
}
.modal-backdrop.show {
  opacity: 0 !important;
  display: none;
}

.modal-backdrop {
  -webkit-backdrop-filter: blur(2.3px);
          backdrop-filter: blur(2.3px);
  background: rgba(65, 0, 0, 0.3);
}

.modal-dialog-centered.requestdemo {
  max-width: 660px;
}
.modal-dialog-centered.requestdemo .form-control {
  padding: 0.6rem 1rem;
}
.modal-dialog-centered.requestdemo .modal-content {
  border-radius: 1rem;
  box-shadow: 0 0 24px 2px rgba(0, 0, 0, 0.2196078431);
}
.modal-dialog-centered.requestdemo .modal-body {
  padding: 3rem 4rem;
}
.modal-dialog-centered.requestdemo .form-group {
  margin-top: 2rem;
}
.modal-dialog-centered.requestdemo .modalFooter {
  margin-top: 2rem;
}

.success.modal-sm {
  max-width: 357px;
  margin: 0 auto;
}
.success.modal-sm .modal-content {
  box-shadow: 0 0 24px 2px rgba(0, 0, 0, 0.2196078431);
  border-radius: 2rem;
  padding: 2rem;
}

@media (max-width: 992px) {
  .mission-knowMore {
    margin-bottom: -3rem;
  }
}
.experience .exp-card {
  border: 1px solid #ccc;
  border-radius: 2rem;
  min-height: 27rem;
  padding: 1.7rem;
}
@media (min-width: 576px) and (max-width: 767px) {
  .experience .exp-card {
    min-height: 20rem;
  }
}
@media (max-width: 575.99px) {
  .experience .exp-card {
    min-height: 20rem;
  }
}
.experience .exp-card.one {
  background-image: url(../images/aviation-icon.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 75%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .experience .exp-card.one {
    background-size: 60%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .experience .exp-card.one {
    background-size: 55%;
  }
}
@media (max-width: 575.99px) {
  .experience .exp-card.one {
    background-size: 45%;
  }
}
.experience .exp-card.two {
  background-image: url(../images/healthcare-icon.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 70%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .experience .exp-card.two {
    background-size: 60%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .experience .exp-card.two {
    background-size: 55%;
  }
}
@media (max-width: 575.99px) {
  .experience .exp-card.two {
    background-size: 45%;
  }
}
.experience .exp-card.three {
  background-image: url(../images/education-icon.svg);
  background-repeat: no-repeat;
  background-position: bottom right 2rem;
  background-size: 70%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .experience .exp-card.three {
    background-size: 60%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .experience .exp-card.three {
    background-size: 65%;
  }
}
@media (max-width: 575.99px) {
  .experience .exp-card.three {
    background-size: 55%;
    background-position: bottom right 1rem;
  }
}
.experience .exp-card.four {
  background-image: url(../images/tourism-travel-icon.svg);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 80%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .experience .exp-card.four {
    background-size: 60%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .experience .exp-card.four {
    background-size: 65%;
  }
}
@media (max-width: 575.99px) {
  .experience .exp-card.four {
    background-size: 55%;
  }
}
.experience .exp-card.five {
  background-image: url(../images/legal-icon.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 60%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .experience .exp-card.five {
    background-size: 55%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .experience .exp-card.five {
    background-size: 53%;
  }
}
@media (max-width: 575.99px) {
  .experience .exp-card.five {
    background-size: 45%;
  }
}
.experience .exp-card.six {
  background-image: url(../images/development-icon.svg);
  background-repeat: no-repeat;
  background-position: bottom right 2rem;
  background-size: 60%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .experience .exp-card.six {
    background-size: 55%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .experience .exp-card.six {
    background-size: 45%;
  }
}
@media (max-width: 575.99px) {
  .experience .exp-card.six {
    background-size: 40%;
    background-position: bottom right 1rem;
  }
}
.experience .exp-card.seven {
  background-image: url(../images/logistics-icon.svg);
  background-repeat: no-repeat;
  background-position: bottom 2rem left 2rem;
  background-size: 60%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .experience .exp-card.seven {
    background-size: 55%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .experience .exp-card.seven {
    background-size: 55%;
  }
}
@media (max-width: 575.99px) {
  .experience .exp-card.seven {
    background-size: 40%;
    background-position: bottom 1rem left 1rem;
  }
}
.experience .exp-card.eight {
  background-image: url(../images/financial-icon.svg);
  background-repeat: no-repeat;
  background-position: bottom 2rem center;
  background-size: 60%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .experience .exp-card.eight {
    background-size: 55%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .experience .exp-card.eight {
    background-size: 45%;
  }
}
@media (max-width: 575.99px) {
  .experience .exp-card.eight {
    background-size: 40%;
    background-position: bottom 1rem center;
  }
}
.experience .exp-card.nine {
  background-image: url(../images/hospitality-Industry-icon.svg);
  background-repeat: no-repeat;
  background-position: bottom 2rem right 2rem;
  background-size: 60%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .experience .exp-card.nine {
    background-size: 55%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .experience .exp-card.nine {
    background-size: 45%;
  }
}
@media (max-width: 575.99px) {
  .experience .exp-card.nine {
    background-size: 40%;
    background-position: bottom 1rem right 1rem;
  }
}
.experience .bg-vactors {
  padding: 0 2rem;
  margin-bottom: 16rem;
  position: relative;
}
@media (max-width: 667px) {
  .experience .bg-vactors {
    padding: 0 1rem;
  }
}
.experience .bg-vactors::after {
  content: "";
  position: absolute;
  right: 2rem;
  left: 2rem;
  background-color: #fff;
  border: 1px solid #ced4da;
  z-index: -1;
  transform: translateY(-6rem) skewY(3deg);
  height: 12rem;
  border-radius: 40px;
  top: 0;
}
@media (max-width: 667px) {
  .experience .bg-vactors::after {
    right: 1rem;
    left: 1rem;
  }
}
.experience .bg-vactors::before {
  content: "";
  position: absolute;
  right: 2rem;
  left: 2rem;
  background-color: #fff;
  border: 1px solid #ced4da;
  z-index: -1;
  transform: translateY(-7rem) skewY(3deg);
  height: 17rem;
  border-radius: 40px;
  bottom: -15rem;
}
@media (max-width: 667px) {
  .experience .bg-vactors::before {
    right: 1rem;
    left: 1rem;
  }
}
.experience .bg-vactors .vactor-contents {
  min-height: 18rem;
  background: #fff;
  border-left: 1px solid #ced4da;
  border-right: 1px solid #ced4da;
  padding: 0 4rem;
}
@media (max-width: 667px) {
  .experience .bg-vactors .vactor-contents {
    padding: 0 2rem;
  }
}/*# sourceMappingURL=style.css.map */