/*
Created on : Jan 1, 2022, 11:41:13 AM
Author     : apon
*/
.cap {
  text-transform: capitalize;
}

/*Common*/

body > span {
  display: none !important;
}

body #primary {
  margin-bottom: 40px;
}

body.custom-template .page-wrap {
  margin: 0px 0;
}

.container .container {
  padding: 0;
}

/*Breadcurmb*/
.breadcrumb-custom-template {
  margin: 30px 0 15px 0;
}

.breadcrumb-custom-template p {
  margin: 0;
}

.breadcrumb-custom-template,
.breadcrumb-custom-template * {
  font-size: 14px;
}

.blog-banner-left .get-price-area-single-post {
  margin-bottom: 0;
}

.blog-banner-left p:last-child {
  margin-bottom: 0;
}

.single-product-getPrice {
  margin-bottom: 15px;
}

body .blog-banner-left .get-price-area-single-post button {
  font-size: 18px !important;
  padding: 0 18px !important;
}

h4,
h5 {
  margin-bottom: 10px;
  text-align: left;
  color: inherit;
}

/*Grid Shortcode */
.grid-wraper {
  column-gap: 50px;
  column-count: 2;
}

.blog-banner-image p {
  position: relative;
  padding-bottom: 100%;
}

.blog-banner-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.blog-banner-left {
  max-width: 50%;
}

.blog-banner-slider {
  width: 50%;
  padding: 42px;
  padding-left: 0;
}

.blog-banner-slider img {
  width: 100%;
  object-fit: contain;
  max-height: 550px;
  height: 100%;
}

.blog-banner-slider .Ms-wrap .MS-content .item {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  flex-direction: column;
  line-height: 0;
}

.caption {
  font-size: 16px;
  color: #444;
  text-align: center;
  font-style: italic;
  font-weight: 300;
}

.caption strong {
  font-size: inherit;
  font-weight: inherit;
}

/*Promo Template*/
.promo-slider .MS-content {
  width: 100%;
}

.MS-content {
  display: flex;
}

.promoSliderArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  background: #f9f9f9;
  margin-bottom: 35px;
  align-items: center;
  flex-direction: row-reverse;
}

.promoSliderArea .promo-slider .item {
  justify-content: center;
  margin-right: 20px;
}

.thump-get-price-area.promo-teplate-slider-get-price .getPrice {
  padding: 4px 15px !important;
  color: #fff;
  border-radius: 4px;
  color: #333;
  border: 1px solid #000;
  font-weight: 400;
}

.promoSliderArea .promo-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 50%;
  padding-right: 40px;
}

.promo-content h1,
.promo-content h2,
.promo-content h3 {
  margin: 0;
  font-size: 35px;
  font-weight: 500;
  padding-top: 48px;
  position: relative;
  margin-bottom: 22px;
  line-height: 1.3;
}

.promo-content h1::after,
.promo-content h2::after,
.promo-content h3:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 3px;
  background: var(--secondery-color);
}

.promo-content h1::before,
.promo-content h2::before,
.promo-content h3::before {
  content: "Apparel Manufacturing";
  position: absolute;
  top: 15px;
  left: 0;
  font-weight: 600;
  font-size: 18px;
  color: #333;
}

.promo-slider.Ms-wrap {
  padding: 0px;
  display: flex;
  height: 100%;
}

.promo-slider.Ms-wrap .MS-controls .related-nav.prev,
.promo-slider.Ms-wrap .MS-controls .related-nav.next {
  background: rgba(255, 255, 255, 0.4);
}

.related-nav {
  border: 0;
}

.promoSliderArea .promo-slider {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.promoSliderArea .promo-slider img {
  object-fit: scale-down;
}

.promo-slider.Ms-wrap .MS-controls a {
  top: 50%;
  padding: 25px;
}

.thump-get-price-area.promo-teplate-slider-get-price button {
  margin: initial !important;
}

.thump-get-price-area.promo-teplate-slider-get-price button:hover {
  background: var(--primary-color);
  color: #fff;
}

/*Custom Media screen for promo template*/
@media only screen and (max-width:768px) {
  .blog-banner-slider {
    padding: 20px;
    width: 100%;
    margin-bottom: 25px;
  }
  
  .blog-banner-left {
    max-width: 100%;
  }
  
  .m-none {
    display: none;
  }
  
  body .row.row-rev {
    flex-flow: column-reverse;
  }
  
  .promoSliderArea {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .promoSliderArea .promo-slider {
    margin: 0;
    margin-bottom: 35px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    min-height: 200px;
  }
  
  .promoSliderArea .promo-content {
    max-width: 100%;
    padding-right: 0;
  }
  
  .aside-wrap {
    background: #eee;
  }
  
  .aside-wrap.blog-template-aside-wrap {
    background: none;
  }
  
  .aside-wrap a::after,
    .aside-wrap a::before {
    border: none !important;
  }
}

@media only screen and (max-width:480px) {
  .promoSliderArea {
    padding: 20px;
  }
}

/*
*Single Product Template
*body class :  page-template-template-single
*/
.page-template-template-single .single-product-title {
  font-size: 25px;
  margin-bottom: 20px;
  margin-top: 0;
  line-height: 1.3;
}

/*
*Single Product With Slider
*body class : page-template-template-single-slider
*/
img {
  object-fit: cover;
}

.page-template-template-single-slider p {
  text-align: justify;
}

body {
  background: #fff !important;
}

.banner-wrap {
  line-height: 0;
  margin-bottom: 35px;
  max-height: 400px;
  overflow: hidden;
}

.bg {
  padding: 40px;
  background: #f9f9f9;
  margin-bottom: 35px;
}

.bg h2,
.bg h3,
.bg h1 {
  color: #404040;
  font-size: 24px;
  margin-top: 0;
}

.entry-title.bgLight {
  padding: 11px 12px;
  background: #f9f9f9;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 20px;
  margin-bottom: 20px;
  color: var(--primary-color);
}

.content-left-logo-section {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.logo-image {
  background: #f6f6f6;
  margin-bottom: 30px;
  max-height: 120px;
  object-fit: contain;
}

.product-details-main ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 10px;
}

.product-details-main ul li {
  padding: 4px 0;
  border-bottom: 1px solid #eee;
  line-height: 1.5;
}

.product-details-main ul li p {
  margin: 0;
}

/*Custom Media screen for promo template*/
@media only screen and (max-width:768px) {
  body .content-left-logo-section {
    border-right: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: initial;
    padding-right: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  
  body .content-left-logo-section img {
    -ms-flex-preferred-size: 50%;
    flex-basis: 25%;
    max-width: 25%;
    margin-bottom: 0;
  }
  
  .grid-wraper {
    column-count: 1;
  }
}

@media only screen and (max-width:480px) {
}

/*
* Information Template
* page-template-template-info
*/

.page-template-template-info .banner-wrap {
  height: 300px;
  position: relative;
}

.page-template-template-info .banner-wrap img {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  object-fit: cover;
  height: 100%;
}

.page-template-template-info p {
  text-align: justify;
}

.main-sidebar {
  background: #eee;
  border-radius: 5px;
  padding: 15px;
}

.main-sidebar .sidebar-title,
.content-sidebar .sidebar-title {
  color: #666;
  font-size: 15px;
  padding: 4px 15px;
  text-transform: uppercase;
  display: block;
}

.row.no-sidebar > div {
  max-width: 100%;
  flex-grow: 1;
}

.main-sidebar-menu,
.content-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-sidebar-menu ul {
  list-style: none;
  margin: 0;
  padding-left: 10px;
}

.main-sidebar-menu ul.sub-menu {
  display: none;
}

.main-sidebar-menu li.current-menu-ancestor > ul.sub-menu {
  display: block;
}

.main-sidebar .menu-item-has-children {
  position: relative;
}

.menu-item-has-children .child-trig {
  position: absolute;
  right: 10px;
  top: 5px;
  width: 24px;
  height: 24px;
  color: #fff;
}

.menu-item-has-children .child-trig::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 11px;
  border: 5px solid transparent;
  border-top-color: #000;
}

.menu-item-has-children .child-trig::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 10px;
  border: 5px solid transparent;
  border-top-color: inherit;
}

.menu-item-has-children.open > .child-trig {
  transform: rotate(180deg);
}

.main-sidebar-menu li.current-menu-ancestor > .child-trig {
  transform: rotate(180deg);
}

.main-sidebar-menu li.menu-item-has-children.current-menu-ancestor.open > .child-trig {
  transform: rotate(0deg);
}

.current_page_item.active > a {
  border-color: var(--primary-color);
}

.main-sidebar-menu li a,
.content-sidebar ul li a {
  padding: 4px 0 4px 12px;
  display: block;
  border-bottom: 1px solid #f6f6f6;
  color: #666;
  position: relative;
}

.main-sidebar-menu li.current_page_item a,
.content-sidebar ul li.current_page_item a {
  font-weight: 500;
}

.main-sidebar-menu li a::after,
  .main-sidebar-menu li a::before,
  .content-sidebar ul li a::after,
  .content-sidebar ul li a::before {
  content: "";
  border: 4px solid transparent;
  line-height: 0;
  font-size: 0;
  top: 13px;
  position: absolute;
}

body .text-o {
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
}

.main-sidebar-menu li a::before,
  .content-sidebar ul li a::before {
  border-left-color: #666;
  left: 1px;
}

.main-sidebar-menu li a::after,
  .content-sidebar ul li a::after {
  border-left-color: #fff;
  left: 0;
}

.main-sidebar ul li {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
  font-style: italic;
}

.main-sidebar ul li a {
  color: inherit;
}

.main-sidebar ul {
  padding-left: 10px;
  margin: 0;
}

.main-sidebar ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -49%);
  border: 3px solid #484848;
  border-radius: 50px;
}

.mob-toggler {
  margin-bottom: 10px;
  align-items: center;
  background: #f6f6f6;
}

.mob-toggler .sidebar-title {
  width: 100%;
}

.row.col-reverse {
  flex-direction: row-reverse;
}

/* with menu main sidebar  */


.main-sidebar.has-menu {
  background: none;
  padding: 0;
  border-radius: 0;
}

.main-sidebar.has-menu .widget-title {
  background: #f6f6f6;
  padding: 2px 10px;
}

.main-sidebar.has-menu ul {
  padding-left: 0;
}

.main-sidebar.has-menu ul li {
  font-style: normal;
  margin-bottom: 0;
  border-bottom: 1px solid #eee;
  color: inherit;
}

/* .main-sidebar.has-menu ul li::before {
  display: none;
} */

@media only screen and (max-width:480px) {
  .row.col-rev.m-row-rev {
    flex-direction: column-reverse;
  }
  
  .main-sidebar {
    margin-bottom: 25px;
  }
  
  .mob-toggler {
    display: flex;
    margin-top: 10px;
    cursor: pointer;
  }
  
  .toggBtn {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 28px;
    padding: 5px 10px;
    cursor: pointer;
  }
  
  .mob-colps {
    display: none;
  }
  
  /*Sub Menu Fixed with full Width*/
  div.nav-fixed {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 75px 25px;
    background: rgba(0, 0, 0, 0.97);
    z-index: 999999999;
  }
  
  div.nav-fixed li a {
    color: #fff;
    border-color: #515050;
  }
  
  .nav-fixed .main-sidebar-menu li a::after,
    .nav-fixed .content-sidebar ul li a::after {
    border-left-color: #080808;
  }
  
  .nav-fixed .current_page_item.active > a {
    border-color: #fff;
  }
  
  .nav-fixed .menu-item-has-children {
    position: relative;
  }
  
  .nav-fixed .menu-item-has-children a::after {
    transform: rotate(0deg);
  }
  
  div.nav-fixed ul li {
    border-top: 1px solid #202020;
  }
  
  div.nav-fixed .sub-menu {
    border-left: 2px solid #353535;
  }
  
  div.nav-fixed ul li a {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #000;
  }
  
  .nav-fixed .main-sidebar-menu li a::after,
    .nav-fixed .main-sidebar-menu li a::before,
    .nav-fixed .content-sidebar ul li a::after,
    .nav-fixed .content-sidebar ul li a::before {
    top: 16px;
    border-width: 6px;
  }
  
  .nav-fixed .menu-item-has-children .child-trig {
    right: 0px;
    top: 4px;
    width: 36px;
    height: 36px;
  }
  
  .nav-fixed .menu-item-has-children .child-trig::before {
    left: 13px;
    top: 16px;
  }
  
  .nav-fixed .menu-item-has-children .child-trig::after {
    left: 13px;
    top: 15px;
  }
  
  .removeFixNav {
    position: absolute;
    right: 20px;
    top: 0px;
    font-size: 50px;
    line-height: 1;
    cursor: pointer;
    color: #fff;
  }
  
  .nav-fixed .menu-item-has-children a::after {
    transform: rotate(0deg);
    top: 12px;
    left: -1px;
  }
  
  .menu-item-has-children .child-trig::before {
    border-top-color: #fff5f5;
  }
  
  .nav-fixed .menu-item-has-children .child-trig::after {
    border-top-color: #000 !important;
  }
  
  .toggBtn .bar {
    width: 28px;
    height: 2px;
    background: #666;
  }
}

/*Certification template
page-template-template-certification
*/

.featured-content {
  padding: 50px;
  background: #f6f6f6;
}

.featured-content p:last-child {
  margin-bottom: 0;
}

.featured-content {
  padding: 50px;
  background: #f6f6f6;
  margin-bottom: 35px;
}

.brands-logo {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 25px;
}

.brands-logo .logo-item {
  width: 33.333333%;
  padding: 5px;
}

.logo-item-image {
  padding-bottom: 100%;
  position: relative;
  border: 1px solid #f6f6f6;
  overflow: hidden;
}

.logo-item-image .brand-image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: scale-down;
}

@media only screen and (max-width:480px) {
  .featured-content {
    padding: 20px;
  }
  
  .featured-content h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  
  .main-sidebar {
    display: none;
  }
}

/*Contact Template
page-template-template-contect
*/

/*MAP*/
#gmap {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#gmap img {
  object-fit: cover;
}

.contact-map-area {
  margin-bottom: 25px;
}

.mapinfo {
  position: absolute;
  top: 11px;
  left: 10px;
  width: 227px;
  background: #fff;
  padding: 5px 10px;
}

.mapinfo p {
  font-size: 12px;
  margin: 0px;
  line-height: 1.5;
  margin-bottom: 6px;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width:768px) {
  .mapinfo {
    width: 217px;
  }
}

article h3:first-child {
  margin-top: 0;
}

/*BLOG Template */

.what-location {
  display: none;
}

.banner-wrap.blog-banner {
  height: 500px;
  max-height: 500px;
  position: relative;
  margin-bottom: 18px;
}

.entry-title.info-title {
  margin-top: 0;
}

.banner-wrap.blog-banner .floated-content .entry-title.info-title {
  font-weight: 300;
  font-size: clamp(1rem, -0.875rem + 8.333vw, 2.5rem);
  color: #444;
}

.banner-wrap.blog-banner .floated-content .entry-title.info-title * {
  font-size: inherit;
  line-height: inherit;
  text-transform: uppercase;
}

.banner-wrap.blog-banner > p {
  margin: 0;
}

.widget-title-holder strong {
  font-size: 22px;
  margin-bottom: 12px;
  display: flex;
  font-weight: 400;
}

strong a {
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-size: inherit;
}

.hm-rel-post .post-title {
  text-align: left;
}

.row.sidebar-left {
  flex-direction: row-reverse;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-left: 0;
}

.wp-caption {
  margin-bottom: 1em;
  max-width: 100%;
}

.banner-wrap.blog-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  /* background: rgba(0,0,0,.2); */
  width: 100%;
  height: 100%;
}

.banner-wrap.blog-banner.default-image::before {
  background: transparent;
}

.banner-wrap.blog-banner img {
  width: 100%;
  height: 100%;
}

div article ol {
  padding-left: 28px;
}

li {
  line-height: 1.9;
  text-align: justify;
}

article ul li,
article ol li {
  margin-bottom: 8px;
}

.article-outer-wrap.blog-post-contents h2,
.article-outer-wrap.blog-post-contents h3,
.article-outer-wrap.blog-post-contents h4,
.article-outer-wrap.blog-post-contents h5

/* ,.article-outer-wrap.blog-post-contents p > strong:first-child  */ {
  font-size: 20px;
  font-weight: 600;
  color: #0e4f7f;
  line-height: 1.3;
}

.article-outer-wrap.blog-post-contents article a {
  color: #0c3dff;
  line-height: 1.3;
}

/*Related*/
.hmrp-container {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
}

.hmrp-container-list > * {
  margin: 0;
}

.hm-related-posts {
  margin-top: 2.5em;
}

.hmrp-container .hm-rel-post {
  flex-basis: 33.33%;
  padding: 0 15px;
  margin: 0;
}

/*Blog*/

.blog-page-sidebar {
  display: flex;
  flex-direction: column;
}

.blog-page-sidebar .widget-title {
  margin: 0;
}

.blog-page-sidebar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.wp-block-search__inside-wrapper button {
  display: none;
}

.blog-page-sidebar h2 {
  margin-top: 0;
  margin-bottom: 0px;
}

.blog-page-sidebar input {
  width: 100%;
}

.blog-page-sidebar .wp-block-group,
.blog-page-sidebar .wp-block-search,
.blog-page-sidebar .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.blog-page-sidebar ul li {
  padding: 4px 0;
  border-bottom: 1px solid #f6f6f6;
}

/*.read-more.blog-post {
  padding: 8px 18px;
  border: 1px solid #7d7d7d;
  line-height: 1;
  color: #333;
}*/
.read-more.blog-post {
  color: #ed2227;
  border-bottom: 0;
}

.blog-post-image {
  padding-bottom: 60%;
  position: relative;
}

.blog-post-image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: scale-down;
}

.post-title.blog-post-title,
.post-title.blog-post-title a {
  text-align: left;
  font-size: 20px;
  margin-top: 5px;
  color: var(--primary-color);
  line-height: 1.4;
}

.post-title a {
  line-height: initial;
}

.pagination.blog-pag-pagination {
  display: flex;
  margin-top: 35px;
}

.blog-post-image.post-image {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  line-height: 0;
  display: block;
}

.blog-post-image.post-image img {
  position: absolute;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  opacity: 0.97;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pagination.blog-pag-pagination .page-numbers {
  padding: 8px 12px;
  line-height: 1 !important;
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  margin-right: 5px;
  border-radius: 5px;
}

.pagination.blog-pag-pagination .page-numbers.current {
  background: var(--primary-color);
  color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}

.post-wrap.blog-post-wrap {
  margin-bottom: 40px;
}

.row.rev-row {
  flex-direction: row-reverse;
}

@media only screen and (max-width:768px) {
  body .banner-wrap.blog-banner {
    height: auto;
  }
  
  .hmrp-container .hm-rel-post {
    flex-basis: 100%;
    padding: 0 15px;
  }
}

/*Portfolio template*/
.img-wrap {
  width: 100%;
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  background: #f9f9f9;
}

.portfolio-single-image-wrap .img-wrap {
  background: none;
  border: 0;
}

.portfolio-single-image-wrap .item-inner {
  border: 1px solid #f0f0f0;
  background: #f6f6f6;
  width: 100%;
}

.img-title h3 {
  margin: 15px 0;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0px 12px;
  font-size: 15px;
  text-overflow: ellipsis;
}

.img-wrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  object-fit: contain;
  filter: opacity(0.97) drop-shadow(0 0 0.01px #000);
  -webkit-filter: opacity(0.97) drop-shadow(0 0 0.01px #000);
  clip-path: inset(0 6px 6px 0);
  padding: 0;
  width: 100%;
}

.portfolio-single-image-wrap {
  flex-basis: 33.33%;
  max-width: 33.33%;
  padding: 10px;
  cursor: pointer;
}

.portfolio-items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 10px;
}

.portfolio-single-image-wrap.item.current {
  opacity: 0.7;
}

@media only screen and (max-width:600px) {
  #imagePreviewPortfolio.mNone {
    display: none;
  }
  
  .portfolio-single-image-wrap.item .img-title {
    display: none;
  }
  
  .portfolio-single-image-wrap {
    min-width: 100%;
    padding: 10px;
  }
  
  .portfolio-items {
    flex-wrap: initial;
  }
  
  .portfolio-items.MS-content {
    margin-top: 0;
  }
  
  .portfolio-single-image-wrap.item {
    margin-bottom: 20px;
  }
  
  .product-portfolio-wrap {
    margin-bottom: 20px;
  }
  
  /*tag*/
  .tags-outer {
    margin-bottom: 30px;
  }
  
  .tags-outer .tags-title {
    margin-top: 0;
  }
}

/*Edit Link*/
.custom-template-page-edit {
  display: none;
}

.logged-in .custom-template-page-edit {
  position: fixed;
  display: block;
  bottom: 110px;
  left: 5px;
  line-height: 0;
  background: #333;
  border-radius: 50px;
  padding: 4px;
  border: 1px solid #000;
}

.logged-in .custom-template-page-edit svg.ionicon {
  width: 22px;
  color: #fff;
  fill: #fff;
  padding: 0px 0 2px 2px;
}

/*Tags*/

.get-price-area-single-post.tag-get-price button {
  border-radius: 4px;
  padding: 6px 14px;
  line-height: 1;
  font-size: 16px;
}

.get-price-area-single-post.tag-get-price button:hover {
  color: #fff;
  background: var(--primary-color);
}

.post-tags.custom-template-tags {
  color: #999;
  font-size: 14px;
  text-transform: capitalize;
}

.page-tags.light,
.page-tags.light a {
  color: #999;
  font-size: 14px;
  text-transform: capitalize;
}

.page-tags.light {
  display: block;
  margin-bottom: 20px;
}

.key-tags-title {
  display: block;
  margin: 20px 0 5px;
}

/*Tag Style*/
.tags-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3px;
  margin-right: -3px;
}

.tags-wrap a.post-tags {
  padding: 5px 10px;
  line-height: 1;
  margin: 3px;
  background: #f6f6f6;
  color: #a87272;
  font-size: 14px;
}

.tags-outer {
  margin-top: 20px;
}

.tags-title {
  margin-bottom: 5px;
  text-transform: capitalize;
}

.row.row-rev {
  flex-direction: row-reverse;
}

.tag-body.flex-grow {
  flex-grow: 1;
  max-width: 100%;
}

.section_subtitle {
  text-align: center;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 2px;
  color: #666;
  font-weight: 500;
  margin: 0;
  margin-top: 35px;
}

.site-footer {
  padding-top: 35px;
  margin-top: 35px;
}

.section_title {
  font-size: 40px;
  text-align: center;
  margin-bottom: 35px;
  line-height: 1.14;
  font-family: 'Lucida',serif;
  color: #333;
  margin-top: 0;
  max-width: 65%;
  text-align: center;
  margin: 8px auto 60px;
}
/*About Template*/
.about-template-top-section {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.about-top-content {
  padding: 100px 100px 55px 55px;
  background: #f9f9f9;
  text-align: justify;
  max-width: 45%;
}

.about-top-image {
  display: flex;
  align-items: center;
  height: 100%;
  transform: scale(1.05) translate(-20px);
}

.about-top-image img {
  border-radius: 5px;
  object-fit: cover;
  min-height: 400px;
}

.entry-title.about-tamplate-title {
  margin-bottom: 30px;
  margin-top: 0;
  font-weight: 600;
  font-size: 35px;
  color: var(--header-color);
}

/*Overly*/
.overly-about-promo {
  height: 400px;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
  background: #f9f9f9;
  line-height: 0;
}

.overly-image-wrap {
  min-height: 400px;
}

.overly-about-promo img {
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.overly-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 60%;
}

.overly-image-wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
}

.overly-about-promo.has-img .overly-content * {
  color: #fff;
  text-align: center;
}

.overly-content .entry-title.about-tamplate-title {
  margin-bottom: 10px;
}

@media only screen and (max-width:768px) {
  .section_title.default-title, .section_subtitle.default-subtitle {
    display: none;
  }
  
  .about-top-content {
    padding: 100px 45px 55px 45px;
    width: 100%;
    max-width: initial;
  }
  
  .about-template-top-section {
    flex-direction: column;
  }
  
  .about-top-image {
    transform: scale(1.05) translate(0, 50px);
    max-width: 80%;
  }
  
  .about-top-image img {
    height: 200px !important;
    max-height: initial;
    min-height: inherit;
  }
  
  .entry-title.about-tamplate-title {
    margin-bottom: 0px;
  }
  
  .overly-content {
    width: 85%;
  }
}

.excerpt-more .content-wrap :last-child {
  -webkit-text-fill-color: inherit;
}

.excerpt-more h1 {
  -webkit-text-fill-color: #0e4f7f;
}

.excerpt-more h1::before {
  -webkit-text-fill-color: #333;
}

/*tag Template*/
.tag-banner {
  background: #f9f9f9;
  padding: 40px;
  margin-bottom: 35px;
  margin-top: 35px;
}

.tag-banner-title {
  margin: 0;
  text-align: center;
}

.tag-banner-brdcurmb {
  display: flex;
  justify-content: center;
}

.tag-banner-brdcurmb *,
.tag-banner-brdcurmb {
  font-size: 14px;
  margin-bottom: 0 !important;
}

.tag-banner-brdcurmb a {
  margin: 0 2px;
}

.tag-main-title {
  font-size: 22px;
}

.tag-featuret-product {
  height: 100%;
  display: block;
  background: #f9f9f9;
  padding: 0 20px;
}

.tag-featuret-product img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.row.tag-product-gallery {
  margin-top: 15px;
}

.post-wrap.tag-product {
  margin-bottom: 40px;
}

.post-wrap.tag-product .post-title {
  font-size: inherit;
}

.post-wrap.tag-product .post-image {
  background: #f9f9f9;
}

.post-wrap.tag-product .post-image img {
  filter: opacity(97%) drop-shadow(3px 3px 0.01px #000);
  -webkit-filter: opacity(0.97) drop-shadow(0 0 0 0.02px #000);
  clip-path: inset(3px);
}

/*another Tag template*/


.tag-promo-section .about-top-content {
  padding: 100px 100px 55px 55px;
  background: #f9f9f9;
  text-align: justify;
  max-width: 45%;
}

.tag-promo-section .about-top-image {
  max-height: 380px;
  width: 100%;
  padding: 24px;
  box-sizing: border-box;
  border-radius: 10px;
  background: #eee;
  justify-content: center;
}

.tag-promo-section .about-top-image img {
  object-fit: scale-down;
  max-height: 330px;
  min-height: initial;
  filter: opacity(0.97) drop-shadow(0 0 0.01px #000);
  -webkit-filter: opacity(0.93) drop-shadow(0 0 0.01px #000);
  clip-path: inset(2px);
}

.tag-promo-section .thump-get-price-area.promo-teplate-slider-get-price {
  justify-content: right;
}

.promo-slider.tag-template-promo-type .target-item {
  background: #fff;
}

.banner-inner-another {
  max-width: 700px;
}

.banner-top .banner-inner-another p {
  margin-bottom: 10px;
}

.banner-inner-another .blog-post-body-title {
  max-width: 550px;
  margin: auto;
}

.banner-inner-another .desc-text {
  font-weight: normal;
}

.banner-inner-another * {
  text-align: center;
}

.banner-inner-another :last-child {
  margin-bottom: 0;
}

.tag-sidebar-content {
  margin-top: 35px;
}

.promo-slider.tag-template-promo-type .target-item img {
  object-fit: contain;
  min-height: initial;
}

.promo-slider.tag-template-promo-type > div {
  position: relative;
  padding-bottom: 100%;
}

.promo-slider.tag-template-promo-type > div img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

#tagcloud {
  display: flex;
  flex-wrap: wrap;
}

#tagcloud a {
  display: flex;
  align-items: center;
  height: 32px;
  padding: 4px 10px;
  background: #ececec;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 4px;
  font-weight: 400;
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (max-width:768px) {
  .tag-featuret-product {
    background: transparent;
    padding: 0px;
    margin-bottom: 75px;
  }
  
  body .tag-promo-section .about-top-content {
    padding: 100px 45px 55px 45px;
    width: 100%;
    max-width: initial;
  }
}

/*Banner Template*/

.banner-wrap.template-banner {
  max-height: 500px;
  position: relative;
  margin-bottom: 45px;
}

.banner-wrap.template-banner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.floated-content {
  position: absolute;
  left: 45px;
  top: 50%;
  z-index: 2;
  transform: translate(0%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
}

.blog-post-body-title {
  margin-bottom: 70px;
  position: relative;
}

.article-outer-wrap.blog-post-contents .blog-post-body-title h2 {
  text-align: center;
  font-size: 28px;
  line-height: 1.5;
  color: inherit;
}

.blog-post-body-title::after {
  content: "";
  width: 150px;
  height: 4px;
  background: #084f84;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.floated-content .entry-title.info-title {
  /* font-size: clamp(1rem, -0.875rem + 8.333vw, 3rem); */
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
}

.banner-template-bcurmb .breadcrumbs,
.banner-template-bcurmb .breadcrumbs * {
  color: #fff;
  text-align: center;
}

@media only screen and (max-width:768px) {
  
  .banner-template-bcurmb .breadcrumbs,
  .banner-template-bcurmb .breadcrumbs * {
    font-size: 12px;
  }
}

/*Single Template 2*/
#primary.single-templat2 {
  margin-bottom: 0;
}

.single-content-with-logos {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-left: -25px;
}

.single-content-with-logos .single-content-wrap {
  flex-grow: 1;
  padding-left: 25px;
  flex-basis: 75%;
}

.single-content-with-logos .single-content-logos-wrap {
  flex-basis: 25%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.single-content-logos-wrap .image-item {
  background: #f6f6f6;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-content-wrap ul li {
  padding: 5px;
  list-style: none;
  border-bottom: 1px solid #eee;
}

.single-content-wrap ul {
  margin: 0;
  padding: 0;
}

@media only screen and (max-width:768px) {
  .single-content-with-logos {
    flex-direction: column;
    margin-left: 0;
  }
  
  .single-content-with-logos .single-content-wrap {
    padding-left: 0;
  }
  
  .single-content-with-logos .single-content-logos-wrap {
    margin-top: 25px;
    flex-direction: initial;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
  }
  
  .single-content-logos-wrap .image-item {
    flex-basis: 31%;
  }
}

/* List Style */

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

.list-style ul li {
  list-style: none;
  position: relative;
  padding-left: 23px;
  margin: 10px 0;
}

.list-style ul li::before {
  content: "";
  position: absolute;
  left: 1px;
  width: 6px;
  height: 1px;
  background: #444;
  top: 17px;
  transform: rotate(45deg);
}

.list-style ul li::after {
  content: "";
  position: absolute;
  left: 4px;
  width: 12px;
  height: 1px;
  background: #444;
  top: 15px;
  transform: rotate(-45deg);
}

/*Slider Template 2*/
.pageTop .content_headding {
  line-height: 1.5em !important;
  font-weight: 400 !important;
  font-size: 22px !important;
  display: block;
  margin-bottom: 1em;
  text-transform: capitalize;
  margin-bottom: 0;
  margin-top: 0;
  color: var(--primary-color);
}

.products-template .banner-wrap p {
  margin: 0;
}

.mb15 {
  margin-bottom: 15px;
}

.sub_headding {
  color: #444;
  font-weight: inherit;
  font-size: inherit;
}

/*Header Bottom Section*/
.before-product-portfolio h3 {
  margin-bottom: 5px;
}

.before-product-portfolio h3:last-child {
  margin-bottom: 20px;
}

.before-product-portfolio h3:first-child {
  font-size: 28px;
}

.btn.btn-default.getPrice.uniform-template {
  margin: 0;
  border: 1px solid #000;
  text-transform: uppercase;
  background: #0e4f7f;
  color: #fff;
  font-weight: 300;
  letter-spacing: 1px;
  border-radius: 4px;
}

.header-bottom-section.portfolio-left-template {
  text-align: center;
}

.header-bottom-section.portfolio-left-template h2 {
  margin-bottom: 4px;
  font-size: 30px;
}

.breadcrumb-top-center {
  margin-bottom: 15px;
}

.breadcrumb-top-center * {
  font-size: 14px;
  text-decoration: none;
}

.header-bottom-section {
  margin-bottom: 35px;
}

.header-bottom-section h3,
.header-bottom-section h2,
.header-bottom-section h4 {
  margin-top: 0;
  padding-top: 0;
}

.header-bottom-section h3 {
  color: inherit;
  font-size: inherit;
}

.btn.btn-default.getPrice.ml-none {
  margin-left: 0;
}

.blog-banner-left button {
  border-radius: 4px !important;
}

.blog-banner-image img {
  max-height: 500px;
  object-fit: contain;
}

.header-bottom-section.attachment-banner {
  padding: 30px 40px !important;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.header-bottom-section.attachment-banner h3 {
  text-align: center;
}

.header-bottom-section.attachment-banner h2 {
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.2;
}

.row.row-rev-att {
  flex-direction: row-reverse;
}

.single-product-getPrice.attachment-get-price .get-price-area-single-post,
.page-template-template-product-portfolio .single-product-getPrice .get-price-area-single-post {
  margin-top: 0;
  font-size: 20px;
}

.single-product-getPrice.attachment-get-price .get-price-area-single-post button.getPrice,
.page-template-template-product-portfolio .single-product-getPrice .get-price-area-single-post button.getPrice {
  border: 1px solid;
}

.single-product-getPrice.attachment-get-price .get-price-area-single-post .getPrice:hover,
  .page-template-template-product-portfolio .single-product-getPrice .get-price-area-single-post button.getPrice:hover {
  background: var(--primary-color);
  color: #fff;
}

/*Multi post*/
.multipost-right-content .get-price-area-single-post {
  margin-top: 0;
  font-size: 18px;
}

.multipost-right-content .get-price-area-single-post .btn-default.getPrice,
.multipost-right-content .get-price-area-single-post .btn-default.getPrice:hover {
  background: var(--primary-color);
  color: #fff;
}

/*Blog Template 2*/
.blog-banner-image p {
  margin: 0;
  line-height: 0;
}

@media only screen and (min-width:980px) {
  .blog-banner-slider {
    min-height: 612px;
  }
  
  .promo-slider.Ms-wrap img {
    height: 528px;
  }
}

@media only screen and (max-width:580px) {
  .blog-banner-2-col {
    align-items: flex-start;
  }
  
  .blog-banner-slider {
    height: 350px;
  }
}

.blog-banner-2-col {
  display: flex;
  justify-content: space-between;
  background: #f9f9f9;
  margin-bottom: 35px;
  align-items: center;
}

.blog-banner-left {
  padding: 42px;
  width: 100%;
  box-sizing: border-box;
}

.blog-banner-left .info-title,
.promo-content h1 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 500;
  max-width: 400px;
  position: relative;
  color: #0e4f7f;
}

.no-description .blog-banner-left .info-title {
  font-size: 55px;
  line-height: 1.2;
  font-weight: 700;
  max-width: 400px;
  position: relative;
  color: #555;
}

.has-description .blog-banner-left {
  display: flex;
  flex-direction: column;
  align-items: initial;
}

.blog-banner-left .info-title span {
  font-size: inherit;
  line-height: 0;
}

.blog-banner-2-col.half-half > div {
  width: 50%;
}

.blog-banner-image {
  width: 100%;
  padding: 42px;
  padding-left: 0;
}

.blog-banner-left ul {
  padding-left: 15px;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.blog-banner-left ul li {
  margin-bottom: 10px;
  text-align: justify;
}

.blog-banner-image img {
  width: 100%;
}

.blog-banner-left .info-title::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 85px;
  height: 3px;
  background: #ec2227;
}

.info-title h1 {
  margin-top: 0;
  line-height: 1.2;
}

.info-title strong {
  font-weight: 600;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 8px;
}

.second-slogan {
  display: flex;
  justify-content: center;
  font-size: 16px;
  color: var(--primary-color);
}

.page-wrap.page-template-template-blog.blog-template2 .article-outer-wrap.blog-post-contents .blog-post-body-title h2 {
  text-align: left;
  margin-top: 0;
  line-height: 1.2;
  font-weight: 500;
  color: #0e4f7f;
}

.page-wrap.page-template-template-blog.blog-template2 .article-outer-wrap.blog-post-contents .blog-post-body-title {
  margin-bottom: 28px;
}

.page-wrap.page-template-template-blog.blog-template2 .article-outer-wrap.blog-post-contents .blog-post-body-title::after {
  display: none;
}

.banner-4 .scroll-fixed .info-title {
  margin-top: 30px;
}

.banner-4 .info-title .entry-title {
  font-size: 3.5rem;
  width: 90%;
  line-height: 1;
}

.blog-banner-left.banner-4 .scroll-fixed.fixed-enabled {
  padding: 42px 0;
}

.blog-banner-left.banner-4 .scroll-fixed.fixed-enabled.scrolling-up {
  padding: 0;
}

.blog-banner-right.banner-4 {
  width: 50%;
  padding: 42px;
  padding-left: 0;
}

.blog-banner-right.banner-4 .blog-banner-slider,
.blog-banner-right.banner-4 .blog-banner-image {
  width: 100%;
  padding: 0;
}

@media only screen and (max-width:768px) {
  .second-slogan {
    display: none;
  }
  
  .blog-banner-right.banner-4 {
    padding: 20px;
    width: 100%;
    margin-bottom: 25px;
  }
  
  .after-image-description {
    padding: 0 25px;
  }
  
  .blog-banner-left.banner-4 {
    padding-top: 25px;
  }
  
  .blog-banner-right.banner-4 .blog-banner-slider {
    padding: 0px;
    width: 100%;
    margin-bottom: 0px;
  }
  
  .banner4-wrapper {
    flex-direction: column !important;
  }
  
  body .banner-4 .info-title .entry-title {
    font-size: 2.5rem !important;
    line-height: 1;
  }
  
  .header-bottom-section.attachment-banner h2 {
    font-size: 35px;
  }
  
  .blog-banner-2-col.half-half > div {
    width: 100%;
  }
  
  body .blog-banner-image {
    padding: 25px;
  }
  
  .no-description .blog-banner-left .info-title {
    font-size: 40px;
  }
  
  .blog-banner-2-col {
    flex-direction: column-reverse;
  }
  
  .blog-banner-image {
    margin-bottom: 30px;
  }
  
  .blog-banner-left {
    padding: 0 25px;
  }
  
  .blog-banner-left .info-title {
    font-size: 30px;
    max-width: initial;
  }
}

.after-banner-content > h2:first-child, .after-banner-content > p {
  text-align: center;
  max-width: 1000px;
  margin: 25px auto;
  padding: 0px 40px;
}

.after-banner-content {
  margin-top: 52px;
}

.after-banner-content > p {
  margin-bottom: 52px;
}

/* Initialize the counter once for the parent container */
.after-banner-content .singleColumn.flip {
  counter-reset: article-counter;
  /* Resets the counter for all articles in this container */
}

.after-banner-content .singleColumn.flip article .post-inner-wrap .post-header .post-title {
  max-width: 300px;
  -webkit-line-clamp: 4;
  line-height: 1.25;
  font-weight: 600;
  position: relative;
  padding-top: 10px;
}

.after-banner-content .singleColumn.flip article .post-inner-wrap .post-header {
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
}

.after-banner-content .singleColumn.flip article .post-inner-wrap .post-header .post-title::before {
  content: "";
  height: 3px;
  width: 55px;
  background: #f00;
  position: absolute;
  top: 0;
}

.posts-wrap.row.singleColumn.flip > article.post-wrap:nth-child(2n) > .post-inner-wrap .post-title {
  text-align: right;
}

.posts-wrap.row.singleColumn.flip > article.post-wrap:nth-child(2n) > .post-inner-wrap .post-title::before {
  left: initial;
  right: 0;
}

.posts-wrap.row.singleColumn.flip > article.post-wrap:nth-child(2n) > .post-inner-wrap .post-header {
  display: flex;
  flex-direction: row-reverse;
}

.content-area p:last-child {
  margin-bottom: 0;
}

.posts-wrap.row.singleColumn.flip .post-wrap {
  margin-bottom: 40px;
}

/*Another Template*/
.banner-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding: 0 50px;
  margin-bottom: 40px;
  background: #f9f9f9;
}

.banner-top.simple-banner {
  padding: 50px;
  min-height: initial;
}

.banner-top .blog-post-body-title h1 {
  margin: 0px;
  line-height: 1.25;
}

.banner-top .blog-post-body-title {
  margin-bottom: 15px;
}

.blog-post-body-title h1, .blog-post-body-title h2 {
  line-height: 1.7;
}

.banner-top .blog-post-body-title::after {
  display: none;
}

.banner-top strong {
  text-align: center;
  max-width: 650px;
}

.wrap-2col {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.wrap-2col > div {
  width: 48%;
}

blockquote {
  background-color: #fbfbfb;
  padding: 1em 1.5em;
  margin: 1.5em 0;
  font-style: normal;
  border-left: 4px solid var(--primary-color);
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

blockquote ul, blockquote ol {
  padding-left: 20px;
}

h2 strong, h3 strong, h1 strong {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

@media only screen and (max-width:480px) {
  .floated-content .entry-title.info-title {
    font-size: 22px !important;
  }
  
  .floated-content {
    left: 20px;
    width: 62%;
  }
}

@media only screen and (max-width:768px) {
  
  .blog-banner-left h1,
  .blog-banner-left h2 {
    font-size: 25px !important;
  }
  
  .blog-post-body-title {
    text-align: center;
  }
  
  .banner-top {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .wrap-2col {
    flex-direction: column-reverse;
  }
  
  .wrap-2col > div {
    width: 100%;
  }
  
  .right-image {
    margin-bottom: 20px;
  }
}

/*Siatex-ca type style*/

.main-sidebar ul.nav-element li {
  font-style: normal;
  border-bottom: 1px solid #e3e3e3;
  margin: 0;
}

/* .main-sidebar ul.nav-element li::before {
  display: none;
} */
body .nav-element li::before {
  content: "❯";
  border: 0;
  transform: scaleX(1.5);
  line-height: 0;
  font-size: 10px;
  color: #999;
  left: 4px;
  position: absolute;
  top: 50%;
}

ul.nav-element li:hover {
  background: #f4f4f4;
}

.main-sidebar ul.nav-element {
  padding: 0;
}

/* .posts-wrap {
  justify-content: center;
} */

.post-wrap.desc-left-right .thump-get-price-area .getPrice {
  margin: 0 !important;
}

.posts-wrap.row.siatex-ca * {
  text-align: left;
}

.posts-wrap.row.siatex-ca ul {
  margin: 0;
  padding: 0;
}

.posts-wrap.row.siatex-ca p {
  text-align: justify;
}

.posts-wrap.row.siatex-ca ul li {
  line-height: 1.9;
  padding-left: 20px;
}

.posts-wrap.row.siatex-ca .write-us-area {
  margin-bottom: 20px;
}

.posts-wrap.row.siatex-ca .write-us-area button {
  text-transform: uppercase;
  margin-top: 0;
}

.posts-wrap.row.siatex-ca h2 strong {
  font-size: 22px;
  color: #0e4f7f;
}

.posts-wrap.row.siatex-ca h2 {
  background: #f6f6f6;
  padding: 5px 12px;
}

.posts-wrap.row.siatex-ca article:last-child ul li {
  padding: 0;
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 4px 0;
}

.posts-wrap.row.siatex-ca article:last-child ul li::after {
  display: none;
}

.posts-wrap.row.siatex-ca article:last-child ul li::before {
  display: none;
}

.posts-wrap.row.siatex-ca article:nth-child(2) {
  max-width: 260px;
}

.posts-wrap.row.siatex-ca article:last-child {
  max-width: 100%;
  flex-grow: 1;
}

.posts-wrap.row.siatex-ca article:nth-child(2) img {
  background: #f6f6f6;
}

@media only screen and (max-width:768px) {
  .posts-wrap.row.siatex-ca {
    flex-direction: column-reverse;
  }
  
  .posts-wrap.row.siatex-ca article:nth-child(2) {
    display: none;
  }
  
  .scroll-fixed {
    height: 100%;
  }
}

/*Scroll Fixed*/
.has-description.scrolling-fixed-wrapper {
  align-items: flex-start;
}

.scroll-fixed.fixed-enabled {
  position: fixed;
  padding: 0;
  top: 40px;
}



/* Blog Slider */
.blog-slider {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 30px;
}

.slider-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.slider-grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.slider-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid-item {
  line-height: 0;
  position: relative;
  padding-bottom: 100%;
  width: 100%;
  background: #f8f8f8;
}

.grid-item img {
  position: absolute;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  object-fit: contain;
  filter: opacity(.97) drop-shadow(0 0 .01px #000);
  -webkit-filter: opacity(.97) drop-shadow(0 0 .01px #000);
  clip-path: inset(2px);
  padding: 0px;
}

.slider-navigation {
  display: none;
  /* Hide by default, show on small screens */
}

.slider-navigation button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.prev-slide {
  left: 10px;
}

.next-slide {
  right: 10px;
}

/* Small screen adjustments */
@media (max-width:768px) {
  .slider-grid {
    display: flex;
    overflow: hidden;
  }
  
  .grid-item {
    flex: 1 0 100%;
    display: none;
  }
  
  .grid-item:first-child {
    display: block;
  }
  
  .slider-navigation {
    display: block;
  }
}

/* Image Slider */
.image-slider-container {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin: 30px 0;
}

.image-slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  gap: 10px;
  /* Add a gap between each image */
}

.image-slider.sw-1 {
  gap: 0px;
}

.slide {
  flex: 0 0 auto;
  width: calc(100% - 10px);
  /* Adjust width to consider the gap */
  object-fit: contain;
  /* Default fit */
}

.img-bg {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  /* Maintain a square aspect ratio */
  background: #f7f7f7;
  overflow: hidden;
}

.slide img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease-in;
}

.image-slider.sw-2 .slide {
  width: calc(50% - 10px);
}

.image-slider.sw-3 .slide {
  width: calc(33.33% - 10px);
}

.image-slider.sw-4 .slide {
  width: calc(25% - 10px);
}

.image-slider.sw-1 .slide {
  width: calc(100%);
}

.slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

/* Responsive settings */
@media only screen and (max-width:980px) {
  .slide {
    width: calc(50% - 10px);
    /* 1 column on small screens with gap */
  }
}

@media only screen and (max-width:768px) {
  .slide {
    width: calc(100% - 10px);
    /* 1 column on small screens with gap */
  }
}

.page-wrap.page-template-template-post h1 {
  margin-top: 0;
  line-height: 1.2;
}

.page-wrap.page-template-template-post h2 * {
  line-height: 0;
  font-weight: 600;
}

.page-wrap.page-template-template-post h2 {
  line-height: 1.2;
  text-align: justify;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  margin: 20px 0;
}

th,
td {
  padding: 6px 8px;
  /* Less padding for compact design */
  border: 1px solid #ddd;
  text-align: left;
}

thead {
  background-color: #f1f1f1;
  /* Lighter background for header */
}

th {
  font-weight: 500;
  /* Softer boldness */
  color: #333;
}

tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
  /* Striped effect */
}

tbody tr:nth-child(even) {
  background-color: #fff;
}

/* Mobile optimization: Make the table scrollable */
@media screen and (max-width:600px) {
  table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    /* Prevents content from wrapping */
    border: 0;
  }
  
  th,
  td {
    white-space: nowrap;
    /* Keep table data on a single line */
  }
  
  tbody tr {
    display: table-row;
  }
}


/* Post2 Template   */
.page-wrap.page-template-template-post h1.post-title-blog2 {
  margin: 20px 0 30px;
}

.related-products.small-title article.post-wrap {
  margin-bottom: 30px;
}

.related-products.small-title article.post-wrap a {
  display: block;
  line-height: 1.7;
}

.related-products.small-title article.post-wrap .post-content.thumb-caption {
  margin-top: 10px;
}

.nav-element {
  list-style: none;
  padding: 0;
}

.nav-element li {
  padding: 7px 0;
  border-bottom: 1px solid #f4f4f4;
  margin: 0;
}

ul.nav-element li.current a {
  font-weight: 600;
}

.nav-element li a {
  display: block;
  text-decoration: none;
}

/* Comparison */
.comparison-table-container {
  max-width: 100%;
  margin: 30px auto;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.comparison-title {
  text-align: center;
  margin-bottom: 30px;
  color: #333;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}

.comparison-table-wrapper {
  overflow-x: auto;
  border-radius: 8px;
  overflow: hidden;
}

.comparison-table-frontend {
  width: 100%;
  border-collapse: collapse;
  background: white;
  width: 100%;
  margin: 0;
}

.comparison-table-frontend thead tr {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}

.comparison-table-frontend th {
  padding: 18px 15px;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  border: none;
}

.feature-header {
  width: 50%;
}

.column-header {
  width: 25%;
  text-align: center;
}

.comparison-table-frontend td {
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
  vertical-align: middle;
}

.comparison-row-frontend.even {
  background-color: #f8f9fa;
}

.comparison-row-frontend.odd {
  background-color: #ffffff;
}

.comparison-row-frontend:hover {
  background-color: #e3f2fd;
  transition: background-color 0.3s ease;
}

.feature-cell {
  font-size: 15px;
  line-height: 1.4;
  color: #333;
}

.status-cell {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.status-yes {
  color: #28a745;
  font-size: 22px;
}

.status-no {
  color: #dc3545;
  font-size: 22px;
}

@media (max-width:768px) {
  .comparison-table-container {
    margin: 20px 10px;
  }
  
  .comparison-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  
  .comparison-table-frontend th,
  .comparison-table-frontend td {
    padding: 12px 8px;
  }
  
  .comparison-table-frontend th {
    font-size: 14px;
  }
  
  .feature-cell {
    font-size: 14px;
  }
  
  .status-cell {
    font-size: 18px;
  }
}


/* Style of Comparison  */
.comparison-table-container.style-minimal {
  font-family: Arial, sans-serif;
}

.style-minimal .comparison-table-frontend {
  border: 1px solid #ddd;
  box-shadow: none;
}

.style-minimal .comparison-table-frontend thead tr {
  background: #f5f5f5;
  color: #333;
}

.style-minimal .comparison-row-frontend:hover {
  background-color: #f0f0f0;
}

.style-minimal .comparison-title {
  font-size: 24px;
  color: #555;
}

.comparison-table-container.style-modern {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.style-modern .comparison-table-wrapper {
  border-radius: 15px;
  overflow: hidden;
}

.style-modern .comparison-table-frontend thead tr {
  background: linear-gradient(45deg, #0b4c80, #116ab3);
  color: white;
}

.style-modern .comparison-table-frontend th {
  padding: 20px 15px;
  font-weight: 700;
  color: #fff;
}

.style-modern .comparison-row-frontend:hover {
  background: linear-gradient(90deg, #fff5f5, #fff8f0);
  transform: translateY(-1px);
  transition: all 0.3s ease;
}

.style-modern .status-yes {
  background: #4caf50;
  color: white;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.style-modern .status-no {
  background: #f44336;
  color: white;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.comparison-table-container.style-dark {
  background: #1a1a1a;
  color: #ffffff;
  padding: 30px;
  border-radius: 10px;
}

.style-dark .comparison-table-frontend {
  background: #2d2d2d;
}

.style-dark .comparison-table-frontend thead tr {
  background: linear-gradient(135deg, #434343 0%, #000000 100%);
  color: #ffffff;
}

.style-dark .comparison-table-frontend thead tr th {
  color: #fff;
}

.style-dark .comparison-row-frontend.even {
  background-color: #333333;
}

.style-dark .comparison-row-frontend.odd {
  background-color: #2d2d2d;
}

.style-dark .comparison-row-frontend:hover {
  background-color: #404040;
}

.style-dark .feature-cell {
  color: #ffffff;
}

.style-dark .comparison-title {
  color: #ffffff;
}

.style-dark .comparison-table-frontend td {
  border-bottom-color: #555;
}

.comparison-table-container.no-responsive .comparison-table-wrapper {
  overflow-x: visible;
}

.comparison-table-container.no-responsive .comparison-table-frontend {
  min-width: auto;
}

.banner-top h2 {
  font-size: 32px;
}

.banner-top h2::after, .banner-top h1::after {
  content: "";
  position: absolute;
  left: 50%;
  height: 4px;
  width: 50px;
  background: #ed2226;
  bottom: -6px;
  transform: translate(-50%);
}

.banner-top h1.text-o::after {
  display: none;
}
/* header anchor list */
html {
  scroll-behavior: smooth;
}

.header-anchor-wrap {
  display: flex;
  gap: 40px;
}


/* .header-anchor-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background: #fbfbfb;
  border-radius: 4px;
  list-style: none;
  margin-top: 0;
  flex-direction: column;
}
*/
.header-anchor-list li {
  flex: 0 1 auto;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.main-sidebar .header-anchor-list li {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 0;
}

.main-sidebar .header-anchor-list li::before {
  border-radius: 0;
  transform: rotate(45deg) translate(-50%);
  top: 50%;
  width: 6px;
  border: 1px solid #444;
  height: 6px;
  border-left: 0;
  border-bottom: 0;
}

body .article-outer-wrap .header-anchor-list a {
  display: inline-block;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  line-height: 1.7;
}

.main-sidebar.scroll-fixed.fixed-enabled {
  padding: 15px;
}

body .article-outer-wrap .header-anchor-list a.active {
  color: #0b4c80;
  font-weight: 600;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b {
  font-weight: inherit;
}


/* Responsive tweak for smaller screens */
@media (max-width:600px) {
  .header-anchor-list {
    justify-content: center;
  }
}

/* comparison */
.comparison {
  display: block;
  width: 100%;
  font-family: Arial, sans-serif;
  border-collapse: collapse;
  margin: 0 !important;
}

.comparison .post-title {
  font-weight: 600 !important;
  ;
}

.comparison .content-area {
  margin: 25px 0;
}

.comparison .post-wrap.col.m12.t12.col-12 {
  padding: 0;
}

.comparison .post-inner-wrap {
  background: #eee;
  padding: 33px;
}

.comparison .row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #f2f2f2;
  padding: 8px 0;
  margin-left: 0;
  margin-right: 0;
  background: #fff;
}

.comparison .row:first-of-type {
  /*! display: block; */
  font-size: 0.95rem;
  line-height: 1.4;
}

.comparison .col {
  box-sizing: border-box;
}

.comparison .w6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.comparison .w2 {
  flex: 0 0 16.66%;
  max-width: 16.66%;
  text-align: center;
}

/* Inner content styling */
.comparison .innerColumn {
  display: block;
  font-size: 0.95rem;
  line-height: 1.4;
}

.comparison .justify {
  text-align: left;
}



/* Responsive for tablets and smaller */
@media screen and (max-width:768px) {
  .comparison .w6,
  .comparison .w2 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left !important;
  }
  
  .header-anchor-wrap .row.row-rev {
    flex-direction: initial;
  }
  
  .comparison .row {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  
  .comparison .row:first-of-type {
    display: none;
    /* Hide header row on mobile */
  }
  
  .comparison .innerColumn::before {
    content: attr(data-label);
    display: block;
    font-weight: bold;
    color: #666;
    margin-bottom: 2px;
  }
  
  /* Add data-label attributes via JavaScript if needed */
}

.comparison .post-inner-wrap {
  background: #f6f6f6;
  padding: 40px;
  width: 100%;
}

.comparison .post-wrap.col.m12.t12.col-12 {
  padding: 0;
}

.comparison .row:nth-child(odd) {
  background: #fff;
}

@media screen and (max-width:580px) {
  .comparison {
    display: none;
  }
}


/* Mobile optimization - breakpoint at 768px */
@media screen and (max-width:768px) {
  /* Hide original table structure */
  table,
  table thead,
  table tbody,
  table th,
  table td,
  table tr {
    display: block;
  }
  
  /* Hide table header */
  table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  
  /* Style table rows as cards */
  table tr {
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 3px;
    background: #fff;
  }
  
  table tr {
    padding: 0.75rem;
    margin-bottom: 0.75rem;
  }
  /* Style table cells */
  table td {
    border: none;
    position: relative;
    text-align: left;
    white-space: normal;
    padding: 5px 10px;
  }
  
  /* Add labels before each cell using pseudo-elements */
}

/* For very small screens (480px and below) */
@media screen and (max-width:480px) {
  table {
    font-size: 0.85rem;
  }
  
  table tr {
    padding: 0.75rem;
    margin-bottom: 0.75rem;
  }
  
  table td:before {
    font-size: 0.75rem;
    width: 32%;
  }
}

/* Optional: Style for tables inside containers */
div table,
section table,
article table {
  margin: 0.5rem 0;
}

