@font-face {
    font-family: 'liberation_sansregular';
    src: url('../fonts/liberationsans-regular-webfont.eot');
    src: url('../fonts/liberationsans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/liberationsans-regular-webfont.woff2') format('woff2'), url('../fonts/liberationsans-regular-webfont.woff') format('woff'), url('../fonts/liberationsans-regular-webfont.ttf') format('truetype'), url('../fonts/liberationsans-regular-webfont.svg#liberation_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'liberation_sansbold';
    src: url('../fonts/liberationsans-bold-webfont.eot');
    src: url('../fonts/liberationsans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/liberationsans-bold-webfont.woff2') format('woff2'), url('../fonts/liberationsans-bold-webfont.woff') format('woff'), url('../fonts/liberationsans-bold-webfont.ttf') format('truetype'), url('../fonts/liberationsans-bold-webfont.svg#liberation_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Arquitecta';
    src: url('../../fonts/Arquitecta.eot') format('embedded-opentype'), url('../../fonts/Arquitecta.woff') format('woff'), url('../../fonts/Arquitecta.ttf') format('truetype'), url('../../fonts/Arquitecta.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {







  font-family: 'ArquitectaMedium';







  src: url('../../fonts/ArquitectaMedium.eot') format('embedded-opentype'),  







  url('../../fonts/ArquitectaMedium.woff') format('woff'), 







  url('../../fonts/ArquitectaMedium.ttf')  format('truetype'), 







  url('../../fonts/ArquitectaMedium.svg') format('svg');

}

* {
    margin: 0px;
    padding: 0px;
}
body,
html {
    width: 100%;
    height: 100%;
}
body {
    font-family: 'liberation_sansregular';
    font-size: 16px;
}
a img {
    border: none;
}
img {
    max-width: 100%;
}
header,
section,
footer {
    position: relative;
}
.pp-short h5{



    font-family: "liberation_sansbold";



    color: #274a2f;



    font-size: 18px;



    line-height: 15px;



    line-height: 14px;



    margin-bottom: 15px;



}





.pp-short img{



    width: 50px;



}
.people-box{



    width:100%;



    float:left;



    border-top:1px solid #a7a9ac;



        padding:25px;



}



.people-box p{



    font-family: 'ArquitectaMedium';



    font-size: 16px;



    color: #274a2f;



    line-height: 20px;



    margin-bottom: 20px;



}
.page-content ul{
    list-style: inside;
    margin-left: 10px;
    color: #274a2f;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: medium none;
    outline-offset: -2px;
}
/*-----------css for toogle menu--------------*/

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    float: left;
    height: 100%;
    padding-left: 0;
    position: fixed;
    width: 17%;
    z-index: 99;
}
#sidebar-wrapper {
    background: rgba(255,255,255,0.5);
    height: 100%;
    left: 0px;
    overflow-y: auto;
    position: relative;
    width: 100%;
    z-index: 1000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#page-content-wrapper {
    width: 100%;
    position: absolute;
    min-height: 100%;
    display: none;
}
#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -300px;
}
/* Sidebar Styles */

.phone {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top: 100px;
}
.phone a {
    color: #2a5b3a;
    display: inline-block;
    font-family: "liberation_sansbold";
    font-size: 1.56em;
    padding: 12px 10px;
    text-decoration: none;
    width: 100%;
}
.phone img {
    display: inline-block;
    margin-right: 20px;
}
.sidebar-brand img {
  display: inline-block;
  float: left;
  width: auto;
}
.sidebar-nav {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    top: 0;
    width: 100%;
}
.sidebar-nav > li {
    clear: both;
    display: inline-block;
    float: left;
    line-height: 40px;
    width: 100%;
}
.sidebar-nav > li > a {
    color: #000000;
    display: block;
    font-family: "liberation_sansbold";
    font-size: 1.2em;
    text-decoration: none;
    text-indent: 40px;
}
.sidebar-nav > li > a:active,
.sidebar-nav > li > a:focus,
.sidebar-nav > li:hover > a {
    background-color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    color: #2a5b32;
}
.sidebar-nav > li.sidebar-brand > a:active,
.sidebar-nav > li.sidebar-brand > a:focus,
.sidebar-nav > li.sidebar-brand:hover > a {
    background-color: transparent;
}
.sidebar-nav > .sidebar-brand {
  /*background-color: #ffffff;*/
  display: inline-block;
  font-size: 18px;
  height: auto;
  line-height: normal;
  margin-bottom: 80px;
  margin-top: 55px;
  padding: 30px 0;
  width: 100%;
}
.sidebar-nav > .sidebar-brand a {
    color: #999999;
    float: left;
    padding: 20px 10px;
    text-indent: 0;
    width: 100%;
}
.sidebar-nav > .sidebar-brand:hover a {
    color: #fff;
    background: none;
}
#menu-toggle {
    background-color: #000000;
    background-image: url("../images/menu-icon.png");
    background-position: center bottom;
    background-size: 100% 115px;
    border: medium none;
    border-radius: 0;
    display: inline-block;
    height: 60px;
    left: 300px;
    position: fixed;
    top: 0;
    width: 60px;
    z-index: 99999;
    -webkit-transition: left 0.5s ease;
    -moz-transition: left 0.5s ease;
    -o-transition: left 0.5s ease;
    transition: left 0.5s ease;
}
.toggled #menu-toggle {
    background-position: center top;
    left: 0;
}
.welcome {
    background-image: url("../images/bg2.JPG");
    background-size: cover;
    width: 100%;
    height: 100%;
    display: inline-block;
}
.welcome h2 {
    color: #ffffff;
    font-size: 3.7em;
    letter-spacing: 6px;
    margin-top: 35vh;
    text-transform: uppercase;
}
.welcome h1 {
    color: #ffffff;
    font-family: "liberation_sansbold";
    font-size: 5em;
    letter-spacing: -2px;
    margin-top: 0;
    text-transform: uppercase;
}
.consulting {
    padding: 60px 0 70px;
}
.consulting h4,
.our-projects h4 {
    border-bottom: 1px solid #2d2d2d;
    color: #2d2d2d;
    display: inline-block;
    font-size: 2.1em;
    margin-bottom: 50px;
    padding: 0 10px;
    position: relative;
}
.consulting h4 span {
    font-family: "liberation_sansbold";
}
.consulting h4::before,
.our-projects h4::before {
    border: 1px solid #000000;
    border-radius: 20px;
    bottom: -4px;
    content: "";
    height: 7px;
    left: -6px;
    position: absolute;
    width: 7px;
}
.consulting h4::after,
.our-projects h4::after {
    border: 1px solid #000000;
    border-radius: 20px;
    bottom: -4px;
    content: "";
    height: 7px;
    right: -6px;
    position: absolute;
    width: 7px;
}
.consult-text {
  background-color: #2a5b32;
  border-radius: 160px;
  display: table;
  height: 230px;
  margin: 0 auto 20px;
  max-width: 100%;
  padding: 15px;
  text-align: center;
  width: 230px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.consult-text:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.slick-slide img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.slick-slide:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.consult-text > div {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.consult-text p {
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    margin-top: 10px;
}
.testimonial {
    background-image: url("../images/tree.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}
.testimonial h3 {
    font-family: "liberation_sansbold";
    font-size: 3.8em;
    line-height: 1;
    margin: 20px 0;
}
.testimonial h3 span {
    display: inline-block;
    font-family: "liberation_sansregular";
    font-size: 0.7em;
    letter-spacing: 10px;
    width: 100%;
}
.testimonial a.see {
    background-color: #2d2d2d;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-size: 2.9em;
    margin-top: 40px;
    padding: 7px 15px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
.testimonial a.see img {
    margin-left: 30px;
    display: inline-block;
}
.our-projects {
    position: relative;
    padding: 50px 0;
}
#makeMeScrollable div.scrollableArea * {
    position: relative;
    display: block float: left;
    margin: 0;
    padding: 0;
    /* If you don't want the images in the scroller to be selectable, try the following
        block of code. It's just a nice feature that prevent the images from
        accidentally becoming selected/inverted when the user interacts with the scroller. */
    
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
footer {
    background-color: #2d2d2d;
    padding: 50px 0 30px;
}
address {
    color: #ffffff;
    font-size: 14px;
}
footer label {
    color: #ffffff;
    font-size: 2em;
    font-weight: normal;
    letter-spacing: 10px;
    text-transform: capitalize;
}
footer ul {
    display: inline-block;
    vertical-align: middle;
}
footer ul li {
    display: inline-block;
    list-style: outside none none;
    margin: 0px 3px;
}
.footer-logo img {
    max-width: 160px;
}
.footer-logo {
    display: inline-block;
    margin-top: 5px;
}
#gallarySec {
    height: 292px;
    margin-bottom: 10px;
    overflow: hidden;
}
.gall-slide {
    width: auto !important;
    position: relative;
}
.sidebar-nav .dropdown-menu {
    background-color: rgb(39, 74, 47);
    border: medium none;
    border-radius: 0;
    left: 0;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
}
.sidebar-nav .dropdown-menu > li > a {
    color: #ffffff;
    font-size: 1em;
    line-height: normal;
    margin-bottom: 1px;
    padding: 6px 40px;
    text-transform: capitalize;
    white-space: normal;
}
.sidebar-nav .dropdown-menu > li > a:focus,
.sidebar-nav .dropdown-menu > li > a:hover {
    background-color: #ffffff;
    color: #274a2f;
    text-decoration: none;
}
.slick-slide {
    margin: 0 5px;
    overflow: hidden;
}
.gall-slide .hover-pop {
    background-color: rgba(42, 91, 50, 0.7);
    height: 100%;
    left: 0%;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 99;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.gall-slide:hover .hover-pop {
    left: 0;
    top: 0;
}
.hover-pop > a {
    border: 2px solid #fff;
    border-radius: 7px;
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 22px;
    min-width: 200px;
    padding: 8px 15px;
    position: relative;
    text-decoration: none;
    top: 45%;
}
.hover-pop > a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #2a5b32;
}
#wrapper.toggled {
    padding-left: 0;
}
#page-content-wrapper {
    position: relative;
}
#wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
}

.page-head {
    background: #274a2f;
    padding: 15px 0 0 0;
}
.breadcrumbs {
    width: 400px;
    background: #313a42;
    padding: 20px;
    color: #fff;
    font-size: 14px;
    padding-left: 10%;
    font-weight: normal;
}
.breadcrumbs a {
    color: #fff;
}
.page-content p {
    font-family: 'liberation_sansregular';
    font-size: 16px;
    color: #274a2f;
    line-height: 22px;
    margin-bottom: 20px;
}
.page-content h4 {
    font-family: "liberation_sansbold";
    color: #274a2f;
    font-size: 18px;
    line-height: 25px;
    padding-left: 30px;
    background: url(../../images/point.jpg) center left no-repeat;
    margin: 35px 0;
}
.pro-subtitle {
    font-family: "liberation_sansbold";
    text-align: center;
    margin-bottom: 25px;
    font-size: 22px;
    color: #274a2f;
}
.project-box {
    width: 100%;
    float: left;
    border-bottom: 1px solid #a7a9ac;
    padding: 25px 0;
}
.v-center {
    position: relative;
    transform: translateY(100%);
}
.page-title {
    border-bottom: 1px solid #2d2d2d;
    color: #2d2d2d;
    display: inline-block;
    font-size: 2.1em;
    margin-bottom: 50px;
    padding: 0 10px;
    position: relative;
    text-align: center;
    font-family: "liberation_sansbold";
    letter-spacing: 4px;
}
.page-title:before {
    border: 1px solid #000000;
    border-radius: 20px;
    bottom: -4px;
    content: "";
    height: 7px;
    left: -6px;
    position: absolute;
    width: 7px;
}
.page-title:after {
    border: 1px solid #000000;
    border-radius: 20px;
    bottom: -3px;
    content: "";
    height: 7px !important;
    right: -6px;
    position: absolute;
    width: 7px !important;
    background: none !important;
    left: auto !important;
    top: auto !important;
}
.page-title2 {
    color: #6d503c;
    text-transform: uppercase;
    font-weight: bold;
    font-family: ArquitectaBlack;
    margin-bottom: 50px;
    margin-top: 50px;
    font-size: 32px;
}
@font-face {
    font-family: 'ArquitectaBlack';
    src: url('../../fonts/ArquitectaBlack.eot') format('embedded-opentype'), url('../../fonts/ArquitectaBlack.woff') format('woff'), url('../../fonts/ArquitectaBlack.ttf') format('truetype'), url('../../fonts/ArquitectaBlack.svg') format('svg');
}
.page-title2 img {
    width: 75px;
    margin-right: 10px;
    margin-top: -40px;
}
.cn-form {
    width: 350px;
    margin: 0 auto;
    background: url('../../images/cn1.png');
    background-size: 100%;
    padding: 100px 20px 20px 20px;
    background-repeat: no-repeat;
    padding: 100px 20px 20px 20px;
    height: 598px;
}
.cn-form p {
    margin-bottom: 8px;
}
textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    height: 54px !important;
}
.cn-form input[type=submit] {
    height: 31px !important;
    font-size: 23px;
}
.cn-form label {
    text-align: left;
    width: 100%;
    font-size: 14px;
    font-family: 'liberation_sansregular';
    color: #2d2d2d;
}
.parent-pageid-6 .breadcrumbs {
    width: 50%;
}
.cn-form input[type=submit] {
    background: #6d503c;
    color: #fff;
    border: none;
    border-radius: 3px;
    float: right;
    font-size: 28px;
    padding: 0px 20px !important;
    height: 45px !important;
    width: 100%;
    margin-top: 10px;
    border-bottom: 2px solid #a7a9ac;
}
.cn-left p {
    font-size: 18px;
}
.socialWrap {
    text-align: left;
}
.parent-pageid-6 .breadcrumbs {
    width: 50%;
}
.page-id-11 .page-content {
    background: none;
}
.page-content {
    border-top: 15px solid #274a2f;
    padding-bottom: 35px;
}
.main-content-wrapper {
    float: left;
    width: 100%;
    height: 100%;
}
.container {
  max-width: 100%;
}



 .home .container
   {
     padding-left: 16%;
   } 

@media(min-width:1400px) {
    .container {
        width: 1300px;
        
    }
    .home .container
   {
     padding-left: 16.5%;
   } 
    #wrapper {
  width: 16%;
}

.consult-text {
  height: 265px;
  width: 265px;
}
.welcome h2
{
    margin-top: 43.5vh;
}

}
@media (max-width: 1199px) {
    body {
        font-size: 14px;
    }
.consult-text {
  height: 230px;
}
    .consult-text p {
        line-height: 16px;
    }
    .testimonial h3 span {
  font-size: 0.65em;
  letter-spacing: 6px;
}
.testimonial a.see {
  font-size: 2.5em;
}
.sidebar-nav > li > a {
  text-indent: 25px;
}
.testimonial a.see {
  font-size: 1.8em;
  padding: 10px;
}
.testimonial a.see img {
  margin-left: 10px;
  max-width: 22px;
}
}
@media (max-width: 991px) {
    .testimonial h3 {
        font-size: 3em;
    }
    .testimonial a.see {
        font-size: 2.2em;
        margin-top: 34px;
        padding: 10px 15px;
    }
    .sidebar-nav > li > a {
  font-size: 1.3em;
  text-indent: 15px;
}
.footer-logo {
  max-width: 100%;
}
.footer-logo img {
  max-width: 100%;
}
footer label {
  font-size: 1.5em;
  letter-spacing: 4px;
}
.phone img {
  margin-right: 10px;
}
.main-content-wrapper {
  width: 100%;
}
#wrapper {
  width: 25%;
}
.welcome h1 {
  font-size: 4em;
}
.welcome h2 {
  font-size: 3.2em;
  margin-top: 44vh;
}
.consult-text {
  height: 250px;
  width: 250px;
}
.testimonial h3 {
  font-size: 2.5em;
}
}
@media (max-width: 767px) {
    .welcome h1 {
        font-size: 4em;
    }
    .welcome h2 {
        font-size: 3.3em;
        margin-top: 38vh;
    }
    .testimonial h3 {
        text-align: center;
    }
    .testimonial a.see {
        margin-top: 0;
    }
    .testimonial {
        padding: 40px 0 60px;
    }
    footer,
    footer div {
        text-align: center;
    }
    .welcome h1 {
  font-size: 3.2em;
}
.welcome h2 {
  font-size: 3em;
}
.phone a {
  font-size: 1.3em;
}
 #page-content-wrapper {
  display: block;
}
.main-content-wrapper {
  margin-left: 0;
  width: 100%;
}
#sidebar-wrapper {
        width: 220px;
        left: 0;
    }
    .sidebar-nav {
        width: 220px;
    }
    #menu-toggle {
        left: 220px;
    }
    .toggled #sidebar-wrapper {
        left: -220px;
    }
    #wrapper {
  width: auto;
}
}
@media (max-width: 639px) {
    body {
        font-size: 12px;
    }
    .welcome h1 {
        font-size: 3.5em;
    }
    .welcome h2 {
        font-size: 3em;
    }
    
    .sidebar-nav > .sidebar-brand {
        margin-bottom: 30px;
        margin-top: 0;
        padding: 20px 0;
    }
    .sidebar-nav > li > a {
        text-indent: 20px;
    }
    .sidebar-nav .dropdown-menu > li > a {
        padding: 6px 20px;
    }
    .phone {
        margin-top: 30px;
    }
   
}
@media (max-width: 479px) {
    .welcome h2 {
        font-size: 2.5em;
    }
    .welcome h1 {
        font-size: 2.6em;
    }
    .sidebar-nav > .sidebar-brand {
        padding: 0;
    }
    .testimonial a.see {
        font-size: 2em;
    }
    .testimonial h3 span {
        font-size: 0.7em;
    }
}

@media screen and (min-width: 767px) and (max-width: 768px) 
{
     #wrapper{
        width:26%;
     }   
}


@media screen and (min-width: 769px) and (max-width: 1024px) 
{
     #wrapper{
        width:22%;
     }   
}


@media screen and (min-width: 1279px) and (max-width: 1280px)
{
    .sidebar-nav > li
    {
        line-height: 30px !important;
    }

    .sidebar-nav > li > a
    {
        font-size: 1.2em !important;
    }
    .phone
    {
        margin-top: 50px !important;
    }
}