/* ========= [ * global ]  =========*/
/* --------------- global --------------- */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&amp;display=swap');

*,
* button:focus {
  outline: 0;
  margin: 0;
}

html::-webkit-scrollbar {
  height: 20px;
  width: 10px;
  background: #f1f1f1;
  border-radius: 0;
}

html::-webkit-scrollbar-thumb {
  background: #999;
  -webkit-border-radius: 0;
  border-radius: 10px;
}

html::-webkit-scrollbar-corner {
  background: #999;
  border-radius: 10px;
}

.social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #ccc;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 5px;
}

.form-control:focus {
  color: #212529;
  background-color: #848484;
  border-color: #848484;
  outline: 0;
}

.form-select {
  color: #222;
}

body {
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  font-size: 16px;
  overflow-x: hidden;
  position: relative;
  color: #000;
}

.color-orange {
  color: #848484 !important
}

.color-black {
  color: #373435 !important
}

.color-1 {
  color: #AABDBA
}

.color-2 {
  color: #B0AABD
}

.color-3 {
  color: #BDACAA
}

.alt-font {
  font-family: "Montserrat", sans-serif;
}

.bg-black-222 {
  background: #222 !important
}

.bg-black-111 {
  background: #111 !important
}

.txt-white {
  color: #fff !important
}

.dropdown-menu {
  border-radius: 10px;
  overflow: hidden;
  background-image: linear-gradient(-45deg, #45261F, #20201F, #34301C);
  color: #fff
}

.dropdown-menu .dropdown-item {
  color: #222;
  border-color: #fff2;
  padding: 15px 20px;
  /* text-transform: capitalize; */
  font-size: 13px;
}

.swiper-container {
  overflow: hidden;
}


.navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 5rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}

.swiper-notification {
  display: none;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar {
  z-index: 99;
}

h1,
h2,
h3 {
  font-weight: bold;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

h4,
h5,
h6 {
  margin: 0;
}

.container,
.container-fluid {
  position: relative;
  z-index: 5;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1330px !important;
  padding-right: 15px;
  padding-left: 15px;
}

.row:not(.gx-0):not(.gx-1):not(.gx-2):not(.gx-3):not(.gx-4):not(.gx-5):not(.gx-lg-5) {
  margin-right: -15px;
  margin-left: -15px;
}

.row:not(.gx-0):not(.gx-1):not(.gx-2):not(.gx-3):not(.gx-4):not(.gx-5):not(.gx-lg-5)>* {
  padding-right: 15px;
  padding-left: 15px;
}

.row.gx-5,
.row.gx-lg-5 {
  margin-right: -30px;
  margin-left: -30px;
}

.row.gx-5>*,
.row.gx-lg-5>* {
  padding-right: 30px;
  padding-left: 30px;
}

body a:focus {
  outline: 0;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

body ul:not(.list-styled) {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-appearance: none;
}

.btn:active,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  outline: 0;
}

a,
span,
img {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  max-height: 100%;
}

p {
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}

i,
.bi {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.text {
  font-size: 14px;
  line-height: 1.8;
}

.small,
small {
  font-size: 12px;
  display: inline-block;
}

small.text {
  font-size: 12px;
}

.section-padding {
  padding: 100px 0;
}

.df-center {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.dnf-center {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.fm-playfair {
  font-family: 'Playfair Display', serif;
}

/* Preloader
-----------------------------------------------------------------*/
.loader-wrap {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  z-index: 99999999999999;
}

.loader-wrap .text-center {
  position: relative;
  z-index: 444;
}

.loader-wrap .text-center .logo {
  width: 150px;
  margin-bottom: 30px;
}

.loader-wrap svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: #848484;
}

.loader-wrap .loader-wrap-heading .load-text {
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 10px;
  text-transform: uppercase;
  color: #000;
  z-index: 20;
}

.load-text span {
  -webkit-animation: loading 1s infinite alternate;
  animation: loading 1s infinite alternate;
}

.load-text span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.load-text span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.load-text span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.load-text span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.load-text span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.load-text span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.load-text span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes loading {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* ====================== [ Start mouse-cursor ] ====================== */
.swiper-wrapper.curs-scroll {
  cursor: none;
}

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  margin-left: -2px;
  margin-top: -2px;
  width: 5px;
  height: 5px;
  z-index: 10000001;
  background-color: #0379a455;
  -webkit-transition: width .3s ease-in-out,
    height .3s ease-in-out,
    margin .3s ease-in-out,
    opacity .3s ease-in-out;
  -o-transition: width .3s ease-in-out,
    height .3s ease-in-out,
    margin .3s ease-in-out,
    opacity .3s ease-in-out;
  transition: width .3s ease-in-out,
    height .3s ease-in-out,
    margin .3s ease-in-out,
    opacity .3s ease-in-out;
  opacity: 1;
}

.cursor-inner.cursor-hover {
  opacity: 1;
}

.cursor-outer {
  margin-left: -17px;
  margin-top: -17px;
  width: 34px;
  height: 34px;
  border: 1px solid #0379a455;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: .5;
  z-index: 10000000;
  -webkit-transition: width .3s ease-in-out,
    height .3s ease-in-out,
    margin .3s ease-in-out,
    background-color .3s,
    opacity .3s;
  -o-transition: width .3s ease-in-out,
    height .3s ease-in-out,
    margin .3s ease-in-out,
    background-color .3s,
    opacity .3s;
  transition: width .3s ease-in-out,
    height .3s ease-in-out,
    margin .3s ease-in-out,
    background-color .3s,
    opacity .3s;
  opacity: 1;
}

.cursor-outer.cursor-hover {
  opacity: 1;
  margin-left: -25px;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  background-color: #0379a455 !important;
  border: 1px solid #fff9;
  opacity: .3 !important;
}

.cursor-outer.cursor-scroll {
  margin-left: -35px;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  border-color: transparent;
  background-color: #fff;
  opacity: 1;
}

/* ====================== [ End mouse-cursor ] ====================== */
/* --------------- dropdown --------------- */
.dropdown-toggle::after {
  position: relative;
  top: 3px;
  opacity: 0.8;
  content: "\f078";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  border: 0;
  line-height: 1;
  font-size: 0.8em;
}

.dropdown-menu {
  min-width: 200px;
  padding: 0;
  border-radius: 0;
  border: 0;
  /* -webkit-box-shadow: 0 0 20px #0001;
  box-shadow: 0 0 20px #0001; */
  top: 100%;
}

.dropdown-menu .dropdown-item {
  padding: 10px 20px;
  font-size: 16px;
  border-bottom: 1px solid #9992;
}

/* --------------- forms --------------- */
select:focus,
input:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* --------------- to_top button --------------- */
.to_top {
  position: fixed;
  z-index: 9999;
  bottom: 3vw;
  right: -80px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #999;
  border: 1px solid #999;
  font-size: 11px;
  text-align: center;
  padding: 7px;
  line-height: 1;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.to_top small {
  display: block;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 8px;
}

.to_top i {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.to_top.show {
  right: 3vw;
  opacity: 1;
}

/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
*/
.rotate-center {
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}

.rotate-center.reverse {
  -webkit-animation: rotate-center 100s linear infinite both reverse;
  animation: rotate-center 100s linear infinite both reverse;
}

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/**
 * ----------------------------------------
 * animation slide_up_down
 * ----------------------------------------
*/
.slide-up-down {
  -webkit-animation: slide_up_down 1.7s ease-in-out infinite alternate both;
  animation: slide_up_down 1.7s ease-in-out infinite alternate both;
}

/* ------- */
@-webkit-keyframes slide_up_down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes slide_up_down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.left_to_right_apperance {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.left_to_right_apperance.no_scale {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.left_to_right_apperance.animated {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.right_to_left_apperance {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
  -webkit-clip-path: polygon(99% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(99% 0, 100% 0, 100% 100%, 100% 100%);
}

.right_to_left_apperance.no_scale {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.right_to_left_apperance.animated {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

/* ========= [ * helper ]  =========*/
/* --------------- helper classes --------------- */
/* --------------- radius classes --------------- */
.radius-1 {
  border-radius: 3px !important;
}

.radius-2 {
  border-radius: 5px !important;
}

.radius-3 {
  border-radius: 8px !important;
}

.radius-4 {
  border-radius: 10px !important;
}

.radius-5 {
  border-radius: 12px !important;
}

.radius-6 {
  border-radius: 15px !important;
}

.radius-7 {
  border-radius: 20px !important;
}

.radius-8 {
  border-radius: 25px !important;
}

.radius-9 {
  border-radius: 30px !important;
}

.radius-10 {
  border-radius: 50px !important;
}

/* --------------- margin classes --------------- */
.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mt-200 {
  margin-top: 200px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

.ms-10 {
  -webkit-margin-start: 10px !important;
  margin-inline-start: 10px !important;
}

.ms-15 {
  -webkit-margin-start: 15px !important;
  margin-inline-start: 15px !important;
}

.ms-20 {
  -webkit-margin-start: 20px !important;
  margin-inline-start: 20px !important;
}

.ms-30 {
  -webkit-margin-start: 30px !important;
  margin-inline-start: 30px !important;
}

.ms-40 {
  -webkit-margin-start: 40px !important;
  margin-inline-start: 40px !important;
}

.ms-50 {
  -webkit-margin-start: 50px !important;
  margin-inline-start: 50px !important;
}

.ms-60 {
  -webkit-margin-start: 60px !important;
  margin-inline-start: 60px !important;
}

.ms-70 {
  -webkit-margin-start: 70px !important;
  margin-inline-start: 70px !important;
}

.ms-80 {
  -webkit-margin-start: 80px !important;
  margin-inline-start: 80px !important;
}

.ms-90 {
  -webkit-margin-start: 90px !important;
  margin-inline-start: 90px !important;
}

.ms-100 {
  -webkit-margin-start: 100px !important;
  margin-inline-start: 100px !important;
}

.ms-120 {
  -webkit-margin-start: 120px !important;
  margin-inline-start: 120px !important;
}

.ms-150 {
  -webkit-margin-start: 150px !important;
  margin-inline-start: 150px !important;
}

.ms-200 {
  -webkit-margin-start: 200px !important;
  margin-inline-start: 200px !important;
}

.me-10 {
  -webkit-margin-end: 10px !important;
  margin-inline-end: 10px !important;
}

.me-15 {
  -webkit-margin-end: 15px !important;
  margin-inline-end: 15px !important;
}

.me-20 {
  -webkit-margin-end: 20px !important;
  margin-inline-end: 20px !important;
}

.me-30 {
  -webkit-margin-end: 30px !important;
  margin-inline-end: 30px !important;
}

.me-40 {
  -webkit-margin-end: 40px !important;
  margin-inline-end: 40px !important;
}

.me-50 {
  -webkit-margin-end: 50px !important;
  margin-inline-end: 50px !important;
}

.me-60 {
  -webkit-margin-end: 60px !important;
  margin-inline-end: 60px !important;
}

.me-70 {
  -webkit-margin-end: 70px !important;
  margin-inline-end: 70px !important;
}

.me-80 {
  -webkit-margin-end: 80px !important;
  margin-inline-end: 80px !important;
}

.me-90 {
  -webkit-margin-end: 90px !important;
  margin-inline-end: 90px !important;
}

.me-100 {
  -webkit-margin-end: 100px !important;
  margin-inline-end: 100px !important;
}

.me-120 {
  -webkit-margin-end: 120px !important;
  margin-inline-end: 120px !important;
}

.me-150 {
  -webkit-margin-end: 150px !important;
  margin-inline-end: 150px !important;
}

.me-200 {
  -webkit-margin-end: 200px !important;
  margin-inline-end: 200px !important;
}

/* --------------- padding classes --------------- */
.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-50 {
  padding: 50px !important;
}

.p-60 {
  padding: 60px !important;
}

.p-70 {
  padding: 70px !important;
}

.p-80 {
  padding: 80px !important;
}

.p-90 {
  padding: 90px !important;
}

.p-100 {
  padding: 100px !important;
}

.p-120 {
  padding: 120px !important;
}

.p-150 {
  padding: 150px !important;
}

.p-200 {
  padding: 200px !important;
}

.pr-2 {
  padding-right: .5rem !important;
}

.ps-10 {
  -webkit-padding-start: 10px !important;
  padding-inline-start: 10px !important;
}

.ps-15 {
  -webkit-padding-start: 15px !important;
  padding-inline-start: 15px !important;
}

.ps-20 {
  -webkit-padding-start: 20px !important;
  padding-inline-start: 20px !important;
}

.ps-30 {
  -webkit-padding-start: 30px !important;
  padding-inline-start: 30px !important;
}

.ps-40 {
  -webkit-padding-start: 40px !important;
  padding-inline-start: 40px !important;
}

.ps-50 {
  -webkit-padding-start: 50px !important;
  padding-inline-start: 50px !important;
}

.ps-60 {
  -webkit-padding-start: 60px !important;
  padding-inline-start: 60px !important;
}

.ps-70 {
  -webkit-padding-start: 70px !important;
  padding-inline-start: 70px !important;
}

.ps-80 {
  -webkit-padding-start: 80px !important;
  padding-inline-start: 80px !important;
}

.ps-90 {
  -webkit-padding-start: 90px !important;
  padding-inline-start: 90px !important;
}

.ps-100 {
  -webkit-padding-start: 100px !important;
  padding-inline-start: 100px !important;
}

.ps-120 {
  -webkit-padding-start: 120px !important;
  padding-inline-start: 120px !important;
}

.ps-150 {
  -webkit-padding-start: 150px !important;
  padding-inline-start: 150px !important;
}

.ps-200 {
  -webkit-padding-start: 200px !important;
  padding-inline-start: 200px !important;
}

.pe-10 {
  -webkit-padding-end: 10px !important;
  padding-inline-end: 10px !important;
}

.pe-15 {
  -webkit-padding-end: 15px !important;
  padding-inline-end: 15px !important;
}

.pe-20 {
  -webkit-padding-end: 20px !important;
  padding-inline-end: 20px !important;
}

.pe-30 {
  -webkit-padding-end: 30px !important;
  padding-inline-end: 30px !important;
}

.pe-40 {
  -webkit-padding-end: 40px !important;
  padding-inline-end: 40px !important;
}

.pe-50 {
  -webkit-padding-end: 50px !important;
  padding-inline-end: 50px !important;
}

.pe-60 {
  -webkit-padding-end: 60px !important;
  padding-inline-end: 60px !important;
}

.pe-70 {
  -webkit-padding-end: 70px !important;
  padding-inline-end: 70px !important;
}

.pe-80 {
  -webkit-padding-end: 80px !important;
  padding-inline-end: 80px !important;
}

.pe-90 {
  -webkit-padding-end: 90px !important;
  padding-inline-end: 90px !important;
}

.pe-100 {
  -webkit-padding-end: 100px !important;
  padding-inline-end: 100px !important;
}

.pe-120 {
  -webkit-padding-end: 120px !important;
  padding-inline-end: 120px !important;
}

.pe-150 {
  -webkit-padding-end: 150px !important;
  padding-inline-end: 150px !important;
}

.pe-200 {
  -webkit-padding-end: 200px !important;
  padding-inline-end: 200px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

/* --------------- opacity classes --------------- */
.op-1 {
  opacity: 0.1;
}

.op-2 {
  opacity: 0.2;
}

.op-3 {
  opacity: 0.3;
}

.op-4 {
  opacity: 0.4;
}

.op-5 {
  opacity: 0.5;
}

.op-6 {
  opacity: 0.6;
}

.op-7 {
  opacity: 0.7;
}

.op-8 {
  opacity: 0.8;
}

.op-9 {
  opacity: 0.9;
}

.op-10 {
  opacity: 1;
}

/* --------------- lineHeight classes --------------- */
.lh-1 {
  line-height: 1 !important;
}

.lh-2 {
  line-height: 1.2 !important;
}

.lh-3 {
  line-height: 1.4 !important;
}

.lh-4 {
  line-height: 1.6 !important;
}

.lh-5 {
  line-height: 1.8 !important;
}

.lh-6 {
  line-height: 2 !important;
}

.lh-7 {
  line-height: 2.5 !important;
}

.lh-8 {
  line-height: 3 !important;
}

/* --------------- border color classes --------------- */
.brd-light {
  border-color: #fff4 !important;
}

.brd-gray {
  border-color: #d9d9d9 !important;
}

.brd-gray2 {
  border-color: #999 !important;
}

/* ---------------  color classes --------------- */
.color-000 {
  color: #000 !important;
}

.color-111 {
  color: #111 !important;
}

.color-222 {
  color: #222 !important;
}

.color-333 {
  color: #333 !important;
}

.color-444 {
  color: #444 !important;
}

.color-555 {
  color: #555 !important;
}

.color-666 {
  color: #666 !important;
}

.color-777 {
  color: #777 !important;
}

.color-888 {
  color: #888 !important;
}

.color-999 {
  color: #999 !important;
}

.color-ccc {
  color: #cccccc !important;
}

.color-fff {
  color: #f2f2f2d1 !important;
}


/* ---------------  bg classes --------------- */
.bg-000 {
  background-color: #000 !important;
}

.bg-111 {
  background-color: #111 !important;
}

.bg-222 {
  background-color: #222 !important;
}

.bg-333 {
  background-color: #333 !important;
}

.bg-444 {
  background-color: #444 !important;
}

.bg-555 {
  background-color: #555 !important;
}

.bg-666 {
  background-color: #666 !important;
}

.bg-777 {
  background-color: #777 !important;
}

.bg-888 {
  background-color: #888 !important;
}

.bg-999 {
  background-color: #999 !important;
}

.bg-ccc {
  background-color: #cccccc !important;
}

.bg-black {
  background-color: #000 !important;
}

.bg-dark1 {
  background-color: #2e2e31 !important;
}

/* --------------- icons size --------------- */
.icon-3 {
  width: 3px;
  height: 3px;
}

.icon-6 {
  width: 6px;
  height: 6px;
}

.icon-8 {
  width: 8px;
  height: 8px;
}

.icon-10 {
  width: 10px;
  height: 10px;
}

.icon-15 {
  width: 15px;
  height: 15px;
}

.icon-20 {
  width: 20px;
  height: 20px;
}

.icon-25 {
  width: 25px;
  height: 25px;
}

.icon-30 {
  width: 30px;
  height: 30px;
}

.icon-35 {
  width: 35px;
  height: 35px;
}

.icon-40 {
  width: 40px;
  height: 40px;
}

.icon-45 {
  width: 45px;
  height: 45px;
}

.icon-50 {
  width: 50px;
  height: 50px;
}

.icon-55 {
  width: 55px;
  height: 55px;
}

.icon-60 {
  width: 60px;
  height: 60px;
}

.icon-65 {
  width: 65px;
  height: 65px;
}

.icon-70 {
  width: 70px;
  height: 70px;
}

.icon-75 {
  width: 75px;
  height: 75px;
}

.icon-80 {
  width: 80px;
  height: 80px;
}

.icon-85 {
  width: 85px;
  height: 85px;
}

.icon-90 {
  width: 90px;
  height: 90px;
}

.icon-95 {
  width: 95px;
  height: 95px;
}

.icon-100 {
  width: 100px;
  height: 100px;
}

.icon-125 {
  width: 125px;
  height: 125px;
}

.icon-150 {
  width: 150px;
  height: 150px;
}

.icon-175 {
  width: 175px;
  height: 175px;
}

.icon-200 {
  width: 200px;
  height: 200px;
}

/* --------------- img classes --------------- */
.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: inherit;
}

.img-contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: inherit;
}

.imgrotate-scale-hover {
  overflow: hidden;
}

.imgrotate-scale-hover img {
  -webkit-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}

.imgrotate-scale-hover:hover img {
  -webkit-transform: rotate(-10deg) scale(1.2);
  -ms-transform: rotate(-10deg) scale(1.2);
  transform: rotate(-10deg) scale(1.2);
}

/* --------------- height classes --------------- */
.th-10 {
  height: 10px !important;
}

.th-20 {
  height: 20px !important;
}

.th-30 {
  height: 30px !important;
}

.th-40 {
  height: 40px !important;
}

.th-50 {
  height: 50px !important;
}

.th-60 {
  height: 60px !important;
}

.th-70 {
  height: 70px !important;
}

.th-80 {
  height: 80px !important;
}

.th-90 {
  height: 90px !important;
}

.th-100 {
  height: 100px !important;
}

.th-120 {
  height: 120px !important;
}

.th-140 {
  height: 140px !important;
}

.th-160 {
  height: 160px !important;
}

.th-180 {
  height: 180px !important;
}

.th-200 {
  height: 200px !important;
}

.th-230 {
  height: 230px !important;
}

.th-250 {
  height: 250px !important;
}

.th-280 {
  height: 280px !important;
}

.th-300 {
  height: 300px !important;
}

.th-330 {
  height: 330px !important;
}

.th-350 {
  height: 350px !important;
}

.th-380 {
  height: 380px !important;
}

.th-400 {
  height: 400px !important;
}

.th-425 {
  height: 425px !important;
}

.th-450 {
  height: 450px !important;
}

.th-475 {
  height: 475px !important;
}

.th-500 {
  height: 500px !important;
}

.th-525 {
  height: 525px !important;
}

.th-550 {
  height: 550px !important;
}

.th-575 {
  height: 575px !important;
}

.th-600 {
  height: 600px !important;
}

.th-650 {
  height: 650px !important;
}

.th-700 {
  height: 700px !important;
}

.th-750 {
  height: 750px !important;
}

.th-800 {
  height: 800px !important;
}

.th-900 {
  height: 900px !important;
}

.th-1000 {
  height: 1000px !important;
}

/* --------------- letter spacing classes --------------- */
.ltspc-0 {
  letter-spacing: 0 !important;
}

.ltspc-1 {
  letter-spacing: 1px !important;
}

.ltspc-2 {
  letter-spacing: 2px !important;
}

.ltspc-3 {
  letter-spacing: 3px !important;
}

.ltspc-4 {
  letter-spacing: 4px !important;
}

.ltspc-5 {
  letter-spacing: 5px !important;
}

.ltspc-8 {
  letter-spacing: 8px !important;
}

.ltspc-10 {
  letter-spacing: 10px !important;
}

.ltspc-12 {
  letter-spacing: 12px !important;
}

.ltspc-15 {
  letter-spacing: 15px !important;
}

.ltspc-17 {
  letter-spacing: 17px !important;
}

.ltspc-20 {
  letter-spacing: 20px !important;
}

.ltspc--1 {
  letter-spacing: -1px !important;
}

.ltspc--2 {
  letter-spacing: -2px !important;
}

.ltspc--3 {
  letter-spacing: -3px !important;
}

.fsz-10 {
  font-size: 10px !important;
}

.fsz-11 {
  font-size: 11px !important;
}

.fsz-12 {
  font-size: 12px !important;
}

.fsz-13 {
  font-size: 13px !important;
}

.fsz-14 {
  font-size: 14px !important;
}

.fsz-15 {
  font-size: 15px !important;
}

.fsz-16 {
  font-size: 16px !important;
}

.fsz-17 {
  font-size: 17px !important;
}

.fsz-18 {
  font-size: 18px !important;
}

.fsz-19 {
  font-size: 19px !important;
}

.fsz-20 {
  font-size: 20px !important;
}

.fsz-21 {
  font-size: 21px !important;
}

.fsz-22 {
  font-size: 22px !important;
}

.fsz-23 {
  font-size: 23px !important;
}

.fsz-24 {
  font-size: 24px !important;
}

.fsz-25 {
  font-size: 25px !important;
}

.fsz-26 {
  font-size: 26px !important;
}

.fsz-27 {
  font-size: 27px !important;
}

.fsz-28 {
  font-size: 28px !important;
}

.fsz-29 {
  font-size: 29px !important;
}

.fsz-30 {
  font-size: 30px !important;
}

.fsz-35 {
  font-size: 35px !important;
}

.fsz-40 {
  font-size: 40px !important;
}

.fsz-45 {
  font-size: 45px !important;
}

.fsz-50 {
  font-size: 50px !important;
}

.fsz-55 {
  font-size: 55px !important;
}

.fsz-60 {
  font-size: 60px !important;
}

.fsz-65 {
  font-size: 65px !important;
}

.fsz-70 {
  font-size: 70px !important;
}

.fsz-75 {
  font-size: 75px !important;
}

.fsz-80 {
  font-size: 80px !important;
}

.fsz-85 {
  font-size: 85px !important;
}

.fsz-90 {
  font-size: 90px !important;
}

.fsz-95 {
  font-size: 95px !important;
}

.fsz-100 {
  font-size: 100px !important;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.znd1 {
  z-index: 1;
}

.znd2 {
  z-index: 2;
}

.znd3 {
  z-index: 3;
}

.znd4 {
  z-index: 4;
}

.znd5 {
  z-index: 5;
}

.znd6 {
  z-index: 6;
}

.znd7 {
  z-index: 7;
}

.znd8 {
  z-index: 8;
}

.znd9 {
  z-index: 9;
}

.znd10 {
  z-index: 10;
}

.znd25 {
  z-index: 25;
}

.znd50 {
  z-index: 50;
}

.znd75 {
  z-index: 75;
}

.znd100 {
  z-index: 100;
}

.znd200 {
  z-index: 200;
}

.tr-delay1 {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.tr-delay2 {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.tr-delay3 {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.tr-delay4 {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.tr-delay5 {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.hover-underline:hover {
  text-decoration: underline !important;
}

.hover-white:hover {
  color: #fff;
}

.hover-white:hover * {
  color: #fff;
}

/* ========= [ * buttons ]  =========*/
/* --------------- buttons style --------------- */
.butn {
  padding: 15px 30px;
  position: relative;
  background-color: #222;
  color: #fff !important;
  font-weight: 500;
  border-radius: 10px;
  border: none;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  z-index: 1;
  border: none !important;
}

.butn::before,
.butn::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #848484;
    transition: transform 0.4s ease-in-out;
    z-index: -1;
}

.butn::before { transform: translateY(-100%); }
.butn::after { transform: translateY(100%); }


.butn:hover {
    color: #222 !important;
}

.butn:hover::before { transform: translateY(0); }
.butn:hover::after { transform: translateY(0); }


.butn.md-butn {
  padding: 10px 25px;
}
.btn.md-butn {
  padding: 15px 30px;
  border-radius: 10px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}
.inq_btn {
  border-radius: 10px;
}


/* ========= [ * variable ]  =========*/
/* --------------- variable --------------- */
:root {
  --color-blue1: #4b3ec4;
  --color-orange1: #FF481F;
  --color-yellow1: #FF9900;
  --color-green1: #689210;
  --color-brown1: #848484;
  --color-brown2: #848484;
  --color-light1: #eff3f6;
}

.color-blue1 {
  color: var(--color-blue1) !important;
}

.bg-blue1 {
  background: var(--color-blue1) !important;
}

.border-blue1 {
  border-color: var(--color-blue1) !important;
}

.hover-blue1:hover {
  color: var(--color-blue1) !important;
}

.hover-bg-blue1:hover {
  background: var(--color-blue1) !important;
  border-color: var(--color-blue1) !important;
  color: #fff !important;
}

.hover-bg-blue1:hover * {
  color: #fff !important;
}

.color-orange1 {
  color: var(--color-orange1) !important;
}

.bg-orange1 {
  background: var(--color-orange1) !important;
}

.border-orange1 {
  border-color: var(--color-orange1) !important;
}

.hover-orange1:hover {
  color: var(--color-orange1) !important;
}

.hover-bg-orange1:hover {
  border-color: var(--color-orange1) !important;
  background: var(--color-orange1) !important;
  color: #fff !important;
}

.hover-bg-orange1:hover * {
  color: #fff !important;
}

.color-yellow1 {
  color: var(--color-yellow1) !important;
}

.bg-yellow1 {
  background: var(--color-yellow1) !important;
}

.border-yellow1 {
  border-color: var(--color-yellow1) !important;
}

.hover-yellow1:hover {
  color: var(--color-yellow1) !important;
}

.hover-bg-yellow1:hover {
  background: var(--color-yellow1) !important;
  border-color: var(--color-yellow1) !important;
  color: #fff;
}

.hover-bg-yellow1:hover * {
  color: #fff !important;
}

.color-green1 {
  color: var(--color-green1) !important;
}

.bg-green1 {
  background: var(--color-green1) !important;
}

.border-green1 {
  border-color: var(--color-green1) !important;
}

.hover-green1:hover {
  color: var(--color-green1) !important;
}

.hover-bg-green1:hover {
  background: var(--color-green1) !important;
  border-color: var(--color-green1) !important;
  color: #fff;
}

.hover-bg-green1:hover * {
  color: #fff !important;
}

.color-brown1 {
  color: var(--color-brown1) !important;
}

.bg-brown1 {
  background: var(--color-brown1) !important;
}

.border-brown1 {
  border-color: var(--color-brown1) !important;
}

.hover-brown1:hover {
  color: var(--color-brown1) !important;
}

.hover-bg-brown1:hover {
  background: var(--color-brown1) !important;
  border-color: var(--color-brown1) !important;
  color: #fff;
}

.hover-bg-brown1:hover * {
  color: #fff !important;
}

.color-brown2 {
  color: var(--color-brown2) !important;
}

.bg-brown2 {
  background: var(--color-brown2) !important;
}

.border-brown2 {
  border-color: var(--color-brown2) !important;
}

.hover-brown2:hover {
  color: var(--color-brown2) !important;
}

.hover-bg-brown2:hover {
  background: var(--color-brown2) !important;
  border-color: var(--color-brown2) !important;
  color: #fff;
}

.hover-bg-brown2:hover * {
  color: #fff !important;
}

.hover-white:hover {
  color: #fff !important;
}

.hover-bg-white:hover {
  background-color: #fff !important;
  color: #000 !important;
}

.hover-bg-white:hover * {
  color: #000;
}

.hover-black:hover {
  color: #000 !important;
}

.hover-bg-black:hover {
  background-color: #FFF !important;
  border-color: #FFF !important;
  color: #222 !important;
}

.hover-bg-black:hover * {
  color: #222;
}

/* .inq_btn:hover {
  background-color: #000 !important;
  color: #fff !important;
} */

/* 4/03/2025 css start*/

/* mega-menu css */

.nav-item.dropdown {
  position: static;
}

.navbar .mega-menu {
  width: 100%;
  position: absolute;
  left: 0;
  padding: 30px 30px !important;
  overflow: hidden;
}

.img-mega-menu {
  height: 350px;
}

.img-mega-menu img {
  height: 100%;
  object-fit: cover;
}

.navbar .dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  color: #222;
  background: #fff;
  min-width: 255px;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.nav-item.dropdown:hover .dropdown-menu.mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mega-menu .col-menu li {
  margin-bottom: 16px;
}
.col-menu.columns-2{
  columns: 2;
}

.mega-menu .col-menu li:last-child {
  margin-bottom: 0;
}

.header-new .nav-link {
  font-size: 15px;
}

.mega-menu li a {
  font-size: 16px;
  font-weight: 500;
}

.foot-info li a {
  font-size: 16px;
  margin-bottom: 10px;
}

.foot-info li:hover a {
  color: #848484;
}

.ft-footer {
  font-size: 18px;
  font-weight: 600 !important;
  line-height: 32px;
  margin-bottom: 10px;
}

.column-2 {
  columns: 2;
}

.bg-black-111-new {
  background-color: #fff;
  color: #222;
}

.bg-black-111-new h2 {
  color: #222;
}

.bg-black-1111-new {
  color: #222 !important;
  background-color: #fff !important;
}

.bg-black-1111-new::after {
  background-color: #fff !important;
}

.bg-black-1111-new h2 {
  color: #222 !important;
}

.tc-about-style5.bg-black-1111-new .lg-txt {
  color: #8484842e !important;
  -webkit-text-stroke: 0 !important;
}

.goog-te-gadget {
  position: absolute;
  right: -50px;
  top: 0;
  opacity: 0;
}

.google_box i {
  font-size: 20px;

}

.cat-card-2 {
  display: block;
  margin-bottom: 20px;
}

.cat-card-2 .inner-box {
  padding: 20px;
  transition: all 0.5s ease;
}

.cat-card-2 .inner-box .info {
  margin-top: 25px;

}

.cat-card-2 .inner-box .info h3 {
  color: #222;
  text-align: center;
}

.cat-card-2 .inner-box:hover {
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08);
  background-color: #fff;
}

.cat-card-2 .inner-box .img {
  display: block;
  /* Ensures it's a block-level element */
  transition: transform 0.5s ease;
  /* Adds smooth animation */
  transform-style: preserve-3d;
  /* Ensures 3D transformations */
  backface-visibility: hidden;
  /* Prevents back-face visibility issue */
  display: flex;
  align-items: center;
  justify-content: center;
}

.cat-card-2 .inner-box .img img {
  border-radius: 50%;
  max-width: 120px;
  max-height: 120px;
  object-fit: cover;
}

/* .cat-card-2 .inner-box:hover .img img {
  transform: rotateY(180deg);
} */
.bg-white-FFF {
  background-color: #fff;
}

.bg-white-FFF h2 {
  color: #222;
}

.collection-slider.tc-location-style5 .location-slider .slider-card {
  height: 900px !important;
  padding: 100px 0 !important;
}

.collection-slider.tc-location-style5 .location-slider .slider-card .content .info {
  /* height:600px; */
  background-color: rgb(0, 0, 0, 60%);
  padding: 30px;
}

.collection-slider.tc-location-style5 .location-slider .slider-card .content .info p {
  color: #fff;
  margin-top: 40px;
}

.collection-slider .num-cont p {
  text-align: justify !important;
}

.tc-navbar-style6 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.product-img-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  display: inline-block;
  margin-right: 20px;
  flex-shrink: 0;
}

.product-img-circle img.img-fluid {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #e2e2e2;
}

.info .info-cnt p {
  font-size: 18px;
  text-align: justify;
  margin-top: 20px;
}

.info h3 {
  font-weight: 400;
}

.tc-banners-style6 .banners .banner-card .info h2 {
  font-size: 72px;
  line-height: 45px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}

p.sub-cnt.mx-1000 {
  max-width: 1000px;
  margin: auto;
}

.bg-white-FFF p {
  color: #222;
}

.sub-cnt {
  font-weight: 400;
  text-transform: none;
}

.mx-1000-m {
  max-width: 1020px;
}

.navbar .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.nav-end-btn {
  display: flex;
  align-items: center;
  gap: 18px;
}

.btn {
  padding: 8px 20px;
  transition: all 0.2s ease-in-out;
  position: relative;
  font-weight: 500;
  overflow: hidden;
  background-color: #848484;
  border: none;
  color: #fff;
  z-index: 1;
  display: inline-block;
}

.btn:before,
.btn:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    transition: transform 0.4s ease-in-out;  
    z-index: -1;
}

.btn::before { transform: translateY(-100%); }
.btn::after { transform: translateY(100%); }
.btn:hover {
    color: #fff !important;
}
.btn:hover::before { transform: translateY(0); }
.btn:hover::after { transform: translateY(0); }



.tc-location-style5 .location-slider .arrows .swiper-button-prev.btn-prev-two {
  height: 50px;
  width: 50px;
}

.tc-location-style5 .location-slider .arrows .swiper-button-prev.btn-prev-two::after {
  font-size: 15px;
}

.tc-location-style5 .location-slider .arrows .swiper-button-next.btn-next-two {
  height: 50px;
  width: 50px;
}

.tc-location-style5 .location-slider .arrows .swiper-button-next.btn-next-two::after {
  font-size: 15px;
}

.tc-location-style5 .location-slider .arrows.arrows-two {
  bottom: 100px !important;
}

.google_box {
  position: relative;
  line-height: 20px;
  padding-top: 4px;
}

.mega-menu-size p {
  font-size: 18px;
  margin: 10px 0 0;
  cursor: pointer;
}

.sixtwelve-size {
  width: 120px;
  height: 60px;
  border: 2px solid #848484;
}

.sixsix {
  width: 60px;
  height: 60px;
  border: 2px solid #848484;
}

.sixthree {
  width: 60px;
  height: 30px;
  border: 2px solid #848484;
}
.sixthreetwo{
  width: 30px;
  height: 60px;
  border: 2px solid #848484;
}

.product-menu {
  display: flex;
  align-items: center;
}

.clr-light {
  color: #ee9980;
}

.tile-feature-sec.tc-services-style5 .services .service-card {
  padding: 20px;
}

.goog-te-gadget {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
}

.goog-te-gadget {
  font-family: arial;
  font-size: 11px;
  color: #666;
  white-space: nowrap;
  width: 55px;
}

.goog-te-combo {
  width: 55px;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
  border: none;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #e9ecef;
}

.bg-black-1111-new .color-brown1 {
  color: #848484 !important;
}

.tc-services-style5 .services .service-card .info h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 500;
  color: #222;
}

.cont h3 {
  font-weight: 400;
}

.product-menu,
.clr-light {
  transition: 0.5s ease;
}

.product-menu:hover .clr-light {
  color: #000;
}

.google_box .kl-cart-button {
  line-height: 20px;

}

.header-new {
  transition: all 0.5s ease;
}

.tc-navbar-style6 .dropdown a:hover {
  color: #222;
}

.tc-navbar-style6 .mega-menu a:hover {
  color: #848484;
}

.tc-navbar-style6 {
  position: fixed !important;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.inq_box a:hover {
  border-color: #fff !important;
}

.text-justify {
  text-align: justify;
}

ul.col-menu.ft-logo {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

ul.col-menu.ft-logo li {
  width: 12%;
}

.navbar-expand-xl .navbar-nav {
  gap: 12px;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
}


/*8-3-25*/

.page-header li.breadcrumb-item a {
  color: rgb(255 255 255 / 71%);
}

.page-header {
  min-height: 400px;
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  display: flex;
  align-items: center;
}

.breadcrumb>.active {
  color: #fff !important;
}

.header-new {
  position: relative;
  /* Keep relative if necessary */
  display: flex;
  /* Ensures it expands with children */
  flex-direction: column;
  /* Stack elements vertically */
  width: 100%;
}

.intro-imgs .cont {
  padding: 0 60px;
}

.intro-imgs .cnt-inner p {
  text-align: justify;
  margin-bottom: 16px;
}

.header-new .nav-item .nav-link {
  color: #222;
  font-size: 16px;
  cursor: pointer;
}

ul.col-menu.ft-logo img {
  filter: invert(1);
}

.tile-feature-sec {
  background-color: #84848412;
  padding: 100px 0;
}

.tile-feature-sec.tc-services-style5 .services .service-card:hover {
  border-color: #848484;
}

.foot_b:hover {
  color: #848484;
}

/*10-03-2025*/
.page-header {
  position: relative;
}

.page-header::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.sec-img .expr-box {
  display: inline-block;
  border: 5px solid #fff;
  padding: 30px 60px 30px 30px;
  color: #fff;
}

.text-u {
  text-transform: uppercase !important;
}

.sec-img .expr-box .big-p {
  position: relative;
  display: inline-block;
  z-index: 3;
  font-weight: 600;
}

.sec-img .expr-box .big-p:after {
  content: '';
  position: absolute;
  top: -10px;
  right: -20px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #848484;
  opacity: .5;
  z-index: -1;
}

.sec-img {
  position: relative;
}

.sec-img::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.serv-box .serv-item {
  padding: 0 30px 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: 0.5s ease-in-out;
  height: 100%;
  position: relative;
}

.icon-img-60 {
  width: 100px;
  margin-top: -40px;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #848484;
  padding: 10px 20px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  margin-bottom: 24px;
}

.bord-thin-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.call-action-img .sec-bg-img {
  height: 340px;
  width: 100%;
  position: relative;
  margin-top: -120px;
}

.call-action-img .sec-lg-head {
  position: relative;
  /* padding:  40px;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
}
.call-action-img .sec-lg-head h2 , .call-action-img .sec-lg-head p{
  color: #222;
}
.ontop {
  position: relative;
  z-index: 99;
}

.butn-circle {
  width: 160px;
  height: 160px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.call-action-img .sec-lg-head:after {
  /* content: ''; */
  position: absolute;
  top: 0;
  right: 0;
  width: 400%;
  height: 100%;
  background: #fff;
  border: 1px solid #e2e2e2;
 
  /* box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px; */
}
.call-action-img{
  position: relative;
}
/* .call-action-img::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
} */
.butn-circle span{
  color: #fff !important;
  font-weight: 500;
}
.butn-circle:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #848484;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  z-index: -1;
  background-color: #848484;
  color: #fff;
font-weight: 500;
}
.butn-circle:hover::before{
  background-color: #222;
  color: #fff;
  border: 1px solid #222;
}
/* .btn:hover {
  background-color: #222 !important;
  color: #fff !important;
  border-color: #222 !important;
} */

.sec-margin {
  margin-top: 100px;
  margin-bottom: 100px;
}

.butn-circle:hover &::before {
  background-color: #848484;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #fff;
}

.tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.8);
  /* White dots */
  width: 14px;
  height: 14px;
  margin: 0 5px;
}

.swiper-pagination-bullet-active {
  background-color: #848484;
  /* Orange active dot */
  transform: scale(1.4);
}

.demo {
  display: flex;
  flex-wrap: wrap;
}

.semo-inner {
  width: 10%;
  text-align: center;
}



.cont p {
  text-align: justify;
}

.main-content .icon {
  color: #848484;
}

.para-title {
  color: #222;
  border-bottom: 1px solid #222;
}

.main_link {
  display: flex;
  align-items: center;
  gap: 8px;
}

.whatsappicon {
  position: fixed;
  bottom: 10px;
  left: 20px;
  width: 50px;
  height: 50px;
  z-index: 9999;
}

.whatsappicon img {
  max-width: 80%;
}

.tableimg {
  width: 60px;
  margin-right: 15px;
}

#notification {
  position: fixed;
  bottom: 65px;
  left: 20px;
  z-index: 9999;
  border-color: #0062cc;
  background-color: #fff;
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.5);
  border-radius: 5px;
  width: 290px;
  height: auto;
  padding: 20px;
}

#notification p {
  /* text-align: justify; */
  color: #000;
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 16px;
}

#notification a {
  color: #000 !important;
  font-weight: 700;
}

#notification table td {
  padding: 10px 0 10px 10px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 22px;
}

/*12-03-2025*/
.cata-sec {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cata-sec .cata-block {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
}
.col-lg-4:last-child .cata-block {
  margin-bottom: 0;
}


.cata-sec .info {
  padding: 20px 20px;
}

.cata-sec .info .cont i {
  padding-right: 4px;

}

.cata-img {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.cata-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  /* Dark overlay */
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

.view {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
  color: #888 !important;
  padding: 10px;
  font-size: 16px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  z-index: 99;
  display: inline-flex;
  border-radius: 2px;
}

.view a {
  color: #888;
}

.cata-img:hover::after {
  opacity: 1;
}

.cata-img:hover .view {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.2);
  /* Slight zoom effect */
}

.about-intro .imgs .img2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  border-top: 7px solid #f1f3f5;
  border-left: 7px solid #f1f3f5;
}

.about-intro .imgs .img1 img {
  position: relative;
  top: -30px;
}

.o-hidden {
  overflow: hidden;
}

.about-intro .imgs {
  position: relative;
}

.about-intro .imgs .img1 {
  width: 70%;
}

.expo-point {
  list-style: none;
  margin-top: 30px !important;
}

.expo-point li {
  font-size: 18px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

.expo-point li i {
  color: #848484;
  /* Adjust icon color to match your theme */
  margin-right: 10px;
}

.process-box h3 {
  font-size: 17px;
  margin-top: 10px;
  line-height: 24px;
  font-weight: 500;
}

.process-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  position: relative;
  padding: 10px;
  transition: all 0.5s;
  margin-bottom: 30px;
  border-left-color: #e2e2e2 !important;
  border: 1px dashed transparent;
}

.process-circle img {
  object-fit: contain;
}

.process-circle {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
  border: 1px solid #e2e2e2;
}

.process-box:hover {
  border: 1px solid;
  border-color: rgba(239, 155, 129, 0.425) !important;
  border-left-color: rgba(239, 155, 129, 0.425) !important;
  margin-right: 20px;
}

#chartdiv {
  width: 100%;
  height: 700px;
}
.blog-modern .item {
  padding-right: 60px;
  margin-bottom: 24px;
}
.blog-modern .item:hover .cont h3{
  color: #848484;
}
.blog-modern .item .img {
  position: relative;
}
.blog-modern .item .img .date {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  top: 60px;
  right: -70px;
  -webkit-transform: rotate(-90deg) translateX(-50%) translateY(100%);
  -ms-transform: rotate(-90deg) translateX(-50%) translateY(100%);
  transform: rotate(-90deg) translateX(-50%) translateY(100%);
  opacity: .9;
  font-weight: 500;

}
.blog-modern .item .img .date:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -70px;
  width: 50px;
  border-bottom: 1px solid #cecece;
}
.blog-modern h3{
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}
.sub-title {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-flex;
}
.blog-modern
.img img {
  transition: transform 0.4s ease-in-out;
}

.blog-modern .img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.blog-modern .img-iner{
  overflow: hidden;
}
.blog-modern .date {
  position: absolute;
  right: -50px;
  top: 10px;
  background: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  color: #333;
  transition: right 0.4s ease-in-out;
}
.blog-modern .cont {
  transition: transform 0.3s ease-in-out;
}
.blog-modern .sub-title i {
  display: inline-block;
  transform: translateX(0);
  transition: transform 0.3s ease-in-out;
}

/* Hover Effects */
.item:hover .img img {
  transform: scale(1.1);
}

.item:hover .img::after {
  opacity: 1;
}

.item:hover .date {
  right: 10px;
}

.item:hover .sub-title i {
  transform: translateX(5px);
}
.widget .recent-news .thumb img {
  min-width: 80px;
  width: 80px;
  border: 1px solid #e2e2e2;
}
.entry-header p{
  line-height: 20px;
}
.entry-title-new {
  font-size: 22px;
  line-height: 28px;
}
.blog-post .inner-post p{
  text-align: justify;
}
.recent-news .thumb{
  margin-right: 10px;
}
.date-event{
  margin-top: 10px;
  color: #727272;
}
.form-control:focus {
  background-color: #fff;
}
.tile-calc-section label{
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}
.contact-form label{
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}
.calc-inner {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  padding: 30px;
}

.calc-box h2 {
  font-size: 24px;
  font-weight: 600;
  color: #222;
}
.brdr-right-1{
  border-right: 1px solid #e2e2e2;
}
.contact-item {
  padding: 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  height: 100%;
}
.contact-item:hover {
  transform: translateY(-5px);
}
.contact-item i{

  padding-right: 8px;
}
.table>:not(:last-child)>:last-child>*{
  border-color: #dee2e6;
}
.app-list-sec .list-app-cnt .list-txt{
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 30px;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 30px;
}
.app-list-sec .list-app-cnt .list-txt svg{
  margin-right: 14px;
}
.collection-filter .form-select.form-control{
  font-weight: 500;
}
.collection-filter .form-select.form-control:focus{
 border-color: #848484;
}
.collection-filter .form-select.form-control option{
  color: #000;
  background-color: #fff;
 }
 .collection-filter .info{
  padding-top: 15px;
 }
 .collection-filter .border-end{
  border-right: 1px solid #848484 !important;
 }
 .page-header li.breadcrumb-item {
  color: rgb(255 255 255 / 71%);
}

.serv-box .serv-item:hover{
  border-color: #848484;
}

 .acc-list-top .swiper-slide {
  opacity: 0.3;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transform: scale(0.9);
}
.acc-list-top .swiper-slide-active {
  opacity: 1;
  transform: scale(1.02);
}

.flawless .swiper-button-next:after, .flawless .swiper-button-prev:after {
  color: #ffffff;
  font-size: 14px !important;
  transition: 0.5s ease-in-out;
}
.flawless {
  position: relative;
}
.flawless .swiper-button-next,.flawless .swiper-button-prev{
  width: 40px;
  height: 40px;
  background-color: rgb(0, 0, 0);
  transition: 0.5s ease;

  border-radius: 50%;
}
.flawless .swiper-button-next:hover , .flawless .swiper-button-prev:hover{
  background-color: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.flawless .swiper-button-next:hover::after , .flawless .swiper-button-prev:hover::after{
  color: #000;
}
.color-options {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 3 colors per row */
  gap: 10px;
  margin-top: 10px;
  justify-content: start;
  align-items: center;
}

.color-radio {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  border: 2px solid transparent; /* Default no border */
  transition: all 0.3s ease-in-out;
}

/* Hide the default radio button */
.color-radio input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* Custom inner selection indicator */
.color-radio span {
  width: 12px;
  height: 12px;
  background-color: transparent;
  border-radius: 50%;
  display: none;
}

/* Highlight the selected color */
.color-radio input:checked + span {
  display: block;
  background-color: white;
  border: 1px solid #e2e2e2;
  position: absolute;
}

/* Properly aligned black border when selected */
.color-radio input:checked::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border: 2px solid black;
  border-radius: 50%;
  top: -4px;
  left: -4px;
}
.left-filter .close{
  border: none;
  background: none;
}
/* Left Filter Section */
.left-filter {
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
}

.left-filter .title {
  font-size: 20px;
  color: #222;
  font-weight: 500;
}

.left-filter .close {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #777;
  transition: color 0.3s ease-in-out;
}
.left-filter .form-check{
  padding-left: 0;
}
.left-filter .close:hover {
  color: #000;
}

.form-check {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  position: relative;
}

.form-check-input {
  display: none; 
}

.form-check-label {
  font-size: 15px;
  color: #222;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
  padding-left: 30px;
  position: relative;
}

/*.form-check-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background-color: #ddd;
  transition: all 0.3s ease-in-out;
}
.form-check-input:checked + .form-check-label::before {
  background-color: #848484;
  border: 2px solid #848484;
}
.form-check-input:checked + .form-check-label::after {
  content: "✔";
  position: absolute;
  left: 4px;
  top: 1px;
  font-size: 14px;
  color: white;
  font-weight: bold;
}*/
.left-filter > div {
  margin-bottom: 20px;
}
.color-options {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin-top: 10px;
  justify-content: start;
  align-items: center;
}
.color-radio {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.color-radio input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.color-radio span {
  width: 12px;
  height: 12px;
  background-color: transparent;
  border-radius: 50%;
  display: none;
}
.color-radio input:checked + span {
  display: block;
  background-color: white;
  position: absolute;
}
.color-radio input:checked::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border: 2px solid #848484;
  border-radius: 50%;
  top: -5px;
  left: -5px;
}
.img-h{
  object-fit: cover;
  border: 1px solid #e2e2e2;
}
.post-card a{
  display: block;
}
.product-related .border-end{
  border-right: 1px solid #848484 !important;
}
.post-card .info{
  padding-top: 15px;
}
.right-part-img .info{
  text-align: left;
}
.post-card {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.post-card img {
  width: 100%;
  display: block;
  transition: all 0.4s ease-in-out;
}
.post-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.5) 100%);
  transition: all 0.4s ease-in-out;
}
.post-card:hover::before {
  left: 100%;
}
/* Initially Hide Extra Items */
.hidden-items {
  display: none;
}

/* Button Styling */
.show-more-btn {
  background: none;
  border: none;
  color: #848484;
  font-weight: 500;
  cursor: pointer;
}

.show-more-btn:hover {
  text-decoration: underline;
}
.mySwiper{
  margin-top: 10px;
}

.collection-detail .swiper-button-next:after, .collection-detail .swiper-button-prev:after{
  font-size: 22px !important;
}
.copy-brder-top{
  border-top: 1px solid #f2f2f2;
}
 .item-event{
  border: 1px solid #f5f5f5;
  transition: all 0.5s ease;
  position: relative;
  margin-bottom: 24px;
}
.item-event .cont{
  padding: 20px;
}
.item-event:hover{
  box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
}

.certificate-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 250%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.15) 100%);
  transform: skewX(-20deg);
  opacity: 0.2;
}

.certificate-inner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 10px;
  transform: scale(1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  background: #fff;
}
.certificate-inner img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  filter: brightness(1) contrast(1.1);
  transition: transform 0.4s ease-in-out, filter 0.3s ease-in-out;
}

.certificate-inner:hover {
  transform: scale(1.05) rotateX(6deg) rotateY(-6deg);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
.best-selling-content {
  background-color: #fff;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  padding: 30px;
  margin-right: -500px;
  z-index: 3;
  margin-top: 50px;
  position: relative;
}
.feature-sec{
  background-color: #f6f6f6;
}
/* .feature-sec .feature-inner{
  border: 1px solid #afafaf;
  padding: 20px 10px;
  height: 100%;
} */
.feature-sec .circle-box img{
  width: 80px;
}
.prev-product{
  position: relative;
}
.prev-product img{
  object-fit: contain;
  height: 560px;
  border: 1px solid #f6f6f6;
}
.prev-product .img-product{
  position: relative;
}
.prev-product .img-product::after{
  content: '';
  position: absolute;
  top: -30px;
  right: -30px;
  bottom: 0;
  width: 20%;
  height: 100%;
  background-color: #f6f6f6;
  z-index: -1;
}
.prev-product .img-product::before{
  content: '';
  position: absolute;
  left: -30px;
  bottom: -30px;
  width: 20%;
  height: 20%;
  background-color: #f6f6f6;
  z-index: -1;
}
.sec-pading-70{
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
}

/* @media (max-width: 1600px) {
  .semo-inner {
    width: 14.28%;
    text-align: center;
  } 
} */

@media (max-width: 1500px) {
  .navbar-expand-xl .navbar-nav {
    gap: 6px;
  }

  .tc-navbar-style6 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media (max-width: 1400px) {
  .btn {
    padding: 8px 10px;
    font-size: 14px;
  }

  /* .semo-inner {
    width: 20%;
  } */

}

@media (max-width: 1350px) {
  .tc-navbar-style6 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media (max-width: 1200px) {
  .tc-navbar-style6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  ul.col-menu.ft-logo li {
    width: 22%;
  }

  ul.col-menu.ft-logo {
    justify-content: center;
  }


}

@media (max-width: 1199px) {
  .navbar .dropdown-menu.show {
    display: block;
  }

  .navbar .dropdown-menu {
    display: none;
  }

  /* .semo-inner {
    width: 25%;
  } */
}

@media (max-width: 1100px) {
  .header-new .nav-item .nav-link {
    font-size: 14px;
  }
}

@media screen and (max-width: 992px) {


  .tc-header-style6 .header-slider .slide-card .content .info .float-arrow {
    width: 80px !important;
    height: 80px !important;
    font-size: 40px !important;
    margin: 80px auto 0 !important;
  }

  .tc-header-style6 .arrows {
    bottom: 40px !important;
  }

  .tc-about-style5 .float_img {
    display: none;
  }

  .tc-categories-style6 {
    position: relative;
    padding: 80px 0 !important;
  }

  .home-style5 .fsz-30 {
    font-size: 24px !important;
    line-height: 34px !important;
}

  .tc-blog-style5 .main-post .info .date {
    margin-inline-end: 10px;
  }

  .tc-blog-style5 .main-post .info .date .numb {
    font-size: 35px;
    line-height: 40px;
  }

  .tc-blog-style5 .sub-posts .more-link {
    bottom: unset;
  }

  .collection-slider.tc-location-style5 .location-slider .slider-card .content .info {
    height: 400px;
  }

  .tc-location-style5 .location-slider .slider-card .content .info h2 {
    margin-top: 10px;
  }

  .tc-location-style5 .location-slider .slider-card {
    min-height: unset;
  }

}

@media screen and (max-width: 991px) {
  .navbar-collapse.show {
    height: 100vh !important;
    overflow: scroll;
    padding-bottom: 120px;
    padding-top: 30px;
    transition: 0.5s ease-in-out;
  }

  .navbar-collapse {
    transition: 0.5s ease-in-out;
    height: 0 !important;
  }

  .tile-feature-sec {
    padding: 80px 0;
  }

  .cata-sec {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .tc-header-style6 .header-slider .slide-card {
    height: 700px !important;
    min-height: 700px !important;
  }

  .tc-header-style6 .header-slider .slide-card .content {
    height: 700px;
    display: flex;
    padding-top: 0;
    align-items: center;
  }

  .collection-slider.tc-location-style5 .location-slider .slider-card {
    height: 600px !important;
    padding: 60px 0 !important;
  }

  .collection-slider.tc-location-style5 .location-slider .slider-card .content .info p {
    margin-top: 20px;
  }

  .tc-location-style5 .location-slider .slider-card .content .info .number {
    margin-bottom: 20px;
  }

  .content .num-cont a.mt-50 {
    margin-top: 20px !important;
  }

  .tc-about-style5 .content .main-content .img img {
    object-fit: cover;
  }

  .sec-margin {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .main-post img {
    height: 400px;
    object-fit: contain;
  }

  .tc-banners-style6 .banners {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .tc-blog-style5 .row .col-lg-6:first-of-type {
    border-inline-end: none;
}
.serv-box .serv-item {
  padding: 0 30px 30px;
  margin-bottom: 60px;
height: auto;
}
.section-padding {
  padding: 80px 0;
}
.call-action-img .sec-lg-head {
  position: relative;
  padding: 60px;
}
.brdr-right-1{
  border-right: 0;
}
.contact-item{
  height: auto;
}
.machinry-sec-in{
  flex-direction: column-reverse;
}
  .semo-inner {
    width: 14.28%;
    text-align: center;
  }
  .left-filter .title {
    font-size: 18px;
}
.best-selling-content {
  margin-right: 0;
  margin-top: 30px;
}
.prev-product img{
  height: auto;
}
}

@media (max-width: 768px) {
  .get-quote-text {
    font-size: 14px;
  }

  .btn {
    font-size: 13px;
    padding: 5px;
  }

  .tc-header-style6 .header-slider .slide-card {
    height: 500px !important;
    min-height: 500px !important;
  }

  .tc-header-style6 .header-slider .slide-card .content .info .float-arrow {
    width: 50px !important;
    height: 50px !important;
    font-size: 20px !important;
    margin: 10px auto 0 !important;
  }

  .tc-header-style6 .floating-contact {
    bottom: 45px;
  }

  .tc-header-style6 .header-slider .slide-card .content .info h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .tc-header-style6 .arrows {
    bottom: 15px !important;
  }

  .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner .acc-body .float-arrow {
    width: 50px !important;
    height: 50px !important;
    font-size: 20px !important;

  }

  .tc-about-style5 .content {
    padding: 60px 0px !important;
  }

  .cata-sec {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tc-flawless-style5 {
    padding: 60px 0 !important;
  }

  .tile-feature-sec {
    padding: 0;
  }

  .mb-100,
  .mb-70 {
    margin-bottom: 50px !important;
  }

  .sec-margin {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .tc-categories-style6 {
    position: relative;
    padding: 60px 0 !important;
  }

  .tc-banners-style6 .banners .banner-card .info .float-arrow {
    width: 50px !important;
    height: 50px !important;
    font-size: 20px !important;
    line-height: 52px !important;
    top: 10px !important;
    right: 10px !important;

  }

  .info .info-cnt p {
    font-size: 14px;
  }

  .tc-banners-style6 .banners {
    padding-bottom: 60px !important;
    padding-top: 60px !important;
    border-bottom: none;
  }

  .tc-services-style5 .content {
    padding: 60px 0 !important;
  }

  .tc-blog-style5 {
    padding: 60px 0;
  }

  .tc-services-style5 .content .services .service-card {
    width: 100% !important;
    padding: 50px 15px 20px !important;
  }

  .collection-slider.tc-location-style5 .location-slider .slider-card {
    height: 842px !important;
    padding: 60px 0 !important;
  }

  .tc-location-style5 .location-slider .slider-card .content .info h2 {
    margin-top: 20px;
  }

  .tc-location-style5 .location-slider .slider-card {
    min-height: unset;
  }

  .collection-slider.tc-location-style5 .location-slider .slider-card .content .info {
    height: 550px;
    padding: 20px;
  }

  .tc-navbar-style6 {
    padding: 4px 0 !important;
    background-color: #fff;
  }

  ul.col-menu.ft-logo li {
    width: 40%;
  }

  .tc-header-style6 .header-slider .slide-card .content {
    height: 500px;
    display: flex;
    padding-top: 0;
    align-items: center;
  }

  .foot-title.mt-70 {
    margin-top: 40px !important;
  }

  .semo-inner {
    width: 20%;
  }

  .butn.mt-50 {
    margin-top: 30px !important;
  }

  .main-post img {
    height: auto;
    object-fit: contain;
  }

  #chartdiv {
    width: 100%;
    height: 400px;
  }
  .section-padding {
    padding: 50px 0;
  }
  .call-action-img .sec-lg-head {
    padding: 30px;
}
}

@media (max-width: 600px) {
  .column-2 {
    columns: 1;
  }

  .navbar-brand img {
    width: 120px;
  }

  .semo-inner {
    width: 33.33%;
  }

  .demo {
    justify-content: center;
  }
}

@media (max-width: 400px) {
  ul.col-menu.ft-logo li {
    width: 100%;
  }
}


.detail-dwnload .icon-item {
  padding: 30px 20px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  cursor: default;
  text-align: center;
  cursor:pointer;
}

.detail-dwnload .icon-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.detail-dwnload .icon-wrapper {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f5f7fa 0%, #e4e8eb 100%);
  border-radius: 50%;
  font-size: 28px;
  color: #848484;
  transition: all 0.3s ease;
}

.detail-dwnload .icon-item:hover .icon-wrapper {
  background: linear-gradient(135deg, #848484 0%, #000 100%);
  color: white;
  transform: scale(1.1) rotate(10deg);
}

.detail-dwnload .icon-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #222;
  position: relative;
  display: inline-block;
  text-align: center;
}

.detail-dwnload .icon-title::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 3px;
  background: #848484;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.detail-dwnload .icon-item:hover .icon-title::after {
  width: 50px;
  background: #848484;
}