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


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

@font-face {
	font-family: 'SaintMarcheRough';
	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/featherictons/feathericons.svg?-8is7zf#feathericons') format('svg');
}

.my-divider {
	padding-top: 80px;
}

.area1 {
	padding: 125px 0 75px 0;
	background: rgb(250,250,250);
}
.area2 {
	padding: 75px 0 75px 0;
	background: rgb(230,230,230);
}
.area3 {
	padding: 75px 0 75px 0;
	background: rgb(250,250,250);
}
.area1 h2, .area2 h2, .area3 h2 {
	font-size: 2.5rem;
	font-weight: 600;
	color: rgb(28,140,110);
}
.area1 h4, .area2 h4, .area3 h4 {
	font-size: 1.5rem;
	font-weight: 500;
	text-shadow: 1px 1px 1px rgb(0,0,0);
	color: rgb(241,242,0);
}
.area1 p, .area2 p, .area3 p {
	font-size: 17px;
	text-align: justify;
	color: rgb(12,12,12);
}
.area1 iframe, .area2 iframe, .area3 iframe {
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 0.8rem;
}
/*******************  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. */
}

/*******************  END/Linearicons *************************/



/*******************  Default CSS Classes *************************/

.section-divider {
	position:relative;
	padding:100px 0;
	background:#f1f200;
}
#contact .section-divider {
	position:relative;
	padding:0;
	background:none;
}

a {
	color:#1c8c6e;
}

p, .cta-block-divider-contact a {
	position:relative;
	z-index:1;
	font-size: 1.3em;
	font-weight: 500;
}
#about .cta-block-1 p,
#about .cta-block-2 p {
	font-size:1.2em;
	font-weight:400;
	color: #333;
}

.text-dark {
	color:#333;
}
.text-grey {
	color:#a9a9a9;
	font-weight:400;
	font-style:italic;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.bg-orange {
	/* background:linear-gradient(#754221, #845807); */
}
.padding-topbottom-100 {
  padding:100px 0;
}
.padding-top-100 {
  padding-top:100px;
}
.padding-top-350 {
  padding-top: 350px;
   /* 100px padding on top */
}
.padding-bottom-100 {
  padding-bottom: 100px;
   /* 100px padding on bottom */
}
.padding-bottom-300 {
  /* padding-bottom: 300px; */
   /* 100px padding on bottom */
}
.cta-block-divider-contact {
    background: url(/img/kitchens-bathrooms/culpepper-custom-woodworks-kitchens-bathrooms-12.jpg) 0 no-repeat, linear-gradient(#1d1105, #2f2002);
    background-size: cover;
    /* padding: 50px; */
    position: relative;
    text-align: center;
}
.cta-block-divider-contact h2 {
    width: 600px;
    padding: 25px 0;
    margin: 0 auto 25px;
    border-style: solid;
    border-width: 8px 8px 8px 8px;
}
.cta-block-divider a {
	font-size:1.2em;
	font-weight:600;
}

.block-overlay {
    position: absolute;
    padding: 0 100px;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(86, 46, 8, 0.03);
    left: 0;
    z-index: 0;
}
#home .block-overlay {
    position: absolute;
    padding: 0 100px;
    width: 100%;
    height: 100%;
    top: 0;
    background: #f1f200;
    left: 0;
    z-index: 0;
}
/*---------------*/
/***** Sadie *****/
/*---------------*/

figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

figure.effect-sadie h2 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #484c61;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effect-sadie:hover h2 {
	color: #fff;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}
figure.effect-sadie img {
	width:100%;
	transition:all .2s ease;
}
figure.effect-sadie:hover img {
	width:30%;
	transition:all .2s ease;
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Duke *****/
/*---------------*/

figure.effect-duke {
	background: -webkit-linear-gradient(-25deg, #b5753a 0%,#694906 100%);
	background: rgba(4,119,81,0.77);
	width: 100%;
	height: 100%;
	padding: 110px 0;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}
.cta-block-2 figure.effect-duke {
	/* padding: 65px 40px; */
}
.cta-block-2 .col-sm:nth-child(3) figure.effect-duke {
	padding: 125px 40px;
}
figure.effect-duke a {
	position: relative;
	color: #292929;
	background: #ffffff;
	padding: 12px 85px;
	top: 1em;
	z-index: 2;
	opacity: 0;
	box-shadow: 0px 0px 10px 1px #000;
	border-radius: 50px;
	transition: all .2s ease;
}
figure.effect-duke img,
figure.effect-duke p,
figure.effect-duke a {
	-webkit-transition: all 0.35s, -webkit-transform 0.35s;
	transition: all 0.35s, transform 0.35s;
}

figure.effect-duke:hover img {
	opacity: 0.1;
	-webkit-transform: scale3d(2,2,1);
	transform: scale3d(2,2,1);
}
figure.effect-duke a:hover {
	background:#545454;
	color: #fff;
}
figure.effect-duke:hover a {
	opacity: 1;
	text-decoration:none;
	-webkit-transform: scale3d(2,2,1);
	transform: scale3d(2,2,1);
}

figure.effect-duke h2 {
	line-height:55px;
	font-size: 2.3rem; 
	text-shadow: 0px 0px 15px #000;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 900%;
}
.cta-block-2 figure.effect-duke h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 500% !important;
}

figure.effect-duke p {
	/* position: absolute; */
	bottom: 0;
	left: 0;
	margin: 20px;
	padding: 15px;
	border-style: dotted;
	border-width: 2px 0 2px 0;
	border-color: #e8d4ab85;
	line-height: 25px;
	text-transform: none;
	font-size: 1.3em;
	font-weight: 400;
	opacity: 0;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
	-webkit-transform-origin: 50% -100%;
	transform-origin: 50% -100%;
}

figure.effect-duke:hover h2,
figure.effect-duke:hover p,
.cta-block-2 figure.effect-duke:hover h2,
.cta-block-2 figure.effect-duke:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

/*-----------------*/
/***** Winston *****/
/*-----------------*/

figure.effect-winston {
	background: #162633;
	text-align: left;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

figure.effect-winston img {
	-webkit-transition: opacity 0.45s;
	transition: opacity 0.45s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-winston figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/img/triangle.svg) no-repeat center center;
	background-size: 100% 100%;
	content: '';
	-webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
	transition: opacity 0.45s, transform 0.45s;
	-webkit-transform: rotate3d(0,0,1,45deg);
	transform: rotate3d(0,0,1,45deg);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

figure.effect-winston h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-winston p {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 1.5em 7% 0;
}

figure.effect-winston a {
	margin: 0 10px;
	color: #5d504f;
	font-size: 170%;
}

figure.effect-winston a:hover,
figure.effect-winston a:focus {
	color: #cc6055;
}

figure.effect-winston p a i {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
}

figure.effect-winston:hover img {
	opacity: 0.6;
}

figure.effect-winston:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-winston:hover figcaption::before {
	opacity: 0.7;
	-webkit-transform: rotate3d(0,0,1,20deg);
	transform: rotate3d(0,0,1,20deg);
}

figure.effect-winston:hover p i {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-winston:hover p a:nth-child(3) i {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-winston:hover p a:nth-child(2) i {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-winston:hover p a:first-child i {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

/*---------------*/
/***** Sarah *****/
/*---------------*/

figure.effect-sarah {
	background: #3a2902;
	position: absolute;
	padding: inherit;
	top: 0;
	left: 0;
	width: inherit;
	height: 100%;
	overflow: hidden;
}

figure.effect-sarah img {
	max-width: none;
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-sarah:hover img {
	opacity: 0.1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-sarah figcaption {
	text-align: left;
	position: absolute;
	overflow: hidden;
}

figure.effect-sarah h2 {
	position: relative;
	/* overflow: hidden; */
	padding: 0.5em 0;
}

figure.effect-sarah h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

figure.effect-sarah:hover h2::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-sarah p {
	padding: 1em 0;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

figure.effect-sarah:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Zoe *****/
/*---------------*/

figure.effect-zoe figcaption {
	top: auto;
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 1em;
	left: 0;
	height: 6em;
	background: #fff;
	color: #3c4a50;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-zoe h2 {
	float: left;
	font-size: 4em;
}

figure.effect-zoe p.icon-links a {
	float: right;
	color: #3c4a50;
	font-size: 1.4em;
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
	color: #252d31;
}

figure.effect-zoe p.description {
	position: absolute;
	bottom: 8em;
	padding: 2em;
	color: #fff;
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	-webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
}

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,200%,0);
	transform: translate3d(0,200%,0);
}

figure.effect-zoe p.icon-links a span::before {
	display: inline-block;
	padding: 8px 10px;
	font-family: 'feathericons';
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-eye::before {
	content: '\e000';
}

.icon-paper-clip::before {
	content: '\e001';
}

.icon-heart::before {
	content: '\e024';
}

figure.effect-zoe h2 {
	display: inline-block;
}

figure.effect-zoe:hover p.description {
	opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-zoe:hover h2 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}



#myBtn {
    display: block; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    opacity:;
    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: #ffffff; /* Set a background color */
    color: #1f1f1f; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    font-weight: 600;
    padding: 15px; /* Some padding */
    box-shadow: 0px 0px 16px -1px #000;
    border-radius: 10px; /* Rounded corners */
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
#myBtn:hover {
    background-color: #424242; /* Add a dark-grey background on hover */
    color:#fff;
}


/*******************  END/Default CSS Classes *************************/




#slide-2979-layer-5 {
  min-height:80px !important;
}

.content {
	/* height:400px; */
}
.metis .tp-tab-mask {
	/* top:40% !important; */
}


body {
  padding-top: 2rem;
  /* padding-bottom: 3rem; */
  background-color: #FDF9EE;
}
body#home {
  /* background: url(/img/backgrounds/culpepper-slider-woodworker.jpg) bottom no-repeat; */
  /* background-size: contain; */
}

.btn:hover {
  cursor:pointer;
}
.btn:hover {
  cursor:pointer;
  color:#fff;
  background: #2f2f2f;
}
.btn {
  color: #f3f3f3;
  line-height:inherit;
  padding: 6px 50px;
  border: none !important;
  border-radius: 0;
  background: #131313;
  box-shadow: 0px 0px 25px -4px #000000bd;
}
.btn-primary {
  
}
.btn-lg {
  background: #ce983f;
}


h1, h2 {
  font-family: 'Crete Round', serif;
  font-size: 3.5em;
  position: relative;
  z-index: 1;
	margin-top:30px; 
}
h3 {
  font-family: 'Crete Round', serif;
  font-size: 3.5em;
  line-height: 50px;
  font-weight: 900;
  color: #fff;
}


.svg-wrapper {
  padding:0;
}
.header-svg-bg {
    position: relative;
    background: url(/img/culpepper-woodworker.jpg) no-repeat;
    background-position: 0 -16em;
    background-size: cover;
    width: 100%;
    height: 68rem;
    top: 0;
    left: 0;
    fill: #fff;
    z-index: 0;
    /* transform: rotate(180deg); */
}
.footer-svg-bg {
    position: absolute;
    background: url(/img/backgrounds/large-footer-bg.png);
    background-size:;
    background-position: 0;
    background-size: cover;
    width: 100%;
    height: 84rem;
    padding: 0;
    bottom: 0;
    transform: rotate(180deg);
    z-index: 1;
    fill: #fff;
}

footer {
  padding: 40px 0;
  background: linear-gradient(#1c8c6e, #20ca9d, #1c8c6e);
}
footer .row {
  width: auto;
  margin: auto;
  position: relative;
}


.jarallax {
    position: relative;
    z-index: 0;
    height: 600px;
    padding: 140px 50px;
    background: linear-gradient(brown, orange) !important;
}

.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;
}
.jarallax h2 {
  font-size:6em;
  line-height: 80px;
  font-weight:900;
  text-transform:uppercase;
  color: #fff;
  text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.65);
}




/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

.top-footer {
	padding: 40px 0;
	/* background: #ece0c4; */
}
.hr-container {
	background:#ceb788;
	/* width: 100%; */
	/* max-width: none; */
}
.top-footer .navbar-brand {
	font-size: 1.5em;
	color: #333;
}
.top-footer .col-sm-2 {
	display:flex;
	justify-content: space-between;
}
.top-footer .col-sm-2 .fa {
	font-size:1.5em;
	color: #333333;
}
.top-footer .col-sm:nth-child(3) {
	justify-content:flex-end;
}

.top-footer .navbar-nav {
	display:flex;
	flex-direction:row;
}
.top-footer .navbar-nav {
	/* display:flex; */
	/* justify-content:center; */
	/* align-items:center; */
	margin: 0 auto;
}
.top-footer .navbar-nav .nav-link {
	padding:0 15px !important;
}

.navbar-brand img {
  border-radius:50%;
  position:absolute;
  top: 2px;
  width: 45%;
  background: #e8d3ab;
  border-radius: 50%;
  padding: 20px;
  z-index: 1;
  box-shadow: 0px 40px 20px -26px rgba(0, 0, 0, 0.52);
}

.navbar {
  padding:0;
  /* padding: 50px 0 20px; */
  margin-top: 2.7em;
  background: #f1f200 !important;
  box-shadow: 0px 18px 20px -10px #0000008f;
}
.navbar .row {
  width: 100%;
  margin: 0;
}
.navbar-brand {
  font-size: 1.8em;
  font-weight:700;
  color: #612700;
  font-family: 'Crete Round', serif;
}
.navbar-brand .logo-title {
	display:none;
}
.navbar-nav .nav-link {
  padding: 20px 20px 20px 20px !important;
  font-size: 1.4em;
  font-weight: 200;
  color: #fff;
  transition:all .3s ease;
}
.navbar .active:before,
.navbar li:hover:before {
  content:'';
  display: none;
  position:absolute;
  background: #fff;
  height: 134px;
  width: 17%;
  top: 0;
  transform:rotate(30deg);
  z-index: -1;
}
.navbar .active a {
  color:#fff;
  font-weight: 300;
  background: #1c8c6e;
  /* border-bottom: 10px solid #a16943; */
}
.navbar .nav-link:hover :before {
  background:red;
}

.nav-link:focus, .nav-link:hover {
    text-decoration: none;
    background: #1c8c6e;
    color: #fff;
    transition:all .3s ease;
}

.top-header {
  display:block;
  position: fixed;
  width:100%;
  overflow: hidden;
  padding: 10px 0;
  top: 0;
  background: linear-gradient(#1c8c6e, #20ca9d, #1c8c6e);
  z-index: 3;
}
.top-header .col-sm {
  display:flex;
  justify-content:center;
  width: inherit;
}


/* CUSTOMIZE TABS
-------------------------------------------------- */
.nav-tabs {
	padding: 50px 0 0;
	border:none;
}
.nav-tabs .nav-link {
	font-size:1.3em;
	padding: 10px 30px;
	color:#333;
	font-weight:600;
	border-radius: 50px;
}
.nav-tabs .nav-link:focus, 
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:active {
	background:#1c8c6e;
	text-decoration: none;
	color: #ffffff;
	border-bottom: none;
	transition:all .3s ease;
	border-radius: 50px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	background:#1c8c6e;
	color:#fff;
	border-radius: 50px;
}
.tab-content {
	padding:40px;
	padding-bottom: 100px;
	color:#333;
}

.owl-carousel .owl-item img {
    height: 380px;
}

.owl-carousel .owl-nav {
	position:absolute;
	width:inherit;
	top:40%;
}
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	position:absolute;
	background:#fff;
	border-radius:50%;
	height:80px;
	width:80px;
	padding:26px;
}
.owl-carousel .owl-nav .owl-next {
	right:-30px;
}
.owl-carousel .owl-nav .owl-prev {
	left: -28px;
}
.owl-carousel .owl-nav .fa {
	font-size:2em;
}



/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  /* margin-bottom: 4rem; */
  margin-top: 4em;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 0;
  left: 0;
  padding: 10em 10em;
  z-index: 10;
  width: 1060px;
  height: 100%;
  background: rgba(88, 50, 50, 0.8);
  -webkit-clip-path: polygon(79% 0, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(79% 0, 100% 100%, 0 100%, 0 0);
}
.carousel-caption h1 {
  font-weight: 500;
  letter-spacing: -2px;
  font-size: 3em;
  line-height: 80px;
}
.carousel-caption h1 span {
  font-weight:900;
  font-size: 3em;
  color: #ffda96;
  text-shadow: 0px 0px 35px #000;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 40rem;
  background-color: #777;
}
.carousel-item > img {
  position: absolute;
  top: -26em;
  left: 0;
  min-width: 100%;
}

.carousel-control-next, .carousel-control-prev {
  z-index:1;
}

/* CTA Block 1 CONTENT
-------------------------------------------------- */

.col-sm {
  color:#333;
  /* height: 100%; */
  display: block;
  width: 100%;
  position: relative;
}

.shadow {
	text-shadow: 2px 2px 1px #000;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


.cta-block-1,
.cta-block-2 {
	position:relative;
	color:#333;
	margin: 16px 0;
}
#about .cta-block-1,
#about .cta-block-2 {
	padding:50px 20px;
	margin:0;
}
#about .cta-block-1 .col-sm,
#about .cta-block-2 .col-sm,
#about .cta-block-3 .col-sm {
	padding:40px;
	height: inherit;
}
.cta-block-1 .col-sm,
.cta-block-2 .col-sm,
.cta-block-3 .col-sm {
	padding: 70px 0;
	margin: 0 10px;
	height: 450px;
	overflow: hidden;
	/* border-style: solid; */
	/* border-width: 16px 0 16px 16px; */
}
.cta-block-2 figure.effect-duke h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 300%;
}

.cta-block-1 .col-sm .img-fluid,
.cta-block-2 .col-sm .img-fluid,
.cta-block-3 .col-sm .img-fluid {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}

.cta-block-divider {
  position:relative;
  padding: 80px 180px;
  background: url(/img/new-slide2.jpg) 0 no-repeat;
  background-size: cover;
}
.cta-block-divider .row {
  height:100%;
}
.cta-block-divider .col-sm:first-child {
  height: 100%;
}
.cta-block-divider h2,
.cta-block-divider p {
  color: #fff;
}
.cta-block-divider .col-sm {
   text-align:center;
}
.cta-block-divider .thumbnail {
  /* background:white; */
  padding: 80px 45px;
  /* box-shadow: 0px 0px 50px -2px #0000006b; */
}
.cta-block-divider .thumbnail p {
	font-size:1em;
	font-weight:400;
}
.cta-block-divider .col-sm-6:nth-child(2) .thumbnail {
  border-style:solid;
  border-width:0 1px 0 1px;
  border-color:#a2a2a2;
}
footer .float-right {
    float: right!important;
    position: absolute;
    right: 0;
}


.form-dropdown .form-inline {
  justify-content:center;
}
.form-dropdown .card-body {
  padding:50px 0;
  border: none;
  background: linear-gradient(#313131, #101010);
}
.form-dropdown .btn {
  padding:0;
  font-size:1.5em;
}
.form-dropdown .btn {
  width:100%;
  padding:20px 0;
  /* border:none; */
  /* border-style: solid; */
  /* border-color: #fff; */
  /* border-width: 12px 0; */
}
.form-dropdown .btn:active,
.form-dropdown .btn:focus {
  outline:none;
  box-shadow:none;
  /* border:none; */
}
.form-dropdown a {
  margin:0;
  color:#313131;
}
.form-dropdown form .btn {
  width:inherit;
  padding:3px 40px;
  margin: 0 !important;
}


/* ABOUT PAGE
-------------------------------------------------- */

.about-divider-block {
	padding:30px 20px;
}



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

#portfolio {
  display: block;
}

#portfolio li {
  display: block;
  float: left;
  /* width:280px; */
  /* height:160px; */
  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:100%;
  height:250px;
  width:420px;
  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: 120%;
}

#portfolio li a:hover {
	opacity:.8;
	transform:scale(1.1);
}






/* ========================================================== */
/* 			           SERVICES PAGE                          */
/* ========================================================== */


/************ Modal Styles ***********/
.modal-content {
	padding:40px;
	background:#3e693e;
	border:10px solid #2aa751;
}
.modal-content h1 {
	font-size:3em;
	line-height:50px;
	margin:0 0 30px;
	color:#fff;
}
.modal-content p {
	font-size:1.1em;
	font-weight:400;
	color:#fff;
}
button.close {
    padding: 0;
    background: 0 0;
    border: 0;
    display: flex;
    position: absolute;
    -webkit-appearance: none;
    justify-content: flex-end;
    top: 0;
    right: 20px;
    color: #fff;
    font-size: 3em;
}


#services .services-sub-title {
	font-weight:400;
	font-size: 1.2em;
}

.tab-content>.active {
    overflow:hidden;
}

#services .owl-carousel a .block-overlay {
	display: flex;
	justify-content: center;
	align-items: center;
	opacity:0;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	background: rgba(4,119,81,0.77);
}
#services .owl-carousel a:hover .block-overlay {
	opacity:1;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.owl-carousel .fa-search-plus {
	position: absolute;
	color:#fff;
	font-size:3em;
	opacity:0;
	z-index: 2;
	top:0;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.owl-carousel a:hover .fa-search-plus {
	opacity:1;
	top:45%;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.owl-carousel span {
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    /* background: red; */
    z-index: 999;
}


/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.4s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.4s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}


/* ========================== 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 .contact2-hero-section {
	padding: 60px 20px;
}
.card {
	border:none;
	background-color: #FDF9EE;
}
#contact form label {
	color:#333;
	font-weight:500;
}
.header-contact_info {
	font-size:0.8em;
	font-weight:400;
	color:#fff;
	padding:0;
	margin:0;
}
.header-contact_info a {
	color:#fff;
}



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


@media (max-width: 1024px){
	
#about .cta-block-1 .col-sm,
#about .cta-block-2 .col-sm,
#about .cta-block-3 .col-sm {
	padding:5px;
	height: inherit;
}

figure.effect-duke {
	background: -webkit-linear-gradient(-25deg, #b5753a 0%,#694906 100%);
	background: rgba(4,119,81,0.77);
	width: 100%;
	height: 100%;
	padding: 55px 0;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}
.cta-block-2 figure.effect-duke {
	/* padding: 65px 40px; */
}
.cta-block-2 .col-sm:nth-child(3) figure.effect-duke {
	padding: 125px 40px;
}
	
figure.effect-duke a {
	position: relative;
	color: #292929;
	background: #ffffff;
	padding: 12px 85px;
	top: 1em;
	z-index: 2;
	opacity: 0;
	box-shadow: 0px 0px 10px 1px #000;
	border-radius: 50px;
	transition: all .2s ease;
}
figure.effect-duke img,
figure.effect-duke p,
figure.effect-duke a {
	-webkit-transition: all 0.35s, -webkit-transform 0.35s;
	transition: all 0.35s, transform 0.35s;
}

figure.effect-duke:hover img {
	opacity: 0.1;
	-webkit-transform: scale3d(2,2,1);
	transform: scale3d(2,2,1);
}
figure.effect-duke a:hover {
	background:#545454;
	color: #fff;
}
figure.effect-duke:hover a {
	opacity: 1;
	text-decoration:none;
	-webkit-transform: scale3d(2,2,1);
	transform: scale3d(2,2,1);
}

figure.effect-duke h2 {
	line-height:55px;
	font-size: 2.2rem; 
	text-shadow: 0px 0px 15px #000;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 900%;
}
.cta-block-2 figure.effect-duke h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 500% !important;
}

figure.effect-duke p {
	/* position: absolute; */
	bottom: 0;
	left: 0;
	margin: 20px;
	padding: 15px;
	border-style: dotted;
	border-width: 2px 0 2px 0;
	border-color: #e8d4ab85;
	line-height: 25px;
	text-transform: none;
	font-size: 1em;
	font-weight: 400;
	opacity: 0;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
	-webkit-transform-origin: 50% -100%;
	transform-origin: 50% -100%;
}

figure.effect-duke:hover h2,
figure.effect-duke:hover p,
.cta-block-2 figure.effect-duke:hover h2,
.cta-block-2 figure.effect-duke:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}
	
}



@media (max-width: 991px) {

body {
    padding-top: 0;
	background-color: #FDF9EE;
}

.top-footer i {
    margin:0 20px 0;
}
.top-footer .col-sm-2 {
    justify-content: center !important;
}
.top-footer .navbar-nav {
	display:flex;
	flex-direction:column;
	padding: 30px 0;
}

.navbar-brand {
	padding-left:1em;
}

.navbar .active a {
    color: #fff;
        background: #269577ad;
    border-bottom: 10px solid #1d7438;
}

.navbar-nav .nav-link {
    padding: 10px 20px !important;
    width:100%;
    font-size: 1.15em;
    font-weight: 600;
    color: #9a3e00;
    transition: all .3s ease;
}
.navbar-brand img {
	display:none;
}
.navbar-brand .logo-title {
	display:inherit;
	font-size: 1em;
	padding: 0 10px 0;
	position: absolute;
	top: 8px;
}
footer .row {
    width: 100%;
    margin: auto;
    position: relative;
}
.cta-block-divider-contact h2 {
    width: inherit;
}
.cta-block-1 .col-sm, .cta-block-2 .col-sm, .cta-block-3 .col-sm {
	margin:0;
}
.cta-block-divider {
	padding:0 20px;
}
.angies-list-block .text-dark {
    background: linear-gradient(#d27f00, #f7c257);
    padding: 50px 0;
    -webkit-clip-path:none;
    clip-path:none;
}
.cta-block-divider .col-sm-6:nth-child(2) .thumbnail {
    border-style: solid;
    border-width: 1px 0 1px 0;
    border-color: #a2a2a2;
}

.top-header {
	/* position:relative; */
}
.navbar-toggler {
    /* background: #565654; */
    position:absolute;
    border: none;
    z-index:999;
    right:0;
    margin: 6px 10px;
    float: right;
}

.tab-content {
    padding: 0px;
}
.nav-tabs .nav-item {
    width: 100%;
}

}



@media (max-width:768px){
	
	#portfolio {
  display: block;
	margin-left: 100px;
}
	
figure.effect-duke {
	background: -webkit-linear-gradient(-25deg, #b5753a 0%,#694906 100%);
	background: rgba(4,119,81,0.77);
	width: 100%;
	height: 100%;
	padding: 55px 0;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}
.cta-block-2 figure.effect-duke {
	/* padding: 65px 40px; */
}
.cta-block-2 .col-sm:nth-child(3) figure.effect-duke {
	padding: 125px 40px;
}
figure.effect-duke a {
	position: relative;
	color: #292929;
	background: #ffffff;
	padding: 12px 85px;
	top: 1em;
	z-index: 2;
	opacity: 0;
	box-shadow: 0px 0px 10px 1px #000;
	border-radius: 50px;
	transition: all .2s ease;
}
figure.effect-duke img,
figure.effect-duke p,
figure.effect-duke a {
	-webkit-transition: all 0.35s, -webkit-transform 0.35s;
	transition: all 0.35s, transform 0.35s;
}

figure.effect-duke:hover img {
	opacity: 0.1;
	-webkit-transform: scale3d(2,2,1);
	transform: scale3d(2,2,1);
}
figure.effect-duke a:hover {
	background:#545454;
	color: #fff;
}
figure.effect-duke:hover a {
	opacity: 1;
	text-decoration:none;
	-webkit-transform: scale3d(2,2,1);
	transform: scale3d(2,2,1);
}

figure.effect-duke h2 {
	line-height:55px;
	font-size: 1.7rem; 
	text-shadow: 0px 0px 15px #000;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 900%;
}
.cta-block-2 figure.effect-duke h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 500% !important;
}

figure.effect-duke p {
	/* position: absolute; */
	bottom: 0;
	left: 0;
	margin: 20px;
	padding: 15px;
	border-style: dotted;
	border-width: 2px 0 2px 0;
	border-color: #e8d4ab85;
	line-height: 25px;
	text-transform: none;
	font-size: 1em;
	font-weight: 400;
	opacity: 0;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
	-webkit-transform-origin: 50% -100%;
	transform-origin: 50% -100%;
}

figure.effect-duke:hover h2,
figure.effect-duke:hover p,
.cta-block-2 figure.effect-duke:hover h2,
.cta-block-2 figure.effect-duke:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

	
}

@media (max-width:425px){
	
	#portfolio {
  display: block;
	margin-left:-70px;
}

}



