body {
  overflow-x: hidden;
  max-width: 100%;
}
header .row {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
header .col,
header [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}
.full-width {
  max-width: 100vw;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
.modal,
.modal-dialog {
  max-width: 100vw;
  overflow-x: hidden;
}
.ccm-page,
.theme-atomik {
  overflow-x: visible;
}
section.header,
.header {
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
}
h1,
h2,
h3,
h5,
h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #000000;
}
@media (max-width: 768px) {
  h1 {
    font-size: 2.5rem !important;
  }
}
h2 {
  font-size: 3.75rem;
}
@media (max-width: 768px) {
  h2 {
    font-size: 3rem !important;
  }
}
h4 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: white;
}
p,
span,
div {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.header {
  background: #000000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 1rem 0;
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  width: 100%;
}
.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6,
.header a {
  color: #f7941d;
  text-transform: uppercase;
}
.header.root-page {
  background: linear-gradient(to bottom, #000000, rgba(0, 0, 0, 0));
  padding: 2rem 0;
}
@media (max-width: 991px) {
  .header.root-page.menu-open {
    background: #000000;
    padding: 0 !important;
  }
}
@media (max-width: 768px) {
  .header.root-page {
    background: #000000;
    padding: .5rem 0 !important;
  }
}
.header.sticky {
  background: #000000 !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .header {
    padding: 0.5rem 0;
  }
  .header.sticky {
    padding: 0.5rem 0;
  }
}
.btn-primary {
  background-color: #f7941d;
  border-color: #f7941d;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.btn-primary:hover {
  background-color: #d97a08;
  border-color: #d97a08;
}
.navbar {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.navbar .nav-link {
  color: #f7941d;
}
.navbar .nav-link:hover {
  color: white;
}
.navbar.navbar-light {
  background-color: transparent !important;
}
#logo-section {
  padding-left: 2rem !important;
}
#logo-section img {
  max-height: 75px;
  width: auto;
}
.ccm-block-top-navigation-bar .navbar {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.ccm-block-top-navigation-bar .navbar .container-fluid {
  justify-content: flex-end;
  align-items: center;
}
.ccm-block-top-navigation-bar .navbar .navbar-brand {
  display: none !important;
}
.ccm-block-top-navigation-bar .navbar .navbar-collapse {
  order: 2;
  justify-content: flex-end;
}
.ccm-block-top-navigation-bar .navbar .navbar-nav {
  margin-left: 0;
}
.ccm-block-top-navigation-bar .navbar .navbar-nav .nav-item .nav-link {
  color: #f7941d;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
}
.ccm-block-top-navigation-bar .navbar .navbar-nav .nav-item .nav-link:hover {
  color: white;
}
.ccm-block-top-navigation-bar .navbar .navbar-nav .nav-item .nav-link.nav-selected,
.ccm-block-top-navigation-bar .navbar .navbar-nav .nav-item .nav-link.active {
  border: 2px solid #ffffff;
  border-radius: 20px;
  padding: 0.4rem 1.2rem;
  margin: 0 0.2rem;
}
.ccm-block-top-navigation-bar .navbar .navbar-nav .nav-item .nav-link.nav-selected:hover,
.ccm-block-top-navigation-bar .navbar .navbar-nav .nav-item .nav-link.active:hover {
  color: #f7941d;
  border-color: #f7941d;
}
.ccm-block-top-navigation-bar .navbar .navbar-toggler {
  order: 3;
  border-color: #ffffff;
}
.ccm-block-top-navigation-bar .navbar .navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #ffffff;
  margin: 4px 0;
  transition: all 0.2s;
}
.ccm-block-top-navigation-bar .navbar .navbar-toggler:hover .icon-bar {
  background-color: #f7941d;
}
@media (max-width: 991px) {
  .ccm-block-top-navigation-bar .navbar-collapse {
    position: fixed !important;
    top: 66px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    background: rgba(0, 0, 0, 0.95) !important;
    border-top: 1px solid #f7941d;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    z-index: 9999 !important;
    padding: 1rem;
    margin: 0 !important;
  }
  .ccm-block-top-navigation-bar .navbar-collapse .navbar-nav {
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .ccm-block-top-navigation-bar .navbar-collapse .navbar-nav .nav-item {
    margin: 0.25rem 0;
    width: 100%;
  }
  .ccm-block-top-navigation-bar .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #ffffff;
    text-align: center;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 500;
  }
  .ccm-block-top-navigation-bar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
    background-color: #f7941d;
    color: #000000;
  }
  .ccm-block-top-navigation-bar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
    background-color: #f7941d;
    color: #000000;
    font-weight: bold;
  }
}
.stats-section .stat-number {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  color: #f7941d;
}
.stats-section .stat-label {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.company-section h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.company-section .company-description {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.contact-section .contact-heading {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.contact-section .contact-info {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.footer {
  background-color: #1a1a1a;
  color: #ffffff;
}
.footer .footer-heading {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.footer .footer-content {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
a {
  color: #f7941d;
}
a:hover {
  color: #d97a08;
  text-decoration: none;
}
footer {
  background-color: #000000 !important;
  background-image: url('/application/files/5017/5036/4365/Footer_Image_w_Overlay.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 4rem 0;
  position: relative;
}
footer #footer-center {
  border-left: 1px solid #f7941d;
  border-right: 1px solid #f7941d;
  padding: 0 1rem;
}
footer a {
  color: #DB773A !important;
}
footer a:hover {
  color: #ffffff !important;
}
footer p,
footer h3 {
  color: white;
}
footer .container {
  position: relative;
  z-index: 1;
}
.btn-learn-more {
  background-color: #f7941d;
  color: #fff;
  text-transform: uppercase;
  padding: 0.75rem 3rem;
  border-radius: 12px;
  border: 1px solid white;
  display: inline-block;
  transition: background-color 0.3s ease;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
  width: 100%;
  text-align: center;
}
.btn-learn-more:hover {
  background-color: #d97a08;
  color: #fff;
  text-decoration: none;
}
.hero-section {
  padding: 6rem 0;
}
.hero-section .btn-learn-more {
  margin-left: 29%;
  margin-bottom: 8rem;
  width: auto;
}
.hero-section .spacer {
  margin-left: 10vw;
}
.hero-section .services-title {
  text-transform: uppercase;
  font-size: 4rem;
  line-height: 1.2;
  margin-bottom: 4rem;
  color: #000;
  text-align: center;
  margin-left: calc(0vw);
  margin-right: calc(0vw);
  width: 100vw;
  max-width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .hero-section .services-title {
    font-size: 2.5rem;
  }
}
.hero-section .services-title .divider {
  display: inline-block;
  margin: 0 1rem;
  color: #f7941d;
}
.hero-section .company-description {
  max-width: 800px;
  margin: 0 2% 2rem 28%;
  padding-left: 1rem;
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: left;
}
.hero-section .company-description strong {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.companies-section-title {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background-color: rgba(218, 119, 57, 0.7);
  margin-bottom: 0;
  margin-left: calc(0vw);
  margin-right: calc(0vw);
  width: 100vw;
  max-width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  font-size: 2.5rem;
  padding-top: 3rem;
  box-sizing: border-box;
}
.companies-section {
  background-color: rgba(218, 119, 57, 0.7);
  padding: 3rem;
  margin-left: calc(0vw);
  margin-right: calc(0vw);
  width: 100vw;
  max-width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
}
.companies-section .section-title {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.companies-section .companies-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.companies-section .companies-logos img {
  max-width: 90vw;
  filter: brightness(0) invert(1);
  transition: opacity 0.3s ease;
}
.companies-section .companies-logos img:hover {
  opacity: 0.8;
}
.white-box {
  background: rgba(255, 255, 255, 0.5);
  padding: 2rem;
  border-radius: 12px 0 0 12px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-top: 90%;
  position: relative;
  width: 100vw;
  max-width: 100vw;
  padding-right: calc(0vw);
  margin-right: calc(0vw);
  box-sizing: border-box;
}
.white-box h2 {
  font-size: 1.75rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  color: #333;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  max-width: 300px;
}
.white-box .btn-contact {
  background-color: #f7941d;
  color: white;
  text-transform: uppercase;
  padding: 0.75rem 3rem;
  border-radius: 12px;
  display: inline-block;
  transition: all 0.3s ease;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  border: none;
  margin-left: 6px;
}
.white-box .btn-contact:hover {
  background-color: #d97a08;
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(218, 119, 57, 0.2);
}
.video-header {
  position: relative;
  width: 100%;
  height: 70vh;
  min-height: 450px;
  overflow: hidden;
  margin-top: -120px;
}
.video-header .video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
}
.video-header:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5));
  z-index: 2;
}
.video-header .logo-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 400px;
  max-width: 80%;
}
.video-header .logo-overlay img {
  width: 100%;
  height: auto;
}
.video-header .stats-container {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  z-index: 3;
  display: flex;
  justify-content: space-around;
  padding: 0 10%;
}
.video-header .stats-container .stat-item {
  text-align: center;
  color: #fff;
}
.video-header .stats-container .stat-item .number {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}
.video-header .stats-container .stat-item .number.with-comma:after {
  content: attr(data-value);
}
.video-header .stats-container .stat-item .label {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  text-transform: uppercase;
  opacity: 0.9;
}
#blueprint-section {
  min-height: 700px;
}
.gg-item-image-container-inner {
  background: none !important;
}
.gg-gallery-mb {
  height: 0 !important;
}
.w-fit {
  width: fit-content;
}
.flex {
  display: flex;
}
.justify-center {
  justify-content: center;
}
.h-100 {
  height: 100%;
}
.flex-col {
  flex-direction: column;
}
a[href="/"].nav-link {
  target-new: tab !important;
  target: _self !important;
}
.m-auto {
  margin: auto;
}
.content-end {
  justify-content: flex-end;
}
.content-start {
  justify-content: flex-start;
}
.content-center {
  justify-content: center;
}
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.gm-style-iw-d h4 {
  color: #000000 !important;
}
.btn-about-us {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 1rem;
}
.btn-about-us .text {
  background-color: #F7B059;
  color: #303030;
  padding: 12px 36px;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}
.btn-about-us .arrow {
  background-color: #303030;
  padding: 12px 20px;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}
.btn-about-us .arrow:after {
  content: "→";
  display: inline-block;
  color: white;
}
.btn-about-us:hover .text {
  background-color: #f59928;
}
.btn-about-us:hover .arrow {
  background-color: #cdcdcd;
  transform: translateX(-6px);
}
.ccm-block-content a,
.ccm-block-page-list-title a {
  color: #A52F00;
  text-decoration: none;
  position: relative;
  display: inline;
  background-image: linear-gradient(#a52f00, #a52f00);
  background-repeat: no-repeat;
  background-size: 0% 1px;
  background-position: 0 100%;
  transition: background-size 0.3s ease;
}
.ccm-block-content a:hover,
.ccm-block-page-list-title a:hover {
  background-size: 100% 1px;
}
.ccm-block-page-list-page-entry-horizontal {
  padding-bottom: 10px;
  border-bottom: 1px solid black;
  margin-bottom: 10px;
}
.ccm-summary-template-resource-page .row {
  align-items: flex-start;
}
.ccm-summary-template-blog-entry-thumbnail .card {
  border: none;
  border-radius: 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
  color: inherit;
  background: white;
  max-width: 400px;
  margin: 0 auto;
}
.card-img,
.card-img-top {
  border-radius: 0;
}
.ccm-summary-template-blog-entry-thumbnail .card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  color: inherit;
}
.ccm-summary-template-blog-entry-thumbnail .position-relative {
  position: relative;
  height: 250px;
  overflow: hidden;
}
.ccm-summary-template-blog-entry-thumbnail .card-img-top {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ccm-summary-template-blog-entry-thumbnail .ccm-summary-template-blog-entry-thumbnail-image-overlay {
  display: none;
}
.ccm-summary-template-blog-entry-thumbnail .card-body {
  padding: 0 0 0 10px !important;
  position: relative;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ccm-summary-template-blog-entry-thumbnail .card-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0 !important;
}
.ccm-summary-template-blog-entry-thumbnail .card-text {
  margin-bottom: 0;
  text-align: left !important;
}
.ccm-summary-template-blog-entry-thumbnail .card-text small {
  color: #666;
  font-size: 0.875rem;
}
/* Orange arrow element */
.ccm-summary-template-blog-entry-thumbnail .card-title::after {
  content: "";
  width: 50px;
  height: 50px;
  background: #F7941D;
  border-radius: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M12 5l7 7-7 7'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  transition: background-color 0.3s ease;
  flex-shrink: 0;
}
.ccm-summary-template-blog-entry-thumbnail .card:hover .card-title::after {
  background-color: #e55a2b;
}
/* Responsive adjustments */
@media (max-width: 768px) {
  .ccm-summary-template-blog-entry-thumbnail .card {
    max-width: 100%;
  }
  .ccm-summary-template-blog-entry-thumbnail .position-relative {
    height: 200px;
  }
  .ccm-summary-template-blog-entry-thumbnail .card-body {
    padding: 1.25rem;
    min-height: 100px;
  }
  .ccm-summary-template-blog-entry-thumbnail .card-title::after {
    width: 35px;
    height: 35px;
    background-size: 18px 18px;
  }
}
/* Table styling - bold first column */
.rt-cell-1 {
  font-weight: bold;
}
.ccm-edit-mode .header {
  position: static;
}
.ccm-edit-mode .video-header {
  position: static;
  margin-top: 0;
}
.ccm-edit-mode .video-header .video-background {
  position: static;
}
.ccm-custom-style-container a {
  background-image: linear-gradient(#ffffff, #ffffff) !important;
}
.feathered-text {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
@media (max-width: 768px) {
  .ccm-image-slider-container {
    min-height: 500px;
  }
}
@media (max-width: 768px) {
  .ccm-image-slider-container .ccm-image-slider {
    min-height: 500px;
  }
}
@media (max-width: 768px) {
  .ccm-image-slider-container .rslides {
    min-height: 500px;
  }
}
@media (max-width: 768px) {
  .ccm-image-slider-container .rslides li {
    min-height: 500px;
  }
}
@media (max-width: 768px) {
  .ccm-image-slider-container img {
    min-height: 500px;
    object-fit: cover;
  }
}
.ccm-image-slider-container .ccm-image-slider-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent !important;
  color: white;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .ccm-image-slider-container .ccm-image-slider-text {
    position: relative;
    background: rgba(0, 0, 0, 0.9);
    padding: 1rem;
    margin-top: -30%;
    z-index: 10;
    min-height: auto;
    display: block;
  }
}
.ccm-image-slider-container .ccm-image-slider-text .ccm-image-slider-title {
  color: white;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .ccm-image-slider-container .ccm-image-slider-text .ccm-image-slider-title {
    font-size: 1.5rem !important;
    margin-bottom: 0.75rem;
  }
}
.ccm-image-slider-container .ccm-image-slider-text p {
  color: white;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .ccm-image-slider-container .ccm-image-slider-text p {
    font-size: 0.9rem;
    line-height: 1.4;
  }
}
.rslides_nav.next {
  width: 40px !important;
  height: 40px !important;
  display: inline-block !important;
  background: rgba(0, 0, 0, 0.5) !important;
  border-radius: 50%;
  border: 2px solid white;
  text-indent: -9999px;
  overflow: hidden;
}
.rslides_nav.next::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18l6-6-6-6'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rslides_nav.next:hover {
  background: rgba(0, 0, 0, 0.8);
  border-color: #f7941d;
}
.rslides_nav.next:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23F7941D' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18l6-6-6-6'%3E%3C/path%3E%3C/svg%3E");
}
.rslides_nav.prev {
  width: 40px !important;
  height: 40px !important;
  display: inline-block !important;
  background: rgba(0, 0, 0, 0.5) !important;
  border-radius: 50%;
  border: 2px solid white;
  text-indent: -9999px;
  overflow: hidden;
}
.rslides_nav.prev::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 18l-6-6 6-6'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rslides_nav.prev:hover {
  background: rgba(0, 0, 0, 0.8);
  border-color: #f7941d;
}
.rslides_nav.prev:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23F7941D' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 18l-6-6 6-6'%3E%3C/path%3E%3C/svg%3E");
}
@media (max-width: 768px) {
  .modal-body img {
    width: 100% !important;
    height: auto !important;
  }
}
