/*
Theme Name: Real Estate
Theme URI: http:/tigerpress.io/
Author: tigerwp
Author URI: http://tigerpress.io/author
Description: real estate company website
Version: 1.1
License:   Themeforest License
License URI:   https://themeforest.net/licenses
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain:   tigerwp

This theme, like WordPress, is licensed under the https:  //themeforest.net/licenses.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*------------------------------------------------------------------
Theme Name:   Realstate - Multipages HTML5 Template
Version:      1.0
Author:       
URL:           
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#0.1  Theme Reset Style
#0.2  Header & Navigation
#0.3  Footer
#0.4  Slider
#0.5  Breadcrumb/Page Header Banner
#0.6  About Section
#0.7  Services
#0.8  Banner
#0.9  Testimonial
#1.0  Portfolio & Portfolio Details
#1.1  Blog & Blog Details
#1.2  Contact Page
#1.3  cta-3
#1.4  latest news
#1.5  news letter

-----------------------------------------------------------------*/

/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/
*{
	margin:0;
	padding:0;
	border:none;
}
body {
  	font-family: 'Open Sans', sans-serif;
  	background: #fff;
  	font-size: 16px;
  	-webkit-font-smoothing: antialiased;
  	overflow-x: hidden;
  	position: relative;
}

@media screen and (max-width:767px){
	body {
  		font-size: 14px;
	}
}

.body-wrapper {
    background: #fff;
    margin: 0 auto;
}


p{
	margin-top: 0px;
	margin-bottom: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-weight: 700;
}

b, strong{
	font-weight: 700;
}
ul {
  margin: 0;
}
table, table td { 
	padding:0;
	border:none;
	border-collapse:collapse;
}
img{
	vertical-align:top; 
	max-width:100%;
}
embed{ 
	vertical-align:top;
}
input,textarea{
	font-family:inherit;
}
input,button{
	outline: none;
}
button::-moz-focus-inner{
	border:0;
}
html,body{
	min-height:100%;
}
section{
	padding-top: 100px;
	padding-bottom: 100px;
}

.section-header{
	position: relative;
	margin-bottom: 70px;
}
.section-header h1{
	margin-top: 0px;
	margin-bottom: 25px;
	color: #333;
}

.section-header p{
	font-size: 18px;
	line-height: 26px;
}
.line{
    height: 3px;
    width: 70px;
    background: #00b357;
    margin-top: 30px;
    margin-bottom: 60px;
}
.line_center{
    height: 3px;
    width: 70px;
    background: #00b357;
    margin: 0 auto;
}


.pt-0{
	padding-top: 0px;
}
.pb-0{
	padding-bottom: 0px;
}


a,i,.btn {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
a:hover,
a:focus,i,:hover {
  text-decoration: none;
  outline: none;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
	outline: none;
}

.bg-default{
	background: #00b357;
}
.txt-default{
	color: #00b357;
}
.bg-colored{
	background: #fcfe25;
}
.txt-colored{
	color: #fcfe25;
}
.bg-white{
	background: #fff;
}
.txt-white{
	color: #fff;
}
.bg-black{
	background: #000000;
}
.txt-black{
	color: #000000;
}
.bg-dark{
	background: #8b8888;
}
.txt-dark{
	color: #8b8888;
}
.bg-gray{
	background: #f5f5f5;
}
.txt-gray{
	color: #f5f5f5;
}


/*--------------------------------------------------------------
#0.2    Header CSS
--------------------------------------------------------------*/
/*---- Topbar ----*/
header{
	background: #fff;
}
.top-bar{
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	padding-top: 25px;
	padding-bottom: 25px;
	position: relative;
	overflow: hidden;
}
.top-bar:before{
	content: "";
	background: #00b357;
	position: absolute;
    width: 58%;
    height: 100%;
    top: 0;
    right: 0;
    background-size: cover;
    clip-path: polygon(0% 0%, 10% 100%, 100% 100%, 100% 0%);
}
.left-info{
	text-align: left;
	color: #939393;
}
.right-info{
	color: #fff;
}
.right-info ul{
	float: right;
	list-style: none;
}
.right-info ul li{
	float: left;
	margin-right: 20px;
	text-align: left;
}
.right-info ul li:last-child{
	margin-right: 0px;
}
.right-info ul li:before{
	content: "";
	height: 50px;
	width: 2px;
	background: #d7d7d7;
	margin-right: 30px;
    margin-top: -5px;
    float: left;
}
.right-info ul li:first-child:before{
	display: none;
}
.right-info ul li i{
	font-size: 36px;
	margin-right: 25px;
	float: left;
}
.right-info ul li .info-body{
	float: right;
}
.right-info ul li p{
	font-size: 18px;
	font-weight: 600;
	line-height: 16px;
	margin-bottom: 5px;
}

/*---- Navbar ----*/
.nav-items{
	float: right;
}

.navbar.sticky {
    background: #101010;
    padding: 15px 0px;
    -moz-box-shadow: 0px 2px 15px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 2px 15px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 15px rgba(0,0,0,0.3);
    -webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-khtml-transition: all 0.4s;
	transition: all 0.4s;
}

.navbar {
    position: relative;
    min-height: 100px;
    margin-bottom: 0px;
    border: 0px solid transparent;
    border-radius: 0px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-brand {
    height: auto;
    padding: 0;
}
.site-logo{
	height: 100px;
	position: relative;
	float: left;
}
.site-logo .navbar-brand{
	position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
    left: 0;
    right: 0;
}
.navbar-brand img{
	max-width: 260px;
}
.navbar-toggler{
	background: transparent;
	border: 0px;
	color: #85d8fe;
	outline: none;
	padding: 5px 0px;
	float: right;
}
.navbar-nav{
	float: right;
	list-style: none;
}
.navbar-nav>li.menu-item{
    float: left;
	padding: 0px 25px;
	line-height: 100px;
	vertical-align: middle;
	position: relative;
}
.navbar-nav li.menu-item:last-child{
	padding-right: 0px;
}
.navbar-nav>li>a{
	color: #555;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0px 0px 0px 0px;
    border-bottom: 2px solid transparent;
}
.navbar-nav > li > a.active,.navbar-nav > li > a:hover{
	padding: 0px 0px 10px 0px;
	color: #000;
	border-bottom: 2px solid #00b357;
}
.navbar-nav > li:last-child a{
	margin-right: 0px;
	padding-right: 0px;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background: transparent;
}

.navbar-nav li a i{
    font-size: 14px;
    margin-left: 2px;
}
.sub-menu li{
	float: left;
    width: 100%;
}
.sub-menu li a:hover{
	background: #00b357;
	border-left: 5px solid #000;
}
.sub-menu li a{
	background: #fff;
    border-left: 5px solid #00b357;
    border-bottom: 1px solid #00b357;
    color: #555;
}
.sub-menu li:first-child a{
	border-top: 1px solid #00b357;
}
.sub-menu li a:hover,.sub-menu li a.active{
	background: #00b357;
	border-left: 5px solid #000;
	color: #fff;
}
.sub-menu li a{
	float: left;
    width: 100%;
    position: relative;
	color: #555;
    padding: 12px 10px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    line-height: 14px;
}


.top-social{
	float: right;
	list-style: none;
}
.top-social .social-item{
	float: left;
	padding: 0px 15px;
	line-height: 100px;
}
.top-social .social-item:last-child{
	padding-right: 0px;
}
.top-social .social-item a{
	color: #000;
	font-size: 20px;
}
.top-social .social-item a:hover{
	color: #00b357;
}

@media screen and (min-width:768px){
	.sub-menu{
		list-style: none;
	    position: absolute;
	    opacity: 0;
	    visibility: hidden;
	    min-width: 200px;
	    padding-top: 0px;
	    float: left;
	    width: 100%;
	    z-index: 999;
	    top: 125%;
	    -webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
	}
	.navbar.sticky .sub-menu{
		padding-top: 20px;
	}
	.navbar-nav li.menu-item-has-children{
		position: relative;
	}
	.navbar-nav li:last-child ul.sub-menu{
		right: 0;
	}
	.navbar-nav li.menu-item-has-children:hover > .sub-menu{
	    opacity: 1;
	    visibility: visible;
	    top: 100%;
	    -webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
	}

	.navbar-nav li ul li.menu-item-has-children:hover .sub-menu{
		left: 100%;
		top: 0;
		padding-top: 0px;
	}
	.navbar-nav li:last-child ul li.menu-item-has-children:hover .sub-menu{
		left: auto;
		right: 100%;
		top: 0;
		padding-top: 0px;
	}
	
}

@media screen and (min-width:768px) and (max-width: 991px){
	.top-bar:before{
		width: 60%;
	}
}
@media screen and (min-width:768px) and (max-width: 1200px){
	.navbar-nav>li.menu-item{
		padding: 0px 12px;
	}
}

@media screen and (max-width:991px){
	.right-info ul li{
		margin-bottom: 20px;
		margin-right: 15px;
	}
	.right-info ul li p{
		font-size: 14px;
	}
	.right-info ul li:before{
		display: none;
	}
	.navbar-brand img{
		width: 180px;
	}
	.site-logo .navbar-brand {
    	position: relative;
    }
	.navbar-nav>li>a{
		font-size: 14px;
	}
	.top-social .social-item{
		padding: 0px 6px
	}
}
@media screen and (max-width:767px){
	
	.nav-items {
    	float: right;
    	width: 100%;
    	padding: 0;
	}
	.navbar-nav {
	    margin: 0;
	    padding: 0px 0px;
	    margin-top: 0px;
	    max-height: 350px;
    	overflow-y: auto;
    	width: 100%;
	}
	.navbar-nav>li.menu-item {
    	float: left;
    	width: 100%;
    	padding: 0px 0px;
    	border-bottom: 1px solid #f3f3f3;
	}
	.navbar-nav>li>a {
	    padding: 10px 10px;
	    margin-right: 0;
	    text-align: left;
	    float: left;
    	position: static;
    	border-bottom: 2px solid transparent;
	}
	.navbar-nav > li > a.active, .navbar-nav > li > a:hover {
    	padding: 10px 10px 10px 10px;
    	color: #000;
    	border-bottom: 2px solid #00b357;
	}
	.navbar-nav li a i{
	    float: right;
	    width: 16px;
	    height: 16px;
	    border-radius: 100%;
	    text-align: center;
	    font-size: 20px;
    	position: absolute;
    	top: 8px;
    	right: 20px;
	}
	
	.navbar-toggle{
		color: #00b357;
		margin: 0px;
    	margin-left: 10px;
		padding: 0px;
		font-size: 30px;
		line-height: 100px;
	}
	.sub-menu{
		list-style: none;
	    position: relative;
	    display: none;
	    opacity: 1;
	    visibility: visible;
	    min-width: 160px;
	    float: left;
	    width: 100%;
	    z-index: 999;
	    padding-left: 10px;
	    margin-top: 5px;
		margin-bottom: 15px;
	}
	.sub-menu li {
    	float: left;
    	width: 100%;
	}
	
	.sub-menu li a{
    	background: #fff;
    	border-left: 0px;
    	border-bottom: 1px solid #f3f3f3;
	}
	.sub-menu li:first-child a{
		border-top: 1px solid #f3f3f3;
	}
	.sub-menu li a{
		margin-right: 0px;
		color: #000;
	}
	.sub-menu li a:hover,.sub-menu li a.active {
		color: #00b357;
    	background: #fff;
    	border-left: 0px solid #000;
	}

	.navbar-nav li ul li.menu-item-has-children .sub-menu{
		left: 0;
		top: 0;
	}
	.navbar-nav li:last-child ul li.menu-item-has-children:hover .sub-menu{
		left: 0;
		right: auto;
		top: 0;
	}
	.navbar-nav > li:last-child a {
    	margin-right: 0px;
    	padding-right: 15px;
	}

}

@media screen and (max-width:480px){
	.left-info{
		margin-bottom: 20px;
		color: #fff;
	}
	.top-bar:before {
    	width: 100%;
    	clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
	}
	.right-info{
		float: left;
	}

	.navbar-toggle{
    	position: absolute;
    	right: 15px;
	}
	.navbar-collapse{
		padding:0px;
	}
	.top-social{
		margin-right: 30px;
	}
}

/*-------- 03. Footer Section ------------*/
footer{
	background: url(images/footer.jpg);
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	color: #fff;
	line-height: 24px;
	position: relative;
}
.footer:before{
	content: "";
	background: #000;
	opacity: 0.8;
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
}
footer > div{
	position: relative;
}
.footer-top-bar{
	padding: 50px 0px 80px 0px;
}
.footer-logo{
	text-align: center;
	margin-bottom: 90px;
}
.footer h4{
	color: #00b357;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 40px;
}
.footer-widget-1{
	margin-right: -15px;
}

.footer-widget-1 .info-body p{
    font-weight: 600;
    margin-bottom: 16px;
    line-height: 14px;
}
.footer-widget-1 .info-body p:last-child{
    font-weight: 400;
    margin-bottom: 0px;
}
.footer-widget-1 ul{
	margin-top: 20px;
}
.footer-widget-1 ul li{
	display: inline-flex;
	margin-bottom: 34px;
}
.footer-widget-1 ul li:last-child{
	margin-bottom: 0px;
}
.footer-widget-1 ul li i{
	color: #00b357;
	margin-right: 15px;
	font-size: 24px;
}

/*----*/
.footer-widget-2{
	margin-left: -15px;
	margin-right: -15px;
}
.footer-widget-2 .input-subscribe{
	position: relative;
	margin-top: 30px;
}
.footer-widget-2 .input-subscribe .form-control {
	width: 315px;
    height: 36px;
    border: 2px solid #fff;
    border-radius: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-style: italic;
}

.footer-widget-2 .input-subscribe .btn{
	position: absolute;
    right: 0;
    margin-right:78px;
    top: 2px;
    border-radius: 20px;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 34px;
    font-weight: 600;
}

.footer-social{
	float: left;
	width: 100%;
	margin-top: 25px;
	list-style: none;
}
.footer-social .social-item{
	float: left;
	margin-right: 10px;
	margin-bottom: 8px;
}
.footer-social .social-item:last-child{
	margin-right: 0px;
}
.footer-social .social-item a{
    float: left;
    width: 32px;
    height: 32px;
    border-width: 1px;
    border-style: solid;
    border-color: #00b357;
    border-radius: 100%;
	color: #00b357;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
}
.footer-social .social-item a:hover{
	border-color: #fff;
	background: #fff;
	color: #000;
}
/*-----*/
.footer-widget-3 .map{
	width: 100%;
	height: 280px;
}

.footer-bottom-bar{
	padding: 20px 0px;
	font-style: italic;
	font-size: 14px;
}

@media screen and (max-width: 991px){
	.footer-widget-1, .footer-widget-2{
		margin-left: 0px;
		margin-right: 0px;
	}
}

@media screen and (max-width: 991px) and (min-width: 768px){
	.footer-widget-2 .input-subscribe .form-control{
		width: 230px;
	}
	.footer-widget-2 .input-subscribe .btn{
		margin-left: 122px;
	}
}

@media screen and (max-width: 767px){
	.footer-logo{
		margin-bottom: 50px;
	}
	.widget{
		float: left;
		width: 100%;
		margin-bottom: 30px;
	}
	.footer h4{
		margin-bottom: 15px;
	}
	.footer-widget-1 ul li{
		margin-right: 20px;
	}
}

/*---------- 04. Slider Section ------------*/
.slider{
	background-image: url('images/slider-bg.jpg');
	background-position: center;
    position: relative;
}
.slider:before{
	content: "";
	background: #000;
	opacity: 0.6;
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
}
.slide-content{
	position: relative;
}
.slide-content .heading{
	color: #fff;
	font-size: 60px;
	font-weight: 700;
	line-height: 72px;
	margin-top: 100px;
    margin-bottom: 60px;
}
.appoint-form{
	width: 550px;
	max-width: 100%;
	margin: 0 auto;
	background: #efefef;
	padding: 30px 30px 40px 30px;
	text-align: left;
	margin-bottom: 50px;
	border-radius: 5px;
}
.appoint-form h1{
    margin-top: 0px;
    margin-bottom: 30px;
    color: #333;
    text-align: center;
}
.appoint-form .form-group{
	margin: 0px;
}
.appoint-form .form-control {
    margin: 10px 15px 10px 0px;
    background: #fff;
    border: 1px solid #fff;
    outline: none;
    box-shadow: none;
}
.appoint-form .form-control:nth-child(2){
	margin-right: 0px;
}
.appoint-form .form-control:focus {
    border-color: #00b357;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 179, 117, .075), 0 0 8px rgba(0, 179, 117, .6);
    box-shadow: inset 0 1px 1px rgba(0, 179, 117, .075), 0 0 8px rgba(0, 179, 117, .6);
}

.appoint-form textarea.form-control {
	width: 100%;
    height: 90px;
    margin: 8px 0px 8px 0px;
}
.appoint-form .btn{
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 38px;
    background: #00b357;
    color: #fff;
}
.appoint-form .btn:hover{
	background: #000;
}
@media screen and (max-width:580px){
	.appoint-form .form-control {
    	width: 100%;
    	margin: 10px 0px 10px 0px;
	}
}


/*---------- 05.  Breadcrumb Section ------------*/
.page-header{
	background-image: url('images/header-bg.jpg');
	background-position: center;
    background-size: cover;
    position: relative;
    padding: 115px 0px;
    margin: 0px;
    border-bottom: 0px solid #eee;
}
.page-header:before{
	content: "";
	background: #000;
	opacity: 0.6;
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
}
.page-header > div{
	position: relative;
}
.page-header-content .heading{
	color: #fff;
	font-size: 60px;
	font-weight: 700;
	line-height: 50px;
	margin-top: 0px;
    margin-bottom: 45px;
}
.breadcrumb {
    padding: 0px 0px;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
}
.breadcrumb li,.breadcrumb li a{
	color: #00b357;
	font-weight: 600;
}
.breadcrumb li,.breadcrumb li a:hover{
	color: #fff;
}
.breadcrumb li.active{
	color: #00b357;
}


/*---------- 06. About Section ------------*/

.aboutbox h3{
	color: #666;
	margin-top: 5px;
    margin-bottom: 45px;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: italic;
    line-height: 34px;
}

.aboutbox p{
	font-size: 16px;
	line-height: 26px;
	color: #666;
}
.aboutbox .mybtn{
	margin-top: 50px;
}
.mybtn{
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase!important;
    letter-spacing: 1px;
    border: 1px solid #00b357!important;
    border-radius: 30px;
    padding: 8px 0px;
    width: 170px;
    display: block;
    text-align: center;
}
.mybtn:hover{
	background: #000!important;
	border: 1px solid #000!important;
	color: #fff;
}

.videobox { 
    position: relative; 
	overflow: hidden; 
    max-width: 100%; 
  	background: url('images/video-bg.jpg');
  	height: 340px;
  	background-repeat: no-repeat;
    background-size: auto;
} 
.videobox iframe, 
.videobox object, 
.videobox embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    border: none;
    visibility: hidden;
}

.videobox .play_btn {
    position: relative;
	z-index: 99;
  	display: block;
  	width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 100%; 
  	margin: 0 auto; 
  	background: #000;
  	color: #fff;
  	cursor: pointer;
  	top: 50%;
  	transform: translateY(-50%);
  	font-size: 30px;
  	-webkit-transition: all .5s;
  	-moz-transition: all .5s;
  	-o-transition: all .5s;
  	transition: all .5s;
}
.videobox:hover .play_btn{
	background: #00b357;
	-webkit-transition: all .5s;
  	-moz-transition: all .5s;
  	-o-transition: all .5s;
  	transition: all .5s;
}
.videobox.reveal .play_btn {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
  	-moz-transition: all .5s;
  	-o-transition: all .5s;
  	transition: all .5s;
}

@media screen and (max-width: 767px){
	.aboutbox{
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 991px){
	.aboutbox h3 {
    	font-size: 20px;
    	margin-bottom: 20px;
	}
}
/*--------- 07. Services ---------*/

.servicebox > h4{
	margin-top: 30px;
	margin-bottom: 30px;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.servicebox p{
	font-size: 14px;
	line-height: 26px;
	color: #666666;
}
.btn_more{
	margin-top: 15px;
}
.btn_more a{
	color: #00b357!important;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
}
.btn_more a i{
	font-size: 18px;
    margin-left: 5px;
    color: #333;
}
.servicebox:hover > h4,
.servicebox:hover .btn_more a,
.servicebox:hover .btn_more a i{
	color: #000;
}
@media screen and (max-width: 991px){
	.servicebox{
		margin-bottom: 30px;
	}
}
/*------- 08. Banner -------*/
.banner{
	position: relative;
	z-index: 1;
	letter-spacing: -1px;
}
.banner:before {
    content: "";
    background: #292929;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-size: cover;
}
.banner-content{
	position: relative;
	z-index: 3;
	padding: 50px 0px;
}
.banner-content:before{
	position: absolute;
    content: "";
    background: url(images/banner.png);
    background-repeat: no-repeat;
    width: 240px;
    height: 230px;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.banner h3{
	color: #fcfe25;
    margin: 0px;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 30px;
}
.banner h2{
	color: #00b357;
    line-height: 48px;
    font-size: 48px;
    margin-top: 10px;
}
.banner .tel{
    font-size: 60px;
    font-weight: 800;
    color: #fff;
    line-height: 72px;
    margin-top: 10px;
}

@media screen and (max-width: 991px){
	.banner h3{
	    line-height: 24px;
	    text-transform: uppercase;
	    font-size: 24px;
	}
	.banner h2{
	    line-height: 36px;
	    font-size: 36px;
	    margin-top: 10px;
	}
	.banner .tel{
	    font-size: 48px;
	    font-weight: 700;
	    line-height: 48px;
	    margin-top: 10px;
	}
}

/*---- 09. Testimonial----*/
.testibox{
	float: left;
    width: 100%;
    padding: 60px 40px;
    background: #00b357;
    position: relative;
    text-align: center;
}
.testibox .reviewer{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.testibox .reviewer .bio h2{
	color: #fcfe25;
}
.testibox .reviewer h5{
	font-weight: normal;
	font-style: italic;
	color: #fff;
	margin-top: 5px;
}
.testibox .rating{
	color: #fcfe25;
    font-size: 24px;
    margin-top: 30px;
    float: left;
    width: 100%;
}
.testibox .rating i{
	margin: 0px 2px;
}
.testibox .reviewer .testi_img{
    width: 100px;
    margin-bottom: 20px;
    margin: 0 auto;
	border-radius: 100%;
}
.testibox .reviewer .testi_img img{
	width: 100%;
	border-radius: 100%;
}
.testibox p{
    float: left;
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
}

/*--------- 10. Portfolio1 Section ---------*/
.filter{
  -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

ul#filters {
  	padding: 0;
    list-style: none;
    display: block;
    color: #1f1f43;
    width: 50%;
    margin: 0px auto 50px;
}

ul#filters li{
  display: inline-block;
  margin-right: 5px;
}

ul#filters li:before{
	content: ".";
	font-size: 40px;
    line-height: 40px;
    margin-right: 5px;
}
ul#filters li:first-child:before{
	display: none;
}

.filter {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.filter:hover,.filter.active{
    color: #00b357;
    font-weight: 600;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}
 
#portfoliolist .portfolio {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  margin-top: 15px;
  margin-bottom: 15px;
  display:none;
  float:left;
  overflow:hidden;
}

.grid .portfolio {
  margin-top: 15px;
  margin-bottom: 15px;
}

.portfolio-wrapper {
  overflow:hidden;
  position: relative !important;
}

.portfolio img {
  width: 100%;
    webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.portfolio:hover img{
  webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1;
}

.works-info{
  background: #1d1a30;
  position: absolute;
  top: -100%;
  color: #ffffff;
  width: 100%;
  height: 100%;
  padding: 40px;
  text-align: center;
  opacity: 0;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
  }

.portfolio:hover .works-info{
  opacity: 0.8;
  z-index: 999;
  top: 0;
  position: absolute;
  -webkit-transform: rotateX(0);
    transform: rotateX(0);
   -o-transition: all 1s;
   -ms-transition: all 1s;
   -moz-transition: all 1s;
   -webkit-transition: all 1s;
    transition: all 1s;
}
.works-info .label-text{
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.works-info .label-text h4{
	color: #fff;
  	font-weight: 600;
}
.works-info .label-text a{
  font-size: 24px;
  color: #00b357;
  margin: 0px 5px;
  padding: 0px 3px 0px 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}


.fancybox-navigation button:hover, .fancybox-navigation .btn-default:hover, .fancybox-navigation .btn:hover{
  background: transparent;
  outline: none;
}

.fancybox-caption {
  border-top: 0px;
}

/*Portfolio Details*/
.detail-img{
	margin-bottom: 100px;
}
.detail-content h1.title{
	text-align: center;
	color: #1f1f43;
	margin-top: 0px;
	margin-bottom: 45px;
}

.detail-content p{
    font-size: 14px;
    color: #666;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 30px;
}
.detail-content h1+p::first-letter{
	font-size: 200%;
	font-weight: 600;
	color: #000;
}
.detail-content .navigation{
	float: left;
	width: 100%;
	margin-top: 100px;
	text-align: center;
}

.detail-content .navigation .prev, .detail-content .navigation .next{
	background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 60px;
    width: 200px;
    height: 45px;
    float: left;
    border-radius: 5px;
    border: 2px solid #e1e1e1;
}
.detail-content .navigation .prev{
	float: left;
}
.detail-content .navigation .next{
	float: right;
}
.detail-content .navigation .prev:hover, .detail-content .navigation .next:hover{
	background: #000;
	border: 2px solid #000;
	color: #fff;
}
.detail-content .navigation i{
	line-height: 46px;
	color: #00b357;
}

@media screen and (max-width: 480px){
	.detail-content .navigation .prev, .detail-content .navigation .next{
		padding: 10px 30px;
	}
	.detail-content .navigation i{
    	display: none;
    }
}

/*-------- 11. Blog Page---------*/
.blog-post{
    float: left;
    width: 100%;
    padding: 25px 0px;
    border-bottom: 1px solid #e5e5e5;
}
.blog-post:first-child{
	padding-top: 0px;
}
.blog-post:last-child{
	padding-bottom: 80px;
}
.blog_img{
	float: left;
	position: relative;
	overflow: hidden;
}
.blog_img:before{
	content: "";
	position: absolute;
	background: #000;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all .5s;
  	-moz-transition: all .5s;
  	-o-transition: all .5s;
  	transition: all .5s;
}
.blog_img h6{
    position: absolute;
    top: 0;
    margin-left: 30px;
    margin-top: 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #fff;
    padding: 5px 10px;
    color: #00b357;
    opacity: 0;
    -webkit-transition: all .5s;
  	-moz-transition: all .5s;
  	-o-transition: all .5s;
  	transition: all .5s;
}
.blog-post:hover .blog_img:before{
	opacity: 0.3;
	-webkit-transition: all .5s;
  	-moz-transition: all .5s;
  	-o-transition: all .5s;
  	transition: all .5s;
}
.blog-post:hover .blog_img h6{
	opacity: 1;
	-webkit-transition: all .5s;
  	-moz-transition: all .5s;
  	-o-transition: all .5s;
  	transition: all .5s;
}
.blog-content .post-header{
	float: left;
	width: 100%;
}
.blog-content .post-header h4{
	float: left;
	width: 55%;
	line-height: 26px;
	margin-top: -6px;
	margin-bottom: 5px;
}
.blog-content .post-header ul{
	float: right;
	display: inline-flex;
	list-style: none;
}
.blog-content .post-header ul li{
	margin-left: 10px;
}
.blog-content .post-header ul li,.blog-content .post-header ul li a{
	color: #333;
}
.blog-content .post-header ul li i{
	color: #00b357;
}
.blog-content .post-credits{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.blog-content .post-credits ul{
	float: left;
	display: inline-flex;
	list-style: none;
}
.blog-content .post-credits ul li{
	margin-right: 20px;
}
.blog-content .post-credits ul li .author{
	font-size: 13px;
	font-weight: 700;
	color: #666;
}
.blog-content .post-credits ul li .date{
	font-size: 13px;
	font-weight: 400;
	color: #666;
	text-transform: uppercase;
}

.blog-content .intro-text{
    float: left;
    width: 100%;
    font-size: 14px;
    color: #666;
}
.btn-more {
    float: left;
    width: 100%;
    margin-top: 32px;
}
.blog-content .btn-more a {
    color: #fff;
    background: #00b357;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 15px;
    padding: 7px 20px;
    float: left;
}
.blog-content .btn-more a:hover {
	background: #000;
}

.pagination{
	float: left;
	width: 100%;
}
.pagination ul li{
	float: left;
	margin-right: 20px;
	list-style: none;
}
.pagination ul li a{
	color: #333;
}
.pagination ul li a:hover{
	color: #000;
}
.pagination ul li a.active{
 color: #00b357;
}

@media screen and (max-width: 767px){
	.blog-post .blog_img{
		margin-bottom: 30px;
	}
}
/*-------- Blog Details Page---------*/
.blog-details .post-header{
	text-align: center;
}
.blog-details .post-header h1{
	color: #1f1f43;
	margin-bottom: 20px;
}
.blog-details .post-header ul{
	display: inline-flex;
	font-weight: 600;
	margin-bottom: 40px;
}
.blog-details .post-header ul li{
	margin-right: 15px;
	list-style: none;
}
.blog-details .post-header ul li,.blog-details .post-header ul li a{
	color: #b5b5b5;
}
.blog-details .post-header ul li a:hover{
	color: #00b357;
}
.blog-details .post-header ul li i{
	color: #00b357;
	margin-right: 10px;
}
.blog-details .detail-img {
    margin-bottom: 65px;
}
.blog-details .author-img{
	float: left;
	text-align: center;
	height: 330px;
	margin-right: 65px;
}
.blog-details .author-img img{
	width: 110px;
	height: 110px;
	border: 2px solid #00b357;
	border-radius: 100%;
}
.blog-details .author-img h4{
	text-transform: uppercase;
}
.blog-details .author-img h6{
	font-weight: 600;
	color: #b5b5b5;
}
.blog-details .author-img .line{
    height: 2px;
    width: 30px;
    background: #00b357;
    margin: 0 auto;
}
.author-social{
	display: inline-flex;
	margin-top: 5px;
}
.author-social li a{
	color: #1e1e1e;
	font-size: 12px;
	margin-right: 10px;
}
.author-social li a:hover{
	color: #000
}
.blog-details .full-text{
    border-bottom: 1px dashed #00b357;
    padding-bottom: 70px;
}
.blog-details .full-text p:first-child::first-letter{
	font-size: 200%;
	font-weight: 600;
	color: #000;
}
.blog-details .full-text blockquote {
	position: relative;
    padding: 0px 0px;
    margin: 20px 0 55px 210px;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    color: #272727;
    border-left: 0px solid #eee;
}

.blog-details .full-text blockquote:before{
	content: "";
    background: url(images/blog/quote-icon.png);
    position: absolute;
    top: -11px;
    left: -35px;
    z-index: 9999;
    width: 27px;
    height: 22px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media screen and (max-width: 767px){
	.blog-details .full-text blockquote {
    	margin: 20px 0 30px 35px;
    }
}

.comment-sec{
	float: left;
    width: 100%;
    margin-top: 100px;
}

.comment-sec h2{
	color: #1f1f43;
	margin-top: 0px;
	margin-bottom: 0px;
}

.commenter-div{
	float: left;
	width: 100%;
	margin-bottom: 60px;
}
.commenter-div:last-child{
	margin-bottom: 0px;
}
.commenter-div .commenter{
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}
.commenter-div .commenter img{
	background: #f0f0f0;
}
.commenter-div .commenter-desc{
	float: left;
	width: 50%;
}
.commenter-div .commenter-desc h4{
	margin-top: 0px;
	margin-bottom: 8px;
	text-transform: uppercase;
	color: #333;
}
.commenter-div .commenter-desc h5{
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: 600;
	color: #b5b5b5;
}
.commenter-div .commenter-desc p{
	margin-bottom: 15px;
}
.commenter-div .commenter-desc .reply a{
	color: #00b357;
	text-decoration: underline;
	font-size: 14px;
    font-weight: 600;
    line-height: 30px;
}
.commenter-div .commenter-desc .reply a:hover{
	color: #000;
}
.commentform{
	float: left;
	width: 100%;
	margin-top: 100px;
}
.commentform h2 {
    color: #1f1f43;
    margin-top: 0px;
    margin-bottom: 0px;
}
.comment_form{
	float: left;
    width: 570px;
    max-width: 100%;
    padding: 80px 30px;
    border: 1px solid #e5e5e5;
}
.comment_form .form-group{
	float: left;
	width: 100%;
	margin-bottom: 0px;
}
.comment_form .form-control{
	float: left;
	width: 47%;
	height: 40px;
	border: 1px solid #e5e5e5;
	border-radius: 30px;
	margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.comment_form .form-control:first-child{
	margin-left: 0px;
}
.comment_form .form-control:last-child{
	margin-right: 0px;
}
.comment_form .form-control.full{
	float: left;
	width: 100%;
	margin-left: 0px;
    margin-right: 0px;
}
.comment_form textarea.form-control{
	height: 150px;
	border-radius: 10px;
}
.comment_form .form-control:focus {
    border-color: #00b357;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 179, 117, .075), 0 0 8px rgba(0, 179, 117, .6);
    box-shadow: inset 0 1px 1px rgba(0, 179, 117, .075), 0 0 8px rgba(0, 179, 117, .6);
}
.comment_form .btn {
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 38px;
    background: #00b357;
    color: #fff;
    border-radius: 20px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
}
.comment_form .btn:hover {
    background: #000;
}

@media screen and (max-width: 767px){
	.commenter-div .commenter-desc{
    	width: 70%;
    }
    .comment_form .form-control{
    	width: 100%;
    	margin-left: 0px;
    	margin-right: 0px;
    }
}
@media screen and (max-width: 480px){
	.commenter-div .commenter-desc{
    	width: 100%;
    }
}

/*-------- Contact Page---------*/
.keepintouch {
	background: #000;
    padding: 30px 0px 56px 40px;
    margin-right: -15px;
}
.keepintouch h2{
	font-weight: 800;
	color: #b5b5b5;
	margin-top: 0px;
	margin-bottom: 75px;
}
.keepintouch .info-body{
	margin-top: -10px;
}
.keepintouch .info-body p{
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 14px;
    color: #fff;
}
.keepintouch .info-body p.voice{
	font-size: 14px;
	font-weight: 300;
	color: #fefefe;
}
.keepintouch .info-body p:last-child{
    font-weight: 400;
    margin-bottom: 0px;
}
.keepintouch ul{
	margin-top: 20px;
}
.keepintouch ul li{
	display: inline-flex;
	margin-bottom: 85px;
}

.keepintouch ul li i{
	color: #fff;
	margin-right: 25px;
	font-size: 24px;
	font-weight: 700;
}

/*---- Form----*/
.contact-form {
    margin-left: -14px;
    padding: 30px 30px 60px 30px;
    text-align: left;
    border: 1px solid #e5e5e5;
}

.contact-form h2{
    margin-top: 0px;
    margin-bottom: 35px;
    color: #b5b5b5;
    font-weight: 800;
}
.contact-form .form-group{
	margin-bottom: 35px;
}
.contact-form .form-control {
    display: inline-block;
    height: 40px;
    margin: 0px 15px 46px 0px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    outline: none;
    box-shadow: none;
}
.contact-form .form-control:nth-child(2){
	margin-right: 0px;
}
.contact-form .form-group:nth-child(3) .form-control{
	width: 100%;
	margin-right: 0px;
}
.contact-form .form-control:focus {
    border-color: #00b357;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 179, 117, .075), 0 0 8px rgba(0, 179, 117, .6);
    box-shadow: inset 0 1px 1px rgba(0, 179, 117, .075), 0 0 8px rgba(0, 179, 117, .6);
}

.contact-form textarea.form-control {
	width: 100%;
    height: 150px;
    margin: 0px 0px 40px 0px;
    border-radius: 10px;
}
.contact-form .btn{
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 38px;
    background: #00b357;
    color: #fff;
    border-radius: 20px;
    width: 100%;
    margin-bottom: 5px;
}
.contact-form .btn:hover{
	background: #000;
}
/*-- Social --*/

.contact-social h5{
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 20px;
}
.contact-social ul{
    margin-bottom: 25px;
    width: 100%;
    list-style: none;
    display: inline-flex;
}
.contact-social .social-item{
	margin-right: 10px;
}
.contact-social .social-item:last-child{
	margin-right: 0px;
}
.contact-social .social-item a{
    float: left;
    width: 32px;
    height: 32px;
    border-width: 1px;
    border-style: solid;
    border-color: #00b357;
    border-radius: 100%;
	color: #00b357;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
}
.contact-social .social-item a:hover{
	border-color: #00b357;
	background: #00b357;
	color: #fff;
}
.contact .map{
	width: 100%;
    height: 460px;
}
@media screen and (max-width: 767px){
	.contact-form .form-group {
    	margin-bottom: 0;
	}
	.contact-form .form-control{
		width: 100%;
		margin-right: 0px;
		margin-bottom: 35px;
	}
}
@media screen and (max-width: 991px){
	.keepintouch{
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.keepintouch ul li {
    	margin-bottom: 10px;
    	margin-right: 20px;
	}
	.contact-form{
		margin-left: 0px;
		margin-bottom: 30px;
	}
}

/* Features section */
.featurebox{
	padding: 30px 35px;
	border: 1px solid #e7e7e7;
}
.featurebox:hover{
    box-shadow: -3px 3px 15px 0px rgba(0,0,0,.08);
	-webkit-box-shadow: -3px 3px 15px 0px rgba(0,0,0,.08);
	-moz-box-shadow: -3px 3px 15px 0px rgba(0,0,0,.08);
}
.featurebox h4{
	line-height: 28px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.featurebox h4 img{
	margin-right: 20px;
}
.featurebox p{
	font-size: 14px;
	line-height: 26px;
	color: #666;
}
@media screen and (max-width: 991px){
	.featurebox{
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 480px){
	.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  		width: 100%;
	}
}

.addtoany_shortcode{
    float:right;
    display:table;
}

.showOverflow{
	overflow:visible!important;
}

footer .simplemap-content{
 height:280px!important;
}
.pl0{
	padding-left:0px;
}
.pr0{
	padding-right:0px;
}
.pr10{
	padding-right:10px;
}
.pl10{
	padding-left:10px;
}
.height-730{
	height:730px;
}
.widget-contact li{
	display:block;
	width:100%;
}
.slide-content {
    transform: translateY(0%)!important;
}