.body {
  font-family: Helveticaneue, sans-serif;
  color: #666;
}

.hero-section {
  width: 100%;
  height: 100vh;
  background-image: url('../images/New-Catalogue-26.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 75px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, .45);
}

.navlink {
  color: #666;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  text-transform: capitalize;
}

.navlink:hover {
  color: #fd7f29;
}

.navlink.w--current {
  color: #fd7f29;
}

.footer-logo-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Futura font', sans-serif;
  color: #fd7f29;
  font-weight: 500;
  text-align: center;
  letter-spacing: 9px;
  text-transform: uppercase;
}

.logo-heading-star {
  color: #fd7f29;
}

.arrow-link-block {
  position: absolute;
  bottom: 0px;
}

.arrow-bounce {
  color: #666;
}

.second-slogan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #666;
}

.call-to-action-section {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: -webkit-linear-gradient(270deg, #fd7f29, #fd7f29), url('../images/New-Catalogue-15.jpg');
  background-image: linear-gradient(180deg, #fd7f29, #fd7f29), url('../images/New-Catalogue-15.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.about-paragraph {
  max-width: 700px;
  margin-bottom: 0px;
  font-family: Helveticaneue, sans-serif;
  color: #666;
  font-weight: 300;
  text-align: center;
}

.second-slogan-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.second-slogan-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 27px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 5px;
  text-transform: capitalize;
}

.about-section {
  width: 100%;
  padding-top: 110px;
  padding-bottom: 110px;
}

.about-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.call-to-action-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.call-to-action-heading {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
}

.call-to-action-text {
  margin-top: 15px;
  color: #fff;
  font-size: 17px;
  font-weight: 300;
}

.call-to-action-btn {
  margin-top: 30px;
  margin-right: 15px;
  padding: 14px 40px;
  border-radius: 3px;
  background-color: #fff;
  color: #212121;
  font-weight: 300;
  text-align: center;
  text-transform: capitalize;
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f8f8f8;
}

.footer-para {
  color: #666;
}

.dropdown {
  display: block;
  margin-left: 0px;
}

.dropdown-2 {
  margin-left: 0px;
}

.footer-link {
  margin-bottom: 8px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  color: #666;
  text-decoration: none;
  text-transform: capitalize;
}

.footer-heading {
  width: 100%;
  border-bottom: 1px solid #fd7f29;
  color: #666;
  text-align: left;
  text-transform: uppercase;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 300;
}

.footer-column.logo {
  height: 171px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 75px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #fd7f29;
  background-color: #fff;
}

.footer-two-copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  margin-left: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}

.fb-logo {
  color: #fff;
}

.social-media-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 50px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fd7f29;
}

.twitter-logo {
  margin-left: 0px;
}

.insta-logo {
  margin-right: 15px;
  margin-left: 15px;
}

.hero-logo-heading {
  font-family: 'Futura font', sans-serif;
  color: #fff;
  font-size: 88px;
  font-weight: 500;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.hero-slogan {
  margin-top: 50px;
  margin-bottom: 50px;
  color: #fd7f29;
  font-size: 35px;
  font-weight: 100;
  text-transform: capitalize;
}

.hero-div-btn-right {
  margin-left: 15px;
  padding: 14px 40px;
  border-radius: 3px;
  background-color: #212121;
  color: #fff;
  font-weight: 300;
  text-align: center;
  text-transform: capitalize;
}

.hero-btn-div-left {
  margin-right: 15px;
  padding: 14px 40px;
  border-radius: 3px;
  background-color: #fd7f29;
  color: #fff;
  font-weight: 300;
  text-align: center;
  text-transform: capitalize;
}

.hero-btn-div-left.ceasarstone {
  text-align: center;
}

.about-heading {
  margin-top: 0px;
  margin-bottom: 50px;
  font-size: 38px;
  font-weight: 100;
  text-align: center;
  text-transform: capitalize;
}

.services-section {
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: #f8f8f8;
}

.services-heading {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fd7f29;
  font-size: 21px;
  font-weight: 400;
  text-align: left;
  text-transform: capitalize;
}

.testimonials-section {
  padding-top: 110px;
  padding-bottom: 110px;
}

.testimonials-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonials-quote {
  border-left-color: #fd7f29;
  font-size: 14px;
}

.testimonials-heading {
  margin-top: 0px;
  margin-bottom: 50px;
  font-size: 38px;
  font-weight: 100;
  text-align: center;
  text-transform: capitalize;
}

.footer-row {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link-icon {
  margin-left: 0px;
  padding-left: 10px;
  color: #fd7f29;
}

.service-paragraph {
  font-weight: 300;
}

.dropdown-nav-link {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 300;
  text-align: left;
  text-transform: capitalize;
}

.dropdown-nav-link:hover {
  color: #fd7f29;
}

.dropdown-nav-link.w--current {
  color: #fd7f29;
}

.dropdown-list-slabs {
  background-color: #fff;
}

.dropdown-list-slabs.w--open {
  width: 210px;
  background-color: #fff;
}

.slabs-list-dropdown {
  width: 214px;
  font-weight: 300;
  text-transform: capitalize;
}

.slabs-list-dropdown:hover {
  color: #fd7f29;
}

.slabs-list-dropdown.ns {
  width: 134px;
}

.dropdown-3 {
  width: 137px;
}

.dropdown-4 {
  width: 207px;
}

.dropdown-list-2 {
  top: 30px;
}

.dropdown-list-2.w--open {
  left: 10px;
  top: 60px;
  width: 50px;
  background-color: #fff;
}

.nslink {
  font-weight: 300;
  text-transform: capitalize;
}

.nslink:hover {
  color: #fd7f29;
}

.nslink.w--current {
  color: #fd7f29;
}

.dropdown-list-3 {
  top: 30px;
}

.dropdown-list-3.w--open {
  left: 10px;
  top: 60px;
  width: 50px;
  background-color: #fff;
}

.section-2 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quote-btn {
  margin-top: 30px;
  margin-left: 15px;
  padding: 14px 40px;
  border-radius: 3px;
  background-color: #666;
  font-weight: 300;
  text-align: center;
  text-transform: capitalize;
}

.icon-3 {
  color: #000;
}

.icon-4 {
  color: #000;
}

.slider-2 {
  height: 81vh;
  background-color: #fff;
}

.slide-3 {
  background-image: url('../images/5acf3ca25aaf3654f2b2fb52_slide7.jpg');
  background-position: 50% 50%;
  background-size: 940px;
  background-repeat: no-repeat;
}

.slide-4 {
  background-image: url('../images/5acf3ca2b6aac5328cea6d1f_slide8.jpg');
  background-position: 50% 50%;
  background-size: 940px;
  background-repeat: no-repeat;
}

.slide-5 {
  background-image: url('../images/5acf3ca2cad3500062e7d311_slide9.jpg');
  background-position: 50% 50%;
  background-size: 940px;
  background-repeat: no-repeat;
}

.slide-6 {
  background-image: url('../images/5acf3caa5fb271c4e0c715bc_slide11.jpg');
  background-position: 50% 50%;
  background-size: 940px;
  background-repeat: no-repeat;
}

.container-7 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 81vh;
  margin-top: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-15 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Futura font', sans-serif;
  color: #fd7f29;
  font-size: 65px;
  line-height: 45px;
  font-weight: 500;
  letter-spacing: 8px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-10 {
  margin-bottom: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fd7f29;
  font-size: 29px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: capitalize;
}

.slide-7 {
  background-image: url('../images/5acf3ca25fb27112b3c715b9_slide6.jpg');
  background-position: 50% 50%;
  background-size: 940px;
  background-repeat: no-repeat;
}

.slide-9 {
  background-image: url('../images/5acf3caa5fb27101cbc715bb_slide10.jpg');
  background-position: 50% 50%;
  background-size: 940px;
  background-repeat: no-repeat;
}

.natural-stone-section {
  padding-top: 0px;
  padding-bottom: 0px;
}

.column-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-8 {
  height: 500px;
  background-image: url('../images/New-Catalogue-14.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
}

.column-8.quartz {
  background-image: url('../images/New-Catalogue-15.jpg');
  background-size: cover;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-13 {
  margin-bottom: 20px;
  font-weight: 300;
  text-align: center;
}

.heading-17 {
  margin-bottom: 20px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  text-transform: capitalize;
}

.column-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/New-Catalogue-42.png');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-2 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fd7f29;
}

.text-span-4 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fd7f29;
}

.paragraph-14 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fd7f29;
}

.column-11 {
  height: 375px;
  font-family: Helveticaneue, sans-serif;
}

.column-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 375px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Helveticaneue, sans-serif;
}

.form-label {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #666;
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
}

.form-box {
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #fd7f29;
}

.gallerysectionap {
  padding-top: 0px;
  padding-bottom: 110px;
}

.gallerycolumnap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.galleryrowap {
  margin-bottom: 30px;
}

.galleryheadingap {
  margin-top: 110px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fd7f29;
  font-size: 19px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: capitalize;
}

.porcelain-slider {
  width: 100%;
  height: 70vh;
  margin-bottom: 30px;
  background-color: #fff;
}

.porcelainarrow {
  color: #fd7f29;
}

.row {
  height: 100%;
}

.porcecolumn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.marble-slider {
  width: 100%;
  height: 70vh;
  background-color: #fff;
}

.row-2 {
  height: 100%;
}

.slider-3 {
  width: 100%;
  height: 70vh;
  background-color: #fff;
}

.slider-4 {
  width: 100%;
  height: 70vh;
  background-color: #fff;
}

.slider-5 {
  width: 100%;
  height: 70vh;
  background-color: #fff;
}

.ceasarstone-section {
  padding-top: 110px;
  padding-bottom: 110px;
}

.ceasarstone-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-15 {
  margin-bottom: 50px;
  font-family: Helveticaneue, sans-serif;
  font-weight: 300;
  text-align: left;
}

.hanstone-section {
  padding-top: 110px;
  padding-bottom: 110px;
}

.container-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hanstoneheading {
  color: #fd7f29;
  font-size: 16px;
  font-weight: 100;
  text-transform: capitalize;
}

.hanstoneheading.han {
  margin-top: 30px;
}

.hanstoneheading.hans {
  font-weight: 700;
}

.hanstonepara {
  font-family: Helveticaneue, sans-serif;
  font-weight: 300;
}

.proquartz-section {
  padding-top: 110px;
  padding-bottom: 110px;
}

.proquartz-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-18 {
  margin-top: 0px;
  color: #fd7f29;
  font-weight: 400;
}

.paragraph-17 {
  margin-bottom: 50px;
  font-family: Helveticaneue, sans-serif;
  font-weight: 300;
}

.vicostone-section {
  padding-top: 110px;
  padding-bottom: 110px;
}

.vicostone-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.vicostone-para {
  margin-bottom: 50px;
  font-family: Helveticaneue, sans-serif;
  font-weight: 300;
}

.vicostone-heading {
  color: #fd7f29;
  font-weight: 400;
  text-transform: capitalize;
}

.silestone-section {
  padding-top: 110px;
  padding-bottom: 110px;
}

.silestone-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.silestone-heading {
  color: #fd7f29;
  font-weight: 400;
  text-transform: capitalize;
}

.silestone-para {
  margin-bottom: 50px;
  font-family: Helveticaneue, sans-serif;
  font-weight: 300;
}

.franci-section {
  width: 100%;
  padding-top: 110px;
  padding-bottom: 110px;
}

.franci-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.stone-connection-section {
  width: 100%;
  padding-top: 110px;
  padding-bottom: 110px;
}

.stone-connection-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.stone-connection-para {
  margin-bottom: 50px;
  font-family: Helveticaneue, sans-serif;
  font-weight: 300;
}

.stone-connection-heading {
  margin-top: 0px;
  color: #fd7f29;
  font-weight: 400;
  text-transform: capitalize;
}

.quote-section {
  padding-top: 110px;
  padding-bottom: 110px;
}

.quote-form-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fd7f29;
  font-weight: 400;
  text-transform: capitalize;
}

.success-message {
  background-color: #fd7f29;
  color: #fff;
}

.success-message-2 {
  background-color: #fd7f29;
  color: #fff;
}

.paragraph-18 {
  font-weight: 300;
}

.tiles-text {
  position: absolute;
  left: 10px;
  bottom: 0px;
  color: #fd7f29;
  font-weight: 400;
  text-transform: capitalize;
}

.slide-10 {
  background-image: url('../images/cupboardsGlobel.png');
  background-position: 50% 50%;
  background-size: 940px;
  background-repeat: no-repeat;
}

.slide-11 {
  background-image: url('../images/sinkGlobel.png');
  background-position: 50% 50%;
  background-size: 940px;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .footer-logo-heading {
    font-size: 23px;
  }
  .second-slogan {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .second-slogan-heading {
    text-align: center;
  }
  .footer-para {
    margin-bottom: 0px;
  }
  .footer-column {
    margin-bottom: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .services-heading {
    font-size: 25px;
  }
  .menu-button {
    position: static;
  }
  .menu-button.w--open {
    background-color: #fff;
    color: #3ad2ae;
  }
  .nav-link-icon {
    color: #fd7f29;
  }
  .nav-menu {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 211px;
    background-color: #fff;
  }
  .menu-icon {
    color: #fd7f29;
  }
  .slider-2 {
    position: relative;
    z-index: 0;
    height: 34vh;
  }
  .slide-3 {
    background-size: 100%;
  }
  .slide-4 {
    background-size: 100%;
  }
  .slide-5 {
    background-size: 100%;
  }
  .slide-6 {
    background-size: 100%;
  }
  .container-7 {
    z-index: 0;
    height: 34vh;
  }
  .paragraph-10 {
    line-height: 36px;
    text-align: center;
  }
  .slide-7 {
    background-size: 100%;
  }
  .slide-9 {
    background-size: 100%;
  }
  .slide-nav {
    display: none;
  }
}

@media (max-width: 767px) {
  .about-paragraph {
    padding-right: 30px;
    padding-left: 30px;
  }
  .second-slogan-heading {
    font-size: 33px;
    text-align: center;
  }
  .section-2 {
    padding-top: 50px;
  }
  .slider-2 {
    height: 25vh;
  }
  .container-7 {
    height: 24vh;
  }
  .heading-15 {
    font-size: 45px;
  }
  .paragraph-10 {
    font-size: 15px;
  }
  .slide-nav {
    display: none;
  }
  .column-12 {
    height: 165px;
  }
}

@media (max-width: 479px) {
  .second-slogan-heading {
    font-size: 14px;
  }
  .call-to-action-heading {
    line-height: 52px;
    text-align: center;
  }
  .footer-two-copyright {
    font-size: 13px;
  }
  .hero-logo-heading {
    font-size: 63px;
  }
  .hero-slogan {
    font-size: 19px;
  }
  .about-heading {
    font-size: 28px;
  }
  .hero-btn-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .fb-link-block {
    width: 31px;
    margin-right: -13px;
  }
  .slider-2 {
    height: 25vh;
  }
  .container-7 {
    display: none;
    height: 25vh;
  }
  .heading-17 {
    text-align: center;
  }
  .slide-10 {
    background-size: 100%;
  }
  .slide-11 {
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@font-face {
  font-family: 'Helveticaneu';
  src: url('../fonts/Helvetica-Neu-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-BlackCond.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue.ttf') format('truetype'), url('../fonts/HelveticaNeueBd.ttf') format('truetype'), url('../fonts/HelveticaNeueHv.ttf') format('truetype'), url('../fonts/HelveticaNeueMed.ttf') format('truetype'), url('../fonts/HelveticaNeueIt.ttf') format('truetype'), url('../fonts/HelveticaNeueLt.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Futura font';
  src: url('../fonts/Futura-Bold-Italic-font.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Futura font';
  src: url('../fonts/Futura-Bold-font.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Futura font';
  src: url('../fonts/Futura-Book-font.ttf') format('truetype'), url('../fonts/futur.ttf') format('truetype'), url('../fonts/Futura-XBlk-BT.ttf') format('truetype'), url('../fonts/tt0205m_.ttf') format('truetype'), url('../fonts/unicode.futurabb.ttf') format('truetype'), url('../fonts/unicode.futurab.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Futura font';
  src: url('../fonts/Futura-Book-Italic-font.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Futura font';
  src: url('../fonts/Futura-Extra-Black-font.ttf') format('truetype'), url('../fonts/Futura-Heavy-font.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Futura font';
  src: url('../fonts/Futura-Light-font.ttf') format('truetype'), url('../fonts/futura-light-bt.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Futura font';
  src: url('../fonts/Futura-Light-Italic-font.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Futura font';
  src: url('../fonts/Futura-Heavy-Italic-font.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Futura font';
  src: url('../fonts/futura-medium-bt.ttf') format('truetype'), url('../fonts/futura-medium-condensed-bt.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Futura font';
  src: url('../fonts/Futura-Medium-Italic-font.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}