body {
  font-family: 'Merriweather Sans', sans-serif;
  color: #000000;
  font-weight: normal;
  line-height: 26px;
  font-size: 16px;
}
@media (max-width: 767px) {
  body {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body {
    font-size: 14px;
    line-height: 24px;
  }
}
.wrapper {
  font-family: 'Merriweather Sans', sans-serif;
  color: #000000;
  font-weight: normal;
  line-height: 26px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .wrapper {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper {
    font-size: 14px;
    line-height: 24px;
  }
}
.wrapper input[type="radio"],
.wrapper input[type="checkbox"] {
  display: inline-block;
}
@media (max-width: 767px) {
  .wrapper .container,
  .wrapper .container-fluid {
    padding: 0 36.5px;
  }
}
.wrapper legend {
  display: block;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #000;
  border: 0;
  border-bottom: 1px solid #000;
}
.wrapper .banner-title,
.wrapper .inside-page-title,
.wrapper h1,
.wrapper h2,
.wrapper h3,
.wrapper h4,
.wrapper h5,
.wrapper h6 {
  color: #000000;
  font-weight: 500;
}
.wrapper p {
  font-family: 'Merriweather Sans', sans-serif;
  color: #000000;
  font-weight: 300;
  line-height: 26px;
  font-size: 16px;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .wrapper p {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper p {
    font-size: 14px;
    line-height: 24px;
  }
}
.wrapper p a {
  color: #a11313;
}
.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: #a11313;
}
.wrapper a:hover {
  color: #e6a814 !important;
}
.wrapper li.nav-path-selected {
  color: #a11313 !important;
}
.wrapper li.nav-path-selected > a {
  color: #a11313 !important;
}
.wrapper ul {
  margin-bottom: 20px;
  padding: 0 0 0 15px;
}
.wrapper ul li {
  list-style: none;
  font-size: 20px;
  line-height: 40px;
  color: #e6a814;
  position: relative;
  padding: 0 0 0 20px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .wrapper ul li {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper ul li {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper ul li {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper ul li {
    font-size: 16px;
    line-height: 26px;
  }
}
.wrapper ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  background-image: url("http://www.icgmn.com/packages/prime/themes/prime/images/checkmark.svg");
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0;
  width: 14px;
  height: 14px;
  z-index: 1;
}
@media (max-width: 767px) {
  .wrapper ul li::before {
    top: 3px;
    background-size: 10px;
    background-position: top left;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper ul li::before {
    top: 3px;
    background-size: 10px;
    background-position: top left;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper ul li::before {
    top: 3px;
    background-size: 10px;
    background-position: top left;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper ul li::before {
    top: 7px;
  }
}
.wrapper ol {
  margin-bottom: 20px;
  padding: 0 0 0 15px;
}
.wrapper ol li {
  font-size: 20px;
  line-height: 40px;
  color: #e6a814;
  font-weight: normal;
}
@media (max-width: 767px) {
  .wrapper ol li {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper ol li {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper ol li {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper ol li {
    font-size: 16px;
    line-height: 26px;
  }
}
.wrapper hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border-color: #000;
}
.wrapper .banner-title,
.wrapper .inside-page-title,
.wrapper h1 {
  font-size: 80px;
  margin: 0 0 20px;
  line-height: 80px;
  font-weight: 800;
}
@media (max-width: 767px) {
  .wrapper .banner-title,
  .wrapper .inside-page-title,
  .wrapper h1 {
    font-size: 35px;
    line-height: 38px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .banner-title,
  .wrapper .inside-page-title,
  .wrapper h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .banner-title,
  .wrapper .inside-page-title,
  .wrapper h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper .banner-title,
  .wrapper .inside-page-title,
  .wrapper h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper .banner-title,
  .wrapper .inside-page-title,
  .wrapper h1 {
    font-size: 44px;
    line-height: 54px;
  }
}
.wrapper h2 {
  font-size: 48px;
  margin: 0 0 20px;
  line-height: 60px;
  font-weight: 800;
}
@media (max-width: 767px) {
  .wrapper h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper h2 {
    font-size: 34px;
    line-height: 40px;
  }
}
.wrapper h3 {
  font-size: 40px;
  margin: 0 0 20px;
  line-height: 50px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .wrapper h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper h3 {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper h3 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper h3 {
    font-size: 32px;
    line-height: 38px;
  }
}
.wrapper h4 {
  font-size: 24px;
  margin: 0 0 20px;
  line-height: 31px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .wrapper h4 {
    font-size: 20px;
    line-height: 26px;
  }
}
.wrapper h5 {
  font-size: 18px;
  margin: 0 0 20px;
  line-height: 28px;
  font-weight: 400;
}
.wrapper h6 {
  font-size: 16px;
  margin: 0 0 20px;
  line-height: 20px;
  font-weight: 400;
}
.wrapper blockquote {
  border-color: #a11313;
  margin: 0 0 35px;
  padding: 20px 35px;
}
@media (max-width: 767px) {
  .wrapper blockquote {
    padding: 20px;
    line-height: 26px;
  }
}
.wrapper .btn,
.wrapper #footer-btn {
  min-width: 260px;
  border-radius: 0;
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  background: #a11313;
  text-align: center;
  line-height: 28px;
  color: #fff !important;
  display: inline-block;
  padding: 15px 24px;
  border: 0;
  position: relative;
  transition: all 0.3s;
  text-transform: uppercase;
  box-shadow: none !important;
}
@media (max-width: 767px) {
  .wrapper .btn,
  .wrapper #footer-btn {
    min-width: 180px;
    font-size: 12px;
    line-height: 16px;
    padding: 12px 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper .btn,
  .wrapper #footer-btn {
    min-width: 180px;
    font-size: 12px;
    line-height: 16px;
    padding: 12px 15px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper .btn,
  .wrapper #footer-btn {
    min-width: 180px;
    font-size: 12px;
    line-height: 16px;
    padding: 12px 15px;
  }
}
.wrapper .btn:hover,
.wrapper #footer-btn:hover,
.wrapper .btn:active,
.wrapper #footer-btn:active,
.wrapper .btn:focus,
.wrapper #footer-btn:focus {
  background: #6a0000;
  color: #fff !important;
}
.wrapper .btn.btn-yellow,
.wrapper #footer-btn.btn-yellow {
  background: #e6a814;
}
.wrapper .btn.btn-yellow:hover,
.wrapper #footer-btn.btn-yellow:hover,
.wrapper .btn.btn-yellow:active,
.wrapper #footer-btn.btn-yellow:active,
.wrapper .btn.btn-yellow:focus,
.wrapper #footer-btn.btn-yellow:focus {
  background: #c68b00;
}
.wrapper .btn.btn-green,
.wrapper #footer-btn.btn-green {
  background: #146b3a;
}
.wrapper .btn.btn-green:hover,
.wrapper #footer-btn.btn-green:hover,
.wrapper .btn.btn-green:active,
.wrapper #footer-btn.btn-green:active,
.wrapper .btn.btn-green:focus,
.wrapper #footer-btn.btn-green:focus {
  background: #168e4a;
}
.wrapper .btn.btn-black,
.wrapper #footer-btn.btn-black {
  background: #000000;
}
.wrapper .btn.btn-black:hover,
.wrapper #footer-btn.btn-black:hover,
.wrapper .btn.btn-black:active,
.wrapper #footer-btn.btn-black:active,
.wrapper .btn.btn-black:focus,
.wrapper #footer-btn.btn-black:focus {
  background: #434343;
}
.wrapper #footer-btn {
  font-size: 20px;
  border: 2px solid #fff;
  padding: 9px 24px;
  min-width: 267px;
  background: #fff;
  color: #000 !important;
  margin: 9px 0;
}
@media (max-width: 767px) {
  .wrapper #footer-btn {
    font-size: 10px;
    padding: 4px 24px;
    min-width: 190px;
    margin: 2px 0 2px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper #footer-btn {
    font-size: 10px;
    padding: 4px 24px;
    width: 100%;
    min-width: auto;
    margin: 2px 0 2px 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper #footer-btn {
    font-size: 10px;
    padding: 4px 24px;
    min-width: 190px;
    margin: 2px 0 2px 0;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper #footer-btn {
    font-size: 16px;
    padding: 9px 24px;
    min-width: 235px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  .wrapper #footer-btn {
    font-size: 18px;
    min-width: 226px;
    padding: 6px 24px;
  }
}
.wrapper #footer-btn:hover {
  background: none;
  color: #fff !important;
}
.ccm-panel-ready body .wrapper header {
  position: relative;
}
body {
  color: #000000;
  font-family: 'Merriweather Sans', sans-serif;
  margin: 0;
}
body.nav-open {
  overflow: hidden;
}
body .wrapper {
  overflow: hidden;
  padding-top: 141px;
}
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,
  body .wrapper .col-sm-12 .col-sm-7 + .col-sm-5 {
    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%;
  }
}
@media (max-width: 767px) {
  body .wrapper .ccm-layout-column-wrapper .ccm-layout-column {
    width: 100% !important;
    clear: both !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .ccm-layout-column-wrapper .ccm-layout-column h4 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .ccm-layout-column-wrapper .ccm-layout-column h4 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  body .wrapper .ccm-layout-column-wrapper .ccm-layout-column + .ccm-layout-column {
    margin-top: 30px !important;
  }
}
body .wrapper .slick-arrow {
  background: none;
  border-radius: 0;
  opacity: 1;
  transition: all 0s;
  z-index: 1;
  width: 60px;
  height: 60px;
  background-size: 28px 56px;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  body .wrapper .slick-arrow {
    width: 36px;
    height: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .slick-arrow {
    width: 46px;
    height: 46px;
  }
}
body .wrapper .slick-arrow::before,
body .wrapper .slick-arrow::after {
  display: none !important;
}
body .wrapper .slick-arrow.slick-prev {
  left: 41px;
  background-image: url("http://www.icgmn.com/packages/prime/themes/prime/images/left-arrow.svg");
}
@media (max-width: 767px) {
  body .wrapper .slick-arrow.slick-prev {
    left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .slick-arrow.slick-prev {
    left: 15px;
  }
}
body .wrapper .slick-arrow.slick-prev:hover {
  background-image: url("http://www.icgmn.com/packages/prime/themes/prime/images/left-arrow-hover.svg");
}
body .wrapper .slick-arrow.slick-next {
  right: 41px;
  background-image: url("http://www.icgmn.com/packages/prime/themes/prime/images/right-arrow.svg");
}
@media (max-width: 767px) {
  body .wrapper .slick-arrow.slick-next {
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .slick-arrow.slick-next {
    right: 15px;
  }
}
body .wrapper .slick-arrow.slick-next:hover {
  background-image: url("http://www.icgmn.com/packages/prime/themes/prime/images/right-arrow-hover.svg");
}
body .wrapper ul.slick-dots {
  margin: 0;
  padding: 0;
  bottom: 40px;
  display: flex;
  line-height: 12px;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper ul.slick-dots {
    bottom: 33px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper ul.slick-dots {
    bottom: 33px;
  }
}
body .wrapper ul.slick-dots li {
  margin: 0 10px;
  width: 12px;
  height: 12px;
  padding: 0;
  line-height: 12px;
  display: block;
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper ul.slick-dots li {
    margin: 0 6px;
    width: 10px;
    height: 10px;
    line-height: 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper ul.slick-dots li {
    margin: 0 6px;
    width: 10px;
    height: 10px;
    line-height: 10px;
  }
}
body .wrapper ul.slick-dots li.slick-active button {
  opacity: 1;
}
body .wrapper ul.slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
  background: #FFFFFF;
  opacity: .5;
  transition: all .3s;
  border-radius: 50%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper ul.slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper ul.slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
body .wrapper ul.slick-dots li button::before,
body .wrapper ul.slick-dots li button::after {
  display: none;
}
body .wrapper ul.slick-dots li button:hover {
  opacity: 1;
}
body .wrapper .home-banner {
  position: relative;
}
body .wrapper .home-banner .banner-text {
  position: absolute;
  left: 0;
  bottom: 95px;
  right: 0;
  z-index: 2;
  width: 100%;
  text-align: center;
  padding: 0;
  border-radius: 5px;
}
@media (max-width: 767px) {
  body .wrapper .home-banner .banner-text {
    bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .home-banner .banner-text {
    bottom: 69px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .home-banner .banner-text {
    bottom: 69px;
  }
}
body .wrapper .home-banner .banner-text .banner-title {
  margin-bottom: 8px;
  color: #fff;
}
@media (max-width: 767px) {
  body .wrapper .home-banner .banner-text .banner-title {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .home-banner .banner-text .banner-title {
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .home-banner .banner-text .banner-title {
    margin-bottom: 10px;
  }
}
body .wrapper .home-banner .banner-text .banner-title h1 {
  margin-bottom: 0;
  color: #fff;
}
body .wrapper .home-banner .banner-text p {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}
@media (max-width: 767px) {
  body .wrapper .home-banner .banner-text p {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .home-banner .banner-text p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .home-banner .banner-text p {
    font-size: 14px;
    line-height: 18px;
  }
}
body .wrapper .home-banner .banner-text .btn {
  margin-top: 17px;
}
@media (max-width: 767px) {
  body .wrapper .home-banner .banner-text .btn {
    margin-top: 3px;
    min-width: 180px;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    padding: 11px 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .home-banner .banner-text .btn {
    margin-top: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .home-banner .banner-text .btn {
    margin-top: 0;
  }
}
body .wrapper .home-banner .banner-slider {
  overflow: hidden;
  margin: 0;
}
body .wrapper .home-banner .banner-slider .slick-arrow.slick-prev {
  left: 41px;
  background-image: url("http://www.icgmn.com/packages/prime/themes/prime/images/left-arrow-white.svg");
}
@media (max-width: 767px) {
  body .wrapper .home-banner .banner-slider .slick-arrow.slick-prev {
    left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .home-banner .banner-slider .slick-arrow.slick-prev {
    left: 15px;
  }
}
body .wrapper .home-banner .banner-slider .slick-arrow.slick-prev:hover {
  background-image: url("http://www.icgmn.com/packages/prime/themes/prime/images/left-arrow-yellow.svg");
}
body .wrapper .home-banner .banner-slider .slick-arrow.slick-next {
  right: 41px;
  background-image: url("http://www.icgmn.com/packages/prime/themes/prime/images/right-arrow-white.svg");
}
@media (max-width: 767px) {
  body .wrapper .home-banner .banner-slider .slick-arrow.slick-next {
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .home-banner .banner-slider .slick-arrow.slick-next {
    right: 15px;
  }
}
body .wrapper .home-banner .banner-slider .slick-arrow.slick-next:hover {
  background-image: url("http://www.icgmn.com/packages/prime/themes/prime/images/right-arrow-yellow.svg");
}
@media (max-width: 767px) {
  body .wrapper .home-banner .banner-slider ul.slick-dots {
    display: none !important;
  }
}
body .wrapper .home-banner .banner-slider .banner-item {
  position: relative;
}
body .wrapper .home-banner .banner-slider .banner-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .3;
  z-index: 1;
}
body .wrapper .home-banner .banner-slider .banner-item img {
  width: 100%;
  object-fit: cover;
  max-height: calc(100vh - 141px);
}
@media (max-width: 767px) {
  body .wrapper .home-banner .banner-slider .banner-item img {
    min-height: 301px;
    max-height: calc(100vh - 227px);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .home-banner .banner-slider .banner-item img {
    min-height: 430px;
    max-height: calc(100vh - 105px);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .home-banner .banner-slider .banner-item img {
    min-height: 430px;
    max-height: calc(100vh - 115px);
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .home-banner .banner-slider .banner-item img {
    max-height: calc(100vh - 97px);
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .home-banner .banner-slider .banner-item img {
    max-height: calc(100vh - 118px);
  }
}
body .wrapper .slick-slide,
body .wrapper a {
  outline: 0 !important;
}
body .wrapper .inside-banner {
  position: relative;
}
body .wrapper .inside-banner::before {
  content: "";
  opacity: 0.33;
  background: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
body .wrapper .inside-banner img {
  width: 100%;
  object-fit: cover;
  height: 400px;
}
@media (max-width: 767px) {
  body .wrapper .inside-banner img {
    height: auto;
    min-height: 280px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .inside-banner img {
    height: auto;
    min-height: 280px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .inside-banner img {
    height: auto;
    min-height: 330px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .inside-banner img {
    height: auto;
    min-height: 330px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .inside-banner img {
    height: auto;
    min-height: 330px;
  }
}
body .wrapper .inside-banner .banner-cont {
  position: absolute;
  bottom: 52px;
  left: 0;
  right: 0;
  text-align: left;
  z-index: 2;
}
body .wrapper .inside-banner .banner-cont .inside-page-title,
body .wrapper .inside-banner .banner-cont h1 {
  text-transform: none;
  margin: 0 0 12px;
}
body .wrapper .inside-banner .banner-cont .inside-page-title,
body .wrapper .inside-banner .banner-cont a,
body .wrapper .inside-banner .banner-cont h1,
body .wrapper .inside-banner .banner-cont h2 {
  color: #fff;
}
body .wrapper .inside-banner .banner-cont .breadcrumb-outer .breadcrumb {
  background: none;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
}
body .wrapper .inside-banner .banner-cont .breadcrumb-outer .breadcrumb li {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
}
body .wrapper .inside-banner .banner-cont .breadcrumb-outer .breadcrumb li a {
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  text-underline-position: under;
}
body .wrapper .inside-banner .banner-cont .breadcrumb-outer .breadcrumb li a:hover {
  color: #fff !important;
  text-decoration: underline;
}
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 {
  text-decoration: none;
}
body .wrapper .inside-banner .banner-cont .breadcrumb-outer .breadcrumb li + li {
  padding-left: 20px;
  position: relative;
}
body .wrapper .inside-banner .banner-cont .breadcrumb-outer .breadcrumb li + li::before {
  content: "";
  width: 1px;
  height: 14px;
  position: absolute;
  left: 10px;
  top: 4px;
  background: #fff;
}
body .wrapper .inside-content {
  padding: 82px 0 137px;
}
@media (max-width: 767px) {
  body .wrapper .inside-content {
    padding: 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .inside-content {
    padding: 60px 0;
  }
}
@media (min-width: 1024px) 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 input.ccm-search-block-text {
  border-radius: 0;
  width: 300px;
  height: 40px;
  padding: 5px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  body .wrapper .inside-content input.ccm-search-block-text {
    width: 202px;
  }
}
body .wrapper .inside-content input.btn.ccm-search-block-submit {
  padding: 0;
  width: 40px;
  height: 40px;
  border: 0;
  display: inline-block;
  vertical-align: middle;
  min-width: auto;
}
body .wrapper .inside-content > .container-fluid {
  padding-left: calc(50% - 818px);
}
@media (max-width: 767px) {
  body .wrapper .inside-content > .container-fluid {
    padding-left: 36.5px;
    padding-right: 36.5px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .inside-content > .container-fluid {
    padding-left: 15px;
    max-width: 720px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .inside-content > .container-fluid {
    padding-left: calc(50% - 428px);
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .inside-content > .container-fluid {
    padding-left: calc(50% - 548px);
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .inside-content > .container-fluid {
    padding-left: calc(50% - 654px);
  }
}
body .wrapper .inside-content strong,
body .wrapper .inside-content b {
  font-weight: bold;
}
body .wrapper .inside-content .col-cont-left {
  padding-right: 100px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .inside-content .col-cont-left {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 20px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  body .wrapper .inside-content .col-cont-left {
    padding-right: 15px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .inside-content .col-cont-left {
    padding-right: 20px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 65%;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .inside-content .col-cont-left {
    padding-right: 75px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 70%;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .inside-content .col-cont-left {
    padding-right: 75px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  body .wrapper .inside-content .col-cont-left iframe {
    width: 100%;
  }
}
body .wrapper .inside-content .col-cont-left > p span {
  display: block;
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 400;
  text-transform: uppercase;
  color: #c68b00;
  letter-spacing: 1.9px;
}
@media (max-width: 767px) {
  body .wrapper .inside-content .col-cont-left > p span {
    font-size: 12px !important;
    line-height: 24px !important;
    letter-spacing: 1.3px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .inside-content .col-cont-left > p span {
    font-size: 14px !important;
    line-height: 24px !important;
    letter-spacing: 1.55px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .inside-content .col-cont-left > p span {
    font-size: 14px !important;
    line-height: 24px !important;
    letter-spacing: 1.55px;
  }
}
body .wrapper .inside-content .col-cont-left h2 {
  color: #917E5D;
  margin: 0 0 27px;
}
@media (max-width: 767px) {
  body .wrapper .inside-content .col-cont-left h2 {
    margin: 0 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .inside-content .col-cont-left h2 {
    margin: 0 0 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .inside-content .col-cont-left h2 {
    margin: 0 0 20px;
  }
}
body .wrapper .inside-content .col-cont-left > p + h2 {
  margin: -7px 0 27px;
}
@media (max-width: 767px) {
  body .wrapper .inside-content .col-cont-left > p + h2 {
    margin: 0 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .inside-content .col-cont-left > p + h2 {
    margin: 0 0 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .inside-content .col-cont-left > p + h2 {
    margin: 0 0 20px;
  }
}
body .wrapper .inside-content .col-cont-left > p + ul {
  margin-top: -10px;
}
@media (max-width: 767px) {
  body .wrapper .inside-content .col-cont-left > p + ul {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .inside-content .col-cont-left > p + ul {
    margin-top: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .inside-content .col-cont-left > p + ul {
    margin-top: 0;
  }
}
body .wrapper .inside-content .col-cont-left ul {
  padding: 0px 0 0 39px;
}
@media (max-width: 767px) {
  body .wrapper .inside-content .col-cont-left ul {
    padding: 0 0 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .inside-content .col-cont-left ul {
    padding: 0 0 0 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .inside-content .col-cont-left ul {
    padding: 0 0 0 20px;
  }
}
body .wrapper .inside-content .col-cont-left > p {
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 767px) {
  body .wrapper .inside-content .col-cont-left > p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .inside-content .col-cont-left > p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .inside-content .col-cont-left > p {
    font-size: 16px;
    line-height: 26px;
  }
}
body .wrapper .inside-content .accordion-read-more {
  border-top: 1px solid #D1D1D1;
  margin-top: 41px;
}
body .wrapper .inside-content .accordion-read-more.has-border {
  border-bottom: 1px solid #D1D1D1;
  padding-bottom: 30px;
}
body .wrapper .inside-content .accordion-read-more .btn-read-more {
  padding-top: 10px;
}
body .wrapper .inside-content .accordion-read-more .btn-read-more a.read-more-link {
  font-weight: bold;
  color: #C68B00;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding-right: 21px;
}
body .wrapper .inside-content .accordion-read-more .btn-read-more a.read-more-link.less::before {
  content: "+";
  line-height: 16px;
}
body .wrapper .inside-content .accordion-read-more .btn-read-more a.read-more-link::before {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
  background: #C68B00;
  height: 16px;
  z-index: 1;
  content: "-";
  color: #fff;
  line-height: 15px;
  width: 16px;
  text-align: center;
  font-size: 19px;
  border-radius: 50%;
  transition: all .3s;
}
body .wrapper .inside-content .accordion-read-more .btn-read-more a.read-more-link:hover {
  color: #146b3a !important;
}
body .wrapper .inside-content .accordion-read-more .btn-read-more a.read-more-link:hover::before {
  background: #146b3a;
}
body .wrapper .inside-content .accordion-read-more .accordion-item h2 {
  font-size: 40px;
  line-height: 50px;
  color: #a11313;
  margin: 6px 0 8px;
}
@media (max-width: 767px) {
  body .wrapper .inside-content .accordion-read-more .accordion-item h2 {
    margin: 0px 0 15px;
    font-size: 24px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .inside-content .accordion-read-more .accordion-item h2 {
    margin: 0px 0 15px;
    font-size: 30px;
    line-height: 36px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .inside-content .accordion-read-more .accordion-item h2 {
    margin: 0px 0 15px;
    font-size: 30px;
    line-height: 36px;
  }
}
body .wrapper .inside-content .accordion-read-more .accordion-item h2 + p strong {
  display: block;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  body .wrapper .inside-content .accordion-read-more .accordion-item h2 + p strong {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .inside-content .accordion-read-more .accordion-item h2 + p strong {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .inside-content .accordion-read-more .accordion-item h2 + p strong {
    font-size: 16px;
    line-height: 22px;
  }
}
body .wrapper .inside-content .accordion-read-more .accordion-item h4 {
  font-weight: bold;
  margin: 0 0 8px;
}
@media (max-width: 767px) {
  body .wrapper .inside-content .accordion-read-more .accordion-item h4 {
    margin: 0 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .inside-content .accordion-read-more .accordion-item h4 {
    margin: 0 0 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .inside-content .accordion-read-more .accordion-item h4 {
    margin: 0 0 10px;
  }
}
body .wrapper .inside-content .accordion-read-more .accordion-item .accordion-head {
  padding-top: 41px;
}
@media (max-width: 767px) {
  body .wrapper .inside-content .accordion-read-more .accordion-item .accordion-head {
    padding-top: 35px;
  }
}
body .wrapper .inside-content .accordion-read-more .accordion-item p {
  margin: 0 0 17px;
}
body .wrapper .inside-content .accordion-read-more .accordion-item .accordion-content {
  padding-top: 15px;
}
@media (max-width: 767px) {
  body .wrapper .inside-content .accordion-read-more .accordion-item .accordion-content {
    padding-top: 1px;
  }
}
body .wrapper .inside-content .accordion-read-more .accordion-item .accordion-content .accordion-top-content {
  overflow: hidden;
}
body .wrapper .inside-content .accordion-read-more .accordion-item .accordion-content .accordion-top-content > p img {
  float: right;
  margin: 0 0 20px 20px;
}
@media (max-width: 767px) {
  body .wrapper .inside-content .accordion-read-more .accordion-item .accordion-content .accordion-top-content > p img {
    float: none;
    clear: both;
    margin: 0 0 20px;
  }
}
body .wrapper .inside-content .accordion-read-more .accordion-item .accordion-content img {
  margin: 0;
}
body .wrapper .inside-content .accordion-read-more .accordion-item .accordion-content h4 {
  margin: 34px 0 8px;
}
@media (max-width: 767px) {
  body .wrapper .inside-content .accordion-read-more .accordion-item .accordion-content h4 {
    margin: 20px 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .inside-content .accordion-read-more .accordion-item .accordion-content h4 {
    margin: 20px 0 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .inside-content .accordion-read-more .accordion-item .accordion-content h4 {
    margin: 20px 0 10px;
  }
}
body .wrapper .inside-content .accordion-read-more .accordion-item .accordion-content p {
  margin: 0 0 14px;
}
body .wrapper .inside-content .accordion-read-more .accordion-item .accordion-content .flyer-sec {
  display: flex;
  background: #EFEBE4;
  margin: 31px 0 50px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  body .wrapper .inside-content .accordion-read-more .accordion-item .accordion-content .flyer-sec {
    margin: 28px 0 30px;
  }
}
body .wrapper .inside-content .accordion-read-more .accordion-item .accordion-content .flyer-sec .flyer-img {
  flex: 0 0 33%;
  position: relative;
}
@media (max-width: 767px) {
  body .wrapper .inside-content .accordion-read-more .accordion-item .accordion-content .flyer-sec .flyer-img {
    flex: 0 0 100%;
    margin: 25px 0 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .inside-content .accordion-read-more .accordion-item .accordion-content .flyer-sec .flyer-img {
    margin: 25px 0 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .inside-content .accordion-read-more .accordion-item .accordion-content .flyer-sec .flyer-img {
    margin: 30px 0;
  }
}
body .wrapper .inside-content .accordion-read-more .accordion-item .accordion-content .flyer-sec .flyer-img img {
  margin-top: -24px;
}
body .wrapper .inside-content .accordion-read-more .accordion-item .accordion-content .flyer-sec .flyer-img span.zoom-icon {
  transition: all .3s;
  width: 76px;
  height: 76px;
  background-color: rgba(0, 0, 0, 0.46);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: center;
  background-image: url("http://www.icgmn.com/packages/prime/themes/prime/images/enlarge.png");
}
body .wrapper .inside-content .accordion-read-more .accordion-item .accordion-content .flyer-sec .flyer-img:hover span.zoom-icon {
  background-color: rgba(0, 0, 0, 0.79);
}
body .wrapper .inside-content .accordion-read-more .accordion-item .accordion-content .flyer-sec .flyer-cont {
  flex: 0 0 67%;
  padding: 35px 62px 7px 10px;
}
@media (max-width: 767px) {
  body .wrapper .inside-content .accordion-read-more .accordion-item .accordion-content .flyer-sec .flyer-cont {
    flex: 0 0 100%;
    margin: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .inside-content .accordion-read-more .accordion-item .accordion-content .flyer-sec .flyer-cont {
    margin: 25px 15px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .inside-content .accordion-read-more .accordion-item .accordion-content .flyer-sec .flyer-cont {
    margin: 25px 15px;
  }
}
body .wrapper .inside-content .accordion-read-more .accordion-item .accordion-content .flyer-sec .flyer-cont h4 {
  font-weight: bold;
  line-height: 26px;
  margin: 0 0 11px;
}
body .wrapper .inside-content .accordion-read-more .accordion-item .accordion-content .flyer-sec .flyer-cont p {
  margin: 0 0 11px;
}
@media (max-width: 767px) {
  body .wrapper .inside-content .accordion-read-more .accordion-item .accordion-content .flyer-sec .flyer-cont p {
    margin: 0 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .inside-content .accordion-read-more .accordion-item .accordion-content .flyer-sec .flyer-cont p {
    margin: 0 0 15px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .inside-content .accordion-read-more .accordion-item .accordion-content .flyer-sec .flyer-cont p {
    margin: 0 0 15px;
  }
}
body .wrapper .inside-content .accordion-read-more .accordion-item .accordion-content .flyer-sec .flyer-cont p a {
  font-weight: bold;
  color: #a11313;
}
body .wrapper .inside-content .accordion-read-more .accordion-item .accordion-content .flyer-sec .flyer-cont p a i {
  margin-left: 5px;
}
body .wrapper .inside-content .accordion-read-more .accordion-item .accordion-content .flyer-sec .flyer-cont p a:hover {
  text-decoration: none;
  color: #146b3a !important;
}
body .wrapper .inside-content .accordion-read-more .accordion-item .accordion-content .accordion-bottom-content {
  max-width: 83%;
}
@media (max-width: 767px) {
  body .wrapper .inside-content .accordion-read-more .accordion-item .accordion-content .accordion-bottom-content {
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .inside-content .accordion-read-more .accordion-item .accordion-content .accordion-bottom-content {
    max-width: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .inside-content .accordion-read-more .accordion-item .accordion-content .accordion-bottom-content {
    max-width: 100%;
  }
}
body .wrapper .inside-content .accordion-read-more .accordion-item .accordion-content .accordion-bottom-content p {
  margin: 0 0 15px;
}
body .wrapper .inside-content .col-cont-right {
  padding-right: 0;
  padding-left: 48px;
}
@media (max-width: 767px) {
  body .wrapper .inside-content .col-cont-right {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .inside-content .col-cont-right {
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .inside-content .col-cont-right {
    padding-left: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 35%;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .inside-content .col-cont-right {
    padding-left: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 30%;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .inside-content .col-cont-right {
    padding-left: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 30%;
  }
}
body .wrapper .inside-content .col-cont-right .col-sidebar {
  max-width: 480px;
  margin: 20px auto 0;
}
body .wrapper .inside-content .col-cont-right .form-block {
  background: #efebe4;
  padding: 43px 49px 17px 49px;
  margin: 0 0 93px;
}
@media (max-width: 767px) {
  body .wrapper .inside-content .col-cont-right .form-block {
    padding: 29px 20px 17px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .inside-content .col-cont-right .form-block {
    padding: 27px 20px 17px;
    margin: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .inside-content .col-cont-right .form-block {
    padding: 27px 20px 17px;
    margin: 0px 0px 65px 0;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .inside-content .col-cont-right .form-block {
    padding: 27px 30px 17px;
  }
}
body .wrapper .inside-content .col-cont-right .form-block p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
@media (max-width: 767px) {
  body .wrapper .inside-content .col-cont-right .form-block p {
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .inside-content .col-cont-right .form-block p {
    margin: 0 0 11px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .inside-content .col-cont-right .form-block p {
    margin: 0 0 11px;
  }
}
body .wrapper .inside-content .col-cont-right .form-block h2 {
  color: #a11313;
  margin: 0 0 5px;
  font-size: 36px;
  line-height: 45px;
}
@media (max-width: 767px) {
  body .wrapper .inside-content .col-cont-right .form-block h2 {
    font-size: 33px;
    line-height: 41px;
  }
}
body .wrapper .inside-content .col-cont-right .form-block input:not([type="submit"]):not([type="button"]):not([type="file"]):not([type="radio"]):not([type="checkbox"]),
body .wrapper .inside-content .col-cont-right .form-block select,
body .wrapper .inside-content .col-cont-right .form-block textarea {
  border: 0;
  border-radius: 0;
  width: 100%;
  height: 30px;
}
@media (max-width: 767px) {
  body .wrapper .inside-content .col-cont-right .form-block input:not([type="submit"]):not([type="button"]):not([type="file"]):not([type="radio"]):not([type="checkbox"]),
  body .wrapper .inside-content .col-cont-right .form-block select,
  body .wrapper .inside-content .col-cont-right .form-block textarea {
    height: 21px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .inside-content .col-cont-right .form-block input:not([type="submit"]):not([type="button"]):not([type="file"]):not([type="radio"]):not([type="checkbox"]),
  body .wrapper .inside-content .col-cont-right .form-block select,
  body .wrapper .inside-content .col-cont-right .form-block textarea {
    height: 21px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .inside-content .col-cont-right .form-block input:not([type="submit"]):not([type="button"]):not([type="file"]):not([type="radio"]):not([type="checkbox"]),
  body .wrapper .inside-content .col-cont-right .form-block select,
  body .wrapper .inside-content .col-cont-right .form-block textarea {
    height: 21px;
  }
}
body .wrapper .inside-content .col-cont-right .form-block textarea {
  min-height: 70px;
}
@media (max-width: 767px) {
  body .wrapper .inside-content .col-cont-right .form-block textarea {
    min-height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .inside-content .col-cont-right .form-block textarea {
    min-height: 50px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .inside-content .col-cont-right .form-block textarea {
    min-height: 50px;
  }
}
body .wrapper .inside-content .col-cont-right .form-block label {
  display: block;
  font-size: 13px;
  line-height: 18px;
  font-weight: 300 !important;
  margin: 0 0 1px;
}
body .wrapper .inside-content .col-cont-right .form-block label .text-muted {
  color: #a11313 !important;
  opacity: 1 !important;
}
body .wrapper .inside-content .col-cont-right .form-block .fields {
  margin: 0 0 61px;
}
@media (max-width: 767px) {
  body .wrapper .inside-content .col-cont-right .form-block .fields {
    margin: 0 0 53px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .inside-content .col-cont-right .form-block .fields {
    margin: 0 0 54px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .inside-content .col-cont-right .form-block .fields {
    margin: 0 0 54px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .inside-content .col-cont-right .form-block .fields {
    margin: 0 0 54px;
  }
}
body .wrapper .inside-content .col-cont-right .form-block .btn {
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
  display: block;
  margin: 0 -49px -50px;
  padding: 20px 24px;
  width: calc(100% + 98px);
}
@media (max-width: 767px) {
  body .wrapper .inside-content .col-cont-right .form-block .btn {
    font-size: 13px;
    line-height: 16px;
    padding: 15px 24px;
    margin: 0 -20px -16px;
    width: calc(100% + 40px);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .inside-content .col-cont-right .form-block .btn {
    font-size: 13px;
    line-height: 16px;
    padding: 15px 24px;
    margin: 0 -20px -16px;
    width: calc(100% + 40px);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .inside-content .col-cont-right .form-block .btn {
    font-size: 13px;
    line-height: 16px;
    padding: 15px 24px;
    width: calc(100% + 40px);
    margin: 0 -20px -50px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .inside-content .col-cont-right .form-block .btn {
    margin: 0 -30px -50px;
    width: calc(100% + 60px);
  }
}
body .wrapper .inside-content .col-cont-right .sidebar-highlight {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-top: 60px;
}
@media (max-width: 767px) {
  body .wrapper .inside-content .col-cont-right .sidebar-highlight {
    margin-top: 35px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .inside-content .col-cont-right .sidebar-highlight {
    margin-top: 35px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .inside-content .col-cont-right .sidebar-highlight {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .inside-content .col-cont-right .sidebar-highlight {
    margin-top: 40px;
  }
}
body .wrapper .inside-content .col-cont-right .sidebar-highlight.icon-highlights > img {
  height: 374px;
}
body .wrapper .inside-content .col-cont-right .sidebar-highlight.icon-highlights .highlight-cont h4 {
  margin: 0 0 17px;
}
body .wrapper .inside-content .col-cont-right .sidebar-highlight.icon-highlights .highlight-cont img {
  margin: 0 auto;
  display: block;
}
body .wrapper .inside-content .col-cont-right .sidebar-highlight.icon-highlights .highlight-cont p {
  margin: 0;
  line-height: 16px;
}
body .wrapper .inside-content .col-cont-right .sidebar-highlight.icon-highlights .highlight-cont .col-icon .icon-item-outer {
  display: block;
  text-decoration: none !important;
  padding-bottom: 6px;
  position: relative;
}
body .wrapper .inside-content .col-cont-right .sidebar-highlight.icon-highlights .highlight-cont .col-icon .icon-item-outer:hover::before {
  width: 77px;
}
body .wrapper .inside-content .col-cont-right .sidebar-highlight.icon-highlights .highlight-cont .col-icon .icon-item-outer::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 37.5px);
  width: 0;
  transition: all .3s;
  height: 1px;
  background: #fff;
  z-index: 1;
}
body .wrapper .inside-content .col-cont-right .sidebar-highlight.icon-highlights .highlight-cont .col-icon .icon-item-outer .icon-outer {
  min-height: 50px;
  margin-bottom: 8px;
}
body .wrapper .inside-content .col-cont-right .sidebar-highlight.icon-highlights .highlight-cont .col-icon:nth-child(3),
body .wrapper .inside-content .col-cont-right .sidebar-highlight.icon-highlights .highlight-cont .col-icon:nth-child(4) {
  padding-top: 20px;
}
body .wrapper .inside-content .col-cont-right .sidebar-highlight.icon-highlights .highlight-cont .col-icon:nth-child(3) .icon-item-outer .icon-outer,
body .wrapper .inside-content .col-cont-right .sidebar-highlight.icon-highlights .highlight-cont .col-icon:nth-child(4) .icon-item-outer .icon-outer {
  min-height: 56px;
}
body .wrapper .inside-content .col-cont-right .sidebar-highlight:hover::before {
  opacity: 0;
}
body .wrapper .inside-content .col-cont-right .sidebar-highlight::before {
  background: #000000;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.17;
  backdrop-filter: blur(40px);
  z-index: 1;
  transition: all .3s;
}
body .wrapper .inside-content .col-cont-right .sidebar-highlight > img {
  margin: 0;
  height: 333px;
  width: 100%;
  object-fit: cover;
  filter: blur(4px);
}
body .wrapper .inside-content .col-cont-right .sidebar-highlight:hover .highlight-cont .btn::before {
  width: 100%;
}
body .wrapper .inside-content .col-cont-right .sidebar-highlight .highlight-cont {
  text-align: center;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 45px 40px;
}
@media (max-width: 767px) {
  body .wrapper .inside-content .col-cont-right .sidebar-highlight .highlight-cont {
    padding: 35px 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .inside-content .col-cont-right .sidebar-highlight .highlight-cont {
    padding: 35px 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .inside-content .col-cont-right .sidebar-highlight .highlight-cont {
    padding: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .inside-content .col-cont-right .sidebar-highlight .highlight-cont {
    padding: 20px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .inside-content .col-cont-right .sidebar-highlight .highlight-cont {
    padding: 25px 20px;
  }
}
body .wrapper .inside-content .col-cont-right .sidebar-highlight .highlight-cont .full-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
body .wrapper .inside-content .col-cont-right .sidebar-highlight .highlight-cont h4 {
  color: #fff;
  font-weight: bold;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .inside-content .col-cont-right .sidebar-highlight .highlight-cont h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .inside-content .col-cont-right .sidebar-highlight .highlight-cont h4 {
    font-size: 22px;
    line-height: 28px;
  }
}
body .wrapper .inside-content .col-cont-right .sidebar-highlight .highlight-cont p {
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.2px;
}
body .wrapper .inside-content .col-cont-right .sidebar-highlight .highlight-cont .btn {
  cursor: pointer;
  font-size: 20px;
  line-height: 28px;
  background: none;
  min-width: auto;
  padding: 20px 0;
  margin: 12px;
  position: relative;
}
@media (max-width: 767px) {
  body .wrapper .inside-content .col-cont-right .sidebar-highlight .highlight-cont .btn {
    font-size: 10px;
    line-height: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .inside-content .col-cont-right .sidebar-highlight .highlight-cont .btn {
    font-size: 10px;
    line-height: 14px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .inside-content .col-cont-right .sidebar-highlight .highlight-cont .btn {
    font-size: 10px;
    line-height: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .inside-content .col-cont-right .sidebar-highlight .highlight-cont .btn {
    font-size: 14px;
    line-height: 18px;
  }
}
body .wrapper .inside-content .col-cont-right .sidebar-highlight .highlight-cont .btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: all .3s;
  max-width: 151px;
  right: 0;
  margin: 0 auto;
}
body .wrapper .inside-content .col-cont-right .sidebar-highlight .highlight-cont .btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background: #fff;
  transition: all .3s;
  width: 0;
  margin: 0 auto;
  left: calc(50% - 75.5px);
  max-width: 151px;
}
body .wrapper .inside-content .col-cont-right .sidebar-highlight .highlight-cont .btn:hover::before {
  width: calc(100% - 151px);
}
body .wrapper .inside-content .col-cont-right .sidebar-highlight .highlight-cont .btn i {
  background-image: url("http://www.icgmn.com/packages/prime/themes/prime/images/white-arrow.svg");
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: right center;
  margin-left: 4px;
}
@media (max-width: 767px) {
  body .wrapper .inside-content .col-cont-right .sidebar-highlight .highlight-cont .btn i {
    background-size: 9px auto;
    margin-left: 5px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .inside-content .col-cont-right .sidebar-highlight .highlight-cont .btn i {
    background-size: 9px auto;
    margin-left: 5px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .inside-content .col-cont-right .sidebar-highlight .highlight-cont .btn i {
    background-size: 9px auto;
    margin-left: 5px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .inside-content .col-cont-right .sidebar-highlight .highlight-cont .btn i {
    background-size: 12px auto;
    margin-left: 5px;
  }
}
body .wrapper .inside-content .col-cont-right .sidebar-highlight .highlight-cont .btn i::before {
  opacity: 0;
}
@media (max-width: 767px) {
  body .wrapper .inside-content .pdt-list + .pdt-list .pdt-header .overlay-text {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  body .wrapper .inside-content .pdt-list + .pdt-list + .pdt-list .pdt-header .overlay-text {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  body .wrapper .inside-content .pdt-list + .pdt-list + .pdt-list + .pdt-list .pdt-header .overlay-text {
    font-size: 50px;
  }
}
body .wrapper .inside-content .pdt-list .pdt-header {
  position: relative;
  border-top: 1px solid #D1D1D1;
  padding-top: 190px;
}
@media (max-width: 767px) {
  body .wrapper .inside-content .pdt-list .pdt-header {
    padding-top: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .inside-content .pdt-list .pdt-header {
    padding-top: 70px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .inside-content .pdt-list .pdt-header {
    padding-top: 70px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .inside-content .pdt-list .pdt-header {
    padding-top: 140px;
  }
}
body .wrapper .inside-content .pdt-list .pdt-header .overlay-text {
  left: 2px;
  top: 30px;
}
@media (max-width: 767px) {
  body .wrapper .inside-content .pdt-list .pdt-header .overlay-text {
    top: 10px;
    font-size: 66px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .inside-content .pdt-list .pdt-header .overlay-text {
    top: 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .inside-content .pdt-list .pdt-header .overlay-text {
    top: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .inside-content .pdt-list .pdt-header .overlay-text {
    font-size: 116px;
  }
}
@media (max-width: 374px) {
  body .wrapper .inside-content .pdt-list .pdt-header .overlay-text {
    top: 40px;
    line-height: 40px;
  }
}
body .wrapper .inside-content .pdt-list .pdt-header h3 {
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
  color: #a11313;
  margin: 0 0 29px;
}
@media (max-width: 767px) {
  body .wrapper .inside-content .pdt-list .pdt-header h3 {
    margin: 0 0 25px;
    font-size: 32px;
    line-height: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .inside-content .pdt-list .pdt-header h3 {
    margin: 0 0 25px;
    font-size: 32px;
    line-height: 32px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .inside-content .pdt-list .pdt-header h3 {
    margin: 0 0 25px;
    font-size: 32px;
    line-height: 32px;
  }
}
body .wrapper .inside-content .pdt-list .pdt-header p.sub-title {
  margin-bottom: 27px;
}
@media (max-width: 767px) {
  body .wrapper .inside-content .pdt-list .pdt-header p.sub-title {
    margin: 0 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .inside-content .pdt-list .pdt-header p.sub-title {
    margin: 0 0 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .inside-content .pdt-list .pdt-header p.sub-title {
    margin: 0 0 20px;
  }
}
body .wrapper .inside-content .pdt-list .pdt-row {
  margin: 0 -25px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  body .wrapper .inside-content .pdt-list .pdt-row {
    margin: 0 -15px;
    padding-bottom: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .inside-content .pdt-list .pdt-row {
    margin: 0 -15px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .inside-content .pdt-list .pdt-row {
    margin: 0 -15px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .inside-content .pdt-list .pdt-row {
    margin: 0 -15px;
    padding-bottom: 45px;
  }
}
body .wrapper .inside-content .pdt-list .pdt-row .col-12 {
  padding: 0 25px;
}
@media (max-width: 767px) {
  body .wrapper .inside-content .pdt-list .pdt-row .col-12 {
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .inside-content .pdt-list .pdt-row .col-12 {
    padding: 0 15px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .inside-content .pdt-list .pdt-row .col-12 {
    padding: 0 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .inside-content .pdt-list .pdt-row .col-12 {
    padding: 0 15px;
  }
}
body .wrapper .inside-content .pdt-list .pdt-row .pdt-img {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 415px;
}
@media (max-width: 767px) {
  body .wrapper .inside-content .pdt-list .pdt-row .pdt-img {
    max-width: 100%;
    margin: 0 0 25px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .inside-content .pdt-list .pdt-row .pdt-img {
    max-width: 230px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .inside-content .pdt-list .pdt-row .pdt-img {
    max-width: 250px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .inside-content .pdt-list .pdt-row .pdt-img {
    max-width: 320px;
  }
}
body .wrapper .inside-content .pdt-list .pdt-row .pdt-img img {
  width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  body .wrapper .inside-content .pdt-list .pdt-row .pdt-img img {
    width: 100%;
  }
}
body .wrapper .inside-content .pdt-list .pdt-row .pdt-cont {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: calc(100% - 415px);
}
@media (max-width: 767px) {
  body .wrapper .inside-content .pdt-list .pdt-row .pdt-cont {
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .inside-content .pdt-list .pdt-row .pdt-cont {
    max-width: calc(100% - 230px);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .inside-content .pdt-list .pdt-row .pdt-cont {
    max-width: calc(100% - 250px);
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .inside-content .pdt-list .pdt-row .pdt-cont {
    max-width: calc(100% - 320px);
  }
}
body .wrapper .inside-content .pdt-list .pdt-row .pdt-cont h4 {
  font-size: 24px;
  line-height: 31px;
  font-weight: bold;
  margin: 0 0 9px;
}
body .wrapper .inside-content .pdt-list .pdt-row .pdt-cont p strong,
body .wrapper .inside-content .pdt-list .pdt-row .pdt-cont p b {
  font-weight: 400;
  color: #a11313;
}
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 2px left;
  background-size: 29px auto;
  background-repeat: no-repeat;
  background-image: url("http://www.icgmn.com/packages/prime/themes/prime/images/quote-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: 1023px) {
  body .wrapper .inside-content .col-sm-7 {
    padding-right: 15px;
  }
}
@media (min-width: 1024px) 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 .col-highlights {
  padding-top: 140px;
  padding-bottom: 40px;
  position: relative;
}
@media (max-width: 767px) {
  body .wrapper .col-highlights {
    padding-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .col-highlights {
    padding-top: 74px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .col-highlights {
    padding-top: 74px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .col-highlights {
    padding-top: 90px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .col-highlights {
    padding-top: 120px;
  }
}
body .wrapper .col-highlights::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  max-height: 500px;
  z-index: 0;
  background: #efebe4;
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .col-highlights::before {
    max-height: 220px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .col-highlights::before {
    max-height: 267px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .col-highlights::before {
    max-height: 360px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .col-highlights::before {
    max-height: 400px;
  }
}
body .wrapper .col-highlights .row {
  margin: 0 -46px;
}
@media (max-width: 767px) {
  body .wrapper .col-highlights .row {
    margin: 0 -15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .col-highlights .row {
    margin: 0 -19px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .col-highlights .row {
    margin: 0 -19px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .col-highlights .row {
    margin: 0 -19px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .col-highlights .row {
    margin: 0 -25px;
  }
}
body .wrapper .col-highlights .row .col-12 {
  padding: 0 46px;
}
@media (max-width: 767px) {
  body .wrapper .col-highlights .row .col-12 {
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .col-highlights .row .col-12 {
    padding: 0 19px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .col-highlights .row .col-12 {
    padding: 0 19px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .col-highlights .row .col-12 {
    padding: 0 19px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .col-highlights .row .col-12 {
    padding: 0 25px;
  }
}
body .wrapper .col-highlights .highlight-item {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  body .wrapper .col-highlights .highlight-item {
    margin-top: 25px;
  }
}
body .wrapper .col-highlights .highlight-item .highlight-outer {
  display: block;
  text-decoration: none !important;
  height: 100%;
  position: relative;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.45);
  overflow: hidden;
}
body .wrapper .col-highlights .highlight-item .highlight-outer:hover img {
  transform: scale(1.08);
}
body .wrapper .col-highlights .highlight-item .highlight-outer:hover .highlight-text:before {
  opacity: 1;
}
body .wrapper .col-highlights .highlight-item .highlight-outer .highlight-text {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
  padding: 34px 10px 27px;
  z-index: 1;
}
@media (max-width: 767px) {
  body .wrapper .col-highlights .highlight-item .highlight-outer .highlight-text {
    padding: 11px 10px 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .col-highlights .highlight-item .highlight-outer .highlight-text {
    padding: 19px 10px 0px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .col-highlights .highlight-item .highlight-outer .highlight-text {
    padding: 19px 10px 0px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .col-highlights .highlight-item .highlight-outer .highlight-text {
    padding: 19px 10px 10px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .col-highlights .highlight-item .highlight-outer .highlight-text {
    padding: 25px 10px 15px;
  }
}
body .wrapper .col-highlights .highlight-item .highlight-outer .highlight-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: .84;
  transition: all .3s;
}
body .wrapper .col-highlights .highlight-item .highlight-outer .highlight-text * {
  position: relative;
  z-index: 2;
}
body .wrapper .col-highlights .highlight-item .highlight-outer .highlight-text h2 {
  color: #fff;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  body .wrapper .col-highlights .highlight-item .highlight-outer .highlight-text h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .col-highlights .highlight-item .highlight-outer .highlight-text h2 {
    font-size: 25px;
    line-height: 32px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .col-highlights .highlight-item .highlight-outer .highlight-text h2 {
    font-size: 25px;
    line-height: 32px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .col-highlights .highlight-item .highlight-outer .highlight-text h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
body .wrapper .col-highlights .highlight-item .highlight-outer .highlight-text p {
  color: #fff;
  font-size: 18px;
  line-height: 23px;
}
@media (max-width: 767px) {
  body .wrapper .col-highlights .highlight-item .highlight-outer .highlight-text p {
    font-size: 12px;
    line-height: 15px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .col-highlights .highlight-item .highlight-outer .highlight-text p {
    font-size: 12px;
    line-height: 15px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .col-highlights .highlight-item .highlight-outer .highlight-text p {
    font-size: 12px;
    line-height: 15px;
  }
}
body .wrapper .col-highlights .highlight-item .highlight-outer img {
  width: 100%;
  transition: all .3s;
  transform: scale(1);
  height: 100%;
  object-fit: cover;
}
body .wrapper .col-highlights .highlight-item:first-child .highlight-outer .highlight-text:before {
  background: #a11313;
}
body .wrapper .col-highlights .highlight-item:last-child .highlight-outer .highlight-text:before {
  background: #146b3a;
}
body .wrapper .overlay-text {
  position: absolute;
  z-index: 0;
  left: 15px;
  top: 0;
  color: #917E5D;
  opacity: .08;
  font-size: 200px;
  line-height: 252px;
  font-weight: 800;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  body .wrapper .overlay-text {
    font-size: 80px;
    line-height: 101px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .overlay-text {
    font-size: 80px;
    line-height: 101px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .overlay-text {
    font-size: 140px;
    line-height: 176px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .overlay-text {
    font-size: 140px;
    line-height: 176px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .overlay-text {
    font-size: 170px;
    line-height: 206px;
  }
}
body .wrapper p.sub-title {
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 400;
  text-transform: uppercase;
  color: #c68b00;
  letter-spacing: 1.9px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  body .wrapper p.sub-title {
    font-size: 12px !important;
    line-height: 24px !important;
    letter-spacing: 1.3px;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper p.sub-title {
    font-size: 14px !important;
    line-height: 24px !important;
    letter-spacing: 1.55px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper p.sub-title {
    font-size: 14px !important;
    line-height: 24px !important;
    letter-spacing: 1.55px;
    margin-bottom: 15px;
  }
}
body .wrapper .two-col {
  padding-top: 62px;
  padding-bottom: 136px;
}
@media (max-width: 767px) {
  body .wrapper .two-col {
    padding-top: 0;
    padding-bottom: 74px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .two-col {
    padding-bottom: 81px;
    padding-top: 50px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .two-col {
    padding-bottom: 81px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .two-col {
    padding-bottom: 100px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .two-col {
    padding-bottom: 125px;
  }
}
body .wrapper .two-col .col-left {
  padding-top: 147px;
  padding-right: 150px;
}
@media (max-width: 767px) {
  body .wrapper .two-col .col-left {
    padding-top: 62px;
    padding-right: 15px;
    padding-bottom: 64px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .two-col .col-left {
    padding-top: 50px;
    padding-right: 25px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .two-col .col-left {
    padding-top: 63px;
    padding-right: 103px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .two-col .col-left {
    padding-top: 63px;
    padding-right: 100px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .two-col .col-left {
    padding-top: 100px;
    padding-right: 110px;
  }
}
body .wrapper .two-col .col-left ul {
  padding: 11px 0 0 30px;
}
@media (max-width: 767px) {
  body .wrapper .two-col .col-left ul {
    padding: 6px 0 0 32px;
    margin-bottom: 29px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .two-col .col-left ul {
    padding: 8px 0 1px 33px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .two-col .col-left ul {
    padding: 8px 0 1px 33px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .two-col .col-left ul {
    padding: 8px 0 1px 33px;
  }
}
body .wrapper .two-col .col-left ul li {
  padding: 0 0 0 23px;
  font-weight: 400;
}
@media (max-width: 767px) {
  body .wrapper .two-col .col-left ul li {
    padding: 0 0 0 17px;
    margin: 0 0 6px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .two-col .col-left ul li {
    padding: 0 0 0 16px;
    letter-spacing: 0;
    margin: 0 0 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .two-col .col-left ul li {
    padding: 0 0 0 16px;
    letter-spacing: 0;
    margin: 0 0 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .two-col .col-left ul li {
    margin: 0 0 10px;
  }
}
body .wrapper .two-col .col-left h2 {
  line-height: 54px;
  font-weight: bold;
  color: #917e5d;
  margin: 0 0 33px;
}
@media (max-width: 767px) {
  body .wrapper .two-col .col-left h2 {
    line-height: 30px;
    margin: 0 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .two-col .col-left h2 {
    line-height: 36px;
    margin: 0 0 14px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .two-col .col-left h2 {
    line-height: 36px;
    margin: 0 0 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .two-col .col-left h2 {
    line-height: 40px;
  }
}
body .wrapper .two-col .col-left p {
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 767px) {
  body .wrapper .two-col .col-left p {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .two-col .col-left p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .two-col .col-left p {
    font-size: 14px;
    line-height: 24px;
  }
}
body .wrapper .two-col .col-right {
  padding-left: 3px;
}
@media (max-width: 767px) {
  body .wrapper .two-col .col-right {
    padding-left: 0;
    padding-right: 0;
  }
}
body .wrapper .two-col .form-block {
  background: #efebe4;
  padding: 39px 64px 17px 64px;
  margin: 0 0 50px;
}
@media (max-width: 767px) {
  body .wrapper .two-col .form-block {
    padding: 29px 54px 17px 54px;
    margin: 0 -36.5px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .two-col .form-block {
    padding: 27px 20px 17px 20px;
    margin: 0 -39px 48px -5px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .two-col .form-block {
    padding: 27px 44px 17px 46px;
    margin: 0 -80px 50px -25px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .two-col .form-block {
    padding: 27px 30px 17px 30px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .two-col .form-block {
    padding: 39px 55px 17px;
  }
}
body .wrapper .two-col .form-block p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 767px) {
  body .wrapper .two-col .form-block p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .two-col .form-block p {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 11px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .two-col .form-block p {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 11px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .two-col .form-block p {
    font-size: 14px;
    line-height: 20px;
  }
}
body .wrapper .two-col .form-block h2 {
  color: #a11313;
  margin: 0 0 -3px;
}
@media (max-width: 767px) {
  body .wrapper .two-col .form-block h2 {
    margin: 0 0 -1px;
    font-size: 33px;
    line-height: 41px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .two-col .form-block h2 {
    margin: 0 0 3px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .two-col .form-block h2 {
    margin: 0 0 3px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .two-col .form-block h2 {
    margin: 0 0 3px;
  }
}
body .wrapper .two-col .form-block input:not([type="submit"]):not([type="button"]):not([type="file"]):not([type="radio"]):not([type="checkbox"]),
body .wrapper .two-col .form-block select,
body .wrapper .two-col .form-block textarea {
  border: 0;
  border-radius: 0;
  width: 100%;
  height: 30px;
}
@media (max-width: 767px) {
  body .wrapper .two-col .form-block input:not([type="submit"]):not([type="button"]):not([type="file"]):not([type="radio"]):not([type="checkbox"]),
  body .wrapper .two-col .form-block select,
  body .wrapper .two-col .form-block textarea {
    height: 21px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .two-col .form-block input:not([type="submit"]):not([type="button"]):not([type="file"]):not([type="radio"]):not([type="checkbox"]),
  body .wrapper .two-col .form-block select,
  body .wrapper .two-col .form-block textarea {
    height: 21px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .two-col .form-block input:not([type="submit"]):not([type="button"]):not([type="file"]):not([type="radio"]):not([type="checkbox"]),
  body .wrapper .two-col .form-block select,
  body .wrapper .two-col .form-block textarea {
    height: 21px;
  }
}
body .wrapper .two-col .form-block textarea {
  min-height: 70px;
}
@media (max-width: 767px) {
  body .wrapper .two-col .form-block textarea {
    min-height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .two-col .form-block textarea {
    min-height: 50px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .two-col .form-block textarea {
    min-height: 50px;
  }
}
body .wrapper .two-col .form-block label {
  display: block;
  font-size: 13px;
  line-height: 18px;
  font-weight: 300 !important;
  margin: 0 0 1px;
}
body .wrapper .two-col .form-block label .text-muted {
  color: #a11313 !important;
  opacity: 1 !important;
}
body .wrapper .two-col .form-block .fields {
  margin: 0 0 61px;
}
@media (max-width: 767px) {
  body .wrapper .two-col .form-block .fields {
    margin: 0 0 53px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .two-col .form-block .fields {
    margin: 0 0 54px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .two-col .form-block .fields {
    margin: 0 0 54px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .two-col .form-block .fields {
    margin: 0 0 54px;
  }
}
body .wrapper .two-col .form-block .btn {
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
  display: block;
  margin: 0 -5px -50px;
  padding: 20px 24px;
  width: calc(100% + 10px);
}
@media (max-width: 767px) {
  body .wrapper .two-col .form-block .btn {
    font-size: 13px;
    line-height: 16px;
    padding: 15px 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .two-col .form-block .btn {
    font-size: 13px;
    line-height: 16px;
    padding: 15px 24px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .two-col .form-block .btn {
    font-size: 13px;
    line-height: 16px;
    padding: 15px 24px;
  }
}
body .wrapper .parallax-steps {
  position: relative;
  text-align: center;
  padding: 203px 0 215px;
  margin-bottom: 123px;
}
@media (max-width: 767px) {
  body .wrapper .parallax-steps {
    padding: 79px 0 86px;
    margin-bottom: 43px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .parallax-steps {
    padding: 110px 0 110px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .parallax-steps {
    padding: 110px 0 110px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .parallax-steps {
    padding: 110px 0 130px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .parallax-steps {
    padding: 160px 0 190px;
  }
}
body .wrapper .parallax-steps .parallax-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
body .wrapper .parallax-steps .parallax-img img {
  width: 100%;
  height: calc(100% + 100px);
  object-fit: cover;
}
body .wrapper .parallax-steps .container {
  position: relative;
  z-index: 1;
}
body .wrapper .parallax-steps .col-header .overlay-text {
  right: 15px;
  top: -150px;
  text-align: center;
}
@media (max-width: 767px) {
  body .wrapper .parallax-steps .col-header .overlay-text {
    top: -60px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .parallax-steps .col-header .overlay-text {
    top: -70px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .parallax-steps .col-header .overlay-text {
    top: -102px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .parallax-steps .col-header .overlay-text {
    top: -102px;
  }
}
body .wrapper .parallax-steps .col-header .sub-title {
  margin-bottom: 34px;
}
@media (max-width: 767px) {
  body .wrapper .parallax-steps .col-header .sub-title {
    letter-spacing: 1.2px;
    margin-bottom: 9px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .parallax-steps .col-header .sub-title {
    margin-bottom: 18px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .parallax-steps .col-header .sub-title {
    margin-bottom: 18px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .parallax-steps .col-header .sub-title {
    margin-bottom: 25px;
  }
}
body .wrapper .parallax-steps .col-header h2 {
  color: #fff;
  letter-spacing: -.6px;
  margin: 0 0 55px;
}
@media (max-width: 767px) {
  body .wrapper .parallax-steps .col-header h2 {
    margin: 0 0 25px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .parallax-steps .col-header h2 {
    margin: 0 0 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .parallax-steps .col-header h2 {
    margin: 0 0 14px;
  }
}
@media (max-width: 767px) {
  body .wrapper .parallax-steps .col-step {
    margin-bottom: 26px;
  }
}
body .wrapper .parallax-steps .col-step > a:hover .btn::before {
  width: 100%;
}
body .wrapper .parallax-steps .col-step > a:hover p.step-head {
  background: #e6a814;
}
body .wrapper .parallax-steps .col-step > a:hover p.step-head::before {
  border-color: transparent transparent transparent #e6a814;
}
body .wrapper .parallax-steps .col-step > a:hover p.step-head::after {
  background: #e6a814;
}
body .wrapper .parallax-steps .col-step:nth-child(3) p.step-head {
  background: #146b3a;
}
body .wrapper .parallax-steps .col-step:nth-child(3) p.step-head::before {
  border-color: transparent transparent transparent #146b3a;
}
body .wrapper .parallax-steps .col-step:nth-child(3) p.step-head::after {
  background: #146b3a;
}
body .wrapper .parallax-steps .col-step:nth-child(3) > a:hover p.step-head {
  background: #347233;
}
body .wrapper .parallax-steps .col-step:nth-child(3) > a:hover p.step-head::before {
  border-color: transparent transparent transparent #347233;
}
body .wrapper .parallax-steps .col-step:nth-child(3) > a:hover p.step-head::after {
  background: #347233;
}
body .wrapper .parallax-steps .col-step:nth-child(4) p.step-head {
  background: #a11313;
}
body .wrapper .parallax-steps .col-step:nth-child(4) p.step-head::before {
  border-color: transparent transparent transparent #a11313;
}
body .wrapper .parallax-steps .col-step:nth-child(4) p.step-head::after {
  background: #a11313;
}
body .wrapper .parallax-steps .col-step:nth-child(4) > a:hover p.step-head {
  background: #852319;
}
body .wrapper .parallax-steps .col-step:nth-child(4) > a:hover p.step-head::before {
  border-color: transparent transparent transparent #852319;
}
body .wrapper .parallax-steps .col-step:nth-child(4) > a:hover p.step-head::after {
  background: #852319;
}
body .wrapper .parallax-steps .col-step p.step-head {
  display: inline-block;
  background: #a57b08;
  transition: all .3s;
  font-size: 44px;
  line-height: 52px;
  font-weight: bold;
  letter-spacing: .6px;
  padding: 12px 50px 12px 52px;
  position: relative;
  margin-left: 9px;
  color: #fff;
}
@media (max-width: 767px) {
  body .wrapper .parallax-steps .col-step p.step-head {
    font-size: 24px;
    line-height: 28px;
    padding: 8px 25px 6px 25px;
    margin: 0 0 14px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .parallax-steps .col-step p.step-head {
    font-size: 24px;
    line-height: 28px;
    padding: 8px 25px 6px 25px;
    margin: 0 0 14px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .parallax-steps .col-step p.step-head {
    font-size: 26px;
    line-height: 28px;
    padding: 8px 25px 6px 25px;
    margin: 0 0 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .parallax-steps .col-step p.step-head {
    font-size: 26px;
    line-height: 28px;
    padding: 8px 25px 6px 25px;
    margin: 0 0 14px;
  }
}
body .wrapper .parallax-steps .col-step p.step-head::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 38px 0 38px 24px;
  border-color: transparent transparent transparent #a57b08;
  display: block;
  position: absolute;
  right: -24px;
  top: 0;
  z-index: 1;
  transition: all .3s;
}
@media (max-width: 767px) {
  body .wrapper .parallax-steps .col-step p.step-head::before {
    border-width: 21px 0 21px 17px;
    right: -17px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .parallax-steps .col-step p.step-head::before {
    border-width: 21px 0 21px 17px;
    right: -17px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .parallax-steps .col-step p.step-head::before {
    border-width: 21px 0 21px 17px;
    right: -17px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .parallax-steps .col-step p.step-head::before {
    border-width: 21px 0 21px 17px;
    right: -17px;
  }
}
body .wrapper .parallax-steps .col-step p.step-head::after {
  content: "";
  width: 24px;
  bottom: 0;
  display: block;
  position: absolute;
  left: -23px;
  top: 0;
  background: #a57b08;
  -web-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 100% 50%, 0% 0%);
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 100% 50%, 0% 0%);
  z-index: 1;
  transition: all .3s;
}
@media (max-width: 767px) {
  body .wrapper .parallax-steps .col-step p.step-head::after {
    width: 20px;
    left: -19px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .parallax-steps .col-step p.step-head::after {
    width: 20px;
    left: -19px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .parallax-steps .col-step p.step-head::after {
    width: 20px;
    left: -19px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .parallax-steps .col-step p.step-head::after {
    width: 20px;
    left: -19px;
  }
}
body .wrapper .parallax-steps .col-step h3 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  body .wrapper .parallax-steps .col-step h3 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 11px;
    padding: 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .parallax-steps .col-step h3 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 12px;
    padding: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .parallax-steps .col-step h3 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 12px;
    padding: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .parallax-steps .col-step h3 {
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 12px;
    padding: 0 20px;
  }
}
body .wrapper .parallax-steps .col-step p {
  font-weight: 400;
  color: #fff;
}
body .wrapper .parallax-steps .col-step .icon-outer {
  min-height: 108px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  body .wrapper .parallax-steps .col-step .icon-outer {
    min-height: 58px;
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .parallax-steps .col-step .icon-outer {
    min-height: 58px;
    margin-bottom: 8px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .parallax-steps .col-step .icon-outer {
    min-height: 58px;
    margin-bottom: 8px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .parallax-steps .col-step .icon-outer {
    min-height: 80px;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  body .wrapper .parallax-steps .col-step .icon-outer img {
    max-height: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .parallax-steps .col-step .icon-outer img {
    max-height: 48px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .parallax-steps .col-step .icon-outer img {
    max-height: 48px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .parallax-steps .col-step .icon-outer img {
    max-height: 75px;
  }
}
body .wrapper .parallax-steps .col-step p:not(.step-head) {
  max-width: 415px;
  margin: 0 auto 24px;
}
@media (max-width: 767px) {
  body .wrapper .parallax-steps .col-step p:not(.step-head) {
    margin: 0 auto 20px;
    padding: 0 35px;
    letter-spacing: 0.2px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .parallax-steps .col-step p:not(.step-head) {
    margin: 0 auto 20px;
    padding: 0 12px;
    letter-spacing: 0.2px;
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .parallax-steps .col-step p:not(.step-head) {
    margin: 0 auto 20px;
    padding: 0 12px;
    letter-spacing: 0.2px;
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .parallax-steps .col-step p:not(.step-head) {
    margin: 0 auto 20px;
    padding: 0 12px;
    letter-spacing: 0.2px;
    font-size: 14px;
    line-height: 20px;
  }
}
body .wrapper .parallax-steps .col-step hr {
  max-width: 151px;
  margin: 0 auto;
  border-color: #fff;
}
@media (max-width: 767px) {
  body .wrapper .parallax-steps .col-step hr {
    max-width: 86px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .parallax-steps .col-step hr {
    max-width: 86px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .parallax-steps .col-step hr {
    max-width: 86px;
  }
}
body .wrapper .parallax-steps .col-step .btn {
  font-size: 20px;
  line-height: 28px;
  background: none;
  min-width: auto;
  padding: 18px 0;
  margin: 0;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  body .wrapper .parallax-steps .col-step .btn {
    font-size: 10px;
    line-height: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .parallax-steps .col-step .btn {
    font-size: 10px;
    line-height: 14px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .parallax-steps .col-step .btn {
    font-size: 10px;
    line-height: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .parallax-steps .col-step .btn {
    font-size: 14px;
    line-height: 18px;
  }
}
body .wrapper .parallax-steps .col-step .btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: all .3s;
}
body .wrapper .parallax-steps .col-step .btn:hover::before {
  width: 100%;
}
body .wrapper .parallax-steps .col-step .btn i {
  background-image: url("http://www.icgmn.com/packages/prime/themes/prime/images/white-arrow.svg");
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: right center;
}
@media (max-width: 767px) {
  body .wrapper .parallax-steps .col-step .btn i {
    background-size: 9px auto;
    margin-left: 5px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .parallax-steps .col-step .btn i {
    background-size: 9px auto;
    margin-left: 5px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .parallax-steps .col-step .btn i {
    background-size: 9px auto;
    margin-left: 5px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .parallax-steps .col-step .btn i {
    background-size: 12px auto;
    margin-left: 5px;
  }
}
body .wrapper .parallax-steps .col-step .btn i::before {
  opacity: 0;
}
body .wrapper .parallax-steps .text-badge {
  position: absolute;
  bottom: -103px;
  z-index: 1;
  display: block;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 64px 110px 70px;
  letter-spacing: -1.8px;
  background: #a11313;
  transition: all .3s;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  body .wrapper .parallax-steps .text-badge {
    bottom: -65px;
    min-width: 310px;
    padding: 38px 15px 38px;
    letter-spacing: .3px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .parallax-steps .text-badge {
    bottom: -53px;
    min-width: 310px;
    padding: 38px 26px 38px;
    letter-spacing: .3px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .parallax-steps .text-badge {
    bottom: -65px;
    min-width: 310px;
    padding: 38px 40px 38px;
    letter-spacing: .3px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .parallax-steps .text-badge {
    bottom: -65px;
    min-width: 310px;
    padding: 38px 40px 38px;
    letter-spacing: .3px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .parallax-steps .text-badge {
    padding: 64px 80px 70px;
  }
}
body .wrapper .parallax-steps .text-badge:hover {
  background: #920000;
}
body .wrapper .parallax-steps .text-badge:hover span.line::before {
  width: 100%;
}
body .wrapper .parallax-steps .text-badge:hover h2 {
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
body .wrapper .parallax-steps .text-badge:hover::before,
body .wrapper .parallax-steps .text-badge:hover::after {
  background: #920000;
}
body .wrapper .parallax-steps .text-badge span.line {
  position: absolute;
  left: -28px;
  right: -28px;
  height: 1px;
  z-index: 2;
}
@media (max-width: 767px) {
  body .wrapper .parallax-steps .text-badge span.line {
    left: -8px;
    right: -6px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .parallax-steps .text-badge span.line {
    left: -8px;
    right: -6px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .parallax-steps .text-badge span.line {
    left: -17px;
    right: -17px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .parallax-steps .text-badge span.line {
    left: -17px;
    right: -17px;
  }
}
body .wrapper .parallax-steps .text-badge span.line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  transition: all .3s;
  background: #fff;
  opacity: .3;
  height: 1px;
}
body .wrapper .parallax-steps .text-badge span.line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 0;
  transition: all .3s;
  background: #fff;
  height: 1px;
}
body .wrapper .parallax-steps .text-badge span.line.line-top {
  top: 26px;
}
@media (max-width: 767px) {
  body .wrapper .parallax-steps .text-badge span.line.line-top {
    top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .parallax-steps .text-badge span.line.line-top {
    top: 15px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .parallax-steps .text-badge span.line.line-top {
    top: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .parallax-steps .text-badge span.line.line-top {
    top: 15px;
  }
}
body .wrapper .parallax-steps .text-badge span.line.line-bt {
  bottom: 26px;
}
@media (max-width: 767px) {
  body .wrapper .parallax-steps .text-badge span.line.line-bt {
    bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .parallax-steps .text-badge span.line.line-bt {
    bottom: 15px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .parallax-steps .text-badge span.line.line-bt {
    bottom: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .parallax-steps .text-badge span.line.line-bt {
    bottom: 15px;
  }
}
body .wrapper .parallax-steps .text-badge h2 {
  font-size: 70px;
  line-height: 71px;
  white-space: nowrap;
  margin: 0;
  color: #fff;
  transition: all .3s;
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  body .wrapper .parallax-steps .text-badge h2 {
    font-size: 26px;
    line-height: 30px;
    white-space: normal;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .parallax-steps .text-badge h2 {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .parallax-steps .text-badge h2 {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.9px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .parallax-steps .text-badge h2 {
    font-size: 50px;
    line-height: 56px;
    letter-spacing: -0.9px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .parallax-steps .text-badge h2 {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: .6px;
  }
}
body .wrapper .parallax-steps .text-badge::before {
  content: "";
  width: 40px;
  bottom: 0;
  display: block;
  position: absolute;
  right: -39px;
  top: 0;
  background: #a11313;
  -web-clip-path: polygon(100% 0, 0% 50%, 100% 100%, 0% 100%, 0% 50%, 0% 0%);
  clip-path: polygon(100% 0, 0% 50%, 100% 100%, 0% 100%, 0% 50%, 0% 0%);
  z-index: 1;
  transition: all .3s;
}
@media (max-width: 767px) {
  body .wrapper .parallax-steps .text-badge::before {
    width: 10px;
    right: -9px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .parallax-steps .text-badge::before {
    width: 10px;
    right: -9px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .parallax-steps .text-badge::before {
    width: 24px;
    right: -23px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .parallax-steps .text-badge::before {
    width: 24px;
    right: -23px;
  }
}
body .wrapper .parallax-steps .text-badge::after {
  content: "";
  width: 40px;
  bottom: 0;
  display: block;
  position: absolute;
  left: -39px;
  top: 0;
  background: #a11313;
  -web-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 100% 50%, 0% 0%);
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 100% 50%, 0% 0%);
  z-index: 1;
  transition: all .3s;
}
@media (max-width: 767px) {
  body .wrapper .parallax-steps .text-badge::after {
    width: 10px;
    left: -9px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .parallax-steps .text-badge::after {
    width: 10px;
    left: -9px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .parallax-steps .text-badge::after {
    width: 24px;
    left: -23px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .parallax-steps .text-badge::after {
    width: 24px;
    left: -23px;
  }
}
body .wrapper .our-programs {
  padding: 188px 0 171px;
}
@media (max-width: 767px) {
  body .wrapper .our-programs {
    padding: 96px 0 71px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .our-programs {
    padding: 40px 0 71px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .our-programs {
    padding: 74px 0 78px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .our-programs {
    padding: 120px 0 110px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .our-programs {
    padding: 165px 0 130px;
  }
}
body .wrapper .our-programs .overlay-text {
  top: -148px;
  left: 0;
}
@media (max-width: 767px) {
  body .wrapper .our-programs .overlay-text {
    top: -58px;
    left: 29px;
    font-size: 62px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .our-programs .overlay-text {
    top: -58px;
    left: 29px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .our-programs .overlay-text {
    top: -107px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .our-programs .overlay-text {
    top: -110px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .our-programs .overlay-text {
    top: -138px;
  }
}
body .wrapper .our-programs .container {
  position: relative;
}
body .wrapper .our-programs .container .row {
  margin: 0 -23px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .our-programs .container .row {
    margin: 0 -12px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .our-programs .container .row {
    margin: 0 -12px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .our-programs .container .row {
    margin: 0 -15px;
  }
}
body .wrapper .our-programs .col-12 {
  padding: 0 23px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .our-programs .col-12 {
    padding: 0 12px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .our-programs .col-12 {
    padding: 0 12px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .our-programs .col-12 {
    padding: 0 15px;
  }
}
body .wrapper .our-programs .col-text {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 580px;
}
@media (max-width: 767px) {
  body .wrapper .our-programs .col-text {
    margin-bottom: 7px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .our-programs .col-text {
    max-width: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .our-programs .col-text {
    max-width: 331px;
    padding-right: 3px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .our-programs .col-text {
    max-width: 415px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .our-programs .col-text {
    max-width: 520px;
  }
}
@media (max-width: 767px) {
  body .wrapper .our-programs .col-text p {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 13px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .our-programs .col-text p {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .our-programs .col-text p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  body .wrapper .our-programs .col-text p.sub-title {
    margin: 0 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .our-programs .col-text p.sub-title {
    white-space: nowrap;
    margin-bottom: 29px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .our-programs .col-text p.sub-title {
    white-space: nowrap;
    margin-bottom: 29px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .our-programs .col-text p.sub-title {
    white-space: nowrap;
  }
}
body .wrapper .our-programs .col-text h2 {
  color: #917E5D;
}
@media (max-width: 767px) {
  body .wrapper .our-programs .col-text h2 {
    line-height: 30px;
    margin: 0 0 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .our-programs .col-text h2 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 14px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .our-programs .col-text h2 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .our-programs .col-text h2 {
    line-height: 44px;
  }
}
body .wrapper .our-programs .col-program {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 526px;
  padding-top: 82px;
}
@media (max-width: 767px) {
  body .wrapper .our-programs .col-program {
    padding-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .our-programs .col-program {
    max-width: 50%;
    padding-top: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .our-programs .col-program {
    max-width: 278px;
    padding-top: 52px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .our-programs .col-program {
    max-width: 362px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .our-programs .col-program {
    max-width: 418px;
  }
}
body .wrapper .our-programs .program-outer {
  display: block;
  text-decoration: none !important;
  position: relative;
  overflow: hidden;
}
body .wrapper .our-programs .program-outer:hover .program-text {
  background: #efebe4;
}
body .wrapper .our-programs .program-outer:hover img {
  transform: scale(1.08);
}
body .wrapper .our-programs .program-outer img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  transition: all .3s;
  transform: scale(1);
}
@media (max-width: 767px) {
  body .wrapper .our-programs .program-outer img {
    height: 276px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .our-programs .program-outer img {
    height: 233px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .our-programs .program-outer img {
    height: 233px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .our-programs .program-outer img {
    height: 328px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .our-programs .program-outer img {
    height: 384px;
  }
}
body .wrapper .our-programs .program-outer .program-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  text-align: center;
  background: rgba(239, 235, 228, 0.9);
  padding: 25px 15px 33px;
  transition: all .3s;
}
@media (max-width: 767px) {
  body .wrapper .our-programs .program-outer .program-text {
    padding: 17px 15px 19px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .our-programs .program-outer .program-text {
    padding: 12px 15px 11px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .our-programs .program-outer .program-text {
    padding: 12px 15px 11px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .our-programs .program-outer .program-text {
    padding: 15px 15px 15px;
  }
}
body .wrapper .our-programs .program-outer .program-text h2 {
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 3px;
  color: #a11313;
}
@media (max-width: 767px) {
  body .wrapper .our-programs .program-outer .program-text h2 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 7px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .our-programs .program-outer .program-text h2 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 4px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .our-programs .program-outer .program-text h2 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 4px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .our-programs .program-outer .program-text h2 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 4px;
  }
}
body .wrapper .our-programs .program-outer .program-text p {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  font-weight: 400;
}
@media (max-width: 767px) {
  body .wrapper .our-programs .program-outer .program-text p {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .our-programs .program-outer .program-text p {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .our-programs .program-outer .program-text p {
    font-size: 12px;
    line-height: 16px;
  }
}
body .wrapper .our-programs h2 {
  line-height: 55px;
  margin: 0 0 28px;
}
body .wrapper .our-programs p {
  font-size: 20px;
  line-height: 30px;
}
body .wrapper .our-programs .btn {
  margin-top: 14px;
}
@media (max-width: 767px) {
  body .wrapper .our-programs .btn {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .our-programs .btn {
    margin-top: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .our-programs .btn {
    margin-top: 0;
  }
}
body .wrapper .product-sec {
  background: #efebe4;
  text-align: center;
  padding: 231px 0 141px;
}
@media (max-width: 767px) {
  body .wrapper .product-sec {
    padding: 85px 0 42px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .product-sec {
    padding: 120px 0 67px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .product-sec {
    padding: 157px 0 67px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .product-sec {
    padding: 170px 0 110px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .product-sec {
    padding: 170px 0 130px;
  }
}
body .wrapper .product-sec .container {
  position: relative;
}
body .wrapper .product-sec .overlay-text {
  left: 50%;
  white-space: nowrap;
  transform: translate(-50%, 0);
  top: -109px;
}
@media (max-width: 767px) {
  body .wrapper .product-sec .overlay-text {
    top: -56px;
    font-size: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .product-sec .overlay-text {
    top: -65px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .product-sec .overlay-text {
    top: -109px;
  }
}
body .wrapper .product-sec .sub-title {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  body .wrapper .product-sec .sub-title {
    line-height: 18px !important;
    margin-bottom: 11px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .product-sec .sub-title {
    margin-bottom: 13px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .product-sec .sub-title {
    margin-bottom: 13px;
  }
}
body .wrapper .product-sec h2 {
  line-height: 54px;
  letter-spacing: -0.5px;
  margin: 0 0 50px;
  color: #917E5D;
}
@media (max-width: 767px) {
  body .wrapper .product-sec h2 {
    line-height: 30px;
    margin: 0 0 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .product-sec h2 {
    line-height: 36px;
    margin: 0 0 18px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .product-sec h2 {
    line-height: 36px;
    margin: 0 0 18px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .product-sec h2 {
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  body .wrapper .product-sec .product-slider {
    margin-right: -36.5px;
  }
}
@media (min-width: 1681px) and (max-width: 1880px) {
  body .wrapper .product-sec .product-slider {
    padding: 0 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .product-sec .product-slider .slick-arrow {
    width: 40px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .product-sec .product-slider .slick-arrow {
    width: 40px;
  }
}
body .wrapper .product-sec .product-slider .slick-arrow.slick-prev {
  left: -80px;
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .product-sec .product-slider .slick-arrow.slick-prev {
    left: -42px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .product-sec .product-slider .slick-arrow.slick-prev {
    left: -27px;
  }
}
@media (min-width: 1681px) and (max-width: 1880px) {
  body .wrapper .product-sec .product-slider .slick-arrow.slick-prev {
    left: -20px;
  }
}
body .wrapper .product-sec .product-slider .slick-arrow.slick-next {
  right: -80px;
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .product-sec .product-slider .slick-arrow.slick-next {
    right: -42px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .product-sec .product-slider .slick-arrow.slick-next {
    right: -27px;
  }
}
@media (min-width: 1681px) and (max-width: 1880px) {
  body .wrapper .product-sec .product-slider .slick-arrow.slick-next {
    right: -20px;
  }
}
body .wrapper .product-sec .product-slider .slick-track {
  display: flex;
}
@media (max-width: 767px) {
  body .wrapper .product-sec .product-slider .slick-list {
    padding: 0px 140px 0 0 !important;
  }
}
body .wrapper .product-sec .product-slider .product-item {
  height: auto;
  margin: 0 16px;
  padding: 10px 0;
}
@media (max-width: 767px) {
  body .wrapper .product-sec .product-slider .product-item {
    max-width: 202px;
    margin: 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .product-sec .product-slider .product-item {
    max-width: 202px;
    margin: 0 9px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .product-sec .product-slider .product-item {
    max-width: 202px;
    margin: 0 9px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .product-sec .product-slider .product-item {
    margin: 0 10px;
  }
}
body .wrapper .product-sec .product-slider .product-item .product-outer {
  display: block;
  text-decoration: none !important;
  height: 100%;
  background: #fff;
  transition: all .3s;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}
body .wrapper .product-sec .product-slider .product-item .product-outer:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
body .wrapper .product-sec .product-slider .product-item .product-outer:hover img {
  transform: scale(1.08);
}
body .wrapper .product-sec .product-slider .product-item .product-outer:hover .product-text h3 {
  color: #146b3a;
}
body .wrapper .product-sec .product-slider .product-item .product-outer .product-img {
  overflow: hidden;
}
body .wrapper .product-sec .product-slider .product-item .product-outer img {
  width: 100%;
  height: 378px;
  transition: all .3s;
  transform: scale(1);
}
@media (max-width: 767px) {
  body .wrapper .product-sec .product-slider .product-item .product-outer img {
    height: 202px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .product-sec .product-slider .product-item .product-outer img {
    height: 202px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .product-sec .product-slider .product-item .product-outer img {
    height: 202px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .product-sec .product-slider .product-item .product-outer img {
    height: 258px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .product-sec .product-slider .product-item .product-outer img {
    height: 296px;
  }
}
body .wrapper .product-sec .product-slider .product-item .product-outer .product-text {
  background: #fff;
  padding: 29px 29px 9px;
}
@media (max-width: 767px) {
  body .wrapper .product-sec .product-slider .product-item .product-outer .product-text {
    padding: 20px 18px 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .product-sec .product-slider .product-item .product-outer .product-text {
    padding: 20px 15px 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .product-sec .product-slider .product-item .product-outer .product-text {
    padding: 20px 15px 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .product-sec .product-slider .product-item .product-outer .product-text {
    padding: 20px 15px 20px;
  }
}
body .wrapper .product-sec .product-slider .product-item .product-outer .product-text h3 {
  font-size: 26px;
  line-height: 33px;
  font-weight: 400;
  margin: 0 0 9px;
  color: #a11313;
  transition: all .3s;
}
@media (max-width: 767px) {
  body .wrapper .product-sec .product-slider .product-item .product-outer .product-text h3 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 14px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .product-sec .product-slider .product-item .product-outer .product-text h3 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 14px;
    padding: 0 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .product-sec .product-slider .product-item .product-outer .product-text h3 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 14px;
    padding: 0 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .product-sec .product-slider .product-item .product-outer .product-text h3 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 14px;
    padding: 0 10px;
  }
}
body .wrapper .product-sec .product-slider .product-item .product-outer .product-text p {
  line-height: 28px;
}
@media (max-width: 767px) {
  body .wrapper .product-sec .product-slider .product-item .product-outer .product-text p {
    line-height: 16px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .product-sec .product-slider .product-item .product-outer .product-text p {
    font-size: 12px;
    line-height: 16px;
    margin: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .product-sec .product-slider .product-item .product-outer .product-text p {
    font-size: 12px;
    line-height: 16px;
    margin: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .product-sec .product-slider .product-item .product-outer .product-text p {
    line-height: 26px;
  }
}
body .wrapper .product-sec .btn-outer {
  padding-top: 51px;
}
@media (max-width: 767px) {
  body .wrapper .product-sec .btn-outer {
    padding-top: 19px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .product-sec .btn-outer {
    padding-top: 19px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .product-sec .btn-outer {
    padding-top: 19px;
  }
}
body .wrapper .testimonial-sec {
  padding-top: 76px;
  padding-bottom: 117px;
}
@media (max-width: 767px) {
  body .wrapper .testimonial-sec {
    padding-top: 15px;
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .testimonial-sec {
    padding-top: 37px;
    padding-bottom: 67px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .testimonial-sec {
    padding-top: 37px;
    padding-bottom: 67px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .testimonial-sec {
    padding-top: 45px;
    padding-bottom: 110px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .testimonial-sec {
    padding-top: 50px;
    padding-bottom: 110px;
  }
}
body .wrapper .testimonial-sec .container {
  position: relative;
  max-width: 100%;
  padding-left: calc(50% - 820px);
  padding-top: 162px;
}
@media (max-width: 767px) {
  body .wrapper .testimonial-sec .container {
    padding-left: 36.5px;
    padding-top: 76px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .testimonial-sec .container {
    padding-left: calc(50% - 328px);
    padding-top: 70px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .testimonial-sec .container {
    padding-left: calc(50% - 428px);
    padding-top: 102px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .testimonial-sec .container {
    padding-left: calc(50% - 548px);
    padding-top: 120px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .testimonial-sec .container {
    padding-left: calc(50% - 654px);
    padding-top: 130px;
  }
}
body .wrapper .testimonial-sec .container .row {
  align-items: flex-start;
}
body .wrapper .testimonial-sec .overlay-text {
  left: calc(50% - 820px);
}
@media (max-width: 767px) {
  body .wrapper .testimonial-sec .overlay-text {
    left: 36.5px;
    top: 17px;
    font-size: 46px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .testimonial-sec .overlay-text {
    left: calc(50% - 328px);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .testimonial-sec .overlay-text {
    left: calc(50% - 428px);
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .testimonial-sec .overlay-text {
    left: calc(50% - 548px);
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .testimonial-sec .overlay-text {
    left: calc(50% - 654px);
  }
}
body .wrapper .testimonial-sec .testimonial-text {
  padding-right: 30px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 23%;
}
@media (max-width: 767px) {
  body .wrapper .testimonial-sec .testimonial-text {
    max-width: 100%;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .testimonial-sec .testimonial-text {
    max-width: 100%;
    padding-right: 15px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .testimonial-sec .testimonial-text {
    padding-right: 7px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .testimonial-sec .testimonial-text {
    padding-right: 15px;
    max-width: 24%;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .testimonial-sec .testimonial-text {
    max-width: 29%;
  }
}
body .wrapper .testimonial-sec .testimonial-text::before {
  content: "";
  height: 48px;
  background: #C6C6C6;
  width: 1px;
  position: absolute;
  left: 88px;
  bottom: 96px;
  z-index: 1;
}
@media (max-width: 767px) {
  body .wrapper .testimonial-sec .testimonial-text::before {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .testimonial-sec .testimonial-text::before {
    height: 36px;
    left: 50px;
    bottom: 82px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .testimonial-sec .testimonial-text::before {
    height: 36px;
    left: 50px;
    bottom: 82px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .testimonial-sec .testimonial-text::before {
    height: 36px;
    left: 50px;
    bottom: 82px;
  }
}
body .wrapper .testimonial-sec .testimonial-text p.sub-title {
  white-space: nowrap;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  body .wrapper .testimonial-sec .testimonial-text p.sub-title {
    line-height: 18px !important;
    white-space: normal;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .testimonial-sec .testimonial-text p.sub-title {
    margin-bottom: 28px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .testimonial-sec .testimonial-text p.sub-title {
    margin-bottom: 41px;
  }
}
body .wrapper .testimonial-sec .testimonial-text h2 {
  line-height: 54px;
  margin: 0 0 115px;
  color: #917E5D;
}
@media (max-width: 767px) {
  body .wrapper .testimonial-sec .testimonial-text h2 {
    line-height: 30px;
    margin: 0 0 19px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .testimonial-sec .testimonial-text h2 {
    line-height: 36px;
    margin: 0 0 111px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .testimonial-sec .testimonial-text h2 {
    line-height: 36px;
    margin: 0 0 111px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .testimonial-sec .testimonial-text h2 {
    line-height: 44px;
    margin: 0 0 111px;
  }
}
@media (max-width: 767px) {
  body .wrapper .testimonial-sec .testimonial-text .btn {
    display: none;
  }
}
body .wrapper .testimonial-sec .testimonial-text .slick-arrow {
  bottom: 62px;
  top: auto;
}
@media (max-width: 767px) {
  body .wrapper .testimonial-sec .testimonial-text .slick-arrow {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .testimonial-sec .testimonial-text .slick-arrow {
    width: 36px;
    height: 38px;
    background-size: 20px auto;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .testimonial-sec .testimonial-text .slick-arrow {
    width: 36px;
    height: 38px;
    background-size: 20px auto;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .testimonial-sec .testimonial-text .slick-arrow {
    width: 36px;
    height: 38px;
    background-size: 20px auto;
  }
}
body .wrapper .testimonial-sec .testimonial-text .slick-arrow.slick-prev {
  left: 2px;
}
body .wrapper .testimonial-sec .testimonial-text .slick-arrow.slick-next {
  left: 115px;
  right: auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .testimonial-sec .testimonial-text .slick-arrow.slick-next {
    left: 60px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .testimonial-sec .testimonial-text .slick-arrow.slick-next {
    left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .testimonial-sec .testimonial-text .slick-arrow.slick-next {
    left: 60px;
  }
}
body .wrapper .testimonial-sec .testimonial-col {
  padding-right: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 77%;
}
@media (max-width: 767px) {
  body .wrapper .testimonial-sec .testimonial-col {
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .testimonial-sec .testimonial-col {
    max-width: 100%;
    line-height: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .testimonial-sec .testimonial-col {
    line-height: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .testimonial-sec .testimonial-col {
    max-width: 76%;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .testimonial-sec .testimonial-col {
    max-width: 71%;
  }
}
body .wrapper .testimonial-sec .testimonial-col .testimonial-slider {
  margin: 74px 0 35px -8px;
}
@media (max-width: 767px) {
  body .wrapper .testimonial-sec .testimonial-col .testimonial-slider {
    margin: 0 -36.5px 30px -16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .testimonial-sec .testimonial-col .testimonial-slider {
    margin: 50px 0 35px -8px;
  }
}
body .wrapper .testimonial-sec .testimonial-col .testimonial-slider ul.slick-dots {
  padding: 0 0 0 14px;
  bottom: -32px;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  body .wrapper .testimonial-sec .testimonial-col .testimonial-slider ul.slick-dots {
    padding: 0 0 0 12px;
    bottom: -22px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .testimonial-sec .testimonial-col .testimonial-slider ul.slick-dots {
    padding: 0;
    bottom: -22px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .testimonial-sec .testimonial-col .testimonial-slider ul.slick-dots {
    padding: 0;
    bottom: -22px;
  }
}
body .wrapper .testimonial-sec .testimonial-col .testimonial-slider ul.slick-dots li {
  margin: 0 6px;
}
@media (max-width: 767px) {
  body .wrapper .testimonial-sec .testimonial-col .testimonial-slider ul.slick-dots li {
    margin: 0 3px;
    height: 7px;
    width: 7px;
    line-height: 7px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .testimonial-sec .testimonial-col .testimonial-slider ul.slick-dots li {
    margin: 0 3px;
    height: 7px;
    width: 7px;
    line-height: 7px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .testimonial-sec .testimonial-col .testimonial-slider ul.slick-dots li {
    margin: 0 3px;
    height: 7px;
    width: 7px;
    line-height: 7px;
  }
}
body .wrapper .testimonial-sec .testimonial-col .testimonial-slider ul.slick-dots li.slick-active button {
  background: #146b3a;
}
body .wrapper .testimonial-sec .testimonial-col .testimonial-slider ul.slick-dots li button {
  background: #C5C5C5;
}
@media (max-width: 767px) {
  body .wrapper .testimonial-sec .testimonial-col .testimonial-slider ul.slick-dots li button {
    height: 7px;
    width: 7px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .testimonial-sec .testimonial-col .testimonial-slider ul.slick-dots li button {
    height: 7px;
    width: 7px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .testimonial-sec .testimonial-col .testimonial-slider ul.slick-dots li button {
    height: 7px;
    width: 7px;
  }
}
body .wrapper .testimonial-sec .testimonial-col .testimonial-slider ul.slick-dots li button:hover {
  background: #146b3a;
}
body .wrapper .testimonial-sec .testimonial-col .testimonial-slider .slick-track {
  display: flex;
}
body .wrapper .testimonial-sec .testimonial-col .testimonial-slider .slick-list {
  padding: 0px 130px 0 0 !important;
}
@media (max-width: 767px) {
  body .wrapper .testimonial-sec .testimonial-col .testimonial-slider .slick-list {
    padding: 0px 140px 0 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .testimonial-sec .testimonial-col .testimonial-slider .slick-list {
    padding: 0px 74px 0 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .testimonial-sec .testimonial-col .testimonial-slider .slick-list {
    padding: 0px 74px 0 0 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .testimonial-sec .testimonial-col .testimonial-slider .slick-list {
    padding: 0px 25px 0 0 !important;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .testimonial-sec .testimonial-col .testimonial-slider .slick-list {
    padding: 0px 44x 0 0 !important;
  }
}
body .wrapper .testimonial-sec .testimonial-col .testimonial-item {
  background: #F3F1ED;
  margin: 28px 20px 0;
  padding: 48px 29px 36px;
  border: 1px solid transparent;
  transition: all .3s;
  position: relative;
  border-radius: 5px;
  height: auto;
}
@media (max-width: 767px) {
  body .wrapper .testimonial-sec .testimonial-col .testimonial-item {
    max-width: 202px;
    margin: 19px 10px 0;
    padding: 23px 15px 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .testimonial-sec .testimonial-col .testimonial-item {
    max-width: 202px;
    margin: 19px 10px 0;
    padding: 23px 15px 15px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .testimonial-sec .testimonial-col .testimonial-item {
    max-width: 202px;
    margin: 19px 10px 0;
    padding: 23px 15px 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .testimonial-sec .testimonial-col .testimonial-item {
    padding: 23px 15px 15px;
    margin: 33px 15px 0;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .testimonial-sec .testimonial-col .testimonial-item {
    margin: 28px 15px 0;
  }
}
body .wrapper .testimonial-sec .testimonial-col .testimonial-item::before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 56px;
  background-image: url("http://www.icgmn.com/packages/prime/themes/prime/images/quote-icon.png");
  width: 58px;
  height: 64px;
  position: absolute;
  top: -32px;
  left: 26px;
  z-index: 1;
}
@media (max-width: 767px) {
  body .wrapper .testimonial-sec .testimonial-col .testimonial-item::before {
    background-size: 30px auto;
    width: 30px;
    height: 34px;
    top: -17px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .testimonial-sec .testimonial-col .testimonial-item::before {
    background-size: 30px auto;
    width: 30px;
    height: 34px;
    top: -21px;
    left: 15px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .testimonial-sec .testimonial-col .testimonial-item::before {
    background-size: 30px auto;
    width: 30px;
    height: 34px;
    top: -21px;
    left: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .testimonial-sec .testimonial-col .testimonial-item::before {
    background-size: 40px auto;
    width: 40px;
    height: 44px;
    top: -31px;
    left: 20px;
  }
}
body .wrapper .testimonial-sec .testimonial-col .testimonial-item:hover {
  border: 1px solid #CECECE;
}
body .wrapper .testimonial-sec .testimonial-col .testimonial-item p {
  line-height: 28px;
  margin: 0 0 9px;
  height: 280px;
  overflow: hidden;
}
@media (max-width: 767px) {
  body .wrapper .testimonial-sec .testimonial-col .testimonial-item p {
    line-height: 16px;
    margin: 0 0 6px;
    height: 143px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .testimonial-sec .testimonial-col .testimonial-item p {
    line-height: 16px;
    font-size: 12px;
    height: 143px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .testimonial-sec .testimonial-col .testimonial-item p {
    line-height: 16px;
    font-size: 12px;
    height: 143px;
  }
}
body .wrapper .testimonial-sec .testimonial-col .testimonial-item p.author {
  color: #C68B00;
  font-weight: 400;
  height: 28px;
}
@media (max-width: 767px) {
  body .wrapper .testimonial-sec .testimonial-col .testimonial-item p.author {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .testimonial-sec .testimonial-col .testimonial-item p.author {
    height: auto;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .testimonial-sec .testimonial-col .testimonial-item p.author {
    height: auto;
  }
}
body .wrapper .inside-nav {
  margin: -20px 0 -20px 0;
  position: relative;
  z-index: 1;
}
body .wrapper .inside-nav ul {
  padding: 0;
  margin: 0;
}
body .wrapper .inside-nav ul li {
  list-style: none;
  padding: 0;
  font-size: 14px;
  line-height: 30px;
}
body .wrapper .inside-nav ul li::before {
  display: none;
}
body .wrapper .inside-nav ul li.nav-selected > a,
body .wrapper .inside-nav ul li.nav-path-selected > a {
  background: #EFEBE4 !important;
  color: #000 !important;
}
body .wrapper .inside-nav ul li.nav-selected:active,
body .wrapper .inside-nav ul li.nav-path-selected:active,
body .wrapper .inside-nav ul li.nav-selected:focus,
body .wrapper .inside-nav ul li.nav-path-selected:focus {
  color: #000 !important;
}
body .wrapper .inside-nav ul li a {
  display: block;
  font-size: 14px;
  line-height: 30px;
  position: relative;
  padding: 5px 26px;
  font-weight: 300;
  background: #917E5D !important;
  text-decoration: none !important;
  text-transform: uppercase;
  color: #fff !important;
}
@media (max-width: 767px) {
  body .wrapper .inside-nav ul li a {
    line-height: 26px;
    padding: 5px 15px;
  }
}
body .wrapper .inside-nav ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width .3s;
  opacity: 0;
}
body .wrapper .inside-nav ul li a:active,
body .wrapper .inside-nav ul li a:focus {
  color: #090909 !important;
}
body .wrapper .inside-nav ul li a:active::before,
body .wrapper .inside-nav ul li a:focus::before {
  width: 0%;
  opacity: 0 !important;
}
body .wrapper .inside-nav ul li a:hover::before {
  left: 26px;
  width: calc(100% - 52px);
  opacity: 1;
}
@media (max-width: 767px) {
  body .wrapper .inside-nav ul li a:hover::before {
    width: calc(100% - 30px);
  }
}
body .wrapper .video-sec {
  background: #EFEBE4;
}
body .wrapper .video-sec .row {
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .video-sec .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
body .wrapper .video-sec .video-testi {
  position: relative;
  margin-right: -8px;
}
@media (max-width: 767px) {
  body .wrapper .video-sec .video-testi {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .video-sec .video-testi {
    margin-right: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .video-sec .video-testi {
    margin-right: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .video-sec .video-testi {
    margin-right: 0;
  }
}
body .wrapper .video-sec .video-testi:hover::before {
  opacity: .3;
}
body .wrapper .video-sec .video-testi::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #000;
  opacity: 0;
  transition: all .3s;
  width: 100%;
  height: 100%;
}
body .wrapper .video-sec .video-testi.vid-active {
  height: 0;
  padding-bottom: 56.772%;
}
body .wrapper .video-sec .video-testi.vid-active::before {
  display: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .video-sec .video-testi.vid-active {
    padding-bottom: 56.2%;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .video-sec .video-testi.vid-active {
    padding-bottom: 56.2%;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .video-sec .video-testi.vid-active {
    padding-bottom: 56.2%;
  }
}
body .wrapper .video-sec .video-testi.vid-active iframe,
body .wrapper .video-sec .video-testi.vid-active video {
  display: block;
}
body .wrapper .video-sec .video-testi iframe,
body .wrapper .video-sec .video-testi video {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: #000;
  border: 0;
}
body .wrapper .video-sec .video-testi .video-img-thumb {
  position: relative;
}
body .wrapper .video-sec .video-testi .video-img-thumb .youtube-play-button-testi {
  height: 132px;
  width: 132px;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.71);
  transition: all .3s;
  text-align: center;
  color: #fff;
  font-size: 62px;
  line-height: 136px;
  padding-left: 5px;
  z-index: 2;
}
@media (max-width: 767px) {
  body .wrapper .video-sec .video-testi .video-img-thumb .youtube-play-button-testi {
    height: 65px;
    width: 65px;
    font-size: 28px;
    line-height: 68px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .video-sec .video-testi .video-img-thumb .youtube-play-button-testi {
    height: 65px;
    width: 65px;
    font-size: 28px;
    line-height: 68px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .video-sec .video-testi .video-img-thumb .youtube-play-button-testi {
    height: 100px;
    width: 100px;
    font-size: 48px;
    line-height: 100px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .video-sec .video-testi .video-img-thumb .youtube-play-button-testi {
    height: 100px;
    width: 100px;
    font-size: 48px;
    line-height: 100px;
  }
}
body .wrapper .video-sec .content-testi {
  padding-top: 43px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  body .wrapper .video-sec .content-testi {
    padding-top: 35px;
    padding-right: 36.5px;
    padding-left: 36.5px;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .video-sec .content-testi {
    padding-top: 43px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 25px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .video-sec .content-testi {
    padding-top: 28px;
    padding-right: 10px;
    padding-left: 25px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .video-sec .content-testi {
    padding-top: 28px;
    padding-right: 10px;
    padding-left: 25px;
  }
}
body .wrapper .video-sec .content-testi h2 {
  color: #917E5D;
  line-height: 54px;
  margin-bottom: 31px;
}
@media (max-width: 767px) {
  body .wrapper .video-sec .content-testi h2 {
    line-height: 30px;
    margin: 0 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .video-sec .content-testi h2 {
    line-height: 36px;
    margin: 0 0 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .video-sec .content-testi h2 {
    line-height: 36px;
    margin: 0 0 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper .video-sec .content-testi h2 {
    line-height: 40px;
  }
}
body .wrapper .video-sec .content-testi p {
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 767px) {
  body .wrapper .video-sec .content-testi p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .video-sec .content-testi p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .video-sec .content-testi p {
    font-size: 16px;
    line-height: 26px;
  }
}
body .wrapper .video-sec .content-testi p.sub-title {
  margin-bottom: 13px;
}
body .wrapper .video-sec .content-testi .content-testi-wrap {
  max-width: 690px;
  margin: 0 auto;
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper .video-sec .content-testi .content-testi-wrap {
    max-width: 600px;
  }
}
@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;
}
@media (max-width: 767px) {
  body .wrapper .location ul {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
body .wrapper .location ul li {
  margin-bottom: 4px;
}
@media (min-width: 1200px) {
  body .wrapper .location ul li {
    padding-left: 25px;
  }
}
body .wrapper .location ul li.nav-path-selected a,
body .wrapper .location ul li.nav-selected a {
  color: #a11313;
}
body .wrapper .location ul li a {
  color: #e6a814;
  text-transform: uppercase;
}
body .wrapper .location ul li a:hover {
  color: #a11313 !important;
}
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: 4px;
}
@media (min-width: 1200px) {
  body .wrapper .sitemap_outer ul li {
    padding-left: 25px;
  }
}
body .wrapper .sitemap_outer ul li.nav-path-selected a,
body .wrapper .sitemap_outer ul li.nav-selected a {
  color: #a11313;
}
body .wrapper .sitemap_outer ul li a {
  color: #e6a814;
  text-transform: uppercase;
}
body .wrapper .sitemap_outer ul li a:hover {
  color: #a11313 !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: #146b3a !important;
}
body .wrapper.ccm-page-id-206 .inside-content .ccm-layout-column-wrapper,
body .wrapper.ccm-page-id-207 .inside-content .ccm-layout-column-wrapper {
  margin-right: -15px !important;
  margin-left: -15px !important;
}
body .wrapper.ccm-page-id-206 .inside-content .ccm-layout-column-wrapper .ccm-layout-column .ccm-layout-column-inner,
body .wrapper.ccm-page-id-207 .inside-content .ccm-layout-column-wrapper .ccm-layout-column .ccm-layout-column-inner {
  margin-right: 15px !important;
  margin-left: 15px !important;
}
body .wrapper.ccm-page-id-206 .inside-content .ccm-layout-column-wrapper .ccm-layout-column .ccm-layout-column-inner img,
body .wrapper.ccm-page-id-207 .inside-content .ccm-layout-column-wrapper .ccm-layout-column .ccm-layout-column-inner img {
  width: 100%;
  margin: 0 auto;
}
body .wrapper.ccm-page-id-249 .inside-content .row {
  align-items: center;
}
body .wrapper.ccm-page-id-249 .inside-content img {
  margin: 0 auto;
}
@media (max-width: 767px) {
  body .wrapper.ccm-page-id-249 .inside-content img {
    margin: 0 auto 15px;
  }
}
@media (min-width: 1367px) {
  body .wrapper.ccm-page-id-249 .inside-content .col-sm-9 {
    padding-top: 25px;
  }
}
body .wrapper.ccm-page-id-249 .inside-content .container + .container {
  padding-top: 30px;
}
@media (max-width: 767px) {
  body .wrapper.ccm-page-id-249 .inside-content .container + .container {
    padding-top: 20px;
  }
}
body .wrapper ul.pagination {
  padding: 0;
}
body .wrapper ul.pagination li {
  padding: 0 5px;
}
body .wrapper ul.pagination li::before {
  display: none !important;
}
body .wrapper .accordion-container.style-preset-1 .accordion-item .accordion-outer-content .accordion-content ul li {
  line-height: 26px;
  font-size: 16px;
}
@media (max-width: 767px) {
  body .wrapper .accordion-container.style-preset-1 .accordion-item .accordion-outer-content .accordion-content ul li {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .accordion-container.style-preset-1 .accordion-item .accordion-outer-content .accordion-content ul li {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .accordion-container.style-preset-1 .accordion-item .accordion-outer-content .accordion-content ul li {
    font-size: 14px;
    line-height: 24px;
  }
}
body .wrapper .accordion-container.style-preset-1 .accordion-item .accordion-outer-content .accordion-content ul li::before {
  top: 6px;
}
@media (max-width: 767px) {
  body .wrapper .accordion-container.style-preset-1 .accordion-item .accordion-outer-content .accordion-content ul li::before {
    top: 2px;
    background-position: left center;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper .accordion-container.style-preset-1 .accordion-item .accordion-outer-content .accordion-content ul li::before {
    background-position: left center;
    top: 5px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper .accordion-container.style-preset-1 .accordion-item .accordion-outer-content .accordion-content ul li::before {
    background-position: left center;
    top: 5px;
  }
}
body .wrapper header {
  box-shadow: 0 3px 6px #00000029;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background: #fff;
}
@media (max-width: 767px) {
  body .wrapper header {
    position: relative;
    background: #EBEBEB;
  }
}
body .wrapper header ul li {
  padding-left: 0;
}
body .wrapper header ul li::before {
  display: none !important;
}
body .wrapper header .top-bar {
  background: #ebebeb;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
}
@media (max-width: 767px) {
  body .wrapper header .top-bar {
    align-items: unset;
  }
}
body .wrapper header .top-bar .btn {
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  min-width: 263px;
  padding: 11px 24px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  body .wrapper header .top-bar .btn {
    font-size: 12px;
    line-height: 15px;
    padding: 8px 29px 6px;
    flex: 0 0 33.3333%;
    min-width: auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper header .top-bar .btn {
    font-size: 12px;
    line-height: 16px;
    min-width: 175px;
    padding: 8.5px 24px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper header .top-bar .btn {
    font-size: 12px;
    line-height: 16px;
    min-width: 215px;
    padding: 8.5px 24px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper header .top-bar .btn {
    font-size: 12px;
    line-height: 16px;
    min-width: 215px;
    padding: 8.5px 24px;
  }
}
body .wrapper header .top-bar .btn i {
  margin-right: 15px;
}
@media (max-width: 767px) {
  body .wrapper header .top-bar .btn i {
    display: block;
    margin: 0 auto 4px;
  }
}
@media (max-width: 767px) {
  body .wrapper header .top-bar .btn span {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  body .wrapper header .top-bar .btn.btn-yellow span {
    max-width: 68px;
  }
}
@media (max-width: 767px) {
  body .wrapper header .top-bar .btn.btn-green span {
    max-width: 68px;
  }
}
@media (max-width: 767px) {
  body .wrapper header .top-bar .btn.btn-black span {
    max-width: 55px;
  }
}
body .wrapper header .nav-bar {
  padding: 0 18px 0 53px;
}
@media (max-width: 767px) {
  body .wrapper header .nav-bar {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper header .nav-bar {
    padding: 0 0px 0 8px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper header .nav-bar {
    padding: 0 0px 0 8px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper header .nav-bar {
    padding: 0 0px 0 8px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper header .nav-bar {
    padding: 0px 18px 0 18px;
  }
}
body .wrapper header .nav-bar .container {
  max-width: 100%;
}
@media (max-width: 767px) {
  body .wrapper header .nav-bar .container .row {
    margin: 0 -36.5px;
  }
}
body .wrapper header .nav-bar .col-logo {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 304px;
}
@media (max-width: 767px) {
  body .wrapper header .nav-bar .col-logo {
    order: 1;
    padding: 0;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper header .nav-bar .col-logo {
    max-width: 254px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper header .nav-bar .col-logo {
    max-width: 254px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper header .nav-bar .col-logo {
    max-width: 210px;
    padding-right: 0;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper header .nav-bar .col-logo {
    max-width: 260px;
  }
}
body .wrapper header .nav-bar .col-logo img {
  margin-top: -31px;
  margin-bottom: -11px;
}
@media (max-width: 767px) {
  body .wrapper header .nav-bar .col-logo img {
    max-width: 224px;
    margin: 10px auto -8px;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper header .nav-bar .col-logo img {
    margin-top: -11px;
    max-width: 180px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper header .nav-bar .col-logo img {
    margin-top: -26px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper header .nav-bar .col-logo img {
    margin-top: -26px;
  }
}
body .wrapper header .nav-bar .col-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: calc(100% - 304px);
}
@media (max-width: 767px) {
  body .wrapper header .nav-bar .col-links {
    order: 0;
    max-width: 100%;
    flex-wrap: wrap;
    padding: 0;
    justify-content: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background: #fff;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper header .nav-bar .col-links {
    max-width: calc(100% - 254px);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper header .nav-bar .col-links {
    max-width: calc(100% - 254px);
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper header .nav-bar .col-links {
    max-width: calc(100% - 210px);
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper header .nav-bar .col-links {
    max-width: calc(100% - 260px);
  }
}
body .wrapper header .nav-bar .col-links ul.nav + span.divider-elem {
  margin-right: 28px;
}
@media (max-width: 767px) {
  body .wrapper header .nav-bar .col-links ul.nav + span.divider-elem {
    margin-right: 4px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper header .nav-bar .col-links ul.nav + span.divider-elem {
    margin-right: 18px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper header .nav-bar .col-links ul.nav + span.divider-elem {
    margin-right: 18px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper header .nav-bar .col-links ul.nav + span.divider-elem {
    margin-right: 18px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper header .nav-bar .col-links ul.nav + span.divider-elem {
    margin-right: 18px;
  }
}
body .wrapper header .nav-bar .col-links ul.nav + span.divider-elem + a.contact-link {
  letter-spacing: 1.7px;
}
@media (max-width: 767px) {
  body .wrapper header .nav-bar .col-links ul.nav + span.divider-elem + a.contact-link {
    letter-spacing: 1.2px;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper header .nav-bar .col-links ul.nav + span.divider-elem + a.contact-link {
    letter-spacing: 1.5px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper header .nav-bar .col-links ul.nav + span.divider-elem + a.contact-link {
    letter-spacing: 1.5px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper header .nav-bar .col-links ul.nav + span.divider-elem + a.contact-link {
    letter-spacing: 1.5px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper header .nav-bar .col-links ul.nav + span.divider-elem + a.contact-link {
    letter-spacing: 1.5px;
  }
}
body .wrapper header .nav-bar .col-links a.contact-link {
  white-space: nowrap;
  font-size: 22px;
  line-height: 25px;
  padding: 10px 0;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  body .wrapper header .nav-bar .col-links a.contact-link {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    padding: 0 9px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper header .nav-bar .col-links a.contact-link {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper header .nav-bar .col-links a.contact-link {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper header .nav-bar .col-links a.contact-link {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper header .nav-bar .col-links a.contact-link {
    font-size: 18px;
    line-height: 24px;
  }
}
body .wrapper header .nav-bar .col-links span.divider-elem {
  display: block;
  height: 47px;
  background: #CECECE;
  width: 1px;
  margin: 0 26px;
}
@media (max-width: 767px) {
  body .wrapper header .nav-bar .col-links span.divider-elem {
    margin: 0 9px;
    height: 49px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper header .nav-bar .col-links span.divider-elem {
    margin: 0 18px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper header .nav-bar .col-links span.divider-elem {
    margin: 0 18px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper header .nav-bar .col-links span.divider-elem {
    margin: 0 18px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper header .nav-bar .col-links span.divider-elem {
    margin: 0 18px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper header .nav-bar .col-links span.divider-elem.d-lg-block {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper header .nav-bar .col-links span.divider-elem.d-lg-none {
    display: block !important;
  }
}
body .wrapper header .nav-bar .col-links > ul.nav > li:hover > ul {
  opacity: 1;
  visibility: visible;
}
body .wrapper header .nav-bar .col-links > ul.nav > li > ul {
  position: absolute;
  left: -15px;
  z-index: 1;
  top: 100%;
  padding: 9px 8px;
  background: #EBEBEB;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}
body .wrapper header .nav-bar .col-links > ul.nav > li > ul li {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  padding: 5px 8px;
  display: block;
  width: 100%;
}
body .wrapper header .nav-bar .col-links > ul.nav > li > ul li a {
  font-size: 14px;
  line-height: 18px;
  display: block;
  color: #000 !important;
}
body .wrapper header .nav-bar .col-links > ul.nav > li > ul li a:hover {
  color: #a11313 !important;
}
body .wrapper header .nav-bar .col-links ul {
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper header .nav-bar .col-links ul {
    justify-content: flex-end;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper header .nav-bar .col-links ul {
    justify-content: flex-end;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper header .nav-bar .col-links ul {
    justify-content: flex-end;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper header .nav-bar .col-links ul {
    justify-content: flex-end;
  }
}
body .wrapper header .nav-bar .col-links ul li {
  padding: 0;
  color: #000000;
  font-size: 15px;
  line-height: 19px;
  font-weight: 300;
  text-transform: capitalize;
  margin-right: 56px;
  padding-top: 7px;
  padding-bottom: 7px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper header .nav-bar .col-links ul li {
    margin-left: 40px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 12px;
    line-height: 15px;
    margin-right: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper header .nav-bar .col-links ul li {
    margin-left: 40px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 12px;
    line-height: 15px;
    margin-right: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper header .nav-bar .col-links ul li {
    margin-left: 25px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 12px;
    line-height: 15px;
    margin-right: 0;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper header .nav-bar .col-links ul li {
    font-size: 15px;
    line-height: 19px;
    margin-left: 24px;
    margin-right: 0;
  }
}
@media (min-width: 1681px) and (max-width: 1880px) {
  body .wrapper header .nav-bar .col-links ul li {
    margin-right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper header .nav-bar .col-links ul li:first-child {
    margin-left: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper header .nav-bar .col-links ul li:first-child {
    margin-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper header .nav-bar .col-links ul li:first-child {
    margin-left: 0;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper header .nav-bar .col-links ul li:first-child {
    margin-left: 0;
  }
}
body .wrapper header .nav-bar .col-links ul li::before {
  display: none;
}
body .wrapper header .nav-bar .col-links ul li a {
  color: #000;
  text-decoration: none !important;
}
body .wrapper header .nav-bar .col-links ul li a:hover {
  color: #a11313 !important;
}
@media (max-width: 767px) {
  body .wrapper header .nav-bar .col-links ul.nav {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper header .nav-bar .col-links ul.nav {
    display: none !important;
  }
}
body .wrapper header .nav-bar .col-links .search-icon {
  width: 26px;
  height: 26px;
  display: block;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 26px;
  background-image: url("http://www.icgmn.com/packages/prime/themes/prime/images/search-icon.svg");
}
@media (max-width: 767px) {
  body .wrapper header .nav-bar .col-links .search-icon {
    background-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper header .nav-bar .col-links .search-icon {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper header .nav-bar .col-links .search-icon {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper header .nav-bar .col-links .search-icon {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
}
body .wrapper header .nav-bar .col-links .search-icon:hover {
  background-image: url("http://www.icgmn.com/packages/prime/themes/prime/images/search-icon-hover.svg");
}
body .wrapper header .nav-bar .col-links .search-wrap {
  padding-left: 9px;
}
@media (max-width: 767px) {
  body .wrapper header .nav-bar .col-links .search-wrap {
    padding-left: 4px;
    padding-right: 1px;
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper header .nav-bar .col-links .search-wrap {
    padding-left: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper header .nav-bar .col-links .search-wrap {
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper header .nav-bar .col-links .search-wrap {
    padding-left: 0;
  }
}
body .wrapper header .nav-bar .col-links .search-wrap form {
  width: 0;
  overflow: hidden;
  padding: 12px 0;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 55px;
  transition: all .3s;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
@media (max-width: 767px) {
  body .wrapper header .nav-bar .col-links .search-wrap form {
    right: 34px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper header .nav-bar .col-links .search-wrap form {
    right: 116px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper header .nav-bar .col-links .search-wrap form {
    right: 46px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper header .nav-bar .col-links .search-wrap form {
    right: 46px;
  }
}
body .wrapper header .nav-bar .col-links .search-wrap form input[type="text"] {
  width: 100%;
  border-radius: 0;
  border: 1px solid #000000;
}
body .wrapper header .nav-bar .col-links .search-wrap form.search-open {
  display: block !important;
  padding: 12px 15px;
  width: 250px;
  opacity: 1;
  visibility: visible;
}
body .wrapper header a.menu-icon {
  position: relative;
  top: 0;
  margin-left: 8px;
  width: 26px;
  height: 19px;
  z-index: 9;
  display: none !important;
}
@media (max-width: 767px) {
  body .wrapper header a.menu-icon {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper header a.menu-icon {
    display: block !important;
  }
}
body .wrapper header a.menu-icon.active span:nth-child(1) {
  display: none;
}
body .wrapper header a.menu-icon.active span:nth-child(2) {
  top: 9px;
  transform: rotate(45deg);
}
body .wrapper header a.menu-icon.active span:nth-child(3) {
  top: 9px;
  transform: rotate(-45deg);
}
body .wrapper header a.menu-icon span {
  width: 100%;
  height: 3px;
  background: #090909;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
}
body .wrapper header a.menu-icon span:nth-child(2) {
  top: 8px;
}
body .wrapper header a.menu-icon span:nth-child(3) {
  top: 16px;
}
body .wrapper header .mobile-menu {
  background: #F2F2F2;
  display: none;
  position: fixed;
  top: 40px;
  width: 100%;
  left: 0;
  padding: 80px 20px 30px;
  bottom: 0;
  overflow: hidden auto;
  z-index: 8;
}
@media (min-width: 1200px) {
  body .wrapper header .mobile-menu {
    display: none !important;
  }
}
@media (max-width: 767px) {
  body .wrapper header .mobile-menu {
    top: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper header .mobile-menu {
    max-width: 390px;
    left: auto;
    right: 0;
    text-align: right;
    bottom: auto;
    top: 33px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper header .mobile-menu {
    max-width: 390px;
    left: auto;
    right: 0;
    text-align: right;
    bottom: auto;
    top: 33px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper header .mobile-menu {
    max-width: 390px;
    left: auto;
    right: 0;
    text-align: right;
    bottom: auto;
    top: 33px;
  }
}
body .wrapper header .mobile-menu .mobile-inner {
  max-width: 242px;
  margin: 0 auto;
}
body .wrapper header .mobile-menu .mobile-inner .mobile_menu_nav {
  margin: 0 0 40px;
  padding: 0;
  display: block;
}
body .wrapper header .mobile-menu .mobile-inner .mobile_menu_nav li {
  display: block;
  text-align: left;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 18px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper header .mobile-menu .mobile-inner .mobile_menu_nav li {
    text-align: right;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper header .mobile-menu .mobile-inner .mobile_menu_nav li {
    text-align: right;
  }
}
body .wrapper header .mobile-menu .mobile-inner .mobile_menu_nav li a {
  color: #3B3B3B;
  font-weight: 900;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}
body .wrapper header .mobile-menu .mobile-inner p {
  color: #777777;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 14px;
}
body .wrapper header .mobile-menu .mobile-inner p a {
  color: #a11313;
}
body .wrapper header .mobile-menu.open {
  display: block;
}
body .wrapper footer {
  background: #a11313;
  padding: 67px 0 67px;
}
@media (max-width: 767px) {
  body .wrapper footer {
    padding: 28px 0;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper footer {
    padding: 32px 0 23px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper footer {
    padding: 32px 0 23px;
  }
}
body .wrapper footer .container {
  max-width: 100%;
}
@media (min-width: 1681px) {
  body .wrapper footer .container {
    max-width: 1810px;
  }
}
@media (max-width: 767px) {
  body .wrapper footer .container {
    max-width: 375px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper footer .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper footer .container {
    padding-right: 20px;
    padding-left: 38px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper footer .row {
    justify-content: space-between;
  }
}
@media (min-width: 1024px) 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: #e6a814 !important;
}
@media (max-width: 767px) {
  body .wrapper footer .col-12 {
    max-width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
body .wrapper footer .f-logo {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 15%;
  padding-top: 9px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper footer .f-logo {
    max-width: 14%;
    padding-top: 9px;
    padding-right: 6px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper footer .f-logo {
    max-width: 15%;
    padding-top: 9px;
    padding-right: 6px;
  }
}
@media (max-width: 767px) {
  body .wrapper footer .f-logo img {
    max-width: 185px;
  }
}
body .wrapper footer .f-links {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 19.7%;
  padding: 10px 30px 0 78px;
  position: relative;
}
@media (max-width: 767px) {
  body .wrapper footer .f-links {
    display: flex;
    flex-wrap: wrap;
    padding: 17px 30px 17px 79px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper footer .f-links {
    max-width: 21.7%;
    padding: 5px 13px 0 15px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper footer .f-links {
    max-width: 21.7%;
    padding: 5px 13px 0 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper footer .f-links {
    max-width: 18.7%;
    padding: 10px 15px 0 15px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper footer .f-links {
    padding: 10px 15px 0 20px;
  }
}
body .wrapper footer .f-links::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 1px;
  background: #fff;
  opacity: .2;
  z-index: 1;
  height: 120px;
}
@media (max-width: 767px) {
  body .wrapper footer .f-links::after {
    height: 1px;
    top: 0;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper footer .f-links::after {
    top: 9px;
    left: 4px;
    height: 77px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper footer .f-links::after {
    top: 9px;
    left: 12px;
    height: 77px;
  }
}
body .wrapper footer .f-links::before {
  content: "";
  position: absolute;
  top: 15px;
  right: 0;
  width: 1px;
  background: #fff;
  opacity: .2;
  z-index: 1;
  height: 120px;
}
@media (max-width: 767px) {
  body .wrapper footer .f-links::before {
    height: 1px;
    top: auto;
    bottom: 0;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper footer .f-links::before {
    top: 9px;
    right: -1px;
    height: 77px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper footer .f-links::before {
    top: 9px;
    right: -2px;
    height: 77px;
  }
}
body .wrapper footer .f-links .btn {
  padding: 0;
  background: none !important;
  text-underline-position: under;
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  text-transform: capitalize;
  margin: 0 0 14px;
}
@media (max-width: 767px) {
  body .wrapper footer .f-links .btn {
    font-size: 11px;
    line-height: 14px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 50%;
    min-width: auto;
    margin: 0 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper footer .f-links .btn {
    font-size: 11px;
    line-height: 14px;
    margin: 0 0 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper footer .f-links .btn {
    font-size: 11px;
    line-height: 14px;
    margin: 0 0 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper footer .f-links .btn {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  body .wrapper footer .f-links .btn:nth-child(even) {
    padding-left: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper footer .f-links .btn:nth-child(even) {
    padding-left: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper footer .f-links .btn:nth-child(even) {
    padding-left: 0;
  }
}
body .wrapper footer .f-links .btn:hover {
  color: #fff !important;
  text-decoration: underline !important;
}
body .wrapper footer .f-links .btn i {
  margin-right: 16px;
}
@media (max-width: 767px) {
  body .wrapper footer .f-links .btn i {
    margin-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper footer .f-links .btn i {
    margin-right: 9px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper footer .f-links .btn i {
    margin-right: 9px;
  }
}
body .wrapper footer .f-text {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 19.7%;
  padding-left: 8px;
  padding-right: 80px;
  text-align: center;
}
@media (max-width: 767px) {
  body .wrapper footer .f-text {
    padding-top: 16px;
    padding-bottom: 7px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper footer .f-text {
    max-width: 27.7%;
    padding-left: 14px;
    padding-right: 7px;
    padding-top: 4px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper footer .f-text {
    max-width: 21.7%;
    padding-left: 18px;
    padding-right: 7px;
    padding-top: 4px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper footer .f-text {
    max-width: 22.7%;
    padding-left: 8px;
    padding-right: 15px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper footer .f-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1681px) and (max-width: 1880px) {
  body .wrapper footer .f-text {
    padding-right: 50px;
  }
}
body .wrapper footer .f-text p {
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 767px) {
  body .wrapper footer .f-text p {
    font-size: 11px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper footer .f-text p {
    font-size: 10px;
    margin: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper footer .f-text p {
    font-size: 11px;
    margin: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper footer .f-text p {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper footer .f-text p {
    font-size: 12px;
    line-height: 18px;
  }
}
body .wrapper footer .f-text p a:hover {
  color: #fff !important;
  text-decoration: underline !important;
}
body .wrapper footer .f-text span {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 3px;
  display: inline-block;
}
@media (max-width: 767px) {
  body .wrapper footer .f-text span {
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 3px;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper footer .f-text span {
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 3px;
    display: block;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper footer .f-text span {
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 3px;
    display: block;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper footer .f-text span {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper footer .f-text span {
    font-size: 18px;
    line-height: 24px;
  }
}
body .wrapper footer .f-nav {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 28.8%;
  padding: 3px 12px 0 85px;
  position: relative;
}
@media (max-width: 767px) {
  body .wrapper footer .f-nav {
    padding: 16px 12px 17px 85px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper footer .f-nav {
    max-width: 20.8%;
    padding: 4px 12px 0 15px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper footer .f-nav {
    max-width: 28.8%;
    padding: 4px 12px 0 26px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper footer .f-nav {
    max-width: 28.8%;
    padding: 3px 15px 0 15px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper footer .f-nav {
    padding: 3px 15px 0 20px;
  }
}
body .wrapper footer .f-nav::before {
  content: "";
  position: absolute;
  top: 15px;
  right: 1px;
  width: 1px;
  background: #fff;
  opacity: .2;
  z-index: 1;
  height: 120px;
}
@media (max-width: 767px) {
  body .wrapper footer .f-nav::before {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper footer .f-nav::before {
    top: 9px;
    right: 11px;
    height: 77px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper footer .f-nav::before {
    top: 9px;
    right: 11px;
    height: 77px;
  }
}
body .wrapper footer .f-nav ul {
  margin: 0;
  padding: 0;
  display: flex;
}
body .wrapper footer .f-nav ul li {
  list-style: none;
  font-size: 18px;
  line-height: 28px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 50%;
  text-align: left;
  padding: 0;
  margin: 0 0 7px;
}
@media (max-width: 767px) {
  body .wrapper footer .f-nav ul li {
    font-size: 11px;
    line-height: 14px;
    margin: 0 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper footer .f-nav ul li {
    max-width: 100%;
    font-size: 11px;
    line-height: 14px;
    margin: 0 0 8px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper footer .f-nav ul li {
    font-size: 11px;
    line-height: 14px;
    margin: 0 0 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper footer .f-nav ul li {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  body .wrapper footer .f-nav ul li:nth-child(even) {
    padding-left: 22px;
  }
}
body .wrapper footer .f-nav ul li.nav-path-selected > a,
body .wrapper footer .f-nav ul li.nav-selected > a {
  text-decoration: underline;
  color: #fff !important;
}
body .wrapper footer .f-nav ul li::before {
  display: none !important;
}
body .wrapper footer .f-nav ul li a {
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  text-underline-position: under;
  font-weight: 300;
}
@media (max-width: 767px) {
  body .wrapper footer .f-nav ul li a {
    font-size: 11px;
    line-height: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper footer .f-nav ul li a {
    font-size: 11px;
    line-height: 14px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper footer .f-nav ul li a {
    font-size: 11px;
    line-height: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper footer .f-nav ul li a {
    font-size: 14px;
    line-height: 24px;
  }
}
body .wrapper footer .f-nav ul li a:hover {
  color: #fff !important;
  text-decoration: underline;
}
body .wrapper footer .f-social {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 16.8%;
  text-align: center;
  padding-top: 9px;
  padding-left: 70px;
}
@media (max-width: 767px) {
  body .wrapper footer .f-social {
    display: flex;
    position: relative;
    justify-content: space-around;
    padding-top: 23px;
    align-items: center;
  }
  body .wrapper footer .f-social::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    opacity: .2;
    z-index: 1;
    height: 1px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper footer .f-social {
    max-width: 15.8%;
    padding-top: 9px;
    padding-left: 5px;
    padding-right: 8px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper footer .f-social {
    max-width: 12.8%;
    padding-top: 9px;
    padding-left: 5px;
    padding-right: 8px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper footer .f-social {
    max-width: 14.8%;
    padding-left: 15px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper footer .f-social {
    padding-left: 15px;
  }
}
@media (min-width: 1681px) and (max-width: 1880px) {
  body .wrapper footer .f-social {
    padding-left: 35px;
  }
}
body .wrapper footer .f-social small {
  font-size: 100%;
}
body .wrapper footer .f-social p {
  font-size: 9px;
  line-height: 18px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  body .wrapper footer .f-social p {
    margin-bottom: 0;
    font-size: 8px;
    line-height: 14px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 40%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper footer .f-social p {
    font-size: 8px;
    line-height: 14px;
    margin: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper footer .f-social p {
    font-size: 8px;
    line-height: 14px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  body .wrapper footer .f-social p span {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper footer .f-social p span {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper footer .f-social p span {
    display: none;
  }
}
body .wrapper footer .f-social .ccm-block-social-links {
  padding-bottom: 28px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 767px) {
  body .wrapper footer .f-social .ccm-block-social-links {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 50%;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper footer .f-social .ccm-block-social-links {
    padding-bottom: 15px;
    margin-bottom: 11px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper footer .f-social .ccm-block-social-links {
    padding-bottom: 15px;
    margin-bottom: 11px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper footer .f-social .ccm-block-social-links {
    padding-bottom: 25px;
    margin-bottom: 16px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper footer .f-social .ccm-block-social-links {
    padding-bottom: 25px;
    margin-bottom: 16px;
  }
}
body .wrapper footer .f-social .ccm-block-social-links::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 157px;
  background: #fff;
  opacity: .2;
  z-index: 1;
  height: 1px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  body .wrapper footer .f-social .ccm-block-social-links::before {
    display: none;
  }
}
body .wrapper footer .f-social ul {
  margin: 0;
  text-align: center;
  padding: 0;
}
@media (max-width: 767px) {
  body .wrapper footer .f-social ul {
    padding: 0 19px 0 0;
  }
}
body .wrapper footer .f-social ul li {
  display: inline-block;
  padding: 0;
  font-size: 18px;
  margin: 0 8px;
}
@media (max-width: 767px) {
  body .wrapper footer .f-social ul li {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper footer .f-social ul li {
    font-size: 12px;
    margin: 0 3px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper footer .f-social ul li {
    font-size: 12px;
    margin: 0 3px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper footer .f-social ul li {
    margin: 0 5px;
  }
}
body .wrapper footer .f-social ul li a {
  display: block;
  width: 40px;
  background: #fff;
  border: 2px solid #fff;
  color: #a11313;
  line-height: 36px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  body .wrapper footer .f-social ul li a {
    width: 24px;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper footer .f-social ul li a {
    width: 23px;
    line-height: 18px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper footer .f-social ul li a {
    width: 23px;
    line-height: 18px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper footer .f-social ul li a {
    width: 34px;
    line-height: 30px;
  }
}
body .wrapper footer .f-social ul li a:hover {
  background: none;
  color: #fff !important;
}
body .wrapper footer .f-social ul li::before {
  display: none !important;
}
body .wrapper footer .footer-copy {
  text-align: center;
  padding-top: 4px;
  padding-right: 13px;
}
@media (max-width: 767px) {
  body .wrapper footer .footer-copy {
    text-align: center;
    padding-top: 29px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper footer .footer-copy {
    order: 2;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper footer .footer-copy {
    text-align: right;
    padding-top: 4px;
    padding-right: 49px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 50%;
  }
}
body .wrapper footer .footer-copy .btn {
  margin-bottom: 16px;
}
body .wrapper footer .footer-copy p {
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 767px) {
  body .wrapper footer .footer-copy p {
    font-size: 8px;
    line-height: 14px;
    margin-bottom: 0;
  }
  body .wrapper footer .footer-copy p a {
    display: none;
  }
}
@media (min-width: 768px) {
  body .wrapper .container {
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  body .wrapper .container {
    max-width: 894px;
  }
}
@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: 1670px;
  }
}
@media (max-width: 767px) {
  body .wrapper {
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .wrapper {
    padding-top: 105px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .wrapper {
    padding-top: 115px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  body .wrapper {
    padding-top: 97px;
  }
}
@media (min-width: 1367px) and (max-width: 1680px) {
  body .wrapper {
    padding-top: 118px;
  }
}
ul.slick-dots li::before {
  display: none !important;
}
div#ccm-panel-dashboard ul.nav li {
  width: 100%;
}
div#ccm-theme-grid-edit-mode-row-wrapper {
  display: flex;
  width: 100%;
}