* {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 15px;
}
.opensans {
  font-family: 'Open Sans', sans-serif;
}
html,
body {
  background-color: #fafafa;
  height: 100%;
}
.prelative {
  position: relative;
}
.displayB {
  display: block;
}
.fancybox-container {
  z-index: 9999999;
}
.alignC {
  display: block;
  margin: 0 auto;
  width: 1000px;
}
.alignCFull {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.alignCHome {
  display: block;
  margin: 0 auto;
  width: 80%;
}
.alignC70 {
  display: block;
  margin: 0 auto;
  width: 70%;
}
.alignCenter {
  display: block;
  margin: 0 auto;
  width: 70%;
}
.ac-service {
  display: block;
  margin: 0 auto;
  width: 90%;
}
.w90 {
  width: 90%;
}
.w80 {
  width: 80%;
}
.w70 {
  width: 70%;
}
.w60 {
  width: 60%;
}
a {
  text-decoration: none;
  color: #000;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a,
p,
span,
h1,
h2,
h3,
h4 {
  text-align: left;
}
a:hover {
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header {
  position: fixed;
  z-index: 9999;
  transition: all 0.6s ease;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
}
header .m-nav,
header .menu-icon {
  visibility: hidden;
  position: absolute;
}
header .logo-holder {
  float: left;
  width: 11%;
  transition: all 0.6s ease;
  padding: 1% 2%;
  position: relative;
  z-index: 9;
}
header .logo-holder a {
  float: left;
  width: 100%;
}
header .logo-holder a img {
  float: left;
  width: 100%;
}
header nav.languages {
  float: right;
  width: auto;
  padding-right: 2%;
  padding-top: 30px;
  transition: all 0.6s ease;
}
header nav.languages ul {
  float: right;
}
header nav.languages ul li {
  float: left;
}
header nav.languages ul li a {
  float: left;
  color: #0c2c4b;
  transition: all 0.3s ease;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 16px;
  padding: 0 10px;
}
header nav.languages ul li a:hover {
  color: #d77f2c;
  transition: all 0.3s ease;
}
header nav.languages ul li.second a {
  padding-right: 0;
}
header nav.main-nav {
  float: left;
  width: 55%;
  padding-top: 30px;
  margin-left: 20%;
  transition: all 0.6s ease;
}
header nav.main-nav ul {
  float: left;
  width: 100%;
}
header nav.main-nav ul li {
  float: left;
  position: relative;
  padding-bottom: 40px;
}
header nav.main-nav ul li a {
  float: left;
  color: #0c2c4b;
  transition: all 0.3s ease;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 18px;
  padding: 0 30px;
}
header nav.main-nav ul li a:hover,
header nav.main-nav ul li a.active {
  color: #d77f2c;
  transition: all 0.3s ease;
}
header nav.main-nav ul li ul {
  position: absolute;
  top: 120%;
  left: -30%;
  padding: 10px 0;
  width: 250px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9999;
  opacity: 0;
  transition: all 0.3s ease;
  visibility: hidden;
}
header nav.main-nav ul li ul li {
  float: left;
  width: 100%;
  padding-bottom: 0;
}
header nav.main-nav ul li ul li a {
  float: left;
  width: 100%;
  font-size: 17px;
  padding: 8px 0;
  text-align: center;
  color: #133b5b;
}
header nav.main-nav ul li ul li a:hover {
  color: #d77f2c;
}
header nav.main-nav ul li:hover a {
  color: #d77f2c;
  transition: all 0.3s ease;
}
header nav.main-nav ul li:hover ul {
  opacity: 1;
  top: 100%;
  transition: all 0.3s ease;
  visibility: visible;
}
header nav.main-nav ul li:hover ul li a {
  color: #133b5b;
}
header nav.main-nav ul li:hover ul li a:hover {
  color: #d77f2c;
}
.m-nav {
  visibility: hidden;
  position: absolute;
}
.header-scroll {
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.6s ease;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
}
.header-scroll .logo-holder {
  float: left;
  width: 9%;
  padding: 1% 2%;
  transition: all 0.6s ease;
}
.header-scroll .logo-holder a {
  float: left;
  width: 100%;
}
.header-scroll .logo-holder a img {
  float: left;
  width: 100%;
}
.header-scroll nav.languages {
  padding-top: 30px;
  transition: all 0.6s ease;
}
.header-scroll nav.languages ul li a {
  color: #133b5b;
}
.header-scroll nav.languages ul li a:hover,
.header-scroll nav.languages ul li a.active {
  color: #d77f2c;
}
.header-scroll nav.main-nav {
  padding-top: 30px;
  transition: all 0.6s ease;
}
.header-scroll nav.main-nav ul li a {
  color: #0c2c4b;
}
.header-scroll nav.main-nav ul li a:hover,
.header-scroll nav.main-nav ul li a.active {
  color: #d77f2c;
}
.header-scroll nav.main-nav ul li ul {
  background: rgba(255, 255, 255, 0.9);
}
.header-scroll nav.main-nav ul li:hover a {
  color: #d77f2c;
  transition: all 0.3s ease;
}
.header-scroll nav.main-nav ul li:hover ul li a {
  color: #133b5b;
}
.header-fixed {
  transition: all 0.3s ease;
}
.header-wrapper {
  float: left;
  width: 100%;
}
section.banners {
  position: relative;
  width: 100%;
  z-index: 9;
  float: left;
}
section.banners .banner-holder {
  float: left;
  width: 100%;
}
section.banners .banner-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
}
section.banners img {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
}
section.banners article {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 30%;
  background: rgba(0, 0, 0, 0.4);
  padding: 2% 5%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.banners article h1 {
  float: left;
  width: 100%;
  color: #fff;
  font-family: 'Dosis', sans-serif;
  font-size: 32px;
  text-align: center;
}
section.banners article span {
  float: left;
  width: 100%;
  color: #fff;
  font-family: 'Dosis', sans-serif;
  font-size: 16px;
  text-align: center;
  margin: 20px 0;
}
section.banners article a {
  float: left;
  border: 2px solid #fff;
  color: #fff;
  font-family: 'Dosis', sans-serif;
  padding: 3px 25px;
  transition: all 0.3s ease;
  position: relative;
  transform: translateX(-50%);
  left: 50%;
}
section.banners article a:hover {
  border: 2px solid #d77f2c;
  transition: all 0.3s ease;
}
section.banners .swiper-button-next,
section.banners .swiper-button-prev {
  border: 1px solid #fff;
  width: 50px;
  transition: all 0.3s ease;
  height: 50px;
}
section.banners .swiper-button-next:hover,
section.banners .swiper-button-prev:hover {
  background-color: #c8c4ad;
  border: 1px solid #c8c4ad;
  transition: all 0.3s ease;
}
section.banners .swiper-button-next {
  background: url(../images/next_btn.png) no-repeat center;
  right: 150px;
  opacity: 0;
  transition: all 0.5s ease;
}
section.banners .swiper-button-prev {
  left: 150px;
  opacity: 0;
  transition: all 0.5s ease;
  background: url(../images/prev_btn.png) no-repeat center;
}
section.banners .swiper-container:hover .swiper-button-prev {
  left: 50px;
  opacity: 1;
  transition: all 0.5s ease;
}
section.banners .swiper-container:hover .swiper-button-next {
  right: 50px;
  opacity: 1;
  transition: all 0.5s ease;
}
section.banner-section {
  position: relative;
  width: 100%;
  z-index: 9;
  float: left;
}
section.banner-section .banner-holder {
  float: left;
  width: 100%;
}
section.banner-section .banner-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
}
section.banner-section img {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
}
section.banner-section article {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 30%;
  background: rgba(0, 0, 0, 0.4);
  padding: 1% 5%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.banner-section article h1 {
  float: left;
  width: 100%;
  color: #fff;
  font-family: 'Dosis', sans-serif;
  font-size: 32px;
  text-align: center;
}
section.banner-section article span {
  float: left;
  width: 100%;
  color: #fff;
  font-family: 'Dosis', sans-serif;
  font-size: 16px;
  text-align: center;
  margin: 20px 0;
}
section.banner-section article a {
  float: left;
  border: 2px solid #fff;
  color: #fff;
  font-family: 'Dosis', sans-serif;
  padding: 3px 25px;
  margin-left: 40%;
  transition: all 0.3s ease;
}
section.banner-section article a:hover {
  border: 2px solid #d77f2c;
  transition: all 0.3s ease;
}
section.pages,
.home-rows {
  float: left;
  width: 100%;
}
section.pages h1.page-heading,
.home-rows h1.page-heading {
  float: left;
  width: 100%;
  margin: 50px 0 50px;
  text-align: center;
  font-size: 28px;
  font-family: "Dosis", serif;
}
section.content {
  float: left;
  width: 100%;
}
section.content h1.section-main-heading {
  float: left;
  width: 100%;
  margin: 30px 0 30px;
  text-align: left;
  font-size: 28px;
  font-family: "Dosis", serif;
}
section.content span.full-text {
  float: left;
  width: 100%;
}
section.content .section-text-holder {
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 1% 5%;
}
section.content .section-no-title {
  padding: 5%;
}
section.business-areas,
.business-areas-section {
  background-color: #f7f5f5;
}
section.business-areas h1.page-heading,
.business-areas-section h1.page-heading {
  width: 100%;
  margin: 50px 0 70px;
}
section.business-areas article,
.business-areas-section article {
  float: left;
  width: 30%;
  margin-right: 2%;
  padding-top: 3%;
  position: relative;
  margin-bottom: 5%;
}
section.business-areas article a,
.business-areas-section article a {
  float: left;
  width: 100%;
  padding: 7%;
  background-color: #fff;
  border: 1px solid #ccc;
  min-height: 200px;
}
section.business-areas article a span.icon,
.business-areas-section article a span.icon {
  float: left;
  width: 18%;
  border: 1px solid #d77f2c;
  position: absolute;
  top: 0;
  left: 7%;
  padding: 3%;
  background-color: #d77f2c;
  transition: all 0.3s ease;
}
section.business-areas article a span.icon path,
.business-areas-section article a span.icon path {
  fill: #fff;
  transition: all 0.3s ease;
}
section.business-areas article a h1,
.business-areas-section article a h1 {
  float: left;
  width: 100%;
  font-family: 'Dosis', sans-serif;
  font-size: 20px;
  margin: 30px 0 15px 0;
  color: #333333;
}
section.business-areas article a span.description,
.business-areas-section article a span.description {
  float: left;
  width: 100%;
  font-size: 13px;
  color: #7a7a7a;
}
section.business-areas article a:hover span.icon,
.business-areas-section article a:hover span.icon {
  background-color: #fff;
  transition: all 0.3s ease;
}
section.business-areas article a:hover span.icon path,
.business-areas-section article a:hover span.icon path {
  fill: #d77f2c;
  transition: all 0.3s ease;
}
section.business-areas article.last,
.business-areas-section article.last {
  margin-right: 0;
}
section.projects {
  background-color: #fff;
  padding-bottom: 70px;
}
section.projects article {
  float: left;
  width: 30%;
  margin-right: 5%;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  padding: 3% 4%;
}
section.projects article h1 {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 20px;
  font-weight: 500;
}
section.projects article span {
  float: left;
  width: 100%;
  font-size: 14px;
}
section.projects article a {
  float: left;
  margin-top: 20px;
  border: 1px solid #d77f2c;
  padding: 5px 30px;
  font-size: 14px;
  font-family: 'Dosis', sans-serif;
  transition: all 0.3s ease;
}
section.projects article a:hover {
  background-color: #d77f2c;
  color: #fff;
  transition: all 0.3s ease;
}
section.projects article.last {
  margin-right: 0;
}
section.news {
  background: #0c2c4b;
  padding-bottom: 50px;
}
section.news h1.page-heading {
  color: #fff;
}
section.news article {
  float: left;
  width: 30%;
  margin-right: 5%;
  background-color: #fff;
}
section.news article a {
  float: left;
  width: 100%;
}
section.news article a span {
  float: left;
  width: 100%;
  overflow: hidden;
}
section.news article a span img {
  float: left;
  width: 100%;
  transition: all 0.8s ease;
  transform: scale(1);
}
section.news article a h1 {
  float: left;
  width: 100%;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 22px;
  padding: 5%;
  min-height: 100px;
  color: #333;
}
section.news article a:hover h1 {
  color: rgba(51, 51, 51, 0.7);
}
section.news article a:hover span img {
  transform: scale(1.3);
  transition: all 0.8s ease;
}
section.news article.last {
  margin-right: 0;
}
footer {
  float: left;
  width: 100%;
  padding: 30px 0;
}
footer .about {
  float: left;
  width: 30%;
  margin-right: 5%;
}
footer .about h1 {
  float: left;
  width: 100%;
  font-size: 22px;
  font-family: 'Dosis', sans-serif;
  margin-bottom: 10px;
}
footer .about p {
  font-size: 13px;
  float: left;
  width: 100%;
}
footer .logo {
  float: left;
  width: 20%;
  margin-left: 15%;
  margin-top: 20px;
}
footer .logo img {
  float: left;
  width: 60%;
}
footer nav.footer-nav {
  float: left;
  width: 50%;
}
footer nav.footer-nav ul {
  float: left;
  width: 100%;
}
footer nav.footer-nav ul li {
  float: left;
  width: 100%;
}
footer nav.footer-nav ul li a {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-family: 'PT Sans Narrow', sans-serif;
}
footer .contact-info {
  float: right;
  width: 20%;
  text-align: right;
}
footer .contact-info .social-media {
  float: right;
  width: 100%;
}
footer .contact-info .social-media a {
  float: right;
  margin-left: 15px;
}
footer .contact-info .social-media a span {
  font-size: 25px;
  color: #5f5f5f;
}
footer .contact-info .contact-holder {
  float: right;
  width: 100%;
  text-align: right;
  margin-top: 15px;
}
footer .contact-info .contact-holder p {
  float: right;
  width: 100%;
  text-align: right;
  color: #5f5f5f;
  font-size: 14px;
  font-family: 'Dosis', sans-serif;
}
footer .contact-info .contact-holder p a {
  color: #5f5f5f;
  font-size: 14px;
  font-family: 'Dosis', sans-serif;
}
.projects-tpl article.list {
  float: left;
  width: 30%;
  margin-right: 5%;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  padding: 3% 4%;
  margin-bottom: 5%;
}
.projects-tpl article.list h1 {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 20px;
  font-weight: 500;
}
.projects-tpl article.list span {
  float: left;
  width: 100%;
  font-size: 14px;
}
.projects-tpl article.list a {
  float: left;
  margin-top: 20px;
  border: 1px solid #d77f2c;
  padding: 5px 30px;
  font-size: 14px;
  font-family: 'Dosis', sans-serif;
  transition: all 0.3s ease;
}
.projects-tpl article.list a:hover {
  background-color: #d77f2c;
  color: #fff;
  transition: all 0.3s ease;
}
.projects-tpl article.last {
  margin-right: 0;
}
.projects-tpl .project-panel {
  float: left;
  width: 100%;
  background-color: #fff;
  height: 100%;
}
.projects-tpl .project-panel .left-panel {
  float: left;
  width: 25%;
  margin-right: 5%;
  height: 100%;
  background-color: #0c2c4b;
}
.projects-tpl .project-panel .left-panel ul {
  float: left;
  width: 100%;
}
.projects-tpl .project-panel .left-panel ul li {
  float: left;
  width: 100%;
}
.projects-tpl .project-panel .left-panel ul li a {
  float: left;
  width: 100%;
  color: #fff;
  padding: 3% 10%;
}
.projects-tpl .project-panel .left-panel ul li a:hover,
.projects-tpl .project-panel .left-panel ul li a.active {
  background-color: #d77f2c;
}
.projects-tpl .project-panel .left-panel ul li ul {
  background-color: #fafafa;
}
.projects-tpl .project-panel .left-panel ul li ul li a {
  color: #0c2c4b;
}
.projects-tpl .project-panel .left-panel ul li ul li a:hover,
.projects-tpl .project-panel .left-panel ul li ul li a.active {
  background-color: #fff;
}
.projects-tpl .project-panel .content-panel {
  float: left;
  width: 65%;
  min-height: 500px;
}
.projects-tpl .project-panel .content-panel h1.section-main-heading {
  margin: 15px 0 20px 0;
  font-size: 25px;
}
.article-tpl {
  float: left;
  width: 100%;
}
.article-tpl .la-content {
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 1% 0;
}
.article-tpl .la-content h1.section-main-heading {
  padding: 0 5%;
}
.article-tpl .la-content .article-list {
  float: left;
  width: 100%;
  padding: 0 2%;
}
.article-tpl .la-content article.list {
  float: left;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 5%;
  background-color: #fff;
}
.article-tpl .la-content article.list a {
  float: left;
  width: 100%;
}
.article-tpl .la-content article.list a span {
  float: left;
  width: 100%;
  overflow: hidden;
}
.article-tpl .la-content article.list a span img {
  float: left;
  width: 100%;
  transition: all 0.8s ease;
  transform: scale(1);
}
.article-tpl .la-content article.list a h1 {
  float: left;
  width: 100%;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 22px;
  padding: 5%;
  min-height: 100px;
  color: #fff;
  background-color: #0c2c4b;
  transition: all 0.8s ease;
}
.article-tpl .la-content article.list a:hover h1 {
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.8s ease;
}
.article-tpl .la-content article.list a:hover span img {
  transform: scale(1.3);
  transition: all 0.8s ease;
}
.article-tpl .la-content article.last {
  margin-right: 0;
}
.article-tpl .la-content article.full {
  float: left;
  width: 100%;
  padding: 0 5%;
}
.article-tpl .la-content article.full span.full-text {
  float: left;
  width: 100%;
  margin-top: 20px;
}
section.contact-tpl {
  float: left;
  width: 100%;
}
section.contact-tpl .contact-text-holder {
  float: left;
  width: 50%;
}
section.contact-tpl .contact-form {
  float: left;
  margin-left: 5%;
  width: 45%;
}
#news-gallery {
  float: left;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .alignC,
  .alignCenter,
  .alignCHome {
    width: 100%;
  }
  header .menu-icon {
    visibility: visible;
    float: left;
    position: fixed;
    right: 0;
    top: 0;
    width: 13%;
    height: 8em;
    cursor: pointer;
    transition: all 0.6s ease;
    z-index: 999999;
  }
  header .menu-icon .mi-holder {
    float: left;
    width: 20px;
    height: 30px;
    padding: 20px;
    margin-top: 27px;
    margin-left: 28px;
  }
  header .menu-icon .mi-holder span {
    height: 4px;
    width: 40%;
    display: block;
    background: #0c2c4b;
    cursor: pointer;
    position: absolute;
    top: 45%;
    right: 30%;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
  }
  header .menu-icon .mi-holder span:before {
    content: "";
    height: 5px;
    width: 100%;
    display: block;
    background: #0c2c4b;
    right: 0px;
    top: -15px;
    position: absolute;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
  }
  header .menu-icon .mi-holder span:after {
    content: "";
    height: 5px;
    width: 100%;
    display: block;
    background: #0c2c4b;
    right: 0px;
    bottom: -15px;
    position: absolute;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
  }
  header .d-nav {
    display: none;
  }
  header .logo-holder {
    float: left;
    width: 28%;
    transition: all 0.6s ease;
    padding: 3% 5%;
  }
  header .logo-holder a {
    float: left;
    width: 100%;
  }
  header .logo-holder a img {
    float: left;
    width: 100%;
  }
  .m-nav {
    position: fixed;
    width: 100%;
    visibility: hidden;
    z-index: 99999999;
    background: #ffffff;
    opacity: 1;
    top: -100%;
    transition: all 0.6s ease;
  }
  .m-nav .menu-icon-m {
    float: right;
    width: 13%;
    height: 8em;
    cursor: pointer;
    transition: all 0.6s ease;
    z-index: 999999;
  }
  .m-nav .menu-icon-m .mi-holder-m {
    float: left;
    width: 20px;
    height: 30px;
    padding: 20px;
  }
  .m-nav .menu-icon-m .mi-holder-m span {
    cursor: pointer;
    position: absolute;
    font-weight: normal;
    top: 3%;
    right: 3%;
    font-size: 80px;
    transition: all 0.6s ease;
  }
  .m-nav .logo-holder-m {
    float: left;
    width: 28%;
    transition: all 0.6s ease;
    padding: 3% 5%;
  }
  .m-nav .logo-holder-m a {
    float: left;
    width: 100%;
  }
  .m-nav .logo-holder-m a img {
    float: left;
    width: 100%;
  }
  .m-nav .languages {
    float: right;
    width: 100%;
    background-color: #efefef;
  }
  .m-nav .languages ul {
    float: right;
    width: 100%;
    padding-left: 40%;
  }
  .m-nav .languages ul li {
    float: left;
  }
  .m-nav .languages ul li a {
    float: left;
    font-size: 3vw;
    padding: 10px 20px;
    font-family: 'PT Sans Narrow', sans-serif;
  }
  .m-nav nav.main-nav {
    float: left;
    width: 100%;
    overflow-y: scroll;
    max-height: 500px;
  }
  .m-nav nav.main-nav ul {
    float: left;
    width: 100%;
    padding: 20px 0;
  }
  .m-nav nav.main-nav ul li {
    float: right;
    width: 100%;
    padding: 6px 0 6px 0;
  }
  .m-nav nav.main-nav ul li a {
    float: right;
    width: 90%;
    margin: 0 5%;
  }
  .m-nav nav.main-nav ul li a span.title {
    font-size: 4vw;
    font-family: 'PT Sans Narrow', sans-serif;
    float: left;
    width: 80%;
  }
  .m-nav nav.main-nav ul li a span.link-icon {
    float: right;
    width: 5%;
    font-size: 5vw;
  }
  .m-nav nav.main-nav ul li ul {
    display: none;
    background-color: #fafafa;
    padding: 0 5%;
  }
  .m-nav nav.main-nav ul li ul li a span.title {
    font-size: 3.5vw;
  }
  .open-menu {
    visibility: visible;
    transition: all 0.6s ease;
    top: 0;
  }
  .header-scroll {
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.6s ease;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
  }
  .header-scroll .menu-icon {
    transition: all 0.6s ease;
    background: none;
    margin-top: 10px;
  }
  .header-scroll .logo-holder {
    float: left;
    width: 28%;
    padding: 3% 5%;
    transition: all 0.6s ease;
  }
  .header-scroll .logo-holder a {
    float: left;
    width: 100%;
  }
  .header-scroll .logo-holder a img {
    float: left;
    width: 100%;
  }
  section.banners {
    height: auto;
    width: 100%;
  }
  section.banners img {
    height: auto;
    width: 100%;
  }
  section.banners article {
    width: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  section.banners article h1 {
    font-size: 4vw;
    margin-bottom: 5%;
  }
  section.banners article span {
    font-size: 3vw;
    display: none;
  }
  section.banners article a {
    font-size: 3vw;
  }
  section.banner-section article {
    width: 50%;
  }
  section.banner-section article h1 {
    font-size: 5vw;
  }
  section.pages,
  .home-rows {
    float: left;
    width: 100%;
  }
  section.pages h1.page-heading,
  .home-rows h1.page-heading {
    float: left;
    width: 100%;
    margin: 50px 0 50px;
    text-align: center;
    font-size: 5vw;
    font-family: "Dosis", serif;
  }
  section.business-areas {
    padding: 0 0 0 4%;
  }
  section.business-areas article {
    float: left;
    width: 45%;
    margin-right: 5%;
    padding-top: 7%;
    margin-bottom: 5%;
  }
  section.business-areas article a {
    background-color: #fff;
    verflow: hidden;
    min-height: 300px;
  }
  section.business-areas article a span.icon {
    float: left;
    width: 25%;
    border: 1px solid #d77f2c;
    position: absolute;
    top: 0;
    left: 7%;
    padding: 3%;
    background-color: #d77f2c;
    transition: all 0.3s ease;
  }
  section.business-areas article a span.icon path {
    fill: #fff;
    transition: all 0.3s ease;
  }
  section.business-areas article a h1 {
    float: left;
    width: 100%;
    font-family: 'Dosis', sans-serif;
    font-size: 4vw;
    margin: 40px 0 15px 0;
    color: #333333;
  }
  section.business-areas article a span.description {
    float: left;
    width: 100%;
    font-size: 3vw;
    color: #7a7a7a;
  }
  section.business-areas article a:hover span.icon {
    background-color: #fff;
    transition: all 0.3s ease;
  }
  section.business-areas article a:hover span.icon path {
    fill: #d77f2c;
    transition: all 0.3s ease;
  }
  section.business-areas article.last {
    margin-right: 5%;
  }
  section.projects {
    background-color: #fff;
    padding: 0 4% 70px 4%;
  }
  section.projects article {
    float: left;
    width: 45%;
    margin-right: 5%;
  }
  section.projects article h1 {
    font-size: 4vw;
  }
  section.projects article span {
    font-size: 3vw;
  }
  section.projects article a {
    font-size: 3vw;
  }
  section.projects article.last {
    margin-right: 0;
    display: none;
  }
  section.news {
    padding: 0 4% 50px 4%;
  }
  section.news article {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
  section.news article a h1 {
    font-size: 5vw;
  }
  section.news article.last {
    margin-right: 0;
    display: none;
  }
  footer {
    float: left;
    width: 100%;
    padding: 30px 5% 30px 5%;
  }
  footer .about {
    display: none;
  }
  footer .logo {
    display: none;
  }
  footer nav.footer-nav {
    display: none;
  }
  footer .contact-info {
    float: left;
    width: 100%;
    text-align: center;
  }
  footer .contact-info .social-media {
    float: left;
    width: 100%;
    padding-left: 40%;
  }
  footer .contact-info .social-media a {
    float: left;
    margin-left: 15px;
  }
  footer .contact-info .social-media a span {
    font-size: 5vw;
    color: #5f5f5f;
  }
  footer .contact-info .contact-holder {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
  footer .contact-info .contact-holder p {
    float: right;
    width: 100%;
    text-align: center;
    color: #5f5f5f;
    font-size: 4vw;
    font-family: 'Dosis', sans-serif;
  }
  footer .contact-info .contact-holder p a {
    color: #5f5f5f;
    font-size: 4vw;
    font-family: 'Dosis', sans-serif;
  }
  section.content h1.section-main-heading {
    margin: 30px 0 30px;
    font-size: 5vw;
  }
  section.content span.full-text p,
  section.content span.full-text a,
  section.content span.full-text em,
  section.content span.full-text i,
  section.content span.full-text b,
  section.content span.full-text strong {
    font-size: 3.5vw;
  }
  section.content span.full-text p {
    margin-bottom: 3%;
  }
  .projects-tpl article.list {
    float: left;
    width: 45%;
    margin-right: 5%;
    min-height: 37vh;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    padding: 3% 4%;
    margin-bottom: 5%;
  }
  .projects-tpl article.list h1 {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 4vw;
    font-weight: 600;
  }
  .projects-tpl article.list span {
    float: left;
    width: 100%;
    font-size: 3vw;
    line-height: 4vw;
  }
  .projects-tpl article.list a {
    float: left;
    margin-top: 20px;
    border: 1px solid #d77f2c;
    padding: 5px 30px;
    font-size: 3vw;
    font-family: 'Dosis', sans-serif;
    transition: all 0.3s ease;
  }
  .projects-tpl article.list a:hover {
    background-color: #d77f2c;
    color: #fff;
    transition: all 0.3s ease;
  }
  .projects-tpl article.last {
    margin-right: 5%;
  }
  .projects-tpl .project-panel {
    float: left;
    width: 100%;
    background-color: #fff;
    height: 100%;
  }
  .projects-tpl .project-panel .left-panel {
    float: left;
    width: 28%;
    margin-right: 3%;
    height: 100%;
    background-color: #0c2c4b;
    margin-top: 25px;
  }
  .projects-tpl .project-panel .left-panel ul {
    float: left;
    width: 100%;
  }
  .projects-tpl .project-panel .left-panel ul li {
    float: left;
    width: 100%;
  }
  .projects-tpl .project-panel .left-panel ul li a {
    float: left;
    width: 100%;
    color: #fff;
    padding: 3% 10%;
    font-size: 3vw;
  }
  .projects-tpl .project-panel .left-panel ul li a:hover,
  .projects-tpl .project-panel .left-panel ul li a.active {
    background-color: #d77f2c;
  }
  .projects-tpl .project-panel .left-panel ul li ul {
    background-color: #fafafa;
  }
  .projects-tpl .project-panel .left-panel ul li ul li a {
    color: #0c2c4b;
  }
  .projects-tpl .project-panel .left-panel ul li ul li a:hover,
  .projects-tpl .project-panel .left-panel ul li ul li a.active {
    background-color: #fff;
  }
  .projects-tpl .project-panel .content-panel {
    float: left;
    width: 65%;
    min-height: 500px;
  }
  .projects-tpl .project-panel .content-panel h1.section-main-heading {
    margin: 25px 0 20px 0;
    font-size: 5vw;
  }
  .article-tpl {
    float: left;
    width: 100%;
  }
  .article-tpl .la-content {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 1% 0;
  }
  .article-tpl .la-content h1.section-main-heading {
    padding: 0 5%;
  }
  .article-tpl .la-content .article-list {
    float: left;
    width: 100%;
    padding: 0 2%;
  }
  .article-tpl .la-content article.list {
    float: left;
    width: 90%;
    margin-left: 3%;
    margin-bottom: 5%;
    background-color: #fff;
  }
  .article-tpl .la-content article.list a {
    float: left;
    width: 100%;
  }
  .article-tpl .la-content article.list a span {
    float: left;
    width: 100%;
    overflow: hidden;
  }
  .article-tpl .la-content article.list a span img {
    float: left;
    width: 100%;
    transition: all 0.8s ease;
    transform: scale(1);
  }
  .article-tpl .la-content article.list a h1 {
    float: left;
    width: 100%;
    min-height: auto;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 4.5vw;
    padding: 5%;
    line-height: 5vw;
    color: #fff;
    background-color: #0c2c4b;
    transition: all 0.8s ease;
  }
  .article-tpl .la-content article.list a:hover h1 {
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.8s ease;
  }
  .article-tpl .la-content article.list a:hover span img {
    transform: scale(1.3);
    transition: all 0.8s ease;
  }
  .article-tpl .la-content article.last {
    margin-right: 5%;
  }
  .article-tpl .la-content article.full {
    float: left;
    width: 100%;
    padding: 0 5%;
  }
  .article-tpl .la-content article.full span.full-text {
    float: left;
    width: 100%;
    margin-top: 20px;
  }
  section.contact-tpl {
    float: left;
    width: 100%;
  }
  section.contact-tpl .contact-text-holder {
    float: left;
    width: 90%;
  }
  section.contact-tpl .contact-form {
    float: left;
    margin-left: 0;
    width: 90%;
  }
  section.contact-tpl .contact-form .form-control {
    font-size: 4vw;
    height: 70px;
  }
  section.contact-tpl .contact-form textarea.form-control {
    height: auto;
  }
  section.contact-tpl .contact-form .btn {
    font-size: 4vw;
    padding: 2% 10%;
  }
}
@media (min-width: 981px) and (max-width: 1023px) {
  .alignC,
  .alignCenter {
    width: 100%;
  }
  header .logo-holder {
    width: 16%;
  }
  header nav.main-nav {
    margin-left: 10%;
    width: 60%;
  }
  header nav.main-nav ul li a {
    padding: 0 20px;
  }
  .header-scroll .logo-holder {
    width: 13%;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .alignC,
  .alignCenter {
    width: 100%;
  }
  header .logo-holder {
    width: 16%;
  }
  header nav.main-nav {
    margin-left: 10%;
    width: 60%;
  }
  header nav.main-nav ul li a {
    padding: 0 20px;
  }
  .header-scroll .logo-holder {
    width: 13%;
  }
}
/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: portrait) {
  .alignC,
  .alignCenter,
  .alignCHome {
    width: 100%;
  }
  header .menu-icon {
    visibility: visible;
    float: left;
    position: fixed;
    right: 0;
    top: 0;
    width: 13%;
    height: 8em;
    cursor: pointer;
    transition: all 0.6s ease;
    z-index: 999999;
  }
  header .menu-icon .mi-holder {
    float: left;
    width: 20px;
    height: 30px;
    padding: 20px;
    margin-top: 27px;
    margin-left: 28px;
  }
  header .menu-icon .mi-holder span {
    height: 4px;
    width: 40%;
    display: block;
    background: #0c2c4b;
    cursor: pointer;
    position: absolute;
    top: 45%;
    right: 30%;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
  }
  header .menu-icon .mi-holder span:before {
    content: "";
    height: 5px;
    width: 100%;
    display: block;
    background: #0c2c4b;
    right: 0px;
    top: -15px;
    position: absolute;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
  }
  header .menu-icon .mi-holder span:after {
    content: "";
    height: 5px;
    width: 100%;
    display: block;
    background: #0c2c4b;
    right: 0px;
    bottom: -15px;
    position: absolute;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
  }
  header .d-nav {
    display: none;
  }
  header .logo-holder {
    float: left;
    width: 28%;
    transition: all 0.6s ease;
    padding: 3% 5%;
  }
  header .logo-holder a {
    float: left;
    width: 100%;
  }
  header .logo-holder a img {
    float: left;
    width: 100%;
  }
  .m-nav {
    position: fixed;
    width: 100%;
    visibility: hidden;
    z-index: 99999999;
    background: #ffffff;
    opacity: 1;
    top: -100%;
    transition: all 0.6s ease;
  }
  .m-nav .menu-icon-m {
    float: right;
    width: 13%;
    height: 8em;
    cursor: pointer;
    transition: all 0.6s ease;
    z-index: 999999;
  }
  .m-nav .menu-icon-m .mi-holder-m {
    float: left;
    width: 20px;
    height: 30px;
    padding: 20px;
  }
  .m-nav .menu-icon-m .mi-holder-m span {
    cursor: pointer;
    position: absolute;
    font-weight: normal;
    top: 3%;
    right: 3%;
    font-size: 80px;
    transition: all 0.6s ease;
  }
  .m-nav .logo-holder-m {
    float: left;
    width: 28%;
    transition: all 0.6s ease;
    padding: 3% 5%;
  }
  .m-nav .logo-holder-m a {
    float: left;
    width: 100%;
  }
  .m-nav .logo-holder-m a img {
    float: left;
    width: 100%;
  }
  .m-nav .languages {
    float: right;
    width: 100%;
    background-color: #efefef;
  }
  .m-nav .languages ul {
    float: right;
    width: 100%;
    padding-left: 40%;
  }
  .m-nav .languages ul li {
    float: left;
  }
  .m-nav .languages ul li a {
    float: left;
    font-size: 3vw;
    padding: 10px 20px;
    font-family: 'PT Sans Narrow', sans-serif;
  }
  .m-nav .main-nav {
    float: left;
    width: 100%;
    overflow-y: scroll;
    height: 40vh;
  }
  .m-nav .main-nav ul {
    float: left;
    width: 100%;
    padding: 20px 0;
  }
  .m-nav .main-nav ul li {
    float: right;
    width: 100%;
    padding: 4px 0;
  }
  .m-nav .main-nav ul li a {
    float: right;
    width: 90%;
    margin: 0 5%;
  }
  .m-nav .main-nav ul li a span {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 4vw;
  }
  .m-nav .main-nav ul li ul {
    display: none;
    padding: 0;
  }
  .open-menu {
    visibility: visible;
    transition: all 0.6s ease;
    top: 0;
  }
  .header-scroll {
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.6s ease;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
  }
  .header-scroll .menu-icon {
    transition: all 0.6s ease;
    background: none;
    margin-top: 10px;
  }
  .header-scroll .logo-holder {
    float: left;
    width: 28%;
    padding: 3% 5%;
    transition: all 0.6s ease;
  }
  .header-scroll .logo-holder a {
    float: left;
    width: 100%;
  }
  .header-scroll .logo-holder a img {
    float: left;
    width: 100%;
  }
  section.banners {
    max-height: none;
  }
  section.banners img {
    width: 100%;
  }
  section.banners article {
    width: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5%;
  }
  section.banners article h1 {
    font-size: 4vw;
    margin-bottom: 6%;
  }
  section.banners article span {
    font-size: 3vw;
    display: none;
  }
  section.banners article a {
    font-size: 3vw;
  }
  section.pages,
  .home-rows {
    float: left;
    width: 100%;
  }
  section.pages h1.page-heading,
  .home-rows h1.page-heading {
    float: left;
    width: 100%;
    margin: 50px 0 50px;
    text-align: center;
    font-size: 5vw;
    font-family: "Dosis", serif;
  }
  section.business-areas {
    padding: 0 0 0 4%;
  }
  section.business-areas article {
    float: left;
    width: 45%;
    margin-right: 5%;
    padding-top: 7%;
    margin-bottom: 5%;
  }
  section.business-areas article a {
    background-color: #fff;
    min-height: 600px;
    overflow: hidden;
  }
  section.business-areas article a span.icon {
    float: left;
    width: 25%;
    border: 1px solid #d77f2c;
    position: absolute;
    top: 0;
    left: 7%;
    padding: 3%;
    background-color: #d77f2c;
    transition: all 0.3s ease;
  }
  section.business-areas article a span.icon path {
    fill: #fff;
    transition: all 0.3s ease;
  }
  section.business-areas article a h1 {
    float: left;
    width: 100%;
    font-family: 'Dosis', sans-serif;
    font-size: 4vw;
    margin: 40px 0 15px 0;
    color: #333333;
  }
  section.business-areas article a span.description {
    float: left;
    width: 100%;
    font-size: 3vw;
    color: #7a7a7a;
  }
  section.business-areas article a:hover span.icon {
    background-color: #fff;
    transition: all 0.3s ease;
  }
  section.business-areas article a:hover span.icon path {
    fill: #d77f2c;
    transition: all 0.3s ease;
  }
  section.business-areas article.last {
    margin-right: 5%;
  }
  section.projects {
    background-color: #fff;
    padding: 0 4% 70px 4%;
  }
  section.projects article {
    float: left;
    width: 45%;
    margin-right: 5%;
  }
  section.projects article h1 {
    font-size: 4vw;
  }
  section.projects article span {
    font-size: 3vw;
  }
  section.projects article a {
    font-size: 3vw;
  }
  section.projects article.last {
    margin-right: 0;
    display: none;
  }
  section.news {
    padding: 0 4% 50px 4%;
  }
  section.news article {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
  section.news article a h1 {
    font-size: 5vw;
  }
  section.news article.last {
    margin-right: 0;
    display: none;
  }
  footer {
    float: left;
    width: 100%;
    padding: 30px 5% 30px 5%;
  }
  footer .about {
    display: none;
  }
  footer .logo {
    display: none;
  }
  footer nav.footer-nav {
    display: none;
  }
  footer .contact-info {
    float: left;
    width: 100%;
    text-align: center;
  }
  footer .contact-info .social-media {
    float: left;
    width: 100%;
    padding-left: 40%;
  }
  footer .contact-info .social-media a {
    float: left;
    margin-left: 15px;
  }
  footer .contact-info .social-media a span {
    font-size: 5vw;
    color: #5f5f5f;
  }
  footer .contact-info .contact-holder {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
  footer .contact-info .contact-holder p {
    float: right;
    width: 100%;
    text-align: center;
    color: #5f5f5f;
    font-size: 4vw;
    font-family: 'Dosis', sans-serif;
  }
  footer .contact-info .contact-holder p a {
    color: #5f5f5f;
    font-size: 4vw;
    font-family: 'Dosis', sans-serif;
  }
}
/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: landscape) {
  .alignC,
  .alignCenter,
  .alignCHome {
    width: 100%;
  }
  header .menu-icon {
    visibility: visible;
    float: left;
    position: fixed;
    right: 0;
    top: 0;
    width: 10%;
    height: 6em;
    cursor: pointer;
    transition: all 0.6s ease;
    z-index: 999999;
  }
  header .menu-icon .mi-holder {
    float: left;
    width: 20px;
    height: 30px;
    padding: 20px;
    margin-top: 27px;
    margin-left: 28px;
  }
  header .menu-icon .mi-holder span {
    height: 4px;
    width: 40%;
    display: block;
    background: #0c2c4b;
    cursor: pointer;
    position: absolute;
    top: 45%;
    right: 30%;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
  }
  header .menu-icon .mi-holder span:before {
    content: "";
    height: 5px;
    width: 100%;
    display: block;
    background: #0c2c4b;
    right: 0px;
    top: -15px;
    position: absolute;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
  }
  header .menu-icon .mi-holder span:after {
    content: "";
    height: 5px;
    width: 100%;
    display: block;
    background: #0c2c4b;
    right: 0px;
    bottom: -15px;
    position: absolute;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
  }
  header .d-nav {
    display: none;
  }
  header .logo-holder {
    float: left;
    width: 25%;
    transition: all 0.6s ease;
    padding: 3% 5%;
  }
  header .logo-holder a {
    float: left;
    width: 100%;
  }
  header .logo-holder a img {
    float: left;
    width: 100%;
  }
  .m-nav {
    position: fixed;
    width: 100%;
    visibility: hidden;
    z-index: 99999999;
    background: #ffffff;
    opacity: 1;
    top: -100%;
    transition: all 0.6s ease;
  }
  .m-nav .menu-icon-m {
    float: right;
    width: 10%;
    height: 6em;
    cursor: pointer;
    transition: all 0.6s ease;
    z-index: 999999;
  }
  .m-nav .menu-icon-m .mi-holder-m {
    float: left;
    width: 20px;
    height: 30px;
    padding: 20px;
  }
  .m-nav .menu-icon-m .mi-holder-m span {
    cursor: pointer;
    position: absolute;
    font-weight: normal;
    top: 3%;
    right: 3%;
    font-size: 60px;
    transition: all 0.6s ease;
  }
  .m-nav .logo-holder-m {
    float: left;
    width: 25%;
    transition: all 0.6s ease;
    padding: 3% 5%;
  }
  .m-nav .logo-holder-m a {
    float: left;
    width: 100%;
  }
  .m-nav .logo-holder-m a img {
    float: left;
    width: 100%;
  }
  .m-nav .languages {
    float: right;
    width: 100%;
    background-color: #efefef;
  }
  .m-nav .languages ul {
    float: right;
    width: 100%;
    padding-left: 40%;
  }
  .m-nav .languages ul li {
    float: left;
  }
  .m-nav .languages ul li a {
    float: left;
    font-size: 3vw;
    padding: 10px 20px;
  }
  .m-nav .main-nav {
    float: left;
    width: 100%;
    overflow-y: scroll;
    height: 50vh;
  }
  .m-nav .main-nav ul {
    float: left;
    width: 100%;
    padding: 20px 0;
  }
  .m-nav .main-nav ul li {
    float: right;
    width: 100%;
    padding: 4px 5%;
  }
  .m-nav .main-nav ul li a {
    float: right;
    width: 100%;
    font-size: 3vw;
  }
  .m-nav .main-nav ul li ul {
    display: none;
  }
  .open-menu {
    visibility: visible;
    transition: all 0.6s ease;
    top: 0;
  }
  .header-scroll {
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.6s ease;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
  }
  .header-scroll .menu-icon {
    transition: all 0.6s ease;
    background: none;
    margin-top: 10px;
  }
  .header-scroll .logo-holder {
    float: left;
    width: 25%;
    padding: 3% 5%;
    transition: all 0.6s ease;
  }
  .header-scroll .logo-holder a {
    float: left;
    width: 100%;
  }
  .header-scroll .logo-holder a img {
    float: left;
    width: 100%;
  }
  section.banners {
    height: auto;
    width: 100%;
    max-height: none;
  }
  section.banners img {
    height: auto;
    width: 100%;
  }
  section.banners article {
    width: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  section.banners article h1 {
    font-size: 4vw;
  }
  section.banners article span {
    font-size: 3vw;
  }
  section.banners article a {
    font-size: 3vw;
  }
  section.pages,
  .home-rows {
    float: left;
    width: 100%;
  }
  section.pages h1.page-heading,
  .home-rows h1.page-heading {
    float: left;
    width: 100%;
    margin: 50px 0 50px;
    text-align: center;
    font-size: 5vw;
    font-family: "Dosis", serif;
  }
  section.business-areas {
    padding: 0 0 0 4%;
  }
  section.business-areas article {
    float: left;
    width: 45%;
    margin-right: 5%;
    padding-top: 7%;
    margin-bottom: 5%;
  }
  section.business-areas article a {
    background-color: #fff;
    min-height: 600px;
    overflow: hidden;
  }
  section.business-areas article a span.icon {
    float: left;
    width: 25%;
    border: 1px solid #d77f2c;
    position: absolute;
    top: 0;
    left: 7%;
    padding: 3%;
    background-color: #d77f2c;
    transition: all 0.3s ease;
  }
  section.business-areas article a span.icon path {
    fill: #fff;
    transition: all 0.3s ease;
  }
  section.business-areas article a h1 {
    float: left;
    width: 100%;
    font-family: 'Dosis', sans-serif;
    font-size: 4vw;
    margin: 40px 0 15px 0;
    color: #333333;
  }
  section.business-areas article a span.description {
    float: left;
    width: 100%;
    font-size: 3vw;
    color: #7a7a7a;
  }
  section.business-areas article a:hover span.icon {
    background-color: #fff;
    transition: all 0.3s ease;
  }
  section.business-areas article a:hover span.icon path {
    fill: #d77f2c;
    transition: all 0.3s ease;
  }
  section.business-areas article.last {
    margin-right: 5%;
  }
  section.projects {
    background-color: #fff;
    padding: 0 4% 70px 4%;
  }
  section.projects article {
    float: left;
    width: 45%;
    margin-right: 5%;
  }
  section.projects article h1 {
    font-size: 4vw;
  }
  section.projects article span {
    font-size: 2vw;
  }
  section.projects article a {
    font-size: 2vw;
  }
  section.projects article.last {
    margin-right: 0;
    display: none;
  }
  section.news {
    padding: 0 4% 50px 4%;
  }
  section.news article {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
  section.news article a h1 {
    font-size: 4vw;
  }
  section.news article.last {
    margin-right: 0;
    display: none;
  }
  footer {
    float: left;
    width: 100%;
    padding: 30px 5% 30px 5%;
  }
  footer .about {
    display: none;
  }
  footer .logo {
    display: none;
  }
  footer nav.footer-nav {
    display: none;
  }
  footer .contact-info {
    float: left;
    width: 100%;
    text-align: center;
  }
  footer .contact-info .social-media {
    float: left;
    width: 100%;
    padding-left: 40%;
  }
  footer .contact-info .social-media a {
    float: left;
    margin-left: 15px;
  }
  footer .contact-info .social-media a span {
    font-size: 4vw;
    color: #5f5f5f;
  }
  footer .contact-info .contact-holder {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
  footer .contact-info .contact-holder p {
    float: right;
    width: 100%;
    text-align: center;
    color: #5f5f5f;
    font-size: 3vw;
    font-family: 'Dosis', sans-serif;
  }
  footer .contact-info .contact-holder p a {
    color: #5f5f5f;
    font-size: 3vw;
    font-family: 'Dosis', sans-serif;
  }
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* STYLES GO HERE */
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .alignC {
    width: 100%;
  }
  .alignCHome {
    width: 80%;
  }
}
/*# sourceMappingURL=style.css.map */