:root {
  --ff-heading: 'Raleway', sans-serif;
  --ff-body: 'Roboto', sans-serif;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--ff-body);
}


h1, h2, h3, h4, h5, h6  {
  font-family: var(--ff-heading);
}

p {
  font-family: var(--ff-body);
}
.container-fluid {
  width: 100%;
}

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

a {
  text-decoration: none;
  font-family: var(--ff-body);
  font-size: 14px;
}

picture {
  display: block;
}

header .topbar {
  background-color: #2e2e2e;
  padding: 8px 0;
}

header {
  background-color: #fff;
}

header .topbar ul {
  display: flex;
  justify-content: flex-end;
}

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

header .topbar ul li a {
  color: #fff;
  transition: all ease 0.2s;
  font-size: 12px;
  font-weight: 600;
}

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

/* 
header:not(.sticky) .bottom-bar li:last-child .quadmenu-item-content {
  padding-right: 0 !important;
  transition: all 0.5s ease-in-out;
} */

.sticky {
  position: fixed;
  top: 0;
  z-index: 9999 !important;
  width: 100%;
  left: 0;
}

header .bottom-bar {
  padding: 0px;
  transition: all 0.5s ease-in-out;
}

header.sticky .bottom-bar {
  padding: 7px 0px;
  transition: all 0.5s ease-in-out;
}

.banner {
  position: relative;
}

.banner a {

  border: 1px solid #2e2e2e;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 30px;
  font-weight: 700;
  transition: all ease 0.2s;
  padding: 8px 25px;
  background: #2e2e2e;
  ;

}

.banner a:hover {
  background-color: #fff;
  color: #2e2e2e;
}

.banner img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.banner .ban-txt {
  position: absolute;
  z-index: 2;
  top: 15%;
  left: 10%;
  margin: auto;
  background: rgba(255, 255, 255, 0.5);
  padding: 2%;

}

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

.ban-txt h1 {
  font-size: 32px;
  line-height: 40px;
}


.banner .ban-txt h2 {
  font-size: 22px;
  color: #000;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 30px;
  margin-bottom: 5px;
}

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


.banner .ban-txt h6 {
  font-size: 30px;
  color: #000;
  font-weight: 700;
}

.banner .ban-txt h6 span {
  font-size: 40px;
  text-shadow: 2px 0 4px #fff;
  color: #000;
}

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

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

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

.sec-1 .s1-card img {
  width: 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;
}

.sec-title {
	font-family: var(--ff-heading);
}

.sec-title h2 {
  font-size: 30px;
  color: #0d2137;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
  padding-bottom: 12px;
}

.sec-title h2::before {
  position: absolute;
  content: '';
  width: 90px;
  height: 3px;
  background-color: #2e77ae;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}

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

.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-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 .place-txt {
  background-color: rgba(0, 0, 0, 0.69);
  color: #fff;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  transition: all ease 1s;
  height: 48%;
  width: 100%;
  opacity: 1;
  padding: 10px 20px;
  border-radius: 16px 16px 0 0;
}

.sec-2 .place-txt h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.sec-2 .place-txt ul li {
  list-style-type: none;
  font-size: 15px;
  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: 15px;
}

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

.sec-3 {
  padding: 0 0 70px;
  position: relative;
	font-family: var(--ff-heading);
}

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

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 0px;
  bottom: 0;
  margin: auto;
  /* color: #9c9cd2 !important; */
  font-size: 25px !important;
  background-color: #f9f9f9 !important;
  display: inline-flex;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 1px 1px 6px #9c9cd2;
  color: #000 !important;
}

.productlist-full-swiper .swiper-button-prev, .productlist-full-swiper .swiper-button-next {display: none;}
.location-full-swiper .swiper-button-prev, .location-full-swiper .swiper-button-next {display: none;}



.swiper-button-next::after, .swiper-button-prev::after {display: none;}

.sec-3 .owl-carousel .owl-nav button.owl-next {
  right: 10px;
}

.sec-3 .owl-carousel .owl-nav button.owl-prev {
  left: 10px;
}

.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%);
}

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

.body-cont4 .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;
}

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

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

.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: #ebebeb;
  margin-bottom: 70px;
}

.home-section8 .sec8-card {
  padding: 26px 20px;
  background: #0d2137;
  text-align: center;
  margin-bottom: 26px !important;
  transition: all ease 0.3s 0s;
  border-radius: 50%;
  max-width: 175px;
  margin: auto;
}

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

.home-section8 .sec8-card:hover .image img {
  filter: invert(100%) brightness(100%) saturate(0);
}


.home-section8 .sec8-card .image {
  background: #fff;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  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: 0px;
  width: 50%;

}

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

.home-section8 .sec8-card h4 {
  font-size: 16px;
  font-weight: 500;
  color: #fe932e;
}

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

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

.sec-10 {
  padding: 30px 0;
  background-color: #f5f5f5;
  margin-bottom: 60px;
}

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

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

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

.sec-3 .owl-carousel img {
  border-radius: 18px;
}

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

.sec-11 ul {
  text-align: center;
}

.sec-11 h5 {
  text-align: center;
}

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

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

.sec-11 .get-in-touch {
  box-shadow: rgba(149, 157, 165, 0.2) 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,
ul.soc li a {
  color: rgb(213, 213, 213);
  font-size: 16px;
}

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

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

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

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

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

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

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: 47px;
  border: #828282 1px solid;
  background-color: #2e2e2e;
  color: #fff;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  text-transform: uppercase;
}

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;
  z-index: 2;
}

.inner-ban img {
  width: 100%;
}


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

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

.inner-ban .inner-ban-txt h3 a {
  color: #fff;
  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;
  top: 30px;
}

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

.b-sec .blog-card h4 {
  margin-top: 27px;
  font-size: 18px;
  font-family: var(--ff-body);
  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: var(--ff-body);
  line-height: 24px;
}

.b-sec .blog-card ul {
  margin: 16px 0;
padding-left: 20px;

}

.b-sec .blog-card ul li {
	display: list-item;
  color: #212529;
  font-size: 14px;
}

.blogdes {
  font-family: var(--ff-body);
}

.blogdes h1 {
  font-size: 32px;
  padding-top: 25px;
}

.b-sec .blog-card p {
  color: #212529;
  font-family: var(--ff-body);
  padding: 0;
  margin: 12px 0 30px;
}

.b-sec .blog-card img {
  width: 60%;
}
/* .b-sec .blog-card a:last-child {
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  background-color: #e7b493;
  padding: 15px 30px;
  border-radius: 24px;
  margin-left: 18px;
  transition: all ease 0.5s;
}
.b-sec .blog-card a:last-child:hover {
  background-color: #3e3e3e;
  transition: all ease 0.5s;
} */
.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;
}

.b-sec .pagination ul li {
  margin-right: 8px;
}

.b-sec .pagination ul li a {
  display: inline-block;
  padding: 10px 16px;
  background: #b6b6b6;
  color: #fff;
  border-radius: 0 !important;
  margin-left: 0 !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;
}

.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 form input[type=submit] {
  position: absolute;
  right: 0;
  height: 100%;
  opacity: 0;
}
.b-sec .b-right form::after {
  content: "\f002";
  font-family: "Font Awesome 6 free";
  font-weight: 700;
  position: absolute;
  right: 0;
  background-color: #e7b493;
  padding: 5px 20px;
  font-size: 20px;
  margin: auto;
  color: #fff;
  border: #3e3e3e 1px solid;
  border-left: none !important;
}*/
.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;
}

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

.b-sec .b-right p {
  font-size: 15px;
  color: #000;
  font-family: "Roboto", sans-serif;
  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;
}

.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: none;
}

.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;
}

.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: 75%;
  margin-left: auto;
  border-left: 2px dashed #194641;
  padding-left: 19px;
}

.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: 100px 0;
  position: relative;
  margin-bottom: 60px;
  background-image: url(../images/sus-bg.png);
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center;
}
.sustain .sus-img{
  position: relative;
  text-align: center;
}
.sustain img {
  width: 85%;
}

.sustain ul li h4 {
  font: 500 30px;
}

.sustain ul li img {
  width: unset !important;
  min-height: unset !important;
}

.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;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
}

.sustain ul li:nth-child(odd) {
  margin-top: -15px;
  margin-left: -8px;
}

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

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

/* 30-032023 */
.sus-img-ns {
  height: 400px;
}

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

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

.office_address .card-header h5 {
  margin-bottom: 0;
  font-size: 16px !important;
}

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

.card {
  min-height: 286px;
}

/*----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: 0px;
  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"],
.product-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;
  color: #fff !important;
}

.innercnt .wpcf7 {
  padding-bottom: 50px;
}

/*----Product Page Start----------*/
.innercnt .wpcf7 {
  padding-bottom: 50px;
}

.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: 10px 0;
  border-bottom: 1px solid #d4d4d4b3;
} */

.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 {
  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 {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 25px;
}

.bulk-toys-section1 .f-card a {
  font-size: 14px;
  color: #2e2e2e;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  margin: 9px 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,
.owl-carousel .item h5 a {
  color: #000;
  font-size: 20px !important;
  text-align: center;
  display: block;
  padding-top: 20px;
}


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



.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 */



/* ----------- 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;
}



.prddetails {
  padding: 60px 0;
}

.shopsidebar h3 {
  font-size: 24px;
}

.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: 32px;
  line-height: 40px;
  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 #ff9405;
  color: #ff9405;
}

.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;
}

/* Header Menu */
#right-menu {
  float: right;
}

.main-navigation li {
  position: relative;
  line-height: 50px;
}

.main-navigation .sub-menu {
  display: none;
  position: absolute;
  min-width: 305px;
  background: #e2e2e2;
  padding: 10px 0;
  z-index: 999;
}

.main-navigation .sub-menu li {
  padding: 5px 10px;
  line-height: 25px;
}

.main-navigation .sub-menu li a {
  color: #000;
}

.main-navigation li:hover .sub-menu {
  display: block;
}




/* =============================16/3/23============================== */

.product-slide-item::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #dfdfff40;
  bottom: 0;
  right: 0;
  transition: all 0.5s ease;
  border: 5px;
  z-index: 2;
}

 .product-slide-item:hover:before {
  width: 4px;
  background-color: #dfdfffad;
}

.product-slide-item h5 a {
  color: #000;
  font-size: 20px !important;
  text-align: center;
  display: block;
  padding-top: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

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

.pb-70 {
  padding-bottom: 70px;
}

.table-section thead tr>th:nth-child(2),
thead tr>th:nth-child(3) {
  width: 25%;
}

.table-section .table-private tr> :nth-child(2),
tr> :nth-child(3) {
  text-align: center;
  vertical-align: middle;
}

.table-section .table-private td {
  padding: 15px 9px;
}

.table-section .table-private h6 {
  width: 85%;
  line-height: 23px;
  margin-bottom: 0;
}

.table-private-body .icon {
  font-size: 20px;
}

.table-private-body .icon .fa-check {
  color: #36b308;
}

.table-private-body .icon .fa-xmark {
  color: #b30808;
}

.table-private-body tr:nth-child(2n) {
  background-color: rgba(42, 42, 68, 0.05);
}

.benefits-section {
  background-color: rgba(42, 42, 68, 0.06);
  padding: 70px 0;
  margin-bottom: 70px;
}

.idea-real-section .left h5 {
  background: #f2f2f4;
  border: 2px solid black;
  width: fit-content;
  padding: 5px 20px;
  border-radius: 20px;
}

.idea-real-section .left h2 {
  font-size: 45px;
  font-weight: 700;
}

.idea-real-section .right h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 70px;
  font-weight: 700;
}

.idea-real-section .right ul li .icon {
  font-size: 15px;
  padding-right: 10px;
}

.idea-real-section .left h2 span {
  color: #48487A;
  opacity: 1;
}

.idea-real-section .right ul {
  list-style-type: none;
}

footer .b-f {
  margin-top: 40px;
  color: #828282;
  font-size: 12px;
}

.bulk-toys-section1 .shopsidebar {
  background-color: #f9f9ff;
  border: none;
  border-top: 3px solid #5d5db7;
  box-shadow: 3px 3px 8px #8381811f;
}

.shopsidebar h3 {
  font-size: 24px;
  text-transform: capitalize !important;
}


.shopsidebar ul li:hover::before {
  left: 0;
  transition: all 0.5s ease-in-out;
}

.bulk-toys-section1 .f-card a {
  font-size: 14px;
  color: #2e2e2e;
  font-weight: bold;
  display: block;
  overflow: hidden;
}

.bulk-toys-section1 .f-card .product-content {
  background-color: #f3f3f8;
  font-size: 15px;
  height: 65px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 20px;
  position: relative;
  width: 100%;
}

.bulk-toys-section1 .f-card .product-content::before {
  position: absolute;
  content: '';
  width: 0px;
  height: 3px;
  background-color: #58589a;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 99;
  transition: all 0.4s ease-in-out;
}

.bulk-toys-section1 .f-card:hover .product-content::before {
  width: 100%;
  transition: all 0.4s ease-in-out;
}

.bulk-toys-section1 .f-card .product-image::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 290px;
  background-color: #c3c3dd33;
  top: 0;
  right: 0;
  z-index: 99;
  transition: all 0.3s ease-in-out;
}

.bulk-toys-section1 .f-card:hover .product-image::before {
  width: 4px;
  transition: all 0.3s ease-in-out;
  background-color: #c3c3dd;
}

.shopsidebar ul li {
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}


.private-label-sb .container>* {
  padding-bottom: 50px;
}

.private-label-sb .z--hr-border-bottom,
.hr-border-bottom {
  width: 90px;
  margin: 10px 0 20px;
  background-color: #000;
  border: 2px solid #5D5DB7;
  opacity: 1;
}

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

.sec-11 .get-in-touch {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 60px 30px;
  margin: 0px 109px;
}

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

.process-section-sb img {
  height: 92px !important;
  filter: invert(35%) sepia(11%) saturate(1519%) hue-rotate(202deg) brightness(96%) contrast(87%);
  width: 92px;
}

.page-template-template-private .private-label-sb {
  padding-top: 70px !important;
}

.private-label-sb .container> :nth-child(2n) {
  flex-direction: row-reverse;
}

.hr-border-bottom.center {
  margin: 0 auto;
}

.custom-button-alt-sb {
  font-size: 14px;
  padding: 8px 14px;
  color: #2e2e2e;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #2e2e2e;
  transition: all 0.5s ease-in-out;
  display: inline-block;
}

.choose-prototype-sb ul li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 25px 15px;
  box-shadow: 3px 3px 10px rgba(189, 189, 189, 0.7);
}

.choose-prototype-sb ul li .icon {
  color: #5d5db7;
  font-size: 17px;
  display: inline-flex;
  padding: 12px;
  align-items: center;
  justify-content: center;
  background-color: rgba(93, 93, 183, 0.19);
}

.choose-prototype-sb ul li h6 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  color: #4b4b4b;
}

.inner-content-sb .accordion {
  padding-top: 30px;
}

.inner-content-sb .accordion-item {
  border: none;
  margin-bottom: 12px;
}

.inner-content-sb .accordion-item {
  border: none;
  margin-bottom: 12px;
}

.inner-content-sb .accordion-header button {
  background-color: #f5f5ff;
  border: none !important;
  box-shadow: none;
  font-size: 16px;
  color: #33336c;
  font-weight: 500;
  text-transform: capitalize;
}

.accordion .accordion-item .accordion-button:not(.collapsed)::after {
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  font-size: 1.2rem;
  font-weight: 600;
  color: #002c76;
  background-image: none;
  transform: none;
}

.inner-content-sb .accordion-body p {
  font-size: 15px;
  color: #616060;
  margin-bottom: 6px;
}

.b-sec .pagination ul li {
  margin-right: 8px;

}

.b-sec .pagination ul li span {
  display: inline-block;
  padding: 10px 16px;
  background: #b6b6b6;
  color: #fff;
  border-radius: 0 !important;
  margin-left: 0 !important;
  font-size: 14px;
  top: -1px;
  position: relative;
  margin-right: 5px;

}

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

.redmorebtn {
  border: 1px solid #000;
  padding: 12px 25px;
  text-transform: uppercase;
  background: #def9e8;
  color: #000;
  font-size: 16px;
}

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

.custom-button-sb {
  font-size: 14px;
  padding: 8px 14px;
  background-color: #2e2e2e;
  text-transform: uppercase;
  color: #fff !important;
  border: 1px solid transparent;
  transition: all 0.5s ease-in-out;
  display: inline-block;
}

.inner-ban .inner-ban-txt {
  /* position: absolute;
  top: 50%; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: fit-content;
  /* transform: translateY(-50%); */
  background-color: rgba(0,0,0,0.41);
  padding: 25px 35px;
  border-radius: 5px;
}

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

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

.woocommerce-pagination ul.page-numbers {
  display: flex !important;
  gap: 6px;
  border: none !important;
  background-color: #f9f9ff;
  border-radius: 3px;
  padding: 10px !important;
  box-shadow: 3px 3px 8px #2625251f;
  justify-content: center;
  align-items: center;
}

.woocommerce-pagination ul.page-numbers li {
  border: none !important;
  font-size: 14px;
}

.woocommerce-pagination ul.page-numbers li>.current {
  color: #2a2a44 !important;
  background-color: #e5e5e5 !important;
  position: relative;
}

.woocommerce-pagination ul.page-numbers li>.current::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000;
  margin: 0 auto;
  right: 0;
}

.woocommerce-pagination ul.page-numbers li>* {
  font-weight: 600 !important;
  color: #999;
  padding: 4px 7px !important;
}

.product-sidebar {
  top: 100px;
}

.shopsidebar {
  display: block;
  position: sticky !important;
  top: 100px;
}

.bulk-toys-section1 .f-card a img {
  height: 290px;
  object-fit: cover;
  transition: all 1.6s ease-in-out;
  width: 100%;
}

.bulk-toys-section1 .f-card a {
  margin: 0;
}

.woocommerce h3 .woocommerce-breadcrumb {
  color: #fff !important;
}

.border h3 {
  font-size: 26px;
}

.border p {
  min-height: 238px;
}

.locationlstbox {
  background: #010155;
  padding: 15px 65px;
  display: inline-block;
  color: #fff;
  border: 1px solid #000;
}

.locationlstbox:hover {
  border: 1px solid#000;
  color: #000;
  background: transparent;
}

.wpcf7-form select:focus {
  outline: none;
}

.tagbox {
  margin-top: 35px;
}

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

.tagbox a:hover {
  background: #0b0b0b;
  color: #fff;
}

.blogsubmit {
  border: 1px solid #000;
  padding: 12px 35px;
  text-transform: uppercase;
  background: #def9e8;
  color: #000;
  font-size: 16px;
}

.blogsubmit:hover {
  background: #000000;
  color: #fff;
}


/* homepage get-in-touch form */
/* 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;
}

/* header search */


/* Product Category Accordian */

.product-main .accordion-toggle {
  cursor: pointer;
  margin: 0;
  padding: 20px 30px 0 10px;
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #231f20;
}

.product-main .accordion-toggle:before {
  content: "+";
  position: absolute;
  right: 16px;
  top: 22px;
  width: 0;
  height: 0;
  color: #6e6e6e;
}

.product-main .accordion-toggle.active {
  color: #000;
}

.product-main .accordion-toggle.active:after {
  content: "";
  position: absolute;
  right: 4px;
  top: 30px;
  width: 13px;
  height: 2px;
  background-color: #d0d0d0;
}

.product-main .accordion-toggle.active:before {
  display: none;
}

.product-main .accordion-content {
  display: none;
}

.product-main .p-accordian .acc:not(:first-child) h4.accordion-toggle {
  border-top: 1px solid #afafaf !important;
  margin-top: 20px;
}

.product-main .p-accordian .acc:last-child {
  border-bottom: 1px solid #afafaf !important;
  padding-bottom: 20px;
}

.product-main .p-accordian ul.p-list {
  padding-left: 10px;
  padding-top: 10px;
}

.product-main .p-accordian ul.p-list li:not(:first-child) {
  margin-top: 10px;
}

.product-main .p-accordian ul.p-list li a {
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #808080;
}

.product-main ul.h-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.product-main ul.h-pagination li a {
  text-decoration: none;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}

.product-main ul.h-pagination li a.active {
  color: #0fbdc8;
}

.product-main ul.product-categories li {
  position: relative;
}

.product-main ul.product-categories li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #231f20;
  text-decoration: none;
  padding: 15px 0;
  transition: all 0.4s ease-in;
  border-bottom: 1px solid #afafaf !important;
  padding-left: 8px;
}

.product-main ul.product-categories li i.fa.fa-plus {
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  padding: 17px;
  cursor: pointer;
  padding-right: 0;
  display: none;
}

.product-main ul.product-categories li ul.children {
  max-height: 0;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
  background: rgba(15, 189, 200, 0.0588235294);
}

.product-main ul.product-categories li ul.children li a {
  padding: 15px;
}

.product-main ul.product-categories li.cat-item.cat-parent i.fa.fa-plus {
  display: block;
}

.product-main ul.product-categories li.active ul.children {
   max-height: 700px;
  transition: max-height 0.25s ease-in;
  overflow-y: scroll;
}

.product-main ul.product-categories li.active i.fa.fa-plus {
  transform: rotate(45deg) translate(0px, 0px);
}

.catactive {
  background-color: #F1F1F1;
  font-weight: 700 !important;
}

.catactive_sub {
  background-color: #bee5f4 !important;
  font-weight: 700 !important;
}


.location_city li {
  display: inline-block;
}

.custom-button-alt-sb:hover {
  background: #0b0b0b;
  color: #fff;
}

.view-more {
  padding: 15px 25px;
  border: 1px solid transparent;
  color: #fff;
  margin-top: 20px;
  text-transform: uppercase;
  z-index: 999;
  position: relative;
  background: #ff8e2b;
  border-radius: 25px;
  font-weight: 700;
}


.view-more:hover {
  background: #0d2137;
  color: #fff;
}
.btn-white .view-more {
  background-color: #e0eaf5;
  margin-top: 25px;
  display: inline-block;
  color: #0d2137;
}

.btn-white .view-more:hover {
  background-color: #ff8e2b;
  color: #fff;
}


.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%;
}

header {
  z-index: 99 !important;
  position: relative;
  padding: 0 !important;
}

.sticky {
  position: fixed;
  top: 0;
  z-index: 9999 !important;
  width: 100%;
  left: 0;
}

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

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

header .topbar .top-bar-right {
  display: flex;
  align-items: center;
  justify-content: flex-end !important;
  list-style-type: none;
}

.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 {
 overflow:hidden;
 background: linear-gradient(#ff8e2b, #f48829);
 margin:3px;
 padding:10px 20px!important;
 border-radius:0;
 text-align:center;
 text-decoration:none;
 box-shadow:2px 1px 10px rgba(0,0,0,.64);
 width:100%;
 position:relative;
 transition:all 0.5s ease-in-out
}
.catalog-btn span:nth-child(2) {
 position:absolute;
 top:0;
 right:0;
 width:100%;
 height:2px;
 background:linear-gradient(to right,#161618,#fff);
 animation:animate1 2s linear infinite
}
@keyframes animate1 {
 0% {
  transform:translateX(-100%)
 }
 100% {
  transform:translateX(100%)
 }
}
.catalog-btn span:nth-child(3) {
 position:absolute;
 top:0;
 right:0;
 height:100%;
 width:2px;
 background:linear-gradient(to bottom,#161618,#fff);
 animation:animate2 2s linear infinite;
 animation-delay:1s
}
@keyframes animate2 {
 0% {
  transform:translateY(-100%)
 }
 100% {
  transform:translateY(100%)
 }
}
.catalog-btn span:nth-child(4) {
 position:absolute;
 bottom:0;
 right:0;
 width:100%;
 height:2px;
 background:linear-gradient(to left,#161618,#fff);
 animation:animate3 2s linear infinite
}
@keyframes animate3 {
 0% {
  transform:translateX(100%)
 }
 100% {
  transform:translateX(-100%)
 }
}
.catalog-btn span:nth-child(5) {
 position:absolute;
 top:0;
 left:0;
 height:100%;
 width:2px;
 background:linear-gradient(to top,#161618,#fff);
 animation:animate4 2s linear infinite;
 animation-delay:1s
}
@keyframes animate4 {
 0% {
  transform:translateY(100%)
 }
 100% {
  transform:translateY(-100%)
 }
}

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: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 1.5s infinite
} */

.contactlistsecnw h5{ text-align: left !important;}
.contactlistsecnw ul{ text-align: left !important;}

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

  100% {
    width: 200px;
    height: 200px;
    opacity: 0
  }
}

.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;
}

.mob-v {
 display:none!important
}
.concept-btn {
 position:relative;
 display:flex!important;
 justify-content:center!important;
 align-items:center!important;
 background:transparent;
 color:#fff;
 border:1px solid #fff;
 border-radius:8px 0 8px 0;
 transition:0.2s ease-in-out;
 padding:8px 16px!important;
 margin-right:8px
}
.concept-btn p {
 animation:typing 4s steps(12) infinite;
 display:inline-block;
 overflow:hidden;
 white-space:nowrap
}
@keyframes typing {
 0% {
  width:0
 }
 50% {
  width:100%
 }
 55%,
 65%,
 75% {
  opacity:1
 }
 60%,
 70% {
  opacity:0
 }
 80% {
  width:100%
 }
 100% {
  width:0
 }
}

/* Factory Section new design */
.factory  {
  background-color: #f2f2f2;
}
.factory-box {
  border: 1px solid #767676;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 25px 25px;
}
.factory-box .icon {
  display: inline-flex;
}
.factory-box .icon img {
  height: 60px;
  width: 100%;
  object-fit: contain;
  object-position: left;
}
.factory-box .title h5 {
  font-weight: 700;
  color: #0d2137;
  margin-bottom: 0;
}
.factory-box .desc p {
  font-size: 15px;
  color: #3d3d3d;
  margin-bottom: 0;
}
.factory-box .text-link {
  display: inline-flex;
  font-weight: 600;
  color: #0c4c7c;
  text-transform: uppercase;
  font-size: 13px;
  position: relative;
  padding-right: 8px;
}
.factory-box .text-link::before {
  position: absolute; 
  content: '';
  width: 80%;
  height: 2px;
  background-color: #ff8e2b;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
/* Factory Section new design */


/* Upload Concept Css */
.phnotfound{ padding: 80px 0; }
	.searchheding h1{ color: #000; text-align: center; }
	.formbox{ width: 800px; margin: 0 auto; background: #f9f9f9; margin-top: 25px;  padding: 25px;}
.formbox h1{color: #000; font-size: 28px; margin-bottom: 35px;}
	.formbox .form-control{ height: 50px; border-radius: 0; }
	.formbox .formtextarea{ width: 100%; height: 80px; resize: none; }
    .formbox .frmsubmit{ border: 1px solid #000; font-size: 20px; border-radius: 0; background: #000; color: #fff;
                          text-align: center; display: inline-block; width: 100%;padding: 15px;text-transform: uppercase;
                          font-weight: bold; }
    .formbox .frmsubmit:hover{ background: #fff; color: #000; } 

     @media (max-width: 680px) {
       .formbox{ width: auto; }
      }                


#lightb {
	color: #ffcc00;
	animation: flicker 3s linear infinite;
}

@keyframes flicker {
	0%, 19.999%, 22%, 62.999%, 64%, 64.999%, 70%, 100% {
		opacity: .99;
		text-shadow: 10px 10px 10px rgba(255, 255, 255, 0.4), 10px 10px 10px rgba(255, 255, 255, 0.4), 10px 10px 10px rgba(255, 255, 255, 0.4), 1px 1px 0 rgba(255, 255, 255, 0.4), 0 -2px 8px, 0 0 2px, 0 0 5px #ff7e00, 0 0 15px #ff4444, 0 0 2px #ff7e00, 0 2px 3px #000;
	}
	20%, 21.999%, 63%, 63.999%, 65%, 69.999% {
		opacity: 0.4;
		text-shadow: none;
	}
}

.sidebtn.sticky-btn {
  position: fixed;
  right: -97px;
  top: 50%;
  z-index: 7;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}

.sidebtn.sticky-btn .stick_con {
  color: #fff;
  margin: 3px;
  padding: 9px;
  border-radius: 11px 10px 0 0;
  width: 223px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  background: linear-gradient(#ff8e2b, #dd7a24);
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0;
}

.hcontent {
	text-align: center;
}

.hcontent > :not(:last-child) {
  margin-bottom: 16px;
}

.hcontent h2 {
		font-weight: 600;
	}
.hcontent p {
		font-weight: 300;
    	text-align: justify;
	}
  .hcontent a {
    color: #313131;
  }
  .hcontent p a {
    font-size: 16px;
    font-weight: 500;
  }

/* Marqueeee 28-12-2023 */

.sale {
  overflow-x: hidden;
  background-color: var(--clr-white-200);
}

.sale-wrap {
  padding: 20px 0;
  background-color: #f7f7f7;
}

.sale-item {
  margin-right: 0;
}
.sale-item a:hover p {
  color: #333;
  text-decoration: underline;
}
.sale-item a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #828282;
  padding-right: 15px;
  position: relative;
  margin-right: 15px;
  border-right: 1px solid #d7d7d7;
}

.sale-item a::before {
  position: absolute;
  content: '';
  width: 146px;
  height: 2px;
  background-color: var(--clr-black-200);
  right: 0;
  top: 55%;
  transform: translateY(-50%);
}

.sale-item a span {
  font-size: 34px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 34px;
}

.sale-item a p {
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 0;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.5px;
}
/* .sale .marquee {
   padding-left: 100%; 
   animation: marquee 20s linear infinite; 
} */

.marquee-container {overflow: hidden;}


.marquee-container .marquee {
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 100%;
   /* overflow: hidden;  */
  position: absolute;
  white-space: nowrap;
  animation: marquee 45s linear infinite;
   /* animation-delay: 15s;  */
  list-style-type: none;
}

.marquee-container .marquee2 {}

.marquee-container b {
  padding-left: 10px;
}


@keyframes marquee {
  0% {
    left: 100%;
  }

  100% {
    left: -100%;
  }
}

/* Common Banner Form */
.inner__ban-content {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
}
.common-banner-form .wpcf7-form-control, .common-banner-form .wpcf7-textarea {
  color: #fff;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.4) !important;
  padding: 10px 12px;
}
.common-banner-form .wpcf7-form-control::placeholder {
  color: #eaeaea;
  opacity: 1;
}
.common-banner-form .wpcf7-submit.wpcf7-form-control {
  margin-top: 0px !important;
  background-color: #ff8e2b !important;
  border: none !important;
  padding: 8px 22px !important;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  font-size: 15px !important;
}
.inner-ban picture {
  display: block;
}
.inner-ban::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  z-index: 0;
}

.common-banner-form .wpcf7 form.sent .wpcf7-response-output, .common-banner-form .wpcf7-response-output {
  color: #fff;
}
.product-content {
  display: flex;
  justify-content: center;
  color: #333 !important;
  font-weight: 600 !important;
  margin: 8px 0 8px;
}
.related-product .f-card {
  text-align: center;
}
.f-card .custom-button-sb {
  color: #fff !important;
  font-size: 12px !important;
}

/* 29-12-2023 */

.sec__ship-count {
  background-color: #f4f4f4;
  position: relative;
  padding: 16px 0;
}
.sec__ship-count .count-number-and-unit {
  display: inline-flex;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--ff-body);
  line-height: 20px;
}
.sec__ship-count .count-title {
  font-size: 13px;
  font-family: var(--ff-heading);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.sec__ship-count .counter-up-wrapper [class^="col-"]:not(:last-child) .counter-box {
  border-right: 1px solid #dfdfdf;
}
.sec__ship-count .counter-box {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  padding: 7px 0;
}
.sec__ship-count .icon-part img {
  height: 40px;
  object-fit: contain;
}
/* 29-12-2023 */

@media (max-width: 576px) {
  .inner-ban .inner-ban-txt {position: absolute;top: 13px;padding: 3px 25px;border-radius: 0;}
  .common-banner-form .wpcf7-form-control, .common-banner-form .wpcf7-textarea {color: #242424;background-color: rgba(0, 0, 0, 0.02) !important;padding: 7px 12px;height: 36px;font-size: 14px;}
  .common-banner-form .wpcf7-form-control::placeholder {
    color: #464646;
  }
  .inner__ban-content {
    position: unset;
    top: unset;
    transform: unset;
    left: unset;
    width: unset;
  }
  .inner-ban .inner-ban-txt h3 {
    font-size: 12px !important;
  }
  .inner-ban .inner-ban-txt h1 {
    font-size: 16px !important;
  }
  .page-template-template-private .private-label-sb {
    padding-top: 20px !important;
  }

  .common-banner-form .wpcf7 form.sent .wpcf7-response-output, .common-banner-form .wpcf7-response-output {
    color: #161616;
  }
  .inner-ban::before {
    display: none !important;
    }
    .related-product .f-card {
      margin-bottom: 16px;
      }
}

.blog-card {
	font-family: "Roboto", sans-serif !important;
    font-weight: 500;
}
/* Common Banner Form */
.catalogBox{position: relative; width: 100%;}
.catalogBox img{width: 100%; position: relative;}
.catalogBox .df-book-title {
  bottom:0;
  position: absolute;
  width: 100%;
  left: 0;
  padding: 5px;
  font-size: 17px;
  background: rgb(19, 24, 30);
  color: #fff;
  box-sizing: border-box;
  display: block;
  -moz-transition: .4s;
  -o-transition: .4s;
  -webkit-transition: .4s;
  transition: .4s;
  opacity: 0;
  text-align: center;

}
.catalogBox:hover .df-book-title{opacity: 1; z-index: 5;}

  .thankyou-text{padding: 30px; position: relative;}
.thankyou-text h3{font-size: 56px; color: #4AB5B8 !important; font-weight: 700; margin-bottom:10px ; line-height: 65px;}
.thankyou-text p{font-size: 22px; }
.catalog-sec {position: relative; padding: 30px 0;}
.catalog-sec h2{font-size: 40px; color: #000 !important; font-weight: 700; margin-bottom:10px ;}
.catalogBox img {
  width: 100%;
  position: relative;
  height: 300px;
}
.catalog-sec .modal-dialog{
	width:100% !important;
	height:100% !important;
	z-index:999;	
}
.catalog-sec .modal-dialog .btn-close{
	position:absolute;
	top:20px;
	right:20px;
	z-index:99; background-image: url(https://www.oasisuniform.net/wp-content/uploads/2024/03/cross1.png);
	background-size: 100%;
  opacity: 1;
}
#quadmenu.quadmenu-default_theme.quadmenu-is-horizontal.js .quadmenu-navbar-header .quadmenu-navbar-brand{padding:0;}

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

.navigation-header img {
  max-height: 80px;
  width: 40px;
}

.zz {
  border: 2px solid red;
}
.z-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.z-center-down {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
img {
  width: 100%;
}
a {
  text-decoration: none;
  color: unset;
}

.z-new-table-img-check{
  width: 15px;
}
.z-new-table-img-close{
  width: 12px;
  filter: contrast(0.2);
}
tbody tr:nth-last-of-type(even){
  background: #e0e0e0;
}
.z--table-private tr th{
  font-weight: 600;
}
.z--table-private tr th, .z--table-private-body tr td{
  text-align: center;
}
.z--table-private-body tr td h6{
  text-align: start;
  width: 300px;
}
.z--width-td{
  width: 200px;
}




.z--hr-border-bottom{
  border: 2px solid red;
  align-self: baseline;
  width: 100px;
  opacity: 1;
}
.z--small-division{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.z--small-division-img{
  width: 30%;
}
.dwncatlnk img{
  width: unset !important;
}
.z--benefit-selling h6{
  line-height: 1.5;
}

.z--small-division-button{
  padding: 10px 20px;
  margin: 0 10px;
  border: 2px solid red;
}
.z--animated-section-card.z-border{
  border: 0 1px 0 1px solid red;

}
.z--btn-private-label{
  background-color: #ac2e37;
  color: #fff;
  /* max-width: 175px; */
  display: flex;
  font-size: 15px;
  padding: 15px 40px;
  align-items: center;
  justify-content: center;
  transition: .30s all ease;

}
.z--btn-private-label:hover{
  background-color: #000;
}
.z--private-section-ul li{
  border: 1px solid rgb(34, 34, 34);
  padding: 20px;
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.z--private-section-ul-img{
  background-color: #ac2e37;
  padding: 10px;
  margin: 0 20px;
}


.z--private-section-ul-img img{
  width: 20px;
}


/* service page strays heade */

.z--service-hr{
  width: 200px;
}
.z--service-coloured-heading{
  color: #ac2e37;
}

.carousel-wrap {
  /* margin: 90px auto; */
  /* padding: 0 5%; */
  /* width: 80%; */
  position: relative;
}

.owl-carousel .item {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
}

.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}
.z--service-caraousel{
  /* background: #f2f2f2; */
  border-radius: 20px;
  position: relative;
  /* height: 250px; */
}
.z--product-service-content{
  position: absolute;
  top: 25%;
  right: 0;
  padding: 0 20px;
  width: 58%;
  
}
.z--service-number-box{
  background:#ac2e37;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: 10px;
}


.owl-carousel .owl-nav .owl-prev{
  width: 50px;
  height: 50px;
  background-image: url("../images/z--service-left-arrow.png");
}
.owl-carousel .owl-nav .owl-prev{
  width: 20px;
  height: 40px;
  background-image: url("../images/z--service-right-arrow.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.owl-carousel .owl-nav .owl-next{
  width: 20px;
  height: 40px;
  background-image: url("../images/z--service-left-arrow.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.owl-nav i{
  display: none;
}

.z--service-caraousel{
  transition: .30s all ease;
  overflow: hidden;
  
}

.z--service-caraousel:hover  .z--service-caraosel-img{
  animation: both zaheer-zz 1s;
  transition: .30s all ease;
  
}
@keyframes zaheer-zz {
  0%{
      transform: scale(1);
  }
  100%{
      transform: scale(1.05);
  }
}
.z--coloured-section{
  background: #f0f0f0;
}
.z---service-button{
  padding: 12px 20px;
  font-size: 14px;
  line-height: 18px;
  width: 80%;
  text-transform: capitalize;
  color: #FFF;
  background:#ac2e37;
}
.z-ready-to-begin{
  display: flex;
  align-items: center;
  min-height: 25px;
  flex-direction: column;
}
.z--service-pen {
  display: flex;
  align-items: center;
  justify-content: center;
}
.z--service-pen img{
  width: 60%;
}   
.z--service-table tr td{
  border: 1px solid rgb(187, 187, 187);
  padding: 20px 10px;
  text-align: center;
}
.z--service-table tr:nth-last-child(even){
  padding: 10px;


}


#menuToggle
{
  display: block;
  position: relative;
  top: 50px;
  left: 50px;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  color: #232323;
  
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: tomato;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; 
  z-index: 2; 
  -webkit-touch-callout: none;
}

#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #cdcdcd;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 300px;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}

#quadmenu .quadmenu-navbar-nav li.quadmenu-item > a { font-weight: 700;}
.counter-content { text-align: center;}

/* #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li:not(.quadmenu-item-type-button).quadmenu-has-link:hover a .quadmenu-item-content {color: #fd8d2b !important;} */

.benefits-section .content p {
  font-size: 14px;
  margin-bottom: 0px;
}

.benefits-section .content h4 {
  font-size: 18px;
  font-weight: 700;
}
.product-slide-item a{
  display: block;
}
.product-slide-item a img,
.sec-3 .swiper-slide .item img
{
  height: 300px;
  object-fit: cover;
}

.address-sb  li a:hover {
  color: #f78a2a !important;
}

.location li a:hover {
  color: #f78a2a !important;
}

.ctext {
    color: #111;
    font-weight: 700;
}

span.crev {
    width: 70px;
    background-size: 14px 11.4px;
    height: 11.4px;
    width: 68px;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.44 19'><polygon fill='%23fbbc04' points='10,15.27 16.18,19 14.54,11.97 20,7.24 12.81,6.63 10,0 7.19,6.63 0,7.24 5.46,11.97 3.82,19'/></svg>");
    background-repeat: repeat-x;
    display: inline-block;
}
.custom__nav .navbar-toggler .icon-bar {
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 1px;
  background-color: #000;
  margin: 5px 0;
}
.custom__nav .navbar-toggler{background: none !important; border: none !important;}
.custom__nav .navbar-toggler:focus{
  box-shadow: none !important;
}

.caret {
  position:relative;
  margin-right:10px ;
  
}
.caret::after {
  position:absolute;
  content:'\f107';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  left:4px
}		
.inner-page__modal {
    z-index: 99999!important
}
.addpopup .wpcf7-form-control {
    border: 1px solid #ccc !important;
    color: #000!important;
    border-radius: 0;
    padding: 12px;
    height: unset;
    box-shadow: unset
}

.addpopup .wpcf7-form-control::placeholder {
    opacity: 1;
    color: #939393
}

.addpopup .map-part iframe {
    width: 100%
}

.addpopup .wpcf7-form-control.wpcf7-textarea {
    height: 120px;
    resize: none;
	font-weight: 400;
		
}
.inner-page__modal .row.align-items-center {
    display: flex;
    align-items: center
}

.inner-modal__title h4 {
    font-size: 28px;
    text-transform: capitalize;
    color: #5c5c5c;
    margin-bottom: 25px;
}

.addpopup .wpcf7-submit.form-btn {
    background-color: #09245C;
	    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff!important;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 32px;
    border: none;
	margin: 0;
}

.popup-catalog .form-btn {
    background-color: #EEC800;
    align-items: center;
    justify-content: center;
    color: #fff!important;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    border: none;
    text-transform: uppercase
}

.popup-catalog {
    text-align: center;
    margin-top: 15px
}
		.theme_modal .wpcf7-not-valid-tip{
			margin-bottom: 10px;
		}
.western {
    text-align: justify;
    color: #333
}
		.theme_modal .modal-content{
			padding: 15px;	
		}
		.theme_modal .btn-close{
			margin-left: auto;
		}
		.theme_modal .modal-bg{
			max-height: 450px;
    		height: 450px;
		}
		.theme_modal .modal-bg img{
			object-fit: cover;
			object-position: top center;
			width: 100%;
			height: 100%;
		}
		.theme_modal .modal-content .popup-catalog a{
			color: #FFF;
		}
		.theme_modal .wpcf7-response-output{
			    padding: 0 !important;
				border: none !important;
				color: red !important;
				margin: 0 !important;
		}
		.theme_modal .popup-catalog{
			    margin: 15px auto 0 auto;
			    text-align: center;
		}
		.theme_modal .popup-catalog a{
			box-shadow: none;
			display: inline-block;
			color: #FFF;
			width: auto;
			font-weight: 400;
		}
		.theme_modal .popup-catalog a i{
			font-size: 20px;
		}
		.inner-page__modal.theme_modal .modal-body{
			padding: 0 !important;
		}

    footer ul li a {
      color: #fff !important;
    }
.hnavcol {
	background-color: #F1F1F1;
	font-weight: 600
} 

.imgdrop {
	box-shadow: 0 0 .75rem #000 !important;
	transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
	margin: 0 20%;
}

.imgdrop:hover{
	box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, .1) !important;
    margin-top: 0 !important;
}

.bfetimg img {
	width: 100% !important;
}

.catalog form p span {
    display: block !important;
   
}


  footer .wpcf7-not-valid-tip {
    font-size: 13px !important;
}

footer .wpcf7 form.invalid .wpcf7-response-output{
	color: #dc3232;
	   font-size: 14px;
}

.catalog form p span{
display: block !important;
}

/* 17-11-2025 Start */

.idea-real-section .right ul li + li{
  margin-top: 6px;
}
.idea-real-section .left h6{
  line-height: 1.5;
}

.modal-backdrop.show {
    z-index: 0;
}
.wpcf7 form.invalid .wpcf7-response-output{
  color: #dc3232;
}
.common-banner-form .wpcf7-not-valid-tip,
.common-banner-form  .wpcf7 form.invalid .wpcf7-response-output
{
  color: #fff;
}
.form_bucket .row{
  row-gap: 15px;
}
.common-banner-form form .row{
  row-gap: 15px;
}

/* 17-11-2025 End */

::-webkit-input-placeholder { /* WebKit browsers */
color: #3c3939 !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #252525 !important;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #252525 !important;}


footer ::-webkit-input-placeholder { /* WebKit browsers */
color: #dcb2b2 !important;
}
footer :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #dcb2b2 !important;
}
footer :-ms-input-placeholder { /* Internet Explorer 10+ */
color: #dcb2b2 !important;}

.common-banner-form ::-webkit-input-placeholder { /* WebKit browsers */
color: #fff !important;
}
.common-banner-form:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #fff !important;
}
.common-banner-form:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #fff !important;}
