@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i);
@font-face {
  font-family: 'mbold';
  src: url("../fonts/montserrat-bold-webfont.html") format("woff2"), url("../fonts/montserrat-bold-webfont.woff") format("woff"), url("../fonts/montserrat-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0; }

body, html {
  height: 100%; }

body {
  background: #ffffff;
  color: #E62228;
  font-size: 14px;
 /* font-family: 'mbold', sans-serif;
  font-weight: 400;*/
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  overflow-x: hidden; }

ul {
  list-style: none; }
  ul li a {
    text-decoration: none;
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear; }
  ul li a:hover {
    text-decoration: none;
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear; }

ul.floated-list {
  margin-bottom: 0; }
  ul.floated-list li {
    float: left;
    display: block; }
    ul.floated-list li a {
      display: block; }
    ul.floated-list li ul {
      margin-bottom: 0; }
      ul.floated-list li ul li {
        float: none; }

a {
  color: inherit;
  -webkit-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out; }
  a:hover {
    opacity: 1;
    color: #771216;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }

button[type="submit"],
input[type="submit"] {
  -webkit-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out; }
  button[type="submit"]:hover,
  input[type="submit"]:hover {
    opacity: 0.7; }

img {
  border: 0; }

h1, h2, h3, h4, h5, h6 {
  color: #E62228; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

h1 {
  font-size: 26px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

p {
  font-family: 'Montserrat';
  font-size: 16px;
  line-height: 1.5;
  color: #8C8C8C; }

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  color: inherit; }

label {
  font-weight: normal; }

.font8px {
  font-size: 8px; }

.font9px {
  font-size: 9px; }

.font10px {
  font-size: 10px; }

.font11px {
  font-size: 11px; }

.font12px {
  font-size: 12px; }

.font13px {
  font-size: 13px; }

.font14px {
  font-size: 14px; }

.font15px {
  font-size: 15px; }

.font16px {
  font-size: 16px; }

.bdrs0 {
  border-radius: 0; }

.bdrs5px {
  border-radius: 5px; }

.bdrs8px {
  border-radius: 8px; }

.bdrs10px {
  border-radius: 10px; }

.icon-text {
  margin-right: 8px; }
  .icon-text.sm {
    margin-right: 4px; }

.weight-200 {
  font-weight: 200; }

.weight-300 {
  font-weight: 300; }

.weight-400 {
  font-weight: 400; }

.weight-600 {
  font-weight: 600; }

.weight-700 {
  font-weight: 700; }

.weight-900 {
  font-weight: 900; }

.font-style-italic {
  font-style: italic; }

.font-style-normal {
  font-style: normal; }

.clear {
  clear: both; }

.inline {
  display: inline; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.lowercase {
  text-transform: lowercase; }

.capitalize {
  text-transform: capitalize; }

.uppercase {
  text-transform: uppercase; }

.div-center {
  display: table;
  margin: 0 auto; }

.fullHeight {
  height: 100%; }

.mytable {
  display: table;
  width: 100%;
  height: 100%; }

.fixed-table-layout {
  table-layout: fixed; }

.table-cell {
  display: table-cell; }

.va-middle {
  vertical-align: middle; }

.va-top {
  vertical-align: top; }

.va-bottom {
  vertical-align: bottom; }

.static {
  position: static; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.cover {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.circle {
  border-radius: 50%; }

.m0 {
  margin: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt-10 {
  margin-top: 10px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mt-50 {
  margin-top: 50px !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-10 {
  padding-top: 10px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pt-30 {
  padding-top: 30px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pt-50 {
  padding-top: 50px !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

.fill {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-20 {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-20 {
    width: 20%;
    float: left; } }
@media (min-width: 992px) {
  .col-md-20 {
    width: 20%;
    float: left; } }
@media (min-width: 1200px) {
  .col-lg-20 {
    width: 20%;
    float: left; } }
.fitVid {
  position: relative;
  padding-bottom: 56%;
  height: 0; }
  .fitVid iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.row45 {
  margin-left: -45px;
  margin-right: -45px; }
  .row45 .column {
    padding-left: 45px;
    padding-right: 45px; }

.row25 {
  margin-left: -25px;
  margin-right: -25px; }
  .row25 .column {
    padding-left: 25px;
    padding-right: 25px; }

.row20 {
  margin-left: -20px;
  margin-right: -20px; }
  .row20 .column {
    padding-left: 20px;
    padding-right: 20px; }

.row10 {
  margin-left: -10px;
  margin-right: -10px; }
  .row10 .column {
    padding-left: 10px;
    padding-right: 10px; }

.row7 {
  margin-left: -7px;
  margin-right: -7px; }
  .row7 .column {
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 14px; }

.row5 {
  margin-left: -5px;
  margin-right: -5px; }
  .row5 .column {
    padding-left: 5px;
    padding-right: 5px; }

.form-control {
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.055); }

.form-control[type="button"],
.form-control[type="submit"],
.form-control[type="reset"] {
  -webkit-appearance: none;
  cursor: pointer; }

.form-control::-moz-placeholder {
  color: #838383;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #838383; }

.form-control::-webkit-input-placeholder {
  color: #838383; }

.form-control:focus {
  box-shadow: none;
  border: 1px solid #007a92 !important; }

.theme-ececec {
  color: #ececec !important; }

.theme-ececec-bg {
  background-color: #ececec !important; }

.theme-838383 {
  color: #838383 !important; }

.theme-838383-bg {
  background-color: #838383 !important; }

.theme-ffffff {
  color: #ffffff !important; }

.theme-ffffff-bg {
  background-color: #ffffff !important; }

.theme-007a92 {
  color: #007a92 !important; }

.theme-007a92-bg {
  background-color: #007a92 !important; }

.theme-d02720 {
  color: #d02720 !important; }

.theme-d02720-bg {
  background-color: #d02720 !important; }

.theme-393939 {
  color: #393939 !important; }

.theme-393939-bg {
  background-color: #393939 !important; }

.theme-e7e7e7 {
  color: #e7e7e7 !important; }

.theme-e7e7e7-bg {
  background-color: #e7e7e7 !important; }

.theme-9d9d9d {
  color: #9d9d9d !important; }

.theme-9d9d9d-bg {
  background-color: #9d9d9d !important; }

.theme-f5f5f5 {
  color: #f5f5f5 !important; }

.theme-f5f5f5-bg {
  background-color: #f5f5f5 !important; }

.theme-f7f7f7 {
  color: #f7f7f7 !important; }

.theme-f7f7f7-bg {
  background-color: #f7f7f7 !important; }

.theme-f9f9f9 {
  color: #f9f9f9 !important; }

.theme-f9f9f9-bg {
  background-color: #f9f9f9 !important; }

.theme-f4f4f4 {
  color: #f4f4f4 !important; }

.theme-f4f4f4-bg {
  background-color: #f4f4f4 !important; }

.theme-702d15 {
  color: #702d15 !important; }

.theme-702d15-bg {
  background-color: #702d15 !important; }

.theme-a0a0a0 {
  color: #a0a0a0 !important; }

.theme-a0a0a0-bg {
  background-color: #a0a0a0 !important; }

.theme-a7a7a7 {
  color: #a7a7a7 !important; }

.theme-a7a7a7-bg {
  background-color: #a7a7a7 !important; }

.theme-777777 {
  color: #777777 !important; }

.theme-777777-bg {
  background-color: #777777 !important; }

input {
  height: 50px;
  border: 1px #ACACAC solid;
  width: 100%;
  color: #ACACAC;
  padding-left: 10px; }

textarea {
  border: 1px #ACACAC solid;
  width: 100%;
  color: #ACACAC;
  padding-left: 10px; }

select {
  width: 100%;
  border: 1px #ACACAC solid;
  height: 50px; }

.regular-btn {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 61px;
  position: relative;
  display: inline-block;
  /* box-shadow: 0 0 0 2px #E62228 inset; */
  padding: 0 35px;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .regular-btn:hover {
    box-shadow: 0 0 0 2px #771216 inset;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }

.header {
  background-color: white;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.32); }
  @media (max-width: 1199px) {
    .header .logo img {
      max-width: 190px; } }
  @media (max-width: 767px) {
    .header .logo img {
      max-width: 140px; } }

.secondary-nav {
  position: absolute;
  right: 0;
  top: 0; }
  .secondary-nav ul li {
    font-family: 'mbold';
    font-size: 12px;
    color: #5C5C5C;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .secondary-nav ul li:hover {
      color: #771216;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }

.get-quote {
  margin-left: 40px;
  height: 33px;
  background-color: #771216;
  color: #ffffff !important;
  padding: 0 17px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .get-quote:hover {
    background-color: #E62228;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.seprator-right {
  border-right: 2px #5C5C5C solid; }

.mynav {
  position: static !important; }
  .mynav > ul {
    float: right;
    margin-bottom: 0; }
    .mynav > ul > li {
      font-family: 'mbold';
      color: #181818;
      font-size: 18px;
      margin-right: 40px;
      text-transform: uppercase;
      padding-bottom: 30px; }
      @media (max-width: 1199px) {
        .mynav > ul > li {
          padding-bottom: 15px; } }
      .mynav > ul > li > a {
        border-bottom: 5px solid transparent; }
      .mynav > ul > li:last-child {
        margin-right: 0; }
      .mynav > ul > li:hover > a, .mynav > ul > li.active > a {
        border-bottom: 5px solid  #771216; }
      .mynav > ul > li.hasDropdown ul.pnl-dropdown {
        padding-top: 15px;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 9;
        background-color: #ffffff;
        border-top: 8px solid #771216;
        border-bottom: 8px solid #771216;
        -webkit-transition-delay: 0.25s;
        -moz-transition-delay: 0.25s;
        -o-transition-delay: 0.25s;
        transition-delay: 0.25s; }
        .mynav > ul > li.hasDropdown ul.pnl-dropdown .dropdown-sub-wrap h2 {
          font-family: 'Questrial';
          font-size: 22px;
          color: #8C8C8C;
          text-transform: uppercase;
          margin: initial;
          padding: 11px 0;
          border-bottom: 6px solid  #8C8C8C; }
        .mynav > ul > li.hasDropdown ul.pnl-dropdown .dropdown-sub-wrap .dropdown-sub {
          margin-top: 16px; }
          .mynav > ul > li.hasDropdown ul.pnl-dropdown .dropdown-sub-wrap .dropdown-sub li {
            font-family: 'mbold';
            font-size: 16px;
            color: #2E2E2E;
            line-height: 31px;
            padding-left: 10px;
            cursor: pointer;
            -webkit-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out; }
          .mynav > ul > li.hasDropdown ul.pnl-dropdown .dropdown-sub-wrap .dropdown-sub li.active {
            background-color: #771216;
            -webkit-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out; }
            .mynav > ul > li.hasDropdown ul.pnl-dropdown .dropdown-sub-wrap .dropdown-sub li.active a {
              color: #ffffff !important; }
        .mynav > ul > li.hasDropdown ul.pnl-dropdown .dropdown-sub-wrap .dropdown-sub-right {
          margin-top: 16px; }
          .mynav > ul > li.hasDropdown ul.pnl-dropdown .dropdown-sub-wrap .dropdown-sub-right li {
            font-family: 'Montserrat';
            font-size: 14px;
            color: #2E2E2E;
            /* cursor: pointer; */
            -webkit-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
            padding-top: 10px; }
          .mynav > ul > li.hasDropdown ul.pnl-dropdown .dropdown-sub-wrap .dropdown-sub-right li.active {
            background-color: #771216;
            -webkit-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out; }
            .mynav > ul > li.hasDropdown ul.pnl-dropdown .dropdown-sub-wrap .dropdown-sub-right li.active a {
              color: #ffffff !important; }
          .mynav > ul > li.hasDropdown ul.pnl-dropdown .dropdown-sub-wrap .dropdown-sub-right h4 {
            font-family: 'mbold';
            font-size: 12px;
            color: #2E2E2E;
            padding: 12px 0;
            text-transform: uppercase; }
          .mynav > ul > li.hasDropdown ul.pnl-dropdown .dropdown-sub-wrap .dropdown-sub-right .divider {
            border-bottom: 1px #2E2E2E dotted;
            margin: 15px 0; }
      .mynav > ul > li.hasDropdown:hover ul.pnl-dropdown {
        opacity: 1;
        visibility: visible; }

.dark-nav {
  background-color: #181818; }
  .dark-nav .secondary-nav a {
    color: #fff; }
  .dark-nav .mynav > ul > li > a {
    color: #fff; }
  .dark-nav .secondary-nav a:hover,
  .dark-nav .mynav > ul > li > a:hover {
    color: #771216; }

.promotion-wrap {
  padding: 0px; }

.promotion {
  padding: 15px 15px 7px 15px;
  background-color: #771216;
  color: #ffffff;
  width: 100%;
  font-family: 'Montserrat'; }
  .promotion span {
    font-family: 'mbold';
    padding: 5px;
    border: 2px solid #ffffff; }

.text-white li {
  color: #ffffff; }

.text-white a li {
  color: #ffffff; }

.margin-75 {
  margin-top: 75px; }

.solutions-drp .dropdown-sub-right li {
  padding: 5px;
  color: #A4A4A4 !important;
  font-family: 'mbold'; }
  .solutions-drp .dropdown-sub-right li span {
    color: #2E2E2E;
    font-size: 16px !important; }
  .solutions-drp .dropdown-sub-right li:hover {
    background-color: #771216; }
    .solutions-drp .dropdown-sub-right li:hover a {
      color: #ffffff !important; }
    .solutions-drp .dropdown-sub-right li:hover span {
      color: #ffffff !important; }
.solutions-drp .dropdown-sub-right .divider {
  height: 3px;
  width: 100%;
  display: inline-block;
  border-bottom: 1px #2E2E2E dotted;
  margin: 10px 0; }

.gallery-sub a {
  display: block;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .gallery-sub a p {
    padding: 13px;
    color: #A4A4A4;
    font-family: 'Montserrat';
    font-size: 14px; }
    .gallery-sub a p span {
      font-family: 'mbold';
      color: #2E2E2E;
      margin: 12px 0;
      font-size: 16px; }
.gallery-sub:hover {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .gallery-sub:hover a {
    background-color: #771216;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .gallery-sub:hover a img {
      opacity: 0.8; }
    .gallery-sub:hover a p {
      color: #ffffff; }
      .gallery-sub:hover a p span {
        color: #ffffff; }

.resources-dropdown {
  background: url("../images/bg-subnav-01.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 100%; }

.carousel-fade .carousel-inner .item {
  transition-property: opacity; }
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0; }
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1; }
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0); }
.carousel-fade .carousel-control {
  z-index: 2; }

.caption {
  position: relative;
  padding-top: 25%; }
  .caption .caption-wrapper {
    position: relative;
    display: inline-block;
    margin: auto; }
    .caption .caption-wrapper h4 {
      color: #ffffff;
      font-family: 'mbold';
      font-size: 32px;
      margin-bottom: 0px;
      letter-spacing: 4px; }
    .caption .caption-wrapper h2 {
      color: #ffffff;
      font-family: 'mbold';
      font-size: 58px;
      text-transform: uppercase;
      margin-top: 0px; }
    .caption .caption-wrapper h5 {
      color: #ffffff;
      font-family: 'Questrial';
      font-size: 26px;
      margin-top: 29px;
      margin-bottom: 63px; }
    .caption .caption-wrapper .btn-contact {
      font-family: 'mbold';
      text-transform: uppercase;
      font-size: 16px;
      color: #ffffff;
      position: relative;
      display: inline-block;
      margin-right: 24px;
      margin-bottom: 15px; }
      .caption .caption-wrapper .btn-contact a {
        border: 2px solid #fff;
        border-radius: 10px;
        padding: 10px 35px;
        display: inline-block; }
    .caption .caption-wrapper .btn-learnmore {
      font-family: 'mbold';
      text-transform: uppercase;
      font-size: 16px;
      position: relative;
      display: inline-block; }
      .caption .caption-wrapper .btn-learnmore a {
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 10px;
        display: inline-block;
        padding: 10px 35px;
        color: #771216; }

@media (max-width: 415px) {
  .caption .caption-wrapper h4 {
    font-size: 20px; }
  .caption .caption-wrapper h2 {
    font-size: 48px; }
  .caption .caption-wrapper h5 {
    font-size: 16px; }
  .caption .caption-wrapper .btn-contact {
    float: left; } }
.section-title h5 {
  font-family: 'mbold';
  font-size: 18px;
  color: #771216;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: 18px; }
.section-title h2 {
  font-family: 'mbold';
  font-size: 48px;
  color: #2E2E2E;
  text-transform: uppercase;
  margin-top: 0;
  margin-left: 18px; }
.section-title .divider {
  padding-left: 39px;
  margin-bottom: 23px; }

@media (max-width: 1190px) {
  .section-title h5 {
    font-size: 16px; }
  .section-title h2 {
    font-size: 40px; } }
.company-info-wrapper {
  padding: 135px 0; }
  .company-info-wrapper .company-info .signature {
    margin-top: 44px; }
  .company-info-wrapper .company-info .readmore {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 61px;
    position: relative;
    display: inline-block;
    box-shadow: 0 0 0 2px #E62228 inset;
    padding: 0 35px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .company-info-wrapper .company-info .readmore:hover {
      box-shadow: 0 0 0 2px #771216 inset;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }

@media (max-width: 1190px) {
  .company-info-wrapper {
    padding: 100px 0; }
    .company-info-wrapper .company-info {
      padding: 20px 0; }
      .company-info-wrapper .company-info .signature {
        margin-top: 0px; }
      .company-info-wrapper .company-info h5 {
        margin-left: 0;
        font-size: 16px; }
      .company-info-wrapper .company-info h2 {
        margin-left: 0;
        font-size: 40px; }
      .company-info-wrapper .company-info p {
        font-size: 14px; }
      .company-info-wrapper .company-info .divider {
        margin-left: 0;
        padding-left: 0; } }
@media (max-width: 415px) {
  .company-info-wrapper {
    padding: 50px 0; } }
.services {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px; }
  .services a p {
    height: 100%;
    position: relative;
    margin-bottom: 0px;
    -webkit-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out; }
    .services a p span {
      width: 100%;
      text-align: center;
      color: #ffffff;
      font-size: 22px;
      text-transform: uppercase;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .services a p:hover {
      background-color: transparent;
      -webkit-transition: all 0.6s ease-out;
      -o-transition: all 0.6s ease-out;
      transition: all 0.6s ease-out; }

#p-services {
  height: 100%;
  color: #ffffff; }
  #p-services .p-wrap {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    #p-services .p-wrap .small {
      text-align: center;
      text-transform: uppercase;
      font-size: 18px; }
    #p-services .p-wrap .big {
      text-align: center;
      font-size: 48px;
      margin-top: -20px; }

.section.fencing-solutions {
  padding: 80px 0; }

.choose-right .choose-right-wrap {
  width: 100%;
  text-align: center; }

@media (max-width: 769px) {
  .choose-right {
    padding: 50px 0; } }
.solution-title {
  margin-left: initial;
  top: 0px;
  width: 100%;
  padding: 25px 10px;
  box-shadow: 0 0 0 1px #ACACAC inset;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  .solution-title .solution-star {
    display: block;
    float: left;
    padding-right: 10px;
    border-right: 1px #ACACAC solid; }
  .solution-title .solution-heading {
    display: block;
    float: right; }
    .solution-title .solution-heading h2 {
      font-family: 'mbold';
      font-size: 16px;
      text-transform: uppercase;
      margin: 0;
      color: #2E2E2E; }
      .solution-title .solution-heading h2 span {
        color: #771216; }
    .solution-title .solution-heading h4 {
      font-family: 'Montserrat';
      font-size: 13px;
      color: #ACACAC;
      text-transform: uppercase;
      letter-spacing: 2px;
      margin: 7px 0 0 0; }

.solution-wrapper {
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  .solution-wrapper .solution-img img {
    width: 100%; }
  .solution-wrapper .solution-text {
    padding: 44px 17px 32px 17px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }

.solution-main {
  cursor: pointer; }

.view-btn {
  margin-top: 30px;
  text-align: center; }
  .view-btn a {
    color: #333;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 61px;
    position: relative;
    display: inline-block;
    margin: auto;
    text-align: center;
    box-shadow: 0 0 0 2px #ACACAC inset;
    padding: 0 35px;
    border-radius: 10px;
    margin-top: 10px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .view-btn a:hover {
      box-shadow: 0 0 0 0px #771216 inset;
      color: #ffffff;
      background-color: #771216;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }

@media (max-width: 769px) {
  .solution-wrapper .solution-text {
    padding: 15px 10px; }

  .solution-main {
    margin-bottom: 30px; } }
.active-main {
  -webkit-transition: all 0.9s linear;
  -o-transition: all 0.9s linear;
  transition: all 0.9s linear; }
  .active-main .solution-title {
    background-color: #771216;
    box-shadow: 0 0 0 0px #ACACAC inset; }
    .active-main .solution-title .solution-heading h2 {
      color: #ffffff; }
      .active-main .solution-title .solution-heading h2 span {
        color: #ffffff; }
    .active-main .solution-title .solution-heading h4 {
      color: #ffffff; }
  .active-main .solution-wrapper .solution-img {
    background-color: #771216; }
    .active-main .solution-wrapper .solution-img img {
      opacity: 0.4;
      -webkit-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
  .active-main .solution-wrapper .solution-text {
    background-color: #771216;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear; }
    .active-main .solution-wrapper .solution-text p {
      color: #ffffff; }

.cta-main {
  background-color: #771216;
  padding: 0; }
  .cta-main .cta-img {
    display: inline-block; }
  .cta-main .cta-text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 55px; }
    .cta-main .cta-text h5 {
      font-family: 'mbold';
      font-size: 18px;
      color: #ffffff;
      margin-bottom: 0; }
    .cta-main .cta-text h2 {
      font-family: 'mbold';
      font-size: 48px;
      color: #ffffff;
      margin-top: -5px; }
  .cta-main .btn-download {
    box-shadow: 0 0 0 2px #ffffff inset;
    color: #ffffff;
    font-size: 14px;
    margin-top: 18px;
    float: right; }
    .cta-main .btn-download:hover {
      background-color: #ffffff;
      color: #771216; }

@media (max-width: 1190px) {
  .cta-text {
    margin-left: 20px !important; }

  .btn-download {
    font-size: 12px !important; } }
@media (max-width: 769px) {
  .cta-text {
    margin-left: 0px !important; }

  .btn-download {
    float: left !important; } }
.portfolio {
  position: absolute;
  width: 100%;
  top: 0px;
  height: 100%; }
  .portfolio a p {
    height: 100%;
    position: relative;
    -webkit-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out; }
    .portfolio a p span {
      opacity: 0;
      width: 100%;
      text-align: center;
      color: #ffffff;
      font-size: 22px;
      text-transform: uppercase;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .portfolio a p:hover {
      background-color: rgba(0, 0, 0, 0.8);
      -webkit-transition: all 0.6s ease-out;
      -o-transition: all 0.6s ease-out;
      transition: all 0.6s ease-out; }
      .portfolio a p:hover span {
        opacity: 1;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }

.testomonial {
  padding: 120px 0; }
  .testomonial h5 {
    display: inline-block;
    float: right;
    font-family: 'mbold';
    font-size: 32px;
    color: #333;
    padding-right: 22px;
    border-right: 1px #ACACAC solid;
    margin: initial; }
    .testomonial h5 span {
      color: #771216; }
  .testomonial p {
    width: 80%;
    display: inline-block;
    float: left; }
  .testomonial .arrows {
    display: inline-block;
    float: right;
    color: #333;
    font-size: 20px; }
    .testomonial .arrows #left-a {
      margin-right: 30px;
      cursor: pointer; }
    .testomonial .arrows #right-a {
      cursor: pointer; }
    .testomonial .arrows .disable-arrow {
      color: #ACACAC; }
  .testomonial .testomonial-quote {
    display: inline-block !important;
    width: 20% !important;
    float: left; }
    .testomonial .testomonial-quote img {
      width: auto !important; }
  .testomonial .client-writeup {
    display: inline-block;
    float: left;
    width: 80%; }
    .testomonial .client-writeup p {
      width: 100%;
      font-family: 'Questrial';
      font-size: 18px;
      color: #ACACAC; }
    .testomonial .client-writeup .short-writeup {
      display: inline-block;
      font-family: 'mbold';
      font-size: 18px;
      color: #2E2E2E;
      padding: 9px 0; }
    .testomonial .client-writeup .long-writeup {
      padding-top: 35px;
      display: inline-block; }
    .testomonial .client-writeup .client-name {
      font-family: 'mbold';
      font-size: 18px;
      color: #2E2E2E;
      margin-top: 20px; }
    .testomonial .client-writeup .rating {
      display: block;
      margin-top: 10px; }
    .testomonial .client-writeup .client-signature {
      display: block;
      margin-top: 22px; }
  .testomonial .owl-carousel {
    padding-top: 90px; }

.testomonial-content {
  display: inline-block;
  padding-right: 157px; }

@media (max-width: 769px) {
  .testomonial {
    padding: 50px 15px; }
    .testomonial h5 {
      float: left;
      border-right: 0px;
      margin-bottom: 10px; }

  .testomonial-content {
    padding-right: 0px; } }
.quote-form {
  font-family: 'Questrial';
  color: #ACACAC; }
  .quote-form input {
    height: 50px;
    border: 1px #ACACAC solid;
    width: 100%;
    color: #ACACAC;
    padding-left: 10px; }
  .quote-form select {
    width: 100%;
    border: 1px #ACACAC solid;
    height: 50px; }
	
  .quote-form textarea {
    border: 1px #ACACAC solid;
    width: 100%;
    color: #ACACAC;
    padding-left: 10px; }

.contact-us-wrap {
  padding: 0 128px; }
  .contact-us-wrap h5 {
    margin-left: initial; }
  .contact-us-wrap h2 {
    margin-left: initial; }
  .contact-us-wrap p {
    margin-top: 48px;
    margin-bottom: 60px; }
  .contact-us-wrap .divider {
    padding-left: initial; }
  .contact-us-wrap .form-content {
    margin-bottom: 20px; }
  .contact-us-wrap .contact-btn {
    margin-left: 15px;
    margin-bottom: 15px;
    background-color: #771216;
    color: #ffffff;
    box-shadow: 0 0 0 0px #E62228 inset; }
    .contact-us-wrap .contact-btn:hover {
      background-color: #E62228; }

@media (max-width: 1190px) {
  .contact-us-wrap {
    padding: 0 20px; } }
.services-form {
  margin-top: 23px; }

input {
  height: 40px;
  margin-bottom: 10px; }

button {
  height: 34px;
  line-height: 34px;
  background-color: #771216;
  color: #ffffff;
  text-transform: uppercase;
  width: 130px;
  margin: 10px 0; }

@media (min-width: 1024px) {
  .bg-quote {
    margin-left: -15px; } }
@media (min-width: 1200px) {
  .offcanvas,
  .toggle,
  .body-inactive {
    display: none !important; } }
@media (max-width: 1199px) {
  .mynav {
    display: none !important; }
    .mynav > ul {
      float: none; }
      .mynav > ul > li {
        margin-right: 0;
        padding-bottom: 0; }
        .mynav > ul > li > a {
          color: #fff !important;
          opacity: 0.8; }
        .mynav > ul > li.active > a {
          opacity: 1;
          border-bottom: 0; }
        .mynav > ul > li.hasDropdown ul.pnl-dropdown {
          opacity: 1;
          visibility: visible;
          display: none;
          position: relative;
          border: 0; }

  #mobileNav .mynav {
    display: block !important; }

  .toggle > a {
    float: right; }

  .offcanvas {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    background: #E62228;
    width: 100%;
    z-index: 99;
    width: 400px; }

  .offcanvas .mynav > ul {
    margin: 0 0 15px;
    display: block;
    padding-top: 60px; }

  .offcanvas .mynav > ul > li {
    float: none;
    border-bottom: 1px solid #e37478;
    display: block; }

  /* 	.offcanvas ul li.nav-active a{
  		opacity: 0.8;
  	} */
  .offcanvas .mynav > ul > li > a {
    font-size: 16px;
    display: block;
    padding: 10px 15px;
    color: #222; }

  .offcanvas .mynav > ul > li:last-child {
    border-bottom: 0; }

  .offcanvas .coff {
    top: 0;
    left: 0;
    position: absolute;
    z-index: 4; }

  .offcanvas .coff a {
    padding: 9px;
    display: block;
    background-color: rgba(0, 0, 0, 0.25); }

  .offcanvas.show-offcanvas {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

  .body-inactive {
    z-index: 11;
    background-color: rgba(0, 0, 0, 0.54);
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; } }
@media (max-width: 992px) {
  .img-cluster {
    text-align: center; }
    .img-cluster img {
      display: inline-block; } }
@media (max-width: 480px) {
  .offcanvas {
    width: 100%; } }
@media (max-width: 767px) {
  .section-services .mytable,
  .section-services .table-cell {
    display: block !important; }
  .section-services .table-cell {
    width: 100% !important; }
  .section-services .mytable.height-50 {
    height: auto !important; }
  .section-services .table-cell:not(.main-table-cell) {
    height: 35vh !important; }

  .section-gal-lbox .mytable,
  .section-gal-lbox .table-cell {
    display: block !important; }
  .section-gal-lbox .mytable.height-75,
  .section-gal-lbox .mytable.height-50 {
    height: 100% !important; }
  .section-gal-lbox .table-cell {
    width: 100% !important; }
  .section-gal-lbox .table-cell:not(.main-table-cell) {
    height: 35vh !important; }

  .company-info-wrapper .company-info .readmore {
    float: none !important;
    display: block;
    line-height: 1.4;
    padding: 10px 12px;
    font-size: 14px;
    text-align: center; } }

/*# sourceMappingURL=style.css.map */
.large-quote {
	text-align:center;
	font-size:1.5em;
	color:rgba(255,255,255,.7);
	font-style:italic;
}
.portfolio-filter.nav-tabs li:last-child a,
.portfolio-filter.nav-tabs li:first-child a,
.portfolio-filter.nav-tabs li a{
margin:0 1px;
}