:root {
    --theme-color: #dc0001;
}

/**GENERAL**/
html, body {
    overflow-x: hidden;
}

header div#u_content_html_3 {
    position: absolute;
    inset: 0;
}

#loading {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  transition: all 500ms ease;
  background: #000000c7;
  opacity: 1;
}

#loading::before {
  position: absolute;
  content: "";
  inset: 1;
  background: black;
  opacity: .85;
  filter: blur(15px)
}

#loading::after {
  position: absolute;
  content: '';
  border: 10px solid white;
  border-bottom-color: #dc0001;
  border-radius: 50%;
  width: 85px;
  height: 85px;
  animation: loading 1.25s linear infinite;
  z-index: 22;
}

@keyframes loading{
  0% {
    transform: rotate(0deg)
  }
  
  100% {
    transform: rotate(360deg)
  }
}

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-weight: bold;
}


/** HEADER **/

.d-con-mobile-navbar .d-con-menu ul.navbar-nav .d-nav-item a {
    color: #ffffff !important;
    font-size: 16px !important;
    font-family: Ubuntu, sans-serif;
    text-align: center;
    padding: 10px 20px !important;
    border-bottom: 1px solid black;
}

header div#u_row_13 {
    height: 70px;
}

header .top-bar-socials-container a {
    color: #acacac;
}

header .nav-links a {
    text-transform: uppercase;
}

@media (max-width: 990px){
header div#u_row_12 {
    padding: 0 !important;
}
}

@media (max-width: 475px){
header div#u_row_12 {
    display: none;
}
}

/**JUMBOTRON SLOGAN **/

.d-con-slider {
    position: relative;
}
.d-con-slider::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, black, #838383);
    width: 100%;
    z-index: 0;
}

.d-con-slider img {
    opacity: .25;
}

.slogan-container {
    margin-bottom: 100px;
}

span.main-title, p.main-subtitle {
    color: white;
    font-family: 'Poppins';
    text-transform: uppercase;
}

span.main-title {
    font-size: 4rem;
}

p.main-subtitle {
    font-weight: 500;
    max-width: 65ch;
    margin: -10px auto 1em;
}

header-custom button {
    border: 2px solid white !important;
    border-radius: 0 !important;
    padding: 1em 2.5em !important;
    font-weight: bold;
}

/** SERVICES SLIDER **/

div#u_row_23 .container .u-row > div img {
    object-fit: cover !important;
    min-width: 110%;
}

#u_row_23 .container .u-row > div {
    overflow: hidden;
}

div#u_row_23 .container .u-row > div .u_content_text {
    padding: 32px !important;
}

div#u_row_23 .container {
    overflow: hidden;
}

div#u_row_23 .container .u-row {
        transition: all 300ms ease-out;
    /* transform: translateX(-1200px); */
}

div#u_row_23 .container .u-row > div {
    margin: 10px;
    min-width: 380px !important;
}

#u_content_image_25,
#u_content_image_26 {
cursor: pointer;
}

#u_content_image_25:hover,
#u_content_image_26:hover {
opacity: .85;
}

.disabled {
pointer-events: none;
opacity: .5;
}

@media (max-width: 1195px) {
div#u_row_23 .container .u-row {
        flex-wrap: wrap;
        justify-content: center;
}

div#u_row_23 .container .u-row > div {
max-width: 380px !important;
width: 100% !important;
padding: 10px !important;
}

div#u_row_23 .container .u-row div.u_content_image {
    overflow: hidden;
    object-fit: cover;
}

#u_content_image_25,
#u_content_image_26 {
display: none;
}

#u_row_23 div.u_content_image {
    max-height: 200px;
}

}

/** SERVICES **/

@media (max-width: 760px) {

.d-con-service-summary {
    padding-left: 0 !important;
}

ul.d-service-summary-list {
    list-style-position: inside;
}

#u_content_custom_services_3 .d-service-summary-container .d-service-summary-list li {
    padding: 10px !important;
}

}

/** FOOTER **/
footer a, footer p {
    color: #fff !important;
}


div#popupAnnouncement .modal-header h2,
div#popupAnnouncement .modal-footer {
    display: none;
    
}
