@font-face {
  font-family: 'Avenir';
  src: url('/packages/prime/themes/prime/fonts/Avenir-HeavyOblique.woff2') format('woff2'), url('/packages/prime/themes/prime/fonts/Avenir-HeavyOblique.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('/packages/prime/themes/prime/fonts/Avenir-LightOblique.woff2') format('woff2'), url('/packages/prime/themes/prime/fonts/Avenir-LightOblique.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('/packages/prime/themes/prime/fonts/Avenir-Light.woff2') format('woff2'), url('/packages/prime/themes/prime/fonts/Avenir-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('/packages/prime/themes/prime/fonts/Avenir-Roman.woff2') format('woff2'), url('/packages/prime/themes/prime/fonts/Avenir-Roman.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Black Italic';
  src: url('/packages/prime/themes/prime/fonts/Avenir-BlackOblique.woff2') format('woff2'), url('/packages/prime/themes/prime/fonts/Avenir-BlackOblique.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@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;
}
@font-face {
  font-family: 'Avenir';
  src: url('/packages/prime/themes/prime/fonts/Avenir-MediumOblique.woff2') format('woff2'), url('/packages/prime/themes/prime/fonts/Avenir-MediumOblique.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Black';
  src: url('/packages/prime/themes/prime/fonts/Avenir-Black.woff2') format('woff2'), url('/packages/prime/themes/prime/fonts/Avenir-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('/packages/prime/themes/prime/fonts/Avenir-Medium.woff2') format('woff2'), url('/packages/prime/themes/prime/fonts/Avenir-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir BI';
  src: url('/packages/prime/themes/prime/fonts/Avenir-BookOblique.woff2') format('woff2'), url('/packages/prime/themes/prime/fonts/Avenir-BookOblique.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('/packages/prime/themes/prime/fonts/Avenir-Oblique.woff2') format('woff2'), url('/packages/prime/themes/prime/fonts/Avenir-Oblique.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Book';
  src: url('/packages/prime/themes/prime/fonts/Avenir-Book.woff2') format('woff2'), url('/packages/prime/themes/prime/fonts/Avenir-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Avenir';
  color: #5e5e5e;
  font-weight: normal;
  line-height: 30px;
  font-size: 16px;
}
.wrapper {
  font-family: 'Avenir';
  color: #5e5e5e;
  font-weight: normal;
  line-height: 30px;
  font-size: 16px;
}
.wrapper input[type="radio"],
.wrapper input[type="checkbox"] {
  display: inline-block;
}
.wrapper .form-group {
  margin-bottom: 12px;
}
.wrapper .checkbox {
  margin-top: 10px;
}
.wrapper .checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  margin: -3px 4px 0 0;
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
}
.wrapper .checkbox label {
  font-weight: 400;
  color: #777;
}
.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: #F26101 !important;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  position: relative;
  padding-bottom: 1px;
}
.wrapper a.learn-more i {
  display: none !important;
}
.wrapper a.learn-more::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  transition: all .3s;
  height: 1px;
  background: #F26101;
  z-index: 1;
}
.wrapper a.learn-more:hover {
  color: #F26101 !important;
}
.wrapper a.learn-more:hover::before {
  width: 100%;
}
.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: 'Avenir';
  color: #003354;
  font-weight: 400;
}
.wrapper .banner-title a,
.wrapper .inside-page-title a,
.wrapper h1 a,
.wrapper h2 a,
.wrapper h3 a,
.wrapper h4 a,
.wrapper h5 a,
.wrapper h6 a {
  color: inherit;
}
.wrapper p {
  font-family: 'Avenir';
  color: #5e5e5e;
  font-weight: normal;
  line-height: 30px;
  font-size: 16px;
  margin: 0 0 20px;
}
.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: #5e5e5e;
  position: relative;
  padding: 0 0 0 28px;
}
.wrapper ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7.5px;
  background-image: url("/packages/prime/themes/prime/images/tick.svg");
  border-radius: 50%;
  width: 15px;
  height: 15px;
  z-index: 1;
}
.wrapper ol {
  margin-bottom: 20px;
  padding: 0 0 0 15px;
}
.wrapper ol li {
  font-size: 16px;
  line-height: 30px;
  color: #5e5e5e;
}
.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: 67px;
}
@media (max-width: 767px) {
  .wrapper .banner-title,
  .wrapper .inside-page-title,
  .wrapper h1 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .banner-title,
  .wrapper .inside-page-title,
  .wrapper h1 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper .banner-title,
  .wrapper .inside-page-title,
  .wrapper h1 {
    font-size: 50px;
    line-height: 64px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .banner-title,
  .wrapper .inside-page-title,
  .wrapper h1 {
    font-size: 50px;
    line-height: 64px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .banner-title,
  .wrapper .inside-page-title,
  .wrapper h1 {
    font-size: 50px;
    line-height: 64px;
  }
}
.wrapper h2 {
  font-size: 36px;
  margin: 0 0 20px;
  line-height: 48px;
}
@media (max-width: 767px) {
  .wrapper h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.wrapper h3 {
  font-size: 28px;
  margin: 0 0 20px;
  line-height: 37px;
}
@media (max-width: 767px) {
  .wrapper h3 {
    font-size: 26px;
    line-height: 32px;
  }
}
.wrapper h4 {
  font-size: 26px;
  margin: 0 0 20px;
  line-height: 35px;
}
@media (max-width: 767px) {
  .wrapper h4 {
    font-size: 18px;
    line-height: 26px;
  }
}
.wrapper h5 {
  font-size: 24px;
  margin: 0 0 20px;
  line-height: 26px;
}
.wrapper h6 {
  font-size: 20px;
  margin: 0 0 20px;
  line-height: 22px;
}
.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: 0;
  font-family: 'Avenir';
  font-size: 16px;
  font-weight: 900;
  background: #f26101;
  text-align: center;
  line-height: 20px;
  color: #ffffff !important;
  display: inline-block;
  padding: 15.5px 23px 13.5px;
  padding: 15.5px 30px 13.5px;
  letter-spacing: .35px;
  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: #e15900 !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;
}
[class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}
.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: #5E5E5E;
  font-family: 'Avenir';
  margin: 0;
}
body.nav-open {
  overflow: hidden;
}
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: 0;
  transform: translate(-50%, 0);
  z-index: 1;
  width: 100%;
  max-width: 898px;
  background: #003354;
  text-align: center;
  padding: 26px 30px 30px;
}
@media (max-width: 767px) {
  body .wrapper .home-banner .banner-cont {
    padding: 30px 25px 38px;
    position: absolute;
    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: 818px;
    bottom: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .home-banner .banner-cont {
    bottom: 0;
  }
}
body .wrapper .home-banner .banner-cont .banner-title {
  font-weight: 600;
  margin-bottom: 6px;
  color: #fff;
}
@media (max-width: 767px) {
  body .wrapper .home-banner .banner-cont .banner-title {
    margin-bottom: 15px;
  }
}
body .wrapper .home-banner .banner-cont .banner-title h1 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
}
body .wrapper .home-banner .banner-cont p {
  color: #a7d0e3;
  line-height: 21px;
  margin: 0;
}
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: 9999;
  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;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: unset;
  background-size: cover;
}
@media (max-width: 767px) {
  body .wrapper .home-banner .home-slider .slide-item {
    height: calc(100vh - 135px);
  }
}
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: 369px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .home-banner .home-slider .slide-item img {
    min-height: 550px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .home-banner .home-slider .slide-item img {
    min-height: 801px;
  }
}
body .wrapper .slick-slide,
body .wrapper a {
  outline: 0 !important;
}
body .wrapper .our-services .container {
  padding: 0;
  max-width: 100%;
  width: 100%;
}
body .wrapper .our-services .container .row {
  margin: 0;
  justify-content: space-between;
}
body .wrapper .our-services .container .row .col-12 {
  padding: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: calc(33.3333% - 2px);
}
@media (max-width: 767px) {
  body .wrapper .our-services .container .row .col-12 {
    max-width: 100%;
  }
}
body .wrapper .our-services .container .row .col-12 + .col-12 {
  margin-top: 3px;
}
body .wrapper .our-services .service-wrap {
  position: relative;
  display: block;
  text-decoration: none !important;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 767px) {
  body .wrapper .our-services .service-wrap {
    height: 0;
    padding-bottom: 66.67%;
  }
}
body .wrapper .our-services .service-wrap:hover .text-overlay {
  background: rgba(0, 51, 84, 0.9);
  height: 100%;
}
body .wrapper .our-services .service-wrap:hover .text-overlay .text-hover {
  margin: 10px auto 0;
  visibility: visible;
  opacity: 1;
  overflow: hidden;
  transition: all .3s;
  max-height: 500px;
}
@media (max-width: 767px) {
  body .wrapper .our-services .service-wrap:hover .text-overlay .text-hover {
    margin: 5px auto 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .our-services .service-wrap:hover .text-overlay .text-hover {
    margin: 5px auto 0;
  }
}
body .wrapper .our-services .service-wrap img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 767px) {
  body .wrapper .our-services .service-wrap img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
}
body .wrapper .our-services .service-wrap .text-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 51, 84, 0.6);
  transition: all .3s;
  text-align: center;
  padding: 57px 10px;
  height: 151px;
}
@media (max-width: 767px) {
  body .wrapper .our-services .service-wrap .text-overlay {
    z-index: 2;
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .our-services .service-wrap .text-overlay {
    padding: 15px 10px;
    height: 90px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .our-services .service-wrap .text-overlay {
    padding: 15px 10px;
    height: 90px;
  }
}
body .wrapper .our-services .service-wrap .text-overlay > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
body .wrapper .our-services .service-wrap .text-overlay .text-hover {
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  transition: all .3s;
  max-height: 0;
  max-width: 406px;
  margin: 0 auto 0;
}
body .wrapper .our-services .service-wrap .text-overlay .text-hover p {
  color: #fff;
}
@media (max-width: 767px) {
  body .wrapper .our-services .service-wrap .text-overlay .text-hover p {
    font-size: 12px;
    line-height: 20px;
    padding: 0 10px;
    margin: 0 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .our-services .service-wrap .text-overlay .text-hover p {
    font-size: 12px;
    line-height: 20px;
    padding: 0 10px;
    margin: 0 0 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .our-services .service-wrap .text-overlay .text-hover p {
    line-height: 24px;
    font-size: 14px;
    margin: 0 0 15px;
  }
}
body .wrapper .our-services .service-wrap .text-overlay .text-hover .learn-more {
  color: #F26101 !important;
  position: relative;
  padding-bottom: 1px;
  font-size: 16px;
  font-weight: 900;
  display: inline-block;
}
@media (max-width: 767px) {
  body .wrapper .our-services .service-wrap .text-overlay .text-hover .learn-more {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .our-services .service-wrap .text-overlay .text-hover .learn-more {
    font-size: 14px;
    line-height: 18px;
  }
}
body .wrapper .our-services .service-wrap .text-overlay .text-hover .learn-more::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  transition: all .3s;
  height: 1px;
  background: #F26101;
  z-index: 1;
}
body .wrapper .our-services .service-wrap .text-overlay .text-hover .learn-more:hover::before {
  width: 100%;
}
body .wrapper .our-services .service-wrap .text-overlay h3 {
  color: #fff;
  font-weight: 400;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .our-services .service-wrap .text-overlay h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
body .wrapper .latest-news {
  padding: 154px 0 188px;
}
@media (max-width: 767px) {
  body .wrapper .latest-news {
    padding: 55px 0 86px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .latest-news {
    padding: 70px 0 75px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .latest-news {
    padding: 86px 0 94px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .latest-news {
    padding: 90px 0;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .latest-news {
    padding: 110px 0;
  }
}
@media (min-width: 1681px) and (max-width: 1880px) {
  body .wrapper .latest-news {
    padding: 120px 0;
  }
}
@media (min-width: 1681px) {
  body .wrapper .latest-news .container {
    max-width: 1382px;
  }
}
body .wrapper .latest-news .sec-header {
  text-align: center;
  padding-bottom: 54px;
}
@media (max-width: 767px) {
  body .wrapper .latest-news .sec-header {
    padding: 0 20px 35px;
  }
}
body .wrapper .latest-news .sec-header h2 {
  margin: 0 0 23px;
}
body .wrapper .latest-news .sec-header p {
  font-weight: 900;
}
body .wrapper .latest-news .news-text {
  padding-top: 30px;
}
body .wrapper .latest-news .news-text h3 {
  margin: 0 0 14px;
}
body .wrapper .latest-news .row {
  justify-content: space-between;
}
body .wrapper .latest-news .row .col-md-6.col-12 {
  max-width: 630px;
}
@media (max-width: 767px) {
  body .wrapper .latest-news .row .col-md-6.col-12 + .col-md-6.col-12 {
    margin-top: 48px;
  }
}
body .wrapper .latest-news .row .col-md-6.col-12:hover > a:hover img {
  transform: scale(1.1);
}
body .wrapper .latest-news .row .col-md-6.col-12:hover .learn-more {
  color: #e15900 !important;
}
body .wrapper .latest-news .row .col-md-6.col-12 .learn-more {
  margin-top: 9px;
}
body .wrapper .latest-news .row .col-md-6.col-12 > a {
  overflow: hidden;
  display: block;
  text-decoration: none;
  position: relative;
}
@media (max-width: 767px) {
  body .wrapper .latest-news .row .col-md-6.col-12 > a {
    height: 0;
    padding-bottom: 63.75%;
  }
}
body .wrapper .latest-news .row .col-md-6.col-12 > a img {
  height: 300px;
  object-fit: cover;
  transition: all .3s;
  width: 100%;
}
@media (max-width: 767px) {
  body .wrapper .latest-news .row .col-md-6.col-12 > a img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .latest-news .row .col-md-6.col-12 > a img {
    height: 210px;
  }
}
body .wrapper .service-highlights {
  padding: 89px 0 137px;
}
@media (max-width: 767px) {
  body .wrapper .service-highlights {
    padding: 40px 0 66px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .service-highlights {
    padding: 70px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .service-highlights {
    padding: 90px 0 96px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .service-highlights {
    padding: 90px 0 96px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .service-highlights {
    padding: 110px 0;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .service-highlights {
    padding: 120px 0;
  }
}
body .wrapper .service-highlights .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/quote-icon.png");
}
body .wrapper .service-highlights .st-pro-wrapper .st-pro-testimonial:last-child {
  margin: 0;
}
body .wrapper .service-highlights .st-pro-wrapper .st-pro-testimonial p {
  margin-bottom: 20px;
}
body .wrapper .service-highlights .st-pro-wrapper .st-pro-testimonial .st-pro-author {
  font-weight: bold;
}
body .wrapper .service-highlights .service-header {
  text-align: center;
}
body .wrapper .service-highlights .service-header h2 {
  margin-bottom: 23px;
}
body .wrapper .service-highlights .service-header .btn {
  margin-top: 15px;
}
body .wrapper .service-highlights .service-list {
  margin-top: 16px;
}
@media (max-width: 767px) {
  body .wrapper .service-highlights .service-list {
    margin-top: 0;
  }
}
body .wrapper .service-highlights .service-list .service-list-item {
  padding-top: 73px;
  margin-top: 72px;
  position: relative;
}
@media (max-width: 767px) {
  body .wrapper .service-highlights .service-list .service-list-item {
    margin-top: 40px;
    padding-top: 44px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .service-highlights .service-list .service-list-item {
    margin-top: 50px;
    padding-top: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .service-highlights .service-list .service-list-item {
    margin-top: 50px;
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  body .wrapper .service-highlights .service-list .service-list-item:first-child {
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .service-highlights .service-list .service-list-item:first-child {
    margin-top: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .service-highlights .service-list .service-list-item:first-child {
    margin-top: 30px;
  }
}
body .wrapper .service-highlights .service-list .service-list-item::before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  height: 1px;
  background: #E1E1E1;
  z-index: 1;
}
body .wrapper .service-highlights .service-list .service-list-item .row {
  align-items: center;
}
body .wrapper .service-highlights .service-list .service-list-item h3 {
  font-size: 26px;
  line-height: 32px;
}
body .wrapper .service-highlights .service-list .service-list-item .col-md-4 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 480px;
}
@media (max-width: 767px) {
  body .wrapper .service-highlights .service-list .service-list-item .col-md-4 {
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .service-highlights .service-list .service-list-item .col-md-4 {
    max-width: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .service-highlights .service-list .service-list-item .col-md-4 {
    max-width: 340px;
  }
}
body .wrapper .service-highlights .service-list .service-list-item .col-md-4 img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 767px) {
  body .wrapper .service-highlights .service-list .service-list-item .col-md-4 img {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .service-highlights .service-list .service-list-item .col-md-4 img {
    height: 230px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .service-highlights .service-list .service-list-item .col-md-4 img {
    height: 230px;
  }
}
body .wrapper .service-highlights .service-list .service-list-item .col-md-8 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: calc(100% - 480px);
  padding-left: 83px;
}
@media (max-width: 767px) {
  body .wrapper .service-highlights .service-list .service-list-item .col-md-8 {
    max-width: 100%;
    padding-left: 15px;
    padding-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .service-highlights .service-list .service-list-item .col-md-8 {
    max-width: calc(100% - 300px);
    padding-left: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .service-highlights .service-list .service-list-item .col-md-8 {
    max-width: calc(100% - 340px);
    padding-left: 25px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .service-highlights .service-list .service-list-item .col-md-8 {
    padding-left: 55px;
  }
}
body .wrapper.page-template-home .service-highlights {
  padding: 156px 0 159px;
}
@media (max-width: 767px) {
  body .wrapper.page-template-home .service-highlights {
    padding: 40px 0 66px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper.page-template-home .service-highlights {
    padding: 70px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper.page-template-home .service-highlights {
    padding: 90px 0 96px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper.page-template-home .service-highlights {
    padding: 100px 0;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper.page-template-home .service-highlights {
    padding: 110px 0;
  }
}
@media (min-width: 1681px) and (max-width: 1880px) {
  body .wrapper.page-template-home .service-highlights {
    padding: 120px 0;
  }
}
@media (min-width: 1200px) {
  body .wrapper.page-template-home .service-highlights .container {
    max-width: 1054px;
  }
}
@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 .cta-block {
  background: #a7d0e3;
  padding: 132px 0 136px;
}
@media (max-width: 767px) {
  body .wrapper .cta-block {
    padding: 80px 0 82px;
    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: 79px 0;
    text-align: center;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .cta-block {
    padding: 79px 0;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .cta-block {
    padding: 90px 0;
  }
}
@media (min-width: 1681px) {
  body .wrapper .cta-block .container {
    max-width: 1378px;
  }
}
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: 15px;
}
@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;
  }
}
body .wrapper .cta-block .row .col-md-auto .btn {
  padding: 14.5px 29.5px;
  margin-top: 3px;
  margin-right: 9px;
}
body .wrapper .cta-block h2 {
  margin: 0;
  font-family: 'Avenir';
  color: #003354;
  font-weight: 900;
}
body .wrapper .testimonial-block {
  padding: 122px 0 133px;
  background: rgba(167, 208, 227, 0.3);
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  body .wrapper .testimonial-block {
    padding: 71px 2px 97px;
  }
}
@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: 87px 0 107px;
  }
}
@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;
  }
}
body .wrapper .testimonial-block .test-slider {
  margin: 0;
}
body .wrapper .testimonial-block .slick-dots {
  display: none !important;
}
body .wrapper .testimonial-block .row {
  justify-content: space-between;
}
body .wrapper .testimonial-block .row .col-12 {
  max-width: 30.333333%;
}
@media (max-width: 767px) {
  body .wrapper .testimonial-block .row .col-12 {
    max-width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1112px) {
  body .wrapper .testimonial-block .row .col-12 {
    max-width: 33.333333%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .testimonial-block .row .col-12 {
    max-width: 33.333333%;
  }
}
@media (max-width: 767px) {
  body .wrapper .testimonial-block .row .col-12 + .col-12 {
    display: none;
  }
}
body .wrapper .testimonial-block .btn {
  margin: 34px auto 0;
}
@media (max-width: 767px) {
  body .wrapper .testimonial-block .btn {
    margin: 24px auto 0;
  }
}
@media (min-width: 1100px) and (max-width: 1199px) {
  body .wrapper .testimonial-block .container {
    max-width: 1024px;
  }
}
@media (min-width: 1681px) {
  body .wrapper .testimonial-block .container {
    max-width: 1452px;
  }
}
body .wrapper .testimonial-block .testi-wrap {
  text-align: left;
  padding: 37px 0 0 20px;
  background-position: left top;
  background-size: 34px 28px;
  background-repeat: no-repeat;
  background-image: url("/packages/prime/themes/prime/images/quote-icon.png");
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .testimonial-block .testi-wrap {
    padding: 37px 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .testimonial-block .testi-wrap p {
    font-size: 15px;
    line-height: 26px;
  }
}
body .wrapper .testimonial-block .testi-wrap p.author {
  color: #003354;
  font-weight: 900;
}
body .wrapper .testimonial-block h2 {
  margin-bottom: 58px;
}
@media (max-width: 767px) {
  body .wrapper .testimonial-block h2 {
    margin-bottom: 50px;
  }
}
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,
body .wrapper .inside_banner {
  position: relative;
}
body .wrapper .inside-banner img,
body .wrapper .inside_banner img {
  width: 100%;
  object-fit: cover;
  height: 714px;
}
@media (max-width: 767px) {
  body .wrapper .inside-banner img,
  body .wrapper .inside_banner img {
    height: auto;
    min-height: 280px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .inside-banner img,
  body .wrapper .inside_banner img {
    height: auto;
    min-height: 280px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .inside-banner img,
  body .wrapper .inside_banner img {
    height: auto;
    min-height: 330px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .inside-banner img,
  body .wrapper .inside_banner img {
    height: auto;
    min-height: 330px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .inside-banner img,
  body .wrapper .inside_banner img {
    height: auto;
    min-height: 330px;
  }
}
body .wrapper .inside-banner .banner-cont,
body .wrapper .inside_banner .banner-cont {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  z-index: 1;
  width: 100%;
  max-width: 920px;
  background: #003354;
  text-align: center;
  padding: 34px 30px 30px;
}
@media (max-width: 767px) {
  body .wrapper .inside-banner .banner-cont,
  body .wrapper .inside_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 .inside-banner .banner-cont,
  body .wrapper .inside_banner .banner-cont {
    width: 94%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .inside-banner .banner-cont,
  body .wrapper .inside_banner .banner-cont {
    max-width: 865px;
    bottom: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .inside-banner .banner-cont,
  body .wrapper .inside_banner .banner-cont {
    bottom: 0;
  }
}
body .wrapper .inside-banner .banner-cont .container,
body .wrapper .inside_banner .banner-cont .container {
  padding: 0;
  max-width: 100%;
  width: 100%;
}
body .wrapper .inside-banner .banner-cont .inside-page-title,
body .wrapper .inside_banner .banner-cont .inside-page-title,
body .wrapper .inside-banner .banner-cont h1,
body .wrapper .inside_banner .banner-cont h1 {
  text-transform: uppercase;
  font-weight: normal;
  margin: 0 0 7px;
  font-weight: 900;
  text-transform: capitalize;
}
@media (min-width: 1681px) {
  body .wrapper .inside-banner .banner-cont .inside-page-title,
  body .wrapper .inside_banner .banner-cont .inside-page-title,
  body .wrapper .inside-banner .banner-cont h1,
  body .wrapper .inside_banner .banner-cont h1 {
    font-size: 50px;
    line-height: 64px;
  }
}
@media (max-width: 767px) {
  body .wrapper .inside-banner .banner-cont .inside-page-title,
  body .wrapper .inside_banner .banner-cont .inside-page-title,
  body .wrapper .inside-banner .banner-cont h1,
  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 .inside-page-title,
  body .wrapper .inside-banner .banner-cont h1,
  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 .inside-page-title,
  body .wrapper .inside-banner .banner-cont h1,
  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 .inside-page-title,
  body .wrapper .inside-banner .banner-cont h1,
  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 .inside-page-title,
  body .wrapper .inside-banner .banner-cont h1,
  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 .inside-page-title,
body .wrapper .inside-banner .banner-cont a,
body .wrapper .inside_banner .banner-cont a,
body .wrapper .inside-banner .banner-cont h1,
body .wrapper .inside_banner .banner-cont h1,
body .wrapper .inside-banner .banner-cont h2,
body .wrapper .inside_banner .banner-cont h2 {
  color: #fff;
}
body .wrapper .inside-banner .banner-cont .breadcrumb_outer .breadcrumb,
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,
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,
body .wrapper .inside_banner .banner-cont .breadcrumb_outer .breadcrumb li a {
  color: #a7d0e3;
  text-decoration: none;
}
body .wrapper .inside-banner .banner-cont .breadcrumb_outer .breadcrumb li a:hover,
body .wrapper .inside_banner .banner-cont .breadcrumb_outer .breadcrumb li a:hover {
  color: #fff !important;
  text-decoration: none;
}
body .wrapper .inside-banner .banner-cont .breadcrumb_outer .breadcrumb li.active,
body .wrapper .inside_banner .banner-cont .breadcrumb_outer .breadcrumb li.active {
  color: #fff;
  text-decoration: none;
}
body .wrapper .inside-banner .banner-cont .breadcrumb_outer .breadcrumb li.active a,
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,
body .wrapper .inside_banner .banner-cont .breadcrumb_outer .breadcrumb li + li {
  padding-left: 11px;
  position: relative;
}
body .wrapper .inside-banner .banner-cont .breadcrumb_outer .breadcrumb li + li::before,
body .wrapper .inside_banner .banner-cont .breadcrumb_outer .breadcrumb li + li::before {
  content: "";
  width: 1px;
  height: 14px;
  position: absolute;
  left: 5px;
  top: 4px;
  background: #a7d0e3;
}
body .wrapper.ccm-page-id-250 .service-highlights img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  body .wrapper.ccm-page-id-250 .service-highlights img {
    margin: 0 auto 20px 0;
  }
}
@media (min-width: 1367px) {
  body .wrapper.ccm-page-id-250 .service-highlights .col-sm-9 {
    padding-top: 25px;
  }
}
body .wrapper.ccm-page-id-250 .service-highlights .container + .container {
  padding-top: 30px;
}
@media (max-width: 767px) {
  body .wrapper.ccm-page-id-250 .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: 36px;
  line-height: 48px;
}
@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: 91px 0 87px;
}
@media (max-width: 767px) {
  body .wrapper .left-sidebar {
    padding: 50px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .left-sidebar {
    padding: 60px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .left-sidebar {
    padding: 70px 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: 0;
}
@media (max-width: 767px) {
  body .wrapper .left-sidebar .faq.accordion-container {
    padding-top: 0;
  }
}
body .wrapper .left-sidebar .faq.accordion-container .accordion-item {
  margin-bottom: 0;
  border-bottom: 1px solid #E1E1E1;
}
body .wrapper .left-sidebar .faq.accordion-container .accordion-item:nth-child(1).open {
  margin-bottom: 0;
}
body .wrapper .left-sidebar .faq.accordion-container .accordion-item.open .accordion-header .accordion-header-inner .accordion-icon,
body .wrapper .left-sidebar .faq.accordion-container .accordion-item:hover .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,
body .wrapper .left-sidebar .faq.accordion-container .accordion-item:hover .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: 24px 0 ;
  background: transparent;
  position: relative;
}
body .wrapper .left-sidebar .faq.accordion-container .accordion-item .accordion-header .accordion-header-inner .accordion-icon {
  display: none !important;
  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: 20px;
  line-height: 24px;
  color: #a7d0e3;
  font-family: 'Avenir';
  font-weight: 900;
  transition: all .3s;
}
body .wrapper .left-sidebar .faq.accordion-container .accordion-item .accordion-outer-content {
  margin: -17px 0 0;
}
body .wrapper .left-sidebar .faq.accordion-container .accordion-item .accordion-outer-content .accordion-content {
  padding: 0 0 19px;
}
body .wrapper .left-sidebar .faq.accordion-container .accordion-item .accordion-outer-content .accordion-content p {
  margin: 0;
}
body .wrapper .left-sidebar .faq.accordion-container .accordion-item .accordion-outer-content .accordion-content p + p {
  margin-top: 20px;
}
body .wrapper .left-sidebar .faq.accordion-container .accordion-item .accordion-outer-content .accordion-content ul li {
  margin-bottom: 0;
}
body .wrapper .left-sidebar .faq.accordion-container .accordion-item .accordion-outer-content .accordion-content ul li + li {
  margin-top: 20px;
}
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: 14px;
  padding-left: 25px;
  padding-top: 12px;
}
@media (max-width: 767px) {
  body .wrapper .left-sidebar .col-left {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    order: 2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .left-sidebar .col-left {
    padding-left: 15px;
    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-left: 15px;
    padding-right: 15px;
  }
}
body .wrapper .left-sidebar .col-left div.side-nav {
  margin: 0 0 50px;
}
body .wrapper .left-sidebar .col-left div.side-nav h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  padding: 13px;
  background: #003354;
  margin: 0;
}
body .wrapper .left-sidebar .col-left ul.side-nav {
  padding: 0;
  display: block;
  margin: 1px 0 0;
}
@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: 26px;
  border-top: 1px solid rgba(225, 225, 225, 0.55);
  padding: 13px 0;
  text-align: center;
}
body .wrapper .left-sidebar .col-left ul.side-nav li:last-child {
  border-bottom: 1px solid rgba(225, 225, 225, 0.55);
}
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: 20px;
  line-height: 26px;
  display: block;
  color: #5E5E5E;
}
@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: #f26101 !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 {
  font-size: 16px;
  line-height: 20px;
  min-width: auto;
  width: 100%;
  padding: 17px 24px;
  font-family: 'Avenir';
  font-weight: 900;
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .left-sidebar .col-left .btn {
    font-size: 14px;
    padding: 15px 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .left-sidebar .col-left .btn {
    font-size: 16px;
    padding: 15px 14px;
  }
}
body .wrapper .left-sidebar .col-left .btn + h2 {
  display: none;
}
body .wrapper .left-sidebar .col-left .blog-side {
  text-align: center;
  margin-top: 49px;
}
body .wrapper .left-sidebar .col-left .blog-side h3 {
  margin: 18px 0 9px;
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .left-sidebar .col-left .blog-side h3 {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .left-sidebar .col-left .blog-side h3 {
    font-size: 23px;
    line-height: 26px;
  }
}
body .wrapper .left-sidebar .col-left .blog-side:hover .img-link img {
  transform: scale(1.1);
}
body .wrapper .left-sidebar .col-left .blog-side:hover .learn-more::before {
  width: 100%;
}
body .wrapper .left-sidebar .col-left .blog-side .learn-more {
  margin-bottom: 10px;
}
body .wrapper .left-sidebar .col-left .blog-side .img-link {
  overflow: hidden;
  display: block;
  text-decoration: none !important;
}
body .wrapper .left-sidebar .col-left .blog-side .img-link img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  transition: all .3s;
}
@media (max-width: 767px) {
  body .wrapper .left-sidebar .col-left .blog-side .img-link img {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .left-sidebar .col-left .blog-side .img-link img {
    height: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .left-sidebar .col-left .blog-side .img-link img {
    height: auto;
  }
}
body .wrapper .left-sidebar .col-right {
  padding-right: 126px;
}
@media (max-width: 767px) {
  body .wrapper .left-sidebar .col-right {
    padding-right: 15px;
    order: 1;
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .left-sidebar .col-right {
    padding-right: 15px;
    max-width: 68%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .left-sidebar .col-right {
    padding-right: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .left-sidebar .col-right {
    padding-right: 30px;
  }
}
body .wrapper .left-sidebar .col-right h3 {
  margin-bottom: 19px;
  margin-top: 31px;
}
@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: 5px;
    -ms-flex: 0 0 52%;
    flex: 0 0 52%;
    max-width: 52%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .left-sidebar .col-right .col-sm-7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  body .wrapper .left-sidebar .col-right .col-sm-5 {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    padding-top: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .left-sidebar .col-right .col-sm-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 5px;
  }
}
body .wrapper .left-sidebar .col-right .col-sm-5 img {
  margin-top: 5px;
}
@media (max-width: 767px) {
  body .wrapper .left-sidebar .col-right .col-sm-5 img {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .left-sidebar .col-right .col-sm-5 img {
    margin-bottom: 30px;
  }
}
body .wrapper .left-sidebar .col-right p {
  margin: 0 0 25px;
}
@media (max-width: 767px) {
  body .wrapper .left-sidebar .col-right p {
    margin: 0 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper .left-sidebar .col-right p {
    margin: 0 0 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .left-sidebar .col-right p {
    margin: 0 0 20px;
  }
}
body .wrapper .left-sidebar .col-right h1 {
  font-size: 36px;
  line-height: 48px;
}
@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: 23px;
}
@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: -6px;
}
@media (max-width: 767px) {
  body .wrapper .left-sidebar .col-right p + ul {
    margin-top: 0;
  }
}
body .wrapper .left-sidebar .col-right ul {
  padding: 0 0 0 32px;
}
@media (max-width: 767px) {
  body .wrapper .left-sidebar .col-right ul {
    padding: 0 0 0 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper .left-sidebar .col-right ul {
    padding: 0 0 0 20px;
  }
}
body .wrapper .left-sidebar .col-right ul li {
  padding: 0 0 0 28px;
  margin-bottom: 8px;
  color: #777777;
}
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 a {
  text-transform: uppercase;
}
body .wrapper .ccm-search-results-pagination ul {
  margin: 0;
}
body .wrapper .ccm-search-results-pagination ul li {
  padding: 0;
}
body .wrapper .ccm-search-results-pagination ul li a {
  margin: 0;
  color: #fff !important;
  background: #003354 !important;
  text-decoration: none !important;
  border-color: #fff !important;
  padding: 5px 10px;
  border: 1px solid #fff;
  transition: all .3s;
}
body .wrapper .ccm-search-results-pagination ul li a:hover {
  color: #fff !important;
  background: #a7d0e3 !important;
}
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: #fff !important;
  background: #a7d0e3 !important;
}
body .wrapper header {
  box-shadow: 0 3px 6px #00000029;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background: rgba(0, 51, 84, 0.8);
  transition: all .3s;
}
@media (max-width: 767px) {
  body .wrapper header {
    position: relative;
  }
}
@media (min-width: 768px) {
  body .wrapper header.sticky_header {
    background: #003354;
  }
  body .wrapper header.sticky_header .top-sec {
    padding: 15px 0;
  }
  body .wrapper header.sticky_header .top-sec .head-logo img {
    max-width: 140px;
  }
  body .wrapper header.sticky_header .nav-sec ul li {
    padding: 8px 0;
  }
}
body .wrapper header ul li {
  padding-left: 0;
}
body .wrapper header ul li::before {
  display: none !important;
}
@media (min-width: 1681px) and (max-width: 1780px) {
  body .wrapper header .container {
    max-width: 1600px;
  }
}
@media (min-width: 1781px) {
  body .wrapper header .container {
    max-width: 1748px;
  }
}
body .wrapper header .top-sec {
  padding: 16px 0 17px;
  transition: all .3s;
}
@media (max-width: 767px) {
  body .wrapper header .top-sec {
    position: relative;
    padding: 24px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper header .top-sec {
    position: relative;
    padding: 24px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper header .top-sec {
    position: relative;
    padding: 21px 0;
  }
}
@media (max-width: 767px) {
  body .wrapper header .top-sec .head-social {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper header .top-sec .head-social {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper header .top-sec .head-social {
    display: none;
  }
}
body .wrapper header .top-sec .ccm-block-social-links {
  line-height: 24px;
  padding-top: 5px;
}
body .wrapper header .top-sec .ccm-block-social-links ul {
  margin: 0;
  display: flex;
  padding: 0;
}
body .wrapper header .top-sec .ccm-block-social-links ul li {
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  margin-right: 0;
}
body .wrapper header .top-sec .ccm-block-social-links ul li + li {
  margin-left: 16px;
}
body .wrapper header .top-sec .ccm-block-social-links ul li a {
  color: #fff !important;
}
body .wrapper header .top-sec .ccm-block-social-links ul li a:hover {
  color: #a7d0e3 !important;
  text-decoration: none !important;
}
body .wrapper header .top-sec .row {
  align-items: center;
}
@media (max-width: 767px) {
  body .wrapper header .top-sec .row {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper header .top-sec .row {
    justify-content: space-between;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper header .top-sec .row {
    justify-content: space-between;
  }
}
body .wrapper header .top-sec .head-logo {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper header .top-sec .head-logo {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper header .top-sec .head-logo {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
body .wrapper header .top-sec .head-logo img {
  transition: all .3s;
  max-width: 188px;
}
@media (max-width: 767px) {
  body .wrapper header .top-sec .head-logo img {
    max-width: 148px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper header .top-sec .head-logo img {
    max-width: 148px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper header .top-sec .head-logo img {
    max-width: 158px;
  }
}
body .wrapper header .top-sec .head-contact {
  text-align: right;
}
@media (max-width: 767px) {
  body .wrapper header .top-sec .head-contact {
    position: absolute;
    right: 31px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    padding: 0;
    max-width: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper header .top-sec .head-contact {
    position: absolute;
    right: 31px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    padding: 0;
    max-width: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper header .top-sec .head-contact {
    margin: 0;
    position: absolute;
    white-space: nowrap;
    top: 50%;
    right: 39px;
    transform: translateY(-50%);
  }
}
body .wrapper header .top-sec .head-contact a {
  display: inline-block;
  font-size: 20px;
  line-height: 26px;
  font-weight: 900;
  letter-spacing: .3px;
  margin: 7px 25px 0 0;
  color: #fff !important;
  text-decoration: none !important;
}
@media (max-width: 767px) {
  body .wrapper header .top-sec .head-contact a {
    font-size: 0;
    width: 30px;
    height: 30px;
    overflow: hidden;
    text-indent: -999px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/packages/prime/themes/prime/images/phone-Icon.png");
    background-size: 30px;
    margin: 0;
  }
  body .wrapper header .top-sec .head-contact a:hover {
    opacity: .8 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper header .top-sec .head-contact a {
    font-size: 0;
    width: 30px;
    height: 30px;
    overflow: hidden;
    text-indent: -999px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/packages/prime/themes/prime/images/phone-Icon.png");
    background-size: 30px;
    margin: 0;
  }
  body .wrapper header .top-sec .head-contact a:hover {
    opacity: .8 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper header .top-sec .head-contact a {
    margin: 0px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper header .top-sec .head-contact a {
    margin: 0px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper header .top-sec .head-contact a {
    margin: 0px;
  }
}
body .wrapper header .top-sec .head-contact a:hover {
  color: #a7d0e3 !important;
  text-decoration: none !important;
}
body .wrapper header .nav-sec {
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  body .wrapper header .nav-sec {
    padding: 0;
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper header .nav-sec {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper header .nav-sec {
    display: none;
  }
}
body .wrapper header .nav-sec > ul > li::before {
  width: 0;
  height: 4px;
  background: #fff;
  transition: all .3s;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
body .wrapper header .nav-sec > ul > li:hover > a,
body .wrapper header .nav-sec > ul > li.nav-selected > a,
body .wrapper header .nav-sec > ul > li.nav-path-selected > a {
  color: #fff !important;
}
body .wrapper header .nav-sec > ul > li:hover::before,
body .wrapper header .nav-sec > ul > li.nav-selected::before,
body .wrapper header .nav-sec > ul > li.nav-path-selected::before {
  width: 100%;
}
body .wrapper header .nav-sec ul {
  justify-content: center;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  body .wrapper header .nav-sec ul {
    display: none;
  }
}
body .wrapper header .nav-sec ul li {
  margin-right: 78px;
  position: relative;
  padding: 16px 0;
  transition: all .3s;
}
body .wrapper header .nav-sec ul li.Locations ul {
  display: none !important;
}
body .wrapper header .nav-sec ul li.nav-path-selected > a,
body .wrapper header .nav-sec ul li.nav-selected > a {
  color: #fff !important;
}
body .wrapper header .nav-sec ul li:last-child {
  margin-right: 42px;
}
body .wrapper header .nav-sec ul li:hover > a {
  color: #fff !important;
}
body .wrapper header .nav-sec ul li:hover ul {
  display: block;
}
body .wrapper header .nav-sec ul li ul {
  position: absolute;
  left: -25px;
  top: 100%;
  z-index: 1;
  margin: 0;
  padding: 0;
  min-width: 220px;
  display: none;
}
body .wrapper header .nav-sec ul li ul li {
  border-bottom: 1px solid #fff;
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
  display: block;
}
body .wrapper header .nav-sec ul li ul li.nav-path-selected > a,
body .wrapper header .nav-sec ul li ul li.nav-selected > a {
  color: #003354 !important;
}
body .wrapper header .nav-sec ul li ul li:last-child {
  border: 0;
}
body .wrapper header .nav-sec ul li ul li a {
  padding: 12px 25px;
  background: #a7d0e3 !important;
  color: #003354 !important;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  display: block;
  letter-spacing: 0;
  text-transform: capitalize;
  white-space: nowrap;
}
body .wrapper header .nav-sec ul li ul li a:hover {
  text-decoration: underline !important;
  color: #003354 !important;
}
body .wrapper header .nav-sec ul li a {
  color: #a7d0e3;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.36px;
  text-transform: uppercase;
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper header .nav-sec ul li a {
    font-size: 16px;
    line-height: 22px;
  }
}
body .wrapper header .nav-sec ul li a:hover {
  color: #fff !important;
}
body .wrapper header a.menu-icon {
  width: 35px;
  height: 21px;
  position: absolute;
  left: 31px;
  top: 96px;
  z-index: 1;
}
@media (max-width: 767px) {
  body .wrapper header a.menu-icon {
    width: 32px;
    height: 23px;
    left: 31px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper header a.menu-icon {
    width: 45px;
    height: 34px;
    left: 56px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper header a.menu-icon {
    width: 45px;
    height: 34px;
    left: 56px;
    top: 50%;
    transform: translateY(-50%);
  }
}
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: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
}
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: #C8E0EC;
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  padding: 160px 20px 30px;
  bottom: 0;
  overflow: hidden auto;
  z-index: 8;
  transition: all .3s;
  transform: translate(-100%);
}
@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: 0;
    right: auto;
    text-align: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper header .mobile-menu {
    max-width: 390px;
    left: 0;
    right: auto;
    text-align: left;
  }
}
body .wrapper header .mobile-menu.open {
  transform: translate(0);
}
body .wrapper header .mobile-menu a.menu-close {
  width: 35px;
  height: 21px;
  position: absolute;
  left: 31px;
  top: 96px;
  z-index: 9;
}
@media (max-width: 767px) {
  body .wrapper header .mobile-menu a.menu-close {
    width: 32px;
    height: 23px;
    left: 31px;
    top: 68px;
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper header .mobile-menu a.menu-close {
    width: 45px;
    height: 38px;
    left: 56px;
    top: 68px;
    transform: translateY(-50%);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper header .mobile-menu a.menu-close {
    width: 45px;
    height: 38px;
    left: 56px;
    top: 68px;
    transform: translateY(-50%);
  }
}
body .wrapper header .mobile-menu a.menu-close::before,
body .wrapper header .mobile-menu a.menu-close::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #5E5E5E;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
}
body .wrapper header .mobile-menu a.menu-close::before {
  top: 9px;
  transform: rotate(45deg);
}
body .wrapper header .mobile-menu a.menu-close::after {
  top: 9px;
  transform: rotate(-45deg);
}
body .wrapper header .mobile-menu .mobile-inner {
  max-width: 253px;
  margin: 0 auto;
}
body .wrapper header .mobile-menu .mobile-inner .mobile_menu_nav {
  margin: 0 0 98px;
  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: 26px;
  margin-bottom: 26px;
}
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: #f26101 !important;
}
body .wrapper header .mobile-menu .mobile-inner .mobile_menu_nav li.nav-selected span.has_sub_nav::before,
body .wrapper header .mobile-menu .mobile-inner .mobile_menu_nav li.nav-path-selected span.has_sub_nav::before,
body .wrapper header .mobile-menu .mobile-inner .mobile_menu_nav li.nav-selected span.has_sub_nav::after,
body .wrapper header .mobile-menu .mobile-inner .mobile_menu_nav li.nav-path-selected span.has_sub_nav::after {
  background: #f26101;
}
body .wrapper header .mobile-menu .mobile-inner .mobile_menu_nav li.open_nav span.has_sub_nav::before,
body .wrapper header .mobile-menu .mobile-inner .mobile_menu_nav li.open_nav span.has_sub_nav::after {
  background: #f26101;
}
body .wrapper header .mobile-menu .mobile-inner .mobile_menu_nav li.open_nav span.has_sub_nav::before {
  display: none;
}
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: #f26101 !important;
}
body .wrapper header .mobile-menu .mobile-inner .mobile_menu_nav li span.has_sub_nav {
  display: inline-block;
  height: 12px;
  width: 12px;
  vertical-align: middle;
  position: relative;
  margin: -7px 0 0 22px;
}
body .wrapper header .mobile-menu .mobile-inner .mobile_menu_nav li span.has_sub_nav::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  background: #003354;
  z-index: 1;
  transform: translateX(-50%);
}
body .wrapper header .mobile-menu .mobile-inner .mobile_menu_nav li span.has_sub_nav::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #003354;
  z-index: 1;
  transform: translateY(-50%);
}
body .wrapper header .mobile-menu .mobile-inner .mobile_menu_nav li a {
  color: #003354;
  font-weight: 400;
  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: #f26101 !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: #003354;
  font-weight: normal;
  font-size: 15px;
  text-transform: capitalize;
}
body .wrapper header .mobile-menu .mobile-inner p {
  color: #5E5E5E;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 14px;
}
body .wrapper header .mobile-menu .mobile-inner p a {
  color: #003354;
}
body .wrapper header .mobile-menu .mobile-inner .contact-text a {
  color: #f26101;
  font-size: 20px;
  line-height: 26px;
  font-weight: 900;
}
body .wrapper header .mobile-menu .mobile-inner .contact-text a:hover {
  color: #003354 !important;
}
body .wrapper header .mobile-menu .mobile-inner .ccm-block-social-links {
  padding-top: 45px;
}
body .wrapper header .mobile-menu .mobile-inner .ccm-block-social-links ul {
  margin: 0;
  padding: 0;
  display: flex;
}
body .wrapper header .mobile-menu .mobile-inner .ccm-block-social-links ul li {
  margin-right: 0;
}
body .wrapper header .mobile-menu .mobile-inner .ccm-block-social-links ul li + li {
  margin-left: 12px;
}
body .wrapper header .mobile-menu .mobile-inner .ccm-block-social-links ul li a {
  font-size: 24px;
  color: #003354 !important;
}
body .wrapper header .mobile-menu .mobile-inner .ccm-block-social-links ul li a:hover {
  color: #f26101 !important;
}
body .wrapper header .mobile-menu.open {
  display: block;
}
body .wrapper footer {
  background: #003354;
  padding: 70px 0 50px;
}
@media (max-width: 767px) {
  body .wrapper footer {
    padding: 55px 0 42px;
    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 0 51px;
  }
}
@media (min-width: 1367px) {
  body .wrapper footer .container {
    max-width: 1340px;
  }
}
@media (min-width: 1681px) {
  body .wrapper footer .container {
    max-width: 1462px;
  }
}
@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 p {
  font-size: 14px;
  line-height: 26px;
}
body .wrapper footer .footer-address {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 20%;
  padding-left: 17px;
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper footer .footer-address {
    padding-left: 15px;
    max-width: 50%;
    order: 1;
  }
}
@media (max-width: 767px) {
  body .wrapper footer .footer-address {
    max-width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper footer .footer-address {
    max-width: 29%;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper footer .footer-address {
    max-width: 26%;
    padding-left: 15px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper footer .footer-address {
    max-width: 23%;
  }
}
body .wrapper footer .footer-address a {
  color: #a7d0e3;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 9px;
  display: inline-block;
}
@media (max-width: 767px) {
  body .wrapper footer .footer-address a {
    display: block;
    margin: 0 0 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper footer .footer-address a {
    display: block;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper footer .footer-address a {
    display: block;
  }
}
body .wrapper footer .footer-address p {
  margin-bottom: 0;
}
body .wrapper footer .footer-nav {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 60%;
}
@media (max-width: 767px) {
  body .wrapper footer .footer-nav {
    padding-top: 10px;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper footer .footer-nav {
    max-width: 100%;
    order: 0;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper footer .footer-nav {
    max-width: 45%;
  }
}
@media (min-width: 992px) and (max-width: 1112px) {
  body .wrapper footer .footer-nav {
    max-width: 46%;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper footer .footer-nav {
    max-width: 52%;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper footer .footer-nav {
    max-width: 57%;
  }
}
body .wrapper footer .footer-nav ul {
  margin: 0;
  justify-content: flex-start;
  max-width: 610px;
  margin: 0 auto;
  padding: 17px 0 0 33px;
}
@media (max-width: 767px) {
  body .wrapper footer .footer-nav ul {
    padding-left: 0;
    padding: 28px 12px 0 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper footer .footer-nav ul {
    justify-content: center;
    padding: 0;
    max-width: 590px;
    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: 12px auto 0 -5px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper footer .footer-nav ul {
    padding: 0;
    justify-content: center;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper footer .footer-nav ul {
    padding: 0;
    justify-content: center;
  }
}
@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 20px 3px;
}
@media (max-width: 767px) {
  body .wrapper footer .footer-nav ul li {
    flex: 0 0 50%;
    min-width: auto !important;
    margin: 0 0 4px;
    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;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper footer .footer-nav ul li {
    font-size: 16px;
    line-height: 26px;
    margin: 0 4px 3px;
  }
}
body .wrapper footer .footer-nav ul li.nav-path-selected > a,
body .wrapper footer .footer-nav ul li.nav-selected > a {
  text-decoration: none;
  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: 80px;
}
body .wrapper footer .footer-nav ul li:nth-child(3),
body .wrapper footer .footer-nav ul li:nth-child(4) {
  min-width: 123px;
}
body .wrapper footer .footer-nav ul li:nth-child(5),
body .wrapper footer .footer-nav ul li:nth-child(6) {
  min-width: 90px;
}
body .wrapper footer .footer-nav ul li:nth-child(7),
body .wrapper footer .footer-nav ul li:nth-child(8) {
  min-width: 100px;
}
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: #a7d0e3 !important;
}
body .wrapper footer .footer-nav ul li a {
  font-size: 16px;
  line-height: 20px;
  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;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper footer .footer-nav ul li a {
    font-size: 14px;
    line-height: 17px;
  }
}
body .wrapper footer .footer-nav ul li a:hover {
  text-decoration: none;
  color: #a7d0e3 !important;
}
body .wrapper footer .footer-social {
  display: none;
}
body .wrapper footer .footer-copy {
  text-align: right;
  padding-top: 4px;
  padding-right: 13px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 20%;
}
@media (max-width: 767px) {
  body .wrapper footer .footer-copy {
    max-width: 100%;
    text-align: center;
    padding-top: 38px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wrapper footer .footer-copy {
    padding-top: 0;
    padding-right: 15px;
    max-width: 50%;
    order: 2;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .wrapper footer .footer-copy {
    padding-top: 0;
    padding-right: 15px;
    max-width: 26%;
  }
}
@media (min-width: 992px) and (max-width: 1112px) {
  body .wrapper footer .footer-copy {
    max-width: 25%;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper footer .footer-copy {
    max-width: 22%;
    padding-left: 0;
  }
}
body .wrapper footer .footer-copy .btn {
  margin-bottom: 14px;
  margin-bottom: 22px;
  border: 2px solid #F26101;
  background: transparent;
  padding: 13.5px 28px 11.5px;
}
body .wrapper footer .footer-copy .btn:hover {
  border-color: #F26101 !important;
  background: #F26101 !important;
}
body .wrapper footer .footer-copy p {
  font-size: 12px;
  line-height: 15px;
}
@media (max-width: 767px) {
  body .wrapper footer .footer-copy p {
    margin-bottom: 13px;
  }
}
@media (min-width: 992px) and (max-width: 1112px) {
  body .wrapper footer .footer-copy p {
    white-space: nowrap;
    margin-left: -13px;
  }
}
@media (min-width: 992px) {
  body .wrapper .container {
    max-width: 982px;
  }
}
@media (min-width: 1100px) and (max-width: 1199px) {
  body .wrapper .container {
    max-width: 1032px;
  }
}
@media (min-width: 1200px) {
  body .wrapper .container {
    max-width: 1140px;
  }
}
@media (min-width: 1367px) {
  body .wrapper .container {
    max-width: 1340px;
  }
}
@media (min-width: 1681px) {
  body .wrapper .container {
    max-width: 1450px;
  }
}
ul.slick-dots li::before {
  display: none !important;
}
div#ccm-panel-dashboard ul.nav li {
  width: 100%;
}
.ccm-panel-ready header {
  position: relative !important;
}
html:not(.ccm-panel-ready) body .wrapper .home-banner .home-slider .slide-item {
  background-attachment: fixed;
}
html:not(.ccm-panel-ready) body .wrapper .home-banner .home-slider .slick-list,
html:not(.ccm-panel-ready) body .wrapper .home-banner .home-slider .slick-track {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
html:not(.ccm-panel-ready) body .wrapper header {
  z-index: 10000;
}
