html, body, head, header, main, div, section, img, a, p, ul, li, address, span, strong, b, figure, table, tr, td, footer, main, ol {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: "Poppins", sans-serif;
}

ul, ol, li {
  list-style-type: none;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #88766E;
}

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

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

.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;
}

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

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

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

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

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

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

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

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.header-menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50px;
  width: 90%;
  margin: auto;
  background: #F1F1F1;
  border-radius: 50px;
  padding: 0px 20px;
  height: 100px;
  display: flex;
  z-index: 99;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.header-menu .logo {
  max-width: 280px;
  margin-right: 5%;
}

.header-menu .logo-brands {
  margin-right: 10%;
}

.navigation-container {
  display: flex;
  justify-content: center;
}

.custom-navbar {
  background: #F1F1F1;
  padding: 5px 10px;
  border-radius: 0 0 10px 10px;
  z-index: 999;
}

.custom-navbar .nav-item .nav-link {
  text-wrap: nowrap;
}

.last-child {
  background: #88766E;
  color: #fff;
  border-radius: 20px;
  padding: 0px 15px;
}

@media screen and (min-width: 1140px) {
  .last-child {
    margin: 0 5%;
  }
}

.last-child .nav-link {
  color: #fff;
}

.cutom-main-navbar {
  width: 100%;
}

.dropdown-menu {
  width: 330px;
  border-radius: 0px;
  padding: 0px;
}

.dropdown-menu .dropdown-item {
  border-bottom: 1px solid #1F1A17;
  padding: 13px 10px;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
}

.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:active {
  background: #88766E;
  color: #fff;
}

.short-about-us {
  background-color: #fff;
}

.short-about-us .short-content {
  padding: 15px;
}

@media screen and (min-width: 1140px) {
  .short-about-us .short-content {
    padding: 50px;
  }
}

.short-about-us .short-content h4 {
  font-size: 3.5vw;
  color: #88766E;
  font-weight: 500;
}

@media screen and (max-width: 640px) {
  .short-about-us .short-content h4 {
    font-size: 22px;
  }
}

.short-about-us .short-content p {
  color: #808080;
  margin: 20px 0;
}

.short-about-us .short-content .theme-btn {
  background: #88766E;
  color: #fff;
  padding: 10px 20px;
  border: none;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
}

.short-about-us .short-content .theme-btn:hover {
  background: #1F1A17;
  box-shadow: 0px 4px 4px rgba(136, 118, 110, 0.25);
}

.manufacturing-process {
  padding: 40px 0;
}

.manufacturing-img {
  margin-bottom: 20px;
}

.content-manufacturing h4 {
  color: #1F1A17;
  text-align: center;
  font-size: 40px;
  padding: 20px 0;
}

@media screen and (max-width: 640px) {
  .content-manufacturing h4 {
    font-size: 18px;
  }
}

.content-manufacturing h4 span {
  color: #88766E;
}

.content-manufacturing p {
  color: #000;
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}

.nav-pills .nav-link {
  border-radius: 0;
  text-align: center;
  padding: 15px;
}

.tab-content {
  padding: 20px;
}

.verticle-slider {
  background: #f7f7f7;
  padding: 30px 0;
}

.verticle-slider h4 {
  color: #15415F;
  font-size: 3.5vw;
  text-transform: capitalize;
  text-align: center;
  letter-spacing: -3px;
}

@media screen and (max-width: 640px) {
  .verticle-slider h4 {
    letter-spacing: 0px;
    font-size: 20px;
  }
}

.verticle-slider p {
  text-align: center;
  color: #88766E;
  text-transform: capitalize;
  font-size: 20px;
}

.categories-list .nav-link {
  color: #CFCFCF;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 24px;
  display: block;
  padding: 8px 10px;
  text-align: left;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
}

.categories-list .nav-link:hover, .categories-list .nav-link:active {
  background: #15415F;
  color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.parallax-section {
  position: relative;
  height: 88vh;
  /* Full viewport height */
  overflow: hidden;
}

@media screen and (min-width: 1930px) {
  .parallax-section {
    height: 65vh;
  }
}

@media screen and (max-width: 530px) {
  .parallax-section {
    height: 200px;
  }
}

.parallax-image {
  background-image: url(../images/Promo-Banners.jpg);
  /* Set a specific height */
  min-height: 600px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1340px) {
  .parallax-image {
    background-size: contain;
    height: 600px;
    top: 0px;
  }
}

@media screen and (max-width: 530px) {
  .parallax-image {
    height: 150px;
  }
}

.vision-img {
  width: 40%;
}

.vision-content {
  width: 55%;
  margin-left: 2%;
  padding: 15px 20px;
}

.vision-content h4 {
  color: #000;
  font-size: 3.5vw;
}

.vision-content p {
  color: #000;
  margin: 20px 0;
}

.vision-content ul li {
  color: #88766E;
  list-style-type: disc;
  list-style-position: inside;
}

footer {
  background: #15415F url(../images/footer-bg.png) no-repeat top center;
  background-size: cover;
  padding: 15px 0;
}

@media screen and (min-width: 1140px) {
  footer .width-container {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.footer-top-content {
  text-align: center;
  color: #fff;
}

.footer-top-content h5 {
  color: #fff;
  font-size: 2vw;
}

.footer-top-content .contact-us-btn {
  border: none;
  border-radius: 30px;
  background: #fff;
  padding: 8px 20px;
  margin: 30px auto;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.footer-top-content .contact-us-btn:hover {
  background: #88766E;
}

.footer-container-logo-link {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 30px 0;
}

.footer-logo {
  color: #fff;
}

.footer-logo .footer-logo-img {
  padding-bottom: 15px;
}

.footer-logo address {
  color: #fff;
  margin-bottom: 10px;
}

.footer-logo address a {
  color: #fff;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
}

.footer-logo address a:hover {
  color: #000;
}

.footer-col {
  margin-top: 20px;
}

.footer-col h4 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #fff;
}

.footer-col ul li {
  list-style-type: disc;
  line-height: 30px;
  color: #fff;
}

.footer-col ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-col ul li a:hover {
  color: #88766E;
}

.footer-col-categories {
  margin-top: 20px;
}

.footer-col-categories h4 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #fff;
}

@media screen and (min-width: 1140px) {
  .footer-col-categories ul {
    column-count: 2;
  }
}

.footer-col-categories ul li {
  list-style-type: disc;
  line-height: 30px;
  color: #fff;
}

.footer-col-categories ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-col-categories ul li a:hover {
  color: #88766E;
}

.copyright-sec {
  text-align: center;
  color: #fff;
  padding-top: 10px;
}

.copyright-sec a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.copyright-sec a:hover {
  color: #88766E;
}

@media screen and (min-width: 1140px) {
  .navigation-container {
    align-items: center !important;
  }
}

@media screen and (max-width: 640px) {
  .logo {
    max-width: 180px !important;
  }
  header {
    height: 58px;
    top: 25px;
  }
  .vision-content, .vision-img {
    width: 100%;
  }
  .vision-content {
    padding: 20px 0;
  }
  .vision-content h4 {
    font-size: 22px;
  }
}

.inner-banner {
  background: url(../images/inner-banner.jpg) no-repeat top center;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.products-main-outer-wrapper {
  padding: 20px 0;
}

.catalogue-content {
  color: #fff;
  padding: 30px;
  display: flex;
  text-align: left;
  align-items: start;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.catalogue-content h2 {
  font-size: 2.5vw;
  text-transform: uppercase;
  padding-bottom: 0px !important;
}

.catalogue-content p {
  font-size: 4vw;
  font-weight: 400;
}

.catalogue-content .catalogue-btn {
  background: #15415F;
  border-radius: 10px;
  border: none;
  text-align: center;
  font-size: 18px;
  padding: 8px 30px;
  color: #fff;
}

.catalogue-content .catalogue-btn:hover {
  background: #1F1A17;
}

.d-flex-css {
  display: flex;
  align-items: center;
  align-items: stretch;
  justify-content: space-between;
}

.bg-blue {
  background: #88766E;
}

.category-description h1 {
  font-size: 2vw;
  color: #fff;
}

.category-description p {
  font-size: 20px;
}

.feature-category h4 {
  font-size: 2vw;
  color: #88766E;
  margin-bottom: 20px;
}

.feature-category ul {
  display: flex;
  flex-flow: wrap;
}

@media screen and (min-width: 1140px) {
  .feature-category ul {
    flex: 0 0 33.3%;
  }
}

.feature-category ul li {
  list-style-position: inside;
  display: flex;
  flex-flow: wrap;
  flex: 0 0 15.3%;
  margin-bottom: 10px;
  text-align: center;
}

.feature-category ul li:before {
  content: "\f054";
  color: #88766E;
  font-size: 20px;
  font-family: FontAwesome;
  margin-right: 5px;
}

@media screen and (max-width: 500px) {
  .feature-category ul li {
    flex: 0 0 100%;
  }
}

.feature-category ul li a {
  font-size: 18px;
  font-weight: bold;
  color: #1F1A17;
  text-decoration: none;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
}

.feature-category ul li a:hover {
  color: #88766E;
}

.hidden-elements {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 2s ease, max-height 2s ease;
}

.show {
  opacity: 1;
}

.categories-button {
  margin-top: 20px;
  background: #1F1A17;
  padding: 8px 20px;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
}

.media-section {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}

.media-section h4 {
  font-size: 4vw;
  text-align: center;
  color: #88766E;
  text-transform: uppercase;
  margin: 20px 0;
  margin-bottom: 15px;
}

.media-section .box-media {
  width: 300px;
  display: flex;
  flex-direction: column;
  padding: 15px;
  align-items: center;
  text-align: center;
  margin: 10px 0;
  box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.25);
}

.media-section .box-media h2 {
  font-size: 24px;
  font-weight: 600;
}

.boxes-main-container {
  display: flex;
  justify-content: center;
}

.contact-us-main-wraper {
  background: #88766E;
  padding: 10px 0;
}

.contact-detail i {
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
}

.contact-detail address {
  color: #fff;
  font-size: 16px;
}

.contactus h4 {
  font-size: 3.4vw;
  color: #fff;
  font-weight: 500;
  margin: 0px;
  padding: 0px;
}

.contactus .contact-detail address {
  text-align: center;
  font-size: 20px;
}

.contactus .contact-detail svg {
  font-size: 25px;
}

.contact-detail {
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  height: 70%;
}

@media screen and (max-width: 540px) {
  .contact-detail {
    flex-flow: wrap;
    justify-content: center;
  }
}

.contact-detail svg {
  margin-bottom: 10px;
  scale: 1.4;
}

.contact-detail a {
  color: #fff;
}

.contact-detail a:hover {
  color: #000;
}

.contact-detail .email-no {
  margin: 20px 0;
}

.contact-detail address {
  margin: 10px 0;
  font-size: 18px;
}

.contact-fields input {
  padding: 15px 10px;
}

.contact-fields p {
  margin-top: 10px;
}

.submit-btn {
  border: none;
  background: #000;
  padding: 10px 30px;
  margin: 15px 10px 0 0;
  color: #fff;
  border-radius: 10px;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  font-size: 20px;
}

.submit-btn:hover {
  background: #15415F;
}

.product-wrapper {
  border-radius: 30px;
  padding: 10px 0;
  overflow: hidden;
  margin: 15px 0;
  outline: 1px solid #CFCFCF;
}

.product-wrapper .product-thumbnail {
  text-align: center;
  overflow: hidden;
}

.product-wrapper .product-thumbnail img {
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
}

.product-wrapper .product-info {
  display: block;
  text-align: center;
}

.product-wrapper .product-info h1 {
  font-size: 18px;
  color: #000;
  text-align: center;
}

.product-wrapper .product-info p {
  color: #88766E;
  font-size: 16px;
  opacity: 0;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
}

.product-wrapper a {
  text-decoration: none;
}

.product-wrapper:hover {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.product-wrapper:hover .product-info p {
  opacity: 1;
}

.product-heading {
  padding: 20px 0;
  color: #88766E;
  font-weight: 600;
  font-size: 2vw;
}

.products-main-wrapper-container h4 {
  font-size: 2vw;
  color: #88766E;
  font-weight: 600;
  margin: 15px 0;
}

@media screen and (max-width: 640px) {
  .products-main-wrapper-container h4 {
    font-size: 22px;
  }
}

.breadcrumbs {
  padding: 15px 0;
}

.breadcrumbs ol {
  margin: 0px;
  padding: 0px;
}

.breadcrumbs ol li.breadcrumb-item {
  color: #fff;
  margin: 0px;
  padding: 0px;
}

.breadcrumbs ol li.breadcrumb-item a {
  color: #fff;
}

.breadcrumbs ol li.breadcrumb-item.active {
  color: #fff;
}

.breadcrumbs ol li.breadcrumb-item.active a {
  color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

.large-view-wraper h1 {
  color: #88766E;
  padding: 15px 0;
  font-size: 24px;
}

.detail-product-description {
  padding: 20px 0;
}

.detail-product-description h1 {
  color: #000;
  font-size: 20px;
}

.detail-product-description strong {
  color: #88766E;
  font-size: 18px;
}

.detail-product-description p {
  padding: 20px 0px;
  font-size: 16px;
}

.detail-product-description .add-inquiry-btn {
  padding: 10px 30px;
  background: #1F1A17;
  color: #fff;
  border: none;
  border-radius: 10px;
}

.detail-product-description .add-inquiry-btn:hover {
  background: #88766E;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.lates-products {
  padding: 60px 0;
}

.lates-products h3 {
  color: #88766E;
  font-size: 24px;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .products-main-wrapper-container h4, .product-heading {
    font-size: 22px;
  }
  .product-wrapper .product-info h1 {
    font-size: 16px;
  }
  .catalogue-content h2 {
    font-size: 22px;
  }
}

.other-views ul {
  display: flex;
  justify-content: center;
}

.other-views ul li {
  margin: 10px;
  width: 100px;
}

.large-view-area {
  height: 600px;
  outline: 1px solid #808080;
  overflow: hidden !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.large-view-area img {
  border: 1px solid red;
  height: 500px !important;
}

.site-search-container .search-trigger {
  border-color: #dee1e3;
  padding: .375rem 1.75rem;
  color: #fff;
}

.site-search-container {
  display: none;
  margin: 0 0 50px;
  padding: 2rem 1rem;
  color: #003;
  position: absolute;
  width: 100%;
  top: 105%;
  background: #808080;
}

.site-search-container__close {
  color: #333;
  cursor: pointer;
  display: block;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
  height: 26px;
  position: absolute;
  right: .5rem;
  text-align: center;
  top: .5rem;
  transition: color .2s ease-in-out;
  width: 22px;
  border: 1px solid #333;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes moveBadge {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}

.quality-badge {
  position: absolute;
  top: 18%;
  left: 10%;
  width: 100px;
  animation: moveBadge 6s infinite;
}

@media screen and (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    justify-content: space-between;
    width: 100%;
  }
}

.left-section {
  width: 100%;
  position: relative;
}

.image-display {
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
  /* Center the images vertically */
  width: 100%;
  text-align: center;
}

.image {
  display: none;
  width: 80%;
}

@media screen and (max-width: 530px) {
  .image {
    width: 100%;
  }
}

.right-section {
  width: 60%;
  padding: 20px;
  position: sticky;
  top: 0;
  /* Makes the right section stick to the top */
  height: 100vh;
  overflow-y: auto;
  /* Makes the right section scrollable */
}

@media screen and (max-width: 530px) {
  .right-section {
    width: 100%;
  }
}

.content-section {
  padding: 50px 0;
  min-height: 100vh;
  /* Each section fills the viewport height */
}

.product-info h1 {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: bold;
}

@media screen and (max-width: 576px) {
  .product-info h1 {
    font-size: 15px;
  }
}

.product-info p {
  color: #88766E;
  margin-bottom: 15px;
}

.product-summary-table table {
  border-spacing: 15px;
  border-collapse: separate;
}

.product-summary-table table th {
  font-size: 16px;
  text-align: center;
  color: #88766E;
  text-transform: uppercase;
}

.product-summary-table table tbody td {
  background: #88766E;
  color: #fff;
  margin: 5px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}

.product-summary-table table tbody td .qty-field {
  background: transparent;
  border: none;
  border-radius: 0px;
  display: block;
  margin: auto;
  text-align: center;
  color: #fff;
}

.product-summary-table table tbody td .qty-field::placeholder {
  color: #fff;
}

.send-inquiry-btn {
  background: #000;
  color: #fff;
  padding: 10px 20px;
  border: none;
  margin-left: 15px;
}

.send-inquiry-btn:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
  background: #88766E;
}

.our-vision {
  display: none;
}

.process-thumbnail {
  position: relative;
}

.process-thumbnail span {
  display: inline-block;
  width: 60px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #88766E;
  position: absolute;
  left: 20px;
  top: 0px;
  font-size: 30px;
  font-weight: 600;
}

.process-info {
  padding: 15px 0;
}

.process-info h4 {
  color: #88766E;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}

.process-info h4:before {
  content: url(../images/polygon.png);
  margin-right: 5px;
}

.process-info ul {
  list-style-position: inside;
}

.process-info ul li {
  list-style-type: disc;
  font-size: 18px;
  color: #767575;
}

.blogs {
  padding: 50px 0;
  background-color: #fff;
}

.blog-main-wrapper {
  margin: 15px 0;
}

.blog-main-wrapper .blog-thumbnail {
  margin-bottom: 15px;
}

.blog-main-wrapper h3 {
  color: #88766E;
  font-size: 20px;
  font-weight: 400;
}

.blog-heading {
  font-size: 3vw;
  margin: 15px 0;
  text-align: center;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}

.blog-heading span {
  font-weight: 400;
}

.blog-small-heading {
  font-size: 20px;
  color: #88766E;
  text-align: center;
}

.top-sec {
  background: #88766E;
  padding: 5px 0;
}

.top-sec ul {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

.top-sec ul li {
  color: #fff;
}

.top-sec ul li a {
  color: #fff;
}

.top-sec ul li a:hover {
  color: #000;
}

/* For 2nd-level dropdown */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  display: none;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

@media (max-width: 992px) {
  .dropdown-submenu .dropdown-menu {
    position: static;
    margin-left: 0;
    display: none;
  }
  .dropdown-submenu.show > .dropdown-menu {
    display: block;
  }
}

.themeht-btn {
  padding: 10px 20px !important;
  /* Reduce button padding */
  font-size: 16px !important;
  /* Reduce font size */
  background: #88766E;
  border-radius: 10px;
  color: #fff;
  font-weight: 600 !important;
  /* Make text bold */
}

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

.swiper-certificates {
  position: relative;
  background: #3D4454;
  padding: 40px;
}
