@charset "UTF-8";
html {
  scroll-behavior: smooth;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  list-style: none;
}
body::-webkit-scrollbar {
  width: 8px;
}
 
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: #00c1de;
  outline: 1px solid #00c1de;
}
body {
  color: #101921;
  background-color: #fff;
  font-size: 16px;
  font-family: 'articulat_cfbold', sans-serif !important;
  overflow-x: hidden !important;
}

p {
  color: #101921 !important;
}

a {
  text-decoration: none !important;
}
.form-select:focus {
  border-color: #00c1de;
  outline: 0;
  box-shadow: none;
}

/* Cursor
-----------------------------------------------------------------*/
.hover-this .hover-anim {
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.cursor {
  pointer-events: none;
  position: fixed;
  padding: 0.3rem;
  background-color: #fff;
  border-radius: 50%;
  mix-blend-mode: difference;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.4s ease;
  transition: transform 0.3s ease, opacity 0.4s ease;
  transition: transform 0.3s ease, opacity 0.4s ease, -webkit-transform 0.3s ease;
  z-index: 99999;
}

.cursor-active {
  -webkit-transform: translate(-50%, -50%) scale(8);
  -ms-transform: translate(-50%, -50%) scale(8);
  transform: translate(-50%, -50%) scale(8);
  opacity: .1;
}

.rolling-text {
  display: inline-block;
  overflow: hidden;
  line-height: 50px;
  height: 50px;
}

.rolling-text.butn {
  padding: 0 35px;
}

.social-text .rolling-text {
  line-height: 30px;
  height: 30px;
}

.rolling-text:hover .letter,
.rolling-text.play .letter {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.rolling-text .letter {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  -o-transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}

.letter:nth-child(1) {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.letter:nth-child(2) {
  -webkit-transition-delay: 0.015s;
  -o-transition-delay: 0.015s;
  transition-delay: 0.015s;
}

.letter:nth-child(3) {
  -webkit-transition-delay: 0.03s;
  -o-transition-delay: 0.03s;
  transition-delay: 0.03s;
}

.letter:nth-child(4) {
  -webkit-transition-delay: 0.045s;
  -o-transition-delay: 0.045s;
  transition-delay: 0.045s;
}

.letter:nth-child(5) {
  -webkit-transition-delay: 0.06s;
  -o-transition-delay: 0.06s;
  transition-delay: 0.06s;
}

.letter:nth-child(6) {
  -webkit-transition-delay: 0.075s;
  -o-transition-delay: 0.075s;
  transition-delay: 0.075s;
}

.letter:nth-child(7) {
  -webkit-transition-delay: 0.09s;
  -o-transition-delay: 0.09s;
  transition-delay: 0.09s;
}

.letter:nth-child(8) {
  -webkit-transition-delay: 0.105s;
  -o-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.letter:nth-child(9) {
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
}

.letter:nth-child(10) {
  -webkit-transition-delay: 0.135s;
  -o-transition-delay: 0.135s;
  transition-delay: 0.135s;
}

.letter:nth-child(11) {
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.letter:nth-child(12) {
  -webkit-transition-delay: 0.165s;
  -o-transition-delay: 0.165s;
  transition-delay: 0.165s;
}

.letter:nth-child(13) {
  -webkit-transition-delay: 0.18s;
  -o-transition-delay: 0.18s;
  transition-delay: 0.18s;
}

.letter:nth-child(14) {
  -webkit-transition-delay: 0.195s;
  -o-transition-delay: 0.195s;
  transition-delay: 0.195s;
}

.letter:nth-child(15) {
  -webkit-transition-delay: 0.21s;
  -o-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.letter:nth-child(16) {
  -webkit-transition-delay: 0.225s;
  -o-transition-delay: 0.225s;
  transition-delay: 0.225s;
}

.letter:nth-child(17) {
  -webkit-transition-delay: 0.24s;
  -o-transition-delay: 0.24s;
  transition-delay: 0.24s;
}

.letter:nth-child(18) {
  -webkit-transition-delay: 0.255s;
  -o-transition-delay: 0.255s;
  transition-delay: 0.255s;
}

.letter:nth-child(19) {
  -webkit-transition-delay: 0.27s;
  -o-transition-delay: 0.27s;
  transition-delay: 0.27s;
}

.letter:nth-child(20) {
  -webkit-transition-delay: 0.285s;
  -o-transition-delay: 0.285s;
  transition-delay: 0.285s;
}

.letter:nth-child(21) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  mix-blend-mode: difference;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  content: '\f077';
  text-align: center;
  line-height: 44px;
  font-size: 13px;
  font-weight: 900;
  color: #ccc;
  left: 0;
  top: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #ccc;
  stroke-width: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}



/* Preloader
-----------------------------------------------------------------*/
body.loaded {
  overflow: hidden !important;
  height: 100% !important;
}

.loader-wrap {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  z-index: 99999999999999;
}

.loader-wrap svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: #fff;
  left: 0;
  right: 0;
}

.loader-wrap .loader-wrap-heading .load-text {
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 15px;
  text-transform: uppercase;
  z-index: 20;
}

.load-text span {
  -webkit-animation: loading 1s infinite alternate;
  animation: loading 1s infinite alternate;
}

.load-text span img {
  width: 9vw;
}

.load-text span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.load-text span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.load-text span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.load-text span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.load-text span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.load-text span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.load-text span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes loading {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* banner-mobile */

.mobile-version {
  display: none !important;
}

.desktop-vertion {
  display: block !important;
}

.banner-text{
  opacity: 1 !important;
}
@media (max-width:780px) {
  .mobile-version{
    display: block !important;
  }
  .desktop-vertion{
    display: none !important;
  }
  /*.wave-container {*/
  /*  bottom: 50px !important;*/
  /*}*/
}

/* close */

/* navbar-mega */
.navbar .megamenu {
  padding: 1rem;
}
.custom-navbar{
    position: relative !important;
    width: 100% !important;
}

.date-field {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}
.date-field h4 {
  font-size: 15px;
  line-height: inherit;
  margin: 0;
}

@media all and (min-width: 1201px) {
  .navbar .has-megamenu {
    position: static !important;
  }

  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
    background: #000000f7 !important;
    border-radius: 0 !important;
    height: 70vh;
    font-size: 16px;
    padding-top: 60px !important;
    padding-bottom: 25px !important;
  }
}

@media(max-width: 1201px) {

  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }
}

.mega-navbar {
  background-color: #000000ad;
  padding: 40px 0;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
  width: fit-content;
  color: #fff !important;
  font-size: 14px;
  padding: 0 15px !important;
  font-weight: 600;
}

.dropdown-toggle::after {
  /* display: inline-block; */
  display: none !important;
}

.dropdown-menu {
  background-color: transparent;
  border-radius: 0;
  padding: 15px 0 !important;
  font-size: 12px;
}

.custom-mega-drop .nav-link {
  padding: 8px 0 !important;
  color: #ececec !important;
  font-size: 14px;
}

.nav-link img {
  width: 25px;
}

.navbar-brand img {
  width: 100px;
}

.d-mob-block {
  display: none !important;
}

@media (max-width:1201px) {
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    width: fit-content;
    color: #fff !important;
    font-size: 18px;
    padding: 8px 0 !important;
    font-weight: 600;
    margin: auto;
  }
  .mega-menu-drop {
    justify-content: center;
  }
  .navbar .megamenu {
    height: auto;
    text-align: center;
}
  .mega-navbar {
    background-color: #000;
    padding: 25px;
    z-index: 999999999;
  }

  .custom-mega-drop .nav-link {
    font-size: 14px !important;
    font-weight: 600 !important;
  }

  .dropdown-menu {
    margin-bottom: 15px;
    background: #080808;
    border-radius: 10px;
  }

  .d-mob-none {
    display: none !important;
  }

  .d-mob-block {
    display: block !important;
  }

  .navbar-collapse {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.sub-dropdown {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  left: 295px;
  top: 0;
  padding: 0 25px !important;
}
.sub-dropdown {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.nav-link-c:hover + .sub-dropdown,
.sub-dropdown:hover {
  display: block;
  opacity: 1;
}

.sub-dropdown .dropdown-item {
  color: #ffffff;
  border: 0;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  transition: 0.5s cubic-bezier(0.55, 0.09, 0.68, 0.53);
  border-bottom: 1px solid #ffffff30;
  padding-top: 15px;
  padding-bottom: 10px;
  width: 300px;
  padding-left: 0;
}

.dropdown-menu.show {
  display: block;
  padding-top: 0 !important;
  transition: 0.5s cubic-bezier(0.55, 0.09, 0.68, 0.53);
  z-index: 999999;
}

@media (max-width:1201px) {
  .sub-dropdown {
    margin-left: 0;
    margin-top: 0 !important;
    margin-bottom: 0;
  }
}


.navbar-dark .navbar-nav .nav-link {
  transition: 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.nav-link-c {
  padding: 8px 0 !important;
  color: #ececec;
  text-decoration: none;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  transition: 0.5s cubic-bezier(0.55, 0.09, 0.68, 0.53);
  font-weight: 600;
  justify-content: space-between;
}

.nav-link-c:hover {
  color: #ececec;
}

@media (max-width: 1201px) {
  .nav-link-c {
    font-size: 14px !important;
    font-weight: 600 !important;
  }

  .navbar .megamenu {
    padding: 1rem;
    max-width: 100%;
    width: 80vw;
  }

  .sub-dropdown .dropdown-item {
    font-size: 13px;
  }

  .sub-dropdown .dropdown-item {
    border-bottom: none;
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 0;
  }
}

.nav-link.active {
  color: #00c1de !important;
  transition: 0.5s cubic-bezier(0.55, 0.09, 0.68, 0.53);
}

.dropdown-item:focus,
.dropdown-item {
  transition: 0.5s cubic-bezier(0.55, 0.09, 0.68, 0.53);
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #00c1de !important;
  text-decoration: none;
  background-color: transparent !important;
  transition: 0.5s cubic-bezier(0.55, 0.09, 0.68, 0.53);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #00c1de !important;
}

.nav-link-c:hover .cls-11 {
  transition: 0.5s cubic-bezier(0.55, 0.09, 0.68, 0.53);
  stroke: #00c1de;
}

.cls-11 {
  fill: none;
  stroke: #969696;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: .5px;
}

.nav-link-c:hover {
  color: #00c1de !important;
  transition: 0.5s cubic-bezier(0.55, 0.09, 0.68, 0.53);
}

.dropdown-menu li {
  border-bottom: 1px solid #ffffff30;
  width: 300px;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media (max-width:780px) {
  .dropdown-menu li {
    width: 100%;
  }
}

.sub-dropdown p {
  position: absolute;
  top: -55px;
  color: #fff;
}

.sub-dropdown .btn-ct {
  background: #00c1de;
  text-align: center;
  padding: 15px 0;
}

.sub-dropdown .btn-ct:hover {
  background: #00c1de;
  background-color: #00c1de !important;
  color: #fff !important;
  text-align: center;
  padding: 15px 0;
}

.megamenu-titile {
  margin-top: 50px;
  margin-bottom: 10px;
  color: #707070;
  font-weight: 600;
  border-bottom: 1px solid #ffffff30;
  width: 300px;
  padding: 15px 0;
}

@media (max-width: 1201px) {
  .sub-dropdown p {
    position: relative;
    top: 0;
    color: #fff;
    margin-top: 25px;
  }

  .megamenu-titile {
    margin-top: 15px;
  }
}

@media (max-width:680px) {
  .nav-link-c {
    font-size: 12px !important;
    font-weight: 600 !important;
  }

  .mega-navbar {
    padding: 25px 10px;
  }

  .navbar .megamenu {
    width: 100%;
  }
}

.navbar-collapse {
  transition: height 0.8s ease-in-out;
}

.dropdown-menu {
  transform-origin: top;
  transform: scaleY(0);
  opacity: 0;
  animation: wave-in 1s forwards;
}

@keyframes wave-in {
  0% {
    transform: scaleY(0);
    opacity: 0;
  }

  100% {
    transform: scaleY(1);
    opacity: 1;
  }
}

.navbar-dark .navbar-toggler {
  color: #ffffff26;
  border-color: #ffffff70;
  border: 0.5px solid;
  border-radius: 5px;
  padding: 5px 15px;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.navbar {
  position: absolute;
  width: 100%;
}

.top-header {
  position: absolute;
  top: 20px;
  padding: 0 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.top-header a {
  color: #ccc;
  font-size: 14px;
}
.top-header span {
  position: relative;
  height: 15px;
  width: 1px;
  background: #ccc;
}
.mobile-lang{
  display: none;
}
@media (max-width:1201px) {
  .top-header {
      display: none;
  }
  .mobile-lang {
    font-weight: 600;
    display: block;
    position: relative;
    top: 12px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    top: -15px;
    right: 0;
}
.mobile-lang  a{
  color: #ccc;
  font-size: 14px;
}
.mobile-lang  span{
  position: relative;
  height: 15px;
  width: 1px;
  background: #ccc;
}
}

.mega-menu-drop {
  display: flex;
  gap: 0;
  height: auto;
  width: auto;
  position: relative;
}

.sub-new-menu {
  height: 300px;
  max-height: 450px;
  overflow: auto;
  column-count: 3;
  column-gap: 10px;
  padding: 50px 15px 25px;
  position: relative;
  width: 100%;
}

.linkes-sub {
  display: block;
  width: 250px;
  font-size: 14px;
  color: #fff;
  position: relative;
  border-bottom: 1px solid #ffffff30;
  padding-bottom: 10px;
  margin-bottom: 15px;
  transition: 0.3s cubic-bezier(0.55, 0.09, 0.68, 0.53);
  margin-right: 25px;
}
.linkes-sub:hover{
  color: #00c1de;
  transition: 0.3s cubic-bezier(0.55, 0.09, 0.68, 0.53);
}
#basic-dropdown-show {
  display: none;
  transition: 0.5s all;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

#water-dropdown-show {
  display: none;
  transition: 0.5s all;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.d-grid-hook{
  transition: 0.5s all;
  position: absolute;
  top: 0;
  left: 0;
  overflow: auto;
  padding-left: 25px;
}
.d-grid-hook {
  column-count: 3;
  column-gap: 0;
  column-fill: auto;
  max-height: 300px;
  width: 100%;
}
.linkes-sub {
  display: block;
  margin-bottom: 10px;
}
#basic-dropdown:hover #basic-dropdown-show,
#basic-dropdown-show:hover {
  display: block;
  transition: 0.5s all;
}

#basic-dropdown-show:hover {
  pointer-events: auto;
}
#water-dropdown:hover #water-dropdown-show,
#water-dropdown-show:hover {
  display: block;
  transition: 0.5s all;
}
#water-dropdown-show:hover {
  pointer-events: auto;
}
.link-activate{
  color: #00b8d4 !important;
}
@media (max-height: 800px) {
  .navbar .megamenu {
    height: 100vh;
}
}
.mob-submenu {
  display: none;
}
@media (max-width:1201px) {
  .navbar .megamenu {
    height: auto;
}
.sub-new-menu{
  display: none;
}
.mob-submenu {
  display: block;
}
.navbar-nav {
  align-items: center !important;
}
.nav-link-c {
  justify-content: center;
}
.nav-link-c svg{
  display: none;
}
.linkes-sub {
  text-align: center;
}
.linkes-sub {
  font-size: 12px;
  color: #cfcfcf;
  padding-bottom: 0px;
  margin-bottom: 15px;
  border: none;
}
.dropdown-menu {
  margin-bottom: 25px;
}
.dropdown-menu {
  margin-bottom: 25px;
  padding-top: 20px !important;
}
.navbar-nav {
  width: 100% !important;
}
}
/* close-nav */

/* slider-banner */
.banner-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  top: 0;
  z-index: -1;
}

.btn-main-blue {
  background-color: #00c1de;
  text-align: center;
  padding: 15px 25px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  line-height: normal;
  margin: 45px 0;
}

.banner-image {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.banner-text {
  position: absolute;
  top: 80px;
  color: #fff;
  text-align: left;
  font-size: 4vw;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  left: 10%;
  flex-direction: column;
  line-height: 80px;
}

.banner-text span p {
  color: #fff !important;
  margin-bottom: 0;
  font-size: 4vw;
}

.banner-text.animate {
  opacity: 1;
}

.slider-arrows {
  text-align: center;
  z-index: 9999;
  position: absolute;
  margin: 0 35px;
  top: 50%;
  width: -webkit-fill-available;
}

.slider-arrow {
  background-color: transparent;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}

.slider-arrow:hover {
  background-color: transparent;
}

.slider-prev img {
  transform: rotate(180deg);
}

.slider-next {
  position: absolute;
  right: 0;
}

.slider-prev {
  position: absolute;
  left: 0;
}

.slick-track {
  height: 100vh !important;
}

@media (max-width:780px) {
  .slider-prev {
    position: absolute;
    left: -10px;
    padding: 0 !important;
    top: 35px;
  }

  .slider-prev img {
    width: 15px !important;
  }

  .slider-next img {
    width: 15px !important;
  }

  .slider-next {
    position: absolute;
    right: 0;
    padding: 0 !important;
    top: 35px;
  }

  .slider-arrows {
    width: -webkit-fill-available;
  }

  .load-text span img {
    width: 100px;
  }

  .banner-text {
    top: 100px;
    font-size: 40px;
    left: 10%;
  }

  .banner-text span p {
    font-size: 40px;
  }
}

@media (max-width:550px) {
  .slider-arrows {
    text-align: center;
    z-index: 9999;
    position: absolute;
    margin: 0 130px;
    top: 80%;
    width: -webkit-fill-available;
  }

  .banner-text {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-size: 50px !important;
    line-height: 55px;
    text-align: center;
    margin: auto;
    width: 100%;
    left: 0;
  }

  .banner-text span p {
    font-size: 45px !important;
  }

  .banner-text span {
    width: 80%;
  }
}

@media (max-width:280px) {
  .slider-arrows {
    margin: 0 100px;
  }

  .banner-text {
    font-size: 30px;
  }

  .banner-text span p {
    font-size: 30px;
  }
}

@media (max-width:1080px) {
  .banner-text {
    font-size: 70px;
  }

  .banner-text span p {
    font-size: 70px;
  }
}

/* close */

.wave-container {
  position: absolute;
  bottom: 0;
  width: 100vw;
  left: 0;
  right: 0;
}
.wave-container .wave-lottie {
  left: 0;
  position: relative;
  right: 0;
  top: 80px;
}


.cls-1,
.cls-2,
.cls-3,
.cls-5,
.cls-6 {
  fill: none;
  stroke-miterlimit: 10;
  stroke-width: 2px;
  animation: flowAnimation 20s linear infinite;
}

.cls-1 {
  stroke: #6ac04b;
}

.cls-2 {
  stroke: #ffb71b;
}

.cls-3 {
  stroke: #00c1de;
}

.cls-5 {
  stroke: #000f9f;
}

.cls-6 {
  stroke: #007935;
}

.wave2 {
  transform: translateX(-2055px);
}

.wave1 {
  transform: translateX(-1955px);
}

@keyframes flowAnimation {
  0% {
    transform: translateX(-10%) scaleY(0.8);
  }

  10% {
    transform: translateX(0%) scaleY(1);
  }

  20% {
    transform: translateX(10%) scaleY(1.2);
  }

  30% {
    transform: translateX(20%) scaleY(1.4);
  }

  40% {
    transform: translateX(30%) scaleY(1.6);
  }

  50% {
    transform: translateX(40%) scaleY(1.4);
  }

  60% {
    transform: translateX(50%) scaleY(1.2);
  }

  70% {
    transform: translateX(60%) scaleY(1);
  }

  80% {
    transform: translateX(70%) scaleY(0.8);
  }

  90% {
    transform: translateX(80%) scaleY(0.6);
  }

  100% {
    transform: translateX(90%) scaleY(0.8);
  }
}


/* about */
.sc-one {
  position: relative;
}

.p-100 {
  padding: 100px 0;
}

.hd-400 {
  color: #101921;
  font-weight: 400;
  margin-bottom: 20px;
}

.icon-sr {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 23%;
  text-align: center;
}

.sr-icon-main {
  position: relative;
  margin-top: 100px;
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.icon-sr h1 {
  font-size: 27px;
  margin-top: 35px;
  margin-bottom: 35px;
  font-weight: 600;
  color: #101921;
}

.icon-sr a {
  margin: 25px 0;
}

.icon-sr .details p {
  font-size: 14px;
}

.icon-sr .details a {
  text-decoration: none;
  padding: 15px 0;
}

.icon-sr {
  position: relative;
}

.controller {
  position: relative;
  margin-bottom: 25px;
}

.details {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.details.show {
  max-height: 200px;
  transition: max-height 0.3s ease;
  height: 200px;
}

.btn-down img {
  transition: transform 0.3s ease;
}

.btn-down.rotate img {
  transform: rotate(180deg);
}

.icon-none {
  display: block;
  margin: auto;
}

.icon-active {
  display: none;
  margin: auto;
}

@media (max-width: 1050px) {
  .sr-icon-main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    justify-content: center;
    align-items: center;
  }

  .icon-sr {
    width: 100%;
    margin-bottom: 50px;
  }

  .hd-400 {
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
    font-size: 30px;
    max-width: 800px;
    margin: auto;
  }

  .icon-sr.show-details {
    height: auto !important;
    margin-bottom: 150px;
  }
}

@media (max-width: 780px) {
  .sr-icon-main {
    grid-template-columns: 1fr;
  }

  .hd-400 {
    font-size: 24px;
  }
}

.details .yellow-btn {
  border-bottom: 2px solid #ffb71b;
  color: #ffb71b;
}

.details .blue-btn {
  border-bottom: 2px solid #00c1de;
  color: #00c1de;
}

.details .dark-btn {
  border-bottom: 2px solid #243588;
  color: #243588;
}

.details .green-btn {
  border-bottom: 2px solid #6ac04a;
  color: #6ac04a;
}

.details .red-btn {
  border-bottom: 2px solid #ed141e;
  color: #ed141e;
}
.details .darkblue-btn {
  border-bottom: 2px solid #00255c;
  color: #0e3165;
}
.details .lightblue-btn {
  border-bottom: 2px solid #1003a3;
  color: #1003a3;
}
.details .lightgreen-btn {
  border-bottom: 2px solid #007b34;
  color: #007b34;
}

/* close */

/* footer-start */
.footer-sec {
  position: relative;
  background: #323232;
  width: 100%;
  padding-top: 100px;
  margin-top: 100px;
}

.footer-bottom {
  border-top: 1px solid #141414;
  background: #323232;
  padding: 10px 0;
}

.footer-bottom ul {
  position: relative;
}

.footer-bottom ul li {
  float: left;
  padding: 0 30px;
}

.footer-bottom ul li a {
  position: relative;
  color: #dcdcdc;
  text-decoration: none;
  transition: 0.5s ease-in-out;
}

.footer-bottom ul li a:hover {
  opacity: 0.7;
  transition: 0.5s ease-in;
}

.footer-bottom ul li a::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 2px;
  background-color: #dcdcdc;
  left: -28px;
  top: 10px;
}

.footer-bottom .copyright {
  color: #dcdcdc;
  transition: 0.5s ease-in-out;
}

.footer-bottom .copyright:hover {
  color: #dcdcdc;
  transition: 0.5s ease-in;
  opacity: 0.7;
}

.ft-row-flex {
  display: flex;
  position: relative;
  padding-bottom: 50px;
  justify-content: space-between;
  width: 70%;
}

.ft-row-flex ul {
  position: relative;
}

.ft-row-flex ul label {
  color: #dcdcdc;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 18px;
}

.ft-row-flex ul li {
  padding: 5px 0;
}

.ft-row-flex ul li a {
  text-decoration: none;
  color: #dcdcdc;
  transition: 0.5s ease-in;
  font-weight: 300;
  font-size: 19px;
}

.ft-row-flex ul li a:hover {
  transition: 0.5s ease-in-out;
  opacity: 0.7;
}

.ft-middle {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.ft-links1 .btn-main-blue {
  font-weight: 600;
  position: relative;
  top: 10px;
}

.ft-links1 .social-icon {
  margin-top: 45px;
}

.ft-links1 .social-icon a img {
  margin-left: 10px;
}

@media (max-width:994px) {
  .ft-row-flex {
    display: flex;
    position: relative;
    padding-bottom: 50px;
    justify-content: space-between;
    width: 70%;
    flex-direction: column;
    gap: 40px;
  }

  .footer-bottom ul {
    position: relative;
    display: grid;
    gap: 20px;
  }

  .footer-bottom .copyright {
    color: #dcdcdc;
    transition: 0.5s ease-in-out;
    text-align: center;
    width: 100%;
    position: relative;
    display: block;
    background: #252525;
    padding: 15px 0;
    margin-top: 30px;
  }

  .ft-logo {
    margin-right: 25px;
  }
}

/* footer-close */

/* tagline-start */
.breadcrumb-item {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
}

@media (max-width:680px) {
  .breadcrumb-item {
    font-size: 12px;
  }

  .breadcrumb-item img {
    vertical-align: middle;
    width: 5px;
  }
}

.breadcrumb-item img {
  vertical-align: middle;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: .5rem;
  color: #6c757d;
  content: "";
}

.breadcrumb-item a {
  color: #969696;
  text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 0;
  padding-right: 0;
}

.breadcrumb-item label {
  font-weight: 500;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
  margin-top: 1rem;
}

.headings h2 {
  font-size: 2vw;
  color: #646464;
  font-weight: bold;
  margin-bottom: 35px;
}

.headings h1 {
  font-size: 3vw;
  color: #969696;
  font-weight: bold;
  margin-bottom: 30px;
}

.headings p {
  color: #323232;
  font-size: 1vw;
}

.sc-one .fade-up,
.sc-one .fade-down,
.sc-one .fade-left,
.sc-one .fade-right {
  opacity: 0;
  transform: translateY(20px);
}

.fade-up-show {
  animation: fadeUpAnimation 1s ease forwards;
}

.fade-down-show {
  animation: fadeDownAnimation 1s ease forwards;
}

.fade-left-show {
  animation: fadeLeftAnimation 1s ease forwards;
}

.fade-right-show {
  animation: fadeRightAnimation 1s ease forwards;
}

@keyframes fadeUpAnimation {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeDownAnimation {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeLeftAnimation {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeRightAnimation {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.grid-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  margin-top: 100px;
}

.grid-container .col {
  flex-basis: 48%;
}

.grid-container .col h4 {
  color: #00c1de;
  margin-bottom: 25px;
}

.grid-container .col p {
  max-width: 80%;
  color: #323232;
}

.grid-container .col label {
  max-width: 80%;
  color: #323232;
  font-size: 14px;
  font-weight: 300;
}

.grid-container ul {
  margin: 15px 0;
  list-style-type: none;
  padding: 0;
}

.grid-container ul li {
  margin: 15px 0;
  font-weight: 500;
  margin-left: 15px;
}

.grid-container ul li:before {
  content: "-";
  color: #17c7e1;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.grid-container img {
  width: 250px;
  max-width: 300px;
  height: 250px;
}

@media (max-width: 768px) {
  .grid-container .col {
    flex-basis: 100%;
  }

  .grid-container .col p {
    max-width: 100%;
  }

  .grid-container .col label {
    max-width: 100%;
  }
}

@media (max-width: 1200px) {
  .headings h2 {
    font-size: 35px;
  }

  .headings h1 {
    font-size: 45px;
  }

  .headings p {
    font-size: 25px;
  }

  p {
    font-size: 18px;
  }

  .p-100 {
    padding: 100px 15px;
  }
}

/* tagline-close */

/* vision-start */
.vision-main {
  padding: 0 !important
}

.vision-main .accordion-button {
  font-size: 1rem;
  font-weight: bold;
  color: #646464 !important;
  background-color: #f8f8f8 !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

.vision-main .accordion-button::after {
  background-image: url('../images/icons/down-blue.png') !important;
  transform: rotate(-180deg);
  background-size: 35px 15px;
  width: 35px;
  height: 15px;
}

.vision-main .accordion-button:not(.collapsed)::after {
  transform: rotate(0);
}

.vision-main .accordion-button::before {
  width: 15px;
  position: relative;
  content: "";
  height: 3px;
  background-color: #00c1de;
  margin-right: 10px;
}

.vision-main .accordion-button:not(.collapsed) {
  color: #0a58ca;
}

.vision-main .accordion-button:focus {
  z-index: 2;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none;
}

.vision-main .accordion-body {
  font-size: 1rem;
  background: #f8f8f8;
  padding: 20px 20px;
}

.vision-main .accordion-body span {
  padding: 15px 25px;
  background: #fff;
  width: 100%;
  color: #323232 !important;
  display: block;
}

.vision-main .accordion-item {
  border: none;
  background-color: #fff !important;
}

/* vison-close */

/*business-unit-section-start */
.business-unit-section {
  position: relative;
  margin-bottom: 150px;
}

.business-unit-section .row-controller {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
}

.business-unit-section .text-container h1 {
  font-weight: 700;
  font-size: 3vw;
  margin-bottom: 25px;
  color: #ffb71b;
}

.business-unit-section .text-container p {
  font-size: 18px;
}

.business-unit-section .image-container img {
  width: 100%;
}

.business-unit-section .text-container {
  width: 50%;
}

.business-unit-section .image-container {
  width: 50%;
}

@media (max-width:1200px) {
  .business-unit-section .text-container h1 {
    font-size: 45px;
  }
}

@media (max-width:987px) {
  .business-unit-section .text-container h1 {
    font-size: 25px;
  }

  .business-unit-section .text-container p {
    font-size: 14px;
  }
}

@media (max-width:780px) {
  .row-controller {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-direction: column-reverse;
  }

  .business-unit-section .text-container {
    width: 100%;
  }

  .business-unit-section .image-container {
    width: 100%;
  }

  .business-unit-section .text-container h1 {
    font-size: 45px;
  }

  .business-unit-section .text-container p {
    font-size: 15px;
  }
}

.basic-chemical-icon {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
  overflow: hidden;
}

.basic-chemical-icon img {
  transition: transform 0.3s ease;
  animation: pulse 4s ease-in-out infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.basic-chemical-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.basic-chemical-icon:hover::before {
  opacity: 1;
}

.business-unit-section .sub-container {
  margin-top: 80px;
  padding: 50px;
  background: #f8f8f8;
}

.business-unit-section .sub-container p {
  margin-bottom: 35px;
}

.business-unit-section .card {
  cursor: pointer;
  transition: transform 0.2s;
}

.business-unit-section .card:hover {
  transform: scale(1.05);
}

.business-unit-section .card-body {
  display: flex;
  justify-content: left;
  align-items: center;
  height: 80px;
  text-decoration: none;
}

.business-unit-section .card-body::before {
  content: "";
  position: relative;
  width: 15px;
  height: 2px;
  background-color: #ffb71b;
  margin-right: 10px;
}

.business-unit-section .button-container a {
  display: flex;
  justify-content: start;
  text-decoration: none;
  align-items: center;
  color: #ffb71b;
  font-weight: 700;
  gap: 15px;
}

.industrial-unit .text-container h1 {
  color: #00c1de;
}

.industrial-unit .button-container a {
  color: #0dcaf0;
}

.industrial-unit .card-body {
  color: #0dcaf0 !important;
  font-weight: 600;
}

.industrial-unit .card-body::before {
  background-color: #0dcaf0;
}

.industrial-unit .card p {
  padding: 0rem 2rem;
  max-width: 90%;
}

.card-body {
  padding: 1rem 2rem;
}

@media (max-width:780px) {
  .business-unit-section .sub-container {
    margin-top: 40px;
    padding: 25px;
  }

  .business-unit-section .sub-container p {
    margin-bottom: 35px;
    font-size: 15px;
  }

  .industrial-unit .card p {
    padding: 0rem 1rem;
    max-width: 100%;
  }

  .card-body {
    padding: 1rem 1rem;
  }

  .business-unit-section {
    position: relative;
    margin-bottom: 0;
  }
}

.contract-unit .text-container h1 {
  color: #6ac04a;
}

.contract-unit .button-container a {
  color: #6ac04a;
}

.contract-unit .card-body {
  color: #646464 !important;
  font-weight: 600;
}

.contract-unit .card-body::before {
  background-color: #6ac04a;
}

.water-treatment .text-container h1 {
  color: #243588;
}

.water-treatment .button-container a {
  color: #243588;
}

.water-treatment .card-body {
  color: #243588 !important;
  font-weight: 600;
}

.water-treatment .card-body::before {
  background-color: #243588;
}

/* end */

/* product-start */
.all-products-main {
  position: relative;
  padding-top: 50px;
}

.product-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 200px;
  position: relative;
}

.search-icons .screen-search-icon{
  color: #000000ad;
}

.product-container .content-container a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 18px;
  text-decoration: none;
  height: 200px;
  margin-bottom: 35px;
  text-align: center;
}

.product-container .content-container a img {
  width: 100px;
  margin: 20px auto;
}

.product-container .content-container a h2 {
  font-size: 1.5vw;
  color: #646464;
  font-weight: 600;
  text-align: center;
}

.product-container .content-container a .icon2 {
  display: none;
}

.service-item .service-sub {
  display: none;
}

.all-products-main #product-01,
.all-products-main #product-02,
.all-products-main #product-03,
.all-products-main #product-04 {
  display: none;
  padding: 15px;
  margin-top: 0px;
}

.all-products-main .active {
  display: block !important;
}

#product-in2{
  position: relative;
}
#product-in2 .button-container h1 {
  color: #243588;
}
#product-in2 .button-container a {
  border: 1px solid #21307c;
  color: #21307c;
}
#product-in2 .button-container a:hover {
  background-color: #21307c;
}
#product-in2 .content-container2 h2 {
  color: #21307c;
}
#product-in2 .dropdown-table h4 {
  color: #21307c;
}
#product-in2 .dropdown-btn a {
  border: 1px solid #21307c;
  color: #21307c;
}

.service-sub .link-bx1 .link-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f8f8f8;
  color: #646464;
  text-decoration: none;
  padding: 15px;
  font-weight: 600;
}

.service-sub .link-bx1 .link-container img {
  width: 10px;
}

.service-sub .link-bx1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.service-sub .link-container {
  background-color: #f2f2f2;
  padding: 15px;
  cursor: pointer;
}

.service-sub .link-container label {
  cursor: pointer;
}


@media screen and (max-width: 767px) {
  .service-sub .link-bx1 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width:1200px) {
  .product-container {
    gap: 150px;
  }
}

@media (max-width:1018px) {
  .product-container {
    gap: 30px;
  }

  .product-container .content-container a h2 {
    font-size: 18px;
  }

  .product-container .content-container a img {
    width: 70px;
  }

  .all-products-main #product-01,
  .all-products-main #product-02,
  .all-products-main #product-03,
  .all-products-main #product-04 {
    display: none;
    padding: 15px;
    margin-top: 25px;
  }

  .product-container .content-container a {
    height: 150px;
  }
}

@media (max-width: 767px) {
  .product-container .content-container a img {
    width: 50px;
    height: 65px;
  }

  .product-container .content-container a {
    height: 135px;
  }

  .product-container .content-container a h2 {
    font-size: 15px;
  }
}

@media (max-width: 530px) {
  .product-container .content-container a img {
    width: 35px;
    height: 35px;
  }

  .product-container .content-container a h2 {
    font-size: 10px;
  }

  .product-container .content-container a {
    height: 95px;
  }

  .product-container .content-container a {
    gap: 0;
  }

  .all-products-main {
    position: relative;
    padding: 40px 0;
  }
}

.product-item .product-inner {
  position: relative;
  width: 100%;
}

.product-item .product-inner .button-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #b2b2b2;
  padding-bottom: 50px;
  align-items: center;
}

.product-item .product-inner .button-container h1 {
  font-weight: 700;
  color: #ffb71b;
}

.product-item .product-inner .button-container a {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 15px;
  padding: 15px;
  border: 1px solid #ffb71b;
  text-decoration: none;
  color: #ffb71b;
  font-weight: 700;
  transition: 0.5s ease-out;
}

.product-item .product-inner .button-container a label {
  cursor: pointer;
  transition: 0.5s ease-out;
}

.product-item .product-inner .button-container a img {
  transition: 0.5s ease-out;
  width: 40px;
  height: 40px;
}

.d-active {
  display: none;
}

.d-hide {
  display: block;
}

.product-item .product-inner .button-container a:hover {
  color: #fff;
  transition: 0.5s ease;
  background-color: #ffb71b;
}

.product-item .product-inner .button-container a:hover label {
  color: #fff;
  transition: 0.5s ease;
}

.product-item .product-inner .button-container a:hover .d-active {
  display: block;
  transition: 0.5s ease;
}

.product-item .product-inner .button-container a:hover .d-hide {
  display: none;
  transition: 0.5s ease;
}

.product-inner .content-container2 {
  position: relative;
  border-bottom: 1px solid #b2b2b2;
  padding: 50px 0;
  display: flex;
  align-items: center;
}

.product-inner .content-container2 h2 {
  font-size: 18px;
  font-weight: 600;
  color: #ffb71b;
  width: 50%;
}

.product-inner .content-container2 .content {
  width: 100%;
}

.product-inner .content-container2 .content ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  line-height: normal;
  padding-left: 18px;
  padding-top: 20px;
}

.product-inner .content-container2 .content ul li {
  list-style: disc;
  max-width: 80%;
  font-size: 14px;
}

@media (max-width: 992px) {
  .product-inner .content-container2 {
    position: relative;
    border-bottom: 1px solid #b2b2b2;
    padding: 50px 0;
    display: flex;
    align-items: normal;
    flex-direction: column;
  }

  .product-inner .content-container2 .content p {
    font-size: 14px;
    padding-top: 30px;
  }

  .product-item .product-inner .button-container {
    padding-bottom: 35px;
  }

  .product-item .product-inner .button-container {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-item .product-inner .button-container h1 {
    font-weight: 700;
    color: #ffb71b;
    margin-bottom: 30px;
  }
}

@media (max-width: 780px) {
  .product-inner .content-container2 .content ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }

  .product-item .product-inner .button-container a label {
    font-size: 12px;
  }

  .product-item .product-inner .button-container a img {
    width: 25px;
    height: 25px;
  }

  .product-item .product-inner .button-container a {
    padding: 10px;
  }
}

.content-dropdown {
  position: relative;
}

.dropdown-btn {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: end;
  margin-bottom: 50px;
}

.content-dropdown .dropdown-btn a {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 15px;
  padding: 15px;
  border: 1px solid #ffb71b;
  text-decoration: none;
  color: #ffb71b;
  font-weight: 700;
  width: fit-content;
  float: right;
  margin-top: 50px;
}

.content-dropdown .dropdown-btn a label {
  cursor: pointer;
}

.content-dropdown .dropdown-btn a img {
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.dropdown-table {
  display: none;
}

.content-dropdown .dropdown-table {
  display: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  will-change: opacity, visibility, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation: dropdownFade 0.8s ease-in-out forwards;
}

@keyframes dropdownFade {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.content-dropdown .dropdown-btn.active+.dropdown-table {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.content-dropdown .dropdown-btn .btn-controller {
  display: flex;
  justify-content: flex-end;
}

.content-dropdown .dropdown-table .breadcrumb-table {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background-color: #f8f8f8;
}

.content-dropdown .dropdown-table .breadcrumb-table .name span,
.content-dropdown .dropdown-table .breadcrumb-table .date span,
.content-dropdown .dropdown-table .breadcrumb-table .version span {
  font-weight: 400;
  font-size: 15px;
  color: #b1b1b1;
}

.content-dropdown .dropdown-table .breadcrumb-table .name label,
.content-dropdown .dropdown-table .breadcrumb-table .date label,
.content-dropdown .dropdown-table .breadcrumb-table .version label {
  font-weight: 600;
  font-size: 15px;
  color: #646464;
}

/* table */
.content-dropdown .dropdown-table h4 {
  margin-top: 50px;
  font-size: 18px;
  font-weight: 600;
  color: #ffb71b;
}

.content-dropdown .dropdown-table table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #dcdcdc;
  margin-top: 30px;
}

.content-dropdown .dropdown-table th {
  background-color: #969696;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}

.content-dropdown .dropdown-table td {
  border-bottom: 1px solid #dcdcdc;
  padding: 10px;
  border-right: 1px solid #dcdcdc;
  vertical-align: middle;
}

.content-dropdown .dropdown-table th:first-child,
.content-dropdown .dropdown-table td:first-child {
  border-left: 1px solid #dcdcdc;
}

.content-dropdown .dropdown-table th:last-child,
.content-dropdown .dropdown-table td:last-child {
  border-right: none;
}

@media (max-width:760px) {
  .content-dropdown .dropdown-table td {
    font-size: 10px;
  }

  .content-dropdown .dropdown-table th {
    font-size: 10px;
  }

  .content-dropdown .dropdown-table h4 {
    margin-top: 25px;
    font-size: 14px;
  }

  .content-dropdown .dropdown-table table {
    margin-top: 15px;
  }

  .content-dropdown .dropdown-table .breadcrumb-table .name span,
  .content-dropdown .dropdown-table .breadcrumb-table .date span,
  .content-dropdown .dropdown-table .breadcrumb-table .version span {
    font-size: 10px;
  }

  .content-dropdown .dropdown-table .breadcrumb-table .name label,
  .content-dropdown .dropdown-table .breadcrumb-table .date label,
  .content-dropdown .dropdown-table .breadcrumb-table .version label {
    font-size: 12px;
  }

  .content-dropdown .dropdown-table .breadcrumb-table {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 15px;
    background-color: #f8f8f8;
    flex-direction: column;
  }

  .content-dropdown .dropdown-btn a {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 15px;
    padding: 8px;
    border: 1px solid #ffb71b;
    text-decoration: none;
    color: #ffb71b;
    font-weight: 700;
    width: fit-content;
    float: right;
    margin-top: 35px;
    font-size: 12px;
  }

  .content-dropdown .dropdown-btn a img {
    width: 25px;
    height: 25px;
    cursor: pointer;
  }
}

/* product-close */

/* affliati-start */
.affili-wrapper {
  position: relative;
  display: flow;
  overflow: hidden;
  width: 150px;
  height: 200px;
  background-size: cover;
  background-position: center;
}
.affili-wrapper img{
  position: relative;
  display: flow;
  overflow: hidden;
  width: 150px;
  height: 100px;
  background-size: cover;
  background-position: center;
}
.affili-container {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-around;
  align-content: stretch;
  flex-wrap: nowrap;
  height: 280px;
}
.affili-container a {
  margin: 0;
}
.affili-text-wrapper{
  position: relative;
}
.affiliate-heading {
  font-size: 35px;
  color: #646464;
  font-weight: bold;
  margin-bottom: 35px;
}
/* affliati-close */

/* news-start */
.news-section {
  padding: 100px 15px;
  position: relative;
}

.news-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
  margin-bottom: 60px;
}

.right-flip {
  flex-direction: row-reverse !important;
}

.news-container .news-image-container {
  position: relative;
  width: 50%;
}

.news-container .news-image-container img {
  width: 100%;
}

.news-container .news-image-container video {
  width: 100%;
}

.news-container .news-content-container {
  width: 50%;
  position: relative;
}

.news-container .news-content-container h2 {
  color: #646464;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-container .news-content-container p {
  color: #323232;
  margin-top: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-container .news-content-container a {
  position: relative;
  top: 25px;
  color: #00c1de;
  text-decoration: none;
  font-weight: 600;
}

.news-container .news-content-container a::after {
  content: "";
  position: absolute;
  width: 125px;
  height: 2px;
  background-color: #00c1de;
  bottom: -15px;
  left: 0;
  transition: width 0.3s ease;
}

.news-container .news-content-container a:hover::after {
  width: 140px;
}

@media (max-width:1200px) {
  .news-container .news-content-container h2 {
    font-size: 25px;
  }

  .news-container .news-content-container p {
    margin-top: 15px;
    font-size: 14px;
  }

  .news-container .news-content-container a {
    top: 10px;
    font-size: 14px;
  }
}

@media (max-width:1080px) {
  .news-container .news-content-container h2 {
    font-size: 18px;
  }

  .news-container .news-content-container p {
    margin-top: 15px;
    font-size: 12px;
  }

  .news-container .news-content-container a {
    top: 0;
    font-size: 12px;
  }
}

@media (max-width:898px) {
  .news-container {
    gap: 35px;
    margin-bottom: 85px;
    flex-direction: column;
  }

  .news-container .news-image-container {
    position: relative;
    width: 100%;
  }

  .news-container .news-content-container {
    width: 100%;
    position: relative;
  }

  .right-flip {
    flex-direction: column !important;
  }

  .news-section {
    padding: 50px 15px;
    position: relative;
  }
}

/* news-end */

/* code-of-conduct-start */
.code-heading h2 {
  position: relative;
  font-weight: 800;
  color: #646464;
}

.code-heading p {
  font-size: 25px;
  margin-top: 40px;
  margin-bottom: 50px;
  color: #646464 !important;
}

.code-container-p {
  font-size: 18px;
  margin-top: 40px;
  color: #323232 !important;
}

.code-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 50px;
}

.code-link a {
  display: flex;
  position: relative;
  text-decoration: none;
  color: #00c1de;
  padding: 15px;
  border: 1px solid #00c1de;
  justify-content: center;
  align-items: center;
  gap: 15px;
  transition: background-color 0.3s ease, color 0.3s ease;
  /* Add transition property for smooth animation */
}

.code-link a:hover {
  background-color: #00c1de;
  color: white;
}

.code-link a label {
  cursor: pointer;
  font-weight: 700;
}

.code-link a:hover .d-hide {
  display: none;
}

.code-link a:hover .d-active {
  display: block;
}

@media (max-width:991px) {
  .code-link {
    justify-content: center;
  }

  .code-link a {
    font-size: 14px;
  }
}

/* code-close */

/* career-start */
.job-container {
  position: relative;
  margin: 50px 0;
}


.career-heading-container {
  position: relative;
}

.career-heading-container h2 {
  font-weight: 700;
  color: #646464;
  margin-bottom: 50px;
}

.career-heading-container h3 {
  color: #00c1de;
  font-weight: 700;
  margin-top: 80px;
  margin-bottom: 20px;
}

.job-post {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 25px;
  background: #f8f8f8;
  margin: 15px 0;
}

.job-content h2 {
  font-size: 22px;
  font-weight: 700;
  color: #646464;
  margin-bottom: 25px;
}

.job-content p {
  color: #323232;
}

.job-action a {
  text-decoration: none;
  color: #fff;
  background: #00c1de;
  padding: 10px 50px;
  display: block;
  font-weight: 600;
}
.custom-job-dialog {
  max-width: 55%;
}
.form-select {
  color: #212529 !important;
}
@media (max-width:1199px) {
  .form-select {
    font-size: 12px !important;
}
.form-label {
  font-size: 12px;
}
.form-control {
  font-size: 12px;
}
.fs-5 {
  font-size: 15px !important;
}
.btn-primary {
  font-size: 14px;
}
.btn-secondary {
  font-size: 12px !important;
}
}
@media (max-width:991px) {
  .job-post {
    flex-direction: column;
    gap: 20px;
  }

  .job-content h2 {
    font-size: 18px;
  }

  .job-content p {
    font-size: 14px;
  }
  .custom-job-dialog {
    max-width: 85%;
  }
}
@media (max-width:580px) {
  .custom-job-dialog {
    max-width: 100%;
  }
}
/* career-close */

/* contact-star */
.contact-section {
  padding: 100px 0;
  position: relative;
}

.contact-heading h2 {
  font-weight: 700;
  color: #646464;
}

.contact-address {
  position: relative;
  margin-top: 70px;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 70px;
}

.contact-address h4 {
  font-size: 18px;
  font-weight: 600;
  color: #00c1de;
}

.address-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.addr-p {
  line-height: 30px;
  color: #101820 !important;
}

.contact-main {
  position: relative;
}

.contact-main ul li {
  padding: 8px 0;
}

.contact-main ul li a {
  text-decoration: none;
  color: #101820 !important;
}

.contact-main ul li a span {
  padding-right: 10px;
  cursor: pointer;
  border-right: 1px solid #00c1de;
}

.contact-main ul li a label {
  padding-left: 15px;
  cursor: pointer;
}

.enq-btn {
  position: relative;
}

.enq-btn a {
  background-color: #00c1de;
  padding: 15px 25px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
}

@media (max-width:991px) {
  .address-container {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    flex-direction: column;
    align-content: flex-start;
  }

  .contact-main ul {
    padding-left: 0;
  }
}

.contact-form {
  margin-top: 50px;
  position: relative;
  padding: 25px;
  background: #f8f8f8;
}

.contact-form .form-group input,
.contact-form .form-group textarea {
  padding-top: 20px;
}

.contact-form .form-control {
  padding: 15px;
  font-weight: 600;
  color: #969696;
  background-color: #fff;
  border-radius: .25rem;
  border: none;
}

.contact-form .form-control:focus {
  color: #969696;
  box-shadow: none;
}

.contact-form .btn-primary {
  color: #fff;
  background-color: #00c1de;
  border-color: #00c1de;
  border-radius: 0;
  padding: 10px 40px;
  margin-top: 35px;
  margin-bottom: 15px;
  float: right;
}

.contact-form .btn-check:focus+.btn-primary,
.btn-primary:focus {
  background-color: #00b8d4 !important;
  border-color: #00c0dd !important;
  box-shadow: none !important;
}

#contact-form {
  transition: opacity 0.5s ease;
}

.contact-form-hide {
  opacity: 0;
}

#map-container {
  position: relative;
  width: 100%;
}

#map-container .map img {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.country-container {
  position: relative;
}

.country-container a label {
  cursor: pointer;
}

.country-container a span {
  cursor: pointer;
  text-decoration: none;
  display: block;
  color: #000;
  font-size: 12px;
}

.country-container a label {
  color: #00c1de;
  font-weight: 700;
  text-transform: uppercase;
}

.country-container a {
  position: absolute;
}

.country-container .dubai {
  right: 200px;
  bottom: 0;
  top: 250px;
}

.country-container .dammam {
  right: 320px;
  bottom: 0;
  top: 180px;
}

.country-container .jubail {
  right: 320px;
  bottom: 0;
  top: 100px;
}

.country-container .riyadh {
  right: 340px;
  bottom: 0;
  top: 40px;
}

.country-container .yanbu {
  bottom: 0;
  top: 485px;
  left: 155px;
}

.country-container .jeddah {
  bottom: 0;
  top: 600px;
  left: 155px;
}

.d-map-mob {
  display: none !important;
}

@media (max-width:1400px) {
  #map-container .map img {
    width: 100%;
  }

  .country-container .dubai {
    right: 60px;
    bottom: 0;
    top: 250px;
  }

  .country-container .dammam {
    right: 210px;
    bottom: 0;
    top: 180px;
  }

  .country-container .jubail {
    right: 210px;
    bottom: 0;
    top: 100px;
  }

  .country-container .riyadh {
    right: 230px;
    bottom: 0;
    top: 40px;
  }

  .country-container .yanbu {
    bottom: 0;
    top: 515px;
    left: 80px;
  }

  .country-container .jeddah {
    bottom: 0;
    top: 640px;
    left: 80px;
  }
}

@media (max-width:1200px) {
  .country-container .riyadh {
    right: 190px;
    bottom: 0;
    top: 28px;
    font-size: 12px;
  }

  .country-container .jubail {
    right: 158px;
    bottom: 0;
    top: 80px;
    font-size: 12px;
  }

  .country-container .dammam {
    right: 155px;
    bottom: 0;
    top: 148px;
    font-size: 12px;
  }

  .country-container .dubai {
    right: 45px;
    bottom: 0;
    top: 231px;
    font-size: 12px;
  }

  .country-container .yanbu {
    bottom: 0;
    top: 438px;
    left: 65px;
    font-size: 12px;
  }

  .country-container .jeddah {
    bottom: 0;
    top: 540px;
    left: 65px;
    font-size: 12px;
  }
}

@media (max-width:991px) {
  .d-map-mob {
    display: block !important;
  }

  .d-map-desk {
    display: none !important;
  }

  .country-container {
    display: none;
  }
}

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

.location-container .address-container ul {
  padding-left: 0;
}
.location-container .address-container {
  position: relative;
  display: block;
  text-transform: uppercase;
}

.location-container .address-container h2 {
  font-weight: 800;
  font-size: 18px;
  color: #00c1de;
}
@media (max-width:1200px) {
  .contact-main ul p {
    font-size: 14px !important;
  }
}
@media (max-width:991px) {
  .location-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin: 50px 0px;
  }

  .location-container .address-container ul {
    padding-left: 0;
    font-size: 12px;
  }

  .location-container .address-container h2 {
    font-weight: 800;
    font-size: 15px;
    color: #00c1de;
  }
  .contact-main ul li {
    padding: 5px 0;
}
.contact-main ul p {
  font-size: 12px !important;
}
}
@media (max-width:580px) {
  .contact-main ul p {
    font-size: 10px !important;
  }
}

.highlighted {
  box-shadow: 0 0 10px 5px rgb(0 0 0 / 5%);
  padding: 25px;
  background-color: #00c1de;
}
.highlighted label {
 color: #fff;
}
.highlighted span {
  color: #fff;
 }
.highlighted ul li a span {
  border-right: 1px solid #283480;
}
.highlighted p {
  color: #fff !important;
}
.highlighted h2 {
  color: #fff !important;
}
/* contact-close */

/* history */
.history-section{
  padding: 100px 0;
  position: relative;
}
.history-content{
  position: relative;
}
.history-content h2{
font-weight: 700;
color: #646464;
margin-bottom: 20px;
}
.history-content p{
  font-size: 18px;
  margin-bottom: 20px;
}
@media (max-width:991px) {
  .history-content p{
    font-size: 14px;
  }
}

.history-line {
  height: 1px;
  background-color: #dcdcdc;
  top: 250px;
  position: relative;
}
.circle {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin: 0 5px;
  transition: opacity 0.5s ease-in-out;
  position: relative;
}
.circle p{
 width: 220px;
 font-size: 14px;
}
.yellow-circle{
  background-color: #ffb71b;
  position: relative;
  color:#ffb71b !important;
}
.blue-circle{
  background-color: #00c1de;
  position: relative;
  color:#00c1de !important;
}
.green-circle{
  background-color: #6ac04a;
  position: relative;
  color:#6ac04a !important;
}
.dark-circle{
  background-color: #243588;
  position: relative;
  color:#243588 !important;
}
.dark-green-circle{
  background-color: #007935;
  position: relative;
  color:#007935 !important;
}
.dark-yellow-circle{
  background-color: #ffb71b;
  position: relative;
  color:#ffb71b !important;
}
.yellow-circle p{
  color:#ffb71b !important;
}
.blue-circle p{
  color:#00c1de !important;
}
.green-circle p{
  color:#6ac04a !important;
}
.dark-circle p{
  color:#243588 !important;
}
.dark-green-circle p{
  color:#007935 !important;
}
.dark-yellow-circle p{
  color:#ffb71b !important;
}

.yellow-circle::before {
  background-color: #ffb71b;
  content: "";
  height: 80px;
  width: 2px;
  position: absolute;
  bottom: 18px;
  left: 13px;
}
.blue-circle:after{
  background-color: #00c1de;
  content: "";
  height: 80px;
  width: 2px;
  position: absolute;
  top: 18px;
  left: 13px;
}
.green-circle::before{
  background-color: #6ac04a;
  content: "";
  height: 80px;
  width: 2px;
  position: absolute;
  bottom: 18px;
  left: 13px;
}
.dark-circle:after {
  background-color: #243588;
  content: "";
  height: 80px;
  width: 2px;
  position: absolute;
  top: 18px;
  left: 13px;
}
.dark-green-circle::before{
  background-color: #007935;
  content: "";
  height: 80px;
  width: 2px;
  position: absolute;
  bottom: 18px;
  left: 13px;
}
.dark-yellow-circle:after{
  background-color: #ffb71b;
  content: "";
  height: 80px;
  width: 2px;
  position: absolute;
  top: 18px;
  left: 13px;
}
.circle h4 {
  font-size: 18px !important;
  font-weight: 600;
}
.circle.show {
  opacity: 1;
}

.circle .circle-down {
    position: relative;
    top: 120px;
}

.circle .circle-up {
  position: relative;
  bottom: 160px;
}

.carousel-wrap {
  position: relative;
}

.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}
.owl-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.owl-nav img {
  width: 50px;
}
.owl-carousel.owl-drag .owl-item {
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width:600px) {
  .owl-carousel.owl-drag .owl-item {
    justify-content: center;
}
}
@media (max-width:1201px) {
.history-container {
  position: relative;
  width: 100%;
  top: 100px;
  z-index: -1;
}
.history-wrap {
  top: 50px !important;
}
}
@media (max-width:860px) {
  .history-container {
    top: 100px;
  }
  .history-wrap {
    top: 70px !important;
}
.breadcrumb-custom {
  display: none;
}
  }
.history-wrap {
  position: relative;
  top: -80px;
}
@media (max-width:1199px) {
  
}
.owl-prev {
  position: absolute;
  top: 45%;
  left: -75px;
}
.owl-prev img{
  transform: rotate(180deg);
}
.owl-next {
  position: absolute;
  right: 0;
  top: 45%;
  right: -75px;
}
@media (max-width:1199px) {
  .owl-prev {
    position: relative;
    top: 0;
    left: 0;
  }
  .owl-next {
    position: relative;
    right: 0;
    top: 0;
    right:0;
  }
}
/* close-history */

.breadcrumb-custom {
  position: absolute;
  width: 100%;
  top: 139px;
  background: #ffffffc9;
}
@media (max-width:1201px) {
  .breadcrumb-custom {
    top: 110px;
  }
}

.btn-primary {
  color: #fff;
  background-color: #00c1de;
  border-color: #0dcaf0;
}
.btn-primary:hover{
  color: #fff;
  background-color: #00c1de;
  border-color: #0dcaf0;
}
.btn-secondary {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-secondary:hover{
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #00c1de;
  outline: 0;
  box-shadow: none;
  border: 1px solid #00c1de;
}
.btn-close:focus {
  outline: 0;
  box-shadow: none;
  opacity: 1;
}
.btn-close:hover {
  border-color: #00c1de;
  color: #00c1de;
}
/* news-inner */
.news-inner {
  position: relative;
  height: auto;
  overflow: auto;
}

.sidebar {
  position: sticky;
  top: 0;
  height: auto;
}
.news-inner h2 {
  color: #646464;
  font-weight: 600;
  margin-bottom: 20px;
}
.news-inner .card-body {
  padding: 10px;
}
.news-inner .card-title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 20px;
}
.news-suggest a li {
  background: #f1f1f1;
  margin: 5px 0;
  border-radius: 0;
  padding: 15px;
  transition: 0.5s all;
}
.news-suggest a li:hover{
  background: #0dcaf0 !important;
  background-color: #0dcaf0 !important;
  color: #fff;
  transition: 0.5s all;
}
.news-suggest a .active {
  background: #0dcaf0 !important;
  background-color: #0dcaf0 !important;
  color: #fff;
}
/* close */

/*###########################################################################
                                  END-CSS
/*###########################################################################*/


/* last added */
.nav-see-more {
    border-bottom: 0 !important;
}
.nav-see-more .nav-link-c{
    color: #00c1de !important;
}

.industial-head h3{
  font-weight: 700;
  font-size: 3vw;
  margin-bottom: 25px;
  color: #ffb71b;
  text-align: center;
  text-transform: uppercase;
}
.industial-content{
  /*box-shadow: rgba(19, 18, 18, 0.11) 0px 4px 12px;*/
  /*border-radius: 10px;*/
  margin-bottom: 25px;
}
/*.industial-content img{*/
/*  border-radius: 10px 10px 0 0;*/
/*}*/

.industial-content-item{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
}
.industial-content h3{
  font-size: 13px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}
.arrow{
  color: #fcbb3d;
}

.sub-container h3{
  font-weight: 700;
  font-size: 2vw;
  margin-bottom: 25px;
  color: #ffb71b;
  text-align: center;
}

.sub-container .card img{
  height: 98px;
  object-fit: cover;
}

.industial-content-img img{
  width: 100%;
  height: 98px;
  object-fit: cover;
}

.nav-button-wrap{
  position: absolute;
    top: 4px;
    right: 16%;
  /*transform: translate(-50%, -50%);*/
  width: 0px;
  height: 35px;
  background: #ffb71b;
  line-height: 35px;
  padding-right: 55px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  transition: all 0.5s ease;
}

.nav-button-wrap .input{
  border: 0;
  background: transparent;
  width: 0%;
  outline: none;
  font-family: sans-serif;
  font-size: 18px;
  color: #fff;
  font-style: italic;
  transition: all 0.3s ease;
  position: relative;
}

.nav-button-wrap .fa{
  color: #fff;
    position: absolute;
    right: 17px;
    top: 10px;
    font-size: 15px;
    cursor: pointer;
}

.nav-button-wrap.active{
  width: 250px;
  padding-left: 8px;
  transition: all 0.5s ease;
}

.nav-button-wrap .input.active{
  width: 98%;
  padding-left: 5px;
  transition: all 0.5s 0.8s ease;
}

.nav-button-wrap input::placeholder {
  color: #fff;
}


/*.industry-dtls-head{*/
/*    padding: 25px;*/
/*    border:1px solid #e1e1e1dd;*/
/*}*/

.industry-dtls-head img{
    height: 450px;
    object-fit: cover;
}

.industry-dtls-head .row-controller {
    gap: 40px !important;
}



/* start search */
::placeholder {
  color: #fff;
  font-size: 35px;
}

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform input[type=submit] {
  position: absolute;
  width: 100px;
  height: 100%;
  background-color: transparent;
  border: 0;
  right: 0;
  top: 0;
}
#mk-fullscreen-searchform:focus{
  outline: none;
  border: none;
}

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform .fullscreen-search-icon {
  font-size: 20px;
  position: absolute;
  right: 0;
  width: 25px;
  top: 44px;
  color: rgba(255, 255, 255, .15);
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.fullscreen-search-icon:hover {
  cursor: pointer !important;
}

.fullscreen-search-icon:hover,
.fullscreen-search-icon:focus{
  border: none;
  outline: none;
  color: rgba(255, 255, 255, .6) !important;
  -webkit-transition: transform ease-out .2s;
  -moz-transition: transform ease-out .2s;
  -ms-transition: transform ease-out .2s;
  -o-transition: transform ease-out .2s;
  transition: transform ease-out .2s;
}

#mk-fullscreen-searchform {
  width: 80%;
  position: relative;
  verticle-align: middle;
}

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform #mk-fullscreen-search-input {
  width: 100%;
  display: block;
  background-color: transparent;
  -webkit-box-shadow: 0 3px 0 0 rgba(255, 255, 255, .1);
  -moz-box-shadow: 0 3px 0 0 rgba(255, 255, 255, .1);
  box-shadow: 0 3px 0 0 rgba(255, 255, 255, .1);
  border: 0;
  text-align: left;
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 35px;
  padding: 20px 0 12px 0;
  color: #fff;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform #mk-fullscreen-search-input:focus{
  border: none;
  outline: none;
}

.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show {
  visibility: visible;
  opacity: 1;
}

.mk-fullscreen-search-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  /* background-image: linear-gradient(180deg, #343F5E 5%, rgba(52, 63, 94, .7) 100%); */
  background-color: #2f2f2f;
  text-align: center;
  -webkit-transition: all ease-in-out .25s;
  -moz-transition: all ease-in-out .25s;
  -ms-transition: all ease-in-out .25s;
  -o-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
}

.mk-animate-element,
.mk-effect-bg-layer,
.mk-fullscreen-search-overlay {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.mk-fullscreen-search-overlay {
  z-index: 999;
}

.mk-fullscreen-search-overlay .mk-fullscreen-close:link,
.mk-fullscreen-search-overlay .mk-fullscreen-close:visited {
  color: #fff;
}

.mk-fullscreen-search-overlay .mk-fullscreen-close {
  position: absolute;
  opacity: 0.5;
  right: 30px;
  top: 25px;
  font-size: 20px;
  z-index: 9;
  -webkit-transition: transform ease-out .2s;
  -moz-transition: transform ease-out .2s;
  -ms-transition: transform ease-out .2s;
  -o-transition: transform ease-out .2s;
  transition: transform ease-out .2s;
  transform: rotate(0deg);
}

.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show #mk-fullscreen-search-wrapper {
  opacity: 1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  ms-transform: scale(1);
}

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  ms-transform: scale(0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.mk-search-trigger {
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -ms-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out
}
#search-button {
  display: relative;
  vertical-align: middle;
  height: 35px;
  width: 40px;
  background-color: #ffb71b;
  border-radius: 4px;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  display: flex;
  justify-content: center;
  align-items: center;
}
#search-button i{
  color: white !important;
  font-size: 14px;
  position: absolute;
  padding: 7px 8px
}

/* #search-button:hover {
  width: 85px;
} */

#search-button:hover,
.mk-fullscreen-close:hover {
  opacity: 1;
}

#search-button .searchme {
  vertical-align: sub;
  padding: 0 0 0 30px;
  font-family: 'Roboto';
  font-weight: 300;
  letter-spacing: 1.2px;
  font-size: 12px;
  text-transform: uppercase;
}


#mk-fullscreen-search-input:focus{
  box-shadow: 0px 3px 0px 0px rgba(255,255,255,0.54) !important;
}

/* #search-filter {
  display: block;
  position: relative;
  text-align: left;
  margin-top: 16px;
  font-family: 'Roboto';
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
} */

/* .filter-me {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  opacity: 0.4;
  transition: all .2s ease;
 }

.filter-me:hover {
  opacity: .7;
  cursor: pointer;
}

.filter-me::after { 
    font-size: 11px;
    text-decoration: none;
    content: " \f054";
    display: inline-block;
    margin-left: .4em;
    vertical-align: middle;
    transition: all .2s ease;
}

.filter-me:hover::after {
  margin-left: .8em;
} */

.search-tip {
  position: relative;
  display: inline-block;
  float: right;
  text-align: right;
  right: 0;
  opacity: 0.4;
}

/* END serach */


.linkes-sub-more{
  color: #00c1de !important;
}


.sub-new-menu > div {
  display: none;
}


/* sub menu */
.linkes-sub-wrapper {
  position: relative;
  display: inline-block;
}

.nested-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1000;
}

.linkes-sub{
  display: flex !important;
  justify-content: space-between;
}

.linkes-sub-wrapper:hover .nested-submenu {
  display: block !important;
}

.industry-sub-container{
  margin-top: 80px;
  padding: 50px;
  background: #f8f8f8;
}

.industry-sub-container h2{
  font-size: 25px;
  margin-bottom: 25px;
  color: #fcbb3d;
  text-align: center;
  font-weight: 600;
}

.industial-category-head h3{
  font-size: 25px;
  margin-bottom: 25px;
  color: #fcbb3d;
  font-weight: 600;
}

.show-all span{
  font-size: 16px;
  font-weight: 500;
}
.show-all a{
  color: #ffb71b;
  text-decoration: underline !important;
}




/* category show hide */
.film-card.hidden {
  display: none;
}


/* search results page */
/* Search Bar */
        .search-container {
            background: white;
            padding: 25px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            margin-bottom: 25px;
        }

        .search-bar {
            position: relative;
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }

        .search-input {
            flex: 1;
            padding: 12px 80px 12px 15px;
            border: 2px solid #e1e5e9;
            border-radius: 6px;
            font-size: 16px;
            outline: none;
            transition: border-color 0.3s ease;
        }

        .search-input:focus {
            border-color: #ffb71b;
        }

        .search-icons {
            position: absolute;
            right: 15px;
            display: flex;
            gap: 8px;
            align-items: center;
        }

        .search-icon, .clear-icon {
            color: #666;
            cursor: pointer;
            font-size: 16px;
            padding: 2px;
            transition: color 0.3s ease;
        }

        .search-icon:hover, .clear-icon:hover {
            color: #007acc;
        }

        .clear-icon {
            display: none;
            font-weight: bold;
            background: #f0f0f0;
            border-radius: 50%;
            width: 20px;
            height: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
        }

        .clear-icon.show {
            display: flex;
        }

        .results-count {
            color: #666;
            font-size: 14px;
        }

        /* Results List */
        .results-list {
            background: white;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            overflow: hidden;
            margin-bottom: 25px;
        }

        .list-item {
            display: flex;
            padding: 20px;
            border-bottom: 1px solid #e1e5e9;
            transition: background-color 0.3s ease;
        }

        .list-item:last-child {
            border-bottom: none;
        }

        .list-item:hover {
            background-color: #f8f9fa;
        }

        .item-image {
            width: 120px;
            height: 80px;
            background-size: cover;
            background-position: center;
            border-radius: 6px;
            flex-shrink: 0;
            margin-right: 20px;
        }

        .item-content {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .item-title {
            font-size: 18px;
            font-weight: bold;
            color: #333;
            margin-bottom: 8px;
        }

        .item-description {
            color: #666;
            font-size: 14px;
            line-height: 1.5;
            margin-bottom: 10px;
        }

        .read-more {
            display: flex;
            align-items: center;
            color: #ffb71b;
            text-decoration: none;
            font-size: 14px;
            font-weight: 500;
            align-self: flex-start;
            transition: color 0.3s ease;
        }

        .read-more:hover {
            color: #005a99;
        }

        .read-more-arrow {
            margin-left: 5px;
            font-size: 12px;
        }

        /* Pagination */
        .pagination-container {
            background: white;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px;
        }

        .pagination-btn {
            padding: 8px 12px;
            border: 1px solid #e1e5e9;
            background: white;
            color: #666;
            text-decoration: none;
            border-radius: 4px;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .pagination-btn:hover:not(.disabled) {
            background: #ffb71b;
            color: white;
            border-color: #ffb71b;
        }

        .pagination-btn.active {
            background: #ffb71b;
            color: white;
            border-color: #ffb71b;
        }

        .pagination-btn.disabled {
            opacity: 0.4;
            cursor: not-allowed;
        }

        .pagination-info {
            margin: 0 15px;
            color: #666;
            font-size: 14px;
        }

        /* Sample background images */
        /* .img1 { background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="120" height="80" viewBox="0 0 120 80"><rect width="120" height="80" fill="%2387CEEB"/><circle cx="30" cy="40" r="15" fill="white" opacity="0.9"/><circle cx="60" cy="40" r="15" fill="white" opacity="0.9"/><circle cx="90" cy="40" r="15" fill="white" opacity="0.9"/></svg>'); }
        .img2 { background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="120" height="80" viewBox="0 0 120 80"><rect width="120" height="80" fill="%2332CD32"/><path d="M20 25 L60 10 L100 25 L100 60 L20 60 Z" fill="white" opacity="0.8"/></svg>'); }
        .img3 { background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="120" height="80" viewBox="0 0 120 80"><rect width="120" height="80" fill="%23654321"/><rect x="10" y="30" width="100" height="8" fill="%238B4513"/><rect x="10" y="42" width="100" height="8" fill="%23A0522D"/></svg>'); }
        .img4 { background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="120" height="80" viewBox="0 0 120 80"><rect width="120" height="80" fill="%23E6E6FA"/><rect x="0" y="50" width="120" height="30" fill="%23228B22"/></svg>'); }
        .img5 { background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="120" height="80" viewBox="0 0 120 80"><rect width="120" height="80" fill="%23FFD700"/><rect x="15" y="40" width="90" height="10" fill="%23FF6347"/></svg>'); } */

        @media (max-width: 600px) {
            .list-item {
                flex-direction: column;
            }
            
            .item-image {
                width: 100%;
                height: 120px;
                margin-right: 0;
                margin-bottom: 15px;
            }
        }


 
       