@import "animate.css";
@import url(//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);
@import url(http://fonts.googleapis.com/css?family=Alegreya+SC:400);
@import url(http://fonts.googleapis.com/css?family=Alegreya+SC:700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:700);
/*========================================================
                    Main layout styles
=========================================================*/
body {
  font: 400 13px/24px "Open Sans", sans-serif;
  letter-spacing: 1px;
  color: #91908c;
  background: #030e18;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #418e47;
}
img {
  max-width: 100%;
}
* {
  -webkit-text-size-adjust: none;
}
/* ======= Headers ======= */
h2 {
  font: 700 24px/28px "Alegreya SC", serif;
  color: #030e18;
  letter-spacing: 3px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}
h2:before,
h2:after {
  content: '';
  display: block;
  position: absolute;
  width: 130px;
  height: 1px;
  background: #9fa3a7;
  top: 50%;
}
@media (max-width: 979px) {
  h2:before,
  h2:after {
    width: 90px;
  }
}
@media (max-width: 767px) {
  h2:before,
  h2:after {
    width: 30px;
  }
}
@media (max-width: 767px) {
  h2:before,
  h2:after {
    display: none;
  }
}
h2:after {
  right: -148px;
}
@media (max-width: 979px) {
  h2:after {
    right: -108px;
  }
}
@media (max-width: 767px) {
  h2:after {
    right: -48px;
  }
}
h2:before {
  left: -148px;
}
@media (max-width: 979px) {
  h2:before {
    left: -108px;
  }
}
@media (max-width: 767px) {
  h2:before {
    left: -48px;
  }
}
h2.__inset1:before,
h2.__inset1:after {
  width: 72px;
}
@media (max-width: 979px) {
  h2.__inset1:before,
  h2.__inset1:after {
    width: 30px;
  }
}
h2.__inset1:after {
  right: -90px;
}
@media (max-width: 979px) {
  h2.__inset1:after {
    right: -48px;
  }
}
h2.__inset1:before {
  left: -90px;
}
@media (max-width: 979px) {
  h2.__inset1:before {
    left: -48px;
  }
}
.header1 {
  text-align: center;
  display: block;
  margin-top: 54px;
  margin-bottom: 18px;
}
h3 {
  font: 400 19px/25px "Alegreya SC", serif;
  text-transform: uppercase;
  color: #030e18;
  letter-spacing: 2px;
}
h4 {
  font: 400 24px/28px "Alegreya SC", serif;
  color: #030e18;
}
h6 {
  font: 700 36px/40px "Open Sans", sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
}
h6 .lower {
  margin-top: 13px;
  display: block;
  font: 700 14px/16px "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
}
/* ======= Buttons ======= */
.btn-default {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  border: 1px solid #c7c7c7;
  font: 700 14px/18px "Alegreya SC", serif;
  color: #000000;
  text-transform: uppercase;
  padding: 8px 26px 6px 25px;
}
/* ======= Modifiers ======= */
.__display-none {
  display: none;
}
.__display-inline {
  display: inline;
}
.__hover-color {
  color: #418e47;
}
.__height {
  min-height: 0 !important;
}
.__upper {
  text-transform: uppercase;
}
.__normal {
  font-weight: 400;
}
.__relative {
  position: relative;
}
/* ======= Wrappers ======= */
.wrapper2 {
  padding-bottom: 34px;
}
.wrapper3 {
  padding-bottom: 53px;
}
.wrapper4 {
  padding-bottom: 44px;
}
.wrapper5 {
  padding-bottom: 40px;
}
.border-wrapper {
  border-bottom: 1px solid #b6b9bc;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  z-index: 999;
  position: relative;
}
#header #stuck_container {
  background: #030e18;
  text-align: center;
}
/* ======= Banner 1 We create beauty and harmony ======= */
.banner1 {
  /*background: url(../images/page1_img1.png) no-repeat center; Removed background image to attempt the slideshow replacement*/
  /*background-size: cover;*/
  padding-top: 100px;/* 289px 0 219px; removed and -top added...  Slider advice*/
  /*padding: 289px 0 219px;..................................................................................................*/
}
@media (max-width: 767px) {
  .banner1 {
    padding: 145px 0 45px;
  }
}
.banner2 {
  background: url(../images/page2_img1.png) no-repeat center;
  padding: 0 0 116px;
  background-size: cover;
}
/* ======= Logo ======= */
.logo-wrapper {
  position: relative;
}
@media (max-width: 767px) {
  .logo-wrapper {
    text-align: center;
  }
}
.logo-wrapper:before {
  position: absolute;
  content: '';
  display: block;
  width: 1000px;
  height: 117px;
  background: #030e18;
  left: -999px;
}
@media (max-width: 767px) {
  .logo-wrapper:before {
    display: none;
  }
}
h1 {
  text-align: right;
  display: inline-block;
  background: #030e18;
  position: absolute;
  top: 0;
  left: 0;
  padding: 29px 40px 33px 0;
  min-width: 300px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  h1 {
    min-width: 270px;
    width: 100%;
    padding: 10px 10px 10px 0;
    text-align: center;
  }
  h1 .main {
    font-size: 28px;
    line-height: 32px;
  }
}
h1 a {
  display: block;
}
h1 .main {
  display: block;
  font: 400 32px/36px "Alegreya SC", serif;
  text-transform: capitalize;
  color: #ffffff;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
h1 .secondary {
  display: block;
  font: 400 11px/14px "Alegreya SC", serif;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 4px;
}
h1 a:hover {
  color: #ffffff;
}
/* ======= Main menu variables ======= */
/* ======= Sub menus common variables ======= */
/* ======= First level sub menu variables ======= */
/* ======= Second level sub menu variables ======= */
nav {
  padding: 21px 0 13px;
  display: inline-block;
  text-align: center;
}
@media (max-width: 979px) {
  nav {
    float: none;
    display: inline-block;
  }
}
/* Main menu styles
========================================================*/
.sf-menu > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  text-align: center;
}
.sf-menu > li + li {
  margin-left: 51px;
}
.sf-menu > li > .sf-with-ul:after {
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0d7";
  color: #e7e6d4;
  bottom: -7px;
  left: 50%;
  margin-left: -3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu > li > a {
  text-transform: uppercase;
  font: 700 14px/18px "Open Sans", sans-serif;
  display: inline-block;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #e7e6d4;
}
.sf-menu > li > a:hover {
  color: #418e47;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:active {
  background: transparent;
  color: #418e47;
}
.sf-menu .sfHover > a:after {
  color: #418e47;
}
.sf-menu > li.current > a {
  color: #418e47;
}
.sf-menu > li.current > .sf-with-ul:after {
  color: #418e47;
}
.sf-menu > li.sfHover > a {
  color: #418e47;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  display: none;
  border-top: 3px solid #ffffff;
  min-width: 131px;
  font: 400 12px/12px "Open Sans", sans-serif;
  position: absolute;
  top: 34px;
  left: 50%;
  margin-left: -65px;
  background: #737373;
  text-align: center;
  padding: 11px 0 13px 0;
  z-index: 2;
  color: #dadada;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04);
}
.sf-menu ul > li + li {
  margin-top: 6px;
}
.sf-menu ul li {
  line-height: 22px;
  position: relative;
  display: block;
}
.sf-menu ul li > .sf-with-ul:after {
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0da";
  color: #ffffff;
  bottom: -1px;
  right: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu ul li a {
  display: block;
  color: #ffffff;
  text-transform: none;
}
.sf-menu ul li a:hover {
  background: #ffffff;
  color: #747474;
}
.sf-menu ul > .sfHover > a:after {
  color: #747474;
}
.sf-menu ul li.sfHover > a {
  background: #ffffff;
  color: #747474;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  border-top: none;
  position: absolute;
  top: -10px;
  left: 141px;
  margin-left: 0;
  background: #a9a9a9;
  padding: 11px 0 14px 0;
  z-index: 4;
  text-align: center;
}
.sf-menu ul ul li {
  line-height: 22px;
}
.sf-menu ul ul li a {
  color: #ffffff;
  text-transform: none;
  display: block;
}
.sf-menu ul ul li:hover a {
  background: #418e47;
  color: #e7e6d4;
}
.sf-menu ul ul li + li {
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  nav {
    width: 100%;
    float: none;
  }
  .select-menu {
    border-radius: none;
    display: block;
    text-transform: capitalize;
    float: none;
    color: #418e47;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    background: #ffffff;
    font: 22px/28px "Open Sans", sans-serif;
    text-align: left;
    border: 1px solid #c1c1c1;
    padding: 2px 0;
    position: relative;
  }
  .select-menu option {
    text-align: left;
    position: relative;
  }
}
/*Core variables and mixins*/
/* Stuck menu styles
========================================================*/
.isStuck {
  z-index: 999;
  position: fixed;
  -webkit-box-shadow: 0 0 4px 0 #000000;
  box-shadow: 0 0 4px 0 #000000;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  background: #ffffff;
}
/* ======= Title 1 ======= */
.title1 {
  font-style: italic;
  text-align: center;
  padding: 0 54px;
  letter-spacing: 1px;
}
.title1.__inset1 {
  margin-bottom: 54px;
}
@media (max-width: 767px) {
  .title1 {
    padding: 0 10px;
  }
}
/* ======= Post 1 Creative Ideas ======= */
.post1 {
  margin-top: 39px;
  margin-bottom: 54px;
}
.post1 h3 {
  margin-bottom: 16px;
}
/* ======= Post 2 About us ======= */
.post2 {
  margin-bottom: 63px;
}
.post2.__inset1 {
  margin-bottom: 60px;
}
.post2 .header1 {
  margin-bottom: 19px;
}
.post2 p {
  margin-bottom: 24px;
}
.post2 img {
  margin-top: 62px;
}
.post2 .btn-default {
  float: right;
}
.post2 .vimeo-video1 {
  margin-top: 62px;
}
@media (max-width: 767px) {
  .post2 .vimeo-video1 {
    margin-bottom: 50px;
  }
}
.post2 .vimeo-video1 iframe {
  width: 100%;
  height: 338px;
}
@media (max-width: 979px) {
  .post2 .vimeo-video1 iframe {
    height: 267.89629629629627px;
  }
}
@media (max-width: 767px) {
  .post2 .vimeo-video1 iframe {
    height: 262.88888888888886px;
  }
}
@media (max-width: 479px) {
  .post2 .vimeo-video1 iframe {
    height: 169px;
  }
}
/* ======= Title 2 ======= */
.title2 {
  text-align: center;
  padding: 0 110px;
  margin-top: 21px;
  margin-bottom: 32px;
}
@media (max-width: 979px) {
  .title2 {
    padding: 0 20px;
  }
}
/* ======= Gallery  ======= */
.gallery1 {
  text-align: center;
  margin-bottom: 65px;
}
.gallery1 .btn-default {
  margin-top: 27px;
}
@media (max-width: 979px) {
  .gallery1 {
    text-align: center;
  }
  .gallery1 .gallery_image {
    height: auto;
    float: none;
  }
  .gallery1 .gallery_image a {
    display: inline-block;
    width: 50%;
    overflow: hidden;
    margin-bottom: 5px;
  }
}
@media (max-width: 479px) {
  .gallery1 {
    text-align: center;
  }
  .gallery1 .gallery_image {
    height: auto;
    float: none;
  }
  .gallery1 .gallery_image a {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 5px;
  }
  .gallery1 .gallery_image a img {
    margin-left: 0;
  }
}
.gallery_image {
  height: 163px;
  line-height: 0;
  font-size: 0;
  float: left;
  margin-left: 2px;
  margin-bottom: 2px;
}
.gallery_image.gallery_image1 {
  margin-left: 0;
}
.gallery_image.gallery_image3 {
  margin-left: 0;
}
.gallery_image a {
  display: block;
  position: relative;
  margin-bottom: 37px;
  background: #91908c;
}
.gallery_image a img {
  margin-bottom: 0;
}
@media (max-width: 979px) {
  .gallery_image a img {
    width: 100%;
  }
}
.gallery_image a:hover img {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.gallery_image a:hover .gallery_icon {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery_image a img {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery_image a .gallery_icon {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 30px;
  height: 18px;
  background: url(../images/hover-icon.png) no-repeat center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -9px;
}
.gallery_image2 a {
  display: block;
  position: relative;
  background: #91908c;
}
.gallery_image2 a img {
  margin-bottom: 0;
}
@media (max-width: 979px) {
  .gallery_image2 a img {
    width: 100%;
  }
}
.gallery_image2 a:hover img {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.gallery_image2 a:hover .gallery_icon {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery_image2 a img {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery_image2 a .gallery_icon {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 30px;
  height: 18px;
  background: url(../images/hover-icon.png) no-repeat center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -9px;
}
/* ======= Post 3 Partners ======= */
.post3 {
  text-align: center;
}
.post3 a {
  display: inline-block;
  margin: 50px 0;
}
@media (max-width: 767px) {
  .post3 a {
    display: block;
    margin: 30px 0;
  }
}
.post3 a:hover img {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.post3 a + a {
  margin-left: 57px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .post3 a + a {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .post3 a + a {
    margin-left: 0;
  }
}
/* ======= Post 4 Leadership ======= */
.post4 {
  margin-top: 9px;
  margin-bottom: 53px;
  text-align: center;
  text-transform: capitalize;
}
.post4 img {
  margin-bottom: 20px;
}
.post4 h4 {
  margin-bottom: 17px;
}
.post4.__inset1 {
  text-transform: none;
  text-align: left;
  margin-top: 44px;
}
@media (max-width: 767px) {
  .post4.__inset1 img {
    width: 100%;
  }
}
.post4.__inset2 {
  margin-top: 44px;
  margin-bottom: 0;
}
.post4.__inset2 img {
  margin-bottom: 19px;
}
.post4.__inset2 h4 {
  line-height: 30px;
  margin-bottom: 16px;
}
/* ======= Post 5 Our awards ======= */
.post5 {
  font-style: italic;
  margin-bottom: 24px;
}
.post5 img {
  margin-top: 8px;
  float: left;
  margin-right: 29px;
}
.post5 p {
  overflow: hidden;
}
/* ======= Banner 3 ======= */
.banner3 {
  text-align: center;
  text-transform: uppercase;
  background: url(../images/page2_img10.png) no-repeat center;
  background-size: cover;
  padding: 85px 0;
  color: #ffffff;
}
.banner3 p {
  font: 700 14px/30px "Open Sans", sans-serif;
  margin-bottom: 32px;
}
.banner3 .name {
  display: block;
  font: 700 20px/30px "Open Sans", sans-serif;
  margin-bottom: 2px;
}
.banner3 a {
  font: 700 14px/30px "Open Sans", sans-serif;
}
.banner3 a:hover {
  color: #91908c;
}
/* ======= Post 6 Additional Services ======= */
.post6 .list1 {
  margin-bottom: 54px;
}
/* ======= List 1 ======= */
.list1 li {
  padding-left: 21px;
  position: relative;
  font-size: 13px;
}
.list1 li:before {
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  color: #030e18;
  content: '\f0a9';
  left: 0;
  top: 0;
}
.list1 li + li {
  margin-top: 6px;
}
/* ======= Post 7 Projects ======= */
.post7 {
  margin-bottom: 20px;
}
.post7 .content {
  border: 1px solid #c7c7c7;
  padding: 19px 20px 20px 20px;
}
.post7 h4 {
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .post7 {
    margin-bottom: 40px;
  }
}
/* ======= Google Map  ======= */
.google-map_contacts {
  margin: 61px 0;
}
.google-map_contacts iframe {
  width: 100%;
  height: 488px;
}
@media (max-width: 767px) {
  .google-map_contacts iframe {
    height: 200px;
  }
}
/* ======= Address  ======= */
.address-block {
  margin-top: 53px;
}
@media (max-width: 767px) {
  .address-block {
    margin-bottom: 50px;
  }
}
.address-block address {
  margin-bottom: 16px;
}
.address-block .our-address {
  display: block;
  margin-bottom: 16px;
  font: 400 24px/30px "Alegreya SC", serif;
  color: #030e18;
}
.address-block .numbers {
  display: inline-block;
  min-width: 100px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .address-block .numbers {
    display: block;
    min-width: 70px;
  }
}
/* ======= Post 8 Privacy Policy ======= */
.post8 {
  text-align: center;
  margin-top: 2px;
  margin-bottom: 19px;
}
.post8 h3 {
  margin-bottom: 16px;
}
.post8 p {
  margin-bottom: 24px;
}
.post8 p + p {
  margin-bottom: 0;
}
.post8 .simple-link {
  display: inline-block;
  margin-top: 24px;
  margin-bottom: 1px;
}
.simple-link {
  font: 400 13px/24px "Open Sans", sans-serif;
  color: #030e18;
}
.simple-link:hover {
  color: #418e47;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  text-align: center;
  padding: 21px 0;
  letter-spacing: 1px;
  font: 700 14px/18px "Alegreya SC", serif;
  text-transform: uppercase;
  vertical-align: bottom;
  color: #cccccc;
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #fff;
  width: 40px;
  height: 43px;
  font-size: 43px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #f0f0f0;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*Core variables and mixins*/
