/* FONTS */
@font-face {
  font-family: 'Open Sans';
  font-weight: 400;
  src: local('Open Sans'), local('Open-Sans'), url(/fonts/OpenSans-Regular.ttf);
}
@font-face {
  font-family: 'Open Sans Light';
  font-weight: 300;
  src: local('Open Sans Light'), local('Open-Sans Light'), url(/fonts/OpenSans-Light.ttf);
}
@font-face {
  font-family: 'Merriweather';
  font-weight: 400;
  src: url(/fonts/Merriweather-Light.ttf);
}
main {
  width: 100%;
  min-height: 100%;
  padding-top: 106px;
  margin-top: -106px;
  padding-bottom: 92px;
  margin-bottom: -92px;
}
.container-md-4 {
  max-width: 680px;
}
.space-top-3 {
  margin-top: 60px;
}
.img-content {
  border-bottom: 4px solid #88c1ba;
  padding-bottom: 2px;
}
.text-space-2:before {
  content: "\A0\A0\A0";
  white-space: pre;
}
@media (max-width: 992px) {
  .text-space-2:before {
    display: none;
  }
}
ul.list-table {
  display: table;
}
ul.list-table li {
  display: table-row;
}
ul.list-table li strong {
  display: table-cell;
  padding: 5px 15px 5px 0;
}
ul.list-table li span {
  display: table-cell;
  padding: 5px 0;
}
img {
  max-width: 100%;
}
@media (max-width: 992px) {
  .img-responsive {
    width: 100%;
  }
}
.lb-outerContainer {
  height: 100% !important;
}
.lb-dataContainer {
  position: relative;
}
.lb-closeContainer {
  position: absolute;
  top: 5px;
  right: 0;
}
.lb-details {
  float: none;
}
.lb-data .lb-close {
  float: none;
}
.col-fix-1,
.col-fix-2,
.col-fix-3,
.col-fix-4,
.col-fix-5,
.col-fix-6 {
  float: left;
}
.col-fix-2 {
  width: 135px;
}
.display-table {
  display: table;
}
.display-table-row {
  display: table-row;
}
.display-table-cell {
  display: table-cell;
}
@media (max-width: 768px) {
  .col-fix-1,
  .col-fix-2,
  .col-fix-3 {
    width: 100%;
  }
}
.padding-bottom-big {
  padding-bottom: 85px;
}
@media (max-width: 768px) {
  .padding-bottom-big {
    padding-bottom: 65px;
  }
}
.gallery a {
  display: block;
  text-align: center;
}
.navbar {
  margin: 0;
  background: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}
.navbar .nav > li > a {
  padding: 0;
  margin-right: 30px;
}
.navbar .nav > li:last-child > a {
  margin-right: 0;
}
.navbar .nav.navbar-right {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar .navbar-nav {
  padding: 24px 0;
  font-family: 'Merriweather', Arial, sans-serif;
  font-weight: normal;
}
@media (max-width: 768px) {
  .navbar .nav {
    margin: 0;
  }
  .navbar .nav > li > a {
    padding: 15px 0;
    margin: 0;
  }
  .navbar .nav.navbar-right {
    padding: 0;
  }
}
.navbar-default {
  border: none;
}
.navbar-default .navbar-nav > .active a {
  background: transparent;
  color: #337ab7;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-collapse {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.price-list ul li {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .price-list ul li {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .price-list ul li {
    text-align: center;
  }
}
.price-list .price-list-info {
  margin: 65px 0;
}
.price-list .price-list-item--row {
  text-align: center;
}
@media (min-width: 768px) {
  .price-list .price-list-item--desc {
    display: table;
  }
  .price-list .price-list-item--row {
    text-align: left;
  }
  .price-list .price-list-item--row {
    display: table-row;
    text-align: left;
  }
  .price-list .price-list-item-price {
    display: table-cell;
    vertical-align: top;
    min-width: 1px;
    width: 1px;
    white-space: nowrap;
  }
  .price-list .price-list-item-text {
    display: table-cell;
  }
}
.nav-tabs {
  margin: 0 auto;
  display: table;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li a {
  padding: 10px 15px;
  font-weight: normal;
  border: none;
  margin: 0;
  margin-right: 1px;
}
.nav-tabs > li a:hover {
  border: none;
  background: transparent;
  color: #337ab7;
}
.nav-tabs > li:active a {
  color: #337ab7;
}
@media (max-width: 992px) {
  .nav-tabs > li {
    width: 33.33333%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .nav-tabs > li {
    display: list-item;
    float: none;
    text-align: center;
    width: 100%;
  }
}
body,
html {
  height: 100%;
  width: 100%;
}
body {
  font-size: 16px;
  color: #232323;
  background: #fff;
  font-family: 'Open Sans Light', Arial, sans-serif;
  font-weight: 400;
}
body p {
  color: #575756;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans Light', Arial, sans-serif;
}
h3 {
  font-size: 22px;
}
ul li a,
ol li a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
section {
  padding-bottom: 65px;
}
@media (max-width: 768px) {
  section {
    padding-bottom: 55px;
  }
}
section .section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 45px;
}
section .section-title h2 {
  margin: 0;
  padding: 0;
  line-height: 64px;
  font-size: 32px;
  text-transform: uppercase;
  font-family: 'Merriweather', Arial, sans-serif;
}
section .section-title h2:after {
  margin-right: auto;
  margin-left: auto;
  content: " ";
  display: block;
  width: 30px;
  margin-top: 5px;
  height: 0;
  border-top: 1px solid #444;
}
section.section-nospace {
  padding: 0;
}
.section-bordered {
  padding-bottom: 65px;
  border-bottom: 1px solid #e5e9ec;
}
@media (max-width: 768px) {
  .section-bordered {
    padding-bottom: 55px;
  }
}
#try {
  margin-top: 60px;
}
.navbar-brand [itemprop="name"] {
  padding: 24px 0px;
  margin-left: 0;
}
.navbar-brand {
  padding: 0 0 0 15px !important;
}
@media (max-width: 992px) {
  .product-info {
    margin-bottom: 10%;
  }
  .col-md-4:last-child .product-info {
    margin-bottom: 0;
  }
  .img-content.on-top {
    margin-bottom: 25px;
  }
}
.header-phone-number {
  color: #fff;
}
.certification-site h2 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 10px;
}
.certification-site ul li {
  padding: 5px 0;
}
.certification-site time {
  margin-right: 5px;
}
.contact-site p,
.contact-address p,
.partners p {
  font-size: 18px;
}
.contact-site .fa,
.contact-address .fa,
.partners .fa {
  width: 86px;
  height: 86px;
  border: 2px solid #88c1ba;
  text-align: center;
  font-size: 48px;
  color: #88c1ba;
  line-height: 86px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.contact-site .header-text,
.contact-address .header-text,
.partners .header-text {
  font-size: 20px;
  text-align: center;
  margin-bottom: 65px;
}
.contact-col.contact-col-space {
  margin-bottom: 45px;
}
.contact-col .contact-icon {
  float: left;
}
.contact-col p {
  margin-left: 106px;
  font-size: 18px;
  padding-top: 15px;
  line-height: 1.6;
  margin-bottom: 0;
  font-weight: 300;
}
@media (max-width: 360px) {
  .contact-col .contact-icon .fa {
    width: 82px;
    height: 82px;
  }
  .contact-col p {
    margin-left: 98px;
  }
}
.section-map {
  width: 100%;
  height: 400px;
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  .col-sm-space {
    margin-bottom: 45px;
  }
}
.partners .partner {
  text-align: center;
}
.partners a {
  color: #88c1ba;
  text-decoration: underline;
}
.partners a:hover {
  color: #337ab7;
}
.partners img {
  max-width: 200px;
}
.map-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.smap img {
  max-width: initial !important;
  max-height: initial !important;
}
.smap {
  width: 100%;
  height: 100%;
  z-index: 0;
}
.smap-cover {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  padding: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: rgba(255, 255, 255, 0.4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.smap-cover .smap-cover-icon .fa.active {
  display: block;
}
.smap-cover .smap-cover-icon .fa.active {
  display: block;
}
.smap-cover .fa {
  font-size: 50px;
  display: none;
}
.smap-cover.active {
  height: 50px;
  background: rgba(255, 255, 255, 0.4);
}
footer {
  padding: 35px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}
footer p {
  margin-bottom: 0;
}
.intro {
  position: relative;
  width: 100%;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  margin-bottom: 0;
  padding: 80px 0 80px 0;
}
.intro .intro-inner {
  padding-top: 60px;
}
@media (max-width: 768px) {
  .intro .intro-inner {
    padding-top: 40px;
  }
}
.intro .intro-content {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .intro .intro-content {
    min-height: auto;
    flex-direction: column;
  }
}
.intro .intro-left {
  padding-right: 40px;
}
@media (max-width: 768px) {
  .intro .intro-left {
    padding-right: 15px;
    margin-bottom: 40px;
  }
}
.intro .intro-text {
  margin-bottom: 40px;
}
.intro .intro-text .intro-heading {
  font-size: 42px;
  font-weight: 700;
  color: #2c3e50;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 998px) {
  .intro .intro-text .intro-heading {
    font-size: 36px;
  }
}
@media (max-width: 566px) {
  .intro .intro-text .intro-heading {
    font-size: 28px;
  }
}
.intro .intro-text .intro-subheading {
  font-size: 24px;
  color: #546e7a;
  margin-bottom: 20px;
  line-height: 1.4;
}
@media (max-width: 998px) {
  .intro .intro-text .intro-subheading {
    font-size: 20px;
  }
}
@media (max-width: 566px) {
  .intro .intro-text .intro-subheading {
    font-size: 18px;
  }
}
.intro .intro-text .intro-motto {
  font-size: 20px;
  color: #37474f;
  margin-bottom: 30px;
}
.intro .intro-text .intro-motto strong {
  color: #1976d2;
  font-weight: 600;
}
@media (max-width: 566px) {
  .intro .intro-text .intro-motto {
    font-size: 18px;
  }
}
.intro .intro-actions {
  display: flex;
  gap: 15px;
  margin-bottom: 40px;
}
@media (max-width: 566px) {
  .intro .intro-actions {
    flex-direction: column;
  }
}
.intro .intro-actions .btn-intro {
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  -webkit-transition: transform 0.3s, box-shadow 0.3s, background 0.3s, color 0.3s;
  -moz-transition: transform 0.3s, box-shadow 0.3s, background 0.3s, color 0.3s;
  -o-transition: transform 0.3s, box-shadow 0.3s, background 0.3s, color 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, background 0.3s, color 0.3s;
  will-change: transform;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: none;
}
@media (max-width: 566px) {
  .intro .intro-actions .btn-intro {
    width: 100%;
    justify-content: center;
  }
}
.intro .intro-actions .btn-intro .fa {
  font-size: 18px;
}
.intro .intro-actions .btn-intro.btn-call {
  background: #1976d2;
  color: #fff;
}
.intro .intro-actions .btn-intro.btn-call:hover {
  background: #1565c0;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(25, 118, 210, 0.3);
}
.intro .intro-actions .btn-intro.btn-email {
  background: #fff;
  color: #1976d2;
  border: 2px solid #1976d2;
}
.intro .intro-actions .btn-intro.btn-email:hover {
  background: #1976d2;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(25, 118, 210, 0.3);
}
.intro .intro-social-proof {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 566px) {
  .intro .intro-social-proof {
    flex-direction: column;
    gap: 20px;
  }
}
.intro .intro-social-proof .social-proof-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.intro .intro-social-proof .social-proof-item .social-proof-stars {
  display: flex;
  gap: 2px;
}
.intro .intro-social-proof .social-proof-item .social-proof-stars .fa {
  color: #ffc107;
  font-size: 18px;
}
.intro .intro-social-proof .social-proof-item .social-proof-icon .fa {
  color: #1976d2;
  font-size: 24px;
}
.intro .intro-social-proof .social-proof-item .social-proof-text {
  font-size: 14px;
  color: #546e7a;
}
.intro .intro-social-proof .social-proof-item .social-proof-text strong {
  color: #2c3e50;
  font-weight: 700;
}
@media (max-width: 768px) {
  .intro .intro-right {
    display: none;
  }
}
.intro .intro-image {
  width: 100%;
  height: 400px;
  background-image: url(/img/intro/intro-md.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1921px) and (max-width: 2560px) {
  .intro .intro-image {
    background-image: url(/img/intro/intro-hd.jpg);
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .intro .intro-image {
    background-image: url(/img/intro/intro-lg.jpg);
  }
}
@media (max-width: 1366px) {
  .intro .intro-image {
    background-image: url(/img/intro/intro-md.jpg);
  }
}
.intro .intro-next {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 54px;
  height: 54px;
  font-size: 36px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.intro .intro-next:hover {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.intro .intro-next .fa {
  line-height: 54px;
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 100%;
  color: #1976d2;
  border: 1px solid rgba(25, 118, 210, 0.7);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.intro .trust-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 20px 0 15px;
  position: relative;
}
.intro .trust-section .trust-heading {
  text-align: center;
  color: #546e7a;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
@media (max-width: 566px) {
  .intro .trust-section .trust-heading {
    font-size: 14px;
    gap: 8px;
  }
}
.intro .trust-section .trust-heading .trust-stars {
  display: flex;
  gap: 2px;
}
.intro .trust-section .trust-heading .trust-stars .fa {
  color: #ffc107;
  font-size: 16px;
}
@media (max-width: 566px) {
  .intro .trust-section .trust-heading .trust-stars .fa {
    font-size: 14px;
  }
}
.intro .trust-section .trust-heading .trust-text {
  font-weight: 600;
  color: #2c3e50;
}
.intro .trust-section .trust-heading .trust-divider {
  color: #b0bec5;
  font-weight: 300;
}
.intro .trust-section .trust-heading .trust-rating {
  font-weight: 600;
  color: #2c3e50;
}
.intro .testimonials-preview {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 30px 0 0;
  position: relative;
}
.intro .testimonials-preview .testimonial-link {
  text-decoration: none;
  display: block;
  color: inherit;
}
.intro .testimonials-preview .testimonial-link:hover {
  text-decoration: none;
  color: inherit;
}
.intro .testimonials-preview .testimonial-card-mini {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  -webkit-transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  will-change: transform;
  height: 100%;
  min-height: 200px;
}
.intro .testimonials-preview .testimonial-card-mini:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}
.intro .testimonials-preview .testimonial-card-mini.google-review {
  border-left: 3px solid #4285f4;
}
.intro .testimonials-preview .testimonial-card-mini.client-testimonial {
  border-left: 3px solid #1976d2;
}
.intro .testimonials-preview .testimonial-card-mini .testimonial-stars-mini {
  margin-bottom: 15px;
  display: flex;
  gap: 3px;
}
.intro .testimonials-preview .testimonial-card-mini .testimonial-stars-mini .fa {
  color: #ffc107;
  font-size: 16px;
}
.intro .testimonials-preview .testimonial-card-mini .testimonial-stars-mini .fa.fa-thumbs-up {
  color: #1976d2;
  font-size: 18px;
}
.intro .testimonials-preview .testimonial-card-mini .testimonial-content-mini {
  font-size: 15px;
  line-height: 1.5;
  color: #2c3e50;
  font-style: italic;
  margin-bottom: 15px;
}
.intro .testimonials-preview .testimonial-card-mini .testimonial-author-mini {
  font-size: 14px;
  color: #546e7a;
  margin: 0;
}
.intro .testimonials-preview .testimonial-card-mini .testimonial-author-mini strong {
  font-weight: 600;
  color: #2c3e50;
}
@media (max-width: 998px) {
  .intro .testimonials-preview .testimonial-card-mini {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .intro .testimonials-preview {
    padding: 25px 0 0;
  }
  .intro .testimonials-preview .testimonial-card-mini {
    margin-bottom: 20px;
    min-height: 180px;
  }
}
.service {
  padding: 85px 0;
  border-bottom: 1px solid #e5e9ec;
}
@media (max-width: 768px) {
  .service {
    padding: 65px 0;
  }
}
.service h2 {
  font-size: 30px;
  margin: 0 0 20px 0;
}
.service p {
  margin: 0 0 20px 0;
  text-align: justify;
}
@media (max-width: 992px) {
  .service .col-md-6:first-of-type .service-small {
    margin-bottom: 45px;
  }
}
.service .service-gallery {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .service .service-gallery .img-content {
    margin-bottom: 25px;
  }
}
.testimonials-section {
  padding-bottom: 65px;
  background: #ffffff;
}
@media (max-width: 768px) {
  .testimonials-section {
    padding-bottom: 55px;
  }
}
.testimonials-section .testimonials-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .testimonials-section .testimonials-title {
    font-size: 28px;
    margin-bottom: 35px;
  }
}
.testimonials-section .testimonials-next {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 54px;
  height: 54px;
  font-size: 36px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.testimonials-section .testimonials-next:hover {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.testimonials-section .testimonials-next .fa {
  line-height: 54px;
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 100%;
  color: #88c1ba;
  border: 1px solid #88c1ba;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.testimonials-section .testimonial-link {
  text-decoration: none;
  display: block;
  color: inherit;
}
.testimonials-section .testimonial-link:hover {
  text-decoration: none;
  color: inherit;
}
.testimonials-section .testimonial-card {
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  -webkit-transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  will-change: transform;
  height: calc(70%);
  display: flex;
  flex-direction: column;
  position: relative;
}
.testimonials-section .testimonial-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}
.testimonials-section .testimonial-card .testimonial-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e9ec;
  position: relative;
}
.testimonials-section .testimonial-card .testimonial-header .testimonial-stars {
  display: flex;
  gap: 4px;
}
.testimonials-section .testimonial-card .testimonial-header .testimonial-stars .fa {
  color: #ffc107;
  font-size: 16px;
}
.testimonials-section .testimonial-card .testimonial-header .testimonial-thumbs {
  display: flex;
  align-items: center;
}
.testimonials-section .testimonial-card .testimonial-header .testimonial-thumbs .fa {
  color: #88c1ba;
  font-size: 18px;
}
.testimonials-section .testimonial-card .testimonial-header .testimonial-meta {
  display: flex;
  align-items: center;
  gap: 8px;
}
.testimonials-section .testimonial-card .testimonial-header .testimonial-source {
  font-size: 12px;
  color: #575756;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
}
.testimonials-section .testimonial-card .testimonial-header .testimonial-link-icon {
  opacity: 0.4;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.testimonials-section .testimonial-card .testimonial-header .testimonial-link-icon .fa {
  font-size: 14px;
  color: #575756;
}
.testimonials-section .testimonial-card:hover .testimonial-link-icon {
  opacity: 0.8;
}
.testimonials-section .testimonial-card .testimonial-content {
  flex: 1;
  margin-bottom: 20px;
}
.testimonials-section .testimonial-card .testimonial-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #232323;
  font-style: italic;
  margin: 0;
  font-family: 'Open Sans Light', Arial, sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.testimonials-section .testimonial-card .testimonial-author {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
.testimonials-section .testimonial-card .testimonial-author strong {
  color: #232323;
  font-weight: 600;
  font-family: 'Merriweather', Arial, sans-serif;
}
.testimonials-section .testimonial-card .testimonial-author .testimonial-date {
  color: #575756;
  font-size: 13px;
}
.testimonials-section .testimonial-card.google-review {
  border-left: 3px solid #4285f4;
}
.testimonials-section .testimonial-card.client-testimonial {
  border-left: 3px solid #88c1ba;
}
@media (max-width: 768px) {
  .testimonials-section .testimonial-card {
    margin-bottom: 20px;
    padding: 20px;
  }
}
.post-item {
  padding: 15px;
  margin-bottom: 15px;
  background: #f7f7f9;
}
.post-item h2 {
  font-size: 20px;
  margin-top: 0;
}
.post-item h2 a {
  color: #337ab7;
}
.post-item dl {
  margin-bottom: 0;
}
.post-item dl dt,
.post-item dl dd {
  font-weight: 400;
  font-size: 12px;
}
.post-item dl dt {
  float: left;
  margin-right: 5px;
}
.post-item .post-body {
  margin-bottom: 10px;
}
.post-item .post-body p {
  margin: 0;
}
.post-item footer {
  font-size: 12px;
  margin: 0;
  padding: 0;
  background: none;
}
.post-item footer ul {
  margin: 0;
  padding: 0;
}
.post-detail,
.answers {
  margin-bottom: 15px;
}
.post-detail,
.answers,
.comments {
  padding: 15px;
  background: #f7f7f9;
}
.post-detail h1 {
  margin-top: 0;
  font-size: 24px;
}
.post-detail section {
  padding-bottom: 45px;
}
.post-detail footer {
  background: none;
  padding: 0;
}
.post-detail dl {
  margin-bottom: 0;
}
.post-detail dl dt,
.post-detail dl dd {
  font-weight: 400;
  font-size: 12px;
}
.post-detail dl dt {
  float: left;
  margin-right: 5px;
}
.post-detail .post-body {
  padding: 0;
}
.comments {
  margin-bottom: 60px;
}
.comments .markup-info {
  background: #ffffff;
}
.comments h2,
.answers h2 {
  margin: 0;
  font-size: 20px;
  margin-bottom: 15px;
}
.comments ol,
.answers ol {
  margin: 0;
}
.comments .comment-meta time,
.answers .comment-meta time {
  color: #999;
}
.comments .comment-meta h3,
.answers .comment-meta h3 {
  margin: 0;
  margin-right: 5px;
  color: #337ab7;
}
.comments .comment-meta h3,
.answers .comment-meta h3,
.comments .comment-meta time,
.answers .comment-meta time {
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
}
.comments .comment:not(:last-child),
.answers .comment:not(:last-child) {
  margin-bottom: 30px;
}
.comments .comment .comment-content,
.answers .comment .comment-content {
  margin-bottom: 10px;
  padding: 0;
}
.comments .comment .comment-content .comment-body,
.answers .comment .comment-content .comment-body {
  margin: 3px 0;
}
.comments .comment .comment-content .comment-body p,
.answers .comment .comment-content .comment-body p {
  margin-bottom: 0;
}
.comments .comment .comment-content .comment-answer-link a,
.answers .comment .comment-content .comment-answer-link a {
  font-size: 12px;
}
.comments .reaction-form,
.answers .reaction-form {
  padding: 10px;
  background: #f7f7f9;
  margin-top: 10px;
}
.comments .reaction-form .markup-info,
.answers .reaction-form .markup-info {
  padding: 0;
}
.list-ofset-1 {
  margin-left: 50px;
}
.markup-info {
  background-color: #f7f7f9;
  padding: 25px;
  margin-bottom: 40px;
}
textarea.form-control {
  resize: vertical;
}
aside {
  background: #f7f7f9;
  padding: 15px;
}
aside .sidebar-module {
  margin-bottom: 15px;
}
aside .sidebar-module:last-of-type {
  margin-bottom: 0;
}
aside .sidebar-module ul {
  margin: 0;
}
aside .sidebar-module ul a {
  color: #337ab7;
}
aside .sidebar-module h2 {
  font-size: 18px;
  margin-top: 0;
}
aside .tag-count {
  font-size: 13px;
  color: #575756;
}
.search-form-outer {
  margin-bottom: 60px;
}
.search-form {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #575756;
  margin: auto;
}
.search-form input[type="text"] {
  width: 100%;
  min-height: 38px;
  border: none;
  padding: 0 8px;
}
.search-form button[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  background: #337ab7;
  color: #fff;
  padding: 4px 8px;
  border: none;
  outline: none;
  min-height: 38px;
}
.search-form button[type="submit"]:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -10px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 10px solid #337ab7;
  border-bottom: 5px solid transparent;
}
.product-info {
  padding: 15px;
  text-align: center;
}
.product-info h3 {
  font-size: 30px;
  margin-top: 25px;
  margin-bottom: 20px;
}
.product-info h3 a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.product-info h3 a:hover {
  color: #337ab7;
}
@media (max-width: 998px) {
  .product-info:last-of-type {
    margin-bottom: 0;
  }
}
.section-about p {
  text-align: justify;
}
.follow {
  padding: 80px 0;
  background: #f5f5f5;
  color: #fff;
  font-size: 30px;
}
.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
}
.header-info {
  font-size: 12px;
  line-height: 35px;
  height: 35px;
  background: linear-gradient(to bottom, #4a4a4a, #3d3d3d);
  color: #ffffff;
}
.header-info ul {
  padding: 0;
  margin: 0;
}
.header-info ul li {
  display: inline-block;
}
.header-info ul li:not(:last-child) {
  margin-right: 25px;
}
.header-info ul li .fa {
  margin-right: 7px;
}
.header-info .header-phone-number {
  color: #88c1ba;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.header-info .header-phone-number:hover {
  color: #a4d9d3;
}
.header-info .socials a {
  display: block;
  padding: 0 5px;
  color: #88c1ba;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.header-info .socials a:hover {
  color: #a4d9d3;
}
.site-title {
  margin: 0;
  padding: 40px 0;
}
.site-title h1 {
  margin: 0;
  padding: 0;
  line-height: 64px;
  font-size: 32px;
  text-transform: uppercase;
  font-family: 'Merriweather', Arial, sans-serif;
}
.site-title h1:after {
  margin-right: auto;
  margin-left: auto;
  content: " ";
  display: block;
  width: 30px;
  margin-top: 5px;
  height: 0;
  border-top: 1px solid #444;
}
