@charset "utf-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
  font-family: "Fraunces", serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-color: #000000;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: "Fraunces", serif;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
::-moz-selection {
  background-color: #007d9d;
  color: #fff;
  text-shadow: none;
}
::selection {
  background-color: #007d9d;
  color: #fff;
  text-shadow: none;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: inherit;
  opacity: 0.7;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: inherit;
  opacity: 0.7;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.7;
}
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  overflow-x: hidden;
  font-family: "Fraunces", serif;
  background-color: #000000;
}
.container:after,
.container:before {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6,
figure {
  margin: 0;
  padding: 0;
  font-family: "Fraunces", serif;
}
img {
  margin: 0;
  padding: 0;
  border: none;
  max-width: 100%;
  width: 100%;
  display: block;
}

a,
button,
input {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a {
  text-decoration: none !important;
}
p {
  margin: 0;
  padding: 0;
  font-family: "Work Sans", serif;
}
ul {
  padding: 0;
  margin: 0;
}
.spclRow {
  --bs-gutter-y: 23px;
}
.titleSpan {
  color: #ff0;
}
/**************global css end*******/
.scroll-top {
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  bottom: 105%;
  right: 20px;
  font-size: 16px;
  border-radius: 50%;
  z-index: 999999;
  color: #000;
  text-align: center;
  background: #ffffa9;
  border: 1px solid #ffffa9;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  padding: 0;
}
.scroll-top.cta {
  min-width: 0;
}
.scroll-top:hover {
  color: #fff;
  background: #000;
  border: 1px solid #000;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.6);
}
.scroll-top.open {
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* ==============floating whatsapp=================== */
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 90px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.9s ease-in-out;
}
.float:hover i,
.float:active i {
  color: #ff0;
}
/* ==============color and padding-margin=================== */
.bg-yellow {
  background: #ffffa9;
}
.p-20 {
  padding: 0 70px;
}
.mt-6 {
  margin-top: -67px;
}
.bg-white {
  background-color: #fff;
}
.mt-30 {
  margin-top: 114px;
}
/* ==============Animation=================== */
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes pulseEffect {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.6);
    opacity: 0;
  }
}
@keyframes pulseAnimation {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.6;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes bounceIcon {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
/* ==============Button=================== */
.btn {
  --c: #ffff00;
  border: 1px solid #000;
  text-transform: capitalize;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
  background-color: #000;
  padding: 15px 29px;
  color: #fff;
  font-family: "Work Sans", serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  border-radius: 0;
}
.btn span {
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: var(--c);
  transform: translateY(150%);
  border-radius: 50%;
  left: calc((var(--n) - 1) * 25%);
  transition: 0.5s;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  z-index: -1;
}
.btn:hover {
  color: #000;
  border: 1px solid var(--c);
  /* --c: #fff; */
}
.btn:hover span {
  transform: translateY(0) scale(2);
}
.btn span:nth-child(1) {
  --n: 1;
}
.btn span:nth-child(2) {
  --n: 2;
}
.btn span:nth-child(3) {
  --n: 3;
}
.btn span:nth-child(4) {
  --n: 4;
}
.moreBtn {
  color: #ff0;
  font-family: "Work Sans", serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  position: relative;
  transition: all 0.9s ease-in-out;
}
.moreBtn::after {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  content: "\f135";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20%;
}
.moreBtn:hover {
  color: #fff;
}
/* ==============heading and subheading=================== */
.subtitle {
  font-family: "Work Sans", serif;
  text-align: left;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}
.title {
  color: #fff;
  font-family: "Fraunces", serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 50.6px;
  margin-bottom: 33px;
  text-align: left;
}
.headingPart {
  margin-bottom: 75px;
  max-width: 522px;
  margin: 0 auto;
}
.headingPart .title {
  color: #000;
  text-align: center;
}
.headingPart .subtitle {
  text-align: center;
}
/* ====================Top Header================== */
.topHeader {
  padding: 0;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.topSocial {
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.topSocial a {
  color: #000;
  font-family: "Fraunces", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
.topSocialList li {
  display: inline-block;
}
.topSocialList li + li {
  margin-left: 10px;
}
.topSocialList {
  margin-left: 13px;
  padding-left: 13px;
  position: relative;
}
.topSocialList::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background: #000;
}
/* ====================header================== */
.main_header {
  padding: 20px 0;
  width: 100%;
  display: block;
  background: transparent;
  z-index: 2;
  transition: all 0.5s;
}
.main_header.sticky-header {
  padding: 20px 0;
  position: fixed;
  box-shadow: rgba(25, 25, 25, 0.04) 0 0 1px 0, rgba(0, 0, 0, 0.1) 0 3px 4px 0;
  background: #ffffa9;
  top: 0;
  left: 0;
  z-index: 9;
}
.main_header .navigation_sec {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.main_header .logo img {
  max-width: 90px;
  width: 100%;
}
/* Start navigation */
.navigation_sec .nav_sec {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.navigation_sec .nav_sec > ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
.navigation_sec .nav_sec > ul > li {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  position: relative;
}
.navigation_sec .nav_sec > ul > li + li {
  margin-left: 66px;
}
.navigation_sec .nav_sec > ul > li a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  text-transform: capitalize;
  font-family: "Fraunces", serif;
  line-height: 24px;
}
.main_header.sticky-header
  .navigation_sec
  .nav_sec
  > ul
  > li.dropdown:hover
  > ul
  > li:hover
  a,
.main_header.sticky-header .navigation_sec .nav_sec ul li:hover > a,
.main_header.sticky-header .navigation_sec .nav_sec ul li.active > a,
.main_header.sticky-header .phoneNumber {
  color: #000;
}
.navigation_sec .nav_sec ul li:hover > a,
.navigation_sec .nav_sec ul li.active > a {
  color: #ffff00;
}
.navigation_sec .nav_sec ul li ul li:hover a,
.navigation_sec .nav_sec ul li ul li.active a {
  color: #000000;
  background: #ffffa9;
}
span.toggle-menu {
  display: none;
}
.main_header.sticky-header .navigation_sec .nav_sec > ul > li a,
.main_header.sticky-header .navigation_sec .nav_sec ul .dropdown li:hover > a {
  color: #000;
}
.main_header.sticky-header .navigation_sec .nav_sec > ul > li > ul > li a {
  color: #fff;
}
.nav_sec .dropdown ul {
  width: 239px;
  margin: 0;
  padding: 10px 0;
  display: block;
  position: absolute;
  visibility: hidden;
  left: 14px;
  top: 130%;
  opacity: 0;
  transition: 0.3s;
  z-index: 99;
  color: #fff;
  border-radius: 8px;
  border: 1px solid #f2f4f7;
  background: #000;
  box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08);
  overflow-y: auto;
  min-height: 285px;
  height: 100%;
}
.nav_sec .dropdown ul::-webkit-scrollbar {
  width: 6px;
}
.nav_sec .dropdown ul::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}
.nav_sec .dropdown ul::-webkit-scrollbar-thumb {
  background: #f2f2f2;
  border-radius: 8px;
}
.nav_sec .dropdown ul::-webkit-scrollbar-thumb:hover {
  background: #f2f2f2;
}
.nav_sec ul li ul li {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.navigation_sec .nav_sec ul li ul li a {
  margin: 0;
  padding: 12px;
  display: block;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: normal;
  font-style: normal;
  text-transform: capitalize;
  color: #fff;
  font-family: "Work Sans", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.nav_sec .dropdown:hover > ul {
  opacity: 1;
  left: 0;
  visibility: visible;
}
.nav_sec .dropdown ul li ul.dropdown li a {
  font-size: 14px;
}
.phoneNumber {
  color: #ff0;
  font-family: "Fraunces", serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 54px;
}
.phoneNumber:hover {
  color: #ff0;
}
/*====================================== Footer ========================================*/
.footer {
  padding: 31px 0;
}
.copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.socialLinks li {
  display: inline-block;
}
.socialLinks li + li {
  margin-left: 20px;
}
.copyright h6 {
  color: #fff;
  font-size: 13px;
  line-height: 19.5px;
}
.socialLinks li a {
  font-size: 30px;
  color: #fff;
  transition: all 0.9s ease-in-out;
}
.socialLinks li a:hover {
  color: #ff0;
}
/*====================================== Banner ========================================*/
.banner {
  padding: 60px 0;
}
.banner .title {
  font-size: 74px;
  line-height: 68px;
  margin-bottom: 53px;
}
.banner .subtitle {
  color: #fff;
  max-width: 418px;
}
.bannerContent {
  max-width: 455px;
}
.counterPart {
  margin-top: 59px;
}
.each_counter span {
  color: #ff0;
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: 54px;
  margin-bottom: 10px;
}
.each_counter p {
  color: #c1c1c1;
  font-family: "Work Sans", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.bannerImage {
  position: relative;
}
.rotateImage {
  position: absolute;
  top: -10%;
  left: 25px;
  max-width: 180px;
  animation: rotating 6s linear infinite;
}
/*====================================== Marquee ========================================*/
.marquee .container {
  max-width: 1320px;
  margin: 0 auto;
  overflow: hidden;
}
.marquee {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  padding: 60px 0 53px;
}
.marquee-content {
  display: flex;
  animation: marquee 20s linear infinite;
  animation-play-state: running;
  white-space: nowrap;
}
.marquee:hover .marquee-content {
  animation-play-state: paused;
}
.marquee-item {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 44px;
  font-size: 20px;
  transition: transform 0.4s ease, filter 0.4s ease;
}
.marquee:hover .marquee-item {
  filter: blur(4px);
  transform: scale(0.9);
}
.marquee .marquee-item:hover {
  filter: none;
  transform: scale(1.2);
}
.marquee-item img {
  max-width: 200px;
}
/*====================================== Reliable flooring services ========================================*/
.reliable {
  padding: 73px 0;
}
.reliable .title {
  color: #1a1b1f;
  max-width: 346px;
  margin-bottom: 24px;
}
.reliable .subtitle {
  color: #000;
  margin-bottom: 20px;
}
/*====================================== Discover our gallery of recent works ========================================*/
.discover {
  padding: 90px 0 109px;
}
.discover .title {
  margin-bottom: 0;
}
.discover .subtitle {
  color: #fff;
  margin-bottom: 30px;
}
.galleryPart {
  margin-top: 136px;
}
.eachGallery {
  position: relative;
  overflow: hidden;
  transition: transform 0.4s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.eachGallery::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.eachGallery img {
  width: 100%;
  transition: transform 0.4s ease-in-out;
}
.eachGallery:hover img {
  transform: scale(1.1);
}
.eachGallery:hover::before {
  opacity: 1;
}
.eachGalleryPart .title {
  color: #1a1b1f;
  font-family: "Fraunces", serif;
  font-size: 22px;
  line-height: 50.6px;
  text-align: center;
  margin-bottom: 0;
  margin-top: 10px;
}
.zoomInIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 30px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, transform 0.3s ease-in-out;
}
.zoomInIcon:hover {
  color: #ffff00;
}
.eachGallery:hover .zoomInIcon {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1.2);
}
.recentWork .spclRow {
  --bs-gutter-y: 20px;
}
/*====================================== Video ========================================*/
.videoPart {
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 502px;
}
.videoPart::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
  border-radius: 20px;
}
.videoBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}
.videoBtn i {
  font-size: 25px;
  color: #000;
}
.videoBtn::before,
.videoBtn::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  animation: pulseEffect 1.5s infinite;
}
.videoBtn::after {
  width: 130px;
  height: 130px;
  animation-delay: 0.5s;
}
/*====================================== The Vision of our company ========================================*/
.vissionCompany {
  padding: 102px 0 108px;
}
.visionContent {
  max-width: 944px;
  margin: 0 auto;
}
.vissionCompany .title {
  padding-bottom: 73px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 0;
}
.visionCount {
  padding: 43px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.visionCount h2 {
  color: #ff0;
  text-align: center;
  font-family: "Fraunces", serif;
  font-size: 116px;
  font-style: normal;
  font-weight: 400;
  line-height: 116px;
}
.visionCount p {
  color: #fff;
  font-family: "Work Sans", serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}
.visionCount:last-child {
  border-bottom: none;
}
/*====================================== How does it work ========================================*/
.work {
  padding: 86px 0 148px;
  background-repeat: no-repeat;
  background-size: cover;
}
.eachWork {
  background-color: #000;
  padding: 56px 40px;
  box-shadow: 0 8px 20px rgba(255, 255, 169, 0.3);
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-in-out;
}
.eachWork:nth-child(1) {
  animation: fadeInUp 1s ease-in-out forwards 0.2s;
}
.eachWork:nth-child(2) {
  animation: fadeInUp 1s ease-in-out forwards 0.4s;
}
.eachWork:nth-child(3) {
  animation: fadeInUp 1s ease-in-out forwards 0.6s;
}
.workIcon {
  width: 99px;
  height: 99px;
  background-color: #ffff00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  animation: bounceIcon 1s infinite ease-in-out;
}
.workIcon img {
  max-width: 49px;
}
.eachWork .title {
  color: #ffffa9;
  font-size: 28px;
  font-weight: 600;
  line-height: 36.4px;
  margin-bottom: 25px;
  max-width: 192px;
}
.eachWork .subtitle {
  color: #fff;
  margin-bottom: 22px;
  max-width: 246px;
  min-height: 138px;
}
.eachWork .btn {
  --c: #000;
  background-color: #ffff00;
  color: #000;
  border: 1px solid #ffff00;
}
.eachWork .btn:hover {
  color: #fff;
  border: 1px solid #ffffa9;
}
.workPart {
  margin-top: 75px;
}
/*====================================== What our happy clients say ========================================*/
.clients {
  padding: 106px 0 150px;
}
.clients .headingPart .title {
  color: #ffff00;
  max-width: 420px;
  margin: 0 auto 31px;
}
.clients .headingPart .subtitle {
  color: #fff;
  max-width: 492px;
  margin: 0 auto;
}
.testimonialStar {
  margin-bottom: 28px;
}
.testimonialStar i {
  color: #ff0;
}
.testimonialStar i + i {
  margin-left: 4px;
}
.eachtestimonial .subtitle {
  font-style: italic;
  color: #fff;
  margin-bottom: 39px;
  min-height: 115px;
}
.clientName .title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 13px;
}
.clientName .subtitle {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  min-height: auto;
}
.testimonialSlider {
  margin-top: 50px;
}
.eachtestimonial {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
/*====================================== Get that warm feeling inside ========================================*/
.warmFeel {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 89px 0;
  z-index: 1;
}
.warmFeel::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
  z-index: -1;
}
.warmContent {
  max-width: 725px;
  text-align: center;
  margin: 0 auto;
}
.warmContent .title {
  color: #fff;
  font-size: 74px;
  font-weight: 400;
  line-height: 88.8px;
  max-width: 447px;
  margin: 0 auto 45px;
  text-align: center;
}
.warmContent .subtitle {
  color: #fff;
  text-align: center;
  margin-bottom: 36px;
  max-width: 665px;
  margin: 0 auto 36px;
}
.warmContent .btn,
.getquoteRight .btn {
  --c: #000;
  background-color: #ffff00;
  color: #000;
  border: 1px solid #ffff00;
}
.warmContent .btn:hover {
  border: 1px solid #000;
  color: #fff;
}
/*====================================== Inner Banner ========================================*/
.innerBanner {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 0 108px;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  height: 400px;
}
.innerBannerContent {
  text-align: center;
  max-width: 589px;
  margin: 0 auto;
}
.innerBannerContent .title {
  text-align: center;
  font-size: 74px;
  line-height: 68px;
  max-width: 589px;
}
.innerBannerContent li {
  display: inline-block;
}
.innerBannerContent ul > li > a {
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.7px;
  transition: 0.9s ease-in-out;
}
.innerBannerContent ul > li:hover > a {
  color: #ff0;
}
.innerBannerContent ul > li + li {
  padding-left: 10px;
  text-transform: capitalize;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.7px;
  color: #ff0;
}
.innerBannerContent ul > li + li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: #fff;
}
/*====================================== Gallery of our recent works ========================================*/
.recentWork {
  padding: 109px 0 87px;
}
.portfolio-flters {
  margin: 0 auto 15px auto;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.portfolio-flters li {
  padding: 10px 15px;
  cursor: pointer;
  border-bottom: 4px solid transparent;
  color: #7e7e7e;
  font-family: "Fraunces", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  position: relative;
}
.portfolio-flters li.filter-active {
  border-bottom: 4px solid #000;
  color: #000;
}
.portfolio .portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio-info .title {
  color: #1a1b1f;
  font-family: "Fraunces", serif;
  font-size: 22px;
  line-height: 50.6px;
  text-align: center;
  margin-bottom: 0;
  margin-top: 10px;
}
.portfolio-item {
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 30px;
  display: block;
}
.preview-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  transition: opacity 0.5s ease-in-out, transform 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  padding: 10px 20px 7px;
  background: #ffffa9;
  line-height: normal;
}
.preview-link i {
  color: #000;
}
.portfolio-item:hover .preview-link {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1.2);
}
.glightbox-clean .gslide-title {
  text-align: center !important;
}
/*====================================== Our products ========================================*/
.products {
  padding: 64px 0 66px;
}
.products h5 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 32px;
  letter-spacing: -0.8px;
}
.productContent {
  padding: 30px 0;
  text-align: center;
}
.productContent .title {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 28.5px;
  text-align: center;
  margin-bottom: 18px;
}
.productContent .subtitle {
  text-align: center;
}
.eachProduct {
  opacity: 0;
  transform: translateY(30px) scale(0.95);
  transition: all 0.6s ease-in-out;
}
.eachProduct.show {
  animation: fadeInUp 0.8s ease-out forwards;
}
.pagination li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 43px;
  border: 1px solid #d3d3d3;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.9s ease-in-out;
  transition: transform 0.3s ease-in-out, background 0.3s ease-in-out;
}
.pagination li + li {
  margin-left: 9px;
}
.pagination li:hover,
.pagination li.active {
  background: #000;
  color: #fff;
  border: 1px solid #000;
  transform: scale(1.1);
}
.pagination li a {
  color: #000;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.5px;
}
.pagination li:hover a,
.pagination li.active a {
  color: #ffff00;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.borderImage {
  border: 3px solid #000;
}
/*====================================== What we do ========================================*/
.weDo {
  padding: 109px 0 59px;
}
.weDo .workPart .title {
  max-width: 240px;
}
.weDo .workPart .subtitle {
  min-height: 138px;
}
/*====================================== Our flooring guarantee ========================================*/
.flooring {
  padding: 86px 0 122px;
}
.video-container {
  position: relative;
  width: 600px;
  max-width: 100%;
  cursor: pointer;
}
.video-container img {
  width: 100%;
  transition: 0.3s;
  position: relative;
}
.video-container img::before {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.video-container i {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%);
  opacity: 1;
  border-radius: 50%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  font-size: 30px;
  color: #000;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  animation: pulseAnimation 1.5s infinite ease-in-out;
}
.video-container::before,
.video-container::after {
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 10px solid #fff;
  -webkit-animation: zoomBig 3.25s linear infinite;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.videoLightbox {
  margin-top: 58px;
}
.weDo .workPart .subtitle {
  margin-bottom: 0;
}
/*====================================== Testimonial ========================================*/
.testimonial {
  padding: 127px 0 99px;
}
.testimonial .title {
  color: #000;
  font-size: 28px;
  font-weight: 600;
  line-height: 36.4px;
  margin-bottom: 43px;
  max-width: 322px;
}
.testimonial .subtitle {
  font-size: 18px;
  line-height: 29px;
  max-width: 507px;
}
.testimonialContent h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 36.4px;
}
.testimonialContent p {
  font-size: 13px;
  line-height: 29px;
}
.testimonial .clientName {
  margin-top: 43px;
}
/*====================================== Contact Us ========================================*/
.contactBanner .title,
.contactBanner .innerBannerContent {
  max-width: 658px;
}
.contactUs {
  padding: 86px 0 115px;
}
.contactLeft .title {
  color: #000;
  font-size: 36px;
  line-height: 68px;
  margin-bottom: 10px;
}
.contactLeft .subtitle {
  color: #000;
  font-size: 24px;
  line-height: 28px;
  max-width: 417px;
}
.icon {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon svg {
  font-size: 20px;
  color: #ff0;
}
.contactInfo {
  margin-top: 82px;
}
.contactIcon {
  display: inline-flex;
  gap: 20px;
  align-items: center;
}
.contactIcon .icon {
  transition: transform 0.3s ease, fill 0.3s ease;
}
.contactIcon:hover .icon {
  transform: scale(1.2);
}
.contactIcon li a {
  color: #000;
  font-size: 24px;
  line-height: normal;
  margin-bottom: 4px;
  display: block;
}
.contactInfo .title {
  margin-bottom: 38px;
}
iframe {
  width: 100%;
}
.contactMap {
  margin-bottom: 73px;
}
.getquoteRight {
  padding: 52px 33px 60px 38px;
  background-color: #000;
}
.getquoteRight .title {
  font-size: 36px;
  line-height: 68px;
  margin-bottom: 25px;
}
.eachInput {
  margin-bottom: 11px;
}
.eachInput input,
.eachInput textarea {
  padding: 18px 19px;
  background: #292929;
  border: 1px solid #292929;
  border-radius: 4px;
  color: #fff;
}
.eachInput textarea {
  min-height: 117px;
}
.form-control:focus {
  background-color: #292929;
  border-color: #292929;
  outline: 0;
  box-shadow: none;
  color: #fff;
}
input:focus-visible {
  outline: 0;
}
.form-control::placeholder {
  color: #acaaaa;
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
  font-family: "Inter", serif;
}
.getquoteRight .btn {
  margin-top: 15px;
}
.getquoteRight .btn:hover {
  color: #000000;
}
.freeQuote img {
  height: 100%;
  object-fit: cover;
}
section.thankyou-section {
  background-color: #ffffff;
}
.spinner {
  border: 2px solid #000000;
  border-top: 2px solid transparent;
  border-radius: 50% !important;
  width: 12px !important;
  height: 12px !important;
  display: inline-block;
  vertical-align: middle;
  animation: spin 1s linear infinite;
  margin-left: 2px;
  transition: all ease 0.3s !important;
  position: absolute !important;
  top: 47%;
  right: 10px;
  background-color: transparent !important;
  left: unset !important;
}
@keyframes spin {
  0% {
    transform: translateY(-50%) rotate(0deg);
  }
  100% {
    transform: translateY(-50%) rotate(360deg);
  }
}
/*====================================== wpcDecking ========================================*/
.wpcDecking .headingPart{
  text-align: center;
  max-width: 100%;
}
.wpcDecking .title{
  font-size: 30px;
}
.wpcDecking .subtitle{
  margin-bottom: 10px;
}
.wpcDecking .subtitle:last-child{
  margin-bottom: 40px;
}
/*====================================== Responsive ========================================*/
@media screen and (min-width: 1600px) {
}
@media screen and (max-width: 1367px) {
  .phoneNumber {
    font-size: 30px;
  }
  .weDo .workPart .subtitle {
    min-height: 161px;
  }
  .testimonial .p-20 {
    padding: 0 20px;
  }
  .contactIcon {
    gap: 8px;
  }
  .contactIcon li a {
    font-size: 22px;
  }
  .portfolio-flters {
    overflow-x: scroll;
    white-space: nowrap;
    /* scrollbar-width: thin; */
    padding-bottom: 7px;
  }
  .portfolio-flters::-webkit-scrollbar {
    height: 5px;
    margin-top: 10px;
  }
  .portfolio-flters::-webkit-scrollbar-thumb {
    background: #ffffa9;
    border-radius: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .navigation_sec .nav_sec > ul > li + li {
    margin-left: 46px;
  }
  .phoneNumber {
    font-size: 22px;
  }
  .banner .title {
    font-size: 50px;
    margin-bottom: 25px;
  }
  .reliable .title {
    font-size: 30px;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .reliable .subtitle {
    margin-bottom: 16px;
  }
  .reliable img {
    min-height: 463px;
    object-fit: cover;
  }
  .discover .title {
    font-size: 36px;
  }
  .eachWork {
    padding: 45px 30px;
  }
  .eachWork .title {
    font-size: 24px;
    max-width: 100%;
  }
  .eachWork .subtitle {
    max-width: 100%;
  }
  .weDo .workPart .subtitle {
    min-height: 184px;
  }
  .testimonial .title {
    margin-bottom: 16px;
  }
  .icon {
    width: 43px;
    height: 43px;
  }
  .icon svg {
    width: 16px;
  }
  .contactIcon li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .rsPadding {
    padding: 60px 0;
  }
  .spclRow {
    --bs-gutter-y: 40px;
  }
  .navigation_sec .toggle-menu {
    display: none;
  }
  .action-container .toggle-menu {
    display: block;
    margin-left: 20px;
  }
  .main_header .btn {
    float: inline-end;
    font-size: 12px;
    padding: 12px 29px;
  }
  .main_header.sticky-header .navigation_sec .nav_sec > ul > li a,
  .main_header.sticky-header .navigation_sec .nav_sec ul li.active > a {
    color: #fff;
  }
  span.toggle-menu {
    width: auto;
    float: right;
    margin: 0;
    padding: 7px;
    display: block;
    cursor: pointer;
    background: #ffff00;
    border-radius: 5px;
  }
  span.toggle-menu img {
    float: left;
    filter: invert(100%);
  }
  .main_header.sticky-header span.toggle-menu {
    background: #000;
  }
  .main_header.sticky-header span.toggle-menu img {
    filter: none;
  }
  .navigation_sec .nav_sec {
    width: 289px;
    height: 100%;
    float: none;
    position: fixed;
    z-index: 999;
    top: 0;
    right: -100%;
    padding: 70px 0 0;
    background: #ffff00;
    display: block;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
  }
  .navigation_sec .nav_sec > ul {
    text-align: left;
    display: block;
  }
  .navigation_sec .nav_sec ul > li:hover > a,
  .navigation_sec .nav_sec ul > li.active > a {
    background: #000;
    color: #fff;
  }
  .navigation_sec .nav_sec ul > li {
    display: block;
    padding-bottom: 0;
    width: 100%;
    margin: 0 0 10px;
  }
  .navigation_sec .nav_sec > ul > li a {
    font-size: 16px;
    color: #fff;
    padding: 11px 15px;
    border-radius: 0;
    display: block;
  }
  .navigation_sec .nav_sec > ul > li + li {
    margin-left: 0;
  }
  .navigation_sec .nav_sec .cls-btn {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    background: url(../images/cross.png) no-repeat center;
  }
  .navigation_sec .nav_sec.slidein {
    right: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 99;
  }
  .main_header .row {
    display: flex;
    flex-wrap: nowrap;
  }
  .overlay {
    position: fixed;
    z-index: -1;
    right: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }
  .overlay.show {
    opacity: 1;
    visibility: visible;
  }
  .action-container {
    display: block;
  }
  .nav_sec .dropdown ul {
    width: 100%;
  }
  .banner .title {
    font-size: 40px;
  }
  .counter_text span {
    font-size: 30px;
  }
  .banner .subtitle {
    max-width: 100%;
  }
  .counterPart {
    margin-top: 20px;
  }
  .reliable .p-20 {
    padding: 0 30px 0 0;
  }
  .reliable .title {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .discover .title {
    font-size: 23px;
    line-height: 40.6px;
  }
  .discover .subtitle {
    margin-bottom: 10px;
  }
  .mt-6 {
    margin-top: 0;
  }
  .eachGallery img {
    min-height: 100%;
    object-fit: cover;
  }
  .galleryPart {
    margin-top: 56px;
  }
  .recentWork img {
    min-height: auto;
  }
  .weDo .eachWork {
    height: 100%;
  }
  .testimonialContent {
    margin-top: 30px;
  }
  .testimonialContent .title {
    max-width: 100%;
  }
  .testimonialContent .title br {
    display: none;
  }
  .testimonialContent .subtitle {
    max-width: 100%;
  }
  .testimonial .clientName {
    margin-top: 23px;
  }
  .mt-30 {
    margin-top: 34px;
  }
  .mobileRow .col-lg-6:first-child {
    order: 2;
  }
  .mobileRow .col-lg-6:first-child {
    order: 1;
  }
  .mobileRow:nth-child(even) .col-lg-6:first-child {
    order: 1;
  }
  .mobileRow:nth-child(even) .col-lg-6:first-child {
    order: 2;
  }
  .contactLeft .subtitle {
    max-width: 100%;
  }
  .contactInfo .title {
    margin-bottom: 18px;
  }
  .contactInfo {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 840px) {
  .tabRow {
    --bs-gutter-y: 20px;
  }
}
@media screen and (max-width: 767px) {
  .phoneNumber {
    font-size: 20px;
  }
  .bannerImage {
    margin-top: 80px;
  }
  .reliable .p-20 {
    padding: 0;
    margin-bottom: 20px;
  }
  .discover .p-20 {
    padding: 0 0.6rem;
  }
  .vissionCompany .title {
    padding-bottom: 43px;
    font-size: 26px;
  }
  .visionCount {
    padding: 23px 0;
  }
  .workPart {
    margin-top: 25px;
  }
  .eachtestimonial .subtitle {
    min-height: 185px;
  }
  .clientName .subtitle {
    min-height: auto;
  }
  .weDo .workPart.p-20 {
    padding: 0;
  }
  .weDo .workPart .subtitle {
    min-height: auto;
  }
  .weDo .workPart .title {
    max-width: 100%;
  }
  .weDo .workPart .title br {
    display: none;
  }
  .flooring.p-20 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 575px) {
  .eachWork .title,
  .eachWork .subtitle {
    max-width: 100%;
  }
  .eachtestimonial .subtitle {
    min-height: auto;
  }
  .visionCount p {
    margin-top: 20px;
  }
  .copyright {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .socialLinks {
    margin-top: 15px;
  }
  .phoneNumber {
    font-size: 22px;
  }
  .videoLightbox.p-20{
    padding: 0!important;
  }
}
@media screen and (max-width: 490px) {
  .phoneNumber {
    font-size: 20px;
  }
  .marquee-item {
    margin: 0 20px;
  }
}
@media screen and (max-width: 420px) {
  .phoneNumber {
    font-size: 15px;
  }
  .banner.rsPadding {
    padding: 0;
  }
  .eachWork {
    padding: 25px 15px;
  }
  .warmContent .title {
    font-size: 54px;
    line-height: 58.8px;
    max-width: 100%;
    margin: 0 auto 15px;
    text-align: center;
  }
  .innerBannerContent .title {
    font-size: 54px;
  }
  .contactIcon li a {
    font-size: 15px;
  }
}
@media screen and (max-width: 350px) {
  .navigation_sec .nav_sec {
    width: 100%;
  }
  .phoneNumber {
    font-size: 10px;
  }
  .eachWork .title {
    font-size: 22px;
  }
  .innerBannerContent .title {
    font-size: 44px;
  }
  .getquoteRight {
    padding: 20px 20px 20px 20px;
  }
  .icon {
    width: 23px;
    height: 23px;
  }
  .icon svg {
    width: 10px;
  }
  .contactIcon li a {
    font-size: 13px;
  }
}


/* FORM Input  */
/* FORM Input  */
/* FORM Input  */
/* FORM Input  */
.eachInput {
  position: relative;
  margin-bottom: 28px;
}
.eachInput span {
  color: #ffffff;
  font-size: 11px;
  position: absolute;
  left: 20px;
  bottom: -18px;
  font-family: 'Inter';
  display: none;
}
input.error,
textarea.error {
  border: 1px solid rgba(255, 0, 0, 0.588);
}
/* FORM Input  */
/* FORM Input  */
/* FORM Input  */
/* FORM Input  */

/* THANK YOU */
/* THANK YOU */
/* THANK YOU */
/* THANK YOU */
.tyh {
  position: relative;
  width: 700px;
  text-align: center;
}
.thumbs-up {
  height: 60px;
  width: 60px;
  display: flex;
  margin: 0 auto;
}
.ty-header {
  height: 160px;
  position: relative;
  width: 50vw;
}
.thank-you-heading {
  text-align: center;
  font-size: 6vw;
  font-weight: 700;
  color: #000000;
  position: absolute;
  z-index: 2;
  transition: all ease 0.4s;
  white-space: nowrap;
  left: 0px;
  right: 0px;
  /* left: 50%;
  transform: translateX(-50%); */
}
.thank-you-heading-span {
  position: absolute;
  text-align: center;
  font-size: 6vw;
  font-weight: 700;
  color: white;
  top: 3px;
  z-index: 1;
  left: 4px;
  right: 0px;
  transition: all ease 0.4s;
  /* left: 50.5%;
  transform: translateX(-50%); */
  /* width: fit-content; */
  white-space: nowrap;
  text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000, 0px 0px 5px #000000;
}

p.ty-sub {
  margin: 0px 0px 30px 0px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
p.ty-p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
.thankyou-section {
  min-height: calc(100vh - 141px);
  display: flex;
}
.thankyou-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
html.no-scroll {
  overflow-y: hidden;
}
a.thankyou-back {
  background-color: #000000;
  color: #ffffff;
  padding: 10px 20px;
  margin-top: 20px;
  display: inline-flex;
  border-radius: 8px;
}
.rdq {
  opacity: 0.4;
  padding-top: 5px;
}


@media screen and (max-width: 767px) {
  a.thankyou-back {
    background-color: #000000;
    color: #ffffff;
    padding: 10px 20px;
    margin-top: 20px;
    display: inline-flex;
    border-radius: 8px;
  }
  .ty-header {
    height: 80px;
    position: relative;
    width: 100%;
  }
  .thank-you-heading-span {
    text-shadow: -1px -1px 0 #00000000, 1px -1px 0 #00000000, -1px 1px 0 #00000000, 1px 1px 0 #00000000, 0px 0px 2px #000000;
  }
  .thank-you-heading {
    font-size: 50px;
  }
  .thank-you-heading-span {
    font-size: 50px;
  }
  .tyh {
    width: 90vw;
  }
  p.ty-sub,
  p.ty-p {
    font-size: 14px;
  }
  p.ty-sub br {
    display: none;
  }
}
@media (min-width: 768px) and (max-width:1068px) {
  
  .ty-header {
    height: 80px;
    position: relative;
    width: 100%;
  }
  .thank-you-heading-span {
    text-shadow: -1px -1px 0 #00000000, 1px -1px 0 #00000000, -1px 1px 0 #00000000, 1px 1px 0 #00000000, 0px 0px 2px #000000;
  }
  .thank-you-heading {
    font-size: 50px;
  }
  .thank-you-heading-span {
    font-size: 50px;
  }
  .tyh {
    width: 90vw;
  }
  p.ty-sub,
  p.ty-p {
    font-size: 14px;
  }
  p.ty-sub br {
    display: none;
  }
}
/* THANK YOU */
/* THANK YOU */
/* THANK YOU */
/* THANK YOU */
