.fw400 {
  font-weight: 400;
}

.fs32 {
  font-size: 32px;
}

.fs18 {
  font-size: 18px;
}

.fs16 {
  font-size: 16px;
}

.text-uppercase {
  text-transform: uppercase;
}

.gap-sm {
  gap: 15px;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pd50 {
  padding-bottom: 50px;
}

body {
  line-height: 1.7;
}

.absolute-footer, html {
  background-color: #fff !important;
}

.txt-justify {
  text-align: justify;
}

.s-title {
  position: relative;
  margin-bottom: 30px;
  color: var(--primary-color);
  font-size: 25px;
  text-align: center;
}
.s-title span {
  color: var(--primary-color);
  font-size: 33px;
}
.s-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  background: var(--primary-color);
  width: 80px;
}

.btn-main.ux-menu-link {
  display: table;
}

.btn-main .ux-menu-link__link {
  background: var(--primary-color);
  color: #fff;
  display: table;
  padding: 10px;
  transition: all 0.3s ease;
  border-radius: 4px;
}

.btn-main.ux-menu-link:hover a {
  color: #fff;
  opacity: 0.9;
}

.s-menu {
  justify-content: center !important;
}
.s-menu.s-center {
  align-items: center !important;
}

.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
  box-shadow: none !important;
}

.header-search-form input[type=search] {
  border-radius: 20px 0px 0px 20px;
  outline: none !important;
  padding: 5px 10px;
  box-shadow: none !important;
  font-size: 14px;
  background-color: #fff;
	border: none;
}

.footer-company {
  list-style: none;
}
.footer-company li {
  margin-left: 0px !important;
  display: flex;
  align-items: center;
  gap: 5px;
}

.box-social-fix {
  position: fixed;
  width: auto !important;
  z-index: 150 !important;
  bottom: 70px !important;
  padding: 10px 0 0 0;
  border: 1px solid #f2f2f2;
  left: 13px;
  background: #fff;
  border-radius: 5px;
}

.box-social-fix ul, .box-social-fix ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.box-social-fix ul li {
  padding: 3px;
  display: block;
  border-radius: 5px;
  text-align: center;
  font-size: 10px;
  line-height: 15px;
  color: #515151;
  font-weight: 700;
  cursor: pointer;
}

#social-fix-nttt ul li a img {
  transform-origin: 50% 65%;
  transition: transform 0.3s, filter 3s ease-in-out;
  filter: brightness(150%);
}

.box-social-fix img {
  width: 33px;
}

.box-social-fix ul li span {
  display: block;
  width: 100%;
  margin-bottom: 7px;
  color: #515151;
  line-height: auto;
}

.box-sticky-horizontal {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  box-shadow: 0 4px 10px 0 #000;
  padding: 5px;
  background: #f2f2f2;
  line-height: 35px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}

.box-sticky-horizontal li {
  flex: 1 1 auto;
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  color: #515151;
}

.box-sticky-horizontal li a {
  color: #515151;
  line-height: 0;
  display: block;
}

.box-sticky-horizontal li img {
  max-width: 30px;
  height: 30px;
}

.box-sticky-horizontal li span {
  display: block;
  line-height: 100%;
  margin-top: 10px;
  font-size: 13px;
}

.box-sticky-horizontal li:nth-child(3n) img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  margin-top: -60px;
  max-width: 45px;
  height: auto;
}

.box-sticky-horizontal li span {
  display: block;
  line-height: 100%;
  margin-top: 10px;
  font-size: 13px;
}

.box-sticky-horizontal li:nth-child(3n) span {
  margin-top: 35px;
}

#header ul {
  list-style: none;
}

.top-bar-contact i {
  color: var(--primary-color);
}

.stuck .header-main {
  display: none;
}

.dashicons-admin-home.mega-menu-link::before {
  font-size: 20px !important;
}

.has-paralax .section-bg {
  background-attachment: fixed;
}

.s-social {
  max-width: 200px;
}

.box-blog-post .is-divider {
  display: none;
}

.s-blogpost .box-blog-post {
  display: flex;
  gap: 10px;
}

.s-blogpost .box-blog-post .box-image {
  width: 150px;
}

.s-blogpost .box-blog-post .box-text {
  padding-top: 0px;
}

.ft-title {
  position: relative;
  font-size: 20px;
  margin-bottom: 20px;
}

.ft-title::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0px;
  height: 3px;
  background: var(--primary-color);
  width: 45px;
}

.absolute-footer {
  display: none;
}

footer#footer, footer#footer a {
  color: #fff;
}

.banner2 {
  padding: 10px 0px;
}

.banner21 {
  color: #FFFFFF;
  font-size: 35px;
  font-weight: 400;
}

.banner22 {
  color: #F06D26;
  font-size: 90px;
  font-weight: 700;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}

.banner23 {
  color: #FFFFFF;
  font-size: 34px;
  font-weight: 400;
}

.box-sticky-horizontal {
  display: none;
}

@media (max-width: 575px) {
  .box-social-fix {
    display: none;
  }
  .box-sticky-horizontal {
    display: flex;
  }
  .s-title {
    font-size: 22px;
  }
  .s-title span {
    font-size: 22px;
  }
  .banner21, .banner23 {
    font-size: 20px;
  }
  .banner22 {
    font-size: 40px;
  }
  .tabbed-content.home-tab {
    flex-direction: column-reverse;
  }
  .tabbed-content.home-tab .nav li a {
    padding: 0px;
  }
  .tabbed-content.home-tab .nav li a span {
    font-size: 20px;
  }
  .sectionmb {
    padding-bottom: 0px !important;
  }
  .f-pd0 {
    padding-bottom: 0px !important;
  }
  .f-pd0 .row .col:last-child {
    padding-bottom: 0px;
  }
.box-sticky-horizontal li:nth-child(3n) span {
    margin-top: 40px !important;
     }
     .box-sticky-horizontal li:nth-child(3n) img {
       position: absolute;
       left: 50%;
       transform: translate(-50%, 0%);
    margin-top: -40px !important;
    max-width: 35px !important;
       height: auto
     }

}/*# sourceMappingURL=custom.css.map */