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


@import url("https://use.typekit.net/esy1mah.css");

@font-face {
	font-family: 'Roboto', sans-serif;
	src:url('../fonts/SaintMarcheRough.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: myFont;
    src:url('../fonts/fontman/Uni-Sans-Heavy-Italic.otf')
}

@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: proxima-nova-extra-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
}

hr {
    margin: 0;
}

.h1, h1 {
    font-size: 2.9rem;
}

p {
    font-size: 19px;
		position: relative;
}


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

a:hover {
    color: #0056b3;
    text-decoration: none;
}

.about-showcase #sub-header {
    position: relative;
    bottom: -10px;
}

.wow {
    visibility: hidden;
}
.field {
	width: 100%;
	padding: 8px 0;
	text-align: center;
	color: (180,180,180);
}
.btn {
	background: #181818;
	width: 100%;
	color: #ffffff;
	cursor:pointer;
	outline: none;
	border: none;
	padding: 10px 0;
	border-radius: 0;
}
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #3caaca00;
	border-color: #000000;
	box-shadow: none;
}
.btn-primary:hover {
    color: #fff;
    background-color: #f9b81f;
    border-color: #000000;
    border: 2px solid black;
}
.btn.focus, .btn:focus {
	outline:none;
	border:none;
	box-shadow: none;
}

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

/*DAVIDS CODES START*/
.header {
  text-align: center;
  padding: 32px;
}

.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
/*DAVIDS CODES END*/

.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%;
	position: relative;
	left: 29em;
}



#myBtn {
    display: block; /* Hidden by default */
    width: 55px;
    height: 55px;
    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: #a22323; /* 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;
}


/* ========================================================== */
/* 			            SLIDER STARTS	                      */
/* ========================================================== */
/* Slideshow container */
.slideshow-container {
  position: relative;
  background: #f1f1f1f1;
}

/* Slides */
.mySlides {
  display: none;
  padding: 80px;
  text-align: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 20px;
    background: #ddd;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: rgb(142,136,109);
}

/* Add an italic font style to all quotes */
q {font-style: italic; font-size: 19px;}

/* Add a blue color to the author */
.author {color: #8e886d;}

/* ========================================================== */
/* 			            SLIDER ENDS	                      */
/* ========================================================== */
.full-pics div[class*='col-'] {
	padding:0;
	position: relative;
	overflow: hidden;
}
/* ========================================================== */
/* 			            Custom Navbar	                      */
/* ========================================================== */

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

.navbar-scroll {
	padding: 5px 0;
	position: fixed;
	background: rgb(0,0,0);
	margin-top: 0px;
	width: 100%;
	z-index: 1;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}
.navbar-light .navbar-brand {
	color: rgb(255,255,255,0);
	font-size: 50px;
	margin-left: 100px;
}

.navbar-nav {
    flex-direction: row;
    color: white;
    position: relative;
    left: 10px;
}

.navbar-nav li {
    padding: 0 20px;
    font-size: 1.1em;
    color: rgb(142,136,109);
}

.navbar-light .navbar-nav .nav-link {
	font-size: 21px;
	padding: 0 35px;
	color: #757575;
	margin-top: 0px;
}
.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: #ffffff;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #ffffff;
}

.navbar-collapse {
	height:100%;
}

.mobile-top-header {
	display:none !important;
}
.shrink {
	padding: 0.0%;
	background-color: #000;
	border: none;
	margin-top: 0;
	-webkit-transition: all .5 ease;
	transition: all .5 ease;
}

.remove {
	display: none;
}
.small {
	width: 38%;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.logo-pic {
    width: 28%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: absolute;
    left: 67px;
    top: 3px;
}
.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;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    width: 220px;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: white;
    text-align: left;
    list-style: none;
    background-color: #000000c4;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 9px 0px;
    clear: both;
    font-weight: 400;
    color: white;
    text-align: center;
    white-space: nowrap;
    background: 0 0;
    border: 0;
    font-size: 12px;
    text-transform: uppercase;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown > .dropdown-toggle:active {
    pointer-events: none;
}

.dropdown-divider {
    margin: 0;
}

.dropdown .col-sm {
    padding: 0;
}

.dropdown .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #f9b81f;
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #6f6f6f;
}

/* SIDENAV */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-image: url("/img/backgrounds/room1.jpg");
    background-size: cover;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }

  .sidenav .overlay {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.91);
    padding: 0% 0;
    position: absolute;
    top: 0;
    left: 0;
}
  
  .sidenav a {
    padding: 19px 8px 10px 36px;
    text-decoration: none;
    font-size: 27px;
    color: #828282;
    display: block;
    transition: 0.3s;
    position: relative;
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 28px;
    margin-left: 50px;
  }

  .lnr-menu {
      position: relative;
      left: -8%;
      color: #bdbdbd;
  }

  .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff0;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card a {
    font-size: 1em;
}

.card-body {
    padding: 0 1.25rem;
}

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

iframe {
	border:none;
}
#home .about-welcome-section {
	background-color: yellow;
}

/*HOME WELCOME SECTION*/
.home-welcome-section {
    background-image: url("/img/backgrounds/pattern1.jpg");
}

.home-welcome-section h4 {
    font-weight: bold;
}

.home-welcome-section .overlay {
    background: rgba(255, 255, 255, 0.54);
}

/*SPLIT SECTION*/
.split-section {
    padding: 0% 0;
}

.split-section .pic {
    background: url("/img/backgrounds/slider-bg-1.jpg");
    width: auto;
    padding: 35%;
}

.split-section .info {
    padding-top: 6%;
    padding-left: 40%;
    padding-right: 8%;
}

.split-section .btn {
    position: relative;
    top: 12px;
}

.split-section ul {
    list-style: none;
    position: relative;
    left: -45px;
}

.split-section ul li:before {
    content: '*';
}

.split-section li {
    font-weight: 500;
    padding: 2%;
    font-size: 17px;
}

.split-section h1 {
    margin-bottom: 7%;
    font-weight: bold;
}

.split-section #sub-header {
    position: relative;
    top: 17px;
    left: 2px;
    color: #7b7b7b;
    font-weight: 500;
}


/*SECTION A*/
.section-a {
    padding: 6% 0;
    background: #f3f3f3;
    color: #333333;
}

.section-a h1 {
    font-size: 65px;
    font-weight: normal;
    margin-bottom: 35px;
}

.section-a #column-b {
    padding-left: 3%;
}


.section-a #row-2 {
    margin-top: 26px;
}

.section-a #row2 {
    margin-top: 6%;
}


/*DIVIDER A*/
.divider-a {
    padding: 4% 0%;
    background: #181818;
    color: #ffffff;
}

.divider-a .btn {
    width: 71%;
    border: 2px solid #f9b81f;
}

.divider-a .btn:hover {
    border: 2px solid #f9b81f;
}

.divider-a h2 {
    font-size: 46px;
}

/*SECTION B*/
.section-b {
    padding: 6% 0;
}

.section-b .pic1 {
    padding: 29% 0;
    background: url("/img/backgrounds/slider-bg-1.jpg");
    background-size: cover;
}

.section-b .pic2 {
    padding: 29% 0;
    background: url("/img/backgrounds/slider-bg-1.jpg");
    background-size: cover;
}

.section-b .pic3 {
    padding: 29% 0;
    background: url("/img/backgrounds/slider-bg-1.jpg");
    background-size: cover;
}

.section-b .pic1:hover {
    position: relative;
    top: -5px;
}

.section-b .pic2:hover {
    position: relative;
    top: -5px;
}

.section-b .pic3:hover {
    position: relative;
    top: -5px;
}

.section-b h3 {
    margin: 4% 0;
}

/*ESTIMATE SECTION DIVIDER*/
.estimate-section-divider {
	background:#e0e0e0;
	text-align: center;
	padding: 5% 0%;
}

.estimate-section-divider .btn {
    margin-top: 37px;
}

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



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


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

/*ABOUT SHOWCASE*/
.about-showcase {
    background-image: url("/img/backgrounds/brown-cabinets.jpg");
    background-size: cover;
    background-position: 0px -232px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 6% 0;
    padding-top: 130px;
    text-align: left;
    position: relative;
}

.about-showcase h1 {
    position:relative;
    top: 0px;
    left: 0px;
    font-size: 60px;
    color: #ffffff;
}

.about-showcase p {
    color: white;
    position: relative;
}


.about-showcase .overlay {
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.49);
	padding: 0% 0;
	position: absolute;
	top: 0;
	left: 0;
}

/*BANNER*/
.banner {
    background: #e2e2e2;
    padding: 1%;
    transform: rotate(1.1);
}


/*ABOUT A*/
.about-a {
    padding: 5% 0%;
    background: #ffffff;
}

.about-a p {
    line-height: 229%;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 38px;
    color: #676767;
}

.about-a .pic {
    background-image: url("/img/backgrounds/room1.jpg");
    background-size: cover;
    width: 97%;
    padding: 40% 0;
}

.about-a h1 {
    margin-bottom: 5%;
}

.about-a .btn:hover {
    border: rgba(255,255,255,0.00);
}

.about-a #sub-header {
    margin-bottom: -12px;
    color: #676767;
}

/*ABOUT B*/
.about-b {
    padding: 5% 0%;
    background: #ffffff;
}

.about-b p {
    line-height: 229%;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 38px;
    color: #676767;
}

.about-b .pic {
    background-image: url("/img/backgrounds/room1.jpg");
    background-size: cover;
    width: 97%;
    padding: 40% 0;
}

.about-b h1 {
    margin-bottom: 5%;
}

.about-b .btn:hover {
    border: rgba(255,255,255,0.00);
}

.about-b #sub-header {
    margin-bottom: -12px;
    color: #676767;
}

/*ABOUT DIVIDE 1*/
.about-divide1 {
    background-image: url("/img/backgrounds/interior2.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.about-divide1 .overlay {
    padding: 11% 0%;
    background: rgba(0,0,0,0.49);
    color: white;
    position: unset;
    height: 100%;
    width: 100%;
}

/* ========================================================== */
/* 			           SERVICES PAGE                          */
/* ========================================================== */
.service-showcase {
    background-image: none;
    background-size: cover;
    background-position: 0 -284px;
    background-attachment: fixed;
    padding: 200px 0 75px 0;
    text-align: left;
}

.service-showcase h1 {
    position:relative;
    top: 0px;
    left: 0px;
    font-size: 60px;
    color: black;
}

.service-showcase p {
    color: black;
}

.service-a {
    margin-left: 5px;
}

.service-a .col-sm {
    padding: 0;
}

.service-a .wrapper {
    overflow: hidden;
    margin-right: 5px;
    margin-bottom: 5px;
}
.ding p {
	color: #fff;
	text-align: center;
	z-index: 2;
}

.service-a .pic1 {
    background-image: url("/img/backgrounds/001.jpg");
    background-size: cover;
    height: 25.5em;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%;
}

.service-a .pic1-a {
    background-image: url("/img/backgrounds/001.jpg");
    background-size: cover;
    height: 30em;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%;
}

.service-a .pic2 {
    background-image: url("/img/backgrounds/001.jpg");
    background-size: cover;
    height: 20.4em;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%;
}

.service-a .pic2-a {
    background-image: url("/img/backgrounds/fireplace.jpg");
    background-size: cover;
    height: 25.5em;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%;
}

.service-a .pic3 {
    background-image: url("/img/backgrounds/cabinets1.jpg");
    background-size: cover;
    height: 25.4em;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%;
}

.service-a .pic4 {
    background-image: url("/img/backgrounds/room3.jpg");
    background-size: cover;
    height: 25em;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%;
}

.service-a .pic5 {
    background-image: url("/img/backgrounds/kitchen3.jpg");
    background-size: cover;
    height: 25em;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%;
}

.service-a .pic6 {
    background-image: url("/img/backgrounds/room2.jpg");
    background-size: cover;
    height: 25em;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%;
}

.service-a .overlay {
    height: 99%;
    width: 99.3%;
    background: rgba(0, 0, 0, 0.49);
    position: absolute;
    top: 0;
    left: 0;
}

.service-a div[class*="col-"]:hover .overlay {
    background: rgba(0, 0, 0, 0.91);
}

.service-a .pic1:hover {
    transform: scale(1.2);
}

.service-a .pic1-a:hover {
    transform: scale(1.2);
}

.service-a .pic2:hover {
    transform: scale(1.2);
}

.service-a .pic2-a:hover {
    transform: scale(1.2);
}


.service-a .pic3:hover {
    transform: scale(1.2);
}

.service-a .pic4:hover {
    transform: scale(1.2);
}

.service-a .pic5:hover {
    transform: scale(1.2);
}

.service-a .pic6:hover {
    transform: scale(1.2);
}

.service-a button {
    border: none;
    padding-top: 18em;
    color: #ffffff00;
    transition: all .5s cubic-bezier(0.51, 0.01, 0, 1.03)!important;
}

.service-a button:hover {
    border: none;
    padding-top: 0em;
    color: #ffffff;
}

.service-a h2 {
    /* color: #ffffff; */
    position: relative;
    z-index: 0;
}

.modal-content {
    position: relative;
    left: -322px;
    top: -11px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
    width: 76em;
    text-align: center;
}

.modal-header {
    background-image: url("/img/backgrounds/bath1.jpg");
    background-size: cover;
    background-position: 0 -242px;
    height: 20em;
    align-items: center;
    padding-left: 38%;
}

.modal-header2 {
    background-image: url("/img/backgrounds/fireplace.jpg");
    background-size: cover;
    background-position: 0 -317px;
    height: 20em;
    align-items: center;
    justify-content: space-between;
    padding-top: 115px;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.modal-header3 {
    background-image: url("/img/backgrounds/cabinets1.jpg");
    background-size: cover;
    background-position: 0 -317px;
    height: 20em;
    align-items: center;
    justify-content: space-between;
    padding-top: 115px;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;

}

.modal-header4 {
    background-image: url("/img/backgrounds/room3.jpg");
    background-size: cover;
    background-position: 0 -317px;
    height: 20em;
    align-items: center;
    justify-content: space-between;
    padding-top: 115px;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;

}

.modal-header5 {
    background-image: url("/img/backgrounds/kitchen3.jpg");
    background-size: cover;
    background-position: 0 -317px;
    height: 20em;
    align-items: center;
    justify-content: space-between;
    padding-top: 115px;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;

}

.modal-header6 {
    background-image: url("/img/backgrounds/room2.jpg");
    background-size: cover;
    background-position: 0 -317px;
    height: 20em;
    align-items: center;
    justify-content: space-between;
    padding-top: 115px;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.modal-title {
    font-size: 3.3em;
}

/* MODAL GALLERY */
#portfolio {
    display: flex;
    padding: 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  
  #portfolio li {
    display: block;
    float: left;
    width: 470px;
    height: 350px;
    position:relative;
    margin:10px;
    overflow:hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.25);
    -moz-box-shadow: 1px 2px 2px rgba(0,0,0,0.25);
    box-shadow: 1px 2px 2px rgba(0,0,0,0.25);
  }
  
  #portfolio li a {
    display:block;
    background: #fff;
    width: 111%;
    height: 100%;
    /* width: inherit; */
    overflow:hidden;
    position:relative;
    -o-transition:all .30s ease;
    -moz-transition:all .30s ease;
    -webkit-transition:all .30s ease;
    transition:all .30s ease;
  }
  #portfolio li a img {
     position: absolute;
     top: -9999px;
     bottom: -9999px;
     left: -9999px;
     right: -9999px;
     margin: auto;
     width: 100%;
  }
  
  #portfolio li a:hover {
      opacity:.8;
      transform:scale(1.1);
  }
  
  /* ========================== Gallery ZoomIn Effect ================================ */
  
  .mfp-with-zoom .mfp-container,
  .mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  
  .mfp-with-zoom.mfp-ready .mfp-container {
      opacity: 1;
  }
  .mfp-with-zoom.mfp-ready.mfp-bg {
      opacity: 0.8;
  }
  
  .mfp-with-zoom.mfp-removing .mfp-container,
  .mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
  }

/* ========================================================== */
/* 			           CONTACT PAGE                           */
/* ========================================================== */
.contact-showcase {
    background-image: url("/img/backgrounds/brown-cabinets.jpg");
    background-size: cover;
    background-position: 0 -284px;
    background-attachment: fixed;
    padding: 6% 0;
    padding-top: 130px;
    text-align: left;
    color: white;
    position: relative;
}

.contact-showcase .overlay {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.49);
    padding: 0% 0;
    position: absolute;
    top: 0;
    left: 0;
}

.contact-showcase h1 {
    position:relative;
    top: 0px;
    left: 0px;
    font-size: 60px;
    color: #ffffff;
}

.contact-showcase p {
    color: white;
    position: relative;
}

/* ========================================================== */
/* 			            REVIEWS PAGE                          */
/* ========================================================== */
.reviews-a {
    background: white;
    text-align: center;
    padding: 8% 0;
}

.reviews-a .overlay {
    background: none;
}

.reviews-a h1 {
    color: #8c8c8c;
}

.reviews-a p {
    margin-top: 0;
    margin-bottom: 0rem;
    color: gray;
}

.carousel-indicators {
    z-index: 0;
}

.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: #a50110;
}
/* FOOTER */
footer {
    background: #000;
    color: #a0a0a0;
    text-align: center;
}

.footer-contact {
    background: #181818;
    padding: 1.5% 0;
    color: #a0a0a0;
    text-align: center;
}

/* Our Work Page */
.work-a {
    margin-left: 5px;
}

.work-a .col-sm {
    padding: 0;
}

.work-a .wrapper {
    overflow: hidden;
    margin-right: 5px;
    margin-bottom: 5px;
}

.work-a .pic1 {
    background-image: url("/img/backgrounds/001.jpg");
    background-size: cover;
    height: 25.5em;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%;
}

.work-a .pic1-a {
    background-image: url("/img/backgrounds/001.jpg");
    background-size: cover;
    height: 30em;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 40%;
}

.work-a .pic2 {
    background-image: url("/img/backgrounds/002.jpg");
    background-size: cover;
    height: 32.2em;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%;
}

.work-a .pic2-a {
    background-image: url("/img/backgrounds/002.jpg");
    background-size: cover;
    height: 25.5em;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%;
}

.work-a .pic3 {
    background-image: url("/img/backgrounds/cabinets1.jpg");
    background-size: cover;
    height: 25.4em;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%;
}

.work-a .pic4 {
    background-image: url("/img/backgrounds/room3.jpg");
    background-size: cover;
    height: 25em;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%;
}

.work-a .pic5 {
    background-image: url("/img/backgrounds/kitchen3.jpg");
    background-size: cover;
    height: 25em;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%;
}

.work-a .pic6 {
    background-image: url("/img/backgrounds/room2.jpg");
    background-size: cover;
    height: 25em;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%;
}

.work-a .overlay {
    height: 99%;
    width: 99.3%;
    background: rgba(0, 0, 0, 0.49);
    position: absolute;
    top: 0;
    left: 0;
}

.work-a div[class*="col-sm"]:hover .overlay {
    background: rgba(0, 0, 0, 0.91);
}

.work-a .pic1:hover {
    transform: scale(1.2);
}

.work-a .pic1-a:hover {
    transform: scale(1.2);
}

.work-a .pic2:hover {
    transform: scale(1.2);
}

.work-a .pic2-a:hover {
    transform: scale(1.2);
}


.work-a .pic3:hover {
    transform: scale(1.2);
}

.work-a .pic4:hover {
    transform: scale(1.2);
}

.work-a .pic5:hover {
    transform: scale(1.2);
}

.work-a .pic6:hover {
    transform: scale(1.2);
}

.work-a button {
    border: none;
    padding-top: 18em;
    color: #ffffff00;
    transition: all .5s cubic-bezier(0.51, 0.01, 0, 1.03)!important;
}

.work-a button:hover {
    border: none;
    padding-top: 0em;
    color: #ffffff;
}

.work-a h2 {
    /* color: #ffffff; */
    position: relative;
    z-index: 0;
}

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

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

}

@media screen and (max-width : 1440px) {
    .navbar-collapse ul {
        left: 19em;
    }

    .about-showcase .overlay {
        height: 54.9%;
    }

    .contact-showcase .overlay {
        height: 51.6%;
    }
}

@media screen and (max-width: 1190px) {
    .navbar-collapse ul {
        left: 12em;
    }

    .about-showcase .overlay {
        height: 56.9%;
    }

    .contact-showcase {
        padding: 9.1% 0;
    }
}

@media screen and (max-width: 768px) {
.about-a div[class*='row'] {
    display: flex;
    flex-direction: column-reverse;
}

.top-header a, .top-header i {
    color: #ffffff;
}

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

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

.mobile-top-header .logo {
	position:absolute;
	top: 0.6em;
	width: 100%;
	padding-bottom: 0;
	text-align: center;
}
.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: #151515;
	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: 2em;
	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: 6px 0;
    height: 65px;
    width: 111px;
    border-radius: 0;
    color: #fff;
    background: #ff000000;
    border: 0px solid #fff;
    text-align: center;
    font-size: 25px;
}
.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(47, 47, 47, 0.98), rgba(16, 16, 16, 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;
	text-align: center;
}

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

.service-a .overlay {
    height: 95%;
    width: 98.3%;
    background: rgba(0, 0, 0, 0.49);
    position: absolute;
    top: 0;
    left: 0;
}

.service-a .pic1 {
    height: 19.5em;
}

.service-a .pic2-a {
    height: 19.5em;
}

.service-a .pic3 {
    height: 19.5em;
}

.service-a .pic4 {
    height: 19.5em;
}

.service-a .pic5 {
    height: 19.5em;
}

.service-a .pic6 {
    height: 19.5em;
}

.work-a button {
    border: none;
    padding-top: 1em;
    color: #ffffff;
    transition: all .5s cubic-bezier(0.51, 0.01, 0, 1.03)!important;
}

.contact-showcase {
    padding: 12.1% 0;
}

.contact-showcase .overlay {
    height: 47.7%;
}

.top-header div[class*='col-']:nth-child(2) p {
    font-size: 1.6em;
}

.mobile-top-header .logo {
    position: absolute;
    top: 0.8em;
}

}

@media screen and (max-width: 425px) {
	
#myBtn {
    display: block;
    width: 60px;
    height: 60px;
    position: fixed;
    top: 100%;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 21px;
    padding-top: 0;
    padding-bottom: 2px;
    border-radius: 50px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.about-a div[class*='row'] {
    display: flex;
    flex-direction: column-reverse;
}

.about-showcase .overlay {
    height: 69.9%;
}

.modal-content {
    position: relative;
    left: -11px;
    top: -11px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
    width: 27em;
    text-align: center;
}

.service-a button {
    border: none;
    padding-top: 0em;
    color: #ffffff;
    transition: all .5s cubic-bezier(0.51, 0.01, 0, 1.03)!important;
}

.service-a .overlay {
    height: 98.7%;
    width: 98.7%;
    background: rgba(0, 0, 0, 0.49);
    position: absolute;
    top: 0;
    left: 0;
}

.contact-showcase .overlay {
    height: 46.2%;
}

}