@font-face {
  font-family: 'Avenir';
  src: url("/packages/prime/themes/prime/fonts/Avenir-Heavy.woff2") format('woff2'), url("/packages/prime/themes/prime/fonts/Avenir-Heavy.woff") format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Open Sans', sans-serif;
  color: #777777;
  font-weight: normal;
  line-height: 26px;
  font-size: 16px;
}
.wrapper {
  font-family: 'Open Sans', sans-serif;
  color: #777777;
  font-weight: normal;
  line-height: 26px;
  font-size: 16px;
}
.wrapper input[type="radio"],
.wrapper input[type="checkbox"] {
  display: inline-block;
}
.wrapper .form-group {
  margin-bottom: 12px;
}
.wrapper .checkbox,
.wrapper .form-check {
  margin-top: 10px;
  padding: 0;
  position: relative;
}
.wrapper .checkbox input[type="checkbox"],
.wrapper .form-check input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  margin: -1px 4px 0 0;
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  margin: 0;
  display: block;
  border: 0 !important;
  -webkit-appearance: none;
  appearance: none;
  background: none !important;
  opacity: 0;
}
.wrapper .checkbox input[type="checkbox"]:checked ~ label::before,
.wrapper .form-check input[type="checkbox"]:checked ~ label::before {
  background-color: #777777;
}
.wrapper .checkbox input[type="checkbox"]:checked ~ label::after,
.wrapper .form-check input[type="checkbox"]:checked ~ label::after {
  display: block;
}
.wrapper .checkbox label,
.wrapper .form-check label {
  font-weight: 400;
  color: #777;
  padding-left: 25px;
  line-height: 20px;
  position: relative;
}
.wrapper .checkbox label::before,
.wrapper .form-check label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  z-index: 1;
  background: #f2f2f2;
  border: 1px solid #777777;
  border-radius: 3px;
  overflow: hidden;
}
.wrapper .checkbox label:after,
.wrapper .form-check label:after {
  left: 7px;
  top: 4px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
  display: none;
  z-index: 2;
}
.wrapper label {
  display: block;
  margin: 0 0 1px;
  font-size: 14px;
  line-height: 19px;
  color: #003354;
  font-weight: 600;
}
.wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="file"]),
.wrapper .form-control {
  border: 1px solid #777777;
  border-radius: 3px;
  height: 38px;
  background: #fff;
  width: 100%;
  margin: 0;
  padding: 7px 15px;
  outline: 0 !important;
  box-shadow: none !important;
}
.wrapper textarea {
  min-height: 127px;
}
@media (max-width: 767px) {
  .wrapper .container {
    padding: 0 22px;
  }
}
.wrapper a.learn-more {
  color: #f06022;
  font-weight: bold;
  text-transform: uppercase;
}
.wrapper a.learn-more i {
  display: inline-block;
  margin-left: 5px;
  transition: all 0.3s;
}
.wrapper a.learn-more:hover {
  margin-left: 5px;
  color: #de5800 !important;
}
.wrapper a.learn-more:hover i {
  margin-left: 10px;
}
.wrapper legend {
  display: block;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.wrapper .banner-title,
.wrapper .inside-page-title,
.wrapper h1,
.wrapper h2,
.wrapper h3,
.wrapper h4,
.wrapper h5,
.wrapper h6 {
  font-family: 'Open Sans', sans-serif;
  color: #003354;
  font-weight: 600;
}
.wrapper p {
  font-family: 'Open Sans', sans-serif;
  color: #777777;
  font-weight: normal;
  line-height: 26px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .wrapper p {
    font-size: 14px;
  }
}
.wrapper p a {
  color: #f06022;
}
.wrapper img {
  max-width: 100%;
  height: auto;
}
.wrapper a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #f06022;
}
.wrapper a:hover {
  color: #003354 !important;
}
.wrapper li.nav-path-selected {
  color: #003354 !important;
}
.wrapper li.nav-path-selected > a {
  color: #003354 !important;
}
.wrapper ul {
  margin-bottom: 20px;
  padding: 0 0 0 15px;
}
.wrapper ul li {
  list-style: none;
  font-size: 16px;
  line-height: 26px;
  color: #777777;
  position: relative;
  padding: 0 0 0 20px;
}
@media (max-width: 767px) {
  .wrapper ul li {
    font-size: 14px;
  }
}
.wrapper ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  background: #f06022;
  border-radius: 50%;
  width: 4px;
  height: 4px;
}
.wrapper ol {
  margin-bottom: 20px;
  padding: 0 0 0 15px;
}
.wrapper ol li {
  font-size: 16px;
  line-height: 26px;
  color: #777777;
}
.wrapper hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
.wrapper .banner-title,
.wrapper .inside-page-title,
.wrapper h1 {
  font-size: 50px;
  margin: 0 0 20px;
  line-height: 60px;
}
@media (max-width: 767px) {
  .wrapper .banner-title,
  .wrapper .inside-page-title,
  .wrapper h1 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .banner-title,
  .wrapper .inside-page-title,
  .wrapper h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper .banner-title,
  .wrapper .inside-page-title,
  .wrapper h1 {
    font-size: 45px;
    line-height: 52px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .banner-title,
  .wrapper .inside-page-title,
  .wrapper h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .banner-title,
  .wrapper .inside-page-title,
  .wrapper h1 {
    font-size: 44px;
    line-height: 54px;
  }
}
.wrapper h2 {
  font-size: 35px;
  margin: 0 0 20px;
  line-height: 42px;
}
@media (max-width: 767px) {
  .wrapper h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.wrapper h3 {
  font-size: 24px;
  margin: 0 0 20px;
  line-height: 26px;
  font-weight: bold;
}
.wrapper h4 {
  font-size: 22px;
  margin: 0 0 20px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .wrapper h4 {
    font-size: 18px;
    line-height: 26px;
  }
}
.wrapper h5 {
  font-size: 20px;
  margin: 0 0 20px;
  line-height: 22px;
}
.wrapper h6 {
  font-size: 16px;
  margin: 0 0 20px;
  line-height: 20px;
}
.wrapper blockquote {
  border-color: #003354;
  margin: 0 0 35px;
  padding: 20px 35px;
}
@media (max-width: 767px) {
  .wrapper blockquote {
    padding: 20px;
    line-height: 26px;
  }
}
.wrapper .btn {
  min-width: 162px;
  border-radius: 3px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
  background: #f06022;
  text-align: center;
  line-height: 24px;
  color: #ffffff !important;
  display: inline-block;
  padding: 14px 23.5px;
  border: 0;
  position: relative;
  transition: all 0.3s;
  text-transform: uppercase;
  outline: 0 !important;
  box-shadow: none !important;
}
.wrapper .btn:hover,
.wrapper .btn:active,
.wrapper .btn:focus {
  background: #de5800 !important;
  color: #fff !important;
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  --bs-gutter-x: 30px;
}
.no-gutters {
  margin-right: 0px;
  margin-left: 0px;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0px;
  padding-left: 0px;
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0px;
    flex-grow: 1;
    max-width: 100%;
  }
}
.accordion-item {
  background-color: transparent;
  border: 0;
  border-radius: 0 !important;
}
body {
  color: #777777;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
}
body .fab.fa-facebook:before {
  content: "\f09a";
  font-weight: 400;
  font-family: FontAwesome;
}
body .fab.fa-linkedin:before {
  content: "\f08c";
}
body div.ccm-block-type-form div.form-group {
  margin-bottom: 12px;
}
body div.ccm-block-type-form span.text-muted {
  display: none;
}
body div.ccm-block-type-form div.form-group label.control-label {
  font-weight: 600;
}
body.nav-open {
  overflow: hidden;
}
body .wrapper {
  padding-top: 173px;
}
body .wrapper .grid-outer {
  padding: 50px 0;
}
@media (max-width: 767px) {
  body .wrapper .grid-outer {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  body .wrapper .col-sm-12 .col-sm-6 + .col-sm-6 {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  body .wrapper .col-sm-12 .col-sm-6 .col-sm-6 + .col-sm-6 {
    padding-top: 10px;
  }
}
@media (max-width: 1199px) {
  body .wrapper .col-sm-12 .col-sm-6 .col-sm-6 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%;
  }
}
body .wrapper .home-banner {
  position: relative;
}
body .wrapper .home-banner .banner-cont {
  position: absolute;
  left: 50%;
  bottom: 6px;
  transform: translate(-50%, 0);
  z-index: 1;
  width: 100%;
  max-width: 1550px;
  background: #91bed4;
  text-align: center;
  padding: 30px 30px 34px;
}
@media (max-width: 767px) {
  body .wrapper .home-banner .banner-cont {
    padding: 30px 25px 27px;
    position: relative;
    transform: none;
    left: 0;
    bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .home-banner .banner-cont {
    width: 94%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .home-banner .banner-cont {
    max-width: 865px;
    bottom: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .home-banner .banner-cont {
    max-width: 1140px;
    bottom: 0;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .home-banner .banner-cont {
    max-width: 1290px;
  }
}
body .wrapper .home-banner .banner-cont .banner-title {
  font-weight: 600;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  body .wrapper .home-banner .banner-cont .banner-title {
    margin-bottom: 14px;
  }
}
body .wrapper .home-banner .banner-cont .banner-title h1 {
  font-weight: 600;
  margin-bottom: 0;
  color: #fff;
}
body .wrapper .home-banner .banner-cont .learn-more {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}
body .wrapper .home-banner .banner-cont .learn-more i {
  display: inline-block;
  font-size: 18px;
  margin-left: 5px;
  transition: all 0.3s;
}
body .wrapper .home-banner .banner-cont .learn-more:hover {
  margin-left: 5px;
}
body .wrapper .home-banner .banner-cont .learn-more:hover i {
  margin-left: 10px;
}
body .wrapper .home-banner .home-slider {
  overflow: hidden;
}
body .wrapper .home-banner .home-slider .slick-arrow {
  background: #003354;
  border-radius: 3px;
  opacity: 0.5;
  transition: all 0.3s;
  z-index: 1;
  width: 64px;
  height: 66px;
  margin-top: -36px;
}
@media (max-width: 767px) {
  body .wrapper .home-banner .home-slider .slick-arrow {
    width: 36px;
    height: 37px;
    top: 181px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .home-banner .home-slider .slick-arrow {
    width: 46px;
    height: 46px;
  }
}
body .wrapper .home-banner .home-slider .slick-arrow:hover {
  opacity: 1;
}
body .wrapper .home-banner .home-slider .slick-arrow::before {
  display: none !important;
}
body .wrapper .home-banner .home-slider .slick-arrow::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}
body .wrapper .home-banner .home-slider .slick-arrow.slick-prev {
  left: 41px;
}
@media (max-width: 767px) {
  body .wrapper .home-banner .home-slider .slick-arrow.slick-prev {
    left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .home-banner .home-slider .slick-arrow.slick-prev {
    left: 15px;
  }
}
body .wrapper .home-banner .home-slider .slick-arrow.slick-prev::after {
  border-width: 16px 22px 16px 0;
  border-color: transparent #fff transparent transparent;
}
@media (max-width: 767px) {
  body .wrapper .home-banner .home-slider .slick-arrow.slick-prev::after {
    border-width: 9px 14px 9px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .home-banner .home-slider .slick-arrow.slick-prev::after {
    border-width: 10px 19px 10px 0;
  }
}
body .wrapper .home-banner .home-slider .slick-arrow.slick-next {
  right: 41px;
}
@media (max-width: 767px) {
  body .wrapper .home-banner .home-slider .slick-arrow.slick-next {
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .home-banner .home-slider .slick-arrow.slick-next {
    right: 15px;
  }
}
body .wrapper .home-banner .home-slider .slick-arrow.slick-next::after {
  border-width: 16px 0 16px 22px;
  border-color: transparent transparent transparent #fff;
}
@media (max-width: 767px) {
  body .wrapper .home-banner .home-slider .slick-arrow.slick-next::after {
    border-width: 9px 0 9px 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .home-banner .home-slider .slick-arrow.slick-next::after {
    border-width: 10px 0 10px 19px;
  }
}
body .wrapper .home-banner .home-slider .slide-item {
  position: relative;
  padding-bottom: 84px;
}
@media (max-width: 767px) {
  body .wrapper .home-banner .home-slider .slide-item {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .home-banner .home-slider .slide-item {
    padding-bottom: 108px;
  }
}
body .wrapper .home-banner .home-slider .slide-item img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  body .wrapper .home-banner .home-slider .slide-item img {
    min-height: 362px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .home-banner .home-slider .slide-item img {
    min-height: 400px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .home-banner .home-slider .slide-item img {
    min-height: 761px;
  }
}
body .wrapper .slick-slide,
body .wrapper a {
  outline: 0 !important;
}
@media (min-width: 1681px) {
  body .wrapper.page-template-home .service-highlights {
    padding: 96px 0 142px;
  }
}
@media (max-width: 767px) {
  body .wrapper .location ul li {
    margin-bottom: 4px;
  }
}
body .wrapper .location ul li + li {
  margin-top: 5px;
}
@media (max-width: 767px) {
  body .wrapper .location ul li + li {
    margin-top: 0;
  }
}
body .wrapper .sitemap_outer ul {
  margin-bottom: 12px;
}
body .wrapper .sitemap_outer ul ul {
  padding-top: 12px;
}
body .wrapper .sitemap_outer ul li {
  margin-bottom: 5px;
}
body .wrapper .sitemap_outer ul li.nav-path-selected > a,
body .wrapper .sitemap_outer ul li.nav-selected > a {
  color: #003354 !important;
}
body .wrapper .sitemap_outer ul li a {
  text-transform: capitalize;
}
body .wrapper .sitemap_outer ul li a:hover {
  color: #003354 !important;
}
body .wrapper .service-highlights {
  padding: 106px 0 121px;
}
@media (max-width: 767px) {
  body .wrapper .service-highlights {
    padding: 41px 1px 47px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .service-highlights {
    padding: 50px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .service-highlights {
    padding: 71px 0 93px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .service-highlights {
    padding: 79px 0 93px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .service-highlights {
    padding: 80px 0 90px;
  }
}
@media (min-width: 1367px) {
  body .wrapper .service-highlights .container {
    max-width: 1273px;
  }
}
body .wrapper .service-highlights .st-pro-wrapper .st-pro-testimonial {
  margin: 0 0 35px;
  padding-left: 50px;
  position: relative;
}
body .wrapper .service-highlights .st-pro-wrapper .st-pro-testimonial::before {
  position: absolute;
  left: 0;
  width: 37px;
  height: 30px;
  top: 4px;
  content: "";
  background-image: url("/packages/prime/themes/prime/images/quote-icon-sm.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
body .wrapper .service-highlights .st-pro-wrapper .st-pro-testimonial p {
  margin-bottom: 16px;
}
body .wrapper .service-highlights .st-pro-wrapper .st-pro-testimonial:last-child {
  margin-bottom: 0;
}
body .wrapper .service-highlights .st-pro-wrapper .st-pro-testimonial .st-pro-author {
  margin: 0;
  font-style: normal;
  font-weight: bold;
}
body .wrapper .service-highlights h2 {
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  body .wrapper .service-highlights h2 {
    margin-bottom: 15px;
  }
}
body .wrapper .service-highlights p {
  margin: 0 0 26px;
}
body .wrapper .service-highlights .service-header {
  max-width: 1243px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .service-highlights .service-header {
    padding: 0 34px;
  }
}
body .wrapper .service-highlights .service-header h2 {
  margin-bottom: 27px;
}
@media (max-width: 767px) {
  body .wrapper .service-highlights .service-header h2 {
    margin-bottom: 15px;
  }
}
body .wrapper .service-highlights .service-wrap {
  padding: 55px 0px 0;
  margin: 0 -30px;
  text-align: center;
}
@media (max-width: 767px) {
  body .wrapper .service-highlights .service-wrap {
    padding: 6px 15px 0;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .service-highlights .service-wrap {
    padding: 21px 0 0;
    margin: 0 -8px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .service-highlights .service-wrap {
    padding: 21px 0 0;
    margin: 0 -8px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .service-highlights .service-wrap {
    padding: 40px 0 0;
    margin: 0 10px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .service-highlights .service-wrap {
    padding: 40px 0 0;
    margin: 0 -10px;
  }
}
body .wrapper .service-highlights .service-wrap .highlight-slider .slick-track {
  display: flex;
}
body .wrapper .service-highlights .service-wrap .highlight-slider .slick-track::before,
body .wrapper .service-highlights .service-wrap .highlight-slider .slick-track::after {
  display: none;
}
body .wrapper .service-highlights .service-wrap .highlight-slider .slick-track .highlight-item {
  height: auto;
}
body .wrapper .service-highlights .service-wrap .row {
  margin: 0 -39px;
}
@media (max-width: 767px) {
  body .wrapper .service-highlights .service-wrap .row {
    margin: 0 -15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .service-highlights .service-wrap .row {
    margin: 0 -11px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .service-highlights .service-wrap .row {
    margin: 0 -11px;
  }
}
body .wrapper .service-highlights .service-wrap .row .highlight-item {
  padding: 0 39px;
}
@media (max-width: 767px) {
  body .wrapper .service-highlights .service-wrap .row .highlight-item {
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .service-highlights .service-wrap .row .highlight-item {
    padding: 0 11px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .service-highlights .service-wrap .row .highlight-item {
    padding: 0 11px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .service-highlights .service-wrap .row .highlight-item {
    padding: 0 20px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .service-highlights .service-wrap .row .highlight-item {
    padding: 0 20px;
  }
}
body .wrapper .service-highlights .service-wrap .highlight-item .highlight-outer {
  padding: 46px 35px 39px;
  height: 100%;
  background: #F2F2F2;
  border-radius: 5px;
}
@media (max-width: 767px) {
  body .wrapper .service-highlights .service-wrap .highlight-item .highlight-outer {
    padding: 43px 35px 41px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .service-highlights .service-wrap .highlight-item .highlight-outer {
    padding: 30px 15px 23px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .service-highlights .service-wrap .highlight-item .highlight-outer {
    padding: 36px 30px 23px;
  }
}
body .wrapper .service-highlights .service-wrap .highlight-item .highlight-outer:hover .icon-outer img {
  transform: translateY(-6px);
}
body .wrapper .service-highlights .service-wrap .highlight-item .highlight-outer:hover .learn-more {
  margin-left: 5px;
}
body .wrapper .service-highlights .service-wrap .highlight-item .highlight-outer:hover .learn-more i {
  margin-left: 10px;
}
body .wrapper .service-highlights .service-wrap .highlight-item .highlight-outer p {
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  body .wrapper .service-highlights .service-wrap .highlight-item .highlight-outer p {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .service-highlights .service-wrap .highlight-item .highlight-outer p {
    font-size: 14px;
  }
}
body .wrapper .service-highlights .service-wrap .highlight-item .highlight-outer .icon-outer {
  position: relative;
  height: 60px;
  margin-bottom: 44px;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  body .wrapper .service-highlights .service-wrap .highlight-item .highlight-outer .icon-outer {
    margin-bottom: 21px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .service-highlights .service-wrap .highlight-item .highlight-outer .icon-outer {
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .service-highlights .service-wrap .highlight-item .highlight-outer .icon-outer {
    margin-bottom: 40px;
  }
}
body .wrapper .service-highlights .service-wrap .highlight-item .highlight-outer .icon-outer img {
  transition: all 0.3s;
}
@media (max-width: 767px) {
  body .wrapper .service-highlights .service-wrap .highlight-item .highlight-outer .icon-outer img {
    max-height: 60px;
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .service-highlights .service-wrap .highlight-item .highlight-outer .icon-outer img {
    max-height: 60px;
  }
}
body .wrapper .service-highlights .service-wrap .highlight-item .highlight-outer .icon-outer .normal-img {
  opacity: 1;
  visibility: visible;
}
body .wrapper .service-highlights .service-wrap .highlight-item .highlight-outer .icon-outer .hover-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
body .wrapper .service-highlights .service-wrap .highlight-item .highlight-outer h3 {
  font-weight: bold;
  margin-bottom: 21px;
}
@media (max-width: 767px) {
  body .wrapper .service-highlights .service-wrap .highlight-item .highlight-outer h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 13px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .service-highlights .service-wrap .highlight-item .highlight-outer h3 {
    margin-bottom: 19px;
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .service-highlights .service-wrap .highlight-item .highlight-outer h3 {
    line-height: 30px;
    margin-bottom: 19px;
  }
}
body .wrapper .service-highlights .service-wrap .highlight-item .highlight-outer .learn-more {
  margin-top: 11px;
  display: inline-block;
}
body .wrapper .image-highlights img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
body .wrapper .image-highlights .col-left {
  -ms-flex: 0 0 40.0525%;
  flex: 0 0 40.0525%;
  max-width: 40.0525%;
}
@media (max-width: 767px) {
  body .wrapper .image-highlights .col-left {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
body .wrapper .image-highlights .col-right {
  -ms-flex: 0 0 59.9475%;
  flex: 0 0 59.9475%;
  max-width: 59.9475%;
}
@media (max-width: 767px) {
  body .wrapper .image-highlights .col-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .image-highlights .col-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .image-highlights .col-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
body .wrapper .image-highlights .col-right > .row {
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .image-highlights .col-right .col-12 {
    height: 482px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .image-highlights .col-right .col-12 {
    height: 435px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .image-highlights .col-right .col-12 img {
    height: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .image-highlights .col-right .col-12 img {
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .image-highlights .col-right .col-left {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .image-highlights .col-right .col-left {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
body .wrapper .image-highlights .col-right img {
  object-fit: cover;
  width: 100%;
}
@media (max-width: 767px) {
  body .wrapper .image-highlights .col-right img {
    min-height: 353px;
  }
}
body .wrapper .image-highlights .col-right .col-cont-right {
  background: #003354;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
body .wrapper .image-highlights .col-right .col-cont-right .cont-wrap {
  max-width: 365px;
}
@media (max-width: 767px) {
  body .wrapper .image-highlights .col-right .col-cont-right .cont-wrap {
    padding: 94px 41px 87px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .image-highlights .col-right .col-cont-right .cont-wrap {
    padding: 20px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .image-highlights .col-right .col-cont-right .cont-wrap {
    padding: 20px 0;
  }
}
body .wrapper .image-highlights .col-right .col-cont-right .cont-wrap a,
body .wrapper .image-highlights .col-right .col-cont-right .cont-wrap h2,
body .wrapper .image-highlights .col-right .col-cont-right .cont-wrap p {
  color: #fff;
}
@media (max-width: 767px) {
  body .wrapper .image-highlights .col-right .col-cont-right .cont-wrap h2 {
    margin-bottom: 16px;
  }
}
body .wrapper .image-highlights .col-right .col-cont-right .cont-wrap p {
  margin: 28px 0;
}
@media (max-width: 767px) {
  body .wrapper .image-highlights .col-right .col-cont-right .cont-wrap p {
    margin: 16px 0 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .image-highlights .col-right .col-cont-right .cont-wrap p {
    margin: 20px 0;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .image-highlights .col-right .col-cont-right .cont-wrap p {
    margin: 20px 0;
  }
}
body .wrapper .image-highlights .col-right .col-cont-right .cont-wrap a {
  color: #f06022 !important;
}
body .wrapper .image-highlights .col-right .col-cont-right .cont-wrap a:hover {
  color: #f06022 !important;
}
body .wrapper .cta-block {
  background: #91bed4;
  padding: 86.5px 0 ;
}
@media (max-width: 767px) {
  body .wrapper .cta-block {
    padding: 57px 0 61px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .cta-block {
    padding: 40px 0;
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .cta-block {
    padding: 70px 0;
    text-align: center;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .cta-block {
    padding: 65px 0;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .cta-block {
    padding: 70px 0;
  }
}
@media (min-width: 1681px) {
  body .wrapper .cta-block .container {
    max-width: 1498px;
  }
}
body .wrapper .cta-block .row {
  align-items: center;
}
body .wrapper .cta-block .row .col-md {
  padding-left: 15px;
}
@media (max-width: 767px) {
  body .wrapper .cta-block .row .col-md {
    padding-left: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .cta-block .row .col-md {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .cta-block .row .col-md {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .cta-block .row .col-md {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .cta-block .row .col-md {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body .wrapper .cta-block .row .col-md-auto {
  padding-right: 15px;
  padding-left: 26px;
}
@media (max-width: 767px) {
  body .wrapper .cta-block .row .col-md-auto {
    padding-top: 35px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .cta-block .row .col-md-auto {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .cta-block .row .col-md-auto {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 35px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .cta-block .row .col-md-auto {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .cta-block .row .col-md-auto {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body .wrapper .cta-block .row .col-md-auto .btn {
  padding: 14px 21.5px;
}
body .wrapper .cta-block h2 {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: bold;
}
body .wrapper .testimonial-block {
  padding: 163px 0 157px;
  background: #fff;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  body .wrapper .testimonial-block {
    padding: 60px 0 64px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .testimonial-block {
    padding: 65px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .testimonial-block {
    padding: 101px 0 102px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .testimonial-block {
    padding: 103px 0 105px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .testimonial-block {
    padding: 103px 0 105px;
  }
}
@media (min-width: 1200px) {
  body .wrapper .testimonial-block .container {
    max-width: 1120px;
  }
}
body .wrapper .testimonial-block h2 {
  margin-bottom: 44px;
}
@media (max-width: 767px) {
  body .wrapper .testimonial-block h2 {
    margin-bottom: 26px;
  }
}
body .wrapper .testimonial-block ul.st-pro-ticker {
  padding: 0;
  margin-bottom: 57px;
}
@media (max-width: 767px) {
  body .wrapper .testimonial-block ul.st-pro-ticker {
    margin-bottom: 29px;
  }
}
body .wrapper .testimonial-block ul.st-pro-ticker .st-pro-content p {
  min-height: 64px;
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .testimonial-block ul.st-pro-ticker .st-pro-content p {
    min-height: 96px;
  }
}
body .wrapper .testimonial-block ul.st-pro-ticker li {
  padding: 0;
}
@media (max-width: 767px) {
  body .wrapper .testimonial-block ul.st-pro-ticker li {
    height: 166px;
  }
}
body .wrapper .testimonial-block ul.st-pro-ticker li::before {
  display: none !important;
}
body .wrapper .testimonial-block ul.st-pro-ticker li p {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 14px;
  font-style: italic;
}
@media (max-width: 767px) {
  body .wrapper .testimonial-block ul.st-pro-ticker li p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 16px;
  }
}
body .wrapper .testimonial-block ul.st-pro-ticker li .st-pro-author {
  font-size: 20px;
  line-height: 32px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 767px) {
  body .wrapper .testimonial-block ul.st-pro-ticker li .st-pro-author {
    font-size: 16px;
    line-height: 30px;
  }
}
body .wrapper .testimonial-block > * {
  position: relative;
  z-index: 2;
}
body .wrapper .testimonial-block::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url("/packages/prime/themes/prime/images/testimonial-background.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
body .wrapper .testimonial-block h3 {
  font-weight: 500;
}
body .wrapper .social-block {
  background: #F2F2F2;
  padding: 106px 0 97px;
  position: relative;
}
@media (max-width: 767px) {
  body .wrapper .social-block {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .social-block {
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .social-block {
    padding: 0 0 29px;
  }
}
body .wrapper .social-block::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  transform: translate(-50%, 0);
  z-index: 1;
  width: 1px;
  background: #fff;
}
@media (max-width: 767px) {
  body .wrapper .social-block::before {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .social-block::before {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .social-block::before {
    display: none;
  }
}
body .wrapper .social-block .col-social {
  padding-right: 15px;
}
@media (max-width: 767px) {
  body .wrapper .social-block .col-social {
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .social-block .col-social {
    border-bottom: 1px solid #fff;
    padding: 60px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .social-block .col-social {
    border-bottom: 1px solid #fff;
    padding: 93px 0 74px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
body .wrapper .social-block .col-social .cont-wrap {
  max-width: 610px;
}
@media (max-width: 767px) {
  body .wrapper .social-block .col-social .cont-wrap {
    max-width: 330px;
    padding: 57px 0 49px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .social-block .col-social .cont-wrap {
    padding: 0 30px;
  }
}
body .wrapper .social-block .col-social .cont-wrap h2 {
  margin-bottom: 46px;
}
@media (max-width: 767px) {
  body .wrapper .social-block .col-social .cont-wrap h2 {
    margin-bottom: 35px;
  }
}
body .wrapper .social-block .col-social .cont-wrap h4 {
  font-weight: bold;
}
@media (max-width: 767px) {
  body .wrapper .social-block .col-social .cont-wrap h4 {
    margin: 0 0 12px;
  }
}
body .wrapper .social-block .col-social .cont-wrap h4 a {
  color: #003354;
}
body .wrapper .social-block .col-social .cont-wrap h4 a:hover {
  color: #f06022 !important;
}
body .wrapper .social-block .col-social .cont-wrap p {
  margin-bottom: 11px;
}
body .wrapper .social-block .col-social .cont-wrap .news-outer {
  padding-left: 226px;
  position: relative;
}
@media (max-width: 767px) {
  body .wrapper .social-block .col-social .cont-wrap .news-outer {
    text-align: center;
    padding: 186px 0 0;
  }
}
body .wrapper .social-block .col-social .cont-wrap .news-outer .learn-more {
  margin: 0 !important;
}
body .wrapper .social-block .col-social .cont-wrap .news-outer .news-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 190px;
}
@media (max-width: 767px) {
  body .wrapper .social-block .col-social .cont-wrap .news-outer .news-img {
    left: 50%;
    transform: translateX(-50%);
  }
}
body .wrapper .social-block .col-social .cont-wrap .news-outer .news-img a {
  display: block;
  overflow: hidden;
}
body .wrapper .social-block .col-social .cont-wrap .news-outer .news-img a:hover img {
  transform: translateZ(0) scale(1.1);
}
body .wrapper .social-block .col-social .cont-wrap .news-outer .news-img img {
  width: 190px;
  height: 156px;
  object-fit: cover;
  transition: all .3s;
  transform: translateZ(0) scale(1);
}
body .wrapper .social-block .col-social .cont-wrap .news-outer .news-cont {
  text-align: left;
  padding-top: 1px;
}
@media (max-width: 767px) {
  body .wrapper .social-block .col-social .cont-wrap .news-outer .news-cont {
    text-align: center;
  }
}
body .wrapper .social-block .col-signup {
  padding-left: 15px;
}
@media (max-width: 767px) {
  body .wrapper .social-block .col-signup {
    padding-left: 0;
    position: relative;
  }
  body .wrapper .social-block .col-signup::before {
    content: "";
    position: absolute;
    left: -15px;
    right: -15px;
    top: 0;
    height: 1px;
    background: #fff;
    z-index: 1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .social-block .col-signup {
    padding: 60px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .social-block .col-signup {
    padding: 85px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
body .wrapper .social-block .cont-wrap {
  text-align: center;
  max-width: 390px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  body .wrapper .social-block .cont-wrap {
    max-width: 330px;
    padding: 49px 4px 67px;
  }
}
body .wrapper .social-block .cont-wrap h2 {
  margin-bottom: 49px;
}
@media (max-width: 767px) {
  body .wrapper .social-block .cont-wrap h2 {
    margin-bottom: 35px;
  }
}
body .wrapper .social-block .cont-wrap p {
  margin-bottom: 47px;
}
@media (max-width: 767px) {
  body .wrapper .social-block .cont-wrap p {
    margin-bottom: 37px;
  }
}
body .wrapper .social-block .cont-wrap ul {
  margin: 0;
  padding: 0;
}
body .wrapper .social-block .cont-wrap ul li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 17px;
}
body .wrapper .social-block .cont-wrap ul li::before {
  display: none;
}
body .wrapper .social-block .cont-wrap ul li a {
  font-size: 40px;
}
body .wrapper .inside-banner {
  position: relative;
}
body .wrapper .inside-banner::before {
  content: "";
  opacity: 0.7;
  background: #003354;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
body .wrapper .inside-banner::after {
  content: "";
  opacity: 0.3;
  background: #003354;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  mix-blend-mode: color;
}
body .wrapper .inside-banner img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  body .wrapper .inside-banner img {
    min-height: 280px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .inside-banner img {
    min-height: 280px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .inside-banner img {
    min-height: 330px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .inside-banner img {
    min-height: 330px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .inside-banner img {
    min-height: 330px;
  }
}
body .wrapper .inside-banner .banner-cont {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  padding-top: 8px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
}
body .wrapper .inside-banner .banner-cont .inside-page-title,
body .wrapper .inside-banner .banner-cont h1 {
  text-transform: uppercase;
  font-weight: normal;
  margin: 0 0 12px;
  font-weight: bold;
}
@media (min-width: 1681px) {
  body .wrapper .inside-banner .banner-cont .inside-page-title,
  body .wrapper .inside-banner .banner-cont h1 {
    font-size: 55px;
    line-height: 75px;
  }
}
@media (max-width: 767px) {
  body .wrapper .inside-banner .banner-cont .inside-page-title,
  body .wrapper .inside-banner .banner-cont h1 {
    font-size: 34px;
    line-height: 42px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .inside-banner .banner-cont .inside-page-title,
  body .wrapper .inside-banner .banner-cont h1 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .inside-banner .banner-cont .inside-page-title,
  body .wrapper .inside-banner .banner-cont h1 {
    font-size: 45px;
    line-height: 65px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .inside-banner .banner-cont .inside-page-title,
  body .wrapper .inside-banner .banner-cont h1 {
    font-size: 45px;
    line-height: 65px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .inside-banner .banner-cont .inside-page-title,
  body .wrapper .inside-banner .banner-cont h1 {
    font-size: 50px;
    line-height: 70px;
  }
}
body .wrapper .inside-banner .banner-cont .inside-page-title,
body .wrapper .inside-banner .banner-cont a,
body .wrapper .inside-banner .banner-cont h1,
body .wrapper .inside-banner .banner-cont h2 {
  color: #fff;
}
body .wrapper .inside-banner .banner-cont .breadcrumb_outer .breadcrumb {
  background: none;
  justify-content: center;
  padding: 0;
  margin: 0;
}
body .wrapper .inside-banner .banner-cont .breadcrumb_outer .breadcrumb li {
  font-size: 16px;
  line-height: 21px;
}
body .wrapper .inside-banner .banner-cont .breadcrumb_outer .breadcrumb li a {
  color: #fff;
  text-decoration: none;
}
body .wrapper .inside-banner .banner-cont .breadcrumb_outer .breadcrumb li a:hover {
  color: #f06022 !important;
  text-decoration: underline;
}
body .wrapper .inside-banner .banner-cont .breadcrumb_outer .breadcrumb li.active {
  color: #fff;
  text-decoration: underline;
}
body .wrapper .inside-banner .banner-cont .breadcrumb_outer .breadcrumb li.active a {
  text-decoration: underline;
}
body .wrapper .inside-banner .banner-cont .breadcrumb_outer .breadcrumb li + li {
  padding-left: 20px;
  position: relative;
}
body .wrapper .inside-banner .banner-cont .breadcrumb_outer .breadcrumb li + li::before {
  content: "";
  width: 1px;
  height: 14px;
  position: absolute;
  left: 10px;
  top: 4px;
  background: #fff;
}
body .wrapper.ccm-page-id-227 .service-highlights img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  body .wrapper.ccm-page-id-227 .service-highlights img {
    margin: 0 auto 20px 0;
  }
}
@media (min-width: 1367px) {
  body .wrapper.ccm-page-id-227 .service-highlights .col-sm-9 {
    padding-top: 25px;
  }
}
body .wrapper.ccm-page-id-227 .service-highlights .container + .container {
  padding-top: 30px;
}
@media (max-width: 767px) {
  body .wrapper.ccm-page-id-227 .service-highlights .container + .container {
    padding-top: 20px;
  }
}
body .wrapper .inside-content {
  padding: 103px 0 99px;
}
@media (max-width: 767px) {
  body .wrapper .inside-content {
    padding: 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .inside-content {
    padding: 60px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .inside-content {
    padding: 60px 0;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .inside-content {
    padding: 80px 0;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .inside-content {
    padding: 90px 0;
  }
}
body .wrapper .inside-content .site-credits img {
  margin: 0 auto;
}
@media (min-width: 1367px) {
  body .wrapper .inside-content .site-credits .col-sm-9 {
    padding-top: 25px;
  }
}
body .wrapper .inside-content .site-credits .container + .container {
  padding-top: 30px;
}
@media (max-width: 767px) {
  body .wrapper .inside-content .site-credits .container + .container {
    padding-top: 20px;
  }
}
body .wrapper .inside-content .st-pro-wrapper .st-pro-testimonial {
  margin: 0 0 35px;
  padding-left: 45px;
  background-position: top 6px left;
  background-size: 29px 25px;
  background-repeat: no-repeat;
  background-image: url("/packages/prime/themes/prime/images/testi-icon.png");
}
body .wrapper .inside-content .st-pro-wrapper .st-pro-testimonial:last-child {
  margin: 0;
}
body .wrapper .inside-content .st-pro-wrapper .st-pro-testimonial p {
  margin-bottom: 20px;
}
body .wrapper .inside-content .st-pro-wrapper .st-pro-testimonial .st-pro-author {
  font-weight: bold;
}
body .wrapper .inside-content img {
  display: block;
  margin: 0 0 0 auto;
}
@media (max-width: 767px) {
  body .wrapper .inside-content img {
    margin: 0 auto 20px;
  }
}
body .wrapper .inside-content .col-sm-7 {
  padding-right: 30px;
}
@media (max-width: 767px) {
  body .wrapper .inside-content .col-sm-7 {
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .inside-content .col-sm-7 {
    padding-right: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .inside-content .col-sm-7 {
    padding-right: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .inside-content .col-sm-7 {
    padding-right: 15px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .inside-content .col-sm-7 {
    padding-right: 15px;
  }
}
body .wrapper .inside-content h1 {
  font-size: 35px;
  line-height: 42px;
}
@media (max-width: 767px) {
  body .wrapper .inside-content h1 {
    font-size: 26px;
    line-height: 32px;
  }
}
body .wrapper .inside-content h1,
body .wrapper .inside-content h2 {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  body .wrapper .inside-content h1,
  body .wrapper .inside-content h2 {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .inside-content h1,
  body .wrapper .inside-content h2 {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .inside-content h1,
  body .wrapper .inside-content h2 {
    margin-bottom: 20px;
  }
}
body .wrapper .inside-content p {
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  body .wrapper .inside-content p {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .inside-content p {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .inside-content p {
    margin-bottom: 20px;
  }
}
body .wrapper .inside-content ul {
  padding: 0 0 0 14px;
}
@media (max-width: 767px) {
  body .wrapper .inside-content ul {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  body .wrapper .inside-content ul ul + * {
    margin-top: 20px;
  }
}
body .wrapper .inside-content ul li {
  padding: 0 0 0 13px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  body .wrapper .inside-content ul li {
    margin-bottom: 5px;
  }
}
body .wrapper .inside-content .col-cont {
  padding-right: 30px;
}
@media (max-width: 767px) {
  body .wrapper .inside-content .col-cont {
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .inside-content .col-cont {
    padding-right: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .inside-content .col-cont {
    padding-right: 15px;
  }
}
body .wrapper .inside-content .col-img {
  text-align: right;
}
body .wrapper .inside-content h3 {
  margin: 13px 0 24px;
  font-weight: bold;
}
@media (max-width: 767px) {
  body .wrapper .inside-content h3 {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .inside-content h3 {
    margin-top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .inside-content h3 {
    margin-top: 0;
  }
}
body .wrapper .inside-content .cont-wrap ul {
  display: inline-block;
  max-width: 32%;
  margin-right: 31px;
  vertical-align: top;
}
@media (max-width: 767px) {
  body .wrapper .inside-content .cont-wrap ul {
    display: block;
    max-width: 100%;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .inside-content .cont-wrap ul {
    display: block;
    max-width: 100%;
    margin: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .inside-content .cont-wrap ul {
    display: block;
    max-width: 100%;
    margin: 0;
  }
}
body .wrapper .inside-content .cont-wrap ul li {
  padding: 0 0 0 12px;
  margin-bottom: 12px;
}
body .wrapper .left-sidebar {
  padding: 107px 0 87px;
}
@media (max-width: 767px) {
  body .wrapper .left-sidebar {
    padding: 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .left-sidebar {
    padding: 50px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .left-sidebar {
    padding: 50px 0;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .left-sidebar {
    padding: 80px 0;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .left-sidebar {
    padding: 100px 0;
  }
}
body .wrapper .left-sidebar .faq.accordion-container {
  padding-top: 33px;
}
@media (max-width: 767px) {
  body .wrapper .left-sidebar .faq.accordion-container {
    padding-top: 15px;
  }
}
body .wrapper .left-sidebar .faq.accordion-container .accordion-item {
  margin-bottom: 17px;
}
body .wrapper .left-sidebar .faq.accordion-container .accordion-item:nth-child(1).open {
  margin-bottom: 6px;
}
body .wrapper .left-sidebar .faq.accordion-container .accordion-item.open .accordion-header .accordion-header-inner .accordion-icon {
  border-color: #003354 transparent transparent transparent;
  transform: rotate(-180deg) translateZ(0);
}
body .wrapper .left-sidebar .faq.accordion-container .accordion-item.open .accordion-header .accordion-header-inner .accordion-title h2 {
  color: #003354;
}
body .wrapper .left-sidebar .faq.accordion-container .accordion-item .accordion-header button {
  display: none !important;
}
body .wrapper .left-sidebar .faq.accordion-container .accordion-item .accordion-header .accordion-header-inner {
  padding: 14px 55px 17px 24px;
  background: #EBF4F8;
  position: relative;
}
body .wrapper .left-sidebar .faq.accordion-container .accordion-item .accordion-header .accordion-header-inner .accordion-icon {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 9px 0 9px;
  border-color: #777777 transparent transparent transparent;
  position: absolute;
  right: 28px;
  top: 50%;
  transform: rotate(0deg) translateZ(0);
  transition: all 0.3s;
  margin-top: -6px;
}
body .wrapper .left-sidebar .faq.accordion-container .accordion-item .accordion-header .accordion-header-inner .accordion-icon::before {
  display: none !important;
}
body .wrapper .left-sidebar .faq.accordion-container .accordion-item .accordion-header .accordion-header-inner .accordion-title {
  width: 100%;
}
body .wrapper .left-sidebar .faq.accordion-container .accordion-item .accordion-header .accordion-header-inner .accordion-title h2 {
  font-size: 18px;
  line-height: 24px;
  color: #777777;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
body .wrapper .left-sidebar .faq.accordion-container .accordion-item .accordion-outer-content .accordion-content {
  padding: 15px 25px 0px;
}
body .wrapper .left-sidebar .faq.accordion-container .accordion-item .accordion-outer-content .accordion-content ul li {
  margin-bottom: 15px;
}
body .wrapper .left-sidebar .faq.accordion-container .accordion-item .accordion-outer-content .accordion-content ul li::before {
  display: none !important;
}
body .wrapper .left-sidebar .col-left {
  padding-right: 28px;
}
@media (max-width: 767px) {
  body .wrapper .left-sidebar .col-left {
    padding-right: 15px;
    order: 2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .left-sidebar .col-left {
    padding-right: 15px;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .left-sidebar .col-left {
    padding-right: 15px;
  }
}
body .wrapper .left-sidebar .col-left ul.side-nav {
  padding: 0;
  display: block;
  margin: 11px 0 44px;
}
@media (max-width: 767px) {
  body .wrapper .left-sidebar .col-left ul.side-nav {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .left-sidebar .col-left ul.side-nav {
    margin-bottom: 40px;
  }
}
body .wrapper .left-sidebar .col-left ul.side-nav li {
  display: block;
  font-size: 20px;
  line-height: 30px;
  border-top: 1px solid rgba(119, 119, 119, 0.5);
  padding: 15px 0;
}
body .wrapper .left-sidebar .col-left ul.side-nav li:last-child {
  border-bottom: 1px solid rgba(119, 119, 119, 0.5);
}
body .wrapper .left-sidebar .col-left ul.side-nav li::before {
  display: none;
}
body .wrapper .left-sidebar .col-left ul.side-nav li.nav-selected > a,
body .wrapper .left-sidebar .col-left ul.side-nav li.nav-path-selected > a {
  color: #f06022 !important;
}
body .wrapper .left-sidebar .col-left ul.side-nav li a {
  font-size: 20px;
  line-height: 30px;
  display: block;
  color: #003354;
}
@media (max-width: 767px) {
  body .wrapper .left-sidebar .col-left ul.side-nav li a {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .left-sidebar .col-left ul.side-nav li a {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .left-sidebar .col-left ul.side-nav li a {
    font-size: 18px;
    line-height: 28px;
  }
}
body .wrapper .left-sidebar .col-left ul.side-nav li a:hover {
  color: #f06022 !important;
}
body .wrapper .left-sidebar .col-left .image-highlight {
  text-align: center;
  border-radius: 3px;
  margin-bottom: 40px;
  padding: 44px 15px 42px;
  overflow: hidden;
  position: relative;
  height: 282px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/packages/prime/themes/prime/images/testi-bg.jpg");
}
@media (max-width: 767px) {
  body .wrapper .left-sidebar .col-left .image-highlight {
    margin-bottom: 30px;
    padding: 40px 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .left-sidebar .col-left .image-highlight {
    margin-bottom: 40px;
    padding: 30px 15px;
    height: 260px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .left-sidebar .col-left .image-highlight {
    padding: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .left-sidebar .col-left .image-highlight {
    padding: 30px 25px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .left-sidebar .col-left .image-highlight {
    padding-top: 32px;
  }
}
body .wrapper .left-sidebar .col-left .image-highlight:hover::before {
  opacity: 0.9;
}
body .wrapper .left-sidebar .col-left .image-highlight:hover a {
  text-decoration: underline;
  text-underline-position: under;
}
body .wrapper .left-sidebar .col-left .image-highlight::before {
  background: #003354;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.7;
  transition: all 0.3s;
  backdrop-filter: blur(2px);
}
body .wrapper .left-sidebar .col-left .image-highlight h3 {
  font-size: 30px;
  line-height: 32px;
  font-weight: bold;
  padding: 84px 0 0;
  position: relative;
  margin-bottom: 24px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: 2;
  color: #fff;
  background-image: url("/packages/prime/themes/prime/images/quote-icon.png");
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .left-sidebar .col-left .image-highlight h3 {
    font-size: 22px;
    line-height: 28px;
    padding: 62px 0 0;
    background-size: 54px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .left-sidebar .col-left .image-highlight h3 {
    font-size: 23px;
    line-height: 28px;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .left-sidebar .col-left .image-highlight h3 {
    font-size: 26px;
    line-height: 30px;
  }
}
body .wrapper .left-sidebar .col-left .image-highlight a {
  color: #fff;
  position: relative;
  z-index: 2;
}
body .wrapper .left-sidebar .col-left .image-highlight a:hover {
  color: #fff !important;
  text-decoration: underline;
  text-underline-position: under;
}
body .wrapper .left-sidebar .col-left .btn-wrap .btn {
  font-size: 20px;
  min-width: auto;
  width: 100%;
  padding: 23px 24px;
  font-family: 'Avenir';
  font-weight: 900;
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .left-sidebar .col-left .btn-wrap .btn {
    font-size: 16px;
    padding: 15px 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .left-sidebar .col-left .btn-wrap .btn {
    font-size: 16px;
    padding: 15px 14px;
  }
}
body .wrapper .left-sidebar .col-right {
  padding-left: 89px;
}
@media (max-width: 767px) {
  body .wrapper .left-sidebar .col-right {
    padding-left: 15px;
    order: 1;
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .left-sidebar .col-right {
    padding-left: 15px;
    max-width: 68%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .left-sidebar .col-right {
    padding-left: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .left-sidebar .col-right {
    padding-left: 30px;
  }
}
body .wrapper .left-sidebar .col-right h3 {
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  body .wrapper .left-sidebar .col-right h3 {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .left-sidebar .col-right h3 {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .left-sidebar .col-right h3 {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  body .wrapper .left-sidebar .col-right .col-sm-7 {
    padding-top: 12px;
    -ms-flex: 0 0 61.333333%;
    flex: 0 0 61.333333%;
    max-width: 61.333333%;
  }
}
@media (min-width: 768px) {
  body .wrapper .left-sidebar .col-right .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 38.666667%;
    padding-top: 9px;
    text-align: right;
  }
}
body .wrapper .left-sidebar .col-right p {
  margin: 0 0 25px;
}
body .wrapper .left-sidebar .col-right h1 {
  font-size: 35px;
  line-height: 42px;
}
@media (max-width: 767px) {
  body .wrapper .left-sidebar .col-right h1 {
    font-size: 26px;
    line-height: 32px;
  }
}
body .wrapper .left-sidebar .col-right h1,
body .wrapper .left-sidebar .col-right h2 {
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  body .wrapper .left-sidebar .col-right h1,
  body .wrapper .left-sidebar .col-right h2 {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .left-sidebar .col-right h1,
  body .wrapper .left-sidebar .col-right h2 {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .left-sidebar .col-right h1,
  body .wrapper .left-sidebar .col-right h2 {
    margin-bottom: 20px;
  }
}
body .wrapper .left-sidebar .col-right p + h3 {
  margin-top: 37px;
  margin-bottom: 26px;
}
body .wrapper .left-sidebar .col-right p + ul {
  margin-top: -3px;
}
body .wrapper .left-sidebar .col-right ul {
  padding: 0 0 0 14px;
}
body .wrapper .left-sidebar .col-right ul li {
  padding: 0 0 0 12px;
  margin-bottom: 12px;
}
body .wrapper .left-sidebar .col-right ul li p {
  margin: 0;
}
@media (max-width: 767px) {
  body .wrapper [class*="col-sm"] {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
body .wrapper .container .container {
  padding: 0;
}
body .wrapper .sitemap_outer ul {
  margin-bottom: 12px;
}
body .wrapper .sitemap_outer ul ul {
  padding-top: 12px;
}
body .wrapper .sitemap_outer ul li.nav-path-selected::before,
body .wrapper .sitemap_outer ul li.nav-selected::before {
  background: #003354;
}
body .wrapper .sitemap_outer ul li a {
  text-transform: uppercase;
}
body .wrapper .ccm-search-results-pagination ul li::before {
  display: none !important;
}
body .wrapper .ccm-search-results-pagination ul li.active a,
body .wrapper .ccm-search-results-pagination ul li.currentPage a {
  color: #0075c9 !important;
}
body .wrapper header {
  box-shadow: 0 3px 6px #00000029;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background: #fff;
}
@media (max-width: 767px) {
  body .wrapper header {
    position: relative;
  }
}
body .wrapper header .flyout-form {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9;
  background: #F2F2F2;
  transition: all .3s;
  transform: translateX(100%);
  max-width: 483px;
  width: 100%;
  padding: 91px 60px 60px 57px;
  height: auto;
  max-height: 100vh;
  overflow: hidden auto;
}
body .wrapper header .flyout-form img.ccm-captcha-image {
  display: block;
  margin: 0px auto 30px auto;
}
body .wrapper header .flyout-form h2 {
  color: #003354;
  letter-spacing: 0;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 14px;
  text-align: left;
}
body .wrapper header .flyout-form input,
body .wrapper header .flyout-form .form-control,
body .wrapper header .flyout-form textarea,
body .wrapper header .flyout-form select {
  background: #F2F2F2 !important;
}
body .wrapper header .flyout-form input[type="submit"] {
  background: #f06022 !important;
}
body .wrapper header .flyout-form input[type="submit"]:hover {
  background: #de5800 !important;
}
body .wrapper header .flyout-form .form-actions {
  text-align: right;
}
body .wrapper header .flyout-form .form-actions .btn {
  min-width: 132px;
  padding: 13px 23.5px;
}
body .wrapper header .flyout-form.open {
  transform: translateX(0);
}
body .wrapper header .flyout-form .form-close {
  width: 26px;
  height: 26px;
  position: absolute;
  right: 42px;
  top: 39px;
  z-index: 9;
  font-size: 0;
  color: transparent;
  cursor: pointer;
}
body .wrapper header .flyout-form .form-close::after,
body .wrapper header .flyout-form .form-close::before {
  width: 36px;
  height: 2px;
  background: #003354;
  content: "";
  position: absolute;
  left: -5px;
  transition: all 0.3s;
}
body .wrapper header .flyout-form .form-close::after {
  top: 12px;
  transform: rotate(45deg);
}
body .wrapper header .flyout-form .form-close::before {
  top: 12px;
  transform: rotate(-45deg);
}
body .wrapper header ul li {
  padding-left: 0;
}
body .wrapper header ul li::before {
  display: none !important;
}
body .wrapper header .top-bar {
  background: #003354;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 11px 25px 10px 6px;
}
@media (max-width: 767px) {
  body .wrapper header .top-bar {
    justify-content: space-between;
    padding: 11px 21px 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper header .top-bar {
    padding: 10px 41px 9px 6px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper header .top-bar {
    padding: 10px 41px 9px 6px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper header .top-bar {
    padding: 11px 25px 10px 6px;
  }
}
body .wrapper header .top-bar ul {
  display: block;
  margin: 0;
  line-height: 20px;
}
@media (max-width: 767px) {
  body .wrapper header .top-bar ul.nav {
    display: none;
  }
}
body .wrapper header .top-bar ul li {
  display: inline-block;
  line-height: 21px;
  vertical-align: middle;
  margin-left: 24px;
}
body .wrapper header .top-bar ul li.nav-path-selected > a,
body .wrapper header .top-bar ul li.nav-selected > a {
  color: #fff !important;
  text-decoration: underline !important;
}
body .wrapper header .top-bar ul li a {
  color: #fff;
  text-decoration: none !important;
  text-transform: capitalize;
}
body .wrapper header .top-bar ul li a:hover {
  color: #fff !important;
  text-decoration: underline !important;
}
body .wrapper header .top-bar .ccm-block-social-links {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  margin: 0 25px;
  line-height: 20px;
  padding: 0 16px;
}
@media (max-width: 767px) {
  body .wrapper header .top-bar .ccm-block-social-links {
    margin: 0;
    padding: 0;
    border: 0;
  }
}
body .wrapper header .top-bar .ccm-block-social-links ul {
  display: flex;
  padding: 0;
}
body .wrapper header .top-bar .ccm-block-social-links ul li a:hover {
  color: #dbf0ff !important;
  text-decoration: none !important;
}
body .wrapper header .top-bar .ccm-block-social-links li {
  font-size: 20px;
  margin: 0 6px;
}
body .wrapper header .top-bar a.call-phn {
  color: #fff;
  text-decoration: none !important;
  display: inline-block;
  line-height: 21px;
  font-weight: bold;
}
body .wrapper header .top-bar a.call-phn:hover {
  color: #fff !important;
  text-decoration: underline !important;
}
body .wrapper header .header-bar {
  padding: 23px 10px 22px 25px;
}
@media (max-width: 767px) {
  body .wrapper header .header-bar {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper header .header-bar {
    padding: 18px 125px 18px 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper header .header-bar {
    padding: 24px 125px 22px 25px;
  }
}
@media (max-width: 767px) {
  body .wrapper header .header-bar .container-fluid {
    padding: 0;
  }
}
body .wrapper header .header-bar .row {
  align-items: center;
}
@media (max-width: 767px) {
  body .wrapper header .header-bar .row {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper header .header-bar .row {
    justify-content: space-between;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper header .header-bar .row {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  body .wrapper header .header-bar .col-logo {
    padding: 23px 23px 27px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper header .header-bar .col-logo {
    max-width: 280px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper header .header-bar .col-logo {
    max-width: 340px;
  }
}
@media (max-width: 767px) {
  body .wrapper header .header-bar .col-logo img {
    max-width: 248px;
  }
}
body .wrapper header .header-bar .col-nav {
  padding-right: 34px;
}
@media (max-width: 767px) {
  body .wrapper header .header-bar .col-nav {
    padding: 0;
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper header .header-bar .col-nav {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper header .header-bar .col-nav {
    display: none;
  }
}
body .wrapper header .header-bar .col-nav ul {
  justify-content: flex-end;
  margin: 0;
}
@media (max-width: 767px) {
  body .wrapper header .header-bar .col-nav ul {
    display: none;
  }
}
body .wrapper header .header-bar .col-nav ul li {
  margin-right: 60px;
  position: relative;
  padding: 6px 0;
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper header .header-bar .col-nav ul li {
    margin-right: 25px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper header .header-bar .col-nav ul li {
    margin-right: 35px;
  }
}
body .wrapper header .header-bar .col-nav ul li.Locations > ul,
body .wrapper header .header-bar .col-nav ul li.LOCATIONS > ul {
  display: none !important;
}
body .wrapper header .header-bar .col-nav ul li.nav-path-selected > a,
body .wrapper header .header-bar .col-nav ul li.nav-selected > a {
  color: #91bed4 !important;
}
body .wrapper header .header-bar .col-nav ul li:last-child {
  margin-right: 33px;
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper header .header-bar .col-nav ul li:last-child {
    margin-right: 20px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper header .header-bar .col-nav ul li:last-child {
    margin-right: 20px;
  }
}
body .wrapper header .header-bar .col-nav ul li:hover ul {
  display: block;
}
body .wrapper header .header-bar .col-nav ul li ul {
  position: absolute;
  left: -17px;
  top: 100%;
  z-index: 1;
  margin: 0;
  padding: 0;
  min-width: 212px;
  display: none;
}
body .wrapper header .header-bar .col-nav ul li ul li {
  border-bottom: 1px solid #fff;
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
  display: block;
}
body .wrapper header .header-bar .col-nav ul li ul li.nav-path-selected > a,
body .wrapper header .header-bar .col-nav ul li ul li.nav-selected > a {
  color: #003354 !important;
}
body .wrapper header .header-bar .col-nav ul li ul li a {
  padding: 10px 16px;
  background: #91BED4 !important;
  color: #fff !important;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  display: block;
  letter-spacing: 0;
  text-transform: capitalize;
}
body .wrapper header .header-bar .col-nav ul li ul li a:hover {
  color: #003354 !important;
}
body .wrapper header .header-bar .col-nav ul li a {
  color: #003354;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.36px;
  text-transform: uppercase;
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper header .header-bar .col-nav ul li a {
    font-size: 16px;
    line-height: 22px;
  }
}
body .wrapper header .header-bar .col-nav ul li a:hover {
  color: #91bed4 !important;
}
@media (max-width: 767px) {
  body .wrapper header .header-bar .col-btn {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper header .header-bar .col-btn {
    padding-top: 4px;
  }
}
body .wrapper header .header-bar .col-btn .btn {
  font-weight: bold;
  padding: 13px 24.5px;
}
@media (max-width: 767px) {
  body .wrapper header .header-bar .col-btn .btn {
    padding: 15px 24.5px;
  }
}
@media (max-width: 767px) {
  body .wrapper header .header-bar .btn-customer {
    display: block;
    padding: 15.5px 24px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper header .header-bar .btn-customer {
    font-size: 16px;
  }
}
body .wrapper header .header-bar .btn-customer i {
  margin-right: 8px;
}
body .wrapper header a.menu-icon {
  width: 35px;
  height: 21px;
  position: absolute;
  right: 22px;
  top: 96px;
  z-index: 9;
}
@media (max-width: 767px) {
  body .wrapper header a.menu-icon {
    width: 37px;
    height: 23px;
    right: 21px;
    top: 87px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper header a.menu-icon {
    width: 53px;
    height: 36px;
    right: 41px;
    top: 78px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper header a.menu-icon {
    width: 53px;
    height: 36px;
    right: 41px;
    top: 91px;
  }
}
body .wrapper header a.menu-icon.active span:nth-child(1) {
  display: none;
}
body .wrapper header a.menu-icon.active span:nth-child(2) {
  top: 9px;
  transform: rotate(45deg);
}
body .wrapper header a.menu-icon.active span:nth-child(3) {
  top: 9px;
  transform: rotate(-45deg);
}
body .wrapper header a.menu-icon span {
  width: 100%;
  height: 3px;
  background: #003354;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper header a.menu-icon span {
    height: 4px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper header a.menu-icon span {
    height: 4px;
  }
}
body .wrapper header a.menu-icon span:nth-child(2) {
  top: 9px;
}
@media (max-width: 767px) {
  body .wrapper header a.menu-icon span:nth-child(2) {
    top: 11px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper header a.menu-icon span:nth-child(2) {
    top: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper header a.menu-icon span:nth-child(2) {
    top: 15px;
  }
}
body .wrapper header a.menu-icon span:nth-child(3) {
  top: 18px;
}
@media (max-width: 767px) {
  body .wrapper header a.menu-icon span:nth-child(3) {
    top: 21px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper header a.menu-icon span:nth-child(3) {
    top: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper header a.menu-icon span:nth-child(3) {
    top: 30px;
  }
}
body .wrapper header .mobile-menu {
  background: #F2F2F2;
  display: none;
  position: fixed;
  top: 43px;
  width: 100%;
  left: 0;
  padding: 90px 20px 30px;
  bottom: 0;
  overflow: hidden auto;
  z-index: 8;
}
@media (min-width: 1200px) {
  body .wrapper header .mobile-menu {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper header .mobile-menu {
    max-width: 390px;
    left: auto;
    right: 0;
    text-align: right;
    bottom: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper header .mobile-menu {
    max-width: 390px;
    left: auto;
    right: 0;
    text-align: right;
    bottom: auto;
  }
}
body .wrapper header .mobile-menu .mobile-inner {
  max-width: 242px;
  margin: 0 auto;
}
body .wrapper header .mobile-menu .mobile-inner .mobile_menu_nav {
  margin: 0 0 40px;
  padding: 0;
  display: block;
}
body .wrapper header .mobile-menu .mobile-inner .mobile_menu_nav li {
  display: block;
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 18px;
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper header .mobile-menu .mobile-inner .mobile_menu_nav li {
    text-align: right;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper header .mobile-menu .mobile-inner .mobile_menu_nav li {
    text-align: right;
  }
}
body .wrapper header .mobile-menu .mobile-inner .mobile_menu_nav li a[title="Locations"] + span {
  display: none !important;
}
body .wrapper header .mobile-menu .mobile-inner .mobile_menu_nav li a[title="Locations"] + span + ul {
  display: none !important;
}
body .wrapper header .mobile-menu .mobile-inner .mobile_menu_nav li.nav-selected > a,
body .wrapper header .mobile-menu .mobile-inner .mobile_menu_nav li.nav-path-selected > a {
  color: #91bed4 !important;
}
body .wrapper header .mobile-menu .mobile-inner .mobile_menu_nav li.nav-selected span.has_sub_nav,
body .wrapper header .mobile-menu .mobile-inner .mobile_menu_nav li.nav-path-selected span.has_sub_nav {
  border-color: #91bed4;
}
body .wrapper header .mobile-menu .mobile-inner .mobile_menu_nav li.open_nav span.has_sub_nav {
  margin: 2px 0 0 11px;
  transform: rotate(225deg);
  border-color: #91bed4;
}
body .wrapper header .mobile-menu .mobile-inner .mobile_menu_nav li.open_nav ul.dropdown-mobile-menu {
  max-height: 350px;
  padding: 20px 0 4px !important;
}
body .wrapper header .mobile-menu .mobile-inner .mobile_menu_nav li.open_nav > a {
  color: #91bed4 !important;
}
body .wrapper header .mobile-menu .mobile-inner .mobile_menu_nav li span.has_sub_nav {
  display: inline-block;
  vertical-align: middle;
  margin: -5px 0 0 11px;
  box-sizing: border-box;
  height: 10px;
  width: 10px;
  border-style: solid;
  border-color: #003354;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-width 150ms ease-in-out, border-color 0.3s;
}
body .wrapper header .mobile-menu .mobile-inner .mobile_menu_nav li a {
  color: #003354;
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
  text-transform: uppercase;
}
body .wrapper header .mobile-menu .mobile-inner .mobile_menu_nav li a:hover {
  text-decoration: none !important;
  color: #91bed4 !important;
}
body .wrapper header .mobile-menu .mobile-inner .mobile_menu_nav li ul.dropdown-mobile-menu {
  padding: 0;
  margin: 0;
  max-height: 0;
  transition: all 0.3s;
  overflow: hidden;
}
body .wrapper header .mobile-menu .mobile-inner .mobile_menu_nav li ul.dropdown-mobile-menu li {
  line-height: 20px;
  margin-bottom: 5px;
}
body .wrapper header .mobile-menu .mobile-inner .mobile_menu_nav li ul.dropdown-mobile-menu li:last-child {
  margin-bottom: 0;
}
body .wrapper header .mobile-menu .mobile-inner .mobile_menu_nav li ul.dropdown-mobile-menu li a {
  color: #707070;
  font-weight: normal;
  font-size: 15px;
  text-transform: capitalize;
}
body .wrapper header .mobile-menu .mobile-inner p {
  color: #777777;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 14px;
}
body .wrapper header .mobile-menu .mobile-inner p a {
  color: #003354;
}
body .wrapper header .mobile-menu.open {
  display: block;
}
body .wrapper footer {
  background: #003354;
  padding: 70px 0 55px;
}
@media (max-width: 767px) {
  body .wrapper footer {
    padding: 60px 0 28px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper footer {
    padding: 60px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper footer {
    padding: 74px 65px 58px;
  }
}
@media (min-width: 1367px) {
  body .wrapper footer .container {
    max-width: 1340px;
  }
}
@media (min-width: 1681px) {
  body .wrapper footer .container {
    max-width: 1630px;
  }
}
@media (min-width: 1771px) {
  body .wrapper footer .container {
    max-width: 1724px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper footer .row {
    justify-content: space-between;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper footer .row {
    justify-content: space-between;
  }
}
body .wrapper footer a,
body .wrapper footer h1,
body .wrapper footer h2,
body .wrapper footer h3,
body .wrapper footer h4,
body .wrapper footer h5,
body .wrapper footer h6,
body .wrapper footer li,
body .wrapper footer p {
  color: #fff;
}
body .wrapper footer a:hover {
  color: #f06022 !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper footer .footer-address {
    order: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 46%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper footer .footer-address {
    order: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 46%;
  }
}
body .wrapper footer .footer-address .call-us {
  font-size: 18px;
  font-weight: bold;
  margin-right: 19px;
}
@media (max-width: 767px) {
  body .wrapper footer .footer-address .call-us {
    display: block;
    margin: 0 0 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper footer .footer-address .call-us {
    display: block;
    margin: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper footer .footer-address .call-us {
    display: block;
    margin: 0;
  }
}
@media (max-width: 767px) {
  body .wrapper footer .footer-address .mail-us {
    font-size: 16px;
  }
}
body .wrapper footer .footer-address p {
  margin-bottom: 9px;
}
@media (max-width: 767px) {
  body .wrapper footer .footer-address p {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper footer .footer-address p {
    font-size: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper footer .footer-address p {
    margin-bottom: 12px;
  }
}
body .wrapper footer .footer-nav {
  padding-right: 0;
}
@media (max-width: 767px) {
  body .wrapper footer .footer-nav {
    padding-right: 15px;
    padding-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper footer .footer-nav {
    order: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 54%;
    padding-top: 0;
    padding-bottom: 20px;
    padding-right: 15px;
    padding-left: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper footer .footer-nav {
    order: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 54%;
    padding-top: 0;
    padding-bottom: 20px;
    padding-right: 15px;
    padding-left: 0px;
  }
}
body .wrapper footer .footer-nav ul {
  margin: 0;
  padding-top: 14px;
  justify-content: flex-start;
  padding-left: 71px;
}
@media (max-width: 767px) {
  body .wrapper footer .footer-nav ul {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper footer .footer-nav ul {
    justify-content: flex-start;
    padding: 0;
    max-width: 850px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper footer .footer-nav ul {
    justify-content: flex-start;
    padding: 0;
    max-width: 850px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper footer .footer-nav ul {
    padding: 0;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper footer .footer-nav ul {
    padding: 0;
  }
}
@media (min-width: 1681px) and (max-width: 1770px) {
  body .wrapper footer .footer-nav ul {
    padding-left: 40px;
  }
}
body .wrapper footer .footer-nav ul li {
  list-style: none;
  font-size: 18px;
  line-height: 28px;
  flex: 0 0 auto;
  min-width: 90px;
  text-align: center;
  padding: 0;
  margin: 0 18px 5px;
}
@media (max-width: 767px) {
  body .wrapper footer .footer-nav ul li {
    flex: 0 0 50%;
    min-width: auto !important;
    margin: 0;
    font-size: 16px;
    line-height: 27px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper footer .footer-nav ul li {
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 5px !important;
    min-width: auto !important;
    width: 33%;
    text-align: right;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper footer .footer-nav ul li {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 5px !important;
    min-width: auto !important;
    width: 33%;
    text-align: right;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper footer .footer-nav ul li {
    min-width: auto !important;
    margin: 1px 0;
    flex: 0 0 50%;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper footer .footer-nav ul li {
    min-width: auto !important;
    margin: 1px 0;
    flex: 0 0 50%;
  }
}
body .wrapper footer .footer-nav ul li.nav-path-selected > a,
body .wrapper footer .footer-nav ul li.nav-selected > a {
  text-decoration: underline;
  color: #fff !important;
}
body .wrapper footer .footer-nav ul li:nth-child(1),
body .wrapper footer .footer-nav ul li:nth-child(2) {
  min-width: 88px;
}
body .wrapper footer .footer-nav ul li:nth-child(3),
body .wrapper footer .footer-nav ul li:nth-child(4) {
  min-width: 98px;
}
body .wrapper footer .footer-nav ul li:nth-child(5),
body .wrapper footer .footer-nav ul li:nth-child(6) {
  min-width: 136px;
}
body .wrapper footer .footer-nav ul li:nth-child(7),
body .wrapper footer .footer-nav ul li:nth-child(8) {
  min-width: 110px;
}
body .wrapper footer .footer-nav ul li:nth-child(1) {
  order: 1;
}
body .wrapper footer .footer-nav ul li:nth-child(2) {
  order: 5;
}
body .wrapper footer .footer-nav ul li:nth-child(3) {
  order: 2;
}
body .wrapper footer .footer-nav ul li:nth-child(4) {
  order: 6;
}
body .wrapper footer .footer-nav ul li:nth-child(5) {
  order: 3;
}
body .wrapper footer .footer-nav ul li:nth-child(6) {
  order: 7;
}
body .wrapper footer .footer-nav ul li:nth-child(7) {
  order: 4;
}
body .wrapper footer .footer-nav ul li:nth-child(8) {
  order: 8;
}
body .wrapper footer .footer-nav ul li:nth-child(9) {
  order: 9;
}
body .wrapper footer .footer-nav ul li:nth-child(10) {
  order: 10;
}
body .wrapper footer .footer-nav ul li::before {
  display: none !important;
}
body .wrapper footer .footer-nav ul li.nav-selected > a,
body .wrapper footer .footer-nav ul li.nav-path-selected > a {
  color: #91bed4 !important;
}
body .wrapper footer .footer-nav ul li a {
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  text-underline-position: under;
}
@media (max-width: 767px) {
  body .wrapper footer .footer-nav ul li a {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper footer .footer-nav ul li a {
    font-size: 15px;
    line-height: 25px;
  }
}
body .wrapper footer .footer-nav ul li a:hover {
  text-decoration: none;
  color: #91bed4 !important;
}
body .wrapper footer .footer-social {
  -ms-flex: 0 0 19%;
  flex: 0 0 19%;
  width: 19%;
  max-width: 18%;
  text-align: center;
  padding-top: 5px;
  padding-right: 78px;
}
@media (max-width: 767px) {
  body .wrapper footer .footer-social {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding-top: 31px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper footer .footer-social {
    order: 3;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 50%;
    text-align: left;
    padding-top: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper footer .footer-social {
    order: 3;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 50%;
    text-align: left;
    padding-top: 12px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper footer .footer-social {
    padding-top: 0;
    padding-right: 15px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper footer .footer-social {
    padding-right: 25px;
  }
}
body .wrapper footer .footer-social p {
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  body .wrapper footer .footer-social p {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper footer .footer-social p {
    font-size: 15px;
    line-height: 25px;
  }
}
body .wrapper footer .footer-social ul {
  margin: 0;
  text-align: center;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper footer .footer-social ul {
    text-align: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper footer .footer-social ul {
    text-align: left;
  }
}
body .wrapper footer .footer-social ul li {
  display: inline-block;
  padding: 8px 0 0;
  font-size: 26px;
  margin: 0 6px;
}
@media (max-width: 767px) {
  body .wrapper footer .footer-social ul li {
    font-size: 22px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper footer .footer-social ul li {
    font-size: 20px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper footer .footer-social ul li {
    font-size: 24px;
  }
}
body .wrapper footer .footer-social ul li a {
  color: #91bed4 !important;
}
body .wrapper footer .footer-social ul li a:hover {
  color: #f06022 !important;
}
body .wrapper footer .footer-social ul li::before {
  display: none !important;
}
body .wrapper footer .footer-copy {
  text-align: right;
  padding-top: 4px;
  padding-right: 13px;
}
@media (max-width: 767px) {
  body .wrapper footer .footer-copy {
    text-align: center;
    padding-top: 38px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper footer .footer-copy {
    order: 4;
    padding-top: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper footer .footer-copy {
    order: 4;
    padding-top: 15px;
    padding-right: 15px;
  }
}
body .wrapper footer .footer-copy .btn {
  margin-bottom: 14px;
}
body .wrapper footer .footer-copy p {
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 767px) {
  body .wrapper footer .footer-copy p {
    margin-bottom: 13px;
  }
}
@media (min-width: 1367px) {
  body .wrapper .container {
    max-width: 1340px;
  }
}
@media (min-width: 1681px) {
  body .wrapper .container {
    max-width: 1470px;
  }
}
@media (max-width: 767px) {
  body .wrapper {
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper {
    padding-top: 144px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper {
    padding-top: 171px;
  }
}
ul.slick-dots li::before {
  display: none !important;
}
div#ccm-panel-dashboard ul.nav li {
  width: 100%;
}
div#ccm-theme-grid-edit-mode-row-wrapper {
  width: 100%;
}
.ccm-panel-ready .wrapper {
  padding-top: 0;
}
.ccm-panel-ready body .wrapper header .mobile-menu {
  top: 91px;
}
.ccm-panel-ready header {
  position: relative !important;
}
