@charset "UTF-8";
.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  color: #19191d;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1400px) {
  body {
    font-size: 19px;
  }
}

html {
  scrollbar-color: #19191d #ddd;
  scrollbar-width: thin;
}
html::-webkit-scrollbar {
  width: 0.5vw;
}
html::-webkit-scrollbar-thumb {
  background-color: #19191d;
  border-radius: 5px;
  border: 1px solid transparent;
  background-clip: content-box;
}
html::-webkit-scrollbar-track {
  background-color: #ddd;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 500;
}

h1, .h1 {
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  h1, .h1 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1200px) {
  h1, .h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  h1, .h1 {
    font-size: 48px;
  }
}

h2, .h2 {
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  h2, .h2 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1200px) {
  h2, .h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1400px) {
  h2, .h2 {
    font-size: 36px;
  }
}

h3, .h3 {
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  h3, .h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  h3, .h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  h3, .h3 {
    font-size: 26px;
  }
}

h4, .h4 {
  font-size: 16px;
}
@media only screen and (min-width: 1200px) {
  h4, .h4 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  h4, .h4 {
    font-size: 24px;
  }
}

.img100 {
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  transition: 0.3s all;
}

label {
  margin-bottom: 5px;
}

input[type=text], input[type=email], input[type=password], input[type=tel], input[type=url], input[type=search], [type=number], textarea, select {
  padding: 0px 10px;
  width: 100%;
  border-radius: 0px;
  height: 40px;
  font-size: 15px;
  color: #000;
  border: none;
  margin-bottom: 8px;
  outline-offset: 0px;
}
input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=search]:focus, [type=number]:focus, textarea:focus, select:focus {
  outline: 1px solid #f9cd05;
}
@media only screen and (min-width: 1200px) {
  input[type=text], input[type=email], input[type=password], input[type=tel], input[type=url], input[type=search], [type=number], textarea, select {
    height: 45px;
    font-size: 18px;
  }
}

textarea {
  height: 70px;
  padding: 10px;
}
@media only screen and (min-width: 1200px) {
  textarea {
    height: 90px;
  }
}

input[type=submit], input[type=button], button, .button, .btn-primary {
  display: inline-block;
  padding: 10px 8px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  background-color: #f9cd05;
  color: #242424;
  min-width: 80px;
  text-align: center;
  border: none;
}
input[type=submit]:not(:last-child), input[type=button]:not(:last-child), button:not(:last-child), .button:not(:last-child), .btn-primary:not(:last-child) {
  margin-right: 4px;
}
@media only screen and (min-width: 576px) {
  input[type=submit]:not(:last-child), input[type=button]:not(:last-child), button:not(:last-child), .button:not(:last-child), .btn-primary:not(:last-child) {
    margin-right: 6px;
  }
}
@media only screen and (min-width: 992px) {
  input[type=submit]:not(:last-child), input[type=button]:not(:last-child), button:not(:last-child), .button:not(:last-child), .btn-primary:not(:last-child) {
    margin-right: 8px;
  }
}
@media only screen and (min-width: 1400px) {
  input[type=submit]:not(:last-child), input[type=button]:not(:last-child), button:not(:last-child), .button:not(:last-child), .btn-primary:not(:last-child) {
    margin-right: 12px;
  }
}
input[type=submit]:hover, input[type=button]:hover, button:hover, .button:hover, .btn-primary:hover {
  background-color: #e5bb00;
}
input[type=submit].btn-black, input[type=button].btn-black, button.btn-black, .button.btn-black, .btn-primary.btn-black {
  background-color: #3b3b3b;
  color: #facd06;
}
input[type=submit].btn-black:hover, input[type=button].btn-black:hover, button.btn-black:hover, .button.btn-black:hover, .btn-primary.btn-black:hover {
  background-color: #5f6264;
}
input[type=submit].big-black, input[type=button].big-black, button.big-black, .button.big-black, .btn-primary.big-black {
  min-width: 120px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #000;
  color: #f8f8f8;
  padding: 10px 12px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
input[type=submit].big-black:hover, input[type=button].big-black:hover, button.big-black:hover, .button.big-black:hover, .btn-primary.big-black:hover {
  background-color: #242424;
}
@media only screen and (min-width: 768px) {
  input[type=submit].big-black, input[type=button].big-black, button.big-black, .button.big-black, .btn-primary.big-black {
    min-width: 200px;
    padding: 14px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  input[type=submit].big-black, input[type=button].big-black, button.big-black, .button.big-black, .btn-primary.big-black {
    min-width: 250px;
    padding: 16px;
  }
}
@media only screen and (min-width: 1600px) {
  input[type=submit].big-black, input[type=button].big-black, button.big-black, .button.big-black, .btn-primary.big-black {
    min-width: 300px;
    padding: 18px;
    font-size: 19px;
  }
}
input[type=submit].btn-white, input[type=button].btn-white, button.btn-white, .button.btn-white, .btn-primary.btn-white {
  background-color: #fff;
  color: #3b3b3b;
}
input[type=submit].btn-white:hover, input[type=button].btn-white:hover, button.btn-white:hover, .button.btn-white:hover, .btn-primary.btn-white:hover {
  background-color: #ddd;
}
@media only screen and (min-width: 768px) {
  input[type=submit], input[type=button], button, .button, .btn-primary {
    min-width: 105px;
    padding: 12px 10px;
  }
}
@media only screen and (min-width: 1400px) {
  input[type=submit], input[type=button], button, .button, .btn-primary {
    min-width: 185px;
    font-size: 17px;
    padding: 18px 12px;
  }
}

p, ul, ol, table, address {
  margin-bottom: 25px;
}

table {
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

strong {
  font-weight: 600;
}

@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1530px;
  }
}

header {
  padding: 12px 0 0;
}

.header_top {
  margin-bottom: 8px;
}
@media only screen and (min-width: 576px) {
  .header_top {
    margin-bottom: 20px;
  }
}
.header_top .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 1600px) {
  .header_top .container {
    max-width: 1545px;
  }
}
@media only screen and (min-width: 1800px) {
  .header_top .container {
    max-width: 1645px;
  }
}
.header_top .logo {
  width: 180px;
  max-height: 93px;
}
@media only screen and (max-width: 489px) {
  .header_top .logo {
    width: 200px;
    margin: 0 auto 8px;
  }
}
@media only screen and (min-width: 768px) {
  .header_top .logo {
    width: 200px;
    margin: unset;
  }
}
@media only screen and (min-width: 992px) {
  .header_top .logo {
    width: 280px;
  }
}
@media only screen and (min-width: 1920px) {
  .header_top .logo {
    width: 337px;
    margin-left: 70px;
  }
}
.header_top .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (max-width: 489px) {
  .ht_info_sec {
    width: 100%;
  }
}

.ht_qLinks_outer {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1600px) {
  .ht_qLinks_outer {
    display: none;
  }
}

.ht_qLinks {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  border-bottom: 1px solid #1a191e;
  padding: 0 0 5px;
  margin-bottom: 0;
}
.ht_qLinks li {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.ht_qLinks li:not(:last-child) {
  margin-right: 10px;
}
.ht_qLinks a {
  color: #1a191e;
  text-decoration: none;
}

.mhtAction_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .mhtAction_btn {
    display: none;
  }
}
.mhtAction_btn .btn-primary:not(:last-child) {
  margin-right: 5px;
}

.ht_qLinks_dropdown {
  margin-left: 12px;
}
.ht_qLinks_dropdown .dropdown_toggle {
  width: -moz-fit-content;
  width: fit-content;
  min-width: unset;
  background-color: unset;
  -moz-columns: #000;
       columns: #000;
  border: none;
  font-size: 20px;
  margin-right: 0;
}
.ht_qLinks_dropdown ul li {
  color: #242424;
  text-transform: uppercase;
  font-size: 14px;
}
.ht_qLinks_dropdown ul li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.ht_qLinks_dropdown ul li:hover, .ht_qLinks_dropdown ul li:active {
  background-color: #ededed;
}
.ht_qLinks_dropdown ul li a {
  display: block;
  padding: 5px 8px;
  text-decoration: none;
  color: inherit;
}
.ht_qLinks_dropdown ul li a:hover, .ht_qLinks_dropdown ul li a:active {
  background-color: unset;
  color: inherit;
}

.contact_and_action {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .contact_and_action {
    display: none;
  }
}

.ht_contact {
  padding-left: 35px;
}
.ht_contact h4, .ht_contact .h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}
@media only screen and (min-width: 992px) {
  .ht_contact h4, .ht_contact .h4 {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1400px) {
  .ht_contact h4, .ht_contact .h4 {
    font-size: 19px;
  }
}
.ht_contact > span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin-top: -6px;
}
.ht_contact .phnNum {
  position: relative;
}
.ht_contact .phnNum span {
  width: 28px;
  position: absolute;
  left: -30px;
  top: 2px;
  color: #6f7375;
  font-size: 20px;
}
@media only screen and (min-width: 992px) {
  .ht_contact .phnNum span {
    left: -36px;
  }
}
@media only screen and (min-width: 992px) {
  .ht_contact .phnNum span {
    font-size: 22px;
  }
  .ht_contact .phnNum span i {
    transform: translateY(3px);
  }
}
@media only screen and (min-width: 1400px) {
  .ht_contact .phnNum span i {
    transform: translateY(5px);
  }
}
@media only screen and (min-width: 1800px) {
  .ht_contact .phnNum span i {
    transform: translateY(8px);
  }
  .ht_contact .phnNum span img {
    transform: translateY(6px);
  }
}
.ht_contact .phnNum a {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  .ht_contact .phnNum a {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1400px) {
  .ht_contact .phnNum a {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1800px) {
  .ht_contact .phnNum a {
    font-size: 36px;
  }
}

.htAction_btn {
  margin-left: 25px;
}
@media only screen and (min-width: 1200px) {
  .htAction_btn {
    margin-left: 45px;
  }
}
@media only screen and (max-width: 991px) {
  .htAction_btn .btn-primary:not(:last-child) {
    margin-right: 5px;
  }
}

.menuSection {
  background-color: #3b3b3b;
}
@media only screen and (max-width: 1599px) {
  .menuSection {
    padding: 8px 0;
  }
}
.menuSection .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 1600px) {
  .menuSection .container {
    max-width: 1400px;
    justify-content: center;
  }
}
@media only screen and (min-width: 1800px) {
  .menuSection .container {
    max-width: 1500px;
  }
}
.menuSection .phnNum {
  display: flex;
  align-items: center;
  margin-bottom: -4px;
}
@media only screen and (min-width: 768px) {
  .menuSection .phnNum {
    display: none;
  }
}
.menuSection .phnNum a {
  font-size: 14px;
  font-weight: 400;
  margin-left: 3px;
  color: #fff;
  text-decoration: none;
}
.menuSection .phnNum span {
  display: inline-block;
  width: 20px;
  font-size: 14px;
  color: #6f7375;
}
.menuSection .phnNum span i {
  margin-left: 6px;
  transform: translateY(-1px);
}

#bsst_mmenu:not(.mm-spn) {
  display: none;
}

.mm-ocd--open {
  z-index: 100000;
}

#bsst_mmenu {
  background-color: #fff;
  color: #000;
}

.mm-spn--open a {
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}
.mm-spn--open a::after {
  color: #000;
}
.mm-spn--open li:hover > a, .mm-spn--open li:active > a {
  background-color: #ededed;
}
.mm-spn--open li.current-menu-item > a, .mm-spn--open li.current-menu-parent > a {
  color: #f9cd05;
}

.mobile_menu {
  margin-bottom: -4px;
}
@media only screen and (min-width: 1600px) {
  .mobile_menu {
    display: none;
  }
}
.mobile_menu .mmenuButton {
  color: #f9cd05;
  text-decoration: none;
  font-size: 25px;
}

.dskMenu {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1599px) {
  .dskMenu {
    display: none;
  }
}
.dskMenu ul {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -15px;
  margin-right: -15px;
}
.dskMenu li {
  position: relative;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin: 0 15px;
}
.dskMenu li:not(.siteHomeLink) {
  padding: 19px 0;
}
.dskMenu li:hover, .dskMenu li:active {
  color: #e6e6e6;
}
.dskMenu li:hover > .sub-menu, .dskMenu li:active > .sub-menu {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
.dskMenu li.current-menu-item, .dskMenu li.current-menu-parent {
  position: relative;
}
.dskMenu li.current-menu-item::before, .dskMenu li.current-menu-parent::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f9cd05;
  width: 70%;
  max-width: 62px;
  height: 2px;
}
.dskMenu li.current-menu-item:not(.siteHomeLink)::before, .dskMenu li.current-menu-parent:not(.siteHomeLink)::before {
  bottom: 12px;
}
.dskMenu li.menu-item-has-children::after {
  content: "\f107";
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-40%);
  font-size: 15px;
  font-weight: 900;
  font-family: "Font Awesome 6 free";
}
.dskMenu li.siteHomeLink {
  padding: 5px 0;
  font-size: 0;
}
.dskMenu li.siteHomeLink a {
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("../images/home_icon.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1920px) {
  .dskMenu li {
    font-size: 17px;
  }
}
.dskMenu li a {
  color: inherit;
  text-decoration: none;
}
.dskMenu li > .sub-menu {
  display: block;
  position: absolute;
  min-width: 220px;
  background-color: #fff;
  padding: 8px 0;
  margin: 0;
  left: 0;
  top: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  transform: translateY(-10px);
  transform-origin: top;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  z-index: 999;
}
.dskMenu li > .sub-menu li {
  margin: 0;
  color: #242424;
  padding: 5px 0;
}
.dskMenu li > .sub-menu li:not(:last-child) {
  border-bottom: 1px solid #ededed;
}
.dskMenu li > .sub-menu li:hover, .dskMenu li > .sub-menu li:active, .dskMenu li > .sub-menu li.current-menu-parent, .dskMenu li > .sub-menu li.current_page_parent {
  background-color: #ededed;
}
.dskMenu li > .sub-menu li a {
  display: block;
  padding: 4px 20px 4px 16px;
}
.dskMenu li > .sub-menu li.current-menu-item, .dskMenu li > .sub-menu li.current_page_item {
  background-color: #f9cd05;
  color: #fff;
}
.dskMenu li > .sub-menu li.menu-item-has-children::after {
  right: 8px;
  transform: translateY(-40%) rotate(-90deg);
}
.dskMenu li > .sub-menu li.menu-item-has-children > .sub-menu {
  top: 0;
  left: 100%;
}
.dskMenu li > .sub-menu li::before {
  display: none;
}

@media only screen and (max-width: 767px) {
  .mht_qLinks_outer {
    display: none;
  }
}
@media only screen and (min-width: 1600px) {
  .mht_qLinks_outer {
    display: none;
  }
}

.mht_qLinks {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
.mht_qLinks li {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 10px;
}
.mht_qLinks li:hover {
  color: #f9cd05;
}
.mht_qLinks li a {
  color: inherit;
  text-decoration: none;
}

footer {
  background-color: #19191d;
  color: #fff;
  padding-top: 30px;
}
@media only screen and (min-width: 768px) {
  footer {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 992px) {
  footer {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  footer {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 1600px) {
  footer {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1600px) {
  footer .container {
    max-width: 1360px;
  }
}

.f_contact_info {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 20px;
  text-align: center;
  border-bottom: 10px solid #5f6264;
  color: #19191d;
}
@media only screen and (min-width: 768px) {
  .f_contact_info {
    padding: 40px 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .f_contact_info {
    padding: 70px 30px 55px;
  }
}
@media only screen and (min-width: 1600px) {
  .f_contact_info {
    padding: 90px 30px 100px;
  }
}
.f_contact_info h2, .f_contact_info .h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #19191d;
}
@media only screen and (min-width: 768px) {
  .f_contact_info h2, .f_contact_info .h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1200px) {
  .f_contact_info h2, .f_contact_info .h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .f_contact_info h2, .f_contact_info .h2 {
    font-size: 46px;
  }
}
.f_contact_info .ftr_num {
  text-align: center;
  margin-bottom: 16px;
}
@media only screen and (min-width: 1600px) {
  .f_contact_info .ftr_num {
    margin-bottom: 20px;
  }
}
.f_contact_info .ftr_num a {
  color: #19191d;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (min-width: 576px) {
  .f_contact_info .ftr_num a {
    font-size: 26px;
  }
}
@media only screen and (min-width: 992px) {
  .f_contact_info .ftr_num a {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1600px) {
  .f_contact_info .ftr_num a {
    font-size: 39px;
  }
}
.f_contact_info .f_contact_btn {
  min-width: 120px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  background-color: #19191d;
  color: #f8f8f8;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
.f_contact_info .f_contact_btn:hover {
  background-color: #242424;
}
@media only screen and (min-width: 768px) {
  .f_contact_info .f_contact_btn {
    min-width: 200px;
    padding: 14px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .f_contact_info .f_contact_btn {
    min-width: 250px;
    padding: 16px;
  }
}
@media only screen and (min-width: 1600px) {
  .f_contact_info .f_contact_btn {
    min-width: 300px;
    padding: 18px;
    font-size: 19px;
  }
}

.ftr_links_info {
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  .ftr_links_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 0 30px 12px;
  }
}
@media only screen and (min-width: 1400px) {
  .ftr_links_info {
    padding: 40px 0 40px 12px;
  }
}

.ftr_heading {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 195px;
  font-size: 18px;
  font-weight: 600;
  color: #eac30b;
  border-bottom: 1px solid #eac30b;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .ftr_heading {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .ftr_heading {
    font-size: 23px;
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 1400px) {
  .ftr_heading {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

.footer_links {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .footer_links {
    width: 65%;
  }
}
@media only screen and (min-width: 1400px) {
  .footer_links {
    width: 70%;
  }
}
.footer_links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -moz-columns: 2 230px;
       columns: 2 230px;
}
@media only screen and (min-width: 768px) {
  .footer_links ul {
    -moz-columns: 3 215px;
         columns: 3 215px;
  }
}
@media only screen and (min-width: 992px) {
  .footer_links ul {
    -moz-columns: 2 290px;
         columns: 2 290px;
  }
}
@media only screen and (min-width: 1400px) {
  .footer_links ul {
    -moz-columns: 3;
         columns: 3;
    gap: 24px;
  }
}
.footer_links li {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 8px;
}
.footer_links li:hover, .footer_links li:active {
  color: #cfcfcf;
}
.footer_links li.current-menu-item, .footer_links li.current_page_item {
  color: #f9cd05;
}
@media only screen and (min-width: 992px) {
  .footer_links li {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 1400px) {
  .footer_links li {
    font-size: 17px;
  }
}
.footer_links li a {
  color: inherit;
  text-decoration: none;
}

@media only screen and (min-width: 992px) {
  .footer_infos {
    width: 32%;
  }
}
@media only screen and (min-width: 1400px) {
  .footer_infos {
    width: 27%;
  }
}
.footer_infos p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 12px;
}
@media only screen and (min-width: 992px) {
  .footer_infos p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1400px) {
  .footer_infos p {
    font-size: 17px;
  }
}
.footer_infos p strong {
  font-weight: 600;
}
.footer_infos p a {
  color: inherit;
  text-decoration: underline;
  text-underline-position: under;
}
.footer_infos p:first-child {
  position: relative;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.footer_infos p:first-child strong {
  font-size: 15px;
}
@media only screen and (min-width: 992px) {
  .footer_infos p:first-child {
    font-size: 16px;
    padding-bottom: 15px;
  }
  .footer_infos p:first-child strong {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1400px) {
  .footer_infos p:first-child {
    font-size: 18px;
    padding-bottom: 20px;
  }
  .footer_infos p:first-child strong {
    font-size: 19px;
  }
}
.footer_infos p:first-child::after {
  content: "";
  position: absolute;
  width: 195px;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #eac30b;
}
.footer_infos p:last-child {
  margin-bottom: 0;
}

.copy_right_info {
  background-color: #0e0e11;
  padding: 12px 0;
}
@media only screen and (min-width: 768px) {
  .copy_right_info {
    padding: 16px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .copy_right_info {
    padding: 20px 0;
  }
}
.copy_right_info p {
  margin: 0;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
}
@media only screen and (min-width: 992px) {
  .copy_right_info p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1400px) {
  .copy_right_info p {
    font-size: 17px;
  }
}
.copy_right_info p strong {
  font-weight: 500;
}

.ftr_pageLinks {
  width: 100%;
  padding-top: 20px;
}
.ftr_pageLinks ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -12px;
  margin-right: -12px;
}
.ftr_pageLinks li {
  font-size: 14px;
  font-weight: 400;
  color: #dcae0c;
  margin: 0 12px 12px;
}
.ftr_pageLinks li:hover, .ftr_pageLinks li :active {
  color: #ac8807;
}
.ftr_pageLinks li.current-menu-item, .ftr_pageLinks li.current_page_item {
  position: relative;
}
.ftr_pageLinks li.current-menu-item::after, .ftr_pageLinks li.current_page_item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  transform: translateX(-50%);
  height: 2px;
  width: 30px;
  background-color: #dcae0c;
}
@media only screen and (min-width: 992px) {
  .ftr_pageLinks li {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1400px) {
  .ftr_pageLinks li {
    font-size: 17px;
  }
}
.ftr_pageLinks li a {
  color: inherit;
  text-decoration: none;
}

body:not(.home) .ourService_preview {
  border-bottom: 1px solid #e3e3e3;
}

.osp_info_outer {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  overflow-x: auto;
  padding: 12px 0;
  margin: auto;
}
@media only screen and (min-width: 1200px) {
  .osp_info_outer {
    padding: 20px 0;
  }
}
.osp_info_outer .osp_info {
  display: flex;
  min-width: -moz-fit-content;
  min-width: fit-content;
  align-items: center;
}
.osp_info_outer .osp_info:not(:last-child) {
  margin-right: 24px;
}
@media only screen and (min-width: 768px) {
  .osp_info_outer .osp_info:not(:last-child) {
    margin-right: 45px;
  }
}
@media only screen and (min-width: 1400px) {
  .osp_info_outer .osp_info:not(:last-child) {
    margin-right: 65px;
  }
}
@media only screen and (min-width: 1600px) {
  .osp_info_outer .osp_info:not(:last-child) {
    margin-right: 100px;
  }
}
.osp_info_outer .osp_info span {
  width: 45px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  color: #FBD326;
}
.osp_info_outer .osp_info span img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.osp_info_outer .osp_info p {
  margin-bottom: 0;
  margin-left: 12px;
  color: #3b3b3b;
  text-decoration: underline;
  text-underline-position: under;
}
.osp_info_outer .osp_info p a {
  color: inherit;
  text-decoration: none;
}

.homeBanner {
  min-height: 460px;
  display: flex;
  align-items: center;
  padding: 60px 0;
  background-color: #ddd;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 576px) {
  .homeBanner {
    min-height: 480px;
  }
}
@media only screen and (min-width: 768px) {
  .homeBanner {
    min-height: 515px;
  }
}
@media only screen and (min-width: 768px) {
  .homeBanner {
    min-height: 542px;
  }
}
@media only screen and (min-width: 1200px) {
  .homeBanner {
    min-height: 660px;
  }
}
@media only screen and (min-width: 1400px) {
  .homeBanner {
    min-height: 772px;
  }
}
.homeBanner .bannerContent {
  max-width: 360px;
  min-height: 270px;
  background-color: #242424;
  color: #fff;
  padding: 24px 12px;
  border-bottom: 8px solid #6f7375;
}
.homeBanner .bannerContent h1, .homeBanner .bannerContent .h1 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.homeBanner .bannerContent h1::after, .homeBanner .bannerContent .h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 115px;
  height: 3px;
  background-color: #eec407;
}
@media only screen and (min-width: 576px) {
  .homeBanner .bannerContent {
    width: 70%;
    max-width: 792px;
    min-height: 332px;
    margin: 0;
    padding: 24px 30px;
  }
  .homeBanner .bannerContent h1, .homeBanner .bannerContent .h1 {
    font-size: 22px;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .homeBanner .bannerContent {
    width: 60%;
    min-height: 345px;
  }
}
@media only screen and (min-width: 992px) {
  .homeBanner .bannerContent {
    min-height: 385px;
    padding: 24px 40px;
  }
  .homeBanner .bannerContent h1, .homeBanner .bannerContent .h1 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .homeBanner .bannerContent {
    min-height: 442px;
    padding: 26px 45px;
  }
  .homeBanner .bannerContent h1, .homeBanner .bannerContent .h1 {
    font-size: 35px;
    padding-bottom: 25px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .homeBanner .bannerContent {
    min-height: 500px;
    padding: 30px 55px;
  }
  .homeBanner .bannerContent h1, .homeBanner .bannerContent .h1 {
    font-size: 40px;
  }
}
.homeBanner .estInfo {
  font-size: 14px;
  font-weight: 400;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.homeBanner .estInfo::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 115px;
  height: 3px;
  background-color: #eec407;
}
@media only screen and (min-width: 768px) {
  .homeBanner .estInfo {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .homeBanner .estInfo {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1400px) {
  .homeBanner .estInfo {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.homeBanner .btn_group .btn-primary {
  margin-bottom: 6px;
}

.our_expertise {
  display: flex;
  overflow-x: auto;
  max-width: 1920px;
  margin: auto;
}
@media only screen and (min-width: 992px) {
  .our_expertise {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.our_expertise .oexp_card {
  text-align: center;
  min-width: 290px;
  padding: 24px 12px;
}
@media only screen and (min-width: 992px) {
  .our_expertise .oexp_card {
    min-width: unset;
  }
}
@media only screen and (min-width: 1200px) {
  .our_expertise .oexp_card {
    padding: 30px 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .our_expertise .oexp_card {
    padding: 50px 90px;
  }
}
.our_expertise .oexp_card span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin: auto;
  margin-bottom: 17px;
  font-size: 40px;
}
@media only screen and (min-width: 768px) {
  .our_expertise .oexp_card span {
    width: 55px;
    height: 55px;
    font-size: 48px;
  }
}
@media only screen and (min-width: 1400px) {
  .our_expertise .oexp_card span {
    width: 70px;
    height: 70px;
    font-size: 62px;
  }
}
.our_expertise .oexp_card img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.our_expertise .oexp_card h4, .our_expertise .oexp_card .h4 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .our_expertise .oexp_card h4, .our_expertise .oexp_card .h4 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) {
  .our_expertise .oexp_card h4, .our_expertise .oexp_card .h4 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .our_expertise .oexp_card h4, .our_expertise .oexp_card .h4 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1400px) {
  .our_expertise .oexp_card h4, .our_expertise .oexp_card .h4 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
.our_expertise .oexp_card p {
  font-weight: 300;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .our_expertise .oexp_card p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1400px) {
  .our_expertise .oexp_card p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .our_expertise .oexp_card p {
    font-size: 19px;
  }
}
.our_expertise .oexp_card strong {
  font-weight: 500;
}

.product_list {
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .product_list {
    padding: 45px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .product_list {
    padding: 55px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .product_list {
    padding: 70px 0;
  }
}
.product_list > h2, .product_list .h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .product_list > h2, .product_list .h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .product_list > h2, .product_list .h2 {
    font-size: 40px;
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 1600px) {
  .product_list > h2, .product_list .h2 {
    font-size: 48px;
    margin-bottom: 60px;
  }
}
.product_list > h4, .product_list .h4 {
  font-size: 16px;
  margin-bottom: 14px;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .product_list > h4, .product_list .h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .product_list > h4, .product_list .h4 {
    font-size: 24px;
    margin-bottom: 25px;
  }
}

.products {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  justify-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 12px;
}
@media only screen and (min-width: 480px) {
  .products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 768px) {
  .products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  .products {
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
  }
}
@media only screen and (min-width: 1920px) {
  .products {
    grid-template-columns: repeat(5, 1fr);
  }
}

.product {
  width: 100%;
}
@media only screen and (max-width: 479px) {
  .product {
    width: 80%;
    max-width: 300px;
  }
}
.product .product_card {
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
}
.product .product_card:hover {
  background-color: #eee;
}
.product .product_img {
  height: 180px;
  padding: 12px 20px;
}
@media only screen and (min-width: 992px) {
  .product .product_img {
    height: 220px;
  }
}
@media only screen and (min-width: 1920px) {
  .product .product_img {
    height: 280px;
  }
}
@media only screen and (min-width: 1200px) {
  .product .product_img {
    padding: 16px 30px;
  }
}
@media only screen and (min-width: 1600px) {
  .product .product_img {
    padding: 22px 50px;
  }
}
.product .product_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product .product_name {
  display: flex;
  align-items: center;
  flex-grow: 1;
  background-color: #000;
}
.product .product_name a {
  display: block;
  width: 100%;
  padding: 8px 12px;
  color: #fac503;
  text-decoration: none;
}
@media only screen and (min-width: 1200px) {
  .product .product_name a {
    padding: 8px 16px;
  }
}
@media only screen and (min-width: 1600px) {
  .product .product_name a {
    padding: 8px 20px;
  }
}
.product .product_name h4, .product .product_name .h4 {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.product .product_name h4:hover, .product .product_name .h4:hover {
  color: #e5bb00;
}
@media only screen and (min-width: 768px) {
  .product .product_name h4, .product .product_name .h4 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .product .product_name h4, .product .product_name .h4 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .product .product_name h4, .product .product_name .h4 {
    font-size: 22px;
  }
}

.clients_include {
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .clients_include {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .clients_include {
    padding: 65px 0;
  }
  .clients_include .container {
    max-width: 1000px;
  }
}
@media only screen and (min-width: 1600px) {
  .clients_include {
    padding: 80px 0;
  }
}
.clients_include h2, .clients_include .h2 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
}
@media only screen and (min-width: 1200px) {
  .clients_include h2, .clients_include .h2 {
    margin-bottom: 30px;
  }
}

.clients_inc {
  padding-top: 20px;
}
@media only screen and (min-width: 1200px) {
  .clients_inc {
    padding-top: 30px 0;
  }
}
.clients_inc .slick-track {
  display: flex;
  align-items: center;
}
.clients_inc .inc_client {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 12px;
  max-height: 65px;
}
@media only screen and (min-width: 768px) {
  .clients_inc .inc_client {
    padding: 0 40px;
  }
}
.clients_inc .inc_client img {
  width: 100%;
  height: 100%;
  max-width: 195px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(1);
  transition: 0.4s;
}
.clients_inc .inc_client img:hover {
  filter: unset;
}

.bbs_ftrINfo_sec {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .bbs_ftrINfo_sec {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .bbs_ftrINfo_sec {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .bbs_ftrINfo_sec {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .bbs_ftrINfo_sec .container {
    max-width: 1360px;
  }
}
.bbs_ftrINfo_sec h1, .bbs_ftrINfo_sec .h1, .bbs_ftrINfo_sec h2, .bbs_ftrINfo_sec .h2, .bbs_ftrINfo_sec h3, .bbs_ftrINfo_sec .h3, .bbs_ftrINfo_sec h4, .bbs_ftrINfo_sec .h4, .bbs_ftrINfo_sec h5, .bbs_ftrINfo_sec .h5, .bbs_ftrINfo_sec h6, .bbs_ftrINfo_sec .h6 {
  font-weight: 400;
}
.bbs_ftrINfo_sec a {
  color: #fcc103;
  text-underline-position: under;
}
.bbs_ftrINfo_sec a.telno {
  text-decoration: none;
}
.bbs_ftrINfo_sec p {
  font-size: 14px;
}
@media only screen and (min-width: 992px) {
  .bbs_ftrINfo_sec p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .bbs_ftrINfo_sec p {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1600px) {
  .bbs_ftrINfo_sec p {
    font-size: 22px;
    margin-bottom: 35px;
  }
}

.ftrINfo_img_link {
  max-width: 320px;
  margin: auto;
  margin-bottom: 18px;
}
@media only screen and (min-width: 768px) {
  .ftrINfo_img_link {
    max-width: 520px;
    display: flex;
    background-color: #2f2f31;
    -webkit-clip-path: polygon(2% 0, 100% 0, 98% 100%, 0 100%);
            clip-path: polygon(2% 0, 100% 0, 98% 100%, 0 100%);
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .ftrINfo_img_link {
    max-width: 660px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .ftrINfo_img_link .img_hldr {
    width: 50%;
  }
}
.ftrINfo_img_link .img_hldr img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.ftrINfo_img_link .txt_hldr {
  padding: 18px 0 18px 24px;
}
@media only screen and (max-width: 767px) {
  .ftrINfo_img_link .txt_hldr {
    -webkit-clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
            clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
    background-color: #2f2f31;
  }
}
@media only screen and (min-width: 768px) {
  .ftrINfo_img_link .txt_hldr {
    width: 50%;
    padding: 22px 12px;
  }
}
.ftrINfo_img_link .txt_hldr p {
  margin-bottom: 0;
  text-align: center;
  color: #fac503;
  font-weight: 500;
  font-size: 16px;
}
.ftrINfo_img_link .txt_hldr p a {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: inherit;
  text-decoration: none;
  margin-top: 8px;
  letter-spacing: 1.5px;
}
@media only screen and (min-width: 1200px) {
  .ftrINfo_img_link .txt_hldr p {
    font-size: 18px;
  }
  .ftrINfo_img_link .txt_hldr p a {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .ftrINfo_img_link .txt_hldr p {
    font-size: 20px;
  }
  .ftrINfo_img_link .txt_hldr p a {
    font-size: 28px;
  }
}
.ftrINfo_img_link .txt_hldr u {
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-thickness: 1px;
}
.ftrINfo_img_link ul {
  -moz-column-count: 2;
       column-count: 2;
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0;
}
.ftrINfo_img_link ul li {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  font-style: italic;
}
@media only screen and (min-width: 768px) {
  .ftrINfo_img_link ul li {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1200px) {
  .ftrINfo_img_link ul li {
    font-size: 16px;
  }
}
.ftrINfo_img_link p {
  margin-bottom: 0;
}

.fnoq_section {
  min-height: 460px;
  display: flex;
  align-items: center;
  padding: 60px 0;
  background-color: #ddd;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 576px) {
  .fnoq_section {
    min-height: 480px;
  }
}
@media only screen and (min-width: 768px) {
  .fnoq_section {
    min-height: 515px;
  }
}
@media only screen and (min-width: 768px) {
  .fnoq_section {
    min-height: 542px;
  }
}
@media only screen and (min-width: 1200px) {
  .fnoq_section {
    min-height: 618px;
  }
}
@media only screen and (min-width: 1400px) {
  .fnoq_section {
    min-height: 680px;
  }
}
.fnoq_section .quate_box {
  max-width: 360px;
  background-color: #fff;
  color: #000;
  padding: 24px 58px 25px 12px;
  margin: 15px;
  margin-left: auto;
  border-bottom: 8px solid #f9c503;
  position: relative;
}
.fnoq_section .quate_box .fnoq_icon {
  position: absolute;
  width: 85px;
  height: 85px;
  right: 10px;
  bottom: 10px;
}
.fnoq_section .quate_box .fnoq_icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 375px) {
  .fnoq_section .quate_box .fnoq_icon {
    right: 30px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 576px) {
  .fnoq_section .quate_box {
    width: 70%;
    max-width: 790px;
    margin: 0;
    margin-left: auto;
    padding: 24px 30px 40px;
  }
}
@media only screen and (min-width: 768px) {
  .fnoq_section .quate_box {
    width: 65%;
  }
  .fnoq_section .quate_box .fnoq_icon {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (min-width: 992px) {
  .fnoq_section .quate_box {
    padding: 24px 40px 60px;
  }
  .fnoq_section .quate_box .fnoq_icon {
    width: 150px;
    height: 150px;
    right: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .fnoq_section .quate_box {
    padding: 26px 45px 70px;
  }
  .fnoq_section .quate_box .fnoq_icon {
    width: 185px;
    height: 185px;
    right: 50px;
    bottom: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  .fnoq_section .quate_box {
    padding: 30px 55px 80px;
  }
}
.fnoq_section .text_wrapper {
  max-width: 212px;
}
.fnoq_section .text_wrapper p {
  font-size: 14px;
  margin-bottom: 20px;
}
.fnoq_section .text_wrapper h3, .fnoq_section .text_wrapper .h3 {
  font-size: 20px;
  color: #1a191e;
  font-weight: 400;
  margin-bottom: 20px;
}
.fnoq_section .text_wrapper h2, .fnoq_section .text_wrapper .h2 {
  font-size: 18px;
  color: #1a191e;
  font-weight: 600;
  margin-bottom: 20px;
}
@media only screen and (min-width: 576px) {
  .fnoq_section .text_wrapper {
    max-width: 240px;
  }
  .fnoq_section .text_wrapper h3, .fnoq_section .text_wrapper .h3 {
    font-size: 24px;
  }
  .fnoq_section .text_wrapper h2, .fnoq_section .text_wrapper .h2 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) {
  .fnoq_section .text_wrapper {
    max-width: 285px;
  }
  .fnoq_section .text_wrapper p {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .fnoq_section .text_wrapper h3, .fnoq_section .text_wrapper .h3 {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .fnoq_section .text_wrapper h2, .fnoq_section .text_wrapper .h2 {
    font-size: 26px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .fnoq_section .text_wrapper {
    max-width: 450px;
  }
  .fnoq_section .text_wrapper h3, .fnoq_section .text_wrapper .h3 {
    font-size: 32px;
  }
  .fnoq_section .text_wrapper h2, .fnoq_section .text_wrapper .h2 {
    font-size: 30px;
    max-width: 300px;
  }
}
@media only screen and (min-width: 1200px) {
  .fnoq_section .text_wrapper {
    max-width: 550px;
  }
  .fnoq_section .text_wrapper p {
    font-size: 19px;
    margin-bottom: 30px;
  }
  .fnoq_section .text_wrapper h3, .fnoq_section .text_wrapper .h3 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .fnoq_section .text_wrapper h2, .fnoq_section .text_wrapper .h2 {
    max-width: 360px;
    font-size: 34px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  .fnoq_section .text_wrapper {
    max-width: 560px;
  }
  .fnoq_section .text_wrapper h3, .fnoq_section .text_wrapper .h3 {
    font-size: 40px;
  }
  .fnoq_section .text_wrapper h2, .fnoq_section .text_wrapper .h2 {
    font-size: 38px;
  }
}
.fnoq_section .f_quate_btn {
  min-width: 120px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #19191d;
  color: #f8f8f8;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}
.fnoq_section .f_quate_btn:hover {
  background-color: #242424;
}
@media only screen and (min-width: 768px) {
  .fnoq_section .f_quate_btn {
    min-width: 150px;
    padding: 14px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .fnoq_section .f_quate_btn {
    padding: 16px;
  }
}
@media only screen and (min-width: 1600px) {
  .fnoq_section .f_quate_btn {
    min-width: 185px;
    padding: 18px;
    font-size: 19px;
  }
}

.steel_suppliers_info {
  padding: 30px 0;
  color: #1a191e;
}
@media only screen and (min-width: 768px) {
  .steel_suppliers_info {
    padding: 40px 0 50px;
    margin: 30px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .steel_suppliers_info {
    padding: 50px 0 60px;
  }
}
@media only screen and (min-width: 1400px) {
  .steel_suppliers_info {
    padding: 70px 0 60px;
    margin: 50px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .steel_suppliers_info {
    padding: 80px 0 60px;
  }
}
@media only screen and (min-width: 1920px) {
  .steel_suppliers_info {
    padding: 90px 0 70px;
    margin: 80px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .steel_suppliers_info .container {
    max-width: 1465px;
  }
}
.steel_suppliers_info h2, .steel_suppliers_info .h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .steel_suppliers_info h2, .steel_suppliers_info .h2 {
    font-size: 25px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .steel_suppliers_info h2, .steel_suppliers_info .h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  .steel_suppliers_info h2, .steel_suppliers_info .h2 {
    font-size: 48px;
    margin-bottom: 35px;
  }
}
.steel_suppliers_info p {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .steel_suppliers_info p {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .steel_suppliers_info p {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  .steel_suppliers_info p {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 992px) {
  .steel_suppliers_info .suppliers_list {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .steel_suppliers_info .suppliers_list {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .steel_suppliers_info .suppliers_list {
    padding-left: 70px;
  }
}
.steel_suppliers_info .suppliers_list ul {
  max-width: 480px;
  list-style: none;
  padding: 0;
  margin: 0;
  -moz-columns: 2;
       columns: 2;
}
.steel_suppliers_info .suppliers_list li {
  font-size: 16px;
  color: #1a191e;
  font-weight: 700;
  margin-bottom: 8px;
}
.steel_suppliers_info .suppliers_list li:hover {
  color: #f9cd05;
}
@media only screen and (min-width: 768px) {
  .steel_suppliers_info .suppliers_list li {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .steel_suppliers_info .suppliers_list li {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 1200px) {
  .steel_suppliers_info .suppliers_list li {
    font-size: 23px;
  }
}
@media only screen and (min-width: 1400px) {
  .steel_suppliers_info .suppliers_list li {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 1900px) {
  .steel_suppliers_info .suppliers_list li {
    font-size: 26px;
    margin-bottom: 22px;
  }
}
.steel_suppliers_info .suppliers_list a {
  color: inherit;
  text-decoration: none;
}

.bbs_contact_infoBox {
  display: flex;
  flex-wrap: wrap;
  background-color: #000;
  color: #fff;
  border-bottom: 8px solid #6f7375;
  padding: 20px;
  margin: 30px 0;
}
@media only screen and (max-width: 1399px) {
  .bbs_contact_infoBox {
    max-width: 516px;
  }
}
@media only screen and (max-width: 479px) {
  .bbs_contact_infoBox {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 480px) {
  .bbs_contact_infoBox {
    align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .bbs_contact_infoBox {
    margin: 50px 0 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .bbs_contact_infoBox {
    padding: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .bbs_contact_infoBox {
    margin: 70px 0 0;
  }
}
@media only screen and (min-width: 1600px) {
  .bbs_contact_infoBox {
    padding: 55px 40px;
    margin: 100px 0 0;
  }
}
@media only screen and (max-width: 479px) {
  .bbs_contact_infoBox .infoBox_contact {
    margin-bottom: 12px;
  }
}
.bbs_contact_infoBox .infoBox_contact h4, .bbs_contact_infoBox .infoBox_contact .h4 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
}
@media only screen and (min-width: 1400px) {
  .bbs_contact_infoBox .infoBox_contact h4, .bbs_contact_infoBox .infoBox_contact .h4 {
    font-size: 19px;
  }
}
.bbs_contact_infoBox .infoBox_contact > span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
@media only screen and (min-width: 1400px) {
  .bbs_contact_infoBox .infoBox_contact > span {
    margin-top: -6px;
  }
}
.bbs_contact_infoBox .infoBox_contact .phnNum a {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}
@media only screen and (min-width: 1400px) {
  .bbs_contact_infoBox .infoBox_contact .phnNum a {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1800px) {
  .bbs_contact_infoBox .infoBox_contact .phnNum a {
    font-size: 36px;
  }
}

.rq_call_btn_wrapper {
  width: 100%;
}
@media only screen and (min-width: 480px) {
  .rq_call_btn_wrapper {
    width: 50%;
    margin-right: 25px;
  }
}
@media only screen and (min-width: 1400px) {
  .rq_call_btn_wrapper {
    margin-right: 20px;
  }
}

.rq_call_btn {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9c503;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  padding: 14px 12px;
}
.rq_call_btn:hover {
  background-color: #e5bb00;
}
@media only screen and (min-width: 992px) {
  .rq_call_btn {
    padding: 16px 12px;
  }
}
@media only screen and (min-width: 1400px) {
  .rq_call_btn {
    padding: 22px 16px;
    font-size: 18px;
    width: 270px;
  }
}
.rq_call_btn span {
  width: 30px;
  height: 30px;
  margin-right: 6px;
}
@media only screen and (min-width: 1400px) {
  .rq_call_btn span {
    width: 45px;
    height: 45px;
    margin-right: 10px;
  }
}
.rq_call_btn span img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.product_type_info {
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  background-color: #ddd;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .product_type_info {
    min-height: 400px;
    padding: 50px 0;
  }
}
@media only screen and (min-width: 992px) {
  .product_type_info {
    min-height: 500px;
  }
}
@media only screen and (min-width: 1200px) {
  .product_type_info {
    min-height: 600px;
    padding: 60px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .product_type_info {
    min-height: 700px;
    padding: 70px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .product_type_info {
    min-height: 800px;
  }
}
.product_type_info .container-fluid {
  max-width: 1920px;
}

.product_type_slider {
  width: 90%;
  margin-left: -6px;
  margin-right: -6px;
}
@media only screen and (min-width: 768px) {
  .product_type_slider {
    margin-left: -12px;
    margin-right: -12px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .product_type_slider {
    width: 75%;
    padding-bottom: 40px;
  }
}
.product_type_slider .slick-track {
  display: flex;
}
.product_type_slider .slick-list {
  overflow: visible;
}
.product_type_slider .slick-slide {
  height: auto;
}
.product_type_slider .slick-current .pt_info_txt {
  background-color: #f9c503;
}

.pt_info_txt {
  height: 100%;
  background-color: #fff;
  color: #000;
  padding: 18px 16px;
  margin: 0 6px;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  .pt_info_txt {
    padding: 22px 25px;
    margin: 0 12px;
  }
}
@media only screen and (min-width: 1200px) {
  .pt_info_txt {
    padding: 25px 30px;
  }
}
@media only screen and (min-width: 1400px) {
  .pt_info_txt {
    padding: 30px 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .pt_info_txt {
    padding: 40px 80px 40px 50px;
  }
}
.pt_info_txt h3, .pt_info_txt .h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .pt_info_txt h3, .pt_info_txt .h3 {
    font-size: 25px;
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 1400px) {
  .pt_info_txt h3, .pt_info_txt .h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1800px) {
  .pt_info_txt h3, .pt_info_txt .h3 {
    font-size: 34px;
    margin-bottom: 25px;
  }
}
.pt_info_txt p {
  margin-bottom: 0;
}

.map_location {
  width: 100%;
  max-height: 425px;
  aspect-ratio: 10/5;
  background-color: #eee;
  position: relative;
  z-index: -1;
}
.map_location iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

.ContactInfoSection {
  padding: 25px 0;
}
@media only screen and (min-width: 1200px) {
  .ContactInfoSection {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .ContactInfoSection .container {
    max-width: 1540px;
  }
}

.contact_form_wrapper {
  background-color: #000;
  color: #fff;
  padding: 20px 12px;
  margin-bottom: 30px;
}
.contact_form_wrapper.cf_overflow_top {
  margin-top: -100px;
}
@media only screen and (min-width: 480px) {
  .contact_form_wrapper.cf_overflow_top {
    margin-top: -150px;
  }
}
@media only screen and (min-width: 768px) {
  .contact_form_wrapper.cf_overflow_top {
    margin-top: -235px;
  }
}
@media only screen and (min-width: 520px) {
  .contact_form_wrapper {
    padding: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .contact_form_wrapper {
    padding: 30px;
  }
}
@media only screen and (min-width: 1600px) {
  .contact_form_wrapper {
    padding: 38px 105px 50px 58px;
  }
}
.contact_form_wrapper .cText_box {
  max-width: 540px;
  margin-bottom: 45px;
}
@media only screen and (min-width: 1600px) {
  .contact_form_wrapper .cText_box p {
    font-size: 22px;
  }
}
.contact_form_wrapper form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact_form_wrapper form > div {
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 480px) {
  .contact_form_wrapper form > div {
    width: 48%;
  }
}
.contact_form_wrapper form input {
  width: 100%;
}
.contact_form_wrapper form textarea {
  resize: none;
}
.contact_form_wrapper form .textInput {
  width: 100%;
}
.contact_form_wrapper form p {
  margin-bottom: 0;
}
.contact_form_wrapper .submitBtn {
  width: 100%;
  position: relative;
}
.contact_form_wrapper .submitBtn p {
  width: -moz-min-content;
  width: min-content;
  margin-left: auto;
}
.contact_form_wrapper .submitBtn .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  margin: 0;
}
.contact_form_wrapper .submit_btn {
  background-color: #3b3b3b;
  color: #fff;
  border: none;
  transition: 0.3s;
}
.contact_form_wrapper .submit_btn:hover {
  background-color: #5f6264;
}
.contact_form_wrapper .wpcf7-response-output {
  width: 100%;
}

.wpcf7-response-output {
  margin: 15px 0 !important;
}

@media only screen and (min-width: 1200px) {
  .contact_infos {
    padding-left: 20px;
  }
}

.contact_options {
  max-width: 635px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media only screen and (min-width: 576px) {
  .contact_options {
    gap: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .contact_options {
    gap: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .contact_options {
    gap: 26px;
  }
}
.contact_options .cOption {
  background-color: #f9cd05;
  color: #000;
  font-size: 16px;
  text-align: center;
  padding: 20px 8px;
}
@media only screen and (min-width: 768px) {
  .contact_options .cOption {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .contact_options .cOption {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .contact_options .cOption {
    font-size: 22px;
  }
}
.contact_options span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin: 0 auto 8px;
  font-size: 25px;
}
@media only screen and (min-width: 768px) {
  .contact_options span {
    font-size: 40px;
    width: 50px;
    height: 50px;
    margin: 0 auto 12px;
  }
}
.contact_options span img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact_options p {
  font-weight: 700;
  margin-bottom: 2px;
}
.contact_options a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
}
.contact_options a:hover {
  text-decoration: underline;
}

.contact_address {
  padding: 12px 0;
}
@media only screen and (min-width: 576px) {
  .contact_address {
    padding: 20px 10px;
  }
}
@media only screen and (min-width: 992px) {
  .contact_address {
    padding: 25px 12px;
  }
}
.contact_address p {
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .contact_address p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .contact_address p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .contact_address p {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1900px) {
  .contact_address p {
    font-size: 24px;
  }
}
.contact_address strong {
  font-weight: 700;
}

.suggestionSlider {
  padding: 50px 0 30px;
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
}
.suggestionSlider h2, .suggestionSlider .h2 {
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .suggestionSlider {
    padding: 70px 0 50px;
  }
  .suggestionSlider h2, .suggestionSlider .h2 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .suggestionSlider {
    padding: 90px 0 70px;
  }
  .suggestionSlider h2, .suggestionSlider .h2 {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .suggestionSlider {
    padding: 120px 0 100px;
  }
}
@media only screen and (min-width: 1900px) {
  .suggestionSlider {
    padding: 150px 0 120px;
  }
  .suggestionSlider h2, .suggestionSlider .h2 {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .suggestionSlider .container {
    max-width: 1600px;
  }
}

.steel_suggestion {
  margin-left: -6px;
  margin-right: -6px;
}
.steel_suggestion .slick-track {
  display: flex;
}
.steel_suggestion .slick-track > div {
  margin: 0 6px;
}
.steel_suggestion .slick-slide {
  height: auto;
}
.steel_suggestion .product {
  margin: auto;
  height: 100%;
}

.page_info_wrapper {
  padding: 30px 0 20px;
}
@media only screen and (min-width: 768px) {
  .page_info_wrapper {
    padding: 45px 0 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .page_info_wrapper {
    padding: 60px 0 30px;
  }
}
@media only screen and (min-width: 1600px) {
  .page_info_wrapper {
    padding: 70px 0 30px;
  }
}
.page_info_wrapper.piw_black .page_infoOuter {
  background-color: #3b3b3b;
  color: #fff;
  border-bottom: 8px solid #6f7375;
  position: relative;
  padding-top: 30px;
}
.page_info_wrapper.piw_black .page_infoOuter::after {
  content: "";
  position: absolute;
  width: 115px;
  height: 4px;
  background-color: #efc508;
  top: 15px;
}
@media only screen and (min-width: 768px) {
  .page_info_wrapper.piw_black .page_infoOuter::after {
    top: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .page_info_wrapper.piw_black .page_infoOuter::after {
    top: 30px;
  }
}
.page_info_wrapper.piw_black .breadcrumb span.current-item {
  color: #facd06;
}
.page_info_wrapper.search_topbar h1, .page_info_wrapper.search_topbar .h1 {
  margin-bottom: 0;
}

.page_infoOuter {
  background-color: #f9cd05;
  color: #39393c;
  border-bottom: 8px solid #6f7375;
  padding: 16px 12px;
}
@media only screen and (min-width: 576px) {
  .page_infoOuter {
    padding: 18px 16px;
  }
}
@media only screen and (min-width: 768px) {
  .page_infoOuter {
    padding: 18px 14px;
  }
}
@media only screen and (min-width: 992px) {
  .page_infoOuter {
    padding: 20px 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .page_infoOuter {
    padding: 20px 22px;
  }
}
@media only screen and (min-width: 1400px) {
  .page_infoOuter {
    padding: 20px 30px;
  }
}
@media only screen and (min-width: 1600px) {
  .page_infoOuter {
    padding: 23px 40px 24px;
  }
}

@media only screen and (min-width: 768px) {
  .pageinto_text {
    padding-top: 12px;
  }
}
.pageinto_text h1, .pageinto_text .h1 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .pageinto_text h1, .pageinto_text .h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .pageinto_text h1, .pageinto_text .h1 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1400px) {
  .pageinto_text h1, .pageinto_text .h1 {
    font-size: 32px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .pageinto_text h1, .pageinto_text .h1 {
    font-size: 40px;
  }
}
.pageinto_text .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1400px) {
  .pageinto_text .breadcrumb {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.pageinto_text .breadcrumb > span {
  display: block;
  font-size: 12px;
  padding: 0 8px;
}
.pageinto_text .breadcrumb > span:not(:last-child) {
  position: relative;
}
.pageinto_text .breadcrumb > span:not(:last-child)::after {
  content: "»";
  position: absolute;
  top: 0px;
  right: -3px;
}
@media only screen and (min-width: 1400px) {
  .pageinto_text .breadcrumb > span:not(:last-child)::after {
    right: -4px;
  }
}
@media only screen and (min-width: 992px) {
  .pageinto_text .breadcrumb > span {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1400px) {
  .pageinto_text .breadcrumb > span {
    padding: 0 12px;
    font-size: 16px;
  }
}
.pageinto_text a {
  color: inherit;
  text-decoration: none;
}
.pageinto_text a:hover {
  text-decoration: underline;
}

.page_search_box {
  position: relative;
  max-width: 300px;
}
@media only screen and (min-width: 768px) {
  .page_search_box {
    margin-left: auto;
  }
}
@media only screen and (min-width: 1400px) {
  .page_search_box {
    max-width: 490px;
  }
}
.page_search_box p {
  margin-bottom: 10px;
  font-size: 14px;
}
@media only screen and (min-width: 992px) {
  .page_search_box p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1600px) {
  .page_search_box p {
    font-size: 18px;
  }
}
.page_search_box .searchInput_wrapper {
  position: relative;
}
.page_search_box input {
  width: 100%;
  padding-right: 35px;
  font-size: 14px;
  border: none;
  margin-bottom: 0;
}
.page_search_box input::-webkit-search-cancel-button {
  display: none;
}
.page_search_box input:focus {
  outline: 1px solid #afafaf;
}
@media only screen and (min-width: 768px) {
  .page_search_box input {
    height: 50px;
  }
}
@media only screen and (min-width: 922px) {
  .page_search_box input {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1400px) {
  .page_search_box input {
    height: 60px;
  }
}
.page_search_box input::-moz-placeholder {
  font-style: italic;
}
.page_search_box input::placeholder {
  font-style: italic;
}
.page_search_box button {
  position: absolute;
  background-color: unset;
  border: none;
  right: 10px;
  top: 43%;
  transform: translateY(-50%);
  min-width: unset;
  width: 18px;
  height: 18px;
  padding: 0;
}
@media only screen and (min-width: 1400px) {
  .page_search_box button {
    width: 25px;
    height: 25px;
    right: 10px;
    top: 47%;
  }
}
.page_search_box button img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.general_pageContent {
  max-width: 1920px;
  padding: 20px 0;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .general_pageContent {
    padding: 25px 0;
  }
}
@media only screen and (min-width: 992px) {
  .general_pageContent .container {
    max-width: 100%;
    padding: 0;
  }
  .general_pageContent.imgRight_align .gpc_wrapper {
    flex-direction: row-reverse;
  }
  .general_pageContent .gpc_wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1200px) {
  .general_pageContent {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .general_pageContent {
    padding: 35px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .general_pageContent {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 992px) {
  .general_pageContent.imgRight_align .gpc_imgWrapper {
    width: 48.5%;
  }
}
@media only screen and (min-width: 992px) {
  .general_pageContent.imgRight_align .gpc_text_area_outer {
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .general_pageContent.imgRight_align .gpc_text_area_outer {
    padding-right: 80px;
  }
}
@media only screen and (min-width: 1400px) {
  .general_pageContent.imgRight_align .gpc_text_area_outer {
    padding-right: 100px;
  }
}
@media only screen and (min-width: 1600px) {
  .general_pageContent.imgRight_align .gpc_text_area_outer {
    padding-right: 140px;
  }
}
@media only screen and (min-width: 992px) {
  .general_pageContent.imgRight_align .gpc_text_area {
    margin-left: auto;
  }
}

@media only screen and (min-width: 992px) {
  .gpc_text_area_outer {
    width: 50%;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .gpc_text_area_outer {
    padding-left: 30px;
  }
}

.gpc_text_area {
  color: #242424;
}
@media only screen and (min-width: 992px) {
  .gpc_text_area {
    max-width: 438px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .gpc_text_area {
    max-width: 490px;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1400px) {
  .gpc_text_area {
    max-width: 560px;
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1600px) {
  .gpc_text_area {
    max-width: 630px;
  }
}
.gpc_text_area h1, .gpc_text_area .h1, .gpc_text_area h2, .gpc_text_area .h2, .gpc_text_area p {
  font-weight: 400;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
  .gpc_text_area h1, .gpc_text_area .h1, .gpc_text_area h2, .gpc_text_area .h2, .gpc_text_area p {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1600px) {
  .gpc_text_area p {
    font-size: 22px;
  }
}
.gpc_text_area .btn-primary {
  margin-top: 15px;
}

.gpc_imgWrapper {
  margin-bottom: 15px;
  background-color: #eee;
}
@media only screen and (min-width: 992px) {
  .gpc_imgWrapper {
    width: 50%;
    margin-bottom: 0;
  }
}
.gpc_imgWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pPage_top_section {
  color: #242424;
  padding: 20px 0;
}
@media only screen and (min-width: 992px) {
  .pPage_top_section {
    padding: 30px 0;
  }
}

.ppt_textAre {
  max-width: 540px;
}
@media only screen and (min-width: 1200px) {
  .ppt_textAre {
    max-width: 424px;
  }
}
@media only screen and (min-width: 1600px) {
  .ppt_textAre {
    max-width: 540px;
  }
}
.ppt_textAre p {
  font-weight: 300;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1600px) {
  .ppt_textAre p {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1600px) {
  .ppt_textAre p {
    margin-bottom: 35px;
  }
}
.ppt_textAre strong {
  font-weight: 500;
}

.pPage_contact_form {
  position: relative;
  background-color: #edbf2b;
  color: #242424;
  padding: 20px 12px 152px;
  margin-bottom: 30px;
  border: 6px solid #ffc301;
}
@media only screen and (min-width: 520px) {
  .pPage_contact_form {
    padding: 20px 25px 155px;
  }
}
@media only screen and (min-width: 768px) {
  .pPage_contact_form {
    padding: 24px 30px 195px;
  }
}
@media only screen and (min-width: 1200px) {
  .pPage_contact_form {
    padding: 24px 30px 16px;
  }
}
@media only screen and (min-width: 1600px) {
  .pPage_contact_form {
    padding: 28px 75px 16px 58px;
  }
}
.pPage_contact_form .cText_box {
  margin-bottom: 45px;
}
.pPage_contact_form .cText_box h2, .pPage_contact_form .cText_box .h2 {
  font-size: 20px;
  font-weight: 400;
  text-decoration: underline;
  text-underline-position: under;
}
@media only screen and (min-width: 768px) {
  .pPage_contact_form .cText_box h2, .pPage_contact_form .cText_box .h2 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1200px) {
  .pPage_contact_form .cText_box h2, .pPage_contact_form .cText_box .h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1400px) {
  .pPage_contact_form .cText_box h2, .pPage_contact_form .cText_box .h2 {
    font-size: 36px;
  }
}
.pPage_contact_form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pPage_contact_form form div {
  width: 100%;
}
@media only screen and (min-width: 480px) {
  .pPage_contact_form form div {
    width: 48%;
  }
}
.pPage_contact_form form > div {
  margin-bottom: 10px;
}
.pPage_contact_form form input {
  width: 100%;
}
.pPage_contact_form form textarea {
  resize: none;
}
.pPage_contact_form form p {
  margin-bottom: 0;
}
.pPage_contact_form .submitBtn {
  width: 100%;
  margin-top: 20px;
  position: relative;
}
.pPage_contact_form .submitBtn p {
  width: -moz-min-content;
  width: min-content;
  margin-left: auto;
}
.pPage_contact_form .submitBtn .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  margin: 0;
}
.pPage_contact_form .submit_btn {
  background-color: #3b3b3b;
  color: #fff;
  border: none;
  transition: 0.3s;
}
.pPage_contact_form .submit_btn:hover {
  background-color: #5f6264;
}
.pPage_contact_form .wpcf7-response-output {
  width: 100%;
}
.pPage_contact_form .fileInput {
  margin-bottom: 0;
}
.pPage_contact_form .fileInput label .wpcf7-form-control-wrap {
  background-color: #e6254e;
}
.pPage_contact_form .fileInput label .wpcf7-form-control-wrap:hover {
  background-color: #d81741;
}

.pPage_bottom_txtInfo {
  padding: 50px 0px;
  margin: 20px 0;
}
@media only screen and (min-width: 768px) {
  .pPage_bottom_txtInfo {
    margin: 40px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .pPage_bottom_txtInfo {
    margin: 50px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .pPage_bottom_txtInfo {
    margin: 70px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .pPage_bottom_txtInfo .container {
    max-width: 1570px;
  }
}
.pPage_bottom_txtInfo h2, .pPage_bottom_txtInfo .h2 {
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .pPage_bottom_txtInfo h2, .pPage_bottom_txtInfo .h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .pPage_bottom_txtInfo h2, .pPage_bottom_txtInfo .h2 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .pPage_bottom_txtInfo h2, .pPage_bottom_txtInfo .h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .pPage_bottom_txtInfo h2, .pPage_bottom_txtInfo .h2 {
    font-size: 48px;
  }
}
@media only screen and (min-width: 1600px) {
  .pPage_bottom_txtInfo p {
    font-size: 22px;
  }
}
.pPage_bottom_txtInfo .pPage_btm_txtInfo_content {
  color: #242424;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pPage_bottom_txtInfo .pPage_btmMap {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .pPage_bottom_txtInfo .pPage_btmMap {
    width: 42%;
    margin-top: 46px;
  }
}
@media only screen and (max-width: 991px) {
  .pPage_bottom_txtInfo .pPage_btmMap img {
    max-width: 400px;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .pPage_bottom_txtInfo .pPage_btmMap img {
    display: block;
    margin-left: auto;
  }
}
.pPage_bottom_txtInfo .pPage_btmContent {
  width: 100%;
  margin-top: 30px;
}
@media only screen and (min-width: 992px) {
  .pPage_bottom_txtInfo .pPage_btmContent {
    width: 46%;
    margin-top: 0;
  }
}

.product_info_heading {
  background-color: #3b3b3b;
  color: #fff;
  border-bottom: 8px solid #6f7375;
  padding: 18px 12px;
}
@media only screen and (min-width: 480px) {
  .product_info_heading {
    padding-right: 150px;
  }
}
@media only screen and (min-width: 576px) {
  .product_info_heading {
    padding: 22px 16px;
  }
}
@media only screen and (min-width: 768px) {
  .product_info_heading {
    padding: 25px 20px;
    padding-right: 180px;
  }
}
@media only screen and (min-width: 1200px) {
  .product_info_heading {
    padding: 30px 30px;
  }
}
@media only screen and (min-width: 1600px) {
  .product_info_heading {
    padding: 40px;
  }
}
.product_info_heading h2, .product_info_heading .h2 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .product_info_heading h2, .product_info_heading .h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .product_info_heading h2, .product_info_heading .h2 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1400px) {
  .product_info_heading h2, .product_info_heading .h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1600px) {
  .product_info_heading h2, .product_info_heading .h2 {
    font-size: 40px;
  }
}
.product_info_heading p {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .product_info_heading p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1400px) {
  .product_info_heading p {
    font-size: 21px;
  }
}
@media only screen and (min-width: 1600px) {
  .product_info_heading p {
    font-size: 24px;
  }
}

.hd_floting_img {
  width: 120px;
  position: absolute;
  bottom: -7px;
  left: 20px;
}
@media only screen and (min-width: 768px) {
  .hd_floting_img {
    width: 150px;
  }
}
@media only screen and (min-width: 1200px) {
  .hd_floting_img {
    width: 180px;
    bottom: -66px;
    left: 50%;
    transform: translateX(-230%);
  }
}
@media only screen and (min-width: 1400px) {
  .hd_floting_img {
    width: 240px;
    transform: translateX(-220%);
  }
}
@media only screen and (min-width: 1600px) {
  .hd_floting_img {
    width: 290px;
    transform: translateX(-210%);
  }
}
.hd_floting_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.product_specifications_table {
  margin: 20px 0;
}
@media only screen and (min-width: 1200px) {
  .product_specifications_table {
    margin: 30px 0;
  }
}

@media only screen and (max-width: 1199px) {
  .table_wrapper {
    overflow-x: auto;
  }
}

.specifications_table {
  table-layout: fixed;
  font-size: 15px;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) {
  .specifications_table {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1600px) {
  .specifications_table {
    font-size: 18px;
  }
}
.specifications_table tbody {
  border: 4px solid #fff;
}
.specifications_table tbody tr {
  position: relative;
}
.specifications_table tbody tr::after {
  content: "";
  position: absolute;
  width: calc(100% - 2px);
  height: 100%;
  left: 1px;
  top: 2px;
  border: 1px solid #e3e3e3;
}
.specifications_table tr {
  border-bottom: 4px solid #fff;
}
.specifications_table tr:nth-child(odd) {
  background-color: #ededed;
}
.specifications_table th, .specifications_table td {
  font-weight: 600;
  text-align: center;
}
.specifications_table th {
  width: 16.67%;
  background-color: #000;
  color: #fff;
  border: 3px solid #fff;
  padding: 12px;
}
.specifications_table th:last-child {
  border-right: none;
}
@media only screen and (min-width: 1200px) {
  .specifications_table th {
    padding: 30px 12px;
  }
}
.specifications_table td {
  position: relative;
  color: #3b3b3b;
  border: none;
  z-index: 1;
  padding: 14px 12px;
}
@media only screen and (min-width: 992px) {
  .specifications_table td {
    padding: 20px 12px;
  }
}

.default_silder {
  position: relative;
  padding-top: 8px;
}
@media only screen and (min-width: 576px) {
  .default_silder {
    padding-top: 12px;
  }
}
@media only screen and (min-width: 992px) {
  .default_silder {
    padding-top: 16px;
  }
}
@media only screen and (min-width: 1400px) {
  .default_silder {
    padding-top: 20px;
  }
}
.default_silder .carousel-item {
  width: 100%;
  aspect-ratio: 10/6;
  max-height: 600px;
}
.default_silder .carousel-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.default_silder button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  min-width: unset;
  padding: 4px;
  background-color: #6f7375;
  margin: 5px;
}
@media only screen and (min-width: 992px) {
  .default_silder button {
    width: 40px;
    height: 40px;
    margin: 8px;
  }
}
@media only screen and (min-width: 1400px) {
  .default_silder button {
    width: 50px;
    height: 50px;
    margin: 12px;
  }
}

.simple-tab .nav-tabs {
  flex-wrap: nowrap;
  border: none;
  overflow-x: auto;
  overflow-y: hidden;
}
.simple-tab .nav-tabs li {
  min-width: 100px;
}
.simple-tab .nav-tabs li:not(:last-child) {
  border-right: 2px solid #fff;
}
@media only screen and (min-width: 1200px) {
  .simple-tab .nav-tabs li {
    min-width: 140px;
  }
}
.simple-tab .nav-tabs button {
  width: 100%;
  background-color: #19191d;
  color: #fff;
  font-weight: 600;
  font-style: 14px;
  border-radius: unset;
  border: none;
  padding: 12px;
}
.simple-tab .nav-tabs button:hover {
  background-color: #242424;
}
.simple-tab .nav-tabs button.active {
  background-color: #f9cd05;
}
@media only screen and (min-width: 1200px) {
  .simple-tab .nav-tabs button {
    font-size: 18px;
    padding: 16px 14px;
  }
}
.simple-tab .tab-content {
  padding: 12px 0;
}
@media only screen and (min-width: 768px) {
  .simple-tab .tab-content {
    padding: 16px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .simple-tab .tab-content {
    padding: 20px 0;
  }
}

.bss_accordion .accordion-item {
  margin-bottom: 3px;
}
.bss_accordion .accordion-header {
  padding: 8px 12px;
  background-color: #f9cd05;
  color: #000;
  transition: 0.3s;
}
.bss_accordion .accordion-header:hover {
  background-color: #e5bb00;
}
.bss_accordion .accordion-header.collapsed {
  background-color: #19191d;
  color: #fff;
}
.bss_accordion .accordion-header.collapsed:hover {
  background-color: #3b3b3b;
}
@media only screen and (min-width: 992px) {
  .bss_accordion .accordion-header {
    padding: 12px 22px;
  }
}
.bss_accordion .accordion-body {
  padding: 8px 12px;
}
@media only screen and (min-width: 992px) {
  .bss_accordion .accordion-body {
    padding: 12px 22px;
  }
}

.blogListWrapper {
  margin: 30px 0 40px;
}
@media only screen and (min-width: 768px) {
  .blogListWrapper {
    margin: 40px 0 60px;
  }
}
@media only screen and (min-width: 992px) {
  .blogListWrapper {
    margin: 40px 0 75px;
  }
}
@media only screen and (min-width: 1400px) {
  .blogListWrapper {
    margin: 50px 0 90px;
  }
}
@media only screen and (min-width: 1900px) {
  .blogListWrapper {
    margin: 50px 0 130px;
  }
}

.blog_holder {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog_holder:not(:last-child) {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .blog_holder:not(:last-child) {
    margin-bottom: 50px;
  }
}
.blog_holder .img_box {
  width: 100%;
  aspect-ratio: 10/7;
}
.blog_holder .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog_holder .holder_content {
  padding: 12px 0;
}
.blog_holder h3, .blog_holder .h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #19191d;
}
.blog_holder h3:hover, .blog_holder .h3:hover {
  color: #3b3b3b;
}
@media only screen and (min-width: 768px) {
  .blog_holder h3, .blog_holder .h3 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 991px) {
  .blog_holder h3, .blog_holder .h3 {
    font-size: 25px;
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 1400px) {
  .blog_holder h3, .blog_holder .h3 {
    font-size: 28px;
  }
}
.blog_holder h3 a, .blog_holder .h3 a {
  text-decoration: none;
  color: inherit;
}
.blog_holder .read_more {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-bottom: 12px;
}
.blog_holder .read_more a {
  font-size: 14px;
  text-decoration: none;
  padding: 8px 12px;
  background-color: #242424;
  color: #fff;
}
.blog_holder .read_more a:hover {
  background-color: #facd06;
  color: #19191d;
}
@media only screen and (min-width: 1400px) {
  .blog_holder .read_more a {
    font-size: 16px;
  }
}
.blog_holder .read_more i {
  margin-left: 5px;
}

.blog-single-wrapper {
  margin: 30px 0;
}
@media only screen and (min-width: 992px) {
  .blog-single-wrapper {
    margin: 40px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .blog-single-wrapper {
    margin: 50px 0;
  }
}
.blog-single-wrapper h1, .blog-single-wrapper .h1 {
  font-weight: 600;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .blog-single-wrapper h1, .blog-single-wrapper .h1 {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog-single-wrapper h1, .blog-single-wrapper .h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .blog-single-wrapper h1, .blog-single-wrapper .h1 {
    margin-bottom: 25px;
  }
}
.blog-single-wrapper h2, .blog-single-wrapper .h2 {
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  .blog-single-wrapper h2, .blog-single-wrapper .h2 {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 1400px) {
  .blog-single-wrapper h2, .blog-single-wrapper .h2 {
    margin-bottom: 20px;
  }
}
.blog-single-wrapper .shareLinks {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-bottom: 20px;
}
.blog-single-wrapper .imgHolder {
  width: 100%;
  aspect-ratio: 10/7;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
  .blog-single-wrapper .imgHolder {
    margin-bottom: 30px;
  }
}
.blog-single-wrapper .imgHolder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-single-wrapper .recent_posts {
  max-width: 480px;
}
.blog-single-wrapper .recentPost {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.blog-single-wrapper .recentPost .rp_img {
  display: block;
  width: 100%;
  height: 100px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 480px) {
  .blog-single-wrapper .recentPost .rp_img {
    width: 30%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .blog-single-wrapper .recentPost .rp_img {
    width: 100%;
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 1400px) {
  .blog-single-wrapper .recentPost .rp_img {
    width: 30%;
    margin-bottom: 0;
  }
}
.blog-single-wrapper .recentPost .rp_img img {
  width: 100%;
  max-width: 130px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-single-wrapper .recentPost .rp_title {
  width: 100%;
  margin: 0 0 16px;
  color: #19191d;
  margin-bottom: 0;
  font-size: 14px;
}
@media only screen and (min-width: 480px) {
  .blog-single-wrapper .recentPost .rp_title {
    width: 70%;
    padding-left: 12px;
  }
}
@media only screen and (min-width: 992px) {
  .blog-single-wrapper .recentPost .rp_title {
    width: 100%;
    padding-left: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .blog-single-wrapper .recentPost .rp_title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1400px) {
  .blog-single-wrapper .recentPost .rp_title {
    width: 70%;
    padding-left: 12px;
  }
}
.blog-single-wrapper .recentPost .rp_title a {
  text-decoration: none;
  color: inherit;
}

.pagination {
  justify-content: center;
}
.pagination .nav-links {
  display: flex;
}
.pagination span, .pagination a {
  display: block;
  padding: 12px;
  background-color: #242424;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  margin: 0 2px;
  transition: 0.3s;
}
.pagination span:hover, .pagination a:hover {
  background-color: #3b3b3b;
}
.pagination span.current, .pagination a.current {
  background-color: #f9cd05;
  color: #19191d;
}

#p_search_result {
  position: absolute;
  display: none;
  height: auto;
  max-height: 350px;
  overflow-y: auto;
  width: 100%;
  background-color: #fff;
  color: #19191d;
  padding: 12px;
  margin-bottom: 0;
  top: calc(100% + 1px);
  left: 0;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  list-style: none;
  z-index: 99;
}
@media only screen and (min-width: 1400px) {
  #p_search_result {
    max-height: 500px;
  }
}
#p_search_result li:not(:last-child) {
  border-bottom: 1px solid #eee;
}
#p_search_result li > a {
  display: flex;
  align-items: center;
  padding: 10px;
  transition: 0.3s;
}
#p_search_result li > a:hover {
  background-color: #eee;
}
#p_search_result li h4 {
  font-size: 14px;
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  #p_search_result li h4 {
    font-size: 16px;
  }
}
#p_search_result li a {
  color: inherit;
  text-decoration: none;
}
#p_search_result .thum {
  width: 100%;
  max-width: 50px;
  height: 50px;
  margin-right: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1400px) {
  #p_search_result .thum {
    max-width: 100px;
    height: 100px;
  }
}
#p_search_result .thum span {
  display: block;
  width: 100%;
  height: 100%;
}
#p_search_result .thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.codedropz-upload-wrapper {
  width: 100% !important;
}
.codedropz-upload-wrapper div {
  width: 100% !important;
}

form .fileInput > div {
  width: 100%;
  margin-top: 0 !important;
}
form .fileInput label {
  width: 100%;
}
form .fileInput label .wpcf7-form-control-wrap {
  background-color: #f9cd05;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
}
form .fileInput label .wpcf7-form-control-wrap:hover {
  background-color: #e5bb00;
}
@media only screen and (min-width: 1200px) {
  form .fileInput label .wpcf7-form-control-wrap {
    height: 45px;
  }
}
form .fileInput label .wpcf7-form-control-wrap::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-image: url("../images/upload.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (min-width: 1200px) {
  form .fileInput label .wpcf7-form-control-wrap::before {
    width: 30px;
    height: 30px;
  }
}
form .fileInput label .wpcf7-not-valid-tip {
  width: 100%;
  font-size: 12px;
  padding: 2px 0;
}
@media only screen and (min-width: 576px) {
  form .fileInput label .wpcf7-not-valid-tip {
    padding: 8px 0;
  }
}
@media only screen and (min-width: 1200px) {
  form .fileInput label .wpcf7-not-valid-tip {
    font-size: 14px;
  }
}
form .fileInput .button-primary {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  background-color: unset;
  border: none;
  padding: 8px;
  font-weight: 400;
  color: #fff;
}
form .fileInput p .mfcf7-zl-multifile-name, form .fileInput p a {
  font-size: 12px;
}
form .fileInput p a {
  text-decoration: none;
  margin-left: 5px;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
}

.quoteModal {
  padding: 35px 0;
}
.quoteModal .modal-dialog {
  max-width: 600px;
  position: relative;
}
.quoteModal .contact_form_wrapper {
  padding-top: 35px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1600px) {
  .quoteModal .contact_form_wrapper {
    padding: 40px;
  }
}
.quoteModal .contact_form_wrapper .nameInput {
  width: 100%;
}
.quoteModal .btn-close {
  position: absolute;
  min-width: unset;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dc3545;
  color: #fff;
  border-radius: 50%;
  font-size: 16px;
  padding: 0;
  top: 10px;
  right: 0;
}
@media only screen and (min-width: 576px) {
  .quoteModal .btn-close {
    width: 25px;
    height: 25px;
  }
}
.quoteModal .btn-close::before {
  content: "\f00d";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.quoteModal .btn-close:focus {
  box-shadow: unset;
}

.page_404_wrapper {
  max-width: 600px;
  margin: auto;
  padding: 30px 0;
}
@media only screen and (min-width: 992px) {
  .page_404_wrapper {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .page_404_wrapper {
    padding: 80px 0;
  }
}

.button-404 {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 30px;
}

.category-description {
  margin-top: 25px;
}
@media only screen and (min-width: 992px) {
  .category-description {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 1600px) {
  .category-description {
    margin-top: 50px;
  }
}

.location_content_outer {
  margin: 20px 0;
}
@media only screen and (min-width: 992px) {
  .location_content_outer {
    margin: 30px;
  }
}
@media only screen and (min-width: 1600px) {
  .location_content_outer .container {
    max-width: 1460px;
  }
}

.location_content_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.loc_info_left {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .loc_info_left {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .loc_info_left {
    width: 49%;
  }
}
@media only screen and (min-width: 1200px) {
  .loc_info_left {
    width: 50%;
  }
}

.loc_info_right {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .loc_info_right {
    width: 49%;
  }
}
@media only screen and (min-width: 1200px) {
  .loc_info_right {
    width: 45%;
  }
}

.loc_desc_info h3 {
  font-weight: 600;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .loc_desc_info h3 {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1400px) {
  .loc_desc_info h3 {
    margin-bottom: 30px;
  }
}
.loc_desc_info p {
  margin-bottom: 22px;
}
@media only screen and (min-width: 768px) {
  .loc_desc_info p {
    margin-bottom: 28px;
  }
}
@media only screen and (min-width: 1400px) {
  .loc_desc_info p {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 1600px) {
  .loc_desc_info p {
    font-size: 22px;
  }
}
.loc_desc_info ul {
  padding-left: 22px;
}
@media only screen and (min-width: 480px) {
  .loc_desc_info ul {
    -moz-columns: 2;
         columns: 2;
  }
}
.loc_desc_info li {
  letter-spacing: -0.9px;
  margin-bottom: 7px;
}

.loc_right_wrapper h3 {
  font-weight: 600;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .loc_right_wrapper h3 {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .loc_right_wrapper h3 {
    margin-bottom: 25px;
  }
}

.loc_map_visual {
  width: 100%;
  aspect-ratio: 10/10;
  margin-bottom: 10px;
  background-color: #E8EAED;
}
.loc_map_visual iframe {
  width: calc(100% + 1px);
  height: 100%;
  margin-bottom: -6px;
}
.loc_map_visual button {
  min-width: unset;
}
.loc_map_visual .wpsl-search {
  display: none;
}
.loc_map_visual #wpsl-gmap {
  width: 100% !important;
  aspect-ratio: 10/10;
  height: auto !important;
  margin-bottom: 10px !important;
}
.loc_map_visual #wpsl-gmap iframe {
  width: 100%;
  height: 100%;
}
.loc_map_visual #wpsl-wrap #wpsl-result-list {
  background-color: #fdc303;
  color: #000;
  padding: 16px 8px 22px;
}
@media only screen and (min-width: 576px) {
  .loc_map_visual #wpsl-wrap #wpsl-result-list {
    padding: 20px 8px;
  }
}
@media only screen and (min-width: 992px) {
  .loc_map_visual #wpsl-wrap #wpsl-result-list {
    padding: 25px 8px 38px;
  }
}
@media only screen and (min-width: 1400px) {
  .loc_map_visual #wpsl-wrap #wpsl-result-list {
    padding: 30px 8px 50px;
  }
}
.loc_map_visual #wpsl-wrap #wpsl-result-list ul {
  padding-left: 2rem;
  overflow: hidden;
  list-style: disc;
}
@media only screen and (min-width: 480px) {
  .loc_map_visual #wpsl-wrap #wpsl-result-list ul {
    -moz-columns: 2;
         columns: 2;
  }
}
@media only screen and (min-width: 768px) {
  .loc_map_visual #wpsl-wrap #wpsl-result-list ul {
    -moz-columns: 3;
         columns: 3;
  }
}
@media only screen and (min-width: 992px) {
  .loc_map_visual #wpsl-wrap #wpsl-result-list ul {
    -moz-columns: 2;
         columns: 2;
  }
}
@media only screen and (min-width: 1600px) {
  .loc_map_visual #wpsl-wrap #wpsl-result-list ul {
    -moz-columns: 3;
         columns: 3;
  }
}
.loc_map_visual #wpsl-wrap #wpsl-result-list li {
  border-bottom: none !important;
  letter-spacing: -0.9px;
  margin-bottom: 7px;
  padding: 0 !important;
  list-style: disc !important;
  overflow: unset;
  cursor: pointer;
}
.loc_map_visual #wpsl-wrap #wpsl-result-list li p {
  margin-bottom: 0;
}
.loc_map_visual #wpsl-wrap #wpsl-result-list li strong {
  font-weight: 400;
}
.loc_map_visual #wpsl-wrap #wpsl-result-list li span {
  display: none;
}
.loc_map_visual #wpsl-wrap #wpsl-result-list .wpsl-direction-wrap {
  display: none;
}

.loc_dtls_info {
  background-color: #fdc303;
  color: #000;
  padding: 16px 8px 22px;
}
@media only screen and (min-width: 576px) {
  .loc_dtls_info {
    padding: 20px 8px;
  }
}
@media only screen and (min-width: 992px) {
  .loc_dtls_info {
    padding: 25px 8px 38px;
  }
}
@media only screen and (min-width: 1400px) {
  .loc_dtls_info {
    padding: 30px 8px 50px;
  }
}
.loc_dtls_info ul {
  list-style: disc;
}
@media only screen and (min-width: 480px) {
  .loc_dtls_info ul {
    -moz-columns: 2;
         columns: 2;
  }
}
@media only screen and (min-width: 768px) {
  .loc_dtls_info ul {
    -moz-columns: 3;
         columns: 3;
  }
}
@media only screen and (min-width: 992px) {
  .loc_dtls_info ul {
    -moz-columns: 2;
         columns: 2;
  }
}
@media only screen and (min-width: 1600px) {
  .loc_dtls_info ul {
    -moz-columns: 3;
         columns: 3;
  }
}
.loc_dtls_info li {
  letter-spacing: -0.9px;
  margin-bottom: 7px;
  color: #000;
}
.loc_dtls_info li a {
  color: inherit;
  text-decoration: none;
}
.loc_dtls_info li a:hover {
  text-decoration: underline;
}/*# sourceMappingURL=main.css.map */