@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: #464646;
  font-weight: normal;
  line-height: 30px;
  font-size: 16px;
}
.wrapper {
  font-family: 'Open Sans', sans-serif;
  color: #464646;
  font-weight: normal;
  line-height: 30px;
  font-size: 16px;
}
.wrapper input[type="radio"],
.wrapper input[type="checkbox"] {
  display: inline-block;
}
.wrapper label {
  display: block;
  margin: 0 0 5px;
  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: #f26101;
  font-weight: bold;
  text-transform: uppercase;
}
.wrapper a.learn-more:hover {
  color: #ff6b09 !important;
}
.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: 'Source Serif Pro', serif;
  color: #003354;
  font-weight: 600;
}
.wrapper p {
  font-family: 'Open Sans', sans-serif;
  color: #464646;
  font-weight: normal;
  line-height: 30px;
  font-size: 16px;
}
.wrapper p a {
  color: #f26101;
}
.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: #f26101;
}
.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: 30px;
  color: #464646;
  position: relative;
  padding: 0 0 0 20px;
}
.wrapper ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  background: #f26101;
  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: 30px;
  color: #464646;
}
.wrapper hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
.wrapper .banner-title,
.wrapper .inside-page-title,
.wrapper h1 {
  font-size: 72px;
  margin: 0 0 20px;
  line-height: 90px;
}
@media (max-width: 767px) {
  .wrapper .banner-title,
  .wrapper .inside-page-title,
  .wrapper h1 {
    font-size: 50px;
    line-height: 56px;
  }
}
.wrapper h2 {
  font-size: 40px;
  margin: 0 0 20px;
  line-height: 46px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .wrapper h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.wrapper h3 {
  font-size: 30px;
  margin: 0 0 20px;
  line-height: 36px;
  font-weight: 600;
}
.wrapper h4 {
  font-size: 20px;
  margin: 0 0 20px;
  line-height: 25px;
}
.wrapper h5 {
  font-size: 18px;
  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: 142px;
  border-radius: 50px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  background: #f26101;
  text-align: center;
  line-height: 20px;
  color: #ffffff !important;
  display: inline-block;
  padding: 14px 26.5px;
  border: 1px solid #f26101;
  position: relative;
  transition: all 0.3s;
  text-transform: uppercase;
  outline: 0 !important;
  box-shadow: none !important;
}
.wrapper .btn:hover {
  color: #fff !important;
  border-color: #ff6b09;
  background: #ff6b09;
}
.wrapper .btn:hover {
  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;
}
.fab.fa-facebook:before {
  content: "\f39e";
}
body {
  color: #777777;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
}
body.nav-open .wrapper header a.menu-icon {
  background: none !important;
}
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;
  overflow: hidden;
}
body .wrapper .home-banner ul.slick-dots {
  padding: 0;
  bottom: 53px;
  margin: 0;
  z-index: 3;
}
@media (max-width: 767px) {
  body .wrapper .home-banner ul.slick-dots {
    bottom: 39px;
  }
}
body .wrapper .home-banner ul.slick-dots li {
  margin: 0 6px;
  padding: 0;
  width: 16px;
}
body .wrapper .home-banner ul.slick-dots li button {
  margin: 0;
  width: 16px;
  height: 16px;
  padding: 0;
  border: 2px solid #fff;
  background: none;
  border-radius: 50%;
}
body .wrapper .home-banner ul.slick-dots li button::before,
body .wrapper .home-banner ul.slick-dots li button::after {
  display: none !important;
}
body .wrapper .home-banner ul.slick-dots li button:hover {
  background: #fff;
}
body .wrapper .home-banner ul.slick-dots li.slick-active button,
body .wrapper .home-banner ul.slick-dots li:hover button {
  background: #fff;
}
body .wrapper .home-banner .banner-slider .banner-item {
  position: relative;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: unset;
  background-size: cover;
}
body .wrapper .home-banner .banner-slider .banner-item::before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  content: "";
  background: #003354;
  opacity: .6;
  width: 100%;
  height: 100%;
}
body .wrapper .home-banner .banner-text {
  position: absolute;
  top: 59%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  max-width: 1550px;
  background: none;
  text-align: center;
  padding: 30px 30px 34px;
}
@media (max-width: 767px) {
  body .wrapper .home-banner .banner-text {
    top: 56%;
    padding: 30px 20px 34px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .home-banner .banner-text {
    width: 100%;
    top: 60%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .home-banner .banner-text {
    max-width: 865px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .home-banner .banner-text {
    max-width: 1140px;
    bottom: 0;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .home-banner .banner-text {
    max-width: 1290px;
  }
}
body .wrapper .home-banner .banner-text .banner-title {
  font-weight: bold;
  margin-bottom: 0;
  letter-spacing: 2.5px;
  line-height: 80px;
  color: #fff;
}
@media (max-width: 767px) {
  body .wrapper .home-banner .banner-text .banner-title {
    margin-bottom: 0;
    line-height: 56px;
  }
}
body .wrapper .home-banner .banner-text .banner-title h1 {
  font-weight: bold;
  margin-bottom: 0;
  color: #fff;
}
body .wrapper .home-banner .banner-text p {
  color: #CCE2EC;
  font-size: 30px;
  line-height: 41px;
}
@media (max-width: 767px) {
  body .wrapper .home-banner .banner-text p {
    font-size: 22px;
    line-height: 26px;
  }
}
body .wrapper .home-banner .banner-text .btn {
  margin-top: 39px;
}
@media (max-width: 767px) {
  body .wrapper .home-banner .banner-text .btn {
    margin-top: 28px;
  }
}
body .wrapper .home-banner img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 767px) {
  body .wrapper .home-banner img {
    height: 583px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .home-banner img {
    height: 745px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .home-banner img {
    height: 745px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .home-banner img {
    height: 745px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .home-banner img {
    height: 745px;
  }
}
body .wrapper .home-banner .banner-slider {
  overflow: hidden;
  margin: 0;
}
body .wrapper .home-banner .home-slider {
  overflow: hidden;
  margin: 0;
}
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: 745px;
  }
}
@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-header {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  body .wrapper .service-header {
    padding-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .service-header {
    padding-top: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .service-header {
    padding-top: 15px;
  }
}
body .wrapper .service-header h3 {
  font-weight: 600 !important;
}
body .wrapper .service-row {
  justify-content: space-between;
}
body .wrapper .service-row .col-12 {
  max-width: 23%;
}
@media (max-width: 767px) {
  body .wrapper .service-row .col-12 {
    max-width: 100%;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .service-row .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 50%;
    margin-bottom: 21px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .service-row .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 50%;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .service-row .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 48%;
    margin-bottom: 20px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .service-row .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 25%;
    padding-right: 0;
  }
}
body .wrapper .service-row .text-wrap {
  padding-top: 3px;
  display: block;
  position: relative;
  text-decoration: none !important;
  padding-left: 98px;
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .service-row .text-wrap {
    padding-left: 90px;
  }
}
body .wrapper .service-row .text-wrap:hover .img-outer {
  transform: rotate(360deg);
  background: #003354;
}
body .wrapper .service-row .text-wrap:hover h3,
body .wrapper .service-row .text-wrap:hover h4 {
  color: #91bed4;
}
body .wrapper .service-row .text-wrap h3,
body .wrapper .service-row .text-wrap h4 {
  margin: 0 0 3px;
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
}
body .wrapper .service-row .text-wrap .img-outer {
  position: absolute;
  left: 0;
  top: 0;
  width: 78px;
  height: 68px;
  text-align: center;
  line-height: 68px;
  background: #91bed4;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  transition: all .3s;
}
body .wrapper .service-row .text-wrap .img-outer img {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
body .wrapper .home-about {
  padding: 159px 0 119px;
}
@media (max-width: 767px) {
  body .wrapper .home-about {
    padding: 47px 0 19px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .home-about {
    padding: 70px 0 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .home-about {
    padding: 80px 0 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .home-about {
    padding: 100px 0;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .home-about {
    padding: 120px 0 110px;
  }
}
body .wrapper .home-about .col-cont {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 40%;
}
@media (max-width: 767px) {
  body .wrapper .home-about .col-cont {
    max-width: 100%;
    padding: 0 22px 25px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .home-about .col-cont {
    text-align: center;
    max-width: 100%;
  }
}
body .wrapper .home-about .col-cont h2 {
  margin: 0 0 24px;
  font-weight: 600;
}
body .wrapper .home-about .col-img-content {
  padding-top: 4px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 60%;
  padding-left: 157px;
}
@media (max-width: 767px) {
  body .wrapper .home-about .col-img-content {
    max-width: 100%;
    padding: 4px 23px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .home-about .col-img-content {
    max-width: calc(100% + 6px);
    padding: 49px 0 0;
    margin: 0 -3px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .home-about .col-img-content {
    padding-left: 70px;
    padding-top: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .home-about .col-img-content {
    padding-left: 70px;
    padding-top: 20px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .home-about .col-img-content {
    padding-left: 70px;
    padding-top: 20px;
  }
}
body .wrapper .home-about .col-img-content .row {
  justify-content: space-between;
}
body .wrapper .home-about .col-img-content .col-12 {
  margin-bottom: 40px;
  max-width: 48%;
}
@media (max-width: 767px) {
  body .wrapper .home-about .col-img-content .col-12 {
    max-width: 100%;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .home-about .col-img-content .col-12 {
    margin-bottom: 21px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .home-about .col-img-content .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .home-about .col-img-content .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
body .wrapper .home-about .col-img-content .text-wrap {
  padding-top: 3px;
  display: block;
  position: relative;
  text-decoration: none !important;
  padding-left: 98px;
}
@media (max-width: 767px) {
  body .wrapper .home-about .col-img-content .text-wrap {
    padding-left: 92px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .home-about .col-img-content .text-wrap {
    padding-left: 92px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .home-about .col-img-content .text-wrap {
    padding-left: 92px;
  }
}
body .wrapper .home-about .col-img-content .text-wrap:hover .img-outer {
  transform: rotate(360deg);
  background: #003354;
}
body .wrapper .home-about .col-img-content .text-wrap:hover h3 {
  color: #91bed4;
}
body .wrapper .home-about .col-img-content .text-wrap h3 {
  margin: 0 0 3px;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .home-about .col-img-content .text-wrap p {
    line-height: 26px;
  }
}
body .wrapper .home-about .col-img-content .text-wrap .img-outer {
  position: absolute;
  left: 0;
  top: 0;
  width: 78px;
  height: 68px;
  text-align: center;
  line-height: 68px;
  background: #91bed4;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  transition: all .3s;
}
body .wrapper .home-about .col-img-content .text-wrap .img-outer img {
  display: inline-block;
  vertical-align: middle;
}
body .wrapper .services-sec {
  background: #EBF4F8;
}
body .wrapper .services-sec .container {
  padding: 0;
  max-width: 100%;
}
body .wrapper .services-sec .container .row {
  margin: 0;
  align-items: center;
}
body .wrapper .services-sec .container .row .col-12 {
  padding: 0;
}
body .wrapper .services-sec .highlight-row .col-img {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 55.313%;
}
@media (max-width: 767px) {
  body .wrapper .services-sec .highlight-row .col-img {
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .services-sec .highlight-row .col-img {
    max-width: 100%;
  }
}
body .wrapper .services-sec .highlight-row .col-img img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  body .wrapper .services-sec .highlight-row .col-img img {
    min-height: 469px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .services-sec .highlight-row .col-img img {
    min-height: 470px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .services-sec .highlight-row .col-img img {
    min-height: 470px;
  }
}
body .wrapper .services-sec .highlight-row .col-text {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 44.687%;
}
@media (max-width: 767px) {
  body .wrapper .services-sec .highlight-row .col-text {
    max-width: 100%;
    padding: 98px 30px !important;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .services-sec .highlight-row .col-text {
    max-width: 100%;
    padding: 159px 0 147px !important;
    text-align: center;
  }
}
body .wrapper .services-sec .highlight-row .highlight-outer {
  max-width: 508px;
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .services-sec .highlight-row .highlight-outer {
    margin: 0 auto !important;
  }
}
body .wrapper .services-sec .highlight-row .highlight-outer h2 {
  margin: 0 0 24px;
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .services-sec .highlight-row .highlight-outer h2 {
    margin-bottom: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .services-sec .highlight-row .highlight-outer h2 {
    margin-bottom: 20px;
  }
}
body .wrapper .services-sec .highlight-row:nth-child(odd) .col-text {
  padding-left: calc(50% - 770px);
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .services-sec .highlight-row:nth-child(odd) .col-text {
    padding: 15px 30px 15px calc(50% - 468px);
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .services-sec .highlight-row:nth-child(odd) .col-text {
    padding: 15px 30px 15px calc(50% - 554px);
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .services-sec .highlight-row:nth-child(odd) .col-text {
    padding: 15px 30px 15px calc(50% - 654px);
  }
}
body .wrapper .services-sec .highlight-row:nth-child(odd) .col-text .highlight-outer {
  margin: 0 auto 0 0;
}
body .wrapper .services-sec .highlight-row:nth-child(even) .col-text {
  order: 1;
  padding-right: calc(50% - 785px);
}
@media (max-width: 767px) {
  body .wrapper .services-sec .highlight-row:nth-child(even) .col-text {
    order: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .services-sec .highlight-row:nth-child(even) .col-text {
    order: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .services-sec .highlight-row:nth-child(even) .col-text {
    padding: 15px calc(50% - 468px) 15px 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .services-sec .highlight-row:nth-child(even) .col-text {
    padding: 15px calc(50% - 554px) 15px 30px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .services-sec .highlight-row:nth-child(even) .col-text {
    padding: 15px calc(50% - 654px) 15px 30px;
  }
}
body .wrapper .services-sec .highlight-row:nth-child(even) .col-text .highlight-outer {
  margin: 0 0 0 auto;
}
body .wrapper .services-sec .highlight-row:nth-child(even) .col-img {
  order: 0;
}
@media (max-width: 767px) {
  body .wrapper .services-sec .highlight-row:nth-child(even) .col-img {
    order: 1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .services-sec .highlight-row:nth-child(even) .col-img {
    order: 1;
  }
}
body .wrapper .cta-block {
  background: #f26101;
  padding: 68.5px 0;
}
@media (max-width: 767px) {
  body .wrapper .cta-block {
    padding: 95px 0 93px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .cta-block {
    padding: 107px 0 100px;
    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;
  justify-content: space-between;
}
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: 10px;
  padding-left: 15px;
}
@media (max-width: 767px) {
  body .wrapper .cta-block .row .col-md-auto {
    padding-top: 47px;
    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: 48px;
  }
}
@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 25.5px;
}
body .wrapper .cta-block h2 {
  margin: 0;
  color: #fff;
  font-weight: bold;
  padding-left: 9px;
}
@media (max-width: 767px) {
  body .wrapper .cta-block h2 {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .cta-block h2 {
    padding-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .cta-block h2 {
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .cta-block h2 {
    padding-left: 15px;
    max-width: 75%;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .cta-block h2 {
    padding-left: 15px;
    max-width: 75%;
  }
}
body .wrapper .cta-block .btn {
  border-color: #fff;
  color: #fff !important;
}
body .wrapper .cta-block .btn:hover {
  border-color: #fff;
  color: #f26101 !important;
  background: #fff !important;
}
body .wrapper .three-col {
  text-align: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  body .wrapper .three-col {
    padding: 0 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .three-col {
    padding: 0;
  }
}
body .wrapper .three-col .st-pro-author,
body .wrapper .three-col .st-pro-extra {
  font-style: normal;
  margin-left: 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .three-col .st-pro-author,
  body .wrapper .three-col .st-pro-extra {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .three-col .st-pro-author,
  body .wrapper .three-col .st-pro-extra {
    font-size: 16px;
    line-height: 30px;
  }
}
body .wrapper .three-col .st-pro-content p {
  font-style: italic;
}
body .wrapper .three-col .ccm-block-rss-displayer-item-summary {
  font-size: 18px;
  line-height: 32px;
  font-style: normal;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .three-col .ccm-block-rss-displayer-item-summary {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .three-col .ccm-block-rss-displayer-item-summary {
    font-size: 16px;
    line-height: 30px;
  }
}
body .wrapper .three-col .col-wrap {
  max-width: 415px;
  margin: 0 auto;
}
body .wrapper .three-col .col-wrap h2 {
  margin: 0 0 22px;
}
body .wrapper .three-col .col-wrap p {
  font-size: 18px;
  line-height: 32px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .three-col .col-wrap p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .three-col .col-wrap p {
    font-size: 16px;
    line-height: 30px;
  }
}
body .wrapper .three-col .col-wrap .btn {
  margin-top: 19px;
}
body .wrapper .three-col .row {
  align-items: center;
  min-height: 566px;
  padding: 15px 0;
}
@media (max-width: 767px) {
  body .wrapper .three-col .row {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .three-col .row {
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .three-col .row {
    min-height: 490px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .three-col .row {
    min-height: 490px;
  }
}
@media (max-width: 767px) {
  body .wrapper .three-col .st-pro-testimonial {
    margin: 15px 0 3px;
  }
}
body .wrapper .three-col .st-pro-testimonial p a {
  font-style: normal;
}
@media (max-width: 767px) {
  body .wrapper .three-col .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 97px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .three-col .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 83px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .three-col .col-12 {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .three-col .col-12 {
    padding: 0 30px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .three-col .col-12 {
    padding: 0 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .three-col .col-12:nth-child(1) {
    padding: 139px 0 89px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .three-col .col-12:nth-child(3) {
    padding: 114px 0 124px;
  }
}
body .wrapper .three-col .col-12:nth-child(2) {
  position: relative;
}
@media (max-width: 767px) {
  body .wrapper .three-col .col-12:nth-child(2) {
    padding: 101px 0 111px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .three-col .col-12:nth-child(2) {
    padding: 114px 0;
  }
}
body .wrapper .three-col .col-12:nth-child(2)::before,
body .wrapper .three-col .col-12:nth-child(2)::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  z-index: 1;
  height: 566px;
  background: #D9D7D7;
}
@media (max-width: 767px) {
  body .wrapper .three-col .col-12:nth-child(2)::before,
  body .wrapper .three-col .col-12:nth-child(2)::after {
    width: 100%;
    height: 1px;
    transform: none;
    left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .three-col .col-12:nth-child(2)::before,
  body .wrapper .three-col .col-12:nth-child(2)::after {
    width: 100%;
    height: 1px;
    transform: none;
    left: 0;
  }
}
body .wrapper .three-col .col-12:nth-child(2)::before {
  left: 0;
}
@media (max-width: 767px) {
  body .wrapper .three-col .col-12:nth-child(2)::before {
    top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .three-col .col-12:nth-child(2)::before {
    top: 0;
  }
}
body .wrapper .three-col .col-12:nth-child(2)::after {
  right: 0;
}
@media (max-width: 767px) {
  body .wrapper .three-col .col-12:nth-child(2)::after {
    bottom: 0;
    top: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .three-col .col-12:nth-child(2)::after {
    bottom: 0;
    top: auto;
  }
}
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: #f26101 !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 img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  body .wrapper .inside-banner img {
    min-height: 350px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .inside-banner img {
    min-height: 400px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .inside-banner img {
    min-height: 400px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .inside-banner img {
    min-height: 400px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .inside-banner img {
    min-height: 400px;
  }
}
@media (min-width: 1681px) and (max-width: 1880px) {
  body .wrapper .inside-banner img {
    min-height: 400px;
  }
}
body .wrapper .inside-banner .banner-cont {
  position: absolute;
  top: 61%;
  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,
body .wrapper .inside-banner .banner-cont h2 {
  letter-spacing: 1.8px;
  font-weight: bold;
  margin-bottom: 14px;
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .inside-banner .banner-cont .inside-page-title,
  body .wrapper .inside-banner .banner-cont h1,
  body .wrapper .inside-banner .banner-cont h2 {
    font-size: 60px;
    line-height: 74px;
  }
}
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: #91bed4 !important;
  text-decoration: none;
}
body .wrapper .inside-banner .banner-cont .breadcrumb_outer .breadcrumb li.active {
  color: #91bed4;
  text-decoration: none;
}
body .wrapper .inside-banner .banner-cont .breadcrumb_outer .breadcrumb li.active a {
  text-decoration: none;
}
body .wrapper .inside-banner .banner-cont .breadcrumb_outer .breadcrumb li + li {
  padding-left: 23px;
  position: relative;
  margin-left: 2px;
}
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-255 .inside-sec img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  body .wrapper.ccm-page-id-255 .inside-sec img {
    margin: 0 auto 20px 0;
  }
}
@media (min-width: 1367px) {
  body .wrapper.ccm-page-id-255 .inside-sec .col-sm-9 {
    padding-top: 25px;
  }
}
body .wrapper.ccm-page-id-255 .inside-sec .container + .container {
  padding-top: 30px;
}
@media (max-width: 767px) {
  body .wrapper.ccm-page-id-255 .inside-sec .container + .container {
    padding-top: 20px;
  }
}
body .wrapper .inside-sec {
  padding: 129px 0 99px;
}
@media (max-width: 767px) {
  body .wrapper .inside-sec {
    padding: 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .inside-sec {
    padding: 60px 0 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .inside-sec {
    padding: 60px 0 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .inside-sec {
    padding: 80px 0;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .inside-sec {
    padding: 90px 0;
  }
}
body .wrapper .inside-sec .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-sec .st-pro-wrapper .st-pro-testimonial:last-child {
  margin: 0;
}
body .wrapper .inside-sec .st-pro-wrapper .st-pro-testimonial p {
  margin-bottom: 20px;
}
body .wrapper .inside-sec .st-pro-wrapper .st-pro-testimonial .st-pro-author {
  font-weight: bold;
}
body .wrapper .inside-sec img {
  display: block;
  margin: 0 0 0 auto;
}
@media (max-width: 767px) {
  body .wrapper .inside-sec img {
    margin: 0 auto 20px;
  }
}
body .wrapper .inside-sec .col-sm-7 {
  padding-right: 30px;
}
@media (max-width: 767px) {
  body .wrapper .inside-sec .col-sm-7 {
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .inside-sec .col-sm-7 {
    padding-right: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .inside-sec .col-sm-7 {
    padding-right: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .inside-sec .col-sm-7 {
    padding-right: 15px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .inside-sec .col-sm-7 {
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .inside-sec .col-sm-7 + .col-sm-5 {
    padding-top: 25px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .inside-sec .col-sm-7 + .col-sm-5 img {
    margin: 0 auto 0 0;
  }
}
body .wrapper .inside-sec h1 {
  font-size: 40px;
  line-height: 46px;
}
@media (max-width: 767px) {
  body .wrapper .inside-sec h1 {
    font-size: 26px;
    line-height: 32px;
  }
}
body .wrapper .inside-sec h1,
body .wrapper .inside-sec h2 {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  body .wrapper .inside-sec h1,
  body .wrapper .inside-sec h2 {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .inside-sec h1,
  body .wrapper .inside-sec h2 {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .inside-sec h1,
  body .wrapper .inside-sec h2 {
    margin-bottom: 20px;
  }
}
body .wrapper .inside-sec p {
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  body .wrapper .inside-sec p {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .inside-sec p {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .inside-sec p {
    margin-bottom: 20px;
  }
}
body .wrapper .inside-sec ul {
  padding: 0 0 0 14px;
}
@media (max-width: 767px) {
  body .wrapper .inside-sec ul {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  body .wrapper .inside-sec ul ul + * {
    margin-top: 20px;
  }
}
body .wrapper .inside-sec ul li {
  padding: 0 0 0 13px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  body .wrapper .inside-sec ul li {
    margin-bottom: 5px;
  }
}
body .wrapper .inside-sec .col-cont {
  padding-right: 30px;
}
@media (max-width: 767px) {
  body .wrapper .inside-sec .col-cont {
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .inside-sec .col-cont {
    padding-right: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .inside-sec .col-cont {
    padding-right: 15px;
  }
}
body .wrapper .inside-sec .col-img {
  text-align: right;
}
body .wrapper .inside-sec h3 {
  margin: 17px 0 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  body .wrapper .inside-sec h3 {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .inside-sec h3 {
    margin-top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .inside-sec h3 {
    margin-top: 0;
  }
}
body .wrapper .inside-sec .cont-wrap ul {
  display: inline-block;
  max-width: 32%;
  margin-right: 31px;
  vertical-align: top;
}
@media (max-width: 767px) {
  body .wrapper .inside-sec .cont-wrap ul {
    display: block;
    max-width: 100%;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .inside-sec .cont-wrap ul {
    display: block;
    max-width: 100%;
    margin: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .inside-sec .cont-wrap ul {
    display: block;
    max-width: 100%;
    margin: 0;
  }
}
body .wrapper .inside-sec .cont-wrap ul li {
  padding: 0 0 0 12px;
  margin-bottom: 12px;
}
body .wrapper .left-sidebar {
  padding: 118px 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 87px;
  }
}
body .wrapper .left-sidebar .faq.accordion-container {
  padding-top: 22px;
}
@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: 0px 55px 0px 0px;
  background: none;
  position: relative;
}
@media (max-width: 767px) {
  body .wrapper .left-sidebar .faq.accordion-container .accordion-item .accordion-header .accordion-header-inner {
    padding-right: 30px;
  }
}
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: 0;
  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: 20px;
  font-family: 'Source Serif Pro', serif;
  line-height: 30px;
  color: #979797;
  font-weight: bold;
}
body .wrapper .left-sidebar .faq.accordion-container .accordion-item .accordion-outer-content .accordion-content {
  padding: 10px 0 0;
}
body .wrapper .left-sidebar .faq.accordion-container .accordion-item .accordion-outer-content .accordion-content p {
  margin-bottom: 20px;
}
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;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 19%;
  padding-left: 13px;
  padding-top: 9px;
}
@media (max-width: 767px) {
  body .wrapper .left-sidebar .col-left {
    padding-right: 15px;
    order: 2;
    max-width: 100%;
    padding-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .left-sidebar .col-left {
    padding-top: 20px;
    padding-right: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 50%;
    order: 2;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .left-sidebar .col-left {
    padding-right: 25px;
    max-width: 26%;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .left-sidebar .col-left {
    padding-right: 15px;
    max-width: 23%;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .left-sidebar .col-left {
    padding-right: 10px;
  }
}
body .wrapper .left-sidebar .col-left div.side-nav h3 {
  background: #003354;
  color: #fff;
  margin: 0;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  padding: 13px 23px;
  font-family: 'Open Sans', sans-serif;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .left-sidebar .col-left div.side-nav h3 {
    padding: 13px 7px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .left-sidebar .col-left div.side-nav h3 {
    padding: 13px 13px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .left-sidebar .col-left div.side-nav h3 {
    padding: 13px 10px;
  }
}
body .wrapper .left-sidebar .col-left ul.side-nav {
  padding: 0;
  display: block;
  margin: 20px 0 26px;
}
@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: 15px;
  line-height: 26px;
  border-top: 0;
  padding: 7px 0 7px 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .left-sidebar .col-left ul.side-nav li {
    padding: 7px 0 7px 7px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .left-sidebar .col-left ul.side-nav li {
    padding: 7px 0 7px 13px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .left-sidebar .col-left ul.side-nav li {
    padding: 7px 0 7px 10px;
  }
}
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: #f26101 !important;
}
body .wrapper .left-sidebar .col-left ul.side-nav li a {
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  color: #003354;
}
body .wrapper .left-sidebar .col-left ul.side-nav li a:hover {
  color: #f26101 !important;
}
body .wrapper .left-sidebar .col-left .image-highlight {
  text-align: center;
  border-radius: 3px;
  margin-bottom: 40px;
  padding: 20px 20px;
  overflow: hidden;
  position: relative;
  height: 186px;
  display: flex;
  align-items: center;
  text-decoration: none !important;
}
@media (max-width: 767px) {
  body .wrapper .left-sidebar .col-left .image-highlight {
    margin-bottom: 30px;
    padding: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .left-sidebar .col-left .image-highlight {
    margin-bottom: 40px;
    padding: 20px 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: 20px;
  }
}
body .wrapper .left-sidebar .col-left .image-highlight:hover::before {
  opacity: 0.8;
  background: #EBF4F8;
}
body .wrapper .left-sidebar .col-left .image-highlight:hover::after {
  transform: scale(1.08);
}
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: #91BED4;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.8;
  transition: all 0.3s;
  backdrop-filter: blur(2px);
}
body .wrapper .left-sidebar .col-left .image-highlight::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/packages/prime/themes/prime/images/testi-bg.jpg");
}
body .wrapper .left-sidebar .col-left .image-highlight h3 {
  font-size: 26px;
  line-height: 32px;
  font-weight: bold;
  position: relative;
  margin-bottom: 0;
  z-index: 2;
  color: #003354;
  width: 100%;
  flex: 0 0 100%;
}
body .wrapper .left-sidebar .col-left .image-highlight a {
  color: #003354;
  position: relative;
  z-index: 2;
}
body .wrapper .left-sidebar .col-left .image-highlight a:hover {
  color: #003354 !important;
  text-decoration: underline;
  text-underline-position: under;
}
body .wrapper .left-sidebar .col-right {
  padding-left: 65px;
  padding-top: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 81%;
}
@media (max-width: 767px) {
  body .wrapper .left-sidebar .col-right {
    padding-left: 15px;
    order: 1;
    padding-top: 0;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .left-sidebar .col-right {
    order: 1;
    padding-left: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .left-sidebar .col-right {
    padding-left: 15px;
    max-width: 74%;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .left-sidebar .col-right {
    padding-left: 30px;
    max-width: 77%;
  }
}
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: 1681px) {
  body .wrapper .left-sidebar .col-right .col-sm-7 {
    padding-right: 50px;
  }
}
@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;
  }
}
@media (max-width: 767px) {
  body .wrapper .left-sidebar .col-right .col-sm-5 img {
    margin: 20px 0;
  }
}
body .wrapper .left-sidebar .col-right p {
  margin: 0 0 25px;
}
body .wrapper .left-sidebar .col-right h1 {
  font-size: 40px;
  line-height: 46px;
}
@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: 24px;
}
@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: 32px;
  margin-bottom: 22px;
}
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: 8px;
}
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: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background: none;
}
body .wrapper header .flyout-form {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9;
  background: #fff;
  transition: all .3s;
  transform: translateX(100%);
  max-width: 483px;
  width: 100%;
  padding: 61px 61px;
}
body .wrapper header .flyout-form.open {
  transform: translateX(0);
}
body .wrapper header .flyout-form .form-close {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 22px;
  top: 22px;
  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: 30px;
  height: 2px;
  background: #003354;
  content: "";
  position: absolute;
  left: -2px;
  transition: all 0.3s;
}
body .wrapper header .flyout-form .form-close::after {
  top: 11px;
  transform: rotate(45deg);
}
body .wrapper header .flyout-form .form-close::before {
  top: 11px;
  transform: rotate(-45deg);
}
body .wrapper header ul li {
  padding-left: 0;
}
body .wrapper header ul li::before {
  display: none !important;
}
body .wrapper header {
  padding: 64px 141px 64px 66px;
}
@media (max-width: 767px) {
  body .wrapper header {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper header {
    padding: 35px 125px 35px 23px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper header {
    padding: 35px 125px 35px 23px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper header {
    padding: 35px 130px 35px 30px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper header {
    padding: 35px 130px 35px 50px;
  }
}
body .wrapper header .row {
  align-items: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper header .row {
    justify-content: space-between;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper header .row {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  body .wrapper header .col-logo {
    padding: 24px 20px 24px;
  }
}
@media (max-width: 767px) {
  body .wrapper header .col-logo img {
    max-width: 248px;
  }
}
@media (max-width: 767px) {
  body .wrapper header .col-nav {
    padding: 0;
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper header .col-nav {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper header .col-nav {
    display: none;
  }
}
body .wrapper header .col-nav ul {
  justify-content: flex-end;
  margin: 0;
}
@media (max-width: 767px) {
  body .wrapper header .col-nav ul {
    display: none;
  }
}
body .wrapper header .col-nav ul li {
  margin-right: 55px;
  position: relative;
  padding: 6px 0;
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper header .col-nav ul li {
    margin-right: 25px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper header .col-nav ul li {
    margin-right: 35px;
  }
}
body .wrapper header .col-nav ul li.Locations ul {
  display: none !important;
}
body .wrapper header .col-nav ul li.nav-path-selected > a,
body .wrapper header .col-nav ul li.nav-selected > a {
  color: #91bed4 !important;
}
body .wrapper header .col-nav ul li:last-child {
  margin-right: 33px;
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper header .col-nav ul li:last-child {
    margin-right: 20px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper header .col-nav ul li:last-child {
    margin-right: 20px;
  }
}
body .wrapper header .col-nav ul li:hover ul {
  display: block;
}
body .wrapper header .col-nav ul li ul {
  position: absolute;
  left: -17px;
  top: 100%;
  z-index: 1;
  margin: 0;
  padding: 3px 0;
  min-width: 212px;
  display: none;
  background: #91BED4 !important;
}
body .wrapper header .col-nav ul li ul li {
  border-bottom: 0;
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
  display: block;
}
body .wrapper header .col-nav ul li ul li.nav-path-selected > a,
body .wrapper header .col-nav ul li ul li.nav-selected > a {
  color: #003354 !important;
}
body .wrapper header .col-nav ul li ul li a {
  padding: 7px 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 .col-nav ul li ul li a:hover {
  color: #003354 !important;
}
body .wrapper header .col-nav ul li a {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper header .col-nav ul li a {
    font-size: 16px;
    line-height: 22px;
  }
}
body .wrapper header .col-nav ul li a:hover {
  color: #91bed4 !important;
}
@media (max-width: 767px) {
  body .wrapper header .col-btn {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper header .col-btn {
    padding-top: 4px;
  }
}
body .wrapper header .col-btn .btn {
  font-weight: bold;
  padding: 13px 24.5px;
}
@media (max-width: 767px) {
  body .wrapper header .col-btn .btn {
    padding: 15px 24.5px;
  }
}
@media (max-width: 767px) {
  body .wrapper header .btn-customer {
    display: block;
    padding: 15.5px 24px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper header .btn-customer {
    font-size: 16px;
  }
}
body .wrapper header .btn-customer i {
  margin-right: 8px;
}
body .wrapper header a.menu-icon {
  width: 69px;
  height: 60px;
  position: absolute;
  right: 65px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 7;
  background: rgba(0, 51, 84, 0.5);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  transition: all .3s;
}
@media (max-width: 767px) {
  body .wrapper header a.menu-icon {
    width: 57px;
    height: 50px;
    right: 19px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper header a.menu-icon {
    right: 39px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper header a.menu-icon {
    right: 39px;
  }
}
body .wrapper header a.menu-icon.active:hover span:nth-child(2),
body .wrapper header a.menu-icon.active:hover span:nth-child(3) {
  width: 34px;
}
body .wrapper header a.menu-icon.active span:nth-child(1) {
  display: none;
}
body .wrapper header a.menu-icon.active span:nth-child(2) {
  transform: rotate(45deg) translate(-62%, -50%);
  margin-top: 15px;
  margin-left: -1px;
}
body .wrapper header a.menu-icon.active span:nth-child(3) {
  transform: rotate(-45deg) translate(-62%, -50%);
  margin-top: -15px;
  margin-left: -1px;
}
body .wrapper header a.menu-icon:hover {
  background: #003354;
}
body .wrapper header a.menu-icon:hover span:nth-child(2) {
  width: 26px;
}
@media (max-width: 767px) {
  body .wrapper header a.menu-icon:hover span:nth-child(2) {
    width: 20px;
  }
}
body .wrapper header a.menu-icon:hover span:nth-child(3) {
  width: 26px;
}
body .wrapper header a.menu-icon span {
  width: 34px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
@media (max-width: 767px) {
  body .wrapper header a.menu-icon span {
    width: 24px;
  }
}
body .wrapper header a.menu-icon span:nth-child(2) {
  margin-top: -9px;
}
body .wrapper header a.menu-icon span:nth-child(3) {
  margin-top: 9px;
}
body .wrapper header .mobile-menu {
  background: #003354;
  transform: translateX(100%);
  position: fixed;
  top: 0;
  width: 100%;
  right: 0;
  padding: 150px 20px 104px;
  height: auto;
  max-height: 100vh;
  overflow: hidden auto;
  z-index: 8;
  max-width: 461px;
  transition: all .3s;
}
@media (max-width: 767px) {
  body .wrapper header .mobile-menu {
    max-width: 100%;
    text-align: left;
    padding: 81px 20px 104px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper header .mobile-menu {
    max-width: 417px;
    left: auto;
    right: 0;
    bottom: auto;
    padding: 108px 20px 104px;
  }
}
body .wrapper header .mobile-menu .mobile-inner {
  max-width: 295px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  body .wrapper header .mobile-menu .mobile-inner {
    max-width: 310px;
    text-align: left;
  }
}
body .wrapper header .mobile-menu .mobile-inner a:hover {
  color: #91bed4 !important;
}
body .wrapper header .mobile-menu .mobile-inner a.menu-close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 21px;
  top: -54px;
  z-index: 1;
  cursor: pointer;
  transition: all .3s;
}
@media (max-width: 767px) {
  body .wrapper header .mobile-menu .mobile-inner a.menu-close {
    right: 10px;
    top: -40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper header .mobile-menu .mobile-inner a.menu-close {
    right: 0;
    top: -43px;
  }
}
body .wrapper header .mobile-menu .mobile-inner a.menu-close::before,
body .wrapper header .mobile-menu .mobile-inner a.menu-close::after {
  content: "";
  width: 26px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 14px;
  transition: all 0.3s;
}
body .wrapper header .mobile-menu .mobile-inner a.menu-close::before {
  transform: rotate(45deg);
}
body .wrapper header .mobile-menu .mobile-inner a.menu-close::after {
  transform: rotate(-45deg);
}
body .wrapper header .mobile-menu .mobile-inner .btn {
  margin-bottom: 32px;
}
body .wrapper header .mobile-menu .mobile-inner .btn:hover {
  color: #fff !important;
}
@media (max-width: 767px) {
  body .wrapper header .mobile-menu .mobile-inner .ccm-block-social-links {
    padding-left: 27px;
  }
}
body .wrapper header .mobile-menu .mobile-inner .ccm-block-social-links p {
  font-weight: bold;
}
body .wrapper header .mobile-menu .mobile-inner .ccm-block-social-links ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  body .wrapper header .mobile-menu .mobile-inner .ccm-block-social-links ul {
    justify-content: flex-start;
  }
}
body .wrapper header .mobile-menu .mobile-inner .ccm-block-social-links ul li {
  margin: 0 8px;
}
@media (max-width: 767px) {
  body .wrapper header .mobile-menu .mobile-inner .ccm-block-social-links ul li {
    margin: 0 18px 0 0;
  }
}
@media (max-width: 767px) {
  body .wrapper header .mobile-menu .mobile-inner .ccm-block-social-links ul li:last-child {
    margin: 0;
  }
}
body .wrapper header .mobile-menu .mobile-inner .ccm-block-social-links ul li a {
  font-size: 26px;
  color: #fff;
}
body .wrapper header .mobile-menu .mobile-inner .content {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 20px;
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  body .wrapper header .mobile-menu .mobile-inner .content {
    margin-bottom: 38px;
    padding-left: 27px;
  }
}
body .wrapper header .mobile-menu .mobile-inner .content p {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  body .wrapper header .mobile-menu .mobile-inner .content p {
    font-size: 15px;
  }
}
body .wrapper header .mobile-menu .mobile-inner .mobile_menu_nav {
  margin: 0 0 40px;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 0 25px;
}
@media (max-width: 767px) {
  body .wrapper header .mobile-menu .mobile-inner .mobile_menu_nav {
    padding: 0 0 25px 29px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper header .mobile-menu .mobile-inner .mobile_menu_nav {
    padding: 0 0 25px 90px;
  }
}
body .wrapper header .mobile-menu .mobile-inner .mobile_menu_nav li {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  body .wrapper header .mobile-menu .mobile-inner .mobile_menu_nav li {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper header .mobile-menu .mobile-inner .mobile_menu_nav li {
    text-align: left;
  }
}
body .wrapper header .mobile-menu .mobile-inner .mobile_menu_nav li.Locations ul,
body .wrapper header .mobile-menu .mobile-inner .mobile_menu_nav li.Locations span.has_sub_nav {
  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: -3px 0 0 11px;
  transform: rotate(180deg);
  border-color: #91bed4 transparent transparent transparent;
}
body .wrapper header .mobile-menu .mobile-inner .mobile_menu_nav li.open_nav ul.dropdown-mobile-menu {
  max-height: 350px;
  padding: 12px 0 !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;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 4px 0 4px;
  border-color: #ffffff transparent transparent transparent;
}
body .wrapper header .mobile-menu .mobile-inner .mobile_menu_nav li a {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  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: #fff;
  font-weight: normal;
  font-size: 15px;
  text-transform: capitalize;
}
body .wrapper header .mobile-menu .mobile-inner p {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 14px;
}
body .wrapper header .mobile-menu .mobile-inner p a[href*="tel"] {
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
}
@media (max-width: 767px) {
  body .wrapper header .mobile-menu .mobile-inner p a[href*="tel"] {
    font-size: 20px;
  }
}
body .wrapper header .mobile-menu .mobile-inner p a {
  color: #fff;
}
body .wrapper header .mobile-menu .mobile-inner p a.call-us {
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
}
@media (max-width: 767px) {
  body .wrapper header .mobile-menu .mobile-inner p a.call-us {
    font-size: 20px;
  }
}
body .wrapper header .mobile-menu.open {
  transform: translateX(0%);
}
body .wrapper footer {
  background: #003354;
  padding: 79px 0 55px;
}
@media (max-width: 767px) {
  body .wrapper footer {
    padding: 44px 0 28px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper footer {
    text-align: center;
    padding: 74px 0 81px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper footer {
    padding: 60px 0 45px;
  }
}
@media (min-width: 1367px) {
  body .wrapper footer .container {
    max-width: 1340px;
  }
}
@media (min-width: 1681px) {
  body .wrapper footer .container {
    max-width: 1566px;
  }
}
@media (min-width: 1790px) {
  body .wrapper footer .container {
    max-width: 1788px;
  }
}
@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: #f26101 !important;
}
body .wrapper footer .footer-address {
  max-width: 322px;
}
@media (max-width: 767px) {
  body .wrapper footer .footer-address {
    order: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@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: 100%;
  }
}
@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: 38%;
  }
}
body .wrapper footer .footer-address .call-us {
  font-size: 20px;
  font-weight: bold;
  margin-right: 20px;
}
@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: 20px;
  line-height: 26px;
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper footer .footer-address p br {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper footer .footer-address p {
    margin-bottom: 12px;
  }
}
body .wrapper footer .footer-nav {
  padding-left: 125px;
}
@media (max-width: 767px) {
  body .wrapper footer .footer-nav {
    padding-right: 15px;
    padding-top: 1px;
    padding-left: 15px;
  }
}
@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: 100%;
    padding-top: 23px;
    padding-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@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: 30%;
    padding-top: 0;
    padding-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper footer .footer-nav {
    padding-left: 32px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper footer .footer-nav {
    padding-left: 40px;
  }
}
body .wrapper footer .footer-nav ul {
  margin: 0;
  padding: 7px 0 0px;
}
@media (max-width: 767px) {
  body .wrapper footer .footer-nav ul {
    padding-left: 0;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper footer .footer-nav ul {
    justify-content: center;
    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;
  }
}
body .wrapper footer .footer-nav ul li {
  list-style: none;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  flex: 0 0 auto;
  text-align: center;
  padding: 0;
  margin: 0 30px 0 0;
}
@media (max-width: 767px) {
  body .wrapper footer .footer-nav ul li {
    margin: 0 10px 4px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper footer .footer-nav ul li {
    margin: 0 20px 10px 0;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper footer .footer-nav ul li {
    margin: 0 20px 0 0;
  }
}
body .wrapper footer .footer-nav ul li:last-child {
  margin-right: 0;
}
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::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 {
  text-decoration: underline !important;
  color: #91bed4 !important;
}
body .wrapper footer .footer-nav ul li a {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  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: 1367px) and (max-width: 1680px) {
  body .wrapper footer .footer-nav ul li a {
    font-size: 15px;
  }
}
body .wrapper footer .footer-nav ul li a:hover {
  text-decoration: underline !important;
  color: #91bed4 !important;
}
body .wrapper footer .footer-social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-align: left;
  padding-top: 28px;
}
@media (max-width: 767px) {
  body .wrapper footer .footer-social {
    justify-content: center;
    text-align: center;
    padding-top: 21px;
    padding-bottom: 6px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper footer .footer-social {
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper footer .footer-social {
    padding-top: 10px;
  }
}
body .wrapper footer .footer-social p {
  font-size: 16px;
  line-height: 26px;
  text-transform: capitalize;
  margin: 0 16px 0 0;
}
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: 0;
  font-size: 26px;
  margin: 0 3px;
}
body .wrapper footer .footer-social ul li a {
  font-size: 20px;
  color: #fff !important;
}
body .wrapper footer .footer-social ul li a:hover {
  color: #91bed4 !important;
}
body .wrapper footer .footer-social ul li::before {
  display: none !important;
}
body .wrapper footer .footer-copy {
  text-align: right;
  padding-top: 4px;
}
@media (max-width: 767px) {
  body .wrapper footer .footer-copy {
    text-align: center;
    padding-top: 21px;
    max-width: 77%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper footer .footer-copy {
    order: 4;
    padding-top: 21px;
    padding-right: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper footer .footer-copy {
    order: 4;
    padding-top: 0;
    padding-right: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 32%;
  }
}
@media (min-width: 1790px) {
  body .wrapper footer .footer-copy {
    padding-right: 125px;
  }
}
body .wrapper footer .footer-copy .btn {
  padding: 14px 23.5px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  body .wrapper footer .footer-copy .btn {
    margin-bottom: 13px;
  }
}
body .wrapper footer .footer-copy p {
  font-size: 12px;
  line-height: 16px;
  margin: 0;
}
@media (max-width: 767px) {
  body .wrapper footer .footer-copy p {
    margin-bottom: 13px;
    line-height: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper footer .footer-copy p {
    line-height: 24px;
  }
}
body .wrapper footer .footer-copy p a[title="Sitemap"] {
  margin-right: 6px;
  margin-left: 14px;
}
body .wrapper footer .footer-copy p a[title="Sitecredits"] {
  margin-left: 5px;
}
@media (min-width: 1367px) {
  body .wrapper .container {
    max-width: 1340px;
  }
}
@media (min-width: 1681px) {
  body .wrapper .container {
    max-width: 1566px;
  }
}
ul.slick-dots li::before {
  display: none !important;
}
div#ccm-panel-dashboard ul.nav li {
  width: 100%;
}
.ccm-panel-ready.ccm-edit-mode body .wrapper header {
  position: relative !important;
  background: #003354;
}
html:not(.ccm-panel-ready) body .wrapper header {
  z-index: 9999;
  transition: all .3s;
}
@media (min-width: 768px) {
  html:not(.ccm-panel-ready) body .wrapper header {
    position: fixed;
  }
  html:not(.ccm-panel-ready) body .wrapper header .col-logo img {
    transition: all .3s;
  }
  html:not(.ccm-panel-ready) body .wrapper header.sticky_header {
    background: #003354;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  html:not(.ccm-panel-ready) body .wrapper header.sticky_header .col-logo img {
    max-width: 270px;
  }
}
html:not(.ccm-panel-ready) body .wrapper .home-banner ul.slick-dots {
  z-index: 1000;
}
html:not(.ccm-panel-ready) body .wrapper .home-banner .banner-slider .slick-list,
html:not(.ccm-panel-ready) body .wrapper .home-banner .banner-slider .slick-track {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
html:not(.ccm-panel-ready) body .wrapper .home-banner .banner-slider .banner-item {
  background-attachment: fixed;
}
