/* Variables
======================*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;700&display=swap");
.link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 0 20px;
  background-color: #d6a834;
  color: #191919;
  border: 0;
  box-shadow: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.link:hover {
  color: #fff;
  background-color: #d59a05;
}
.more.link {
  margin: 15px auto 0 !important;
}
.white.link {
  border: 1px solid #fff;
  background-color: transparent;
  color: #d59a05;
}
.white.link:hover {
  background-color: #d59a05;
  color: #fff;
  border: none;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 14px;
  padding: 0;
  background-color: #d59a05;
  color: #fff;
  border: 0;
  box-shadow: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  clip-path: circle(0% at 50% 100%);
  background-color: #d6a834;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.icon i, .icon::before {
  z-index: 999;
  position: relative;
}
.icon:hover {
  color: #191919;
}
.icon:hover::after {
  clip-path: circle(100% at 50% 50%);
}
.icon:hover i, .icon:hover::before {
  color: #191919;
}

.flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

/* Setting Style
======================*/
*,
:focus {
  outline: 0 !important;
  scroll-behavior: smooth;
}

::selection {
  background-color: #d6a834 !important;
  color: #fff !important;
}

body {
  overflow: hidden;
  width: 100%;
  background-color: #f8f8f8;
  text-align: start;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

@media (max-width: 991px) {
  .container {
    max-width: 640px;
  }
}
.mt-25 {
  margin-top: 25px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

/* Scroll Bar
======================*/
/* width */
::-webkit-scrollbar {
  background-color: #f1f1f1;
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: #d59a05;
}

/* Loading 
==========================*/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.loading img.logo_img {
  width: 120px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* Lists  
======================*/
ul {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  display: inline-block;
}

/* Links 
======================*/
a,
a:hover,
a:focus {
  cursor: pointer;
  text-decoration: none;
}

/*Images
======================*/
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* Form
=======================*/
label {
  font-weight: 500;
  font-size: 14px;
  margin: 10px 0;
}

.form-control {
  padding: 0 15px;
  font-size: 14px;
  line-height: 50px;
  height: 50px;
  color: #191919;
  border: 1px solid #cecece;
  letter-spacing: 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.form-control:hover, .form-control:focus {
  border: 1px solid #cecece;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

textarea.form-control {
  resize: none;
  height: 110px;
  padding: 10px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* Contact
====================*/
.contact_form {
  border-top: 10px solid #d6a834;
  background-color: #fff;
  padding: 40px;
  margin-top: -100px;
}
.contact_form .section_title::before {
  display: none;
}
.contact_form .link {
  margin: 15px auto 0;
}
@media (max-width: 575px) {
  .contact_form {
    padding: 15px;
  }
}

/* Page Setting
=====================*/
section {
  z-index: 9997;
  position: relative;
  padding: 80px 0;
  background-color: #fff;
}
section.colored {
  background-color: #f8f8f8;
}
@media (max-width: 991px) {
  section {
    padding: 35px 0;
  }
}
@media (max-width: 575px) {
  section {
    padding: 25px 0;
  }
}

.section_img {
  background: url(../images/bc.jpg) center no-repeat fixed;
  background-size: cover;
  text-align: center;
  color: #fff;
}
.section_img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 25, 25, 0.9);
}
.section_img .container {
  position: relative;
  z-index: 999;
}
.section_img .hint {
  font-weight: 500;
  font-size: 36px;
  max-width: 768px;
  margin: 0px auto 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 50px;
}
.section_img .hint span {
  color: #d6a834;
}

.mb-50 {
  margin-bottom: 50px !important;
}

/* Section Title
=======================*/
.section_title {
  position: relative;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  color: #191919;
  line-height: 25px;
  padding-bottom: 15px;
  margin: 0 0 30px 0;
}
.section_title::before {
  content: " ";
  width: 100px;
  height: 2px;
  background-color: #d6a834;
  position: absolute;
  left: 0;
  bottom: -1px;
  border-radius: 25px;
}
.section_title a {
  float: right;
  margin: 0;
  padding: 0 15px;
}
@media (max-width: 575px) {
  .section_title {
    font-size: 18px;
  }
  .section_title a {
    font-size: 12px;
    padding: 0 10px;
  }
}

/* Page Head
=======================*/
.page_head {
  background: url(../images/bc.jpg) center no-repeat;
  background-size: cover;
  padding: 160px 0 80px;
  text-align: center;
}
@media (max-width: 991px) {
  .page_head {
    padding: 100px 0 30px;
  }
}
.page_head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 25, 25, 0.9);
}
.page_head h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  margin: 0 0 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .page_head h3 {
    font-size: 26px;
    letter-spacing: 1px;
  }
}
.page_head li {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}
.page_head li a {
  font-size: 16px;
  display: block;
  color: #d6a834;
  padding: 0 15px;
  margin-inline-end: 5px;
  position: relative;
}
.page_head li a::after {
  content: " / ";
  position: absolute;
  top: 0;
  right: 0px;
  font-size: 18px;
  color: #d6a834;
}

/*  Header
=============================*/
header {
  position: fixed;
  top: 30px;
  right: 0px;
  width: 100%;
  padding: 10px 0;
  z-index: 9998;
  -webkit-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  -ms-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
  transition: 0.3s linear all;
}
header.move {
  top: 0;
  background-color: #191919;
}
header .container {
  position: relative;
  min-height: 70px;
}
header .navbar-brand {
  margin: 0;
  z-index: 999;
  padding: 0;
  height: 70px;
}
header .navbar-brand img {
  height: 100%;
}
header .btns {
  z-index: 999;
}
header .btns .link {
  margin: 0;
}
header .btns .link i {
  display: none;
}
header .btns .menu-btn {
  display: none;
}

.navbar {
  padding: 0px;
  margin: 0px;
  margin-top: -70px;
  min-height: 70px;
}
.navbar .container {
  min-height: auto;
}
.navbar ul.navbar-nav {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0;
  padding-inline-end: 165px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.navbar ul.navbar-nav li {
  display: inline-block;
}
.navbar ul.navbar-nav li a {
  position: relative;
  display: block;
  padding: 0 12px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  line-height: 40px;
  letter-spacing: 1px;
}
.navbar ul.navbar-nav li a.active, .navbar ul.navbar-nav li a:hover {
  color: #d6a834;
}

@media (max-width: 991px) {
  header {
    top: 0;
    background-color: #191919;
    padding: 0;
  }
  header .btns .menu-btn {
    display: inline-block;
    margin: 0;
  }

  .navbar {
    margin: 0;
    background-color: #191919;
    height: 100%;
    max-height: 440px;
    min-height: auto;
    overflow: hidden;
    overflow-y: auto;
    border-top: 1px solid #fff3;
  }
  .navbar ul.navbar-nav {
    display: block;
    text-align: start;
    padding: 10px;
  }
  .navbar ul.navbar-nav li {
    display: block;
  }
  .navbar ul.navbar-nav li a {
    text-align: start;
    display: inline-block;
    margin: 0;
  }
  .navbar ul.navbar-nav li a.active, .navbar ul.navbar-nav li a:hover {
    color: #d59a05;
  }
}
@media (max-width: 767px) {
  header .navbar-brand {
    margin: 15px 0;
    height: 40px;
  }
  header .btns .link {
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  header .btns .link i {
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    display: block;
  }
  header .btns .link span {
    display: none;
  }
}
/* Main Section
======================*/
.main_section {
  padding: 0;
  background: url(../images/bc.jpg) center no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .main_section {
    margin-top: 70px;
  }
}
.main_section .caption {
  height: 100%;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(25, 25, 25, 0.9);
  color: #fff;
  padding: 220px 0 140px;
}
.main_section .caption h1 {
  color: #d6a834;
  font-size: 42px;
  letter-spacing: 2px;
  font-weight: 700;
  margin: 0 0 30px;
  max-width: 780px;
  line-height: 50px;
  text-transform: uppercase;
}
.main_section .caption p {
  max-width: 720px;
  margin: 0;
  font-size: 22px;
  letter-spacing: 2px;
}
.main_section .caption .link {
  margin-top: 35px;
}
@media (max-width: 991px) {
  .main_section .caption {
    padding: 120px 60px;
  }
}
@media (max-width: 767px) {
  .main_section .caption {
    padding: 60px;
  }
  .main_section .caption h1 {
    font-size: 26px;
    letter-spacing: 1px;
    margin: 0 0 15px;
    line-height: 30px;
  }
  .main_section .caption p {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .main_section .caption {
    padding: 30px;
  }
  .main_section .caption h1 {
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 25px;
  }
  .main_section .caption p {
    letter-spacing: 0;
    font-size: 15px;
    padding: 0 10px;
  }
}
.main_section .carousel,
.main_section .carousel-item,
.main_section .carousel-inner {
  width: 100%;
  height: 100%;
}
.main_section .carousel-control-next,
.main_section .carousel-control-prev {
  position: absolute;
  position: absolute;
  inset: 0px 25px 0px auto;
  margin: auto;
  opacity: 1;
  right: 15px;
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #fff1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.main_section .carousel-control-next i,
.main_section .carousel-control-prev i {
  line-height: 40px;
}
@media (max-width: 575px) {
  .main_section .carousel-control-next,
.main_section .carousel-control-prev {
    right: 5px;
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .main_section .carousel-control-next i,
.main_section .carousel-control-prev i {
    line-height: 30px;
  }
}
.main_section .carousel-control-prev {
  left: 15px;
  right: auto;
}
@media (max-width: 575px) {
  .main_section .carousel-control-prev {
    left: 5px;
  }
}

.hint_wrap {
  background-color: #d6a834;
  position: relative;
  padding: 30px 0;
}
.hint_wrap::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  border: 15px solid transparent;
  border-bottom-color: #d6a834;
  width: 30px;
  height: 30px;
  margin: auto;
}
.hint_wrap .hint {
  text-align: center;
  color: #191919;
  font-size: 32px;
  line-height: 40px;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin: auto;
}
@media (max-width: 575px) {
  .hint_wrap .hint {
    line-height: 25px;
    font-size: 18px;
  }
}

/* About
======================*/
.about img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  margin: 15px auto;
}
.about .about_cont {
  margin: 15px auto;
}
.about .about_cont span {
  position: relative;
  margin-bottom: 25px;
  font-size: 24px;
  display: block;
  color: #191919;
  font-weight: 500;
}
.about .about_cont span::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: #d6a834;
}
.about .about_cont h1 {
  margin: 0 0 25px;
  font-size: 38px;
  color: #191919;
  text-transform: uppercase;
}
.about .about_cont p {
  margin: 15px 0 0;
  line-height: 25px;
  font-size: 17px;
  color: #191919;
}
.about .about_cont .link {
  margin-top: 25px;
}
.about .about_cont.flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}
@media (max-width: 1199px) {
  .about .about_cont h1 {
    font-size: 28px;
  }
  .about .about_cont p {
    line-height: 22px;
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .about .about_cont h1 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .about .about_cont p {
    line-height: 20px;
    font-size: 13px;
  }
}

/* Partners
=======================*/
.partner {
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .partner {
    padding-bottom: 35px;
  }
}
.partner h3 {
  margin: 0 auto 25px;
  font-size: 38px;
  color: #d6a834;
  text-transform: uppercase;
  max-width: 720px;
}
.partner p {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  text-align: start;
  font-size: 24px;
  margin: 20px 0 0;
  line-height: 44px;
}
.partner img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 25px;
  background-color: #fff;
  margin-inline-start: 100px;
}
@media (max-width: 1199px) {
  .partner h3 {
    font-size: 28px;
  }
  .partner p {
    line-height: 30px;
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .partner h3 {
    font-size: 24px;
  }
  .partner p {
    margin: 0;
    flex-direction: column;
    text-align: center;
  }
  .partner p img {
    margin-inline-start: 0;
    margin: 25px auto 0;
  }
}
@media (max-width: 575px) {
  .partner h3 {
    font-size: 18px;
  }
}

/* Team
=======================*/
.team_item {
  max-width: 720px;
  margin: -40px auto 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-align: start;
  background-color: #f8f8f8;
  padding: 40px;
  color: #191919;
  text-align: center;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.4s linear transform;
  -moz-transition: 0.4s linear transform;
  -ms-transition: 0.4s linear transform;
  -o-transition: 0.4s linear transform;
  transition: 0.4s linear transform;
}
.team_item img {
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0;
  margin-inline-end: 25px;
  padding: 5px;
  width: 160px;
  background-color: #fff;
}
.team_item .cont {
  text-align: start;
}
.team_item h3 {
  font-weight: 700;
  margin: 0 auto 10px;
  text-transform: capitalize;
  font-size: 32px;
  letter-spacing: 0.5px;
}
.team_item h4 {
  margin: 0;
  font-size: 17px;
  color: #d6a834;
  font-weight: 500;
}
.team_item p {
  margin: 15px 0 0;
}
@media (max-width: 991px) {
  .team_item {
    max-width: 100%;
    margin: 35px auto 0;
  }
}
@media (max-width: 991px) {
  .team_item {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .team_item {
    flex-direction: column;
  }
  .team_item img {
    width: 90px;
    margin-inline-end: 0;
    margin: 0 auto 15px;
  }
  .team_item .cont {
    text-align: center;
  }
  .team_item h3 {
    font-size: 22px;
  }
  .team_item h4 {
    font-size: 16px;
  }
  .team_item p {
    font-size: 12px;
  }
}

/* Service
==========================*/
.services .flex {
  justify-content: space-between;
  flex-wrap: wrap;
}

.service_item {
  position: relative;
  background-color: #fff;
  padding: 35px;
  margin: 15px auto;
  display: inline-block;
  font-weight: 500;
  width: 43%;
  text-align: center;
  font-size: 16px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 575px) {
  .service_item {
    display: block;
    width: 100%;
    padding: 20px;
    margin: 15px auto !important;
  }
}
.service_item span {
  display: block;
  position: relative;
}
.service_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #d6a834;
  -webkit-transition: 0.4s linear height;
  -moz-transition: 0.4s linear height;
  -ms-transition: 0.4s linear height;
  -o-transition: 0.4s linear height;
  transition: 0.4s linear height;
}
.service_item:hover::before {
  height: 100%;
}
.service_item.mt_40 {
  margin-top: -40px;
}

.inner_services .service_item {
  padding: 25px;
  margin: 0 auto 25px;
  min-height: 100px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.side_txt h3 {
  margin: 0 0 25px;
  font-size: 38px;
  color: #191919;
  text-transform: uppercase;
}
.side_txt p {
  margin: 15px 0 0;
  line-height: 25px;
  font-size: 17px;
  color: #191919;
}
.side_txt .link {
  margin-top: 25px;
}
@media (max-width: 1199px) {
  .side_txt h3 {
    font-size: 28px;
  }
  .side_txt p {
    line-height: 22px;
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .side_txt h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .side_txt p {
    line-height: 20px;
    font-size: 13px;
  }
}

/* Products
==========================*/
.product {
  background-color: #d6a834;
  padding: 0;
}
.product h2 {
  margin: 0 0 25px;
  font-size: 58px;
  color: #191919;
  text-transform: uppercase;
  font-weight: 700;
}
.product span {
  position: relative;
  margin-bottom: 25px;
  font-size: 24px;
  display: block;
  color: #191919;
  font-weight: 500;
}
.product span::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: #191919;
}
.product .link {
  background-color: #191919;
  color: #fff;
}
.product img {
  margin: -70px auto 35px;
}
@media (max-width: 991px) {
  .product {
    padding-top: 25px;
  }
  .product img {
    margin: 25px auto;
  }
}
@media (max-width: 575px) {
  .product h2 {
    font-size: 32px;
  }
}

.prod_item {
  display: block;
  margin: 0 auto 25px;
  overflow: hidden;
  position: relative;
  padding: 25px;
  text-align: center;
  background-color: rgba(214, 168, 52, 0.05);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.prod_item::before {
  content: " ";
  position: absolute;
  left: 0;
  background-color: rgba(0, 0, 0, 0.015);
  width: 100%;
  height: 100%;
  -webkit-border-radius: 20px 0;
  -moz-border-radius: 20px 0;
  border-radius: 20px 0;
  clip-path: circle(90% at 0% 100%);
  -webkit-transition: 0.5s linear clip-path;
  -moz-transition: 0.5s linear clip-path;
  -ms-transition: 0.5s linear clip-path;
  -o-transition: 0.5s linear clip-path;
  transition: 0.5s linear clip-path;
}
.prod_item img {
  width: 100%;
  height: 290px;
  margin-bottom: 15px;
  object-fit: contain;
}
.prod_item h3 {
  position: relative;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #191919;
  line-height: 25px;
  letter-spacing: 0.3px;
}
.prod_item:hover::before {
  clip-path: circle(90% at 100% 100%);
}
@media (max-width: 991px) {
  .prod_item {
    padding: 15px;
  }
  .prod_item img {
    height: 240px;
  }
  .prod_item h3 {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.2px;
  }
}

.nav-tabs {
  background-color: #191919;
  border: 0;
  margin-bottom: 30px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden;
}
.nav-tabs li {
  width: 14.2857142857%;
  border-right: 1px solid #fff2;
}
.nav-tabs li:last-child {
  border-right: 0;
}
.nav-tabs a {
  text-align: center;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 14px;
  padding: 10px;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
  display: block;
}
.nav-tabs a.active {
  background-color: #d6a834;
  color: #191919;
}
@media (max-width: 1199px) {
  .nav-tabs a {
    font-weight: 500;
    font-size: 13px;
    padding: 10px 5px;
  }
}
@media (max-width: 991px) {
  .nav-tabs {
    flex-wrap: wrap;
    align-items: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .nav-tabs li {
    border-bottom: 1px solid #fff2;
    width: 25%;
  }
}
@media (max-width: 991px) {
  .nav-tabs li {
    width: 50%;
  }
  .nav-tabs li a {
    padding: 5px;
    line-height: 25px;
  }
}

.tab-content .row {
  justify-content: center;
}

/* Footer
=====================*/
footer {
  z-index: 998;
  padding: 50px 0 0;
  position: relative;
  background-color: #191919;
}
footer img {
  margin: 0;
  padding: 5px;
  width: 160px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
footer img.logo {
  background-color: transparent;
  width: 100%;
  max-width: 240px;
}
footer a {
  display: inline-block;
}
footer p {
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  margin-top: 10px;
}
footer h3 {
  margin: 0 0 25px;
  font-size: 15px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  line-height: 30px;
  color: #fff;
  letter-spacing: 1px;
}
footer h3::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 40px;
  height: 3px;
  margin: auto;
  background-color: #d6a834;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
footer ul {
  margin-bottom: 15px;
}
footer ul a {
  display: inline-block;
  color: #fff;
  line-height: 30px;
  font-size: 14px;
  letter-spacing: 0.3px;
  -webkit-transition: 0.4s linear color;
  -moz-transition: 0.4s linear color;
  -ms-transition: 0.4s linear color;
  -o-transition: 0.4s linear color;
  transition: 0.4s linear color;
}
@media (max-width: 1199px) {
  footer ul a {
    letter-spacing: 0.1px;
    font-size: 12px;
  }
}
footer ul a:hover {
  color: #d59a05;
}
footer ul.row {
  margin: 0;
}
footer ul.row li {
  display: block;
  position: relative;
  padding-inline-start: 20px;
  margin-bottom: 10px;
}
footer ul.row li a {
  text-transform: uppercase;
}
footer ul.row li::before {
  content: "";
  font-size: 12px;
  color: #fff;
  position: absolute;
  content: "\f105";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 30px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
footer .contact_info li {
  margin-bottom: 15px;
  padding: 0;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
footer .contact_info li::before {
  display: none;
}
footer .contact_info li i {
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #d6a834;
  text-align: center;
  border-radius: 50%;
  margin-inline-end: 15px;
  color: #fff;
}
footer .contact_info li span {
  text-transform: uppercase;
}
footer .contact_info li a {
  text-transform: lowercase;
  display: block;
  line-height: 24px;
  font-size: 14px;
}
footer .copyrights {
  text-align: center;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.5px;
  padding: 15px;
  border-top: 1px solid #fff1;
  margin-top: 40px;
}

iframe {
  margin-bottom: -10px;
}

.up_btn {
  position: fixed;
  right: 15px;
  bottom: 15px;
  margin: auto;
  font-size: 16px;
  z-index: 9998;
}

/*# sourceMappingURL=style.css.map */
