/* vertical alignment styles */
.col-top {
  vertical-align: top; }

.col-middle {
  vertical-align: middle; }

.col-bottom {
  vertical-align: bottom; }

/* columns of same height styles */
.row-full-height {
  height: 100%; }

.col-full-height.col-xs-height {
  height: 100%;
  vertical-align: middle; }

.row-same-height {
  display: table;
  width: 100%;
  /* fix overflow */
  table-layout: fixed; }

.col-xs-height {
  display: table-cell;
  float: none !important; }

@media (min-width: 768px) {
  .col-sm-height {
    display: table-cell;
    float: none !important; }

  .col-full-height {
    height: 100%; } }
@media (min-width: 992px) {
  .col-md-height {
    display: table-cell;
    float: none !important; } }
@media (min-width: 1200px) {
  .col-lg-height {
    display: table-cell;
    float: none !important; } }
/* visual styles */
/*
body {
  padding-bottom: 40px;
}
h1 {
  margin: 40px 0px 20px 0px;
  color: #95c500;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
}
[class*="col-"] {
  padding-top: 10px;
  padding-bottom: 15px;
  border: 1px solid #80aa00;
  background: #d6ec94;
}
*/
/*
[class*="col-"]:before {
  display: block;
  position: relative;
  content: "COL";
  margin-bottom: 8px;
  font-family: sans-serif;
  font-size: 10px;
  letter-spacing: 1px;
  color: #658600;
  text-align: left;
}
*/
.col-full-height:before {
  content: ""; }

/*
.item {
  width: 100%;
  height: 100%;
  border: 1px solid #cecece;
  padding: 12px 6px;
  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom,color-stop(0%, #f4f4f4), color-stop(100%, #ededed));
  background: -moz-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
  background: -ms-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
}
*/
/* content styles */
/*
.item {
  display: table;
}
.content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
*/
/* centering styles for jsbin */
/*
html,
body {
  width: 100%;
  height: 100%;
}
html {
  display: table;
}
body {
  display: table-cell;
  vertical-align: middle;
}
*/
.dummy {
  padding-top: 100%;
  /* forces 1:1 aspect ratio */ }

.dummy80 {
  padding-top: 70% !important; }

.dummy50 {
  padding-top: 50% !important; }

.responsive-container {
  overflow: hidden;
  border: solid 1px #dedede;
  position: relative; }
  .responsive-container:hover .img-container {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .responsive-container .img-container {
    -moz-transition: all 0.2s ease !important;
    -webkit-transition: all 0.2s ease !important;
    -o-transition: all 0.2s ease !important;
    transition: all 0.2s ease !important;
    -webkit-transform: scale(1);
    transform: scale(1);
    /*background:#FFFFFF;*/
    /*
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    */
    background-repeat: no-repeat;
    background-position: 50% center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0px;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    /* Align center inline elements */
    font: 0/0 a;
    border: solid 0px #dedede; }
  .responsive-container .img-container .centerer {
    display: inline-block;
    vertical-align: middle;
    height: 100%; }
  .responsive-container .img-container img {
    vertical-align: middle;
    display: inline-block;
    max-height: 100%;
    /* <-- Set maximum height to 100% of its parent */
    max-width: 100%;
    /* <-- Set maximum width to 100% of its parent */
    width: auto;
    height: auto; }
  .responsive-container::after, .responsive-container::before {
    position: absolute;
    content: '';
    transition: inherit;
    pointer-events: none;
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -moz-transition: all 0.2s ease !important;
    -webkit-transition: all 0.2s ease !important;
    -o-transition: all 0.2s ease !important;
    transition: all 0.2s ease !important; }
  .responsive-container::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(25, 24, 24, 0.45);
    z-index: 2; }
  .responsive-container::after {
    display: inline-block;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    z-index: 3;
    -webkit-transition: linear 200ms;
    -moz-transition: linear 200ms;
    -o-transition: linear 200ms;
    transition: linear 200ms; }
  .responsive-container:hover::before, .responsive-container:hover::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1); }

.logo-slider img {
  display: inline-block !important;
  height: 100px !important; }

@media (min-width: 769px) {
  body #wa-chat {
    display: none !important; } }
@media (max-width: 768px) {
  #Services {
    background: #292d32; }

  footer {
    padding-bottom: 100px !important; } }
.switchdesktop {
  margin: 20px 20px !important; }

.popover {
  max-width: 450px !important;
  padding: 0px !important; }

.popover .form-horizontal .form-group {
  margin: 0 0 20px 0 !important; }

.popover-footer {
  padding: 6px 14px;
  background-color: #f7f7f7;
  border-top: 1px solid #ebebeb;
  text-align: right; }

body .popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #333;
  border-bottom: 1px solid #555;
  border-radius: 5px 5px 0 0;
  color: #ffffff; }

body .popover {
  position: fixed;
  margin-top: -20px !important;
  background-color: rgba(255, 255, 255, 0.78) !important; }

body .popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #f7f7f7;
  border-bottom-width: 0; }

body .popover.top > .arrow {
  bottom: -9px; }

.modal-header {
  color: #ffffff;
  background: #0277bd !important; }

.highlight {
  background-color: #FFFF88; }

#img-tooltip {
  position: absolute; }

#main {
  overflow: hidden; }

body a:hover {
  text-decoration: none !important; }

.loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99; }

.numpage {
  padding: 6px 12px;
  padding-right: 10px; }

#numView {
  width: auto;
  float: none !important; }

@media (max-width: 991.98px) {
  .input-group {
    margin-bottom: 10px; } }

#results {
  display: none; }

.contact-form .input-group-text {
  color: white;
  background-color: #0277BD; }

.contact-bottom .media {
  color: white; }
  .contact-bottom .media p {
    color: white; }
  .contact-bottom .media i {
    padding: 5px 10px 0px 0px; }
.contact-bottom * {
  margin-bottom: 0px; }

#profile-home img {
  max-width: 100%; }

footer .properties:after {
  display: none !important; }

body img {
  max-width: 100%;
  height: auto; }

table.pricing thead th {
  position: relative;
  vertical-align: middle;
  padding: 40px 20px;
  color: #ffffff;
  font-size: 1.5rem;
  text-align: center;
  border: none; }
table.pricing thead th::before {
  position: absolute;
  border: solid 1px #dedede;
  content: '';
  background-color: #E52226;
  z-index: -1;
  left: 10px;
  top: 10px;
  bottom: 10px;
  right: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }
table.pricing thead th:nth-child(2)::before {
  background-color: #F89820; }
table.pricing thead th:nth-child(3)::before {
  background-color: #5BBDC8; }
table.pricing thead th:nth-child(4)::before {
  background-color: #014254; }
table.pricing td {
  position: relative;
  border: none !important;
  padding: 10px; }
table.pricing td::before {
  position: absolute;
  content: '';
  z-index: -1;
  left: 10px;
  top: 4px;
  bottom: 4px;
  right: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }
table.pricing tbody tr:nth-of-type(odd) td::before {
  background-color: rgba(0, 0, 0, 0.05); }
table.pricing tbody tr {
  -moz-transition: all 0.2s ease !important;
  -webkit-transition: all 0.2s ease !important;
  -o-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1); }
  @media (min-width: 768px) {
    table.pricing tbody tr:hover {
      background-color: #0397ef;
      -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=0, Color=#000000)";
      /*IE 8*/
      -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
      /*FF 3.5+*/
      -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
      /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
      box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
      /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
      filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#000000);
      /*IE 5.5-7*/ }
      table.pricing tbody tr:hover td {
        color: #ffffff;
        font-weight: bold; }
        table.pricing tbody tr:hover td::before {
          background: none; } }

.post_details {
  list-style: none;
  clear: both;
  float: none;
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #E9E9E9;
  padding: 10px 0px;
  padding-bottom: 0px; }
  .post_details li {
    float: left;
    font-family: arial;
    font-size: 12px; }
  .post_details li.detail {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left center;
    border: none;
    padding: 0 0 0 20px;
    margin-right: 20px;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: bold;
    color: #7C7C7C; }

.taxonomies {
  position: relative;
  list-style: none;
  padding: 0px 0px; }
  .taxonomies li {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px; }
    .taxonomies li a {
      display: block;
      border: 1px solid #E9E9E9;
      color: #7C7C7C;
      font-family: 'Arial';
      font-size: 12px;
      font-weight: bold;
      padding: 13px 12px 12px;
      text-align: left; }
      .taxonomies li a:hover {
        color: #FFF;
        background: #ED1C24;
        border-color: #ED1C24; }

.breadcrumb {
  background-color: #e6ed23;
  color: black; }
  .breadcrumb a {
    color: black;
    padding: 5px 10px;
    font-weight: bold; }
    .breadcrumb a:hover {
      color: black;
      padding-left: 20px; }

.blocks-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-position: center center; }

#categories_list li {
  display: block;
  width: 100%; }
  #categories_list li.active a {
    color: white; }

iframe {
  max-width: 100%; }

#Services .unit-1 .unit-1-text .unit-1-heading {
  font-size: 1rem; }

.gallery-title {
  font-size: 36px;
  color: #42B32F;
  text-align: center;
  font-weight: 500;
  margin-bottom: 70px; }
  .gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e; }

.filter-button {
  font-size: 18px;
  border: 1px solid #42B32F;
  border-radius: 5px;
  text-align: center;
  color: #42B32F;
  margin-bottom: 30px; }
  .filter-button:hover {
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F; }

.btn-default:active .filter-button:active {
  background-color: #42B32F;
  color: white; }

.port-image {
  width: 100%; }

.gallery_product {
  margin-bottom: 30px; }

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100; }

.my-float {
  margin-top: 16px; }

.card-pricing {
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  margin-bottom: 30px; }

.card-pricing:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  transform: scale(1.05); }

.card-pricing .card-heading {
  padding: 20px 10px; }
  .card-pricing .card-heading .fa, .card-pricing .card-heading .fas {
    margin-top: 10px;
    font-size: 58px; }

.card-pricing .list-group-item {
  color: #777777;
  border-bottom: 1px solid rgba(250, 250, 250, 0.5); }

.card-pricing .list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px; }

.card-pricing .list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px; }

.card-pricing .card-body {
  background-color: #f0f0f0;
  font-size: 40px;
  color: #777777;
  padding: 20px;
  margin: 0px;
  font-weight: 500; }

.card-pricing .card-footer .btn-lg {
  font-size: 14px; }

/*# sourceMappingURL=custom.css.map */
