html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
/*   font: inherit; */
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block; }
html{
	overflow-x:clip;
}
body {
  line-height: 26px;
  font-size: 16px;
  font-family: var(--Poppins-font);
  font-weight: 400;
  color: var(--text-111);
  overflow-x: clip; }   

ol,
ul {
  list-style: none; }

a, a:visited {
  text-decoration: none;
  color: var(--secondary-color); }

blockquote,
q {
  quotes: none; }

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none; }

:root {
  --primary-color: #152D71;
  --secondary-color: #72BF45;
  --text-111: #111111;
  --text-222: #222222;
  --text-333: #333333;
  --black-color: #000000;
  --white-color: #ffffff;
  --bg-blue-grey: #F4F6FA;
  --bg-grey: #F9F9F9;
  --bg-blue: #EEF3FC;
  --Poppins-font: "Poppins", sans-serif;
  --Header-font: "Fraunces", sans-serif; }

.primary-color {
  color: var(--primary-color) !important; }

.secondary-color {
  color: var(--secondary-color) !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--Header-font);
  font-weight: 700;
  color: var(--primary-color); }

h1 {
  font-size: 60px;
  line-height: 100%; }

h2 {
  font-size: 42px;
  line-height: calc(42px * 1.4); }

h3 {
  font-size: 32px;
  line-height: calc(35px * 1.4); }

h4 {
  font-size: 28px;
  line-height: calc(28px * 1.4); }

h5 {
  font-size: 21px;
  line-height: calc(21px * 1.4); }

.bg-primary-blue {
  background-color: var(--primary-color); }

.bg-secondary-blue {
  background-color: var(--secondary-color); }

.bg-blue-grey {
  background: var(--bg-blue-grey); }

.bg-blue {
  background: var(--bg-blue); }

.block {
  padding: 100px 0; }

.pt-max {
  padding-top: 100px; }

.pb-max {
  padding-bottom: 100px; }

.pt-ex-large {
  padding-top: 80px; }

.pb-ex-large {
  padding-bottom: 80px; }

.pt-large {
  padding-top: 60px; }

.pb-large {
  padding-bottom: 60px; }

.pt-mid {
  padding-top: 40px; }

.pb-mid {
  padding-bottom: 40px; }

.pt-small {
  padding-top: 30px; }

.pb-small {
  padding-bottom: 30px; }

.mt-max {
  margin-top: 100px; }

.mt-ex-large {
  margin-top: 80px; }

.mt-large {
  margin-top: 60px; }

.mt-mid {
  margin-top: 40px; }

.mt-small {
  margin-top: 30px; }

.mb-max {
  margin-bottom: 100px; }

.mb-ex-large {
  margin-bottom: 80px; }

.mb-large {
  margin-bottom: 60px; }

.mb-mid {
  margin-bottom: 40px; }

.mb-small {
  margin-bottom: 30px; }

.section-title {
  padding-bottom: 24px; }

.img-hover {
  overflow: hidden; }
  .img-hover img {
    transition: 0.6s ease-in-out; }
  .img-hover:hover img {
    transform: scale(1.2);
    transition: 0.6s ease-in-out; }

.btn-primary {
  display: inline-block;
  height: auto;
  width: auto;
  padding: 16px 34px;
  border: 1px solid var(--primary-color);
  background: var(--primary-color) !important;
  font-family: var(--Header-font);
  font-weight: 500;
  font-size: 16px;
  line-height: 100% !important;
  color: var(--white-color) !important;
  transition: .6s ease-in-out;
  margin-top: 40px; }
  .btn-primary:hover {
    color: var(--white-color) !important;
    border-color: var(--secondary-color) !important;
    background: var(--secondary-color) !important;
    transition: .6s ease-in-out; }

.btn-secondary {
  display: inline-block;
  height: auto;
  width: auto;
  padding: 15px 34px;
  border: 1px solid var(--secondary-color);
  background: var(--secondary-color) !important;
  font-family: var(--Header-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 100% !important;
  color: var(--white-color) !important;
  transition: .6s ease-in-out;
  margin-top: 40px; }
  .btn-secondary:hover {
    color: var(--white-color) !important;
    border-color: var(--primary-color);
    background: var(--primary-color) !important;
    transition: .6s ease-in-out; }
input[type='submit'].btn-secondary{
	border:1px solid var(--secondary-color);
	padding:15px 34px!important;
	
}
input[type='submit'].btn-secondary:hover{
	border:1px solid var(--secondary-color);
	color:var(--secondary-color)!important;
	
}
.bullet-list {
  list-style: disc;
  padding-left: 20px; }
  .bullet-list li {
    margin-bottom: 8px; }

.slider-for .item{
	height:400px;
}

.slider-nav .item{
	height:140px;
	padding:10px;
}
.slider-nav{
	margin:0 -10px
}
.slider-for .item img, .slider-nav .item img{
	height:100%;
	width:100%;
	object-fit:cover;
	object-position:center;
} 

/*------header-css-start------*/
#header-wrapper.sticky {
      position: fixed;
      top: 0;
      left: 0;
      box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	background:#fff;
	z-index:99;
	width:100%;
	transform:translateY(0);
	
    }
#header-wrapper {
  padding: 16px 0;
  border-bottom: 1px solid #E6E6E6;
   
      transition: transform 0.4s ease;
}
  #header-wrapper .main-navigation ul {
    justify-content: flex-end; }
    #header-wrapper .main-navigation ul li a {
      padding: 5px 15px;
      color: var(--text-111);
      font-family: var(--Header-font); }
      #header-wrapper .main-navigation ul li a:hover {
        color: var(--secondary-color); }
    #header-wrapper .main-navigation ul li.current_page_item a {
      color: var(--secondary-color); }
  #header-wrapper .call {
    width: 28.33%;
    position: relative;
    padding-left: 70px; }
    #header-wrapper .call:after {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 10px;
      height: 35px;
      width: 35px;
      display: flex;
      border-radius: 50%;
      padding: 10px;
      background: var(--secondary-color);
      align-items: center;
      justify-content: center;
      background-image: url("data:image/svg+xml,%0A%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5557 11.1931C15.4537 11.1931 14.3716 11.0298 13.3462 10.7088C12.8438 10.5464 12.2261 10.6954 11.9194 10.9938L9.8955 12.4412C7.54833 11.2542 6.10252 9.88493 4.8667 7.67799L6.34959 5.81055C6.73486 5.44605 6.87305 4.9136 6.70748 4.41401C6.36717 3.43748 6.1943 2.41286 6.1943 1.36838C6.19434 0.61385 5.54639 0 4.74998 0H1.44436C0.647953 0 0 0.61385 0 1.36834C0 10.0168 7.42678 17.0526 16.5557 17.0526C17.3521 17.0526 18 16.4388 18 15.6843V12.5614C18 11.8069 17.352 11.1931 16.5557 11.1931Z' fill='white'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-position: center; }
    #header-wrapper .call p {
      margin-bottom: 0; }
      #header-wrapper .call p a {
        font-size: 18px;
        color: var(--primary-color);
        font-weight: 800;
        line-height: 100%;
        font-family: var(--Header-font); }
.main-navigation ul ul {
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  background-color: var(--white-color);
}
.main-navigation ul ul li a {
  display: block;
  font-size: 14px;
  padding: 10px 15px;
  width: 250px;
  border-bottom: 1px solid #eee;
}

.main-navigation ul ul li a:hover,
.main-navigation ul ul li.current-menu-item a {
  color: var(--white-color) !important;
  background-color: var(--primary-color);
}

.menu-item-has-children:after {
    content: "\f078";
    position: absolute;
    top: 6px;
    right: 0;
    font-family: "Fontawesome";
    color: var(--primary-color);
    cursor: pointer;
    font-size: 10px;
}

.mobile-menu{
	display:none;
}

#header-wrapper .slicknav_menu{
	background-color:transparent;
}

/*-------header-css-end-------*/
/*-------common-css-start-------*/
.breadcrumbs ul {
  margin-top: 8px;
  display: flex;
  }
  .breadcrumbs ul li {
    position: relative;
    color: var(--secondary-color);
    font-weight: 500; }
    .breadcrumbs ul li a {
      font-weight: 500;
      color: var(--white-color); }
    .breadcrumbs ul li:not(:first-of-type) {
      padding-left: 30px; }
      .breadcrumbs ul li:not(:first-of-type):after {
        content: '>';
        position: absolute;
        left: 13px;
        top: 0%;
        color: var(--white-color); }

.blog-details .breadcrumbs ul li:after {
  color: #666666; }
.blog-details .breadcrumbs ul li a {
  color: #666666;
  font-weight: 500; }
.blog-details .blog-content ul, .blog-details .blog-content ol{
	list-style:disc;
}
.common-banner-section {
  height: 400px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1; }
  .common-banner-section:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(21, 45, 113, 0.85) 100%);
    z-index: 2; }
  .common-banner-section .container {
    height: inherit; }
  .common-banner-section .text {
    height: 100%;
    position: relative;
    z-index: 3;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .common-banner-section .text h1 {
      font-size: 58px;
      line-height: 100%;
      color: var(--white-color); }

.share {
  border-top: 1px solid #000; }
  .share a span {
    position: relative;
    background: transparent !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 !important; }
    .share a span:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      height: 20px;
      width: 20px;
      font-family: FontAwesome;
      color: #000;
      font-size: 20px; }
  .share a[aria-label="Facebook"] span:after {
    content: '\f39e'; }
  .share a[aria-label="Instagram"] span:after {
    content: '\f16d'; }
  .share a[aria-label="Linkedin"] span:after {
    content: '\f0e1'; }

.heateor_sss_sharing_container {
  float: right; }

.features {
  border-top: 1px solid #D0D5E3;
  border-left: 1px solid #D0D5E3;
  align-items: stretch;
  position: relative; }
  .features:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 50%;
    height: 200px;
    text-align: center;
    margin: auto;
    transform: translateY(-50%);
    background-image: url("../images/sarawagi-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1; }
  .features .item {
    width: 100%;
    width: 20%;
    padding: 40px;
    text-align: center;
    border-right: 1px solid #D0D5E3;
    border-bottom: 1px solid #D0D5E3; }
    .features .item figure {
      height: 85px;
      width: 85px;
      text-align: center;
      margin: auto; }
    .features .item img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center; }
    .features .item:hover img {
      transform: rotateY(360deg);
      transition: .8s ease; }

.pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px; }

.page-numbers {
  display: inline-block;
  padding: 8px 14px;
  background-color: #f5f5f5;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  font-size: 16px;
  transition: all 0.3s ease; }

.page-numbers:hover {
  background-color: #0073aa;
  color: #fff; }

.page-numbers.current {
  background-color: #0073aa;
  color: #fff;
  font-weight: bold;
  pointer-events: none; }

.cta-section {
  background-position: bottom 20% center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1; }
  .cta-section:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #152D71B2; }
  .cta-section .cta-content {
    position: relative;
    z-index: 3;
    color: #fff;
    max-width: 660px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .cta-section .cta-content h2 {
      color: #fff;
      font-size: 60px;
      line-height: 65px; }
    .cta-section .cta-content p {
      font-size: 18px; }
      
      .slick-prev, .slick-next{
          z-index:9;
      }
      
      .slick-prev{
          left:65px;
      }
      .slick-next{
          right:65px;
      }

.slick-dots li button:before {
  font-size: 50px;
  color: #fff;
  opacity: 1; }

.slick-dots li.slick-active button:before {
  color: var(--secondary-color);
  opacity: 1; }

.banner-slider {
  margin-bottom: 0 !important; }

.banner-slider .slick-dots {
  left: -35%;
  top: 73%;
  bottom: unset; }

.works-slider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; }
.works-slider .slick-prev, .works-slider .slick-next {
  top: -80px;
  z-index: 9; }
  .works-slider .slick-prev:hover:before, .works-slider .slick-next:hover:before {
    color: var(--secondary-color); }
.works-slider .slick-prev {
  left: 86%; }
.works-slider .slick-next {
  right: 10%; }

.accordion-button:focus {
  z-index: 3;
  border-color: transparent !important;
  outline: 0;
  box-shadow: none !important; }

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: transparent; }

.faq-section .accordion-header[aria-expanded="true"] button {
  background: #fff !important; }
.faq-section .accordion-header button {
  outline: none;
  font-weight: 600;
  font-size: 18px;
  font-family: var(--Poppins-font); }
.faq-section .accordion-body {
  background: var(--primary-color);
  color: #fff;
  padding: 24px 30px; }
.faq-section .accordion-bod a, .faq-section .accordion-bod a:visited{
	color:var(--secondary-color)!important;
}
.slick-prev:before,
.slick-next:before {
  font-family: FontAwesome !important;
  font-size: 40px;
  opacity: 1; }

.slick-prev:before {
  content: '\f104'; }

.slick-next:before {
  content: '\f105'; }
.sticky-col {
        position: sticky;
        top: 120px; /* adjust if needed */
        align-self: flex-start; /* REQUIRED inside Bootstrap row */
        height: fit-content; /* ensures sticky takes correct height */
    }
.about-section .text-container {
  padding-right: 80px; }
.about-section figure {
	position:relative;
  aspect-ratio: 1 / 1; }
  .about-section figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
  .about-section figure .float-text {
    position: absolute;
    left: -70px;
    padding: 24px;
    background: var(--primary-color);
    display: flex;
    align-items: center;
    width: 240px;
    bottom: 40px;
    justify-content: center; }
    .about-section figure .float-text p {
      color: #fff;
      white-space: pre-wrap;
      margin: 0;
      font-size: 18px;
      line-height: 25px;
       }
    .about-section figure .float-text span {
      color: var(--secondary-color);
      font-size: 72px;
      margin-right: 10px;
      font-family: var(--Header-font);
      font-weight: 700; }

/*------Common-css-end------*/
/*------home-css-start------*/
#home-page .banner-section {
  position: relative; }
  #home-page .banner-section .img-container {
    height: 100dvh;
    position: relative;
    z-index: 1; }
    #home-page .banner-section .img-container img {
      height: 100%;
      object-fit: cover;
      width: 100%;
      object-position: center; }
    /*#home-page .banner-section .img-container:after {*/
    /*  content: '';*/
    /*  position: absolute;*/
    /*  top: 0;*/
    /*  left: 0;*/
    /*  width: 100%;*/
    /*  height: 100%;*/
    /*  background: rgba(72, 67, 66, 0.6);*/
    /*  z-index: 2; }*/
  #home-page .banner-section .text-wrapper {
    max-width: 800px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 13%;
    z-index: 3; }
    #home-page .banner-section .text-wrapper h1 {
      color: #fff;
      font-weight: 400; 
        text-shadow: 1px 2px rgba(0,0,0, .15);
    }
#home-page .product-wrapper {
  justify-content: center; }
  #home-page .product-wrapper .item {
    width: 20%;
    padding: 10px;
    height: 500px;
    position: relative; }
    #home-page .product-wrapper .item figure {
      height: 100%;
      width: 100%; }
      #home-page .product-wrapper .item figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
    #home-page .product-wrapper .item figcaption {
      position: absolute;
      bottom: 50px;
      left: 0;
      right: 0;
      text-align: center; }
      #home-page .product-wrapper .item figcaption h4 {
        color: #fff;
        margin-bottom: 12px;
        font-weight: 600; }
      #home-page .product-wrapper .item figcaption p {
        display: inline-block;
        padding: 5px 10px;
        margin-bottom: 0;
        background: var(--secondary-color);
        color: #fff; }
#home-page .vision-section .title {
  border-bottom: 1px solid #44578d;
  text-align: center; }
  #home-page .vision-section .title h2 {
    color: #fff;
    max-width: 1000px;
    margin: auto; }
#home-page .vision-section .gallery-head .section-title {
  max-width: 600px; }
#home-page .vision-section .works-slider .item {
  height: 660px;
  padding: 10px; }
  #home-page .vision-section .works-slider .item img {
    height: 100%;
    object-fit: cover;
    object-position: center; }
  #home-page .vision-section .works-slider .item:nth-child(odd) {
    margin-top: 115px;
    height: 430px; }
#home-page .guarantee-section {
  position: relative; }
  #home-page .guarantee-section:after {
    content: '';
    position: absolute;
    top: 75%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 440px;
    background-image: url("../images/guarantee-vector.png");
    z-index: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  #home-page .guarantee-section .title h2 {
    max-width: 400px; }
  #home-page .guarantee-section figure {
    aspect-ratio: 4 / 2;
    position: relative;
    z-index: 2; }
    #home-page .guarantee-section figure img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
#home-page .testimonials-section .testimonials-slider .slider-item {
  padding: 15px; }
  #home-page .testimonials-section .testimonials-slider .slider-item .text-content {
    background: #fff;
    padding: 35px;
    border-radius: 15px;
    margin-bottom: 35px;
    position: relative; }
    #home-page .testimonials-section .testimonials-slider .slider-item .text-content:after {
      content: '';
      position: absolute;
      bottom: -15px;
      left: 52px;
      height: 20px;
      width: 32px;
      background-image: url("../images/arrow_down.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
    #home-page .testimonials-section .testimonials-slider .slider-item .text-content .icon {
      margin-bottom: 24px; }
    #home-page .testimonials-section .testimonials-slider .slider-item .text-content p {
      color: #0C0C0C; }
  #home-page .testimonials-section .testimonials-slider .slider-item .author-info {
    display: flex;
    align-items: center;
    padding-left: 40px; }
    #home-page .testimonials-section .testimonials-slider .slider-item .author-info .info {
      padding-left: 15px; }
      #home-page .testimonials-section .testimonials-slider .slider-item .author-info .info p {
        margin-bottom: 0;
        color: #666; }
        #home-page .testimonials-section .testimonials-slider .slider-item .author-info .info p:first-of-type {
          font-size: 18px;
          font-weight: 700;
          font-family: var(--Header-font);
          color: #333; }
#home-page .testimonials-section .testimonials-slider .slick-next {
  right: -15px; }
#home-page .testimonials-section .testimonials-slider .slick-prev {
  left: -15px; }
#home-page .testimonials-section .testimonials-slider .slick-next, #home-page .testimonials-section .testimonials-slider .slick-prev {
  height: 50px;
  width: 50px;
  background: var(--secondary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  z-index: 9; }
  #home-page .testimonials-section .testimonials-slider .slick-next:before, #home-page .testimonials-section .testimonials-slider .slick-prev:before {
    font-size: 30px; }

/*------home-css-end------*/
/*------about-css-start------*/
#about-page .number-graph {
  position: relative;
  margin-bottom: 70px; }
  #about-page .number-graph .number-graph-container {
    position: absolute;
    left: 16%;
    right: 16%;
    bottom: -70px; }
    #about-page .number-graph .number-graph-container .item {
      border: 1px solid #13287D; 
height:100%;
}
      #about-page .number-graph .number-graph-container .item h4 {
        font-size: 38px;
        font-weight: 700;
        color: var(--secondary-color);
        margin-bottom: 12px; }
      #about-page .number-graph .number-graph-container .item span {
        font-size: 20px;
        line-height: 100%; }
      #about-page .number-graph .number-graph-container .item p {
        font-weight: 600; 
color:#333}
.benefits-section ul{
	list-style:disc;
	margin-left:20px;
	margin-bottom:18px;
} 
#about-page .board-section .board-container .item:nth-child(even) .row {
  flex-direction: row-reverse;
  text-align: right; }
#about-page .board-section .board-container .item figure {
  height: 100%;
  aspect-ratio: 1 / 1.15; }
#about-page .board-section .board-container .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; }

#about-page .board-section .board-container .item p{
	font-size:18px;
} 
#about-page .board-section .board-container .item:last-of-type {
  padding-bottom: 0; }

/*------about-css-end------*/
/*------gallery-css-start------*/
.gallery ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 26px;
  grid-auto-rows: 90px;
  grid-auto-flow: row dense;
  font-weight: 400; }

.gallery li {
  grid-row: span 3;
  overflow: hidden; }
  .gallery li:nth-child(8n + 1), .gallery li:nth-child(8n + 3), .gallery li:nth-child(8n + 7), .gallery li:nth-child(8n + 8) {
    grid-row: span 3; }
  .gallery li:nth-child(8n + 2), .gallery li:nth-child(8n + 4), .gallery li:nth-child(8n + 6), .gallery li:nth-child(8n + 5) {
    grid-row: span 4; }

.gallery img {
  width: 100%;
  height: 100%;
  display: block;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease; }

.gallery img:hover {
  transform: scale(1.3); }

/*------gallery-css-end------*/
/*------flooring-css-start------*/
#flooring-page .products .product-item figure {
  height: 100%; }
#flooring-page .products .product-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center; }
#flooring-page .products .product-item .product-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -10px; }
  #flooring-page .products .product-item .product-grid .item {
    width: 50%;
    padding: 10px; }
    #flooring-page .products .product-item .product-grid .item:nth-child(1) {
      width: 100%; }
    #flooring-page .products .product-item .product-grid .item:nth-child(3) .details {
      background: var(--primary-color);
      height: 100%;
      padding: 24px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end; }
      #flooring-page .products .product-item .product-grid .item:nth-child(3) .details h3 {
        color: #fff; }
      #flooring-page .products .product-item .product-grid .item:nth-child(3) .details p {
        display: inline-block;
        width: auto;
        padding: 5px 10px;
        color: #fff;
        margin-top: 16px;
        font-size: 14px;
        background: var(--secondary-color); }
#flooring-page .products .product-item:nth-child(even) .row {
  flex-direction: row-reverse; }
  #flooring-page .products .product-item:nth-child(even) .row .product-grid {
    display: flex;
    flex-wrap: wrap; }
    #flooring-page .products .product-item:nth-child(even) .row .product-grid .item:nth-child(3) {
      order: 1; }
      #flooring-page .products .product-item:nth-child(even) .row .product-grid .item:nth-child(3) .details {
        background: var(--secondary-color); }
        #flooring-page .products .product-item:nth-child(even) .row .product-grid .item:nth-child(3) .details p {
          background: var(--primary-color); }
    #flooring-page .products .product-item:nth-child(even) .row .product-grid .item:nth-child(2) {
      order: 2; }

/*------blog-details-css-start------*/
.blog-details article {
  padding-right: 30px; }
.blog-details .details-section .post-thumbnail {
  aspect-ratio: 2 / 1.17; }
  .blog-details .details-section .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
.blog-details .details-section h1 {
  font-size: 33px;
  color: #000; }
.blog-details .details-section .blog-content h2 {
  font-size: 28px; }
.blog-details .details-section .blog-content h3 {
  font-size: 22px; }
.blog-details .details-section .blog-content ol, .blog-details .details-section .blog-content ul {
  padding-left: 20px; }
.blog-details .details-section .blog-content h2, .blog-details .details-section .blog-content h3, .blog-details .details-section .blog-content h4, .blog-details .details-section .blog-content h5, .blog-details .details-section .blog-content h6 {
  color: #000;
  margin: 40px 0 20px; }
.blog-details .side-bar .blog-card {
  border-bottom: 1px solid #E6E6E6; }
  .blog-details .side-bar .blog-card:hover {
    box-shadow: none; }
    .blog-details .side-bar .blog-card:hover .blog-card-title {
      color: var(--secondary-color); }
.blog-details .side-bar .blog-card-link {
  display: flex;
  align-items: center; }
  .blog-details .side-bar .blog-card-link .blog-card-image {
    width: 80px;
    height: 80px; }
  .blog-details .side-bar .blog-card-link .blog-card-content .blog-card-title {
    font-size: 16px;
    font-weight: 400;
    line-height: calc(16px * 1.4);
    margin-bottom: 12px;
    transition: .4s ease; }
  .blog-details .side-bar .blog-card-link .blog-card-content .blog-card-date {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    padding-left: 26px; }
    .blog-details .side-bar .blog-card-link .blog-card-content .blog-card-date:after {
      content: '\f017';
      position: absolute;
      left: 0;
      top: 40%;
      font-family: FontAwesome;
      transform: translateY(-50%);
      height: 20px;
      width: 20px; }
.blog-details .contact-form {
  padding: 40px 30px;
  position: sticky;
  top: 120px;
  background: #F9F9F9; }
  .blog-details .contact-form .form-wrapper .row {
    display: flex;
    flex-direction: column; }
    .blog-details .contact-form .form-wrapper .row .col-md-6 {
      width: 100%; }

/*------blog-details-css-end------*/


/*------product-css-start------*/
.product-wrapper .item{
  background: #fff;
	transition: .4s ease;
}
.product-wrapper .item figure{
 aspect-ratio:1.3 / 1
}
.product-wrapper .item figure img{
 width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
}
.product-wrapper .item:hover{
	box-shadow:1px 4px 16px 0 rgba(0,0,0, .15);
}
#product-details figure{
	aspect-ratio:1.3 / 1;
	position:sticky;
	top:120px;
	
}
#product-details figure img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
}

.inquiry-form-wrapper {
  form{
    .col-md-6{
      width: 100%;
    }
  }
}

#inquiryModalCenter button.close{
  padding-right: 4px;
  border: none;
  background: transparent;
}

#inquiryModalCenter button.close span{
 font-size:26px
}
/*------product-css-end------*/


/*------flooring-css-start------*/
.link-arrow {
  color: #000 !important;
  font-family: var(--Header-font);
  font-size: 18px;
  transition: .4s ease;
  font-weight: 600; }
  .link-arrow svg {
    padding-left: 20px;
    opacity: 0;
    transform: translateX(-10px);
    transition: .4s ease; }
  .link-arrow:hover {
    color: var(--secondary-color) !important;
    margin-right: 5px; }
    .link-arrow:hover svg {
      transform: translateX(0px);
      opacity: 1;
      transition: .4s ease; }

/*------blog-card-css-start------*/
.blog-card {
  background-color: #fff;
  overflow: hidden;
  transition: transform 0.6s ease; }

.blog-card:hover {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05); }

.blog-card-content {
  padding: 24px; }

.blog-card-link {
  text-decoration: none;
  color: inherit;
  display: block; }

.blog-card-image {
  aspect-ratio: 2/1.25; }

.blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; }

.blog-card-date {
  color: var(--secondary-color);
  font-size: 14px;
  margin-bottom: 12px;
  font-weight: 500; }

.blog-card-title {
  font-size: 20px;
  font-weight: 700;
  line-height: calc(1.4*20px);
  color: var(--black-color);
  font-family: var(--Header-font); }

/*------blog-card-css-start------*/
/*------form-css-start------*/
input, select, textarea {
  width: 100% !important;
  padding: 12px 18px !important;
  border-radius: 0 !important; }

input[type="checkbox"] {
  width: auto; }

input[type="submit"] {
  width: auto !important; }

textarea {
  height: 120px; }

::placeholder {
  color: #818181; }

/*-------form-css-end-------*/
/*------faqs-css-start------*/
/*-------faqs-css-end-------*/
/*-------contact-css-start-------*/
#contact-page .details-wrapper h5 {
  font-size: 26px; }
#contact-page .details-wrapper .item {
  position: relative;
  padding-left: 30px; }
  #contact-page .details-wrapper .item a {
    color: #222; }
    #contact-page .details-wrapper .item a:hover {
      color: var(--secondary-color); }
  #contact-page .details-wrapper .item:after {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }
  #contact-page .details-wrapper .item:nth-child(1):after {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='18' viewBox='0 0 14 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.0004 0C10.5995 0 13.5059 2.80595 13.5059 6.28078C13.5059 7.49235 13.105 8.64922 12.5473 9.59992L8.30759 16.6842C8.04179 17.1469 7.50585 17.3783 7.0004 17.3783C6.49491 17.3783 5.98514 17.1469 5.6932 16.6842L1.45354 9.60413C0.89145 8.65334 0.494935 7.5175 0.494935 6.2849C0.494935 2.81016 3.40126 0 7.0004 0ZM7.0004 8.13599C8.30759 8.13599 9.37513 7.10532 9.37513 5.84327C9.37513 4.58123 8.30759 3.55056 7.0004 3.55056C5.6932 3.55056 4.62566 4.58123 4.62566 5.84327C4.62566 7.10952 5.6932 8.13599 7.0004 8.13599Z' fill='%2372BF45'/%3E%3C/svg%3E%0A"); }
  #contact-page .details-wrapper .item:nth-child(2):after {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.72764 5.28807C1.95534 5.44875 2.64171 5.92595 3.78677 6.71945C4.93188 7.51294 5.8091 8.12391 6.41849 8.55239C6.48544 8.59936 6.62768 8.70146 6.84528 8.85883C7.06292 9.0163 7.24375 9.14355 7.38765 9.24062C7.53165 9.33765 7.70573 9.44651 7.91006 9.567C8.11433 9.6874 8.30688 9.77796 8.48768 9.83791C8.66852 9.89835 8.83591 9.92829 8.9899 9.92829H9H9.01013C9.16412 9.92829 9.33159 9.89831 9.51242 9.83791C9.69315 9.77796 9.88588 9.68729 10.09 9.567C10.2942 9.44637 10.4682 9.33762 10.6122 9.24062C10.7562 9.14355 10.9369 9.0163 11.1546 8.85883C11.3722 8.70132 11.5146 8.59936 11.5816 8.55239C12.1975 8.12391 13.7647 7.0357 16.2824 5.28786C16.7712 4.94649 17.1796 4.53458 17.5077 4.05241C17.836 3.57045 18 3.06485 18 2.53589C18 2.09387 17.8409 1.71548 17.5228 1.40078C17.2047 1.08601 16.8279 0.928711 16.3928 0.928711H1.60708C1.09148 0.928711 0.694703 1.10279 0.416801 1.45095C0.138934 1.79918 0 2.23445 0 2.75673C0 3.1786 0.184213 3.63575 0.552462 4.12791C0.920676 4.62011 1.31253 5.00686 1.72764 5.28807Z' fill='%2372BF45'/%3E%3Cpath d='M16.9954 6.36274C14.7992 7.84921 13.1316 9.00445 11.9933 9.8282C11.6117 10.1093 11.302 10.3288 11.0642 10.4861C10.8264 10.6434 10.5102 10.8041 10.115 10.9681C9.72 11.1324 9.35185 11.2142 9.01027 11.2142H9.00003H8.98994C8.64843 11.2142 8.28007 11.1324 7.88505 10.9681C7.49003 10.8041 7.17356 10.6434 6.93584 10.4861C6.69819 10.3288 6.38844 10.1093 6.00679 9.8282C5.10272 9.1653 3.43868 8.00999 1.01461 6.36274C0.632818 6.10845 0.294649 5.81696 0 5.48889V13.4641C0 13.9064 0.157299 14.2845 0.472071 14.5993C0.786774 14.9141 1.16519 15.0715 1.60718 15.0715H16.393C16.8348 15.0715 17.2132 14.9141 17.528 14.5993C17.8428 14.2844 18 13.9064 18 13.4641V5.48889C17.712 5.81017 17.3773 6.10166 16.9954 6.36274Z' fill='%2372BF45'/%3E%3C/svg%3E%0A"); }
  #contact-page .details-wrapper .item:nth-child(3) p {
    margin-bottom: 0; }
  #contact-page .details-wrapper .item:nth-child(3) a {
    line-height: 100%; }
  #contact-page .details-wrapper .item:nth-child(3):after {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5557 11.1931C15.4537 11.1931 14.3716 11.0298 13.3462 10.7088C12.8438 10.5464 12.2261 10.6954 11.9194 10.9938L9.8955 12.4412C7.54833 11.2542 6.10252 9.88493 4.8667 7.67799L6.34959 5.81055C6.73486 5.44605 6.87305 4.9136 6.70748 4.41401C6.36717 3.43748 6.1943 2.41286 6.1943 1.36838C6.19434 0.61385 5.54639 0 4.74998 0H1.44436C0.647953 0 0 0.61385 0 1.36834C0 10.0168 7.42678 17.0526 16.5557 17.0526C17.3521 17.0526 18 16.4388 18 15.6843V12.5614C18 11.8069 17.352 11.1931 16.5557 11.1931Z' fill='%2372BF45'/%3E%3C/svg%3E%0A"); }
#contact-page .contact-form textarea {
  height: 186px; }

/*-------contact-css-end-------*/
/*------footer-css-start------*/
/* #footer-wrapper{
	border-top:1px solid rgba(0,0,0, .12);
} */
#footer-wrapper .top-footer ul li {
  margin-bottom: 16px; }
  #footer-wrapper .top-footer ul li p {
    margin-bottom: 0; }
  #footer-wrapper .top-footer ul li a {
    color: #fff;
	  font-size:14px;
    transition: .4s ease; }
    #footer-wrapper .top-footer ul li a:hover {
      color: var(--secondary-color);
      transition: .4s ease; }
#footer-wrapper .top-footer .contact-details > ul li {
  position: relative;
  padding-left: 34px; }
#footer-wrapper .top-footer .col-xl-5{
	padding-left:40px
}
#footer-wrapper .top-footer .logo img{
	filter:brightness(0) invert(1);
}
#footer-wrapper .top-footer .s-logo{
	width:76%
}
#footer-wrapper .top-footer .s-logo img{
	width:100%;
	height:100%;
	object-fit:contain;
	object-position:center;
}
  #footer-wrapper .top-footer .contact-details > ul li:after {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    top: 4px;
    left: 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; 
	}
  #footer-wrapper .top-footer .contact-details > ul li:first-of-type:after {
    background-image: url("../images/call.svg"); }
  #footer-wrapper .top-footer .contact-details > ul li:nth-child(2):after {
    background-image: url("../images/location-pin.svg"); }
  #footer-wrapper .top-footer .contact-details > ul li:nth-child(3):after {
    background-image: url("../images/email.svg"); }
#footer-wrapper .top-footer .download a {
  padding: 15px 30px;
  border: 1px solid var(--secondary-color);
  color: #fff;
  font-size: 18px;
  font-family: var(--Header-font);
  position: relative;
  padding-left: 60px;
  transition: .4s ease; }
  #footer-wrapper .top-footer .download a:after {
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='15' viewBox='0 0 12 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 1.33301H7.66667V6.33301H9.75L6 10.083M6 1.33301H4.33333V6.33301H2.25L6 10.083' fill='white'/%3E%3Cpath d='M6 1.33301H7.66667V6.33301H9.75L6 10.083L2.25 6.33301H4.33333V1.33301H6Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 13.833H11' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
;}
  #footer-wrapper .top-footer .download a:hover {
    background: var(--secondary-color);
    transition: .4s ease; }
#footer-wrapper .top-footer .social ul {
  display: flex;
  align-items: center; }
#footer-wrapper .top-footer .social li a {
  padding: 10px;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white-color);
  color: var(--primary-color);
  border-radius: 50%;
  margin-right: 16px;
  transition: .4s ease; }
  #footer-wrapper .top-footer .social li a:hover {
    background: var(--secondary-color);
    transition: .4s ease;
    color: #fff; }
#footer-wrapper .top-footer .form-wrapper .col-md-6 {
  width: 100%; }
#footer-wrapper .top-footer .form-wrapper textarea {
  height: 80px !important; }
#footer-wrapper .top-footer .form-wrapper input[type='submit'] {
  width: auto !important; }
#footer-wrapper .bottom-footer p {
  font-size: 14px;
  font-weight: 300; }
#footer-wrapper .bottom-footer .container{
	border-top:1px solid rgba(255,255,255, .12);
}

/*-------footer-css-end-------*/

/*# sourceMappingURL=styles.css.map */
