@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --global-font-family: "Poppins", sans-serif;
  --global-font-family-2: "Nunito", sans-serif;
  --global-font-size: 1rem;
  --global-font-size-html: 16px;
  --global-font-weight: 400;
  --global-font-color: #1E1E1E;
  --global-background-color: #fff;
}

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

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

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

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

@keyframes slide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
* {
  margin: 0;
  padding: 0;
  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: #FF6602;
  color: #fff;
}
body ::selection {
  background-color: #FF6602;
  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;
  box-shadow: none;
  transition: 0.4s;
}
body a:hover {
  color: #FF6602;
  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: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body .flex-row .col-1 {
  flex: 0 0 8.34%;
  width: 8.34%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-2 {
  flex: 0 0 16.67%;
  width: 16.67%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-3 {
  flex: 0 0 25%;
  width: 25%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-4 {
  flex: 0 0 33.33%;
  width: 33.33%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-5 {
  flex: 0 0 41.66%;
  width: 41.66%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-6 {
  flex: 0 0 50%;
  width: 50%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-7 {
  flex: 0 0 58.33%;
  width: 58.33%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-8 {
  flex: 0 0 66.66%;
  width: 66.66%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-9 {
  flex: 0 0 75%;
  width: 75%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-10 {
  flex: 0 0 83.33%;
  width: 83.33%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-11 {
  flex: 0 0 91.66%;
  width: 91.66%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-12 {
  flex: 0 0 100%;
  width: 100%;
  padding: 0 0.938rem;
  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;
  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: relative;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.4s;
}
body header#masthead.sticky {
  position: sticky;
  top: 0;
  transition: all 0.4s;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
body header#masthead.sticky .header-main .header-top .logo img {
  width: 70%;
}
body header#masthead .header-main .header-top {
  background: #1E1E1E;
  padding: 0.5rem 0;
}
body header#masthead .header-main .header-top .logo {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
body header#masthead .header-main .header-top .logo img {
  width: 100%;
  height: auto;
  transition: all 0.4s;
}
body header#masthead .header-main .header-top .contact-info ul {
  display: flex;
  align-items: center;
  gap: 0 1rem;
  list-style: none;
}
body header#masthead .header-main .header-top .contact-info ul li {
  list-style: none;
}
body header#masthead .header-main .header-top .contact-info ul li a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0 0.5rem;
  transition: 0.4s;
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
}
body header#masthead .header-main .header-top .contact-info ul li a i {
  height: 2rem;
  width: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FF6602;
  border-radius: 50%;
  color: #fff;
}
body header#masthead .header-main .header-top .contact-info ul li a:hover {
  opacity: 0.9;
}
body header#masthead .header-main .flex-row {
  align-items: center;
  justify-content: space-between;
}
body header#masthead .header-main .flex-row > div {
  padding: 0;
}
body header#masthead .header-main .header-bottom {
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  padding: 1rem 0;
}
body header#masthead .header-main .header-bottom ul.menu-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 2.222rem;
}
body header#masthead .header-main .header-bottom ul.menu-wrapper li.menu-item {
  list-style: none;
  position: relative;
  text-transform: capitalize;
}
body header#masthead .header-main .header-bottom ul.menu-wrapper li.menu-item.menu-item-has-children > a {
  padding-right: 1rem;
}
body header#masthead .header-main .header-bottom 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;
  transition: all 0.3s;
  color: #1E1E1E;
}
body header#masthead .header-main .header-bottom ul.menu-wrapper li.menu-item.menu-item-has-children > a:hover::after {
  rotate: 180deg;
}
body header#masthead .header-main .header-bottom ul.menu-wrapper li.menu-item.current-menu-item > a {
  color: #FD1600;
}
body header#masthead .header-main .header-bottom ul.menu-wrapper li.menu-item.current-menu-item > a:before {
  left: 0;
  width: 100%;
  right: 0;
}
body header#masthead .header-main .header-bottom ul.menu-wrapper li.menu-item a {
  font-family: var(--global-font-family);
  text-transform: uppercase;
  font-size: 1rem;
  display: flex;
  align-items: center;
  color: #1E1E1E;
  transition: 0.4s;
  position: relative;
  padding: 0.2rem 0;
  font-weight: 500;
}
body header#masthead .header-main .header-bottom ul.menu-wrapper li.menu-item a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  width: 0;
  bottom: 0;
  background: #FD1600;
  height: 2px;
  transition: all 0.4s;
}
body header#masthead .header-main .header-bottom ul.menu-wrapper li.menu-item a:hover {
  color: #FD1600;
}
body header#masthead .header-main .header-bottom ul.menu-wrapper li.menu-item a:hover:before {
  left: 0;
  right: 0;
  width: 100%;
}
body header#masthead .header-main .header-bottom ul.menu-wrapper li.menu-item ul.sub-menu {
  position: absolute;
  top: 125%;
  transform: translateY(10px);
  transition: 0.2s;
  width: 220px;
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.4s;
  height: 0;
  background: #fff;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.18);
  border-top: 2px solid #FF6602;
  display: block;
}
body header#masthead .header-main .header-bottom 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 .header-bottom ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item a {
  width: 100%;
  padding: 0.5rem 1rem;
  color: #1E1E1E;
  letter-spacing: 0;
  transition: 0.4s;
  transform: perspective(1px) translateZ(0);
  display: block;
  position: relative;
  font-size: 1em;
  box-sizing: border-box;
  font-weight: 400;
  text-transform: capitalize;
}
body header#masthead .header-main .header-bottom ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item a:before {
  display: none;
}
body header#masthead .header-main .header-bottom ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item a:hover {
  background: #FF6602;
  color: #fff;
  transition: 0.4s;
}
body header#masthead .header-main .header-bottom ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item:last-child {
  border-bottom: 0;
}
body header#masthead .header-main .header-bottom ul.menu-wrapper li.menu-item button.sub-menu-toggle {
  display: none;
}
body header#masthead .header-main .header-bottom ul.menu-wrapper li.menu-item:first-child {
  margin-left: 0;
  padding-left: 0;
}
body header#masthead .header-main .header-bottom ul.menu-wrapper li.menu-item:last-child {
  margin-right: 0;
  padding-right: 0;
}
body header#masthead .header-main .header-bottom ul.menu-wrapper li.menu-item:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  height: auto;
  transform: none;
  transition: 0.4s;
}
body header#masthead .header-main .header-bottom .social-links ul {
  display: flex;
  align-items: center;
  gap: 0 1rem;
  list-style: none;
}
body header#masthead .header-main .header-bottom .social-links ul li {
  list-style: none;
}
body header#masthead .header-main .header-bottom .social-links ul li a {
  color: #fff;
  transition: 0.4s;
  font-size: 1.2rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  border-radius: 50%;
  height: 2.5rem;
  width: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FF6602;
}
body header#masthead .header-main .header-bottom .social-links ul li a:hover {
  background: #1E1E1E;
  color: #fff;
}
body nav#mm-menu .mm-navbar .mm-navbar__title {
  background: #FF6602;
  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: #FF6602;
}
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 .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 .yellow {
  color: #FF6602 !important;
}
body #content .main-head {
  font-size: 2.778rem;
  font-family: var(--global-font-family-2);
  font-weight: 800;
  color: #1E1E1E;
  margin-bottom: 1.167rem;
  text-transform: uppercase;
}
body #content .sub-head {
  font-size: 1.5rem;
  font-family: var(--global-font-family);
  font-weight: 500;
  color: #FF6602;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
body #content .txt ul {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
body #content .txt ul li {
  color: var(--global-font-color);
  font-family: var(--global-font-family);
  font-size: 1.2rem;
  font-weight: 400;
}
body #content .txt p {
  color: var(--global-font-color);
  font-family: var(--global-font-family);
  font-size: 1.2rem;
  font-weight: 400;
}
body #content .txt p strong {
  color: #1E1E1E;
  font-weight: 600;
}
body #content .txt a {
  color: var(--global-font-color);
  transition: 0.4s;
  font-size: inherit;
}
body #content .txt a:hover {
  opacity: 0.8;
}
body #content .justify-center {
  justify-content: center;
}
body #content .btn-flex {
  display: flex;
  align-items: center;
  gap: 1rem;
}
body #content .btn {
  margin-bottom: 0;
}
body #content .btn a {
  background: #FF6602;
  color: #fff;
  border: 1px solid #FF6602;
  display: inline-block;
  z-index: 1;
  position: relative;
  font-size: 1rem;
  font-family: var(--global-font-family);
  border: 1px solid #FF6602;
  border-radius: 8px;
  font-weight: 500;
  padding: 0.806rem 3.333rem;
  text-align: center;
  transition: all 0.4s;
  overflow: hidden;
  cursor: pointer;
}
body #content .btn a:hover {
  background: transparent;
  color: #FF6602;
}
body #content .btn-2 {
  margin-bottom: 0;
}
body #content .btn-2 a {
  background: transparent;
  color: #FF6602;
  border: 1px solid #FF6602;
  display: inline-block;
  z-index: 1;
  position: relative;
  font-size: 1rem;
  font-family: var(--global-font-family);
  border-radius: 0.5rem;
  font-weight: 500;
  padding: 0.806rem 3.333rem;
  text-align: center;
  transition: all 0.4s;
  overflow: hidden;
  cursor: pointer;
}
body #content .btn-2 a:hover {
  color: #1E1E1E;
  background: #FF6602;
}
body #content .page-header {
  background: #1E1E1E;
  padding: 2rem 0;
  margin-bottom: 2rem;
}
body #content .page-header .page-header-container h1.page-title {
  font-size: 2.5rem;
  font-family: var(--global-font-family);
  font-weight: 500;
  color: #fff;
  margin: 0 0 0.5rem 0;
}
body #content .page-header .page-header-container .breadcrumbs {
  color: #FFF;
}
body #content .page-header .page-header-container .breadcrumbs a {
  color: #fff;
  transition: 0.4s;
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
}
body #content .page-header .page-header-container .breadcrumbs a:hover {
  color: #FF6602;
}
body #content .page-header .page-header-container .breadcrumbs span {
  color: #fff;
  transition: 0.4s;
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
}
body #content .page-header .page-header-container .breadcrumbs span:hover {
  color: #FF6602;
}
body #content .page-header .page-header-container .breadcrumbs i {
  color: #fff;
  transition: 0.4s;
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
}
body #content .page-header .page-header-container .breadcrumbs i:hover {
  color: #FF6602;
}
body #content .hero-sec {
  position: relative;
}
body #content .hero-sec .hero-row .hero-txt {
  position: relative;
  display: block;
  margin: 0 auto;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0.1) 100%);
  padding: 2rem;
  border-left: 10px solid #FF6602;
}
body #content .hero-sec .hero-row .hero-txt::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 8rem;
  height: 10px;
  background: #FF6602;
}
body #content .hero-sec .hero-row .hero-txt::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 8rem;
  height: 10px;
  background: #FF6602;
}
body #content .hero-sec .hero-row .hero-txt h1 {
  font-size: 4.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
body #content .hero-sec .hero-row .hero-txt p {
  font-size: 1.25rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  color: #fff;
  margin-bottom: 1rem;
  margin-top: 1rem;
  line-height: 1.5;
}
body #content .package-sec .package-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 8px 2px;
  margin-bottom: 2rem;
  height: 100%;
  transition: all 0.4s;
}
body #content .package-sec .package-row > .wpb_column > .vc_column-inner > .wpb_wrapper:hover {
  box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 16px 4px;
  transition: all 0.4s;
  transform: translateY(-10px);
  cursor: pointer;
}
body #content .package-sec .package-row .package-icon {
  margin-top: -48px;
}
body #content .package-sec .package-row .package-icon .vc_single_image-wrapper {
  background: #FF6602;
  border: 8px solid #fff;
  border-radius: 50%;
}
body #content .package-sec .package-row .package-icon .vc_single_image-wrapper img {
  filter: brightness(0) invert(1);
}
body #content .package-sec .package-row .txt {
  padding: 0 2rem 2rem 2rem;
}
body #content .package-sec .package-row .txt p {
  font-weight: 500;
}
body #content .package-sec .package-row .txt p strong {
  font-weight: 600;
  color: #FF6602;
}
body #content .package-sec .package-row .txt ul {
  list-style: none;
  padding: 0;
}
body #content .package-sec .package-row .txt ul li {
  color: #1E1E1E;
  font-family: var(--global-font-family);
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
}
body #content .package-sec .package-row .txt ul li strong {
  font-weight: 600;
  color: #FF6602;
}
body #content .package-sec .package-row .main-head {
  font-size: 2rem;
  font-weight: 800;
}
body #content .tick-sec .tick-row .tick-txt {
  background: #FF6602;
  padding: 2rem;
  transition: all 0.4s;
}
body #content .tick-sec .tick-row .tick-txt:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
body #content .tick-sec .tick-row .tick-txt p {
  position: relative;
  padding-left: 3.5rem;
}
body #content .tick-sec .tick-row .tick-txt p::before {
  content: "";
  background: url(../images/tick.webp) no-repeat center center;
  background-size: contain;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
}
body #content .offer-sec .offer-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 8px 2px;
  background: #fff;
  padding: 2rem;
  margin-bottom: 2rem;
  height: 100%;
  transition: all 0.4s;
}
body #content .offer-sec .offer-row > .wpb_column > .vc_column-inner > .wpb_wrapper:hover {
  box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 16px 4px;
  transition: all 0.4s;
  transform: translateY(-10px);
}
body form.wpcf7-form {
  padding: 2rem;
  background: #fff;
}
body form.wpcf7-form .flex-row {
  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;
}
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;
  box-sizing: border-box;
  border: 1px solid #eee;
  outline: none;
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  transition: 0.4s;
  background: #fff;
  color: #1E1E1E;
}
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: #FF6602;
  border-radius: 0;
  transition: 0.4s;
}
body form.wpcf7-form .error {
  color: #FF6602;
}
body form.wpcf7-form .success {
  color: #0EC879;
}
body form.wpcf7-form select {
  width: 100%;
  padding: 0.5rem 0.5rem;
  box-sizing: border-box;
  border: 1px solid #eee;
  outline: none;
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  transition: 0.4s;
  background: #fff;
  color: #1E1E1E;
}
body form.wpcf7-form select:focus {
  outline: none;
  border-color: #FF6602;
  border-radius: 0;
  transition: 0.4s;
}
body form.wpcf7-form textarea {
  width: 100%;
  padding: 0.5rem 0.5rem;
  box-sizing: border-box;
  border: 1px solid #eee;
  outline: none;
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  resize: none;
  height: 200px;
  background: #fff;
  color: #1E1E1E;
}
body form.wpcf7-form textarea:focus {
  outline: none;
  border-color: #FF6602;
  border-radius: 0;
  transition: 0.4s;
}
body form.wpcf7-form .radios {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
body form.wpcf7-form .radios label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
body form.wpcf7-form .radios input {
  margin: 0;
  height: 20px;
  width: 20px;
  accent-color: #FF6602;
  border: 1px solid #eee;
}
body form.wpcf7-form .wpcf7-checkbox {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
body form.wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
body form.wpcf7-form .wpcf7-checkbox input {
  margin: 0;
  height: 20px;
  width: 20px;
  accent-color: #FF6602;
  border: 1px solid #eee;
}
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;
  border-radius: 0.5rem;
  background-color: #FF6602;
  color: #fff;
  border: none;
  width: 100%;
  font-family: var(--global-font-family);
  font-weight: 400;
  font-size: 1rem;
  cursor: pointer;
  transition: 0.4s;
}
body form.wpcf7-form .submit-btn input:hover, body form.wpcf7-form .submit-btn button:hover {
  background: #1E1E1E;
  color: #fff;
}
body form.wpcf7-form .submit-btn .wpcf7-spinner {
  left: 0;
  top: 15%;
  position: absolute;
}
body form.wpcf7-form .wpcf7-response-output {
  border: none;
  color: #1E1E1E;
}
body footer#colophon .footer-main {
  padding: 2rem 0;
  background: #1E1E1E;
}
body footer#colophon .footer-main .flex-row {
  display: grid;
  justify-content: space-between;
  grid-template-columns: 25% 25% 25% 25%;
  grid-column-gap: 2em;
}
body footer#colophon .footer-main .foot-1 .social-links ul {
  display: flex;
  padding: 0;
  list-style: none;
  gap: 0.6rem;
  align-items: center;
  margin-top: 2rem;
}
body footer#colophon .footer-main .foot-1 .social-links ul li {
  font-size: 1.2rem;
  margin-bottom: 0;
}
body footer#colophon .footer-main .foot-1 .social-links ul li a {
  color: #FF6602;
  font-size: inherit;
  transition: 0.4s;
  border-radius: 50%;
  padding: 0.2rem;
  background: #141414;
  height: 2.5rem;
  display: flex;
  width: 2.5rem;
  align-items: center;
  text-align: center;
  justify-content: center;
}
body footer#colophon .footer-main .foot-1 .social-links ul li a i {
  margin-right: 0;
}
body footer#colophon .footer-main .foot-1 .social-links ul li a:hover {
  background: #FF6602;
  color: #1E1E1E;
}
body footer#colophon .footer-main section.widget h2.widget-title {
  font-family: var(--global-font-family);
  font-weight: 600;
  font-size: 1.23rem;
  text-transform: uppercase;
  color: #FFF;
  margin-bottom: 2rem;
}
body footer#colophon .footer-main section.widget p {
  font-size: 1rem;
  font-family: var(--global-font-family);
  color: #fff;
  font-weight: 300;
  margin-bottom: 0.5rem;
}
body footer#colophon .footer-main section.widget ul {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 1em;
}
body footer#colophon .footer-main section.widget ul li {
  font-family: var(--global-font-family);
  font-weight: 300;
  font-size: 1rem;
  text-transform: capitalize;
  color: #fff;
}
body footer#colophon .footer-main section.widget ul li a {
  font-size: inherit;
  color: #fff;
}
body footer#colophon .footer-main section.widget ul li a i {
  margin-right: 0.5rem;
}
body footer#colophon .footer-main section.widget ul li a:hover {
  color: #FF6602;
}
body footer#colophon .copyright {
  padding: 1rem 0;
  background: #141414;
}
body footer#colophon .copyright p {
  font-size: 0.95rem;
  font-family: var(--global-font-family);
  color: #fff;
  font-weight: 300;
  margin-bottom: 0;
  text-align: center;
}
body footer#colophon .copyright p a {
  color: #FFF;
  transition: 0.4s;
}
body footer#colophon .copyright p a:hover {
  color: #FF6602;
}/*# sourceMappingURL=template.css.map */