* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Montserrat", sans-serif;
}
html {
  scroll-behavior: smooth;
}
.my-container {
  width: 100%;
  margin: 0 auto;
  max-width: 1750px;
  padding: 0px 50px;
}
:root {
  --black: #000000;
  --white: #ffffff;
  --gray-text: #655f65;
  --gray: #3b3838;
  --light-gray: #efefef;
  --orange: #f37021;
  --org-gray: #a59ba5;
}
a {
  text-decoration: none;
}
img {
  width: 100%;
  height: 100%;
}
h1 {
  font-size: 100px;
  color: var(--white);
  line-height: 95px;
  font-family: "Bungee", sans-serif;
  font-weight: 400;
}
h2 {
  font-size: 70px;
  color: var(--gray);
  line-height: 76px;
  font-family: "Bungee", sans-serif;
  font-weight: 400;
}
h3 {
  font-size: 36px;
  color: var(--white);
  line-height: 38px;
  font-weight: 400;
}
h4, .nav__end h4 a {
  color: var(--white);
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}
h5 {
  color: var(--white);
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
}
.top__bar {
  width: 100%;
  padding: 24px 0px 20px 0px;
  background: var(--black);
}
.top__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top__left {
  display: flex;
  align-items: center;
  gap: 46px;
}
.top-block {
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all ease 0.3s;
}
.top-block:hover {
  filter: brightness(2.5);
}
.top-block img {
  width: 16px;
}
.top-block p {
  font-size: 12px;
  letter-spacing: 1.8px;
  line-height: 12px;
  font-weight: 700;
  color: var(--gray-text);
}
.social__wrap {
  display: flex;
  align-items: center;
  gap: 50px;
}
.social-icon {
  width: 16px;
  height: max-content;
  transition: all ease 0.3s;
}
.social-icon:hover {
  transform: translate(0px, -5px);
}
header {
  background-color: var(--gray);
  width: 100%;
}
.header__main {
  padding: 68px 0px 46px 0px;
}
.header__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  width: 325px;
}
.children {
  transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.59, 1.21), opacity 0.1s 0.1s;
  z-index: 100;
  list-style-type: none;
  margin: 0;
 /* background-color: rgb(243 112 33 / 71%);
  */
 /* box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  */
  text-align: left;
}
.children a:hover {
  background-color: white;
  color: var(--gray);
  border-color: var(--gray);
}
.children a {
  background-color: transparent;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  color: var(--white);
  font-size: 12px;
  letter-spacing: 1.8px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 10px 8px 10px;
  border-left: solid 3px transparent;
  transition: all ease-in-out 0.3s;
  background-color: rgb(243 112 33 / 71%);
}
.sub__dropdown:hover .drop-arrow {
  filter: invert(100%);
}
.nav-link {
  color: var(--light-gray);
  font-size: 18px;
  letter-spacing: 1.8px;
  line-height: 18px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 25px 0px 26px 0px;
}
.menu li {
  position: relative;
  margin: 0;
  perspective: 200;
}
.menu {
  display: flex;
  align-items: center;
  gap: 70px;
  list-style-type: none;
}
.menu li:nth-child(2) .children {
  width: 185px;
  left: -30px;
}
.menu li:nth-child(3) .children {
  width: 219px;
  left: -30px;
}
.menu li:last-child .children {
  width: 244px;
  left: -30px;
}
.menu li:nth-child(3) .children li:first-child {
  display: none;
}
.menu li:nth-child(4) .sub__links li:first-child {
  display: none;
}
.menu li:last-child .children .drop__head {
  align-items: end;
}
.parent {
  padding: 25px 0px 26px 0px;
}
.drop__head {
 /* background-color: rgb(243 112 33 / 71%);
  */
  display: flex;
  align-items: center;
  gap: 5px;
}
.drop-arrow {
  width: 15px;
  visibility: hidden;
  transition: all ease 0.3s;
}
.sub__dropdown .drop-arrow {
  visibility: visible;
}
.drop-head__right {
  display: flex;
  flex-direction: column;
 /* gap: 15px;
  */
  align-items: flex-start;
  width: 100%;
}
.drop-head__right li {
  width: 100%;
}
.drop__head p {
  color: var(--white);
  font-size: 14px;
  letter-spacing: 1.8px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.navigation {
  display: flex;
  align-items: center;
  gap: 70px;
}
.nav-link {
  color: var(--light-gray);
  font-size: 18px;
  letter-spacing: 1.8px;
  line-height: 18px;
  font-weight: 300;
  text-transform: uppercase;
}
.sub__links li {
  list-style: none;
}
.sub__links {
  background-color: #fdfdfd;
}
.sub__links li a {
  color: var(--gray);
  background: transparent;
}
.sub__links li a:hover {
  background: #f37021;
  color: var(--white);
  border-color: var(--gray);
}
.nav__end {
  display: flex;
  align-items: center;
  gap: 30px;
}
.nav__end.mob {
  display: none;
}
.nav-btn {
  padding: 14px 10px;
  background-color: var(--orange);
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 14px;
  font-weight: 700;
  color: var(--white);
  transition: all ease 0.3s;
}
.nav-btn:hover {
  transform: translate(0px, -5px);
  background-color: #ca5308;
}
.cancel-i {
  display: none;
}
.hero--sec {
  position: relative;
  padding-top: 173px;
  width: 100%;
  padding-bottom: 87px;
 /*height: 1657px;
 */
  height: auto;
}
section.hero--sec.home {
  height: 1933px;
}
section.hero--sec.home .reduce__main {
  margin-top: auto;
}
.hero--sec.home .video__poster {
  height: auto;
}
.hero--sec.home .overlay {
 /* background-image: linear-gradient(180deg, #64636366, #050505);
  */
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 27%, rgba(255, 255, 255, 0.01724439775910369) 100%);
}
video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__vid {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.hero-bg {
  position: absolute;
  top: 0;
  height: auto;
  width: 100%;
  z-index: -1;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 /* background-image: linear-gradient(180deg, #64636366, #050505);
  */
 /* background-image: linear-gradient(180deg, #64636300, #050505c7);
 */
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 27%, rgba(255, 255, 255, 0.01724439775910369) 100%);
  z-index: 1;
}
.inner--banner.change-mask .overlay {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgb(0 0 0 / 91%) 0%, rgba(255, 255, 255, 0.01724439775910369) 100%);
}
.my-container.hero {
  position: relative;
  z-index: 2;
  height: 100%;
}
h1 span {
  color: var(--orange);
  display: inline-block;
}
h3 span {
  display: block;
  font-weight: 700;
}
.hero__main {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.hero__top {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 50px;
  width: 48%;
}
.hero__top::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 253px;
  height: 7px;
  background-color: var(--orange);
}
.hero__para {
  width: 46%;
  margin-bottom: 52px;
}
.hero__para p {
  color: var(--white);
  font-size: 24px;
  line-height: 37px;
  font-weight: 400;
}
/* for vid */
.video__poster {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.pause-play-img {
  position: absolute;
  width: 154px;
  height: max-content;
  z-index: 9;
  top: 29%;
  right: 27%;
  cursor: pointer;
}
.video__main {
  height: 100% !important;
}
.video__poster img {
  object-fit: cover;
}
.general__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 85px;
}
.general__block {
  width: 50%;
  transition: all ease 0.5s;
}
.gen__img {
  width: 100%;
  line-height: 0;
}
.reduce__wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.reduce__left {
  background-color: var(--orange);
  padding: 35px 104px 57px;
  width: 52%;
}
.reduce__left h3 {
  font-size: 35px;
  color: #000000;
  line-height: 29px;
  font-weight: 400;
  font-family: "Bungee";
  margin-bottom: 10px;
}
.reduce__left h2 {
  font-size: 60px;
  line-height: 60px;
  color: var(--white);
  margin-bottom: 10px;
}
.reduce__left p {
  font-size: 22px;
  line-height: 22px;
  color: var(--black);
  font-weight: 400;
  margin-bottom: 10px;
}
.reduce__left form {
  margin-bottom: 10px;
}
.reduce__form input {
  height: 95px;
  width: 100%;
  padding: 10px 27px;
  font-size: 22px;
  border: none;
  outline: none;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 14px;
}
.reduce__form input[type="submit"] {
  width: 100%;
  height: 95px;
  border: none;
  outline: none;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  padding: 10px 27px;
  background-color: var(--black);
  color: var(--orange);
  cursor: pointer;
  text-transform: capitalize;
  transition: all ease 0.3s;
}
.reduce__form input[type="submit"]:hover {
  background-color: var(--gray);
}
.reduce__right {
  padding: 30px 0px;
  background-color: rgb(255 255 255 / 73%);
  width: 48%;
}
.reduce__img {
  width: 100%;
  margin-left: -40px;
}
.advance--sec {
  background-color: #191919;
  padding-top: 40px;
  padding-bottom: 30px;
}
.advance__top {
  margin-bottom: 70px;
}
.advance__top p {
  color: var(--white);
  font-size: 24px;
  line-height: 37px;
  font-weight: 400;
}
.advance__top p span {
  font-weight: 700;
}
.advance__top p:first-child {
  margin-bottom: 40px;
}
.ad__img {
  width: 566px;
  position: absolute;
  bottom: -110px;
}
.advance__btm {
  position: relative;
  width: 100%;
}
.brand__img {
  width: 67%;
  line-height: 0;
  margin-left: auto;
}
.jim__block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
}
.jim__img {
  width: 493px;
}
.jim__btm {
  margin-top: -20px;
}
.jim__btm p {
  text-align: center;
  color: var(--black);
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.jim__btm p span {
  display: block;
  font-size: 16px;
}
/* advantage css */
.advantage--sec {
  position: relative;
  background-color: #000000bd;
  padding: 65px 0px 165px;
}
.advantage__bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.advantage__main {
  width: 80%;
  margin: 0 auto;
}
.advantage__head {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 53px;
}
.adv__top {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.adv__top h2 {
  color: var(--orange);
}
.adv__top::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 148px;
  height: 7px;
  background-color: var(--orange);
}
.advantage__head p {
  font-size: 24px;
  line-height: 24px;
  color: var(--white);
  font-weight: 400;
  text-align: center;
}
.advantage__head p span {
  display: block;
}
.advantage__wrapper {
  display: flex;
  flex-direction: column;
  gap: 75px;
}
.advantage__wrap {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.advantage-wrap__main:nth-child(even) .advantage__wrap {
  flex-direction: row-reverse;
}
.advantage-wrap__main:nth-child(even) .adv-block__head {
  padding-left: 20px;
}
.advantage__content {
  width: 46%;
}
.adv-block__head {
  margin-bottom: 28px;
}
.adv-block__head p {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 4.8px;
  color: var(--orange);
  font-weight: 700;
  font-family: "Montserrat";
}
.adv__block {
  padding: 43px 78px 36px 40px;
  background-color: rgb(243 112 33 / 20%);
}
.adv__block h2 {
  color: var(--white);
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}
.adv__block h2 strong {
  font-weight: 700;
  color: var(--orange);
}
.adv__block h2 em {
  position: relative;
}
.adv__block h2 em:after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  background: #fff;
  width: 100%;
  height: 2px;
}
.adv__block h2 a {
  background-color: var(--light-gray);
  padding: 15px 40px 15px 15px;
  text-transform: uppercase;
  color: var(--black);
  font-size: 12px;
  border-radius: 2px;
  position: relative;
 /* transition: all ease 0.3s;
  */
  cursor: pointer;
  white-space: nowrap;
}
/* .adv__block h2 a:hover {
  color: var(--white);
  background-color: #ca5308;
}
*/
.adv__block h2 a::after {
  content: "";
  position: absolute;
  right: 15px;
  background: url(../images/acd-arrow.svg) no-repeat;
  background-position: center;
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 15px;
  height: 15px;
  rotate: -90deg;
  transition: all ease .2s;
}
.adv__block h2 a.active::after {
  rotate: 0deg;
}
.invert-swiper .testi__top p {
  color: black;
}
.invert-swiper .right-arrow {
  filter: brightness(0);
}
.advantage__img {
  width: 45%;
  line-height: 0;
}
.advantage__img img {
  object-fit: cover;
}
.install__wrap {
  position: relative;
  display: none;
  align-items: center;
  padding: 23px 79px 17px 55px;
  gap: 50px;
  background: rgb(239 239 239 / 83%);
  width: 91%;
}
.install__img {
  width: 41%;
  display: none;
}
.install__right {
  width: 100%;
}
.install__right p {
  font-size: 24px;
  line-height: 37px;
  color: var(--black);
  font-weight: 400;
  margin-bottom: 30px;
}
.install__right p:last-child {
  margin: 0;
}
.cross-i {
  position: absolute;
  top: 16px;
  right: 18px;
  width: 24px;
  cursor: pointer;
  transition: all ease 0.3s;
  line-height: 0;
}
.cross-i:hover {
  scale: 0.9;
}
.advantage-wrap__main:nth-child(even) .install__wrap {
  margin-left: auto;
}
.project--sec {
  background-color: var(--orange);
}
.project__main {
  padding: 0px 80px;
  text-align: center;
}
.project__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.project__left, .project__right {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: 40%;
}
.project__left .project__block:first-child {
  padding-top: 0px;
}
.counter__block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.counter__block h2 {
  font-size: 91px;
  line-height: 91px;
  margin-bottom: 20px;
}
.counter__block p {
  font-size: 20px;
  line-height: 24px;
  color: var(--black);
  font-weight: 500;
  width: 78%;
}
.project__img {
  width: 373px;
  padding: 14px 30px 0px;
  background-color: var(--gray);
}
.raves--sec {
  background-color: var(--light-gray);
}
.raves__main {
  padding: 0px 48px 0px 89px;
}
.raves__wrapper {
  position: relative;
}
.raves__head {
  width: 100%;
  margin-bottom: 20px;
}
.raves__head h2 {
  color: var(--black);
}
.raves__head h2 span {
  color: var(--orange);
  display: block;
}
.raves__left {
  text-align: center;
  width: 63%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 43px 0px 30px;
}
.raves__block {
  margin-bottom: 45px;
  width: 76%;
}
.quoted {
  margin-bottom: -20px;
}
.quoted h2 {
  font-size: 111px;
  color: var(--orange);
}
.raves__content p {
  font-size: 24px;
  line-height: 37px;
  margin-bottom: 20px;
  font-weight: 400;
}
.raves__btm p:nth-child(2) {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin: 0;
}
.raves__btm p:last-child {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
}
.raves__btm .damon__img {
  display: none;
}
.damon-wrap {
  display: flex;
  align-items: stretch;
  gap: 40px;
}
.damon__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 40px;
  width: 45%;
}
.damon__btm {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
}
.damon__head p {
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
}
.damon__img {
  width: 105px;
}
.dm__names p:first-child {
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
}
.dm__names p:last-child {
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
}
.raves__right {
  position: absolute;
  top: auto;
  width: 745px;
  right: 0;
  bottom: 0;
  line-height: 0;
}
.raves__right img {
  object-fit: contain;
}
.dewils--sec {
  position: relative;
  padding: 95px 0px 114px;
  background-color: #3b3838;
  z-index: 1;
}
.dewils--sec .my-container {
  width: 100%;
  margin: 0;
  max-width: 1750px;
  padding: 0px 0px 0px 230px;
}
.dew__left {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 100%;
  line-height: 0;
  z-index: -1;
}
.dewils__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
}
.dewils__head h2 {
  color: var(--white);
}
.dewils__top {
  position: relative;
  padding-bottom: 45px;
  margin-bottom: 35px;
}
.dewils__top::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 148px;
  height: 7px;
  border-radius: 10px;
  background-color: var(--orange);
}
.dewils__head h2 span {
  color: var(--orange);
}
.dewils__head p {
  font-size: 24px;
  color: var(--white);
  font-weight: 400;
  line-height: 37px;
  width: 80%;
}
.dewils__main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.dewils__img {
  width: 1230px;
}
.our--sec {
  position: relative;
  padding: 104px 0px 149px;
  background-color: #292727;
}
.our__main {
  text-align: center;
}
.our__head {
  position: relative;
  padding-bottom: 37px;
  margin-bottom: 37px;
}
.our__head::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 148px;
  height: 7px;
  background-color: var(--orange);
}
.our__head h2 {
  color: var(--orange);
}
.our__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  width: 56%;
  margin: 0 auto;
  margin-bottom: 80px;
}
.our__content p {
  font-size: 24px;
  line-height: 37px;
  font-weight: 400;
  color: #fff;
}
.our__content p span {
  font-weight: 700;
}
.our__btm h2:first-child {
  font-size: 40px;
  color: var(--orange);
  line-height: 40px;
  margin-bottom: 10px;
}
.our__btm h2:last-child {
  font-size: 65px;
  color: var(--white);
  line-height: 65px;
}
.our__btm h2:last-child a {
  color: var(--white);
}
.our-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 300px;
  transform: rotate(180deg);
  height: 100%;
}
.our-left {
  width: 590px;
  position: absolute;
  bottom: 0;
  left: 110px;
}
.success--sec {
  padding: 96px 0px 66px 0px;
  background-color: var(--light-gray);
}
.success__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
.success__img {
  width: 37%;
}
.success__right {
  width: 57%;
}
.succ__head {
  position: relative;
  width: 88.5%;
  padding-bottom: 32px;
  margin-bottom: 38px;
}
.succ__head::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 148px;
  height: 7px;
  background-color: var(--black);
}
.success__right h2 span {
  color: var(--orange);
}
.success__right h2 span span.white {
  color: #fff;
}
.succ-btm {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.succ-btm p {
  font-size: 24px;
  line-height: 37px;
  color: var(--black);
  font-weight: 400;
}
footer {
  background-color: var(--gray);
}
.footer__top {
  padding: 50px 0;
  display: none;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.footer__top::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 50%, rgba(255, 255, 255, 0) 100%);
}
.footer__top a {
  color: var(--white);
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 30px;
  text-decoration: underline;
}
.social__icons {
  display: flex;
  align-items: center;
  gap: 20px;
  line-height: 0;
}
.social-i {
  width: 30px;
  display: block;
}
.footer__top .footer__block h4 {
  color: var(--white);
}
.footer__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 50px 0;
}
.footer-logo {
  width: 365px;
  display: block;
  margin-bottom: 30px;
}
.footer__block h4 {
  color: var(--orange);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.footer__block h4 a {
  color: var(--orange);
}
.footer-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 30px;
}
.ft-link {
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  color: var(--white);
  transition: all ease 0.5s;
}
.ft-link:hover {
  transform: translate(5px, 0px);
}
.email__form form {
  display: flex;
  align-items: center;
}
.your-mail {
  height: 70px;
  width: 100%;
  min-width: 360px;
  max-width: 500px;
  padding: 5px 20px;
  outline: none;
  border: solid 1px white;
  font-size: 16px;
  color: var(--gray-text);
  line-height: 20px;
  transition: all ease 0.5s 0.3s;
  font-family: "Montserrat", sans-serif;
}
.your-mail::placeholder {
  color: #afadad;
}
.your-mail:focus {
  border-color: var(--orange);
}
.your-mail::placeholder {
  font-family: "Montserrat", sans-serif;
  color: var(--gray);
}
.email__form input[type="submit"] {
  height: 70px;
  padding: 5px 40px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  background-color: var(--orange);
  margin-left: -2px;
  border: none;
  transition: all ease 0.5s;
  font-family: "Montserrat", sans-serif;
  color: var(--white);
}
.email__form input[type="submit"]:hover {
  background-color: #ca5308;
}
.footer__btm::before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 50%, rgba(255, 255, 255, 0) 100%);
}
.footer__btm {
  position: relative;
 /* background-color: var(--black);
  */
  padding: 13px 0px 27px 0px;
}
.footer-btm__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__btm p, .footer__btm a {
  font-size: 14px;
  color: var(--white);
  line-height: 14px;
  font-weight: 500;
}
.footer__block.privacy {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer__block.privacy a {
  position: relative;
}
.footer__block.privacy a:first-child::before {
  display: none;
}
.footer__block.privacy a::before {
  content: "";
  position: absolute;
  left: -10px;
  height: 100%;
  width: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 48.97%, rgba(255, 255, 255, 0) 100%);
}
/* .social__wrap.mob {
  display: none;
}
*/
/* Better Installation Css */
/* .crt-wrap p {
  color: var(--white);
  font-size: 24px;
  line-height: 37px;
  width: 46%;
  font-weight: 400;
}
*/
.hero-bg img {
  object-fit: cover;
}
.inner--hero {
  padding-bottom: 87px;
}
.inner--banner {
  height: 1280px;
  padding-bottom: 65px;
}
.inner--banner .hero__para {
  margin: 0;
}
.inner--hero .general__block {
  padding: 0;
}
.inner--hero .general__wrapper {
  gap: 60px;
}
.testimonial--sec {
  position: relative;
  background-color: var(--org-gray);
  padding: 55px 0px 30px 0px;
}
.testi__content {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.testi__main {
  width: 80%;
  margin: 0 auto;
}
.testi__top {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 60px;
}
.testi__block {
  display: flex;
  align-items: flex-start;
  gap: 45px;
}
.testi__right {
  width: 75%;
}
.testi__top p {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 4.8px;
  color: var(--white);
  font-weight: 400;
}
.right-arrow {
  width: 16px;
  display: flex;
  filter: brightness(1.5);
}
.testi-left {
  position: absolute;
  left: 0;
  height: 100%;
  width: 165px;
  top: 0;
  line-height: 0;
}
.testi__img {
  width: 343px;
}
.testi__para {
  font-size: 36px;
  line-height: 42px;
  font-weight: 400;
  color: var(--white);
  font-style: italic;
  margin-bottom: 30px;
}
.testi__para span {
  font-size: 130px;
  font-family: "Bungee";
  color: var(--white);
  line-height: 33px;
  position: relative;
  top: 50px;
  padding-right: 0px;
  font-style: normal;
}
.testi__btm {
  width: max-content;
  padding-left: 100px;
}
.testi__btm p {
  color: var(--white);
  font-size: 24px;
  line-height: 37px;
  font-weight: 400;
  font-style: normal;
}
.review__wrapper .testi__btm p {
  font-weight: 700;
}
.testi__btm p span {
  font-weight: 700;
}
.testimonial__slider .swiper {
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
}
.swiper-slide {
  background-color: transparent;
}
.swiper-pagination {
  bottom: 0;
}
span.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  transition: all ease 0.3s;
  background-color: white;
  opacity: 1;
}
span.swiper-pagination-bullet-active {
  background: var(--orange);
}
.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}
.testi__content .swiper-button-prev {
  left: 30px;
  width: 70px;
  height: 70px;
  display: none;
}
.testi__content .swiper-button-next {
  right: 30px;
  width: 70px;
  height: 70px;
  display: none;
}
.pagination-arrow .swiper-button-next, .pagination-arrow .swiper-button-prev {
  display: block !important;
}
.invert-swiper .swiper-button-next, .invert-swiper .swiper-button-prev {
  display: block !important;
}
.inner--sec {
  padding: 119px 0px;
}
.inner--sec h2 {
  font-size: 50px;
  line-height: 56px;
}
.inner--sec h2 span {
  display: block;
}
.inner--sec .success__wrapper {
  gap: 50px;
}
.inner--sec .success__img {
  position: relative;
  width: 45%;
  padding: 62px 0px 62px 66px;
  z-index: 1;
}
.inner--sec .success__img::before {
  content: " ";
  position: absolute;
  left: 0;
  height: 100%;
  width: 75%;
  background-color: var(--orange);
  top: 0;
  z-index: -1;
}
.inner--sec.success__rev .success__img::before {
  right: 0;
  left: auto;
}
.inner--sec.success__rev .success__img {
  padding: 62px 66px 62px 0px;
}
.inner--sec .success__right {
  width: 49%;
}
.success__rev {
  background-color: var(--gray);
}
.success__rev .success__wrapper {
  flex-direction: row-reverse;
}
.success__rev h2 {
  color: var(--white);
}
.success__rev .succ-btm p {
  color: var(--white);
}
.success__rev .succ__head::after {
  background: var(--orange);
}
.succ-btm p a {
  color: var(--black);
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
}
.success__rev .succ-btm p a {
  color: #fff;
  font-style: italic;
}
.reduce--sec {
  padding: 131px 0px;
  background-color: var(--org-gray);
}
/* Rafay's Css */
.conversation--sec {
  background: #f37021;
  padding: 50px 0;
}
.conversation__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 47px;
}
.conversation__content h2 {
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  margin-bottom: 25px;
  width: 100%;
}
.conversation__content h2 span {
  color: var(--gray);
}
.conversation__image {
  width: 343px;
}
.conversation__content p {
  font-size: 24px;
  line-height: 37px;
  color: #fff;
  margin-bottom: 20px;
}
.conversation__cta {
  font-size: 22px;
  padding: 13px 19px;
  background-color: var(--black);
  border-radius: 4px;
  font-weight: 400;
  color: #fff;
  transition: all ease 0.3s;
  text-transform: uppercase;
}
.conversation__cta:hover {
  background: var(--gray);
}
.conversation__cta span {
  color: #f37021;
  font-weight: 600;
}
.conversation__btn {
  text-align: right;
}
.conversation__content {
  width: 52%;
}
.mob-btn {
  display: none;
}
/* flooring css */
.brand--section {
  background: #767474;
  padding: 85px 0 178px 0;
}
.brand__main h2 {
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: #efefef;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 71px;
}
.brand__image {
  width: 1057px;
  margin: 0 auto;
}
.sun-belt {
  background: var(--light-gray);
  padding-bottom: 75px;
}
.sun-belt h2 {
  font-family: "Bungee";
  color: var(--gray);
  margin-bottom: 20px;
}
.sun-belt .brand__image {
  width: 50%;
  margin: 0 auto;
}
.laminate__wrapper {
  background-color: var(--gray);
  padding: 66px 0px 74px;
}
.laminate__wrapper:nth-child(even) {
  background-color: var(--light-gray);
}
.laminate__wrapper:nth-child(even) .laminate__head h2 {
  color: var(--gray);
}
.laminate__wrapper:nth-child(even) .laminate__btm p {
  color: var(--gray);
}
.laminate__head {
  position: relative;
  width: 100%;
  padding-bottom: 32px;
  margin-bottom: 38px;
}
.laminate__head::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 148px;
  height: 7px;
  background-color: var(--orange);
}
.laminate__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.laminate__head h2 {
  font-size: 50px;
  line-height: 56px;
  color: white;
}
.laminate__head h2 span {
  color: var(--orange);
  display: block;
}
.laminate__left {
  width: 47%;
}
.laminate__btm p {
  font-size: 24px;
  line-height: 37px;
  color: var(--white);
  font-weight: 400;
}
.laminate__btm p:first-child {
  margin-bottom: 40px;
}
.laminate__img {
  position: relative;
  width: 45%;
  padding: 55px 75px 55px 0px;
  z-index: 1;
}
.laminate__img::before {
  content: " ";
  position: absolute;
  left: auto;
  right: 0;
  height: 100%;
  width: 75%;
  background-color: var(--orange);
  top: 0;
  z-index: -1;
}
/* for our-peple css (rafay's css) */
section.team--section {
  background: #efefef;
  padding: 56px 0 231px 0;
}
.team__head {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 58px;
  width: 65%;
}
.team__head h2 {
  font-size: 40px;
  line-height: 50px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 14px;
}
.team__head p {
  font-size: 24px;
  line-height: 37px;
  color: #3b3838;
}
.team__wrap {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 198px;
  row-gap: 46px;
  margin-bottom: 255px;
}
.team__img {
  width: 343px;
  margin-bottom: 26px;
}
.team__box p {
  font-size: 18px;
  line-height: 26px;
  color: #000000;
}
.team__box {
  text-align: center;
}
.team__box h3 {
  font-size: 24px;
  line-height: 30px;
  color: #000000;
}
.team__wrap:last-child {
  margin: 0;
}
.join--sec .conversation__content p {
  margin-bottom: 20px;
}
/* History Css */
.flooring--section {
  background: #efefef;
  padding: 44px 0 31px 0;
}
.flooring__img {
  width: 75px;
  margin: 0 auto;
  margin-bottom: 25px;
}
.flooring__main h2 {
  font-size: 40px;
  line-height: 50px;
  color: #3b3838;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 14px;
  font-weight: 700;
}
.flooring__main p {
  font-size: 24px;
  line-height: 37px;
  color: #3b3838;
}
.flooring__main {
  text-align: center;
  width: 59%;
  margin: 0 auto;
}
.success--sec.barton {
  padding-top: 0;
  padding-bottom: 100px;
}
.success--sec.barton .success__wrapper {
  gap: 10px;
}
.success--sec.inner--sec.barton .success__img {
  padding: 0;
  margin-top: -80px;
  width: 57%;
}
.success--sec.inner--sec.barton .success__right {
  padding: 60px 0px 0px;
  width: 43%;
}
.success--sec.inner--sec.barton .success__img::before {
  display: none;
}
.success--sec.barton .conversation__btn.desk-btn {
  display: block;
  width: max-content;
  margin-left: auto;
  margin-top: 20px;
}
.success--sec.barton .conversation__cta {
  display: block;
}
/* for join css */
.success--sec.referral .conversation__btn.desk-btn {
  display: block;
  width: max-content;
  margin-left: auto;
  margin-top: 20px;
}
.success--sec.referral .conversation__cta {
  display: block;
}
/* for location css */
.location--sec {
  padding: 0;
}
.location__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.location__wrapper {
  padding: 50px 0px;
  background-color: var(--gray);
}
.location__wrapper:nth-child(even) {
  background-color: var(--light-gray);
}
.location__right {
  width: 50%;
}
.locate__head h2 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  color: var(--white);
}
.locate__head h3 {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 20px;
  color: var(--white);
  font-family: "Bungee", sans-serif;
  font-weight: 400;
}
.locate__head {
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 35px;
}
.locate__head.second {
  margin-top: 30px;
}
.location__wrapper .second {
  display: none;
}
.location__wrapper.visible .second {
  display: block;
}
.locate__head.second .area__wrap:last-child p {
  color: var(--grey) !important;
}
.location__wrapper:nth-child(even) .locate__head::after {
  background-color: var(--black);
}
.locate__head::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 148px;
  height: 7px;
  background-color: var(--white);
}
.area__wrapper {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}
.area__wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
.area-i {
  width: 35px;
  line-height: 0;
}
.location__right p {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  color: var(--white);
}
.area__wrap:last-child p {
  color: var(--orange) !important;
}
.area__wrap:last-child p a {
  color: var(--orange) !important;
}
.map__block {
 /* position: relative;
  width: max-content;
  */
  margin-bottom: 0px;
  max-width: 100%;
}
.map__block iframe {
  border: solid 1px var(--gray-text);
  width: 100%;
  height: 300px;
}
.locate__btm p {
  padding-left: 0px;
}
.map__block .conversation__cta {
  position: absolute;
  bottom: 13px;
  right: 197px;
  font-size: 18px;
  padding: 10px 12px;
}
.location__img {
  position: relative;
  width: 45%;
  padding: 62px 0px 62px 66px;
  z-index: 1;
}
.location__img::before {
  content: " ";
  position: absolute;
  left: 0;
  height: 100%;
  width: 75%;
  background-color: var(--orange);
  top: 0;
  z-index: -1;
}
.location__wrapper:nth-child(even) .locate__head h2 {
  color: var(--gray);
}
.location__wrapper:nth-child(even) .locate__head h3 {
  color: var(--gray);
}
.location__wrapper:nth-child(even) p {
  color: var(--gray);
}
.review__wrapper {
  padding: 100px 0;
  position: relative;
  background: #d2cdd2;
}
.review__wrapper:nth-child(even) {
  background: var(--white);
}
.review__wrapper:nth-child(even) .testi__para {
  color: var(--gray);
}
.review__wrapper:nth-child(even) .testi__para span {
  color: var(--orange);
}
.review__wrapper:nth-child(even) .testi__btm p {
  color: var(--black);
}
.review__wrapper:nth-child(even) .testi-left {
  transform: rotate(180deg);
  right: 0;
  left: auto;
}
.invert-swiper {
  background: var(--white);
}
.invert-swiper .testi__para {
  color: var(--gray);
}
.invert-swiper .testi__para span {
  color: var(--orange);
}
.invert-swiper .testi__btm p {
  color: var(--black);
}
.invert-swiper .testi-left {
  transform: rotate(180deg);
  right: 0;
  left: auto;
}
.invert-swiper .swiper-button-next {
  filter: invert(30%);
}
.invert-swiper .swiper-button-prev {
  filter: invert(30%);
}
.invert-swiper .swiper-pagination-bullet {
  background-color: #dcdcdc;
}
.invert-swiper .swiper-pagination-bullet-active {
  background-color: var(--orange);
}
.review__block {
  width: 78%;
  margin: 0 auto;
}
.success--sec.inner--sec.success__rev.save--sec .success__wrapper {
  align-items: flex-end;
}
.save--sec .success__img::before {
  display: none;
}
.success--sec.inner--sec.success__rev.save--sec .success__img {
  padding: 0;
}
.steps {
  height: auto;
  padding-top: 387px;
}
.terms--sec {
  padding: 62px 0 200px;
}
.terms--sec h1 {
  font-size: 50px;
  line-height: 60px;
  color: var(--gray);
}
.terms--sec .hero__top::after {
  width: 148px;
  background: var(--black);
  height: 8px;
}
.terms--sec .hero__top {
  width: 25%;
}
.terms__main {
  color: var(--black);
  font-family: "Montserrat", sans-serif;
  width: 74%;
}
.brochure .terms__main {
  width: 100%;
}
.terms__main p, .terms__main p a, .terms__main ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--black);
}
.terms__main p a {
  word-wrap: break-word;
}
.terms__main p {
  margin-bottom: 20px;
}
.terms__main ul {
  padding-left: 100px;
  margin-bottom: 20px;
}
.terms__main ul:last-child {
  margin-bottom: 0;
}
.terms__main p:last-child {
  margin-bottom: 0;
}
.terms__main h2 {
  color: var(--black);
  font-size: 24px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}
.terms__main h3 {
  color: var(--black);
  font-size: 20px;
  line-height: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
}
/* for get a qoute */
.steps__wrap {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.steps__left {
  width: 50%;
  padding: 45px 112px 60px 104px;
  background: var(--orange);
  display: flex;
  align-items: center;
  flex-direction: column;
}
.steps__wrap h2 {
  font-size: 60px;
  line-height: 60px;
}
.steps__left h2 {
  color: var(--white);
  margin-bottom: 40px;
}
.steps__main p {
  font-size: 22px;
  line-height: 24px;
  color: var(--black);
  font-weight: 400;
  margin-bottom: 30px;
}
.steps__form input {
  height: 95px;
  width: 100%;
  padding: 10px 27px;
  font-size: 22px;
  border: none;
  outline: none;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 14px;
}
.steps__form textarea {
  height: 150px;
  width: 100%;
  padding: 27px 27px 10px;
  font-size: 22px;
  border: none;
  outline: none;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0;
  resize: none;
}
.steps__form input[type="submit"] {
  width: 100%;
  height: 95px;
  border: none;
  outline: none;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  padding: 10px 27px;
  background-color: var(--black);
  color: var(--orange);
  cursor: pointer;
  text-transform: capitalize;
  transition: all ease 0.3s;
  margin-bottom: 0;
}
.steps__form input[type="submit"]:hover {
  background-color: var(--gray);
}
.steps__right {
  width: 50%;
  background: rgb(255 255 255 / 73%);
  padding: 45px 100px 60px 51px;
}
.steps__head {
  margin-bottom: 85px;
  width: 78%;
}
.steps__right h2 {
  color: var(--orange);
}
.steps__right h2 span {
  color: var(--gray);
}
.steps__wrapper-main {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 100px;
  margin-bottom: 82px;
}
.steps__wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
.steps-no {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 107px;
  height: 107px;
  border: solid 1px #707070;
  border-radius: 100px;
  background: var(--orange);
}
.steps-no h2 {
  color: var(--white);
}
.step-para {
  width: 80%;
}
.step-para p {
  font-size: 24px;
  line-height: 26px;
  color: var(--gray);
  margin: 0;
}
.step-para p span {
  display: block;
}
.step__btm {
  text-align: right;
}
.testi__img.mobile {
  display: none;
}
.locate__info p {
  font-size: 20px;
  font-weight: 400 !important;
  line-height: 28px;
}
.locate__info {
  margin: 30px 0 0 0;
}
.location__wrapper.visible.hideloc .second {
  padding-bottom: 0;
  margin-bottom: 0;
}
.location__wrapper.visible.hideloc .second::after {
  bottom: auto;
  top: 0;
}
.location__wrapper.visible.hideloc .locate__head.second {
  padding-top: 30px;
}
.location__wrapper.visible.hideloc .second .area__wrapper {
  margin-bottom: 20px;
}
.fancybox__content {
  width: 400px !important;
  height: 700px !important;
}
section.testimonial--sec.invert-swiper.noslider .testimonial__slider {
  display: none;
}
.invert-swiper.noslider .swiper-button-next, .invert-swiper .swiper-button-prev {
  display: none !important;
}
.invert-swiper.noslider .testi__top {
  justify-content: center;
  gap: 0;
  margin-bottom: 0;
}
.invert-swiper.noslider {
  padding: 50px 0px 43px 0px;
}
.invert-swiper.noslider .right-arrow {
  display: none;
}
section.reviews--sec.noimage a.testi__top {
  display: none;
}
section.reviews--sec.noimage .testi__img {
  display: none;
}
.testi__right {
  width: 91%;
  margin: 0 auto;
}
section.reviews--sec.noimage .review__wrapper:nth-child(even) {
  background: #efefef;
}
section.reviews--sec.noimage .testi__para {
  color: var(--grey);
}
section.reviews--sec.noimage .testi__btm p {
  color: var(--grey);
}
section.reviews--sec.noimage .testi__para span {
  color: var(--orange);
}
.invert-swiper.noslider .testi__top p {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 2.4px;
}
.brochure__btn {
    display: none;
}
@media screen and (min-width: 1921px) {
  .project__main {
      max-width: 1920px;
      width: 100%;
      margin: 0 auto;
 }
  .raves__main {
      max-width: 1920px;
      width: 100%;
      margin: 0 auto;
 }
  .dewils--sec .my-container {
      margin: 0px auto;
      width: 100%;
      max-width: 68%;
      padding: 0;
 }
}
@media screen and (min-width: 1025px) {
  .menu {
      li:hover, :focus {
          .children {
              opacity: 1;
              transform: rotateX(0) translateZ(0);
         }
     }
 }
  .children {
      opacity: 0;
      backface-visibility: hidden;
      transform: rotateX(-90deg);
     /* transform-style: preserve-3d;
      transform-origin: top center;
      */
      transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.59, 1.21), opacity 0.1s 0.1s;
      position: absolute;
      top: 100%;
      left: -50px;
      width: 263px;
 }
  .menu {
      .sub-parent:hover, :focus {
          .sub__links {
              opacity: 1;
              transform: rotateX(0);
              backface-visibility: hidden;
         }
     }
 }
  .sub__links {
      opacity: 0;
      transform: rotateX(-90deg);
      transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.59, 1.21), opacity 0.1s 0.1s;
 }
}
@media screen and (max-width: 1800px){
  .raves__right{
    width: 700px;
  }
}
@media screen and (max-width: 1680px) {
  .hero--sec {
      height: auto;
 }
  .conversation__content p {
      margin-bottom: 30px;
 }
  .reduce__right {
      display: flex;
      align-items: center;
 }
  .advantage__main {
      width: 90%;
 }
  .advantage__wrap {
      align-items: flex-end;
 }
  .cross-i {
      top: 20px;
      right: 18px;
      width: 17px;
 }
  .reduce--sec .reduce__left {
      padding: 60px 50px;
 }
  .reduce--sec .reduce__left p {
      font-size: 16px;
 }
  .inner--sec h2 {
    font-size: 42px;
    line-height: 46px;
 }
  .conversation__content p {
      font-size: 18px;
      line-height: 28px;
 }
  .inner--sec h2 span {
      display: inline;
 }
  .testi__block {
      justify-content: center;
 }
  .testi__para span {
      font-size: 100px;
      line-height: 50px;
      top: 36px;
      padding-right: 10px;
 }
  .testi__para {
      font-size: 24px;
      line-height: 32px;
 }
  .raves__right {
      width: 40%;
 }
  .dewils--sec .my-container {
      margin: 0 auto;
      max-width: 100%;
      padding: 0px 50px;
 }
  .dew__left {
      width: 80px;
 }
  .dewils__img {
      width: 55%;
 }
  .dewils__main {
      width: 90%;
      margin: 0 auto;
 }
  .our__head {
      margin: 0 auto;
      margin-bottom: 37px;
      width: 70%;
 }
  .our-left {
      width: 430px;
 }
  .our-right {
      width: 80px;
 }
  .counter__block h2 {
      font-size: 50px;
      line-height: 50px;
 }
  .counter__block p {
      font-size: 18px;
      line-height: 24px;
 }
  .project__img {
      width: 320px;
 }
  .location__img {
      padding: 42px 0px 42px 56px;
 }
  .steps__left {
      padding: 50px 70px;
 }
  .steps__wrapper-main {
      gap: 60px;
      margin-bottom: 40px;
 }
}
@media screen and (max-width: 1600px) {
  h1 {
      font-size: 80px;
      line-height: 75px;
 }
  .menu {
      gap: 30px;
 }
  .ad__img {
      width: 460px;
      bottom: -70px;
 }
  .general__wrapper {
      gap: 50px;
 }
  h3 {
      font-size: 26px;
      line-height: 32px;
 }
  .logo, .footer-logo {
      width: 300px;
 }
  h4 {
      font-size: 26px;
      line-height: 30px;
 }
  h5 {
      font-size: 18px;
      line-height: 20px;
 }
  .reduce--sec .reduce__left h2 {
      font-size: 46px;
      line-height: 50px;
 }
  .reduce--sec .reduce__form input {
      height: 75px;
      font-size: 18px;
 }
  .reduce--sec .reduce__form input[type="submit"] {
      height: 65px;
      font-size: 18px;
 }
  .reduce--sec .reduce__right {
      padding: 20px;
 }
  .reduce--sec .reduce__img {
      margin: 0;
 }
  .testi__main {
      width: 88%;
 }
  .testi__content {
      width: 90%;
 }
  .testi__content .swiper-button-next {
      width: 50px;
      height: 50px;
      right: 0;
 }
  .testi__content .swiper-button-prev {
      width: 50px;
      left: 0;
      height: 50px;
 }
  .advance__top p {
      font-size: 18px;
      line-height: 25px;
 }
  .advance__top p:first-child {
      margin-bottom: 20px;
 }
  .inner--sec .success__img {
      padding: 40px 0px 40px 40px;
 }
  .inner--sec.success__rev .success__img {
      padding: 40px 40px 40px 0;
 }
  .conversation__content p {
      margin-bottom: 16px;
 }
  h2 {
      font-size: 60px;
      line-height: 66px;
 }
  .succ-btm p {
      font-size: 20px;
      line-height: 32px;
 }
  .reduce__img {
      margin-left: 0px;
 }
 /* .footer-nav {
      gap: 30px;
 }
  */
}
@media screen and (max-width: 1500px) {
  .logo, .footer-logo {
      width: 240px;
 }
  .header__main {
      padding: 40px 0px;
 }
  .menu {
      gap: 20px;
 }
  .nav-link {
      font-size: 16px;
 }
  .ad__img {
      width: 360px;
      bottom: -70px;
 }
  .hero--sec {
      height: auto;
 }
  section.hero--sec.home {
      height: auto;
 }
  .pause-play-img {
      width: 120px;
      top: 23%;
      right: 23%;
 }
  h1 {
      font-size: 70px;
      line-height: 65px;
 }
  .hero__para p {
      font-size: 20px;
      line-height: 30px;
 }
  .hero--sec .reduce__left {
      background-color: var(--orange);
      padding: 50px 30px 50px;
      width: 52%;
 }
  .hero--sec .reduce__left h3 {
      font-size: 25px;
      line-height: 29px;
 }
  .hero--sec .reduce__left h2 {
      font-size: 40px;
      line-height: 40px;
 }
  .reduce__left p {
      font-size: 18px;
      line-height: 22px;
 }
  .reduce__form input {
      height: 75px;
      font-size: 18px;
 }
  .reduce__form input[type="submit"] {
      height: 75px;
      font-size: 18px;
 }
  .our__head, .our__content {
      width: 100%;
 }
  .our-left {
      width: 390px;
      left: 20px;
 }
  .project__wrap {
      gap: 20px;
 }
  .counter__block p {
      width: 100%;
 }
  .advantage__main {
      width: 100%;
 }
  .raves__left {
      width: 100%;
 }
  .raves__left {
      width: 72%;
 }
  .raves__block {
      margin-bottom: 45px;
      width: 100%;
 }
  .raves__right {
      width: 38%;
 }
  .adv__block h2 {
      color: var(--white);
      font-family: "Montserrat", sans-serif;
      font-size: 30px;
      line-height: 50px;
      font-weight: 700;
 }
  h2 {
      font-size: 50px;
      line-height: 56px;
 }
 /* for our people css */
  .team__img {
      width: 290px;
 }
 /* for history css */
  .flooring__main {
      width: 64%;
 }
 /* for get a qoute */
  .steps__head {
      width: 100%;
 }
  .steps__right {
      padding: 50px 60px 50px 40px;
 }
  .step-para p {
      font-size: 20px;
      line-height: 23px;
 }
  .steps__main p {
      font-size: 18px;
      line-height: 22px;
 }
  .steps__form input {
      height: 75px;
      font-size: 20px;
 }
  .steps__form textarea {
      height: 130px;
      font-size: 20px;
 }
  .steps__form input[type="submit"] {
      height: 75px;
      font-size: 20px;
 }
  .map__block .conversation__cta {
      bottom: 0;
      right: 0;
 }
 .hero__top {
  width: 100%;
}
}
@media screen and (max-width: 1366px) {
  .team__img {
      width: 250px;
 }
  .counter__block p {
      font-size: 16px;
      line-height: 20px;
 }
  .adv__block {
      padding: 43px 40px 36px 51px;
 }
  .adv-block__head {
      margin-bottom: 18px;
 }
 /* .adv-block__head p {
      font-size: 36px;
      line-height: 40px;
      letter-spacing: 1px;
 }
  */
  .succ-btm p {
      font-size: 16px;
      line-height: 26px;
 }
  .jim__img {
      width: 300px;
 }
  .my-container {
      padding: 0px 70px;
 }
  p {
      font-size: 20px;
      line-height: 30px;
 }
  .location__right p {
      font-size: 18px;
      line-height: 20px;
      font-weight: 700;
      color: var(--gray);
 }
  .steps {
      padding-top: 100px;
 }
  .steps__wrap h2 {
      font-size: 50px;
      line-height: 50px;
 }
  .steps-no {
      width: 90px;
      height: 90px;
 }
  .steps__left {
      padding: 50px 40px;
 }
  .steps__head {
      margin-bottom: 50px;
 }
  .step-para {
      width: 75%;
 }
 .inner--sec h2 {
  font-size: 36px;
  line-height: 40px;
}
.laminate__head h2 {
  font-size: 36px;
  line-height: 40px;
}
}
@media screen and (max-width: 1280px) {
  .logo, .footer-logo {
      width: 220px;
 }
  .nav-link {
      font-size: 14px;
 }
  h4 {
      font-size: 20px;
      line-height: 30px;
 }
  .nav-btn {
      padding: 13px 9px;
      font-size: 14px;
 }
  .sub__links {
      display: none;
 }
 /* li.sub__dropdown.active .sub__links {
      transform: rotateX(0);
      display: block;
      opacity: 1;
 }
  */
  h4, .nav__end h4 a {
      font-size: 18px;
      line-height: 20px;
 }
  .reduce__left h3 {
      font-size: 26px;
      line-height: 26px;
 }
  .reduce--sec .reduce__left h2 {
      font-size: 40px;
      line-height: 42px;
 }
  .reduce--sec {
      padding: 80px 0px;
 }
  .my-container.hero {
      padding: 0px 70px;
 }
  .your-mail {
      width: 280px;
 }
  .our__btm h2:first-child {
      font-size: 30px;
      line-height: 20px;
 }
  .our__btm h2:last-child {
      font-size: 45px;
      line-height: 55px;
 }
  .terms--sec .hero__top {
      width: 50%;
 }
  .testi__main {
      width: 85%;
 }
}
@media screen and (max-width: 1100px) {
  .nav__right {
      display: flex;
      align-items: center;
      gap: 10px;
 }
  .toogle-wrap {
      display: none;
 }
  .toggle-menu a {
      position: relative;
      display: block;
      width: 34px;
      height: 43px;
      transition: 0.5s;
 }
  .toggle-menu a span {
      display: block;
      position: absolute;
      height: 2px;
      width: 100%;
      background: #fff;
      opacity: 1;
      left: 0;
      transform: rotate(0);
      transition: 0.3s;
 }
  .toggle-menu {
      display: flex;
      font-size: 25px;
      align-items: center;
      justify-content: right;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      transition: 0.5s ease-in-out;
      margin-left: 0;
      cursor: pointer;
      z-index: 9999;
 }
  .cancel-i {
      display: block;
      width: 40px;
      position: absolute;
      top: 20px;
      right: 20px;
 }
  .toggle-menu a span {
      display: block;
      position: absolute;
      height: 2px;
      width: 100%;
      background: var(--white);
      opacity: 1;
      left: 0;
      transform: rotate(0);
      transition: 0.3s;
 }
  .toggle-menu a span:nth-child(1) {
      top: 25%;
 }
  .toggle-menu a span:nth-child(2), .toggle-menu a span:nth-child(3) {
      top: 50%;
 }
  .toggle-menu a span:nth-child(4) {
      top: 75%;
 }
  .toggle-menu.open a {
      transform: rotate(180deg);
 }
  .toggle-menu.open a span:nth-child(1), .toggle-menu.open a span:nth-child(4) {
      width: 50%;
      opacity: 0;
 }
  .toggle-menu.open a span:nth-child(3) {
      opacity: 1;
      transform: rotate(-45deg);
 }
  .toggle-menu.open a span:nth-child(2) {
      transform: rotate(45deg);
 }
  .toggle-menu.open span:nth-child(1) {
      top: 1em;
      width: 0%;
      left: 50%;
 }
  .toggle-menu.open span:nth-child(2) {
      transform: rotate(45deg);
 }
  .toggle-menu.open span:nth-child(3) {
      transform: rotate(-45deg);
 }
  .toggle-menu.open span:nth-child(4) {
      top: 1em;
      width: 0;
      left: 50%;
 }
  .toogle-wrap {
      display: flex;
 }
  .nav__menu {
      position: fixed;
      height: 100vh;
     /* left: -100%;
      */
      left: 0;
      top: 0;
      width: 100%;
      background-color: rgb(239 239 239 / 90%);
      padding: 0px 5%;
      z-index: 99;
      transition: 0.7s 0.1s, opacity 0.4s 0.2s;
     /* transition: all ease 0.7s;
      */
     /* scale: 0;
      */
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      opacity: 0;
      transform: translateY(-100%);
 }
  .navigation {
      position: relative;
      width: 80%;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      background: var(--orange);
      gap: 20px;
      padding: 67px 0 90px;
     /* transform: rotateX(90deg);
      */
      transition: all ease 1s;
 }
  .nav__menu.active {
     /* left: 0;
      */
      opacity: 1;
     /* scale: 1;
      */
      transform: translateY(0);
     /* .navigation {
          transform: rotateX(0deg);
     }
      */
 }
  .nav__menu.hidden {
      scale: 0;
 }
  .top__left {
      gap: 30px;
 }
  .top-block p {
      font-size: 12px;
      letter-spacing: 0.1px;
 }
  .top-block img {
      width: 14px;
 }
  .social__wrap {
      gap: 30px;
 }
  h4, .nav__end h4 a {
      font-size: 18px;
      line-height: 18px;
 }
  .nav__end {
      gap: 15px;
 }
  .menu {
      width: 100%;
      flex-direction: column;
      align-items: flex-start;
      gap: 0;
 }
  .menu li:nth-child(3) .children li:first-child {
      display: block;
 }
  .menu li:nth-child(4) .sub__links li:first-child {
      display: block;
 }
  .children {
      width: 100% !important;
      display: none;
      padding: 0 40px;
 }
  li.parent {
      padding: 15px 0px;
      width: 100%;
 }
  .nav-link.active::before {
      rotate: 90deg;
 }
  .nav-link {
      padding: 10px 15px 10px 50px;
      width: 100%;
      position: relative;
      background: var(--gray);
      font-size: 30px;
      line-height: 30px;
      font-weight: 700;
 }
  .children a {
      font-size: 14px;
      line-height: 18px;
 }
  .children a br {
      display: none;
 }
  .nav-link::before {
      top: 0;
      content: "";
      background-image: url(/wp-content/uploads/2024/12/d-arrow.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      width: 23px;
      position: absolute;
      left: 15px;
      height: 23px;
      bottom: 0;
      margin: auto 0;
      transition: all ease 0.3s;
 }
  .parent {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      flex-direction: column;
      gap: 20px;
 }
  .my-container {
      max-width: 100%;
      padding: 0px 50px;
 }
  .my-container.hero {
      padding: 0px 50px;
 }
 /* h1 {
      font-size: 60px;
      line-height: 65px;
 }
  */
  .hero--sec {
      padding-top: 110px;
      padding-bottom: 30px;
 }
  h1 {
      font-size: 60px;
      line-height: 65px;
 }
  .hero__para p {
      font-size: 18px;
      line-height: 30px;
 }
  .pause-play-img {
      width: 100px;
      top: 20%;
      right: 20%;
 }
  .hero--sec .reduce__left {
      background-color: var(--orange);
      padding: 50px 30px 50px;
      width: 100%;
 }
  .hero--sec .reduce__wrapper {
      flex-wrap: wrap;
 }
  .hero--sec .reduce__right {
      display: flex;
      align-items: center;
      width: 100%;
      padding: 0px;
      display: none;
 }
  .hero--sec .reduce__img {
      width: 100%;
      margin-left: 0px;
 }
  .advance__top p {
      font-size: 16px;
      line-height: 28px;
 }
  .overlay {
      height: 100%;
 }
  .hero__top::after {
      width: 100px;
      height: 5px;
 }
  .hero__top {
      width: 100%;
      padding-bottom: 30px;
      margin-bottom: 50px;
 }
  .hero__para {
      width: 62%;
      margin-bottom: 100px;
 }
 /* .crt-wrap {
      gap: 20px;
      margin-bottom: 50px;
 }
  .crt-img {
      width: 80px;
 }
  */
  h3 {
      font-size: 20px;
      line-height: 26px;
 }
 /* .gen__btm {
      text-align: center;
      padding: 15px 10px;
 }
  */
  h5 {
      font-size: 16px;
      line-height: 20px;
 }
  .ad__img {
      width: 280px;
 }
  .brand__img {
      width: 65%;
 }
  h2 {
      font-size: 40px;
      line-height: 45px;
 }
  .jim__img {
      width: 230px;
 }
  .advantage__head p {
      font-size: 18px;
      line-height: 26px;
 }
  .advantage__head p span {
      display: inline;
 }
  .advantage__wrap {
      flex-wrap: wrap;
      flex-direction: column-reverse;
 }
  .advantage-wrap__main:nth-child(even) .advantage__wrap {
      flex-direction: column-reverse;
 }
  .advantage__content {
      width: 100%;
      background: rgb(243 112 33 / 20%);
      padding: 30px 20px;
      text-align: center;
 }
  .advantage__img {
      width: 100%;
 }
  .adv__block {
      background: transparent;
      padding: 0;
 }
  .install__wrap {
      width: 100%;
 }
  .install__right p {
      font-size: 16px;
      line-height: 24px;
 }
  .advantage__main {
      width: 85%;
 }
  .adv__block h2 {
      line-height: 45px;
 }
  .adv__block h2 a {
      padding: 15px 40px 15px 20px;
      display: block;
      width: max-content;
      margin: 6px auto 0 auto;
      line-height: 12px;
 }
  .project__main {
      padding: 0px 80px 30px;
 }
  .project__wrap {
      flex-wrap: wrap;
      justify-content: center;
 }
  .project__left, .project__right {
      gap: 40px;
      width: 100%;
 }
  .project__img {
      width: 240px;
      padding: 15px;
      order: -1;
 }
  .project__block {
      width: 50%;
 }
  .counter__block h2 {
      font-size: 80px;
      line-height: 80px;
 }
  .raves__head {
      margin-bottom: 50px;
 }
  .raves__left {
      width: 100%;
 }
  .quoted {
      margin-bottom: -10px;
 }
  .raves--sec {
      padding: 50px 0;
 }
  .raves__main {
      padding: 0 50px;
 }
  .raves__left {
      padding: 0;
 }
  .raves__btm .damon__img {
      display: block;
 }
  .raves__content p, .damon__head p {
      font-size: 18px;
      line-height: 26px;
 }
  .raves__btm {
      display: flex;
      flex-direction: column;
      align-items: center;
 }
  .raves__right {
      display: none;
 }
  .dewils__head p {
      width: 100%;
      font-size: 18px;
      line-height: 26px;
 }
  .dewils__img {
      width: 80%;
 }
  .our-left {
      width: 320px;
      left: 20px;
 }
  .our__content p {
      font-size: 18px;
      line-height: 26px;
 }
  .inner--sec {
      padding: 70px 0px;
 }
  .inner--sec .hero__top::after {
      left: 50px;
 }
  .inner--hero {
      padding-bottom: 0;
 }
  .inner--hero .hero__top {
      width: 100%;
      padding-bottom: 30px;
      margin-bottom: 50px;
      padding: 0px 50px 30px;
 }
  .inner--hero .hero__top::after {
      left: 50px;
 }
  .inner--hero .hero__para {
      order: 2;
      width: 100%;
      margin: 0;
      padding: 0 50px 40px;
      background: var(--gray);
 }
  .hero--sec.inner--hero .my-container.hero {
      padding: 0;
 }
  .inner--hero .general__wrapper {
      padding: 30px 50px 40px;
      background: var(--gray);
      gap: 30px;
 }
  .inner--sec .succ__head {
      width: 100%;
 }
  .testi__top {
      margin-bottom: 30px;
 }
  .testi__top p {
      font-size: 12px;
      letter-spacing: 2.8px;
 }
  .testi-left {
      width: 100px;
 }
  .testi__img {
      width: 300px;
 }
  .testi__btm p {
      font-size: 20px;
      line-height: 30px;
 }
  .testi__content .swiper-button-prev {
      width: 30px;
      height: 30px;
 }
  .testi__content .swiper-button-next {
      width: 30px;
      height: 30px;
 }
  .reduce--sec .reduce__left {
      width: 100%;
 }
  .reduce--sec .reduce__right {
      display: none;
 }
 /* rafay's css */
  .conversation__content {
      width: 60%;
 }
  .conversation__image {
      width: 35%;
 }
  .conversation__wrap {
      gap: 30px;
 }
  .conversation__cta {
      display: block;
      width: max-content;
      font-size: 16px;
      padding: 10px 20px;
 }
  .conversation__content p {
      font-size: 16px;
      line-height: 24px;
 }
  .conversation__btn {
      text-align: left;
 }
  .conversation__content h2 {
      width: 100%;
      font-size: 36px;
      line-height: 40px;
 }
 /* flooring css */
  .brand__image {
      width: 100%;
 }
 /* our people css */
  .team__head {
      width: 100%;
 }
  .team__wrap {
      column-gap: 70px;
      margin-bottom: 150px;
 }
 /* history css */
  .flooring__main {
      width: 88%;
 }
  .succ-btm p:first-child {
      margin-bottom: 20px;
 }
  .succ-btm p {
      font-size: 16px;
      line-height: 24px;
 }
  .succ-btm {
      gap: 10px;
 }
  .laminate__wrapper {
      padding: 40px 0;
 }
  .laminate__btm p {
      font-size: 16px;
      line-height: 24px;
 }
  .laminate__head h2 span {
      display: inline;
 }
  .laminate__img {
      padding: 30px;
      padding-left: 0;
 }
  .succ__head::after {
      width: 90px;
      height: 5px;
 }
  .team__head p {
      font-size: 20px;
      line-height: 30px;
 }
  .inner--banner .hero__para {
      padding-top: 40px;
 }
  .success--sec.barton {
      padding: 50px 0;
 }
  .success--sec.inner--sec.barton .success__img {
      margin-top: 0px;
      width: 50%;
 }
  .success--sec.inner--sec.barton .success__right {
      width: 50%;
      padding: 0;
 }
  .flooring__main p {
      font-size: 20px;
      line-height: 28px;
 }
  .flooring__main h2 {
      font-size: 36px;
      line-height: 40px;
 }
  .locate__head h2 {
      font-size: 36px;
      line-height: 36px;
 }
  .locate__head {
      padding-bottom: 25px;
      margin-bottom: 20px;
 }
  .locate__head::after {
      height: 5px;
 }
  .map__block {
      width: 80%;
      margin-bottom: 10px;
 }
  .map__block iframe {
      width: 100%;
      height: 200px;
 }
  .location__img {
      padding: 30px 0px 30px 40px;
 }
  .review__wrapper {
      padding: 60px 0;
 }
  .testi__block {
      gap: 30px;
 }
  .steps__wrap {
      flex-wrap: wrap;
 }
  .steps__left {
      width: 100%;
 }
  .steps__right {
      width: 100%;
 }
  .terms--sec h1 {
      font-size: 40px;
      line-height: 40px;
 }
  .terms__main {
      width: 100%;
 }
  .terms__main ul {
      padding-left: 20px;
 }
  .footer__wrapper {
      flex-wrap: wrap;
      row-gap: 50px;
 }
  .footer__wrapper .footer__block:first-child {
      width: 100%;
 }
  .ft-link {
      font-size: 16px;
      line-height: 16px;
 }
  .footer-nav {
      gap: 20px;
 }
  .footer__block h4 {
      font-size: 16px;
 }
  .footer__top a {
      font-size: 20px;
 }
  .social-i {
      width: 20px;
 }
  .your-mail {
      height: 60px;
      width: 260px;
 }
  .email__form input[type="submit"] {
      height: 60px;
      padding: 5px 30px;
      font-size: 16px;
 }
 .brochure .terms__main iframe{
  display: none;
 }
 .brochure__btn {
  display: block;
  text-align: center;
}
}
@media screen and (max-width: 992px) {
  h1 {
      font-size: 45px;
      line-height: 50px;
 }
  h2 {
      font-size: 36px;
      line-height: 40px;
 }
  h5 {
      font-size: 14px;
      line-height: 20px;
 }
 /* .gen__btm p {
      font-size: 12px;
      line-height: 12px;
 }
  */
  .my-container.hero {
      padding: 0px 40px;
 }
  .hero--sec {
      padding-top: 90px;
      padding-bottom: 30px;
 }
  .hero--sec.inner--hero {
      padding-bottom: 0;
 }
  .pause-play-img {
      width: 70px;
      top: 3%;
      right: 5%;
 }
  .hero__para {
      width: 100%;
      margin-bottom: 50px;
 }
  .hero__para p {
      font-size: 18px;
      line-height: 24px;
 }
 /* .general__wrapper {
      align-items: stretch;
 }
  */
 /* .general__block {
      min-height: 100%;
 }
  */
  .advantage__main {
      width: 100%;
 }
 /* .gen-block__inner {
      min-height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
 }
  */
  .ad__img {
      width: 230px;
 }
  .install__right {
      width: 100%;
      text-align: left;
 }
  .install__wrap {
      gap: 30px;
      flex-wrap: wrap;
      justify-content: center;
     /* text-align: center;
      */
      padding: 30px 50px;
 }
  .install__img {
      width: 100%;
 }
  .success--sec {
      padding: 66px 0px 200px 0px;
      position: relative;
 }
  .inner--sec {
      padding: 50px 0;
 }
  .succ__head {
      width: 100%;
 }
  .success__wrapper {
      align-items: center;
      flex-direction: column-reverse;
      flex-wrap: wrap;
      gap: 50px;
 }
  .inner--sec .success__wrapper {
      flex-direction: row-reverse;
      gap: 30px;
 }
  .inner--sec h2 span {
      display: block;
 }
  .our--sec {
      padding-bottom: 229px;
 }
  .our-right {
      width: 30px;
 }
  .testi__top {
      justify-content: center;
 }
  .testi-left {
      display: none;
 }
  .inner--sec .success__img {
      width: 80%;
 }
  .inner--sec .success__right {
      width: 100%;
 }
  .testi__block {
      text-align: center;
      flex-wrap: wrap;
      flex-direction: column-reverse;
      align-items: center;
 }
  .testi__img {
      width: 100px;
 }
  .testi__right {
      width: 100%;
 }
  .jim__block {
      position: absolute;
      bottom: 30px;
      width: 100%;
      margin: 0 auto;
      left: 0;
 }
  .project__wrap {
      gap: 40px;
 }
  .project__img {
      width: 110px;
      padding: 0;
      order: -2;
      margin-top: -160px;
      position: relative;
      z-index: 2;
      background: transparent;
 }
  .success__img {
      width: 100%;
 }
  .success__right {
      width: 100%;
 }
  .laminate__wrap {
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      flex-direction: column-reverse;
      gap: 40px;
 }
  .laminate__left {
      width: 100%;
 }
  .laminate__img {
      padding: 20px;
      padding-left: 0;
      width: 100%;
 }
  .brand--section {
      padding: 40px 0 50px;
 }
  .brand__main h2 {
      font-size: 30px;
      line-height: 40px;
 }
  section.team--section {
      padding: 50px 0 100px;
 }
  .team__head p {
      font-size: 18px;
      line-height: 26px;
 }
  .team__wrap {
      margin-bottom: 100px;
 }
  .flooring__main p {
      font-size: 18px;
      line-height: 26px;
 }
  .success--sec.inner--sec.success__rev .success__wrapper {
      flex-direction: row-reverse;
 }
  .success--sec.barton {
      padding: 50px 0;
 }
  .success--sec.inner--sec.barton .success__right {
      padding: 0;
      width: 100%;
 }
  .success--sec.inner--sec.barton .success__img {
      width: 80%;
 }
  .location__wrap {
      flex-wrap: wrap;
      gap: 30px;
 }
  .location__img {
      width: 88%;
 }
  .location__right {
      width: 100%;
 }
  .review__wrapper {
      padding: 40px 0;
 }
  .testi__top .right-arrow {
      display: none;
 }
  .steps__right {
      padding: 50px 40px;
 }
 /* .terms--sec .hero__top::after{
      display: block;
 }
  */
  .review__block {
      width: 100%;
 }
  .footer__top {
      padding: 60px 0px 50px 0px;
      flex-wrap: wrap;
 }
  .footer__top .footer__block {
      width: 100%;
 }
  .footer__wrapper {
      justify-content: space-between;
     /* flex-wrap: wrap;
      */
      column-gap: 70px;
      row-gap: 50px;
 }
 /* .footer__block:last-child {
      width: 100%;
 }
  */
  .your-mail {
      width: 100%;
 }
 /* .footer__btm p {
      font-size: 12px;
      line-height: 12px;
 }
  */
  .terms__main p a {
      word-wrap: break-word;
 }
  .terms__main h3 {
      line-height: 24px;
 }
  .testi__content {
      width: 100%;
 }
  .testi__main {
      width: 80%;
 }
  .map__block .conversation__cta {
      right: 25%;
 }
}
@media screen and (max-width: 767px) {
  .my-container.hero {
      padding: 0;
 }
  .my-container {
      max-width: 100%;
      padding: 0px 28px;
 }
  .top__bar {
      display: none;
 }
  .nav__end {
      display: none;
 }
  .nav__end.mob {
      display: flex;
      margin-bottom: 20px;
      padding: 0 20px;
 }
  .nav__end.mob .nav-btn {
      background: var(--gray);
 }
  .nav__menu {
      padding-top: 56%;
      padding-bottom: 5%;
      justify-content: flex-start;
 }
  .children {
      width: 300px;
      padding: 0;
 }
  .menu li:nth-child(2) .children {
      width: 300px;
 }
 /* .video__poster {
      height: 40%;
 }
  */
  .hero__vid {
      height: 60%;
 }
  .nav-link {
      padding-left: 40px;
      font-size: 16px;
      letter-spacing: 2.4px;
      line-height: 20px;
      font-weight: 400;
 }
  .nav-link::before {
      width: 17px;
 }
  li.parent {
      padding: 5px 0px;
      width: 100%;
 }
  .drop-head__right li a {
      padding-left: 23px;
 }
  .parent {
      align-items: flex-start;
      gap: 0px;
 }
  .cancel-i {
      width: 30px;
 }
  .drop__head {
     /* padding: 8px 20px;
      */
      padding: 5px;
 }
  .drop__head p {
      font-size: 12px;
      letter-spacing: 1px;
      line-height: 16px;
 }
  .children a {
      font-size: 14px;
      padding: 7px 18px 7px 47px;
 }
  .logo {
      width: 220px;
      position: relative;
      z-index: 9999;
 }
  .navigation {
      width: 100%;
      align-items: flex-start;
      justify-content: flex-start;
      padding: 67px 0 40px;
 }
  .nav__menu.active {
      overflow: auto;
      height: 100%;
 }
  .menu {
      align-items: flex-start;
      gap: 0;
 }
  .header__main {
      position: relative;
      padding: 25px 0px;
 }
  .header__main::after {
      content: " ";
      position: absolute;
      top: 0;
      width: 100%;
      left: 0;
      height: 100%;
      background: var(--gray);
      z-index: 999;
 }
  .hero--sec {
      padding-top: 100px;
      padding-bottom: 0px;
 }
  .hero__top {
      text-align: left;
      width: 100%;
      padding: 0 28px;
      margin-bottom: 20px;
 }
  .hero-bg {
      height: 50%;
 }
  .pause-play-img {
      top: 2%;
      width: 60px;
 }
  .hero__para {
      padding: 0 28px;
      margin-bottom: 30px;
 }
  .hero__para p {
      font-size: 16px;
      line-height: 24px;
 }
  .hero__top::after {
      display: none;
 }
 /* .hero--sec .reduce__left {
      padding: 30px 28px 20px;
 }
  .hero--sec .reduce__left h3 {
      font-size: 20px;
      line-height: 20px;
 }
  .hero--sec .reduce__left h2 {
      font-size: 35px;
      line-height: 35px;
 }
  .hero--sec .reduce__left p {
      font-size: 14px;
      line-height: 14px;
 }
  .reduce__form input {
      height: 56px;
      font-size: 16px;
      margin-bottom: 10px;
 }
  .reduce__form input[type="submit"] {
      height: 56px;
      font-size: 16px;
 }
  */
  .reduce__left {
      padding: 30px 28px 20px;
 }
  .reduce--sec {
      padding: 0;
 }
  .reduce--sec .my-container {
      padding: 0;
 }
  .reduce--sec .reduce__left {
      padding: 30px 28px 20px;
 }
  .reduce__left h3 {
      font-size: 20px;
      line-height: 20px;
 }
  .reduce--sec .reduce__left h2, .reduce__left h2 {
      font-size: 34px !important;
      line-height: 35px !important;
 }
  .reduce--sec .reduce__left p, .reduce__left p {
      font-size: 14px;
      line-height: 14px;
 }
  section.hero--sec.home .hero__top {
      width: 95%;
 }
  .reduce--sec .reduce__form input, .reduce__form input {
      height: 56px;
      font-size: 16px;
      margin-bottom: 10px;
 }
  .reduce--sec .reduce__form input[type="submit"], .reduce__form input[type="submit"] {
      height: 56px;
      font-size: 16px;
 }
  .overlay {
      height: 100%;
      background-image: linear-gradient(180deg, #00000040, #050505);
 }
  .general__block {
      width: 100%;
 }
  .success--sec {
      padding: 30px 0px 180px;
 }
  .success__wrapper {
      gap: 40px;
 }
  .succ__head::after {
      left: 0;
      right: auto;
      height: 8px;
 }
  .succ-btm {
      text-align: left;
 }
  .succ__head {
      text-align: left;
      margin-bottom: 30px;
 }
  .jim__img {
      width: 300px;
 }
  .jim__btm p {
      font-size: 18px;
      line-height: 24px;
 }
  .jim__btm p span {
      font-size: 14px;
      text-transform: capitalize;
 }
  .succ-btm p {
      font-size: 16px;
      line-height: 24px;
 }
  .success__img {
      width: 100%;
 }
  .advantage__head {
      padding: 0 28px;
 }
  .advantage--sec .my-container {
      padding: 0;
 }
  .advantage__main {
      text-align: center;
 }
  .advance__top {
      text-align: center;
      margin-bottom: 30px;
 }
  .adv__top::after {
      height: 5px;
 }
  .advantage__head p {
      line-height: 30px;
 }
  .advantage__content {
      padding: 30px 40px;
 }
  .adv__block h2 a {
    padding: 13px 40px 13px 20px;
      font-size: 10px;
      margin: 30px auto 0 auto;
      border-radius: 5px;
 }
 .adv__block h2 a::after {
  width: 13px;
  height: 13px;
}
  .adv__block h2 {
      line-height: 40px;
 }
  .install__wrap {
      gap: 20px;
      padding: 26px 40px 29px 28px;
 }
  .project__main {
      padding: 0px 50px 30px;
 }
  .project__block {
      width: 100%;
 }
  .project__left, .project__right {
      width: 100%;
      flex-wrap: wrap;
 }
  .counter__block h2 {
      font-size: 91px;
      line-height: 91px;
 }
  .counter__block p {
      font-size: 20px;
      line-height: 24px;
 }
  .quoted {
      margin-bottom: 0px;
 }
  .cross-i {
      top: 16px;
      right: 16px;
 }
  .raves__main {
      padding: 0 28px;
 }
  .raves__content p, .damon__head p {
      font-size: 16px;
      line-height: 20px;
 }
  .raves__content p {
      margin-bottom: 40px;
 }
  .raves__block {
      margin-bottom: 80px;
 }
  .raves__btm p:nth-child(2) {
      font-size: 17px;
      line-height: 20px;
 }
  .raves__btm p:last-child {
      font-size: 13px;
      line-height: 20px;
 }
  .damon-wrap {
      flex-wrap: wrap;
      gap: 80px;
 }
  .damon__block {
      width: 100%;
 }
  .raves__btm .damon__img {
      margin-bottom: 16px;
 }
  .dewils--sec {
      padding: 30px 0px;
 }
  .dewils--sec .my-container {
      padding: 0 28px;
 }
  .dewils__head {
      padding-left: 30px;
 }
  .dewils__img {
      width: 100%;
 }
  .dew__left {
      height: 80%;
 }
  .dewils__head p {
      font-size: 16px;
      line-height: 24px;
 }
  .our--sec {
      padding: 30px 0;
      display: flex;
      flex-wrap: wrap;
 }
  .our--sec .my-container {
      padding: 0 50px;
 }
  .our__content p {
      font-size: 16px;
      line-height: 24px;
 }
  .our__content {
      margin-bottom: 40px;
 }
  .our-left {
    display: flex;
    position: static;
    order: 2;
    justify-content: center;
    width: 80%;
    margin: 40px auto 0;
 }
  .our__btm h2:first-child {
      font-size: 26px;
      line-height: 30px;
 }
  .our__btm h2:last-child {
      font-size: 36px;
      line-height: 40px;
      color: white;
 }
  .brand__img {
      width: 100%;
 }
  .hero--sec.inner--hero {
      padding-top: 130px;
 }
  .inner--hero .hero__top {
      padding: 0 28px;
      margin-bottom: 30px;
 }
  .success--sec.inner--sec {
      padding: 44px 0px 50px;
 }
  .inner--sec .success__wrapper {
      flex-direction: row-reverse;
 }
  .inner--sec.success__rev .success__img {
      padding: 25px 35px 25px 0;
 }
  .inner--sec .success__img {
      padding: 25px 0px 25px 35px;
      width: 100%;
 }
  .succ-btm p:first-child {
      margin: 0;
 }
  .succ-btm p:last-child {
      margin: 0;
      margin-top: 20px;
 }
  .conversation__image {
      width: 35%;
      order: 1;
 }
  .conversation__content {
      width: 100%;
 }
  .mob-btn {
      display: block;
      order: 3;
      width: 100%;
      text-align: center;
 }
  .conversation__cta {
      width: 100%;
      font-size: 16px;
      padding: 16px 10px;
 }
  .inner--hero .general__wrapper {
      gap: 10px;
      padding: 30px 28px 20px;
 }
  .inner--hero .hero__para {
      padding: 0px 28px 40px;
 }
  .conversation__wrap {
      flex-wrap: wrap;
      gap: 20px;
 }
  .testi__main {
      width: 80%;
 }
  .testi__top {
      text-align: center;
 }
  .testi__top .right-arrow {
      display: none;
 }
  .testi__top p {
      font-size: 16px;
      line-height: 24px;
 }
  .testi__para span {
      top: 12px;
      padding-right: 0px;
      display: block;
 }
  .testi__para {
      font-size: 16px;
      line-height: 22px;
      font-style: normal;
 }
  .testi-left {
      display: none;
 }
  .testi__btm p {
      font-size: 13px;
      line-height: 24px;
 }
  .testi__btm p b {
      display: block;
      font-size: 16px;
 }
  .testi__img.mobile {
      margin: 0 auto 14px;
      display: block;
 }
  .testi__img {
      display: none;
 }
  .testi__btm {
      width: 100%;
      padding: 0;
      text-align: center;
 }
  .no-slider .testimonial__slider .swiper {
      padding-bottom: 0;
 }
  .conversation__content p {
      font-size: 16px;
      line-height: 24px;
      margin: 0;
 }
  .desk-btn {
      display: none;
 }
  .ad__img {
      width: 280px;
 }
  .advance__btm {
      padding-bottom: 120px;
 }
  .laminate__wrapper {
      padding: 65px 0;
 }
  .laminate__head::after {
      height: 4px;
 }
  .laminate__btm p:first-child {
      margin-bottom: 0;
 }
  .laminate__btm p:last-child {
      margin-top: 20px;
 }
  .laminate__img {
      padding: 30px 35px;
      padding-left: 0;
 }
  .inner--banner .hero-bg {
      height: 65%;
 }
  .inner--banner .hero__para {
      padding-top: 40px;
 }
  .team__head h2 {
      font-size: 30px;
      line-height: 36px;
 }
  .team__head p {
      font-size: 16px;
      line-height: 24px;
 }
  .team__box h3 {
      font-size: 18px;
      line-height: 30px;
      font-weight: 700;
 }
  .team__box p {
      font-size: 16px;
      line-height: 20px;
 }
  .team__wrap:last-child .team__box {
      width: 48%;
 }
  .team__wrap:last-child .team__box h3 {
      font-size: 14px;
      line-height: 18px;
 }
  .team__wrap:last-child .team__box p {
      font-size: 14px;
      line-height: 18px;
 }
  .team__wrap:last-child {
      column-gap: 10px;
 }
  .team__wrap:last-child .team__img {
      width: 100%;
 }
  .brand__main h2 {
      font-size: 24px;
      line-height: 34px;
      margin-bottom: 30px;
 }
  .flooring__main h2 {
      font-size: 24px;
      line-height: 26px;
 }
  .flooring__main p {
      font-size: 16px;
      line-height: 24px;
 }
  .inner--sec h2 span {
      display: block;
 }
  .success--sec.inner--sec.barton .success__img {
      width: 100%;
 }
  .success--sec .conversation__btn.desk-btn {
      width: 80% !important;
      margin: auto;
      margin-top: 20px;
      text-align: center;
 }
  .location--sec {
      padding: 0;
 }
  .locate__head h2 {
      font-size: 24px;
      line-height: 30px;
 }
  .map__block {
      width: 100%;
 }
  .locate__btm p {
      padding-left: 5px;
 }
  .locate__head {
      margin-bottom: 25px;
 }
  .location__img {
      padding: 25px 0px 25px 35px;
      width: 90%;
 }
  .area__wrap {
      gap: 10px;
 }
  .location__right p {
      font-size: 16px;
      line-height: 18px;
      color: #fff;
 }
  .area-i {
      min-width: 35px;
      max-width: 35px;
 }
  .map__block .conversation__cta {
      padding: 9px 12px;
      width: max-content;
      right: 0;
      bottom: 0;
 }
  .steps {
      padding: 0;
 }
  .steps__wrap h2 {
      font-size: 36px;
      line-height: 36px;
 }
  .steps__left h2 {
      margin-bottom: 20px;
 }
  .steps__main p {
      font-size: 16px;
      line-height: 20px;
 }
  .steps__form input {
      height: 57px;
      font-size: 16px;
 }
  .steps__left {
      padding: 50px 30px;
 }
  .steps__form textarea {
      height: 110px;
      font-size: 16px;
      padding: 15px 27px;
 }
  .steps__right {
      padding: 50px 28px;
 }
  .steps-no {
      width: 70px;
      height: 70px;
 }
  .step__btm {
      text-align: left;
 }
  .step__btm p {
      font-size: 14px;
 }
  .steps__form input[type="submit"] {
      height: 56px;
      font-size: 16px;
 }
  .terms--sec {
      padding: 70px 0 100px;
 }
  .terms--sec .hero__top {
      width: 90%;
      padding: 0;
 }
  .terms__main h2 {
      font-size: 20px;
 }
  .terms__main h3 {
      font-size: 18px;
 }
  .footer__top {
      justify-content: center;
 }
  .footer__main {
      text-align: center;
 }
  .footer__wrapper {
      column-gap: 0;
      row-gap: 35px;
      align-items: center;
      flex-direction: column;
 }
  .footer__block {
      display: flex;
      flex-direction: column;
      align-items: center;
 }
  .footer-logo {
      width: 310px;
 }
  .email__form {
      width: 100%;
 }
  .footer__btm p {
      line-height: 18px;
      text-align: center;
 }
  .footer-btm__wrap {
      align-items: center;
      flex-direction: column;
      gap: 10px;
 }
  .social__wrap.mob {
      display: flex;
      gap: 20px;
 }
  .your-mail {
      width: 100%;
      max-width: 100%;
      min-width: max-content;
      height: 50px;
      font-size: 14px;
 }
  .footer-nav {
      align-items: center;
      gap: 20px;
 }
  .email__form input[type="submit"] {
      height: 50px;
      font-size: 14px;
 }
  .footer__block.privacy {
      flex-direction: row;
 }
  .sun-belt .brand__image {
      width: 100%;
 }
  .hero--sec.home .video__poster {
      height: 65%;
 }
  .locate__info p {
      line-height: 22px !important;
 }
  .locate__head h3 {
      font-size: 20px;
      line-height: 22px;
 }
  .invert-swiper.noslider .testi__top p {
      font-size: 18px;
      line-height: 24px;
 }
  .invert-swiper.noslider {
      padding: 30px 0px 23px 0px;
 }
  .adv-block__head p {
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 3.2px;
 }
}
@media screen and (max-width: 390px) {
  .logo {
      width: 180px;
 }
  h1 {
      font-size: 34px;
      line-height: 38px;
 }
  .counter__block h2 {
      font-size: 70px;
 }
  .dew__left {
      width: 40px;
 }
  .location__img {
      width: 100%;
 }
  .footer-logo {
      width: 270px;
 }
}
/* for 350 and down */
@media screen and (max-width: 350px) {
  .hero--sec .reduce__left h2 {
      font-size: 30px;
      line-height: 30px;
 }
  .terms--sec h1 {
      font-size: 36px;
      line-height: 36px;
 }
  h2 {
      font-size: 30px;
      line-height: 30px;
 }
  .our--sec .my-container {
      padding: 0 28px;
 }
}
