﻿/*========================================================
                    Main layout styles
=========================================================*/
body {
	font: 400 13px/24px "Open Sans", sans-serif;
	letter-spacing: 1px;
	color: #030e18;
	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: #E8B03F;
}
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: #E8B03F;
}
.__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: #000000;
	text-align: center;
}
/* ======= Banner 1 We create beauty and harmony ======= */
.banner2 {
	/*background: url('../../images/wood.jpg') no-repeat center;*/
	background-color:black;
	padding: 0 0 116px;
}
/* ======= Logo ======= */
.logo-wrapper {
	position: relative;
}
@media 
{
.logo-wrapper {
	text-align: center;
}
}
.logo-wrapper:before {
	position: absolute;
	content: '';
	display: block;
	height: 117px;
	left: -999px;
}
@media 
{
.logo-wrapper:before {
	display: none;
}
}
h1 {
	text-align: right;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0px 0px 0px 0;
	min-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media 
{
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 
{
nav {
	float: none;
	display: inline-block;
}
}
/*========================================================
                    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('../../../test/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('../../../test/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('../../../test/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 
{
#toTop {
	display: none !important;
}
}
/*Core variables and mixins*/
/* Added Styles */
.headc {
	font: 400 13px/24px "Open Sans", sans-serif;
	color: #030e18;
	text-align: center;
	vertical-align: top;
	border: none;
	font-weight: bold;
	text-decoration: underline;
}
.list {
	padding: 5px;
	font: 9px Verdana, 'san-serif';
	color: #5e4e4b;
	text-align: center;
	vertical-align: middle;
	border: none;
}
.homec {
	padding: 5px;
	font: 12px Verdana, 'san-serif';
	color: #5e4e4b;
	text-align: center;
	vertical-align: top;
	border: none;
}
	.homec a:hover{
	padding: 5px;
	font: 12px Verdana, 'san-serif';
	color: #ffffff;
	text-align: center;
	vertical-align: top;
	border: none;
}

.btableq {
	width: 15%;
	padding: 7px;
	font: 16px Verdana, 'san-serif';
	color: #5e4e4b;
	text-align: center;
	vertical-align: bottom;
	border: 1.0px black solid;
}
.btablei {
	width: 70%;
	padding: 7px;
	font: 12px Verdana, 'san-serif';
	color: #5e4e4b;
	text-align: center;
	vertical-align: bottom;
	border: 1.0px black solid;
}
.btablep {
	width: 15%;
	padding: 7px;
	font: 12px Verdana, 'san-serif';
	color: #5e4e4b;
	text-align: center;
	vertical-align: bottom;
	border: 1.0px black solid;
}
.regcell {
	font: 400 13px/24px "Open Sans", sans-serif;
	letter-spacing: 1px;
	color: #030e18;
	width: 50%;
	padding: 10px;
	text-align: right;
	vertical-align: middle;
	border: none;
}
.regcelll {
	font: 400 13px/24px "Open Sans", sans-serif;
	letter-spacing: 1px;
	color: #030e18;
	width: 50%;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	border: none;
}
.regcelll i {
	font: 400 13px/24px "Open Sans", sans-serif;
	letter-spacing: 1px;
	color: #030e18;
}
.regcellc {
	padding: 7px;
	font: 12px Verdana, 'san-serif';
	color: #5e4e4b;
	text-align: right;
	vertical-align: top;
	border: none;
}
.regcelllc {
	padding: 0px;
	font: 12px Verdana, 'san-serif';
	color: #5e4e4b;
	text-align: left;
	vertical-align: middle;
	border: none;
	font-weight: bold;
	text-decoration: underline;
}
.home {
	padding: 0px;
	font: 12px Verdana, 'san-serif';
	color: #5e4e4b;
	text-align: center;
	vertical-align: middle;
	border: none;
}
.hometop {
	padding: 0px;
	font: 12px Verdana, 'san-serif';
	color: white;
	text-align: center;
	vertical-align: middle;
	border: none;
}
.head {
	padding: 0px;
	font: 20px Verdana, 'san-serif';
	color: #5e4e4b;
	text-align: center;
	vertical-align: middle;
	border: none;
	font-weight: bold;
}
.error {
	font: 400 13px/24px "Open Sans", sans-serif;
	letter-spacing: 1px;
	color: red;
	font-weight: bold;
	padding: 12px;
	text-align: right;
	vertical-align: middle;
	border: none;
}
.errorc {
	font: 400 13px/24px "Open Sans", sans-serif;
	letter-spacing: 1px;
	color: red;
	font-weight: bold;
	padding: 12px;
	text-align: center;
	vertical-align: middle;
	border: none;
}
.success {
	font: 400 13px/24px "Open Sans", sans-serif;
	letter-spacing: 1px;
	color: #E8B03F;
	font-weight: bold;
	padding: 12px;
	text-align: center;
	vertical-align: middle;
	border: none;
}

/*Pagination Style*/
body1 {
	width: 800px;
	margin: 0 auto;
	padding: 0;
}
#loading {
	width: 100%;
	position: absolute;
	top: 100px;
	left: 100px;
	margin-top: 200px;
}
#container1 .pagination1 ul li.inactive, #container1 .pagination1 ul li.inactive:hover {
	background-color: #ededed;
	color: #020E17;
	border: 1px solid #020E17;
	cursor: default;
}
#container1 .data ul li {
	list-style: none;
	font-family: 400 13px/24px "Open Sans", sans-serif;
	margin: 5px 0 5px 0;
	color: #000;
	font-size: 13px;
}
#container1 .pagination1 {
	width: 800px;
	height: 25px;
	text-align: center;
}
#container1 .pagination1 ul li {
	list-style: none;
	float: left;
	border: 1px solid #020E17;
	padding: 2px 6px 2px 6px;
	margin: 0 3px 0 3px;
	font-family: 400 13px/24px "Open Sans", sans-serif;
	font-size: 14px;
	color: #020E17;
	font-weight: bold;
	background-color: #BCA593;
}
#container1 .pagination1 ul li:hover {
	color: #fff;
	background-color: #E7B240;
	cursor: pointer;
}
.go_button {
	background-color: #BCA593;
	border: 1px solid #020E17;
	color: #020E17;
	padding: 2px 6px 2px 6px;
	cursor: pointer;
}
.go_button:hover {
	color: #fff;
	background-color: #E7B240;
	cursor: pointer;
}
.total {
	float: right;
	font-family: arial;
	color: #999;
}
