a:hover {
  text-decoration: none; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  scroll-behavior: smooth;
  overflow-y: overlay; }

::-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 120px !important; }

.bg-primary div,
.bg-primary p {
  color: #ffffffb3; }

ul {
  padding-inline-start: 0;
  list-style: none; }

.fixed-position {
  position: fixed;
  width: 100%; }

@media (max-width: 991.98px) {
  html body {
    font-size: 15px; } }
@media only screen and (max-width: 1400px) {
  .container-fluid {
    padding: 0 16px !important; } }
.title {
  color: #fff;
  font-family: 'Unna', serif;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 24px; }

.title-bottom {
  color: #fcfcfc;
  font-size: 24px; }

.section-title {
  color: #000;
  font-size: 40px;
  font-weight: 400;
  position: relative;
  margin-bottom: 32px;
  letter-spacing: 10px;
  text-transform: uppercase; }

@media (max-width: 991.98px) {
  .title {
    font-size: 24px; }

  .section-title {
    font-size: 18px; }

  .title-bottom {
    font-size: 18px; } }
.logo {
  width: auto;
  height: 100px; }

.header .logo-th {
  display: none; }

.top_header .logo {
  height: 60px; }
.top_header .logo-h {
  display: none; }
.top_header .logo-th {
  display: block;
  height: 60px; }

.header .navbar-expand-lg .navbar-nav .nav-link {
  color: #333;
  padding: 8px 20px;
  font-weight: 500;
  text-transform: uppercase; }
  .header .navbar-expand-lg .navbar-nav .nav-link:hover, .header .navbar-expand-lg .navbar-nav .nav-link.active {
    color: #000;
    position: relative; }

.home .navbar-expand-lg .navbar-nav .nav-link {
  color: #fff; }

.top_header .navbar-expand-lg .navbar-nav .nav-link {
  color: #2a2a2a; }
  .top_header .navbar-expand-lg .navbar-nav .nav-link:hover, .top_header .navbar-expand-lg .navbar-nav .nav-link.active {
    color: #000;
    position: relative; }
    .top_header .navbar-expand-lg .navbar-nav .nav-link:hover:after, .top_header .navbar-expand-lg .navbar-nav .nav-link.active:after {
      content: "";
      position: absolute;
      width: calc(100% - 40px);
      height: 3px;
      background-color: #000;
      left: 20px;
      bottom: 0; }

.navbar-toggler {
  color: #fff;
  font-size: 14px !important; }
  .navbar-toggler span {
    text-transform: uppercase;
    letter-spacing: 4px; }

.navbar {
  margin-top: 16px;
  margin-left: auto; }
  .navbar-brand {
    position: absolute;
    top: 16px;
    left: 16px;
    margin-left: 0; }
  .navbar .navbar-toggler-icon {
    width: auto;
    height: auto; }
  .navbar .navbar-nav .nav-link {
    color: #fffc;
    font-size: 15px;
    padding: 8px 24px;
    text-transform: uppercase;
    font-weight: 500; }
    .navbar .navbar-nav .nav-link:hover {
      color: #B3A66E; }
    .navbar .navbar-nav .nav-link i {
      font-size: 14px;
      margin-left: 8px; }
  .navbar .navbar-collapse {
    display: block;
    position: fixed;
    background-color: #000;
    top: 0;
    right: -3120px;
    bottom: 0;
    text-align: right;
    width: 20%;
    z-index: 100;
    transition: 0.4s cubic-bezier(1, 0, 0, 1);
    height: auto !important;
    padding: 130px 32px 40px 32px; }
    .navbar .navbar-collapse.show {
      right: 0; }
  .navbar .details {
    padding-right: 40px; }
    .navbar .details .company-name {
      color: #fff;
      font-weight: 500;
      font-size: 18px;
      margin-bottom: 12px; }
    .navbar .details .call-us {
      margin-bottom: 12px; }
    .navbar .details .social-link {
      font-size: 24px;
      margin-left: 8px; }
  .navbar-toggler:focus {
    outline: 0; }
  .navbar .social-link-wrap {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #555; }

.nav-wrap {
  display: flex; }

.navbar-collapse::-webkit-scrollbar-thumb {
  background-color: transparent; }

.call-btn {
  letter-spacing: 5px;
  font-size: 18px !important;
  margin-top: 16px; }

.logo-wrap {
  position: absolute;
  left: calc(50% - 86px);
  text-align: center;
  top: 0; }
  .logo-wrap .logo-h {
    height: 120px; }
  .logo-wrap .logo-th {
    height: 45px; }

.navbar-collapse {
  width: 30%;
  overflow: hidden; }

.close-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 20px;
  left: calc(100% - 70px);
  width: 60px;
  height: 60px;
  padding: 0;
  border-radius: 50%;
  line-height: 0;
  border: unset;
  color: #fff;
  text-align: center;
  background-color: #ffffff1a;
  cursor: pointer;
  border-color: #ffffff1a;
  -webkit-transition: border-color 1s ease;
  -moz-transition: border-color 1s ease;
  -o-transition: border-color 1s ease;
  -ms-transition: border-color 1s ease;
  transition: border-color 1s ease; }
  .close-btn:hover {
    border: 1px solid #fff; }

.navbar .navbar-nav .nav-item {
  margin-bottom: 10px; }

@media (max-width: 991.98px) {
  .call-btn {
    display: none; }

  .logo-wrap {
    left: 16px; }
    .logo-wrap .logo {
      height: 75px; }

  .top_header .logo {
    height: 35px; }

  .header .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    padding: 12px 0; }
    .header .navbar-expand-lg .navbar-nav .nav-link:hover {
      color: #B3A66E; }

  .navbar .navbar-collapse {
    width: 100%; }

  .navbar-nav {
    margin-top: 0; }

  .logo {
    width: auto;
    height: 60px; }

  .logo-wrap {
    width: 90px;
    height: 90px; }

  .navbar.navbar-expand-lg {
    padding: 0; }

  .navbar .navbar-toggler {
    padding: 0; }

  .close-btn {
    width: 28px;
    height: 28px;
    border: none; }

  .top_header .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff; }
    .top_header .navbar-expand-lg .navbar-nav .nav-link.active {
      color: #B3A66E; }

  .top_header .h-call-text,
  .top_header .h-call-number {
    color: #fff !important; }

  .h-call {
    margin-top: 32px; } }
.header {
  position: absolute;
  background-color: transparent;
  width: 100%;
  top: 0;
  z-index: 99;
  padding: 16px 0; }

.h-call {
  display: flex;
  margin-left: 16px; }
  .h-call .icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #000;
    font-size: 20px;
    margin-right: 8px;
    transition: all 0.3s ease; }
  .h-call-text {
    color: #545454;
    font-size: 14px;
    font-weight: 600; }
  .h-call-number {
    color: #000;
    font-size: 16px;
    font-weight: 700; }
  .h-call:hover {
    text-decoration: none; }
    .h-call:hover .icon-wrap {
      box-shadow: 0 0 6px 6px #c197545c; }

.home .h-call-text,
.home .h-call-number {
  color: #fff; }

.top_header {
  background-color: #000;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.11);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99; }
  .top_header .logo {
    top: 68px; }
  .top_header .h-call .icon-wrap {
    background-color: #B3A66E;
    color: #fff; }
  .top_header .h-call-text, .top_header .h-call-number {
    color: #000; }

.home .banner {
  background: url("../images/banner-2.jpg");
  background-size: cover;
  height: 90vh;
  width: 100%;
  background-attachment: fixed; }
  .home .banner .title {
    margin-top: 0; }
.home .banner-content {
  text-align: center; }
  .home .banner-content .content {
    color: #C4C4C4; }
.home .title-desc {
  font-size: 20px;
  color: #fff;
  margin-bottom: 24px; }

.overlay {
  width: 100%;
  height: 100%;
  position: absolute; }

.banner {
  background: url("../images/footer-bg.jpg");
  background-size: cover !important;
  background-position: top;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  .banner .title {
    margin-top: 80px; }

@media (max-width: 991.98px) {
  .home .banner {
    height: 60vh; }
  .home .banner-text {
    font-size: 18px; }
  .home .banner-title {
    font-size: 32px; }

  .banner .title {
    text-align: center; }

  .banner {
    min-height: 300px;
    background-position: center; }
    .banner-content-wrap {
      width: 100%;
      left: 0; }

  .banner-content-text {
    font-size: 16px;
    padding: 16px;
    width: 100%; } }
.footer {
  background-image: url("../images/footer-bg.jpg");
  color: #fff;
  padding: 60px 0 40px 0;
  position: relative; }
  .footer-menu-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px; }
  .footer-menu {
    color: #8E8E8E;
    font-weight: 500;
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 16px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px; }
  .footer-content {
    text-align: center; }
  .footer-logo {
    width: auto;
    height: 120px;
    margin: auto;
    margin-bottom: 40px; }
  .footer .copyrights-text {
    font-size: 14px; }

.social-link-wrap {
  display: flex;
  justify-content: center; }

.social-link {
  background: linear-gradient(180deg, #dcdbdb 0%, #dcdbdb 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-size: 20px;
  margin: 0 16px; }

.footer-bottom {
  background-color: #080301;
  padding: 8px 0;
  font-size: 14px; }

@media (max-width: 991.98px) {
  .footer {
    padding: 40px 0;
    text-align: center;
    font-size: 14px; }
    .footer-link {
      margin-bottom: 8px; }
    .footer .social-links {
      justify-content: center;
      margin-bottom: 60px; }

  .footer-logo {
    width: auto;
    height: 70px; }

  .footer-list {
    flex-direction: column; }
    .footer-list li {
      margin-bottom: 16px; }

  .footer-details {
    flex-direction: column; }

  .footer::before {
    width: 100%;
    height: 45%; }

  .footer::after {
    width: 100%;
    height: 55%;
    bottom: 0;
    top: auto; }

  .footer-heade-1 {
    margin-bottom: 4px; }

  .footer-menu-wrap {
    flex-direction: column; }

  .footer-menu {
    margin-right: 0; } }
.section-space {
  padding: 80px 0; }

.section-bottom-space {
  margin-bottom: 80px; }

.bg-light {
  background-color: #fbfbfe !important; }

.relative {
  position: relative; }

.shape {
  display: block;
  width: 50px;
  height: 6px;
  background-color: #000;
  margin: auto;
  border-radius: 4px; }

.line {
  width: 70px;
  height: 2px;
  background-color: #000;
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 2px; }

.footer .line,
.footer .shape {
  background-color: #fff; }

.text-underline {
  text-decoration: underline; }

.font-weight-medium {
  font-weight: 600; }

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Unna', serif !important; }

.px-6 {
  padding: 0 4px !important; }

@media (max-width: 991.98px) {
  .section-space {
    padding: 60px 0; }

  .flex-m-column {
    flex-direction: column; } }

/*# sourceMappingURL=global.css.map */
