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

html {
  font-size: 62.5%;
}

html,
body {
  overflow-x: clip !important;
}

body {
  font-family: "Montserrat", sans-serif;
  margin: 0.01rem auto 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.6rem;
  width: 100%;
  font-weight: 500;
  background-color: #ffffff;
}

.pad-80 {
  padding: 80px 0;
}

.gray-bg {
  background-color: #f5f5f5;
}

.maroon-bg {
  background-color: #750615;
}

b,
strong {
  font-weight: 700;
}

p {
  margin: 0 0 0.8rem;
}

p,
ul li {
  font-size: 1.5rem;
  line-height: 2.6rem;
  color: rgba(0, 0, 0, 0.8);
}

ol,
ul {
  padding-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-weight: 700;
}

a,
button,
input[type=submit] {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

a:focus,
a:hover,
button:focus,
button:hover {
  color: #750615;
  text-decoration: none;
  outline: 0 !important;
}

.toast-message {
  font-size: 14px !important;
}

.pointer-event-none {
  pointer-events: none;
}

.row > *,
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  padding: 0 15px;
}

.row {
  margin: 0 -15px;
}

header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background-color: #ffffff;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
header.menu-fix {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
}

.logo-area img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.menu-fix .logo-area img {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
  width: 250px;
  -webkit-filter: none;
          filter: none;
}

.navigation-area {
  padding: 8px 0;
  position: absolute;
  width: 100%;
  left: 0;
}
.menu-fix .navigation-area {
  background-color: #ffffff;
  border-bottom: 1px solid #eee;
}

.nav-item {
  margin-left: 30px;
}

.nav-link {
  color: #ffffff;
  position: relative;
  padding: 3px 0 !important;
  font-weight: 500;
  display: inline-block;
  text-transform: capitalize;
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #ffffff;
  z-index: -1;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.menu-fix .nav-link::before {
  background-color: #750615;
}
.nav-link:hover, .nav-link:focus {
  color: #ffffff;
}
.nav-link:hover::before, .nav-link:focus::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  z-index: -1;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.menu-fix .nav-link:hover::before, .menu-fix .nav-link:focus::before {
  background-color: #750615;
}
.nav-link.btn-main {
  padding: 10px 20px !important;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.menu-fix .nav-link {
  color: #000000;
}

.nav-item.active .nav-link {
  position: relative;
  z-index: 1;
}
.nav-item.active .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  z-index: -1;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.menu-fix .nav-item.active .nav-link:before {
  background-color: #750615;
}

.navbar.navbar-expand-xl {
  padding: 0;
}

.menu__block_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  opacity: 0;
  z-index: 99;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transform: rotate(-90deg) scale(0) translateX(85px);
          transform: rotate(-90deg) scale(0) translateX(85px);
  display: inline-block;
  border-radius: 5px;
  padding: 0;
  text-align: center;
  font-size: 2rem;
  color: #ffffff;
  background-color: #750615;
  width: 38px;
  height: 38px;
  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;
}
.scroll-to-top.fade.in {
  opacity: 1;
  -webkit-transform: rotate(0) scale(1) translateX(0);
          transform: rotate(0) scale(1) translateX(0);
}
.scroll-to-top:hover {
  -webkit-animation: float-icon 1s ease-in-out;
          animation: float-icon 1s ease-in-out;
  color: #ffffff;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  height: auto;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  width: 250px;
  padding: 0;
  border: none;
  background-color: #eff6fe;
  margin: 0;
  -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.07);
          box-shadow: 0 10px 35px rgba(0, 0, 0, 0.07);
  left: 0;
  right: 0;
  margin: 0 auto;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  display: block;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  opacity: 0;
}
.dropdown-menu .dropdown-item {
  padding: 8px 12px;
  display: block;
  color: #000000;
  font-size: 1.5rem;
  background-color: #ffffff;
  border-bottom: 1px solid #eee;
  white-space: unset;
  cursor: pointer;
}
.dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}
.dropdown-menu .dropdown-item:hover {
  background-color: #750615;
  color: #ffffff;
}

.dropdown-submenu {
  position: relative;
}

.heading {
  font-size: 3.2rem;
  line-height: 4.2rem;
  font-weight: 700;
  color: #750615;
  margin-bottom: 15px;
}
.heading i {
  font-style: normal;
  font-size: 2.8rem;
  line-height: 3.8rem;
  color: #000000;
}

.sub-heading {
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: 700;
  color: #750615;
  margin-bottom: 15px;
  font-style: normal;
}

.list-items {
  margin: 0;
  padding: 0;
}
.list-items li {
  list-style: none;
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
}
.list-items li::before {
  content: "\f560";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  left: 0;
  color: #750615;
  font-weight: 600;
}

.btn-main {
  background-color: #750615;
  border: 1px solid #750615;
  color: #ffffff;
  padding: 12px 30px;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  text-align: center;
  position: relative;
  top: 0;
  text-transform: capitalize;
  font-size: 1.6rem;
  font-weight: 500;
}
.btn-main.btn-small {
  padding: 8px 20px;
  font-size: 1.5rem;
  font-weight: 500;
}
.btn-main:focus, .btn-main:hover {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.btn-main.btn-bdr {
  background-color: transparent;
  border: 1px solid #750615;
  color: #750615;
}
.btn-main.btn-bdr:hover, .btn-main.btn-bdr:focus {
  background-color: #750615;
  color: #ffffff;
}
.wpcf7-submit {color:#fff !important;}
.form-control,
.form-select {
  height: 48px;
  font-size: 15px;
  border-radius: 0px;
  padding: 8px 15px;
  background-color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 5px;
}
.form-control:focus,
.form-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ffffff;
  border-color: #750615;
}
.form-control.error,
.form-select.error {
  border: 1px solid rgb(255, 0, 0);
}

.form-group {
  margin-bottom: 28px;
}

label {
  margin: 0 0 5px;
  font-weight: 600;
}

label.error {
  padding: 0;
  margin: 0;
  color: #f00;
  font-size: 14px;
}

label i {
  color: #f00;
}

.form-group {
  margin-bottom: 25px;
}

textarea.form-control {
  min-height: 105px;
}

.service-section {
  background-position: center top;
  background-repeat: no-repeat;
}

footer {
  background-color: #f5f5f5;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px 0;
}
footer a, footer p {
  color: #000000;
}
footer a:hover {
  color: #750615;
}

.footer-bg {
  padding: 80px 0;
  position: relative;
  border-top: 5px solid #750615;
}

.footer-logo img {
  width: 350px;
}

.foot-head {
  font-size: 1.8rem;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #750615;
  text-transform: uppercase;
  position: relative;
}
.foot-head::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100px;
  background-color: #000000;
  bottom: 0px;
  left: 0;
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-links li {
  margin-bottom: 10px;
}
.footer-links li i {
  color: #750615;
}

.footer-address li span {
  width: 25px;
  text-align: center;
  display: inline-block;
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 15px;
}
.footer-social a {
  color: #ffffff;
  margin-right: 10px;
}

.footer-bg .footer-social a {
  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: 3px;
  width: 35px;
  height: 35px;
  background-color: #750615;
}
.footer-bg .footer-social a:hover {
  background-color: #000000;
  color: #ffffff;
}

.copyright-bg {
  padding: 20px 0;
  border-top: 1px solid #d1d1d1;
}

.copyright-r {
  text-align: right;
}
.copyright-r a:hover {
  color: #750615;
  text-decoration: underline;
}

.modal-header {
  padding: 15px;
  border: none;
  background-color: #f5f5f5;
}

.modal-header .modal-title {
  font-size: 1.8rem;
  color: #750615;
}

.modal-body {
  padding: 15px;
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-collapse {
    display: block;
  }
  .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .drp-arrow.submenu-arrow {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ffffff;
  }
  .dropdown:hover > .dropdown-menu,
  .dropdown-submenu:hover > .dropdown-menu {
    right: 0;
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    visibility: visible;
  }
  .dropdown.second-level .dropdown-menu {
    right: -100%;
    left: auto;
    top: 0;
  }
  .dropdown.second-level > .dropdown-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .dropdown.second-level > .dropdown-item i {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .dropdown.second-level > .dropdown-item:hover i {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .offcanvas-start {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .dropdown-menu .dropdown-item:hover {
    background-color: #f3f4f5;
    color: #750615;
  }
  .mega-menu .dropdown-menu.show {
    margin-bottom: 10px;
  }
  .dropdown-menu.third-level a {
    color: #ffffff;
  }
  .dropdown.second-level.show-drop .dropdown-menu {
    max-height: 500px;
    background-color: #750615;
    visibility: visible;
    opacity: 1;
  }
  .dropdown.second-level .drp-arrow {
    width: 38px;
    height: 35px;
    color: #750615;
  }
  .dropdown.second-level .dropdown-toggle i {
    -webkit-transform: rotate(0deg) !important;
            transform: rotate(0deg) !important;
  }
  .dropdown.second-level.show-drop .dropdown-toggle i {
    -webkit-transform: rotate(45deg) !important;
            transform: rotate(45deg) !important;
  }
  .dropdown.second-level .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #f5f5f5;
  }
  .dropdown.second-level .dropdown-menu {
    max-height: 0px;
    visibility: hidden;
    opacity: 0;
  }
  .nav-link {
    padding: 8px 10px !important;
    color: #000000;
  }
  .nav-link.nav-btn {
    margin-top: 15px;
  }
  .nav-item.active .nav-link {
    background-color: transparent;
    font-weight: 600;
  }
  .drp-arrow {
    display: block;
    position: absolute;
    top: 3px;
    right: 3px;
    width: 43px;
    height: 35px;
    color: #750615;
    text-align: center;
    font-size: 1.6rem;
    z-index: 99;
    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;
  }
  .nav-open {
    position: relative;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .dropdown-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    white-space: pre-line;
  }
  .dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent;
  }
  .dropdown-submenu .dropdown-menu {
    background-color: #ffffff;
    padding: 0 10px;
  }
  .dropdown .drp-arrow i {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    display: inline-block;
  }
  .dropdown > .drp-arrow.show i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .offcanvas-start {
    width: 260px;
    border-right: none;
    background-color: #ffffff;
    overflow-x: auto;
    height: 100vh;
    padding: 0 0 80px;
    -webkit-box-shadow: 1px 3px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 1px 3px 30px rgba(0, 0, 0, 0.1);
  }
  .nav-item {
    display: block;
    width: 100%;
    padding: 0 0px;
    border-bottom: 1px solid rgba(228, 228, 228, 0.33);
    margin: 0;
  }
  .nav-item.dropdown.show .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .nav-item:last-child {
    border: none;
  }
  .navbar-nav .dropdown-menu {
    width: 100%;
    -webkit-transform: none;
            transform: none;
    padding: 0;
  }
  #hamburger {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
  }
  #hamburger .line {
    fill: none;
    stroke: #ffffff;
    stroke-width: 6;
    -webkit-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .menu-fix #hamburger .line {
    stroke: #750615;
  }
  #hamburger .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  #hamburger .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
  }
  #hamburger .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  #hamburger.open .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  #hamburger.open .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
  }
  #hamburger.open .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  .dropdown-menu {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: block;
    min-width: 10px;
    padding: 0 7px;
    border-radius: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.03) inset;
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.03) inset;
  }
  .dropdown-menu.show {
    max-height: 500px;
    overflow: visible;
    visibility: visible;
    opacity: 1;
    overflow-y: auto;
    background-color: #f5f5f5;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .dropdown-menu .dropdown-item {
    color: #000000;
    background-color: transparent;
    border-bottom: 1px solid #eee;
  }
  .nav-item.dropdown.show .dropdown-toggle i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .dropdown-submenu.show .drp-submenu {
    max-height: 500px;
    overflow: visible;
    background-color: #dbe8fb;
  }
  .dropdown-submenu.show .drp-arrow i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .nav-link.btn-main {
    margin: 10px 0 0;
    display: block;
  }
  .nav-link:hover,
  .nav-link:focus {
    color: #750615;
  }
  .menu-fix .nav-link:hover,
  .menu-fix .nav-link:focus {
    color: #000000;
  }
}
@media (max-width: 1024px) {
  .g-recaptcha > div {
    transform: scale(0.8);
    transform-origin: left top;
}
  html {
    font-size: 60%;
  }
  .scroll-to-top {
    bottom: 50px;
  }
  .pad-80 {
    padding: 60px 0;
  }
}
@media (max-width: 990px) {
  html {
    font-size: 55%;
  }
  .footer-left-block {
    margin-bottom: 30px;
    text-align: center;
  }
  .footer-social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .heading {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
  .heading i {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
  .pad-80 {
    padding: 40px 0;
  }
  .copyright-r,
  .copyright-l {
    text-align: center;
  }
  .scroll-to-top {
    bottom: 25px;
  }
  .footer-bg {
    padding: 40px 0;
  }
  .foot-head {
    text-align: center;
  }
  .foot-head::before {
    right: 0;
    margin: 0 auto;
  }
}