/* font-family: "Raleway", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

/* font-family: "Unbounded", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap');

/* font-family: "Poppins", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');








img {
  transition: all .5s;
}

p {
  font-size: 16px;
  font-weight: 300;
  color: #444444;
  line-height: 1.8;
  text-align: justify;
}

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

.section-heading {
  margin-bottom: 20px;
}

.section-heading>span {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #F26522;
}

.heading-type-1 {
  font-family: "Raleway", sans-serif;
  font-size: 48px;
  font-weight: 700;
}

.heading-type-2 {
  font-family: "Raleway", sans-serif;
  font-size: 53px;
  font-weight: 700;
}

.heading-type-3 {
  font-size: 24px;
  font-weight: 600;
}

.sub-heading {
  font-size: 22px;
  font-weight: 400;
}

.heading-type-4 {
  font-size: 34px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}

.heading-type-5 {
  font-size: 24px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}

.heading-type-1,
.heading-type-2 {
  position: relative;
  overflow: hidden;
  z-index: 1;
}


.bg-grey {
  background-color: #F4F4F4;
}

.btn {
  box-shadow: none !important;
}

.btn-primary {
  font-size: 18px;
  color: #000 !important;
  background: #f4f4f4 !important;
  border-color: #000 !important;
  border-radius: 8px;
  padding: 14px 44px;
}

.btn-primary:hover {
  color: #F26522 !important;
}

.btn-secondary {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  background: #fff;
  border-color: #fff;
  border-radius: 50px;
  padding: 18px 68px;
}

.btn-secondary img {
  margin-right: 10px;
}

.btn-secondary:hover img {
  filter: invert(1);
}


.btn-danger {
  background: #F26522 !important;
  border-radius: 6px;
  padding: 8px 38px;
  font-size: 14px;
  font-weight: 500;
  border-color: #F26522 !important;
}

.btn-danger:hover {
  background: #000 !important;
  border-color: #000 !important;
}































@media (min-width: 1200px) {
  .container {
    max-width: 1260px;
  }
}

@media (min-width: 992px) {

  .header .container,
  .footer .container {
    max-width: 100%;
  }
}

@media (min-width: 1400px) {

  .header .container,
  .footer .container {
    max-width: 90%;
  }
}


.top-header {
  padding: 8px 0;
}

.top-header-items {}

.top-header-search .form-group {
  margin: 0;
  position: relative;
  width: 100%;
}

ul.top-header-cnt-itm {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
  transition: all 0.25s;
}

ul.top-header-cnt-itm li button {
    border: 0;
    padding: 0;
    background: transparent;
    outline: 0;
}

ul.top-header-cnt-itm li a, ul.top-header-cnt-itm li button {
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

ul.top-header-cnt-itm li a:last-child {
  margin-right: 0;
}

.top-header-search .form-group .form-control {
  padding: 8px 90px 8px 13px;
  height: auto;
  border: 1px solid #000;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 300;
  color: #000;
}

.top-header-search .form-group .form-control::placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #000;
}

.top-header-search .form-group .top-header-search-icon {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

.top-header-search .form-group .mic-icon {
  right: 70px;
}

.top-header-search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  border-radius: 8px !important;
  margin: 0 !important;
  padding: 8px 35px 8px 40px !important;
  background-color: transparent !important;
  border: 1px solid #aaa !important;
  outline: 0 !important;
}

.top-header-search .dgwt-wcas-search-form button[type="submit"] {
  padding: 0 !important;
  background-color: transparent !important;
  min-width: 20px !important;
  width: 20px !important;
  top: 5px !important;
  left: 15px !important;
}

.top-header-search-in .dgwt-wcas-search-wrapp {
  max-width: 100%;
}

.top-header-search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
  padding: 0 !important;
}

.top-header-search .dgwt-wcas-search-form .dgwt-wcas-preloader.dgwt-wcas-close {
  margin-right: 0;
}


.top-header-cnt-itm .btn {
  padding: 6px 15px;
  font-size: 14px;
}

.top-header-cnt-itm li a img, .top-header-cnt-itm li button img {
  filter: brightness(0);
}

.top-header-cnt-itm li a:hover img, .top-header-cnt-itm li button:hover img {
  filter: initial;
}

.top-header-cnt-itm li .btn.btn-primary img {
  filter: brightness(0);
}

.top-header-cnt-itm li .btn.btn-primary:hover img {
  filter: initial;
}

.top-header-cnt-itm li .btn.btn-danger img {
  filter: initial !important;
}









/* ========== Header ========== */
.main-header {
  /* padding: 7px 0; */
  background-color: #E7E7E7;
}

.navbar {
  padding: 0;
}

.main-header .navbar .navbar-collapse {
  justify-content: center;
}

.main-header .navbar .navbar-collapse .navbar-nav {
  align-items: center;

  justify-content: space-between;
  width: 100%;
}

.main-header .navbar .navbar-collapse .navbar-nav .nav-link {
  font-size: 14px !important;
  font-weight: 400;
  color: #000;
  padding: 12px 6px;
  display: block;
  border: 0;
  outline: 0;
  background: transparent;
  text-transform: uppercase;
}

.main-header .navbar .navbar-collapse .navbar-nav .nav-link.active,
.main-header .navbar .navbar-collapse .navbar-nav .nav-link:hover {
  color: #F26522;
  /* background-color: #F26522; */
  /* color: #fff; */
}

.main-header .navbar .navbar-collapse .navbar-nav .nav-item {
  margin-left: 10px;
}

.main-header .navbar .navbar-collapse .navbar-nav .nav-item:first-child {
  margin-left: 0;
}

.header.sticky .main-header {
  position: fixed;
  top: 0;
  width: 100%;
  /* animation: navbarFixed .5s alternate linear; */
  z-index: 111;
}

@keyframes navbarFixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* ===== Dropdown ===== */
li.menu-item-has-children {
  position: relative;
  z-index: 111;
}

span.caret:before {
  /* margin-left: 8px; */
  /* vertical-align: 3px; */
  /* content: ""; */
  /* border-top: 6px solid; */
  /* border-right: 6px solid transparent; */
  /* border-bottom: 0; */
  /* border-left: 6px solid transparent; */
  /* display: inline-block; */
  /* transition: all .2s; */
}

span.caret.open::before {
  transform: rotate(180deg);
  /* border-bottom: 5px solid; */
  /* border-top: 0; */
  /* margin-left: 0; */
  /* margin-right: 8px; */
}

.sub-menu {
  position: absolute;
  min-width: 200px;
  padding-left: 0;
  box-shadow: 0 0 10px #e0e0e0;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
  transform: scaleY(0);
  transform-origin: 0 0;
}

.main-header .navbar .navbar-collapse .navbar-nav .nav-item:last-child .sub-menu {
  right: 0;
}

.sub-menu li {
  display: block;
  width: 100%;
}

.sub-menu li a {
  background: #fff;
  padding: 7px 20px;
  display: block;
  width: 100%;
  border-bottom: 1px solid #ccc;
  line-height: 1.2;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.sub-menu li a img {
  width: 25px;
}

.sub-menu li:last-child a {
  border: 0;
}

li.menu-item-has-children:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

li.menu-item-has-children .nav-link {
  display: inline-block;
}

/* ===== Dropdown ===== */
span.caret {
  display: none;
}

/* ===== Mega Menu Dropdown ===== */
.mega-menu {
  position: relative;
  z-index: 111;
  padding: 0;
  font-size: 14px;
  list-style: none;
}

.mega-menu li a {
  line-height: 1.2;
  padding: 7px 0;
  border-bottom: 1px solid #ccc;
  /* display: inline-block; */
  display: block;
}

.mega-menu-items {
  position: absolute;
  /* min-width: 350px; */
  min-width: 450px;
  box-shadow: 0 0 10px #e0e0e0;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
  transform: scaleY(0);
  transform-origin: 0 0;
  background: #fff;
  padding: 10px;
  z-index: 11;
}

.mega-menu .nav-link {
  display: inline-block;
}

.mega-menu:hover>.mega-menu-items {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.mega-menu-itm-title button {
  outline: 0;
  padding: 0;
  background: transparent;
  border: 0;
}
.mega-menu-itm-title a, .mega-menu-itm-title button, .mega-menu-itm-title span {
  font-weight: 600;
  color: #f26522;
  /* display: block; */
  position: relative;
}

.mega-menu-itm-title a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #f26522;
  top: 50%;
  left: calc(100% + 5px);
  transform: translateY(-50%);
  transition: .2s;
}

.mega-menu-itm-title a:hover::before {
  width: 20px;
}

.mega-menu-itm-title img {
  width: 30px;
  margin-right: 5px;
}

.mega-menu-items [class*="col-"] {
  padding: 0 10px;
}

.mega-menu-items .row {
  margin: 0 -10px;
}

.main-header .navbar .navbar-collapse .navbar-nav .nav-item:last-child .mega-menu-items {
  right: 0;
}

.mega-menu-itm-in {
  margin-bottom: 20px;
}

.mega-menu-itm .mega-menu-itm-in:last-child {
  margin-bottom: 0;
}

.mega-menu-itm-title {
  margin-bottom: 5px;
}

/* ===== Mega Menu Dropdown ===== */

/* ========== Header ========== */









/* ==================================================
            Header Responsive CSS Start
==================================================*/
@media(max-width: 1399px) {
  .main-header .navbar .navbar-collapse .navbar-nav .nav-item {
    margin-left: 6px;
  }
}

@media(max-width: 1199px) {
  .main-header .navbar .navbar-collapse .navbar-nav .nav-item {
    margin-left: 4px;
  }

  .main-header .navbar .navbar-collapse .navbar-nav .nav-link {
    font-size: 11px !important;
    padding: 12px 4px;
  }
}

@media(max-width: 991px) {

  /* ===== Header ===== */
  .header {
    position: relative;
  }

  .header .navbar-toggler {
    border: 0;
    padding: 0;
    box-shadow: none;
    outline: 0;
    z-index: 111;
    transition: .3s;
  }

  .menu-active .header {
    /* position: fixed; */
    /* width: 100%; */
    /* animation: none; */
    /* z-index: 1; */
    /* top: 0; */
    /* left: 0; */
  }

  body.menu-active {
    overflow: hidden;
    /* padding-top: 96px; */
  }

  .header .navbar {
    position: initial !important;
  }

  .navbar-collapse {
    position: absolute;
    width: 0;
    top: 0;
    bottom: 0;
    left: 0;
    transition: .25s;
    background: #fff linear-gradient(145deg, rgb(242 101 34 / 30%) 0%, #f4f4f4 60%, rgb(242 101 34 / 30%) 100%);
    /* color: rgb(242, 101, 34); */
    z-index: 1;
  }

  .header .navbar-collapse.show {
    width: 100%;
    height: 100vh;
    z-index: 11;
    /* overflow-y: auto; */
  }

  .header .navbar .navbar-collapse .navbar-nav {
    padding: 70px 20px 60px;
    max-width: 720px;
    margin: auto;
  }

  .header .navbar .navbar-collapse .navbar-nav .nav-item {
    margin: 0;
    padding: 5px 0;
    transform: translate(-30px, 0%);
    transition: .2s;
    opacity: 0;
    display: block;
    width: 100%;
  }

  .header .navbar .navbar-collapse.show .navbar-nav .nav-item {
    opacity: 1;
    transform: translateX(0%);
  }

  .header .navbar .navbar-collapse.show .navbar-nav .nav-item:nth-child(1) {
    transition-delay: 0.2s;
  }

  .header .navbar .navbar-collapse.show .navbar-nav .nav-item:nth-child(2) {
    transition-delay: 0.3s;
  }

  .header .navbar .navbar-collapse.show .navbar-nav .nav-item:nth-child(3) {
    transition-delay: 0.4s;
  }

  .header .navbar .navbar-collapse.show .navbar-nav .nav-item:nth-child(4) {
    transition-delay: 0.5s;
  }

  .header .navbar .navbar-collapse.show .navbar-nav .nav-item:nth-child(5) {
    transition-delay: 0.6s;
  }

  .header .navbar .navbar-collapse.show .navbar-nav .nav-item:nth-child(6) {
    transition-delay: 0.7s;
  }

  .header .navbar .navbar-collapse.show .navbar-nav .nav-item:nth-child(7) {
    transition-delay: 0.8s;
  }

  .header .navbar .navbar-collapse.show .navbar-nav .nav-item:nth-child(8) {
    transition-delay: 0.9s;
  }

  .header .navbar .navbar-collapse.show .navbar-nav .nav-item:nth-child(9) {
    transition-delay: 1s;
  }

  .header .navbar .navbar-collapse.show .navbar-nav .nav-item:nth-child(10) {
    transition-delay: 1.1s;
  }

  .header .navbar .navbar-collapse.show .navbar-nav .nav-item:nth-child(11) {
    transition-delay: 1.2s;
  }

  .header .navbar .navbar-collapse.show .navbar-nav .nav-item:nth-child(12) {
    transition-delay: 1.3s;
  }

  .header .navbar .navbar-collapse.show .navbar-nav .nav-item:nth-child(13) {
    transition-delay: 1.4s;
  }

  .header .navbar .navbar-collapse.show .navbar-nav .nav-item:nth-child(14) {
    transition-delay: 1.5s;
  }

  .header .navbar .navbar-collapse.show .navbar-nav .nav-item:nth-child(15) {
    transition-delay: 1.6s;
  }

  .header .navbar .navbar-collapse.show .navbar-nav .nav-item:nth-child(16) {
    transition-delay: 1.7s;
  }

  .header .navbar .navbar-collapse.show .navbar-nav .nav-item:nth-child(17) {
    transition-delay: 1.8s;
  }

  .header .navbar .navbar-collapse.show .navbar-nav .nav-item:nth-child(18) {
    transition-delay: 1.9s;
  }

  .header .navbar .navbar-collapse.show .navbar-nav .nav-item:nth-child(19) {
    transition-delay: 2s;
  }

  .navbar-toggler-icon {
    background: url(../img/menu-icon.png);
  }

  .header .navbar-toggler:not(.collapsed)[aria-expanded="true"] {
    transform: rotate(180deg);
  }

  .navbar-toggler:not(.collapsed)[aria-expanded="true"] span {
    background-image: url(../img/menu-close-icon.png) !important;
  }

  .header .navbar .navbar-collapse .navbar-nav .nav-link {
    font-size: 14px !important;
    padding: 6px 10px;
    line-height: 1.4;
    background: #fff;
    border-bottom: 1px solid #ddd;
  }

  .header .navbar .navbar-collapse.show .navbar-nav .nav-item {
    padding: 0;
  }

  /* ===== Dropdown ===== */
  .sub-menu {
    position: static;
    display: none;
    transition: unset !important;
    transform: unset;
    opacity: 1;
    visibility: visible;
    /* max-width: 250px; */
    /* margin: auto; */
    max-height: 200px;
    overflow: auto;
  }

  span.caret {
    display: inline-block;
    width: 20px;
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
    background: #F26522;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
  }

  span.caret img {
    transition: all .25s;
  }

  span.caret.open img {
    transform: rotate(180deg);
  }

  /* ===== Dropdown ===== */

  /* ===== Mega Menu Dropdown ===== */
  .mega-menu-items {
    position: static;
    display: none;
    transition: unset !important;
    transform: unset;
    opacity: 1;
    visibility: visible;
    /* max-width: 250px; */
    margin: auto;
    max-height: 200px;
    overflow: auto;
    min-width: auto;
    padding: 10px 0;
  }

  .mega-menu-itm-title {
    /* text-align: center; */
    /* margin-bottom: 8px; */
  }

  .mega-menu-itm {
    margin-bottom: 10px;
    padding: 0 10px;
  }

  .mega-menu-items .row [class*="col-"]:last-child .mega-menu-itm {
    margin-bottom: 0;
  }

  .mega-menu-itm-in {
    margin-bottom: 10px;
  }

  .mega-menu-items .row {
    margin: 0;
  }

  .mega-menu-items [class*="col-"] {
    padding: 0;
  }

  /* ===== Mega Menu Dropdown ===== */

  .menu-item-has-children {
    position: relative;
    z-index: 111;
  }

  .main-header .navbar .navbar-collapse .navbar-nav .nav-link {
    width: 100%;
    text-align: start;
}

  /* ===== Header ===== */


}

@media(max-width: 991px) {
  .top-header {
    overflow: hidden;
  }

  .top-header-search {
    position: absolute;
    width: calc(100% - 30px);
    right: calc(-100% - 200px);
    right: 50%;
    z-index: 1;
    display: flex;
    align-items: center;
    height: calc(100% - 16px);
    transition: .5s;
    transform: translateX(50%) scaleX(0);
    transform-origin: right;
  }

  .searchbar-active .top-header-search {
    /* right: 50%; */
    /* transform: translateX(50%); */
    transform: translateX(50%) scaleX(1);

  }

  .top-header-search .form-group .form-control {
    padding: 6px 35px 6px 10px;
    font-size: 14px;
  }

  .search-btn,
  .top-header-search-close {
    border: 0;
    padding: 0;
    background: none;
    outline: 0 !important;
  }

  .top-header-search-close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 15px;
    z-index: 111;
    width: 25px;
    height: 25px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .top-header-search .form-group .form-control::placeholder {
    font-size: 14px;
  }

  .top-header-search .form-group .top-header-search-icon {
    height: 15px;
  }

  .top-header-search .form-group .top-header-search-icon {
    right: 15px;
  }

  .top-header-search .form-group .mic-icon {
    right: 45px;
  }

  ul.top-header-cnt-itm li {
    line-height: 1.5;
    display: flex;
    justify-content: end;
    align-items: center;
  }

  .search-btn {
    margin-right: 10px;
  }

  .top-header {
    padding: 8px 0;
  }

  .top-header-search .form-group .top-header-search-icon {
    display: none;
  }

  .top-header-search-in {
    position: relative;
    width: 100%;
  }

  .top-header-itm-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all .25s;
  }

  /* .searchbar-active .top-header-in {
    display: flex;
    align-items: center;
    position: relative;
}
.searchbar-active .top-header-in::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1;
} */
  .searchbar-active .top-header-itm-logo {
    opacity: 0;
  }

  .searchbar-active ul.top-header-cnt-itm {
    opacity: 0;
    visibility: hidden;
  }

}

@media(max-width: 767px) {

  ul.top-header-cnt-itm {
    text-align: center;
    margin-top: 10px;
  }

  .header .navbar .navbar-collapse .navbar-nav {
    max-width: 540px;
  }


  .top-header-items {
    position: relative;
  }


  ul.top-header-cnt-itm {
    margin: 0;
    padding: 5px 0;
  }

}

@media(max-width: 575px) {
  .header .navbar-brand {
    max-width: 180px;
  }

  .top-bar {
    padding-right: 20px;
  }

}

/* ==================================================
            Header Responsive CSS End
==================================================*/











/* ========== Banner ========== */
.st-1 {
  position: relative;
}

.st-1-itm-cnt {
  position: absolute;
  top: 0;
  z-index: 11;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.st-1-itm-cnt-itm-heading {
  position: relative;
  padding-top: 300px;
}

.st-1-itm-slide-title {
  font-size: 100px;
  font-weight: 800;
  color: #000;
}

.owl-nav {
  position: absolute;
  bottom: 65px;
  right: 120px;
  width: 152px;
}

.st-1-itm-slider .owl-item {
  opacity: 0.7;
  transition: all ease-in-out 1s;
}

.st-1-itm-slider .owl-item.active {
  opacity: 1;
}

/* ============================================== */
.home-sec {
  position: relative;
}

.home-sec-slide-cnt-title {
  font-size: 80px;
  font-weight: 700;
  color: #000;
  margin: 0;
  /* max-width: 700px; */
  text-align: center;
}

.home-sec-slide {
  position: relative;
}

.home-sec-slide-cnt {
  position: absolute;
  bottom: 100px;
  width: 100%;
}

.home-sec-slide-img {
  position: relative;
}

/* .home-sec-slide-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
} */

.home-sec-slider .owl-nav button {
  width: 76px;
  height: 66px;
  background: transparent !important;
  color: transparent !important;
  position: relative;
}

.home-sec-slider .owl-nav button.owl-prev {
  background: url(../img/banner-slider-left.png) no-repeat !important;
  background-position: center !important;
}

.home-sec-slider .owl-nav button.owl-next {
  background: url(../img/banner-slider-right.png) no-repeat !important;
  background-position: center !important;
}

.home-sec-slider .owl-nav {
  border: 1px solid #000;
  display: flex;
  align-items: center;
  bottom: 65px;
}

.home-sec-slider .owl-nav::before {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% - 24px);
  left: 50%;
  background: #000;
}





.mouse-icon-scroll {
  position: fixed;
  z-index: 1;
  bottom: 60px;
  left: 50%;
  margin-left: -14px;
  width: 28px;
  height: 45px;
  margin-top: -45px;
  box-shadow: inset 0 0 0 1.5px #000;
  border-radius: 16px;
}

.mouse-icon-scroll,
.mouse-icon-scroll:before {
  position: absolute;
  left: 50%;
}

.mouse-icon-scroll:before {
  content: '';
  width: 4px;
  height: 4px;
  background: #000;
  margin-left: -2px;
  top: 8px;
  border-radius: 8px;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}

@keyframes scroll {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

/* ========== Banner ========== */

/* ========== About us ========== */
.st-2-itm-cnt .sub-heading {
  margin: 20px 0;
}

.st-2-itm {
  text-align: center;
  position: relative;
  max-width: 300px;
  position: relative;
}

@media(min-width: 992px) {
  .st-2-itm {
    top: -40px;
  }
}

.ceo-video {
  max-width: 150px;
  margin: auto;
}

.design-img {
  position: absolute;
  margin: 0;
}

.design-img-1 {
  right: 30px;
  top: -40px;
}

.design-img-2 {
  left: 40px;
  bottom: 150px;
}

.design-img-3 {
  right: 40px;
  bottom: 0;
}

.years-count {
  font-family: "Raleway", sans-serif;
  font-size: 82px;
  font-weight: 600;
  line-height: 1;
}

.years-count span {
  font-family: "Unbounded", sans-serif;
  font-size: 131px !important;
  color: #F26522;
}

.st-2-itm img {
  margin-top: 30px;
}

/* ========== About us ========== */

/* ========== Wall Tiles, Floor Tiles ========== */
.st-3 {
  background: url(../img/st-3-bg.jpg) no-repeat;
  background-size: cover;
}

.st-3-tab-outer .nav-tabs .nav-item {
  width: calc(50% - 10px);
  text-align: center;
}

.st-3-tab .nav-tabs {
  border: none;
  gap: 20px;
}

.st-3-tab .nav-link {
  font-family: "Raleway", sans-serif;
  background: transparent !important;
  border: 0;
  border-bottom: 5px solid #ccc !important;
  color: #000 !important;
  text-transform: initial;
}

.st-3-tab-outer .nav-link {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: -4px;
  line-height: 1.3;
}

.st-3-tab-outer .nav-link h2 {
  font-size: inherit;
  margin: 0;
}

.st-3-tab-outer .nav-link.active {
  /* border-color: #000000 !important; */
  font-weight: 700;
  background: #F26522 !important;
  color: #fff !important;
}

.st-3-tab-inner .nav-item {
  max-width: 180px;
  min-width: 150px;
}

.st-3-tab-inner .nav-item .nav-link {
  text-align: center;
  line-height: 1.5;
}

.st-3-tab-inner .nav-tabs {
  justify-content: space-around;
  border: 0;
  gap: 10px;
}

.st-3-tab-inner .nav-item .nav-link {
  text-align: center;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
  color: #848484 !important;
  /* margin-bottom: -2px; */
  border: 0;
  /* border-bottom: 5px solid #a9a9a9 !important; */
  border-bottom: 5px solid #e5e5e5 !important;
  padding: 10px 30px;
}

.st-3-tab-inner .nav-item .nav-link h3 {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

.st-3-tab-inner .nav-item .nav-link img {
  filter: brightness(0);
  opacity: 0.35;
  margin: 0 0 7px;
}

.st-3-tab-inner .nav-item .nav-link.active {
  border-color: #F26522 !important;
  color: #F26522 !important;
}

.st-3-tab-inner .nav-item .nav-link.active img {
  opacity: 1;
  filter: initial;
}

.st-3-tab-inner .nav-item .nav-link img {
  width: 38px;
}

.st-3-nav-tab-inner {
  background: #fff;
  margin-top: 30px;
  border-radius: 10px;
  padding: 10px 0 0 0;
}

.st-3-nav-tab-inner-cnt {
  padding: 30px 40px;
}

.st-3-nav-tab-inner-cnt-img {
  padding: 20px 25px 20px 0;
  position: relative;
}

.st-3-nav-tab-inner-cnt-img::before {
  position: absolute;
  content: "";
  width: 140px;
  height: 100%;
  border: 2px solid #F26522;
  border-radius: 10px;
  top: 0;
  right: 0;
}

.st-3-nav-tab-inner-cnt-img img {
  position: relative;
  width: 100%;
}


.st-3-nav-tab-inner .tab-pane {
  /* opacity: 1 !important; */
  display: block !important;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.st-3-nav-tab-inner .tab-pane.active {
  /* transform: translateX(0); */
  height: auto;
  visibility: visible;
}

.st-3-nav-tab-inner .tab-pane .st-3-nav-tab-inner-cnt {
  transform: translateX(500px);
  transition: all .3s;
}

.st-3-nav-tab-inner .tab-pane.active .st-3-nav-tab-inner-cnt {
  transform: translateX(0);
}

/* ========== Wall Tiles, Floor Tiles ========== */

/* ========== Discover Our Exquisite Tile Collections ========== */
.st-4-slide {
  position: relative;
  overflow: hidden;
}

.st-4-itm-cnt {
  position: absolute;
  padding: 25px;
  left: 0;
  overflow: hidden;
  top: calc(100% - 60px);
  z-index: 99;
  transition: all 0.5s;
  bottom: auto;
}

.st-4-slide:hover .st-4-itm-cnt {
  top: 0;
}

.st-4-slide:hover .st-4-itm-cnt p {
  color: #fff;
}

.st-4-slide:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 60px;
  background: linear-gradient(0, black 20%, #111 30%, transparent);
  opacity: 0.7;
  top: calc(100% - 60px);
  transition: all 0.5s;
  z-index: 1;
}

.st-4-slide:hover:before {
  top: 0;
  background: black;
  height: 100%;
}

.st-4-itm-cnt .heading-type-3 {
  font-family: "Raleway", sans-serif;
  transition: all .5s;
  color: #fff;
}

.st-4 .section-heading {
  margin-bottom: 40px;
}

.st-4-itm-cnt-description p {
  font-size: 14px;
  line-height: 1.8;
}

.st-4-itm-cnt-description p:last-child {
  margin-bottom: 0;
}

.st-4-itm-cnt-description {
  margin: 10px 0;
}

.st-4-itm-img {
  overflow: hidden;
}

.st-4-slide:hover .st-4-itm-img img {
  transform: scale(1.2);
}

.st-4-slide:hover .st-4-itm-cnt .heading-type-3 {
  color: #F26522;
}

.st-4-itm-cnt a {
  color: #007BB5;
}

.st-4-itm-cnt a:hover {
  color: #F26522;
}

.st-4-slider .owl-nav {
  right: -66px;
  width: auto;
  top: 0;
  bottom: initial;
}

.st-4-slider .owl-nav button {
  position: relative;
  display: block;
  left: initial;
  right: initial;
}

@media(min-width: 992px) {
  .st-4-slider .owl-nav {
    transform: rotate(180deg);
  }

  .st-4-slider .owl-nav button {
    transform: rotate(180deg);
  }
}

.st-4-slider .owl-nav button span {
  margin: 0;
  color: transparent;
}

.st-4-slider .owl-nav button.owl-prev {
  background: url(../img/owl-arrow-left.png) no-repeat !important;
  background-position: center !important;
}

.st-4-slider .owl-nav button.owl-next {
  background: url(../img/owl-arrow-right.png) no-repeat !important;
  background-position: center !important;
}

.st-4-slider {
  position: relative;
  padding: 0 50px 0 0;
}

.st-4-slider::before {
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - 140px);
  background: #929292;
  right: 0px;
  top: 100px;
}

/* ========== Discover Our Exquisite Tile Collections ========== */

/* ========== Why Choose India’s Leading Tile Company? ========== */
@media(min-width: 1200px) {
  .st-5 {
    height: 100vh !important;
  }
}

@media(min-width: 1200px) {
  .st-5 {
    display: flex;
    align-items: center;
  }
}

.st-5-itm {
  text-align: center;
  border: 1px solid #000;
  border-radius: 6px;
  padding: 45px 35px 0;
  margin-top: 20px;
  background: #fff;
}

.st-5-itm-cnt .heading-type-3 {
  font-weight: 500;
  margin: 0;
}

.st-5-itm-cnt-description p {
  text-align: center;
  line-height: 1.8;
}

.st-5-itm-cnt-description p:last-child {
  margin-bottom: 0;
}

.st-5-itm-cnt-description {
  margin: 20px 0;
}

.st-5-itm-cnt .btn-primary {
  border-radius: 8px 8px 0 0;
  border-bottom: 0;
  position: relative;
}

.st-5-itm-cnt .btn-primary::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 10px;
  background: url(../img/btn-corner-left.jpg) no-repeat;
  background-size: cover;
  bottom: 0;
  left: -12px;
}

.st-5-itm-cnt .btn-primary::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 10px;
  background: url(../img/btn-corner-right.jpg) no-repeat;
  background-size: cover;
  bottom: 0;
  right: -12px;
}

.st-5-itm-img {
  margin-bottom: 40px;
}

.st-5-itm-img img {
  width: 100px;
}

.st-5-itm-img {
  max-width: 100px;
  margin: 0 auto 20px;
}

.st-5-itm-img video {
  display: block;
}

.st-5-items [data-aos=fade-up] {
  transform: translate3d(0, 500px, 0);
}

/* ========== Why Choose India’s Leading Tile Company? ========== */

/* ========== We Enjoy Working With These Amazing Clients ========== */
.st-6-itm-nav-tabs li .st-6-itm-nav-tab-link {
  border: 2px solid #000;
  border-radius: 50px;
  padding: 3px 28px;
  color: #000 !important;
  background: #fff;
}

.st-6-itm-nav-tabs li .st-6-itm-nav-tab-link.active {
  background-color: #000;
  color: #fff !important;
}

ul.st-6-itm-nav-tabs {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 15px;
}

.st-6-itm-tabs {
  margin: 40px 0;
}







/* Hide all items by default (JS will show them) */
.st-6-itm-tab-content .row>div {
  display: none;
}

/* Show all items when 'All' is active */
.st-6-itm-nav-tab-link.all.active~.st-6-itm-tab-content .row>div {
  display: block;
}

/* Show items dynamically based on their categories */
.st-6-itm-tab-content.show-it-companies .row>div.it-companies,
.st-6-itm-tab-content.show-corporates .row>div.corporates,
.st-6-itm-tab-content.show-hospitals .row>div.hospitals,
.st-6-itm-tab-content.show-institutes .row>div.institutes,
.st-6-itm-tab-content.show-builders-developers .row>div.builders-developers,
.st-6-itm-tab-content.show-govt-departments .row>div.govt-departments,
.st-6-itm-tab-content.show-banks-showrooms .row>div.banks-showrooms {
  display: block;
}

/* ========== We Enjoy Working With These Amazing Clients ========== */

/* ========== Map Section ========== */
.st-7 {
  text-align: center;
  /* background: #F4F4F4 url(../img/indian-flag-img.png) no-repeat; */
  background: #F4F4F4 url(../webp/indian-flag-bg--img.webp) no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 550px;
  background-attachment: fixed;
  display: flex;
  align-items: center;
}

.st-7-itm-cnt {
  position: relative;
  width: 100%;
  background: rgba(244 244 244 / 0.8);
  padding: 30px 0;
  margin: 60px 0;
}

.st-7-itm-cnt-title {
  font-family: "Unbounded", sans-serif;
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 20px;
}


/* ========== Map Section ========== */

/* ========== Latest Updates ========== */
.st-8-itm-cnt {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 10px;
  justify-content: center;
}

.st-8-itm-cnt-in {
  text-align: center;
}

.st-8-itm-cnt-description p {
  font-weight: 500;
  font-size: 20px;
  color: #000;
  text-align: center;
  line-height: 1.3;
}

.st-8-itm-cnt-description {
  margin: 10px 0;
}

.st-8-itm-cnt-description p:last-child {
  margin-bottom: 0;
}

.st-8-items .row [class*="col-"] {
  padding: 0;
}

.st-8-itm-img img {
  width: 100%;
}

.st-8-itm-cnt-date {
  font-size: 14px;
  font-weight: 300;
  color: #545454;
}

.st-8-items {
  margin-top: 40px;
  padding: 0 15px;
}

.st-8-itm {
  display: flex;
  flex-direction: column;
}

.st-8-items .row [class*="col-"]:nth-child(even) .st-8-itm {
  flex-direction: column-reverse;
}

.st-8-itm-img {
  position: relative;
  overflow: hidden;
}

.st-8-itm:hover .st-8-itm-img img {
  transform: scale(1.2);
}

/* .st-8-itm-img::before {
    position: absolute;
    content: "";
    width: 42px;
    height: 21px;
    bottom: -1px;
    left: 50%;
    background: url(../img/latest-updates-arrow-2.png) no-repeat;
    background-size: cover;
    transform: translateX(-50%);
    z-index: 1;
} */
.st-8-itm-img::before {
  position: absolute;
  content: "";
  width: 21px;
  height: 42px;
  right: -1px;
  top: 50%;
  background: url(../img/latest-updates-arrow.png) no-repeat;
  background-size: cover;
  transform: translateY(-50%);
  z-index: 1;
}

/* .st-8-items .row [class*="col-"]:nth-child(even) .st-8-itm-img::before {
    top: -1px;
    background: url(../img/latest-updates-arrow-2-even.png) no-repeat;
} */
/* .st-8-items .row [class*="col-"]:last-child .st-8-itm-img::before {
  display: none;
} */
.st-8-items .row [class*="col-"] .row {
  margin: 0;
}

@media(min-width: 992px) {

  .st-8-items>.row>[class*="col-"]:nth-child(3) .st-8-itm .st-8-itm-img::before,
  .st-8-items>.row>[class*="col-"]:nth-child(4) .st-8-itm .st-8-itm-img::before {
    left: -1px;
    background: url(../img/latest-updates-arrow-right.png) no-repeat;
  }

  .st-8-items>.row>[class*="col-"]:nth-child(3) .st-8-itm .row,
  .st-8-items>.row>[class*="col-"]:nth-child(4) .st-8-itm .row {
    flex-direction: row-reverse;
  }
}

/* .st-8-items>.row>[class*="col-"]:first-child .st-8-itm .row {
    flex-direction: unset;
} */
/* ========== Latest Updates ========== */

/* ========== DOWNLOAD CATALOGUE ========== */
.st-9 {
  padding: 20px 0;
  background: #f0f0f0;
  position: relative;
}

.st-9-itm a {
  font-size: 20px;
  color: #000;
}

.st-9-itm a img {
  margin-right: 20px;
}

.st-9-itm a:hover {
  color: #F26522;
}

.st-9-itm {
  text-align: center;
}

/* ========== DOWNLOAD CATALOGUE ========== */

/* ========== Request a callback ========== */
.st-10-itm-cnt-title {
  font-size: 19px;
  font-weight: 500;
  margin: 0;
  text-align: end;
  padding-top: 10px;
}



.form-group {
  margin: 0;
}

.st-10 {
  background: #f9f9f9;
  padding: 30px 0;
  position: relative;

  background: linear-gradient(45deg, #307fd5, #ffc1a4, #F26522);
  background-size: 300% 300%;
  animation: gradientShift 3s infinite;
  transition: all 3s;
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}



.st-10-itm-form .form-control {
  border: 1px solid #000;
  border-radius: 6px;
  font-size: 12px;
  padding: 10px 10px;
  height: auto;
}

.st-10-itm-form .form-group p {
  margin-bottom: 0;
}

.st-10-itm-form .form-group {
  position: relative;
}

.st-10-itm-form .form-group p br {
  display: none;
}

.st-10-itm-form .form-group span.wpcf7-spinner {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}

.st-10-itm-form .form-group span.wpcf7-not-valid-tip {
  text-align: start;
  font-size: 14px;
}

.st-10-items .row {
  align-items: start !important;
}

.st-10-itm-form .form-group .intl-tel-input.separate-dial-code .selected-dial-code,
.st_8_form .intl-tel-input.separate-dial-code .selected-dial-code {
  font-size: 12px !important;
  padding-left: 25px !important;
}

.st-10-itm-form .form-group .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag,
.st_8_form .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 65px !important;
}


/* .st-10-itm-form form .row [class*="col-"] {
    width: 20%;
    max-width: 20%;
    padding: 0px 8px;
}
@media (max-width: 991px) and (min-width: 768px) {
.st-10-itm-form form .row [class*="col-"] {
    width: 50%;
    max-width: 50%;
}
} */
/* ========== Request a callback ========== */

/* ========== Footer ========== */
/* @media (min-width: 1399px) {
  .footer .container {
    max-width: 1320px;
  }
} */
.footer {
  background-color: #f0f0f0;
  position: relative;
}

.footer-itm-description p {
  font-size: 14px;
  line-height: 1.8;
}

.footer-itm-description p:last-child {
  margin-bottom: 0;
}

.footer-itm-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-itm-logo a {
  /* margin-bottom: 10px; */
  display: inline-block;
  /* display: block; */
}

ul.footer-useful-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-itm-in {
  margin-bottom: 20px;
}

ul.footer-useful-links li {
  padding: 4px 0;
  display: flex;
}

.footer-useful-links li a,
.footer-useful-links li span {
  color: #444444;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3;
  display: inline-block;
}

.footer-useful-links li a:hover {
  color: #F26522;
}

.footer-itm-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}

.footer-itm .form-group select.form-control {
  font-family: "Unbounded", sans-serif;
  appearance: none;
  border-radius: 0;
  background: #fff url(../webp/dropdown-icon.webp) no-repeat;
  background-position: right 10px center;
  font-size: 12px;
  padding: 10px;
  height: auto;
  width: 100%;
}

.change-language .gtranslate_wrapper .gt_selector {
  font-family: "Unbounded", sans-serif;
  appearance: none;
  border-radius: 0;
  background: #fff url(../webp/dropdown-icon.webp) no-repeat;
  background-position: right 10px center;
  font-size: 12px;
  padding: 10px;
  height: auto;
  width: 100%;
  outline: 0;
}

.social-media {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 15px;
}

.social-media a {
  min-width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-itm .social-media {
  margin-top: 20px;
}

.footer-contact-details li a,
.footer-contact-details li span {
  display: flex;
  align-items: start;
  gap: 10px;
}

.footer-contact-details li {
  padding: 4px 0;
}

.footer-contact-details li a img {
  padding-top: 4px;
}


.footer-botom-items .row [class*="col-"] {
  max-width: 20%;
}

.footer-itm-main-title {
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}

.footer-itm-main-title img {
  margin-left: 20px;
}

.footer-itm-main-title.useful-links-active img {
  transform: rotate(-180deg);
}

.footer-botom {
  margin-top: 30px;
}

.footer-botom-items {
  margin-top: 20px;
  display: none;
}

.copyright {
  background: #F26522;
  padding: 9.5px 0;
}

.copyright p {
  text-align: center;
  color: #fff;
  font-weight: 400;
  margin: 0;
}


.recruiter-logo {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-itm-description {
  margin: 25px 0;
}

.recruiter-logo li {
  background-color: #fff;
  padding: 5px;
}

.recruiter-logo li img {
  background-color: #fff;
  padding: 10px;
  width: 80px;
}

@media(min-width: 1400px) {
  .footer-top-items>.row>[class*="col-"]:first-child .footer-itm {
    max-width: 380px;
  }
}

@media(min-width: 1600px) {
  .footer-top-items>.row>[class*="col-"]:first-child .footer-itm {
    max-width: 420px;
  }
}

@media(min-width: 992px) {
  .footer-top-items>.row>[class*="col-"]:last-child .footer-itm {
    /* max-width: 380px; */
    /* margin-left: auto; */
  }
}




/* ========== Footer ========== */

.fixed-msg-btn {
  position: fixed;
  right: 20px;
  /* bottom: 20px; */
  bottom: 100px;
  z-index: 11;
}

.fixed-msg-btn button {
  background: #ffffff;
  border: 8px solid #f26522;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.fixed-msg-btn button img {
  position: absolute;
  width: 100%;
  animation: slide-right-to-left 3s infinite linear;
  border-radius: 50%;
}

.fixed-msg-btn button img:nth-child(1) {
  animation-delay: 0s;
}

.fixed-msg-btn button img:nth-child(2) {
  animation-delay: 1s;
}

.fixed-msg-btn button img:nth-child(3) {
  animation-delay: 2s;
}

/* .fixed-msg-btn button img:nth-child(4) {
  animation-delay: 3s; 
} */

@keyframes slide-right-to-left {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }

  10% {
    transform: translateX(0);
    opacity: 1;
  }

  25% {
    transform: translateX(0);
    opacity: 1;
  }

  35% {
    transform: translateX(-100%);
    opacity: 0;
  }

  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}







.fixed-popup {
  position: fixed;
  /* bottom: 110px; */
  bottom: 190px;
  right: 20px;
  z-index: 11;
  min-width: 292px;
  transform: scale(0);
  transform-origin: bottom right;
  transition: all .3s;
}

.fixed-popup.fixed-popup-active {
  transform: scale(1);
}

.fixed-popup-cnt {
  background: #fff;
  border-radius: 8px;
  position: relative;
}

.fixed-popup-cnt::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 14px;
  bottom: -13px;
  right: 23px;
  background: url(../img/fix-popup-corner.png) no-repeat;
  background-size: cover;
}

.fixed-popup-cnt-title {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #F26522;
  padding: 16px 12px;
  margin: 0;
  border-radius: 8px 8px 0 0;
}


.fixed-popup-msg-plateform {
  list-style: none;
  padding: 20px;
  margin: 0;
}

.fixed-popup-msg-plateform li {
  margin-bottom: 10px;
}

.fixed-popup-msg-plateform li:last-child {
  margin-bottom: 0;
}

.fixed-popup-msg-plateform li button {
  background: transparent;
  border: 0;
  outline: 0;
  padding: 0;
}
.fixed-popup-msg-plateform li a, .fixed-popup-msg-plateform li button {
  display: flex;
  gap: 15px;
}

.fixed-popup-msg-plateform-cnt .plateform-cnt-title {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  line-height: 1.2;
}

.fixed-popup-msg-plateform-cnt p {
  font-size: 12px;
  font-weight: 200;
  margin: 0;
}

.fixed-popup-close {
  text-align: right;
}

.fixed-popup-close-btn {
  background: #f26522;
  border: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}







.st-11 {
  /* background: #fff linear-gradient(145deg, rgb(242 101 34 / 80%) 0%, #f3cab7 50%, rgb(242 101 34 / 80%) 100%); */
  /* background: url(../img/dark-tile-bg.jpg) no-repeat; */
  background-color: #fff;
  background-size: cover;
  background-position: center;
}

.st-11-items .nav-tabs {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 15px;
  margin: 40px 0;
  border: 0;
}

.st-11-items .nav-tabs .nav-item .nav-link {
  border: 2px solid #F26522;
  border-radius: 50px;
  padding: 3px 28px;
  font-size: 16px;
  color: #000 !important;
  background: #fff;
}

.st-11-items .nav-tabs .nav-item .nav-link:hover,
.st-11-items .nav-tabs .nav-item .nav-link.active {
  background-color: #F26522;
  color: #fff !important;
}

.st-11-itm-slider .owl-stage {
  display: flex;
  align-items: center;
}

.st-11-itm-slider .st-11-itm-slide {
  max-width: 200px;
}

.st-11-itm-slider .st-11-itm-slide img {
  min-width: 150px;
  margin: auto;
  filter: grayscale(1);
}

.st-11-itm-slider .st-11-itm-slide .st-11-itm-slide-img:hover img {
  filter: initial;
}

.st-11-itm-slider {
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0 0 0 / 0.2);
  padding: 10px 25px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  height: 200px;
}

.st-11 .heading-type-2.moving-dot {
  position: relative;
  z-index: 1;
}

/* Moving particles */
.particleMove-1 {
  position: relative;
}

.particleMove-1::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: black;
  right: 0px;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  animation: particleMove 1s infinite alternate ease-in-out;
}

@keyframes particleMove {
  0% {
    transform: translateY(-50%) translateY(-10px);
  }

  100% {
    transform: translateY(-50%) translateY(10px);
  }
}


.moving-dot {
  position: relative;
  display: inline-block;
  /* height: 100%; */
}

.moving-dot::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #F26522;
  right: 0px;
  z-index: -1;
  animation: movingShape 1s infinite alternate ease-in-out;
}

@keyframes movingShape {
  0% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/* Moving particles */

.modal-style-1 .modal-content {
  border-radius: 0;
}

.modal-style-1 .modal-header {
  border: 0;
  padding: 0;
}

.modal-style-1 .modal-body {
  padding: 10px 30px 30px;
}

.modal-style-1 .modal-header .close {
  margin: 0 0 0 auto;
  background: #000;
  background-position: center;
  border-radius: 0;
  opacity: 1;
  outline: 0;
  height: 36px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-style-1 .modal-title {
  font-size: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.modal-style-1-description {
  margin-bottom: 20px;
  height: 172px;
}

.modal-style-1-description p:last-child {
  margin-bottom: 0;
}




/* ========== Page Header ========== */
.st-12 {
  background-image: url(../webp/page-header-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.st-12::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0 0 0 / 65%);
}

.st-12-itm .heading-type-1 {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  margin: 0;
  text-align: center;
  color: #fff;
}

.st-12-items {
  position: relative;
}

.st-12.sec-pad {
  padding: 110px 0;
}

/* ========== Page Header ========== */

/* Excellence in Tile Manufacturing for Over Four Decades */
.list-type-1 {
  list-style: none;
  padding: 0;
}

.list-type-1 li {
  position: relative;
  padding: 5px 0 5px 35px !important;
  line-height: 1.4;
}

.list-type-1 li::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 0;
  top: 6px;
  background: #F26522 url(../webp/check-mark-icon.webp) no-repeat;
  background-position: center;
}

.st-13-items .section-heading,
.st-13-itm-vodeo {
  max-width: 410px;
}

/* Excellence in Tile Manufacturing for Over Four Decades */

/* Made in India, Designed for the World */
.st-14 {
  position: relative;
}

.st-14::before {
  position: absolute;
  content: "";
  width: 403px;
  height: 382px;
  background: url(../webp/st-14-bg-img.webp) no-repeat;
  left: 0;
  bottom: 60px;
}

@media(min-width: 992px) {
  .st-14-itm-img {
    padding-bottom: 60px;
  }
}

/* Made in India, Designed for the World */


.st-15-itm .row [class*="col-"] {
  padding: 0;
}

.st-15-itm {
  padding: 0 15px;
}

.st-15-itm-img {
  height: 100%;
}

.st-15-itm-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.st-15-itm-cnt {
  padding: 20px 40px;
  background-color: #f4f4f4;
  height: 100%;
}

.st-15-itm-cnt-title {
  font-size: 28px;
  font-weight: 500;
  text-align: left;
  line-height: 1.2;
}

.st-15-itm-bottom-info p {
  text-align: center;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}

.st-15-itm-bottom-info p:last-child {
  margin-bottom: 0;
}

.st-15-itm-bottom-info {
  padding: 18px 0;
  background-color: #EDEDED;
}






/* Why Naveen Tiles is the No.1 Choice Among Tile Manufacturer */
.st-16-itm-cnt-title-1 {
  font-size: 32px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  position: relative;
  z-index: 1;
}

.st-16-itm-cnt-title-1 .moving-dot {
  position: relative;
  z-index: -1;
}

.st-16-itm-cnt-description p {
  font-family: "Raleway", sans-serif;
}

.st-16-itm-cnt-description p:last-child {
  margin-bottom: 0;
}

.st-16-itm-cnt {
  background: #f4f4f4;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.st-16-itm-cnt-top span {
  font-size: 24px;
  font-weight: 300;
}

.st-16-itm-cnt-title-2 {
  font-size: 22px;
  font-weight: 300;
}

.st-16-items .st-16-itm {
  margin-bottom: 20px;
}

.st-16-items .st-16-itm:last-child {
  margin-bottom: 0;
}

.st-16-items .st-16-itm:first-child>.row>[class*="col-"]:first-child .st-16-itm-cnt {
  background-color: #fff;
  border: 1px solid #000;
}

.st-16-itm-cnt-top {
  margin-bottom: 30px;
}


/* Why Naveen Tiles is the No.1 Choice Among Tile Manufacturer */


/* @media (min-width: 1400px) {
  .st-17 .container {
    max-width: 90%;
  }
}

.st-17-sidebar {
  width: 350px;
  background: #ccc;
}

.st-17-content {
  width: calc(100% - 350px);
  padding: 60px 50px;
}

.st-17-in {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-flow: wrap;
  width: 100%;
  padding: 0 0 50px;
}

.st-17-sidebar-in {
  background-color: #f6f6f6;
  position: sticky;
  top: 48px;
} */

.product-list-main {
  display: flex;
}

.sidebar {
  width: 400px;
  min-width: 400px;
  background: #ededed;
  border-right: 1px solid #ddd;
}

.sidebar-in {
  position: sticky;
  top: 47px;
}

.product-list-main-content .sec-pad {
  padding: 60px 50px;
}


/*  */
.sidebar-main-items {
  padding: 0;
  list-style: none;
  margin: 0;
}

.sidebar-main-single-itm {
  position: relative;
}

.sidebar-child-items {
  position: absolute;
  top: 0;
  left: 100px;
  width: calc(100% - 100px);
}

.sidebar-child-itm-header {
  background: #f26522;
  padding: 25px 10px;
}

.sidebar-child-itm-title {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  margin: 0;
  font-weight: 700;
}

/*  */
/* Products */
.st-17-itm-cnt-title {
  font-size: 20px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
}

.st-17-itm-cnt-details {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 12px 0 15px;
}

.st-17-itm-cnt-details li span {
  width: 12px;
  height: 12px;
  display: inline-block;
  background: #f26522;
  border-radius: 50%;
  margin-right: 8px;
}

.st-17-itm-cnt-cta .btn {
  padding: 8px 15px;
  font-weight: 400;
  font-size: 16px;
}

.st-17-itm-cnt-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.st-17-itm-cnt {
  margin-top: 10px;
}

.st-17-itm {
  padding: 15px;
  border: 1px solid #eee;
  margin-bottom: 25px;
}

.st-17-itm-img {
  position: relative;
}

.st-17-itm-img::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 35px;
  top: 0;
  right: -7px;
  background: url(../img/st-17-itm-new-tag.png) no-repeat;
}

.st-17-itm-whatsapp {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.filter-form {
  max-width: 300px;
  margin: 0 0 20px auto;
}

.filter-form .form-control {
  background: #f4f4f4 url(../img/dropdown-icon.png) no-repeat;
  background-position: right 10px center;
  border: 1px solid #ddd;
  border-radius: 8px;
  appearance: none;
  padding: 10px;
  height: auto;
}








/* Products */







/* Table Section */
.st-18 {}

.st-18-itm-tbale .table {
  background: #fff;
  margin-bottom: 10px;
}

.st-18-itm-tbale {
  overflow-x: auto;
  margin-bottom: 10px;
}

/* Table Section */


/* How to Choose the Right Living Room Floor Tile */
.st-19-itm-count {
  font-size: 24px;
  font-weight: 300;
}

.st-19-itm-title {
  font-size: 22px;
  font-weight: 400;
  margin: 0;
}

.st-19-itm-description {
  margin-top: 40px;
}

.st-19-itm-description p:last-child {
  margin-bottom: 0;
}

.st-19-itm-description ul {
  padding-left: 20px;
}

.st-19-itm {
  border: 1px solid #000;
  padding: 20px;
  background: #fff;
}

.st-19-items .row {
  gap: 25px 0;
}

/* How to Choose the Right Living Room Floor Tile */

/* Types of Floor Tiles */
.st-20-itm-cnt-description p b {
  font-weight: 600;
}

.st-20-itm {
  background: #f4f4f4;
  padding: 10px;
  border: 1px solid #ddd;
}

.st-20-itm-cnt-description p:last-child {
  margin-bottom: 0;
}

.st-20-itm-img {
  margin-bottom: 10px;
}

.st-20-itm-img img {
  width: 100%;
}

.st-20-items .row {
  gap: 25px 0;
}

.st-20-itm-cnt ul {
  padding-left: 20px;
  margin: 0;
}

.st-20-itm-cnt-title {
  font-size: 20px;
  margin-bottom: 5px;
}

/* Types of Floor Tiles */

/*  */
.st-21-itm-cnt ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.st-21-itm-cnt ul li {
  padding: 4px 0;
}

.st-21-itm-cnt ul li b:first-child {
  font-weight: 700;
}

.st-21-itm-cnt ul li b {
  font-weight: 600;
}

.st-21-itm-cnt ul li ul {
  padding-left: 20px;
  margin: 5px 0;
}

.st-21-itm-cnt ul li ul li {
  line-height: 1.5;
  list-style: circle;
  padding: 2px 0;
}

.st-21-itm-cnt-description p:last-child {
  margin-bottom: 0;
}

.st-21-itm-cnt-description p a {
  color: #f26522;
}

.st-21-itm-cnt-description p a:hover {
  text-decoration: underline;
}

.st-21-itm-cnt p b {
  font-weight: 700;
  color: #000;
}

.products-list .woocommerce-info {
  border: 0;
}

.products-list .woocommerce-info::before {
  color: #F26522;
}

.st-21-itm-in {
  margin-bottom: 20px;
}

.st-21-itm-in:last-child {
  margin-bottom: 0;
}

/*  */


.accordion-style-1 .btn-link {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  font-family: "Raleway", sans-serif;
  padding: 20px;
  box-shadow: none !important;
  text-decoration: none;
  position: relative;
}

.accordion-style-1 .btn-link::before {
  position: absolute;
  content: "";
  background: url(../img/accordion-style-1-minus.png) no-repeat;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 24px;
  height: 24px;
  transition: .2s;
}

.accordion-style-1 .btn-link.collapsed::before {
  background: url(../img/accordion-style-1-plus.png) no-repeat;
  transform: translateY(-50%) rotate(-180deg);
}

.accordion-style-1 .card-header {
  border: 0;
  background: transparent;
  padding: 0;
}

.accordion-style-1 .card {
  border-radius: 20px !important;
  margin-bottom: 20px;
  border: 1px solid #ddd !important;
}

.accordion-style-1 .card:last-child {
  margin-bottom: 0;
}

.accordion-style-1 .card-body {
  padding-top: 0;
}

.card-body-description p {
  margin-bottom: 0;
}


/* FAQs About Living Room Floor Tiles */
.st-22 {}

/* FAQs About Living Room Floor Tiles */

/* Related Blogs */
.st-23-itm-img img {
  border-radius: 20px;
}

.st-23-itm-cnt-top-detail {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  display: flex;
  align-items: center;
  gap: 20px;
}

.st-23-itm-cnt-top-detail-profile {
  background: #F26522;
  border-radius: 50%;
  padding: 7px;
  width: 35px;
  height: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.st-23-itm-cnt-top-detail li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.st-23-itm-cnt-title {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
}

/* Related Blogs */




/* Testimonial */
.st-24-itm {
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 20px;
  position: relative;
  margin-top: 40px;
  padding: 20px;
}

.st-24-itm-img {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  margin: -60px 0 20px 0;
  padding: 15px;
  /* border: 1px solid #ddd; */
}

.st-24-itm::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: #f5f5f5;
  bottom: -10px;
  left: 25px;
  border: 1px solid #ddd;
  border-left: 0;
  border-top: 0;
  transform: rotate(45deg);
}

.st-24-itm-author-name {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  padding: 15px 20px 0;
}

.st-24-itm-description p:last-child {
  margin-bottom: 0;
}

.st-24-itm-description p a {
  color: #f26522;
}

.st-24-itm-description p a:hover {
  text-decoration: underline;
}

@media(min-width: 768px) {
  .nav-style-1 {
    padding: 0 50px;
  }
}

.nav-style-1 .owl-nav {
  width: 100%;
  left: 0;
  right: initial;
  bottom: initial;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  display: flex;
  justify-content: space-between;
}

.nav-style-1 .owl-nav button {
  color: transparent !important;
  position: initial;
}

.nav-style-1 .owl-nav button.owl-prev {
  background: url(../img/owl-arrow-left.png) no-repeat !important;
  background-position: center !important;
}

.nav-style-1 .owl-nav button.owl-next {
  background: url(../img/owl-arrow-right.png) no-repeat !important;
  background-position: center !important;
}

.nav-style-1 .owl-nav button span {
  margin: 0 !important;
}

/* Testimonial */

.st-25-itm {
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
}

.st-25-itm-img {
  margin-bottom: 20px;
}

.st-25-itm-cnt-title {
  font-size: 20px;
}

.st-25-itm-cnt-description p:last-child {
  margin-bottom: 0;
}

.st-25-itm-cnt ul {
  padding-left: 20px;
  margin-bottom: 0;
}

.st-25-itm-cnt p:last-of-type {
  margin-bottom: 0;
}

.st-25-itm-cnt ul li {
  line-height: 1.3;
  padding: 3px 0;
}

.st-25-itm-cnt ul li b {
  font-weight: 600;
}

.st-25-items .row {
  gap: 20px 0;
}


.st-26-itm p a {
  color: #F26522;
}

.st-26-itm p a:hover {
  text-decoration: underline;
}




/* Product List */
.woocommerce-shop .abt_sec .container,
.archive.tax-product_cat .abt_sec .container {
  max-width: 100%;
  padding: 0;
}

.woocommerce-shop .abt_sec {
  padding: 0;
}

.woocommerce-loop-product__title {
  font-size: 20px !important;
  font-weight: 700 !important;
  /* font-family: "Raleway", sans-serif !important; */
  text-align: left !important;
  margin-bottom: 10px !important;
}

.woocommerce ul.products li.product .price {
  font-size: 16px !important;
  color: #242424 !important;
  text-decoration: none;
  margin: 5px 0 !important;
  line-height: 1.5;
  position: relative;
}

.price ins {
  text-decoration: none;
}

.product-size {
  width: 50%;
  display: inline-block;
  color: #242424 !important;
}

.stock.in-stock {
  width: 50%;
  display: inline-block;
  margin-bottom: 0;
  line-height: 1.3;
}


.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  /* margin: 0 20px 20px 0 !important; */
  margin: 10px 1.5% 10px 0 !important;
  width: 32.3% !important;
  padding: 15px !important;
  border: 1px solid #eee;
  background: #fff;
}

.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
  margin-right: 0 !important;
}

.woocommerce-page.columns-3 ul.products li.product,
.woocommerce.columns-3 ul.products li.product {
  /* width: calc(34.33% - 30px); */
  /* width: 32.3% !important; */
  /* padding: 15px; */
  /* border: 1px solid #eee; */
}

.add_to_cart_button {
  background: #F26522 !important;
  border-radius: 6px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  border-color: #F26522 !important;
  color: #fff !important;
  box-shadow: none !important;
  margin-top: 10px !important;
  /* width: 115px !important; */
  padding: 10px !important;
}

.add_to_cart_button:hover {
  background-color: #000 !important;
  border-color: #000 !important;
}

.wpcbn-btn.add_to_cart_button {
  background: #f4f4f4 !important;
  border-color: #000 !important;
  color: #000 !important;
  float: right;
}

.wpcbn-btn.add_to_cart_button:hover {
  color: #F26522 !important;
}

.woocommerce-shop .page_wrapper,
.archive.tax-product_cat .page_wrapper {
  overflow-x: initial;
}

.category_sidebar_sec {
  position: sticky;
  top: 47px;
  height: 100vh;
  /* padding: 20px 0; */
  background: #f0f0f0;
  /* border-right: 1px solid #ddd; */
}

.widget_yith_wc_category_accordion {
  /* padding: 20px 0; */
  /* background: #f0f0f0; */
  background: #e7e7e7;
}

.woocommerce ul.products li.product .onsale {
  width: 80px;
  height: 35px !important;
  min-height: 35px;
  padding: 0;
  top: 22px !important;
  right: 15px !important;
  background: url(../img/st-17-itm-new-tag.png) no-repeat;
  color: transparent;
  border-radius: 0;
}

.ywcca_widget_title {
  display: none;
}

.ywcca_widget_container_style_4 ul.ywcca_category_accordion_widget li .icon-plus_style_4,
.ywcca_widget_container_style_4 ul.ywcca_category_accordion_widget li .icon-minus_style_4 {
  display: none !important;
}

.ywcca_category_accordion_widget li ul.yith-children {
  padding: 0;
}

.ywcca_widget_container_style_4 .ywcca_category_accordion_widget {
  position: relative;
  /* background: #f0f0f0; */
  background: #e7e7e7;
  /* height: calc(100vh - 20px); */
  /* height: calc(100vh - 66px); */
  height: calc(100vh - 308px);
  overflow-y: auto;
}

.ywcca_widget_container_style_4 {
  position: relative;
  padding-top: 20px;
  height: 100vh;
}

.ywcca_widget_container_style_4::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  left: 0;
  top: 0;
  background: #dddddd;
}

.ywcca_widget_container_style_4 .ywcca_category_accordion_widget::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  left: 0;
  top: 0;
  background: #dddddd;
  z-index: -1;
}

.ywcca_widget_container_style_4 .ywcca_category_accordion_widget>li {
  width: 100px;
  line-height: 1.3 !important;
  padding: 10px !important;
  text-align: center;
  border: 0 !important;
  background: #ddd !important;
  /* position: relative; */
  z-index: 1;
}

.ywcca_widget_container_style_4 .ywcca_category_accordion_widget>li>ul {
  position: absolute;
  width: calc(100% - 140px);
  left: 120px;
  top: 0;
  text-align: left;
}

.cat-item ul.yith-children li.cat-item {
  margin: 0 0 10px !important;
}

.cat-item ul.yith-children li.cat-item:last-child {
  margin-bottom: 0 !important;
}

.cat-item ul.yith-children li.cat-item a.round {
  background: #fff !important;
  padding: 10px !important;
  color: #000 !important;
  width: 100%;
  display: block;
  font-size: 14px;
}

.cat-item ul.yith-children li.cat-item a.round:hover {
  background-color: #F26522 !important;
  color: #fff !important;
}

.abt_sec .orderby {
  background: #f4f4f4 url(../img/dropdown-icon.png) no-repeat;
  background-position: right 10px center;
  border: 1px solid #ddd;
  border-radius: 8px;
  appearance: none;
  height: auto !important;
  padding: 10px 30px 10px 15px !important;
}

.ywcca_container {
  margin: 0 !important;
}

.woocommerce-shop .abt_sec .abt_sec_in>.row>[class*='col-'] {
  padding: 0;
}

.woocommerce-shop .sec-pad {
  padding: 60px 50px;
}

.woocommerce-shop .abt_sec,
.archive.tax-product_cat .abt_sec {
  /* padding: 0 15px; */
  padding: 0;
}

.ywcca_widget_container_style_4 .ywcca_category_accordion_widget>.cat-item::before {
  content: "";
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 100%;
  height: 35px;
  display: inline-block;
  margin-bottom: 5px;
}

.cat-item.cat-item-21::before {
  background: url(../img/wall-floor-icon.png);
}

.cat-item.cat-item-16::before {
  background: url(../img/floor-tiles.png);
}

.cat-item.cat-item-19::before {
  background: url(../img/wall-tiles.png);
}

.cat-item.cat-item-101::before {
  background: url(../img/sidebar-bedroom-icon.png);
}

.cat-item.cat-item-108::before {
  background: url(../img/bedroom-wall-tile-sidebar-icon.png);
}

.cat-item.cat-item-98::before {
  background: url(../img/commercial-tile-icon.png);
}

.cat-item.cat-item-104::before {
  background: url(../img/bathroom-floor-tile-icon.png);
}

.cat-item.cat-item-105::before {
  background: url(../img/bathroom-wall-tile-icon.png);
}

.cat-item.cat-item-103::before {
  background: url(../img/kitchen-floor-tile-icon.png);
}

.cat-item.cat-item-102::before {
  background: url(../img/kitchen-wall-tile-icon.png);
}

.cat-item.cat-item-99::before {
  background: url(../img/living-room-floor-tile-icon.png);
}

.cat-item.cat-item-100::before {
  background: url(../img/living-room-wall-tile-icon.png);
}

.cat-item.cat-item-106::before {
  background: url(../img/outdoor-floor-tile-sidebar-icon.png);
}

.cat-item.cat-item-107::before {
  background: url(../img/outdoor-wall-tile-sidebar-icon.png);
}

.cat-item.cat-item-109::before {
  background: url(../img/tile-type-sidebar-icon.png);
}

.cat-item.cat-item-115::before {
  background: url(../img/sidebar-tile-size-icon.png);
}

.cat-item.cat-item-110::before {
  background: url(../img/sidebar-tile-finish-icon.png);
}

.cat-item.cat-item-125::before {
  background: url(../img/sidebar-tile-colour-icon.png);
}



.single-product span.onsale {
  display: none;
}

.sidebar-filter-btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 111;
}

.sidebar-filter-btn button span {
  line-height: 1.4;
  font-size: 14px;
  display: block;
  color: #f26522;
}

.sidebar-filter-btn button img {
  width: 25px;
  transition: .25s;
}

.sidebar-filter-btn button {
  width: 70px;
  height: 70px;
  padding: 5px;
  border-radius: 50%;
  outline: 0 !important;
  border: 8px solid #f26522;
  text-align: center;
}

.sidebar-close-btn {
  float: right;
  z-index: 1;
  position: relative;
  border: 0;
  width: 20px;
  padding: 0;
  margin: 5px 5px 0 0;
  line-height: 1;
  outline: 0 !important;
}


/* Product List */

/* Product Detail */
.product_detail_sec .wpgs-nav.slick-initialized.slick-slider {
  display: none !important;
}

.woocommerce-product-details__short-description strong {
  font-weight: 600;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price {
  color: #F26522 !important;
  font-size: 24px !important;
}

.woocommerce div.product p.price ins {
  font-weight: 600;
}

.woocommerce-product-details__short-description p {
  margin-bottom: 8px;
  width: calc(50% - 10px);
  text-align: left;
  line-height: 1.3;
}

.woocommerce-product-details__short-description {
  display: flex;
  /* align-items: center; */
  flex-wrap: wrap;
  gap: 0 20px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
  color: #F26522 !important;
  font-weight: 400;
  text-align: left;
}

.woocommerce .quantity .qty {
  outline: 0 !important;
  border: 1px solid #000;
  border-radius: 3px;
}

.single_add_to_cart_button {
  background: #F26522 !important;
  border-radius: 6px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  border: 1px solid #F26522 !important;
  color: #fff !important;
  box-shadow: none !important;
  /* width: 115px !important; */
  padding: 10px !important;
  /* margin: 0 15px !important; */
}

.single_add_to_cart_button:hover {
  background-color: #000 !important;
  border-color: #000 !important;
}

.wpcbn-btn.single_add_to_cart_button {
  background: #f4f4f4 !important;
  border-color: #000 !important;
  color: #000 !important;
  margin: 0 !important;
}

.wpcbn-btn.single_add_to_cart_button:hover {
  color: #F26522 !important;
}

.woocommerce .quantity .qty {
  border: 1px solid #000;
  border-radius: 6px;
  padding: 10px 8px;
  width: auto !important;
  max-width: 70px;
  font-size: 14px;
}

.woocommerce div.product form.cart div.quantity {
  margin: 0 !important;
}

.related.products ul.products {
  display: flex;
  flex-wrap: wrap;
}

.related.products ul.products li.product {
  width: 23.5% !important;
  margin: 10px 1.5% 10px 0 !important;
}

.single-product .woocommerce-Tabs-panel {
  display: block !important;
}

.single-product ul.tabs.wc-tabs {
  display: none;
}

.single-product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description p {
  /* margin-bottom: 8px; */
  /* width: calc(50% - 10px); */
  /* text-align: left; */
  /* line-height: 1.3; */
  /* display: inline-block; */
}

.single-product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description p strong {
  font-weight: 600;
}

.single-product .woocommerce-Tabs-panel h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.product_detail_sec .slick-arrow:before {
  content: "\f104";
  font-family: 'FontAwesome';
  width: 35px;
  font-size: 20px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  background: #F26522;

}

.product_detail_sec .flaticon-right-arrow.slick-arrow:before {
  content: "\f105" !important;
}

.product_detail_sec .woo-product-gallery-slider {
  border: 0 !important;
}

.product_detail_sec .woo-product-gallery-slider .slick-list {
  border: 1px solid #ccc;
}

.product_detail_sec .woo-product-gallery-slider .slick-slider {
  padding-bottom: 50px;
}

.product_detail_sec .woo-product-gallery-slider .slick-slider .slick-arrow {
  top: initial;
  bottom: 0;
}

.product_detail_sec .woo-product-gallery-slider .slick-slider .flaticon-back {
  left: 35%;
}

.product_detail_sec .woo-product-gallery-slider .slick-slider .flaticon-right-arrow {
  right: 35%;
}

/* Product Detail */



.blog_sec_in_itm_blogs .row {
  gap: 50px 0;
}

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

.blog_sec_in_itm_search_form .form-group .form-control {
    padding: 10px 10px !important;
    height: auto;
    border-radius: 6px;
}
.blog_sec_in_itm_search_form .form-group .btn.btn-danger {
    padding: 10px;
    font-size: 16px;
} */

.sidebar_form .form-group {
  margin-bottom: 20px;
}

.sidebar_form .form-group {
  margin-bottom: 20px;
}

.sidebar_form .form-group .form-control {
  padding: 10px 10px !important;
  height: auto;
  border-radius: 6px;
}

.sidebar_form .form-group .btn.btn-danger {
  padding: 10px;
  font-size: 16px;
}


.blog_sec_in_itm_get_update_form p {
  line-height: 1.3;
}

.blog_sec_in_itm_get_update_form {
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 10px;
}

.blog_sec_in_itm_search_form {
  margin-bottom: 30px;
}

.blog_sec_in_itm_sidebar {
  position: sticky;
  top: 80px;
}

/* Blog Pagination */
.blog_sec_in_itm_blogs .easy-wp-page-nav {
  padding: 0;
  margin: 0;
}

.blog_sec_in_itm_blogs .easy-wp-page-nav li {}

.blog_sec_in_itm_blogs .easy-wp-page-nav li .page-numbers {
  padding: 8px 10px !important;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000 !important;
  background: #E7E7E7 !important;
  border-color: #E7E7E7 !important;
}

.blog_sec_in_itm_blogs .easy-wp-page-nav li .page-numbers.first-page-link,
.blog_sec_in_itm_blogs .easy-wp-page-nav li .page-numbers.last-page-link {
  width: 50px !important;
}

.blog_sec_in_itm_blogs .easy-wp-page-nav li .page-numbers.current {
  background: #F26522 !important;
  border-color: #F26522 !important;
  color: #fff !important;
  /* width: auto; */
}

.blog_sec_in_itm_blogs .easy-wp-page-nav li .page-numbers.current .number-page {
  color: #fff !important;
}

.blog_sec_in_itm_blogs .easy-wp-page-nav li .page-numbers p {
  margin: 0;
  color: #000;
  line-height: 1;
}

.blog_sec_in_itm_blogs .easy-wp-page-nav li .page-numbers p:first-child {
  /* display: none; */
}

.blog_sec_in_itm_blogs .easy-wp-page-nav li .page-numbers.current p {
  display: inline-block;
}


.blog_sec_in_itm_blogs .easy-wp-page-nav li .page-numbers.dots {
  color: #fff;
}

.blog_sec_in_itm_blogs .easy-wp-page-nav li .page-numbers.next,
.blog_sec_in_itm_blogs .easy-wp-page-nav li .page-numbers.prev {
  position: relative;
  color: transparent !important;
}

.blog_sec_in_itm_blogs .easy-wp-page-nav li .page-numbers.next::before,
.blog_sec_in_itm_blogs .easy-wp-page-nav li .page-numbers.prev::before {
  content: "\f104";
  font-family: 'FontAwesome';
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  transition: .5s;
  font-size: 20px;
}

.blog_sec_in_itm_blogs .easy-wp-page-nav li .page-numbers.next::before {
  content: "\f105";
}


.blog_sec_in_itm_blogs .easy-wp-page-nav li:first-child .page-numbers {
  width: auto;
}

/* Blog Pagination */


.xoo-wsc-footer,
.xoo-wsc-footer a,
.xoo-wsc-footer .amount {
  font-size: 16px !important;
}

.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn,
.xoo-wsc-container .xoo-wsc-btn {
  padding: 5px 15px !important;
  border: 1px solid #000 !important;
}





.woocommerce-page table.cart td.actions .input-text {
  width: auto !important;
  margin: 0 !important;
  border-radius: 6px;
  padding: 8px 15px !important;
}





.woocommerce-page table.cart td.actions button[type="submit"],
.checkout-button {
  width: auto !important;
  margin-left: 10px !important;
  display: initial !important;
  border-radius: 6px !important;
  padding: 12px 15px !important;
  background-color: #F26522 !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  color: #fff !important;
}

.checkout-button {
  display: block !important;
  margin: 0 !important;
  padding: 15px 15px !important;
}

.woocommerce-page table.cart td.actions button[type="submit"]:hover,
.checkout-button:hover {
  background-color: #000 !important;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: 100% !important;
}


.woocommerce-info {
  border-color: #F26522 !important;
}

.woocommerce-info::before {
  color: #F26522 !important;
}


.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-2 {
  /* max-width: 50%; */
  max-width: 100%;
  padding: 0;
  width: 100% !important;
}

.woocommerce form .form-row label {
  line-height: 1.2 !important;
  display: block !important;
  width: 100%;
}

span.woocommerce-input-wrapper {
  width: 100%;
}


.woocommerce .col2-set {
  margin-bottom: 20px;
}


#order_review_heading {
  background-color: #f7f7f7;
  padding: 40px 40px 0 40px;
  margin: 20px 0 0;
}

.woocommerce-checkout-review-order {
  padding: 20px 40px 40px;
  background: #f7f7f7;
}

.woocommerce-checkout-review-order table {
  width: 100%;
  background-color: #fff;
}

.woocommerce-checkout-review-order table th,
.woocommerce-checkout-review-order table td {
  border: 1px solid #ccc;
  padding: 10px;
}

.mp-item-cart .add_to_cart_button,
.single_add_to_cart_button,
button[type="submit"],
.wc-block-cart__submit-button {
  background-color: #F26522 !important;
  /* width: 100%; */
  padding: 15px 15px !important;
  border-radius: 6px !important;
}


.mp-item-cart .add_to_cart_button:hover,
.single_add_to_cart_button:hover,
input[type="submit"]:hover,
button[type="submit"]:hover,
.wc-block-cart__submit-button:hover {
  /* background: #000 !important; */
}

body.woocommerce-checkout {
  overflow-x: hidden;
}


.single_add_to_cart_button.alt.loading {
  color: transparent !important;
  position: relative;
}

.single_add_to_cart_button.alt.loading::after {
  color: #fff;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  top: 50% !important;
  vertical-align: middle !important;
}





.products-list .lmp_load_more_button .lmp_button.btn.btn-danger {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  border-radius: 6px !important;
  padding: 12px 38px !important;
}

.products-list .lmp_load_more_button .lmp_button.btn.btn-danger:hover {
  background-color: #000 !important;
}

.author-designation {
  color: #F26522;
  font-size: 30px;
  padding: 0;
}

.author-department {
  color: #F26522;
  font-size: 24px;
  padding: 0;
}

.st-28-itm-cnt-description {
  margin: 10px 0;
}

.st-28-itm-cnt-description p:last-child {
  margin-bottom: 0;
}

.st-28-itm-cnt-description p a {
  color: #F26522;
}

.st-28-itm-cnt-description p a:hover {
  text-decoration: underline;
}

.st-28-itm-cnt .social-media li a img {
  width: 35px;
  border-radius: 5px;
}

.st-28-itm-cnt .btn.btn-danger {
  margin-top: 20px;
}

.st-28-itm-cnt .section-heading {
  margin-bottom: 10px;
  line-height: 1;
}













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

.blog_sidebar_recent_post_img {
  max-width: 100px;
}

.blog_sidebar_recent_post_cnt_title {
  font-size: 16px;
  color: #000;
  transition: all .3s;
  margin: 0;
}

.blog_sidebar_recent_post ul li a {
  display: flex;
  gap: 10px;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  transition: all .3s;
}

.blog_sidebar_recent_post ul li a:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.blog_sidebar_recent_post ul li a:hover .blog_sidebar_recent_post_cnt_title {
  color: #ff6500;
}

.blog_sidebar_recent_post {
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 10px;
}

.blog_sidebar .blog_sidebar_recent_post {
  margin-top: 20px;
}









.xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn-cart,
.xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn-continue {
  font-size: 18px;
  color: rgb(0, 0, 0) !important;
  border-radius: 8px;
  padding: 14px 44px;
  background: rgb(244, 244, 244) !important;
  border-color: rgb(0, 0, 0) !important;
}

.xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn-cart:hover,
.xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn-continue:hover {
  color: #F26522 !important;
}

.xoo-wsc-footer .xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn-checkout,
.xoo-wsc-empty-cart a.xoo-wsc-btn {
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  padding: 8px 38px;
  background: #F26522 !important;
  border-color: #F26522 !important;
}

.xoo-wsc-footer .xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn-checkout:hover,
.xoo-wsc-empty-cart a.xoo-wsc-btn:hover {
  background: #000 !important;
  border-color: #000 !important;
  color: #fff;
}

.xoo-wsc-footer .xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn-checkout.xoo-wsc-btn:hover .amount {
  color: #fff;
}



.client_con_itm_slider .owl-nav {
  position: relative;
  bottom: unset;
  right: unset;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 10px 0;
}

.client_con_itm_slider .owl-nav button {
  position: relative;
  margin: 0 !important;
  top: unset !important;
  left: unset;
  right: unset;
}

.client_sec .client_con_itm .owl-nav button span {
  margin: 0;
  line-height: 1;
}

.woocommerce div.product form.cart .variations select {
  padding: 5px 10px;
  /* line-height: 1.3; */
}


.product_detail_sec_main .product .woocommerce-Tabs-panel .woocommerce-product-attributes th {
  width: 170px;
}


.product_detail_sec_main .gallery-navigation-carousel .spswiper-wrapper {
  justify-content: center;
}



/* Product-detail page */

.product_detail_sec_main .summary.entry-summary form.cart {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0;
  border: 1px solid #ddd;
  padding: 20px;
}


.product-size-sqft-out {
  flex: 0 0 48%;
  order: 1;
}

.product-size-sqft-out p {
  margin-bottom: 0;
}

.product-size-sqft {
  border: 1px solid #aaa;
  border-radius: 5px;
  padding: 6px 10px;
  font-weight: 400 !important;
  font-size: 16px !important;
  margin: 0 !important;
  height: auto !important;
}


.product_detail_sec_main .summary.entry-summary .qib-button-wrapper .quantity.wqpmb_quantity {
  flex: 0 0 50%;
  width: 100%;
}

.product_detail_sec_main .summary.entry-summary .qib-button-wrapper .qib-button {
  flex: 0 0 25%;
}

.product_detail_sec_main .summary.entry-summary .qib-button-wrapper .quantity.wqpmb_quantity .wqpmb_input_text.qty {
  width: 100% !important;
  max-width: initial;
  border-radius: 0;
}


/* Quantity */
.product_detail_sec_main .summary.entry-summary .qib-button-wrapper {
  order: 2;
  flex: 0 0 48%;
  margin: 0;
  padding-top: 28.8px;
  position: relative;
}

.product_detail_sec_main .summary.entry-summary .qib-button-wrapper::before {
  content: "Box";
  position: absolute;
  top: 0;
  left: 0;
  color: #444444;
}

.product_detail_sec_main .summary.entry-summary .qib-button-wrapper .quantity.wqpmb_quantity {
  flex: 0 0 50%;
  width: 100%;
}

/* Quantity */


.product_detail_sec_main .summary.entry-summary form.cart .button {
  vertical-align: middle;
  float: left;
  flex: 0 0 48%;
}

.product_detail_sec_main .summary.entry-summary form.cart::before,
.product_detail_sec_main .summary.entry-summary form.cart::after {
  display: none;
}

/* .price-per-sqft {
    order: 3;
    margin: 0 !important;
} */
.estimated-price-out {
  flex: 0 0 100%;
  order: 3;
  margin: 0 !important;
}

.estimated-price {
  margin: 0;
  text-align: center;
}

.estimated-price b {
  font-weight: 600;
}

.product_detail_sec_main .summary.entry-summary form.cart .single_add_to_cart_button.button {
  order: 4;
}

.product_detail_sec_main .summary.entry-summary form.cart .wpcbn-btn.wpcbn-btn-single.wpcbn-btn-simple.single_add_to_cart_button {
  order: 5;
}

.detail-main-content .wcgs-woocommerce-product-gallery {
  position: sticky !important;
  top: 50px;
}

.single-product .page_wrapper {
  overflow: initial !important;
  overflow-x: initial !important;
}


/* .woocommerce-shop .product-list-main .products span.price {
    display: flex !important;
    flex-wrap: wrap;
}

.woocommerce-shop .product-list-main .products span.price>span {
    width: 50%;
    display: inline-block;
    text-align: start !important;
    justify-content: space-between !important;
} */


/* span.woocommerce-Price-amount.amount {
    width: 100%;
    flex: 0 0 100%;
}
.woocommerce-shop .product-list-main .products span.price {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5px 0;
} */

.product-list-main .products span.price .woocommerce-Price-amount.amount {
  color: #f26522;
  font-weight: 600;
}

.product-list-main .products span.price .offer-price .woocommerce-Price-amount.amount {
  color: #000;
}

.list-page-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 8px 0 0 0;
}

.list-page-section .product-lst-price-itm {
  margin: 0;
  text-align: start;
  line-height: 1.35;
  margin-bottom: 5px;
}

.list-page-section .product-lst-price-itm:nth-child(even) {
  text-align: right;
}

.product-list-main .products span.price .offer-price {
  margin-bottom: 0;
  position: absolute;
  left: 80px;
  top: 0;
  line-height: 1.5;
}

.woocommerce-shop .product-list-main .products p.stock.in-stock {
  /* position: absolute; */
  /* width: 100%; */
  /* bottom: 21%; */
}

.woocommerce-shop .product-list-main .products .qib-button-wrapper {
  float: right;
  margin-right: 0;
  float: initial;
  justify-content: end;
}

.product-list-whatsapp a img {
  width: auto !important;
  margin: 0 !important;
  float: right;
  width: 30px !important;
}



.category_sidebar_sec .berocket_single_filter_widget::before {
  content: "";
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 100%;
  height: 35px;
  display: inline-block;
  margin-bottom: 5px;
}

.category_sidebar_sec .berocket_single_filter_widget.berocket_single_filter_widget_5579.bapf_wid_::before {
  background: url(../img/sidebar-tile-colour-icon.png);
}

.category_sidebar_sec .berocket_single_filter_widget.berocket_single_filter_widget_5578::before {
  background: url(../img/sidebar-tile-finish-icon.png);
}

.category_sidebar_sec .berocket_single_filter_widget.berocket_single_filter_widget_5588::before {
  background: url(../img/sidebar-tile-size-icon.png);
}

.category_sidebar_sec .berocket_single_filter_widget.berocket_single_filter_widget_5827::before {
  background: url(../img/sidebar-tile-meterial-icon.png);
}


.category_sidebar_sec .berocket_single_filter_widget .bapf_head h3 {
  font-size: 13px;
  color: #909090;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}

.category_sidebar_sec .berocket_single_filter_widget {
  width: 100px;
  line-height: 1.3 !important;
  padding: 10px !important;
  text-align: center;
  border: 0 !important;
  background: #ddd !important;
  /* position: relative; */
  z-index: 1;
}

.category_sidebar_sec .berocket_single_filter_widget:first-child {
  padding-top: 30px !important;
}

.category_sidebar_sec .berocket_single_filter_widget:first-child .bapf_body ul {
  /* padding-top: 20px !important; */
}


.category_sidebar_sec .berocket_single_filter_widget .bapf_body ul {
  position: absolute;
  width: calc(300px);
  left: 100px;
  top: 20px;
  text-align: left;
  padding: 0 21px !important;
  /* display: none; */
}

.category_sidebar_sec .berocket_single_filter_widget .bapf_body ul li {
  display: none !important;
}

.category_sidebar_sec .berocket_single_filter_widget:first-child .bapf_body ul li.checked {
  display: block !important;
}

.category_sidebar_sec .berocket_single_filter_widget:hover .bapf_body ul li {
  display: block !important;
}

.category_sidebar_sec .berocket_single_filter_widget>.bapf_sfilter>.bapf_body>ul li {
  display: flex;
  align-items: center;
  position: relative;
  padding: 15px 10px !important;
  margin-bottom: 10px !important;
}

.category_sidebar_sec .berocket_single_filter_widget>.bapf_sfilter>.bapf_body>ul li label {
  margin: 0;
  position: absolute;
  width: 100%;
  background: #fff;
  left: 0;
  top: 0;
  /* padding-left: 20px !important; */
  padding: 10px 20px 10px 30px;
  line-height: 1.5;
}

.category_sidebar_sec .berocket_single_filter_widget .bapf_sfilter {
  margin: 0;
}

.category_sidebar_sec .berocket_single_filter_widget>.bapf_sfilter>.bapf_body>ul li input {
  position: relative;
  z-index: 1;
  top: -4px;
}

.category_sidebar_sec .berocket_single_filter_widget:hover .bapf_body ul {
  /* display: block; */
  height: 100%;
}



/* Privacy Policy */
.st-30-itm {
  margin-bottom: 50px;
}

.st-30-items .st-30-itm:last-child {
  margin-bottom: 0;
}

.st-30-itm-description p b {
  font-weight: 500;
}

.st-30-itm-description {
  margin-bottom: 20px;
}

.st-30-itm-description p:last-child {
  margin-bottom: 0;
}

.st-30-itm-description p a {
  text-decoration: underline;
}

/* Privacy Policy */



.form-type-1 .form-control {
  padding: 10px 10px;
  height: auto;
  border-radius: 6px;
}

.form-type-1 .form-group {
  margin-bottom: 20px;
}

.onload-modal .form-type-1 form .form-group p {
  margin: 0;
}




.st-21-itm-cnt .st-21-itm-tiles {
  display: flex;
  align-items: center;
  gap: 15px 20px;
  flex-wrap: wrap;
}

.st-21-itm-cnt .st-21-itm-tiles li {
  /* flex: 0 0 20%; */
  flex: 0 0 calc(20% - 16px);
  box-sizing: border-box;
  background: #F26522;
  border-radius: 10px;
  padding: 15px;
  color: #fff;
}

.st-21-itm-cnt .st-21-itm-tiles li p {
  color: #fff;
  text-align: start;
  line-height: 1.4;
}

.st-21-itm-cnt .st-21-itm-tiles li p:last-of-type {
  margin-bottom: 0;
}

.st-21-itm-cnt .st-21-itm-tiles li h3 {
  font-size: 20px;
}


.export-banner {
  position: relative;
}

.export-banner-cnt {
  position: absolute;
  top: 0;
  /* left: 50%; */
  /* transform: translateX(-50%); */
  z-index: 11;
  color: #fff;
  width: 100%;
  /* width: calc(100% - 100px); */
  height: 100%;
  display: flex;
  align-items: center;
}

.export-banner-slider .owl-item {
  opacity: 0.7;
  transition: all ease-in-out 1s;
}

.export-banner-slider .owl-item.active {
  opacity: 1;
}

.export-banner-slide-itm-img img {
  height: 550px;
  object-position: center;
  object-fit: cover;
}

/* Blog headings */
.blog-detail-cnt h1 {
    font-size: 40px;
    font-weight: 600;
}
.blog-detail-cnt h1 b {
  font-weight: 600;
}

.blog-detail-cnt h2 {
    font-size: 28px;
    font-weight: 600;
}
.blog-detail-cnt h2 b {
  font-weight: 600;
}

.blog-detail-cnt h3 {
    font-size: 22px;
    font-weight: 500;
}
.blog-detail-cnt h3 b {
  font-weight: 500;
}

.blog-detail-cnt h4 {
    font-size: 20px;
    font-weight: 500;
}
.blog-detail-cnt h4 b {
  font-weight: 500;
}

.blog-detail-cnt h5 {
    font-size: 18px;
    font-weight: 500;
}
.blog-detail-cnt h5 b {
  font-weight: 500;
}

.blog-detail-cnt h6 {
    font-size: 16px;
    font-weight: 500;
}
.blog-detail-cnt h6 b {
  font-weight: 500;
}
/* Blog headings */

.woocommerce ul.products li.product a.woocommerce-loop-product__link {
  position: relative;
}




.catalogue-detail {
    padding: 60px 0;
    background: #f4f4f4;
    height: 100vh;
}
/* .catalogue-detail-items ._df_book {
  height: calc(100vh - 60px);
} */





































































































































@media(max-width: 1399px) {
  .st-1-itm-slide-title {
    font-size: 72px;
  }

  /* ========== Product List ========== */
  .sidebar {
    width: 320px;
    min-width: 320px;
  }

  .woocommerce-shop .sec-pad {
    padding: 60px 30px;
  }

  /* ========== Product List ========== */



}

@media(max-width: 1199px) {
  .home-sec-slide-cnt-title {
    font-size: 72px;
  }

  .st-3-tab-inner .nav-tabs {
    justify-content: start;
    overflow-y: hidden;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 20px;
    border: 0;
  }

  .st-3-tab.st-3-tab-inner {
    position: relative;
  }

  /* .st-3-tab-inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  bottom: 19px;
} */
  .st-3-tab-inner .nav-item {
    position: relative;
  }

  .st-5-itm {
    padding: 30px 25px 0;
  }

  .st-5-itm-img {
    margin: 0 auto 15px;
  }

  .st-5-itm-cnt-description {
    margin: 15px 0;
  }

  .st-5-itm-cnt-description p {
    line-height: 1.5;
  }

  /* ========== Product List ========== */
  .sidebar {
    width: 280px;
    min-width: 280px;
  }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 48.5% !important;
    margin-right: 0 !important;
  }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product:nth-child(2n + 1) {
    clear: both;
  }

  .woocommerce ul.products[class*=columns-] li.product:nth-child(2n),
  .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
    float: right;
    clear: none !important;
  }

  .product-list-main {
    display: block;
    position: relative;
  }

  .sidebar {
    position: absolute;
    left: -100%;
    left: calc(-100% - 400px);
    transition: .25s;
    z-index: 11;
    width: 100%;
    height: 100%;
  }

  .ywcca_widget_container_style_4 {
    height: calc(100vh - 70px);
  }

  .filter-active .sidebar {
    left: 0;
  }

  .widget_yith_wc_category_accordion {
    /* padding: 30px 0; */
  }

  .filter-active .sidebar-filter-btn button img {
    content: url(https://www.naveentile.com/demo/wp-content/themes/Naveentile/img/sidebar-close-btn.png);
    transform: rotate(180deg);
  }

  .category_sidebar_sec {
    top: 70px;
  }

  /* ========== Product List ========== */

  .st-8-itm-cnt-description p {
    font-size: 16px;
  }

  .st-8-itm-cnt-icon img {
    width: 30px;
  }

  .export-banner-slide-itm-img img {
    height: auto;
  }

}

@media(max-width: 991px) {

  .st-1-itm-cnt-itm-heading {
    padding-top: 150px;
  }

  .st-1-itm-slide-title {
    font-size: 60px;
  }

  .home-sec-slide-cnt-title {
    font-size: 54px;
  }

  .st-2-itm-cnt {
    margin-top: 20px;
  }

  .st-2-itm {
    display: flex;
    gap: 20px;
  }

  .section-heading>span {
    font-size: 20px;
  }

  .heading-type-1 {
    font-size: 40px;
  }

  .sub-heading {
    font-size: 20px;
  }

  .st-3-tab-outer .nav-link {
    font-size: 30px;
  }

  .st-3-tab .nav-link {
    border-bottom-width: 6px !important;
  }

  .st-3-tab-outer .nav-link {
    margin-bottom: -3px;
  }

  .heading-type-2 {
    font-size: 40px;
  }

  .heading-type-3 {
    font-size: 22px;
  }

  .btn-primary {
    font-size: 16px;
    padding: 10px 34px;
  }

  .st-6-itm-tab-content-img {
    margin: 10px 0;
  }

  .btn-secondary {
    font-size: 16px;
    padding: 14px 50px;
  }

  .form-group {
    margin: 10px 0;
  }

  .footer-itm {
    margin-bottom: 20px;
  }

  .footer-botom-items .row [class*="col-"] {
    max-width: 33.33%;
    min-width: 33.33%;
  }

  .st-3-tab-outer .nav-link {
    font-size: 24px;
  }

  .st-3-tab-inner .nav-item .nav-link {
    font-size: 14px;
  }

  .st-4-slider {
    padding: 0 0 20px;
  }

  .st-4-slider::before {
    display: none;
  }

  .st-4-slider .owl-nav {
    bottom: 0;
    top: initial;
    position: relative;
    display: flex;
    right: initial;
    justify-content: center;
    margin-top: 20px;
  }

  .slider-counter {
    right: initial !important;
    left: 50%;
    transform: translateX(-50%);
  }

  .st-7 {
    min-height: 500px;
  }

  .modal-style-1 .modal-title {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .modal-style-1-description {
    height: 260px;
  }

  .st-10-itm-cnt {
    margin-bottom: 10px;
  }

  .st-10-itm-cnt-title {
    text-align: start;
  }

  .st-14::before {
    bottom: initial;
    top: 0;
  }

  .st-14-itm-img {
    margin-bottom: 20px;
  }

  .st-16-itm .row {
    gap: 20px 0;
  }

  .st-15-itm-cnt-title {
    font-size: 24px;
  }

  .st-16-itm-cnt-title-1 {
    font-size: 28px;
  }

  .woocommerce div.product .product_title {
    font-size: 36px;
  }

  .related.products ul.products li.product {
    width: 48.5% !important;
    margin: 10px 3% 10px 0 !important;
  }

  .related.products ul.products li.product:nth-child(even) {
    margin-right: 0 !important;
  }

  .heading-type-4 {
    font-size: 28px;
  }

  .products-list .page-title {
    font-size: 30px;
  }

  .st-28-itm-img {
    margin-bottom: 20px;
  }

  .author-designation {
    font-size: 24px;
  }

  .author-department {
    font-size: 20px;
  }

  .st-8-items>.row>[class*="col-"]:nth-child(even) .st-8-itm .row {
    flex-direction: row-reverse !important;
  }

  .st-8-items>.row>[class*="col-"]:nth-child(even) .st-8-itm .row .st-8-itm-img::before {
    background: url(../img/latest-updates-arrow-right.png) no-repeat;
    left: -1px;
  }

  .product-size-sqft-out p {
    font-size: 14px;
  }

  .product_detail_sec_main .summary.entry-summary .qib-button-wrapper {
    padding-top: 25.19px;
  }

  .product_detail_sec_main .summary.entry-summary form.cart {
    gap: 10px 0;
    padding: 15px;
  }

  .product_detail_sec_main .summary.entry-summary .qib-button-wrapper .quantity.wqpmb_quantity {
    flex: 0 0 40%;
  }

  .qib-button-wrapper .quantity input.input-text.qty.text {
    font-size: 16px !important;
  }

  .st-21-itm-img {
    margin-bottom: 20px;
  }

  .st-21-itm-cnt .st-21-itm-tiles li {
    flex: 0 0 calc(33.33% - 14px);
  }



}

@media(max-width: 767px) {

  .years-count {
    font-size: 60px;
  }

  .years-count span {
    font-size: 100px !important;
  }

  .st-1-itm-slide-title {
    font-size: 40px;
  }

  .st-3-tab-inner .nav-item .nav-link img {
    width: 40px;
  }

  .st-3-nav-tab-inner-cnt {
    padding: 20px 20px;
  }

  .heading-type-2 {
    font-size: 32px;
  }

  .heading-type-1 {
    font-size: 30px;
  }

  .section-heading>span {
    font-size: 16px;
  }

  .home-sec-slide-cnt-title {
    font-size: 42px;
  }

  .st-2-itm-cnt .sub-heading {
    margin: 10px 0;
  }

  .sub-heading {
    font-size: 18px;
  }

  .heading-type-3 {
    font-size: 18px;
  }

  .st-5-itm-img {
    margin-bottom: 10px;
  }

  .st-5-itm-cnt-description {
    margin: 10px 0;
  }

  .st-6-itm-nav-tabs li .st-6-itm-nav-tab-link {
    padding: 3px 20px;
  }

  .st-7-itm-cnt-title {
    font-size: 24px;
  }

  .st-7 {
    min-height: 300px;
  }

  .btn-secondary {
    font-size: 14px;
    padding: 10px 40px;
  }

  .btn-secondary img {
    margin-right: 8px;
    width: 15px;
  }

  p {
    font-size: 14px;
    line-height: 1.8;
  }

  .st-9-itm a {
    font-size: 16px;
  }

  .st-9-itm a img {
    margin-right: 10px;
    width: 40px;
  }

  /* .st-10-itm-form form .row [class*="col-"] {
    width: 100%;
    max-width: 100%;
} */





  .footer-botom-items .row [class*="col-"] {
    max-width: 50%;
    min-width: 50%;
  }

  .copyright {
    padding: 6px 0;
  }

  .home-sec-slider .owl-nav button {
    width: 60px;
    height: 50px;
  }

  .home-sec-slider .owl-nav {
    bottom: 65px;
    right: 50px;
    width: 120px;
  }

  .fixed-msg-btn button {
    width: 60px;
    height: 60px;
    padding: 10px;
    border-width: 5px;
  }

  .fixed-msg-btn {
    bottom: 85px;
  }

  .fixed-popup-cnt-title {
    padding: 12px 8px;
  }

  .fixed-popup-msg-plateform {
    padding: 15px;
  }

  .fixed-popup-msg-plateform-icon img {
    width: 20px;
  }

  .fixed-popup-msg-plateform li a {
    gap: 10px;
  }

  .fixed-popup-msg-plateform-cnt .plateform-cnt-title {
    font-size: 12px;
  }

  .fixed-popup-msg-plateform-cnt p {
    font-size: 10px;
    line-height: 1.4;
  }

  .fixed-popup {
    /* bottom: 125px; */
    bottom: 170px;
    min-width: 230px;
  }

  .fixed-popup-close-btn {
    width: 25px;
    height: 25px;
    padding: 8px;
    margin-bottom: 7px;
  }

  .st-11-items .nav-tabs .nav-item .nav-link {
    padding: 3px 15px;
    font-size: 14px;
  }

  .st-11-items .nav-tabs {
    flex-wrap: nowrap;
    padding-bottom: 10px;
    overflow-y: auto;
    justify-content: initial;
  }

  .st-11-items .nav-tabs .nav-item .nav-link {
    white-space: nowrap;
  }




  .modal-style-1 .modal-title {
    font-size: 20px;
  }

  .modal-style-1 .modal-header .close {
    padding: 8px;
    width: 30px;
    height: 30px;
  }

  .modal-style-1-description {
    height: 202px;
  }

  .st-15-itm-bottom-info p {
    font-size: 16px;
  }

  .list-type-1 li {
    padding: 5px 0 5px 25px !important;
  }

  .list-type-1 li::before {
    width: 16px;
    height: 16px;
    background-size: 10px !important;
  }

  .st-15-itm-cnt-title {
    font-size: 20px;
  }

  .st-16-itm-cnt-title-1 {
    font-size: 24px;
  }

  .st-16-itm-cnt-title-2 {
    font-size: 18px;
  }

  .st-16-itm-cnt-top span {
    font-size: 20px;
  }

  .st-16-itm-cnt {
    padding: 20px;
  }

  .mouse-icon-scroll {
    bottom: 20px;
    width: 20px;
    height: 35px;
  }

  /* ========== Product List ========== */
  .sidebar-filter-btn button {
    border-width: 5px !important;
  }

  .sidebar-filter-btn button {
    width: 60px;
    height: 60px;
    padding: 5px;
    border-radius: 50%;
    outline: 0 !important;
    border: 8px solid #f26522;
    text-align: center;
  }

  .sidebar-filter-btn button img {
    width: 20px;
  }

  .sidebar-filter-btn button span {
    font-size: 12px;
  }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 100% !important;
  }

  /* ========== Product List ========== */
  .nav-style-1 .owl-nav {
    position: relative;
    transform: initial;
    width: 120px;
    margin: 0px auto 0 auto;
  }

  .woocommerce div.product .product_title {
    font-size: 30px;
  }

  .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price {
    font-size: 20px !important;
    line-height: 1;
  }

  #order_review_heading {
    padding: 25px 25px 0 25px;
    margin: 10px 0 0;
  }

  .woocommerce-checkout-review-order {
    padding: 10px 25px 25px;
  }

  .woocommerce-info {
    padding: 10px 10px 10px 30px !important;
    margin-bottom: 20px !important;
  }

  .woocommerce-error::before,
  .woocommerce-info::before,
  .woocommerce-message::before {
    left: 10px !important;
    top: 10px !important;
  }

  .woocommerce-checkout-review-order table th,
  .woocommerce-checkout-review-order table td {
    padding: 6px 8px !important;
  }

  .st-8-itm-img::before {
    background: url(../img/latest-updates-arrow-top.png) no-repeat !important;
    left: 50% !important;
    width: 42px;
    height: 21px;
    transform: translateX(-50%);
    bottom: -1px;
    top: initial;
  }

  .form-type-1 .form-control {
    padding: 6px 10px;
    font-size: 14px;
  }

  .form-type-1 .form-control::placeholder {
    font-size: 14px;
  }

  .form-type-1 .form-group {
    margin-bottom: 10px;
  }

  .st-21-itm-cnt .st-21-itm-tiles li h3 {
    font-size: 16px;
  }


  .woocommerce #content div.product div.images,
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.images,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.images,
  .woocommerce-page div.product div.summary {
    float: right !important;
  }




}

@media(max-width: 575px) {
  .st-1-itm-slide-img img {
    height: calc(100vh - 150px);
    width: auto !important;
    object-fit: cover;
  }

  .home-sec-slide-cnt {
    bottom: 90px;
  }

  .home-sec-slide-img img {
    /* height: calc(100vh - 200px); */
    width: auto;
    object-fit: cover;
  }

  .home-sec-slide-cnt-title {
    font-size: 36px;
  }

  .home-sec-slider .owl-nav button.owl-prev,
  .home-sec-slider .owl-nav button.owl-next {
    background-size: 10px !important;
  }

  .home-sec-slider .owl-nav button {
    width: 50px;
    height: 40px;
  }

  .home-sec-slider .owl-nav {
    width: 100px;
    left: 50%;
    right: initial;
    transform: translateX(-50%);
    bottom: 30px;
  }

  .years-count span {
    font-size: 60px !important;
  }

  .years-count {
    font-size: 40px;
  }

  .design-img-1 {
    right: 0px;
  }

  .design-img-2 {
    left: 0px;
  }

  .design-img-3 {
    right: 0;
  }

  .st-3-tab-outer .nav-link {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: -2px;
  }

  .st-3-tab .nav-link {
    border-bottom-width: 4px !important;
  }

  .st-3-tab-inner .nav-item .nav-link {
    border-bottom-width: 2px !important;
  }

  .st-3-tab-inner .nav-item .nav-link {
    /* margin-bottom: -1px; */
  }

  .st-3-tab-inner::before {
    bottom: 18px;
  }

  .st-3-nav-tab-inner-cnt-img {
    padding: 10px 15px 10px 0;
    margin-bottom: 10px;
  }

  .st-3-nav-tab-inner-cnt-img::before {
    width: 100px;
  }

  .st-7-itm-cnt-title {
    font-size: 20px;
  }

  .st-7-itm-cnt {
    margin: 0;
  }

  .modal-style-1 .modal-body {
    padding: 10px 20px 20px;
  }

  .modal-style-1-description {
    height: 252px;
  }


  .st-15-itm-cnt {
    padding: 15px 15px;
  }

  .st-16-itm-cnt-top {
    margin-bottom: 15px;
  }

  .st-14::before {
    width: 350px;
    height: 332px;
  }

  .st-15 .heading-type-1 {
    font-size: 20px;
  }

  .st-15-itm-cnt-title {
    font-size: 18px;
  }

  .st-24-itm-img {
    width: 60px;
    height: 60px;
    margin: -50px 0 10px 0;
    padding: 12px;
  }

  .st-24-itm {
    padding: 15px;
  }

  .st-24-itm-description p {
    line-height: 1.5;
  }

  .related.products ul.products li.product {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .blog_sec_in_itm_blogs .easy-wp-page-nav li .page-numbers {
    padding: 6px 6px !important;
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .blog_sec_in_itm_blogs .easy-wp-page-nav li .page-numbers.first-page-link,
  .blog_sec_in_itm_blogs .easy-wp-page-nav li .page-numbers.last-page-link {
    width: 40px !important;
  }

  .blog_sec_in_itm_blogs .easy-wp-page-nav li .page-numbers.next::before,
  .blog_sec_in_itm_blogs .easy-wp-page-nav li .page-numbers.prev::before {
    font-size: 16px;
  }

  .product-list-main-content .sec-pad {
    padding: 60px 20px;
  }

  .table-bordered td,
  .table-bordered th {
    padding: 5px;
    line-height: 1.3;
  }

  .heading-type-4 {
    font-size: 24px;
  }

  .products-list .page-title {
    font-size: 24px;
  }

  .author-designation {
    font-size: 20px;
  }

  .author-department {
    font-size: 16px;
  }

  .st-28-itm-cnt-description {
    margin: 10px 0;
  }

  .st-21-itm-cnt .st-21-itm-tiles li {
    flex: 0 0 calc(50% - 10px);
  }

/* Blog headings */
.blog-detail-cnt h1 {
    font-size: 30px;
}

.blog-detail-cnt h2 {
    font-size: 24px;
}

.blog-detail-cnt h3 {
    font-size: 18px;
    font-weight: 600;
}
.blog-detail-cnt h3 b {
  font-weight: 600;
}

.blog-detail-cnt h4 {
    font-size: 15px;
    font-weight: 600;
}
.blog-detail-cnt h4 b {
  font-weight: 600;
}

.blog-detail-cnt h5 {
    font-size: 14px;
}

.blog-detail-cnt h6 {
    font-size: 14px;
}
/* Blog headings */


}



@media(max-width: 480px) {
  .export-banner-slide-itm-img img {
    height: 265px;
  }
}





@media(max-width: 400px) {
  .modal-style-1-description {
    height: 328px;
  }

  .st-14::before {
    width: 280px;
    height: 265px;
  }

  .single_add_to_cart_button {
    margin: 0 4px !important;
  }

  .woocommerce-product-details__short-description p {
    width: 100%;
  }
}

@media(max-width: 380px) {
  .woocommerce-page table.cart td.actions .input-text {
    width: 100% !important;
    margin-bottom: 10px !important;
    padding: 8px 10px !important;
  }

  .woocommerce-page table.cart td.actions button[type="submit"] {
    width: 100% !important;
    margin-left: 0 !important;
  }
}