* {
    margin: 0;
    padding: 0;
}
html, body {
    overflow-x: hidden
}

body {
    overflow: hidden !important;
    width: 100%;
    height: 100%;
}
body {
    background: #fff;
    font-family: 'Roboto Slab', serif;
    overflow-x: hidden;
}
#container {
    margin: 0 auto;
    padding: 0;
    width:100%;
}
.logo a {
    display: inline;
    text-align: center;
}
.logo a img {
    display: inherit;
    max-width: 100%;
}
.left-navigation {
    position: fixed;
    left: -260px;
    top: 0;
    width: 260px;
    height: 100%;
    background: url(../images/header-bg.jpg);
    overflow-y: auto;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
    -o-transition: ease-out 0.5s;
    transition: ease-out 0.5s;
    z-index: 2;
}
.left-navigation.active {
    left: 0;
}
.left-navigation .menu {
    position: fixed;
    left: 0px;
    top: 0;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
    -o-transition: ease-out 0.5s;
    transition: ease-out 0.5s;
}
.left-navigation.active .menu {
    left: 260px;
}
.menu a {
    color: #000;
    padding: 10px 0 0 10px;
    display: block;
    font-size: 30px;
    -webkit-transition: ease-out 0.25s;
    -moz-transition: ease-out 0.25s;
    -o-transition: ease-out 0.25s;
    transition: ease-out 0.25s;
}
.menu a:hover {
    color: #e67f02;
}
.logo {
    text-align: center;
    margin-top: 50px;
}
.header-menu {
    margin: 30px 0;
}
.header-menu ul {
    list-style: none;
}
.header-menu ul li {
    display: block;
}
.header-menu ul li a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 8px 20px;
    -webkit-transition: ease-out 0.25s;
    -moz-transition: ease-out 0.25s;
    -o-transition: ease-out 0.25s;
    transition: ease-out 0.25s;
}
.header-menu ul li a:hover {
    background: #000;
    color: #fff;
}
.newsletter {
    padding: 0 20px;
}
.newsletter h2{
    margin-bottom: 20px;
}
.newsletter input {
    width: 90%;
    border: solid 1px #cccccc;
    height: 30px;
    position: relative;
    padding: 0 5%;
}
.newsletter-form button {
    background: transparent;
    border: none;
    position: absolute;
    top: 0;
    right: -2px;
    font-size: 17px;
    width: 33px;
    height: 31px;
    border-left: solid 1px #cccccc;
    cursor: pointer;
    -webkit-transition: ease-out 0.25s;
    -moz-transition: ease-out 0.25s;
    -o-transition: ease-out 0.25s;
    transition: ease-out 0.25s;
}
.newsletter-form button:hover, .newsletter-form button:focus {
    background: #000;
    color: #ffffff;
}
.newsletter-form {
    position: relative;
}
.social-widget {
    padding: 20px 20px 0;
}
.social-icons {
    padding: 0 20px 20px;
    text-align: center;
}
.social-icons ul {
    list-style:none;
}
.social-icons ul li {
    display: inline-block;
}
.social-icons ul li a {
    display: block;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #ffffff;
    color:#000;
    font-size: 20px;
    line-height: 40px;
    -webkit-transition: ease-out 0.25s;
    -moz-transition: ease-out 0.25s;
    -o-transition: ease-out 0.25s;
    transition: ease-out 0.25s;
}
.social-icons ul li a:hover {
    background: #000;
    color:#ffffff;
}
.copy-right {
    text-align: center;
    padding: 15px 20px;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.81);
    -moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.81);
    box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.81);
    background-color: #ffffff;
    background-color: rgba(255,255,255,0.5);
    z-index: 1;
}
.header-logo {
    text-align: center;
}
.header-logo img {
    display: inline;
    height: auto;
    width: 100%;
}
.header-logo a {
    display: block;
    width: 150px;
    margin: 10px auto 0;
}
.header-social {
    position: fixed;
    right: 10px;
    top: 30px;
}
.header-social li {
    display: inline-block;
    margin: 0 5px;
}
.header-social li a {
    color: #000;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    -webkit-transition: ease-out 0.25s;
    -moz-transition: ease-out 0.25s;
    -o-transition: ease-out 0.25s;
    transition: ease-out 0.25s;
}
.header-social li a:hover {
    color:#e67f02;
}
.header-social li a.facebook {
    font-size: 16px;
    font-weight: normal;
    width: 30px;
    height: 30px;
    background: #e67f02;
    display: block;
    text-align: center;
    line-height: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #FFF;
}
.header-social li a.facebook:hover, .header-social li a.facebook:focus {
    background: #000;
    color: #ffffff;
}
.box-data {
    margin-top: 90px;
}
.home-controller {

}
.copy-right span {
    display: block;
    font-size: 12px;
    padding: 15px 0 0;

}
.copy-right a {
    color: #000;
    font-size: 14px;
    text-decoration: none;
}
.copy-right a:hover {
    font-style: italic;
}
.header-title {
    background: #b97f24;
    padding: 30px 0;
}
.header-title h1 {
    color:#fff;
    text-transform: uppercase;
    font-size: 36px;
}
.content-data {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.about-us-top {
    padding: 30px 0;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    font-size: 18px;
    line-height: 26px;
}
.about-us-middle {
    padding: 30px 0;
    background: #000000;
}
.who-we-are .left-section{
    width: 36%;
    float: left;
    text-align: center;
}
.who-we-are .right-section{
    width: 56%;
    float: left;
    color: #fff;
}
.clear {
    clear: both;
}
.who-we-are h2 {
    padding-bottom: 36px;
    font-size: 30px;
}
.who-we-are p {
    padding-bottom: 20px;
    font-size: 18px;
}
.about-us-bottom {
    padding: 30px 0;
}
.inner-content {
    padding: 10px;
}
.about-us-info .left-section, .about-us-info .right-section {
    width: 50%;
    float: left;
}
.about-us-info p {
    padding-bottom: 10px;
}
.about-us-info .right-section {
    background: #e67f02;
    text-align: center;
    color: #fff;
    line-height: 26px;
}
.about-us-info .right-section .inner-content {
    padding: 20px;
}
.text-right {
    text-align: right;
}
.header.fix-bg {
    background: #fff;
}
.service-box {
    padding-bottom: 30px;
}
.service-box .service-box-left {
    width: 12%;
    float: left;
    text-align: center;
}
.service-box .service-box-right {
    width: 88%;
    float: left;
}
.service-title {
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 10px;
}
.footer {
    padding: 20px 0;
}
.testimonial-left, .testimonial-right {
    width:50%;
    float: left;
    text-align: center;
}
img {
    max-width: 100%;
}
.testimonial-section {
    padding: 50px 20px;
}
.testimonial-section img {
    width: 100%;
    height: auto;
}
.testimonial-right .inner-content {
    width: 70%;
    margin: 0 auto;
}
.client-testimonial p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
}
p.author-name {
    font-weight: bold;
    text-align: right;
}
.projects-list {
    padding: 2px;
}
.projects-list .project-data {
    float: left;
    width: 25%;
}
.projects-list .project-info {
    padding: 2px;
}
.projects-list .project-data a{
    display: block;
}
.projects-list .project-data a img{
    width: 100%;
    height: auto;
    display: block;	
    border: solid 1px #b97f24;
    box-sizing: border-box;
}
#supersized li.prevslide img, #supersized li.activeslide img {
    object-fit: cover;
}
.contact-section .contact-left, .contact-section .contact-right {
    float: left;
    width: 50%;
}
.contact-table {
    margin-bottom: 30px;
}
.contact-table tr td, .contact-table tr th {
    padding: 5px;
    vertical-align: top;
}
.contact-table tr td i {
    color:#e67f02;
}
.contact-table tr td a {
    color:#b97f24;
    text-decoration: none;
    -webkit-transition: ease-out 0.25s;
    -moz-transition: ease-out 0.25s;
    -o-transition: ease-out 0.25s;
    transition: ease-out 0.25s;
}
.contact-table tr td a:hover {
    text-decoration: underline;
    color:#e67f02;
}
.contact-title {
    font-size: 18px;
    padding-bottom: 15px;
    font-weight: bold;
}
.form-group {
    margin-bottom: 10px;
}
.form-group label {
    font-size: 14px;
    display: block;
    padding-bottom: 3px;
}
.form-group input, .form-group textarea {
    width: 95%;
    height: 20px;
    padding: 5px 2%;
    border: solid 1px #000000;
}
.form-group textarea {
    height: 100px;
}
.form-group input:focus, .form-group textarea:focus {
    outline: none;
    border-color: #e67f02;
}
.form-group button {
    background: #e67f02;
    border: none;
    padding: 10px 30px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: ease-out 0.25s;
    -moz-transition: ease-out 0.25s;
    -o-transition: ease-out 0.25s;
    transition: ease-out 0.25s;
    -webkit-border-radius:4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.form-group button:hover {
    background:#b97f24;

}
.who-we-are {
    color: #fff;
}
@media screen and (max-width: 1200px){
    .header-title {
        padding: 20px;
    }
}
@media screen and (max-width: 1024px) {
    .inner-content {
        padding: 15px;
    }
    .projects-list .project-data {
        width: 33.33%;
    }
}
@media screen and (max-width: 768px){
    .testimonial-left, .testimonial-right {
        width: auto;
        float: none;
    }
    .testimonial-right .inner-content {
        width: auto;
        padding: 20px 0;
    }
}
@media screen and (max-width: 700px){
    .about-us-info .left-section, .about-us-info .right-section {
        width: 100%;
        float: none;
    }
    .inner-content {
        padding: 20px;
    }
    .header-social {
        top:auto;
        bottom: 0;
        left: 0;
        right: auto;
        width: 100%;
        height: 50px;
        background: url(../images/header-bg.jpg);
        text-align: center;

    }
    .header-social li a {
        line-height: 50px;
    }
    #prevslide, #nextslide {
        bottom: 65px;
    }
    .box-data {
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 600px){
    .who-we-are .left-section {
        display: none;
    }
    .who-we-are .right-section {
        width: auto;
        float: none;
        padding: 0 30px;
    }
    .inner-content {
        padding: 10px 30px 30px;
    }
    .service-box .service-box-left {
        width: 25%;
    }
    .service-box .service-box-right {
        width: 75%;
    }
    .projects-list .project-data {
        width: 50%;
    }
    .contact-section .contact-left, .contact-section .contact-right {
        width: auto;
        float: none;
    }
}
@media screen and (max-width: 420px){
    .projects-list .project-data {
        width: auto;
        float: none;
    }
}