/*.col-1, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
 border:red dotted 1px;
}*/
/* ------------------------  My Core CSS ------------------------ */
body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #071922;
  margin: 0px;
  font-display: swap;
}
p {
  font-weight: 400;
  margin: 0px 0px 16px 0px;
}
.light {
  font-weight: 300 !important;
}
.regular {
  font-weight: 400 !important;
}
.bold,
strong {
  font-weight: 700 !important;
}
.black {
  font-weight: 900 !important;
}
ul.body,
ol.body,
ul.tick {
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
}
ul.body li,
ol.body li,
ul.tick li {
  margin: 0px 0px 0px 20px;
  padding: 0px 0px 8px 0px;
  line-height: normal;
  position: relative;
  list-style: none;
  font-size: 1.em;
  margin-bottom: 6px;
}
ul.body li ul,
ol.body li ul,
ul.tick li ul {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 0px;
}
ul.body li li,
ol.body li li,
ul.tick li li {
  margin: 0px 0px 0px 20px;
  padding: 0px;
  line-height: 18px;
  position: relative;
  list-style: none;
  font-size: 0.9em;
  margin-bottom: 4px;
}
ul.body li:before,
ol.body li::before,
ul.tick li:before {
  position: absolute;
  left: -20px;
  top: 0px;
  font-size: inherit;
}
ul.body li:before {
  content: "\25A0";
}
ul.tick li:before {
  content: "\2714\0020";
}
ol.body li {
  counter-increment: step-counter;
}
ol.body li::before {
  content: counter(step-counter) ".";
}
.lead {
  font-family: inherit!important;
  font-weight: 400;
  font-size: 1.2em;
  color: #071922;
}
a {
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
  color: #f78e20;
}
a:hover {
  text-decoration: none;
  color: #f78e20;
}
.small {
  font-size: 0.7em;
}
.no-break {
  white-space: nowrap;
}
.uppercase {
  text-transform: uppercase;
}
.img-centre {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.img-force-full {
  width: 100%!important;
  height: auto;
}
.info-area {
  background-color: transparent;
  text-align: left;
  padding: 0px 0px;
}
.info-area img {
  margin-right: 6px;
}
.info-area a {
  color: #071922;
  line-height: 28px;
}
.no-padding {
  padding: 0px 0px 0px 0px;
}
.no-padding-left {
  padding-left: 0px;
}
.no-padding-right {
  padding-right: 0px;
}
.mobile-padding-left {
  padding-left: 15px;
}
.mobile-padding-right {
  padding-right: 15px;
}
.bottom-gap {
  margin-bottom: 40px;
}
.bottom-push {
  padding-bottom: 40px!important;
}
.top-push {
  padding-top: 40px!important;
}
.back-to-top {
  background: none;
  margin: 0;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 100;
  display: none;
  text-decoration: none;
  color: #ffffff;
  background-color: rgba(227, 31, 38, 0.4);
  text-align: center;
  font-size: 3em;
  line-height: 0.2em;
  padding: 0em 0.2em 0em 0.2em;
}
.back-to-top:hover {
  background-color: rgba(227, 31, 38, 0.8);
  color: #ffffff;
}
.fade-transition {
  -webkit-transition: all .3s ease .15s;
  -moz-transition: all .3s ease .15s;
  -o-transition: all .3s ease .15s;
  -ms-transition: all .3s ease .15s;
  transition: all .3s ease .15s;
}
.btn-pdf {
  background-color: transparent;
  padding: 5px 5px 5px 0px;
  color: #ab5a06;
  clear: both;
  display: block;
  text-align: left;
}
.btn-pdf:hover {
  color: #f78e20;
}
.btn-pdf:before {
  content: "";
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(../..images/set-up/icon_pdf.gif);
  background-repeat: no-repeat;
  background-position: left;
}
.legal-box {
  background-color: #e84349;
  padding: 0px;
  color: #FFFFFF;
}
.legal-button {
  font-size: 1em;
  background-color: transparent;
  color: #ee7a7e;
  text-align: center;
  border: none;
  padding: 0px 5px 0px 5px;
  border-radius: 0px;
  display: inline-block;
  margin: 0px;
}
.legal-button:hover {
  color: #e31f26;
  background-color: transparent;
}
.footer_info_plum {
  color: #6a0a6c;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
}
.footer_info_plum a {
  color: #e31f26 !important;
  white-space: nowrap;
  text-decoration: none;
}
#logo .st0 {
  fill: transparent;
}
/* Base Form */
.contactForm .form-group {
  padding: 0px;
  margin: 0px 0px 0px 0px;
  text-indent: 0px;
}
.footer-form {
  background-color: #2a95cb;
  overflow: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  border-right: 0px solid #071922;
  border-top-left-radius: 20px;
}
.footer-form .title {
  color: #e31f26;
  font-size: 1.4em;
  line-height: 18px;
  font-weight: 700;
  margin: 0px 0px 14px 0px;
}
.footer-form .copy {
  color: #e31f26;
  font-size: 1.1em;
  line-height: 18px;
  font-weight: 400;
  margin: 0px 0px 14px 0px;
}
.contactForm label {
  color: #071922;
  font-weight: 400;
  padding: 2px 0px 2px 0px;
  margin: 0px;
}
.contactForm input[type="text"],
.contactForm input[type="tel"],
.contactForm input[type="email"],
.contactForm textarea,
.contactForm select,
.contactForm input[type="date"],
.contactForm input[type="datetime-local"] {
  margin: 0px;
  width: 100%;
  border-radius: 0px;
  border: #154b66 1px solid;
  padding: 0px 0px 0px 10px;
  margin-bottom: 10px;
  color: #071922;
  background-color: rgba(7, 25, 34, 0.1);
}
.contactForm .btn {
  border: none;
  margin: 6px 0px 0px 0px;
  border-radius: 0px;
  padding: 6px 0px 6px 0px!important;
  background-color: #071922;
  color: white;
  text-decoration: none;
}
.contactForm .btn:hover {
  background-color: #e31f26;
}
.contactForm .checkbox {
  margin: 20px 0px 20px 0px;
  display: block;
}
.contactForm .checkbox label {
  display: block;
  margin: 0px 0px 10px 20px;
  position: relative;
}
.contactForm .checkbox label input {
  display: block;
  position: inherit;
  float: left;
}
.houdini {
  display: none;
}
/* Footer Ellements */
.footer-header {
  color: #e31f26;
  font-size: 1.1em;
  font-weight: 700;
  color: #f78e20;
  padding-bottom: 16px;
}
.footer-header span {
  color: #f78e20;
  letter-spacing: -0.5;
}
.footer-menu .footer-header {
  padding: 0px 0px 16px 0px ;
}
.footer-menu .divider {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  padding-bottom: 4px!important;
  margin-bottom: 4px!important;
}
.footer-menu {
  margin-bottom: 20px;
}
.footer-menu .nav-pills {
  padding: 0px;
  font-weight: 300 !important;
  margin-bottom: 20px;
}
.footer-menu .nav-pills {
  padding: 0px 0px 0px 0px;
  margin: 0px;
  list-style: none;
}
.footer-menu .nav-pills li,
.footer-menu .nav-pills li a {
  margin: 0px;
  font-size: 1.02em;
  line-height: normal;
  font-weight: 300 !important;
  list-style: none;
  display: block;
  clear: both;
  padding: 0px 0px 4px 10px;
  color: #f78e20;
}
.footer-menu .nav-pills li a {
  padding-left: 0px;
  color: #f78e20;
}
.footer-menu .nav-pills li.active a {
  color: #f78e20;
  background-color: transparent;
  font-weight: 400 !important;
}
.footer-menu .nav-pills li.drop {
  color: #e31f26;
}
.footer-menu .nav-pills li:before {
  content: '//';
  font-weight: 300 !important;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #e31f26 !important;
  letter-spacing: 5;
}
.footer-menu .nav-pills ul {
  padding: 0px 0px 0px 0px;
  margin: 0px;
  list-style: none;
}
.footer-menu .nav-pills li ul li {
  color: #f78e20 !important;
  margin: 0px 0px 0px 0px;
  font-size: 0.9em;
  line-height: normal;
  font-weight: 300 !important;
  list-style: none;
  display: block;
  padding: 0px 0px 1px 12px;
  position: relative;
}
.footer-menu .nav-pills li ul li a {
  padding-left: 0px;
  color: #f78e20 !important;
}
.footer-menu .nav-pills li ul li a:hover {
  color: #e31f26 !important;
}
.footer-menu .nav-pills li ul li:before {
  content: "\2022";
  font-weight: 300 !important;
  position: absolute;
  top: 0px;
  left: -2px;
  color: #e31f26 !important;
}
.footer-menu .nav-pills > li.active > a,
.footer-menu .nav-pills > li.active > a:hover,
.footer-menu .nav-pills > li.active > a:focus {
  background-color: transparent;
}
/* END Footer Ellements */
/* Social Network icon render */
.social-bar-group {
  overflow: ;
  font-size: 12px;
  font-weight: 300;
  background-color: transparent;
  text-align: center;
  display: block;
  border-bottom: 0px solid #e31f26;
  color: #e31f26;
  letter-spacing: -0.5px;
}
.social-bar-group span {
  color: #f78e20;
  padding-right: 4px;
}
.social-bar {
  display: inline-block;
}
.social-icon-header-link {
  width: 24px!important;
  height: 24px!important;
  padding: 4px;
  display: inline-block;
  margin: 0px;
  background-color: #e7e8e9;
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
  border-radius: 50%;
}
.social-icon-header-link:hover {
  background-color: #FFFFFF;
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
}
.social-icon-header-link .svg {
  fill: #FFFFFF;
  display: block;
  width: 100%;
  height: 100%;
}
.social-icon-header-link:hover .svg {
  fill: #e31f26;
}
.social-darker .social-icon-header-link {
  background-color: #b2b5b8;
}
#footer {
  background-color: #071922;
  font-weight: 300 !important;
}
#footer .social-bar-group {
  border-bottom: 0px solid #e31f26;
  text-align: left;
}
#footer .social-icon-header-link {
  background-color: ;
  margin: 0px 6px 1px 0px;
}
/* END Social Network icon render */
#cookie-law {
  max-width: 100%;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.6);
  margin: 10px;
  padding: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 1000;
  moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}
#cookie-law a {
  color: #e31f26;
  text-decoration: none;
}
.close-cookie-banner {
  font-size: 18px;
  color: #fb0509;
  text-decoration: none;
  position: absolute;
  display: block;
  top: 6px;
  right: 10px;
}
.close-cookie-banner .glyphicon {
  color: #ffffff;
}
.close-cookie-banner .glyphicon:hover {
  color: #e31f26;
}
#mail-sent {
  max-width: 100%;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.6);
  margin: 10px;
  padding: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 1000;
  moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  animation: mail-sent 1s 1;
  -webkit-animation: mail-sent 0.5s 1;
  animation-fill-mode: forwards;
  animation-delay: 4s;
  -webkit-animation-delay: 4s;
  /* Safari and Chrome */
  -webkit-animation-fill-mode: forwards;
}
@keyframes mail-sent {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mail-sent {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
#mail-sent a {
  color: #f78e20;
  text-decoration: none;
}
.btn-link {
  display: block!important;
  padding: 8px 2px!important;
  margin: 2px 0px 2px 0px;
  text-decoration: none!important;
  font-weight: 400 !important;
  line-height: inherit!important;
  white-space: normal;
  border: none;
  outline: none;
  background-color: transparent;
  color: #59595c !important;
  border-radius: 0px;
  border-top: solid #59595c 1px;
  position: relative;
}
.btn-link:after {
  font-family: "Font Awesome 5 Free";
  display: block;
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
  content: "\f061";
  color: #071922;
  -webkit-transition: right 0.25s;
  /* Safari */
  transition: right 0.25s;
  font-weight: 900;
}
.btn-link:hover {
  color: white!important;
  background-color: #99999c;
  padding: 8px 10px!important;
}
.btn-link:hover:after {
  color: white;
  right: 2%;
}
.invert .btn-link {
  color: white!important;
  border-color: white;
}
.invert .btn-link:after {
  color: white;
}
.invert .btn-link:hover {
  color: white!important;
  background-color: rgba(255, 255, 255, 0.25) !important;
  border-color: white;
}
.invert .btn-link:hover:after {
  color: white;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px!important;
  padding-left: 15px!important;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
.background-primary {
  background-color: #e31f26 !important;
}
.background-secondary {
  background-color: #f78e20 !important;
}
.background-tertiary {
  background-color: #09a94e !important;
}
.background-quaternary {
  background-color: #59595c !important;
}
.background-gray {
  background-color: #e7e8e9 !important;
}
.background-primary-light {
  background-color: #f4a7aa !important;
}
.background-primary-lighter {
  background-color: #fef4f4 !important;
}
.background-primary-dark {
  background-color: #b8171d !important;
}
.background-secondary-light {
  background-color: #fbc082 !important;
}
.background-secondary-lighter {
  background-color: #fef2e5 !important;
}
.background-tertiary-light {
  background-color: #25f37e !important;
}
.background-tertiary-lighter {
  background-color: #f5fef9 !important;
}
.background-gray-light {
  background-color: #f7f7f8 !important;
}
.background-gray-dark {
  background-color: #92969b !important;
}
.background-quaternary-light {
  background-color: #e6e6e7 !important;
}
.background-quaternary-lighter {
  background-color: #f6f6f6 !important;
}
.background-body {
  background-color: #071922 !important;
}
.background-body-light {
  background-color: #0e3042 !important;
}
.background-body-lighter {
  background-color: #0f3548 !important;
}
.color-primary {
  color: #e31f26 !important;
}
.color-secondary {
  color: #f78e20 !important;
}
.color-tertiary {
  color: #09a94e !important;
}
.color-body {
  color: #071922 !important;
}
.color-white {
  color: #FFFFFF;
}
.padding-top-mobile {
  padding-top: 40px;
}
.padding-bottom-mobile {
  padding-bottom: 40px;
}
.padding-top {
  padding-top: 40px!important;
}
.padding-bottom {
  padding-bottom: 40px!important;
}
.padding-top-small {
  padding-top: 16px!important;
}
.padding-bottom-small {
  padding-bottom: 16px!important;
}
#map_canvas1 {
  display: block;
  width: 100%;
  height: auto;
  min-height: 500px!important;
  border-radius: 0px;
  box-shadow: inset rgba(0, 0, 0, 0.14) 0px 0px 10px;
}
.themap {
  width: 100%;
  height: 500px;
  z-index: -100;
}
.scrolloff {
  pointer-events: none;
}
.clear-on-mobile {
  clear: both;
}
.top-gap-mobile {
  padding-top: 25px;
}
.text-center-mobile {
  text-align: center;
}
.relative {
  position: relative;
}
.push-top {
  padding-top: 0px;
}
.alignleft {
  float: left;
  margin-right: 20px;
}
.alignright {
  float: right;
}
.aligncenter {
  float: center;
}
.align {
  display: block;
}
.align-center {
  align-self: center;
  align-items: center;
  justify-content: center;
}
.align-top {
  align-self: flex-start;
}
.align-bottom {
  align-self: flex-end;
}
.align-stretch {
  align-self: stretch;
}
/* testimonials feature */
.testimonial_feature {
  display: block;
  margin: 0px auto 60px 0px;
  position: relative;
  clear: both;
}
.testimonial_feature:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -25px;
  left: 40px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 25px 25px 0 0;
  border-color: #ffffff transparent transparent transparent;
}
.testimonial_feature:nth-child(even):after {
  right: 40px!important;
  left: auto;
  border-width: 25px 0 0 25px;
  border-color: #f78e20 transparent transparent transparent;
}
.testimonial_feature blockquote {
  text-align: center;
  color: #f78e20;
  font-size: 16px;
  line-height: 22px;
  margin: 0px 0px 0px 0px;
  border: none;
  padding: 25px 30px 25px 30px;
  quotes: "\201C" "\201D" "\2018" "\2019";
  background-color: #ffffff;
}
.testimonial_feature:nth-child(even) blockquote {
  color: #ffffff;
  background-color: #f78e20;
}
.testimonial_feature blockquote p:before,
.testimonial_feature blockquote p:after {
  color: #f78e20;
  content: open-quote;
  font-size: 40px;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.testimonial_feature:nth-child(even) blockquote p:before,
.testimonial_feature:nth-child(even) blockquote p:after {
  color: #ffffff;
}
.testimonial_feature blockquote p:after {
  content: close-quote;
  padding-left: 10px;
}
.testimonial_feature blockquote p {
  display: inline;
  color: inherit;
  text-decoration: none;
  font-style: italic;
}
.testimonial_feature blockquote a {
  color: inherit;
  text-decoration: none;
}
.testimonial_feature blockquote a:hover {
  color: inherit;
  text-decoration: none;
}
.testimonial_feature blockquote:hover {
  text-decoration: none;
}
.testimonial_feature blockquote footer {
  font-size: 14px;
  margin: 20px 0px 0px 0px;
  padding: 10px 0px 0px 0px;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  bottom: -25px;
  left: 80px;
  color: inherit;
}
.testimonial_feature:nth-child(even) blockquote footer {
  text-align: center;
  right: 80px;
  left: auto;
  color: inherit;
}
.testimonial_feature blockquote footer cite {
  font-weight: 400;
  display: block;
  text-align: center;
  padding: 10px 0px 0px 0px;
}
.testimonial_feature blockquote footer span {
  color: inherit;
  font-style: italic;
  margin: 0px 10px 0px 0px;
}
.testimonial_feature blockquote footer span:before {
  content: ",";
  padding: 0px 6px 0px 0px;
}
.testimonial_feature-btn {
  clear: both;
}
/* -- wordpress css intergration -- */
.alignright {
  float: right;
  padding-left: 20px;
  padding-bottom: 20px;
}
.alignleft {
  float: left;
  padding-right: 20px;
  padding-bottom: 20px;
}
.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  margin-bottom: 20px;
}
.news-feed,
.project-feed {
  margin-bottom: 25px;
  display: block;
  position: relative;
}
.news-feed {
  color: #071922 !important;
}
.project-feed {
  color: #071922 !important;
  background-color: white;
  padding: 20px 0px;
}
.all .news-feed {
  border-bottom: 1px solid #ffffff;
}
.news-feed .date,
.project-feed .date {
  color: #071922;
  background-color: #f78e20;
  text-align: center;
  font-size: 2em;
  line-height: 1em;
  padding: 12px 0px;
  margin-right: 10px;
  margin-left: 10px;
}
.news-feed .copy,
.project-feed .copy {
  font-size: 1.2em;
}
.news-feed .header,
.project-feed .header {
  font-size: 1.6em;
  font-weight: 400;
  color: #f78e20;
}
.news-feed .title,
.project-feed .title {
  font-size: 1.8em;
  line-height: normal;
  padding-bottom: 10px;
  text-transform: none;
  font-weight: 400;
  color: #f78e20;
}
.news-feed .sub-title,
.project-feed .sub-title {
  font-size: 1.4em;
  line-height: normal;
  font-weight: 400;
  color: #071922;
}
.news-feed .content,
.project-feed .content {
  font-size: 1.2em;
  color: inherit;
}
.news-feed .copy,
.project-feed .copy {
  font-size: 1em;
  color: inherit;
}
.news-feed .thumbnail img,
.project-feed .thumbnail img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
}
.news-feed .caption {
  padding-top: 20px;
}
.news-feed h1,
.news-feed h2,
.news-feed h3,
.news-feed h4,
.news-feed h5,
.news-feed h6 {
  font-family: 'Arbutus Slab', serif !important;
  font-weight: 400;
  color: #e94c52;
}
.news-feed h1,
.project-feed h1 {
  font-size: 20px;
}
.news-feed h2,
.project-feed h1 {
  font-size: 18px!important;
}
.news-feed h3,
.project-feed h1 {
  font-size: 15px;
}
.news-feed h4,
.project-feed h1 {
  font-size: 16px;
}
.news-feed h5,
.project-feed h1 {
  font-size: 15px;
}
.news-feed h6,
.project-feed h1 {
  font-size: 14px;
}
.moretag {
  color: inhertit!important;
}
.footer-news .title {
  font-size: 1.2em;
  margin-bottom: 0.75em;
}
.footer-news .copy {
  font-size: 0.9em;
}
.wp-caption-text {
  font-size: 0.75em!important;
}
.side-nav-news {
  background-color: #e6e6e7;
  color: white;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  padding-top: 25px;
}
.side-nav-news h3 {
  color: #f78e20;
  padding: 0px;
  margin: 0px 0px 10px 10px;
  font-weight: 700;
  font-size: 1.25em;
}
.side-nav-news ul {
  padding: 0px!important;
  margin: 0px 0px 20px 0px!important;
}
.side-nav-news ul li {
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 20px;
  list-style: none;
  position: relative;
  font-size: 1em;
  line-height: 1.2em;
  color: #071922 !important;
  font-weight: 300;
}
.side-nav-news ul li a {
  color: #071922 !important;
}
.side-nav-news ul li a:hover {
  color: #f78e20 !important;
}
.side-nav-news li:before {
  content: ">";
  position: absolute;
  left: 6px;
  top: 0px;
  color: #f78e20 !important;
  font-weight: 700;
}
/* -- END wordpress css intergration -- */
.window-size {
  display: inline-block;
  position: fixed;
  z-index: 10000;
  top: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.61);
  border: dotted 1px red;
  color: black!important;
  padding: 0.5em 0.7em;
  font-size: 0.7em;
}
/*.window-size{display:none;} */
.window-size:after {
  content: "XS - 576 and below";
}
@media (min-width: 576px) {
  .window-size:after {
    content: "SM - 576 and up";
  }
  .logo-area {
    background-color: transparent;
  }
  .info-area {
    background-color: transparent;
  }
  .social-icon-header-link {
    width: 28px!important;
    height: 28px!important;
    padding: 6px;
    margin: 0px;
  }
  .footer-form {
    border-right: 0px solid #09a94e;
  }
  .legal-button {
    height: 25px;
    line-height: 25px;
  }
  .footer_info_plum a {
    line-height: 25px;
  }
  .pdf-link {
    padding: 8px 0px 8px 0px;
  }
  .footer-menu .nav-stacked li {
    margin: 0px;
    color: #FFFFFF!important;
  }
  .footer-menu .nav-stacked li a {
    color: #FFFFFF!important;
  }
  .footer-menu .nav-stacked li a:hover {
    color: #f78e20 !important;
  }
  .navbar-collapse {
    padding: 0px;
  }
  .social-outset {
    top: -35px;
    bottom: 0px;
    left: 2px;
    right: 2px;
    padding-top: 35px;
    padding-bottom: 0px;
    height: 90px;
  }
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
  .align {
    display: flex;
  }
  .padding-top-mobile {
    padding-top: 0px;
  }
  .padding-bottom-mobile {
    padding-bottom: 0px;
  }
  .push-top {
    padding-top: 150px;
  }
  .testimonial_feature blockquote footer {
    color: inherit;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    text-align: right;
    position: absolute;
    bottom: -25px;
    left: 80px;
    color: #343436;
    border-top: 0px solid rgba(0, 0, 0, 0.25);
  }
  .testimonial_feature blockquote footer cite {
    font-weight: 400;
    display: inline;
  }
  .testimonial_feature {
    margin: 0px auto 100px 0px;
  }
  .mobile-padding-left {
    padding-left: 0px;
  }
  .mobile-padding-right {
    padding-right: 0px;
  }
  .news-feed .date,
  .project-feed .date {
    font-size: 28px;
    line-height: 28px;
    padding: 20px 20px;
  }
  .text-center-mobile {
    text-align: inherit;
  }
  .text-right {
    text-align: right;
  }
  .text-left {
    text-align: left;
  }
  .align-sm {
    display: flex;
  }
}
@media (min-width: 768px) {
  .window-size:after {
    content: "MD - 768 and up";
  }
  #logo {
    padding: 0px 0px 0px 0px;
  }
  .social-icon-header-link {
    width: 28px!important;
    height: 28px!important;
    padding: 4px;
    margin: 0px;
  }
  .navbar-collapse {
    padding: 0px 0px;
  }
  .social-outset {
    top: -35px;
    bottom: 0px;
    left: 2px;
    right: 2px;
    padding-top: 50px;
    padding-bottom: 0px;
    height: 100px;
  }
  .col-md-5ths {
    width: 20%;
    float: left;
  }
  .news-feed .date,
  .project-feed .date {
    font-size: 28px;
    line-height: 28px;
    padding: 14px 10px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .align-md {
    display: flex;
  }
}
@media (min-width: 992px) {
  .window-size:after {
    content: "LG - 992 and up";
  }
  #logo {
    padding: 8px 0px 0px 0px;
  }
  .social-icon-header-link {
    width: 28px!important;
    height: 28px!important;
    padding: 6px;
    margin: 0px ;
  }
  .social-outset {
    top: -35px;
    bottom: 0px;
    padding-top: 55px;
    height: 115px;
  }
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
  .align-lg {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .window-size:after {
    content: "XL - 1200 and up";
  }
}
/* END Base Form */
/* ------------------------ END My Core CSS ------------------------ */
/* ------------------------ Bootsrap Restyle ------------------------ */
/* Custom Menu nav */
.navbar {
  margin-bottom: 0px;
  border: 0px;
  border-radius: 0px;
  min-height: 0px;
  width: 100%;
  padding-bottom: 0px;
  /* background-color: antiquewhite;
    height: 100%;
    display: flex;*/
  padding: 0rem 0rem;
}
.navbar-collapse {
  /*height: 100%!important; background-color: bisque;*/
  display: flex;
}
.navbar-nav {
  display: block;
  padding-right: 14px!important;
  /* height: 100%!important; background-color: aquamarine;*/
}
.navbar-nav > li .fa {
  width: 40px;
  height: auto;
}
.navbar-nav > li {
  /* height: 100%; display:flex;
  flex-direction: row;
  flex-wrap:wrap;
  justify-content: center;
  align-items:center;*/
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  color: white;
  font-size: 14px;
  font-weight: 400;
  /* display: block;
      display: flex;         
         align-items: center;     
         justify-content: center;  

         flex-grow:1;
         text-align:center;*/
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  background-color: transparent;
  color: #f78e20;
}
.navbar-nav > li.active > a {
  color: #f78e20;
  background-color: transparent!important;
}
.navbar-nav > li > a:before {
  content: "";
  position: absolute;
  left: 0px;
  color: #7a4004;
  font-weight: 300;
}
.navbar-nav > li:first-child > a:before {
  content: "";
}
.navbar-collapse {
  padding: auto;
  background-color: #13455d;
}
.navbar-header {
  background-color: transparent;
}
.navbar-toggle {
  background-color: #FFFFFF;
  border-color: transparent!important;
}
.navbar-toggle .icon-bar {
  background-color: #e31f26 !important;
}
.navbar-toggle:hover {
  background-color: #e31f26 !important;
  border-color: #FFFFFF!important;
}
.navbar-toggle:hover .icon-bar {
  background-color: #FFFFFF!important;
}
.error {
  position: relative;
  color: white;
  background-color: #2b292a;
  font-size: 0.7em;
}
.error .error-number {
  font-size: 10em;
  display: block;
  color: inherit;
  font-weight: 900;
}
.error .error-title {
  font-size: 3em;
  line-height: auto;
  text-align: inherit;
  font-weight: 300;
  color: inherit;
  margin: 0px;
  padding-bottom: 0.5em;
}
.error .error-sub-title {
  font-size: 1.6em;
  color: inherit;
  padding-bottom: 1em;
  font-weight: 300;
}
.error .copy {
  position: relative;
  /*background-color: @brand-body;*/
  color: inherit;
  padding: 20px 20px 20px 20px;
  text-align: center;
}
.error .error-text {
  font-size: 1.4em;
  color: inherit;
  text-align: left;
}
.error-divider {
  border-bottom: solid white 1px;
}
@media (min-width: 576px) {
  .navbar-nav > li {
    /*width:(100/5)*1%;*/
  }
  .navbar-nav > li {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 300;
    border-bottom: 0px solid #e31f26;
    margin: 0px;
    text-align: center;
    background-color: transparent;
    position: relative;
  }
  .navbar-nav > li > a {
    padding: 20px 0px;
    margin: 0px;
    font-size: 1.1em;
    color: #071922;
  }
  .secondary .navbar-nav > li > a {
    padding: 0px 0px;
  }
  /*.navbar-nav > li:after {
 content:"|";
 position:absolute;
 right:-2px;
 color:white;
 font-weight: @light;
	bottom: 4px;
}*/
  .navbar-nav > li:last-child:after {
    content: "";
  }
  #myModalmech .modal-dialog {
    width: 750px;
  }
  .modal-dialog {
    width: 95%;
  }
  #myModalmech .modal-header .close {
    font-size: 50px;
    line-height: 40px;
    height: 40px;
    width: 40px;
    color: #09a94e;
    margin: 0px;
  }
  .modal-title {
    font-weight: 400;
  }
  .modal-title span {
    padding-right: 10px;
  }
  /* Carousel Changes */
  .carousel-control.left,
  .carousel-control.right {
    background-image: none;
  }
  /* END Carousel Changes */
  /* Tab Navigation */
  .nav-tabs {
    margin: 0;
    padding: 0;
    border: 0;
  }
  .nav-tabs > li {
    width: 50%;
  }
  .nav-tabs > li > a {
    background: #fabb79;
    color: #e31f26;
    border: 0px;
    border-radius: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0em;
  }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover {
    background: #09a94e;
    color: #FFFFFF;
    border: 0px;
  }
  .nav-tabs > li > a:hover {
    background: #25f37e;
    color: #FFFFFF;
    border: 0px;
  }
  .nav-tabs > li > a {
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 0.075em;
  }
  .modal-resize {
    width: 75%;
  }
  .carousel-caption {
    position: absolute;
    top: 55%;
    left: 0%;
    right: 60%;
    bottom: auto;
    z-index: 10;
    transform: translateY(-50%);
    font-size: 18px;
    padding: 0%;
    display: block;
    background-color: transparent;
    font-size: 1.1em;
  }
  .carousel-caption .title {
    font-size: 1.3em;
  }
  .carousel-caption .flash {
    font-size: 3.7em;
  }
  .carousel-caption .info {
    font-size: 0.9em;
  }
}
@media (min-width: 768px) {
  .navbar {
    padding-top: 0px;
  }
  .navbar-collapse {
    background-color: transparent;
  }
  .carousel-caption {
    font-size: 1.4em;
  }
  .navbar-nav > li > a {
    padding: 35px 0px;
    margin: 0px;
    font-size: 14px;
  }
  .error {
    font-size: 1em;
  }
  .error .copy {
    position: absolute;
    top: 50%;
    left: 4.5%;
    width: 65%;
    transform: translate(0%, -50%);
    padding: 0px!important;
    background-color: transparent;
    text-align: left;
  }
  .error {
    font-size: 0.6em;
  }
  .error .error-text {
    font-size: 1.4em;
  }
}
@media (min-width: 992px) {
  .navbar {
    padding-top: 0px;
  }
  .nav-tabs {
    background-color: transparent;
  }
  .tab-content {
    background-color: transparent;
    padding: 0px;
  }
  .carousel-caption {
    font-size: 1.8em;
  }
  .error {
    font-size: 0.9em;
  }
  .error .error-text {
    font-size: 1.1em;
  }
}
@media (min-width: 1200px) {
  .error {
    font-size: 1em;
  }
}
/* ------------------------ END Bootsrap Restyle ------------------------ */
/* ------------------------ Site Specific CSS ------------------------ */
.section-title {
  font-size: 3em;
  font-weight: 900;
}
.section-sub-title {
  font-size: 1.2em;
  font-weight: 400;
}
.title {
  font-size: 2em;
  line-height: 1.4;
  font-weight: 400;
}
.secondary-title {
  font-size: 1.6em;
  line-height: 1.2;
  font-weight: 400;
}
.sub-header {
  font-size: 1.2em;
  line-height: normal;
}
.sub-title {
  color: #FFFFFF;
  font-size: 2.1em;
  line-height: 1.2em;
  font-weight: 400;
}
.hero {
  position: relative;
  font-size: 30px;
}
.hero .copy {
  position: relative;
  /*background-color: @brand-body;*/
  color: white;
  padding: 20px 20px 20px 20px;
  font-size: 1em;
  text-align: center;
}
.hero .hero-title {
  font-size: 1em;
  line-height: auto;
  color: #FFFFFF;
  text-align: inherit;
  font-weight: 700;
  padding-bottom: 0.5em;
  margin: 0px;
  text-transform: uppercase;
}
.hero .hero-title-small {
  font-size: 0.9em;
  line-height: auto;
  color: #FFFFFF;
  text-align: inherit;
  font-weight: 700;
  padding-bottom: 0.5em;
  margin: 0px;
  text-transform: uppercase;
}
.hero .hero-title-smaller {
  font-size: 0.8em;
  line-height: auto;
  color: #FFFFFF;
  text-align: inherit;
  font-weight: 700;
  padding-bottom: 0.5em;
  margin: 0px;
  text-transform: uppercase;
}
.hero .hero-text {
  font-size: 0.5em;
  color: #FFFFFF;
  padding-bottom: 0.5em;
}
.more-donw-here {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 4%;
}
.more-donw-here:after {
  content: "Scroll down for more";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  transform: translate(-60px, 110%);
  width: 140px;
  text-align: center;
  color: white;
  font-size: 0.4em;
}
.bounce {
  -webkit-animation: bounceMe 4s ;
  animation: bounceMe 4s ;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  /*Set our animation play state to paused initially 
  animation-play-state: paused; */
}
.bounce:hover {
  /* Toggle our animation play state to running when we are hovering over our sticker 
  animation-play-state: running;*/
}
.inset {
  width: 100%;
}
.inset-small {
  width: 100%;
}
.inset-left {
  padding-left: auto;
}
.inset-right {
  padding-right: auto;
}
.inset-right-small {
  padding-right: auto;
}
.inset-left-small {
  padding-left: auto;
}
.info-table tr {
  background-color: white;
  color: #e31f26;
  font-weight: 300;
  text-align: center;
}
.info-table td {
  border-bottom: 0px solid white;
  border-right: 0px solid white;
}
.info-table th {
  background-color: #f78e20;
  color: white;
  font-weight: 300;
  border-bottom: 0px solid white;
  border-right: 1px solid white;
  text-align: center;
  vertical-align: middle!important;
}
.info-table tr th:last-child {
  border-right: none;
}
.info-table tr:first-child th {
  border-top: none!important;
  font-weight: 700;
}
.info-table tr:last-child td {
  border-bottom: none!important;
}
.info-table td {
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
}
.info-table tr:nth-child(odd) {
  background-color: #09a94e !important;
}
.info-table-caption ul {
  padding: 0px;
  margin: 10px 0px 0px 0px;
  list-style: none;
}
.info-table-caption ul li {
  color: white!important;
  position: relative;
}
.info-table-caption ul li ul {
  margin: 0px 0px 0px 0px;
}
.info-table-caption ul li:before {
  content: "*";
  padding-right: 5px;
}
.info-table-caption ul li li {
  font-size: 0.8em;
}
.info-table-caption ul li li:before {
  content: "";
  padding-right: 12px;
}
.divider {
  display: block;
  background-color: white;
  height: 2px;
  width: 100%;
  margin-bottom: 20px;
  clear: both;
}
.title {
  font-size: 1.8em;
  font-weight: 700;
}
.info {
  font-size: 1.3em;
  font-weight: 700;
  margin: 0px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 20px;
}
sup {
  font-size: 0.6em;
}
.logo-main {
  margin-bottom: 2em;
}
.strap {
  font-size: 2.1em;
}
.setion-title-over {
  position: relative;
}
.setion-title-over .section-title {
  color: white;
  position: absolute;
  top: 10%;
  left: 0%;
  right: 0%;
  transform: translate(0%, 0%);
  font-size: 2.4em;
  line-height: normal;
  font-weight: 400;
  text-align: center;
  background-color: transparent;
  text-transform: uppercase;
}
.setion-title-over .section-title span {
  font-size: 1.6em;
}
.features {
  background-color: #e31f26;
}
.features .features-icon {
  padding: 1.4em;
}
.features .title {
  font-size: 1.5em;
  line-height: 1em;
  color: #071922;
  padding-bottom: 0.7em;
}
.features .info {
  font-size: 0.9em;
  color: #071922;
  text-transform: none!important;
  font-weight: 400;
  margin-bottom: 0px;
}
.background-red {
  background-color: #e31f26;
}
.background-red-light {
  background-color: #f7bec0;
}
.background-red-full {
  background-color: #e94c52;
}
.background-off-red-light {
  background-color: #ffe3dc;
}
.background-off-red-full {
  background-color: #ff5e2d;
}
.background-orange-light {
  background-color: #fcd9b4;
}
.background-orange-full {
  background-color: #f78e20;
}
.background-off-green-light {
  background-color: #e8e9c5;
}
.background-off-green-full {
  background-color: #bdbe57;
}
.background-green-light {
  background-color: #e6fef0;
}
.background-green-full {
  background-color: #0ac159;
}
.background-yellow-light {
  background-color: #fff4c7;
}
.background-yellow-full {
  background-color: #fac800;
}
.border-bottom {
  border-bottom: solid white 1px;
  padding-top: 4px;
  margin-bottom: 4px;
}
.border-right-dotted {
  border-right: dotted 2px #59595c;
}
.border-horizontal-dotted:after {
  border-bottom: dotted 2px #59595c;
  display: block;
  content: "";
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
  padding-bottom: 1em;
}
.accredited-logo-section {
  background-color: #fbfbfc;
}
.accredited-logo-section2 {
  background-color: #ffffff;
}
.accredited-logo-section2 .accredited-logo img {
  max-width: 125px;
  height: auto;
}
.accredited-logo {
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer-menu-section {
  color: white;
  font-weight: 300;
  font-size: 1.2em;
  margin-bottom: 6px;
}
.footer-menu-section a {
  color: white;
  display: block;
}
.footer-menu-section a:hover {
  color: #f78e20;
}
.footer-menu ul {
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
.footer-menu li {
  color: white;
  position: relative;
  padding-left: 25px;
  padding-right: 16px;
  font-weight: 300;
  list-style: none!important;
  margin-bottom: 8px;
  line-height: normal;
}
.footer-menu li a {
  color: white;
  display: block;
}
.footer-menu li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f192";
  position: absolute;
  left: 0px;
  color: #b2b5b8 !important;
}
.footer-menu li a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  display: block;
  position: absolute;
  right: 0px;
  top: 6px;
  font-size: 0.7em;
  line-height: inherit;
}
.footer-menu li a[href*="#"] {
  color: #969696;
}
.footer-menu li.active a {
  color: #dac900 !important;
}
.red .footer-menu li.active a {
  color: #e31f26 !important;
}
.orange .footer-menu li.active a:hover {
  color: #f78e20 !important;
}
.greeen .footer-menu li.active a:hover {
  color: #09a94e !important;
}
.footer-menu li a:hover {
  color: #f78e20;
}
.footer-menu li a:hover:before {
  color: #f78e20 !important;
}
.red .footer-menu li a:before {
  color: #e31f26 !important;
}
.red .footer-menu li a:hover {
  color: #e31f26;
}
.orange .footer-menu li a:before {
  color: #f78e20 !important;
}
.orange .footer-menu li a:hover {
  color: #f78e20;
}
.green .footer-menu li a:before {
  color: #09a94e !important;
}
.greeen .footer-menu li a:hover {
  color: #09a94e;
}
.menu-title-arrow:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  display: inline-block;
  font-size: 0.7em;
  line-height: inherit;
  padding-left: 2em;
}
.sub-menu2 {
  padding: 30px 20px;
  text-align: center;
}
.sub-menu2 {
  color: white;
  font-weight: 300;
  list-style: none!important;
  margin-bottom: 8px;
  line-height: normal;
  text-align: center;
  display: inline-block;
  /* width: (100/4%);*/
}
.sub-menu2 a {
  color: white;
}
.sub-menu2 a:hover {
  color: #f78e20;
}
.sub-menu2 a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  display: inline-block;
  font-size: 0.7em;
  line-height: inherit;
  padding-left: 2em;
}
.sub-menu2 a:hover:after {
  color: #f78e20;
}
.sub-menu3 {
  padding: 30px 20px;
  text-align: center;
}
.sub-menu3 li {
  color: white;
  font-weight: 300;
  list-style: none!important;
  margin-bottom: 8px;
  line-height: normal;
  text-align: center;
  display: block;
  /* width: (100/4%);*/
}
.sub-menu3 li a {
  color: white;
}
.sub-menu3 li a:hover {
  color: #f78e20;
}
.sub-menu3 li a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  display: block;
  font-size: 0.7em;
  line-height: inherit;
  padding-left: 2em;
}
.sub-menu3 li a:hover:after {
  color: #f78e20;
}
/*.items-5 .sub-menu2 li{width: (100/6%)!important;}
.items-3 .sub-menu2 li{width: (100/4%)!important;}*/
.no-align-sm {
  display: auto;
}
.card-box {
  display: flex;
  flex-wrap: wrap;
}
.card-box .title {
  margin-bottom: 0.6em;
}
.card1 {
  display: flex;
  margin-bottom: 16px;
  border: none;
  background-color: transparent;
}
.card-content {
  display: flex;
  flex-direction: column;
  background-color: white;
  padding: 0em;
  width: 100%;
  padding: 0px 15px;
}
.card-content .info {
  flex: 1 0 auto;
}
.card-content .image {
  border: solid 1px #e7e8e9;
  margin-bottom: 12px;
  margin-left: -15px;
  margin-right: -15px;
}
.card-content .title {
  font-size: 1.1em;
  color: #071922;
  margin-bottom: 12px;
}
.card-content .info {
  font-size: 1em;
  color: #071922;
  margin-bottom: 12px;
  font-weight: 400;
  text-transform: none;
}
.card-content .area {
  font-size: 0.95em;
  color: #f78e20;
  margin-bottom: 12px;
  font-weight: 400;
  text-transform: none;
}
.related-product-box {
  display: block;
  font-size: 0.9em;
}
.related-product-card {
  position: relative;
  margin-bottom: 1.6em;
}
.related-product-content {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 15px;
  right: 15px;
  padding: 10px 15px 30px 15px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.75+8,0+35,0+67,0.75+96 */
  background: -moz-linear-gradient(rgba(7, 25, 34, 0.75), rgba(7, 25, 34, 0.35), rgba(7, 25, 34, 0.75));
  /* FF3.6-15 */
  background: -webkit-linear-gradient(rgba(7, 25, 34, 0.75), rgba(7, 25, 34, 0.35), rgba(7, 25, 34, 0.75));
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(rgba(7, 25, 34, 0.75), rgba(7, 25, 34, 0.35), rgba(7, 25, 34, 0.75));
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#071922', endColorstr='#071922', GradientType=0);
  /* IE6-9 */
  -webkit-transition: background-color 250ms linear;
  -ms-transition: background-color 250ms linear;
  transition: background-color 250ms linear;
}
.related-product-content:hover {
  -webkit-transition: background-color 250ms linear;
  -ms-transition: background-color 250ms linear;
  transition: background-color 250ms linear;
  background-color: rgba(7, 25, 34, 0.5);
}
.related-product-content .info {
  flex: 1 0 auto;
}
.related-product-content .image {
  border: solid 1px #e7e8e9;
  margin-bottom: 12px;
  margin-left: -15px;
  margin-right: -15px;
}
.related-product-content .title {
  font-size: 1em;
  color: white;
  margin-bottom: 12px;
  line-height: 1.3em;
  font-weight: 300;
}
.related-product-content .info {
  font-size: 1em;
  color: white;
  margin-bottom: 12px;
  font-weight: 300;
  text-transform: none;
}
.related-product-content .arrow:before {
  font-family: "Font Awesome 5 Free";
  display: block;
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  content: "\f061";
  color: white;
  -webkit-transition: right 0.25s;
  /* Safari */
  transition: right 0.25s;
  font-weight: 900;
}
.related-product-content .arrow {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 5%;
  right: 15px;
  height: 30px;
  color: white;
  font-size: 1.2em;
  text-align: left;
  -webkit-transition: background-color 250ms linear;
  -ms-transition: background-color 250ms linear;
  transition: background-color 250ms linear;
}
.related-product-content:hover .arrow {
  -webkit-transition: left 250ms linear;
  -ms-transition: left 250ms linear;
  transition: left 250ms linear;
  left: 80%;
}
.comparison {
  background-color: white;
}
.comparison .image {
  border: solid 1px #e7e8e9;
  margin-bottom: 12px;
  margin-left: -15px;
  margin-right: -15px;
}
.comparison .title {
  font-size: 1.2em;
  color: #071922;
  margin-bottom: 12px;
}
.comparison .info {
  font-size: 1em;
  color: #071922;
  margin-bottom: 12px;
  font-weight: 400;
  text-transform: none;
}
.packages-force-height {
  min-height: 0px;
}
#nav-link {
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0px 2px;
}
.nav-link img {
  max-height: 40px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  display: none;
}
.nav-link:after {
  border: none!important;
  display: none!important;
}
.nav .active {
  position: relative;
}
.navbar .nav-item {
  display: block;
  height: auto;
}
.navbar a.nav-link {
  height: auto;
  display: block;
  vertical-align: middle;
}
.dropdown-menu {
  padding: 0px!important;
  font-size: 0.9rem;
  margin-top: 0px!important;
  position: relative;
  top: 0px;
}
.position-static {
  position: relative!important;
  display: block;
  width: 100%;
}
a.nav-link {
  padding-top: auto!important;
  padding-bottom: auto!important;
  color: white;
}
.sub-menu .nav-link a {
  color: #071922;
}
.sub-menu .nav-link a:hover {
  color: #f78e20;
}
.breadcrumbs {
  background-color: #e6e6e7;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  color: #185777;
  font-size: 0.9em;
}
.breadcrumbs a {
  color: #071922;
}
.breadcrumbs a[href*="#"] {
  color: #185777;
  font-size: 0.9em;
}
.breadcrumbs a:hover {
  color: #e31f26;
}
.breadcrumbs a:before {
  content: ">";
  display: inline-block;
  font-size: inherit;
  color: #4eabda;
  padding-left: 6px;
  padding-right: 6px;
}
.breadcrumbs a:first-child:before {
  content: "";
  padding-left: 0px;
  padding-right: 0px;
}
.breadcrumbs a[href*="#"]:before {
  content: "|" !important;
  padding-left: 9px;
  padding-right: 9px;
}
.breadcrumbs a:last-child:after {
  content: ">";
  padding-left: 6px;
  padding-right: 6px;
}
.accreditations {
  border-top: solid 2px #071922;
  border-bottom: solid 2px #071922;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-bottom: 1em;
  text-align: center;
}
.accreditations .title {
  text-align: left;
  padding-bottom: 0em;
  display: none;
}
/*.accreditations img{max-height: 100px; padding-right: 2em; padding-bottom: 0.5em; padding-top: 0.5em;  }*/
/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0em auto;
  padding-top: 4em;
  padding-bottom: 4em;
}
/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 0.2em;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -0.1em;
}
/* Container around content */
.timeline-container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}
/* The circles on the timeline */
.timeline-container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -12px;
  background-color: white;
  border: 4px solid #f78e20;
  top: 2em;
  border-radius: 50%;
  z-index: 1;
}
/* Place the container to the left */
.timeline-left {
  left: 0;
}
/* Place the container to the right */
.timeline-right {
  left: 50%;
}
/* Add arrows to the left container (pointing right) */
.timeline-left::before,
.timeline-right::before {
  content: "";
  height: 0;
  position: absolute;
  top: 2em;
  width: 0;
  z-index: 1;
  border: medium solid #071922;
}
.timeline-left::before {
  right: 30px;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}
/* Add arrows to the right container (pointing left) */
.timeline-right::before {
  left: 30px;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}
/* Fix the circle for containers on the right side */
.timeline-right::after {
  left: -12px;
}
/* The actual content */
.timeline-content {
  padding: 1em 1.5em;
  background-color: white;
  position: relative;
  border-radius: 1em;
}
.timeline .year {
  font-size: 2em;
  font-weight: 700;
}
.timeline .month {
  font-size: 0.6em;
  font-weight: 400;
}
.timeline .info {
  font-size: 1em!important;
  font-weight: 300;
  color: #071922;
  text-transform: none!important;
  margin-bottom: 0.25em;
}
/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 576px) {
  /* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }
  /* Full-width containers */
  .timeline-container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
  /* Make sure that all arrows are pointing leftwards */
  .timeline-container::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }
  /* Make sure all circles are at the same spot */
  .timeline-left::after,
  .timeline-right::after {
    left: 15px;
  }
  /* Make all right containers behave like the left ones */
  .timeline-right {
    left: 0%;
  }
}
.border-light {
  border: solid 2px rgba(0, 0, 0, 0.25);
}
.the-team {
  border: solid rgba(89, 89, 92, 0.15) 0px;
}
.the-team .title {
  font-size: 1.7em;
  margin-bottom: 0.1em;
  text-align: center;
}
.the-team .position {
  font-size: 1.3em;
  text-align: center;
}
.focused-on .title {
  font-size: 1.5em;
  padding: 0.7em;
  padding-top: 0.6em;
  font-weight: 700;
  text-transform: uppercase;
}
.focused-on .info {
  font-size: 0.9em;
  padding: 1em;
  padding-top: 0em;
  font-weight: 400;
  margin-bottom: 0px;
}
.focused-on .info ul {
  margin-bottom: 0px;
}
#scroll .items {
  white-space: nowrap;
  margin-bottom: 0;
  overflow: hidden;
  padding: 0px;
}
#scroll .item {
  display: inline-block;
  padding: 10px 20px;
  float: none;
}
#scroll .item img {
  height: 80px;
  width: auto;
}
.no-image {
  background-color: #071922;
}
.no-image .hero {
  width: 100%;
}
.no-image .hero .copy {
  position: relative!important;
  margin-top: 2em;
  padding-bottom: 2em!important;
  transform: translate(0%, 0%);
  top: 0%;
}
.no-image .hero .copy .hero-title {
  color: white;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0);
}
.no-image .hero,
.no-image .copy,
.no-image .hero-text {
  color: white;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0);
  text-align: center;
}
@media (min-width: 576px) {
  .inset {
    width: 83%;
    display: block;
    margin-left: auto!important;
    margin-right: auto!important;
    overflow: auto;
    position: relative;
    min-height: 1px;
  }
  .inset-small {
    width: 80%;
    display: block;
    float: none;
    margin-left: auto!important;
    margin-right: auto!important;
    overflow: auto;
  }
  .inset-left {
    padding-left: 90px;
  }
  .inset-right {
    padding-right: 90px;
  }
  .inset-right-small {
    padding-right: 45px;
  }
  .inset-left-small {
    padding-left: 45px;
  }
  .strap {
    font-size: 2.1em;
  }
  .accredited-logo {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .features .features-icon {
    padding: 3em 3em;
  }
  .title {
    font-size: 1.6em;
  }
  .section-title {
    font-size: 2em;
  }
  .section-sub-title {
    font-size: 0.8em;
    font-weight: 400;
  }
  .setion-title-over .section-title {
    font-size: 2em;
  }
  .no-align-sm {
    display: block;
  }
  .card-content .title {
    font-size: 1.4em;
    line-height: normal;
  }
  .packages-force-height {
    min-height: 190px;
  }
  .features .features-icon {
    padding: 1.2em 1.2em;
  }
}
@media (min-width: 768px) {
  .hero .copy {
    position: absolute;
    top: 50%;
    left: 2.5%;
    width: 100%;
    transform: translate(0%, -50%);
    padding: 0px!important;
    background-color: transparent;
    text-align: left;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  }
  .no-image .hero,
  .no-image .copy,
  .no-image .hero-text {
    text-align: left;
  }
  .lower .hero .copy {
    top: 95%;
    left: 4%;
    width: 85%;
    transform: translate(0%, -100%);
  }
  .hero .hero-title {
    font-size: 1.1em;
    line-height: 1em;
    color: #FFFFFF;
    text-align: left;
    font-weight: 700;
    padding-bottom: 0.25em;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  }
  .hero .hero-title-small {
    font-size: 1.3em;
    padding-bottom: 0.25em;
  }
  .hero .hero-title-smaller {
    font-size: 1.08em;
    padding-bottom: 0.25em;
  }
  .hero .hero-text {
    font-size: 0.55em;
    padding-bottom: 0.25em;
  }
  a.nav-link {
    color: #071922;
  }
  .navbar .nav-item {
    display: table;
    height: 100%;
  }
  .navbar a.nav-link {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
  }
  .dropdown-menu {
    padding: 0px!important;
    font-size: 0.9rem;
    margin-top: 0px!important;
    position: absolute;
    top: 100%;
    border: none!important;
  }
  .position-static {
    position: static!important;
    display: inline-block;
    width: auto;
  }
  .align-nav {
    display: block;
  }
  .more-donw-here {
    bottom: 10%;
    width: inherit;
  }
  .strap {
    font-size: 2.8em;
  }
  .title {
    font-size: 1.8em;
  }
  .section-title {
    font-size: 2.5em;
  }
  .section-sub-title {
    font-size: 1em;
    font-weight: 400;
  }
  .setion-title-over .section-title {
    font-size: 2.3em;
  }
  .no-align-sm {
    display: flex;
  }
  .packages-force-height {
    min-height: 150px;
  }
  .features .features-icon {
    padding: 1em 1em;
  }
}
@media (min-width: 992px) {
  .hero .hero-title {
    font-size: 1.65em;
  }
  .hero .hero-title-small {
    font-size: 1.45em;
  }
  .hero .hero-title-smaller {
    font-size: 1.25em;
  }
  .hero .hero-text {
    font-size: 0.6em;
  }
  .title {
    font-size: 2em;
  }
  .section-title {
    font-size: 3em;
  }
  .section-sub-title {
    font-size: 1.2em;
  }
  .setion-title-over .section-title {
    font-size: 2.8em;
  }
  .no-align-sm {
    display: flex;
  }
  .packages-force-height {
    min-height: 135px;
  }
  .features .features-icon {
    padding: 2em 2em;
  }
}
@media (min-width: 1200px) {
  .hero .hero-title-small {
    font-size: 1.7em;
  }
  .hero .hero-title-smaller {
    font-size: 1.45em;
  }
  .hero .hero-text {
    font-size: 0.6em;
  }
  .features .features-icon {
    padding: 3em 3em;
  }
}
/* ------------------------ END Site Specific CSS ------------------------ */
/* ------------------------ Animations CSS ------------------------ */
@keyframes bounceMe {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
/* ------------------------ END Animations CSS ------------------------ */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .img-fluid {
    width: 100%;
  }
}
/* LESS Document */
