.ja-topbar {
  background-color: #262626;
  padding-top: 13px;
  padding-bottom: 13px;
  width: 100%;
  color: #ffffff;
}
@media (min-width: 992px) {
  .ja-topbar {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    z-index: 2;
  }
}
.ja-topbar .topbar-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.ja-topbar .topbar-list > li {
  display: inline-block;
}
.ja-topbar .topbar-list > li + li {
  margin-left: 26px;
}
.header-bg .ja-topbar {
  position: relative;
  background-color: #252525;
}
.t3-header {
  padding-top: 26px;
  padding-bottom: 26px;
  width: 100%;
  background-color: #171717;
}
@media (min-width: 992px) {
  .t3-header {
    background-color: transparent;
    z-index: 3;
    position: absolute;
    top: 52px;
  }
}
@media (max-width: 991px) {
  .t3-header > .container {
    position: relative;
  }
}
.header-bg .t3-header {
  background-color: #171717;
  position: relative;
  top: 0;
}
.logo {
  text-align: left;
  min-height: 50px;
  line-height: 50px;
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-image img {
  max-height: 80px;
}
.logo-text {
  padding: 13px 0;
  line-height: 24px;
}
.logo-text a {
  text-decoration: none;
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
.head-search {
  margin-top: 26px;
}
.head-search:before,
.head-search:after {
  display: table;
  content: " ";
}
.head-search:after {
  clear: both;
}
.head-search form {
  margin: 0;
}
.head-search label {
  display: none;
}
.head-search .search {
  position: relative;
}
.head-search .search:before {
  font-family: "FontAwesome";
  content: "\f002";
  display: block;
  position: absolute;
  left: 10px;
  top: 6px;
  color: #555555;
}
@media screen and (min-width: 768px) {
  .head-search .search {
    float: right;
  }
}
.head-search .form-control {
  width: 100%;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .head-search .form-control {
    width: 150px;
  }
  .head-search .form-control:focus {
    width: 200px;
  }
}
.t3-sl {
  padding-bottom: 52px;
  padding-top: 52px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 78px;
    padding-top: 78px;
  }
}
.section-inner .short-title {
  text-transform: uppercase;
  text-align: center;
  color: #c29032;
  margin-bottom: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 700ms;
  -o-transition: all 700ms;
  transition: all 700ms;
}
.section-inner .block-title {
  font-size: 50px;
  text-align: center;
  margin: 0 auto 52px;
  width: 50%;
  line-height: 1.4;
  position: relative;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 700ms;
  -o-transition: all 700ms;
  transition: all 700ms;
}
.section-inner .block-title::after {
  content: "";
  width: 70px;
  height: 4px;
  display: block;
  margin: 26px auto 0;
  background-color: #c29032;
}
@media (max-width: 1199px) {
  .section-inner .block-title {
    font-size: 36px;
    width: 80%;
  }
}
@media (max-width: 991px) {
  .section-inner .block-title {
    font-size: 30px;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .section-inner .block-title {
    font-size: 24px;
    width: 100%;
  }
}
.section-inner .block-intro {
  text-align: center;
  width: 80%;
  margin: 0 auto 52px;
  color: #d0d0d0;
}
.section-inner.acm-inview .block-title {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  filter: alpha(opacity=100);
  opacity: 1;
}
.section-inner.acm-inview .short-title {
  transform: scale(1);
  -webkit-transform: scale(1);
  filter: alpha(opacity=100);
  opacity: 1;
}
.t3-mainbody {
  padding-top: 26px;
  padding-bottom: 26px;
}
.t3-content {
  padding-top: 26px;
  padding-bottom: 26px;
}
.t3-sidebar {
  padding-top: 26px;
  padding-bottom: 26px;
}
.t3-footer {
  background: #262626;
  color: #d0d0d0;
}
.t3-footer:before,
.t3-footer:after {
  display: table;
  content: " ";
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footnav {
  padding: 104px 0 26px;
}
.t3-footnav:before,
.t3-footnav:after {
  display: table;
  content: " ";
}
.t3-footnav:after {
  clear: both;
}
.t3-footnav .t3-module {
  background: #262626;
  color: #d0d0d0;
  margin-top: 13px;
  margin-bottom: 13px;
}
.t3-footnav .t3-module .module-title {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 26px;
}
.t3-footnav .t3-module .module-ct {
  color: #d0d0d0;
}
.t3-footnav .t3-module ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.t3-footnav .t3-module ul > li {
  line-height: 24px;
}
.t3-footnav .t3-module ul > li > a,
.t3-footnav .t3-module ul > li > span {
  color: #d0d0d0;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.t3-footnav .t3-module ul > li > a:hover,
.t3-footnav .t3-module ul > li > span:hover,
.t3-footnav .t3-module ul > li > a:active,
.t3-footnav .t3-module ul > li > span:active,
.t3-footnav .t3-module ul > li > a:focus,
.t3-footnav .t3-module ul > li > span:focus {
  color: #c29032;
  background-color: transparent;
}
.t3-footnav .t3-module ul > li.active > a,
.t3-footnav .t3-module ul > li.active > span {
  background-color: transparent;
  color: #c29032;
}
.t3-footnav .mod-preview-wrapper {
  margin-top: 13px;
  margin-bottom: 13px;
}
.t3-footnav .mod-preview-wrapper > .t3-module {
  margin-top: 0;
  margin-bottom: 0;
}
.t3-footnav ul.dropdown-menu {
  padding-left: 10px;
}
.t3-footnav ul.dropdown-menu li.divider {
  height: auto;
  margin: 0;
  background: transparent;
  overflow: unset;
}
.t3-copyright {
  font-size: 12px;
  padding: 26px 0 104px;
}
.t3-copyright:before,
.t3-copyright:after {
  display: table;
  content: " ";
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright small {
  margin-bottom: 5px;
}
.poweredby {
  margin-bottom: 26px;
}
.poweredby:before,
.poweredby:after {
  display: table;
  content: " ";
}
.poweredby:after {
  clear: both;
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  display: inline-block;
}
.back-to-top {
  position: fixed;
  bottom: 52px;
  right: 52px;
  z-index: 100;
}
.back-to-top .btn {
  background-color: #c29032;
  color: #ffffff;
  padding: 0;
  height: 60px;
  width: 60px;
  -webkit-transition: all 600ms;
  -o-transition: all 600ms;
  transition: all 600ms;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.back-to-top .btn:hover,
.back-to-top .btn:focus,
.back-to-top .btn:active {
  background: #997228;
  color: #ffffff;
}
.back-to-top .btn .fa {
  margin-right: 0;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
@media (max-width: 991px) {
  .back-to-top {
    display: none;
  }
}
.back-to-top.affix .btn {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.left_img {
  float: left;
  margin-right: 30px;
}
body .slideshow .img-bg {
  filter: none;
  opacity: 1;
}
.topbar-right a {
  color: #fff;
}
.topbar-right a:hover {
  color: #c29032;
}
body .acm-features.style-1 .features-title {
  margin-top: 20px;
}
body .acm-hero .hero-bg img {
  opacity: 1;
  filter: none;
}
body .acm-features.style-1 .count {
  display: none;
}
body .back-to-top .btn .fa {
  font-family: FontAwesome;
}
iframe {
  width: 100%;
}
.nav.navbar-nav > li::after {
  content: '|';
  margin: 0;
  height: 20px;
  position: absolute;
  right: -12px;
  top: 12px;
  color: grey;
}
.nav.navbar-nav > li:last-child::after {
  content: none;
}
div#ja-form .ja-contact-form {
  margin-bottom: 0;
}
.slider-content-inner.container {
  padding-left: 20%;
  text-transform: uppercase;
  min-width: 320px;
}
body .slideshow .slider-content-inner .item-desc {
  margin-top: 0;
  display: block !important;
  line-height: normal;
}
body .slideshow .slider-content-inner .group-action {
  margin-top: 30px;
}
body .swiper-wrapper-style1 {
  display: grid;
  grid-template-columns: 30% 30% 30%;
  gap: 30px;
}
body .swiper-wrapper-style1 > div {
  min-height: 0 !important;
}
body .swiper-wrapper-style1 .features-item {
  margin: 0 20px 0px 20px!important;
  padding: 0 20px 0px 20px!important;
}
.rsform label .formRequired {
  color: #c29032;
}
.rsform label {
  font-weight: normal;
}
input.form-control {
  width: 100%;
  box-sizing: border-box;
}
.short-title {
  text-transform: uppercase;
  margin: 0;
}
div#ja-form .ja-contact-form .block-title {
  font-size: 34px;
  width: 100%;
  text-align: center;
  margin: 0 0 20px 0;
}
.block-title::after {
  content: "";
  width: 70px;
  height: 4px;
  display: block;
  margin: 26px auto 0;
  background-color: #c29032;
}
#rsform_4_page_0 label {
  display: none;
}
.col-md-5.ja-contact-form {
  min-height: 600px;
}
ul.nav {
  display: block !important;
}

div#ja-form .ja-contact-img img {
  width: 120%;
  max-width: unset;
}
@media (max-width: 767px) {
  body .swiper-wrapper-style1 {
    grid-template-columns: auto;
  }
  #t3-mainnav {
    width: auto !important;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .ja-topbar {
    display: none;
  }
}
@media (max-width: 580px) {
  img.left_img {
    width: 100% !important;
    float: none;
  }
  body .slideshow .slider-content-inner .item-desc {
    font-size: 12px;
  }
  .slideshow .slider-content-inner .group-action {
    display: block !important;
  }
  .slideshow .slider-content-inner .group-action a {
    font-size: 12px;
  }
}