:root {
  --primary-color: #00c1f1;
  --primary-rgb: 0, 193, 241;
  --secondary-color: #ffec74;
  --secondary-rgb: 255, 236, 116;
  --footer-bg-start: #1a1a1a;
  --footer-bg-end: #2c2c2c;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

body,
html {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #000;
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 675px) {

  body,
  html {
    font-size: 15px;
  }
}

body::-webkit-scrollbar,
html::-webkit-scrollbar {
  width: 3px;
  background: #fff;
}

body::-webkit-scrollbar-track,
html::-webkit-scrollbar-track {
  box-shadow: none;
}

body::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
  outline: 0;
}

body.overfloy-y-hidden,
html.overfloy-y-hidden {
  overflow-y: hidden;
}

a[href] {
  text-decoration: none;
  transition: 0.5s ease;
  cursor: pointer;
}

img {
  max-width: 100%;
  display: block;
  transition: 0.5s ease;
}

.container {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1300px) {
  .container {
    padding: 0 45px;
  }
}

@media (max-width: 1230px) {
  .container {
    max-width: 100%;
    padding: 0 68px;
  }
}

@media (max-width: 1024px) {
  .container {
    padding: 0 60px;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 30px;
  }
}

@media (max-width: 675px) {
  .container {
    padding: 0 15px;
  }
}

@media (max-width: 675px) {
  .container.container2 {
    padding-right: 0;
  }
}

.container-fluid {
  padding: 0 25px;
  display: block;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .container-fluid {
    padding: 0 15px;
  }
}

h1,
h2,
h3,
h4 {
  color: #000;
  font-weight: normal;
}

h1 em,
h2 em,
h3 em,
h4 em {
  font-style: normal;
}

p {
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 1024px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 675px) {
  p {
    font-size: 15px;
    line-height: 20px;
  }
}

h1 {
  font-size: 75px;
  line-height: 80px;
}

@media (max-width: 1300px) {
  h1 {
    font-size: 46px;
    line-height: 50px;
  }
}

@media (max-width: 1140px) {
  h1 {
    font-size: 38px;
    line-height: 42px;
  }
}

@media (max-width: 1024px) {
  h1 {
    font-size: 38px;
    line-height: 42px;
  }
}

@media (max-width: 991px) {
  h1 {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 48px;
    line-height: 50px;
  }
}

@media (max-width: 675px) {
  h1 {
    font-size: 34px;
    line-height: 36px;
  }
}

h2 {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 5px;
}

@media (max-width: 1300px) {
  h2 {
    font-size: 46px;
  }
}

@media (max-width: 1140px) {
  h2 {
    font-size: 38px;
    line-height: 40px;
  }
}

@media (max-width: 1024px) {
  h2 {
    font-size: 36px;
    line-height: 40px;
  }
}

@media (max-width: 991px) {
  h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

h3 {
  font-size: 35px;
  line-height: 38px;
}

@media (max-width: 1300px) {
  h3 {
    font-size: 30px;
    line-height: 33px;
  }
}

@media (max-width: 1140px) {
  h3 {
    font-size: 26px;
    line-height: 29px;
  }
}

@media (max-width: 767px) {
  h3 {
    font-size: 22px;
    line-height: 26px;
  }
}

h4 {
  font-size: 22px;
  line-height: 24px;
}

@media (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 20px;
  line-height: 1;
}

@media (max-width: 1300px) {
  h5 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  font-size: 18px;
  line-height: 24px;
}

@media (max-width: 1024px) {
  h6 {
    font-size: 16px;
    line-height: 20px;
  }
}

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

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

.grid {
  display: grid;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.heading h3 {
  font-size: 50px;
  line-height: normal;
}

@media (max-width: 1300px) {
  .heading h3 {
    font-size: 40px;
  }
}

@media (max-width: 1140px) {
  .heading h3 {
    font-size: 38px;
  }
}

@media (max-width: 991px) {
  .heading h3 {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .heading h3 {
    font-size: 24px;
  }
}

.heading h3 .span1,
.heading h3 .span2 {
  font-size: 50px;
  line-height: 55px;
}

@media (max-width: 1300px) {

  .heading h3 .span1,
  .heading h3 .span2 {
    font-size: 42px;
    line-height: 48px;
  }
}

@media (max-width: 1140px) {

  .heading h3 .span1,
  .heading h3 .span2 {
    font-size: 36px;
    line-height: 42px;
  }
}

@media (max-width: 767px) {

  .heading h3 .span1,
  .heading h3 .span2 {
    font-size: 30px;
    line-height: 34px;
  }
}

.heading h3 .span2 {
  color: #083c5e;
}

.heading.size48 h3 {
  font-size: 48px;
  line-height: 1;
}

.heading.size36 h3 {
  font-size: 36px;
  line-height: 1;
}

@media (max-width: 767px) {
  .heading.size36 h3 {
    font-size: 24px;
    line-height: 26px;
  }
}

.custom-scroll::-webkit-scrollbar {
  width: 3px;
  display: none;
}

.custom-scroll::-webkit-scrollbar-track {
  box-shadow: none;
}

.custom-scroll::-webkit-scrollbar-thumb {
  background-color: #000;
  outline: 0;
}

input,
button,
select {
  font-size: 16px;
  line-height: 25px;
  color: #666666;
}

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  background: #000;
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: 0.4s ease;
}

@media (max-width: 991px) {
  .overlay {
    z-index: 9;
  }
}

.overlay.overlay_active {
  pointer-events: all;
  opacity: 0.8;
  transition: 0.5s ease;
}

.video_icon {
  width: 45px;
  height: 45px;
  border: 2px solid #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .video_icon {
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 767px) {
  .video_icon {
    border-width: 1px;
  }
}

.video_icon:before {
  width: 50px;
  height: 50px;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  position: absolute;
  content: "";
  transform: translateX(-50%) translateY(-50%);
  background: rgba(255, 255, 255, 0.8196078431);
  border-radius: 50%;
  display: block;
  animation: pulse-border 1500ms ease-out infinite;
}

@media (max-width: 1024px) {
  .video_icon:before {
    width: 33px;
    height: 33px;
  }
}

.video_icon img {
  width: 10px;
  position: relative;
  margin-left: 3px;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0.5;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.social-links a {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 6px;
}

.social-links a svg {
  width: 20px;
  height: 20px;
  margin: 0 auto;
}

.social-links a svg path {
  fill: #fff;
  transition: 0.5s ease;
}

.model .close {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 15px;
  top: 10px;
  padding: 0;
  border-radius: 50px;
  background: transparent;
  cursor: pointer;
  transition: 0.5s ease;
  z-index: 999;
}

.ModelPop {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
}

.close {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close svg {
  width: 26px;
  height: 26px;
}

.Model_Video {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 188;
  background: #000;
  transform: translateY(100%);
  transition: 0.5s ease;
  opacity: 0;
}

.Model_Video.is-open {
  transform: translateY(0%);
  opacity: 1;
}

.Model_Video .close_model {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}

.Model_Video .modelBody {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Model_Video .modelBody iframe {
  width: 90%;
  height: 85%;
  border: 0;
}

.tab-nav ul {
  text-align: center;
}

.tab-nav ul li {
  display: inline-block;
  cursor: pointer;
}

.tab-nav-content {
  position: relative;
}

.tab-nav-content .tabs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  transition: 0s ease;
}

.tab-nav-content .tabs .to-up {
  transition: 0s ease;
  transform: translateY(50px);
}

.tab-nav-content .tabs.active {
  transition: 0.5s ease;
  position: unset;
  opacity: 1;
  visibility: visible;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  user-select: auto;
  pointer-events: all;
}

.tab-nav-content .tabs.active .to-up {
  transition: 0.5s ease;
  transform: translateY(0px);
}

.has_dropdown {
  position: relative;
}

.has_dropdown a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.has_dropdown::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 2px;
  z-index: 1;
  transition: 0.5s ease;
}

.has_dropdown:hover::before {
  right: 0;
  width: 100%;
}

.has_dropdown:hover .nav_dropdown {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  user-select: auto;
  height: auto;
  transform: translateY(0px);
  user-select: auto;
  visibility: visible;
  overflow: hidden;
  opacity: 1;
  pointer-events: all;
  transition: 0.2s ease, height 0.6s ease;
}

.has_dropdown .nav_dropdown {
  background: #fff;
  border-radius: 3px;
  width: 150px;
  height: 0;
  position: absolute;
  left: 0;
  top: 100%;
  transform: translateY(5px) scale(0.99);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: 0.1s ease;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.has_dropdown .nav_dropdown ul li {
  display: block;
  margin-left: 0;
}

.has_dropdown .nav_dropdown ul li a {
  color: #000;
  display: block;
  padding: 6px 0 6px 20px;
}

.has_dropdown .nav_dropdown ul li a:hover {
  background: #083c5e;
  color: #fff;
}

.get_consult_btn a {
  display: inline-block;
  color: #fff;
  border-radius: 5px;
  padding: 4px 20px;
}

@media (max-width: 767px) {
  .get_consult_btn a {
    font-size: 14px;
    padding: 2px 15px;
  }
}

.get_consult_btn a:hover {
  background: #083c5e;
}

.has_flt_ttl {
  position: relative;
}

.has_flt_ttl::before,
.has_flt_ttl::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}

.has_flt_ttl::after {
  content: none;
}

.has_flt_ttl .btm_inf_flt {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.has_flt_ttl .link_jtp {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.rotate {
  animation: rotate 10s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.rotate.anti-clock {
  animation: rotate-anti-clock 10s linear infinite;
}

@keyframes rotate-anti-clock {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

.hvr-bob {
  transform: perspective(1px) translateZ(0);
}

.hvr-bob:hover {
  animation-name: hvr-bob-float, hvr-bob;
  animation-duration: 0.3s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
  animation-iteration-count: 1, infinite;
  filter: drop-shadow(rgba(149, 157, 165, 0.2) 0px 8px 24px);
}

@keyframes hvr-bob {
  0% {
    transform: translateY(-12px);
  }

  50% {
    transform: translateY(-8px);
  }

  100% {
    transform: translateY(-12px);
  }
}

@keyframes hvr-bob-float {
  100% {
    transform: translateY(-12px);
  }
}

.btn_home a {
  color: #fff;
  background: #083c5e;
  padding: 6px 20px;
  border-radius: 5px;
}

.btn:hover {
  transition: 0.5s ease;
  color: var(--secondary-color) !important
}

.text-left {
  text-align: left !important;
}

.bannerBN .titleHead {
  font-size: 48px;
  line-height: 52px;
}

@media (max-width: 767px) {
  .bannerBN .titleHead {
    font-size: 34px;
    line-height: 36px;
  }
}

@media (max-width: 675px) {
  .bannerBN .titleHead {
    font-size: 26px;
    line-height: 28px;
  }
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

.link_btn a {
  display: inline-block;
  padding: 8px 0px;
  border-bottom: 1px solid #fff;
}

.link_btn a span,
.link_btn a img {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
}

.link_btn a img {
  margin-left: 10px;
}

.link_btn a:hover img {
  margin-left: 18px;
}

.owl-carousel .owl-stage {
  display: flex;
}

.owl-carousel .owl-stage .owl-item {
  flex: 1 0 auto;
}

.owl-carousel .owl-stage .owl-item .item {
  height: 100%;
}

.owl-carousel .owl-stage .owl-item .item .card {
  height: 100%;
}

.mobile-slider .owl-nav button.owl-prev,
.mobile-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  pointer-events: all;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  user-select: auto;
}

.mobile-slider .owl-nav button.owl-prev.disabled,
.mobile-slider .owl-nav .owl-next.disabled {
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mobile-slider .owl-nav .owl-prev {
  left: 10px;
}

.mobile-slider .owl-nav .owl-next {
  right: 10px;
}

header {
  padding: 0 25px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  transition: 0.9s ease;
}

@media (max-width: 1024px) {
  header {
    padding: 0 15px;
  }
}

header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 0;
  background: var(--primary-color);
  transition: 0.5s ease;
}

header.header-fixed {
  top: 0;
}

header.header-fixed:before {
  height: 100%;
}

header .header-wrapper {
  display: block;
  position: relative;
  padding: 19px 0 18px;
}

@media (max-width: 767px) {
  header .header-wrapper {
    padding: 15px 0;
  }
}

header .header-wrapper .flex {
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  header .header-wrapper .flex {
    align-items: center;
  }
}

header .header-wrapper .flex .brand-iden-box {
  flex: 0 1 15%;
  max-width: 15%;
  width: 100%;
}

@media (max-width: 991px) {
  header .header-wrapper .flex .brand-iden-box {
    flex: 0 1 40%;
    max-width: 40%;
    width: 100%;
    padding-left: 0px;
  }
}

header .header-wrapper .flex .aside-center {
  flex: 0 1 50%;
  max-width: 50%;
  width: 100%;
}

header .header-wrapper .flex .aside-center .custom-navigation .clhm {
  display: none;
}

@media (max-width: 991px) {
  header .header-wrapper .flex .aside-center {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    max-width: 500px;
    width: 100%;
    z-index: 999;
    transform: translateX(-100%);
    transition: 0.5s ease;
    transition-delay: 0.5s;
  }

  header .header-wrapper .flex .aside-center.active {
    webkit-transform: translateX(0%);
    transform: translateX(0%);
    transition-delay: 0.5s;
  }

  header .header-wrapper .flex .aside-center .box-navigation-inner {
    position: relative;
    padding: 40px 25px;
    height: 100vh;
    overflow-y: auto;
  }

  header .header-wrapper .flex .aside-center .box-navigation-inner::-webkit-scrollbar {
    width: 3px;
    background: #fff;
  }

  header .header-wrapper .flex .aside-center .box-navigation-inner::-webkit-scrollbar-track {
    box-shadow: none;
  }

  header .header-wrapper .flex .aside-center .box-navigation-inner::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    outline: 0;
  }

  header .header-wrapper .flex .aside-center .box-navigation-inner.overfloy-y-hidden {
    overflow-y: hidden;
  }
}

@media (max-width: 991px) and (max-width: 675px) {
  header .header-wrapper .flex .aside-center .box-navigation-inner {
    padding: 30px 15px;
  }
}

@media (max-width: 991px) {
  header .header-wrapper .flex .aside-center .box-navigation-inner .custom-navigation .nav .clhm {
    display: block;
  }

  header .header-wrapper .flex .aside-center .box-navigation-inner .custom-navigation .nav ul.menubar-bg {
    padding-top: 20px;
  }

  header .header-wrapper .flex .aside-center .box-navigation-inner .custom-navigation .nav ul li.cur-def {
    display: block;
    padding: 6px 0;
  }

  header .header-wrapper .flex .aside-center .box-navigation-inner .custom-navigation .nav ul li.cur-def:first-child {
    position: relative;
  }
}

@media (max-width: 991px) and (max-width: 991px) {
  header .header-wrapper .flex .aside-center .box-navigation-inner .custom-navigation .nav ul li.cur-def:last-child {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  header .header-wrapper .flex .aside-center .box-navigation-inner .custom-navigation .nav ul li.cur-def a {
    color: #000;
    font-size: 18px;
    font-weight: 600;
  }
}

@media (max-width: 991px) and (max-width: 991px) {
  header .header-wrapper .flex .aside-center .box-navigation-inner .custom-navigation .nav ul li.cur-def a {
    width: 100%;
  }
}

header .header-wrapper .flex .aside-right {
  flex: 0 1 35%;
  max-width: 35%;
  width: 100%;
  margin: auto;
}

@media (max-width: 991px) {
  header .header-wrapper .flex .aside-right {
    flex: 0 1 60%;
    max-width: 60%;
    width: 100%;
  }
}

header .header-wrapper .box-navigation .box-navigation-inner {
  text-align: right;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 991px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation {
    width: 100%;
  }
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul.right-header {
  display: flex;
  margin: 0 auto;
  align-items: center;
}

@media (max-width: 991px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul.right-header {
    justify-content: end;
  }
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li {
  display: inline-block;
}

@media (max-width: 991px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li {
    display: block;
  }
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.pro-hove {
  padding: 10px 0;
}

@media (max-width: 767px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.bor-right {
    display: none;
  }
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li a {
  padding: 0px 10px;
  display: inline-block;
  color: #fff;
  transition: 0.5s ease;
  font-weight: 600;
}

@media (max-width: 1366px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li a {
    padding: 0px 8px;
    font-size: 15px;
  }
}

@media (max-width: 1230px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li a {
    padding: 0px 8px;
    font-size: 13px;
  }
}

@media (max-width: 1140px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li a {
    padding: 0px 7px;
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li a {
    padding: 0px 5px;
  }
}

@media (max-width: 991px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li a {
    font-size: 14px;
  }
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li a.hove-arrow {
  position: relative;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li a.hove-arrow::before {
  content: "";
  position: absolute;
  left: 30%;
  bottom: -31px;
  opacity: 0;
  transform: translateX(-30%);
  border: 18px solid rgba(0, 0, 0, 0);
  border-bottom-color: #f7f7f7;
  transform: translateY(100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}

@media (max-width: 991px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li a.hove-arrow::before {
    display: none;
  }
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.active-arr span.plus::before {
  opacity: 0;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li span.plus {
  display: none;
}

@media (max-width: 991px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li span.plus {
    content: "";
    position: absolute;
    top: 17px;
    right: 15px;
    height: 1px;
    width: 15px;
    background: #000;
    display: block;
  }

  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li span.plus::before {
    content: "";
    position: absolute;
    rotate: 90deg;
    height: inherit;
    width: inherit;
    background: inherit;
  }
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li:hover a {
  transition: 0.2s ease;
  color: var(--secondary-color);
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li:hover a.hove-arrow::before {
  transform: translateY(0%);
  opacity: 1;
  transition: opacity 0.5s ease, transform 0.5s ease;
  z-index: 999;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.language {
  position: relative;
  padding: 0 15px;
}

@media (max-width: 1366px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.language {
    font-size: 15px;
  }
}

@media (max-width: 1140px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.language {
    padding: 0 10px;
  }
}

@media (max-width: 991px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.language {
    font-size: 14px;
  }
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.language .language-dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% 0;
  background: #fff;
  transform: translateY(10px);
  width: 200px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 6px;
  margin-top: 14px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0s;
  z-index: 2;
  padding: 10px 0;
  pointer-events: none;
}

@media (max-width: 767px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.language .language-dropdown {
    width: 180px;
  }
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.language .language-dropdown::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  translate: -50% -100%;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.language .language-dropdown::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 20px;
  translate: 0 -100%;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.language .language-dropdown ul {
  position: relative;
  max-height: 100%;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.language .language-dropdown ul::-webkit-scrollbar {
  width: 3px;
  background: #fff;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.language .language-dropdown ul::-webkit-scrollbar-track {
  box-shadow: none;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.language .language-dropdown ul::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  outline: 0;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.language .language-dropdown ul.overfloy-y-hidden {
  overflow-y: hidden;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.language .language-dropdown ul li {
  margin-left: 0;
  display: block;
  padding: 0 10px;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.language .language-dropdown ul li a {
  text-transform: capitalize;
  display: block;
  color: #000;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 8px;
  transition: 0s;
  display: flex;
  transition: 0.5s ease;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.language .language-dropdown ul li a span {
  margin-right: 10px;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.language .language-dropdown ul li a span .flag {
  height: 15px;
  width: 100%;
  margin: auto;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.language .language-dropdown ul li:hover a {
  background: rgba(224, 224, 224, 0.631372549);
  transition: 0.5s ease;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.language:hover .language-dropdown {
  max-height: inherit;
  transform: translateY(0px);
  opacity: 1;
  overflow: visible;
  transition: opacity 0.5s ease, transform 0.5s ease, max-height 0s;
  pointer-events: all;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.language span {
  display: flex;
  text-align: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
}

@media (max-width: 1230px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.language span {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.language span {
    font-size: 14px;
  }
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.language span figure {
  position: relative;
  margin: auto;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.language span figure .earth {
  width: 14px;
  height: 14px;
  margin: auto;
  margin-right: 5px;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.language span figure .icon1 {
  opacity: 1;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.language span figure .icon2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.language span:hover {
  transition: 0.2s ease;
  color: var(--primary-color);
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.language span:hover figure .icon1 {
  opacity: 0;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.language span:hover figure .icon2 {
  opacity: 1;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.language span .droparrow {
  margin: auto;
  margin-left: 5px;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.language span .droparrow figure {
  position: relative;
  margin: auto;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.language span .droparrow figure .earth {
  width: 14px;
  height: 14px;
  margin: auto;
  margin-right: 5px;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.language span .droparrow figure .earth.icon1 {
  opacity: 1;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.language span .droparrow figure .earth.icon2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li:hover>.nav-dropdown {
  opacity: 1;
  transform: translateY(-20px);
  height: 100%;
  overflow: visible;
  pointer-events: all;
  z-index: 99;
}

@media (max-width: 991px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li:hover>.nav-dropdown {
    transform: translateY(0px);
  }
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li:hover>.nav-dropdown * {
  pointer-events: all;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.Sustainability {
  padding: 10px 0;
}

@media (max-width: 991px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.Sustainability {
    position: relative;
    padding: 0;
  }
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.Sustainability a.indu-link {
  position: relative;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.Sustainability .nav-dropdown .dropdown-wrapper .Sustainab-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 50px;
}

@media (max-width: 991px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.Sustainability .nav-dropdown .dropdown-wrapper .Sustainab-box {
    grid-template-columns: repeat(1, 1fr);
    padding: 8px;
  }
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.Sustainability .nav-dropdown .dropdown-wrapper .Sustainab-box a:not(:last-child) {
  border-right: 1px solid #d9d5d5;
}

@media (max-width: 991px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.Sustainability .nav-dropdown .dropdown-wrapper .Sustainab-box a:not(:last-child) {
    border: none;
    border-radius: 8px;
  }
}

@media (max-width: 991px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.Sustainability .nav-dropdown .dropdown-wrapper .Sustainab-box a {
    display: flex;
    align-items: center;
  }
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.Sustainability .nav-dropdown .dropdown-wrapper .Sustainab-box a .box {
  position: relative;
  padding: 25px;
  background: #fff;
  text-align: center;
  transition: 0.5s ease;
  height: 100%;
}

@media (max-width: 991px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.Sustainability .nav-dropdown .dropdown-wrapper .Sustainab-box a .box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    border-radius: 8px;
    background: transparent;
  }
}

@media (max-width: 991px) and (max-width: 991px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.Sustainability .nav-dropdown .dropdown-wrapper .Sustainab-box a .box figure .icon2 {
    filter: invert(0);
  }
}

@media (max-width: 991px) and (max-width: 991px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.Sustainability .nav-dropdown .dropdown-wrapper .Sustainab-box a .box p {
    display: none;
  }
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.Sustainability .nav-dropdown .dropdown-wrapper .Sustainab-box a .box figure {
  margin: 20px 0 25px;
  position: relative;
  -webkit-transition: 1.5s;
  -webkit-transform-style: preserve-3d;
}

@media (max-width: 991px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.Sustainability .nav-dropdown .dropdown-wrapper .Sustainab-box a .box figure {
    margin: 0;
  }
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.Sustainability .nav-dropdown .dropdown-wrapper .Sustainab-box a .box figure img {
  margin: auto;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.Sustainability .nav-dropdown .dropdown-wrapper .Sustainab-box a .box figure .icon1 {
  opacity: 1;
}

@media (max-width: 991px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.Sustainability .nav-dropdown .dropdown-wrapper .Sustainab-box a .box figure .icon1 {
    display: none;
  }
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.Sustainability .nav-dropdown .dropdown-wrapper .Sustainab-box a .box figure .icon2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
}

@media (max-width: 991px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.Sustainability .nav-dropdown .dropdown-wrapper .Sustainab-box a .box figure .icon2 {
    opacity: 1;
    filter: invert(1);
    position: relative;
    width: 30px;
  }
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.Sustainability .nav-dropdown .dropdown-wrapper .Sustainab-box a .box h6 {
  width: 180px;
  margin: auto;
  margin-bottom: 15px;
  color: #000;
}

@media (max-width: 991px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.Sustainability .nav-dropdown .dropdown-wrapper .Sustainab-box a .box h6 {
    width: 100%;
    margin: 0;
    margin-bottom: 0px;
    text-align: left;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 600;
  }
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.Sustainability .nav-dropdown .dropdown-wrapper .Sustainab-box a .box p {
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.Sustainability .nav-dropdown .dropdown-wrapper .Sustainab-box a .box p {
    display: none;
  }
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.Sustainability .nav-dropdown .dropdown-wrapper .Sustainab-box a .box .readmore-btn {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10%;
}

@media (max-width: 991px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.Sustainability .nav-dropdown .dropdown-wrapper .Sustainab-box a .box .readmore-btn {
    display: none;
  }
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.Sustainability .nav-dropdown .dropdown-wrapper .Sustainab-box a .box .readmore-btn .menu-link {
  color: #000;
  border: 2px solid #000;
  padding: 4px 25px;
  border-radius: 50px;
  font-weight: 600;
  width: 150px;
  margin: auto;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.Sustainability .nav-dropdown .dropdown-wrapper .Sustainab-box a .box .readmore-btn .menu-link::after {
  padding: 4px 25px;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.Sustainability .nav-dropdown .dropdown-wrapper .Sustainab-box a .box .readmore-btn .menu-link:hover {
  transition: 0.5s ease;
  border: 2px solid var(--primary-color);
  color: #fff;
  background: var(--primary-color);
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.Sustainability .nav-dropdown .dropdown-wrapper .Sustainab-box a:hover {
  border-radius: 8px;
  background: #f5f5f5;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.Sustainability .nav-dropdown .dropdown-wrapper .Sustainab-box a:hover .box {
  background: transparent;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.Sustainability .nav-dropdown .dropdown-wrapper .Sustainab-box a:hover figure {
  display: block;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.Sustainability .nav-dropdown .dropdown-wrapper .Sustainab-box a:hover figure .icon1 {
  opacity: 1;
  transform-origin-y: bottom;
  transform: rotateY(180deg);
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.Sustainability .nav-dropdown .dropdown-wrapper .Sustainab-box a:hover figure .icon2 {
  opacity: 0;
  filter: invert(0);
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.Sustainability .nav-dropdown .dropdown-wrapper .Sustainab-box a:hover .readmore-btn .menu-link {
  color: #fff;
  background: var(--primary-color);
  border: 2px solid var(--primary-color);
}

@media (max-width: 991px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.Sustainability .nav-dropdown .dropdown-wrapper .Sustainab-box a:hover {
    background: #7bb72b;
  }

  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.Sustainability .nav-dropdown .dropdown-wrapper .Sustainab-box a:hover .box figure .icon2 {
    opacity: 1;
    filter: invert(0);
  }

  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul li.Sustainability .nav-dropdown .dropdown-wrapper .Sustainab-box a:hover .box h6 {
    color: #fff;
  }
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0%;
  padding-top: 20px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(20%);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

@media (max-width: 991px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown {
    position: relative;
    opacity: 1;
    transform: translateY(0);
    top: 0;
    left: 0;
    padding-top: 0;
    display: none;
  }
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown * {
  pointer-events: none;
}

@media (max-width: 991px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown * {
    pointer-events: all;
  }
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper {
  background: #fff;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  margin: auto;
}

@media (max-width: 991px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper {
    box-shadow: none;
  }
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex {
  display: flex;
  height: 100%;
}

@media (max-width: 991px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex {
    height: auto;
    position: relative;
  }
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex span.arr img.arr-img {
  display: none;
}

@media (max-width: 991px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex span.arr img.arr-img {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
  }
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .left-side {
  flex: 0 1 25%;
  max-width: 25%;
  width: 100%;
  background: #f7f7f7;
  padding: 60px 0;
}

@media (max-width: 1230px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .left-side {
    flex: 0 1 30%;
    max-width: 30%;
  }
}

@media (max-width: 991px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .left-side {
    flex: 0 1 100%;
    max-width: 100%;
    padding: 10px 0;
    background: #fff;
  }
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .left-side .grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
  padding: 0px 30px;
}

@media (max-width: 1440px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .left-side .grid {
    padding: 0 15px;
  }
}

@media (max-width: 991px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .left-side .grid {
    padding: 0 0px;
    gap: 0;
  }
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .left-side .grid .box {
  padding: 8px;
  border-radius: 8px;
}

@media (max-width: 991px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .left-side .grid .box {
    padding: 0 0 0 10px;
  }
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .left-side .grid .box.active {
  background: var(--primary-color);
}

@media (max-width: 991px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .left-side .grid .box.active {
    background: #fff;
  }
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .left-side .grid .box.active .flex {
  background: var(--primary-color);
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .left-side .grid .box.active .flex figure img {
  filter: invert(0);
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .left-side .grid .box.active .flex span {
  color: #fff;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .left-side .grid .box.active .flex span img {
  filter: invert(1);
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .left-side .grid .box .flex.menu_li_ttl {
  cursor: pointer;
}

@media (max-width: 991px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .left-side .grid .box .flex.menu_li_ttl {
    padding: 8px;
    border-radius: 10px;
  }
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .left-side .grid .box .flex figure img {
  filter: invert(1);
}

@media (max-width: 991px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .left-side .grid .box .flex figure img {
    width: 30px;
  }
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .left-side .grid .box .flex span {
  font-weight: 600;
  margin-left: 15px;
}

@media (max-width: 1024px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .left-side .grid .box .flex span {
    font-size: 16px;
    color: #000;
  }
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .left-side .grid .box .sub-wrap {
  content: "";
  position: absolute;
  top: 50px;
  left: 29%;
  right: 5%;
  display: flex;
  opacity: 0;
}

@media (max-width: 1230px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .left-side .grid .box .sub-wrap {
    left: 35%;
  }
}

@media (max-width: 991px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .left-side .grid .box .sub-wrap {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    display: none;
  }
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .left-side .grid .box .sub-wrap.to-up {
  transition: 0s ease;
  transform: translateY(50px);
  z-index: -1;
}

@media (max-width: 991px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .left-side .grid .box .sub-wrap.to-up {
    z-index: 1;
    transition: 0s ease;
    transform: translateY(0);
  }
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .left-side .grid .box .sub-wrap.active {
  opacity: 1;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .left-side .grid .box .sub-wrap.active.to-up {
  transform: translateY(0px);
  transition: 0.5s ease;
  z-index: 9;
}

@media (max-width: 991px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .left-side .grid .box .sub-wrap.active.to-up {
    transform: none;
    transition: none;
    z-index: 9;
  }
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .left-side .grid .box .sub-wrap .sub-wrap-inner {
  flex: 0 1 50%;
  max-width: 50%;
  width: 100%;
  cursor: default;
}

@media (max-width: 991px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .left-side .grid .box .sub-wrap .sub-wrap-inner {
    flex: 0 1 100%;
    max-width: 100%;
  }
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .left-side .grid .box .sub-wrap .sub-wrap-inner ul {
  display: flex;
  flex-direction: column;
}

@media (max-width: 991px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .left-side .grid .box .sub-wrap .sub-wrap-inner ul {
    margin-left: 43px;
  }
}

@media (max-width: 767px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .left-side .grid .box .sub-wrap .sub-wrap-inner ul {
    margin-left: 33px;
  }
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .left-side .grid .box .sub-wrap .sub-wrap-inner ul li {
  display: inline-block;
  margin: 3px 0;
  display: flex;
  align-items: center;
  padding: 0;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .left-side .grid .box .sub-wrap .sub-wrap-inner ul li::before {
  content: "";
  background-image: url(../images/next3.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  margin-right: 0.2rem;
}

@media (max-width: 991px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .left-side .grid .box .sub-wrap .sub-wrap-inner ul li::before {
    margin-right: 0;
  }
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .left-side .grid .box .sub-wrap .sub-wrap-inner ul li a {
  color: #000;
  margin: 0;
}

@media (max-width: 991px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .left-side .grid .box .sub-wrap .sub-wrap-inner ul li a {
    font-size: 15px;
    font-weight: normal;
  }
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .left-side .grid .box .sub-wrap .sub-wrap-inner ul li:hover a {
  color: var(--primary-color);
  transition: 0.3s ease;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .left-side .grid .box .sub-wrap .sub-wrap-inner .menu-view-btn {
  margin-top: 25px;
}

@media (max-width: 991px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .left-side .grid .box .sub-wrap .sub-wrap-inner .menu-view-btn {
    display: none;
  }
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .left-side .grid .box .sub-wrap .sub-wrap-inner .menu-view-btn a {
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  background: transparent;
  padding: 5px 20px;
  font-weight: normal;
  font-weight: 600;
  border-radius: 20px;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .left-side .grid .box .sub-wrap .sub-wrap-inner .menu-view-btn a:hover {
  background: var(--primary-color);
  color: #fff;
  transition: 0.3s ease;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .left-side .grid .box .sub-wrap .sub-product-list {
  flex: 0 1 50%;
  max-width: 50%;
  width: 100%;
}

@media (max-width: 991px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .left-side .grid .box .sub-wrap .sub-product-list {
    display: none;
  }
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .left-side .grid .box .sub-wrap .sub-product-list figure {
  position: relative;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .left-side .grid .box .sub-wrap .sub-product-list figure img {
  margin: auto;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .left-side .menu-logosec {
  margin-top: 20px;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (max-width: 991px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .left-side .menu-logosec {
    display: none;
  }
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .left-side .menu-logosec img {
  width: 200px;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .right-side {
  flex: 0 1 75%;
  max-width: 75%;
  width: 100%;
  padding: 50px;
  position: relative;
}

@media (max-width: 1230px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .right-side {
    flex: 0 1 70%;
    max-width: 70%;
    width: 100%;
  }
}

@media (max-width: 991px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .right-side {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .right-side .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .right-side .grid.tabs {
  position: absolute;
  top: 8%;
  left: 5%;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  transition: 0s ease;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .right-side .grid.tabs.active {
  transition: 0.5s ease;
  position: absolute;
  opacity: 1;
  visibility: visible;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  user-select: auto;
  pointer-events: all;
  z-index: 999;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .right-side .grid.tabs.active .to-up {
  transition: 0.5s ease;
  transform: translateY(0px);
  margin-right: 50px;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .right-side .grid .box.to-up {
  transition: 0s ease;
  transform: translateY(50px);
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .right-side .grid .box figure img {
  margin: auto;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .right-side .grid .box .submenu>ul {
  display: grid;
  list-style: none;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .right-side .grid .box .submenu>ul>li {
  display: inline-block;
  margin: 5px 0;
  display: flex;
  align-items: center;
  padding: 0;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .right-side .grid .box .submenu>ul>li::before {
  content: "";
  background-image: url(../images/next3.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  margin-right: 0.2rem;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .right-side .grid .box .submenu>ul>li:hover a {
  color: var(--primary-color);
  transition: 0.3s ease;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .right-side .grid .box .submenu>ul>li a {
  color: #000;
  display: flex;
  font-weight: normal;
  padding: 0;
  font-weight: 500;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .right-side .grid .box .submenu .menu-view-btn {
  margin-top: 25px;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .right-side .grid .box .submenu .menu-view-btn a {
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  background: transparent;
  padding: 5px 20px;
  font-weight: normal;
  font-weight: 600;
  border-radius: 20px;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul .nav-dropdown .dropdown-wrapper .flex .right-side .grid .box .submenu .menu-view-btn a:hover {
  background: var(--primary-color);
  color: #fff;
  transition: 0.3s ease;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul button.inquire-btn {
  background: transparent;
  font-weight: 600;
  font-size: 16px;
  padding: 3px 15px;
  border-radius: 50px;
  font-family: "Montserrat", sans-serif;
  border: 2px solid;
  border-color: #fff;
  color: #fff;
  cursor: pointer;
  transition: 0.3s ease;
}

@media (max-width: 1366px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul button.inquire-btn {
    font-size: 15px;
    padding: 3px 15px;
  }
}

@media (max-width: 1230px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul button.inquire-btn {
    font-size: 13px;
  }
}

@media (max-width: 1140px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul button.inquire-btn {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul button.inquire-btn {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul button.inquire-btn {
    display: none;
  }
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation ul button.inquire-btn:hover {
  border-color: var(--primary-color);
  background: var(--primary-color);
  color: #fff;
  transition: 0.3s ease;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation .hamburger-contact {
  display: none;
}

@media (max-width: 991px) {
  header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation .hamburger-contact {
    display: block;
  }
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation .hamburger-contact .btm-nv {
  padding-top: 20px;
  border-top: 1px solid var(--primary-color);
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation .hamburger-contact .btm-nv ul li {
  padding: 6px 0;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation .hamburger-contact .btm-nv ul li a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s ease;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation .hamburger-contact .btm-nv ul li a:hover {
  color: var(--primary-color);
  transition: 0.5s ease;
}

header .header-wrapper .box-navigation .box-navigation-inner .custom-navigation .hamburger-contact .btm-nv .hamburger-socialmedia {
  display: flex;
  gap: 20px;
}

.inner-slider::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(82deg, #000, rgba(0, 0, 0, 0) 65%);
  width: 70%;
  z-index: 2;
  pointer-events: none;
}

.inner-slider::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(313deg, #000, rgba(0, 0, 0, 0) 43%);
  width: 60%;
  z-index: 2;
  pointer-events: none;
}

.bor-right {
  border-right: 1px solid rgba(255, 255, 255, 0.5882352941);
}

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

.InquiryPopModule {
  position: fixed;
  top: 0;
  max-width: 520px;
  width: 100%;
  right: 0;
  bottom: 0;
  z-index: 999;
  transform: translateX(100%);
  transition: 0.5s ease;
  transition-delay: 0.5s;
}

.InquiryPopModule .show {
  z-index: 1;
}

.InquiryPopModule.is-open {
  transform: translateX(0%);
  transition-delay: 0s;
}

.InquiryPopModule.is-open .model-Wrap {
  transform: translateX(0%);
  transition-delay: 0.5s;
  height: 100%;
  overflow-y: auto;
  padding: 30px;
}

.InquiryPopModule .modelBody {
  position: relative;
  z-index: 1;
}

.InquiryPopModule .modelBody.custom-scrol::-webkit-scrollbar {
  width: 3px;
  background: #fff;
}

.InquiryPopModule .modelBody.custom-scrol::-webkit-scrollbar-track {
  box-shadow: none;
}

.InquiryPopModule .modelBody.custom-scrol::-webkit-scrollbar-thumb {
  background-color: #fff;
  outline: 0;
}

.InquiryPopModule .modelBody.custom-scrol.overfloy-y-hidden {
  overflow-y: hidden;
}

.InquiryPopModule .model-Wrap {
  background: var(--primary-color);
  padding: 55px 55px 0;
  position: relative;
  z-index: 999;
  margin-left: auto;
  margin-right: 0;
  height: 100%;
  padding-top: 0;
  transform: translateX(100%);
  transition: 0.5s ease;
  transition-delay: 0s;
}

.InquiryPopModule .model-Wrap .shade {
  position: absolute;
  bottom: 2px;
  left: 0;
  pointer-events: none;
  opacity: 0.2;
}

.InquiryPopModule .model-Wrap .shade img {
  width: 250px;
  height: 250px;
}

.InquiryPopModule .model-Wrap .close {
  top: 20px;
}

.InquiryPopModule .model-Wrap .close svg path {
  fill: #fff;
}

.InquiryPopModule .model-Wrap .close:hover svg path {
  transition: 0.5s ease;
  transform: scale(1.1);
}

.InquiryPopModule .model-Wrap .InquiryForm .title {
  font-size: 33px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  padding: 0;
  margin-bottom: 15px;
  color: #fff;
}

.InquiryPopModule .model-Wrap .InquiryForm p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
  width: 380px;
  margin: auto;
}

@media (max-width: 520px) {
  .InquiryPopModule .model-Wrap .InquiryForm p {
    width: 100%;
  }
}

.InquiryPopModule .model-Wrap .InquiryForm .form-group textarea {
  padding-top: 10px;
  margin-top: 20px;
}

.InquiryPopModule .model-Wrap .InquiryForm .form-group textarea::-webkit-input-placeholder {
  color: #fff;
}

.InquiryPopModule .model-Wrap .InquiryForm .form-group textarea:-moz-placeholder {
  color: #fff;
}

.InquiryPopModule .model-Wrap .InquiryForm .form-group textarea::-moz-placeholder {
  color: #fff;
}

.InquiryPopModule .model-Wrap .InquiryForm .form-group textarea:-ms-input-placeholder {
  color: #fff;
}

.InquiryPopModule .model-Wrap .InquiryForm .form-group .calen img {
  width: 25px;
}

.InquiryPopModule .model-Wrap .intDropdown {
  margin: 20px 0 15px 0;
}

.InquiryPopModule .model-Wrap .intDropdown .subTitile {
  display: block;
  margin-bottom: 10px;
}

.InquiryPopModule .model-Wrap .intDropdown .group {
  flex-grow: 1;
  margin: 8px 0;
}

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

.InquiryPopModule .form-btn .btn {
  padding: 5px 35px;
  font-size: 16px;
  width: 100%;
  color: #fff;
}

.overflowhide {
  overflow: hidden;
}

.three {
  box-sizing: border-box;
  color: #ecf0f1;
  text-align: center;
  margin-left: 20px;
  display: none;
}

@media (max-width: 991px) {
  .three {
    display: block;
  }
}

@media (max-width: 675px) {
  .three {
    margin-left: 10px;
  }
}

.three .hamburger .line {
  width: 30px;
  height: 2px;
  background-color: #ecf0f1;
  display: block;
  transition: all 0.3s ease-in-out;
  margin: 5px 0;
}

.HumburgeMenuDrop {
  position: fixed;
  top: 0;
  max-width: 500px;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 999;
  transform: translateX(-100%);
  transition: 0.5s ease;
  transition-delay: 0.5s;
}

.HumburgeMenuDrop .show {
  z-index: 1;
}

.HumburgeMenuDrop.is-open {
  transform: translateX(0%);
  transition-delay: 0s;
}

.HumburgeMenuDrop.is-open .model-Wrap {
  transform: translateX(0%);
  transition-delay: 0.5s;
}

.HumburgeMenuDrop .modelBody {
  overflow-y: auto;
  height: 100%;
  margin-right: -40px;
  padding-right: 40px;
  position: relative;
  z-index: 1;
  padding-top: 50px 50px 0;
}

.HumburgeMenuDrop .modelBody.custom-scrol::-webkit-scrollbar {
  width: 3px;
  background: #fff;
}

.HumburgeMenuDrop .modelBody.custom-scrol::-webkit-scrollbar-track {
  box-shadow: none;
}

.HumburgeMenuDrop .modelBody .Navigation-list {
  position: relative;
}

.HumburgeMenuDrop .modelBody .Navigation-list .nav-model {
  padding-bottom: 30px;
}

.HumburgeMenuDrop .modelBody .Navigation-list .nav-model ul li {
  padding: 6px 0;
}

.HumburgeMenuDrop .modelBody .Navigation-list .nav-model ul li a {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  transition: 0.5s ease;
}

.HumburgeMenuDrop .modelBody .Navigation-list .nav-model ul li a:hover {
  color: var(--primary-color);
  transition: 0.5s ease;
}

.HumburgeMenuDrop .modelBody .Navigation-list .nav-model ul li.prdct-mn {
  display: block;
  position: relative;
  transition: 0.5s ease;
}

.HumburgeMenuDrop .modelBody .Navigation-list .nav-model ul li.prdct-mn .ttl-prd {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.HumburgeMenuDrop .modelBody .Navigation-list .nav-model ul li.prdct-mn .ttl-prd a {
  display: inline-block;
  transition: 0.5s ease;
  opacity: 1;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.HumburgeMenuDrop .modelBody .Navigation-list .nav-model ul li.prdct-mn .ttl-prd a:hover {
  color: var(--primary-color);
  transition: 0.5s ease;
}

.HumburgeMenuDrop .modelBody .Navigation-list .nav-model ul li.prdct-mn .ttl-prd .plu-ico {
  cursor: pointer;
  width: 16px;
  height: 18px;
  position: relative;
}

.HumburgeMenuDrop .modelBody .Navigation-list .nav-model ul li.prdct-mn .ttl-prd .plu-ico span {
  display: block;
  height: 1px;
  width: 100%;
  background: #000;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  transition: 0.2s ease;
}

.HumburgeMenuDrop .modelBody .Navigation-list .nav-model ul li.prdct-mn .ttl-prd .plu-ico span::before {
  content: "";
  position: absolute;
  rotate: 90deg;
  height: inherit;
  width: inherit;
  background: inherit;
}

.HumburgeMenuDrop .modelBody .Navigation-list .nav-model ul li.prdct-mn .ttl-prd .plu-ico.active span::before {
  opacity: 0;
}

.HumburgeMenuDrop .modelBody .Navigation-list .nav-model ul li .product-menu {
  padding: 5px 0;
}

.HumburgeMenuDrop .modelBody .Navigation-list .nav-model ul li .product-menu ul li {
  display: block;
  padding-left: 20px;
  position: relative;
}

.HumburgeMenuDrop .modelBody .Navigation-list .nav-model ul li .product-menu ul li:not(:last-child) {
  margin-bottom: 5px;
}

.HumburgeMenuDrop .modelBody .Navigation-list .nav-model ul li .product-menu ul li.sub-cateprd .sub-cat-ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.HumburgeMenuDrop .modelBody .Navigation-list .nav-model ul li .product-menu ul li.sub-cateprd .sub-cat-ttl:hover a span {
  color: var(--primary-color);
  transition: 0.5s ease;
}

.HumburgeMenuDrop .modelBody .Navigation-list .nav-model ul li .product-menu ul li.sub-cateprd .sub-cat-ttl:hover a figure .icon1 {
  opacity: 0;
}

.HumburgeMenuDrop .modelBody .Navigation-list .nav-model ul li .product-menu ul li.sub-cateprd .sub-cat-ttl:hover a figure .icon2 {
  opacity: 1;
}

.HumburgeMenuDrop .modelBody .Navigation-list .nav-model ul li .product-menu ul li.sub-cateprd .sub-cat-ttl .arr {
  cursor: pointer;
}

.HumburgeMenuDrop .modelBody .Navigation-list .nav-model ul li .product-menu ul li.sub-cateprd .sub-cat-menu {
  padding-left: 20px;
}

.HumburgeMenuDrop .modelBody .Navigation-list .nav-model ul li .product-menu ul li a {
  align-items: center;
  position: relative;
  transition: 0.5s ease;
}

.HumburgeMenuDrop .modelBody .Navigation-list .nav-model ul li .product-menu ul li a span {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding: 3px 0;
  padding-left: 15px;
}

.HumburgeMenuDrop .modelBody .Navigation-list .nav-model ul li .product-menu ul li a:hover span {
  color: var(--primary-color);
  transition: 0.5s ease;
}

.HumburgeMenuDrop .modelBody .Navigation-list .nav-model ul li .product-menu ul li a figure {
  position: relative;
}

.HumburgeMenuDrop .modelBody .Navigation-list .nav-model ul li .product-menu ul li a figure img {
  width: 25px;
}

.HumburgeMenuDrop .modelBody .Navigation-list .nav-model ul li .product-menu ul li a figure img.icon1 {
  filter: invert(1);
  opacity: 1;
}

.HumburgeMenuDrop .modelBody .Navigation-list .nav-model ul li .product-menu ul li a figure img.icon2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.HumburgeMenuDrop .modelBody .btm-nv {
  padding-top: 30px;
  border-top: 1px solid var(--primary-color);
}

.HumburgeMenuDrop .modelBody .btm-nv ul li {
  padding: 6px 0;
}

.HumburgeMenuDrop .modelBody .btm-nv ul li a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s ease;
}

.HumburgeMenuDrop .modelBody .btm-nv ul li a:hover {
  color: var(--primary-color);
  transition: 0.5s ease;
}

.HumburgeMenuDrop .model-Wrap {
  background: #fff;
  padding: 55px;
  position: relative;
  z-index: 999;
  margin-left: auto;
  margin-right: 0;
  height: 100%;
  padding-bottom: 0;
  transition: 0.5s ease;
  transition-delay: 0s;
}

.HumburgeMenuDrop .model-Wrap .shade {
  position: absolute;
  bottom: 2px;
  left: 0;
  pointer-events: none;
  opacity: 0.2;
}

.HumburgeMenuDrop .model-Wrap .shade img {
  width: 250px;
  height: 250px;
}

.HumburgeMenuDrop .model-Wrap .close {
  top: 20px;
}

.HumburgeMenuDrop .model-Wrap .close svg path {
  fill: #000;
  transition: 0.5s ease;
}

.HumburgeMenuDrop .model-Wrap .close:hover svg path {
  transition: 0.5s ease;
  transform: scale(1.1);
  fill: var(--primary-color);
}

.pt-30 {
  padding-top: 30px;
}

.w-300 {
  width: 300px;
}

.shape-log {
  display: none;
}

@media (max-width: 991px) {
  .shape-log {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    z-index: 999;
    opacity: 0.2;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  .shape-log img {
    width: 300px;
    filter: grayscale(1);
    opacity: 0.5;
  }
}

.cur-poin {
  cursor: pointer;
}

.produc-bx-icon {
  filter: invert(0) !important;
}

@media (max-width: 1024px) {
  .pl-10 {
    padding-left: 10px !important;
  }
}

@media (max-width: 991px) {
  .pl-10 {
    padding-left: 0px !important;
  }
}

.searchli .searchbtn {
  position: relative;
}

.searchli .searchbtn .btn-search {
  background: transparent;
  border: 0;
  outline: none;
  height: 40px;
  width: 40px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  justify-content: center;
  z-index: 1;
}

.searchli .searchbtn .btn-search img {
  filter: invert(1);
}

.searchli .searchbtn .btn-search img.close {
  position: absolute;
  top: 10px;
  right: 5px;
  margin: auto;
  width: 30px;
}

@media (max-width: 675px) {
  .searchli .searchbtn .btn-search img.close {
    position: fixed;
  }
}

.searchli .searchbtn .btn-search img:first-child {
  display: block;
  filter: invert(1);
}

.searchli .searchbtn .btn-search img:last-child {
  display: none;
}

.searchli .searchbtn .headerSearch {
  position: absolute;
  right: 0;
  width: 550px;
  top: 0px;
  background: transparent;
  transition: 0.5s ease-out;
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (max-width: 675px) {
  .searchli .searchbtn .headerSearch {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #000;
    z-index: 9;
  }
}

.searchli .searchbtn .headerSearch .searchWrapper {
  text-indent: initial;
}

.searchli .searchbtn .headerSearch .searchWrapper .searchBox {
  margin-bottom: 0;
}

.searchli .searchbtn .headerSearch .searchWrapper .searchBox .frmCnt {
  width: 100%;
  padding: 8px 0px;
  color: #fff;
  border-bottom: 1px solid #fff;
  outline: none;
  font-weight: 600;
  font-size: 15px;
  background: #000;
  width: 270px;
  margin-left: auto;
  display: inherit;
  margin-right: 0;
}

@media (max-width: 675px) {
  .searchli .searchbtn .headerSearch .searchWrapper .searchBox .frmCnt {
    width: 100%;
    height: 70px;
    padding: 15px;
  }
}

.searchli .searchbtn .headerSearch .searchWrapper .searchBox .frmCnt ::-moz-placeholder {
  color: #fff;
  font-weight: bold;
}

.searchli .searchbtn .headerSearch .searchWrapper .searchBox .frmCnt ::placeholder {
  color: #fff;
  font-weight: bold;
}

.searchli .searchbtn .headerSearch .searchWrapper .searchBox .frmCnt ::-ms-input-placeholder {
  color: #fff;
  font-weight: bold;
}

.searchli .searchbtn .headerSearch .searchWrapper .SearchHeadPop {
  position: absolute;
  right: 0;
  left: auto;
  width: 550px;
  background: #fff;
  border: 1px solid #000;
  padding: 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

@media (max-width: 675px) {
  .searchli .searchbtn.active .btn-search {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 999;
  }
}

.searchli .searchbtn.active .headerSearch {
  opacity: 1;
  transition: 0.5s ease-out;
  pointer-events: all;
  -webkit-user-select: all;
  -moz-user-select: all;
  user-select: all;
}

.searchli .searchbtn.active img:first-child {
  display: none;
}

.searchBox .description {
  height: 0px;
  overflow: hidden;
  top: 40px;
  position: absolute;
  right: 0;
  transition: 0.5s ease-out;
}

@media (max-width: 675px) {
  .searchBox .description {
    width: 100%;
  }
}

.searchBox .description.showdisc {
  height: 400px;
  width: 550px;
  transition: 0.5s ease-out;
}

@media (max-width: 1024px) {
  .searchBox .description.showdisc {
    width: 330px;
  }
}

@media (max-width: 675px) {
  .searchBox .description.showdisc {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    width: 100%;
  }
}

.searchBox .description.hidden {
  display: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.searchBox .description #searchbx {
  height: 100%;
}

.searchBox .description #searchbx span.norecordfound {
  display: block;
  background: #fff;
  color: #000;
  text-align: center;
  padding: 20px;
}

.searchBox .description .inn_descp {
  background: #fff;
  height: 100%;
}

.searchBox .description .inn_descp ul {
  overflow: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  padding: 15px;
  height: 100%;
}

.searchBox .description .inn_descp ul::-webkit-scrollbar {
  width: 3px;
  background: #fff;
}

.searchBox .description .inn_descp ul::-webkit-scrollbar-track {
  box-shadow: none;
}

.searchBox .description .inn_descp ul::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  outline: 0;
}

.searchBox .description .inn_descp ul.overfloy-y-hidden {
  overflow-y: hidden;
}

.searchBox .description .inn_descp ul li.containerFluidNgScope {
  padding: 2px 10px;
}

.searchBox .description .inn_descp ul li.containerFluidNgScope:nth-child(odd) {
  background: rgba(0, 0, 0, 0.0509803922);
}

.searchBox .description .inn_descp ul li.containerFluidNgScope a {
  padding: 0 !important;
  width: 100%;
}

.searchBox .description .inn_descp ul li.containerFluidNgScope a:hover .form-inline .searchOpt span {
  color: var(--primary-color) !important;
}

.searchBox .description .inn_descp ul li.containerFluidNgScope a .form-inline {
  display: flex;
  justify-content: space-between;
}

.searchBox .description .inn_descp ul li.containerFluidNgScope a .form-inline .searchOpt:last-child span {
  color: rgba(0, 0, 0, 0.4117647059) !important;
  font-weight: 500;
  font-size: 12px;
}

.searchBox .description .inn_descp ul li.containerFluidNgScope a .form-inline .searchOpt span {
  font-size: 13px;
  line-height: 16px;
  color: #666;
}

.overlayII {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  background: transparent;
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: 0.4s ease;
}

@media (max-width: 991px) {
  .overlayII {
    z-index: 9;
  }
}

@media (max-width: 675px) {
  .overlayII {
    background: #000;
  }
}

.overlayII.overlay_activeII {
  pointer-events: all;
  opacity: 0.8;
  transition: 0.5s ease;
}

#onweb_chatimage_div {
  right: 100px !important;
  bottom: 10px !important;
}

@media (max-width: 675px) {
  #onweb_chatimage_div {
    right: 10px !important;
    bottom: 40px !important;
  }
}

.sectionA {
  height: 100vh;
  position: relative;
}

@media (max-width: 991px) {
  .sectionA {
    height: 100%;
  }
}

@media (max-width: 767px) {
  .sectionA {
    height: 340px;
  }
}

.sectionA.bg-overlay {
  position: relative;
}

.sectionA.bg-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to bottom, var(--SelecteBlack, #000), rgba(0, 0, 0, 0) 100%);
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}

.sectionA.bg-overlay::after {
  position: absolute;
  background: linear-gradient(2deg, rgba(0, 0, 0, 0.7098039216), rgba(0, 0, 0, 0) 85%);
  right: 0;
  width: 100%;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  pointer-events: none;
}

.sectionA.bg-overlay .inner-slider {
  width: 100%;
  height: 100%;
  line-height: 0;
}

.sectionA.bg-overlay video {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

@media (max-width: 767px) {
  .sectionA.bg-overlay video {
    height: 100%;
  }
}

.sectionA.bg-overlay .content-box {
  position: absolute;
  left: 5%;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}

@media (max-width: 767px) {
  .sectionA.bg-overlay .content-box {
    top: 73%;
    transform: translateY(-73%);
  }
}

.sectionA.bg-overlay .content-box .inner-box {
  width: 500px;
}

@media (max-width: 767px) {
  .sectionA.bg-overlay .content-box .inner-box {
    width: 96%;
  }
}

.sectionA.bg-overlay .content-box .inner-box h1 {
  color: #fff;
  font-weight: 800;
  text-align: left;
  font-size: 60px;
  line-height: 65px;
}

@media (max-width: 991px) {
  .sectionA.bg-overlay .content-box .inner-box h1 {
    font-size: 55px;
    line-height: 60px;
  }
}

@media (max-width: 767px) {
  .sectionA.bg-overlay .content-box .inner-box h1 {
    font-size: 25px;
    line-height: 28px;
  }
}

.sectionA.bg-overlay .content-box .inner-box h1 span {
  font-size: 100px;
  font-weight: 900;
}

.sectionA.bg-overlay .content-box .inner-box .link-btn {
  margin-top: 25px;
  width: 500px;
}

@media (max-width: 767px) {
  .sectionA.bg-overlay .content-box .inner-box .link-btn {
    width: 100%;
    margin-top: 20px;
  }
}

.sectionA.bg-overlay .content-box .inner-box .link-btn a {
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: left;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.sectionA.bg-overlay .content-box .inner-box .link-btn a span {
  display: inline-block;
  display: flex;
}

.sectionA.bg-overlay .content-box .inner-box .link-btn a span figure {
  position: relative;
  margin: auto;
}

.sectionA.bg-overlay .content-box .inner-box .link-btn a span figure .icon1 {
  opacity: 1;
}

.sectionA.bg-overlay .content-box .inner-box .link-btn a span figure .icon2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.sectionA.bg-overlay .content-box .inner-box .link-btn a span img {
  margin: auto;
  margin-left: 10px;
}

.sectionA.bg-overlay .content-box .inner-box .link-btn a:hover {
  padding-left: 10px;
  transition: 0.5s ease;
}

.sectionA.bg-overlay .content-box .inner-box .link-btn a:hover figure .icon1 {
  opacity: 0;
}

.sectionA.bg-overlay .content-box .inner-box .link-btn a:hover figure .icon2 {
  opacity: 1;
}

.sectionA.bg-overlay .icon-div {
  content: "";
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 5%;
  z-index: 9;
}

@media (max-width: 767px) {
  .sectionA.bg-overlay .icon-div {
    bottom: 5%;
  }
}

.sectionA.bg-overlay .icon-div .banner-icons .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

@media (max-width: 1230px) {
  .sectionA.bg-overlay .icon-div .banner-icons .grid {
    gap: 10px;
  }
}

@media (max-width: 991px) {
  .sectionA.bg-overlay .icon-div .banner-icons .grid {
    display: none;
  }
}

.sectionA.bg-overlay .icon-div .banner-icons .grid .box {
  padding-bottom: 20px;
  position: relative;
}

.sectionA.bg-overlay .icon-div .banner-icons .grid .box:hover .text-heading {
  color: var(--secondary-color);
}

.sectionA.bg-overlay .icon-div .banner-icons .grid .box:hover span {
  width: 100%;
  transition: 0.3s ease;
}

.sectionA.bg-overlay .icon-div .banner-icons .grid .box:hover .icon1 {
  opacity: 0;
}

.sectionA.bg-overlay .icon-div .banner-icons .grid .box:hover .icon2 {
  opacity: 1;
}

.sectionA.bg-overlay .icon-div .banner-icons .grid .box>a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

@media (max-width: 767px) {
  .sectionA.bg-overlay .icon-div .banner-icons .grid .box>a {
    justify-content: flex-start;
  }
}

.sectionA.bg-overlay .icon-div .banner-icons .grid .box>a .text-heading {
  color: #fff;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 1230px) {
  .sectionA.bg-overlay .icon-div .banner-icons .grid .box>a .text-heading {
    font-size: 16px;
    line-height: 20px;
    padding-left: 10px;
  }
}

.sectionA.bg-overlay .icon-div .banner-icons .grid .box>a figure {
  position: relative;
}

.sectionA.bg-overlay .icon-div .banner-icons .grid .box>a figure .icon1 {
  opacity: 1;
}

.sectionA.bg-overlay .icon-div .banner-icons .grid .box>a figure .icon2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.sectionA.bg-overlay .icon-div .banner-icons .grid .box span {
  height: 3px;
  position: absolute;
  background: var(--primary-color);
  width: 0%;
  margin-top: 20px;
  transition: 0.3s ease;
}

.tab_achiv {
  text-align: center;
  position: fixed;
  z-index: 9;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .tab_achiv {
    display: none;
  }
}

.tab_achiv .sidenav[data-color=black] a:not(.active) {
  background: #c5c2c2;
}

.tab_achiv .sidenav[data-color=black]::after {
  background: #c5c2c2;
}

.tab_achiv .sidenav {
  display: inline-block;
  position: relative;
}

.tab_achiv .sidenav::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: #fff;
}

.tab_achiv .sidenav a {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 25px;
  z-index: 1;
}

@media (max-width: 1366px) {
  .tab_achiv .sidenav a {
    width: 10px;
    height: 10px;
  }
}

.tab_achiv .sidenav a:first-child::before {
  display: none;
}

.tab_achiv .sidenav a::before {
  translate: -50% -33px;
  content: "";
  position: absolute;
  left: 50%;
  top: -100%;
  height: 0px;
  background: var(--primary-color);
  transition: 0.5s ease;
  width: 2px;
}

.tab_achiv .sidenav a:hover span {
  opacity: 1;
}

.tab_achiv .sidenav a span {
  position: absolute;
  right: 210%;
  top: -6px;
  background: var(--primary-color);
  color: #fff;
  width: 120px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 20px;
  line-height: 23px;
  opacity: 0;
  pointer-events: none;
}

.tab_achiv .sidenav a span::after {
  content: "";
  border: 9px solid rgba(0, 0, 0, 0);
  border-top-color: var(--primary-color);
  position: absolute;
  top: 2px;
  left: 125%;
  margin-left: -34px;
  transform: rotate(268deg);
}

.tab_achiv .sidenav a:not(:last-child) {
  margin-bottom: 45px;
}

@media (max-width: 1366px) {
  .tab_achiv .sidenav a:not(:last-child) {
    margin-bottom: 35px;
  }
}

.tab_achiv .sidenav a.active {
  background: var(--primary-color);
}

.tab_achiv .sidenav a.active::before {
  height: 46px;
}

.SectionB {
  position: relative;
  background: #fff;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1024px) {
  .SectionB {
    height: 100%;
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .SectionB {
    padding: 20px 0;
  }
}

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

.SectionB .container-fluid .heading {
  text-align: center;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .SectionB .container-fluid .heading {
    padding-bottom: 20px;
  }
}

.SectionB .container-fluid .heading h2 {
  font-weight: 800;
}

@media (max-width: 767px) {
  .SectionB .container-fluid .heading h2 {
    margin-top: 15px;
    line-height: 0px;
  }
}

.SectionB .container-fluid .heading p {
  font-size: 16px;
  line-height: 22px;
}

@media (max-width: 767px) {
  .SectionB .container-fluid .heading p {
    padding: 0 15px;
    margin-top: 20px;
  }
}

.SectionB .container-fluid .left-design {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 10%;
  background: var(--primary-color);
}

.SectionB .container-fluid .flex {
  display: flex;
}

.SectionB .container-fluid .flex .colA {
  flex: 0 1 464px;
  max-width: 464px;
  width: 100%;
}

@media (max-width: 1366px) {
  .SectionB .container-fluid .flex .colA {
    flex: 0 1 400px;
    max-width: 400px;
  }
}

@media (max-width: 1024px) {
  .SectionB .container-fluid .flex .colA {
    flex: 0 1 350px;
    max-width: 350px;
  }
}

@media (max-width: 991px) {
  .SectionB .container-fluid .flex .colA {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}

.SectionB .container-fluid .flex .colA::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  background: var(--primary-color);
  width: 120px;
}

@media (max-width: 991px) {
  .SectionB .container-fluid .flex .colA::before {
    display: none;
  }
}

.SectionB .container-fluid .flex .colA .tab-listing {
  max-width: 352px;
  width: 100%;
  margin-left: 72px;
}

@media (max-width: 1024px) {
  .SectionB .container-fluid .flex .colA .tab-listing {
    max-width: 260px;
  }
}

@media (max-width: 991px) {
  .SectionB .container-fluid .flex .colA .tab-listing {
    margin-left: 0;
    margin-bottom: 20px;
    margin-top: 10px;
    max-width: 100%;
  }
}

.SectionB .container-fluid .flex .colA .tab-listing ul {
  position: relative;
}

@media (max-width: 991px) {
  .SectionB .container-fluid .flex .colA .tab-listing ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    text-align: center;
  }

  .SectionB .container-fluid .flex .colA .tab-listing ul::before {
    content: "";
    position: absolute;
    left: 0;
    top: -13px;
    width: 100%;
    height: 1px;
    background: #d9d9d9;
  }
}

@media (max-width: 767px) {
  .SectionB .container-fluid .flex .colA .tab-listing ul {
    gap: 0px;
  }
}

.SectionB .container-fluid .flex .colA .tab-listing ul li {
  padding: 10px 0;
  margin: 25px 0;
  color: #666666;
  font-weight: 600;
  font-size: 18px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

@media (max-width: 991px) {
  .SectionB .container-fluid .flex .colA .tab-listing ul li {
    margin: 5px 0;
    padding: 0 5px;
    align-items: baseline;
    justify-content: center;
  }
}

.SectionB .container-fluid .flex .colA .tab-listing ul li .outercircle {
  content: "";
  position: absolute;
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50px;
  display: flex;
  justify-content: center;
}

@media (max-width: 991px) {
  .SectionB .container-fluid .flex .colA .tab-listing ul li .outercircle {
    width: 30px;
    height: 30px;
    top: -33px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 767px) {
  .SectionB .container-fluid .flex .colA .tab-listing ul li .outercircle {
    width: 25px;
    height: 25px;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.SectionB .container-fluid .flex .colA .tab-listing ul li .outercircle::before {
  content: "";
  position: relative;
  width: 15px;
  height: 15px;
  background: #d9d9d9;
  border-radius: 50px;
  margin: auto;
}

@media (max-width: 991px) {
  .SectionB .container-fluid .flex .colA .tab-listing ul li .outercircle::before {
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 767px) {
  .SectionB .container-fluid .flex .colA .tab-listing ul li .outercircle::before {
    width: 7px;
    height: 7px;
  }
}

.SectionB .container-fluid .flex .colA .tab-listing ul li.active .outercircle {
  background: var(--primary-color);
  border: 4px solid #fff;
}

@media (max-width: 767px) {
  .SectionB .container-fluid .flex .colA .tab-listing ul li.active .outercircle {
    border: 2px solid #fff;
  }
}

.SectionB .container-fluid .flex .colA .tab-listing ul li.active .outercircle::before {
  background: #fff;
}

.SectionB .container-fluid .flex .colA .tab-listing ul li.active span {
  color: var(--primary-color);
}

.SectionB .container-fluid .flex .colA .tab-listing ul li span {
  padding-left: 20%;
}

@media (max-width: 991px) {
  .SectionB .container-fluid .flex .colA .tab-listing ul li span {
    line-height: 14px;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .SectionB .container-fluid .flex .colA .tab-listing ul li span {
    font-size: 12px;
  }
}

.SectionB .container-fluid .flex .colB {
  flex: 1;
  max-width: 100%;
  width: 100%;
  position: relative;
}

@media (max-width: 991px) {
  .SectionB .container-fluid .flex .colB {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 675px) {
  .SectionB .container-fluid .flex .colB {
    margin-top: 10px;
  }
}

.SectionB .container-fluid .flex .colB .tabs {
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  transition: 0s ease;
  padding-right: 80px;
  padding-left: 20px;
}

@media (max-width: 991px) {
  .SectionB .container-fluid .flex .colB .tabs {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.SectionB .container-fluid .flex .colB .tabs .product-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

@media (max-width: 675px) {
  .SectionB .container-fluid .flex .colB .tabs .product-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.SectionB .container-fluid .flex .colB .tabs .product-box.upto {
  transition: 0.5s ease;
  transform: translateY(50px);
}

.SectionB .container-fluid .flex .colB .tabs .product-box>.box {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

@media (max-width: 767px) {
  .SectionB .container-fluid .flex .colB .tabs .product-box>.box {
    border-radius: 5px;
  }
}

.SectionB .container-fluid .flex .colB .tabs .product-box>.box::after {
  position: absolute;
  background: linear-gradient(2deg, var(--SelecteBlack, #000), rgba(0, 0, 0, 0) 85%);
  right: 0;
  width: 100%;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  pointer-events: none;
}

.SectionB .container-fluid .flex .colB .tabs .product-box>.box>a {
  padding: 0;
  margin: 0;
  display: block;
  height: 100%;
  font-weight: inherit;
}

.SectionB .container-fluid .flex .colB .tabs .product-box>.box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.SectionB .container-fluid .flex .colB .tabs .product-box>.box .content-pro {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10%;
  text-align: center;
  z-index: 1;
}

.SectionB .container-fluid .flex .colB .tabs .product-box>.box .content-pro p {
  color: #fff;
  font-weight: 600;
  transition: 0.5s ease;
}

@media (max-width: 767px) {
  .SectionB .container-fluid .flex .colB .tabs .product-box>.box .content-pro p {
    font-size: 12px;
    padding: 0 15px;
  }
}

@media (max-width: 520px) {
  .SectionB .container-fluid .flex .colB .tabs .product-box>.box .content-pro p {
    line-height: 16px;
  }
}

.SectionB .container-fluid .flex .colB .tabs .product-box>.box:hover img {
  transform: scale(1.2);
  transition: 0.5s ease;
}

.SectionB .container-fluid .flex .colB .tabs .product-box>.box:hover .content-pro p {
  transition: 0.5s ease;
  color: var(--secondary-color);
}

.SectionB .container-fluid .flex .colB .tabs .view-product {
  text-align: center;
  padding: 40px 0 10px;
}

@media (max-width: 767px) {
  .SectionB .container-fluid .flex .colB .tabs .view-product {
    padding: 30px 0 10px;
  }
}

.SectionB .container-fluid .flex .colB .tabs .view-product a {
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  padding: 8px 40px;
  border-radius: 40px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .SectionB .container-fluid .flex .colB .tabs .view-product a {
    padding: 5px 20px;
  }
}

.SectionB .container-fluid .flex .colB .tabs .view-product a:hover {
  transition: 0.5s ease;
  border: 2px solid var(--primary-color);
  background: var(--primary-color);
  color: #fff;
}

.SectionB .container-fluid .flex .colB .tabs.active {
  transition: 0.5s ease;
  position: unset;
  opacity: 1;
  visibility: visible;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  user-select: auto;
  pointer-events: all;
}

.SectionB .container-fluid .flex .colB .tabs.active .product-box.upto {
  transition: 0.5s ease;
  transform: translateY(0px);
}

.SectionC {
  background: #f2f2f2;
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .SectionC {
    height: 100%;
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .SectionC {
    height: 100%;
    padding: 30px 0;
  }
}

.SectionC .container {
  margin-top: 0;
  padding-bottom: 30px;
}

.SectionC .container .heading {
  width: 500px;
  text-align: center;
  margin: auto;
}

@media (max-width: 767px) {
  .SectionC .container .heading {
    width: 100%;
  }
}

.SectionC .container .heading h2 {
  color: #000;
  font-weight: 800;
}

@media (max-width: 767px) {
  .SectionC .container .heading h2 {
    margin-bottom: 8px;
  }
}

.SectionC .container .heading p {
  font-size: 16px;
  line-height: 22px;
  color: #666666;
}

.SectionC .container .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .SectionC .container .grid {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 20px;
  }
}

.SectionC .container .grid .box {
  position: relative;
  padding: 25px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  transition: 0.5s ease;
}

@media (max-width: 991px) {
  .SectionC .container .grid .box {
    padding: 20px;
  }
}

.SectionC .container .grid .box:hover {
  background: var(--primary-color);
  color: #fff;
  transition: 0.5s ease;
}

.SectionC .container .grid .box:hover .readmore-btn a {
  border: 2px solid #fff;
  color: #fff;
}

.SectionC .container .grid .box:hover figure .icon1 {
  opacity: 0;
}

.SectionC .container .grid .box:hover figure .icon2 {
  opacity: 1;
  transform-origin-y: bottom;
  transform: rotateY(180deg);
}

.SectionC .container .grid .box:hover h6 {
  color: #fff;
}

.SectionC .container .grid .box:hover p {
  color: #fff;
}

.SectionC .container .grid .box figure {
  margin: 20px 0 25px;
  position: relative;
  -webkit-transition: 1.5s;
  -webkit-transform-style: preserve-3d;
}

.SectionC .container .grid .box figure img {
  margin: auto;
}

.SectionC .container .grid .box figure .icon1 {
  opacity: 1;
}

.SectionC .container .grid .box figure .icon2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
}

.SectionC .container .grid .box h6 {
  width: 180px;
  margin: auto;
  margin-bottom: 15px;
  color: #000;
}

.SectionC .container .grid .box p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 100px;
}

.SectionC .container .grid .box .readmore-btn {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10%;
}

.SectionC .container .grid .box .readmore-btn a {
  color: #000;
  border: 2px solid #000;
  padding: 4px 25px;
  border-radius: 50px;
  font-weight: 600;
}

.SectionC .container .grid .box .readmore-btn a::after {
  padding: 4px 25px;
}

.SectionC .container .grid .box .readmore-btn a:hover {
  transition: 0.5s ease;
  border: 2px solid #fff;
  color: var(--primary-color);
  background: #fff;
}

.SectionF {
  position: relative;
  padding: 70px 0 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(0deg, rgb(22, 22, 22) 13%, rgb(156, 156, 156) 36%, rgb(240, 240, 240) 62%);
}

@media (max-width: 767px) {
  .SectionF {
    padding: 30px 0 0;
  }
}

.SectionF.about-sec .container-fluid .teamslider .owl-stage {
  padding-top: 170px;
}

@media (max-width: 767px) {
  .SectionF.about-sec .container-fluid .teamslider .owl-stage {
    padding-top: 90px;
  }
}

@media (max-width: 675px) {
  .SectionF.about-sec .container-fluid .teamslider .owl-stage {
    padding-top: 30px;
  }
}

.SectionF .container-fluid {
  padding: 0;
  max-width: 100%;
  width: 100%;
  position: relative;
}

.SectionF .container-fluid .teamslide-title {
  margin-bottom: -8%;
  font-size: 8rem;
  text-transform: uppercase;
  font-weight: 800;
  color: white;
  text-align: center;
  opacity: 0.6;
  top: 10px;
}

@media (max-width: 1440px) {
  .SectionF .container-fluid .teamslide-title {
    font-size: 7rem;
  }
}

@media (max-width: 1366px) {
  .SectionF .container-fluid .teamslide-title {
    font-size: 6rem;
  }
}

@media (max-width: 1230px) {
  .SectionF .container-fluid .teamslide-title {
    font-size: 5rem;
  }
}

@media (max-width: 991px) {
  .SectionF .container-fluid .teamslide-title {
    margin-bottom: 0%;
    font-size: 4rem;
  }
}

@media (max-width: 767px) {
  .SectionF .container-fluid .teamslide-title {
    font-size: 28px;
    line-height: 28px;
    color: #000;
    opacity: 1;
    margin-bottom: -10%;
  }
}

.SectionF .container-fluid .teamslider {
  --imgsize: 400px;
  position: relative;
  bottom: 95px;
}

@media (max-width: 1140px) {
  .SectionF .container-fluid .teamslider {
    bottom: 75px;
  }
}

@media (max-width: 767px) {
  .SectionF .container-fluid .teamslider {
    --imgsize: 230px;
    bottom: 40px;
  }
}

.SectionF .container-fluid .teamslider .owl-stage {
  padding-top: 50px;
}

.SectionF .container-fluid .teamslider .owl-stage::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgb(22, 22, 22) 0%, rgba(156, 156, 156, 0.32) 22%, rgba(240, 240, 240, 0) 43%);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.SectionF .container-fluid .teamslider .owl-item:not(.center) {
  position: relative;
  z-index: 1;
}

.SectionF .container-fluid .teamslider .owl-dots {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  text-align: center;
}

.SectionF .container-fluid .teamslider .owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  background: white;
  margin: 0 3px;
  border-radius: 10px;
}

.SectionF .container-fluid .teamslider .owl-dots button.owl-dot.active {
  background: var(--primary-color);
}

.SectionF .container-fluid .teamslider .owl-nav button {
  position: absolute;
  top: 75%;
  transform: translateY(-75%);
  background: #fff;
  border-radius: 8px;
}

@media (max-width: 1366px) {
  .SectionF .container-fluid .teamslider .owl-nav button {
    top: 80%;
    transform: translateY(-80%);
  }
}

.SectionF .container-fluid .teamslider .owl-nav button:hover {
  background: var(--primary-color);
}

.SectionF .container-fluid .teamslider .owl-nav button:hover img {
  filter: invert(0);
}

.SectionF .container-fluid .teamslider .owl-nav button img {
  filter: invert(1);
  padding: 12px;
  width: 43px;
}

.SectionF .container-fluid .teamslider .owl-nav button.owl-prev {
  left: 36%;
}

@media (max-width: 1366px) {
  .SectionF .container-fluid .teamslider .owl-nav button.owl-prev {
    left: 34%;
  }
}

@media (max-width: 991px) {
  .SectionF .container-fluid .teamslider .owl-nav button.owl-prev {
    left: 25%;
  }
}

@media (max-width: 767px) {
  .SectionF .container-fluid .teamslider .owl-nav button.owl-prev {
    left: 5%;
  }
}

.SectionF .container-fluid .teamslider .owl-nav button.owl-next {
  right: 36%;
}

@media (max-width: 1366px) {
  .SectionF .container-fluid .teamslider .owl-nav button.owl-next {
    right: 34%;
  }
}

@media (max-width: 991px) {
  .SectionF .container-fluid .teamslider .owl-nav button.owl-next {
    right: 25%;
  }
}

@media (max-width: 767px) {
  .SectionF .container-fluid .teamslider .owl-nav button.owl-next {
    right: 5%;
  }
}

.SectionF .container-fluid .teamslider .owl-stage-outer .owl-stage .owl-item .item {
  transform: translate(0);
  transition: 0.3s ease;
}

.SectionF .container-fluid .teamslider .owl-stage-outer .owl-stage .owl-item figure {
  transition: 0.3s ease;
}

.SectionF .container-fluid .teamslider .owl-stage-outer .owl-stage .owl-item.prev .item figure {
  transform: translate3d(1px, 0px, 0px) rotate(-5deg);
  transform-origin: 50% 100%;
}

@media (max-width: 767px) {
  .SectionF .container-fluid .teamslider .owl-stage-outer .owl-stage .owl-item.prev .item figure {
    transform-origin: -100% 100%;
  }
}

.SectionF .container-fluid .teamslider .owl-stage-outer .owl-stage .owl-item.prev .item figure img.member1 {
  transform: translate3d(1px, 0px, 0px) rotate(0deg);
}

.SectionF .container-fluid .teamslider .owl-stage-outer .owl-stage .owl-item.prev.active.ps .item {
  transform: translateY(-40px);
}

@media (max-width: 1366px) {
  .SectionF .container-fluid .teamslider .owl-stage-outer .owl-stage .owl-item.prev.active.ps .item {
    transform: translateY(-20px);
  }
}

@media (max-width: 1140px) {
  .SectionF .container-fluid .teamslider .owl-stage-outer .owl-stage .owl-item.prev.active.ps .item {
    transform: translateY(-10px);
  }
}

.SectionF .container-fluid .teamslider .owl-stage-outer .owl-stage .owl-item.next .item figure {
  transform: translate3d(1px, 0px, 0px) rotate(5deg);
  transform-origin: 50% 100%;
}

.SectionF .container-fluid .teamslider .owl-stage-outer .owl-stage .owl-item.next .item figure img.member1 {
  transform: translate3d(1px, 0px, 0px) rotate(0deg);
}

.SectionF .container-fluid .teamslider .owl-stage-outer .owl-stage .owl-item.next.active.ns .item {
  transform: translateY(-40px);
}

@media (max-width: 1366px) {
  .SectionF .container-fluid .teamslider .owl-stage-outer .owl-stage .owl-item.next.active.ns .item {
    transform: translateY(-20px);
  }
}

@media (max-width: 1140px) {
  .SectionF .container-fluid .teamslider .owl-stage-outer .owl-stage .owl-item.next.active.ns .item {
    transform: translateY(-10px);
  }
}

.SectionF .container-fluid .teamslider .owl-stage-outer .owl-stage .owl-item.center .item figure {
  transform: translate3d(0px, 0px, 0px) rotate(0deg);
}

.SectionF .container-fluid .teamslider .owl-stage-outer figure {
  position: relative;
}

.SectionF .container-fluid .teamslider .owl-stage-outer figure .team-member {
  position: relative;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%;
}

.SectionF .container-fluid .teamslider .owl-stage-outer figure .team-member .memberbg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: calc(var(--imgsize) * 0.7);
  width: 100%;
  border-radius: 20px;
  display: flex;
  margin: 0 auto;
  aspect-ratio: 1;
}

@media (max-width: 1366px) {
  .SectionF .container-fluid .teamslider .owl-stage-outer figure .team-member .memberbg {
    max-width: calc(var(--imgsize) * 0.6);
  }
}

@media (max-width: 1140px) {
  .SectionF .container-fluid .teamslider .owl-stage-outer figure .team-member .memberbg {
    max-width: calc(var(--imgsize) * 0.5);
  }
}

.SectionF .container-fluid .teamslider .owl-stage-outer figure .team-member .member1 {
  position: relative;
  margin: 0 auto;
  transition: 0.8s ease;
  max-width: calc(var(--imgsize) * 0.5);
  width: 100%;
}

@media (max-width: 1366px) {
  .SectionF .container-fluid .teamslider .owl-stage-outer figure .team-member .member1 {
    max-width: calc(var(--imgsize) * 0.45);
  }
}

@media (max-width: 1140px) {
  .SectionF .container-fluid .teamslider .owl-stage-outer figure .team-member .member1 {
    max-width: calc(var(--imgsize) * 0.36);
  }
}

.SectionF .container-fluid .teamslider .owl-stage {
  display: flex;
  align-items: end;
}

.SectionF .container-fluid .teamslider .owl-item>.item {
  cursor: pointer;
  margin: 0;
  transition: margin 0.4s ease;
}

.SectionF .container-fluid .teamslider .owl-item.center>.item {
  cursor: auto;
  margin: 0;
  transition: 0.5s ease;
}

.SectionF .container-fluid .teamslider .owl-item.center>.item figure .team-member {
  overflow: unset;
  height: 640px;
}

@media (max-width: 1366px) {
  .SectionF .container-fluid .teamslider .owl-item.center>.item figure .team-member {
    height: 560px;
  }
}

@media (max-width: 1140px) {
  .SectionF .container-fluid .teamslider .owl-item.center>.item figure .team-member {
    height: 460px;
  }
}

@media (max-width: 520px) {
  .SectionF .container-fluid .teamslider .owl-item.center>.item figure .team-member {
    height: 370px;
  }
}

.SectionF .container-fluid .teamslider .owl-item.center>.item figure .team-member .memberbg {
  opacity: 0;
}

.SectionF .container-fluid .teamslider .owl-item.center>.item figure .team-member .member1 {
  position: relative;
  width: 100%;
  max-width: var(--imgsize);
  transform-origin: bottom;
  transition: 0.5s ease;
  transform: translate3d(1px, 0px, 0px) rotate(0deg);
}

.SectionF .container-fluid .teamslider .owl-item.center>.item figure .teamcontent {
  transition: 0.3s ease;
  opacity: 1 !important;
}

.SectionF .container-fluid .teamslidercontentsec {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 9;
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .SectionF .container-fluid .teamslidercontentsec {
    margin-bottom: 25px;
  }
}

.SectionF .container-fluid .teamslidercontentsec .teamcontent {
  text-align: center;
  width: 400px;
  margin: 0 auto;
  display: none;
}

@media (max-width: 767px) {
  .SectionF .container-fluid .teamslidercontentsec .teamcontent {
    width: 100%;
    padding: 0 15px;
  }
}

.SectionF .container-fluid .teamslidercontentsec .teamcontent.show {
  opacity: 1;
  pointer-events: all;
  display: block;
}

.SectionF .container-fluid .teamslidercontentsec .teamcontent h3 {
  font-weight: 800;
  line-height: normal;
  color: #fff;
  text-transform: uppercase;
}

.SectionF .container-fluid .teamslidercontentsec .teamcontent h4 {
  color: #fff;
  margin-top: 8px;
  margin-bottom: 30px;
  font-weight: 500;
  padding: 0 100px;
  font-size: 16px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .SectionF .container-fluid .teamslidercontentsec .teamcontent h4 {
    padding: 0 60px;
  }
}

.SectionF .container-fluid .teamslidercontentsec .teamcontent .view-profile {
  display: none;
  color: white;
  border: 1px solid white;
  padding: 6px 33px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
}

.SectionF .container-fluid .teamslidercontentsec .teamcontent .view-profile:hover {
  border-color: var(--primary-color);
  background: var(--primary-color);
  color: #fff !important;
  transition: 0.3s ease;
}

.SectionH {
  position: relative;
  background: url(../images/backgro.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  padding: 50px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  flex-direction: column;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .SectionH {
    height: 100%;
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .SectionH {
    padding: 40px 0;
  }
}

@media (max-width: 520px) {
  .SectionH {
    background-attachment: unset;
  }
}

.SectionH::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5607843137);
  pointer-events: none;
}

.SectionH .content-part {
  width: 500px;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .SectionH .content-part {
    width: 100%;
  }
}

.SectionH .content-part figure {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .SectionH .content-part figure {
    display: none;
  }
}

.SectionH .content-part figure img {
  margin: auto;
}

@media (max-width: 767px) {
  .SectionH .content-part figure img {
    width: 70px;
  }
}

.SectionH .content-part h2 {
  color: #fff;
  font-weight: 900;
}

.SectionH .container {
  position: relative;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .SectionH .container {
    margin-top: 15px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .SectionH .container form {
    padding: 0 22px;
  }
}

.SectionH .container .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px 0;
}

@media (max-width: 767px) {
  .SectionH .container .grid {
    gap: 10px 0;
  }
}

@media (max-width: 675px) {
  .SectionH .container .grid {
    gap: 8px 0;
  }
}

.SectionH .container .grid .box {
  flex: 0 1 48%;
  max-width: 48%;
  width: 100%;
  --varval: 10px;
}

@media (max-width: 767px) {
  .SectionH .container .grid .box {
    flex: 0 1 48%;
    max-width: 48%;
    width: 100%;
  }
}

@media (max-width: 675px) {
  .SectionH .container .grid .box {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}

/* .SectionH .container .grid .box:nth-child(4) .form-group, .SectionH .container .grid .box:nth-child(5) .form-group, .SectionH .container .grid .box:nth-child(6) .form-group {
  background: url(../images/dropdown.png) 98%/3% no-repeat transparent;
  background-position-y: 35px;
} */
.SectionH .container .grid .box:nth-child(4) .form-group::before,
.SectionH .container .grid .box:nth-child(5) .form-group::before,
.SectionH .container .grid .box:nth-child(6) .form-group::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 999999;
  height: 1px;
  background: rgba(255, 255, 255, 0.6392156863);
}

.SectionH .container .grid .box .form-group select {
  width: 100%;
  background: none;
  border: none;
  font-family: inherit;
  color: #fff;
  height: 55px;
  font-weight: 500;
  position: relative;
  padding-left: var(--varval);
  margin-left: calc(var(--varval) * -1);
  transform: translateX(-4px);
}

.SectionH .container .grid .box .form-group select option {
  color: #000;
}

.SectionH .container .grid .box .form-group select:focus {
  outline: none;
}

.SectionH .container .grid .box.box100 {
  flex: 0 1 100%;
  max-width: 100%;
  width: 100%;
}

.SectionH .container .grid .box.submit-btn-com {
  flex: 0 1 100%;
  max-width: 100%;
  width: 100%;
  margin-top: 10px;
}

.form-group {
  margin-bottom: 15px;
  position: relative;
}

@media (max-width: 675px) {
  .form-group {
    margin-bottom: 0;
  }
}

.form-group input,
.form-group select {
  padding-bottom: 5px;
}

.form-group input:focus~label,
.form-group select:focus~label {
  top: 5px;
  font-size: 14px;
  opacity: 1;
}

.form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  background: url(../images/dropdown.png) 98%/3% no-repeat transparent;
  background-position-y: 35px;
}

@media (max-width: 675px) {
  .form-group select {
    background: url(../images/dropdown.png) 98%/2% no-repeat transparent;
    background-position-y: 33px;
  }
}

@media (max-width: 520px) {
  .form-group select {
    background: url(../images/dropdown.png) 98%/3% no-repeat transparent;
    background-position-y: 35px;
  }
}

.form-group select::-ms-expand {
  display: none;
}

.form-group label {
  position: absolute;
  left: 0;
  color: #fff;
  font-weight: 500;
  top: 21px;
  transition: 0.5s ease;
}

.form-group textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0);
  border: none;
  border-bottom: 1px solid white;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-top: 10px;
  font-family: "Montserrat";
}

.form-group textarea:focus~label {
  top: 5px;
  font-size: 14px;
  opacity: 1;
}

.form-group textarea:focus-visible {
  outline: none;
}

.form-control {
  width: 100%;
  padding: 20px 0 0px;
  color: #87928e;
  border: 0;
  border-bottom: 1px solid #b9b9b9;
  outline: none;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.6392156863);
}

.form-control.valid~label {
  top: 0;
}

.box-four {
  display: flex;
}

@media (max-width: 767px) {
  .box-four {
    margin-top: 20px;
  }
}

.box-four a {
  border-radius: 20px;
  padding: 4px 50px;
  margin-left: 0;
  margin: auto;
  font-weight: 600;
  font-family: "Montserrat";
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s ease;
}

.box-four a.inquire-btn {
  color: #fff;
  border: 2px solid #fff;
  background: rgba(0, 0, 0, 0);
}

@media (max-width: 767px) {
  .box-four a.inquire-btn {
    padding: 2px 25px;
  }
}

.box-four a.inquire-btn:hover {
  background: #fff;
  color: var(--primary-color);
  transition: 0.3s ease;
}

.box-four a.home-inquire-btn {
  color: #fff;
  border: 2px solid #fff;
  background: rgba(0, 0, 0, 0);
}

@media (max-width: 767px) {
  .box-four a.home-inquire-btn {
    padding: 2px 25px;
  }
}

.box-four a.home-inquire-btn:hover {
  border: 2px solid var(--primary-color);
  background: var(--primary-color);
  transition: 0.3s ease;
}

.SectionD {
  position: relative;
  background: url(../images/background.jpg);
  height: 100vh;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  flex-direction: column;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .SectionD {
    height: 100%;
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .SectionD {
    height: 100%;
    padding: 20px 0;
  }
}

@media (max-width: 520px) {
  .SectionD {
    background-attachment: unset;
  }
}

.SectionD::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7294117647);
  pointer-events: none;
}

.SectionD .countersec {
  position: relative;
  text-align: center;
}

.SectionD .countersec .experience-outer {
  position: absolute;
  content: "";
  top: 5%;
  left: -23%;
}

@media (max-width: 1024px) {
  .SectionD .countersec .experience-outer {
    display: none;
  }
}

.SectionD .countersec .experiencediv {
  width: 120px;
  height: 120px;
  border: 2px solid white;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.SectionD .countersec .experiencediv .circle {
  padding-top: 10px;
}

.SectionD .countersec .experiencediv .circle .counterplus {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
}

.SectionD .countersec .experiencediv .circle span {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
}

.SectionD .countersec .experiencediv .circle p {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-top: 8px;
}

.SectionD .countersec p {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  margin-top: 5px;
}

.SectionD .countersec .innersec {
  width: 720px;
  margin: auto;
}

@media (max-width: 767px) {
  .SectionD .countersec .innersec {
    width: 100%;
    padding: 0 15px;
  }
}

.SectionD .countersec .innersec figure img {
  margin: auto;
}

.SectionD .countersec .innersec h2 {
  color: #fff;
  font-weight: 800;
  width: 600px;
  margin: 30px auto;
}

@media (max-width: 767px) {
  .SectionD .countersec .innersec h2 {
    width: 100%;
    margin: 10px auto;
  }
}

.SectionD .countersec .innersec p {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.SectionD .countersec .innersec .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: auto;
  margin-top: 50px;
  width: 670px;
}

@media (max-width: 767px) {
  .SectionD .countersec .innersec .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 100%;
    margin-top: 30px;
  }
}

.SectionD .countersec .innersec .grid .outercount {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
}

.SectionD .countersec .innersec .grid .count {
  color: #fff;
  margin: auto;
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .SectionD .countersec .innersec .grid .count {
    font-size: 30px;
    line-height: 35px;
  }
}

.SectionD .countersec .innersec .grid p {
  font-size: 14px;
}

.SectionD .countersec .innersec .learnabout {
  margin-top: 70px;
}

@media (max-width: 767px) {
  .SectionD .countersec .innersec .learnabout {
    margin: 40px 0 30px;
  }
}

.SectionD .countersec .innersec .learnabout a {
  color: #fff;
  border: 2px solid #fff;
  padding: 8px 25px;
  border-radius: 40px;
  font-weight: 600;
}

.SectionD .countersec .innersec .learnabout a::after {
  padding: 8px 25px;
}

.SectionD .countersec .innersec .learnabout a:hover {
  transition: 0.5s ease;
  border: 2px solid var(--primary-color);
  background: var(--primary-color);
  color: #fff;
}

.SectionD .countersec .innersec .clients-logo {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .SectionD .countersec .innersec .clients-logo {
    margin-top: 30px;
  }
}

.SectionD .countersec .innersec .clients-logo ul {
  display: flex;
  gap: 40px;
}

@media (max-width: 767px) {
  .SectionD .countersec .innersec .clients-logo ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

@media (max-width: 520px) {
  .SectionD .countersec .innersec .clients-logo ul {
    gap: 30px 10px;
  }
}

.SectionD .countersec .innersec .clients-logo ul li {
  margin: auto;
}

@media (max-width: 520px) {
  .SectionD .countersec .innersec .clients-logo ul li img {
    width: 70%;
    margin: auto;
  }
}

.SectionE {
  position: relative;
  background: #fff;
  height: 100vh;
  display: flex;
  margin: auto;
  align-items: center;
}

@media (max-width: 991px) {
  .SectionE {
    height: 100%;
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .SectionE {
    height: 100%;
    padding: 30px 0;
  }
}

.SectionE .mapimg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.6;
}

.SectionE .container {
  position: relative;
}

.SectionE .container .heading {
  text-align: center;
}

.SectionE .container .heading h2 {
  color: #000;
  font-weight: 800;
}

.SectionE .container .flex {
  width: 700px;
  margin: auto;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .SectionE .container .flex {
    width: 100%;
    margin-top: 30px;
  }
}

.SectionE .container .flex .aside-left {
  flex: 0 1 30%;
  max-width: 30%;
  width: 100%;
  padding-right: 50px;
}

@media (max-width: 767px) {
  .SectionE .container .flex .aside-left {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
    padding-right: 0px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .SectionE .container .flex .aside-left img {
    margin: auto;
    margin-bottom: 20px;
    width: 80px;
  }
}

.SectionE .container .flex .aside-right {
  flex: 0 1 70%;
  max-width: 70%;
  width: 100%;
}

@media (max-width: 767px) {
  .SectionE .container .flex .aside-right {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .SectionE .container .flex .aside-right .patnerslider {
    text-align: center;
  }
}

.SectionE .container .flex .aside-right .patnerslider .item {
  display: flex;
}

.SectionE .container .flex .aside-right .patnerslider .item div p {
  font-size: 16px;
  line-height: 22px;
}

.SectionE .container .flex .aside-right .patnerslider .item div h6 {
  margin-top: 20px;
  color: #000;
}

.SectionE .container .flex .aside-right .patnerslider .item div span {
  font-size: 14px;
  display: block;
  line-height: 16px;
  width: 220px;
  margin-top: 5px;
  color: #666666;
}

@media (max-width: 767px) {
  .SectionE .container .flex .aside-right .patnerslider .item div span {
    text-align: center;
    margin: auto;
  }
}

.SectionE .container .flex .aside-right .patnerslider .item figure {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.SectionE .container .flex .aside-right .patnerslider .item figure::before {
  position: absolute;
  background: linear-gradient(2deg, var(--SelecteBlack, #000), rgba(0, 0, 0, 0) 85%);
  right: 0;
  width: 100%;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  pointer-events: none;
}

.SectionE .container .flex .aside-right .patnerslider .item figure .figcaption {
  content: "";
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 8%;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}

.SectionE .container .flex .aside-right .patnerslider .item figure .figcaption h4 {
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
}

.SectionE .container .flex .aside-right .patnerslider .item figure .figcaption p {
  font-size: 12px;
  color: #fff;
  font-weight: 600;
}

.SectionE .container .flex .aside-right .patnerslider .item figure .figcaption a.button {
  display: inline-block;
  position: relative;
}

.SectionE .container .flex .aside-right .patnerslider .item figure .figcaption a.button.is-play {
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.SectionE .container .flex .aside-right .patnerslider .item figure .figcaption a.button.is-play .button-outer-circle {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.SectionE .container .flex .aside-right .patnerslider .item figure .figcaption a.button.is-play .button-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
}

.SectionE .container .flex .aside-right .patnerslider .item figure .figcaption a.button.is-play .button-icon .triangle {
  animation: fadeIn 7s ease;
}

.SectionE .container .flex .aside-right .patnerslider .item figure .figcaption a.button.is-play .button-icon .path {
  stroke-dasharray: 90;
  stroke-dashoffset: 0;
  animation: triangleStroke 3s;
  animation-timing-function: ease;
}

.SectionE .container .flex .aside-right .patnerslider .item figure .figcaption a.button .has-scale-animation {
  animation: smallScale 3s infinite;
}

.SectionE .container .flex .aside-right .patnerslider .item figure .figcaption a.button .has-delay-short {
  animation-delay: 0.5s;
}

.SectionE .container .flex #dots {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .SectionE .container .flex #dots {
    margin-top: 10px;
  }
}

.SectionE .container .flex #dots .item {
  position: relative;
  z-index: 2;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin: 0 auto;
  background: #d0d0d0;
  transition: 0.5s ease;
  margin: 0 3px;
  border: none;
  cursor: pointer;
}

.SectionE .container .flex #dots .item.active {
  background: var(--primary-color);
}

.SectionE .container .flex #dots .item .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.SectionE .container .flex #dots .item .owl-nav button.owl-prev {
  left: -4%;
}

.SectionE .container .flex #dots .item .owl-nav button.owl-next {
  right: -4%;
}

.SectionE .container .Marquee {
  box-sizing: border-box;
  padding: 1em;
  display: box;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: 40px 0;
}

@media (max-width: 991px) {
  .SectionE .container .Marquee {
    margin: 40px 0 0;
    padding: 0em;
  }
}

@media (max-width: 767px) {
  .SectionE .container .Marquee {
    margin: 20px 0;
  }
}

.SectionE .container .Marquee .Marquee-content {
  display: box;
  display: flex;
  animation: marquee 60s linear infinite;
}

.SectionE .container .Marquee .Marquee-content:hover {
  animation-play-state: paused;
}

.SectionE .container .Marquee .Marquee-content .Marquee-tag {
  width: 200px;
  margin: 0 0.5em;
  padding: 0.5em;
  background: rgba(255, 255, 255, 0.1);
  display: inline-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

@media (max-width: 767px) {
  .SectionE .container .Marquee .Marquee-content .Marquee-tag {
    width: 100px;
  }
}

.SectionE .container .Marquee .Marquee-content .Marquee-tag:hover {
  background: rgba(255, 255, 255, 0.5);
  transform: scale(1.2);
  cursor: pointer;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translate(-100%);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }

  to {
    transform: scale(1.5);
    opacity: 0;
  }
}

.SectionG {
  position: relative;
  padding: 70px 0 70px;
  background: #fff;
  overflow: hidden;
}

@media (max-width: 767px) {
  .SectionG {
    padding: 30px 0 30px;
  }
}

.SectionG .container-fluid {
  padding: 0;
}

@media (max-width: 991px) {
  .SectionG .container-fluid {
    padding: 0 15px;
  }
}

.SectionG .heading h2 {
  font-weight: 800;
  width: 800px;
  text-align: center;
  margin: auto;
}

@media (max-width: 767px) {
  .SectionG .heading h2 {
    width: 100%;
  }
}

.SectionG .packagingslider {
  padding-top: 50px;
}

@media (max-width: 767px) {
  .SectionG .packagingslider {
    padding: 30px 0;
  }
}

.SectionG .packagingslider .owl-dots {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}

.SectionG .packagingslider .owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  background: #e0e0e0;
  border-radius: 10px;
  margin: 0 3px;
}

.SectionG .packagingslider .owl-dots button.owl-dot.active {
  background: var(--primary-color);
}

.SectionG .packagingslider .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2196078431);
}

@media (max-width: 1366px) {
  .SectionG .packagingslider .owl-nav button {
    top: 50%;
    transform: translateY(-50%);
  }
}

.SectionG .packagingslider .owl-nav button:hover {
  background: var(--primary-color);
}

.SectionG .packagingslider .owl-nav button:hover img {
  filter: invert(0);
}

.SectionG .packagingslider .owl-nav button img {
  filter: invert(1);
  padding: 12px;
  width: 43px;
}

.SectionG .packagingslider .owl-nav button.owl-prev {
  left: 24%;
}

.SectionG .packagingslider .owl-nav button.owl-next {
  right: 24%;
}

.SectionG .packagingslider .item figure::before {
  position: absolute;
  background: linear-gradient(2deg, var(--SelecteBlack, #000), rgba(0, 0, 0, 0) 85%);
  right: 0;
  width: 100%;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90%;
  pointer-events: none;
}

.SectionG .packagingslider .item figure .packing-content {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  transition: 0.5s ease;
  bottom: 0%;
}

@media (max-width: 1230px) {
  .SectionG .packagingslider .item figure .packing-content {
    bottom: -15%;
  }
}

.SectionG .packagingslider .item figure .packing-content .inner-pack {
  padding: 0 100px;
  margin: auto;
  text-align: center;
}

@media (max-width: 1230px) {
  .SectionG .packagingslider .item figure .packing-content .inner-pack {
    padding: 0 40px;
  }
}

@media (max-width: 767px) {
  .SectionG .packagingslider .item figure .packing-content .inner-pack {
    padding: 0 20px;
    width: 100%;
  }
}

.SectionG .packagingslider .item figure .packing-content .inner-pack h3 {
  color: #fff;
  font-weight: 600;
  line-height: 35px;
  margin: 10px 0;
}

@media (max-width: 767px) {
  .SectionG .packagingslider .item figure .packing-content .inner-pack h3 {
    margin: 0;
    font-size: 20px;
    line-height: 24px;
  }
}

.SectionG .packagingslider .item figure .packing-content .inner-pack .phragr-part {
  transform: translateY(100%);
}

@media (max-width: 767px) {
  .SectionG .packagingslider .item figure .packing-content .inner-pack .phragr-part {
    display: none;
  }
}

.SectionG .packagingslider .item figure .packing-content .inner-pack .phragr-part p {
  color: #fff;
  font-weight: 500;
}

.SectionG .owl-item.center .item figure .packing-content {
  transition: 0.5s ease;
  bottom: 13%;
}

.SectionG .owl-item.center .item figure .packing-content .inner-pack .phragr-part {
  transform: translateY(20%);
  transition: 0.5s ease;
}

@media (max-width: 1140px) {
  .SectionG .owl-item.center .item figure .packing-content .inner-pack .phragr-part {
    transform: translateY(6%);
  }
}

@media (max-width: 767px) {
  .SectionG .owl-item.center .item figure .packing-content .inner-pack .phragr-part {
    padding: 0 15px;
  }
}

.SectionG .view-industry {
  margin-top: 50px;
  text-align: center;
}

@media (max-width: 767px) {
  .SectionG .view-industry {
    margin-top: 20px;
  }
}

.SectionG .view-industry a {
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  padding: 8px 40px;
  border-radius: 40px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .SectionG .view-industry a {
    padding: 6px 20px;
  }
}

.SectionG .view-industry a:hover {
  background: var(--primary-color);
  color: #fff;
}

.model.model-teampopup {
  top: 100%;
  left: 50%;
  transform: translate(-50%, 100%);
  padding: 25px;
  background: #fff;
  max-width: 900px;
  width: 100%;
  transition: 450ms ease;
}

@media (max-width: 675px) {
  .model.model-teampopup {
    transform: translate(0%, 100%);
    max-width: 100%;
    left: 0;
  }
}

.model.model-teampopup.is-open {
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 675px) {
  .model.model-teampopup.is-open {
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
    transform: translate(0, 0);
  }
}

.model.model-teampopup.modelPop {
  position: fixed;
  z-index: 111;
}

.model.model-teampopup .close_model {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  line-height: 0;
  width: 25px;
  height: 25px;
  z-index: 111;
}

.model.model-teampopup .modelBody .prodile-view .flex {
  display: flex;
}

.model.model-teampopup .modelBody .prodile-view .flex.slideInUp {
  animation-name: slideInUp;
}

.model.model-teampopup .modelBody .prodile-view .flex .col {
  flex: 0 1 30%;
  max-width: 30%;
  width: 100%;
}

@media (max-width: 675px) {
  .model.model-teampopup .modelBody .prodile-view .flex .col {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}

.model.model-teampopup .modelBody .prodile-view .flex .col .profile_pic {
  position: relative;
}

.model.model-teampopup .modelBody .prodile-view .flex .col .profile_pic .bg {
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 675px) {
  .model.model-teampopup .modelBody .prodile-view .flex .col .profile_pic .bg img {
    margin: 0 auto;
    width: 60%;
  }
}

.model.model-teampopup .modelBody .prodile-view .flex .col .profile_pic .cl-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.model.model-teampopup .modelBody .prodile-view .flex .col .profile_pic .cl-img img {
  margin: 0 auto;
  width: 55%;
}

@media (max-width: 675px) {
  .model.model-teampopup .modelBody .prodile-view .flex .col .profile_pic .cl-img img {
    margin: 0 auto;
    width: 33%;
  }
}

.model.model-teampopup .modelBody .prodile-view .flex .col .sociProf {
  text-align: center;
  margin-top: 8px;
}

.model.model-teampopup .modelBody .prodile-view .flex .col .sociProf a {
  display: inline-block;
}

.model.model-teampopup .modelBody .prodile-view .flex .col .sociProf a img {
  width: 30px;
}

.model.model-teampopup .modelBody .prodile-view .flex .col1 {
  flex: 0 1 70%;
  max-width: 70%;
  padding-left: 45px;
}

@media (max-width: 675px) {
  .model.model-teampopup .modelBody .prodile-view .flex .col1 {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
    padding-left: 0;
  }
}

@media (max-width: 675px) {
  .model.model-teampopup .modelBody .prodile-view .flex .col1 .content {
    text-align: center;
  }
}

.model.model-teampopup .modelBody .prodile-view .flex .col1 .content .name h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
}

.model.model-teampopup .modelBody .prodile-view .flex .col1 .content .designation h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--primary-color);
}

.model.model-teampopup .modelBody .prodile-view .flex .col1 .content .about p {
  line-height: 24px;
  text-align: justify;
}

.model.model-teampopup .modelBody .prodile-view .flex .col1 .content .about p:not(:last-child) {
  margin-bottom: 18px;
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 30%, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

select option {
  color: #000;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

footer {
  background: #eeeeee;
  padding: 70px 0 0;
  position: relative;
}

@media (max-width: 991px) {
  footer {
    padding: 30px 0 0;
  }
}

footer .logo-footer {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

footer .logo-footer img {
  width: 100%;
}

@media (max-width: 991px) {
  footer .logo-footer img {
    width: 50%;
    opacity: 0.6;
  }
}

footer .container-fluid {
  position: relative;
  padding-left: 6.5%;
  padding-right: 6.5%;
}

.container-fluid {
  position: relative;
  padding-left: 6.5%;
  padding-right: 6.5%;
}

@media (max-width: 991px) {
  footer .container-fluid {
    padding: 0 15px;
  }
}

footer .container-fluid .flex {
  display: flex;
}

@media (max-width: 991px) {
  footer .container-fluid .flex {
    justify-content: space-between;
    align-items: center;
  }
}

footer .container-fluid .flex .colA {
  flex: 0 1 15%;
  max-width: 15%;
  width: 100%;
}

@media (max-width: 991px) {
  footer .container-fluid .flex .colA {
    flex: 0 1 40%;
    max-width: 40%;
    width: 100%;
  }
}

footer .container-fluid .flex .colB {
  flex: 0 1 70%;
  max-width: 70%;
  width: 100%;
  display: flex;
}

@media (max-width: 991px) {
  footer .container-fluid .flex .colB {
    display: none;
  }
}

footer .container-fluid .flex .colB span {
  height: 2px;
  background: var(--primary-color);
  width: 90%;
  margin: auto;
}

footer .container-fluid .flex .colC {
  flex: 0 1 15%;
  max-width: 15%;
  width: 100%;
  display: flex;
  margin: auto;
  justify-content: end;
}

@media (max-width: 991px) {
  footer .container-fluid .flex .colC {
    margin: unset;
  }
}

@media (max-width: 991px) {
  footer .container-fluid .flex .colC {
    flex: 0 1 60%;
    max-width: 60%;
    width: 100%;
  }
}

footer .container-fluid .footer-link {
  display: flex;
  flex-wrap: wrap;
  padding-left: 30%;
  padding-top: 30px;
  padding-bottom: 35px;
}

@media (max-width: 1230px) {
  footer .container-fluid .footer-link {
    padding-left: 18%;
  }
}

@media (max-width: 1024px) {
  footer .container-fluid .footer-link {
    padding-left: 0%;
  }
}

@media (max-width: 991px) {
  footer .container-fluid .footer-link {
    padding: 30px 0;
  }
}

footer .container-fluid .footer-link h6 {
  margin-bottom: 15px;
}

footer .container-fluid .footer-link ul li {
  margin: 5px 0;
}

footer .container-fluid .footer-link ul li a {
  color: #666666;
  font-weight: 600;
}

footer .container-fluid .footer-link ul li a:hover {
  transition: 0.3s ease;
  color: var(--primary-color);
}

footer .container-fluid .footer-link .boxA {
  flex: 0 1 30%;
  max-width: 20%;
  width: 100%;
}

@media (max-width: 991px) {
  footer .container-fluid .footer-link .boxA {
    flex: 0 1 50%;
    max-width: 50%;
    width: 100%;
  }
}

footer .container-fluid .footer-link .boxB {
  flex: 0 1 30%;
  max-width: 20%;
  width: 100%;
}

@media (max-width: 991px) {
  footer .container-fluid .footer-link .boxB {
    flex: 0 1 50%;
    max-width: 50%;
    width: 100%;
  }
}

footer .container-fluid .footer-link .boxC {
  flex: 0 1 40%;
  max-width: 40%;
  width: 100%;
}

@media (max-width: 991px) {
  footer .container-fluid .footer-link .boxC {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
  }
}

footer .container-fluid .footer-link .boxC ul {
  margin-bottom: 30px;
}

footer .container-fluid .footer-link .boxC .grid {
  display: flex;
  gap: 10px;
}

footer .container-fluid .footer-link .boxC .grid .box {
  display: flex;
}

footer .container-fluid .footer-link .boxC .grid .box .talk-btn {
  border: 2px solid var(--primary-color);
  border-radius: 20px;
  padding: 5px 20px;
  background: var(--primary-color);
  font-size: 16px;
  color: white;
  font-weight: 600;
}

footer .container-fluid .footer-link .boxC .grid .box .talk-btn:hover {
  transition: 0.5s ease;
  background: #fff;
  color: var(--primary-color);
}

footer .container-fluid .footer-link .boxC .grid .box .Whatsapp-btn {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 600;
  border: 2px solid var(--primary-color);
  border-radius: 20px;
  padding: 5px 20px;
  display: flex;
  transition: 0.5s ease;
}

footer .container-fluid .footer-link .boxC .grid .box .Whatsapp-btn::after {
  padding: 5px 20px;
  margin-left: 26px;
}

footer .container-fluid .footer-link .boxC .grid .box .Whatsapp-btn svg {
  width: 20px;
  height: 20px;
  fill: var(--primary-color);
  margin: auto;
  margin-right: 5px;
  transition: 0.5s ease;
}

footer .container-fluid .footer-link .boxC .grid .box .Whatsapp-btn:hover {
  transition: 0.5s ease;
  background: var(--primary-color);
  color: #fff;
}

footer .container-fluid .footer-link .boxC .grid .box .Whatsapp-btn:hover svg {
  transition: 0.5s ease;
  fill: #fff;
}

footer .footer-strip {
  background: #e9e9e9;
  padding: 20px 15px;
}

@media (max-width: 675px) {
  footer .footer-strip {
    padding: 15px 15px 55px;
  }
}

footer .footer-strip>.container-fluid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 25px;
}

@media (max-width: 767px) {
  footer .footer-strip>.container-fluid {
    text-align: center;
  }
}

@media (max-width: 767px) {
  footer .footer-strip>.container-fluid .Col {
    width: 100%;
  }

  footer .footer-strip>.container-fluid .Col:first-child {
    padding-bottom: 8px;
  }

  footer .footer-strip>.container-fluid .Col:last-child {
    display: none;
    padding-top: 8px;
    border-top: 1px solid rgba(0, 0, 0, 0.231372549);
  }
}

footer .footer-strip>.container-fluid .Col p {
  color: #666666;
  font-weight: 600;
  font-size: 14px;
}

@media (max-width: 767px) {
  footer .footer-strip>.container-fluid .Col p {
    padding: 0 20px;
    display: inline;
  }
}

footer .footer-strip>.container-fluid .Col p br {
  display: none;
}

@media only screen and (max-width: 420px) {
  footer .footer-strip>.container-fluid .Col p br {
    display: block;
  }
}

footer .footer-strip>.container-fluid .Col p a {
  display: inline-block;
  margin: auto;
}

footer .footer-strip>.container-fluid .Col p a img {
  margin-left: 5px;
}

footer .footer-strip>.container-fluid .Col .grid {
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

footer .footer-strip>.container-fluid .Col .grid .box a {
  color: #666666;
  font-weight: 600;
  font-size: 14px;
  padding: 0;
}

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

.grid .social-media a {
  display: flex;
  width: 100%;
  text-align: left;
  border: 1px solid var(--primary-color);
  border-radius: 30px;
  padding: 8px;
  width: 40px;
  height: 40px;
  display: flex;
}

@media (max-width: 1230px) {
  .grid .social-media a {
    padding: 5px;
    width: 30px;
    height: 30px;
  }
}

.grid .social-media a:hover {
  background: var(--primary-color);
}

.grid .social-media a:hover svg {
  transition: 0.5s ease;
  fill: #fff;
}

.grid .social-media a svg {
  fill: var(--primary-color);
  width: 100%;
}

div#back-to-top {
  position: fixed;
  left: -70px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 55px;
  z-index: 11;
  bottom: 50px;
  background: var(--primary-color);
  padding: 10px;
  cursor: pointer;
  transition: 700ms ease;
}

@media (max-width: 675px) {
  div#back-to-top {
    width: 35px;
    height: 35px;
  }
}

div#back-to-top.show {
  left: 30px;
}

@media (max-width: 675px) {
  div#back-to-top.show {
    left: 5px;
    bottom: 85px;
  }
}

div#back-to-top img {
  width: 75%;
  transform: rotate(90deg);
}

.footer-strip-bottom {
  display: none;
}

@media (max-width: 675px) {
  .footer-strip-bottom {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: var(--primary-color);
  }
}

.footer-strip-bottom ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}

.footer-strip-bottom ul li {
  text-align: center;
  line-height: 1;
}

.footer-strip-bottom ul li:not(:last-child) {
  padding: 5px 0;
  border-right: 1px solid #fff;
}

.footer-strip-bottom ul li a {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 0 8px;
  color: #fff;
}

.footer-strip-bottom ul li a img {
  filter: invert(1);
  width: 17px;
}

.AboutSecA {
  height: 100vh;
  position: relative;
}

@media (max-width: 991px) {
  .AboutSecA {
    height: 100%;
  }
}

@media (max-width: 675px) {
  .AboutSecA {
    height: 340px;
  }
}

.AboutSecA.bg-overlay {
  position: relative;
}

.AboutSecA.bg-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to bottom, var(--SelecteBlack, #000), rgba(0, 0, 0, 0) 100%);
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}

.AboutSecA.bg-overlay::after {
  position: absolute;
  background: linear-gradient(2deg, var(--SelecteBlack, #000), rgba(0, 0, 0, 0) 85%);
  right: 0;
  width: 100%;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  pointer-events: none;
}

.AboutSecA.bg-overlay .about-inner-slider {
  width: 100%;
  height: 100%;
}

.AboutSecA.bg-overlay .about-inner-slider>img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 991px) {
  .AboutSecA.bg-overlay .about-inner-slider>img {
    height: 100%;
  }
}

.AboutSecA.bg-overlay video {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100vh;
}

.AboutSecA.bg-overlay .about-content-box {
  position: absolute;
  left: 5%;
  right: 5%;
  top: 60%;
  transform: translateY(-60%);
  z-index: 9;
}

@media (max-width: 767px) {
  .AboutSecA.bg-overlay .about-content-box {
    top: 65%;
  }
}

@media (max-width: 675px) {
  .AboutSecA.bg-overlay .about-content-box {
    top: 70%;
  }
}

.AboutSecA.bg-overlay .about-content-box .inner-box {
  width: 700px;
  margin: auto;
}

@media (max-width: 767px) {
  .AboutSecA.bg-overlay .about-content-box .inner-box {
    width: 100%;
  }
}

.AboutSecA.bg-overlay .about-content-box .inner-box .video_icon {
  cursor: pointer;
  margin: auto;
  margin-bottom: 90px;
}

@media (max-width: 675px) {
  .AboutSecA.bg-overlay .about-content-box .inner-box .video_icon {
    margin-bottom: 30px;
  }
}

@media (max-width: 675px) {
  .AboutSecA.bg-overlay .about-content-box .inner-box .video_icon {
    margin-bottom: 20px;
  }
}

.AboutSecA.bg-overlay .about-content-box .inner-box h1 {
  color: #fff;
  font-size: 48px;
  line-height: 48px;
  font-weight: 800;
  text-align: center;
}

@media (max-width: 767px) {
  .AboutSecA.bg-overlay .about-content-box .inner-box h1 {
    font-size: 34px;
    line-height: 36px;
  }
}

@media (max-width: 675px) {
  .AboutSecA.bg-overlay .about-content-box .inner-box h1 {
    font-size: 26px;
    line-height: 26px;
  }
}

@media (max-width: 520px) {
  .AboutSecA.bg-overlay .about-content-box .inner-box h1 {
    font-size: 24px;
    line-height: 26px;
  }
}

.AboutSecA.bg-overlay .about-content-box .inner-box h1 span {
  font-size: 100px;
  font-weight: 900;
}

.AboutSecA.bg-overlay .about-content-box .inner-box .link-btn {
  margin-top: 25px;
  width: 500px;
}

.AboutSecA.bg-overlay .about-content-box .inner-box .link-btn a {
  display: flex;
  color: #fff;
  justify-content: left;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.AboutSecA.bg-overlay .about-content-box .inner-box .link-btn a span {
  display: inline-block;
  display: flex;
}

.AboutSecA.bg-overlay .about-content-box .inner-box .link-btn a span figure {
  position: relative;
  margin: auto;
}

.AboutSecA.bg-overlay .about-content-box .inner-box .link-btn a span figure .icon1 {
  opacity: 1;
}

.AboutSecA.bg-overlay .about-content-box .inner-box .link-btn a span figure .icon2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.AboutSecA.bg-overlay .about-content-box .inner-box .link-btn a span img {
  margin: auto;
  margin-left: 10px;
}

.AboutSecA.bg-overlay .about-content-box .inner-box .link-btn a:hover {
  padding-left: 10px;
  transition: 0.5s ease;
}

.AboutSecA.bg-overlay .about-content-box .inner-box .link-btn a:hover figure .icon1 {
  opacity: 0;
}

.AboutSecA.bg-overlay .about-content-box .inner-box .link-btn a:hover figure .icon2 {
  opacity: 1;
}

.AboutSecB {
  background: linear-gradient(179deg, #fff, #f0f0f0);
  padding: 50px 0;
}

@media (max-width: 767px) {
  .AboutSecB {
    padding: 30px 0;
  }
}

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

.AboutSecB .container figure img {
  margin: auto;
}

.AboutSecB .container h2 {
  font-weight: 800;
  margin: 30px 0 30px;
}

@media (max-width: 675px) {
  .AboutSecB .container h2 {
    margin: 20px 0 15px;
  }
}

.AboutSecB .container .content {
  max-width: 838px;
  margin: 0 auto;
}

.AboutSecB .container .content p {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  font-weight: 500;
  text-align: justify;
}

.AboutSecB .container .content p:not(:last-child) {
  margin-bottom: 20px;
}

.AboutSecC {
  background: url(../images/secBG.jpg);
  width: 100%;
  height: 100%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.AboutSecC .bg img {
  width: 100%;
}

.AboutSecC .AboutSecC-wrapper {
  padding: 75px 0;
}

@media (max-width: 767px) {
  .AboutSecC .AboutSecC-wrapper {
    padding: 30px 0;
  }
}

.AboutSecC .AboutSecC-wrapper .heading h2 {
  font-weight: 800;
}

.AboutSecC .AboutSecC-wrapper .owl-dots {
  display: flex;
  text-align: center;
  align-items: center;
  margin: auto;
  position: absolute;
  top: -40px;
  left: 45%;
}

.AboutSecC .AboutSecC-wrapper .pagination {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 50px 0;
}

@media (max-width: 675px) {
  .AboutSecC .AboutSecC-wrapper .pagination {
    margin: 30px 0;
  }
}

.AboutSecC .AboutSecC-wrapper .pagination .owl-dot {
  margin: 0 8px;
  cursor: pointer;
}

.AboutSecC .AboutSecC-wrapper .pagination .owl-dot.active .line {
  width: 2px;
  height: 65px;
}

.AboutSecC .AboutSecC-wrapper .pagination .owl-dot.active .line span {
  opacity: 1;
  transform: translateY(0);
  color: #000;
}

.AboutSecC .AboutSecC-wrapper .pagination .owl-dot .line {
  width: 1px;
  height: 40px;
  position: relative;
  background: #000;
  position: absolute;
  top: 0;
  transition: 0.5s ease;
}

.AboutSecC .AboutSecC-wrapper .pagination .owl-dot .line span {
  position: absolute;
  top: 72px;
  left: -20px;
  font-size: 18px;
  font-weight: 600;
  opacity: 0;
  transform: translateY(50px);
  transition: 1s;
}

.AboutSecC .AboutSecC-wrapper .box {
  position: relative;
}

.AboutSecC .AboutSecC-wrapper .swiper-active-mark {
  display: block;
  left: 729px;
  position: absolute;
  top: 9rem;
  transition-duration: 0.7s;
  transition-property: all;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 12px solid #000;
}

@media (max-width: 767px) {
  .AboutSecC .AboutSecC-wrapper .swiper-active-mark {
    top: 6rem;
  }
}

@media (max-width: 675px) {
  .AboutSecC .AboutSecC-wrapper .swiper-active-mark {
    top: 5rem;
  }
}

.AboutSecC .journeyslider {
  margin-top: 115px;
}

@media (max-width: 675px) {
  .AboutSecC .journeyslider {
    margin-top: 80px;
  }
}

.AboutSecC .journeyslider .owl-stage {
  padding: 45px 0;
}

@media (max-width: 767px) {
  .AboutSecC .journeyslider .owl-stage {
    padding: 20px 0;
  }
}

.AboutSecC .journeyslider .owl-item.center .item figure img {
  filter: grayscale(0);
}

.AboutSecC .journeyslider .owl-item .item {
  background: #fff;
  border-radius: 11px;
  display: flex;
  flex-wrap: wrap;
  --paddi: 30px;
  padding: var(--paddi);
  padding-bottom: calc(var(--paddi) * 2.2);
  box-shadow: rgba(145, 145, 145, 0.31) 0px -5px 32px 5px;
}

@media (max-width: 767px) {
  .AboutSecC .journeyslider .owl-item .item {
    --paddi: 20px;
    margin: 10px;
    padding-bottom: 30px;
  }
}

.AboutSecC .journeyslider .owl-item .item figure {
  flex: 0 1 38%;
}

@media (max-width: 767px) {
  .AboutSecC .journeyslider .owl-item .item figure {
    flex: 0 1 100%;
  }
}

.AboutSecC .journeyslider .owl-item .item figure img {
  filter: grayscale(1);
}

.AboutSecC .journeyslider .owl-item .item .journey-content {
  flex: 1;
  padding-left: 25px;
}

@media (max-width: 767px) {
  .AboutSecC .journeyslider .owl-item .item .journey-content {
    padding: 30px 0 0 0;
    text-align: center;
  }
}

@media (max-width: 675px) {
  .AboutSecC .journeyslider .owl-item .item .journey-content {
    padding: 20px 0 0 0;
  }
}

.AboutSecC .journeyslider .owl-item .item .journey-content h5 {
  font-size: 25px;
  margin-bottom: 15px;
}

.AboutSecC .journeyslider .owl-item .item .journey-content p {
  font-size: 16px;
  line-height: 22px;
  color: #666666;
}

.AboutSecD {
  position: relative;
}

.AboutSecD .heading {
  position: absolute;
  top: 16%;
  left: 0;
  right: 0;
  display: flex;
  z-index: 9;
  justify-content: center;
}

@media (max-width: 1024px) {
  .AboutSecD .heading {
    top: 5%;
  }
}

@media (max-width: 991px) {
  .AboutSecD .heading {
    position: relative;
  }
}

.AboutSecD .heading h2 {
  text-align: center;
  color: #fff;
  font-weight: 800;
  max-width: 500px;
}

@media (max-width: 991px) {
  .AboutSecD .heading h2 {
    max-width: 100%;
    color: #000;
    margin: 30px 0;
  }
}

@media (max-width: 520px) {
  .AboutSecD .heading h2 {
    margin-bottom: 30px 0 10px;
  }
}

@media (max-width: 991px) {
  .AboutSecD .flex {
    gap: 15px;
  }
}

.AboutSecD .flex .col-md {
  flex: 0 1 33.33%;
  max-width: 33.33%;
  width: 100%;
  position: relative;
  height: 90vh;
  overflow: hidden;
}

@media (max-width: 675px) {
  .AboutSecD .flex .col-md {
    height: 70vh;
  }
}

@media (max-width: 1024px) {

  .AboutSecD .flex .col-md:nth-child(1),
  .AboutSecD .flex .col-md:nth-child(2) {
    flex: 0 1 50%;
    max-width: 50%;
  }
}

@media (max-width: 991px) {

  .AboutSecD .flex .col-md:nth-child(1),
  .AboutSecD .flex .col-md:nth-child(2) {
    flex: 0 1 49%;
    max-width: 49%;
  }
}

@media (max-width: 1024px) {
  .AboutSecD .flex .col-md:nth-child(3) {
    flex: 0 1 100%;
    max-width: 100%;
  }
}

@media (max-width: 860px) {

  .AboutSecD .flex .col-md:nth-child(1),
  .AboutSecD .flex .col-md:nth-child(2),
  .AboutSecD .flex .col-md:nth-child(3) {
    flex: 0 1 100%;
    max-width: 100%;
  }
}

.AboutSecD .flex .col-md::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: linear-gradient(22deg, rgba(0, 0, 0, 0.5607843137), transparent);
}

.AboutSecD .flex .col-md .bg {
  height: 100%;
}

.AboutSecD .flex .col-md .bg img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1024px) {
  .AboutSecD .flex .col-md .bg img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.AboutSecD .flex .col-md .col-md-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  max-width: 450px;
  margin: 0 auto;
  display: flex;
  padding: 15px;
}

@media (max-width: 1230px) {
  .AboutSecD .flex .col-md .col-md-wrap {
    display: block;
    top: 40%;
  }
}

@media (max-width: 1140px) {
  .AboutSecD .flex .col-md .col-md-wrap {
    display: block;
  }
}

@media (max-width: 991px) {
  .AboutSecD .flex .col-md .col-md-wrap {
    display: flex;
    max-width: 100%;
    top: 50%;
  }
}

@media (max-width: 675px) {
  .AboutSecD .flex .col-md .col-md-wrap {
    top: 45%;
  }
}

@media (max-width: 520px) {
  .AboutSecD .flex .col-md .col-md-wrap {
    top: 25%;
  }
}

.AboutSecD .flex .col-md .col-md-wrap .no {
  color: #fff;
  font-size: 36px;
  line-height: 1;
  font-weight: 600;
}

@media (max-width: 675px) {
  .AboutSecD .flex .col-md .col-md-wrap .no {
    position: absolute;
    top: -17px;
    font-size: 26px;
  }
}

@media (max-width: 520px) {
  .AboutSecD .flex .col-md .col-md-wrap .no {
    display: none;
  }
}

.AboutSecD .flex .col-md .col-md-wrap .colmd-wrap-content {
  padding-left: 35px;
}

@media (max-width: 1366px) {
  .AboutSecD .flex .col-md .col-md-wrap .colmd-wrap-content {
    padding-left: 25px;
  }
}

@media (max-width: 1230px) {
  .AboutSecD .flex .col-md .col-md-wrap .colmd-wrap-content {
    padding-left: 0px;
    margin-top: 25px;
  }
}

@media (max-width: 991px) {
  .AboutSecD .flex .col-md .col-md-wrap .colmd-wrap-content {
    padding-left: 30px;
    margin-top: 0px;
  }
}

@media (max-width: 675px) {
  .AboutSecD .flex .col-md .col-md-wrap .colmd-wrap-content {
    padding-left: 0px;
    margin-top: 20px;
  }
}

.AboutSecD .flex .col-md .col-md-wrap .colmd-wrap-content h6 {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 10px;
}

.AboutSecD .flex .col-md .col-md-wrap .colmd-wrap-content p {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

@media (max-width: 1140px) {
  .AboutSecD .flex .col-md .col-md-wrap .colmd-wrap-content p {
    padding-left: 0;
    margin-top: 10px;
  }
}

@media (max-width: 991px) {
  .AboutSecD .flex .col-md .col-md-wrap .colmd-wrap-content p {
    margin-top: 0px;
  }
}

@media (max-width: 675px) {
  .AboutSecD .flex .col-md .col-md-wrap .colmd-wrap-content p {
    margin-top: 0px;
    line-height: 22px;
  }
}

.AboutSecD .flex .col-md .col-md-wrap .colmd-wrap-content ul {
  padding-left: 20px;
}

.AboutSecD .flex .col-md .col-md-wrap .colmd-wrap-content ul li {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 5px;
  position: relative;
}

.AboutSecD .flex .col-md .col-md-wrap .colmd-wrap-content ul li::before {
  content: "";
  position: absolute;
  left: -19px;
  top: 6px;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 20px;
}

.AboutScE {
  padding: 75px 0;
  background: linear-gradient(180deg, rgb(255, 255, 255) 16%, rgb(228, 228, 228) 79%);
}

@media (max-width: 767px) {
  .AboutScE {
    padding: 30px 0;
  }
}

.AboutScE .heading {
  margin-bottom: 55px;
}

@media (max-width: 675px) {
  .AboutScE .heading {
    margin-bottom: 30px;
  }
}

.AboutScE .heading h2 {
  font-weight: 800;
}

.AboutScE .heading p {
  font-size: 16px;
  line-height: 22px;
  max-width: 890px;
  margin: 0 auto;
  padding-top: 12px;
}

.AboutScE .certificate-slider img {
  width: auto;
  margin: 0 auto;
}

.AboutScE .certificate-slider .owl-item {
  transition: 0.6s ease;
}

.AboutScE .certificate-slider .owl-item:not(.center) {
  transform: scale(0.5);
}

.AboutScE .certificate-slider .owl-item:not(.center) figure {
  box-shadow: rgba(123, 123, 123, 0.1) 0px 166px 100px 10px, rgba(123, 123, 123, 0.1) 119px 120px 87px -30px;
}

.AboutScE .certificate-slider .owl-item:not(.center) figure .background-cer {
  display: none;
}

.AboutScE .certificate-slider .owl-item:not(.center) figure img {
  filter: grayscale(1);
}

.AboutScE .certificate-slider .owl-item.center figure .cert-UCG {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 10px);
}

.AboutScE .certificate-slider .owl-nav {
  --positibtn: 28%;
}

@media (max-width: 991px) {
  .AboutScE .certificate-slider .owl-nav {
    --positibtn: 15%;
  }
}

.AboutScE .certificate-slider .owl-nav button.owl-prev,
.AboutScE .certificate-slider .owl-nav .owl-next {
  background: #fff;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}

.AboutScE .certificate-slider .owl-nav button.owl-prev img,
.AboutScE .certificate-slider .owl-nav .owl-next img {
  filter: invert(1);
  padding: 12px;
  width: 43px;
}

.AboutScE .certificate-slider .owl-nav button.owl-prev:hover,
.AboutScE .certificate-slider .owl-nav .owl-next:hover {
  background: var(--primary-color);
}

.AboutScE .certificate-slider .owl-nav button.owl-prev:hover img,
.AboutScE .certificate-slider .owl-nav .owl-next:hover img {
  filter: invert(0);
}

.AboutScE .certificate-slider .owl-nav .owl-prev {
  left: var(--positibtn);
}

.AboutScE .certificate-slider .owl-nav .owl-next {
  right: var(--positibtn);
}

.AboutScE .certificate-slider .owl-dots {
  text-align: center;
  margin-top: 10px;
}

.AboutScE .certificate-slider .owl-dots .owl-dot {
  background: #8f8f8f;
  height: 10px;
  width: 10px;
  margin: 0 3px;
  border-radius: 10px;
}

.AboutScE .certificate-slider .owl-dots .owl-dot.active {
  background: var(--primary-color);
}

.errorSecA {
  height: 100vh;
  position: relative;
}

@media (max-width: 991px) {
  .errorSecA {
    height: 100%;
  }
}

@media (max-width: 675px) {
  .errorSecA {
    height: 340px;
  }
}

.errorSecA.bg-overlay {
  position: relative;
}

.errorSecA.bg-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to bottom, var(--SelecteBlack, #000), rgba(0, 0, 0, 0) 100%);
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}

.errorSecA.bg-overlay::after {
  position: absolute;
  background: linear-gradient(2deg, var(--SelecteBlack, #000), rgba(0, 0, 0, 0) 85%);
  right: 0;
  width: 100%;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  pointer-events: none;
}

.errorSecA.bg-overlay .error-inner-slider {
  width: 100%;
  height: 100%;
}

.errorSecA.bg-overlay .error-inner-slider>img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 991px) {
  .errorSecA.bg-overlay .error-inner-slider>img {
    height: 100%;
  }
}

.errorSecA.bg-overlay .about-content-box {
  position: absolute;
  left: 5%;
  right: 5%;
  top: 60%;
  transform: translateY(-60%);
  z-index: 9;
}

@media (max-width: 767px) {
  .errorSecA.bg-overlay .about-content-box {
    top: 65%;
  }
}

.errorSecA.bg-overlay .about-content-box .inner-box {
  width: 700px;
  margin: auto;
}

@media (max-width: 767px) {
  .errorSecA.bg-overlay .about-content-box .inner-box {
    width: 100%;
  }
}

.errorSecA.bg-overlay .about-content-box .inner-box h1 {
  color: #fff;
  font-size: 48px;
  line-height: 48px;
  font-weight: 800;
  text-align: center;
}

@media (max-width: 767px) {
  .errorSecA.bg-overlay .about-content-box .inner-box h1 {
    font-size: 34px;
    line-height: 40px;
  }
}

@media (max-width: 675px) {
  .errorSecA.bg-overlay .about-content-box .inner-box h1 {
    font-size: 26px;
    line-height: 32px;
  }
}

@media (max-width: 520px) {
  .errorSecA.bg-overlay .about-content-box .inner-box h1 {
    font-size: 24px;
    line-height: 32px;
  }
}

.errorSecA.bg-overlay .about-content-box .inner-box h2 {
  color: #fff;
  font-size: 40px;
  line-height: 48px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .errorSecA.bg-overlay .about-content-box .inner-box h2 {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (max-width: 675px) {
  .errorSecA.bg-overlay .about-content-box .inner-box h2 {
    font-size: 22px;
    line-height: 26px;
  }
}

@media (max-width: 520px) {
  .errorSecA.bg-overlay .about-content-box .inner-box h2 {
    font-size: 20px;
    line-height: 26px;
  }
}

.errorSecA.bg-overlay .about-content-box .inner-box p {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  font-weight: 500;
  width: 350px;
  text-align: center;
  margin: auto;
}

@media (max-width: 520px) {
  .errorSecA.bg-overlay .about-content-box .inner-box p {
    width: 100%;
  }
}

.errorSecA.bg-overlay .about-content-box .inner-box .link-btn {
  text-align: center;
  margin-top: 60px;
}

@media (max-width: 675px) {
  .errorSecA.bg-overlay .about-content-box .inner-box .link-btn {
    margin-top: 40px;
  }
}

.errorSecA.bg-overlay .about-content-box .inner-box .link-btn .backtohome {
  border: 2px solid #fff;
  color: #fff;
  padding: 8px 40px;
  border-radius: 40px;
  font-weight: 600;
}

@media (max-width: 675px) {
  .errorSecA.bg-overlay .about-content-box .inner-box .link-btn .backtohome {
    padding: 5px 20px;
  }
}

.errorSecA.bg-overlay .about-content-box .inner-box .link-btn .backtohome:hover {
  border: 2px solid var(--primary-color);
  background: var(--primary-color);
  color: #fff;
}

.mt-0 {
  margin-top: 0px !important;
}

.ProductSecA {
  position: relative;
  overflow: hidden;
}

.ProductSecA.bg-overlay {
  position: relative;
}

.ProductSecA.bg-overlay .Product-inner-slider {
  width: 100%;
  height: 100%;
}

.ProductSecA.bg-overlay .Product-inner-slider .Productbanner {
  position: relative;
}

.ProductSecA.bg-overlay .Product-inner-slider .Productbanner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to bottom, var(--SelecteBlack, #000), rgba(0, 0, 0, 0) 100%);
  opacity: 1;
  z-index: 2;
  pointer-events: none;
}

.ProductSecA.bg-overlay .Product-inner-slider .Productbanner::after {
  position: absolute;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9294117647), rgba(0, 0, 0, 0) 85%);
  right: 0;
  width: 100%;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}

@media (max-width: 675px) {
  .ProductSecA.bg-overlay .Product-inner-slider .Productbanner .item figure img {
    height: 340px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.ProductSecA.bg-overlay .Product-inner-slider .Productbanner .owl-dots {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5%;
  text-align: center;
  z-index: 3;
}

.ProductSecA.bg-overlay .Product-inner-slider .Productbanner .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #979599;
  margin: 0 5px;
}

.ProductSecA.bg-overlay .Product-inner-slider .Productbanner .owl-dots .owl-dot.active {
  background: var(--primary-color);
}

.ProductSecA.bg-overlay .Product-inner-slider .content-box {
  content: "";
  position: absolute;
  left: 10%;
  top: 60%;
  transform: translateY(-60%);
  z-index: 9;
  text-align: left;
}

@media (max-width: 1366px) {
  .ProductSecA.bg-overlay .Product-inner-slider .content-box {
    left: 5%;
  }
}

@media (max-width: 1230px) {
  .ProductSecA.bg-overlay .Product-inner-slider .content-box {
    left: 25px;
  }
}

@media (max-width: 991px) {
  .ProductSecA.bg-overlay .Product-inner-slider .content-box {
    left: 15px;
  }
}

@media (max-width: 675px) {
  .ProductSecA.bg-overlay .Product-inner-slider .content-box {
    left: 0;
    padding: 0 20px;
    width: 100%;
  }
}

.ProductSecA.bg-overlay .Product-inner-slider .content-box .inner-box {
  width: 800px;
}

@media (max-width: 991px) {
  .ProductSecA.bg-overlay .Product-inner-slider .content-box .inner-box {
    width: 700px;
  }
}

@media (max-width: 767px) {
  .ProductSecA.bg-overlay .Product-inner-slider .content-box .inner-box {
    width: 100%;
  }
}

.ProductSecA.bg-overlay .Product-inner-slider .content-box .inner-box h1 {
  font-size: 48px;
  line-height: 50px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 25px;
}

@media (max-width: 675px) {
  .ProductSecA.bg-overlay .Product-inner-slider .content-box .inner-box h1 {
    font-size: 30px;
    line-height: 32px;
    text-align: center;
  }
}

.ProductSecA.bg-overlay .Product-inner-slider .content-box .inner-box p:first-child {
  display: none;
}

.ProductSecA.bg-overlay .Product-inner-slider .content-box .inner-box p:last-child {
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
  color: #fff;
  font-weight: 600;
}

@media (max-width: 991px) {
  .ProductSecA.bg-overlay .Product-inner-slider .content-box .inner-box p:last-child {
    display: none;
  }
}

.ProductSecB .bg-clr {
  background: #f9f9f9;
}

@media (max-width: 675px) {
  .ProductSecB .bg-clr .container {
    padding: 0;
  }
}

@media (max-width: 1230px) {
  .ProductSecB .bg-clr .container .product-tab {
    white-space: nowrap;
    width: 100%;
    overflow-x: auto;
  }
}

.ProductSecB .bg-clr .container .product-tab ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

@media (max-width: 1230px) {
  .ProductSecB .bg-clr .container .product-tab ul {
    gap: 20px;
  }
}

@media (max-width: 675px) {
  .ProductSecB .bg-clr .container .product-tab ul {
    display: block;
    padding: 0 25px;
  }
}

.ProductSecB .bg-clr .container .product-tab ul .box {
  position: relative;
  padding: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 15px;
  cursor: pointer;
}

.ProductSecB .bg-clr .container .product-tab ul .box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--primary-color);
  width: 0%;
  margin-top: 20px;
  transition: 0.3s ease;
}

@media (max-width: 675px) {
  .ProductSecB .bg-clr .container .product-tab ul .box::after {
    display: none;
  }
}

.ProductSecB .bg-clr .container .product-tab ul .box figure {
  position: relative;
  width: 32px;
}

@media only screen and (max-width: 420px) {
  .ProductSecB .bg-clr .container .product-tab ul .box figure {
    width: 20px;
  }
}

.ProductSecB .bg-clr .container .product-tab ul .box figure .icon1 {
  opacity: 1;
  filter: invert(1);
}

.ProductSecB .bg-clr .container .product-tab ul .box figure .icon2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.ProductSecB .bg-clr .container .product-tab ul .box .text-heading {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  transition: 0.5s ease;
}

@media (max-width: 675px) {
  .ProductSecB .bg-clr .container .product-tab ul .box .text-heading {
    font-size: 18px;
  }
}

.ProductSecB .bg-clr .container .product-tab ul .box:hover::after,
.ProductSecB .bg-clr .container .product-tab ul .box.active::after {
  width: 100%;
}

.ProductSecB .bg-clr .container .product-tab ul .box:hover .text-heading,
.ProductSecB .bg-clr .container .product-tab ul .box.active .text-heading {
  color: var(--primary-color);
  transition: 0.3s ease;
}

.ProductSecB .bg-clr .container .product-tab ul .box:hover figure .icon1,
.ProductSecB .bg-clr .container .product-tab ul .box.active figure .icon1 {
  opacity: 0;
}

.ProductSecB .bg-clr .container .product-tab ul .box:hover figure .icon2,
.ProductSecB .bg-clr .container .product-tab ul .box.active figure .icon2 {
  opacity: 1;
}

.ProductSecB .ourterCon {
  display: none;
}

@media (max-width: 991px) {
  .ProductSecB .ourterCon {
    background: #fff;
    display: block;
    padding: 50px 0 10px;
  }
}

@media (max-width: 767px) {
  .ProductSecB .ourterCon {
    padding: 30px 0 0;
  }
}

.ProductSecB .ourterCon .context {
  width: 100%;
  margin: auto;
  text-align: justify;
  padding: 0 15px;
}

.ProductSecB .ourterCon .context p {
  font-size: 16px;
  line-height: 22px;
  color: #666666;
}

.ProductSecB .product-listing-outer {
  background: #fff;
  margin: 40px auto;
}

.ProductSecB .product-listing-outer .product-listingSec {
  display: flex;
  padding: 0 3%;
}

@media (max-width: 1230px) {
  .ProductSecB .product-listing-outer .product-listingSec {
    padding: 0;
    flex-wrap: wrap;
  }
}

.ProductSecB .product-listing-outer .product-listingSec .aside-left {
  flex: 0 1 20%;
  max-width: 20%;
  width: 100%;
}

@media (max-width: 1230px) {
  .ProductSecB .product-listing-outer .product-listingSec .aside-left {
    flex: 0 1 25%;
    max-width: 25%;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .ProductSecB .product-listing-outer .product-listingSec .aside-left {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
    white-space: nowrap;
  }
}

@media (max-width: 675px) {
  .ProductSecB .product-listing-outer .product-listingSec .aside-left {
    white-space: wrap;
  }
}

.ProductSecB .product-listing-outer .product-listingSec .aside-left ul {
  padding: 15px 15px;
  background: var(--primary-color);
  border-radius: 8px;
  position: relative;
}

@media (max-width: 991px) {
  .ProductSecB .product-listing-outer .product-listingSec .aside-left ul {
    padding: 0 10px;
    height: 50px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 991px) and (max-width: 991px) {
  .ProductSecB .product-listing-outer .product-listingSec .aside-left ul {
    width: 100%;
    overflow-x: auto;
    justify-content: left;
  }
}

@media (max-width: 675px) {
  .ProductSecB .product-listing-outer .product-listingSec .aside-left ul {
    height: auto;
  }
}

.ProductSecB .product-listing-outer .product-listingSec .aside-left ul::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 188px;
  width: 200px;
  background: url(../images/footer-logo.png);
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 0.2;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}

@media (max-width: 991px) {
  .ProductSecB .product-listing-outer .product-listingSec .aside-left ul::before {
    display: none;
  }
}

.ProductSecB .product-listing-outer .product-listingSec .aside-left ul .owl-nav button img {
  filter: invert(1);
}

.ProductSecB .product-listing-outer .product-listingSec .aside-left ul li.check_sub_cat {
  position: relative;
}

@media (max-width: 1230px) {
  .ProductSecB .product-listing-outer .product-listingSec .aside-left ul li.check_sub_cat {
    padding: 5px 15px;
  }
}

@media (max-width: 991px) {
  .ProductSecB .product-listing-outer .product-listingSec .aside-left ul li.check_sub_cat {
    display: inline-block;
  }
}

@media (max-width: 675px) {
  .ProductSecB .product-listing-outer .product-listingSec .aside-left ul li.check_sub_cat {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    height: 100%;
  }
}

.ProductSecB .product-listing-outer .product-listingSec .aside-left ul li.check_sub_cat input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.ProductSecB .product-listing-outer .product-listingSec .aside-left ul li.check_sub_cat:last-child {
  margin-bottom: 70px;
}

@media (max-width: 991px) {
  .ProductSecB .product-listing-outer .product-listingSec .aside-left ul li.check_sub_cat:last-child {
    margin-bottom: 0px;
    margin: 5px 0;
  }
}

@media (max-width: 675px) {
  .ProductSecB .product-listing-outer .product-listingSec .aside-left ul li.check_sub_cat:last-child {
    margin: 0;
  }
}

.ProductSecB .product-listing-outer .product-listingSec .aside-left ul li.check_sub_cat a {
  display: block;
  padding: 3px 20px;
  color: #fff;
  border-radius: 20px;
  margin: 5px 0;
}

.ProductSecB .product-listing-outer .product-listingSec .aside-left ul li.check_sub_cat a:hover {
  background: white;
  color: var(--primary-color);
}

.ProductSecB .product-listing-outer .product-listingSec .aside-right {
  flex: 0 1 80%;
  max-width: 80%;
  width: 100%;
  padding-left: 40px;
}

@media (max-width: 1230px) {
  .ProductSecB .product-listing-outer .product-listingSec .aside-right {
    flex: 0 1 75%;
    max-width: 75%;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .ProductSecB .product-listing-outer .product-listingSec .aside-right {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
    margin-top: 50px;
    padding-left: 0px;
  }
}

.ProductSecB .product-listing-outer .product-listingSec .aside-right .progrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

@media (max-width: 1230px) {
  .ProductSecB .product-listing-outer .product-listingSec .aside-right .progrid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 675px) {
  .ProductSecB .product-listing-outer .product-listingSec .aside-right .progrid {
    gap: 15px;
  }
}

.ProductSecB .product-listing-outer .product-listingSec .aside-right .progrid li {
  box-shadow: 0 0 10px #ddd0d0;
  border-radius: 10px;
  overflow: hidden;
}

.ProductSecB .product-listing-outer .product-listingSec .aside-right .progrid li .card figure {
  overflow: hidden;
}

.ProductSecB .product-listing-outer .product-listingSec .aside-right .progrid li .card figure img {
  width: 100%;
  transition: 0.5s ease;
}

.ProductSecB .product-listing-outer .product-listingSec .aside-right .progrid li .card .content {
  padding: 20px;
}

@media (max-width: 675px) {
  .ProductSecB .product-listing-outer .product-listingSec .aside-right .progrid li .card .content {
    text-align: center;
    padding: 10px;
  }
}

.ProductSecB .product-listing-outer .product-listingSec .aside-right .progrid li .card .content h5 {
  font-size: 20px;
  line-height: 22px;
  color: #000;
  margin-bottom: 8px;
}

@media (max-width: 675px) {
  .ProductSecB .product-listing-outer .product-listingSec .aside-right .progrid li .card .content h5 {
    font-size: 14px;
    line-height: 16px;
  }
}

.ProductSecB .product-listing-outer .product-listingSec .aside-right .progrid li .card .content p {
  font-size: 14px;
  color: #666666;
  padding-bottom: 15px;
}

@media (max-width: 675px) {
  .ProductSecB .product-listing-outer .product-listingSec .aside-right .progrid li .card .content p {
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 0px;
  }
}

@media (max-width: 520px) {
  .ProductSecB .product-listing-outer .product-listingSec .aside-right .progrid li .card .content p {
    display: none;
  }
}

.ProductSecB .product-listing-outer .product-listingSec .aside-right .progrid li .card:hover figure img {
  transform: scale(1.2);
  transition: 0.5s ease;
}

.product-tab-content .product-wrap:not(.active) {
  display: none;
}

.blogSec {
  background: #fff;
  padding: 60px 0 30px;
}

@media (max-width: 991px) {
  .blogSec {
    padding: 50px 0;
  }
}

@media (max-width: 675px) {
  .blogSec {
    padding: 30px 0;
  }
}

.blogSec .container-fluid .heading {
  margin-bottom: 0;
  padding-top: 40px;
}

@media (max-width: 991px) {
  .blogSec .container-fluid .heading {
    margin-bottom: 25px;
    padding-top: 10px;
  }
}

.blogSec .container-fluid .heading h2 {
  font-weight: 800;
  text-align: center;
}

.blogSec .container-fluid .BlogSlider {
  padding: 20px 40px;
}

@media (max-width: 1230px) {
  .blogSec .container-fluid .BlogSlider {
    padding: 20px 20px;
  }
}

@media (max-width: 991px) {
  .blogSec .container-fluid .BlogSlider {
    padding: 0px;
    margin-top: 30px;
  }
}

.blogSec .container-fluid .BlogSlider .item {
  padding: 10px;
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .blogSec .container-fluid .BlogSlider .item {
    padding: 3px;
  }
}

.blogSec .container-fluid .BlogSlider .item .card {
  box-shadow: 0 0 10px #ddd0d0;
  border-radius: 10px;
  overflow: hidden;
}

.blogSec .container-fluid .BlogSlider .item .content {
  padding: 20px;
  background: #fff;
}

@media (max-width: 675px) {
  .blogSec .container-fluid .BlogSlider .item .content {
    text-align: center;
  }
}

.blogSec .container-fluid .BlogSlider .item .content h5 {
  font-size: 20px;
  line-height: 26px;
  color: #000;
}

.blogSec .container-fluid .BlogSlider .item .content p {
  font-size: 14px;
  color: #666666;
  padding-bottom: 20px;
}

@media (max-width: 675px) {
  .blogSec .container-fluid .BlogSlider .item .content p {
    padding-bottom: 10px;
  }
}

.blogSec .container-fluid .BlogSlider .owl-dots {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}

.blogSec .container-fluid .BlogSlider .owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  background: #bbbbbb;
  margin: 0 3px;
  border-radius: 10px;
}

.blogSec .container-fluid .BlogSlider .owl-dots button.owl-dot.active {
  background: var(--primary-color);
}

.blogSec .container-fluid .BlogSlider .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2196078431);
}

@media (max-width: 1366px) {
  .blogSec .container-fluid .BlogSlider .owl-nav button {
    top: 50%;
    transform: translateY(-50%);
  }
}

.blogSec .container-fluid .BlogSlider .owl-nav button:hover {
  background: var(--primary-color);
}

.blogSec .container-fluid .BlogSlider .owl-nav button:hover img {
  filter: invert(0);
}

.blogSec .container-fluid .BlogSlider .owl-nav button img {
  filter: invert(1);
  padding: 12px;
  width: 43px;
}

.blogSec .container-fluid .BlogSlider .owl-nav button.owl-prev {
  left: 28px;
}

.blogSec .container-fluid .BlogSlider .owl-nav button.owl-next {
  right: 28px;
}

.d-none {
  display: none !important;
}

.ProductDetailA {
  padding: 70px 0 70px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 991px) {
  .ProductDetailA {
    padding: 50px 0 50px;
  }
}

@media (max-width: 675px) {
  .ProductDetailA {
    padding: 70px 0 30px;
  }
}

.ProductDetailA.bg-overlay {
  position: relative;
}

@media (max-width: 675px) {
  .ProductDetailA.bg-overlay .Product-detail-slider {
    background-size: 50%;
    background-position: 59% 18%;
  }
}

.ProductDetailA.bg-overlay .Product-detail-slider .logo-prod {
  content: "";
  position: absolute;
  top: 60%;
  left: 60%;
  transform: translate(-60%, -60%);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}

.ProductDetailA.bg-overlay .Product-detail-slider .ProductDetSlide {
  position: relative;
  margin: 40px 0 35px;
}

@media (max-width: 520px) {
  .ProductDetailA.bg-overlay .Product-detail-slider .ProductDetSlide {
    margin: 20px 0 20px;
  }
}

.ProductDetailA.bg-overlay .Product-detail-slider .ProductDetSlide .owl-nav button {
  position: absolute;
  top: 40%;
  transform: translateY(-40%);
}

.ProductDetailA.bg-overlay .Product-detail-slider .ProductDetSlide .owl-nav button.owl-prev {
  left: 15%;
}

.ProductDetailA.bg-overlay .Product-detail-slider .ProductDetSlide .owl-nav button.owl-next {
  right: 15%;
}

.ProductDetailA.bg-overlay .Product-detail-slider .ProductDetSlide .owl-dots {
  text-align: center;
}

.ProductDetailA.bg-overlay .Product-detail-slider .ProductDetSlide .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #d0d0d0;
  margin: 0 3px;
}

.ProductDetailA.bg-overlay .Product-detail-slider .ProductDetSlide .owl-dots .owl-dot.active {
  background: var(--primary-color);
}

.ProductDetailA.bg-overlay .Product-detail-slider .ProductDetSlide .item figure img {
  width: 42%;
  margin: auto;
}

@media (max-width: 1230px) {
  .ProductDetailA.bg-overlay .Product-detail-slider .ProductDetSlide .item figure img {
    width: 60%;
  }
}

@media (max-width: 767px) {
  .ProductDetailA.bg-overlay .Product-detail-slider .ProductDetSlide .item figure img {
    width: 80%;
  }
}

@media (max-width: 675px) {
  .ProductDetailA.bg-overlay .Product-detail-slider .ProductDetSlide .item figure img {
    width: 100%;
  }
}

.ProductDetailA.bg-overlay .Product-detail-slider .content-box {
  margin-top: 75px;
  text-align: center;
}

@media (max-width: 675px) {
  .ProductDetailA.bg-overlay .Product-detail-slider .content-box {
    margin-top: 30px;
  }
}

@media (max-width: 520px) {
  .ProductDetailA.bg-overlay .Product-detail-slider .content-box {
    margin-top: 20px;
  }
}

.ProductDetailA.bg-overlay .Product-detail-slider .content-box .inner-box h1 {
  font-weight: 800;
  color: #000;
  font-size: 48px;
  line-height: 1;
}

@media (max-width: 675px) {
  .ProductDetailA.bg-overlay .Product-detail-slider .content-box .inner-box h1 {
    font-size: 36px;
  }
}

@media (max-width: 520px) {
  .ProductDetailA.bg-overlay .Product-detail-slider .content-box .inner-box h1 {
    font-size: 30px;
  }
}

.ProductDetailA.bg-overlay .Product-detail-slider .proDetail-content .product-detail-grid {
  display: flex;
  gap: 40px;
  margin: auto;
  text-align: center;
  align-items: center;
  justify-content: center;
}

@media (max-width: 675px) {
  .ProductDetailA.bg-overlay .Product-detail-slider .proDetail-content .product-detail-grid {
    gap: 5px;
    justify-content: space-evenly;
  }
}

.ProductDetailA.bg-overlay .Product-detail-slider .proDetail-content .product-detail-grid .profile {
  position: relative;
}

.ProductDetailA.bg-overlay .Product-detail-slider .proDetail-content .product-detail-grid .profile .shr {
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.ProductDetailA.bg-overlay .Product-detail-slider .proDetail-content .product-detail-grid .profile>.socialbtn {
  position: absolute;
  top: 50%;
  left: 100%;
  white-space: nowrap;
  display: flex;
  gap: 20px;
  translate: 0 -50%;
  background: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  line-height: 1;
  transform: scaleX(0);
  z-index: 0;
  opacity: 0;
  transition: 0.3s ease;
  transform-origin: left;
  margin-left: 22px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

@media (max-width: 860px) {
  .ProductDetailA.bg-overlay .Product-detail-slider .proDetail-content .product-detail-grid .profile>.socialbtn {
    transform: scaleY(0);
    position: absolute;
    top: auto;
    left: auto;
    bottom: 100%;
    right: 0;
    translate: 0;
    gap: 10px;
    padding: 10px 4px;
    border-radius: 30px;
    line-height: 1;
    transform: scaleY(0);
    transition: 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transform-origin: bottom;
    margin-left: 0px;
    z-index: 9;
  }
}

.ProductDetailA.bg-overlay .Product-detail-slider .proDetail-content .product-detail-grid .profile>.socialbtn.active {
  transform: scaleX(1);
  opacity: 1;
}

@media (max-width: 860px) {
  .ProductDetailA.bg-overlay .Product-detail-slider .proDetail-content .product-detail-grid .profile>.socialbtn.active {
    transform: scaleY(1);
  }
}

.ProductDetailA.bg-overlay .Product-detail-slider .proDetail-content .product-detail-grid .profile>.socialbtn a {
  color: #000;
  padding: 0;
}

@media (max-width: 860px) {
  .ProductDetailA.bg-overlay .Product-detail-slider .proDetail-content .product-detail-grid .profile>.socialbtn a {
    width: 30px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.ProductDetailA.bg-overlay .Product-detail-slider .proDetail-content .product-detail-grid .profile>.socialbtn a:not(:first-child) {
  margin-left: 10px;
}

@media (max-width: 860px) {
  .ProductDetailA.bg-overlay .Product-detail-slider .proDetail-content .product-detail-grid .profile>.socialbtn a:not(:first-child) {
    margin-left: 0;
  }
}

.ProductDetailA.bg-overlay .Product-detail-slider .proDetail-content .product-detail-grid .profile>.socialbtn i {
  font-size: 20px;
}

.ProductDetailA.bg-overlay .Product-detail-slider .proDetail-content .product-detail-grid .profile>.socialbtn i:hover {
  color: var(--primary-color);
}

.ProductDetailA.bg-overlay .Product-detail-slider .proDetail-content .product-detail-grid .prod-inquiry-btn1 {
  background: #000;
  color: #fff;
  padding: 7px 25px;
  border-radius: 20px;
  border: 2px solid #000;
  font-weight: 600;
  transition: 0.3s ease;
  cursor: pointer;
}

@media (max-width: 675px) {
  .ProductDetailA.bg-overlay .Product-detail-slider .proDetail-content .product-detail-grid .prod-inquiry-btn1 {
    padding: 7px 10px;
    font-size: 12px;
  }
}

.ProductDetailA.bg-overlay .Product-detail-slider .proDetail-content .product-detail-grid .prod-inquiry-btn1:hover {
  background: transparent;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  transition: 0.3s ease;
}

.ProductDetailA.bg-overlay .Product-detail-slider .proDetail-content .product-detail-grid .prod-inquiry-btn2 {
  background: transparent;
  border: 2px solid #000;
  padding: 5px 25px;
  border-radius: 20px;
  color: #000;
  font-weight: 600;
  display: flex;
  transition: 0.3s ease;
  cursor: pointer;
}

@media (max-width: 675px) {
  .ProductDetailA.bg-overlay .Product-detail-slider .proDetail-content .product-detail-grid .prod-inquiry-btn2 {
    padding: 2px 10px;
    font-size: 12px;
  }
}

.ProductDetailA.bg-overlay .Product-detail-slider .proDetail-content .product-detail-grid .prod-inquiry-btn2 a {
  display: flex;
  color: #000;
}

.ProductDetailA.bg-overlay .Product-detail-slider .proDetail-content .product-detail-grid .prod-inquiry-btn2 span {
  margin-right: 5px;
}

@media (max-width: 675px) {
  .ProductDetailA.bg-overlay .Product-detail-slider .proDetail-content .product-detail-grid .prod-inquiry-btn2 span {
    display: none;
  }
}

.ProductDetailA.bg-overlay .Product-detail-slider .proDetail-content .product-detail-grid .prod-inquiry-btn2:hover {
  background: var(--primary-color);
  border: 2px solid var(--primary-color);
  color: #fff;
  transition: 0.3s ease;
}

.ProductDetailA.bg-overlay .Product-detail-slider .proDetail-content .product-detail-grid .prod-inquiry-btn2:hover span img {
  filter: invert(1);
}

.ProductDetailA.bg-overlay .Product-detail-slider .proDetail-content .product-detail-grid .prod-inquiry-btn2:hover a {
  color: #fff;
}

.ProductDetailA.bg-overlay .Product-detail-slider .p-content {
  width: 800px;
  margin: auto;
  text-align: center;
  margin-top: 50px;
  font-size: 16px;
  line-height: 22px;
}

@media (max-width: 860px) {
  .ProductDetailA.bg-overlay .Product-detail-slider .p-content {
    width: 100%;
    padding: 0 50px;
  }
}

@media (max-width: 675px) {
  .ProductDetailA.bg-overlay .Product-detail-slider .p-content {
    padding: 0 15px;
    margin-top: 30px;
  }
}

@media (max-width: 520px) {
  .ProductDetailA.bg-overlay .Product-detail-slider .p-content {
    margin-top: 20px;
  }
}

.ProductDetailA.bg-overlay .Product-detail-slider .p-content p {
  color: #666666;
}

.ProDetailB {
  background: #fff;
  position: absolute;
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
}

@media (max-width: 1230px) {
  .ProDetailB {
    padding: 0px 25px 10px 25px;
  }
}

@media (max-width: 991px) {
  .ProDetailB {
    padding: 0px 15px 10px 15px;
  }
}

.ProDetailB::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: #fff;
}

.ProDetailB .container {
  border-top: 3px solid var(--primary-color);
  box-shadow: 0 0 10px #d1cfcf;
  border-radius: 0px 0px 0px 80px;
  background: #fff;
  position: relative;
}

@media (max-width: 1300px) {
  .ProDetailB .container {
    padding: 0 25px;
  }
}

@media (max-width: 675px) {
  .ProDetailB .container {
    border-radius: 0;
    padding: 0 15px;
  }
}

.ProDetailB .container .flex {
  padding: 40px;
}

@media (max-width: 1024px) {
  .ProDetailB .container .flex {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .ProDetailB .container .flex {
    padding: 30px 0;
  }
}

@media (max-width: 520px) {
  .ProDetailB .container .flex {
    padding: 15px 0;
  }
}

.ProDetailB .container .flex .aside-first {
  flex: 0 1 25%;
  max-width: 25%;
  width: 100%;
  position: relative;
}

@media (max-width: 767px) {
  .ProDetailB .container .flex .aside-first {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .ProDetailB .container .flex .aside-first ul {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 675px) {
  .ProDetailB .container .flex .aside-first ul {
    text-align: center;
    gap: 10px;
  }
}

.ProDetailB .container .flex .aside-first ul li {
  padding: 5px 20px 5px 20px;
  margin: 5px 0;
  background: #e6e6e6;
  color: #666666;
  font-size: 18px;
  font-weight: 600;
  transition: 0.5s ease;
  position: relative;
  cursor: pointer;
}

@media (max-width: 675px) {
  .ProDetailB .container .flex .aside-first ul li {
    font-size: 14px;
    line-height: 18px;
  }
}

.ProDetailB .container .flex .aside-first ul li.active {
  background: var(--primary-color);
  color: #fff;
  transition: 0.5s ease;
}

.ProDetailB .container .flex .aside-first ul li.active::before {
  position: absolute;
  content: "";
  top: 14px;
  right: -12px;
  transform: rotate(90deg);
  width: 0;
  height: 0;
  border-left: 8px solid rgba(0, 0, 0, 0);
  border-right: 8px solid rgba(0, 0, 0, 0);
  border-bottom: 8px solid var(--primary-color);
}

@media (max-width: 767px) {
  .ProDetailB .container .flex .aside-first ul li.active::before {
    top: 100%;
    right: 50%;
    transform: rotate(180deg);
  }
}

.ProDetailB .container .flex .aside-right {
  flex: 0 1 75%;
  max-width: 75%;
  width: 100%;
}

@media (max-width: 767px) {
  .ProDetailB .container .flex .aside-right {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .ProDetailB .container .flex .aside-right .tab-filt {
    text-align: center;
  }
}

.ProDetailB .container .flex .aside-right .tab-filt:not(.active) {
  display: none;
}

@media (max-width: 520px) {
  .ProDetailB .container .flex .aside-right .tab-filt .table-wraper {
    overflow-x: auto;
  }
}

.ProDetailB .container .flex .aside-right .tab-filt table {
  border-collapse: collapse;
  width: 100%;
}

.ProDetailB .container .flex .aside-right .tab-filt table thead {
  background: #f7f7f7;
}

.ProDetailB .container .flex .aside-right .tab-filt table thead th {
  color: #000;
  border: 1px solid #000;
  font-weight: inherit;
  font-weight: 600;
  padding: 5px;
}

.ProDetailB .container .flex .aside-right .tab-filt table tr,
.ProDetailB .container .flex .aside-right .tab-filt table td {
  font-size: 14px;
  text-align: center;
  color: #666666;
  padding: 4px;
  border: 1px solid #000;
}

.ProDetailB .container .flex .aside-right .content-box-detail {
  padding: 0 70px;
  padding-right: 0;
}

@media (max-width: 1024px) {
  .ProDetailB .container .flex .aside-right .content-box-detail {
    padding: 0 40px;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .ProDetailB .container .flex .aside-right .content-box-detail {
    padding: 0 0;
    overflow: hidden;
    overflow-x: auto;
  }
}

.ProDetailB .container .flex .aside-right .content-box-detail h2 {
  font-size: 26px;
  line-height: 28px;
  font-weight: 700;
  padding-bottom: 20px;
}

@media (max-width: 675px) {
  .ProDetailB .container .flex .aside-right .content-box-detail h2 {
    font-size: 20px;
    line-height: 22px;
  }
}

.ProDetailB .container .flex .aside-right .content-box-detail h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .ProDetailB .container .flex .aside-right .content-box-detail h3:not(:first-child) {
    margin-top: 30px;
  }
}

.ProDetailB .container .flex .aside-right .content-box-detail h4 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  padding-bottom: 20px;
}

.ProDetailB .container .flex .aside-right .content-box-detail h5 {
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 20px;
  display: none;
  font-weight: 700;
}

.ProDetailB .container .flex .aside-right .content-box-detail h6 {
  font-size: 14px;
  font-weight: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}

.ProDetailB .container .flex .aside-right .content-box-detail p {
  font-size: 16px;
  color: #666666;
  margin-bottom: 15px;
  line-height: 22px;
  text-align: justify;
}

.ProDetailB .container .flex .aside-right .content-box-detail ul {
  padding-left: 30px;
  margin-bottom: 15px;
  text-align: left;
}

.ProDetailB .container .flex .aside-right .content-box-detail ul li {
  list-style: disc;
  color: #666666;
}

.ProDetailB .container .flex .aside-right .content-box-detail ul li:not(:last-child) {
  margin-bottom: 4px;
}

.ProDetailB .container .flex .aside-right .content-box-detail ul li::marker {
  color: var(--primary-color);
  line-height: 1.3;
}

.ProDetailB .container .flex .aside-right .content-box-detail ul li span {
  font-weight: 700;
  color: #666666;
}

.ProDetailB .container .flex .aside-right .content-box-detail .feature-content .feature-box-new {
  padding-top: 10px;
}

.ProDetailB .container .flex .aside-right .content-box-detail .feature-content .feature-box-new .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

@media (max-width: 767px) {
  .ProDetailB .container .flex .aside-right .content-box-detail .feature-content .feature-box-new .grid {
    gap: 15px;
  }
}

@media (max-width: 675px) {
  .ProDetailB .container .flex .aside-right .content-box-detail .feature-content .feature-box-new .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

.ProDetailB .container .flex .aside-right .content-box-detail .feature-content .feature-box-new .grid .box {
  text-align: center;
  box-shadow: 0 0 10px rgba(221, 208, 208, 0.5294117647);
  padding: 20px 10px;
  border-radius: 10px;
}

.ProDetailB .container .flex .aside-right .content-box-detail .feature-content .feature-box-new .grid .box figure img {
  margin: auto;
}

.ProDetailB .container .flex .aside-right .content-box-detail .feature-content .feature-box-new .grid .box .content {
  margin-top: 15px;
}

.ProDetailB .container .flex .aside-right .content-box-detail .feature-content .feature-box-new .grid .box p {
  font-size: 16px;
  line-height: 20px;
  color: #666666;
  font-size: 600;
  text-align: center;
}

.more-product-detail {
  padding: 60px 0 30px;
  background: #fff;
}

@media (max-width: 675px) {
  .more-product-detail {
    padding: 40px 0 60px;
  }
}

.more-product-detail .container-fluid .heading h2 {
  font-weight: 800;
  text-align: center;
}

.more-product-detail .container-fluid .more-product {
  margin-top: 30px;
  padding: 0 20px;
}

@media (max-width: 675px) {
  .more-product-detail .container-fluid .more-product {
    padding: 0 0;
  }
}

.more-product-detail .container-fluid .more-product .owl-stage {
  margin: auto;
}

.more-product-detail .container-fluid .more-product .owl-item {
  flex: 1 0 auto;
}

.more-product-detail .container-fluid .more-product .item {
  padding: 8px;
}

.more-product-detail .container-fluid .more-product .item a {
  display: flex;
  height: 100%;
}

.more-product-detail .container-fluid .more-product .item .card {
  box-shadow: 0 0 8px #d1cfcf;
  border-radius: 10px;
  overflow: hidden;
}

.more-product-detail .container-fluid .more-product .item .card figure img {
  width: 100%;
}

.more-product-detail .container-fluid .more-product .item .card .content {
  padding: 20px;
}

@media (max-width: 675px) {
  .more-product-detail .container-fluid .more-product .item .card .content {
    text-align: center;
  }
}

.more-product-detail .container-fluid .more-product .item .card .content h5 {
  line-height: 2;
  color: #000;
}

.more-product-detail .container-fluid .more-product .item .card .content p {
  font-size: 14px;
  color: #666666;
  padding-bottom: 10px;
}

.more-product-detail .container-fluid .more-product .owl-dots {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}

.more-product-detail .container-fluid .more-product .owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  background: #bbbbbb;
  margin: 0 3px;
  border-radius: 10px;
}

.more-product-detail .container-fluid .more-product .owl-dots button.owl-dot.active {
  background: var(--primary-color);
}

.more-product-detail .container-fluid .more-product .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2196078431);
}

@media (max-width: 1366px) {
  .more-product-detail .container-fluid .more-product .owl-nav button {
    top: 50%;
    transform: translateY(-50%);
  }
}

.more-product-detail .container-fluid .more-product .owl-nav button:hover {
  background: var(--primary-color);
}

.more-product-detail .container-fluid .more-product .owl-nav button:hover img {
  filter: invert(0);
}

.more-product-detail .container-fluid .more-product .owl-nav button img {
  filter: invert(1);
  padding: 12px;
  width: 43px;
}

.more-product-detail .container-fluid .more-product .owl-nav button.owl-prev {
  left: 5px;
}

@media (max-width: 1366px) {
  .more-product-detail .container-fluid .more-product .owl-nav button.owl-prev {
    left: 5px;
  }
}

@media (max-width: 991px) {
  .more-product-detail .container-fluid .more-product .owl-nav button.owl-prev {
    left: 5px;
  }
}

@media (max-width: 767px) {
  .more-product-detail .container-fluid .more-product .owl-nav button.owl-prev {
    left: 5px;
  }
}

.more-product-detail .container-fluid .more-product .owl-nav button.owl-next {
  right: 5px;
}

@media (max-width: 1366px) {
  .more-product-detail .container-fluid .more-product .owl-nav button.owl-next {
    right: 5px;
  }
}

@media (max-width: 991px) {
  .more-product-detail .container-fluid .more-product .owl-nav button.owl-next {
    right: 5px;
  }
}

@media (max-width: 767px) {
  .more-product-detail .container-fluid .more-product .owl-nav button.owl-next {
    right: 5px;
  }
}

.blogSec {
  background: #fff;
  padding: 40px 0 30px;
}

@media (max-width: 520px) {
  .blogSec {
    padding: 0 0 30px;
  }
}

.blogSec.product-detail-blog {
  padding: 25px 0 30px;
}

.blogSec .container-fluid .heading {
  margin-bottom: 0px;
}

.bannerBN.contact-banner {
  margin-top: 83px;
  background: #fff;
}

@media (max-width: 675px) {
  .bannerBN.contact-banner {
    margin-top: 70px;
  }
}

.bannerBN.contact-banner .contact-wrap {
  padding: 75px 0;
}

@media (max-width: 991px) {
  .bannerBN.contact-banner .contact-wrap {
    padding: 35px 0;
  }
}

.bannerBN.contact-banner .contact-wrap .contact-fluid {
  padding: 0 7rem;
}

@media (max-width: 1140px) {
  .bannerBN.contact-banner .contact-wrap .contact-fluid {
    padding: 0 2rem;
  }
}

@media (max-width: 991px) {
  .bannerBN.contact-banner .contact-wrap .contact-fluid {
    padding: 0 15px;
  }
}

.bannerBN.contact-banner .contact-wrap .flex {
  justify-content: space-between;
  align-items: center;
}

.bannerBN.contact-banner .contact-wrap .flex .colA {
  flex: 0 1 47%;
}

@media (max-width: 991px) {
  .bannerBN.contact-banner .contact-wrap .flex .colA {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
    order: 2;
    text-align: center;
    margin-top: 30px;
  }
}

.bannerBN.contact-banner .contact-wrap .flex .colA h1 {
  font-weight: 800;
}

@media (max-width: 991px) {
  .bannerBN.contact-banner .contact-wrap .flex .colA h1 {
    font-size: 32px;
    line-height: 34px;
  }
}

@media (max-width: 675px) {
  .bannerBN.contact-banner .contact-wrap .flex .colA h1 {
    font-size: 26px;
    line-height: 28px;
  }
}

.bannerBN.contact-banner .contact-wrap .flex .colA h1 span {
  font-weight: 700;
  font-style: italic;
  color: var(--primary-color);
}

.bannerBN.contact-banner .contact-wrap .flex .colA .adre-con {
  padding: 35px 0;
}

@media (max-width: 991px) {
  .bannerBN.contact-banner .contact-wrap .flex .colA .adre-con {
    display: flex;
    gap: 60px;
    padding: 35px 0 15px;
    justify-content: center;
  }
}

@media (max-width: 675px) {
  .bannerBN.contact-banner .contact-wrap .flex .colA .adre-con {
    display: block;
    padding: 20px 0 15px;
  }
}

.bannerBN.contact-banner .contact-wrap .flex .colA .adre-con .col:not(:last-child) {
  margin-bottom: 25px;
}

.bannerBN.contact-banner .contact-wrap .flex .colA .adre-con .col span {
  display: block;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 10px;
}

.bannerBN.contact-banner .contact-wrap .flex .colA .adre-con .col a {
  line-height: 1;
  font-weight: 600;
  color: #000;
}

.bannerBN.contact-banner .contact-wrap .flex .colA .btns-con {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 33px;
}

@media (max-width: 991px) {
  .bannerBN.contact-banner .contact-wrap .flex .colA .btns-con {
    justify-content: center;
  }
}

.bannerBN.contact-banner .contact-wrap .flex .colA .btns-con .btn a {
  line-height: 1;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0 12px;
  white-space: nowrap;
  color: #fff;
  background: #000;
  border: 1px solid #000;
  border-radius: 30px;
  padding: 12px 40px;
}

@media (max-width: 1230px) {
  .bannerBN.contact-banner .contact-wrap .flex .colA .btns-con .btn a {
    padding: 12px 30px;
  }
}

@media (max-width: 1140px) {
  .bannerBN.contact-banner .contact-wrap .flex .colA .btns-con .btn a {
    padding: 10px 20px;
  }
}

.bannerBN.contact-banner .contact-wrap .flex .colA .btns-con .btn a svg {
  height: 18px;
  width: 18px;
}

.bannerBN.contact-banner .contact-wrap .flex .colA .btns-con .btn a:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}

.bannerBN.contact-banner .contact-wrap .flex .colA .btns-con .btn a:hover svg {
  fill: #fff;
  transition: 0.3s ease-in;
}

@media (max-width: 520px) {
  .bannerBN.contact-banner .contact-wrap .flex .colA .btns-con .btn.wtsp {
    margin-top: 15px;
  }
}

.bannerBN.contact-banner .contact-wrap .flex .colA .btns-con .btn.wtsp a {
  background: none;
  color: #000;
}

@media (max-width: 520px) {
  .bannerBN.contact-banner .contact-wrap .flex .colA .btns-con .btn.wtsp a {
    padding: 9px 48px;
  }
}

.bannerBN.contact-banner .contact-wrap .flex .colA .btns-con .btn.wtsp a:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}

.bannerBN.contact-banner .contact-wrap .flex .colB {
  flex: 0 1 50%;
}

@media (max-width: 991px) {
  .bannerBN.contact-banner .contact-wrap .flex .colB {
    flex: 0 1 100%;
    width: 100%;
    max-width: 100%;
    order: 1;
  }
}

.bannerBN.contact-banner .contact-wrap .flex .colB img {
  margin: auto;
}

@media (max-width: 991px) {
  .bannerBN.contact-banner .contact-wrap .flex .colB img {
    margin: auto;
  }
}

.ContactSecB {
  background: #ececec;
  padding: 75px 0;
}

@media (max-width: 991px) {
  .ContactSecB {
    padding: 35px 0;
  }
}

.ContactSecB .heading {
  margin-bottom: 75px;
}

@media (max-width: 991px) {
  .ContactSecB .heading {
    padding: 0 0 35px 0;
    margin-bottom: 0px;
  }
}

@media (max-width: 675px) {
  .ContactSecB .heading {
    padding: 0 0 15px;
    margin-bottom: 0px;
  }
}

.ContactSecB .heading h2 {
  font-weight: 800;
}

.ContactSecB .map-sec .map_wrap {
  position: relative;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}

.ContactSecB .map-sec .map_wrap .map-img {
  filter: drop-shadow(rgba(149, 157, 165, 0.12) 9px 42px 44px);
}

.ContactSecB .map-sec .map_wrap .map_pointer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.ContactSecB .map-sec .map_wrap .Mappointer {
  position: absolute;
  top: 30%;
}

.ContactSecB .map-sec .map_wrap .Mappointer .btn_mp {
  display: block;
  width: 6px;
  height: 6px;
  background: var(--primary-color);
  border-radius: 50%;
  outline: 1px solid var(--primary-color);
  outline-offset: 2px;
  cursor: pointer;
  position: relative;
  caret-color: transparent;
}

@media (max-width: 675px) {
  .ContactSecB .map-sec .map_wrap .Mappointer .btn_mp {
    width: 4px;
    height: 4px;
    outline-offset: 1px;
  }
}

.ContactSecB .map-sec .map_wrap .Mappointer .btn_mp::before {
  width: 20px;
  height: 20px;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  position: absolute;
  content: "";
  z-index: -1;
  transform: translateX(-50%) translateY(-50%);
  background: var(--primary-color);
  border-radius: 50%;
  display: block;
  animation: pulse-border 1500ms ease-out infinite;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0.5;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.ContactSecB .map-sec .map_wrap .Mappointer .map_con {
  bottom: 100%;
  left: 50%;
  translate: -50% 0;
  margin-bottom: 15px;
  width: auto;
  background: var(--primary-color);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  position: absolute;
  padding: 5px 20px;
  border-radius: 4px;
  z-index: 1;
  caret-color: transparent;
}

.ContactSecB .map-sec .map_wrap .Mappointer .map_con::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% 0%;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--primary-color);
  caret-color: transparent;
}

.ContactSecB .map-sec .map_wrap .Mappointer .map_con .content {
  pointer-events: none;
  text-align: center;
}

.ContactSecB .map-sec .map_wrap .Mappointer .map_con .content .place-name {
  font-size: 14px;
  line-height: 1;
  color: #fff;
}

.ContactSecB .map-sec .map_wrap .Mappointer .map_con .clos {
  color: #fff;
  position: absolute;
  top: 10px;
  line-height: 1;
  right: 10px;
  cursor: pointer;
  font-size: 13px;
  z-index: 1;
  font-family: cursive;
  display: none;
}

@media (max-width: 675px) {
  .ContactSecB .map-sec .map_wrap .Mappointer .map_con .clos {
    font-size: 11px;
  }
}

.ContactSecB .map-sec .map_wrap .Mappointer.a_1 {
  top: 42%;
  right: 30.7%;
}

.ContactSecB .map-sec .map_wrap .Mappointer.a_2 {
  top: 23%;
  right: 50%;
}

.ContactSecB .map-sec .map_wrap .Mappointer.a_3 {
  top: 32%;
  right: 14%;
}

.ContactSecB .map-sec .map_wrap .Mappointer.a_4 {
  top: 44%;
  right: 25%;
}

.ContactSecB .map-sec .map_wrap .Mappointer.a_5 {
  top: 48%;
  right: 22%;
}

.ContactSecB .map-sec .map_wrap .Mappointer.a_6 {
  top: 28%;
  right: 49%;
}

.ContactSecB .map-sec .map_wrap .Mappointer.a_7 {
  top: 18%;
  right: 54%;
}

.ContactSecB .map-sec .map_wrap .Mappointer.a_8 {
  top: 42%;
  right: 28%;
}

.ContactSecB .map-sec .map_wrap .Mappointer.a_9 {
  top: 32%;
  right: 26%;
}

.ContactSecB .map-sec .map_wrap .Mappointer.a_10 {
  top: 75%;
  right: 16%;
}

.ContactSecB .map-sec .map_wrap .Mappointer.a_11 {
  top: 14%;
  right: 85%;
}

.ContactSecB .map-sec .map_wrap .Mappointer.a_12 {
  top: 49%;
  right: 19%;
}

.ContactSecB .map-sec .map_wrap .Mappointer.a_13 {
  top: 84%;
  right: 73%;
}

.ContactSecB .map-sec .map_wrap .Mappointer.a_14 {
  top: 80%;
  right: 70%;
}

.ContactSecB .map-sec .map_wrap .Mappointer.a_15 {
  top: 39%;
  right: 82%;
}

.ContactSecB .map-sec .map_wrap .Mappointer.a_16 {
  top: 30%;
  right: 44%;
}

.ContactSecB .map-sec .map_wrap .Mappointer.a_17 {
  top: 15%;
  right: 50%;
}

.ContactSecB .map-sec .map_wrap .Mappointer.a_18 {
  top: 29%;
  right: 82%;
}

.ContactSecB .map-sec .map_wrap .Mappointer.a_19 {
  top: 52%;
  right: 46%;
}

.ContactSecB .map-sec .map_wrap .Mappointer.a_20 {
  top: 41%;
  right: 37%;
}

.ContactSecD {
  position: relative;
}

.ContactSecD .map {
  width: 100%;
  height: calc(100vh - 83px);
  filter: grayscale(1);
}

@media (max-width: 991px) {
  .ContactSecD .map {
    height: calc(60vh - 83px);
  }
}

.ContactSecD .map .gm-ui-hover-effect,
.ContactSecD .map .gm-style-iw-tc {
  display: none !important;
}

.ContactSecD .map .gm-style-iw {
  overflow: visible;
  background: none;
  box-shadow: none;
}

.ContactSecD .map .locationName {
  font-weight: 600;
  width: 100px;
  position: absolute;
  top: 47px;
  right: -104px;
}

.ContactSecD .map .dot-icon {
  --dot-size: 8px;
  position: absolute;
  top: 70px;
  left: 11px;
  height: var(--dot-size);
  width: var(--dot-size);
  border-radius: 50%;
  background: #000;
  outline: 1px solid #000;
  outline-offset: 2px;
}

.ContactSecD .location-wrap {
  position: absolute;
  top: 50%;
  left: 10%;
  translate: 0 -50%;
  background: var(--primary-color);
  border-radius: 12px;
  padding: 40px;
  padding-right: 80px;
  z-index: 1;
  max-width: 25%;
  padding-bottom: 80px;
}

@media (max-width: 1440px) {
  .ContactSecD .location-wrap {
    max-width: 35%;
  }
}

@media (max-width: 1230px) {
  .ContactSecD .location-wrap {
    left: 5%;
    max-width: 40%;
  }
}

@media (max-width: 991px) {
  .ContactSecD .location-wrap {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .ContactSecD .location-wrap {
    max-width: 50%;
  }
}

@media (max-width: 675px) {
  .ContactSecD .location-wrap {
    position: relative;
    left: 0;
    max-width: 100%;
    text-align: center;
    translate: 0;
    border-radius: 0px;
  }
}

.ContactSecD .location-wrap h3 {
  line-height: 1.2;
  color: #fff;
  font-weight: 600;
}

.ContactSecD .location-wrap address {
  margin: 20px 0 40px;
  font-style: normal;
  color: #fff;
  line-height: 24px;
}

@media (max-width: 675px) {
  .ContactSecD .location-wrap address {
    margin: 20px 0 20px;
  }
}

.ContactSecD .location-wrap .btn a {
  display: inline-block;
  padding: 12px 50px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  border: 1px solid #fff;
  border-radius: 30px;
}

.ContactSecD .location-wrap .btn a:hover {
  background: #fff;
  color: var(--primary-color);
}

.SectionH.contact-form {
  height: auto;
  background: url(../images/contact-bg.jpg) no-repeat;
  background-size: cover;
  padding: 85px 0;
}

@media (max-width: 767px) {
  .SectionH.contact-form {
    padding: 40px 0;
  }
}

.SectionH.contact-form .container .flex {
  justify-content: space-between;
  gap: 18px 0;
}

@media (max-width: 675px) {
  .SectionH.contact-form .container .flex {
    gap: 8px;
  }
}

.SectionH.contact-form .container .flex .box {
  flex: 0 1 30%;
}

@media (max-width: 991px) {
  .SectionH.contact-form .container .flex .box {
    flex: 0 1 48%;
    max-width: 48%;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .SectionH.contact-form .container .flex .box {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}

.SectionH.contact-form .container .flex .box.box100 {
  flex: 0 1 100%;
  max-width: 100%;
}

.SectionH.contact-form .container .flex .box .form-group select {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #b9b9b9;
  font-family: inherit;
  color: #fff;
  height: 55px;
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  background: url(../images/dropdown.png) 98%/3% no-repeat rgba(0, 0, 0, 0);
  background-position-y: 38px;
}

@media (max-width: 675px) {
  .SectionH.contact-form .container .flex .box .form-group select {
    height: auto;
  }
}

.SectionH.contact-form .container .flex .box .form-group select option {
  color: #000;
}

.SectionH.contact-form .container .flex .box .form-group select:focus {
  outline: none;
}

.SectionH.contact-form .container .flex .box textarea {
  background: none;
  width: 100%;
  border: none;
  border-bottom: 1px solid #b9b9b9;
  resize: none;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  margin-top: 10px;
}

.SectionH.contact-form .container .flex .box textarea:focus {
  outline: none;
}

.SectionH.contact-form .container .flex .box textarea::-moz-placeholder {
  color: #fff;
  font-weight: 500;
  font-size: inherit;
  font-family: inherit;
}

.SectionH.contact-form .container .flex .box textarea::placeholder {
  color: #fff;
  font-weight: 500;
  font-size: inherit;
  font-family: inherit;
}

.SectionH.contact-form .container .submit-btn {
  margin-top: 5rem;
}

@media (max-width: 991px) {
  .SectionH.contact-form .container .submit-btn {
    margin-top: 3rem;
  }
}

@media (max-width: 675px) {
  .SectionH.contact-form .container .submit-btn {
    margin-top: 25px;
  }
}

.SectionH.contact-form .container .submit-btn a,
.SectionH.contact-form .container .submit-btn input,
.SectionH.contact-form .container .submit-btn button {
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 30px;
  color: #000;
  font-family: inherit;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  padding: 8px 35px;
}

.SectionH.contact-form .container .submit-btn a:hover,
.SectionH.contact-form .container .submit-btn input:hover,
.SectionH.contact-form .container .submit-btn button:hover {
  color: #fff;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  transition: 0.5s ease;
}

.bannerBN.news-banner {
  margin-top: 83px;
}

.bannerBN.news-banner .content {
  position: relative;
  padding: 75px 0;
}

@media (max-width: 767px) {
  .bannerBN.news-banner .content {
    padding: 45px 0;
  }
}

@media (max-width: 675px) {
  .bannerBN.news-banner .content {
    padding: 35px 0;
  }
}

.bannerBN.news-banner .content .bg img {
  margin-left: auto;
  margin-right: auto;
  width: 38%;
  opacity: 0.8;
}

@media (max-width: 675px) {
  .bannerBN.news-banner .content .bg img {
    width: 50%;
  }
}

.bannerBN.news-banner .content .content-wrap {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  right: 0;
  max-width: 465px;
  margin: 0 auto;
}

@media (max-width: 675px) {
  .bannerBN.news-banner .content .content-wrap {
    max-width: 240px;
  }
}

.bannerBN.news-banner .content .content-wrap h6 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
}

.bannerBN.news-banner .content .content-wrap h1 {
  text-align: center;
  font-weight: 800;
  line-height: 1.1;
}

.newsSecA {
  background: #fff;
}

.newsSecA .secAwrap {
  padding: 0 4rem;
}

@media (max-width: 767px) {
  .newsSecA .secAwrap {
    padding: 0 2rem;
  }
}

@media (max-width: 675px) {
  .newsSecA .secAwrap {
    padding: 0 1rem;
  }
}

.newsSecA .secAwrap .grid {
  padding: 75px 0;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 45px 30px;
}

@media (max-width: 767px) {
  .newsSecA .secAwrap .grid {
    padding: 35px 0;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px 30px;
  }
}

@media (max-width: 675px) {
  .newsSecA .secAwrap .grid {
    padding: 35px 0;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px 30px;
  }
}

@media (max-width: 520px) {
  .newsSecA .secAwrap .grid {
    grid-gap: 15px 30px;
  }
}

.newsSecA .secAwrap .grid .col {
  box-shadow: rgba(149, 157, 165, 0.2) 0px -4px 39px 11px;
  border: 1px solid #f1f1f1;
}

.newsSecA .secAwrap .grid .col:hover figure img {
  transform: scale(1.05);
}

.newsSecA .secAwrap .grid .col:hover figcaption h4 {
  color: var(--primary-color);
}

.newsSecA .secAwrap .grid .col:hover figcaption p {
  color: #000;
}

.newsSecA .secAwrap .grid .col img {
  width: 100%;
}

.newsSecA .secAwrap .grid .col figure {
  overflow: hidden;
}

.newsSecA .secAwrap .grid .col figcaption {
  padding: 25px;
}

@media (max-width: 675px) {
  .newsSecA .secAwrap .grid .col figcaption {
    text-align: center;
    padding: 25px 15px;
  }
}

.newsSecA .secAwrap .grid .col figcaption h4 {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 700;
  transition: 0.3s ease;
}

@media (max-width: 675px) {
  .newsSecA .secAwrap .grid .col figcaption h4 {
    font-size: 18px;
    line-height: 20px;
  }
}

.newsSecA .secAwrap .grid .col figcaption p {
  line-height: 22px;
  font-weight: 400;
  color: #666;
  transition: 0.3s ease;
}

.bannerBN.news-detai-banner {
  position: relative;
}

@media (max-width: 675px) {
  .bannerBN.news-detai-banner {
    height: 340px;
  }
}

.bannerBN.news-detai-banner .bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to bottom, var(--SelecteBlack, #000), rgba(0, 0, 0, 0) 100%);
  opacity: 1;
  z-index: 2;
  pointer-events: none;
}

.bannerBN.news-detai-banner .bg::after {
  position: absolute;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9294117647), rgba(0, 0, 0, 0) 85%);
  right: 0;
  width: 100%;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media (max-width: 675px) {
  .bannerBN.news-detai-banner .bg {
    height: 100%;
  }
}

.bannerBN.news-detai-banner .bg img {
  width: 100%;
}

@media (max-width: 675px) {
  .bannerBN.news-detai-banner .bg img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.bannerBN.news-detai-banner .banner-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25%;
  z-index: 2;
}

@media (max-width: 675px) {
  .bannerBN.news-detai-banner .banner-wrapper {
    bottom: 10%;
  }
}

.bannerBN.news-detai-banner .banner-wrapper .content {
  max-width: 745px;
}

.bannerBN.news-detai-banner .banner-wrapper p {
  font-size: 18px;
  margin-bottom: 12px;
  color: #fff;
  opacity: 0.8;
}

.bannerBN.news-detai-banner .banner-wrapper h1 {
  color: #fff;
  font-weight: 800;
}

.news-detail-SecA {
  padding: 65px 0 0;
  background: #fff;
}

@media (max-width: 1024px) {
  .news-detail-SecA {
    padding: 65px 0 0;
  }
}

@media (max-width: 675px) {
  .news-detail-SecA {
    padding: 35px 0 0;
  }
}

.news-detail-SecA .content p,
.news-detail-SecA .content li {
  color: #666;
  line-height: 24px;
  text-align: justify;
}

.news-detail-SecA .content p,
.news-detail-SecA .content ul {
  margin-bottom: 18px;
}

.news-detail-SecA .content h4 {
  font-size: 22px;
  font-weight: 700;
}

.news-detail-SecA .content h2,
.news-detail-SecA .content h3,
.news-detail-SecA .content h4,
.news-detail-SecA .content h5,
.news-detail-SecA .content h6 {
  margin-bottom: 10px;
}

.news-detail-SecA .content h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}

@media (max-width: 991px) {
  .news-detail-SecA .content h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .news-detail-SecA .content h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

.news-detail-SecA .content h3 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}

@media (max-width: 1300px) {
  .news-detail-SecA .content h3 {
    font-size: 20px;
    line-height: 22px;
  }
}

@media (max-width: 1140px) {
  .news-detail-SecA .content h3 {
    font-size: 26px;
    line-height: 29px;
  }
}

@media (max-width: 767px) {
  .news-detail-SecA .content h3 {
    font-size: 22px;
    line-height: 26px;
  }
}

.news-detail-SecA .content h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

@media (max-width: 767px) {
  .news-detail-SecA .content h4 {
    font-size: 20px;
  }
}

.news-detail-SecA .content h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

@media (max-width: 767px) {
  .news-detail-SecA .content h5 {
    font-size: 18px;
    line-height: 22px;
  }
}

.news-detail-SecA .content h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

@media (max-width: 767px) {
  .news-detail-SecA .content h6 {
    font-size: 16px;
    line-height: 20px;
  }
}

.news-detail-SecA .content p {
  color: #666;
  font-weight: 500;
  text-align: justify;
}

.news-detail-SecA .content p:not(:last-child) {
  margin-bottom: 20px;
}

.news-detail-SecA .content a {
  color: var(--primary-color);
}

.news-detail-SecA .content a:hover {
  text-decoration: underline;
}

.news-detail-SecA .content ul {
  padding-left: 25px;
  margin: 15px 0;
}

@media (max-width: 520px) {
  .news-detail-SecA .content ul {
    padding-left: 20px;
  }
}

.news-detail-SecA .content ul li {
  font-size: 16px;
  line-height: 22px;
  color: #666;
  margin: 5px 0;
  position: relative;
}

.news-detail-SecA .content ul li::before {
  content: "";
  position: absolute;
  left: -19px;
  top: 6px;
  width: 8px;
  height: 8px;
  background: var(--primary-color);
  border-radius: 20px;
}

.news-detail-SecB {
  padding: 30px 0 45px;
  background: #fff;
}

@media (max-width: 675px) {
  .news-detail-SecB {
    padding: 30px 0 35px;
  }
}

.news-detail-SecB .heading {
  margin-bottom: 30px;
}

@media (max-width: 675px) {
  .news-detail-SecB .heading {
    margin-bottom: 0px;
  }
}

.news-detail-SecB .heading h3 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .news-detail-SecB .heading h3 {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .news-detail-SecB .heading h3 {
    font-size: 24px;
    line-height: 30px;
  }
}

.news-detail-SecB .newsSL-wrap {
  padding: 0 5rem;
}

@media (max-width: 767px) {
  .news-detail-SecB .newsSL-wrap {
    padding: 0 60px;
  }
}

@media (max-width: 675px) {
  .news-detail-SecB .newsSL-wrap {
    padding: 0 15px;
  }
}

.news-detail-SecB .more-news-slider .owl-stage {
  padding: 20px 0;
}

.news-detail-SecB .more-news-slider .col {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 0 16px 0px;
  border: 1px solid #f1f1f1;
  height: 100%;
}

.news-detail-SecB .more-news-slider .col:hover figure img {
  transform: scale(1.05);
}

.news-detail-SecB .more-news-slider .col:hover figcaption {
  background: #fff;
}

.news-detail-SecB .more-news-slider .col:hover figcaption h4 {
  color: var(--primary-color);
}

.news-detail-SecB .more-news-slider .col:hover figcaption p {
  color: #000;
}

.news-detail-SecB .more-news-slider .col img {
  width: 100%;
}

.news-detail-SecB .more-news-slider .col figure {
  overflow: hidden;
}

.news-detail-SecB .more-news-slider .col figcaption {
  padding: 25px;
  background: #fff;
}

.news-detail-SecB .more-news-slider .col figcaption h4 {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 700;
  transition: 0.3s ease;
}

@media (max-width: 520px) {
  .news-detail-SecB .more-news-slider .col figcaption h4 {
    font-size: 20px;
    line-height: 22px;
  }
}

.news-detail-SecB .more-news-slider .col figcaption p {
  line-height: 24px;
  font-weight: 400;
  color: #666;
  transition: 0.3s ease;
}

@media (max-width: 520px) {
  .news-detail-SecB .more-news-slider .col figcaption p {
    display: none;
  }
}

.news-detail-SecB .more-news-slider .owl-nav {
  --positibtn: -20px;
}

.news-detail-SecB .more-news-slider .owl-nav button.owl-prev,
.news-detail-SecB .more-news-slider .owl-nav .owl-next {
  background: #fff;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.news-detail-SecB .more-news-slider .owl-nav button.owl-prev img,
.news-detail-SecB .more-news-slider .owl-nav .owl-next img {
  filter: invert(1);
  padding: 12px;
  width: 43px;
}

.news-detail-SecB .more-news-slider .owl-nav .owl-prev {
  left: var(--positibtn);
}

.news-detail-SecB .more-news-slider .owl-nav .owl-next {
  right: var(--positibtn);
}

.news-detail-SecB .more-news-slider .owl-dots {
  text-align: center;
}

.news-detail-SecB .more-news-slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin: 0 3px;
  background: #b9b5b5;
}

.news-detail-SecB .more-news-slider .owl-dots .owl-dot.active {
  background: var(--primary-color);
}

.bannerBN.industries-banner {
  background: var(--primary-color);
  position: relative;
}

@media (max-width: 767px) {
  .bannerBN.industries-banner {
    height: 340px;
  }
}

.bannerBN.industries-banner .bg {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 93%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 93%, 0% 100%);
}

@media (max-width: 767px) {
  .bannerBN.industries-banner .bg {
    height: 100%;
  }
}

.bannerBN.industries-banner .bg img {
  width: 100%;
}

@media (max-width: 767px) {
  .bannerBN.industries-banner .bg img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.bannerBN.industries-banner .banner-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}

@media (max-width: 675px) {
  .bannerBN.industries-banner .banner-wrapper {
    top: 60%;
    translate: 0 -60%;
  }
}

.bannerBN.industries-banner .banner-wrapper .content {
  max-width: 745px;
  margin: 0 auto;
  padding: 0 5px;
}

.bannerBN.industries-banner .banner-wrapper h1 {
  color: #fff;
  font-weight: 800;
  text-align: center;
}

.industries-secA {
  padding: 75px 0;
  background: #fff;
  overflow: hidden;
}

@media (max-width: 991px) {
  .industries-secA {
    padding: 45px 0;
  }
}

.industries-secA .Lvl1-flx {
  display: flex;
  flex-direction: column;
  gap: 8rem 0;
}

@media (max-width: 1366px) {
  .industries-secA .Lvl1-flx {
    gap: 6rem 0;
  }
}

@media (max-width: 1024px) {
  .industries-secA .Lvl1-flx {
    gap: 4rem 0;
  }
}

@media (max-width: 767px) {
  .industries-secA .Lvl1-flx {
    gap: 3rem 0;
  }
}

.industries-secA .Lvl1-flx .Lvl2-flx {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  --paddcol: 66px;
}

.industries-secA .Lvl1-flx .Lvl2-flx:nth-child(even) {
  flex-direction: row-reverse;
}

.industries-secA .Lvl1-flx .Lvl2-flx:nth-child(even) .colA img {
  box-shadow: 72px 72px 0px -52px rgb(64, 152, 246);
}

@media (max-width: 991px) {
  .industries-secA .Lvl1-flx .Lvl2-flx:nth-child(even) .colA img {
    margin: auto;
  }
}

.industries-secA .Lvl1-flx .Lvl2-flx:nth-child(even) .colB {
  padding-right: var(--paddcol);
  padding-left: 0;
}

@media (max-width: 991px) {
  .industries-secA .Lvl1-flx .Lvl2-flx:nth-child(even) .colB {
    padding: 0;
  }
}

.industries-secA .Lvl1-flx .Lvl2-flx .colA {
  flex: 0 1 52%;
  max-width: 52%;
  width: 100%;
}

@media (max-width: 991px) {
  .industries-secA .Lvl1-flx .Lvl2-flx .colA {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}

.industries-secA .Lvl1-flx .Lvl2-flx .colA img {
  box-shadow: -72px 72px 0px -52px rgb(64, 152, 246);
}

@media (max-width: 991px) {
  .industries-secA .Lvl1-flx .Lvl2-flx .colA img {
    margin: auto;
  }
}

.industries-secA .Lvl1-flx .Lvl2-flx .colB {
  flex: 0 1 48%;
  max-width: 48%;
  width: 100%;
  padding-left: var(--paddcol);
}

@media (max-width: 991px) {
  .industries-secA .Lvl1-flx .Lvl2-flx .colB {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    margin-top: 50px;
    text-align: center;
  }
}

.industries-secA .Lvl1-flx .Lvl2-flx .colB h3 {
  position: relative;
  font-weight: 700;
}

.industries-secA .Lvl1-flx .Lvl2-flx .colB h3::after {
  content: "";
  display: block;
  background: var(--primary-color);
  height: 3px;
  width: 30%;
  margin-top: 18px;
}

@media (max-width: 991px) {
  .industries-secA .Lvl1-flx .Lvl2-flx .colB h3::after {
    margin: auto;
    margin-top: 18px;
  }
}

@media (max-width: 675px) {
  .industries-secA .Lvl1-flx .Lvl2-flx .colB h3::after {
    margin-top: 10px;
  }
}

.industries-secA .Lvl1-flx .Lvl2-flx .colB .content {
  margin: 22px 0 30px;
}

.industries-secA .Lvl1-flx .Lvl2-flx .colB .content p {
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
  color: #666;
  font-weight: 500;
}

.industries-secA .Lvl1-flx .Lvl2-flx .colB .content p:not(:last-child) {
  margin-bottom: 15px;
}

.industries-secA .Lvl1-flx .Lvl2-flx .colB .btns-lv {
  display: flex;
  align-items: center;
  gap: 0 20px;
}

@media (max-width: 991px) {
  .industries-secA .Lvl1-flx .Lvl2-flx .colB .btns-lv {
    justify-content: center;
  }
}

.industries-secA .Lvl1-flx .Lvl2-flx .colB .btns-lv .btn a {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background: var(--primary-color);
  border: 2px solid var(--primary-color);
  border-radius: 30px;
  text-transform: uppercase;
  padding: 9px 30px;
  font-weight: 600;
}

@media (max-width: 1140px) {
  .industries-secA .Lvl1-flx .Lvl2-flx .colB .btns-lv .btn a {
    padding: 9px 15px;
  }
}

@media only screen and (max-width: 420px) {
  .industries-secA .Lvl1-flx .Lvl2-flx .colB .btns-lv .btn a {
    font-size: 12px;
  }
}

.industries-secA .Lvl1-flx .Lvl2-flx .colB .btns-lv .btn a:hover {
  background: none;
  color: var(--primary-color);
}

.industries-secA .Lvl1-flx .Lvl2-flx .colB .btns-lv .btn.btn2 a {
  background: none;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.industries-secA .Lvl1-flx .Lvl2-flx .colB .btns-lv .btn.btn2 a:hover {
  background: var(--primary-color);
  color: #fff;
}

.popup-link {
  display: flex;
  flex-wrap: wrap;
}

.popup-container {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 17, 17, 0.8392156863);
  display: flex;
  align-items: center;
  transform: scale(0.3);
}

.popup-container.pop-show {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.popup-container .popup-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  position: relative;
}

@media (max-width: 1024px) {
  .popup-container .popup-content {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .popup-container .popup-content {
    width: 90%;
  }
}

.popup-container .popup-content h3 {
  font-size: 28px;
  font-weight: 700;
}

@media (max-width: 675px) {
  .popup-container .popup-content h3 {
    font-size: 20px;
    line-height: 24px;
  }
}

.popup-container .popup-content .close {
  position: absolute;
  right: 15px;
  top: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-container .popup-content .close svg {
  color: #000;
}

@media (max-width: 675px) {
  .popup-container .popup-content .close svg {
    width: 20px;
    height: 20px;
  }
}

.popup-container .popup-content .close svg path {
  fill: #000;
}

.popup-container .industries-slider-popup {
  padding: 10px 0 0;
}

.popup-container .industries-slider-popup .owl-item {
  margin-bottom: 20px;
}

.popup-container .industries-slider-popup .item {
  box-shadow: 0 0 10px #ddd0d0;
  border-radius: 10px;
  overflow: hidden;
  margin: 10px 0;
  height: 100%;
}

.popup-container .industries-slider-popup .item a .card figure img {
  width: 100%;
}

.popup-container .industries-slider-popup .item a .card .content {
  padding: 10px;
}

.popup-container .industries-slider-popup .item a .card .content h5 {
  font-size: 15px;
  font-weight: 800;
  line-height: 18px;
  color: #000;
  margin-bottom: 8px;
}

.popup-container .industries-slider-popup .item a .card .content p {
  font-size: 12px;
  line-height: 16px;
  color: #666666;
  padding: 0;
}

.popup-container .industries-slider-popup .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2196078431);
}

@media (max-width: 1366px) {
  .popup-container .industries-slider-popup .owl-nav button {
    top: 50%;
    transform: translateY(-50%);
  }
}

.popup-container .industries-slider-popup .owl-nav button:hover {
  background: var(--primary-color);
}

.popup-container .industries-slider-popup .owl-nav button:hover img {
  filter: invert(0);
}

.popup-container .industries-slider-popup .owl-nav button:hover.owl-prev {
  background: var(--primary-color);
}

.popup-container .industries-slider-popup .owl-nav button:hover.owl-next {
  background: var(--primary-color);
}

.popup-container .industries-slider-popup .owl-nav button img {
  filter: invert(1);
  padding: 12px;
  width: 38px;
}

.popup-container .industries-slider-popup .owl-nav button.owl-prev {
  left: -38px;
  background: #fff;
}

.popup-container .industries-slider-popup .owl-nav button.owl-next {
  right: -38px;
  background: #fff;
}

.popup-container .industries-slider-popup .owl-dots {
  text-align: center;
}

.popup-container .industries-slider-popup .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #979599;
  margin: 0 5px;
}

.popup-container .industries-slider-popup .owl-dots .owl-dot.active {
  background: var(--primary-color);
}

.bg-white {
  background: #fff;
}

.sustain-sec-C {
  padding: 50px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .sustain-sec-C {
    padding: 50px 30px;
  }
}

@media (max-width: 675px) {
  .sustain-sec-C {
    padding: 50px 15px;
  }
}

.sustain-sec-C .flex .colA {
  flex: 0 1 30%;
  max-width: 30%;
  width: 100%;
}

@media (max-width: 1230px) {
  .sustain-sec-C .flex .colA {
    flex: 0 1 100%;
    max-width: 100%;
  }
}

.sustain-sec-C .flex .colA .box {
  height: 100%;
}

.sustain-sec-C .flex .colA .box .subtain-main-box {
  background: #f2f2f2;
  position: relative;
  flex: 0 0 29%;
  padding: 2em 4em 1.35em 1.8em;
  border-top-left-radius: 48px;
  border-bottom-left-radius: 48px;
  height: 100%;
  display: flex;
}

@media (max-width: 1230px) {
  .sustain-sec-C .flex .colA .box .subtain-main-box {
    display: block;
    padding: 20px 20px 10px;
    border-radius: 20px 20px 0 0;
  }
}

@media (max-width: 1230px) {
  .sustain-sec-C .flex .colA .box .subtain-main-box {
    padding: 10px;
  }
}

.sustain-sec-C .flex .colA .box .subtain-pagination {
  margin: auto 20px;
}

@media (max-width: 1230px) {
  .sustain-sec-C .flex .colA .box .subtain-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
  }
}

@media (max-width: 991px) {
  .sustain-sec-C .flex .colA .box .subtain-pagination {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 10px;
    gap: 10px;
  }
}

.sustain-sec-C .flex .colA .box .subtain-pagination li {
  font-size: calc(5px + (1vw - 7.68px) * 1.3565891473);
  font-weight: 700;
  position: relative;
  margin-bottom: 5px;
  border-radius: 12px;
  padding: 8px 22px 8px 15px;
  white-space: nowrap;
  transition: all 0.3s ease;
  z-index: 2;
  cursor: pointer;
}

@media (max-width: 1230px) {
  .sustain-sec-C .flex .colA .box .subtain-pagination li {
    font-size: calc(12px + (1vw - 7.68px) * 1.3565891473);
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .sustain-sec-C .flex .colA .box .subtain-pagination li {
    font-size: calc(15px + (1vw - 7.68px) * 1.3565891473);
  }
}

@media (max-width: 675px) {
  .sustain-sec-C .flex .colA .box .subtain-pagination li {
    font-size: calc(18px + (1vw - 7.68px) * 1.3565891473);
  }
}

.sustain-sec-C .flex .colA .box .subtain-pagination li.active {
  background: #7bb72b;
  color: #fff;
}

.sustain-sec-C .flex .colA .box .subtain-pagination li:hover {
  background: #7bb72b;
  color: #fff;
}

.sustain-sec-C .flex .colB {
  flex: 0 1 70%;
  max-width: 70%;
  width: 100%;
}

@media (max-width: 1230px) {
  .sustain-sec-C .flex .colB {
    flex: 0 1 100%;
    max-width: 100%;
  }
}

.sustain-sec-C .flex .colB .SustainabilitySlider .owl-stage {
  display: flex;
}

.sustain-sec-C .flex .colB .SustainabilitySlider .owl-stage .owl-item {
  height: auto;
}

.sustain-sec-C .flex .colB .SustainabilitySlider .item {
  height: 100%;
}

.sustain-sec-C .flex .colB .SustainabilitySlider .item .subs-card {
  display: flex;
  height: calc(100% - 0px);
  width: calc(100% - 8px);
  border-radius: 0 48px 48px 0px;
  border: 4px solid #7bb72b;
  overflow: hidden;
  background: #7bb72b;
}

@media (max-width: 1230px) {
  .sustain-sec-C .flex .colB .SustainabilitySlider .item .subs-card {
    width: calc(100% - 0px);
    border-radius: 0px 0px 20px 20px;
  }
}

@media (max-width: 767px) {
  .sustain-sec-C .flex .colB .SustainabilitySlider .item .subs-card {
    display: grid;
  }
}

.sustain-sec-C .flex .colB .SustainabilitySlider .item .subs-card .substain-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.25em 2em;
  width: 100%;
  background: #fff;
}

@media (max-width: 1024px) {
  .sustain-sec-C .flex .colB .SustainabilitySlider .item .subs-card .substain-content {
    padding: 2.8em 3.4em;
    flex: 0 0 calc(80% - 9.6em);
    max-width: calc(80% - 9.6em);
  }
}

@media (max-width: 767px) {
  .sustain-sec-C .flex .colB .SustainabilitySlider .item .subs-card .substain-content {
    padding: 20px;
    flex: 0 1 100%;
    max-width: 100%;
    order: 2;
    text-align: center;
  }
}

.sustain-sec-C .flex .colB .SustainabilitySlider .item .subs-card .substain-content h3 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 15px;
}

.sustain-sec-C .flex .colB .SustainabilitySlider .item .subs-card .substain-icon {
  flex: 0 0 30%;
  max-width: 30%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
}

@media (max-width: 675px) {
  .sustain-sec-C .flex .colB .SustainabilitySlider .item .subs-card .substain-icon {
    flex: 0 1 100%;
    max-width: 35%;
    order: 1;
    padding: 20px 0;
  }
}

.sustain-sec-C .flex .colB .SustainabilitySlider .item .subs-card .substain-icon figure {
  padding: 40px;
}

@media (max-width: 520px) {
  .sustain-sec-C .flex .colB .SustainabilitySlider .item .subs-card .substain-icon figure {
    padding: 0px;
  }
}

.sec-patner-icon h4 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 800;
}

.sec-patner-icon ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

@media (max-width: 991px) {
  .sec-patner-icon ul {
    justify-content: space-evenly;
  }
}

@media (max-width: 520px) {
  .sec-patner-icon ul {
    display: block;
  }
}

.sec-patner-icon ul li {
  margin: 0px 100px;
  text-align: center;
}

@media (max-width: 991px) {
  .sec-patner-icon ul li {
    margin: 0;
  }
}

@media (max-width: 520px) {
  .sec-patner-icon ul li:last-child {
    margin-top: 30px;
  }
}

.sec-patner-icon ul li figure {
  margin-top: 40px;
}

@media (max-width: 675px) {
  .sec-patner-icon ul li figure {
    margin-top: 20px;
  }
}

.sec-patner-icon ul li figure img {
  margin: auto;
}

.substain-SecD {
  padding: 50px 0 70px;
  background: #fafafa;
  overflow: hidden;
}

@media (max-width: 675px) {
  .substain-SecD {
    padding: 30px 0 30px;
  }
}

.substain-SecD .container .flex .col {
  flex: 0 1 50%;
  max-width: 50%;
  width: 100%;
  margin: auto;
}

@media (max-width: 991px) {
  .substain-SecD .container .flex .col {
    flex: 0 1 100%;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .substain-SecD .container .flex .col.one {
    order: 2;
  }
}

@media (max-width: 991px) {
  .substain-SecD .container .flex .col.two {
    order: 1;
  }
}

.substain-SecD .container .flex .col.pr-100 {
  padding-right: 100px;
}

@media (max-width: 1024px) {
  .substain-SecD .container .flex .col.pr-100 {
    padding-right: 50px;
  }
}

@media (max-width: 991px) {
  .substain-SecD .container .flex .col.pr-100 {
    margin-top: 40px;
    padding-right: 0;
    text-align: center;
  }
}

@media (max-width: 675px) {
  .substain-SecD .container .flex .col.pr-100 {
    margin-top: 20px;
  }
}

.substain-SecD .container .flex .col h2 {
  font-weight: 800;
  margin-bottom: 20px;
}

@media (max-width: 675px) {
  .substain-SecD .container .flex .col h2 {
    margin-bottom: 10px;
  }
}

.substain-SecD .container .flex .col .btns-lv {
  margin-top: 30px;
}

.substain-SecD .container .flex .col .btns-lv a {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background: var(--primary-color);
  border: 2px solid var(--primary-color);
  border-radius: 30px;
  padding: 9px 30px;
  font-weight: 600;
}

.substain-SecD .container .flex .col .btns-lv a:hover {
  background: #fff;
  color: var(--primary-color);
}

.substain-SecD .container .flex .col figure {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 3/2;
}

@media (max-width: 991px) {
  .substain-SecD .container .flex .col figure {
    aspect-ratio: auto;
  }
}

.substain-SecD .container .flex .col figure img {
  height: 100%;
  width: 100%;
}

.content-sustain {
  padding: 0 0 50px 0;
  width: 838px;
  text-align: center;
  margin: auto;
}

@media (max-width: 860px) {
  .content-sustain {
    width: 100%;
  }
}

@media (max-width: 675px) {
  .content-sustain {
    padding: 0 0 30px 0;
  }
}

.content-sustain h2 {
  font-weight: 800;
  margin-bottom: 20px;
}

@media (max-width: 675px) {
  .content-sustain h2 {
    margin-bottom: 10px;
  }
}

.content-sustain p {
  text-align: justify;
}

.p-50 {
  padding: 50px 0 0;
}

@media (max-width: 675px) {
  .p-50 {
    padding: 30px 0 0;
  }
}

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

.Substain-more-product-detail {
  padding: 0 20px 40px;
}

@media (max-width: 767px) {
  .Substain-more-product-detail {
    padding: 0 0 40px;
  }
}

.Substain-more-product-detail .container .heading h2 {
  font-weight: 800;
  text-align: center;
}

.Substain-more-product-detail .container .substain-more-product {
  margin-top: 30px;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .Substain-more-product-detail .container .substain-more-product {
    padding: 0 0;
  }
}

.Substain-more-product-detail .container .substain-more-product .owl-stage {
  margin: auto;
}

.Substain-more-product-detail .container .substain-more-product .owl-item {
  flex: 1 0 auto;
}

.Substain-more-product-detail .container .substain-more-product .item {
  padding: 8px;
}

.Substain-more-product-detail .container .substain-more-product .item a {
  display: flex;
  height: 100%;
}

.Substain-more-product-detail .container .substain-more-product .item .card {
  box-shadow: 0 0 8px #d1cfcf;
  border-radius: 10px;
  overflow: hidden;
}

.Substain-more-product-detail .container .substain-more-product .item .card figure img {
  width: 100%;
}

.Substain-more-product-detail .container .substain-more-product .item .card .content {
  padding: 20px;
}

@media (max-width: 675px) {
  .Substain-more-product-detail .container .substain-more-product .item .card .content {
    text-align: center;
  }
}

.Substain-more-product-detail .container .substain-more-product .item .card .content h5 {
  line-height: 2;
  color: #000;
}

.Substain-more-product-detail .container .substain-more-product .item .card .content p {
  font-size: 14px;
  color: #666666;
  padding-bottom: 10px;
}

.Substain-more-product-detail .container .substain-more-product .owl-dots {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}

.Substain-more-product-detail .container .substain-more-product .owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  background: #bbbbbb;
  margin: 0 3px;
  border-radius: 10px;
}

.Substain-more-product-detail .container .substain-more-product .owl-dots button.owl-dot.active {
  background: var(--primary-color);
}

.Substain-more-product-detail .container .substain-more-product .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2196078431);
}

@media (max-width: 1366px) {
  .Substain-more-product-detail .container .substain-more-product .owl-nav button {
    top: 50%;
    transform: translateY(-50%);
  }
}

.Substain-more-product-detail .container .substain-more-product .owl-nav button:hover {
  background: var(--primary-color);
}

.Substain-more-product-detail .container .substain-more-product .owl-nav button:hover img {
  filter: invert(0);
}

.Substain-more-product-detail .container .substain-more-product .owl-nav button img {
  filter: invert(1);
  padding: 12px;
  width: 43px;
}

.Substain-more-product-detail .container .substain-more-product .owl-nav button.owl-prev {
  left: 5px;
}

@media (max-width: 1366px) {
  .Substain-more-product-detail .container .substain-more-product .owl-nav button.owl-prev {
    left: 5px;
  }
}

@media (max-width: 991px) {
  .Substain-more-product-detail .container .substain-more-product .owl-nav button.owl-prev {
    left: 5px;
  }
}

@media (max-width: 767px) {
  .Substain-more-product-detail .container .substain-more-product .owl-nav button.owl-prev {
    left: 5px;
  }
}

.Substain-more-product-detail .container .substain-more-product .owl-nav button.owl-next {
  right: 5px;
}

@media (max-width: 1366px) {
  .Substain-more-product-detail .container .substain-more-product .owl-nav button.owl-next {
    right: 5px;
  }
}

@media (max-width: 991px) {
  .Substain-more-product-detail .container .substain-more-product .owl-nav button.owl-next {
    right: 5px;
  }
}

@media (max-width: 767px) {
  .Substain-more-product-detail .container .substain-more-product .owl-nav button.owl-next {
    right: 5px;
  }
}

.banner {
  position: relative;
}

@media (max-width: 675px) {
  .banner {
    height: 340px;
  }
}

.banner.careerBanner .bg {
  height: 100%;
  position: relative;
}

.banner.careerBanner .bg::before,
.banner.careerBanner .bg::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.banner.careerBanner .bg::before {
  background: linear-gradient(to bottom, #000, transparent);
}

.banner.careerBanner .bg::after {
  background: linear-gradient(to top, #000, transparent);
  top: auto;
  height: 40%;
}

.banner.careerBanner .bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner.careerBanner .banner-content {
  position: absolute;
  bottom: 25%;
  left: 0;
  right: 0;
}

@media (max-width: 991px) {
  .banner.careerBanner .banner-content {
    bottom: 15%;
  }
}

.banner.careerBanner .banner-content .content {
  max-width: 464px;
}

.banner.careerBanner .banner-content .content h1 {
  font-size: 48px;
  font-weight: 700;
  padding-right: 25px;
  line-height: 48px;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .banner.careerBanner .banner-content .content h1 {
    font-size: 42px;
    line-height: 44px;
  }
}

@media (max-width: 767px) {
  .banner.careerBanner .banner-content .content h1 {
    font-size: 34px;
    line-height: 36px;
  }
}

@media (max-width: 520px) {
  .banner.careerBanner .banner-content .content h1 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 0;
  }
}

.banner.careerBanner .banner-content .content h1,
.banner.careerBanner .banner-content .content p {
  color: #fff;
}

.banner.careerBanner .banner-content .content p {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .banner.careerBanner .banner-content .content p {
    display: none;
  }
}

.CareerSecA {
  background: #fff;
  padding: 70px 0;
}

@media (max-width: 991px) {
  .CareerSecA {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .CareerSecA {
    padding: 40px 0;
  }
}

@media (max-width: 675px) {
  .CareerSecA {
    padding: 40px 0 15px;
  }
}

@media (max-width: 520px) {
  .CareerSecA {
    padding: 25px 0 15px;
  }
}

.CareerSecA .heading {
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 991px) {
  .CareerSecA .heading {
    margin-bottom: 40px;
  }
}

@media (max-width: 520px) {
  .CareerSecA .heading {
    margin-bottom: 25px;
  }
}

.CareerSecA .heading h3 {
  font-size: 36px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .CareerSecA .heading h3 {
    font-size: 32px;
    line-height: 36px;
  }
}

@media (max-width: 675px) {
  .CareerSecA .heading h3 {
    font-size: 24px;
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  .CareerSecA .flex {
    gap: 30px;
  }
}

@media (max-width: 675px) {
  .CareerSecA .flex {
    gap: 15px;
  }
}

.CareerSecA .flex .col {
  flex: 0 1 33.33%;
  max-width: 33.33%;
  width: 100%;
  padding: 0 12px;
}

@media (max-width: 991px) {
  .CareerSecA .flex .col {
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .CareerSecA .flex .col {
    flex: 0 1 100%;
    max-width: 100%;
    padding: 0 0;
  }
}

.CareerSecA .card {
  position: relative;
  overflow: hidden;
}

.CareerSecA .card:hover figure img {
  transform: scale(1.2);
  transition: 0.5s ease;
}

.CareerSecA .card figure {
  display: block;
  position: relative;
}

.CareerSecA .card figure::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, #000, transparent);
  height: 70%;
}

.CareerSecA .card figure img {
  width: 100%;
}

.CareerSecA .card .content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 25px 30px;
  max-width: 305px;
}

@media (max-width: 991px) {
  .CareerSecA .card .content {
    max-width: 100%;
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .CareerSecA .card .content {
    bottom: 20px;
    max-width: 100%;
    padding: 25px 30px;
    text-align: center;
  }
}

@media (max-width: 520px) {
  .CareerSecA .card .content {
    bottom: 0;
  }
}

.CareerSecA .card .content h3,
.CareerSecA .card .content p {
  color: #fff;
}

.CareerSecA .card .content h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
}

@media (max-width: 1140px) {
  .CareerSecA .card .content h3 {
    font-size: 26px;
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  .CareerSecA .card .content h3 {
    font-size: 28px;
    line-height: 30px;
  }
}

@media (max-width: 675px) {
  .CareerSecA .card .content h3 {
    font-size: 24px;
    line-height: 26px;
  }
}

.CareerSecA .card .content p {
  font-size: 16px;
  line-height: 22px;
  color: #dfdfdf;
}

@media (max-width: 991px) {
  .CareerSecA .card .content p {
    display: none;
  }
}

@media (max-width: 767px) {
  .CareerSecA .card .content p {
    display: block;
  }
}

@media (max-width: 520px) {
  .CareerSecA .card .content p {
    display: none;
  }
}

.CareerSecB {
  background: #eaeaea url("../images/bg-img.png");
  padding: 50px 0 80px;
  background-repeat: no-repeat;
  background-position: 100% 60%;
  overflow: hidden;
}

@media (max-width: 767px) {
  .CareerSecB {
    padding: 40px 0 40px;
  }
}

.CareerSecB .heading {
  margin-bottom: 0;
}

.CareerSecB .heading h3 {
  font-size: 36px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .CareerSecB .heading h3 {
    font-size: 32px;
    line-height: 32px;
  }
}

@media (max-width: 860px) {
  .CareerSecB .heading h3 {
    text-align: center;
  }
}

@media (max-width: 675px) {
  .CareerSecB .heading h3 {
    font-size: 24px;
    line-height: 26px;
  }
}

.carerWhyBenz {
  position: relative;
  padding-top: 60px;
}

@media (max-width: 860px) {
  .carerWhyBenz {
    padding-top: 20px;
  }
}

.carerWhyBenz .whyTabing {
  position: absolute;
  top: -43px;
  right: 0;
}

@media (max-width: 860px) {
  .carerWhyBenz .whyTabing {
    position: relative;
    top: 0;
    padding-bottom: 30px;
  }
}

.carerWhyBenz .whyTabing ul {
  display: flex;
  flex-wrap: nowrap;
  gap: 0 60px;
}

@media (max-width: 860px) {
  .carerWhyBenz .whyTabing ul {
    justify-content: center;
  }
}

@media (max-width: 675px) {
  .carerWhyBenz .whyTabing ul {
    width: 100%;
    overflow-x: auto;
    gap: 40px;
  }
}

@media (max-width: 520px) {
  .carerWhyBenz .whyTabing ul {
    justify-content: left;
  }
}

.carerWhyBenz .whyTabing ul li {
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  color: #717171;
  position: relative;
  padding: 8px 0;
}

.carerWhyBenz .whyTabing ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--primary-color);
  width: 0;
}

.carerWhyBenz .whyTabing ul li.active {
  color: var(--primary-color);
}

.carerWhyBenz .whyTabing ul li.active::after {
  width: 100%;
}

.carerWhyBenz .tabCareerWrap .flex {
  align-items: center;
}

.carerWhyBenz .tabCareerWrap .col {
  flex: 0 1 50%;
  max-width: 50%;
  width: 100%;
}

@media (max-width: 767px) {
  .carerWhyBenz .tabCareerWrap .col {
    flex: 0 1 100%;
    max-width: 100%;
  }
}

.carerWhyBenz .tabCareerWrap figure img {
  width: 100%;
}

.carerWhyBenz .tabCareerWrap .content {
  max-width: 415px;
  margin-left: 10%;
}

@media (max-width: 767px) {
  .carerWhyBenz .tabCareerWrap .content {
    max-width: 100%;
    margin-left: 0%;
    text-align: center;
    padding-top: 20px;
  }
}

.carerWhyBenz .tabCareerWrap .content h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .carerWhyBenz .tabCareerWrap .content h3 {
    font-size: 32px;
    line-height: 32px;
  }
}

@media (max-width: 767px) {
  .carerWhyBenz .tabCareerWrap .content h3 {
    font-size: 28px;
    line-height: 30px;
  }
}

@media (max-width: 675px) {
  .carerWhyBenz .tabCareerWrap .content h3 {
    font-size: 24px;
    line-height: 30px;
  }
}

.carerWhyBenz .tabCareerWrap .content p {
  color: #000;
  line-height: 24px;
}

.careerSecC {
  background: #fff;
}

.careerSecC .bg {
  position: relative;
}

.careerSecC .bg::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, #000, transparent);
  top: auto;
  height: 40%;
}

@media (max-width: 767px) {
  .careerSecC .bg::after {
    height: 60%;
  }
}

.careerSecC .bg img {
  width: 100%;
}

.careerSecC .careerOpenList {
  position: relative;
  margin-top: -140px;
}

.careerSecC .careerOpenList .heading {
  margin-bottom: 68px;
}

.careerSecC .careerOpenList .heading p {
  font-size: 18px;
  color: #fff;
}

.careerSecC .careerOpenList .heading h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  padding-right: 25px;
  line-height: 48px;
  margin-bottom: 15px;
}

@media (max-width: 675px) {
  .careerSecC .careerOpenList .heading h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

.careerSecC .listTabWrap {
  display: block;
  padding: 70px 0;
}

@media (max-width: 767px) {
  .careerSecC .listTabWrap {
    padding: 40px 0;
  }
}

@media (max-width: 675px) {
  .careerSecC .listTabWrap {
    padding: 30px 0;
  }
}

.careerSecC .listTabWrap .flex .cola {
  flex: 0 1 65%;
  max-width: 65%;
  width: 100%;
  padding-right: 35px;
}

@media (max-width: 1024px) {
  .careerSecC .listTabWrap .flex .cola {
    flex: 0 1 100%;
    max-width: 100%;
    padding-right: 0;
    margin-top: 30px;
  }
}

.careerSecC .listTabWrap .flex .colb {
  flex: 0 1 35%;
  max-width: 35%;
  width: 100%;
  padding-left: 35px;
}

@media (max-width: 1300px) {
  .careerSecC .listTabWrap .flex .colb {
    padding-left: 0px;
  }
}

@media (max-width: 1024px) {
  .careerSecC .listTabWrap .flex .colb {
    flex: 0 1 100%;
    max-width: 100%;
  }
}

.careerSecC .listTabWrap .careerHead {
  border-bottom: 1px solid #f1f1f1;
  padding: 20px 0;
  cursor: pointer;
  background: #fff;
  transition: 0.5s ease;
}

.careerSecC .listTabWrap .careerHead .flex {
  position: relative;
}

@media (max-width: 520px) {
  .careerSecC .listTabWrap .careerHead .flex {
    justify-content: space-between;
  }
}

.careerSecC .listTabWrap .careerHead .flex .title {
  flex: 0 1 50%;
  max-width: 50%;
  width: 100%;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

@media (max-width: 675px) {
  .careerSecC .listTabWrap .careerHead .flex .title {
    flex: 0 1 60%;
    max-width: 60%;
    font-size: 16px;
    line-height: 18px;
  }
}

.careerSecC .listTabWrap .careerHead .flex .date {
  flex: 0 1 30%;
  max-width: 30%;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #717171;
}

@media (max-width: 675px) {
  .careerSecC .listTabWrap .careerHead .flex .date {
    display: none;
  }
}

.careerSecC .listTabWrap .careerHead .flex .icon {
  position: absolute;
  width: 40px;
  right: 0;
  top: 6px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.careerSecC .listTabWrap .careerHead.active {
  background: var(--primary-color);
  padding: 20px 10px;
}

.careerSecC .listTabWrap .careerHead.active .title,
.careerSecC .listTabWrap .careerHead.active .date {
  color: #fff;
}

.careerSecC .listTabWrap .careerHead.active .icon img {
  filter: grayscale(1) brightness(0) invert(11);
}

.careerSecC .listTabWrap .tab_body {
  display: none;
}

.careerSecC .listTabWrap .tab_body .content {
  padding: 25px 0;
  border-bottom: 1px solid #f1f1f1;
}

.careerSecC .listTabWrap .tab_body .content h3 {
  display: none;
}

.careerSecC .listTabWrap .tab_body .content h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
}

.careerSecC .listTabWrap .tab_body .content p {
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  text-align: justify;
  margin-bottom: 15px;
}

.careerSecC .listTabWrap .tab_body .content p span {
  font-weight: 700;
  color: black;
}

.careerSecC .listTabWrap .tab_body .content ul {
  padding-left: 25px;
  margin: 15px 0;
}

.careerSecC .listTabWrap .tab_body .content ul li {
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  margin-bottom: 5px;
  position: relative;
}

.careerSecC .listTabWrap .tab_body .content ul li::before {
  content: "";
  position: absolute;
  left: -19px;
  top: 6px;
  width: 8px;
  height: 8px;
  background: var(--primary-color);
  border-radius: 20px;
}

.careerSecC .listTabWrap .tab_body .content .link_btn a {
  border: 2px solid var(--primary-color);
  border-radius: 20px;
  padding: 5px 20px;
  background: var(--primary-color);
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}

.careerSecC .listTabWrap .tab_body .content .link_btn a span {
  color: #fff;
}

.careerSecC .listTabWrap .tab_body .content .link_btn a:hover {
  background: #fff;
}

.careerSecC .listTabWrap .tab_body .content .link_btn a:hover span {
  color: var(--primary-color);
}

.career_form {
  background: #4098f6;
  max-width: 370px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  padding: 35px;
  transform: translateY(-200px);
}

@media (max-width: 1440px) {
  .career_form {
    padding: 35px 25px;
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  .career_form {
    transform: translateY(0px);
    padding: 35px;
  }
}

@media (max-width: 767px) {
  .career_form {
    padding: 25px;
  }
}

.career_form h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px;
  text-align: center;
}

@media (max-width: 1440px) {
  .career_form h4 {
    font-size: 23px;
  }
}

@media (max-width: 1024px) {
  .career_form h4 {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .career_form h4 {
    padding-top: 20px;
  }
}

@media (max-width: 520px) {
  .career_form h4 {
    font-size: 20px;
    line-height: 20px;
  }
}

.career_form .form .form-group {
  margin-bottom: 0;
}

.career_form .form .form-group .icon {
  position: absolute;
  right: 0;
  bottom: 14px;
  pointer-events: none;
  background: #4098f6;
}

.career_form .form .form-group .form-control {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.career_form .form .form-group .form-control::-moz-placeholder {
  color: #fff;
}

.career_form .form .form-group .form-control::placeholder {
  color: #fff;
}

.career_form .form .form-group .form-control~label {
  top: 23px;
  font-size: 14px;
}

.career_form .form .form-group .form-control.valid~label {
  top: 5px;
}

.career_form .form .form-group .form-control:focus~label {
  top: 5px;
}

.career_form .form .form-group textarea.form-control {
  height: auto;
  padding-top: 30px;
}

.career_form .form .form-group textarea.form-control~label {
  top: 15px;
}

.career_form .form .form-group textarea.form-control.valid~label {
  top: 0px;
}

.career_form .form .form-group select.form-control {
  padding: 15px 0 0;
  background: none;
}

.career_form .form .form-group select.form-control option {
  color: #666666;
}

.career_form .form .attach_file {
  position: relative;
  border-bottom: 1px solid #fff;
}

.career_form .form .attach_file .file_upload {
  opacity: 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.career_form .form .attach_file p {
  font-size: 14px;
  font-weight: 500;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.career_form .form .attach_file p span {
  color: #fff;
}

.career_form .form .attach_file p img {
  position: absolute;
  right: 0;
  top: 0;
}

.career_form .link_btn.btn {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

@media (max-width: 520px) {
  .career_form .link_btn.btn {
    margin-bottom: 0;
    margin-top: 30px;
  }
}

.career_form .link_btn.btn a {
  border: 0;
  font-size: 16px;
}

.career_form .link_btn.btn a span {
  text-transform: uppercase;
}

.bannerBN.contact-banner.faq-banner .contact-wrap .flex .colA p {
  line-height: 24px;
  margin-top: 22px;
}

.faq-secA {
  padding: 45px 0;
  background: #fff;
}

@media (max-width: 767px) {
  .faq-secA {
    padding: 30px 0;
  }
}

.faq-secA .faq-wrap {
  padding: 0 5rem;
}

@media (max-width: 1366px) {
  .faq-secA .faq-wrap {
    padding: 0 3rem;
  }
}

@media (max-width: 991px) {
  .faq-secA .faq-wrap {
    padding: 0 2rem;
  }
}

@media (max-width: 767px) {
  .faq-secA .faq-wrap {
    padding: 0 15px;
  }
}

@media (max-width: 991px) {
  .faq-secA .flex {
    gap: 25px 0;
  }
}

.faq-secA .flex .colA {
  flex: 0 1 auto;
}

@media (max-width: 991px) {
  .faq-secA .flex .colA {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}

.faq-secA .flex .colA .faq-tab {
  padding: 20px 35px;
}

@media (max-width: 1366px) {
  .faq-secA .flex .colA .faq-tab {
    padding: 20px 25px;
  }
}

@media (max-width: 991px) {
  .faq-secA .flex .colA .faq-tab {
    padding: 0;
    padding-bottom: 10px;
    white-space: nowrap;
    width: 100%;
    overflow-x: auto;
  }

  .faq-secA .flex .colA .faq-tab::-webkit-scrollbar {
    height: 1px;
    background: none;
  }

  .faq-secA .flex .colA .faq-tab::-webkit-scrollbar-track {
    box-shadow: none;
  }

  .faq-secA .flex .colA .faq-tab::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    outline: 0;
  }
}

.faq-secA .flex .colA .faq-tab ul li {
  display: block;
  padding: 8px 45px;
  padding-left: 30px;
  color: #666666;
  transition: 0.3s ease;
  text-align: left;
  border-radius: 30px;
  color: #000;
  font-weight: 700;
  cursor: pointer;
  caret-color: transparent;
}

@media (max-width: 991px) {
  .faq-secA .flex .colA .faq-tab ul li {
    display: inline-block;
  }
}

.faq-secA .flex .colA .faq-tab ul li.active {
  color: #fff;
  background: var(--primary-color);
}

.faq-secA .flex .colB {
  flex: 1;
}

.faq-secA .flex .colB .faq-nav-content {
  padding-left: 3rem;
}

@media (max-width: 1024px) {
  .faq-secA .flex .colB .faq-nav-content {
    padding-left: 2rem;
  }
}

@media (max-width: 991px) {
  .faq-secA .flex .colB .faq-nav-content {
    padding-left: 0;
  }
}

.faq-secA .flex .colB .faq-nav-content .tabs:not(.active) {
  display: none;
}

.faq-secA .flex .colB .faq-nav-content .faq-dropdoen .col {
  border: 1px solid #d8d8d8;
  border-radius: 12px;
  overflow: hidden;
}

.faq-secA .flex .colB .faq-nav-content .faq-dropdoen .col.OppSecRpt {
  margin-bottom: 0;
}

.faq-secA .flex .colB .faq-nav-content .faq-dropdoen .col.OppSecRpt:not(:last-child) {
  margin-bottom: 20px;
}

.faq-secA .flex .colB .faq-nav-content .faq-dropdoen .col .CreNameSec {
  background: #f7f7f7;
  padding: 18px 30px;
  cursor: pointer;
  transition: 0.3s ease;
  position: relative;
}

@media (max-width: 767px) {
  .faq-secA .flex .colB .faq-nav-content .faq-dropdoen .col .CreNameSec {
    padding: 15px 40px 15px 15px;
  }
}

.faq-secA .flex .colB .faq-nav-content .faq-dropdoen .col .CreNameSec::before,
.faq-secA .flex .colB .faq-nav-content .faq-dropdoen .col .CreNameSec::after {
  position: absolute;
  top: 50%;
  right: 4%;
  translate: 0 -50%;
  font-size: 36px;
  font-weight: 400;
  color: #000;
  pointer-events: none;
  transition: 0.1s ease;
  line-height: 0;
}

.faq-secA .flex .colB .faq-nav-content .faq-dropdoen .col .CreNameSec::before {
  content: "+";
}

.faq-secA .flex .colB .faq-nav-content .faq-dropdoen .col .CreNameSec::after {
  content: "";
  height: 2px;
  width: 15px;
  right: 4.3%;
  background: #000;
  opacity: 0;
}

.faq-secA .flex .colB .faq-nav-content .faq-dropdoen .col .CreNameSec h5 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.faq-secA .flex .colB .faq-nav-content .faq-dropdoen .col .CreNameSec.active {
  background: #d1e6fd;
}

.faq-secA .flex .colB .faq-nav-content .faq-dropdoen .col .CreNameSec.active::before {
  opacity: 0;
  transition: 0.3s ease;
}

.faq-secA .flex .colB .faq-nav-content .faq-dropdoen .col .CreNameSec.active::after {
  opacity: 1;
  transition: 0.3s ease;
}

.faq-secA .flex .colB .faq-nav-content .faq-dropdoen .col .CntSecDrpDown {
  border: none;
}

.faq-secA .flex .colB .faq-nav-content .faq-dropdoen .col .CntSecDrpDown .content {
  padding: 30px;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .faq-secA .flex .colB .faq-nav-content .faq-dropdoen .col .CntSecDrpDown .content {
    padding: 12px 10px;
  }
}

.faq-secA .flex .colB .faq-nav-content .faq-dropdoen .col .CntSecDrpDown .content p {
  color: #666666;
}

.faq-secA .flex .colB .faq-nav-content .faq-dropdoen .col .CntSecDrpDown .content ul {
  padding-left: 30px;
  margin: 15px 0;
}

.faq-secA .flex .colB .faq-nav-content .faq-dropdoen .col .CntSecDrpDown .content ul li {
  font-size: 16px;
  line-height: 22px;
  color: #666;
  margin-bottom: 5px;
  position: relative;
}

.faq-secA .flex .colB .faq-nav-content .faq-dropdoen .col .CntSecDrpDown .content ul li::before {
  content: "";
  position: absolute;
  left: -19px;
  top: 6px;
  width: 8px;
  height: 8px;
  background: var(--primary-color);
  border-radius: 20px;
}

.faq-secA .flex .colB .faq-nav-content .faq-dropdoen .col .CntSecDrpDown .content ul li span {
  color: #000;
  font-weight: 700;
}

.InquiryPopModule .model-Wrap .InquiryForm .grid-form .box {
  --varval: 10px;
}

.InquiryPopModule .model-Wrap .InquiryForm .grid-form .box:nth-child(4) .form-group,
.InquiryPopModule .model-Wrap .InquiryForm .grid-form .box:nth-child(5) .form-group,
.InquiryPopModule .model-Wrap .InquiryForm .grid-form .box:nth-child(6) .form-group {
  background: url(../images/dropdown.png) 98%/3% no-repeat transparent;
  background-position-y: 35px;
}

.InquiryPopModule .model-Wrap .InquiryForm .grid-form .box:nth-child(4) .form-group::before,
.InquiryPopModule .model-Wrap .InquiryForm .grid-form .box:nth-child(5) .form-group::before,
.InquiryPopModule .model-Wrap .InquiryForm .grid-form .box:nth-child(6) .form-group::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 999999;
  height: 1px;
  background: rgba(255, 255, 255, 0.6392156863);
}

.InquiryPopModule .model-Wrap .InquiryForm .grid-form .box .form-group select {
  width: 100%;
  background: none;
  border: none;
  font-family: inherit;
  color: #fff;
  height: 55px;
  font-weight: 500;
  position: relative;
  padding-left: var(--varval);
  margin-left: calc(var(--varval) * -1);
}

.InquiryPopModule .model-Wrap .InquiryForm .grid-form .box .form-group select option {
  color: #000;
}

.InquiryPopModule .model-Wrap .InquiryForm .grid-form .box .form-group select:focus {
  outline: none;
}

.ServicebannerBN.Service-banner {
  position: relative;
}

@media (max-width: 767px) {
  .ServicebannerBN.Service-banner {
    height: 340px;
  }
}

.ServicebannerBN.Service-banner .bg {
  position: relative;
  height: 100%;
}

.ServicebannerBN.Service-banner .bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to bottom, var(--SelecteBlack, #000), rgba(0, 0, 0, 0) 100%);
  opacity: 1;
  z-index: 2;
  pointer-events: none;
}

.ServicebannerBN.Service-banner .bg::after {
  position: absolute;
  background: linear-gradient(0deg, #000000, rgba(0, 0, 0, 0) 85%);
  right: 0;
  width: 100%;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  pointer-events: none;
  z-index: 2;
}

.ServicebannerBN.Service-banner .bg img {
  width: 100%;
}

@media (max-width: 767px) {
  .ServicebannerBN.Service-banner .bg img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.ServicebannerBN.Service-banner .Servbanner-wrapper {
  content: "";
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 10%;
  transform: translateY(-10%);
  z-index: 9;
  text-align: center;
}

.ServicebannerBN.Service-banner .Servbanner-wrapper .content {
  max-width: 470px;
  margin: 0 auto;
}

.ServicebannerBN.Service-banner .Servbanner-wrapper .content h1 {
  color: #fff;
  font-weight: 800;
  text-align: center;
}

@media (max-width: 675px) {
  .ServicebannerBN.Service-banner .Servbanner-wrapper .content h1 {
    font-size: 26px;
    margin-bottom: 15px;
  }
}

.ServicebannerBN.Service-banner .Servbanner-wrapper .content p {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 675px) {
  .ServicebannerBN.Service-banner .Servbanner-wrapper .content p {
    font-size: 16px;
    line-height: 20px;
  }
}

.Service-SecB {
  padding: 50px 0;
}

@media (max-width: 767px) {
  .Service-SecB {
    padding: 40px 0;
  }
}

@media (max-width: 675px) {
  .Service-SecB {
    padding: 15px 0;
  }
}

.Service-SecB .container ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
}

@media (max-width: 675px) {
  .Service-SecB .container ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}

.Service-SecB .container ul li figure {
  position: relative;
}

.Service-SecB .container ul li figure::before {
  content: "";
  position: absolute;
  background: linear-gradient(359deg, var(--SelecteBlack, #000), rgba(0, 0, 0, 0) 85%);
  right: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  pointer-events: none;
}

.Service-SecB .container ul li figure img {
  width: 100%;
}

.Service-SecB .container ul li figure figcaption {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 35px;
}

@media (max-width: 767px) {
  .Service-SecB .container ul li figure figcaption {
    padding: 20px;
  }
}

.Service-SecB .container ul li figure figcaption h3 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

@media (max-width: 1140px) {
  .Service-SecB .container ul li figure figcaption h3 {
    font-size: 26px;
    line-height: 29px;
  }
}

@media (max-width: 991px) {
  .Service-SecB .container ul li figure figcaption h3 {
    font-size: 22px;
    line-height: 26px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .Service-SecB .container ul li figure figcaption h3 {
    font-size: 20px;
    line-height: 24px;
  }
}

.Service-SecB .container ul li figure figcaption p {
  font-weight: 500;
  color: #fff;
}

@media (max-width: 991px) {
  .Service-SecB .container ul li figure figcaption p {
    display: none;
  }
}

.DetailsectionA.Service-banner {
  position: relative;
}

@media (max-width: 767px) {
  .DetailsectionA.Service-banner {
    height: 340px;
  }
}

.DetailsectionA.Service-banner .bg {
  position: relative;
  height: 100%;
}

.DetailsectionA.Service-banner .bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to bottom, var(--SelecteBlack, #000), rgba(0, 0, 0, 0) 100%);
  opacity: 1;
  z-index: 2;
  pointer-events: none;
}

.DetailsectionA.Service-banner .bg::after {
  position: absolute;
  background: linear-gradient(0deg, #000000, rgba(0, 0, 0, 0) 85%);
  right: 0;
  width: 100%;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  pointer-events: none;
  z-index: 2;
}

.DetailsectionA.Service-banner .bg img {
  width: 100%;
}

@media (max-width: 767px) {
  .DetailsectionA.Service-banner .bg img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.DetailsectionA.Service-banner .Servdetailbanner-wrapper {
  content: "";
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 10%;
  transform: translateY(-10%);
  z-index: 9;
}

.DetailsectionA.Service-banner .Servdetailbanner-wrapper .content {
  max-width: 600px;
  margin-left: 5%;
}

@media (max-width: 767px) {
  .DetailsectionA.Service-banner .Servdetailbanner-wrapper .content {
    margin-left: 0;
  }
}

@media (max-width: 675px) {
  .DetailsectionA.Service-banner .Servdetailbanner-wrapper .content {
    max-width: 100%;
  }
}

.DetailsectionA.Service-banner .Servdetailbanner-wrapper .content h1 {
  font-size: 48px;
  line-height: 50px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .DetailsectionA.Service-banner .Servdetailbanner-wrapper .content h1 {
    font-size: 38px;
    line-height: 42px;
  }
}

@media (max-width: 767px) {
  .DetailsectionA.Service-banner .Servdetailbanner-wrapper .content h1 {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (max-width: 675px) {
  .DetailsectionA.Service-banner .Servdetailbanner-wrapper .content h1 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}

.DetailsectionA.Service-banner .Servdetailbanner-wrapper .content p {
  color: #fff;
  font-weight: 600;
}

@media (max-width: 520px) {
  .DetailsectionA.Service-banner .Servdetailbanner-wrapper .content p {
    display: none;
  }
}

.servdetail-secB {
  padding: 50px 0;
}

@media (max-width: 767px) {
  .servdetail-secB {
    padding: 30px 0;
  }
}

.servdetail-secB .container-fluid {
  display: flex;
  justify-content: space-between;
  padding-left: 0;
}

@media (max-width: 1366px) {
  .servdetail-secB .container-fluid {
    padding: 0 15px;
  }
}

@media (max-width: 1366px) {
  .servdetail-secB .container-fluid figure {
    display: none;
  }
}

.servdetail-secB .container-fluid figure img {
  width: 230px;
  position: sticky;
  top: 125px;
}

.servdetail-secB .container-fluid .inner-wraper {
  width: 800px;
  margin: auto;
}

@media (max-width: 991px) {
  .servdetail-secB .container-fluid .inner-wraper {
    width: 100%;
    padding: 0 45px;
  }
}

@media (max-width: 767px) {
  .servdetail-secB .container-fluid .inner-wraper {
    padding: 0 0px;
  }
}

.servdetail-secB .container-fluid .inner-wraper p {
  margin-bottom: 35px;
  text-align: justify;
}

.servdetail-secB .container-fluid .inner-wraper h2 {
  font-size: 26px;
  line-height: 28px;
  font-weight: 800;
  margin-bottom: 20px;
}

.servdetail-secB .container-fluid .inner-wraper h3 {
  font-size: 20px;
  line-height: 24px;
}

.servdetail-secB .container-fluid .inner-wraper h3,
.servdetail-secB .container-fluid .inner-wraper h4,
.servdetail-secB .container-fluid .inner-wraper h5,
.servdetail-secB .container-fluid .inner-wraper h6 {
  font-weight: 800;
  margin-bottom: 10px;
}

.servdetail-secB .container-fluid .inner-wraper ul {
  padding-left: 30px;
  margin: 15px 0;
}

.servdetail-secB .container-fluid .inner-wraper ul li {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  position: relative;
  text-align: justify;
  margin-bottom: 10px;
}

.servdetail-secB .container-fluid .inner-wraper ul li::before {
  content: "";
  position: absolute;
  left: -19px;
  top: 6px;
  width: 8px;
  height: 8px;
  background: var(--primary-color);
  border-radius: 20px;
}

.servdetail-secB .container-fluid .inner-wraper ul li span {
  color: #000;
  font-weight: 700;
}

.servdetail-SecC {
  padding: 50px 0;
}

.servdetail-SecC .container h2 {
  text-align: center;
  font-weight: 800;
}

.servdetail-SecC .container .More-Services-slider {
  margin: 40px 0 0;
}

.servdetail-SecC .container .More-Services-slider .item figure {
  position: relative;
}

.servdetail-SecC .container .More-Services-slider .item figure::before {
  content: "";
  position: absolute;
  background: linear-gradient(359deg, var(--SelecteBlack, #000), rgba(0, 0, 0, 0) 85%);
  right: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  pointer-events: none;
}

.servdetail-SecC .container .More-Services-slider .item figure img {
  width: 100%;
}

.servdetail-SecC .container .More-Services-slider .item figure figcaption {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 35px;
}

@media (max-width: 991px) {
  .servdetail-SecC .container .More-Services-slider .item figure figcaption {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .servdetail-SecC .container .More-Services-slider .item figure figcaption {
    text-align: center;
  }
}

.servdetail-SecC .container .More-Services-slider .item figure figcaption h3 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .servdetail-SecC .container .More-Services-slider .item figure figcaption h3 {
    font-size: 22px;
    line-height: 26px;
  }
}

.servdetail-SecC .container .More-Services-slider .item figure figcaption p {
  font-weight: 500;
  color: #fff;
}

@media (max-width: 991px) {
  .servdetail-SecC .container .More-Services-slider .item figure figcaption p {
    display: none;
  }
}

.servdetail-SecC .container .More-Services-slider .owl-nav button {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(83, 83, 83, 0.3803921569);
}

.servdetail-SecC .container .More-Services-slider .owl-nav button:hover {
  background: var(--primary-color);
}

.servdetail-SecC .container .More-Services-slider .owl-nav button:hover img {
  filter: invert(0);
}

.servdetail-SecC .container .More-Services-slider .owl-nav button img {
  filter: invert(1);
  padding: 12px;
  width: 43px;
}

.servdetail-SecC .container .More-Services-slider .owl-nav button.owl-prev {
  left: -2%;
}

.servdetail-SecC .container .More-Services-slider .owl-nav button.owl-next {
  right: -2%;
}

.ProductCatSecB {
  padding: 60px 0;
}

@media (max-width: 1366px) {
  .ProductCatSecB {
    padding: 60px 0 30px;
  }
}

.ProductCatSecB .bg-clr {
  background: #f9f9f9;
}

@media (max-width: 1230px) {
  .ProductCatSecB .bg-clr .container .product-tab {
    white-space: nowrap;
    width: 100%;
    overflow-x: auto;
  }
}

.ProductCatSecB .bg-clr .container .product-tab ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

@media (max-width: 1230px) {
  .ProductCatSecB .bg-clr .container .product-tab ul {
    gap: 20px;
  }
}

.ProductCatSecB .bg-clr .container .product-tab ul .box {
  position: relative;
  padding: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 15px;
  cursor: pointer;
}

.ProductCatSecB .bg-clr .container .product-tab ul .box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--primary-color);
  width: 0%;
  margin-top: 20px;
  transition: 0.3s ease;
}

.ProductCatSecB .bg-clr .container .product-tab ul .box figure {
  position: relative;
  width: 32px;
}

.ProductCatSecB .bg-clr .container .product-tab ul .box figure .icon1 {
  opacity: 1;
  filter: invert(1);
}

.ProductCatSecB .bg-clr .container .product-tab ul .box figure .icon2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.ProductCatSecB .bg-clr .container .product-tab ul .box .text-heading {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  transition: 0.5s ease;
}

.ProductCatSecB .bg-clr .container .product-tab ul .box:hover::after,
.ProductCatSecB .bg-clr .container .product-tab ul .box.active::after {
  width: 100%;
}

.ProductCatSecB .bg-clr .container .product-tab ul .box:hover .text-heading,
.ProductCatSecB .bg-clr .container .product-tab ul .box.active .text-heading {
  color: var(--primary-color);
  transition: 0.3s ease;
}

.ProductCatSecB .bg-clr .container .product-tab ul .box:hover figure .icon1,
.ProductCatSecB .bg-clr .container .product-tab ul .box.active figure .icon1 {
  opacity: 0;
}

.ProductCatSecB .bg-clr .container .product-tab ul .box:hover figure .icon2,
.ProductCatSecB .bg-clr .container .product-tab ul .box.active figure .icon2 {
  opacity: 1;
}

.ProductCatSecB .ourterCon {
  background: #fff;
}

@media (max-width: 1230px) {
  .ProductCatSecB .ourterCon {
    padding: 50px 0 0;
  }
}

@media (max-width: 767px) {
  .ProductCatSecB .ourterCon {
    padding: 30px 0 0;
  }
}

.ProductCatSecB .ourterCon h1 {
  margin-top: 75px;
  margin-bottom: 20px;
  font-weight: 800;
  font-size: 40px;
  line-height: 40px;
}

@media (max-width: 1366px) {
  .ProductCatSecB .ourterCon h1 {
    margin-top: 45px;
  }
}

@media (max-width: 1230px) {
  .ProductCatSecB .ourterCon h1 {
    margin-top: 0px;
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 675px) {
  .ProductCatSecB .ourterCon h1 {
    font-size: 30px;
    line-height: 30px;
  }
}

@media (max-width: 520px) {
  .ProductCatSecB .ourterCon h1 {
    margin-bottom: 10px;
    text-align: center;
  }
}

.ProductCatSecB .ourterCon .context {
  margin: auto;
  text-align: justify;
}

.ProductCatSecB .ourterCon .context table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 30px;
}

.ProductCatSecB .ourterCon .context table thead {
  background: #f7f7f7;
}

.ProductCatSecB .ourterCon .context table thead th {
  color: #000;
  border: 1px solid #000;
  font-weight: inherit;
  font-weight: 600;
}

.ProductCatSecB .ourterCon .context table tr,
.ProductCatSecB .ourterCon .context table td {
  font-size: 14px;
  text-align: center;
  color: #666666;
  padding: 4px;
  border: 1px solid #000;
}

.ProductCatSecB .ourterCon .context p {
  font-size: 16px;
  line-height: 22px;
  color: #666666;
}

.ProductCatSecB .ourterCon .context h3 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
  margin-top: 10px;
}

.ProductCatSecB .ourterCon .context ul {
  padding-left: 30px;
  margin: 10px 0;
  -moz-column-count: 2;
  column-count: 2;
  gap: 60px;
  text-align: left;
}

@media (max-width: 520px) {
  .ProductCatSecB .ourterCon .context ul {
    -moz-column-count: 1;
    column-count: 1;
  }
}

.ProductCatSecB .ourterCon .context ul li {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  margin-bottom: 5px;
  position: relative;
}

.ProductCatSecB .ourterCon .context ul li::before {
  content: "";
  position: absolute;
  left: -19px;
  top: 6px;
  width: 8px;
  height: 8px;
  background: var(--primary-color);
  border-radius: 20px;
}

.ProductCatSecB .ourterCon .context ul li span {
  color: #000;
  font-weight: 700;
}

.ProductCatSecB .ourterCon .feature-content h4 {
  font-weight: 800;
  margin-bottom: 15px;
  margin-top: 30px;
}

.ProductCatSecB .ourterCon .feature-content h3 {
  font-weight: 800;
  margin-bottom: 10px;
  margin-top: 10px;
}

.ProductCatSecB .ourterCon .feature-content ul {
  padding-left: 30px;
  margin: 15px 0;
  -moz-column-count: 2;
  column-count: 2;
  gap: 30px;
}

.ProductCatSecB .ourterCon .feature-content ul li {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  margin-bottom: 5px;
  position: relative;
}

.ProductCatSecB .ourterCon .feature-content ul li::before {
  content: "";
  position: absolute;
  left: -19px;
  top: 6px;
  width: 8px;
  height: 8px;
  background: var(--primary-color);
  border-radius: 20px;
}

.ProductCatSecB .ourterCon .feature-content ul li span {
  color: #000;
  font-weight: 700;
}

.ProductCatSecB .ourterCon .feature-content .feature-box {
  padding-top: 10px;
}

.ProductCatSecB .ourterCon .feature-content .feature-box .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

@media (max-width: 767px) {
  .ProductCatSecB .ourterCon .feature-content .feature-box .grid {
    gap: 15px;
  }
}

@media (max-width: 675px) {
  .ProductCatSecB .ourterCon .feature-content .feature-box .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

.ProductCatSecB .ourterCon .feature-content .feature-box .grid .box {
  text-align: center;
  box-shadow: 0 0 10px rgba(221, 208, 208, 0.5294117647);
  padding: 20px 10px;
  border-radius: 10px;
}

.ProductCatSecB .ourterCon .feature-content .feature-box .grid .box figure img {
  margin: auto;
}

.ProductCatSecB .ourterCon .feature-content .feature-box .grid .box .content {
  margin-top: 15px;
}

.ProductCatSecB .ourterCon .feature-content .feature-box .grid .box p {
  font-size: 16px;
  line-height: 20px;
  color: #666666;
}

.ProductCatSecB .product-listing-outer {
  background: #fff;
}

.ProductCatSecB .product-listing-outer .product-listingSec {
  display: flex;
  padding: 0 3%;
}

@media (max-width: 1366px) {
  .ProductCatSecB .product-listing-outer .product-listingSec {
    padding: 0;
  }
}

@media (max-width: 1230px) {
  .ProductCatSecB .product-listing-outer .product-listingSec {
    flex-wrap: wrap;
  }
}

.ProductCatSecB .product-listing-outer .product-listingSec .aside-left {
  flex: 0 1 20%;
  max-width: 20%;
  width: 100%;
}

@media (max-width: 1230px) {
  .ProductCatSecB .product-listing-outer .product-listingSec .aside-left {
    flex: 0 1 25%;
    max-width: 25%;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .ProductCatSecB .product-listing-outer .product-listingSec .aside-left {
    display: none;
  }
}

.ProductCatSecB .product-listing-outer .product-listingSec .aside-left ul {
  padding: 30px 15px;
  background: var(--primary-color);
  border-radius: 8px;
  position: sticky;
  top: 140px;
}

@media (max-width: 1366px) {
  .ProductCatSecB .product-listing-outer .product-listingSec .aside-left ul {
    top: 110px;
  }
}

@media (max-width: 991px) {
  .ProductCatSecB .product-listing-outer .product-listingSec .aside-left ul {
    padding: 0 10px;
    height: 50px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 991px) and (max-width: 991px) {
  .ProductCatSecB .product-listing-outer .product-listingSec .aside-left ul {
    width: 100%;
    overflow-x: auto;
    justify-content: left;
  }
}

.ProductCatSecB .product-listing-outer .product-listingSec .aside-left ul::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 188px;
  width: 200px;
  background: url(../images/footer-logo.png);
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 0.2;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}

@media (max-width: 991px) {
  .ProductCatSecB .product-listing-outer .product-listingSec .aside-left ul::before {
    display: none;
  }
}

.ProductCatSecB .product-listing-outer .product-listingSec .aside-left ul li {
  border-radius: 20px;
  position: relative;
}

@media (max-width: 991px) {
  .ProductCatSecB .product-listing-outer .product-listingSec .aside-left ul li {
    display: inline-block;
  }
}

.ProductCatSecB .product-listing-outer .product-listingSec .aside-left ul li input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.ProductCatSecB .product-listing-outer .product-listingSec .aside-left ul li:last-child {
  margin-bottom: 70px;
}

@media (max-width: 991px) {
  .ProductCatSecB .product-listing-outer .product-listingSec .aside-left ul li:last-child {
    margin-bottom: 0px;
    margin: 5px 0;
  }
}

.ProductCatSecB .product-listing-outer .product-listingSec .aside-left ul li a {
  color: #fff;
  font-weight: 500;
  display: block;
  padding: 5px 20px;
  margin: 5px 0;
}

@media (max-width: 1230px) {
  .ProductCatSecB .product-listing-outer .product-listingSec .aside-left ul li a {
    padding: 5px 15px;
  }
}

.ProductCatSecB .product-listing-outer .product-listingSec .aside-left ul li:hover,
.ProductCatSecB .product-listing-outer .product-listingSec .aside-left ul li.active {
  background: #fff;
}

.ProductCatSecB .product-listing-outer .product-listingSec .aside-left ul li:hover a,
.ProductCatSecB .product-listing-outer .product-listingSec .aside-left ul li.active a {
  color: #000;
  font-weight: 600;
}

.ProductCatSecB .product-listing-outer .product-listingSec .aside-right {
  flex: 0 1 80%;
  max-width: 80%;
  width: 100%;
  padding-left: 40px;
}

@media (max-width: 1366px) {
  .ProductCatSecB .product-listing-outer .product-listingSec .aside-right {
    padding-left: 0px;
  }
}

@media (max-width: 1230px) {
  .ProductCatSecB .product-listing-outer .product-listingSec .aside-right {
    padding-left: 30px;
    flex: 0 1 75%;
    max-width: 75%;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .ProductCatSecB .product-listing-outer .product-listingSec .aside-right {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
    margin-top: 0px;
    padding-left: 0px;
  }
}

.ProductCatSecB .product-listing-outer .product-listingSec .aside-right .progrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 50px;
}

@media (max-width: 1230px) {
  .ProductCatSecB .product-listing-outer .product-listingSec .aside-right .progrid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 675px) {
  .ProductCatSecB .product-listing-outer .product-listingSec .aside-right .progrid {
    gap: 15px;
  }
}

.ProductCatSecB .product-listing-outer .product-listingSec .aside-right .progrid li {
  box-shadow: 0 0 10px #ddd0d0;
  border-radius: 10px;
  overflow: hidden;
}

.ProductCatSecB .product-listing-outer .product-listingSec .aside-right .progrid li .card figure {
  overflow: hidden;
}

.ProductCatSecB .product-listing-outer .product-listingSec .aside-right .progrid li .card figure img {
  width: 100%;
  transition: 0.5s ease;
}

.ProductCatSecB .product-listing-outer .product-listingSec .aside-right .progrid li .card .content {
  padding: 20px;
}

@media (max-width: 675px) {
  .ProductCatSecB .product-listing-outer .product-listingSec .aside-right .progrid li .card .content {
    text-align: center;
    padding: 10px;
  }
}

.ProductCatSecB .product-listing-outer .product-listingSec .aside-right .progrid li .card .content h5 {
  font-size: 20px;
  line-height: 22px;
  color: #000;
  margin-bottom: 8px;
}

@media (max-width: 675px) {
  .ProductCatSecB .product-listing-outer .product-listingSec .aside-right .progrid li .card .content h5 {
    font-size: 14px;
    line-height: 16px;
  }
}

.ProductCatSecB .product-listing-outer .product-listingSec .aside-right .progrid li .card .content p {
  font-size: 14px;
  color: #666666;
  padding-bottom: 15px;
  line-height: 20px;
}

@media (max-width: 675px) {
  .ProductCatSecB .product-listing-outer .product-listingSec .aside-right .progrid li .card .content p {
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 0px;
  }
}

@media (max-width: 520px) {
  .ProductCatSecB .product-listing-outer .product-listingSec .aside-right .progrid li .card .content p {
    display: none;
  }
}

.ProductCatSecB .product-listing-outer .product-listingSec .aside-right .progrid li .card:hover figure img {
  transform: scale(1.2);
  transition: 0.5s ease;
}

.product-tab-content .product-wrap:not(.active) {
  display: none;
}

.thankyouSecA {
  position: relative;
}

@media (max-width: 991px) {
  .thankyouSecA {
    height: 100%;
  }
}

@media (max-width: 767px) {
  .thankyouSecA {
    height: 500px;
  }
}

.thankyouSecA.bg-overlay {
  position: relative;
}

.thankyouSecA.bg-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(to bottom, var(--SelecteBlack, #000), rgba(0, 0, 0, 0) 100%);
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}

.thankyouSecA.bg-overlay::after {
  position: absolute;
  background: linear-gradient(2deg, var(--SelecteBlack, #000), rgba(0, 0, 0, 0) 85%);
  right: 0;
  width: 100%;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  pointer-events: none;
}

.thankyouSecA.bg-overlay .about-inner-slider {
  width: 100%;
  height: 100%;
}

.thankyouSecA.bg-overlay .about-inner-slider>img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 991px) {
  .thankyouSecA.bg-overlay .about-inner-slider>img {
    height: 100%;
  }
}

.thankyouSecA.bg-overlay .about-inner-slider .about-content-box {
  position: absolute;
  left: 5%;
  right: 5%;
  top: 60%;
  transform: translateY(-60%);
  z-index: 9;
}

@media (max-width: 767px) {
  .thankyouSecA.bg-overlay .about-inner-slider .about-content-box {
    top: 65%;
  }
}

@media (max-width: 675px) {
  .thankyouSecA.bg-overlay .about-inner-slider .about-content-box {
    top: 70%;
  }
}

.thankyouSecA.bg-overlay .about-inner-slider .about-content-box .inner-box {
  width: 700px;
  margin: auto;
}

@media (max-width: 767px) {
  .thankyouSecA.bg-overlay .about-inner-slider .about-content-box .inner-box {
    width: 100%;
  }
}

.thankyouSecA.bg-overlay .about-inner-slider .about-content-box .inner-box h1 {
  color: #fff;
  font-size: 48px;
  line-height: 48px;
  font-weight: 800;
  text-align: center;
}

@media (max-width: 767px) {
  .thankyouSecA.bg-overlay .about-inner-slider .about-content-box .inner-box h1 {
    font-size: 34px;
    line-height: 36px;
  }
}

@media (max-width: 675px) {
  .thankyouSecA.bg-overlay .about-inner-slider .about-content-box .inner-box h1 {
    font-size: 26px;
    line-height: 26px;
  }
}

@media (max-width: 520px) {
  .thankyouSecA.bg-overlay .about-inner-slider .about-content-box .inner-box h1 {
    font-size: 24px;
    line-height: 26px;
  }
}

.thankyouSecA.bg-overlay .about-inner-slider .about-content-box .inner-box p {
  color: #fff;
  text-align: center;
  font-size: 400;
  margin: 15px 0px;
}

.thankyouSecA.bg-overlay .about-inner-slider .about-content-box .inner-box .thank-ul {
  display: block;
  gap: 70px;
  text-align: center;
  margin: auto;
  justify-content: center;
}

.thankyouSecA.bg-overlay .about-inner-slider .about-content-box .inner-box .thank-ul li {
  color: #fff;
}

.thankyouSecA.bg-overlay .about-inner-slider .about-content-box .inner-box .thank-ul li a {
  color: #fff;
}

.thankyouSecA.bg-overlay .about-inner-slider .about-content-box .inner-box .link-btn {
  margin-top: 30px;
  text-align: center;
}

.thankyouSecA.bg-overlay .about-inner-slider .about-content-box .inner-box .link-btn a {
  color: #fff;
  border: 2px solid #fff;
  padding: 8px 25px;
  border-radius: 40px;
  font-weight: 600;
}

.thankyouSecA.bg-overlay .about-inner-slider .about-content-box .inner-box .link-btn a:hover {
  transition: 0.5s ease;
  border: 2px solid var(--primary-color);
  background: var(--primary-color);
  color: #fff;
}

.PolicySecA {
  position: relative;
}

@media (max-width: 991px) {
  .PolicySecA {
    height: 100%;
  }
}

@media (max-width: 675px) {
  .PolicySecA {
    height: 340px;
  }
}

.PolicySecA.bg-overlay {
  position: relative;
}

.PolicySecA.bg-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to bottom, var(--SelecteBlack, #000), rgba(0, 0, 0, 0) 100%);
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}

.PolicySecA.bg-overlay::after {
  position: absolute;
  background: linear-gradient(2deg, var(--SelecteBlack, #000), rgba(0, 0, 0, 0) 85%);
  right: 0;
  width: 100%;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  pointer-events: none;
}

.PolicySecA.bg-overlay .policy-inner-slider {
  width: 100%;
  height: 100%;
}

.PolicySecA.bg-overlay .policy-inner-slider>img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 991px) {
  .PolicySecA.bg-overlay .policy-inner-slider>img {
    height: 100%;
  }
}

.PolicySecA.bg-overlay video {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100vh;
}

.PolicySecA.bg-overlay .policy-content-box {
  position: absolute;
  left: 5%;
  right: 5%;
  top: 60%;
  transform: translateY(-60%);
  z-index: 9;
}

@media (max-width: 767px) {
  .PolicySecA.bg-overlay .policy-content-box {
    top: 65%;
  }
}

@media (max-width: 675px) {
  .PolicySecA.bg-overlay .policy-content-box {
    top: 70%;
  }
}

.PolicySecA.bg-overlay .policy-content-box .inner-box {
  margin: auto;
}

@media (max-width: 767px) {
  .PolicySecA.bg-overlay .policy-content-box .inner-box {
    width: 100%;
  }
}

.PolicySecA.bg-overlay .policy-content-box .inner-box .video_icon {
  cursor: pointer;
  margin: auto;
  width: 80px;
  height: 80px;
  margin-bottom: 90px;
}

@media (max-width: 675px) {
  .PolicySecA.bg-overlay .policy-content-box .inner-box .video_icon {
    margin-bottom: 30px;
  }
}

@media (max-width: 675px) {
  .PolicySecA.bg-overlay .policy-content-box .inner-box .video_icon {
    margin-bottom: 20px;
    width: 50px;
    height: 50px;
  }
}

.PolicySecA.bg-overlay .policy-content-box .inner-box .video_icon::before {
  width: 80px;
  height: 80px;
}

@media (max-width: 675px) {
  .PolicySecA.bg-overlay .policy-content-box .inner-box .video_icon::before {
    width: 50px;
    height: 50px;
  }
}

.PolicySecA.bg-overlay .policy-content-box .inner-box .video_icon img {
  width: 30px;
}

@media (max-width: 675px) {
  .PolicySecA.bg-overlay .policy-content-box .inner-box .video_icon img {
    width: 15px;
  }
}

.PolicySecA.bg-overlay .policy-content-box .inner-box h1 {
  color: #fff;
  font-size: 48px;
  line-height: 48px;
  font-weight: 800;
  text-align: center;
}

@media (max-width: 767px) {
  .PolicySecA.bg-overlay .policy-content-box .inner-box h1 {
    font-size: 34px;
    line-height: 36px;
  }
}

@media (max-width: 675px) {
  .PolicySecA.bg-overlay .policy-content-box .inner-box h1 {
    font-size: 30px;
    line-height: 32px;
  }
}

.PolicySecA.bg-overlay .policy-content-box .inner-box h1 span {
  font-size: 100px;
  font-weight: 900;
}

.PolicySecA.bg-overlay .policy-content-box .inner-box .link-btn {
  margin-top: 25px;
  width: 500px;
}

.PolicySecA.bg-overlay .policy-content-box .inner-box .link-btn a {
  display: flex;
  color: #fff;
  justify-content: left;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.PolicySecA.bg-overlay .policy-content-box .inner-box .link-btn a span {
  display: inline-block;
  display: flex;
}

.PolicySecA.bg-overlay .policy-content-box .inner-box .link-btn a span figure {
  position: relative;
  margin: auto;
}

.PolicySecA.bg-overlay .policy-content-box .inner-box .link-btn a span figure .icon1 {
  opacity: 1;
}

.PolicySecA.bg-overlay .policy-content-box .inner-box .link-btn a span figure .icon2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.PolicySecA.bg-overlay .policy-content-box .inner-box .link-btn a span img {
  margin: auto;
  margin-left: 10px;
}

.PolicySecA.bg-overlay .policy-content-box .inner-box .link-btn a:hover {
  padding-left: 10px;
  transition: 0.5s ease;
}

.PolicySecA.bg-overlay .policy-content-box .inner-box .link-btn a:hover figure .icon1 {
  opacity: 0;
}

.PolicySecA.bg-overlay .policy-content-box .inner-box .link-btn a:hover figure .icon2 {
  opacity: 1;
}

.PolicySecB {
  background: #fff;
  padding: 70px 0;
}

@media (max-width: 991px) {
  .PolicySecB {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .PolicySecB {
    padding: 30px 0;
  }
}

.PolicySecB .container {
  text-align: left;
}

.PolicySecB .container figure img {
  margin: auto;
}

.PolicySecB .container .content {
  margin: 0 auto;
}

.PolicySecB .container .content h2,
.PolicySecB .container .content h3,
.PolicySecB .container .content h4,
.PolicySecB .container .content h5,
.PolicySecB .container .content h6 {
  margin-bottom: 10px;
}

@media (max-width: 675px) {

  .PolicySecB .container .content h2,
  .PolicySecB .container .content h3,
  .PolicySecB .container .content h4,
  .PolicySecB .container .content h5,
  .PolicySecB .container .content h6 {
    text-align: center;
  }
}

.PolicySecB .container .content h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}

@media (max-width: 1300px) {
  .PolicySecB .container .content h2 {
    font-size: 46px;
  }
}

@media (max-width: 1140px) {
  .PolicySecB .container .content h2 {
    font-size: 38px;
    line-height: 40px;
  }
}

@media (max-width: 1024px) {
  .PolicySecB .container .content h2 {
    font-size: 36px;
    line-height: 40px;
  }
}

@media (max-width: 991px) {
  .PolicySecB .container .content h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .PolicySecB .container .content h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

.PolicySecB .container .content h3 {
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

@media (max-width: 1300px) {
  .PolicySecB .container .content h3 {
    font-size: 30px;
    line-height: 33px;
  }
}

@media (max-width: 1140px) {
  .PolicySecB .container .content h3 {
    font-size: 26px;
    line-height: 29px;
  }
}

@media (max-width: 767px) {
  .PolicySecB .container .content h3 {
    font-size: 22px;
    line-height: 26px;
  }
}

.PolicySecB .container .content h4 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .PolicySecB .container .content h4 {
    font-size: 20px;
  }
}

.PolicySecB .container .content h5 {
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

@media (max-width: 1300px) {
  .PolicySecB .container .content h5 {
    font-size: 18px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .PolicySecB .container .content h5 {
    font-size: 16px;
    line-height: 20px;
  }
}

.PolicySecB .container .content h6 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .PolicySecB .container .content h6 {
    font-size: 16px;
    line-height: 22px;
  }
}

.PolicySecB .container .content p {
  font-size: 16px;
  line-height: 22px;
  color: #666;
  font-weight: 500;
  text-align: justify;
}

.PolicySecB .container .content p:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 675px) {
  .PolicySecB .container .content p {
    text-align: center;
  }
}

.PolicySecB .container .content ul {
  padding-left: 25px;
  margin: 15px 0;
}

.PolicySecB .container .content ul li {
  font-size: 16px;
  line-height: 22px;
  color: #666;
  margin-bottom: 5px;
  position: relative;
}

.PolicySecB .container .content ul li::before {
  content: "";
  position: absolute;
  left: -19px;
  top: 6px;
  width: 8px;
  height: 8px;
  background: var(--primary-color);
  border-radius: 20px;
}

/*# sourceMappingURL=style.css.map */


@media only screen and (min-width: 768px) and (max-width: 1200px) {
  container-fluid .footer-link .boxA ul li {
    max-width: 49%;
    width: 49%;
    display: inline-table;
  }


}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  container-fluid .footer-link .boxA ul li {
    max-width: 49%;
    width: 49%;
    display: inline-table;
  }

}