/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */


@import url('https://fonts.googleapis.com/css?family=Roboto:300');

@font-face {
	font-family: 'Roboto', sans-serif;
	src:url('../fonts/SaintMarcheRough.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');
}

.home-faqs {
	padding: 100px 0px;
}

  .ace-faq {max-width: 860px; margin: 2rem auto; padding: 0 1rem;}
  .ace-faq__title {font-size: clamp(1.6rem, 2.5vw, 2rem); margin-bottom: 1rem;}
  .ace-faq__item + .ace-faq__item {border-top: 1px solid #e5e7eb;}
  .ace-faq__question {
    width: 100%;
    text-align: left;
    background: transparent;
    border: 0;
    padding: 1rem 0;
    font: inherit;
    font-weight: 600;
    cursor: pointer;
    position: relative;
  }
  .ace-faq__question::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform .2s ease;
  }
  .ace-faq__question[aria-expanded="true"]::after {
    content: "–";
    transform: translateY(-50%);
  }
  .ace-faq__answer {padding: 0 0 1rem 0;}
  .ace-faq__answer p {margin: .25rem 0 .5rem;}
  .ace-faq__answer ul {margin: .5rem 0 0 1rem; padding: 0; list-style: disc;}
  .ace-faq__answer a {text-decoration: underline; text-underline-offset: 2px;}


/*******************  Linearicons *************************/
.lnr {
  display: inline-block;
  fill: currentColor;
  width: 1em;
  height: 1em;
  vertical-align: -0.2em;
}

.lnr-chevron-right {
  color: #232323;
  /* We can use "color" for setting the color
  of the SVG because we set its "fill" to
  "currentColor" */
  font-size: 22px;
  /* We can use "font-size" for changing the size
  of the SVG because its width and height were
  set 1em.
  To get crisp results, use sizes that are
  a multiple of 20; because Linearicons was
  designed on a 20 by 20 grid. */
}



/* ========================================================== */
/* 			            Default Classes                       */
/* ========================================================== */

a {
	color: #989898;
	cursor:pointer;
}

.btn {
	background: #004998;
	width: 25%;
	padding: 10px 0px;
	color: #ffffff;
	cursor:pointer;
	outline: none;
	border: none;
}
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #3caaca;
	border-color: #3caaca;
	box-shadow: none;
}
.btn-primary:hover {
    color: #fff;
    background-color: #3caaca;
    border-color: #3caaca;
}
.btn.focus, .btn:focus {
	outline:none;
	border:none;
	box-shadow: none;
}

.section-divider {
	position:relative;
	padding: 80px 0;
}

.alert {
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.alert {
    position: fixed;
    transform: scale(0,0);
    padding: 6em;
    border: 0;
    background: white;
    box-shadow: 0px 0px 40px -6px #000;
    border-radius: 0;
    z-index: 1100;
    overflow: auto;
    justify-content: center;
    -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;
}

.estimate-section-divider .alert, .estimate-section-divider .alert p {
    text-align: left;
    font-size: inherit;
}
.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;
}

.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;
}


/********* Set Timeout Function FadeDiv Styling **********/
.fadeDiv {
	position:fixed;
	display: inline-block;
	/* width:100%; */
	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;
	/* background:red; */
	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%;
}

hr {
    margin: 0;
}

.overlay {
	height: 100%;
	width: 100%;
	background: rgba(4,2,0,0.72);
}

#myBtn {
    display: block; /* Hidden by default */
    width: 50px;
    height: 50px;
    position: fixed; /* Fixed/sticky position */
    top:100%; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #004998; /* Set a background color */
    color: #ffffff;
    cursor: pointer; /* Add a mouse pointer on hover */
    font-size: 14px;
    padding-top: 0; /* Some padding */
    padding-bottom: 5px;
    border-radius: 10px; /* Rounded corners */
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
#myBtn i {
	color: white;
}
#myBtn:hover {
    background-color: #424242; /* Add a dark-grey background on hover */
    color:#fff;
}


/*******************  Jarallax Styling *************************/

.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}


/* ========================================================== */
/* 			            Custom Navbar	                      */
/* ========================================================== */

.top-header {
	position:absolute;
	width:100%;
	z-index:1;
	padding: 8px 0;
	background: #004ea2;
}
.top-header a,
.top-header i {
	color:#ffffff;
}

.navbar-scroll {
	padding: 0px 0;
	position: absolute;
	background: #f6f7fb;
	margin-top:40px;
	width: 100%;
	z-index: 1;
}
.navbar-light .navbar-brand {
	color: #000000;
	font-size: 20px;
	max-width: 40%;
	margin: -30px;
}
.navbar-light .navbar-nav .nav-link {
	font-size: 17px;
	padding: 0 31px;
	color: #000000;
}
.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: #a0a0a0;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #000000;
}

.navbar-collapse {
	height:100%;
}

.mobile-top-header {
	display:none !important;
}
.shrink {
	height: 85px;
	background-color: #f7f7f7;
	border: none;
	margin-top: 0;
}


.remove {
	display: none;
}
.small {
	height: 180px;
    width: 180px;
	-webkit-transition: all .4s ease;
  	transition: all .4s ease;
	margin-left: 25px;
}
.mobile-menu {
    position: fixed;
    transform: scale(0,0);
    padding: 6em;
    border: 0;
    background: white;
    box-shadow: 0px 0px 40px -6px #000;
    border-radius: 0;
    z-index: 1100;
    overflow: auto;
    justify-content: center;
    -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;
}



/* ========================================================== */
/* 			           HOME PAGE 		                      */
/* ========================================================== */

/*Home Welcome Section*/
.home-welcome-section {
    padding: 4% 1%;
    height: 100%;
    background: #f6f7fb;
    text-align: center;
}

.home-welcome-section h1 {
    text-transform: uppercase;
}

/*Section B*/
.section-b {
    padding: 5% 1%;
}

.section-b #head {
    margin-bottom: 4%;
}

.section-b #icon {
    width: 13%;
    margin-bottom: 3%;
}

.section-b #icon-row {
    margin-bottom: 1%;
}

.section-b .btn {
    margin-left: 0%;
    margin-top: 6%;
}

/*Section Divider*/
.section-divider {
    background-image: url("/img/backgrounds/engine1.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    text-align: center;
    color: black;
    padding: 0% 0%;
}

.section-divider a {
    color: white;
}

.section-divider .carousel-indicators {
    bottom: -23px;
}

.section-divider .overlay {
    background: rgba(0, 73, 152, 0.51);
    color: white;
    padding: 5% 0%;
}

/*Section C*/
.section-c {
    text-align: center;
    padding: 3% 0%;
}

.section-c .col-sm {
    overflow: hidden;
    margin: 2.5%;
}

.section-c h3 {
    margin-top: 3%;
}

.section-c .pic {
    background-image: url("/img/backgrounds/airplane-parts.jpg");
    background-size: cover;
    background-position: center;
    -webkit-transition: all .3s ease;
  	transition: all .3s ease;
}

.section-c .pic2 {
    background-image: url("/img/backgrounds/engine4.jpg");
    background-size: cover;
    background-position: center;
    -webkit-transition: all .3s ease;
  	transition: all .3s ease;
}

.section-c .overlay {
    background: rgba(255,255,255,0.18);
    padding: 27% 0%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-bottom: 4px solid rgb(0, 73, 152);
}

.section-c .pic:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.section-c .pic2:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.section-c .overlay:hover {
    background: rgba(0, 73, 152, 0.51);
}

/*Estimate Section Divider*/
.estimate-section-divider {
    background: #f6f7fb;
    color: black;
    padding: 4% 0%;
    text-align: center;
}

/*Bottom Section*/
.bottom-section {
    background-image: url("/img/backgrounds/mechanics.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    text-align: center;
}

.bottom-section .overlay {
    background: rgba(0, 73, 152, 0.51);
    color: white;
    padding: 5% 0%;
}

.bottom-section h1 {
    text-transform: uppercase;
}

/* CUSTOMIZE TABS
-------------------------------------------------- */



/* CUSTOM CAROUSEL
-------------------------------------------------- */


/* ========================================================== */
/* 			           ABOUT PAGE                         	  */
/* ========================================================== */
/*About Showcase*/
.about-showcase {
	position:relative;
	background: url(/img/backgrounds/engine-closeup.jpg) 0 0 no-repeat;
	background-size: cover;
    background-attachment: fixed;
	color:#ffffff;
    text-align: center;
}

.about-showcase .overlay {
    background: rgba(0, 0, 0, 0.62);
    color: white;
    padding: 10% 0%;
}

/*About A*/
.about-a {
    padding: 4% 0%;
}

.about-a h2 {
    text-align: left;
    margin-bottom: 27px;
    text-transform: uppercase;
}

/*About B*/
.about-b {
    text-align: left;
    padding: 3% 0%;
}

.about-b h4 {
    text-decoration: underline;
    text-decoration-color: #004998;
}


/* CUSTOMIZE TABS
-------------------------------------------------- */



/* CUSTOM CAROUSEL
-------------------------------------------------- */


/* ========================================================== */
/* 			           SERVICES PAGE                          */
/* ========================================================== */
/*Service Showcase*/
.service-showcase {
	background-image: url("/img/backgrounds/engine3.jpg");
	background-size: cover;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
	color: white;
	padding-top:175px;
}

.service-showcase .overlay {
	background: rgba(0,0,0,0.65);
	padding: 10%;
    margin-top: -55px;
}

/*Intro Section*/
.intro-section {
	padding: 15px;
}

.intro-section .container{
	border-bottom: 1px solid #d4d4d4;
}

.intro-section a {
	color: #3a3a3a;
	text-decoration: none;
}

.intro-section a:hover {
	color: #004998;
}

/*Service A*/
.service-a {
	text-align: center;
	padding: 4% 0px;
	color: #757575;
}

.service-a h1 {
	color: #004998;
}

/*Service B*/
.service-b {
	height: 100%;
}

.service-b a {
	color: white;
	text-decoration: none;
}

.service-b #pic {
	background-image: url("/img/backgrounds/old-engine.jpg");
	background-size: cover;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.service-b #pic:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.service-b #pic2 {
	background-image: url("/img/backgrounds/engine2.jpg");
	background-size: cover;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.service-b #pic2:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.service-b #pic3 {
	background-image: url("/img/backgrounds/repairman.jpg");
	background-size: cover;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.service-b #pic3:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.service-b .col-sm {
	padding: 0;
	width: 95%;
	position: relative;
	overflow: hidden;
}

.service-b .overlay {
	padding: 20% 0%;
	text-align: center;
	-webkit-transition: all .08s ease;
	transition: all .08s ease;
}

.service-b .overlay:hover {
	background: rgba(0,0,0,0.65);
}

/*Service C*/
.service-c {
	height: 100%;
	text-align: center;
	padding: 6% 0%;
	color: #757575;
	padding: 45px 0;

}

.service-c .btn {
	margin-top: 20px;
}

.service-c .btn:hover {
	background: #653f2c;
	color: white
}


/*Service D*/
.service-d {
	height: 100%;
	background: #fbfbfb;
	color: #757575;
	text-align: center;
	padding: 45px 0;
}

.service-d #info {
	padding: 0% 0;
}

.service-d .pic {
    background-image: url("/img/backgrounds/piston.jpg");
    background-size: cover;
    height: 350px;
    width: auto;
    margin-top: 0%;
    margin-left: 0;
}

/*Service E*/
.service-e {
	height: 100%;
	background: white;
	color: #757575;
	text-align: center;
	padding: 45px 0;
	
}

.service-e #info {
	padding: 0% 0;
}

.service-e .pic {
	background-image: url("/img/backgrounds/engine3.jpg");
	background-size: cover;
    background-position: 0px 69px;
	height: 350px;
    width: auto;
    margin-left: 0;
}

/*Service G*/
.service-g {
	height: 100%;
	background: #fbfbfb;
	color: #757575;
	text-align: center;
	padding: 45px 0;

}

.service-g #info {
	padding: 0% 0;
}

.service-g .pic {
	background-image: url("/img/backgrounds/repairman.jpg");
	background-size: cover;
	height: 350px;
    width: auto;
	margin-top: 0%;
    margin-left: 0;
}


/* CUSTOMIZE TABS
-------------------------------------------------- */



/* CUSTOM CAROUSEL
-------------------------------------------------- */


/* ========================================================== */
/* 			       COMMERCIAL/SPECIALTIES PAGE                */
/* ========================================================== */

/*Commercial A*/
.commercial-a {
    padding: 5% 1%;
}

.commercial-a .pic {
    background-image: url("/img/backgrounds/engine1.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 320px;
}

/*Commercial B*/
#commercial-b {
    padding: 5% 1%;
}

#commercial-b .pic {
    background-image: url("/img/backgrounds/engine2.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 320px;
}

#commercial-b h1 {
    text-align: center;
}

#commercial-b #sub-head {
    text-align: center;
}

/*Div Section*/
.div-section {
    background-image: url("/img/backgrounds/engine-closeup.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    color: white;
    text-align: center;
}

.div-section .overlay {
    padding: 6% 1%;
}

.div-section h1 {
    color: white;
}

.div-section h2 {
    color: white;
}



/* ========================================================== */
/* 			           CONTACT PAGE                           */
/* ========================================================== */

.header-contact_info {
	font-size:1em;
	font-weight:400;
	color: #044791;
	padding:0;
	margin:0;
}
.contact-header-section {
	position:relative;
	background: url(/img/backgrounds/slider-bg-1.jpg) 0 0 no-repeat;
	background-size: cover;
	color:#ffffff;
	padding:168px 0 80px;
}
.contact-content-section {
	background: white;
	padding: 3%;
}


/* ========================================================== */
/* 			           FOOTER		                          */
/* ========================================================== */

.footer-section {
	padding: 3% 5%;
	background: black;
}
.footer-section .service-cities p {
	margin:0 0 3px;
}
.service-cities {
	margin-bottom:1em;
	color: white;
}




/* RESPONSIVE CSS
-------------------------------------------------- */

@media screen and (min-width : 1824px) {

}

@media screen and (max-width : 1440px) {

}

@media screen and (max-width: 1190px) {
	
.header-contact_info {
	font-size: .9em;
}

.top-header .col-sm-2 {
	padding-top: 11px;
}

.top-header .col-sm-3 {
	padding-top: 11px;
}
    
.navbar-scroll {
    margin-top: 36px;
}
    
.about-showcase .overlay {
    padding: 15% 0%;
}

}

/*@media screen and (max-width: 768px) {*/
@media screen and (max-width: 991px) {
.top-header a, .top-header i {
    color: #2f2f2f;
}

.top-header {
	display:none;
}
.header-contact_info {
    font-size: 1.5em;
}
.navbar-scroll {
	display:none;
}

.header-contact_info a {
    color: #333;
}

.mobile-top-header .logo {
	position:absolute;
	top: -1.6em;
	width: 100%;
	padding-bottom: 0;
}
.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;
}
.mobile-top-header {
	display:block !important;
	padding: 0 30px 0;
	background: white;
	z-index: 4;
	overflow:visible;
        height: 125px;

}
.top-header div[class*='col-']:nth-child(2) {
	background:none;
	margin:0;
}
.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;
}
.alert {
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;    
}
.alert h1,
.alert p {
	top: 2em;
	opacity: 0;
	position:relative;
}
.alert h1 {
	/* padding:0 0 30px; */
	margin-top: 0;
	color: #2b1663;
}
.alert {
    position: fixed;
    transform:scale(0,0);
    padding: 6em;
    border: 0;
    background: white;
    box-shadow: 0px 0px 40px -6px #000;
    border-radius:0;
    z-index: 1100;
    overflow: auto;
    justify-content: center;
    -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;
}
.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;
}
.mobile-menu {
    position: fixed;
    transform: scale(0,0);
    padding: 6em;
    border: 0;
    background: white;
    box-shadow: 0px 0px 40px -6px #000;
    border-radius: 0;
    z-index: 1100;
    overflow: auto;
    justify-content: center;
    -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 {
    position: fixed;
    /* height: 85%; */
    /* width: 60%; */
    transform: scale(0,0);
    padding: 6em;
    border: 0;
    background: white;
    box-shadow: 0px 0px 40px -6px #000;
    border-radius: 0;
    z-index: 1100;
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: center; */
    overflow: auto;
    justify-content: center;
    -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 {
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.mobile-menu div[class*='col'] {
    display: flex;
    justify-content: center;
}
.mobile-menu .nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin: 20px 0;
    height: 100px;
    width: 100px;
    border-radius: 100px;
    color: #fff;
    background: #ff000000;
    border: 1px solid #fff;
    text-align: center;
}
.mobile-menu-custom-show {
    position: fixed;
    color: rgb(255, 255, 255);
    transform: scale(1,1);
    visibility: visible;
    padding: 2rem;
    border: 0;
    background: linear-gradient(rgba(82, 24, 148, 0.98), rgba(39, 8, 72, 0.98));
    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;
}
.mobile-menu-top-hero {
	background-size: cover;
	padding: 40px 0 0;
	top:0;
	left:0;
	width:100%;
}
.mobile-menu-top-hero h2 {
	padding:0 25px;
}

#home .show-form {
	background: white;
	position:relative;
	top:2em;
	left:0;
	opacity: 0;
}

#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;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit;
    outline: none;
    z-index: 3;
}
.alert-dismissible .close span {
	font-size: 35px;
}
    
.btn {
    background: #004998;
    width: 95%;
    padding: 10px 0px;
    color: #ffffff;
    cursor: pointer;
    outline: none;
    border: none;
}
    
.about-showcase .overlay {
    padding: 17% 0%;
}
    
.service-showcase .overlay {
    background: rgba(0, 0, 0, 0);
	
    padding: 17%;
}
    
/*.service-a {
	text-align: center;
	padding: 4% 0px;
	padding-top: 125px;
	color: #757575;
}		
*/

.service-d .pic {
    background-image: url(/img/backgrounds/airplane-parts.jpg);
    background-size: cover;
    height: 307px;
    width: auto;
    margin-top: 0%;
    margin-left: 2%;
}
    
.service-e .pic {
    background-image: url(/img/backgrounds/mechanics.jpg);
    background-size: cover;
    height: 297px;
    width: auto;
    margin-top: 0%;
}
    
.service-g .pic {
    background-image: url(/img/backgrounds/repairman.jpg);
    background-size: cover;
    height: 303px;
    width: auto;
    margin-top: 0%;
    margin-left: 0%;
}
    
		
		



}

@media screen and (max-width: 425px) {
	
.btn {
    background: #004998;
    width: 50%;
    padding: 10px 0px;
    color: #ffffff;
    cursor: pointer;
    outline: none;
    border: none;
}
    
.section-b .btn {
    margin-left: 30%;
    margin-top: 6%;
}
    
.about-showcase .overlay {
    padding: 29% 0%;
}
    
.service-showcase .overlay {
    background: rgba(0, 0, 0, 0);
    padding: 29%;
}
    
.service-b .col-sm {
    padding-bottom: 10px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
    
.service-d .pic {
    margin-top: 5%;
    margin-left: 2%;
}
    
.service-e .pic {
    width: 378px;
    margin-top: 14%;
    margin-left: 2%;
}
    
.service-e #info {
    padding: 12% 30px;
}
    
.service-g #info {
    padding: 11% 30px;
}
    
.service-g .pic {
    background-image: url(/img/backgrounds/repairman.jpg);
    background-size: cover;
    height: 303px;
    width: 371px;
    margin-top: 4%;
    margin-left: 2%;
    margin-bottom: 30px;
}
    
.service-d #info {
    padding: 13% 30px;
}
    
.mobile-menu-custom-show {
    background: rgba(0, 0, 0, 0.96);
}

}

@media screen and (max-width: 375px) {
.service-d .pic {
    margin-top: 5%;
    margin-left: -1%;
    width: auto;
}

.service-e .pic {
    width: auto;
    margin-top: 14%;
    margin-left: 0%;
}
    
.service-g .pic {
    background-image: url(/img/backgrounds/repairman.jpg);
    background-size: cover;
    height: 303px;
    width: auto;
    margin-top: 4%;
    margin-left: 0%;
    margin-bottom: 30px;
}
    
.btn {
    background: #004998;
    width: 70%;
    padding: 10px 0px;
    color: #ffffff;
    cursor: pointer;
    outline: none;
    border: none;
}
    
.div-section .overlay {
    padding: 13% 1%;
}

}