@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tenor+Sans&display=swap');

* {
  box-sizing: border-box;
}

html,
body {
  font-family: "Lato", sans-serif;
  margin: 0;
  height: 0;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font-weight: normal;
  font-size: 16px;
}

body p {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 15px;
  line-height: 160%;
  color: #080808;
}

body p:last-child {
  margin-bottom: 0;
}

body p:empty {
  display: none;
}

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

a {
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.img-responsive {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
  margin: 0 0 15px;
  color: #080808;
  font-weight: 600;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin: 0;
}

.container {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

.container-fluid {
  max-width: 100%;
}

.btn-inline {
  display: inline-flex;
  gap: 20px;
}

.btn-center {
  text-align: center;
}

.btn {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  text-transform: none;
  border-radius: 0;
  background: #080808;
  border: 1px solid #080808;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 25px;
  text-decoration: none;
  transition: 0.45s ease-in-out all;
  cursor: pointer;
}

.btn:hover {
  background: #fff;
  color: #000;
  border-color: #080808;
}

.btn-premium {
  background-color: #DF6700;
  border: 1px solid #DF6700;
}

.btn-premium:hover {
  background-color: #F8D5BD;
  border: 1px solid #DF6700;
  color: #DF6700;
}

.btn-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #DF6700;
  font-size: 18px;
  transition: all 0.5s ease 0s;
}

.btn-more:hover {
  gap: 15px;
  color: #000;
}

.section-gapping {
  padding-top: 60px;
  padding-bottom: 60px;
}

.top-gapping {
  padding-top: 60px;
}

.bottom-gapping {
  padding-bottom: 60px;
}

.main-title {
  font-size: 36px;
  color: #DF6700;
  font-weight: 600;
  width: 100%;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-section {
  overflow: hidden;
}

/************************************/

.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}

header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.top-header {
  background-color: #DF6700;
  padding: 5px 0;
}

.top-header .container {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
}

.top-header .contact-detail {
  display: flex;
  gap: 15px;
}

.top-header .contact-detail li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.top-header .contact-detail li .fa,
.social-icon a {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #080808;
  font-size: 18px;
}

.social-icon a:hover {
  background-color: #F8D5BD;
  color: #DF6700;
}

.top-header .contact-detail li a {
  color: #fff;
  display: flex
;
  align-items: center;
  gap: 10px;
}

.top-header .contact-detail li a:hover {
  color: #080808;
}

.top-header .get_link a {
  color: #fff;
  font-weight: bold;
}

.top-header .get_link a:hover {
  color: #000;
}

.social-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}

.main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-header .logo {
  max-width: 238px;
  width: 100%;
  flex: none;
}

.main-menu .menu {
  display: flex;
  gap: 30px;
}

.main-menu .menu>li {
  position: relative;
}

.main-menu .menu a {
  color: #080808;
  font-size: 17px;
  font-weight: 500;
  transition: all 0.5s ease 0s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  padding: 25px 0;
}

.menu-item-has-children>a::after {
  content: "";
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  width: 6px;
  height: 6px;
  display: inline-block;
  transform: rotate(-45deg);
  position: relative;
  top: -1px;
}

.menu-item-has-children>a:hover::after,
.menu-item-has-children.current_page_item>a::after,
.menu-item-has-children.current_page_parent>a::after {
  border-color: #DF6700;
}

.main-menu .menu a:hover,
.main-menu .menu .current_page_parent>a,
.main-menu .menu .current-menu-item>a,
.main-menu .menu .current_page_item>a {
  color: #DF6700;
}

.main-menu .menu .sub-menu {
  position: absolute;
  right: 0;
  top: 100%;
  background-color: #fff;
  border-top: 2px solid #DF6700;
  padding: 0 15px;
  min-width: max-content;
  display: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.main-menu .menu li:hover .sub-menu {
  display: block;
}

.main-menu .menu .sub-menu a {
  border-bottom: 1px solid #ddd;
  padding: 10px;
}

.main-header .toggle {
  border-radius: 0;
  border: none;
  background-color: #080808;
  width: 44px;
  height: 44px;
  display: none;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0;
  flex-shrink: 0;
  font-size: 24px;
}

.main-menu {
    margin-left: auto;
    margin-right: 20px;
}

.main-header .whatsapp-icon, .main-header .whatsapp-icon svg {
    width: 40px;
    height: 40px;
}

.footer {
  background-color: #080808;
  margin-top: auto;
}

.footer-section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.footer-section .col-1 .logo {
  margin-bottom: 20px;
  width: 100%;
  max-width: 220px;
}

.footer-section h2 {
  color: #fff;
  font-size: 20px;
}

.footer-section .col-1 p.description {
  color: #EDEDED;
  font-size: 16px;
}

.footer-section h4 {
  color: #DF6700;
  font-size: 20px;
  font-weight: 700;
}

.footer-section .details {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
}

.footer-section .details li {
  display: flex;
  gap: 15px;
  line-height: 160%;
  color: #fff;
  font-size: 16px;
}

.footer-section .details li .icon {
  width: 30px;
  height: 30px;
  background-color: #DF6700;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  flex-shrink: 0;
}

.footer-section .details a {
  color: #EDEDED;
}

.footer-section .details a:hover {
  color: #DF6700;
}

.footer-section .menu {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-section .menu li a {
  color: #fff;
  font-size: 16px;
}

.footer-section .menu li a:hover,
.footer-section .menu li.current_page_item a {
  color: #DF6700;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0;
}

.footer-bottom p {
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.footer-bottom p a {
  color: #fff;
}

.footer-bottom p a:hover {
  color: #DF6700;
}

.main-banner-slider .full-banner-img {
  width: 100%;
  height: 600px;
  position: relative;
}

.main-banner-slider .full-banner-img::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.main-banner-slider .banner-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.banner-content h2 {
  color: #fff;
  width: 100%;
  max-width: 610px;
  font-size: 50px;
  font-weight: 700;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: transparent;
  opacity: 1;
  border-radius: 0;
  border: 2px solid #fff;
  cursor: pointer;
  transition: all 0.5s ease 0s;
}

.swiper-pagination .swiper-pagination-bullet:hover,
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #DF6700;
  border-color: #DF6700;
}

.about-section .about {
  display: flex;
  align-items: center;
  gap: 50px;
}

.about-section.home-about .about {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.about-section.home-about .about .col-1:nth-child(2) {
  max-width: 100%;
  text-align: left;
}

.about-section .about .col-1:nth-child(2) {
  width: 100%;
  max-width: 450px;
  flex-shrink: 0;
}

.about .about-title-img {
  margin-bottom: 30px;
}

.count-section .count-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  gap: 30px;
}

.count-box .box,
.featured-box .box {
  background-color: #fdf6f1;
  padding: 30px;
  text-align: left;
}

.count-box .box {
  display: flex;
  align-items: center;
  gap: 20px;
}

.count-box .box .icon {
  width: 100%;
  max-width: 60px;
  flex: none;
}

.count-box .box h5 {
  font-weight: bold;
  font-size: 50px;
  color: #525252;
  text-align: left;
  margin: 0;
}

.count-box .box p {
  color: #DF6700;
}

.contact-section {
  background: rgb(6, 47, 106);
  background: linear-gradient(90deg, rgba(6, 47, 106, 1) 0%, rgba(11, 68, 149, 1) 100%);
}

.contact-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 40px;
}

.contact-box h2 {
  color: #fe7500;
  font-size: 35px;
  margin: 0;
}

.contact-box .col-1:first-child {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.contact-box .col-1:first-child p {
  margin: 0;
  color: #fff;
  text-transform: capitalize;
}

.contact-box .phone-number {
  display: flex;
  align-items: center;
  gap: 15px;
}

.contact-box .phone-number .fa {
  background-color: #DF6700;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
}

.contact-box .phone-number a {
  font-size: 40px;
  color: #fff;
}

.contact-box .phone-number a:hover {
  color: #DF6700;
}

.form-box .input-group {
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.form-group .wpcf7-form-control-wrap {
  display: block;
}

.form-box .form-group.text-area {
  margin-bottom: 15px;
}

.form-box form .form-group input:not([type="submit"]),
.form-box form .form-group textarea,
.form-box form .form-group select {
  width: 100%;
  font-family: "Lato", sans-serif;
  border: 1px solid #ddd;
  background: #fff;
  color: #080808;
  font-size: 16px;
  height: 50px;
  padding: 15px;
  outline: none;
}

.form-box form .form-group textarea {
  resize: none;
  height: 190px;
}

.form-btn input.btn {
  width: 100%;
  border-radius: 0;
}

.form-box form .form-group p .wpcf7-not-valid-tip {
  position: absolute;
  font-size: 14px;
  top: 100%;
  line-height: normal;
}

.form-box form.wpcf7-form .wpcf7-response-output {
  border: none;
  color: #ff0000;
  text-align: center;
  margin: 20px 0 0;
}

.form-box form.wpcf7-form.sent .wpcf7-response-output {
  color: green;
}

.text-center {
  text-align: center;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-40 .main-title {
  margin-bottom: 5px;
}

.solution-box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
}

.solution-box .box,
.solution-box .box .full-img {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.solution-box .box .full-img {
  height: 270px;
}

.solution-box .box .full-img::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(19, 15, 24);
  background: linear-gradient(0deg, rgba(19, 15, 24, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.solution-box .box a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.solution-box .box img {
  transition: all 0.5s ease 0s;
}

.solution-box .box:hover img {
  transform: scale(1.1);
}

.solution-box .box .detail {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: #000;
  padding: 15px;
}

.solution-box .box:hover .detail {
  background-color: #DF6700;
}

.solution-box .box .detail h3 {
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 5px;
  text-transform: capitalize;
}

.solution-box .box .detail h3 .icon {
  display: flex;
  width: 20px;
  height: 20px;
}

.inner-banner {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.inner-banner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.inner-banner.career-banner::before{
  opacity: 0;
}

.banner-txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 500px;
}

.banner-txt h2 {
  text-align: center;
  color: #fff;
  font-size: 40px;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-family: "Tenor Sans", serif;
  font-weight: 700;
}

.inner-banner .breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  position: absolute;
  bottom: 0;
  right: 0;
  min-height: 50px;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 75%, rgba(255, 255, 255, 0) 100%);
  padding: 0 40px;
}

.inner-banner .breadcrumb li {
  color: #fff;
  font-size: 18px;
}

.inner-banner .breadcrumb li:not(:first-child)::before {
  content: "/";
  font-family: 'FontAwesome';
  margin-right: 15px;
}

.inner-banner .breadcrumb li a {
  color: #DF6700;
}

.inner-banner .breadcrumb li a:hover {
  color: #fff;
}

.featured-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  gap: 30px;
}

.featured-box .box {
  background-color: #F5F5F5;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.featured-box .box .icon {
  background-color: #DF6700;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: #fff;
  font-size: 24px;
}

.featured-box .box p {
  font-size: 16px;
}

.featured-box .box a {
  color: #080808;
}

.featured-box .box .social-icon {
  justify-content: center;
}

.featured-box .box .social-icon a {
  width: 40px;
  height: 40px;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.contact-form .form-box {
  background-color: rgb(223 103 0 / 30%);
  padding: 40px;
}

.contact-form .form-box .input-group {
  grid-template-columns: repeat(1, 1fr);
}

.map-section iframe {
  display: block;
  width: 100vw;
}

.error-404 {
  text-align: center;
}

.error-404 h1 {
  color: #DF6700;
  font-size: 52px;
}

.bg-orange {
  background-color: rgb(223 103 0 / 10%);
}

.bg-gray {
  background-color: rgb(0 0 0 / 05%);
}

.about-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 30px;
}

.about-col .col-2 h3 {
  font-size: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #DF6700;
}

.about-col .col-2 ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: disc;
  padding-left: 20px;
}

.about-col .col-2 ul li {
  font-size: 18px;
}

.about-section .about.about-box {
  gap: 0;
  flex-direction: column;
  margin-bottom: 40px;
}

.about.about-box .small-title {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 15px;
}

.about-box .main-title {
  font-style: italic;
}

.description a {
  color: #DF6700;
}

.catalogue-box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}

.catalogue-box .box {
  background-color: rgb(223 103 0 / 30%);
  padding: 5px;
}

.catalogue-box .full-img {
  display: block;
  overflow: hidden;
}

.catalogue-box .full-img img {
  display: block;
  transition: all 0.5s ease 0s;
}

.catalogue-box .box:hover:hover img {
  transform: scale(1.1);
}

.catalogue-box .detail {
  padding: 15px;
  text-align: center;
}

.catalogue-box .box .detail h3 {
  color: #080808;
}

.career-form .form-box {
  background-color: rgb(223 103 0 / 30%);
  padding: 40px;
}

.form-box .file-wrapper {
  cursor: pointer;
  display: flex;
  border: 1px solid #ddd;
  background: #fff;
  padding: 10px;
  position: relative;
}

.form-box .file-wrapper .wpcf7-not-valid-tip {
    left: 0;
    display: none;
}

.form-box .invalid .file-wrapper .wpcf7-not-valid-tip {
    display: block;
}

.form-box .file-wrapper .attach-div {
  display: flex;
  gap: 15px;
  align-items: center;
}

.form-box .file-wrapper .action-link {
  font-weight: 700;
  color: #fff;
  background-color: #080808;
  padding: 5px 15px;
  font-size: 15px;
  line-height: normal;
}

.form-box .file-wrapper .file-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.form-box .file-wrapper input[type="file"] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  cursor: pointer;
}

.post-contain {
  font-size: 18px;
  color: #8C8C8C;
  line-height: 160%;
}

.post-contain h3 {
  font-size: 24px;
}

.post-contain h3:not(:first-child) {
  margin-top: 20px;
}

.post-sidebar-section .boxs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.post-sidebar .box {
  background-color: #000;
  padding: 20px;
  text-align: center;
}

.post-sidebar .box.box-orange {
  background-color: #eb7f22;
}

.post-sidebar .box h2 {
  margin-bottom: 25px;
  color: #fff;
}

.post-contain .full-img {
  margin-bottom: 20px;
  border: 1px solid #ddd;
}

.post-contain .full-img img {
  max-width: 450px;
  width: 100%;
}

.post-contain ul {
  list-style: disc;
  margin-left: 20px;
}

.post-contain ul li {
  color: #666;
}

.custom-post-datatable h2 {
  text-align: center;
  color: #DF6700;
  font-size: 30px;
}

.table-responsive {
  border: 1px solid #ddd;
  overflow-x: auto;
  width: 100%;
}

table.product-table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  white-space: pre;
}

table.product-table th {
  background-color: #F8D5BD;
}

table.product-table th,
table.product-table td {
  padding: 10px 15px;
  color: #080808;
}

table.product-table td:first-child {
  font-weight: bold;
}

.product-table-ortho tbody tr:first-child td, 
.product-table-ortho tbody tr:nth-child(5) td, 
.product-table-ortho tbody tr:nth-child(6) td,
.product-table-iso tbody tr:first-child td, 
.product-table-iso tbody tr:nth-child(5) td, 
.product-table-iso tbody tr:nth-child(6) td{
  border-bottom: none;
}

table.product-table td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-size: 16px;
}

table.product-table tr td:last-child {
  border-right: none;
}

table.product-table tr:last-child td {
  border-bottom: none;
  font-weight: bold;
}

table.product-table tr:last-child td:nth-child(2) {
  border-right: none;
}

.product-table-superior th:nth-child(2),
.product-table-superior td:nth-child(2) {
  display: none;
}

.contact-form .col-1 {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.message_div {
  position: relative;
  text-align: center;
  z-index: 1;
}

.message_div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 2px;
  background-color: #ccc;
  margin: auto;
  z-index: -1;
}

.message_div h2 {
  display: table;
  margin: 0 auto;
  background-color: #fff;
  padding: 5px 10px;
  transition: all 0.5s ease 0s;
}

.message_div h2:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.call-section{
  background: rgb(167, 0, 22);
  background: linear-gradient(90deg, rgba(167, 0, 22, 1) 0%, rgba(227, 0, 30, 1) 100%);
}

.call-action {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.call-action h2 {
  color: #fff;
  font-size: 34px;
  margin: 0;
  text-transform: capitalize;
}

.call-action p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.call-action .btn {
  flex-shrink: 0;
}

.about-section .about .main-title {
  font-size: 30px;
  margin-bottom: 10px;
}

.call-bottom-section {
  background: rgb(255, 213, 7);
  background: linear-gradient(96deg, rgba(255, 213, 7, 1) 0%, rgba(255, 245, 65, 1) 100%);
}

.call-bottom-section .call-action {
  background: transparent;
  padding: 30px 0;
}

.call-bottom-section .call-action :where(h2, p) {
  color: #000;
}

.home-why .about-col h3 {
  color: #DF6700;
}

.home-why .about-col ul {
  margin-bottom: 30px;
}

.determined-section .about-col {
  grid-template-columns: repeat(1, 1fr);
  text-align: center;
}

.home-solution {
  padding-bottom: 40px;
}

.home-solution .swiper-pagination {
  bottom: 0;
}

.home-solution .swiper-pagination .swiper-pagination-bullet {
  border-color: #DF6700;
}