/*!
Theme Name: primarc-sol
Theme URI: http://underscores.me/
Author: SiteWizard
Author URI: http://www,sitewizard.co.uk
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: primarc-sol
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased; }

table, tbody, tfoot, thead, tr, th, td {
  vertical-align: top; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

/* MEDIA QUERIES */
.row {
  margin: 0;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (min-width: 1340px) {
    .row {
      margin: 0;
      padding-left: calc(((100% - 1260px) / 2));
      padding-right: calc(((100% - 1260px) / 2)); } }
  .row.margin {
    padding-bottom: 50px;
    overflow: auto; }
  .row.container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 25px 25px 0; }
    @media screen and (min-width: 1100px) {
      .row.container {
        padding: 50px 50px 0; } }
  .row.absolute {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 99;
    background: none; }
  .row.padded {
    padding-top: 50px;
    padding-bottom: 50px; }

.col-container, .gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative; }
  .col-container.center, .gallery.center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .col-container.flex-start, .gallery.flex-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .col-container.lightbox-2-row > a, .col-container.lightbox-3-row > a, .col-container.lightbox-4-row > a, .col-container.lightbox-5-row > a, .col-container.lightbox-6-row > a, .gallery.lightbox-2-row > a, .gallery.lightbox-3-row > a, .gallery.lightbox-4-row > a, .gallery.lightbox-5-row > a, .gallery.lightbox-6-row > a {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    margin-bottom: 50px;
    width: 100%; }
    .col-container.lightbox-2-row > a img, .col-container.lightbox-3-row > a img, .col-container.lightbox-4-row > a img, .col-container.lightbox-5-row > a img, .col-container.lightbox-6-row > a img, .gallery.lightbox-2-row > a img, .gallery.lightbox-3-row > a img, .gallery.lightbox-4-row > a img, .gallery.lightbox-5-row > a img, .gallery.lightbox-6-row > a img {
      width: 100%; }
    @media only screen and (min-width: 480px) {
      .col-container.lightbox-2-row > a, .col-container.lightbox-3-row > a, .col-container.lightbox-4-row > a, .col-container.lightbox-5-row > a, .col-container.lightbox-6-row > a, .gallery.lightbox-2-row > a, .gallery.lightbox-3-row > a, .gallery.lightbox-4-row > a, .gallery.lightbox-5-row > a, .gallery.lightbox-6-row > a {
        width: calc(50% - 25px); } }
  @media only screen and (min-width: 768px) {
    .col-container.lightbox-2-row.lightbox-2-row > a, .col-container.lightbox-3-row.lightbox-2-row > a, .col-container.lightbox-4-row.lightbox-2-row > a, .col-container.lightbox-5-row.lightbox-2-row > a, .col-container.lightbox-6-row.lightbox-2-row > a, .gallery.lightbox-2-row.lightbox-2-row > a, .gallery.lightbox-3-row.lightbox-2-row > a, .gallery.lightbox-4-row.lightbox-2-row > a, .gallery.lightbox-5-row.lightbox-2-row > a, .gallery.lightbox-6-row.lightbox-2-row > a {
      width: calc(50% - 25px); } }
  @media only screen and (min-width: 768px) {
    .col-container.lightbox-2-row.lightbox-3-row > a, .col-container.lightbox-3-row.lightbox-3-row > a, .col-container.lightbox-4-row.lightbox-3-row > a, .col-container.lightbox-5-row.lightbox-3-row > a, .col-container.lightbox-6-row.lightbox-3-row > a, .gallery.lightbox-2-row.lightbox-3-row > a, .gallery.lightbox-3-row.lightbox-3-row > a, .gallery.lightbox-4-row.lightbox-3-row > a, .gallery.lightbox-5-row.lightbox-3-row > a, .gallery.lightbox-6-row.lightbox-3-row > a {
      width: calc(50% - 25px); } }
  @media only screen and (min-width: 960px) and (orientation: landscape) {
    .col-container.lightbox-2-row.lightbox-3-row > a, .col-container.lightbox-3-row.lightbox-3-row > a, .col-container.lightbox-4-row.lightbox-3-row > a, .col-container.lightbox-5-row.lightbox-3-row > a, .col-container.lightbox-6-row.lightbox-3-row > a, .gallery.lightbox-2-row.lightbox-3-row > a, .gallery.lightbox-3-row.lightbox-3-row > a, .gallery.lightbox-4-row.lightbox-3-row > a, .gallery.lightbox-5-row.lightbox-3-row > a, .gallery.lightbox-6-row.lightbox-3-row > a {
      width: calc(33.33% - 33.3333px); } }
  @media only screen and (min-width: 768px) {
    .col-container.lightbox-2-row.lightbox-4-row > a, .col-container.lightbox-3-row.lightbox-4-row > a, .col-container.lightbox-4-row.lightbox-4-row > a, .col-container.lightbox-5-row.lightbox-4-row > a, .col-container.lightbox-6-row.lightbox-4-row > a, .gallery.lightbox-2-row.lightbox-4-row > a, .gallery.lightbox-3-row.lightbox-4-row > a, .gallery.lightbox-4-row.lightbox-4-row > a, .gallery.lightbox-5-row.lightbox-4-row > a, .gallery.lightbox-6-row.lightbox-4-row > a {
      width: calc(50% - 25px); } }
  @media only screen and (min-width: 960px) and (orientation: landscape) {
    .col-container.lightbox-2-row.lightbox-4-row > a, .col-container.lightbox-3-row.lightbox-4-row > a, .col-container.lightbox-4-row.lightbox-4-row > a, .col-container.lightbox-5-row.lightbox-4-row > a, .col-container.lightbox-6-row.lightbox-4-row > a, .gallery.lightbox-2-row.lightbox-4-row > a, .gallery.lightbox-3-row.lightbox-4-row > a, .gallery.lightbox-4-row.lightbox-4-row > a, .gallery.lightbox-5-row.lightbox-4-row > a, .gallery.lightbox-6-row.lightbox-4-row > a {
      width: calc(25% - 37.5px); } }
  @media only screen and (min-width: 768px) {
    .col-container.lightbox-2-row.lightbox-5-row > a, .col-container.lightbox-3-row.lightbox-5-row > a, .col-container.lightbox-4-row.lightbox-5-row > a, .col-container.lightbox-5-row.lightbox-5-row > a, .col-container.lightbox-6-row.lightbox-5-row > a, .gallery.lightbox-2-row.lightbox-5-row > a, .gallery.lightbox-3-row.lightbox-5-row > a, .gallery.lightbox-4-row.lightbox-5-row > a, .gallery.lightbox-5-row.lightbox-5-row > a, .gallery.lightbox-6-row.lightbox-5-row > a {
      width: calc(33.33% - 33.3333px); } }
  @media only screen and (min-width: 960px) and (orientation: landscape) {
    .col-container.lightbox-2-row.lightbox-5-row > a, .col-container.lightbox-3-row.lightbox-5-row > a, .col-container.lightbox-4-row.lightbox-5-row > a, .col-container.lightbox-5-row.lightbox-5-row > a, .col-container.lightbox-6-row.lightbox-5-row > a, .gallery.lightbox-2-row.lightbox-5-row > a, .gallery.lightbox-3-row.lightbox-5-row > a, .gallery.lightbox-4-row.lightbox-5-row > a, .gallery.lightbox-5-row.lightbox-5-row > a, .gallery.lightbox-6-row.lightbox-5-row > a {
      width: calc(20% - 40px); } }
  @media only screen and (min-width: 768px) {
    .col-container.lightbox-2-row.lightbox-6-row > a, .col-container.lightbox-3-row.lightbox-6-row > a, .col-container.lightbox-4-row.lightbox-6-row > a, .col-container.lightbox-5-row.lightbox-6-row > a, .col-container.lightbox-6-row.lightbox-6-row > a, .gallery.lightbox-2-row.lightbox-6-row > a, .gallery.lightbox-3-row.lightbox-6-row > a, .gallery.lightbox-4-row.lightbox-6-row > a, .gallery.lightbox-5-row.lightbox-6-row > a, .gallery.lightbox-6-row.lightbox-6-row > a {
      width: calc(50% - 25px); } }
  @media only screen and (min-width: 768px) {
    .col-container.lightbox-2-row.lightbox-6-row > a, .col-container.lightbox-3-row.lightbox-6-row > a, .col-container.lightbox-4-row.lightbox-6-row > a, .col-container.lightbox-5-row.lightbox-6-row > a, .col-container.lightbox-6-row.lightbox-6-row > a, .gallery.lightbox-2-row.lightbox-6-row > a, .gallery.lightbox-3-row.lightbox-6-row > a, .gallery.lightbox-4-row.lightbox-6-row > a, .gallery.lightbox-5-row.lightbox-6-row > a, .gallery.lightbox-6-row.lightbox-6-row > a {
      width: calc(33.33% - 33.3333px); } }
  @media screen and (min-width: 1100px) {
    .col-container.lightbox-2-row.lightbox-6-row > a, .col-container.lightbox-3-row.lightbox-6-row > a, .col-container.lightbox-4-row.lightbox-6-row > a, .col-container.lightbox-5-row.lightbox-6-row > a, .col-container.lightbox-6-row.lightbox-6-row > a, .gallery.lightbox-2-row.lightbox-6-row > a, .gallery.lightbox-3-row.lightbox-6-row > a, .gallery.lightbox-4-row.lightbox-6-row > a, .gallery.lightbox-5-row.lightbox-6-row > a, .gallery.lightbox-6-row.lightbox-6-row > a {
      width: calc(16.66% - 42.5px); } }
  .col-container .col, .gallery .col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    margin-bottom: 20px;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .col-container .col, .gallery .col {
        margin-bottom: 50px; }
        #team .col-container .col, #team .gallery .col {
          margin-bottom: 30px; } }
    .col-container .col p:last-child, .gallery .col p:last-child {
      margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .col-container .col.two-col, .gallery .col.two-col {
        width: calc(50% - 25px); } }
    @media only screen and (min-width: 768px) {
      .col-container .col.three-col, .gallery .col.three-col {
        width: calc(50% - 25px); }
        #footer .col-container .col.three-col, #footer .gallery .col.three-col {
          width: calc(33.33% - 25px); } }
    @media only screen and (min-width: 960px) and (orientation: landscape) {
      .col-container .col.three-col, .gallery .col.three-col {
        width: calc(33.33% - 33.3333px); }
        #footer .col-container .col.three-col, #footer .gallery .col.three-col {
          width: calc(33.33% - 33.3333px); } }
    @media only screen and (min-width: 768px) {
      .col-container .col.four-col, .col-container .col.one-quarter-col, .gallery .col.four-col, .gallery .col.one-quarter-col {
        width: calc(50% - 25px); } }
    @media screen and (min-width: 1100px) {
      .col-container .col.four-col, .col-container .col.one-quarter-col, .gallery .col.four-col, .gallery .col.one-quarter-col {
        width: calc(25% - 37.5px); } }
    @media only screen and (min-width: 768px) {
      .col-container .col.five-col, .gallery .col.five-col {
        width: calc(50% - 25px); } }
    @media screen and (min-width: 1100px) {
      .col-container .col.five-col, .gallery .col.five-col {
        width: calc(20% - 40px); } }
    @media only screen and (min-width: 768px) {
      .col-container .col.six-col, .gallery .col.six-col {
        width: calc(50% - 25px); } }
    @media only screen and (min-width: 960px) and (orientation: landscape) {
      .col-container .col.six-col, .gallery .col.six-col {
        width: calc(33.33% - 33.3333px); } }
    @media screen and (min-width: 1100px) {
      .col-container .col.six-col, .gallery .col.six-col {
        width: calc(16.66% - 42.22222px); } }
    @media only screen and (min-width: 768px) {
      .col-container .col.one-third-col, .gallery .col.one-third-col {
        width: calc(50% - 25px); } }
    @media only screen and (min-width: 960px) and (orientation: landscape) {
      .col-container .col.one-third-col, .gallery .col.one-third-col {
        width: calc(33.33% - 25px); } }
    @media only screen and (min-width: 768px) {
      .col-container .col.two-thirds-col, .gallery .col.two-thirds-col {
        width: calc(50% - 25px); } }
    @media only screen and (min-width: 960px) and (orientation: landscape) {
      .col-container .col.two-thirds-col, .gallery .col.two-thirds-col {
        width: calc(66.66% - 25px); } }
    @media only screen and (min-width: 768px) {
      .col-container .col.three-quarter-col, .gallery .col.three-quarter-col {
        width: calc(50% - 25px); } }
    @media screen and (min-width: 1100px) {
      .col-container .col.three-quarter-col, .gallery .col.three-quarter-col {
        width: calc(75% - 25px); } }

.button-link {
  display: inline-block;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding: 15px 18px;
  background: #c00000;
  color: white;
  text-decoration: none; }
  .button-link:hover {
    background: #c00000; }

button, .blog-post-read-more, .blog-post-leave-comment, .previous, .submit {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 15px 18px;
  background: #c00000;
  border: 0;
  color: white;
  text-decoration: none;
  cursor: pointer;
  margin: 15px 0 0; }
  button:hover, .blog-post-read-more:hover, .blog-post-leave-comment:hover, .previous:hover, .submit:hover {
    -webkit-animation: icon-animation 0.5s ease-out 0s forwards;
    -moz-animation: icon-animation 0.5s ease-out 0s forwards;
    animation: icon-animation 0.5s ease-out 0s forwards; }
  .mfp-container button, .mfp-container button:hover, .mfp-container .blog-post-read-more, .mfp-container .blog-post-read-more:hover, .mfp-container .blog-post-leave-comment, .mfp-container .blog-post-leave-comment:hover, .mfp-container .previous, .mfp-container .previous:hover, .mfp-container .submit, .mfp-container .submit:hover {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
    margin: 0; }

.datatable {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ecf0f1;
  margin: 0 0 30px; }
  .datatable colgroup, .datatable thead {
    display: none; }
    @media only screen and (min-width: 960px) and (orientation: landscape) {
      .datatable colgroup, .datatable thead {
        display: table-header-group; } }
  @media only screen and (min-width: 960px) and (orientation: landscape) {
    .datatable thead th {
      background: #c00000;
      border: 0;
      padding: 10px 15px;
      text-transform: uppercase;
      font-weight: 900;
      color: white;
      text-align: left; } }
  .datatable ul {
    margin-bottom: 0; }
  .datatable tr {
    border-bottom: 1px solid #ecf0f1;
    display: block;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
    width: 100%; }
    @media only screen and (min-width: 960px) and (orientation: landscape) {
      .datatable tr {
        display: table-row;
        padding: 0; } }
    .datatable tr:after {
      display: block;
      content: ".";
      clear: both;
      font-size: 0;
      line-height: 0;
      height: 0;
      overflow: hidden; }
      @media only screen and (min-width: 960px) and (orientation: landscape) {
        .datatable tr:after {
          display: none; } }
    .datatable tr:last-child {
      margin: 0;
      border: 0; }
      .datatable tr:last-child td {
        border-bottom: 0; }
  .datatable tbody td, .datatable tbody th {
    display: block;
    padding: 2px 15px;
    width: 100%;
    clear: both;
    float: left;
    text-align: left; }
    @media only screen and (min-width: 960px) and (orientation: landscape) {
      .datatable tbody td, .datatable tbody th {
        padding: 10px 15px;
        float: none;
        display: table-cell;
        width: auto;
        border: 1px solid #ecf0f1; } }
    .datatable tbody td:before, .datatable tbody th:before {
      content: attr(data-th);
      width: 48%;
      clear: both;
      padding-right: 15px;
      font-weight: bold;
      display: inline-block; }
      @media only screen and (min-width: 960px) and (orientation: landscape) {
        .datatable tbody td:before, .datatable tbody th:before {
          display: none; } }

.full-width {
  position: relative;
  left: -20px;
  right: -20px;
  width: calc(100% + 40px);
  padding: 40px 20px;
  color: #b5bbbe;
  margin-bottom: 45px; }
  @media only screen and (min-width: 768px) {
    .full-width {
      margin-bottom: 60px; } }
  @media only screen and (min-width: 960px) and (orientation: landscape) {
    .full-width {
      left: -40px;
      right: -40px;
      width: calc(100% + 80px);
      padding: 80px 40px 40px;
      margin: 60px 0 80px;
      border-radius: 0; } }
  @media screen and (min-width: 1340px) {
    .full-width {
      left: calc(((100vw - 1240px)/2) * -1);
      right: 0;
      width: 100vw;
      padding-left: calc((100vw - 1240px)/2) !important;
      padding-right: calc((100vw - 1240px)/2) !important; } }
  .full-width h1, .full-width h2, .full-width h3, .full-width h4, .full-width h5 {
    color: white; }

.contact-details {
  margin: 0 0 30px; }
  .contact-details label {
    display: block;
    font-weight: 700;
    color: #c00000;
    width: 180px;
    float: left;
    clear: both;
    margin: 0 0 20px; }
    .contact-details label:before {
      content: '';
      display: inline-block;
      width: 25px;
      text-align: center;
      color: white;
      font-family: "FontAwesome", sans-serif;
      font-size: 13px;
      line-height: 26px;
      border-radius: 50px;
      height: 30px;
      background: #c00000;
      height: 25px;
      margin: -4px 8px 0 0;
      position: relative;
      top: -1px; }
    .contact-details label.address:before {
      content: "\f041"; }
    .contact-details label.tel-no:before {
      content: "\f095"; }
    .contact-details label.email:before {
      content: "\f0e0";
      font-size: 0.7em;
      font-weight: 400; }
    .contact-details label.vat-no:before {
      content: "\f129"; }
    .contact-details label.company-no:before {
      content: "\f129"; }
  .contact-details a {
    color: #191919; }
  .contact-details span {
    float: left;
    margin: 0 0 15px; }
  .contact-details:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden; }

.contact-form {
  margin-bottom: 30px; }
  .contact-form div.field {
    position: relative;
    margin-bottom: 15px;
    min-height: 38px; }
    .contact-form div.field:after {
      display: block;
      content: ".";
      clear: both;
      font-size: 0;
      line-height: 0;
      height: 0;
      overflow: hidden; }
    @media only screen and (min-width: 768px) {
      .contact-form div.field {
        padding: 0 0 0 33%; } }
    @media screen and (min-width: 1340px) {
      .contact-form div.field {
        padding: 0 0 0 25%; }
        .two-col .contact-form div.field {
          padding: 0 0 0 33%; } }
  .contact-form label {
    display: block; }
    @media only screen and (min-width: 768px) {
      .contact-form label {
        display: inline-block;
        width: 33%;
        position: absolute;
        top: 8px;
        left: 0;
        float: left; } }
    @media screen and (min-width: 1340px) {
      .contact-form label {
        width: 25%; }
        .two-col .contact-form label {
          width: 33%; } }
  .contact-form br {
    display: none; }
  .contact-form span {
    display: block;
    width: 100%; }
  .contact-form input[type="text"], .contact-form input[type="password"], .contact-form input[type="number"], .contact-form input[type="email"], .contact-form input[type="search"], .contact-form input[type="url"], .contact-form textarea {
    width: 100%;
    padding: 8px; }
  .contact-form input[type="radio"] {
    opacity: 0;
    position: absolute;
    left: 0;
    margin: 15px 5px 5px;
    display: inline-block;
    vertical-align: middle;
    z-index: 2;
    cursor: pointer; }
    @media only screen and (min-width: 768px) {
      .contact-form input[type="radio"] {
        left: 33%; } }
    @media screen and (min-width: 1340px) {
      .contact-form input[type="radio"] {
        left: 20%; }
        .two-col .contact-form input[type="radio"] {
          left: 33%; } }
    .contact-form input[type="radio"] + label {
      position: relative;
      display: block;
      width: 100%; }
      .contact-form input[type="radio"] + label:before {
        content: '';
        background: white;
        border: 1px solid #adb0b1;
        border-radius: 50%;
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        height: 20px;
        padding: 2px;
        margin-right: 10px;
        text-align: center; }
    .contact-form input[type="radio"]:checked + label:before {
      background: #c00000;
      -webkit-box-shadow: inset 0px 0px 0px 4px white;
      box-shadow: inset 0px 0px 0px 4px white; }
  .contact-form input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    left: 0;
    margin: 15px 5px 5px;
    display: inline-block;
    vertical-align: middle;
    z-index: 2;
    cursor: pointer; }
    @media only screen and (min-width: 768px) {
      .contact-form input[type="checkbox"] {
        left: 33%; } }
    @media screen and (min-width: 1340px) {
      .contact-form input[type="checkbox"] {
        left: 20%; }
        .two-col .contact-form input[type="checkbox"] {
          left: 33%; } }
    .contact-form input[type="checkbox"] + label {
      position: relative;
      display: block;
      width: 100%; }
      .contact-form input[type="checkbox"] + label:before {
        content: '';
        background: white;
        border: 1px solid #adb0b1;
        border-radius: 50%;
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        height: 20px;
        padding: 2px;
        margin-right: 10px;
        text-align: center; }
  .contact-form textarea {
    height: 170px; }
    @media only screen and (min-width: 768px) {
      .contact-form textarea {
        height: 200px; } }
  .contact-form input[type="submit"] {
    background: #c00000;
    text-transform: uppercase;
    min-width: 180px;
    border-radius: 0;
    padding: 14px;
    text-align: center;
    border: 0;
    color: white;
    font-weight: 600;
    margin: 0;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    @media only screen and (min-width: 768px) {
      .contact-form input[type="submit"] {
        margin-left: 33%; } }
    @media screen and (min-width: 1340px) {
      .contact-form input[type="submit"] {
        margin-left: 25%; } }
    .contact-form input[type="submit"]:hover {
      background: #548235; }
  .contact-form button:hover {
    background-color: #c00000; }
  .contact-form :focus {
    border-color: #c00000; }

.call {
  background: #c00000;
  color: white;
  border-radius: 2px;
  padding: 20px; }
  .call p {
    font-size: 16px;
    line-height: 28px; }
  .call strong {
    font-weight: 900; }
  .call a {
    color: white;
    font-weight: 900; }

#page-title {
  background: url(assets/service.jpg) no-repeat center;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px; }
  @media only screen and (min-width: 960px) and (orientation: landscape) {
    #page-title {
      text-align: center;
      margin: 0;
      margin-bottom: 50px;
      padding-top: 50px;
      padding-bottom: 50px; } }
  #page-title h1 {
    margin: 0; }
  .immigration #page-title {
    background-image: url("assets/service.jpg"); }
  .conveyance #page-title {
    background-image: url("assets/service.jpg"); }
  .family-law #page-title {
    background-image: url("assets/service.jpg");
    background-position: middle; }

.services-box {
  border-radius: 2px;
  background: #ecf0f1;
  padding: 20px;
  margin-bottom: 30px; }
  @media only screen and (min-width: 960px) and (orientation: landscape) {
    .services-box {
      padding: 40px; } }

#service {
  padding: 0;
  margin-bottom: 0;
  background: url(assets/service.jpg) no-repeat top; }
  #service.conveyance {
    background-image: url(assets/conveyance-back.jpg); }
  @media only screen and (min-width: 960px) and (orientation: landscape) {
    #service {
      margin-top: 30px;
      padding: 30px 50px;
      position: relative;
      margin-bottom: 0; } }
  @media only screen and (min-width: 960px) and (orientation: landscape) and (min-width: 1340px) {
    #service {
      background-attachment: fixed; } }
  @media screen and (min-width: 1340px) {
    #service {
      margin-bottom: 0; } }
  #service .inner {
    background: rgba(51, 62, 72, 0.95);
    padding: 20px;
    color: white;
    border-radius: 2px; }
    @media only screen and (min-width: 960px) and (orientation: landscape) {
      #service .inner {
        background: rgba(51, 62, 72, 0.95);
        padding: 40px; } }
  #service .col-container .col {
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      #service .col-container .col {
        margin-bottom: 0; } }
  #service:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden; }
  @media only screen and (min-width: 960px) and (orientation: landscape) {
    #service ul {
      margin: 0; } }

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33333%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66667%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28571%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11111%; }

.gallery-caption {
  display: block; }

@media screen and (max-width: 782px) {
  html #wpadminbar {
    top: -46px; } }

body, button, input, select, optgroup, textarea {
  font-size: 14px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  color: #191919; }

body {
  padding: 0;
  position: relative;
  -webkit-text-size-adjust: none; }

strong {
  font-weight: 900; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="text"], input[type="password"], input[type="number"], input[type="email"], input[type="search"], input[type="url"], input[type="tel"], textarea, select, button {
  font-size: 14px;
  line-height: 14px;
  color: #191919;
  font-family: "Open Sans", sans-serif;
  border-radius: 4px;
  border: 1px solid #ecf0f1;
  -webkit-appearance: none; }

.mobile-hide {
  display: none; }
  @media only screen and (min-width: 768px) {
    .mobile-hide {
      display: block; } }

.no-top-padding {
  padding-top: 0 !important; }

.no-bottom-padding {
  padding-bottom: 0 !important; }

.no-margin-bottom {
  margin-bottom: 0 !important; }

.no-margin-top {
  margin-top: 0 !important; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Tenali Ramakrishna", sans-serif;
  margin-top: 0;
  margin-bottom: 20px; }

h1 {
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  color: #548235;
  font-weight: 400; }

h2 {
  color: #548235;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 30px;
  font-weight: 400; }
  h2.green {
    color: #548235; }

h3 {
  font-size: 24px;
  color: #548235;
  text-transform: uppercase;
  line-height: 24px;
  font-weight: 600; }

a {
  color: #548235;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  outline: 0 none; }
  a:hover {
    color: #c00000; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

p {
  margin-bottom: 30px;
  text-align: justify; }

hr {
  position: relative;
  border: 0;
  height: 4px;
  background: white;
  clear: both;
  margin: 45px 0 45px;
  border-top: 1px solid #ecf0f1;
  border-bottom: 1px solid #ecf0f1;
  overflow: visible; }

/* Resuables */
.light-bg {
  background: #ecf0f1; }

.primary-bg {
  background: #c00000; }

.secondary-bg {
  background: #548235; }

.align-center {
  text-align: center; }

.no-bottom-margin {
  margin-bottom: 0 !important; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

ul {
  margin: 0 0 30px;
  padding: 0; }
  ul li {
    padding: 10px 0 10px 35px;
    font-weight: 700;
    list-style: none;
    position: relative; }
    ul li:before {
      content: '';
      position: absolute;
      left: 15px;
      top: 15px;
      width: 12px;
      height: 12px;
      background: transparent;
      border: 4px solid #c00000;
      border-radius: 50%; }

ol {
  margin: 0 0 30px;
  list-style: decimal-leading-zero;
  list-style-position: inside; }
  ol li {
    padding: 15px 0 15px 10px; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

.white {
  color: white !important; }
  .white a {
    color: white; }

#masthead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background: #c00000;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 3px solid white; }
  #masthead .site-branding {
    width: 75%; }
    @media only screen and (min-width: 768px) {
      #masthead .site-branding {
        width: 50%; } }
    @media only screen and (min-width: 960px) and (orientation: landscape) {
      #masthead .site-branding {
        width: 25%; } }
    @media screen and (min-width: 1340px) {
      #masthead .site-branding {
        width: 34%; } }
    #masthead .site-branding img {
      vertical-align: bottom; }
  #masthead #site-navigation {
    width: 100%;
    margin: 15px -20px 0;
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% + 40px); }
    #masthead #site-navigation.toggled {
      background: #8d0000;
      padding: 20px;
      margin: 15px -20px -25px; }
    @media only screen and (min-width: 960px) and (orientation: landscape) {
      #masthead #site-navigation {
        width: calc(75% - 30px);
        margin: 0;
        margin-left: auto;
        margin-right: 0; } }
    @media screen and (min-width: 1340px) {
      #masthead #site-navigation {
        width: calc(66% - 30px); } }
  @media only screen and (min-width: 960px) and (orientation: landscape) {
    #masthead .menu-main-menu-container {
      float: right; } }

.search-icon {
  display: none; }
  @media screen and (min-width: 1340px) {
    .search-icon {
      font-size: 18px;
      float: right;
      display: block;
      width: 40px;
      color: white;
      text-align: right;
      border-left: 1px solid white;
      margin: 10px 0 0 18px;
      cursor: pointer;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .search-icon:hover {
        opacity: 0.8; } }

.top-social {
  display: none; }
  @media screen and (min-width: 1340px) {
    .top-social {
      font-size: 18px;
      float: right;
      display: block;
      color: white;
      margin: 10px 0 0 16px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .top-social:hover {
        opacity: 0.8;
        color: white; }
      .top-social.top-twitter {
        margin-left: 28px; } }

.search-form {
  margin: 0;
  border-top: 1px solid #da0000;
  padding-top: 15px; }
  @media only screen and (min-width: 960px) and (orientation: landscape) {
    .search-form {
      background: #707070;
      margin: 0;
      display: none;
      border: 0;
      position: absolute;
      padding: 20px;
      right: -15px;
      z-index: 5;
      bottom: -123px; }
      .search-form:before {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #707070 transparent;
        position: absolute;
        right: 15px;
        top: -10px;
        display: block;
        content: ''; }
      .search-form.active-search {
        display: block; } }
  .search-form .search-field {
    border-radius: 0;
    padding: 12px 8px 13px;
    border: 0;
    width: calc(100% - 78px);
    float: left; }
  .search-form .search-submit {
    background: #707070;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 15px;
    color: white;
    float: left;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 0;
    border-radius: 0;
    width: 78px;
    font-weight: 800; }
    @media only screen and (min-width: 960px) and (orientation: landscape) {
      .search-form .search-submit {
        background: #c00000; }
        .search-form .search-submit:hover {
          opacity: 0.3s; } }
  .search-form span {
    display: none; }
  .search-form:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden; }

.main-navigation {
  display: block;
  width: 100%;
  position: relative; }
  @media only screen and (min-width: 960px) and (orientation: landscape) {
    .main-navigation {
      width: auto;
      margin-right: 0;
      margin-left: auto; } }
  .main-navigation.toggled ul {
    display: block; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0; }
    @media only screen and (min-width: 960px) and (orientation: landscape) {
      .main-navigation ul {
        margin: 20px 0 0; } }
    .main-navigation ul li {
      display: block;
      width: 100%;
      text-align: left;
      padding: 0;
      margin: 0; }
      @media only screen and (min-width: 960px) and (orientation: landscape) {
        .main-navigation ul li {
          padding: 20px 0 0 0; } }
      .main-navigation ul li:before {
        display: none; }
      .main-navigation ul li ul.sub-menu {
        background: none;
        margin: 0;
        padding: 0; }
        .main-navigation ul li ul.sub-menu li {
          padding-left: 20px;
          position: relative; }
          .main-navigation ul li ul.sub-menu li:before {
            content: "\f0da";
            position: absolute;
            top: 50%;
            left: 10px;
            -webkit-transform: translateY(50%);
            -ms-transform: translateY(50%);
            transform: translateY(50%);
            width: 10px;
            height: 10px;
            color: white;
            font-size: 10px;
            line-height: 10px;
            font-family: FontAwesome; }
      .main-navigation ul li a {
        display: inline-block;
        text-decoration: none;
        width: 100%;
        padding: 10px 0;
        text-transform: uppercase;
        color: white;
        font-size: 16px;
        font-weight: 400;
        border-bottom: 1px solid #a70000; }
        @media only screen and (min-width: 960px) and (orientation: landscape) {
          .main-navigation ul li a {
            border: 0;
            text-transform: none; } }
    @media only screen and (min-width: 960px) and (orientation: landscape) {
      .main-navigation ul {
        display: block;
        margin: 0;
        text-align: right; }
        .main-navigation ul li {
          display: inline-block;
          position: relative;
          width: auto;
          text-align: center;
          padding: 0;
          margin-left: 32px; }
          .main-navigation ul li:first-child {
            margin-left: 0; }
          .main-navigation ul li a {
            padding: 10px 0;
            width: 100%; }
            .main-navigation ul li a:hover {
              color: #707070; }
          .main-navigation ul li > ul.sub-menu {
            display: none; }
          .main-navigation ul li:hover > ul.sub-menu {
            background: none;
            display: block;
            position: absolute;
            top: 50px;
            right: 0;
            height: auto;
            z-index: 99;
            padding: 0;
            padding-top: 34px; }
            .main-navigation ul li:hover > ul.sub-menu:after {
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 0 10px 10px 10px;
              border-color: transparent transparent #548235 transparent;
              position: absolute;
              right: 15px;
              top: 24px;
              display: block;
              content: ''; }
            .main-navigation ul li:hover > ul.sub-menu li {
              width: 100%;
              text-align: left;
              padding: 0;
              display: block;
              background: #548235;
              white-space: nowrap;
              margin: 0; }
              .main-navigation ul li:hover > ul.sub-menu li:before {
                display: none; }
              .main-navigation ul li:hover > ul.sub-menu li a {
                padding: 7px 15px; }
                .main-navigation ul li:hover > ul.sub-menu li a:hover {
                  color: black; }
              .main-navigation ul li:hover > ul.sub-menu li.current-menu-item a {
                border-radius: 0;
                background: none; }
            .main-navigation ul li:hover > ul.sub-menu:before {
              content: "";
              position: absolute;
              top: -20px;
              left: 0;
              right: 0;
              height: 20px;
              width: 100%;
              background: none; } }
  .main-navigation .menu-toggle {
    position: absolute;
    top: -75px;
    right: 20px;
    z-index: 99;
    display: block;
    background: white;
    border: none;
    border-radius: 50%;
    height: 40px;
    padding: 0;
    width: 40px;
    text-align: center; }
    @media only screen and (min-width: 640px) {
      .main-navigation .menu-toggle {
        top: -80px; } }
    @media only screen and (min-width: 768px) {
      .main-navigation .menu-toggle {
        top: -90px; } }
    @media only screen and (min-width: 960px) and (orientation: landscape) {
      .main-navigation .menu-toggle {
        display: none; } }

#site-navigation.toggled .menu-toggle {
  background: white;
  color: #548235; }
  #site-navigation.toggled .menu-toggle i:before {
    content: '\f00d';
    color: #548235; }

/* OWL / BANNER */
.owl-outter {
  padding-top: 0;
  padding-bottom: 0; }
  .owl-outter .owl-carousel {
    position: relative; }
    .owl-outter .owl-carousel .banner-item {
      background-size: cover !important;
      background-position-y: 58% !important;
      background-repeat: no-repeat !important;
      min-height: 300px;
      max-height: 300px; }
      @media only screen and (min-width: 768px) {
        .owl-outter .owl-carousel .banner-item {
          min-height: 400px;
          max-height: 400px; } }
      @media screen and (min-width: 1100px) {
        .owl-outter .owl-carousel .banner-item {
          min-height: 600px;
          max-height: 600px; } }
      .owl-outter .owl-carousel .banner-item#slide-3 {
        background-position-y: 22% !important; }
      .owl-outter .owl-carousel .banner-item:before {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        content: '';
        background: rgba(0, 0, 0, 0.58); }
      .owl-outter .owl-carousel .banner-item .container {
        /* background:  white; */
        max-width: 1260px;
        height: 100%;
        margin: 0 auto;
        padding: 50px 20px;
        text-align: left; }
        @media only screen and (min-width: 768px) {
          .owl-outter .owl-carousel .banner-item .container {
            padding: 80px 0;
            width: 80%; } }
        @media screen and (min-width: 1100px) {
          .owl-outter .owl-carousel .banner-item .container {
            width: 100%;
            padding: 200px 0; } }
        .owl-outter .owl-carousel .banner-item .container h1 {
          color: white;
          font-size: 40px; }
        .owl-outter .owl-carousel .banner-item .container p {
          color: white;
          display: none; }
          @media only screen and (min-width: 640px) {
            .owl-outter .owl-carousel .banner-item .container p {
              display: block; } }
          @media only screen and (min-width: 960px) and (orientation: landscape) {
            .owl-outter .owl-carousel .banner-item .container p {
              width: 60%; } }
        .owl-outter .owl-carousel .banner-item .container .banner-link {
          font-size: 16px;
          line-height: 20px;
          font-weight: 600;
          background: white;
          padding: 10px 15px;
          display: inline-block;
          width: auto;
          background: #548235;
          color: white;
          text-decoration: none; }
    .owl-outter .owl-carousel .owl-nav {
      display: none; }
      @media only screen and (min-width: 768px) {
        .owl-outter .owl-carousel .owl-nav {
          width: 75px;
          display: block;
          position: absolute;
          height: 30px;
          bottom: 20px;
          right: calc((100% - 1260px)/2);
          clear: both; }
          .owl-outter .owl-carousel .owl-nav .owl-prev, .owl-outter .owl-carousel .owl-nav .owl-next {
            display: inline-block;
            float: left;
            position: absolute;
            top: 0;
            width: 30px;
            height: 30px;
            background: #548235;
            border-radius: 50%; }
            .owl-outter .owl-carousel .owl-nav .owl-prev:before, .owl-outter .owl-carousel .owl-nav .owl-next:before {
              content: "\f053";
              width: 30px;
              height: 30px;
              top: 16px;
              left: 25px;
              position: absolute;
              color: white;
              border-radius: 50%;
              font-family: FontAwesome;
              font-size: 11px;
              line-height: 30px;
              -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
          .owl-outter .owl-carousel .owl-nav .owl-next {
            float: right;
            right: 0; }
            .owl-outter .owl-carousel .owl-nav .owl-next:before {
              content: "\f054"; } }

#banner {
  max-height: 300px;
  min-height: 300px;
  background-image: url("assets/banners/banner-1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-Y: 50%;
  display: none; }

#slide-2 {
  background-position-Y: 10% !important; }

#slide-3 {
  background-position-Y: 2% !important; }

#slide-4 {
  background-position-y: 70% !important; }

#slide-6 {
  background-position-y: 30% !important; }

#slide-1 {
  background-image: url("assets/banners/banner-1.jpg");
  background-size: cover;
  background-repeat: no-repeat; }

#slide-2 {
  background-image: url("assets/banners/banner-2.jpg");
  background-size: cover;
  background-repeat: no-repeat; }

#slide-3 {
  background-image: url("assets/banners/banner-3.jpg");
  background-size: cover;
  background-repeat: no-repeat; }

#slide-4 {
  background-image: url("assets/banners/banner-4.jpg");
  background-size: cover;
  background-repeat: no-repeat; }

#slide-5 {
  background-image: url("assets/banners/banner-5.jpg");
  background-size: cover;
  background-repeat: no-repeat; }

#slide-6 {
  background-image: url("assets/banners/banner-6.jpg");
  background-size: cover;
  background-repeat: no-repeat; }

.container {
  position: relative;
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1340px; }
  .container:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden; }
  @media only screen and (min-width: 960px) and (orientation: landscape) {
    .container {
      padding: 0 40px; } }

#content {
  min-height: 500px; }

#footer {
  background: #707070;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    #footer {
      padding-top: 50px;
      padding-bottom: 50px;
      text-align: left; } }
  #footer p {
    line-height: 30px; }
    @media only screen and (min-width: 768px) {
      #footer p {
        line-height: 23px; } }
  #footer #bottom-logo {
    display: none;
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      #footer #bottom-logo {
        display: block; } }
  #footer .col {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #8a8a8a; }
    @media only screen and (min-width: 768px) {
      #footer .col {
        margin-bottom: 50px;
        padding: 0;
        border: 0; } }
    #footer .col.sitewizard, #footer .col.copyright {
      border: 0;
      margin-bottom: 0;
      padding-bottom: 0; }
      @media only screen and (min-width: 768px) {
        #footer .col.sitewizard, #footer .col.copyright {
          margin-bottom: 50px; } }
  #footer .col-container:first-child div:nth-child(2) .bottom-social {
    font-size: 20px;
    color: #191919;
    margin-right: 20px; }
    #footer .col-container:first-child div:nth-child(2) .bottom-social:last-of-type {
      margin-right: 0; }
  @media only screen and (min-width: 768px) {
    #footer .col-container:first-child div:nth-child(2) {
      text-align: center; } }
  #footer .col-container:first-child div:nth-child(3) a {
    color: white;
    text-decoration: none; }
  @media only screen and (min-width: 768px) {
    #footer .col-container:first-child div:nth-child(3) {
      text-align: right; } }
  @media only screen and (min-width: 768px) {
    #footer .col-container:first-child div {
      margin-bottom: 0; } }
  #footer .col-container:last-child p {
    font-size: 12px; }
  @media only screen and (min-width: 768px) {
    #footer .col-container:last-child div:nth-child(2) {
      text-align: right; } }
  @media only screen and (min-width: 768px) {
    #footer .col-container:last-child div {
      margin-bottom: 0; } }

#end {
  padding: 10px 20px; }
  #end p {
    font-size: 12px;
    color: #c00000;
    margin-bottom: 0; }
    #end p a {
      text-decoration: underline;
      color: #c00000; }
      #end p a:hover {
        text-decoration: none; }
    @media only screen and (min-width: 768px) {
      #end p {
        width: 40%;
        margin: 0 auto; } }

#team .icon-right p {
  display: none; }

#team .col-container .col.no-bottom-margin {
  margin-bottom: 20px !important; }
  @media only screen and (min-width: 768px) {
    #team .col-container .col.no-bottom-margin {
      margin-bottom: 0 !important; } }

#team i {
  font-size: 27px;
  background: white;
  padding: 5px 0;
  width: 43px;
  border-radius: 10px;
  color: #c00000;
  margin-right: 20px;
  text-align: center; }

#team h3 {
  display: inline-block;
  margin-bottom: 0;
  color: #191919;
  text-transform: none; }

#home-help-you .img-hover {
  position: relative;
  display: block;
  margin-bottom: 25px;
  background: #5d5d5d; }
  #home-help-you .img-hover img {
    max-height: 300px;
    min-height: 300px;
    opacity: 0.8;
    width: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: opacity 0.35s;
    -o-transition: opacity 0.35s;
    transition: opacity 0.35s; }
  #home-help-you .img-hover:before, #home-help-you .img-hover:after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    -o-transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s; }
  #home-help-you .img-hover:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1); }
  #home-help-you .img-hover:after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  #home-help-you .img-hover:hover:before, #home-help-you .img-hover:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  #home-help-you .img-hover:hover img {
    opacity: 0.6;
    -webkit-transition: opacity 0.35s;
    -o-transition: opacity 0.35s;
    transition: opacity 0.35s; }

#home-help-you .more-details {
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  color: #548235;
  text-decoration: none;
  text-transform: uppercase;
  position: relative; }
  #home-help-you .more-details:after {
    content: "\f0da";
    position: absolute;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    font-size: 12px;
    font-family: FontAwesome;
    color: #548235; }

#contact-section {
  margin: 0 auto;
  color: white; }
  #contact-section .wpcf7-form {
    margin-top: 30px; }
    @media only screen and (min-width: 960px) and (orientation: landscape) {
      #contact-section .wpcf7-form {
        margin: 0; } }
    #contact-section .wpcf7-form br {
      display: none; }
    #contact-section .wpcf7-form p {
      margin: 0; }
  @media only screen and (min-width: 960px) and (orientation: landscape) {
    #contact-section {
      padding: 50px;
      width: 75%;
      border-radius: 6px;
      background-color: rgba(255, 255, 255, 0.42); } }
  #contact-section img {
    margin-bottom: 30px;
    max-height: 60px !important; }
  #contact-section a {
    color: white; }
  #contact-section input:not([type="submit"]), #contact-section textarea {
    border: 0;
    margin: 0 0 24px;
    border-radius: 0;
    width: 100%;
    color: #676969;
    font-size: 14px;
    padding: 13px 11px;
    font-family: "Open Sans", sans-serif; }
  #contact-section textarea {
    height: 130px; }
  #contact-section span {
    display: block; }
  #contact-section .ajax-loader {
    display: none; }
  #contact-section input[type="submit"] {
    background: #548235;
    text-transform: uppercase;
    min-width: 180px;
    border-radius: 0;
    padding: 14px;
    text-align: center;
    border: 0;
    color: white;
    font-weight: 600;
    margin: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    #contact-section input[type="submit"]:hover {
      background: white;
      color: #548235; }

.bank-heading {
  color: #548235; }

#home-banks img {
  margin-bottom: 30px; }

#home-clients .home-clients-testimonial {
  font-weight: 600;
  position: relative;
  margin-bottom: 0; }
  #home-clients .home-clients-testimonial:before, #home-clients .home-clients-testimonial:after {
    position: absolute;
    height: 10px;
    width: 10px;
    font-size: 10px;
    font-family: FontAwesome;
    line-height: 10px;
    color: #548235; }
  #home-clients .home-clients-testimonial:before {
    content: "\f10d";
    top: -5px;
    left: -5px; }
  #home-clients .home-clients-testimonial:after {
    content: "\f10e";
    right: -5px;
    bottom: 5px; }

#home-clients .home-clients-meta {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  margin-top: 52px; }
  #home-clients .home-clients-meta br {
    line-height: 25px; }
  #home-clients .home-clients-meta:before {
    content: "";
    position: absolute;
    top: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 2px;
    width: 25px;
    background: #548235; }

.hoowla-quote-button {
  display: block !important;
  margin-bottom: 20px;
  background: none !important;
  color: #c00000 !important;
  padding: 0 !important; }
  #contact-page-form .hoowla-quote-button {
    color: white !important; }
  .home .hoowla-quote-button {
    color: white !important;
    margin-top: 30px; }
