body {
  background-image: url('http://x1.sdimgs.com/sd_static/a/215684/bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-y;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 20px;
  color: white;
  font-style: normal;
}
.button {
  display: inline-block;
  padding: 8px 20px;
  border: 3px solid white;
  border-radius: 15px;
  background-color: transparent;
  color: white;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}
.button.solid {
  border-color: #fa930d;
  background-color: #fa930d;
}
.wrapper {
  display: block;
  width: 95%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.49) 0px 2px 10px 2px;
}
.navbar {
  background-color: #1d7c4f;
}
.menucontainer {
  max-width: 960px;
}
.navmenu {
  float: none;
  text-align: center;
}
.navlink {
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: white;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
}
.navlink:hover {
  background-color: #fa930d;
  color: white;
}
.navlink.w--current {
  color: white;
  font-weight: 400;
}
.navlink.w--current:hover {
  color: white;
}
.logo {
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
}
.container {
  display: block;
  width: 95%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.contacttop {
  display: inline-block;
  margin-top: 45px;
  float: right;
  font-family: Roboto, sans-serif;
  color: #676767;
  font-size: 18px;
  font-weight: 700;
  text-align: right;
}
.phonenumber {
  font-family: Oswald, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}
.greentext {
  color: #1d7c4f;
}
.orangetext {
  color: #fa930d;
}
.slider {
  height: 600px;
}
.slide1 {
  background-image: url('http://x1.sdimgs.com/sd_static/a/215684/slide1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.slidercontent {
  position: absolute;
  left: 0px;
  top: 220px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  font-family:'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
}
.bigtext {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  line-height: 38px;
}
.smalltext {
  margin-bottom: 15px;
}
.boxescontainer {
  position: relative;
  top: -67px;
  z-index: 3;
  padding-top: 20px;
}
.boxes {
  position: relative;
  width: 31%;
  height: 198px;
  float: left;
  background-image: url('http://x1.sdimgs.com/sd_static/a/215684/sub1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  text-decoration: none;
}
.boxes._3 {
  float: right;
  background-image: url('http://x1.sdimgs.com/sd_static/a/215684/sub3.jpg'), url('http://x1.sdimgs.com/sd_static/a/215684/sub1.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, auto;
  background-repeat: no-repeat, no-repeat;
}
.boxes._2 {
  margin-left: 3.5%;
  background-image: url('http://x1.sdimgs.com/sd_static/a/215684/sub2.jpg'), url('http://x1.sdimgs.com/sd_static/a/215684/sub1.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, auto;
  background-repeat: no-repeat, no-repeat;
}
.boxes_title {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 10px 10px 10px 20px;
  background-color: #1d7c4f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}
.boxes_title:hover {
  background-color: #fa930d;
}
.contactsection {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 6px solid #fa930d;
  background-color: #1d7c4f;
}
.cols {
  padding-left: 0px;
}
.h3title {
  margin-top: 0px;
  margin-bottom: 20px;
}
.link {
  color: white;
  text-decoration: none;
}
.link.black {
  color: #333;
}
.link.green {
  color: #1d7c4f;
}
.footer {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: black;
}
.cols2 {
  padding-right: 0px;
  text-align: right;
}
.icon {
  margin-right: 10px;
}
.copyright {
  margin-top: 5px;
}
.bannersubpage {
  height: 300px;
  border-bottom: 5px solid #fa930d;
  background-image: url('http://x1.sdimgs.com/sd_static/a/215684/about.jpg');
}
.bannersubpage.services {
  background-image: url('http://x1.sdimgs.com/sd_static/a/215684/services.jpg');
}
.bannersubpage.promotions {
  background-image: url('http://x1.sdimgs.com/sd_static/a/215684/promotions.jpg');
}
.h3titlesubpage {
  margin-bottom: 20px;
  color: #1d7c4f;
}
.p {
  color: #333;
  line-height: 22px;
}
.p.subpage {
  position: relative;
  left: 3px;
  top: 4px;
  bottom: 29px;
  width: 420px;
  float: none;
  clear: none;
  text-align: left;
}
.liststyle {
  padding-left: 20px;
  color: #333;
}
.row {
  margin-bottom: 20px;
}
.h4titlesubpage {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #333;
  font-size: 16px;
  text-decoration: underline;
}
.h4titlesubpage.space {
  margin-top: 20px;
  margin-bottom: 10px;
}
.smalltitlesubpage {
  margin-bottom: 20px;
  color: #333;
}
.enquiry {
  margin-bottom: 20px;
}
.dropdown {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  background-color: transparent;
  color: white;
  font-weight: 400;
}
.arrow {
  color: white;
}
.maindropdown {
  height: 52px;
  background-color: transparent;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}
.maindropdown:hover {
  background-color: #fa930d;
}
.dropin {
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 13px;
  text-transform: uppercase;
}
.dropin:hover {
  background-color: #fa930d;
}
.dropicon {
  margin-right: 10px;
}
.lb-container {
  margin-right: 16px;
  border-right-width: 0px;
}
.lb-section {
  margin-bottom: 22px;
}
.light {
  width: 20%;
  margin-bottom: 39px;
}
.specs {
  margin-bottom: 19px;
  color: black;
  text-decoration: none;
}
.specs-head {
  color: black;
  text-decoration: underline;
}
.column-text {
  color: black;
  font-size: 17px;
  font-weight: 700;
}
.column-text-sm {
  color: black;
}
.columns-b2 {
  margin-top: 22px;
  margin-bottom: 52px;
}
.image-sm-column {
  display: block;
  padding-right: 0px;
}
.text-sm-head {
  font-family:'Open Sans', sans-serif;
  color: black;
  font-size: 17px;
  font-weight: 700;
}
.text-sm-paragrap-h {
  color: black;
}
.table-sm {
  background-color: transparent;
  color: black;
  font-size: 13px;
}
.table-heading {
  color: black;
  font-size: 13px;
  font-weight: 600;
}
.dropdown-effect {
  background-color: #1d7c4f;
  color: white;
}
.dropdown-effect:hover {
  background-color: #fa930d;
}
.text-pages {
  color: black;
}
.quote-left {
  position: relative;
  left: 3px;
  top: 7px;
  right: 1px;
  width: auto;
  float: left;
  clear: none;
}
.quote-right {
  position: relative;
  left: 9px;
  top: -2px;
  right: 82px;
  bottom: 59px;
  margin: 0px -2px 15px -1px;
  padding-left: 0px;
  float: right;
  clear: none;
}
.testimonial-txt {
  width: 100%;
  margin-top: -28px;
  padding-left: 50px;
  float: left;
  color: black;
}
.testi-block {
  position: relative;
  width: 450px;
  height: 138px;
  margin-right: 31px;
  float: left;
}
.slide2 {
  background-color: rgba(107, 106, 106, 0.96);
  background-image: url('http://x1.sdimgs.com/sd_static/a/215684/slide2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}
.galleryborder {
  border: 3px solid #e3e3e3;
}
.carpets_img {
  border: 6px solid #ebe8e8;
}
@media (max-width: 991px) {
  .wrapper {
    width: 90%;
  }
  .navmenu {
    background-color: rgba(29, 124, 79, 0.94);
  }
  .slider {
    height: 500px;
  }
  .slide1 {
    background-image: url('http://x1.sdimgs.com/sd_static/a/215684/slide2.jpg'), url('http://x1.sdimgs.com/sd_static/a/215684/slide1.jpg');
    background-position: 0% 0%, 50% 50%;
    background-size: cover, cover;
    background-repeat: repeat, no-repeat;
  }
  .slidercontent {
    top: 180px;
    width: 80%;
    text-align: center;
  }
  .boxescontainer {
    position: static;
    padding-bottom: 20px;
  }
  .boxes {
    height: 160px;
  }
  .boxes_title {
    text-align: center;
  }
  .mobile_menu_icon.w--open {
    background-color: transparent;
  }
  .p.subpage {
    width: 271px;
    font-size: 13px;
  }
  .light {
    width: 25%;
  }
  .table-heading {
    font-size: 10px;
  }
  .quote-left {
    margin-left: -7px;
  }
  .quote-right {
    left: -11px;
    top: -12px;
    bottom: 81px;
    margin-right: -17px;
    padding-left: 0px;
  }
  .testimonial-txt {
    width: 282px;
    margin-top: -18px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 33px;
  }
  .testi-block {
    width: 297px;
  }
}
@media (max-width: 767px) {
  .slider {
    height: 400px;
  }
  .slidercontent {
    top: 120px;
    width: 90%;
  }
  .bigtext {
    font-size: 28px;
    line-height: 30px;
  }
  .boxescontainer {
    padding-bottom: 0px;
  }
  .boxes {
    width: 100%;
    height: 220px;
    margin-bottom: 20px;
  }
  .boxes._2 {
    margin-left: 0%;
  }
  .cols {
    padding-left: 10px;
    text-align: center;
  }
  .cols2 {
    text-align: center;
  }
  .copyright {
    margin-bottom: 10px;
  }
  .h3titlesubpage {
    font-size: 21px;
  }
  .p.subpage {
    left: 107px;
    width: 100%;
    margin-right: 5px;
    margin-left: -108px;
    padding-right: 0px;
    font-size: 12px;
    text-align: left;
  }
  .li {
    text-align: left;
  }
  .h4titlesubpage {
    margin-top: 20px;
  }
  .light {
    width: 33.33%;
  }
  .layer-image {
    padding-left: 59px;
  }
  .quote-right {
    left: 73px;
    right: 107px;
    margin-right: 38px;
    margin-left: -5px;
    padding-left: 1px;
  }
  .testimonial-txt {
    width: 100%;
    margin-top: -16px;
    padding-bottom: 9px;
    padding-left: 43px;
    font-size: 11px;
  }
  .testi-block {
    width: 90%;
    height: 92px;
  }
}
@media (max-width: 479px) {
  p {
    font-size: 11px;
  }
  .wrapper {
    width: 100%;
  }
  .navmenu {
    background-color: rgba(29, 124, 79, 0.92);
  }
  .slidercontent {
    top: 100px;
  }
  .h3titlesubpage {
    font-size: 20px;
    font-weight: 700;
  }
  .lb-section {
    margin-bottom: 23px;
  }
  .light {
    width: 50%;
  }
  .specs {
    font-size: 11px;
  }
  .specs-head {
    font-size: 11px;
  }
  .column-text {
    font-size: 13px;
  }
  .column-text-sm {
    font-size: 12px;
  }
  .layer-image {
    margin-right: 0px;
    margin-left: -21px;
    padding-right: 0px;
  }
  .text-sm-head {
    font-size: 15px;
  }
  .text-sm-paragrap-h {
    font-size: 12px;
  }
  .table-sm {
    font-size: 11px;
  }
  .table-heading {
    font-size: 11px;
  }
  .quote-left {
    width: 20px;
  }
  .quote-right {
    width: 20px;
    margin-top: -15px;
    padding-top: 0px;
    padding-bottom: 1px;
  }
  .testimonial-txt {
    position: relative;
    left: 35px;
    width: 219px;
    margin-right: -1px;
    margin-left: -10px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .testi-block {
    position: relative;
    left: 13px;
    width: 180px;
  }
}

