body {
    font-family: 'Open sans', arial, sans-serif;
    margin: 0;
    overflow-x: hidden;
    line-height: 22px;
    color: #464646;
    font-weight: 400;
    font-size: 15px;
}

a {
    outline: 0 none;
    color: #a90e13;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: underline;
    outline: 0 none;
    color: #920509;
}

img {
    max-width: 100%;
}

.form-control:focus,
input:focus,
textarea:focus,
select:focus {
    outline: 0 none;
    box-shadow: none;
}

p {
    padding: 0 0 18px 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0 0 18px 0;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
}

h1 {
    font-size: 34px;
    line-height: 42px;
}

h2 {
    font-size: 30px;
    line-height: 35px;
}

h3 {
    font-size: 26px;
    line-height: 30px;
}

h4 {
    font-size: 24px;
    line-height: 30px;
}

h5 {

    font-size: 20px;
    line-height: 28px;
}

h6 {
    font-size: 15px;
    line-height: 22px;
}
h1.h_title {
    font-weight: normal;
    color: #212121;
    background: #fff;
  
    line-height: 100%;
    padding: 0 0 10px 0;
  
    font-size: 28px;
    display: inline-block;
}

.lead {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #515151;
}

blockquote {
    border-left: 7px solid #ae1b20;
    background: #f8f8f8;
    font-weight: 400;
    padding: 30px;
    font-size: 20px;
    line-height: 28px;
}

blockquote p {
    padding: 0 0 10px 0;
    font-weight: normal;
}

.table,
table {
    font-size: 16px;
    line-height: 25px;
}

table > tbody > tr > td,
.table > tbody > tr > td {
    border: 0;
    font-weight: 400;
    padding: 10px;
}

.table > thead > tr > th,
table > thead > tr > th {
    color: #fff;
    background: #0671a2;
    font-weight: bold;
    border: 0;
    padding: 10px;
}

.wp-caption-text,
.caption {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    padding: 5px 0;
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.section-container {
    padding: 80px 0 60px 0;
}

.center-blocks,
.aligncenter {
    margin: auto auto 30px auto;
    text-align: center;
    display: block;
}

.overlay {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    background: rgba(0, 0, 0, .50);
    z-index: 1;
}

.inner-container ul {
    list-style: none;
    margin: 0 0 30px 20px;
    padding: 0;
    position: relative;
}

.inner-container ul ul {
    margin-top: 10px;
    margin-bottom: 10px;
}

.inner-container ul > li li:before,
.inner-container ul > li:before {
    content: "\f111";
    font-family: 'FontAwesome';
    font-size: 8px;
    position: absolute;
    left: -20px;
}

.inner-container ul > li:before {
    color: #a90e13;
}

.inner-container ul > li li:before {
    color: #b6595c;
}

.inner-container ol {
    padding-left: 12px;
    margin-bottom: 30px;
}

.inner-container ol ul {
    margin: 10px 0 10px 10px;
}

.inner-container ol ul li {
    list-style: lower-roman;
}

.inner-container ol ul li:before {
    content: "";
    left: auto;
}

.page-testimonial-block {
    background: #eee;
    margin: 30px auto;
    padding: 50px 0 100px 0;
    border-radius: 4px;
}

.page-testimonial-block .carousel-indicators li {
    background: rgba(0, 0, 0, .6);
}

.page-testimonial-block .carousel-indicators .active {
    background: #a90e13;
}

.page-testimonial-block h4 {
    font-weight: 600;
    padding: 20px 0 0 0;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
}

.page-testimonial-block .carousel-indicators {
    bottom: -40px;
}

.page-post-block h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    text-transform: none;
}

.page-post-block h4 a {
    color: #212121;
}

.gallery-box {
    position: relative;
    text-align: center;
    color: #fff;
    margin: 0 0 30px 0;
    border: 3px solid transparent
}

.overlay-zoom {
    display: block;
    margin-bottom: 5px;
}

.overlay-zoom i.fa {
    background: #a90e13;
    padding: 6px;
    font-size: 15px;
}

.hover-overlay {
    position: absolute;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    padding: 5px 10px;
    z-index: 2;
    left: 0;
    right: 0;
    top: 50%;
    vertical-align: middle;
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.gallery-box .hover-overlay,
.gallery-box .overlay {
    visibility: hidden;
}

.gallery-box:hover {
    border: 3px solid #a90e13;
}

.gallery-box:hover .hover-overlay,
.gallery-box:hover .overlay {
    visibility: visible;
}

.block-box-preview {
    position: relative;
    height: 216px;
    overflow: hidden;
    border: 1px solid #acbfb5;
    display: block;
    transition: all 500ms ease 0s;
}

.block-box .btn-details i.fa {
    font-size: 22px;
    margin-left: 5px;
    position: relative;
    top: 0;
    vertical-align: top;
}

.block-box img {
    min-height: 216px;
    min-width: 100%;
    max-width: none;
    display: block;
    position: absolute;
    vertical-align: middle;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.block-box .btn-details {
    position: absolute;
    background: #a90e13;
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    padding: 5px 28px;
    z-index: 2;
    left: 50%;
    top: 50%;
    vertical-align: middle;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.block-box .overlay {
    background: rgba(0, 0, 0, .70);
}

.block-box .btn-details,
.block-box .overlay {
    visibility: hidden;
}

.block-box:hover .btn-details,
.block-box:hover .overlay {
    visibility: visible;
}

.block-box h4 {
    padding: 10px 0 0 0;
    display: block;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    height: 54px;
    margin-bottom: 20px;
    overflow: hidden;
}

.block-box h4 a {
    color: #000;
}

.block-box:hover h4 a,
.block-box h4 a:hover,
.block-box h4 a:focus {
    color: #666;
}

.service-list-block {
    margin-bottom: 40px;
}

.service-preview {
    background: #fff;
    border: 1px solid #9c9d9d;
    height: 268px;
    overflow: hidden;
    display: block;
    position: relative;
}

.service-preview img {
    min-height: 268px;
    min-width: 100%;
    max-width: none;
    display: block;
    position: absolute;
    vertical-align: middle;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.service-info-block {
    border: 1px solid #cacbcd;
    padding: 20px;
    background: #fff;
    min-height: 268px;
}

.service-info-block .btn {
    padding: 5px 42px 9px 42px;
}

@media (max-width: 767px) {
    .block-box h4 {
        height: auto;
    }

    .service-info-block {
        min-height: 0;
        padding: 20px 15px;
    }
}

/* start btn*/
.btn {
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 15px;
    border: 0;
    border-radius: 0;
    font-family: 'Open sans', arial, sans-serif;
    position: relative;
    text-align: center;
    box-shadow: none;
}

.btn-primary {
    background: #a90e13;
    border: 1px solid #a90e13;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.btn-primary:hover,
.btn-primary:focus {
    background: #79070a;
    color: #fff;
    border: 1px solid #79070a;
}

.btn-primary:hover i.fa,
.btn-primary:focus i.fa {
    color: #fff;
    border-left: 1px solid #fff;
}

.btn-secondary {
    background: none;
    padding: 8px 10px;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    text-transform: none;
    border: 1px solid #a90e13;
    color: #a90e13;
}

.btn-blocks {
    margin: 10px auto 0 auto;
    text-align: center;
}

/* end btn*/
/* start form*/
.wpcf7-form-control::-moz-placeholder,
.form-control::-moz-placeholder {
    color: #737373;
    opacity: 1;

}

.wpcf7-form-control:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: #737373;
}

.wpcf7-form-control::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #737373;
}

.navbar-form .form-control:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
    color: transparent;
}

.navbar-form .form-control:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
input:focus:-moz-placeholder {
    color: transparent;
}

.navbar-form .form-control:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
input:focus::-moz-placeholder {
    color: transparent;
}

.navbar-form .form-control:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
input:focus:-ms-input-placeholder {
    color: transparent;
}

.wpcf7-form {
    overflow: hidden;
}

.form-control,
div.wpcf7 input[type="text"],
div.wpcf7 input[type="password"],
div.wpcf7 input[type="url"],
div.wpcf7 input[type="phone"],
div.wpcf7 input[type="email"],
.wpcf7-textarea {
    border: 0;
    color: #777;
    font-size: 13px;
    box-shadow: none;
    padding: 7px 10px;
    width: 100%;
    background: #fff;
    font-weight: 400;
    border-radius: 0;
    height: 34px;
    line-height: 100%;
    font-family: "Open sans", arial, sans-serif;
}

.wpcf7-textarea {
    height: auto;
}

div.wpcf7 input[type="text"]:focus,
div.wpcf7 input[type="email"]:focus,
div.wpcf7 input[type="url"]:focus,
div.wpcf7 input[type="password"]:focus,
div.wpcf7 input[type="phone"]:focus,
.wpcf7-textarea:focus {
    border: 0;
    color: #000;
    background: #eee;
    box-shadow: none;
}

input.wpcf7-submit[type="submit"] {
    border-radius: 0;
    background: #a90e13;
    color: #000;
    border: 0;
    width: auto;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    padding: 9px 20px;
    text-transform: uppercase;
    float: right;
}

input.wpcf7-submit[type="submit"]:hover,
input.wpcf7-submit[type="submit"]:focus {
    background: #890004;
    color: #fff;
}
.screen-reader-response { font-size:13px;}
.wpcf7-validation-errors,.wpcf7-mail-sent-ok{ background: #fff;padding:8px; font-size:14px; margin:10px auto;}
.wpcf7-validation-errors{ border:2px solid orange; }
.wpcf7-mail-sent-ok {border:2px solid green;}
span.wpcf7-not-valid-tip {
    font-size: 11px; color:red; padding-left:10px;
}

.form-note {
    background: #fff;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 6px 10px;
    display: inline-block;
}

.contact-form {
    padding: 30px 0 10px 0;
}

.contact-form h3 {
    font-weight: 400;
    text-transform: none;
}

.contact-form .form-control,
.contact-form div.wpcf7 input[type="text"],
.contact-form div.wpcf7 input[type="password"],
.contact-form div.wpcf7 input[type="url"],
.contact-form div.wpcf7 input[type="phone"],
.contact-form div.wpcf7 input[type="email"],
.contact-form .wpcf7-textarea {
    border: 0;
    border-bottom: 1px solid #ddd;
    background: none;
}

.contact-form input.wpcf7-submit[type="submit"] {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}

.others-block {
    margin-top: 30px;
}

.embed-responsive-16by9 {
    padding-bottom: 26.25%;
}

.small-preview {
    margin: 0 0 25px 0;
    min-height: 140px;
}

.detail-blocks ul {
    margin: 0 0 20px 35px;
    padding: 0;
    list-style: none;
}

.detail-blocks ul li {
    font-weight: bold;
    border-bottom: 1px solid #cacbcd;
    padding: 10px 0;
    display: block;
    position: relative;
}

.detail-blocks ul li:before {
    content: "\f00c";
    position: absolute;
    left: -35px;
    font-size: 18px;
    color: #666;
    font-family: 'FontAwesome';
    font-weight: normal;
}

.project-list-box {
    max-width: 360px;
    min-height: 180px;
    overflow: hidden;
    position: relative;
    margin: 0 auto 30px auto;
    text-align: center;
}

.project-list-box a {
    display: block;
    position: relative;
    transition: color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.project-list-box span.product-title {
    font-size: 15px;
    line-height: 22px;
    color: #333;
    font-weight: bold;
    background: rgba(255, 255, 255, .70);
    padding: 10px;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 5;
}

.project-list-box a:hover span.product-title {
    color: #fff;
    background: rgba(0, 0, 0, .70);
}

.side-block {
    margin-bottom: 25px;
}

.side-block h3 {
    text-transform: none;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
}

.side-title-bar {
    padding: 15px;
    border-bottom: 1px solid #cacbcd;
}

.side-block .gallery-title {
    display: none;
}

.box {
    background: #f7f7f7;
    border: 1px solid #ddd;
}

.box-wrap {
    padding: 20px;
}

.side-title-bar h3 {
    float: left;
    padding-bottom: 0;
    margin-right: 10px;
    width: 65%;
    display: inline-block;
    *zoom: 1;
}

.show-all {
    float: right;
    margin: 0 20px 15px 0;
    display: inline-block;
    *zoom: 1;
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
    display: inline-block;
}

.show-all:hover {
    text-decoration: underline;
}

.side-title-bar .show-all {
    margin: 5px 0 0 0;
}

.side-block .owl-nav {
    top: -70px;
}

.side-block h3.brand-name {
    text-transform: uppercase;
}

.gallery-box-wrap {
    padding-bottom: 0;
}

.gallery-box img {
    border: 1px solid #ddd;
    padding: 1px;
}

.contact-fax span,
.contact-phone span {
    float: left;
    width: 20%;
}

.contact-phone,
.contact-fax,
.contact-address {
    border-top: 1px solid #cbcdcd;
    padding: 10px 0;
    font-weight: 600;
}

#contact_map {
    border: 1px solid #cbcdcd;
    margin-bottom: 15px;
}

#skiptocontent {
    height: 1px;
    width: 1px;
    position: absolute;
    overflow: hidden;
    top: -10px;
}

.header-main {
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.70);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.header-top {
    border-bottom: 1px solid #4d4744;
    padding: 4px 0 12px 0;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 18px;
    color: #fff;
}

.header-top-wrap {
    float: right;
}

.head-quote {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    text-transform: none;
    color: #fff;
    margin-left: 20px;
    display: inline-block;
}

.head-quote a {
    display: block;
    border: 1px solid #fff;
    background: none;
    color: #fff;
    padding: 5px 10px;
}

.header-top-wrap a:hover,
.header-top-wrap a {
    color: #fff;
}

.head-quote a:hover,
.head-quote a:focus {
    color: #fff;
    background: rgba(0, 0, 0, .45);
    text-decoration: none;
}

.banner-blocks {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 670px;
}

.banner-block-wrap {
    background-color: rgba(0, 0, 0, .4);
    min-height: 670px;
    width: 100%;
    margin: auto;
}

.banner-content {
    margin: 290px 60px 0 60px;
    padding: 0;
    color: #fff;
    text-align: center;
}

.banner-content {
    font-weight: normal;
    padding: 0 0 10px 0;
    font-size: 32px;
    line-height: 40px;
}

.banner-content p {
    padding: 0;
}

.banner-content .btn {
    margin-top: 35px;
    padding: 12px 30px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    border: 1px solid #fff;
    background: none;
    text-transform: none;
    color: #fff;
    display: inline-block;
}

.banner-content .btn:hover,
.banner-content .btn:focus {
    background: rgba(255, 255, 255, .3);
}

#carousel-banner .carousel-control,
#carousel-banner .carousel-control.left,
#carousel-banner .carousel-control.right {
    background: none;
    opacity: 1;
    text-shadow: none;
    width: 40px;
}

#carousel-banner .glyphicon-chevron-left:before,
#carousel-banner .glyphicon-chevron-right:before {
    font-family: 'FontAwesome';
}

#carousel-banner .glyphicon-chevron-left:before {
    content: "\f104";
}

#carousel-banner .glyphicon-chevron-right:before {
    content: "\f105";
}

#carousel-banner .carousel-control .glyphicon-chevron-left {
    left: 0;
    margin-left: 0;
}

#carousel-banner .carousel-control .glyphicon-chevron-right {
    right: 0;
    margin-right: 0;
}

#carousel-banner .carousel-control .glyphicon-chevron-left,
#carousel-banner .carousel-control .glyphicon-chevron-right {
    background: rgba(0, 0, 0, .70);
    width: 40px;
    line-height: 30px;
    height: 40px;
    color: #fff;
    text-align: center;
}

#carousel-banner .carousel-control .glyphicon-chevron-left:hover,
#carousel-banner .carousel-control .glyphicon-chevron-left:focus,
#carousel-banner .carousel-control .glyphicon-chevron-right:hover,
#carousel-banner .carousel-control .glyphicon-chevron-right:focus {
    color: #a90e13;
}

#carousel-banner .carousel-indicators .active,
#carousel-banner .carousel-indicators li {
    width: 11px;
    height: 11px;
    margin: 0 5px;
    border: 0;
}

.carousel-indicators .active {
    background: #a90e13;
}

.carousel-indicators li {
    background: rgba(255, 255, 255, .5);
}

.navbar-nav > li {
    text-transform: none;
    margin: 0 0 0 40px;
    padding: 0;
}

.navbar-nav > li:first-child {
    margin-left: 0;
}

.navbar-collapse {
    margin: 0;
    padding: 0;
}

.navbar-nav {
    float: right;
    padding: 0;
    margin: 0;
}

.navbar-nav .caret:after {
    content: "\f107";
    font-family: 'FontAwesome';
    color: #fff;
}

.navbar-nav .caret {
    border: 0;
    vertical-align: top;
    margin-left: 8px;
}

.navbar-nav > li > a {
    padding: 10px 0 5px 0;
    background: none;
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    margin: 0;
}

.navbar-nav > li.active > a {
    color: #fff;
    font-weight: 600;
    background: none;
}

.navbar-nav > li > a:focus,
.navbar-nav > li > a:hover {
    background: none;
    text-decoration: none;
    color: #eee;
}

.navbar {
    margin: 0;
    min-height: 0;
    border: 0;
    border-radius: 0;
}

.navbar-nav > li.dropdown:focus > .dropdown-menu,
.navbar-nav > li.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown-menu {
    background: rgba(0, 0, 0, .6);
    min-width: 180px;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    padding: 0;
}

.dropdown-menu ul.dropdown-menu {
    left: 180px;
    top: 0;
}

.navbar-nav > li.dropdown > .dropdown-menu li.dropdown:after {
    content: "\f105";
    font-family: 'FontAwesome';
    color: #fff;
    position: absolute;
    right: 6px;
    top: 5px;
}

.navbar-nav > li.dropdown > .dropdown-menu li.dropdown:focus > .dropdown-menu,
.navbar-nav > li.dropdown > .dropdown-menu li.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown-menu > li > a {
    color: #fff;
    text-transform: none;
    text-shadow: none;
    padding: 8px 15px;
    white-space: normal;
    word-wrap: normal;
    font-size: 13px;
    line-height: 18px;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background: #000;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    color: #fff;
    background: none;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background: #000;
    color: #fff;
}

.inner-banner-blocks {
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
}

.inner-banner-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}

.breadcrumb-blocks {
    margin: 0 auto;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}

.breadcrumb-blocks ol {
    margin: 0;
    padding: 0;
    background: none;
    border: 0;
    border-radius: 0;
    list-style: none;
}

.breadcrumb-blocks ol li {
    display: inline;
    text-align: center;
    color: #454545;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
}

.breadcrumb > li + li:before {
    content: "\f105";
    color: #b5b5b5;
    font-family: 'FontAwesome';
    font-size: 16px;
    line-height: 25px;
    padding: 0 8px;
}

.breadcrumb-blocks ol li a:hover,
.breadcrumb-blocks ol li a {
    color: #0671a2;
    text-decoration: none;
}

.footer {
    background: #070606;
    color: #e4e2e0;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    padding: 40px 0;
    text-align: center;
}

.footer a {
    color: #e4e2e0;
}

.footer a:hover {
    color: #fff;
    text-decoration: none;
}

.copyright {
    padding: 25px 0;
}

.social-blocks {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-blocks li {
    font-size: 0;
    display: inline-block;
    padding: 0 3px;
}

.social-blocks li:last-child {
    padding-right: 0;
}

.social-blocks li a {
    display: block;
}

.icon-fc a:before,
.icon-tw a:before,
.icon-pin a:before,
.icon-houz a:before,
.icon-ins a:before {
    font-family: 'FontAwesome';
    color: #070606;
    background: #534d4b;
    text-align: center;
    font-size: 18px;
    border-radius: 0;
    width: 28px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
}

.icon-fc a:hover:before,
.icon-tw a:hover:before,
.icon-pin a:hover:before,
.icon-houz a:hover:before,
.icon-ins a:hover:before {
    background: #5d5956;
}

.icon-fc a:before {
    content: "\f09a";
}

.icon-tw a:before {
    content: "\f099";
}

.icon-pin a:before {
    content: "\f0d2";
}

.icon-houz a:before {
    content: "\f27c";
}

.icon-ins a:before {
    content: "\f16d";
}

.icon-hstar {
    background: url(../images/homestar.png) no-repeat center center #534d4b;
    width: 28px;
    height: 28px;
    display: inline-block;
    position: relative;
    top: -10px;
    margin-left: 3px;
}

.panel-default {
    border: 0;
    padding: 0;
    box-shadow: none;
}

.panel-default h4 {
    padding: 0;
}

.panel-default > .panel-heading a {
    text-decoration: none;
}

.panel-title .fa {
    border: 0;
    font-size: 14px;
    font-weight: normal;
    margin-right: 5px;
    color: #0671a2;
    border-radius: 50%;
    padding: 5px 0;
}

.panel-default > .panel-heading {
    background: none;
    padding: 0;
    color: #464646;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;

}

.panel-group .panel {
    border-radius: 0;
}

.panel-group .panel + .panel {
    margin: 0;
    border-top: 0;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 0;
}

.panel-heading a {
    background: none;
    color: #0671a2;
    display: block;
    padding: 5px 0;
    font-weight: 400;
    text-transform: none;
}

.panel-heading a.collapsed {
    color: #464646;
    text-transform: none;
}

.collapsed .fa-minus:before {
    content: "\f067";
}

.panel-body {
    border: 0;
    padding: 10px 20px;
}

.leasing-block ul,
.inner-container .tab-panel ul {
    margin: 0;
}

.leasing-block ul > li:before,
.inner-container .tab-panel ul > li li:before,
.inner-container .tab-panel ul > li:before {
    display: none;
}

.tab-content {
    padding: 20px;
}

.nav-tabs.nav-justified > li {
    font-size: 18px;
    line-height: 34px;
    font-weight: bold;
    border: 0;
    border-radius: 0;
}

.nav-tabs.nav-justified > li.active a {
    background: #0671a2;
    color: #fff;
}

.nav-tabs.nav-justified > li > a {
    background: #f1f1f1;
    color: #464646;
    border: 0;
}

.section-blocks {
    padding: 60px 0;
}

.section-blocks h2 {
    text-align: center;
    padding-bottom: 45px;
    text-transform: none;
}

.top-brand-section {
    color: #212121;
    font-size: 21px;
    line-height: 30px;
    font-weight: 300;
}

.testimonial-view p,
.top-brand-section p {
    padding: 0;
}

.brand-client {
    float: right;
}

.brand-client ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.brand-client li {
    display: inline-block;
    padding: 0 0 0 22px;
}

.brand-client li:first-child {
    padding-left: 0;
}

.process-block {
    min-height: 436px;
}

.process-block,
.testimonial-blocks {
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.process-block h2 {
    color: #fff;
    text-transform: none;
}

.overlay-wrap {
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: auto;
}

.process-table {
    width: 100%;
    table-layout: fixed;
    display: table;
}

.process-value {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 400;
    background: #a90e13;
    display: inline-block;
    margin-bottom: 15px;
    font-family: 'Raleway', arial, sans-serif;
}

.process-state {
    width: 30px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 30px;
    font-weight: normal;
}

.process-box {
    border: 1px solid #abadae;
    color: #fff;
    display: table-cell;
    padding: 24px;
    width: 110px;
    height: 160px;
    text-align: center;
    vertical-align: middle;
}

.process-box h3 {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    white-space: normal;
    word-wrap: break-word;
    padding: 0;
    text-transform: none;
    font-family: 'Raleway', arial, sans-serif;
}

.section-link {
    margin: 50px auto 0 auto;
    text-align: center;
    display: block;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
}

.section-link a {
    font-weight: normal;
}

.news-blocks h4 a:hover,
.news-blocks h4 a:focus,
.news-blocks h4 a,
.news-blocks h2 {
    color: #212121;
}

.news-blocks h4 {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    text-transform: none;
    padding-bottom: 10px;
}

.news-post-box {
    padding: 16px 0;
}

.news-post-box h4 {
    text-transform: none;
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
}

.news-post-box h4 a {
    color: #444;
}

.news-date {
    font-size: 14px;
    line-height: 20px;
    color: #a90e13;
}

.project-box {
    position: relative;
    text-align: center; 
    margin-bottom:30px;
}

.title-overlay {
    background: rgba(0, 0, 0, .55);
    text-align: center;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
}

.project-box:hover .title-overlay {
    color: #a90e13;
}

.testimonial-blocks {
    min-height: 460px;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
}

.testimonial-blocks .overlay-wrap {
    background: rgba(0, 0, 0, 0.50);
}

.testimonial-blocks h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    text-transform: none;
    padding: 30px 0 0 0;
}

.testimonial-blocks .item {
    min-height: 100px;
}

.testimonial-view {
    position: relative;
    padding: 25px 50px 40px 50px;
    max-width: 620px;
    display: block;
    margin: auto;
    background: rgba(0, 0, 0, 0.50);
    color: #fff;
}

.testimonial-blocks .carousel-indicators {
    bottom: -40px;
}

.testimonial-view:after {
    content: "";
    display: block;
    top: 100%;
    text-align: center;
    margin: auto;
    position: absolute;
    width: 10px;
    left: 0;
    right: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(0, 0, 0, 0.50);
}

#carousel-testimonial .carousel-indicators .active,
#carousel-testimonial .carousel-indicators li {
    width: 9px;
    height: 9px;
    margin: 0 5px;
    border: 0;
}

.inner-banner-wrapper .title-bar {
    position: absolute;
    left: 0;
    top: 90%;
    margin: 0 auto;
    vertical-align: middle;
    display: block;
    z-index: 1;
    text-align: center;
    right: 0;
}

.inner-banner-wrapper .title-bar h1{
    font-weight: normal;
    color: #212121;
    background: #fff;
    text-align: center;
    line-height: 100%;
    background: rgba(255, 255, 255, 1);
    padding: 20px 30px;
    box-shadow: 0 3px 2px #ccc;
    font-size: 28px;
    display: inline-block;
}

.page-error {
    margin: auto;
    text-align: center;
}

.page-error h1 {
    font-size: 70px;
    font-weight: 600;
    line-height: 70px;
}
.wpcf7-radio .wpcf7-list-item { margin-left:10px;}
.wpcf7-radio .wpcf7-list-item label span.wpcf7-list-item-label {color: #777; font-size:13px; font-weight:400;}
.contact-side-block {font-size:14px;}
.contact-side-block span.days { display:inline-block; width:85px; padding-bottom:5px;font-weight:600;}
.contact-side-block h5{ font-weight:600;}


@media (max-width: 1200px) and (min-width: 768px) {
    .container {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .navbar-nav > li {
        margin: 0 0 0 35px;
    }
}

@media (max-width: 1090px) {
    .navbar-nav > li {
        margin: 0 0 0 24px;
    }
}

@media (max-width: 992px) {
    body {
        font-size: 14px;
        line-height: 20px;
    }

    .banner-content,
    h1 {
        font-size: 28px;
        line-height: 34px;
    }

    h2 {
        font-size: 24px;
        line-height: 30px;
    }

    h3,
    .lead {
        font-size: 21px;
        line-height: 28px;
    }

    h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .testimonial-blocks,
    h5 {
        font-size: 16px;
        line-height: 25px;
    }

    .process-box h3,
    .title-overlay,
    .table > tbody > tr > td,
    .table > thead > tr > th,
    table > thead > tr > th,
    h6 {
        font-size: 14px;
        line-height: 20px;
    }

    .navbar-nav > li {
        margin: 0 0 0 20px;
    }

    .navbar-nav > li > a {
        font-size: 13px;
        line-height: 18px;
        padding-top: 5px;
    }

    .banner-content .btn {
        font-size: 18px;
        line-height: 24px;
        padding: 8px 20px;
    }

    .section-blocks {
        padding: 30px 0;
    }

    .section-link {
        margin-top: 25px;
    }

    .process-value {
        font-size: 14px;
    }

    .process-block {
        min-height: 390px;
        padding: 5px;
        width: auto;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .projects-blocks .row {
        margin: 0 -5px;
    }

    .projects-blocks .row .col-sm-3 {
        padding: 0 5px;
    }
}

@media (max-width: 890px) and (min-width: 768px) {
    .navbar-nav > li {
        margin: 0 0 0 6px;
    }

    .navbar-nav .caret {
        margin-left: 3px;
    }
}

@media (max-width: 767px) {
     h1,
    .inner-banner-wrapper .title-bar h1 {
        font-size: 25px;
        line-height: 30px;
    }

    .banner-content {
        font-size: 20px;
        line-height: 26px;
        margin: 190px 20px 0 10px;
    }

    .branding {
        margin: 0 auto 10px auto;
        text-align: center;
    }

    .branding img {
        width: 190px;
    }

    .header-top {
        border: 0;
        margin: 0;
        height: 40px;
    }

    .header-top-wrap {
        float: none;
        position: absolute;
        z-index: 8;
        display: block;
        height: 30px;
    }

    .header-right {
        position: relative;
    }
    .navbar-nav .dropdown-menu .dropdown-menu, 
    .navbar-nav .dropdown-menu {
        left:auto; right:auto; top:auto;
    }
    .navbar {
        position: absolute;
        top: -5px;
        width: 100%;
    }

    .navbar-toggle {
        background: #a90e13;
        margin-right: 0;
        margin-top: 8px;
    }

    .navbar-toggle:hover {
        background: #a90e13;
    }

    .navbar-toggle .icon-bar {
        background: #fff;
    }

    .navbar-collapse {
        box-shadow: none;
        border: 0;
        position: absolute;
        z-index: 1;
        left: -15px;
        right: -15px;
        padding: 0 15px;
    }
    .navbar-nav > li.dropdown > .dropdown-menu li.dropdown:after{content:"\f107"; top:8px;}
    .navbar-collapse.in {
        background: #333;
        margin: 0; 
    }
    #navbar-collapse > ul ul ul{ margin-left:10px;}
 /*#navbar-collapse > ul{  height:230px;}*/
    #navbar-collapse ul {
        margin: 0;
        padding: 0;background:none;
        text-align: left;
      
    }

    .navbar-nav {
        width: 100%;
    }

    .navbar-nav > li {
        margin: 0;
    }

    .navbar-nav > li > a {
        padding: 15px 0;
        margin: 0;
        color: #fff;
        border-bottom: 1px solid #444;
    }
    .navbar-nav .caret{ margin-right:15px; float:right;}
    .navbar-nav > li.active > a,
    .navbar-nav > li > a:hover,
    .navbar-nav > li > a:focus {
        color: #ccc;
    }

    .navbar-nav .dropdown-menu .dropdown-menu,
    .navbar-nav .dropdown-menu {
        min-width: 100%;
        position: relative;
        float: none;
        display: block;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        padding: 10px;
        border-bottom: 1px solid #eee;
    }

    .footer {
        text-align: center;
    }

    .footer .wpcf7 {
        margin-right: 0;
    }

    .inner-banner-wrapper,
    .inner-banner-blocks {
        min-height: 250px;
    }

    #carousel-banner .carousel-control {
        width: 10%;
    }

    .banner-blocks, .banner-block-wrap {
        min-height: 500px;
    }

    .brand-client {
        float: none;
        padding-top: 15px;
    }

    .brand-client li {
        padding-left: 6px;
    }

    .process-table {
        display: block;
    }

    .process-block {
        min-height: 660px;
    }

    .process-box {
        display: inline-block;
        padding: 15px;
        text-align: center;
        vertical-align: middle;
        width: 110px;
    }

    .process-state {
        display: inline-block;
    }

    .testimonial-blocks {
        font-size: 14px;
        line-height: 20px;
    }
    

}
