body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  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-family: Oswald, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family:'Open Sans', sans-serif;
  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: 15px;
  font-family:'Open Sans', sans-serif;
  color: #6c6c6e;
  line-height: 22px;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.header {
  position: relative;
  background-color: #548dc9;
}
.container {
  display: block;
  width: 95%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.container.top {
  position: relative;
  z-index: 2;
  background-color: white;
}
.container.main {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.container.bottom {
  padding-top: 15px;
  padding-bottom: 15px;
}
.container.subpage {
  padding-top: 40px;
  padding-bottom: 40px;
}
.logo {
  margin-top: 30px;
  float: left;
}
.enquiry {
  width: 320px;
  float: right;
  background-image: url('http://x1.sdimgs.com/sd_static/a/129882/corner.png');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
  font-family: Oswald, sans-serif;
  color: white;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
  text-transform: uppercase;
}
.clear {
  clear: both;
}
.phonenumber {
  font-size: 25px;
  line-height: 35px;
  font-weight: 700;
}
.emailtop {
  font-family:'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-transform: none;
}
.link {
  color: white;
  text-decoration: none;
}
.enquiry_insider {
  width: 235px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  float: right;
  background-color: #548dc9;
}
.grayarea {
  position: absolute;
  width: 60%;
  height: 100%;
  float: left;
  background-color: white;
  color: #333;
}
.navbar {
  background-color: #548dc9;
}
.navlink {
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Oswald, sans-serif;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}
.navlink:hover {
  background-color: #2b68a8;
  color: white;
}
.navlink.w--current {
  color: white;
}
.menucontainer {
  width: 95%;
  max-width: 1100px;
}
.navmenu {
  float: none;
  text-align: center;
}
.slider {
  height: 600px;
}
.slide1 {
  background-image: url('http://x1.sdimgs.com/sd_static/a/129882/slide1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.h2title {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #3e569c;
}
.h2title.subpage {
  text-align: left;
}
.boxes {
  background-image: url('http://x1.sdimgs.com/sd_static/a/129882/bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.box {
  position: relative;
  width: 31%;
  float: left;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}
.box:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.box._2 {
  margin-left: 3.5%;
}
.box._3 {
  float: right;
}
.boxtitle {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #548dc9;
  font-family: Oswald, sans-serif;
  color: white;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
}
.boximg {
  height: 267px;
  background-image: url('http://x1.sdimgs.com/sd_static/a/129882/box1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.boximg._2 {
  background-image: url('http://x1.sdimgs.com/sd_static/a/129882/box2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.boximg._3 {
  background-image: url('http://x1.sdimgs.com/sd_static/a/129882/box3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer {
  background-color: #3b3b3b;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 13px;
}
.tel {
  padding-left: 25px;
  background-image: url('http://x1.sdimgs.com/sd_static/a/129882/tel.jpg');
  background-position: 0px 50%;
  background-repeat: no-repeat;
}
.cols1 {
  padding-left: 0px;
}
.location {
  padding-left: 25px;
  background-image: url('http://x1.sdimgs.com/sd_static/a/129882/location.jpg');
  background-position: 0px 50%;
  background-repeat: no-repeat;
}
.copyright {
  padding-left: 25px;
  background-image: url('http://x1.sdimgs.com/sd_static/a/129882/copyright.jpg');
  background-position: 70px 50%;
  background-repeat: no-repeat;
}
.cols3 {
  padding-right: 0px;
  text-align: right;
}
.slidecontent {
  position: absolute;
  top: 200px;
  width: 50%;
  padding: 26px;
  background-color: rgba(255, 255, 255, 0.85);
  font-family:'Open Sans', sans-serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}
.slidetext {
  width: 60%;
  float: right;
}
.bigtext {
  font-family: Oswald, sans-serif;
  color: #c30704;
  font-size: 40px;
  line-height: 55px;
  text-transform: uppercase;
}
.smalltext {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.map {
  margin-bottom: 20px;
}
.banner {
  height: 260px;
  background-image: url('http://x1.sdimgs.com/sd_static/a/129882/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner._1 {
  background-image: url('http://x1.sdimgs.com/sd_static/a/129882/banner1.jpg');
}
.liststyle {
  padding-left: 20px;
  font-family:'Open Sans', sans-serif;
  color: #6c6c6e;
}
.liststyle.space {
  margin-bottom: 20px;
}
.cols {
  padding-left: 0px;
}
.h4subtitle {
  margin-top: 0px;
  margin-bottom: 15px;
}
.tablink {
  width: 100%;
  margin-bottom: 2px;
  background-color: #548dc9;
  font-family:'Open Sans', sans-serif;
  color: white;
}
.tablink.w--current {
  background-color: #2b68a8;
}
.tabsmenu {
  width: 25%;
  padding-right: 20px;
  float: left;
}
.downloadbox {
  width: 33.33%;
  padding: 7px;
  float: left;
  font-family:'Open Sans', sans-serif;
  text-align: center;
  text-decoration: none;
}
.galleryphoto {
  display: inline-block;
  width: 23%;
  padding: 8px;
}
.projectphoto {
  display: inline-block;
  width: 33%;
  padding: 8px;
  text-align: center;
}
.li {
  margin-bottom: 5px;
}
.slide2 {
  background-image: url('http://x1.sdimgs.com/sd_static/a/129882/slide2.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide3 {
  background-image: url('http://x1.sdimgs.com/sd_static/a/129882/slide3.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .navmenu {
    background-color: #3b3b3b;
  }
  .slider {
    height: 500px;
  }
  .boxtitle {
    font-size: 22px;
  }
  .boximg {
    height: 180px;
  }
  .tel {
    display: block;
    width: 130px;
    margin-right: auto;
    margin-left: auto;
  }
  .location {
    display: block;
    width: 340px;
    margin-right: auto;
    margin-left: auto;
  }
  .copyright {
    display: block;
    width: 480px;
    margin-right: auto;
    margin-left: auto;
    background-position: 0px 50%;
  }
  .slidecontent {
    left: 0px;
    top: 170px;
    right: 0px;
    display: block;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .slidetext {
    width: 100%;
  }
  .cols2 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .mobile_menu_icon {
    color: white;
  }
  .mobile_menu_icon.w--open {
    background-color: transparent;
  }
  .tablink {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .header {
    background-color: white;
  }
  .logo {
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .enquiry {
    width: 100%;
    float: none;
    background-image: none;
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: repeat;
  }
  .enquiry_insider {
    width: 100%;
    margin-bottom: 20px;
    background-color: transparent;
    color: #548dc9;
    text-align: center;
  }
  .slider {
    height: 400px;
  }
  .boximg {
    height: 140px;
  }
  .slidecontent {
    top: 130px;
    width: 75%;
  }
  .bigtext {
    font-size: 36px;
  }
  .cols {
    margin-bottom: 20px;
  }
  .tabsmenu {
    width: 30%;
    padding-right: 10px;
  }
  .downloadbox {
    width: 50%;
    float: left;
  }
  .galleryphoto {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .logo {
    width: 90%;
  }
  .navlink {
    text-align: center;
  }
  .slider {
    height: 300px;
  }
  .h2title.subpage {
    text-align: center;
  }
  .box {
    width: 100%;
  }
  .box._2 {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0%;
  }
  .boximg {
    height: 200px;
  }
  .tel {
    width: 100%;
    padding-left: 0px;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    text-align: center;
  }
  .location {
    width: 100%;
    padding-left: 0px;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    text-align: center;
  }
  .copyright {
    width: 100%;
    padding-left: 0px;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    text-align: center;
  }
  .slidecontent {
    top: 60px;
    width: 80%;
    padding: 10px;
    font-size: 22px;
  }
  .bigtext {
    font-size: 28px;
    line-height: 38px;
  }
  .mobile_menu_icon {
    float: none;
    text-align: center;
  }
  .mobile_menu_icon.w--open {
    float: none;
    text-align: center;
  }
  .tablink {
    text-align: center;
  }
  .tabsmenu {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
  }
  .tabscontent {
    width: 100%;
  }
  .downloadbox {
    width: 100%;
  }
  .galleryphoto {
    width: 100%;
  }
  .projectphoto {
    width: 100%;
  }
}