/*-------------------------------------------
              TABLE OF CONTENT
---------------------------------------------*/
/**
01. Others
02. Custom Post Type Styles
	2.1 CPT Portfolio Styles
	2.2 CPT Testimonial Styles
	2.3 CPT Team Styles
	2.4 CPT Event Styles
	2.5 CPT Service Styles
03. Countdown Shortcode Styles	
04. Pricing Tables Shortcode Styles
05. Pricing Compare Shortcode
06. Icons Shortcode Styles
07. Mailchimp Shortcode Styles
08. Twitter Shortcode Style
09. Counter
10. Section Title Shortcode Style
11. Feature Box Shortcode Styles
12. Flip Box Shortcode Styles
13. Modal Popup Shortcode Styles
14. Timeline Shortcode Styles
15. Blog Shortcode Styles
16. Circle Progress Styles
17. Contact Info Styles
18. Contact - Form7 Styles
19. Image Grid Shortcode Styles
20. List Item
21. Content Carousel
22. Custom Heading
23. Progress Bar
24. Accordian
25. Call To Action Styles
26. Tabs
27. Google Map
28. Responsive Shortcode Styles
29. Property Shortcodes
30. RTL
**/
/*-------------------------------------------
            TABLE OF CONTENT END
---------------------------------------------*/
/*--------------------------------------------------------------
01. Others
--------------------------------------------------------------*/
.modal-backdrop.show {
    z-index: -1;
}
/*--------------------------------------------------------------
02. Custom Post Type Styles
--------------------------------------------------------------*/
.custom-post-nav {
    margin: 30px 0 10px 0;
    padding: 30px 0;
    border-width: 1px 0px 1px 0px;
    border-style: solid;
    color: #f2f2f2;
    display: inline-block;
    width: 100%;
}
.custom-post-nav > a.disabled {
    display: none;
}
.custom-post-nav > a.prev {
    float: left;
}
.custom-post-nav > a.next {
    float: right;
}
.custom-post-nav > a {
    display: table;
}
.custom-post-nav > a > * {
    display: table-cell;
    vertical-align: middle;
    padding: 0px 10px;
}
.custom-post-nav > a > h4 {
    opacity: 0;
	-webkit-transition: all 0.5s ease 0.15s;
    transition: all 0.5s ease 0.15s;
}
.custom-post-nav > a.prev:hover > h4,
.custom-post-nav > a.next:hover > h4 {
	opacity:1;
}
.custom-post-nav > a > * {
	font-size:20px;
	line-height:1;
}
.custom-post-nav > a > i {
    padding: 0 30px;
}
.custom-post-nav > a.prev > i {
    transform: translateX(100%);
	-webkit-transition: all 0.5s ease 0.15s;
    transition: all 0.5s ease 0.15s;
}
.custom-post-nav > a.prev:hover > i,
.custom-post-nav > a.next:hover > i {
    transform: translateX(0);
	-webkit-transition: all 0.5s ease 0.15s;
    transition: all 0.5s ease 0.15s;
}
.custom-post-nav > a.next > i {
    transform: translateX(-100%);
	-webkit-transition: all 0.5s ease 0.15s; 
    transition: all 0.5s ease 0.15s; 
}
/*--------------------------------------------------------------
2.1 CPT Portfolio Styles
--------------------------------------------------------------*/
/*Portfolio General*/
.archive-template .macros-portfolio .post-format-wrap {
    margin-left: 0;
    margin-right: 0;
}
article.macros-portfolio {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #eaeaea;
}
.portfolio-wrap {
    position: relative;
	overflow: hidden;
}
.portfolio-wrapper img {
    width: 100%;
}
ul.portfolio-meta-list {
	padding-left: 0;
}
.portfolio-meta li > div {
    float: left;
    margin-right: 15px;
}
.portfolio-categories > span:first-child {
    padding: 0;
    clear: both;
}
.portfolio-categories > span {
    padding-left: 6px;
}
.portfolio-meta-title-wrap .portfolio-meta-icon {
    margin-right: 10px;
}
.portfolio-video iframe, .portfolio-video .mejs__mediaelement video {
	min-height: 400px;
}
.portfolio-single.portfolio-model-2 .portfolio-details {
    padding-top: 60px;
}
.portfolio-meta-list > li {
    margin-bottom: 15px;
	display:table;
}
.portfolio-meta-title-wrap h6 {
    margin-bottom: 15px;
}
ul.portfolio-share.social-icons > li > a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #000;
	color:#fff;
}
.portfolio-meta-list > li:last-child {
    margin-bottom: 0;
}
.portfolio-content-wrap > *:last-child {
    margin-bottom: 0;
}
.portfolio-single .portfolio-content-wrap > * {
	margin-bottom: 25px;
}
.portfolio-content-wrap > * {
    margin-bottom: 10px;
}
.post.zoacres-portfolio {
    position: relative;
}
.portfolio-archive-title {
    bottom: 0;
    margin-bottom: 15px;
    opacity: 0;
    padding: 20px 16px;
    position: absolute;
	-webkit-transition: all 0.5s ease 0.15s;
    transition: all 0.5s ease 0.15s;
}
.post.zoacres-portfolio:hover .portfolio-archive-title {
    margin-bottom: 0;
    opacity: 1;
}
.portfolio-default-gallery > article.cpt-item {
    margin-bottom: 20px;
}
.portfolio-default-gallery > article.cpt-item:last-child {
    margin-bottom: 0;
}
.portfolio-related-slider {
    padding-top: 30px;
}
.portfolio-related-slider h4 {
    margin-bottom: 25px;
}
.portfolio-single .portfolio-meta-wrap {
    padding: 30px;
    border: 1px solid #eaeaea;
}
.portfolio-related-slider article.cpt-item {
    background: #f2f2f2;
    padding-bottom: 10px;
}
@media only screen and (max-width : 991px){
	.portfolio-single > div > div {
		max-width: 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	    margin-bottom: 40px;
	}
}
.portfolio-related-slider h6.related-title {
    margin-top: 15px;
	text-align:center;
}
.vc-portfolio .portfolio-content-wrap {
    padding: 20px 20px 0;
}
.portfolio-filter {
    margin-bottom: 30px;
    text-align: center;
}
.portfolio-filter > ul > li {
	display: inline-block;
}
.portfolio-filter.filter-1 > ul > li {
    padding: 0 2px;
}
.portfolio-filter.filter-1 a.portfolio-filter-item {
    background: #333333 none repeat scroll 0 0;
    color: #ffffff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
}
.portfolio-icons p a {
    background: #333333 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    height: 34px;
	line-height: 37px;
    text-align: center;
    width: 34px;
    margin-right: 6px;
    border-radius: 50%;
}
.portfolio-overlay .portfolio-icons p a {
    background: #fff;
}
.portfolio-overlay .portfolio-icons i {
    color: #000;
}
.portfolio-icons p a:last-child {
    margin-right: 0;
}
.infinite-load .post-pagination-wrap{
	opacity: 0;
	visibility: hidden;
	height: 0;
}
.portfolio-wrap .portfolio-img {
	position: relative;
    overflow: hidden;
}
.portfolio-wrap .portfolio-overlay {
    position: absolute;
	padding: 20px;
}
.portfolio-wrap .overlay-center {
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.portfolio-wrap .overlay-top-left {
    left: 0;
	top: 0;
    text-align: left;
}
.portfolio-wrap .overlay-top-right {
    right: 0;
	top: 0;
    text-align: right;
}
.portfolio-wrap .overlay-bottom-left {
    left: 0;
	bottom: 0;
    text-align: left;
}
.portfolio-wrap .overlay-bottom-right {
    right: 0;
	bottom: 0;
    text-align: right;
}
.portfolio-wrap .portfolio-overlay > * {
    margin-bottom: 15px;
}
.portfolio-wrap .portfolio-overlay > *:last-child {
    margin-bottom: 0;
}
.portfolio-icons i {
    line-height: 2;
}
/* Portfolio Overlay */
.portfolio-overlay, .portfolio-overlay a {
    color: #fff;
}
.portfolio-overlay {
    opacity: 0;
	z-index: 1;
}
.portfolio-wrap:hover .portfolio-overlay {
    opacity: 1;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.portfolio-overlay-wrap:before {
    background: rgba(0, 0, 0, 0.9);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
	opacity: 0;
	z-index: 1;
    bottom: 0;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.portfolio-wrap:hover .portfolio-overlay-wrap:before {
    opacity: 1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.portfolio-overlay-wrap img {
    transition: all 350ms ease-in-out 0s;
    -webkit-transition: all 350ms ease-in-out 0s;
    -moz-transition: all 350ms ease-in-out 0s;
    -ms-transition: all 350ms ease-in-out 0s;
    -o-transition: all 350ms ease-in-out 0s;	
}
.portfolio-wrap:hover .portfolio-overlay-wrap img {
    transform: scale(1.1);
    transition: all 350ms ease-in-out 0s;
    -webkit-transition: all 350ms ease-in-out 0s;
    -moz-transition: all 350ms ease-in-out 0s;
    -ms-transition: all 350ms ease-in-out 0s;
    -o-transition: all 350ms ease-in-out 0s;
}
/*Portfolio Classic*/
.portfolio-classic .portfolio-overlay-wrap:before,
.portfolio-classic .portfolio-wrap:hover .portfolio-overlay-wrap img {
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transform: translate(0);
}
.portfolio-classic .portfolio-overlay-wrap:before {
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	border: 2px solid rgba(127, 127, 127,0.5);
	box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.3,1.3,1);
	transform: scale3d(1.3,1.3,1);
    background: rgba(0, 0, 0, 0.6);
}
.portfolio-classic .portfolio-wrap .portfolio-overlay.overlay-bottom-right, 
.portfolio-classic .portfolio-wrap .portfolio-overlay.overlay-bottom-left {
    right: 20px;
    bottom: 20px;
    left: 20px;
}
.portfolio-classic .portfolio-wrap .portfolio-overlay.overlay-top-right, 
.portfolio-classic .portfolio-wrap .portfolio-overlay.overlay-top-left {
    right: 20px;
    top: 20px;
    left: 20px;
}
/*Portfolio Creative*/
.portfolio-creative .portfolio-overlay-wrap:before,
.portfolio-creative .portfolio-wrap:hover .portfolio-overlay-wrap img {
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transform: translate(0);
}
.portfolio-creative .portfolio-overlay-wrap:before {
    background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(0,0,0,0.8) 75%);
    background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(0, 0, 0, 0.8) 75%);
    content: '';
    opacity: 1;
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,30%,0);
}
/*Portfolio Minimal*/
.portfolio-minimal .portfolio-img .portfolio-overlay {
	width: 100%;
	height: 100%;
	padding: 40px 20px 40px 30px;
}
.portfolio-minimal .portfolio-img .portfolio-overlay:before {
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 100%;
	border-left: 4px solid rgba(255, 255, 255, 0.8);
	content: '';
	opacity: 0;
	background-color: rgba(255, 255, 255, 0.5);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
.portfolio-minimal .portfolio-img .portfolio-overlay > * {
	margin: 0 0 15px;
	opacity: 0;
	-webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
	transition: opacity 0.45s,-webkit-transform 0.45s,-moz-transform 0.45s,-o-transform 0.45s,transform 0.45s;
}
.portfolio-minimal .portfolio-img .portfolio-overlay > * {
	-webkit-transform: translate3d(30%, 0%, 0);
	transform: translate3d(30%, 0%, 0);
	-webkit-transition-delay: 0.4s;

	transition-delay: 0.4s;
}
.portfolio-minimal .portfolio-wrap .portfolio-overlay > .portfolio-title > * {
    margin-bottom: 0;
    line-height: 1;
}
.portfolio-minimal:hover .portfolio-img img {
	opacity: 0.3;
}
.portfolio-minimal:hover .portfolio-img .portfolio-overlay > *:first-child {
	opacity: 0.9;
	-webkit-transform: translate3d(0%, 0%, 0);
	transform: translate3d(0%, 0%, 0);
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.portfolio-minimal:hover .portfolio-img .portfolio-overlay > *:nth-child(2) {
	opacity: 0.9;
	-webkit-transform: translate3d(0%, 0%, 0);
	transform: translate3d(0%, 0%, 0);
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.portfolio-minimal:hover .portfolio-img .portfolio-overlay > *:nth-child(3) {
	opacity: 0.9;
	-webkit-transform: translate3d(0%, 0%, 0);
	transform: translate3d(0%, 0%, 0);
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
.portfolio-minimal .portfolio-wrap .portfolio-overlay > * {
    padding-left: 20px;
}
.portfolio-minimal:hover .portfolio-img .portfolio-overlay:before {
	background: rgba(255, 255, 255, 0);
	left: 20px;
	opacity: 1;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.portfolio-minimal:hover .portfolio-wrap .portfolio-overlay {
	opacity:1;
}
.portfolio-minimal .portfolio-overlay-wrap:before {
    background: rgba(0, 0, 0, 0.8);
}
/*Portfolio Angle*/
.portfolio-angle .portfolio-overlay-wrap:before {
	display:none;
}
.portfolio-angle .portfolio-overlay {
	visibility: visible;
	top: 0;
	height: auto;
	background: #000;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}
.portfolio-angle:hover .portfolio-overlay {
	-webkit-transform: translate3d(0,0%,0);
	transform: translate3d(0,0%,0);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 1;	
}
.portfolio-angle:hover .portfolio-overlay-wrap img {
    -webkit-transform: translate3d(0,8%,0);
    transform: translate3d(0,8%,0);
	-moz-transform: translate3d(0,8%,0);
    -o-transform: translate3d(0,8%,0);
    -webkit-transition: all 0.5s;
	 transition: all 0.5s;
	-moz-transition:  all 0.5s;
    -o-transition:  all 0.5s;
}
.portfolio-angle .portfolio-overlay > * {
    margin-bottom: 5px;
}
.portfolio-angle .portfolio-overlay > *:last-child {
    margin-bottom: 0px;
}
.portfolio-angle .portfolio-overlay h4 {
    margin-bottom: 0;
}
/*Portfolio Default*/
.portfolio-default .portfolio-wrap .portfolio-content-wrap {
 	padding: 20px 0;
}
/*Portfolio Classic*/
.portfolio-classic .portfolio-wrap .portfolio-content-wrap {
	 border: solid 1px rgba(0,0,0,0.06);
	 border-top: 0;
	 padding: 20px;
}
/*Portfolio Creative*/
.portfolio-creative .portfolio-content-wrap {
    background: #f7f7f7;
    padding: 20px;
}
/*Portfolio Minimal*/
.portfolio-minimal .portfolio-content-wrap {
    padding: 20px 0;
}
/*Portfolio Filters*/
.portfolio-filter ul > li {
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    margin-bottom: 15px;
}
.portfolio-filter ul > li:last-child {
    padding-right: 0;
}
.portfolio-filter.filter-1 ul > li > a {
    padding: 6px 26px;
    transition: all 350ms ease-in-out 0s;
    -webkit-transition: all 350ms ease-in-out 0s;
    -moz-transition: all 350ms ease-in-out 0s;
    -ms-transition: all 350ms ease-in-out 0s;
    -o-transition: all 350ms ease-in-out 0s;
    display: block;
    border: 1px #32bab8 solid;
    border-radius: 30px;
}
.portfolio-filter.filter-1 ul > li > a:hover,
.portfolio-filter.filter-1 ul > li.active > a {
	color: #fff;
}
.portfolio-filter.filter-1 ul > li.active > a:hover {
	background: #000;
	border: 1px #000 solid;
}
.portfolio-filter {
    margin-bottom: 50px;
    text-align: center;
}
.portfolio-filter > ul > li {
	display: inline-block;
}
.portfolio-filter.filter-1 > ul > li {
    padding: 0 2px;
}
.portfolio-filter a.portfolio-filter-item {
    margin-right: 12px;
}
.portfolio-filter.filter-2 > ul > li {
    position: relative;
    padding: 0;
    margin: 0 20px;
}
.portfolio-filter.filter-2 a.portfolio-filter-item {
	font-size: 18px;
     margin-right: 0; 
}
.portfolio-filter.filter-2 > ul.text-right > li:last-child {
    margin-right: 0;
}
.portfolio-filter.filter-2 > ul.text-left > li:first-child {
    margin-left: 0;
}
.portfolio-filter.filter-2 li a:after {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #000;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.typo-white .portfolio-filter.filter-2 li a:after {
    background: white;
}
.portfolio-filter.filter-2 li a:hover:after,
.portfolio-filter.filter-2 li.active a:after {
	width: 100%;
}
.portfolio-filter.filter-3 {
    margin-bottom: 20px;
}
.portfolio-filter.filter-3 li.active a {
    color: #000;
}
.portfolio-info > div {
    margin-bottom: 20px;
}
.portfolio-info > div:last-child {
    margin-bottom: 0;
}
/*slider*/
.portfolio-slide .portfolio-content-wrap {
	padding: 20px;
	background:#fff;
}
/* Portfolio Animation */
@-webkit-keyframes macrosFadeInUp {
	0% {
		opacity:0;
		-webkit-transform:translate3d(0,50px,0);
		transform:translate3d(0,50px,0)
	} to {
		opacity:1; 
		-webkit-transform:none; 
		transform:none 
	}
}
@keyframes macrosFadeInUp {
	0%{
		opacity:0;
		-webkit-transform:translate3d(0,50px,0);
		transform:translate3d(0,50px,0);
	} to {
		opacity:1;
		-webkit-transform:none;
		transform:none
	}
}
.macros-animate {
	opacity: 0;
	visibility: hidden;
}
.macros-animate.run-animate {
	opacity: 1;
	visibility: visible;
	animation-duration: 0.7s;
    animation-name: macrosFadeInUp;
}
@media only screen and (max-width: 991px) {
	.portfolio-wrapper img {
		width:100%;
	}
	.blog-style-4 .post-thumb > img {
    	margin-right: auto !important;
	}
}
/*--------------------------------------------------------------
2.2 CPT Testimonial Styles
--------------------------------------------------------------*/
.testimonial {
	text-align: center;
}
.testimonial-content-wrap {
    margin-bottom: 30px;
}
.testimonial-rating i {
    color: #ffc400;
}
.testimonial-wrapper .testimonial-inner {
    border: 1px solid rgba(127, 127, 127,0.3);
    padding: 20px 15px;
}
.testimonial-wrapper .owl-carousel div[class^="col-"] {
    padding: 0;
    width: auto;
    max-width: 100%;
}
.testimonial-wrapper.testimonial-dark .testimonial-inner {
    background: #333333 none repeat scroll 0 0;
    color: #ffffff;
}
.testimonial-wrapper .testimonial-info p {
	margin-bottom: 0;
}
.testimonial-wrapper .testimonial-inner > * {
	margin-bottom: 14px;
}
.testimonial-wrapper .testimonial-inner > *:last-child {
	margin-bottom: 0;
}
.testimonial-info p > * {
    margin-right: 10px;
	display: block;
    margin-bottom: 6px;
    width: 100%;
    margin-bottom: 10px;
    line-height: 17px;
}
.testimonial-info p > *:last-child {
    margin-right: 0;
	margin-bottom: 0;
}
.testimonial-thumb img {
    max-width: 80px;
	margin: unset;
}
.text-right .testimonial-thumb img {
    margin-left: auto;
}
.text-center .testimonial-thumb img {
	margin:0 auto;
}
.testimonial-inner p {
    margin-bottom: 0;
}
.testimonial-inner a.client-name {
    text-transform: capitalize;
}
/*Testimonial Layout One */
.testimonial-wrapper.testimonial-1 .testimonial-inner {
     padding: 65px 40px 56px;
    border: 10px solid rgba(238,238,238,.2);
    border-radius: 5px;
}
.testimonial-wrapper.testimonial-dark.testimonial-1 .testimonial-inner {
    padding: 20px 15px;
}
.testimonial-wrapper.testimonial-1 .testimonial-excerpt {
    border-radius: 5px;
	position:relative;
}
.testimonial-wrapper.testimonial-1 .testimonial-excerpt p {
	margin-bottom:0px;
}  
.testimonial-1 .testimonial-thumb img {
    border: 5px solid rgba(127, 127, 127, 0.4);
    padding: 7px;
}
.testimonial-1 .client-name {
    font-size: 16px;
}
.typo-white .client-name {
    color: #fff;
}
/*Testimonial Layout Two */
.testimonial-wrapper.testimonial-2 .testimonial-inner {
    border: 1px solid #eee;
    padding: 60px 30px;
    background: #fff;
    margin: 11px;
	position: relative;
    margin-bottom: 40px;
}
.testimonial-wrapper.testimonial-2 .testimonial-inner {
	border-top: 10px solid;
	border-radius: 30px 10px 10px 10px !important;
}
.testimonial-2 a.client-name {
    font-size: 22px;
}
.testimonial-2 span.client-designation {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
.testimonial-2 .testimonial-thumb img {
    border-radius: 50% !important;
    padding: 10px;
}
.testimonial-wrapper.testimonial-2 .testimonial-inner:hover .testimonial-thumb img {
    transform: scale(1.1,1.1);
	transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.testimonial-wrapper.testimonial-2 .testimonial-inner .testimonial-thumb img {
    transform: scale(1,1);
	transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.testimonial-2 .testimonial-thumb {
    position: absolute;
    left: 10px;
    bottom: -30px;
	overflow:hidden;
	margin-bottom: 0;
}
.testimonial-wrapper.testimonial-2 .testimonial-inner:before {
    position: absolute;
	top: 25px;
    left: 25px;
    content: "\f10d";
    font-family: fontAwesome;
    color: #ebebeb;
    font-size: 35px;
}
.testimonial-wrapper.testimonial-2 .testimonial-inner:after {
    position: absolute;
    right: 40px;
    bottom: 30px;
    content:"\f10e";
    font-family: fontAwesome;
    color: #ebebeb;
    font-size: 35px;
}
/*Testimonial Layout Three */
.testimonial-wrapper.testimonial-3 .testimonial-thumb img {
    border-radius: 0;
    border: 7px solid;
    box-shadow: 2px 4px 18px #333;
} 
.testimonial-3 .testimonial-name a {
	color:#fff;
	padding:0 18px;
}
.testimonial-wrapper.testimonial-3 .client-name {
	color:#fff;
	font-size:16px;
}
.testimonial-3 .testimonial-info p > .client-name:hover {
 	color:#eaeaea;
 }   
.testimonial-3.testimonial-dark .testimonial-rating i {
    color: #fff;
}
.widget .testimonial-wrapper {
    padding: 15px;
}
.testimonial-3 .testimonial-name a:hover {
    color: #ccc !important;
}
.testimonial-3 .testimonial-inner {
	color:#fff;
    padding: 35px 15px;
}
.testimonial-3 .owl-item.active.center .testimonial-inner {
    background: #fff;
	color: #000;
	padding: 50px 15px;
    margin-top: -20px;
	box-shadow: 0 0 50px rgba(0,0,0,0.085);
	border: 0;
}
.testimonial-3 .owl-carousel[data-center='1'] .owl-stage-outer {
    padding-top: 30px;
}
.testimonial-3 .owl-item.active.center .testimonial-inner a.client-name {
	color:#000;
}
.testimonial-3 .owl-item.active.center .testimonial-inner a.client-name:hover {
	color:#999;
}
/*--------------------------------------------------------------
2.3 CPT Team Styles
--------------------------------------------------------------*/
.single-zoacres-team .row.team {
    padding-bottom: 80px;
}
.single-zoacres-team .team-img {
    border: 10px solid #eaeaea;
}
.team-title > *:last-child {
    margin-bottom: 0;
}
.team-title > * {
    margin-bottom: 14px;
}
.team-info > *:last-child {
    margin-bottom: 0;
}
.team-info > * {
    margin-bottom: 30px;
}
.team-wrapper.text-center .nav.social-icons {
    display: inline-flex;
}
.team-wrapper.text-right .nav.social-icons {
	display: inline-flex;
    float: right;
}
.team-inner p {
	margin-bottom: 0;
}
.team-wrapper .team-inner > * {
    padding-left: 12px;
    padding-right: 12px;
}
.team-wrapper .team-inner {
    border: 1px solid rgba(127, 127, 127, 0.3);
	margin-bottom: 30px;
}
div .team-wrapper .team-inner > .team-thumb > img {
    width: 100% !important;
}
.team-wrapper .team-inner > *:first-child {
    padding-top: 12px;
}
.team-inner > * {
    margin-bottom: 15px;
}
.team-excerpt {
    font-size: 12px;
}
.client-name {
    color: #333;
    font-size: 20px;
    font-weight: 600;
}
.team-wrapper .team-inner .team-thumb {
	overflow:hidden;
    padding: 0;
}
.team-wrapper.team-2 .team-inner > *.team-thumb:last-child,
.team-wrapper.team-3 .team-inner > *.team-thumb:last-child {
    margin-bottom: 0;
}
.team-wrapper.team-dark .team-inner {
    background: #333333 none repeat scroll 0 0;
    color: #ffffff;
	border: none;
}
.team-wrapper.team-dark .team-inner > *:last-child {
    padding-bottom: 15px;
}
.single-zoacres-team .team-social-wrap ul.social-icons > li > a {
    border: 1px solid #eaeaea;
    color: #000;
}
.single-zoacres-team .team-social-wrap ul.social-icons > li > a:hover {
	color:#fff;
}
.team-social-wrap ul.social-icons > li > a {
    width: 33px;
    height: 33px;
    line-height: 33px;
}
.team-dark .client-name ,.team-dark p {
	color:#fff;
}
/*team slider*/
.team-wrapper .owl-carousel div[class^="col-"] {
    padding: 0;
    width: auto;
    max-width: 100%;
}
/*team style-1 */
.team-wrapper.team-1 .team-inner > .team-thumb {
    overflow: hidden;
    margin-left: 12px;
    margin-right: 12px;
}
.team-wrapper.team-1 .team-inner > .team-thumb:first-child {
	margin-top:12px;
}
.team-wrapper.team-1 .team-inner > .team-thumb:first-child:last-child {	
	margin-bottom:12px;
}
.team-1 .team-designation > p {
    display: inline-block;
    padding: 0 16px;
	color: #fff;
}
.team-wrapper.team-1.team-dark .team-inner > .team-thumb:first-child:last-child {
    padding: 12px;
    margin: 0;
}
.team-wrapper.team-1.team-dark .team-inner > .team-thumb {
    margin-left: 0;
    margin-right: 0;
}
/*team style-2 */
.team-2 .team-thumb img {
    -webkit-filter: grayscale(60%);
    filter: grayscale(60%);
	-webkit-transition: all 0.8s ease-in;
	-moz-transition: all 0.8s ease-in;
	-o-transition: all 0.8s ease-in;
	transition: all 0.8s ease-in;
}
.team-2 .team-inner:hover .team-thumb img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}
/*team style -2 overlay style*/
.team-2 .team-overlay-actived .team-social-wrap {
    border: 0;
    padding: 0;
}
.team-2 .team-inner.team-overlay-actived > *:last-child {
    margin-bottom: 0;
}
.team-2 .team-overlay-actived .team-thumb img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.team-2 .team-overlay-actived .team-thumb {
    position: relative;
}
.team-2 .team-overlay-actived .team-thumb:before {
    z-index: 2;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}
.team-2 .team-overlay-actived .team-thumb:after {
    z-index: 1;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}
.team-2 .team-overlay-actived .team-thumb:before , .team-2 .team-overlay-actived .team-thumb:after {
	opacity:0;
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    left: 10px;
    bottom: 10px;
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    pointer-events: none;
}
.team-2 .team-inner:hover .team-thumb:before, .team-2 .team-inner:hover .team-thumb:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.team-2 .team-inner.team-overlay-actived {
    border: 0;
}
.team-wrapper.team-2 .team-inner > .team-thumb {
    margin-left: 0;
    margin-right: 0;
}
.team-wrapper.team-2 .team-inner {
	padding:0;
}
/*team style-3 */
.team-wrapper.team-3 .team-inner > .team-thumb {
    border-bottom: 5px solid;
    margin-left: 0;
    margin-right: 0;
}
.team-wrapper.team-3 .team-inner {
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.12);
	border-color:transparent;
	margin-top: 7px;
    margin-right: 7px;
    margin-left: 7px;
}
/*Team Overlay*/
.team-wrapper .team-thumb {
	position: relative;
}
.team-wrapper .team-overlay {
    position: absolute;
	padding: 20px;
	opacity:0;
	visibility: hidden;
	z-index:1;
	-webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.team-wrapper .team-inner:hover .team-overlay {
	opacity:1;
    visibility: visible;
	-webkit-transition: all 0.35s ease-in 0.15s;
    transition: all 0.35s ease-in 0.15s;	
}
.team-wrapper .team-overlay > div {
	-ms-transform: scale(4); /* IE 9 */
    -webkit-transform: scale(4); /* Safari */
    transform: scale(4);
	-webkit-transition: all 0.35s 0.1s ease-in-out;
    -moz-transition: all 0.35s 0.1s ease-in-out;
    transition: all 0.35s 0.1s ease-in-out;
}
.team-wrapper .team-inner:hover .team-overlay > div {
	-ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Safari */
    transform: scale(1);
}
.team-inner.team-overlay-actived {
    cursor: pointer;
}
.team-inner.team-overlay-actived img {
	-webkit-transition: all 0.35s 0.1s ease-in-out;
    -moz-transition: all 0.35s 0.1s ease-in-out;
    transition: all 0.35s 0.1s ease-in-out;
}
.team-inner:hover.team-overlay-actived img {
    transform: scale(1.2);
	-ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari */
	-webkit-transition: all 0.35s 0.1s ease-in-out;
    -moz-transition: all 0.35s 0.1s ease-in-out;
    transition: all 0.35s 0.1s ease-in-out;
} 
.team-wrapper .overlay-center {
    left: 0;
    right: 0;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.team-wrapper .overlay-top-left {
    left: 0;
	top: 0;
}
.team-wrapper .overlay-top-right {
    right: 0;
	top: 0;
}
.team-wrapper .overlay-bottom-left {
    left: 0;
	bottom: 0;
}
.team-wrapper .overlay-bottom-right {
    right: 0;
	bottom: 0;
}
.team-wrapper .team-overlay > * {
    margin-bottom: 15px;
}
.team-wrapper .team-overlay > *:last-child {
    margin-bottom: 0;
}
.team-wrapper .team-thumb .overlay-bg {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
	opacity:0;
	-webkit-transition: all 0.3s ease-in 0.15s;
    transition: all 0.3s ease-in 0.15s;
	z-index:1;
}
.team-wrapper .team-inner:hover .team-thumb .overlay-bg {
	opacity:1;
	-webkit-transition: all 0.3s ease-in 0.15s;
    transition: all 0.3s ease-in 0.15s;	
}
.team-wrapper .team-thumb .overlay-dark {
    background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
}
.team-wrapper .team-thumb .overlay-light {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
}
/*Team List */
.team-inner .media {
    display: table;
    padding-bottom: 12px;
    margin-bottom: 0;
}
.team-left-wrap, .team-right-wrap {
    display: table-cell;
    vertical-align: middle;
}
.team-inner .team-left-wrap img {
	max-width:290px;
}
.team-inner .team-right-wrap > * {
    margin-bottom: 10px;
}	
.team-left-wrap .team-thumb {
    margin-right: 15px;
}
@media only screen and (max-width: 640px) {
	.team-left-wrap, .team-right-wrap,.team-inner .media {
		display: block;
	}
	.team-left-wrap {
		margin-bottom:20px;
	}
	.team-inner .team-left-wrap img {
		max-width:100%;
	}
	.team-left-wrap {
		margin: 0 ;
	}	    
}
/*--------------------------------------------------------------
2.4 CPT Event Styles
--------------------------------------------------------------*/
.event .event-inner > *:last-child {
    margin-bottom: 0;
}
.event .event-inner > * {
    margin-bottom: 30px;
}
.event-info .event-subtitle, .event-venue .event-subtitle {
	display: block;
}
.events-inner p {
	margin-bottom: 0;
}
.events-inner > * {
    margin-bottom: 20px;
}
.events-wrapper .events-inner {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 12px 12px;
    margin-bottom: 30px;
}
.events-wrapper .events-inner > *:first-child {
    padding-top: 12px;
}
.events-inner > * {
    margin-bottom: 15px;
}
.events-wrapper .events-inner > .events-thumb {
    margin-left: -12px;
    margin-right: -12px;
    padding-top: 0;
}
.events-wrapper.events-dark .events-inner {
    background: #333333 none repeat scroll 0 0;
    color: #ffffff;
	border: none;
}
.events-wrapper .owl-carousel div[class^="col-"] {
    padding: 0;
    width: auto;
    max-width: 100%;
}
.events-title .entry-title {
    font-size: 17px;
    line-height: 1;
    font-weight: 600;
}
.events-dark .events-title .entry-title {
    color: #fff;
}
span.event-time {
	float:right;
}
.events-date {
    border: 1px solid;
    border-left: 0;
    border-right: 0;
    padding: 5px 16px;
    color: #fff
}
.events-inner .read-more {
    padding: 10px;
    border: 1px solid;
    background: #000;
	color:#fff;
}
.events-inner .read-more:hover {
    background: transparent;
}
.events-list .events-thumb > img {
    margin-right: 12px;
}
.events-list > .event-list-item:last-child {
    margin-bottom: 0;
}
.events-list > .event-list-item {
    margin-bottom: 20px;
}
.events-list .event-list-item p {
	margin-bottom: 0;
}
.event-list-item > .media-body > * {
    margin-bottom: 12px;
}
.events-list.events-dark .media-body {
    background: #333333 none repeat scroll 0 0;
    color: #ffffff;
    padding: 12px;
}
/*Events Style 2 */
.event-style-2 .events-inner {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.12);
    border: none;
}
.event-style-2 .events-date {
    position: absolute;
    top: 10px;
    left: 20px;
    right: 20px;
    background: rgba(0,0,0,0.4);
    border: 0;
}
/*--------------------------------------------------------------
2.5 CPT Service Styles
--------------------------------------------------------------*/
.entry-title {
    font-size: 22px;
}
.typo-white .entry-title {
	color:#fff;
}
.services-dark .entry-title {
    color: #fff;
}
.service-info-wrap > * {
	 margin-bottom: 30px;
}
.service-info-wrap > *:last-child {
    margin-bottom: 0;
}
.services-inner p {
	margin-bottom: 0;
}
.services-inner > * {
    margin-bottom: 20px;
}
.services-wrapper .services-inner {
    border: 1px solid rgba(127, 127, 127, 0.2);
}
.services-wrapper .services-inner > *:first-child {
    padding-top: 20px;
}
.services-inner > * {
    margin-bottom: 15px;
}
.services-wrapper .services-inner > div {
	padding:0 20px;
}
.services-wrapper .services-inner > .services-thumb {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
	overflow:hidden;
}
.services-wrapper .services-inner img {
	 transform: scale(1);
	 -ms-transform: scale(1);
	-webkit-transform: scale(1);
	 transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
.services-wrapper .services-inner:hover img {
    transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
.services-wrapper.services-dark .services-inner {
    background: #000 none repeat scroll 0 0;
    color: #ffffff;
	border: none;
	padding-bottom: 5px;
}
.services-wrapper > div > div {
    margin-bottom: 30px;
} 
.services-wrapper .owl-carousel div[class^="col-"] {
    padding: 0;
    width: auto;
    max-width: 100%;
}
/*service style 1*/
.services-wrapper.services-1 .services-inner > .services-thumb {
	border-top:2px solid;
	border-bottom:2px solid;
}
/* services style 2 */
.services-2 .services-title a {
    color: #fff;
    padding: 7px 20px;
    display: block;
}
.services-2 .services-title a:hover {
    color: rgba(255,255,255,0.5) !important;
}
.services-wrapper.services-2 .services-inner > div.services-title {
    padding: 0;
}
.services-wrapper.services-2 .services-inner > *:first-child.services-thumb {
    margin-bottom: 0;
}
.services-2 .services-inner:hover img {
	opacity: .5;
}
.services-2 .services-inner img {
	opacity: 1;
}
/* services style 3 */
.services-3 .services-inner > .services-thumb {
	border-bottom:5px solid;
}
.services-3 .services-inner:hover img {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.services-3 .services-inner img {
	-webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
/*Single style*/
.sidebar-menu > li {
    border-bottom: 1px solid #c1c1c1;
    color: #3f3f3f;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 0;
}
.sidebar-menu > li:first-child {
    padding: 0px 0 10px;
}
.sidebar-menu > li:last-child {
    border-bottom: none;
}
.sidebar-menu span {
    float: right;
    color: #666;
}
/*--------------------------------------------------------------
03.     Countdown Shortcode Styles
--------------------------------------------------------------*/
.day-counter > *:last-child {
    margin-right: 0;
}
.day-counter > * {
    display: inline-block;
    margin-right: 10px;
    height: 150px;
    width: 150px;
	padding:0 20px;
}
.day-counter .counter-item {
	margin-top: 75px;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.day-counter .counter-item > h3 {
    line-height: unset;
	margin-bottom: 14px;
	font-size:35px;
}
.day-counter-light .day-counter > * {
	background: #fff none repeat scroll 0 0;
}
.day-counter-dark .day-counter > * {
	background: #333 none repeat scroll 0 0;
    color: #fff;
}
.day-counter-transparent .day-counter > * {
	background: transparent;
}
/*--------------------------------------------------------------
04.     Pricing Tables Shortcode Styles
--------------------------------------------------------------*/
.pricing-table-wrapper {
    position: relative;
	margin-bottom:35px;
}
.pricing-inner-wrapper {
    padding: 35px 0;
	border: 1px solid rgba(127, 127, 127, 0.3);
	overflow:hidden;
	position:relative;
}
.pricing-inner-wrapper > div:last-child {
    margin-bottom: 0;
}
.pricing-inner-wrapper > div {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
ul.pricing-features-list > li {
	display: inline-block;
	border: medium none;
	background: unset;
    padding-left: 0;
    padding-right: 0;
}
li.feature-inactive {
    text-decoration: line-through;
}
li.feature-inactive:hover {
    text-decoration: line-through;
}
.pricing-icon > span {
    font-size: 60px;
}
.corner-ribbon{
	width: 180px;
	background: #e43;
	position: absolute;
	top: 25px;
	left: -50px;
	text-align: center;
	line-height: 30px;
	letter-spacing: 1px;
	color: #f0f0f0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	box-shadow: 0 0 3px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.3);
	-moz-box-shadow:  0 0 3px rgba(0,0,0,.3);
	-ms-box-shadow:  0 0 3px rgba(0,0,0,.3);
	-o-box-shadow: 0 0 3px rgba(0,0,0,.3);
}
.corner-ribbon.top-left{
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.corner-ribbon.top-right {
    top: 17px;
    right: -55px;
    left: auto;
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
}
.corner-ribbon.bottom-left{
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.corner-ribbon.bottom-right{
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
/* Featured */
.pricing-table-wrapper.featured-pricing {
    margin-top: -30px;
}
/* price */
.price-text {
    font-size: 45px;
    line-height: 1;
    font-weight: 600;
}
.pricing-table-wrapper .pricing-title {
    font-size: 23px;
    line-height: 1;
}
.price-after p {
    margin-bottom: 0;
} 
/* price image */
.pricing-inner-wrapper > .pricing-image {
    padding: 0;
}
.pricing-inner-wrapper > *:last-child.pricing-image {
	margin-bottom:0;
}
.image-top .pricing-inner-wrapper {
    padding-top: 0;
}
.pricing-table-wrapper .btn {
    color: #fff;
}
/* pricing table layout one */
.pricing-style-1 .pricing-table-info {
    padding: 15px 0 1px 0;
    color: #000;
}
.pricing-style-1 .pricing-inner-wrapper {
    border: none;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}
.pricing-style-1 ul.pricing-features-list > li {
    padding: 7px 0;
    font-size: 13px;
}
.pricing-style-1 .price-text {
    color: #000;
	font-weight:100;
}
.pricing-style-1 .price-text p {
    margin-bottom: 0px;
}
.pricing-style-1 .pricing-table-foot .btn {
    display: block;
	border-color: rgba(121,121,121,0.3);
}
.pricing-style-1 .pricing-table-foot .btn:hover {
    color: #fff;
    background: #333;
	border-color: rgba(121,121,121,0.3);
}
/* pricing table layout two */
.pricing-table-wrapper.pricing-style-2,.pricing-style-2 ul.pricing-features-list > li,
.pricing-style-2 .pricing-table-info p {
    background: #fff;
    color: #333;
}
.pricing-style-2 .pricing-title {
    font-size: 24px;
}
.pricing-style-2 .price-text p{
	font-size:36px;
}
.pricing-style-2 .btn {
    display: block;
    color: #fff;
    font-size: 14px;
    padding: 15px 0;
}
.pricing-style-2 .btn:hover {
    color: #fff;
}
.pricing-style-2 ul.pricing-features-list > li {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding: 13px 35px;
}
.pricing-style-2 ul.pricing-features-list > li:nth-child(2n+1) {
    background: rgba(0, 0, 0, 0.01);
}
.pricing-style-2 .pricing-inner-wrapper > .pricing-table-body {
    padding: 0;
}
.pricing-style-2 .pricing-inner-wrapper > .pricing-table-foot {
    padding: 20px 20px 27px 20px;
	background: rgba(0, 0, 0, 0.02);
}
.pricing-style-2 .pricing-inner-wrapper > .pricing-table-body {
    margin-bottom: 0;
}
.pricing-style-2 .pricing-inner-wrapper {
    padding-bottom: 0;
}
/* pricing table layout three */
.pricing-style-3 .pricing-table-foot .btn {
    display: block;
    border-radius: 0;
}
.pricing-style-3 .pricing-inner-wrapper {
    padding-top: 0;
    padding-bottom: 30px;
	border: none;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}
.pricing-style-3 .pricing-inner-wrapper > *:nth-child(-n+3) {
    color: #fff;
    padding: 13px 15px;
	margin-bottom:0;
}
.pricing-style-3 p {
    margin-bottom: 0;
}
.pricing-style-3 .pricing-inner-wrapper > *:nth-child(3) {
	margin-bottom: 20px;
}
.pricing-style-3 .pricing-inner-wrapper > *:nth-child(1) {
    padding-top: 40px;
}
.pricing-style-3 .pricing-inner-wrapper > *:nth-child(3) {
    padding-bottom: 40px;
}
.pricing-style-3 .price-text {
    font-weight: 400;
}
.pricing-style-1.pricing-table-wrapper .pricing-title {
    font-weight: 600;
    color: #000;
    font-size: 30px;
    margin-bottom: 0;
}
/*--------------------------------------------------------------
05.     Pricing Compare Shortcode
--------------------------------------------------------------*/
.compare-pricing-wrapper .pricing-inner-wrapper, .compare-pricing-wrapper > *  {
    float: left;
	padding-top:0;
}
.compare-pricing-inner .pricing-inner-wrapper {
    border: 1px solid rgba(127, 127, 127, 0.1);
}
.compare-pricing-tables {
    width: 80%;
}
.compare-pricing-wrapper > *:first-child {
    width: 20%;
}
.compare-title-wrap {
    display: table;
    vertical-align: middle;
    width: 100%;
	background: #333;
    color: #fff;
}
.compare-features-wrap {
    color: #fff;
}
.compare-title-wrap .compare-title {
    display: table-cell;
    vertical-align: middle;
	font-size: 25px;
    line-height: 1;
	color:#fff;
}
.compare-features-wrap .list-group-item {
    font-weight: bold;
}
.compare-pricing-wrapper ul.pricing-features-list > li {
    font-size: 13px;
    line-height: 40px;
}
.compare-pricing-wrapper .pricing-table-head {
    color: #fff;
	margin-bottom:0;
}
.compare-pricing-wrapper .pricing-table-head .pricing-title {
    font-size: 20px;
    line-height: 52px;
	margin-bottom:0;
	color:#fff;
}
.compare-pricing-wrapper .price-text {
    font-size: 16px;
    line-height: 40px;
    padding: 12px 0;
}
.compare-pricing-inner .pricing-inner-wrapper > .pricing-table-info {
    margin-bottom: 0;
}
.compare-pricing-wrapper .price-text p {
    margin-bottom: 0;
}
.compare-pricing-inner .fa.fa-check {
    color: #008000;
}
.compare-pricing-inner .fa.fa-times {
    color: #f00000;
}
/*Compare pricing Style- 2*/
.compare-pricing-style-2.compare-pricing-wrapper .pricing-table-head, .compare-pricing-style-2 .compare-features-wrap {
    background: #000;
} 
.compare-pricing-style-2.compare-pricing-wrapper .btn {
	display:block;
}
.compare-pricing-wrapper.compare-pricing-style-2 ul.pricing-features-list > li {
    border-top: 1px solid rgba(127,127,127,0.1);
}
/*Compare pricing Style- 3*/
.compare-pricing-wrapper.compare-pricing-style-3 .pricing-table-head {
    background: #333;
	padding:0px 20px;
}
.compare-pricing-style-3.compare-pricing-wrapper .btn {
	background:#333;
}
.compare-pricing-wrapper.compare-pricing-style-3 ul.pricing-features-list > li:nth-child(2n+1) {
    background: rgba(0, 0, 0, 0.06);
}
.compare-pricing-style-3 .compare-pricing-inner .pricing-inner-wrapper > * {
	padding:0;
}
@media only screen and (max-width: 640px) {
	.compare-pricing-wrapper > *:first-child, .compare-pricing-wrapper > *:last-child {
		width:50% !important;
	}
	.compare-pricing-inner:hover .pricing-inner-wrapper {
		overflow: hidden;
		width: 10px !important;
	}
	.compare-pricing-inner .pricing-inner-wrapper:hover {
		width: 80% !important
	}
	.pricing-inner-wrapper {
		transition: all 0.35s ease 0s;
	}
}
/*--------------------------------------------------------------
06.	Icons Shortcode Styles
--------------------------------------------------------------*/
.icon-wrapper .icon-inner {
	text-align: center;
	display: inline-block;
	line-height: 2;
	height: 30px;
	width: 30px;
	font-size: 30px;
	
	transition: all ease 0.35s;
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
}
.icon-wrapper .icon-inner span {
	display: inline-block;
    line-height: unset;
}
/*--------------------------------------------------------------
07.	Mailchimp Shortcode Styles
--------------------------------------------------------------*/
.mailchimp-wrapper .mc-submit-btn > * {
	margin-right: 6px;
}
.mailchimp-wrapper .mc-submit-btn > *:last-child {
	margin-right: 0;
}
form.mc-form input {
    margin-bottom: 15px;
}
form.mc-form input:last-child {
	margin-bottom: 0;
}
.mc-form > :not(.input-group) > .btn {
    border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.mc-form .input-group-btn .mc-submit-btn {
    height: 50px;
    margin-left: 5px;
}
/*--------------------------------------------------------------
08.	Twitter Shortcode Style
--------------------------------------------------------------*/
.twitter-title {
    margin-bottom: 30px;
}
.twitter-box .tweet-info img {
	width: auto;
	max-width: 100%;
	margin: 0;
}
.tweet-info > a {
    display: inline-block;
}
/*Twitter Layout 1 */
.twitter-1 .tweet-info > * {
    margin-bottom: 10px;
}
.twitter-1 .tweet-info > *:last-child, .tweet-item p, .tweet-item h5 {
    margin-bottom: 0;
}
.twitter-dark .tweet-item {
	background-color: #333;
	transition: all ease 0.35s;
}
.twitter-dark a {
	color:#ccc;
}
.twitter-dark .tweet-item, .twitter-dark .tweet-title a {
	color: #fff;
	transition: all ease 0.35s;
}
.tweet-title a {
   color: #333;
}
.row-overlay-dark .tweet-title a {
    color: #fff;
}
ul.twitter-box{
	margin: 0;
	padding: 0;
}
.twitter-wrapper .tweet-item {
    border: 1px solid rgba(121, 121, 121, 0.2);
    padding: 20px;
}
/*Twitter Layout 3*/
.twitter-3 .tweet-info {
    border: 3px double;
    padding: 30px;
}
.twitter-3.twitter-wrapper .tweet-item {
	padding: 5px;
	border:0;
}
/*twitter center*/
.text-center .twitter-box .tweet-info img {
}
/*twitter right*/
.text-right .twitter-box .tweet-info img {
}
/*--------------------------------------------------------------
09.	Counter
--------------------------------------------------------------*/
span.counter-up {
    font-size: 32px;
    line-height: 1;
}
.counter-title h4 {
    font-size: 18px;
	margin-bottom:0;
}
.counter-content p {
    margin-bottom: 0;
}
.counter-wrapper > * {
	margin-bottom: 13px;
}
.counter-wrapper > *:last-child {
	margin-bottom: 0;
}
.counter-icon > span {
    display: block;
    font-size: 40px;
    line-height: 40px;
}
.counter-icon.icon-dark  > span{
	color: #333;
}
.counter-icon.icon-light > span {
	color: #fff;
}
.counter-wrapper {
    margin-bottom: 40px;
}
.counter-value h3 {
    margin-bottom: 0;
    line-height: 1;
}
/*counter style-1 */
.counter-style-1 .counter-value h3 span {
    font-size: 45px;
    line-height: 50px;
    font-weight: 900;
}
/*counter style-2 */
.counter-wrapper.counter-style-2 {
    padding: 20px;
    box-shadow: 0 0 50px rgba(0,0,0,0.085);
}
/*counter style-3 */
.counter-style-3 span.counter-up {
    font-weight: 100;
}
/*--------------------------------------------------------------
10.	Section Title Shortcode Style
--------------------------------------------------------------*/
.section-title-wrapper .title-separator {
    background-color: #333333;
    display: block;
    height: 3px;
    position: relative;
    width: 45px;
}
.section-title-wrapper.text-center .title-separator:before, .section-title-wrapper.text-center .title-separator:after {
    position: absolute;
    background: inherit;
    content: "";
    width: 5px;
    height: 5px;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}
.section-title-wrapper.text-center .title-separator:after {
    left: auto;
    right: -10px;
}
.section-title-wrapper.text-center .title-separator {
	margin: 0 auto;
}
.section-title-wrapper.text-left .title-separator {
	margin-right: auto;
}
.section-title-wrapper.text-right .title-separator {
	margin-left: auto;
}
.section-title-wrapper {
    margin-bottom: 70px;
}
.title-separator.separator-img {
	background: transparent;
	height: auto;
	width: auto;
	max-width: 200px;
}
.title-separator.separator-img > img {
	max-height: 50px;
}
.text-left .title-separator.separator-img > img {
    margin-left: 0;
}
.text-right .title-separator.separator-img > img {
    margin-right: 0;
}
.section-title-wrapper .title-wrap > .section-title .title-prefix {
    font-weight: 300;
}
.section-title-wrapper .title-wrap > * {
    display: block;
    margin-bottom: 25px;
}
.section-title-wrapper .title-wrap .sub-title{
    margin-bottom: 10px;
}
.section-title-wrapper .title-wrap > .sub-title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}
.section-title-wrapper .title-wrap > *:last-child {
    margin-bottom: 0;
}
.section-title-wrapper .title-wrap {
    margin-bottom: 30px;
}
.lead {
    margin-bottom: 10px;
    display: block;
    font-size: 18px;
    line-height: 30px;
}
.section-title-wrapper.text-center .section-description {
    margin: 0 auto 14px;
	max-width: 600px;
}
.section-description {
    margin-bottom: 10px;
}
.section-description .head-lead {
    position: relative;
    color: #555555;
    font-size: 18px;
    line-height: 1.6em;
    font-weight: 500;
}
.section-title-btn {
    margin-top: 20px;
}
.textshadow .section-title {
    text-shadow:0px 2px 5px rgba(0,0,0,0.5);
}
/*--------------------------------------------------------------
11.	Feature Box Shortcode Styles
--------------------------------------------------------------*/
.feature-box-icon {
	font-size: 24px;
	display: inline-block;
	line-height:1;
	transition: all ease 0.35s;
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
}
.feature-box-wrapper.text-center .feature-box-icon {
    margin-left: auto;
    margin-right: auto;
}
.feature-box-wrapper.text-right .feature-box-icon {
    margin-left: auto;
    margin-right: 0;
}
.icon-dark {
    color: #000;
} 
.icon-light {
    color: #fff;
}
.feature-box-wrapper > * {
    margin-bottom: 15px;
}
.feature-box-wrapper .section-title {
    margin-bottom: 0;
}
.feature-box-wrapper .section-title > a:hover {
    color: #999;
    text-decoration: underline;
}
.feature-box-wrapper > *:last-child {
    margin-bottom: 0;
}
.feature-box-wrapper {
    margin-bottom: 30px;
	padding: 25px 25px;
}
/*feature box image*/
.feature-box-wrapper.text-left img {
    margin-left: 0;
}
.feature-box-wrapper.text-right img {
    margin-right: 0;
}
/*feature Box Image hover styles*/
.fbox-img-overlay .feature-box-thumb {
    position: relative;
}
.fbox-img-overlay .feature-box-thumb:before {
    content: "";
    position: absolute;
    background: rgba(0,0,0,0.7);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transform: scale(0);
	-webkit-transform:  scale(0);
	-moz-transform:    scale(0);
	-ms-transform:    scale(0);
	-o-transform:      scale(0);
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.fbox-img-overlay:hover .feature-box-thumb:before {
	opacity: 1;
     transform: scale(1);
	-webkit-transform:  scale(1);
	-moz-transform:    scale(1);
	-ms-transform:    scale(1);
	-o-transform:      scale(1);
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
/*zoom in*/
.feature-box-thumb {
    overflow: hidden;
}
.fbox-img-zoomin img {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.fbox-img-zoomin:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
/*grayscale*/
.fbox-img-grayscale img { 
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
		-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.fbox-img-grayscale:hover img{ 
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);  /* For Webkit browsers */
    filter: gray;  /* For IE 6 - 9 */
    -webkit-transition: all .6s ease;  /* Transition for Webkit browsers */
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
/*Blur*/
.fbox-img-blur img {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
}
.fbox-img-blur:hover img {
  -webkit-filter: blur(2px);
  -moz-filter: all .25s ease;
  -o-filter: all .25s ease;
  -ms-filter: all .25s ease;
  filter: blur(2px);
}
/*Feature Box List*/
.fbox-list-head > *:first-child {
    float: left;
}
.fbox-list img {
    max-width: 80px;
}
.fbox-list-head .feature-box-icon, .fbox-list-head .feature-box-thumb {
	margin-right: 15px;
}
/*Feature Box list-1 */
.feature-list-1 .feature-box-title, .feature-list-3 .feature-box-title {
    margin-bottom: 5px;
}
@media only screen and (max-width: 600px) { 
	.feature-list-1 .media > div:first-child {
    	margin-bottom: 15px;
	}
	
}
/*Feature Box list-2 */
.feature-list-2 .fbox-list-head {
    margin-bottom: 10px;
}
/*Feature Box style 2 */
.feature-box-style-2 {
    box-shadow: 0 0 50px rgba(0,0,0,0.085);
	-webkit-box-shadow: 0 0 50px rgba(0,0,0,0.085);
    padding: 35px 25px;
	margin-bottom:35px;
}
.feature-box-style-2.extra-shadow {
    box-shadow:0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
/*Feature Box style 3 */
.feature-box-style-3 {
    border: 1px solid #eeeeee;
    padding: 35px 25px;
	margin-bottom:35px;
}
/*Feature Box style 4(service box) */
.feature-box-wrapper.feature-box-style-4 {
    height: 250px;
    max-width: 250px;
    line-height: 2;
    padding: 50px;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
    margin: 0 auto;
	background: #f7f7f7;
    border: 1px solid #e1e1e1;
	position:relative;
	margin-bottom: 30px;
}
.feature-box-style-4 .feature-box-title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
span.feature-box-ribbon {
    position: absolute;
    right: 30px;
    top: 0;
    background: #333;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
	text-align:center;
	color: #fff;
}
.feature-box-wrapper.top-space {
    position: relative;
}
.feature-box-wrapper.top-space:after {
    /* content: ""; */
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50px;
    height: 6px;
    background: #fff;
}
.feature-box-wrapper.bottom-space:after {
    bottom: -6px;
    top: auto;
}
/*--------------------------------------------------------------
12.	Flip Box Shortcode Styles
--------------------------------------------------------------*/
.flip-box-wrapper {
	margin-bottom:30px;
}
.flip-box-icon {
    line-height: 1;
	transition: all ease 0.35s;
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
}
.flip-box-wrapper.text-center > .flip-inner .flip-box-icon {
    padding: initial;
}
.flip-box-icon.icon-light span {
    color: #fff;
}
.flip-box-icon.icon-light span {
    color: #fff;
}
.flip-box-wrapper.text-center .flip-box-icon {
    margin-left: auto;
    margin-right: auto;
}
.flip-box-wrapper.text-right .flip-box-icon {
    margin-left: auto;
    margin-right: 0;
}
.flip-box-wrapper .flip-front > *, .flip-box-wrapper .flip-back > * {
    margin-bottom: 15px;
}
.flip-box-wrapper .flip-box-title {
    margin-bottom: 10px;
}
.flip-box-wrapper .flip-front > *:first-child:last-child, .flip-box-wrapper .flip-back > *:first-child:last-child {
    margin-bottom: 0;
}
.flip-box-wrapper .flip-front > div , .flip-box-wrapper .flip-back > div {
	padding: 0 30px;
}
.flip-box-wrapper .flip-front > div.flip-box-thumb, .flip-box-wrapper .flip-back > div.flip-box-thumb {
    padding: 0;
}
.flip-box-wrapper {
    cursor: pointer;
    overflow: hidden;
}
.flip-box-content {
}
.flip-front .section-title {
	position:relative;
}
.flip-box-btn a {
    position: relative;
}
/*--------------------------------------------------------------
13.	Modal Popup Shortcode Styles
--------------------------------------------------------------*/
.modal-popup-wrapper .modal-close, .modal-box-trigger-img {
	cursor: pointer;
}
.text-left .modal-box-trigger-img {
	margin-left:0;	
}
.text-center .modal-box-trigger-img {
	margin:0 auto;
}
.text-right .modal-box-trigger-img {
	margin-right:0;
}
.modal-popup-wrapper .modal {
    background: rgba(0,0,0,0.6);
}
.modal-trigger-icon > span {
    font-size: 40px;
}
.modal-backdrop {
    background-color: unset;
}
.modal-backdrop.show {
    display: none;
    opacity: 0;
}
.modal.show .modal-dialog {
    transform: translate(0,50px);
}
/*--------------------------------------------------------------
14.	Timeline Shortcode Styles
--------------------------------------------------------------*/
.timeline {
	list-style: none;
	padding: 20px 0 20px;
	position: relative;
}
.timeline:before {
	top: 22px;
	bottom: 42px;
	position: absolute;
	content: " ";
	width: 1px;
	border-right: 1px dotted rgba(121,121,121,0.3);
	left: 50%;
	margin-left: -0.5px;
}
.timeline > li {
	margin-bottom: 20px;
	position: relative;
    overflow: hidden;
	padding:8px;
}
.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li > .timeline-panel {
	width: 50%;
	float: left;
	border-radius: 2px;
	padding: 20px;
	position: relative;
	-webkit-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.12);
}
.timeline > li:not(.timeline-inverted) {
	padding-right:90px;
}
.timeline > li.timeline-inverted {
	padding-left:90px;
}
.timeline > li > .timeline-panel:before {
	position: absolute;
	top: 26px;
	right: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 15px solid #ccc;
	border-right: 0 solid #ccc;
	border-bottom: 15px solid transparent;
	content: " ";
}
.timeline > li > .timeline-panel:after {
	position: absolute;
	top: 27px;
	right: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid #fff;
	border-right: 0 solid #fff;
	border-bottom: 14px solid transparent;
	content: " ";
}
.timeline > li > .timeline-badge, .timeline-sep-title {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -25px;
}
.timeline > li > .timeline-badge {
	background-color: #999999;
	color: #fff;
}
.timeline > li.timeline-inverted > .timeline-panel {
	float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}
.timeline-title {
	margin-top: 0;
	color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
	margin-bottom: 0;
}
.timeline-body > p + p {
	margin-top: 5px;
}
.timeline > li > .timeline-sep-title {
	line-height: 1.4;
	margin-left: 50px;
	width: auto;
	width: 70px;
    word-wrap: break-word;
}
.timeline > li.timeline-inverted > .timeline-sep-title {
	margin-left: -100px;
}
.timeline-sep-title > span {
	display: block;
	font-size: 14px;
}
.timeline.tl-border-solid:before {
	border-right-style: solid;
}
/*Timeline Left Layout */
.timeline.tl-left-layout > li > .timeline-sep-title {
    text-align: left;
}
.separator-shape-custom > i,
.separator-shape-custom > img,
.separator-shape-custom > .separator-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
 -moz-transform: translateY(-50%);
 transform: translateY(-50%);
}
.timeline-body > p > img {
	margin-top:15px;
    margin-bottom: 15px;
}
.timeline-body > p > img:last:child {
    margin-bottom: 0px;
}
/*style 2 */
.timeline-style-2 .timeline > li > .timeline-panel {
    border: 1px dotted rgba(121,121,121,0.3);
    box-shadow: none;
}
/*style-3*/
.timeline-style-3 .timeline > li > .timeline-panel {
    box-shadow: 0 0 0 3px hsl(0, 0%, 80%), 0 0 0 6px hsl(0, 0%, 90%);
}
.timeline-style-2 .timeline > li {
    margin-bottom: 50px;
}
/*--------------------------------------------------------------
15.	Blog Shortcode Styles
--------------------------------------------------------------*/
.blog-wrapper .post-author .author-img {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
	max-width: 20px;
}
.blog-wrapper .blog-inner > div:last-child {
    margin-bottom: 0;
	padding-bottom:15px;
}
.blog-wrapper .owl-carousel div[class^="col-"] {
	padding: 0;
	width: auto;
	max-width: 100%;
}
.blog-wrapper .blog-inner {
    border: 1px solid rgba(102, 102, 102,0.1);
	margin-bottom:30px;
	display: inline-block;
}
.blog-wrapper .entry-title a {
    font-weight: 600;
} 
.blog-wrapper .blog-inner > div {
    padding: 0 25px;
    margin-bottom: 15px;
}
.post-author a > span:first-child {
    margin-right: 10px;
}
.blog-wrapper.blog-style-1 .blog-inner > div {
    padding: 0;
}
.blog-wrapper .blog-inner > div.entry-title {
    margin-bottom: 10px;
}
.blog-wrapper .blog-inner > div.entry-title h5 {
    margin-bottom: 0;
    font-size: 17px;
	line-height: 27px;
}
.blog-wrapper.blog-dark .blog-inner {
    background: #333333 none repeat scroll 0 0;
    color: #ffffff;
	border: none;
}
.blog-dark .blog-inner a {
    color: #fff;
}
.typo-white .post-title {
    color: #fff;
} 
.blog-dark .entry-title a {
    color: #fff;
}
.blog-wrapper .blog-inner > *:first-child {
    padding-top: 12px;
}
.blog-wrapper .blog-inner > .post-thumb {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.blog-wrapper > .row:last-child {
    margin-bottom: 0;
}
.blog-wrapper .read-more:after {
    content: "\f101";
    font-family: fontAwesome;
    margin: 0 10px;
}
.blog-wrapper.blog-style-1 .col-lg-12.col-md-12 .blog-inner {
    padding-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 35px;
}
/*Blog Style -1 */
.blog-wrapper.blog-style-1 .blog-inner > .post-thumb {
    margin-left: 0;
    margin-right: 0;
}
.blog-wrapper.blog-style-1 .blog-inner {
	border:0;
}
/*dark*/
.blog-wrapper.blog-style-1.blog-dark .blog-inner > div {
    padding: 0 25px;
}
.blog-wrapper.blog-style-1.blog-dark .blog-inner > div:last-child {
	padding-bottom:15px;
}
.blog-wrapper.blog-style-1.blog-dark .blog-inner > div.post-thumb {
	padding:0;
} 
/*Blog Style - 2 */
.blog-style-2 .blog-inner {
    border: 1px solid #e3e3e3;
    border-radius: 10px;
	background: #fff;
}
.blog-style-2 .blog-inner .post-thumb:first-child img {
    border-radius: 10px 10px 0 0;
}
.blog-wrapper.blog-style-2 {
    padding: 0 5px;
}
.blog-wrapper.blog-style-2 .owl-carousel div[class^="col-"] {
	 padding: 0 10px;
}
.blog-wrapper .top-meta,
.blog-wrapper .bottom-meta,
.blog-wrapper .top-meta i,
.blog-wrapper .bottom-meta i,
.blog-wrapper .top-meta span,
.blog-wrapper .bottom-meta span {
	font-weight: 600;
}
/*Blog Style - 3 */
.blog-style-3 .post-thumb {
    border-bottom: 3px solid;
}
.blog-wrapper.blog-style-3 .blog-inner {
    background: #fff;
}
/*list style*/
.blog-style-4 .post-thumb > img {
	margin-right:15px;
}
.blog-wrapper.blog-style-4 .col-lg-12.col-md-12 .blog-inner {
    border-bottom: 0;
}
.blog-wrapper.blog-style-4 .blog-inner {
    border: 0;
    padding: 0 0 15px 0;
    margin-bottom: 0px !important;
}
.blog-wrapper.blog-style-4 > .row {
    margin-bottom: 15px;
}
.blog-style-4 p {
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 0;
}
.blog-style-4 > .row:last-child .blog-inner {
    border: 0;
}
.blog-wrapper.blog-style-4 .blog-inner {
    padding-bottom: 25px !important;
}
.blog-style-4 .media-body > * {
    margin-bottom: 15px;
}
.blog-style-4 .media-body > *:last-child {
    margin-bottom: 0;
}
.blog-style-4 > .row .blog-inner > div {
    padding: 0 0 0;
    background: #fff;
    box-shadow: 0 2px 7px rgba(0,0,0,.15);
	display:table;
}
.blog-style-4 > .row .blog-inner > div > div {
    display: table-cell;
    vertical-align: middle;
}
.blog-style-4 .media-body {
    padding: 16px 25px 16px 35px;
}
@media only screen and (max-width : 991px){
	.blog-style-4 > .row .blog-inner > div > div {
		display: block;
	}
}
/*meta*/
.blog-wrapper .top-meta ul > li:last-child, .blog-wrapper .bottom-meta ul > li:last-child {
 	float: right;
	margin-right:0;	
}
.blog-wrapper .top-meta ul > li:first-child, .blog-wrapper .bottom-meta ul > li:first-child {
	float: left;
}
.blog-wrapper .top-meta ul > li,
.blog-wrapper .bottom-meta ul > li {
    display: inline-block;
	margin-right:15px;
}
.blog-wrapper .top-meta, .blog-wrapper .bottom-meta {
 clear: both;
}
.bottom-meta-list > li {
    display: inline-block;
}
.bottom-meta-list {
    overflow: hidden;
}
/*--------------------------------------------------------------
16.	Circle Progress Styles
--------------------------------------------------------------*/
.circle-progress-wrapper > * {
	margin-bottom: 20px;
}
.circle-progress-wrapper {
    margin-bottom: 40px;
}
.circle-progress-wrapper > *:last-child {
	margin-bottom: 0;
}
.circle-progress-circle {
    position: relative;
}
.progress-value {
    display: block;
    font-size: 26px;
    font-weight: 600;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
	padding: 0 20px;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
/*--------------------------------------------------------------
17.	Contact Info Styles
--------------------------------------------------------------*/
.contact-info-wrapper > * {
    margin-bottom: 10px;
}
.contact-info-title {
    margin-bottom: 15px;
}
.contact-info-wrapper > div span {
    padding-right: 8px;
}
/* style -2 */
.contact-info-wrapper.contact-info-style-2 {
    padding: 25px;
    background: #000;
    color: #fff;
}
.contact-info-wrapper.contact-info-style-2 a {
    color: #999;
}
/* style -3 */
.contact-info-wrapper.contact-info-style-3 {
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.12);
    padding: 25px;
}
/*--------------------------------------------------------------
18.	Contact - Form7 Styles
--------------------------------------------------------------*/
.contact-form-title {
    margin-bottom: 30px;
	color: #000;
}
.contact-form-classic .wpcf7 input[type="submit"] {
    display: block;
}
.wpcf7 textarea:focus, .wpcf7 input:focus, .wpcf7 select:focus {
    outline: 0;
}
.wpcf7 label {
    display: block;
}
.wpcf7 textarea, .wpcf7 input, .wpcf7 select {
    background: transparent;
    border: 1px solid #eaeaea;
    font-weight: normal;
    margin-bottom: 22px;
    width: 100%;
	padding:0 10px;
}
.wpcf7 input, .wpcf7 select {
	height: 40px;
	line-height: 40px;
}
.wpcf7 input[type="file"] {
    padding: 0;
}
.wpcf7 select option {
	color:#000;
}
.typo-white .wpcf7 textarea, .typo-white .wpcf7 input, .typo-white .wpcf7 select {
	color:#fff;
}
.wpcf7 textarea {
    max-height: 125px;
    line-height: 28px;
}
.wpcf7 input[type="submit"] {
	margin-bottom: 0;
    height: 40px !important;
    line-height: 40px !important;
    width: auto;
    cursor: pointer;
    padding: 0 20px !important;
    border-radius: 0.25rem !important;
    color: #fff;
}
.wpcf7 input[type="submit"]:hover {
    background: #333;
    color: #fff;
}
/*Classic*/
.contact-form-classic .wpcf7 textarea, .contact-form-classic .wpcf7 input, .contact-form-classic .wpcf7 select {
	border:1px solid rgba(127,127,127,.3)
}
/*Contact Form material design*/
.contact-form-material .wpcf7 textarea, .contact-form-material .wpcf7 input, .contact-form-material .wpcf7 select {
    box-shadow: -1px 0px 15px 0px rgba(0,0,0,0.12);
    border: 0;
}
.contact-button-dark input[type="submit"] {
    color: #000;
}
.contact-button-dark input[type="submit"]:hover {
    color: #fff;
}
/*Contact Form grey design*/
.contact-form-grey .wpcf7 input, .contact-form-grey .wpcf7 select {
    line-height: 44px;
    height: 44px;
}
.contact-form-grey .wpcf7 textarea, .contact-form-grey .wpcf7 input, .contact-form-grey .wpcf7 select {
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: #f5f5f5;
    padding: 7px 15px;
	color:#666;
}
.contact-form .wpcf7 input[type="checkbox"] {
    padding: initial;
    background: unset;
    display: inline-block;
    width: 17px;
    height: 16px;
    border: 1px solid #eaeaea !important;
}
.contact-form-grey .wpcf7 input[type="submit"] {
    color: #fff;
    font-weight: 600;
}
.contact-form-grey .wpcf7 textarea:focus, .contact-form-grey .wpcf7 input:focus, .contact-form-grey .wpcf7 select:focus {
    border-bottom: none;
    border-left: solid 15px;
    transition: all 0.5s cubic-bezier(0, 0, 0.54, -0.11);
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.54, -0.11);
}
.contact-form-grey .wpcf7 textarea {
    max-height: 112px;
}
/*--------------------------------------------------------------
19.	Image Grid Shortcode Styles
--------------------------------------------------------------*/
.image-grid-wrapper > .row:last-child {
    margin-bottom: 0;
}
.image-grid-wrapper > .row {
    margin-bottom: 30px;
}
.image-grid-wrapper .owl-carousel div[class^="col-"] {
    padding: 0;
    width: auto;
    max-width: 100%;
}
.image-grid-wrapper.image-grid-2 .image-grid-inner {
 	overflow: hidden;
}
/*slider*/
.image-grid-wrapper.image-grid-2 .image-grid-inner:hover img {
    -webkit-filter: grayscale(0%);
    filter: gray;
    opacity: 1;
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-animation: clientSlider 550ms forwards;
    -moz-animation: clientSlider 550ms forwards;
    -ms-animation: clientSlider 550ms forwards;
    -o-animation: clientSlider 550ms forwards;
    animation: clientSlider 550ms forwards;
}
.image-grid-wrapper.image-grid-2 .image-grid-inner img {
-webkit-filter: grayscale(100%);
    filter: gray;
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
@-webkit-keyframes clientSlider {
    49% {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
    }
    50% {
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
@-moz-keyframes clientSlider {
    49% {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
    }
    50% {
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
@-ms-keyframes clientSlider {
    49% {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
    }
    50% {
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
@-o-keyframes clientSlider {
    49% {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
    }
    50% {
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes clientSlider {
    49% {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
    }
    50% {
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
/*style - 3 */
.image-grid-wrapper.image-grid-3 .image-grid-inner img {
    border: 1px solid #eaeaea;
    padding: 15px;
}
/*--------------------------------------------------------------
20.	List Item
--------------------------------------------------------------*/
.list-item-title {
    line-height: 30px;
}
.list-item-title span {
    padding: 8px;
    font-size: 24px;
    line-height: 10px;
    font-weight: 500;
}
.list-item-inner {
    margin-bottom: 10px;
}
.list-item-title{
    font-weight: 600;
    font-size: 18px;
    color: #111;
}
/*--------------------------------------------------------------
21.	Content Carousel
--------------------------------------------------------------*/
.content-carousel-wrapper .owl-item img {
    max-width: 100%;
	width:auto;
}
.screenshot {
	position:relative;
}
@media only screen and (max-width: 1024px) {
	.screenshot:after {
		display:none;
	}
	.screenshot {
		padding-top:0;
	}
}
/***** VC Shortcode Styles *****/
/*--------------------------------------------------------------
22.	Custom Heading
--------------------------------------------------------------*/
.vc_custom_heading {
    margin-bottom: 35px;
}
/*--------------------------------------------------------------
23.	Progress Bar
--------------------------------------------------------------*/
.vc_row .vc_progress_bar .vc_single_bar {
	margin-bottom: 35px;
}
.vc_progress_bar .vc_single_bar .vc_label {
    top: -40px;
	padding-left: 0;
	font-size: 100%;
}
.typo-dark .vc_progress_bar .vc_general.vc_single_bar .vc_label {
    color: #333;
	text-shadow:none;
}
.vc_row .vc_progress_bar .vc_single_bar {
    margin-bottom: 35px;
    margin-top: 60px;
	background:#000;
}
.vc_row .vc_progress_bar .vc_single_bar:first-child {
    margin-top: 75px;
}
.vc_row .vc_progress_bar .vc_single_bar:last-child {
    margin-bottom: 0;
}
.vc_progress_bar .vc_single_bar .vc_bar {
	border-radius:0;
}
.vc_progress_bar .vc_single_bar {
	height: 30px;
	margin-bottom: 30px;
}
.vc_single_bar .vc_label_units {
    margin: 1px 0px;
    top: -26px;
    right: 0;
    position: absolute;
	line-height:1;
}
/*Classic*/
.vc-progress-bar-classic .vc_single_bar .vc_label_units {
    background: #000;
    color: #fff;
    padding: 6px;
    top: -37px;
    right: -18px;
}
.vc-progress-bar-classic .vc_single_bar span.vc_label_units:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid #000000;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
/*Stack*/
.vc-progress-bar-stack.vc_progress_bar .vc_single_bar {
    background: #e0e0e0;
}
/*--------------------------------------------------------------
24.	Accordian
--------------------------------------------------------------*/
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
    color: #333 !important;
    font-size: 16px;
    line-height: 16px;
	border-bottom: 1px solid #e1e1e1;
}
.transparent-accordion .vc_tta-panel-heading a, .transparent-accordion .vc_tta-panel-heading i {
    font-size: 14px !important;
    line-height: 18px;
}
.wpb-js-composer .vc_tta.vc_general.transparent-accordion .vc_tta-panel-title>a {
    padding: 10px 46px;
}
.wpb-js-composer .vc_tta.vc_tta-style-outline.transparent-accordion .vc_tta-panel-heading,
.wpb-js-composer .vc_tta.vc_tta-style-outline.transparent-accordion .vc_tta-panel-body {
    border: 1px solid;
}
/*--------------------------------------------------------------
25.	Call To Action Styles
--------------------------------------------------------------*/
.zoacres-content-wrapper section.vc_cta3-container {
    padding: 15px 0 0px 0;
    margin-bottom: 15px;
}
.vc_general.vc_cta3 {
    border: 0;
}
.vc_general.vc_cta3 .vc_cta3-content {
    vertical-align: middle;
}
.vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3-content,
.vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3-actions {
    display: inline-block;
}
.vc_general.vc_cta3.vc_cta3-align-center .vc_cta3_content-container {
    text-align: center;
}
/*--------------------------------------------------------------
26.	Tabs
--------------------------------------------------------------*/
.wpb_tabs_nav a {
    color: #fff;
}
.wpb_tabs_nav li.ui-tabs-active a {
    color: #000;
}
.wpb_wrapper .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
	background:#f2f2f2;
}
.fullwidth-title .vc_toggle_title h4 {
    font-size: 18px;
}
.wpb-js-composer .vc_tta.vc_tta-style-classic .vc_tta-tab {
	-ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
}
.wpb-js-composer .vc_tta.vc_tta-style-classic .vc_tta-tabs-list {
    display: -ms-flexbox!important;
    display: flex!important;
}
/*--------------------------------------------------------------
27.	Google Map
--------------------------------------------------------------*/
.gmap-info-wrap {
    text-align: center;
    border-radius: 4px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}
.google-map-wrapper .gmap-info-wrap {
    padding: 15px;
}
.google-map-wrapper .gmap-info-wrap h3 {
    font-size: 18px;
    line-height: 27px;
    color: #000;
    font-weight: 700;
}
/*--------------------------------------------------------------
28.	Responsive Shortcode Styles
--------------------------------------------------------------*/
@media screen and ( max-width: 1024px ) {
	.day-counter > div {
		margin-bottom:10px;
	}	
}
@media screen and ( min-width: 768px ) {
    .timeline.tl-left-layout > li > .timeline-badge, .timeline.tl-left-layout > li > .timeline-sep-title {
		left: auto;
	}
	.timeline.tl-left-layout > li.timeline-inverted {
		padding-left: 100px;
	}
	.timeline.tl-left-layout:before {
		left: 100px;
	}
	.timeline.tl-left-layout > li > .timeline-panel {
		width: auto;
		margin-left: 50px;
	}
	.timeline.tl-right-layout > li > .timeline-panel {
		width: auto;
	}
	.timeline.tl-right-layout > li > .timeline-badge, .timeline.tl-right-layout > li > .timeline-sep-title {
		left: unset;
		margin-left: auto;
		right: 0;
	}
	.timeline.tl-right-layout > li > .timeline-badge {
		margin-right: 75px;
	}
	.timeline.tl-right-layout > li {
		padding-right: 150px;
	}
	.timeline.tl-right-layout:before {
		right: 0;
		margin-right: 100px;
		left: auto;
		margin-left: auto;
	}
	.timeline.tl-left-layout .timeline-inverted .timeline-panel {
		float: left;
	}
	.timeline.tl-right-layout .timeline-panel {
		float: right;
	}
}
@media only screen and (max-width : 767px){
	.timeline > li.timeline-inverted, .timeline > li:not(.timeline-inverted) {
		padding-left: 70px;
		padding-right: 0;
	}
	.timeline > li > .timeline-panel {
		width: auto;
	}
	.timeline > li > .timeline-badge, .timeline::before {
		left: 25px;
	}
	.timeline > li > .timeline-panel::before {
		border-left-width: 0;
		border-right-width: 15px;
		left: -15px;
		right: auto;
	}
	.timeline > li > .timeline-panel::after {
		border-left-width: 0;
		border-right-width: 14px;
		left: -14px;
		right: auto;
	}
	.timeline > li > .timeline-sep-title, .timeline > li.timeline-inverted > .timeline-sep-title {
		background: #ffffff none repeat scroll 0 0;
		left: 0;
		top: 66px;
		margin-left: 0;
		margin-top: 10px;
		font-size: 16px;
	}
	.timeline > li > .timeline-sep-title > span {
		font-size: 11px;
	}
	.pricing-table-wrapper.featured-pricing {
  		margin-top: 0;
	} 
	.blog-style-4 .media {
    	display: block;
	}
	.blog-style-4 .post-thumb img{
    	margin-right: auto !important;
		margin-bottom: 20px;
	}
}
/*--------------------------------------------------------------
29.	Property Shortcodes
--------------------------------------------------------------*/
.property-filter-wrap .nav.property-filter > li > a {
    padding: 5px 15px;
    border: 1px solid #eaeaea;
    margin-right: 10px;
}
.property-wrap.text-center .property-meta-wrap,
.property-wrap.text-center .overlay-details,
.property-wrap.text-right .property-meta-wrap,
.property-wrap.text-right .overlay-details {
    text-align: left !important;
}
.text-center .property-wrap .property-meta-wrap,
.text-center .property-wrap .overlay-details,
.text-right .property-wrap .property-meta-wrap,
.text-right .property-wrap .overlay-details {
    text-align: left;
}
/* Model -2 */
.property-model-2 .property-wrap {
    box-shadow: 0px 1px 20px rgba(0, 0, 0, .1);
	border-bottom: 0px solid #000;
}
.property-model-2 .overlay-details.overlay-bottom {
    opacity: 0;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transform: rotateX(160deg);
	-webkit-transform: rotateX(160deg);
 	-moz-transform: rotateX(160deg);
 	-ms-transform: rotateX(160deg);
}
.property-model-2 .property-wrap:hover .overlay-details.overlay-bottom {
    opacity: 1;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
     transform: rotateX(360deg);
	-webkit-transform: rotateX(360deg);
 	-moz-transform: rotateX(360deg);
 	-ms-transform: rotateX(360deg);
}
.home-property.property-model-2 .property-wrap:hover .property-meta-wrap.property-bottom-meta {
    transform: translateY( 50%);
	opacity: 1;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
}
.home-property.property-model-2 .property-meta-wrap.property-bottom-meta {
	transform: translateY( -100%);
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    display: block;
    width: 100%;
    padding: 14px;
	opacity: 0;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
	z-index: 999;
}
/* Property 3 */
.property-model-3 .property-wrap:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    transform-origin: right;
    transition: transform 500ms ease-in-out;
    transform: scaleX(0);
}
.property-model-3 .property-wrap:hover:after {
    transform-origin: left;
    transform: scaleX(1);
}
.property-model-3 .overlay-details .property-ribbon span {
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.22);
}
/* property gallery */
.property-image-wrap .property-archive-gallery:before {
    position: absolute;
    top: 61%;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 2;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 30%, rgba(0,0,0,0.90) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 30%,rgba(0,0,0,0.90) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 30%,rgba(0,0,0,0.90) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.property-image-wrap .property-archive-gallery {
	position: relative; 
}
.property-image-wrap.no-dark-overlay .property-archive-gallery:before {
	background: none;
}
.property-archive-gallery.slick-initialized.slick-slider {
    z-index: 1;
}
.property-archive-gallery .slick-arrow {
    background: rgba(0,0,0,0.7);
    border-radius: 50%;
    left: 10px;
    padding: 8px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	cursor: pointer;
	color: #fff;
	opacity : 0;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.property-wrap:hover .property-archive-gallery .slick-arrow {
    opacity: 1;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.property-archive-gallery .slick-arrow.icon-arrow-right {
	left: auto;
	right: 10px;
}
/* Search shortcode */
.advance-search-btns-warp input.form-control {
    /* box-shadow: 0 5px 7px #e0e5e8; */
}
/* Agent */
.agent-sc-wrap {
    margin-bottom: 40px;
}
.agent-sc-wrap > div {
    margin-bottom: 15px;
}
.agent-title-wrap > p {
    margin-bottom: 0;
}
.agent-sc-wrap .agent-details > li {
    padding: 0;
    background: transparent;
    border: 0;
}
.agent-sc-wrap .agent-excerpt-wrap {
    color: #999;
}
.agent-sc-wrap.agent-layout-grid > *:first-child {
    padding-top: 20px !important;
}
.agent-sc-wrap.agent-layout-grid > .agent-image-wrap:first-child {
    padding-top: 0 !important;
}
.agent-sc-wrap.agent-layout-grid > .agent-contact-details {
    font-size: 12px;
}
.agent-sc-wrap.text-center .agent-meta, .agent-sc-wrap.text-center .overlay-meta,
.agent-sc-wrap.text-right .agent-meta, .agent-sc-wrap.text-right .overlay-meta {
	text-align: left;
}
.agent-rating-wrap > i.fa-star {
    color: #fdb314;
}
.agent-rating-wrap > i {
    padding: 0 3px;
}
span.agent-rating {
    margin-right: 5px;
	padding-left: 10px;
}
.agent-sc-wrap .agent-details span > i {
    padding: 0;
    margin-right: 5px;
}
.agent-sc-wrap span.agent-rating {
    padding-left: 0;
}
.agent-meta .agent-title {
    margin-bottom: 0;
}
/* Model 1 */
.agent-modal-1 {
    border: 1px solid #eaeaea;
    border-radius: 10px;
}
.agent-modal-1 > * {
    padding: 0 30px;
}
.agent-modal-1 > .agent-image-wrap {
    padding: 0;
    border-radius: 10px 10px 0 0;
}
.agent-modal-1 > .agent-image-wrap img,
.agent-modal-1 > .agent-image-wrap.agent-image-overlay-on {
    border-radius: 10px 10px 0 0;
}
/* Model 2*/
.agent-sc-wrap.agent-modal-2 {
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
	display:inline-block;
}
.agent-sc-wrap.agent-modal-2 > * {
	padding: 0 20px;
}
.agent-sc-wrap.agent-modal-2 > *:first-child {
    padding-top: 20px;
}
.agent-sc-wrap.agent-modal-2 > .agent-image-wrap:first-child {
    padding-top: 0;
}
.agent-sc-wrap.agent-modal-2 > .agent-image-wrap {
    padding-left: 0px;
    padding-right: 0px;
}
.agent-modal-2 .agent-contact-details ul li span i,
.agent-sc-wrap.agent-modal-2.agent-layout-list .agent-details li i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    background: #333;
    text-align: center;
    padding: 0;
    margin-right: 9px;
    border-radius: 50%;
	color:#fff;	
}
.agent-modal-2 .agent-contact-details ul li {
    margin-bottom: 7px;
}
.agent-modal-2 .agent-contact-details ul li:last-child {
    margin-bottom: 0;
}
/* Model 3 */
.agent-sc-wrap.agent-modal-3 {
    border-bottom: 5px solid #dbe2eb;
    background: #000;
    color: #999999;
}
.agent-sc-wrap.agent-modal-3 .agent-contact-details a {
	color: #999;
}
.agent-sc-wrap.agent-modal-3 > * {
	padding: 0 20px;
}
.agent-sc-wrap.agent-modal-3 > *:last-child {
    margin-bottom: 20px;
}
.agent-sc-wrap.agent-modal-3 > .agent-image-wrap {
    padding: 0;
}
.agent-modal-3 .agent-title-wrap a {
    color: #fff;
}
.agent-modal-3 .agent-details span > i {
    color: #fff;
} 
.agent-modal-3 a.agent-listings {
    color: #fff;
}
.agent-modal-3 a.agent-listings:hover {
    color: #999;
}
/* agent style 4 */
.agent-modal-4 .agent-meta.agent-top-meta {
    margin-top: -39px;
}
.agent-modal-4 .agent-meta > ul {
    width: 100%;
    display: block;
    text-align: center;
}
.agent-sc-wrap.agent-modal-4 .nav.agent-social-links > li {
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-decoration: none;
    color: inherit;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    font-size: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 15px;
    background: #000;
}
.agent-sc-wrap.agent-modal-4 .nav.agent-social-links > li:last-child {
    margin-right: 0;
}
.agent-sc-wrap.agent-modal-4 .agent-image-wrap {
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.agent-sc-wrap.agent-modal-4 .nav.agent-social-links > li span {
    width: 34px;
    height: 34px;
    line-height: 34px;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.agent-sc-wrap.agent-modal-4 .nav.agent-social-links > li > a {
	color: #fff;
}
/* Agent list */
.agent-sc-wrap.agent-layout-list {
    display: flex;
    margin-bottom: 30px;
}
.agent-layout-list .agent-left-wrap {
    margin-bottom: 0;
	float: left;
    max-width: 35%;
	padding-left:0;
	padding-right:0;
}
.agent-layout-list .agent-right-wrap {
    float: left;
    padding: 20px;
    width: 65%;
    margin-bottom: 0;
}
.agent-sc-wrap {
    clear: both;
    float: none;
}
.agent-right-wrap > * {
    margin-bottom: 15px;
}
.agent-layout-list .agent-right-wrap > *:last-child {
    margin-bottom: 0;
}
.agent-sc-wrap.agent-layout-list .agent-details > li {
	margin-right: 15px;
    width: auto;
    margin-bottom: 5px;
    display: block;
}
.agent-sc-wrap.agent-layout-list .agent-details {
    display: inline-block;	
    margin-bottom: -15px;
}
.agent-sc-wrap .nav.agent-social-links > li {
    background: transparent;
}
.agent-sc-wrap .agent-overlay-meta .nav.agent-social-links > li > a {
    color: #fff;
}
.agent-sc-wrap .nav.agent-social-links > li > a:hover {
	color:#fff;
}
.agent-bottom-meta a.btn {
    padding: 5px 12px;
}
.agent-meta a.btn {
    font-weight: 100;
	font-size: 13px;
}
/* Agent wrap */
.agent-sc-wrap.text-center .agent-overlay-meta,
.agent-sc-wrap.text-right .agent-overlay-meta {
    text-align: left;
}
.agent-overlay-meta.agent-meta > ul > li {
    vertical-align: middle;
    margin-bottom: 10px;
    display: block;
}
.agent-overlay-meta.agent-meta > ul > li:last-child {
	margin-bottom:0;
}
.agent-overlay-meta h5.agent-title {
    margin-bottom: 0;
}
.agent-image-wrap {
    position: relative;
}
.agent-sc-wrap .agent-image-wrap.agent-image-overlay-on:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
	opacity:0;
	transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
}
.agent-sc-wrap:hover .agent-image-wrap:after  {
	opacity:1;
	transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
}
.agent-sc-wrap .agent-meta.agent-overlay-meta {
    transform: translateY(100%);
    background: transparent;
    z-index: 1;
	opacity:0;
	transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
	height: 100%;
}
.agent-sc-wrap:hover .agent-meta.agent-overlay-meta {
    top: 50%;
    transform: translateY(-50%);
	opacity:1;
	transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
}
.agent-meta.agent-overlay-meta > ul {
	display: block;
    text-align: center;
    float: none;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
	margin-bottom: 20px;
}
.agent-sc-wrap .agent-title-wrap h5 {
    margin-bottom: 0;
}
.agent-overlay-meta.agent-meta > ul > li a {
    color: #fff;
}
.agent-overlay-meta.agent-meta > ul > li a:hover {
    color: #fff;
}
.agent-overlay-meta {
    bottom: 0;
    padding: 20px;
    position: absolute;
	background: rgba(255,255,255,0.5);
}
.agent-sc-wrap .agent-image-wrap img {
    transform: scale(1);
	 transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
}
.agent-sc-wrap:hover .agent-image-wrap img {
    transform: scale(1.2);
	 transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
}
.agent-sc-wrap.agent-modal-3:hover .agent-image-wrap img {
    transform: scale(1);
}
.agent-sc-wrap .agent-image-wrap {
	overflow:hidden;
}
/* style 2*/
.agent-sc-wrap.agent-modal-2.agent-layout-list > *:first-child {
    padding-top: 0;
}
/* Agent  slider */
.owl-carousel .agent-sc-wrap {
    margin-bottom: 0;
}
.owl-carousel .agent-sc-wrap.agent-modal-2 {
    margin-bottom: 20px;
	margin-left: 6px;
	margin-right: 6px;
}
/* style 3 */
.agent-sc-wrap.agent-modal-3.agent-layout-list > *:last-child {
    margin-bottom: 0;
}
.agent-modal-3 .agent-bottom-meta a.btn:hover {
    background: #fff;
    color: #000;
}
.agent-sc-wrap.agent-modal-3 .nav.agent-social-links > li > a {
    color: #fff;
}
.agent-modal-3.agent-layout-grid .agent-overlay-meta .nav.agent-social-links > li > a:hover {
    color: #fff;
}
.agent-sc-wrap .nav.agent-social-links > li:hover span {
    background: #000 !important;
}
.agent-sc-wrap.agent-modal-3 .agent-meta.agent-overlay-meta {
    background-color: rgba(1,25,54,0.8);
    color: #fff;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    transform: rotateZ(300deg);
    transition: all 0.4s ease 0s;
}
.agent-sc-wrap.agent-modal-3:hover .agent-meta.agent-overlay-meta {
    opacity: 1;
    top: 0;
    transform: rotateZ(0deg);
}
.agent-sc-wrap.agent-modal-3 .agent-image-wrap.agent-image-overlay-on:after {
	display: none;	
}
/* Advance search form */
.zoacres-advance-search-form-wrap  .advance-search-wrap {
	border-bottom:0;
}	
.zoacres-advance-search-form-wrap .advance-search-btns-warp input.form-control,
.zoacres-advance-search-form-wrap .bts-ajax-search .input-group {
    box-shadow: none;
	border-color: rgba(122, 122, 122, 0.1);
}
/* Property Area Style */
.property-area-wrap .property-area-inner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
    height: 320px;
}
.property-area-wrap .property-area-content {
	position: absolute;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
    bottom: 20px;
    left: 30px;
}
.text-center .property-area-wrap .property-area-content {
    right: 0;
    left: 0;
    margin: 0 auto;
}
.property-area-wrap:hover .property-area-content {
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}
.property-area-wrap .property-area-content h3 {
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 0;
    overflow: hidden;
    font-weight: 500;
    display: inline-block;
    font-size: 20px;
    transform: translate3d(0,100%,0);
    -webkit-transition: transform ease 0.35s;
    -moz-transition: transform ease 0.35s;
    transition: transform ease 0.35s;
}
.property-area-wrap:hover .property-area-content h3 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: transform ease 0.35s;
    -moz-transition: transform ease 0.35s;
    transition: transform ease 0.35s;
}
.property-area-wrap .property-area-content h3:after {
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    transform-origin: right;
    transition: transform 500ms ease-in-out;
    transform: scaleX(0);
    background: #fff;
}
.property-area-wrap:hover .property-area-content h3:after {
    transform-origin: left;
    transform: scaleX(1);
} 
.property-area-wrap .property-area-content p {
	opacity: 0;
   -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    font-weight: 500;
}
.property-area-wrap:hover .property-area-content p {
	opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.property-area-overlay {
    background: rgba(8,21,38,0.5);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
	transition: all ease 0.35s;
	z-index: 0;
}
.city-with-border .property-area-item {
    border: 5px solid #fff;
}	
.pro-popular1 .property-area-overlay{
    height: 25%;
    bottom: 0;
    top: auto;
}
.pro-popular1 .property-area-wrap:hover .property-area-overlay {
    height: 100%;
}
.pro-popular1 .property-area-wrap .property-area-content {
    height: 25%;
    bottom: 8%;
}
.property-area-wrap:hover .property-area-overlay {
	background: rgba(0,0,0,0.6);
}
.property-area-wrap {
	overflow:hidden;
	margin-bottom: 30px;
	border-radius: 5px;
}
.radius-0 .property-area-wrap {
	border-radius: 0;
}
.property-area-wrap a:hover {
    color: #666;
}
.property-area-content a:hover {
	color: #eaeaea;
}
.owl-carousel .property-area-wrap {
    margin-bottom: 0;
}
.col-md-12 > .property-area-wrap {
    margin-bottom: 0;
}
.property-area-wrap:hover .property-area-content .property-area-excerpt {
	opacity:1;
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
	transition: all ease 0.35s;
}
.property-area-wrap .property-area-inner:before {
    width: 40px;
    height: 1px;
    right: 20px;
	top: 30px;
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
	transition: all ease 0.35s;
}
.property-area-wrap:hover .property-area-inner:before {
    width: 70px;
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
	transition: all ease 0.35s;
}
.property-area-wrap .property-area-inner:after {
    width: 1px;
    height: 40px;
	right: 35px;
    top: 14px;
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
	transition: all ease 0.35s;
}
.property-area-wrap:hover .property-area-inner:after  {
	height: 70px;
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
	transition: all ease 0.35s;
}
.property-area-wrap .property-area-inner:before,
.property-area-wrap .property-area-inner:after {
    content: "";
    position: absolute;
    background: rgba( 255, 255, 255, 0.9 );
	z-index: 2;
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
	transition: all ease 0.35s;
}
.property-area-wrap:hover .property-area-inner:before,
.property-area-wrap:hover .property-area-inner:after {
	background: rgba( 255, 255, 255, 0.9 );
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
	transition: all ease 0.35s;
}
/* Property Slider */
.property-sc-slider .property-image-wrap .row {
    position: absolute;
    padding: 30px;
    background: rgba(255, 255, 255,0.95);
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    border-radius: 5px;
    max-width: 500px;
    box-shadow: 15px 15px 0 #000;
}
.property-sc-slider.text-center .property-image-wrap .row {
    right: 0;
    left: 0;
    margin: 0 auto;
}
.property-image-wrap .container {
    padding: 0 30px;
}
.property-sc-slider .property-read-more .btn {
    padding: 13px 17px;
}
.property-sc-slider.text-center .property-overlay-wrap {
	left: 0;
    right: 0;
    margin: 0 auto;
}
.property-sc-slider.text-right .property-overlay-wrap {
    right: 70px;
	left:auto;
}
.property-sc-slider .property-overlay-wrap > * {
    margin-bottom: 8px;
}
.property-sc-slider .property-overlay-wrap > .property-read-more {
    margin-bottom: 0;
    margin-top: 25px;
}
.property-sc-slider .property-overlay-wrap > .property-title-wrap a {
    font-size: 25px;
    line-height: 40px;
	font-weight: 800;
}
.property-sc-slider .property-overlay-wrap > .property-title-wrap a:hover {
    color: #333;
}
.property-slider-meta ul.nav > li {
    margin-right: 15px;
}
.property-slider-meta ul.nav > li:last-child {
    margin-right: 0px;
}
.property-slider-meta ul.nav > li > span {
    margin-right: 5px;
    font-size: 16px;
    color: #999;
}
@media only screen and (max-width: 640px) { 
	.property-sc-slider .property-image-wrap .row {
    	padding: 15px 10px;
	}
	.property-sc-slider .property-overlay-wrap > .property-title-wrap a {
    	font-size: 15px;
		line-height: 35px;
	}
	.property-sc-slider .property-overlay-wrap > .property-title-wrap h5 {
    	line-height: 1;
	}
	.property-sc-slider .property-overlay-wrap > *:last-child {
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 500px) {
​    .property-wrap.property-list {
        display: block !important;
    }​
    ​.property-wrap.property-list > * {
        width: 100% !important;
        float: none !important;
        display: block !important;
    }
​}
@media only screen and (max-width: 500px) {
    .property-wrap.property-list {
        display: block !important;
    }
    .property-wrap.property-list > * {
        width: 100% !important;
        float: none !important;
        display: block !important;
    }
}
@media only screen and (max-width: 500px) {
    .property-wrap.property-list {
        display: block !important;
    }
    .property-wrap.property-list > * {
        width: 100% !important;
        float: none !important;
        display: block !important;
    }
}
/* Advance search shortcode */
.advance-search-style-1 input.form-control, .advance-search-style-1 .form-control {
    background: #fff;
    border: 0;
    height: 60px;
    line-height: 60px;
    color: #000;
    font-size: 16px;
}
.advance-search-style-1 .input-group-addon {
    height: 60px !important;
    line-height: 60px !important;
}
.advance-search-style-1 .input-group > .input-group-addon:last-child {
    position: absolute;
    right: 0;
	overflow: hidden;
    z-index: 999;
}
.advance-search-style-1 input.form-control:focus,
.advance-search-style-1 .form-control:focus {
    border: transparent;
}
.advance-search-style-1 .input-group-addon .fa-map-marker{
    font-size: 19px;
    line-height: 60px;
}
.advance-search-style-1 .input-group-addon .btn {
    height: 60px;
    padding: 0 22px;
    font-size: 16px;
}
.advance-search-style-2 .advance-search-wrap .bts-select .btn-primary, .zoacres-advance-search-form-wrap.advance-search-style-2 .advance-search-btns-warp input.form-control, .zoacres-advance-search-form-wrap.advance-search-style-2 .bts-ajax-search .input-group {
    border-color: transparent;
    background: rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0 3px 7px 0 rgba(0,0,0,0.15);
    box-shadow: 0 3px 7px 0 rgba(0,0,0,0.15);
}
.advance-search-style-2 .bts-ajax-search input::placeholder {
    color: #fff;
}
.bts-ajax-search .input-group {
    border-radius: 3px;
    overflow: hidden;
}
.advance-search-style-2 .bts-ajax-search input {
    border-color: transparent;
	color: #999;
    -webkit-box-shadow: 0 3px 7px 0 rgba(0,0,0,0.15);
    box-shadow: 0 3px 7px 0 rgba(0,0,0,0.15);
}
.advance-search-style-3 .advance-search-wrap .bts-select {
    width: 50%;
}
.advance-search-style-3 .range-filters-wrap > div {
	width:100%;
}
.advance-search-style-3 .property-more-search .card-body li {
    width: 50%;
}
.advance-search-style-3 .advance-search-wrap {
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
    padding: 30px;
    border-radius: 3px;
    color: #666;
}
.zoacres-advance-search-form-wrap.advance-search-style-3 {
    border: 8px solid rgba(255,255,255,0.35);
    border-radius: 4px;
}
.advance-search-style-3 .advance-search-wrap .bts-select .btn-primary {
	background: #fff;
    border: 1px solid #eaeaea;
    color: #666;
	font-weight: 400;
}	
.advance-search-style-3 a.more-search-options {
    color: #000;
	text-transform: uppercase;
    font-weight: 700;
}
.advance-search-style-3 .advance-search-btns-warp > .property-more-search {
    margin-bottom: 15px;
	margin-top: 15px;
    display: inline-block;
}
/* Button Shortcodes */
/*Btn Styles*/
.btn > * {
    display: inline-block;
}
.btn-icon-left {
    margin-right: 10px;
}
.btn-icon-right {
    margin-left: 10px;
}
.btn.btn-rounded-circle {
    border-radius: 100px !important;
}
.btn.btn-rounded {
    border-radius: 4px;
}
.btn-wrap {
    display: inline-block;
	margin-bottom: 25px;
}
/*--------------------------------------------------------------
30.	RTL
--------------------------------------------------------------*/
/*progress Bar*/
.rtl .vc_progress_bar .vc_single_bar .vc_bar {
    left: auto;
    right: 0;
}
.rtl .vc_single_bar .vc_label_units {
    left: 0;
    transform: translateX(-50%);
    right: auto;
}
/*blog */
.rtl .blog-style-4 .post-thumb > img {
	margin-right:0;
}
.rtl .list-layout .article-inner .post-list-left-part,.rtl .list-layout .article-inner .post-list-right-part {
	float:right;
}
.rtl .list-layout .article-inner .post-list-left-part {
	padding-right:0;
	padding-left:25px;
}
/*woo*/
.rtl .woocommerce ul.cart_list li img, .rtl .woocommerce ul.product_list_widget li img {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}
/*Intro*/
.box-shadow img{
    -webkit-box-shadow: 0 17px 40px 0 rgba(54,59,91,.15);
    -moz-box-shadow: 0 17px 40px 0 rgba(54,59,91,.15);
    box-shadow: 0 17px 40px 0 rgba(54,59,91,.35);
    border-radius: 15px;
    transition: transform .6s,-webkit-transform .6s,-moz-transform .6s,-o-transform .6s;
}
.box-shadow-1 {
    box-shadow: 22px 89px 113px rgba(0, 0, 0, 0), 20px 26px 91px rgba(0, 0, 0, 0.05);
}
.intro-row .wpb_single_image img, 
.intro-row-dark .wpb_single_image img {
    border-radius: 15px;
}
.downloa-btn a {
    padding: 8px 18px;
    background: #000000;
    margin-left: 20px;
    font-size: 14px;
}
.counter-style-1.font-big .counter-value span {
    font-size: 100px;
    line-height: 110px;
    font-weight: 900;
}
/* Custom */
.features-border .fbox-list:before {
    position: absolute;
    content: "";
    background: #fff;
    height: 3px;
    width: 100px;
    left: -100px;
    top: 15px;
}