@charset "UTF-8";
:root {
  /**
  @font family declaration
  */
  --tp-ff-body: 'Montserrat', sans-serif;
  --tp-ff-heading: 'Montserrat', sans-serif;
  --tp-ff-p: 'Montserrat', 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: 40px;
  --tp-fz-h3: 24px;
  --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: #FF8F00;
  --tp-bg-1: #FFF5E9;
  --tp-bg-2: #F8F8F8;
  --tp-bg-3: #F6F6F6;
  --tp-bg-4: #181818;
  --tp-grey-1: #525252;
  --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: #D2D2D2;
  --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, .perfect-castor-outer .perfect-castor-main .perfect-castor-left {
  text-align: center;
  padding-bottom: 50px;
}
.head h3, .perfect-castor-outer .perfect-castor-main .perfect-castor-left h3 {
  font-size: var(--tp-fz-h4);
  color: var(--tp-heading-spanred);
  text-transform: uppercase;
  font-weight: var(--tp-fw-sbold);
  padding-bottom: 10px;
}
@media screen and (max-width: 1399px) {
  .head h3, .perfect-castor-outer .perfect-castor-main .perfect-castor-left h3 {
    font-size: calc(var(--tp-fz-h4) - 4px);
  }
}
.head h2, .perfect-castor-outer .perfect-castor-main .perfect-castor-left h2, .product-home-outer .head h1, .product-home-outer .perfect-castor-outer .perfect-castor-main .perfect-castor-left h1, .perfect-castor-outer .perfect-castor-main .product-home-outer .perfect-castor-left h1 {
  font-size: var(--tp-fz-h2);
  color: var(--tp-heading-primary);
  text-transform: uppercase;
  font-weight: var(--tp-fw-sbold);
}
@media screen and (max-width: 1399px) {
  .head h2, .perfect-castor-outer .perfect-castor-main .perfect-castor-left h2, .product-home-outer .head h1, .product-home-outer .perfect-castor-outer .perfect-castor-main .perfect-castor-left h1, .perfect-castor-outer .perfect-castor-main .product-home-outer .perfect-castor-left h1 {
    font-size: calc(var(--tp-fz-h2) - 10px);
  }
}
@media screen and (max-width: 767px) {
  .head h2, .perfect-castor-outer .perfect-castor-main .perfect-castor-left h2, .product-home-outer .head h1, .product-home-outer .perfect-castor-outer .perfect-castor-main .perfect-castor-left h1, .perfect-castor-outer .perfect-castor-main .product-home-outer .perfect-castor-left h1 {
    font-size: calc(var(--tp-fz-h2) - 15px);
  }
}

@media screen and (max-width: 1450px) {
  .container {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1199px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
}
.private-page {
  padding: 60px 0px;
}

.private-page h2, .private-page .product-home-outer .head h1, .private-page .product-home-outer .perfect-castor-outer .perfect-castor-main .perfect-castor-left h1, .perfect-castor-outer .perfect-castor-main .private-page .product-home-outer .perfect-castor-left h1, .product-home-outer .head .private-page h1, .product-home-outer .perfect-castor-outer .perfect-castor-main .perfect-castor-left .private-page h1, .perfect-castor-outer .perfect-castor-main .product-home-outer .perfect-castor-left .private-page h1 {
  font-size: calc(var(--tp-fz-h2) - 10px);
  font-weight: var(--tp-fw-bold);
  color: var(--tp-common-black);
  margin-bottom: 10px;
}

.private-page h3 {
  font-size: var(--tp-fz-h3);
  font-weight: var(--tp-fw-sbold);
  color: var(--tp-common-black);
  margin-bottom: 15px;
}

.private-page h4 {
  font-size: var(--tp-fz-h4);
  font-weight: var(--tp-fw-sbold);
  color: var(--tp-common-black);
  margin-bottom: 15px;
}

.sitemap-banner {
  background: #f6e6d1;
  display: flex;
  align-items: center;
  padding: 151px 0px 100px;
}
.sitemap-banner h1 {
  font-size: 50px;
  line-height: 80px;
  font-weight: bold;
  color: #000;
  letter-spacing: -0.5px;
  text-align: center;
}

.sitemap-outer {
  padding: 80px 0px;
}
.sitemap-outer .sitemap-area {
  display: flex;
}
.sitemap-outer .sitemap-area .site-box {
  width: 33.33%;
}
.sitemap-outer .sitemap-area .site-box ul li {
  position: relative;
}
.sitemap-outer .sitemap-area .site-box ul li a {
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  color: var(--tp-heading-spanred);
  display: block;
  padding-bottom: 25px;
  text-decoration: none;
}
.sitemap-outer .sitemap-area .site-box ul li ul li {
  padding-left: 35px;
}
.sitemap-outer .sitemap-area .site-box ul li ul li a {
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  color: #023575;
  position: relative;
  padding-bottom: 10px;
  text-decoration: none;
}
.sitemap-outer .sitemap-area .site-box ul li ul li a::after {
  background: url("../images/arrow-site1.png") no-repeat;
  position: absolute;
  left: -20px;
  top: 8px;
  content: "";
  width: 7px;
  height: 5px;
}
.sitemap-outer .sitemap-area .site-box ul li ul li a:hover {
  color: var(--tp-heading-spanred);
}

header {
  padding: 34px 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
header .header-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  header .header-main .logo img {
    width: 180px;
  }
}
header .header-main .navbar {
  padding: 0px 15px;
}
header .header-main .navbar ul {
  padding: 0;
  display: flex;
}
header .header-main .navbar ul li {
  margin-right: 60px;
}
header .header-main .navbar ul li a {
  color: var(--tp-common-black);
  font-weight: var(--tp-fw-medium);
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  font-size: var(--tp-fz-p);
  font-family: var(--tp-ff-body);
}
@media screen and (max-width: 1450px) {
  header .header-main .navbar ul li a {
    font-size: calc(var(--tp-fz-p) - 2px);
  }
}
@media screen and (max-width: 1024px) {
  header .header-main .navbar ul li a {
    font-size: calc(var(--tp-fz-p) - 4px);
  }
}
@media screen and (max-width: 991px) {
  header .header-main .navbar ul li a {
    font-size: var(--tp-fz-p);
  }
}
header .header-main .navbar ul li a:hover {
  color: var(--tp-heading-spanred);
}
header .header-main .navbar ul li:first-child {
  padding-left: 0px;
}
header .header-main .navbar ul li:last-child {
  margin-right: 0px;
}
header .header-main .navbar ul li.current_page_item a {
  color: var(--tp-heading-spanred);
}
@media screen and (max-width: 991px) {
  header .header-main .navbar ul li {
    margin-right: 0;
  }
}
header .header-main .navbar ul li.dropdown a {
  background: url(../images/header-drop-down.svg) no-repeat center right;
  padding-right: 13px;
}
@media screen and (max-width: 991px) {
  header .header-main .navbar ul li.dropdown a {
    background-image: none;
    display: flex;
    justify-content: space-between;
  }
}
header .header-main .navbar ul li.dropdown ul.submenu {
  position: absolute;
  top: 26px;
  left: 0;
  width: 100%;
  display: none;
  background: var(--tp-common-white);
  padding: 20px;
  min-width: 675px;
  box-shadow: 0px 18px 25px 0px rgba(0, 0, 0, 0.15);
  display: none;
}
header .header-main .navbar ul li.dropdown ul.submenu li {
  padding: 0;
  margin-bottom: 5px;
  width: 48%;
  margin-right: 0;
}
header .header-main .navbar ul li.dropdown ul.submenu li a {
  background: none;
  border-bottom: 1px solid #D0D0D0;
  text-transform: capitalize;
  padding: 5px 34px 5px 0px;
  width: 100%;
  font-size: 13px;
  font-weight: var(--tp-fw-medium);
}
header .header-main .navbar ul li.dropdown ul.submenu li a img {
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  header .header-main .navbar ul li.dropdown ul.submenu li a {
    border-bottom: 1px solid #ff8f00;
  }
}
header .header-main .navbar ul li.dropdown ul.submenu li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  header .header-main .navbar ul li.dropdown ul.submenu li {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  header .header-main .navbar ul li.dropdown ul.submenu {
    width: 100%;
    min-width: 100%;
    top: 100%;
    height: 100%;
    overflow: auto;
    position: relative;
  }
}
header .header-main .navbar ul li.dropdown:hover ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
header .header-main .navbar ul li.dropdown:hover ul li:hover a {
  color: var(--tp-heading-spanred);
}
@media screen and (max-width: 991px) {
  header .header-main .navbar ul {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  header .header-main .navbar {
    order: 3;
    position: absolute;
    right: 0px;
    width: 100%;
  }
}
header .header-main .socail-area {
  width: auto;
  position: relative;
}
header .header-main .socail-area ul {
  display: flex;
  padding: 0;
  margin: 0;
}
header .header-main .socail-area ul li a {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid var(--tp-heading-spanred);
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header-main .socail-area ul li a img {
  transform: scale(0.8);
}
@media screen and (max-width: 1450px) {
  header .header-main .socail-area ul li a {
    width: 40px;
    height: 40px;
  }
  header .header-main .socail-area ul li a img {
    transform: scale(0.7);
  }
}
header .header-main .socail-area ul li:last-child {
  margin-left: 10px;
}
@media screen and (max-width: 991px) {
  header .header-main .socail-area {
    order: 2;
    margin-right: 50px;
  }
}
@media screen and (max-width: 991px) {
  header .header-main {
    align-items: inherit;
  }
}
header.fixed-header {
  position: fixed;
  background: #fff;
  left: 0;
  width: 100%;
}

.banner-outer {
  position: relative;
  padding-top: 140px;
  background: url(../images/banner-bg.png) no-repeat;
  background-size: cover;
  height: 100vh;
}
.banner-outer .banner-slider {
  margin-bottom: 0;
  line-height: 0;
  height: 100%;
}
.banner-outer .banner-slider .slick-list.draggable {
  height: 100%;
}
.banner-outer .banner-slider .slick-list.draggable .slick-track {
  height: 100%;
}
.banner-outer .banner-slider .slick-list.draggable .slick-track .slick-slide {
  height: 100%;
}
.banner-outer .banner-slider .slick-list.draggable .slick-track .slick-slide div {
  height: 100%;
}
.banner-outer .banner-slider .slick-list.draggable .slick-track .slick-slide .banner-slide-outer {
  height: 100%;
  display: flex;
  align-items: center;
}
.banner-outer .banner-slider .slick-list.draggable .slick-track .slick-slide .banner-slide-outer .container {
  height: auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .banner-outer .banner-slider .slick-list.draggable .slick-track .slick-slide .banner-slide-outer .container {
    flex-wrap: wrap;
  }
}
.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;
  }
}
.banner-outer .banner-slide .banner-text-width {
  width: 50%;
  float: left;
  height: auto !important;
}
.banner-outer .banner-slide .banner-text-width h1 {
  font-size: calc(var(--tp-fz-h1) - 10px);
  color: var(--tp-common-black);
  font-weight: var(--tp-fw-ebold);
  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-width h1 {
    font-size: var(--tp-fz-h2);
    line-height: normal;
  }
}
@media screen and (max-width: 992px) {
  .banner-outer .banner-slide .banner-text-width h1 {
    font-size: calc(var(--tp-fz-h2) - 15px);
    padding-right: 0;
    text-transform: capitalize;
  }
}
.banner-outer .banner-slide .banner-text-width h2, .banner-outer .banner-slide .banner-text-width .product-home-outer .head h1, .banner-outer .banner-slide .banner-text-width .product-home-outer .perfect-castor-outer .perfect-castor-main .perfect-castor-left h1, .perfect-castor-outer .perfect-castor-main .banner-outer .banner-slide .banner-text-width .product-home-outer .perfect-castor-left h1, .product-home-outer .head .banner-outer .banner-slide .banner-text-width h1, .product-home-outer .perfect-castor-outer .perfect-castor-main .perfect-castor-left .banner-outer .banner-slide .banner-text-width h1, .perfect-castor-outer .perfect-castor-main .product-home-outer .perfect-castor-left .banner-outer .banner-slide .banner-text-width h1 {
  font-size: calc(var(--tp-fz-h1) - 10px);
  color: var(--tp-common-black);
  font-weight: var(--tp-fw-ebold);
  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-width h2, .banner-outer .banner-slide .banner-text-width .product-home-outer .head h1, .banner-outer .banner-slide .banner-text-width .product-home-outer .perfect-castor-outer .perfect-castor-main .perfect-castor-left h1, .perfect-castor-outer .perfect-castor-main .banner-outer .banner-slide .banner-text-width .product-home-outer .perfect-castor-left h1, .product-home-outer .head .banner-outer .banner-slide .banner-text-width h1, .product-home-outer .perfect-castor-outer .perfect-castor-main .perfect-castor-left .banner-outer .banner-slide .banner-text-width h1, .perfect-castor-outer .perfect-castor-main .product-home-outer .perfect-castor-left .banner-outer .banner-slide .banner-text-width h1 {
    font-size: calc(var(--tp-fz-h1) - 10px);
    line-height: normal;
  }
}
@media screen and (max-width: 992px) {
  .banner-outer .banner-slide .banner-text-width h2, .banner-outer .banner-slide .banner-text-width .product-home-outer .head h1, .banner-outer .banner-slide .banner-text-width .product-home-outer .perfect-castor-outer .perfect-castor-main .perfect-castor-left h1, .perfect-castor-outer .perfect-castor-main .banner-outer .banner-slide .banner-text-width .product-home-outer .perfect-castor-left h1, .product-home-outer .head .banner-outer .banner-slide .banner-text-width h1, .product-home-outer .perfect-castor-outer .perfect-castor-main .perfect-castor-left .banner-outer .banner-slide .banner-text-width h1, .perfect-castor-outer .perfect-castor-main .product-home-outer .perfect-castor-left .banner-outer .banner-slide .banner-text-width h1 {
    font-size: calc(var(--tp-fz-h2) - 15px);
    padding-right: 0;
    text-transform: capitalize;
    font-weight: var(--tp-fw-bold);
  }
}
.banner-outer .banner-slide .banner-text-width p {
  font-size: calc(var(--tp-fz-h4) - 4px);
  color: var(--tp-text-body);
  line-height: 26px;
}
.banner-outer .banner-slide .banner-text-width a {
  background: var(--tp-heading-orange);
  color: var(--tp-common-white);
  font-size: var(--tp-fz-h4);
  color: var(--tp-common-white);
  font-weight: var(--tp-fw-sbold);
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
  height: 50px;
  padding: 10px 45px;
  display: inline-block;
  border: 1px solid var(--tp-heading-spanred);
  background: var(--tp-heading-spanred);
  line-height: 25px;
}
.banner-outer .banner-slide .banner-text-width a img {
  vertical-align: middle;
  margin-left: 5px;
  transition: all 0.1s ease-out 0s;
  width: 28px;
}
.banner-outer .banner-slide .banner-text-width a:hover {
  background: transparent;
  border-color: var(--tp-heading-spanred);
  color: var(--tp-heading-primary);
}
.banner-outer .banner-slide .banner-text-width a:hover img {
  margin-left: 8px;
  filter: invert(100%);
}
.banner-outer .banner-slide .banner-text-width a img {
  filter: brightness(0) invert(1);
}
.banner-outer .banner-slide .banner-text-width a:hover {
  background: transparent;
  color: var(--tp-text-body);
}
.banner-outer .banner-slide .banner-text-width a:hover img {
  filter: unset;
}
@media screen and (max-width: 767px) {
  .banner-outer .banner-slide .banner-text-width {
    width: 100%;
    order: 2;
  }
}
.banner-outer .banner-slide .banner-right-img {
  height: auto;
  width: 50%;
  float: left;
  padding-left: 50px;
}
.banner-outer .banner-slide .banner-right-img img {
  max-width: 68%;
  margin: 0 auto;
  transform: inherit;
}
@media screen and (max-width: 767px) {
  .banner-outer .banner-slide .banner-right-img img {
    transform: inherit;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .banner-outer .banner-slide .banner-right-img {
    width: 100%;
    order: 1;
    padding-left: 0;
    margin-bottom: 25px;
  }
}
.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-text-3);
}
.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-text-3);
  border-radius: 50%;
}
@media screen and (max-width: 1399px) {
  .banner-outer .slider-dots-box {
    bottom: 20px;
  }
}
@media screen and (max-width: 992px) {
  .banner-outer .slider-dots-box {
    position: relative;
  }
}
.banner-outer .ban-click {
  display: none;
  position: absolute;
  bottom: 40px;
  width: 17px;
  height: 86px;
  left: 0;
  right: 0;
  margin: 0 auto;
  cursor: pointer;
}
.banner-outer .ban-click img {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .banner-outer {
    height: auto;
    padding-top: 115px;
  }
}

.banner-outer-inner .inner-page-banner figure {
  display: flex;
  align-items: flex-end;
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}
.banner-outer-inner .inner-page-banner figure img {
  width: 100%;
  margin-top: 0px;
}
@media screen and (max-width: 1024px) {
  .banner-outer-inner .inner-page-banner figure img {
    width: 1224px;
  }
}
@media screen and (max-width: 991px) {
  .banner-outer-inner .inner-page-banner figure img {
    margin-top: 0px;
    margin-left: -300px;
  }
}
@media screen and (max-width: 576px) {
  .banner-outer-inner .inner-page-banner figure img {
    width: 800px;
    position: relative;
    margin-left: -380px;
    max-width: inherit;
    order: 2;
    margin-bottom: 0px;
    margin-top: 0px;
  }
}
.banner-outer-inner .inner-page-banner figure figcaption {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 80px;
}
.banner-outer-inner .inner-page-banner figure figcaption h1 {
  font-size: var(--tp-fz-h1);
  color: var(--tp-common-black);
  font-weight: var(--tp-fw-ebold);
  text-transform: uppercase;
  line-height: normal;
  padding-bottom: 0px;
  margin-bottom: 0;
  line-height: 130%;
}
@media screen and (max-width: 1450px) {
  .banner-outer-inner .inner-page-banner figure figcaption h1 {
    font-size: var(--tp-fz-h2);
    line-height: normal;
  }
}
@media screen and (max-width: 1024px) {
  .banner-outer-inner .inner-page-banner figure figcaption h1 {
    font-size: calc(var(--tp-fz-h2) - 10px);
  }
  .banner-outer-inner .inner-page-banner figure figcaption h1 br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .banner-outer-inner .inner-page-banner figure figcaption h1 {
    font-size: calc(var(--tp-fz-h2) - 8px);
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .banner-outer-inner .inner-page-banner figure figcaption h1 {
    font-size: calc(var(--tp-fz-h2) - 15px);
    padding-right: 0;
  }
  .banner-outer-inner .inner-page-banner figure figcaption h1 br {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .banner-outer-inner .inner-page-banner figure figcaption {
    padding-right: 250px;
    bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .banner-outer-inner .inner-page-banner figure figcaption {
    padding-right: 100px;
  }
}
@media screen and (max-width: 576px) {
  .banner-outer-inner .inner-page-banner figure figcaption {
    padding-right: 0px;
    position: relative;
    order: 1;
    z-index: 9;
    bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .banner-outer-inner .inner-page-banner figure {
    align-items: flex-end;
  }
}
@media screen and (max-width: 576px) {
  .banner-outer-inner .inner-page-banner figure {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .banner-outer-inner .inner-page-banner {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .banner-outer-inner {
    padding-top: 115px;
  }
}

.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;
  }
}
footer {
  padding: 86px 0px 0px;
  background: var(--tp-bg-4);
  clear: left;
}
footer .footer-main {
  display: flex;
  margin-left: -15px;
  margin-left: -15px;
  padding-bottom: 55px;
}
footer .footer-main .footer-bx {
  width: 33.33%;
  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 h3 {
  font-size: var(--tp-fz-h4);
  color: var(--tp-common-white);
  margin-bottom: 24px;
  min-height: 24px;
  font-weight: var(--tp-fw-sbold);
}
@media screen and (max-width: 767px) {
  footer .footer-main .footer-bx h3 {
    min-height: inherit;
  }
}
footer .footer-main .footer-bx ul li {
  display: block;
  margin-bottom: 10px;
  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-text-3);
  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);
}
@media screen and (max-width: 767px) {
  footer .footer-main .footer-bx {
    width: 100%;
    margin-bottom: 30px;
  }
}
footer .footer-main .footer-bx-main-menu ul li {
  margin-bottom: 20px;
}
footer .footer-main .footer-bx-main-menu ul li a {
  font-size: var(--tp-fz-h4);
  color: var(--tp-common-white);
  font-weight: var(--tp-fw-sbold);
  text-decoration: none;
}
footer .footer-main .footer-bx-main-menu ul li a:hover {
  color: var(--tp-heading-spanred);
}
@media screen and (max-width: 767px) {
  footer .footer-main .footer-bx-main-menu {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-main {
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
}
footer .socail-head-trem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0px;
  border-top: 1px solid var(--tp-grey-1);
}
footer .socail-head-trem .socail-left ul {
  display: flex;
}
footer .socail-head-trem .socail-left ul li {
  margin-left: 12px;
}
footer .socail-head-trem .socail-left ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--tp-fz-h4);
  color: var(--tp-heading-spanred);
  font-weight: var(--tp-fw-bold);
  text-decoration: none;
  border: 1px solid var(--tp-grey-1);
  border-radius: 100%;
  transition: all 0.5 ease-out 0s;
}
footer .socail-head-trem .socail-left ul li a:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-white);
}
@media screen and (max-width: 767px) {
  footer .socail-head-trem .socail-left {
    margin-bottom: 15px;
  }
}
footer .socail-head-trem .single-right {
  display: flex;
}
footer .socail-head-trem .single-right ul {
  display: flex;
}
footer .socail-head-trem .single-right ul li {
  padding: 0px 30px;
}
footer .socail-head-trem .single-right ul li a {
  font-size: var(--tp-fz-h4);
  color: var(--tp-common-white);
  text-decoration: none;
}
footer .socail-head-trem .single-right ul li a:hover {
  color: var(--tp-heading-spanred);
}
@media screen and (max-width: 767px) {
  footer .socail-head-trem .single-right ul li a {
    font-size: calc(var(--tp-fz-h3) - 6px);
  }
}
footer .socail-head-trem .single-right ul li:last-child {
  padding-right: 0;
}
footer .socail-head-trem .single-right ul li:first-child {
  padding-left: 0;
}
@media screen and (max-width: 576px) {
  footer .socail-head-trem {
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0;
  }
}
footer .copy-right {
  padding: 35px 0px;
  background: var(--tp-common-black);
  text-align: center;
}
footer .copy-right p {
  font-size: var(--tp-fz-9);
  font-weight: var(--tp-fw-light);
  line-height: 112.5%;
  letter-spacing: 0.05px;
  color: var(--tp-common-white);
  opacity: 0.5;
  margin: 0;
}
@media screen and (max-width: 450px) {
  footer .copy-right {
    flex-wrap: wrap;
  }
  footer .copy-right p {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 50px;
  }
}

.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-orange);
}
.slicknav_menu .slicknav_icon-bar {
  background-color: var(--tp-heading-orange);
}

.slicknav_btn {
  text-decoration: none;
  text-shadow: 0 1px 1px var(--tp-heading-orange);
  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%;
  top: 95px;
  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 {
  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 {
  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: 991px) {
  .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;
}

.product-home-outer {
  padding: 100px 0px;
  position: relative;
}
.product-home-outer .product-main {
  position: relative;
}
.product-home-outer .product-main .product-main-slider {
  display: flex;
  padding-bottom: 100px;
}
.product-home-outer .product-main .product-main-slider .slick-list.draggable {
  width: 100%;
}
.product-home-outer .product-main .product-main-slider .slick-list.draggable .slick-current .product-bx figure img {
  transform: scale(1);
}
.product-home-outer .product-main .product-main-slider .slick-list.draggable .slick-current .product-bx h3 {
  color: var(--tp-common-black);
  font-weight: var(--tp-fw-sbold);
}
.product-home-outer .product-main .product-main-slider .product-bx {
  width: 33.33%;
}
.product-home-outer .product-main .product-main-slider .product-bx figure img {
  max-width: 100%;
  transform: scale(0.7);
  transition: all 0.5s ease-out 0s;
}
.product-home-outer .product-main .product-main-slider .product-bx h3 {
  text-align: center;
  font-size: var(--tp-fz-h5);
  text-transform: uppercase;
  margin-top: 20px;
}
.product-home-outer .product-main .product-main-slider .product-bx h3 a {
  color: var(--tp-text-1);
  text-decoration: none;
}
.product-home-outer .product-main .product-main-slider .product-bx h3 a:hover {
  color: var(--tp-heading-spanred);
}
.product-home-outer .product-main .product-main-slider .slick-arrow {
  width: 38px;
  height: 38px;
  border: 1px solid var(--tp-heading-spanred);
  border-radius: 38px;
  top: unset;
  bottom: 0;
  z-index: 9;
}
.product-home-outer .product-main .product-main-slider .slick-arrow::before {
  color: transparent;
  font-size: 0;
  display: block;
}
.product-home-outer .product-main .product-main-slider .slick-prev {
  left: -110px;
  right: 0;
  margin: 0 auto;
}
.product-home-outer .product-main .product-main-slider .slick-prev::before {
  background: url(../images/slider-arrow.webp) no-repeat 9px 10px;
  width: 38px;
  height: 38px;
}
.product-home-outer .product-main .product-main-slider .slick-next {
  left: 0;
  right: -110px;
  margin: 0 auto;
}
.product-home-outer .product-main .product-main-slider .slick-next::before {
  background: url(../images/slider-arrow.webp) no-repeat 9px 11px;
  transform: rotate(180deg);
  width: 38px;
  height: 38px;
  display: block;
}
.product-home-outer .product-main .pagingInfo {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100px;
  text-align: center;
  font-size: var(--tp-fz-h5);
  color: var(--tp-common-black);
}
.product-home-outer .product-main .product-view-more {
  font-size: var(--tp-fz-p);
  color: var(--tp-common-black);
  font-weight: var(--tp-fw-sbold);
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
  display: none;
  align-items: center;
  top: -107px;
  right: 0;
  position: absolute;
}
.product-home-outer .product-main .product-view-more span {
  display: flex;
  width: 28px;
  height: 28px;
  border: 1px solid var(--tp-heading-spanred);
  border-radius: 38px;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  transition: all 0.1s ease-out 0s;
}
.product-home-outer .product-main .product-view-more span img {
  vertical-align: middle;
  transform: rotate(180deg);
  width: 10px;
}
.product-home-outer .product-main .product-view-more:hover {
  color: var(--tp-heading-spanred);
}
.product-home-outer .product-main .product-view-more:hover span {
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .product-home-outer .product-main .product-view-more {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .product-home-outer {
    padding: 50px 0;
  }
}

.perfect-castor-outer {
  padding-bottom: 105px;
}
.perfect-castor-outer .perfect-castor-main {
  display: flex;
  background: var(--tp-bg-1);
  padding: 50px 85px;
  align-items: center;
}
.perfect-castor-outer .perfect-castor-main .perfect-castor-left {
  width: 100%;
  text-align: left;
  padding-right: 35px;
}
.perfect-castor-outer .perfect-castor-main .perfect-castor-left h2, .perfect-castor-outer .perfect-castor-main .perfect-castor-left .product-home-outer .head h1, .product-home-outer .perfect-castor-outer .perfect-castor-main .perfect-castor-left h1, .perfect-castor-outer .perfect-castor-main .product-home-outer .perfect-castor-left h1 {
  text-transform: uppercase;
  font-weight: var(--tp-fw-bold);
  margin-bottom: 15px;
}
.perfect-castor-outer .perfect-castor-main .perfect-castor-left p {
  font-size: var(--tp-fz-h3);
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .perfect-castor-outer .perfect-castor-main .perfect-castor-left p {
    font-size: calc(var(--tp-fz-h3) - 6px);
  }
}
.perfect-castor-outer .perfect-castor-main .perfect-castor-left a {
  height: 70px;
  display: inline-block;
  padding: 17px 40px;
  font-size: var(--tp-fz-h3);
  color: var(--tp-heading-spanred);
  font-weight: var(--tp-fw-bold);
  text-transform: uppercase;
  text-decoration: none;
  align-items: center;
  border: 1px solid var(--tp-heading-spanred);
  transition: all 0.5s ease-out 0s;
}
.perfect-castor-outer .perfect-castor-main .perfect-castor-left a img {
  margin-left: 10px;
}
.perfect-castor-outer .perfect-castor-main .perfect-castor-left a:hover {
  background: var(--tp-common-white);
}
@media screen and (max-width: 767px) {
  .perfect-castor-outer .perfect-castor-main .perfect-castor-left a {
    display: flex;
    font-size: calc(var(--tp-fz-h3) - 6px);
    padding: 17px;
  }
}
@media screen and (max-width: 1024px) {
  .perfect-castor-outer .perfect-castor-main .perfect-castor-left a {
    display: flex;
    font-size: calc(var(--tp-fz-h3) - 4px);
    padding: 17px;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .perfect-castor-outer .perfect-castor-main .perfect-castor-left {
    padding-right: 0;
  }
}
.perfect-castor-outer .perfect-castor-main .perfect-castor-right {
  min-width: 269px;
}
.perfect-castor-outer .perfect-castor-main .perfect-castor-right figure {
  margin-bottom: 0;
}
.perfect-castor-outer .perfect-castor-main .perfect-castor-right figure img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .perfect-castor-outer .perfect-castor-main {
    padding: 25px;
  }
}
@media screen and (max-width: 767px) {
  .perfect-castor-outer .perfect-castor-main {
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .perfect-castor-outer {
    padding-bottom: 50px;
  }
}

.industries-we-server-outer .industries-we-main {
  position: relative;
  height: 100vh;
}
.industries-we-server-outer .industries-we-main .s-industr-slider__slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: 3;
}
.industries-we-server-outer .industries-we-main .s-industr-slider__slider .slick-list {
  height: 100%;
}
.industries-we-server-outer .industries-we-main .s-industr-slider__slider .slick-list .slick-track {
  height: 100%;
}
.industries-we-server-outer .industries-we-main .s-industr-slider__slider .slick-list .slick-track .slick-slide.industries-we-row-thumb {
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  display: flex;
  align-items: flex-end;
  border-right: 1px solid rgba(165, 165, 165, 0.5);
  padding: 40px 30px 40px 68px;
}
.industries-we-server-outer .industries-we-main .s-industr-slider__slider .slick-list .slick-track .slick-slide.industries-we-row-thumb .box {
  margin-bottom: 0px;
}
.industries-we-server-outer .industries-we-main .s-industr-slider__slider .slick-list .slick-track .slick-slide.industries-we-row-thumb .box h3 {
  font-size: var(--tp-fz-h3);
  color: var(--tp-common-white);
  font-weight: var(--tp-fw-medium);
  text-transform: capitalize;
  padding-bottom: 8px;
}
.industries-we-server-outer .industries-we-main .s-industr-slider__slider .slick-list .slick-track .slick-slide.industries-we-row-thumb .box p {
  color: var(--tp-common-white);
  margin-bottom: 20px;
  display: none;
}
.industries-we-server-outer .industries-we-main .s-industr-slider__slider .slick-list .slick-track .slick-slide.industries-we-row-thumb .box a {
  color: var(--tp-common-white);
  text-transform: uppercase;
  text-decoration: none;
  font-weight: var(--tp-fw-bold);
  font-size: calc(var(--tp-fz-p) - 3px);
  display: none;
  transition: all 0.5s ease-out 0s;
  position: relative;
  padding-left: 15px;
}
.industries-we-server-outer .industries-we-main .s-industr-slider__slider .slick-list .slick-track .slick-slide.industries-we-row-thumb .box a:before {
  width: 8px;
  height: 8px;
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 9px;
  border-radius: 8px;
  background: var(--tp-common-white);
}
.industries-we-server-outer .industries-we-main .s-industr-slider__slider .slick-list .slick-track .slick-slide.industries-we-row-thumb .box a:hover {
  color: var(--tp-heading-spanred);
  display: block;
}
.industries-we-server-outer .industries-we-main .s-industr-slider__slider .slick-list .slick-track .slick-slide.industries-we-row-thumb .box a:hover:before {
  background: var(--tp-heading-spanred);
}
.industries-we-server-outer .industries-we-main .s-industr-slider__slider .slick-list .slick-track .slick-slide.industries-we-row-thumb:hover .box p {
  display: block;
}
.industries-we-server-outer .industries-we-main .s-industr-slider__slider .slick-list .slick-track .slick-slide.industries-we-row-thumb:hover .box a {
  display: block;
}
@media screen and (max-width: 1450px) {
  .industries-we-server-outer .industries-we-main .s-industr-slider__slider .slick-list .slick-track .slick-slide.industries-we-row-thumb {
    padding: 40px 30px 40px 30px;
  }
}
@media screen and (max-width: 767px) {
  .industries-we-server-outer .industries-we-main .s-industr-slider__slider .slick-list .slick-track .slick-slide.industries-we-row-thumb {
    justify-content: center;
  }
}
.industries-we-server-outer .industries-we-main .s-industr-slider__slider .slick-list .slick-track .slick-slide.active {
  background: rgba(0, 0, 0, 0.5);
}
.industries-we-server-outer .industries-we-main .s-industr-slider__slider .slick-arrow {
  width: 46px;
  height: 46px;
  border: 1px solid var(--tp-common-white);
  border-radius: 38px;
  background: rgba(0, 0, 0, 0.62);
  z-index: 9;
}
.industries-we-server-outer .industries-we-main .s-industr-slider__slider .slick-arrow::before {
  color: transparent;
  font-size: 0;
  display: block;
}
.industries-we-server-outer .industries-we-main .s-industr-slider__slider .slick-prev {
  left: 40px;
}
.industries-we-server-outer .industries-we-main .s-industr-slider__slider .slick-prev::before {
  background: url(../images/white-single-arrow.svg) no-repeat 14px 16px;
  width: 46px;
  height: 46px;
  transform: rotate(180deg);
}
.industries-we-server-outer .industries-we-main .s-industr-slider__slider .slick-next {
  right: 40px;
}
.industries-we-server-outer .industries-we-main .s-industr-slider__slider .slick-next::before {
  background: url(../images/white-single-arrow.svg) no-repeat 14px 15px;
  width: 46px;
  height: 46px;
  display: block;
}
@media screen and (max-width: 767px) {
  .industries-we-server-outer .industries-we-main .s-industr-slider__slider {
    height: 350px;
  }
}
.industries-we-server-outer .industries-we-main .s-industr-slider__slide-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  width: auto;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .industries-we-server-outer .industries-we-main .s-industr-slider__slide-image {
    height: 450px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .industries-we-server-outer .industries-we-main .s-industr-slider__slide-image {
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.industries-we-server-outer .industries-we-main .s-industr-slider__slide-image.active {
  opacity: 1;
  z-index: 3;
}
@media screen and (max-width: 992px) {
  .industries-we-server-outer .industries-we-main {
    height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .industries-we-server-outer {
    height: 350px;
  }
}

.clients-serve-outer {
  padding: 75px 0px;
}
.clients-serve-outer .head h3, .clients-serve-outer .perfect-castor-outer .perfect-castor-main .perfect-castor-left h3, .perfect-castor-outer .perfect-castor-main .clients-serve-outer .perfect-castor-left h3 {
  text-transform: uppercase;
}
.clients-serve-outer .head h2, .clients-serve-outer .perfect-castor-outer .perfect-castor-main .perfect-castor-left h2, .perfect-castor-outer .perfect-castor-main .clients-serve-outer .perfect-castor-left h2, .clients-serve-outer .product-home-outer .head h1, .product-home-outer .clients-serve-outer .head h1, .clients-serve-outer .product-home-outer .perfect-castor-outer .perfect-castor-main .perfect-castor-left h1, .product-home-outer .clients-serve-outer .perfect-castor-outer .perfect-castor-main .perfect-castor-left h1, .product-home-outer .perfect-castor-outer .perfect-castor-main .clients-serve-outer .perfect-castor-left h1, .clients-serve-outer .perfect-castor-outer .perfect-castor-main .product-home-outer .perfect-castor-left h1, .perfect-castor-outer .perfect-castor-main .clients-serve-outer .product-home-outer .perfect-castor-left h1, .perfect-castor-outer .perfect-castor-main .product-home-outer .clients-serve-outer .perfect-castor-left h1 {
  text-transform: uppercase;
}
.clients-serve-outer .clients-logo-slider .slick-list {
  width: 100%;
  padding-bottom: 90px !important;
}
.clients-serve-outer .clients-logo-slider .slick-list .slick-track .clients-box {
  height: 151px;
  padding: 0px 25px;
}
.clients-serve-outer .clients-logo-slider .slick-list .slick-track .clients-box .clients-area {
  width: 100%;
  height: 151px;
  border: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.clients-serve-outer .clients-logo-slider .slick-list .slick-track .clients-box .clients-area figure {
  margin-bottom: 0;
}
.clients-serve-outer .clients-logo-slider .slick-list .slick-track .clients-box .clients-area figure img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.clients-serve-outer .clients-logo-slider .slick-arrow {
  width: 38px;
  height: 38px;
  border: 1px solid var(--tp-heading-spanred);
  border-radius: 38px;
  top: unset;
  bottom: 0;
  z-index: 9;
}
.clients-serve-outer .clients-logo-slider .slick-arrow::before {
  color: transparent;
  font-size: 0;
  display: block;
  
}
.clients-serve-outer .clients-logo-slider .slick-prev {
  left: -60px;
  right: 0;
  margin: 0 auto;
  display: none !important;
}
.clients-serve-outer .clients-logo-slider .slick-prev::before {
  background: url(../images/slider-arrow.webp) no-repeat 10px 10px;
  width: 38px;
  height: 38px;
}
.clients-serve-outer .clients-logo-slider .slick-next {
  left: 0;
  right: -60px;
  margin: 0 auto;
  display: none !important;
}
.clients-serve-outer .clients-logo-slider .slick-next::before {
  background: url(../images/slider-arrow.webp) no-repeat 10px 11px;
  transform: rotate(180deg);
  width: 38px;
  height: 38px;
  display: block;
}
@media screen and (max-width: 767px) {
  .clients-serve-outer {
    padding: 50px 0;
  }
}

.castors-whiles0outer {
  background: var(--tp-bg-2);
  padding: 100px 0px;
}
.castors-whiles0outer .castors-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.castors-whiles0outer .castors-main .castors-left-img {
  min-width: 155px;
}
.castors-whiles0outer .castors-main .castors-left-img figure {
  margin: 0;
}
.castors-whiles0outer .castors-main .castors-left-img figure img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .castors-whiles0outer .castors-main .castors-left-img {
    order: 2;
    width: 40%;
  }
}
.castors-whiles0outer .castors-main .castors-area {
  padding: 0px 50px;
}
.castors-whiles0outer .castors-main .castors-area .head, .castors-whiles0outer .castors-main .castors-area .perfect-castor-outer .perfect-castor-main .perfect-castor-left, .perfect-castor-outer .perfect-castor-main .castors-whiles0outer .castors-main .castors-area .perfect-castor-left {
  padding-bottom: 0;
}
.castors-whiles0outer .castors-main .castors-area .head h2, .castors-whiles0outer .castors-main .castors-area .perfect-castor-outer .perfect-castor-main .perfect-castor-left h2, .perfect-castor-outer .perfect-castor-main .castors-whiles0outer .castors-main .castors-area .perfect-castor-left h2, .castors-whiles0outer .castors-main .castors-area .product-home-outer .head h1, .product-home-outer .castors-whiles0outer .castors-main .castors-area .head h1, .castors-whiles0outer .castors-main .castors-area .product-home-outer .perfect-castor-outer .perfect-castor-main .perfect-castor-left h1, .product-home-outer .castors-whiles0outer .castors-main .castors-area .perfect-castor-outer .perfect-castor-main .perfect-castor-left h1, .product-home-outer .perfect-castor-outer .perfect-castor-main .castors-whiles0outer .castors-main .castors-area .perfect-castor-left h1, .castors-whiles0outer .castors-main .castors-area .perfect-castor-outer .perfect-castor-main .product-home-outer .perfect-castor-left h1, .perfect-castor-outer .perfect-castor-main .castors-whiles0outer .castors-main .castors-area .product-home-outer .perfect-castor-left h1, .perfect-castor-outer .perfect-castor-main .product-home-outer .castors-whiles0outer .castors-main .castors-area .perfect-castor-left h1 {
  text-transform: uppercase;
  color: var(--tp-heading-spanred);
  font-weight: var(--tp-fw-bold);
  padding-bottom: 12px;
}
.castors-whiles0outer .castors-main .castors-area .head p, .castors-whiles0outer .castors-main .castors-area .perfect-castor-outer .perfect-castor-main .perfect-castor-left p, .perfect-castor-outer .perfect-castor-main .castors-whiles0outer .castors-main .castors-area .perfect-castor-left p {
  padding-bottom: 25px;
}
.castors-whiles0outer .castors-main .castors-area .head a, .castors-whiles0outer .castors-main .castors-area .perfect-castor-outer .perfect-castor-main .perfect-castor-left a, .perfect-castor-outer .perfect-castor-main .castors-whiles0outer .castors-main .castors-area .perfect-castor-left a {
  padding: 15px 45px;
  display: inline-block;
  font-weight: var(--tp-fw-bold);
  font-size: var(--tp-fz-h3);
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.5s ease-out 0s;
}
.castors-whiles0outer .castors-main .castors-area .head a img, .castors-whiles0outer .castors-main .castors-area .perfect-castor-outer .perfect-castor-main .perfect-castor-left a img, .perfect-castor-outer .perfect-castor-main .castors-whiles0outer .castors-main .castors-area .perfect-castor-left a img {
  margin-right: 8px;
}
@media screen and (max-width: 992px) {
  .castors-whiles0outer .castors-main .castors-area .head a, .castors-whiles0outer .castors-main .castors-area .perfect-castor-outer .perfect-castor-main .perfect-castor-left a, .perfect-castor-outer .perfect-castor-main .castors-whiles0outer .castors-main .castors-area .perfect-castor-left a {
    padding: 10px;
    font-size: calc(var(--tp-fz-h3) - 8px);
  }
}
.castors-whiles0outer .castors-main .castors-area .head .call-now, .castors-whiles0outer .castors-main .castors-area .perfect-castor-outer .perfect-castor-main .perfect-castor-left .call-now, .perfect-castor-outer .perfect-castor-main .castors-whiles0outer .castors-main .castors-area .perfect-castor-left .call-now {
  background: var(--tp-heading-primary);
  color: var(--tp-common-white);
  border: 1px solid var(--tp-heading-primary);
  margin-right: 10px;
}
.castors-whiles0outer .castors-main .castors-area .head .call-now:hover, .castors-whiles0outer .castors-main .castors-area .perfect-castor-outer .perfect-castor-main .perfect-castor-left .call-now:hover, .perfect-castor-outer .perfect-castor-main .castors-whiles0outer .castors-main .castors-area .perfect-castor-left .call-now:hover {
  background: transparent;
  color: var(--tp-heading-primary);
}
.castors-whiles0outer .castors-main .castors-area .head .call-now:hover img, .castors-whiles0outer .castors-main .castors-area .perfect-castor-outer .perfect-castor-main .perfect-castor-left .call-now:hover img, .perfect-castor-outer .perfect-castor-main .castors-whiles0outer .castors-main .castors-area .perfect-castor-left .call-now:hover img {
  filter: invert(100%);
}
@media screen and (max-width: 992px) {
  .castors-whiles0outer .castors-main .castors-area .head .call-now, .castors-whiles0outer .castors-main .castors-area .perfect-castor-outer .perfect-castor-main .perfect-castor-left .call-now, .perfect-castor-outer .perfect-castor-main .castors-whiles0outer .castors-main .castors-area .perfect-castor-left .call-now {
    margin-right: 0px;
  }
}
.castors-whiles0outer .castors-main .castors-area .head .whats-up, .castors-whiles0outer .castors-main .castors-area .perfect-castor-outer .perfect-castor-main .perfect-castor-left .whats-up, .perfect-castor-outer .perfect-castor-main .castors-whiles0outer .castors-main .castors-area .perfect-castor-left .whats-up {
  background: transparent;
  color: var(--tp-heading-primary);
  border: 1px solid var(--tp-heading-spanred);
  margin-left: 10px;
}
.castors-whiles0outer .castors-main .castors-area .head .whats-up:hover, .castors-whiles0outer .castors-main .castors-area .perfect-castor-outer .perfect-castor-main .perfect-castor-left .whats-up:hover, .perfect-castor-outer .perfect-castor-main .castors-whiles0outer .castors-main .castors-area .perfect-castor-left .whats-up:hover {
  background: var(--tp-heading-spanred);
  color: var(--tp-heading-primary);
}
.castors-whiles0outer .castors-main .castors-area .head .whats-up:hover img, .castors-whiles0outer .castors-main .castors-area .perfect-castor-outer .perfect-castor-main .perfect-castor-left .whats-up:hover img, .perfect-castor-outer .perfect-castor-main .castors-whiles0outer .castors-main .castors-area .perfect-castor-left .whats-up:hover img {
  filter: brightness(0%);
}
@media screen and (max-width: 767px) {
  .castors-whiles0outer .castors-main .castors-area {
    width: 100%;
    order: 1;
    padding: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .castors-whiles0outer .castors-main {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .castors-whiles0outer {
    padding: 50px 0;
  }
}

.testimonial-outer {
  padding: 60px 0px;
  background: #EDEDED;
}
.testimonial-outer .head h3, .testimonial-outer .perfect-castor-outer .perfect-castor-main .perfect-castor-left h3, .perfect-castor-outer .perfect-castor-main .testimonial-outer .perfect-castor-left h3 {
  /*color: var(--tp-common-white);*/
  text-transform: uppercase;
}
.testimonial-outer .head h2, .testimonial-outer .perfect-castor-outer .perfect-castor-main .perfect-castor-left h2, .perfect-castor-outer .perfect-castor-main .testimonial-outer .perfect-castor-left h2, .testimonial-outer .product-home-outer .head h1, .product-home-outer .testimonial-outer .head h1, .testimonial-outer .product-home-outer .perfect-castor-outer .perfect-castor-main .perfect-castor-left h1, .product-home-outer .testimonial-outer .perfect-castor-outer .perfect-castor-main .perfect-castor-left h1, .product-home-outer .perfect-castor-outer .perfect-castor-main .testimonial-outer .perfect-castor-left h1, .testimonial-outer .perfect-castor-outer .perfect-castor-main .product-home-outer .perfect-castor-left h1, .perfect-castor-outer .perfect-castor-main .testimonial-outer .product-home-outer .perfect-castor-left h1, .perfect-castor-outer .perfect-castor-main .product-home-outer .testimonial-outer .perfect-castor-left h1 {
  /*color: var(--tp-common-white);*/
  text-transform: uppercase;
  font-weight: var(--tp-fw-bold);
}
@media screen and (max-width: 576px) {
  .testimonial-outer .head, .testimonial-outer .perfect-castor-outer .perfect-castor-main .perfect-castor-left, .perfect-castor-outer .perfect-castor-main .testimonial-outer .perfect-castor-left {
    padding-bottom: 30px;
  }
}
.testimonial-outer .testimonail-slider .testimonail-row .testimonail-logo-test {
  text-align: center;
}
.testimonial-outer .testimonail-slider .testimonail-row .testimonail-logo-test figure {
  margin: 0;
  width: 150px;
  height: 148px;
  box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, 0.1);
  border-radius: 193px;
  margin: 0 auto;
  background: url(../images/testimonail-bg.webp) no-repeat;
  padding: 10px 18px 0px;
}

.testimonial-outer .testimonail-slider .testimonail-row .testimonail-logo-test figure img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 100%;
}
.testimonial-outer .testimonail-slider .testimonail-row .testimonail-logo-test a {
  margin-top: 20px;
  font-size: var(--tp-fz-body);
  color: var(--tp-common-white);
  font-weight: var(--tp-fw-medium);
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}
.testimonial-outer .testimonail-slider .testimonail-row .testimonail-logo-test a img {
  margin-left: 8px;
  display: inline-block;
}
.testimonial-outer .testimonail-slider .testimonail-row .testimonail-content {
  padding-top: 40px;
  text-align: center;
  max-width: 1038px;
  margin: 0 auto;
  position: relative;
}
.testimonial-outer .testimonail-slider .testimonail-row .testimonail-content .company-logo {
  margin-bottom: 20px;
}
.testimonial-outer .testimonail-slider .testimonail-row .testimonail-content .company-logo figure {
  text-align: center;
}
.testimonial-outer .testimonail-slider .testimonail-row .testimonail-content .company-logo figure img {
  display: inline-block;
}
.testimonial-outer .testimonail-slider .testimonail-row .testimonail-content p {
  margin-top: 20px;
  font-size: var(--tp-fz-p);
  color: var(--tp-common-white);
  font-weight: var(--tp-fw-regular);
  line-height: 203%;
  letter-spacing: 0.96px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .testimonial-outer .testimonail-slider .testimonail-row .testimonail-content p {
    font-size: calc(var(--tp-fz-p) - 3px);
  }
}
.testimonial-outer .testimonail-slider .testimonail-row .testimonail-content h3 {
  font-size: var(--tp-fz-h6);
  color: var(--tp-common-white);
  font-weight: var(--tp-fw-medium);
  letter-spacing: 1.44px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.testimonial-outer .testimonail-slider .testimonail-row .testimonail-content h4 {
  font-size: var(--tp-fz-h6);
  color: var(--tp-common-white);
  font-weight: var(--tp-fw-bold);
  line-height: 178%;
  text-transform: uppercase;
}
.testimonial-outer .testimonail-slider .testimonail-row .testimonail-content::before {
  width: 48px;
  height: 47px;
  position: absolute;
  right: 5px;
  top: 0;
  background: url(../images/testimonail-arrow.webp) no-repeat;
  content: "";
  transform: scaleX(-1);
}
.testimonial-outer .testimonail-slider .testimonail-row .testimonail-content::after {
  width: 48px;
  height: 47px;
  position: absolute;
  left: 12px;
  bottom: 0;
  background: url(../images/testimonail-arrow.webp) no-repeat;
  content: "";
}
@media screen and (max-width: 1199px) {
  .testimonial-outer .testimonail-slider .testimonail-row .testimonail-content {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.testimonial-outer .testimonail-slider .slick-arrow {
  width: 42px;
  border-radius: 36px;
  background: transparent;
  z-index: 9;
}
.testimonial-outer .testimonail-slider .slick-prev::before {
  background: url(../images/white-slide-arrow.svg) no-repeat center;
  height: 42px;
  width: 42px;
  display: block;
  content: "";
}
.testimonial-outer .testimonail-slider .slick-prev:hover {
  background: var(--tp-heading-orange);
}
@media screen and (max-width: 1024px) {
  .testimonial-outer .testimonail-slider .slick-prev {
    left: 0;
  }
}
.testimonial-outer .testimonail-slider .slick-next::before {
  background: url(../images/white-slide-arrow.svg) no-repeat center;
  height: 42px;
  width: 42px;
  display: block;
  content: "";
  transform: rotate(180deg);
}
.testimonial-outer .testimonail-slider .slick-next:hover {
  background: var(--tp-heading-orange);
}
@media screen and (max-width: 1024px) {
  .testimonial-outer .testimonail-slider .slick-next {
    right: 0;
  }
}

.faq-home {
  padding: 0px 0 60px 0;
}
.faq-home .accordion .accordion-item {
  margin-bottom: 10px;
  border: 1px solid var(--tp-border-2) !important;
}
.faq-home .accordion .accordion-item .accordion-header button {
  font-size: var(--tp-fz-h4);
  font-weight: var(--tp-fw-sbold);
  color: var(--tp-common-black);
}
.faq-home .accordion .accordion-item .accordion-header button:focus {
  background: none;
  box-shadow: none;
  background-color: none;
}
.faq-home .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background: none;
  box-shadow: none;
  background-color: none;
}
.faq-home .accordion .accordion-item .accordion-header .accordion-button::after {
  /* Plus Icon */
  content: "−";
  background-image: none;
  width: auto;
  height: auto;
  font-size: 25px;
  color: #000;
  font-weight: bold;
}
.faq-home .accordion .accordion-item .accordion-header .accordion-button.collapsed::after {
  content: "+";
  /* Minus Icon */
  background-image: none;
}
.faq-home .accordion .accordion-item .accordion-body {
  padding-top: 0 !important;
}

.news-blog-outer {
  padding: 72px 0px;
}
.news-blog-outer .head, .news-blog-outer .perfect-castor-outer .perfect-castor-main .perfect-castor-left, .perfect-castor-outer .perfect-castor-main .news-blog-outer .perfect-castor-left {
  padding-bottom: 35px;
}
.news-blog-outer .news-blog-main {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
.news-blog-outer .news-blog-main .news-blog-bx {
  width: 33.33%;
  padding: 0px 15px;
}
.news-blog-outer .news-blog-main .news-blog-bx figure {
  margin-bottom: 0;
}
.news-blog-outer .news-blog-main .news-blog-bx figure img {
  max-width: 100%;
  width: 100%;
}
.news-blog-outer .news-blog-main .news-blog-bx .news-blog-details {
  padding: 22px 0px;
}
.news-blog-outer .news-blog-main .news-blog-bx .news-blog-details label {
  font-size: calc(var(--fz-font2) - 1px);
  color: var(--tp-text-1);
  display: block;
  margin-bottom: 20px;
}
.news-blog-outer .news-blog-main .news-blog-bx .news-blog-details h4 {
  font-size: var(--tp-fz-h4);
  color: var(--tp-heading-primary);
  font-weight: var(--tp-fw-sbold);
}
.news-blog-outer .news-blog-main .news-blog-bx .news-blog-details h4 a {
  color: var(--tp-heading-primary);
}
.news-blog-outer .news-blog-main .news-blog-bx .news-blog-details a {
  font-size: var(--tp-fz-p);
  color: var(--tp-common-black);
  font-weight: var(--tp-fw-sbold);
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
}
.news-blog-outer .news-blog-main .news-blog-bx .news-blog-details a span {
  display: flex;
  width: 28px;
  height: 28px;
  border: 1px solid var(--tp-heading-spanred);
  border-radius: 38px;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  transition: all 0.1s ease-out 0s;
}
.news-blog-outer .news-blog-main .news-blog-bx .news-blog-details a span img {
  vertical-align: middle;
  transform: rotate(180deg);
  width: 10px;
}
.news-blog-outer .news-blog-main .news-blog-bx .news-blog-details a:hover {
  color: var(--tp-heading-spanred);
}
.news-blog-outer .news-blog-main .news-blog-bx .news-blog-details a:hover span {
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .news-blog-outer .news-blog-main .news-blog-bx {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .news-blog-outer .news-blog-main {
    flex-wrap: wrap;
  }
}
.news-blog-outer .news-explore {
  padding-top: 50px;
  text-align: center;
}
.news-blog-outer .news-explore a {
  font-size: var(--tp-fz-h4);
  color: var(--tp-common-white);
  font-weight: var(--tp-fw-sbold);
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
  height: 50px;
  padding: 10px 45px;
  display: inline-block;
  border: 1px solid var(--tp-heading-spanred);
  background: var(--tp-heading-spanred);
}
.news-blog-outer .news-explore a img {
  vertical-align: middle;
  margin-left: 5px;
  transition: all 0.1s ease-out 0s;
  width: 28px;
}
.news-blog-outer .news-explore a:hover {
  background: transparent;
  border-color: var(--tp-heading-spanred);
  color: var(--tp-heading-primary);
}
.news-blog-outer .news-explore a:hover img {
  margin-left: 8px;
  filter: invert(100%);
}
.news-blog-outer .news-explore a img {
  transform: rotate(180deg);
}

.contact-us-outer {
  display: flex;
}
.contact-us-outer .contact-left-img {
  width: 40%;
  display: flex;
}
.contact-us-outer .contact-left-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .contact-us-outer .contact-left-img {
    width: 100%;
  }
}
.contact-us-outer .contact-right-form {
  width: 60%;
  background: var(--tp-bg-2);
  padding: 65px 60px;
}
.contact-us-outer .contact-right-form form {
  max-width: 600px;
}
.contact-us-outer .contact-right-form form .head, .contact-us-outer .contact-right-form form .perfect-castor-outer .perfect-castor-main .perfect-castor-left, .perfect-castor-outer .perfect-castor-main .contact-us-outer .contact-right-form form .perfect-castor-left {
  padding-bottom: 20px;
}
.contact-us-outer .contact-right-form form .head h2, .contact-us-outer .contact-right-form form .perfect-castor-outer .perfect-castor-main .perfect-castor-left h2, .perfect-castor-outer .perfect-castor-main .contact-us-outer .contact-right-form form .perfect-castor-left h2, .contact-us-outer .contact-right-form form .product-home-outer .head h1, .product-home-outer .contact-us-outer .contact-right-form form .head h1, .contact-us-outer .contact-right-form form .product-home-outer .perfect-castor-outer .perfect-castor-main .perfect-castor-left h1, .product-home-outer .contact-us-outer .contact-right-form form .perfect-castor-outer .perfect-castor-main .perfect-castor-left h1, .product-home-outer .perfect-castor-outer .perfect-castor-main .contact-us-outer .contact-right-form form .perfect-castor-left h1, .contact-us-outer .contact-right-form form .perfect-castor-outer .perfect-castor-main .product-home-outer .perfect-castor-left h1, .perfect-castor-outer .perfect-castor-main .contact-us-outer .contact-right-form form .product-home-outer .perfect-castor-left h1, .perfect-castor-outer .perfect-castor-main .product-home-outer .contact-us-outer .contact-right-form form .perfect-castor-left h1 {
  text-transform: uppercase;
  font-weight: var(--tp-fw-bold);
}
.contact-us-outer .contact-right-form form .form-box .form-row {
  margin-bottom: 22px;
}
.contact-us-outer .contact-right-form form .form-box .form-row .form-input input {
  height: 50px;
  background: var(--tp-common-white);
  padding: 5px 15px;
  border: 1px solid var(--tp-common-white);
  width: 100%;
  color: rgba(0, 0, 0, 0.5);
  outline: none !important;
}
.contact-us-outer .contact-right-form form .form-box .form-row .form-input input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.9);
}
.contact-us-outer .contact-right-form form .form-box .form-row .form-input input::placeholder {
  color: rgba(0, 0, 0, 0.9);
}
.contact-us-outer .contact-right-form form .form-box .form-row .form-input textarea {
  height: 110px;
  background: var(--tp-common-white);
  padding: 5px 15px;
  border: 1px solid var(--tp-common-white);
  width: 100%;
  color: rgba(0, 0, 0, 0.5);
  resize: none;
  outline: none !important;
}
.contact-us-outer .contact-right-form form .form-box .form-row .form-input textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.9);
}
.contact-us-outer .contact-right-form form .form-box .form-row .form-input textarea::placeholder {
  color: rgba(0, 0, 0, 0.9);
}
.contact-us-outer .contact-right-form form .form-box .form-row .form-input select {
  height: 50px;
  background: var(--tp-common-white) url(../images/select-bg-dropdown.svg) no-repeat 95% center;
  padding: 5px 15px;
  border: 1px solid var(--tp-common-white);
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  color: rgba(0, 0, 0, 0.5);
  background-size: 15px;
  outline: none !important;
}
.contact-us-outer .contact-right-form form .form-box .form-row .submit-btn {
  font-size: var(--tp-fz-h4);
  color: var(--tp-common-black);
  font-weight: var(--tp-fw-sbold);
  margin: 0px;
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
  height: 50px;
  padding: 0px 45px;
  display: flex;
  border: 1px solid var(--tp-heading-spanred);
  background: transparent;
  justify-content: center;
  align-items: center;
}
.contact-us-outer .contact-right-form form .form-box .form-row .submit-btn span {
  display: flex;
  width: 28px;
  height: 28px;
  border: 1px solid var(--tp-heading-spanred);
  border-radius: 38px;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  transition: all 0.1s ease-out 0s;
}
.contact-us-outer .contact-right-form form .form-box .form-row .submit-btn span img {
  vertical-align: middle;
  transform: rotate(180deg);
  width: 10px;
}
.contact-us-outer .contact-right-form form .form-box .form-row .submit-btn:hover {
  background: var(--tp-heading-spanred);
  color: var(--tp-common-white);
}
.contact-us-outer .contact-right-form form .form-box .form-row .submit-btn:hover span {
  margin-left: 8px;
  border-color: var(--tp-common-white);
}
.contact-us-outer .contact-right-form form .form-box .form-row .submit-btn:hover span img {
  filter: invert(100%);
}
.contact-us-outer .contact-right-form form .form-box .form-row.half {
  display: flex;
  margin-left: -6px;
  margin-right: -6px;
}
.contact-us-outer .contact-right-form form .form-box .form-row.half .form-input {
  width: 50%;
  padding: 0px 7px;
}
.contact-us-outer .contact-right-form form .form-box .form-row.half .form-input p {
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  .contact-us-outer .contact-right-form form .form-box .form-row.half .form-input {
    width: 100%;
  }
  .contact-us-outer .contact-right-form form .form-box .form-row.half .form-input:first-child {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 576px) {
  .contact-us-outer .contact-right-form form .form-box .form-row.half {
    flex-wrap: wrap;
  }
}
.contact-us-outer .contact-right-form form .form-box .form-row.form-bx .form-input {
  display: flex;
}
.contact-us-outer .contact-right-form form .form-box .form-row.form-bx .form-input .country-cod {
  min-width: 65px;
}
.contact-us-outer .contact-right-form form .form-box .form-row.form-bx .form-input .country-cod p {
  margin-bottom: 0;
}
.contact-us-outer .contact-right-form form .form-box .form-row.form-bx .form-input .country-cod p select {
  font-weight: var(--tp-fw-bold);
}
.contact-us-outer .contact-right-form form .form-box .form-row.form-bx .form-input .mobile-input {
  width: 100%;
}
.contact-us-outer .contact-right-form form .form-box .form-row.form-bx .form-input .mobile-input p {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .contact-us-outer .contact-right-form form {
    max-width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .contact-us-outer .contact-right-form {
    width: 100%;
    padding: 25px;
  }
}
@media screen and (max-width: 767px) {
  .contact-us-outer .contact-right-form {
    width: 100%;
    padding: 50px 15px;
  }
}
@media screen and (max-width: 767px) {
  .contact-us-outer {
    flex-wrap: wrap;
  }
}

.news-blog-outer .news-blog-main .news-blog-bx .news-blog-details a:hover h4 {
  color: #ff8f00;
}

.news-blog-outer .news-blog-main .news-blog-bx .news-blog-details a:hover p {
  color: #ff8f00;
}

.who-we-are {
  padding: 72px 0;
}
.who-we-are .container {
  display: flex;
}
.who-we-are .container .who-we-are-left {
  width: 60%;
  padding-right: 50px;
}
.who-we-are .container .who-we-are-left .head, .who-we-are .container .who-we-are-left .perfect-castor-outer .perfect-castor-main .perfect-castor-left, .perfect-castor-outer .perfect-castor-main .who-we-are .container .who-we-are-left .perfect-castor-left {
  text-align: left;
  padding-bottom: 0;
}
.who-we-are .container .who-we-are-left .head p, .who-we-are .container .who-we-are-left .perfect-castor-outer .perfect-castor-main .perfect-castor-left p, .perfect-castor-outer .perfect-castor-main .who-we-are .container .who-we-are-left .perfect-castor-left p {
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .who-we-are .container .who-we-are-left {
    width: 100%;
    order: 2;
    padding-right: 0;
  }
}
.who-we-are .container .who-we-are-right {
  width: 40%;
}
.who-we-are .container .who-we-are-right figure {
  margin-bottom: 0;
}
.who-we-are .container .who-we-are-right figure img {
  width: 100%;
}
.who-we-are .container .who-we-are-right .download-brochure-form {
  background: #FF8F00;
  padding: 25px 50px 20px 50px;
  width: 100%;
  position: relative;
  z-index: 9;
}
.who-we-are .container .who-we-are-right .download-brochure-form form {
  width: 100%;
}
.who-we-are .container .who-we-are-right .download-brochure-form form .form-group {
  margin-bottom: 15px;
}
.who-we-are .container .who-we-are-right .download-brochure-form form .form-group p {
  margin-bottom: 0;
}
.who-we-are .container .who-we-are-right .download-brochure-form form .form-group input {
  width: 100%;
  background: none;
  height: 40px;
  line-height: 40px;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 0px;
  color: #fff;
}
.who-we-are .container .who-we-are-right .download-brochure-form form .form-group input:focus {
  outline: none;
}
.who-we-are .container .who-we-are-right .download-brochure-form form .form-group input::-moz-placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
.who-we-are .container .who-we-are-right .download-brochure-form form .form-group input::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
.who-we-are .container .who-we-are-right .download-brochure-form form .form-group input::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff;
}
.who-we-are .container .who-we-are-right .download-brochure-form form .form-group select {
  width: 100%;
  background: none;
  height: 40px;
  line-height: 40px;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 0px;
  color: #fff;
}
.who-we-are .container .who-we-are-right .download-brochure-form form .form-group select:focus {
  outline: none;
}
.who-we-are .container .who-we-are-right .download-brochure-form form .form-group select option {
  color: black;
}
.who-we-are .container .who-we-are-right .download-brochure-form form .form-group textarea {
  width: 100%;
  background: none;
  height: 70px;
  line-height: 20px;
  resize: none;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 0px;
  color: #fff;
}
.who-we-are .container .who-we-are-right .download-brochure-form form .form-group textarea:focus {
  outline: none;
}
.who-we-are .container .who-we-are-right .download-brochure-form form .form-group textarea::-moz-placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
.who-we-are .container .who-we-are-right .download-brochure-form form .form-group textarea::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
.who-we-are .container .who-we-are-right .download-brochure-form form .form-group textarea::-ms-textaea-placeholder { /* Edge 12 -18 */
  color: #fff;
}
.who-we-are .container .who-we-are-right .download-brochure-form form .form-group input.submit-btn {
  font-size: var(--tp-fz-h4);
  color: var(--tp-common-black);
  font-weight: var(--tp-fw-sbold);
  margin: 0px;
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
  height: 50px;
  padding: 0px 45px;
  display: flex;
  border: 1px solid var(--tp-heading-spanred);
  background: transparent;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 100%;
  margin-top: 0;
}
.who-we-are .container .who-we-are-right .download-brochure-form form .form-group input.submit-btn span {
  display: flex;
  width: 28px;
  height: 28px;
  border: 1px solid var(--tp-heading-spanred);
  border-radius: 38px;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  transition: all 0.1s ease-out 0s;
}
.who-we-are .container .who-we-are-right .download-brochure-form form .form-group input.submit-btn span img {
  vertical-align: middle;
  transform: rotate(180deg);
  width: 10px;
}
.who-we-are .container .who-we-are-right .download-brochure-form form .form-group input.submit-btn:hover {
  background: var(--tp-heading-spanred);
  color: var(--tp-common-white);
}
.who-we-are .container .who-we-are-right .download-brochure-form form .form-group input.submit-btn:hover span {
  margin-left: 8px;
  border-color: var(--tp-common-white);
}
.who-we-are .container .who-we-are-right .download-brochure-form form .form-group input.submit-btn:hover {
  border: 1px solid #fff;
}
.who-we-are .container .who-we-are-right .download-brochure-form form .form-group input.submit-btn:hover span img {
  filter: invert(100%);
}
.who-we-are .container .who-we-are-right .download-brochure-form form .wpcf7-response-output {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .who-we-are .container .who-we-are-right .download-brochure-form {
    padding: 25px;
  }
}
@media screen and (max-width: 767px) {
  .who-we-are .container .who-we-are-right {
    width: 100%;
    order: 1;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .who-we-are .container {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .who-we-are {
    padding: 50px 0;
  }
}

.mission-vision {
  padding-bottom: 72px;
}
.mission-vision .container {
  display: flex;
  justify-content: space-evenly;
}
.mission-vision .container div {
  width: 42%;
  text-align: center;
  padding: 50px 40px;
}
.mission-vision .container div figure {
  margin-bottom: 20px;
}
.mission-vision .container div h3 {
  text-transform: uppercase;
  font-weight: var(--tp-fw-sbold);
  margin-bottom: 20px;
}
.mission-vision .container div.mission {
  background: linear-gradient(180deg, rgb(215, 239, 255) 0%, rgb(225, 243, 255) 60%, rgb(255, 255, 255) 100%, rgb(0, 0, 0) 100%);
}
.mission-vision .container div.vision {
  background: linear-gradient(180deg, rgb(255, 245, 233) 0%, rgb(255, 248, 235) 60%, rgb(255, 255, 255) 100%, rgb(0, 0, 0) 100%);
}
@media screen and (max-width: 767px) {
  .mission-vision .container div {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mission-vision .container {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .mission-vision {
    padding-bottom: 50px;
  }
}

.chiarmain-message {
  padding: 60px 0px;
  background: var(--tp-heading-spanred);
}
.chiarmain-message .head h3, .chiarmain-message .perfect-castor-outer .perfect-castor-main .perfect-castor-left h3, .perfect-castor-outer .perfect-castor-main .chiarmain-message .perfect-castor-left h3 {
  color: var(--tp-common-white);
  text-transform: uppercase;
}
.chiarmain-message .head h2, .chiarmain-message .perfect-castor-outer .perfect-castor-main .perfect-castor-left h2, .perfect-castor-outer .perfect-castor-main .chiarmain-message .perfect-castor-left h2, .chiarmain-message .product-home-outer .head h1, .product-home-outer .chiarmain-message .head h1, .chiarmain-message .product-home-outer .perfect-castor-outer .perfect-castor-main .perfect-castor-left h1, .product-home-outer .chiarmain-message .perfect-castor-outer .perfect-castor-main .perfect-castor-left h1, .product-home-outer .perfect-castor-outer .perfect-castor-main .chiarmain-message .perfect-castor-left h1, .chiarmain-message .perfect-castor-outer .perfect-castor-main .product-home-outer .perfect-castor-left h1, .perfect-castor-outer .perfect-castor-main .chiarmain-message .product-home-outer .perfect-castor-left h1, .perfect-castor-outer .perfect-castor-main .product-home-outer .chiarmain-message .perfect-castor-left h1 {
  color: var(--tp-common-white);
  text-transform: uppercase;
  font-weight: var(--tp-fw-bold);
}
@media screen and (max-width: 576px) {
  .chiarmain-message .head, .chiarmain-message .perfect-castor-outer .perfect-castor-main .perfect-castor-left, .perfect-castor-outer .perfect-castor-main .chiarmain-message .perfect-castor-left {
    padding-bottom: 30px;
  }
}
.chiarmain-message .container {
  display: flex;
}
.chiarmain-message .container .chairman-photo {
  width: 30%;
}
.chiarmain-message .container .chairman-photo figure {
  margin-bottom: 0;
}
.chiarmain-message .container .chairman-photo figure img {
  width: 300px;
  height: 300px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .chiarmain-message .container .chairman-photo {
    width: 100%;
    margin-bottom: 25px;
  }
}
.chiarmain-message .container .chairman-message {
  width: 70%;
  padding-left: 30px;
}
.chiarmain-message .container .chairman-message span.left img {
  width: 30px;
}
.chiarmain-message .container .chairman-message h4 {
  color: var(--tp-common-white);
  font-weight: var(--tp-fw-sbold);
  text-transform: uppercase;
  margin-top: 15px;
}
.chiarmain-message .container .chairman-message p {
  color: var(--tp-common-white);
}
.chiarmain-message .container .chairman-message p:last-child {
  margin-bottom: 15px;
}
.chiarmain-message .container .chairman-message span.right {
  float: right;
  transform: scaleX(-1);
}
.chiarmain-message .container .chairman-message span.right img {
  width: 30px;
}
@media screen and (max-width: 767px) {
  .chiarmain-message .container .chairman-message {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .chiarmain-message .container {
    flex-wrap: wrap;
  }
}

.modal-header h5 {
  margin-bottom: 0;
}

.certificate-outer {
  padding: 60px 0;
}
.certificate-outer .certificate-slider .slick-list {
  width: 100%;
  padding-bottom: 0px !important;
}
.certificate-outer .certificate-slider .slick-list .slick-track .certificate-box {
  height: 220px;
  padding: 0;
  margin: 0 20px;
  width: 100%;
  border: 1px solid var(--tp-border-2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.certificate-outer .certificate-slider .slick-list .slick-track .certificate-box figure {
  margin-bottom: 0;
}
.certificate-outer .certificate-slider .slick-list .slick-track .certificate-box figure img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
}
.certificate-outer .certificate-slider .slick-arrow {
  width: 38px;
  height: 38px;
  border: 1px solid var(--tp-heading-spanred);
  border-radius: 38px;
  top: 50%;
  z-index: 9;
  transform: translateY(-50%);
}
.certificate-outer .certificate-slider .slick-arrow::before {
  color: transparent;
  font-size: 0;
  display: block;
}
.certificate-outer .certificate-slider .slick-prev {
  left: -60px;
  right: unset;
  margin: 0 auto;
}
.certificate-outer .certificate-slider .slick-prev::before {
  background: url(../images/slider-arrow.webp) no-repeat 10px 10px;
  width: 38px;
  height: 38px;
}
@media screen and (max-width: 767px) {
  .certificate-outer .certificate-slider .slick-prev {
    left: 0;
  }
}
.certificate-outer .certificate-slider .slick-next {
  left: unset;
  right: -60px;
  margin: 0 auto;
}
.certificate-outer .certificate-slider .slick-next::before {
  background: url(../images/slider-arrow.webp) no-repeat 10px 11px;
  transform: rotate(180deg);
  width: 38px;
  height: 38px;
  display: block;
}
@media screen and (max-width: 767px) {
  .certificate-outer .certificate-slider .slick-next {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .certificate-outer .certificate-slider {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .certificate-outer {
    padding: 50px 0;
  }
}

.quality-outer {
  padding: 72px 0px;
  background: #F8F8F8;
}
.quality-outer .head, .quality-outer .perfect-castor-outer .perfect-castor-main .perfect-castor-left, .perfect-castor-outer .perfect-castor-main .quality-outer .perfect-castor-left {
  padding-bottom: 35px;
}
.quality-outer .quality-grid {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
.quality-outer .quality-grid .quality-box {
  width: 33.33%;
  padding: 0px 15px;
}
.quality-outer .quality-grid .quality-box figure {
  margin-bottom: 0;
}
.quality-outer .quality-grid .quality-box figure img {
  max-width: 100%;
}
.quality-outer .quality-grid .quality-box .quality-details {
  padding: 22px 0px;
}
.quality-outer .quality-grid .quality-box .quality-details label {
  font-size: calc(var(--fz-font2) - 1px);
  color: var(--tp-text-1);
  display: block;
  margin-bottom: 20px;
}
.quality-outer .quality-grid .quality-box .quality-details h4 {
  font-size: var(--tp-fz-h4);
  color: var(--tp-heading-primary);
  font-weight: var(--tp-fw-sbold);
}
.quality-outer .quality-grid .quality-box .quality-details a {
  font-size: var(--tp-fz-p);
  color: var(--tp-common-black);
  font-weight: var(--tp-fw-sbold);
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
}
.quality-outer .quality-grid .quality-box .quality-details a span {
  display: flex;
  width: 28px;
  height: 28px;
  border: 1px solid var(--tp-heading-spanred);
  border-radius: 38px;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  transition: all 0.1s ease-out 0s;
}
.quality-outer .quality-grid .quality-box .quality-details a span img {
  vertical-align: middle;
  transform: rotate(180deg);
  width: 10px;
}
.quality-outer .quality-grid .quality-box .quality-details a:hover {
  color: var(--tp-heading-spanred);
}
.quality-outer .quality-grid .quality-box .quality-details a:hover span {
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .quality-outer .quality-grid .quality-box {
    width: 100%;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .quality-outer .quality-grid {
    flex-wrap: wrap;
  }
}
.quality-outer .news-explore {
  padding-top: 50px;
  text-align: center;
}
.quality-outer .news-explore a {
  font-size: var(--tp-fz-h4);
  color: var(--tp-common-white);
  font-weight: var(--tp-fw-sbold);
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
  height: 50px;
  padding: 10px 45px;
  display: inline-block;
  border: 1px solid var(--tp-heading-spanred);
  background: var(--tp-heading-spanred);
}
.quality-outer .news-explore a img {
  vertical-align: middle;
  margin-left: 5px;
  transition: all 0.1s ease-out 0s;
  width: 28px;
}
.quality-outer .news-explore a:hover {
  background: transparent;
  border-color: var(--tp-heading-spanred);
  color: var(--tp-heading-primary);
}
.quality-outer .news-explore a:hover img {
  margin-left: 8px;
  filter: invert(100%);
}
.quality-outer .news-explore a img {
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .quality-outer .news-explore {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .quality-outer {
    padding: 50px 0;
  }
}

.enquire-now.get-in-touch {
  padding-bottom: 50px;
}
.enquire-now.get-in-touch .container .row {
  width: 100%;
}
.enquire-now.get-in-touch .container .row .contatc-form {
  width: 100%;
}

.enquire-now {
  padding: 60px 0 0 0;
  background: #FAFAFA;
}
.enquire-now .container {
  display: flex;
  max-width: 1100px;
}
.enquire-now .container .address-info {
  padding-right: 60px;
}
.enquire-now .container .address-info ul li {
  margin-bottom: 50px;
  display: flex;
  align-self: center;
}
.enquire-now .container .address-info ul li span {
  width: 56px;
  height: 56px;
  margin-right: 15px;
  background: #FF8F00;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}
.enquire-now .container .address-info ul li .cont {
  width: calc(100% - 56px);
}
.enquire-now .container .address-info ul li .cont h4 {
  font-size: calc(var(--tp-fz-h4) - 4px);
  color: var(--tp-common-black);
  font-weight: var(--tp-fw-sbold);
}
.enquire-now .container .address-info ul li .cont p {
  font-size: calc(var(--tp-fz-h4) - 4px);
  color: var(--tp-common-black);
  margin-bottom: 0;
}
.enquire-now .container .address-info ul li .cont p a {
  text-decoration: none;
  font-size: calc(var(--tp-fz-h4) - 4px);
  color: var(--tp-common-black);
}
@media screen and (max-width: 767px) {
  .enquire-now .container .address-info {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.enquire-now .container .contatc-form {
  background: #FF8F00;
  padding: 25px 50px 0px 50px;
  width: 50%;
  position: relative;
  z-index: 9;
}
.enquire-now .container .contatc-form .wpcf7-not-valid-tip {
  font-size: 12px;
}
.enquire-now .container .contatc-form .wpcf7-response-output {
  margin-top: 0;
  color: #fff;
}
.enquire-now .container .contatc-form p {
  margin-bottom: 0;
}
.enquire-now .container .contatc-form h2, .enquire-now .container .contatc-form .product-home-outer .head h1, .product-home-outer .head .enquire-now .container .contatc-form h1, .enquire-now .container .contatc-form .product-home-outer .perfect-castor-outer .perfect-castor-main .perfect-castor-left h1, .product-home-outer .perfect-castor-outer .perfect-castor-main .perfect-castor-left .enquire-now .container .contatc-form h1, .enquire-now .container .contatc-form .perfect-castor-outer .perfect-castor-main .product-home-outer .perfect-castor-left h1, .perfect-castor-outer .perfect-castor-main .product-home-outer .perfect-castor-left .enquire-now .container .contatc-form h1 {
  font-size: var(--tp-fz-h2);
  color: var(--tp-common-white);
  font-weight: var(--tp-fw-sbold);
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .enquire-now .container .contatc-form h2, .enquire-now .container .contatc-form .product-home-outer .head h1, .product-home-outer .head .enquire-now .container .contatc-form h1, .enquire-now .container .contatc-form .product-home-outer .perfect-castor-outer .perfect-castor-main .perfect-castor-left h1, .product-home-outer .perfect-castor-outer .perfect-castor-main .perfect-castor-left .enquire-now .container .contatc-form h1, .enquire-now .container .contatc-form .perfect-castor-outer .perfect-castor-main .product-home-outer .perfect-castor-left h1, .perfect-castor-outer .perfect-castor-main .product-home-outer .perfect-castor-left .enquire-now .container .contatc-form h1 {
    font-size: calc(var(--tp-fz-h2) - 10px);
  }
}
.enquire-now .container .contatc-form .head, .enquire-now .container .contatc-form .perfect-castor-outer .perfect-castor-main .perfect-castor-left, .perfect-castor-outer .perfect-castor-main .enquire-now .container .contatc-form .perfect-castor-left {
  padding-bottom: 0;
}
.enquire-now .container .contatc-form form .form-input {
  margin-bottom: 15px;
}
.enquire-now .container .contatc-form form .form-input p {
  margin-bottom: 0;
}
.enquire-now .container .contatc-form form .form-input input {
  width: 100%;
  background: none;
  height: 40px;
  line-height: 40px;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 0px;
  color: #fff;
}
.enquire-now .container .contatc-form form .form-input input:focus {
  outline: none;
}
.enquire-now .container .contatc-form form .form-input input::-moz-placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
.enquire-now .container .contatc-form form .form-input input::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
.enquire-now .container .contatc-form form .form-input input::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff;
}
.enquire-now .container .contatc-form form .form-input select {
  width: 100%;
  background: none;
  height: 40px;
  line-height: 40px;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 0px;
  color: #fff;
}
.enquire-now .container .contatc-form form .form-input select:focus {
  outline: none;
}
.enquire-now .container .contatc-form form .form-input select option {
  color: black;
}
.enquire-now .container .contatc-form form .form-input textarea {
  width: 100%;
  background: none;
  height: 70px;
  line-height: 20px;
  resize: none;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 0px;
  color: #fff;
}
.enquire-now .container .contatc-form form .form-input textarea:focus {
  outline: none;
}
.enquire-now .container .contatc-form form .form-input textarea::-moz-placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
.enquire-now .container .contatc-form form .form-input textarea::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
.enquire-now .container .contatc-form form .form-input textarea::-ms-textaea-placeholder { /* Edge 12 -18 */
  color: #fff;
}
.enquire-now .container .contatc-form form .half {
  display: flex;
  justify-content: space-between;
}
.enquire-now .container .contatc-form form .half .form-input {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .enquire-now .container .contatc-form form .half .form-input {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .enquire-now .container .contatc-form form .half {
    flex-wrap: wrap;
  }
}
.enquire-now .container .contatc-form form .form-bx .form-input {
  display: flex;
}
.enquire-now .container .contatc-form form .form-bx .form-input .country-cod {
  margin-right: 10px;
}
.enquire-now .container .contatc-form form .form-bx .form-input .mobile-input {
  width: 100%;
}
.enquire-now .container .contatc-form form .submit-btn {
  font-size: var(--tp-fz-h4);
  color: var(--tp-common-black);
  font-weight: var(--tp-fw-sbold);
  margin: 0px;
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
  height: 50px;
  padding: 0px 45px;
  display: flex;
  border: 1px solid var(--tp-heading-spanred);
  background: transparent;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 100%;
  margin-top: 0;
}
.enquire-now .container .contatc-form form .submit-btn span {
  display: flex;
  width: 28px;
  height: 28px;
  border: 1px solid var(--tp-heading-spanred);
  border-radius: 38px;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  transition: all 0.1s ease-out 0s;
}
.enquire-now .container .contatc-form form .submit-btn span img {
  vertical-align: middle;
  transform: rotate(180deg);
  width: 10px;
}
.enquire-now .container .contatc-form form .submit-btn:hover {
  background: var(--tp-heading-spanred);
  color: var(--tp-common-white);
}
.enquire-now .container .contatc-form form .submit-btn:hover span {
  margin-left: 8px;
  border-color: var(--tp-common-white);
}
.enquire-now .container .contatc-form form .submit-btn:hover {
  border: 1px solid #fff;
}
.enquire-now .container .contatc-form form .submit-btn:hover span img {
  filter: invert(100%);
}
@media screen and (max-width: 767px) {
  .enquire-now .container .contatc-form {
    width: 100%;
    padding: 25px;
  }
}
@media screen and (max-width: 767px) {
  .enquire-now .container {
    flex-wrap: wrap;
  }
}

.location-map {
  position: relative;
  margin-top: -70px;
}
.location-map iframe {
  width: 100%;
  height: 355px;
}
@media screen and (max-width: 767px) {
  .location-map {
    margin-top: 30px;
  }
}

.page-id-939 .about-text-wrap {
  text-align: center;
}
.page-id-939 .about-text-wrap .single_pagecontent {
  display: flex;
  justify-content: center;
}
.page-id-939 .about-text-wrap .single_pagecontent .contatc-form {
  background: #FF8F00;
  padding: 25px 50px 0px 50px;
  width: 50%;
  position: relative;
  z-index: 9;
}
.page-id-939 .about-text-wrap .single_pagecontent .contatc-form .wpcf7-not-valid-tip {
  font-size: 12px;
}
.page-id-939 .about-text-wrap .single_pagecontent .contatc-form .wpcf7-response-output {
  margin-top: 0;
  color: #fff;
}
.page-id-939 .about-text-wrap .single_pagecontent .contatc-form p {
  margin-bottom: 0;
}
.page-id-939 .about-text-wrap .single_pagecontent .contatc-form h2, .page-id-939 .about-text-wrap .single_pagecontent .contatc-form .product-home-outer .head h1, .product-home-outer .head .page-id-939 .about-text-wrap .single_pagecontent .contatc-form h1, .page-id-939 .about-text-wrap .single_pagecontent .contatc-form .product-home-outer .perfect-castor-outer .perfect-castor-main .perfect-castor-left h1, .product-home-outer .perfect-castor-outer .perfect-castor-main .perfect-castor-left .page-id-939 .about-text-wrap .single_pagecontent .contatc-form h1, .page-id-939 .about-text-wrap .single_pagecontent .contatc-form .perfect-castor-outer .perfect-castor-main .product-home-outer .perfect-castor-left h1, .perfect-castor-outer .perfect-castor-main .product-home-outer .perfect-castor-left .page-id-939 .about-text-wrap .single_pagecontent .contatc-form h1 {
  font-size: var(--tp-fz-h2);
  color: var(--tp-common-white);
  font-weight: var(--tp-fw-sbold);
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .page-id-939 .about-text-wrap .single_pagecontent .contatc-form h2, .page-id-939 .about-text-wrap .single_pagecontent .contatc-form .product-home-outer .head h1, .product-home-outer .head .page-id-939 .about-text-wrap .single_pagecontent .contatc-form h1, .page-id-939 .about-text-wrap .single_pagecontent .contatc-form .product-home-outer .perfect-castor-outer .perfect-castor-main .perfect-castor-left h1, .product-home-outer .perfect-castor-outer .perfect-castor-main .perfect-castor-left .page-id-939 .about-text-wrap .single_pagecontent .contatc-form h1, .page-id-939 .about-text-wrap .single_pagecontent .contatc-form .perfect-castor-outer .perfect-castor-main .product-home-outer .perfect-castor-left h1, .perfect-castor-outer .perfect-castor-main .product-home-outer .perfect-castor-left .page-id-939 .about-text-wrap .single_pagecontent .contatc-form h1 {
    font-size: calc(var(--tp-fz-h2) - 10px);
  }
}
.page-id-939 .about-text-wrap .single_pagecontent .contatc-form .head, .page-id-939 .about-text-wrap .single_pagecontent .contatc-form .perfect-castor-outer .perfect-castor-main .perfect-castor-left, .perfect-castor-outer .perfect-castor-main .page-id-939 .about-text-wrap .single_pagecontent .contatc-form .perfect-castor-left {
  padding-bottom: 0;
}
.page-id-939 .about-text-wrap .single_pagecontent .contatc-form form .form-input {
  margin-bottom: 15px;
}
.page-id-939 .about-text-wrap .single_pagecontent .contatc-form form .form-input p {
  margin-bottom: 0;
}
.page-id-939 .about-text-wrap .single_pagecontent .contatc-form form .form-input input {
  width: 100%;
  background: none;
  height: 40px;
  line-height: 40px;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 0px;
  color: #fff;
}
.page-id-939 .about-text-wrap .single_pagecontent .contatc-form form .form-input input:focus {
  outline: none;
}
.page-id-939 .about-text-wrap .single_pagecontent .contatc-form form .form-input input::-moz-placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
.page-id-939 .about-text-wrap .single_pagecontent .contatc-form form .form-input input::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
.page-id-939 .about-text-wrap .single_pagecontent .contatc-form form .form-input input::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff;
}
.page-id-939 .about-text-wrap .single_pagecontent .contatc-form form .form-input select {
  width: 100%;
  background: none;
  height: 40px;
  line-height: 40px;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 0px;
  color: #fff;
}
.page-id-939 .about-text-wrap .single_pagecontent .contatc-form form .form-input select:focus {
  outline: none;
}
.page-id-939 .about-text-wrap .single_pagecontent .contatc-form form .form-input select option {
  color: black;
}
.page-id-939 .about-text-wrap .single_pagecontent .contatc-form form .form-input textarea {
  width: 100%;
  background: none;
  height: 70px;
  line-height: 20px;
  resize: none;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 0px;
  color: #fff;
}
.page-id-939 .about-text-wrap .single_pagecontent .contatc-form form .form-input textarea:focus {
  outline: none;
}
.page-id-939 .about-text-wrap .single_pagecontent .contatc-form form .form-input textarea::-moz-placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
.page-id-939 .about-text-wrap .single_pagecontent .contatc-form form .form-input textarea::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
.page-id-939 .about-text-wrap .single_pagecontent .contatc-form form .form-input textarea::-ms-textaea-placeholder { /* Edge 12 -18 */
  color: #fff;
}
.page-id-939 .about-text-wrap .single_pagecontent .contatc-form form .half {
  display: flex;
  justify-content: space-between;
}
.page-id-939 .about-text-wrap .single_pagecontent .contatc-form form .half .form-input {
  width: 49%;
}
.page-id-939 .about-text-wrap .single_pagecontent .contatc-form form .form-bx .form-input {
  display: flex;
}
.page-id-939 .about-text-wrap .single_pagecontent .contatc-form form .form-bx .form-input .country-cod {
  margin-right: 10px;
}
.page-id-939 .about-text-wrap .single_pagecontent .contatc-form form .submit-btn {
  font-size: var(--tp-fz-h4);
  color: var(--tp-common-black);
  font-weight: var(--tp-fw-sbold);
  margin: 0px;
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
  height: 50px;
  padding: 0px 45px;
  display: flex;
  border: 1px solid var(--tp-heading-spanred);
  background: transparent;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 100%;
  margin-top: 0;
}
.page-id-939 .about-text-wrap .single_pagecontent .contatc-form form .submit-btn span {
  display: flex;
  width: 28px;
  height: 28px;
  border: 1px solid var(--tp-heading-spanred);
  border-radius: 38px;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  transition: all 0.1s ease-out 0s;
}
.page-id-939 .about-text-wrap .single_pagecontent .contatc-form form .submit-btn span img {
  vertical-align: middle;
  transform: rotate(180deg);
  width: 10px;
}
.page-id-939 .about-text-wrap .single_pagecontent .contatc-form form .submit-btn:hover {
  background: var(--tp-heading-spanred);
  color: var(--tp-common-white);
}
.page-id-939 .about-text-wrap .single_pagecontent .contatc-form form .submit-btn:hover span {
  margin-left: 8px;
  border-color: var(--tp-common-white);
}
.page-id-939 .about-text-wrap .single_pagecontent .contatc-form form .submit-btn:hover {
  border: 1px solid #fff;
}
.page-id-939 .about-text-wrap .single_pagecontent .contatc-form form .submit-btn:hover span img {
  filter: invert(100%);
}
@media screen and (max-width: 767px) {
  .page-id-939 .about-text-wrap .single_pagecontent .contatc-form {
    width: 100%;
    padding: 25px;
  }
}

.page-id-939 .about-text-wrap .single_pagecontent .contatc-form .wpcf7-not-valid-tip {
  text-align: left;
}

.blog-news-tab {
  padding: 60px 0;
}
.blog-news-tab .nav-tabs {
  justify-content: center;
  margin-bottom: 70px;
  border: none;
}
.blog-news-tab .nav-tabs li {
  padding-right: 0px;
  border-bottom: 1px solid #747474;
}
.blog-news-tab .nav-tabs li a {
  border: none;
  font-size: calc(var(--tp-fz-h3) + 2px);
  font-weight: var(--tp-fw-sbold);
  color: #232323;
  padding: 0 20px 30px 20px;
  position: relative;
}
.blog-news-tab .nav-tabs li a.active {
  color: #FF8F00;
  border-bottom: 1px solid #747474;
}
.blog-news-tab .nav-tabs li a.active:before {
  width: 100%;
  height: 7px;
  background: #FF8F00;
  content: "";
  display: block;
  left: 0;
  bottom: -4px;
  position: absolute;
}
.blog-news-tab .nav-tabs li:last-child {
  padding-right: 0;
  padding-left: 50px;
  display: none;
}
.blog-news-tab .nav-tabs li:last-child a {
  padding: 0 20px 30px 20px;
  border-bottom: 1px solid #747474;
  border-bottom: 1px solid #747474;
}
.blog-news-tab .nav-tabs li span {
  border: none;
  font-size: calc(var(--tp-fz-h3) + 2px);
  font-weight: var(--tp-fw-sbold);
  color: #232323;
  padding: 0 20px 30px 20px;
  position: relative;
}
.blog-news-tab .nav-tabs li span.active {
  color: #FF8F00;
  border-bottom: 1px solid #747474;
}
.blog-news-tab .nav-tabs li span:before {
  width: 100%;
  height: 7px;
  background: #FF8F00;
  content: "";
  display: block;
  left: 0;
  bottom: -4px;
  position: absolute;
}
.blog-news-tab .blog-listing {
  display: flex;
  flex-wrap: wrap;
}
.blog-news-tab .blog-listing .blog-box {
  width: 49%;
  margin-bottom: 40px;
  margin-right: 2%;
  border: 1px solid rgb(208, 208, 208);
  background: rgb(246, 246, 246);
}
.blog-news-tab .blog-listing .blog-box figure img {
  width: 100%;
}
.blog-news-tab .blog-listing .blog-box .blog-info {
  padding: 15px 25px;
}
.blog-news-tab .blog-listing .blog-box .blog-info h2, .blog-news-tab .blog-listing .blog-box .blog-info .product-home-outer .head h1, .product-home-outer .head .blog-news-tab .blog-listing .blog-box .blog-info h1, .blog-news-tab .blog-listing .blog-box .blog-info .product-home-outer .perfect-castor-outer .perfect-castor-main .perfect-castor-left h1, .product-home-outer .perfect-castor-outer .perfect-castor-main .perfect-castor-left .blog-news-tab .blog-listing .blog-box .blog-info h1, .blog-news-tab .blog-listing .blog-box .blog-info .perfect-castor-outer .perfect-castor-main .product-home-outer .perfect-castor-left h1, .perfect-castor-outer .perfect-castor-main .product-home-outer .perfect-castor-left .blog-news-tab .blog-listing .blog-box .blog-info h1 {
  font-size: calc(var(--tp-fz-h3) - 2px);
  color: var(--tp-common-black);
  font-weight: var(--tp-fw-nomal);
}
.blog-news-tab .blog-listing .blog-box .blog-info h2 a, .blog-news-tab .blog-listing .blog-box .blog-info .product-home-outer .head h1 a, .product-home-outer .head .blog-news-tab .blog-listing .blog-box .blog-info h1 a, .blog-news-tab .blog-listing .blog-box .blog-info .product-home-outer .perfect-castor-outer .perfect-castor-main .perfect-castor-left h1 a, .product-home-outer .perfect-castor-outer .perfect-castor-main .perfect-castor-left .blog-news-tab .blog-listing .blog-box .blog-info h1 a, .blog-news-tab .blog-listing .blog-box .blog-info .perfect-castor-outer .perfect-castor-main .product-home-outer .perfect-castor-left h1 a, .perfect-castor-outer .perfect-castor-main .product-home-outer .perfect-castor-left .blog-news-tab .blog-listing .blog-box .blog-info h1 a {
  color: var(--tp-common-black);
  text-decoration: none;
}
.blog-news-tab .blog-listing .blog-box .blog-info .date-readmore-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}
.blog-news-tab .blog-listing .blog-box .blog-info .date-readmore-btn span {
  color: #858585;
  font-size: calc(var(--tp-fz-h4) - 2px);
}
.blog-news-tab .blog-listing .blog-box .blog-info .date-readmore-btn a {
  color: #575757;
  font-size: calc(var(--tp-fz-h4) - 2px);
  font-weight: var(--tp-fw-sbold);
  text-decoration: none;
}
.blog-news-tab .blog-listing .blog-box .blog-info .date-readmore-btn a img {
  margin-left: 5px;
}
.blog-news-tab .blog-listing .blog-box .blog-info .date-readmore-btn a:hover {
  color: #FF8F00;
}
.blog-news-tab .blog-listing .blog-box:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .blog-news-tab .blog-listing .blog-box {
    width: 100%;
    margin-right: 0;
  }
}
.blog-news-tab .blog-listing .pagination {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 25px;
}
.blog-news-tab .blog-listing .pagination ul {
  display: flex;
  justify-content: end;
}
.blog-news-tab .blog-listing .pagination ul li {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 8px;
  border: 1px solid rgb(194, 194, 194);
}
.blog-news-tab .blog-listing .pagination ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  text-decoration: none;
  color: var(--tp-common-black);
  font-size: var(--tp-fz-h4);
  font-weight: var(--tp-fw-nomal);
}
.blog-news-tab .blog-listing .pagination ul li a:hover {
  background: rgb(255, 143, 0);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .blog-news-tab .blog-listing .pagination ul li a {
    font-size: calc(var(--tp-fz-h4) - 4px);
  }
}
.blog-news-tab .blog-listing .pagination ul li:last-child {
  margin-right: 0;
}
.blog-news-tab .blog-listing .pagination ul li:last-child a {
  background: #000;
}
.blog-news-tab .blog-listing .pagination ul li.prev {
  background: #000;
}
.blog-news-tab .blog-listing .pagination ul li.prev a {
  background: #000;
}
@media screen and (max-width: 767px) {
  .blog-news-tab .blog-listing .pagination ul li {
    width: 35px;
    height: 35px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .blog-news-tab .blog-listing {
    flex-wrap: wrap;
  }
}

.blog-detail {
  margin-top: 150px;
  padding-bottom: 60px;
}
.blog-detail .container {
  display: flex;
}
.blog-detail .container .detail-left {
  width: 68%;
  padding-right: 30px;
}
.blog-detail .container .detail-left h1.blog-head {
  font-size: calc(var(--tp-fz-h2) - 8px);
  font-weight: var(--tp-fw-sbold);
  color: var(--tp-common-black);
  margin-bottom: 15px;
}
.blog-detail .container .detail-left figure {
  margin-bottom: 15px;
}
.blog-detail .container .detail-left figure img {
  width: 100%;
}
.blog-detail .container .detail-left span {
  display: block;
  margin-bottom: 10px;
}
.blog-detail .container .detail-left h2, .blog-detail .container .detail-left .product-home-outer .head h1, .product-home-outer .head .blog-detail .container .detail-left h1, .blog-detail .container .detail-left .product-home-outer .perfect-castor-outer .perfect-castor-main .perfect-castor-left h1, .product-home-outer .perfect-castor-outer .perfect-castor-main .perfect-castor-left .blog-detail .container .detail-left h1, .blog-detail .container .detail-left .perfect-castor-outer .perfect-castor-main .product-home-outer .perfect-castor-left h1, .perfect-castor-outer .perfect-castor-main .product-home-outer .perfect-castor-left .blog-detail .container .detail-left h1 {
  font-size: calc(var(--tp-fz-h2) - 12px);
  font-weight: var(--tp-fw-sbold);
  color: var(--tp-common-black);
  margin-bottom: 15px;
}
.blog-detail .container .detail-left h3 {
  font-size: var(--tp-fz-h3);
  font-weight: var(--tp-fw-sbold);
  color: var(--tp-common-black);
  margin-bottom: 15px;
}
.blog-detail .container .detail-left h4 {
  font-size: var(--tp-fz-h4);
  font-weight: var(--tp-fw-sbold);
  color: var(--tp-common-black);
  margin-bottom: 15px;
}
.blog-detail .container .detail-left ul.list {
  list-style-type: none;
}
.blog-detail .container .detail-left ul.list li {
  font-size: var(--tp-fz-p);
  color: var(--tp-grey-1);
  font-weight: var(--tp-fw-regular);
  margin-bottom: 22px;
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
}
.blog-detail .container .detail-left ul.list li:before {
  position: absolute;
  left: 0;
  top: 7px;
  width: 7px;
  height: 7px;
  background: var(--tp-heading-spanred);
  content: "";
  display: block;
  border-radius: 10px;
}
.blog-detail .container .detail-left ul.social-share {
  display: flex;
}
.blog-detail .container .detail-left ul.social-share li {
  margin-right: 10px;
}
.blog-detail .container .detail-left ul.social-share li a {
  width: 52px;
  height: 46px;
  border-radius: 7px;
  text-decoration: none;
  background: #fff;
  border: 1px solid #A6A6A6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-detail .container .detail-left ul.social-share li a i {
  color: #FF8F00;
  font-size: 20px;
}
.blog-detail .container .detail-left ul.social-share li a:hover {
  background: #FF8F00;
  border-color: #FF8F00;
}
.blog-detail .container .detail-left ul.social-share li a:hover i {
  color: #fff;
}
.blog-detail .container .detail-left p img {
  width: 100%;
}
.blog-detail .container .detail-left p a {
  color: #FF8F00;
  text-decoration: none;
}
.blog-detail .container .detail-left .share-btn {
  margin-top: 20px;
}
.blog-detail .container .detail-left .share-btn a {
  font-size: var(--tp-fz-h4);
  color: var(--tp-common-white);
  font-weight: var(--tp-fw-sbold);
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
  height: 50px;
  padding: 10px 45px;
  display: inline-block;
  border: 1px solid var(--tp-heading-spanred);
  background: var(--tp-heading-spanred);
}
.blog-detail .container .detail-left .share-btn a img {
  vertical-align: middle;
  margin-left: 5px;
  transition: all 0.1s ease-out 0s;
  width: 28px;
}
.blog-detail .container .detail-left .share-btn a:hover {
  background: transparent;
  border-color: var(--tp-heading-spanred);
  color: var(--tp-heading-primary);
}
.blog-detail .container .detail-left .share-btn a:hover img {
  margin-left: 8px;
  filter: invert(100%);
}
.blog-detail .container .detail-left .share-btn a img {
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .blog-detail .container .detail-left {
    width: 100%;
    padding-right: 0;
  }
}
.blog-detail .container .sidebar {
  width: 32%;
  padding-top: 47px;
  padding-left: 15px;
}
.blog-detail .container .sidebar h2, .blog-detail .container .sidebar .product-home-outer .head h1, .product-home-outer .head .blog-detail .container .sidebar h1, .blog-detail .container .sidebar .product-home-outer .perfect-castor-outer .perfect-castor-main .perfect-castor-left h1, .product-home-outer .perfect-castor-outer .perfect-castor-main .perfect-castor-left .blog-detail .container .sidebar h1, .blog-detail .container .sidebar .perfect-castor-outer .perfect-castor-main .product-home-outer .perfect-castor-left h1, .perfect-castor-outer .perfect-castor-main .product-home-outer .perfect-castor-left .blog-detail .container .sidebar h1 {
  font-size: calc(var(--tp-fz-h2) - 8px);
  font-weight: var(--tp-fw-sbold);
  color: var(--tp-common-black);
  margin-bottom: 30px;
}
.blog-detail .container .sidebar h2 span, .blog-detail .container .sidebar .product-home-outer .head h1 span, .product-home-outer .head .blog-detail .container .sidebar h1 span, .blog-detail .container .sidebar .product-home-outer .perfect-castor-outer .perfect-castor-main .perfect-castor-left h1 span, .product-home-outer .perfect-castor-outer .perfect-castor-main .perfect-castor-left .blog-detail .container .sidebar h1 span, .blog-detail .container .sidebar .perfect-castor-outer .perfect-castor-main .product-home-outer .perfect-castor-left h1 span, .perfect-castor-outer .perfect-castor-main .product-home-outer .perfect-castor-left .blog-detail .container .sidebar h1 span {
  border-bottom: 1px solid #FF8F00;
  padding-bottom: 10px;
}
.blog-detail .container .sidebar ul li {
  border-bottom: 1px solid #CECECE;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.blog-detail .container .sidebar ul li h3 {
  font-size: var(--tp-fz-h4);
  font-weight: var(--tp-fw-sbold);
  color: var(--tp-common-black);
  position: relative;
  margin-bottom: 10px;
  padding-right: 0px;
}
.blog-detail .container .sidebar ul li h3 a {
  color: var(--tp-common-black);
  text-decoration: none;
}
.blog-detail .container .sidebar ul li h3:before {
  width: 19px;
  height: 19px;
  background: url(../images/arrow-orange.svg) left top no-repeat;
  position: absolute;
  left: -21px;
  top: 3px;
  content: "";
  display: block;
}
@media screen and (max-width: 991px) {
  .blog-detail .container .sidebar ul li h3 {
    padding-right: 0;
  }
}
.blog-detail .container .sidebar ul li span {
  position: relative;
  right: 0;
  top: 0;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .blog-detail .container .sidebar ul li span {
    position: relative;
  }
}
.blog-detail .container .sidebar ul li a {
  color: #575757;
  font-size: calc(var(--tp-fz-h4) - 2px);
  font-weight: var(--tp-fw-sbold);
  text-decoration: none;
}
.blog-detail .container .sidebar ul li a img {
  margin-left: 5px;
}
.blog-detail .container .sidebar ul li a:hover {
  color: #FF8F00;
}
@media screen and (max-width: 767px) {
  .blog-detail .container .sidebar {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .blog-detail .container {
    flex-wrap: wrap;
  }
}

.product-filter {
  padding: 60px 0;
}
.product-filter .nav-tabs {
  justify-content: space-between;
  flex-wrap: inherit;
  margin-bottom: 20px;
  border: none;
  border-bottom: 1px solid #747474;
}
.product-filter .nav-tabs li {
  padding-right: 0px;
}
.product-filter .nav-tabs li a {
  border: none;
  font-size: var(--tp-fz-h4);
  font-weight: var(--tp-fw-sbold);
  color: #232323;
  padding: 0 20px 30px 20px;
  position: relative;
}
.product-filter .nav-tabs li a.active {
  color: #FF8F00;
  border-bottom: 1px solid #747474;
}
.product-filter .nav-tabs li a.active:before {
  width: 100%;
  height: 7px;
  background: #FF8F00;
  content: "";
  display: block;
  left: 0;
  bottom: -4px;
  position: absolute;
}
@media screen and (max-width: 992px) {
  .product-filter .nav-tabs li a.active:before {
    height: 4px;
    bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .product-filter .nav-tabs li a {
    font-size: calc(var(--tp-fz-h4) - 2px);
  }
}
@media screen and (max-width: 992px) {
  .product-filter .nav-tabs li a {
    font-size: 15px;
    padding: 0 0 0px 0;
  }
}
.product-filter .nav-tabs li:last-child {
  padding-right: 0;
  padding-left: 0px;
}
.product-filter .nav-tabs li:last-child a {
  padding: 0 20px 30px 20px;
}
@media screen and (max-width: 992px) {
  .product-filter .nav-tabs li:last-child a {
    padding: 0;
  }
}
@media screen and (max-width: 992px) {
  .product-filter .nav-tabs li {
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 992px) {
  .product-filter .nav-tabs {
    flex-wrap: wrap;
    justify-content: inherit;
  }
}
.product-filter .tab-content {
  margin-top: 20px;
  background: #F8F8F8;
  border: 0.5px solid #F18E0F;
  padding: 30px;
  box-shadow: 0 28px 48.7px rgba(0, 0, 0, 0.0509803922);
}
.product-filter .tab-content .filter-category {
  display: flex;
  flex-wrap: wrap;
}
.product-filter .tab-content .filter-category .category-box {
  width: 33%;
  margin-bottom: 30px;
  /* Style the label to resemble a checkbox */
  /* Create the checkbox design */
  /* Style the checkbox when checked */
  /* Style the checkmark */
}
.product-filter .tab-content .filter-category .category-box h3 {
  margin-bottom: 25px;
  border-bottom: 1px solid #B9B9B9;
  padding-bottom: 10px;
  display: inline-flex;
  align-items: center;
  font-size: var(--tp-fz-h3);
  color: var(--tp-common-black);
  font-weight: var(--tp-fw-sbold);
}
.product-filter .tab-content .filter-category .category-box h3 img {
  margin-right: 15px;
}
.product-filter .tab-content .filter-category .category-box input[type=checkbox] {
  display: none;
}
.product-filter .tab-content .filter-category .category-box .checkbox-container {
  display: block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .product-filter .tab-content .filter-category .category-box .checkbox-container {
    font-size: 14px;
  }
}
.product-filter .tab-content .filter-category .category-box .checkbox-container::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border: 1px solid #383838;
  background-color: #fff;
  border-radius: 5px;
}
.product-filter .tab-content .filter-category .category-box .checkbox-container input:checked + .checkmark::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 4px;
  width: 8px;
  height: 13px;
  border: solid #FF8F00;
  border-width: 0 4px 4px 0;
  transform: rotate(45deg);
}
.product-filter .tab-content .filter-category .category-box .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
}
@media screen and (max-width: 992px) {
  .product-filter .tab-content .filter-category .category-box {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .product-filter .tab-content .filter-category .category-box {
    width: 100%;
  }
}
.product-filter .Product-listing {
  margin-top: 70px;
}
.product-filter .Product-listing .term_name {
  margin-bottom: 25px;
}
.product-filter .Product-listing .term_name span.category_names {
  border: 1px solid #F18E0F;
  display: inline-flex;
  margin-bottom: 5px;
  font-weight: 500;
  color: #F18E0F;
  padding: 5px 15px;
  font-size: 14px;
  margin-right: 5px;
}
.product-filter .Product-listing .sort-product {
  display: flex;
  justify-content: space-between;
}
.product-filter .Product-listing .sort-product .product-number {
  display: flex;
  font-size: var(--tp-fz-h4);
  font-weight: var(--tp-fw-medium);
  color: var(--tp-common-black);
}
.product-filter .Product-listing .sort-product .product-number span {
  font-weight: var(--tp-fw-sbold);
  margin-left: 3px;
}
.product-filter .Product-listing .sort-product .sort-by label {
  color: #484848;
  font-size: var(--tp-fz-h4);
  font-weight: var(--tp-fw-medium);
}
.product-filter .Product-listing .sort-product .sort-by select {
  font-size: 14px;
  color: #484848;
  background: #fff url(../images/select-arrow.png) 96% center no-repeat;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  margin-left: 10px;
  padding: 0 10px;
  width: 190px;
  height: 40px;
  border: 1px solid #D6D6D6;
}
.product-filter .Product-listing .sort-product .sort-by select:focus {
  outline: none;
}
.product-filter .Product-listing ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
}
.product-filter .Product-listing ul li {
  width: 31% !important;
  border: 1px solid #DDDDDD;
  margin-bottom: 35px !important;
  padding: 30px 20px !important;
  margin-right: 3% !important;
}
.product-filter .Product-listing ul li a {
  text-decoration: none;
  text-align: center !important;
}
.product-filter .Product-listing ul li a h3 {
  color: #505050;
  font-size: calc(var(--tp-fz-h3) - 2px) !important;
  font-weight: var(--tp-fw-bold) !important;
  margin-bottom: 25px !important;
}
@media screen and (max-width: 992px) {
  .product-filter .Product-listing ul li a h3 {
    font-size: calc(var(--tp-fz-h3) - 4px);
  }
}
.product-filter .Product-listing ul li a img {
  height: 250px !important;
  -o-object-fit: cover;
     object-fit: cover;
  width: 250px !important;
  margin: 0 auto 25px auto !important;
}
@media screen and (max-width: 992px) {
  .product-filter .Product-listing ul li a img {
    width: 100%;
    height: auto;
    margin: 0 auto 25px auto;
    display: block;
  }
}
.product-filter .Product-listing ul li a.pro-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #737373;
  font-size: 16px;
  font-weight: var(--tp-fw-medium);
}
.product-filter .Product-listing ul li a.pro-btn span {
  margin-left: 5px;
  display: flex;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  padding-left: 2px;
  align-items: center;
  justify-content: center;
  border: 1px solid #FF8F00;
}
.product-filter .Product-listing ul li a.pro-btn span img {
  width: 6px !important;
  height: 6px !important;
  margin-bottom: 0 !important;
  transform: rotate(180deg);
}
.product-filter .Product-listing ul li a.pro-btn:hover {
  color: #F18E0F;
}
.product-filter .Product-listing ul li .price {
  margin-bottom: 25px;
  color: #505050;
  text-align: center;
  margin-top: 15px;
  font-weight: var(--tp-fw-medium);
  font-size: 20px;
}
.product-filter .Product-listing ul li .price del {
  margin-right: 15px;
}
.product-filter .Product-listing ul li .price span {
  color: #505050;
  font-weight: var(--tp-fw-medium);
  font-size: 20px;
}
.product-filter .Product-listing ul li .price ins {
  color: var(--tp-heading-spanred);
}
.product-filter .Product-listing ul li .price ins span {
  color: var(--tp-heading-spanred);
}
.product-filter .Product-listing ul li:nth-child(3n) {
  margin-right: 0 !important;
}
@media screen and (max-width: 992px) {
  .product-filter .Product-listing ul li:nth-child(3n) {
    margin-right: 2% !important;
  }
}
.product-filter .Product-listing ul li:hover {
  border: 1px solid #F18E0F;
}
.product-filter .Product-listing ul li:hover a h3 {
  color: #F18E0F;
}
.product-filter .Product-listing ul li:hover a.pro-btn {
  color: #000;
}
@media screen and (max-width: 992px) {
  .product-filter .Product-listing ul li {
    padding: 15px !important;
    width: 48% !important;
    margin-right: 2% !important;
  }
}
@media screen and (max-width: 600px) {
  .product-filter .Product-listing ul li {
    width: 100% !important;
  }
}
.product-filter .Product-listing .pagination {
  display: flex;
  justify-content: center;
}
.product-filter .Product-listing .pagination ul {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
.product-filter .Product-listing .pagination ul li {
  width: 38px !important;
  height: 38px !important;
  border: none;
  margin: 0 10px 0 0 !important;
  padding: 0 !important;
  display: flex;
}
.product-filter .Product-listing .pagination ul li span {
  padding: 0;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: var(--tp-fz-h4);
  color: var(--tp-common-black);
  font-weight: var(--tp-fw-nomal);
}
.product-filter .Product-listing .pagination ul li span.current {
  color: var(--tp-heading-spanred);
}
.product-filter .Product-listing .pagination ul li a {
  padding: 0;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: var(--tp-fz-h4);
  color: var(--tp-common-black);
  font-weight: var(--tp-fw-nomal);
}
.product-filter .Product-listing .pagination ul li a:hover {
  color: var(--tp-heading-spanred);
}
.product-filter .Product-listing .pagination ul li a.prev {
  border-radius: 100%;
  border: 1px solid #F18E0F;
}
.product-filter .Product-listing .pagination ul li a.prev img {
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
}
.product-filter .Product-listing .pagination ul li a.prev:hover {
  background: #F18E0F;
}
.product-filter .Product-listing .pagination ul li a.next {
  border-radius: 100%;
  border: 1px solid #F18E0F;
}
.product-filter .Product-listing .pagination ul li a.next img {
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  transform: rotate(180deg);
}
.product-filter .Product-listing .pagination ul li a.next:hover {
  background: #F18E0F;
}
@media screen and (max-width: 576px) {
  .product-filter .Product-listing .pagination ul li {
    margin: 0 !important;
    width: 30px !important;
    height: 30px !important;
  }
  .product-filter .Product-listing .pagination ul li a {
    font-family: 16px;
  }
}

.category-desc {
  padding: 60px 0;
}
.category-desc ul.nav.nav-tabs {
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 0px;
  border-bottom: none;
}
.category-desc ul.nav.nav-tabs li {
  width: 31%;
  margin-bottom: 30px;
  margin-right: 2%;
}
.category-desc ul.nav.nav-tabs li button {
  border: 1px solid #E9E9E9;
  background: #F8F8F8;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 67px;
  font-size: 18px;
  line-height: 28px;
  padding: 5px 10px;
  font-weight: var(--tp-fw-medium);
  color: #505050;
  width: 100%;
  text-transform: capitalize;
}
.category-desc ul.nav.nav-tabs li button.active {
  background: #FF8F00;
  color: #fff;
  border: 1px solid #fff;
  box-shadow: 0 13px 21px 0 rgba(0, 0, 0, 0.26);
}
@media screen and (max-width: 992px) {
  .category-desc ul.nav.nav-tabs li button {
    font-size: 13px;
    line-height: 20px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.26);
  }
}
.category-desc ul.nav.nav-tabs li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 992px) {
  .category-desc ul.nav.nav-tabs li:nth-child(3n) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 992px) {
  .category-desc ul.nav.nav-tabs li {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    width: 48%;
  }
}
@media screen and (max-width: 992px) {
  .category-desc ul.nav.nav-tabs {
    margin-bottom: 10px;
  }
}
.category-desc .tab-content {
  width: 95%;
  margin: 0 auto;
}
.category-desc .tab-content .tab-pane {
  width: 100%;
  overflow-x: auto;
}
.category-desc .tab-content .tab-pane p.cat-img {
  background: url(https://muvall.tisprojects.com/wp-content/uploads/2024/04/muvall-cat-bg.png) left top no-repeat;
  background-size: cover;
}
.category-desc .tab-content .tab-pane p.cat-img img {
  width: 100%;
}
.category-desc .tab-content .tab-pane table {
  border: 1px solid #D0D0D0;
  margin-bottom: 50px;
}
.category-desc .tab-content .tab-pane table thead th {
  background: #FF8F00;
  height: 60px;
  line-height: 24px;
  padding: 0 15px;
  vertical-align: middle;
  font-size: var(--tp-fz-p);
  color: #fff;
  font-weight: var(--tp-fw-sbold);
  border-right: 1px solid #E8E8E8;
}
.category-desc .tab-content .tab-pane table thead th:last-child {
  border-right: none;
}
@media screen and (max-width: 992px) {
  .category-desc .tab-content .tab-pane table thead th {
    font-size: calc(var(--tp-fz-p) - 4px);
    line-height: 24px;
    height: 40px;
    padding: 0 5px;
    white-space: nowrap;
  }
}
.category-desc .tab-content .tab-pane table tbody tr td {
  border-right: 1px solid #D0D0D0;
  padding: 0 15px;
  height: 45px;
  vertical-align: middle;
  font-size: calc(var(--tp-fz-p) - 4px);
  color: #505050;
  line-height: 22px;
}
.category-desc .tab-content .tab-pane table tbody tr td:first-child {
  font-weight: bold;
}
.category-desc .tab-content .tab-pane table tbody tr td:nth-child(2) {
  background: #FFF9F2;
}
.category-desc .tab-content .tab-pane table tbody tr td:nth-child(4) {
  background: #FFF9F2;
}
.category-desc .tab-content .tab-pane table tbody tr td:last-child {
  border-right: none;
  background: #FFF9F2;
}
@media screen and (max-width: 992px) {
  .category-desc .tab-content .tab-pane table tbody tr td {
    font-size: calc(var(--tp-fz-p) - 4px);
    line-height: 24px;
    height: 40px;
    padding: 0 5px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 992px) {
  .category-desc .tab-content {
    width: 100%;
  }
}

.product-section {
  margin-top: 150px;
}
.product-section .woocommerce-notices-wrapper .woocommerce-message {
  border-top-color: var(--tp-heading-spanred) !important;
}
.product-section .woocommerce-notices-wrapper .woocommerce-message:before {
  color: var(--tp-heading-spanred);
}
.product-section .woocommerce-notices-wrapper .woocommerce-message a {
  background: var(--tp-heading-spanred);
  color: #fff;
}
.product-section .woocommerce-notices-wrapper .woocommerce-message a:hover {
  background: #fff;
  color: var(--tp-heading-spanred);
}
.product-section .product-details .container {
  display: flex;
  flex-wrap: wrap;
  padding: 0 100px;
}
.product-section .product-details .container .product-slider {
  width: 50%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
}
.product-section .product-details .container .product-slider .feature-image {
  width: 100%;
  border: 1px solid #FFD49D;
}
.product-section .product-details .container .product-slider .feature-image img {
  width: 100%;
}
.product-section .product-details .container .product-slider .pro-grid {
  width: 90px;
}
.product-section .product-details .container .product-slider .pro-grid .slick-list {
  padding: 0px !important;
}
.product-section .product-details .container .product-slider .pro-grid .slick-list .slick-track .slick-slide {
  display: flex;
  align-items: center;
  padding: 10px;
  margin-bottom: 10px;
  justify-content: center;
  border: 1px solid #D7D7D7;
}
.product-section .product-details .container .product-slider .pro-grid .slick-list .slick-track .slick-slide img {
  width: 100%;
}
.product-section .product-details .container .product-slider .pro-big {
  width: calc(100% - 110px);
}
.product-section .product-details .container .product-slider .pro-big .slick-list .slick-track .slick-slide {
  width: 100%;
  display: flex;
  padding: 9px 30px;
  border: 1px solid #FFD49D;
  box-shadow: 0px 18px 40px #FFF6EB;
  justify-content: center;
  align-items: center;
}
.product-section .product-details .container .product-slider .pro-big .slick-list .slick-track .slick-slide img {
  width: auto;
}
@media screen and (max-width: 576px) {
  .product-section .product-details .container .product-slider .pro-big .slick-list .slick-track .slick-slide img {
    width: 100%;
  }
}
.product-section .product-details .container .product-slider .variations_form.cart {
  margin-top: 25px;
}
.product-section .product-details .container .product-slider .variations_form.cart table tbody tr th label {
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 0.5rem;
}
.product-section .product-details .container .product-slider .variations_form.cart table tbody tr td .cfvsw-swatches-container .cfvsw-swatches-option {
  margin-right: 10px;
  font-size: inherit;
  background: #fff;
  white-space: nowrap;
  margin-bottom: 10px;
  border: 1px solid var(--tp-heading-spanred);
  border-radius: 25px !important;
  padding: 0 !important;
}
.product-section .product-details .container .product-slider .variations_form.cart table tbody tr td .cfvsw-swatches-container .cfvsw-swatches-option .cfvsw-swatch-inner {
  font-weight: 500;
  height: auto !important;
  color: #000;
  width: 100%;
  border-radius: 25px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  padding: 9px 20px;
}
.product-section .product-details .container .product-slider .variations_form.cart table tbody tr td .cfvsw-swatches-container .cfvsw-swatches-option .cfvsw-swatch-inner:hover {
  color: #fff;
  background: var(--tp-heading-spanred);
}
.product-section .product-details .container .product-slider .variations_form.cart table tbody tr td .cfvsw-swatches-container .cfvsw-swatches-option .cfvsw-swatch-inner.active {
  color: #fff;
  background: var(--tp-heading-spanred);
}
.product-section .product-details .container .product-slider .variations_form.cart table tbody tr td .cfvsw-swatches-container .cfvsw-swatches-option.cfvsw-selected-swatch {
  border: 1px solid var(--tp-heading-spanred) !important;
}
.product-section .product-details .container .product-slider .variations_form.cart table tbody tr td .cfvsw-swatches-container .cfvsw-swatches-option.cfvsw-selected-swatch .cfvsw-swatch-inner {
  color: #fff;
  background: var(--tp-heading-spanred);
}
.product-section .product-details .container .product-slider .variations_form.cart .single_variation_wrap {
  display: none !important;
}
.product-section .product-details .container .product-slider .variations_form.cart .woocommerce-variation-add-to-cart {
  display: none;
}
.product-section .product-details .container .product-slider .available-size {
  width: 100%;
  margin-top: 25px;
}
.product-section .product-details .container .product-slider .available-size h4 {
  font-size: 20px;
  font-weight: 600;
}
.product-section .product-details .container .product-slider .available-size ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #D7D7D7;
  margin-bottom: 25px;
}
.product-section .product-details .container .product-slider .available-size ul li {
  margin-right: 0px;
  background: #fff;
  white-space: nowrap;
  margin-bottom: 0px;
  border-radius: 3px;
}
.product-section .product-details .container .product-slider .available-size ul li button {
  font-weight: 700;
  color: #000;
  font-size: 18px;
  width: 100%;
  border: none;
  border-bottom: 3px solid transparent;
  background: none;
  border-radius: 3px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  padding: 5px 20px;
}
.product-section .product-details .container .product-slider .available-size ul li button:hover {
  color: #fff;
  color: var(--tp-heading-spanred);
  border-bottom: 3px solid var(--tp-heading-spanred);
}
.product-section .product-details .container .product-slider .available-size ul li button.active {
  color: #fff;
  color: var(--tp-heading-spanred);
  border-bottom: 3px solid var(--tp-heading-spanred);
}
.product-section .product-details .container .product-slider .tab-content.inner-mount {
  margin-top: 0px;
}
.product-section .product-details .container .product-slider h4 {
  font-size: 20px;
  font-weight: 600;
}
.product-section .product-details .container .product-slider .Mount-Type {
  width: 100%;
  margin-top: 15px;
}
.product-section .product-details .container .product-slider .Mount-Type ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.product-section .product-details .container .product-slider .Mount-Type ul li {
  margin-right: 10px;
  background: #fff;
  white-space: nowrap;
  margin-bottom: 10px;
  border: 1px solid var(--tp-heading-spanred);
  border-radius: 25px;
}
.product-section .product-details .container .product-slider .Mount-Type ul li a {
  font-weight: 500;
  color: #000;
  width: 100%;
  border-radius: 25px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  padding: 5px 20px;
}
.product-section .product-details .container .product-slider .Mount-Type ul li a:hover {
  color: #fff;
  background: var(--tp-heading-spanred);
}
.product-section .product-details .container .product-slider .Mount-Type ul li a.active {
  color: #fff;
  background: var(--tp-heading-spanred);
}
@media screen and (max-width: 992px) {
  .product-section .product-details .container .product-slider {
    width: 100%;
  }
}
.product-section .product-details .container .product-desc {
  width: 50%;
  padding-left: 50px;
}
.product-section .product-details .container .product-desc h1 {
  font-size: var(--tp-fz-h2);
  font-weight: var(--tp-fw-bold);
  color: #505050;
  border-bottom: 1px solid #505050;
  margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .product-section .product-details .container .product-desc h1 {
    font-size: calc(var(--tp-fz-h2) - 10px);
  }
}
.product-section .product-details .container .product-desc label {
  font-size: calc(var(--tp-fz-h4) - 2px);
  color: #505050;
  font-weight: var(--tp-fw-sbold);
  display: block;
  margin-bottom: 5px;
}
.product-section .product-details .container .product-desc .yith-wcwl-add-button a {
  color: var(--tp-heading-spanred);
}
.product-section .product-details .container .product-desc .yith-wcwl-wishlistaddedbrowse, .product-section .product-details .container .product-desc .yith-wcwl-wishlistexistsbrowse {
  color: var(--tp-heading-spanred);
}
.product-section .product-details .container .product-desc .price {
  margin-bottom: 25px;
  color: #505050;
  font-weight: var(--tp-fw-bold);
  font-size: 24px;
}
.product-section .product-details .container .product-desc .price del {
  margin-right: 15px;
}
.product-section .product-details .container .product-desc .price span {
  color: #505050;
  font-weight: var(--tp-fw-bold);
  font-size: 24px;
}
.product-section .product-details .container .product-desc .price ins {
  color: var(--tp-heading-spanred);
}
.product-section .product-details .container .product-desc .price ins span {
  color: var(--tp-heading-spanred);
}
.product-section .product-details .container .product-desc ul li {
  display: flex;
  color: #505050;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 5px;
}
.product-section .product-details .container .product-desc ul li span {
  width: 180px;
  color: #505050;
  font-weight: var(--tp-fw-sbold);
  font-size: 16px;
}
@media screen and (max-width: 576px) {
  .product-section .product-details .container .product-desc ul li span {
    font-size: 14px;
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .product-section .product-details .container .product-desc ul li {
    font-size: 14px;
  }
}
.product-section .product-details .container .product-desc .btn-group {
  padding: 0;
}
.product-section .product-details .container .product-desc .btn-group a {
  font-size: calc(var(--tp-fz-h4) - 4px);
  color: var(--tp-common-white);
  font-weight: var(--tp-fw-sbold);
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
  height: 45px;
  padding: 10px 25px;
  display: flex;
  align-items: center;
  border: 1px solid var(--tp-heading-spanred);
  background: var(--tp-heading-spanred);
  margin-top: 25px;
  margin-right: 10px;
}
.product-section .product-details .container .product-desc .btn-group a img {
  vertical-align: middle;
  margin-left: 5px;
  transition: all 0.1s ease-out 0s;
  width: 28px;
  transform: rotate(180deg);
}
.product-section .product-details .container .product-desc .btn-group a:hover {
  background: transparent;
  border-color: var(--tp-heading-spanred);
  color: var(--tp-heading-primary);
}
.product-section .product-details .container .product-desc .btn-group a:hover img {
  margin-left: 5px;
  filter: invert(100%);
}
.product-section .product-details .container .product-desc .btn-group a:last-child {
  background: #fff;
  border: 1px solid var(--tp-heading-spanred);
  color: #000;
}
.product-section .product-details .container .product-desc .btn-group a:last-child img {
  transform: rotate(-95deg);
  filter: invert(100%);
}
.product-section .product-details .container .product-desc .btn-group a:last-child:hover {
  background: var(--tp-heading-spanred);
  color: #fff;
}
.product-section .product-details .container .product-desc .btn-group a:last-child:hover img {
  filter: inherit;
}
@media screen and (max-width: 991px) {
  .product-section .product-details .container .product-desc .btn-group a {
    justify-content: center;
    padding: 10px 5px;
    margin-right: 5px;
    width: 48%;
  }
}
@media screen and (max-width: 991px) {
  .product-section .product-details .container .product-desc .btn-group {
    flex-wrap: wrap;
  }
}
.product-section .product-details .container .product-desc .share {
  margin-top: 25px;
}
.product-section .product-details .container .product-desc .share .social-share {
  display: flex;
}
.product-section .product-details .container .product-desc .share .social-share li {
  margin-right: 10px;
}
.product-section .product-details .container .product-desc .share .social-share li a {
  border: 1px solid var(--tp-heading-spanred);
  background: var(--tp-heading-spanred);
  color: #fff;
  width: 40px;
  height: 40px;
  text-decoration: none;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(1);
  transition: transform 0.3s;
}
.product-section .product-details .container .product-desc .share .social-share li a:hover {
  transform: scale(1.1);
}
.product-section .product-details .container .product-desc .share.not-login {
  margin-top: 25px;
}
.product-section .product-details .container .product-desc .cart {
  margin-top: 20px;
  display: flex;
}
.product-section .product-details .container .product-desc .cart button[type=submit] {
  order: 1;
  font-size: calc(var(--tp-fz-h4) - 4px);
  color: var(--tp-common-white);
  font-weight: var(--tp-fw-sbold);
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
  height: 45px;
  padding: 10px 25px;
  display: flex;
  align-items: center;
  border: 1px solid var(--tp-heading-spanred);
  background: var(--tp-heading-spanred);
  margin-right: 10px;
}
.product-section .product-details .container .product-desc .cart .quantity {
  order: 2;
}
.product-section .product-details .container .product-desc .cart .quantity input {
  height: 45px;
}
@media screen and (max-width: 991px) {
  .product-section .product-details .container .product-desc {
    padding-left: 25px;
  }
}
@media screen and (max-width: 991px) {
  .product-section .product-details .container .product-desc {
    padding-left: 0;
    width: 100%;
    margin-top: 35px;
  }
}
.product-section .product-details .container .accordion {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .product-section .product-details .container {
    padding: 0 15px;
  }
}
@media screen and (max-width: 992px) {
  .product-section .product-details .container {
    flex-wrap: wrap;
  }
}

.pro-faq {
  padding: 60px 0;
}
.pro-faq .accordion .accordion-item {
  margin-bottom: 50px;
  border-radius: 0;
  border: 1px solid #FFE6C6;
  border-left: 10px solid #FF8F00;
  box-shadow: 0 18px 30px #FFF8EE;
}
.pro-faq .accordion .accordion-item .accordion-header {
  border-radius: 0;
}
.pro-faq .accordion .accordion-item .accordion-header button {
  border-radius: 0;
  padding: 25px 25px 25px 70px;
  color: #505050;
  font-size: var(--tp-fz-h3);
  font-weight: var(--tp-fw-bold);
  text-transform: capitalize;
}
.pro-faq .accordion .accordion-item .accordion-header button span {
  border-bottom: 3px solid #FF8F00;
}
.pro-faq .accordion .accordion-item .accordion-header button:focus {
  box-shadow: none;
}
@media screen and (max-width: 992px) {
  .pro-faq .accordion .accordion-item .accordion-header button {
    padding: 15px 15px 15px 15px;
    font-size: calc(var(--tp-fz-h3) - 6px);
  }
}
.pro-faq .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.pro-faq .accordion .accordion-item .accordion-header .accordion-button::after {
  /* Plus Icon */
  content: "−";
  background-image: none;
  width: auto;
  height: auto;
  font-size: 25px;
  position: absolute;
  left: 45px;
  color: #000;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .pro-faq .accordion .accordion-item .accordion-header .accordion-button::after {
    left: unset;
    right: 5px;
  }
}
.pro-faq .accordion .accordion-item .accordion-header .accordion-button.collapsed::after {
  content: "+";
  /* Minus Icon */
  background-image: none;
}
.pro-faq .accordion .accordion-item .accordion-collapse {
  padding-left: 50px;
}
@media screen and (max-width: 992px) {
  .pro-faq .accordion .accordion-item .accordion-collapse {
    padding-left: 5px;
  }
}
@media screen and (max-width: 992px) {
  .pro-faq .accordion .accordion-item {
    margin-bottom: 25px;
  }
}
.pro-faq .accordion .accordion-item .accordion-body ul li {
  font-size: var(--tp-fz-p);
  color: var(--tp-grey-1);
  font-weight: var(--tp-fw-regular);
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}
.pro-faq .accordion .accordion-item .accordion-body ul li:before {
  position: absolute;
  width: 8px;
  height: 8px;
  display: block;
  content: "";
  left: 0;
  top: 7px;
  background: #FF8F00;
  border-radius: 8px;
}
.pro-faq .accordion .accordion-item .accordion-body p {
  margin-bottom: 15px;
}
.pro-faq.cat-accord .accordion .accordion-item .accordion-header button {
  font-size: 18px;
  font-weight: var(--tp-fw-sbold);
}
.pro-faq.cat-accord .accordion .accordion-item .accordion-header button span {
  border-bottom: none;
}

.related-product {
  padding: 0 0 60px 0;
}
.related-product h2, .related-product .product-home-outer .head h1, .product-home-outer .head .related-product h1, .related-product .product-home-outer .perfect-castor-outer .perfect-castor-main .perfect-castor-left h1, .product-home-outer .perfect-castor-outer .perfect-castor-main .perfect-castor-left .related-product h1, .related-product .perfect-castor-outer .perfect-castor-main .product-home-outer .perfect-castor-left h1, .perfect-castor-outer .perfect-castor-main .product-home-outer .perfect-castor-left .related-product h1 {
  background: #FF8F00;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 20px;
  color: #fff;
  font-size: var(--tp-fz-h3);
  font-weight: var(--tp-fw-bold);
}
.related-product .related-product-slider {
  margin: 50px auto 0 auto;
}
.related-product .related-product-slider .slick-list {
  margin: 0 -15px;
}
.related-product .related-product-slider .slick-list .slick-track .pro-item {
  border: 1px solid #DDDDDD;
  padding: 30px;
  margin: 0 15px;
}
.related-product .related-product-slider .slick-list .slick-track .pro-item a {
  text-decoration: none;
}
.related-product .related-product-slider .slick-list .slick-track .pro-item a h3 {
  color: #505050;
  font-size: calc(var(--tp-fz-h3) - 2px);
  font-weight: var(--tp-fw-bold);
  margin-bottom: 25px;
}
@media screen and (max-width: 992px) {
  .related-product .related-product-slider .slick-list .slick-track .pro-item a h3 {
    font-size: calc(var(--tp-fz-h3) - 4px);
  }
}
.related-product .related-product-slider .slick-list .slick-track .pro-item a img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 250px;
  margin-bottom: 25px;
}
@media screen and (max-width: 992px) {
  .related-product .related-product-slider .slick-list .slick-track .pro-item a img {
    width: 100%;
    height: auto;
    margin: 0 auto 25px auto;
    display: block;
  }
}
.related-product .related-product-slider .slick-list .slick-track .pro-item .pro-features ul {
  padding: 20px 0px 10px;
  border-top: 1px solid #c6c1c1;
  border-bottom: 1px solid #c6c1c1;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.related-product .related-product-slider .slick-list .slick-track .pro-item .pro-features ul li {
  width: auto !important;
  border: none;
  margin-bottom: 15px !important;
  padding: 0px !important;
  margin-right: 0 !important;
  display: flex;
  font-size: 13px;
  color: var(--tp-heading-spanred);
}
.related-product .related-product-slider .slick-list .slick-track .pro-item .pro-features ul li:nth-child(3) {
  width: 60% !important;
}
.related-product .related-product-slider .slick-list .slick-track .pro-item .pro-features ul li:first-child {
  width: 60% !important;
}
.related-product .related-product-slider .slick-list .slick-track .pro-item .pro-features ul li .feature-ico {
  margin-right: 10px;
  cursor: pointer;
  min-width: 20px;
  width: 20px;
}
.related-product .related-product-slider .slick-list .slick-track .pro-item .pro-features ul li .feature-ico-text {
  font-weight: bold;
}
.related-product .related-product-slider .slick-list .slick-track .pro-item a.pro-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #737373;
  font-size: 16px;
  font-weight: var(--tp-fw-medium);
}
.related-product .related-product-slider .slick-list .slick-track .pro-item a.pro-btn span {
  margin-left: 5px;
  display: flex;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  padding-left: 2px;
  align-items: center;
  justify-content: center;
  border: 1px solid #FF8F00;
}
.related-product .related-product-slider .slick-list .slick-track .pro-item a.pro-btn span img {
  width: 6px;
  height: 6px;
  margin-bottom: 0;
  transform: rotate(180deg);
}
.related-product .related-product-slider .slick-list .slick-track .pro-item a.pro-btn:hover {
  color: #F18E0F;
}
.related-product .related-product-slider .slick-list .slick-track .pro-item:hover {
  border: 1px solid #F18E0F;
}
.related-product .related-product-slider .slick-list .slick-track .pro-item:hover a h3 {
  color: #F18E0F;
}
.related-product .related-product-slider .slick-list .slick-track .pro-item:hover a.pro-btn {
  color: #000;
}
.related-product .related-product-slider .slick-list .slick-track .pro-item .price {
  margin-top: 25px;
  color: #505050;
  text-align: center;
  font-weight: var(--tp-fw-medium);
  font-size: 20px;
}
.related-product .related-product-slider .slick-list .slick-track .pro-item .price del {
  margin-right: 15px;
}
.related-product .related-product-slider .slick-list .slick-track .pro-item .price span {
  color: #505050;
  font-weight: var(--tp-fw-medium);
  font-size: 20px;
}
.related-product .related-product-slider .slick-list .slick-track .pro-item .price ins {
  color: var(--tp-heading-spanred);
}
.related-product .related-product-slider .slick-list .slick-track .pro-item .price ins span {
  color: var(--tp-heading-spanred);
}
.related-product .related-product-slider .slick-arrow {
  width: 38px;
  height: 38px;
  border: 1px solid var(--tp-heading-spanred);
  border-radius: 38px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.related-product .related-product-slider .slick-arrow::before {
  color: transparent;
  font-size: 0;
  display: block;
}
.related-product .related-product-slider .slick-prev {
  left: -50px;
}
.related-product .related-product-slider .slick-prev::before {
  background: url(../images/slider-arrow.webp) no-repeat 9px 10px;
  width: 38px;
  height: 38px;
}
@media screen and (max-width: 991px) {
  .related-product .related-product-slider .slick-prev {
    left: 0;
  }
}
.related-product .related-product-slider .slick-next {
  right: -50px;
}
.related-product .related-product-slider .slick-next::before {
  background: url(../images/slider-arrow.webp) no-repeat 9px 11px;
  transform: rotate(180deg);
  width: 38px;
  height: 38px;
  display: block;
}
@media screen and (max-width: 991px) {
  .related-product .related-product-slider .slick-next {
    right: 0;
  }
}
@media screen and (max-width: 991px) {
  .related-product .related-product-slider {
    padding: 0 60px;
  }
}

.woocommerce .products ul li, .woocommerce ul.products li .pro-features ul {
  padding: 20px 0px 10px;
  border-top: 1px solid #c6c1c1;
  border-bottom: 1px solid #c6c1c1;
}

.woocommerce .products ul li, .woocommerce ul.products li .pro-features ul li {
  width: auto !important;
  border: none;
  margin-bottom: 15px !important;
  padding: 0px !important;
  margin-right: 0 !important;
  display: flex;
  font-size: 13px;
  color: var(--tp-heading-spanred);
}

.woocommerce ul.products li .pro-features ul li a {
  display: block;
}

.woocommerce ul.products li .pro-features ul li a.pro-btn {
  display: flex;
}

.woocommerce ul.products li .pro-features ul li a h3 {
  text-align: center;
}

.woocommerce ul.products li .pro-features ul li a img {
  margin: 0 auto;
}

.woocommerce .products ul li, .woocommerce ul.products li .pro-features ul li:first-child {
  width: 60% !important;
}

.feature-ico {
  margin-right: 10px;
  cursor: pointer;
  min-width: 20px;
  width: 20px;
}

.woocommerce .products ul li, .woocommerce ul.products li .pro-features ul li:nth-child(3) {
  width: 60% !important;
}

.feature-ico-text {
  font-weight: bold;
}

@media (max-width: 567px) {
  .post-type-paged-2 .product-section {
    margin-top: 0;
  }
}
.about-us-wrapper {
  margin-top: 140px;
}
.about-us-wrapper .about-text-wrap h1 {
  font-size: var(--tp-fz-h1);
  color: var(--tp-common-black);
  font-weight: var(--tp-fw-ebold);
  text-transform: uppercase;
  line-height: normal;
  padding-bottom: 0px;
  margin-bottom: 0;
  line-height: 130%;
}
@media screen and (max-width: 1450px) {
  .about-us-wrapper .about-text-wrap h1 {
    font-size: var(--tp-fz-h2);
    line-height: normal;
  }
}
@media screen and (max-width: 992px) {
  .about-us-wrapper .about-text-wrap h1 {
    font-size: calc(var(--tp-fz-h2) - 15px);
    padding-right: 0;
    text-transform: capitalize;
  }
}
.about-us-wrapper .about-text-wrap .my_account_page {
  margin-top: 35px;
}
.about-us-wrapper .about-text-wrap .my_account_page .woocommerce h2, .about-us-wrapper .about-text-wrap .my_account_page .woocommerce .product-home-outer .head h1, .product-home-outer .head .about-us-wrapper .about-text-wrap .my_account_page .woocommerce h1, .about-us-wrapper .about-text-wrap .my_account_page .woocommerce .product-home-outer .perfect-castor-outer .perfect-castor-main .perfect-castor-left h1, .product-home-outer .perfect-castor-outer .perfect-castor-main .perfect-castor-left .about-us-wrapper .about-text-wrap .my_account_page .woocommerce h1, .about-us-wrapper .about-text-wrap .my_account_page .woocommerce .perfect-castor-outer .perfect-castor-main .product-home-outer .perfect-castor-left h1, .perfect-castor-outer .perfect-castor-main .product-home-outer .perfect-castor-left .about-us-wrapper .about-text-wrap .my_account_page .woocommerce h1 {
  font-size: var(--tp-fz-h2);
  color: var(--tp-heading-primary);
  text-transform: uppercase;
  font-weight: var(--tp-fw-sbold);
}
.about-us-wrapper .about-text-wrap .my_account_page .woocommerce .woocommerce-form-login .woocommerce-form-row label {
  color: var(--tp-common-black);
}
.about-us-wrapper .about-text-wrap .my_account_page .woocommerce .woocommerce-form-login .woocommerce-form-row input {
  height: 50px;
  background: var(--tp-common-white);
  padding: 5px 15px;
  border: 1px solid var(--tp-common-white);
  width: 100%;
  color: rgb(0, 0, 0);
  outline: none !important;
  border: 1px solid var(--tp-border-2) !important;
}
.about-us-wrapper .about-text-wrap .my_account_page .woocommerce .woocommerce-form-login .form-row button[type=submit] {
  font-size: var(--tp-fz-h4);
  color: var(--tp-common-black);
  font-weight: var(--tp-fw-sbold);
  margin: 0px;
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
  height: 50px;
  padding: 0px 45px;
  display: flex;
  border: 1px solid var(--tp-heading-spanred);
  background: transparent;
  justify-content: center;
  align-items: center;
}
.about-us-wrapper .about-text-wrap .my_account_page .woocommerce .woocommerce-form-login .form-row button[type=submit] span {
  display: flex;
  width: 28px;
  height: 28px;
  border: 1px solid var(--tp-heading-spanred);
  border-radius: 38px;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  transition: all 0.1s ease-out 0s;
}
.about-us-wrapper .about-text-wrap .my_account_page .woocommerce .woocommerce-form-login .form-row button[type=submit] span img {
  vertical-align: middle;
  transform: rotate(180deg);
  width: 10px;
}
.about-us-wrapper .about-text-wrap .my_account_page .woocommerce .woocommerce-form-login .form-row button[type=submit]:hover {
  background: var(--tp-heading-spanred);
  color: var(--tp-common-white);
}
.about-us-wrapper .about-text-wrap .my_account_page .woocommerce .woocommerce-form-login .form-row button[type=submit]:hover span {
  margin-left: 8px;
  border-color: var(--tp-common-white);
}
.about-us-wrapper .about-text-wrap .my_account_page .woocommerce .woocommerce-form-login .form-row button[type=submit]:hover span img {
  filter: invert(100%);
}
.about-us-wrapper .about-text-wrap .my_account_page .woocommerce .woocommerce-form-login .form-row .woocommerce-form-login__rememberme {
  margin-left: 10px;
  margin-top: 8px;
}
.about-us-wrapper .about-text-wrap .my_account_page .woocommerce .woocommerce-form-login p a {
  color: var(--tp-heading-spanred);
  text-decoration: none;
  font-weight: var(--tp-fw-sbold);
}
.about-us-wrapper .about-text-wrap .my_account_page .woocommerce .woocommerce-form-register .woocommerce-form-row label {
  color: var(--tp-common-black);
}
.about-us-wrapper .about-text-wrap .my_account_page .woocommerce .woocommerce-form-register .woocommerce-form-row input {
  height: 50px;
  background: var(--tp-common-white);
  padding: 5px 15px;
  border: 1px solid var(--tp-common-white);
  width: 100%;
  color: rgb(0, 0, 0);
  outline: none !important;
  border: 1px solid var(--tp-border-2) !important;
}
.about-us-wrapper .about-text-wrap .my_account_page .woocommerce .woocommerce-form-register .form-row button[type=submit] {
  font-size: var(--tp-fz-h4);
  color: var(--tp-common-black);
  font-weight: var(--tp-fw-sbold);
  margin: 0px;
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
  height: 50px;
  padding: 0px 45px;
  display: flex;
  border: 1px solid var(--tp-heading-spanred);
  background: transparent;
  justify-content: center;
  align-items: center;
}
.about-us-wrapper .about-text-wrap .my_account_page .woocommerce .woocommerce-form-register .form-row button[type=submit] span {
  display: flex;
  width: 28px;
  height: 28px;
  border: 1px solid var(--tp-heading-spanred);
  border-radius: 38px;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  transition: all 0.1s ease-out 0s;
}
.about-us-wrapper .about-text-wrap .my_account_page .woocommerce .woocommerce-form-register .form-row button[type=submit] span img {
  vertical-align: middle;
  transform: rotate(180deg);
  width: 10px;
}
.about-us-wrapper .about-text-wrap .my_account_page .woocommerce .woocommerce-form-register .form-row button[type=submit]:hover {
  background: var(--tp-heading-spanred);
  color: var(--tp-common-white);
}
.about-us-wrapper .about-text-wrap .my_account_page .woocommerce .woocommerce-form-register .form-row button[type=submit]:hover span {
  margin-left: 8px;
  border-color: var(--tp-common-white);
}
.about-us-wrapper .about-text-wrap .my_account_page .woocommerce .woocommerce-form-register .form-row button[type=submit]:hover span img {
  filter: invert(100%);
}
.about-us-wrapper .about-text-wrap .my_account_page .woocommerce .woocommerce-form-register p a {
  color: var(--tp-heading-spanred);
  text-decoration: none;
  font-weight: var(--tp-fw-sbold);
}
.about-us-wrapper .about-text-wrap .single_pagecontent {
  margin: 35px 0;
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid var(--tp-border-2) !important;
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-MyAccount-navigation ul li a {
  color: var(--tp-common-black);
  text-decoration: none;
  font-weight: var(--tp-fw-sbold);
  font-size: 16px;
  line-height: 50px;
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-MyAccount-navigation ul li a:hover {
  color: var(--tp-heading-spanred);
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-MyAccount-navigation ul li.is-active a {
  color: var(--tp-heading-spanred);
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-MyAccount-content p {
  color: var(--tp-common-black);
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-MyAccount-content p a {
  color: var(--tp-heading-spanred);
  font-weight: var(--tp-fw-sbold);
  text-decoration: none;
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-MyAccount-content .woocommerce-info {
  border-top-color: var(--tp-heading-spanred) !important;
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-MyAccount-content .woocommerce-info:before {
  color: var(--tp-heading-spanred);
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-MyAccount-content .woocommerce-info a {
  background: var(--tp-heading-spanred);
  color: #fff;
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-MyAccount-content .woocommerce-info a:hover {
  background: #fff;
  color: var(--tp-heading-spanred);
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-MyAccount-content .form-row label {
  color: var(--tp-common-black);
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-MyAccount-content .form-row input {
  height: 50px;
  background: var(--tp-common-white);
  padding: 5px 15px;
  border: 1px solid var(--tp-common-white);
  width: 100%;
  color: rgb(0, 0, 0);
  outline: none !important;
  border: 1px solid var(--tp-border-2) !important;
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-MyAccount-content .form-row span.select2-selection--single {
  height: 50px;
  background: var(--tp-common-white);
  padding: 0px 15px;
  line-height: 50px !important;
  border: 1px solid var(--tp-common-white);
  width: 100%;
  color: rgb(0, 0, 0);
  outline: none !important;
  border: 1px solid var(--tp-border-2) !important;
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-MyAccount-content .form-row span.select2-selection--single .select2-selection__arrow {
  top: 12px;
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-MyAccount-content .form-row span.select2-selection--single .select2-selection__rendered {
  line-height: inherit;
  padding: 0;
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-MyAccount-content .form-row textarea {
  height: 150px;
  resize: none;
  background: var(--tp-common-white);
  padding: 5px 15px;
  border: 1px solid var(--tp-common-white);
  width: 100%;
  color: rgb(0, 0, 0);
  outline: none !important;
  border: 1px solid var(--tp-border-2) !important;
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-MyAccount-content p button[type=submit] {
  font-size: var(--tp-fz-h4);
  color: var(--tp-common-black);
  font-weight: var(--tp-fw-sbold);
  margin: 0px;
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
  height: 50px;
  padding: 0px 45px;
  display: flex;
  border: 1px solid var(--tp-heading-spanred);
  background: transparent;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-MyAccount-content p button[type=submit] span {
  display: flex;
  width: 28px;
  height: 28px;
  border: 1px solid var(--tp-heading-spanred);
  border-radius: 38px;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  transition: all 0.1s ease-out 0s;
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-MyAccount-content p button[type=submit] span img {
  vertical-align: middle;
  transform: rotate(180deg);
  width: 10px;
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-MyAccount-content p button[type=submit]:hover {
  background: var(--tp-heading-spanred);
  color: var(--tp-common-white);
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-MyAccount-content p button[type=submit]:hover span {
  margin-left: 8px;
  border-color: var(--tp-common-white);
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-MyAccount-content p button[type=submit]:hover span img {
  filter: invert(100%);
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row label {
  color: var(--tp-common-black);
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row input {
  height: 50px;
  background: var(--tp-common-white);
  padding: 5px 15px;
  border: 1px solid var(--tp-common-white);
  width: 100%;
  color: rgb(0, 0, 0);
  outline: none !important;
  border: 1px solid var(--tp-border-2) !important;
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-MyAccount-content .woocommerce-EditAccountForm p button[type=submit] {
  font-size: var(--tp-fz-h4);
  color: var(--tp-common-black);
  font-weight: var(--tp-fw-sbold);
  margin: 0px;
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
  height: 50px;
  padding: 0px 45px;
  display: flex;
  border: 1px solid var(--tp-heading-spanred);
  background: transparent;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-MyAccount-content .woocommerce-EditAccountForm p button[type=submit] span {
  display: flex;
  width: 28px;
  height: 28px;
  border: 1px solid var(--tp-heading-spanred);
  border-radius: 38px;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  transition: all 0.1s ease-out 0s;
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-MyAccount-content .woocommerce-EditAccountForm p button[type=submit] span img {
  vertical-align: middle;
  transform: rotate(180deg);
  width: 10px;
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-MyAccount-content .woocommerce-EditAccountForm p button[type=submit]:hover {
  background: var(--tp-heading-spanred);
  color: var(--tp-common-white);
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-MyAccount-content .woocommerce-EditAccountForm p button[type=submit]:hover span {
  margin-left: 8px;
  border-color: var(--tp-common-white);
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-MyAccount-content .woocommerce-EditAccountForm p button[type=submit]:hover span img {
  filter: invert(100%);
}
@media screen and (max-width: 1450px) {
  .about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-MyAccount-content {
    margin-top: 30px;
  }
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-cart-form .shop_table .product-name a {
  text-decoration: none;
  color: var(--tp-common-black);
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-cart-form .shop_table .product-name a:hover {
  color: var(--tp-heading-spanred);
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-cart-form .shop_table td {
  color: var(--tp-common-black);
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-cart-form .shop_table td .coupon button[type=submit] {
  background: var(--tp-heading-spanred);
  color: #fff;
  border: 1px solid var(--tp-heading-spanred);
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-cart-form .shop_table td .coupon button[type=submit]:hover {
  background: #fff;
  color: var(--tp-heading-spanred);
}
.about-us-wrapper .about-text-wrap .single_pagecontent .cart-collaterals .cart_totals h2, .about-us-wrapper .about-text-wrap .single_pagecontent .cart-collaterals .cart_totals .product-home-outer .head h1, .product-home-outer .head .about-us-wrapper .about-text-wrap .single_pagecontent .cart-collaterals .cart_totals h1, .about-us-wrapper .about-text-wrap .single_pagecontent .cart-collaterals .cart_totals .product-home-outer .perfect-castor-outer .perfect-castor-main .perfect-castor-left h1, .product-home-outer .perfect-castor-outer .perfect-castor-main .perfect-castor-left .about-us-wrapper .about-text-wrap .single_pagecontent .cart-collaterals .cart_totals h1, .about-us-wrapper .about-text-wrap .single_pagecontent .cart-collaterals .cart_totals .perfect-castor-outer .perfect-castor-main .product-home-outer .perfect-castor-left h1, .perfect-castor-outer .perfect-castor-main .product-home-outer .perfect-castor-left .about-us-wrapper .about-text-wrap .single_pagecontent .cart-collaterals .cart_totals h1 {
  font-size: calc(var(--tp-fz-h2) - 6px);
  color: var(--tp-heading-primary);
  text-transform: capitalize;
  font-weight: var(--tp-fw-sbold);
}
.about-us-wrapper .about-text-wrap .single_pagecontent .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  background: var(--tp-heading-spanred);
  border: 1px solid var(--tp-heading-spanred);
}
.about-us-wrapper .about-text-wrap .single_pagecontent .cart-collaterals .cart_totals .wc-proceed-to-checkout a:hover {
  background: #fff;
  color: var(--tp-heading-spanred);
  border: 1px solid var(--tp-heading-spanred);
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-form-coupon-toggle .woocommerce-info {
  border-top-color: var(--tp-heading-spanred) !important;
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-form-coupon-toggle .woocommerce-info:before {
  color: var(--tp-heading-spanred);
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-form-coupon-toggle .woocommerce-info a {
  color: var(--tp-heading-spanred);
  text-decoration: none;
  font-weight: var(--tp-fw-sbold);
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-form-coupon-toggle .woocommerce-info a:hover {
  background: #fff;
  color: var(--tp-heading-spanred);
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-form-coupon .form-row label {
  color: var(--tp-common-black);
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-form-coupon .form-row input {
  height: 50px;
  background: var(--tp-common-white);
  padding: 5px 15px;
  border: 1px solid var(--tp-common-white);
  width: 100%;
  color: rgb(0, 0, 0);
  outline: none !important;
  border: 1px solid var(--tp-border-2) !important;
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-form-coupon .form-row span.select2-container {
  height: 50px;
  background: var(--tp-common-white);
  padding: 5px 15px;
  border: 1px solid var(--tp-common-white);
  width: 100%;
  color: rgb(0, 0, 0);
  outline: none !important;
  border: 1px solid var(--tp-border-2) !important;
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-form-coupon p.form-row-last {
  float: left;
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-form-coupon p.form-row-last button[type=submit] {
  font-size: var(--tp-fz-h4);
  color: var(--tp-common-black);
  font-weight: var(--tp-fw-sbold);
  margin: 0px;
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
  height: 50px;
  padding: 0px 45px;
  display: flex;
  border: 1px solid var(--tp-heading-spanred);
  background: transparent;
  justify-content: center;
  align-items: center;
  margin-top: 0px;
  margin-left: 0;
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-form-coupon p.form-row-last button[type=submit] span {
  display: flex;
  width: 28px;
  height: 28px;
  border: 1px solid var(--tp-heading-spanred);
  border-radius: 38px;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  transition: all 0.1s ease-out 0s;
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-form-coupon p.form-row-last button[type=submit] span img {
  vertical-align: middle;
  transform: rotate(180deg);
  width: 10px;
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-form-coupon p.form-row-last button[type=submit]:hover {
  background: var(--tp-heading-spanred);
  color: var(--tp-common-white);
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-form-coupon p.form-row-last button[type=submit]:hover span {
  margin-left: 8px;
  border-color: var(--tp-common-white);
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-form-coupon p.form-row-last button[type=submit]:hover span img {
  filter: invert(100%);
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-billing-fields__field-wrapper .form-row label {
  color: var(--tp-common-black);
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-billing-fields__field-wrapper .form-row input {
  height: 50px;
  background: var(--tp-common-white);
  padding: 5px 15px;
  border: 1px solid var(--tp-common-white);
  width: 100%;
  color: rgb(0, 0, 0);
  outline: none !important;
  border: 1px solid var(--tp-border-2) !important;
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-billing-fields__field-wrapper .form-row span.select2-selection--single {
  height: 50px;
  background: var(--tp-common-white);
  padding: 0px 15px;
  line-height: 50px !important;
  border: 1px solid var(--tp-common-white);
  width: 100%;
  color: rgb(0, 0, 0);
  outline: none !important;
  border: 1px solid var(--tp-border-2) !important;
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-billing-fields__field-wrapper .form-row span.select2-selection--single .select2-selection__arrow {
  top: 12px;
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-billing-fields__field-wrapper .form-row span.select2-selection--single .select2-selection__rendered {
  line-height: inherit;
  padding: 0;
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-billing-fields__field-wrapper p button[type=submit] {
  font-size: var(--tp-fz-h4);
  color: var(--tp-common-black);
  font-weight: var(--tp-fw-sbold);
  margin: 0px;
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
  height: 50px;
  padding: 0px 45px;
  display: flex;
  border: 1px solid var(--tp-heading-spanred);
  background: transparent;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-billing-fields__field-wrapper p button[type=submit] span {
  display: flex;
  width: 28px;
  height: 28px;
  border: 1px solid var(--tp-heading-spanred);
  border-radius: 38px;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  transition: all 0.1s ease-out 0s;
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-billing-fields__field-wrapper p button[type=submit] span img {
  vertical-align: middle;
  transform: rotate(180deg);
  width: 10px;
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-billing-fields__field-wrapper p button[type=submit]:hover {
  background: var(--tp-heading-spanred);
  color: var(--tp-common-white);
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-billing-fields__field-wrapper p button[type=submit]:hover span {
  margin-left: 8px;
  border-color: var(--tp-common-white);
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-billing-fields__field-wrapper p button[type=submit]:hover span img {
  filter: invert(100%);
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-additional-fields .form-row label {
  color: var(--tp-common-black);
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-additional-fields .form-row input {
  height: 50px;
  background: var(--tp-common-white);
  padding: 5px 15px;
  border: 1px solid var(--tp-common-white);
  width: 100%;
  color: rgb(0, 0, 0);
  outline: none !important;
  border: 1px solid var(--tp-border-2) !important;
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-additional-fields .form-row textarea {
  height: 150px;
  resize: none;
  background: var(--tp-common-white);
  padding: 5px 15px;
  border: 1px solid var(--tp-common-white);
  width: 100%;
  color: rgb(0, 0, 0);
  outline: none !important;
  border: 1px solid var(--tp-border-2) !important;
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-additional-fields p button[type=submit] {
  font-size: var(--tp-fz-h4);
  color: var(--tp-common-black);
  font-weight: var(--tp-fw-sbold);
  margin: 0px;
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
  height: 50px;
  padding: 0px 45px;
  display: flex;
  border: 1px solid var(--tp-heading-spanred);
  background: transparent;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-additional-fields p button[type=submit] span {
  display: flex;
  width: 28px;
  height: 28px;
  border: 1px solid var(--tp-heading-spanred);
  border-radius: 38px;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  transition: all 0.1s ease-out 0s;
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-additional-fields p button[type=submit] span img {
  vertical-align: middle;
  transform: rotate(180deg);
  width: 10px;
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-additional-fields p button[type=submit]:hover {
  background: var(--tp-heading-spanred);
  color: var(--tp-common-white);
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-additional-fields p button[type=submit]:hover span {
  margin-left: 8px;
  border-color: var(--tp-common-white);
}
.about-us-wrapper .about-text-wrap .single_pagecontent .woocommerce-additional-fields p button[type=submit]:hover span img {
  filter: invert(100%);
}
.about-us-wrapper .about-text-wrap .single_pagecontent .wishlist-fragment .wishlist_table {
  border-top: none;
}
.about-us-wrapper .about-text-wrap .single_pagecontent .wishlist-fragment .wishlist_table td a {
  color: var(--tp-heading-spanred);
  font-weight: var(--tp-fw-ebold);
}

.woocommerce-checkout-payment ul li label {
  color: #000;
}
.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper p {
  color: #000;
}
.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper p a {
  color: var(--tp-heading-spanred);
}
.woocommerce-checkout-payment button[type=submit] {
  background: var(--tp-heading-spanred) !important;
  color: #fff;
  border: 1px solid var(--tp-heading-spanred) !important;
}
.woocommerce-checkout-payment button[type=submit]:hover {
  background: #fff !important;
  color: var(--tp-heading-spanred) !important;
}

.yith-wcwl-share li a {
  border-radius: 100% !important;
}

.Privacy-policy {
  padding: 60px 0;
}
.Privacy-policy h2, .Privacy-policy .product-home-outer .head h1, .product-home-outer .head .Privacy-policy h1, .Privacy-policy .product-home-outer .perfect-castor-outer .perfect-castor-main .perfect-castor-left h1, .product-home-outer .perfect-castor-outer .perfect-castor-main .perfect-castor-left .Privacy-policy h1, .Privacy-policy .perfect-castor-outer .perfect-castor-main .product-home-outer .perfect-castor-left h1, .perfect-castor-outer .perfect-castor-main .product-home-outer .perfect-castor-left .Privacy-policy h1 {
  font-weight: var(--tp-fw-sbold);
  color: var(--tp-common-black);
}
.Privacy-policy h3 {
  font-weight: var(--tp-fw-sbold);
  color: var(--tp-common-black);
}
.Privacy-policy h4 {
  font-weight: var(--tp-fw-sbold);
  color: var(--tp-common-black);
}
.Privacy-policy h5 {
  font-weight: var(--tp-fw-sbold);
  color: var(--tp-common-black);
}
.Privacy-policy ul {
  margin-bottom: 15px;
}
.Privacy-policy ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.Privacy-policy ul li:after {
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 6px;
  background: var(--tp-heading-spanred);
  border-radius: 10px;
  display: block;
  content: "";
}

.error-404 {
  padding: 60px 0;
}
.error-404 .container {
  text-align: center;
}
.error-404 .container .page_not_found h2, .error-404 .container .page_not_found .product-home-outer .head h1, .product-home-outer .head .error-404 .container .page_not_found h1, .error-404 .container .page_not_found .product-home-outer .perfect-castor-outer .perfect-castor-main .perfect-castor-left h1, .product-home-outer .perfect-castor-outer .perfect-castor-main .perfect-castor-left .error-404 .container .page_not_found h1, .error-404 .container .page_not_found .perfect-castor-outer .perfect-castor-main .product-home-outer .perfect-castor-left h1, .perfect-castor-outer .perfect-castor-main .product-home-outer .perfect-castor-left .error-404 .container .page_not_found h1 {
  font-size: var(--tp-fz-h2);
  font-weight: var(--tp-fw-sbold);
  color: var(--tp-common-black);
  margin-bottom: 20px;
}
.error-404 .container .page_not_found a {
  font-size: var(--tp-fz-p);
  color: var(--tp-common-black);
  font-weight: var(--tp-fw-sbold);
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
  display: inline-flex;
  align-items: center;
  padding: 10px 45px;
  border: 1px solid var(--tp-heading-spanred);
  background: var(--tp-heading-spanred);
  color: var(--tp-common-white);
}
.error-404 .container .page_not_found a span {
  display: flex;
  width: 28px;
  height: 28px;
  border: 1px solid var(--tp-heading-spanred);
  border-radius: 38px;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  transition: all 0.1s ease-out 0s;
}
.error-404 .container .page_not_found a span img {
  vertical-align: middle;
  transform: rotate(180deg);
  width: 10px;
}
.error-404 .container .page_not_found a:hover {
  color: var(--tp-heading-spanred);
}
.error-404 .container .page_not_found a:hover span {
  margin-left: 8px;
}
.error-404 .container .page_not_found a:hover {
  background: #fff;
  color: var(--tp-common-black);
}

.search-outer {
  padding: 60px 0;
}
.search-outer h2, .search-outer .product-home-outer .head h1, .product-home-outer .head .search-outer h1, .search-outer .product-home-outer .perfect-castor-outer .perfect-castor-main .perfect-castor-left h1, .product-home-outer .perfect-castor-outer .perfect-castor-main .perfect-castor-left .search-outer h1, .search-outer .perfect-castor-outer .perfect-castor-main .product-home-outer .perfect-castor-left h1, .perfect-castor-outer .perfect-castor-main .product-home-outer .perfect-castor-left .search-outer h1 {
  font-size: var(--tp-fz-h2);
  font-weight: var(--tp-fw-sbold);
  color: var(--tp-common-black);
  margin-bottom: 20px;
  margin-bottom: 50px;
}
.search-outer .search-inner .entry-summary {
  margin-bottom: 15px;
  padding: 15px 15px 1px 15px;
  background: #F8F8F8;
}
.search-outer .search-inner .entry-summary a {
  text-decoration: none;
}
.search-outer .search-inner .entry-summary a h3 {
  font-size: var(--tp-fz-h3);
  font-weight: var(--tp-fw-sbold);
  color: var(--tp-common-black);
}
.search-outer .search-inner .entry-summary p a {
  color: var(--tp-heading-spanred);
}
.search-outer .search-inner .entry-summary p a:hover {
  color: var(--tp-grey-1);
}
.search-outer .pagination {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 25px;
}
.search-outer .pagination ul {
  display: flex;
  justify-content: end;
}
.search-outer .pagination ul li {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 8px;
  border: 1px solid rgb(194, 194, 194);
}
.search-outer .pagination ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  text-decoration: none;
  color: var(--tp-common-black);
  font-size: var(--tp-fz-h4);
  font-weight: var(--tp-fw-nomal);
}
.search-outer .pagination ul li a:hover {
  background: rgb(255, 143, 0);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .search-outer .pagination ul li a {
    font-size: calc(var(--tp-fz-h4) - 4px);
  }
}
.search-outer .pagination ul li:last-child {
  margin-right: 0;
}
.search-outer .pagination ul li:last-child a {
  background: #000;
}
.search-outer .pagination ul li.prev {
  background: #000;
}
.search-outer .pagination ul li.prev a {
  background: #000;
}
@media screen and (max-width: 767px) {
  .search-outer .pagination ul li {
    width: 35px;
    height: 35px;
    margin-right: 5px;
  }
}

.thank-you-message {
  padding: 200px 0 100px 0;
}
.thank-you-message .container {
  text-align: center;
}
.thank-you-message .container h2, .thank-you-message .container .product-home-outer .head h1, .product-home-outer .head .thank-you-message .container h1, .thank-you-message .container .product-home-outer .perfect-castor-outer .perfect-castor-main .perfect-castor-left h1, .product-home-outer .perfect-castor-outer .perfect-castor-main .perfect-castor-left .thank-you-message .container h1, .thank-you-message .container .perfect-castor-outer .perfect-castor-main .product-home-outer .perfect-castor-left h1, .perfect-castor-outer .perfect-castor-main .product-home-outer .perfect-castor-left .thank-you-message .container h1 {
  font-size: var(--tp-fz-h2);
  font-weight: var(--tp-fw-sbold);
  color: var(--tp-common-black);
  margin-bottom: 20px;
}
.thank-you-message .container a {
  font-size: var(--tp-fz-p);
  color: var(--tp-common-black);
  font-weight: var(--tp-fw-sbold);
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
  display: inline-flex;
  align-items: center;
  padding: 10px 45px;
  border: 1px solid var(--tp-heading-spanred);
  background: var(--tp-heading-spanred);
  color: var(--tp-common-white);
}
.thank-you-message .container a span {
  display: flex;
  width: 28px;
  height: 28px;
  border: 1px solid var(--tp-heading-spanred);
  border-radius: 38px;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  transition: all 0.1s ease-out 0s;
}
.thank-you-message .container a span img {
  vertical-align: middle;
  transform: rotate(180deg);
  width: 10px;
}
.thank-you-message .container a:hover {
  color: var(--tp-heading-spanred);
}
.thank-you-message .container a:hover span {
  margin-left: 8px;
}
.thank-you-message .container a:hover {
  background: #fff;
  color: var(--tp-common-black);
}/*# sourceMappingURL=main.css.map */