@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  padding: 0px;
  margin: 0px;
}

body {
  color: #000;
  background: var(--Cream, #e2dfcf);
}

img {
  max-width: 100%;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

a,
a:hover {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

ul {
  margin: 0;
  padding: 0;
}

li,
ol {
  list-style: none;
}

h1 {
  color: var(--white, #f7f6f3);
  font-family: Outfit;
  font-size: 48px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

h2 {
  color: #1c1c1c;
  font-family: Outfit;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 24px;
}

h6 {
  color: var(--Orange, #e45c25);
  font-family: Outfit;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 33.6px */
  text-transform: uppercase;
  margin-bottom: 12px;
}

p {
  color: var(--Black, #000);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.btn {
  border-radius: 50px;
  background: var(--Orange, #e45c25);
  padding: 14px 26.5px;
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
.btn:hover {
  background: var(--Orange, #ffbda2);
  color: #e45c25;
}
.btn.white {
  background: white;
  color: #e45c25;
}
.btn.white:hover {
  background: var(--Orange, #8f6c5f);
  color: white;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 9;
  padding-top: 50px;
}
header .menu-area .container {
  padding: 0;
}
header .menu-area .totl_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 50px;
  background: #1c1c1c;
  padding: 20px;
}
header .menu-area .totl_head .main_logo {
  max-width: 203px;
  position: relative;
  z-index: 9;
}
header .menu-area .totl_head .main_logo img {
  width: 100%;
}
header .menu-area .totl_head .main_links {
  width: inherit;
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
header .menu-area .totl_head .main_links ul li {
  padding: 0;
}
header .menu-area .totl_head .main_links ul li:hover ul.sub-menu {
  display: block;
}
header .menu-area .totl_head .main_links ul li a {
  color: var(--white, #f7f6f3);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  overflow: hidden;
  display: inline-block;
  padding: 12px 20px 12px 16px;
}
header .menu-area .totl_head .main_links ul li a:hover span[data-hover] {
  transform: translateY(-200%);
}
header .menu-area .totl_head .main_links ul li a span[data-hover]::before {
  display: none;
}
header .menu-area .totl_head .main_links ul li a span[data-hover] {
  position: relative;
  display: inline-block;
  transition: transform 0.4s;
}
header .menu-area .totl_head .main_links ul li a span[data-hover]::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  content: attr(data-hover);
  transform: translate(0px, 21px);
  color: #e45c25;
}
header .menu-area .totl_head .main_links ul li.active a {
  color: #e45c25;
}
header .menu-area .totl_head .main_links ul li.has-sub a {
  position: relative;
}
header .menu-area .totl_head .main_links ul li.has-sub a::after {
  content: "";
  position: absolute;
  background-image: url(../images/drpdwn_arrw.svg);
  background-position: right 2px top 9px;
  background-repeat: no-repeat;
  background-size: auto;
  width: 20px;
  height: 20px;
}
header .menu-area .totl_head .main_links ul li.has-sub a:hover::after {
  filter: brightness(0) saturate(100%) invert(44%) sepia(47%) saturate(1670%) hue-rotate(344deg) brightness(91%) contrast(96%);
}
header .menu-area .totl_head .main_links ul li.has-sub .dd-toggle {
  position: absolute;
  padding: 0;
}
header .menu-area .totl_head .main_links ul li.has-sub ul {
  flex-direction: column;
  gap: 0;
  justify-content: left;
  text-align: left;
  align-items: flex-start;
}
header .menu-area .totl_head .main_links ul li.has-sub ul li {
  width: 100%;
  border-bottom: 1px solid #696969;
}
header .menu-area .totl_head .main_links ul li.has-sub ul li:last-child {
  border-bottom: none;
}
header .menu-area .totl_head .main_links ul li.has-sub ul li a {
  display: block;
  padding: 12px 12px;
}
header .menu-area .totl_head .main_links ul li.has-sub ul li a::after {
  display: none;
}
header .menu-area .totl_head .main_links ul li.has-sub ul li a:hover {
  color: #e45c25;
}

.hero_bnnr {
  position: relative;
}
.hero_bnnr .vd_dv {
  width: 100%;
  height: 100%;
  position: relative;
  max-height: 768px;
}
.hero_bnnr .vd_dv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(228, 92, 37, 0.3) 0%, rgba(255, 122, 68, 0.3) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.hero_bnnr .vd_dv video {
  width: 100%;
  max-height: 768px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.hero_bnnr .top {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 138px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero_bnnr .top h1 {
  margin-bottom: 24px;
  font-size: 60px;
}
.hero_bnnr .top p {
  max-width: 642px;
  color: #fff;
  margin-bottom: 24px;
  font-weight: 400;
}

.ind_sec2 {
  padding: 100px 0;
}
.ind_sec2 ul.tabs {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 30px;
  align-items: center;
  width: 100%;
}
.ind_sec2 ul.tabs li {
  cursor: pointer;
  padding: 40px 0px 60px;
  width: 33%;
  position: relative;
  text-align: center;
  color: var(--Black, #000);
  text-align: center;
  font-family: Outfit;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.ind_sec2 ul.tabs li a {
  color: var(--Black, #000);
}
.ind_sec2 ul.tabs li .img1 {
  display: block;
}
.ind_sec2 ul.tabs li .img2 {
  display: none;
}
.ind_sec2 ul.tabs li::before {
  content: "";
  position: absolute;
  background-color: #e6bca2;
  bottom: -67px;
  left: 30%;
  width: 101px;
  -webkit-clip-path: polygon(51% 40%, 0% 100%, 100% 100%);
  clip-path: polygon(51% 40%, 0% 100%, 100% 100%);
  height: 83px;
  transition: all 0.2s ease-out;
  opacity: 0;
}
.ind_sec2 ul.tabs li.active {
  background: #ef8358;
  position: relative;
}
.ind_sec2 ul.tabs li.active .img1 {
  display: none;
}
.ind_sec2 ul.tabs li.active .img2 {
  display: block;
}
.ind_sec2 ul.tabs li.active::before {
  opacity: 1;
}
.ind_sec2 .tab_container {
  margin-top: 55px;
  width: 100%;
  background: transparent;
}
.ind_sec2 .tab_container .tab_content {
  padding: 0;
  display: none;
  background: #e6bca2;
  padding: 35px 82px 35px;
}
.ind_sec2 .tab_container .tab_content ul li {
  margin-bottom: 52px;
  padding: 14px 12px;
  margin-bottom: 0;
  text-align: center;
  border-bottom: 1px solid var(--Black, #000);
  color: var(--Black, #000);
  text-align: center;
  font-family: Outfit;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.ind_sec2 .tab_container .tab_content ul li a {
  color: var(--Black, #000);
}
.ind_sec2 .tab_container .tab_content ul li:last-child {
  margin-bottom: 0;
}
.ind_sec2 .tab_container .tab_content ul li:first-child {
  padding-top: 0;
}
.ind_sec2 .tab_drawer_heading {
  display: none;
}
@media screen and (max-width: 480px) {
  .ind_sec2 .tabs {
    display: none;
  }
  .ind_sec2 .tab_drawer_heading {
    background-color: #1c1c1c;
    color: #fff;
    border-top: 1px solid #fff;
    margin: 0;
    padding: 12px 20px;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: relative;
    font-size: 16px;
    text-align: left;
  }
  .ind_sec2 .tab_drawer_heading::before {
    content: "\f078";
    font-family: FontAwesome;
    position: absolute;
    right: 8px;
    top: 14px;
    color: #fff;
    font-size: 14px;
  }
  .ind_sec2 .d_active {
    background-color: #1c1c1c;
    color: #fff;
  }
  .ind_sec2 .d_active::before {
    content: "\f077";
  }
}
.ind_sec2 .for-mob {
  display: none;
}
.ind_sec2 .accordion-toggle {
  background-color: #1c1c1c;
  color: #fff;
  border-top: 1px solid #fff;
  margin: 0;
  padding: 12px 20px;
  display: block;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: relative;
  font-size: 16px;
  text-align: left;
}
.ind_sec2 .accordion-toggle:before {
  content: "\f078";
  font-family: FontAwesome;
  position: absolute;
  right: 12px;
  top: 14px;
  color: #fff;
  font-size: 14px;
}
.ind_sec2 h4.accordion-toggle.active:before {
  content: "\f077";
}
.ind_sec2 .accordion-content {
  display: none;
}
.ind_sec2 .accordion-content ul {
  background: #e6bca2;
  padding: 0 15px 15px;
}
.ind_sec2 .accordion-content ul li {
  margin-bottom: 52px;
  padding: 14px 12px;
  margin-bottom: 0;
  text-align: center;
  border-bottom: 1px solid var(--Black, #000);
  color: var(--Black, #000);
  text-align: center;
  font-family: Outfit;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.ind_sec2 .accordion-content ul li a {
  color: var(--Black, #000);
}

@media (max-width: 1000px) {
  .ind_sec2 .for-mob {
    display: block;
  }
  .ind_sec2 .tab_container {
    margin-top: 0;
    display: none;
  }
}
.ind_sec3 {
  padding-bottom: 100px;
}
.ind_sec3 h2 {
  text-align: center;
  margin-bottom: 48px;
}
.ind_sec3 .card {
  border-radius: 20px;
  background: #f1f1f1;
  border: none;
  padding: 24px;
  padding-bottom: 34px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.ind_sec3 .card:hover {
  background: #ef8358;
}
.ind_sec3 .card:hover h5,
.ind_sec3 .card:hover p {
  color: white;
}
.ind_sec3 .card:hover > img {
  filter: brightness(0) invert(1);
}
.ind_sec3 .card .bg {
  position: absolute;
  bottom: -21px;
  right: 24px;
}
.ind_sec3 .card .bg img {
  width: 140px;
  margin-bottom: 0;
}
.ind_sec3 .card img {
  width: 80px;
  margin: auto;
  display: table;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.ind_sec3 .card h5 {
  color: var(--Black, #000);
  text-align: center;
  font-family: Outfit;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.ind_sec3 .card p {
  margin-bottom: 0;
  text-align: center;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}

.usp {
  padding-bottom: 120px;
}
.usp .uspinner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.usp .uspinner li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 194px;
  gap: 30px;
}
.usp .uspinner li img {
  width: 80px;
}
.usp .uspinner li span {
  color: var(--Black, #000);
  text-align: center;
  font-family: Outfit;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.liveprice {
  padding-bottom: 119px;
}
.liveprice .livebg .row {
  justify-content: space-between;
}
.liveprice .livebg .col-md-6:first-child {
  display: flex;
  align-items: flex-end;
  padding-right: 0;
}
.liveprice .livebg .col-md-6:last-child {
  padding-left: 0;
}
.liveprice .livebg .livepricebox {
  background: #e25c26;
  padding: 38px 37px;
  border-radius: 12px 0 0 12px;
  position: relative;
}
.liveprice .livebg .livepricebox:after {
  content: "";
  position: absolute;
  width: 50px;
  right: -25px;
  top: 0;
  bottom: 0;
  background: #e25c26;
  z-index: 0;
}
.liveprice .livebg .livepricebox h2 {
  color: white;
  margin-bottom: 10px;
}
.liveprice .livebg .livepricebox p {
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
  margin-bottom: 12px;
}
.liveprice .livebg .img {
  width: 100%;
  position: relative;
}
.liveprice .livebg .img img {
  width: 100%;
}

.markets {
  text-align: center;
  padding-bottom: 100px;
}
.markets p {
  margin-bottom: 48px;
}
.markets .marketbx img {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.markets .marketbx h6 {
  margin-bottom: 12px;
}
.markets .marketbx p {
  margin-bottom: 0;
}

.innovation {
  padding-bottom: 100px;
}
.innovation.company {
  padding-top: 100px;
}
.innovation.company .innobx {
  padding-right: 10px;
}
.innovation .innobx h2 {
  margin-bottom: 24px;
}
.innovation .img {
  border-radius: 20px;
  overflow: hidden;
}
.innovation .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

footer.mainft {
  background: #1c1c1c;
  padding: 60px 0 0;
}
footer.mainft .ftcontent .ftlogo {
  margin-bottom: 16px;
  width: 200px;
}
footer.mainft .ftcontent .ftlogo a {
  display: block;
}
footer.mainft .ftcontent .ftlogo a img {
  width: 100%;
}
footer.mainft .ftcontent h5 {
  color: var(--White, #fff);
  font-family: Outfit;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 120% */
  margin-bottom: 30px;
}
footer.mainft .ftcontent p {
  color: var(--White, #fff);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}
footer.mainft .ftcontent ul {
  display: grid;
  grid-template-columns: 105px 212px;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
footer.mainft .ftcontent ul li {
  margin-bottom: 24px;
  color: var(--White, #fff);
  leading-trim: both;
  text-edge: cap;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer.mainft .ftcontent ul li:last-child {
  margin-bottom: 0;
}
footer.mainft .ftcontent ul li a {
  color: white;
}
footer.mainft .ftcontent.ftcontact ul {
  display: block;
}
footer.mainft .ftcontent .subscribe {
  position: relative;
}
footer.mainft .ftcontent .subscribe input[type=email] {
  padding: 14px 35px 14px 0;
  color: var(--White, #fff);
  leading-trim: both;
  text-edge: cap;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid var(--White, #fff);
  width: 100%;
  margin-bottom: 20px;
}
footer.mainft .ftcontent .subscribe input[type=submit] {
  border: none;
  background-color: transparent;
  width: 24px;
  height: 24px;
  background: url("../images/ftmailicon.svg") no-repeat center center;
  position: absolute;
  top: 1rem;
  right: 0;
}
footer.mainft .ftcontent .subscribe .wpcf7 form .wpcf7-response-output {
  margin: 0 0 10px !important;
}
footer.mainft .ftbottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 147px;
  padding: 20px 0;
  border-top: 1px solid white;
}
footer.mainft .ftbottom p {
  color: var(--White, #fff);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
footer.mainft .ftbottom ul {
  display: flex;
  align-items: center;
}
footer.mainft .ftbottom ul li {
  position: relative;
  color: var(--White, #fff);
}
footer.mainft .ftbottom ul li:before {
  content: "|";
  margin: 0 12px;
}
footer.mainft .ftbottom ul li:first-child:before {
  display: none;
}
footer.mainft .ftbottom ul li a {
  color: var(--White, #fff);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.innerbanner {
  height: 400px;
}
.innerbanner .vd_dv {
  height: 100%;
  max-height: 100%;
}
.innerbanner .vd_dv video {
  height: 100%;
  max-height: 100%;
}
.innerbanner .top {
  align-items: flex-end;
  justify-content: center;
}
.innerbanner .top ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 70px;
}
.innerbanner .top ul li {
  color: var(--White, #fff);
  text-align: center;
  font-family: Outfit;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 33.6px */
  text-transform: capitalize;
}
.innerbanner .top ul li:after {
  content: ">";
  margin: 0 12px;
}
.innerbanner .top ul li:last-child:after {
  display: none;
}
.innerbanner .top ul li a {
  color: var(--White, #fff);
}

.products-outer {
  padding: 100px 0;
}
.products-outer .row {
  gap: 40px 0;
}
.products-outer .probx img {
  border-radius: 7px;
  margin-bottom: 24px;
  width: 100%;
}
.products-outer .probx .protitle {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 20px;
}
.products-outer .probx .protitle .ptitle {
  font-size: 18px;
  font-weight: 600;
  font-family: Outfit;
}
.products-outer .probx .tags {
  border-radius: 6px;
  background: rgba(226, 92, 38, 0.1);
  display: inline-block;
  padding: 8px;
  color: var(--Orange, #e25c26);
  font-family: Outfit;
  font-size: 12px;
  white-space: nowrap;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}
.products-outer .probx ul li {
  position: relative;
  color: var(--Text-Grey, #757575);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  padding: 0 0 0 30px;
  margin-bottom: 16px;
}
.products-outer .probx ul li:last-child {
  margin-bottom: 0;
}
.products-outer .probx ul li::before {
  content: "";
  width: 7px;
  height: 7px;
  background: #e45c25;
  position: absolute;
  border-radius: 50%;
  left: 10px;
  top: 6px;
}
.products-outer .probx .btn {
  margin-top: 24px;
}
.products-outer .pro-left .search {
  margin-bottom: 12px;
}
.products-outer .pro-left .search input[type=search] {
  padding: 10px 50px 10px 12px;
  border-radius: 12px;
  border: 1px solid #ccc;
  width: 100%;
  border: none;
  background: #f7f7f7 url(../images/searchicon.svg) right 20px center no-repeat;
}
.products-outer .pro-left .search input[type=search]:focus {
  outline: none;
}
.products-outer .pro-left .whitebx {
  border-radius: 12px;
  background: #fff;
  padding: 20px 12px;
  margin-bottom: 12px;
}
.products-outer .pro-left .whitebx h3 {
  position: relative;
  color: var(--Orange, #e25c26);
  font-family: Outfit;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.products-outer .pro-left .whitebx h3:before {
  content: "";
  width: 1px;
  top: 0;
  bottom: 0;
  left: -12px;
  position: absolute;
  background-color: #e25c26;
}
.products-outer .pro-left .whitebx ul li {
  position: relative;
}
.products-outer .pro-left .whitebx ul li label {
  cursor: pointer;
  padding: 10px 0;
  color: var(--Text-Grey, #757575);
  leading-trim: both;
  text-edge: cap;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.products-outer .pro-left .whitebx ul li label input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.products-outer .pro-left .whitebx ul li label input[type=checkbox]:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #757575;
  display: inline-block;
  border-radius: 2px;
}
.products-outer .pro-left .whitebx ul li label input[type=checkbox]:after {
  content: "";
  position: absolute;
  top: 11px;
  left: 4px;
  width: 6px;
  height: 12px;
  border: solid #e25c26;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  scale: 0.7;
  opacity: 0;
}
.products-outer .pro-left .whitebx ul li label input[type=checkbox]:checked:before {
  border-color: #e25c26;
}
.products-outer .pro-left .whitebx ul li label input[type=checkbox]:checked:after {
  opacity: 1;
}
.products-outer .pro-left .whitebx ul li label input[type=checkbox]:checked + span {
  color: #e25c26;
  font-weight: 500;
}

.ourteam {
  padding-bottom: 100px;
}
.ourteam h2 {
  text-align: center;
  margin-bottom: 24px;
}
.ourteam h4 {
  color: var(--Orange, #e45c25);
  font-family: Outfit;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 42px */
  text-transform: uppercase;
  margin-bottom: 12px;
}
.ourteam h6 {
  color: var(--Black, #000);
  font-family: Outfit;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 33.6px */
  text-transform: capitalize;
  text-align: left;
}
.ourteam .teamslider {
  margin-top: 52px;
}
.ourteam .teamslider .item {
  cursor: pointer;
  border-radius: 12px;
  background: linear-gradient(0deg, rgba(239, 131, 88, 0.3) 0%, rgba(239, 131, 88, 0.3) 100%);
  overflow: hidden;
}
.ourteam .teamslider .item img {
  transition: all 0.3s ease-in-out;
  opacity: 1;
  mix-blend-mode: soft-light;
  width: 100%;
}

.partnerwithus {
  padding-bottom: 100px;
}
.partnerwithus .partnerwithus-inner {
  position: relative;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 17.62%, rgba(0, 0, 0, 0) 82.25%);
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
}
.partnerwithus .partnerwithus-inner img {
  width: 100%;
  mix-blend-mode: multiply;
}
.partnerwithus .partnerwithus-inner h2,
.partnerwithus .partnerwithus-inner p {
  color: var(--White, #fff);
  margin-bottom: 24px;
}
.partnerwithus .partnerwithus-inner p {
  max-width: 1000px;
  margin: 0 auto 24px;
}
.partnerwithus .text {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  flex-direction: column;
}

.w-48 {
  width: 48%;
}

.w-100 {
  width: 100%;
}

.cu_sec1 {
  padding: 99px 0 100px;
}
.cu_sec1 h2 {
  margin-bottom: 24px;
}
.cu_sec1 p {
  margin-bottom: 0;
}
.cu_sec1 form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 30px;
  justify-content: space-between;
}
.cu_sec1 form .form-control {
  padding: 16px 20px;
  border: none;
  background: transparent;
  border-radius: 0;
  border-bottom: 1px solid #000;
  color: var(--Subtext, #747474);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cu_sec1 form .form-control:focus {
  box-shadow: none;
}
.cu_sec1 form textarea {
  min-height: 200px;
  resize: none;
}
.cu_sec1 form input[type=submit] {
  border-radius: 50px;
  background: var(--Orange, #e25c26);
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  border: none;
  padding: 14px 32px;
}

.cu_sec2 .card {
  border-radius: 8px;
  background: #f1f1f1;
  border: none;
  padding: 24px;
  text-align: center;
  min-height: 273px;
  overflow: hidden;
}
.cu_sec2 .card .icn {
  margin: 0 auto;
  margin-bottom: 26px;
  background-color: #ef8358;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cu_sec2 .card .bg {
  position: absolute;
  bottom: -21px;
  right: 24px;
}
.cu_sec2 .card .bg img {
  width: 140px;
  margin-bottom: 0;
}
.cu_sec2 .card h5 {
  text-align: center;
  font-family: Outfit;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 16px;
}
.cu_sec2 .card h5 a {
  color: var(--Black, #000);
  display: block;
}
.cu_sec2 .card p {
  color: #3f3f3f;
  font-size: 14px;
  margin-bottom: 0;
}

.cu_sec3 {
  padding: 100px 0;
}
.cu_sec3 img {
  width: 100%;
}

.faq_sec {
  padding: 0 0 100px;
}
.faq_sec h2 {
  margin-bottom: 48px;
}
.faq_sec .accordian li {
  background: transparent;
  border-radius: 12px;
  margin-bottom: 36px;
  border-bottom: 1px solid #1c1c1c;
  border-radius: 0;
  transition: all 0.5s;
}
.faq_sec .accordian li:last-child {
  margin-bottom: 0;
}
.faq_sec .accordian li.active {
  border-radius: 12px;
  background: #fff;
  border-bottom: none;
}
.faq_sec .accordian li.active h5 {
  color: #e45c25;
}
.faq_sec .accordian li.active h5::after {
  rotate: 136deg;
  filter: brightness(0) saturate(100%) invert(43%) sepia(79%) saturate(1604%) hue-rotate(345deg) brightness(92%) contrast(95%);
}
.faq_sec .accordian li .content {
  display: none;
  padding: 0 24px 30px;
}
.faq_sec .accordian li .content p {
  color: #1c1c1c;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0;
  max-width: 865px;
}
.faq_sec .accordian li h5 {
  padding: 30px 24px;
  margin-bottom: 0;
  color: #1c1c1c;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  position: relative;
  cursor: pointer;
}
.faq_sec .accordian li h5::after {
  content: "";
  content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  top: 25px;
  right: 20px;
  background-image: url("../images/plus-icn.svg");
  transition: all 0.5s;
}

.copperclose {
  padding: 100px 0;
  text-align: center;
}
.copperclose .imgsec {
  margin-top: 60px;
}
.copperclose .imgsec img {
  width: 100%;
}

.first-visible-item img {
  mix-blend-mode: unset !important;
}

.guidance {
  padding: 100px 0;
}
.guidance .guide-left h2 {
  margin-bottom: 44px;
}
.guidance .guide-left .blackbg {
  border-radius: 20px;
  background: var(--Black, #000);
  padding: 58px;
  text-align: center;
}
.guidance .guide-left .blackbg img {
  width: 312px;
  margin: 0 auto;
}
.guidance .guide-right ul li {
  position: relative;
  padding-left: 24px;
  color: var(--Black, #000);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
  margin-bottom: 20px;
}
.guidance .guide-right ul li:last-child {
  margin-bottom: 0;
}
.guidance .guide-right ul li:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/orangetick.svg) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 3px;
}

.distributor {
  padding-bottom: 100px;
}
.distributor h2 {
  margin-bottom: 29px;
}
.distributor p {
  margin-bottom: 48px;
}
.distributor .regionform {
  border-radius: 12px;
  background: #e6bca2;
  padding: 24px;
}
.distributor .inputcontainer {
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.distributor .inputcontainer:last-child {
  margin-bottom: 0;
}
.distributor .inputcontainer label {
  color: #1c1c1c;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.distributor .inputcontainer select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 16px 20px;
  color: var(--Subtext, #747474);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 4px;
  border: none;
  background: #f0f0f0 url(../images/selectarw.svg) no-repeat right 10px center;
}
.distributor .flex-device {
  border-radius: 8px;
  background: #f0f0f0;
  display: flex;
  text-align: center;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.distributor .flex-device h6 {
  color: var(--Orange, #e45c25);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}
.distributor .flex-device p {
  margin-bottom: 0;
  color: var(--Black, #000);
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 25.2px */
}
.distributor .flex-device p a {
  color: var(--Black, #000);
  text-decoration-line: underline;
}
.distributor .flex-device p a:last-child {
  text-decoration: none;
}

.cta {
  padding-bottom: 100px;
}
.cta .container {
  position: relative;
}
.cta .ctatext {
  padding: 54px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  inset: 0;
}
.cta .ctatext .cta-logo {
  width: 370px;
}
.cta .ctatext .cta-textinner {
  width: calc(100% - 400px);
}
.cta .ctatext .cta-textinner p {
  color: var(--White, #fff);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 24px;
}
.cta .ctatext .cta-textinner ul {
  margin-bottom: 24px;
}
.cta .ctatext .cta-textinner ul li {
  margin-bottom: 16px;
  color: var(--white, #f7f6f3);
  leading-trim: both;
  text-edge: cap;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  padding-left: 20px;
}
.cta .ctatext .cta-textinner ul li img {
  width: 16px;
  left: 0;
  top: 1px;
  position: absolute;
}
.cta .ctatext .cta-textinner ul li a {
  color: var(--white, #f7f6f3);
}
.cta .ctatext .cta-textinner ul li:last-child {
  margin-bottom: 0;
}

.blog-main {
  padding: 100px 0;
}
.blog-main .blog-left h3 {
  color: #1c1c1c;
  font-family: Outfit;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 30px;
}
.blog-main .blog-left .search {
  margin-bottom: 30px;
}
.blog-main .blog-left .search input[type=search] {
  width: 100%;
  border-radius: 8px;
  padding: 16px;
  border: none;
  background: rgba(152, 152, 152, 0.2) url(../images/ic_sharp-search.svg) no-repeat right 15px center;
}
.blog-main .blog-left .bl-bx {
  margin-bottom: 47px;
}
.blog-main .blog-left .bl-bx:last-child {
  margin-bottom: 0;
}
.blog-main .blog-left .bl-bx ul li {
  margin-bottom: 19px;
}
.blog-main .blog-left .bl-bx ul li:last-child {
  margin-bottom: 0;
}
.blog-main .blog-left .bl-bx ul li a {
  position: relative;
  display: block;
  border-radius: 8px;
  overflow: hidden;
}
.blog-main .blog-left .bl-bx ul li a img {
  width: 100%;
}
.blog-main .blog-left .bl-bx ul li a span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white, #f7f6f3);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.blog-main .blog-left .bl-bx .blbxrow .blbxrowbx {
  border-radius: 20px;
  background: rgba(245, 189, 167, 0.2);
  padding: 24px;
  margin-bottom: 20px;
}
.blog-main .blog-left .bl-bx .blbxrow .blbxrowbx:last-child {
  margin-bottom: 0;
}
.blog-main .blog-left .bl-bx .blbxrow .blbxrowbx h3 {
  color: var(--Orange, #e45c25);
  leading-trim: both;
  text-edge: cap;
  font-family: Outfit;
  font-size: 48px;
  line-height: 40px;
  font-style: normal;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.blog-main .blog-left .bl-bx .blbxrow .blbxrowbx h3 span {
  color: #1c1c1c;
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  width: calc(100% - 76px);
}
.blog-main .blog-left .bl-bx .blbxrow .blbxrowbx p {
  margin-bottom: 12px;
}
.blog-main .blog-left .bl-bx .blbxrow .blbxrowbx .read {
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog-main .blog-left .bl-bx .blbxrow .blbxrowbx .read span {
  color: #6d6d6d;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  position: relative;
  padding-left: 16px;
  white-space: nowrap;
}
.blog-main .blog-left .bl-bx .blbxrow .blbxrowbx .read span:first-child {
  padding-left: 0;
}
.blog-main .blog-left .bl-bx .blbxrow .blbxrowbx .read span:first-child:before {
  display: none;
}
.blog-main .blog-left .bl-bx .blbxrow .blbxrowbx .read span:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #6d6d6d;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.blog-main .blog-right .row:first-child {
  margin-bottom: 100px;
}
.blog-main .blog-right .col-md-6 {
  margin-top: 48px;
}
.blog-main .blog-right .col-md-6:nth-child(1), .blog-main .blog-right .col-md-6:nth-child(2) {
  margin-top: 0;
}
.blog-main .blog-right .col-md-6 .blogbx .blogimg {
  height: 304px;
}
.blog-main .blog-right .col-md-6 .blogbx .blogimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-main .blog-right .blogbx .blogimg {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 24px;
}
.blog-main .blog-right .blogbx .blogimg img {
  width: 100%;
}
.blog-main .blog-right .blogbx .blogtxt .read {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.blog-main .blog-right .blogbx .blogtxt .read span {
  color: #1c1c1c;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}
.blog-main .blog-right .blogbx .blogtxt .read span.cat {
  color: var(--White, #fff);
  padding: 4px 16px;
  display: inline-block;
  border-radius: 16px;
  background: #ef8358;
}
.blog-main .blog-right .blogbx .blogtxt h4 {
  font-family: Outfit;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 31.2px */
}
.blog-main .blog-right .blogbx .blogtxt h4 a {
  color: #1c1c1c;
}
.blog-main .blog-right .blogbx .blogtxt h4 a:hover {
  color: #ef8358;
}
.blog-main .blog-right .blogbx .blogtxt p {
  margin-bottom: 24px;
}
.blog-main .blog-right .blogbx .blogtxt a.normalbtn {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1c1c1c;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}
.blog-main .blog-right .blogbx .blogtxt a.normalbtn:hover {
  color: #ef8358;
}

.pagination {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination li a,
.pagination li span {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: transparent;
  color: #747474;
  margin: 0 1px;
}
.pagination li a.current, .pagination li a:hover,
.pagination li span.current,
.pagination li span:hover {
  background: var(--Orange, #e25c26);
  color: white;
}

.cs_sec1 {
  padding: 99px 0 100px;
}
.cs_sec1 h2 {
  margin-bottom: 24px;
  text-align: center;
}
.cs_sec1 p {
  margin: auto;
  margin-bottom: 48px;
  text-align: center;
  max-width: 1090px;
}
.cs_sec1 img {
  width: 100%;
  border-radius: 12px;
}

.cs_sec2 {
  padding: 0 0 100px;
}
.cs_sec2 h2 {
  margin-bottom: 24px;
}
.cs_sec2 img {
  border-radius: 12px;
  width: 100%;
}
.cs_sec2 ul {
  margin-top: 24px;
}
.cs_sec2 ul li {
  margin-bottom: 20px;
  padding-left: 24px;
  position: relative;
  color: var(--Black, #000);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}
.cs_sec2 ul li::before {
  content: "\f058";
  font-family: FontAwesome;
  position: absolute;
  color: #e25c26;
  font-size: 14px;
  left: 0;
  top: 0px;
}

.cs_sec3 h2 {
  text-align: center;
  margin-bottom: 24px;
}
.cs_sec3 p {
  text-align: center;
  max-width: 1090px;
  margin: 0 auto 48px;
}
.cs_sec3 ul li {
  padding: 20px 12px;
  border-bottom: 1px solid #000;
  margin-bottom: 24px;
  transition: all 0.5s;
}
.cs_sec3 ul li:last-child {
  margin-bottom: 0;
}
.cs_sec3 ul li:hover {
  background-color: #fff;
  border-radius: 12px;
  border-bottom: none;
}
.cs_sec3 ul li:hover .top .btn {
  opacity: 1;
}
.cs_sec3 ul li .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cs_sec3 ul li .top .btn {
  background-color: #000;
  padding: 14px 12px;
  opacity: 0;
}
.cs_sec3 ul li .top .btn:hover {
  color: #fff;
  background-color: #1c1c1c;
}
.cs_sec3 ul li h5 {
  color: var(--Orange, #e45c25);
  font-family: Outfit;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.cs_sec3 ul li p {
  margin-bottom: 25px;
  color: #787878;
  font-family: Outfit;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  margin: 0 0 25px;
}
.cs_sec3 ul li p.dtls {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 0;
}
.cs_sec3 ul li p.dtls span {
  display: block;
  color: var(--Gray-1, #3f3f3f);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.cs_sec3 ul li p.dtls span:first-child {
  position: relative;
  padding-right: 19px;
}
.cs_sec3 ul li p.dtls span:first-child::before {
  content: ".";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 37px;
  color: #3f3f3f;
  line-height: 0;
  font-weight: 700;
  height: -moz-max-content;
  height: max-content;
}

.cs_sec4 {
  padding: 100px 0;
}
.cs_sec4 .col-12 {
  position: relative;
}
.cs_sec4 img {
  border-radius: 12px;
  width: 100%;
}
.cs_sec4 .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 85px 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cs_sec4 .top h2 {
  margin-bottom: 24px;
  color: #fff;
}
.cs_sec4 .top p {
  color: #fff;
  max-width: 807px;
  text-align: center;
  margin-bottom: 24px;
}

.stellarnav ul ul {
  width: 274px !important;
  border-radius: 0px 0px 12px 12px;
  background: #1c1c1c !important;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  top: 48px !important;
}
.stellarnav ul ul li a {
  padding: 10px 16px !important;
}

.stellarnav li:nth-last-child(2) ul, .stellarnav li:last-child ul {
  left: auto !important;
  right: 0 !important;
}

.wh_sec1 {
  padding: 100px 0;
}
.wh_sec1 img {
  border-radius: 12px;
}

.wh_sec2 {
  padding-bottom: 100px;
}
.wh_sec2 h2 {
  max-width: 366px;
  margin-bottom: 22px;
}
.wh_sec2 p {
  color: var(--Black, #000);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 16px;
}
.wh_sec2 .list {
  margin-bottom: 40px;
}
.wh_sec2 .list li {
  position: relative;
  color: var(--Black, #000);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  position: relative;
  margin-bottom: 16px;
  padding-left: 22px;
}
.wh_sec2 .list li:last-child {
  margin-bottom: 0;
}
.wh_sec2 .list li::before {
  content: "\f058";
  position: absolute;
  font-family: FontAwesome;
  left: 0;
  top: 0;
  font-size: 15px;
  color: #e45c25;
}
.wh_sec2 h5 {
  color: var(--Black, #000);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.wh_sec2 .right_img {
  mix-blend-mode: multiply;
  margin-bottom: 16px;
}
.wh_sec2 .side_txt {
  padding: 30px;
  border-radius: 12px;
  background: var(--Black, #231f20);
}
.wh_sec2 .side_txt h2 {
  margin-bottom: 17px;
  color: #fff;
  max-width: none;
}
.wh_sec2 .side_txt ul li {
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 22px;
}
.wh_sec2 .side_txt ul li:last-child {
  margin-bottom: 0;
}
.wh_sec2 .side_txt ul li span {
  font-weight: 600;
}

.sustain {
  padding: 100px 0;
}
.sustain .mb40 {
  max-width: 1090px;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
}
.sustain .listouter + p {
  text-align: center;
}
.sustain .listouter .list {
  margin-bottom: 60px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 12px;
  background: #1c1c1c;
  padding: 24px;
}
.sustain .listouter .list h2 {
  color: white;
  margin-bottom: 24px;
}
.sustain .listouter .list p {
  color: white;
}
.sustain .listouter .list .text {
  max-width: 615px;
}
.sustain .listouter .list .img {
  max-width: 506px;
  border-radius: 12px;
  overflow: hidden;
}
.sustain .listouter .list .img img {
  width: 100%;
}

#team-title,
#team-subtitle,
#team-description {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
#team-title.fade-in,
#team-subtitle.fade-in,
#team-description.fade-in {
  opacity: 1;
}

.slick-list {
  padding: 0 !important;
  margin: 0 -10px !important;
}

.slick-slide > div {
  margin-right: 10px;
  margin-left: 10px;
}

.teamstextslider .slick-slide > div .row {
  display: flex !important;
}

.slick-current img {
  mix-blend-mode: unset !important;
}

.tax-product-cat .innerbanner .top {
  align-items: center;
}

footer .wpcf7 form .wpcf7-response-output {
  color: #fff;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 !important;
  width: 100% !important;
}

.page-id-97 .products-outer .probx {
  min-height: 1050px !important;
  position: relative;
}

.page-id-97 .products-outer .probx a.btn {
  position: absolute;
  bottom: 0;
  left: 0;
}

.products-outer .probx {
  min-height: 980px !important;
  position: relative;
}

.products-outer .probx a.btn {
  position: absolute;
  bottom: 0;
  left: 0;
}/*# sourceMappingURL=style.css.map */