

@media (min-width: 1300px) {
  .container{max-width: 1240px;}
}
@media (min-width: 1900px) {
  .container{max-width: 1800px;}
  .title .brush-mark{width:150px;}
}

@media (min-height: 1024px) {
}
/* Designed & Developed by Sami from ECIS */

@media (min-height: 1280px) {
}

@media (max-width: 991.9px) {
  html {
    font-size: 87.5%;
  }
  .logo {width: 133px;}
}
@media (min-width: 768px) {
  .section-one-overlay {
    width: 40%;
    height: auto;
    color: white;
    background-color: #000000;
    opacity: 0.9!important;
    }
    .section-one-overlay .readmore .button{
      background-color: #559169;
    }
  .flooromage{
            object-fit: cover;
        width: 100%;
        height: 400px;
    margin-bottom: 10px;
  }
  .m-banner{
    display: none!important;
  }
  .d-banner{
    display: block;
  }
  .bannerText {
    position: absolute;
     bottom: 10rem;
     left: .5rem;
     max-width: 400px;
     width: 98%;
     z-index: 9;
     background: #00000082;
     padding: 30px 20px;
     border-radius: 10px;
     color: #fff;
     font-weight: bold;
     text-transform: uppercase;
   }
.charSlide .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
  -webkit-box-reflect: below 1px linear-gradient(transparent, transparent, #0006);
}
  .fixed .logo2{
    filter: invert(0);
  }
  .logo1{
            width: 160px;
        height: 100%;
        margin-top: 10px;
  }
  .logo2{
    width: 155px;
    height: auto;
    margin: 20px 5px;
    /*filter: invert(1);*/
  }
  .logo3{
            width: 88px;
        height: auto;
        margin: 20px 5px;
        filter: invert(1);
  }
  .fixed .logo3{
filter: invert(0);
}
}
@media (max-width: 767.9px) {
  .section-one-overlay {
    width: 100%;
    height: auto;
    color: white;
    background-color: #000000;
    opacity: 0.9!important;
    }
    .section-one-overlay .readmore .button{
      background-color: #559169;
    }
  .flooromage{
    background-size: cover;
    width: 100%;
    margin-bottom: 10px;
  }
  table {
    width: 100%;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  .m-banner{
    display: block;
  }
  .d-banner{
    display: none;
  }
  .inner .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.inner .col-sm-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.fptypes{
  width: 100%;
}
.fpContainer .fbBox .img-fluid {
  border: 0px solid rgb(0 0 0 / 10%);
}
.fpContainer .fbBox img {
  filter: blur(3px);
  width: 50%;
  display: block;
  margin: 0 auto;
}
  .bannerText {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 9;
    background: #0000008f;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.header{
  max-height: 65px;
}
  .logo1{
    width: 100px;
           height: 100%;
        padding: 27px 0px;
  }
  .fixed .logo2{
    filter: invert(0);
  }
  .logo2{
            width: 124px;
        height: 100%;
        PADDING: 28px 3PX 4px;
  }
  .logo3{
         width: 65px;
        margin: 30px 0px;
        height: 100%;
  }
  .button-top {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 575.9px) {
	.nn{display:none;}
	.bannerText h1{
  font-size: 21px;
  text-transform: uppercase;
}
.heading h3 {
  font-weight: 500;
  font-size: 4vw;
}

	
  .banner{height: 410px;}
  .heading h2{font-size: 2rem;}
  .stickyForm {
    position: static;
    width: calc(100% - (10px + .5rem) * 2);
    margin: 1rem auto 0;
  }
  .modal-content button.close{right: 10px; top: -20px; box-shadow: 0 0 0 2px var(--body-color);}
  .button-top {
    bottom: 50px;
  }
}

@media (max-width: 480px) {
}

@media (max-width: 425px) {
}

@media (max-width: 375px) {
}

@media (max-width: 320px) {
}

.banner img {
    height: 100vh;
    width: 100%;
    position: relative;
    background: var(--primary-color);
    z-index: 1;
    object-fit: cover;
    animation: zoom-out 10s linear infinite;
    transform: scale(1.2);
}

@keyframes zoom-out {
100%{transform:unset}
}
