p{
    text-align:justify;
}
.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }

  .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }
a:hover {
  text-decoration: none; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  scroll-behavior: smooth; }

::-webkit-scrollbar {
  -webkit-appearance: none; }

::-webkit-scrollbar:vertical {
  width: 7px; }

::-webkit-scrollbar:horizontal {
  height: 7px; }

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: none;
  background-color: #7c797a; }

::-webkit-scrollbar-track {
  background-color: rgba(239, 239, 239, 0.5); }

.container-fluid {
  padding: 0 80px; }

ul {
  padding-inline-start: 0;
  list-style: none; }

@media (max-width: 1199.98px) {
  body {
    font-size: 15px; }

  .container-fluid {
    padding: 0 24px; } }
.title {
  font-size: 48px;
  font-weight: 600; }

.top-title {
  font-size: 20px;
  letter-spacing: 3px;
  text-transform: uppercase; }

.bottom-title {
  background-color: #C09048;
  color: #fff;
  display: inline-block;
  padding: 4px 16px;
  font-size: 24px;
  font-weight: 500; }

.section-title {
  color: #000;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 1.3;
  position: relative;
  z-index: 0; }

.secondary-title {
  color: #C09048;
  font-size: 20px;
  font-weight: 600; }

@media (max-width: 991.98px) {
  .title {
    font-size: 28px;
    font-weight: 600; }

  .top-title,
  .bottom-title {
    font-size: 16px; }

  .section-title {
    font-size: 24px; }

  .section-secondary-title {
    font-size: 20px; }

  .title-group {
    margin-bottom: 24px; } }
.logo-wrap {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  left: calc(50% - 50px); }

.h-call {
  display: flex;
  align-items: center;
  margin-left: auto; }

.h-call .icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #87311b;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  margin-right: 8px; }

.h-call-text {
  font-weight: 500; }

.h-call-number {
  font-weight: 600; }

.logo {
  width: auto;
  height: 75px;
  transition: all 0.3s ease; }

.header .navbar-expand-lg .navbar-nav .nav-link {
  color: #6D727D;
  font-weight: 600;
  padding: 12px 20px;
  text-transform: uppercase; }
  .header .navbar-expand-lg .navbar-nav .nav-link:hover, .header .navbar-expand-lg .navbar-nav .nav-link.active {
    color: #6D727D;
    position: relative; }

.header .navbar-expand-lg .navbar-nav .sub-menu .nav-link {
  color: #fff; }

.navbar-toggler:focus {
  outline: 0; }

.dropdown-toggle::after {
  display: none !important; }

.header .sub-menu {
  border-radius: 0.5rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 4px solid #E31D1D;
  list-style: none;
  position: absolute;
  background: #616161;
  padding: 0;
  left: -15px;
  z-index: 5;
  min-width: 350px;
  top: 48px; }
  .header .sub-menu .nav-link {
    padding: 12px 8px !important; }
    .header .sub-menu .nav-link:after {
      width: 100% !important;
      left: 0 !important; }

.dropdown .icon {
  display: inline-block;
  transform: rotate(270deg);
  transition: all 0.4s ease; }

.dropdown.show .icon {
  transform: rotate(90deg); }

.top_header .navbar-expand-lg .navbar-nav .sub-menu .nav-link {
  color: #fff; }

.top_header .sub-menu {
  top: 57px; }

@media (max-width: 991.98px) {
  .menu-1 {
    padding-top: 80px; }

  .top_header {
    padding: 12px 0; }
    .top_header .logo {
      height: 50px; }

  .h-menu {
    background-color: #C09048;
    position: relative;
    z-index: 1; }

  .navbar-collapse {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    display: block;
    position: fixed;
    background-color: #000;
    top: 0;
    left: -3100px;
    bottom: 0;
    text-align: left;
    width: 100%;
    z-index: 99;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    height: auto !important;
    padding: 24px;
    overflow-y: scroll;
    z-index: 2; }

  .navbar-collapse.show {
    left: 0; }

  .navbar-collapse .nav-link {
    color: #fff; }

  .close-btn {
    width: 28px;
    height: 28px;
    border: none; } }
.btn {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 0;
  border-width: 2px; }

.btn-primary {
  transition: all 0.3s ease-in; }
  .btn-primary:hover {
    background-color: transparent;
    color: #E31D1D;
    border: 2px solid #E31D1D; }

.custom-btn {
  font-size: 18px;
  color: #E31D1D;
  font-weight: 600;
  position: relative;
  display: inline-block;
  z-index: 0;
  transition: all 0.5s; }
  .custom-btn:before {
    content: "";
    background-color: #C09048;
    position: absolute;
    left: -24px;
    top: -10px;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    z-index: -1;
    transition: all 0.2s; }
  .custom-btn:hover {
    color: #fff; }
    .custom-btn:hover:before {
      width: calc(100% + 48px);
      border-radius: 25px; }

@media (max-width: 991.98px) {
  .btn {
    font-size: 16px;
    letter-spacing: 1px; } }
.header {
  background: rgba(255, 255, 255, 0.92);
  position: absolute;
  z-index: 2;
  top: 24px;
  border-radius: 50px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  padding: 16px 24px 16px 16px; }

.top-header {
  background-color: #fff;
  font-weight: 500;
  padding: 8px;
  border-bottom: 1px solid #c5c5c578; }
  .top-header-contact {
    display: flex;
    justify-content: end;
    align-items: center; }
    .top-header-contact-details {
      display: flex;
      padding-left: 48px; }
      .top-header-contact-details .icon {
        color: #E31D1D;
        font-size: 32px;
        margin-right: 16px; }
      .top-header-contact-details .mobile-icon {
        font-size: 32px; }
  .top-header-mobile {
    color: #C09048;
    font-weight: 600;
    display: flex; }
    .top-header-mobile:hover {
      color: #E31D1D; }

.arrow-icon {
  margin-left: 16px;
  font-size: 14px; }

.top_header {
  background-color: #C09048;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100; }

@media (max-width: 991.98px) {
  .header {
    padding: 16px; }
    .header .logo-color {
      position: absolute;
      display: block;
      top: -14px;
      z-index: 1; }

  .top-header {
    display: none; } }
.footer {
  background-image: url("../images/footer-bg.jpg");
  position: relative;
  color: #fff;
  text-align: center;
  padding: 100px 0 40px 0; }
  .footer-menu {
    display: flex;
    justify-content: center; }
  .footer-link {
    display: block;
    color: #fff;
    padding: 0 24px;
    margin-bottom: 16px; }
    .footer-link:hover {
      color: #E31D1D; }
  .footer-logo {
    height: 150px;
    margin-bottom: 40px;
    position: absolute;
    top: -45px;
    left: 50%; }

@media (max-width: 991.98px) {
  .footer-logo {
    left: calc(50% - 45px); } }
.section-space {
  padding: 100px 0; }

.section-bottom-space {
  padding-bottom: 80px; }

.bg-light {
  background-color: #FAFAFA !important; }

.relative {
  position: relative; }

.mb-60 {
  margin-bottom: 60px; }

.text-underline {
  text-decoration: underline; }

@media (max-width: 991.98px) {
  .section-space {
    padding: 60px 0; } }

/*# sourceMappingURL=global.css.map */
