@charset "UTF-8";
@import url("https://use.typekit.net/qjq2ukv.css");
/*------------------------------------------------*/
/* Global STYLES */
/*------------------------------------------------*/

a, a:link, a:visited, a:active {
    color:#4168b2;
    text-decoration: none; 
	-webkit-transition:all ease .3s; transition:all ease .3s;
}

a:hover {
    color:#0866ff; 
    text-decoration: none;
	-webkit-transition:all ease .3s; transition:all ease .3s;
}

body {
	
}

body.no-scroll {
    overflow: hidden;
    height: 100%;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    margin: 0 0 10px 0;
}

h1 {
    font-size:2.8rem;
    color:#0d0e10;
	font-family: aptos-serif, sans-serif; 
	font-weight:600;
}



h2 {
    font-size:2rem;
	color:#111;
	font-weight:400;
	font-family: arboria, sans-serif; 
}

h3 {
    font-size: 1.4rem;
    color: #333;
	font-weight:400;
}

h4 {
    font-size: 20px;
    color: #111;
}

h5  {
    font-size: 14px;
    color: #111;
}

h6  {
    font-size: 13px;
    color: #666;
}

p {
    margin: 0 0 25px 0;
}

hr {
    clear: both;
    height: 0;
    border: solid #4168b2;
    border-width: 1px 0 0;
    margin: 20px 0 20px 0;
}

div, p {line-height:24px; font-size:17px; color:#222;font-family: arboria, sans-serif; }

td {color:#222;padding:5px;line-height:17px; font-size:16px;font-family: arboria, sans-serif; }

ul li {
    font-size:  16px; 
	color:#222;
	margin-bottom: 8px;
	}

ol li {
    list-style-type: decimal;
    margin-bottom: 8px;
	font-size:  16px; 
}

ol ol {
    margin-top: 8px;
    margin-left: 30px;
}

    ol ol li {
        list-style-type: lower-roman;
    }

    ol ol ol li {
        list-style-type: lower-alpha;
    }

ol ul li {
    list-style-type: lower-roman;
}


/*------------------------------------------------*/
/* Responsive Video and Image STYLE */
/*------------------------------------------------*/

img {
	max-width: 100%;
	height:auto;
}


.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* End Main boxes flex column STYLES */

.imglg{ transition: all .2s ease-in-out; }
.imglg:hover { transform: scale(1.02); }


/*------------------------------------------------*/
/* Navigation Styles */
/*------------------------------------------------*/
.nav-link {padding:3px 0}
.navbar-toggler {margin-bottom:3px;}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}
.navbar-nav.sm-collapsible a.has-submenu {padding-right:0;}

.navbar-nav {width:100%;display:block;margin:0;}

#dnnMenu {
    width: 100%;
    max-width: 600px; /* control max width */
    text-align: center; /* center text inside */
}

#dnnMenu .topLevel > li {
    width: 100%;
}

#dnnMenu .topLevel > li > a {
    display: block;
    padding: 10px 0;
    font-size: 1.5rem; /* adjust size as needed */
}

#dnnMenu .topLevel > li > a span {
    position: relative; /* Added to provide a positioning context for pseudo-elements */
    display: inline-block; /* Makes span able to contain pseudo-elements */
    font-size: 18px;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all .2s ease; /* Ensure smooth color transition */
}

#dnnMenu .topLevel > li > a span:before,
#dnnMenu .topLevel > li > a span:after {
    content: '';
    position: absolute;
    bottom: 0; /* Align with the bottom of the span */
    width: 0;
    height: 2px; /* Border thickness */
    background-color: #ad680e; /* Border color, adjust as needed */
    transition: all 0.3s ease-out;
}

#dnnMenu .topLevel > li > a span:before {
    left: 50%;
}

#dnnMenu .topLevel > li > a span:after {
    right: 50%;
}

#dnnMenu .topLevel > li > a:hover span:before,
#dnnMenu .topLevel > li > a:focus span:before {
    left: 0; /* Adjust to start from the edge */
    width: 50%; /* Adjust expansion */
}

#dnnMenu .topLevel > li > a:hover span:after,
#dnnMenu .topLevel > li > a:focus span:after {
    right: 0; /* Adjust to start from the edge */
    width: 50%; /* Adjust expansion */
}


#dnnMenu .topLevel li {width:100%;background:transparent;list-style-type:none;float:none;margin:0;}
	
#dnnMenu .topLevel li a {width:100%;text-align:center;font-size:22px;margin:0;display:block;color:#EEE;-webkit-transition:all .2s ease 0s;-moz-transition:all .2s ease 0s;-o-transition:all .2s ease 0s;transition:all .2s ease 0s;}
#dnnMenu .topLevel li a:focus {width:100%;text-align:center;font-size:22px;margin:0;display:block;color:#FFF;-webkit-transition:all .2s ease 0s;-moz-transition:all .2s ease 0s;-o-transition:all .2s ease 0s;transition:all .2s ease 0s;}
#dnnMenu .topLevel li a:hover {width:100%;text-align:center;font-size:22px;margin:0;display:block;color:#FFF;-webkit-transition:all .2s ease 0s;-moz-transition:all .2s ease 0s;-o-transition:all .2s ease 0s;transition:all .2s ease 0s;}
	
#dnnMenu .topLevel li.active a{font-size:18px;color:#FFF;margin:0;}
#dnnMenu .topLevel li.active a:focus{font-size:18px;color:#FFF;margin:0;} 
#dnnMenu .topLevel li.active a:hover{font-size:18px;color:#FFF;margin:0;}

#dnnMenu .topLevel>li>a span {text-transform:uppercase;font-size:22px;margin:0;font-family: aptos-serif, sans-serif;} 
#dnnMenu .topLevel>li>a:focus span{text-transform:uppercase;font-size:22px;margin:0;font-family: aptos-serif, sans-serif;}
#dnnMenu .topLevel>li>a:hover span{text-transform:uppercase;font-size:22px;margin:0;font-family: aptos-serif, sans-serif;}
	
#dnnMenu .topLevel>.open>a {font-size:22px;color:#FFF;border-radius:0;transition: all .4s ease;}
#dnnMenu .topLevel>.open>a:hover{font-size:22px;color:#FFF;transition: all .4s ease;}
#dnnMenu .topLevel>.open>a:focus{font-size:22px;color:#FFF;transition: all .4s ease;}

#dnnMenu .topLevel>.active.open>a {font-size:22px;color:#FFF;transition: all .4s ease;}
#dnnMenu .topLevel>.active.open>a:hover {font-size:22px;color:#FFF;transition: all .4s ease;}
#dnnMenu .topLevel>.active.open>a:focus{font-size:22px;color:#FFF;transition: all .4s ease;}	


#dnnMenu .topLevel .dropdown a span {
    font-size:22px;
    color:#FFF;
}

#dnnMenu .topLevel .dropdown.open a span {
    color:#FFF;  /* only change color, not size */
}

#dnnMenu .topLevel .dropdown.open a:hover span {
    color:#ad680e;
}
#dnnMenu .topLevel .dropdown-menu.subLevel a span{color:#FFF;}

#dnnMenu .dropdown {
    position: relative;  /* parent needs relative */
}

#dnnMenu .dropdown-menu {
    top: 100%;   /* position directly below */
    left: 0;
    z-index: 1000;
    display: none;  /* stays hidden until JS toggles it */
    min-width: 200px;  /* adjust width */
}

#dnnMenu .dropdown.open .subLevel>li a span{font-size:16px;color:#ad680e;}
#dnnMenu .dropdown.open .subLevel>li a:focus span{font-size:16px;color:#ad680e;}
#dnnMenu .dropdown.open .subLevel>li a:hover span{font-size:16px;color:#ad680e;}
	
/*.navbar-nav.sm-collapsible .caret,.navbar-nav.sm-collapsible ul .caret{color:#afa99f;position:absolute;right:0;padding:0;width:40px;height:40px;text-align:center;border-width:1px;border-style:solid;top:0;border:none;display:block;margin:0;border-radius:0;font-size:1.3em;content:none;}
*/	

#dnnMenu .topLevel > li.dropdown > a::after {
    content: "\25BC"; /* Down arrow */
    display: inline-block;
    transition: transform 0.3s ease; /* Smooth transform transition */
    padding: 5px;
    margin-top:-5px;
    font-size:12px;
}

#dnnMenu .topLevel > li.dropdown.active > a::after {
    transform: rotate(-180deg); /* Flip the arrow to point up */
}
#dnnMenu .dropdown-menu{padding:0;}
#dnnMenu .dropdown-menu::after{pointer-events:none;border-color:none;border-width:0;}
#dnnMenu .dropdown-menu.subLevel{padding:0;}
#dnnMenu .dropdown-menu.subLevel li.active a span{color:#FFF;}
#dnnMenu .dropdown-menu.subLevel li{color:#FFF;background:#56483a;border-bottom:1px solid #CCC;padding:0;border-top:none;}
#dnnMenu .dropdown-menu.subLevel li a {font-size:18px;color:#333;background:#f1f1f1;padding:0;}
#dnnMenu .dropdown-menu.subLevel li a:hover {font-size:18px;color:#333;background:#DDD;padding:0;}
#dnnMenu .dropdown-menu.subLevelRight li {font-size:18px;color:#333;background:#f1f1f1;padding:0;}
#dnnMenu .dropdown-menu.subLevelRight li a:hover { font-size:18px;color:#333;background:#f1f1f1;padding:0;}

.main-navigation {
		height:auto;
		width:100%;}
	
	nav {display:none;}
	
	a.mobile-nav-btn {
		display:block;
		float:right;
		width:50px;
		height:46px;
		margin-top:15px;
		text-align:center;
		color:#383838;
	}

a.mobile-nav-btn:hover{text-decoration:none;}




/* Icon 3 */
    .menuslide.open {
    width: 100%;
    max-width: 100vw;
}  

.menuslide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;  /* ✅ aligns top */
    padding-top: 60px;  /* ✅ add top space if needed */
    background: rgba(0,0,0,0.7); /* fix typo: remove extra '#' */
    position: fixed;
    top: 0;
    bottom: 0;
    width: 0;
    overflow: hidden;
    z-index: 500;
    transition: width 0.5s ease-in-out;
    backdrop-filter: blur(16px) saturate(180%);
}

.menuslide.open {
    width: 100%; /* Adjust as needed */

}

/* Inside .menuslide, make dropdowns stack vertically */
.menuslide .dropdown-menu {
    display: none;
    padding: 0;
    margin: 0;
    background:rgba(0,0,0,0.1); /* adjust to match your style */
    list-style: none;
    width: 100%;
}

.menuslide .dropdown.open > .dropdown-menu {
    display: block;
}

.menuslide .dropdown-menu li a {
    display: block;
    padding: 10px 20px;
    color: #fff;
    background: transparent;
    text-align: left;
}

.menuslide .dropdown-menu li a:hover {
    background: transparent;
    color: #ad680e;
}


.caret-toggle {
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
}

.caret-toggle .caret {
    display: inline-block;
    transition: transform 0.3s ease;
}

.dropdown.open .caret {
    transform: rotate(-180deg);
}
#nav-icon3 {
  width: 42px;
  height: 35px;
  position:relative;
  margin: 10px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
cursor: pointer;
}

#nav-icon3 span{
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background:#F1F1F1;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}


#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 15px;
}

#nav-icon3 span:nth-child(4) {
  top: 31px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}



/* Icon on menu */

#nav-icon {
  width: 45px;
  height: 35px;
  position: relative;
  margin: 10px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon span{
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background:#FFF;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}


#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
  top: 18px;
}

#nav-icon span:nth-child(4) {
  top: 31px;
}

#nav-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}




/*------------------------------------------------*/
/* Global Button Styles */
/*------------------------------------------------*/



.DarkButton a:link, .DarkButton a:visited {
  padding: 10px;
  text-align: center;
  color: #FFF;
  font-family: aptos-serif, sans-serif; 
  font-size:20px;
  display: block;
  width: 100%;
  background: #0d0e10;
  border: 1px solid #0d0e10;
  border-radius:32px;
  margin:3px 0 3px 0;
  -webkit-transition:all ease .3s; 
  transition:all ease .3s;

}

.DarkButton a:hover, .DarkButton a:active {
  padding: 10px;
  text-align: center;
  color: #FFF;
  font-family: aptos-serif, sans-serif; 
  font-size:20px;
  display: block;
  width: 100%;
  background: #333;
  border: 1px solid #0d0e10;
  border-radius:32px;
  margin:3px 0 3px 0;
  -webkit-transition:all ease .3s; 
  transition:all ease .3s;
}

.TanButton a:link, .TanButton a:visited {
  padding: 10px;
  text-align: center;
  color: #FFF;
  font-family: aptos-serif, sans-serif; 
  font-size:20px;
  display: block;
  width: 100%;
  background: #a96600;
  border: 1px solid #a96600;
  border-radius:32px;
  margin:3px 0 3px 0;
  -webkit-transition:all ease .3s; 
  transition:all ease .3s;

}

.TanButton a:hover, .TanButton a:active {
  padding: 10px;
  text-align: center;
  color: #a96600;
  font-size:20px;
  font-family: aptos-serif, sans-serif; 
  display: block;
  width: 100%;
  background: #F1F1F1;
  border: 1px solid #a96600;
  border-radius:32px;
  margin:3px 0 3px 0;
  -webkit-transition:all ease .3s; 
  transition:all ease .3s;
}


/*------------------------------------------------*/
/* Header STYLES */
/*------------------------------------------------*/
.contctwrap{background:#FFF;}
.menuwrap{background:#0d0e10;}
.menuwht {background:transparent;}

.logo {
  display: flex;
  flex-direction: row;
  align-items: center; /* horizontally center everything */
  justify-content: center;width:100%;height:100%;
}

.contacttext {text-align:right;padding:1.5rem;}
.contacttext span a:link, .contacttext span a:visited {padding:7px; font-size:1.1rem;color:#2d2d2d;display:inline-block;line-height:.9;}
.contacttext span a:hover, .contacttext span a:active {padding:7px; font-size:1.1rem;color:#a96600;display:inline-block;line-height:.9;}
.socialtext {text-align:center;margin:0 auto;padding-top:30px;display:block;}
.socialtext a:link, .socialtext a:visited {color:#EEE;font-size:2rem;padding:0 7px;}
.socialtext a:hover, .socialtext a:active {color:#FFF;font-size:2rem;padding:0 7px;}

/*------------------------------------------------*/
/* Main Content STYLES */
/*------------------------------------------------*/


.showcasewrap {
    padding:2rem 0;
}

.welcomewrap {
    padding: 0 5%;
}



.welcometext {text-align:left;}
.welcometext h1 {color:#0d0e10;font-size:6rem;}
.welcometext h3 { color:#ad680e; font-family: arboria, sans-serif; font-size:1.4rem;}
.welcometext p { color:#0d0e10; font-family: arboria, sans-serif; font-size:1.2rem;line-height:1.4}
.welcometext img {border-radius:32px;box-shadow:0 0 22px 1px rgba(0,0,0,0.1);}

.parallax-section {
  position: relative;
  width: 100%;
  height: 100vh; /* full screen */
  overflow: hidden;
}

.parallax-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('images/gravel_responsive_bg.jpg') center center no-repeat;
  background-size: cover;
}

.angled-feature {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  pointer-events: none; /* ensures they don't block interactions */
}

.angled-box {
  position: absolute;
  width: 500px;
  height: 1000px;
  opacity: 0.5;
  transform: skewX(35deg);
}

.box1 {
  background-color: rgba(50, 100, 240, 0.8);
  top: 20px;
  right: -250px;
}

.box2 {
  background-color: rgba(12, 29, 54, 0.9); /* adjust color per box */
  top: 60px;
  right: -350px;
}


.servicewrap {padding:0 5%;}
.serviceimg {
    position: relative; /* Ensures the image and background square align correctly */
    display: inline-block;
    z-index: 10;
    margin:-100px auto 75px auto;
}

.serviceimg::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 105%; /* Adjust size as needed */
    height: 105%; /* Adjust size as needed */
    background-color: #3b495e; /* Set your desired background color */
    transform: translate(-55%, -55%); /* Centers square */
    z-index: 0; /* Places the square behind the image */
}

.serviceimg img {
    display: block; /* Removes inline spacing for images */
    max-width: 100%; /* Ensures responsiveness */
    height: auto;
    z-index: 10;
    position: relative;
}

.servicetext {}
.servicetext h2 {color:#0d0e10;font-size:4rem;font-family: aptos-serif, sans-serif;}
.servicetext h3 { color:#ad680e; font-size:1.4rem;}
.servicetext p { color:#0d0e10; font-family: arboria, sans-serif; font-size:1rem;}
.servicetext ul {margin:0;padding:0;list-style:none;}

.servicetext li {border-bottom:1px solid #ad680e;display:block;padding:8px;}

.servicetext li a:link, .servicetext a:visited {color:#0d0e10;font-size:22px;padding-left:7px; -webkit-transition:all ease .5s; transition:all ease .5s;}
.servicetext li a:hover, .servicetext a:active {font-size:22px;padding-left:10px; -webkit-transition:all ease .5s; transition:all ease .5s;}


.highwaywrap {
    background-image:url('images/work-responsive_bg.jpg');
    width:100%;
    background-size:cover;
    background-position:center center;
    padding:25% 0;
    margin:-10rem 0;

}

.projectwrap{ padding:0 5%;}
.projecttext {text-align:left;border-left:3px solid #ad680e;padding:1.2rem; }
.projecttext h2 {color:#0d0e10;font-size:5rem;font-family: aptos-serif, sans-serif;}
.projecttext p { color:#0d0e10; font-family: arboria, sans-serif; font-size:1.2rem;line-height:1.4rem;}


.communitywrap {   
    background:url('images/community-responsive_bg.jpg') top left no-repeat;
    margin-top:-100px;
    padding: 0 5%;

}


.communitybox {
  background: rgba(0,0,0,0.9);
  padding: 30px;
  color: white;
  margin:200px 0;

}

.communitybox h3 {color:#FFF;font-size:3rem;font-family: aptos-serif, sans-serif;}
.communitybox p {color:#FFF;}

.mainwrap {
	background:#fff;
    padding:60px 5%;
    }


/*------------------------------------------------*/
/* Home Project Page STYLES */
/*------------------------------------------------*/
#responsive {
  display: flex;
  flex-wrap: nowrap;
}

#responsive li {
  height: 100%;
  display: flex;
  flex-direction: column;
}



.sm-block-img {
  flex: 0 0 auto;
}

.sm-block-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 0.25rem; /* adjust as needed */
}
.sm-block-vert {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
/* Image fills card width */
#responsive li img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 3/4;
  object-fit: cover;
  margin: 0;
  padding: 0;
  -webkit-transition:all ease .3s; 
  transition:all ease .3s;
}

/* Hover transform */
#responsive li img:hover {
  transform: scale(1.05) rotateZ(0.5deg);
  box-shadow: 0 12px 24px rgba(0,0,0,0.2);
}


/* Inner content box */


#responsive li .sm-block-vert {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: white;
}

#responsive li .sm-block-vert .sm-block-content {
  padding:5px 12px;
}

#responsive li .sm-block-img {overflow:hidden;}

#responsive li .sm-block-content {
  padding: 4px 12px 6px 12px;
}
/* Headings and paragraphs */
#responsive li h3 a {
  margin: 0 0 0 0;
  text-transform:capitalize;
  font-size: 1.25rem;
  color:#DDD;
  font-weight:600;
  font-family: aptos-serif, sans-serif;
  -webkit-transition:all ease .3s; 
  transition:all ease .3s;
}

#responsive li h3 a:hover {
  margin: 0 0 0.5rem 0;
  font-size: 1.25rem;
  color:#FFF;
  font-family: aptos-serif, sans-serif;
}


#responsive li p {
  margin: 0 0 1rem 0;
  font-size: 0.95rem;
  color:#DDD;
}
#responsive li .sm-block-vert-readmore {  text-align:right;}
#responsive li .sm-block-vert-readmore a {
  display: inline-block;
  padding: 0.4rem 1rem;
  text-align:right;
  color: #DDD;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease, color 0.3s ease;
}

#responsive li .sm-block-vert-readmore a:hover {
  color: #FFF;
}



/* Color cycling */
#responsive li:nth-child(3n + 1) {
  background-color: #3b495e;
}

#responsive li:nth-child(3n + 2) {
  background-color: #b27100;
}

#responsive li:nth-child(3n + 3) {
  background-color: #151515;
}


.listingwrap {
	padding: 50px 0 50px 0;
	background:#FFF;
    position:relative;

}
.mainarea {background:#f8f7f3;padding:20px;border:1px solid #DDD;box-shadow:0 0 15px 0 rgba(0,0,0,0.1);}



.listingmain h3 a:link, .listingmain h3 a:visited {
    color:#0d0e10;
    font-size:22px;
    margin:10px 0;
      font-family: aptos-serif, sans-serif;
  -webkit-transition:all ease .3s; 
  transition:all ease .3s;
}
.listingmain h3 a:hover, .listingmain h3 a:visited {
    color:#ad680e;
    font-size:22px;
    margin:10px 0;
      font-family: aptos-serif, sans-serif;
  -webkit-transition:all ease .3s; 
  transition:all ease .3s;
}

/* Article STYLES ------------------------*/

.project {background:#f1f1f1;padding:15px;}
.projectimage img {width:100%;height:auto;}

.projectcontent {padding:35px; border:1px solid #f1f1f1;margin-bottom:25px;background:#FFF;}
.projectcontent h1 {color:#222;font-size:26px;font-weight:600;padding-top:10px;}

.projectcontent p {font-size:16px; line-height:22px;font-weight:400;margin-bottom:0;}

.projectcontent ul {list-style:none;margin:15px 0 10px 0;}
.projectcontent ul li {padding:0;}
.projectcontent li {padding-bottom:20px;}

.projectsgallery {background:#FFF;padding:10px;}

.sm-block-content {
  flex-grow: 1;
}

/*------------------------------------------------*/
/* Footer Content STYLES */
/*------------------------------------------------*/

.footertopwrap {
	background-image:url('images/footer-responsive_bg.jpg');
    background-color:#2f363e;
    width:100%;
    background-size:cover;
    padding-bottom:5%;
}

.footerwrap {
    padding-top:17px;
	background:#0d0e10;
}

.footertext ul {margin:75px 0 0 25px;padding:0;list-style:none;}
.footertext ul li {margin:0}
.footertext li {padding:8px 0;text-align: left;color:#DDD;}
.footertext li a:link, .footertext li a:visited { color:#DDD;font-size:16px;}
.footertext li a:hover, .footertext li a:active { color:#ad680e;font-size:16px;}

.footertext p {font-size:16px;color:#DDD;text-align:left;}

.footertext a:link, .footertext a:visited { color:#DDD;font-size:32px;padding:0 5px;}
.footertext a:hover, .footertext a:active { color:#ad680e;font-size:32px;padding:0 5px;}

.login {color:#CCC;font-size:11px;}
.login li {color:#CCC;font-size:11px;}

a.login:visited {color:#CCC; font-size:11px; text-decoration:none;}
a.login:active {color:#CCC; font-size:11px; text-decoration:none;}
a.login:link {color:#CCC; font-size:11px; text-decoration:none;}
a.login:hover {color:#DDD; font-size:11px; text-decoration:underline;}

.copyright {font-family: 'Montserrat', sans-serif;font-size: 11px;color: #EEE;text-align:center;padding:5px;}

a.copyright:visited {color: #CCC; font-size:11px; text-decoration:none;}
a.copyright:active {color: #CCC; font-size:11px; text-decoration:none;}
a.copyright:link {color: #CCC; font-size:11px; text-decoration:none;}
a.copyright:hover {color: #DDD; font-size:11px; text-decoration:underline;}

.wecontrol {
    text-align: center;
    font-size: 11px;
    padding-top: 0; 
	color: #CCC;
}

.wecontrol ul { 
  margin:0;
  padding:0;
}
.wecontrol ul li { 
  display: inline; 
  color: #CCC;
  margin:0;
  
}

.wecontrol ul li a
{
   text-decoration: none;
   padding: 3px;
   color: #CCC;
}

.wecontrol ul li a:hover {
    color: #DDD;
    text-decoration:underline;
}

.page-break-section {box-shadow:none !important;}



/*------------------------------------------------*/
/* @media Display STYLES */
/*------------------------------------------------*/


/* XXL devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .projecttext h2 {color:#0d0e10;font-size:4.2rem;font-family: aptos-serif, sans-serif;}
  .projecttext p { color:#0d0e10; font-family: arboria, sans-serif; font-size:1.1rem;line-height:1.2rem;}

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {    
    
   .contacttext {text-align:center;padding:1rem;}
   .highwaywrap {
    background-image:url('images/work-responsive_bg.jpg');
    width:100%;
    background-size:cover;
    background-position:center center;
    padding:25% 0;
    margin:-4rem 0;

    }
     .projecttext h2 {color:#0d0e10;font-size:4.2rem;font-family: aptos-serif, sans-serif;}
     .projecttext p { color:#0d0e10; font-family: arboria, sans-serif; font-size:1.1rem;line-height:1.2rem;}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {     
    .contacttext {text-align:center;padding:1rem;}
    .footertext li {padding:8px 0;text-align: center;color:#DDD;}
    .footertopwrap {
	background-image:none;
    background-color:#2f363e;
    width:100%;
    background-size:cover;
    padding-bottom:5%;
}
 
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .contacttext {text-align:center;padding:1rem;}

    .communitybox h3 {color:#FFF;font-size:2.2rem;font-family: aptos-serif, sans-serif;}
    .servicetext h2 {color:#0d0e10;font-size:2.8rem;font-family: aptos-serif, sans-serif;}
    .projecttext h2 {color:#0d0e10;font-size:2.8rem;font-family: aptos-serif, sans-serif;}
    .welcometext h1 {color:#0d0e10;font-size:4rem;padding-top:15px;}
    .footertext li {padding:8px 0;text-align: center;color:#DDD;}
    .highwaywrap {
        background-image:url('images/work-responsive_bg.jpg');
        width:100%;
        background-size:cover;
        background-position:center center;
        padding:25% 0;
        margin:-3rem 0;
    
    }

    .footertopwrap {
	background-image:none;
    background-color:#2f363e;
    width:100%;
    background-size:cover;
    padding-bottom:5%;
    }
    


.socialtext {text-align:center;margin:0 auto;padding-top:30px;display:none;}
.servicetext li {border-bottom:1px solid #ad680e;display:block;padding:8px;}

.servicetext li a:link, .servicetext a:visited {color:#0d0e10;font-size:18px;padding-left:7px; -webkit-transition:all ease .5s; transition:all ease .5s;}
.servicetext li a:hover, .servicetext a:active {font-size:18px;padding-left:10px; -webkit-transition:all ease .5s; transition:all ease .5s;}


}

/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
    .menuwht {background:#FFF;padding-top:10px;}
    .servicetext h2 {color:#0d0e10;font-size:2.4rem;font-family: aptos-serif, sans-serif;}
    .projecttext h2 {color:#0d0e10;font-size:2.4rem;font-family: aptos-serif, sans-serif;}
    .contacttext {text-align:center;padding:1.5rem;}
    .communitybox h3 {color:#FFF;font-size:2rem;font-family: aptos-serif, sans-serif;}
    .welcometext h1 {color:#0d0e10;font-size:3.2rem;padding-top:15px;}
    .footertext li {padding:8px 0;text-align: center;color:#DDD;}
    .highwaywrap {
    background-image:url('images/work-responsive_bg.jpg');
    width:100%;
    background-size:cover;
    background-position:center center;
    padding:25% 0;
    margin:-1.5rem 0;

}
    .socialtext {text-align:center;margin:0 auto;padding-top:30px;display:none;}
    .footertopwrap {
	background-image:none;
    background-color:#2f363e;
    width:100%;
    background-size:cover;
    padding-bottom:5%;
}
 .box1 {
  background-color: rgba(50, 100, 240, 0.8);
  top: 20px;
  right: -450px;
}

.box2 {
  background-color: rgba(12, 29, 54, 0.9); /* adjust color per box */
  top: 60px;
  right: -550px;
}
.servicetext li {border-bottom:1px solid #ad680e;display:block;padding:8px;}

.servicetext li a:link, .servicetext a:visited {color:#0d0e10;font-size:18px;padding-left:7px; -webkit-transition:all ease .5s; transition:all ease .5s;}
.servicetext li a:hover, .servicetext a:active {font-size:18px;padding-left:10px; -webkit-transition:all ease .5s; transition:all ease .5s;}

    
}
/* Custom, smaller than the smallest Bootstrap breakpoint */

@media (max-width: 320px) {
 
}


