/*
Theme Name: NB Development group
Theme URI: https://nbdevelopment.com/
Description: A clean and minimal theme that is completely compatible with WordPress 4.x
Author: Aakar
Author URI: https://aakartechnologies.com/
Version: 1.0
*/

*{margin: 0; padding: 0; outline: 0 none; border:0 none; box-sizing: border-box;}
html,body{
	width: 100%;
	float: left;
}
body{
	font-family: 'Lato', sans-serif;
}
a{
	text-decoration: none;
	color: #799f49;
}
li{
	list-style-type: none;
}
/* keyframes*/

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { 
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { 
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { 
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
.wrapper{
	animation: fadein 2s;
    -moz-animation: fadein 2s; 
    -webkit-animation: fadein 2s; 
    -o-animation: fadein 2s; 
    transition: all 0.5s ease-in;
}
.container{
	width: 1200px;
	margin: 0 auto;
}
/******Header******/
header{
	width: 100%;
	float: left;
	position: fixed;
	height: 112px;
	z-index: 999;
	padding: 30px 0;
	background: transparent;
    transition: all 0.5s ease-in;
}
header.sticky{
	padding:15px 0;
	height: 65px;
	background: rgba(255,255,255,.90);
	box-shadow: 0 -6px 29px 1px #333;
	-moz-box-shadow: 0 -6px 29px 1px #333;
	-webkit-box-shadow: 0 -6px 29px 1px #333;
}
.logo img{
	transition: all 0.5s ease-in;
}
.sticky-logo,.sticky .normal-logo{
	display: none;
}
.sticky .sticky-logo{
	display: block;
}
.logo{
	float: left;
}
.menu{
	float: right;
	transition: all 0.5s ease-in;
}
.menu ul li{
	float: left;
}
.menu li a{
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	font-size: 13px;
	margin: 0 25px;
	float: left;
	padding: 9px 0;
}
.sticky .menu li a{
	color: #799f49;
}
.menu li a:hover{
	color: #a7a7a7;
}
.menu li.current-menu-item a{
	color: #a7a7a7;
}
/********Home Banner*********/
.banner #fullbanner{
	position: fixed;
	width: 100%;
}
.banner .item {
	height: 693px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover; 
}

#fullbanner .active {
	z-index: 1;
}
/********** Home Content************/
.cont-wrap{
	float: left;
	width: 100%;
	position: relative;
	z-index: 99;
}
.banner-overlay{
	position: relative;
	padding: 200px 0 200px;
	text-align: center;
	color: #fff;
	width: 75%;
	margin: 0 auto;
	font-size: 22px;
	line-height: 30px;
}
.banner-overlay h1,.pg-banner-overlay h1{
	font-size: 50px;
	line-height: 50px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0 0 20px 0;
}
#cpcarousel{
	position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    width: 100%;
}
.banner #cpcarousel .item{
	height: 650px;
	width: 100%;
}
.ss-slide-stage{
	border-radius: 0 none !important;
}
.caption{
	right: 0;
	position: absolute;
	bottom: 0;
	right: 15px;
	color: #fff;
    text-align: right;
    font-size: 16px;
    line-height: 19px;
}
.short-menu{
	margin: 80px 0 0;
}
.short-menu li{
	display: inline-block;
}
.short-menu li a{
	text-transform: uppercase;
	color: #fff;
	background:rgba(121, 159, 73, .7);
	padding: 15px;
	width: 265px;
	font-size: 16px;
	display: block;
	font-weight: 700;
	-webkit-transition: background 800ms ease-out;
    -ms-transition: background 800ms ease-out;
    transition: background 800ms ease-out;
}
.short-menu li a:hover{
	background:rgba(121, 159, 73, 1);
	
}
/********Home Portfolio Carousel*********/
.home-portfolio{
	padding: 80px 0;
	float: left;
	width: 100%;
	background:#fff;
}
.home-portfolio h2{
	font-size: 34px;
	font-weight: 300;
	color: #666666;
	text-align: center;
	padding-bottom: 70px;
}
.home-portfolio .homeport-carousel{
	width: 100%;
	margin: 0 auto;
}
.hp-item{
	margin: 0 auto;
	width: 396px;
	height: 256px;
	padding:18px 28px; 
	position: relative;
	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}
.hp-item img{
	width: 100%;
	height: 100%;
}
.hp-overlay{
	width: 340px;
    height: 220px;
    top: 18px;
    left: 28px;
    right: 28px;
    bottom: 18px;
	position: absolute;
	z-index: 99;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.hp-data{
	text-align: center;
	color: #fff;
	padding: 0 15px;
	display: table-cell;
	vertical-align: middle;
	line-height: 220px;
	height: 220px;
	width: 340px;
	opacity: 0;
	background: rgba(0,0,0,0.7);
	transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}
.floatingtitle{
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;	
	line-height: 18px;
	transition: opacity .4s ease-out;
    -moz-transition: opacity .4s ease-out;
    -webkit-transition: opacity .4s ease-out;
    -o-transition: opacity .4s ease-out;
}
.hp-overlay h3 a{
	font-size: 16px;
	color: #fff;
	line-height: 18px;
	display: block;
	margin-bottom: 20px;    
	padding: 0 20px;
}
.floatingtitle a,.hp-data h3,.proj-excerpt, .hp-data .learn-more{
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
}
.proj-excerpt{
	line-height: 18px;
	display: block;
	font-size: 14px;
	
}
.learn-more{
	clear: both;
	color: #799f49;
	text-transform: uppercase;
	line-height: 18px;
	display: block;
	font-size: 14px;
	padding: 20px 0 0;
}
.hp-item:hover{
	transform: scale(1.15); 
	-moz-transform: scale(1.15); 
	-webkit-transform: scale(1.15); 
}
.hp-item:hover .hp-overlay{
	background: 0 none;
}
.hp-item:hover .floatingtitle{
	opacity: 0;
}
.hp-item:hover .hp-data{
	opacity: 1;
}
.owl-prev{
	background:url(images/prev.png)no-repeat 0 0;
	width: 19px;
	height: 30px;
	position: absolute;
	left: -25px;
	top: 40%;
	z-index: 99;
	font-size: 0px;
	color: transparent;
}
.owl-next{
	background:url(images/next.png)no-repeat 0 0;
	width: 19px;
	height: 30px;
	position: absolute;
	right: -25px;
	top: 40%;
	z-index: 99;
	font-size: 0px;
	color: transparent;
}
.button{
	color: #799f49;
	text-transform: uppercase;
	font-size: 16px;
	border:1px solid #799f49;
	padding: 18px 0;
	text-align: center;
	width: 200px;
	display: block;
	background: #fff;
	font-weight: 700;
	-webkit-transition: background 800ms ease-out;
    -ms-transition: background 800ms ease-out;
    transition: background 800ms ease-out;
    margin: 20px auto 0;
}
.button:hover,.filters .button.active{
	color: #fff;
	background:rgba(121, 159, 73, 1);
}

/*********Our Team*********/
.page-content{
	padding: 50px 0;
	float: left;
	width: 100%;
	background:#fff;
}
.pg-banner{
	height: 493px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	position: fixed;
}
.pg-banner-overlay{
	position: relative;
	padding: 200px 0 140px;
	text-align: center;
	color: #fff;
	width: 75%;
	margin: 0 auto;
	font-size: 22px;
	line-height: 30px;
}
.team-list{
	margin: 20px 0;
	float: left;
	width: 100%;
}
.team-item{
	float: left;
	width: 400px;
	height: 324px;
}
.team-img{
	float: left;
	width: 396px;
	height: 256px;
	padding:18px 28px 12px; 
	position: relative;
	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}
.team-item img{
	width: 100%;
	height: 100%;
}
.mem-details{
	padding: 0 28px;
	float: left;width: 100%;
}
.person-name a{
	color: #6c923c;
	font-size: 24px;
	font-weight: 300;
	width: 100%;
	display: block;
}
.designation{
	color: #939598;
	font-size: 16px;
	width: 100%;
	font-weight: 600;
	padding-top: 5px;
	display: block;
}
.team-overlay{
	opacity: 0;
	background: rgba(0,0,0,0.65);
	position: absolute;
	top: 18px;
	bottom:12px;
	left: 28px;
	right: 28px;
	line-height: 220px;
	text-align: center;
	transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
}
.team-overlay a{
	color: #6c923c;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
}
.team-img:hover{
	transform: scale(1.15); 
	-moz-transform: scale(1.15); 
	-webkit-transform: scale(1.15); 
	margin-bottom: 15px;
}
.team-img:hover .team-overlay{
	opacity: 1;
}
/**********Team Single********/
.team-single,.contact-wrap{
	text-align: center;
	width: 75%;
    margin: 0 auto;
}
.team-single .mem-details{
	padding: 30px 0;
}
.team-single .person-name a{
	font-size: 40px;
}
.team-single .designation{
	font-size: 20px;
}
.post-content,.contact-details{
	color: #78797b;
	font-size: 18px;
	line-height: 28px;
	text-align: left;
}
.post-content p{
	margin-bottom: 25px;
}
.team-misc{
	float: left;
	width: 100%;
	position: relative;
}
.prev-btn a{
	background:url(images/prevg.png)no-repeat 0 0;
	width: 14px;
	height: 23px;
	position: absolute;
	left: 25px;
	top: 40%;
	z-index: 99;
	font-size: 0px;
	color: transparent;
	cursor: pointer;
}
.next-btn a{
	background:url(images/nextg.png)no-repeat 0 0;
	width: 14px;
	height: 23px;
	position: absolute;
	right: 25px;
	top: 40%;
	z-index: 99;
	font-size: 0px;
	color: transparent;
	cursor: pointer;
}
/********Portfolio Page********/
.cat-name{
	background: #a0a1a2;
	padding:5px 18px 5px;
	display: block;
	float: left;
	clear: both;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

.portfolio-list .person-name{
	clear: both;
	display: block;
	padding: 15px 0 0;
}
.portfolio-list .team-item{
	height: 400px;
}
.filters{
	display: block;
	margin-bottom: 65px;
	text-align: center;
}
.filters .button{
	display: inline-block;
	width: auto;
	padding: 18px 35px;
	margin: 0 16px;
	cursor: pointer;
}
.filters .button:first-child{
	margin-left: 0;
}
.filters .button:last-child{
	margin-right: 0;
}
.etabs { 
	margin: 0; 
	padding: 0; 
}
.tab { 
	display: inline-block; 
	zoom:1; 
	*display:inline; 
}
.tab a { 
	display: block; 
	outline: none; 
}
.tab a:hover { 
	color: #fff;
    background: rgba(121, 159, 73, 1);
}
.tab.active a{ 
	color: #fff;
    background: rgba(121, 159, 73, 1);
}
.tab a.active { 
	font-weight: bold; 
}
.tab-container .panel-container { 
	background: #fff; 
	border: solid #666 1px; 
	padding: 10px; 
	-moz-border-radius: 0 4px 4px 4px; 
	-webkit-border-radius: 0 4px 4px 4px; 
}
.tab-content{
	margin: 30px 0 0;
}
.gallery-slider .item{
	width: 574px;
	height: 375px;
	margin: 0 auto;
	position: relative;
}
.gallery-slider .owl-prev, .gallery-slider .owl-next{
	width: 14px;
    height: 23px;
}
.gallery-slider .owl-prev{
	background:url(images/grey-prev.png)no-repeat 0 0;
	left: 100px;
}
.gallery-slider .owl-next{
	background:url(images/grey-next.png)no-repeat 0 0;
	right: 100px;
}
.gallery-slider .owl-prev:hover{
	background:url(images/prevg.png)no-repeat 0 0;
}
.gallery-slider .owl-next:hover{
	background:url(images/nextg.png)no-repeat 0 0;
}
.gallery-slider .owl-dots{
	margin-top: 6px;
}
.owl-dots .owl-dot{
	display: inline-block;
	margin: 0 4px;
}
.owl-dots span{
	background: #fff;
	border:1px solid #6c923c;
	width: 13px;
	height: 13px;
	display: block;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.owl-dots span:hover,.owl-dots .active span{
	background: #6c923c;
}
.expand{
	position: absolute;
	bottom: -5px;
	right: 0;
	z-index: 99;
}
.acf-map {
	width: 100%;
	height: 400px;
}

.acf-map img {
   max-width: inherit !important;
}
/************Contact*************/
.contact-details{
	padding: 40px 0 100px;
	text-align: center;
}
.contact-details h3{
	font-size: 40px;
	line-height: 40px;
	color: #6c923c;
	font-weight: 300;
    width: 100%;
    margin-bottom: 6px;
    display: block;
}
.contact-details p{
	font-size: 20px;
	color: #939598;
	width: 100%;
    font-weight: 600;
    padding-top: 5px;
    display: block;
}

.contact-details a:hover{
	text-decoration: underline;
}

/**********Footer***********/
footer{
	background:#333333;
	padding:70px 0;
	text-align: center;
	color: #fff;
	float: left;
	width: 100%;
	font-size: 13px;
}
.footer-menu{
	margin-bottom: 25px;
}
.footer-menu li {
	display: inline-block;
	padding: 0 12px;
}
.footer-menu li a{
	color: #fff;
	font-size: 13px;
}
/**********Responsive menus**********/
button#responsive-menu-button.responsive-menu-button{
	right: 15px;
	top: 30px;
}
button#responsive-menu-button.responsive-menu-button.sticky-btn{
	top: 14px;
}
button.sticky-btn .responsive-menu-inner,button.sticky-btn .responsive-menu-inner::before,button.sticky-btn .responsive-menu-inner::after{
	background: #000 !important;
}
#responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link{
	font-size: 16px;
}

.image-slider .item p{
    position: absolute;
    bottom: 0;
    color: #3f4040;
    width: 100%;
    padding: 12px 0 12px 0;
    background: rgba(255,255,255,0.7);
}

#cpcarousel .ss-slide {
	opacity: 0;
}