/* ========================================== */
/* === CSS Table of Contents ================ */
/* === 2023 © Guardian Sages ================ */ 
/* ========================================== */

/* ========================================== */
/* === 1. Top Header Section ================ */
/* === 2. Navigation Section ================ */
/* === 3. Website Pages Section ============= */
/* ===    a. Home Section =================== */
/* ===    b. About Section ================== */
/* ===    c. Services Section =============== */
/* ===    d. Gallery Section ================ */
/* ===    e. Areas We Service Section ======= */
/* ===    f. Testimonials Section =========== */
/* ===    g. Contact Section ================ */
/* ===    h. Sections On Every Page ========= */
/* === 4. Misc. Section ===================== */
/* ===    a. Referrals Owl Carousel ========= */
/* ===    b. Default Classes ================ */
/* ===    c. Gallery Function Section ======= */
/* ===    d. Reviews Function Section ======= */
/* === 5. Footer Section ==================== */
/* === 6. Lg. Laptop CSS Section ============ */
/* === 7. Sm. Laptop CSS Section ============ */
/* === 8. Tablet CSS Section ================ */
/* === 9. Mobile CSS Section ================ */
/* === 10. Sm. Mobile CSS Section =========== */
/* ========================================== */

@import url('https://fonts.googleapis.com/css?family=Staatliches');
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,700,900');

@font-face {
	font-family: 'font';
	src:url('../fonts/arvo.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'font2';
	src:url('../fonts/poppins.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'font3';
	src:url('../fonts/Monoton-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'font4';
	src:url('../fonts/ethnocentric.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'font5';
	src:url('../fonts/neuropol.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'font6';
	src:url('../fonts/race-sport.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'feathericons';
	src:url('../fonts/feathericons/feathericons.eot?-8is7zf');
	src:url('../fonts/feathericons/feathericons.eot?#iefix-8is7zf') format('embedded-opentype'),
		url('../fonts/feathericons/feathericons.woff?-8is7zf') format('woff'),
		url('../fonts/feathericons/feathericons.ttf?-8is7zf') format('truetype'),
		url('../fonts/feathericons/feathericons.svg?-8is7zf#feathericons') format('svg');
}
body,html{
	overflow-x: hidden; 
}



/*====== INFOGRAPH GALLERY ======*/


 #ew-infograph-gallery-section,
  #ew-infograph-gallery-section * {
    box-sizing: border-box;
  }

  #ew-infograph-gallery-section {
    --ewig-black: #050505;
    --ewig-panel: #0b0d10;
    --ewig-panel-2: #11151b;
    --ewig-white: #ffffff;
    --ewig-muted: #c9c9c9;
    --ewig-blue: #00a9ff;
    --ewig-yellow: #ffd400;
    --ewig-border: rgba(0, 169, 255, 0.45);

    background:
      radial-gradient(circle at top right, rgba(0, 169, 255, 0.16), transparent 34%),
      radial-gradient(circle at bottom left, rgba(255, 212, 0, 0.1), transparent 32%),
      var(--ewig-black);
    color: var(--ewig-white);
    padding: 70px 18px;
    font-family: monospace;
    overflow: hidden;
  }

  .ew-infograph-gallery-wrap {
    max-width: 1650px;
    margin: 0 auto;
  }

  .ew-infograph-gallery-heading {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto 34px;
  }

  .ew-infograph-gallery-kicker,
  .ew-infograph-gallery-modal__kicker {
    color: var(--ewig-yellow);
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-weight: 700;
    margin: 0 0 10px;
  }

  .ew-infograph-gallery-heading h2,
  .ew-infograph-gallery-modal__content h3 {
    font-family: font4, monospace;
    text-transform: uppercase;
    font-size: clamp(34px, 5vw, 66px);
    line-height: 0.95;
    margin: 0;
    color: var(--ewig-white);
  }
  .ew-infograph-gallery-heading h2 {
	margin-bottom: 25px;
  }

  .ew-infograph-gallery-heading p {
    color: var(--ewig-muted);
    font-size: 16px;
    line-height: 1.6;
  }

  .ew-infograph-gallery-carousel {
    position: relative;
    display: grid;
    grid-template-columns: 48px 1fr 48px;
    gap: 12px;
    align-items: center;
  }

  .ew-infograph-gallery-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(285px, 270px);
    gap: 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    padding: 10px 2px 18px;
  }

  .ew-infograph-gallery-card {
    scroll-snap-align: start;
    border: 1px solid var(--ewig-border);
    background: linear-gradient(180deg, rgba(17, 21, 27, 0.96), rgba(4, 5, 7, 0.96));
    border-radius: 18px;
    overflow: hidden;
    cursor: pointer;
    color: var(--ewig-white);
    text-align: left;
    padding: 0;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  }

  .ew-infograph-gallery-card:hover,
  .ew-infograph-gallery-card:focus-visible {
    transform: translateY(-5px);
    border-color: var(--ewig-yellow);
    box-shadow: 0 18px 45px rgba(0, 169, 255, 0.2);
    outline: none;
  }

  .ew-infograph-gallery-card__thumb {
    aspect-ratio: 4 / 5;
    background: #000;
    overflow: hidden;
  }

  .ew-infograph-gallery-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
  }

  .ew-infograph-gallery-card__body {
    padding: 16px;
  }

  .ew-infograph-gallery-card__body h3 {
    font-family: font4, monospace;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1;
    margin: 0 0 8px;
  }

  .ew-infograph-gallery-card__body p {
    color: var(--ewig-muted);
    font-size: 13px;
    line-height: 1.45;
    margin: 0;
  }

  .ew-infograph-gallery-card__price {
    display: inline-block;
    margin-top: 12px;
    color: var(--ewig-yellow);
    font-weight: 900;
  }

  .ew-infograph-gallery-arrow {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    border: 1px solid var(--ewig-border);
    background: rgba(0, 0, 0, 0.7);
    color: var(--ewig-white);
    font-size: 38px;
    line-height: 1;
    cursor: pointer;
  }

  .ew-infograph-gallery-arrow:hover {
    border-color: var(--ewig-yellow);
    color: var(--ewig-yellow);
  }

  .ew-infograph-gallery-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: none;
  }

  .ew-infograph-gallery-modal.is-ew-infograph-gallery-open {
    display: block;
  }

  .ew-infograph-gallery-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.82);
    backdrop-filter: blur(8px);
  }

  .ew-infograph-gallery-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100vw - 28px));
    height: min(880px, calc(100vh - 28px));
    margin: 14px auto;
    background: linear-gradient(135deg, #050505, #11151b);
    border: 1px solid var(--ewig-border);
    border-radius: 22px;
    display: grid;
    grid-template-columns: minmax(320px, 48%) 1fr;
    overflow: hidden;
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.7);
  }

  .ew-infograph-gallery-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 3;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 1px solid var(--ewig-border);
    background: rgba(0, 0, 0, 0.78);
    color: var(--ewig-white);
    font-size: 30px;
    cursor: pointer;
  }

  .ew-infograph-gallery-modal__media {
    background: #000;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
  }

  .ew-infograph-gallery-modal__img {
    width: 100%;
    height: 100%;
    max-height: calc(100vh - 70px);
    object-fit: contain;
    object-position: center;
    display: block;
    border-radius: 14px;
  }

  .ew-infograph-gallery-modal__content {
    padding: clamp(24px, 4vw, 46px);
    overflow-y: auto;
  }

  .ew-infograph-gallery-modal__subtitle {
    color: var(--ewig-blue);
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 14px 0 20px;
  }

  .ew-infograph-gallery-modal__price {
    border: 1px solid var(--ewig-border);
    border-radius: 16px;
    padding: 16px 18px;
    margin: 0 0 24px;
    background: rgba(0, 169, 255, 0.08);
  }

  .ew-infograph-gallery-modal__price span {
    display: block;
    color: var(--ewig-yellow);
    text-transform: uppercase;
    font-weight: 900;
  }

  .ew-infograph-gallery-modal__price strong {
    display: block;
    color: var(--ewig-white);
    font-size: clamp(36px, 5vw, 62px);
    line-height: 1;
    margin-top: 4px;
  }

  .ew-infograph-gallery-modal__content h4 {
    font-family: font4, monospace;
    text-transform: uppercase;
    color: var(--ewig-white);
    font-size: 24px;
    margin: 24px 0 10px;
  }

  .ew-infograph-gallery-modal__content p,
  .ew-infograph-gallery-modal__content li {
    color: var(--ewig-muted);
    font-size: 15px;
    line-height: 1.65;
  }

  .ew-infograph-gallery-modal__content ul {
    padding-left: 20px;
    margin: 8px 0 0;
  }

  .ew-infograph-gallery-modal__brands {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
  }

  .ew-infograph-gallery-modal__brand {
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    padding: 7px 10px;
    color: var(--ewig-white);
    font-size: 13px;
  }

  .ew-infograph-gallery-modal__cta {
    display: inline-flex;
    margin-top: 28px;
    padding: 14px 22px;
    border-radius: 999px;
    background: var(--ewig-yellow);
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 900;
  }

  .ew-infograph-gallery-modal__cta:hover {
    background: var(--ewig-blue);
    color: #fff;
  }

  body.ew-infograph-gallery-body-lock {
    overflow: hidden;
  }

  @media (max-width: 820px) {
    .ew-infograph-gallery-carousel {
      grid-template-columns: 1fr;
    }

    .ew-infograph-gallery-arrow {
      display: none;
    }

    .ew-infograph-gallery-modal__dialog {
      height: calc(100vh - 18px);
      width: calc(100vw - 18px);
      margin: 9px auto;
      grid-template-columns: 1fr;
      grid-template-rows: minmax(320px, 58vh) auto;
      overflow-y: auto;
    }

    .ew-infograph-gallery-modal__media {
      padding: 12px;
    }

    .ew-infograph-gallery-modal__img {
      max-height: 56vh;
    }

    .ew-infograph-gallery-modal__content {
      overflow: visible;
    }
  }
  
  

/* ======================================== */
/* === Top Header Section ================= */
/* ======================================== */
.top-header {
	position: fixed; width: 100%; z-index: 1; padding: 10px 0 10px 0; background-image: linear-gradient(rgb(0, 0, 0, 0.3), rgb(11, 11, 11, 0.1)), url(/img/17.png);
    background-size: contain; z-index: 3; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
	border-bottom: 1px solid #58AFEB;
}

.header-NEW{
	position:fixed;
	background: #f3f3f3;
	    padding: 0;
}


.top-header div[class*='col-']:first-child {
	display: flex; justify-content: flex-end; align-items: center;
}
.top-header div[class*='col-']:first-child a {
	padding: 0; font-size: 15px; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.top-header div[class*='col-']:first-child a:hover {
	background-color: transparent;
}
.top-header div[class*='col-']:nth-child(2) {
	display: flex; justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(3) {
	display: flex; justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(3) a {
	padding: 9px 15px 9px 15px; background: transparent; font-weight: 600; font-family: 'font2'; color: rgb(120,120,120); border-radius: 1.6rem; border-left: 1px double rgb(120,120,120);
	border-right: 1px double rgb(120,120,120);
}
.top-header div[class*='col-']:nth-child(3) a:hover {
	background: #58afeb; color: #000; border: 1px double #000;
box-shadow: 0px 0px 10px 1px #fff; transition: 2s;
}
.top-header div[class*='col-']:nth-child(4) {
	display: flex; justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(4) a {
	padding: 9px 15px 9px 15px; background: transparent; font-weight: 600; font-family: 'font2'; color: rgb(120,120,120); border-radius: 1.6rem; border-left: 1px double rgb(120,120,120);
	border-right: 1px double rgb(120,120,120); 
}
.top-header div[class*='col-']:nth-child(4) a:hover {
	background: #f9ed2a; color: #000; border: 1px double #000;
box-shadow: 0px 0px 10px 1px #fff; transition: 2s;
}
.top-header div[class*='col-']:nth-child(5) {
	display: flex; justify-content: flex-start; align-items: center;
}
.top-header div[class*='col-']:nth-child(5) a {
	display: flex; justify-content: center; align-items: center; border: 1px solid #58afeb; color: #f9ed2a; background: #000; 	height: 40px; width: 40px; margin: 0 4px;
}
.top-header div[class*='col-']:nth-child(5) a:hover {
border-radius:100px;  border: 1px solid #f9ed2a; color: #58afeb; transition: 5s; transform:rotate(360deg); box-shadow: 0px 0px 10px 3px #fff;
}
.top-header .dropdown-menu {
	background: whitesmoke; border-radius: 0;
}
.top-header .dropdown-menu a {
	color: #222; padding: 3px 20px !important;
}
.top-header .dropdown-toggle {
	background: #21212100; padding: 6px 25px; outline: none !important; border-color: #f3f3f3b5;
}
.top-header .dropdown-toggle:hover {
	background-color: white !important; color: #000 !important;
}
.btn-secondary:not([disabled]):not(.disabled).active, .btn-secondary:not([disabled]):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
	color: #000; background-color: rgb(255, 255, 255); border-color: #666e76; box-shadow:none !important;
}
.top-header .btn-secondary.focus,
.btn-secondary:focus {
	outline: none !important; box-shadow: none !important;
}

/* ======================================== */
/* === Navigvation Section ================ */
/* ======================================== */
.navbar-inverse .navbar-inner {
	display:none;
}
.dropdown-menu {
	position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 200px; padding: .5rem 0; margin: .125rem 0 0; font-size: 18px; color: rgb(33, 37, 41); text-align: left; list-style: none; background-color: rgb(255,255,255); background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); border-radius: .25rem;
}
.dropdown-menu.columns-3 {
	min-width: 600px;
}
.dropdown-menu li a {
	padding: 5px 15px; font-weight: 300;
}
.dropdown-item {
	display: block; width: 100%; font-weight: 600; font-family: 'font2'; padding: .25rem 1.5rem; clear: both; color: rgb(12,12,12); text-align: inherit; white-space: nowrap; background: 0 0;border: 0;
}
.dropdown-item.active, .dropdown-item:active {
	color: rgb(255,255,255); text-decoration: none; background-color: rgb(22,22,22) !important;
}
.dropdown {
	float: left; position: relative;
}
.dropdown .dropbtn {
    margin: 0 19px;
    padding: 6px 0px;
    font-weight: 500;
    font-size: 0.7rem;
    color: black;
    font-family: 'font4';
}
.dropdown .dropbtn u {
    font-size: 20px;
}
.navbar a:hover, .dropdown:hover .dropbtn {
	background-color: transparent;;
}
.dropdown-one {
	cursor: pointer; display: none; position: absolute; background-color: #f9f9f9; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-two {
	cursor: pointer; display: none; position: absolute; left: 160px; top: 0px; min-width: 160px; background-color: #f9f9f9; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-three {
	cursor: pointer; display: none; position: absolute; left: 160px; top: 48px; min-width: 160px; background-color: #f9f9f9; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown:hover .dropdown-one, #link1:hover > .dropdown-two {
	display: block;
}
.dropdown:hover .dropdown-one, #link2:hover > .dropdown-three {
	display: block;
}
.dropdown-one .dItem {
	/*color: black; padding: 12px 16px; display: block; text-align: left;*/
    margin: 0 19px;
    padding: 6px 0px;
    font-weight: 500;
    font-size: 0.7rem;
    color: black;
    font-family: 'font4';
	
}
.dropdown-one .dItem a{
 
    color: black;
 
	
}
.dropdown-one .dItem:hover, .dropdown-two a:hover {
	background-color: #ddd;
}
.my-pad {
	padding: 0 0 0 15px;
}
.my-pad h5 {
	color: rgb(255,255,255); font-size: 18px; text-transform: uppercase; padding-top: 20px;	line-height: 5px; font-weight: 600;
}
.multi-column-dropdown {
	list-style: none; margin: 0px; padding: 0px;
}
ul.multi-column-dropdown {
	padding: 0 0 0;
}
.multi-column-dropdown li a {
	display: block;	clear: both; line-height: 1.428571429; color: #333; white-space: normal;
}
.multi-column-dropdown li a:hover {
	text-decoration: none; color: #262626; background-color: #999;
}
.tab {
	overflow: hidden; border: 1px solid #ccc; background-color: #f1f1f1; font-family: 'font2';
}
.tab button {
	background-color: inherit; float: left; border: none; outline: none; cursor: pointer; padding: 14px 16px; transition: 0.3s; font-size: 17px;
}
.tab button:hover {
	background-color: #ddd;
}
.tab button.active {
	background-color: #ccc;
}
.tabcontent {
	display: none; padding: 6px 12px; border: 1px solid #ccc; border-top: none;
}
.tabcontent h3 {
	padding-top: 40px; padding-bottom: 40px; font-family: 'font'; text-align: center; font-size: 2rem; color: rgb(246,177,24);
}
.top-header-animate {

}
.top-header-animate .dropdown-toggle {
	color:#0a0a0a; font-size: 16px;
}
.top-header-animate .navbar-brand {
	font-size: 1.5em;
}
body {
	padding: 0; -webkit-transition-property: all; -webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out;
}
.navbar-scroll {
	padding: 145px 0 0; position: fixed; background: #060606; width: 100%; z-index: 2;	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease; border-bottom: 1px solid #F9ED2A;
}
.navbar-scroll-NEW {
	padding: 10px 0 0px; position: fixed; background: white; width: 100%; z-index: 2;	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease; border-bottom: 1px solid black;
}
.navbar-scroll .container {
	background: rgb(60,36,17,0); border-bottom-left-radius: 1.5rem;	border-bottom-right-radius: 1.5rem;
}
#projects .navbar-scroll {
	background: #fdfdfd; position:relative !important;
}
#projects .navbar-scroll li a {
	color:#333;
}
#projects .navbar-scroll .navbar-brand {
	color:#252525;
}
#projects .navbar-light .lnr {
	color:#222;
}
.navbar-light .lnr {
	color: #fdfdfd;	font-size: 1.5em; position: absolute; top: 6px; right: 10px;
}
.navbar-light .navbar-brand {
	color: #e8e8e8; font-size: 20px; font-family: 'Montserrat', sans-serif;
}
.navbar-brand {
	font-size:2.5em; font-weight:700; text-transform:uppercase;
}
.navbar-brand:focus, .navbar-brand:hover {
	color:#f3f3f3 !important;
}
.navbar-light .navbar-nav .nav-link {
	margin: 0 19px; padding: 6px 0px; font-weight: 500; font-size: 0.7rem; color: rgb(255,255,255); font-family: 'font4';
}
.navbar-light .navbar-nav .nav-link u {
	font-size: 20px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav
.nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light
.navbar-nav .show>.nav-link {
	color: rgb(255,255,255);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #f9ed2a;
}
.navbar-light .navbar-nav li a {
	position: relative;
}
.navbar-collapse {
	height: 100%;
}


.nav-grid {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: center;
    gap: 140px;
    padding: 15px 40px;
    position: fixed;
    width: 100%;
    background: black;;
    z-index: 5;
}
.nav-menu {
    display: flex;
    align-items: center;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-menu li{
    margin: 0 11px;
    padding: 6px 0px;
    font-weight: 500;
font-size: 1.1rem;
    color: white;
    font-family: 'font4';
}



.nav-menu li *{
    color: white;
	transition:0.26s;
}


.nav-menu li:hover *{
    color: #58afeb;
}

.nav-logo img {
    width: 330px;     /* lock it */
    height: auto;
    display: block;
}

.nav-grid .dropdown {
    position: relative;
}
.nav-grid .dropdown .dropbtn {
font-size: 1.1rem;
margin: 0 11px; 
    color: white;

}
.nav-grid .dropdown-one {
    position: absolute;
    top: 100%;
    left: 0;
    background: black;
	
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    padding: 15px;
    display: none;
    min-width: 260px;
	    z-index: 4;
		
font-size: 1.1rem;
}

.nav-grid .dropdown-one a {
    display: block;
    padding: 8px 0;
    white-space: nowrap;
	font-size: 1rem;
    color: white;
}
.nav-grid .dropdown-one a:hover {
    background: #ededed;
	color:black;
}
.nav-grid .dropdown:hover .dropdown-one {
    display: block;
}
@media(max-width: 991px){
.nav-grid {
 
    display: none;
}

}


.phone-link{
	background: black;
	padding: 10px;
	color: white;
	border: 3px solid black; 
}
.phone-link:hover{
	background: white;
	color: black;
}

.mobile-top-header {
	display: none !important;
}

/* ========================================== */
/* === Website Pages Section ================ */
/* ========================================== */

/**** Home Section ****/
.bg-primary {
	background: rgb(83,82,82) !important;
}
.home-header-section {
	padding-top: 125px;
}
.home-header-section .slider-logo span {
	font-family: 'font'; color: rgb(196,41,56);
}











.showcase{
	position:relative;
	height: 120vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center; 
}

.background-video{
	position:absolute;
	top:65%;
	left: 50%;
	transform: translate(-50%, -50%);
	
	width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit: cover;
	
}
.video-overlay{
	
	
	position: absolute;
	width: 100%;
	top:30%; 
}


























.video {
	overflow: hidden; position: relative;/* z-index: 2; */display: block;
}
.video .pad {
	padding: 250px 0px 0px 150px; position: absolute;
}
.video .pad h2 {
	font-weight: 500; color: rgb(255,255,255); font-size: 50px; text-shadow: 0px 0px 5px #000; font-family: 'font4'; text-align: left;
}
.video .pad h2 span {
	font-size: 60px;
}
.video .pad h3 {
	font-family: font5; color: #fff; text-transform: uppercase; font-weight: 600;
}
.video .pad h4{
	font-family: font6; color: #fff; font-size: 1rem; 
}
.video .pad h4 span {
	font-size: 15px;
}
.video .pad p {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 25px; font-family: 'Arial'; text-align: left;
}
.video .pad mark {
/*padding: 75px 25px 75px 25px; border-radius: 5px; border: 2px double #fff; background: #fff9; font-family: font5; font-size: 20px; margin-left: -150px;*/

    padding: 29px 10px 30px 10px;
    border-radius: 5px;
    border: 2px double #fff;
    background: #fff9;
    font-family: font5;
    font-size: 2rem;
    font-weight: 900;
    margin-left: 0;
}
.video .pad mark:hover {
	background: #f9ed2aad; color: #fff; text-shadow: 1px 1px 3px #000;
}
.video .pad img {
	height: auto; width: 30px; margin-left: 0; margin-right: -0;
}
.video .pad hr {
	background: #fff; opacity: 50%; width: 80%;
}
.video .pad a {

}
.video .pad a:hover {
	
}
.video .service-list{
	
}




.video-overlay h2 {
	font-weight: 500; color: rgb(255,255,255); font-size: 2rem; text-shadow: 0px 0px 5px #000; font-family: 'font4'; text-align: left;
}
.video-overlay h2 span {
	font-size: 3rem;
}
.video-overlay h3 {
	font-family: font5; color: #fff; text-transform: uppercase; font-weight: 600;
}
.video-overlay h4{
	font-family: font6; color: #fff; font-size: 1rem; 
}
.video-overlay h4 span {
	font-size: 15px;
}
.video-overlay p {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 25px; font-family: 'Arial'; text-align: left;
}
.video-overlay mark {
/*padding: 75px 25px 75px 25px; border-radius: 5px; border: 2px double #fff; background: #fff9; font-family: font5; font-size: 20px; margin-left: -150px;*/

    padding: 29px 10px 30px 10px;
    border-radius: 5px;
    border: 2px double #fff;
    background: #fff9;
    font-family: font5;
    font-size: 2rem;
    font-weight: 900;
    margin-left: 0;
}
.video-overlay mark:hover {
	background: #f9ed2aad; color: #fff; text-shadow: 1px 1px 3px #000;
}
.video-overlay img {
	height: auto; width: 30px; margin-left: 0; margin-right: -0;
}
.video-overlay hr {
	background: #fff; opacity: 50%; width: 80%;
}
.video-overlay a {

}
.video-overlay a:hover {
	
}
.video-overlay .service-list{
}


/* Marquee styles */
/* Marquee Styling */
.marquee {
	background: white; 
	padding:15px 0;
    --gap: 20px;                     /* Adjust spacing between images */
    position: relative;
    display: flex;
    overflow: hidden;
    gap: var(--gap);                /* Use CSS variable for gap */
    user-select: none;              /* Prevent text/image selection */
}

.marquee-content {
    flex-shrink: 0;                 /* Prevent shrinking */
    display: flex;                 /* Horizontal alignment */
    justify-content: space-around;
    gap: var(--gap);               /* Control spacing */
    min-width: 100%;               /* Ensure it takes up full width */
    animation: scroll 38s linear infinite; /* Infinite scroll animation */
}

.marquee-img {
    max-height: 160px;             
    width: 160px;
}

/* Keyframes for Continuous Scrolling */
@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-100% - var(--gap))); /* Scroll off-screen */
    }
}

/* Optional: Reverse Scroll Direction */
.marquee--reverse .marquee-content {
    animation-direction: reverse;
}

/* Optional: Pause on Hover */
.marquee:hover .marquee-content {
    /*animation-play-state: paused;*/
}


/*Company Marquee END*/




.gauge{
  position:relative;
  width:100%;
  height:100%;
/*background: radial-gradient(circle, rgba(255,255,255,1) 30%, rgba(249,237,42,1) 100%);
  border: 10px solid #333;*/
  border-radius: 50%;
  padding: 25px;/*box-shadow: 0px 0px 0px 1px #fff;*/
 /* border-bottom: 10px dashed #fff;*/
box-shadow: 0px 0px 0px 5px #f9ed2a;
}
.gauge:hover {
	 transition: 4s;padding: 25px; box-shadow: 0px 0px 0px 5px #f9ed2a; background: #4449;    
}
.gauge h3 {
	font-family: font4; font-size: 30px; margin-top: 45px; color: #fff; margin-bottom: -45px;
}
.gauge:hover h3 {
	color: #f9ed2a; transition: 4s;
}
.gauge p {
	font-size: 17px; font-family: monospace; font-weight: 600; /*color: transparent;*/  color: #f9ed2a; line-height: 35px; padding: 5px 20px 5px 20px;
}
.gauge:hover p {
	font-size: 17px; font-family: monospace; font-weight: 600; color: #f9ed2a; line-height: 35px; padding: 5px 20px 5px 20px; transition: 4s; text-shadow: 1px 1px 3px #000;
}
.home1 hr {
	height: 1px; opacity: 50%; background: #58afeb;
}
.pointer{
  position: relative;
  top: 0%;
  left:47%;
  width: 0; 
  height: 0; 
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 140px solid #58afeb;
  border-bottom-left-radius: 35%;
  border-bottom-right-radius: 35%;
  transform-origin: center bottom;
  transform: rotate(-85deg);
}

.animate {
    -webkit-transition-duration: 1.5s;
    -webkit-transition-property: 0 opacity;
    -webkit-transition-timing-function: ease;
    -moz-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
    transition-duration: 1.5s;
    -moz-transition-property: 0 opacity;
    -o-transition-property: 0 opacity;
    transition-property: 0 opacity;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.gauge:hover .pointerAnimation{
  transform: rotate(85deg);
  border-bottom-color: #f9ed2a;  
}

@-webkit-keyframes rotation{
  from {
    -webkit-transform: rotate(-125deg);
 }
  to {
    -webkit-transform: rotate(125deg);
    border-bottom-color: black;
 }  
}

@keyframes rotation{
  from {
    transform: rotate(-125deg);
 }
  to {
    transform: rotate(125deg);
    border-bottom-color: black;
 }  
}

.autoAnimation{
  animation: rotation 1500ms 1s forwards;
  -webkit-animation: rotation 1500ms 1s forwards;
}
.motion1 {
	    background-image: linear-gradient(rgb(0, 0, 0, 0.3), rgb(11, 11, 11, 0.1)), url(/img/tp-1.png);
    background-size: contain; background-color: #000;
	padding: 100px 0 75px 0;
}
.motion1 h3 {
	font-family: font4; font-size: 40px; text-align: center; color: #f9ed2a;
}

.motion1 h3 strong {
	font-size: 55px; font-weight: 500;
}
.motion1 h4 {
	font-family: font6; font-size: 30px; text-align: center; color: #f9ed2a;
}
.motion1 .carousel {
  --current-slide: 0;
  position: relative;
  overflow: hidden;
}
.motion1 .carousel-button {
  /* vertically centering the buttons */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  padding: 0;
  margin: 0.5rem;
	height: 40px;
	width: 40px;
  border-radius: 100%;
	line-height: 0.9;
	color: rgb(83,82,82);
  background-color: transparent;
  border: none;
  font-size: 2.5rem;
  cursor: pointer;
  transition: color 0.1s;
}
.motion1 .carousel-button:hover {
  color: rgba(0, 0, 0, 0.5);
	border: none;
}
.motion1 .carousel-button.active {
	border: none !important;
}
.motion1 .carousel-button_next {
  right: 0;
	border: none;
}
.motion1 .slides {
  display: flex;
  transition: transform 0.5s;
  transform: translateX(calc(-100% * var(--current-slide)));
}
.motion1 .slide {
  flex: 0 0 100%;
	padding: 0px 100px 0px 100px;
}
.motion1 .slide img {
	width: 100%; height: 550px;
	object-fit: cover;
	/*width: 100%; height: 100%;*/

}
.motion1 h2 {
	font-family: 'font';
	color: rgb(83,82,82);
	font-size: 2rem;
}
.motion1 span {
	color: #58afeb;
}
.motion1 .slide p {
  color: rgb(150,150,150);
	font-family: 'font2';
	text-align: justify;
	font-size: 17px;
	font-weight: 600;
}




/* ======================
   DEFAULT (LIGHT)
====================== */

.home-portfolio {
    background-image: none;
    background-size: contain;
    background-color: #dfdfdf;
    padding: 100px 0 75px 0;
}

.home-portfolio h3 {
    font-family: font4;
    font-size: 40px;
    text-align: center;
    color: black;
}

.home-portfolio h3 strong {
    font-size: 55px;
    font-weight: 500;
}

.home-portfolio h4 {
    font-family: font6;
    font-size: 30px;
    text-align: center;
    color: #29281c;
}


/* ======================
   WHITE / INVERTED MODE
====================== */

.home-portfolio.white {
    background-color: black;
}

.home-portfolio.white h3,
.home-portfolio.white h4 {
    color: white;
}

.home-portfolio.white h3 strong {
    color: white;
}

.home-portfolio .carousel {
  --current-slide: 0;
  position: relative;
  overflow: hidden;
}
.home-portfolio .carousel-button {
  /* vertically centering the buttons */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  padding: 0;
  margin: 0.5rem;
	height: 40px;
	width: 40px;
  border-radius: 100%;
	line-height: 0.9;
	color: rgb(83,82,82);
  background-color: transparent;
  border: none;
  font-size: 2.5rem;
  cursor: pointer;
  transition: color 0.1s;
}
.home-portfolio .carousel-button:hover {
  color: rgba(0, 0, 0, 0.5);
	border: none;
}
.home-portfolio .carousel-button.active {
	border: none !important;
}
.home-portfolio .carousel-button_next {
  right: 0;
	border: none;
}
.home-portfolio .slides {
  display: flex;
  transition: transform 0.5s;
  transform: translateX(calc(-100% * var(--current-slide)));
}
.home-portfolio .slide {
  flex: 0 0 100%;
	padding: 0px 100px 0px 100px;
}
.home-portfolio .slide img {
	width: 100%; height: 550px;
	object-fit: cover;
	/*width: 100%; height: 100%;*/
    box-shadow: 0 .15em .35em #000000d9;
}
.home-portfolio h2 {
	font-family: 'font';
	color: rgb(83,82,82);
	font-size: 2rem;
}
.home-portfolio span {
	color: #58afeb;
}
.home-portfolio .slide p {
  color: rgb(150,150,150);
	font-family: 'font2';
	text-align: justify;
	font-size: 17px;
	font-weight: 600;
}







.home-intro {
	background: #000;  background-image: linear-gradient(rgb(0, 0, 0, 0.3), rgb(11, 11, 11, 0.1)), url(/img/tp-1.png); background-size: contain; padding: 100px 25px 100px 25px; border: 15px solid #000; border-top: none; border-bottom: none;
}
.home-intro h1 {
	font-family: font4; font-size: 45px; color: #f5f5f5;font-weight: 500;
}
.home-intro h1 strong {
	font-size: 55px; font-weight: 500;
}
.home-intro h1 span {
	font-size: 20px; font-family: font5; color: #c6c6c6;
}
.home-intro h1 u {
	color: #f9ed2a;
}
.home-intro p {
	font-family: monospace; font-size: 17px; line-height: 35px; color: #fff;
}
.home-intro hr {
	height: 3px; opacity: 99%; background: #58afeb;
}
.home-intro .boxer {
	margin-top: 65px;
}







.custom-carousel {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  font-family: Arial, sans-serif;
}

.carousel-slides {
  width: 100%;
  height: 100%;
  position: relative;
}

.carousel-slide {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 0;
}

.carousel-slide.active {
  opacity: 1;
  z-index: 1;
}

.carousel-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.home-main {
	background: #f3f3f3;  background-size: contain; padding: 200px 25px 70px 25px; border:  0px solid #000; border-top: none; border-bottom: none;
	
	
	
	background-image: linear-gradient(rgb(0, 0, 0, 0.3), rgb(11, 11, 11, 0.1)), url(/img/tp-1.png);
    background-size: contain;
    background-color: #101010;
}

/* ======================
   DEFAULT (BLACK)
====================== */

.home-main h1 {
    font-family: font4;
    font-size: 45px;
    color: black;
    font-weight: 500;
}

.home-main h1 strong {
    font-size: 55px;
    font-weight: 500;
}

.home-main h1 span {
    font-size: 20px;
    font-family: font5;
    color: black;
}

.home-main h1 u {
    color: black;
}

.home-main h2 {
    font-family: font4;
    font-size: 1.4rem;
    color: black;
    font-weight: 500;
}

.home-main h2.subheading {
    font-family: font4;
    font-size: 2.75rem;
    color: black;
    font-weight: 500;
}

.home-main h3 {
    font-family: font4;
    font-size: 1.2rem;
    color: black;
    font-weight: 500;
}

.home-main p {
    font-family: monospace;
    font-size: 17px;
    line-height: 35px;
    color: black;
}

.home-main p.business-info {
    font-family: monospace;
    font-size: 17px;
    line-height: 25px;
    color: black;
}

.home-main hr {
    height: 3px;
    opacity: 99%;
    background: black;
}


/* ======================
   WHITE MODIFIERS
   (ONLY override color)
====================== */

.home-main h1.white,
.home-main h2.white,
.home-main h2.subheading.white,
.home-main h3.white {
    color: white;
}

.home-main h1.white span,
.home-main h1.white u {
    color: white;
}

.home-main p.white {
    color: white;
}

.home-main p.business-info.white {
    color: white;
}

.home-main hr.white {
    background: white;
}

.home-main a.contact-line{
	
	color: #58afeb;
}
.home-main i{
	
	padding: 15px;
	
	background: black;
	color: white;
	
	border-radius: 100%;
	
}
.home-main i.ig{

	font-size: 3.3rem;
	
}



.home-main .boxer {
	margin-top: 65px;
}


.home-main .main-block {
    display: block;
    padding: 60px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 .15em .35em #0002;
}

.home-main .main-block.black{
	background: #1e1e1e
}

.home-main .preview-grid{
	display:grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px; 

	
}
.home-main .service-preview{
    border-radius: 6px;
    background-color: #1e1e1e;
    box-shadow: 0 1px 1px #fffffff2;
    border: 1px solid rgba(0,0,0,.1);
    padding: 0;
    list-style-type: none;

}
.home-main .service-preview li{
    font-family: monospace;
    font-size: 17px;
    line-height: 35px;
    color: white;
border-bottom: 1px solid rgba(0, 0, 0, .1);
	transition: 0.3s;
	
	padding: 10px; 
	text-align: center; 
}
.home-main .service-preview li *{
	color:white;

}

.home-main .service-preview li:hover{
	cursor: pointer; 
	background: white;
	color: #58afeb; 
}

.home-main .service-preview li:hover *{
	color: #58afeb; 
}
.home-main iframe{
	border-radius: 20px; 
}

.home-main.black{
	background-image: linear-gradient(rgb(0, 0, 0, 0.3), rgb(11, 11, 11, 0.1)), url(/img/tp-1.png);
    background-size: contain;
    background-color: #101010;
    /*padding: 100px 0 75px 0;*/
}
.preview-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

.preview-grid .preview {
    display: block;
    background: black;
    border-radius: 6px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 .125em .275em #00000013;
    transition: transform .25s ease, box-shadow .25s ease;
}

.preview-grid .preview:hover {
    transform: translateY(-6px);
    box-shadow: 0 .45em .3em #00000030;
}

/* IMAGE AREA */
.preview-grid .img-container {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.preview-grid .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}

.preview-grid .preview:hover img {
    transform: scale(1.02);
}

/* OVERLAY */
.preview-grid .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .3s ease;
}

.preview-grid .preview:hover .overlay {
    opacity: 1;
}

.preview-grid .overlay span {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #fff;
    padding: 10px 22px;
}

/* CONTENT AREA */
.preview-grid .preview-content {
    padding: 20px;
	background: black;
}

.preview-grid .preview-content h4 {
    margin-bottom: 10px;
	    font-family: font4;
		font-size: 1rem;
		color:white;
}

.preview-grid .preview-content p {
    margin-bottom: 0;
}
@media(max-width: 991px){
 
.home-main .preview-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
}
}




.home1 {
	box-shadow: 1px 1px 10px 3px #000; border: 15px solid #000; border-top: none; border-bottom: none;
}
.plax1 {
	padding:  25px 75px 25px 75px; background: linear-gradient(90deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.75) 33%, rgba(0,0,0,0.50) 33%, rgba(0,0,0,0.50) 67%, rgba(0,0,0,0.25) 67%, rgba(0,0,0,0.25) 100%), url(/img/bmw-2.jpg);
 background-size: cover; background-repeat: no-repeat; text-align: center;
    background-attachment: fixed;
}
.plax2 {
	padding: 25px 75px 25px 75px;
	
	background: linear-gradient(270deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.75) 33%, rgba(0,0,0,0.50) 33%, rgba(0,0,0,0.50) 67%, rgba(0,0,0,0.25) 67%, rgba(0,0,0,0.25) 100%), url(/img/euroworks-bmw-5.jpg);
	/*background: linear-gradient(270deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.75) 33%, rgba(0,0,0,0.50) 33%, rgba(0,0,0,0.50) 67%, rgba(0,0,0,0.25) 67%, rgba(0,0,0,0.25) 100%);*/
 background-size: cover; background-repeat: no-repeat; text-align: center;
    background-attachment: fixed;
}
.home1 .pad {
	padding-top: 175px; padding-bottom: 50px;
}
.home1 h1 {
	font-family: 'font2'; font-size: 35px; text-align: left; font-weight: 800; color: rgb(196,41,56);
}

.home1 span {
	color: rgb(83,82,82);
}

/**** About Section ****/



.about-main {
	background: #f3f3f3;  background-size: contain; padding: 100px 25px 100px 25px; border:  0px solid #000; border-top: none; border-bottom: none;
	
	
	background-image: linear-gradient(rgb(0, 0, 0, 0.3), rgb(11, 11, 11, 0.1)), url(/img/tp-1.png);
    background-size: contain;
    background-color: #101010;
	
}
.about-main h1 {
	font-family: font4; font-size: 2.2rem; color: white;;font-weight: 500;
}
.about-main h1 strong {
	font-size: 2.2rem; font-weight: 500;
}
.about-main h1 span {
	font-size: 20px; font-family: font5; color: white;
}
.about-main h1 u {
	color: black;
}
.about-main h2 {
	font-family: font4; font-size: 1.4rem; color: white;;font-weight: 500;
}
.about-main h2.subheading {
	font-family: font4; font-size: 2.75rem; color: white;;font-weight: 500;
}
.about-main h3 {
	font-family: font4; font-size: 1.6rem; color: white;;font-weight: 500;
}
.about-main p {
	font-family: monospace; font-size: 17px; line-height: 35px; color: white;
}
.about-main p.business-info {
	font-family: monospace; font-size: 17px; line-height: 25px; color: black;
}
.about-main hr {
	height: 3px; opacity: 99%; background: black;
}
.about-main .boxer {
	margin-top: 65px;
}


.about-main .about-block {
    display: block;
    padding: 40px;
    background-color: #1e1e1e;
    border-radius: 4px;
    box-shadow: 0 .15em .35em #0002;
}




/**** Services Section ****/
.vertically-centered{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center; 
}



.service-main {
	background: #f3f3f3;  background-size: contain; padding: 150px 15px 100px 15px; border:  0px solid #000; border-top: none; border-bottom: none;
	
	background-image: linear-gradient(rgb(0, 0, 0, 0.3), rgb(11, 11, 11, 0.1)), url(/img/tp-1.png);
    background-size: contain;
    background-color: #101010;
	
}
.service-main h1 {
	font-family: font4; font-size: 2.2rem; color: white;;font-weight: 500;
}
.service-main h1 strong {
	font-size: 2.2rem; font-weight: 500;
}
.service-main .grower {
	font-size: 35px !important; text-align: center !important; margin: 50px 0px 150px 0px;font-family: font5 !important; line-height: 75px;
}
.service-main h1 span {
	font-size: 20px; font-family: font5; color: black;
}
.service-main h1 strong {
	font-size: 65px;font-family: font4;
}
.service-main h1 u {
	color: black;
}
.service-main h2 {
	font-family: font4; font-size: 1.4rem; color: white;;font-weight: 500;
}
.service-main h2.main-subtitle {
	font-family: font4; font-size: 1.2rem; color: white;;font-weight: 500;
}
.service-main h2.subheading {
	font-family: font4; font-size: 2.75rem; color: white;;font-weight: 500;
}
.service-main h3 {
	font-family: font4; font-size: 1.6rem; color: white;;font-weight: 500;
}
.service-main p {
	font-family: monospace; font-size: 17px; line-height: 35px; color: white;
}
.service-main p.business-info {
	font-family: monospace; font-size: 17px; line-height: 25px; color: black;
}
.service-main p span {
	font-weight: 800; 
}
.service-main hr {
	height: 3px; opacity: 99%; background: black;
}
.service-main .boxer {
	margin-top: 65px;
}


.service-main .service-block {
    display: block;
    padding: 40px;
    background-color: black;
    border-radius: 4px;
    box-shadow: 0 .15em .35em #0002;
}




.service-main .taper-content{
	width: auto;
}



/**** EuroWorks Maintenance Page Additions ****/

.euro-maintenance-page .service-block {
    border: 1px solid rgba(255,255,255,0.08);
}

.euro-maintenance-page img {
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.45);
}

.euro-maintenance-intro,
.euro-maintenance-services,
.euro-brand-maintenance,
.euro-preventive-section,
.euro-appointment-section,
.euro-maintenance-cta {
    margin-top: 65px;
}

.euro-maintenance-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin: 35px 0;
}

.euro-maintenance-card {
    padding: 22px;
    background: #151515;
    border-left: 4px solid #ffffff;
    border-radius: 4px;
    box-shadow: 0 0.15em 0.35em #0006;
    transition: 0.3s ease;
}

.euro-maintenance-card:hover {
    transform: translateY(-5px);
    background: #1f1f1f;
}

.euro-maintenance-card h3 {
    font-size: 1.15rem;
    margin-bottom: 12px;
}

.euro-maintenance-card p {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}

.euro-brand-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 35px;
}

.euro-brand-card {
    padding: 28px;
    background:
        linear-gradient(rgb(0,0,0,0.72), rgb(0,0,0,0.72)),
        url(/img/tp-1.png);
    background-size: contain;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 4px;
    transition: 0.3s ease;
}

.euro-brand-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255,255,255,0.35);
}

.euro-brand-card h3 {
    font-size: 1.35rem;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.euro-brand-card p {
    font-size: 15px;
    line-height: 29px;
    margin-bottom: 0;
}

.euro-preventive-box {
    padding: 42px;
    background: #f3f3f3;
    border-radius: 4px;
    border-left: 8px solid #000;
}

.service-main .euro-preventive-box h2,
.service-main .euro-preventive-box p {
    color: #000;
}

.euro-preventive-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin: 30px 0;
}

.euro-preventive-list div {
    padding: 18px;
    background: #000;
    color: #fff;
    font-family: monospace;
    font-size: 15px;
    line-height: 24px;
    border-radius: 4px;
}

.euro-maintenance-cta {
    padding: 45px;
    background: #111;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 4px;
    text-align: center;
}

.euro-maintenance-cta p {
    max-width: 900px;
    margin: 0 auto 25px auto;
}

.euro-maintenance-btn {
    display: inline-flex;
    padding: 15px 26px;
    background: #fff;
    color: #000 !important;
    font-family: monospace;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none !important;
    border-radius: 4px;
    transition: 0.3s ease;
}

.euro-maintenance-btn:hover {
    background: #333;
    color: #fff !important;
    transform: translateY(-3px);
}

@media(max-width: 1199px) {
    .euro-maintenance-grid,
    .euro-brand-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 767px) {
    .euro-maintenance-grid,
    .euro-brand-grid,
    .euro-preventive-list {
        grid-template-columns: 1fr;
    }

    .service-main .service-block {
        padding: 25px;
    }

    .service-main h1 strong {
        font-size: 2.4rem;
    }

    .service-main h2.subheading {
        font-size: 2rem;
    }

    .euro-preventive-box,
    .euro-maintenance-cta {
        padding: 28px 20px;
    }
}


/**** Reusable European Brand Service Page Additions ****/
/**** Use with: <section class="service-main euro-brand-page bmw-brand-page"> ****/

.euro-brand-page .service-block {
    border: 1px solid rgba(255,255,255,0.1);
    overflow: hidden;
}

.euro-brand-page img {
    border-radius: 6px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.48);
}

/* Brand color variables */
.euro-brand-page {
    --brand-accent: #ffffff;
    --brand-accent-dark: #111111;
    --brand-card-bg: #151515;
    --brand-card-hover: #202020;
    --brand-light-panel: #f3f3f3;
}

/* BMW page modifier */
.bmw-brand-page {
    --brand-accent: #1c69d4;
    --brand-accent-dark: #0b2f66;
    --brand-card-bg: #121820;
    --brand-card-hover: #172233;
    --brand-light-panel: #f3f6fb;
}

/* Future examples */
/*
.mercedes-brand-page {
    --brand-accent: #bfc4c9;
    --brand-accent-dark: #111111;
}

.audi-brand-page {
    --brand-accent: #d5001c;
    --brand-accent-dark: #55000b;
}

.porsche-brand-page {
    --brand-accent: #d4af37;
    --brand-accent-dark: #3b2b08;
}
*/

/* Hero intro inside service block */

.euro-brand-hero {
    position: relative;
    padding: 10px 0 45px;
}

.euro-brand-eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    padding: 8px 16px;
    background: var(--brand-accent);
    color: #fff;
    font-family: monospace;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 4px;
}

.bmw-brand-page .euro-brand-eyebrow {
    color: #fff;
}

.euro-brand-page .main-subtitle {
    max-width: 950px;
    margin-bottom: 28px;
}

.euro-brand-hero p {
    max-width: 1050px;
}

/* Optional hero image grid */

.euro-brand-image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin: 45px 0 20px;
}

.euro-brand-image-grid img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}

/* Reusable section spacing */

.euro-brand-section,
.euro-brand-service-overview,
.euro-brand-repair-section,
.euro-brand-tuneup-section,
.euro-brand-performance-section,
.euro-brand-benefits-section,
.euro-brand-cost-section,
.euro-brand-faq-section,
.euro-brand-cta-section {
    margin-top: 70px;
}

.euro-brand-section-header {
    margin-bottom: 30px;
}

.euro-brand-section-header h2,
.service-main .euro-brand-section h2.subheading {
    position: relative;
    padding-bottom: 14px;
}

.euro-brand-section-header h2::after,
.service-main .euro-brand-section h2.subheading::after {
    content: "";
    display: block;
    width: 90px;
    height: 4px;
    margin-top: 16px;
    background: var(--brand-accent);
}

/* Brand service cards */

.euro-brand-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin: 35px 0;
}

.euro-brand-service-card {
    position: relative;
    padding: 28px;
    background: var(--brand-card-bg);
    border: 1px solid rgba(255,255,255,0.12);
    border-left: 5px solid var(--brand-accent);
    border-radius: 5px;
    box-shadow: 0 0.15em 0.35em #0008;
    transition: 0.3s ease;
}

.euro-brand-service-card:hover {
    transform: translateY(-6px);
    background: var(--brand-card-hover);
    border-color: rgba(255,255,255,0.28);
}

.euro-brand-service-card h3 {
    font-size: 1.25rem;
    margin-bottom: 12px;
}

.euro-brand-service-card p {
    font-size: 15px;
    line-height: 29px;
    margin-bottom: 0;
}

/* Common repair list */

.euro-brand-common-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin: 30px 0;
}

.euro-brand-common-list div {
    padding: 17px 18px;
    background: #0f0f0f;
    color: #fff;
    font-family: monospace;
    font-size: 15px;
    line-height: 24px;
    border-left: 4px solid var(--brand-accent);
    border-radius: 4px;
}

/* Light callout panel */

.euro-brand-light-panel {
    padding: 42px;
    background: var(--brand-light-panel);
    border-radius: 5px;
    border-left: 8px solid var(--brand-accent);
    box-shadow: 0 10px 28px rgba(0,0,0,0.24);
}

.service-main .euro-brand-light-panel h2,
.service-main .euro-brand-light-panel h3,
.service-main .euro-brand-light-panel p {
    color: #000;
}

.euro-brand-light-panel p {
    margin-bottom: 18px;
}

/* Performance / upgrade section */

.euro-brand-performance-box {
    padding: 45px;
    background:
        linear-gradient(rgba(0,0,0,0.78), rgba(0,0,0,0.78)),
        url(/img/tp-1.png);
    background-size: contain;
    border: 1px solid rgba(255,255,255,0.14);
    border-top: 5px solid var(--brand-accent);
    border-radius: 5px;
}

.euro-brand-performance-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 30px;
}

.euro-brand-performance-list div {
    padding: 18px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    color: #fff;
    font-family: monospace;
    font-size: 15px;
    line-height: 24px;
    border-radius: 4px;
}

/* Cost / value split section */

.euro-brand-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: stretch;
}

.euro-brand-split-card {
    padding: 34px;
    background: #151515;
    border-radius: 5px;
    border: 1px solid rgba(255,255,255,0.12);
}

.euro-brand-split-card h3 {
    margin-bottom: 15px;
    color: #fff;
}

.euro-brand-split-card p {
    font-size: 15px;
    line-height: 30px;
}

/* Reusable FAQ styling for brand pages */

.euro-brand-page .ew-faq {
    margin-top: 35px;
}

.euro-brand-page .ew-faq__item {
    margin-bottom: 14px;
    background: #121212;
    border: 1px solid rgba(255,255,255,0.12);
    border-left: 5px solid var(--brand-accent);
    border-radius: 4px;
    overflow: hidden;
}

.euro-brand-page .ew-faq__question {
    width: 100%;
    padding: 20px 24px;
    background: #151515;
    color: #fff;
    border: none;
    text-align: left;
    font-family: font4;
    font-size: 1.15rem;
    font-weight: 500;
    cursor: pointer;
}

.euro-brand-page .ew-faq__answer {
    padding: 22px 24px 26px;
    background: #0f0f0f;
}

.euro-brand-page .ew-faq__answer p {
    font-size: 15px;
    line-height: 29px;
}

/* CTA */

.euro-brand-cta {
    margin-top: 75px;
    padding: 50px 35px;
    background:
        linear-gradient(135deg, rgba(0,0,0,0.88), rgba(0,0,0,0.72)),
        url(/img/tp-1.png);
    background-size: contain;
    border: 1px solid rgba(255,255,255,0.16);
    border-bottom: 6px solid var(--brand-accent);
    text-align: center;
    border-radius: 5px;
}

.euro-brand-cta p {
    max-width: 900px;
    margin: 0 auto 28px auto;
}

.euro-brand-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 28px;
    background: var(--brand-accent);
    color: #fff !important;
    font-family: monospace;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none !important;
    border-radius: 4px;
    transition: 0.3s ease;
}

.euro-brand-btn:hover {
    background: #fff;
    color: #000 !important;
    transform: translateY(-3px);
}

/* Responsive */

@media(max-width: 1199px) {
    .euro-brand-grid,
    .euro-brand-performance-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .euro-brand-image-grid {
        grid-template-columns: 1fr;
    }

    .euro-brand-image-grid img {
        height: 320px;
    }
}

@media(max-width: 991px) {
    .euro-brand-split {
        grid-template-columns: 1fr;
    }
}

@media(max-width: 767px) {
    .euro-brand-grid,
    .euro-brand-common-list,
    .euro-brand-performance-list {
        grid-template-columns: 1fr;
    }

    .euro-brand-page .service-block {
        padding: 25px;
    }

    .euro-brand-hero {
        padding-bottom: 25px;
    }

    .euro-brand-section,
    .euro-brand-service-overview,
    .euro-brand-repair-section,
    .euro-brand-tuneup-section,
    .euro-brand-performance-section,
    .euro-brand-benefits-section,
    .euro-brand-cost-section,
    .euro-brand-faq-section,
    .euro-brand-cta-section {
        margin-top: 50px;
    }

    .euro-brand-image-grid img {
        height: 240px;
    }

    .euro-brand-light-panel,
    .euro-brand-performance-box,
    .euro-brand-split-card,
    .euro-brand-cta {
        padding: 28px 20px;
    }

    .service-main .euro-brand-page h1 strong,
    .service-main h1 strong {
        font-size: 2.4rem;
    }

    .service-main h2.subheading {
        font-size: 2rem;
    }

    .euro-brand-page .ew-faq__question {
        font-size: 1rem;
        padding: 18px;
    }

    .euro-brand-page .ew-faq__answer {
        padding: 20px 18px;
    }
}

.repair-and-maintenance{
	
	
}
.repair-and-maintenance {
	background: #000;  background-image: linear-gradient(rgb(0, 0, 0, 0.3), rgb(11, 11, 11, 0.1)), url(/img/tp-1.png); background-size: contain; padding: 140px 25px 100px 25px; border: 15px solid #000; border-top: none; border-bottom: none;
}
.repair-and-maintenance h1 {
	font-family: font4; font-size: 35px; color: #f5f5f5;font-weight: 500;
}
.repair-and-maintenance h1 strong {
	font-size: 45px; font-weight: 500; color: #f9ed2a ;
}
.repair-and-maintenance h1 span {
	font-size: 20px; font-family: font5; color: #c6c6c6;
}
.repair-and-maintenance h1 u {
	
}
.repair-and-maintenance h2 {
	font-family: font4; font-size: 35px; color: #f5f5f5;font-weight: 500;
}
.repair-and-maintenance h2 strong {
	font-weight: 500; color: #f9ed2a ;
}
.repair-and-maintenance p {
	font-family: monospace; font-size: 1.2rem; line-height: 35px; color: #fff;
}
.repair-and-maintenance p span {
	font-family: monospace; font-size: 1.5rem; line-height: 35px; color: #f9ed2a; 
}
.repair-and-maintenance li p span {
	font-family: monospace; font-size: 1.1rem; line-height: 35px; color: #f9ed2a;  text-decoration: underline; 
}
.repair-and-maintenance hr {
	height: 3px; opacity: 99%; background: #58afeb;
}
.repair-and-maintenance .boxer {
	margin-top: 65px;
}



/**** Process Page ****/ 
.process {
	padding: 100px 0 100px 0;
	background: #1e1e1e;
}
.process .process-card{
	
    max-height: 100%;
    height: 100%;
    color: #fff;
    margin: 0 0 0px;
    border-radius: 5px;
    padding: 7px;
    background: black;
    visibility: visible;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
	
}
.process h1 {
        font-family: font4;
	font-size: 35px;
	text-align: center;
	font-weight: 900;
	color: white;
}
.process h1.process-head {
        font-family: font4;
	font-size: 1.42rem;
	text-align: center;
	font-weight: 900;
	color: white;
}
.process h2.process-subhead {
        font-family: font4;
	font-size: 1.1rem;
	text-align: center;
	font-weight: 900;
	color: white;
}
.process h3.card-title {
        font-family: font4;
	font-size: 1.3rem;;
	text-align: center;
	font-weight: 900;
	padding-bottom: 10px;
	color: white;

}
.process h5 {
	font-family: 'font';
	font-size: 25px;
	text-align: center;
	font-weight: 900;
	padding-bottom: 30px;
	color: rgb(110,110,110);
}
.process p {
	font-size: 19px;
	text-align: center;
	font-family: monospace;
	color: white;
}
.process li {
	font-size: 19px;
	font-family: monospace;
	color: rgb(110,110,110);
}
.process strong {
	color: rgb(194,3,16);
	font-family: 'font';
}
.process .process-cta{
	background: black;
	color: white;
	border: 2px solid black;
	border-radius: 5px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-flex;
	padding: 15px; 
}
.process .process-cta:hover{
	background: white;
	color: black;;
}
/**** Gallery Section ****/
.gallery-page {
	padding: 75px 0 50px 0;	background: rgb(249,249,249);
}
.gallery-page h1 {
	font-size: 3rem; font-weight: 600; font-family: 'font2'; padding-bottom: 40px; text-align: center; color: rgb(129,141,148);
}

/**** Areas We Service Section ****/
.area-intro {
	padding:100px 15px;
	text-align: center;
	
	
	background: black;
	
	background-image: linear-gradient(rgb(0, 0, 0, 0.3), rgb(11, 11, 11, 0.1)), url(/img/tp-1.png);
    background-size: contain;
    background-color: #101010;
}
.area-intro h1{
font-size: 3rem; font-family: font2; font-weight: 800; color: white;
	        font-family: font4;

}

.area-intro p{
	font-size: 1rem; text-align: center; color: white;         font-family: monospace;


}
.area p {
	font-size: 1rem; text-align: justify; color: white;         font-family: monospace;
}

/*
.area:nth-child(odd) {
	padding: 75px 0 75px 0; background: black; background-image: linear-gradient(rgb(0, 0, 0, 0.3), rgb(11, 11, 11, 0.1)), url(/img/tp-1.png);         background-size: contain;
}
.area:nth-child(even) {
	padding: 75px 0 75px 0; background: black; background-image: linear-gradient(rgb(0, 0, 0, 0.3), rgb(11, 11, 11, 0.1)), url(/img/tp-1.png);         background-size: contain;
}
*/

.area {
	padding: 75px 0 75px 0; background: #1e1e1e; background-image: none;         background-size: contain;
}

.area h2 {
	font-size: 2.5rem; font-family: font2; font-weight: 800; color: white;	        font-family: font4;
 
}
.area h4 {
	font-size: 1.5rem; font-family: font2; color: white;
}
.area p {
	font-size: 17px; text-align: justify; color: rgb(12,12,12); color:white;
}
.area iframe {
	width: 100%; height: 430px; border-radius: 0.8rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}


/*FAQ SECTION*/
:root {
    --ew-fg: #0f172a;        /* slate-900 */
    --ew-muted: #475569;     /* slate-600 */
    --ew-border: #000000;    /* slate-200 */
    --ew-accent: #0ea5e9;    /* sky-500 */
    --ew-bg: #f9f9f9;
    --ew-radius: 14px;
    --ew-shadow: 0 8px 24px rgba(2, 6, 23, 0.40);
  }

  .ew-faq {
    max-width: 950px;
    margin: 2.5rem auto;
    padding: 0 1rem;
  }

  .ew-faq__title {
    font-size: 30px !important;
    color: var(--ew-fg); text-align: center !important;
    margin: 0 0 1rem 0;
    letter-spacing: 0.2px;
  }

  .ew-faq__title span {
	font-size: 65px;
  }

  .ew-faq__item {
    background: var(--ew-bg);
    border: none;
    box-shadow: var(--ew-shadow);
    margin-bottom: 15px;
    overflow: hidden;
  }

  .ew-faq__question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    text-align: left; font-family: font5;
    background: #fff;
    color: var(--ew-fg);
    font-size: clamp(1rem, 1.4vw, 1.1rem);
    font-weight: 600;
    padding: 1rem 1.1rem;
    border: 1px solid #000;
    cursor: pointer;
  }

  .ew-faq__question:focus-visible {
    outline: 2px solid var(--ew-accent);
    outline-offset: -2px;
  }

  .ew-faq__icon {
    width: 1.1rem; height: 1.1rem; flex: 0 0 auto;
    position: relative;
  }
  .ew-faq__icon::before, .ew-faq__icon::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    background: var(--ew-muted);
    transition: transform .25s ease;
  }
  .ew-faq__icon::before { width: 2px; height: 100%; }
  .ew-faq__icon::after  { height: 2px; width: 100%; }
  /* When expanded, turn "+" into "–" */
  .ew-faq__question[aria-expanded="true"] .ew-faq__icon::before { transform: scaleY(0); }

  .ew-faq__answer {
    padding: 0 1.1rem;
    max-height: 0;
    transition: max-height .35s ease;
  }
  .ew-faq__answer p {
    color: var(--ew-muted);
    line-height: 1.6;
    margin: 1rem 0 0.75rem;
  }
  .ew-faq__answer ul {
    margin: 0 0 1rem 1.25rem;
    padding: 0;
  }
  .ew-faq__answer li {
    margin: 0.35rem 0;
    color: var(--ew-fg);
  }
  .ew-faq__answer a {
    color: var(--ew-accent);
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  /* Mobile spacing */
  @media (max-width: 640px) {
    .ew-faq__question { padding: 0.9rem 0.95rem; }
    .ew-faq__answer   { padding: 0 0.95rem; }
  }
  /* Large screens breathing room */
  @media (min-width: 1280px) {
    .ew-faq { max-width: 1100px; }
  }
  /* Visually hidden, for screen readers */
  .sr-only {
    position: absolute;
    width: 1px; height: 1px;
    padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0,0,0,0);
    white-space: nowrap; border: 0;
  }

/**** Contact Section ****/


/**** Testimonials Section ****/
.testimonials {
	padding: 75px 0 75px 0; background: rgb(255,255,255);
}


/**** Sections On Every Page ****/
.contact-section {
	background: linear-gradient(270deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.75) 34%, rgba(0,0,0,0.50) 34%, rgba(0,0,0,0.50) 66%, rgba(0,0,0,0.75) 66%, rgba(0,0,0,0.75) 100%), url(/img/car-2.jpg); padding: 100px 30px 100px 30px;
 background-size: cover; background-repeat: no-repeat;
    background-attachment: fixed;
}
.contact-section h3 {
	font-size: 25px; font-family: font4; font-weight: 500; color: #58afeb;
}
.contact-section h4 {
	font-family: font5; font-size: 20px; color: #c6c6c6; margin-left: 25px;
}
.contact-section h4 span {
	 color: #58afeb; text-transform: uppercase;  font-weight: 600;
}
.contact-section h5 {
	font-family: font6; font-size: 15px; letter-spacing: 2px; color: #fff; margin-left: 75px; position: relative; line-height: 35px;
}
.contact-section h5 span {
	font-size: 22px; color: #58afeb; letter-spacing: 0px;
}
.contact-section p {
	font-size: 17px; font-family: monospace; line-height: 35px; color: #fff;
}
.contact-section  hr {
	height: 3px; opacity: 99%; background: #f9ed2a; width: 90%;
}
.contact-section img {
	max-width: 35%;
}




.contact {
    background: 
        linear-gradient(rgb(0 0 0 / 40%), rgb(255 255 255 / 40%)), url(/img/car-2.jpg);
    padding: 100px 30px 100px 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.contact h3 {
	font-size: 25px; font-family: font4; font-weight: 500; color: black;;
}
.contact h4 {
	font-family: font5; font-size: 20px; color: black; margin-left: 25px;
}
.contact h4 span {
	 color: black; text-transform: uppercase;  font-weight: 600;
}
.contact h5 {
	font-family: font6; font-size: 15px; letter-spacing: 2px; color: black; margin-left: 75px; position: relative; line-height: 35px;
}
.contact h5 span {
	font-size: 22px; color: black; letter-spacing: 0px;
}
.contact p {
	font-size: 17px; font-family: monospace; line-height: 35px; color: black;
}
.contact  hr {
	height: 3px; opacity: 99%; background: black; width: 90%;
}
.contact img {
	max-width: 35%;
}




/* ========================================== */
/* === Misc. Section ======================== */
/* ========================================== */

/****  Referrals Owl Carousel ****/
.owl-carousel .owl-stage-outer {
	padding: 40px 0;
}
.owl-nav {
	position: absolute; width: 100%; top: 10%; display: none;
}
.owl-carousel .item {
	display: block; height: 100%;
}
.owl-carousel .owl-item span {
	font-size: 20px; font-weight: 500;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
	position: absolute;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
	background: transparent !important; color: #212121 !important; opacity: .5 !important;
}
.owl-nav .owl-next {
	left: 100%;
}
.owl-nav .owl-prev {
	right: 100%;
}
.owl-nav .owl-prev span,
.owl-nav .owl-next span {
	font-size: 3em; display: block;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	outline: none;
}

/**** Default Classes ****/
body {
	font-family: 'Montserrat', sans-serif;
}
body#barbajs {
	visibility: visible;
}
a, button, .btn {
	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
a {
	cursor:pointer;	text-decoration: none !important;
}
a:hover {
	color: #252525; text-decoration: underline;
}
.btn {
	cursor: pointer; border-radius: 0;
}
.btn.alert-trigger {
	color: #fdfdfd; background-color:#333;
}
.btn:hover {
	opacity: 0.9;
}
.inner-content-section .btn {
	background:rgba(135,170,188);	border-color: #949494; color: rgba(255,255,255,1);
}
.inner-content-section .btn:hover {
	background-color: rgba(135,170,188,0.4); color: #fff;
}
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {outline: none;box-shadow: none;background-color: #444;border-color: #949494;color: #fff;}
.btn-primary:hover {
	border-color: #949494;
}
.btn.focus, .btn:focus {
	outline:none; box-shadow: none;
}
.section-divider {
	position: relative; padding: 50px 0;
}
.estimate-section-divider .alert, .estimate-section-divider .alert p {
    text-align: left; font-size: inherit;
}
.block-overlay {
	position: absolute; display: inline-block; background:rgba(0, 0, 0, 0.6); width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; z-index: 0;
}
.fadeDiv {
	position: fixed; display: inline-block; z-index: 1050; color: #fff; background: #300e87; padding: 50px; top: 150px; bottom: 150px; left: 300px; right: 300px; transform:scale(0,0); box-shadow: 0px 0px 20px -1px #000; transition: all .20s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.menu-scaler {
	position: fixed; display: inline-block; padding: 50px; z-index: 1050; top: 150px; bottom: 150px; left: 300px; right: 300px; transform: scale(1,1);
}
.fadeDiv .fadeDiv-close {
	position: absolute; right: 20px; top: 10px; font-weight: 900; font-size: 2em; font-family: 'Lato'; cursor: pointer;
}
.navbar-collapse ul {
	width: 100%; justify-content: center; align-items: center;
}
.overlay {
	height: 100%; width: 100%; background: #ffffffbf;
}
#myBtn {
	display: block; width: 50px; height: 50px; position: fixed; top: 100%; right: 30px; z-index: 99; border: none; outline: none; background-color: #000000; color: #ffffff; cursor: pointer; font-size: 14px; padding-top: 0; border-radius: 0px; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;
}
#myBtn i {
	color: white;
}
#myBtn:hover {
	background-color: #424242; color: #fff;
}

/**** Gallery Function Section ****/
#portfolio input {
	display: flex; flex-direction: column; justify-content: center; align-items: center; position: absolute; margin: 0; top: 0; left: -60px; z-index: 2; width: 60px; height: 60px; -webkit-appearance: none; background-image: url(/img/icons/close-btn-icon-red.png); background-repeat: no-repeat; background-color: transparent; background-size: contain; color: #ffffff; border: none; cursor: pointer; outline: none !important; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
#portfolio input:hover {
	background-color: #fff;	opacity: .;
}
button.mfp-close, button.mfp-arrow {
	outline :none !important;
}
#portfolio {
	display: flex; padding: 0; overflow: hidden; flex-wrap: wrap; justify-content: center;
}
#portfolio li {
	display: flex; justify-content: center; align-items: center; float: left; position: relative; overflow: hidden; margin: 0 10px 20px;
}
#portfolio li a {
	transform: scale(1,1); display: block; width: 100%; height: 295px; width: 490px; overflow: hidden; -o-transition:all .30s ease; -moz-transition:all .30s ease; -webkit-transition:all .30s ease; transition:all .30s ease;
}
#portfolio li a:hover {
	transform: scale(1.1,1.1) !important;
}
#portfolio li a img {
	display: block; position: absolute; top: 0%; bottom: 0%; left: 0%; right: 0%; margin: auto; width: 100%; height: auto; transform: scale(1,1);
}
#portfolio li:hover .block-overlay {
	background-color: #000000cc;
}
#portfolio li:hover input {
	left: 0;
}
#portfolio .block-overlay {
	background: rgb(0,0,0,0.1); z-index: 1; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}

.mfp-ready .mfp-figure {
	opacity: 0; margin-left: -100px;
}
.mfp-zoom-in .mfp-figure, .mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler {
	opacity: 0; margin-left: -100px; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; -webkit-transform: scale(0.95); -ms-transform: scale(0.95); transform: scale(0.95);
}
.mfp-zoom-in.mfp-bg,
.mfp-zoom-in .mfp-preloader {
	opacity: 0; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-image-loaded .mfp-figure, .mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler {
	opacity: 1; margin-left: 0; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg,
.mfp-zoom-in.mfp-ready .mfp-preloader {
	opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-figure, .mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler {
	-webkit-transform: scale(0.95);	-ms-transform: scale(0.95); transform: scale(0.95); opacity: 0; margin-left: -100px;
}
.mfp-zoom-in.mfp-removing.mfp-bg,
.mfp-zoom-in.mfp-removing .mfp-preloader {
	opacity: 0; margin-left: -20px;
}
.mfp-iframe-scaler {
	overflow: visible; /*so the close button is shown*/
}
.mfp-zoom-out-cur {
	cursor: auto;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer;
}

/**** Reviews Function ****/
.carousel-indicators li {
	position: relative; top: 51px; -ms-flex: 0 1 auto; flex: 0 1 auto; width: 30px;	height: 3px; margin-right: 3px;	margin-left: 3px; text-indent: -999px; background-color: rgb(191, 190, 190);
}
.carousel-indicators .active {
	background-color: #0f8029;
}

/* ========================================== */
/* === Footer Section ======================= */
/* ========================================== */
.footer-section .vms-link-wrapper img {
	width: 50%;
}
.footer-section .vms-link-wrapper a {
	width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center;
}
.footer-section {
	padding: 0 0 10px;     background-image: linear-gradient(rgb(0, 0, 0, 0.3), rgb(11, 11, 11, 0.1)), url(/img/17.png);
    background-size: contain; border-top: 1px solid #58afeb; border-left: 15px solid #000; border-right: 15px solid #000;
    background-color: #000; color: rgb(255, 255, 255); font-size: 18px; font-weight: 400;
}
.footer-section h3 {
	font-size: 1.3rem; color: rgb(30,30,30); font-weight: bold;
}
.footer-section p {
	color: rgb(255,255,255); font-size: 15px; font-family: monospace;
}
.footer-section a {
	color: rgb(255,255,255); font-size: 16px;
}
.footer-section .service-cities p {
	margin: 0 0 3px;
}


.footer-section-REDESIGN {
	padding: 0 0 10px;     background-image: none;
    background-size: contain; border-top: 1px solid #58afeb; border-left: 0px solid #000; border-right: 0px solid #000;
    background-color: #f3f3f3;; color: rgb(255, 255, 255); font-size: 18px; font-weight: 400;
	
	
	
	    background-image: linear-gradient(rgb(0, 0, 0, 0.3), rgb(11, 11, 11, 0.1)), url(/img/17.png);
    background-size: contain;
	background-color:#101010;
}
.footer-section-REDESIGN h3 {
	font-size: 1.3rem; color: #000; font-weight: bold;
	color:white;

}


.service-cities h3 {
	font-size: 25px; font-family: font4; font-weight: 500; color: rgb(255, 255, 255);
}
.service-cities h4 {
	font-size: 18px; font-family: font6; font-weight: 500; color: rgb(255, 255, 255);
}
.footer-section-REDESIGN p {
	color: #000; font-size: 15px; font-family: monospace;
	color:white;

}
.footer-section-REDESIGN a {
	color: #000; font-size: 16px;
	color:white;

}
.footer-section-REDESIGN .service-cities p {
	margin: 0 0 3px;
	
	color:white;
}

.service-cities {
	margin-bottom: 1em;
}
.service-cities img {
	padding-bottom: 20px;
}
.service-cities h5 {
	line-height: 8px;
}

.bottom-footer {
	background: #000; padding-top: 25px; border-top: 1px solid #f9ed2a;
}
.bottom-footer .vms-link-wrapper {
	position: relative; top: -10px;
}
.bottom-footer div[class*='col-']:nth-child(2) {
	display: flex; flex-direction: column; justify-content: center; align-items: center;
}
.bottom-footer div[class*='col-']:nth-child(3) {
	display: flex; justify-content: flex-end; font-size: 14px;
}
.bottom-footer div[class*='col-']:nth-child(3) a {
	display: flex; justify-content: center;	align-items: center;     border: 1px solid #58afeb;
    color: #f9ed2a;
    background: #000; height: 28px; width: 28px; margin: 0 4px;
}
.bottom-footer div[class*='col-']:nth-child(3) a:hover {
	border-radius: 100px;
    border: 1px solid #f9ed2a;
    color: #58afeb;
    transition: 5s;
    transform: rotate(360deg);
    box-shadow: 0px 0px 10px 3px #fff;
}
.trademark-disclaimer {
	padding: 10px 0; margin-bottom: -10px; background: #000;
}
.trademark-disclaimer p {
	font-size: 8px; text-align: center; color: rgb(255,255,255);
}





/* === Lg. Laptop CSS Section ================= */
@media screen and (max-width : 1500px) {
.video .service-list{
	display: none; 
}
.navbar-scroll {
    padding: 115px 0 0;
    position: fixed;
    background: #060606;
    width: 100%;
    z-index: 2;
    -webkit-transition: all .30s ease;
    -moz-transition: all .30s ease;
    -o-transition: all .30s ease;
    transition: all .30s ease;
    border-bottom: 1px solid #F9ED2A;
}
	
.navbar-light .navbar-nav .nav-link {
    margin: 0 16px;
    padding: 6px 0px;
    font-weight: 500;
    font-size: 0.6rem;
    color: rgb(255,255,255);
    font-family: 'font4';
}
	
	
	/*** Don't place anything here, unless absolutely necessary ***/
}
/* === Sm. Laptop CSS Section ================= */
@media screen and (max-width: 1024px) {
	
.video {
	overflow: hidden; position: relative;/* z-index: 2; */display: block;
}
.video .pad {
	padding: 285px 0px 0px 150px; position: absolute;
}
.video .pad h2 {
	font-weight: 500; color: rgb(255,255,255); font-size: 50px; text-shadow: 0px 0px 5px #000; font-family: 'font4'; text-align: left;
}
.video .pad h2 span {
	font-size: 60px;
}
.video .pad h3 {
	font-family: font5; color: #fff; text-transform: uppercase; font-weight: 600;
}
.video .pad h4{
	font-family: font6; color: #fff; font-size: 20px; 
}
.video .pad h4 span {
	font-size: 15px;
}
.video .pad p {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 25px; font-family: 'Arial'; text-align: left;
}
.video .pad mark {
/*padding: 75px 25px 75px 25px; border-radius: 5px; border: 2px double #fff; background: #fff9; font-family: font5; font-size: 20px; margin-left: -150px;*/

    padding: 35px 25px 35px 25px;
    border-radius: 5px;
    border: 2px double #fff;
    background: #fff9;
    font-family: font5;
    font-size: 30px;
    font-weight: 900;
    margin-left: -150px;
}
.video .pad mark:hover {
	background: #f9ed2aad; color: #fff; text-shadow: 1px 1px 3px #000;
}
.video .pad img {
	height: 20px; width: 20px; margin-left: 15px; margin-right: -15px;
}
.video .pad hr {
	background: #fff; opacity: 50%; width: 80%;
}
.video .pad a {

}
.video .pad a:hover {
	
}
.gauge{
  position:relative;
  width:100%;
  height:100%;
/*background: radial-gradient(circle, rgba(255,255,255,1) 30%, rgba(249,237,42,1) 100%);
  border: 10px solid #333;*/
  border-radius: 50%;
  padding: 25px;/*box-shadow: 0px 0px 0px 1px #fff;*/
 /* border-bottom: 10px dashed #fff;*/
box-shadow: 0px 0px 0px 5px #f9ed2a;
}
.gauge:hover {
	 transition: 4s;padding: 25px; box-shadow: 0px 0px 0px 5px #f9ed2a; background: #4449;    
}
.gauge h3 {
	font-family: font4; font-size: 20px; margin-top: 45px; color: #fff; margin-bottom: -45px;
}
.gauge:hover h3 {
	color: #f9ed2a; transition: 4s;
}
.gauge p {
	font-size: 13px; font-family: monospace; font-weight: 600; /*color: transparent;*/  color: #f9ed2a; line-height: 35px; padding: 5px 20px 5px 20px;
}
.gauge:hover p {
	font-size: 17px; font-family: monospace; font-weight: 600; color: #f9ed2a; line-height: 35px; padding: 5px 20px 5px 20px; transition: 4s; text-shadow: 1px 1px 3px #000;
}
.home1 hr {
	height: 1px; opacity: 50%; background: #58afeb;
}
.pointer{
  position: relative;
  top: 0%;
  left:47%;
  width: 0; 
  height: 0; 
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 140px solid #58afeb;
  border-bottom-left-radius: 35%;
  border-bottom-right-radius: 35%;
  transform-origin: center bottom;
  transform: rotate(-85deg);
}

.animate {
    -webkit-transition-duration: 1.5s;
    -webkit-transition-property: 0 opacity;
    -webkit-transition-timing-function: ease;
    -moz-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
    transition-duration: 1.5s;
    -moz-transition-property: 0 opacity;
    -o-transition-property: 0 opacity;
    transition-property: 0 opacity;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.gauge:hover .pointerAnimation{
  transform: rotate(85deg);
  border-bottom-color: #f9ed2a;  
}

@-webkit-keyframes rotation{
  from {
    -webkit-transform: rotate(-125deg);
 }
  to {
    -webkit-transform: rotate(125deg);
    border-bottom-color: black;
 }  
}

@keyframes rotation{
  from {
    transform: rotate(-125deg);
 }
  to {
    transform: rotate(125deg);
    border-bottom-color: black;
 }  
}

.autoAnimation{
  animation: rotation 1500ms 1s forwards;
  -webkit-animation: rotation 1500ms 1s forwards;
}
.motion1 {
	    background-image: linear-gradient(rgb(0, 0, 0, 0.3), rgb(11, 11, 11, 0.1)), url(/img/tp-1.png);
    background-size: contain; background-color: #000;
	padding: 100px 0 75px 0;
}
.motion1 h3 {
	font-family: font4; font-size: 40px; text-align: center; color: #f9ed2a;
}

.motion1 h3 strong {
	font-size: 55px; font-weight: 500;
}
.motion1 h4 {
	font-family: font6; font-size: 30px; text-align: center; color: #f9ed2a;
}
.motion1 .carousel {
  --current-slide: 0;
  position: relative;
  overflow: hidden;
}
.motion1 .carousel-button {
  /* vertically centering the buttons */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  padding: 0;
  margin: 0.5rem;
	height: 40px;
	width: 40px;
  border-radius: 100%;
	line-height: 0.9;
	color: rgb(83,82,82);
  background-color: transparent;
  border: none;
  font-size: 2.5rem;
  cursor: pointer;
  transition: color 0.1s;
}
.motion1 .carousel-button:hover {
  color: rgba(0, 0, 0, 0.5);
	border: none;
}
.motion1 .carousel-button.active {
	border: none !important;
}
.motion1 .carousel-button_next {
  right: 0;
	border: none;
}
.motion1 .slides {
  display: flex;
  transition: transform 0.5s;
  transform: translateX(calc(-100% * var(--current-slide)));
}
.motion1 .slide {
  flex: 0 0 100%;
	padding: 0px 100px 0px 100px;
}
.motion1 .slide img {
	width: 600px; height: 600px;
}
.motion1 h2 {
	font-family: 'font';
	color: rgb(83,82,82);
	font-size: 2rem;
}
.motion1 span {
	color: #58afeb;
}
.motion1 .slide p {
  color: rgb(150,150,150);
	font-family: 'font2';
	text-align: justify;
	font-size: 17px;
	font-weight: 600;
}
.home-intro {
	background: #000;  background-image: linear-gradient(rgb(0, 0, 0, 0.3), rgb(11, 11, 11, 0.1)), url(/img/tp-1.png); background-size: contain; padding: 100px 25px 100px 25px; border: 15px solid #000; border-top: none; border-bottom: none;
}
.home-intro h1 {
	font-family: font4; font-size: 45px; color: #f5f5f5;font-weight: 500;
}
.home-intro h1 strong {
	font-size: 55px; font-weight: 500;
}
.home-intro h1 span {
	font-size: 20px; font-family: font5; color: #c6c6c6;
}
.home-intro h1 u {
	color: #f9ed2a;
}
.home-intro p {
	font-family: monospace; font-size: 17px; line-height: 35px; color: #fff;
}
.home-intro hr {
	height: 3px; opacity: 99%; background: #58afeb;
}
.home-intro .boxer {
	margin-top: 65px;
}
.home1 {
	box-shadow: 1px 1px 10px 3px #000; border: 15px solid #000; border-top: none; border-bottom: none;
}
.plax1 {
	padding:  25px 75px 25px 75px; background: linear-gradient(90deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.75) 33%, rgba(0,0,0,0.50) 33%, rgba(0,0,0,0.50) 67%, rgba(0,0,0,0.25) 67%, rgba(0,0,0,0.25) 100%), url(/img/bmw-2.jpg);
 background-size: cover; background-repeat: no-repeat; text-align: center;
    background-attachment: fixed;
}
.plax2 {
	padding: 25px 75px 25px 75px; background: linear-gradient(270deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.75) 33%, rgba(0,0,0,0.50) 33%, rgba(0,0,0,0.50) 67%, rgba(0,0,0,0.25) 67%, rgba(0,0,0,0.25) 100%), url(/img/euroworks-bmw-5.jpg);
 background-size: cover; background-repeat: no-repeat; text-align: center;
    background-attachment: fixed;
}
.home1 .pad {
	padding-top: 175px; padding-bottom: 50px;
}
.home1 h1 {
	font-family: 'font2'; font-size: 35px; text-align: left; font-weight: 800; color: rgb(196,41,56);
}

.home1 span {
	color: rgb(83,82,82);
}

	
	
}
/* === Tablet CSS Section ===================== */
@media screen and (max-width: 991px) {
.navbar-scroll-NEW {
    padding: 40px 0 0px;
    position: fixed;
    background: white;
    width: 100%;
    z-index: 2;
    -webkit-transition: all .30s ease;
    -moz-transition: all .30s ease;
    -o-transition: all .30s ease;
    transition: all .30s ease;
    border-bottom: 1px solid black;
    display: none;
}
/**** Top Header Section ****/
.mobile-top-header {
	display:block !important; padding: 0 30px 0; background: rgb(135,170,188); z-index: 4; overflow: visible;
}
.mobile-menu {
	text-align: center; position: fixed; height: 100%; width: 100%;	display: block;	padding-top: 6em; top: 100%; border: 0;	background: #232323; border-radius: 0; z-index: 1100; overflow: auto; -webkit-transition-property: all;	-webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out;
}
.mobile-menu .nav-link {
	font-size: 2em;	color: #c5c5c5 !important;
}
.mobile-menu-custom-show {
	top: 0%;
}
.mobile-menu-top-hero {
	background-size: cover;	padding: 40px 0 0; top:0; left:0; width: 100%; text-align: center;
}
.mobile-menu-top-hero h2 {
	padding: 0 25px;
}
#mobile-menu-header {
	margin-top: 0; background: #ffffff00; box-shadow: none;
}
#mobile-menu-header ul {
	list-style: none; padding: 0 20px; margin-top: 8em; position: relative; width: inherit;
}
#mobile-menu-header ul li a {
	color:#ffffff; padding: 20px 20px;
}
.header-contact_info a {
	color: rgb(255,255,255); margin: 0;
}
.top-header a, .top-header i, .top-header p {
	/*color: rgb(0,0,0);*/
	color: black;

}
.top-header-animate a, .top-header-animate i, .top-header-animate p {
	/*color: rgb(0,0,0);*/
	color: black;;
}
.top-header {
	background: white; display: none;
}
.header-contact_info {
	font-size: 1.5em;
}
.navbar-scroll {
	display: none;
}
.header-contact_info .navbar-brand {
	font-size: 1.3em;
}
.top-header div[class*='col-']:first-child {
	justify-content: flex-start;
}
.top-header div[class*='col-'] {
	display: flex; justify-content: left; width: 33.333%; padding: 15px 0;
}
.top-header div[class*='col-']:nth-child(3) {
	display: flex; justify-content: flex-end; width: 33.333%; padding: 15px 0;
}
.top-header div[class*='col-']:nth-child(2) {
	background: none; margin: 0; display: flex; justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(1) a {
	font-size: 1.5em;
}
.top-header div[class*='col-']:nth-child(2) p {
	font-size: inherit; line-height: inherit;
}

/**** Navigation Section ****/
.dropdown-wrapper {
	margin: 0; padding: 0;
}
.navbar-sidebar .dropdown-menu-mobile {
	position: relative; display: none; top: 0; left: 0; z-index: 1000; float: left; height: 0px; margin: 0; width: 100%; padding: 0; font-size: 18px; color: #e6e6e6 !important; text-align: left; list-style: none; background-color: rgb(239 239 239); border: 0; visibility: hidden; border-radius: 0; transform: scale(1,0); -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.dropdown-menu-animate {
	display: inline-block !important; transform: scale(1,1) !important; padding: 25px 0 !important; height: auto !important; visibility: visible !important;
}
.navbar-sidebar .dropdown-menu-mobile a {
	color: rgb(75,75,75); font-weight:600 !important; font-size: 0.74rem;  text-align: left;
	
	
        font-family: font4;
        color: black;
}
.navbar-sidebar {
	padding-top: 125px; height: 100%; width: 200px; background-color: rgb(250,250,250); position: fixed !important; z-index: 2; overflow: auto;
}
.navbar-sidebar a{
	color:black;
}



.bar-block .dropdown-hover, .bar-block .dropdown-click {
	width: 100%;
}
.bar-block .dropdown-hover .dropdown-content, .bar-block .dropdown-click .dropdown-content {
	min-width: 100%;
}
.bar-block .dropdown-hover .button, .bar-block .dropdown-click .button {
	width: 100%; text-align: left; padding: 8px 16px;
}
.main, #main {
	transition: margin-left .4s;
}
.modal {
	display: none; padding-top: 100px; position: fixed; left: 0; top: 0; width: 100%; height: 100%;	overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.4);
}
.modal-content {
	margin: auto; background-color: #fff; position: relative; padding: 0; outline: 0; width: 1200px;
}
.bar {
	width: 100%; overflow: hidden;
}
.center .bar {
	display: inline-block; width: auto;
}
.bar .bar-item {
	padding: 8px 16px; float: left; width: auto; border: none; display: block; outline: 0;
}
.bar .dropdown-hover, .bar .dropdown-click {
	position: static; float: left;
}
.bar .button {
	white-space: normal;
}
.bar-block .bar-item {
	width: 100%; display: block; padding: 8px 16px; text-align: left; border: none; white-space: normal; float: none; outline: 0;
	font-family: font4;
	color:black; 
}
.bar-block.center .bar-item {
	text-align: center;
}
.block {
	display: block; width: 100%;
}
.nav-link{
	font-family: font4; 
}

.video {
	overflow: hidden; position: relative;/* z-index: 2; */display: block;
}
.video .pad {
	padding: 200px 0px 0px 150px; position: absolute;
}
.video .pad h2 {
	font-weight: 500; color: rgb(255,255,255); font-size: 50px; text-shadow: 0px 0px 5px #000; font-family: 'font4'; text-align: left;
}
.video .pad h2 span {
	font-size: 60px;
}
.video .pad h3 {
	font-family: font5; color: #fff; text-transform: uppercase; font-weight: 600;
}
.video .pad h4{
	font-family: font6; color: #fff; font-size: 20px; 
}
.video .pad h4 span {
	font-size: 15px;
}
.video .pad p {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 25px; font-family: 'Arial'; text-align: left;
	visibility: hidden;
}
.video .pad mark {
/*padding: 75px 25px 75px 25px; border-radius: 5px; border: 2px double #fff; background: #fff9; font-family: font5; font-size: 20px; margin-left: -150px;*/

    padding: 35px 25px 35px 25px;
    border-radius: 5px;
    border: 2px double #fff;
    background: #fff9;
    font-family: font5;
    font-size: 30px;
    font-weight: 900;
    margin-left: -150px;
}
.video .pad mark:hover {
	background: #f9ed2aad; color: #fff; text-shadow: 1px 1px 3px #000;
}
.video .pad img {
	height: 20px; width: 20px; margin-left: 15px; margin-right: -15px;
}
.video .pad hr {
	background: #fff; opacity: 50%; width: 80%;
}
.video .pad a {

}
.video .pad a:hover {
	
}









.showcase{
	position:relative;
	height: 120vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center; 
}

.background-video{
	position:absolute;
	top:55%;
	left: 50%;
	transform: translate(-50%, -50%);
	
	width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit: cover;
	
}
.video-overlay{
	
	
	position: absolute;
	width: 100%;
	top:30%; 
}




.video-overlay h2 {
	font-weight: 500; color: rgb(255,255,255); font-size:1.8rem; text-shadow: 0px 0px 5px #000; font-family: 'font4'; text-align: center;
}
.video-overlay h2 span {
	font-size: 3rem;
}
.video-overlay h3 {
	font-family: font5; color: #fff; text-transform: uppercase; font-weight: 600;
}
.video-overlay h4{
	font-family: font6; color: #fff; font-size: 1rem; 
}
.video-overlay h4 span {
	font-size: 15px;
}
.video-overlay p {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 25px; font-family: 'Arial'; text-align: center;
}
.video-overlay mark {
/*padding: 75px 25px 75px 25px; border-radius: 5px; border: 2px double #fff; background: #fff9; font-family: font5; font-size: 20px; margin-left: -150px;*/

    padding: 29px 10px 30px 10px;
    border-radius: 5px;
    border: 2px double #fff;
    background: #fff9;
    font-family: font5;
    font-size: 2rem;
    font-weight: 900;
    margin-left: 0;
}
.video-overlay mark:hover {
	background: #f9ed2aad; color: #fff; text-shadow: 1px 1px 3px #000;
}
.video-overlay img {
	height: auto; width: 30px; margin-left: 0; margin-right: -0;
}
.video-overlay hr {
	background: #fff; opacity: 50%; width: 80%;
}
.video-overlay a {

}
.video-overlay a:hover {
	
}
.video-overlay .service-list{

	display: none; 
}











.gauge{
  position:relative;
  width:100%;
  height:100%;
/*background: radial-gradient(circle, rgba(255,255,255,1) 30%, rgba(249,237,42,1) 100%);
  border: 10px solid #333;*/
  border-radius: 50%;
  padding: 25px;/*box-shadow: 0px 0px 0px 1px #fff;*/
 /* border-bottom: 10px dashed #fff;*/
box-shadow: 0px 0px 0px 5px #f9ed2a;
}
.gauge:hover {
	 transition: 4s;padding: 25px; box-shadow: 0px 0px 0px 5px #f9ed2a; background: #4449;    
}
.gauge h3 {
	font-family: font4; font-size: 15px; margin-top: 45px; color: #fff; margin-bottom: -45px;
}
.gauge:hover h3 {
	color: #f9ed2a; transition: 4s;
}
.gauge p {
	font-size: 17px; font-family: monospace; font-weight: 600; /*color: transparent;*/  color: #f9ed2a; line-height: 35px; padding: 5px 20px 5px 20px;
}
.gauge:hover p {
	font-size: 17px; font-family: monospace; font-weight: 600; color: #f9ed2a; line-height: 35px; padding: 5px 20px 5px 20px; transition: 4s; text-shadow: 1px 1px 3px #000;
}
.home1 hr {
	height: 1px; opacity: 50%; background: #58afeb;
}
.pointer{
  position: relative;
  top: 0%;
  left:47%;
  width: 0; 
  height: 0; 
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 140px solid #58afeb;
  border-bottom-left-radius: 35%;
  border-bottom-right-radius: 35%;
  transform-origin: center bottom;
  transform: rotate(-85deg);
}

.animate {
    -webkit-transition-duration: 1.5s;
    -webkit-transition-property: 0 opacity;
    -webkit-transition-timing-function: ease;
    -moz-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
    transition-duration: 1.5s;
    -moz-transition-property: 0 opacity;
    -o-transition-property: 0 opacity;
    transition-property: 0 opacity;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.gauge:hover .pointerAnimation{
  transform: rotate(85deg);
  border-bottom-color: #f9ed2a;  
}

@-webkit-keyframes rotation{
  from {
    -webkit-transform: rotate(-125deg);
 }
  to {
    -webkit-transform: rotate(125deg);
    border-bottom-color: black;
 }  
}

@keyframes rotation{
  from {
    transform: rotate(-125deg);
 }
  to {
    transform: rotate(125deg);
    border-bottom-color: black;
 }  
}

.autoAnimation{
  animation: rotation 1500ms 1s forwards;
  -webkit-animation: rotation 1500ms 1s forwards;
}
.motion1 {
	    background-image: linear-gradient(rgb(0, 0, 0, 0.3), rgb(11, 11, 11, 0.1)), url(/img/tp-1.png);
    background-size: contain; background-color: #000;
	padding: 100px 0 75px 0;
}
.motion1 h3 {
	font-family: font4; font-size: 25px; text-align: center; color: #f9ed2a;
}

.motion1 h3 strong {
	font-size: 55px; font-weight: 500;
}
.motion1 h4 {
	font-family: font6; font-size: 25px; text-align: center; color: #f9ed2a;
}
.motion1 .carousel {
  --current-slide: 0;
  position: relative;
  overflow: hidden;
}
.motion1 .carousel-button {
  /* vertically centering the buttons */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  padding: 0;
  margin: 0.5rem;
	height: 40px;
	width: 40px;
  border-radius: 100%;
	line-height: 0.9;
	color: rgb(83,82,82);
  background-color: transparent;
  border: none;
  font-size: 2.5rem;
  cursor: pointer;
  transition: color 0.1s;
}
.motion1 .carousel-button:hover {
  color: rgba(0, 0, 0, 0.5);
	border: none;
}
.motion1 .carousel-button.active {
	border: none !important;
}
.motion1 .carousel-button_next {
  right: 0;
	border: none;
}
.motion1 .slides {
  display: flex;
  transition: transform 0.5s;
  transform: translateX(calc(-100% * var(--current-slide)));
}
.motion1 .slide {
  flex: 0 0 100%;
	/*padding: 0px 100px 0px 100px;*/
	padding: 0px;
	max-width: 100%;

}
.motion1 .slide img {
	/*width: 100%; height: 100%;*/
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.motion1 h2 {
	font-family: 'font';
	color: rgb(83,82,82);
	font-size: 2rem;
}
.motion1 span {
	color: #58afeb;
}
.motion1 .slide p {
  color: rgb(150,150,150);
	font-family: 'font2';
	text-align: justify;
	font-size: 17px;
	font-weight: 600;
}
.carousel-buttons{
	margin-top: 100px; 
}
.home-intro {
	    background: #000;
    background-image: linear-gradient(rgb(0, 0, 0, 0.3), rgb(11, 11, 11, 0.1)), url(/img/tp-1.png);
    background-size: contain;
    padding: 100px 15px 100px 15px;
    border: 15px solid #000;
    border-top: none;
    border-bottom: none;
    text-align: center;;
}
.home-intro h1 {
	font-family: font4; font-size: 23px; color: #f5f5f5;font-weight: 500;
}
.home-intro h1 strong {
	font-size: 40px; font-weight: 500;
}
.home-intro h1 span {
	font-size: 20px; font-family: font5; color: #c6c6c6;
}
.home-intro h1 u {
	color: #f9ed2a;
}
.home-intro p {
	font-family: monospace; font-size: 17px; line-height: 35px; color: #fff;
}
.home-intro hr {
	height: 3px; opacity: 99%; background: #58afeb;
}
.home-intro .boxer {
	margin-top: 65px;
}
.home1 {
	box-shadow: 1px 1px 10px 3px #000; border: 15px solid #000; border-top: none; border-bottom: none;
}
.plax1 {
	padding:  25px 75px 25px 75px; background: linear-gradient(90deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.75) 33%, rgba(0,0,0,0.50) 33%, rgba(0,0,0,0.50) 67%, rgba(0,0,0,0.25) 67%, rgba(0,0,0,0.25) 100%), url(/img/bmw-2.jpg);
 background-size: cover; background-repeat: no-repeat; text-align: center;
    background-attachment: fixed;
}
.plax2 {
	padding: 25px 15px 25px 15px;
	background: linear-gradient(270deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.75) 33%, rgba(0,0,0,0.50) 33%, rgba(0,0,0,0.50) 67%, rgba(0,0,0,0.25) 67%, rgba(0,0,0,0.25) 100%), url(/img/euroworks-bmw-5.jpg);
	/*background: linear-gradient(270deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.75) 33%, rgba(0,0,0,0.50) 33%, rgba(0,0,0,0.50) 67%, rgba(0,0,0,0.25) 67%, rgba(0,0,0,0.25) 100%);*/
 background-size: cover; background-repeat: no-repeat; text-align: center;
    background-attachment: fixed;
	
	
	
    background-position: 50% 50%;	
}
.home1 .pad {
	padding-top: 175px; padding-bottom: 50px;
}
.home1 h1 {
	font-family: 'font2'; font-size: 35px; text-align: left; font-weight: 800; color: rgb(196,41,56);
}

.home1 span {
	color: rgb(83,82,82);
}


.home-main {
	background: #f3f3f3;  background-size: contain; padding: 60px 15px 60px 15px; border:  0px solid #000; border-top: none; border-bottom: none; text-align:center;
}
.home-main h1 {
	font-family: font4; font-size: 1.5rem; color: black;;font-weight: 500;
}
.home-main h1 strong {
	font-size: 2rem; font-weight: 500;
}
.home-main h1 span {
	font-size: 20px; font-family: font5; color: black;
}
.home-main h1 u {
	color: black;
}
.home-main h2 {
	font-family: font4; font-size: 1.1rem; color: black;;font-weight: 500;
}
.home-main h2.subheading {
	font-family: font4; font-size: 1.37rem; color: black;;font-weight: 500;
}
.home-main h3 {
	font-family: font4; font-size: 1.2rem; color: black;;font-weight: 500;
}
.home-main p {
	font-family: monospace; font-size: 17px; line-height: 35px; color: black;
}
.home-main p.business-info {
	font-family: monospace; font-size: 17px; line-height: 25px; color: black;
}
.home-main hr {
	height: 3px; opacity: 99%; background: black;
}
.home-main .boxer {
	margin-top: 65px;
}


.home-main .main-block {
    display: block;
    padding: 40px 10px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 .15em .35em #0002;
	text-align:center;
}




.home-portfolio {
    background-image: none;
    background-size: contain;
    background-color: #dfdfdf;
    padding: 75px 0 75px 0;
}
.home-portfolio h3 {
	font-family: font4; font-size: 2.2rem; text-align: center; color: black;
}

.home-portfolio h3 strong {
	font-size: 2.3rem; font-weight: 500;
}
.home-portfolio h4 {
	font-family: font6; font-size: 2rem; text-align: center; color: #29281c;
}
.home-portfolio .carousel {
  --current-slide: 0;
  position: relative;
  overflow: hidden;
}
.home-portfolio .carousel-button {
  /* vertically centering the buttons */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  padding: 0;
  margin: 0.5rem;
	height: 40px;
	width: 40px;
  border-radius: 100%;
	line-height: 0.9;
	color: rgb(83,82,82);
  background-color: transparent;
  border: none;
  font-size: 2.5rem;
  cursor: pointer;
  transition: color 0.1s;
}
.home-portfolio .carousel-button:hover {
  color: rgba(0, 0, 0, 0.5);
	border: none;
}
.home-portfolio .carousel-button.active {
	border: none !important;
}
.home-portfolio .carousel-button_next {
  right: 0;
	border: none;
}
.home-portfolio .slides {
  display: flex;
  transition: transform 0.5s;
  transform: translateX(calc(-100% * var(--current-slide)));
}
.home-portfolio .slide {
    flex: 0 0 100%;
    padding: 0px 20px 0px 20px;
    overflow-x: hidden;
}
.home-portfolio .slide img {
    width: 100%;
    height: 340px;
    object-fit: contain;
    box-shadow: none;
}
.home-portfolio h2 {
	font-family: 'font';
	color: rgb(83,82,82);
	font-size: 2rem;
}
.home-portfolio span {
	color: #58afeb;
}
.home-portfolio .slide p {
  color: rgb(150,150,150);
	font-family: 'font2';
	text-align: justify;
	font-size: 17px;
	font-weight: 600;
}







.about-main {
	background: #f3f3f3;  background-size: contain; padding: 100px 5px 100px  5px; border:  0px solid #000; border-top: none; border-bottom: none;
	text-align: center;
}
.about-main h1 {
	font-family: font4; font-size: 1.4rem; color: black;;font-weight: 500;
}
.about-main h1 strong {
	font-size: 1.4rem; font-weight: 500;
}
.about-main h1 span {
	font-size: 20px; font-family: font5; color: black;
}
.about-main h1 u {
	color: black;
}
.about-main h2 {
	font-family: font4; font-size: 1.4rem; color: black;;font-weight: 500;
}
.about-main h2.subheading {
	font-family: font4; font-size: 2.15rem; color: black;;font-weight: 500;
}
.about-main h3 {
	font-family: font4; font-size: 1.6rem; color: black;;font-weight: 500;
}
.about-main p {
	font-family: monospace; font-size: 17px; line-height: 35px; color: black;
}
.about-main p.business-info {
	font-family: monospace; font-size: 17px; line-height: 25px; color: black;
}
.about-main hr {
	height: 3px; opacity: 99%; background: black;
}
.about-main .boxer {
	margin-top: 65px;
}


.about-main .about-block {
    display: block;
    padding: 40px 10px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 .15em .35em #0002;

}




.service-main {
 background-size: contain; padding: 150px 5px 100px 5px; border:  0px solid #000; border-top: none; border-bottom: none;
	text-align:center;
}
.service-main h1 {
	font-family: font4; font-size: 1.3rem; color: white;;font-weight: 500;
}
.service-main h1 strong {
	font-size: 1.5rem; font-weight: 500;
}
.service-main h1 span {
	font-size: 20px; font-family: font5; color: white;
}
.service-main h1 u {
	color: black;
}
.service-main h2 {
	font-family: font4; font-size: 1.4rem; color: white;;font-weight: 500;
}
.service-main h2.main-subtitle {
	font-family: font4; font-size: 1.1rem; color: white;;font-weight: 500;
}
.service-main h2.subheading {
	font-family: font4; font-size:1.5rem; color: white;;font-weight: 500;
}
.service-main h3 {
	font-family: font4; font-size: 1.6rem; color: white;;font-weight: 500;
}
.service-main p {
	font-family: monospace; font-size: 17px; line-height: 35px; color: white;
}
.service-main p.business-info {
	font-family: monospace; font-size: 17px; line-height: 25px; color: white;
}
.service-main p span {
	font-weight: 800; 
}
.service-main hr {
	height: 3px; opacity: 99%; background: black;
}
.service-main .boxer {
	margin-top: 65px;
}


.service-main .service-block {
    display: block;
    padding: 40px 10px;
    background-color: black;
    border-radius: 4px;
    box-shadow: 0 .15em .35em #0002;
}

.service-main ul {
	padding: 0;
	list-style-type:none;
}

.service-main .taper-content{
	width: 100%;
}




.area-intro {
	padding:40px 15px;
	text-align: center;
}
.area-intro h1{
font-size: 1.8rem; font-family: font2; font-weight: 800;  
	        font-family: font4;

}
.area p {
	font-size: 1rem; text-align: justify;           font-family: monospace;
}
 

.area {
	padding: 75px 0 75px 0;  ; background-image: none;         background-size: contain; text-align: center;
}

.area h2 {
	font-size: 2rem; font-family: font2; font-weight: 800;  font-family: font4;
 
}
.area h4 {
	font-size: 1.5rem; font-family: font2;  
}
.area p {
	font-size: 17px; text-align: center;  
}
.area iframe {
	width: 100%; height: 430px; border-radius: 0.8rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}

/**** Sections On Every Page ****/
.contact-section {
	padding: 50px 0 50px 0;
}

.contact-section {
    background: linear-gradient(270deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.75) 33%, rgba(0,0,0,0.50) 33%, rgba(0,0,0,0.50) 67%, rgba(0,0,0,0.75) 67%, rgba(0,0,0,0.75) 100%), url(/img/car-2.jpg);
    padding: 100px 50px 100px 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50%;
	text-align: center; 
}
.contact-section h3 {
	font-size: 1.5rem; font-family: font2; font-weight: 800; text-align: center;
	/*color: rgb(12,12,12);*/
	color: rgb(255,255,255);

}
.contact-section h5 {
    font-family: font6;
    font-size: 15px;
    letter-spacing: 2px;
    color: #fff;
    margin-left: 0;
    position: relative;
    line-height: 35px;
}
.contact {
    background: linear-gradient(rgb(0 0 0 / 0%), rgba(0, 0, 0, 0.4)), url(/img/car-2.jpg);
    padding: 100px 15px 100px 15px;
    background-size: cover;
    background-repeat: no-repeat;
	background-position:50% 50%;
    background-attachment: fixed; text-align: center;
}
.contact h4 {
    font-family: font5;
    font-size: 20px;
    color: black;
    margin-left: 0;
    text-align: center;
}
.contact h5 {
    font-family: font6;
    font-size: 15px;
    letter-spacing: 2px;
    color: black;
    margin-left: 0;
    position: relative;
    text-align: center;
    line-height: 35px;
}




.footer-section-REDESIGN a {
    color: #000;
    font-size: 16px;
}
.bottom-footer {
    background: #000;
    padding-top: 25px;
    border-top: 1px solid #f9ed2a;
    text-align: center;
}




}
/* === Mobile CSS Section ===================== */
@media screen and (max-width: 690px) {

body,html{
	overflow-x: hidden; 
}
/**** Top Header Section ****/


/**** Navigation Section ****/
/*
.dropdown-wrapper {
	margin: 0; padding: 0;
}
.navbar-sidebar .dropdown-menu-mobile {
	position: relative; display: none; top: 0; left: 0; z-index: 1000; float: left; height: 0px; margin: 0; width: 100%; padding: 0; font-size: 18px; color: #e6e6e6 !important; text-align: left; list-style: none; background-color: rgb(200,200,200); border: 0; visibility: hidden; border-radius: 0; transform: scale(1,0); -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.dropdown-menu-animate {
	display: inline-block !important; transform: scale(1,1) !important; padding: 25px 0 !important; height: auto !important; visibility: visible !important;
}
.navbar-sidebar .dropdown-menu-mobile a {
	color: rgb(75,75,75); font-weight:600 !important; font-size: 1.3em; font-family: 'Raleway'; text-align: center;
}
.navbar-sidebar {
	padding-top: 84px; height: 100%; width: 200px; background-color: rgb(250,250,250); position: fixed !important; z-index: 3; overflow: auto;
}
.bar-block .dropdown-hover, .bar-block .dropdown-click {
	width: 100%;
}
.bar-block .dropdown-hover .dropdown-content, .bar-block .dropdown-click .dropdown-content {
	min-width: 100%;
}
.bar-block .dropdown-hover .button, .bar-block .dropdown-click .button {
	width: 100%; text-align: left; padding: 8px 16px;
}
.main, #main {
	transition: margin-left .4s;
}
.modal {
	display: none; padding-top: 100px; position: fixed; left: 0; top: 0; width: 100%; height: 100%;	overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.4);
}
.modal-content {
	margin: auto; background-color: #fff; position: relative; padding: 0; outline: 0; width: 1200px;
}
.bar {
	width: 100%; overflow: hidden;
}
.center .bar {
	display: inline-block; width: auto;
}
.bar .bar-item {
	padding: 8px 16px; float: left; width: auto; border: none; display: block; outline: 0;
}
.bar .dropdown-hover, .bar .dropdown-click {
	position: static; float: left;
}
.bar .button {
	white-space: normal;
}
.bar-block .bar-item {
	width: 100%; display: block; padding: 8px 16px; text-align: left; border: none; white-space: normal; float: none; outline: 0;
	font-size: 0.75rem;
}
.bar-block.center .bar-item {
	text-align: center;
}
.block {
	display: block; width: 100%;
}
*/
/**** Home Section ****/
.home-header-section {
	padding-top: 125px;
}
.dropdown-menu {
	position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 10rem; padding: .5rem 0; margin: .125rem 0 0; font-size: 1rem; color: rgb(33, 37, 41); text-align: left; list-style: none; background-color: rgb(87, 86, 87); background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); border-radius: .25rem;
}
.dropdown-item {
	display: block;	width: 100%; padding: .25rem 1.5rem; clear: both; color: rgb(255,255,255); text-align: inherit;	white-space: nowrap; background: 0 0; border: 0;
}
.dropdown-item.active, .dropdown-item:active {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(22,22,22) !important;
}
.video {
	overflow: hidden; position: relative; z-index: 2; display: block;
}
.video .pad {
	padding: 350px 0px 0px 300px; position: absolute;
}
.video .pad h5 {
	font-weight: 500; color: rgb(255,255,255); font-size: 50px; text-shadow: 0px 0px 5px #000; font-family: 'Arial'; text-align: left;
}
.video .pad p {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 25px; font-family: 'Arial'; text-align: left;
}
.video .pad a {
	font-size: 16px; color: rgb(255,255,255); font-family: 'Arial'; font-weight: 600; border: 1px solid rgb(12,32,63); padding: 15px 30px; border-radius: 1.6rem; background: rgb(12,32,63);
}
.video .pad a:hover {
	color: rgb(255,255,255); border: 1px solid rgb(255,255,255); background: transparent;
}

.gauge{
  position:relative;
  width:100%;
  height:100%;
/*background: radial-gradient(circle, rgba(255,255,255,1) 30%, rgba(249,237,42,1) 100%);
  border: 10px solid #333;*/
  border-radius: 50%;
  padding: 25px;/*box-shadow: 0px 0px 0px 1px #fff;*/
 /* border-bottom: 10px dashed #fff;*/
box-shadow: 0px 0px 0px 5px #f9ed2a;
}
.gauge:hover {
	 transition: 4s;padding: 25px; box-shadow: 0px 0px 0px 5px #f9ed2a; background: #4449;    
}
.gauge h3 {
	font-family: font4; font-size: 14px; margin-top: 45px; color: #fff; margin-bottom: -45px;
}
.gauge:hover h3 {
	color: #f9ed2a; transition: 4s;
}
.gauge p {
	font-size: 14px; font-family: font2; font-weight: 600; /*color: transparent;*/  color: #f9ed2a; line-height: 28px; padding: 5px 20px 5px 20px;
}
.gauge:hover p {
	font-size: 14px; font-family: font2; font-weight: 600; color: #f9ed2a; line-height: 28px; padding: 5px 20px 5px 20px; transition: 4s; text-shadow: 1px 1px 3px #000;
}




.home1 {
	padding: 0px 0 0px 0; background: rgb(245,245,245);
}
.home1 .pad {
	padding-top: 85px;
}
.home1 h1 {
	font-family: 'font2'; font-size: 35px; text-align: left; font-weight: 800; color: rgb(196,41,56);
}
.home1 p {
	font-size: 14px; font-family: 'font2'; font-weight: 600; text-align: center;
	/*color: rgb(150,150,150);*/
	color: #f9ed2a; 
}
.home1 span {
	color: rgb(83,82,82);
}




.motion1 {
	    background-image: linear-gradient(rgb(0, 0, 0, 0.3), rgb(11, 11, 11, 0.1)), url(/img/tp-1.png);
    background-size: contain; background-color: #000;
	padding: 100px 0 75px 0;
}
.motion1 h3 {
	font-family: font4; font-size: 25px; text-align: center; color: #f9ed2a;
}

.motion1 h3 strong {
	font-size: 55px; font-weight: 500;
}
.motion1 h4 {
	font-family: font6; font-size: 25px; text-align: center; color: #f9ed2a;
}
.motion1 .carousel {
  --current-slide: 0;
  position: relative;
  overflow: hidden;
}
.motion1 .carousel-button {
  /* vertically centering the buttons */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  padding: 0;
  margin: 0.5rem;
	height: 40px;
	width: 40px;
  border-radius: 100%;
	line-height: 0.9;
	color: rgb(83,82,82);
  background-color: transparent;
  border: none;
  font-size: 2.5rem;
  cursor: pointer;
  transition: color 0.1s;
}
.motion1 .carousel-button:hover {
  color: rgba(0, 0, 0, 0.5);
	border: none;
}
.motion1 .carousel-button.active {
	border: none !important;
}
.motion1 .carousel-button_next {
  right: 0;
	border: none;
}
.motion1 .slides {
  display: flex;
  transition: transform 0.5s;
  transform: translateX(calc(-100% * var(--current-slide)));
}
.motion1 .slide {
  flex: 0 0 100%;
	/*padding: 0px 100px 0px 100px;*/
	padding: 0px;
	max-width: 100%;

}
.motion1 .slide img {
	/*width: 100%; height: 100%;*/
    width: 100%;
    height: 225px;
    object-fit: cover;
}
.motion1 h2 {
	font-family: 'font';
	color: rgb(83,82,82);
	font-size: 2rem;
}
.motion1 span {
	color: #58afeb;
}
.motion1 .slide p {
  color: rgb(150,150,150);
	font-family: 'font2';
	text-align: justify;
	font-size: 17px;
	font-weight: 600;
}
.carousel-buttons{
	margin-top: 100px; 
}




.repair-and-maintenance{
	
	
}
.repair-and-maintenance {
	background: #000;  background-image: linear-gradient(rgb(0, 0, 0, 0.3), rgb(11, 11, 11, 0.1)), url(/img/tp-1.png); background-size: contain; padding: 140px 5px 100px 5px; border: 15px solid #000; border-top: none; border-bottom: none;
	
	text-align: center;
	
}
.repair-and-maintenance h1 {
	font-family: font4; font-size: 1.2rem; color: #f5f5f5;font-weight: 500;
}
.repair-and-maintenance h1 strong {
	font-size: 1.2rem; font-weight: 500; color: #f9ed2a ;
}
.repair-and-maintenance h1 span {
	font-size: 1.3rem; font-family: font5; color: #c6c6c6;
}
.repair-and-maintenance h1 u {
	
}
.repair-and-maintenance h2 {
	font-family: font4; font-size: 1.5rem; color: #f5f5f5;font-weight: 500;
}
.repair-and-maintenance p {
	font-family: monospace; font-size: 1.2rem; line-height: 35px; color: #fff;
}
.repair-and-maintenance p span {
	font-family: monospace; font-size: 1.5rem; line-height: 35px; color: #f9ed2a; 
}

.repair-and-maintenance ul{
	padding: 0; 
}
.repair-and-maintenance li p span {
	font-family: monospace; font-size: 1.1rem; line-height: 35px; color: #f9ed2a;  text-decoration: underline; 
}
.repair-and-maintenance hr {
	height: 3px; opacity: 99%; background: #58afeb;
}
.repair-and-maintenance .boxer {
	margin-top: 65px;
}
/**** About Section ****/


/**** Services Section ****/


/**** Gallery Section ****/
.gallery-page {
	padding: 75px 0 50px 0;	background: rgb(249,249,249);
}
.gallery-page h1 {
	font-size: 3rem; font-weight: 600; font-family: 'font2'; padding-bottom: 40px; text-align: center; color: rgb(129,141,148);
}

 
/**** Testimonials Section ****/
.testimonials {
	padding: 30px 0 30px 0; background: rgb(255,255,255);
}

/**** Contact Section ****/


/**** Sections On Every Page ****/
.contact-section {
	padding: 50px 0 50px 0;
}

/*
.contact-section {
    background: linear-gradient(270deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.75) 33%, rgba(0,0,0,0.50) 33%, rgba(0,0,0,0.50) 67%, rgba(0,0,0,0.75) 67%, rgba(0,0,0,0.75) 100%), url(/img/car-2.jpg);
    padding: 100px 10px 100px 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50%;
	text-align:center;
}
.contact-section h3 {
	font-size: 1.5rem; font-family: font2; font-weight: 800; text-align: center;
 	color: rgb(255,255,255);

}
*/
/**** Footer Section ****/
.footer-section {
	padding-top: 30px; text-align: center;
}
.footer-section img {
	max-width: 210px; padding-bottom: 25px;
}
 
/**** Misc. Section ****/
.btn {
	background: rgb(249,78,1); width: 50%; padding: 10px 0px; color: #ffffff; cursor: pointer; outline: none; border: none;
}
.alert h1,
.alert p {
	top: 2em; opacity: 0; position:relative;
}
.alert h1 {
	margin-top: 0; color: #2b1663;
}
.custom-show {
	position: fixed; transform: scale(1,1); border: 0; background: white; border-radius: 0; z-index: 1100; overflow: inherit; -webkit-transition-property: all; -webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out;
}
.alert-dismissible .close {
	position: absolute; top: 0; right: 0; background: transparent; border: none; padding: 0.75rem 1.25rem; color: rgb(80,80,80); font-family: 'font2'; outline: none; z-index: 3;
}
.alert-dismissible .close span {
	font-size: 35px;
}
.lnr {
	display: inline-block; fill: currentColor; width: 1em; height: 1em; vertical-align: -0.2em; cursor: pointer;
}

}
/* === Sm. Mobile CSS Section ================= */
@media screen and (max-width: 375px) {

}