:root {
  /**
  @font family declaration
  */
  --tp-ff-body: 'Poppins', sans-serif;
  --tp-ff-heading: 'Poppins', sans-serif;
  --tp-ff-p: 'Poppins', sans-serif;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @font Size declaration
  */
  --tp-fz-body: 15px;
  --tp-fz-p: 16px;
  --tp-fz-a: 15px;
  --tp-fz-h1: 50px;
  --tp-fz-h2: 38px;
  --tp-fz-h3: 23px;
  --tp-fz-h4: 20px;
  --tp-fz-h5: 18px;
  --tp-fz-h6: 16px;
  --tp-fz-font: 10px;
  --tp-fz-font1: 12px;
  --tp-fz-font2: 13px;
  /**
   @font Weight declaration
  */
  --tp-fw-normal: normal;
  --tp-fw-elight: 200;
  --tp-fw-light: 300;
  --tp-fw-regular: 400;
  --tp-fw-medium: 500;
  --tp-fw-sbold: 600;
  --tp-fw-bold: 700;
  --tp-fw-ebold: 800;
  --tp-fw-black: 900;
  /**


  @color declaration
  */
  --tp-common-white: #ffffff;
  --tp-common-black: #000;
  --tp-heading-primary: #272727;
  --tp-heading-spanred: #CA8541;
  --tp-bg-1: #FFF9F5;
  --tp-bg-2: #EFFFF6;
  --tp-bg-3: #F6F6F6;
  --tp-grey-1: #525252;
  --tp-grey-2: #292929;
  --tp-text-body: #494949;
  --tp-text-1: #444444;
  --tp-text-2: #343434;
  --tp-text-3: #9F9F9F;
  --tp-border-primary: #9C9C9C;
  --tp-border-secondary: #EAEAEA;
  --tp-border-1: #FFFAD5;
  --tp-border-2: #EDCBA9;
  --tp-icon-blue: #006EB1;
  --tp-icon-blue-light: #E7efFF;
  --tp-icon-green: #10D0A1;
  --tp-icon-green-light: #E7FAF6;
  --tp-icon-pink: #F72A75;
  --tp-icon-pink-light: #FEEAf1;
  --tp-icon-sky: #42BFFF;
  --tp-icon-sky-light: #ECF9FF;
  --tp-icon-red: #FF0000;
  --tp-icon-tweet: #1DA1F2;
  --tp-icon-fb: #4267B2;
  --tp-icon-skype: #00A6E4;
}

body {
  font-family: var(--tp-ff-body);
  font-size: var(--tp-fz-body);
  font-weight: var(--tp-fw-regular);
  color: var(--tp-grey-1);
  line-height: 26px;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

p {
  font-size: var(--tp-fz-p);
  color: var(--tp-grey-1);
  font-weight: var(--tp-fw-regular);
  margin-bottom: 22px;
}

.head {
  text-align: center;
}
.head h2 {
  font-size: var(--tp-fz-h2);
  color: var(--tp-heading-primary);
  font-weight: var(--tp-fw-sbold);
}
@media screen and (max-width: 767px) {
  .head h2 {
    font-size: calc(var(--tp-fz-h2) - 6px);
  }
}

@media screen and (max-width: 1450px) {
  .container {
    max-width: 1140px;
  }
}
@media screen and (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}
.error-page {
  float: left;
  width: 100%;
  padding: 100px 15px 100px;
  text-align: center;
  background: var(--tp-bg-1);
}
@media (max-width: 576px) {
  .error-page {
    padding: 50px 0px 50px;
  }
}
.error-page .page_not_found {
  max-width: 980px;
  margin: 0 auto;
}
.error-page .page_not_found h1 {
  font-size: var(--tp-fz-h1);
  color: var(--tp-text-2);
  font-weight: var(--tp-fw-bold);
  text-transform: uppercase;
  max-width: 802px;
  margin: 0 auto;
  line-height: normal;
  padding-bottom: 5px;
  line-height: 130%;
}
@media (max-width: 576px) {
  .error-page .page_not_found h1 {
    font-size: var(--tp-fz-h3);
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .error-page .page_not_found p {
    font-size: calc(var(--tp-fz-p) - 2px);
  }
}
.error-page .page_not_found a {
  font-size: var(--tp-fz-a);
  color: var(--tp-common-white);
  font-weight: var(--tp-fw-sbold);
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
  height: 40px;
  padding: 5px 35px;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid var(--tp-common-white);
  background: var(--tp-heading-spanred);
}
.error-page .page_not_found a img {
  margin-left: 5px;
  transition: all 0.1s ease-out 0s;
  vertical-align: middle;
  display: inline-block;
}
.error-page .page_not_found a:hover {
  background: transparent;
  border-color: var(--tp-heading-primary);
  color: var(--tp-heading-primary);
}
.error-page .page_not_found a:hover img {
  filter: invert(100%);
}

.search-outer {
  padding: 60px 0;
}
.search-outer .head-search {
  display: flex;
  align-items: center;
}
.search-outer .head-search h2 {
  font-size: var(--tp-fz-h2);
  color: var(--tp-heading-primary);
  font-weight: var(--tp-fw-sbold);
}
.search-outer .head-search p {
  margin: 0;
  padding-left: 15px;
}
.search-outer .search-inner {
  padding-top: 40px;
}
.search-outer .search-inner .entry-summary {
  padding: 18px 19px 1px;
  margin-bottom: 40px;
  background: rgba(238, 238, 238, 0.3137254902);
}
.search-outer .search-inner .entry-summary a {
  text-decoration: none;
}
.search-outer .search-inner .entry-summary h3 {
  font-size: var(--tp-fz-h3);
  color: var(--tp-heading-primary);
  font-weight: var(--tp-fw-sbold);
  margin-bottom: 10px;
}
.search-outer .search-inner .entry-summary p a {
  color: var(--tp-heading-spanred);
  font-weight: var(--tp-fw-sbold);
}

header {
  padding: 22px 0px;
  width: 100%;
}
header .header-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-main .logo img {
  max-width: 100%;
}
header .header-main .navbar {
  padding: 10px 15px 0px;
}
header .header-main .navbar ul {
  display: flex;
}
@media screen and (max-width: 1024px) {
  header .header-main .navbar ul {
    display: none;
  }
}
header .header-main .navbar ul li {
  padding: 0px 20px;
}
header .header-main .navbar ul li a {
  color: var(--tp-text-2);
  font-weight: var(--tp-fw-sbold);
  text-decoration: none;
  text-transform: uppercase;
  padding: 31px 0px 31px 0;
  display: inline-block;
  font-size: var(--tp-fz-p);
}
@media screen and (max-width: 1450px) {
  header .header-main .navbar ul li a {
    font-size: calc(var(--tp-fz-p) - 1px);
  }
}
@media screen and (max-width: 1199px) {
  header .header-main .navbar ul li a {
    font-size: calc(var(--tp-fz-p) - 2px);
  }
}
header .header-main .navbar ul li:first-child {
  padding-left: 0px;
}
header .header-main .navbar ul li:last-child {
  padding-right: 0px;
}
@media screen and (max-width: 1450px) {
  header .header-main .navbar ul li {
    padding: 0px 14px;
  }
}
header .header-main .navbar ul li:hover a {
  color: var(--tp-heading-spanred);
}
header .header-main .navbar ul li .active a {
  color: var(--tp-heading-spanred);
}
header .header-main .navbar ul .current_page_item a {
  color: var(--tp-heading-spanred);
}
header .header-main .navbar ul li.dropdown a {
  background: url(../images/drop-down-header.png) no-repeat center right;
  padding-right: 13px;
}
header .header-main .navbar ul li.dropdown ul {
  position: absolute;
  top: 82px;
  left: 0;
  width: 650px;
  display: none;
  background: var(--tp-common-white);
  padding: 26px 34px;
  min-width: 254px;
  box-shadow: 0px 10px 33px 5px rgba(0, 0, 0, 0.12);
  z-index: 9;
}
header .header-main .navbar ul li.dropdown ul li {
  padding: 0;
  margin-bottom: 15px;
  display: block;
  width: 50%;
  float: left;
}
header .header-main .navbar ul li.dropdown ul li a {
  background: none;
  padding: 0;
  font-size: var(--tp-fz-font2);
  font-weight: var(--tp-fw-sbold);
  text-transform: uppercase;
  display: block;
  color: var(--tp-text-2);
}
header .header-main .navbar ul li.dropdown ul li a img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
}
header .header-main .navbar ul li.dropdown ul li a span {
  width: 16px;
  margin-right: 11px;
}
header .header-main .navbar ul li.dropdown ul li:last-child {
  margin-bottom: 0;
}
header .header-main .navbar ul li.dropdown ul:before {
  width: 38px;
  height: 38px;
  background: #fff;
  position: absolute;
  left: 8%;
  top: -18px;
  transform: rotate(46deg);
  display: block;
  content: "";
}
header .header-main .navbar ul li.dropdown:hover ul {
  display: block;
}
header .header-main .navbar ul li.dropdown:hover ul li:hover a {
  color: var(--tp-heading-spanred);
}
header .header-main .navbar ul li.dropdown:hover ul li .active a {
  color: var(--tp-heading-spanred);
}
header .header-main .nav-mobile {
  display: flex;
}
header .header-main .search-input {
  width: 186px;
  position: relative;
}
header .header-main .search-input input {
  width: 100%;
  border: 1px solid var(--tp-border-primary);
  height: 36px;
  border-radius: 17px;
  padding: 0px 10px;
  outline: none;
}
header .header-main .search-input button {
  position: absolute;
  background: none;
  border: none;
  right: 0;
  top: 2px;
  width: 36px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

header.scrollheader {
  position: fixed;
  background: var(--tp-common-white);
  z-index: 999;
  -webkit-box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.14);
  top: 0;
  box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.14);
}
@media screen and (max-width: 1024px) {
  header.scrollheader {
    position: relative;
  }
}

.bride-crum {
  padding: 25px 0 0;
  display: block;
  clear: both;
}
.bride-crum ul {
  display: flex;
}
.bride-crum ul li {
  margin-right: 15px;
  background: url(../images/arr-new.png) right center no-repeat;
  padding-right: 20px;
}
.bride-crum ul li a {
  color: #CA8541;
  text-decoration: none;
}
.bride-crum ul li:last-child {
  background: none;
}

.banner-outer {
  position: relative;
}
.banner-outer .banner-slider {
  margin-bottom: 0;
  line-height: 0;
}
.banner-outer .banner-slide {
  position: relative;
  margin-bottom: 0;
  line-height: 0;
}
.banner-outer .banner-slide figure {
  margin-bottom: 0;
}
.banner-outer .banner-slide figure img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .banner-outer .banner-slide figure img {
    height: 450px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 991px) {
  .banner-outer .banner-slide figure img {
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.banner-outer .banner-slide .banner-text-outer {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  align-items: center;
  display: flex;
  top: 0;
}
@media screen and (max-width: 991px) {
  .banner-outer .banner-slide .banner-text-outer {
    position: static;
    margin-top: 0px;
    height: 310px;
    padding: 20px 0px 50px;
    background: var(--tp-bg-1);
    border-top: 1px solid var(--tp-border-secondary);
  }
}
.banner-outer .banner-slide .banner-text-outer .banner-text-width {
  max-width: 574px;
}
.banner-outer .banner-slide .banner-text-outer .banner-text-width h2 {
  font-size: var(--tp-fz-h1);
  color: var(--tp-text-2);
  font-weight: var(--tp-fw-bold);
  text-transform: uppercase;
  line-height: normal;
  padding-bottom: 15px;
  line-height: 130%;
  padding-right: 75px;
}
@media screen and (max-width: 1450px) {
  .banner-outer .banner-slide .banner-text-outer .banner-text-width h2 {
    padding-right: 0px;
  }
}
@media screen and (max-width: 1399px) {
  .banner-outer .banner-slide .banner-text-outer .banner-text-width h2 {
    font-size: var(--tp-fz-h2);
    line-height: normal;
  }
}
@media screen and (max-width: 767px) {
  .banner-outer .banner-slide .banner-text-outer .banner-text-width h2 {
    font-size: calc(var(--tp-fz-h2) - 6px);
  }
}
@media (max-width: 576px) {
  .banner-outer .banner-slide .banner-text-outer .banner-text-width h2 {
    font-size: calc(var(--tp-fz-h2) - 10px);
  }
}
.banner-outer .banner-slide .banner-text-outer .banner-text-width p {
  font-size: var(--tp-fz-h4);
  color: var(--tp-text-body);
  line-height: normal;
}
@media (max-width: 576px) {
  .banner-outer .banner-slide .banner-text-outer .banner-text-width p {
    font-size: var(--tp-fz-p);
  }
}
.banner-outer .banner-slide .banner-text-outer .banner-text-width a {
  background: var(--tp-heading-orange);
  color: var(--tp-common-white);
  font-size: var(--tp-fz-a);
  color: var(--tp-common-white);
  font-weight: var(--tp-fw-sbold);
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
  height: 40px;
  padding: 5px 35px;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid var(--tp-common-white);
  background: var(--tp-heading-spanred);
  line-height: 25px;
}
.banner-outer .banner-slide .banner-text-outer .banner-text-width a img {
  margin-left: 5px;
  transition: all 0.1s ease-out 0s;
  vertical-align: middle;
  display: inline-block;
}
.banner-outer .banner-slide .banner-text-outer .banner-text-width a:hover {
  background: transparent;
  border-color: var(--tp-heading-primary);
  color: var(--tp-heading-primary);
}
.banner-outer .banner-slide .banner-text-outer .banner-text-width a:hover img {
  filter: invert(100%);
}
.banner-outer .banner-slide .banner-text-outer .banner-text-width a img {
  filter: brightness(0) invert(1);
}
.banner-outer .banner-slide .banner-text-outer .banner-text-width a:hover {
  background: transparent;
  color: var(--tp-text-body);
}
.banner-outer .banner-slide .banner-text-outer .banner-text-width a:hover img {
  filter: unset;
}
@media screen and (max-width: 1450px) {
  .banner-outer .banner-slide .banner-text-outer .banner-text-width {
    max-width: 500px;
  }
}
.banner-outer .slider-dots-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 34px;
  width: 100%;
}
.banner-outer .slider-dots-box .slider-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
}
.banner-outer .slider-dots-box .slider-dots button {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
  border: 0;
  background-color: transparent;
  margin: 0 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  transition: 0.3s all;
  position: relative;
  z-index: 0;
}
.banner-outer .slider-dots-box .slider-dots button::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: transparent;
  border: 2px solid var(--tp-common-white);
}
.banner-outer .slider-dots-box .slick-active button {
  width: 40px;
  height: 40px;
}
.banner-outer .slider-dots-box .slick-active button::after {
  content: none;
  display: none;
}
.banner-outer .slider-dots-box .slick-active button::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  border: 2px solid var(--tp-common-white);
  border-radius: 50%;
}
@media screen and (max-width: 1399px) {
  .banner-outer .slider-dots-box {
    bottom: 20px;
  }
}

.circle-bg {
  fill: transparent;
  stroke: var(--tp-common-white);
  stroke-width: 2;
  stroke-linecap: butt;
}

.circle-go {
  fill: transparent;
  stroke: var(--tp-heading-spanred);
  stroke-width: 2;
  stroke-linecap: round;
  animation: progress 8s;
  stroke-dasharray: 360px;
  stroke-dashoffset: 360;
}

@keyframes progress {
  from {
    stroke-dashoffset: 360;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.inner-banner-outer {
  position: relative;
}
.inner-banner-outer figure {
  margin-bottom: 0;
}
.inner-banner-outer figure img {
  width: 100%;
}
.inner-banner-outer .banner-text-outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .inner-banner-outer .banner-text-outer {
    position: static;
    padding: 20px 0px 0;
  }
}
.inner-banner-outer .banner-text-outer h1 {
  font-size: var(--tp-fz-h1);
  color: var(--tp-text-2);
  font-weight: var(--tp-fw-bold);
  text-transform: uppercase;
  line-height: normal;
  padding-bottom: 5px;
  line-height: 130%;
}
@media screen and (max-width: 1450px) {
  .inner-banner-outer .banner-text-outer h1 {
    padding-right: 0px;
  }
}
@media screen and (max-width: 1399px) {
  .inner-banner-outer .banner-text-outer h1 {
    font-size: var(--tp-fz-h2);
    line-height: normal;
  }
}
@media screen and (max-width: 767px) {
  .inner-banner-outer .banner-text-outer h1 {
    font-size: calc(var(--tp-fz-h2) - 6px);
  }
}

footer {
  padding: 86px 0px 0px;
  background: var(--tp-common-black);
  clear: left;
}
footer .footer-main {
  display: flex;
  margin-left: -15px;
  margin-left: -15px;
  padding-bottom: 55px;
}
footer .footer-main .footer-bx {
  width: 25%;
  padding: 0px 15px;
}
footer .footer-main .footer-bx .footer-logo {
  margin-bottom: 25px;
}
footer .footer-main .footer-bx p {
  font-size: var(--tp-fz-font);
  color: var(--tp-common-white);
  line-height: normal;
  text-align: justify;
}
@media screen and (max-width: 991px) {
  footer .footer-main .footer-bx p {
    text-align: left;
  }
}
@media screen and (max-width: 576px) {
  footer .footer-main .footer-bx p {
    margin-bottom: 0;
  }
}
footer .footer-main .footer-bx:nth-child(1) {
  width: 18%;
}
@media screen and (max-width: 991px) {
  footer .footer-main .footer-bx:nth-child(1) {
    width: 50%;
  }
}
footer .footer-main .footer-bx:nth-child(2) {
  width: 30%;
  padding-right: 50px;
}
@media (max-width: 1024px) {
  footer .footer-main .footer-bx:nth-child(2) {
    padding-right: 16px;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-main .footer-bx:nth-child(2) {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  footer .footer-main .footer-bx:nth-child(2) {
    width: 100%;
  }
}
footer .footer-main .footer-bx:nth-child(3) {
  margin-right: 50px;
}
@media screen and (max-width: 991px) {
  footer .footer-main .footer-bx:nth-child(3) {
    margin-right: 0;
  }
}
footer .footer-main .footer-bx:nth-child(3) .footer-rw .footer-text a {
  text-transform: none;
}
footer .footer-main .footer-bx:nth-child(4) ul li {
  padding-left: 0;
  background: none;
}
footer .footer-main .footer-bx h3 {
  font-size: var(--tp-fz-h5);
  color: var(--tp-common-white);
  text-transform: uppercase;
  margin-bottom: 24px;
  font-weight: var(--tp-fw-medium);
}
footer .footer-main .footer-bx ul li {
  display: block;
  margin-bottom: 10px;
  padding-left: 15px;
  background: url(../images/arrow-section.png) no-repeat 0px 10px;
}
footer .footer-main .footer-bx ul li a {
  font-size: var(--tp-fz-p);
  color: var(--tp-common-white);
  letter-spacing: 0.08px;
  text-transform: capitalize;
  text-decoration: none;
  transition: all 0.5s ease-out 0s;
}
footer .footer-main .footer-bx ul li:hover a {
  color: var(--tp-heading-spanred);
}
footer .footer-main .footer-bx .footer-rw {
  display: flex;
  margin-bottom: 15px;
}
footer .footer-main .footer-bx .footer-rw .footer-ico {
  min-width: 20px;
  margin-right: 10px;
}
footer .footer-main .footer-bx .footer-rw .footer-ico img {
  max-width: 100%;
}
footer .footer-main .footer-bx .footer-rw .footer-text p {
  font-size: var(--tp-fz-p);
  color: var(--tp-common-white);
  letter-spacing: 0.08px;
  text-transform: capitalize;
  line-height: 25px;
  text-align: left;
  margin-bottom: 0;
}
footer .footer-main .footer-bx .footer-rw .footer-text a {
  font-size: var(--tp-fz-p);
  color: var(--tp-common-white);
  letter-spacing: 0.08px;
  text-transform: capitalize;
  line-height: 25px;
  text-align: left;
  text-decoration: none;
}
footer .footer-main .footer-bx .footer-rw .footer-text a:hover {
  color: var(--tp-heading-spanred);
}
footer .footer-main .footer-bx .footer-socail ul {
  display: flex;
}
footer .footer-main .footer-bx .footer-socail ul li {
  margin-right: 35px;
}
footer .footer-main .footer-bx .footer-socail ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out 0s;
  font-size: 28px;
  font-weight: var(--tp-fw-regular);
}
footer .footer-main .footer-bx .footer-socail ul li:last-child {
  margin-right: 0;
}
footer .footer-main .footer-bx .footer-socail ul li:hover a {
  color: var(--tp-heading-spanred);
}
@media screen and (max-width: 991px) {
  footer .footer-main .footer-bx {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  footer .footer-main .footer-bx {
    width: 100%;
  }
  footer .footer-main .footer-bx:last-child {
    margin-bottom: 0;
  }
}
footer .footer-main .footer-bx .map-foot {
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  footer .footer-main .footer-bx .map-foot {
    margin-top: 0;
  }
}
footer .footer-main .footer-bx .map-foot img {
  width: 100%;
}
footer .footer-main .footer-bx .map-foot iframe {
  width: 100%;
}
@media screen and (max-width: 991px) {
  footer .footer-main {
    flex-wrap: wrap;
  }
}
footer .copy-right {
  padding: 21px 0px;
  border-top: 1px solid #565656;
  display: flex;
  justify-content: space-between;
}
footer .copy-right p {
  font-size: 14px;
  font-weight: var(--tp-fw-light);
  line-height: 112.5%;
  text-transform: uppercase;
  letter-spacing: 0.05px;
  color: var(--tp-common-white);
  opacity: 0.5;
  margin: 0;
}
footer .copy-right a {
  font-size: 14px;
  font-weight: var(--tp-fw-light);
  line-height: 112.5%;
  text-transform: uppercase;
  letter-spacing: 0.05px;
  color: var(--tp-common-white);
  opacity: 0.5;
  margin: 0;
  text-decoration: none;
}
footer .copy-right a:hover {
  color: var(--tp-heading-spanred);
  opacity: 1;
}
@media screen and (max-width: 450px) {
  footer .copy-right {
    flex-wrap: wrap;
  }
  footer .copy-right p {
    width: 100%;
    margin-bottom: 10px;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0;
}
.pagination ul {
  display: flex;
  padding-right: 0;
}
.pagination ul li {
  margin-right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .pagination ul li {
    margin-right: 25px;
  }
}
.pagination ul li a {
  font-style: normal;
  font-weight: var(--tp-fw-regular);
  font-size: var(--tp-fz-h4);
  line-height: 20px;
  border: none;
  background: none;
  display: flex;
  align-items: center;
  text-align: center;
  color: var(--tp-common-black);
  width: 45px;
  height: 45px;
  display: flex;
  text-decoration: none;
  justify-content: center;
}
.pagination ul li a:hover {
  color: var(--tp-heading-spanred);
  background: none;
  box-shadow: 0 0 0;
}
@media screen and (max-width: 576px) {
  .pagination ul li a {
    width: 35px;
    height: 35px;
    font-size: var(--tp-fz-h6);
  }
}
.pagination ul li .active {
  border-radius: 100%;
  color: var(--tp-common-white);
  height: 45px;
  background: var(--tp-heading-spanred);
  display: flex;
  border: none;
  justify-content: center;
  align-items: center;
  width: 45px;
}
@media screen and (max-width: 576px) {
  .pagination ul li .active {
    width: 35px;
    height: 35px;
    font-size: var(--tp-fz-h6);
  }
}
.pagination ul li .active:hover {
  color: var(--tp-common-white);
  border-radius: 100%;
  color: var(--tp-common-white);
  height: 45px;
  background: var(--tp-heading-spanred);
  display: flex;
  border: none;
  justify-content: center;
  align-items: center;
  width: 45px;
}
@media screen and (max-width: 576px) {
  .pagination ul li {
    margin-right: 0px;
  }
}
.pagination ul li.prev {
  margin-right: 20px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: var(--tp-common-white) url(../images/brown-arr.webp) center center no-repeat;
  border: 1px solid var(--tp-heading-spanred);
}
.pagination ul li.prev:hover {
  background: var(--tp-heading-spanred) url(../images/white-arr.webp) center center no-repeat;
}
@media screen and (max-width: 576px) {
  .pagination ul li.prev {
    width: 35px;
    height: 35px;
  }
}
.pagination ul li.next {
  margin-left: 10px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  transform: rotate(180deg);
  justify-content: center;
  border-radius: 100%;
  border: 1px solid var(--tp-heading-spanred);
  background: var(--tp-common-white) url(../images/brown-arr.webp) center center no-repeat;
}
.pagination ul li.next:hover {
  background: var(--tp-heading-spanred) url(../images/white-arr.webp) center center no-repeat;
  transform: rotate(180deg);
}
@media screen and (max-width: 576px) {
  .pagination ul li.next {
    width: 35px;
    height: 35px;
  }
}

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  padding: 5px;
}
.slicknav_menu * {
  box-sizing: border-box;
}
.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 3px var(--tp-heading-spanred);
}
.slicknav_menu .slicknav_icon-bar {
  background-color: var(--tp-heading-spanred);
}

.slicknav_btn {
  text-decoration: none;
  text-shadow: 0 1px 1px var(--tp-heading-spanred);
  border-radius: 4px;
}

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 9;
  top: 139px;
  background: var(--tp-bg-1);
  max-width: 720px;
  margin: 0 auto;
  right: 0;
}
.slicknav_nav li:last-child a {
  border-bottom: none;
}
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 20px;
}
.slicknav_nav .slicknav_row {
  padding: 5px 10px;
  margin: 2px 5px;
}
.slicknav_nav .slicknav_row:hover {
  border-radius: 6px;
  color: var(--tp-grey-1);
}
.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: var(--tp-grey-1);
  font-weight: var(--tp-fw-medium);
  border-bottom: 1px solid var(--tp-border-secondary);
}
.slicknav_nav a span {
  margin-right: 8px;
}
.slicknav_nav a:hover {
  border-radius: 6px;
  color: #FF7A00;
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
  border: none;
}
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}
.slicknav_nav .slicknav_parent ul li a {
  font-weight: var(--tp-fw-regular);
}

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px;
}

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  line-height: 1.125em;
  cursor: pointer;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 8px;
}

.slicknav_menu {
  *zoom: 1;
  display: none;
}
.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}
.slicknav_menu .slicknav_icon {
  float: left;
  width: 30px;
  height: 25px;
  margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_icon:before {
  background: transparent;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute;
}
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 30px;
  height: 2px;
  border-radius: 1px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.slicknav_menu:before {
  content: " ";
  display: table;
}
.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both;
}
@media screen and (max-width: 1024px) {
  .slicknav_menu {
    display: block;
    order: 3;
    margin-left: 10px;
  }
}

.slicknav_nav {
  clear: both;
}
.slicknav_nav ul {
  display: block;
}
.slicknav_nav li {
  display: block;
}
.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
  cursor: pointer;
}
.slicknav_nav .slicknav_item a {
  display: inline;
}
.slicknav_nav .slicknav_row {
  display: block;
}
.slicknav_nav a {
  display: block;
}
.slicknav_nav .slicknav_parent-link a {
  display: inline;
}

.slicknav_brand {
  float: left;
}

.brand-logo-outer {
  padding: 60px 0px;
}
@media (max-width: 767px) {
  .brand-logo-outer {
    padding: 60px 0px 30px;
  }
}
.brand-logo-outer .brand-main-slider .slick-track {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
.brand-logo-outer .brand-main-slider .brand-logo {
  text-align: center;
  padding: 0px 15px;
}
.brand-logo-outer .brand-main-slider .brand-logo img {
  display: block;
  margin: 0 auto;
}

.about-us-outer {
  padding: 60px 0px;
}
@media (max-width: 767px) {
  .about-us-outer {
    padding: 0px 0px 30px;
  }
}
.about-us-outer .about-us-main {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .about-us-outer .about-us-main {
    flex-wrap: wrap;
  }
}
.about-us-outer .about-us-main .about-us-left {
  width: 50%;
  padding-right: 60px;
}
@media (max-width: 991px) {
  .about-us-outer .about-us-main .about-us-left {
    width: 100%;
    padding-right: 0;
  }
}
.about-us-outer .about-us-main .about-us-left figure img {
  width: 100%;
}
.about-us-outer .about-us-main .about-us-right {
  width: 50%;
}
@media (max-width: 991px) {
  .about-us-outer .about-us-main .about-us-right {
    width: 100%;
    padding-top: 30px;
  }
}
.about-us-outer .about-us-main .about-us-right .head {
  text-align: left;
}
.about-us-outer .about-us-main .about-us-right .head h2 {
  text-transform: capitalize;
  padding-bottom: 10px;
}
.about-us-outer .about-us-main .about-us-right .head p {
  text-align: justify;
}
.about-us-outer .about-us-main .about-us-right .head a {
  font-size: var(--tp-fz-a);
  color: var(--tp-common-white);
  font-weight: var(--tp-fw-sbold);
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
  height: 40px;
  padding: 5px 35px;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid var(--tp-common-white);
  background: var(--tp-heading-spanred);
}
.about-us-outer .about-us-main .about-us-right .head a img {
  margin-left: 5px;
  transition: all 0.1s ease-out 0s;
  vertical-align: middle;
  display: inline-block;
}
.about-us-outer .about-us-main .about-us-right .head a:hover {
  background: transparent;
  border-color: var(--tp-heading-primary);
  color: var(--tp-heading-primary);
}
.about-us-outer .about-us-main .about-us-right .head a:hover img {
  filter: invert(100%);
}

.what-we-offer-outer {
  padding: 30px 0px 70px;
}
@media (max-width: 576px) {
  .what-we-offer-outer {
    padding: 30px 0px 30px;
  }
}
.what-we-offer-outer .head {
  padding-bottom: 10px;
}
.what-we-offer-outer .head h2 {
  padding-bottom: 15px;
  text-transform: capitalize;
}
.what-we-offer-outer .what-we-offers-main {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .what-we-offer-outer .what-we-offers-main {
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
    justify-content: center;
  }
}
.what-we-offer-outer .what-we-offers-main a.what-we-bx {
  width: 33.33%;
  padding: 0px 15px;
  margin-bottom: 20px;
  text-decoration: none;
  position: relative;
  top: 0;
  transition: all 1s;
}
@media (max-width: 991px) {
  .what-we-offer-outer .what-we-offers-main a.what-we-bx {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .what-we-offer-outer .what-we-offers-main a.what-we-bx {
    width: 100%;
  }
}
.what-we-offer-outer .what-we-offers-main a.what-we-bx .what-we-area {
  background: var(--tp-bg-1);
  padding: 90px 40px 60px;
  text-align: center;
  border: 1px solid transparent;
}
@media (max-width: 991px) {
  .what-we-offer-outer .what-we-offers-main a.what-we-bx .what-we-area {
    padding: 35px 5px 25px;
  }
}
.what-we-offer-outer .what-we-offers-main a.what-we-bx .what-we-area figure {
  margin-bottom: 40px;
}
.what-we-offer-outer .what-we-offers-main a.what-we-bx .what-we-area h3 {
  font-size: var(--tp-fz-h3);
  color: var(--tp-heading-primary);
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .what-we-offer-outer .what-we-offers-main a.what-we-bx .what-we-area h3 {
    font-size: calc(var(--tp-fz-h3) - 3px);
  }
}
@media screen and (max-width: 992px) {
  .what-we-offer-outer .what-we-offers-main a.what-we-bx .what-we-area h3 {
    font-size: calc(var(--tp-fz-h3) - 5px);
  }
}
.what-we-offer-outer .what-we-offers-main a.what-we-bx .what-we-area p {
  padding: 0px 15px;
}
.what-we-offer-outer .what-we-offers-main a.what-we-bx .what-we-area a {
  font-size: var(--tp-fz-a);
  color: var(--tp-common-white);
  font-weight: var(--tp-fw-sbold);
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
  height: 40px;
  padding: 5px 35px;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid var(--tp-common-white);
  background: var(--tp-heading-spanred);
}
.what-we-offer-outer .what-we-offers-main a.what-we-bx .what-we-area a img {
  margin-left: 5px;
  transition: all 0.1s ease-out 0s;
  vertical-align: middle;
  display: inline-block;
}
.what-we-offer-outer .what-we-offers-main a.what-we-bx .what-we-area a:hover {
  background: transparent;
  border-color: var(--tp-heading-primary);
  color: var(--tp-heading-primary);
}
.what-we-offer-outer .what-we-offers-main a.what-we-bx .what-we-area a:hover img {
  filter: invert(100%);
}
.what-we-offer-outer .what-we-offers-main a.what-we-bx:nth-child(2) .what-we-area {
  background: var(--tp-bg-2);
}
.what-we-offer-outer .what-we-offers-main a.what-we-bx:hover {
  top: -10px;
}
.what-we-offer-outer .what-we-offers-main a.what-we-bx:hover .what-we-area {
  border: 1px solid #ECCAA8;
}

.product-range-outer {
  padding: 65px 0px;
  background: var(--tp-bg-1);
}
.product-range-outer .head {
  padding-bottom: 10px;
}
.product-range-outer .head h2 {
  padding-bottom: 15px;
  text-transform: capitalize;
}
.product-range-outer .product-range-main {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 991px) {
  .product-range-outer .product-range-main {
    flex-wrap: wrap;
  }
}
.product-range-outer .product-range-main .product-range-bx {
  width: 33.33%;
  padding: 0px 10px;
}
@media (max-width: 991px) {
  .product-range-outer .product-range-main .product-range-bx {
    width: 50%;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .product-range-outer .product-range-main .product-range-bx {
    width: 100%;
  }
}
.product-range-outer .product-range-main .product-range-bx .product-range-area {
  position: relative;
  width: 100%;
}
.product-range-outer .product-range-main .product-range-bx .product-range-area figure img {
  width: 100%;
}
.product-range-outer .product-range-main .product-range-bx .product-range-area .product-link {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 40px 34px 24px;
  text-decoration: none;
  flex-wrap: wrap;
  align-content: space-between;
}
.product-range-outer .product-range-main .product-range-bx .product-range-area .product-link h3 {
  font-size: var(--tp-fz-h3);
  color: var(--tp-common-white);
  width: 100%;
}
.product-range-outer .product-range-main .product-range-bx .product-range-area .product-link span {
  transition: all 0.5s ease-out 0s;
  position: relative;
  left: 0;
}
.product-range-outer .product-range-main .product-range-bx .product-range-area .product-link:hover span {
  left: 10px;
}
.product-range-outer .product-explore-btn {
  text-align: center;
  padding-top: 50px;
}
@media (max-width: 991px) {
  .product-range-outer .product-explore-btn {
    padding-top: 10px;
  }
}
.product-range-outer .product-explore-btn a {
  font-size: var(--tp-fz-a);
  color: var(--tp-common-white);
  font-weight: var(--tp-fw-sbold);
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
  height: 40px;
  padding: 5px 35px;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid var(--tp-common-white);
  background: var(--tp-heading-spanred);
}
.product-range-outer .product-explore-btn a img {
  margin-left: 5px;
  transition: all 0.1s ease-out 0s;
  vertical-align: middle;
  display: inline-block;
}
.product-range-outer .product-explore-btn a:hover {
  background: transparent;
  border-color: var(--tp-heading-primary);
  color: var(--tp-heading-primary);
}
.product-range-outer .product-explore-btn a:hover img {
  filter: invert(100%);
}

.our-certification-outer {
  padding: 60px 0px 20px;
}
.our-certification-outer .head {
  padding-bottom: 10px;
}
.our-certification-outer .head h2 {
  text-transform: capitalize;
  padding-bottom: 15px;
}
.our-certification-outer .our-certification-slider {
  display: flex;
  padding: 0px 50px;
}
.our-certification-outer .our-certification-slider .our-certification-bx {
  padding: 0px 32px;
  display: flex;
}
@media (max-width: 991px) {
  .our-certification-outer .our-certification-slider .our-certification-bx {
    padding: 0px 10px;
  }
}
.our-certification-outer .our-certification-slider .our-certification-bx .our-certification-area {
  border: 1px solid var(--tp-border-secondary);
  display: flex;
  align-items: center;
  padding: 18px;
}
.our-certification-outer .our-certification-slider .our-certification-bx .our-certification-area figure {
  margin: 0 auto;
}
.our-certification-outer .our-certification-slider .our-certification-bx .our-certification-area figure img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.our-certification-outer .our-certification-slider .our-certification-bx figure {
  margin-bottom: 0;
}
.our-certification-outer .our-certification-slider .slick-arrow {
  width: 13px;
  height: 26px;
  border: 1px solid var(--tp-text-5);
  border-radius: 36px;
  background: var(--tp-common-white);
  margin-top: -21px;
}
.our-certification-outer .our-certification-slider .slick-prev {
  left: 20px;
}
.our-certification-outer .our-certification-slider .slick-prev::before {
  background: url(../images/arrow-slider-left.svg) no-repeat center;
  height: 26px;
  width: 13px;
  display: block;
  content: "";
  filter: grayscale(100%);
}
.our-certification-outer .our-certification-slider .slick-prev:hover::before {
  background: url(../images/arrow-slider-left.svg) no-repeat center;
  filter: grayscale(0%);
}
.our-certification-outer .our-certification-slider .slick-next {
  right: 20px;
}
.our-certification-outer .our-certification-slider .slick-next::before {
  background: url(../images/arrow-slider-left.svg) no-repeat center;
  height: 26px;
  width: 13px;
  display: block;
  content: "";
  transform: rotate(180deg);
  filter: grayscale(100%);
}
.our-certification-outer .our-certification-slider .slick-next:hover::before {
  background: url(../images/arrow-slider-left.svg) no-repeat center;
  filter: grayscale(0%);
}
.our-certification-outer .our-certification-slider.slick-initialized .slick-list.draggable {
  width: 100%;
  padding: 0px 0px 50px !important;
}
.our-certification-outer .our-certification-slider.slick-initialized .slick-list.draggable .slick-track {
  display: flex;
}
.our-certification-outer .our-certification-slider.slick-initialized .slick-list.draggable .slick-track .slick-slide {
  display: flex;
  height: auto;
}
.our-certification-outer .our-certification-slider.slick-initialized .slick-list.draggable .slick-track .slick-slide div {
  display: flex;
  height: 100%;
  width: 100%;
}
.our-certification-outer .our-certification-slider.slick-initialized .slick-list.draggable .slick-track .slick-slide.slick-current .our-certification-bx .our-certification-area {
  border-color: var(--tp-border-1);
  box-shadow: 0px 19px 60px 0px rgba(44, 44, 44, 0.09);
}

.supply-chain-outer {
  padding: 60px 0px;
  background: var(--tp-bg-3);
}
@media (max-width: 767px) {
  .supply-chain-outer {
    padding: 30px 0px 30px;
  }
}
.supply-chain-outer .head {
  padding-bottom: 10px;
}
.supply-chain-outer .head h2 {
  padding-bottom: 15px;
  text-transform: capitalize;
}
.supply-chain-outer .supply-chain-main {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .supply-chain-outer .supply-chain-main {
    flex-wrap: wrap;
  }
}
.supply-chain-outer .supply-chain-main .supply-chain-bx {
  width: 25%;
  padding: 0px 15px;
  display: flex;
}
@media (max-width: 991px) {
  .supply-chain-outer .supply-chain-main .supply-chain-bx {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .supply-chain-outer .supply-chain-main .supply-chain-bx {
    width: 100%;
  }
}
.supply-chain-outer .supply-chain-main .supply-chain-bx .supply-chain-area {
  padding: 13px 20px 20px;
  background: var(--tp-common-white);
}
.supply-chain-outer .supply-chain-main .supply-chain-bx .supply-chain-area figure {
  margin-bottom: 30px;
}
.supply-chain-outer .supply-chain-main .supply-chain-bx .supply-chain-area figure img {
  width: 100%;
}
.supply-chain-outer .supply-chain-main .supply-chain-bx .supply-chain-area .supply-text {
  text-align: center;
}
.supply-chain-outer .supply-chain-main .supply-chain-bx .supply-chain-area .supply-text a {
  text-decoration: none;
}
.supply-chain-outer .supply-chain-main .supply-chain-bx .supply-chain-area .supply-text a h3 {
  font-size: var(--tp-fz-h4);
  color: var(--tp-heading-primary);
  font-weight: var(--tp-fw-bold);
  margin-bottom: 12px;
}

.packaging-option-outer {
  padding: 65px 0px;
}
@media (max-width: 767px) {
  .packaging-option-outer {
    padding: 30px 0px 30px;
  }
}
.packaging-option-outer .head {
  padding-bottom: 10px;
}
.packaging-option-outer .head h2 {
  padding-bottom: 15px;
}
.packaging-option-outer .packaging-option-slider {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
.packaging-option-outer .packaging-option-slider .slick-list.draggable {
  padding: 30px 0px !important;
}
.packaging-option-outer .packaging-option-slider .packaging-option-bx {
  width: 50%;
  padding: 0px 15px;
}
.packaging-option-outer .packaging-option-slider .packaging-option-bx .packaging-option-area {
  background: var(--tp-common-white);
  padding: 30px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
}
.packaging-option-outer .packaging-option-slider .packaging-option-bx .packaging-option-area h3 {
  font-size: var(--tp-fz-h3);
  font-weight: var(--tp-fw-bold);
  color: var(--tp-heading-primary);
  text-align: center;
  margin-bottom: 20px;
}
.packaging-option-outer .packaging-option-slider .packaging-option-bx .packaging-option-area .packaging-row {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .packaging-option-outer .packaging-option-slider .packaging-option-bx .packaging-option-area .packaging-row {
    flex-wrap: wrap;
  }
}
.packaging-option-outer .packaging-option-slider .packaging-option-bx .packaging-option-area .packaging-row .packaging-option-left {
  width: 45%;
}
@media (max-width: 991px) {
  .packaging-option-outer .packaging-option-slider .packaging-option-bx .packaging-option-area .packaging-row .packaging-option-left {
    width: 100%;
  }
}
.packaging-option-outer .packaging-option-slider .packaging-option-bx .packaging-option-area .packaging-row .packaging-option-left figure img {
  width: 100%;
}
.packaging-option-outer .packaging-option-slider .packaging-option-bx .packaging-option-area .packaging-row .packaging-option-details {
  width: 55%;
  padding-left: 30px;
}
@media (max-width: 991px) {
  .packaging-option-outer .packaging-option-slider .packaging-option-bx .packaging-option-area .packaging-row .packaging-option-details {
    width: 100%;
    padding-left: 0;
  }
}
.packaging-option-outer .packaging-option-slider .packaging-option-bx .packaging-option-area .packaging-row .packaging-option-details p {
  text-align: justify;
}
.packaging-option-outer .packaging-option-slider .slick-arrow {
  width: 13px;
  height: 26px;
  border: 1px solid var(--tp-text-5);
  border-radius: 36px;
  background: var(--tp-common-white);
}
.packaging-option-outer .packaging-option-slider .slick-prev {
  left: -30px;
}
@media screen and (max-width: 1199px) {
  .packaging-option-outer .packaging-option-slider .slick-prev {
    left: 0px;
  }
}
.packaging-option-outer .packaging-option-slider .slick-prev::before {
  background: url(../images/arrow-slider-left.svg) no-repeat center;
  height: 26px;
  width: 13px;
  display: block;
  content: "";
  filter: grayscale(100%);
}
.packaging-option-outer .packaging-option-slider .slick-prev:hover::before {
  background: url(../images/arrow-slider-left.svg) no-repeat center;
  filter: grayscale(0%);
}
.packaging-option-outer .packaging-option-slider .slick-next {
  right: -30px;
}
@media screen and (max-width: 1199px) {
  .packaging-option-outer .packaging-option-slider .slick-next {
    right: 0px;
  }
}
.packaging-option-outer .packaging-option-slider .slick-next::before {
  background: url(../images/arrow-slider-left.svg) no-repeat center;
  height: 26px;
  width: 13px;
  display: block;
  content: "";
  transform: rotate(180deg);
  filter: grayscale(100%);
}
.packaging-option-outer .packaging-option-slider .slick-next:hover::before {
  background: url(../images/arrow-slider-left.svg) no-repeat center;
  filter: grayscale(0%);
}

.latest-blog-outer {
  padding: 80px 0px;
  background: var(--tp-bg-1);
  position: relative;
}
@media (max-width: 767px) {
  .latest-blog-outer {
    padding: 30px 0px 30px;
  }
}
.latest-blog-outer .head {
  padding-bottom: 10px;
}
.latest-blog-outer .head h2 {
  padding-bottom: 15px;
}
.latest-blog-outer .latest-blog-main {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .latest-blog-outer .latest-blog-main {
    justify-content: center;
  }
}
.latest-blog-outer .latest-blog-main .latest-bx {
  width: 33.33%;
  padding: 0px 40px;
}
@media (max-width: 991px) {
  .latest-blog-outer .latest-blog-main .latest-bx {
    width: 50%;
    margin-bottom: 30px;
    padding: 0px 10px;
  }
}
@media (max-width: 576px) {
  .latest-blog-outer .latest-blog-main .latest-bx {
    width: 100%;
  }
}
.latest-blog-outer .latest-blog-main .latest-bx figure {
  margin-bottom: 20px;
}
.latest-blog-outer .latest-blog-main .latest-bx figure img {
  width: 100%;
}
.latest-blog-outer .latest-blog-main .latest-bx .latest-text-area {
  position: relative;
}
.latest-blog-outer .latest-blog-main .latest-bx .latest-text-area h6 {
  font-size: var(--tp-fz-font2);
  color: var(--tp-text-3);
}
.latest-blog-outer .latest-blog-main .latest-bx .latest-text-area .read-more {
  position: absolute;
  top: -73px;
  right: 0;
  padding: 10px 15px;
  background: var(--tp-heading-spanred) url(../images/plus-ico.png) no-repeat 25px center;
  display: block;
  overflow: hidden;
  height: 53px;
  padding-left: 53px;
  transition: all 0.2s ease-out;
}
.latest-blog-outer .latest-blog-main .latest-bx .latest-text-area .read-more span {
  width: 0;
  line-height: 30px;
  letter-spacing: 0.765px;
  text-transform: uppercase;
  font-size: calc(var(--tp-fz-h4) - 3px);
  font-weight: var(--tp-fw-bold);
  color: var(--tp-common-white);
  display: inline-block;
  overflow: hidden;
  transition: all 0.2s ease-out;
  white-space: nowrap;
}
.latest-blog-outer .latest-blog-main .latest-bx:last-child {
  border: none;
}
.latest-blog-outer .latest-blog-main .latest-bx:hover .latest-text-area .read-more span {
  width: 119px;
}
.latest-blog-outer .latest-explore-btn {
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .latest-blog-outer .latest-explore-btn {
    margin-top: 10px;
  }
}
.latest-blog-outer .latest-explore-btn a {
  font-size: var(--tp-fz-a);
  color: var(--tp-common-white);
  font-weight: var(--tp-fw-sbold);
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
  height: 40px;
  padding: 5px 35px;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid var(--tp-common-white);
  background: var(--tp-heading-spanred);
}
.latest-blog-outer .latest-explore-btn a img {
  margin-left: 5px;
  transition: all 0.1s ease-out 0s;
  vertical-align: middle;
  display: inline-block;
}
.latest-blog-outer .latest-explore-btn a:hover {
  background: transparent;
  border-color: var(--tp-heading-primary);
  color: var(--tp-heading-primary);
}
.latest-blog-outer .latest-explore-btn a:hover img {
  filter: invert(100%);
}

.choose-shivsales {
  padding: 60px 0px;
}
@media (max-width: 767px) {
  .choose-shivsales {
    padding: 30px 0px 30px;
  }
}
.choose-shivsales .head {
  max-width: 1040px;
  margin: 0 auto;
}
.choose-shivsales .head p {
  margin-top: 35px;
}
@media (max-width: 400px) {
  .choose-shivsales .head p {
    margin-top: 16px;
  }
}
.choose-shivsales .choose-shivsales-inner {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .choose-shivsales .choose-shivsales-inner {
    flex-wrap: wrap;
  }
}
.choose-shivsales .choose-shivsales-inner .choose-bx {
  width: 25%;
  padding: 0px 8px;
  display: flex;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .choose-shivsales .choose-shivsales-inner .choose-bx {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .choose-shivsales .choose-shivsales-inner .choose-bx {
    width: 100%;
  }
}
.choose-shivsales .choose-shivsales-inner .choose-bx .choose-area {
  border: 1px solid #ECCAA8;
  background: var(--tp-common-white);
  padding: 36px 22px 0;
  box-shadow: 0px 7px 17.9px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1399px) {
  .choose-shivsales .choose-shivsales-inner .choose-bx .choose-area {
    padding: 21px 14px 0;
  }
}
@media (max-width: 400px) {
  .choose-shivsales .choose-shivsales-inner .choose-bx .choose-area {
    padding: 12px 8px 0;
  }
}
.choose-shivsales .choose-shivsales-inner .choose-bx .choose-area figure {
  margin: 0;
}
.choose-shivsales .choose-shivsales-inner .choose-bx .choose-area figure img {
  margin-bottom: 16px;
}
.choose-shivsales .choose-shivsales-inner .choose-bx .choose-area h4 {
  font-size: var(--tp-fz-h4);
  color: var(--tp-heading-primary);
  font-weight: var(--tp-fw-sbold);
  margin-bottom: 12px;
}
@media (max-width: 400px) {
  .choose-shivsales .choose-shivsales-inner .choose-bx .choose-area h4 {
    font-size: 16px;
    margin-bottom: 6px;
  }
}
.choose-shivsales .choose-shivsales-inner .choose-bx .choose-area p {
  color: var(--tp-grey-1);
  font-size: var(--tp-fz-h6);
}
@media (max-width: 1399px) {
  .choose-shivsales .choose-shivsales-inner .choose-bx .choose-area p {
    font-size: 15px;
  }
}
@media (max-width: 400px) {
  .choose-shivsales .choose-shivsales-inner .choose-bx .choose-area p {
    font-size: 14px;
  }
}
.choose-shivsales .choose-shivsales-inner .choose-bx:nth-child(2) .choose-area {
  background: #FFF9F5;
}
.choose-shivsales .choose-shivsales-inner .choose-bx:nth-child(4) .choose-area {
  background: #FFF9F5;
}
.choose-shivsales .choose-shivsales-inner .choose-bx:nth-child(6) .choose-area {
  background: #FFF9F5;
}
.choose-shivsales .choose-shivsales-inner .choose-bx:nth-child(8) .choose-area {
  background: #FFF9F5;
}

.about-us-page-outer {
  padding: 60px 0px;
}
@media (max-width: 767px) {
  .about-us-page-outer {
    padding: 10px 0px 30px;
  }
}
.about-us-page-outer .about-us-main {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .about-us-page-outer .about-us-main {
    flex-wrap: wrap;
  }
}
.about-us-page-outer .about-us-main .about-us-left {
  width: 50%;
  padding-left: 70px;
}
@media (max-width: 991px) {
  .about-us-page-outer .about-us-main .about-us-left {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
}
.about-us-page-outer .about-us-main .about-us-left figure {
  margin-bottom: 0;
}
.about-us-page-outer .about-us-main .about-us-left figure img {
  width: 100%;
}
.about-us-page-outer .about-us-main .about-us-right {
  width: 50%;
}
@media (max-width: 991px) {
  .about-us-page-outer .about-us-main .about-us-right {
    width: 100%;
  }
}
.about-us-page-outer .about-us-main .about-us-right .head {
  text-align: left;
}
.about-us-page-outer .about-us-main .about-us-right .head h2 {
  text-transform: capitalize;
  padding-bottom: 10px;
}
.about-us-page-outer .about-us-main .about-us-right .head p {
  text-align: justify;
}
.about-us-page-outer .about-us-main .about-us-right .head a {
  font-size: var(--tp-fz-a);
  color: var(--tp-common-white);
  font-weight: var(--tp-fw-sbold);
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
  height: 40px;
  padding: 5px 35px;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid var(--tp-common-white);
  background: var(--tp-heading-spanred);
}
.about-us-page-outer .about-us-main .about-us-right .head a img {
  margin-left: 5px;
  transition: all 0.1s ease-out 0s;
  vertical-align: middle;
  display: inline-block;
}
.about-us-page-outer .about-us-main .about-us-right .head a:hover {
  background: transparent;
  border-color: var(--tp-heading-primary);
  color: var(--tp-heading-primary);
}
.about-us-page-outer .about-us-main .about-us-right .head a:hover img {
  filter: invert(100%);
}

.our-journey-outer {
  background: var(--tp-bg-1);
  padding: 60px 0px;
}
@media (max-width: 767px) {
  .our-journey-outer {
    padding: 30px 0px;
  }
}
.our-journey-outer .head {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .our-journey-outer .head {
    padding-bottom: 20px;
  }
}
.our-journey-outer .our-journey-main .our-journey-year-slide {
  padding-bottom: 35px;
}
.our-journey-outer .our-journey-main .our-journey-year-slide .slick-list.draggable {
  padding-bottom: 20px !important;
}
.our-journey-outer .our-journey-main .our-journey-year-slide .slick-list.draggable .slick-track {
  border-bottom: 1px solid var(--tp-border-2);
}
.our-journey-outer .our-journey-main .our-journey-year-slide .slick-list.draggable .slick-track .our-journey-bx {
  padding-bottom: 15px;
  position: relative;
  cursor: pointer;
}
.our-journey-outer .our-journey-main .our-journey-year-slide .slick-list.draggable .slick-track .our-journey-bx h3 {
  text-align: center;
  font-size: calc(var(--tp-fz-font2) - 1px);
  margin-bottom: 0;
}
.our-journey-outer .our-journey-main .our-journey-year-slide .slick-list.draggable .slick-track .our-journey-bx::after {
  width: 12px;
  height: 12px;
  background: var(--tp-border-2);
  content: "";
  border-radius: 12px;
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.our-journey-outer .our-journey-main .our-journey-year-slide .slick-list.draggable .slick-track .slick-slide.slick-current.slick-center .our-journey-bx::after {
  background: var(--tp-heading-spanred);
}
@media (max-width: 1024px) {
  .our-journey-outer .our-journey-main .our-journey-year-slide .slick-next {
    right: 0;
  }
}
.our-journey-outer .our-journey-main .our-journey-details-slider .our-journey-details-row {
  display: flex !important;
}
@media (max-width: 991px) {
  .our-journey-outer .our-journey-main .our-journey-details-slider .our-journey-details-row {
    flex-wrap: wrap;
  }
}
.our-journey-outer .our-journey-main .our-journey-details-slider .our-journey-details-row .our-journey-img {
  width: 50%;
  padding-right: 50px;
}
@media (max-width: 991px) {
  .our-journey-outer .our-journey-main .our-journey-details-slider .our-journey-details-row .our-journey-img {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
}
.our-journey-outer .our-journey-main .our-journey-details-slider .our-journey-details-row .our-journey-img figure {
  margin-bottom: 0;
}
.our-journey-outer .our-journey-main .our-journey-details-slider .our-journey-details-row .our-journey-img figure img {
  width: 100%;
}
@media (max-width: 1399px) {
  .our-journey-outer .our-journey-main .our-journey-details-slider .our-journey-details-row .our-journey-img figure img {
    height: 320px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.our-journey-outer .our-journey-main .our-journey-details-slider .our-journey-details-row .our-journey-content {
  width: 50%;
}
@media (max-width: 991px) {
  .our-journey-outer .our-journey-main .our-journey-details-slider .our-journey-details-row .our-journey-content {
    width: 100%;
  }
}
.our-journey-outer .our-journey-main .our-journey-details-slider .our-journey-details-row .our-journey-content h3 {
  font-size: calc(var(--tp-fz-h2) - 2px);
  font-weight: var(--tp-fw-bold);
  color: var(--tp-heading-spanred);
  margin-bottom: 57px;
  line-height: 50px;
}
@media screen and (max-width: 1450px) {
  .our-journey-outer .our-journey-main .our-journey-details-slider .our-journey-details-row .our-journey-content h3 {
    margin-bottom: 30px;
  }
}
.our-journey-outer .our-journey-main .our-journey-details-slider .our-journey-details-row .our-journey-content h4 {
  font-size: var(--tp-fz-h4);
  color: var(--tp-grey-1);
  font-weight: var(--tp-fw-sbold);
  padding-bottom: 20px;
}

.certification-outer {
  padding: 60px 0px;
}
@media (max-width: 767px) {
  .certification-outer {
    padding: 30px 0px;
  }
}
.certification-outer .head {
  padding-bottom: 45px;
}
.certification-outer .certificate-main-slide .slick-list.draggable {
  padding: 0px 0px 30px 0px;
}
.certification-outer .certificate-main-slide .certificates-box {
  display: flex !important;
  justify-content: center;
}
.certification-outer .certificate-main-slide .certificates-box figure {
  margin-bottom: 0;
  box-shadow: 0px 16px 25px -7px rgba(0, 0, 0, 0.22);
  max-width: 171px;
}
.certification-outer .certificate-main-slide .slick-arrow {
  background: #FFFFFF;
  border: 1px solid #B1B1B1;
  z-index: 99;
  transform: translate(0, -130%);
  width: 45px;
  height: 45px;
  border-radius: 100%;
}
.certification-outer .certificate-main-slide .slick-prev {
  background: #fff url(../images/right-green.png) center center no-repeat;
  left: 0;
  top: 60%;
}
.certification-outer .certificate-main-slide .slick-prev:before {
  display: none;
}
.certification-outer .certificate-main-slide .slick-prev:hover {
  background: #CA8541 url(../images/r-white.png) center center no-repeat;
  left: 0;
  border: 1px solid #CA8541;
}
.certification-outer .certificate-main-slide .slick-next {
  background: #fff url(../images/left-green.png) center center no-repeat;
  right: 0;
  top: 60%;
}
.certification-outer .certificate-main-slide .slick-next:before {
  display: none;
}
.certification-outer .certificate-main-slide .slick-next:hover {
  background: #CA8541 url(../images/next-white.png) center center no-repeat;
  right: 0;
  border: 1px solid #CA8541;
}

.quality-assurance-outer {
  background: var(--tp-bg-3);
  padding: 60px 0px;
}
@media (max-width: 767px) {
  .quality-assurance-outer {
    padding: 30px 0px;
  }
}
.quality-assurance-outer .quality-assurance-row {
  display: flex;
  align-items: center;
  padding-bottom: 45px;
}
@media (max-width: 991px) {
  .quality-assurance-outer .quality-assurance-row {
    flex-wrap: wrap;
  }
}
.quality-assurance-outer .quality-assurance-row .quality-assurance-left {
  width: 45%;
}
@media (max-width: 991px) {
  .quality-assurance-outer .quality-assurance-row .quality-assurance-left {
    width: 100%;
  }
}
.quality-assurance-outer .quality-assurance-row .quality-assurance-left figure {
  margin-bottom: 0;
}
.quality-assurance-outer .quality-assurance-row .quality-assurance-left figure img {
  width: 100%;
}
.quality-assurance-outer .quality-assurance-row .quality-assurance-right {
  width: 55%;
  padding-left: 90px;
}
@media (max-width: 991px) {
  .quality-assurance-outer .quality-assurance-row .quality-assurance-right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
}
.quality-assurance-outer .quality-assurance-row .quality-assurance-right .head {
  text-align: left;
}
.quality-assurance-outer .quality-assurance-row .quality-assurance-right .head h2 {
  padding-bottom: 5px;
}
.quality-assurance-outer .quality-assurance-row .quality-assurance-right .head p {
  text-align: justify;
}
.quality-assurance-outer .quality-assurance-row:nth-child(2n) {
  padding-bottom: 0px;
}
.quality-assurance-outer .quality-assurance-row:nth-child(2n) .quality-assurance-right {
  padding-left: 0px;
  padding-right: 90px;
}
@media (max-width: 991px) {
  .quality-assurance-outer .quality-assurance-row:nth-child(2n) .quality-assurance-right {
    padding-right: 0;
  }
}

.team-expert-outer {
  background: var(--tp-bg-1);
  padding: 60px 0px 71px;
}
@media (max-width: 767px) {
  .team-expert-outer {
    padding: 30px 0px 10px;
  }
}
.team-expert-outer .head {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .team-expert-outer .head {
    padding-bottom: 30px;
  }
}
.team-expert-outer .team-expert-main {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .team-expert-outer .team-expert-main {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.team-expert-outer .team-expert-main .team-expert-bx {
  width: 15%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .team-expert-outer .team-expert-main .team-expert-bx {
    width: 50%;
    padding-bottom: 30px;
  }
}
@media (max-width: 400px) {
  .team-expert-outer .team-expert-main .team-expert-bx {
    width: 100%;
    padding-bottom: 30px;
  }
}
.team-expert-outer .team-expert-main .team-expert-bx figure {
  width: 163px;
  height: 163px;
  padding: 10px;
  background: url(../images/expert-bg.webp) no-repeat;
}
.team-expert-outer .team-expert-main .team-expert-bx h3 {
  width: 100%;
  text-align: center;
  font-size: var(--tp-fz-h4);
  color: var(--tp-heading-primary);
  text-transform: uppercase;
}

.infrastructure-outer {
  padding: 60px 0px;
}
@media (max-width: 767px) {
  .infrastructure-outer {
    padding: 30px 0px;
  }
}
.infrastructure-outer .head {
  padding-bottom: 35px;
}
.infrastructure-outer .world-slider {
  padding-left: 50px;
  padding-right: 50px;
}
.infrastructure-outer .world-slider .slick-slide {
  position: relative;
  margin: 0px 15px;
}
.infrastructure-outer .world-slider .slick-slide figure img {
  width: 100%;
}
.infrastructure-outer .world-slider .slick-arrow {
  background: #FFFFFF;
  border: 1px solid #B1B1B1;
  z-index: 99;
  transform: translate(0, -130%);
  width: 45px;
  height: 45px;
  border-radius: 100%;
}
.infrastructure-outer .world-slider .slick-prev {
  background: #fff url(../images/right-green.png) center center no-repeat;
  left: 0;
  top: 60%;
}
.infrastructure-outer .world-slider .slick-prev:before {
  display: none;
}
.infrastructure-outer .world-slider .slick-prev:hover {
  background: #CA8541 url(../images/r-white.png) center center no-repeat;
  left: 0;
  border: 1px solid #CA8541;
}
.infrastructure-outer .world-slider .slick-next {
  background: #fff url(../images/left-green.png) center center no-repeat;
  right: 0;
  top: 60%;
}
.infrastructure-outer .world-slider .slick-next:before {
  display: none;
}
.infrastructure-outer .world-slider .slick-next:hover {
  background: #CA8541 url(../images/next-white.png) center center no-repeat;
  right: 0;
  border: 1px solid #CA8541;
}
.infrastructure-outer .world-slider .video-icn {
  position: absolute;
  top: 48%;
  left: 46%;
}
.infrastructure-outer .infrastructure-text {
  padding: 0px 65px;
}
@media (max-width: 767px) {
  .infrastructure-outer .infrastructure-text {
    padding: 0px 0px;
  }
}

#myModal.vedio-iframe-model .modal-body {
  padding: 25px 17px 25px;
}
#myModal.vedio-iframe-model .modal-body button.close {
  color: #CA8541;
  position: absolute;
  border: none;
  background: none;
  font-size: 30px;
  right: 0;
  top: -2px;
}
#myModal.vedio-iframe-model .modal-body img {
  width: 100%;
}
#myModal.vedio-iframe-model .modal-body iframe {
  width: 100%;
}

.open-video1.vedio-iframe-model1 .modal-body {
  padding: 25px 17px 25px;
}
.open-video1.vedio-iframe-model1 .modal-body button.close {
  color: #CA8541;
  position: absolute;
  border: none;
  background: none;
  font-size: 30px;
  right: 0;
  top: -2px;
}
.open-video1.vedio-iframe-model1 .modal-body img {
  width: 100%;
}
.open-video1.vedio-iframe-model1 .modal-body iframe {
  width: 100%;
}

.privacy-outer {
  padding: 60px 0;
}
.privacy-outer .head h2 {
  padding-bottom: 30px;
  text-transform: capitalize;
}
.privacy-outer .privacy-inner p {
  color: var(--tp-grey-1);
}
.privacy-outer .privacy-inner a {
  text-decoration: none;
  color: var(--tp-heading-spanred);
}
.privacy-outer .privacy-inner ul {
  list-style-type: none;
  margin-bottom: 15px;
}
.privacy-outer .privacy-inner ul li {
  font-style: normal;
  margin-bottom: 20px;
  font-weight: var(--tp-fw-regular);
  font-size: var(--tp-fz-p);
  line-height: 150%;
  color: var(--tp-grey-1);
  padding-left: 20px;
  position: relative;
}
.privacy-outer .privacy-inner ul li:before {
  width: 6px;
  height: 6px;
  border: 2px solid var(--tp-heading-spanred);
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
  display: block;
}
.privacy-outer .privacy-inner ol {
  list-style-type: none;
  margin-bottom: 15px;
}
.privacy-outer .privacy-inner ol li {
  font-style: normal;
  font-weight: var(--tp-fw-regular);
  font-size: var(--tp-fz-p);
  line-height: 150%;
  color: var(--tp-grey-1);
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.privacy-outer .privacy-inner ol li:before {
  width: 6px;
  height: 6px;
  border: 2px solid var(--tp-heading-spanred);
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
  display: block;
}

.career-details-outer {
  padding: 100px 15px 100px;
}
@media (max-width: 992px) {
  .career-details-outer {
    padding: 100px 0px 50px;
  }
}
@media (max-width: 767px) {
  .career-details-outer {
    padding: 50px 0px 50px;
  }
}
.career-details-outer .career-detail-main {
  display: flex;
}
@media (max-width: 992px) {
  .career-details-outer .career-detail-main {
    flex-wrap: wrap;
  }
}
.career-details-outer .career-detail-main .career-detail-left {
  width: 60%;
}
@media (max-width: 992px) {
  .career-details-outer .career-detail-main .career-detail-left {
    width: 100%;
  }
}
.career-details-outer .career-detail-main .career-detail-left h1 {
  font-size: calc(var(--tp-fz-h2) - 3px);
  color: var(--tp-grey-2);
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .career-details-outer .career-detail-main .career-detail-left h1 {
    font-size: calc(var(--tp-fz-h2) - 8px);
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .career-details-outer .career-detail-main .career-detail-left h1 {
    font-size: calc(var(--tp-fz-h3) + 2px);
    margin-bottom: 20px;
  }
}
.career-details-outer .career-detail-main .career-detail-left h2 {
  font-size: calc(var(--tp-fz-h3) + 3px);
  color: var(--tp-grey-2);
}
@media (max-width: 576px) {
  .career-details-outer .career-detail-main .career-detail-left h2 {
    font-size: calc(var(--tp-fz-h3) - 3px);
  }
}
.career-details-outer .career-detail-main .career-detail-left h3 {
  font-size: calc(var(--tp-fz-h3) + 3px);
  color: var(--tp-grey-2);
}
@media (max-width: 576px) {
  .career-details-outer .career-detail-main .career-detail-left h3 {
    font-size: calc(var(--tp-fz-h3) - 3px);
  }
}
.career-details-outer .career-detail-main .career-detail-left h4 {
  font-size: calc(var(--tp-fz-h3) - 2px);
  color: var(--tp-grey-2);
}
.career-details-outer .career-detail-main .career-detail-left p {
  font-size: calc(var(--tp-fz-p) - 1px);
  margin-bottom: 35px;
}
.career-details-outer .career-detail-main .career-detail-left ul {
  list-style-type: none;
  margin-bottom: 35px;
  margin-top: 30px;
}
.career-details-outer .career-detail-main .career-detail-left ul li {
  font-style: normal;
  margin-bottom: 20px;
  font-weight: var(--tp-fw-regular);
  font-size: calc(var(--tp-fz-p) - 1px);
  line-height: 150%;
  color: var(--tp-grey-1);
  padding-left: 34px;
  position: relative;
}
.career-details-outer .career-detail-main .career-detail-left ul li:before {
  background: url(../images/li-arrow.webp);
  width: 18px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  display: block;
}
.career-details-outer .career-detail-main .career-detail-left .career-details-btn a {
  font-size: var(--tp-fz-a);
  color: var(--tp-common-white);
  font-weight: var(--tp-fw-sbold);
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
  height: 40px;
  padding: 5px 35px;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid var(--tp-common-white);
  background: var(--tp-heading-spanred);
}
.career-details-outer .career-detail-main .career-detail-left .career-details-btn a img {
  margin-left: 5px;
  transition: all 0.1s ease-out 0s;
  vertical-align: middle;
  display: inline-block;
}
.career-details-outer .career-detail-main .career-detail-left .career-details-btn a:hover {
  background: transparent;
  border-color: var(--tp-heading-primary);
  color: var(--tp-heading-primary);
}
.career-details-outer .career-detail-main .career-detail-left .career-details-btn a:hover img {
  filter: invert(100%);
}
.career-details-outer .career-detail-main .career-detail-left a {
  color: var(--tp-heading-spanred);
  font-size: calc(var(--tp-fz-p) - 1px);
  text-decoration: none;
}
.career-details-outer .career-detail-main .career-detail-right {
  width: 40%;
  padding-left: 68px;
}
@media (max-width: 992px) {
  .career-details-outer .career-detail-main .career-detail-right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
.career-details-outer .career-detail-main .career-detail-right .career-location {
  background: var(--tp-heading-spanred);
  padding: 47px 36px 25px;
}
@media (max-width: 767px) {
  .career-details-outer .career-detail-main .career-detail-right .career-location {
    padding: 30px 25px 25px;
  }
}
.career-details-outer .career-detail-main .career-detail-right .career-location h4 {
  color: var(--tp-common-white);
  font-size: calc(var(--tp-fz-h3) + 2px);
}
@media (max-width: 576px) {
  .career-details-outer .career-detail-main .career-detail-right .career-location h4 {
    font-size: calc(var(--tp-fz-h3) - 3px);
  }
}
.career-details-outer .career-detail-main .career-detail-right .career-location p {
  color: var(--tp-common-white);
  font-size: calc(var(--tp-fz-p) - 1px);
}

.career-form-outer {
  background: var(--tp-bg-1);
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .career-form-outer {
    padding: 30px 0;
  }
}
.career-form-outer .carrer-listing-form .head {
  color: var(--tp-grey-2);
  text-align: left;
  margin-bottom: 40px;
}
.career-form-outer .carrer-listing-form .head h3 {
  font-size: calc(var(--tp-fz-h3) + 2px);
}
.career-form-outer .carrer-listing-form .apply-form-modify .career-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.career-form-outer .carrer-listing-form .apply-form-modify .career-row .career-input-bx {
  width: calc(50% - 15px);
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .career-form-outer .carrer-listing-form .apply-form-modify .career-row .career-input-bx {
    width: calc(100% - 15px);
    margin-bottom: 0;
  }
}
.career-form-outer .carrer-listing-form .apply-form-modify .career-row #mob-custom .iti {
  margin-bottom: 13px;
  width: 100%;
  display: block;
}
.career-form-outer .carrer-listing-form .apply-form-modify .career-row #mob-custom .iti__flag {
  display: none;
}
.career-form-outer .carrer-listing-form .apply-form-modify .career-row #mob-custom .iti__selected-dial-code {
  margin-left: 5px;
  font-size: 22px;
  font-weight: 700;
}
.career-form-outer .carrer-listing-form .apply-form-modify .career-row #mob-custom .iti__arrow {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #CA8541;
  margin-left: 9px;
  margin-top: 3px;
}
.career-form-outer .carrer-listing-form .apply-form-modify .career-row #mob-custom .iti__arrow--up {
  border-bottom: none;
}
.career-form-outer .carrer-listing-form .apply-form-modify .career-row #mob-custom .iti__flag.iti__in {
  display: none;
}
.career-form-outer .carrer-listing-form .apply-form-modify .career-row #mob-custom .iti__selected-flag {
  background-color: transparent;
}
.career-form-outer .carrer-listing-form .apply-form-modify .career-row #mob-custom .iti__selected-flag:after {
  content: "";
  background: var(--tp-common-black);
  width: 1px;
  height: 24px;
  margin-left: 17px;
}
.career-form-outer .carrer-listing-form .apply-form-modify .career-row .custom-file .file-input .wpcf7-form-control-wrap {
  position: relative;
}
.career-form-outer .carrer-listing-form .apply-form-modify .career-row .custom-file .file-input .wpcf7-form-control-wrap input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid #EDEDED;
  font-size: var(--tp-fz-h4);
  line-height: 100%;
  color: #353535;
  position: absolute;
  z-index: -1;
  padding: 0px;
}
.career-form-outer .carrer-listing-form .apply-form-modify .career-row .custom-file .file-input label {
  height: 57px;
  border-radius: 30px;
  background: var(--tp-common-white);
  width: 100%;
  border: 1px solid #F1F1F1;
  font-size: calc(var(--tp-fz-p) + 1px);
  line-height: 100%;
  color: var(--tp-grey-1);
  display: block;
  padding: 17px 26px;
  cursor: pointer;
}
.career-form-outer .carrer-listing-form .apply-form-modify .career-row .custom-file .file-input label img {
  float: right;
  margin-top: -4px;
  width: 20px;
}
@media (max-width: 400px) {
  .career-form-outer .carrer-listing-form .apply-form-modify .career-row .custom-file .file-input label img {
    margin-top: 0px;
    width: 15px;
  }
}
@media (max-width: 400px) {
  .career-form-outer .carrer-listing-form .apply-form-modify .career-row .custom-file .file-input label {
    font-size: var(--tp-fz-p);
  }
}
.career-form-outer .carrer-listing-form .apply-form-modify .career-row .career-input-full {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .career-form-outer .carrer-listing-form .apply-form-modify .career-row .career-input-full {
    margin-bottom: 0;
  }
}
.career-form-outer .carrer-listing-form .apply-form-modify .career-row input {
  border-radius: 30px;
  border: 1px solid #F1F1F1;
  width: 100%;
  font-size: calc(var(--tp-fz-p) + 1px);
  line-height: 100%;
  color: var(--tp-grey-1);
  height: 57px;
  padding: 17px 26px;
  background: var(--tp-common-white);
}
.career-form-outer .carrer-listing-form .apply-form-modify .career-row input:focus {
  border: none;
  box-shadow: 0 0 0;
  border: 1px solid #E7E8F2;
}
.career-form-outer .carrer-listing-form .apply-form-modify .career-row textarea {
  border-radius: 20px;
  resize: none;
  border: 1px solid #F1F1F1;
  width: 100%;
  font-size: calc(var(--tp-fz-p) + 1px);
  line-height: 100%;
  color: var(--tp-grey-1);
  padding: 17px 26px;
  background: var(--tp-common-white);
}
.career-form-outer .carrer-listing-form .apply-form-modify .career-row textarea:focus {
  border: none;
  box-shadow: 0 0 0;
  border: 1px solid #E7E8F2;
}
.career-form-outer .carrer-listing-form .apply-form-modify .career-form-btn {
  text-align: center;
  margin: 0 auto;
}
.career-form-outer .carrer-listing-form .apply-form-modify .career-form-btn button {
  font-size: var(--tp-fz-a);
  color: var(--tp-common-white);
  font-weight: var(--tp-fw-sbold);
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
  height: 40px;
  padding: 5px 35px;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid var(--tp-common-white);
  background: var(--tp-heading-spanred);
}
.career-form-outer .carrer-listing-form .apply-form-modify .career-form-btn button img {
  margin-left: 5px;
  transition: all 0.1s ease-out 0s;
  vertical-align: middle;
  display: inline-block;
}
.career-form-outer .carrer-listing-form .apply-form-modify .career-form-btn button:hover {
  background: transparent;
  border-color: var(--tp-heading-primary);
  color: var(--tp-heading-primary);
}
.career-form-outer .carrer-listing-form .apply-form-modify .career-form-btn button:hover img {
  filter: invert(100%);
}

.career-outer {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .career-outer {
    padding: 10px 0 20px;
  }
}
.career-outer .job-listing-inner .job-box {
  padding: 37px 18px 20px 18px;
  margin-top: 36px;
  background: var(--tp-common-white);
  border: 1px solid #dfdfdf;
}
@media (max-width: 767px) {
  .career-outer .job-listing-inner .job-box {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.career-outer .job-listing-inner .job-box h2 {
  color: var(--tp-common-black);
  font-style: normal;
  font-size: calc(var(--tp-fz-h3) + 1px);
  font-weight: var(--tp-fw-medium);
  text-transform: uppercase;
  line-height: 120%;
  min-height: 58px;
  margin-bottom: 26px;
}
.career-outer .job-listing-inner .job-box h4 {
  color: var(--tp-common-black);
  font-style: normal;
  font-size: calc(var(--tp-fz-h3) + 1px);
  font-weight: var(--tp-fw-medium);
  text-transform: uppercase;
  line-height: 120%;
  min-height: 58px;
  margin-bottom: 26px;
}
.career-outer .job-listing-inner .job-box h5 {
  color: var(--tp-heading-spanred);
  font-style: normal;
  font-weight: var(--tp-fw-medium);
  font-size: var(--tp-fz-p);
  min-height: 39px;
  line-height: 120%;
  margin-bottom: 20px;
}
.career-outer .job-listing-inner .job-box h6 {
  font-size: calc(var(--tp-fz-p) - 1px);
  color: #7E7E7E;
  font-weight: var(--tp-fw-regular);
  margin-bottom: 16px;
}
.career-outer .job-listing-inner .job-box p {
  min-height: 105px;
}
.career-outer .job-listing-inner .job-box a {
  font-size: var(--tp-fz-a);
  color: var(--tp-common-white);
  font-weight: var(--tp-fw-sbold);
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
  height: 40px;
  padding: 5px 35px;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid var(--tp-common-white);
  background: var(--tp-heading-spanred);
}
.career-outer .job-listing-inner .job-box a img {
  margin-left: 5px;
  transition: all 0.1s ease-out 0s;
  vertical-align: middle;
  display: inline-block;
}
.career-outer .job-listing-inner .job-box a:hover {
  background: transparent;
  border-color: var(--tp-heading-primary);
  color: var(--tp-heading-primary);
}
.career-outer .job-listing-inner .job-box a:hover img {
  filter: invert(100%);
}
.career-outer .job-listing-inner .load-more {
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .career-outer .job-listing-inner .load-more {
    margin-top: 15px;
  }
}
.career-outer .job-listing-inner .load-more button {
  font-size: var(--tp-fz-p);
  text-decoration: none;
  color: var(--tp-common-black);
  font-weight: var(--tp-fw-medium);
  border: none;
  background: none;
}
.career-outer .job-listing-inner .load-more button img {
  margin-left: 10px;
}

.faq-outer {
  padding: 100px 0 60px;
}
@media screen and (max-width: 991px) {
  .faq-outer .head {
    padding-bottom: 30px;
  }
}
.faq-outer .container {
  position: relative;
}
.faq-outer .container .search-form {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}
.faq-outer .container .search-form .form-cls {
  background: var(--tp-common-white);
  border: 1px solid #CCCCCC;
  width: 658px;
  height: 56px;
  display: flex;
}
.faq-outer .container .search-form .form-cls input {
  width: calc(100% - 78px);
  border: none;
  padding: 0 25px;
  font-style: normal;
  font-weight: var(--tp-fw-regular);
  font-size: calc(var(--tp-fz-p) - 2px);
  color: #636363;
}
.faq-outer .container .search-form .form-cls input:focus-visible {
  outline: none;
}
.faq-outer .container .search-form .form-cls input[type=submit] {
  width: 78px;
  font-size: 0;
  padding: 0;
  border: none;
  background: var(--tp-heading-spanred) url(../images/li_search.png) center center no-repeat;
}
.faq-outer .container .accordion .accordion-item {
  margin-bottom: 15px;
  border: none;
}
.faq-outer .container .accordion .accordion-item .accordion-header {
  margin-bottom: 15px;
  border: none;
}
.faq-outer .container .accordion .accordion-item .accordion-header .accordion-button {
  box-shadow: none;
  background: var(--tp-text-3);
  border-bottom: none;
  font-weight: var(--tp-fw-medium);
  font-size: var(--tp-fz-h4);
  line-height: 150%;
  color: var(--tp-common-black);
  padding: 15px 35px 15px 35px;
}
.faq-outer .container .accordion .accordion-item .accordion-header .accordion-button:after {
  background: url(../images/minus-faq.webp) 96% center no-repeat;
  width: 30px;
  height: 30px;
}
.faq-outer .container .accordion .accordion-item .accordion-header .accordion-button.collapsed:after {
  background: url(../images/plus-faq.webp) 96% center no-repeat;
  width: 30px;
  height: 30px;
}
.faq-outer .container .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  color: var(--tp-common-black);
}
.faq-outer .container .accordion .accordion-item .accordion-collapse {
  border: 1px solid #D9D9D9;
}
.faq-outer .container .accordion .accordion-item .accordion-collapse .accordion-body {
  padding-right: 0;
  padding-left: 30px;
  padding-bottom: 0;
}
.faq-outer .container .accordion .accordion-item .accordion-collapse .accordion-body p {
  font-size: calc(var(--tp-fz-p) - 2px);
  color: #6D6D6D;
}
.faq-outer .container .accordion .accordion-item .accordion-collapse .accordion-body ol {
  padding-left: 17px;
}
.faq-outer .container .accordion .accordion-item .accordion-collapse .accordion-body ol li {
  font-size: calc(var(--tp-fz-p) - 2px);
  margin-bottom: 15px;
}
.faq-outer .container .accordion .accordion-item .accordion-collapse .accordion-body a {
  color: var(--tp-heading-spanred);
  text-decoration: none;
}
.faq-outer .container .accordion .accordion-item:last-child .accordion-button {
  border: none;
}

.contact-outer {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .contact-outer {
    padding: 60px 0;
  }
}
.contact-outer .contact-inner-main {
  display: flex;
}
@media (max-width: 991px) {
  .contact-outer .contact-inner-main {
    flex-wrap: wrap;
  }
}
.contact-outer .contact-inner-main .contact-info-bx {
  width: 40%;
  box-shadow: 0px 24px 49.9px 0px rgba(0, 0, 0, 0.13);
  padding: 57px 71px;
  border-right: 1.5px solid var(--tp-heading-spanred);
}
@media (max-width: 991px) {
  .contact-outer .contact-inner-main .contact-info-bx {
    width: 100%;
    padding: 30px 30px;
  }
}
.contact-outer .contact-inner-main .contact-info-bx h2 {
  color: #3D3D3D;
  font-size: var(--tp-fz-h2);
  font-weight: var(--tp-fw-sbold);
  margin-bottom: 30px;
}
.contact-outer .contact-inner-main .contact-info-bx h4 {
  color: #3D3D3D;
  font-size: var(--tp-fz-h2);
  font-weight: var(--tp-fw-sbold);
  margin-bottom: 30px;
}
.contact-outer .contact-inner-main .contact-info-bx ul li {
  display: block;
  margin-bottom: 30px;
}
.contact-outer .contact-inner-main .contact-info-bx ul li a {
  color: #444444;
}
.contact-outer .contact-inner-main .contact-info-bx ul li .premise-ico {
  width: 22px;
  min-width: 22px;
  margin-right: 25px;
  float: left;
}
.contact-outer .contact-inner-main .contact-info-bx ul li .premise-text {
  font-size: calc(var(--tp-fz-p) - 1px);
  color: #444444;
  text-decoration: none;
  display: block;
  overflow: hidden;
}
.contact-outer .contact-inner-main .contact-info-bx ul li .contact-info-inner {
  padding-left: 47px;
}
.contact-outer .contact-inner-main .contact-info-bx ul li .contact-info-inner a {
  text-decoration: none;
  color: #444444;
}
.contact-outer .contact-inner-main .contact-info-bx ul li .contact-info-inner a:hover {
  color: var(--tp-heading-spanred);
}
.contact-outer .contact-inner-main .contact-form-bx {
  width: 60%;
  background: var(--tp-bg-1);
  padding: 57px 70px 57px 100px;
}
@media (max-width: 991px) {
  .contact-outer .contact-inner-main .contact-form-bx {
    width: 100%;
    padding: 30px 30px;
  }
}
.contact-outer .contact-inner-main .contact-form-bx h4 {
  color: #3D3D3D;
  font-size: var(--tp-fz-h2);
  font-weight: var(--tp-fw-sbold);
  margin-bottom: 30px;
}
.contact-outer .contact-inner-main .contact-form-bx .get-form-row {
  margin-bottom: 25px;
}
.contact-outer .contact-inner-main .contact-form-bx .get-form-row input {
  width: 100%;
  background: transparent;
  border: none;
  border: 1px solid #AFA59C;
  height: 46px;
  padding: 8px 10px;
  outline: none !important;
}
.contact-outer .contact-inner-main .contact-form-bx .get-form-row textarea {
  resize: none;
  width: 100%;
  background: transparent;
  border: none;
  border: 1px solid #AFA59C;
  height: 100px;
  padding: 8px 10px;
  outline: none !important;
}
.contact-outer .contact-inner-main .contact-form-bx .get-form-row .btn-sub {
  width: 100%;
  background: var(--tp-heading-spanred);
  border: none;
  color: var(--tp-common-white);
  height: 46px;
  font-weight: var(--tp-fw-sbold);
}
.contact-outer .contact-inner-main .contact-form-bx .get-form-row .btn-sub:hover {
  color: var(--tp-heading-spanred);
  border: 1px solid var(--tp-heading-spanred);
  background: none;
}

.map-outer figure {
  margin: 0;
}
.map-outer figure iframe {
  width: 100%;
}

.blog-featured {
  margin-top: 50px;
}
.blog-featured figure img {
  width: 100%;
}
.blog-featured h1 {
  margin-bottom: 30px;
  font-size: var(--tp-fz-h2);
  color: var(--tp-common-black);
  font-weight: var(--tp-fw-medium);
}
@media screen and (max-width: 1199px) {
  .blog-featured {
    margin-top: 160px;
  }
}
@media (max-width: 1024px) {
  .blog-featured {
    margin-top: 30px;
  }
}

.blog-details {
  padding: 50px 0 80px 0;
}
.blog-details h5 {
  font-size: var(--tp-fz-p);
  font-weight: var(--tp-fw-regular);
  margin-bottom: 30px;
  color: var(--tp-grey-1);
}
.blog-details h2 {
  color: var(--tp-common-black);
  font-weight: var(--tp-fw-medium);
  font-size: var(--tp-fz-h2);
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .blog-details h2 {
    font-size: calc(var(--tp-fz-h3) + 8px);
  }
}
.blog-details h3 {
  color: var(--tp-common-black);
  font-weight: var(--tp-fw-medium);
  font-size: var(--tp-fz-h3);
  margin-bottom: 30px;
}
.blog-details h4 {
  font-size: var(--tp-fz-h4);
  margin-bottom: 30px;
  color: var(--tp-common-black);
  font-weight: var(--tp-fw-medium);
}
.blog-details h6 {
  font-size: var(--tp-fz-h6);
  margin-bottom: 30px;
  color: var(--tp-common-black);
  font-weight: var(--tp-fw-medium);
}
.blog-details a {
  color: var(--tp-heading-spanred);
  text-decoration: none;
}
.blog-details span {
  color: var(--tp-heading-spanred);
}
.blog-details p {
  color: var(--tp-grey-1);
}
.blog-details ul {
  list-style-type: none;
  margin-bottom: 15px;
}
.blog-details ul li {
  font-style: normal;
  margin-bottom: 20px;
  font-weight: var(--tp-fw-regular);
  font-size: var(--tp-fz-p);
  line-height: 150%;
  color: var(--tp-grey-1);
  padding-left: 20px;
  position: relative;
}
.blog-details ul li:before {
  width: 6px;
  height: 6px;
  border: 2px solid var(--tp-heading-spanred);
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
  display: block;
}
.blog-details ol {
  list-style-type: none;
  margin-bottom: 15px;
}
.blog-details ol li {
  font-style: normal;
  font-weight: var(--tp-fw-regular);
  font-size: var(--tp-fz-p);
  line-height: 150%;
  color: var(--tp-grey-1);
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.blog-details ol li:before {
  width: 6px;
  height: 6px;
  border: 2px solid var(--tp-heading-spanred);
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
  display: block;
}
.blog-details .share-blog {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 10px;
}
.blog-details .share-blog ul {
  margin-bottom: 5px;
  margin-left: 15px;
  left: 0;
  transition: all 0.5s linear;
  top: 24%;
  overflow: hidden;
  width: 0%;
  display: none;
  position: absolute;
}
.blog-details .share-blog ul li {
  margin-right: 10px;
  padding-left: 0;
}
.blog-details .share-blog ul li::before {
  display: none !important;
}
.blog-details .share-blog ul li a {
  width: 46px;
  font-size: 20px;
  height: 46px;
  border-radius: 100%;
  border: 1px solid var(--tp-heading-spanred);
  display: flex;
  color: var(--tp-heading-spanred);
  align-items: center;
  justify-content: center;
}
.blog-details .share-blog ul li a:hover {
  background: var(--tp-heading-spanred);
  color: var(--tp-common-white);
}
@media screen and (max-width: 576px) {
  .blog-details .share-blog ul {
    position: static;
  }
}
.blog-details .share-blog ul.show {
  display: flex;
  width: 100%;
  margin-left: 265px;
}
@media screen and (max-width: 576px) {
  .blog-details .share-blog ul.show {
    margin-left: 0px;
  }
}
@media screen and (max-width: 576px) {
  .blog-details .share-blog ul.show li {
    margin-bottom: 0;
  }
}
.blog-details .share-blog button.subscribe-view {
  font-size: var(--tp-fz-a);
  color: var(--tp-common-white);
  font-weight: var(--tp-fw-sbold);
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
  height: 40px;
  padding: 5px 35px;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid var(--tp-common-white);
  background: var(--tp-heading-spanred);
  border-color: var(--tp-heading-spanred);
  color: var(--tp-text-body);
  display: inline-block;
  margin-top: 15px;
  background: var(--tp-heading-spanred);
  color: var(--tp-common-white);
}
.blog-details .share-blog button.subscribe-view img {
  margin-left: 5px;
  transition: all 0.1s ease-out 0s;
  vertical-align: middle;
  display: inline-block;
}
.blog-details .share-blog button.subscribe-view:hover {
  background: transparent;
  border-color: var(--tp-heading-primary);
  color: var(--tp-heading-primary);
}
.blog-details .share-blog button.subscribe-view:hover img {
  filter: invert(100%);
}
.blog-details .share-blog button.subscribe-view img {
  filter: brightness(0) invert(1);
}
.blog-details .share-blog button.subscribe-view:hover {
  background: transparent;
  color: var(--tp-text-body);
}

.blog-outer {
  padding: 60px 0 0px;
}
@media screen and (max-width: 991px) {
  .blog-outer {
    padding: 30px 0;
  }
}
.blog-outer .blog-back {
  background: #FFF9F5;
  padding: 60px 0;
}
@media (max-width: 991px) {
  .blog-outer .input-box {
    margin-bottom: 10px;
  }
}
.blog-outer .blog-box {
  margin-bottom: 50px;
  position: relative;
}
.blog-outer .blog-box figure {
  position: relative;
  margin-bottom: 0;
}
.blog-outer .blog-box figure img {
  width: 100%;
}
.blog-outer .blog-box .blog-caption {
  background: var(--tp-common-white);
  padding: 20px 30px;
}
.blog-outer .blog-box .blog-caption span {
  font-style: normal;
  font-weight: var(--tp-fw-regular);
  font-size: calc(var(--tp-fz-h6) - 2px);
  line-height: 150%;
  color: var(--tp-heading-spanred);
}
.blog-outer .blog-box .blog-caption h2 {
  font-style: normal;
  font-weight: var(--tp-fw-regular);
  font-size: var(--tp-fz-h6);
  line-height: 150%;
  text-transform: capitalize;
  color: var(--tp-common-black);
  padding: 0px 10px 0px 0px;
  margin-bottom: 15px;
  margin-top: 5px;
}
.blog-outer .blog-box .blog-caption h2 a {
  font-weight: var(--tp-fw-regular);
  font-size: var(--tp-fz-h6);
  text-transform: unset;
  color: var(--tp-common-black);
  text-decoration: none;
  display: block;
  min-height: 80px;
}
.blog-outer .blog-box .blog-caption p {
  font-style: normal;
  padding: 0px 10px 0px 0px;
  font-weight: var(--tp-fw-regular);
  font-size: calc(var(--tp-fz-h6) - 2px);
  line-height: 150%;
  color: #878787;
  margin-bottom: 15px;
}
.blog-outer .blog-box .blog-caption p a {
  font-weight: var(--tp-fw-regular);
  font-size: calc(var(--tp-fz-h6) - 2px);
  text-transform: unset;
  color: #878787;
  text-decoration: none;
  display: block;
}
.blog-outer .blog-box .blog-caption a {
  font-size: var(--tp-fz-a);
  color: var(--tp-heading-primary);
  font-weight: var(--tp-fw-sbold);
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
}
.blog-outer .blog-box .blog-caption a img {
  margin-left: 5px;
  transition: all 0.1s ease-out 0s;
  vertical-align: middle;
}
.blog-outer .blog-box .blog-caption a:hover {
  color: var(--tp-heading-orange);
}
.blog-outer .blog-box .blog-caption a:hover img {
  margin-left: 8px;
}
@media screen and (max-width: 991px) {
  .blog-outer .blog-box {
    margin-bottom: 30px;
  }
}
.blog-outer .blog-tabs {
  border-bottom: none;
  padding-right: 100px;
  flex-wrap: nowrap;
  position: relative;
  padding-bottom: 30px;
  display: flex;
}
@media (max-width: 1399px) {
  .blog-outer .blog-tabs {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .blog-outer .blog-tabs {
    padding-right: 0;
    justify-content: space-between;
  }
}
@media (max-width: 576px) {
  .blog-outer .blog-tabs {
    flex-wrap: wrap-reverse;
  }
}
.blog-outer .blog-tabs li .nav-link.active {
  border: 1px solid #CA8541;
  border-radius: 0;
  background: #FFF9F5;
}
.blog-outer .blog-tabs li .nav-link {
  border: none;
  color: #292929;
  font-size: var(--tp-fz-p);
  text-decoration: none;
  cursor: pointer;
  position: relative;
  padding: 12px 40px;
  text-align: center;
  font-weight: var(--tp-fw-sbold);
}
@media (max-width: 400px) {
  .blog-outer .blog-tabs li .nav-link {
    padding: 12px 24px;
  }
}
.blog-outer .input-box {
  position: absolute;
  right: 49px;
  bottom: 30%;
  cursor: pointer;
  transition: all 0.1s ease;
}
@media (max-width: 1024px) {
  .blog-outer .input-box {
    right: 0;
  }
}
.blog-outer .input-box button {
  background: none;
  border: none;
}
.blog-outer .input-box button img {
  width: 40px;
  height: 40px;
}
@media (max-width: 576px) {
  .blog-outer .input-box button img {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 400px) {
  .blog-outer .input-box button img {
    width: 25px;
    height: 25px;
  }
}
.blog-outer .input-box .search-box {
  position: absolute;
  top: 60px;
  right: 0px;
  border-top: 4px solid var(--tp-heading-spanred);
  display: none;
  z-index: 9;
}
.blog-outer .input-box .search-box input {
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 10px 8px;
}
.blog-outer .input-box .search-box input:focus-visible {
  outline: none;
}
@media screen and (max-width: 991px) {
  .blog-outer .input-box .search-box input {
    max-width: 100%;
    width: 100%;
    padding-right: 50px;
  }
}
@media screen and (max-width: 991px) {
  .blog-outer .input-box .search-box {
    display: block;
    position: relative;
    right: 0;
    max-width: 100%;
    top: 0;
  }
}
.blog-outer .input-box .search-box.showhide {
  display: block;
}
@media screen and (max-width: 991px) {
  .blog-outer .input-box .search-box.showhide {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .blog-outer .input-box {
    position: relative;
    right: 0;
    max-width: 100%;
    top: 0;
  }
  .blog-outer .input-box .search.search-head {
    float: right;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
  }
}
@media screen and (max-width: 991px) {
  .blog-outer .input-box {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 991px) {
  .blog-outer .head {
    padding-bottom: 30px;
  }
}
.blog-outer .load-more {
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .blog-outer .load-more {
    margin-top: 15px;
  }
}
.blog-outer .load-more button {
  font-size: var(--tp-fz-p);
  text-decoration: none;
  color: var(--tp-common-black);
  font-weight: var(--tp-fw-medium);
  border: none;
  background: none;
}
.blog-outer .load-more button img {
  margin-left: 10px;
}

.product-outer {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .product-outer {
    padding: 30px 0px;
  }
}
.product-outer .grid {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 991px) {
  .product-outer .grid {
    margin-top: 40px;
  }
}
.product-outer .grid li {
  width: calc(33.3333333333% - 30px);
  margin: 0px 15px;
  margin-bottom: 30px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .product-outer .grid li {
    width: calc(50% - 30px);
  }
}
@media (max-width: 400px) {
  .product-outer .grid li {
    width: calc(100% - 30px);
  }
}
.product-outer .grid .element-item div {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.product-outer .grid .element-item div a {
  display: block;
  width: 100%;
  border: 1px solid #CFCFCF;
  text-decoration: none;
}
.product-outer .grid .element-item div a figure {
  margin-bottom: 0;
  background: var(--tp-common-white);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-outer .grid .element-item div a figure img {
  max-width: 100%;
  mix-blend-mode: multiply;
}
.product-outer .grid .element-item div a h3 {
  width: 100%;
  padding: 10px 22px;
  height: 70px;
  background: var(--tp-heading-spanred);
  display: flex;
  align-items: center;
  margin: 0;
  justify-content: center;
  font-weight: var(--tp-fw-regular);
  font-size: clac(var(--tp-fz-h5)-1px);
  line-height: 112.5%;
  text-transform: capitalize;
  color: var(--tp-common-white);
}
.product-outer .grid .element-item div a:hover {
  border: 1px solid var(--tp-heading-spanred);
}
.product-outer .ui-group h4 {
  font-size: var(--tp-fz-h4);
  color: var(--tp-heading-primary);
  font-weight: var(--tp-fw-sbold);
}
.product-outer .ui-group .filters {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .product-outer .ui-group .filters {
    flex-wrap: wrap;
    display: flex;
  }
}
.product-outer .ui-group .filters button {
  margin-bottom: 25px;
  background-color: var(--tp-common-white);
  border: none;
  transition: 150ms;
  font-weight: var(--tp-fw-sbold);
  font-size: var(--tp-fz-a);
  line-height: 112.5%;
  text-transform: uppercasez;
  color: var(--tp-heading-primary);
  position: relative;
  outline: none;
  width: 100%;
  text-align: left;
}
@media (max-width: 991px) {
  .product-outer .ui-group .filters button {
    border: 1px solid #DCDCDC;
    padding: 10px 20px;
  }
}
@media (max-width: 991px) {
  .product-outer .ui-group .filters button {
    margin-bottom: 0;
  }
}
.product-outer .ui-group .filters a.is-checked button {
  color: var(--tp-heading-spanred);
  position: relative;
  padding-left: 60px;
}
.product-outer .ui-group .filters a.is-checked button:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  top: 50%;
  left: 0;
  background: var(--tp-heading-spanred);
}
@media (max-width: 991px) {
  .product-outer .ui-group .filters a.is-checked button {
    background: linear-gradient(270deg, #ca8541 0%, #ca8541 100%);
    padding-left: 20px;
    color: #fff !important;
    border: none;
    margin-bottom: 0;
  }
  .product-outer .ui-group .filters a.is-checked button::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .product-outer .ui-group .filters a.is-checked {
    display: flex;
    text-decoration: none;
  }
}

.known-outer {
  padding: 60px 0;
  background: #fafafa;
}
@media (max-width: 767px) {
  .known-outer {
    padding: 30px 0px;
  }
}
.known-outer .know-related-slider {
  margin-top: 60px;
}
.known-outer .know-related-slider .blog-box {
  padding: 0px 40px;
}
@media (max-width: 1024px) {
  .known-outer .know-related-slider .blog-box {
    padding: 0 20px;
  }
}
.known-outer .know-related-slider .blog-box figure img {
  width: 100%;
}
.known-outer .know-related-slider .blog-box a {
  text-decoration: none;
}
.known-outer .know-related-slider .blog-box h3 {
  font-size: var(--tp-fz-h4);
  font-size: var(--tp-fw-regular);
  margin-top: 25px;
}
.known-outer .know-related-slider .blog-box h3 a {
  color: var(--tp-heading-spanred);
}
.known-outer .know-related-slider .blog-box p {
  font-size: var(--tp-fz-a);
}
.known-outer .know-related-slider .blog-box p a {
  color: var(--tp-grey-2);
}
.known-outer .know-related-slider .slick-arrow {
  background: #FFFFFF;
  border: 1px solid #B1B1B1;
  z-index: 99;
  transform: translate(0, -130%);
  width: 45px;
  height: 45px;
  border-radius: 100%;
}
.known-outer .know-related-slider .slick-prev {
  background: #fff url(../images/right-green.png) center center no-repeat;
  left: 0;
  top: 33%;
}
@media (max-width: 400px) {
  .known-outer .know-related-slider .slick-prev {
    top: 33%;
  }
}
.known-outer .know-related-slider .slick-prev:before {
  display: none;
}
.known-outer .know-related-slider .slick-prev:hover {
  background: #CA8541 url(../images/r-white.png) center center no-repeat;
  left: 0;
  border: 1px solid #CA8541;
}
.known-outer .know-related-slider .slick-next {
  background: #fff url(../images/left-green.png) center center no-repeat;
  right: 0;
  top: 33%;
}
@media (max-width: 400px) {
  .known-outer .know-related-slider .slick-next {
    top: 33%;
  }
}
.known-outer .know-related-slider .slick-next:before {
  display: none;
}
.known-outer .know-related-slider .slick-next:hover {
  background: #CA8541 url(../images/next-white.png) center center no-repeat;
  right: 0;
  border: 1px solid #CA8541;
}

.similar-product-outer {
  padding: 60px 0;
  background: #FFF9F5;
}
@media (max-width: 767px) {
  .similar-product-outer {
    padding: 30px 0px;
  }
}
.similar-product-outer .similarproduct-slider {
  margin-top: 50px;
}
@media (max-width: 576px) {
  .similar-product-outer .similarproduct-slider {
    margin-top: 30px;
  }
}
.similar-product-outer .similarproduct-slider .slick-arrow {
  background: #FFFFFF;
  border: 1px solid #B1B1B1;
  z-index: 99;
  transform: translate(0, -130%);
  width: 45px;
  height: 45px;
  border-radius: 100%;
}
.similar-product-outer .similarproduct-slider .slick-prev {
  background: #fff url(../images/right-green.png) center center no-repeat;
  left: 0px;
}
.similar-product-outer .similarproduct-slider .slick-prev:before {
  display: none;
}
.similar-product-outer .similarproduct-slider .slick-prev:hover {
  background: #CA8541 url(../images/r-white.png) center center no-repeat;
  left: 0px;
  border: 1px solid #CA8541;
}
.similar-product-outer .similarproduct-slider .slick-next {
  background: #fff url(../images/left-green.png) center center no-repeat;
  right: 0px;
}
.similar-product-outer .similarproduct-slider .slick-next:before {
  display: none;
}
.similar-product-outer .similarproduct-slider .slick-next:hover {
  background: #CA8541 url(../images/next-white.png) center center no-repeat;
  right: 0px;
  border: 1px solid #CA8541;
}
.similar-product-outer .similarproduct-slider .element-item {
  padding: 0 15px;
}
.similar-product-outer .similarproduct-slider .element-item a {
  display: block;
  width: 100%;
  border: 1px solid #CFCFCF;
  text-decoration: none;
}
.similar-product-outer .similarproduct-slider .element-item a figure {
  background: var(--tp-common-white);
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0;
  justify-content: center;
}
.similar-product-outer .similarproduct-slider .element-item a figure img {
  width: 100%;
}
@media (max-width: 576px) {
  .similar-product-outer .similarproduct-slider .element-item a figure img {
    width: 100%;
  }
}
.similar-product-outer .similarproduct-slider .element-item a h3 {
  width: 100%;
  height: 70px;
  background: var(--tp-heading-spanred);
  display: flex;
  align-items: center;
  margin: 0;
  justify-content: center;
  font-weight: var(--tp-fw-regular);
  font-size: clac(var(--tp-fz-h5) -1px);
  line-height: 112.5%;
  text-transform: capitalize;
  color: var(--tp-common-white);
}

.product-details-outer {
  padding: 70px 0;
  clear: both;
}
@media (max-width: 767px) {
  .product-details-outer {
    padding: 30px 0px;
  }
}
.product-details-outer .head h2 {
  margin-bottom: 20px;
}
.product-details-outer .head h1 {
  margin-bottom: 20px;
  font-size: var(--tp-fz-h2);
  color: var(--tp-heading-primary);
  font-weight: var(--tp-fw-sbold);
}
@media (max-width: 576px) {
  .product-details-outer .row {
    display: flex;
    flex-direction: column;
  }
  .product-details-outer .row .col-lg-7, .product-details-outer .row .col-md-7, .product-details-outer .row .col-sm-7, .product-details-outer .row .col-xs-7 {
    order: 2;
  }
  .product-details-outer .row .col-lg-5, .product-details-outer .row .col-md-5, .product-details-outer .row .col-sm-5, .product-details-outer .row .col-xs-5 {
    order: 1;
  }
}
.product-details-outer .product-slider {
  padding-left: 40px;
}
@media (max-width: 576px) {
  .product-details-outer .product-slider {
    padding-left: 0;
    margin-top: 0px;
  }
}
.product-details-outer .product-slider .product-grid .slick-prev {
  left: 0;
}
.product-details-outer .product-slider .product-grid .slick-next {
  right: 0;
}
.product-details-outer .product-slider .product-grid .slick-slide {
  background: #F6FFF4;
  margin-bottom: 10px;
  margin-right: 5px;
}
.product-details-outer .product-slider .product-grid .slick-slide img {
  width: 100%;
}
.product-details-outer .product-slider .product-grid .slick-current img {
  border: 1px solid var(--tp-heading-spanred);
  box-shadow: 0px 4px 14.5px 0px #ffd9b3;
}
.product-details-outer .product-slider .product-image {
  margin-bottom: 30px;
}
.product-details-outer .product-slider .product-image .slick-slide {
  background: #F6FFF4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-details-outer .product-slider .product-image .slick-slide img {
  mix-blend-mode: darken;
  width: 100%;
}
@media (max-width: 576px) {
  .product-details-outer .product-slider .slider-for {
    display: none;
  }
}
.product-details-outer .product-description {
  padding-left: 170px;
  margin-top: 70px;
}
.product-details-outer .product-description h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 107.5%;
  /* or 22px */
  letter-spacing: 0.005em;
  text-transform: capitalize;
  color: #000000;
}
.product-details-outer .product-description ul {
  margin-top: 15px;
}
.product-details-outer .product-description ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 158%;
  /* or 25px */
  letter-spacing: 0.005em;
  text-transform: capitalize;
  color: #868686;
}
.product-details-outer .interested-section {
  display: flex;
  margin-top: 60px;
  padding-left: 40px;
}
@media (max-width: 1024px) {
  .product-details-outer .interested-section {
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .product-details-outer .interested-section {
    padding-left: 0;
    flex-wrap: nowrap;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
.product-details-outer .interested-section .intresting-outer {
  background: var(--tp-heading-spanred);
  border: 1px solid #FFC48A;
  padding: 33px 26px;
  width: 50%;
  margin-right: 30px;
  text-align: center;
}
@media (max-width: 991px) {
  .product-details-outer .interested-section .intresting-outer {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .product-details-outer .interested-section .intresting-outer {
    padding: 15px 5px;
  }
}
@media (max-width: 576px) {
  .product-details-outer .interested-section .intresting-outer {
    padding: 0px 5px;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    background: none;
    align-items: center;
    margin-bottom: 0;
  }
}
.product-details-outer .interested-section .intresting-outer h5 {
  color: var(--tp-common-white);
  margin-bottom: 35px;
  font-size: var(--tp-fz-h4);
}
@media (max-width: 1024px) {
  .product-details-outer .interested-section .intresting-outer h5 {
    font-size: var(--tp-fz-p);
  }
}
.product-details-outer .interested-section .intresting-outer a {
  text-decoration: none;
  background-color: var(--tp-common-white);
  color: var(--tp-heading-spanred);
  font-size: var(--tp-fz-a);
  padding: 12px;
  display: inline-block;
  border: none;
}
@media (max-width: 1024px) {
  .product-details-outer .interested-section .intresting-outer a {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 576px) {
  .product-details-outer .interested-section .intresting-outer a {
    font-size: 12px;
  }
}
.product-details-outer .interested-section .intresting-outer a:focus {
  box-shadow: 0 0 0;
}
@media (max-width: 576px) {
  .product-details-outer .interested-section .intresting-outer {
    width: 50%;
  }
  .product-details-outer .interested-section .intresting-outer h5 {
    display: none;
  }
}
.product-details-outer .interested-section .download-outer {
  background: var(--tp-common-white);
  border: 1px solid #FFC48A;
  padding: 33px 26px;
  width: 50%;
  text-align: center;
}
@media (max-width: 1024px) {
  .product-details-outer .interested-section .download-outer {
    padding: 15px 5px;
  }
}
@media (max-width: 991px) {
  .product-details-outer .interested-section .download-outer {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .product-details-outer .interested-section .download-outer {
    padding: 10px 5px;
  }
}
.product-details-outer .interested-section .download-outer h5 {
  color: var(--tp-common-black);
  margin-bottom: 35px;
  font-size: var(--tp-fz-h4);
}
@media (max-width: 1024px) {
  .product-details-outer .interested-section .download-outer h5 {
    font-size: var(--tp-fz-p);
  }
}
@media (max-width: 576px) {
  .product-details-outer .interested-section .download-outer h5 {
    font-size: 12px;
    color: var(--tp-heading-spanred);
    font-weight: 400;
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .product-details-outer .interested-section .download-outer {
    width: 50%;
  }
  .product-details-outer .interested-section .download-outer a img {
    display: none;
  }
  .product-details-outer .interested-section .download-outer img {
    display: none;
  }
}
.product-details-outer .col-lg-7 .head {
  text-align: left;
  margin-bottom: 60px;
}
.product-details-outer .col-lg-7 .head p {
  text-align: justify;
  font-size: var(--tp-fz-p);
}
@media (max-width: 576px) {
  .product-details-outer .col-lg-7 .head {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .product-details-outer .tab-btn {
    flex-wrap: nowrap;
    justify-content: center;
  }
}
.product-details-outer .tab-btn li button {
  border: 1px solid var(--tp-heading-spanred);
  color: var(--tp-common-black);
  margin-right: 25px;
  background: none;
  position: relative;
}
@media (max-width: 576px) {
  .product-details-outer .tab-btn li button {
    font-size: 12px;
  }
}
.product-details-outer .tab-btn li button i {
  margin-right: 6px;
}
@media (max-width: 991px) {
  .product-details-outer .tab-btn li button {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .product-details-outer .tab-btn li:last-child button {
    margin-right: 0;
  }
}
.product-details-outer .tab-btn li .active {
  color: var(--tp-common-white);
  background: var(--tp-heading-spanred);
}
.product-details-outer .tab-btn li .active:before {
  width: 20px;
  height: 20px;
  background: var(--tp-heading-spanred);
  position: absolute;
  left: 39%;
  bottom: -11px;
  transform: rotate(46deg);
  display: block;
  content: "";
}
.product-details-outer .tab-content {
  margin-top: 40px;
}
.product-details-outer .tab-content li {
  font-weight: var(--tp-fw-sbold);
  color: var(--tp-common-black);
}
.product-details-outer .tab-content li span {
  font-weight: var(--tp-fw-regular);
}
@media (max-width: 576px) {
  .product-details-outer .tab-content {
    margin-top: 15px;
  }
}
.product-details-outer .product-btn {
  margin-top: 30px;
}
.product-details-outer .product-btn .apply-btn {
  border-radius: 22.5px;
  background: var(--tp-heading-spanred);
  color: #ffffff;
  font-size: 15px;
  padding: 15px 30px;
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  line-height: 112.5%;
  letter-spacing: 0.075px;
  text-transform: uppercase;
}
.product-details-outer .product-btn .apply-btn img {
  margin-left: 15px;
}
.product-details-outer .product-btn .apply-btn .pdf-btn {
  border-radius: 22.5px;
  margin-left: 40px;
  border: 1px solid var(--tp-heading-spanred);
  color: #000;
  font-size: 15px;
  padding: 10px 30px;
  display: inline-flex;
  align-items: center;
  font-style: normal;
  font-weight: 600;
  line-height: 112.5%;
  letter-spacing: 0.075px;
  text-transform: uppercase;
}
.product-details-outer .product-btn .apply-btn .pdf-btn img {
  margin-left: 15px;
}
.product-details-outer .product-btn ul {
  margin-top: 20px;
}
.product-details-outer .product-btn ul li {
  font-weight: 600;
}
.product-details-outer .product-btn ul li p {
  font-weight: 400;
  margin: 10px 0px 10px;
}

.product-category-head {
  padding: 60px 0 0;
}
@media (max-width: 767px) {
  .product-category-head {
    padding: 30px 0px;
  }
}
.product-category-head .head h2 {
  padding-bottom: 10px;
}

@media (max-width: 991px) {
  .enquiry-product .modal-content {
    padding: 0;
  }
}
.enquiry-product .modal-content .btn-close {
  position: absolute;
  right: -15px;
  top: -15px;
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  opacity: 1;
  z-index: 999;
  color: #fff;
  background: var(--tp-heading-spanred);
}
.enquiry-product .modal-content .btn-close:focus {
  box-shadow: 0 0 0;
}
@media (max-width: 991px) {
  .enquiry-product .modal-content .btn-close {
    right: -6px;
  }
}
.enquiry-product .modal-body .enquiry-form {
  padding: 50px 50px 20px 50px;
  border-radius: 10px;
}
.enquiry-product .modal-body .enquiry-form .get-form-row {
  margin-bottom: 15px;
}
.enquiry-product .modal-body .enquiry-form .get-form-row input {
  background: var(--tp-common-white);
  border: 1px solid #E2E2E2;
  border-radius: 6px;
  width: 100%;
  padding: 5px 25px;
  font-weight: var(--tp-fw-regular);
  font-size: var(--tp-fz-p);
  line-height: 183%;
  letter-spacing: 0.01em;
  color: var(--tp-common-black);
  transition: all 0.3s;
}
.enquiry-product .modal-body .enquiry-form .get-form-row textarea {
  background: var(--tp-common-white);
  border: 1px solid #E2E2E2;
  border-radius: 6px;
  width: 100%;
  resize: none;
  height: 150px;
  padding: 5px 25px;
  font-weight: var(--tp-fw-regular);
  font-size: var(--tp-fz-p);
  line-height: 183%;
  letter-spacing: 0.01em;
  color: var(--tp-common-black);
  transition: all 0.3s;
}
.enquiry-product .modal-body .enquiry-form .get-form-row .btn-sub {
  width: 100%;
  background: var(--tp-heading-spanred);
  border: none;
  color: var(--tp-common-white);
  height: 46px;
  font-weight: var(--tp-fw-sbold);
}
.enquiry-product .modal-body .enquiry-form .get-form-row .btn-sub:hover {
  color: var(--tp-heading-spanred);
  border: 1px solid var(--tp-heading-spanred);
  background: none;
}

.no-slider {
  margin-top: 50px;
}
.no-slider .slick-arrow {
  background: #FFFFFF;
  border: 1px solid #B1B1B1;
  z-index: 99;
  transform: translate(0, -130%);
  width: 45px;
  height: 45px;
  border-radius: 100%;
}
.no-slider .slick-prev {
  background: #fff url(../images/right-green.png) center center no-repeat;
  left: 0px;
}
.no-slider .slick-prev:before {
  display: none;
}
.no-slider .slick-prev:hover {
  background: #CA8541 url(../images/r-white.png) center center no-repeat;
  left: 0px;
  border: 1px solid #CA8541;
}
.no-slider .slick-next {
  background: #fff url(../images/left-green.png) center center no-repeat;
  right: 0px;
}
.no-slider .slick-next:before {
  display: none;
}
.no-slider .slick-next:hover {
  background: #CA8541 url(../images/next-white.png) center center no-repeat;
  right: 0px;
  border: 1px solid #CA8541;
}
.no-slider .element-item {
  padding: 0 15px;
}
.no-slider .element-item a {
  display: block;
  width: 100%;
  border: 1px solid #CFCFCF;
  text-decoration: none;
}
.no-slider .element-item a figure {
  background: var(--tp-common-white);
  width: 100%;
  height: 370px;
  display: flex;
  align-items: center;
  margin: 0;
  justify-content: center;
}
@media (max-width: 576px) {
  .no-slider .element-item a figure img {
    width: 100%;
  }
}
.no-slider .element-item a h3 {
  width: 100%;
  height: 70px;
  background: var(--tp-heading-spanred);
  display: flex;
  align-items: center;
  margin: 0;
  justify-content: center;
  font-weight: var(--tp-fw-regular);
  font-size: clac(var(--tp-fz-h5) -1px);
  line-height: 112.5%;
  text-transform: capitalize;
  color: var(--tp-common-white);
}

.package-slider img {
  width: 100%;
}
.package-slider .slick-arrow {
  background: #FFFFFF;
  border: 1px solid #B1B1B1;
  z-index: 99;
  width: 35px;
  height: 35px;
  border-radius: 100%;
}
.package-slider .slick-prev {
  background: #fff url(../images/right-green.png) center center no-repeat;
  left: -19px;
  top: 50%;
  z-index: 9;
}
.package-slider .slick-prev:before {
  display: none;
}
.package-slider .slick-prev:hover {
  background: #CA8541 url(../images/r-white.png) center center no-repeat;
  left: -19px;
  top: 50%;
}
.package-slider .slick-next {
  background: #fff url(../images/left-green.png) center center no-repeat;
  right: -19px;
  top: 50%;
}
.package-slider .slick-next:before {
  display: none;
}
.package-slider .slick-next:hover {
  background: #CA8541 url(../images/next-white.png) center center no-repeat;
  right: -19px;
  top: 50%;
}
@media (max-width: 991px) {
  .package-slider .slick-prev {
    left: 0;
  }
  .package-slider .slick-prev:hover {
    left: 0;
  }
  .package-slider .slick-next {
    right: 0;
  }
  .package-slider .slick-next:hover {
    right: 0;
  }
}/*# sourceMappingURL=main.css.map */