/* @import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  scroll-behavior: smooth;
  position: relative;
  overflow-x: hidden;
}

@font-face {
  font-family: 'Rubik';
  src: url('../font/Rubik-Bold.woff2') format('woff2'),
    url('../font/Rubik-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rubik';
  src: url('../font/Rubik-Regular.woff2') format('woff2'),
    url('../font/Rubik-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../font/OpenSans-Regular.woff2') format('woff2'),
    url('../font/OpenSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


:root {
  --light: #fff;
  --dark: #000;
  --gray: #3e3e3e;
  --bg1: #177ce6;
  --bg: #eee;
  --secondary: #cee2ee;
  --secondary: #f4f4f4;
  --primary: #cee2ee;
  --font1: 'Rubik';
  --font2: 'Open Sans';
}

ul,
li,
a {
  list-style: none;
  text-decoration: none;
  color: #000;
  padding: 0;
  margin: 0;
  font-family: var(--font1), sans-serif;
}

p{
    color:Var(--dark);
    font-family:var(--font1);
}
h1,h2,h3,h4,h5,h6{
    margin-bottom:1rem;
}
h2{
    margin-top:4rem;
}
::selection {
  background-color: var(--dark);
  color: var(--light);
}

.container {
  max-width: 1280px;
}

.container-fluid {
  padding: 0;
}

.py-3 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.my-1 {
  margin: 10px auto;
}

.mt-1 {
  margin-top: 10px;
}

.mt-2 {
  margin-top: 20px;
}

.mt-3 {
  margin-top: 30px;
}

section {
  padding: 120px 0;
}

.header-part {
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.title-sec {
  color: var(--bg1);
  text-transform: uppercase;
  font-size: 35px;
  line-height: 1.3;
  font-weight: 600;
  font-family: var(--font1);
  text-shadow: 0px 1px 1px var(--gray);
}

.header-title span {
  display: inline-block;
  width: 4px;
  height: 25px;
  margin-top: 10px;
  background-color: var(--dark);
  position: relative;
}

.header-title span:after {
  position: absolute;
  left: 6px;
  top: 4px;
  font-size: 20px;
  background-color: var(--dark);
  content: '';
  width: 3px;
  height: 18px;
}

.sub-title {
  color: var(--dark);
  text-transform: capitalize;
  font-size: 24px;
  line-height: 1.6;
  font-weight: 600;
  margin: 10px 0;
}

.header-title {
  display: flex;
  gap: 1rem;
}


.heading-sec {
  font-size: 30px;
  text-transform: uppercase;
  font-family: var(--font1), sans-serif;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom:2rem;
  color: var(--bg1);
  line-height: 50px;
  text-shadow: 0px 1px var(--dark);
}

.content-sec {
  font-size: 16px;
  word-spacing: 1.1px;
  line-height: 1.8;
  font-family: var(--font2), sans-serif;
  font-weight: 400;
}

.btn-sec {
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  background: var(--bg1);
  padding: 10px 28px;
  border-radius: 3px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: .5s;
  text-transform: capitalize;
}

.btn-sec span {
  margin-left: 10px;
  padding: 2px 5px;
  transition: all 0.5s ease;
}

.btn-sec:hover {
  background-color: var(--dark);
}

.btn-sec:hover span {
  transform: translateX(10px);
}

/*---======top-header====---*/
.top-header {
  padding: 14px 0;
  padding-bottom: 77px;
  background-color: var(--bg1);
}

.th-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.th-element {
  display: flex;
  align-items: center;
}

.th-content span {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  display: block;
  letter-spacing: 1.4px;
  font-family: var(--font1);
}

.th-element {
  display: flex;
  gap: 1rem;
  height: 100%;
}

.social-icons {
  border: none;
}

.th-element span,
.th-element a {
  color: var(--light);
  font-size: 14px;
}

span.th-icon {
  border-radius: 5px;
  background-color: var(--light);
  padding: 10px;
}

.th-icon i {
  color: var(--dark);
  font-size: 18px;
}

.th-icon img {
  width: 30px;
}

.social-icons {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}

/*---header---*/
/* navbar-header */
#my-header .header {
  background-color: var(--light);
  box-shadow: inset 0px 1px 1px var(--dark);
}

header {
  position: absolute;
  background-color: transparent;
  z-index: 999;
  top: 82px;
  width: 100%;
}

.header {
  display: flex;
  justify-content: space-between;
  line-height: 100px;
  align-items: center;
  vertical-align: middle;
  font-family: var(--font2);
  background-color: transparent;
  padding: 0px 10px;
  position: relative;
}

.header:before {
  position: absolute;
  content: '';
  left: -10px;
  height: 50%;
  background-color: var(--dark);
  width: 76px;
  top: 0;
  transform: skewX(-18deg);
  z-index: -1;
}
/*.header:after {*/
/*  position: absolute;*/
/*  content: '';*/
/*  right: -10px;*/
/*  height: 50%;*/
/*  background-color: var(--dark);*/
/*  width: 76px;*/
/*  top: 0;*/
/*  transform: skewX(18deg);*/
/*  z-index: -1;*/
/*}*/

.c-logo img {
  line-height: 1;
  height: 80px;
}

.nav-menu {
  display: flex;
  align-items: center;
}

.nav-menu li {
  display: inline-block;
  position: relative;
}

.nav-menu li a {
  font-family: var(--font2);
  text-transform: capitalize;
  display: block;
  padding: 42px 18px;
  font-weight: 500;
  line-height: 1;
  font-size: 15px;
  color: var(--dark);
  letter-spacing: 1px;
}

.nav-menu li a :nth-child(last) {
  padding-right: 0px !important;
}

.nav-menu li.drop-menu {
  position: relative;
  display: block;
  transition-delay: 0.6s;
}

.drop-content {
  position: absolute;
  top: 100%;
  width: 260px;
  height: 350px;
  display: none;
  background-color: var(--secondary);
  z-index: 999;
  box-shadow: rgba(9, 9, 9, 0.4) 0px 2px 2px 0px;
  overflow: auto;
  transition: all 0.6s ease-in-out 0.4s;
}

.drop-menu:hover .drop-content {
  display: block;
  top: 100%;
}

.drop-content li {
  line-height: 50px;
  display: block;
  transition: all 1.8s ease;
  box-shadow: 0px 0px 1px var(--secondary);
}

.drop-content li a {
  color: var(--dark);
  display: block;
  width: 100%;
  padding: 16px 20px;
  transition: all 0.4s ease;
  border-bottom: 1px solid var(--dark);
  font-family: var(--font2);
}

.drop-content li a:hover {
  color: var(--light);
  font-weight: 500;
  background-color: var(--bg1);
}

.drop-content::-webkit-scrollbar {
  width: 7px;
  color: var(--bg1);
  background-color: var(--light);
}

.drop-content::-webkit-scrollbar-thumb {
  color: var(--bg1);
  background-color: var(--gray);
  border-radius: 5px;
}

ul.drop-content li:after {
  display: none;
}

.click-btn {
  position: absolute;
  right: 0;
  top: 0px;
  color: var(--dark);
  cursor:pointer;
}

/* sticky-header */
#my-header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: var(--light);
  z-index: 9999;
  animation: slide-down 1s ease-in-out;
  box-shadow: inset 0px 1px 4px var(--light);
}

#my-header.sticky .header {
  box-shadow: none;
}

#my-header.sticky .nav-sec>li>a {
  color: var(--dark);
}

#my-header.sticky .header:before,
#my-header.sticky .header::after {
  display: none;
}

#my-header.sticky a.btn-sec.nav-btn {
  color: var(--light);
  padding: 6px 28px;
}

@keyframes slide-down {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

#my-header.sticky .nav-sec>li>a:hover {
  color: var(--dark);
}

.nav-btn {
  padding: 10px;
  background-color: var(--bg1);
  color: var(--light);
  text-transform: capitalize;
  font-size: 1.2rem;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;

}

.nav-btn:hover {
  background-color: var(--dark) !important;
  color: var(--light) !important;
}

/*------banner------- */
.ban-img img {
  height: auto;
}

.banner-slider {
  position: relative;
}

.banner-slider .p-back.slick-arrow,
.banner-slider .p-next.slick-arrow {
  position: absolute;
  top: 50%;
  background-color: var(--bg1);
  padding: 10px;
  color: var(--light);
  z-index: 9;
  font-size: 16px;
  cursor:pointer;
}

.banner-slider .p-back.slick-arrow {
  left: 5px;

}

.banner-slider .p-next.slick-arrow {
  right: 5px
}

/* ================ */
/*******product-fetcher-start*******/


.fetcher-box {
  background-color: var(--light);
  padding: 30px;
  color: var(--light);
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 15px;
  transition: all 1s ease;
  box-shadow: 0 0 4px var(--dark);
}

.fetcher-box span {
  font-size: 75px;
  font-weight: 600;
  position: absolute;
  top: 8px;
  right: 20px;
  line-height: 1;
  color: var(--secondary);
  transition: all 0.5s ease;
  font-family: var(--font2);
}

.fetcher-box:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: var(--secondary);
  z-index: -1;
  transition: all ease 0.5s;
}

.fetcher-box:hover:after {
  height: 100%;
  bottom: auto;
  top: 0;
  animation: fade 1s ease-in-out;
}

.fetcher-box:hover {
  transform: scale(1.1);

}

@keyframes fade {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    height: 50%;
  }

  25% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    height: 10%;
  }

  50% {
    opacity: 1;
    transform: translate3d(0, 100%, 0);
    height: 50%;
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    height: 100%;
  }
}

.fetcher-box img {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}

.fetcher-heading {
  text-transform: capitalize;
  font-family: var(--font1);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
}

.fetcher-content {
  font-size: 16px;
  margin-bottom: 17px;
  padding-bottom: 18px;
  line-height: 1.6;
  letter-spacing: 1.1;
  font-family: var(--font2);
  border-bottom: 1px solid var(--light);
}

.learn-more {
  text-transform: capitalize;
  font-weight: 500;
}

.learn-more:hover {
  letter-spacing: 1.2px;
  transition: all 0.5s ease;
}

/***about us****/
/* .about-us {
    position: relative;
    z-index: 9;
    background-color: var(--secondary);
    overflow: hidden;
  }
  .about-img{
    display: none;
  }
  .about-us .about-element{
    padding-left: 40px;
  }
  .about-element .content-sec{
    margin-bottom: 30px;
  }
  ul.about-list{
    margin-top: 10px;
  }
  .about-us:after {
    position: absolute;
    top: 0px;
    content: '';
    left: 0;
    bottom: 60px;
    width: 48%;
    height: 100%;
    z-index: 1;
    background-image: url(../image/img/images/about.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  } */


/*----about-us-------*/
.about-sec {
  background-color: var(--secondary);
  position: relative;
}

.about-us {
  z-index: 1;
  text-align: center;
  width: 45%;
  float: left;
}

.about-img{
    margin-right:2rem;
}
.about-us img {
  width: 100%;
}

.about-box {
  width: 100%;
}

.about-header .sub-title {
  color: var(--dark) !important;
  font-weight: 500;
}

.ab_btn {
  padding-left: 25px;
  padding-right: 25px;
}

ul.about-list li {
  font-family: var(--font1);
  margin-bottom: 10px;
  list-style: disc;
  font-weight: 400;
}

/***why-us****/
.why-us {
  background-color: var(--secondary);
  position: relative;
  z-index: 9;
  padding-bottom: 140px;
}

.why-dark {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.3;
}

.why-box {
  display: flex;
  justify-content: center;
  padding: 20px 10px 30px;
  gap: 1rem;
}

.why-content .w-heading {
  font-size: 22px;
  font-family: var(--font1);
  color: var(--bg1);
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom:0.5rem;
}

.why-content p {
  color: var(--dark);
  font-family: var(--font2), sans-serif;
}

.why-right-border {
  border-right: 1px solid var(--dark);
}

.why-left-box {
  padding: 10px;
  padding-top: 80px;
}

.why-border {
  border-bottom: 1px solid var(--dark);
}

.why-content .content-sec {
  margin: 40px auto !important;
  font-family: var(--font2), sans-serif;
}

/***counter****/

.counter-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  gap: 2rem;
  position: relative;
  padding-bottom: 0 !important;
}

.counter-row {
  margin-top: -173px;
  background-color: var(--light);
  border-radius: 40px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  z-index: 99;
  position: relative;
}

.counter-box {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark);
  padding: 1rem 0;
  min-width: 220px;
  border-radius: 50px;
  gap: 1rem;
}

.counter-icon {
  font-size: 32px;
  color: var(--bg1);
  padding: 10px;
  border-radius: 50%;
  text-align: center;
  background-color: aliceblue;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.counter-content {
  text-align: center;
  font-size: 25px;
}

.counter-number {
  color: var(--dark);
  font-weight: 600;
  font-family: var(--font1), sans-serif;
  font-size: 35px;
}

.counter-name {
  color: var(--dark);
  font-size: 16px;
  font-family: var(--font1);
  text-transform: uppercase;
}

/***--------md-banner-------****/
.md-banner {
  position: relative;
  background-color: var(--bg1);
}

.md-banner::after {
  position: absolute;
  left: 0;
  content: '';
  top: 0;
  background-image: url(../image/img/dots.webp);
  object-fit: cover;
  background-repeat: no-repeat;
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index:-1;

}

.md-ban-content {
  padding-top: 50px;
  margin-top: 40px;
}

.md-ban-content .title-sec,
.md-ban-content .content-sec {
  color: var(--light);
}

.md-ban-content .btn-sec {
  color: var(--bg1) !important;
  background-color: var(--light) !important;
  margin-top: 20px;
  cursor: pointer;
}

.md-ban-content .btn-sec:hover {
  background-color: var(--dark) !important;
}

.md-ban-img {
  margin-top: -60px;
}

/**-----products-----**/

.sp-box {
  transition: all 0.5s ease;
  margin: 15px;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  background-color: var(--light);
  border: 2px solid var(--secondary);
}

.sp-box:hover {
  box-shadow: rgba(26, 25, 25, 0.2) 0px 2px 8px 0px;
}

.sp-content {
  padding: 10px 10px;
  min-height: 180px;
  text-align: center;
}

.sp-content p {
  font-family: var(--font2);
}

.sp-more {
  text-transform: capitalize;
}

.sp-img {
  overflow: hidden;
}

.sp-img img {
  transition: all 0.5s ease;
  overflow: hidden;
  height: 260px;
  object-fit: cover;
  margin: 0 auto;
  background-color: var(--secondary);
}

.sp-img img:hover {
  transform: scale(1.1);
}

label.sp-heading {
  font-size: 28px;
  font-family: var(--font2);
  font-weight: 700;
  padding-bottom: 10px;
  color: var(--dark);
  text-transform: capitalize;
}

.sp-text {
  padding-right: 5%;
  font-family: var(--font2);
  line-height: 1.5;
  font-weight: 500;
  color: var(--dark);
}

.sp-btn {
  margin: 10px;
}

/* ---------------- */
.product-sec {
  position: relative;
}

.product-sec::after {
  content: "";
  position: absolute;
  top: -30px;
  right: 0;
  background: #f9f9f9;
  width: 15%;
  height: 100%;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  border-radius: 15px;
  z-index: -1;
}

.product-slider {
  position: static;
}

.product-slider .p-back.slick-arrow,
.product-slider .p-next.slick-arrow {
  position: absolute;
  top: 50%;
  background-color: var(--bg1);
  padding: 10px;
  color: var(--light);
  z-index: 9;
  font-size: 16px;
  cursor: pointer;
}

.product-slider .p-back.slick-arrow {
  left: 8px;
}

.product-slider .p-next.slick-arrow {
  right: 8px
}

/* --------faq-sec-------- */
.accordion {
  width: 100%;
  max-width: 1000px;
  margin: 1.4rem auto;
}

.accordion-item {
  background-color: #fff;
  color: #111;
  margin: 0.6rem 0;
  border-radius: 0.1rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}

.accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.4rem;
  line-height: 1.35rem;
  font-weight: 500;
  font-family: var(--font2), sans-serif;
  text-transform: capitalize;
  color: var(--light);
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-size: 1.2rem;
  background-color: var(--gray);
}

.accordion-item-header::after {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
  font-weight: 400;
}

.accordion-item-header.active .accordion-item-body {
  border: 1px solid var(--secondary);
}

.accordion-item-header.active {
  background-color: var(--bg1);
  color: var(--light);
}

.accordion-item-header.active::after {
  content: "\2212";
}

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  text-align: justify;
  border-top: 1px solid;
  border-image: linear-gradient(to right, var(--light), #fcfeff, var(--light)) 1;
  background-color: var(--secondary);
}


/*---=======contact_us===========--- */
.contact-sec {
  background-color: var(--light);
}

.contact-us {
  padding: 2rem 1rem;
}

.contact-row {
  box-shadow: -12px -8px 40px rgba(70, 70, 70, 0.12) inset;
  position: relative;
}

.contact-right-sec {
  background-color: var(--bg1);
  padding: 2rem;
  position: relative;
  z-index: 9;
  overflow: hidden;
}

.contact-right-sec::after {
  position: absolute;
  content: '';
  background-image: url(../image/img/bg/choose-us-shape.png);
  background-position: center;
  left: 0%;
  top: 55%;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
}

.input-msg {
  margin-top: 3rem;
}

.input-msg p {
  margin: 0.8rem auto;
  text-transform: capitalize;
  font-family: var(--font2);
  font-weight: 500;
  color: var(--gray);
}

input.input-text,
select.input-text {
  border: none;
  outline: none;
  border-bottom: 1px solid var(--dark);
  background-color: var(--light);
  padding: 10px 0;
  font-family: var(--font1);
  letter-spacing: 1px;
  width: 100%;
  font-size: 14px;
}

textarea.input-text {
  border: none;
  outline: none;
  border-bottom: 1px solid var(--dark);
  background-color: var(--light);
  padding: 10px 0;
  text-transform: capitalize;
  font-family: var(--font1);
  letter-spacing: 1px;
  width: 100%;
  font-size: 14px;
  min-height: 130px;
  color: var(--dark);
}

::placeholder {
  color: var(--dark);
}

.input-msg textarea::placeholder {
  color: #000;
}

.contact-us2 .title-sec,
.contact-us2 p {
  color: var(--light);
}

.contact-item {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin: 2rem 0;
}

.contact-link{
    margin-top:1rem;
}
.contact-item span.c-icon {
  color: var(--light);
  font-size: 1.2rem;
}

.contact-item a,
.contact-item p {
  color: var(--light);
  font-family: var(--font2);
}

.contact-link span {
  color: var(--light);
  text-transform: capitalize;
  font-size: 1.5rem;
  font-family: var(--font2);
}

.contact-link a {
  color: var(--secondary);
  font-size: 1.2rem;
  padding: 0.5rem;
}

button.btn-sec.contact-btn {
  margin-top: 1rem;
  text-shadow: none;
  box-shadow: none;
  border: none;
}

/******testimonial*******/
.testimonial-sec {
  background-color: var(--secondary);
  position: relative;
  z-index: 9;
}

.testi-dark {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 1
}

.testi-box {
  border: 1px solid #ECECEC;
  position: relative;
  padding: 0 17px 52px;
  background-color: var(--dark);
  margin: 25px 15px 10px;
}

.testi-box:after {
  position: absolute;
  content: "";
  width: 17px;
  height: 26px;
  top: -25px;
  right: 26px;
  background: var(--gray);
  clip-path: polygon(100% 100%, 100% 100%, 0% 100%, 0% 2%);
}

.testi-icon {
  position: absolute;
  right: 43px;
  top: -24px;
  width: 76px;
  height: 76px;
  background: var(--bg1);
  line-height: 86px;
  text-align: center;
}

.testi-icon i {
  font-size: 26px;
  color: var(--light);
}

.testi-discription {
  margin: 95px 0 40px;
}

.testi-discription p {
  color: var(--light);
  font-family: var(--font1);
}

.testi-item {
  background: #F6F6F6;
  height: 90px;
  padding: 4px 14px 0;
  border-radius: 3px 0px 3px 3px;
  margin-bottom: 28px;
  position: relative;
  margin-right: -29px;
}

.testi-title p {
  color: #18191D;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  font-family: var(--font2);
}

.t-img {
  float: left;
  margin-top: 8px;
  margin-right: 20px;
}

.testi-item:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 15px;
  top: -15px;
  right: 0;
  background: var(--gray);
  clip-path: polygon(100% 99%, 100% 95%, 0% 100%, 0% 0%);
}

.testi-rating i {
  color: var(--dark);
  font-size: 18px;
  margin-right: 5px;
}

.testi-slider {
  position: static;
  padding: 40px 0 20px;
}

.testi-slider .p-back.slick-arrow,
.testi-slider .p-next.slick-arrow {
  position: absolute;
  top: 60%;
  background-color: var(--bg1);
  padding: 10px;
  color: var(--light);
  z-index: 9;
  border-radius: 2px;
  font-size: 25px;
}

.testi-slider .p-back.slick-arrow {
  left: 8px;

}

.testi-slider .p-next.slick-arrow {
  right: 8px
}

/******clients*******/

.client-img {
  padding: 10px;
  margin: 10px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.client-img img {
  object-fit: cover;
  height: auto;
  width: 100%;
  border-radius: 10px;
}

.client-box {
  margin: 30px;
  height: 120px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 38px;
  border-radius: 3px;
}

.client-heading {
  color: var(--light);
  font-family: var(--font2), sans-serif;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 900;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: inline-block;
  line-height: 1.9;
  letter-spacing: 1.3px;
  position: relative;
}

.client-slider {
  padding-bottom: 20px;

}

/***footer****/
footer {
  padding: 40px 0 0px;
  background-color: var(--bg1);
  position: relative;
  z-index: 99;
}

footer::after {
  position: absolute;
  left: 0;
  content: '';
  top: 0;
  background-image: url(../image/img/bg.png);
  object-fit: cover;
  z-index: 1;
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index:-1;
}

.footer-element {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}


.f-items {
  display: flex;
  gap: 1rem;
  text-align: center;
  justify-content: center;
}

.f-items li a.f-links {
  font-family: var(--font1);
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--light);

}

p.f-name {
  font-size: 30px;
  text-transform: capitalize;
  font-family: var(--font1);
  font-weight: 700;
  color: var(--light);
}

ul.f-number li {
  list-style-type: disc;
  padding-right: 20px;
  font-family: var(--font2), sans-serif;
  font-weight: 500;
  color: var(--light);
  margin: 5px 0;
}

ul.f-number li a {
  color: var(--light);
  font-family: var(--font2);
  font-weight: 300;
}

ul.f-items li,
ul.f-items li a {
  color: var(--light);
  font-family: var(--font1);
}

.footer-icon {
  justify-content: center !important;
  margin-bottom: 30px;
}

.footer-icon a.tf-item {
  font-family: var(--font1);
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}

ul.f-items.copy-right {
  background-color: var(--dark);
  padding: 5px 0;
}

.footer-img img{
    width:160px;
    margin-bottom:3rem;
}

/***inner-page*****/

/******breadcrump*******/
.breadcrump-sec {
  width: 100%;
  padding: 130px 0;
  position: relative;
  z-index: 99;
  background-color: var(--light);
}
.breadcrump-sec::after{
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: -1;
    background: url('../image/img/bg/breadcrump.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.4;
}

.breadcrump-dark {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  z-index: -1;
}

.bread-title {
  font-family: var(--font2);
  font-size: 35px;
  text-transform: capitalize;
  letter-spacing: 1.5px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  gap: 2rem;
  color: var(--bg1);
  margin-bottom: 20px;
  text-align: left;
  padding: 4vh 0vw;
  border-radius: 10px;
  text-shadow: 0px 1px var(--dark);
  background-color: var(--light);
  text-align: center;
  align-items: center;
}

.b-links {
  position: absolute;
  right: 0%;
  bottom: 0%;
  width: 100%;
  display: inline-block;
  padding: 14px 30px;
  color: var(--bg1);
  font-family: var(--font1);
  font-weight: 800;
  text-transform: capitalize;
  box-shadow: inset 0 0 3px var(--light-secondary);
}

.b-links a {
  font-size: 18px;
  letter-spacing: 1.1px;
  padding: 0 5px;
  text-transform: capitalize;
  font-weight: 600;
  text-decoration: none;
  color: var(--dark);
  margin-bottom: 50px;
}

.b-item.active {
  color: var(--bg1);
  text-transform: capitalize;
  font-family: var(--font2);
  letter-spacing: 1.2px;
  font-size: 18px;
  font-weight: 900;
  padding-left: 5PX;
}

span.fa-solid {
  color: var(--dark);
}

/****marketing-butoon***/
.market-place {
  position: relative;
}

a.market-btn {
  display: block;
}

.market-title {
  color: var(--secondary);
}

.marketing-title {
  font-size: 32px;
  text-transform: capitalize;
  font-family: var(--font1);
  font-weight: 600;
  margin: 20px auto;
  line-height: 1.1;
}

a.market-btn {
  padding: 18px 30px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--light);
  text-transform: capitalize;
  font-family: var(--font1);
  font-weight: 600;
  line-height: 1.2;
  margin-top: 40px;
  text-align: center;
  width: 100%;
  flex-wrap: wrap;
  display: block;
}

/***scroll-to-top****/
#scroll-top {
  display: inline-block;
  background-color: var(--dark);
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 10px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  visibility: hidden;
  z-index: 1000;
}

#scroll-top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  line-height: 40px;
  color: var(--light);
}

#scroll-top:hover {
  cursor: pointer;
  background-color: var(--dark);
  box-shadow: 0px 0px 2px var(--dark);
  color: var(--light);
}

#scroll-top:active {
  background-color: var(--dark);
  color: #777;
}

#scroll-top.show {
  opacity: 1;
  visibility: visible;
}


/********scroll-btn**************/
#scroll-top {
  display: inline-block;
  background-color: var(--dark);
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  visibility: hidden;
  z-index: 1000;
}

#scroll-top::after {
  content: "\f062";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  line-height: 40px;
  color: var(--bg1);
}

#scroll-top:hover {
  cursor: pointer;
  background-color: var(--dark);
  box-shadow: 0px 0px 2px var(--secondary);
  color: var(--bg1);
}

#scroll-top:active {
  background-color: var(--bg2);
  color: var(--light);
}

#scroll-top.show {
  opacity: 1;
  visibility: visible;
}

.fixed-wtsp {
  position: fixed;
  bottom: 20px;
  left: 20px;
  text-align: start;
  z-index: 999;
    transition: all 2s ease-in-out;
    transform: translateX(-500px);
}

#slide.active{
    transform: translateX(0px);
    display: block;
}

.fixed-wtsp a.phone {
  background-color: #2067b5;
  padding: 8px 20px;
  border-radius: 20px 0px 20px 0px;
  color: #fff;
  font-size: 15px;
  transition: 0.2s;
  margin: 1rem 0;
  display: inline-block;
}

.fixed-wtsp a {
  background-color: #075e54;
  padding: 8px 20px;
  border-radius: 20px 0px 20px 0px;
  color: #fff;
  font-size: 15px;
  transition: 0.2s;
  display: block;
}
/*------PRODUCT-PAGE-------*/

/* ---------------- */
.js .slider-single > div:nth-child(1n+2) { display: none }

.js .slider-single.slick-initialized > div:nth-child(1n+2) { display: block }


.slider.slider-nav.slick-initialized.slick-slider{
  padding:0.5rem;
  background-color: var(--light);
}
.gall-img img{
    background-color:var(--bg);
}
.slider-nav .slick-slide { cursor: pointer; }
.slider-nav img{
  padding: 5px;
  width: 100px;
  margin: 1rem;
}
button.slick-prev.slick-arrow.slick-disabled,
button.slick-prev.slick-arrow,
button.slick-next.slick-arrow{
  display: none!important;
}
/* ---------------- */


/*----------------*/


/********** media-queries ************/
@media (max-width:992px) {
  section {
    padding: 60px 0;
    overflow: hidden;
  }

  .th-left-element {
    gap: .25rem;
    flex-direction: column;
  }

  .feature-row {
    background-color: var(--dark);
    color: var(--light);
    margin-top: auto;
    position: relative;
    z-index: 99;
    padding: 30px 10px;
    border-radius: 0;
    display: flex;
    gap: 3rem;
  }

  .px-10 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .title-sec {
    font-family: var(--font1), sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1.3px;
  }

  .sub-title {
    color: var(--dark);
    text-transform: capitalize;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 600;
    margin: 10px 0;
  }

  .heading-sec {
    font-size: 20px;
    text-transform: uppercase;
    font-family: var(--font1), sans-serif;
    line-height: 1.1;
    font-weight: 500;
    padding-bottom: 1rem;
  }

  .content-sec {
    font-size: 15px;
    word-spacing: 1.1px;
    line-height: 1.6;
    font-family: var(--font2);
    font-weight: 400;
    text-align: left;
    padding-bottom: 1rem;
  }

  .btn-sec {
    background: var(--dark);
    border-radius: 5px;
    color: var(--light);
    cursor: pointer;
    line-height: 1;
    margin-bottom: 0;
    text-align: center;
    touch-action: manipulation;
    transition: all 0.3s ease;
    vertical-align: middle;
    white-space: nowrap;
    z-index: 1;
    overflow: hidden;
    padding: 11px 20px !important;
  }

  /*------top-header------*/
  .th-address {
    display: none;
  }

  .top-header {
    display: none;
  }

  .social-icons {

    justify-content: center;
  }

  #my-header {
    padding: 0;
  }


  .header-title span {
    margin-top: 0px;
  }

  /*-----------navbar-sec--------*/
  .c-logo img {
    height: 80px;
  }

  .nav-menu {
    display: none;
  }

  .toggle {
    margin: 10px;
    cursor: pointer;
    height: 30px;
    width: 30px;
  }

  .toggle>* {
    width: 25px;
    height: 3px;
    background-color: #000;
    border-radius: 5px;
    margin: 5px 0;
    transition: all 0.3s ease-in-out;
    display: block;
  }

  .toggle.active .line1 {
    transform: rotate(45deg) translate(3px, 10px);
  }

  .toggle.active .line2 {
    opacity: 0;
  }

  .toggle.active .line3 {
    transform: rotate(-45deg) translate(1px, -8px);
  }

  header {
    position: relative;
    top: 0;
  }

  #my-header .header {
    box-shadow: none;
  }

  .nav-menu {
    position: absolute;
    top: 100%;
    z-index: 999;
    background-color: var(--secondary);
    flex-direction: column;
    width: 100%;
    left: 0;
  }

  .nav-menu>li {
    display: block;
    line-height: 35px;
    background-color: var(--secondary);
  }

  .nav-menu>li>a {
    font-family: var(--font1);
    text-transform: capitalize;
    display: block;
    padding: 14px 30px;
    font-weight: 600;
    border-bottom: 1px solid var(--gray);
    box-shadow: rgba(99, 99, 99, 0.8) 0px 1px 1px 0px;
    color: var(--dark);
  }

  .nav-menu>li>a:hover {
    color: var(--bg1);
  }

  .click-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    display: inline-block;
    color: var(--light);
    background-color: var(--bg1);
    padding: 9px 30px;
    line-height: 25px;
  }

  .drop-content {
    position: absolute;
    top: 20px;
    width: 100%;
    height: 300px;
    display: none;
    background-color: var(--bg1);
    z-index: 999;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    overflow: auto;
  }

  .drop-content li a {
    color: var(--light);
    font-family: var(--font2);
    font-size: 1rem;

  }

  .drp-dwn {
    position: revert;
    width: 100%;
    max-height: 300px;
    overflow: auto;
    background-color: var(--secondary);
  }

  .click_btn {
    right: 10px;
    box-shadow: none;
  }


  .header::after,
  .header::before {
    display: none;
  }

  .enq-btn {
    display: none;
  }

  /*-------about us----- */
  .about-us {
    width: 100%;
    float: none;
    margin-bottom: 3rem;
  }

  .about-img {
    display: block;
    width: 100%;
    margin-right:0;
  }

  .about-us .about-element {
    padding-left: 1.5rem;
  }

  /* ---------- */
  .fetcher-products {
    margin-top: 0
  }

  /*----why-us-------*/
  .why-right-border {
    border: none;
    border-bottom: 1px solid var(--gray);
  }

  /*----counter-------*/
  .counter-box {
    margin: 20px auto;
  }

  .counter-row {
    margin-top: 0;
  }

  /*----testimonial-------*/
  .testi-box {
    margin-top: 60px;
  }

  .testi-title p {
    font-size: 18px;
  }

  .md-ban-img {
    margin-top: 2rem;
  }

  .testi-slider .p-next.slick-arrow {
    right: 0;
  }

  .testi-slider .p-back.slick-arrow {
    left: 0;
  }

  .testi-slider .p-back.slick-arrow,
  .testi-slider .p-next.slick-arrow {
    position: absolute;
    top: 50%;
    background-color: var(--bg1);
    padding: 8px;
    color: var(--light);
    z-index: 9;
    border-radius: 2px;
    font-size: 20px;
  }

  /*----footer-------*/
  .f-items {
    display: flex;
    gap: 1rem;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #cdc2c2;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }

  #scroll-top {
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    bottom: 5vh;
    right: 10px;
    z-index: 1000;
  }

  #scroll-top::after {
    content: "\f077";
    font-size: 1.2rem;
    line-height: 30px;
    color: #fff;
  }

  .fixed-wtsp {
    bottom: 5vh;
    left: 1px;
    z-index: 999;
    transition: all 1s ease;
  }
  .fixed-wtsp span{
    display: none;
}
#slide.active{
    transform: translateX(0px);
    display: block;
}

.fixed-wtsp:hover {
    transform: scale(1.1);
  }
.bread-title{
  display: inline-block;
  padding: 1rem 2rem;
}
.banner-slider .p-back.slick-arrow, .banner-slider .p-next.slick-arrow{
    padding:5px;
    font-size:13px;
}

.banner-slider .p-back.slick-arrow{
    left:0px;
}
.banner-slider .p-next.slick-arrow{
    right:0px;
}
.f-items li a.f-links{
    font-size:14px;
    font-weight:400;
}
ul.f-items li, ul.f-items li a{
    font-size:12px;
}
  /* ------------- */
    .fixed-wtsp span{
        display: none;
    }
    .fixed-wtsp{
        left: 5px;
    }
    .fixed-wtsp a.phone,
    .fixed-wtsp a {
    padding: 6px 10px;
    border-radius: 5px 5px;
    animation: all 0.5s ease-in-out;
    }

.fixed-wtsp a i{
    animation: pop-up 1s ease infinite;
}
@keyframes pop-up {
    0%{
        transform: scale(0.9);
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
    }
    50%{
        transform: scale(1);
        box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
    }
    100%{
        transform: scale(1.1);
        box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
    }
}    



}