@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body, html{
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
}

.z-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.z-center-down {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.container-fluid {
  width: 100%;
}

ul {
  margin: 0;
  padding-left: 0;
}

a {
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

.top-header {
  background-color: #1f1f1f;
}

.top-header 
 ul li a img {
  margin-right: 12px;
}

.top-header  .right-menu li {
  border-right: 1px solid rgb(155, 155, 155);
  margin-right: 15px;
  padding-right: 15px;
}

.top-header  .right-menu li:last-child {
  padding-right: 0 !important;
  margin-right: 0 !important;
  border-right: none !important;
}

.banner {
  position: relative;
}

.z--btn {
  width: 300px;
  padding: 12px 12px;
  background: #00cdcb;
  border: none;
  transition: .30s all ease;
}

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

.banner a {
  color: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  transition: all ease 0.2s;
}

.banner a:hover {
  color: #fff;
}

.banner img {
  width: 100%;
}

.banner .ban-txt {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
  margin: auto;
  display: flex;
  flex-direction: column;
}

.banner .ban-txt h1 {
  font-size: 48px;
  color: #fff;
}

.z-main-banner {
  filter: brightness(0.5);
  max-height: 500px;
  object-fit: cover;
  object-position: top;
}

.banner .ban-txt img {
  width: 30% !important;
  margin-bottom: 30PX;
}

.banner .ban-txt h3 {
  font-size: 32px;
  color: #f2f2f2;
  font-weight: 600;
  text-transform: capitalize;
  max-width: 590px;
  line-height: 40px;
  margin-bottom: 5px !important;
}

.banner .ban-txt h2 {
  font-size: 22x;
  color: #f2f2f2;
  font-weight: 500;
  /* max-width: 400px; */
  line-height: 50px;
  margin-bottom: 15px;
}

.banner .ban-txt h6 {
  font-size: 40px;
  color: #f2f2f2;
  font-weight: 700;
  margin-bottom: 16px;
}

.banner .ban-txt h6 span {
  font-size: 60px;
  /* text-shadow: 2px 0 4px #fff; */
  color: #00cdcb;
  margin: 0 10px;
}

.sec-1 {
  /* padding: 50px 0 0; */
}

.sec-1 .s1-card {
  position: relative;
  overflow: hidden;
}

.sec-1 .s1-card:hover h6 {
  color: #fd9d00 !important;
}

.sec-1 .s1-card img {
  /* width: 100%; */
  height: 100%;
}

.sec-1 .s1-card h6 {
  position: absolute;
  color: #fff;
  font-size: 18px;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.z--sec-1-cc {
  background: #00cdcb;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.z--sec-1-cc h2 {
  font-weight: 700;
}

.z--sec-1-cc h6 {
  font-weight: 400;
  font-size: 25px;
}

.z--sec-1-cc h6 span {
  font-weight: 700;
  font-size: 40px;
}

.z--black-btn {
  background: #000;
  padding: 15px 40px;
  width: fit-content;
  border: none;
  margin: 20px 0;
  transition: .30s all ease;
}

.z--black-btn:hover {
  /* opacity: 0.8; */
  border: none;
  background: rgb(32, 32, 32);
}

.z--black-btn a {

  color: #fff;
}


.s1-card img {
  filter: brightness(0.9);
}

.z-s1-card-hover {
  /* display: none; */
  opacity: 1;
  transition: .50s all ease;
}

.z-s1-card-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #00000096;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 50px;


}

.z-s1-card-hover p {
  color: #f2f2f2;
  text-align: center;
}

.z-s1-card-hover:hover {
  /* display: block; */
  opacity: 1;
}

.s1-card {
  transition: .50s all ease;
}

.s1-card::before {
  content: "";
  background-image: url(../images/z-before.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 77px;
  height: 77px;
  top: 15px;
  left: 15px;
  z-index: 99;
  transform: rotate(270deg);
  transition: .50s all ease;
  opacity: 1;
}

.s1-card::after {
  content: "";
  background-image: url(../images/z-afteer.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 77px;
  height: 77px;
  bottom: 15px;
  right: 15px;
  z-index: 99;
  transform: rotate(270deg);
  transition: .50s all ease;
  opacity: 1;
}

.s1-card:hover::after,
.s1-card:hover::before {
  opacity: 1;
  transition: .50s all ease;
}

.s1-card:hover .z-s1-card-hover {
  opacity: 1;
}

.sec-title h2 {
  font-size: 30px;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}

.sec-title p {
  font-size: 17px;
  color: #5d5d5d;
  margin-bottom: 50px;
}

.sec-2 {
  padding: 70px 0;
}

.sec-2 .sec-title h2 {
  margin-bottom: 10px !important;
}

.sec-2 .container-fluid {
  max-width: 90%;
}

.sec-2 .item {
  transition: all ease 0.5s;
}

.sec-2 .item:hover {
  transition: all ease 0.5s;
}

.sec-2 .item:hover .place-txt {
  opacity: 1;
}

.sec-2 .item:hover .place-img {
  box-shadow: 0px 0px 17px -3px rgba(1, 9, 87, 0.75);
}

.sec-2 .place-img {
  position: relative;
  transition: all ease 0.5s;
  border-radius: 16px;
}

.sec-2 .item img {
  transition: all 0.7s ease-in-out;
}

.sec-2 .item:hover img {
  scale: 1.2;
  filter: brightness(0.8);
  transition: all 0.7s ease-in-out;
}

.sec-2 .place-txt {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: absolute;
  /* bottom: -500px; */
  left: 0;
  right: 0;
  transition: all ease 1s;
  height: 60%;
  width: 100%;
  padding: 10px 20px;
  border-radius: 0 0 16px 16px;
  opacity: 1;
  bottom: 0px;
}
.sec-2 .place-txt h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 2px;
}

.sec-2 .place-txt ul li {
  list-style-type: none;
  /*font-size: 10px;*/
  margin-bottom: 4px;
}

.sec-2 .place-txt ul li:last-child {
  margin-bottom: 0 !important;
}

.sec-2 .place-txt ul li a {
  color: #fff;
  font-size: 14px;
}

.sec-2 .place-txt ul li i {
  color: #fff;
  font-size: 12px;
  margin-right: 6px;
}

.sec-3 {
  padding: 0 0 70px;
  position: relative;
}

.sec-3 .owl-carousel .owl-dots.disabled,
.sec-3 .owl-carousel .owl-nav.disabled {
  display: block !important;
}

.sec-3 .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 0px;
  bottom: 0;
  margin: auto;
  left: -64px;
}

.sec-3 .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 0px;
  bottom: 0;
  margin: auto;
  right: -64px;
}

.sec-3 .sec-title h2 {
  margin-bottom: 10px !important;
}

.sec-4 {
  padding: 60px 0;
  background-color: #f2f2f2;
  margin-bottom: 60px;
}

.sec-4 .fac-card {
  background-color: #2e2e2e;
  position: relative;
  overflow: hidden;
  border-radius: 13px;
  box-shadow: 0px 0px 20px -8px #000;
}

.sec-4 .fac-card:hover img {
  transform: scale(1.1);
}

.sec-4 .fac-card h4 {
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  padding: 10px 0px 10px;
  color: #fff;
  margin: 0;
  background: #00cdcb;
}

.sec-4 img {
  width: 100%;
  transform: scale(1);
  transition: all ease 0.3s;
}


.sec-5 ul li .s-txt h5 {
  text-align: center;
  margin: 0 auto 8px;
  font-size: 20px;
}

.sec-5 .sec-6 {
  padding: 70px 0 40px;
  margin-bottom: 70px;
  background-color: #f2f2f0;
}

.sec-5 .sec-6 .row:last-child {
  margin-top: 70px;
}

.sec-5 .sec-6 .process {
  display: flex;
  margin-bottom: 30px;
}

.sec-5 .sec-6 .process h2 {
  color: #e7b393;
  font-size: 35px;
  font-weight: bold;
}

.sec-5 .sec-6 .process h5 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.sec-5 .sec-6 .process p {
  font-size: 16px;
  color: #4e4e4e;
  max-width: 160px;
}

.sec-5 .sec-7 {
  margin: 20px 0 70px;
}

.sec-5 .sec-7 .row {
  margin-bottom: 40px;
}

.sec-5 .sec-7 .col-lg-2 {
  margin-bottom: 30px;
}

.sec-5 .sec-7 .container-fluid {
  max-width: 90%;
}

.sec-5 .sec-7 .col-lg-2 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.sec-5 .sec-7 img {
  width: 100%;
}

.sec-5 .sec-7 .round-img {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

.sec-5 .sec-7 .round-img:hover .r-txt {
  opacity: 1;
}

.sec-5 .sec-7 .round-img .r-txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  transition: opacity 1000ms;
}

.sec-5 .sec-7 .round-img .r-txt h6 {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin-top: 8px;
}

.sec-5 .sec-7 .round-img .r-txt img {
  text-align: center;
  width: unset !important;
}

.sec-5 .sec-7 .round-img .r-txt i {
  color: #000;
  background-color: #e7b393;
  width: 30px;
  height: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.sec-5 .sec-8 {
  padding-bottom: 70px;
}

.sec-5 .sec-8 .sec-title h2 {
  margin-bottom: 20px;
}

.sec-5 .sec-8 .tabs {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.sec-5 .sec-8 .tabs-nav {
  display: flex;
  margin: 0 auto 20px;
}

.sec-5 .sec-8 .tabs-nav li {
  list-style-type: none;
  padding: 0 20px;
  font-size: 17px;
}

.sec-5 .sec-8 .tabs-nav li:first-child a {
  border-right: 0;
  border-top-left-radius: 6px;
}

.sec-5 .sec-8 .tabs-nav li:last-child a {
  border-top-right-radius: 6px;
}

.sec-5 .sec-8 .tabs-nav li a {
  color: rgb(121, 121, 121);
  display: block;
  font-weight: 600;
  font-size: 17px;
  padding: 6px 0;
  text-align: center;
  text-decoration: none;
}

.sec-5 .sec-8 .tabs-nav li a:hover {
  color: #000;
}

.sec-5 .sec-8 .tabs-nav .tab-active a {
  color: #000;
  cursor: default;
  border-bottom: 2px solid #e7b393;
}

.sec-5 .sec-8 .tabs-stage {
  border-radius: 0 0 6px 6px;
  border-top: 0;
  clear: both;
  padding: 24px 30px;
  position: relative;
  top: -1px;
}

.sec-5 .sec-8 .tabs-stage h6 {
  color: #b27954;
  margin: 34px 0 10px;
}

.sec-5 .sec-8 .tabs-stage p {
  font-size: 15px;
  max-width: 780px;
  margin: 0 auto;
}

.sec-5 .sec-8 img {
  width: 100%;
}

.sec-5 .sec-8 .vido-btn {
  position: relative;
}

.sec-5 .sec-8 .vido-btn span {
  position: absolute;
  top: -50px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.62);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.sec-5 .sec-8 .vido-btn span:hover {
  transition: all ease 0.5s;
}

.sec-5 .sec-8 .vido-btn span:hover i {
  color: rgb(255, 0, 0);
}

.sec-5 .sec-8 .vido-btn span i {
  font-size: 24px;
  color: #000;
  margin: 4px 0 0 6px;
  transition: all ease 0.5s;
}

.manufac {
  margin-bottom: 60px;
}

.manufac .container {
  max-width: 1280px !important;
  width: 100%;
}

.manufac ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.manufac ul:last-child {
  justify-content: center;
}

.manufac ul:last-child li {
  width: 27%;
}

.manufac ul:last-child li:last-child {
  width: unset !important;
}

.manufac ul:last-child li::after {
  content: "";
  background-image: url("../images/r-arrow.png");
  top: 0;
  bottom: -7px;
  right: 17px;
  position: absolute;
  z-index: 99;
  width: 23px;
  height: 12px;
  margin: auto;
}

.manufac ul li {
  list-style-type: none;
  position: relative;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.manufac ul li .m-des {
  border: 1px dashed #656565;
  padding: 10px 10px 10px 30px;
  margin-left: -31px;
  border-left: none;
}

.manufac ul li:hover img {
  transform: rotate(45deg);
}

.manufac ul li:last-child::after {
  display: none;
}

.manufac ul li::after {
  content: "";
  background-image: url("../images/r-arrow.png");
  top: 0;
  bottom: -7px;
  right: -23px;
  position: absolute;
  z-index: 99;
  width: 23px;
  height: 12px;
  margin: auto;
}

.manufac ul li h6 {
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  text-transform: capitalize;
  color: #2E2E2E;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.manufac ul li p {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-transform: capitalize;
  color: #000000;
  max-width: 170px;
  margin-bottom: 0;
}

.manufac ul li img {
  transform: rotate(0);
  transition: all ease 5s;
}

.home-section8 {
  padding: 60px 0 30px;
  background: #0d0b0b;
  /* margin-bottom: 70px; */
}

.home-section8 .sec8-card {
  padding: 38px 50px;
  background: #fff;
  text-align: center;
  margin-bottom: 26px;
  transition: all ease 0.3s 0s;
  border-radius: 50%;
  width: 250px;
  height: 250px;
}

.home-section8 .sec8-card:hover{ background: #aa3700;}

.home-section8 .sec8-card:hover h4{ color: #fff;}

.home-section8 .sec8-card:hover .image {
  background-color: #fff;
}

.home-section8 .sec8-card .image {
  background: #d1fdff;
  border-radius: 50%;
  height: 90px;
  width: 90px;
  margin: auto;
  display: flex;
  align-items: center;
  transition: all ease 0.3s 0s;
  justify-content: center;
}

.home-section8 .sec8-card .image img {
  transition: all ease 0.3s 0s;
  margin: auto;
  padding: 18px;
  width: 100%;
  filter: brightness(0) saturate(100%);
}

.home-section8 .sec8-card h6 {
  font-size: 14px;
  text-transform: uppercase;
  color: #938989;
  letter-spacing: 2px;
  margin: 24px 0 10px;
}

.home-section8 .sec8-card h6 {
  color: #fff;
}

.home-section8 .sec8-card h4 {
  color: #FF864B;
}

.home-section8 .sec8-card h4 {
  font-size: 20px;
  font-weight: 500;
}

.home-section8 .sec8-card {
  background: #005657;
  transition: all ease 0.3s 0s;
}

.sec-9 {
  padding: 0px 0 70px;
}

.sec-10 {
  background-color: #dbdbdb;
  margin-bottom: 60px;
}

.sec-10 .owl-carousel {
  overflow: hidden;
}

.sec-10 .owl-carousel img {
  width: unset !important;
  margin: auto;
  /* min-height: 250px; */
}



.prdcatdescrip {
  padding-bottom: 80px;
}

.sec-3 .owl-carousel img {
  /* border-radius: 500px; */
}

.sec-3 .owl-carousel h5 {
  color: #2b2b2b;
  text-align: center;
  margin: 11px 0 0;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
}

.sec-11 {
  padding: 60px 0;
}

.sec-11 h4 {
  text-transform: uppercase;
  margin-bottom: 40px;
}

.sec-11 p {
  color: #696969;
}

.sec-11 .get-in-touch {
  box-shadow: rgba(0, 0, 0, 0.21) 0px 8px 24px;
  padding: 60px 30px;
}

.sec-11 .list-sec {
  position: relative;
}

.sec-11 .list-sec::after {
  content: "";
  position: absolute;
  right: 50px;
  top: 0;
  bottom: 0;
  width: 2px;
  height: 98%;
  display: flex;
  align-items: center;
  background-color: #dfdfdf;
}

.sec-11 .list-sec h5 {
  margin-bottom: 32px;
}

.sec-11 .list-sec p {
  margin-bottom: 0;
}

.sec-11 .list-sec ul li {
  list-style: none;
  margin-bottom: 16px;
}

.sec-11 .list-sec ul li a {
  color: #444444;
}

.sec-11 .form-sec h4 {
  margin-bottom: 26px;
}

.sec-11 .form-sec form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sec-11 .form-sec form input {
  width: 100%;
  margin-bottom: 28px;
  padding: 12px;
  height: 47px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.sec-11 .form-sec form input::-moz-placeholder {
  color: #b8b8b8;
}

.sec-11 .form-sec form input:-ms-input-placeholder {
  color: #b8b8b8;
}

.sec-11 .form-sec form input::placeholder {
  color: #b8b8b8;
}

.sec-11 .form-sec form input:focus {
  border: none;
  outline: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.sec-11 .form-sec form input[type=submit] {
  width: auto;
  margin-top: 20px;
  padding: 16px 22px;
  display: inline-block;
  line-height: 0;
  border: none;
  background: #2e2e2e;
  color: #fff;
  text-transform: uppercase;
}

.sec-11 .form-sec form textarea {
  padding: 6px 12px;
  width: 100%;
  height: 47px;
  border: none;
  resize: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.sec-11 .form-sec form textarea:focus {
  border: none;
  outline: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.sec-11 .form-sec form textarea::-moz-placeholder {
  color: #b8b8b8;
}

.sec-11 .form-sec form textarea:-ms-input-placeholder {
  color: #b8b8b8;
}

.sec-11 .form-sec form textarea::placeholder {
  color: #b8b8b8;
}

footer {
  background-color: #0b0b0b;
  padding: 40px 0 20px;
}

footer h4 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 16px !important;
  font-weight: 600;
  text-transform: uppercase;
}

footer ul li {
  list-style-type: none;
  font-weight: 300;
  margin: 6px 0;
}

footer ul li a {
  color: rgb(213, 213, 213);
  font-size: 16px;
}

footer ul li a i {
  margin-right: 10px;
}

footer ul.soc {
  display: flex !important;
  flex-wrap: wrap;
  padding-right: 0px;
}

footer ul.soc li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

footer ul.soc li:hover a {
  background-color: rgb(228, 228, 228);
}

footer ul.soc li:hover a i {
  color: #000;
}

footer ul.soc li a {
  width: 40px;
  height: 40px;
  background-color: #575757;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer ul.soc li a i {
  margin-right: 0 !important;
}

footer form input,
footer form select {
  width: 100%;
  height: 50px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #828282;
  color: #828282;
  font-size: 14px;
}

footer form textarea {
  width: 100%;
  height: 90px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #828282;
  color: #828282;
  font-size: 14px;
  margin-top: 20px;
  resize: none;
}

footer form input[type=submit] {
  width: 120px;
  height: 40px;
  border: #828282 1px solid;
  background-color: #828282;
  color: #fff;
  margin-top: 0;
}

footer .f-btn {
  width: 100%;
  height: 29px;
  border: #828282 1px solid;
  background-color: #828282;
  color: #fff;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  text-transform: uppercase;
  transition: .30s all ease;
}

footer .f-btn:hover {
  opacity: 0.8;
}

footer .b-f {
  margin-top: 20px;
  color: #828282;
}

footer .b-f h6 {
  font-size: 12px;
  font-weight: 500;
}

footer .b-f a {
  color: #fff;
}

.inner-ban {
  position: relative;
}

.inner-ban img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  object-position: top;
}

.inner-ban .inner-ban-txt {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 9%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.inner-ban .inner-ban-txt h1 {
  font-size: 50px;
  text-transform: capitalize;
  color: #FFF;
}

.inner-ban .inner-ban-txt h1.p-h {
  color: #000;
}

.inner-ban .inner-ban-txt h3 {
  font-size: 17px;
  color: #000;
}

.inner-ban .inner-ban-txt h3 a {
  color: #000;
  font-weight: 300;
  transition: all ease 0.2s;
}

.inner-ban .inner-ban-txt h3 a:hover {
  color: #2f9fa2;
}

.dec-margin {
  padding: 0 0 70px !important;
}

.b-sec {
  padding: 85px 0;
}

.b-sec .row .blog-sidebar {
  background-color: #f4f4f4;
  padding: 28px 24px;
  max-height: 930px;
}

.b-sec .blog-card:not(:first-child) {
  margin-top: 82px;
}

.b-sec .blog-card h4 {
  margin-top: 27px;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  border-left: 4px solid #e7b393;
  padding-left: 16px;
  font-weight: 900;
  line-height: 24px;
  color: #000;
}

.b-sec .blog-card h6 {
  padding: 0 16px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  line-height: 24px;
}

.b-sec .blog-card ul {
  margin: 26px 0;
  display: flex;
  align-items: center;
  padding-left: 18px;
}

.b-sec .blog-card ul li {
  margin-right: 20px;
}

.b-sec .blog-card p {
  color: #666666;
  font-family: "Roboto", sans-serif;
  padding: 0 16px;
  margin: 12px 0 30px;
}

.b-sec .blog-card .quote {
  display: flex;
  align-items: center;
  margin-left: 28px;
  margin-bottom: 50px;
}

.b-sec .pagination {
  margin-top: 70px;
}

.b-sec .pagination ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  list-style: none;
  flex-wrap: wrap;
  align-items: center;
}

.b-sec .pagination ul li {
  margin-left: 10px;
  margin-right: 0;
}

.b-sec .pagination ul li .current {
  display: inline-block;
  padding: 10px 16px;
  background: #000;
  color: #fff;
  border-radius: 0 !important;
  font-size: 14px;
}

.b-sec .pagination ul li a {
  display: inline-block;
  padding: 10px 16px;
  background: #b6b6b6;
  color: #fff;
  border-radius: 0 !important;
  margin-left: 11px !important;
}

.b-sec .pagination ul .active a {
  background: #e7b493;
}

.b-sec .b-right {
  border-bottom: 1px solid #acacac;
  padding-bottom: 36px;
}

.b-sec .b-right:first-child {
  border: none;
  padding-bottom: 0 !important;
}

.b-sec .b-right:last-child {
  border: none !important;
  padding-bottom: 0;
}

.b-sec .b-right form {
  position: relative;
}

.b-sec .b-right form input[type=search] {
  border: #3e3e3e 1px solid;
  width: 100%;
  height: 42px;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  background: transparent;
  margin-bottom: 24px !important;
  padding-left: 16px;
}

.b-sec .b-right form input[type=search]:focus {
  outline: none;
}

.b-sec .b-right h5 {
  color: #000;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  margin: 30px 0 24px;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
}

.b-sec .b-right h5::after {
  content: "";
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 0;
  margin: auto 0;
}

.b-sec .b-right p {
  font-size: 15px;
  color: #000;
  font-family: "Roboto", sans-serif;
  max-width: 270px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 0 !important;
}

.b-sec .b-right .post {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.b-sec .b-right .post:last-child {
  margin-bottom: 0;
}

.b-sec .b-right .post .p-txt {
  margin-left: 20px;
}

.b-sec .b-right .post .p-txt h6 {
  font-size: 14px;
  color: #000;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}

.b-sec .b-right .post .p-txt h6 a {
  color: #000;
}

.b-sec .b-right .post .p-txt p {
  margin: 0 !important;
  padding: 0;
  color: #636262;
}

.b-sec .b-right ul li {
  list-style-type: none;
  font-family: "Roboto", sans-serif;
  margin-bottom: 30px;
}

.b-sec .b-right ul li i {
  font-size: 14px;
  margin-right: 12px;
}

.b-sec .b-right ul li a {
  font-size: 16px;
  color: #5f5f5f;
}

.product {
  padding: 20px 0 70px 0;
  position: relative;
}

.product .row {
  margin-top: 40px;
}

.product h5 {
  font-size: 16px;
  text-transform: capitalize;
  color: #5f5f5f;
  margin-top: 20px;
}

.product p {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.product h6 {
  color: #000;
  font-size: 15px;
}

.product h6 del {
  font-size: 14px;
  color: #7f7f7f;
  margin-right: 2px;
}

.product h6 span {
  color: #5f5f5f;
}

.product .col-lg-3 {
  margin-bottom: 40px;
}

.product a {
  color: #e7b393;
  font-weight: 400;
  font-size: 16px;
}

.product a i {
  margin-left: 5px;
}

.product .owl-dots {
  position: absolute;
  top: -40px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 14px 0;
  margin-bottom: 220px;
  max-width: 100%;
}

.product .owl-dots .owl-dot {
  margin: 0 10px;
}

.product .owl-dots .owl-dot button {
  border-radius: 6px;
  border: none;
  width: 140px;
  height: 40px;
  font-size: 16px;
  font-weight: 500;
  background-color: #f0f0f0;
}

.product .owl-dots .active button {
  background-color: #e7b393;
  color: #fff;
}

.product-details-section1 {
  margin: 90px 0 0;
}

.product-details-section1 .main {
  width: 100%;
  height: 456px;
  margin-bottom: 18px;
}

.product-details-section1 .row div:first-child ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
}

.product-details-section1 .row div:first-child ul li {
  cursor: pointer;
}

.product-details-section1 .row div:first-child ul img {
  height: 60px;
  width: 60px;
}

.product-details-section1 .row div:nth-child(2) .green {
  background: #739152 !important;
}

.product-details-section1 .row div:nth-child(2) .skyblue {
  background: #83a7c5 !important;
}

.product-details-section1 .row div:nth-child(2) .white {
  background: #fff !important;
}

.product-details-section1 .row div:nth-child(2) p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #535353;
}

.product-details-section1 .row div:nth-child(2) ul {
  display: flex;
  align-items: center;
  list-style: none;
}

.product-details-section1 .row div:nth-child(2) ul>li {
  margin-right: 18px;
}

.product-details-section1 .row div:nth-child(2) ul>li select {
  padding: 10px;
}

.product-details-section1 .row div:nth-child(2) ul ul.colors li {
  height: 40px;
  background: #000;
  width: 40px;
  cursor: pointer;
  border: 1px solid #d6d6d6;
}

.product-details-section1 .row div:nth-child(2) h6 {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.product-details-section1 .row div:nth-child(2) h4 {
  font-size: 22px;
  font-weight: bold;
  color: #000;
}

.product-details-section1 .row div:nth-child(2) h5 {
  color: #000;
  font-weight: 400;
  font-size: 16px;
}

.product-details-section1 .row div:nth-child(2) h5 span {
  color: #686767;
  font-weight: 400;
  font-size: 16px;
}

.product-details-section1 .row div:nth-child(2) h3 {
  font-size: 19px;
  margin-top: 60px;
}

.product-details-section1 .row div:nth-child(2) a {
  padding: 11px 34px;
  background: #e7b393;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  border-radius: 26px;
  margin: 36px 0;
}

.product-details-section1 .row div:nth-child(2) form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product-details-section1 .row div:nth-child(2) form select {
  color: #7f7f7f;
  cursor: pointer;
}

.product-details-section1 .row div:nth-child(2) form input,
.product-details-section1 .row div:nth-child(2) form select {
  width: 48%;
  border: none;
  border-bottom: 1px solid rgba(12, 29, 85, 0.5);
  padding: 12px;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.product-details-section1 .row div:nth-child(2) form input::-moz-placeholder,
.product-details-section1 .row div:nth-child(2) form select::-moz-placeholder {
  text-transform: capitalize;
  color: #7f7f7f;
}

.product-details-section1 .row div:nth-child(2) form input:-ms-input-placeholder,
.product-details-section1 .row div:nth-child(2) form select:-ms-input-placeholder {
  text-transform: capitalize;
  color: #7f7f7f;
}

.product-details-section1 .row div:nth-child(2) form input::placeholder,
.product-details-section1 .row div:nth-child(2) form select::placeholder {
  text-transform: capitalize;
  color: #7f7f7f;
}

.product-details-section1 .row div:nth-child(2) form input:focus,
.product-details-section1 .row div:nth-child(2) form select:focus {
  border: none;
  border-bottom: 1px solid rgba(12, 29, 85, 0.5);
  outline: none;
}

.product-details-section1 .row div:nth-child(2) form textarea {
  width: 100%;
  height: 100px;
  resize: none;
  padding: 12px;
  border: none;
  border-bottom: 1px solid rgba(12, 29, 85, 0.5);
  margin-bottom: 30px;
}

.product-details-section1 .row div:nth-child(2) form textarea::-moz-placeholder {
  text-transform: capitalize;
  color: #7f7f7f;
}

.product-details-section1 .row div:nth-child(2) form textarea:-ms-input-placeholder {
  text-transform: capitalize;
  color: #7f7f7f;
}

.product-details-section1 .row div:nth-child(2) form textarea::placeholder {
  text-transform: capitalize;
  color: #7f7f7f;
}

.product-details-section1 .row div:nth-child(2) form textarea:focus {
  border: none;
  border-bottom: 1px solid rgba(12, 29, 85, 0.5);
  outline: none;
}

.product-details-section1 .row div:nth-child(2) form input[type=submit] {
  background: #e7b393;
  color: #fff;
  padding: 10px 34px;
  border: none;
  font-size: 14px;
  border-radius: 30px;
  width: auto;
  display: inline-block;
  text-transform: uppercase;
}

.home-section5 {
  padding: 60px 0;
}

.home-section5 .f-card {
  text-align: center;
}

.home-section5 .f-card img {
  transform: scale(1);
  transition: all ease 0.3s 0s;
}

.home-section5 .f-card:hover img {
  transform: scale(1.08);
  transition: all ease 0.3s 0s;
}

.home-section5 .f-card img {
  width: 100%;
}

.home-section5 .f-card a {
  font-size: 17px;
  font-weight: bold;
  color: #000;
  text-align: center;
  display: inline-block;
  margin: 16px 0;
  text-transform: capitalize;
}

.home-section5 h4 {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  margin-bottom: 40px;
}


.sec-12 h6 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

/*# sourceMappingURL=style.css.map */



section.body-cont4 .col-lg-3 {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.body-cont4 .img-wrap {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 130px;
  text-align: center;
  transform: rotateY(0deg);
  transition: .7s all ease;

}

.body-cont4 .img-wrap:hover {
  transform: rotateY(180deg);
}

.body-cont4 .col-lg-3::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 60px;
  height: 37px;
  width: 27%;
  background: url(../images/custom-sportswear.svg);
  background-repeat: no-repeat;
  background-position: right;
}

.body-cont4 .img-wrap {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 130px;
  text-align: center;
}

.body-cont4 .img-wrap img.img1 {
  position: absolute;
  -webkit-clip-path: polygon(50% 1%, 100% 20%, 100% 80%, 50% 100%, 0 80%, 0 20%);
  clip-path: polygon(50% 1%, 100% 20%, 100% 80%, 50% 100%, 0 80%, 0 20%);
  left: 0;
  right: 0;
  margin: auto;
  top: 10px;
}

section.body-cont4 .decp {
  position: relative;
  max-width: 79%;
  margin-left: auto;
  border-left: 2px dashed #194641;
  padding-left: 19px;
}

.z--manufacture {
  margin-top: 80px;
}

.body-cont4 .decp h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 7px;
  text-transform: uppercase;
  /*font-family: "Myriad Pro Bold";*/
}

.body-cont4 .decp p {
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  text-transform: capitalize;
  color: #000000;
  margin: 0;
}

section.body-cont4 .decp:after {
  content: '';
  width: 16px;
  height: 16px;
  background: #003a99;
  position: absolute;
  left: -10px;
  bottom: 0;
  border-radius: 60%;
  box-shadow: 0 0 0 5px rgb(25 70 65 / 30%);
}

.body-cont4 {
  position: relative;
  padding: 60px 0;
  background: #f3f3f3;
  margin-bottom: 50px;
}


.body-cont4 .col-lg-3::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 60px;
  height: 37px;
  width: 27%;
  background: url(../images/custom-sportswear.svg);
  background-repeat: no-repeat;
  background-position: right;
}

.body-cont4 .sec1::before {
  transform: rotate(180deg);
}

.contentArea {
  padding-top: 59px;
}

.contentArea h4 {
  font-size: 17px;
}

.sustain {
  background-color: rgba(0, 0, 0, 0.399);
  padding: 50px 0;
  position: relative;
  margin-bottom: 60px;
  background-image: url(../images/Layer12.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.sustain img {
  width: 100%;
}

.sustain ul li h4 {
  /* font: 500 50px; */
  font-size: 30px;
  font-weight: 700;
  margin: 20px 0;
  color: #00cdcb;
}

.sustain ul li img {
  width: unset !important;
  min-height: unset !important;
  transform: rotate(0deg);
  transition: 1s all ease;
}

.sustain ul li img:hover {

  transform: rotate(280deg);
}

.z--hr {
  height: 300px !important;
  border: 1px solid #00cdcb;
  margin: 0 10px;
}

.sustain ul li {
  color: #fff;
  list-style-type: none;
  text-align: center;
}

.sustain ul li p {
  max-width: 200px;
  margin: 0 auto;
  font-size: 15px;
}

.sustain ul li h6 {
  margin: 0 auto;
  font-size: 18px;
}

.sustain ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.sustain ul li:nth-of-type(odd) {
  margin-top: -100px;
}

.sustain ul li:nth-of-type(even) {
  margin-top: 100px;
}

.sustain ul li:nth-child(even) {
  margin-top: 190px;
  padding-right: 10px;
}

.sustain .sec-title h2 {
  color: #fff;
  text-align: center;
}

/*----Contact Page Start-------*/
.contact-page h2 {
  padding-bottom: 30px;
}

.contact-page h4 {
  padding-top: 50px;
}

.z-newsletter-cc {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;


}

.z-newsletter-cc input {
  padding: 10px;
  background: #888888;
  border: none;
  outline: none;
  color: #fff;

}

.z-newsletter-cc input::placeholder {
  color: #fff;

}

.z--text-input {
  width: 40%;
  padding-left: 50px !important;

}

.z--submit {
  background: #00cdcb !important;
  width: 200px;
}

.z-contact-cc {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 13%;
  height: 100%;
  color: #fff;
  gap: 20px;
}

.z-contact-cc h2 {
  font-size: 50px;
  color: #00cdcb;
  font-weight: 600;
}

.z-contact-cc h6 {
  font-weight: 400;

}

.z-contact-cc .z--btn {
  color: #fff !important;

}

.z-contact-cc .z--btn a {
  color: unset !important;
  font-size: 16px;
  font-weight: 600;

}

input[type="submit"] {
  transition: .30s all ease;

}

input[type="submit"]:hover {
  opacity: 0.8;

}





.office_address .card-header h5 {
  margin-bottom: 0;
}

.office_address .card-header {
  background-color: #2e2e2e;
  color: #fff;
}

/*----Blog Style Start-------*/
.bpostimg {
  max-width: 110px;
  width: 100%;
}

.bpostimg img {
  width: 100%;
  height: auto;
}

.blog-sidebar .wpcf7-form {
  margin-bottom: 20px;
}

.widget_tag_cloud a {
  font-size: 16px !important;
}

p.wp-block-tag-cloud {
  max-width: 100% !important;
}

/*----Footer Form-------*/
footer form input,
footer form select {
  width: 100%;
  height: 50px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #828282;
  color: #828282;
  font-size: 14px;
}

footer form textarea {
  width: 100%;
  height: 90px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #828282;
  color: #828282;
  font-size: 14px;
  margin-top: 20px;
  resize: none;
}

footer form input[type="submit"] {
  width: 120px;
  height: 47px;
  border: #828282 1px solid;
  background-color: #2e2e2e;
  color: #fff;
  margin-top: 40px;
}

footer .wpcf7-select {
  border-bottom: 1px solid #828282;
  font-size: 12px;
}

/*----Contact From 7 Start-------*/
.wpcf7-select {
  width: 100%;
  height: 47px;
  background: transparent;
  border: none;
  padding: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: #828282;
  font-size: 14px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form select,
.blog-sidebar select {
  width: 100%;
  margin-bottom: 28px;
  padding: 12px;
  height: 47px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background: transparent;
}

.page-template-page-about .wpcf7-form input[type="submit"],
.page-template input[type="submit"],
.page-template-template-faq input[type="submit"],
.page-template-template-location input[type="submit"],
.post-template-default input[type="submit"] {
  width: auto;
  margin-top: 20px;
  padding: 16px 22px;
  display: inline-block;
  height: 47px;
  line-height: 0;
  border: none;
  background: #2e2e2e;
  color: #fff;
  text-transform: uppercase;
  border: #828282 1px solid;
}

.wpcf7-form textarea {
  padding: 6px 12px;
  width: 100%;
  height: 47px;
  border: none;
  resize: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background: transparent;
}

.wpcf7-select {
  width: 100%;
  height: 47px;
  background: transparent;
  border: none;
  padding: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: #828282;
  font-size: inherit;
}

footer .wpcf7-select {
  border-bottom: 1px solid #828282;
}

footer .wpcf7-form input[type="text"],
footer .wpcf7-form input[type="email"],
footer .wpcf7-form input[type="tel"],
footer .wpcf7-form textarea {
  border-bottom: 1px solid #828282;
}

.slimbanner {
  background: #ccc;
  padding: 80px 0;
  overflow: hidden;
}

.product-sidebar h3 {
  font-size: 20px;
  text-transform: uppercase;
}

.shopsidebar {
  padding: 20px 15px;
  border: 1px solid #e6e6e6;
}

.shopsidebar ul li {
  list-style-type: none;
  padding: 11px 0;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  border-bottom: 1px dashed #cdcdcd;
}

.shopsidebar ul li:last-child {
  border: none;
}

.shopsidebar .widget {
  list-style-type: none;
}

.shopsidebar ul li a {
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #2e2e2e;
  margin-right: 10px;
}

.shopsidebarmobile {
  display: none;
  list-style: none;
}

.shopsidebarmobile .pcd-submit {
  display: none !important;
}

.pcd-selector-box select.pcd-select {
  text-indent: 0px;
  height: 47px;
  border: 1px solid #ccc;
  background: none;
}

.pcd-selector-box select.pcd-select {
  width: 100%;
  margin: 0 0 8px 0;
  color: #575757;
  font-size: 16px;
}

.bulk-toys-section1 .f-card {
  padding: 20px;
  border: 1px solid #e6e6e6;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 36px;
}

.bulk-toys-section1 .f-card a {
  font-size: 14px;
  color: #2e2e2e;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  margin: 16px 0;
}

/*----Location Page Start----------*/
.location-page-banner {
  position: relative;
}

.location-page-banner .wpcf7-form {
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
}

.location-page-banner .ban-txt-loc {
  position: absolute;
  top: 20px;
  width: 100%;
}

.location-page-banner input[type="email"],
.location-page-banner input[type="text"],
.location-page-banner select,
.location-page-banner input[type="tel"],
.location-page-banner textarea {
  margin-bottom: 16px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.location-page-banner input[type="submit"] {
  margin-top: 0;
}

.location_inner_content .country-overlay {
  position: relative;
  margin-bottom: 30px;
}

.location_inner_content .country-overlay h2 {
  position: absolute;
  top: 0;
  color: #fff !important;
  background: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 10px solid rgba(255, 255, 255, .3);
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
}

.location_inner_content .country-overlay img {
  max-width: 100%;
}

.location-page-banner img {
  width: 100%;
}

/*----Owl Carousel Product-------*/
.owl-carousel .item h4 a {
  color: #000;
  font-size: 14px !important;
}

.view-all-link {
  padding: 10px 20px;
  border: 1px solid #000;
  color: #000;
  margin-top: 20px;
  text-transform: uppercase;
}

.view-all-link:hover {
  color: #fff;
  background: #2e2e2e;
}

.owl-carousel .p_title {
  margin-top: 20px;
  text-align: center;
}

/* ---------------- Menu Bar Sticky----------------------- */
.menu-header.detached {
  position: fixed;
  top: 0;
  transition: .5s;
  width: 100%;
  z-index: 999;
}

.menu-header.invisible {
  -webkit-transform: translate(0, -64px);
  -moz-transform: translate(0, -64px);
  -o-transform: translate(0, -64px);
  transform: translate(0, -64px);
  -webkit-transition: -webkit-transform .5s;
  -moz-transition: -moz-transform .5s;
  -o-transition: -o-transform .5s;
  transition: .5s;
  opacity: 0;
}

/*----Media Query Start-------*/
@media (max-width: 767px) {
  .shopsidebarmobile {
    display: block !important;
  }

  .bulk-toys-section1 .shopsidebar {
    display: none !important;
  }
}


/* other css */

.b-sec .blog-card h1 {
  /* font-size: 24px !important; */
}

/* ----------- Single Product----------------------- */
.woocommerce-page div.product div.images {
  width: 100% !important;
}

.wpgs-for .slick-arrow {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  top: 90% !important;
  margin-top: -15px;
  right: 42px;
}

.flaticon-right-arrow {
  right: 8px !important;
}

.wpgs-nav .slick-slide {
  padding: 5px;
  border: 1px solid #ccc !important;
}

.wpgs-nav .slick-current {
  border-color: #e7b393 !important;
}

.wrps_related_products_area .owl-theme .owl-dots {
  display: none;
}

.sngprdsec .wpcf7-submit {
  border: 1px solid #ccc;
  padding: 10px 35px;
  margin-top: 25px;
}

.shopsidebar {
  position: sticky !important;
  top: 100px !important;
  padding: 20px 15px;
  border: 1px solid #e6e6e6;
}

.prddetails {
  padding: 60px 0;
}

.shopsidebar h3 {
  font-size: 24px;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  color: #3c5f5f;
}

.b-sec .comments form {
  display: flex;
  flex-wrap: wrap;
}

/* Blog Single */
.tag-cat textarea {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  border: solid 1px #ccc;
  resize: none;
  height: 80px;
}

.tag-cat p {
  color: #111;
}

.tag-cat input {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  border: solid 1px #ccc;
}

.tag-cat p label {
  font-weight: 600;
  font-size: 14px;
}

.tag-cat input[type="checkbox"] {
  width: auto;
}

.blogsingle .blog-card .featured img {
  width: 100%;
}

.b-right .widget select {
  width: 100%;
  height: 50px;
  text-indent: 10px;
}

.blogsingle .blog-card h2 {
  color: #000;
  font-size: 18px;
  line-height: 30px;
  padding: 0 15px 5px 0;
  text-align: left;
  clear: both;
  margin-top: 0;
}

.tagclass h3 {
  margin-top: 27px;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  border-left: 4px solid #2e2e2e;
  padding-left: 16px;
  font-weight: 900;
  line-height: 24px;
  color: #000;
}

/* .blogsingle .blog-card a{ color: #ff9405;  } */


.blog-card .more-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  text-transform: capitalize;
  color: #7C7C7C;
  border: 1px solid #7C7C7C;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  margin-top: 25px;
}

.blog-card .more-link:hover {
  background-color: #ffba5f;
  color: #000;
  border: 1px solid #ffba5f;
}

.listblog {
  border-bottom: 1px solid #ccc;
  padding-bottom: 35px;
}

.tagclass ul {
  margin-left: 15px;
}

.tagclass ul li {
  list-style-type: none;
  display: inline-block;
  margin: 6px 2px;
}

.tagclass ul li a {
  color: #000;
  padding: 5px 10px;
  text-align: center;
  border: 1px solid #797979;
}

.tagclass ul li a:hover {
  border: 1px solid #26e8e0;
  color: #087d79;
}

.catclass h3 {
  margin-top: 27px;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  border-left: 4px solid #2e2e2e;
  padding-left: 16px;
  font-weight: 900;
  line-height: 24px;
  color: #000;
}

.catclass li {
  list-style-type: none;
  display: inline-block;
  margin: 6px 2px;
}

.catclass li a {
  color: #000;
  padding: 5px 10px;
  text-align: center;
  border: 1px solid #797979;
}

.catclass li a:hover {
  border: 1px solid #ff9405;
  color: #ff9405;
}

.catclass ul {
  margin-left: 15px;
}

.catclass ul li {
  list-style-type: none;
  display: inline-block;
  margin: 6px 2px;
}

.catclass ul li a {
  color: #000;
  padding: 5px 10px;
  text-align: center;
  border: 1px solid #797979;
}

.catclass ul li a:hover {
  border: 1px solid #ff9405;
  color: #ff9405;
}

#reply-title {
  margin-top: 27px;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  border-left: 4px solid #2e2e2e;
  padding-left: 16px;
  font-weight: 900;
  line-height: 24px;
  color: #000;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: transparent !important;
  color: #fff !important;
}

.z--text-input {
  width: 100% !important;
  background: transparent !important;
  padding-left: 24px !important;
  border: 1px solid #f9f9f9 !important;
}

.z-newsletter-cc input[type="file"] {
  padding: 7px !important;

}


/* sheikh zaheer starts here */


.product a {
  color: #4d250d;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 35px;
  display: inline-block;
}

.product a img {
  width: 100%;
  height: 105.01%;
  max-width: 359px;
}

.product .shopsidebar {
  padding: 20px 20px;
  border: none;
  /* background-color: #00cdcb4f; */
}

.shopsidebar ul li a {

  margin-bottom: 0;
}

.proSide {
  width: 100%;
  background-color: #f5f5f5;
}

.product a:hover {
  color: #000;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form select,
.blog-sidebar select {
  margin-bottom: 0 !important;
  outline: none;
}

footer form input[type="submit"] {
  margin-top: 0px;
}

.product-details-section1 .row div:nth-child(2) form input,
.product-details-section1 .row div:nth-child(2) form select {
  width: 100%;
  border-radius: 0;
}

.product-details-section1 .row div:nth-child(2) a {
  padding: 0px;
  background: transparent;
  display: inline-block;
  text-transform: unset;
  color: #000;
  border-radius: 0;
  margin: 0;
}

.product-details-section1 {
  margin: 0px 0 0;
}

.prdsidenb {
  border: 1px solid #ccc;
  padding: 15px;
  position: sticky !important;
  top: 30px !important;
}

.pcd-selector-box select.pcd-select {
  width: 100%;
  margin: 0 0 8px 0;
  color: #575757;
  font-size: 16px;
}

.pcd-select {
  height: 50px;
  background: no-repeat;
  border: 1px solid #ccc;
  text-indent: 5px;
  margin-bottom: 40px;
}

.product-details-section1 .row div:nth-child(2) h3 {
  font-size: 19px;
  margin-top: 0;
}

li::marker {
  display: none !important;
}


/* / ----------- Product List Sidebar / */

.pcd-select {
  height: 50px;
  background: no-repeat;
  border: 1px solid #ccc;
  text-indent: 5px;
  margin-bottom: 40px;
}

.pcd-submit {
  display: none;
}

.shopsidebar {
  position: sticky !important;
  top: 30px !important;
}

/* / ----------- Single Product----------------------- / */
.woocommerce-page div.product div.images {
  width: 100% !important;
}

.wpgs-for .slick-arrow {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  top: 90% !important;
  margin-top: -15px;
  right: 42px;
}

.flaticon-right-arrow {
  right: 8px !important;
}

.wpgs-nav .slick-slide {
  padding: 5px;
  border: 1px solid #ccc !important;
}

.wpgs-nav .slick-current {
  border-color: #e7b393 !important;
}

.wrps_related_products_area .owl-theme .owl-dots {
  display: none;
}

.sngprdsec .wpcf7-submit {
  border: 1px solid #ccc;
  padding: 10px 35px;
  margin-top: 25px;
}

.prdsidenb {
  border: 1px solid #ccc;
  padding: 15px;
  position: sticky !important;
  top: 30px !important;
}

.prdsidenb li {
  list-style-type: none;
}

/* / ------------- Blog ---------------- / */
.b-right .post img {
  width: 150px !important;
}

.bdtls iframe {
  width: 100%;
}

/* / ------------- Form ------------ / */
.cform .form-group {
  margin-bottom: 20px;
}

.cform .form-group .form-control {
  height: 50px;
  border-radius: 0;
}

.cform textarea {
  height: 100px !important;
  resize: none;
}

.product-details-section1 .row div:nth-child(2) form input[type=submit] {
  background: #00cdcb !important;
}

.wc-block-product-categories select {
  margin-right: 0.5em;
  padding: 10px 0;
}

.wc-block-product-categories__button {
  display: none;
}

.wc-block-product-categories__dropdown {
  width: 100%;
}

.wc-block-product-categories select {
  margin-right: 0.5em;
  padding: 10px;
  width: 100%;
}

.product .woocommerce-pagination {
  margin-top: 70px;
}

.product .woocommerce-pagination ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  list-style: none;
}

.product .woocommerce-pagination ul li {
  margin-right: 8px;
}

.product .woocommerce-pagination ul li .current {
  display: inline-block;
  padding: 10px 16px;
  background: #000;
  color: #fff;
  border-radius: 0 !important;
  margin-left: 0 !important;
}

.product .woocommerce-pagination ul li a {
  display: inline-block;
  padding: 10px 16px;
  background: #b6b6b6;
  color: #fff;
  border-radius: 0 !important;
  margin-left: 0 !important;
}

.sngprd {
  margin: 0 0 30px 0;
}

.product .row {
  margin-top: 0px;
}

.prdsidenb {

  top: 52px !important;
}

.wrps_related_products.wrps_theme_box .wpb_wrps_title a {
  line-height: 1.2;
}

/* .product {
  padding: unset;
} */
.wrps_related_products_area {
  margin: 30px 0;
}

.product-details-section1 {
  margin: 0px 0 0;
  padding: 50px 0 0 0;
}

.details-privatelable {
  background: #00cdcb !important;
  border: none !important;
  padding: 10px !important;
  color: #fff !important;
  margin-top: 20px !important;
}

.faq-contact {
  margin: 30px 15px;

}


/* sheikhzaheer 7/2/2023 */

.z-readmore-btn {
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  background-color: #00cdcb;
  padding: 15px 30px;
  border-radius: 24px;
  margin-left: 18px;
  transition: all ease 0.5s;
}

.z-readmore-btn:hover {
  background-color: #3e3e3e;
  color: #00cdcb;
  transition: all ease 0.5s;
}

.b-sec .blog-card ul li {

  line-height: 24px;
  list-style-type: none;
}

.b-sec .blog-card h4 {
  border-left: 4px solid #00cdcb;
}

.widget_block h2 {
  padding-top: 20px;

}

.form-group input[type="submit"] {
  width: auto;
  margin-top: 20px;
  padding: 22px 22px;
  display: inline-block;
  line-height: 0;
  border: none;
  background: #000;
  color: #fff;
  text-transform: uppercase;
}

.accordion-button:not(.collapsed) {
  color: #252525;
  background-color: #00cdcb;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-button::after {
  filter: brightness(0);

}

.accordion-button:not(.collapsed)::after {
  filter: brightness(0);
}

.accordion-button {
  background-color: #00cdcb;
  color: #252525;
  outline: none;
}

.accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: unset;
}

.inner_content .wp-block-contact-form-7-contact-form-selector {
  margin: 0 0 40px 0;

}

.location-page-banner .ban-txt-loc {
  position: absolute;
  top: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.location-page-banner .ban-txt-loc .row {
  justify-content: end;
}

.location-page-banner .wpcf7-form {
  display: flex;
  flex-wrap: wrap;
}

.location-page-banner .wpcf7-form .col-12 {
  padding: 0 10px;
}

.location-page-banner input[type="email"],
.location-page-banner input[type="text"],
.location-page-banner select,
.location-page-banner input[type="tel"],
.location-page-banner textarea {
  margin-bottom: 16px;
  background: unset;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.location-page-banner input[type="submit"] {
  width: auto;
  margin-top: 20px;
  padding: 22px 22px;
  display: inline-block;
  line-height: 0;
  border: none;
  background: #161616;
  color: #fff;
  text-transform: uppercase;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb li a {
  color: #337ab7;
}

.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

.breadcrumb>.active {
  color: #777;
}



.tw-content h2 {
  color: #212121;
  font-size: 22px;
  margin-bottom: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.country-overlay {
  position: relative;
  margin-bottom: 30px;
}

.country-overlay h2 {
  position: absolute;
  top: 0;
  color: #fff !important;
  background: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 10px solid rgba(255, 255, 255, .3);
  margin: 0;
}

.grid,
.grid figure,
.grid figure img {
  position: relative;
}

.grid {
  margin: 0 auto 30px;
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
}

figure.effect-romeo {
  perspective: 1000px;
}

.grid figure {
  float: left;
  overflow: hidden;
  background: #000;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: .5;
}

figure.effect-romeo img {
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, transform .35s;
  transition: opacity .35s, transform .35s, -webkit-transform .35s;
  -webkit-transform: translate3d(0, 0, 300px);
  transform: translate3d(0, 0, 300px);
}

.grid,
.grid figure,
.grid figure img {
  position: relative;
}

.grid figure figcaption,
.grid figure figcaption>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure.effect-romeo figcaption:after,
figure.effect-romeo figcaption:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 1px;
  background: #fff;
  content: '';
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, transform .35s;
  transition: opacity .35s, transform .35s, -webkit-transform .35s;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

figure.effect-romeo:hover figcaption:before {
  opacity: .5;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

figure.effect-romeo:hover figcaption:after {
  opacity: .5;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

figure.effect-romeo h2 {
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0);
  position: absolute;
  top: 47%;
  left: 0;
  width: 100%;
  color: #fff;
}

figure.effect-romeo p {
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  color: #eaeaea;
  padding: 0 5%;
  font-size: 14px;
}

.Three-Easy-tx h3 {
  text-align: center;
  color: #212121;
}

.demo {
  text-align: center;
  padding: 0 15px 10px 0;
}

.mt {
  margin-top: 20px;
}

.diagonal {
  display: block;
  color: #fff !important;
  text-decoration: none !important;
  background: #1499d4 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-weight: 600;
  letter-spacing: .5px;
  line-height: 50px;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.diagonal:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 500%;
  height: 1000%;
  background: #3db7ed;
  z-index: -1;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: translateX(calc(20% - 25px)) translateY(10%) rotate(-45deg);
  transform: translateX(calc(20% - 25px)) translateY(10%) rotate(-45deg);
  -webkit-transform: translateY(10%) translateX(16%) rotate(-45deg);
  transform: translateY(10%) translateX(16%) rotate(-45deg);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.diagonal:hover:after {
  -webkit-transform: translateY(10%) translateX(-25px) rotate(-45deg);
  transform: translateY(10%) translateX(-25px) rotate(-45deg);
}

.grid figure figcaption:hover h2 {
  top: 50%;
  transition: all 300ms ease-in-out 0ms;
}

.grid figure figcaption:hover p {
  top: 55%;
  transition: all 300ms ease-in-out 0ms;
}

.contact_us_sec p {
  color: #212121;
}

.contact_us_sec h3 {
  color: #212121;
}

.grid:hover figure img {
  transform: scale(1.0);
  transition: all 300ms ease-in-out 0ms;
}

.country-overlay img {
  width: 100%;
}

.location-page {
  position: relative;
}

.ban-txt-loc {
  position: absolute;
  top: 15%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.kickass_field input,
.kickass_field select,
.kickass_field textarea {
  border: solid 1px #fff;
  color: #fff;
  font-weight: 400;
  padding: 7px;
  margin-bottom: 10px;
  background: 0 0;
  letter-spacing: 1px;
  outline: none;
  font-family: "Lato", sans-serif;
  height: auto;
  width: 100%;
  border-radius: 5px;
  font-size: 14px;
}

.kickass_field select option {
  color: #333;
}

.kickass_field input::placeholder,
.kickass_field textarea::placeholder {
  color: #fff;
}

.kickass_field textarea {
  height: 80px;
}

.kickass_field input[type=submit] {
  width: auto;
  color: #fff;
  background: #d50105;
  padding: 7px 20px;
  margin: 0 auto;
  border: none;
  display: inherit;
}



.social-icons ul li {
  list-style: none;
  display: inline-block;
  margin-right: 13px;
}

.social-icons ul li a i {
  font-size: 16px;
}

.social-icons ul {
  margin-top: 20px;
}

.aws-container .aws-search-field:focus {
  background: none !important;
}

.contact_us_sec p {
  font-size: 16px;
  text-align: justify;
}

.contact_us_sec h2 {
  font-size: 28px;
  color: #333;
  margin: 15px 0;
}

.location-page-banner {
  position: relative;
}

.location_inner_content {
  padding-bottom: 30px;
}

.location_inner_content h1 {
  color: #212121;
  font-size: 22px;
  margin-bottom: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.location-page-banner img {
  width: 100%;
}

@media (max-width: 767px) {
  .ban-txt-loc {
    margin-top: 15px;
    position: relative;
    top: 0;
  }

  .location-page-banner img {
    width: 100%;
    min-height: 0;
  }

  .loc-page {
    padding: 0;
  }
}

a:hover {
  color: #3db7ed;
}

.b-sec .row .blog-sidebar {
  height: fit-content !important;
  max-height: unset !important;
}

.thankyou {
  text-align: center;
}

.z-news-letter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

.z-news-letter .wpcf7-spinner {
  position: absolute;
}
/* ---------------- Feedback CSS Work ------------------ */

.topbar ul {
  float: right;
}

.topbar {
  padding: 8px 0;
  background: #332d2d;
  /* margin-bottom: 10px; */
  width: 100%;
}

.listimg {
  height: 300px;
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}

.listimg img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.eachprd {
  text-align: center;
}

.viewprd {
  display: block;
  padding: 8px 0px;
  text-align: center;
  background: #058483;
  color: #fff;
  font-weight: bold;
  margin-top: 7px;
  text-transform: uppercase;
  font-size: 14px;
  transition: all 0.5s ease-in-out;
}

.viewprd:hover {
  background: #000;
  color: #fff;
}

.eachprd:hover .viewprd {
  background: #000;
  color: #fff;
}

/* .eachprd img{ border:1px solid #ccc;} */


/* swagata 18-02-2023 */
.sec-2 .place-img {
  overflow: hidden;
}

.sec-2 .place-img img {
  min-height: 260px;
  border-radius: 16px;
  object-fit: cover;
}

.sec-2 .place-txt ul li {
  position: relative;
  padding-left: 18px;
}

.sec-2 .place-txt ul li i {
  font-size: 11px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.fashion .item.eachprd .fashion-image {
  width: 100%;
  height: auto;
  display: inline-block;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  box-shadow: 2px 2px 8px rgba(159, 159, 159, 0.7);
}

.fashion .item .fashion-image img {
  transition: all 0.5s ease-in-out;
  width: 100%;
}

.fashion .item:hover .fashion-image img {
  transform: scale(1.15);
  transition: all 0.5s ease-in-out;
}

.sustain-button-wrap .viewprd {
  width: 164px;
  margin: 46px auto 0;
}

.z--newsletter .img1 {
  height: 370px;
  object-fit: cover;
}

.z--sec-1-cc p {
  display: none;
}

#quadmenu.quadmenu-default_theme.quadmenu-sticky-top {
  background-color: rgb(31, 31, 31) !important;
}

.places .owl-nav .owl-prev,
.places .owl-nav .owl-next,
.client .owl-nav .owl-prev,
.client .owl-nav .owl-next,
.certificate .owl-nav .owl-prev,
.certificate .owl-nav .owl-next {
  width: 35px;
  height: 35px;
  background-color: #d2d2d2 !important;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px !important;
  color: #332d2d !important;
}

.places .owl-nav,
.client .owl-nav,
.certificate .owl-nav {
  display: flex;
  justify-content: center;
  gap: 5px;
  font-size: 25px;
  margin-top: 20px;
}

.fac-card-img {
  max-height: 142px;
  overflow: hidden;
}

.sec-4 .sec-title h2 {
  margin-bottom: 10px;
}

.sec-2 .sec-title p {
  margin-bottom: 30px;
}

.address-sb li {
  position: relative;
  padding-left: 27px;
}

.address-sb .address-link span {
  position: absolute;
  left: 0;
  top: 2px;
}

.sec-12 li,
.sec-12 p {
  list-style-type: none;
  font-size: 16px;
  color: #4e4e4e;
}

.sec-12 ol {
  padding-left: 0;
}

.inner_content.sec-2 figure img {
  width: 100%;
}

#quantity option {
  color: #000;
}

.sec-12 h3 {
  margin-top: 15px;
}

.client .owl-stage {
  display: flex;
  align-items: center;
}


.shopsidebar .wc-block-product-categories {
  margin-bottom: 0;
}

.product-details-section1 .big-img-decp p {
  font-weight: 400;
  font-size: 16px !important;
  text-transform: initial;
  line-height: 26px;
}

.proSide {
  width: 100%;
  background-color: #f5f5f5;
  position: sticky;
  top: 150px;
}

.sngprdbttm .product a {
  margin-bottom: 0px;
}

.sngprdbttm .product {
  padding: 5px 0 15px 0 !important;
}

.type-product.product {
  padding: 20px 0 50px 0;
}

.sngprdbttm .product .wpb_wrps_img_url {
  width: 100%;
}

.sngprdbttm .product .wpb_wrps_img_url img {
  width: 100% !important;
  max-width: 100% !important;
  height: 260px !important;
  object-fit: cover;
}

.bdtls a {
  color: #444;
}

.sm-tag a {
  display: inline-block;
  padding: 2px 8px;
  border: 1px solid #c9c9c9;
  border-radius: 3px;
  text-transform: capitalize;
  color: #737373;
  transition: all 0.5s ease-in-out;
}

.sm-tag a:hover {
  color: #157773;
  border-color: #157773;
}

.sm-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 6px;
}

.places-desk {
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
}

.places-desk>* {
  width: 32%;
}

.product .listimg img {
  transition: .50s all ease;

}

.product .listimg img:hover {
  transform: scale(1.1);

}

.inner-ban .inner-ban-txt h1 {
  color: #252525;
}


.tag-cat ul {
  display: block !important;
}

.tagclass ul li {
  display: inline-block !important;
  line-height: 25px !important;
}

.grid figure {
  min-height: 535px;
}

.subhadip-blog h1 {
  font-size: 32px !important;
}

.subhadip-blog h4 {
  font-size: 18px !important;
  border: none !important;
  color: #212529 !important;
  padding: 0 !important;
  font-weight: 600 !important;
}

.subhadip-blog h6 {
  padding: 0 !important;
}

.subhadip-blog p {
  color: #252525 !important;
}

.bfetimg img {
  width: 100%;
}

.inner-ban img {
  filter: brightness(0.5);
}

.inner-ban .inner-ban-txt h1,
.inner-ban .inner-ban-txt h3,
.inner-ban .inner-ban-txt h3 a {
  color: #f2f2f2 !important;
}

.b-sec .blog-card p {
  color: #252525 !important;

}

.bdtls a {
  color: #252525;
}

.sec-2 .place-img img {
  width: 100%;
}

.z--newsletter .img1 {
  height: 500px;
  object-position: top;
  width: 100%;
}


.grid figure.effect-romeo {
  box-shadow: 2px 2px 8px rgb(159 159 159 / 70%);
}

.product_meta .posted_in a {
  width: unset !important;
}

.product-details-section1 .row div:nth-child(2) a {
  width: unset !important;
}

#quadmenu.quadmenu-default_theme .quadmenu-navbar-brand.img {
  padding: 0;
}


.btmgap {
  padding-bottom: 80px;
}

.certibox img {
  border: 1px solid #666;
  border-radius: 5px;
}

.sngblgdtls .subhadip-blog h1 {
  padding-top: 25px;
  color: #004a48;
}

.blgcnt p {
  padding: 0 !important;
}

.blgcnt ul li {
  list-style-type: disc !important;
  display: inline list-item !important;
}

.blgcnt ul {
  display: grid !important;
}

.clientbox:hover {
  background: #004a48
}

form input::placeholder {
  color: #000 !important;
}

form textarea::placeholder {
  color: #000 !important;
}

footer form input::placeholder {
  color: #fff !important;
}

footer form textarea::placeholder {
  color: #fff !important;
}



.clientbox {
  border: 1px solid #000;
  border-radius: 5px;
  margin: 5px;
}

.clientbox img {
  width: 100% !important;
  padding: 2px !important;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}

.clientbox:hover img {
  filter: grayscale(0%);
}

.certibox {
  padding: 5px;
}

.certibox img {
  border: 1px solid #666;
  border-radius: 5px;
  width: 100% !important;
}


/* 28-03-2023 */
.tagbox a {
  border: 1px solid #ccc;
  padding: 5px;
  color: #000;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
}

.redmorebtn {
  border: 1px solid #000;
  padding: 8px 25px;
  text-transform: uppercase;
  background: #def9e8;
  color: #000;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 18px;
}

.pagination .nav-links .current {
  padding: 8px 10px;
  background: #ccc;
}

.pagination .nav-links a {
  padding: 10px;
  background: #000;
  color: #fff;
  transition: all 0.5s ease-in-out;
  border: 1px solid;
}

.pagination .nav-links a:hover {
  background-color: transparent;
  color: #000;
  border: 1px solid;
}

/* topmenu search icon css fixing  */

/* header search */
.searchwrapbx span {
  display: inline-flex;
  color: #fff;
  font-size: 20px;
  position: absolute;
  z-index: 0;
}

.searchwrapbx .is-search-submit {
  display: none;
}

.searchwrapbx {
  display: flex;
  align-items: center;
  position: relative;
}

.searchwrapbx .searchfrmbox {
  width: 30px;
  opacity: 0;
  background-color: transparent;
  border-bottom: 1px solid #fff;
  position: relative;
  z-index: 9999;
  transition: all 0.5s ease-in-out;
}

.searchwrapbx .searchfrmbox:hover {
  width: 100%;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

.searchwrapbx .searchfrmbox .is-form-style input.is-search-input {
  background-color: transparent !important;
  border: none !important;
  color: #fff;
  padding-left: 26px;
  font-size: 15px !important;
}

.searchwrapbx .searchfrmbox .is-form-style input.is-search-input::placeholder {
  color: #fff !important;
}

/* 15-05-2023 */
.sidebtn.sticky-btn {
  position: fixed;
  right: -85px;
  top: 50%;
  z-index: 9;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  z-index: 999;
}

.sidebtn.sticky-btn .stick_con {
  color: #000;
  margin: 3px;
  padding: 9px;
  border-radius: 11px 10px 0 0;
  width: 223px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  background: linear-gradient(137.62deg, #6addd9 6.67%, #48e1db 47.77%, #26d6d0 90.27%);
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0;
}

.top-header.sticky {
position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  left: 0;
}

.top-header .bottom-bar {
  /* padding: 10px 0; */
  transition: padding 0.5s ease-in-out;
}

.top-header.sticky .bottom-bar {
  /* padding: 5px 0; */
  transition: padding 0.5s ease-in-out;
}

/* 15-05-2023 */

/* 20-05-2023 -- Animesh*/
.wrps_related_products .wpb_wrps_price {
  display: none;
}

.wrps_related_products .wpb_wrps_cart_btn {
  display: none;
}

.fixed-top {
  z-index: 1;
}

.ovhiddien {
  overflow-x: hidden;
}

/* 20-05-2023 -- Animesh*/


/* 21-06-2023 -- Nitesh*/
.cus-btn2 img {
  width: 15px !important;
}

.cus-btn2 {
  display: inline-flex;
  background-color: #050522;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  padding: 11px 0px;
  gap: 9px;
  width: 100%;
  margin-top: 10px;
  transition: all 0.5s ease-in-out;
}

.cus-btn2:hover {
  color: #fff;
  background-color: #010155;
  transition: all 0.5s ease-in-out;
}

.cus-btn {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #484848;
  margin: 16px auto 0px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  text-align: center;
  justify-content: center;
  border: 1px solid #333;
  padding: 7px 0;
}

.cus-btn:hover {
  color: #484848;
}

.loc-man-box .title h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #404040;
  margin: 25px 0 4px;
}

.loc-man-box {
  flex: 0 0 auto;
  width: 24%;
  box-shadow: 1px 1px 15px rgba(125, 125, 125, 0.21);
  text-align: center;
  padding: 20px 12px;
}

.loc-man-box-wrap {
  gap: 14px;
  margin-bottom: 32px;
}

.loc-man-box:hover img {
  transform: rotateY(3.14rad);
  transition: all 0.5s ease-in-out;
}

.loc-man-box img {
  transform: rotateY(0);
  transition: all 0.5s ease-in-out;
  width: 100%;
}

.top-header.sticky {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  left: 0;
}

.top-header .top-bar {
  padding: 6px 0 !important;
  background-color: #3c3c3c !important;
  transition: all 0.5s ease-in-out;
  /* overflow: hidden !important; */
}

.top-header.sticky .top-bar {
  padding: 3px 0 !important;
  transition: all 0.5s ease-in-out;
}

.top-bar-right {
  display: flex;
  align-items: center;
  justify-content: end;
  list-style-type: none;
  position: relative;
  z-index: 99;
}

.top-bar-right li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 0 20px;
}

.top-bar-right li a p {
  margin: 0;
}

.top-bar-right li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}

.catalog-btn {
  background: linear-gradient(#00cdcb, rgb(2, 0, 36));
  margin: 3px;
  padding: 8px 20px !important;
  border-radius: 11px 0px 11px 0;
  text-align: center;
  text-decoration: none;
  box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.64);
  width: 100%;
  position: relative;
  transition: all 0.5s ease-in-out;
}

.top-header.sticky .top-bar .catalog-btn {
  padding: 5px 20px !important;
  transition: all 0.5s ease-in-out;
}

.catalog-btn:hover,
.catalog-btn:focus {
  color: #fff;
  background: #000
}

.catalog-btn::after {
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 2px solid #00ffcb;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 1.5s infinite
}

@keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 2
  }

  100% {
    width: 200px;
    height: 200px;
    opacity: 0
  }
}
.search-wrap  .wcps-wrapper {
  position: relative;
  z-index: 9;
}
.search-wrap  #wcps-results {z-index: 9;}
.search-wrap .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
  background: transparent;
  padding: 0;
  border-radius: 0;
}

.search-wrap .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  padding: 0px 0px 0px 35px !important;
  line-height: 24px;
  font-size: 15px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid #dfdfdf;
  color: #fff !important;
}

.search-wrap .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:hover,
.search-wrap .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:focus {
  background-color: transparent !important;
}

.search-wrap .dgwt-wcas-search-submit {
  margin: 0 !important;
  left: 0 !important;
  top: 0 !important;
}

.search-wrap .dgwt-wcas-search-submit svg {
  margin: 0 !important;
}

.search-wrap .dgwt-wcas-search-submit svg path,
.search-wrap .dgwt-wcas-preloader.dgwt-wcas-close svg path {
  fill: #dfdfdf !important;
}

.search-wrap .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::placeholder {
  color: #fff !important;
}

@media (max-width: 991px) {
  .top-bar-right li a p {
    display: none;
  }

  .top-bar-right li {
    margin: 0 !important;
  }

  .top-bar a span {
    margin-left: 0 !important;
  }

  .search-wrap .dgwt-wcas-search-form {
    max-width: unset;
  }

  .top-bar-right li a {
    padding: 0 14px;
  }

  .search-wrap .dgwt-wcas-search-wrapp {
    max-width: unset;
    min-width: unset;
  }
}

@media (max-width: 480px) {
  .top-bar-right li a {
    font-size: 14px;
  }

  .catalog-btn {
    padding: 4px 13px !important;
  }

  .top-header  .top-bar {
    padding: 7px 0 !important;
  }

  .search-wrap .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
    padding: 0px 0px 0px 25px !important;
    font-size: 12px;
  }
}

/* top header new 28-06-2023 */
/* banner-quick-link  11-07-2023*/

.quick-link-wrap img {
  height: 350px;
  width: 100%;
  object-fit: cover;

}

.quick-link-image {
  position: relative;
}

.quick-link-image::before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.31);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  right: 0;
}

.quick-link-wrap {
  position: relative;
}

.quick-link-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.quick-link-btn {
  background-color: #fff;
  padding: 10px 30px;
  border-radius: 50px;
  font-size: 14px;
  text-transform: uppercase;
  color: #333;
  position: absolute;
  bottom: -80px;
  left: 0%;
  right: 0;
  margin: 0 auto;
  display: inline-block;
}

.quick-link-btn:hover {
  color: #000;
  background: #25c9c3;
}

.quick-link-content h3 {
  position: relative;
  color: #fff;
  font-size: 24px;
}

.quick-link-content h5 {
  color: #fff;

}

.quick-link-content h3::after {
  position: absolute;
  content: "";
  background-color: #00CDCB;
  bottom: -5px;
  left: 50%;
  width: 300px;
  height: 3px;
  right: 0;
  margin: 0 auto;
  transform: translateX(-50%);
}

.sustainable-wrap img {
  height: 70px;
  object-fit: contain;
  padding-bottom: 10px;
  transition: all 0.5s ease-in-out;
}

.sustainable-wrap h3 {
  color: #015657;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
}

.sustainable-wrap {
  border: 1px solid #3b3b3b;
  padding: 30px;
  border-radius: 6px;
  transition: all 0.5s ease-in-out;
  height: 100%;
}

.sustainable-wrap:hover {
  background-color: #015657;
  color: #fff;
  border-color: #005657;
  transition: all 0.5s ease-in-out;
}

.sustainable-wrap:hover h3 {
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.sustainable-wrap:hover img {
  filter: invert(95%) sepia(100%) saturate(14%) hue-rotate(92deg) brightness(107%) contrast(98%);
  transition: all 0.5s ease-in-out;
}

.sustainable-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 0;
  font-size: 15px;
  color: #015657;
  transition: all 0.6s ease-in-out;
}

.sustainable-wrap:hover .sustainable-btn {
  color: #fff;
  transition: all 0.6s ease-in-out;
}

.sustainable {
  padding-bottom: 70px;
}

.sec-10 .sec-title h2 {
  margin: 56px 0;
}

/* 12-07-2023*/

.py-5 {
  padding-bottom: 0 !important;
}



/* 13-07-2023 */

.wp-block-heading {
  position: relative;
 
}

.wp-block-heading::after {
  position: absolute;
  background-color: #005657;
  content: "";
  width: 65px;
  height: 2px;
  left: 0;
  bottom: 0;
}



.modal-header {
  border-bottom: transparent;
}

.modal-content {
  background-position: 0 bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.wholesale-sidebtn-form .form-control {
  margin: 6px 0;
  background-color: #1d1d1d4a !important;
  font-size: 14px !important;
  border: none;
  border-radius: 2px;
  color: #fff;
  padding: 10px 10px;
}

.wholesale-sidebtn-form .button-modal {padding: 8px 10px;
  font-size: 14px;
  background-color: #005657 !important;
  border: transparent;
  color: #fff; }
  
.wholesale-sidebtn-form .button-modal:hover {
    background-color: #FF864B !important;
  }

  .wholesale-sidebtn-form .form-control::placeholder {
    color: #f6f6f6 !important ;
    text-transform: uppercase ;
    font-weight: 600 ;
  }
  
/* 04-01-2023 */
.faq-contact.faq__content-wrap {
  margin: 32px 0;
}
.faq__media img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: top;
}
.faq__accordion .faq__content-wrap .row:nth-child(2n) {
  flex-direction: row-reverse;
}
.faq__accordion .accordion-item {
  border-radius: 0 !important;
  margin-bottom: 12px;
  border: 1px solid rgba(0,0,0,.125) !important;
}
.faq__accordion .accordion-header .accordion-button {
  background-color: #fbfbfb;
}
.faq__accordion .accordion-header .accordion-button:not(.collapsed) {background-color: #f7f7f7;}
.faq__accordion .accordion-header .accordion-button::after {
  background-image: unset;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\2b";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
}
.faq__accordion .accordion-header .accordion-button:not(.collapsed)::after {
  content: '\f068';
  transition: all 0.5s ease-in-out;
}
.faq__accordion .accordion-body p {
  margin: 0;
}
.faq__accordion .sec-title h2 {
  font-size: 26px;
  color: #313131;
  text-transform: capitalize;
  font-weight: 500;
  text-align: left;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 24px;
}
.faq__accordion .sec-title h2::after {
  position: absolute;
  content: '';
  width: 60px;
  height: 2px;
  background-color: #26d6d0;
  left: 0;
  bottom: 0;
}

footer .nav-link {
  color: #fff;
}
footer .wpcf7-form .wpcf7-response-output {
  color: #fff8e6;
  margin: 12px 0 0 !important;
  font-size: 14px;
}
/* 04-01-2023 */

/**   CUSTOM MENU SINGLE DROPDOWN */
@media (min-width: 991px) {
  .custom__nav .dropdown-toggle+.caret {
    display: none !important;
  }

  .bottom-bar {
    padding: 0;
  }

  .sub-menu-toggle {
    display: none !important;
  }


  .custom__nav .nav-item.dropdown {
    position: unset !important;
	z-index: 99; 
  }

  .custom__nav .nav-item.dropdown .dropdown-menu {
    display: flex !important;
    width: calc(100vw - 10%);
    text-align: center;
    left: 50%;
    flex-wrap: wrap;
    height: auto;
    overflow-y: unset;
  }

  .custom__nav .menu-item-has-children.dropdown .dropdown-menu {
    background-color: var(--clr-blue-100);
    border-radius: 0;
    border-bottom: 2px solid var(--clr-primary);
    top: 100%;
    visibility: hidden;
    display: block;
    transform-origin: 50% 0;
    -webkit-transform: perspective(3000px) rotateX(-90deg) translate(-50%);
    -moz-transform: perspective(3000px) rotateX(-90deg) translate(-50%);
    -ms-transform: perspective(3000px) rotateX(-90deg) translate(-50%);
    -o-transform: perspective(3000px) rotateX(-90deg) translate(-50%);
    transition: all 0.3s ease-in-out;
    border: none !important;
    padding: 0;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.14);
    background-color: #f7f7f7;
  }

  .custom__nav .menu-item-has-children.dropdown:hover .dropdown-menu {
    visibility: visible;
    display: unset;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
  }

  .custom__nav ul:not(.dropdown-menu) .nav-item {
    padding: 0 8px;
    display: flex;
    align-items: center;
    color: #fff !important;
    position: relative;
	z-index: 99;  

  }

  .custom__nav ul:not(.dropdown-menu) .nav-item.active>.nav-link,
  .custom__nav ul:not(.dropdown-menu) .nav-item>.nav-link:hover {
    color: var(--clr-primary) !important;
    --clr-primary: #55c3e6;
    transition: all 0.5s ease-in-out;
  }

  .custom__nav ul:not(.dropdown-menu) .nav-item>.nav-link {
    font-size: 13px !important;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff !important;
    line-height: 70px !important;
    padding: 0 !important;
    transition: all .5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
  }

  .custom__nav ul:not(.dropdown-menu) .nav-item>.nav-link::before {
    position: absolute;
    content: '';
    width: 0%;
    height: 1px;
    background-color: #55c3e6;
    right: 0;
    bottom: 28px;
    transition: all 0.5s ease-in-out;
    left: unset;
  }

  .custom__nav ul:not(.dropdown-menu) .nav-item>.nav-link:hover::before,
  .custom__nav ul:not(.dropdown-menu) .nav-item.active>.nav-link::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
    left: 0;
    right: unset;
  }

  .custom__nav .dropdown-toggle::after {
    display: inline-block !important;
  }

  .custom__nav .dropdown .dropdown-menu .nav-item {
    padding: 0px;
    width: 25%;
    flex: 0 0 auto;
    border-right: 1px solid #f2f2f2;
    text-align: center;
    justify-content: center;
  }

  .top-header.sticky_menu .bottom-bar .custom__nav ul:not(.dropdown-menu) .nav-item>.nav-link {
    line-height: 60px !important;
  }
  .custom__nav .navbar-brand img {
    height: 70px !important;
    padding: 7px 0 !important;
  }
}

.custom__nav {
  padding: 0;
}

.custom__nav .navbar-brand {
  padding: 0;
  margin: 0;
}

.custom__nav .dropdown-toggle .caret {
  display: none !important;
}

.custom__nav .dropdown .dropdown-menu .nav-item .nav-link {
  color: #333 !important;
  font-size: 14px !important;
  padding: 6px 0 !important;
  transition: all 0.3s ease-in-out;
  line-height: 32px !important;
}

.custom__nav .dropdown .dropdown-menu .nav-item:hover .nav-link {
  color: #fff !important;
  transition: all 0.3s ease-in-out;
}

.custom__nav .dropdown .dropdown-menu .nav-item .nav-link::before {
  display: none !important;
}

.custom__nav .dropdown-menu .nav-item:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}

.custom__nav .dropdown-menu .nav-item:hover {
  background-color: var(--clr-primary);
  --clr-primary: #55c3e6;
}

.custom__nav .navbar-toggler {
  padding: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

.custom__nav .navbar-toggler .icon-bar {
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 1px;
  background-color: #fff;
  margin: 5px 0;
}

.custom__nav .nav-item.dropdown .dropdown-toggle::after {
  display: none;
}

.custom__nav .nav-item.dropdown .sub-menu-toggle {
  position: absolute;
  right: 0;
  top: 19px;
  transform: translateY(-50%);
  display: inline-flex;
  background-color: #55c3e6;
  border: none;
  width: 28px;
  height: 25px;
  font-size: 16px !important;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.custom__nav .sub-menu-toggle.active .icon-plus,
.sub-menu-toggle .icon-minus {
  display: none;
}

.custom__nav .sub-menu-toggle.active .icon-minus,
.sub-menu-toggle .icon-plus {
  display: block;
}

.custom__nav .nav-item.dropdown {
  position: relative;
  z-index: 1;
}

.custom__nav ul:not(.dropdown-menu) .nav-item>.nav-link {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #4a4a4a;
  line-height: 1.5;
  padding: 8px 0 !important;
  transition: all 0.5s ease-in-out;
}

.custom__nav ul:not(.dropdown-menu) .nav-item.active>.nav-link {
  color: #55c3e6;
}

.custom__nav ul:not(.dropdown-menu) .dropdown-menu {
  border: none;
  border-radius: 0;
  border-left: 1px solid #55c3e6;
  background-color: #f7f7f7;
  height: 260px;
  overflow-y: scroll;
}

.custom__nav .dropdown-menu .nav-item {
  padding-left: 15px;
}

.custom__nav .offcanvas-header {
  justify-content: flex-end;
  padding-bottom: 0;
}

.top-header.sticky_menu .bottom-bar {
  padding: 0px 0 !important;
}

.top-header {
  background-color: rgb(31, 31, 31);
}



.navbar-brand img {
  height: 65px !important;
  object-fit: contain;
  padding: 12px 0;
}

.custom__nav .dropdown-toggle+.caret {
  display: inline-flex;
  width: 30px;
  height: 30px;
  background-color: #55c3e6;
  color: #fff;
  position: absolute;
  font-size: 14px;
  right: 0;
  top: 4px;
  cursor: pointer;
}

.custom__nav .dropdown-toggle+.caret::before {
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\2b";
}

.custom__nav .dropdown-toggle+.caret.active::before {
  content: '\f068';
}

/**   CUSTOM MENU SINGLE DROPDOWN */



.product-categories .dropdowns i{
 cursor: pointer;
}

.custom-clothing-sec{
  padding: 75px 0;
}
.custom-clothing-sec .img-box{  
  width: 100%;
  border-radius: 10px;
  position: relative;
}
.custom-clothing-sec .img-box img{
  width: 100%;
  border-radius: 10px;
}
.custom-clothing-sec .img-box::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: -5%;
  left: -5%;
  border: 1px solid #212529;
  border-radius: 10px;
  z-index: -1;
}
.custom-clothing-sec .img-box::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 5%;
  left: 5%;
  border: 1px solid #212529;
  border-radius: 10px;
  z-index: -1;
}
.custom-clothing-sec .cross_content:not(:first-child){
  margin-top: 35px;
}
.custom-clothing-sec .cross_content:nth-child(even){
  flex-direction: row-reverse;
}
.sustain-button-wrap .viewprd{
  margin: 0;
}
.wpcf7-spinner{
  position: absolute !important;
}
.custom_clothing_form{
  padding: 0 12px 75px 12px;
}
.custom_clothing_form .form-group input[type=submit]{
  position: relative;
}
.custom_clothing_form .wpcf7-form-control-wrap select option,
.custom_clothing_form .wpcf7-form-control-wrap select{
  color: #000000
}
.custom_clothing_form .wpcf7-not-valid-tip{
  text-align: left;
}






.product-details-section1 .Feature___gen-content ul {
  background: #fff;
  -webkit-box-shadow: 0 3px 5px #dcdcdc;
  box-shadow: 0 3px 5px #dcdcdc;
  border: 1px solid #CCC;
  padding: 15px 15px 15px 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.product-details-section1 .Feature___gen-content h2 {
  background: #01a6a9;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  padding: 12px 0;
  margin: 15px 0 0;
}
.product-details-section1 .Feature___gen-content ul li {
  font-size: 14px;
  margin-bottom: 5px;
  color: #000 !important;
  position: relative;
}
.product-details-section1 .Feature___gen-content ul li::after {
  position: absolute;
  top: 7px;
  left: -13px;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 50%;
}
.product-details-section1 .big-img-decp.sngprd .product_meta span {
  color: #111;
  font-size: 20px;
  font-weight: 700;
}
.product-details-section1 .big-img-decp.sngprd .product_meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
}


.product-details-section1 .prdsidenb li {
  background: #fff;
  -webkit-box-shadow: 0 3px 5px #dcdcdc;
  box-shadow: 0 3px 5px #dcdcdc;
  border: 1px solid #CCC;
  padding: 20px 10px;
}
.product-details-section1 .prdsidenb {
  border: none !important;
  padding: 0;}

 .product-details-section1 .prdsidenb h3 {
  background: #01a6a9;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  padding: 12px 0;
  margin: 15px 0 0;
}

.product-details-section1 .prdsidenb .widget-text.wp_widget_plugin_box {
  padding: 0 !important;
}
.product-details-section1 .prdsidenb .widget-text.wp_widget_plugin_box h2 {
  font-size: 22px;
  line-height: 32px;
  padding-bottom: 5px;
}
.product-details-section1 .pcd-selector-box select.pcd-select {
  text-indent: 0px; padding: 0 5px;}




.search-results-page .entry-footer.default-max-width {
  background-color: transparent;
  padding: 0;
}

.search-results-page article {
  display: inline-block;
  width: 33%;
}

.search-results-page .navigation.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 45px;
}
.search-results-page .page-title {
  text-align: center;
  padding-top: 35px;
}
.search-results-page .search-result-count.default-max-width {
  text-align: center; padding-bottom: 20px;
}
.search-results-page .entry-title.default-max-width {
  text-align: center;
}
