@charset "UTF-8";
/*====================================================*/
@font-face {
  font-family: "Trajan Pro";
  src: url(../fonts/trajan-pro-regular.ttf); }
/*====================================================*/
.m0 {
  margin: 0; }

.p0 {
  padding: 0; }

@media (min-width: 1281px) {
  .container {
    width: 1200px; } }

.mb0.row {
  margin-bottom: 0; }

a, .btn, button {
  text-decoration: none;
  outline: none;
  transition: all 300ms linear 0s; }
  a:hover, a:focus, .btn:hover, .btn:focus, button:hover, button:focus {
    text-decoration: none;
    outline: none; }

section.row, header.row, footer.row {
  margin: 0;
  position: relative; }

.sectpad {
  padding: 80px 0; }

.color h2 {
  color: #d7953e !important; }

.apart-price {
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 25px; }
  .apart-price .btn {
    float: right;
    margin-top: 40px; }

.modal-header .close {
  margin-top: -2px;
  color: white; }

.modal-content {
  background-color: #16181b; }
  .modal-content .form-control {
    background-color: transparent;
    border-radius: 0px;
    margin-bottom: 10px;
    border: 1px solid #393939;
    box-shadow: none;
    font: 400 13px/38px "Open Sans", sans-serif;
    color: #969595;
    padding: 0 20px; }
  .modal-content label {
    font-size: 14px; }

.modal-title {
  font: bold 19px/1.2 "Alegreya", serif;
  color: #d7953e;
  text-transform: uppercase;
  letter-spacing: 0.3px; }

.modal-header {
  border-bottom: 1px solid #373d46; }

.modal-footer {
  border-top: 1px solid #373d46; }

.section_header {
  position: relative; }
  .section_header h2 {
    font: bold 26px/1.2 "Alegreya", serif;
    color: #d7953e;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    letter-spacing: 0.3px;
    margin: 0; }
    .section_header h2:before {
      content: "";
      width: 50px;
      height: 3px;
      display: inline-block;
      background: #d7953e;
      position: absolute;
      bottom: 0; }
  .section_header h3 {
    font: bold 22px/1.2 "Alegreya", serif;
    color: #d7953e;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    letter-spacing: 0.3px;
    margin: 0; }
    .section_header h3:before {
      content: "";
      width: 50px;
      height: 3px;
      display: inline-block;
      background: #d7953e;
      position: absolute;
      bottom: 0; }
  .section_header p {
    font: 400 14px/26px "Open Sans", sans-serif;
    letter-spacing: 0.3px;
    color: #dcdcdc;
    padding-top: 10px;
    margin: 0; }
    .section_header p a {
      color: #d7953e; }
  .section_header li {
    font: 400 14px/26px "Open Sans", sans-serif; }
    .section_header li a {
      color: #d7953e; }

.btn-theme {
  font-size: 14px;
  text-transform: uppercase;
  background: #bc945e;
  color: #332 !important;
  padding: 8px 15px 5px; }
  .btn-theme:hover {
    background: #e2b67b; }

.custom-checkbox {
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled checkbox */
  /* accessibility */
  /* hover style just for information */ }
  .custom-checkbox [type="checkbox"]:not(:checked),
  .custom-checkbox [type="checkbox"]:checked {
    position: absolute;
    left: -9999px; }
  .custom-checkbox [type="checkbox"]:not(:checked) + label,
  .custom-checkbox [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer; }
  .custom-checkbox [type="checkbox"]:not(:checked) + label:before,
  .custom-checkbox [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.25em;
    height: 1.25em;
    border: 2px solid #ccc;
    background: transparent;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); }
  .custom-checkbox [type="checkbox"]:not(:checked) + label:after,
  .custom-checkbox [type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: .1em;
    left: .3em;
    font-size: 1.3em;
    line-height: 0.8;
    color: #d7953e;
    transition: all .2s; }
  .custom-checkbox [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0); }
  .custom-checkbox [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1); }
  .custom-checkbox [type="checkbox"]:disabled:not(:checked) + label:before,
  .custom-checkbox [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd; }
  .custom-checkbox [type="checkbox"]:disabled:checked + label:after {
    color: #999; }
  .custom-checkbox [type="checkbox"]:disabled + label {
    color: #aaa; }
  .custom-checkbox [type="checkbox"]:checked:focus + label:before,
  .custom-checkbox [type="checkbox"]:not(:checked):focus + label:before {
    border: 2px dotted #d7953e; }
  .custom-checkbox label:hover:before {
    border: 2px solid #d7953e !important; }

.panel-default > .panel-heading {
  background: transparent;
  padding: 5px 0px; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  padding: 5px 15px; }

.panel-default {
  background: transparent;
  border: none; }

.panel-title {
  color: #d7953e; }

/*====================================================*/
body {
  overflow-x: hidden; }

header.row {
  z-index: 2;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0; }
  @media (max-width: 767px) {
    header.row {
      background: #13100e;
      position: relative;
      padding-bottom: 20px; } }
  header.row.affix {
    width: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.85);
    position: fixed;
    z-index: 1000; }
    @media (max-width: 767px) {
      header.row.affix {
        padding-bottom: 0; } }
    header.row.affix .logo_part .logo {
      padding: 10px 0; }
      @media (max-width: 767px) {
        header.row.affix .logo_part .logo {
          padding: 10px 15px; } }
      header.row.affix .logo_part .logo a {
        max-width: 200px;
        margin-top: 4px; }
        header.row.affix .logo_part .logo a br {
          display: none; }
    header.row.affix .social-info {
      display: none; }

.social-info {
  padding: 23px 0 12px 0;
  margin: 0; }
  .social-info .social-icon {
    margin: 0;
    text-align: center;
    float: right;
    padding-left: 0; }
    .social-info .social-icon li {
      display: inline-block;
      list-style: none; }
      .social-info .social-icon li + li {
        margin-left: 20px; }
      .social-info .social-icon li.tel {
        margin-left: 48px; }
      .social-info .social-icon li.email {
        margin-left: 25px; }
      .social-info .social-icon li a {
        font: 15px/30px "Open Sans", sans-serif;
        color: #c89551; }
    .social-info .social-icon.contact-info {
      margin-left: 45px; }
      .social-info .social-icon.contact-info li a i {
        padding-right: 10px; }

.header .logo_part {
  width: calc(50% - 230px);
  float: left; }
  @media (max-width: 991px) {
    .header .logo_part {
      width: 50%; } }
  @media (max-width: 479px) {
    .header .logo_part {
      width: 75%; } }
  .header .logo_part .logo {
    width: 370px;
    float: right;
    line-height: 59px;
    height: 59px;
    font-family: "Trajan Pro";
    transition: all 300ms linear 0s;
    padding: 4px 0; }
    @media (max-width: 1199px) {
      .header .logo_part .logo {
        width: 230px;
        padding: 10px 30px 10px 0; } }
    @media (max-width: 991px) {
      .header .logo_part .logo {
        width: 350px; } }
    @media (max-width: 767px) {
      .header .logo_part .logo {
        width: 100%;
        padding: 9px 15px; } }
    .header .logo_part .logo a {
      float: left;
      max-height: 51px;
      transition: all 300ms linear 0s;
      font-size: 30px;
      color: #ca8e3e;
      line-height: normal;
      margin-top: -15px;
      font-family: "Trajan Pro";
      font-weight: 500;
      text-shadow: 0px 3px 1px rgba(0, 0, 0, 0.9); }
      @media (max-width: 991px) {
        .header .logo_part .logo a {
          width: 230px; } }
      .header .logo_part .logo a img {
        display: inline-block;
        vertical-align: baseline;
        max-height: 100%;
        max-width: 100%;
        transition: all 300ms linear 0s; }
        @media (max-width: 1199px) {
          .header .logo_part .logo a img {
            width: 100%; } }
      .header .logo_part .logo a span {
        color: white; }
.header .main-menu {
  width: calc(50% + 230px);
  float: right; }
  @media (max-width: 991px) {
    .header .main-menu {
      width: 50%; } }
  @media (max-width: 479px) {
    .header .main-menu {
      width: 25%; } }

.navbar-default {
  border: 0px;
  margin-left: 9px;
  box-shadow: none;
  padding-left: 38px;
  padding: 5px 0px;
  background: none rgba(19, 16, 14, 0.8);
  transform: skewX(-38deg);
  margin-bottom: 0;
  padding-left: 8px;
  min-height: 61px;
  margin-right: -24px; }
  @media (max-width: 767px) {
    .navbar-default {
      transform: skewX(0);
      margin-right: 0;
      border-radius: 0; } }
  @media (max-width: 479px) {
    .navbar-default {
      background-color: transparent; } }
  .navbar-default .navbar-toggle {
    float: left;
    margin-left: 280px;
    border-radius: 0;
    transform: skew(38deg); }
    .navbar-default .navbar-toggle[aria-expanded="false"] {
      background: transparent;
      border-color: #d3c2ae; }
      .navbar-default .navbar-toggle[aria-expanded="false"] span {
        background: #d3c2ae; }
    .navbar-default .navbar-toggle[aria-expanded="true"] {
      background: #c89551;
      border-color: #c89551; }
      .navbar-default .navbar-toggle[aria-expanded="true"] span {
        background: #fff; }
    @media (max-width: 767px) {
      .navbar-default .navbar-toggle {
        float: right;
        margin-left: 0;
        transform: skew(0); } }
  .navbar-default .menu {
    border: 1px solid #2d2621;
    border-right: 0px; }
    @media (max-width: 479px) {
      .navbar-default .menu {
        border: none; } }
    .navbar-default .menu .navbar-collapse {
      transform: skew(38deg);
      max-width: 788px;
      float: left;
      padding-left: 18px; }
      @media (max-width: 991px) {
        .navbar-default .menu .navbar-collapse {
          position: absolute;
          float: none;
          padding: 0 15px;
          width: 100%;
          top: 100%;
          border: none;
          box-shadow: none;
          background: #1c130d;
          transform: translateX(-16%) skew(38deg); } }
      @media (max-width: 767px) {
        .navbar-default .menu .navbar-collapse {
          width: 80vw;
          transform: translateX(-50%) skew(0);
          margin-left: -17px; } }
      @media (max-width: 479px) {
        .navbar-default .menu .navbar-collapse {
          transform: translateX(-80%) skew(0); } }
      .navbar-default .menu .navbar-collapse .navbar-nav {
        float: left;
        position: relative;
        padding-right: 5px; }
        @media (max-width: 991px) {
          .navbar-default .menu .navbar-collapse .navbar-nav {
            float: none;
            margin: 0;
            padding: 0; } }
        .navbar-default .menu .navbar-collapse .navbar-nav:after {
          content: "";
          width: 1px;
          height: 20px;
          background: #312b27;
          top: 13px;
          right: 0;
          position: absolute; }
          @media (max-width: 991px) {
            .navbar-default .menu .navbar-collapse .navbar-nav:after {
              display: none; } }
        .navbar-default .menu .navbar-collapse .navbar-nav li a {
          font: 600 14px/48px "Raleway", sans-serif;
          letter-spacing: 0.3px;
          text-transform: uppercase;
          text-shadow: none;
          color: #d3c2ae;
          padding: 0 15px;
          transition: all 300ms linear 0s; }
          @media (max-width: 1199px) {
            .navbar-default .menu .navbar-collapse .navbar-nav li a {
              padding: 0 12px; } }
          .navbar-default .menu .navbar-collapse .navbar-nav li a:hover {
            color: #c89551; }
          .navbar-default .menu .navbar-collapse .navbar-nav li a + ul {
            border: none;
            padding: 20px 26px;
            border-radius: 0;
            background-color: #1c130d;
            min-width: 250px;
            margin-top: 1px; }
            @media (min-width: 1025px) {
              .navbar-default .menu .navbar-collapse .navbar-nav li a + ul {
                display: block;
                transform: scale(1, 0);
                transform-origin: top;
                transition: all 300ms linear 0s;
                transition-duration: 200ms; } }
            .navbar-default .menu .navbar-collapse .navbar-nav li a + ul li {
              padding: 0;
              position: relative; }
              .navbar-default .menu .navbar-collapse .navbar-nav li a + ul li a {
                border-left: 0;
                border-right: 0;
                font-size: 13px;
                line-height: 40px;
                font-family: "Open Sans", sans-serif;
                letter-spacing: 1.3px;
                font-weight: 400 !important;
                white-space: nowrap;
                padding: 0;
                font-weight: 600;
                color: #bc945e; }
                .navbar-default .menu .navbar-collapse .navbar-nav li a + ul li a:before {
                  content: "\f105";
                  display: inline-block;
                  font: normal normal normal 14px/38px FontAwesome;
                  font-size: inherit;
                  text-rendering: auto;
                  -webkit-font-smoothing: antialiased;
                  -moz-osx-font-smoothing: grayscale;
                  border: none;
                  float: left;
                  position: relative;
                  top: 4px;
                  left: 0;
                  width: 18px;
                  height: auto; }
                  @media (max-width: 991px) {
                    .navbar-default .menu .navbar-collapse .navbar-nav li a + ul li a:before {
                      width: 15px; } }
                  @media (max-width: 767px) {
                    .navbar-default .menu .navbar-collapse .navbar-nav li a + ul li a:before {
                      transform: translateY(0); } }
                .navbar-default .menu .navbar-collapse .navbar-nav li a + ul li a:hover, .navbar-default .menu .navbar-collapse .navbar-nav li a + ul li a:focus {
                  text-shadow: none;
                  color: #d3c2ae;
                  background: none; }
                  .navbar-default .menu .navbar-collapse .navbar-nav li a + ul li a:hover:before, .navbar-default .menu .navbar-collapse .navbar-nav li a + ul li a:focus:before {
                    color: #d3c2ae; }
        .navbar-default .menu .navbar-collapse .navbar-nav li:hover:before, .navbar-default .menu .navbar-collapse .navbar-nav li.open:before {
          height: 3px; }
        .navbar-default .menu .navbar-collapse .navbar-nav li:hover > a, .navbar-default .menu .navbar-collapse .navbar-nav li.open > a {
          background: none;
          box-shadow: none; }
          .navbar-default .menu .navbar-collapse .navbar-nav li:hover > a + ul, .navbar-default .menu .navbar-collapse .navbar-nav li.open > a + ul {
            transform: scale(1, 1); }
            @media (min-width: 1025px) {
              .navbar-default .menu .navbar-collapse .navbar-nav li:hover > a + ul li a + ul, .navbar-default .menu .navbar-collapse .navbar-nav li.open > a + ul li a + ul {
                transform: scale(0, 1); } }
            @media (min-width: 1025px) {
              .navbar-default .menu .navbar-collapse .navbar-nav li:hover > a + ul li:hover a + ul, .navbar-default .menu .navbar-collapse .navbar-nav li:hover > a + ul li.active a + ul, .navbar-default .menu .navbar-collapse .navbar-nav li:hover > a + ul li.open a + ul, .navbar-default .menu .navbar-collapse .navbar-nav li.open > a + ul li:hover a + ul, .navbar-default .menu .navbar-collapse .navbar-nav li.open > a + ul li.active a + ul, .navbar-default .menu .navbar-collapse .navbar-nav li.open > a + ul li.open a + ul {
                transform: scale(1, 1); } }
        .navbar-default .menu .navbar-collapse .navbar-nav li.active:before {
          height: 3px; }
        .navbar-default .menu .navbar-collapse .navbar-nav li.active > a {
          background: none;
          box-shadow: none;
          color: #c89551; }
          .navbar-default .menu .navbar-collapse .navbar-nav li.active > a:before {
            display: block; }
      .navbar-default .menu .navbar-collapse .navbar-right {
        margin-right: 0;
        padding-right: 0; }
        .navbar-default .menu .navbar-collapse .navbar-right:after {
          display: none; }
        .navbar-default .menu .navbar-collapse .navbar-right li a {
          padding: 0; }
    .navbar-default .menu .navbar-right {
      margin: 0; }
      @media (max-width: 991px) {
        .navbar-default .menu .navbar-right {
          transform: skew(38deg);
          float: left;
          margin-left: -320px; } }
      .navbar-default .menu .navbar-right li {
        float: left;
        margin-left: 26px;
        position: relative; }
        @media (max-width: 1199px) {
          .navbar-default .menu .navbar-right li {
            margin-left: 15px; } }
        .navbar-default .menu .navbar-right li a {
          font: 600 14px/48px "Raleway", sans-serif;
          letter-spacing: 0.3px;
          text-transform: uppercase;
          text-shadow: none;
          color: #d3c2ae;
          transition: all 300ms linear 0s;
          padding: 0;
          color: #d1d0cf; }
          .navbar-default .menu .navbar-right li a:hover, .navbar-default .menu .navbar-right li a:focus {
            color: #c89551; }
          .navbar-default .menu .navbar-right li a + ul {
            display: none; }
            @media (min-width: 1025px) {
              .navbar-default .menu .navbar-right li a + ul {
                display: none !important;
                transform: none; } }
            .navbar-default .menu .navbar-right li a + ul li {
              margin-left: 0; }
              .navbar-default .menu .navbar-right li a + ul li a:before {
                display: none; }
            .navbar-default .menu .navbar-right li a + ul.cart-box {
              width: 350px; }
              .navbar-default .menu .navbar-right li a + ul.cart-box .cart-header h4 {
                font-size: 20px;
                line-height: 50px;
                font-weight: bold;
                text-transform: capitalize;
                color: #c89551;
                font-family: "Raleway", sans-serif;
                margin-top: 0; }
              .navbar-default .menu .navbar-right li a + ul.cart-box .cart-content {
                padding: 15px 0;
                border-top: 1px dashed #c89551;
                z-index: 12; }
                .navbar-default .menu .navbar-right li a + ul.cart-box .cart-content .img-box {
                  width: 100px;
                  display: table-cell;
                  vertical-align: top; }
                  .navbar-default .menu .navbar-right li a + ul.cart-box .cart-content .img-box img {
                    width: 100%; }
                .navbar-default .menu .navbar-right li a + ul.cart-box .cart-content .content {
                  display: table-cell;
                  vertical-align: top;
                  padding-left: 30px; }
                  .navbar-default .menu .navbar-right li a + ul.cart-box .cart-content .content h5 {
                    font-size: 13px;
                    font-family: "Open Sans", sans-serif;
                    color: #d3c2ae; }
                  .navbar-default .menu .navbar-right li a + ul.cart-box .cart-content .content .rating {
                    padding-top: 15px; }
                    .navbar-default .menu .navbar-right li a + ul.cart-box .cart-content .content .rating i {
                      color: #bc945e;
                      cursor: pointer;
                      font-size: 13px; }
                  .navbar-default .menu .navbar-right li a + ul.cart-box .cart-content .content ul.price {
                    margin-top: 5px;
                    margin-left: -10px;
                    list-style: none;
                    padding-left: 0; }
                    .navbar-default .menu .navbar-right li a + ul.cart-box .cart-content .content ul.price li {
                      display: table-cell;
                      padding: 0 10px; }
                      .navbar-default .menu .navbar-right li a + ul.cart-box .cart-content .content ul.price li span {
                        font-size: 16px;
                        font-weight: 600;
                        color: #d3c2ae;
                        font-style: italic;
                        font-family: "PT Serif",serif; }
              .navbar-default .menu .navbar-right li a + ul.cart-box .cart-footer {
                border-top: 1px dashed #c89551;
                padding-top: 15px; }
                .navbar-default .menu .navbar-right li a + ul.cart-box .cart-footer .total-price {
                  float: left; }
                  .navbar-default .menu .navbar-right li a + ul.cart-box .cart-footer .total-price h4 {
                    color: #c89551;
                    text-transform: capitalize;
                    font-weight: 700;
                    font-size: 14px;
                    line-height: 35px; }
                .navbar-default .menu .navbar-right li a + ul.cart-box .cart-footer .checkout-box {
                  float: right;
                  padding: 0px 25px;
                  margin-left: 25px; }
                  .navbar-default .menu .navbar-right li a + ul.cart-box .cart-footer .checkout-box a {
                    font-size: 14px;
                    padding: 0;
                    line-height: 35px;
                    color: #d3c2ae; }
                  .navbar-default .menu .navbar-right li a + ul.cart-box .cart-footer .checkout-box:hover a {
                    color: #000; }
        .navbar-default .menu .navbar-right li .search-form {
          margin-left: 0; }
          .navbar-default .menu .navbar-right li .search-form .form-control {
            border-radius: 0;
            background: #333;
            border: none;
            box-shadow: none; }
        .navbar-default .menu .navbar-right li.open {
          background: none; }
          .navbar-default .menu .navbar-right li.open a {
            background: none; }
            .navbar-default .menu .navbar-right li.open a + ul {
              display: block;
              position: absolute;
              right: 0;
              left: auto;
              background: #1c130d;
              padding: 20px 26px;
              min-width: 250px; }
              @media (min-width: 1025px) {
                .navbar-default .menu .navbar-right li.open a + ul {
                  display: block !important; } }
              .navbar-default .menu .navbar-right li.open a + ul li a:before {
                display: none; }

.one-page-menu .logo_part {
  width: calc(50% - 200px); }
  @media (max-width: 991px) {
    .one-page-menu .logo_part {
      width: 50%; } }
  @media (max-width: 479px) {
    .one-page-menu .logo_part {
      width: 75%; } }
.one-page-menu .main-menu {
  width: calc(50% + 200px); }
  @media (max-width: 991px) {
    .one-page-menu .main-menu {
      width: 50%; } }
  @media (max-width: 479px) {
    .one-page-menu .main-menu {
      width: 25%; } }
@media (max-width: 1199px) {
  .one-page-menu .navbar-default .menu .navbar-collapse {
    max-width: 675px; } }
.one-page-menu .navbar-default .menu .navbar-collapse .navbar-nav {
  padding-right: 0; }
  .one-page-menu .navbar-default .menu .navbar-collapse .navbar-nav:after {
    display: none; }
  .one-page-menu .navbar-default .menu .navbar-collapse .navbar-nav li a {
    padding: 0 15px; }
    @media (max-width: 1199px) {
      .one-page-menu .navbar-default .menu .navbar-collapse .navbar-nav li a {
        font-size: 13px;
        padding: 0 9px; } }

/*====================================================*/
.bannercontainer {
  position: relative;
  padding: 0;
  z-index: 0;
  width: 100%; }

.bannercontainer .banner {
  position: relative;
  width: 100%; }

.tp-bgimg {
  box-shadow: inset 0 37px 182px 55px rgba(0, 0, 0, 0.66); }

.mapster_el {
  box-shadow: inset 0 37px 182px 55px rgba(0, 0, 0, 0.66); }

.table-link {
  font-size: 14px; }
  .table-link .text-success {
    color: #9cff9e; }
  .table-link .text-warning {
    color: #f3a641; }
  .table-link .text-danger {
    color: #ff201c; }
  .table-link > tbody > tr:nth-of-type(odd) {
    background-color: #8c775b; }
  .table-link > thead > tr > th, .table-link > tbody > tr > th, .table-link > tfoot > tr > th, .table-link > thead > tr > td, .table-link > tbody > tr > td, .table-link > tfoot > tr > td {
    border-top: 2px solid #b3a899; }
  .table-link td {
    cursor: pointer; }

.overlay {
  background: #555f69; }
  .overlay .mapster_el {
    box-shadow: none; }
  .overlay .section_header h2 {
    margin-bottom: 15px; }
  .overlay .table {
    font-size: 14px; }
    .overlay .table .text-success {
      color: #9cff9e; }
    .overlay .table .text-warning {
      color: #f3a641; }
    .overlay .table .text-danger {
      color: #ff201c; }
  .overlay h3 small {
    color: #d7953e; }
  .overlay .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #7b8996; }
  .overlay .table > thead > tr > th, .overlay .table > tbody > tr > th, .overlay .table > tfoot > tr > th, .overlay .table > thead > tr > td, .overlay .table > tbody > tr > td, .overlay .table > tfoot > tr > td {
    border-top: 2px solid #b0bac3; }

.carpenters-h1 {
  font: 800 50px/50px "Trajan Pro", sans-serif !important;
  text-transform: uppercase;
  letter-spacing: 0.3px !important;
  text-shadow: rgba(0, 0, 0, 0.9) 0px 3px 1px;
  color: #ca8e3e;
  background: rgba(37, 22, 6, 0.65);
  padding: 20px 15px 5px; }
  .carpenters-h1 span {
    color: #fff;
    font-size: 50px !important; }
    @media (max-width: 991px) {
      .carpenters-h1 span {
        font-size: 36px !important;
        line-height: 36px !important; } }
    @media (max-width: 767px) {
      .carpenters-h1 span {
        font-size: 24px !important;
        line-height: 24px !important; } }
  @media (max-width: 1199px) {
    .carpenters-h1.type2 {
      transform: translate3d(-135px, 0px, 0px) !important; } }
  @media (max-width: 991px) {
    .carpenters-h1.type2 {
      transform: translate3d(-300px, 20px, 0px) !important; } }
  @media (max-width: 767px) {
    .carpenters-h1.type2 {
      transform: translate3d(-174px, 0px, 0px) !important; } }
  @media (max-width: 1199px) {
    .carpenters-h1 {
      margin-left: 50px !important; } }
  @media (max-width: 991px) {
    .carpenters-h1 {
      margin-left: 30px !important;
      font-size: 36px !important;
      line-height: 36px !important; } }
  @media (max-width: 767px) {
    .carpenters-h1 {
      font-size: 24px !important;
      line-height: 24px !important; } }

.carpenters-h2 {
  font: 700 36px/50px "Trajan Pro", sans-serif !important;
  color: #fff;
  letter-spacing: 0.3px !important;
  text-shadow: rgba(0, 0, 0, 0.9) 0px 3px 1px;
  background: rgba(37, 22, 6, 0.65);
  padding: 20px 15px 5px;
  text-transform: uppercase; }
  @media (max-width: 1199px) {
    .carpenters-h2 {
      margin-left: 50px !important; } }
  @media (max-width: 991px) {
    .carpenters-h2 {
      margin-left: 30px !important;
      margin-top: 4px !important; } }
  @media (max-width: 767px) {
    .carpenters-h2 {
      font-size: 16px !important;
      margin-top: 0 !important;
      line-height: 30px !important; } }
  @media (max-width: 479px) {
    .carpenters-h2 {
      margin-top: 5px !important; } }

.carpenters-p {
  font: 300 14px/28px "Oxygen", sans-serif;
  color: #fff;
  font-style: italic;
  letter-spacing: 0.3px !important;
  white-space: normal !important;
  width: 496px;
  padding: 10px 15px 18px;
  background: rgba(37, 22, 6, 0.65); }
  @media (max-width: 1199px) {
    .carpenters-p {
      margin-left: 50px !important; } }
  @media (max-width: 991px) {
    .carpenters-p {
      margin-left: 30px !important;
      margin-top: 10px !important; } }
  @media (max-width: 767px) {
    .carpenters-p {
      display: none !important; } }

@media (max-width: 1199px) {
  .carpenters-b {
    margin-left: 50px !important; } }
@media (max-width: 991px) {
  .carpenters-b {
    margin-left: 30px !important;
    margin-top: 10px !important; } }
@media (max-width: 767px) {
  .carpenters-b {
    margin-top: -35px !important; } }
.carpenters-b .submit {
  font: 700 14px/38px "Raleway", sans-serif !important;
  background: rgba(37, 22, 6, 0.65);
  border: 1px solid #816454 !important;
  color: #ca8e3e;
  border-radius: 0px;
  letter-spacing: 2px !important;
  padding: 0px 30px !important; }
  .carpenters-b .submit:hover, .carpenters-b .submit:focus {
    border-color: #bb793c !important; }
  .carpenters-b .submit + .submit {
    margin-left: 15px !important; }
    @media (max-width: 479px) {
      .carpenters-b .submit + .submit {
        display: none; } }

@media (max-width: 1199px) {
  .carpenters-ul {
    margin-left: 50px !important; } }
@media (max-width: 991px) {
  .carpenters-ul {
    margin-left: 30px !important;
    margin-top: 10px !important; } }
@media (max-width: 767px) {
  .carpenters-ul {
    display: none !important; } }
.carpenters-ul ul {
  margin: 0;
  padding: 0;
  background: #251606; }
  .carpenters-ul ul li {
    display: inline-block;
    position: relative; }
    .carpenters-ul ul li a {
      background: none;
      padding: 1px 25px !important;
      font: 500 14px/28px "Raleway", sans-serif !important;
      letter-spacing: 3px !important;
      text-transform: uppercase;
      color: #fff;
      transition: all 300ms ease-in 0s !important; }
      @media (max-width: 767px) {
        .carpenters-ul ul li a {
          padding: 0 10px !important;
          font-size: 10px !important;
          line-height: 20px !important; } }
      .carpenters-ul ul li a:hover, .carpenters-ul ul li a:focus {
        background: none;
        color: #c89551; }
    .carpenters-ul ul li:after {
      content: '|';
      width: 1px !important;
      height: 15px;
      position: absolute;
      top: 24%;
      bottom: 0;
      right: 0;
      bottom: 0;
      font: 500 14px/14px "Raleway", sans-serif !important;
      color: #fff; }
      @media (max-width: 767px) {
        .carpenters-ul ul li:after {
          height: 10px; } }
    .carpenters-ul ul li:last-child a {
      padding-right: 30px !important; }
      @media (max-width: 767px) {
        .carpenters-ul ul li:last-child a {
          padding-right: 10px !important; } }
    .carpenters-ul ul li:last-child:after {
      display: none; }
@media (max-width: 1199px) {
  .carpenters-ul.type2 {
    transform: translate3d(-135px, 0px, 0px) !important; } }
@media (max-width: 991px) {
  .carpenters-ul.type2 {
    transform: translate3d(-300px, 0px, 0px) !important; } }
.carpenters-ul.type2 ul li a {
  text-transform: lowercase;
  font-size: 20px !important;
  letter-spacing: 3.2px !important;
  line-height: 40px !important; }
  @media (max-width: 767px) {
    .carpenters-ul.type2 ul li a {
      font-size: 14px !important;
      line-height: 28px !important; } }
.carpenters-ul.type2 ul li:after {
  content: '-';
  width: 6px;
  font-size: 20px !important; }

/*====================================================*/
.we-do-section {
  position: relative;
  background: #efefef; }

.we-do-slider .we-sliders {
  padding-top: 50px; }
  .we-do-slider .we-sliders h4 {
    font: 500 18px/26px "Open Sans", sans-serif;
    letter-spacing: 0.3px;
    color: #d7953e;
    transition: all 300ms linear 0s;
    margin: 0;
    padding-top: 34px; }
    .we-do-slider .we-sliders h4:hover, .we-do-slider .we-sliders h4:focus {
      color: #bc945e; }
  .we-do-slider .we-sliders p {
    font: 400 14px/26px "Open Sans", sans-serif;
    letter-spacing: 0.3px;
    color: #d2d2d2;
    padding-top: 13px;
    margin: 0;
    text-align: justify; }
  .we-do-slider .we-sliders .post-image {
    position: relative;
    overflow: hidden;
    margin: -15px; }
    .we-do-slider .we-sliders .post-image img {
      max-width: 100%; }
  .we-do-slider .we-sliders .item {
    position: relative;
    border: 1px solid #d7953e;
    padding: 15px; }
    @media (max-width: 599px) {
      .we-do-slider .we-sliders .item {
        max-width: 320px;
        margin: 0 auto; } }
.we-do-slider .owl-nav {
  position: absolute;
  right: 0;
  top: -40px; }
  .we-do-slider .owl-nav .owl-prev, .we-do-slider .owl-nav .owl-next {
    background: #d7953e;
    width: 33px;
    text-align: center;
    font-size: 20px;
    line-height: 33px;
    color: #fff;
    float: left;
    transition: all 300ms linear 0s; }
    .we-do-slider .owl-nav .owl-prev:hover, .we-do-slider .owl-nav .owl-next:hover {
      background: #bc945e; }
.we-do-slider .owl-prev {
  margin-right: 5px; }

/*====================================================*/
.experience-area {
  background: url("../images/expreence/bg.png") no-repeat scroll center 0;
  background-size: cover; }
  @media (max-width: 991px) {
    .experience-area {
      padding-bottom: 30px; } }
  .experience-area .worker-image {
    padding-top: 35px; }
    @media (max-width: 1199px) {
      .experience-area .worker-image {
        padding-top: 100px; } }
    @media (max-width: 991px) {
      .experience-area .worker-image {
        padding-top: 35px; } }
    .experience-area .worker-image img {
      max-width: 100%; }
  .experience-area .experience-info {
    padding-top: 72px; }
    @media (max-width: 991px) {
      .experience-area .experience-info {
        width: 100%;
        padding-top: 30px; } }
    .experience-area .experience-info .content {
      margin-bottom: 38px; }
      .experience-area .experience-info .content h2 {
        font: bold 30px/1.1 "Alegreya", serif;
        color: #282c3d;
        margin-bottom: 23px;
        margin-top: 0; }
      .experience-area .experience-info .content p {
        font: 400 14px/26px "Open Sans", sans-serif;
        letter-spacing: 0.3px;
        color: #777777; }
    .experience-area .experience-info .content-list {
      width: 58%; }
      @media (max-width: 1199px) {
        .experience-area .experience-info .content-list {
          width: 54%; } }
      @media (max-width: 561px) {
        .experience-area .experience-info .content-list {
          width: 100%;
          float: none; } }
    .experience-area .experience-info .content-image {
      position: relative;
      float: right;
      margin-top: 11px; }
      @media (max-width: 1199px) {
        .experience-area .experience-info .content-image {
          width: 200px; } }
      @media (max-width: 561px) {
        .experience-area .experience-info .content-image {
          width: 50%;
          float: none;
          margin-left: 12px;
          margin-bottom: 10px; } }
      @media (max-width: 480px) {
        .experience-area .experience-info .content-image {
          width: 60%; } }
      .experience-area .experience-info .content-image:before {
        content: '';
        display: block;
        position: absolute;
        right: 11px;
        top: 11px;
        bottom: -11px;
        left: -11px;
        background: #c56e21;
        Z-INDEX: -1; }
      .experience-area .experience-info .content-image img {
        max-width: 100%; }

.content-list {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%; }
  .content-list li {
    list-style: none; }
    .content-list li a {
      font: 500 16px/40px "Open Sans", sans-serif;
      color: #c16717;
      letter-spacing: 0.3px;
      white-space: nowrap; }
      .content-list li a:before {
        content: "\f18e";
        float: left;
        font: normal normal normal 14px/40px FontAwesome;
        width: 30px;
        height: auto; }
      .content-list li a:hover, .content-list li a:focus {
        color: #ca8e3e; }

/*====================================================*/
.fluid-work-area {
  display: flex;
  overflow: hidden; }
  @media (max-width: 991px) {
    .fluid-work-area {
      display: block; } }
  .fluid-work-area .work-image {
    width: calc(50% - 115px);
    float: left;
    text-align: right;
    display: block; }
    @media (max-width: 991px) {
      .fluid-work-area .work-image {
        width: 100%;
        text-align: center; } }
    @media (max-width: 991px) {
      .fluid-work-area .work-image img {
        width: 100%; } }
  .fluid-work-area .work-promo {
    width: calc(50% + 115px);
    float: left;
    background: url("../images/workshop/2.jpg") no-repeat scroll 100% 100%;
    background-size: cover;
    position: relative;
    padding-left: 30px; }
    @media (max-width: 991px) {
      .fluid-work-area .work-promo {
        width: 100%;
        padding-bottom: 30px; } }
    @media (max-width: 991px) {
      .fluid-work-area .work-promo {
        padding: 15px; } }
    .fluid-work-area .work-promo:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #4f311b;
      opacity: 0.90;
      z-index: 0; }
    .fluid-work-area .work-promo:before {
      content: '';
      display: block;
      width: 100%;
      height: calc(100% - 137px);
      position: absolute;
      bottom: 0;
      z-index: 1;
      right: 0; }
    .fluid-work-area .work-promo .promo-content {
      max-width: 670px;
      margin: 0;
      z-index: 2;
      position: relative;
      padding: 36px 20px 0px 20px; }
      @media (max-width: 991px) {
        .fluid-work-area .work-promo .promo-content {
          padding: 0; } }
      .fluid-work-area .work-promo .promo-content h2 {
        font: bold 26px/28px "Alegreya", serif;
        letter-spacing: 0.3px;
        color: #ca8e3e;
        text-transform: uppercase; }
      .fluid-work-area .work-promo .promo-content p {
        font: normal 15px/26px "Open Sans", sans-serif;
        letter-spacing: 0.3px;
        color: #fff8df;
        padding: 10px 0px; }
      .fluid-work-area .work-promo .promo-content h3 {
        font: 500 24px/30px "Open Sans", sans-serif;
        letter-spacing: 0.3px;
        color: #fff;
        margin-top: 32px; }
        @media (max-width: 1199px) {
          .fluid-work-area .work-promo .promo-content h3 {
            margin-top: 0; } }
    .fluid-work-area .work-promo ul {
      margin: 0;
      padding: 5px 0px 0px 0px; }
      .fluid-work-area .work-promo ul li {
        width: 50%;
        float: left;
        font: normal 15px/40px "Open Sans", sans-serif;
        color: #bc945e;
        letter-spacing: 0.3px;
        padding-left: 25px; }
        @media (max-width: 767px) {
          .fluid-work-area .work-promo ul li {
            width: 100%;
            line-height: 30px; } }
        .fluid-work-area .work-promo ul li:before {
          content: "\f0a4";
          float: left;
          width: 25px;
          margin-left: -25px;
          font: normal normal normal 14px/38px FontAwesome; }
          @media (max-width: 767px) {
            .fluid-work-area .work-promo ul li:before {
              line-height: 30px; } }

/*====================================================*/
.testimonial-area {
  background: #f5f4f4; }

.testimonial-sliders .owl-nav {
  position: absolute;
  right: 0;
  top: -40px; }
  @media (max-width: 479px) {
    .testimonial-sliders .owl-nav {
      top: 0; } }
  .testimonial-sliders .owl-nav .owl-prev, .testimonial-sliders .owl-nav .owl-next {
    background: #dcbf99;
    width: 33px;
    text-align: center;
    font-size: 20px;
    line-height: 33px;
    color: #fff;
    float: left;
    transition: all 300ms linear 0s; }
    .testimonial-sliders .owl-nav .owl-prev:hover, .testimonial-sliders .owl-nav .owl-next:hover {
      background: #bc945e; }
.testimonial-sliders .owl-prev {
  margin-right: 5px; }

.testimonial {
  background: #fff; }
  @media (max-width: 479px) {
    .testimonial {
      display: block;
      background: none; } }
  .testimonial + .testimonial {
    margin-top: 30px; }
  .testimonial .media-left {
    position: relative;
    padding-right: 0; }
    @media (max-width: 479px) {
      .testimonial .media-left {
        display: block;
        text-align: center; } }
    .testimonial .media-left a {
      display: block;
      width: 170px;
      height: 185px;
      line-height: 185px; }
      @media (max-width: 479px) {
        .testimonial .media-left a {
          margin: 0 auto; } }
    .testimonial .media-left img {
      max-width: 100%; }
    .testimonial .media-left:before {
      content: '';
      border-style: solid;
      border-width: 10px 13px 10px 0;
      border-color: transparent #fff transparent transparent;
      position: absolute;
      right: 0;
      top: 19.2%;
      z-index: 12; }
      @media (max-width: 479px) {
        .testimonial .media-left:before {
          display: none; } }
  .testimonial .media-body {
    vertical-align: middle;
    padding: 0 30px; }
    @media (max-width: 479px) {
      .testimonial .media-body {
        background: #fff;
        text-align: left;
        padding: 30px; } }
    .testimonial .media-body p {
      font: 400 14px/26px "Open Sans", sans-serif;
      letter-spacing: 0.3px;
      color: #898989;
      margin-bottom: 5px; }
      @media (max-width: 767px) {
        .testimonial .media-body p {
          line-height: 22px;
          font-weight: 300;
          margin-bottom: 0; } }
      .testimonial .media-body p span {
        display: inline-block;
        background: url(../images/testimonial/quote.jpg) no-repeat scroll center center;
        width: 21px;
        height: 19px;
        margin-right: 16px; }
    .testimonial .media-body a {
      font: 300 14px/26px "Open Sans", sans-serif;
      letter-spacing: 0.3px;
      color: #c89551;
      font-style: italic;
      text-align: right;
      display: block; }

.testimonial-col {
  padding: 25px 15px; }

.testimonial-bg {
  padding: 55px 0; }

.testimonial-sliders {
  padding-top: 50px; }

/*====================================================*/
.latest-news-area {
  background-size: cover; }
  .latest-news-area .latest-content {
    margin-top: 50px; }
    @media (max-width: 991px) {
      .latest-news-area .latest-content .latest {
        padding: 0 10px; } }
    @media (max-width: 767px) {
      .latest-news-area .latest-content .latest {
        max-width: 370px;
        margin: 0 auto 20px; } }
    .latest-news-area .latest-content .latest .latest-image {
      position: relative; }
      .latest-news-area .latest-content .latest .latest-image img {
        max-width: 100%; }
      .latest-news-area .latest-content .latest .latest-image .latest-info-date {
        position: absolute;
        width: 62px;
        height: 76px;
        text-align: center;
        background: #bc945e;
        left: 0;
        bottom: 0; }
        @media (max-width: 991px) {
          .latest-news-area .latest-content .latest .latest-image .latest-info-date {
            height: 55px; } }
        .latest-news-area .latest-content .latest .latest-image .latest-info-date h3 {
          font: 600 25px/21px "Open Sans", sans-serif;
          letter-spacing: 0.3px;
          color: #fff;
          margin-top: 15pt; }
          @media (max-width: 991px) {
            .latest-news-area .latest-content .latest .latest-image .latest-info-date h3 {
              font-size: 20px;
              margin-top: 10px; } }
          .latest-news-area .latest-content .latest .latest-image .latest-info-date h3 small {
            font: 500 14px/21px "Open Sans", sans-serif;
            letter-spacing: 0.3px;
            color: #fff;
            text-transform: uppercase;
            display: block; }
    .latest-news-area .latest-content .latest .latest-news-text {
      padding: 21px 30px 20px 30px;
      background: transparent;
      border: 1px solid #bc945e; }
      @media (max-width: 1199px) {
        .latest-news-area .latest-content .latest .latest-news-text {
          padding: 21px 15px 20px 15px; } }
      @media (max-width: 767px) {
        .latest-news-area .latest-content .latest .latest-news-text {
          padding: 21px 20px 20px 25px; } }
      @media (max-width: 333px) {
        .latest-news-area .latest-content .latest .latest-news-text {
          padding: 21px 15px 20px 15px; } }
      .latest-news-area .latest-content .latest .latest-news-text h4 {
        font: 500 16px/26px "Open Sans", sans-serif;
        letter-spacing: 0.3px;
        color: #d7953e;
        margin-top: 0;
        transition: all 300ms linear 0s; }
        @media (max-width: 991px) {
          .latest-news-area .latest-content .latest .latest-news-text h4 {
            line-height: 24px;
            font-weight: 400; } }
        .latest-news-area .latest-content .latest .latest-news-text h4:hover {
          color: #bc945e; }
      .latest-news-area .latest-content .latest .latest-news-text p {
        font: 400 14px/26px "Open Sans", sans-serif;
        letter-spacing: 0.3px;
        color: #dadada;
        border-bottom: 1px dashed #d7953e;
        border-width: 2px;
        padding-bottom: 15px;
        margin-bottom: 13px; }
        @media (max-width: 991px) {
          .latest-news-area .latest-content .latest .latest-news-text p {
            line-height: 22px;
            font-weight: 300; } }
      .latest-news-area .latest-content .latest .latest-news-text .latest-meta a {
        font: normal 13px/30px "Open Sans", sans-serif;
        color: #c1c1c1;
        padding-right: 13px; }
        @media (max-width: 1199px) {
          .latest-news-area .latest-content .latest .latest-news-text .latest-meta a {
            padding-right: 8px; } }
        @media (max-width: 991px) {
          .latest-news-area .latest-content .latest .latest-news-text .latest-meta a {
            display: block; } }
        @media (max-width: 991px) {
          .latest-news-area .latest-content .latest .latest-news-text .latest-meta a {
            display: inline-block; } }
        @media (max-width: 333px) {
          .latest-news-area .latest-content .latest .latest-news-text .latest-meta a {
            padding-right: 4px; } }
        .latest-news-area .latest-content .latest .latest-news-text .latest-meta a i {
          margin-right: 8px;
          color: #d7953e; }
        .latest-news-area .latest-content .latest .latest-news-text .latest-meta a .fa-user {
          font-size: 16px; }
        .latest-news-area .latest-content .latest .latest-news-text .latest-meta a .fa-comments {
          font-size: 18px; }
        .latest-news-area .latest-content .latest .latest-news-text .latest-meta a + a:before {
          content: '';
          background: #c2c2c2;
          margin-right: 15px;
          width: 1px;
          height: 14px;
          bottom: -3px;
          position: relative;
          display: inline-block; }
          @media (max-width: 1199px) {
            .latest-news-area .latest-content .latest .latest-news-text .latest-meta a + a:before {
              margin-right: 9px; } }
          @media (max-width: 991px) {
            .latest-news-area .latest-content .latest .latest-news-text .latest-meta a + a:before {
              display: none; } }
          @media (max-width: 767px) {
            .latest-news-area .latest-content .latest .latest-news-text .latest-meta a + a:before {
              display: inline-block;
              margin-right: 15px; } }
          @media (max-width: 333px) {
            .latest-news-area .latest-content .latest .latest-news-text .latest-meta a + a:before {
              margin-right: 4px; } }

/*====================================================*/
.clients {
  padding-top: 55px;
  padding-bottom: 20px; }
  .clients .clients-logos {
    padding-top: 15px; }
    .clients .clients-logos .client {
      padding: 15px; }
    .clients .clients-logos .inner-logo {
      border: 5px solid #f5f5f5;
      text-align: center;
      line-height: 113px; }
      .clients .clients-logos .inner-logo a {
        display: block;
        height: 113px; }
      .clients .clients-logos .inner-logo img {
        max-width: 100%;
        max-height: 100%; }

/*====================================================*/
.plan-wrapper {
  margin: 30px 0; }

.mt15 {
  margin-top: 15px; }

.mt30 {
  margin-top: 30px; }

.latest_projects.projects-1 {
  background: none; }

.filter_row {
  margin: 46px 0px; }
  .filter_row ul li {
    float: left;
    color: #898989;
    text-transform: capitalize;
    font: 500 15px/26px "Open Sans", sans-serif;
    cursor: pointer; }
    @media (max-width: 1199px) {
      .filter_row ul li {
        font: 400 13px/26px "Open Sans", sans-serif; } }
    .filter_row ul li:first-child {
      padding-left: 0px; }
      .filter_row ul li:first-child:before {
        display: none; }
    .filter_row ul li.active {
      color: #d7953e; }
    .filter_row ul li:before {
      content: '';
      background: #898989;
      margin: 0px 20px;
      width: 1px;
      height: 14px;
      bottom: -3px;
      position: relative;
      display: inline-block;
      transform: skewX(-10deg); }
      @media (max-width: 1199px) {
        .filter_row ul li:before {
          margin: 0 10px;
          height: 12px;
          bottom: 0; } }
      @media (max-width: 524px) {
        .filter_row ul li:before {
          margin: 0 7px;
          height: 9px; } }
    .filter_row ul li a {
      display: inline;
      padding: 0; }
      .filter_row ul li a:hover {
        color: #d7953e;
        background-color: transparent; }

.projects2 {
  margin: -5px; }
  .projects2 .grid-sizer {
    width: 25%; }
  .projects2 .project {
    max-width: 100%;
    padding: 5px;
    overflow: hidden; }
    .projects2 .project img {
      width: 100%; }
    @media (max-width: 479px) {
      .projects2 .project {
        width: 100%; } }

.projects-menu {
  margin-top: 0; }

.projects-1 {
  background: #f6f6f6; }
  .projects-1 .projects2 .project {
    overflow: hidden;
    position: relative; }
    .projects-1 .projects2 .project .project-img {
      position: relative; }
      .projects-1 .projects2 .project .project-img:before {
        content: '';
        text-align: center;
        position: absolute;
        width: 100%;
        display: block;
        height: 100%;
        top: 0;
        left: 0;
        background: #c56e21;
        opacity: 0.90;
        z-index: -1;
        transform: scaleX(0);
        transform-origin: left;
        transition: all 300ms linear 0s; }
    .projects-1 .projects2 .project:hover .project-img:before {
      transform: scale(1);
      z-index: 1; }

.project .project-text {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: left;
  transition: all 500ms;
  opacity: 0;
  top: 0; }
  .project .project-text .list-unstyled {
    position: absolute;
    top: 20px;
    right: 20px;
    text-align: center; }
    .project .project-text .list-unstyled li {
      float: left; }
      .project .project-text .list-unstyled li + li {
        margin-left: 15px; }
      .project .project-text .list-unstyled li a {
        color: #fff;
        width: 35px;
        height: 35px;
        border: 1px solid rgba(255, 255, 255, 0.5);
        font-size: 18px;
        line-height: 33px;
        display: block; }
        .project .project-text .list-unstyled li a i {
          line-height: 33px; }
  .project .project-text .row {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    padding: 0 20px; }
  .project .project-text h3 {
    margin: 0;
    font: 500 16px/22px "Open Sans", sans-serif;
    letter-spacing: 0.3px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold; }
    @media (max-width: 479px) {
      .project .project-text h3 {
        font-size: 13px;
        line-height: 16px; } }
  .project .project-text p {
    font: 400 14px/22px "Open Sans", sans-serif;
    color: #fff;
    margin: 0;
    padding: 0; }
    @media (max-width: 479px) {
      .project .project-text p {
        font-size: 12px;
        line-height: 15px; } }
.project:hover .project-text {
  opacity: 1;
  z-index: 12; }

.check-project {
  padding: 86px 0 76px 0; }

.project-post-area {
  background: #f6f6f6;
  padding-top: 80px;
  padding-bottom: 50px; }
  .project-post-area .project-post {
    padding-bottom: 30px; }
    @media (max-width: 767px) {
      .project-post-area .project-post {
        padding-bottom: 0px; } }

.project-post-info {
  overflow: hidden; }
  .project-post-info .project-post-image {
    position: relative; }
    .project-post-info .project-post-image a {
      position: relative;
      display: block; }
      .project-post-info .project-post-image a:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 100%;
        display: block;
        background: #c56e21;
        opacity: 0.9;
        transition: all 300ms linear 0s; }
  .project-post-info:hover a:after, .project-post-info:focus a:after {
    right: 0; }
  @media (max-width: 767px) {
    .project-post-info {
      padding-bottom: 30px;
      width: 500px;
      max-width: 100%;
      margin: 0 auto; } }
  @media (max-width: 767px) {
    .project-post-info a {
      max-width: 570px;
      margin: 0 auto;
      display: block; } }
  .project-post-info a img {
    max-width: 100%; }
  .project-post-info .info-text {
    background: #fff;
    text-align: center;
    border: 1px solid #f1f1f1;
    padding: 20px 0px 10px 0px; }
    .project-post-info .info-text h4 {
      font: 500 15px/22px "Open Sans", sans-serif;
      letter-spacing: 0.3px;
      color: #242424;
      margin: 0;
      text-transform: uppercase;
      transition: all 300ms linear 0s; }
      .project-post-info .info-text h4:hover {
        color: #bc945e; }
    .project-post-info .info-text p {
      font: 400 14px/30px "Open Sans", sans-serif;
      letter-spacing: 0.3px;
      color: #898989;
      margin: 0; }

.projects-3 {
  background: #f7f6f7; }

.project-listing {
  padding: 0;
  margin: 0 0 25px;
  width: 100%; }
  @media (max-width: 1199px) {
    .project-listing {
      margin-bottom: 50px; } }
  @media (max-width: 767px) {
    .project-listing {
      margin-bottom: 0;
      padding: 0 0 20px; } }
  .project-listing:last-child {
    padding-bottom: 0px; }
  .project-listing .projects-img {
    position: relative;
    cursor: pointer;
    padding: 0;
    overflow: hidden; }
    .project-listing .projects-img img {
      max-width: 100%; }
    .project-listing .projects-img .projects-img-hover {
      position: relative; }
      .project-listing .projects-img .projects-img-hover:after, .project-listing .projects-img .projects-img-hover:before {
        content: '';
        position: absolute;
        width: 90.6%;
        height: 88%;
        display: block;
        transform: scaleY(0);
        transition-property: transform;
        transition: all 300ms linear 0s; }
        @media (max-width: 1199px) {
          .project-listing .projects-img .projects-img-hover:after, .project-listing .projects-img .projects-img-hover:before {
            width: 86.7%;
            height: 83.4%; } }
        @media (max-width: 991px) {
          .project-listing .projects-img .projects-img-hover:after, .project-listing .projects-img .projects-img-hover:before {
            display: none; } }
      .project-listing .projects-img .projects-img-hover:after {
        border-left: 1px solid #fff;
        border-top: 1px solid #fff;
        top: 20px;
        left: 20px;
        transform-origin: left top; }
      .project-listing .projects-img .projects-img-hover:before {
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        bottom: 19px;
        right: 52px;
        transform-origin: right bottom; }
    .project-listing .projects-img .projects-button {
      position: absolute;
      font: 400 14px/24px "Open Sans", sans-serif;
      color: #fff;
      padding: 5px 22px;
      background: #1d1d1d;
      border: 1px solid #b9af9d;
      top: 50%;
      right: -200px;
      transform: translateY(-50%);
      display: block;
      white-space: nowrap; }
  .project-listing .projects-content {
    width: 428px;
    height: 288px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    padding: 40px;
    transform: translateY(-50%);
    transition: all 300ms linear 0s; }
    @media (max-width: 1199px) {
      .project-listing .projects-content {
        height: 250px;
        padding: 30px; } }
    @media (max-width: 767px) {
      .project-listing .projects-content {
        position: relative;
        top: 100%;
        transform: translateY(0);
        width: 100%;
        float: left;
        height: auto; } }
    .project-listing .projects-content h3 {
      font: 500 16px/24px "Open Sans", sans-serif;
      letter-spacing: 0.3px;
      color: #303030;
      margin: 0;
      text-transform: uppercase; }
    .project-listing .projects-content h4 {
      font: 400 14px/24px "Open Sans", sans-serif;
      letter-spacing: 0.3px;
      color: #ababab;
      margin: 0; }
      .project-listing .projects-content h4:after {
        content: '';
        width: 50px;
        height: 2px;
        background: #d7953e;
        display: block;
        margin-top: 12px; }
    .project-listing .projects-content p {
      font: 14px/26px "Open Sans", sans-serif;
      letter-spacing: 0.3px;
      color: #898989;
      padding-top: 25px; }
  .project-listing:hover .projects-img-hover:after {
    transform: scale(1); }
  .project-listing:hover .projects-img-hover:before {
    transform: scale(1); }
  .project-listing:hover .projects-button {
    right: 52px; }
    @media (max-width: 991px) {
      .project-listing:hover .projects-button {
        right: calc(100% - 150px); } }
  .project-listing:hover .projects-content {
    background: #be793c; }
    .project-listing:hover .projects-content h3 {
      color: #fff; }
    .project-listing:hover .projects-content h4 {
      color: #fff; }
      .project-listing:hover .projects-content h4:after {
        background: #fff; }
    .project-listing:hover .projects-content p {
      color: #fff; }

.mfp-title a {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  letter-spacing: 1px;
  font-weight: bold; }

/*====================================================*/
.emergency-contact {
  background: #000;
  overflow: hidden; }
  .emergency-contact .left-side {
    width: calc(50% + 45px);
    float: left;
    position: relative;
    background: #57371f;
    height: 213px; }
    @media (max-width: 767px) {
      .emergency-contact .left-side {
        width: 100%;
        height: auto;
        padding: 25px 0; } }
    .emergency-contact .left-side:after {
      content: "";
      border-top: 213px solid transparent;
      border-left: 160px solid #57371f;
      position: absolute;
      left: 100%;
      top: 0;
      display: block; }
      @media (max-width: 767px) {
        .emergency-contact .left-side:after {
          display: none; } }
    .emergency-contact .left-side:before {
      content: "";
      position: absolute;
      border-top: 213px solid transparent;
      border-left: 174px solid #030504;
      line-height: 0px;
      top: 0;
      left: 100%; }
      @media (max-width: 767px) {
        .emergency-contact .left-side:before {
          display: none; } }
    .emergency-contact .left-side .content {
      max-width: 630px;
      margin-left: auto;
      margin-right: 0;
      position: relative;
      z-index: 2;
      top: 50%;
      transform: translateY(-50%); }
      @media (max-width: 1199px) {
        .emergency-contact .left-side .content {
          max-width: 513px; } }
      @media (max-width: 991px) {
        .emergency-contact .left-side .content {
          max-width: 400px; } }
      @media (max-width: 767px) {
        .emergency-contact .left-side .content {
          margin: 0 auto;
          max-width: 100%;
          width: 400px;
          padding: 0 15px;
          top: auto;
          transform: none; } }
      .emergency-contact .left-side .content img {
        margin-right: 15px; }
        @media (max-width: 991px) {
          .emergency-contact .left-side .content img {
            max-width: 28px; } }
      .emergency-contact .left-side .content h3 {
        font: 300 22px/32px "Open Sans", sans-serif;
        margin: 0px;
        color: #ffffff; }
        @media (max-width: 991px) {
          .emergency-contact .left-side .content h3 {
            font-size: 18px;
            line-height: 28px; } }
        .emergency-contact .left-side .content h3 + h3 {
          font-weight: 400;
          color: #bc945e;
          margin-bottom: 33px; }
          @media (max-width: 1199px) {
            .emergency-contact .left-side .content h3 + h3 {
              margin-bottom: 20px; } }
      .emergency-contact .left-side .content .phone {
        font: 300 28px/35px "PT Serif", serif;
        letter-spacing: 0.3px;
        color: #bc945e;
        font-style: italic;
        margin-right: 54px;
        display: block;
        float: left; }
        @media (max-width: 1199px) {
          .emergency-contact .left-side .content .phone {
            font-size: 20px;
            margin-right: 20px; } }
      .emergency-contact .left-side .content .email {
        font: 400 20px/35px "Open Sans", sans-serif;
        letter-spacing: 0.3px;
        color: #bc945e;
        margin: 0;
        display: inline-block; }
        @media (max-width: 1199px) {
          .emergency-contact .left-side .content .email {
            font-size: 18px; } }
  .emergency-contact .right-side {
    width: calc(50% - 45px);
    display: inline-block; }
    @media (max-width: 767px) {
      .emergency-contact .right-side {
        display: none; } }

/*====================================================*/
.header-breadcrumb {
  background: url("../images/about/banner.jpg") no-repeat scroll center 0 transparent;
  background-size: cover;
  padding: 212px 0px 88px;
  box-shadow: inset 0 37px 182px 55px rgba(0, 0, 0, 0.66); }
  @media (max-width: 767px) {
    .header-breadcrumb {
      padding: 80px 0; } }

.page-cover-tittle {
  font: 600 30px/26px "Open Sans", sans-serif;
  letter-spacing: 0.3px;
  color: #fff;
  display: inline-block;
  border: 1px dashed #81654d;
  padding: 12px 25px 10px;
  text-transform: uppercase;
  margin: 0;
  background: rgba(0, 0, 0, 0.4); }

.breadcrumb {
  background: none;
  display: inline-block;
  float: right;
  padding: 0;
  text-transform: capitalize;
  margin: 0; }
  @media (max-width: 450px) {
    .breadcrumb {
      float: none;
      display: block; } }
  .breadcrumb li a {
    font: 600 14px/35px "Open Sans", sans-serif;
    letter-spacing: 0.3px;
    color: #fff; }
  .breadcrumb li:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 7px;
    color: #fff;
    display: inline-block; }
  .breadcrumb li:first-child:before {
    content: "\f015";
    padding-left: 0; }
  .breadcrumb li + li:before {
    content: "\f105";
    color: #fff; }
  .breadcrumb > .active {
    font-family: "Open Sans", sans-serif;
    color: #fff; }

/*====================================================*/
.who-area {
  position: relative;
  background: url("../images/who-area/bg.png") no-repeat scroll right bottom; }
  @media (max-width: 991px) {
    .who-area {
      background-image: none; } }
  .who-area .who-are {
    margin-top: 50px; }
  .who-area .who-are-image {
    position: relative; }
    @media (max-width: 767px) {
      .who-area .who-are-image {
        width: 270px;
        margin: 0 auto; } }
    .who-area .who-are-image:after {
      content: '';
      position: absolute;
      border: 2px solid #fff;
      z-index: 4;
      display: block;
      top: 10px;
      left: 10px;
      bottom: 10px;
      right: 10px; }
    .who-area .who-are-image img {
      max-width: 100%; }
      @media (max-width: 1199px) {
        .who-area .who-are-image img {
          width: 100%; } }
  .who-area .who-are-texts {
    overflow: hidden;
    padding-left: 35px; }
    @media (max-width: 500px) {
      .who-area .who-are-texts {
        padding-left: 15px; } }
    .who-area .who-are-texts h3 {
      font: 400 20px/26px "Open Sans", sans-serif;
      letter-spacing: 0.3px;
      color: #242424;
      margin: 0; }
    .who-area .who-are-texts p {
      font: 400 14px/26px "Open Sans", sans-serif;
      letter-spacing: 0.3px;
      color: #898989;
      margin: 0;
      padding: 16px 0px 20px 0px; }
    .who-area .who-are-texts .who-text {
      display: block;
      padding-top: 47px;
      overflow: hidden; }
      .who-area .who-are-texts .who-text .list-left {
        margin: 0;
        padding: 0;
        display: block;
        width: 29%;
        float: left; }
        @media (max-width: 991px) {
          .who-area .who-are-texts .who-text .list-left {
            width: 50%; } }
        @media (max-width: 500px) {
          .who-area .who-are-texts .who-text .list-left {
            width: 100%; } }
        .who-area .who-are-texts .who-text .list-left ul {
          margin: 0;
          padding: 0; }
    @media (max-width: 991px) {
      .who-area .who-are-texts .media-left {
        padding-left: 25px; } }
    @media (max-width: 991px) {
      .who-area .who-are-texts .media-body {
        width: 100%;
        display: block; } }

.two-col-list {
  max-width: 530px; }
  .two-col-list li {
    list-style: none;
    font: 400 14px/33px "Raleway", sans-serif;
    color: #8e8d8d;
    white-space: nowrap;
    float: left;
    min-width: 265px; }
    .two-col-list li:before {
      content: "\f18e";
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      padding-right: 12px;
      color: #d7953e; }

.who-text-box {
  background: #f6f6f6;
  padding: 25px 10px 20px 10px;
  margin-top: 42px; }
  @media (max-width: 500px) {
    .who-text-box {
      padding: 25px 5px 20px 5px; } }
  .who-text-box .media-left {
    padding-right: 40px; }
    @media (max-width: 650px) {
      .who-text-box .media-left {
        display: inline-block;
        margin-bottom: 10px; } }
  .who-text-box .media-body {
    vertical-align: middle; }
    .who-text-box .media-body p {
      padding: 0;
      font: 400 14px/26px "Open Sans", sans-serif;
      letter-spacing: 0.3px;
      color: #898989;
      margin: 0; }

/*====================================================*/
.features-section {
  overflow: hidden; }
  .features-section .features-image {
    width: calc(50% - 210px);
    float: left;
    display: block;
    text-align: right; }
    @media (max-width: 1199px) {
      .features-section .features-image {
        width: 100%; } }
    @media (max-width: 1199px) {
      .features-section .features-image img {
        width: 100%; } }
  .features-section .features-area {
    background: url("../images/features/2.jpg") no-repeat scroll 0 100%;
    background-size: cover;
    width: calc(50% + 210px);
    float: left;
    position: relative; }
    @media (max-width: 1199px) {
      .features-section .features-area {
        width: 100%; } }
    .features-section .features-area:after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      background: #33251a;
      opacity: 0.95;
      top: 0;
      left: 0;
      display: block;
      z-index: 1; }
    .features-section .features-area .features {
      max-width: 850px;
      position: relative;
      z-index: 2; }
      @media (max-width: 1199px) {
        .features-section .features-area .features {
          margin: 0 auto; } }
      .features-section .features-area .features h4 {
        font: 700 16px/26px "Raleway", sans-serif;
        letter-spacing: 0.3px;
        color: #d99f42;
        text-transform: uppercase;
        margin-bottom: 8px; }
      .features-section .features-area .features p {
        font: 500 14px/26px "Raleway", sans-serif;
        letter-spacing: 0.3px;
        color: #9e8e82;
        margin-bottom: 40px; }
      .features-section .features-area .features .features-content {
        width: 50%;
        float: left;
        padding: 80px 30px 27px 35px; }
        @media (max-width: 639px) {
          .features-section .features-area .features .features-content {
            width: 100%; } }
        .features-section .features-area .features .features-content:first-child {
          background: #473729; }

/*====================================================*/
.service-certified .service-image {
  position: relative; }
  @media (max-width: 991px) {
    .service-certified .service-image {
      width: 370px;
      float: none;
      padding: 0;
      margin: 0 auto; } }
  @media (max-width: 380px) {
    .service-certified .service-image {
      width: 320px;
      float: none;
      margin: 0 auto; } }
  .service-certified .service-image:after {
    content: '';
    background: transparent;
    position: absolute;
    border: 2px solid #fff;
    display: block;
    top: 10px;
    left: 25px;
    bottom: 10px;
    right: 25px; }
    @media (max-width: 991px) {
      .service-certified .service-image:after {
        left: 10px;
        right: 10px; } }
  .service-certified .service-image img {
    max-width: 100%; }
.service-certified .service-content {
  border: 10px solid #f0f0f0;
  padding: 52px 30px 50px 64px; }
  @media (max-width: 1199px) {
    .service-certified .service-content {
      padding: 30px 10px 10px 20px; } }
  @media (max-width: 991px) {
    .service-certified .service-content {
      width: 370px;
      float: none;
      margin: 0 auto; } }
  @media (max-width: 380px) {
    .service-certified .service-content {
      width: 320px;
      float: none;
      margin: 0 auto;
      padding: 10px 10px; } }
  .service-certified .service-content h2 {
    font: bold 29px/25px "Alegreya", serif;
    letter-spacing: 0.3px;
    color: #242424;
    text-transform: uppercase;
    margin: 0;
    transition: all 300ms linear 0s;
    cursor: pointer; }
    @media (max-width: 1199px) {
      .service-certified .service-content h2 {
        font-size: 23px; } }
    .service-certified .service-content h2:hover {
      color: #bc945e; }
  .service-certified .service-content p {
    font: 400 14px/26px "Open Sans", sans-serif;
    letter-spacing: 0.3px;
    color: #898989;
    padding-bottom: 24px;
    padding-top: 22px;
    margin: 0; }
    @media (max-width: 1199px) {
      .service-certified .service-content p {
        padding-top: 7px;
        padding-bottom: 9px; } }
  .service-certified .service-content h4 {
    font: 400 18px/26px "Open Sans", sans-serif;
    color: #3d3d3d;
    letter-spacing: 0.3px;
    margin: 0; }

/*====================================================*/
.our-services {
  background: #f6f6f6; }
  .our-services p {
    font: 400 14px/26px "Open Sans", sans-serif;
    color: #898989;
    letter-spacing: 0.3px;
    padding-top: 29px; }
  .our-services .service-part {
    text-align: center;
    margin-top: 100px; }
    .our-services .service-part .service-icon {
      border-radius: 50%;
      width: 100px;
      height: 100px;
      background: #9c683f;
      text-align: center;
      line-height: 100px;
      position: absolute;
      left: 50%;
      top: -50px;
      transform: translateX(-50%); }
      .our-services .service-part .service-icon img {
        color: #fff; }
    .our-services .service-part .service-description {
      background: #fff;
      padding: 80px 20px 30px;
      border: 5px solid #f0f0f0;
      transition: all 300ms linear 0s;
      cursor: pointer; }
      @media (max-width: 1199px) {
        .our-services .service-part .service-description {
          padding: 50px; } }
      @media (max-width: 991px) {
        .our-services .service-part .service-description {
          padding: 30px 10px; } }
      .our-services .service-part .service-description h4 {
        font: bold 15px/1 "Open Sans", sans-serif;
        color: #242424;
        margin: 0 0 18px;
        text-transform: uppercase; }
        @media (max-width: 1199px) {
          .our-services .service-part .service-description h4 {
            margin-top: 50px; } }
      .our-services .service-part .service-description p {
        font: 14px/24px "Open Sans", sans-serif;
        color: #898989;
        margin-bottom: 0;
        letter-spacing: 0.1px;
        padding: 0; }
        @media (max-width: 1199px) {
          .our-services .service-part .service-description p {
            margin-bottom: 0;
            font-size: 14px;
            line-height: 24px; } }
      .our-services .service-part .service-description:hover {
        background: #9c683f;
        border-color: #9c683f; }
        .our-services .service-part .service-description:hover h4 {
          color: #fff; }
        .our-services .service-part .service-description:hover p {
          color: #fff; }

.featured-service-area {
  background: url("../images/services/featured-bg.jpg") no-repeat scroll 0 0;
  background-size: cover;
  position: relative; }
  .featured-service-area:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(63, 48, 36, 0.85);
    top: 0;
    left: 0;
    position: absolute; }
  .featured-service-area .common {
    z-index: 1; }
    .featured-service-area .common h2 {
      color: #fff; }
  .featured-service-area .service-featured {
    margin-top: 50px; }
  .featured-service-area .featured-service {
    text-align: center;
    z-index: 1; }
    @media (max-width: 767px) {
      .featured-service-area .featured-service {
        max-width: 270px;
        margin: 0 auto;
        padding: 0px 0px 25px 0px; } }
    .featured-service-area .featured-service img {
      max-width: 100%; }
    .featured-service-area .featured-service h4 {
      font: 400 16px/50px "Open Sans", sans-serif;
      color: #d9d9d9;
      margin: 0;
      border-bottom: 1px solid #5f5147;
      padding-top: 3px;
      transition: all 300ms linear 0s; }
      .featured-service-area .featured-service h4:hover {
        color: #bc945e; }
    @media (max-width: 767px) {
      .featured-service-area .featured-service:last-child {
        padding-bottom: 0px; } }

.core-featured-area {
  padding: 75px 0px 65px 0px; }
  @media (max-width: 991px) {
    .core-featured-area {
      padding-bottom: 50px; } }
  .core-featured-area .core-featured {
    padding-top: 50px; }
    .core-featured-area .core-featured .core-feature i {
      font-size: 62px;
      color: #b67b4a; }
    .core-featured-area .core-featured .core-feature h4 {
      font: bold 20px/28px "Alegreya", serif;
      letter-spacing: 0.3px;
      color: #242424;
      text-transform: uppercase;
      margin-top: 28px;
      transition: all 300ms linear 0s; }
      .core-featured-area .core-featured .core-feature h4:hover {
        color: #bc945e; }
    .core-featured-area .core-featured .core-feature p {
      font: 400 14px/26px "Open Sans", sans-serif;
      letter-spacing: 0.3px;
      color: #898989; }
    @media (max-width: 991px) {
      .core-featured-area .core-featured .core-feature {
        margin-bottom: 15px; } }
    @media (max-width: 767px) {
      .core-featured-area .core-featured .core-feature {
        padding: 0px 15px; } }

/*====================================================*/
.services .sidebar {
  width: 330px; }
  @media (max-width: 767px) {
    .services .sidebar {
      width: auto; } }
  .services .sidebar .nav-tabs {
    border-bottom: 0px; }
    .services .sidebar .nav-tabs li {
      width: 100%;
      margin-bottom: 10px;
      border: 1px solid #e8e8e8; }
      @media (max-width: 767px) {
        .services .sidebar .nav-tabs li {
          width: auto;
          float: left;
          margin-left: 5px; } }
      @media (max-width: 480px) {
        .services .sidebar .nav-tabs li {
          width: 100%; } }
      .services .sidebar .nav-tabs li:last-child {
        margin-bottom: 0px; }
      .services .sidebar .nav-tabs li a {
        background: #fff;
        border: none;
        margin-right: 0px;
        letter-spacing: 0.30px;
        border-radius: 0px;
        color: #242424;
        font-size: 15px;
        line-height: 35px;
        font-family: "Open Sans", sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        padding-left: 21px; }
        .services .sidebar .nav-tabs li a:hover, .services .sidebar .nav-tabs li a:focus {
          background: #bc945e;
          color: #fff;
          border: 0px; }
        .services .sidebar .nav-tabs li a .fa {
          margin-right: 15px;
          padding-left: 5px; }
          @media (max-width: 991px) {
            .services .sidebar .nav-tabs li a .fa {
              margin-right: 10px;
              padding-left: 0; } }
      .services .sidebar .nav-tabs li.active a {
        background: #bc945e;
        color: #fff; }
  @media (max-width: 767px) {
    .services .sidebar .sidebar_ad {
      width: auto;
      float: left;
      margin-right: 30px; } }
  .services .sidebar .sidebar_ad img {
    max-width: 100%; }
  .services .sidebar .downloads {
    float: left;
    padding-top: 42px; }
    @media (max-width: 767px) {
      .services .sidebar .downloads {
        padding-left: 8px; } }
    .services .sidebar .downloads h4 {
      font-family: "Alegreya", serif;
      font-weight: bold;
      font-size: 20px;
      line-height: 28px;
      letter-spacing: 0.10px;
      margin-top: 0;
      padding-bottom: 15px;
      position: relative;
      margin-bottom: 30px; }
      .services .sidebar .downloads h4:before {
        content: "";
        width: 50px;
        height: 3px;
        display: inline-block;
        background: #d7953e;
        position: absolute;
        bottom: 0; }
    .services .sidebar .downloads .dload {
      margin-bottom: 20px;
      background: #bc945e;
      padding: 5px; }
      .services .sidebar .downloads .dload:last-child {
        margin-bottom: 0px; }
      .services .sidebar .downloads .dload .dlbg {
        border: 1px solid #d0b48f;
        padding: 0px 22px 13px 20px; }
        .services .sidebar .downloads .dload .dlbg a {
          font-family: "Open Sans", sans-serif;
          font-weight: 400;
          font-size: 18px;
          color: #fff;
          line-height: 22px;
          letter-spacing: 0.3px;
          display: inline-block; }
          .services .sidebar .downloads .dload .dlbg a .icon-Download {
            padding-left: 48px; }
            @media (max-width: 350px) {
              .services .sidebar .downloads .dload .dlbg a .icon-Download {
                padding-left: 20px; } }
          .services .sidebar .downloads .dload .dlbg a i {
            font-size: 24px;
            padding-left: 60px; }
            @media (max-width: 350px) {
              .services .sidebar .downloads .dload .dlbg a i {
                padding-left: 20px; } }
          .services .sidebar .downloads .dload .dlbg a + a {
            padding-top: 10px;
            padding-bottom: 0; }
        .services .sidebar .downloads .dload .dlbg img {
          padding-left: 17px; }
        .services .sidebar .downloads .dload .dlbg .recent {
          font-family: "Open Sans", sans-serif;
          font-weight: 600; }
.services .tab_pages {
  width: calc(100% - 330px); }
  @media (max-width: 767px) {
    .services .tab_pages {
      width: 100%;
      padding-top: 40px;
      clear: both;
      padding-left: 23px; } }
  .services .tab_pages .tab-content {
    padding-left: 40px; }
    @media (max-width: 991px) {
      .services .tab_pages .tab-content {
        padding-left: 0; } }
    .services .tab_pages .tab-content .tab-pane .tab_inn_cont_1 img {
      max-width: 100%;
      padding-top: 10px; }
    .services .tab_pages .tab-content .tab-pane .tab_inn_cont_1 h3 {
      margin-top: 50px;
      margin-bottom: 20px;
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      font-size: 24px;
      list-style: 28px;
      text-transform: capitalize;
      letter-spacing: 0.30px;
      color: #242424; }
    .services .tab_pages .tab-content .tab-pane .tab_inn_cont_1 p {
      padding: 0px;
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      line-height: 28px;
      letter-spacing: 0.3px;
      color: #898989; }
    @media (max-width: 991px) {
      .services .tab_pages .tab-content .tab-pane .tab_inn_cont_2 .cont_left {
        width: 100%; } }
    .services .tab_pages .tab-content .tab-pane .tab_inn_cont_2 .cont_left h3 {
      padding-bottom: 20px;
      margin: 0px;
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      font-size: 20px;
      line-height: 28px;
      letter-spacing: 0.30px;
      color: #242424;
      margin-top: 29px; }
    .services .tab_pages .tab-content .tab-pane .tab_inn_cont_2 .cont_left p {
      padding: 0px;
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      line-height: 28px;
      letter-spacing: 0.3px;
      color: #898989; }
    @media (max-width: 991px) {
      .services .tab_pages .tab-content .tab-pane .tab_inn_cont_2 .cont_right {
        width: 100%; } }
    @media (max-width: 767px) {
      .services .tab_pages .tab-content .tab-pane .tab_inn_cont_2 .cont_right {
        margin-bottom: 10px; } }
    .services .tab_pages .tab-content .tab-pane .tab_inn_cont_2 .cont_right img {
      max-width: 100%;
      padding-bottom: 30px;
      padding-top: 70px; }
      @media (max-width: 767px) {
        .services .tab_pages .tab-content .tab-pane .tab_inn_cont_2 .cont_right img {
          padding: 0; } }
      .services .tab_pages .tab-content .tab-pane .tab_inn_cont_2 .cont_right img + img {
        padding-top: 0; }
        @media (max-width: 767px) {
          .services .tab_pages .tab-content .tab-pane .tab_inn_cont_2 .cont_right img + img {
            margin-left: 15px; } }
        @media (max-width: 599px) {
          .services .tab_pages .tab-content .tab-pane .tab_inn_cont_2 .cont_right img + img {
            margin-left: 0px; } }
        @media (max-width: 580px) {
          .services .tab_pages .tab-content .tab-pane .tab_inn_cont_2 .cont_right img + img {
            margin-left: 0px;
            padding-top: 20px; } }

/*====================================================*/
.team-area .our-team {
  margin-top: 50px; }

.team {
  transition: all 300ms linear 0s;
  cursor: pointer;
  position: relative;
  overflow: hidden; }
  @media (max-width: 991px) {
    .team {
      padding: 15px; } }
  @media (max-width: 767px) {
    .team {
      padding: 15px;
      width: 400px;
      max-width: 100%;
      margin: 0 auto; } }
  .team .team-images {
    background: #e9e3da;
    text-align: center;
    position: relative;
    z-index: 0;
    overflow: hidden;
    height: 297px; }
    .team .team-images:after {
      content: '';
      background: transparent;
      position: absolute;
      border: 1px solid #fff;
      z-index: -1;
      display: block;
      top: 10px;
      left: 10px;
      bottom: 10px;
      right: 10px;
      transition: all 300ms linear 0s; }
    .team .team-images:before {
      position: absolute;
      background-color: rgba(0, 0, 0, 0.45);
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      transform: scale(0.2);
      transition: all 300ms;
      opacity: 0; }
    .team .team-images img {
      max-width: 100%;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
  .team .team-content {
    background: #c89551;
    padding: 17px 0px;
    text-align: center;
    cursor: pointer;
    position: relative; }
    .team .team-content h4 {
      font: 500 18px/22px "Open Sans", sans-serif;
      letter-spacing: 0.3px;
      color: #fff;
      margin: 0; }
    .team .team-content p {
      font: 400 14px/22px "Open Sans", sans-serif;
      letter-spacing: 0.3px;
      color: #fff;
      margin: 0; }
  .team .social-icons {
    display: table;
    position: absolute;
    bottom: 15px;
    width: calc(100% - 30px);
    text-align: center;
    transition: all 300ms linear 0s; }
    .team .social-icons li {
      display: inline-block; }
      .team .social-icons li + li {
        margin-left: 25px; }
        @media (max-width: 1199px) {
          .team .social-icons li + li {
            margin-left: 15px; } }
      .team .social-icons li a {
        font-size: 22px;
        color: #fff;
        padding: 0; }
        .team .social-icons li a:hover, .team .social-icons li a:focus {
          background: none;
          color: #c89551; }
  .team:hover .social-icons {
    bottom: 125px; }
  .team:hover .team-images:after {
    border: 10px solid #c89551;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 1; }
  .team:hover .team-images:before {
    transform: scale(1);
    opacity: 1; }

.dedicated-team {
  padding-top: 22px; }
  .dedicated-team .our-teams {
    margin-bottom: 30px; }

/*====================================================*/
.faq-section-area {
  padding-bottom: 80px; }

.search-faq {
  background: #f1f1f1;
  padding: 32px 28px;
  margin: 30px 0px 60px 0px; }
  @media (max-width: 479px) {
    .search-faq .search-form .input-group {
      width: 100%; } }
  .search-faq .search-form .form-control {
    font: 400 14px/37px "Open Sans", sans-serif;
    height: 42px;
    border-radius: 0px;
    border: 1px solid #dbdbdb;
    outline: none;
    box-shadow: none; }
    @media (max-width: 479px) {
      .search-faq .search-form .form-control {
        margin-bottom: 5px; } }
    .search-faq .search-form .form-control + .input-group-addon {
      padding: 0;
      border: 1px solid #e9e9e9;
      border-radius: 0px;
      background: #7f5734; }
      @media (max-width: 479px) {
        .search-faq .search-form .form-control + .input-group-addon {
          width: 100%;
          float: left; } }
      .search-faq .search-form .form-control + .input-group-addon button {
        border: 0;
        padding: 7px 31px;
        font: 400 16px/25px "Raleway", sans-serif;
        letter-spacing: 0.3px;
        background-color: transparent;
        text-transform: uppercase;
        color: #fff; }
    .search-faq .search-form .form-control.placeholder {
      color: #ccc; }
    .search-faq .search-form .form-control:-moz-placeholder {
      color: #ccc; }
    .search-faq .search-form .form-control::-webkit-input-placeholder {
      color: #ccc; }

.faq-accordian-area .panel {
  border-radius: 0px;
  border: 1px solid #e9e9e9;
  margin-top: 20px;
  box-shadow: none; }
  .faq-accordian-area .panel .panel-heading {
    background: none;
    padding: 0; }
    .faq-accordian-area .panel .panel-heading .panel-title {
      font: 400 14px/26px "Open Sans", sans-serif;
      color: #898989;
      letter-spacing: 0.3px; }
      .faq-accordian-area .panel .panel-heading .panel-title a {
        background: #f9f9f9;
        padding: 14px 20px 11px 20px;
        display: block; }
        @media (max-width: 700px) {
          .faq-accordian-area .panel .panel-heading .panel-title a {
            padding: 14px 5px 10px 5px; } }
        @media (max-width: 650px) {
          .faq-accordian-area .panel .panel-heading .panel-title a {
            padding: 14px 20px 11px 20px; } }
        .faq-accordian-area .panel .panel-heading .panel-title a i {
          float: right;
          font-size: 24px;
          line-height: 26px; }
          @media (max-width: 767px) {
            .faq-accordian-area .panel .panel-heading .panel-title a i {
              float: none;
              font-size: 18px;
              margin-left: 10px; } }
          @media (max-width: 650px) {
            .faq-accordian-area .panel .panel-heading .panel-title a i {
              position: relative;
              float: none;
              top: 4px;
              left: 10px; } }
        .faq-accordian-area .panel .panel-heading .panel-title a .fa-angle-up {
          display: block; }
          @media (max-width: 1199px) {
            .faq-accordian-area .panel .panel-heading .panel-title a .fa-angle-up {
              display: inline-block; } }
          @media (max-width: 650px) {
            .faq-accordian-area .panel .panel-heading .panel-title a .fa-angle-up {
              display: inline-block; } }
        .faq-accordian-area .panel .panel-heading .panel-title a .fa-angle-down {
          display: none; }
        .faq-accordian-area .panel .panel-heading .panel-title a.collapsed {
          background: transparent; }
          .faq-accordian-area .panel .panel-heading .panel-title a.collapsed .fa-angle-down {
            display: block; }
            @media (max-width: 1199px) {
              .faq-accordian-area .panel .panel-heading .panel-title a.collapsed .fa-angle-down {
                display: inline-block; } }
            @media (max-width: 650px) {
              .faq-accordian-area .panel .panel-heading .panel-title a.collapsed .fa-angle-down {
                display: inline-block; } }
          .faq-accordian-area .panel .panel-heading .panel-title a.collapsed .fa-angle-up {
            display: none; }
  .faq-accordian-area .panel:first-child {
    margin-top: 0; }
.faq-accordian-area .faq-content {
  padding: 20px 30px 38px 31px;
  border-top-color: #e9e9e9; }
  .faq-accordian-area .faq-content h3 {
    font: 300 24px/28px "Open Sans", sans-serif;
    color: #242424;
    letter-spacing: 0.3px; }
  .faq-accordian-area .faq-content p {
    font: 400 14px/26px "Open Sans", sans-serif;
    color: #898989;
    letter-spacing: 0.3px; }
  .faq-accordian-area .faq-content .media {
    margin-top: 20px; }
    .faq-accordian-area .faq-content .media .media-left {
      padding-right: 24px; }
      @media (max-width: 991px) {
        .faq-accordian-area .faq-content .media .media-left {
          display: inline-block;
          padding-bottom: 20px; } }
      @media (max-width: 767px) {
        .faq-accordian-area .faq-content .media .media-left {
          display: table-cell;
          padding-bottom: 0; } }
      @media (max-width: 650px) {
        .faq-accordian-area .faq-content .media .media-left {
          display: inline-block;
          padding-bottom: 20px; } }

/*====================================================*/
.blogs-area {
  background: #f5f4f4; }

.blog {
  margin: 0;
  text-align: center; }
  @media (max-width: 767px) {
    .blog {
      width: 470px;
      max-width: 100%;
      margin: 0 auto; } }
  .blog + .blog {
    margin-top: 50px; }
  .blog .featured_img a {
    display: block; }
  .blog .featured_img img {
    display: inline-block;
    width: 100%; }
  .blog .post-contents {
    padding: 70px 20px 15px;
    position: relative;
    border: 5px solid #f0f0f0; }
    @media (max-width: 479px) {
      .blog .post-contents {
        padding-left: 15px;
        padding-right: 15px; } }
  .blog .post-title {
    text-transform: capitalize;
    font: 400 20px/26px "Open Sans", sans-serif;
    margin: 0 0 10px;
    margin-bottom: 5px;
    color: #000;
    letter-spacing: 0;
    text-align: center; }
    .blog .post-title a {
      color: #000; }
  .blog .post-date {
    position: absolute;
    width: 92px;
    text-transform: capitalize;
    display: block;
    text-align: center;
    font: 600 25px/22px "Open Sans", sans-serif;
    color: #fff;
    height: 92px;
    background: #804f28;
    padding-top: 22px;
    border-radius: 50%;
    border: 5px solid #fff;
    transform: translate(-50%, -50%);
    top: 0;
    left: 50%; }
    .blog .post-date span {
      display: block;
      font: 14px/20px "Open Sans", sans-serif; }
  .blog p {
    font: 400 14px/26px "Open Sans", sans-serif;
    color: #898989; }
    .blog p a {
      color: #8e8d8d;
      text-decoration: underline; }
    .blog p strong {
      font-style: italic;
      font-size: 16px; }
  .blog .post-meta {
    display: table;
    margin: 0 auto 13px; }
    .blog .post-meta li {
      float: left;
      color: #bbbbbb;
      font: 400 13px/37px "Open Sans", sans-serif; }
      @media (max-width: 499px) {
        .blog .post-meta li {
          display: block;
          float: none;
          line-height: 22px;
          text-align: center; } }
      .blog .post-meta li:before {
        content: '';
        background: #c2c2c2;
        margin-right: 15px;
        width: 1px;
        height: 14px;
        bottom: -3px;
        position: relative;
        display: inline-block; }
        @media (max-width: 499px) {
          .blog .post-meta li:before {
            display: none; } }
      .blog .post-meta li + li {
        margin-left: 12px; }
      .blog .post-meta li i {
        color: #d7953e;
        margin-right: 10px;
        font-size: 16px; }
      .blog .post-meta li a {
        color: #bbbbbb;
        padding: 0;
        display: inline-block;
        letter-spacing: 0.3px; }
        .blog .post-meta li a:hover, .blog .post-meta li a:focus {
          background: none;
          color: #bc945e; }
      .blog .post-meta li:first-child:before {
        display: none; }
  .blog .info {
    color: #999; }
  .blog h3 {
    margin-bottom: 20px;
    font: 500 22px/1 "Open Sans", sans-serif;
    letter-spacing: 0.3px; }
  .blog .read-more {
    background: none;
    border: 1px solid #cdcdcd;
    text-transform: uppercase;
    letter-spacing: 1px;
    font: 600 13px/30px "Open Sans", sans-serif;
    color: #ae7a51;
    margin-top: 22px;
    padding: 7px 27px 4px 27px;
    display: inline-block;
    margin-bottom: 30px; }
    .blog .read-more:hover, .blog .read-more:focus {
      color: #000; }
    @media (max-width: 767px) {
      .blog .read-more {
        margin-bottom: 0; } }
  .blog.blog-details {
    text-align: left; }
    .blog.blog-details .post-contents {
      border: none;
      padding-left: 0;
      padding-right: 0; }
      .blog.blog-details .post-contents h4 {
        letter-spacing: 0.3px; }

/*Blog*/
/*blog-social*/
.posts-social {
  padding: 10px 0px 6px 20px;
  border: 1px solid #e9e9e9;
  margin: 0px 0px 30px 0px; }
  @media (max-width: 479px) {
    .posts-social {
      padding-left: 15px; } }
  .posts-social .post-count {
    float: left;
    color: #242424;
    font: 600 16px/26px "Open Sans", sans-serif;
    text-transform: uppercase; }
  .posts-social .social {
    float: left;
    padding-left: 30px; }
    @media (max-width: 479px) {
      .posts-social .social {
        float: left; } }
    .posts-social .social li {
      float: left; }
      .posts-social .social li a {
        color: #010101;
        padding: 0 10px;
        font-size: 16px;
        color: #c3c3c3; }
        @media (max-width: 340px) {
          .posts-social .social li a {
            padding: 0 7px; } }
        .posts-social .social li a:hover, .posts-social .social li a:focus {
          background-color: transparent;
          color: #bc945e; }

.pagination {
  display: table;
  margin: 50px auto 30px; }
  .pagination li {
    float: left; }
    .pagination li a {
      color: #898989;
      font: 24px/46px "PT Serif", serif;
      padding: 0 18px;
      border-color: #dfdfdf;
      border-radius: 0px; }
      @media (max-width: 1199px) {
        .pagination li a {
          font: 18px/40px "PT Serif", serif;
          padding: 0 14px; } }
    .pagination li + li {
      margin-left: 10px; }
    .pagination li:first-child a, .pagination li:last-child a {
      border-radius: 0; }
    .pagination li.active a, .pagination li:hover a, .pagination li:focus a {
      color: #000;
      border-radius: 0px;
      background: #bc945e;
      border-color: #bc945e; }
      .pagination li.active a:hover, .pagination li:hover a:hover, .pagination li:focus a:hover {
        background: #bc945e;
        border-color: #bc945e; }

.sidebar_section {
  padding-left: 38px; }
  @media (max-width: 1199px) {
    .sidebar_section {
      padding-left: 15px;
      padding-top: 40px; } }
  .sidebar_section .sidebar {
    padding: 50px 30px;
    border: 1px solid #e5e5e5;
    background: #fcfcfc; }

.widget {
  margin: 0; }
  .widget + .widget {
    margin-top: 34px; }
  .widget .widget-title {
    margin: 0;
    font: bold 20px/1 "Alegreya", serif;
    color: #242424;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 15px; }
    .widget .widget-title:before {
      content: '';
      display: inline-block;
      width: 35px;
      height: 2px;
      background: #e1ba60;
      position: absolute;
      bottom: 0; }
  .widget .widget-inner {
    margin: 0; }
    .widget .widget-inner .categories {
      margin-top: 18px; }
  .widget .clouds {
    margin-top: 30px; }
  @media (max-width: 767px) {
    .widget .search-form .input-group {
      width: 100%; } }
  @media (max-width: 350px) {
    .widget .search-form .input-group {
      width: 97%; } }
  .widget .search-form .form-control {
    height: 48px;
    border-radius: 0;
    background: #bc945e;
    border: none;
    font: 14px/48px "Open Sans", sans-serif;
    padding: 0 15px;
    box-shadow: none;
    color: #fff;
    z-index: 0; }
    .widget .search-form .form-control::-moz-placeholder {
      color: #fff; }
    .widget .search-form .form-control:-ms-input-placeholder {
      color: #fff; }
    .widget .search-form .form-control.placeholder {
      line-height: 54px;
      color: #fff; }
      @media (max-width: 1199px) {
        .widget .search-form .form-control.placeholder {
          font-size: 12px; } }
      @media (max-width: 767px) {
        .widget .search-form .form-control.placeholder {
          font-size: 14px; } }
    .widget .search-form .form-control:-moz-placeholder {
      line-height: 54px;
      color: #fff; }
      @media (max-width: 1199px) {
        .widget .search-form .form-control:-moz-placeholder {
          font-size: 12px; } }
      @media (max-width: 767px) {
        .widget .search-form .form-control:-moz-placeholder {
          font-size: 14px; } }
    .widget .search-form .form-control::-webkit-input-placeholder {
      line-height: 54px;
      color: #fff; }
      @media (max-width: 1199px) {
        .widget .search-form .form-control::-webkit-input-placeholder {
          font-size: 12px; } }
      @media (max-width: 767px) {
        .widget .search-form .form-control::-webkit-input-placeholder {
          font-size: 14px; } }
    .widget .search-form .form-control + .input-group-addon {
      padding: 0;
      border: 0;
      border-radius: 0;
      background: #bc945e; }
      .widget .search-form .form-control + .input-group-addon button {
        border: 0;
        background: #bc945e;
        color: #fff;
        font-size: 16px;
        line-height: 46px;
        padding-right: 15px; }
  .widget ul.categories li a {
    color: #898989;
    padding: 0;
    font: 14px/37px "Open Sans", sans-serif;
    letter-spacing: 0.3px;
    display: block;
    padding-left: 20px; }
    @media (max-width: 767px) {
      .widget ul.categories li a {
        float: none; } }
    .widget ul.categories li a i {
      line-height: 37px;
      width: 20px;
      height: auto;
      display: block;
      float: left;
      margin-left: -20px; }
      @media (max-width: 767px) {
        .widget ul.categories li a i {
          line-height: 37px; } }
    .widget ul.categories li a:hover, .widget ul.categories li a:focus {
      color: #222;
      background: none; }
  .widget .popular-post {
    margin-top: 30px; }
    .widget .popular-post .media-left {
      padding-right: 30px; }
      @media (max-width: 479px) {
        .widget .popular-post .media-left {
          display: block;
          padding-bottom: 15px;
          padding-right: 0; } }
      .widget .popular-post .media-left a {
        width: 120px;
        display: block; }
        .widget .popular-post .media-left a img {
          max-width: 100%; }
    .widget .popular-post .media-body h5 {
      margin: 0;
      font: 600 13px/20px "Open Sans", sans-serif; }
      .widget .popular-post .media-body h5 + h5 {
        font-weight: 400; }
      .widget .popular-post .media-body h5.post-title a {
        color: #242424;
        text-transform: capitalize; }
      .widget .popular-post .media-body h5.post-date {
        margin-top: 12px; }
        .widget .popular-post .media-body h5.post-date a {
          color: #999;
          text-transform: uppercase; }
  .widget .widget-tag {
    padding: 5px 23px;
    font: 14px/28px "Open Sans", sans-serif;
    white-space: nowrap;
    color: #787878;
    background: #fff;
    border: 1px solid #e4e4e4;
    float: left;
    display: block;
    margin-right: 10px;
    margin-bottom: 10px;
    text-transform: capitalize;
    border-radius: 20px; }
    .widget .widget-tag:hover {
      background: #bc945e;
      color: #fff; }
    .widget .widget-tag.active {
      background: #bc945e;
      color: #fff; }
  .widget .tag {
    margin-right: 0; }
    @media (max-width: 767px) {
      .widget .tag {
        margin-right: 10px; } }
    @media (max-width: 350px) {
      .widget .tag {
        margin-right: 0; } }
  .widget .text-widegt {
    margin-top: 26px; }
    .widget .text-widegt p {
      font: 400 14px/26px "Open Sans", sans-serif;
      letter-spacing: 0.3px;
      color: #898989; }
  .widget.text-widget-post {
    margin-top: 51px; }
  .widget.widget-search {
    background: #fff; }

.widget-search {
  margin-top: -50px;
  margin-left: -30px;
  margin-right: -30px;
  padding: 30px;
  border-bottom: 1px solid #e5e5e5; }
  .widget-search .widget-inner {
    margin-top: 0; }

.about-post-author {
  margin: 0 0px 30px 0px; }
  .about-post-author .author-bio {
    padding: 25px;
    background: #f9f9f9; }
    @media (max-width: 479px) {
      .about-post-author .author-bio {
        padding: 15px; } }
    .about-post-author .author-bio .media-left {
      padding-right: 0px; }
      @media (max-width: 479px) {
        .about-post-author .author-bio .media-left {
          padding-right: 0;
          display: block;
          padding-bottom: 30px; } }
      .about-post-author .author-bio .media-left a {
        display: block;
        width: 122px;
        height: 122px; }
        @media (max-width: 480px) {
          .about-post-author .author-bio .media-left a {
            display: inline-block; } }
    .about-post-author .author-bio .media-body h4 {
      text-transform: uppercase;
      margin: 0 0 10px;
      font: 500 16px/1 "Open Sans", sans-serif;
      color: #353535; }
      .about-post-author .author-bio .media-body h4 a {
        color: #353535; }
        .about-post-author .author-bio .media-body h4 a small {
          color: #FFF;
          margin-left: 5px;
          text-transform: capitalize; }
    .about-post-author .author-bio .media-body p {
      color: #898989;
      margin-bottom: 0;
      font: 14px/26px "Open Sans", sans-serif; }

.comments_count, .leave-comment-title {
  margin: 30px 0px 0px 33px;
  font: 600 16px/20px "Open Sans", sans-serif;
  color: #242424;
  text-transform: uppercase; }
  @media (max-width: 400px) {
    .comments_count, .leave-comment-title {
      margin-left: 20px; } }

.comments {
  margin: 0px 0px 30px 0px;
  border: 1px solid #eee; }
  .comments .comment {
    padding: 50px 0px;
    margin: 0px 30px; }
    @media (max-width: 400px) {
      .comments .comment {
        margin: 0 5px 0 15px;
        text-align: center; } }
    .comments .comment + .comment {
      margin-top: 0;
      border-top: 1px solid #eee; }
    .comments .comment .media-left {
      padding: 8px 30px 0px 5px; }
      @media (max-width: 479px) {
        .comments .comment .media-left {
          padding-right: 0;
          padding-bottom: 20px;
          display: block; } }
      .comments .comment .media-left a {
        display: block;
        width: 70px;
        height: 70px; }
        .comments .comment .media-left a img {
          max-width: 100%; }
    @media (max-width: 991px) {
      .comments .comment .media-body {
        overflow: visible; } }
    .comments .comment .media-body h5 {
      font: 400 16px/28px "Open Sans", sans-serif;
      margin: 0;
      color: #242424; }
    .comments .comment .media-body p {
      font: 400 14px/30px "Open Sans", sans-serif;
      color: #898989; }
    .comments .comment .media-body .date-reply {
      margin: 9px 0 9px; }
      .comments .comment .media-body .date-reply li {
        float: left; }
        @media (max-width: 400px) {
          .comments .comment .media-body .date-reply li {
            display: inline-block;
            text-align: center;
            float: none; } }
        .comments .comment .media-body .date-reply li a {
          padding: 0;
          font: 13px/1 "Open Sans", sans-serif;
          text-transform: capitalize;
          color: #c2c2c2; }
          .comments .comment .media-body .date-reply li a:hover, .comments .comment .media-body .date-reply li a:focus {
            background: none; }
        .comments .comment .media-body .date-reply li + li {
          color: #bc945e; }
          .comments .comment .media-body .date-reply li + li:before {
            content: '';
            width: 1px;
            height: 13px;
            float: left;
            background: #c2c2c2;
            margin: 0 10px; }
          .comments .comment .media-body .date-reply li + li a {
            float: left;
            color: #bc945e; }
    .comments .comment.reply {
      padding-left: 0;
      margin: 0px; }
      @media (max-width: 991px) {
        .comments .comment.reply {
          margin-left: -70px; } }
      @media (max-width: 479px) {
        .comments .comment.reply {
          margin-left: 30px; } }
      @media (max-width: 400px) {
        .comments .comment.reply {
          margin-left: 0px; } }
      .comments .comment.reply:last-child {
        padding-bottom: 0; }

.comment_form {
  padding: 30px;
  border: 1px solid #eee;
  margin: 0px;
  background: #fff; }
  @media (max-width: 479px) {
    .comment_form {
      padding: 20px 15px; } }
  .comment_form .leave-comment-title {
    margin: 0px 0px 26px 0px;
    font: bold 20px/28px "Alegreya", serif;
    color: #353535; }
  .comment_form .form-control {
    border-radius: 0;
    padding: 9px 20px;
    font: 14px/25px "Open Sans", sans-serif;
    color: #000;
    margin-bottom: 20px;
    background: #f9f9f9;
    border: 1px solid #ebebeb;
    box-shadow: none; }
    .comment_form .form-control::-moz-placeholder {
      color: #c4c4c4;
      opacity: 1; }
    .comment_form .form-control:-ms-input-placeholder {
      color: #c4c4c4; }
    .comment_form .form-control::-webkit-input-placeholder {
      color: #c4c4c4; }
  .comment_form input {
    width: 48%;
    float: left;
    height: 42px; }
    @media (max-width: 1199px) {
      .comment_form input {
        width: 47%; } }
    @media (max-width: 991px) {
      .comment_form input {
        width: 46%; } }
    @media (max-width: 767px) {
      .comment_form input {
        width: 100%; } }
    @media (max-width: 479px) {
      .comment_form input {
        width: 100%; } }
    .comment_form input + input {
      margin-left: 26px; }
      @media (max-width: 1199px) {
        .comment_form input + input {
          margin-left: 31px; } }
      @media (max-width: 767px) {
        .comment_form input + input {
          margin-left: 0; } }
      @media (max-width: 479px) {
        .comment_form input + input {
          margin-left: 0; } }
  .comment_form textarea {
    height: 188px;
    resize: none;
    margin-bottom: 32px; }
  .comment_form .btn-primary {
    background: none;
    border: 1px solid #cdcdcd;
    text-transform: uppercase;
    letter-spacing: 1px;
    font: 600 13px/30px "Open Sans", sans-serif;
    padding: 5px 40px 2px 40px;
    color: #ae7a51;
    margin-top: 10px;
    border-radius: 0; }
    .comment_form .btn-primary:hover, .comment_form .btn-primary:focus {
      color: #000;
      border-radius: 0; }

.post-list {
  margin: 0;
  width: 100%; }
  .post-list li {
    float: left;
    width: 270px;
    font: 400 14px/30px "Open Sans", sans-serif;
    color: #d7953e;
    letter-spacing: 0.3px; }
    .post-list li:before {
      content: "+";
      font: normal normal normal 14px/1 FontAwesome;
      font-size: 12px;
      text-rendering: auto;
      padding-right: 10px; }

/*List*/
blockquote {
  padding: 30px;
  border: none;
  background: #f5f4f4;
  margin-top: 27px; }
  @media (max-width: 479px) {
    blockquote {
      padding: 5px; } }
  blockquote:before {
    float: left;
    content: "\f10d";
    display: inline-block;
    font: normal normal normal 55px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 70px;
    color: #d0d0d0; }
    @media (max-width: 1199px) {
      blockquote:before {
        font-size: 30px;
        width: 40px; } }
  blockquote p {
    float: left;
    font: 400 16px/26px "Open Sans", sans-serif;
    letter-spacing: 0.3px;
    color: #898989;
    width: calc(100% - 70px);
    margin: 5px 0 0;
    padding-left: 14px; }
    @media (max-width: 1199px) {
      blockquote p {
        margin: 0; } }
  blockquote footer {
    text-align: right;
    color: #fe5454;
    font: 300 14px/26px "Raleway", sans-serif;
    font-style: italic; }
    blockquote footer a {
      color: #fe5454; }

/*====================================================*/
.projects-description-area {
  padding: 80px 0px 70px 0px; }
  @media (max-width: 767px) {
    .projects-description-area .main_photos .col-sm-5 img {
      margin-top: 20px; } }
  .projects-description-area .projects-description img {
    width: 100%; }
  .projects-description-area .projects-description .project-top {
    padding: 48px 0px;
    border-bottom: 1px solid #e5e5e5; }
    .projects-description-area .projects-description .project-top h2 {
      font-size: 22px;
      padding-bottom: 18px;
      color: #242424; }
    .projects-description-area .projects-description .project-top p + p {
      margin: 0; }
  .projects-description-area .projects-description p {
    font: 400 14px/26px "Open Sans", sans-serif;
    letter-spacing: 0.3px;
    color: #898989; }
  .projects-description-area .projects-description h3 {
    font: 700 18px/28px "Open Sans", sans-serif;
    letter-spacing: 0.3px;
    color: #242424;
    margin: 0;
    padding-bottom: 17px; }
  .projects-description-area .projects-description .projects-description-text {
    padding-top: 42px;
    padding-bottom: 36px; }
    .projects-description-area .projects-description .projects-description-text p {
      line-height: 28px; }
  .projects-description-area .projects-description .work-scope {
    background: #f5f5f5;
    padding: 34px 40px; }
    @media (max-width: 991px) {
      .projects-description-area .projects-description .work-scope {
        padding: 15px; } }
    .projects-description-area .projects-description .work-scope .scope-item {
      margin: 0;
      padding: 0;
      display: inline-block;
      padding: 7px 0px; }
      .projects-description-area .projects-description .work-scope .scope-item li {
        list-style: none;
        font: 15px/24px "Open Sans", sans-serif;
        color: #d6b161;
        transition: all 300ms linear 0s;
        display: inline-block;
        padding-left: 30px; }
        .projects-description-area .projects-description .work-scope .scope-item li + li {
          margin-top: 15px; }
        .projects-description-area .projects-description .work-scope .scope-item li:before {
          content: "\f0a4";
          width: 30px;
          height: auto;
          font: normal normal normal 14px/24px FontAwesome;
          font-size: 16px;
          text-rendering: auto;
          color: #d6b161;
          cursor: pointer;
          float: left;
          margin-left: -30px;
          transition: all 300ms linear 0s; }
  @media (max-width: 767px) {
    .projects-description-area .projects-description-left {
      padding-top: 30px; } }
  .projects-description-area .projects-description-left .projects_hours {
    margin-top: 50px;
    padding: 35px 40px;
    background: #f5f5f5; }
    @media (max-width: 991px) {
      .projects-description-area .projects-description-left .projects_hours {
        padding: 15px; } }
    .projects-description-area .projects-description-left .projects_hours h2 {
      font-size: 22px;
      padding-bottom: 18px;
      color: #242424; }
    .projects-description-area .projects-description-left .projects_hours ul {
      padding-top: 20px; }
      @media (max-width: 991px) {
        .projects-description-area .projects-description-left .projects_hours ul {
          padding-top: 5px; } }
      .projects-description-area .projects-description-left .projects_hours ul li {
        font: 14px/24px "Open Sans", sans-serif;
        text-transform: capitalize;
        color: #898989;
        width: 40%;
        display: inline-block;
        margin-top: 15px; }
        @media (max-width: 991px) {
          .projects-description-area .projects-description-left .projects_hours ul li {
            line-height: 18px;
            font-weight: 300; } }
        .projects-description-area .projects-description-left .projects_hours ul li:nth-child(even) {
          width: 58%;
          float: right; }

.project-gallery {
  margin: 35px -5px 4px; }
  .project-gallery .gallery-area .gallery-single {
    padding: 4px; }
    .project-gallery .gallery-area .gallery-single.col-xs-5 {
      width: 37.7%; }
    .project-gallery .gallery-area .gallery-single.col-xs-7 {
      width: 62.3%; }
    .project-gallery .gallery-area .gallery-single img {
      width: 100%; }

/*====================================================*/
.our-company-area {
  background: url("../images/landing-page/companybg.jpg") no-repeat scroll center 0;
  background-size: cover; }

.company-contact {
  background: #b38d59;
  padding: 10px;
  border-top: 8px solid #333333;
  width: 470px;
  max-width: 100%; }
  @media (max-width: 991px) {
    .company-contact {
      margin-bottom: 50px;
      width: 100%; } }
  .company-contact .question-box {
    background: #b38d59;
    border: 1px solid #d1bb9b;
    padding: 30px; }
    @media (max-width: 767px) {
      .company-contact .question-box {
        padding: 20px; } }
    .company-contact .question-box h2 {
      margin: 0;
      font: bold 32px/1.25 "Alegreya", serif;
      letter-spacing: 0.3px;
      color: #fff;
      text-transform: uppercase; }
      @media (max-width: 1199px) {
        .company-contact .question-box h2 {
          font-size: 30px; } }
      .company-contact .question-box h2:after {
        content: "";
        display: block;
        width: 50px;
        height: 2px;
        background: #fff;
        margin-top: 15px; }
    .company-contact .question-box .from-contact {
      padding-top: 40px; }
      .company-contact .question-box .from-contact .form-control, .company-contact .question-box .from-contact .open {
        margin-bottom: 15px;
        border-radius: 0px;
        font: 14px/30px "Open Sans", sans-serif;
        letter-spacing: 1px;
        height: auto;
        padding: 6px 20px;
        color: #898989;
        border: 0px; }
        .company-contact .question-box .from-contact .form-control:hover, .company-contact .question-box .from-contact .form-control:focus, .company-contact .question-box .from-contact .open:hover, .company-contact .question-box .from-contact .open:focus {
          outline: none;
          border: 0px; }
        .company-contact .question-box .from-contact .form-control:focus, .company-contact .question-box .from-contact .open:focus {
          box-shadow: 0 0 6px 0 rgba(215, 149, 62, 0.57); }
        .company-contact .question-box .from-contact .form-control .dropdown-menu > li > a:hover, .company-contact .question-box .from-contact .form-control .dropdown-menu > li > a:focus, .company-contact .question-box .from-contact .open .dropdown-menu > li > a:hover, .company-contact .question-box .from-contact .open .dropdown-menu > li > a:focus {
          background: none; }
      .company-contact .question-box .from-contact .form-control .dropdown-toggle.btn-default {
        padding: 5px 0px;
        border-radius: 0px;
        background: none;
        box-shadow: none;
        border: 0px;
        letter-spacing: 1px;
        color: #898989; }
        .company-contact .question-box .from-contact .form-control .dropdown-toggle.btn-default:focus {
          outline: none !important; }
        .company-contact .question-box .from-contact .form-control .dropdown-toggle.btn-default .caret {
          right: 0; }
      .company-contact .question-box .from-contact .textarea {
        resize: none;
        height: 148px; }
      .company-contact .question-box .from-contact .select {
        font: 14px/28px "Open Sans", sans-serif;
        letter-spacing: 1px;
        color: #898989;
        padding: 10px 20px; }
    .company-contact .question-box .button {
      font: 600 14px/36px "Open Sans", sans-serif;
      letter-spacing: 1px;
      color: #fff;
      padding: 2px 20px;
      background: #333333;
      border: none;
      margin-top: 16px;
      margin-bottom: 10px; }
      .company-contact .question-box .button i {
        margin-left: 15px; }
      .company-contact .question-box .button:hover, .company-contact .question-box .button:focus {
        border-radius: 4px;
        outline: none; }

.company-info {
  padding-left: 70px;
  position: relative; }
  .company-info h2 {
    font-size: 30px;
    color: #282c3d; }
  @media (max-width: 1199px) {
    .company-info {
      padding-left: 30px; } }
  @media (max-width: 991px) {
    .company-info {
      padding-left: 15px; } }
  .company-info p {
    letter-spacing: 0.2px; }
  .company-info .content-list {
    margin-top: 35px; }
  .company-info .info-text {
    float: left;
    max-width: 530px;
    padding: 23px 100px 28px 40px;
    background: #fff;
    border: 1px solid #e3e3e3;
    margin-top: 42px;
    position: relative; }
    @media (max-width: 767px) {
      .company-info .info-text {
        padding: 25px; } }
    .company-info .info-text:after {
      content: "";
      background: url("../images/landing-page/1.png") no-repeat scroll center 0;
      width: 244px;
      height: 425px;
      display: block;
      position: absolute;
      bottom: 0;
      right: -100px; }
      @media (max-width: 767px) {
        .company-info .info-text:after {
          display: none; } }
    .company-info .info-text h4 {
      font: bold 20px/28px "Alegreya", serif;
      letter-spacing: 0.1px;
      color: #282c3d;
      text-transform: uppercase; }
    .company-info .info-text p {
      font: 14px/26px "Open Sans", sans-serif;
      letter-spacing: 0.3px;
      color: #777777; }

.landing-page-contact {
  position: relative; }
  .landing-page-contact:after {
    content: '';
    background: url("../images/landing-page/get1.png") no-repeat scroll bottom right;
    position: absolute;
    width: 100%;
    height: calc(100% - 289px);
    bottom: 6%;
    right: 0;
    display: block;
    z-index: -1; }

.frequently-area {
  padding: 80px 0px 65px 0px;
  background: url("../images/landing-page/frenquently-bg.jpg") no-repeat scroll center 0;
  background-size: cover;
  position: relative;
  z-index: 1; }
  .frequently-area:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #3b1e09;
    top: 0;
    left: 0;
    display: block;
    opacity: 0.80;
    z-index: -1; }
  .frequently-area h2 {
    color: #fff; }

.frequent-content {
  padding-top: 10px; }
  .frequent-content h4 {
    font: 600 18px/26px "Open Sans", sans-serif;
    letter-spacing: 0.3px;
    color: #fff;
    margin: 0;
    padding-top: 15px;
    text-transform: uppercase; }
  .frequent-content P {
    font: 400 15px/26px "Open Sans", sans-serif;
    letter-spacing: 0.3px;
    color: #fff; }

.landing-testimonial-text {
  padding: 27px 20px 16px 30px !important; }
  .landing-testimonial-text p {
    line-height: 25px !important; }
  .landing-testimonial-text i {
    font-size: 30px;
    line-height: 26px;
    color: #bc945e;
    margin-right: 18px; }

/*====================================================*/
.touch .touch_bg .section_header p {
  max-width: 840px; }
.touch .touch_bg .touch_top ul .item {
  padding: 15px 28px 30px 0px;
  text-align: center; }
  .touch .touch_bg .touch_top ul .item .media .media-left {
    padding-right: 30px;
    vertical-align: middle; }
    .touch .touch_bg .touch_top ul .item .media .media-left a {
      color: #e1ba60;
      border: 1px solid #e1ba60;
      border-radius: 100%;
      display: block;
      width: 50px;
      height: 50px; }
      .touch .touch_bg .touch_top ul .item .media .media-left a i {
        border-radius: 50%;
        font-size: 30px;
        line-height: 32px;
        padding-top: 8px; }
  .touch .touch_bg .touch_top ul .item .media .media-body {
    text-align: left;
    font: 14px/26px "Open Sans", sans-serif;
    color: #898989;
    letter-spacing: 0.3px; }
  .touch .touch_bg .touch_top ul .item:first-child {
    padding-top: 0; }
.touch .touch_bg .touch_middle {
  padding-top: 80px; }
  .touch .touch_bg .touch_middle .input_form {
    position: relative; }
    .touch .touch_bg .touch_middle .input_form form .form-control {
      margin-bottom: 20px;
      border-radius: 0;
      font: 15px/31px "Open Sans", sans-serif;
      color: #959595;
      padding: 11px 20px;
      border: 1px solid #e1e1e1;
      height: auto;
      box-shadow: none; }
      .touch .touch_bg .touch_middle .input_form form .form-control:hover, .touch .touch_bg .touch_middle .input_form form .form-control:focus {
        border: 1px solid #d6d6d6;
        border-color: #d6d6d6; }
      .touch .touch_bg .touch_middle .input_form form .form-control:focus {
        box-shadow: 0 0 6px 0 rgba(215, 149, 62, 0.57); }
      .touch .touch_bg .touch_middle .input_form form .form-control.error {
        margin-bottom: 0; }
        .touch .touch_bg .touch_middle .input_form form .form-control.error + .error {
          font: 13px/24px "Open Sans", sans-serif;
          margin-bottom: 20px;
          margin-top: 5px;
          color: red;
          font-weight: normal; }
    .touch .touch_bg .touch_middle .input_form form textarea.form-control {
      margin-bottom: 32px;
      resize: none;
      padding: 15px 20px;
      height: 203px; }
    .touch .touch_bg .touch_middle .input_form form button {
      text-transform: uppercase;
      font: 600 15px/36px "Open Sans", sans-serif;
      color: #ae7a51;
      padding: 2px 29px 0;
      text-shadow: none;
      letter-spacing: 1px;
      border: 1px solid #cdcdcd;
      background: transparent;
      border-radius: 0; }
      .touch .touch_bg .touch_middle .input_form form button:hover {
        color: #000;
        border-color: #bb793c; }
    .touch .touch_bg .touch_middle .input_form #success, .touch .touch_bg .touch_middle .input_form #error {
      position: absolute;
      top: -15px;
      display: block;
      right: 0;
      left: 0;
      bottom: -15px;
      background: rgba(0, 0, 0, 0.5);
      display: none; }
      .touch .touch_bg .touch_middle .input_form #success p, .touch .touch_bg .touch_middle .input_form #error p {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0; }
    .touch .touch_bg .touch_middle .input_form #success {
      color: lawngreen; }
    .touch .touch_bg .touch_middle .input_form #error {
      color: orangered; }

#mapBox {
  height: 425px; }

/*====================================================*/
.submit {
  padding: 0 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  border: none;
  line-height: 32px;
  background: #bc945e;
  color: #000;
  text-transform: uppercase;
  margin-top: 8px;
  box-shadow: none;
  outline: none;
  text-shadow: none;
  position: relative;
  letter-spacing: 0.4px;
  transition: all 300ms linear 0s;
  z-index: 2; }
  .submit:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #bb793c;
    top: 0;
    left: 0;
    right: 0;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: all 300ms linear 0s;
    z-index: -1; }
  .submit:hover, .submit:focus {
    color: #000;
    border-color: #bb793c; }
    .submit:hover:before, .submit:focus:before {
      transform: scaleX(1); }

/*====================================================*/
footer.row .brand_logo {
  font-family: "Trajan Pro"; }
footer.row .footer-top {
  background: url("../images/footer/footer-bg.jpg") no-repeat scroll center 0;
  background-size: cover;
  position: relative;
  padding: 80px 0px 64px 0px;
  z-index: 0; }
  footer.row .footer-top:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0; }
  footer.row .footer-top .footer-sidebar .widget {
    z-index: 1; }
    footer.row .footer-top .footer-sidebar .widget .widget_title {
      font: 500 18px/17px "Open Sans", sans-serif;
      color: #bc945e;
      margin-top: 0px;
      text-transform: uppercase;
      margin-bottom: 24px; }
    @media (max-width: 767px) {
      footer.row .footer-top .footer-sidebar .widget.about-us-widget {
        min-height: auto !important;
        max-width: 320px;
        margin: 0 auto 20px; } }
    footer.row .footer-top .footer-sidebar .widget.about-us-widget a {
      display: inline-block; }
    footer.row .footer-top .footer-sidebar .widget.about-us-widget p {
      font: 400 13px/26px "Open Sans", sans-serif;
      letter-spacing: 0.8px;
      color: #7c7c7c;
      padding-top: 36px;
      margin-bottom: 24px; }
    footer.row .footer-top .footer-sidebar .widget.about-us-widget ul {
      margin: 0;
      padding: 0; }
      footer.row .footer-top .footer-sidebar .widget.about-us-widget ul li {
        display: inline-block;
        list-style: none;
        padding: 10px 12px; }
        footer.row .footer-top .footer-sidebar .widget.about-us-widget ul li a {
          padding: 0;
          color: #7c7c7c; }
          footer.row .footer-top .footer-sidebar .widget.about-us-widget ul li a i {
            font-size: 22px; }
          footer.row .footer-top .footer-sidebar .widget.about-us-widget ul li a:hover {
            background: none;
            color: #bc945e; }
        footer.row .footer-top .footer-sidebar .widget.about-us-widget ul li:first-child {
          padding-left: 0px; }
    @media (max-width: 767px) {
      footer.row .footer-top .footer-sidebar .widget.widget-links {
        min-height: auto !important;
        max-width: 320px;
        margin: 0 auto; } }
    footer.row .footer-top .footer-sidebar .widget.widget-links .widget-contact-list ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      footer.row .footer-top .footer-sidebar .widget.widget-links .widget-contact-list ul li {
        padding: 12px 0px;
        border-top: 1px solid #2c2c2e; }
        footer.row .footer-top .footer-sidebar .widget.widget-links .widget-contact-list ul li a {
          font: 400 14px/23px "Open Sans", sans-serif;
          letter-spacing: 0.3px;
          color: #7b7b7b; }
          footer.row .footer-top .footer-sidebar .widget.widget-links .widget-contact-list ul li a i {
            padding-right: 12px; }
          footer.row .footer-top .footer-sidebar .widget.widget-links .widget-contact-list ul li a:hover {
            color: #bc945e; }
    @media (max-width: 767px) {
      footer.row .footer-top .footer-sidebar .widget.widget-contact {
        min-height: auto !important;
        max-width: 320px;
        margin: 0 auto; } }
    footer.row .footer-top .footer-sidebar .widget.widget-contact ul {
      padding: 0;
      margin: 0; }
      footer.row .footer-top .footer-sidebar .widget.widget-contact ul li {
        list-style: none;
        display: table;
        width: 100%;
        border-top: 1px solid #2c2c2e;
        padding-right: 11px; }
        footer.row .footer-top .footer-sidebar .widget.widget-contact ul li i {
          float: left;
          font-size: 25px;
          color: #7b7b7b;
          width: 34px;
          padding-top: 13px;
          line-height: 18px; }
          footer.row .footer-top .footer-sidebar .widget.widget-contact ul li i.fa-map-marker {
            padding-top: 22px; }
          footer.row .footer-top .footer-sidebar .widget.widget-contact ul li i.fa-phone {
            font-size: 21px;
            line-height: 30px; }
          footer.row .footer-top .footer-sidebar .widget.widget-contact ul li i.fa-envelope-o {
            font-size: 18px;
            line-height: 30px; }
          footer.row .footer-top .footer-sidebar .widget.widget-contact ul li i.icon-WorldWide {
            font-size: 20px;
            line-height: 30px; }
        footer.row .footer-top .footer-sidebar .widget.widget-contact ul li .fleft {
          float: left;
          color: #7b7b7b;
          width: calc(100% - 34px);
          font: 400 14px/20px "Open Sans", sans-serif;
          padding: 15px 0px; }
          footer.row .footer-top .footer-sidebar .widget.widget-contact ul li .fleft a {
            color: #7b7b7b; }
            footer.row .footer-top .footer-sidebar .widget.widget-contact ul li .fleft a:hover {
              color: #bc945e; }
    @media (max-width: 767px) {
      footer.row .footer-top .footer-sidebar .widget.widget-form {
        min-height: auto !important;
        max-width: 320px;
        margin: 0 auto; } }
    footer.row .footer-top .footer-sidebar .widget.widget-form .submet-form .form-control {
      background-color: transparent;
      border-radius: 0px;
      margin-bottom: 10px;
      border: 1px solid #393939;
      box-shadow: none;
      font: 400 13px/38px "Open Sans", sans-serif;
      color: #969595;
      padding: 0 20px;
      height: 38px; }
    footer.row .footer-top .footer-sidebar .widget.widget-form .submet-form .message {
      height: 100px;
      resize: none; }
    footer.row .footer-top .footer-sidebar .widget + .widget {
      padding-top: 0;
      padding-bottom: 0;
      margin-bottom: 0;
      margin-top: 0; }
      @media (max-width: 767px) {
        footer.row .footer-top .footer-sidebar .widget + .widget {
          margin-bottom: 20px; } }
    @media (max-width: 767px) {
      footer.row .footer-top .footer-sidebar .widget:last-child {
        margin-bottom: 0px; } }
footer.row .footer-bottom {
  background: #090909;
  font: 400 14px/20px "Open Sans", sans-serif;
  letter-spacing: 0.3px;
  color: #424242;
  padding: 30px 0px; }
  @media (max-width: 767px) {
    footer.row .footer-bottom {
      text-align: center; } }
  @media (max-width: 359px) {
    footer.row .footer-bottom {
      font-size: 13px;
      line-height: 20px; } }
  footer.row .footer-bottom a {
    color: #424242; }
    footer.row .footer-bottom a:hover, footer.row .footer-bottom a:focus {
      color: #bc945e; }
  footer.row .footer-bottom .right {
    text-align: right;
    padding-right: 25px; }
    @media (max-width: 767px) {
      footer.row .footer-bottom .right {
        text-align: center;
        padding-right: 0; } }


.help {
    position: absolute;
    top: 20%;
    left: 100px;
    background: rgba(28, 26, 25, 0.83);
    padding: 20px;
}

.help h3 {
	margin: 0;
}

.visual {
	position: relative;
}
