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


@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic');

@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');
}


/*******************  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                       */
/* ========================================================== */

body {
    font-family: 'Nanum Gothic', sans-serif;
}

a {
	color: grey;
	cursor:pointer;
}
.header-contact_info a{
	color: white;
}
.btn {
	background: #1ba0b5;
	color: #ffffff;
	cursor:pointer;
	border-radius: 35px;
}

.section-divider {
	position:relative;
	padding: 44px 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;
}

.col-sm {
	padding: 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%;
}

.overlay {
	height: 100%;
	width: 100%;
	background: rgba(8, 8, 8, 0.34);
	border-radius: 10px;
}

#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: #2371c3; /* 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: 50px; /* 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: #1e62ab;*/
	background:rgba(42,37,78,255);
}
.top-header a,
.top-header i {
	font-size: 15px;
}

.navbar-scroll {
	padding: 10px 0;
	position: fixed;
	/*background: #2371c3;*/
	background:rgba(42,37,78,255);
	
	margin-top:40px;
	width: 100%;
	z-index: 1;
    -webkit-transition: all .1s ease;
  	transition: all .1s ease;
}

.navbar-light .navbar-brand {
	color:#ffffff;
	font-size: 20px;
}
.navbar-light .navbar-nav .nav-link {
	font-size: 15px;
	padding: 0 18px;
	color: white;
}
.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:#00dcff;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color:#00dcff;
}

.navbar-collapse {
	height:100%;
}

.mobile-top-header {
	display:none !important;
}
.shrink {
	/*background-color: #2371c3;*/
	background:rgba(42,37,78,255);
	
	border: none;
	margin-top: 0;
	padding: 12px;
}

.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 .col-sm {
	padding: 0px 7px;
	text-align: center;
}

.home-welcome-section h2 {
    color: white;
}

.home-welcome-section a {
    text-decoration: none;
}

.home-welcome-section .pic1 {
	background-image: url("/img/backgrounds/luxury.jpg");
	background-size: cover;
	width: 100%;
	margin-top: -100px;
	background-position: center;
	height: 260px;
	border-radius: 10px;
}

.home-welcome-section .pic2 {
	background-image: url("/img/backgrounds/public.jpg");
	background-size: cover;
	width: 100%;
	margin-top: -100px;
	height: 260px;
	border-radius: 10px;
}

.home-welcome-section .pic3 {
	background-image: url("/img/backgrounds/bathroom1.jpg");
	background-size: cover;
	width: 100%;
	height: 260px;
	margin-top: -100px;
	height: 260px;
	border-radius: 10px;
}

.home-welcome-section .overlay {
	padding-top: 25%;
	-webkit-transition: all .2s ease;
  	transition: all .2s ease;
}

.home-welcome-section .overlay:hover {
	padding-top: 21%;
	background: rgba(0, 0, 0, 0.6);
}

/*Section A*/
.section-a {
	padding: 4% 1%;
	text-align: center;
}

.section-a .btn {
	width: 15%;
	/*background: #2371c3;*/
	background:rgba(42,37,78,255);
	
	color: white;
	padding: 1%;
}

.section-a .btn:hover {
    color: #00012b;
    background: none;
    border: 1px solid #00012b;
}

.section-a h5 {
    color: #656565;
}

.section-a p {
    color: gray;
}

/*Section B*/
.section-b {
	text-align: center;
	padding: 3% 1%;
	padding-bottom: 5%;
}

.section-b h3 {
    text-align: center;
}

.section-b h5 {
    color: #656565;
}

.section-b p {
	margin-bottom: -2px;
    color: gray;
		font-size: 1.2em
}

.section-b #head {
	margin-left: 23%;
	margin-right: 23%;
	margin-bottom: 0;
}

.section-b #row2 {
	margin-top: 36px;
}

.section-b #info {
	margin: 3% 2%;
	/* text-align: justify; */
}

.section-b .btn {
	width: 50%;
	/*background: #2371c3;*/
	background:rgba(42,37,78,255);

	color: white;
	padding: 3%;
	margin-top: 30px;
}

.section-b .btn:hover {
    color: #00012b;
    background: none;
    border: 1px solid #00012b;
}

.section-b #repair {
	margin-bottom: 22px;
	width: 26%;
}

.section-b #design {
	margin-bottom: 18px;
	width: 26%;
}

.section-b #install {
	margin-bottom: 24px;
	width: 29%;
}

.section-b #inspect {
	margin-bottom: 15px;
	width: 23%;
}

.section-b #align {
    text-align: justify;
}

/*Section C*/
.section-c {
	background-image: url("/img/backgrounds/washing.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	height: 100%;
}

.section-c .info {
	/*background: #2371c3b5;*/
	
	background:rgba(42,37,78,255);
	width: 36%;
	height: 100%;
	margin-left: 67.5%;
	padding: 7% 5%;
}

.section-c h5 {
    color: white!important;
}

.section-c p {
    color: white;
}

/*Section D*/
.section-d {
	text-align: center;
	padding: 4% 1%;
}

.section-d .col-sm {
	padding: 0;
	margin: 0px 10px;
}

.section-d .wrapper {
    overflow: hidden;
}

.section-d #pic1 {
	background-image: url("/img/backgrounds/working.jpg");
	background-size: cover;
	height: 220px;
	padding: 0;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	border-radius: 10px;
}

.section-d #pic1:hover {
    transform: scale(1.1);
}

.section-d #pic2 {
	background-image: url("/img/backgrounds/wrench.jpg");
	background-size: cover;
	height: 220px;
	padding: 0;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	border-radius: 10px;
}

.section-d #pic2:hover {
    transform: scale(1.1);
}

.section-d #pic3 {
	background-image: url("/img/backgrounds/steam-punk.jpeg");
	background-size: cover;
	background-position: center;
	height: 220px;
	padding: 0;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	border-radius: 10px;
}

.section-d #pic3:hover {
    transform: scale(1.1);
}

.section-d h1 {
	margin-bottom: 5px;
	text-align: center;
}

.section-d h4 {
	margin-top: 25px;
}

.section-d #sub-header {
	text-align: center;
	margin-bottom: 50px;
}

.section-d #top-sub {
    text-align: center;
    margin-bottom: 2px;
}

.section-d p {
	text-align: justify;
	margin-left: 1px;
	margin-right: 1px;
	color: gray;
}

.section-d .overlay {
    -webkit-transition: all .2s ease;
  	transition: all .2s ease;
}

.section-d .overlay:hover {
	background: rgba(0, 0, 0, 0.58);
}

/*Section E*/
.section-e {
    padding: 4% 1%;
    text-align: center;
}

.section-e i {
    font-size: 11px;
}

.section-e a {
    color: gray !important;
}

.section-e #sub-head {
    margin-bottom: 0;
}

.section-e li {
    top: 30px;
    background: black;
}

.carousel-indicators .active {
    background-color: #d3d3d3;
}

/*Estimate Section*/
.estimate-section-divider {
	background: none;
	text-align:center;
	padding: 3% 1%;
}

iframe {
	border:none;
}
.gallery-page {
	padding:250px 0 50px 0;	background: rgb(249,249,249);
}
.gallery-page h1 {
	font-size: 3rem; font-weight: 600; font-family: 'font2'; padding-bottom: 30px; text-align: center; color: rgb(129,141,148);
}
.gallery-page h2 {
	font-size: 1.7rem; font-weight: 600; font-family: 'font2'; padding-bottom: 10px; text-align: center; color: rgb(129,141,148);
}
/* ========================================================== */
/* 			            GALLERY / PROJECTS                    */
/* ========================================================== */

#portfolio input, #portfolio2 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, #portfolio2 input:hover {
	background-color: #fff;	opacity: .;
}
button.mfp-close, button.mfp-arrow {
	outline:none !important;
}
#portfolio, #portfolio2 {
  display: flex; padding: 0; overflow: hidden; flex-wrap: wrap; justify-content: center;
}
#portfolio li, #portfolio2 li {
  display: flex; justify-content: center; align-items: center; float: left; position:relative; overflow:hidden; margin: 0 10px 20px;
}
#portfolio li a, #portfolio2 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, #portfolio2 li a:hover  {
	transform:scale(1.1,1.1) !important;
}
#portfolio li a img, #portfolio2 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, #portfolio2 li:hover .block-overlay  {
	background-color:#000000cc;
}
#portfolio li:hover input, #portfolio2 li:hover input {
	left: 0;
}
#portfolio .block-overlay, #portfolio2 .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;
}

.estimate-section-divider .btn {
	width: 14%;
	/*background: #2371c3;*/
	background:rgba(42,37,78,255);

	color: white;
	padding: 10px;
	margin-top: 20px;
}

.estimate-section-divider .btn:hover {
    color: #00012b;
    background: none;
    border: 1px solid #00012b;
}

/*Bottom Section*/
.bottom-section {
	height: 100%;
	background-image: url("/img/backgrounds/faucet.jpeg");
	background-size: cover;
	background-attachment: fixed;
}

.bottom-section #left {
    border-right: 1px solid black;
}

.bottom-section .left-info {
    color: white;
    padding: 11% 37%;
    text-align: center;
}

.bottom-section .right {
    padding: 9% 13%;
    color: white;
}

.bottom-section h1 {
    color: white;
}

.bottom-section p {
    color: white;
}


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



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


/* ========================================================== */
/* 			           ABOUT PAGE                         	  */
/* ========================================================== */


/*About Showcase*/
.about-showcase {
    height: 400px;
    background-image: url("/img/backgrounds/working.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    color: white;
}

.about-showcase .overlay {
    text-align: center;
    padding-top: 13%;
}

.about-showcase h1 {
    color: white;
}

/*About A*/
.about-a {
    padding: 3% 1%;
    text-align: center;
}

.about-a #info {
    text-align: justify;
    margin-top: 20px;
}

.about-a .col-sm {
    padding: 0px 14px;
}

.about-a p {
    color: gray;
}
/*Estimate Section*/
.estimate-section-divider p {
    margin: 0% 18%;
}

/*Services B*/
.services-b {
    text-align: center;
}

.services-b h1 {
    margin-bottom: 10px;
    margin-top: 46px;
}

.services-b #info {
    margin-bottom: 58px;
    padding: 0% 9%;
}

.services-b #sub-header {
    margin-bottom: 70px;
}

.services-b p {
    color: gray;
}
/* ========================================================== */
/* 			           SERVICES PAGE                          */
/* ========================================================== */

.services-a {
    padding: 3% 1%;
    text-align: center;
}

.services-a a {
    text-decoration: none;
}

.services-a p {
    color: gray;
}

.services-a h2 {
    color: white;
}

.services-a #top-head {
    margin-bottom: 0px;
}

.services-a #sub-head {
    margin-bottom: 37px;
}

.services-a #row2 {
    margin-top: 35px;
}

.services-a #row2 .col-sm {
    padding: 0px 5px;
}

.services-a .wrapper {
    overflow: hidden;
}

.services-a .pic1 {
    width: 100%;
    background-image: url("/img/backgrounds/faucet.jpeg");
    background-size: cover;
    height: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 10px;
}

.services-a .pic1:hover {
    transform: scale(1.1);
}

.services-a .pic2 {
    width: 100%;
    background-image: url("/img/backgrounds/spread1.jpg");
    background-size: cover;
    height: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 10px;
}

.services-a .pic2:hover {
    transform: scale(1.1);
}

.services-a .pic3 {
    width: 100%;
    background-image: url("/img/backgrounds/specialty.jpg");
    background-size: cover;
    height: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 10px;
}

.services-a .pic3:hover {
    transform: scale(1.1);
}

.services-a .overlay {
    padding: 21% 1%;
    color: white;
}

/*Services B*/
.services-b {
    text-align: center;
}

.services-b h1 {
    margin-bottom: 10px;
    margin-top: 46px;
}

.services-b #info {
    margin-bottom: 58px;
}

.services-b #sub-header {
    margin-bottom: 70px;
}

/*Divider Section*/
.divider-section {
    height: 300px;
    background-image: url("/img/backgrounds/specialty.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    color: white;
    text-align: center;
}

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

.divider-section h1 {
    color: white;
}

.divider-section h2 {
    color: white;
}


/* ========================================================== */
/* 			            RESIDENTIAL PAGE                       */
/* ========================================================== */

.residential-a {
    padding: 5% 1%;
    text-align: center;
}
.residential-a h3{
	font-size:1.2rem;
}
.residential-a .pic {
    background-image: url("/img/backgrounds/luxury.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 320px;
    border-radius: 10px;
}

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

.commercial-a {
    padding: 5% 1%;
    text-align: center;
}
.commercial-a h3{
	font-size:1.2rem;
}
.commercial-a .pic {
    background-image: url("/img/backgrounds/commercial.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 320px;
    border-radius: 10px;
}

/* ========================================================== */
/* 			            SPECIALTY PAGE                       */
/* ========================================================== */

.specialty-a {
    padding: 5% 1%;
    text-align: center;
}
.specialty-a h3{
	font-size:1.2rem;
}
.specialty-a .pic {
    background-image: url("/img/backgrounds/bathroom1.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 320px;
    border-radius: 10px;
}

/* ========================================================== */
/* 			            INSTALLATION PAGE                       */
/* ========================================================== */

.install-a {
    padding: 5% 1%;
    text-align: center;
}
.install-a h3{
	font-size:1.2rem;
}
.install-a .pic {
    background-image: url("/img/backgrounds/sink.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 320px;
    margin-top: 7%;
    border-radius: 10px;
}

.install-a #info {
    padding: 0% 1%;
}

/* ========================================================== */
/* 			            REPAIR PAGE                           */
/* ========================================================== */

.repair-a {
    padding: 5% 1%;
    text-align: center;
}
.repair-a h3{
	font-size:1.2rem;
}
.repair-a .pic {
    background-image: url("/img/backgrounds/fixing.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 320px;
    margin-top: 7%;
    border-radius: 10px;
}

.repair-a #info {
    padding: 0% 1%;
}

/* ========================================================== */
/* 			            DESIGNS PAGE                          */
/* ========================================================== */

.designs-a {
    padding: 5% 1%;
    text-align: center;
}
.designs-a h3{
	font-size:1.2rem;
}
.designs-a .pic {
    background-image: url("/img/backgrounds/residential.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 320px;
    margin-top: 7%;
}

.designs-a #info {
    padding: 0% 1%;
}



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

/*Contact Showcase*/
.contact-showcase {
	position:relative;
	background-image: url(/img/backgrounds/working.jpg);
	background-size: cover;
    background-position: center;
	color:white;
    height: 400px;
    text-align: center;
}

.contact-showcase h1 {
    color: white;
}

.contact-content-section p {
    color: gray;
}

.contact-showcase .overlay {
    padding-top: 12%;
}

.contact-content-section .btn {
    width: 15%;
    background: #2371c3;
    color: white;
    padding: 1%;
}


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

.footer-section {
	padding: 0px 0px;
	/*background-color: rgb(35, 113, 195);*/
	background:rgba(42,37,78,255);

	padding: -23px;
	margin: 0;
	color: #777777;
	text-align: center;
}
.footer-section .service-cities p {
	margin:0 0 3px;
}
.service-cities {
	padding: 79px;
	background: whitesmoke;
}

.fab {
	font-size: 21px;
	margin: 0px 6px;
	color: rgb(0,51,102);
}

.bottom-footer {
    padding: 7px 0px;
}

.bottom-footer p {
    margin: 0;
    color: white;
}

/* adams styles -------------------------------------------------- */

.section-divider h1{
	color: rgb(44, 129, 219);
}




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

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

}

@media screen and (max-width : 1440px) {
.estimate-section-divider .btn {
    width: 25%;
}
    
.about-showcase .overlay {
    padding-top: 21%;
}
    
.contact-showcase .overlay {
    padding-top: 16%;
}
    
}

@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;
}
    
.about-showcase .overlay {
    padding-top: 25%;
}
    
.contact-showcase .overlay {
    padding-top: 25%;
}

}

@media screen and (max-width: 991px) {
/*@media screen and (max-width: 768px) {*/
.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:relative;
	top: 0;
	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: rgba(42,37,78,255);
	z-index: 4;
	overflow:visible;
}
.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;
}
.alert-trigger {
	margin:30px 0 0;
	padding:20px 30px;
	background: #300e87;
	color: #ffffff;
	font-weight: 700;
}
    
.home-welcome-section .pic1 {
    margin-top: -90px;
    height: 200px;
}
    
.home-welcome-section .pic2 {
    margin-top: -90px;
    height: 200px;
}
    
.home-welcome-section .pic3 {
    margin-top: -90px;
    height: 200px;
}
    
.section-b #head {
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 0;
}
    
.section-a .btn {
    width: 20%;
    background: #2371c3;
    color: white;
    padding: 10px;
}
    
.section-b .btn {
    width: 38%;
    background: #2371c3;
    color: white;
    padding: 2%;
    margin-top: 30px;
}
    
.bottom-section .left-info {
    color: white;
    padding: 23% 26%;
    text-align: center;
}
    
.bottom-section .right {
    padding: 9% 3%;
    color: white;
}
    
.estimate-section-divider .btn {
    width: 31%;
}
    
.service-cities {
    padding: 35px;
    background: whitesmoke;
}
    
.section-b #info {
    /*margin: 3% 18%;*/
    margin: 3% 0%;
    text-align: justify;
}
    
.contact-showcase .overlay {
    padding-top: 22%;
}
    
.contact-showcase {
    position: relative;
    background-image: url(/img/backgrounds/working.jpg);
    background-size: cover;
    background-position: center;
    color: white;
    height: 310px;
    text-align: center;
}
    
.about-showcase {
    height: 310px;
}
    
.about-showcase .overlay {
    padding-top: 22%;
}
    
.divider-section {
    height: 224px;
    background-image: url(/img/backgrounds/specialty.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    color: white;
    text-align: center;
}
    
.divider-section .overlay {
    padding: 8% 1%;
}
    
.contact-content-section .btn {
    width: 27%;
    background: #2371c3;
    color: white;
    padding: 2%;
}
    
.mobile-menu-top-hero h2 {
    padding: 0 25px;
    text-align: center;
}
    
.mobile-menu .nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin: 25px 0;
    height: 74px;
    width: 55%;
    border-radius: 100px;
    color: #fff;
    background: #ff000000;
    border: 1px solid #fff;
    text-align: center;
}
    
.mobile-menu-custom-show {
    /*background: linear-gradient(#2371c3, rgba(35, 113, 195, 0.9));*/
	background:rgba(42,37,78,255);

    border-radius: 0;
}
    
.fab {
    font-size: 21px;
    margin: 10px 6px;
    color: rgb(255, 255, 255);
}
    
.bottom-section .left-info {
    color: white;
    padding: 27% 0%;
    text-align: center;
}
    
.top-header a, .top-header i {
    margin-top: 7px;
    font-size: 24px;
    color: #6d6d6d;
}



}

@media screen and (max-width: 690px) {
/*@media screen and (max-width: 425px) {*/
	
.bottom-section #left {
    border-bottom: 1px solid #5a5a5a;
}
    
.home-welcome-section .pic3 {
    margin-top: 10px;
    height: 200px;
}
    
.home-welcome-section .pic2 {
    margin-top: 10px;
    height: 200px;
}
    
.home-welcome-section .pic1 {
    margin-top: -75px;
    height: 200px;
}
    
.section-a .btn {
    width: 36%;
    background: #2371c3;
    color: white;
    padding: 10px;
}
    
.section-b .btn {
    width: 44%;
    background: #2371c3;
    color: white;
    padding: 3%;
    margin-top: 30px;
}
    
.section-c .info {
    background: #2371c3b5;
    width: 100%;
    height: 100%;
    margin-left: 0;
    padding: 7% 5%;
    text-align: center;
}
    
.mobile-menu .nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin: 25px 0;
    height: 74px;
    width: 100%;
    border-radius: 100px;
    color: #fff;
    background: #ff000000;
    border: 1px solid #fff;
    text-align: center;
}
    
.home-welcome-section .overlay {
    padding-top: 15%;
}


/*Section D*/
.section-d {
	text-align: center;
	padding: 4% 1%;
}

.section-d .col-sm {
	padding: 0;
	margin: 0px 10px;
}

.section-d .wrapper {
    overflow: hidden;
}

.section-d #pic1 {
	background-image: url("/img/backgrounds/working.jpg");
	background-size: cover;
	height: 220px;
	padding: 0;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	border-radius: 10px;
}

.section-d #pic1:hover {
    transform: scale(1.1);
}

.section-d #pic2 {
	background-image: url("/img/backgrounds/wrench.jpg");
	background-size: cover;
	height: 220px;
	padding: 0;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	border-radius: 10px;
}

.section-d #pic2:hover {
    transform: scale(1.1);
}

.section-d #pic3 {
	background-image: url("/img/backgrounds/steam-punk.jpeg");
	background-size: cover;
	background-position: center;
	height: 220px;
	padding: 0;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	border-radius: 10px;
}

.section-d #pic3:hover {
    transform: scale(1.1);
}

.section-d h1 {
	margin-bottom: 5px;
	text-align: center;
}

.section-d h4 {
	margin-top: 25px;
}

.section-d #sub-header {
	text-align: center;
	margin-bottom: 50px;
}

.section-d #top-sub {
    text-align: center;
    margin-bottom: 2px;
}

.section-d p {
	text-align: center;
	margin-left: 1px;
	margin-right: 1px;
	color: gray;
}

.section-d .overlay {
    -webkit-transition: all .2s ease;
  	transition: all .2s ease;
}

.section-d .overlay:hover {
	background: rgba(0, 0, 0, 0.58);
}

    
.section-e {
    padding: 4% 5%;
    text-align: center;
}
    
.bottom-section .left-info {
    color: white;
    padding: 17% 0%;
    text-align: center;
}
    
.about-showcase {
    height: 258px;
    background-image: url(/img/backgrounds/working.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    color: white;
}
    
.about-showcase .overlay {
    padding-top: 33%;
}
    
.services-a #row2 .col-sm {
    padding: 5px 5px;
}
    
.contact-showcase {
    position: relative;
    background-image: url(/img/backgrounds/working.jpg);
    background-size: cover;
    background-position: center;
    color: white;
    height: 258px;
    text-align: center;
}
    
.contact-showcase .overlay {
    padding-top: 33%;
}
    
.mobile-top-header .logo {
    position: relative;
    top: 0;
    width: 100%;
    padding-bottom: 0;
    text-align: center;
}
    
.top-header a, .top-header i {
    margin-top: 1px;
    font-size: 19px;
    color: #6d6d6d;
}

}

@media screen and (max-width: 375px) {
.about-showcase .overlay {
    padding-top: 38%;
}
    
.contact-showcase .overlay {
    padding-top: 38%;
}
    
}
