/* CSS Document */
@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700");
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* HTML5 Events Display
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, menu {
	display: block;
}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
audio[controls], canvas, video {
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* ELEMENTS
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

html {
}
body {
	font-family: 'Open Sans', sans-serif;
	padding: 0px;
	font-weight:300;
	font-size: 15px;
	color:#000;
	overflow-x: hidden;
	margin: 0px 0 0 0;
	line-height: 1.6;
	position: relative; 
	background:url(../images/news-paper-bg.jpg) no-repeat;
	-webkit-background-size:cover; 
	-moz-background-size:cover; 
	background-size:cover; 
}
img {
	border: none;
}
h1, h2, h3, h4, h5, h6, ul, ol {
	margin: 0;
	padding: 0;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}
h1 {
	font-size: 36px;
	color: #000;
	font-weight:300;
	text-align:center;
	margin: 10px 0 10px 0;
}
h2 {
	font-size: 32px;
	font-weight: 300;
	line-height: 1.5;
	color: #000;
    margin: 10px 0 10px 0;
}
h3 {
    font-size: 22px;
	line-height: 1.5;
    margin: 10px 0;
    text-align: left;
    font-weight: 300;
}
h4 {
    font-size: 18px;
    color: #000;
	line-height: 1.5;
    font-weight: 400;
    margin: 5px 0 10px 0;
} 
h5 {
	font-size: 18px;
}
a, a:link {
	text-decoration: none;
	color: #000;
    outline: none;
}
a:hover {
	text-decoration: none;
	color: #000;
} 
.dis-none { 
	display:none;
}
p {
	margin: 0px 0px 10px 0px;
	color: #000;
	font-size: 15px;
	
}
p.intro{
	text-align:center;
}
.clear-fix {
	clear: both;
	display: table;
}
ul, li {
	margin: 0;
	padding: 0;
}
img {
	max-width: 100% !important;
	height: auto !important;
}
.img-wrap img {
	width: 100%;
}
  
/********************* Header styles ***********************/
 
.fixedh .navbar-default{
	background-color:rgba(0,0,0,0.5) !important;
}
.header-info, .navbar-brand{
  -webkit-transition: width 1s ease;
  -moz-transition: width 1s ease;
  transition: width 1s ease;
}
.fixedh .header-info{
	display:none;
}
.fixedh .navbar-brand{
    max-width: 200px;
}
.fixedh .navbar-nav { 
    margin: 30px 0 0 0;
}
.header-info{
	float:right;
    margin: 10px 0 0;
}
.header-info ul{
	list-style:none;
}
.header-info ul li{
    list-style: none;
    margin: 0 0 0 15px;
    float: none;
    padding: 3px 0;
    display: inline-block;
    color: #fff;
    font-weight:400;
    font-size: 22px;
    vertical-align: middle;
}
.header-info ul li a{
    color: #fff;
	text-decoration:none;
}
.header-info ul li .fa {  
}
.navbar-brand {
    padding: 12px 15px;
}

/********************* Navigation styles ***********************/
.navbar-default .navbar-nav > li > a {
    font-size: 15px;
    padding: 10px 18px;
    padding-top: 5px;
    padding-bottom: 4px;
} 

/********************* Content styles ***********************/
.get-in-touch-wrapper {
	background:#f4f4f4;
	padding: 40px 20px;
}
.get-in-touch-wrapper .contact-btn-cstm {
	padding: 10px 40px;
    font-size: 17px;
}
.content-row-1{ 
	padding:40px 0 40px 0;
} 
.slick-slide {
    height: auto !important;
	padding:0 15px;
	outline:none;
}
.container.content-wrap {
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 0px;
    margin-top:35px;
    margin-bottom:35px;
    background:#fff; 
}
.container > h1{
	text-align:center; 
	font-size:36px;
	color:#000;
	position:relative;
	margin-bottom:30px;
}
.maincontent-row > h1{
	padding:0 15px;
}
h1.title::after, h2.title::after{
	content:"";
	display:block;
	height:4px;
	margin:5px 0;
	background:#409344;
	width:50px;
} 
h1.title.text-center::after, h2.title.text-center::after{
	margin:5px auto !important;
} 
h1.title{
    margin: 10px 0 25px 0;
}
h2.title{
    margin: 0px 0 30px 0;
	    font-weight: 600;
}  
.meet-the-team  {
    background: #f3f3f3;
}
.meet-the-team .team-item {
    position: relative; 
    margin: 0px 0 30px 0; 
} 
.team-item .img-wrap {
    padding: 12px 17px 20px;
    margin: 0px 0 5px 0;
    background: url(../images/small-frame.png) no-repeat center center;
    background-size: 100%;
} 
.team-item h4, .team-item h4 a {
    color: #000;
    text-align: center;
}
.filtr-item .img-wrap{
	position:relative;
	overflow:hidden;
}
.filtr-item .img-wrap .desc-wrap{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5;
	background:rgba(0,0,0,0.5);
	opacity:0;
	-webkit-transition:all ease-in 0.3s;
	-moz-transition:all ease-in 0.3s;
	transition:all ease-in 0.3s;
	padding:15px;
}
.filtr-item .img-wrap .desc-wrap h5{
	color:#fff;
	font-weight:700;
	margin:20px 0 ;
	font-size:20px;
	text-shadow:0px 0px 2px #409344;
	text-align:center;
}
.filtr-item .img-wrap .desc-wrap p{
	color:#fff;
	text-align:center;
}
.filtr-item .img-wrap:hover .desc-wrap{
	opacity: 1;
}
/* banner styles */
.home-banner{
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	background-repeat: no-repeat;
	width: 100%;
}
.banner-desc{
	text-align:center;
    padding: 20% 0 10% 0;
}
.banner-desc h1{
	color:#fff;
	font-weight: 700;
    width: 60%;
    margin: auto;
}
.banner-desc p{
	color:#fff;
	font-weight: 500;
    width: 60%;
    margin: auto;
	text-align: center;
    font-size: 20px;
}
.banner-desc .btn-group-lg{
	margin:8% 0 0 0;
}
.quote-wrap{
	background:#409344;
	padding: 0 0 10px 0;
}
.quote-wrap *{
	color:#fff;
}
.quote-wrap h3{
    font-size: 22px;
    margin: 12px 0 5px 0;
}
.quote-wrap .btn-primary{
	float:right;
	margin:0 0 0 15px;
    font-size: 16px;
}
@media (min-width: 992px){
.content-wrap .main-content{
	width:70%;
}
.content-wrap .sidebar-content{
	width:30%;
}
}
/* featured styles */
.featured-row{ 
	padding:55px 0 30px 0; 
	background:#f8f9f9;
} 
.featured-item h4, .news-item h4{ 
	margin:20px 0 20px 0;
} 
.readmore a{ 
	font-weight:700;
	color:#409344;
	font-size:14px;
} 
.news-item .readmore a{ 
	font-weight:300;
	color:#000;
	font-size:14px;
	border:1px solid #000;
	padding:5px 10px;
	letter-spacing:2px;
	margin:10px 0 20px 0;
	display:inline-block;
} 
.news-item p.date{
	border-top:1px solid #000;
	font-size:13px;
	padding:5px 0px;
	border-bottom:1px solid #000;
}
.newsfullview p.date{
    border-top: 1px solid #000;
    font-size: 16px;
    margin: 5px 0px 15px 0px;
    padding: 6px 0px;
    border-bottom: 1px solid #000;
}
.newsfullview .btn-group-lg{
	margin:30px 0 0 0;
	text-align:center;
}
.newslisting .news-item{
    margin-bottom: 15px;
}
.newslisting .news-item .img-wrap{
    margin: 5px 0 15px;
}
.newslisting .news-item h3{
    margin: 0 0 10px 0;
}

/* Project Features */
.project-features{ 
	padding:45px 0 45px 0; 
	background:#222222;
	/* margin: 0px 0 20px 0; */
} 
.project-features h1{ 
	color:#fff;
}
.filtr-container{
	background:#222222;
}
.non-front .project-features{
	background:#fff;
}
.non-front .project-features h1{ 
	color:#000;
}
.non-front .project-features .simplefilter li{
	color:#000 !important;
}
.filtr-item {
    padding: 0;
}  
.simplefilter{
	text-align:center;
    margin: 30px 0 30px 0;
}
.simplefilter li{
    color: #fff;
    cursor: pointer;
    display: inline-block; 
    padding: 0 15px;
} 
.simplefilter li.active {
    color: #409344;
} 
.whatwedo-carousel .slick-arrow.slick-next{right: 10px;top: -80px;}
.whatwedo-carousel .slick-arrow.slick-prev{right: 60px;top: -80px;}
.whatwedo h2{
}
.whyus{
	background:url(../images/whyus.jpg) center no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	padding:60px 0 60px 0;
}
.whyus *{
	color:#fff;
}
.whyus h2.title::after{
	background:#fff;
}
.whyus p{
	font-size:20px;
}
.article-item{
	position:relative;
	margin-bottom:20px;
}
.main-content .article-item{
	margin-bottom:30px;
}
.article-item h3 a, .article-item h3{
	color:#16479e;
	font-weight:700;
}
.article-item .img-wrap{
	margin-bottom:10px;
	padding: 0px 0px 0;
}
.article-item .img-wrap img{
	width:100%;
}
.article-item .desc-wrap{
	padding: 0 0px;
}
.article-item .desc-wrap p{
	line-height:1.6;
}
.sidebar-content h2{
	text-align:center;
	font-weight:700;
	font-size:22px;
	position:relative;
	margin-bottom:20px;
}
.sidebar-content h2::after{
	content:"";
	display:block;
	height:3px;
	margin:0 auto;
	background:#efc107;
	width:40px;
}
.sidebar-content h3{
    font-size: 18px;
	line-height:1.6;
	margin:0 0 5px;
}
.sidebar-content .article-item {
    padding: 0 20px 5px 0;
}
.sidebar-content .article-item::after{
    border-bottom: 1px dashed #aaa;
	content:"";
	clear:both;
	height:1px;
	display:block;
}
.sidebar-content .article-item .desc-wrap{
    padding-left: 0px;
    padding-right: 0px;
	width:65%;
	float:left;
}
.sidebar-content .article-item .img-wrap{
	padding:5px 20px 10px 0;
	width:35%;
	float:left;
}
.sidebar-content .article-item .datetime{
	color:#efc107;
    font-size: 14px;
	line-height:1.6;
}
.sidebar-content .adwrap-item{
	padding-right:20px;
	overflow:hidden;
	margin-bottom:20px;
}
.container.whatwedo, .container.bigad-wrap{
	padding:25px 15px !important;
	overflow:hidden;
}
.recent-updates{
	padding:35px 0px 25px 0px; 
}
.videos-section .container{
	padding:35px 0 45px 0 !important;
}
.videos-section{
	background:#000;
	margin-bottom:30px !important;
}
.videos-section h1{
	color:#fff;
}
.videos-section .video-wrap{
	position:relative;
}
.videos-section h3.video-caption{
	color:#fff;
	width:100%;
	position:absolute;
	left:0;
	top:10px;
	font-size:18px;
	text-shadow:0px 1px 5px #000;
	padding:0 15px;
	z-index:99;
}

/********************* carousel styles ***********************/
.container.whatwedo .news-item .wrap, .nationalstories .news-item .wrap{
	padding:0 15px;
}
.container.whatwedo .news-item .wrap h4, .nationalstories .news-item .wrap h4{
	padding:15px 10px;
	background:#fff;
	margin:0 0 10px 0 !important;
}
.nationalstories .news-item .wrap h4{
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	font-weight:700;
}
.nationalstories .news-item .wrap h4 a{
    color: #16479e;
}
/* Dots */
.slick-arrow{
    -moz-appearance:button; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
	width:45px;
	height:45px;
	position:absolute;
	z-index:9;
	background:url(../images/arrows.png) no-repeat left center;
	border:none !important;
	outline:none;
	text-indent:-9999px;
}
.slick-arrow.slick-next{
	background:url(../images/arrows.png) no-repeat right center;
}
.slick-slider
{
    margin-bottom: 10px;
}

.slick-dots
{
    position: absolute;
    bottom: -15px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 15px;
    height: 15px;
    margin: 0 2px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block; 
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
	width: 10px !important;
	height: 10px !important; 
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-ms-border-radius: 5px !important;
	border-radius: 5px !important;
	background: #000 !important;
	text-indent: -9999px; 
    opacity: .5;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
} 
.slick-dots li.slick-active button
{
    opacity: 1;
    color: black;
}
/* Gallery */
.container.gallery-wrap{
	padding:25px 0 55px 0 !important;
} 
.container.gallery-wrap div[class*="col-"]{
	padding-left:0;
	padding-right:0;
} 
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
	outline:none !important;
}
/* video gallery */
.video-item{
	margin:0 0 15px 0;
}
.video-item .img-wrap{
	width:30%;
	float:left;
	margin:0 5% 0px 0;
}
.video-item .desc-wrap{
	margin:10px 0px 0px 0;
	float:left;
	width:65%;
}
.video-item h4{
	margin:0px 0px 0px 0;
}
.video-item h4 a{
	color:#fff;
}
.video-item p{
	font-size:14px;
	color:#ccc;
	font-style:italic;
}
.modal-header h3{
    font-weight: 700;
    margin: 0;
}

/* Footer */
.footer {
    background: #111111;
    padding: 35px 0;
}
.copyright{
    background: #222222;
    padding: 10px 0 2px 0;
}
.copyright p{
    font-size: 14px;
    margin: 12px 0px 18px 0px;
}
.copyright p, .footer p, .footer h3, .footer h4, .footer a, .footer li{
    color:#fff;
}
.footer-links  ul{
    float: left;
    width: 50%;
}
.footer li, .footer ul{
	list-style:none;
}
.footer-address li{
	padding:0 0 15px 45px;
    color:#fff;
}
.footer-address li.location{
	background: url(../images/location.png) no-repeat 0px -10px;
}
.footer-address li.phone{
	background: url(../images/phone.png) no-repeat 0px -5px;
}
.footer-address li.email{
	background: url(../images/email.png) no-repeat 0px -5px;
}
.footer-about p{
    margin-bottom:  20px;
}
.copyright p a{ color: #409344; }
.footer .datetime { 
    font-size: 14px;
    line-height: 1.6;
}
.footer .news-item h4 {
    font-size: 16px; 
    line-height: 1.5;
    margin: -2px 0 5px 0;
}
.footer .news-item .img-wrap{
	float:left;
	margin:0 15px 0 0;
	width:100px;
}
.footer .news-item{
	margin:0 0 20px 0;
}
.footer  h3{ 
    clear: both; 
    font-size: 18px;
    font-weight: 400;
    margin: 20px 0 15px 0;
    line-height: 1.5;
} 
.footer-links li { 
    font-size: 15px;
    padding: 0 0 5px 0;
}
.social-group{
	text-align:right;
}
.social-group a {
    display: inline-block;
    position: relative;
    border-radius: 50%;
    text-align: center;
    padding: 5px 0;
}
.social-group a:first-child {
    margin-left: 0;
}
.social-group a:last-child {
    margin-right: 0;
}
.social-group a i {
    padding: 8px 5px;
    font-size: 16px;
    border-radius: 50%;
    vertical-align: middle;
    color: #fff;
    height: 35px;
    width: 35px;
    margin: 0 2px;
    border: 1px solid #fff;
} 
.social-group .fa-facebook {
    padding: 8px 6px;
}

.social-group .fa-twitter {
    padding: 8px 5px;
}

.social-group [class*="facebook"]:hover {
    background-color: #3B5998;
}

.social-group [class*="twitter"]:hover {
    background-color: #3B8ACA;
}

.social-group [class*="google"]:hover {
    background-color: #d7473d;
}

.social-group [class*="linkedin"]:hover {
    background-color: #0077B5;
}

.social-group [class*="youtube"]:hover {
    background-color: #cc181e;
}

.social-group [class*="instagram"]:hover {
    background-color: #125688;
}

.social-group-button.social-line .social-group {
    display: block;
    width: 47px;
    left: 50%;
    margin-left: -23.5px !important;
    margin-top: 35px;
    background-color: white;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.42);
    border-radius: 20px;
    padding: 12px 7px 6px 8px;
    display: none;
}

.social-line .social-group i.circle {
    border-color: #fff !important;
    color: #fff !important;
}

    .social-line .social-group i.circle:hover {
        border-color: #FFF !important;
        color: #FFF !important;
    }

.social-group-button.social-line .social-group a {
    display: block;
    height: 30px;
}
#backtotop {
    background: url(../images/up-arrow.png) center center no-repeat !important;
    background-size: 100% !important;
    height: 48px;
    width: 48px;
    z-index: 9999;
    text-indent: -9999px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	padding: 0px 0px 0px;
	z-index: 10000;
    cursor: pointer;
} 

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Responsive Media Queries
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
@media only screen and (min-width: 1500px) {
 
}
 
@media only screen and (max-width: 1200px) {

.navbar-default .navbar-nav > li > a {
    font-size: 14px;
    padding: 10px 10px;
} 
}
@media only screen and (max-width: 990px) {
 .navbar-fixed-top {
    position: relative !important;
    background-color: #409344 !important; 
} 
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}    
.navbar-default .navbar-toggle {
    border-color: #fff;
}
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none !important;
	padding-bottom:20px; 
    max-height: 100%;
    } 
.navbar-collapse.collapse.in{
    display: block !important; 
} 
.navbar-toggle { 
    margin-top: 35px; 
} 
.header-info {
    text-align: center;
    float: none; 
}
    .navbar-nav {
        float: none!important;
        margin: 7.5px 10px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}
.header-info ul li {
    font-size: 18px;
}
    .navbar-nav>li>a:hover{ color:#fff;}
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
} 
@media only screen and (max-width: 768px) {

.container.content-wrap {
    padding-left: 15px;
    padding-right: 15px;
}
.container.whatwedo, .container.nationalstories, .container.bigad-wrap {
    padding: 25px 15px !important;
}
.videos-section .container {
    padding: 25px 15px 35px 15px !important;
} 
}

@media only screen and (max-width: 735px) { 
 
.quote-wrap h3 {
    font-size: 22px;
    margin: 12px 0 5px 0;
    text-align: center;
}
.quote-wrap .btn-primary {
    float: none;
    margin: 20px auto 15px auto; 
    clear: both;
    display: block;
    text-align: center;
    max-width: 250px;
}
.copyright .pull-right{
    width: 100%;
    clear: both;
    text-align: center;
}
.social-group {
    text-align: center;
    margin-bottom: 5px;
}
}
@media only screen and (max-width: 668px) { 
 
}

@media only screen and (max-width: 568px) { 
 
 
}
@media only screen and (max-width: 480px) {
 
}
@media only screen and (max-width: 415px) { 

.navbar-default .navbar-brand {
    max-width: 220px;
}
}
*Information section css start*/
.information {
	background-color: #fff;
	min-height: 300px;
	padding: 40px 0px 40px 0px;
}
.project-details {
	width: 95%;
	height: auto;
	margin:30px 0px 30px 0px;
}
.read-more {
	color: green;
	font-weight: bold;
}
.read-more:hover {
	color: green;
	text-decoration: none;
}
.project-details img {
	width: 100%;
	
}

.heading1 {
	    margin: 10px 0px 5px 0px;
		color: #409344;
    font-weight: 800;
}
.project-location-cstm {
	font-weight:bold;
}
.project-features-cstm-heading {
	font-weight:700;
}
.project-features-cstm {
	margin-left:30px;
}
/*Information section css end*/

/* Gallery part start*/
.Projects-Gallery {
	background-color: gray;
	min-height: 300px;
	text-align: center;
	padding: 40px 0px 40px 0px;
	color: #fff;
	position:relative;
}
.gallery-box {
    margin-top: 15px;
	cursor: pointer;
}
.gallery-box img {
	width: 100%;
	
	border:1px solid black;
}

/*Gallery Part End*/

.benifits-section {
	background-color: #fff;
	min-height: 300px;
	padding: 40px 0px 40px 0px;
}

/*Information section css start*/

.Why-us {
	background-image: url(../Images/banner2.jpg);
	background-size: cover;
	background-position: center center;
	min-height: 450px;
	position: relative;
	text-align: center;
	padding: 100px 0px 100px 0px;
}

/*Information section css start*/


/* Contact form css start */
.contact-us {
	background-color:gray;
	min-height: 300px;
	padding: 50px 0px 50px 0px;
	text-align: center;
	color:#fff;
}

.contact-form {
	width: 30%;
	height: auto;
	margin: auto;
}
.Submit-button {
	padding:8px 23px 8px 23px !important;
}
.cstm {
	
    text-align: center;
    font-size: 23px;
    margin-bottom: -46px;
    margin-top: 36px;
}
.title-cstm {
	font-size: 35px;
    font-weight: 600;
	margin-top: 0px;
    margin-bottom: 0px;
	color:#fff;
	text-align:center;
}
.urban-hegiht-heading {
	color: #fff;
	font-size: 26px;
    font-weight: 600;
    margin-bottom: 0px;text-align:center;
}
.banner-wrapper {
	position:relative;
}
.banner-wrapper img{
	width:100%;
}
.banner-caption {
	position:absolute;
	top:35%;
	left:0px;
	right:0px;
	width:50%;
	margin:auto;
}
.banner-caption h1{
	color: #fff;
    font-weight: 700;
}
.banner-caption p {
	color: #fff;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
}
.banner-caption .btn-group-lg {
	text-align: center;
    margin-top: 30px;
}
.banner-caption .project-location-cstm {
	color:#fff;
}







