@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&display=swap");
:root {
  --global-font-family:  "Oswald", sans-serif;
  --global-font-family-2:  "Open Sans", sans-serif;
  --global-font-size: 1rem;
  --global-font-size-html: 16px;
  --global-font-weight: 400;
  --global-font-color: #666666;
  --global-background-color: #fff;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #666666;
  border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
  background: #e61919;
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slide {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: var(--global-font-family);
  font-size: var(--global-font-size-html);
  font-weight: var(--global-font-weight);
  color: var(--global-font-color);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--global-background-color);
  overflow-x: hidden;
}

body ::-moz-selection {
  background-color: #e61919;
  color: #fff;
}

body ::selection {
  background-color: #e61919;
  color: #fff;
}

body .container {
  max-width: 1540px;
  margin: 0 auto;
  width: 100%;
  padding: 0 0.938rem;
}

body .center {
  text-align: center;
}

body .wpb_raw_code.wpb_raw_html {
  margin-bottom: 0;
}

body .wpb_single_image {
  margin-bottom: 0;
}

body .wpb_text_column {
  margin-bottom: 0;
}

body .vc_icon_element {
  margin-bottom: 0;
}

body .hidden {
  display: none !important;
}

body .desk-hide {
  display: none !important;
}

body p {
  font-family: var(--global-font-family);
  font-size: var(--global-font-size);
  font-weight: var(--global-font-weight);
  margin: 0 0 1em;
}

body a {
  color: var(--global-font-color);
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body a:hover {
  color: #e61919;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body .margin-auto {
  margin-left: auto;
  margin-right: auto;
}

body .mg-bottom {
  margin-bottom: 2em;
}

body .mg-none {
  margin: 0 !important;
}

body .flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body .flex-row .col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.34%;
          flex: 0 0 8.34%;
  width: 8.34%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.67%;
          flex: 0 0 16.67%;
  width: 16.67%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  width: 25%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  width: 33.33%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66%;
          flex: 0 0 41.66%;
  width: 41.66%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33%;
          flex: 0 0 58.33%;
  width: 58.33%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66%;
          flex: 0 0 66.66%;
  width: 66.66%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  width: 75%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33%;
          flex: 0 0 83.33%;
  width: 83.33%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66%;
          flex: 0 0 91.66%;
  width: 91.66%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .vc_gitem-zone-a .vc_gitem-row-position-top, body .vc_gitem-zone-b .vc_gitem-row-position-top, body .vc_gitem-zone-a .vc_gitem-row-position-middle, body .vc_gitem-zone-b .vc_gitem-row-position-middle {
  position: relative;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

body .vc-gitem-zone-height-mode-auto:before {
  padding: 0;
}

body .vc_gitem_row .vc_gitem-col {
  padding: 0;
}

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

body .no-pad > .vc_column-inner {
  padding: 0 !important;
}

body header#masthead {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #fff;
}

body header#masthead.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

body header#masthead .header-main {
  padding: 1rem 0;
}

body header#masthead .header-main .flex-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body header#masthead .header-main .flex-row > div {
  padding: 0;
}

body header#masthead .header-main .logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

body header#masthead .header-main .logo img {
  width: 100%;
  height: auto;
  max-width: initial !important;
}

body header#masthead .header-main ul.menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 2.222rem;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item {
  list-style: none;
  position: relative;
  text-transform: capitalize;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item.menu-item-has-children > a {
  padding-right: 1rem;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item.menu-item-has-children > a::after {
  content: '\f078';
  font-family: 'FontAwesome';
  position: absolute;
  top: 30%;
  right: 0;
  font-size: 0.8em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item.menu-item-has-children > a:hover::after {
  rotate: 180deg;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item.current-menu-item > a {
  color: #e61919;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item a {
  font-family: var(--global-font-family);
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1A1A1A;
  text-transform: uppercase;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  padding: 0.2rem 0;
  font-weight: 400;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item a:hover {
  color: #e61919;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu {
  position: absolute;
  top: 125%;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 220px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  height: 0;
  background: #fff;
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.18);
          box-shadow: 0 20px 20px rgba(0, 0, 0, 0.18);
  border-top: 2px solid #e61919;
  display: block;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item {
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  background: #fff;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item a {
  width: 100%;
  padding: 0.5rem 1rem;
  color: #000;
  letter-spacing: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  display: block;
  position: relative;
  font-size: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 400;
  text-transform: capitalize;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item a:before {
  display: none;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item a:hover {
  background: #e61919;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item:last-child {
  border-bottom: 0;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item button.sub-menu-toggle {
  display: none;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item:first-child {
  margin-left: 0;
  padding-left: 0;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item:last-child {
  margin-right: 0;
  padding-right: 0;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  height: auto;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body header#masthead .header-main .head-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

body header#masthead .header-main .btn {
  margin-bottom: 0;
}

body header#masthead .header-main .btn a {
  background: #e61919;
  color: #fff;
  border: 1px solid #e61919;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  position: relative;
  font-size: 1rem;
  font-family: var(--global-font-family);
  border: 1px solid #e61919;
  border-radius: 8px;
  font-weight: 400;
  padding: 0.65rem 1rem;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
  cursor: pointer;
  text-transform: uppercase;
}

body header#masthead .header-main .btn a:hover {
  background: #E83030;
  color: #fff;
  border-color: #E83030;
}

body header#masthead .header-main .btn-2 {
  margin-bottom: 0;
}

body header#masthead .header-main .btn-2 a {
  background: transparent;
  color: #e61919;
  border: 1px solid #e61919 !important;
  display: block;
  z-index: 1;
  position: relative;
  font-size: 1rem;
  font-family: var(--global-font-family);
  border: 1px solid #e61919;
  border-radius: 8px;
  font-weight: 400;
  padding: 0.65rem 1rem;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
  cursor: pointer;
  text-transform: uppercase;
}

body header#masthead .header-main .btn-2 a:hover {
  background: #e61919;
  color: #fff;
}

body nav#mm-menu .mm-navbar .mm-navbar__title {
  background: #1A1A1A;
  color: #fff;
  font-size: 1.2rem;
  font-family: var(--global-font-family);
  font-weight: 400;
}

body nav#mm-menu .mm-navbar .mm-btn::before {
  border-color: #FFF;
}

body nav#mm-menu .mm-panels .mm-panel .mm-navbar {
  background: #1A1A1A;
}

body nav#mm-menu .mm-panels .mm-panel .mm-navbar a.mm-navbar__title {
  font-size: 1.2rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  color: #FFF;
}

body nav#mm-menu .mm-panels .mm-panel ul#primary-menu-list li {
  font-size: 1.1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
}

body #content .vc_row {
  margin: 0;
}

body #content .vc_row > .wpb_column > .vc_column-inner {
  padding-top: 0;
}

body #content .vc_section {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  margin: 0 0 4.444rem 0;
}

body #content .vc_section[data-vc-full-width].vc_hidden {
  opacity: 1;
}

body #content .vc_section .vc_row[data-vc-full-width].vc_hidden {
  opacity: 1;
}

body #content .max-80 {
  max-width: 80%;
}

body #content .m-auto {
  margin-left: auto;
  margin-right: auto;
}

body #content .mg-bottom {
  margin-bottom: 2rem;
}

body #content .full-img > .vc_figure {
  display: block !important;
}

body #content .full-img > .vc_figure > .vc_single_image-wrapper {
  display: block !important;
}

body #content .full-img > .vc_figure > .vc_single_image-wrapper img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  height: auto;
  width: 100%;
  max-width: initial !important;
}

body #content .desk-hidden {
  display: none;
}

body #content .wht-head {
  color: #fff !important;
}

body #content .wht-txt p {
  color: #fff !important;
}

body #content .wpb_column {
  padding-left: 0;
  padding-right: 0;
}

body #content .red {
  color: #e61919 !important;
}

body #content .main-head {
  font-size: 3rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  color: #000;
  margin-bottom: 1.167rem;
  text-transform: uppercase;
}

body #content .main-head b {
  color: #e61919;
  font-weight: 400;
}

body #content .sub-head {
  font-size: 1.5rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  color: #e61919;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

body #content .txt ul {
  padding-left: 1.5rem;
}

body #content .txt ul li {
  color: var(--global-font-color);
  font-family: var(--global-font-family-2);
  font-size: 1.125rem;
  font-weight: 400;
}

body #content .txt p {
  color: var(--global-font-color);
  font-family: var(--global-font-family-2);
  font-size: 1.125rem;
  font-weight: 400;
}

body #content .txt p strong {
  color: #e61919;
  font-weight: 400;
}

body #content .txt a {
  color: var(--global-font-color);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: inherit;
}

body #content .txt a:hover {
  opacity: 0.8;
}

body #content .justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body #content .btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

body #content .btn {
  margin-bottom: 0;
}

body #content .btn a {
  background: #e61919;
  color: #fff;
  border: 1px solid #e61919;
  display: inline-block;
  z-index: 1;
  position: relative;
  font-size: 1rem;
  font-family: var(--global-font-family);
  border: 1px solid #e61919;
  border-radius: 8px;
  font-weight: 400;
  padding: 0.65rem 1rem;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
  cursor: pointer;
}

body #content .btn a:hover {
  background: #E83030;
  color: #fff;
  border-color: #E83030;
}

body #content .btn-2 {
  margin-bottom: 0;
}

body #content .btn-2 a {
  background: transparent;
  color: #1A1A1A;
  border: 1px solid #1A1A1A !important;
  display: block;
  z-index: 1;
  position: relative;
  font-size: 1rem;
  font-family: var(--global-font-family);
  border: 1px solid #1A1A1A;
  border-radius: 8px;
  font-weight: 400;
  padding: 0.806rem 1rem;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
  cursor: pointer;
}

body #content .btn-2 a:hover {
  background: #1A1A1A;
  color: #fff;
}

body #content .btn-3 {
  margin-bottom: 0;
}

body #content .btn-3 a {
  background: transparent;
  color: #fff;
  border: 1px solid #fff !important;
  display: block;
  z-index: 1;
  position: relative;
  font-size: 1rem;
  font-family: var(--global-font-family);
  border: 1px solid #e61919;
  border-radius: 8px;
  font-weight: 400;
  padding: 0.806rem 1rem;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
  cursor: pointer;
}

body #content .btn-3 a:hover {
  background: #fff;
  color: #000;
}

body #content .btn-arrow {
  margin-bottom: 0;
}

body #content .btn-arrow a {
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  color: #e61919;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-transform: uppercase;
  position: relative;
  background: transparent;
  padding: 0;
  border: none;
  outline: none;
  padding-right: 1.5rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body #content .btn-arrow a:hover {
  color: #E83030;
  padding-right: 2rem;
}

body #content .btn-arrow a:before {
  content: '\f061';
  font-family: 'FontAwesome';
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  right: 0;
}

body #content .page-header {
  background: #1A1A1A;
  padding: 0.8rem;
  margin-bottom: 2rem;
  margin-top: 5.5rem;
}

body #content .page-header .page-header-container h1.page-title {
  font-size: 3rem;
  text-transform: uppercase;
  text-align: center;
  font-family: var(--global-font-family);
  font-weight: 400;
  color: #fff;
  margin: 0;
}

body #content .hero-sec {
  height: 100vh;
}

body #content .hero-sec .hero-row .full-img img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

body #content .hero-sec .hero-row .full-img::before {
  content: '';
  background: rgba(0, 0, 0, 0.61);
  position: absolute;
  display: block;
  z-index: 1;
  height: 100%;
  width: 100%;
}

body #content .hero-sec .hero-row .hero-txt {
  position: absolute;
  display: block;
  top: 30%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 55%;
  text-align: center;
  right: 0;
  z-index: 999;
}

body #content .hero-sec .hero-row .hero-txt h1 {
  font-size: 4rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  color: #fff;
  margin-bottom: 1rem;
  opacity: 0;
  text-transform: uppercase;
}

body #content .hero-sec .hero-row .hero-txt p {
  font-size: 1.5rem;
  font-family: var(--global-font-family-2);
  font-weight: 400;
  color: #fff;
  margin-bottom: 1rem;
  opacity: 0;
}

body #content .hero-sec .hero-row .hero-txt .btn {
  opacity: 0;
  margin-top: 2rem;
}

body #content .hero-sec .hero-row .hero-txt .btn a {
  padding: 0.806rem 3.333rem;
  font-size: 1.25rem;
}

body #content .hero-sec ul.slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 2%;
}

body #content .hero-sec ul.slick-dots li {
  margin: 0;
}

body #content .hero-sec ul.slick-dots li button {
  font-size: 0;
  padding: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}

body #content .hero-sec ul.slick-dots li.slick-active button {
  background: #e61919;
}

body #content .why-sec .why-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem;
  border: 1px solid 	#e6e6e6;
  border-radius: 0.5rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body #content .why-sec .why-row > .wpb_column > .vc_column-inner > .wpb_wrapper:hover {
  border-color: #e61919;
}

body #content .why-sec .why-row > .wpb_column > .vc_column-inner > .wpb_wrapper:hover .why-icon {
  background: #e61919;
}

body #content .why-sec .why-row > .wpb_column > .vc_column-inner > .wpb_wrapper:hover .why-icon svg {
  color: #fff;
}

body #content .why-sec .why-row .why-txt .why-icon {
  background: #E61A1A1A;
  margin: 0 auto 1rem;
  width: 3.5rem;
  height: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body #content .why-sec .why-row .why-txt .why-icon svg {
  color: #e61919;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body #content .why-sec .why-row .why-txt .sub-head {
  color: #1A1A1A;
  margin-bottom: 1rem;
}

body #content .why-sec .why-row .why-txt p {
  color: #666666;
  font-size: 0.9rem;
}

body #content .pricing-row.vc_row-flex > .wpb_column > .vc_column-inner > .wpb_wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border-radius: 8px;
  padding: 1.75rem 1.5rem;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.06);
  position: relative;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
  margin-bottom: 2rem;
}

body #content .pricing-row.vc_row-flex > .wpb_column > .vc_column-inner > .wpb_wrapper:hover {
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

body #content .pricing-row.vc_row-flex > .wpb_column:nth-child(2) > .vc_column-inner > .wpb_wrapper {
  background: #e61919;
  border-color: #e61919;
  -webkit-box-shadow: 0 4px 16px rgba(230, 25, 25, 0.25);
          box-shadow: 0 4px 16px rgba(230, 25, 25, 0.25);
}

body #content .pricing-row.vc_row-flex > .wpb_column:nth-child(2) > .vc_column-inner > .wpb_wrapper::before {
  content: 'MOST POPULAR';
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #1A1A1A;
  color: #fff;
  font-family: var(--global-font-family);
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding: 0.35rem 0.9rem;
  border-radius: 20px;
  white-space: nowrap;
  text-transform: uppercase;
}

body #content .pricing-row.vc_row-flex > .wpb_column:nth-child(2) > .vc_column-inner > .wpb_wrapper .txt .sub-head {
  color: #fff !important;
}

body #content .pricing-row.vc_row-flex > .wpb_column:nth-child(2) > .vc_column-inner > .wpb_wrapper .txt p {
  color: #fff !important;
}

body #content .pricing-row.vc_row-flex > .wpb_column:nth-child(2) > .vc_column-inner > .wpb_wrapper .txt .price .amount {
  color: #fff !important;
}

body #content .pricing-row.vc_row-flex > .wpb_column:nth-child(2) > .vc_column-inner > .wpb_wrapper .txt ul li {
  color: #fff !important;
}

body #content .pricing-row.vc_row-flex > .wpb_column:nth-child(2) > .vc_column-inner > .wpb_wrapper .txt ul li::before {
  color: #fff !important;
}

body #content .pricing-row.vc_row-flex > .wpb_column:nth-child(2) > .vc_column-inner > .wpb_wrapper .btn.vc_do_btn a {
  background: #1A1A1A !important;
  border-color: #1A1A1A !important;
}

body #content .pricing-row.vc_row-flex > .wpb_column:nth-child(2) > .vc_column-inner > .wpb_wrapper .btn.vc_do_btn a:hover {
  background: #333 !important;
  border-color: #333 !important;
}

body #content .pricing-row.vc_row-flex .txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

body #content .pricing-row.vc_row-flex .txt .sub-head {
  font-size: 1.35rem;
  font-weight: 400;
  color: #1A1A1A;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

body #content .pricing-row.vc_row-flex .txt p {
  font-size: 1rem;
  color: #333;
  margin-bottom: 1rem;
}

body #content .pricing-row.vc_row-flex .txt .price {
  margin-bottom: 1.25rem;
}

body #content .pricing-row.vc_row-flex .txt .price .amount {
  font-size: 2.25rem;
  font-weight: 400;
  color: #1A1A1A;
  font-family: var(--global-font-family);
}

body #content .pricing-row.vc_row-flex .txt ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

body #content .pricing-row.vc_row-flex .txt ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #333;
  font-family: var(--global-font-family-2);
}

body #content .pricing-row.vc_row-flex .txt ul li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  font-weight: 400;
  color: #1A1A1A;
  font-size: 1.1rem;
}

body #content .pricing-row.vc_row-flex .btn.vc_do_btn {
  margin-top: auto;
  margin-bottom: 0;
}

body #content .pricing-row.vc_row-flex .btn.vc_do_btn a {
  width: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
  border-radius: 8px;
  background: #e61919 !important;
  color: #fff !important;
  border: 1px solid #e61919 !important;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body #content .pricing-row.vc_row-flex .btn.vc_do_btn a:hover {
  background: #E83030 !important;
  border-color: #E83030 !important;
  color: #fff !important;
}

@media (max-width: 992px) {
  body #content .pricing-row.vc_row-flex > .wpb_column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 0.625rem);
            flex: 1 1 calc(50% - 0.625rem);
  }
  body #content .pricing-row.vc_row-flex > .wpb_column:nth-child(2) > .vc_column-inner::before {
    font-size: 0.65rem;
    padding: 0.3rem 0.7rem;
  }
}

@media (max-width: 576px) {
  body #content .pricing-row.vc_row-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body #content .pricing-row.vc_row-flex > .wpb_column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    min-width: 100%;
  }
}

body #content .testimonials-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 1.5rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 0 0.5rem 1rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

body #content .testimonials-slider::-webkit-scrollbar {
  display: none;
}

body #content .testimonials-slider.slick-initialized {
  display: block;
  overflow: visible;
}

body #content .testimonials-slider .slick-prev, body #content .testimonials-slider .slick-next {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff !important;
  z-index: 2;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

body #content .testimonials-slider .slick-prev:hover, body #content .testimonials-slider .slick-next:hover {
  background: rgba(0, 0, 0, 0.15);
}

body #content .testimonials-slider .slick-prev:before, body #content .testimonials-slider .slick-next:before {
  display: none;
}

body #content .testimonials-slider .slick-prev {
  left: 1rem;
}

body #content .testimonials-slider .slick-next {
  right: 1rem;
}

body #content .testimonials-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0;
}

body #content .testimonial-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 0.5rem;
  width: 280px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 0 0 1.25rem;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
}

body #content .testimonial-card:hover {
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

body #content .testimonial-card .testimonial-image {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  margin-bottom: 1rem;
}

body #content .testimonial-card .testimonial-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

body #content .testimonial-card .testimonial-name {
  font-family: var(--global-font-family);
  font-size: 1.15rem;
  font-weight: 700;
  color: #1A1A1A;
  margin: 0 1rem 0.35rem;
  line-height: 1.3;
}

body #content .testimonial-card .testimonial-quote {
  font-family: var(--global-font-family-2);
  font-size: 0.95rem;
  color: #e61919;
  margin: 0 1rem;
  font-weight: 400;
  line-height: 1.4;
}

body #content .testimonials-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.08);
  color: #333;
  font-size: 1.25rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background 0.3s,color 0.3s;
  transition: background 0.3s,color 0.3s;
  z-index: 2;
}

body #content .testimonials-nav:hover {
  background: rgba(0, 0, 0, 0.15);
  color: #1A1A1A;
}

body #content .testimonials-nav.testimonials-nav-prev {
  left: 1rem;
  right: auto;
}

body #content .contact-sec .contact-row .cont-detail {
  margin: 2rem 0;
}

body #content .contact-sec .contact-row .cont-detail > .wpb_column > .vc_column-inner {
  padding: 0;
}

body #content .contact-sec .contact-row .cont-detail .contact-icon {
  text-align: left !important;
}

body #content .contact-sec .contact-row .cont-detail .contact-icon > div {
  background: #FCE8E8;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body #content .contact-sec .contact-row .cont-detail .contact-icon > div .vc_icon_element-icon {
  color: #e61919 !important;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body #content .contact-sec .contact-row .cont-detail .cont-link .sub-head {
  font-size: 1.2rem;
  font-weight: 400;
  color: #1A1A1A;
}

body #content .contact-sec .contact-row .cont-detail .cont-link p {
  font-size: 1.2rem;
  font-weight: 400;
  color: #666666;
}

body #content .contact-sec .contact-row .cont-detail .cont-link p a {
  color: #666666;
}

body #content .contact-sec .contact-row .cont-detail .cont-link p a:hover {
  text-decoration: underline;
  color: #666666;
  opacity: 0.8;
}

body form.wpcf7-form .main-head {
  font-size: 1.8rem !important;
  font-family: var(--global-font-family);
  font-weight: 600 !important;
  color: #1A1A1A !important;
  margin-bottom: 1.167rem;
}

body form.wpcf7-form .flex-row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body form.wpcf7-form .form-group {
  padding-bottom: 1rem;
  width: 100%;
}

body form.wpcf7-form label {
  font-size: 1rem;
  line-height: 2;
  text-transform: uppercase;
}

body form.wpcf7-form label span {
  color: #e61919;
}

body form.wpcf7-form input[type="text"], body form.wpcf7-form input[type="email"], body form.wpcf7-form input[type="tel"], body form.wpcf7-form input[type="date"] {
  width: 100%;
  padding: 0.5rem 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid transparent;
  outline: none;
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #f5f5f5;
  color: #000;
}

body form.wpcf7-form input[type="text"]:focus, body form.wpcf7-form input[type="email"]:focus, body form.wpcf7-form input[type="tel"]:focus, body form.wpcf7-form input[type="date"]:focus {
  outline: none;
  border-color: #e61919;
  border-radius: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

body form.wpcf7-form input[type="checkbox"] {
  accent-color: #e61919;
}

body form.wpcf7-form input[type="radio"] {
  accent-color: #e61919;
}

body form.wpcf7-form .error {
  color: #e61919;
}

body form.wpcf7-form .success {
  color: #0EC879;
}

body form.wpcf7-form select {
  width: 100%;
  padding: 0.5rem 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid transparent;
  outline: none;
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #f5f5f5;
  color: #000;
}

body form.wpcf7-form select:focus {
  outline: none;
  border-color: #e61919;
  border-radius: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

body form.wpcf7-form textarea {
  width: 100%;
  padding: 0.5rem 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid transparent;
  outline: none;
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  resize: none;
  height: 200px;
  background: #f5f5f5;
  color: #000;
}

body form.wpcf7-form textarea:focus {
  outline: none;
  border-color: #e61919;
  border-radius: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

body form.wpcf7-form .radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

body form.wpcf7-form .radios input {
  margin: 0;
  width: 20px;
  accent-color: #e61919;
}

body form.wpcf7-form .radios .radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}

body form.wpcf7-form .submit-btn {
  text-align: right;
  margin-bottom: 0;
  position: relative;
}

body form.wpcf7-form .submit-btn input, body form.wpcf7-form .submit-btn button {
  padding: 0.806rem 3.333rem;
  text-transform: uppercase;
  border-radius: 0.5rem;
  background-color: #e61919;
  color: #fff;
  border: none;
  width: 100%;
  font-family: var(--global-font-family);
  font-weight: 400;
  font-size: 1rem;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body form.wpcf7-form .submit-btn .wpcf7-spinner {
  left: 0;
  top: 15%;
  position: absolute;
}

body form.wpcf7-form .wpcf7-response-output {
  border: none;
  color: #e61919;
}

body footer#colophon .footer-main {
  padding: 2rem 0;
  background: #1A1A1A;
}

body footer#colophon .footer-main .flex-row {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-grid-columns: 33.33% 33.33% 33.33%;
      grid-template-columns: 33.33% 33.33% 33.33%;
  grid-column-gap: 2em;
}

body footer#colophon .footer-main .foot-1 .logo {
  margin-bottom: 1rem;
}

body footer#colophon .footer-main .foot-1 .logo img {
  height: auto;
}

body footer#colophon .footer-main .foot-1 ul.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  list-style: none;
  gap: 0.6em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
}

body footer#colophon .footer-main .foot-1 ul.social-icons li {
  font-size: 1.2rem;
  margin-bottom: 0;
}

body footer#colophon .footer-main .foot-1 ul.social-icons li a {
  color: #fff;
  font-size: inherit;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
  padding: 0.2rem;
  background: #262626;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body footer#colophon .footer-main .foot-1 ul.social-icons li a i {
  margin-right: 0;
  color: #fff;
}

body footer#colophon .footer-main .foot-1 ul.social-icons li a:hover {
  background: #e61919;
  color: #fff;
}

body footer#colophon .footer-main .foot-1 ul.social-icons li a:hover i {
  color: #fff;
}

body footer#colophon .footer-main section.widget h2.widget-title {
  font-family: var(--global-font-family);
  font-weight: 400;
  font-size: 1.23rem;
  text-transform: uppercase;
  color: #e61919;
  margin-bottom: 1.5rem;
}

body footer#colophon .footer-main section.widget p {
  font-size: 1rem;
  font-family: var(--global-font-family);
  color: #666666;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

body footer#colophon .footer-main section.widget ul {
  list-style: none;
  padding: 0;
  display: -ms-grid;
  display: grid;
  gap: 0.5em;
}

body footer#colophon .footer-main section.widget ul li {
  font-family: var(--global-font-family);
  font-weight: 400;
  font-size: 1rem;
  text-transform: capitalize;
  color: #666666;
}

body footer#colophon .footer-main section.widget ul li a {
  font-size: inherit;
  color: #666666;
}

body footer#colophon .footer-main section.widget ul li a i {
  margin-right: 0.5rem;
  color: #e61919;
}

body footer#colophon .footer-main section.widget ul li a:hover {
  color: #e61919;
}

body footer#colophon .copyright {
  padding: 1rem 0;
  background: #1A1A1A;
  border-top: 1px solid #ffffff8c;
}

body footer#colophon .copyright p {
  font-size: 0.95rem;
  font-family: var(--global-font-family);
  color: #666666;
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
}

body footer#colophon .copyright p a {
  color: #666666;
}

body footer#colophon .copyright p a:hover {
  color: #e61919;
}
/*# sourceMappingURL=template.css.map */